πΒ A ranked list of awesome python developer tools and libraries. Updated weekly.
This curated list contains 270 awesome open-source projects with a total of 1.1M stars grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
π§ββοΈΒ Discover other best-of lists or create your own.
π«Β Subscribe to our newsletter for updates and trending projects.
- Linters & Style Checkers 40 projects
- Type checkers 5 projects
- Code Formatters 7 projects
- Code Refactoring 18 projects
- Code Security 8 projects
- Virtual Environments 10 projects
- Dependency & Package Managers 11 projects
- Code Metrics & Complexity 6 projects
- Logging 21 projects
- Shell 2 projects
- Documentation 29 projects
- Debugging Tools 13 projects
- Testing Tools 43 projects
- Code Packaging 16 projects
- Build Tools 14 projects
- System Monitoring & Profiling 18 projects
- AST Tools 6 projects
- Others 1 projects
- π₯π₯π₯Β Combined project-quality score
- βοΈΒ Star count from GitHub
- π£Β New project (less than 6 months old)
- π€Β Inactive project (6 months no activity)
- πΒ Dead project (12 months no activity)
- ππΒ Project is trending up or down
- βΒ Project was recently added
- βοΈΒ Warning (e.g. missing/risky license)
- π¨βπ»Β Contributors count from GitHub
- πΒ Fork count from GitHub
- πΒ Issue count from GitHub
- β±οΈΒ Last update timestamp on package manager
- π₯Β Download count from package manager
- π¦Β Number of dependent projects
Β Flake8 related project
Β Pytest related project
Β Pylint related project
Β Sphinx related project
Β MkDocs related project
ruff (π₯48 Β· β 47K) - An extremely fast Python linter and code formatter, written in Rust. MIT
-
GitHub (π¨βπ» 850 Β· π 2K Β· π₯ 4.5M Β· π¦ 170K Β· π 7.9K - 20% open Β· β±οΈ 02.04.2026):
git clone https://github.com/charliermarsh/ruff -
PyPi (π₯ 190M / month Β· π¦ 48K Β· β±οΈ 26.03.2026):
pip install ruff -
Conda (π₯ 6.3M Β· β±οΈ 27.03.2026):
conda install -c conda-forge ruff
pylint (π₯44 Β· β 5.7K) - Its not just a linter that annoys you!. βοΈGPL-2.0
-
GitHub (π¨βπ» 630 Β· π 1.2K Β· π₯ 610 Β· π¦ 490K Β· π 5.9K - 17% open Β· β±οΈ 31.03.2026):
git clone https://github.com/PyCQA/pylint -
PyPi (π₯ 51M / month Β· π¦ 12K Β· β±οΈ 20.02.2026):
pip install pylint -
Conda (π₯ 7.7M Β· β±οΈ 20.02.2026):
conda install -c conda-forge pylint
flake8 (π₯39 Β· β 3.8K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
-
GitHub (π¨βπ» 180 Β· π 340 Β· π¦ 690K Β· π 1.6K - 1% open Β· β±οΈ 22.12.2025):
git clone https://github.com/PyCQA/flake8 -
PyPi (π₯ 55M / month Β· π¦ 27K Β· β±οΈ 20.06.2025):
pip install flake8 -
Conda (π₯ 10M Β· β±οΈ 26.06.2025):
conda install -c conda-forge flake8
wemake-python-styleguide (π₯37 Β· β 2.8K) - The strictest and most opinionated python linter ever!. MIT
beartype (π₯36 Β· β 3.4K) - Unbearably fast near-real-time pure-Python runtime-static type-checker. MIT
parso (π₯36 Β· β 670) - A Python Parser. MIT
-
GitHub (π¨βπ» 51 Β· π 120 Β· π¦ 600K Β· π 120 - 10% open Β· β±οΈ 09.02.2026):
git clone https://github.com/davidhalter/parso -
PyPi (π₯ 110M / month Β· π¦ 1.1K Β· β±οΈ 09.02.2026):
pip install parso -
Conda (π₯ 35M Β· β±οΈ 09.02.2026):
conda install -c conda-forge parso
pyflakes (π₯35 Β· β 1.4K Β· π€) - A simple program which checks Python source files for errors. MIT
-
GitHub (π¨βπ» 88 Β· π 180 Β· π¦ 330K Β· π 550 - 11% open Β· β±οΈ 20.06.2025):
git clone https://github.com/PyCQA/pyflakes -
PyPi (π₯ 62M / month Β· π¦ 1.3K Β· β±οΈ 20.06.2025):
pip install pyflakes -
Conda (π₯ 10M Β· β±οΈ 21.06.2025):
conda install -c conda-forge pyflakes
pycodestyle (π₯33 Β· β 5.2K) - Simple Python style checker in one Python file. MIT
-
GitHub (π¨βπ» 140 Β· π 750 Β· π 780 - 13% open Β· β±οΈ 22.12.2025):
git clone https://github.com/PyCQA/pycodestyle -
PyPi (π₯ 76M / month Β· π¦ 2.2K Β· β±οΈ 20.06.2025):
pip install pycodestyle -
Conda (π₯ 10M Β· β±οΈ 22.06.2025):
conda install -c conda-forge pycodestyle
flake8-bugbear (π₯33 Β· β 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT 
-
GitHub (π¨βπ» 90 Β· π 110 Β· π¦ 42K Β· π 250 - 25% open Β· β±οΈ 16.03.2026):
git clone https://github.com/PyCQA/flake8-bugbear -
PyPi (π₯ 5.2M / month):
pip install flake8-bugbear -
Conda (π₯ 900K Β· β±οΈ 02.12.2025):
conda install -c conda-forge flake8-bugbear
mypy-protobuf (π₯28 Β· β 700) - open source tools to generate mypy stubs from protobufs. Apache-2
flake8-isort (π₯28 Β· β 190) - flake8 plugin that integrates isort. βοΈGPL-2.0 
-
GitHub (π¨βπ» 40 Β· π 210 Β· π¦ 29K Β· π 60 - 3% open Β· β±οΈ 25.10.2025):
git clone https://github.com/gforcada/flake8-isort -
PyPi (π₯ 1.7M / month Β· π¦ 630 Β· β±οΈ 25.10.2025):
pip install flake8-isort -
Conda (π₯ 99K Β· β±οΈ 25.10.2025):
conda install -c conda-forge flake8-isort
flake8-comprehensions (π₯27 Β· β 470) - A flake8 plugin to help you write better.. MIT 
-
GitHub (π¨βπ» 16 Β· π 22 Β· π¦ 30K Β· π 62 - 9% open Β· β±οΈ 08.03.2026):
git clone https://github.com/adamchainz/flake8-comprehensions -
PyPi (π₯ 1.9M / month):
pip install flake8-comprehensions -
Conda (π₯ 1M Β· β±οΈ 10.09.2025):
conda install -c conda-forge flake8-comprehensions
hacking (π₯26 Β· β 240) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 
check-manifest (π₯25 Β· β 290) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
-
GitHub (π¨βπ» 23 Β· π 39 Β· π¦ 12K Β· π 100 - 22% open Β· β±οΈ 05.01.2026):
git clone https://github.com/mgedmin/check-manifest -
PyPi (π₯ 1.3M / month):
pip install check-manifest -
Conda (π₯ 190K Β· β±οΈ 15.10.2025):
conda install -c conda-forge check-manifest
flake8-black (π₯25 Β· β 160) - flake8 plugin to run black for checking Python coding style. MIT 
-
GitHub (π¨βπ» 11 Β· π 11 Β· π¦ 8.8K Β· π 31 - 12% open Β· β±οΈ 02.02.2026):
git clone https://github.com/peterjc/flake8-black -
PyPi (π₯ 640K / month Β· π¦ 540 Β· β±οΈ 21.09.2025):
pip install flake8-black -
Conda (π₯ 490K Β· β±οΈ 22.09.2025):
conda install -c conda-forge flake8-black
flake8-simplify (π₯23 Β· β 200) - A flake8 plugin that helps you to simplify code. MIT
-
GitHub (π¨βπ» 16 Β· π 23 Β· π 130 - 42% open Β· β±οΈ 01.01.2026):
git clone https://github.com/MartinThoma/flake8-simplify -
PyPi (π₯ 410K / month Β· π¦ 140 Β· β±οΈ 01.01.2026):
pip install flake8-simplify -
Conda (π₯ 70K Β· β±οΈ 06.01.2026):
conda install -c conda-forge flake8-simplify
flake8-builtins (π₯23 Β· β 120) - Check for python builtins being used as variables or.. βοΈGPL-2.0 
-
GitHub (π¨βπ» 21 Β· π 25 Β· π 52 - 5% open Β· β±οΈ 25.10.2025):
git clone https://github.com/gforcada/flake8-builtins -
PyPi (π₯ 1.1M / month Β· π¦ 590 Β· β±οΈ 25.10.2025):
pip install flake8-builtins -
Conda (π₯ 510K Β· β±οΈ 27.10.2025):
conda install -c conda-forge flake8-builtins
flake8-import-order (π₯21 Β· β 280) - Flake8 plugin that checks import order against.. βοΈLGPL-3.0 
-
GitHub (π¨βπ» 50 Β· π 71 Β· π₯ 11 Β· π 110 - 7% open Β· β±οΈ 23.03.2026):
git clone https://github.com/PyCQA/flake8-import-order -
PyPi (π₯ 1.6M / month):
pip install flake8-import-order -
Conda (π₯ 440K Β· β±οΈ 26.06.2025):
conda install -c conda-forge flake8-import-order
Show 21 hidden projects...
- pydocstyle (π₯32 Β· β 1.1K Β· π) - docstring style checker.
MIT - pylint-django (π₯29 Β· β 620 Β· π) - Pylint plugin for improving code analysis for when..
βUnlicensed - pep8-naming (π₯28 Β· β 530 Β· π€) - Naming Convention checker for Python.
βUnlicensed - darglint (π₯27 Β· β 480 Β· π) - A python documentation linter which checks that the docstring..
MIT - coala (π₯26 Β· β 3.6K Β· π) - coala provides a unified command-line interface for linting and..
βοΈAGPL-3.0 - pylama (π₯26 Β· β 1.1K Β· π) - Code audit tool for python.
MIT - flake8-quotes (π₯26 Β· β 180 Β· π) - Flake8 extension for checking quotes in python.
MIT - flake8-eradicate (π₯25 Β· β 320 Β· π) - Flake8 plugin to find commented out or dead code.
MIT - Fixit (π₯24 Β· β 700) - Advanced Python linting framework with auto-fixes and hierarchical..
βUnlicensed - pandas-vet (π₯22 Β· β 170 Β· π) - A plugin for Flake8 that checks pandas code.
MIT - flake8-commas (π₯21 Β· β 130) - Flake8 extension for enforcing trailing commas in..
βUnlicensed - flake8-bandit (π₯21 Β· β 120 Β· π) - Automated security testing using bandit and flake8.
MIT - data-science-types (π₯20 Β· β 200 Β· π) - Mypy stubs, i.e., type information, for numpy, pandas..
Apache-2 - pylint-flask (π₯18 Β· β 64 Β· π) - A Pylint plugin to analyze Flask applications.
βοΈGPL-2.0 - flake8-mypy (π₯17 Β· β 100 Β· π) - A plugin for flake8 integrating Mypy.
MIT - flakehell (π₯16 Β· β 230 Β· π) - Flake8 wrapper to make it nice, legacy-friendly, configurable.
MIT - bellybutton (π₯15 Β· β 280 Β· π) - Custom Python linting through AST expressions.
MIT - imhotep (π₯15 Β· β 220 Β· π) - A static-analysis bot for Github.
MIT - yala (π₯15 Β· β 15 Β· π) - Yet Another Linter Aggregator.
MIT - pycycle (π₯14 Β· β 360 Β· π) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT - linty_fresh (π₯10 Β· β 180 Β· π) - Surface lint errors during code review.
Apache-2mypy
pyre-check (π₯34 Β· β 7.2K) - Performant type-checking for python. MIT
pytype (π₯32 Β· β 5K) - A static type analyzer for Python code. Apache-2
-
GitHub (π¨βπ» 110 Β· π 290 Β· π¦ 4.3K Β· π 950 - 21% open Β· β±οΈ 23.01.2026):
git clone https://github.com/google/pytype -
PyPi (π₯ 820K / month Β· π¦ 230 Β· β±οΈ 11.10.2024):
pip install pytype -
Conda (π₯ 620K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytype
Show 2 hidden projects...
autopep8 (π₯36 Β· β 4.7K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
docformatter (π₯27 Β· β 580) - Formats docstrings to follow PEP 257. MIT
-
GitHub (π¨βπ» 40 Β· π 84 Β· π₯ 61 Β· π¦ 4.5K Β· π 180 - 14% open Β· β±οΈ 11.01.2026):
git clone https://github.com/myint/docformatter -
PyPi (π₯ 1.1M / month):
pip install docformatter -
Conda (π₯ 340K Β· β±οΈ 11.05.2025):
conda install -c conda-forge docformatter
Show 3 hidden projects...
- yapf (π₯38 Β· β 14K Β· π) - A formatter for Python files.
Apache-2 - pyformat (π₯19 Β· β 94 Β· π) - Formats Python code to follow a consistent style.
βοΈSaxpath - autoimport (π₯14 Β· β 100 Β· π) - Autoimport automatically fixes wrong import statements.
βοΈGPL-3.0
vulture (π₯33 Β· β 4.4K) - Find dead Python code. MIT
-
GitHub (π¨βπ» 48 Β· π 180 Β· π¦ 6.7K Β· π 250 - 22% open Β· β±οΈ 26.03.2026):
git clone https://github.com/jendrikseipp/vulture -
PyPi (π₯ 7.5M / month Β· π¦ 660 Β· β±οΈ 25.03.2026):
pip install vulture -
Conda (π₯ 180K Β· β±οΈ 26.03.2026):
conda install -c conda-forge vulture
rope (π₯32 Β· β 2.2K) - a python refactoring library. βοΈLGPL-3.0
-
GitHub (π¨βπ» 84 Β· π 180 Β· π₯ 45 Β· π¦ 79K Β· π 380 - 31% open Β· β±οΈ 04.01.2026):
git clone https://github.com/python-rope/rope -
PyPi (π₯ 1.3M / month Β· π¦ 320 Β· β±οΈ 12.07.2025):
pip install rope -
Conda (π₯ 2.4M Β· β±οΈ 13.07.2025):
conda install -c conda-forge rope
pyupgrade (π₯31 Β· β 4.1K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
-
GitHub (π¨βπ» 36 Β· π 200 Β· π 470 - 4% open Β· β±οΈ 22.12.2025):
git clone https://github.com/asottile/pyupgrade -
PyPi (π₯ 1.5M / month Β· π¦ 630 Β· β±οΈ 19.11.2025):
pip install pyupgrade -
Conda (π₯ 930K Β· β±οΈ 19.11.2025):
conda install -c conda-forge pyupgrade
autoflake (π₯30 Β· β 950) - Removes unused imports and unused variables as reported by pyflakes. MIT
-
GitHub (π¨βπ» 40 Β· π 84 Β· π 120 - 31% open Β· β±οΈ 12.03.2026):
git clone https://github.com/myint/autoflake -
PyPi (π₯ 8.3M / month Β· π¦ 1.4K Β· β±οΈ 20.02.2026):
pip install autoflake -
Conda (π₯ 660K Β· β±οΈ 20.02.2026):
conda install -c conda-forge autoflake
MonkeyType (π₯26 Β· β 5K Β· π€) - A Python library that generates static type annotations by.. BSD-3
-
GitHub (π¨βπ» 51 Β· π 200 Β· π 200 - 30% open Β· β±οΈ 14.06.2025):
git clone https://github.com/Instagram/MonkeyType -
PyPi (π₯ 320K / month Β· π¦ 23 Β· β±οΈ 20.03.2023):
pip install monkeytype -
Conda (π₯ 130K Β· β±οΈ 22.04.2025):
conda install -c conda-forge monkeytype
unimport (π₯24 Β· β 250) - The ultimate linter and formatter for removing unused import statements.. MIT
add-trailing-comma (π₯21 Β· β 370) - A tool (and pre-commit hook) to automatically add trailing.. MIT
com2ann (π₯19 Β· β 160 Β· π€) - Tool for translation type comments to type annotations in Python. MIT
massedit (π₯17 Β· β 120 Β· π€) - Programmatically edit text files with Python. Useful for source to.. MIT
Show 9 hidden projects...
- jedi (π₯38 Β· β 6.1K) - Awesome autocompletion, static analysis and refactoring library for..
βUnlicensed - redbaron (π₯27 Β· β 720 Β· π) - Bottom-up approach to refactoring in python.
βοΈLGPL-3.0 - baron (π₯25 Β· β 300 Β· π) - IDE allow you to refactor code, Baron allows you to write..
βοΈLGPL-3.0 - Bowler (π₯24 Β· β 1.6K Β· π) - Safe code refactoring for modern Python.
MIT - pyannotate (π₯23 Β· β 1.4K Β· π) - Auto-generate PEP-484 annotations.
Apache-2 - eradicate (π₯23 Β· β 220) - Removes commented-out code from Python files.
βοΈSaxpath - unify (π₯20 Β· β 97 Β· π) - Modifies strings to all use the same quote where possible.
MIT - pep8ify (π₯15 Β· β 120 Β· π) - A library that modifies python source code to conform to pep8.
Apache-2 - retype (π₯14 Β· β 150 Β· π) - Re-apply type annotations from .pyi stubs to your codebase.
MIT
bandit (π₯38 Β· β 7.9K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
-
GitHub (π¨βπ» 200 Β· π 740 Β· π₯ 920 Β· π¦ 64K Β· π 740 - 29% open Β· β±οΈ 30.03.2026):
git clone https://github.com/PyCQA/bandit -
PyPi (π₯ 20M / month Β· π¦ 3.4K Β· β±οΈ 25.02.2026):
pip install bandit -
Conda (π₯ 610K Β· β±οΈ 25.02.2026):
conda install -c conda-forge bandit
safety (π₯36 Β· β 2K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
-
GitHub (π¨βπ» 55 Β· π 170 Β· π₯ 1.1M Β· π¦ 20K Β· π 270 - 15% open Β· β±οΈ 23.03.2026):
git clone https://github.com/pyupio/safety -
PyPi (π₯ 4.7M / month Β· π¦ 1.3K Β· β±οΈ 12.03.2026):
pip install safety -
Conda (π₯ 160K Β· β±οΈ 07.11.2025):
conda install -c conda-forge safety
dlint (π₯19 Β· β 170) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
Show 5 hidden projects...
- sqlmap (π₯35 Β· β 37K) - Automatic SQL injection and database takeover tool.
βUnlicensed - pyarmor (π₯34 Β· β 5K) - A tool used to obfuscate python scripts, bind obfuscated scripts to..
βοΈSGI-B-2.0 - detect-secrets (π₯30 Β· β 4.5K Β· π) - An enterprise friendly way of detecting and preventing..
Apache-2 - dodgy (π₯21 Β· β 130 Β· π) - Looks at Python code to search for things which look dodgy such as..
MIT - pyt (π₯20 Β· β 2.2K Β· π) - A Static Analysis Tool for Detecting Security Vulnerabilities in..
βοΈGPL-2.0
pipenv (π₯46 Β· β 25K) - Python Development Workflow for Humans. MIT
-
GitHub (π¨βπ» 540 Β· π 1.9K Β· π¦ 170K Β· π 4.4K - 0% open Β· β±οΈ 01.04.2026):
git clone https://github.com/pypa/pipenv -
PyPi (π₯ 23M / month Β· π¦ 260 Β· β±οΈ 01.04.2026):
pip install pipenv -
Conda (π₯ 320K Β· β±οΈ 01.04.2026):
conda install -c conda-forge pipenv
virtualenv (π₯45 Β· β 5K) - Virtual Python Environment builder. MIT
-
GitHub (π¨βπ» 300 Β· π 1.1K Β· π₯ 53 Β· π¦ 500K Β· π 1.4K - 0% open Β· β±οΈ 31.03.2026):
git clone https://github.com/pypa/virtualenv -
PyPi (π₯ 370M / month Β· π¦ 2.1K Β· β±οΈ 09.03.2026):
pip install virtualenv -
Conda (π₯ 20M Β· β±οΈ 10.03.2026):
conda install -c conda-forge virtualenv
pyenv-virtualenv (π₯23 Β· β 6.7K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
-
GitHub (π¨βπ» 68 Β· π 430 Β· π¦ 21 Β· π 370 - 26% open Β· β±οΈ 25.03.2026):
git clone https://github.com/pyenv/pyenv-virtualenv
pyenv-installer (π₯16 Β· β 4.1K Β· π€) - This tool is used to install `pyenv` and friends. MIT
-
GitHub (π¨βπ» 43 Β· π 460 Β· π 90 - 11% open Β· β±οΈ 05.09.2025):
git clone https://github.com/pyenv/pyenv-installer
Show 5 hidden projects...
- nodeenv (π₯34 Β· β 1.8K) - Virtual environment for Node.js & integrator with virtualenv.
βUnlicensed - vex (π₯18 Β· β 370 Β· π) - Run a command in the named virtualenv.
MIT - dh-virtualenv (π₯16 Β· β 1.6K Β· π) - Python virtualenvs in Debian packages.
βοΈGPL-2.0 - pipenv-pipes (π₯14 Β· β 130 Β· π) - A PipEnv Environment Switcher.
MIT - freshenv (π₯13 Β· β 170 Β· π) - Provision, share, manage local and cloud developer environments.
MPL-2.0
pip (π₯47 Β· β 10K) - The Python package installer. MIT
-
GitHub (π¨βπ» 870 Β· π 3.3K Β· π¦ 250K Β· π 7.8K - 13% open Β· β±οΈ 25.03.2026):
git clone https://github.com/pypa/pip -
PyPi (π₯ 540M / month Β· π¦ 5.7K Β· β±οΈ 05.02.2026):
pip install pip -
Conda (π₯ 210M Β· β±οΈ 05.02.2026):
conda install -c conda-forge pip
pip-tools (π₯40 Β· β 8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
-
GitHub (π¨βπ» 220 Β· π 660 Β· π¦ 38K Β· π 1.2K - 17% open Β· β±οΈ 01.04.2026):
git clone https://github.com/jazzband/pip-tools -
PyPi (π₯ 27M / month Β· π¦ 2.9K Β· β±οΈ 11.02.2026):
pip install pip-tools -
Conda (π₯ 300K Β· β±οΈ 12.02.2026):
conda install -c conda-forge pip-tools
pipx (π₯38 Β· β 13K) - Install and Run Python Applications in Isolated Environments. MIT
-
GitHub (π¨βπ» 180 Β· π 540 Β· π₯ 960K Β· π¦ 4.8K Β· π 900 - 13% open Β· β±οΈ 01.04.2026):
git clone https://github.com/pypa/pipx -
PyPi (π₯ 7.6M / month Β· π¦ 97 Β· β±οΈ 31.03.2026):
pip install pipx -
Conda (π₯ 210K Β· β±οΈ 31.03.2026):
conda install -c conda-forge pipx
PDM (π₯37 Β· β 8.6K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
pipreqs (π₯31 Β· β 7.4K Β· π) - pipreqs - Generate pip requirements.txt file based on imports of.. Apache-2
-
GitHub (π¨βπ» 76 Β· π 420 Β· π¦ 40K Β· π 330 - 65% open Β· β±οΈ 01.03.2026):
git clone https://github.com/bndr/pipreqs -
PyPi (π₯ 880K / month Β· π¦ 320 Β· β±οΈ 18.02.2024):
pip install pipreqs -
Conda (π₯ 94K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pipreqs
Show 3 hidden projects...
- conda (π₯41 Β· β 7.4K Β· π) - A system-level, binary package and environment manager running..
βUnlicensed - dephell (π₯24 Β· β 1.8K Β· π) - Python project management. Manage packages: convert between formats,..
MIT - pip-run (π₯18 Β· β 140 Β· π€) - pip-run - dynamic dependency loader for Python.
βUnlicensed
prospector (π₯34 Β· β 2.1K) - Inspects Python source files and provides information about.. βοΈGPL-2.0
-
GitHub (π¨βπ» 98 Β· π 180 Β· π¦ 5.5K Β· π 400 - 8% open Β· β±οΈ 30.03.2026):
git clone https://github.com/PyCQA/prospector -
PyPi (π₯ 520K / month Β· π¦ 290 Β· β±οΈ 03.02.2026):
pip install prospector -
Conda (π₯ 220K Β· β±οΈ 03.02.2026):
conda install -c conda-forge prospector
mccabe (π₯31 Β· β 680 Β· π) - McCabe complexity checker for Python. βοΈSaxpath
-
GitHub (π¨βπ» 24 Β· π 66 Β· π¦ 520K Β· π 55 - 18% open Β· β±οΈ 03.12.2023):
git clone https://github.com/PyCQA/mccabe -
PyPi (π₯ 85M / month Β· π¦ 930 Β· β±οΈ 24.01.2022):
pip install mccabe -
Conda (π₯ 12M Β· β±οΈ 22.04.2025):
conda install -c conda-forge mccabe
wily (π₯26 Β· β 1.3K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
Show 3 hidden projects...
rich (π₯47 Β· β 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
tqdm (π₯44 Β· β 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
-
GitHub (π¨βπ» 130 Β· π 1.4K Β· π₯ 20K Β· π¦ 1.2M Β· π 1.2K - 49% open Β· β±οΈ 03.02.2026):
git clone https://github.com/tqdm/tqdm -
PyPi (π₯ 390M / month Β· π¦ 50K Β· β±οΈ 03.02.2026):
pip install tqdm -
Conda (π₯ 48M Β· β±οΈ 03.02.2026):
conda install -c conda-forge tqdm -
Docker Hub (π₯ 6.1K Β· β 3 Β· β±οΈ 28.03.2026):
docker pull tqdm/tqdm
loguru (π₯38 Β· β 24K) - Python logging made (stupidly) simple. MIT
-
GitHub (π¨βπ» 73 Β· π 780 Β· π¦ 150K Β· π 1.2K - 20% open Β· β±οΈ 29.03.2026):
git clone https://github.com/Delgan/loguru -
PyPi (π₯ 69M / month Β· π¦ 11K Β· β±οΈ 06.12.2024):
pip install loguru -
Conda (π₯ 4.2M Β· β±οΈ 16.01.2026):
conda install -c conda-forge loguru
structlog (π₯37 Β· β 4.7K) - Simple, powerful, and fast logging for Python. Apache-2
-
GitHub (π¨βπ» 140 Β· π 270 Β· π¦ 31K Β· π 390 - 8% open Β· β±οΈ 01.04.2026):
git clone https://github.com/hynek/structlog -
PyPi (π₯ 70M / month Β· π¦ 2.2K Β· β±οΈ 27.10.2025):
pip install structlog -
Conda (π₯ 1.1M Β· β±οΈ 28.10.2025):
conda install -c conda-forge structlog
sentry-sdk (π₯35 Β· β 2.2K) - The official Python SDK for Sentry.io. MIT
alive-progress (π₯30 Β· β 6.3K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
-
GitHub (π¨βπ» 11 Β· π 230 Β· π¦ 5K Β· π 250 - 6% open Β· β±οΈ 10.10.2025):
git clone https://github.com/rsalmei/alive-progress -
PyPi (π₯ 2.9M / month):
pip install alive-progress -
Conda (π₯ 250K Β· β±οΈ 08.03.2026):
conda install -c conda-forge alive-progress
notifiers (π₯29 Β· β 2.7K) - The easy way to send notifications. MIT
-
GitHub (π¨βπ» 27 Β· π 110 Β· π¦ 1.4K Β· π 110 - 36% open Β· β±οΈ 26.12.2025):
git clone https://github.com/liiight/notifiers -
PyPi (π₯ 500K / month Β· π¦ 37 Β· β±οΈ 17.05.2025):
pip install notifiers -
Conda (π₯ 66K Β· β±οΈ 20.05.2025):
conda install -c conda-forge notifiers
tabulate (π₯29 Β· β 2.5K Β· π) - Pretty-print tabular data in Python, a library and a command-line.. MIT
wasabi (π₯27 Β· β 470) - A lightweight console printing and formatting toolkit. MIT
-
GitHub (π¨βπ» 14 Β· π 25 Β· π¦ 69K Β· π 10 - 50% open Β· β±οΈ 27.03.2026):
git clone https://github.com/ines/wasabi -
PyPi (π₯ 19M / month Β· π¦ 210 Β· β±οΈ 31.05.2024):
pip install wasabi -
Conda (π₯ 2M Β· β±οΈ 22.04.2025):
conda install -c conda-forge wasabi
better-exceptions (π₯26 Β· β 4.7K) - Pretty and useful exceptions in Python, automatically. MIT
stackprinter (π₯24 Β· β 1.3K) - Debugging-friendly exceptions for Python. MIT
-
GitHub (π¨βπ» 8 Β· π 41 Β· π¦ 450 Β· π 36 - 30% open Β· β±οΈ 30.10.2025):
git clone https://github.com/cknd/stackprinter -
PyPi (π₯ 370K / month Β· π¦ 48 Β· β±οΈ 13.03.2024):
pip install stackprinter -
Conda (π₯ 18K Β· β±οΈ 08.01.2026):
conda install -c conda-forge stackprinter
Show 9 hidden projects...
- prettytable (π₯35 Β· β 1.6K) - Display tabular data in a visually appealing ASCII table..
βUnlicensed - logbook (π₯34 Β· β 1.5K) - A cool logging replacement for Python.
βUnlicensed - python-coloredlogs (π₯30 Β· β 560 Β· π) - Colored terminal output for Pythons logging module.
MIT - python-json-logger (π₯26 Β· β 1.8K Β· π) - Json Formatter for the standard python logger.
BSD-2 - rebound (π₯25 Β· β 4.1K Β· π) - Instant Stack Overflow results whenever an exception is thrown.
βοΈGPL-2.0 - progressbar2 (π₯24 Β· β 880 Β· π) - Progressbar 2 - A progress bar for Python 2 and Python 3 -..
BSD-3 - PrettyErrors (π₯23 Β· β 2.9K Β· π) - Prettify Python exception output to make it legible.
MIT - python-devtools (π₯22 Β· β 1.1K Β· π) - Dev tools for python.
MIT - tbvaccine (π₯17 Β· β 380 Β· π) - A small utility to pretty-print Python tracebacks.
MIT
xxh (π₯19 Β· β 6K Β· π€) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2
Show 1 hidden projects...
- xonsh (π₯38 Β· β 9.3K) - Python-powered shell. Full-featured, cross-platform and AI-..
βοΈBSD-1-Clause
πΒ best-of-mkdocs ( β 1.7K) - Collection of MkDocs projects and plugins.
mkdocs-material (π₯42 Β· β 26K) - Documentation that simply works. MIT 
-
GitHub (π¨βπ» 330 Β· π 4.1K Β· π¦ 83K Β· π 2.7K - 0% open Β· β±οΈ 27.03.2026):
git clone https://github.com/squidfunk/mkdocs-material -
PyPi (π₯ 18M / month Β· π¦ 9.5K Β· β±οΈ 19.03.2026):
pip install mkdocs-material -
Conda (π₯ 930K Β· β±οΈ 27.03.2026):
conda install -c conda-forge mkdocs-material
mkdocs (π₯40 Β· β 22K) - Project documentation with Markdown. BSD-2 
-
GitHub (π¨βπ» 260 Β· π 2.6K Β· π¦ 98K Β· π 2.1K - 6% open Β· β±οΈ 20.10.2025):
git clone https://github.com/mkdocs/mkdocs -
PyPi (π₯ 16M / month Β· π¦ 7.1K Β· β±οΈ 30.08.2024):
pip install mkdocs -
Conda (π₯ 840K Β· β±οΈ 22.04.2025):
conda install -c conda-forge mkdocs
mkdocstrings (π₯34 Β· β 2.1K) - Automatic documentation from sources, for MkDocs. ISC 
-
GitHub (π¨βπ» 54 Β· π 120 Β· π¦ 25K Β· π 470 - 1% open Β· β±οΈ 11.03.2026):
git clone https://github.com/mkdocstrings/mkdocstrings -
PyPi (π₯ 7.6M / month):
pip install mkdocstrings -
Conda (π₯ 320K Β· β±οΈ 08.02.2026):
conda install -c conda-forge mkdocstrings
Griffe (π₯34 Β· β 630) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
sphinx-autodoc-typehints (π₯34 Β· β 590) - Type hints support for the Sphinx autodoc extension. MIT 
-
GitHub (π¨βπ» 66 Β· π 110 Β· π¦ 60K Β· β±οΈ 30.03.2026):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints -
PyPi (π₯ 9.4M / month Β· π¦ 6.6K Β· β±οΈ 24.03.2026):
pip install sphinx-autodoc-typehints -
Conda (π₯ 1M Β· β±οΈ 24.03.2026):
conda install -c conda-forge sphinx-autodoc-typehints
sphinx_rtd_theme (π₯30 Β· β 5K Β· π) - Sphinx theme from Read the Docs. MIT 
-
GitHub (π¨βπ» 120 Β· π 1.8K Β· π¦ 16 Β· π 940 - 28% open Β· β±οΈ 12.01.2026):
git clone https://github.com/readthedocs/sphinx_rtd_theme -
PyPi (π₯ 15M / month):
pip install sphinx_rtd_theme -
Conda (π₯ 5M Β· β±οΈ 23.01.2026):
conda install -c conda-forge sphinx_rtd_theme
breathe (π₯30 Β· β 810 Β· π) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
-
GitHub (π¨βπ» 120 Β· π 210 Β· π₯ 800 Β· π¦ 20K Β· π 620 - 31% open Β· β±οΈ 01.12.2025):
git clone https://github.com/michaeljones/breathe -
PyPi (π₯ 1.9M / month Β· π¦ 130 Β· β±οΈ 08.07.2025):
pip install breathe -
Conda (π₯ 1.1M Β· β±οΈ 22.04.2025):
conda install -c conda-forge breathe
sphinx-autobuild (π₯29 Β· β 600) - Watch a Sphinx directory and rebuild the documentation.. MIT 
-
GitHub (π¨βπ» 37 Β· π 94 Β· π¦ 32K Β· π 110 - 17% open Β· β±οΈ 16.12.2025):
git clone https://github.com/executablebooks/sphinx-autobuild -
PyPi (π₯ 5.9M / month Β· π¦ 2.3K Β· β±οΈ 25.08.2025):
pip install sphinx-autobuild -
Conda (π₯ 480K Β· β±οΈ 04.11.2025):
conda install -c conda-forge sphinx-autobuild
pdoc3 (π₯28 Β· β 1.2K) - Auto-generate API documentation for Python projects. βοΈAGPL-3.0
blacken-docs (π₯25 Β· β 680) - Run `black` on python code blocks in documentation files. MIT
mkdocs-awesome-pages-plugin (π₯24 Β· β 620) - A plugin for customizing the navigation structure of.. MIT 
lazydocs (π₯23 Β· β 250 Β· π€) - Generate markdown API documentation from Google-style Python.. MIT
mkdocs-pdf-export-plugin (π₯22 Β· β 340) - An MkDocs plugin to export content pages as PDF files. MIT 
mkdocs-print-site-plugin (π₯20 Β· β 180) - MkDocs Plugin that adds an additional page that.. MIT 
Show 14 hidden projects...
- sphinx (π₯42 Β· β 7.8K) - The Sphinx documentation generator.
βUnlicensed - alabaster (π₯33 Β· β 770 Β· π) - Lightweight, configurable Sphinx theme.
BSD-3 - pdoc (π₯30 Β· β 2.5K) - API Documentation for Python Projects.
βοΈMIT-0 - numpydoc (π₯29 Β· β 350) - Numpys Sphinx extensions.
βUnlicensed - interrogate (π₯27 Β· β 660 Β· π) - Explain yourself! Interrogate a codebase for docstring coverage.
MIT - sphinx-bootstrap-theme (π₯26 Β· β 590 Β· π) - Sphinx Bootstrap Theme.
MIT - sphinx-markdown-builder (π₯26 Β· β 160 Β· π) - DISCONTINUED: sphinx builder that outputs markdown..
MIT - portray (π₯23 Β· β 870 Β· π) - Your Project with Great Documentation.
MIT - pytkdocs (π₯23 Β· β 54 Β· π) - Load Python objects documentation.
ISC - pycco (π₯22 Β· β 860 Β· π) - Literate-style documentation generator.
MIT - releases (π₯22 Β· β 180 Β· π) - A powerful Sphinx changelog-generating extension.
BSD-2 - mkdocs-git-revision-date-plugin (π₯21 Β· β 61 Β· π) - MkDocs plugin for setting revision date from git per..
MIT - mkdocs-with-pdf (π₯20 Β· β 390 Β· π) - Generate a single PDF file from MkDocs repository.
MIT - mkdocs-versioning (π₯13 Β· β 40 Β· π) - A tool that allows for versioning sites built with..
MIT
gdbgui (π₯27 Β· β 10K Β· π€) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. βοΈGPL-3.0
pyrasite (π₯23 Β· β 2.9K Β· π€) - Inject code into running Python processes. βοΈGPL-3.0
python-hunter (π₯21 Β· β 860 Β· π€) - Hunter is a flexible code tracing toolkit. BSD-2
Birdseye (π₯17 Β· β 1.7K Β· π€) - Graphical Python debugger which lets you easily view the values of.. MIT
Show 5 hidden projects...
- pudb (π₯33 Β· β 3.2K) - Full-screen console debugger for Python.
βUnlicensed - pyelftools (π₯29 Β· β 2.2K) - Parsing ELF and DWARF in Python.
βUnlicensed - pdbpp (π₯23 Β· β 1.5K Β· π) - pdb++, a drop-in replacement for pdb (the Python debugger).
BSD-3 - python-manhole (π₯19 Β· β 400 Β· π) - Debugging manhole for python applications.
BSD-2 - reloadium (π₯16 Β· β 3K Β· π) - Hot Reloading and Profiling for Python.
Apache-2
πΒ best-of-web-python - Testing ( β 2.7K) - Testing libraries & tools for python web frameworks.
πΒ unittest - Unittest is a test framework included in the Python standard library.
pytest (π₯50 Β· β 14K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT 
robotframework (π₯43 Β· β 12K) - Generic automation framework for acceptance testing and RPA. Apache-2
-
GitHub (π¨βπ» 220 Β· π 2.5K Β· π₯ 580 Β· π¦ 14K Β· π 4.8K - 5% open Β· β±οΈ 01.04.2026):
git clone https://github.com/robotframework/robotframework -
PyPi (π₯ 4.7M / month):
pip install robotframework -
Conda (π₯ 260K Β· β±οΈ 04.03.2026):
conda install -c conda-forge robotframework
tox (π₯43 Β· β 3.9K) - Command line driven CI frontend and development task automation tool. MIT 
pytest-asyncio (π₯40 Β· β 1.6K) - Asyncio support for pytest. Apache-2 
-
GitHub (π¨βπ» 77 Β· π 180 Β· π₯ 1.9K Β· π¦ 190K Β· π 390 - 13% open Β· β±οΈ 31.03.2026):
git clone https://github.com/pytest-dev/pytest-asyncio -
PyPi (π₯ 160M / month Β· π¦ 30K Β· β±οΈ 25.03.2026):
pip install pytest-asyncio -
Conda (π₯ 3.1M Β· β±οΈ 10.11.2025):
conda install -c conda-forge pytest-asyncio
playwright-python (π₯39 Β· β 14K) - Python version of the Playwright testing and automation.. Apache-2
pytest-cov (π₯38 Β· β 2K) - Coverage plugin for pytest. MIT 
-
GitHub (π¨βπ» 100 Β· π 230 Β· π 450 - 34% open Β· β±οΈ 21.03.2026):
git clone https://github.com/pytest-dev/pytest-cov -
PyPi (π₯ 170M / month Β· π¦ 78K Β· β±οΈ 21.03.2026):
pip install pytest-cov -
Conda (π₯ 17M Β· β±οΈ 22.03.2026):
conda install -c conda-forge pytest-cov
pytest-xdist (π₯38 Β· β 1.8K) - pytest plugin for distributed testing and loop-on-failures.. MIT 
-
GitHub (π¨βπ» 110 Β· π 250 Β· π₯ 420 Β· π¦ 130K Β· π 700 - 42% open Β· β±οΈ 30.03.2026):
git clone https://github.com/pytest-dev/pytest-xdist -
PyPi (π₯ 110M / month Β· π¦ 5.6K Β· β±οΈ 01.07.2025):
pip install pytest-xdist -
Conda (π₯ 12M Β· β±οΈ 02.07.2025):
conda install -c conda-forge pytest-xdist
pytest-mock (π₯35 Β· β 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT 
-
GitHub (π¨βπ» 82 Β· π 150 Β· π₯ 160 Β· π 170 - 8% open Β· β±οΈ 02.04.2026):
git clone https://github.com/pytest-dev/pytest-mock -
PyPi (π₯ 90M / month Β· π¦ 9.4K Β· β±οΈ 16.09.2025):
pip install pytest-mock -
Conda (π₯ 4.9M Β· β±οΈ 17.09.2025):
conda install -c conda-forge pytest-mock
pytest-html (π₯35 Β· β 770) - Plugin for generating HTML reports for pytest results. MPL-2.0 
-
GitHub (π¨βπ» 65 Β· π 250 Β· π¦ 58K Β· π 450 - 41% open Β· β±οΈ 16.03.2026):
git clone https://github.com/pytest-dev/pytest-html -
PyPi (π₯ 23M / month Β· π¦ 1.1K Β· β±οΈ 19.01.2026):
pip install pytest-html -
Conda (π₯ 980K Β· β±οΈ 21.01.2026):
conda install -c conda-forge pytest-html
nox (π₯34 Β· β 1.5K) - Flexible test automation for Python. Apache-2 
-
GitHub (π¨βπ» 120 Β· π 180 Β· π¦ 7.7K Β· π 440 - 15% open Β· β±οΈ 23.03.2026):
git clone https://github.com/theacodes/nox -
PyPi (π₯ 5.5M / month Β· π¦ 1.5K Β· β±οΈ 10.02.2026):
pip install nox -
Conda (π₯ 570K Β· β±οΈ 10.02.2026):
conda install -c conda-forge nox
coveralls-python (π₯34 Β· β 570) - Show coverage stats online via coveralls.io. MIT 
-
GitHub (π¨βπ» 67 Β· π 190 Β· π¦ 37K Β· π 180 - 4% open Β· β±οΈ 02.04.2026):
git clone https://github.com/TheKevJames/coveralls-python -
PyPi (π₯ 1.7M / month Β· π¦ 2.6K Β· β±οΈ 28.02.2026):
pip install coveralls -
Conda (π₯ 1.5M Β· β±οΈ 28.02.2026):
conda install -c conda-forge coveralls
mimesis (π₯33 Β· β 4.8K) - Mimesis is a fast Python library for generating fake data in multiple.. MIT
pytest-bdd (π₯32 Β· β 1.4K) - BDD library for the pytest runner. MIT 
-
GitHub (π¨βπ» 66 Β· π 240 Β· π¦ 4.7K Β· π 380 - 22% open Β· β±οΈ 11.03.2026):
git clone https://github.com/pytest-dev/pytest-bdd -
PyPi (π₯ 2.6M / month Β· π¦ 110 Β· β±οΈ 05.12.2024):
pip install pytest-bdd -
Conda (π₯ 75K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytest-bdd
pytest-benchmark (π₯32 Β· β 1.4K) - pytest fixture for benchmarking code. BSD-2 
-
GitHub (π¨βπ» 54 Β· π 130 Β· π 220 - 55% open Β· β±οΈ 26.03.2026):
git clone https://github.com/ionelmc/pytest-benchmark -
PyPi (π₯ 15M / month Β· π¦ 1.9K Β· β±οΈ 09.11.2025):
pip install pytest-benchmark -
Conda (π₯ 2.9M Β· β±οΈ 09.11.2025):
conda install -c conda-forge pytest-benchmark
pytest-testinfra (π₯30 Β· β 2.5K Β· π€) - Testinfra test your infrastructures. Apache-2 
-
GitHub (π¨βπ» 140 Β· π 360 Β· π¦ 2.6K Β· π 380 - 38% open Β· β±οΈ 12.08.2025):
git clone https://github.com/pytest-dev/pytest-testinfra -
PyPi (π₯ 1M / month Β· π¦ 20 Β· β±οΈ 30.03.2025):
pip install pytest-testinfra -
Conda (π₯ 38K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytest-testinfra
pytest-sugar (π₯30 Β· β 1.5K) - a plugin for py.test that changes the default look and feel.. BSD-3 
-
GitHub (π¨βπ» 57 Β· π 82 Β· π₯ 54 Β· π¦ 30K Β· π 130 - 25% open Β· β±οΈ 12.12.2025):
git clone https://github.com/Teemu/pytest-sugar -
PyPi (π₯ 6M / month Β· π¦ 1.5K Β· β±οΈ 23.08.2025):
pip install pytest-sugar -
Conda (π₯ 480K Β· β±οΈ 24.08.2025):
conda install -c conda-forge pytest-sugar
asv (π₯28 Β· β 1K) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
-
GitHub (π¨βπ» 96 Β· π 200 Β· π₯ 2.1K Β· π¦ 1.6K Β· π 680 - 24% open Β· β±οΈ 09.03.2026):
git clone https://github.com/airspeed-velocity/asv -
PyPi (π₯ 390K / month Β· π¦ 160 Β· β±οΈ 13.09.2025):
pip install asv -
Conda (π₯ 1.4M Β· β±οΈ 07.12.2025):
conda install -c conda-forge asv
pytest-randomly (π₯28 Β· β 700) - Pytest plugin to randomly order tests and control random.seed. MIT
-
GitHub (π¨βπ» 20 Β· π 34 Β· π¦ 12K Β· π 76 - 11% open Β· β±οΈ 17.03.2026):
git clone https://github.com/pytest-dev/pytest-randomly -
PyPi (π₯ 6.1M / month Β· π¦ 770 Β· β±οΈ 12.09.2025):
pip install pytest-randomly -
Conda (π₯ 380K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytest-randomly
pytest-testmon (π₯27 Β· β 960) - Selects tests affected by changed files. Executes the right.. MIT 
-
GitHub (π¨βπ» 29 Β· π 74 Β· π¦ 1.6K Β· π 180 - 20% open Β· β±οΈ 01.12.2025):
git clone https://github.com/tarpas/pytest-testmon -
PyPi (π₯ 2.3M / month Β· π¦ 59 Β· β±οΈ 01.12.2025):
pip install pytest-testmon -
Conda (π₯ 130K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytest-testmon
factory_boy (π₯26 Β· β 3.8K) - A test fixtures replacement for Python. MIT
pytest-docker (π₯26 Β· β 490) - Docker-based integration tests. MIT 
pytest-mypy (π₯26 Β· β 260 Β· π€) - Mypy static type checker plugin for Pytest. MIT 
-
GitHub (π¨βπ» 16 Β· π 33 Β· π¦ 4.7K Β· π 72 - 9% open Β· β±οΈ 02.04.2025):
git clone https://github.com/dbader/pytest-mypy -
PyPi (π₯ 580K / month Β· π¦ 780 Β· β±οΈ 02.04.2025):
pip install pytest-mypy -
Conda (π₯ 130K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytest-mypy
pytest-datadir (π₯24 Β· β 270) - pytest plugin for manipulating test data directories and.. MIT 
-
GitHub (π¨βπ» 16 Β· π 25 Β· π₯ 88 Β· π¦ 2.2K Β· π 23 - 13% open Β· β±οΈ 16.03.2026):
git clone https://github.com/gabrielcnr/pytest-datadir -
PyPi (π₯ 1.3M / month Β· π¦ 270 Β· β±οΈ 30.07.2025):
pip install pytest-datadir -
Conda (π₯ 440K Β· β±οΈ 30.07.2025):
conda install -c conda-forge pytest-datadir
xdoctest (π₯22 Β· β 220) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
Show 16 hidden projects...
- pyautogui (π₯34 Β· β 12K Β· π) - A cross-platform GUI automation Python module for human beings...
BSD-3 - hypothesis (π₯33 Β· β 8.6K Β· π) - The property-based testing library for Python.
βUnlicensed - nose (π₯33 Β· β 1.4K Β· π) - nose is nicer testing for python.
βοΈLGPL-2.1+ - nose2 (π₯30 Β· β 820) - The successor to nose, based on unittest2.
βUnlicensed - green (π₯28 Β· β 810 Β· π) - Green is a clean, colorful, fast python test runner.
MIT - PyHamcrest (π₯28 Β· β 800) - Hamcrest matchers for Python.
βUnlicensed - ddt (π₯27 Β· β 440 Β· π) - Data-Driven Tests for Python Unittest.
MIT - uiautomator (π₯26 Β· β 2.1K Β· π) - Python wrapper of Android uiautomator test tool.
MIT - pytest-watch (π₯26 Β· β 760 Β· π) - Local continuous test runner with pytest and watchdog.
MIT - Mamba Test Runner (π₯25 Β· β 540 Β· π) - The definitive testing tool for Python. Born under the..
MIT - pytest-lazy-fixture (π₯24 Β· β 390 Β· π) - It helps to use fixtures in pytest.mark.parametrize.
MIT - pytest-plugins (π₯22 Β· β 600 Β· π) - A grab-bag of nifty pytest plugins.
MIT - sixpack (π₯21 Β· β 1.8K Β· π) - Sixpack is a language-agnostic a/b-testing framework.
BSD-2 - assertpy (π₯21 Β· β 520 Β· π) - Simple assertion library for unit testing in python with a fluent..
BSD-3 - fake2db (π₯18 Β· β 2.4K Β· π) - create custom test databases that are populated with fake data.
βοΈGPL-2.0 - pytest-play (π₯17 Β· β 71 Β· π) - pytest plugin that let you automate actions and..
Apache-2
πΒ Python.org Packaging - An Overview of Packaging for Python.
pyinstaller (π₯44 Β· β 13K) - Freeze (package) Python programs into stand-alone executables. βοΈGPL-2.0
-
GitHub (π¨βπ» 490 Β· π 1.9K Β· π₯ 750K Β· π¦ 87K Β· π 5.6K - 4% open Β· β±οΈ 29.03.2026):
git clone https://github.com/pyinstaller/pyinstaller -
PyPi (π₯ 7.8M / month):
pip install pyinstaller -
Conda (π₯ 1.7M Β· β±οΈ 18.02.2026):
conda install -c conda-forge pyinstaller
Nuitka (π₯40 Β· β 15K) - Nuitka is a Python compiler written in Python. Its fully compatible.. βοΈAGPL-3.0
-
GitHub (π¨βπ» 210 Β· π 770 Β· π¦ 3.7K Β· π 2.8K - 6% open Β· β±οΈ 02.04.2026):
git clone https://github.com/Nuitka/Nuitka -
PyPi (π₯ 1.6M / month Β· π¦ 200 Β· β±οΈ 24.03.2026):
pip install nuitka -
Conda (π₯ 2.9M Β· β±οΈ 19.03.2026):
conda install -c conda-forge nuitka
briefcase (π₯34 Β· β 3.2K) - Tools to support converting a Python project into a standalone.. BSD-3
pex (π₯32 Β· β 4.2K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2
cx_Freeze (π₯27 Β· β 1.5K) - Creates standalone executables from Python scripts with the.. βUnlicensed
shiv (π₯21 Β· β 1.9K) - shiv is a command line utility for building fully self contained Python.. BSD-2
Show 9 hidden projects...
- packaging (π₯29 Β· β 720 Β· π) - Core utilities for Python packages.
βUnlicensed - PyOxidizer (π₯27 Β· β 6.1K Β· π) - A modern Python application packaging and distribution tool.
MPL-2.0 - py2app (π₯26 Β· β 420) - py2app is a Python setuptools command which will allow you to make..
βUnlicensed - py2exe (π₯24 Β· β 990 Β· π€) - Create standalone Windows programs from Python code.
βUnlicensed - constructor (π₯24 Β· β 500) - tool for creating installers from conda packages.
βUnlicensed - xar (π₯21 Β· β 1.6K Β· π) - executable archive format.
BSD-3 - pynsist (π₯20 Β· β 990 Β· π) - Build Windows installers for Python applications.
βUnlicensed - subpar (π₯13 Β· β 570 Β· π) - Subpar is a utility for creating self-contained python..
Apache-2 - pyship (π₯13 Β· β 44) - pyship - ship Python desktop apps to end users.
MIT
setuptools (π₯47 Β· β 2.8K) - Official project repository for the Setuptools build system. MIT
buildbot (π₯36 Β· β 5.4K) - Python-based continuous integration testing framework; your pull.. βοΈGPL-2.0
-
GitHub (π¨βπ» 900 Β· π 1.6K Β· π₯ 110K Β· π¦ 410 Β· π 1.8K - 38% open Β· β±οΈ 31.03.2026):
git clone https://github.com/buildbot/buildbot -
PyPi (π₯ 48K / month):
pip install buildbot -
Conda (π₯ 180K Β· β±οΈ 13.05.2025):
conda install -c conda-forge buildbot
universal-build (π₯13 Β· β 27 Β· π) - Universal build utilities for containerized build pipelines. MIT
Show 4 hidden projects...
- setuptools_scm (π₯36 Β· β 940) - the blessed package to manage your versions by scm tags.
βUnlicensed - buildout (π₯23 Β· β 610) - Buildout is a deployment automation tool written in and extended..
βUnlicensed - pynt (π₯17 Β· β 160 Β· π) - A pynt of Python build.
MIT - paver (π₯16 Β· β 460 Β· π) - Python-based project scripting.
βUnlicensed
psutil (π₯48 Β· β 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3
-
GitHub (π¨βπ» 230 Β· π 1.5K Β· π¦ 780K Β· π 1.9K - 18% open Β· β±οΈ 02.04.2026):
git clone https://github.com/giampaolo/psutil -
PyPi (π₯ 310M / month Β· π¦ 20K Β· β±οΈ 28.01.2026):
pip install psutil -
Conda (π₯ 59M Β· β±οΈ 29.01.2026):
conda install -c conda-forge psutil
Scalene (π₯35 Β· β 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
pyinstrument (π₯35 Β· β 7.7K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
-
GitHub (π¨βπ» 76 Β· π 260 Β· π¦ 4.2K Β· π 190 - 14% open Β· β±οΈ 06.01.2026):
git clone https://github.com/joerick/pyinstrument -
PyPi (π₯ 11M / month Β· π¦ 240 Β· β±οΈ 04.01.2026):
pip install pyinstrument -
Conda (π₯ 1.1M Β· β±οΈ 04.01.2026):
conda install -c conda-forge pyinstrument
py-spy (π₯34 Β· β 15K Β· π€) - Sampling profiler for Python programs. MIT
-
GitHub (π¨βπ» 53 Β· π 500 Β· π₯ 52K Β· π¦ 8.1K Β· π 450 - 49% open Β· β±οΈ 18.08.2025):
git clone https://github.com/benfred/py-spy -
PyPi (π₯ 18M / month Β· π¦ 110 Β· β±οΈ 31.07.2025):
pip install py-spy -
Conda (π₯ 790K Β· β±οΈ 01.08.2025):
conda install -c conda-forge py-spy -
Cargo (π₯ 45K / month Β· π¦ 4 Β· β±οΈ 31.07.2025):
cargo install py-spy
Yappi (π₯31 Β· β 1.7K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
-
GitHub (π¨βπ» 35 Β· π 79 Β· π¦ 1.7K Β· π 97 - 19% open Β· β±οΈ 17.03.2026):
git clone https://github.com/sumerc/yappi -
PyPi (π₯ 4M / month Β· π¦ 89 Β· β±οΈ 17.03.2026):
pip install yappi -
Conda (π₯ 370K Β· β±οΈ 18.03.2026):
conda install -c conda-forge yappi
line_profiler (π₯29 Β· β 3.2K) - Line-by-line profiling for Python. BSD-3
-
GitHub (π¨βπ» 53 Β· π 130 Β· π₯ 2.2K Β· π 140 - 37% open Β· β±οΈ 07.03.2026):
git clone https://github.com/pyutils/line_profiler -
PyPi (π₯ 2.5M / month Β· π¦ 400 Β· β±οΈ 23.02.2026):
pip install line_profiler -
Conda (π₯ 4.9M Β· β±οΈ 24.02.2026):
conda install -c conda-forge line_profiler
pympler (π₯27 Β· β 1.4K Β· π€) - Development tool to measure, monitor and analyze the memory.. Apache-2
-
GitHub (π¨βπ» 30 Β· π 89 Β· π 120 - 51% open Β· β±οΈ 07.06.2025):
git clone https://github.com/pympler/pympler -
PyPi (π₯ 5.9M / month Β· π¦ 260 Β· β±οΈ 28.06.2024):
pip install pympler -
Conda (π₯ 680K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pympler
Show 9 hidden projects...
- Glances (π₯38 Β· β 32K) - Glances an Eye on your system. A top/htop alternative for..
βUnlicensed - memory-profiler (π₯29 Β· β 4.6K Β· π) - Monitor Memory usage of Python code.
BSD-3 - Diamond (π₯28 Β· β 1.8K Β· π) - Diamond is a python daemon that collects system metrics and publishes..
MIT - vprof (π₯23 Β· β 4K Β· π) - Visual profiler for Python.
BSD-2 - Profiling (π₯21 Β· β 3K Β· π) - Was an interactive continuous Python profiler.
BSD-3 - heartrate (π₯19 Β· β 1.8K Β· π) - Simple real time visualisation of the execution of a Python program.
MIT - memory_profiler (π₯16 Β· β 89 Β· π) - Monitor Memory usage of Python code.
βUnlicensed - pyheat (π₯13 Β· β 840 Β· π) - pprofile + matplotlib = Python program profiled as an awesome heatmap!.
MIT - livepython (π₯12 Β· β 2.6K Β· π) - Visually trace Python code in real-time.
MIT
executing (π₯30 Β· β 380 Β· π€) - Get information about what a Python frame is currently doing,.. MIT
-
GitHub (π¨βπ» 11 Β· π 39 Β· π¦ 340K Β· π 53 - 35% open Β· β±οΈ 31.08.2025):
git clone https://github.com/alexmojaki/executing -
PyPi (π₯ 110M / month Β· π¦ 800 Β· β±οΈ 01.09.2025):
pip install executing -
Conda (π₯ 26M Β· β±οΈ 01.09.2025):
conda install -c conda-forge executing
astor (π₯29 Β· β 860) - Python AST read/write. BSD-3
-
GitHub (π¨βπ» 35 Β· π 110 Β· π 130 - 24% open Β· β±οΈ 17.02.2026):
git clone https://github.com/berkerpeksag/astor -
PyPi (π₯ 17M / month Β· π¦ 620 Β· β±οΈ 10.12.2019):
pip install astor -
Conda (π₯ 2.8M Β· β±οΈ 22.04.2025):
conda install -c conda-forge astor
Show 2 hidden projects...
- astunparse (π₯28 Β· β 230 Β· π) - An AST unparser for Python.
BSD-3 - typed_ast (π₯19 Β· β 230 Β· π) - Modified fork of CPythons ast module that parses
# type:..βUnlicensed
pre-commit (π₯40 Β· β 15K) - A framework for managing and maintaining multi-language pre-commit.. MIT
-
GitHub (π¨βπ» 170 Β· π 900 Β· π₯ 5.4M Β· π¦ 270K Β· π 2.3K - 0% open Β· β±οΈ 23.03.2026):
git clone https://github.com/pre-commit/pre-commit -
PyPi (π₯ 120M / month):
pip install pre-commit -
Conda (π₯ 9.2M Β· β±οΈ 17.12.2025):
conda install -c conda-forge pre-commit
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.