update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,9 +1,14 @@
 Awesome asyncio !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
▐ !WARNING 
▐ This project is looking for a new home. I'm no longer maintaining it.
▐ Please let me know if you want to take over maintainance for it.
▐ Write me an email to timo@furrer.life
 Awesome asyncio !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
▐ A carefully curated list of awesome Python asyncio frameworks, libraries, software and resources.
The Python asyncio (https://docs.python.org/3/library/asyncio.html) module introduced to the standard library with Python 3.4 provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access 
over sockets and other resources, running network clients and servers, and other related primitives.
The Python asyncio (https://docs.python.org/3/library/asyncio.html) module introduced to the standard library with Python 3.4 provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over 
sockets and other resources, running network clients and servers, and other related primitives.
Asyncio is not really a brand-new technology however it appears to be very trending since a few years - especially in the Python community and with the release of Python 3.4 in March 2014.
Thus, it's pretty hard to keep yourself up-to-date with the most awesome packages out there.
@@ -71,8 +76,7 @@
⟡ GINO (https://github.com/fantix/gino) - is a lightweight asynchronous Python ORM based on SQLAlchemy (https://www.sqlalchemy.org/) core, with asyncpg (https://github.com/MagicStack/asyncpg) dialect.
⟡ Tortoise ORM (https://github.com/tortoise/tortoise-orm) - native multi-backend ORM with Django-like API and easy relations management.
⟡ Databases (https://github.com/encode/databases) - Async database access for SQLAlchemy core, with support for PostgreSQL, MySQL, and SQLite.
⟡ Prisma Client Python
 (https://github.com/RobertCraigie/prisma-client-py) - An auto-generated, fully type safe ORM powered by Pydantic and tailored specifically for your schema - supports SQLite, PostgreSQL, MySQL, MongoDB, MariaDB and more.
⟡ Prisma Client Python (https://github.com/RobertCraigie/prisma-client-py) - An auto-generated, fully type safe ORM powered by Pydantic and tailored specifically for your schema - supports SQLite, PostgreSQL, MySQL, MongoDB, MariaDB and more.
⟡ Piccolo (https://github.com/piccolo-orm/piccolo) - An ORM / query builder which can work in async and sync modes, with a nice admin GUI, and ASGI middleware.
⟡ Beanie (https://beanie-odm.dev) - An async MongoDB ODM built on motor (https://github.com/mongodb/motor) and Pydantic (https://pydantic-docs.helpmanual.io).
@@ -162,3 +166,5 @@
⟡ trio (https://github.com/python-trio/trio) - Pythonic async I/O for humans and snake people.
  ⟡ trio-asyncio (https://github.com/python-trio/trio-asyncio) - re-implementation of the asyncio mainloop on top of Trio.
⟡ AnyIO (https://github.com/agronholm/anyio) - High level asynchronous concurrency and networking framework that works on top of either trio or asyncio.
asyncio Github: https://github.com/timofurrer/awesome-asyncio