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
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.
mocha
The classic, battle-tested JavaScript test framework for Node.js and the browser, built around flexible async testing and pluggable reporters.
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
svgo
A Node.js library and command-line tool that optimizes SVG files by removing redundant markup through a configurable plugin pipeline.
nest-cli
Scaffolds, builds, and serves NestJS applications through schematics-driven code generation and pluggable compiler backends.
js-beautify
Reformats and re-indents JavaScript, HTML, and CSS into clean, readable code
jest-junit
A Jest reporter that converts test results into JUnit-compatible XML for CI dashboards and test-analytics tools.
MkDocs
A fast, simple static site generator for building project documentation from Markdown with a single YAML config file.
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.
verdaccio
A lightweight, zero-config-required private npm registry with built-in caching and proxying of public registries.
Sphinx
A documentation generator that turns reStructuredText or Markdown sources into polished HTML, PDF, EPUB, and more.
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.
npm
The default command-line package manager for Node.js and the JavaScript ecosystem
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
autopep8
Automatically format Python code to conform to the PEP 8 style guide.