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
Werkzeug
The comprehensive WSGI utility library that powers Flask and countless Python web apps.
gevent
Coroutine-based concurrency for Python, built on greenlets and a fast libev/libuv event loop.
json_repair
Repair malformed JSON from LLMs, APIs, logs, and user input — a drop-in fallback for json.loads().
python-socketio
Python implementation of the Socket.IO realtime protocol for both servers and clients.
Markdown
The reference Python implementation of John Gruber's Markdown, with a pluggable extension system for converting text to HTML.
msgspec
A fast, zero-cost serialization and validation library for JSON, MessagePack, YAML, and TOML in Python.
flake8
The CLI linter that wraps PyFlakes, pycodestyle, and McCabe complexity checks into a single Python style and error checker.
html2text
Converts HTML into clean, readable Markdown-formatted plain text, as both a Python library and a CLI tool.
Sentry for Laravel
Official Sentry SDK for Laravel with automatic error, log, and performance tracing capture
PyMdown Extensions
A rich extension pack for Python-Markdown adding tabs, superfences, emoji, and more
aioboto3
An async wrapper around boto3's high-level AWS resources, backed by aiobotocore
jsonschema
A high-performance JSON Schema validator for Rust with Python, Ruby, and WASM bindings
argon2-cffi
Secure, high-level password hashing for Python using Argon2
tree-sitter-python
A fast, incremental Python grammar for the tree-sitter parsing library
@vitejs/plugin-basic-ssl
A Vite plugin that generates a self-signed certificate so your dev and preview servers can run over HTTPS with zero setup.
Monolog
The PSR-3 logging library that sends PHP logs to files, sockets, databases, and dozens of web services
Faker
A Python library that generates realistic fake data for testing, seeding, and anonymizing datasets across 70+ locales.
superagent
A small, progressive HTTP request library for Node.js and browsers with a single fluent, chainable API on both platforms.
Laravel Excel
Supercharged Excel and CSV exports and imports for Laravel applications
Sphinx
A documentation generator that turns reStructuredText or Markdown sources into polished HTML, PDF, EPUB, and more.
Predis
A flexible, pure-PHP Redis and Valkey client with clustering and replication support
PyGithub
A typed Python library for the GitHub REST API, wrapping repositories, issues, pull requests, and organizations as lazy-loading objects.
opencv-python
Pre-built, pip-installable OpenCV bindings that give Python programs full computer vision and image-processing capabilities without compiling from source.
league/csv
CSV data manipulation made easy in PHP