Best-of Python Developer Tools
π 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 580K 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](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-python-dev/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-python-dev/edit/main/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
- [Linters & Style Checkers](#linters--style-checkers) _42 projects_
- [Code Formatters](#code-formatters) _6 projects_
- [Code Refactoring](#code-refactoring) _18 projects_
- [Code Security](#code-security) _7 projects_
- [Virtual Environments](#virtual-environments) _8 projects_
- [Dependency & Package Mangers](#dependency--package-mangers) _10 projects_
- [Code Metrics & Complexity](#code-metrics--complexity) _6 projects_
- [Logging](#logging) _19 projects_
- [Documentation](#documentation) _25 projects_
- [Debugging Tools](#debugging-tools) _13 projects_
- [Testing Tools](#testing-tools) _43 projects_
- [Code Packaging](#code-packaging) _15 projects_
- [Build Tools](#build-tools) _14 projects_
- [System Monitoring & Profiling](#system-monitoring--profiling) _15 projects_
- [AST Tools](#ast-tools) _5 projects_
- [Others](#others) _1 projects_
## 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
mypy (π₯36 Β· β 11K) - Optional static typing for Python 3 and 2 (PEP 484). MIT
- [GitHub](https://github.com/python/mypy) (π¨βπ» 470 Β· π 1.8K Β· π¦ 36K Β· π 6.4K - 27% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/python/mypy
```
- [PyPi](https://pypi.org/project/mypy) (π₯ 7M / month Β· π¦ 6.1K Β· β±οΈ 10.06.2021):
```
pip install mypy
```
- [Conda](https://anaconda.org/conda-forge/mypy) (π₯ 980K Β· β±οΈ 10.06.2021):
```
conda install -c conda-forge mypy
```
flake8 (π₯36 Β· β 1.3K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
- [GitHub](https://github.com/PyCQA/flake8) (π¨βπ» 160 Β· π 180 Β· π¦ 170K Β· π 1.3K - 2% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/PyCQA/flake8
```
- [PyPi](https://pypi.org/project/flake8) (π₯ 12M / month Β· π¦ 71K Β· β±οΈ 08.05.2021):
```
pip install flake8
```
- [Conda](https://anaconda.org/conda-forge/flake8) (π₯ 2.5M Β· β±οΈ 10.05.2021):
```
conda install -c conda-forge flake8
```
pycodestyle (π₯34 Β· β 4.3K) - Simple Python style checker in one Python file. βοΈSaxpath
- [GitHub](https://github.com/PyCQA/pycodestyle) (π¨βπ» 120 Β· π 600 Β· π¦ 140K Β· π 640 - 17% open Β· β±οΈ 06.05.2021):
```
git clone https://github.com/PyCQA/pycodestyle
```
- [PyPi](https://pypi.org/project/pycodestyle) (π₯ 17M / month Β· π¦ 21K Β· β±οΈ 14.03.2021):
```
pip install pycodestyle
```
- [Conda](https://anaconda.org/conda-forge/pycodestyle) (π₯ 2.7M Β· β±οΈ 15.03.2021):
```
conda install -c conda-forge pycodestyle
```
pylint (π₯34 Β· β 3.4K) - It's not just a linter that annoys you!. βοΈGPL-2.0
- [GitHub](https://github.com/PyCQA/pylint) (π¨βπ» 390 Β· π 720 Β· π 3.4K - 20% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/PyCQA/pylint
```
- [PyPi](https://pypi.org/project/pylint) (π₯ 11M / month Β· π¦ 38K Β· β±οΈ 17.06.2021):
```
pip install pylint
```
- [Conda](https://anaconda.org/conda-forge/pylint) (π₯ 1.9M Β· β±οΈ 14.06.2021):
```
conda install -c conda-forge pylint
```
pyflakes (π₯32 Β· β 1K) - A simple program which checks Python source files for errors. MIT
- [GitHub](https://github.com/PyCQA/pyflakes) (π¨βπ» 77 Β· π 140 Β· π¦ 91K Β· π 420 - 18% open Β· β±οΈ 28.05.2021):
```
git clone https://github.com/PyCQA/pyflakes
```
- [PyPi](https://pypi.org/project/pyflakes) (π₯ 13M / month Β· π¦ 26K Β· β±οΈ 24.03.2021):
```
pip install pyflakes
```
- [Conda](https://anaconda.org/conda-forge/pyflakes) (π₯ 2.6M Β· β±οΈ 24.03.2021):
```
conda install -c conda-forge pyflakes
```
parso (π₯32 Β· β 410) - A Python Parser. MIT
- [GitHub](https://github.com/davidhalter/parso) (π¨βπ» 40 Β· π 68 Β· π¦ 130K Β· π 99 - 8% open Β· β±οΈ 30.05.2021):
```
git clone https://github.com/davidhalter/parso
```
- [PyPi](https://pypi.org/project/parso) (π₯ 13M / month Β· π¦ 11K Β· β±οΈ 30.03.2021):
```
pip install parso
```
- [Conda](https://anaconda.org/conda-forge/parso) (π₯ 4.2M Β· β±οΈ 31.03.2021):
```
conda install -c conda-forge parso
```
pydocstyle (π₯30 Β· β 780) - docstring style checker. MIT
- [GitHub](https://github.com/PyCQA/pydocstyle) (π¨βπ» 72 Β· π 150 Β· π₯ 51 Β· π¦ 17K Β· π 270 - 27% open Β· β±οΈ 17.05.2021):
```
git clone https://github.com/PyCQA/pydocstyle
```
- [PyPi](https://pypi.org/project/pydocstyle) (π₯ 2.2M / month Β· π¦ 3.9K Β· β±οΈ 17.05.2021):
```
pip install pydocstyle
```
- [Conda](https://anaconda.org/conda-forge/pydocstyle) (π₯ 370K Β· β±οΈ 18.05.2021):
```
conda install -c conda-forge pydocstyle
```
pyre-check (π₯29 Β· β 5.4K) - Performant type-checking for python. MIT
- [GitHub](https://github.com/facebook/pyre-check) (π¨βπ» 160 Β· π 320 Β· π 260 - 24% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/facebook/pyre-check
```
- [PyPi](https://pypi.org/project/pyre-check) (π₯ 21K / month Β· π¦ 46 Β· β±οΈ 14.05.2021):
```
pip install pyre-check
```
wemake-python-styleguide (π₯29 Β· β 1.5K) - The strictest and most opinionated python linter ever!. MIT
- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (π¨βπ» 140 Β· π 280 Β· π¦ 360 Β· π 950 - 8% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/wemake-services/wemake-python-styleguide
```
- [PyPi](https://pypi.org/project/wemake-python-styleguide) (π₯ 82K / month Β· π¦ 14 Β· β±οΈ 27.02.2021):
```
pip install wemake-python-styleguide
```
flake8-bugbear (π₯29 Β· β 550) - A plugin for Flake8 finding likely bugs and design problems.. MIT
- [GitHub](https://github.com/PyCQA/flake8-bugbear) (π¨βπ» 37 Β· π 41 Β· π¦ 3.8K Β· π 90 - 41% open Β· β±οΈ 01.04.2021):
```
git clone https://github.com/PyCQA/flake8-bugbear
```
- [PyPi](https://pypi.org/project/flake8-bugbear) (π₯ 830K / month Β· π¦ 1K Β· β±οΈ 01.04.2021):
```
pip install flake8-bugbear
```
- [Conda](https://anaconda.org/conda-forge/flake8-bugbear) (π₯ 310K Β· β±οΈ 02.04.2021):
```
conda install -c conda-forge flake8-bugbear
```
hacking (π₯29 Β· β 220) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
- [GitHub](https://github.com/openstack/hacking) (π¨βπ» 180 Β· π 66 Β· β±οΈ 05.06.2021):
```
git clone https://github.com/openstack/hacking
```
- [PyPi](https://pypi.org/project/hacking) (π₯ 170K / month Β· π¦ 8.7K Β· β±οΈ 21.04.2021):
```
pip install hacking
```
pytype (π₯28 Β· β 3.3K) - A static type analyzer for Python code. Apache-2
- [GitHub](https://github.com/google/pytype) (π¨βπ» 63 Β· π 190 Β· π 420 - 23% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/google/pytype
```
- [PyPi](https://pypi.org/project/pytype) (π₯ 110K / month Β· π¦ 88 Β· β±οΈ 25.05.2021):
```
pip install pytype
```
- [Conda](https://anaconda.org/conda-forge/pytype) (π₯ 49K Β· β±οΈ 13.10.2020):
```
conda install -c conda-forge pytype
```
pylint-django (π₯28 Β· β 470) - Pylint plugin for improving code analysis for when.. βοΈGPL-2.0
- [GitHub](https://github.com/PyCQA/pylint-django) (π¨βπ» 58 Β· π 100 Β· π₯ 180 Β· π¦ 14K Β· π 180 - 15% open Β· β±οΈ 26.04.2021):
```
git clone https://github.com/PyCQA/pylint-django
```
- [PyPi](https://pypi.org/project/pylint-django) (π₯ 630K / month Β· π¦ 2.2K Β· β±οΈ 09.04.2021):
```
pip install pylint-django
```
- [Conda](https://anaconda.org/conda-forge/pylint-django) (π₯ 80K Β· β±οΈ 12.01.2021):
```
conda install -c conda-forge pylint-django
```
coala (π₯27 Β· β 3.2K) - coala provides a unified command-line interface for linting and.. βοΈAGPL-3.0
- [GitHub](https://github.com/coala/coala) (π¨βπ» 480 Β· π 1.4K Β· π₯ 140 Β· π¦ 10 Β· π 3.2K - 26% open Β· β±οΈ 16.05.2021):
```
git clone https://github.com/coala/coala
```
- [PyPi](https://pypi.org/project/coala-bears) (π₯ 3.2K / month Β· π¦ 210 Β· β±οΈ 10.11.2017):
```
pip install coala-bears
```
darglint (π₯26 Β· β 320) - A python documentation linter which checks that the docstring description.. MIT
- [GitHub](https://github.com/terrencepreilly/darglint) (π¨βπ» 21 Β· π 25 Β· π¦ 460 Β· π 130 - 28% open Β· β±οΈ 04.04.2021):
```
git clone https://github.com/terrencepreilly/darglint
```
- [PyPi](https://pypi.org/project/darglint) (π₯ 190K / month Β· π¦ 20 Β· β±οΈ 22.02.2021):
```
pip install darglint
```
- [Conda](https://anaconda.org/conda-forge/darglint) (π₯ 13K Β· β±οΈ 05.04.2021):
```
conda install -c conda-forge darglint
```
pyright (π₯25 Β· β 6.8K) - Static type checker for Python. MIT
- [GitHub](https://github.com/microsoft/pyright) (π¨βπ» 57 Β· π 340 Β· π¦ 88 Β· π 1.6K - 0% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/Microsoft/pyright
```
- [NPM](https://www.npmjs.com/package/pyright) (π₯ 83K / month Β· π¦ 4 Β· β±οΈ 17.06.2021):
```
npm install pyright
```
check-manifest (π₯25 Β· β 230) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
- [GitHub](https://github.com/mgedmin/check-manifest) (π¨βπ» 19 Β· π 30 Β· π¦ 5.3K Β· π 86 - 17% open Β· β±οΈ 13.06.2021):
```
git clone https://github.com/mgedmin/check-manifest
```
- [PyPi](https://pypi.org/project/check-manifest) (π₯ 190K / month Β· π¦ 1.8K Β· β±οΈ 04.01.2021):
```
pip install check-manifest
```
- [Conda](https://anaconda.org/conda-forge/check-manifest) (π₯ 28K Β· β±οΈ 04.01.2021):
```
conda install -c conda-forge check-manifest
```
flake8-import-order (π₯24 Β· β 240 Β· π€) - Flake8 plugin that checks import order against.. βοΈLGPL-3.0
- [GitHub](https://github.com/PyCQA/flake8-import-order) (π¨βπ» 40 Β· π 61 Β· π 96 - 11% open Β· β±οΈ 04.08.2020):
```
git clone https://github.com/PyCQA/flake8-import-order
```
- [PyPi](https://pypi.org/project/flake8-import-order) (π₯ 400K / month Β· π¦ 1.9K Β· β±οΈ 04.03.2019):
```
pip install flake8-import-order
```
- [Conda](https://anaconda.org/conda-forge/flake8-import-order) (π₯ 190K Β· β±οΈ 06.03.2019):
```
conda install -c conda-forge flake8-import-order
```
flake8-isort (π₯24 Β· β 110 Β· π€) - flake8 plugin that integrates isort. βοΈGPL-2.0
- [GitHub](https://github.com/gforcada/flake8-isort) (π¨βπ» 28 Β· π 35 Β· π¦ 2.9K Β· π 46 - 19% open Β· β±οΈ 11.08.2020):
```
git clone https://github.com/gforcada/flake8-isort
```
- [PyPi](https://pypi.org/project/flake8-isort) (π₯ 420K / month Β· π¦ 930 Β· β±οΈ 11.08.2020):
```
pip install flake8-isort
```
- [Conda](https://anaconda.org/conda-forge/flake8-isort) (π₯ 12K Β· β±οΈ 09.06.2021):
```
conda install -c conda-forge flake8-isort
```
mypy-protobuf (π₯23 Β· β 360) - open source tools to generate mypy stubs from protobufs. Apache-2
- [GitHub](https://github.com/dropbox/mypy-protobuf) (π¨βπ» 27 Β· π 54 Β· π¦ 230 Β· π 71 - 16% open Β· β±οΈ 25.02.2021):
```
git clone https://github.com/dropbox/mypy-protobuf
```
- [PyPi](https://pypi.org/project/mypy-protobuf) (π₯ 390K / month Β· π¦ 24 Β· β±οΈ 04.02.2021):
```
pip install mypy-protobuf
```
flake8-comprehensions (π₯23 Β· β 280) - A flake8 plugin to help you write better.. MIT
- [GitHub](https://github.com/adamchainz/flake8-comprehensions) (π¨βπ» 10 Β· π 13 Β· π 37 - 18% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/adamchainz/flake8-comprehensions
```
- [PyPi](https://pypi.org/project/flake8-comprehensions) (π₯ 560K / month Β· π¦ 710 Β· β±οΈ 10.05.2021):
```
pip install flake8-comprehensions
```
- [Conda](https://anaconda.org/conda-forge/flake8-comprehensions) (π₯ 350K Β· β±οΈ 10.05.2021):
```
conda install -c conda-forge flake8-comprehensions
```
data-science-types (π₯23 Β· β 180) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
- [GitHub](https://github.com/predictive-analytics-lab/data-science-types) (π¨βπ» 44 Β· π 57 Β· π¦ 83 Β· π 62 - 62% open Β· β±οΈ 16.02.2021):
```
git clone https://github.com/predictive-analytics-lab/data-science-types
```
- [PyPi](https://pypi.org/project/data-science-types) (π₯ 16K / month Β· β±οΈ 16.02.2021):
```
pip install data-science-types
```
flake8-eradicate (π₯22 Β· β 190) - Flake8 plugin to find commented out or dead code. MIT
- [GitHub](https://github.com/wemake-services/flake8-eradicate) (π¨βπ» 9 Β· π 7 Β· π 26 - 7% open Β· β±οΈ 02.06.2021):
```
git clone https://github.com/wemake-services/flake8-eradicate
```
- [PyPi](https://pypi.org/project/flake8-eradicate) (π₯ 210K / month Β· π¦ 72 Β· β±οΈ 12.10.2020):
```
pip install flake8-eradicate
```
flake8-builtins (π₯22 Β· β 67) - Check for python builtins being used as variables or.. βοΈGPL-2.0
- [GitHub](https://github.com/gforcada/flake8-builtins) (π¨βπ» 14 Β· π 16 Β· π¦ 2.1K Β· π 33 - 6% open Β· β±οΈ 14.04.2021):
```
git clone https://github.com/gforcada/flake8-builtins
```
- [PyPi](https://pypi.org/project/flake8-builtins) (π₯ 350K / month Β· π¦ 510 Β· β±οΈ 14.05.2020):
```
pip install flake8-builtins
```
- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (π₯ 120K Β· β±οΈ 18.05.2020):
```
conda install -c conda-forge flake8-builtins
```
flake8-black (π₯21 Β· β 89) - flake8 plugin to run black for checking Python coding style. MIT
- [GitHub](https://github.com/peterjc/flake8-black) (π¨βπ» 4 Β· π 7 Β· π¦ 770 Β· π 18 - 22% open Β· β±οΈ 15.04.2021):
```
git clone https://github.com/peterjc/flake8-black
```
- [PyPi](https://pypi.org/project/flake8-black) (π₯ 190K / month Β· π¦ 36 Β· β±οΈ 25.07.2020):
```
pip install flake8-black
```
- [Conda](https://anaconda.org/conda-forge/flake8-black) (π₯ 110K Β· β±οΈ 25.07.2020):
```
conda install -c conda-forge flake8-black
```
Fixit (π₯20 Β· β 240) - Fixit is a Python Lint Framework based on LibCST. It comes with useful.. MIT
- [GitHub](https://github.com/Instagram/Fixit) (π¨βπ» 25 Β· π 37 Β· π¦ 6 Β· π 59 - 57% open Β· β±οΈ 02.06.2021):
```
git clone https://github.com/Instagram/Fixit
```
- [PyPi](https://pypi.org/project/fixit) (π₯ 1.9K / month Β· β±οΈ 11.12.2020):
```
pip install fixit
```
flake8-mypy (π₯20 Β· β 100 Β· π€) - A plugin for flake8 integrating Mypy. MIT
- [GitHub](https://github.com/ambv/flake8-mypy) (π¨βπ» 8 Β· π 15 Β· π¦ 690 Β· π 22 - 86% open Β· β±οΈ 19.06.2020):
```
git clone https://github.com/ambv/flake8-mypy
```
- [PyPi](https://pypi.org/project/flake8-mypy) (π₯ 37K / month Β· π¦ 200 Β· β±οΈ 31.08.2017):
```
pip install flake8-mypy
```
pylint-flask (π₯20 Β· β 57) - A Pylint plugin to analyze Flask applications. βοΈGPL-2.0
- [GitHub](https://github.com/jschaf/pylint-flask) (π¨βπ» 7 Β· π 9 Β· π¦ 5.1K Β· π 9 - 44% open Β· β±οΈ 10.03.2021):
```
git clone https://github.com/jschaf/pylint-flask
```
- [PyPi](https://pypi.org/project/pylint-flask) (π₯ 180K / month Β· π¦ 710 Β· β±οΈ 30.01.2019):
```
pip install pylint-flask
```
- [Conda](https://anaconda.org/conda-forge/pylint-flask) (π₯ 49K Β· β±οΈ 02.02.2019):
```
conda install -c conda-forge pylint-flask
```
flakehell (π₯19 Β· β 220) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT
- [GitHub](https://github.com/life4/flakehell) (π¨βπ» 15 Β· π 33 Β· π₯ 50 Β· β±οΈ 11.01.2021):
```
git clone https://github.com/life4/flakehell
```
- [PyPi](https://pypi.org/project/flakehell) (π₯ 40K / month Β· β±οΈ 11.01.2021):
```
pip install flakehell
```
nitpick (π₯19 Β· β 160) - Enforce the same settings on multiple projects. MIT
- [GitHub](https://github.com/andreoliwa/nitpick) (π¨βπ» 10 Β· π 9 Β· π₯ 3 Β· π 84 - 36% open Β· β±οΈ 12.06.2021):
```
git clone https://github.com/andreoliwa/nitpick
```
- [PyPi](https://pypi.org/project/nitpick) (π₯ 9K / month Β· β±οΈ 16.03.2021):
```
pip install nitpick
```
flake8-bandit (π₯19 Β· β 62 Β· π€) - Automated security testing using bandit and flake8. MIT
- [GitHub](https://github.com/tylerwince/flake8-bandit) (π¨βπ» 5 Β· π 15 Β· π 11 - 27% open Β· β±οΈ 29.08.2020):
```
git clone https://github.com/tylerwince/flake8-bandit
```
- [PyPi](https://pypi.org/project/flake8-bandit) (π₯ 220K / month Β· π¦ 160 Β· β±οΈ 08.10.2019):
```
pip install flake8-bandit
```
beartype (π₯17 Β· β 270) - Unbearably fast O(1) runtime type-checking in pure Python. MIT
- [GitHub](https://github.com/beartype/beartype) (π¨βπ» 4 Β· π 6 Β· π 24 - 12% open Β· β±οΈ 01.06.2021):
```
git clone https://github.com/beartype/beartype
```
- [PyPi](https://pypi.org/project/beartype) (π₯ 11K / month Β· β±οΈ 25.05.2021):
```
pip install beartype
```
- [Conda](https://anaconda.org/conda-forge/beartype) (π₯ 4.5K Β· β±οΈ 25.05.2021):
```
conda install -c conda-forge beartype
```
pandas-vet (π₯17 Β· β 93) - A plugin for Flake8 that checks pandas code. MIT
- [GitHub](https://github.com/deppen8/pandas-vet) (π¨βπ» 10 Β· π 14 Β· π₯ 33 Β· π¦ 41 Β· π 49 - 42% open Β· β±οΈ 03.03.2021):
```
git clone https://github.com/deppen8/pandas-vet
```
- [PyPi](https://pypi.org/project/pandas-vet) (π₯ 5.2K / month Β· β±οΈ 01.02.2020):
```
pip install pandas-vet
```
- [Conda](https://anaconda.org/conda-forge/pandas-vet) (π₯ 6.6K Β· β±οΈ 01.02.2020):
```
conda install -c conda-forge pandas-vet
```
bellybutton (π₯16 Β· β 210 Β· π€) - Custom Python linting through AST expressions. MIT
- [GitHub](https://github.com/hchasestevens/bellybutton) (π¨βπ» 4 Β· π 7 Β· π¦ 4 Β· π 13 - 53% open Β· β±οΈ 27.11.2020):
```
git clone https://github.com/hchasestevens/bellybutton
```
- [PyPi](https://pypi.org/project/bellybutton) (π₯ 5.5K / month Β· β±οΈ 27.11.2020):
```
pip install bellybutton
```
linty_fresh (π₯14 Β· β 180 Β· π€) - Surface lint errors during code review. Apache-2
mypy
- [GitHub](https://github.com/lyft/linty_fresh) (π¨βπ» 17 Β· π 21 Β· π 9 - 88% open Β· β±οΈ 30.11.2020):
```
git clone https://github.com/lyft/linty_fresh
```
- [PyPi](https://pypi.org/project/linty-fresh) (π₯ 45 / month Β· β±οΈ 12.12.2018):
```
pip install linty-fresh
```
Show 7 hidden projects...
- pep8-naming (π₯27 Β· β 300) - Naming Convention checker for Python. βοΈSaxpath
- pylama (π₯25 Β· β 780 Β· π) - Code audit tool for python. βοΈLGPL-3.0
- flake8-quotes (π₯25 Β· β 130 Β· π) - Flake8 extension for checking quotes in python. MIT
- flake8-commas (π₯22 Β· β 120 Β· π) - Flake8 extension for enforcing trailing commas in python. MIT
- imhotep (π₯18 Β· β 220 Β· π) - A static-analysis bot for Github. MIT
- pycycle (π₯17 Β· β 290 Β· π) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT
- yala (π₯17 Β· β 11) - Yet Another Linter Aggregator. MIT
## Code Formatters
autopep8 (π₯34 Β· β 3.8K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
- [GitHub](https://github.com/hhatto/autopep8) (π¨βπ» 50 Β· π 240 Β· π¦ 79K Β· π 420 - 20% open Β· β±οΈ 30.04.2021):
```
git clone https://github.com/hhatto/autopep8
```
- [PyPi](https://pypi.org/project/autopep8) (π₯ 2.1M / month Β· π¦ 10K Β· β±οΈ 30.04.2021):
```
pip install autopep8
```
- [Conda](https://anaconda.org/conda-forge/autopep8) (π₯ 470K Β· β±οΈ 30.04.2021):
```
conda install -c conda-forge autopep8
```
black (π₯33 Β· β 21K) - The uncompromising Python code formatter. MIT
- [GitHub](https://github.com/psf/black) (π¨βπ» 260 Β· π 1.4K Β· π₯ 14K Β· π¦ 62K Β· π 1.6K - 18% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/psf/black
```
- [PyPi](https://pypi.org/project/black) (π₯ 7.6M / month Β· π¦ 6.2K Β· β±οΈ 10.06.2021):
```
pip install black
```
- [Conda](https://anaconda.org/conda-forge/black) (π₯ 1.7M Β· β±οΈ 01.06.2021):
```
conda install -c conda-forge black
```
isort (π₯33 Β· β 4K) - A Python utility / library to sort imports. MIT
- [GitHub](https://github.com/PyCQA/isort) (π¨βπ» 240 Β· π 400 Β· π¦ 180K Β· π 960 - 2% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/PyCQA/isort
```
- [PyPi](https://pypi.org/project/isort) (π₯ 16M / month Β· π¦ 24K Β· β±οΈ 31.12.2020):
```
pip install isort
```
- [Conda](https://anaconda.org/conda-forge/isort) (π₯ 2M Β· β±οΈ 21.03.2021):
```
conda install -c conda-forge isort
```
yapf (π₯30 Β· β 12K) - A formatter for Python files. Apache-2
- [GitHub](https://github.com/google/yapf) (π¨βπ» 130 Β· π 790 Β· π¦ 21K Β· π 690 - 45% open Β· β±οΈ 30.05.2021):
```
git clone https://github.com/google/yapf
```
- [PyPi](https://pypi.org/project/yapf) (π₯ 1.8M / month Β· π¦ 3.4K Β· β±οΈ 23.04.2020):
```
pip install yapf
```
- [Conda](https://anaconda.org/conda-forge/yapf) (π₯ 670K Β· β±οΈ 19.04.2021):
```
conda install -c conda-forge yapf
```
docformatter (π₯24 Β· β 210) - Formats docstrings to follow PEP 257. MIT
- [GitHub](https://github.com/myint/docformatter) (π¨βπ» 15 Β· π 31 Β· π¦ 620 Β· π 49 - 55% open Β· β±οΈ 27.12.2020):
```
git clone https://github.com/myint/docformatter
```
- [PyPi](https://pypi.org/project/docformatter) (π₯ 65K / month Β· π¦ 110 Β· β±οΈ 27.12.2020):
```
pip install docformatter
```
Show 1 hidden projects...
- pyformat (π₯18 Β· β 82 Β· π) - Formats Python code to follow a consistent style. βοΈSaxpath
## Code Refactoring
jedi (π₯35 Β· β 4.9K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
- [GitHub](https://github.com/davidhalter/jedi) (π¨βπ» 140 Β· π 440 Β· π¦ 140K Β· π 1.2K - 2% open Β· β±οΈ 05.05.2021):
```
git clone https://github.com/davidhalter/jedi
```
- [PyPi](https://pypi.org/project/jedi) (π₯ 13M / month Β· π¦ 16K Β· β±οΈ 25.12.2020):
```
pip install jedi
```
- [Conda](https://anaconda.org/conda-forge/jedi) (π₯ 5.2M Β· β±οΈ 14.01.2021):
```
conda install -c conda-forge jedi
```
rope (π₯29 Β· β 1.1K) - a python refactoring library. βοΈLGPL-3.0
- [GitHub](https://github.com/python-rope/rope) (π¨βπ» 63 Β· π 140 Β· π¦ 29K Β· π 190 - 37% open Β· β±οΈ 20.05.2021):
```
git clone https://github.com/python-rope/rope
```
- [PyPi](https://pypi.org/project/rope) (π₯ 420K / month Β· π¦ 2.9K Β· β±οΈ 07.10.2020):
```
pip install rope
```
- [Conda](https://anaconda.org/conda-forge/rope) (π₯ 530K Β· β±οΈ 30.05.2021):
```
conda install -c conda-forge rope
```
vulture (π₯27 Β· β 1.8K) - Find dead Python code. MIT
- [GitHub](https://github.com/jendrikseipp/vulture) (π¨βπ» 28 Β· π 81 Β· π¦ 960 Β· π 150 - 8% open Β· β±οΈ 04.06.2021):
```
git clone https://github.com/jendrikseipp/vulture
```
- [PyPi](https://pypi.org/project/vulture) (π₯ 150K / month Β· π¦ 360 Β· β±οΈ 16.01.2021):
```
pip install vulture
```
- [Conda](https://anaconda.org/conda-forge/vulture) (π₯ 44K Β· β±οΈ 11.08.2020):
```
conda install -c conda-forge vulture
```
autoflake (π₯26 Β· β 390) - Removes unused imports and unused variables as reported by pyflakes. MIT
- [GitHub](https://github.com/myint/autoflake) (π¨βπ» 17 Β· π 44 Β· π¦ 2.3K Β· π 66 - 50% open Β· β±οΈ 27.12.2020):
```
git clone https://github.com/myint/autoflake
```
- [PyPi](https://pypi.org/project/autoflake) (π₯ 820K / month Β· π¦ 580 Β· β±οΈ 04.08.2019):
```
pip install autoflake
```
- [Conda](https://anaconda.org/conda-forge/autoflake) (π₯ 120K Β· β±οΈ 26.05.2021):
```
conda install -c conda-forge autoflake
```
MonkeyType (π₯23 Β· β 3.4K) - A system for Python that generates static type annotations by.. BSD-3
- [GitHub](https://github.com/Instagram/MonkeyType) (π¨βπ» 36 Β· π 130 Β· π¦ 120 Β· π 150 - 25% open Β· β±οΈ 10.06.2021):
```
git clone https://github.com/Instagram/MonkeyType
```
- [PyPi](https://pypi.org/project/monkeytype) (π₯ 41K / month Β· π¦ 34 Β· β±οΈ 21.05.2021):
```
pip install monkeytype
```
- [Conda](https://anaconda.org/conda-forge/monkeytype) (π₯ 33K Β· β±οΈ 22.05.2021):
```
conda install -c conda-forge monkeytype
```
pyupgrade (π₯23 Β· β 1K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
- [GitHub](https://github.com/asottile/pyupgrade) (π¨βπ» 18 Β· π 67 Β· π 200 - 7% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/asottile/pyupgrade
```
- [PyPi](https://pypi.org/project/pyupgrade) (π₯ 160K / month Β· π¦ 10 Β· β±οΈ 11.06.2021):
```
pip install pyupgrade
```
- [Conda](https://anaconda.org/conda-forge/pyupgrade) (π₯ 220K Β· β±οΈ 11.06.2021):
```
conda install -c conda-forge pyupgrade
```
Bowler (π₯22 Β· β 1.3K) - Safe code refactoring for modern Python. MIT
- [GitHub](https://github.com/facebookincubator/Bowler) (π¨βπ» 26 Β· π 85 Β· π 80 - 57% open Β· β±οΈ 21.02.2021):
```
git clone https://github.com/facebookincubator/Bowler
```
- [PyPi](https://pypi.org/project/bowler) (π₯ 37K / month Β· π¦ 10 Β· β±οΈ 17.09.2020):
```
pip install bowler
```
- [Conda](https://anaconda.org/conda-forge/bowler) (π₯ 9.8K Β· β±οΈ 12.06.2019):
```
conda install -c conda-forge bowler
```
pyannotate (π₯21 Β· β 1.2K) - Auto-generate PEP-484 annotations. Apache-2
- [GitHub](https://github.com/dropbox/pyannotate) (π¨βπ» 16 Β· π 45 Β· π¦ 60 Β· π 59 - 44% open Β· β±οΈ 19.03.2021):
```
git clone https://github.com/dropbox/pyannotate
```
- [PyPi](https://pypi.org/project/pyannotate) (π₯ 3.7K / month Β· π¦ 26 Β· β±οΈ 16.09.2019):
```
pip install pyannotate
```
add-trailing-comma (π₯21 Β· β 180) - A tool (and pre-commit hook) to automatically add trailing.. MIT
- [GitHub](https://github.com/asottile/add-trailing-comma) (π¨βπ» 9 Β· π 13 Β· π 35 - 2% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/asottile/add-trailing-comma
```
- [PyPi](https://pypi.org/project/add-trailing-comma) (π₯ 9.9K / month Β· π¦ 14 Β· β±οΈ 24.01.2021):
```
pip install add-trailing-comma
```
unimport (π₯18 Β· β 100) - A linter, formatter for finding and removing unused import statements. MIT
- [GitHub](https://github.com/hakancelik96/unimport) (π¨βπ» 11 Β· π 15 Β· π¦ 5 Β· π 71 - 12% open Β· β±οΈ 08.05.2021):
```
git clone https://github.com/hakancelik96/unimport
```
- [PyPi](https://pypi.org/project/unimport) (π₯ 3.2K / month Β· β±οΈ 10.03.2021):
```
pip install unimport
```
retype (π₯17 Β· β 100) - Re-apply type annotations from .pyi stubs to your codebase. MIT
- [GitHub](https://github.com/ambv/retype) (π¨βπ» 8 Β· π 16 Β· π 14 - 64% open Β· β±οΈ 15.05.2021):
```
git clone https://github.com/ambv/retype
```
- [PyPi](https://pypi.org/project/retype) (π₯ 900 / month Β· π¦ 34 Β· β±οΈ 15.05.2021):
```
pip install retype
```
- [Conda](https://anaconda.org/conda-forge/retype) (π₯ 13K Β· β±οΈ 16.05.2021):
```
conda install -c conda-forge retype
```
massedit (π₯16 Β· β 90) - Programmatically edit text files with Python. Useful for source to source.. MIT
- [GitHub](https://github.com/elmotec/massedit) (π¨βπ» 6 Β· π 14 Β· π₯ 15 Β· π 8 - 37% open Β· β±οΈ 23.12.2020):
```
git clone https://github.com/elmotec/massedit
```
- [PyPi](https://pypi.org/project/massedit) (π₯ 1K / month Β· π¦ 10 Β· β±οΈ 23.12.2020):
```
pip install massedit
```
com2ann (π₯13 Β· β 90) - Tool for translation type comments to type annotations in Python. MIT
- [GitHub](https://github.com/ilevkivskyi/com2ann) (π¨βπ» 3 Β· π 5 Β· π¦ 2 Β· π 18 - 22% open Β· β±οΈ 07.03.2021):
```
git clone https://github.com/ilevkivskyi/com2ann
```
- [PyPi](https://pypi.org/project/com2ann) (π₯ 680 / month Β· β±οΈ 17.06.2019):
```
pip install com2ann
```
Show 5 hidden projects...
- redbaron (π₯23 Β· β 600 Β· π) - Bottom-up approach to refactoring in python. βοΈLGPL-3.0
- baron (π₯22 Β· β 260 Β· π) - IDE allow you to refactor code, Baron allows you to write.. βοΈLGPL-3.0
- unify (π₯20 Β· β 56 Β· π) - Modifies strings to all use the same quote where possible. MIT
- eradicate (π₯19 Β· β 110 Β· π€) - Removes commented-out code from Python files. βοΈSaxpath
- pep8ify (π₯16 Β· β 110 Β· π) - A library that modifies python source code to conform to pep8. Apache-2
## Code Security
bandit (π₯31 Β· β 3.3K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
- [GitHub](https://github.com/PyCQA/bandit) (π¨βπ» 130 Β· π 330 Β· π₯ 46 Β· π¦ 6.9K Β· π 530 - 31% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/PyCQA/bandit
```
- [PyPi](https://pypi.org/project/bandit) (π₯ 1.5M / month Β· π¦ 2.4K Β· β±οΈ 13.12.2020):
```
pip install bandit
```
- [Conda](https://anaconda.org/conda-forge/bandit) (π₯ 72K Β· β±οΈ 10.03.2021):
```
conda install -c conda-forge bandit
```
safety (π₯28 Β· β 1K) - Safety checks your installed dependencies for known security vulnerabilities. MIT
- [GitHub](https://github.com/pyupio/safety) (π¨βπ» 35 Β· π 86 Β· π₯ 53K Β· π¦ 1.9K Β· π 110 - 39% open Β· β±οΈ 28.04.2021):
```
git clone https://github.com/pyupio/safety
```
- [PyPi](https://pypi.org/project/safety) (π₯ 570K / month Β· π¦ 540 Β· β±οΈ 15.01.2021):
```
pip install safety
```
- [Conda](https://anaconda.org/conda-forge/safety) (π₯ 19K Β· β±οΈ 15.01.2021):
```
conda install -c conda-forge safety
```
sqlmap (π₯27 Β· β 20K) - Automatic SQL injection and database takeover tool. βοΈGPL-3.0
- [GitHub](https://github.com/sqlmapproject/sqlmap) (π¨βπ» 110 Β· π 4.3K Β· π 4.3K - 1% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/sqlmapproject/sqlmap
```
- [PyPi](https://pypi.org/project/sqlmap) (π₯ 12K / month Β· π¦ 8 Β· β±οΈ 08.06.2021):
```
pip install sqlmap
```
dodgy (π₯21 Β· β 89) - Looks at Python code to search for things which look dodgy such as passwords.. MIT
- [GitHub](https://github.com/landscapeio/dodgy) (π¨βπ» 14 Β· π 18 Β· π¦ 1.3K Β· π 11 - 72% open Β· β±οΈ 21.03.2021):
```
git clone https://github.com/landscapeio/dodgy
```
- [PyPi](https://pypi.org/project/dodgy) (π₯ 150K / month Β· π¦ 520 Β· β±οΈ 31.12.2019):
```
pip install dodgy
```
- [Conda](https://anaconda.org/conda-forge/dodgy) (π₯ 24K Β· β±οΈ 10.06.2020):
```
conda install -c conda-forge dodgy
```
dlint (π₯19 Β· β 320) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
- [GitHub](https://github.com/dlint-py/dlint) (π¨βπ» 7 Β· π 13 Β· π 32 - 62% open Β· β±οΈ 08.12.2020):
```
git clone https://github.com/dlint-py/dlint
```
- [PyPi](https://pypi.org/project/dlint) (π₯ 27K / month Β· π¦ 18 Β· β±οΈ 30.10.2020):
```
pip install dlint
```
Show 2 hidden projects...
- pyarmor (π₯25 Β· β 980) - A tool used to obfuscate python scripts, bind obfuscated scripts.. βοΈSGI-B-2.0
- pyt (π₯22 Β· β 2K Β· π) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. βοΈGPL-2.0
## Virtual Environments
pipenv (π₯37 Β· β 22K Β· π) - Python Development Workflow for Humans. MIT
- [GitHub](https://github.com/pypa/pipenv) (π¨βπ» 380 Β· π 1.6K Β· π¦ 19K Β· π 3.4K - 15% open Β· β±οΈ 29.05.2021):
```
git clone https://github.com/pypa/pipenv
```
- [PyPi](https://pypi.org/project/pipenv) (π₯ 3.5M / month Β· π¦ 2.3K Β· β±οΈ 29.05.2021):
```
pip install pipenv
```
- [Conda](https://anaconda.org/conda-forge/pipenv) (π₯ 40K Β· β±οΈ 15.11.2020):
```
conda install -c conda-forge pipenv
```
virtualenv (π₯32 Β· β 3.9K) - Virtual Python Environment builder. MIT
- [GitHub](https://github.com/pypa/virtualenv) (π¨βπ» 170 Β· π 890 Β· π 1.1K - 5% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/pypa/virtualenv
```
- [PyPi](https://pypi.org/project/virtualenv) (π₯ 19M / month Β· π¦ 34K Β· β±οΈ 24.05.2021):
```
pip install virtualenv
```
- [Conda](https://anaconda.org/conda-forge/virtualenv) (π₯ 940K Β· β±οΈ 24.05.2021):
```
conda install -c conda-forge virtualenv
```
pyenv (π₯26 Β· β 24K) - Simple Python version management. MIT
- [GitHub](https://github.com/pyenv/pyenv) (π¨βπ» 330 Β· π 2.1K Β· π 1.3K - 3% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/pyenv/pyenv
```
- [PyPi](https://pypi.org/project/pyenv) (π₯ 6.8K / month Β· π¦ 1 Β· β±οΈ 12.01.2019):
```
pip install pyenv
```
pyenv-virtualenv (π₯18 Β· β 4.3K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
- [GitHub](https://github.com/pyenv/pyenv-virtualenv) (π¨βπ» 43 Β· π 290 Β· π 310 - 43% open Β· β±οΈ 09.05.2021):
```
git clone https://github.com/pyenv/pyenv-virtualenv
```
pyenv-installer (π₯15 Β· β 2.7K) - This tool is used to install `pyenv` and friends. MIT
- [GitHub](https://github.com/pyenv/pyenv-installer) (π¨βπ» 32 Β· π 300 Β· π 66 - 7% open Β· β±οΈ 08.06.2021):
```
git clone https://github.com/pyenv/pyenv-installer
```
dh-virtualenv (π₯15 Β· β 1.5K) - Python virtualenvs in Debian packages. βοΈGPL-2.0
- [GitHub](https://github.com/spotify/dh-virtualenv) (π¨βπ» 56 Β· π 160 Β· π 180 - 14% open Β· β±οΈ 12.04.2021):
```
git clone https://github.com/spotify/dh-virtualenv
```
Show 2 hidden projects...
- vex (π₯19 Β· β 370 Β· π) - Run a command in the named virtualenv. MIT
- pipenv-pipes (π₯14 Β· β 130 Β· π) - A PipEnv Environment Switcher. MIT
## Dependency & Package Mangers
pip (π₯34 Β· β 7.2K) - The Python package installer. MIT
- [GitHub](https://github.com/pypa/pip) (π¨βπ» 620 Β· π 2.3K Β· π¦ 52K Β· π 5.8K - 16% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/pypa/pip
```
- [PyPi](https://pypi.org/project/pip) (π₯ 87M / month Β· π¦ 19K Β· β±οΈ 23.05.2021):
```
pip install pip
```
- [Conda](https://anaconda.org/conda-forge/pip) (π₯ 21M Β· β±οΈ 23.05.2021):
```
conda install -c conda-forge pip
```
poetry (π₯32 Β· β 15K) - Python dependency management and packaging made easy. MIT
- [GitHub](https://github.com/python-poetry/poetry) (π¨βπ» 280 Β· π 1.2K Β· π₯ 6.8M Β· π 3.1K - 37% open Β· β±οΈ 04.06.2021):
```
git clone https://github.com/python-poetry/poetry
```
- [PyPi](https://pypi.org/project/poetry) (π₯ 2.5M / month Β· π¦ 64 Β· β±οΈ 21.05.2021):
```
pip install poetry
```
- [Conda](https://anaconda.org/conda-forge/poetry) (π₯ 220K Β· β±οΈ 15.04.2021):
```
conda install -c conda-forge poetry
```
pip-tools (π₯32 Β· β 5K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
- [GitHub](https://github.com/jazzband/pip-tools) (π¨βπ» 150 Β· π 430 Β· π 740 - 16% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/jazzband/pip-tools
```
- [PyPi](https://pypi.org/project/pip-tools) (π₯ 2.4M / month Β· π¦ 3.3K Β· β±οΈ 16.03.2021):
```
pip install pip-tools
```
- [Conda](https://anaconda.org/conda-forge/pip-tools) (π₯ 11K Β· β±οΈ 14.04.2021):
```
conda install -c conda-forge pip-tools
```
conda (π₯32 Β· β 4.2K) - OS-agnostic, system-level binary package manager and ecosystem. BSD-3
- [GitHub](https://github.com/conda/conda) (π¨βπ» 360 Β· π 1K Β· π 8K - 24% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/conda/conda
```
- [PyPi](https://pypi.org/project/conda) (π₯ 58K / month Β· π¦ 2.1K Β· β±οΈ 22.04.2017):
```
pip install conda
```
- [Conda](https://anaconda.org/conda-forge/conda) (π₯ 19M Β· β±οΈ 21.04.2021):
```
conda install -c conda-forge conda
```
pipreqs (π₯29 Β· β 3.5K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
- [GitHub](https://github.com/bndr/pipreqs) (π¨βπ» 50 Β· π 220 Β· π¦ 5.5K Β· π 170 - 48% open Β· β±οΈ 05.05.2021):
```
git clone https://github.com/bndr/pipreqs
```
- [PyPi](https://pypi.org/project/pipreqs) (π₯ 120K / month Β· π¦ 530 Β· β±οΈ 14.11.2019):
```
pip install pipreqs
```
- [Conda](https://anaconda.org/conda-forge/pipreqs) (π₯ 21K Β· β±οΈ 14.11.2019):
```
conda install -c conda-forge pipreqs
```
mamba (π₯25 Β· β 1.7K) - The Fast Cross-Platform Package Manager. BSD-3
- [GitHub](https://github.com/mamba-org/mamba) (π¨βπ» 51 Β· π 93 Β· π¦ 320 Β· π 480 - 29% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/mamba-org/mamba
```
- [Conda](https://anaconda.org/conda-forge/mamba) (π₯ 910K Β· β±οΈ 12.05.2021):
```
conda install -c conda-forge mamba
```
pipx (π₯24 Β· β 3.8K) - Install and Run Python Applications in Isolated Environments. MIT
- [GitHub](https://github.com/pypa/pipx) (π¨βπ» 56 Β· π 160 Β· π 400 - 17% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/pipxproject/pipx
```
- [PyPi](https://pypi.org/project/pipx) (π₯ 57K / month Β· π¦ 4 Β· β±οΈ 28.05.2021):
```
pip install pipx
```
dephell (π₯24 Β· β 1.7K) - Python project management. Manage packages: convert between formats,.. MIT
- [GitHub](https://github.com/dephell/dephell) (π¨βπ» 37 Β· π 99 Β· π₯ 130 Β· π¦ 210 Β· π 260 - 38% open Β· β±οΈ 11.01.2021):
```
git clone https://github.com/dephell/dephell
```
- [PyPi](https://pypi.org/project/dephell) (π₯ 21K / month Β· π¦ 8 Β· β±οΈ 28.04.2020):
```
pip install dephell
```
pyflow (π₯19 Β· β 790) - An installation and dependency system for Python. MIT
- [GitHub](https://github.com/David-OConnor/pyflow) (π¨βπ» 22 Β· π 28 Β· π₯ 3.1K Β· π 92 - 50% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/David-OConnor/pyflow
```
- [PyPi](https://pypi.org/project/pyflow) (π₯ 220 / month Β· β±οΈ 29.05.2021):
```
pip install pyflow
```
pip-run (π₯14 Β· β 60) - pip-run - dynamic dependency loader for Python. MIT
- [GitHub](https://github.com/jaraco/pip-run) (π¨βπ» 9 Β· π 10 Β· π 41 - 9% open Β· β±οΈ 24.03.2021):
```
git clone https://github.com/jaraco/pip-run
```
- [PyPi](https://pypi.org/project/pip-run) (π₯ 2.3K / month Β· β±οΈ 21.02.2021):
```
pip install pip-run
```
## Code Metrics & Complexity
mccabe (π₯29 Β· β 400) - McCabe complexity checker for Python. βοΈSaxpath
- [GitHub](https://github.com/PyCQA/mccabe) (π¨βπ» 21 Β· π 40 Β· π¦ 200K Β· π 41 - 17% open Β· β±οΈ 02.04.2021):
```
git clone https://github.com/PyCQA/mccabe
```
- [PyPi](https://pypi.org/project/mccabe) (π₯ 19M / month Β· π¦ 31K Β· β±οΈ 26.01.2017):
```
pip install mccabe
```
- [Conda](https://anaconda.org/conda-forge/mccabe) (π₯ 2.7M Β· β±οΈ 08.07.2018):
```
conda install -c conda-forge mccabe
```
radon (π₯28 Β· β 1.2K) - Various code metrics for Python code. MIT
- [GitHub](https://github.com/rubik/radon) (π¨βπ» 47 Β· π 94 Β· π¦ 1.8K Β· π 150 - 12% open Β· β±οΈ 08.06.2021):
```
git clone https://github.com/rubik/radon
```
- [PyPi](https://pypi.org/project/radon) (π₯ 390K / month Β· π¦ 1.1K Β· β±οΈ 08.06.2021):
```
pip install radon
```
- [Conda](https://anaconda.org/conda-forge/radon) (π₯ 30K Β· β±οΈ 18.09.2020):
```
conda install -c conda-forge radon
```
prospector (π₯26 Β· β 1.4K Β· π€) - Inspects Python source files and provides information about.. βοΈGPL-2.0
- [GitHub](https://github.com/PyCQA/prospector) (π¨βπ» 67 Β· π 130 Β· π¦ 2.3K Β· π 270 - 20% open Β· β±οΈ 21.10.2020):
```
git clone https://github.com/PyCQA/prospector
```
- [PyPi](https://pypi.org/project/prospector) (π₯ 410K / month Β· π¦ 1.1K Β· β±οΈ 21.10.2020):
```
pip install prospector
```
- [Conda](https://anaconda.org/conda-forge/prospector) (π₯ 24K Β· β±οΈ 18.11.2020):
```
conda install -c conda-forge prospector
```
xenon (π₯23 Β· β 190) - Monitoring tool based on radon. MIT
- [GitHub](https://github.com/rubik/xenon) (π¨βπ» 7 Β· π 13 Β· π¦ 210 Β· π 30 - 20% open Β· β±οΈ 26.05.2021):
```
git clone https://github.com/rubik/xenon
```
- [PyPi](https://pypi.org/project/xenon) (π₯ 65K / month Β· π¦ 120 Β· β±οΈ 26.05.2021):
```
pip install xenon
```
- [Conda](https://anaconda.org/conda-forge/xenon) (π₯ 12K Β· β±οΈ 12.10.2019):
```
conda install -c conda-forge xenon
```
wily (π₯20 Β· β 760 Β· π) - A Python application for tracking, reporting on timing and complexity.. Apache-2
- [GitHub](https://github.com/tonybaloney/wily) (π¨βπ» 15 Β· π 45 Β· π 79 - 39% open Β· β±οΈ 02.03.2021):
```
git clone https://github.com/tonybaloney/wily
```
- [PyPi](https://pypi.org/project/wily) (π₯ 6.8K / month Β· π¦ 16 Β· β±οΈ 02.09.2020):
```
pip install wily
```
Show 1 hidden projects...
- cohesion (π₯12 Β· β 140 Β· π) - A tool for measuring Python class cohesion. βοΈGPL-3.0
## Logging
tqdm (π₯36 Β· β 19K) - A Fast, Extensible Progress Bar for Python and CLI. MIT
- [GitHub](https://github.com/tqdm/tqdm) (π¨βπ» 100 Β· π 950 Β· π₯ 7.9K Β· π¦ 180K Β· π 800 - 35% open Β· β±οΈ 12.06.2021):
```
git clone https://github.com/tqdm/tqdm
```
- [PyPi](https://pypi.org/project/tqdm) (π₯ 23M / month Β· π¦ 26K Β· β±οΈ 12.06.2021):
```
pip install tqdm
```
- [Conda](https://anaconda.org/conda-forge/tqdm) (π₯ 6.5M Β· β±οΈ 12.06.2021):
```
conda install -c conda-forge tqdm
```
rich (π₯33 Β· β 27K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
- [GitHub](https://github.com/willmcgugan/rich) (π¨βπ» 95 Β· π 800 Β· π¦ 4.6K Β· π 460 - 1% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/willmcgugan/rich
```
- [PyPi](https://pypi.org/project/rich) (π₯ 1.8M / month Β· β±οΈ 09.06.2021):
```
pip install rich
```
- [Conda](https://anaconda.org/conda-forge/rich) (π₯ 250K Β· β±οΈ 09.06.2021):
```
conda install -c conda-forge rich
```
sentry-sdk (π₯32 Β· β 940) - The new Python SDK for Sentry.io. BSD-2
- [GitHub](https://github.com/getsentry/sentry-python) (π¨βπ» 99 Β· π 210 Β· π₯ 4.5K Β· π¦ 12K Β· π 550 - 31% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/getsentry/sentry-python
```
- [PyPi](https://pypi.org/project/sentry-sdk) (π₯ 9.3M / month Β· π¦ 990 Β· β±οΈ 06.05.2021):
```
pip install sentry-sdk
```
- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (π₯ 86K Β· β±οΈ 11.05.2021):
```
conda install -c conda-forge sentry-sdk
```
loguru (π₯31 Β· β 9.1K) - Python logging made (stupidly) simple. MIT
- [GitHub](https://github.com/Delgan/loguru) (π¨βπ» 29 Β· π 400 Β· π¦ 7.6K Β· π 420 - 11% open Β· β±οΈ 19.03.2021):
```
git clone https://github.com/Delgan/loguru
```
- [PyPi](https://pypi.org/project/loguru) (π₯ 1.6M / month Β· π¦ 340 Β· β±οΈ 20.09.2020):
```
pip install loguru
```
- [Conda](https://anaconda.org/conda-forge/loguru) (π₯ 190K Β· β±οΈ 19.04.2021):
```
conda install -c conda-forge loguru
```
tabulate (π₯31 Β· β 860) - Pretty-print tabular data in Python, a library and a command-line.. MIT
- [GitHub](https://github.com/astanin/python-tabulate) (π¨βπ» 67 Β· π 64 Β· π¦ 46K Β· π 84 - 32% open Β· β±οΈ 04.03.2021):
```
git clone https://github.com/astanin/python-tabulate
```
- [PyPi](https://pypi.org/project/tabulate) (π₯ 17M / month Β· π¦ 8.1K Β· β±οΈ 22.02.2021):
```
pip install tabulate
```
- [Conda](https://anaconda.org/conda-forge/tabulate) (π₯ 1.1M Β· β±οΈ 22.02.2021):
```
conda install -c conda-forge tabulate
```
python-json-logger (π₯29 Β· β 980 Β· π€) - Json Formatter for the standard python logger. BSD-2
- [GitHub](https://github.com/madzak/python-json-logger) (π¨βπ» 43 Β· π 140 Β· π¦ 15K Β· π 64 - 29% open Β· β±οΈ 12.10.2020):
```
git clone https://github.com/madzak/python-json-logger
```
- [PyPi](https://pypi.org/project/python-json-logger) (π₯ 3.4M / month Β· π¦ 920 Β· β±οΈ 12.10.2020):
```
pip install python-json-logger
```
- [Conda](https://anaconda.org/conda-forge/python-json-logger) (π₯ 690K Β· β±οΈ 12.10.2020):
```
conda install -c conda-forge python-json-logger
```
structlog (π₯28 Β· β 1.5K) - Structured Logging for Python. MIT
- [GitHub](https://github.com/hynek/structlog) (π¨βπ» 73 Β· π 140 Β· π¦ 3.3K Β· π 180 - 18% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/hynek/structlog
```
- [PyPi](https://pypi.org/project/structlog) (π₯ 2.2M / month Β· π¦ 1.2K Β· β±οΈ 18.02.2021):
```
pip install structlog
```
- [Conda](https://anaconda.org/conda-forge/structlog) (π₯ 110K Β· β±οΈ 22.02.2021):
```
conda install -c conda-forge structlog
```
colorlog (π₯28 Β· β 700) - A colored formatter for the python logging module. MIT
- [GitHub](https://github.com/borntyping/python-colorlog) (π¨βπ» 30 Β· π 75 Β· π¦ 10K Β· π 66 - 3% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/borntyping/python-colorlog
```
- [PyPi](https://pypi.org/project/colorlog) (π₯ 4.8M / month Β· π¦ 3.7K Β· β±οΈ 14.06.2021):
```
pip install colorlog
```
- [Conda](https://anaconda.org/conda-forge/colorlog) (π₯ 370K Β· β±οΈ 14.04.2021):
```
conda install -c conda-forge colorlog
```
python-coloredlogs (π₯28 Β· β 420 Β· π) - Colored terminal output for Python's logging module. MIT
- [GitHub](https://github.com/xolox/python-coloredlogs) (π¨βπ» 16 Β· π 36 Β· π¦ 8K Β· π 74 - 33% open Β· β±οΈ 11.06.2021):
```
git clone https://github.com/xolox/python-coloredlogs
```
- [PyPi](https://pypi.org/project/coloredlogs) (π₯ 1.7M / month Β· π¦ 2.1K Β· β±οΈ 11.06.2021):
```
pip install coloredlogs
```
progressbar2 (π₯27 Β· β 700) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
- [GitHub](https://github.com/WoLpH/python-progressbar) (π¨βπ» 38 Β· π 91 Β· π₯ 1.6K Β· π¦ 9.6K Β· π 190 - 4% open Β· β±οΈ 15.03.2021):
```
git clone https://github.com/WoLpH/python-progressbar
```
- [PyPi](https://pypi.org/project/progressbar2) (π₯ 1.1M / month Β· π¦ 2.2K Β· β±οΈ 09.09.2020):
```
pip install progressbar2
```
- [Conda](https://anaconda.org/conda-forge/progressbar2) (π₯ 290K Β· β±οΈ 09.09.2020):
```
conda install -c conda-forge progressbar2
```
alive-progress (π₯24 Β· β 2.5K) - A new kind of Progress Bar, with real time throughput, eta and.. MIT
- [GitHub](https://github.com/rsalmei/alive-progress) (π¨βπ» 1 Β· π 98 Β· π¦ 320 Β· π 70 - 30% open Β· β±οΈ 08.01.2021):
```
git clone https://github.com/rsalmei/alive-progress
```
- [PyPi](https://pypi.org/project/alive-progress) (π₯ 14K / month Β· β±οΈ 08.01.2021):
```
pip install alive-progress
```
- [Conda](https://anaconda.org/conda-forge/alive-progress) (π₯ 7.7K Β· β±οΈ 08.01.2021):
```
conda install -c conda-forge alive-progress
```
notifiers (π₯24 Β· β 1.9K) - The easy way to send notifications. MIT
- [GitHub](https://github.com/liiight/notifiers) (π¨βπ» 14 Β· π 72 Β· π¦ 140 Β· π 91 - 41% open Β· β±οΈ 30.12.2020):
```
git clone https://github.com/liiight/notifiers
```
- [PyPi](https://pypi.org/project/notifiers) (π₯ 300K / month Β· π¦ 6 Β· β±οΈ 05.10.2019):
```
pip install notifiers
```
better-exceptions (π₯23 Β· β 4K) - Pretty and useful exceptions in Python, automatically. MIT
- [GitHub](https://github.com/Qix-/better-exceptions) (π¨βπ» 14 Β· π 200 Β· π 70 - 41% open Β· β±οΈ 29.01.2021):
```
git clone https://github.com/Qix-/better-exceptions
```
- [PyPi](https://pypi.org/project/better-exceptions) (π₯ 31K / month Β· π¦ 74 Β· β±οΈ 29.01.2021):
```
pip install better-exceptions
```
rebound (π₯23 Β· β 3.6K) - Command-line tool that instantly fetches Stack Overflow results when an.. MIT
- [GitHub](https://github.com/shobrook/rebound) (π¨βπ» 16 Β· π 340 Β· π₯ 170 Β· π¦ 19 Β· π 58 - 34% open Β· β±οΈ 04.01.2021):
```
git clone https://github.com/shobrook/rebound
```
- [PyPi](https://pypi.org/project/rebound) (π₯ 1.5K / month Β· π¦ 14 Β· β±οΈ 07.06.2021):
```
pip install rebound
```
- [Conda](https://anaconda.org/conda-forge/rebound) (π₯ 130K Β· β±οΈ 07.06.2021):
```
conda install -c conda-forge rebound
```
stackprinter (π₯22 Β· β 1.1K) - Debugging-friendly exceptions for Python. MIT
- [GitHub](https://github.com/cknd/stackprinter) (π¨βπ» 6 Β· π 31 Β· π¦ 55 Β· π 23 - 39% open Β· β±οΈ 01.01.2021):
```
git clone https://github.com/cknd/stackprinter
```
- [PyPi](https://pypi.org/project/stackprinter) (π₯ 22K / month Β· π¦ 4 Β· β±οΈ 31.10.2020):
```
pip install stackprinter
```
PrettyErrors (π₯20 Β· β 2.1K) - Prettify Python exception output to make it legible. MIT
- [GitHub](https://github.com/onelivesleft/PrettyErrors) (π¨βπ» 4 Β· π 65 Β· π 30 - 3% open Β· β±οΈ 23.05.2021):
```
git clone https://github.com/onelivesleft/PrettyErrors
```
- [PyPi](https://pypi.org/project/pretty_errors) (π₯ 16K / month Β· β±οΈ 23.05.2021):
```
pip install pretty_errors
```
Show 3 hidden projects...
- logbook (π₯31 Β· β 1.4K Β· π) - A cool logging replacement for Python. BSD-3
- prettytable (π₯23 Β· β 480 Β· π) - Display tabular data in a visually appealing ASCII.. βοΈBSD-1-Clause
- tbvaccine (π₯15 Β· β 360 Β· π) - A small utility to pretty-print Python tracebacks. MIT
## Documentation
sphinx (π₯38 Β· β 4K) - Main repository for the Sphinx documentation builder. BSD-3
- [GitHub](https://github.com/sphinx-doc/sphinx) (π¨βπ» 650 Β· π 1.5K Β· π¦ 150K Β· π 5.4K - 14% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/sphinx-doc/sphinx
```
- [PyPi](https://pypi.org/project/sphinx) (π₯ 4.3M / month Β· π¦ 100K Β· β±οΈ 20.05.2021):
```
pip install sphinx
```
- [Conda](https://anaconda.org/conda-forge/sphinx) (π₯ 3.4M Β· β±οΈ 25.05.2021):
```
conda install -c conda-forge sphinx
```
mkdocs (π₯35 Β· β 12K) - Project documentation with Markdown. BSD-2
- [GitHub](https://github.com/mkdocs/mkdocs) (π¨βπ» 190 Β· π 1.8K Β· π¦ 13K Β· π 1.5K - 8% open Β· β±οΈ 09.06.2021):
```
git clone https://github.com/mkdocs/mkdocs
```
- [PyPi](https://pypi.org/project/mkdocs) (π₯ 600K / month Β· π¦ 5.9K Β· β±οΈ 09.06.2021):
```
pip install mkdocs
```
- [Conda](https://anaconda.org/conda-forge/mkdocs) (π₯ 140K Β· β±οΈ 01.06.2020):
```
conda install -c conda-forge mkdocs
```
mkdocs-material (π₯33 Β· β 6.7K) - A Material Design theme for MkDocs. MIT
- [GitHub](https://github.com/squidfunk/mkdocs-material) (π¨βπ» 120 Β· π 1.6K Β· π¦ 7K Β· π 1.1K - 0% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/squidfunk/mkdocs-material
```
- [PyPi](https://pypi.org/project/mkdocs-material) (π₯ 460K / month Β· π¦ 1.5K Β· β±οΈ 12.06.2021):
```
pip install mkdocs-material
```
- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (π₯ 46K Β· β±οΈ 12.06.2021):
```
conda install -c conda-forge mkdocs-material
```
sphinx_rtd_theme (π₯33 Β· β 3.7K) - Sphinx theme for readthedocs.org. MIT
- [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (π¨βπ» 100 Β· π 1.6K Β· π¦ 16 Β· π 690 - 28% open Β· β±οΈ 10.06.2021):
```
git clone https://github.com/readthedocs/sphinx_rtd_theme
```
- [PyPi](https://pypi.org/project/sphinx_rtd_theme) (π₯ 2M / month Β· π¦ 23K Β· β±οΈ 05.10.2018):
```
pip install sphinx_rtd_theme
```
- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (π₯ 1.4M Β· β±οΈ 06.04.2021):
```
conda install -c conda-forge sphinx_rtd_theme
```
numpydoc (π₯30 Β· β 17K) - Numpy's Sphinx extensions. BSD-3
- [GitHub](https://github.com/numpy/numpydoc) (π¨βπ» 65 Β· π 5.5K Β· π¦ 26K Β· π 140 - 35% open Β· β±οΈ 19.05.2021):
```
git clone https://github.com/numpy/numpydoc
```
- [PyPi](https://pypi.org/project/numpydoc) (π₯ 270K / month Β· π¦ 7.3K Β· β±οΈ 01.07.2020):
```
pip install numpydoc
```
- [Conda](https://anaconda.org/conda-forge/numpydoc) (π₯ 780K Β· β±οΈ 01.10.2020):
```
conda install -c conda-forge numpydoc
```
breathe (π₯29 Β· β 530) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
- [GitHub](https://github.com/michaeljones/breathe) (π¨βπ» 94 Β· π 140 Β· π₯ 71 Β· π¦ 4.6K Β· π 440 - 23% open Β· β±οΈ 18.05.2021):
```
git clone https://github.com/michaeljones/breathe
```
- [PyPi](https://pypi.org/project/breathe) (π₯ 91K / month Β· π¦ 2K Β· β±οΈ 06.05.2021):
```
pip install breathe
```
- [Conda](https://anaconda.org/conda-forge/breathe) (π₯ 200K Β· β±οΈ 08.05.2021):
```
conda install -c conda-forge breathe
```
sphinx-autodoc-typehints (π₯26 Β· β 350) - Type hints support for the Sphinx autodoc extension. MIT
- [GitHub](https://github.com/agronholm/sphinx-autodoc-typehints) (π¨βπ» 29 Β· π 65 Β· π 120 - 39% open Β· β±οΈ 15.04.2021):
```
git clone https://github.com/agronholm/sphinx-autodoc-typehints
```
- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (π₯ 280K / month Β· π¦ 1.4K Β· β±οΈ 12.10.2020):
```
pip install sphinx-autodoc-typehints
```
- [Conda](https://anaconda.org/conda-forge/sphinx-autodoc-typehints) (π₯ 180K Β· β±οΈ 15.04.2021):
```
conda install -c conda-forge sphinx-autodoc-typehints
```
sphinx-autobuild (π₯25 Β· β 330) - Watch a Sphinx directory and rebuild the documentation.. MIT
- [GitHub](https://github.com/executablebooks/sphinx-autobuild) (π¨βπ» 17 Β· π 48 Β· π 56 - 21% open Β· β±οΈ 14.03.2021):
```
git clone https://github.com/executablebooks/sphinx-autobuild
```
- [PyPi](https://pypi.org/project/sphinx-autobuild) (π₯ 160K / month Β· π¦ 4.7K Β· β±οΈ 14.03.2021):
```
pip install sphinx-autobuild
```
- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (π₯ 59K Β· β±οΈ 14.03.2021):
```
conda install -c conda-forge sphinx-autobuild
```
pdoc (π₯23 Β· β 940) - API Documentation for Python Projects. Unlicense
- [GitHub](https://github.com/mitmproxy/pdoc) (π¨βπ» 30 Β· π 110 Β· π¦ 320 Β· π 170 - 2% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/mitmproxy/pdoc
```
- [PyPi](https://pypi.org/project/pdoc) (π₯ 59K / month Β· π¦ 290 Β· β±οΈ 11.06.2021):
```
pip install pdoc
```
interrogate (π₯23 Β· β 260) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
- [GitHub](https://github.com/econchick/interrogate) (π¨βπ» 9 Β· π 20 Β· π¦ 630 Β· π 30 - 36% open Β· β±οΈ 02.06.2021):
```
git clone https://github.com/econchick/interrogate
```
- [PyPi](https://pypi.org/project/interrogate) (π₯ 65K / month Β· β±οΈ 15.05.2021):
```
pip install interrogate
```
mkdocs-pdf-export-plugin (π₯21 Β· β 190 Β· π€) - An MkDocs plugin to export content pages as PDF files. MIT
- [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (π¨βπ» 9 Β· π 29 Β· π¦ 130 Β· π 80 - 45% open Β· β±οΈ 23.07.2020):
```
git clone https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
```
- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (π₯ 14K / month Β· π¦ 4 Β· β±οΈ 23.07.2020):
```
pip install mkdocs-pdf-export-plugin
```
mkdocstrings (π₯20 Β· β 380) - Automatic documentation from sources, for MkDocs. ISC
- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (π¨βπ» 19 Β· π 44 Β· π 180 - 23% open Β· β±οΈ 09.06.2021):
```
git clone https://github.com/pawamoy/mkdocstrings
```
- [PyPi](https://pypi.org/project/mkdocstrings) (π₯ 49K / month Β· β±οΈ 09.06.2021):
```
pip install mkdocstrings
```
blacken-docs (π₯20 Β· β 220) - Run `black` on python code blocks in documentation files. MIT
- [GitHub](https://github.com/asottile/blacken-docs) (π¨βπ» 12 Β· π 17 Β· π 30 - 6% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/asottile/blacken-docs
```
- [PyPi](https://pypi.org/project/blacken-docs) (π₯ 6.5K / month Β· π¦ 22 Β· β±οΈ 02.03.2021):
```
pip install blacken-docs
```
- [Conda](https://anaconda.org/conda-forge/blacken-docs) (π₯ 17K Β· β±οΈ 02.03.2021):
```
conda install -c conda-forge blacken-docs
```
mkdocs-awesome-pages-plugin (π₯20 Β· β 150) - An MkDocs plugin that simplifies configuring page.. MIT
- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (π¨βπ» 2 Β· π 17 Β· π¦ 370 Β· π 38 - 15% open Β· β±οΈ 22.12.2020):
```
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
```
- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (π₯ 37K / month Β· π¦ 90 Β· β±οΈ 22.12.2020):
```
pip install mkdocs-awesome-pages-plugin
```
sphinx-markdown-builder (π₯19 Β· β 100 Β· π€) - sphinx builder that outputs markdown files. MIT
- [GitHub](https://github.com/clayrisser/sphinx-markdown-builder) (π¨βπ» 16 Β· π 28 Β· π¦ 150 Β· π 34 - 52% open Β· β±οΈ 07.10.2020):
```
git clone https://github.com/codejamninja/sphinx-markdown-builder
```
- [PyPi](https://pypi.org/project/sphinx-markdown-builder) (π₯ 15K / month Β· π¦ 42 Β· β±οΈ 23.12.2019):
```
pip install sphinx-markdown-builder
```
mkdocs-with-pdf (π₯19 Β· β 64) - Generate a single PDF file from MkDocs repository. MIT
- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (π¨βπ» 6 Β· π 9 Β· π¦ 28 Β· π 46 - 32% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/orzih/mkdocs-with-pdf
```
- [PyPi](https://pypi.org/project/mkdocs-with-pdf) (π₯ 4.9K / month Β· β±οΈ 15.06.2021):
```
pip install mkdocs-with-pdf
```
portray (π₯18 Β· β 740) - Your Project with Great Documentation. MIT
- [GitHub](https://github.com/timothycrosley/portray) (π¨βπ» 16 Β· π 57 Β· π 49 - 40% open Β· β±οΈ 13.06.2021):
```
git clone https://github.com/timothycrosley/portray
```
- [PyPi](https://pypi.org/project/portray) (π₯ 7.2K / month Β· π¦ 8 Β· β±οΈ 13.06.2021):
```
pip install portray
```
lazydocs (π₯16 Β· β 26) - Generate markdown API documentation from Google-style Python docstring... MIT
- [GitHub](https://github.com/ml-tooling/lazydocs) (π¨βπ» 4 Β· π 5 Β· π¦ 24 Β· β±οΈ 15.03.2021):
```
git clone https://github.com/ml-tooling/lazydocs
```
- [PyPi](https://pypi.org/project/lazydocs) (π₯ 290 / month Β· β±οΈ 15.03.2021):
```
pip install lazydocs
```
Show 7 hidden projects...
- alabaster (π₯31 Β· β 610 Β· π) - Lightweight, configurable Sphinx theme. Now the Sphinx.. BSD-3
- sphinx-bootstrap-theme (π₯25 Β· β 580 Β· π) - Sphinx Bootstrap Theme. MIT
- releases (π₯23 Β· β 160 Β· π) - A powerful Sphinx changelog-generating extension. BSD-2
- pycco (π₯22 Β· β 750 Β· π) - Literate-style documentation generator. MIT
- mkdocs-git-revision-date-plugin (π₯19 Β· β 34 Β· π€) - MkDocs plugin for setting revision date from git per.. MIT
- mkdocs-versioning (π₯18 Β· β 40) - A tool that allows for versioning sites built with mkdocs. MIT
- mkdocs-print-site-plugin (π₯17 Β· β 18) - MkDocs Plugin allowing your visitors to *File Print.. MIT
## Debugging Tools
ipdb (π₯31 Β· β 1.4K) - Integration of IPython pdb. BSD-3
- [GitHub](https://github.com/gotcha/ipdb) (π¨βπ» 48 Β· π 130 Β· π¦ 26K Β· π 160 - 31% open Β· β±οΈ 02.06.2021):
```
git clone https://github.com/gotcha/ipdb
```
- [PyPi](https://pypi.org/project/ipdb) (π₯ 1.6M / month Β· π¦ 17K Β· β±οΈ 02.06.2021):
```
pip install ipdb
```
- [Conda](https://anaconda.org/conda-forge/ipdb) (π₯ 170K Β· β±οΈ 19.04.2021):
```
conda install -c conda-forge ipdb
```
PySnooper (π₯29 Β· β 14K) - Never use print for debugging again. MIT
- [GitHub](https://github.com/cool-RR/PySnooper) (π¨βπ» 26 Β· π 900 Β· π¦ 420 Β· π 110 - 16% open Β· β±οΈ 19.05.2021):
```
git clone https://github.com/cool-RR/PySnooper
```
- [PyPi](https://pypi.org/project/pysnooper) (π₯ 92K / month Β· π¦ 46 Β· β±οΈ 19.05.2021):
```
pip install pysnooper
```
- [Conda](https://anaconda.org/conda-forge/pysnooper) (π₯ 36K Β· β±οΈ 19.05.2021):
```
conda install -c conda-forge pysnooper
```
pyelftools (π₯28 Β· β 1.2K) - Parsing ELF and DWARF in Python. Unlicense
- [GitHub](https://github.com/eliben/pyelftools) (π¨βπ» 75 Β· π 390 Β· π¦ 2.2K Β· π 170 - 32% open Β· β±οΈ 27.05.2021):
```
git clone https://github.com/eliben/pyelftools
```
- [PyPi](https://pypi.org/project/pyelftools) (π₯ 640K / month Β· π¦ 880 Β· β±οΈ 27.10.2020):
```
pip install pyelftools
```
- [Conda](https://anaconda.org/conda-forge/pyelftools) (π₯ 66K Β· β±οΈ 27.10.2020):
```
conda install -c conda-forge pyelftools
```
pudb (π₯26 Β· β 2.1K Β· π) - Full-screen console debugger for Python. MIT
- [GitHub](https://github.com/inducer/pudb) (π¨βπ» 77 Β· π 180 Β· π¦ 2.4K Β· π 270 - 51% open Β· β±οΈ 08.06.2021):
```
git clone https://github.com/inducer/pudb
```
- [PyPi](https://pypi.org/project/pudb) (π₯ 440K / month Β· π¦ 1.4K Β· β±οΈ 08.05.2021):
```
pip install pudb
```
- [Conda](https://anaconda.org/conda-forge/pudb) (π₯ 100K Β· β±οΈ 15.04.2020):
```
conda install -c conda-forge pudb
```
pdbpp (π₯26 Β· β 750) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
- [GitHub](https://github.com/pdbpp/pdbpp) (π¨βπ» 39 Β· π 42 Β· π¦ 2.1K Β· π 160 - 34% open Β· β±οΈ 30.04.2021):
```
git clone https://github.com/pdbpp/pdbpp
```
- [PyPi](https://pypi.org/project/pdbpp) (π₯ 270K / month Β· π¦ 1K Β· β±οΈ 04.10.2019):
```
pip install pdbpp
```
- [Conda](https://anaconda.org/conda-forge/pdbpp) (π₯ 58K Β· β±οΈ 07.05.2019):
```
conda install -c conda-forge pdbpp
```
gdbgui (π₯25 Β· β 8K) - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view.. βοΈGPL-3.0
- [GitHub](https://github.com/cs01/gdbgui) (π¨βπ» 35 Β· π 470 Β· π₯ 3.9K Β· π¦ 89 Β· π 270 - 41% open Β· β±οΈ 01.06.2021):
```
git clone https://github.com/cs01/gdbgui
```
- [PyPi](https://pypi.org/project/gdbgui) (π₯ 96K / month Β· π¦ 2 Β· β±οΈ 20.05.2021):
```
pip install gdbgui
```
typeguard (π₯25 Β· β 650) - Run-time type checker for Python. MIT
- [GitHub](https://github.com/agronholm/typeguard) (π¨βπ» 18 Β· π 61 Β· π 160 - 25% open Β· β±οΈ 04.06.2021):
```
git clone https://github.com/agronholm/typeguard
```
- [PyPi](https://pypi.org/project/typeguard) (π₯ 2.6M / month Β· π¦ 160 Β· β±οΈ 04.06.2021):
```
pip install typeguard
```
- [Conda](https://anaconda.org/conda-forge/typeguard) (π₯ 42K Β· β±οΈ 04.06.2021):
```
conda install -c conda-forge typeguard
```
icecream (π₯23 Β· β 4.8K) - Never use print() to debug again. MIT
- [GitHub](https://github.com/gruns/icecream) (π¨βπ» 14 Β· π 93 Β· π 67 - 26% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/gruns/icecream
```
- [PyPi](https://pypi.org/project/icecream) (π₯ 61K / month Β· π¦ 6 Β· β±οΈ 27.01.2021):
```
pip install icecream
```
python-hunter (π₯22 Β· β 620) - Hunter is a flexible code tracing toolkit. BSD-2
- [GitHub](https://github.com/ionelmc/python-hunter) (π¨βπ» 8 Β· π 32 Β· π¦ 61 Β· π 83 - 44% open Β· β±οΈ 11.06.2021):
```
git clone https://github.com/ionelmc/python-hunter
```
- [PyPi](https://pypi.org/project/hunter) (π₯ 5.5K / month Β· π¦ 34 Β· β±οΈ 12.06.2021):
```
pip install hunter
```
snoop (π₯22 Β· β 590) - A powerful set of Python debugging tools, based on PySnooper. MIT
- [GitHub](https://github.com/alexmojaki/snoop) (π¨βπ» 20 Β· π 20 Β· π¦ 50 Β· π 29 - 44% open Β· β±οΈ 26.03.2021):
```
git clone https://github.com/alexmojaki/snoop
```
- [PyPi](https://pypi.org/project/snoop) (π₯ 35K / month Β· π¦ 8 Β· β±οΈ 26.03.2021):
```
pip install snoop
```
python-manhole (π₯21 Β· β 310) - Debugging manhole for python applications. BSD-2
- [GitHub](https://github.com/ionelmc/python-manhole) (π¨βπ» 10 Β· π 15 Β· π¦ 70 Β· π 20 - 25% open Β· β±οΈ 08.04.2021):
```
git clone https://github.com/ionelmc/python-manhole
```
- [PyPi](https://pypi.org/project/manhole) (π₯ 7.6K / month Β· π¦ 66 Β· β±οΈ 08.04.2021):
```
pip install manhole
```
Birdseye (π₯19 Β· β 1.4K) - Graphical Python debugger which lets you easily view the values of all.. MIT
- [GitHub](https://github.com/alexmojaki/birdseye) (π¨βπ» 9 Β· π 70 Β· π 48 - 35% open Β· β±οΈ 26.03.2021):
```
git clone https://github.com/alexmojaki/birdseye
```
- [PyPi](https://pypi.org/project/birdseye) (π₯ 1.3K / month Β· β±οΈ 25.08.2020):
```
pip install birdseye
```
Show 1 hidden projects...
- pyrasite (π₯21 Β· β 2.5K Β· π) - Inject code into running Python processes. βοΈGPL-3.0
## Testing Tools
π 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.4K) - The pytest framework makes it easy to write small tests, yet scales.. MIT
- [GitHub](https://github.com/pytest-dev/pytest) (π¨βπ» 730 Β· π 1.7K Β· π¦ 330K Β· π 4.5K - 14% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/pytest-dev/pytest
```
- [PyPi](https://pypi.org/project/pytest) (π₯ 28M / month Β· π¦ 130K Β· β±οΈ 04.05.2021):
```
pip install pytest
```
- [Conda](https://anaconda.org/conda-forge/pytest) (π₯ 8.2M Β· β±οΈ 27.05.2021):
```
conda install -c conda-forge pytest
```
tox (π₯36 Β· β 2.3K) - Command line driven CI frontend and development task automation tool. MIT
- [GitHub](https://github.com/tox-dev/tox) (π¨βπ» 240 Β· π 370 Β· π¦ 45K Β· π 1.2K - 11% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/tox-dev/tox
```
- [PyPi](https://pypi.org/project/tox) (π₯ 4.2M / month Β· π¦ 36K Β· β±οΈ 05.05.2021):
```
pip install tox
```
- [Conda](https://anaconda.org/conda-forge/tox) (π₯ 290K Β· β±οΈ 05.05.2021):
```
conda install -c conda-forge tox
```
robotframework (π₯34 Β· β 6K) - Generic automation framework for acceptance testing and RPA. Apache-2
- [GitHub](https://github.com/robotframework/robotframework) (π¨βπ» 140 Β· π 1.7K Β· π₯ 510 Β· π¦ 3.9K Β· π 3.6K - 5% open Β· β±οΈ 10.06.2021):
```
git clone https://github.com/robotframework/robotframework
```
- [PyPi](https://pypi.org/project/robotframework) (π₯ 720K / month Β· π¦ 1.4K Β· β±οΈ 25.05.2021):
```
pip install robotframework
```
- [Conda](https://anaconda.org/conda-forge/robotframework) (π₯ 51K Β· β±οΈ 25.05.2021):
```
conda install -c conda-forge robotframework
```
hypothesis (π₯33 Β· β 5.2K) - Hypothesis is a powerful, flexible, and easy to use library for.. MPL-2.0
- [GitHub](https://github.com/HypothesisWorks/hypothesis) (π¨βπ» 250 Β· π 460 Β· π¦ 9K Β· π 1.1K - 5% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/HypothesisWorks/hypothesis
```
- [PyPi](https://pypi.org/project/hypothesis) (π₯ 1.7M / month Β· π¦ 2.6K Β· β±οΈ 09.06.2021):
```
pip install hypothesis
```
- [Conda](https://anaconda.org/conda-forge/hypothesis) (π₯ 4.3M Β· β±οΈ 09.06.2021):
```
conda install -c conda-forge hypothesis
```
freezegun (π₯32 Β· β 2.9K) - Let your Python tests travel through time. Apache-2
- [GitHub](https://github.com/spulec/freezegun) (π¨βπ» 94 Β· π 200 Β· π¦ 8.2K Β· π 230 - 28% open Β· β±οΈ 20.01.2021):
```
git clone https://github.com/spulec/freezegun
```
- [PyPi](https://pypi.org/project/freezegun) (π₯ 4.1M / month Β· π¦ 8.4K Β· β±οΈ 20.01.2021):
```
pip install freezegun
```
- [Conda](https://anaconda.org/conda-forge/freezegun) (π₯ 230K Β· β±οΈ 20.01.2021):
```
conda install -c conda-forge freezegun
```
pytest-cov (π₯32 Β· β 1K) - Coverage plugin for pytest. MIT
- [GitHub](https://github.com/pytest-dev/pytest-cov) (π¨βπ» 66 Β· π 140 Β· π¦ 89K Β· π 290 - 34% open Β· β±οΈ 01.06.2021):
```
git clone https://github.com/pytest-dev/pytest-cov
```
- [PyPi](https://pypi.org/project/pytest-cov) (π₯ 13M / month Β· π¦ 43K Β· β±οΈ 01.06.2021):
```
pip install pytest-cov
```
- [Conda](https://anaconda.org/conda-forge/pytest-cov) (π₯ 2.9M Β· β±οΈ 02.06.2021):
```
conda install -c conda-forge pytest-cov
```
pytest-xdist (π₯32 Β· β 720) - pytest plugin for distributed testing and loop-on-failures.. MIT
- [GitHub](https://github.com/pytest-dev/pytest-xdist) (π¨βπ» 74 Β· π 150 Β· π¦ 19K Β· π 430 - 46% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/pytest-dev/pytest-xdist
```
- [PyPi](https://pypi.org/project/pytest-xdist) (π₯ 4.6M / month Β· π¦ 7.3K Β· β±οΈ 16.06.2021):
```
pip install pytest-xdist
```
- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (π₯ 1.4M Β· β±οΈ 17.06.2021):
```
conda install -c conda-forge pytest-xdist
```
coveralls-python (π₯31 Β· β 460) - Show coverage stats online via coveralls.io. MIT
- [GitHub](https://github.com/TheKevJames/coveralls-python) (π¨βπ» 57 Β· π 170 Β· π¦ 18K Β· π 140 - 5% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/coveralls-clients/coveralls-python
```
- [PyPi](https://pypi.org/project/coveralls) (π₯ 570K / month Β· π¦ 17K Β· β±οΈ 24.05.2021):
```
pip install coveralls
```
factory_boy (π₯30 Β· β 2.5K) - A test fixtures replacement for Python. MIT
- [GitHub](https://github.com/FactoryBoy/factory_boy) (π¨βπ» 120 Β· π 320 Β· π 480 - 28% open Β· β±οΈ 31.05.2021):
```
git clone https://github.com/FactoryBoy/factory_boy
```
- [PyPi](https://pypi.org/project/factory_boy) (π₯ 1.7M / month Β· π¦ 4.3K Β· β±οΈ 05.05.2018):
```
pip install factory_boy
```
- [Conda](https://anaconda.org/conda-forge/factory_boy) (π₯ 71K Β· β±οΈ 04.04.2021):
```
conda install -c conda-forge factory_boy
```
pyautogui (π₯29 Β· β 5.2K Β· π) - A cross-platform GUI automation Python module for human beings... BSD-3
- [GitHub](https://github.com/asweigart/pyautogui) (π¨βπ» 50 Β· π 720 Β· π¦ 8.3K Β· π 480 - 64% open Β· β±οΈ 18.04.2021):
```
git clone https://github.com/asweigart/pyautogui
```
- [PyPi](https://pypi.org/project/pyautogui) (π₯ 430K / month Β· π¦ 610 Β· β±οΈ 06.10.2020):
```
pip install pyautogui
```
- [Conda](https://anaconda.org/conda-forge/pyautogui) (π₯ 120K Β· β±οΈ 13.10.2020):
```
conda install -c conda-forge pyautogui
```
pytest-mock (π₯29 Β· β 1.1K) - Thin-wrapper around the mock package for easier use with pytest. MIT
- [GitHub](https://github.com/pytest-dev/pytest-mock) (π¨βπ» 54 Β· π 95 Β· π¦ 17K Β· π 99 - 10% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/pytest-dev/pytest-mock
```
- [PyPi](https://pypi.org/project/pytest-mock) (π₯ 4.1M / month Β· π¦ 6.2K Β· β±οΈ 06.05.2021):
```
pip install pytest-mock
```
- [Conda](https://anaconda.org/conda-forge/pytest-mock) (π₯ 950K Β· β±οΈ 07.05.2021):
```
conda install -c conda-forge pytest-mock
```
pytest-asyncio (π₯29 Β· β 730) - Pytest support for asyncio. Apache-2
- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (π¨βπ» 26 Β· π 80 Β· π¦ 13K Β· π 160 - 40% open Β· β±οΈ 30.05.2021):
```
git clone https://github.com/pytest-dev/pytest-asyncio
```
- [PyPi](https://pypi.org/project/pytest-asyncio) (π₯ 1.6M / month Β· π¦ 2K Β· β±οΈ 21.04.2021):
```
pip install pytest-asyncio
```
- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (π₯ 450K Β· β±οΈ 21.05.2021):
```
conda install -c conda-forge pytest-asyncio
```
pytest-html (π₯29 Β· β 420) - Plugin for generating HTML reports for pytest results. MPL-2.0
- [GitHub](https://github.com/pytest-dev/pytest-html) (π¨βπ» 43 Β· π 170 Β· π¦ 11K Β· π 260 - 31% open Β· β±οΈ 23.01.2021):
```
git clone https://github.com/pytest-dev/pytest-html
```
- [PyPi](https://pypi.org/project/pytest-html) (π₯ 1.6M / month Β· π¦ 980 Β· β±οΈ 13.12.2020):
```
pip install pytest-html
```
- [Conda](https://anaconda.org/conda-forge/pytest-html) (π₯ 140K Β· β±οΈ 13.12.2020):
```
conda install -c conda-forge pytest-html
```
playwright-python (π₯28 Β· β 4.7K) - Python version of the Playwright testing and automation.. Apache-2
- [GitHub](https://github.com/microsoft/playwright-python) (π¨βπ» 21 Β· π 410 Β· π¦ 240 Β· π 360 - 4% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/microsoft/playwright-python
```
- [PyPi](https://pypi.org/project/playwright) (π₯ 82K / month Β· β±οΈ 11.06.2021):
```
pip install playwright
```
mimesis (π₯27 Β· β 3.3K) - Mimesis is a high-performance fake data generator for Python, which.. MIT
- [GitHub](https://github.com/lk-geimfari/mimesis) (π¨βπ» 110 Β· π 270 Β· π₯ 160 Β· π 290 - 2% open Β· β±οΈ 30.04.2021):
```
git clone https://github.com/lk-geimfari/mimesis
```
- [PyPi](https://pypi.org/project/mimesis) (π₯ 120K / month Β· π¦ 84 Β· β±οΈ 21.12.2020):
```
pip install mimesis
```
pytest-benchmark (π₯27 Β· β 780) - py.test fixture for benchmarking code. BSD-2
- [GitHub](https://github.com/ionelmc/pytest-benchmark) (π¨βπ» 33 Β· π 83 Β· π¦ 1.9K Β· π 150 - 49% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/ionelmc/pytest-benchmark
```
- [PyPi](https://pypi.org/project/pytest-benchmark) (π₯ 320K / month Β· π¦ 730 Β· β±οΈ 17.04.2021):
```
pip install pytest-benchmark
```
- [Conda](https://anaconda.org/conda-forge/pytest-benchmark) (π₯ 600K Β· β±οΈ 18.04.2021):
```
conda install -c conda-forge pytest-benchmark
```
pytest-sugar (π₯27 Β· β 710 Β· π€) - a plugin for py.test that changes the default look and.. BSD-3
- [GitHub](https://github.com/Teemu/pytest-sugar) (π¨βπ» 36 Β· π 51 Β· π¦ 7.4K Β· π 100 - 33% open Β· β±οΈ 24.10.2020):
```
git clone https://github.com/Teemu/pytest-sugar
```
- [PyPi](https://pypi.org/project/pytest-sugar) (π₯ 500K / month Β· π¦ 4.6K Β· β±οΈ 06.07.2020):
```
pip install pytest-sugar
```
- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (π₯ 100K Β· β±οΈ 18.09.2020):
```
conda install -c conda-forge pytest-sugar
```
nose2 (π₯27 Β· β 680) - The successor to nose, based on unittest2. BSD-3
- [GitHub](https://github.com/nose-devs/nose2) (π¨βπ» 71 Β· π 130 Β· π¦ 3.8K Β· π 250 - 21% open Β· β±οΈ 10.03.2021):
```
git clone https://github.com/nose-devs/nose2
```
- [PyPi](https://pypi.org/project/nose2) (π₯ 390K / month Β· π¦ 1.9K Β· β±οΈ 27.01.2021):
```
pip install nose2
```
- [Conda](https://anaconda.org/conda-forge/nose2) (π₯ 32K Β· β±οΈ 02.02.2020):
```
conda install -c conda-forge nose2
```
ddt (π₯27 Β· β 390) - Data-Driven Tests for Python Unittest. MIT
- [GitHub](https://github.com/datadriventests/ddt) (π¨βπ» 34 Β· π 96 Β· π¦ 3.6K Β· π 47 - 36% open Β· β±οΈ 12.03.2021):
```
git clone https://github.com/datadriventests/ddt
```
- [PyPi](https://pypi.org/project/ddt) (π₯ 290K / month Β· π¦ 2.5K Β· β±οΈ 15.05.2020):
```
pip install ddt
```
- [Conda](https://anaconda.org/conda-forge/ddt) (π₯ 60K Β· β±οΈ 15.05.2020):
```
conda install -c conda-forge ddt
```
green (π₯26 Β· β 700) - Green is a clean, colorful, fast python test runner. MIT
- [GitHub](https://github.com/CleanCut/green) (π¨βπ» 37 Β· π 74 Β· π¦ 580 Β· π 170 - 3% open Β· β±οΈ 28.04.2021):
```
git clone https://github.com/CleanCut/green
```
- [PyPi](https://pypi.org/project/green) (π₯ 17K / month Β· π¦ 360 Β· β±οΈ 28.04.2021):
```
pip install green
```
- [Conda](https://anaconda.org/conda-forge/green) (π₯ 80K Β· β±οΈ 12.11.2020):
```
conda install -c conda-forge green
```
pytest-mypy (π₯26 Β· β 190) - Mypy static type checker plugin for Pytest. MIT
- [GitHub](https://github.com/dbader/pytest-mypy) (π¨βπ» 15 Β· π 31 Β· π¦ 1.1K Β· π 43 - 20% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/dbader/pytest-mypy
```
- [PyPi](https://pypi.org/project/pytest-mypy) (π₯ 250K / month Β· π¦ 270 Β· β±οΈ 21.03.2021):
```
pip install pytest-mypy
```
- [Conda](https://anaconda.org/conda-forge/pytest-mypy) (π₯ 10K Β· β±οΈ 24.11.2020):
```
conda install -c conda-forge pytest-mypy
```
pytest-bdd (π₯25 Β· β 830) - BDD library for the py.test runner. MIT
- [GitHub](https://github.com/pytest-dev/pytest-bdd) (π¨βπ» 40 Β· π 140 Β· π 230 - 44% open Β· β±οΈ 29.04.2021):
```
git clone https://github.com/pytest-dev/pytest-bdd
```
- [PyPi](https://pypi.org/project/pytest-bdd) (π₯ 190K / month Β· π¦ 270 Β· β±οΈ 07.12.2020):
```
pip install pytest-bdd
```
- [Conda](https://anaconda.org/conda-forge/pytest-bdd) (π₯ 30K Β· β±οΈ 03.02.2020):
```
conda install -c conda-forge pytest-bdd
```
asv (π₯25 Β· β 600) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
- [GitHub](https://github.com/airspeed-velocity/asv) (π¨βπ» 53 Β· π 130 Β· π¦ 170 Β· π 410 - 26% open Β· β±οΈ 25.03.2021):
```
git clone https://github.com/airspeed-velocity/asv
```
- [PyPi](https://pypi.org/project/asv) (π₯ 18K / month Β· π¦ 88 Β· β±οΈ 16.05.2020):
```
pip install asv
```
- [Conda](https://anaconda.org/conda-forge/asv) (π₯ 480K Β· β±οΈ 05.06.2021):
```
conda install -c conda-forge asv
```
pytest-testinfra (π₯24 Β· β 1.9K) - Testinfra test your infrastructures. Apache-2
- [GitHub](https://github.com/pytest-dev/pytest-testinfra) (π¨βπ» 100 Β· π 270 Β· π 310 - 36% open Β· β±οΈ 01.06.2021):
```
git clone https://github.com/pytest-dev/pytest-testinfra
```
- [PyPi](https://pypi.org/project/pytest-testinfra) (π₯ 85K / month Β· β±οΈ 18.03.2021):
```
pip install pytest-testinfra
```
uiautomator (π₯24 Β· β 1.7K Β· π€) - Python wrapper of Android uiautomator test tool. MIT
- [GitHub](https://github.com/xiaocong/uiautomator) (π¨βπ» 13 Β· π 590 Β· π¦ 190 Β· π 290 - 59% open Β· β±οΈ 16.11.2020):
```
git clone https://github.com/xiaocong/uiautomator
```
- [PyPi](https://pypi.org/project/uiautomator) (π₯ 13K / month Β· π¦ 120 Β· β±οΈ 16.11.2020):
```
pip install uiautomator
```
nox (π₯24 Β· β 570) - Flexible test automation for Python. Apache-2
- [GitHub](https://github.com/theacodes/nox) (π¨βπ» 58 Β· π 95 Β· π¦ 570 Β· π 220 - 15% open Β· β±οΈ 13.06.2021):
```
git clone https://github.com/theacodes/nox
```
- [PyPi](https://pypi.org/project/nox) (π₯ 350K / month Β· π¦ 56 Β· β±οΈ 13.06.2021):
```
pip install nox
```
- [Conda](https://anaconda.org/conda-forge/nox) (π₯ 30K Β· β±οΈ 08.06.2021):
```
conda install -c conda-forge nox
```
PyHamcrest (π₯24 Β· β 550) - Hamcrest matchers for Python. BSD-3
- [GitHub](https://github.com/hamcrest/PyHamcrest) (π¨βπ» 34 Β· π 82 Β· π 59 - 18% open Β· β±οΈ 08.03.2021):
```
git clone https://github.com/hamcrest/PyHamcrest
```
- [PyPi](https://pypi.org/project/pyhamcrest) (π₯ 930K / month Β· π¦ 3.4K Β· β±οΈ 02.03.2020):
```
pip install pyhamcrest
```
- [Conda](https://anaconda.org/conda-forge/pyhamcrest) (π₯ 360K Β· β±οΈ 02.03.2020):
```
conda install -c conda-forge pyhamcrest
```
pytest-testmon (π₯24 Β· β 480) - Selects tests affected by changed files. Continous.. βοΈAGPL-3.0
- [GitHub](https://github.com/tarpas/pytest-testmon) (π¨βπ» 16 Β· π 28 Β· π¦ 300 Β· π 110 - 25% open Β· β±οΈ 30.04.2021):
```
git clone https://github.com/tarpas/pytest-testmon
```
- [PyPi](https://pypi.org/project/pytest-testmon) (π₯ 78K / month Β· π¦ 98 Β· β±οΈ 28.04.2021):
```
pip install pytest-testmon
```
- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (π₯ 30K Β· β±οΈ 03.08.2019):
```
conda install -c conda-forge pytest-testmon
```
Mamba Test Runner (π₯24 Β· β 470 Β· π€) - The definitive testing tool for Python. Born under the.. MIT
- [GitHub](https://github.com/nestorsalceda/mamba) (π¨βπ» 22 Β· π 64 Β· π 97 - 46% open Β· β±οΈ 16.11.2020):
```
git clone https://github.com/nestorsalceda/mamba
```
- [PyPi](https://pypi.org/project/mamba) (π₯ 26K / month Β· π¦ 220 Β· β±οΈ 16.11.2020):
```
pip install mamba
```
pytest-randomly (π₯24 Β· β 320) - Pytest plugin to randomly order tests and control random.seed. MIT
- [GitHub](https://github.com/pytest-dev/pytest-randomly) (π¨βπ» 15 Β· π 22 Β· π 43 - 16% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/pytest-dev/pytest-randomly
```
- [PyPi](https://pypi.org/project/pytest-randomly) (π₯ 470K / month Β· π¦ 210 Β· β±οΈ 10.05.2021):
```
pip install pytest-randomly
```
xdoctest (π₯24 Β· β 97) - A rewrite of Python's builtin doctest module (with pytest plugin.. Apache-2
- [GitHub](https://github.com/Erotemic/xdoctest) (π¨βπ» 5 Β· π 5 Β· π¦ 1.1K Β· π 32 - 50% open Β· β±οΈ 19.02.2021):
```
git clone https://github.com/Erotemic/xdoctest
```
- [PyPi](https://pypi.org/project/xdoctest) (π₯ 81K / month Β· π¦ 52 Β· β±οΈ 29.01.2021):
```
pip install xdoctest
```
sixpack (π₯22 Β· β 1.7K Β· π€) - Sixpack is a language-agnostic a/b-testing framework. BSD-2
- [GitHub](https://github.com/sixpack/sixpack) (π¨βπ» 56 Β· π 180 Β· π¦ 8 Β· π 210 - 41% open Β· β±οΈ 26.08.2020):
```
git clone https://github.com/sixpack/sixpack
```
- [PyPi](https://pypi.org/project/sixpack) (π₯ 290 / month Β· π¦ 4 Β· β±οΈ 22.11.2017):
```
pip install sixpack
```
pytest-docker (π₯21 Β· β 210) - Docker-based integration tests. MIT
- [GitHub](https://github.com/avast/pytest-docker) (π¨βπ» 11 Β· π 40 Β· π₯ 66 Β· π 31 - 54% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/avast/pytest-docker
```
- [PyPi](https://pypi.org/project/pytest-docker) (π₯ 24K / month Β· π¦ 28 Β· β±οΈ 14.06.2021):
```
pip install pytest-docker
```
Show 8 hidden projects...
- nose (π₯32 Β· β 1.3K Β· π) - nose is nicer testing for python. βοΈLGPL-2.1+
- pytest-watch (π₯24 Β· β 570 Β· π) - Local continuous test runner with pytest and watchdog. MIT
- assertpy (π₯21 Β· β 250 Β· π) - Simple assertion library for unit testing in python with a fluent.. BSD-3
- pytest-lazy-fixture (π₯21 Β· β 190 Β· π) - It helps to use fixtures in pytest.mark.parametrize. MIT
- pytest-datadir (π₯20 Β· β 140 Β· π) - pytest plugin for manipulating test data directories and.. MIT
- fake2db (π₯17 Β· β 2.1K Β· π) - create custom test databases that are populated with fake data. βοΈGPL-2.0
- pytest-play (π₯16 Β· β 63 Β· π) - pytest plugin that let you automate actions and.. Apache-2
- pytest-plugins (π₯13 Β· β 380 Β· π) - A grab-bag of nifty pytest plugins. MIT
## Code Packaging
π Python.org Packaging - An Overview of Packaging for Python.
pyinstaller (π₯34 Β· β 8.2K) - Freeze (package) Python programs into stand-alone executables. βοΈGPL-2.0
- [GitHub](https://github.com/pyinstaller/pyinstaller) (π¨βπ» 400 Β· π 1.7K Β· π₯ 710K Β· π¦ 18K Β· π 4.2K - 8% open Β· β±οΈ 17.06.2021):
```
git clone https://github.com/pyinstaller/pyinstaller
```
- [PyPi](https://pypi.org/project/pyinstaller) (π₯ 580K / month Β· β±οΈ 17.04.2021):
```
pip install pyinstaller
```
- [Conda](https://anaconda.org/conda-forge/pyinstaller) (π₯ 240K Β· β±οΈ 21.04.2021):
```
conda install -c conda-forge pyinstaller
```
packaging (π₯31 Β· β 300) - Core utilities for Python packages. BSD-2
- [GitHub](https://github.com/pypa/packaging) (π¨βπ» 69 Β· π 150 Β· π₯ 92 Β· π¦ 220K Β· π 200 - 26% open Β· β±οΈ 28.05.2021):
```
git clone https://github.com/pypa/packaging
```
- [PyPi](https://pypi.org/project/packaging) (π₯ 56M / month Β· π¦ 29K Β· β±οΈ 29.01.2021):
```
pip install packaging
```
- [Conda](https://anaconda.org/conda-forge/packaging) (π₯ 7.8M Β· β±οΈ 04.02.2021):
```
conda install -c conda-forge packaging
```
Nuitka (π₯27 Β· β 4.7K) - Nuitka is a Python compiler written in Python. It's fully compatible.. Apache-2
- [GitHub](https://github.com/Nuitka/Nuitka) (π¨βπ» 97 Β· π 290 Β· π 930 - 21% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/Nuitka/Nuitka
```
- [PyPi](https://pypi.org/project/nuitka) (π₯ 24K / month Β· π¦ 54 Β· β±οΈ 06.06.2021):
```
pip install nuitka
```
- [Conda](https://anaconda.org/conda-forge/nuitka) (π₯ 280K Β· β±οΈ 07.06.2021):
```
conda install -c conda-forge nuitka
```
pex (π₯26 Β· β 1.9K) - A library and tool for generating .pex (Python EXecutable) files. Apache-2
- [GitHub](https://github.com/pantsbuild/pex) (π¨βπ» 99 Β· π 200 Β· π₯ 320K Β· π 690 - 19% open Β· β±οΈ 12.06.2021):
```
git clone https://github.com/pantsbuild/pex
```
- [PyPi](https://pypi.org/project/pex) (π₯ 140K / month Β· π¦ 230 Β· β±οΈ 29.04.2021):
```
pip install pex
```
py2exe (π₯24 Β· β 240) - A distutils extension to create standalone Windows programs from Python code. MIT
- [GitHub](https://github.com/py2exe/py2exe) (π¨βπ» 14 Β· π 36 Β· π₯ 9.6K Β· π¦ 1.2K Β· π 73 - 6% open Β· β±οΈ 24.04.2021):
```
git clone https://github.com/py2exe/py2exe
```
- [PyPi](https://pypi.org/project/py2exe) (π₯ 24K / month Β· π¦ 350 Β· β±οΈ 24.04.2021):
```
pip install py2exe
```
py2app (π₯24 Β· β 130) - py2app is a Python setuptools command which will allow you to make.. MIT
- [GitHub](https://github.com/ronaldoussoren/py2app) (π¨βπ» 24 Β· π 9 Β· π¦ 3.7K Β· π 350 - 43% open Β· β±οΈ 06.04.2021):
```
git clone https://github.com/ronaldoussoren/py2app
```
- [PyPi](https://pypi.org/project/py2app) (π₯ 13K / month Β· π¦ 1.6K Β· β±οΈ 06.04.2021):
```
pip install py2app
```
cx_Freeze (π₯22 Β· β 720) - Create standalone executables from Python scripts, with the same.. Python-2.0
- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (π¨βπ» 90 Β· π 160 Β· π 660 - 8% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/marcelotduarte/cx_Freeze
```
- [PyPi](https://pypi.org/project/cx_freeze) (π₯ 39K / month Β· π¦ 150 Β· β±οΈ 16.12.2017):
```
pip install cx_freeze
```
- [Conda](https://anaconda.org/conda-forge/cx_freeze) (π₯ 76K Β· β±οΈ 17.04.2021):
```
conda install -c conda-forge cx_freeze
```
pynsist (π₯22 Β· β 710) - Build Windows installers for Python applications. MIT
- [GitHub](https://github.com/takluyver/pynsist) (π¨βπ» 27 Β· π 100 Β· π 150 - 16% open Β· β±οΈ 28.03.2021):
```
git clone https://github.com/takluyver/pynsist
```
- [PyPi](https://pypi.org/project/pynsist) (π₯ 5.3K / month Β· π¦ 88 Β· β±οΈ 28.03.2021):
```
pip install pynsist
```
shiv (π₯21 Β· β 1.2K) - shiv is a command line utility for building fully self contained Python.. BSD-2
- [GitHub](https://github.com/linkedin/shiv) (π¨βπ» 32 Β· π 69 Β· π₯ 140 Β· π 84 - 32% open Β· β±οΈ 30.04.2021):
```
git clone https://github.com/linkedin/shiv
```
- [PyPi](https://pypi.org/project/shiv) (π₯ 7.6K / month Β· π¦ 10 Β· β±οΈ 30.04.2021):
```
pip install shiv
```
xar (π₯20 Β· β 1.5K) - executable archive format. BSD-3
- [GitHub](https://github.com/facebookincubator/xar) (π¨βπ» 22 Β· π 45 Β· π¦ 15 Β· π 29 - 27% open Β· β±οΈ 02.06.2021):
```
git clone https://github.com/facebookincubator/xar
```
- [PyPi](https://pypi.org/project/xar) (π₯ 170 / month Β· β±οΈ 02.12.2020):
```
pip install xar
```
constructor (π₯19 Β· β 310) - tool for creating installers from conda packages. BSD-3
- [GitHub](https://github.com/conda/constructor) (π¨βπ» 46 Β· π 120 Β· π₯ 220 Β· π¦ 9 Β· π 240 - 17% open Β· β±οΈ 24.05.2021):
```
git clone https://github.com/conda/constructor
```
- [Conda](https://anaconda.org/anaconda/constructor) (π₯ 4.1K Β· β±οΈ 01.04.2021):
```
conda install -c anaconda constructor
```
PyOxidizer (π₯15 Β· β 3.1K) - A modern Python application packaging and distribution tool. MPL-2.0
- [GitHub](https://github.com/indygreg/PyOxidizer) (π¨βπ» 34 Β· π 110 Β· π₯ 330 Β· π 340 - 58% open Β· β±οΈ 06.06.2021):
```
git clone https://github.com/indygreg/PyOxidizer
```
Show 2 hidden projects...
- subpar (π₯13 Β· β 480 Β· π) - Subpar is a utility for creating self-contained python.. Apache-2
- pyship (π₯11 Β· β 11 Β· π) - freezer, installer and updater for Python applications. MIT
## Build Tools
setuptools (π₯34 Β· β 1.4K) - Official project repository for the Setuptools build system. MIT
- [GitHub](https://github.com/pypa/setuptools) (π¨βπ» 440 Β· π 730 Β· π₯ 110 Β· π¦ 110K Β· π 1.8K - 30% open Β· β±οΈ 29.05.2021):
```
git clone https://github.com/pypa/setuptools
```
- [PyPi](https://pypi.org/project/setuptools) (π₯ 99M / month Β· π¦ 58K Β· β±οΈ 23.05.2021):
```
pip install setuptools
```
- [Conda](https://anaconda.org/conda-forge/setuptools) (π₯ 22M Β· β±οΈ 08.01.2021):
```
conda install -c conda-forge setuptools
```
buildbot (π₯31 Β· β 4.6K) - Python-based continuous integration testing framework; your pull.. βοΈGPL-2.0
- [GitHub](https://github.com/buildbot/buildbot) (π¨βπ» 790 Β· π 1.5K Β· π₯ 15K Β· π¦ 250 Β· π 1.3K - 48% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/buildbot/buildbot
```
- [PyPi](https://pypi.org/project/buildbot) (π₯ 56K / month Β· π¦ 890 Β· β±οΈ 28.04.2021):
```
pip install buildbot
```
- [Conda](https://anaconda.org/conda-forge/buildbot) (π₯ 35K Β· β±οΈ 28.04.2021):
```
conda install -c conda-forge buildbot
```
invoke (π₯31 Β· β 3.3K) - Pythonic task management & command execution. BSD-2
- [GitHub](https://github.com/pyinvoke/invoke) (π¨βπ» 56 Β· π 280 Β· π¦ 7.9K Β· π 660 - 45% open Β· β±οΈ 06.06.2021):
```
git clone https://github.com/pyinvoke/invoke
```
- [PyPi](https://pypi.org/project/invoke) (π₯ 1.6M / month Β· π¦ 4.6K Β· β±οΈ 31.12.2020):
```
pip install invoke
```
- [Conda](https://anaconda.org/conda-forge/invoke) (π₯ 320K Β· β±οΈ 06.01.2021):
```
conda install -c conda-forge invoke
```
wheel (π₯31 Β· β 240) - The official binary distribution format for Python. MIT
- [GitHub](https://github.com/pypa/wheel) (π¨βπ» 61 Β· π 89 Β· π 310 - 7% open Β· β±οΈ 23.05.2021):
```
git clone https://github.com/pypa/wheel
```
- [PyPi](https://pypi.org/project/wheel) (π₯ 72M / month Β· π¦ 63K Β· β±οΈ 13.12.2020):
```
pip install wheel
```
- [Conda](https://anaconda.org/conda-forge/wheel) (π₯ 18M Β· β±οΈ 13.12.2020):
```
conda install -c conda-forge wheel
```
twine (π₯30 Β· β 1.1K Β· π) - Utilities for interacting with PyPI. Apache-2
- [GitHub](https://github.com/pypa/twine) (π¨βπ» 100 Β· π 240 Β· π¦ 41K Β· π 360 - 12% open Β· β±οΈ 13.06.2021):
```
git clone https://github.com/pypa/twine
```
- [PyPi](https://pypi.org/project/twine) (π₯ 1.9M / month Β· π¦ 18K Β· β±οΈ 15.03.2021):
```
pip install twine
```
- [Conda](https://anaconda.org/conda-forge/twine) (π₯ 280K Β· β±οΈ 17.03.2021):
```
conda install -c conda-forge twine
```
scons (π₯28 Β· β 1.2K) - SCons - a software construction tool. MIT
- [GitHub](https://github.com/SCons/scons) (π¨βπ» 130 Β· π 210 Β· π₯ 360 Β· π 3.3K - 20% open Β· β±οΈ 13.06.2021):
```
git clone https://github.com/SCons/scons
```
- [PyPi](https://pypi.org/project/scons) (π₯ 160K / month Β· π¦ 50 Β· β±οΈ 17.12.2019):
```
pip install scons
```
- [Conda](https://anaconda.org/conda-forge/scons) (π₯ 200K Β· β±οΈ 20.01.2021):
```
conda install -c conda-forge scons
```
flit (π₯27 Β· β 1.4K) - Simplified packaging of Python modules. BSD-3
- [GitHub](https://github.com/takluyver/flit) (π¨βπ» 42 Β· π 72 Β· π 240 - 34% open Β· β±οΈ 02.04.2021):
```
git clone https://github.com/takluyver/flit
```
- [PyPi](https://pypi.org/project/flit) (π₯ 89K / month Β· π¦ 230 Β· β±οΈ 01.03.2021):
```
pip install flit
```
- [Conda](https://anaconda.org/conda-forge/flit) (π₯ 84K Β· β±οΈ 22.03.2021):
```
conda install -c conda-forge flit
```
doit (π₯27 Β· β 1K) - task management & automation tool. MIT
- [GitHub](https://github.com/pydoit/doit) (π¨βπ» 56 Β· π 120 Β· π¦ 720 Β· π 260 - 25% open Β· β±οΈ 14.05.2021):
```
git clone https://github.com/pydoit/doit
```
- [PyPi](https://pypi.org/project/doit) (π₯ 230K / month Β· π¦ 470 Β· β±οΈ 04.09.2020):
```
pip install doit
```
- [Conda](https://anaconda.org/conda-forge/doit) (π₯ 57K Β· β±οΈ 11.10.2020):
```
conda install -c conda-forge doit
```
pybuilder (π₯26 Β· β 1.3K Β· π€) - Software build automation tool for Python. Apache-2
- [GitHub](https://github.com/pybuilder/pybuilder) (π¨βπ» 35 Β· π 230 Β· π 480 - 18% open Β· β±οΈ 18.10.2020):
```
git clone https://github.com/pybuilder/pybuilder
```
- [PyPi](https://pypi.org/project/pybuilder) (π₯ 18K / month Β· π¦ 110 Β· β±οΈ 07.05.2021):
```
pip install pybuilder
```
setuptools_scm (π₯25 Β· β 460) - the blessed package to manage your versions by scm tags. MIT
- [GitHub](https://github.com/pypa/setuptools_scm) (π¨βπ» 85 Β· π 140 Β· π 340 - 21% open Β· β±οΈ 16.06.2021):
```
git clone https://github.com/pypa/setuptools_scm
```
- [PyPi](https://pypi.org/project/setuptools_scm) (π₯ 12M / month Β· π¦ 690 Β· β±οΈ 09.08.2018):
```
pip install setuptools_scm
```
- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (π₯ 670K Β· β±οΈ 17.03.2021):
```
conda install -c conda-forge setuptools_scm
```
paver (π₯25 Β· β 440) - Python-based project scripting. BSD-3
- [GitHub](https://github.com/paver/paver) (π¨βπ» 44 Β· π 78 Β· π 130 - 28% open Β· β±οΈ 30.04.2021):
```
git clone https://github.com/paver/paver
```
- [PyPi](https://pypi.org/project/paver) (π₯ 33K / month Β· π¦ 1.9K Β· β±οΈ 31.12.2017):
```
pip install paver
```
- [Conda](https://anaconda.org/conda-forge/paver) (π₯ 22K Β· β±οΈ 24.07.2018):
```
conda install -c conda-forge paver
```
universal-build (π₯13 Β· β 12) - Universal build utilities for containerized build pipelines. MIT
- [GitHub](https://github.com/ml-tooling/universal-build) (π¨βπ» 4 Β· π 3 Β· π₯ 15 Β· β±οΈ 19.04.2021):
```
git clone https://github.com/ml-tooling/universal-build
```
- [PyPi](https://pypi.org/project/universal-build) (π₯ 200 / month Β· β±οΈ 12.12.2020):
```
pip install universal-build
```
Show 2 hidden projects...
- buildout (π₯28 Β· β 510) - Buildout is a deployment automation tool written in and extended.. βοΈZPL-2.1
- pynt (π₯18 Β· β 150 Β· π) - A pynt of Python build. MIT
## System Monitoring & Profiling
psutil (π₯35 Β· β 7.4K) - Cross-platform lib for process and system monitoring in Python. BSD-3
- [GitHub](https://github.com/giampaolo/psutil) (π¨βπ» 160 Β· π 1.1K Β· π¦ 90K Β· π 1.5K - 12% open Β· β±οΈ 06.06.2021):
```
git clone https://github.com/giampaolo/psutil
```
- [PyPi](https://pypi.org/project/psutil) (π₯ 23M / month Β· π¦ 25K Β· β±οΈ 19.12.2020):
```
pip install psutil
```
- [Conda](https://anaconda.org/conda-forge/psutil) (π₯ 7M Β· β±οΈ 19.04.2021):
```
conda install -c conda-forge psutil
```
Glances (π₯30 Β· β 19K) - Glances an Eye on your system. A top/htop alternative for.. βοΈLGPL-3.0
- [GitHub](https://github.com/nicolargo/glances) (π¨βπ» 140 Β· π 1.2K Β· π₯ 430 Β· π¦ 310 Β· π 1.4K - 14% open Β· β±οΈ 14.06.2021):
```
git clone https://github.com/nicolargo/glances
```
- [PyPi](https://pypi.org/project/glances) (π₯ 120K / month Β· π¦ 50 Β· β±οΈ 02.05.2021):
```
pip install glances
```
- [Conda](https://anaconda.org/conda-forge/glances) (π₯ 140K Β· β±οΈ 07.06.2021):
```
conda install -c conda-forge glances
```
py-spy (π₯30 Β· β 7K) - Sampling profiler for Python programs. MIT
- [GitHub](https://github.com/benfred/py-spy) (π¨βπ» 26 Β· π 250 Β· π₯ 5.4K Β· π¦ 880 Β· π 210 - 28% open Β· β±οΈ 09.06.2021):
```
git clone https://github.com/benfred/py-spy
```
- [PyPi](https://pypi.org/project/py-spy) (π₯ 600K / month Β· π¦ 50 Β· β±οΈ 16.05.2021):
```
pip install py-spy
```
line_profiler (π₯28 Β· β 3.5K Β· π) - Line-by-line profiling for Python. BSD-3
- [GitHub](https://github.com/pyutils/line_profiler) (π¨βπ» 24 Β· π 250 Β· π 45 - 73% open Β· β±οΈ 04.06.2021):
```
git clone https://github.com/pyutils/line_profiler
```
- [PyPi](https://pypi.org/project/line_profiler) (π₯ 400K / month Β· π¦ 690 Β· β±οΈ 20.12.2017):
```
pip install line_profiler
```
- [Conda](https://anaconda.org/conda-forge/line_profiler) (π₯ 180K Β· β±οΈ 05.06.2021):
```
conda install -c conda-forge line_profiler
```
memory-profiler (π₯28 Β· β 2.9K) - Monitor Memory usage of Python code. BSD-3
- [GitHub](https://github.com/pythonprofilers/memory_profiler) (π¨βπ» 88 Β· π 310 Β· π 190 - 47% open Β· β±οΈ 12.06.2021):
```
git clone https://github.com/pythonprofilers/memory_profiler
```
- [PyPi](https://pypi.org/project/memory_profiler) (π₯ 460K / month Β· π¦ 530 Β· β±οΈ 16.08.2018):
```
pip install memory_profiler
```
pyinstrument (π₯27 Β· β 2.8K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
- [GitHub](https://github.com/joerick/pyinstrument) (π¨βπ» 27 Β· π 110 Β· π¦ 270 Β· π 79 - 24% open Β· β±οΈ 03.05.2021):
```
git clone https://github.com/joerick/pyinstrument
```
- [PyPi](https://pypi.org/project/pyinstrument) (π₯ 160K / month Β· π¦ 140 Β· β±οΈ 03.05.2021):
```
pip install pyinstrument
```
- [Conda](https://anaconda.org/conda-forge/pyinstrument) (π₯ 72K Β· β±οΈ 03.05.2021):
```
conda install -c conda-forge pyinstrument
```
Yappi (π₯26 Β· β 650) - Yet Another Python Profiler, but this time thread&coroutine&greenlet aware. MIT
- [GitHub](https://github.com/sumerc/yappi) (π¨βπ» 24 Β· π 47 Β· π¦ 420 Β· π 46 - 30% open Β· β±οΈ 01.06.2021):
```
git clone https://github.com/sumerc/yappi
```
- [PyPi](https://pypi.org/project/yappi) (π₯ 120K / month Β· π¦ 640 Β· β±οΈ 27.11.2020):
```
pip install yappi
```
- [Conda](https://anaconda.org/conda-forge/yappi) (π₯ 80K Β· β±οΈ 28.11.2020):
```
conda install -c conda-forge yappi
```
pympler (π₯25 Β· β 780 Β· π€) - Development tool to measure, monitor and analyze the memory.. Apache-2
- [GitHub](https://github.com/pympler/pympler) (π¨βπ» 26 Β· π 67 Β· π 78 - 41% open Β· β±οΈ 15.10.2020):
```
git clone https://github.com/pympler/pympler
```
- [PyPi](https://pypi.org/project/pympler) (π₯ 200K / month Β· π¦ 480 Β· β±οΈ 14.10.2020):
```
pip install pympler
```
- [Conda](https://anaconda.org/conda-forge/pympler) (π₯ 170K Β· β±οΈ 14.10.2020):
```
conda install -c conda-forge pympler
```
Scalene (π₯24 Β· β 4.1K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
- [GitHub](https://github.com/plasma-umass/scalene) (π¨βπ» 19 Β· π 140 Β· π¦ 43 Β· π 120 - 18% open Β· β±οΈ 09.06.2021):
```
git clone https://github.com/emeryberger/scalene
```
- [PyPi](https://pypi.org/project/scalene) (π₯ 5K / month Β· β±οΈ 04.06.2021):
```
pip install scalene
```
Bpytop (π₯23 Β· β 6.7K) - Linux/OSX/FreeBSD resource monitor. Apache-2
- [GitHub](https://github.com/aristocratos/bpytop) (π¨βπ» 30 Β· π 260 Β· π 240 - 16% open Β· β±οΈ 07.06.2021):
```
git clone https://github.com/aristocratos/bpytop
```
- [PyPi](https://pypi.org/project/bpytop) (π₯ 11K / month Β· β±οΈ 07.06.2021):
```
pip install bpytop
```
vprof (π₯22 Β· β 3.7K) - Visual profiler for Python. BSD-2
- [GitHub](https://github.com/nvdv/vprof) (π¨βπ» 17 Β· π 160 Β· π¦ 73 Β· π 80 - 30% open Β· β±οΈ 20.02.2021):
```
git clone https://github.com/nvdv/vprof
```
- [PyPi](https://pypi.org/project/vprof) (π₯ 2.6K / month Β· π¦ 18 Β· β±οΈ 29.02.2020):
```
pip install vprof
```
Profiling (π₯20 Β· β 3K Β· π€) - Was an interactive continuous Python profiler. BSD-3
- [GitHub](https://github.com/what-studio/profiling) (π¨βπ» 18 Β· π 110 Β· π¦ 34 Β· π 35 - 42% open Β· β±οΈ 24.08.2020):
```
git clone https://github.com/what-studio/profiling
```
- [PyPi](https://pypi.org/project/profiling) (π₯ 3.7K / month Β· π¦ 5 Β· β±οΈ 28.06.2017):
```
pip install profiling
```
Show 3 hidden projects...
- Diamond (π₯27 Β· β 1.6K Β· π) - Diamond is a python daemon that collects system metrics and publishes.. MIT
- memory_profiler (π₯23 Β· β 62 Β· π) - Monitor Memory usage of Python code. BSD-3
- pyheat (π₯18 Β· β 500 Β· π) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT
## AST Tools
typed_ast (π₯29 Β· β 180) - Modified fork of CPython's ast module that parses `# type:`.. Apache-2
- [GitHub](https://github.com/python/typed_ast) (π¨βπ» 21 Β· π 46 Β· π 81 - 7% open Β· β±οΈ 12.04.2021):
```
git clone https://github.com/python/typed_ast
```
- [PyPi](https://pypi.org/project/typed_ast) (π₯ 18M / month Β· π¦ 10K Β· β±οΈ 11.04.2021):
```
pip install typed_ast
```
astor (π₯27 Β· β 580) - Python AST read/write. BSD-3
- [GitHub](https://github.com/berkerpeksag/astor) (π¨βπ» 31 Β· π 81 Β· π 110 - 32% open Β· β±οΈ 15.03.2021):
```
git clone https://github.com/berkerpeksag/astor
```
- [PyPi](https://pypi.org/project/astor) (π₯ 3.5M / month Β· π¦ 3.8K Β· β±οΈ 10.12.2019):
```
pip install astor
```
- [Conda](https://anaconda.org/conda-forge/astor) (π₯ 1.2M Β· β±οΈ 01.07.2020):
```
conda install -c conda-forge astor
```
gast (π₯26 Β· β 110 Β· π€) - Python AST that abstracts the underlying Python version. BSD-3
- [GitHub](https://github.com/serge-sans-paille/gast) (π¨βπ» 10 Β· π 22 Β· π¦ 59K Β· π 25 - 16% open Β· β±οΈ 26.11.2020):
```
git clone https://github.com/serge-sans-paille/gast
```
- [PyPi](https://pypi.org/project/gast) (π₯ 7.6M / month Β· π¦ 3.4K Β· β±οΈ 07.08.2020):
```
pip install gast
```
- [Conda](https://anaconda.org/conda-forge/gast) (π₯ 1.1M Β· β±οΈ 07.08.2020):
```
conda install -c conda-forge gast
```
asteval (π₯24 Β· β 120) - minimalistic evaluator of python expression using ast module. MIT
- [GitHub](https://github.com/newville/asteval) (π¨βπ» 17 Β· π 28 Β· π¦ 560 Β· π 48 - 12% open Β· β±οΈ 11.06.2021):
```
git clone https://github.com/newville/asteval
```
- [PyPi](https://pypi.org/project/asteval) (π₯ 140K / month Β· π¦ 240 Β· β±οΈ 26.02.2021):
```
pip install asteval
```
- [Conda](https://anaconda.org/conda-forge/asteval) (π₯ 130K Β· β±οΈ 27.02.2021):
```
conda install -c conda-forge asteval
```
Show 1 hidden projects...
- astunparse (π₯28 Β· β 160 Β· π) - An AST unparser for Python. BSD-3
## Others
pre-commit (π₯32 Β· β 6.1K Β· π) - A framework for managing and maintaining multi-language pre-.. MIT
- [GitHub](https://github.com/pre-commit/pre-commit) (π¨βπ» 120 Β· π 450 Β· π₯ 6.9K Β· π 1.1K - 2% open Β· β±οΈ 15.06.2021):
```
git clone https://github.com/pre-commit/pre-commit
```
- [PyPi](https://pypi.org/project/pre-commit) (π₯ 3.3M / month Β· π¦ 2.1K Β· β±οΈ 21.05.2021):
```
pip install pre-commit
```
- [Conda](https://anaconda.org/conda-forge/pre-commit) (π₯ 580K Β· β±οΈ 27.05.2021):
```
conda install -c conda-forge pre-commit
```
---
## Related Resources
- [**Best-of lists**](https://best-of.org): 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](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose) and fill in the requested information.
- Modify the [projects.yaml](https://github.com/ml-tooling/best-of-python-dev/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-python-dev/edit/main/projects.yaml).
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).
For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/ml-tooling/best-of-python-dev/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/ml-tooling/best-of-python-dev/blob/main/.github/CODE_OF_CONDUCT.md).
## License
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/)