Skip to main content

Providing async views, ORM, and tasks for Django.

Project description

Django Async Framework

pypi-version

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

  1. Install it with pip:
pip install djangoasyncframework
  1. Add it to your INSTALLED_APPS in settings.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. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoasyncframework-0.3.3.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

djangoasyncframework-0.3.3-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file djangoasyncframework-0.3.3.tar.gz.

File metadata

  • Download URL: djangoasyncframework-0.3.3.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

Hashes for djangoasyncframework-0.3.3.tar.gz
Algorithm Hash digest
SHA256 7da129380dd3fa7380797895be862c6e0cae055b6b64bb794f415d0d1a747659
MD5 a847463d51ec4a3095dd2cdb5d2e977b
BLAKE2b-256 434962753bee74d96e25c2dbc5fd0b49415401dc7bf6073f1992c81fc2fd8683

See more details on using hashes here.

File details

Details for the file djangoasyncframework-0.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for djangoasyncframework-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5d5372a7bc0c71f59aed4c00917030e35da5ab810805ea6194083630b5dcc0a2
MD5 cdbddcd59b7a35f8dc9284de82baaa80
BLAKE2b-256 00c0eec9d375f7d3d4c04b1407582c41589a2beea63cd6b4a7a99981fa856e7a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page