Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvhb/dvhb-hybrid
A package to mix django and asyncio in one application
https://github.com/dvhb/dvhb-hybrid
aiohttp asyncio asyncpg django python sqlalchemy
Last synced: 9 days ago
JSON representation
A package to mix django and asyncio in one application
- Host: GitHub
- URL: https://github.com/dvhb/dvhb-hybrid
- Owner: dvhb
- License: mit
- Created: 2017-01-31T10:37:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:01:13.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T19:32:02.221Z (about 1 year ago)
- Topics: aiohttp, asyncio, asyncpg, django, python, sqlalchemy
- Language: Python
- Homepage: http://dvhb-hybrid.readthedocs.io/
- Size: 428 KB
- Stars: 43
- Watchers: 5
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE.md
Awesome Lists containing this project
README
===========
DVHB Hybrid
===========|tests| |docs| |codecov| |pyup|
Package to create hybrid django and asyncio applications.
Features
--------
- Defines your database schema using Django models.
- Uses Django migration to propagating changes you make to your models in your database schema.
- Uses powerful Django administration to manage your application data.
- Allows easily creating a REST API based on aiohttp and aiohttp-apiset.
- Mailer application... |docs| image:: https://readthedocs.org/projects/dvhb-hybrid/badge/?version=latest
:alt: Documentation Status
:target: http://dvhb-hybrid.readthedocs.io/en/latest/?badge=latest.. |tests| image:: https://travis-ci.org/dvhb/dvhb-hybrid.svg?branch=asyncpg
:target: https://travis-ci.org/dvhb/dvhb-hybrid
:alt: Build Status.. |codecov| image:: https://codecov.io/gh/dvhb/dvhb-hybrid/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dvhb/dvhb-hybrid.. |pyup| image:: https://pyup.io/repos/github/dvhb/dvhb-hybrid/shield.svg
:target: https://pyup.io/repos/github/dvhb/dvhb-hybrid/
:alt: Updates