-
llh2 Public
http/2 Frame Parser implementation using llparse in python
-
-
rloop Public
Forked from gi0baro/rloopAn AsyncIO event loop implemented in Rust
Rust BSD 3-Clause "New" or "Revised" License UpdatedNov 5, 2025 -
pywepoll Public
cython port of the wepoll C Library providing epoll support for windows
-
pybase64 Public
Forked from mayeut/pybase64Fast Base64 encoding/decoding in Python
Python BSD 2-Clause "Simplified" License UpdatedNov 1, 2025 -
cybase64 Public
A Cythonic version of pybase64 inspired by it for using with Cython and other low level projects.
BSD 3-Clause "New" or "Revised" License UpdatedNov 1, 2025 -
cyares Public
An Upgraded version of pycares with faster and safer features.
-
yt-dlp-pyduktape3 Public
Local Javascript solver for yt-dlp that runs with pyduktape3 maintained by the same owner.
The Unlicense UpdatedNov 1, 2025 -
aiohttp Public
Forked from aio-libs/aiohttpAsynchronous HTTP client/server framework for asyncio and Python
Python Other UpdatedOct 30, 2025 -
anyio Public
Forked from agronholm/anyioHigh level asynchronous concurrency and networking framework that works on top of either Trio or asyncio
Python MIT License UpdatedOct 30, 2025 -
frozenlist Public
Forked from aio-libs/frozenlistFrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.
Python Apache License 2.0 UpdatedOct 29, 2025 -
pyllparse Public
a parody of llparse typescript library made for python users.
-
aiocallback Public
An asynchronous callback library for beginners
-
CodSpeedHQ--pytest-codspeed Public
Forked from webknjaz/CodSpeedHQ--pytest-codspeedA pytest plugin to create benchmarks
Python MIT License UpdatedOct 28, 2025 -
pyduktape3 Public
yet another Cython Adaptation of the duktape C Library.
-
Winloop Public
An Alternative library for uvloop compatability with windows
-
aiomultiprocess Public
Forked from omnilib/aiomultiprocessTake a modern Python codebase to the next level of performance.
Python MIT License UpdatedOct 27, 2025 -
propcache Public
Forked from aio-libs/propcacheFast property caching
Python Apache License 2.0 UpdatedOct 26, 2025 -
Lib2to3 Public
Backwards compatible dirty copy of lib2to3 removed in python 3.10
Python UpdatedOct 25, 2025 -
aioquic Public
Forked from aiortc/aioquicQUIC and HTTP/3 implementation in Python
Python BSD 3-Clause "New" or "Revised" License UpdatedOct 25, 2025 -
-
multidict Public
Forked from aio-libs/multidictThe multidict implementation
Python Other UpdatedOct 25, 2025 -
Vizonexs-Libraries Public
A Compilation of all my successful code libraries or maintained libraries I help maintain since I can't pin them all
1 UpdatedOct 23, 2025 -
-
selectolax Public
Forked from rushter/selectolaxPython binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
Cython MIT License UpdatedOct 23, 2025 -
deprecated-params Public
A Python wrapper for labeling deprecated keyword arguments
-
aiojobs Public
Forked from aio-libs/aiojobsJobs scheduler for managing background task (asyncio)
Python Other UpdatedOct 19, 2025 -
aiothreading Public
A fork of aiomultiprocess but for using threads with asyncio coroutines.
-
httptools Public
Forked from MagicStack/httptoolsFast HTTP parser
-
deprecated-property Public
Deprecation python wrapper for properties Inspired by deprecated-params