amqp |
5.2.0 |
http://github.com/celery/py-amqp |
Low-level AMQP client for Python (fork of amqplib). |
asgiref |
3.8.1 |
https://github.com/django/asgiref/ |
ASGI specs, helper code, and adapters |
astroid |
3.2.2 |
None |
An abstract syntax tree for Python with inference support. |
async-timeout |
4.0.3 |
https://github.com/aio-libs/async-timeout |
Timeout context manager for asyncio programs |
bidict |
0.23.1 |
None |
The bidirectional mapping library for Python. |
billiard |
4.2.0 |
https://github.com/celery/billiard |
Python multiprocessing fork with improvements and bugfixes |
blinker |
1.8.2 |
None |
Fast, simple object-to-object and broadcast signaling |
boggler |
2.0.4 |
None |
Utilities for solving the Boggle word game. |
celery |
5.4.0 |
https://docs.celeryq.dev/ |
Distributed Task Queue. |
certifi |
2024.7.4 |
https://github.com/certifi/python-certifi |
Python package for providing Mozilla's CA Bundle. |
charset-normalizer |
3.3.2 |
https://github.com/Ousret/charset_normalizer |
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
click |
8.1.7 |
https://palletsprojects.com/p/click/ |
Composable command line interface toolkit |
click-didyoumean |
0.3.1 |
https://github.com/click-contrib/click-didyoumean |
Enables git-like *did-you-mean* feature in click |
click-plugins |
1.1.1 |
https://github.com/click-contrib/click-plugins |
An extension module for click to enable registering CLI commands via setuptools entry-points. |
click-repl |
0.3.0 |
https://github.com/untitaker/click-repl |
REPL plugin for Click |
dill |
0.3.8 |
https://github.com/uqfoundation/dill |
serialize all of Python |
dnspython |
2.6.1 |
None |
DNS toolkit |
eventlet |
0.36.1 |
None |
Highly concurrent networking library |
Flask |
3.0.3 |
None |
A simple framework for building complex web applications. |
Flask-DebugToolbar |
0.15.1 |
https://github.com/pallets-eco/flask-debugtoolbar |
A toolbar overlay for debugging Flask applications. |
Flask-SocketIO |
5.3.6 |
https://github.com/miguelgrinberg/flask-socketio |
Socket.IO integration for Flask applications |
greenlet |
3.0.3 |
https://greenlet.readthedocs.io/ |
Lightweight in-process concurrent programming |
gunicorn |
22.0.0 |
None |
WSGI HTTP Server for UNIX |
h11 |
0.14.0 |
https://github.com/python-hyper/h11 |
A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 |
idna |
3.7 |
None |
Internationalized Domain Names in Applications (IDNA) |
isort |
5.13.2 |
https://pycqa.github.io/isort/ |
A Python utility / library to sort Python imports. |
itsdangerous |
2.2.0 |
None |
Safely pass data to untrusted environments and back. |
Jinja2 |
3.1.4 |
None |
A very fast and expressive template engine. |
kombu |
5.3.7 |
https://kombu.readthedocs.io |
Messaging library for Python. |
markdown-it-py |
3.0.0 |
None |
Python port of markdown-it. Markdown parsing, done right! |
MarkupSafe |
2.1.5 |
https://palletsprojects.com/p/markupsafe/ |
Safely add untrusted strings to HTML/XML markup. |
mccabe |
0.7.0 |
https://github.com/pycqa/mccabe |
McCabe checker, plugin for flake8 |
mdurl |
0.1.2 |
None |
Markdown URL utilities |
packaging |
24.1 |
None |
Core utilities for Python packages |
pip |
24.1 |
None |
The PyPA recommended tool for installing Python packages. |
platformdirs |
4.2.2 |
None |
A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`. |
prompt_toolkit |
3.0.47 |
https://github.com/prompt-toolkit/python-prompt-toolkit |
Library for building powerful interactive command lines in Python |
psycopg2-binary |
2.9.9 |
https://psycopg.org/ |
psycopg2 - Python-PostgreSQL Database Adapter |
Pygments |
2.18.0 |
None |
Pygments is a syntax highlighting package written in Python. |
pylint |
3.2.3 |
None |
python code static checker |
pyparsing |
3.1.2 |
None |
pyparsing module - Classes and methods to define and execute parsing grammars |
python-dateutil |
2.9.0.post0 |
https://github.com/dateutil/dateutil |
Extensions to the standard Python datetime module |
python-engineio |
4.9.1 |
None |
Engine.IO server and client for Python |
python-socketio |
5.11.3 |
None |
Socket.IO server and client for Python |
pytz |
2024.1 |
http://pythonhosted.org/pytz |
World timezone definitions, modern and historical |
redis |
5.0.6 |
https://github.com/redis/redis-py |
Python client for Redis database and key-value store |
requests |
2.32.3 |
https://requests.readthedocs.io |
Python HTTP for Humans. |
rich |
13.7.1 |
https://github.com/Textualize/rich |
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal |
ruff |
0.4.10 |
https://docs.astral.sh/ruff |
An extremely fast Python linter and code formatter, written in Rust. |
setuptools |
70.1.0 |
None |
Easily download, build, install, upgrade, and uninstall Python packages |
simple-websocket |
1.0.0 |
https://github.com/miguelgrinberg/simple-websocket |
Simple WebSocket server and client for Python |
six |
1.16.0 |
https://github.com/benjaminp/six |
Python 2 and 3 compatibility utilities |
tomli |
2.0.1 |
None |
A lil' TOML parser |
tomlkit |
0.12.5 |
https://github.com/sdispater/tomlkit |
Style preserving TOML library |
typing_extensions |
4.12.2 |
None |
Backported and Experimental Type Hints for Python 3.8+ |
tzdata |
2024.1 |
https://github.com/python/tzdata |
Provider of IANA time zone data |
urllib3 |
2.2.2 |
None |
HTTP library with thread-safe connection pooling, file post, and more. |
vine |
5.1.0 |
https://github.com/celery/vine |
Python promises. |
wcwidth |
0.2.13 |
https://github.com/jquast/wcwidth |
Measures the displayed width of unicode strings in a terminal |
websockets |
12.0 |
None |
An implementation of the WebSocket Protocol (RFC 6455 & 7692) |
Werkzeug |
3.0.3 |
None |
The comprehensive WSGI web application library. |
wsproto |
1.2.0 |
https://github.com/python-hyper/wsproto/ |
WebSockets state-machine based protocol implementation |