Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Sort:Used by Most Apps
Charset Normalizer
A pure-Python universal charset detector that turns text of unknown encoding into clean Unicode.
SciPy
Fundamental algorithms for scientific computing, optimization, and statistics in Python.
attrs
Python classes without boilerplate — generate init, repr, equality, and more from declarative field definitions.
LangChain
The most widely adopted Python framework for building LLM-powered agents and applications
loguru
A drop-in replacement for Python's standard logging module that makes logging enjoyable, with almost no setup required.
Matplotlib
Python's foundational plotting library for static, animated, and interactive charts
Starlette
A lightweight ASGI framework/toolkit for building async web services and apps in Python
testcontainers-go
Programmatically spin up disposable Docker containers for Go integration and smoke tests, then tear them down automatically.
filelock
A platform-independent file lock for Python that supports the with-statement.
Flask
A lightweight WSGI web framework for Python that scales from a single file to complex applications.
docker-py
Official Python library for the Docker Engine API — manage containers, images, networks, and Swarm clusters from your own code.
testcontainers-node
Spin up disposable Docker containers to run real databases, brokers, and browsers in your Node.js tests.
markupsafe
Escapes untrusted strings for safe use in HTML and XML markup, preventing injection attacks in templated output.
orjson
A fast, correct, Rust-backed JSON library for Python with native dataclass, datetime, and numpy support
dockerode
A Node.js client for the Docker Engine Remote API, covering containers, images, networks, and volumes with streams intact.
tomli
A lil' TOML parser for Python — fast, spec-compliant, and dependency-free.
LangGraph
A low-level orchestration framework for building stateful, multi-actor LLM agents as graphs
Azure Container Service Management (Python)
Provision and manage Azure Kubernetes Service and container clusters from Python.
Celery
Distributed task queue for running asynchronous jobs, scheduled work, and complex workflows across Python applications at scale.
bcrypt (Python)
A Python library for secure password hashing using the bcrypt algorithm with an adjustable work factor
Django
The high-level Python web framework that turns database models into secure, working web applications in record time.
moby/moby/api
The independently-versioned Go module of shared request/response types for the Docker Engine API, used by both the daemon and third-party Go clients.
django-rest-framework
The most widely-used toolkit for building Web APIs on top of Django, with serializers, viewsets, and a built-in browsable API.
Azure Identity (Python)
Microsoft Entra ID token authentication for Azure SDK clients in Python