bryanforbes / asyncpg-stubsLinks
☆47Updated last week
Alternatives and similar repositories for asyncpg-stubs
Users that are interested in asyncpg-stubs are comparing it to the libraries listed below
Sorting:
- 📁 Asynchronous pathlib for Python☆178Updated 8 months ago
- the missing toolbox for an async world☆308Updated this week
- WebSocket support for HTTPX☆129Updated 2 months ago
- GitHub Action for pyright☆92Updated this week
- 🎰 Ensure your __slots__ are working properly☆99Updated 2 weeks ago
- A fully type-checked asynchronous ORM wrapped around asyncpg. In the beta stage.☆18Updated last year
- Automatically add simple type annotations to your code☆258Updated 9 months ago
- itertools and builtins for AsyncIO and mixed iterables☆256Updated 6 months ago
- PEP-484 typing stubs for SQLAlchemy 1.4☆158Updated last year
- Toml sorting library☆105Updated 7 months ago
- Python bindings to Rust UUID☆198Updated last month
- Flake8 plugin for managing type-checking imports & forward references.☆117Updated 5 months ago
- Decisions by the Python Typing Council☆46Updated 8 months ago
- aiosignal: a list of registered asynchronous callbacks☆150Updated this week
- Python decorator for async properties.☆94Updated last year
- An async persistent cache for aiohttp requests☆141Updated this week
- coredis is an async redis client for python with support for redis cluster, sentinel and some popular redis modules☆92Updated this week
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆102Updated this week
- A compression AGSI middleware using brotli.☆74Updated 2 years ago
- Asynchronous logging for Python and asyncio☆150Updated 2 years ago
- An AsyncIO event loop implemented in Rust☆155Updated 3 weeks ago
- Experimental Python API for Ruff☆26Updated 5 months ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 3 years ago
- Useful types for Python