-
Updated
Jan 7, 2022 - Python
{{ message }}
Next generation Python web server/framework | Build fast. Run fast.
While setting the target interface's ip should work in most cases, it's possible that multiple devices have the same ip.
Also i'm having trouble using a wireguard vpn when i set Table=off. Table=off disables setting up the routes for the vpn and it justs shows up as a regular device. The connection is fine as pycurl can access it when i set
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.
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/
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.
Add ability to filter sender_chat messages
Examples:
@dp.message_handler(from_chat=True)
async def handle_chat_senders(message: types.Message):
"""Handle message from any sender_chat."""
sender: Chat = message.sender_chat
text = f"Hi, {sender.full_name}!"
await message.answer(text)@dp.message_handler(from_chat=["@TrueMafiaNews"])
async def hA library of C++ coroutine abstractions for the coroutines TS
asyncio (PEP 3156) Redis support
Event driven concurrent framework for Python
a powerful DNS toolkit for python
With the recent bug-fix in #1463, I noticed a lack of tests directly testing UnionDefinition.get_type_resolver and the function that it returns. We should add these.
Dependency injection framework for Python
the first third-party instant messaging client for Google Hangouts
Python library providing function decorators for configurable backoff and retry
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