-
Updated
Oct 22, 2020 - Python
asyncio
Here are 1,830 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Python
Long story short
I've been using low-level machinery exposed by aiohttp for my framework.
When I learned about handle_signals=True I started testing it and it turned out that my process always exited with return code 1 on SIGTERM and SIGINT.
This was confusing and I thought that it's a bug. But then, after diving into the code deeper, I realized that with this option enabled, aioht
-
Updated
Oct 13, 2020 - Python
Our environment variable documentation should include some justification or context for each case, by doing one of the following for each envvar:
- Make it clear that an environment variable is specific to HTTPX. (Probably only relevant to anything prefixed by
HTTPX_) - Make it clear that an environment variable is used as a convention by
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 5, 2020
-
Updated
Oct 9, 2020 - Python
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?
-
Updated
Dec 27, 2019 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 19, 2020 - 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...
-
Updated
Oct 21, 2020 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 19, 2020 - Python
Improve this page
Add a description, image, and links to the asyncio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asyncio topic, visit your repo's landing page and select "manage topics."


First check