
sanic 25.12.0
0
A web server and web framework that's written to go fast. Build fast. Run fast.
Contents
A web server and web framework that's written to go fast. Build fast. Run fast.
Stars: 18638, Watchers: 18638, Forks: 1583, Open Issues: 119The sanic-org/sanic repo was created 9 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 18638 github stars!
How to Install sanic
You can install sanic using pip
pip install sanic
or add it to a project with poetry
poetry add sanic
Package Details
- Author
- Sanic Community
- License
- MIT
- Homepage
- http://github.com/sanic-org/sanic/
- PyPi:
- https://pypi.org/project/sanic/
- GitHub Repo:
- https://github.com/sanic-org/sanic
Classifiers
Related Packages
Errors
A list of common sanic errors.
Code Examples
Here are some sanic code examples and snippets.
GitHub Issues
The sanic package has 119 open issues on GitHub
- Python 3.14: Production mode crashes with "Cannot finalize signals outside of event loop"
- SSL configuration ignored for non-primary apps
- setup.py–based dependency logic causes issues with pyproject.toml workflows
- Python 3.14 deprecation warnings for asyncio.get_event_loop_policy still present in 25.12.0
- Test client fails with "Address already in use" on sequential requests in Docker (v25.12.0 regression)
- More gating around the new Daemon for Windows compatability
- v25.12.0 no longer works on Windows
- Reset how loop grabbed in shutdown
- Improve website CSS
asyncio.sleepon an endpoint blocks other requests to that same endpoint- The website cuts off the text unless the viewport is very wide
- Replace setup.py entirely with pyproject.toml and modern toolchain
- Auto restart the worker process when it exit or be killed.
- Unable to run this sanic application in windows, but works fine with linux on sanic version >= 23.6.0
- Does Sanic support mounting sub-applications in ASGI mode?
pythonfix







