All Projects → dvhb → dvhb-hybrid

dvhb / dvhb-hybrid

Licence: MIT License
A package to mix django and asyncio in one application

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dvhb-hybrid

Gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
Stars: ✭ 2,299 (+5008.89%)
Mutual labels:  sqlalchemy, asyncio, asyncpg
Backendschool2019
Приложение для практического руководства по разработке бекенд-сервисов на Python (на основе вступительного испытания в Школу бэкенд‑разработки Яндекса)
Stars: ✭ 129 (+186.67%)
Mutual labels:  sqlalchemy, aiohttp, asyncio
tomodachi
💻 Microservice library / framework using Python's asyncio event loop with full support for HTTP + WebSockets, AWS SNS+SQS, RabbitMQ / AMQP, middleware, etc. Extendable for GraphQL, protobuf, gRPC, among other technologies.
Stars: ✭ 170 (+277.78%)
Mutual labels:  aiohttp, asyncio
netunnel
A tool to create network tunnels over HTTP/S written in Python 3
Stars: ✭ 19 (-57.78%)
Mutual labels:  aiohttp, asyncio
aiohttp-mako
mako template renderer for aiohttp.web
Stars: ✭ 32 (-28.89%)
Mutual labels:  aiohttp, asyncio
pytest-aiohttp
pytest plugin for aiohttp support
Stars: ✭ 110 (+144.44%)
Mutual labels:  aiohttp, asyncio
python-logi-circle
Python 3.6+ API for Logi Circle cameras
Stars: ✭ 23 (-48.89%)
Mutual labels:  aiohttp, asyncio
postmodel
ORM library for Python 3.6+, asyncio. Provides Django ORM like API.
Stars: ✭ 15 (-66.67%)
Mutual labels:  asyncio, asyncpg
aioScrapy
基于asyncio与aiohttp的异步协程爬虫框架 欢迎Star
Stars: ✭ 34 (-24.44%)
Mutual labels:  aiohttp, asyncio
fast-api-sqlalchemy-template
Dockerized web application on FastAPI, sqlalchemy1.4, PostgreSQL
Stars: ✭ 25 (-44.44%)
Mutual labels:  sqlalchemy, asyncio
fbemissary
A bot framework for the Facebook Messenger platform, built on asyncio and aiohttp
Stars: ✭ 30 (-33.33%)
Mutual labels:  aiohttp, asyncio
FinanceCenter
Fetching Financial Data (US/China)
Stars: ✭ 26 (-42.22%)
Mutual labels:  sqlalchemy, asyncio
yutto
🧊 一个可爱且任性的 B 站视频下载器(bilili V2)
Stars: ✭ 383 (+751.11%)
Mutual labels:  aiohttp, asyncio
trellio
Python3 asyncio based microframework for microservice architecture
Stars: ✭ 19 (-57.78%)
Mutual labels:  aiohttp, asyncio
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (+8.89%)
Mutual labels:  aiohttp, asyncio
aioneo4j
asyncio client for neo4j
Stars: ✭ 29 (-35.56%)
Mutual labels:  aiohttp, asyncio
stream video server
demonstrates how to create video streaming server with the help of aiohttp and opencv
Stars: ✭ 15 (-66.67%)
Mutual labels:  aiohttp, asyncio
website
PySlackers website for invites and learning resources
Stars: ✭ 61 (+35.56%)
Mutual labels:  aiohttp, asyncio
Databases
Async database support for Python. 🗄
Stars: ✭ 2,602 (+5682.22%)
Mutual labels:  sqlalchemy, asyncio
pyladies-courseware
Homework/task submit and review web app · based on React and Python aiohttp
Stars: ✭ 14 (-68.89%)
Mutual labels:  aiohttp, asyncio

DVHB Hybrid

Build Status Documentation Status codecov Updates

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].