-
Updated
Aug 8, 2022 - Python
{{ message }}
Next generation Python web server/framework | Build fast. Run fast.
The path parameter to web.run_app(): https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.run_app
This should accept a Path object, to make things simpler.
Ultra fast asyncio event loop.
Python Stream Processing
Coroutine-based concurrency library for Python
A fast PostgreSQL Database Client Library for Python/asyncio.
A curated list of awesome Python asyncio frameworks, libraries, software and resources
Current tools docs could be updated to reflect changelog entry regard rtm.start method deprecation for apps created after Nov 30th, 2021.
Please read the [Contributing guidelines](https://github.com/slackapi/python-slack-sdk/
Example of usage:
users = await User.filter(first_name__ilike="c%r")
I know this can be done with startswith and endswith, but there are cases where using the LIKE operator is better:
users = await User.filter(first_name__ilike="j_r%")
This would be used to match Jeremy, Jorge, Jordan...
WebRTC and ORTC implementation for Python using asyncio
Async database support for Python.
Python Socket.IO server and client
As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.
We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
A library of C++ coroutine abstractions for the coroutines TS
Dependency injection framework for Python
asyncio (PEP 3156) Redis support
a powerful DNS toolkit for python
Python library providing function decorators for configurable backoff and retry
Event driven concurrent framework for Python
Add a description, image, and links to the asyncio topic page so that developers can more easily learn about it.
To associate your repository with the asyncio topic, visit your repo's landing page and select "manage topics."
First check