-
Updated
Oct 4, 2021 - Python
{{ message }}
Async Python 3.7+ web server/framework | Build fast. Run fast.
We had a report in aiohttp-session (see aio-libs/aiohttp-session#574) that a user submitting a 'large' cookie had the cookie dropped by the receiving browser.
According to RFC 6265 - section 6.1:
General-use user agents SHOULD
provide each of the following minimum
Ultra fast asyncio event loop.
After reading through the docs section on NETRC support, we happen to support passing the NETRC file location via a NETRC environment variable. But this is not documented in Environment Variables, so let's add it there.
Python Stream Processing
Coroutine-based concurrency library for Python
A fast PostgreSQL Database Client Library for Python/asyncio.
Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
@~tjstum Thanks for your prompt reply here!
I might suggest adding something to the docs of SocketModeRequest (and the example usages) mentioning that the WebhookClient/AsyncWebhookClient ca
A curated list of awesome Python asyncio frameworks, libraries, software and resources
Great stuff! I'd love to use this in magic-wormhole.. I only need the DataChannel, though. Any idea how hard it'd be to define a 'feature' for the codecs, so pip install aiortc[video] gets you the dependencies on the codecs, but pip install aiortc[datachannel] does not?
Python Socket.IO server and client
Async database support for Python.
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...
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
A library of C++ coroutine abstractions for the coroutines TS
Is your feature request related to a problem? Please describe.
Set disable_web_page_preview in aiogram.Bot:
bot = aiogram.Bot(token=..., disable_web_page_preview=...)
Describe the solution you'd like
Like logic with parse_mode, but with disable_web_page_preview (https://github.com/aiogram/aiogram/blob/358ecc78213183adeb70809d7f3e95f1524657fb/aiogram/bot/bot.py#L311-L312):
asyncio (PEP 3156) Redis support
Event driven concurrent framework for Python
a powerful DNS toolkit for python
the first third-party instant messaging client for Google Hangouts
Python library providing function decorators for configurable backoff and retry
Dependency injection framework for Python
Async Python 3.6+ web scraping micro-framework based on asyncio
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