🏆 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.
Contents
Explanation
- 🥇🥈🥉 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
Linters & Style Checkers

ruff (🥇48 · ⭐ 48K) - An extremely fast Python linter and code formatter, written in Rust. MIT
GitHub (👨💻 920 · 🔀 2.2K · 📥 6.6M · 📦 210K · 📋 8.1K - 20% open · ⏱️ 09.07.2026):
git clone https://github.com/charliermarsh/ruff
PyPi (📥 260M / month · 📦 73K · ⏱️ 25.06.2026):
pip install ruff
Conda (📥 7.5M · ⏱️ 25.06.2026):
conda install -c conda-forge ruff
pylint (🥇44 · ⭐ 5.7K) - Its not just a linter that annoys you!. ❗️GPL-2.0
GitHub (👨💻 650 · 🔀 1.3K · 📥 810 · 📦 490K · 📋 6K - 16% open · ⏱️ 07.07.2026):
git clone https://github.com/PyCQA/pylint
PyPi (📥 69M / month · 📦 13K · ⏱️ 14.06.2026):
pip install pylint
Conda (📥 8.2M · ⏱️ 14.06.2026):
conda install -c conda-forge pylint
flake8 (🥇40 · ⭐ 3.8K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
GitHub (👨💻 180 · 🔀 350 · 📦 690K · 📋 1.6K - 1% open · ⏱️ 19.05.2026):
git clone https://github.com/PyCQA/flake8
PyPi (📥 57M / month · 📦 27K · ⏱️ 20.06.2025):
pip install flake8
Conda (📥 11M · ⏱️ 26.06.2025):
conda install -c conda-forge flake8
wemake-python-styleguide (🥇38 · ⭐ 2.9K) - The strictest and most opinionated python linter ever!. MIT
GitHub (👨💻 220 · 🔀 420 · 📦 18K · 📋 1.2K - 1% open · ⏱️ 09.07.2026):
git clone https://github.com/wemake-services/wemake-python-styleguide
PyPi (📥 260K / month · 📦 110 · ⏱️ 27.04.2026):
pip install wemake-python-styleguide
beartype (🥈35 · ⭐ 3.5K) - Unbearably fast near-real-time pure-Python runtime-static type-checker. MIT
GitHub (👨💻 33 · 🔀 80 · 📦 13K · 📋 490 - 22% open · ⏱️ 09.07.2026):
git clone https://github.com/beartype/beartype
PyPi (📥 96M / month · 📦 900 · ⏱️ 13.12.2025):
pip install beartype
Conda (📥 730K · ⏱️ 14.12.2025):
conda install -c conda-forge beartype
parso (🥈34 · ⭐ 680) - A Python Parser. MIT
GitHub (👨💻 52 · 🔀 120 · 📦 600K · 📋 120 - 9% open · ⏱️ 01.05.2026):
git clone https://github.com/davidhalter/parso
PyPi (📥 140M / month · 📦 1.2K · ⏱️ 01.05.2026):
pip install parso
Conda (📥 38M · ⏱️ 02.05.2026):
conda install -c conda-forge parso
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 (📥 84M / month · 📦 2.2K · ⏱️ 20.06.2025):
pip install pycodestyle
Conda (📥 11M · ⏱️ 22.06.2025):
conda install -c conda-forge pycodestyle
flake8-bugbear (🥈32 · ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT 
GitHub (👨💻 93 · 🔀 120 · 📦 43K · 📋 250 - 25% open · ⏱️ 22.06.2026):
git clone https://github.com/PyCQA/flake8-bugbear
PyPi (📥 4.2M / month · 📦 1.5K · ⏱️ 29.11.2025):
pip install flake8-bugbear
Conda (📥 920K · ⏱️ 02.12.2025):
conda install -c conda-forge flake8-bugbear
hacking (🥈30 · ⭐ 240) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 
GitHub (👨💻 190 · 🔀 65 · 📦 8K · ⏱️ 08.05.2026):
git clone https://github.com/openstack/hacking
PyPi (📥 220K / month · 📦 110 · ⏱️ 11.06.2026):
pip install hacking
mypy-protobuf (🥈29 · ⭐ 710) - open source tools to generate mypy stubs from protobufs. Apache-2
GitHub (👨💻 40 · 🔀 81 · 📦 4.7K · 📋 150 - 14% open · ⏱️ 28.04.2026):
git clone https://github.com/dropbox/mypy-protobuf
PyPi (📥 12M / month · 📦 300 · ⏱️ 28.04.2026):
pip install mypy-protobuf
Conda (📥 190K · ⏱️ 28.04.2026):
conda install -c conda-forge mypy-protobuf
pylint-django (🥈28 · ⭐ 620) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 
GitHub (👨💻 72 · 🔀 120 · 📥 450 · 📦 33K · 📋 240 - 27% open · ⏱️ 19.06.2026):
git clone https://github.com/PyCQA/pylint-django
PyPi (📥 2M / month · 📦 160 · ⏱️ 01.01.2026):
pip install pylint-django
Conda (📥 540K · ⏱️ 02.01.2026):
conda install -c conda-forge pylint-django
flake8-comprehensions (🥈28 · ⭐ 470) - A flake8 plugin to help you write better.. MIT 
GitHub (👨💻 16 · 🔀 23 · 📦 30K · 📋 62 - 9% open · ⏱️ 12.06.2026):
git clone https://github.com/adamchainz/flake8-comprehensions
PyPi (📥 1.7M / month · 📦 780 · ⏱️ 09.09.2025):
pip install flake8-comprehensions
Conda (📥 1.2M · ⏱️ 10.09.2025):
conda install -c conda-forge flake8-comprehensions
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 (📥 2.2M / month · 📦 630 · ⏱️ 25.10.2025):
pip install flake8-isort
Conda (📥 110K · ⏱️ 25.10.2025):
conda install -c conda-forge flake8-isort
nitpick (🥉25 · ⭐ 410) - Enforce the same settings on multiple projects. MIT 
GitHub (👨💻 18 · 🔀 24 · 📥 16 · 📦 1.4K · 📋 130 - 36% open · ⏱️ 08.07.2026):
git clone https://github.com/andreoliwa/nitpick
PyPi (📥 12K / month · 📦 26 · ⏱️ 30.11.2025):
pip install nitpick
check-manifest (🥉25 · ⭐ 290) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
GitHub (👨💻 23 · 🔀 39 · 📦 12K · 📋 100 - 22% open · ⏱️ 24.05.2026):
git clone https://github.com/mgedmin/check-manifest
PyPi (📦 5K · ⏱️ 15.10.2025):
pip install check-manifest
Conda (📥 210K · ⏱️ 15.10.2025):
conda install -c conda-forge check-manifest
flake8-commas (🥉25 · ⭐ 130) - Flake8 extension for enforcing trailing commas in python. MIT 
GitHub (👨💻 15 · 🔀 30 · 📦 19K · 📋 31 - 9% open · ⏱️ 05.01.2026):
git clone https://github.com/PyCQA/flake8-commas
PyPi (📥 320K / month · 📦 220 · ⏱️ 16.05.2024):
pip install flake8-commas
flake8-builtins (🥉25 · ⭐ 120 · 💤) - Check for python builtins being used as variables or.. ❗️GPL-2.0 
GitHub (👨💻 21 · 🔀 25 · 📦 12K · 📋 52 - 5% open · ⏱️ 25.10.2025):
git clone https://github.com/gforcada/flake8-builtins
PyPi (📥 980K / month · 📦 590 · ⏱️ 25.10.2025):
pip install flake8-builtins
Conda (📥 650K · ⏱️ 27.10.2025):
conda install -c conda-forge flake8-builtins
flake8-import-order (🥉24 · ⭐ 280) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 
GitHub (👨💻 50 · 🔀 73 · 📥 15 · 📋 110 - 12% open · ⏱️ 26.05.2026):
git clone https://github.com/PyCQA/flake8-import-order
PyPi (📥 1.6M / month · 📦 650 · ⏱️ 24.06.2025):
pip install flake8-import-order
Conda (📥 550K · ⏱️ 26.06.2025):
conda install -c conda-forge flake8-import-order
flake8-black (🥉24 · ⭐ 170) - flake8 plugin to run black for checking Python coding style. MIT 
GitHub (👨💻 11 · 🔀 12 · 📦 8.8K · 📋 31 - 12% open · ⏱️ 02.06.2026):
git clone https://github.com/peterjc/flake8-black
PyPi (📥 560K / month · 📦 540 · ⏱️ 21.09.2025):
pip install flake8-black
Conda (📥 500K · ⏱️ 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 (📥 420K / month · 📦 140 · ⏱️ 01.01.2026):
pip install flake8-simplify
Conda (📥 74K · ⏱️ 06.01.2026):
conda install -c conda-forge flake8-simplify
Show 20 hidden projects...
- pyflakes (🥈35 · ⭐ 1.5K · 💀) - A simple program which checks Python source files for errors.
MIT
- pydocstyle (🥈31 · ⭐ 1.1K · 💀) - docstring style checker.
MIT
- pep8-naming (🥈28 · ⭐ 530 · 💀) - Naming Convention checker for Python.
❗️Saxpath
- coala (🥉27 · ⭐ 3.6K · 💀) - coala provides a unified command-line interface for linting and..
❗️AGPL-3.0
- pylama (🥉27 · ⭐ 1K · 💀) - Code audit tool for python.
MIT
- darglint (🥉27 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring..
MIT
- flake8-quotes (🥉27 · ⭐ 180 · 💀) - Flake8 extension for checking quotes in python.
MIT 
- flake8-eradicate (🥉25 · ⭐ 320 · 💀) - Flake8 plugin to find commented out or dead code.
MIT 
- data-science-types (🥉24 · ⭐ 210 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas..
Apache-2
- Fixit (🥉23 · ⭐ 710) - Advanced Python linting framework with auto-fixes and hierarchical..
❗Unlicensed
- pandas-vet (🥉22 · ⭐ 170 · 💀) - A plugin for Flake8 that checks pandas code.
MIT 
- flake8-bandit (🥉21 · ⭐ 120 · 💀) - Automated security testing using bandit and flake8.
MIT 
- flakehell (🥉18 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable.
MIT 
- 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 · ⭐ 360 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT
- bellybutton (🥉16 · ⭐ 280 · 💀) - Custom Python linting through AST expressions.
MIT
- imhotep (🥉16 · ⭐ 220 · 💀) - A static-analysis bot for Github.
MIT
- yala (🥉15 · ⭐ 15 · 💀) - Yet Another Linter Aggregator.
MIT 

- linty_fresh (🥉12 · ⭐ 180 · 💀) - Surface lint errors during code review.
Apache-2 
mypy
Type checkers

pyright (🥈41 · ⭐ 16K) - Static Type Checker for Python. MIT
GitHub (👨💻 150 · 🔀 1.8K · 📥 7.3K · 📦 1.7K · 📋 7.6K - 3% open · ⏱️ 30.06.2026):
git clone https://github.com/Microsoft/pyright
npm (📥 5.1M / month · 📦 82 · ⏱️ 25.06.2026):
npm install pyright
pyre-check (🥉33 · ⭐ 7.2K) - Performant type-checking for python. MIT
GitHub (👨💻 310 · 🔀 450 · 📦 24 · 📋 470 - 33% open · ⏱️ 26.06.2026):
git clone https://github.com/facebook/pyre-check
PyPi (📥 180K / month · 📦 87 · ⏱️ 07.07.2025):
pip install pyre-check
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 (📥 990K / month · 📦 230 · ⏱️ 11.10.2024):
pip install pytype
Conda (📥 640K · ⏱️ 22.04.2025):
conda install -c conda-forge pytype
Show 2 hidden projects...
- mypy (🥇47 · ⭐ 21K) - Optional static typing for Python.
❗Unlicensed
- typeguard (🥉32 · ⭐ 1.8K) - Run-time type checker for Python.
❗Unlicensed

black (🥇46 · ⭐ 42K) - The uncompromising Python code formatter. MIT
GitHub (👨💻 540 · 🔀 2.8K · 📥 150K · 📦 680K · 📋 2.8K - 10% open · ⏱️ 03.07.2026):
git clone https://github.com/psf/black
PyPi (📥 150M / month · 📦 62K · ⏱️ 18.05.2026):
pip install black
Conda (📥 19M · ⏱️ 22.05.2026):
conda install -c conda-forge black
isort (🥈43 · ⭐ 6.9K) - A Python utility / library to sort imports. MIT
GitHub (👨💻 340 · 🔀 650 · 📦 580K · 📋 1.4K - 7% open · ⏱️ 04.07.2026):
git clone https://github.com/PyCQA/isort
PyPi (📥 110M / month · 📦 28K · ⏱️ 24.04.2026):
pip install isort
Conda (📥 9.5M · ⏱️ 28.02.2026):
conda install -c conda-forge isort
autopep8 (🥉37 · ⭐ 4.7K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
GitHub (👨💻 64 · 🔀 290 · 📦 230K · 📋 520 - 23% open · ⏱️ 06.07.2026):
git clone https://github.com/hhatto/autopep8
PyPi (📥 10M / month · 📦 1.7K · ⏱️ 14.01.2025):
pip install autopep8
Conda (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge autopep8
docformatter (🥉31 · ⭐ 590) - Formats docstrings to follow PEP 257. MIT
GitHub (👨💻 41 · 🔀 87 · 📥 91 · 📦 4.6K · 📋 190 - 16% open · ⏱️ 11.05.2026):
git clone https://github.com/myint/docformatter
PyPi (📥 1.2M / month · 📦 410 · ⏱️ 28.04.2026):
pip install docformatter
Conda (📥 400K · ⏱️ 29.04.2026):
conda install -c conda-forge docformatter
Show 3 hidden projects...
- yapf (🥈39 · ⭐ 14K · 💀) - A formatter for Python files.
Apache-2
- autoimport (🥉18 · ⭐ 100 · 💀) - Autoimport automatically fixes wrong import statements.
❗️GPL-3.0
- pyformat (🥉18 · ⭐ 94 · 💀) - Formats Python code to follow a consistent style.
❗️Saxpath
Code Refactoring

jedi (🥇44 · ⭐ 6.2K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
GitHub (👨💻 180 · 🔀 530 · 📦 600K · 📋 1.5K - 4% open · ⏱️ 01.05.2026):
git clone https://github.com/davidhalter/jedi
PyPi (📥 140M / month · 📦 1.6K · ⏱️ 01.05.2026):
pip install jedi
Conda (📥 40M · ⏱️ 23.06.2026):
conda install -c conda-forge jedi
rope (🥇33 · ⭐ 2.2K) - a python refactoring library. ❗️LGPL-3.0
GitHub (👨💻 85 · 🔀 180 · 📥 48 · 📦 79K · 📋 380 - 31% open · ⏱️ 04.01.2026):
git clone https://github.com/python-rope/rope
PyPi (📥 1.4M / month · 📦 320 · ⏱️ 12.07.2025):
pip install rope
Conda (📥 2.6M · ⏱️ 13.07.2025):
conda install -c conda-forge rope
vulture (🥈31 · ⭐ 4.7K) - Find dead Python code. MIT
GitHub (👨💻 53 · 🔀 190 · 📦 7.4K · 📋 260 - 23% open · ⏱️ 30.04.2026):
git clone https://github.com/jendrikseipp/vulture
PyPi (📥 8.6M / month · 📦 660 · ⏱️ 25.03.2026):
pip install vulture
Conda (📥 230K · ⏱️ 26.03.2026):
conda install -c conda-forge vulture
pyupgrade (🥈31 · ⭐ 4.1K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
GitHub (👨💻 36 · 🔀 210 · 📋 480 - 4% open · ⏱️ 19.05.2026):
git clone https://github.com/asottile/pyupgrade
PyPi (📥 1.5M / month · 📦 630 · ⏱️ 19.11.2025):
pip install pyupgrade
Conda (📥 980K · ⏱️ 19.11.2025):
conda install -c conda-forge pyupgrade
autoflake (🥈25 · ⭐ 960) - Removes unused imports and unused variables as reported by pyflakes. MIT
GitHub (👨💻 40 · 🔀 87 · 📋 120 - 31% open · ⏱️ 20.04.2026):
git clone https://github.com/myint/autoflake
PyPi (📦 1.4K · ⏱️ 20.02.2026):
pip install autoflake
Conda (📥 680K · ⏱️ 20.02.2026):
conda install -c conda-forge autoflake
unimport (🥈25 · ⭐ 250) - The ultimate linter and formatter for removing unused import statements.. MIT
GitHub (👨💻 16 · 🔀 21 · 📦 170 · 📋 120 - 0% open · ⏱️ 02.06.2026):
git clone https://github.com/hakancelik96/unimport
PyPi (📥 60K / month · 📦 45 · ⏱️ 02.06.2026):
pip install unimport
add-trailing-comma (🥉22 · ⭐ 370) - A tool (and pre-commit hook) to automatically add trailing.. MIT
GitHub (👨💻 11 · 🔀 29 · ⏱️ 19.05.2026):
git clone https://github.com/asottile/add-trailing-comma
PyPi (📥 81K / month · 📦 41 · ⏱️ 10.10.2025):
pip install add-trailing-comma
massedit (🥉13 · ⭐ 120 · 💤) - Programmatically edit text files with Python. Useful for source to.. MIT
GitHub (👨💻 9 · 🔀 14 · 📥 33 · 📦 54 · 📋 8 - 12% open · ⏱️ 21.09.2025):
git clone https://github.com/elmotec/massedit
PyPi (📦 3 · ⏱️ 21.09.2025):
pip install massedit
Show 10 hidden projects...
- redbaron (🥈26 · ⭐ 720 · 💀) - Bottom-up approach to refactoring in python.
❗️LGPL-3.0
- MonkeyType (🥈25 · ⭐ 5K · 💀) - A Python library that generates static type annotations by..
BSD-3
- baron (🥉24 · ⭐ 300 · 💀) - IDE allow you to refactor code, Baron allows you to write..
❗️LGPL-3.0
- pyannotate (🥉23 · ⭐ 1.4K · 💀) - Auto-generate PEP-484 annotations.
Apache-2
- eradicate (🥉23 · ⭐ 220) - Removes commented-out code from Python files.
❗️Saxpath
- Bowler (🥉22 · ⭐ 1.6K · 💀) - Safe code refactoring for modern Python.
MIT
- com2ann (🥉19 · ⭐ 160 · 💀) - Tool for translation type comments to type annotations in Python.
MIT
- unify (🥉19 · ⭐ 98 · 💀) - 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
Code Security

bandit (🥇40 · ⭐ 8.2K · 📈) - Bandit is a tool designed to find common security issues in.. Apache-2
GitHub (👨💻 200 · 🔀 780 · 📥 930 · 📦 67K · 📋 770 - 32% open · ⏱️ 07.07.2026):
git clone https://github.com/PyCQA/bandit
PyPi (📥 26M / month · 📦 3.4K · ⏱️ 25.02.2026):
pip install bandit
Conda (📥 670K · ⏱️ 25.02.2026):
conda install -c conda-forge bandit
sqlmap (🥈38 · ⭐ 38K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0
GitHub (👨💻 160 · 🔀 6.3K · 📦 24 · 📋 5.4K - 0% open · ⏱️ 09.07.2026):
git clone https://github.com/sqlmapproject/sqlmap
PyPi (📥 62K / month · 📦 13 · ⏱️ 01.07.2026):
pip install sqlmap
safety (🥉32 · ⭐ 2K · 📉) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
GitHub (👨💻 55 · 🔀 190 · 📥 2.6M · 📦 20K · 📋 290 - 21% open · ⏱️ 27.05.2026):
git clone https://github.com/pyupio/safety
PyPi (📦 1.4K · ⏱️ 29.05.2026):
pip install safety
Conda (📥 180K · ⏱️ 30.05.2026):
conda install -c conda-forge safety
detect-secrets (🥉30 · ⭐ 4.6K) - An enterprise friendly way of detecting and preventing.. Apache-2
GitHub (👨💻 89 · 🔀 510 · 📋 370 - 33% open · ⏱️ 02.04.2026):
git clone https://github.com/Yelp/detect-secrets
PyPi (📥 6M / month · 📦 95 · ⏱️ 06.05.2024):
pip install detect-secrets
dlint (🥉20 · ⭐ 180) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
GitHub (👨💻 16 · 🔀 17 · 📋 47 - 48% open · ⏱️ 07.01.2026):
git clone https://github.com/dlint-py/dlint
PyPi (📥 94K / month · 📦 110 · ⏱️ 31.10.2024):
pip install dlint
Conda (📥 14K · ⏱️ 22.04.2025):
conda install -c conda-forge dlint
Show 3 hidden projects...
- pyarmor (🥈34 · ⭐ 5.1K) - A tool used to obfuscate python scripts, bind obfuscated scripts..
❗️SGI-B-2.0
- 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
Virtual Environments

pipenv (🥇46 · ⭐ 25K) - Python Development Workflow for Humans. MIT
GitHub (👨💻 540 · 🔀 1.9K · 📦 170K · 📋 4.4K - 0% open · ⏱️ 24.06.2026):
git clone https://github.com/pypa/pipenv
PyPi (📥 25M / month · 📦 260 · ⏱️ 08.06.2026):
pip install pipenv
Conda (📥 350K · ⏱️ 08.06.2026):
conda install -c conda-forge pipenv
virtualenv (🥇46 · ⭐ 5K · 📈) - Virtual Python Environment builder. MIT
GitHub (👨💻 310 · 🔀 1.1K · 📥 240 · 📦 510K · ⏱️ 06.07.2026):
git clone https://github.com/pypa/virtualenv
PyPi (📥 490M / month · 📦 2.2K · ⏱️ 06.07.2026):
pip install virtualenv
Conda (📥 22M · ⏱️ 07.07.2026):
conda install -c conda-forge virtualenv
nodeenv (🥈36 · ⭐ 1.8K · 💤) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
GitHub (👨💻 110 · 🔀 220 · 📦 150K · 📋 210 - 23% open · ⏱️ 27.12.2025):
git clone https://github.com/ekalinin/nodeenv
PyPi (📥 180M / month · 📦 410 · ⏱️ 20.12.2025):
pip install nodeenv
Conda (📥 8.9M · ⏱️ 20.12.2025):
conda install -c conda-forge nodeenv
pyenv (🥈35 · ⭐ 45K) - Simple Python version management. MIT
GitHub (👨💻 480 · 🔀 3.2K · 📦 24 · 📋 1.9K - 4% open · ⏱️ 08.07.2026):
git clone https://github.com/pyenv/pyenv
PyPi (📥 13K / month · ⏱️ 12.01.2019):
pip install pyenv
pyenv-virtualenv (🥉22 · ⭐ 6.7K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
pyenv-installer (🥉16 · ⭐ 4.1K · 💤) - This tool is used to install `pyenv` and friends. MIT
Show 4 hidden projects...
- vex (🥉18 · ⭐ 370 · 💀) - Run a command in the named virtualenv.
MIT
- dh-virtualenv (🥉16 · ⭐ 1.6K · 💀) - Python virtualenvs in Debian packages.
❗️GPL-2.0
- freshenv (🥉13 · ⭐ 180 · 💀) - Provision, share, manage local and cloud developer environments.
MPL-2.0
- pipenv-pipes (🥉13 · ⭐ 130 · 💀) - A PipEnv Environment Switcher.
MIT
Dependency & Package Managers

pip (🥇48 · ⭐ 10K) - The Python package installer. MIT
GitHub (👨💻 900 · 🔀 3.3K · 📦 250K · 📋 7.9K - 13% open · ⏱️ 08.07.2026):
git clone https://github.com/pypa/pip
PyPi (📥 590M / month · 📦 6.1K · ⏱️ 31.05.2026):
pip install pip
Conda (📥 230M · ⏱️ 31.05.2026):
conda install -c conda-forge pip
conda (🥇43 · ⭐ 7.5K) - A system-level, binary package and environment manager running on all.. BSD-3
GitHub (👨💻 500 · 🔀 2.2K · 📥 51K · 📦 52K · 📋 11K - 6% open · ⏱️ 09.07.2026):
git clone https://github.com/conda/conda
PyPi (📥 5.6K / month · 📦 83 · ⏱️ 22.04.2017):
pip install conda
Conda (📥 77M · ⏱️ 01.07.2026):
conda install -c conda-forge conda
poetry (🥈42 · ⭐ 34K) - Python packaging and dependency management made easy. MIT
GitHub (👨💻 660 · 🔀 2.5K · 📥 16M · 📋 6.4K - 8% open · ⏱️ 21.06.2026):
git clone https://github.com/python-poetry/poetry
PyPi (📥 85M / month · 📦 920 · ⏱️ 09.05.2026):
pip install poetry
Conda (📥 8.1M · ⏱️ 09.05.2026):
conda install -c conda-forge poetry
pip-tools (🥈39 · ⭐ 8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
GitHub (👨💻 230 · 🔀 660 · 📦 38K · 📋 1.2K - 15% open · ⏱️ 20.06.2026):
git clone https://github.com/jazzband/pip-tools
PyPi (📥 17M / month · 📦 2.9K · ⏱️ 11.02.2026):
pip install pip-tools
Conda (📥 330K · ⏱️ 12.02.2026):
conda install -c conda-forge pip-tools
pipx (🥈38 · ⭐ 13K) - Install and Run Python Applications in Isolated Environments. MIT
GitHub (👨💻 200 · 🔀 570 · 📥 1.3M · 📦 4.9K · 📋 890 - 10% open · ⏱️ 03.07.2026):
git clone https://github.com/pypa/pipx
PyPi (📥 6.6M / month · 📦 100 · ⏱️ 24.06.2026):
pip install pipx
Conda (📥 230K · ⏱️ 05.06.2026):
conda install -c conda-forge pipx
PDM (🥈38 · ⭐ 8.7K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
GitHub (👨💻 250 · 🔀 480 · 📥 30K · 📦 620 · 📋 2K - 2% open · ⏱️ 23.06.2026):
git clone https://github.com/pdm-project/pdm
PyPi (📥 11M / month · 📦 240 · ⏱️ 23.06.2026):
pip install pdm
Conda (📥 1.9M · ⏱️ 23.06.2026):
conda install -c conda-forge pdm
pipreqs (🥉32 · ⭐ 7.5K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
GitHub (👨💻 76 · 🔀 420 · 📦 41K · 📋 330 - 65% open · ⏱️ 01.03.2026):
git clone https://github.com/bndr/pipreqs
PyPi (📥 870K / month · 📦 320 · ⏱️ 18.02.2024):
pip install pipreqs
Conda (📥 120K · ⏱️ 20.06.2026):
conda install -c conda-forge pipreqs
mamba (🥉31 · ⭐ 8.1K) - The Fast Cross-Platform Package Manager. BSD-3
GitHub (👨💻 180 · 🔀 440 · 📋 2.1K - 21% open · ⏱️ 07.07.2026):
git clone https://github.com/mamba-org/mamba
Conda (📥 26M · ⏱️ 08.06.2026):
conda install -c conda-forge mamba
pyflow (🥉22 · ⭐ 1.3K) - An installation and dependency system for Python. MIT
GitHub (👨💻 30 · 🔀 48 · 📥 9.6K · 📦 44 · 📋 140 - 46% open · ⏱️ 21.03.2026):
git clone https://github.com/David-OConnor/pyflow
PyPi (📥 490 / month · 📦 1 · ⏱️ 02.07.2021):
pip install pyflow
Show 2 hidden projects...
- dephell (🥉23 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,..
MIT
- pip-run (🥉17 · ⭐ 140) - pip-run - dynamic dependency loader for Python.
❗Unlicensed
Code Metrics & Complexity

prospector (🥇33 · ⭐ 2.1K) - Inspects Python source files and provides information about.. ❗️GPL-2.0
GitHub (👨💻 98 · 🔀 180 · 📦 5.5K · 📋 410 - 8% open · ⏱️ 06.07.2026):
git clone https://github.com/PyCQA/prospector
PyPi (📥 440K / month · 📦 300 · ⏱️ 22.06.2026):
pip install prospector
Conda (📥 250K · ⏱️ 22.06.2026):
conda install -c conda-forge prospector
mccabe (🥈31 · ⭐ 680) - McCabe complexity checker for Python. ❗️Saxpath
GitHub (👨💻 24 · 🔀 63 · 📦 520K · 📋 55 - 18% open · ⏱️ 28.06.2026):
git clone https://github.com/PyCQA/mccabe
PyPi (📥 88M / month · 📦 930 · ⏱️ 24.01.2022):
pip install mccabe
Conda (📥 12M · ⏱️ 22.04.2025):
conda install -c conda-forge mccabe
wily (🥈27 · ⭐ 1.3K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
GitHub (👨💻 25 · 🔀 67 · 📦 310 · 📋 120 - 36% open · ⏱️ 13.06.2026):
git clone https://github.com/tonybaloney/wily
PyPi (📥 56K / month · 📦 14 · ⏱️ 26.04.2026):
pip install wily
Show 3 hidden projects...
- radon (🥉26 · ⭐ 2K · 💀) - Various code metrics for Python code.
MIT
- xenon (🥉24 · ⭐ 280 · 💀) - Monitoring tool based on radon.
MIT
- cohesion (🥉16 · ⭐ 280 · 💀) - A tool for measuring Python class cohesion.
❗️GPL-3.0
Logging

rich (🥇47 · ⭐ 57K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
GitHub (👨💻 290 · 🔀 2.2K · 📦 550K · 📋 1.6K - 20% open · ⏱️ 23.06.2026):
git clone https://github.com/Textualize/rich
PyPi (📥 580M / month · 📦 44K · ⏱️ 12.04.2026):
pip install rich
Conda (📥 22M · ⏱️ 12.04.2026):
conda install -c conda-forge rich
tqdm (🥇44 · ⭐ 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
GitHub (👨💻 130 · 🔀 1.5K · 📥 20K · 📦 1.2M · 📋 1.2K - 49% open · ⏱️ 07.07.2026):
git clone https://github.com/tqdm/tqdm
PyPi (📥 590M / month · 📦 58K · ⏱️ 07.07.2026):
pip install tqdm
Conda (📥 53M · ⏱️ 07.07.2026):
conda install -c conda-forge tqdm
Docker Hub (📥 7.1K · ⭐ 3 · ⏱️ 07.07.2026):
docker pull tqdm/tqdm
sentry-sdk (🥇40 · ⭐ 2.2K) - The official Python SDK for Sentry.io. MIT
GitHub (👨💻 340 · 🔀 630 · 📥 5.2K · 📋 2.6K - 15% open · ⏱️ 09.07.2026):
git clone https://github.com/getsentry/sentry-python
PyPi (📥 140M / month · 📦 1.8K · ⏱️ 30.06.2026):
pip install sentry-sdk
Conda (📥 1.8M · ⏱️ 30.06.2026):
conda install -c conda-forge sentry-sdk
structlog (🥈38 · ⭐ 4.9K) - Simple, powerful, and fast logging for Python. Apache-2
GitHub (👨💻 140 · 🔀 280 · 📦 36K · 📋 390 - 7% open · ⏱️ 06.07.2026):
git clone https://github.com/hynek/structlog
PyPi (📥 99M / month · 📦 5K · ⏱️ 06.06.2026):
pip install structlog
Conda (📥 1.3M · ⏱️ 06.06.2026):
conda install -c conda-forge structlog
loguru (🥈37 · ⭐ 24K) - Python logging made (stupidly) simple. MIT
GitHub (👨💻 77 · 🔀 800 · 📦 160K · 📋 1.2K - 21% open · ⏱️ 13.06.2026):
git clone https://github.com/Delgan/loguru
PyPi (📥 73M / month · 📦 15K · ⏱️ 06.12.2024):
pip install loguru
Conda (📥 4.5M · ⏱️ 16.01.2026):
conda install -c conda-forge loguru
tabulate (🥈34 · ⭐ 2.6K) - Pretty-print tabular data in Python, a library and a command-line.. MIT
GitHub (👨💻 110 · 🔀 190 · 📋 270 - 27% open · ⏱️ 11.03.2026):
git clone https://github.com/astanin/python-tabulate
PyPi (📥 220M / month · 📦 12K · ⏱️ 04.03.2026):
pip install tabulate
Conda (📥 13M · ⏱️ 05.03.2026):
conda install -c conda-forge tabulate
alive-progress (🥈32 · ⭐ 6.3K · 💤) - A new kind of Progress Bar, with real-time throughput, ETA,.. MIT
GitHub (👨💻 11 · 🔀 230 · 📦 5.1K · 📋 250 - 5% open · ⏱️ 10.10.2025):
git clone https://github.com/rsalmei/alive-progress
PyPi (📥 3.4M / month · 📦 590 · ⏱️ 20.07.2025):
pip install alive-progress
Conda (📥 310K · ⏱️ 08.03.2026):
conda install -c conda-forge alive-progress
progressbar2 (🥈32 · ⭐ 880) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
GitHub (👨💻 110 · 🔀 100 · 📥 3.7K · 📋 230 - 2% open · ⏱️ 06.07.2026):
git clone https://github.com/WoLpH/python-progressbar
PyPi (📥 18M / month · 📦 930 · ⏱️ 28.08.2024):
pip install progressbar2
Conda (📥 5M · ⏱️ 22.04.2025):
conda install -c conda-forge progressbar2
colorlog (🥉30 · ⭐ 960 · 💤) - A colored formatter for the python logging module. MIT
GitHub (👨💻 35 · 🔀 97 · 📦 67K · ⏱️ 16.10.2025):
git clone https://github.com/borntyping/python-colorlog
PyPi (📥 60M / month · 📦 2.7K · ⏱️ 16.10.2025):
pip install colorlog
Conda (📥 7.2M · ⏱️ 16.10.2025):
conda install -c conda-forge colorlog
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 (📥 510K / month · 📦 37 · ⏱️ 17.05.2025):
pip install notifiers
Conda (📥 70K · ⏱️ 20.05.2025):
conda install -c conda-forge notifiers
wasabi (🥉27 · ⭐ 470) - A lightweight console printing and formatting toolkit. MIT
GitHub (👨💻 14 · 🔀 25 · 📦 70K · 📋 10 - 50% open · ⏱️ 27.03.2026):
git clone https://github.com/ines/wasabi
PyPi (📥 18M / month · 📦 210 · ⏱️ 31.05.2024):
pip install wasabi
Conda (📥 2.2M · ⏱️ 22.04.2025):
conda install -c conda-forge wasabi
better-exceptions (🥉25 · ⭐ 4.7K · 💤) - Pretty and useful exceptions in Python, automatically. MIT
GitHub (👨💻 19 · 🔀 220 · 📋 84 - 40% open · ⏱️ 22.10.2025):
git clone https://github.com/Qix-/better-exceptions
PyPi (📥 610K / month · 📦 100 · ⏱️ 29.01.2021):
pip install better-exceptions
stackprinter (🥉25 · ⭐ 1.3K) - Debugging-friendly exceptions for Python. MIT
GitHub (👨💻 9 · 🔀 44 · 📦 450 · 📋 39 - 35% open · ⏱️ 17.04.2026):
git clone https://github.com/cknd/stackprinter
PyPi (📥 430K / month · 📦 54 · ⏱️ 17.04.2026):
pip install stackprinter
Conda (📥 20K · ⏱️ 20.04.2026):
conda install -c conda-forge stackprinter
Show 8 hidden projects...
- prettytable (🥈35 · ⭐ 1.7K) - Display tabular data in a visually appealing ASCII table..
❗Unlicensed
- logbook (🥉30 · ⭐ 1.5K) - A cool logging replacement for Python.
❗Unlicensed
- python-coloredlogs (🥉30 · ⭐ 560 · 💀) - Colored terminal output for Pythons logging module.
MIT
- python-json-logger (🥉28 · ⭐ 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-3.0
- PrettyErrors (🥉23 · ⭐ 2.9K · 💀) - Prettify Python exception output to make it legible.
MIT
- python-devtools (🥉21 · ⭐ 1.1K · 💀) - Dev tools for python.
MIT
- tbvaccine (🥉17 · ⭐ 380 · 💀) - A small utility to pretty-print Python tracebacks.
MIT
Shell

xxh (🥉22 · ⭐ 6K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish,.. BSD-2
GitHub (👨💻 29 · 🔀 120 · 📥 5.3K · 📋 100 - 29% open · ⏱️ 02.06.2026):
git clone https://github.com/xxh/xxh
PyPi (📥 1.1K / month · ⏱️ 06.04.2024):
pip install xxh-xxh
Show 1 hidden projects...
- xonsh (🥇38 · ⭐ 9.5K) - Python-powered shell. Full-featured, cross-platform and AI-..
❗️BSD-1-Clause
Documentation

🔗 best-of-mkdocs ( ⭐ 1.8K · 💤) - Collection of MkDocs projects and plugins.
mkdocs-material (🥇42 · ⭐ 27K) - Documentation that simply works. MIT 
GitHub (👨💻 330 · 🔀 4.1K · 📦 89K · 📋 2.7K - 0% open · ⏱️ 06.07.2026):
git clone https://github.com/squidfunk/mkdocs-material
PyPi (📥 17M / month · 📦 9.5K · ⏱️ 19.03.2026):
pip install mkdocs-material
Conda (📥 1M · ⏱️ 27.03.2026):
conda install -c conda-forge mkdocs-material
mkdocs (🥇40 · ⭐ 22K · 💤) - Project documentation with Markdown. BSD-2 
GitHub (👨💻 260 · 🔀 2.6K · 📦 100K · 📋 2.1K - 6% open · ⏱️ 20.10.2025):
git clone https://github.com/mkdocs/mkdocs
PyPi (📥 17M / month · 📦 7.1K · ⏱️ 30.08.2024):
pip install mkdocs
Conda (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge mkdocs
sphinx_rtd_theme (🥈36 · ⭐ 5.1K) - 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 · 📦 20K · ⏱️ 12.01.2026):
pip install sphinx_rtd_theme
Conda (📥 5.3M · ⏱️ 23.01.2026):
conda install -c conda-forge sphinx_rtd_theme
Griffe (🥈35 · ⭐ 660) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
GitHub (👨💻 50 · 🔀 70 · 📦 18K · 📋 310 - 10% open · ⏱️ 08.07.2026):
git clone https://github.com/mkdocstrings/griffe
PyPi (📥 30M / month · 📦 610 · ⏱️ 19.06.2026):
pip install griffe
Conda (📥 980K · ⏱️ 21.06.2026):
conda install -c conda-forge griffe
mkdocstrings (🥈33 · ⭐ 2.1K) - Automatic documentation from sources, for MkDocs. ISC 
GitHub (👨💻 55 · 🔀 120 · 📦 29K · 📋 480 - 1% open · ⏱️ 08.07.2026):
git clone https://github.com/mkdocstrings/mkdocstrings
PyPi (📥 7.1M / month · 📦 2K · ⏱️ 15.04.2026):
pip install mkdocstrings
Conda (📥 370K · ⏱️ 11.06.2026):
conda install -c conda-forge mkdocstrings
breathe (🥈30 · ⭐ 810 · 💤) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
GitHub (👨💻 120 · 🔀 210 · 📥 830 · 📦 20K · 📋 620 - 31% open · ⏱️ 01.12.2025):
git clone https://github.com/michaeljones/breathe
PyPi (📥 1.5M / month · 📦 130 · ⏱️ 08.07.2025):
pip install breathe
Conda (📥 1.3M · ⏱️ 22.04.2025):
conda install -c conda-forge breathe
sphinx-autodoc-typehints (🥈30 · ⭐ 580) - Type hints support for the Sphinx autodoc extension. MIT 
GitHub (👨💻 70 · 🔀 110 · 📦 61K · ⏱️ 06.07.2026):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
PyPi (📦 7.5K · ⏱️ 03.07.2026):
pip install sphinx-autodoc-typehints
Conda (📥 1.1M · ⏱️ 04.07.2026):
conda install -c conda-forge sphinx-autodoc-typehints
sphinx-autobuild (🥉29 · ⭐ 610 · 💤) - Watch a Sphinx directory and rebuild the.. MIT 
GitHub (👨💻 37 · 🔀 96 · 📦 33K · 📋 120 - 18% open · ⏱️ 16.12.2025):
git clone https://github.com/executablebooks/sphinx-autobuild
PyPi (📥 5.7M / month · 📦 2.3K · ⏱️ 25.08.2025):
pip install sphinx-autobuild
Conda (📥 550K · ⏱️ 04.11.2025):
conda install -c conda-forge sphinx-autobuild
pdoc3 (🥉27 · ⭐ 1.2K · 💤) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0
GitHub (👨💻 69 · 🔀 140 · 📦 5.2K · 📋 340 - 30% open · ⏱️ 03.11.2025):
git clone https://github.com/pdoc3/pdoc
PyPi (📥 290K / month · 📦 490 · ⏱️ 20.03.2025):
pip install pdoc3
Conda (📥 2.9K · ⏱️ 17.10.2025):
conda install -c anaconda pdoc3
blacken-docs (🥉26 · ⭐ 680) - Run `black` on python code blocks in documentation files. MIT
GitHub (👨💻 26 · 🔀 45 · 📦 1.6K · 📋 81 - 11% open · ⏱️ 12.06.2026):
git clone https://github.com/asottile/blacken-docs
PyPi (📥 140K / month · 📦 120 · ⏱️ 08.09.2025):
pip install blacken-docs
Conda (📥 63K · ⏱️ 08.09.2025):
conda install -c conda-forge blacken-docs
mkdocs-awesome-pages-plugin (🥉24 · ⭐ 620 · 📈) - A plugin for customizing the navigation structure of.. MIT 
GitHub (👨💻 12 · 🔀 42 · 📦 640 · 📋 120 - 18% open · ⏱️ 10.04.2026):
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
PyPi (📥 860K / month · 📦 220 · ⏱️ 22.12.2024):
pip install mkdocs-awesome-pages-plugin
lazydocs (🥉23 · ⭐ 250 · 💤) - Generate markdown API documentation from Google-style Python.. MIT
GitHub (👨💻 13 · 🔀 43 · 📦 420 · 📋 47 - 8% open · ⏱️ 28.08.2025):
git clone https://github.com/ml-tooling/lazydocs
PyPi (📥 22K / month · 📦 65 · ⏱️ 27.07.2021):
pip install lazydocs
mkdocs-pdf-export-plugin (🥉22 · ⭐ 340 · 💤) - An MkDocs plugin to export content pages as PDF files. MIT 
GitHub (👨💻 12 · 🔀 39 · 📦 1.5K · 📋 90 - 48% open · ⏱️ 08.10.2025):
git clone https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
PyPi (📥 37K / month · 📦 6 · ⏱️ 05.10.2021):
pip install mkdocs-pdf-export-plugin
mkdocs-print-site-plugin (🥉20 · ⭐ 180) - MkDocs Plugin that adds an additional page that.. MIT 
GitHub (👨💻 17 · 🔀 28 · 📋 120 - 12% open · ⏱️ 10.04.2026):
git clone https://github.com/timvink/mkdocs-print-site-plugin
PyPi (📥 190K / month · 📦 22 · ⏱️ 03.08.2025):
pip install mkdocs-print-site-plugin
Show 14 hidden projects...
- sphinx (🥇42 · ⭐ 7.9K) - The Sphinx documentation generator.
❗Unlicensed 
- alabaster (🥈33 · ⭐ 780 · 💀) - Lightweight, configurable Sphinx theme.
BSD-3 
- pdoc (🥈31 · ⭐ 2.5K) - API Documentation for Python Projects.
❗️MIT-0
- numpydoc (🥈30 · ⭐ 350) - Numpys Sphinx extensions.
❗Unlicensed 
- interrogate (🥉27 · ⭐ 670 · 💀) - Explain yourself! Interrogate a codebase for docstring coverage.
MIT
- sphinx-bootstrap-theme (🥉26 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme.
MIT 
- mkdocs-with-pdf (🥉24 · ⭐ 390 · 💀) - Generate a single PDF file from MkDocs repository.
MIT 
- portray (🥉23 · ⭐ 870 · 💀) - Your Project with Great Documentation.
MIT
- releases (🥉23 · ⭐ 180 · 💀) - A powerful Sphinx changelog-generating extension.
BSD-2 
- sphinx-markdown-builder (🥉23 · ⭐ 160 · 💀) - DISCONTINUED: sphinx builder that outputs markdown..
MIT 
- pytkdocs (🥉23 · ⭐ 54 · 💀) - Load Python objects documentation.
ISC
- pycco (🥉22 · ⭐ 870 · 💀) - Literate-style documentation generator.
MIT
- mkdocs-git-revision-date-plugin (🥉21 · ⭐ 61 · 💀) - MkDocs plugin for setting revision date from git per..
MIT 
- mkdocs-versioning (🥉16 · ⭐ 40 · 💀) - A tool that allows for versioning sites built with..
MIT 

pyelftools (🥇33 · ⭐ 2.3K) - Parsing ELF and DWARF in Python. Unlicense
GitHub (👨💻 110 · 🔀 540 · 📦 12K · 📋 280 - 20% open · ⏱️ 04.06.2026):
git clone https://github.com/eliben/pyelftools
PyPi (📥 15M / month · 📦 360 · ⏱️ 29.05.2026):
pip install pyelftools
Conda (📥 1.6M · ⏱️ 29.05.2026):
conda install -c conda-forge pyelftools
PySnooper (🥇32 · ⭐ 17K) - Never use print for debugging again. MIT
GitHub (👨💻 30 · 🔀 960 · 📦 2.1K · 📋 140 - 20% open · ⏱️ 08.06.2026):
git clone https://github.com/cool-RR/PySnooper
PyPi (📥 600K / month · 📦 67 · ⏱️ 31.05.2025):
pip install pysnooper
Conda (📥 150K · ⏱️ 22.04.2025):
conda install -c conda-forge pysnooper
ipdb (🥈31 · ⭐ 2K) - Integration of IPython pdb. BSD-3
GitHub (👨💻 60 · 🔀 150 · 📦 69K · 📋 210 - 36% open · ⏱️ 27.02.2026):
git clone https://github.com/gotcha/ipdb
PyPi (📥 17M / month · 📦 1.1K · ⏱️ 09.03.2023):
pip install ipdb
Conda (📥 920K · ⏱️ 22.04.2025):
conda install -c conda-forge ipdb
icecream (🥈28 · ⭐ 10K) - Never use print() to debug again. MIT
GitHub (👨💻 38 · 🔀 220 · 📦 24 · 📋 170 - 37% open · ⏱️ 06.07.2026):
git clone https://github.com/gruns/icecream
PyPi (📦 600 · ⏱️ 03.04.2026):
pip install icecream
Conda (📥 110K · ⏱️ 04.04.2026):
conda install -c conda-forge icecream
snoop (🥉24 · ⭐ 1.5K) - A powerful set of Python debugging tools, based on PySnooper. MIT
GitHub (👨💻 22 · 🔀 43 · 📋 57 - 45% open · ⏱️ 11.01.2026):
git clone https://github.com/alexmojaki/snoop
PyPi (📥 240K / month · 📦 41 · ⏱️ 06.10.2024):
pip install snoop
Conda (📥 16K · ⏱️ 22.04.2025):
conda install -c conda-forge snoop
python-hunter (🥉23 · ⭐ 870 · 💤) - Hunter is a flexible code tracing toolkit. BSD-2
GitHub (👨💻 10 · 🔀 51 · 📋 100 - 46% open · ⏱️ 22.08.2025):
git clone https://github.com/ionelmc/python-hunter
PyPi (📥 970K / month · 📦 17 · ⏱️ 22.08.2025):
pip install hunter
Conda (📥 230K · ⏱️ 03.11.2025):
conda install -c conda-forge hunter
Birdseye (🥉20 · ⭐ 1.7K · 💤) - Graphical Python debugger which lets you easily view the values of.. MIT
GitHub (👨💻 10 · 🔀 73 · 📋 58 - 36% open · ⏱️ 06.09.2025):
git clone https://github.com/alexmojaki/birdseye
PyPi (📥 1.2K / month · 📦 9 · ⏱️ 06.09.2025):
pip install birdseye
Show 6 hidden projects...
- pudb (🥇32 · ⭐ 3.2K) - Full-screen console debugger for Python.
❗Unlicensed
- pdbpp (🥉27 · ⭐ 1.5K · 💀) - pdb++, a drop-in replacement for pdb (the Python debugger).
BSD-3
- gdbgui (🥉26 · ⭐ 10K · 💀) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,..
❗️GPL-3.0
- pyrasite (🥉22 · ⭐ 2.9K · 💀) - Inject code into running Python processes.
❗️GPL-3.0
- python-manhole (🥉20 · ⭐ 400 · 💀) - Debugging manhole for python applications.
BSD-2
- reloadium (🥉18 · ⭐ 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 (🥇51 · ⭐ 14K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT 
GitHub (👨💻 1.1K · 🔀 3.2K · 📥 32K · 📦 1.8M · 📋 6.5K - 15% open · ⏱️ 07.07.2026):
git clone https://github.com/pytest-dev/pytest
PyPi (📥 990M / month · 📦 190K · ⏱️ 19.06.2026):
pip install pytest
Conda (📥 51M · ⏱️ 22.06.2026):
conda install -c conda-forge pytest
hypothesis (🥇44 · ⭐ 8.8K) - The property-based testing library for Python. MPL-2.0
GitHub (👨💻 380 · 🔀 660 · 📦 43K · 📋 1.8K - 2% open · ⏱️ 08.07.2026):
git clone https://github.com/HypothesisWorks/hypothesis
PyPi (📥 39M / month · 📦 7K · ⏱️ 08.07.2026):
pip install hypothesis
Conda (📥 20M · ⏱️ 08.07.2026):
conda install -c conda-forge hypothesis
robotframework (🥇43 · ⭐ 12K) - Generic automation framework for acceptance testing and RPA. Apache-2
GitHub (👨💻 230 · 🔀 2.5K · 📥 590 · 📦 14K · 📋 4.8K - 5% open · ⏱️ 09.07.2026):
git clone https://github.com/robotframework/robotframework
PyPi (📥 4.7M / month · 📦 1.1K · ⏱️ 03.03.2026):
pip install robotframework
Conda (📥 280K · ⏱️ 04.03.2026):
conda install -c conda-forge robotframework
playwright-python (🥇42 · ⭐ 15K) - Python version of the Playwright testing and automation.. Apache-2
GitHub (👨💻 55 · 🔀 1.2K · 📦 58K · 📋 1.5K - 0% open · ⏱️ 29.06.2026):
git clone https://github.com/microsoft/playwright-python
PyPi (📥 81M / month · 📦 6.8K · ⏱️ 29.06.2026):
pip install playwright
tox (🥇42 · ⭐ 3.9K) - Command line driven CI frontend and development task automation tool. MIT 
GitHub (👨💻 350 · 🔀 560 · 📦 140K · ⏱️ 09.07.2026):
git clone https://github.com/tox-dev/tox
PyPi (📥 34M / month · 📦 14K · ⏱️ 08.07.2026):
pip install tox
Conda (📥 1.9M · ⏱️ 09.07.2026):
conda install -c conda-forge tox
pytest-asyncio (🥈41 · ⭐ 1.6K) - Asyncio support for pytest. Apache-2 
GitHub (👨💻 82 · 🔀 190 · 📥 2K · 📦 210K · 📋 400 - 12% open · ⏱️ 06.07.2026):
git clone https://github.com/pytest-dev/pytest-asyncio
PyPi (📥 220M / month · 📦 41K · ⏱️ 26.05.2026):
pip install pytest-asyncio
Conda (📥 3.6M · ⏱️ 26.05.2026):
conda install -c conda-forge pytest-asyncio
pytest-xdist (🥈38 · ⭐ 1.9K) - pytest plugin for distributed testing and loop-on-failures.. MIT 
GitHub (👨💻 120 · 🔀 270 · 📥 510 · 📦 140K · 📋 720 - 43% open · ⏱️ 29.06.2026):
git clone https://github.com/pytest-dev/pytest-xdist
PyPi (📥 140M / month · 📦 5.6K · ⏱️ 01.07.2025):
pip install pytest-xdist
Conda (📥 13M · ⏱️ 02.07.2025):
conda install -c conda-forge pytest-xdist
pytest-cov (🥈37 · ⭐ 2K) - Coverage plugin for pytest. MIT 
GitHub (👨💻 100 · 🔀 230 · 📋 460 - 34% open · ⏱️ 24.04.2026):
git clone https://github.com/pytest-dev/pytest-cov
PyPi (📥 200M / month · 📦 78K · ⏱️ 21.03.2026):
pip install pytest-cov
Conda (📥 19M · ⏱️ 22.03.2026):
conda install -c conda-forge pytest-cov
pytest-mock (🥈37 · ⭐ 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT 
GitHub (👨💻 84 · 🔀 160 · 📥 200 · 📦 140K · 📋 170 - 7% open · ⏱️ 30.06.2026):
git clone https://github.com/pytest-dev/pytest-mock
PyPi (📥 97M / month · 📦 9.4K · ⏱️ 16.09.2025):
pip install pytest-mock
Conda (📥 5.6M · ⏱️ 17.09.2025):
conda install -c conda-forge pytest-mock
pytest-bdd (🥈35 · ⭐ 1.5K · 📈) - BDD library for the pytest runner. MIT 
GitHub (👨💻 71 · 🔀 240 · 📦 4.9K · 📋 390 - 22% open · ⏱️ 05.07.2026):
git clone https://github.com/pytest-dev/pytest-bdd
PyPi (📥 3.3M / month · 📦 110 · ⏱️ 05.12.2024):
pip install pytest-bdd
Conda (📥 78K · ⏱️ 03.07.2026):
conda install -c conda-forge pytest-bdd
nox (🥈34 · ⭐ 1.5K) - Flexible test automation for Python. Apache-2 
GitHub (👨💻 120 · 🔀 180 · 📦 8.1K · 📋 450 - 15% open · ⏱️ 08.07.2026):
git clone https://github.com/theacodes/nox
PyPi (📥 6.3M / month · 📦 1.6K · ⏱️ 10.04.2026):
pip install nox
Conda (📥 610K · ⏱️ 10.04.2026):
conda install -c conda-forge nox
pytest-html (🥈34 · ⭐ 770) - Plugin for generating HTML reports for pytest results. MPL-2.0 
GitHub (👨💻 66 · 🔀 250 · 📦 59K · 📋 450 - 41% open · ⏱️ 29.06.2026):
git clone https://github.com/pytest-dev/pytest-html
PyPi (📥 20M / month · 📦 1.1K · ⏱️ 19.01.2026):
pip install pytest-html
Conda (📥 1.1M · ⏱️ 21.01.2026):
conda install -c conda-forge pytest-html
coveralls-python (🥈34 · ⭐ 570) - Show coverage stats online via coveralls.io. MIT 
GitHub (👨💻 67 · 🔀 190 · 📦 37K · 📋 180 - 4% open · ⏱️ 09.07.2026):
git clone https://github.com/TheKevJames/coveralls-python
PyPi (📥 1.3M / month · 📦 2.6K · ⏱️ 28.02.2026):
pip install coveralls
Conda (📥 1.6M · ⏱️ 28.02.2026):
conda install -c conda-forge coveralls
nose2 (🥈33 · ⭐ 820) - The successor to nose, based on unittest2. BSD-2
GitHub (👨💻 85 · 🔀 130 · 📦 27K · 📋 280 - 17% open · ⏱️ 22.06.2026):
git clone https://github.com/nose-devs/nose2
PyPi (📥 670K / month · 📦 360 · ⏱️ 02.03.2026):
pip install nose2
Conda (📥 240K · ⏱️ 22.04.2025):
conda install -c conda-forge nose2
mimesis (🥈32 · ⭐ 4.8K) - Mimesis is a fast Python library for generating fake data in multiple.. MIT
GitHub (👨💻 130 · 🔀 350 · 📥 920 · 📦 2.3K · 📋 370 - 2% open · ⏱️ 09.07.2026):
git clone https://github.com/lk-geimfari/mimesis
PyPi (📥 2.2M / month · 📦 83 · ⏱️ 11.01.2026):
pip install mimesis
Conda (📥 390K · ⏱️ 11.01.2026):
conda install -c conda-forge mimesis
freezegun (🥈32 · ⭐ 4.5K · 💤) - Let your Python tests travel through time. Apache-2
GitHub (👨💻 130 · 🔀 290 · 📥 300 · 📋 360 - 40% open · ⏱️ 19.08.2025):
git clone https://github.com/spulec/freezegun
PyPi (📥 48M / month · 📦 1.3K · ⏱️ 09.08.2025):
pip install freezegun
Conda (📥 2.2M · ⏱️ 09.08.2025):
conda install -c conda-forge freezegun
pytest-testinfra (🥉31 · ⭐ 2.5K) - Testinfra test your infrastructures. Apache-2 
GitHub (👨💻 140 · 🔀 360 · 📦 2.7K · 📋 380 - 38% open · ⏱️ 04.06.2026):
git clone https://github.com/pytest-dev/pytest-testinfra
PyPi (📥 1.3M / month · 📦 20 · ⏱️ 30.03.2025):
pip install pytest-testinfra
Conda (📥 41K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testinfra
asv (🥉31 · ⭐ 1K) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
GitHub (👨💻 98 · 🔀 210 · 📥 2.2K · 📦 1.7K · 📋 700 - 24% open · ⏱️ 27.06.2026):
git clone https://github.com/airspeed-velocity/asv
PyPi (📥 420K / month · 📦 210 · ⏱️ 27.06.2026):
pip install asv
Conda (📥 1.5M · ⏱️ 27.06.2026):
conda install -c conda-forge asv
factory_boy (🥉30 · ⭐ 3.8K · 💤) - A test fixtures replacement for Python. MIT
GitHub (👨💻 130 · 🔀 410 · 📋 640 - 29% open · ⏱️ 14.12.2025):
git clone https://github.com/FactoryBoy/factory_boy
PyPi (📥 22M / month · 📦 650 · ⏱️ 03.02.2025):
pip install factory_boy
Conda (📥 380K · ⏱️ 25.04.2025):
conda install -c conda-forge factory_boy
pytest-sugar (🥉30 · ⭐ 1.5K · 💤) - a plugin for py.test that changes the default look and.. BSD-3 
GitHub (👨💻 58 · 🔀 83 · 📥 63 · 📦 31K · 📋 130 - 25% open · ⏱️ 12.12.2025):
git clone https://github.com/Teemu/pytest-sugar
PyPi (📥 7.1M / month · 📦 1.5K · ⏱️ 23.08.2025):
pip install pytest-sugar
Conda (📥 610K · ⏱️ 24.08.2025):
conda install -c conda-forge pytest-sugar
pytest-benchmark (🥉29 · ⭐ 1.4K) - pytest fixture for benchmarking code. BSD-2 
GitHub (👨💻 55 · 🔀 130 · 📋 220 - 54% open · ⏱️ 16.06.2026):
git clone https://github.com/ionelmc/pytest-benchmark
PyPi (📥 14M / month · 📦 1.9K · ⏱️ 09.11.2025):
pip install pytest-benchmark
Conda (📥 3.2M · ⏱️ 09.11.2025):
conda install -c conda-forge pytest-benchmark
pytest-testmon (🥉28 · ⭐ 1K · 💤) - Selects tests affected by changed files. Executes the.. MIT 
GitHub (👨💻 29 · 🔀 78 · 📦 1.7K · 📋 180 - 20% open · ⏱️ 01.12.2025):
git clone https://github.com/tarpas/pytest-testmon
PyPi (📥 4M / month · 📦 59 · ⏱️ 01.12.2025):
pip install pytest-testmon
Conda (📥 190K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testmon
pytest-mypy (🥉28 · ⭐ 260) - Mypy static type checker plugin for Pytest. MIT 
GitHub (👨💻 16 · 🔀 33 · 📦 4.8K · 📋 72 - 9% open · ⏱️ 13.06.2026):
git clone https://github.com/dbader/pytest-mypy
PyPi (📥 510K / month · 📦 780 · ⏱️ 02.04.2025):
pip install pytest-mypy
Conda (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-mypy
xdoctest (🥉26 · ⭐ 220) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
GitHub (👨💻 13 · 🔀 19 · 📥 350 · 📋 61 - 40% open · ⏱️ 12.04.2026):
git clone https://github.com/Erotemic/xdoctest
PyPi (📥 890K / month · 📦 260 · ⏱️ 27.03.2026):
pip install xdoctest
Conda (📥 280K · ⏱️ 27.03.2026):
conda install -c conda-forge xdoctest
pytest-randomly (🥉25 · ⭐ 710 · 📉) - Pytest plugin to randomly order tests and control random.seed. MIT
GitHub (👨💻 20 · 🔀 35 · 📦 12K · 📋 77 - 11% open · ⏱️ 12.06.2026):
git clone https://github.com/pytest-dev/pytest-randomly
PyPi (📦 940 · ⏱️ 20.04.2026):
pip install pytest-randomly
Conda (📥 400K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-randomly
pytest-docker (🥉25 · ⭐ 490 · 💤) - Docker-based integration tests. MIT 
GitHub (👨💻 30 · 🔀 77 · 📥 290 · 📦 2.7K · 📋 62 - 33% open · ⏱️ 12.11.2025):
git clone https://github.com/avast/pytest-docker
PyPi (📥 1.8M / month · 📦 150 · ⏱️ 12.11.2025):
pip install pytest-docker
pytest-datadir (🥉25 · ⭐ 280) - pytest plugin for manipulating test data directories and.. MIT 
GitHub (👨💻 16 · 🔀 25 · 📥 99 · 📦 2.3K · 📋 23 - 13% open · ⏱️ 16.03.2026):
git clone https://github.com/gabrielcnr/pytest-datadir
PyPi (📥 1.5M / month · 📦 270 · ⏱️ 30.07.2025):
pip install pytest-datadir
Conda (📥 520K · ⏱️ 30.07.2025):
conda install -c conda-forge pytest-datadir
Show 14 hidden projects...
- pyautogui (🥈36 · ⭐ 13K · 💀) - A cross-platform GUI automation Python module for human beings...
BSD-3
- nose (🥈33 · ⭐ 1.4K · 💀) - nose is nicer testing for python.
❗️LGPL-2.1+
- uiautomator (🥉27 · ⭐ 2.1K · 💀) - Python wrapper of Android uiautomator test tool.
MIT
- PyHamcrest (🥉27 · ⭐ 810) - Hamcrest matchers for Python.
❗Unlicensed
- green (🥉27 · ⭐ 800 · 💀) - Green is a clean, colorful, fast python test runner.
MIT
- ddt (🥉27 · ⭐ 440 · 💀) - Data-Driven Tests for Python Unittest.
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 · ⭐ 400 · 💀) - It helps to use fixtures in pytest.mark.parametrize.
MIT 
- sixpack (🥉22 · ⭐ 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework.
BSD-2
- pytest-plugins (🥉22 · ⭐ 600 · 💀) - A grab-bag of nifty pytest plugins.
MIT
- 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 · ⭐ 72 · 💀) - pytest plugin that let you automate actions and..
Apache-2 
Code Packaging

🔗 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 · 🔀 2K · 📥 750K · 📦 89K · 📋 5.6K - 5% open · ⏱️ 07.07.2026):
git clone https://github.com/pyinstaller/pyinstaller
PyPi (📥 10M / month · 📦 2.3K · ⏱️ 13.06.2026):
pip install pyinstaller
Conda (📥 2M · ⏱️ 15.06.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 · 🔀 780 · 📦 3.9K · 📋 2.9K - 6% open · ⏱️ 22.06.2026):
git clone https://github.com/Nuitka/Nuitka
PyPi (📥 430K / month · 📦 240 · ⏱️ 21.06.2026):
pip install nuitka
Conda (📥 3.4M · ⏱️ 24.06.2026):
conda install -c conda-forge nuitka
pex (🥈35 · ⭐ 4.2K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2
GitHub (👨💻 130 · 🔀 310 · 📥 660K · 📋 1.2K - 4% open · ⏱️ 04.07.2026):
git clone https://github.com/pantsbuild/pex
PyPi (📥 5.7M / month · 📦 64 · ⏱️ 04.07.2026):
pip install pex
briefcase (🥈34 · ⭐ 3.3K) - Tools to support converting a Python project into a standalone.. BSD-3
GitHub (👨💻 220 · 🔀 520 · 📥 1.3K · 📦 870 · 📋 1K - 16% open · ⏱️ 08.07.2026):
git clone https://github.com/beeware/briefcase
PyPi (📥 38K / month · 📦 45 · ⏱️ 08.07.2026):
pip install briefcase
cx_Freeze (🥈30 · ⭐ 1.6K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed
GitHub (👨💻 120 · 🔀 240 · 📋 1.1K - 4% open · ⏱️ 09.07.2026):
git clone https://github.com/marcelotduarte/cx_Freeze
PyPi (📥 200K / month · 📦 140 · ⏱️ 13.04.2026):
pip install cx_freeze
Conda (📥 1.4M · ⏱️ 13.04.2026):
conda install -c conda-forge cx_freeze
py2exe (🥉29 · ⭐ 990) - Create standalone Windows programs from Python code. MIT
GitHub (👨💻 25 · 🔀 110 · 📥 27K · 📦 2.2K · 📋 190 - 9% open · ⏱️ 21.06.2026):
git clone https://github.com/py2exe/py2exe
PyPi (📥 14K / month · 📦 12 · ⏱️ 21.06.2026):
pip install py2exe
py2app (🥉28 · ⭐ 420) - py2app is a Python setuptools command which will allow you to make.. MIT
GitHub (👨💻 31 · 🔀 45 · 📦 5.6K · 📋 540 - 41% open · ⏱️ 26.05.2026):
git clone https://github.com/ronaldoussoren/py2app
PyPi (📥 67K / month · 📦 42 · ⏱️ 13.02.2026):
pip install py2app
constructor (🥉27 · ⭐ 500) - tool for creating installers from conda packages. BSD-3
GitHub (👨💻 81 · 🔀 180 · 📥 290 · 📦 27 · 📋 450 - 9% open · ⏱️ 08.07.2026):
git clone https://github.com/conda/constructor
Conda (📥 26K · ⏱️ 07.07.2026):
conda install -c anaconda constructor
shiv (🥉24 · ⭐ 1.9K) - shiv is a command line utility for building fully self contained Python.. BSD-2
GitHub (👨💻 45 · 🔀 110 · 📥 2.9K · 📋 150 - 43% open · ⏱️ 22.05.2026):
git clone https://github.com/linkedin/shiv
PyPi (📥 290K / month · 📦 29 · ⏱️ 01.11.2024):
pip install shiv
Show 6 hidden projects...
- packaging (🥈39 · ⭐ 740) - Core utilities for Python packages.
❗Unlicensed
- PyOxidizer (🥉27 · ⭐ 6.1K · 💀) - A modern Python application packaging and distribution tool.
MPL-2.0
- pynsist (🥉23 · ⭐ 990 · 💀) - Build Windows installers for Python applications.
MIT
- xar (🥉18 · ⭐ 1.6K · 💀) - executable archive format.
BSD-3
- subpar (🥉12 · ⭐ 570 · 💀) - Subpar is a utility for creating self-contained python..
Apache-2
- pyship (🥉12 · ⭐ 45) - pyship - ship Python desktop apps to end users.
MIT

setuptools (🥇46 · ⭐ 2.8K · 📈) - Official project repository for the Setuptools build system. MIT
GitHub (👨💻 650 · 🔀 1.4K · 📦 860K · 📋 2.9K - 22% open · ⏱️ 05.07.2026):
git clone https://github.com/pypa/setuptools
PyPi (📥 1.3B / month · 📦 34K · ⏱️ 04.07.2026):
pip install setuptools
Conda (📥 210M · ⏱️ 09.03.2026):
conda install -c conda-forge setuptools
setuptools_scm (🥇39 · ⭐ 950) - the blessed package to manage your versions by scm tags. MIT
GitHub (👨💻 160 · 🔀 240 · 📥 1K · 📦 33K · 📋 700 - 2% open · ⏱️ 29.06.2026):
git clone https://github.com/pypa/setuptools_scm
PyPi (📥 110M / month · 📦 2.7K · ⏱️ 25.06.2026):
pip install setuptools_scm
Conda (📥 7.7M · ⏱️ 25.06.2026):
conda install -c conda-forge setuptools_scm
scons (🥈38 · ⭐ 2.4K) - SCons - a software construction tool. MIT
GitHub (👨💻 170 · 🔀 350 · 📥 2.1K · 📦 4.3K · 📋 3.5K - 18% open · ⏱️ 06.07.2026):
git clone https://github.com/SCons/scons
PyPi (📥 940K / month · 📦 58 · ⏱️ 16.11.2025):
pip install scons
Conda (📥 1.5M · ⏱️ 17.11.2025):
conda install -c conda-forge scons
twine (🥈37 · ⭐ 1.8K) - Utilities for interacting with PyPI. Apache-2
GitHub (👨💻 130 · 🔀 330 · 📥 160 · 📦 140K · 📋 560 - 9% open · ⏱️ 09.05.2026):
git clone https://github.com/pypa/twine
PyPi (📥 34M / month · 📦 23K · ⏱️ 04.09.2025):
pip install twine
Conda (📥 1.9M · ⏱️ 04.09.2025):
conda install -c conda-forge twine
invoke (🥈36 · ⭐ 4.8K) - Pythonic task management & command execution. BSD-2
GitHub (👨💻 63 · 🔀 390 · 📦 34K · 📋 860 - 51% open · ⏱️ 07.04.2026):
git clone https://github.com/pyinvoke/invoke
PyPi (📥 78M / month · 📦 1.4K · ⏱️ 07.04.2026):
pip install invoke
Conda (📥 2.7M · ⏱️ 07.04.2026):
conda install -c conda-forge invoke
wheel (🥈35 · ⭐ 560 · 📉) - The official binary distribution format for Python. MIT
GitHub (👨💻 89 · 🔀 180 · 📦 390K · 📋 420 - 2% open · ⏱️ 10.05.2026):
git clone https://github.com/pypa/wheel
PyPi (📦 16K · ⏱️ 22.04.2026):
pip install wheel
Conda (📥 180M · ⏱️ 22.04.2026):
conda install -c conda-forge wheel
flit (🥉34 · ⭐ 2.2K) - Simplified packaging of Python modules. BSD-3
GitHub (👨💻 83 · 🔀 160 · 📦 2.8K · 📋 450 - 29% open · ⏱️ 29.04.2026):
git clone https://github.com/pypa/flit
PyPi (📥 18M / month · 📦 930 · ⏱️ 25.03.2025):
pip install flit
Conda (📥 440K · ⏱️ 22.04.2025):
conda install -c conda-forge flit
buildbot (🥉32 · ⭐ 5.5K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0
GitHub (👨💻 900 · 🔀 1.6K · 📥 110K · 📦 410 · 📋 1.9K - 41% open · ⏱️ 19.06.2026):
git clone https://github.com/buildbot/buildbot
PyPi (📥 22K / month · 📦 20 · ⏱️ 12.05.2025):
pip install buildbot
Conda (📥 190K · ⏱️ 13.05.2025):
conda install -c conda-forge buildbot
doit (🥉32 · ⭐ 2.1K) - CLI task management & automation tool. MIT
GitHub (👨💻 70 · 🔀 190 · 📦 2.3K · 📋 320 - 29% open · ⏱️ 12.02.2026):
git clone https://github.com/pydoit/doit
PyPi (📥 760K / month · 📦 140 · ⏱️ 09.02.2026):
pip install doit
Conda (📥 560K · ⏱️ 09.02.2026):
conda install -c conda-forge doit
pybuilder (🥉25 · ⭐ 2K) - Software build automation tool for Python. Apache-2
GitHub (👨💻 40 · 🔀 270 · 📋 530 - 19% open · ⏱️ 02.04.2026):
git clone https://github.com/pybuilder/pybuilder
PyPi (📦 6 · ⏱️ 02.04.2026):
pip install pybuilder
Conda (📥 390K · ⏱️ 02.04.2026):
conda install -c conda-forge pybuilder
universal-build (🥉14 · ⭐ 27 · 💀) - Universal build utilities for containerized build pipelines. MIT
GitHub (👨💻 5 · 🔀 8 · 📥 26 · 📋 4 - 25% open · ⏱️ 15.09.2022):
git clone https://github.com/ml-tooling/universal-build
PyPi (📥 300 / month · 📦 7 · ⏱️ 16.11.2021):
pip install universal-build
Show 3 hidden projects...
- buildout (🥉28 · ⭐ 620) - Buildout is a deployment automation tool written in and extended..
❗️ZPL-2.1
- paver (🥉22 · ⭐ 460 · 💀) - Python-based project scripting.
BSD-3
- pynt (🥉17 · ⭐ 160 · 💀) - A pynt of Python build.
MIT
System Monitoring & Profiling

psutil (🥇46 · ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3
GitHub (👨💻 240 · 🔀 1.5K · 📦 800K · 📋 2K - 19% open · ⏱️ 06.07.2026):
git clone https://github.com/giampaolo/psutil
PyPi (📥 360M / month · 📦 20K · ⏱️ 28.01.2026):
pip install psutil
Conda (📥 65M · ⏱️ 29.01.2026):
conda install -c conda-forge psutil
py-spy (🥈36 · ⭐ 15K) - Sampling profiler for Python programs. MIT
GitHub (👨💻 57 · 🔀 530 · 📥 60K · 📦 8.7K · 📋 460 - 49% open · ⏱️ 08.05.2026):
git clone https://github.com/benfred/py-spy
PyPi (📥 21M / month · 📦 240 · ⏱️ 24.04.2026):
pip install py-spy
Conda (📥 880K · ⏱️ 27.04.2026):
conda install -c conda-forge py-spy
Cargo (📦 5 · ⏱️ 24.04.2026):
cargo install py-spy
memray (🥈36 · ⭐ 15K) - Memray is a memory profiler for Python. Apache-2
GitHub (👨💻 71 · 🔀 450 · 📦 2.2K · 📋 290 - 17% open · ⏱️ 08.07.2026):
git clone https://github.com/bloomberg/memray
PyPi (📥 15M / month · 📦 150 · ⏱️ 08.04.2026):
pip install memray
Conda (📥 710K · ⏱️ 08.04.2026):
conda install -c conda-forge memray
Scalene (🥈35 · ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
GitHub (👨💻 62 · 🔀 440 · 📦 1K · 📋 520 - 28% open · ⏱️ 05.07.2026):
git clone https://github.com/plasma-umass/scalene
PyPi (📥 280K / month · 📦 75 · ⏱️ 12.05.2026):
pip install scalene
pyinstrument (🥈35 · ⭐ 8K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
GitHub (👨💻 76 · 🔀 290 · 📦 4.5K · 📋 190 - 13% open · ⏱️ 08.07.2026):
git clone https://github.com/joerick/pyinstrument
PyPi (📥 9.7M / month · 📦 240 · ⏱️ 04.01.2026):
pip install pyinstrument
Conda (📥 1.3M · ⏱️ 04.01.2026):
conda install -c conda-forge pyinstrument
line_profiler (🥈29 · ⭐ 3.2K) - Line-by-line profiling for Python. BSD-3
GitHub (👨💻 55 · 🔀 140 · 📥 3.1K · 📋 150 - 37% open · ⏱️ 26.06.2026):
git clone https://github.com/pyutils/line_profiler
PyPi (📥 2.7M / month · 📦 400 · ⏱️ 23.02.2026):
pip install line_profiler
Conda (📥 5.4M · ⏱️ 24.02.2026):
conda install -c conda-forge line_profiler
Yappi (🥈29 · ⭐ 1.7K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
GitHub (👨💻 35 · 🔀 82 · 📦 1.7K · 📋 98 - 18% open · ⏱️ 08.07.2026):
git clone https://github.com/sumerc/yappi
PyPi (📥 2.9M / month · 📦 89 · ⏱️ 17.03.2026):
pip install yappi
Conda (📥 420K · ⏱️ 18.03.2026):
conda install -c conda-forge yappi
Show 11 hidden projects...
- Glances (🥇37 · ⭐ 33K) - Glances an Eye on your system. A top/htop alternative for..
❗Unlicensed
- Bpytop (🥈29 · ⭐ 11K · 💀) - Linux/OSX/FreeBSD resource monitor.
Apache-2
- 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
- memory_profiler (🥉27 · ⭐ 4.5K · 💀) - Monitor Memory usage of Python code.
BSD-3
- pympler (🥉27 · ⭐ 1.4K · 💀) - Development tool to measure, monitor and analyze the memory..
Apache-2
- vprof (🥉24 · ⭐ 4K · 💀) - Visual profiler for Python.
BSD-2
- Profiling (🥉20 · ⭐ 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
- pyheat (🥉18 · ⭐ 840 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!.
MIT
- livepython (🥉12 · ⭐ 2.6K · 💀) - Visually trace Python code in real-time.
MIT

executing (🥇31 · ⭐ 400) - Get information about what a Python frame is currently doing,.. MIT
GitHub (👨💻 12 · 🔀 39 · 📦 340K · 📋 55 - 38% open · ⏱️ 13.06.2026):
git clone https://github.com/alexmojaki/executing
PyPi (📥 140M / month · 📦 800 · ⏱️ 01.09.2025):
pip install executing
Conda (📥 28M · ⏱️ 01.09.2025):
conda install -c conda-forge executing
astor (🥈28 · ⭐ 860) - Python AST read/write. BSD-3
GitHub (👨💻 35 · 🔀 110 · 📋 130 - 24% open · ⏱️ 17.02.2026):
git clone https://github.com/berkerpeksag/astor
PyPi (📥 30M / month · 📦 620 · ⏱️ 10.12.2019):
pip install astor
Conda (📥 2.9M · ⏱️ 22.04.2025):
conda install -c conda-forge astor
asteval (🥈28 · ⭐ 220) - minimalistic evaluator of python expression using ast module. MIT
GitHub (👨💻 28 · 🔀 49 · ⏱️ 11.06.2026):
git clone https://github.com/newville/asteval
PyPi (📥 5.6M / month · 📦 210 · ⏱️ 11.06.2026):
pip install asteval
Conda (📥 1M · ⏱️ 12.06.2026):
conda install -c conda-forge asteval
gast (🥈28 · ⭐ 150) - Python AST that abstracts the underlying Python version. BSD-3
GitHub (👨💻 13 · 🔀 40 · 📦 220K · ⏱️ 24.06.2026):
git clone https://github.com/serge-sans-paille/gast
PyPi (📥 18M / month · 📦 530 · ⏱️ 29.11.2025):
pip install gast
Conda (📥 4.4M · ⏱️ 30.11.2025):
conda install -c conda-forge gast
Show 2 hidden projects...
- astunparse (🥈28 · ⭐ 230 · 💀) - An AST unparser for Python.
BSD-3
- typed_ast (🥉24 · ⭐ 230 · 💀) - Modified fork of CPythons ast module that parses
# type:.. Apache-2
Others

pre-commit (🥇42 · ⭐ 15K) - A framework for managing and maintaining multi-language pre-commit.. MIT
GitHub (👨💻 170 · 🔀 970 · 📥 7M · 📦 280K · 📋 2.3K - 1% open · ⏱️ 19.05.2026):
git clone https://github.com/pre-commit/pre-commit
PyPi (📥 160M / month · 📦 33K · ⏱️ 21.04.2026):
pip install pre-commit
Conda (📥 10M · ⏱️ 22.04.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.
Contribution
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.
License
