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.
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.
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.
ty
An extremely fast Python type checker and language server written in Rust.
markdown-link-check
Command-line tool and Node.js module that scans markdown files for dead hyperlinks and unreachable mailto links.
ghp-import
A small CLI that copies a built docs directory straight onto your repo's gh-pages branch.
toml-sort
A command-line utility and Python library that sorts and formats TOML files while preserving comments.
bigquery-schema-generator
Deduces an accurate BigQuery schema from your full JSON or CSV dataset instead of just the first 500 records.
genversion
A CLI and Node API that generates a version module from package.json, so client bundles never need to ship the whole file.