Best-of Python Developer Tools
🏆 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.
🥇🥈🥉 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 (🥇35 · ⭐ 49K · 📉) - An extremely fast Python linter and code formatter, written in Rust. MIT
GitHub (👨💻 930 · 🔀 2.2K · 📦 220K):
git clone https://github.com/charliermarsh/ruff
PyPi (📥 290M / month · 📦 79K · ⏱️ 16.07.2026):
Conda (📥 7.8M · ⏱️ 16.07.2026):
conda install -c conda-forge ruff
pylint (🥇33 · ⭐ 5.7K) - python code static checker. ❗️GPL-2.0
GitHub (👨💻 660 · 🔀 1.3K · 📦 490K):
git clone https://github.com/PyCQA/pylint
PyPi (📥 69M / month · 📦 13K · ⏱️ 14.06.2026):
Conda (📥 8.4M · ⏱️ 14.06.2026):
conda install -c conda-forge pylint
flake8 (🥇33 · ⭐ 3.8K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
GitHub (👨💻 180 · 🔀 350 · 📦 690K):
git clone https://github.com/PyCQA/flake8
PyPi (📥 56M / month · 📦 27K · ⏱️ 20.06.2025):
Conda (📥 11M · ⏱️ 26.06.2025):
conda install -c conda-forge flake8
parso (🥇31 · ⭐ 670) - A Python Parser. MIT
GitHub (👨💻 52 · 🔀 120 · 📦 600K):
git clone https://github.com/davidhalter/parso
PyPi (📥 130M / month · 📦 1.2K · ⏱️ 01.05.2026):
Conda (📥 39M · ⏱️ 02.05.2026):
conda install -c conda-forge parso
wemake-python-styleguide (🥈29 · ⭐ 2.9K) - The strictest and most opinionated python linter ever!. MIT
flake8-bugbear (🥈28 · ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT
GitHub (👨💻 93 · 🔀 120 · 📦 43K):
git clone https://github.com/PyCQA/flake8-bugbear
PyPi (📥 4.7M / month · 📦 1.5K · ⏱️ 29.11.2025):
pip install flake8-bugbear
Conda (📥 920K · ⏱️ 02.12.2025):
conda install -c conda-forge flake8-bugbear
pycodestyle (🥈27 · ⭐ 5.2K · 💤) - Simple Python style checker in one Python file. MIT
GitHub (👨💻 140 · 🔀 750):
git clone https://github.com/PyCQA/pycodestyle
PyPi (📥 86M / month · 📦 2.2K · ⏱️ 20.06.2025):
Conda (📥 11M · ⏱️ 22.06.2025):
conda install -c conda-forge pycodestyle
beartype (🥈27 · ⭐ 3.4K) - Unbearably fast near-real-time pure-Python runtime-static type-checker. MIT
GitHub (👨💻 33 · 🔀 72 · 📦 13K):
git clone https://github.com/beartype/beartype
PyPi (📥 98M / month · 📦 900 · ⏱️ 13.12.2025):
Conda (📥 770K · ⏱️ 14.12.2025):
conda install -c conda-forge beartype
hacking (🥈26 · ⭐ 240) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
mypy-protobuf (🥈25 · ⭐ 710) - Generate mypy stub files from protobuf specs. Apache-2
GitHub (👨💻 40 · 🔀 81 · 📦 4.7K):
git clone https://github.com/dropbox/mypy-protobuf
PyPi (📥 9.9M / month · 📦 300 · ⏱️ 28.04.2026):
pip install mypy-protobuf
Conda (📥 190K · ⏱️ 28.04.2026):
conda install -c conda-forge mypy-protobuf
pylint-django (🥈25 · ⭐ 620) - A Pylint plugin to help Pylint understand the Django.. ❗️GPL-3.0
GitHub (👨💻 73 · 🔀 120 · 📦 33K):
git clone https://github.com/PyCQA/pylint-django
PyPi (📥 2.1M / month · 📦 180 · ⏱️ 11.07.2026):
pip install pylint-django
Conda (📥 570K · ⏱️ 11.07.2026):
conda install -c conda-forge pylint-django
flake8-isort (🥈25 · ⭐ 180 · 💤) - flake8 plugin that integrates isort. ❗️GPL-2.0
GitHub (👨💻 40 · 🔀 200 · 📦 29K):
git clone https://github.com/gforcada/flake8-isort
PyPi (📥 2.1M / month · 📦 630 · ⏱️ 25.10.2025):
Conda (📥 110K · ⏱️ 25.10.2025):
conda install -c conda-forge flake8-isort
flake8-comprehensions (🥉24 · ⭐ 470 · 💤) - A flake8 plugin to help you write better.. MIT
GitHub (👨💻 16 · 🔀 23 · 📦 30K):
git clone https://github.com/adamchainz/flake8-comprehensions
PyPi (📥 1.8M / month · 📦 780 · ⏱️ 09.09.2025):
pip install flake8-comprehensions
Conda (📥 1.2M · ⏱️ 10.09.2025):
conda install -c conda-forge flake8-comprehensions
check-manifest (🥉24 · ⭐ 290 · 💤) - Tool to check the completeness of MANIFEST.in for Python.. MIT
GitHub (👨💻 23 · 🔀 37 · 📦 12K):
git clone https://github.com/mgedmin/check-manifest
PyPi (📥 980K / month · 📦 5K · ⏱️ 15.10.2025):
pip install check-manifest
Conda (📥 210K · ⏱️ 15.10.2025):
conda install -c conda-forge check-manifest
flake8-import-order (🥉22 · ⭐ 280) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0
flake8-black (🥉22 · ⭐ 160 · 💤) - flake8 plugin to run black for checking Python coding style. MIT
GitHub (👨💻 11 · 🔀 11 · 📦 8.8K):
git clone https://github.com/peterjc/flake8-black
PyPi (📥 640K / month · 📦 540 · ⏱️ 21.09.2025):
Conda (📥 500K · ⏱️ 22.09.2025):
conda install -c conda-forge flake8-black
flake8-commas (🥉22 · ⭐ 130) - Flake8 extension for enforcing trailing commas in python. MIT
flake8-builtins (🥉22 · ⭐ 120 · 💤) - Check for python builtins being used as variables or.. ❗️GPL-2.0
GitHub (👨💻 21 · 🔀 25 · 📦 12K):
git clone https://github.com/gforcada/flake8-builtins
PyPi (📥 970K / month · 📦 590 · ⏱️ 25.10.2025):
pip install flake8-builtins
Conda (📥 680K · ⏱️ 27.10.2025):
conda install -c conda-forge flake8-builtins
nitpick (🥉20 · ⭐ 410 · 💤) - Enforce the same settings on multiple projects. MIT
flake8-simplify (🥉19 · ⭐ 200) - A flake8 plugin that helps you to simplify code. MIT
Show 20 hidden projects...
pyflakes (🥈30 · ⭐ 1.4K · 💀) - A simple program which checks Python source files for errors. MIT
pydocstyle (🥈28 · ⭐ 1.1K · 💀) - docstring style checker. MIT
pep8-naming (🥈25 · ⭐ 530 · 💀) - Naming Convention checker for Python. ❗️Saxpath
darglint (🥈25 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring.. MIT
flake8-quotes (🥈25 · ⭐ 180 · 💀) - Flake8 extension for checking quotes in python. MIT
pylama (🥉23 · ⭐ 1K · 💀) - Code audit tool for python. MIT
flake8-eradicate (🥉23 · ⭐ 310 · 💀) - Flake8 plugin to find commented out or dead code. MIT
data-science-types (🥉21 · ⭐ 200 · 💀) - Type stubs for Python machine learning libraries. Apache-2
coala (🥉20 · ⭐ 3.6K · 💀) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0
flake8-bandit (🥉20 · ⭐ 110 · 💀) - Automated security testing using bandit and flake8. MIT
pandas-vet (🥉19 · ⭐ 170 · 💀) - A plugin for Flake8 that checks pandas code. MIT
Fixit (🥉18 · ⭐ 690 · 💤) - Advanced Python linting framework with auto-fixes and.. ❗Unlicensed
flake8-mypy (🥉18 · ⭐ 100 · 💀) - A plugin for flake8 integrating Mypy. MIT
pylint-flask (🥉18 · ⭐ 64 · 💀) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0
pycycle (🥉17 · ⭐ 340 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT
flakehell (🥉17 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT
bellybutton (🥉15 · ⭐ 270 · 💀) - Custom Python linting through AST expressions. MIT
imhotep (🥉14 · ⭐ 220 · 💀) - A static-analysis bot for Github. MIT
yala (🥉14 · ⭐ 14 · 💀) - Yet Another Linter Aggregator. MIT
linty_fresh (🥉12 · ⭐ 180 · 💀) - Surface lint errors during code review. Apache-2 mypy
pyright (🥈31 · ⭐ 16K) - Static Type Checker for Python. MIT
pyre-check (🥉23 · ⭐ 7.2K) - Performant type-checking for python. MIT
Show 3 hidden projects...
mypy (🥇35 · ⭐ 21K) - Optional static typing for Python. ❗Unlicensed
typeguard (🥉28 · ⭐ 1.8K) - Run-time type checker for Python. ❗Unlicensed
pytype (🥉26 · ⭐ 4.9K · 💀) - A static type analyzer for Python code. Apache-2
black (🥇36 · ⭐ 42K) - The uncompromising Python code formatter. MIT
GitHub (👨💻 540 · 🔀 2.8K · 📦 690K):
git clone https://github.com/psf/black
PyPi (📥 160M / month · 📦 64K · ⏱️ 18.05.2026):
Conda (📥 19M · ⏱️ 22.05.2026):
conda install -c conda-forge black
isort (🥈34 · ⭐ 7K) - A Python utility / library to sort imports. MIT
GitHub (👨💻 350 · 🔀 660 · 📦 580K):
git clone https://github.com/PyCQA/isort
PyPi (📥 120M / month · 📦 29K · ⏱️ 12.07.2026):
Conda (📥 9.7M · ⏱️ 28.02.2026):
conda install -c conda-forge isort
yapf (🥈31 · ⭐ 14K · 💤) - A formatter for Python files. Apache-2
GitHub (👨💻 160 · 🔀 900 · 📦 110K):
git clone https://github.com/google/yapf
PyPi (📥 9.1M / month · 📦 1.3K · ⏱️ 14.11.2024):
Conda (📥 3.6M · ⏱️ 22.04.2025):
conda install -c conda-forge yapf
Show 4 hidden projects...
autopep8 (🥉29 · ⭐ 4.6K · 💀) - A tool that automatically formats Python code to conform to the PEP.. MIT
docformatter (🥉22 · ⭐ 590) - Formats docstrings to follow PEP 257. ❗Unlicensed
pyformat (🥉16 · ⭐ 94 · 💀) - Formats Python code to follow a consistent style. ❗️Saxpath
autoimport (🥉15 · ⭐ 96 · 💀) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0
jedi (🥇34 · ⭐ 6.1K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
GitHub (👨💻 180 · 🔀 530 · 📦 600K):
git clone https://github.com/davidhalter/jedi
PyPi (📥 140M / month · 📦 1.6K · ⏱️ 01.05.2026):
Conda (📥 40M · ⏱️ 23.06.2026):
conda install -c conda-forge jedi
vulture (🥇27 · ⭐ 4.7K) - Find dead Python code. MIT
GitHub (👨💻 54 · 🔀 190 · 📦 7.5K):
git clone https://github.com/jendrikseipp/vulture
PyPi (📥 9.9M / month · 📦 660 · ⏱️ 25.03.2026):
Conda (📥 240K · ⏱️ 26.03.2026):
conda install -c conda-forge vulture
rope (🥇27 · ⭐ 2.1K · 💤) - a python refactoring library. ❗️LGPL-3.0
GitHub (👨💻 85 · 🔀 170 · 📦 79K):
git clone https://github.com/python-rope/rope
PyPi (📥 1.5M / month · 📦 320 · ⏱️ 12.07.2025):
Conda (📥 2.6M · ⏱️ 13.07.2025):
conda install -c conda-forge rope
pyupgrade (🥈24 · ⭐ 4K · 💤) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT
autoflake (🥈24 · ⭐ 960) - Removes unused imports and unused variables. MIT
unimport (🥉19 · ⭐ 250) - The ultimate linter and formatter for removing unused import statements.. MIT
add-trailing-comma (🥉18 · ⭐ 370 · 💤) - A tool (and pre-commit hook) to automatically add.. MIT
massedit (🥉15 · ⭐ 120 · 💤) - Programmatically edit text files with Python. Useful for source to.. MIT
Show 10 hidden projects...
MonkeyType (🥈21 · ⭐ 4.9K · 💀) - A Python library that generates static type annotations by.. BSD-3
redbaron (🥈21 · ⭐ 720 · 💀) - Bottom-up approach to refactoring in python. ❗️LGPL-3.0
eradicate (🥈21 · ⭐ 220 · 💤) - Removes commented-out code. ❗️Saxpath
baron (🥉20 · ⭐ 300 · 💀) - IDE allow you to refactor code, Baron allows you to write.. ❗️LGPL-3.0
Bowler (🥉19 · ⭐ 1.6K · 💀) - Safe code refactoring for modern Python. MIT
pyannotate (🥉19 · ⭐ 1.4K · 💀) - Auto-generate PEP-484 annotations. Apache-2
unify (🥉18 · ⭐ 94 · 💀) - Modifies strings to all use the same quote where possible. MIT
com2ann (🥉17 · ⭐ 160 · 💀) - Tool for translation type comments to type annotations in Python. MIT
retype (🥉13 · ⭐ 140 · 💀) - Re-apply type annotations from .pyi stubs to your codebase. MIT
pep8ify (🥉13 · ⭐ 120 · 💀) - A library that modifies python source code to conform to pep8. Apache-2
bandit (🥇32 · ⭐ 8.1K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
GitHub (👨💻 200 · 🔀 780 · 📦 67K):
git clone https://github.com/PyCQA/bandit
PyPi (📥 27M / month · 📦 3.4K · ⏱️ 25.02.2026):
Conda (📥 690K · ⏱️ 25.02.2026):
conda install -c conda-forge bandit
safety (🥈30 · ⭐ 2K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
GitHub (👨💻 56 · 🔀 180 · 📦 20K):
git clone https://github.com/pyupio/safety
PyPi (📥 4.8M / month · 📦 1.4K · ⏱️ 29.05.2026):
Conda (📥 190K · ⏱️ 30.05.2026):
conda install -c conda-forge safety
sqlmap (🥉25 · ⭐ 38K · 📉) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0
dlint (🥉18 · ⭐ 180) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
Show 4 hidden projects...
pyarmor (🥈26 · ⭐ 5.1K) - A tool used to obfuscate python scripts, bind obfuscated scripts.. ❗️SGI-B-2.0
detect-secrets (🥉24 · ⭐ 4.2K · 💀) - An enterprise friendly way of detecting and preventing.. Apache-2
dodgy (🥉19 · ⭐ 120 · 💀) - Dodgy: Searches for dodgy looking lines in Python code. MIT
pyt (🥉16 · ⭐ 2.2K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. ❗️GPL-2.0
virtualenv (🥇36 · ⭐ 5K) - Virtual Python Environment builder. MIT
GitHub (👨💻 310 · 🔀 1.1K · 📦 510K):
git clone https://github.com/pypa/virtualenv
PyPi (📥 500M / month · 📦 2.2K · ⏱️ 21.07.2026):
Conda (📥 23M · ⏱️ 21.07.2026):
conda install -c conda-forge virtualenv
pipenv (🥈35 · ⭐ 25K) - Python Development Workflow for Humans. MIT
GitHub (👨💻 540 · 🔀 1.9K · 📦 170K):
git clone https://github.com/pypa/pipenv
PyPi (📥 26M / month · 📦 260 · ⏱️ 08.06.2026):
Conda (📥 350K · ⏱️ 08.06.2026):
conda install -c conda-forge pipenv
nodeenv (🥈31 · ⭐ 1.8K · 💤) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
GitHub (👨💻 110 · 🔀 220 · 📦 150K):
git clone https://github.com/ekalinin/nodeenv
PyPi (📥 190M / month · 📦 410 · ⏱️ 20.12.2025):
Conda (📥 9.1M · ⏱️ 20.12.2025):
conda install -c conda-forge nodeenv
Show 7 hidden projects...
pyenv (🥈23 · ⭐ 41K · 💀) - Simple Python version management. MIT
pyenv-virtualenv (🥉14 · ⭐ 6.3K · 💀) - a pyenv plugin to manage virtualenv (a.k.a. python-.. MIT
vex (🥉14 · ⭐ 350 · 💀) - Run a command in the named virtualenv. MIT
pyenv-installer (🥉12 · ⭐ 3.9K · 💀) - This tool is used to install pyenv and friends. MIT
freshenv (🥉12 · ⭐ 150 · 💀) - Provision, share, manage local and cloud developer environments. MPL-2.0
dh-virtualenv (🥉11 · ⭐ 1.6K · 💀) - Python virtualenvs in Debian packages. ❗️GPL-2.0
pipenv-pipes (🥉10 · ⭐ 130 · 💀) - A PipEnv Environment Switcher. MIT
Dependency & Package Managers
pip (🥇36 · ⭐ 10K · 📉) - The Python package installer. MIT
GitHub (👨💻 900 · 🔀 3.3K · 📦 250K):
git clone https://github.com/pypa/pip
PyPi (📥 580M / month · 📦 6.1K · ⏱️ 31.05.2026):
Conda (📥 230M · ⏱️ 31.05.2026):
conda install -c conda-forge pip
poetry (🥇32 · ⭐ 34K) - Python packaging and dependency management made easy. MIT
GitHub (👨💻 660 · 🔀 2.5K):
git clone https://github.com/python-poetry/poetry
PyPi (📥 83M / month · 📦 920 · ⏱️ 09.05.2026):
Conda (📥 8.2M · ⏱️ 09.05.2026):
conda install -c conda-forge poetry
pipx (🥈31 · ⭐ 13K) - Install and Run Python Applications in Isolated Environments. MIT
GitHub (👨💻 200 · 🔀 580 · 📦 4.9K):
git clone https://github.com/pypa/pipx
PyPi (📥 6.9M / month · 📦 100 · ⏱️ 21.07.2026):
Conda (📥 240K · ⏱️ 05.06.2026):
conda install -c conda-forge pipx
pip-tools (🥈31 · ⭐ 8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
GitHub (👨💻 230 · 🔀 660 · 📦 38K):
git clone https://github.com/jazzband/pip-tools
PyPi (📥 17M / month · 📦 3.1K · ⏱️ 18.07.2026):
Conda (📥 340K · ⏱️ 18.07.2026):
conda install -c conda-forge pip-tools
PDM (🥈30 · ⭐ 8.6K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
GitHub (👨💻 250 · 🔀 480 · 📦 620):
git clone https://github.com/pdm-project/pdm
PyPi (📥 12M / month · 📦 240 · ⏱️ 23.06.2026):
Conda (📥 1.9M · ⏱️ 23.06.2026):
conda install -c conda-forge pdm
conda (🥈30 · ⭐ 7.4K · 📉) - A system-level, binary package and environment manager running on all.. BSD-3
GitHub (👨💻 500 · 🔀 2.2K · 📦 52K):
git clone https://github.com/conda/conda
PyPi (📥 5.5K / month · 📦 83 · ⏱️ 22.04.2017):
Conda (📥 78M · ⏱️ 01.07.2026):
conda install -c conda-forge conda
pipreqs (🥉28 · ⭐ 7.4K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
GitHub (👨💻 76 · 🔀 420 · 📦 41K):
git clone https://github.com/bndr/pipreqs
PyPi (📥 940K / month · 📦 320 · ⏱️ 18.02.2024):
Conda (📥 120K · ⏱️ 20.06.2026):
conda install -c conda-forge pipreqs
mamba (🥉20 · ⭐ 8.1K) - The Fast Cross-Platform Package Manager. BSD-3
pyflow (🥉16 · ⭐ 1.3K · 💤) - An installation and dependency system for Python. MIT
Show 2 hidden projects...
dephell (🥉20 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,.. MIT
pip-run (🥉15 · ⭐ 140 · 💀) - pip-run - dynamic dependency loader for Python. ❗Unlicensed
Code Metrics & Complexity
mccabe (🥇28 · ⭐ 680 · 💀) - McCabe complexity checker for Python. ❗️Saxpath
GitHub (👨💻 24 · 🔀 63 · 📦 520K):
git clone https://github.com/PyCQA/mccabe
PyPi (📥 90M / month · 📦 930 · ⏱️ 24.01.2022):
Conda (📥 12M · ⏱️ 22.04.2025):
conda install -c conda-forge mccabe
prospector (🥈26 · ⭐ 2.1K) - Prospector is a tool to analyse Python code by aggregating the.. ❗️GPL-2.0
GitHub (👨💻 98 · 🔀 180 · 📦 5.5K):
git clone https://github.com/PyCQA/prospector
PyPi (📥 460K / month · 📦 310 · ⏱️ 16.07.2026):
Conda (📥 260K · ⏱️ 16.07.2026):
conda install -c conda-forge prospector
wily (🥉21 · ⭐ 1.3K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
Show 3 hidden projects...
radon (🥈26 · ⭐ 1.9K · 💀) - Various code metrics for Python code. MIT
xenon (🥉20 · ⭐ 81 · 💀) - Monitoring tool based on radon. MIT
cohesion (🥉15 · ⭐ 250 · 💀) - A tool for measuring Python class cohesion. ❗️GPL-3.0
rich (🥇36 · ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
GitHub (👨💻 290 · 🔀 2.2K · 📦 550K):
git clone https://github.com/Textualize/rich
PyPi (📥 590M / month · 📦 44K · ⏱️ 12.04.2026):
Conda (📥 23M · ⏱️ 12.04.2026):
conda install -c conda-forge rich
tqdm (🥇36 · ⭐ 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
GitHub (👨💻 130 · 🔀 1.5K · 📦 1.2M):
git clone https://github.com/tqdm/tqdm
PyPi (📥 610M / month · 📦 58K · ⏱️ 17.07.2026):
Conda (📥 54M · ⏱️ 18.07.2026):
conda install -c conda-forge tqdm
Docker Hub (📥 7.6K · ⭐ 3 · ⏱️ 18.07.2026):
loguru (🥇32 · ⭐ 24K) - Python logging made (stupidly) simple. MIT
GitHub (👨💻 77 · 🔀 800 · 📦 160K):
git clone https://github.com/Delgan/loguru
PyPi (📥 77M / month · 📦 15K · ⏱️ 06.12.2024):
Conda (📥 4.6M · ⏱️ 16.01.2026):
conda install -c conda-forge loguru
structlog (🥈31 · ⭐ 4.8K) - Simple, powerful, and fast logging for Python. Apache-2
GitHub (👨💻 140 · 🔀 280 · 📦 36K):
git clone https://github.com/hynek/structlog
PyPi (📥 110M / month · 📦 5K · ⏱️ 06.06.2026):
Conda (📥 1.4M · ⏱️ 06.06.2026):
conda install -c conda-forge structlog
tabulate (🥈30 · ⭐ 2.6K) - Pretty-print tabular data in Python, a library and a command-line.. MIT
GitHub (👨💻 110 · 🔀 190):
git clone https://github.com/astanin/python-tabulate
PyPi (📥 230M / month · 📦 12K · ⏱️ 04.03.2026):
Conda (📥 13M · ⏱️ 05.03.2026):
conda install -c conda-forge tabulate
sentry-sdk (🥈30 · ⭐ 2.2K) - The official Python SDK for Sentry.io. MIT
GitHub (👨💻 340 · 🔀 640):
git clone https://github.com/getsentry/sentry-python
PyPi (📥 150M / month · 📦 1.8K · ⏱️ 22.07.2026):
Conda (📥 1.9M · ⏱️ 22.07.2026):
conda install -c conda-forge sentry-sdk
python-json-logger (🥈29 · ⭐ 1.8K · 📈) - Json Formatter for the standard python logger. BSD-2
colorlog (🥈29 · ⭐ 970) - A colored formatter for the python logging module. MIT
GitHub (👨💻 37 · 🔀 99 · 📦 67K):
git clone https://github.com/borntyping/python-colorlog
PyPi (📥 63M / month · 📦 3.2K · ⏱️ 23.07.2026):
Conda (📥 7.4M · ⏱️ 18.07.2026):
conda install -c conda-forge colorlog
python-coloredlogs (🥉27 · ⭐ 550 · 💤) - Colored terminal output for Pythons logging module. MIT
GitHub (👨💻 17 · 🔀 45 · 📦 87K):
git clone https://github.com/xolox/python-coloredlogs
PyPi (📥 37M / month · 📦 1.9K · ⏱️ 11.06.2021):
Conda (📥 24K · ⏱️ 03.11.2025):
conda install -c anaconda coloredlogs
alive-progress (🥉26 · ⭐ 5.9K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
GitHub (👨💻 11 · 🔀 210 · 📦 5.1K):
git clone https://github.com/rsalmei/alive-progress
PyPi (📥 3.6M / month · 📦 590 · ⏱️ 20.07.2025):
pip install alive-progress
Conda (📥 320K · ⏱️ 08.03.2026):
conda install -c conda-forge alive-progress
progressbar2 (🥉25 · ⭐ 880) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
GitHub (👨💻 120 · 🔀 100):
git clone https://github.com/WoLpH/python-progressbar
PyPi (📥 19M / month · 📦 930 · ⏱️ 28.08.2024):
Conda (📥 5.2M · ⏱️ 22.04.2025):
conda install -c conda-forge progressbar2
better-exceptions (🥉22 · ⭐ 4.7K · 💤) - Pretty and useful exceptions in Python, automatically. MIT
rebound (🥉22 · ⭐ 4.1K) - Command-line tool that instantly fetches Stack Overflow results.. ❗️GPL-3.0
stackprinter (🥉22 · ⭐ 1.3K) - Debugging-friendly exceptions for Python. MIT
GitHub (👨💻 9 · 🔀 42 · 📦 450):
git clone https://github.com/cknd/stackprinter
PyPi (📥 440K / month · 📦 54 · ⏱️ 17.04.2026):
Conda (📥 20K · ⏱️ 20.04.2026):
conda install -c conda-forge stackprinter
Show 7 hidden projects...
prettytable (🥈29 · ⭐ 1.7K) - A simple Python library for easily displaying tabular data.. ❗Unlicensed
logbook (🥉25 · ⭐ 1.5K · 💤) - A cool logging replacement for Python. ❗Unlicensed
notifiers (🥉24 · ⭐ 2.7K · 💀) - The easy way to send notifications. MIT
wasabi (🥉24 · ⭐ 460 · 💀) - A lightweight console printing and formatting toolkit. MIT
python-devtools (🥉21 · ⭐ 970 · 💀) - Dev tools for python. MIT
PrettyErrors (🥉20 · ⭐ 2.9K · 💀) - Prettify Python exception output to make it legible. MIT
tbvaccine (🥉16 · ⭐ 300 · 💀) - A small utility to pretty-print Python tracebacks. MIT
xxh (🥉15 · ⭐ 5.8K · 💤) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2
Show 1 hidden projects...
xonsh (🥇27 · ⭐ 9.5K) - Python-powered shell. Full-featured, cross-platform and AI-.. ❗️BSD-1-Clause
mkdocs-material (🥇34 · ⭐ 27K) - Documentation that simply works. MIT
GitHub (👨💻 330 · 🔀 4.1K · 📦 90K):
git clone https://github.com/squidfunk/mkdocs-material
PyPi (📥 17M / month · 📦 14K · ⏱️ 17.07.2026):
pip install mkdocs-material
Conda (📥 1.1M · ⏱️ 18.07.2026):
conda install -c conda-forge mkdocs-material
mkdocs (🥇32 · ⭐ 22K · 💤) - Project documentation with Markdown. BSD-2
GitHub (👨💻 260 · 🔀 2.6K · 📦 100K):
git clone https://github.com/mkdocs/mkdocs
PyPi (📥 17M / month · 📦 7.1K · ⏱️ 30.08.2024):
Conda (📥 1.2M · ⏱️ 22.04.2025):
conda install -c conda-forge mkdocs
sphinx_rtd_theme (🥈29 · ⭐ 5K) - Sphinx theme from Read the Docs. MIT
GitHub (👨💻 120 · 🔀 1.8K · 📦 16):
git clone https://github.com/readthedocs/sphinx_rtd_theme
PyPi (📥 14M / month · 📦 20K · ⏱️ 12.01.2026):
pip install sphinx_rtd_theme
Conda (📥 5.4M · ⏱️ 23.01.2026):
conda install -c conda-forge sphinx_rtd_theme
mkdocstrings (🥈29 · ⭐ 2.1K) - Automatic documentation from sources, for MkDocs. ISC
GitHub (👨💻 55 · 🔀 120 · 📦 29K):
git clone https://github.com/mkdocstrings/mkdocstrings
PyPi (📥 7.5M / month · 📦 2.1K · ⏱️ 11.07.2026):
Conda (📥 380K · ⏱️ 12.07.2026):
conda install -c conda-forge mkdocstrings
Griffe (🥈29 · ⭐ 660) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
GitHub (👨💻 50 · 🔀 67 · 📦 18K):
git clone https://github.com/mkdocstrings/griffe
PyPi (📥 31M / month · 📦 610 · ⏱️ 19.06.2026):
Conda (📥 1M · ⏱️ 21.06.2026):
conda install -c conda-forge griffe
sphinx-autodoc-typehints (🥈28 · ⭐ 580) - Type hints support for the Sphinx autodoc extension. MIT
GitHub (👨💻 70 · 🔀 110 · 📦 61K):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
PyPi (📥 9M / month · 📦 7.6K · ⏱️ 21.07.2026):
pip install sphinx-autodoc-typehints
Conda (📥 1.1M · ⏱️ 21.07.2026):
conda install -c conda-forge sphinx-autodoc-typehints
breathe (🥈25 · ⭐ 810 · 💤) - Sphinx Doxygen renderer. BSD-3
GitHub (👨💻 120 · 🔀 210 · 📦 20K):
git clone https://github.com/michaeljones/breathe
PyPi (📥 1.5M / month · 📦 130 · ⏱️ 08.07.2025):
Conda (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge breathe
sphinx-autobuild (🥈25 · ⭐ 600 · 💤) - Rebuild Sphinx documentation on changes, with hot.. MIT
GitHub (👨💻 37 · 🔀 94 · 📦 33K):
git clone https://github.com/executablebooks/sphinx-autobuild
PyPi (📥 5.8M / month · 📦 2.3K · ⏱️ 25.08.2025):
pip install sphinx-autobuild
Conda (📥 560K · ⏱️ 04.11.2025):
conda install -c conda-forge sphinx-autobuild
pdoc3 (🥉23 · ⭐ 1.2K · 💤) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0
GitHub (👨💻 69 · 🔀 140 · 📦 5.2K):
git clone https://github.com/pdoc3/pdoc
PyPi (📥 280K / month · 📦 490 · ⏱️ 20.03.2025):
Conda (📥 2.9K · ⏱️ 17.10.2025):
conda install -c anaconda pdoc3
interrogate (🥉23 · ⭐ 660) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
sphinx-markdown-builder (🥉23 · ⭐ 160) - DISCONTINUED: sphinx builder that outputs markdown.. MIT
blacken-docs (🥉21 · ⭐ 670 · 💤) - Run Black on Python code blocks in documentation files. MIT
GitHub (👨💻 26 · 🔀 45 · 📦 1.6K):
git clone https://github.com/asottile/blacken-docs
PyPi (📥 120K / month · 📦 120 · ⏱️ 08.09.2025):
Conda (📥 64K · ⏱️ 08.09.2025):
conda install -c conda-forge blacken-docs
releases (🥉20 · ⭐ 180 · 💤) - A powerful Sphinx changelog-generating extension. BSD-2
GitHub (👨💻 10 · 🔀 41 · 📦 760):
git clone https://github.com/bitprophet/releases
PyPi (📥 62K / month · 📦 41 · ⏱️ 28.04.2023):
Conda (📥 59K · ⏱️ 22.04.2025):
conda install -c conda-forge sphinx-releases
lazydocs (🥉19 · ⭐ 240 · 💤) - Generate markdown API documentation from Google-style Python.. MIT
mkdocs-print-site-plugin (🥉18 · ⭐ 180) - MkDocs Plugin that adds an additional page that.. MIT
Show 13 hidden projects...
icecream (🥇27 · ⭐ 10K) - Never use print() to debug again. MIT
GitHub (👨💻 38 · 🔀 220 · 📦 24):
git clone https://github.com/gruns/icecream
PyPi (📥 1.9M / month · 📦 600 · ⏱️ 03.04.2026):
Conda (📥 110K · ⏱️ 04.04.2026):
conda install -c conda-forge icecream
pyelftools (🥇27 · ⭐ 2.3K) - Parsing ELF and DWARF in Python. Unlicense
GitHub (👨💻 110 · 🔀 540 · 📦 12K):
git clone https://github.com/eliben/pyelftools
PyPi (📥 15M / month · 📦 360 · ⏱️ 29.05.2026):
Conda (📥 1.7M · ⏱️ 29.05.2026):
conda install -c conda-forge pyelftools
pdbpp (🥈24 · ⭐ 1.4K) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
snoop (🥉23 · ⭐ 1.5K) - A powerful set of Python debugging tools, based on PySnooper. MIT
python-hunter (🥉19 · ⭐ 870 · 💤) - Hunter is a flexible code tracing toolkit. BSD-2
Birdseye (🥉16 · ⭐ 1.7K · 💤) - Graphical Python debugger which lets you easily view the values of.. MIT
Show 7 hidden projects...
ipdb (🥇27 · ⭐ 1.8K · 💀) - Integration of IPython pdb. BSD-3
PySnooper (🥈26 · ⭐ 16K · 💀) - Never use print for debugging again. MIT
pudb (🥈24 · ⭐ 3.2K · 💤) - Full-screen console debugger for Python. ❗Unlicensed
gdbgui (🥉21 · ⭐ 10K · 💀) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. ❗️GPL-3.0
pyrasite (🥉18 · ⭐ 1.8K · 💀) - Inject code into running Python processes. ❗️GPL-3.0
python-manhole (🥉18 · ⭐ 400 · 💀) - Debugging manhole for python applications. BSD-2
reloadium (🥉15 · ⭐ 3K · 💀) - Hot Reloading and Profiling for Python. Apache-2
🔗 best-of-web-python - Testing ( ⭐ 2.6K · 💤) - Testing libraries & tools for python web frameworks.
🔗 unittest - Unittest is a test framework included in the Python standard library.
pytest (🥇39 · ⭐ 14K · 📉) - The pytest framework makes it easy to write small tests, yet.. MIT
GitHub (👨💻 1.1K · 🔀 3.2K · 📦 1.8M):
git clone https://github.com/pytest-dev/pytest
PyPi (📥 1B / month · 📦 190K · ⏱️ 19.06.2026):
Conda (📥 53M · ⏱️ 22.06.2026):
conda install -c conda-forge pytest
playwright-python (🥇33 · ⭐ 15K) - Python version of the Playwright testing and automation.. Apache-2
hypothesis (🥇33 · ⭐ 8.8K) - The property-based testing library for Python. MPL-2.0
GitHub (👨💻 390 · 🔀 660 · 📦 44K):
git clone https://github.com/HypothesisWorks/hypothesis
PyPi (📥 42M / month · 📦 7.5K · ⏱️ 23.07.2026):
Conda (📥 20M · ⏱️ 22.07.2026):
conda install -c conda-forge hypothesis
tox (🥇33 · ⭐ 3.9K) - Command line driven CI frontend and development task automation tool. MIT
GitHub (👨💻 350 · 🔀 570 · 📦 140K):
git clone https://github.com/tox-dev/tox
PyPi (📥 35M / month · 📦 14K · ⏱️ 21.07.2026):
Conda (📥 2M · ⏱️ 21.07.2026):
conda install -c conda-forge tox
pytest-asyncio (🥇33 · ⭐ 1.6K) - Asyncio support for pytest. Apache-2
GitHub (👨💻 82 · 🔀 190 · 📦 220K):
git clone https://github.com/pytest-dev/pytest-asyncio
PyPi (📥 240M / month · 📦 41K · ⏱️ 26.05.2026):
pip install pytest-asyncio
Conda (📥 3.8M · ⏱️ 26.05.2026):
conda install -c conda-forge pytest-asyncio
robotframework (🥈32 · ⭐ 12K) - Generic automation framework for acceptance testing and RPA. Apache-2
GitHub (👨💻 230 · 🔀 2.6K · 📦 14K):
git clone https://github.com/robotframework/robotframework
PyPi (📥 4.9M / month · 📦 1.2K · ⏱️ 17.07.2026):
pip install robotframework
Conda (📥 280K · ⏱️ 04.03.2026):
conda install -c conda-forge robotframework
pytest-cov (🥈32 · ⭐ 2K) - Coverage plugin for pytest. MIT
GitHub (👨💻 100 · 🔀 230):
git clone https://github.com/pytest-dev/pytest-cov
PyPi (📥 220M / month · 📦 78K · ⏱️ 21.03.2026):
Conda (📥 19M · ⏱️ 22.03.2026):
conda install -c conda-forge pytest-cov
pytest-mock (🥈31 · ⭐ 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT
GitHub (👨💻 84 · 🔀 160 · 📦 140K):
git clone https://github.com/pytest-dev/pytest-mock
PyPi (📥 99M / month · 📦 9.4K · ⏱️ 16.09.2025):
Conda (📥 5.8M · ⏱️ 17.09.2025):
conda install -c conda-forge pytest-mock
pytest-xdist (🥈31 · ⭐ 1.9K) - pytest plugin for distributed testing and loop-on-failures.. MIT
GitHub (👨💻 120 · 🔀 270 · 📦 140K):
git clone https://github.com/pytest-dev/pytest-xdist
PyPi (📥 160M / month · 📦 5.6K · ⏱️ 01.07.2025):
Conda (📥 14M · ⏱️ 02.07.2025):
conda install -c conda-forge pytest-xdist
pyautogui (🥈30 · ⭐ 10K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3
GitHub (👨💻 52 · 🔀 1.3K · 📦 57K):
git clone https://github.com/asweigart/pyautogui
PyPi (📥 2.9M / month · 📦 1K · ⏱️ 24.05.2023):
Conda (📥 490K · ⏱️ 18.05.2026):
conda install -c conda-forge pyautogui
nox (🥈28 · ⭐ 1.5K) - Flexible test automation. Apache-2
GitHub (👨💻 120 · 🔀 180 · 📦 8.2K):
git clone https://github.com/theacodes/nox
PyPi (📥 6.1M / month · 📦 1.8K · ⏱️ 12.07.2026):
Conda (📥 620K · ⏱️ 12.07.2026):
conda install -c conda-forge nox
pytest-bdd (🥈28 · ⭐ 1.5K) - BDD library for the pytest runner. MIT
GitHub (👨💻 71 · 🔀 240 · 📦 5K):
git clone https://github.com/pytest-dev/pytest-bdd
PyPi (📥 3.5M / month · 📦 110 · ⏱️ 05.12.2024):
Conda (📥 78K · ⏱️ 03.07.2026):
conda install -c conda-forge pytest-bdd
freezegun (🥈27 · ⭐ 4.5K · 💤) - Let your Python tests travel through time. Apache-2
GitHub (👨💻 130 · 🔀 290):
git clone https://github.com/spulec/freezegun
PyPi (📥 54M / month · 📦 1.3K · ⏱️ 09.08.2025):
Conda (📥 2.2M · ⏱️ 09.08.2025):
conda install -c conda-forge freezegun
pytest-sugar (🥈27 · ⭐ 1.5K · 💤) - a plugin for py.test that changes the default look and.. BSD-3
GitHub (👨💻 58 · 🔀 81 · 📦 31K):
git clone https://github.com/Teemu/pytest-sugar
PyPi (📥 7.5M / month · 📦 1.5K · ⏱️ 23.08.2025):
Conda (📥 630K · ⏱️ 24.08.2025):
conda install -c conda-forge pytest-sugar
pytest-html (🥈27 · ⭐ 770) - Plugin for generating HTML reports for pytest results. MPL-2.0
GitHub (👨💻 66 · 🔀 250 · 📦 59K):
git clone https://github.com/pytest-dev/pytest-html
PyPi (📥 20M / month · 📦 1.1K · ⏱️ 19.01.2026):
Conda (📥 1.2M · ⏱️ 21.01.2026):
conda install -c conda-forge pytest-html
coveralls-python (🥈27 · ⭐ 570) - Show coverage stats online via coveralls.io. MIT
GitHub (👨💻 67 · 🔀 190 · 📦 37K):
git clone https://github.com/TheKevJames/coveralls-python
PyPi (📥 1.2M / month · 📦 2.6K · ⏱️ 28.02.2026):
Conda (📥 1.6M · ⏱️ 28.02.2026):
conda install -c conda-forge coveralls
pytest-benchmark (🥉26 · ⭐ 1.4K) - pytest fixture for benchmarking code. BSD-2
asv (🥉26 · ⭐ 1K) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
GitHub (👨💻 98 · 🔀 210 · 📦 1.8K):
git clone https://github.com/airspeed-velocity/asv
PyPi (📥 530K / month · 📦 210 · ⏱️ 27.06.2026):
Conda (📥 1.5M · ⏱️ 27.06.2026):
conda install -c conda-forge asv
nose2 (🥉26 · ⭐ 820) - The successor to nose, based on unittest2. BSD-2
GitHub (👨💻 86 · 🔀 130 · 📦 27K):
git clone https://github.com/nose-devs/nose2
PyPi (📥 690K / month · 📦 360 · ⏱️ 02.03.2026):
Conda (📥 240K · ⏱️ 22.04.2025):
conda install -c conda-forge nose2
pytest-testinfra (🥉25 · ⭐ 2.4K · 💤) - Testinfra test your infrastructures. Apache-2
GitHub (👨💻 140 · 🔀 360 · 📦 2.7K):
git clone https://github.com/pytest-dev/pytest-testinfra
PyPi (📥 1.5M / month · 📦 20 · ⏱️ 30.03.2025):
pip install pytest-testinfra
Conda (📥 42K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testinfra
pytest-randomly (🥉25 · ⭐ 700) - Pytest plugin to randomly order tests and control random.seed. MIT
GitHub (👨💻 20 · 🔀 34 · 📦 12K):
git clone https://github.com/pytest-dev/pytest-randomly
PyPi (📥 9M / month · 📦 940 · ⏱️ 20.04.2026):
pip install pytest-randomly
Conda (📥 400K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-randomly
mimesis (🥉24 · ⭐ 4.8K) - Mimesis is a fast Python library for generating fake data in multiple.. MIT
GitHub (👨💻 130 · 🔀 360 · 📦 2.3K):
git clone https://github.com/lk-geimfari/mimesis
PyPi (📦 100 · ⏱️ 16.07.2026):
Conda (📥 390K · ⏱️ 11.01.2026):
conda install -c conda-forge mimesis
pytest-testmon (🥉24 · ⭐ 1K · 💤) - Selects tests affected by changed files. Executes the.. MIT
GitHub (👨💻 29 · 🔀 78 · 📦 1.7K):
git clone https://github.com/tarpas/pytest-testmon
PyPi (📥 4.4M / month · 📦 59 · ⏱️ 01.12.2025):
pip install pytest-testmon
Conda (📥 200K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testmon
pytest-watch (🥉23 · ⭐ 730 · 💤) - Local continuous test runner with pytest and watchdog. MIT
GitHub (👨💻 16 · 🔀 54 · 📦 12K):
git clone https://github.com/joeyespo/pytest-watch
PyPi (📥 880K / month · 📦 560 · ⏱️ 20.05.2018):
Conda (📥 260K · ⏱️ 02.10.2025):
conda install -c conda-forge pytest-watch
pytest-docker (🥉23 · ⭐ 480 · 💤) - Docker-based integration tests. MIT
pytest-datadir (🥉23 · ⭐ 280) - pytest plugin for manipulating test data directories and.. MIT
GitHub (👨💻 16 · 🔀 26 · 📦 2.3K):
git clone https://github.com/gabrielcnr/pytest-datadir
PyPi (📥 1.6M / month · 📦 270 · ⏱️ 30.07.2025):
pip install pytest-datadir
Conda (📥 530K · ⏱️ 30.07.2025):
conda install -c conda-forge pytest-datadir
green (🥉21 · ⭐ 790) - Green is a clean, colorful, fast python test runner. MIT
GitHub (👨💻 41 · 🔀 75 · 📦 1.4K):
git clone https://github.com/CleanCut/green
PyPi (📥 17K / month · 📦 130 · ⏱️ 18.04.2024):
Conda (📥 470K · ⏱️ 02.03.2026):
conda install -c conda-forge green
xdoctest (🥉21 · ⭐ 220) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
pytest-plugins (🥉19 · ⭐ 600) - A grab-bag of nifty pytest plugins. MIT
Show 12 hidden projects...
nose (🥈28 · ⭐ 1.4K · 💀) - nose is nicer testing for python. ❗️LGPL-2.1+
factory_boy (🥉25 · ⭐ 3.6K · 💀) - A test fixtures replacement for Python. MIT
PyHamcrest (🥉24 · ⭐ 790 · 💀) - Hamcrest matchers for Python. ❗Unlicensed
ddt (🥉24 · ⭐ 440 · 💀) - Data-Driven Tests for Python Unittest. MIT
uiautomator (🥉22 · ⭐ 1.9K · 💀) - Python wrapper of Android uiautomator test tool. MIT
pytest-lazy-fixture (🥉22 · ⭐ 380 · 💀) - It helps to use fixtures in pytest.mark.parametrize. MIT
pytest-mypy (🥉22 · ⭐ 260 · 💀) - A Pytest Plugin for Mypy. ❗Unlicensed
Mamba Test Runner (🥉21 · ⭐ 520 · 💀) - The definitive testing tool for Python. Born under the.. MIT
assertpy (🥉19 · ⭐ 520 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3
sixpack (🥉18 · ⭐ 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework. BSD-2
fake2db (🥉15 · ⭐ 2.1K · 💀) - create custom test databases that are populated with fake data. ❗️GPL-2.0
pytest-play (🥉14 · ⭐ 73 · 💀) - pytest plugin that let you automate actions and.. Apache-2
🔗 Python.org Packaging - An Overview of Packaging for Python.
pyinstaller (🥇33 · ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0
GitHub (👨💻 490 · 🔀 2K · 📦 90K):
git clone https://github.com/pyinstaller/pyinstaller
PyPi (📥 11M / month · 📦 2.3K · ⏱️ 13.06.2026):
Conda (📥 2M · ⏱️ 15.06.2026):
conda install -c conda-forge pyinstaller
Nuitka (🥈29 · ⭐ 15K) - Nuitka is a Python compiler written in Python. Its fully compatible.. ❗️AGPL-3.0
GitHub (👨💻 210 · 🔀 780 · 📦 4K):
git clone https://github.com/Nuitka/Nuitka
PyPi (📥 460K / month · 📦 240 · ⏱️ 21.06.2026):
Conda (📥 3.5M · ⏱️ 24.06.2026):
conda install -c conda-forge nuitka
briefcase (🥈26 · ⭐ 3.3K) - Tools to support converting a Python project into a standalone.. BSD-3
pex (🥈24 · ⭐ 4.2K) - The PEX packaging toolchain. Apache-2
py2app (🥈24 · ⭐ 420) - py2app is a Python setuptools command which will allow you to make.. MIT
cx_Freeze (🥉22 · ⭐ 1.6K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed
GitHub (👨💻 130 · 🔀 240):
git clone https://github.com/marcelotduarte/cx_Freeze
PyPi (📥 200K / month · 📦 140 · ⏱️ 13.04.2026):
Conda (📥 1.4M · ⏱️ 13.04.2026):
conda install -c conda-forge cx_freeze
py2exe (🥉22 · ⭐ 990) - Create standalone Windows programs from Python code. MIT
shiv (🥉20 · ⭐ 1.9K) - shiv is a command line utility for building fully self contained Python.. BSD-2
constructor (🥉19 · ⭐ 500) - tool for creating installers from conda packages. BSD-3
Show 6 hidden projects...
packaging (🥇30 · ⭐ 720) - Core utilities for Python packages. ❗Unlicensed
PyOxidizer (🥉21 · ⭐ 4.8K · 💀) - A modern Python application packaging and distribution tool. MPL-2.0
pynsist (🥉19 · ⭐ 890 · 💀) - Build Windows installers for Python applications. MIT
xar (🥉16 · ⭐ 1.6K · 💀) - executable archive format. BSD-3
pyship (🥉14 · ⭐ 45 · 📈) - pyship - ship Python desktop apps to end users. MIT
subpar (🥉9 · ⭐ 570 · 💀) - Subpar is a utility for creating self-contained python executables... Apache-2
setuptools (🥇37 · ⭐ 2.8K) - Official project repository for the Setuptools build system. MIT
GitHub (👨💻 650 · 🔀 1.4K · 📦 870K):
git clone https://github.com/pypa/setuptools
PyPi (📥 1.4B / month · 📦 34K · ⏱️ 04.07.2026):
Conda (📥 210M · ⏱️ 09.07.2026):
conda install -c conda-forge setuptools
wheel (🥇32 · ⭐ 560) - The official binary distribution format for Python. MIT
GitHub (👨💻 91 · 🔀 180 · 📦 390K):
git clone https://github.com/pypa/wheel
PyPi (📥 560M / month · 📦 16K · ⏱️ 22.04.2026):
Conda (📥 180M · ⏱️ 22.04.2026):
conda install -c conda-forge wheel
invoke (🥈30 · ⭐ 4.7K) - Pythonic task management & command execution. BSD-2
GitHub (👨💻 63 · 🔀 390 · 📦 34K):
git clone https://github.com/pyinvoke/invoke
PyPi (📥 81M / month · 📦 1.4K · ⏱️ 07.04.2026):
Conda (📥 2.8M · ⏱️ 07.04.2026):
conda install -c conda-forge invoke
twine (🥈30 · ⭐ 1.7K · 💤) - Utilities for interacting with PyPI. Apache-2
GitHub (👨💻 130 · 🔀 320 · 📦 140K):
git clone https://github.com/pypa/twine
PyPi (📥 35M / month · 📦 23K · ⏱️ 04.09.2025):
Conda (📥 2M · ⏱️ 04.09.2025):
conda install -c conda-forge twine
setuptools_scm (🥈28 · ⭐ 950) - the blessed package to manage your versions by scm tags. MIT
GitHub (👨💻 160 · 🔀 240):
git clone https://github.com/pypa/setuptools_scm
PyPi (📥 130M / month · 📦 2.7K · ⏱️ 21.07.2026):
pip install setuptools_scm
Conda (📥 7.9M · ⏱️ 21.07.2026):
conda install -c conda-forge setuptools_scm
scons (🥈27 · ⭐ 2.4K) - SCons - a software construction tool. MIT
GitHub (👨💻 170 · 🔀 340 · 📦 4.3K):
git clone https://github.com/SCons/scons
PyPi (📥 990K / month · 📦 58 · ⏱️ 16.11.2025):
Conda (📥 1.5M · ⏱️ 17.11.2025):
conda install -c conda-forge scons
flit (🥉26 · ⭐ 2.2K · 💤) - Simplified packaging of Python modules. BSD-3
GitHub (👨💻 83 · 🔀 150 · 📦 2.8K):
git clone https://github.com/pypa/flit
PyPi (📥 18M / month · 📦 930 · ⏱️ 25.03.2025):
Conda (📥 460K · ⏱️ 22.04.2025):
conda install -c conda-forge flit
doit (🥉26 · ⭐ 2K) - CLI task management & automation tool. MIT
GitHub (👨💻 70 · 🔀 190 · 📦 2.3K):
git clone https://github.com/pydoit/doit
PyPi (📥 770K / month · 📦 140 · ⏱️ 09.02.2026):
Conda (📥 570K · ⏱️ 09.02.2026):
conda install -c conda-forge doit
buildbot (🥉23 · ⭐ 5.4K · 💤) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0
GitHub (👨💻 900 · 🔀 1.6K · 📦 410):
git clone https://github.com/buildbot/buildbot
PyPi (📥 23K / month · 📦 20 · ⏱️ 12.05.2025):
Conda (📥 190K · ⏱️ 13.05.2025):
conda install -c conda-forge buildbot
pybuilder (🥉20 · ⭐ 2K) - Software build automation tool for Python. Apache-2
pynt (🥉16 · ⭐ 160 · 💤) - A pynt of Python build. MIT
universal-build (🥉12 · ⭐ 25 · 💀) - Universal build utilities for containerized build pipelines. MIT
Show 2 hidden projects...
buildout (🥉20 · ⭐ 610) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1
paver (🥉19 · ⭐ 460 · 💀) - Python-based project scripting. BSD-3
System Monitoring & Profiling
psutil (🥇36 · ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3
GitHub (👨💻 250 · 🔀 1.5K · 📦 800K):
git clone https://github.com/giampaolo/psutil
PyPi (📥 370M / month · 📦 20K · ⏱️ 28.01.2026):
Conda (📥 66M · ⏱️ 29.01.2026):
conda install -c conda-forge psutil
py-spy (🥇30 · ⭐ 15K) - Sampling profiler for Python programs. MIT
GitHub (👨💻 57 · 🔀 530 · 📦 8.8K):
git clone https://github.com/benfred/py-spy
PyPi (📥 23M / month · 📦 240 · ⏱️ 24.04.2026):
Conda (📥 910K · ⏱️ 27.04.2026):
conda install -c conda-forge py-spy
Cargo (📦 5 · ⏱️ 24.04.2026):
Scalene (🥈27 · ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
pyinstrument (🥈27 · ⭐ 7.6K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
GitHub (👨💻 76 · 🔀 260 · 📦 4.5K):
git clone https://github.com/joerick/pyinstrument
PyPi (📥 10M / month · 📦 240 · ⏱️ 04.01.2026):
Conda (📥 1.3M · ⏱️ 04.01.2026):
conda install -c conda-forge pyinstrument
Yappi (🥈27 · ⭐ 1.7K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
GitHub (👨💻 35 · 🔀 82 · 📦 1.7K):
git clone https://github.com/sumerc/yappi
PyPi (📥 3.9M / month · 📦 89 · ⏱️ 17.03.2026):
Conda (📥 430K · ⏱️ 18.03.2026):
conda install -c conda-forge yappi
memray (🥈26 · ⭐ 15K) - Memray is a memory profiler for Python. Apache-2
GitHub (👨💻 72 · 🔀 440 · 📦 24):
git clone https://github.com/bloomberg/memray
PyPi (📥 15M / month · 📦 150 · ⏱️ 08.04.2026):
Conda (📥 730K · ⏱️ 08.04.2026):
conda install -c conda-forge memray
memory-profiler (🥉25 · ⭐ 4.5K · 💤) - Monitor Memory usage of Python code. BSD-3
GitHub (👨💻 100 · 🔀 390):
git clone https://github.com/pythonprofilers/memory_profiler
PyPi (📥 9.1M / month · 📦 460 · ⏱️ 15.11.2022):
pip install memory_profiler
Conda (📥 5M · ⏱️ 04.12.2025):
conda install -c conda-forge memory_profiler
memory_profiler (🥉25 · ⭐ 4.5K · 💤) - Monitor Memory usage of Python code. BSD-3
pympler (🥉25 · ⭐ 1.2K) - Development tool to measure, monitor and analyze the memory behavior.. Apache-2
line_profiler (🥉24 · ⭐ 3.2K) - Line-by-line profiling for Python. BSD-3
Show 8 hidden projects...
Glances (🥈27 · ⭐ 33K) - Glances an Eye on your system. A top/htop alternative for.. ❗Unlicensed
Bpytop (🥉23 · ⭐ 8.2K · 💀) - Linux/OSX/FreeBSD resource monitor. Apache-2
Diamond (🥉22 · ⭐ 1.8K · 💀) - Diamond is a python daemon that collects system metrics and publishes.. MIT
vprof (🥉20 · ⭐ 4K · 💀) - Visual profiler for Python. BSD-2
Profiling (🥉18 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler. BSD-3
heartrate (🥉17 · ⭐ 1.5K · 💀) - Simple real time visualisation of the execution of a Python program. MIT
pyheat (🥉16 · ⭐ 730 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT
livepython (🥉11 · ⭐ 2.6K · 💀) - Visually trace Python code in real-time. MIT
executing (🥇29 · ⭐ 400) - Get information about what a Python frame is currently doing,.. MIT
GitHub (👨💻 12 · 🔀 39 · 📦 340K):
git clone https://github.com/alexmojaki/executing
PyPi (📥 140M / month · 📦 800 · ⏱️ 01.09.2025):
Conda (📥 29M · ⏱️ 01.09.2025):
conda install -c conda-forge executing
gast (🥈25 · ⭐ 150 · 💤) - Python AST that abstracts the underlying Python version. BSD-3
GitHub (👨💻 13 · 🔀 38 · 📦 220K):
git clone https://github.com/serge-sans-paille/gast
PyPi (📥 19M / month · 📦 530 · ⏱️ 29.11.2025):
Conda (📥 4.5M · ⏱️ 30.11.2025):
conda install -c conda-forge gast
asteval (🥉24 · ⭐ 220) - Safe, minimalistic evaluator of python expression using ast module. MIT
Show 3 hidden projects...
astunparse (🥈26 · ⭐ 220 · 💀) - An AST unparser for Python. BSD-3
astor (🥉23 · ⭐ 860 · 💀) - Python AST read/write. BSD-3
typed_ast (🥉21 · ⭐ 230 · 💀) - Modified fork of CPythons ast module that parses # type:.. Apache-2
pre-commit (🥇34 · ⭐ 15K) - A framework for managing and maintaining multi-language pre-commit.. MIT
GitHub (👨💻 170 · 🔀 990 · 📦 290K):
git clone https://github.com/pre-commit/pre-commit
PyPi (📥 170M / month · 📦 37K · ⏱️ 21.07.2026):
Conda (📥 10M · ⏱️ 22.07.2026):
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 .