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
Kind1
Category
Sort:Used by Most Apps
lint-staged
Run linters and formatters only against the files staged in git, so a slow full-project lint never blocks a commit.
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
mypy
Optional static type checker that catches Python bugs before you run your code
Alembic
Database migrations tool for SQLAlchemy with autogenerate and transactional DDL
GraphQL Code Generator
A plugin-based CLI that generates typed code from a GraphQL schema and operations
js-beautify
Reformats and re-indents JavaScript, HTML, and CSS into clean, readable code
MkDocs
A fast, simple static site generator for building project documentation from Markdown with a single YAML config file.
cspell
A fast, self-contained command-line spell checker built for source code and documentation.
isort
Automatically sorts and organizes Python import statements
flake8
The CLI linter that wraps PyFlakes, pycodestyle, and McCabe complexity checks into a single Python style and error checker.
Sphinx
A documentation generator that turns reStructuredText or Markdown sources into polished HTML, PDF, EPUB, and more.
claude-agent-acp
Use the Claude Agent SDK as a coding agent from any ACP-compatible editor
build
A simple, correct Python build frontend for producing PEP 517 source distributions and wheels.
IPython
A productive interactive Python shell with rich introspection, tab completion, and magic commands.
Pylint
A static code analyser for Python that catches bugs and enforces coding standards
Granian
A fast Rust HTTP server for Python that serves ASGI, WSGI, and RSGI applications
Poetry
Poetry is a dependency management and packaging tool for Python that resolves, locks, and installs project dependencies through a single pyproject.toml file.
pip
The official package installer for Python, bundled with the interpreter
pytest-order
Pytest plugin for running tests in a specific, controllable order
Psalm
A PHP static analysis tool that finds type errors, dead code, and security vulnerabilities before runtime.
autopep8
Automatically format Python code to conform to the PEP 8 style guide.
pytest-html
A pytest plugin that turns your test run into an interactive, shareable HTML report.