
asgiref 3.11.1
0
ASGI specs, helper code, and adapters
Contents
ASGI specs, helper code, and adapters
Stars: 1617, Watchers: 1617, Forks: 240, Open Issues: 67The django/asgiref repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1617 github stars!
How to Install asgiref
You can install asgiref using pip
pip install asgiref
or add it to a project with poetry
poetry add asgiref
Package Details
- Author
- Django Software Foundation
- License
- BSD-3-Clause
- Homepage
- https://github.com/django/asgiref/
- PyPi:
- https://pypi.org/project/asgiref/
- Documentation:
- https://asgi.readthedocs.io/
- GitHub Repo:
- https://github.com/django/asgiref
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common asgiref errors.
Code Examples
Here are some asgiref code examples and snippets.
GitHub Issues
The asgiref package has 67 open issues on GitHub
- Dropped support for Python 3.9.
- Implemented sharing the same event loop with AsyncSingleThreadContext
- fix #428
- Added offset and count parameters to pathsend extension
- AsyncSingleThreadContext calls a blocking function in async context
- Add Type Annotations to
asgirefModule Functions
pythonfix