sanic 24.6.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: 18039, Watchers: 18039, Forks: 1546, Open Issues: 126The sanic-org/sanic
repo was created 8 years ago and the last code push was 2 months ago.
The project is extremely popular with a mindblowing 18039 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 126 open issues on GitHub
- Uvicorn ignores listeners errors
- Fix "DeprecationWarning: There is no current event loop"
- fix: replace distutils.strtobool() with locally implemented version
- distutils.strtobool deprecation
- remove overlapping slots from app.Sanic, fix broken slots inherit of HTTPResponse
- fix(tasks): newly assigned
None
in registry - HTTP/3 Startup
- HTTP/3 Support
- Fixing typing for ListenerMixin.listener
- Wrong typing for app.listener decorator
- remove error_logger on websockets
- Websocket logger uses sanic.log.error_logger
- Exception processing in tasks
- Graceful shutdown of signal handlers
- Update websockets dependency for security remediation