| aiofiles |
25.1.0 |
None |
File support for asyncio. |
| aiohappyeyeballs |
2.6.1 |
None |
Happy Eyeballs for asyncio |
| aiohttp |
3.13.2 |
None |
Async http client/server framework (asyncio) |
| aiosignal |
1.4.0 |
https://github.com/aio-libs/aiosignal |
aiosignal: a list of registered asynchronous callbacks |
| annotated-doc |
0.0.4 |
None |
Document parameters, class attributes, return types, and variables inline, with Annotated. |
| anyio |
4.12.0 |
None |
High-level concurrency and networking framework on top of asyncio or Trio |
| attrs |
25.4.0 |
None |
Classes Without Boilerplate |
| bidict |
0.23.1 |
None |
The bidirectional mapping library for Python. |
| blinker |
1.9.0 |
None |
Fast, simple object-to-object and broadcast signaling |
| certifi |
2025.11.12 |
https://github.com/certifi/python-certifi |
Python package for providing Mozilla's CA Bundle. |
| click |
8.3.1 |
None |
Composable command line interface toolkit |
| coverage |
7.13.1 |
https://github.com/coveragepy/coveragepy |
Code coverage measurement for Python |
| docutils |
0.22.3 |
None |
Docutils -- Python Documentation Utilities |
| fastapi |
0.123.8 |
None |
FastAPI framework, high performance, easy to learn, fast to code, ready for production |
| Flask |
3.1.2 |
None |
A simple framework for building complex web applications. |
| Flask-DebugToolbar |
0.16.0 |
None |
A toolbar overlay for debugging Flask applications. |
| Flask-Login |
0.6.3 |
https://github.com/maxcountryman/flask-login |
User authentication and session management for Flask. |
| Flask-WTF |
1.2.2 |
None |
Form rendering, validation, and CSRF protection for Flask with WTForms. |
| frozenlist |
1.8.0 |
https://github.com/aio-libs/frozenlist |
A list-like structure which implements collections.abc.MutableSequence |
| greenlet |
3.2.4 |
https://greenlet.readthedocs.io/ |
Lightweight in-process concurrent programming |
| gunicorn |
23.0.0 |
None |
WSGI HTTP Server for UNIX |
| h11 |
0.16.0 |
https://github.com/python-hyper/h11 |
A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 |
| htmx |
0.0.0 |
None |
Build web apps with Python, HTMX and Tailwind CSS |
| httpcore |
1.0.9 |
None |
A minimal low-level HTTP client. |
| httptools |
0.7.1 |
None |
A collection of framework independent HTTP protocol utils. |
| httpx |
0.28.1 |
None |
The next generation HTTP client. |
| idna |
3.11 |
None |
Internationalized Domain Names in Applications (IDNA) |
| ifaddr |
0.2.0 |
https://github.com/pydron/ifaddr |
Cross-platform network interface and IP address enumeration library |
| iniconfig |
2.3.0 |
None |
brain-dead simple config-ini parsing |
| itsdangerous |
2.2.0 |
None |
Safely pass data to untrusted environments and back. |
| Jinja2 |
3.1.6 |
None |
A very fast and expressive template engine. |
| markdown2 |
2.5.4 |
https://github.com/trentm/python-markdown2 |
A fast and complete Python implementation of Markdown |
| MarkupSafe |
3.0.3 |
None |
Safely add untrusted strings to HTML/XML markup. |
| multidict |
6.7.0 |
https://github.com/aio-libs/multidict |
multidict implementation |
| nicegui |
3.3.1 |
None |
Create web-based user interfaces with Python. The nice way. |
| orjson |
3.11.4 |
None |
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy |
| packaging |
25.0 |
None |
Core utilities for Python packages |
| pillow |
12.0.0 |
None |
Python Imaging Library (fork) |
| pip |
25.0.1 |
None |
The PyPA recommended tool for installing Python packages. |
| pluggy |
1.6.0 |
None |
plugin and hook calling mechanisms for python |
| propcache |
0.4.1 |
https://github.com/aio-libs/propcache |
Accelerated property cache |
| psycopg2-binary |
2.9.11 |
https://psycopg.org/ |
psycopg2 - Python-PostgreSQL Database Adapter |
| pydantic |
1.10.24 |
None |
Data validation and settings management using python type hints |
| Pygments |
2.19.2 |
None |
Pygments is a syntax highlighting package written in Python. |
| pytest |
9.0.2 |
None |
pytest: simple powerful testing with Python |
| pytest-cov |
7.0.0 |
None |
Pytest plugin for measuring coverage. |
| python-dotenv |
1.2.1 |
None |
Read key-value pairs from a .env file and set them as environment variables |
| python-engineio |
4.12.3 |
None |
Engine.IO server and client for Python |
| python-multipart |
0.0.20 |
None |
A streaming multipart parser for Python |
| python-socketio |
5.15.0 |
None |
Socket.IO server and client for Python |
| PyYAML |
6.0.3 |
https://pyyaml.org/ |
YAML parser and emitter for Python |
| redis |
7.0.1 |
None |
Python client for Redis database and key-value store |
| simple-websocket |
1.1.0 |
None |
Simple WebSocket server and client for Python |
| SQLAlchemy |
2.0.44 |
https://www.sqlalchemy.org |
Database Abstraction Library |
| starlette |
0.50.0 |
None |
The little ASGI library that shines. |
| typing_extensions |
4.15.0 |
None |
Backported and Experimental Type Hints for Python 3.9+ |
| uv |
0.10.6 |
https://pypi.org/project/uv/ |
An extremely fast Python package and project manager, written in Rust. |
| uvicorn |
0.38.0 |
None |
The lightning-fast ASGI server. |
| uvloop |
0.22.1 |
None |
Fast implementation of asyncio event loop on top of libuv |
| watchfiles |
1.1.1 |
https://github.com/samuelcolvin/watchfiles |
Simple, modern and high performance file watching and code reload in python. |
| websockets |
15.0.1 |
None |
An implementation of the WebSocket Protocol (RFC 6455 & 7692) |
| Werkzeug |
3.1.3 |
None |
The comprehensive WSGI web application library. |
| wsproto |
1.3.2 |
None |
Pure-Python WebSocket protocol implementation |
| WTForms |
3.2.1 |
None |
Form validation and rendering for Python web development. |
| yarl |
1.22.0 |
https://github.com/aio-libs/yarl |
Yet another URL library |