πΒ A ranked list of awesome python developer tools and libraries. Updated weekly.
This curated list contains 250 awesome open-source projects with a total of 620K stars grouped into 15 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
π§ββοΈΒ Discover other best-of lists or create your own.
π«Β Subscribe to our newsletter for updates and trending projects.
- Linters & Style Checkers 42 projects
- Code Formatters 6 projects
- Code Refactoring 18 projects
- Code Security 8 projects
- Virtual Environments 8 projects
- Dependency & Package Mangers 10 projects
- Code Metrics & Complexity 6 projects
- Logging 21 projects
- Documentation 26 projects
- Debugging Tools 13 projects
- Testing Tools 43 projects
- Code Packaging 16 projects
- Build Tools 14 projects
- System Monitoring & Profiling 17 projects
- AST Tools 5 projects
- Others 1 projects
- π₯π₯π₯Β Combined project-quality score
- βοΈΒ Star count from GitHub
- π£Β New project (less than 6 months old)
- π€Β Inactive project (6 months no activity)
- πΒ Dead project (12 months no activity)
- ππΒ Project is trending up or down
- βΒ Project was recently added
- βοΈΒ Warning (e.g. missing/risky license)
- π¨βπ»Β Contributors count from GitHub
- πΒ Fork count from GitHub
- πΒ Issue count from GitHub
- β±οΈΒ Last update timestamp on package manager
- π₯Β Download count from package manager
- π¦Β Number of dependent projects
Β Flake8 related project
Β Pytest related project
Β Pylint related project
Β Sphinx related project
Β MkDocs related project
flake8 (π₯35 Β· β 1.5K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
pycodestyle (π₯33 Β· β 4.4K) - Simple Python style checker in one Python file. βοΈSaxpath
-
GitHub (π¨βπ» 130 Β· π 610 Β· π¦ 160K Β· π 660 - 18% open Β· β±οΈ 14.09.2021):
git clone https://github.com/PyCQA/pycodestyle
-
PyPi (π₯ 16M / month Β· π¦ 21K Β· β±οΈ 14.03.2021):
pip install pycodestyle
-
Conda (π₯ 3.2M Β· β±οΈ 15.03.2021):
conda install -c conda-forge pycodestyle
pylint (π₯31 Β· β 3.6K) - It's not just a linter that annoys you!. βοΈGPL-2.0
pydocstyle (π₯31 Β· β 820) - docstring style checker. MIT
-
GitHub (π¨βπ» 74 Β· π 150 Β· π₯ 56 Β· π¦ 19K Β· π 270 - 28% open Β· β±οΈ 15.08.2021):
git clone https://github.com/PyCQA/pydocstyle
-
PyPi (π₯ 1.8M / month Β· π¦ 3.9K Β· β±οΈ 17.05.2021):
pip install pydocstyle
-
Conda (π₯ 430K Β· β±οΈ 18.05.2021):
conda install -c conda-forge pydocstyle
wemake-python-styleguide (π₯30 Β· β 1.6K) - The strictest and most opinionated python linter ever!. MIT
flake8-bugbear (π₯29 Β· β 600) - A plugin for Flake8 finding likely bugs and design problems.. MIT

-
GitHub (π¨βπ» 40 Β· π 48 Β· π¦ 5K Β· π 99 - 42% open Β· β±οΈ 29.09.2021):
git clone https://github.com/PyCQA/flake8-bugbear
-
PyPi (π₯ 1.1M / month Β· π¦ 1K Β· β±οΈ 29.09.2021):
pip install flake8-bugbear
-
Conda (π₯ 430K Β· β±οΈ 29.09.2021):
conda install -c conda-forge flake8-bugbear
pylint-django (π₯29 Β· β 480) - Pylint plugin for improving code analysis for when.. βοΈGPL-2.0

-
GitHub (π¨βπ» 58 Β· π 100 Β· π₯ 200 Β· π¦ 15K Β· π 180 - 18% open Β· β±οΈ 26.04.2021):
git clone https://github.com/PyCQA/pylint-django
-
PyPi (π₯ 680K / month Β· π¦ 2.2K Β· β±οΈ 09.04.2021):
pip install pylint-django
-
Conda (π₯ 86K Β· β±οΈ 27.09.2021):
conda install -c conda-forge pylint-django
hacking (π₯28 Β· β 220) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2

coala (π₯27 Β· β 3.2K) - coala provides a unified command-line interface for linting and.. βοΈAGPL-3.0
flake8-quotes (π₯27 Β· β 130) - Flake8 extension for checking quotes in python. MIT

-
GitHub (π¨βπ» 29 Β· π 34 Β· π¦ 3.6K Β· π 43 - 6% open Β· β±οΈ 23.08.2021):
git clone https://github.com/zheller/flake8-quotes
-
PyPi (π₯ 580K / month Β· π¦ 1.4K Β· β±οΈ 23.08.2021):
pip install flake8-quotes
-
Conda (π₯ 570K Β· β±οΈ 24.08.2021):
conda install -c conda-forge flake8-quotes
darglint (π₯26 Β· β 350) - A python documentation linter which checks that the docstring description.. MIT
-
GitHub (π¨βπ» 21 Β· π 28 Β· π¦ 870 Β· π 130 - 30% open Β· β±οΈ 04.04.2021):
git clone https://github.com/terrencepreilly/darglint
-
PyPi (π₯ 200K / month Β· π¦ 20 Β· β±οΈ 22.02.2021):
pip install darglint
-
Conda (π₯ 22K Β· β±οΈ 05.04.2021):
conda install -c conda-forge darglint
pyre-check (π₯25 Β· β 5.6K) - Performant type-checking for python. MIT
check-manifest (π₯25 Β· β 240) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
-
GitHub (π¨βπ» 20 Β· π 31 Β· π¦ 6.7K Β· π 88 - 18% open Β· β±οΈ 22.09.2021):
git clone https://github.com/mgedmin/check-manifest
-
PyPi (π₯ 200K / month Β· π¦ 1.8K Β· β±οΈ 22.09.2021):
pip install check-manifest
-
Conda (π₯ 33K Β· β±οΈ 22.09.2021):
conda install -c conda-forge check-manifest
flake8-comprehensions (π₯23 Β· β 300) - A flake8 plugin to help you write better.. MIT

-
GitHub (π¨βπ» 11 Β· π 13 Β· π 39 - 17% open Β· β±οΈ 28.09.2021):
git clone https://github.com/adamchainz/flake8-comprehensions
-
PyPi (π₯ 580K / month Β· π¦ 710 Β· β±οΈ 16.08.2021):
pip install flake8-comprehensions
-
Conda (π₯ 420K Β· β±οΈ 16.08.2021):
conda install -c conda-forge flake8-comprehensions
flake8-eradicate (π₯23 Β· β 200) - Flake8 plugin to find commented out or dead code. MIT

flake8-black (π₯23 Β· β 95) - flake8 plugin to run black for checking Python coding style. MIT

-
GitHub (π¨βπ» 5 Β· π 8 Β· π¦ 1.3K Β· π 21 - 33% open Β· β±οΈ 20.09.2021):
git clone https://github.com/peterjc/flake8-black
-
PyPi (π₯ 200K / month Β· π¦ 36 Β· β±οΈ 16.07.2021):
pip install flake8-black
-
Conda (π₯ 150K Β· β±οΈ 17.07.2021):
conda install -c conda-forge flake8-black
data-science-types (π₯22 Β· β 190 Β· π€) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
flake8-builtins (π₯22 Β· β 69) - Check for python builtins being used as variables or.. βοΈGPL-2.0

-
GitHub (π¨βπ» 15 Β· π 17 Β· π¦ 2.7K Β· π 34 - 5% open Β· β±οΈ 20.09.2021):
git clone https://github.com/gforcada/flake8-builtins
-
PyPi (π₯ 420K / month Β· π¦ 510 Β· β±οΈ 14.05.2020):
pip install flake8-builtins
-
Conda (π₯ 130K Β· β±οΈ 18.05.2020):
conda install -c conda-forge flake8-builtins
mypy-protobuf (π₯21 Β· β 390) - open source tools to generate mypy stubs from protobufs. Apache-2
Fixit (π₯21 Β· β 280) - Fixit is a Python Lint Framework based on LibCST. It comes with useful.. MIT
pylint-flask (π₯20 Β· β 59) - A Pylint plugin to analyze Flask applications. βοΈGPL-2.0

-
GitHub (π¨βπ» 7 Β· π 9 Β· π¦ 5.4K Β· π 9 - 44% open Β· β±οΈ 10.03.2021):
git clone https://github.com/jschaf/pylint-flask
-
PyPi (π₯ 180K / month Β· π¦ 710 Β· β±οΈ 30.01.2019):
pip install pylint-flask
-
Conda (π₯ 52K Β· β±οΈ 02.02.2019):
conda install -c conda-forge pylint-flask
flakehell (π₯18 Β· β 220 Β· π€) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT

bellybutton (π₯18 Β· β 220) - Custom Python linting through AST expressions. MIT
pandas-vet (π₯18 Β· β 110) - A plugin for Flake8 that checks pandas code. MIT

linty_fresh (π₯15 Β· β 180 Β· π€) - Surface lint errors during code review. Apache-2

mypy
Show 10 hidden projects...
- pep8-naming (π₯28 Β· β 340) - Naming Convention checker for Python.
βοΈSaxpath
- pylama (π₯25 Β· β 820 Β· π) - Code audit tool for python.
βοΈLGPL-3.0
- flake8-isort (π₯25 Β· β 110 Β· π) - flake8 plugin that integrates isort.
βοΈGPL-2.0
- flake8-import-order (π₯24 Β· β 240 Β· π) - Flake8 plugin that checks import order against..
βοΈLGPL-3.0
- flake8-commas (π₯24 Β· β 130 Β· π) - Flake8 extension for enforcing trailing commas in python.
MIT
- flake8-mypy (π₯20 Β· β 100 Β· π) - A plugin for flake8 integrating Mypy.
MIT
- flake8-bandit (π₯20 Β· β 63 Β· π) - Automated security testing using bandit and flake8.
MIT
- pycycle (π₯18 Β· β 290 Β· π) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT
- imhotep (π₯18 Β· β 220 Β· π) - A static-analysis bot for Github.
MIT
- yala (π₯16 Β· β 11) - Yet Another Linter Aggregator.
MIT
autopep8 (π₯34 Β· β 3.9K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
docformatter (π₯24 Β· β 230 Β· π€) - Formats docstrings to follow PEP 257. MIT
Show 1 hidden projects...
- pyformat (π₯18 Β· β 83 Β· π) - Formats Python code to follow a consistent style.
βοΈSaxpath
jedi (π₯35 Β· β 5K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
rope (π₯31 Β· β 1.2K Β· π) - a python refactoring library. βοΈLGPL-3.0
pyupgrade (π₯25 Β· β 1.2K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
autoflake (π₯23 Β· β 430 Β· π€) - Removes unused imports and unused variables as reported by pyflakes. MIT
MonkeyType (π₯21 Β· β 3.5K) - A system for Python that generates static type annotations by.. BSD-3
pyannotate (π₯21 Β· β 1.2K) - Auto-generate PEP-484 annotations. Apache-2
add-trailing-comma (π₯19 Β· β 190) - A tool (and pre-commit hook) to automatically add trailing.. MIT
unimport (π₯19 Β· β 110) - A linter, formatter for finding and removing unused import statements. MIT
massedit (π₯17 Β· β 91 Β· π€) - Programmatically edit text files with Python. Useful for source to.. MIT
Show 5 hidden projects...
- eradicate (π₯20 Β· β 120 Β· π€) - Removes commented-out code from Python files.
βοΈSaxpath
- redbaron (π₯19 Β· β 610 Β· π) - Bottom-up approach to refactoring in python.
βοΈLGPL-3.0
- baron (π₯19 Β· β 260 Β· π) - IDE allow you to refactor code, Baron allows you to write..
βοΈLGPL-3.0
- unify (π₯19 Β· β 58 Β· π) - Modifies strings to all use the same quote where possible.
MIT
- pep8ify (π₯16 Β· β 120 Β· π) - A library that modifies python source code to conform to pep8.
Apache-2
bandit (π₯31 Β· β 3.5K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
-
GitHub (π¨βπ» 130 Β· π 360 Β· π₯ 96 Β· π¦ 8.2K Β· π 550 - 32% open Β· β±οΈ 24.08.2021):
git clone https://github.com/PyCQA/bandit
-
PyPi (π₯ 1.9M / month Β· π¦ 2.4K Β· β±οΈ 13.12.2020):
pip install bandit
-
Conda (π₯ 89K Β· β±οΈ 16.09.2021):
conda install -c conda-forge bandit
sqlmap (π₯27 Β· β 21K) - Automatic SQL injection and database takeover tool. βοΈGPL-3.0
detect-secrets (π₯21 Β· β 2K Β· π) - An enterprise friendly way of detecting and preventing.. Apache-2
dodgy (π₯19 Β· β 91) - Looks at Python code to search for things which look dodgy such as passwords.. MIT
dlint (π₯15 Β· β 320 Β· π€) - Dlint is a tool for encouraging best coding practices and helping.. BSD-3
Show 2 hidden projects...
- pyarmor (π₯26 Β· β 1.2K) - A tool used to obfuscate python scripts, bind obfuscated scripts..
βοΈSGI-B-2.0
- pyt (π₯18 Β· β 2.1K Β· π) - A Static Analysis Tool for Detecting Security Vulnerabilities in..
βοΈGPL-2.0
virtualenv (π₯32 Β· β 4K) - Virtual Python Environment builder. MIT
pyenv-virtualenv (π₯18 Β· β 4.5K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
-
GitHub (π¨βπ» 44 Β· π 300 Β· π 320 - 42% open Β· β±οΈ 25.07.2021):
git clone https://github.com/pyenv/pyenv-virtualenv
pyenv-installer (π₯15 Β· β 2.9K) - This tool is used to install `pyenv` and friends. MIT
-
GitHub (π¨βπ» 33 Β· π 320 Β· π 70 - 7% open Β· β±οΈ 27.08.2021):
git clone https://github.com/pyenv/pyenv-installer
dh-virtualenv (π₯15 Β· β 1.5K) - Python virtualenvs in Debian packages. βοΈGPL-2.0
-
GitHub (π¨βπ» 57 Β· π 160 Β· π 190 - 12% open Β· β±οΈ 26.07.2021):
git clone https://github.com/spotify/dh-virtualenv
Show 2 hidden projects...
- vex (π₯18 Β· β 370 Β· π) - Run a command in the named virtualenv.
MIT
- pipenv-pipes (π₯13 Β· β 130 Β· π) - A PipEnv Environment Switcher.
MIT
pipreqs (π₯29 Β· β 3.7K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
pip-tools (π₯28 Β· β 5.2K Β· π) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
dephell (π₯24 Β· β 1.7K Β· π€) - Python project management. Manage packages: convert between formats,.. MIT
prospector (π₯29 Β· β 1.5K Β· π) - Inspects Python source files and provides information about.. βοΈGPL-2.0
mccabe (π₯28 Β· β 430) - McCabe complexity checker for Python. βοΈSaxpath
wily (π₯21 Β· β 810) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
Show 1 hidden projects...
- cohesion (π₯12 Β· β 140 Β· π) - A tool for measuring Python class cohesion.
βοΈGPL-3.0
tqdm (π₯37 Β· β 20K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
-
GitHub (π¨βπ» 110 Β· π 1K Β· π₯ 7.8K Β· π¦ 210K Β· π 840 - 37% open Β· β±οΈ 20.09.2021):
git clone https://github.com/tqdm/tqdm
-
PyPi (π₯ 26M / month Β· π¦ 26K Β· β±οΈ 20.09.2021):
pip install tqdm
-
Conda (π₯ 7.8M Β· β±οΈ 20.09.2021):
conda install -c conda-forge tqdm
-
Docker Hub (π₯ 3.9K Β· β 2 Β· β±οΈ 25.09.2021):
docker pull tqdm/tqdm
rich (π₯33 Β· β 30K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-json-logger (π₯32 Β· β 1.1K) - Json Formatter for the standard python logger. BSD-2
-
GitHub (π¨βπ» 46 Β· π 160 Β· π¦ 17K Β· π 65 - 30% open Β· β±οΈ 27.07.2021):
git clone https://github.com/madzak/python-json-logger
-
PyPi (π₯ 3.9M / month Β· π¦ 920 Β· β±οΈ 27.07.2021):
pip install python-json-logger
-
Conda (π₯ 880K Β· β±οΈ 12.10.2020):
conda install -c conda-forge python-json-logger
sentry-sdk (π₯32 Β· β 1.1K) - The new Python SDK for Sentry.io. BSD-2
-
GitHub (π¨βπ» 100 Β· π 240 Β· π₯ 4.5K Β· π¦ 14K Β· π 570 - 32% open Β· β±οΈ 29.09.2021):
git clone https://github.com/getsentry/sentry-python
-
PyPi (π₯ 9.9M / month Β· π¦ 990 Β· β±οΈ 29.09.2021):
pip install sentry-sdk
-
Conda (π₯ 110K Β· β±οΈ 29.09.2021):
conda install -c conda-forge sentry-sdk
tabulate (π₯31 Β· β 970) - Pretty-print tabular data in Python, a library and a command-line.. MIT
-
GitHub (π¨βπ» 67 Β· π 74 Β· π¦ 52K Β· π 100 - 41% open Β· β±οΈ 04.03.2021):
git clone https://github.com/astanin/python-tabulate
-
PyPi (π₯ 29M / month Β· π¦ 8.1K Β· β±οΈ 22.02.2021):
pip install tabulate
-
Conda (π₯ 1.4M Β· β±οΈ 22.02.2021):
conda install -c conda-forge tabulate
progressbar2 (π₯29 Β· β 730) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
-
GitHub (π¨βπ» 39 Β· π 97 Β· π₯ 1.6K Β· π¦ 12K Β· π 200 - 4% open Β· β±οΈ 14.09.2021):
git clone https://github.com/WoLpH/python-progressbar
-
PyPi (π₯ 1.1M / month Β· π¦ 2.2K Β· β±οΈ 14.09.2021):
pip install progressbar2
-
Conda (π₯ 340K Β· β±οΈ 09.09.2020):
conda install -c conda-forge progressbar2
python-coloredlogs (π₯27 Β· β 430) - Colored terminal output for Python's logging module. MIT
better-exceptions (π₯23 Β· β 4K) - Pretty and useful exceptions in Python, automatically. MIT
rebound (π₯23 Β· β 3.7K Β· π€) - Command-line tool that instantly fetches Stack Overflow results when.. MIT
-
GitHub (π¨βπ» 16 Β· π 340 Β· π₯ 170 Β· π¦ 21 Β· π 58 - 34% open Β· β±οΈ 04.01.2021):
git clone https://github.com/shobrook/rebound
-
PyPi (π₯ 1.9K / month Β· π¦ 14 Β· β±οΈ 29.09.2021):
pip install rebound
-
Conda (π₯ 150K Β· β±οΈ 29.09.2021):
conda install -c conda-forge rebound
alive-progress (π₯22 Β· β 2.7K) - A new kind of Progress Bar, with real time throughput, ETA and.. MIT
PrettyErrors (π₯20 Β· β 2.2K) - Prettify Python exception output to make it legible. MIT
python-devtools (π₯20 Β· β 410) - Dev tools for python. MIT
stackprinter (π₯18 Β· β 1.1K Β· π€) - Debugging-friendly exceptions for Python. MIT
Show 3 hidden projects...
- logbook (π₯31 Β· β 1.4K Β· π) - A cool logging replacement for Python.
BSD-3
- prettytable (π₯23 Β· β 550) - Display tabular data in a visually appealing ASCII table..
βοΈBSD-1-Clause
- tbvaccine (π₯16 Β· β 360 Β· π) - A small utility to pretty-print Python tracebacks.
MIT
mkdocs-material (π₯33 Β· β 7.6K) - Technical documentation that just works. MIT

-
GitHub (π¨βπ» 130 Β· π 1.8K Β· π¦ 8.8K Β· π 1.1K - 1% open Β· β±οΈ 30.09.2021):
git clone https://github.com/squidfunk/mkdocs-material
-
PyPi (π₯ 580K / month Β· π¦ 1.5K Β· β±οΈ 23.09.2021):
pip install mkdocs-material
-
Conda (π₯ 65K Β· β±οΈ 23.09.2021):
conda install -c conda-forge mkdocs-material
sphinx_rtd_theme (π₯31 Β· β 3.8K) - Sphinx theme for readthedocs.org. MIT

-
GitHub (π¨βπ» 110 Β· π 1.6K Β· π¦ 16 Β· π 720 - 26% open Β· β±οΈ 17.09.2021):
git clone https://github.com/readthedocs/sphinx_rtd_theme
-
PyPi (π¦ 23K Β· β±οΈ 05.10.2018):
pip install sphinx_rtd_theme
-
Conda (π₯ 1.7M Β· β±οΈ 17.09.2021):
conda install -c conda-forge sphinx_rtd_theme
breathe (π₯29 Β· β 550) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
-
GitHub (π¨βπ» 96 Β· π 140 Β· π₯ 120 Β· π¦ 5.1K Β· π 470 - 25% open Β· β±οΈ 29.09.2021):
git clone https://github.com/michaeljones/breathe
-
PyPi (π₯ 160K / month Β· π¦ 2K Β· β±οΈ 14.09.2021):
pip install breathe
-
Conda (π₯ 220K Β· β±οΈ 15.09.2021):
conda install -c conda-forge breathe
alabaster (π₯28 Β· β 620) - Lightweight, configurable Sphinx theme. Now the Sphinx default!. BSD-3

sphinx-bootstrap-theme (π₯27 Β· β 580) - Sphinx Bootstrap Theme. MIT

pdoc3 (π₯26 Β· β 720) - Auto-generate API documentation for Python projects. βοΈAGPL-3.0
sphinx-autodoc-typehints (π₯26 Β· β 360) - Type hints support for the Sphinx autodoc extension. MIT

-
GitHub (π¨βπ» 30 Β· π 68 Β· π 130 - 44% open Β· β±οΈ 19.09.2021):
git clone https://github.com/agronholm/sphinx-autodoc-typehints
-
PyPi (π₯ 280K / month Β· π¦ 1.4K Β· β±οΈ 12.10.2020):
pip install sphinx-autodoc-typehints
-
Conda (π₯ 220K Β· β±οΈ 15.04.2021):
conda install -c conda-forge sphinx-autodoc-typehints
interrogate (π₯26 Β· β 320 Β· π) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
sphinx-autobuild (π₯23 Β· β 350) - Watch a Sphinx directory and rebuild the documentation.. MIT

-
GitHub (π¨βπ» 17 Β· π 50 Β· π 56 - 21% open Β· β±οΈ 14.03.2021):
git clone https://github.com/executablebooks/sphinx-autobuild
-
PyPi (π₯ 170K / month Β· π¦ 4.7K Β· β±οΈ 14.03.2021):
pip install sphinx-autobuild
-
Conda (π₯ 73K Β· β±οΈ 14.03.2021):
conda install -c conda-forge sphinx-autobuild
mkdocstrings (π₯22 Β· β 480) - Automatic documentation from sources, for MkDocs. ISC

mkdocs-pdf-export-plugin (π₯22 Β· β 210) - An MkDocs plugin to export content pages as PDF files. MIT

blacken-docs (π₯21 Β· β 270) - Run `black` on python code blocks in documentation files. MIT
sphinx-markdown-builder (π₯21 Β· β 110 Β· π€) - sphinx builder that outputs markdown files. MIT

mkdocs-with-pdf (π₯21 Β· β 91) - Generate a single PDF file from MkDocs repository. MIT

mkdocs-awesome-pages-plugin (π₯19 Β· β 180 Β· π€) - An MkDocs plugin that simplifies configuring page.. MIT

lazydocs (π₯16 Β· β 40) - Generate markdown API documentation from Google-style Python docstring... MIT
Show 4 hidden projects...
- pycco (π₯19 Β· β 760 Β· π) - Literate-style documentation generator.
MIT
- mkdocs-git-revision-date-plugin (π₯19 Β· β 36 Β· π€) - MkDocs plugin for setting revision date from git per..
MIT
- mkdocs-print-site-plugin (π₯16 Β· β 23) - MkDocs Plugin allowing your visitors to *File Print..
MIT
- mkdocs-versioning (π₯15 Β· β 40) - A tool that allows for versioning sites built with mkdocs.
MIT
pyelftools (π₯28 Β· β 1.3K) - Parsing ELF and DWARF in Python. Unlicense
-
GitHub (π¨βπ» 78 Β· π 400 Β· π¦ 2.5K Β· π 170 - 32% open Β· β±οΈ 17.09.2021):
git clone https://github.com/eliben/pyelftools
-
PyPi (π₯ 620K / month Β· π¦ 880 Β· β±οΈ 27.10.2020):
pip install pyelftools
-
Conda (π₯ 74K Β· β±οΈ 27.10.2020):
conda install -c conda-forge pyelftools
gdbgui (π₯26 Β· β 8.2K) - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view.. βοΈGPL-3.0
python-hunter (π₯23 Β· β 640) - Hunter is a flexible code tracing toolkit. BSD-2
python-manhole (π₯23 Β· β 310) - Debugging manhole for python applications. BSD-2
Birdseye (π₯19 Β· β 1.4K) - Graphical Python debugger which lets you easily view the values of all.. MIT
Show 1 hidden projects...
- pyrasite (π₯16 Β· β 2.6K Β· π) - Inject code into running Python processes.
βοΈGPL-3.0
πΒ best-of-web-python - Testing ( β 1.3K) - Testing libraries & tools for python web frameworks.
πΒ unittest - Unittest is a test framework included in the Python standard library.
pytest (π₯36 Β· β 7.8K) - The pytest framework makes it easy to write small tests, yet scales.. MIT

tox (π₯36 Β· β 2.4K) - Command line driven CI frontend and development task automation tool. MIT

robotframework (π₯34 Β· β 6.3K) - Generic automation framework for acceptance testing and RPA. Apache-2
-
GitHub (π¨βπ» 150 Β· π 1.8K Β· π₯ 510 Β· π¦ 4.2K Β· π 3.7K - 5% open Β· β±οΈ 29.09.2021):
git clone https://github.com/robotframework/robotframework
-
PyPi (π₯ 880K / month Β· π¦ 1.4K Β· β±οΈ 08.09.2021):
pip install robotframework
-
Conda (π₯ 63K Β· β±οΈ 08.09.2021):
conda install -c conda-forge robotframework
pytest-cov (π₯33 Β· β 1.1K) - Coverage plugin for pytest. MIT

-
GitHub (π¨βπ» 70 Β· π 150 Β· π¦ 100K Β· π 300 - 33% open Β· β±οΈ 28.09.2021):
git clone https://github.com/pytest-dev/pytest-cov
-
PyPi (π₯ 9.8M / month Β· π¦ 43K Β· β±οΈ 01.06.2021):
pip install pytest-cov
-
Conda (π₯ 3.6M Β· β±οΈ 02.06.2021):
conda install -c conda-forge pytest-cov
hypothesis (π₯32 Β· β 5.4K) - Hypothesis is a powerful, flexible, and easy to use library for.. MPL-2.0
pytest-xdist (π₯32 Β· β 770) - pytest plugin for distributed testing and loop-on-failures.. MIT

-
GitHub (π¨βπ» 75 Β· π 160 Β· π¦ 22K Β· π 440 - 45% open Β· β±οΈ 28.09.2021):
git clone https://github.com/pytest-dev/pytest-xdist
-
PyPi (π₯ 4.4M / month Β· π¦ 7.3K Β· β±οΈ 21.09.2021):
pip install pytest-xdist
-
Conda (π₯ 1.8M Β· β±οΈ 21.09.2021):
conda install -c conda-forge pytest-xdist
pytest-mock (π₯30 Β· β 1.2K) - Thin-wrapper around the mock package for easier use with pytest. MIT

-
GitHub (π¨βπ» 54 Β· π 98 Β· π¦ 20K Β· π 100 - 10% open Β· β±οΈ 21.09.2021):
git clone https://github.com/pytest-dev/pytest-mock
-
PyPi (π₯ 5.1M / month Β· π¦ 6.2K Β· β±οΈ 06.05.2021):
pip install pytest-mock
-
Conda (π₯ 1.2M Β· β±οΈ 07.05.2021):
conda install -c conda-forge pytest-mock
pytest-asyncio (π₯30 Β· β 790) - Pytest support for asyncio. Apache-2

-
GitHub (π¨βπ» 26 Β· π 86 Β· π¦ 16K Β· π 160 - 39% open Β· β±οΈ 30.05.2021):
git clone https://github.com/pytest-dev/pytest-asyncio
-
PyPi (π₯ 1.8M / month Β· π¦ 2K Β· β±οΈ 21.04.2021):
pip install pytest-asyncio
-
Conda (π₯ 620K Β· β±οΈ 21.05.2021):
conda install -c conda-forge pytest-asyncio
coveralls-python (π₯30 Β· β 460) - Show coverage stats online via coveralls.io. MIT

pytest-html (π₯29 Β· β 440 Β· π€) - Plugin for generating HTML reports for pytest results. MPL-2.0

-
GitHub (π¨βπ» 43 Β· π 170 Β· π¦ 12K Β· π 260 - 31% open Β· β±οΈ 23.01.2021):
git clone https://github.com/pytest-dev/pytest-html
-
PyPi (π₯ 1.4M / month Β· π¦ 980 Β· β±οΈ 13.12.2020):
pip install pytest-html
-
Conda (π₯ 170K Β· β±οΈ 13.12.2020):
conda install -c conda-forge pytest-html
pyautogui (π₯28 Β· β 5.6K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3
playwright-python (π₯28 Β· β 5.3K) - Python version of the Playwright testing and automation.. Apache-2
mimesis (π₯28 Β· β 3.4K) - Mimesis is a high-performance fake data generator for Python, which.. MIT
factory_boy (π₯27 Β· β 2.6K) - A test fixtures replacement for Python. MIT
pytest-sugar (π₯27 Β· β 730 Β· π€) - a plugin for py.test that changes the default look and.. BSD-3

-
GitHub (π¨βπ» 36 Β· π 55 Β· π¦ 8.2K Β· π 100 - 33% open Β· β±οΈ 24.10.2020):
git clone https://github.com/Teemu/pytest-sugar
-
PyPi (π₯ 530K / month Β· π¦ 4.6K Β· β±οΈ 06.07.2020):
pip install pytest-sugar
-
Conda (π₯ 110K Β· β±οΈ 18.09.2020):
conda install -c conda-forge pytest-sugar
pytest-bdd (π₯26 Β· β 880) - BDD library for the py.test runner. MIT

pytest-benchmark (π₯26 Β· β 800) - py.test fixture for benchmarking code. BSD-2

-
GitHub (π¨βπ» 33 Β· π 86 Β· π¦ 2.2K Β· π 150 - 49% open Β· β±οΈ 14.06.2021):
git clone https://github.com/ionelmc/pytest-benchmark
-
PyPi (π₯ 390K / month Β· π¦ 730 Β· β±οΈ 17.04.2021):
pip install pytest-benchmark
-
Conda (π₯ 860K Β· β±οΈ 18.04.2021):
conda install -c conda-forge pytest-benchmark
uiautomator (π₯25 Β· β 1.7K Β· π€) - Python wrapper of Android uiautomator test tool. MIT
asv (π₯25 Β· β 610) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
PyHamcrest (π₯25 Β· β 570) - Hamcrest matchers for Python. BSD-3
pytest-testinfra (π₯24 Β· β 1.9K) - Testinfra test your infrastructures. Apache-2

pytest-mypy (π₯24 Β· β 190) - Mypy static type checker plugin for Pytest. MIT

-
GitHub (π¨βπ» 15 Β· π 32 Β· π¦ 1.2K Β· π 46 - 21% open Β· β±οΈ 16.06.2021):
git clone https://github.com/dbader/pytest-mypy
-
PyPi (π₯ 330K / month Β· π¦ 270 Β· β±οΈ 21.03.2021):
pip install pytest-mypy
-
Conda (π₯ 14K Β· β±οΈ 24.11.2020):
conda install -c conda-forge pytest-mypy
pytest-testmon (π₯23 Β· β 490) - Selects tests affected by changed files. Continous.. βοΈAGPL-3.0

Mamba Test Runner (π₯23 Β· β 470 Β· π€) - The definitive testing tool for Python. Born under the.. MIT
pytest-randomly (π₯23 Β· β 350) - Pytest plugin to randomly order tests and control random.seed. MIT
xdoctest (π₯22 Β· β 120) - A rewrite of Python's builtin doctest module (with pytest plugin.. Apache-2
pytest-docker (π₯21 Β· β 230) - Docker-based integration tests. MIT

pytest-lazy-fixture (π₯20 Β· β 210) - It helps to use fixtures in pytest.mark.parametrize. MIT

-
GitHub (π¨βπ» 8 Β· π 15 Β· π¦ 420 Β· π 34 - 44% open Β· β±οΈ 09.07.2021):
git clone https://github.com/tvorog/pytest-lazy-fixture
-
PyPi (π¦ 62 Β· β±οΈ 01.02.2020):
pip install pytest-lazy-fixture
-
Conda (π₯ 280K Β· β±οΈ 01.02.2020):
conda install -c conda-forge pytest-lazy-fixture
Show 8 hidden projects...
- nose (π₯31 Β· β 1.3K Β· π) - nose is nicer testing for python.
βοΈLGPL-2.1+
- pytest-watch (π₯25 Β· β 590 Β· π) - Local continuous test runner with pytest and watchdog.
MIT
- sixpack (π₯20 Β· β 1.7K Β· π) - Sixpack is a language-agnostic a/b-testing framework.
BSD-2
- pytest-datadir (π₯20 Β· β 150 Β· π) - pytest plugin for manipulating test data directories and..
MIT
- assertpy (π₯18 Β· β 250 Β· π) - Simple assertion library for unit testing in python with a fluent..
BSD-3
- fake2db (π₯16 Β· β 2.1K Β· π) - create custom test databases that are populated with fake data.
βοΈGPL-2.0
- pytest-plugins (π₯14 Β· β 390 Β· π) - A grab-bag of nifty pytest plugins.
MIT
- pytest-play (π₯14 Β· β 64 Β· π) - pytest plugin that let you automate actions and..
Apache-2
πΒ Python.org Packaging - An Overview of Packaging for Python.
packaging (π₯31 Β· β 330) - Core utilities for Python packages. BSD-2
-
GitHub (π¨βπ» 70 Β· π 160 Β· π₯ 150 Β· π¦ 250K Β· π 210 - 26% open Β· β±οΈ 27.08.2021):
git clone https://github.com/pypa/packaging
-
PyPi (π₯ 74M / month Β· π¦ 29K Β· β±οΈ 03.07.2021):
pip install packaging
-
Conda (π₯ 9.7M Β· β±οΈ 03.07.2021):
conda install -c conda-forge packaging
Nuitka (π₯28 Β· β 5.9K) - Nuitka is a Python compiler written in Python. It's fully compatible.. Apache-2
pyinstaller (π₯26 Β· β 8.5K) - Freeze (package) Python programs into stand-alone executables. βοΈGPL-2.0
py2app (π₯26 Β· β 160 Β· π) - py2app is a Python setuptools command which will allow you to make.. MIT
briefcase (π₯24 Β· β 1.2K) - Tools to support converting a Python project into a standalone.. BSD-3
py2exe (π₯24 Β· β 300) - A distutils extension to create standalone Windows programs from Python code. MIT
cx_Freeze (π₯23 Β· β 800) - Create standalone executables from Python scripts, with the same.. Python-2.0
shiv (π₯21 Β· β 1.3K) - shiv is a command line utility for building fully self contained Python.. BSD-2
constructor (π₯19 Β· β 330) - tool for creating installers from conda packages. BSD-3
PyOxidizer (π₯16 Β· β 3.2K) - A modern Python application packaging and distribution tool. MPL-2.0
-
GitHub (π¨βπ» 34 Β· π 120 Β· π₯ 680 Β· π 370 - 58% open Β· β±οΈ 27.09.2021):
git clone https://github.com/indygreg/PyOxidizer
Show 2 hidden projects...
setuptools (π₯34 Β· β 1.4K) - Official project repository for the Setuptools build system. MIT
-
GitHub (π¨βπ» 460 Β· π 760 Β· π₯ 110 Β· π¦ 120K Β· π 1.8K - 30% open Β· β±οΈ 26.09.2021):
git clone https://github.com/pypa/setuptools
-
PyPi (π₯ 150M / month Β· π¦ 58K Β· β±οΈ 22.09.2021):
pip install setuptools
-
Conda (π₯ 26M Β· β±οΈ 25.09.2021):
conda install -c conda-forge setuptools
buildbot (π₯31 Β· β 4.7K) - Python-based continuous integration testing framework; your pull.. βοΈGPL-2.0
-
GitHub (π¨βπ» 800 Β· π 1.5K Β· π₯ 17K Β· π¦ 260 Β· π 1.4K - 46% open Β· β±οΈ 27.09.2021):
git clone https://github.com/buildbot/buildbot
-
PyPi (π₯ 56K / month Β· π¦ 890 Β· β±οΈ 31.07.2021):
pip install buildbot
-
Conda (π₯ 43K Β· β±οΈ 31.07.2021):
conda install -c conda-forge buildbot
setuptools_scm (π₯23 Β· β 500) - the blessed package to manage your versions by scm tags. MIT
universal-build (π₯14 Β· β 13) - Universal build utilities for containerized build pipelines. MIT
Show 2 hidden projects...
- buildout (π₯27 Β· β 520) - Buildout is a deployment automation tool written in and extended..
βοΈZPL-2.1
- pynt (π₯18 Β· β 150 Β· π) - A pynt of Python build.
MIT
Glances (π₯30 Β· β 19K) - Glances an Eye on your system. A top/htop alternative for.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 150 Β· π 1.2K Β· π₯ 570 Β· π¦ 330 Β· π 1.4K - 14% open Β· β±οΈ 25.09.2021):
git clone https://github.com/nicolargo/glances
-
PyPi (π₯ 120K / month Β· π¦ 50 Β· β±οΈ 21.08.2021):
pip install glances
-
Conda (π₯ 140K Β· β±οΈ 13.09.2021):
conda install -c conda-forge glances
line_profiler (π₯26 Β· β 3.5K) - Line-by-line profiling for Python. BSD-3
memory-profiler (π₯26 Β· β 3.1K) - Monitor Memory usage of Python code. BSD-3
pympler (π₯26 Β· β 810 Β· π€) - Development tool to measure, monitor and analyze the memory.. Apache-2
Scalene (π₯25 Β· β 4.5K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
Yappi (π₯24 Β· β 720) - Yet Another Python Profiler, but this time thread&coroutine&greenlet aware. MIT
pyinstrument (π₯23 Β· β 3.4K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
pyheat (π₯19 Β· β 510) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT
heartrate (π₯18 Β· β 1.3K) - Simple real time visualisation of the execution of a Python program. MIT
Show 4 hidden projects...
- Diamond (π₯26 Β· β 1.6K Β· π) - Diamond is a python daemon that collects system metrics and publishes..
MIT
- memory_profiler (π₯22 Β· β 65 Β· π) - Monitor Memory usage of Python code.
BSD-3
- Profiling (π₯21 Β· β 3K Β· π) - Was an interactive continuous Python profiler.
BSD-3
- livepython (π₯12 Β· β 2.5K Β· π) - Visually trace Python code in real-time.
MIT
typed_ast (π₯29 Β· β 190) - Modified fork of CPython's ast module that parses `# type:`.. Apache-2
Show 1 hidden projects...
- astunparse (π₯28 Β· β 170 Β· π) - An AST unparser for Python.
BSD-3
pre-commit (π₯32 Β· β 6.6K) - A framework for managing and maintaining multi-language pre-commit.. MIT
-
GitHub (π¨βπ» 120 Β· π 490 Β· π₯ 14K Β· π 1.2K - 1% open Β· β±οΈ 28.09.2021):
git clone https://github.com/pre-commit/pre-commit
-
PyPi (π₯ 3.5M / month Β· π¦ 2.1K Β· β±οΈ 03.09.2021):
pip install pre-commit
-
Conda (π₯ 730K Β· β±οΈ 03.09.2021):
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.