Providing async views, ORM, and tasks for Django.
Project description
Django Async Framework
Django Async Framework is a lightweight class-based view framework built on top of Django.
Overview
Django is a powerful web framework, but its async support is still a work in progress. Some parts play well with async, others don’t. Django Async Framework aims to fill in those gaps by giving a fully async-first way to build with Django.
Getting Started
- Install it with pip:
pip install djangoasyncframework
- Add it to your
INSTALLED_APPSinsettings.py:
INSTALLED_APPS = [
# your other apps...
'async_framework',
]
Why This Matters
Django deserves a modern async-first ecosystem, not just patches around old sync components. Django deserves a modern async-first ecosystem, not just patches around old sync components. It provides a structured foundation for writing asynchronous code in Django without relying on sync-based workarounds.
Project Status
This is an early-stage open-source project that’s still growing. We’d love your feedback, ideas, bug reports, and contributions.
Stay tuned, Djangonauts ❤️
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangoasyncframework-0.3.1.tar.gz.
File metadata
- Download URL: djangoasyncframework-0.3.1.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baf0dbdaf933202a5ccaaeaf10d2e14cf7146bbc11589aaf2426a712f543c14a
|
|
| MD5 |
ed94227c0a672984780d95ece687f5ae
|
|
| BLAKE2b-256 |
8ab4ee505c8fef29c91195c598a0725c6a6c570d1514ae058fd2ab0a6d467d80
|
File details
Details for the file djangoasyncframework-0.3.1-py3-none-any.whl.
File metadata
- Download URL: djangoasyncframework-0.3.1-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56470ad41ce9db1e9dba9873bbb110594e40f60f36f401ad9587153ea525907f
|
|
| MD5 |
2a646bab14e5168a16c120f50252a3e7
|
|
| BLAKE2b-256 |
8a5a9d994e10fe033fbfe3e23a19d16f851b9e1414815e1cf5d2887e229fdc7f
|