Best-of Python Developer Tools
π A ranked list of awesome python developer tools and libraries. Updated weekly.
This curated list contains 270 awesome open-source projects with a total of 960K stars grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](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) _40 projects_
- [Type checkers](#type-checkers) _5 projects_
- [Code Formatters](#code-formatters) _7 projects_
- [Code Refactoring](#code-refactoring) _18 projects_
- [Code Security](#code-security) _8 projects_
- [Virtual Environments](#virtual-environments) _10 projects_
- [Dependency & Package Managers](#dependency--package-managers) _11 projects_
- [Code Metrics & Complexity](#code-metrics--complexity) _6 projects_
- [Logging](#logging) _21 projects_
- [Shell](#shell) _2 projects_
- [Documentation](#documentation) _29 projects_
- [Debugging Tools](#debugging-tools) _13 projects_
- [Testing Tools](#testing-tools) _43 projects_
- [Code Packaging](#code-packaging) _16 projects_
- [Build Tools](#build-tools) _14 projects_
- [System Monitoring & Profiling](#system-monitoring--profiling) _18 projects_
- [AST Tools](#ast-tools) _6 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
pylint (π₯43 Β· β 5.2K) - Its not just a linter that annoys you!. βοΈGPL-2.0
- [GitHub](https://github.com/pylint-dev/pylint) (π¨βπ» 570 Β· π 1.1K Β· π¦ 420K Β· π 5.5K - 16% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/PyCQA/pylint
```
- [PyPi](https://pypi.org/project/pylint) (π₯ 25M / month Β· π¦ 8.1K Β· β±οΈ 20.05.2024):
```
pip install pylint
```
- [Conda](https://anaconda.org/conda-forge/pylint) (π₯ 5M Β· β±οΈ 20.05.2024):
```
conda install -c conda-forge pylint
```
ruff (π₯42 Β· β 28K) - An extremely fast Python linter and code formatter, written in Rust. MIT
- [GitHub](https://github.com/astral-sh/ruff) (π¨βπ» 440 Β· π 890 Β· π₯ 520K Β· π¦ 49K Β· π 4.5K - 18% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/charliermarsh/ruff
```
- [PyPi](https://pypi.org/project/ruff) (π₯ 18M / month Β· π¦ 5.3K Β· β±οΈ 05.06.2024):
```
pip install ruff
```
- [Conda](https://anaconda.org/conda-forge/ruff) (π₯ 830K Β· β±οΈ 05.06.2024):
```
conda install -c conda-forge ruff
```
flake8 (π₯41 Β· β 3.3K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
- [GitHub](https://github.com/PyCQA/flake8) (π¨βπ» 180 Β· π 300 Β· π¦ 550K Β· π 1.6K - 1% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/PyCQA/flake8
```
- [PyPi](https://pypi.org/project/flake8) (π₯ 29M / month Β· π¦ 20K Β· β±οΈ 05.01.2024):
```
pip install flake8
```
- [Conda](https://anaconda.org/conda-forge/flake8) (π₯ 7.4M Β· β±οΈ 05.01.2024):
```
conda install -c conda-forge flake8
```
wemake-python-styleguide (π₯36 Β· β 2.4K) - The strictest and most opinionated python linter ever!. MIT
- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (π¨βπ» 180 Β· π 380 Β· π¦ 17K Β· π 1.1K - 10% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/wemake-services/wemake-python-styleguide
```
- [PyPi](https://pypi.org/project/wemake-python-styleguide) (π₯ 170K / month Β· π¦ 53 Β· β±οΈ 26.03.2024):
```
pip install wemake-python-styleguide
```
pyflakes (π₯36 Β· β 1.3K) - A simple program which checks Python source files for errors. MIT
- [GitHub](https://github.com/PyCQA/pyflakes) (π¨βπ» 86 Β· π 180 Β· π¦ 280K Β· π 530 - 10% open Β· β±οΈ 07.03.2024):
```
git clone https://github.com/PyCQA/pyflakes
```
- [PyPi](https://pypi.org/project/pyflakes) (π₯ 31M / month Β· π¦ 1.1K Β· β±οΈ 05.01.2024):
```
pip install pyflakes
```
- [Conda](https://anaconda.org/conda-forge/pyflakes) (π₯ 7.4M Β· β±οΈ 05.01.2024):
```
conda install -c conda-forge pyflakes
```
parso (π₯36 Β· β 590) - A Python Parser. MIT
- [GitHub](https://github.com/davidhalter/parso) (π¨βπ» 46 Β· π 99 Β· π¦ 440K Β· π 120 - 10% open Β· β±οΈ 21.04.2024):
```
git clone https://github.com/davidhalter/parso
```
- [PyPi](https://pypi.org/project/parso) (π₯ 38M / month Β· π¦ 710 Β· β±οΈ 05.04.2024):
```
pip install parso
```
- [Conda](https://anaconda.org/conda-forge/parso) (π₯ 19M Β· β±οΈ 05.04.2024):
```
conda install -c conda-forge parso
```
pycodestyle (π₯34 Β· β 5K) - Simple Python style checker in one Python file. MIT
- [GitHub](https://github.com/PyCQA/pycodestyle) (π¨βπ» 140 Β· π 750 Β· π¦ 20 Β· π 750 - 14% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/PyCQA/pycodestyle
```
- [PyPi](https://pypi.org/project/pycodestyle) (π₯ 40M / month Β· π¦ 1.9K Β· β±οΈ 12.10.2023):
```
pip install pycodestyle
```
- [Conda](https://anaconda.org/conda-forge/pycodestyle) (π₯ 7.6M Β· β±οΈ 13.10.2023):
```
conda install -c conda-forge pycodestyle
```
beartype (π₯33 Β· β 2.5K Β· π) - Unbearably fast near-real-time hybrid runtime-static type-checking.. MIT
- [GitHub](https://github.com/beartype/beartype) (π¨βπ» 22 Β· π 49 Β· π¦ 2.7K Β· π 310 - 20% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/beartype/beartype
```
- [PyPi](https://pypi.org/project/beartype) (π₯ 2.3M / month Β· π¦ 420 Β· β±οΈ 21.04.2024):
```
pip install beartype
```
- [Conda](https://anaconda.org/conda-forge/beartype) (π₯ 130K Β· β±οΈ 21.04.2024):
```
conda install -c conda-forge beartype
```
pydocstyle (π₯32 Β· β 1.1K Β· π€) - docstring style checker. MIT
- [GitHub](https://github.com/PyCQA/pydocstyle) (π¨βπ» 92 Β· π 190 Β· π₯ 75 Β· π¦ 65K Β· π 350 - 35% open Β· β±οΈ 03.11.2023):
```
git clone https://github.com/PyCQA/pydocstyle
```
- [PyPi](https://pypi.org/project/pydocstyle) (π₯ 5.1M / month Β· π¦ 1.7K Β· β±οΈ 17.01.2023):
```
pip install pydocstyle
```
- [Conda](https://anaconda.org/conda-forge/pydocstyle) (π₯ 1.9M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pydocstyle
```
flake8-bugbear (π₯31 Β· β 1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT
- [GitHub](https://github.com/PyCQA/flake8-bugbear) (π¨βπ» 84 Β· π 100 Β· π¦ 38K Β· π 220 - 27% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/PyCQA/flake8-bugbear
```
- [PyPi](https://pypi.org/project/flake8-bugbear) (π₯ 2.9M / month Β· π¦ 1K Β· β±οΈ 26.04.2024):
```
pip install flake8-bugbear
```
- [Conda](https://anaconda.org/conda-forge/flake8-bugbear) (π₯ 780K Β· β±οΈ 26.04.2024):
```
conda install -c conda-forge flake8-bugbear
```
pylint-django (π₯29 Β· β 590) - Pylint plugin for improving code analysis for when.. βοΈGPL-2.0
- [GitHub](https://github.com/pylint-dev/pylint-django) (π¨βπ» 71 Β· π 120 Β· π₯ 280 Β· π¦ 30K Β· π 230 - 26% open Β· β±οΈ 26.02.2024):
```
git clone https://github.com/PyCQA/pylint-django
```
- [PyPi](https://pypi.org/project/pylint-django) (π₯ 1.3M / month Β· π¦ 110 Β· β±οΈ 23.10.2023):
```
pip install pylint-django
```
- [Conda](https://anaconda.org/conda-forge/pylint-django) (π₯ 190K Β· β±οΈ 09.01.2024):
```
conda install -c conda-forge pylint-django
```
flake8-comprehensions (π₯29 Β· β 460) - A flake8 plugin to help you write better.. MIT
- [GitHub](https://github.com/adamchainz/flake8-comprehensions) (π¨βπ» 15 Β· π 23 Β· π¦ 27K Β· π 62 - 16% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/adamchainz/flake8-comprehensions
```
- [PyPi](https://pypi.org/project/flake8-comprehensions) (π₯ 1.1M / month Β· π¦ 660 Β· β±οΈ 10.07.2023):
```
pip install flake8-comprehensions
```
- [Conda](https://anaconda.org/conda-forge/flake8-comprehensions) (π₯ 780K Β· β±οΈ 17.07.2023):
```
conda install -c conda-forge flake8-comprehensions
```
mypy-protobuf (π₯28 Β· β 630) - open source tools to generate mypy stubs from protobufs. Apache-2
- [GitHub](https://github.com/nipunn1313/mypy-protobuf) (π¨βπ» 38 Β· π 76 Β· π 130 - 11% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/dropbox/mypy-protobuf
```
- [PyPi](https://pypi.org/project/mypy-protobuf) (π₯ 3.4M / month Β· π¦ 180 Β· β±οΈ 01.04.2024):
```
pip install mypy-protobuf
```
- [Conda](https://anaconda.org/conda-forge/mypy-protobuf) (π₯ 130K Β· β±οΈ 20.08.2023):
```
conda install -c conda-forge mypy-protobuf
```
flake8-eradicate (π₯28 Β· β 310) - Flake8 plugin to find commented out or dead code. MIT
- [GitHub](https://github.com/wemake-services/flake8-eradicate) (π¨βπ» 17 Β· π 13 Β· π¦ 19K Β· π 40 - 22% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/wemake-services/flake8-eradicate
```
- [PyPi](https://pypi.org/project/flake8-eradicate) (π₯ 640K / month Β· π¦ 160 Β· β±οΈ 31.05.2023):
```
pip install flake8-eradicate
```
- [Conda](https://anaconda.org/conda-forge/flake8-eradicate) (π₯ 15K Β· β±οΈ 01.06.2023):
```
conda install -c conda-forge flake8-eradicate
```
flake8-quotes (π₯28 Β· β 180) - Flake8 extension for checking quotes in python. MIT
- [GitHub](https://github.com/zheller/flake8-quotes) (π¨βπ» 33 Β· π 37 Β· π¦ 22K Β· π 54 - 16% open Β· β±οΈ 10.02.2024):
```
git clone https://github.com/zheller/flake8-quotes
```
- [PyPi](https://pypi.org/project/flake8-quotes) (π₯ 670K / month Β· π¦ 420 Β· β±οΈ 10.02.2024):
```
pip install flake8-quotes
```
- [Conda](https://anaconda.org/conda-forge/flake8-quotes) (π₯ 690K Β· β±οΈ 10.02.2024):
```
conda install -c conda-forge flake8-quotes
```
flake8-commas (π₯28 Β· β 130) - Flake8 extension for enforcing trailing commas in python. MIT
- [GitHub](https://github.com/PyCQA/flake8-commas) (π¨βπ» 13 Β· π 32 Β· π¦ 18K Β· π 31 - 9% open Β· β±οΈ 16.05.2024):
```
git clone https://github.com/PyCQA/flake8-commas
```
- [PyPi](https://pypi.org/project/flake8-commas) (π₯ 380K / month Β· π¦ 210 Β· β±οΈ 16.05.2024):
```
pip install flake8-commas
```
hacking (π₯27 Β· β 240) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
- [GitHub](https://github.com/openstack/hacking) (π¨βπ» 190 Β· π 70 Β· π¦ 7.3K Β· β±οΈ 31.01.2024):
```
git clone https://github.com/openstack/hacking
```
- [PyPi](https://pypi.org/project/hacking) (π₯ 86K / month Β· π¦ 87 Β· β±οΈ 08.12.2023):
```
pip install hacking
```
flake8-isort (π₯27 Β· β 170 Β· π€) - flake8 plugin that integrates isort. βοΈGPL-2.0
- [GitHub](https://github.com/gforcada/flake8-isort) (π¨βπ» 38 Β· π 130 Β· π¦ 26K Β· π 57 - 1% open Β· β±οΈ 03.11.2023):
```
git clone https://github.com/gforcada/flake8-isort
```
- [PyPi](https://pypi.org/project/flake8-isort) (π₯ 1.1M / month Β· π¦ 520 Β· β±οΈ 03.11.2023):
```
pip install flake8-isort
```
- [Conda](https://anaconda.org/conda-forge/flake8-isort) (π₯ 61K Β· β±οΈ 03.11.2023):
```
conda install -c conda-forge flake8-isort
```
flake8-builtins (π₯27 Β· β 110) - Check for python builtins being used as variables or.. βοΈGPL-2.0
- [GitHub](https://github.com/gforcada/flake8-builtins) (π¨βπ» 20 Β· π 23 Β· π¦ 10K Β· π 50 - 4% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/gforcada/flake8-builtins
```
- [PyPi](https://pypi.org/project/flake8-builtins) (π₯ 860K / month Β· π¦ 480 Β· β±οΈ 09.04.2024):
```
pip install flake8-builtins
```
- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (π₯ 250K Β· β±οΈ 09.04.2024):
```
conda install -c conda-forge flake8-builtins
```
check-manifest (π₯26 Β· β 280) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
- [GitHub](https://github.com/mgedmin/check-manifest) (π¨βπ» 22 Β· π 37 Β· π¦ 11K Β· π 98 - 21% open Β· β±οΈ 03.05.2024):
```
git clone https://github.com/mgedmin/check-manifest
```
- [PyPi](https://pypi.org/project/check-manifest) (π₯ 350K / month Β· π¦ 4.4K Β· β±οΈ 05.12.2022):
```
pip install check-manifest
```
- [Conda](https://anaconda.org/conda-forge/check-manifest) (π₯ 120K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge check-manifest
```
flake8-black (π₯26 Β· β 160) - flake8 plugin to run black for checking Python coding style. MIT
- [GitHub](https://github.com/peterjc/flake8-black) (π¨βπ» 10 Β· π 10 Β· π¦ 7.8K Β· π 29 - 10% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/peterjc/flake8-black
```
- [PyPi](https://pypi.org/project/flake8-black) (π₯ 850K / month Β· π¦ 480 Β· β±οΈ 20.12.2022):
```
pip install flake8-black
```
- [Conda](https://anaconda.org/conda-forge/flake8-black) (π₯ 470K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flake8-black
```
nitpick (π₯25 Β· β 380) - Enforce the same settings on multiple projects. MIT
- [GitHub](https://github.com/andreoliwa/nitpick) (π¨βπ» 16 Β· π 23 Β· π₯ 5 Β· π¦ 1.3K Β· π 130 - 38% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/andreoliwa/nitpick
```
- [PyPi](https://pypi.org/project/nitpick) (π₯ 15K / month Β· π¦ 26 Β· β±οΈ 31.12.2023):
```
pip install nitpick
```
flake8-import-order (π₯24 Β· β 280 Β· π€) - Flake8 plugin that checks import order against.. βοΈLGPL-3.0
- [GitHub](https://github.com/PyCQA/flake8-import-order) (π¨βπ» 46 Β· π 72 Β· π 100 - 12% open Β· β±οΈ 13.09.2023):
```
git clone https://github.com/PyCQA/flake8-import-order
```
- [PyPi](https://pypi.org/project/flake8-import-order) (π₯ 620K / month Β· π¦ 550 Β· β±οΈ 26.11.2022):
```
pip install flake8-import-order
```
- [Conda](https://anaconda.org/conda-forge/flake8-import-order) (π₯ 250K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flake8-import-order
```
pandas-vet (π₯21 Β· β 170 Β· π€) - A plugin for Flake8 that checks pandas code. MIT
- [GitHub](https://github.com/deppen8/pandas-vet) (π¨βπ» 14 Β· π 18 Β· π₯ 73 Β· π¦ 450 Β· π 53 - 22% open Β· β±οΈ 11.08.2023):
```
git clone https://github.com/deppen8/pandas-vet
```
- [PyPi](https://pypi.org/project/pandas-vet) (π₯ 44K / month Β· π¦ 37 Β· β±οΈ 11.08.2023):
```
pip install pandas-vet
```
- [Conda](https://anaconda.org/conda-forge/pandas-vet) (π₯ 18K Β· β±οΈ 11.08.2023):
```
conda install -c conda-forge pandas-vet
```
flake8-simplify (π₯20 Β· β 180) - A flake8 plugin that helps you to simplify code. MIT
- [GitHub](https://github.com/MartinThoma/flake8-simplify) (π¨βπ» 14 Β· π 19 Β· π 120 - 41% open Β· β±οΈ 25.12.2023):
```
git clone https://github.com/MartinThoma/flake8-simplify
```
- [PyPi](https://pypi.org/project/flake8-simplify) (π₯ 340K / month Β· π¦ 86 Β· β±οΈ 23.09.2023):
```
pip install flake8-simplify
```
- [Conda](https://anaconda.org/conda-forge/flake8-simplify) (π₯ 40K Β· β±οΈ 26.09.2023):
```
conda install -c conda-forge flake8-simplify
```
bellybutton (π₯17 Β· β 270 Β· π€) - Custom Python linting through AST expressions. MIT
- [GitHub](https://github.com/hchasestevens/bellybutton) (π¨βπ» 7 Β· π 15 Β· π¦ 46 Β· π 17 - 64% open Β· β±οΈ 27.07.2023):
```
git clone https://github.com/hchasestevens/bellybutton
```
- [PyPi](https://pypi.org/project/bellybutton) (π₯ 2K / month Β· π¦ 1 Β· β±οΈ 27.07.2023):
```
pip install bellybutton
```
imhotep (π₯17 Β· β 220 Β· π€) - A static-analysis bot for Github. MIT
- [GitHub](https://github.com/justinabrahms/imhotep) (π¨βπ» 17 Β· π 36 Β· π¦ 12 Β· π 46 - 43% open Β· β±οΈ 17.06.2023):
```
git clone https://github.com/justinabrahms/imhotep
```
- [PyPi](https://pypi.org/project/imhotep) (π₯ 52 / month Β· π¦ 4 Β· β±οΈ 20.02.2022):
```
pip install imhotep
```
Show 13 hidden projects...
- pep8-naming (π₯30 Β· β 490) - Naming Convention checker for Python. βοΈSaxpath
- darglint (π₯28 Β· β 480 Β· π) - A python documentation linter which checks that the docstring.. MIT
- coala (π₯27 Β· β 3.5K Β· π) - coala provides a unified command-line interface for linting and.. βοΈAGPL-3.0
- pylama (π₯26 Β· β 1K Β· π) - Code audit tool for python. MIT
- data-science-types (π₯24 Β· β 200 Β· π) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
- Fixit (π₯23 Β· β 660) - Advanced Python linting framework with auto-fixes and hierarchical.. βUnlicensed
- flake8-bandit (π₯21 Β· β 110 Β· π) - Automated security testing using bandit and flake8. MIT
- flakehell (π₯19 Β· β 230 Β· π) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT
- flake8-mypy (π₯19 Β· β 100 Β· π) - A plugin for flake8 integrating Mypy. MIT
- pylint-flask (π₯19 Β· β 64 Β· π) - A Pylint plugin to analyze Flask applications. βοΈGPL-2.0
- pycycle (π₯16 Β· β 330 Β· π) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT
- yala (π₯15 Β· β 14 Β· π) - Yet Another Linter Aggregator. MIT
- linty_fresh (π₯11 Β· β 180 Β· π) - Surface lint errors during code review. Apache-2
mypy
## Type checkers
mypy (π₯46 Β· β 18K) - Optional static typing for Python. MIT
- [GitHub](https://github.com/python/mypy) (π¨βπ» 720 Β· π 2.7K Β· π¦ 240K Β· π 10K - 26% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/python/mypy
```
- [PyPi](https://pypi.org/project/mypy) (π₯ 27M / month Β· π¦ 14K Β· β±οΈ 24.04.2024):
```
pip install mypy
```
- [Conda](https://anaconda.org/conda-forge/mypy) (π₯ 4M Β· β±οΈ 25.04.2024):
```
conda install -c conda-forge mypy
```
pyright (π₯39 Β· β 12K) - Static Type Checker for Python. MIT
- [GitHub](https://github.com/microsoft/pyright) (π¨βπ» 110 Β· π 1.3K Β· π₯ 2.6K Β· π¦ 870 Β· π 5.7K - 0% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/Microsoft/pyright
```
- [npm](https://www.npmjs.com/package/pyright) (π₯ 1.5M / month Β· π¦ 15 Β· β±οΈ 29.05.2024):
```
npm install pyright
```
pytype (π₯36 Β· β 4.6K) - A static type analyzer for Python code. Apache-2
- [GitHub](https://github.com/google/pytype) (π¨βπ» 100 Β· π 270 Β· π¦ 3.6K Β· π 700 - 22% open Β· β±οΈ 31.05.2024):
```
git clone https://github.com/google/pytype
```
- [PyPi](https://pypi.org/project/pytype) (π₯ 580K / month Β· π¦ 220 Β· β±οΈ 12.04.2024):
```
pip install pytype
```
- [Conda](https://anaconda.org/conda-forge/pytype) (π₯ 210K Β· β±οΈ 10.02.2024):
```
conda install -c conda-forge pytype
```
pyre-check (π₯35 Β· β 6.7K) - Performant type-checking for python. MIT
- [GitHub](https://github.com/facebook/pyre-check) (π¨βπ» 260 Β· π 430 Β· π¦ 21 Β· π 430 - 36% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/facebook/pyre-check
```
- [PyPi](https://pypi.org/project/pyre-check) (π₯ 79K / month Β· π¦ 55 Β· β±οΈ 10.05.2024):
```
pip install pyre-check
```
typeguard (π₯35 Β· β 1.5K) - Run-time type checker for Python. MIT
- [GitHub](https://github.com/agronholm/typeguard) (π¨βπ» 35 Β· π 100 Β· π¦ 24K Β· π 320 - 5% open Β· β±οΈ 27.05.2024):
```
git clone https://github.com/agronholm/typeguard
```
- [PyPi](https://pypi.org/project/typeguard) (π₯ 22M / month Β· π¦ 2.6K Β· β±οΈ 27.05.2024):
```
pip install typeguard
```
- [Conda](https://anaconda.org/conda-forge/typeguard) (π₯ 580K Β· β±οΈ 31.05.2024):
```
conda install -c conda-forge typeguard
```
## Code Formatters
black (π₯46 Β· β 38K) - The uncompromising Python code formatter. MIT
- [GitHub](https://github.com/psf/black) (π¨βπ» 450 Β· π 2.4K Β· π₯ 89K Β· π¦ 500K Β· π 2.6K - 14% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/psf/black
```
- [PyPi](https://pypi.org/project/black) (π₯ 40M / month Β· π¦ 21K Β· β±οΈ 26.04.2024):
```
pip install black
```
- [Conda](https://anaconda.org/conda-forge/black) (π₯ 10M Β· β±οΈ 26.04.2024):
```
conda install -c conda-forge black
```
yapf (π₯39 Β· β 14K) - A formatter for Python files. Apache-2
- [GitHub](https://github.com/google/yapf) (π¨βπ» 150 Β· π 890 Β· π¦ 94K Β· π 860 - 45% open Β· β±οΈ 01.04.2024):
```
git clone https://github.com/google/yapf
```
- [PyPi](https://pypi.org/project/yapf) (π₯ 6.1M / month Β· π¦ 1.2K Β· β±οΈ 22.09.2023):
```
pip install yapf
```
- [Conda](https://anaconda.org/conda-forge/yapf) (π₯ 1.8M Β· β±οΈ 26.07.2023):
```
conda install -c conda-forge yapf
```
isort (π₯39 Β· β 6.3K Β· π) - A Python utility / library to sort imports. MIT
- [GitHub](https://github.com/PyCQA/isort) (π¨βπ» 290 Β· π 560 Β· π¦ 470K Β· π 1.3K - 17% open Β· β±οΈ 15.01.2024):
```
git clone https://github.com/PyCQA/isort
```
- [PyPi](https://pypi.org/project/isort) (π₯ 40M / month Β· π¦ 12K Β· β±οΈ 13.12.2023):
```
pip install isort
```
- [Conda](https://anaconda.org/conda-forge/isort) (π₯ 5.9M Β· β±οΈ 14.12.2023):
```
conda install -c conda-forge isort
```
autopep8 (π₯39 Β· β 4.5K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
- [GitHub](https://github.com/hhatto/autopep8) (π¨βπ» 63 Β· π 290 Β· π¦ 210K Β· π 500 - 23% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/hhatto/autopep8
```
- [PyPi](https://pypi.org/project/autopep8) (π₯ 5.3M / month Β· π¦ 1.5K Β· β±οΈ 30.05.2024):
```
pip install autopep8
```
- [Conda](https://anaconda.org/conda-forge/autopep8) (π₯ 1.5M Β· β±οΈ 30.05.2024):
```
conda install -c conda-forge autopep8
```
docformatter (π₯27 Β· β 520 Β· π€) - Formats docstrings to follow PEP 257. MIT
- [GitHub](https://github.com/PyCQA/docformatter) (π¨βπ» 30 Β· π 60 Β· π₯ 18 Β· π¦ 3.5K Β· π 150 - 16% open Β· β±οΈ 15.10.2023):
```
git clone https://github.com/myint/docformatter
```
- [PyPi](https://pypi.org/project/docformatter) (π₯ 580K / month Β· π¦ 220 Β· β±οΈ 12.07.2023):
```
pip install docformatter
```
- [Conda](https://anaconda.org/conda-forge/docformatter) (π₯ 130K Β· β±οΈ 18.07.2023):
```
conda install -c conda-forge docformatter
```
autoimport (π₯18 Β· β 88) - Autoimport automatically fixes wrong import statements. βοΈGPL-3.0
- [GitHub](https://github.com/lyz-code/autoimport) (π¨βπ» 16 Β· π 20 Β· π¦ 130 Β· π 47 - 29% open Β· β±οΈ 10.05.2024):
```
git clone https://github.com/lyz-code/autoimport
```
- [PyPi](https://pypi.org/project/autoimport) (π₯ 4.1K / month Β· π¦ 12 Β· β±οΈ 10.05.2024):
```
pip install autoimport
```
Show 1 hidden projects...
- pyformat (π₯19 Β· β 95) - Formats Python code to follow a consistent style. βοΈSaxpath
## Code Refactoring
jedi (π₯41 Β· β 5.7K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
- [GitHub](https://github.com/davidhalter/jedi) (π¨βπ» 170 Β· π 500 Β· π¦ 440K Β· π 1.4K - 4% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/davidhalter/jedi
```
- [PyPi](https://pypi.org/project/jedi) (π₯ 39M / month Β· π¦ 990 Β· β±οΈ 02.10.2023):
```
pip install jedi
```
- [Conda](https://anaconda.org/conda-forge/jedi) (π₯ 22M Β· β±οΈ 03.10.2023):
```
conda install -c conda-forge jedi
```
rope (π₯36 Β· β 1.9K) - a python refactoring library. βοΈLGPL-3.0
- [GitHub](https://github.com/python-rope/rope) (π¨βπ» 81 Β· π 160 Β· π₯ 28 Β· π¦ 74K Β· π 360 - 28% open Β· β±οΈ 04.04.2024):
```
git clone https://github.com/python-rope/rope
```
- [PyPi](https://pypi.org/project/rope) (π₯ 940K / month Β· π¦ 280 Β· β±οΈ 24.03.2024):
```
pip install rope
```
- [Conda](https://anaconda.org/conda-forge/rope) (π₯ 1.5M Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge rope
```
pyupgrade (π₯33 Β· β 3.4K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
- [GitHub](https://github.com/asottile/pyupgrade) (π¨βπ» 35 Β· π 170 Β· π 420 - 3% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/asottile/pyupgrade
```
- [PyPi](https://pypi.org/project/pyupgrade) (π₯ 580K / month Β· π¦ 360 Β· β±οΈ 24.03.2024):
```
pip install pyupgrade
```
- [Conda](https://anaconda.org/conda-forge/pyupgrade) (π₯ 640K Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge pyupgrade
```
vulture (π₯30 Β· β 3.1K) - Find dead Python code. MIT
- [GitHub](https://github.com/jendrikseipp/vulture) (π¨βπ» 42 Β· π 140 Β· π¦ 4.6K Β· π 210 - 14% open Β· β±οΈ 05.05.2024):
```
git clone https://github.com/jendrikseipp/vulture
```
- [PyPi](https://pypi.org/project/vulture) (π₯ 680K / month Β· π¦ 180 Β· β±οΈ 19.01.2024):
```
pip install vulture
```
- [Conda](https://anaconda.org/conda-forge/vulture) (π₯ 82K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge vulture
```
autoflake (π₯29 Β· β 870) - Removes unused imports and unused variables as reported by pyflakes. MIT
- [GitHub](https://github.com/PyCQA/autoflake) (π¨βπ» 38 Β· π 80 Β· π 120 - 32% open Β· β±οΈ 17.05.2024):
```
git clone https://github.com/myint/autoflake
```
- [PyPi](https://pypi.org/project/autoflake) (π₯ 1.9M / month Β· π¦ 930 Β· β±οΈ 13.03.2024):
```
pip install autoflake
```
- [Conda](https://anaconda.org/conda-forge/autoflake) (π₯ 540K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge autoflake
```
MonkeyType (π₯26 Β· β 4.6K) - A Python library that generates static type annotations by.. BSD-3
- [GitHub](https://github.com/Instagram/MonkeyType) (π¨βπ» 50 Β· π 170 Β· π 190 - 26% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/Instagram/MonkeyType
```
- [PyPi](https://pypi.org/project/monkeytype) (π₯ 260K / month Β· π¦ 20 Β· β±οΈ 20.03.2023):
```
pip install monkeytype
```
- [Conda](https://anaconda.org/conda-forge/monkeytype) (π₯ 60K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge monkeytype
```
add-trailing-comma (π₯22 Β· β 330) - A tool (and pre-commit hook) to automatically add trailing.. MIT
- [GitHub](https://github.com/asottile/add-trailing-comma) (π¨βπ» 11 Β· π 22 Β· β±οΈ 04.06.2024):
```
git clone https://github.com/asottile/add-trailing-comma
```
- [PyPi](https://pypi.org/project/add-trailing-comma) (π₯ 58K / month Β· π¦ 22 Β· β±οΈ 30.08.2023):
```
pip install add-trailing-comma
```
unimport (π₯20 Β· β 240) - The ultimate linter and formatter for removing unused import statements.. MIT
- [GitHub](https://github.com/hakancelikdev/unimport) (π¨βπ» 16 Β· π 22 Β· π 120 - 9% open Β· β±οΈ 07.01.2024):
```
git clone https://github.com/hakancelik96/unimport
```
- [PyPi](https://pypi.org/project/unimport) (π₯ 20K / month Β· π¦ 16 Β· β±οΈ 24.12.2023):
```
pip install unimport
```
com2ann (π₯17 Β· β 140) - Tool for translation type comments to type annotations in Python. MIT
- [GitHub](https://github.com/ilevkivskyi/com2ann) (π¨βπ» 8 Β· π 12 Β· π¦ 72 Β· π 29 - 24% open Β· β±οΈ 14.03.2024):
```
git clone https://github.com/ilevkivskyi/com2ann
```
- [PyPi](https://pypi.org/project/com2ann) (π₯ 15K / month Β· π¦ 2 Β· β±οΈ 21.08.2021):
```
pip install com2ann
```
massedit (π₯17 Β· β 110 Β· π€) - Programmatically edit text files with Python. Useful for source to.. MIT
- [GitHub](https://github.com/elmotec/massedit) (π¨βπ» 9 Β· π 16 Β· π₯ 23 Β· π¦ 43 Β· π 11 - 36% open Β· β±οΈ 12.09.2023):
```
git clone https://github.com/elmotec/massedit
```
- [PyPi](https://pypi.org/project/massedit) (π₯ 2.8K / month Β· π¦ 3 Β· β±οΈ 11.09.2023):
```
pip install massedit
```
Show 8 hidden projects...
- Bowler (π₯24 Β· β 1.5K Β· π) - Safe code refactoring for modern Python. MIT
- redbaron (π₯24 Β· β 690 Β· π) - Bottom-up approach to refactoring in python. βοΈLGPL-3.0
- eradicate (π₯24 Β· β 200) - Removes commented-out code from Python files. βοΈSaxpath
- baron (π₯23 Β· β 290 Β· π) - IDE allow you to refactor code, Baron allows you to write.. βοΈLGPL-3.0
- pyannotate (π₯21 Β· β 1.4K Β· π) - Auto-generate PEP-484 annotations. Apache-2
- unify (π₯19 Β· β 92 Β· π) - Modifies strings to all use the same quote where possible. MIT
- pep8ify (π₯16 Β· β 120 Β· π) - A library that modifies python source code to conform to pep8. Apache-2
- retype (π₯13 Β· β 140 Β· π) - Re-apply type annotations from .pyi stubs to your codebase. MIT
## Code Security
bandit (π₯38 Β· β 6.1K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
- [GitHub](https://github.com/PyCQA/bandit) (π¨βπ» 180 Β· π 580 Β· π₯ 780 Β· π¦ 49K Β· π 670 - 28% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/PyCQA/bandit
```
- [PyPi](https://pypi.org/project/bandit) (π₯ 4.8M / month Β· π¦ 1.3K Β· β±οΈ 08.03.2024):
```
pip install bandit
```
- [Conda](https://anaconda.org/conda-forge/bandit) (π₯ 320K Β· β±οΈ 21.04.2024):
```
conda install -c conda-forge bandit
```
sqlmap (π₯33 Β· β 31K) - Automatic SQL injection and database takeover tool. βοΈGPL-3.0
- [GitHub](https://github.com/sqlmapproject/sqlmap) (π¨βπ» 140 Β· π 5.6K Β· π¦ 21 Β· π 5.2K - 1% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/sqlmapproject/sqlmap
```
- [PyPi](https://pypi.org/project/sqlmap) (π₯ 16K / month Β· π¦ 12 Β· β±οΈ 05.06.2024):
```
pip install sqlmap
```
detect-secrets (π₯33 Β· β 3.5K) - An enterprise friendly way of detecting and preventing.. Apache-2
- [GitHub](https://github.com/Yelp/detect-secrets) (π¨βπ» 81 Β· π 430 Β· π 370 - 34% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/Yelp/detect-secrets
```
- [PyPi](https://pypi.org/project/detect-secrets) (π₯ 640K / month Β· π¦ 81 Β· β±οΈ 06.05.2024):
```
pip install detect-secrets
```
safety (π₯32 Β· β 1.6K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
- [GitHub](https://github.com/pyupio/safety) (π¨βπ» 42 Β· π 140 Β· π₯ 550K Β· π¦ 14K Β· π 220 - 42% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/pyupio/safety
```
- [PyPi](https://pypi.org/project/safety) (π₯ 1.6M / month Β· π¦ 300 Β· β±οΈ 05.06.2024):
```
pip install safety
```
- [Conda](https://anaconda.org/conda-forge/safety) (π₯ 95K Β· β±οΈ 05.06.2024):
```
conda install -c conda-forge safety
```
Show 4 hidden projects...
- pyarmor (π₯34 Β· β 3K) - A tool used to obfuscate python scripts, bind obfuscated scripts to.. βοΈSGI-B-2.0
- pyt (π₯23 Β· β 2.2K Β· π) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. βοΈGPL-2.0
- dlint (π₯20 Β· β 160 Β· π) - Dlint is a tool for encouraging best coding practices and helping.. BSD-3
- dodgy (π₯20 Β· β 120 Β· π) - Looks at Python code to search for things which look dodgy such as.. MIT
## Virtual Environments
pipenv (π₯45 Β· β 25K) - Python Development Workflow for Humans. MIT
- [GitHub](https://github.com/pypa/pipenv) (π¨βπ» 510 Β· π 1.8K Β· π¦ 140K Β· π 4.2K - 6% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/pypa/pipenv
```
- [PyPi](https://pypi.org/project/pipenv) (π₯ 11M / month Β· π¦ 210 Β· β±οΈ 05.02.2024):
```
pip install pipenv
```
- [Conda](https://anaconda.org/conda-forge/pipenv) (π₯ 160K Β· β±οΈ 05.02.2024):
```
conda install -c conda-forge pipenv
```
virtualenv (π₯42 Β· β 4.7K) - Virtual Python Environment builder. MIT
- [GitHub](https://github.com/pypa/virtualenv) (π¨βπ» 280 Β· π 1K Β· π¦ 390K Β· π 1.3K - 1% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pypa/virtualenv
```
- [PyPi](https://pypi.org/project/virtualenv) (π₯ 130M / month Β· π¦ 1.5K Β· β±οΈ 13.05.2024):
```
pip install virtualenv
```
- [Conda](https://anaconda.org/conda-forge/virtualenv) (π₯ 6.9M Β· β±οΈ 14.05.2024):
```
conda install -c conda-forge virtualenv
```
nodeenv (π₯36 Β· β 1.7K Β· π) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
- [GitHub](https://github.com/ekalinin/nodeenv) (π¨βπ» 98 Β· π 200 Β· π¦ 86K Β· π 190 - 24% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/ekalinin/nodeenv
```
- [PyPi](https://pypi.org/project/nodeenv) (π₯ 23M / month Β· π¦ 210 Β· β±οΈ 28.05.2024):
```
pip install nodeenv
```
- [Conda](https://anaconda.org/conda-forge/nodeenv) (π₯ 3.9M Β· β±οΈ 05.06.2024):
```
conda install -c conda-forge nodeenv
```
pyenv (π₯34 Β· β 37K) - Simple Python version management. MIT
- [GitHub](https://github.com/pyenv/pyenv) (π¨βπ» 440 Β· π 2.9K Β· π¦ 21 Β· π 1.7K - 3% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pyenv/pyenv
```
- [PyPi](https://pypi.org/project/pyenv) (π₯ 12K / month Β· β±οΈ 12.01.2019):
```
pip install pyenv
```
pyenv-virtualenv (π₯23 Β· β 6.1K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
- [GitHub](https://github.com/pyenv/pyenv-virtualenv) (π¨βπ» 61 Β· π 390 Β· π¦ 21 Β· π 350 - 31% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/pyenv/pyenv-virtualenv
```
pyenv-installer (π₯16 Β· β 3.9K) - This tool is used to install `pyenv` and friends. MIT
- [GitHub](https://github.com/pyenv/pyenv-installer) (π¨βπ» 40 Β· π 420 Β· π 81 - 3% open Β· β±οΈ 21.04.2024):
```
git clone https://github.com/pyenv/pyenv-installer
```
freshenv (π₯13 Β· β 170 Β· π€) - Provision, share, manage local and cloud developer environments. MPL-2.0
- [GitHub](https://github.com/raiyanyahya/freshenv) (π¨βπ» 3 Β· π 3 Β· π 5 - 40% open Β· β±οΈ 13.10.2023):
```
git clone https://github.com/raiyanyahya/freshenv
```
- [PyPi](https://pypi.org/project/freshenv) (π₯ 290 / month Β· β±οΈ 06.11.2022):
```
pip install freshenv
```
- [Conda](https://anaconda.org/raiyanyahya/freshenv):
```
conda install -c raiyanyahya freshenv
```
Show 3 hidden projects...
- vex (π₯20 Β· β 370 Β· π) - Run a command in the named virtualenv. MIT
- dh-virtualenv (π₯17 Β· β 1.6K Β· π) - Python virtualenvs in Debian packages. βοΈGPL-2.0
- pipenv-pipes (π₯13 Β· β 130 Β· π) - A PipEnv Environment Switcher. MIT
## Dependency & Package Managers
pip (π₯47 Β· β 9.3K Β· π) - The Python package installer. MIT
- [GitHub](https://github.com/pypa/pip) (π¨βπ» 790 Β· π 3K Β· π¦ 190K Β· π 7.3K - 14% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pypa/pip
```
- [PyPi](https://pypi.org/project/pip) (π₯ 370M / month Β· π¦ 4.1K Β· β±οΈ 06.05.2024):
```
pip install pip
```
- [Conda](https://anaconda.org/conda-forge/pip) (π₯ 110M Β· β±οΈ 03.02.2024):
```
conda install -c conda-forge pip
```
conda (π₯43 Β· β 6.2K) - A system-level, binary package and environment manager running on all.. BSD-3
- [GitHub](https://github.com/conda/conda) (π¨βπ» 460 Β· π 1.5K Β· π₯ 1.4K Β· π¦ 47K Β· π 9.7K - 7% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/conda/conda
```
- [PyPi](https://pypi.org/project/conda) (π₯ 170K / month Β· π¦ 76 Β· β±οΈ 22.04.2017):
```
pip install conda
```
- [Conda](https://anaconda.org/conda-forge/conda) (π₯ 52M Β· β±οΈ 13.05.2024):
```
conda install -c conda-forge conda
```
poetry (π₯41 Β· β 30K) - Python packaging and dependency management made easy. MIT
- [GitHub](https://github.com/python-poetry/poetry) (π¨βπ» 560 Β· π 2.2K Β· π₯ 15M Β· π 5.8K - 11% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/python-poetry/poetry
```
- [PyPi](https://pypi.org/project/poetry) (π₯ 36M / month Β· π¦ 590 Β· β±οΈ 08.05.2024):
```
pip install poetry
```
- [Conda](https://anaconda.org/conda-forge/poetry) (π₯ 1.2M Β· β±οΈ 09.05.2024):
```
conda install -c conda-forge poetry
```
pip-tools (π₯38 Β· β 7.5K Β· π) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
- [GitHub](https://github.com/jazzband/pip-tools) (π¨βπ» 220 Β· π 600 Β· π¦ 28K Β· π 1.1K - 15% open Β· β±οΈ 13.05.2024):
```
git clone https://github.com/jazzband/pip-tools
```
- [PyPi](https://pypi.org/project/pip-tools) (π₯ 12M / month Β· π¦ 2K Β· β±οΈ 06.03.2024):
```
pip install pip-tools
```
- [Conda](https://anaconda.org/conda-forge/pip-tools) (π₯ 150K Β· β±οΈ 06.03.2024):
```
conda install -c conda-forge pip-tools
```
pipx (π₯36 Β· β 9.3K) - Install and Run Python Applications in Isolated Environments. MIT
- [GitHub](https://github.com/pypa/pipx) (π¨βπ» 150 Β· π 380 Β· π₯ 87K Β· π¦ 2.3K Β· π 730 - 10% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pypa/pipx
```
- [PyPi](https://pypi.org/project/pipx) (π₯ 5.6M / month Β· π¦ 44 Β· β±οΈ 02.06.2024):
```
pip install pipx
```
- [Conda](https://anaconda.org/conda-forge/pipx) (π₯ 54K Β· β±οΈ 02.06.2024):
```
conda install -c conda-forge pipx
```
PDM (π₯36 Β· β 7.2K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
- [GitHub](https://github.com/pdm-project/pdm) (π¨βπ» 180 Β· π 360 Β· π₯ 5 Β· π¦ 300 Β· π 1.6K - 3% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/pdm-project/pdm
```
- [PyPi](https://pypi.org/project/pdm) (π₯ 880K / month Β· π¦ 140 Β· β±οΈ 30.05.2024):
```
pip install pdm
```
- [Conda](https://anaconda.org/conda-forge/pdm) (π₯ 330K Β· β±οΈ 06.06.2024):
```
conda install -c conda-forge pdm
```
pipreqs (π₯33 Β· β 5.9K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
- [GitHub](https://github.com/bndr/pipreqs) (π¨βπ» 66 Β· π 380 Β· π¦ 30K Β· π 300 - 63% open Β· β±οΈ 18.02.2024):
```
git clone https://github.com/bndr/pipreqs
```
- [PyPi](https://pypi.org/project/pipreqs) (π₯ 780K / month Β· π¦ 230 Β· β±οΈ 18.02.2024):
```
pip install pipreqs
```
- [Conda](https://anaconda.org/conda-forge/pipreqs) (π₯ 49K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pipreqs
```
mamba (π₯29 Β· β 6.4K) - The Fast Cross-Platform Package Manager. BSD-3
- [GitHub](https://github.com/mamba-org/mamba) (π¨βπ» 150 Β· π 340 Β· π 1.7K - 30% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/mamba-org/mamba
```
- [Conda](https://anaconda.org/conda-forge/mamba) (π₯ 12M Β· β±οΈ 06.05.2024):
```
conda install -c conda-forge mamba
```
pip-run (π₯23 Β· β 130) - pip-run - dynamic dependency loader for Python. MIT
- [GitHub](https://github.com/jaraco/pip-run) (π¨βπ» 24 Β· π 19 Β· π¦ 64 Β· π 72 - 6% open Β· β±οΈ 24.04.2024):
```
git clone https://github.com/jaraco/pip-run
```
- [PyPi](https://pypi.org/project/pip-run) (π₯ 17K / month Β· π¦ 9 Β· β±οΈ 10.02.2024):
```
pip install pip-run
```
Show 2 hidden projects...
- dephell (π₯25 Β· β 1.8K Β· π) - Python project management. Manage packages: convert between formats,.. MIT
- pyflow (π₯22 Β· β 1.3K Β· π) - An installation and dependency system for Python. MIT
## Code Metrics & Complexity
prospector (π₯32 Β· β 1.9K) - Inspects Python source files and provides information about.. βοΈGPL-2.0
- [GitHub](https://github.com/landscapeio/prospector) (π¨βπ» 90 Β· π 170 Β· π¦ 4.9K Β· π 380 - 16% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/PyCQA/prospector
```
- [PyPi](https://pypi.org/project/prospector) (π₯ 1.1M / month Β· π¦ 250 Β· β±οΈ 18.10.2023):
```
pip install prospector
```
- [Conda](https://anaconda.org/conda-forge/prospector) (π₯ 110K Β· β±οΈ 19.10.2023):
```
conda install -c conda-forge prospector
```
mccabe (π₯31 Β· β 630) - McCabe complexity checker for Python. βοΈSaxpath
- [GitHub](https://github.com/PyCQA/mccabe) (π¨βπ» 24 Β· π 60 Β· π¦ 450K Β· π 52 - 13% open Β· β±οΈ 03.12.2023):
```
git clone https://github.com/PyCQA/mccabe
```
- [PyPi](https://pypi.org/project/mccabe) (π₯ 47M / month Β· π¦ 860 Β· β±οΈ 24.01.2022):
```
pip install mccabe
```
- [Conda](https://anaconda.org/conda-forge/mccabe) (π₯ 8.2M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge mccabe
```
radon (π₯29 Β· β 1.6K Β· π€) - Various code metrics for Python code. MIT
- [GitHub](https://github.com/rubik/radon) (π¨βπ» 60 Β· π 110 Β· π¦ 5K Β· π 180 - 18% open Β· β±οΈ 06.10.2023):
```
git clone https://github.com/rubik/radon
```
- [PyPi](https://pypi.org/project/radon) (π₯ 560K / month Β· π¦ 190 Β· β±οΈ 26.03.2023):
```
pip install radon
```
- [Conda](https://anaconda.org/conda-forge/radon) (π₯ 72K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge radon
```
wily (π₯26 Β· β 1.2K Β· π€) - A Python application for tracking, reporting on timing and.. Apache-2
- [GitHub](https://github.com/tonybaloney/wily) (π¨βπ» 24 Β· π 56 Β· π¦ 220 Β· π 110 - 32% open Β· β±οΈ 11.10.2023):
```
git clone https://github.com/tonybaloney/wily
```
- [PyPi](https://pypi.org/project/wily) (π₯ 41K / month Β· π¦ 2 Β· β±οΈ 11.10.2023):
```
pip install wily
```
xenon (π₯24 Β· β 240 Β· π€) - Monitoring tool based on radon. MIT
- [GitHub](https://github.com/rubik/xenon) (π¨βπ» 10 Β· π 22 Β· π¦ 1.2K Β· π 37 - 24% open Β· β±οΈ 12.08.2023):
```
git clone https://github.com/rubik/xenon
```
- [PyPi](https://pypi.org/project/xenon) (π₯ 160K / month Β· π¦ 45 Β· β±οΈ 12.08.2023):
```
pip install xenon
```
- [Conda](https://anaconda.org/conda-forge/xenon) (π₯ 23K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge xenon
```
Show 1 hidden projects...
- cohesion (π₯15 Β· β 230 Β· π) - A tool for measuring Python class cohesion. βοΈGPL-3.0
## Logging
rich (π₯43 Β· β 48K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
- [GitHub](https://github.com/Textualize/rich) (π¨βπ» 240 Β· π 1.7K Β· π¦ 220K Β· π 1.4K - 20% open Β· β±οΈ 01.05.2024):
```
git clone https://github.com/Textualize/rich
```
- [PyPi](https://pypi.org/project/rich) (π₯ 67M / month Β· π¦ 11K Β· β±οΈ 28.02.2024):
```
pip install rich
```
- [Conda](https://anaconda.org/conda-forge/rich) (π₯ 7.1M Β· β±οΈ 28.02.2024):
```
conda install -c conda-forge rich
```
tqdm (π₯42 Β· β 28K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
- [GitHub](https://github.com/tqdm/tqdm) (π¨βπ» 120 Β· π 1.3K Β· π₯ 11K Β· π¦ 740K Β· π 1.1K - 46% open Β· β±οΈ 02.05.2024):
```
git clone https://github.com/tqdm/tqdm
```
- [PyPi](https://pypi.org/project/tqdm) (π₯ 100M / month Β· π¦ 30K Β· β±οΈ 02.05.2024):
```
pip install tqdm
```
- [Conda](https://anaconda.org/conda-forge/tqdm) (π₯ 27M Β· β±οΈ 04.05.2024):
```
conda install -c conda-forge tqdm
```
- [Docker Hub](https://hub.docker.com/r/tqdm/tqdm) (π₯ 4.5K Β· β 2 Β· β±οΈ 01.06.2024):
```
docker pull tqdm/tqdm
```
sentry-sdk (π₯39 Β· β 1.8K Β· π) - The official Python SDK for Sentry.io. MIT
- [GitHub](https://github.com/getsentry/sentry-python) (π¨βπ» 220 Β· π 460 Β· π₯ 2.1K Β· π 1.3K - 15% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/getsentry/sentry-python
```
- [PyPi](https://pypi.org/project/sentry-sdk) (π₯ 34M / month Β· π¦ 820 Β· β±οΈ 06.06.2024):
```
pip install sentry-sdk
```
- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (π₯ 810K Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge sentry-sdk
```
loguru (π₯38 Β· β 18K) - Python logging made (stupidly) simple. MIT
- [GitHub](https://github.com/Delgan/loguru) (π¨βπ» 53 Β· π 670 Β· π¦ 85K Β· π 960 - 16% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/Delgan/loguru
```
- [PyPi](https://pypi.org/project/loguru) (π₯ 26M / month Β· π¦ 5.7K Β· β±οΈ 11.09.2023):
```
pip install loguru
```
- [Conda](https://anaconda.org/conda-forge/loguru) (π₯ 2.2M Β· β±οΈ 24.09.2023):
```
conda install -c conda-forge loguru
```
structlog (π₯37 Β· β 3.3K) - Simple, powerful, and fast logging for Python. Apache-2
- [GitHub](https://github.com/hynek/structlog) (π¨βπ» 120 Β· π 210 Β· π¦ 12K Β· π 320 - 7% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/hynek/structlog
```
- [PyPi](https://pypi.org/project/structlog) (π₯ 26M / month Β· π¦ 950 Β· β±οΈ 27.05.2024):
```
pip install structlog
```
- [Conda](https://anaconda.org/conda-forge/structlog) (π₯ 410K Β· β±οΈ 30.05.2024):
```
conda install -c conda-forge structlog
```
logbook (π₯32 Β· β 1.5K) - A cool logging replacement for Python. BSD-3
- [GitHub](https://github.com/getlogbook/logbook) (π¨βπ» 79 Β· π 160 Β· π₯ 370 Β· π¦ 6K Β· π 190 - 28% open Β· β±οΈ 10.02.2024):
```
git clone https://github.com/getlogbook/logbook
```
- [PyPi](https://pypi.org/project/logbook) (π₯ 4.5M / month Β· π¦ 260 Β· β±οΈ 10.11.2023):
```
pip install logbook
```
- [Conda](https://anaconda.org/conda-forge/logbook) (π₯ 180K Β· β±οΈ 11.11.2023):
```
conda install -c conda-forge logbook
```
progressbar2 (π₯32 Β· β 850) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
- [GitHub](https://github.com/wolph/python-progressbar) (π¨βπ» 45 Β· π 140 Β· π₯ 2.3K Β· π 220 - 2% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/WoLpH/python-progressbar
```
- [PyPi](https://pypi.org/project/progressbar2) (π₯ 27M / month Β· π¦ 910 Β· β±οΈ 05.03.2024):
```
pip install progressbar2
```
- [Conda](https://anaconda.org/conda-forge/progressbar2) (π₯ 1.4M Β· β±οΈ 07.03.2024):
```
conda install -c conda-forge progressbar2
```
colorlog (π₯30 Β· β 860) - A colored formatter for the python logging module. MIT
- [GitHub](https://github.com/borntyping/python-colorlog) (π¨βπ» 33 Β· π 86 Β· π¦ 39K Β· β±οΈ 26.01.2024):
```
git clone https://github.com/borntyping/python-colorlog
```
- [PyPi](https://pypi.org/project/colorlog) (π₯ 14M / month Β· π¦ 1.7K Β· β±οΈ 26.01.2024):
```
pip install colorlog
```
- [Conda](https://anaconda.org/conda-forge/colorlog) (π₯ 2.4M Β· β±οΈ 26.01.2024):
```
conda install -c conda-forge colorlog
```
alive-progress (π₯29 Β· β 5.2K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
- [GitHub](https://github.com/rsalmei/alive-progress) (π¨βπ» 7 Β· π 200 Β· π¦ 3.2K Β· π 220 - 9% open Β· β±οΈ 02.12.2023):
```
git clone https://github.com/rsalmei/alive-progress
```
- [PyPi](https://pypi.org/project/alive-progress) (π₯ 800K / month Β· π¦ 420 Β· β±οΈ 08.11.2023):
```
pip install alive-progress
```
- [Conda](https://anaconda.org/conda-forge/alive-progress) (π₯ 59K Β· β±οΈ 09.11.2023):
```
conda install -c conda-forge alive-progress
```
wasabi (π₯29 Β· β 440) - A lightweight console printing and formatting toolkit. MIT
- [GitHub](https://github.com/explosion/wasabi) (π¨βπ» 14 Β· π 22 Β· π¦ 46K Β· π 9 - 44% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/ines/wasabi
```
- [PyPi](https://pypi.org/project/wasabi) (π₯ 11M / month Β· π¦ 210 Β· β±οΈ 31.05.2024):
```
pip install wasabi
```
- [Conda](https://anaconda.org/conda-forge/wasabi) (π₯ 1.3M Β· β±οΈ 11.05.2024):
```
conda install -c conda-forge wasabi
```
notifiers (π₯28 Β· β 2.6K) - The easy way to send notifications. MIT
- [GitHub](https://github.com/liiight/notifiers) (π¨βπ» 21 Β· π 110 Β· π¦ 1.2K Β· π 120 - 42% open Β· β±οΈ 01.05.2024):
```
git clone https://github.com/liiight/notifiers
```
- [PyPi](https://pypi.org/project/notifiers) (π₯ 1.4M / month Β· π¦ 36 Β· β±οΈ 10.02.2022):
```
pip install notifiers
```
- [Conda](https://anaconda.org/conda-forge/notifiers) (π₯ 38K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge notifiers
```
stackprinter (π₯25 Β· β 1.3K) - Debugging-friendly exceptions for Python. MIT
- [GitHub](https://github.com/cknd/stackprinter) (π¨βπ» 7 Β· π 38 Β· π¦ 350 Β· π 36 - 30% open Β· β±οΈ 13.03.2024):
```
git clone https://github.com/cknd/stackprinter
```
- [PyPi](https://pypi.org/project/stackprinter) (π₯ 320K / month Β· π¦ 48 Β· β±οΈ 13.03.2024):
```
pip install stackprinter
```
- [Conda](https://anaconda.org/conda-forge/stackprinter) (π₯ 10K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge stackprinter
```
python-devtools (π₯23 Β· β 960) - Dev tools for python. MIT
- [GitHub](https://github.com/samuelcolvin/python-devtools) (π¨βπ» 13 Β· π 49 Β· π¦ 5.7K Β· π 63 - 38% open Β· β±οΈ 26.01.2024):
```
git clone https://github.com/samuelcolvin/python-devtools
```
- [PyPi](https://pypi.org/project/python-devtools) (π₯ 1.3K / month Β· β±οΈ 21.08.2017):
```
pip install python-devtools
```
- [Conda](https://anaconda.org/conda-forge/python-devtools) (π₯ 24K Β· β±οΈ 06.09.2023):
```
conda install -c conda-forge python-devtools
```
Show 8 hidden projects...
- python-json-logger (π₯34 Β· β 1.7K Β· π) - Json Formatter for the standard python logger. BSD-2
- tabulate (π₯33 Β· β 2K Β· π) - Pretty-print tabular data in Python, a library and a command-line.. MIT
- prettytable (π₯33 Β· β 1.3K) - Display tabular data in a visually appealing ASCII table.. βοΈBSD-1-Clause
- python-coloredlogs (π₯28 Β· β 540 Β· π) - Colored terminal output for Pythons logging module. MIT
- rebound (π₯25 Β· β 4.1K Β· π) - Command-line tool that instantly fetches Stack Overflow results.. βοΈGPL-2.0
- better-exceptions (π₯24 Β· β 4.6K Β· π) - Pretty and useful exceptions in Python, automatically. MIT
- PrettyErrors (π₯24 Β· β 2.8K Β· π) - Prettify Python exception output to make it legible. MIT
- tbvaccine (π₯16 Β· β 380 Β· π) - A small utility to pretty-print Python tracebacks. MIT
## Shell
xxh (π₯25 Β· β 5K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish,.. BSD-2
- [GitHub](https://github.com/xxh/xxh) (π¨βπ» 27 Β· π 100 Β· π₯ 2.5K Β· π¦ 87 Β· π 87 - 27% open Β· β±οΈ 06.04.2024):
```
git clone https://github.com/xxh/xxh
```
- [PyPi](https://pypi.org/project/xxh-xxh) (π₯ 700 / month Β· β±οΈ 06.04.2024):
```
pip install xxh-xxh
```
Show 1 hidden projects...
- xonsh (π₯34 Β· β 8.1K) - Python-powered, cross-platform, Unix-gazing shell. βοΈBSD-1-Clause
## Documentation
π best-of-mkdocs ( β 870) - Collection of MkDocs projects and plugins.
sphinx (π₯46 Β· β 6.1K) - The Sphinx documentation generator. BSD-3
- [GitHub](https://github.com/sphinx-doc/sphinx) (π¨βπ» 830 Β· π 2K Β· π¦ 380K Β· π 7K - 17% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/sphinx-doc/sphinx
```
- [PyPi](https://pypi.org/project/sphinx) (π₯ 15M / month Β· π¦ 22K Β· β±οΈ 19.04.2024):
```
pip install sphinx
```
- [Conda](https://anaconda.org/conda-forge/sphinx) (π₯ 9.2M Β· β±οΈ 19.04.2024):
```
conda install -c conda-forge sphinx
```
mkdocs-material (π₯42 Β· β 19K) - Documentation that simply works. MIT
- [GitHub](https://github.com/squidfunk/mkdocs-material) (π¨βπ» 270 Β· π 3.4K Β· π¦ 49K Β· π 2.3K - 1% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/squidfunk/mkdocs-material
```
- [PyPi](https://pypi.org/project/mkdocs-material) (π₯ 4.5M / month Β· π¦ 2.5K Β· β±οΈ 06.06.2024):
```
pip install mkdocs-material
```
- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (π₯ 400K Β· β±οΈ 03.06.2024):
```
conda install -c conda-forge mkdocs-material
```
mkdocs (π₯42 Β· β 19K) - Project documentation with Markdown. BSD-2
- [GitHub](https://github.com/mkdocs/mkdocs) (π¨βπ» 250 Β· π 2.4K Β· π¦ 63K Β· π 2K - 3% open Β· β±οΈ 10.05.2024):
```
git clone https://github.com/mkdocs/mkdocs
```
- [PyPi](https://pypi.org/project/mkdocs) (π₯ 3.8M / month Β· π¦ 3.5K Β· β±οΈ 20.04.2024):
```
pip install mkdocs
```
- [Conda](https://anaconda.org/conda-forge/mkdocs) (π₯ 340K Β· β±οΈ 27.04.2024):
```
conda install -c conda-forge mkdocs
```
sphinx_rtd_theme (π₯36 Β· β 4.7K) - Sphinx theme for readthedocs.org. MIT
- [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (π¨βπ» 120 Β· π 1.7K Β· π¦ 16 Β· π 870 - 28% open Β· β±οΈ 25.01.2024):
```
git clone https://github.com/readthedocs/sphinx_rtd_theme
```
- [PyPi](https://pypi.org/project/sphinx_rtd_theme) (π₯ 5M / month Β· π¦ 12K Β· β±οΈ 28.11.2023):
```
pip install sphinx_rtd_theme
```
- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (π₯ 3.8M Β· β±οΈ 28.11.2023):
```
conda install -c conda-forge sphinx_rtd_theme
```
alabaster (π₯33 Β· β 720) - Lightweight, configurable Sphinx theme. BSD-3
- [GitHub](https://github.com/sphinx-doc/alabaster) (π¨βπ» 37 Β· π 180 Β· π¦ 130K Β· π 120 - 49% open Β· β±οΈ 10.01.2024):
```
git clone https://github.com/bitprophet/alabaster
```
- [PyPi](https://pypi.org/project/alabaster) (π₯ 11M / month Β· π¦ 580 Β· β±οΈ 10.01.2024):
```
pip install alabaster
```
- [Conda](https://anaconda.org/conda-forge/alabaster) (π₯ 7.5M Β· β±οΈ 10.01.2024):
```
conda install -c conda-forge alabaster
```
pdoc (π₯32 Β· β 1.8K) - API Documentation for Python Projects. Unlicense
- [GitHub](https://github.com/mitmproxy/pdoc) (π¨βπ» 66 Β· π 190 Β· π¦ 2.9K Β· π 370 - 7% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/mitmproxy/pdoc
```
- [PyPi](https://pypi.org/project/pdoc) (π₯ 270K / month Β· π¦ 400 Β· β±οΈ 18.05.2024):
```
pip install pdoc
```
mkdocstrings (π₯32 Β· β 1.6K) - Automatic documentation from sources, for MkDocs. ISC
- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (π¨βπ» 42 Β· π 100 Β· π¦ 13K Β· π 390 - 12% open Β· β±οΈ 05.05.2024):
```
git clone https://github.com/mkdocstrings/mkdocstrings
```
- [PyPi](https://pypi.org/project/mkdocstrings) (π₯ 1.2M / month Β· π¦ 970 Β· β±οΈ 05.05.2024):
```
pip install mkdocstrings
```
- [Conda](https://anaconda.org/conda-forge/mkdocstrings) (π₯ 120K Β· β±οΈ 05.05.2024):
```
conda install -c conda-forge mkdocstrings
```
breathe (π₯32 Β· β 730 Β· π€) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
- [GitHub](https://github.com/breathe-doc/breathe) (π¨βπ» 110 Β· π 190 Β· π₯ 620 Β· π¦ 14K Β· π 590 - 31% open Β· β±οΈ 24.10.2023):
```
git clone https://github.com/michaeljones/breathe
```
- [PyPi](https://pypi.org/project/breathe) (π₯ 750K / month Β· π¦ 87 Β· β±οΈ 28.02.2023):
```
pip install breathe
```
- [Conda](https://anaconda.org/conda-forge/breathe) (π₯ 560K Β· β±οΈ 04.07.2023):
```
conda install -c conda-forge breathe
```
sphinx-autodoc-typehints (π₯32 Β· β 540) - Type hints support for the Sphinx autodoc extension. MIT
- [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (π¨βπ» 55 Β· π 100 Β· π¦ 50K Β· π 200 - 19% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
```
- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (π₯ 1.7M / month Β· π¦ 2.7K Β· β±οΈ 04.06.2024):
```
pip install sphinx-autodoc-typehints
```
- [Conda](https://anaconda.org/conda-forge/sphinx-autodoc-typehints) (π₯ 700K Β· β±οΈ 18.04.2024):
```
conda install -c conda-forge sphinx-autodoc-typehints
```
sphinx-autobuild (π₯31 Β· β 520) - Watch a Sphinx directory and rebuild the documentation.. MIT
- [GitHub](https://github.com/sphinx-doc/sphinx-autobuild) (π¨βπ» 30 Β· π 75 Β· π¦ 23K Β· π 90 - 25% open Β· β±οΈ 06.05.2024):
```
git clone https://github.com/executablebooks/sphinx-autobuild
```
- [PyPi](https://pypi.org/project/sphinx-autobuild) (π₯ 910K / month Β· π¦ 1.4K Β· β±οΈ 16.04.2024):
```
pip install sphinx-autobuild
```
- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (π₯ 260K Β· β±οΈ 17.04.2024):
```
conda install -c conda-forge sphinx-autobuild
```
Griffe (π₯31 Β· β 260) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
- [GitHub](https://github.com/mkdocstrings/griffe) (π¨βπ» 28 Β· π 38 Β· π¦ 5.6K Β· π 210 - 15% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/mkdocstrings/griffe
```
- [PyPi](https://pypi.org/project/griffe) (π₯ 1.4M / month Β· π¦ 100 Β· β±οΈ 23.05.2024):
```
pip install griffe
```
- [Conda](https://anaconda.org/conda-forge/griffe) (π₯ 260K Β· β±οΈ 24.05.2024):
```
conda install -c conda-forge griffe
```
interrogate (π₯29 Β· β 560) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
- [GitHub](https://github.com/econchick/interrogate) (π¨βπ» 17 Β· π 45 Β· π¦ 6.6K Β· π 68 - 45% open Β· β±οΈ 20.05.2024):
```
git clone https://github.com/econchick/interrogate
```
- [PyPi](https://pypi.org/project/interrogate) (π₯ 140K / month Β· π¦ 360 Β· β±οΈ 07.04.2024):
```
pip install interrogate
```
pdoc3 (π₯28 Β· β 1.1K) - Auto-generate API documentation for Python projects. βοΈAGPL-3.0
- [GitHub](https://github.com/pdoc3/pdoc) (π¨βπ» 61 Β· π 140 Β· π¦ 4.2K Β· π 330 - 37% open Β· β±οΈ 11.03.2024):
```
git clone https://github.com/pdoc3/pdoc
```
- [PyPi](https://pypi.org/project/pdoc3) (π₯ 250K / month Β· π¦ 390 Β· β±οΈ 03.08.2021):
```
pip install pdoc3
```
- [Conda](https://anaconda.org/anaconda/pdoc3) (π₯ 1.9K Β· β±οΈ 16.06.2023):
```
conda install -c anaconda pdoc3
```
blacken-docs (π₯27 Β· β 620) - Run `black` on python code blocks in documentation files. MIT
- [GitHub](https://github.com/adamchainz/blacken-docs) (π¨βπ» 22 Β· π 41 Β· π¦ 940 Β· π 75 - 12% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/asottile/blacken-docs
```
- [PyPi](https://pypi.org/project/blacken-docs) (π₯ 110K / month Β· π¦ 83 Β· β±οΈ 16.08.2023):
```
pip install blacken-docs
```
- [Conda](https://anaconda.org/conda-forge/blacken-docs) (π₯ 35K Β· β±οΈ 16.08.2023):
```
conda install -c conda-forge blacken-docs
```
sphinx-markdown-builder (π₯24 Β· β 160 Β· π€) - DISCONTINUED: sphinx builder that outputs markdown.. MIT
- [GitHub](https://github.com/clayrisser/sphinx-markdown-builder) (π¨βπ» 19 Β· π 60 Β· π¦ 840 Β· β±οΈ 24.06.2023):
```
git clone https://github.com/clayrisser/sphinx-markdown-builder
```
- [PyPi](https://pypi.org/project/sphinx-markdown-builder) (π₯ 74K / month Β· π¦ 120 Β· β±οΈ 16.01.2024):
```
pip install sphinx-markdown-builder
```
mkdocs-awesome-pages-plugin (π₯23 Β· β 450) - An MkDocs plugin that simplifies configuring page.. MIT
- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (π¨βπ» 8 Β· π 34 Β· π¦ 4.2K Β· π 83 - 24% open Β· β±οΈ 09.03.2024):
```
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
```
- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (π₯ 300K / month Β· π¦ 150 Β· β±οΈ 19.08.2023):
```
pip install mkdocs-awesome-pages-plugin
```
lazydocs (π₯23 Β· β 180) - Generate markdown API documentation from Google-style Python docstring... MIT
- [GitHub](https://github.com/ml-tooling/lazydocs) (π¨βπ» 11 Β· π 37 Β· π¦ 230 Β· π 34 - 17% open Β· β±οΈ 16.01.2024):
```
git clone https://github.com/ml-tooling/lazydocs
```
- [PyPi](https://pypi.org/project/lazydocs) (π₯ 8.5K / month Β· π¦ 22 Β· β±οΈ 27.07.2021):
```
pip install lazydocs
```
mkdocs-print-site-plugin (π₯23 Β· β 120) - MkDocs Plugin that adds an additional page that.. MIT
- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (π¨βπ» 8 Β· π 19 Β· π¦ 310 Β· π 90 - 12% open Β· β±οΈ 31.05.2024):
```
git clone https://github.com/timvink/mkdocs-print-site-plugin
```
- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (π₯ 23K / month Β· π¦ 10 Β· β±οΈ 31.05.2024):
```
pip install mkdocs-print-site-plugin
```
releases (π₯22 Β· β 180) - A powerful Sphinx changelog-generating extension. BSD-2
- [GitHub](https://github.com/bitprophet/releases) (π¨βπ» 10 Β· π 41 Β· π¦ 630 Β· π 77 - 40% open Β· β±οΈ 01.12.2023):
```
git clone https://github.com/bitprophet/releases
```
- [PyPi](https://pypi.org/project/releases) (π₯ 16K / month Β· π¦ 39 Β· β±οΈ 28.04.2023):
```
pip install releases
```
- [Conda](https://anaconda.org/conda-forge/sphinx-releases) (π₯ 51K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge sphinx-releases
```
Show 9 hidden projects...
- numpydoc (π₯31 Β· β 280) - Numpys Sphinx extensions. βUnlicensed
- sphinx-bootstrap-theme (π₯26 Β· β 590 Β· π) - Sphinx Bootstrap Theme. MIT
- pytkdocs (π₯24 Β· β 50 Β· π) - Load Python objects documentation. ISC
- mkdocs-with-pdf (π₯23 Β· β 310 Β· π) - Generate a single PDF file from MkDocs repository. MIT
- portray (π₯22 Β· β 860 Β· π) - Your Project with Great Documentation. MIT
- pycco (π₯22 Β· β 840 Β· π) - Literate-style documentation generator. MIT
- mkdocs-pdf-export-plugin (π₯22 Β· β 310 Β· π) - An MkDocs plugin to export content pages as PDF files. MIT
- mkdocs-git-revision-date-plugin (π₯20 Β· β 56 Β· π) - MkDocs plugin for setting revision date from git per.. MIT
- mkdocs-versioning (π₯17 Β· β 40 Β· π) - A tool that allows for versioning sites built with.. MIT
## Debugging Tools
pyelftools (π₯33 Β· β 1.9K) - Parsing ELF and DWARF in Python. Unlicense
- [GitHub](https://github.com/eliben/pyelftools) (π¨βπ» 100 Β· π 500 Β· π¦ 7.7K Β· π 260 - 28% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/eliben/pyelftools
```
- [PyPi](https://pypi.org/project/pyelftools) (π₯ 3.9M / month Β· π¦ 240 Β· β±οΈ 14.03.2024):
```
pip install pyelftools
```
- [Conda](https://anaconda.org/conda-forge/pyelftools) (π₯ 160K Β· β±οΈ 14.03.2024):
```
conda install -c conda-forge pyelftools
```
pudb (π₯32 Β· β 2.9K) - Full-screen console debugger for Python. MIT
- [GitHub](https://github.com/inducer/pudb) (π¨βπ» 95 Β· π 220 Β· π¦ 6.4K Β· π 340 - 46% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/inducer/pudb
```
- [PyPi](https://pypi.org/project/pudb) (π₯ 220K / month Β· π¦ 96 Β· β±οΈ 16.01.2024):
```
pip install pudb
```
- [Conda](https://anaconda.org/conda-forge/pudb) (π₯ 260K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pudb
```
PySnooper (π₯31 Β· β 16K) - Never use print for debugging again. MIT
- [GitHub](https://github.com/cool-RR/PySnooper) (π¨βπ» 27 Β· π 950 Β· π¦ 1.8K Β· π 130 - 20% open Β· β±οΈ 13.01.2024):
```
git clone https://github.com/cool-RR/PySnooper
```
- [PyPi](https://pypi.org/project/pysnooper) (π₯ 280K / month Β· π¦ 49 Β· β±οΈ 15.07.2023):
```
pip install pysnooper
```
- [Conda](https://anaconda.org/conda-forge/pysnooper) (π₯ 76K Β· β±οΈ 27.07.2023):
```
conda install -c conda-forge pysnooper
```
ipdb (π₯31 Β· β 1.8K Β· π€) - Integration of IPython pdb. BSD-3
- [GitHub](https://github.com/gotcha/ipdb) (π¨βπ» 58 Β· π 150 Β· π¦ 56K Β· π 200 - 33% open Β· β±οΈ 03.08.2023):
```
git clone https://github.com/gotcha/ipdb
```
- [PyPi](https://pypi.org/project/ipdb) (π₯ 3.6M / month Β· π¦ 1K Β· β±οΈ 09.03.2023):
```
pip install ipdb
```
- [Conda](https://anaconda.org/conda-forge/ipdb) (π₯ 460K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipdb
```
icecream (π₯28 Β· β 8.6K) - Never use print() to debug again. MIT
- [GitHub](https://github.com/gruns/icecream) (π¨βπ» 21 Β· π 180 Β· π¦ 21 Β· π 150 - 52% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/gruns/icecream
```
- [PyPi](https://pypi.org/project/icecream) (π₯ 440K / month Β· π¦ 320 Β· β±οΈ 21.07.2022):
```
pip install icecream
```
- [Conda](https://anaconda.org/conda-forge/icecream) (π₯ 41K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge icecream
```
gdbgui (π₯27 Β· β 9.7K Β· π€) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. βοΈGPL-3.0
- [GitHub](https://github.com/cs01/gdbgui) (π¨βπ» 45 Β· π 550 Β· π₯ 17K Β· π¦ 400 Β· π 320 - 46% open Β· β±οΈ 18.10.2023):
```
git clone https://github.com/cs01/gdbgui
```
- [PyPi](https://pypi.org/project/gdbgui) (π₯ 10K / month Β· π¦ 2 Β· β±οΈ 18.10.2023):
```
pip install gdbgui
```
python-hunter (π₯26 Β· β 790) - Hunter is a flexible code tracing toolkit. BSD-2
- [GitHub](https://github.com/ionelmc/python-hunter) (π¨βπ» 9 Β· π 45 Β· π¦ 180 Β· π 98 - 44% open Β· β±οΈ 02.05.2024):
```
git clone https://github.com/ionelmc/python-hunter
```
- [PyPi](https://pypi.org/project/hunter) (π₯ 11K / month Β· π¦ 17 Β· β±οΈ 02.05.2024):
```
pip install hunter
```
- [Conda](https://anaconda.org/conda-forge/hunter) (π₯ 70K Β· β±οΈ 02.05.2024):
```
conda install -c conda-forge hunter
```
python-manhole (π₯22 Β· β 370) - Debugging manhole for python applications. BSD-2
- [GitHub](https://github.com/ionelmc/python-manhole) (π¨βπ» 11 Β· π 24 Β· π¦ 280 Β· π 23 - 34% open Β· β±οΈ 18.12.2023):
```
git clone https://github.com/ionelmc/python-manhole
```
- [PyPi](https://pypi.org/project/manhole) (π₯ 51K / month Β· π¦ 6 Β· β±οΈ 08.04.2021):
```
pip install manhole
```
- [Conda](https://anaconda.org/conda-forge/manhole) (π₯ 23K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge manhole
```
pyrasite (π₯21 Β· β 2.8K Β· π€) - Inject code into running Python processes. βοΈGPL-3.0
- [GitHub](https://github.com/lmacken/pyrasite) (π¨βπ» 24 Β· π 200 Β· π¦ 57 Β· π 58 - 72% open Β· β±οΈ 08.10.2023):
```
git clone https://github.com/lmacken/pyrasite
```
- [PyPi](https://pypi.org/project/pyrasite) (π₯ 7.1K / month Β· β±οΈ 09.05.2012):
```
pip install pyrasite
```
reloadium (π₯20 Β· β 2.7K) - Hot Reloading and Profiling for Python. Apache-2
- [GitHub](https://github.com/reloadware/reloadium) (π¨βπ» 3 Β· π 55 Β· π 140 - 13% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/reloadware/reloadium
```
- [PyPi](https://pypi.org/project/reloadium) (π₯ 4.1K / month Β· β±οΈ 22.05.2024):
```
pip install reloadium
```
Birdseye (π₯20 Β· β 1.6K Β· π€) - Graphical Python debugger which lets you easily view the values of.. MIT
- [GitHub](https://github.com/alexmojaki/birdseye) (π¨βπ» 10 Β· π 74 Β· π 57 - 36% open Β· β±οΈ 16.10.2023):
```
git clone https://github.com/alexmojaki/birdseye
```
- [PyPi](https://pypi.org/project/birdseye) (π₯ 1.2K / month Β· π¦ 8 Β· β±οΈ 16.10.2023):
```
pip install birdseye
```
Show 2 hidden projects...
- pdbpp (π₯28 Β· β 1.3K Β· π) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
- snoop (π₯24 Β· β 1.2K Β· π) - A powerful set of Python debugging tools, based on PySnooper. MIT
## Testing Tools
π best-of-web-python - Testing ( β 2.2K) - Testing libraries & tools for python web frameworks.
π unittest - Unittest is a test framework included in the Python standard library.
pytest (π₯47 Β· β 12K Β· π) - The pytest framework makes it easy to write small tests, yet.. MIT
- [GitHub](https://github.com/pytest-dev/pytest) (π¨βπ» 970 Β· π 2.6K Β· π₯ 1.1K Β· π¦ 1.2M Β· π 5.8K - 15% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/pytest-dev/pytest
```
- [PyPi](https://pypi.org/project/pytest) (π₯ 130M / month Β· π¦ 45K Β· β±οΈ 04.06.2024):
```
pip install pytest
```
- [Conda](https://anaconda.org/conda-forge/pytest) (π₯ 26M Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge pytest
```
hypothesis (π₯42 Β· β 7.3K) - Hypothesis is a powerful, flexible, and easy to use library for.. MPL-2.0
- [GitHub](https://github.com/HypothesisWorks/hypothesis) (π¨βπ» 330 Β· π 580 Β· π¦ 27K Β· π 1.5K - 2% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/HypothesisWorks/hypothesis
```
- [PyPi](https://pypi.org/project/hypothesis) (π₯ 8.9M / month Β· π¦ 2K Β· β±οΈ 05.06.2024):
```
pip install hypothesis
```
- [Conda](https://anaconda.org/conda-forge/hypothesis) (π₯ 8.9M Β· β±οΈ 06.06.2024):
```
conda install -c conda-forge hypothesis
```
robotframework (π₯40 Β· β 9.3K) - Generic automation framework for acceptance testing and RPA. Apache-2
- [GitHub](https://github.com/robotframework/robotframework) (π¨βπ» 200 Β· π 2.3K Β· π₯ 550 Β· π¦ 11K Β· π 4.4K - 7% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/robotframework/robotframework
```
- [PyPi](https://pypi.org/project/robotframework) (π₯ 2.7M / month Β· π¦ 800 Β· β±οΈ 04.06.2024):
```
pip install robotframework
```
- [Conda](https://anaconda.org/conda-forge/robotframework) (π₯ 180K Β· β±οΈ 11.01.2024):
```
conda install -c conda-forge robotframework
```
pytest-xdist (π₯40 Β· β 1.4K) - pytest plugin for distributed testing and loop-on-failures.. MIT
- [GitHub](https://github.com/pytest-dev/pytest-xdist) (π¨βπ» 100 Β· π 220 Β· π₯ 37 Β· π¦ 99K Β· π 630 - 40% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pytest-dev/pytest-xdist
```
- [PyPi](https://pypi.org/project/pytest-xdist) (π₯ 25M / month Β· π¦ 3.8K Β· β±οΈ 28.04.2024):
```
pip install pytest-xdist
```
- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (π₯ 6.1M Β· β±οΈ 21.11.2023):
```
conda install -c conda-forge pytest-xdist
```
playwright-python (π₯39 Β· β 11K) - Python version of the Playwright testing and automation.. Apache-2
- [GitHub](https://github.com/microsoft/playwright-python) (π¨βπ» 39 Β· π 820 Β· π¦ 17K Β· π 1.3K - 2% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/microsoft/playwright-python
```
- [PyPi](https://pypi.org/project/playwright) (π₯ 3.6M / month Β· π¦ 930 Β· β±οΈ 17.05.2024):
```
pip install playwright
```
tox (π₯39 Β· β 3.6K) - Command line driven CI frontend and development task automation tool. MIT
- [GitHub](https://github.com/tox-dev/tox) (π¨βπ» 310 Β· π 500 Β· π¦ 120K Β· π 1.7K - 5% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/tox-dev/tox
```
- [PyPi](https://pypi.org/project/tox) (π₯ 15M / month Β· π¦ 8.6K Β· β±οΈ 06.06.2024):
```
pip install tox
```
- [Conda](https://anaconda.org/conda-forge/tox) (π₯ 950K Β· β±οΈ 06.06.2024):
```
conda install -c conda-forge tox
```
pytest-cov (π₯38 Β· β 1.7K) - Coverage plugin for pytest. MIT
- [GitHub](https://github.com/pytest-dev/pytest-cov) (π¨βπ» 89 Β· π 210 Β· π¦ 320K Β· π 400 - 37% open Β· β±οΈ 24.03.2024):
```
git clone https://github.com/pytest-dev/pytest-cov
```
- [PyPi](https://pypi.org/project/pytest-cov) (π₯ 53M / month Β· π¦ 27K Β· β±οΈ 24.03.2024):
```
pip install pytest-cov
```
- [Conda](https://anaconda.org/conda-forge/pytest-cov) (π₯ 11M Β· β±οΈ 26.03.2024):
```
conda install -c conda-forge pytest-cov
```
pytest-asyncio (π₯37 Β· β 1.3K Β· π) - Asyncio support for pytest. Apache-2
- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (π¨βπ» 47 Β· π 140 Β· π₯ 1.2K Β· π¦ 98K Β· π 320 - 17% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pytest-dev/pytest-asyncio
```
- [PyPi](https://pypi.org/project/pytest-asyncio) (π₯ 15M / month Β· π¦ 3.6K Β· β±οΈ 19.05.2024):
```
pip install pytest-asyncio
```
- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (π₯ 1.9M Β· β±οΈ 29.04.2024):
```
conda install -c conda-forge pytest-asyncio
```
pyautogui (π₯36 Β· β 9.8K Β· π€) - A cross-platform GUI automation Python module for human beings... BSD-3
- [GitHub](https://github.com/asweigart/pyautogui) (π¨βπ» 52 Β· π 1.2K Β· π¦ 36K Β· π 730 - 68% open Β· β±οΈ 07.06.2023):
```
git clone https://github.com/asweigart/pyautogui
```
- [PyPi](https://pypi.org/project/pyautogui) (π₯ 800K / month Β· π¦ 920 Β· β±οΈ 24.05.2023):
```
pip install pyautogui
```
- [Conda](https://anaconda.org/conda-forge/pyautogui) (π₯ 230K Β· β±οΈ 16.10.2023):
```
conda install -c conda-forge pyautogui
```
pytest-mock (π₯35 Β· β 1.8K) - Thin-wrapper around the mock package for easier use with pytest. MIT
- [GitHub](https://github.com/pytest-dev/pytest-mock) (π¨βπ» 72 Β· π 140 Β· π₯ 33 Β· π¦ 81K Β· π 160 - 7% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pytest-dev/pytest-mock
```
- [PyPi](https://pypi.org/project/pytest-mock) (π₯ 23M / month Β· π¦ 4.7K Β· β±οΈ 21.03.2024):
```
pip install pytest-mock
```
- [Conda](https://anaconda.org/conda-forge/pytest-mock) (π₯ 2.7M Β· β±οΈ 22.03.2024):
```
conda install -c conda-forge pytest-mock
```
mimesis (π₯34 Β· β 4.3K) - Mimesis is a robust data generator for Python that can produce a wide.. MIT
- [GitHub](https://github.com/lk-geimfari/mimesis) (π¨βπ» 120 Β· π 330 Β· π₯ 580 Β· π¦ 1.8K Β· π 360 - 5% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/lk-geimfari/mimesis
```
- [PyPi](https://pypi.org/project/mimesis) (π₯ 750K / month Β· π¦ 60 Β· β±οΈ 01.06.2024):
```
pip install mimesis
```
- [Conda](https://anaconda.org/conda-forge/mimesis) (π₯ 200K Β· β±οΈ 24.01.2024):
```
conda install -c conda-forge mimesis
```
freezegun (π₯34 Β· β 4K) - Let your Python tests travel through time. Apache-2
- [GitHub](https://github.com/spulec/freezegun) (π¨βπ» 120 Β· π 260 Β· π₯ 19 Β· π 340 - 40% open Β· β±οΈ 11.05.2024):
```
git clone https://github.com/spulec/freezegun
```
- [PyPi](https://pypi.org/project/freezegun) (π₯ 12M / month Β· π¦ 880 Β· β±οΈ 11.05.2024):
```
pip install freezegun
```
- [Conda](https://anaconda.org/conda-forge/freezegun) (π₯ 1.6M Β· β±οΈ 24.04.2024):
```
conda install -c conda-forge freezegun
```
pytest-bdd (π₯34 Β· β 1.3K) - BDD library for the py.test runner. MIT
- [GitHub](https://github.com/pytest-dev/pytest-bdd) (π¨βπ» 61 Β· π 210 Β· π¦ 3.5K Β· π 370 - 39% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pytest-dev/pytest-bdd
```
- [PyPi](https://pypi.org/project/pytest-bdd) (π₯ 1.3M / month Β· π¦ 100 Β· β±οΈ 04.06.2024):
```
pip install pytest-bdd
```
- [Conda](https://anaconda.org/conda-forge/pytest-bdd) (π₯ 58K Β· β±οΈ 05.06.2024):
```
conda install -c conda-forge pytest-bdd
```
nose2 (π₯34 Β· β 780) - The successor to nose, based on unittest2. BSD-2
- [GitHub](https://github.com/nose-devs/nose2) (π¨βπ» 81 Β· π 130 Β· π¦ 25K Β· π 270 - 17% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/nose-devs/nose2
```
- [PyPi](https://pypi.org/project/nose2) (π₯ 820K / month Β· π¦ 300 Β· β±οΈ 01.06.2024):
```
pip install nose2
```
- [Conda](https://anaconda.org/conda-forge/nose2) (π₯ 140K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge nose2
```
coveralls-python (π₯34 Β· β 550) - Show coverage stats online via coveralls.io. MIT
- [GitHub](https://github.com/TheKevJames/coveralls-python) (π¨βπ» 66 Β· π 180 Β· π¦ 34K Β· π 170 - 2% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/TheKevJames/coveralls-python
```
- [PyPi](https://pypi.org/project/coveralls) (π₯ 720K / month Β· π¦ 2K Β· β±οΈ 15.05.2024):
```
pip install coveralls
```
- [Conda](https://anaconda.org/conda-forge/coveralls) (π₯ 1.1M Β· β±οΈ 15.05.2024):
```
conda install -c conda-forge coveralls
```
nox (π₯32 Β· β 1.2K) - Flexible test automation for Python. Apache-2
- [GitHub](https://github.com/wntrblm/nox) (π¨βπ» 95 Β· π 150 Β· π¦ 5.4K Β· π 360 - 15% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/theacodes/nox
```
- [PyPi](https://pypi.org/project/nox) (π₯ 2M / month Β· π¦ 880 Β· β±οΈ 15.04.2024):
```
pip install nox
```
- [Conda](https://anaconda.org/conda-forge/nox) (π₯ 310K Β· β±οΈ 17.04.2024):
```
conda install -c conda-forge nox
```
pytest-html (π₯32 Β· β 660) - Plugin for generating HTML reports for pytest results. MIT
- [GitHub](https://github.com/pytest-dev/pytest-html) (π¨βπ» 56 Β· π 230 Β· π¦ 47K Β· π 410 - 38% open Β· β±οΈ 24.04.2024):
```
git clone https://github.com/pytest-dev/pytest-html
```
- [PyPi](https://pypi.org/project/pytest-html) (π₯ 9.8M / month Β· π¦ 570 Β· β±οΈ 07.11.2023):
```
pip install pytest-html
```
- [Conda](https://anaconda.org/conda-forge/pytest-html) (π₯ 540K Β· β±οΈ 23.11.2023):
```
conda install -c conda-forge pytest-html
```
factory_boy (π₯31 Β· β 3.4K) - A test fixtures replacement for Python. MIT
- [GitHub](https://github.com/FactoryBoy/factory_boy) (π¨βπ» 130 Β· π 380 Β· π 600 - 30% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/FactoryBoy/factory_boy
```
- [PyPi](https://pypi.org/project/factory_boy) (π₯ 4.2M / month Β· π¦ 560 Β· β±οΈ 19.07.2023):
```
pip install factory_boy
```
- [Conda](https://anaconda.org/conda-forge/factory_boy) (π₯ 150K Β· β±οΈ 19.07.2023):
```
conda install -c conda-forge factory_boy
```
asv (π₯31 Β· β 840) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
- [GitHub](https://github.com/airspeed-velocity/asv) (π¨βπ» 83 Β· π 170 Β· π₯ 310 Β· π¦ 1.1K Β· π 600 - 23% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/airspeed-velocity/asv
```
- [PyPi](https://pypi.org/project/asv) (π₯ 78K / month Β· π¦ 93 Β· β±οΈ 25.02.2024):
```
pip install asv
```
- [Conda](https://anaconda.org/conda-forge/asv) (π₯ 790K Β· β±οΈ 25.02.2024):
```
conda install -c conda-forge asv
```
pytest-sugar (π₯30 Β· β 1.3K) - a plugin for py.test that changes the default look and feel.. BSD-3
- [GitHub](https://github.com/Teemu/pytest-sugar) (π¨βπ» 53 Β· π 74 Β· π₯ 19 Β· π¦ 25K Β· π 120 - 18% open Β· β±οΈ 12.02.2024):
```
git clone https://github.com/Teemu/pytest-sugar
```
- [PyPi](https://pypi.org/project/pytest-sugar) (π₯ 1.9M / month Β· π¦ 1.1K Β· β±οΈ 01.02.2024):
```
pip install pytest-sugar
```
- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (π₯ 240K Β· β±οΈ 05.02.2024):
```
conda install -c conda-forge pytest-sugar
```
green (π₯30 Β· β 780) - Green is a clean, colorful, fast python test runner. MIT
- [GitHub](https://github.com/CleanCut/green) (π¨βπ» 40 Β· π 75 Β· π¦ 1.2K Β· π 190 - 3% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/CleanCut/green
```
- [PyPi](https://pypi.org/project/green) (π₯ 11K / month Β· π¦ 120 Β· β±οΈ 18.04.2024):
```
pip install green
```
- [Conda](https://anaconda.org/conda-forge/green) (π₯ 140K Β· β±οΈ 28.09.2023):
```
conda install -c conda-forge green
```
pytest-testinfra (π₯29 Β· β 2.3K) - Testinfra test your infrastructures. Apache-2
- [GitHub](https://github.com/pytest-dev/pytest-testinfra) (π¨βπ» 140 Β· π 350 Β· π 360 - 38% open Β· β±οΈ 27.05.2024):
```
git clone https://github.com/pytest-dev/pytest-testinfra
```
- [PyPi](https://pypi.org/project/pytest-testinfra) (π₯ 510K / month Β· π¦ 19 Β· β±οΈ 26.05.2024):
```
pip install pytest-testinfra
```
- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (π₯ 17K Β· β±οΈ 03.06.2024):
```
conda install -c conda-forge pytest-testinfra
```
pytest-randomly (π₯29 Β· β 590) - Pytest plugin to randomly order tests and control random.seed. MIT
- [GitHub](https://github.com/pytest-dev/pytest-randomly) (π¨βπ» 20 Β· π 30 Β· π¦ 8.6K Β· π 65 - 15% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/pytest-dev/pytest-randomly
```
- [PyPi](https://pypi.org/project/pytest-randomly) (π₯ 3.5M / month Β· π¦ 400 Β· β±οΈ 15.08.2023):
```
pip install pytest-randomly
```
- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (π₯ 190K Β· β±οΈ 15.08.2023):
```
conda install -c conda-forge pytest-randomly
```
ddt (π₯29 Β· β 440) - Data-Driven Tests for Python Unittest. MIT
- [GitHub](https://github.com/datadriventests/ddt) (π¨βπ» 38 Β· π 110 Β· π¦ 5.7K Β· π 57 - 19% open Β· β±οΈ 26.02.2024):
```
git clone https://github.com/datadriventests/ddt
```
- [PyPi](https://pypi.org/project/ddt) (π₯ 530K / month Β· π¦ 200 Β· β±οΈ 26.02.2024):
```
pip install ddt
```
- [Conda](https://anaconda.org/conda-forge/ddt) (π₯ 95K Β· β±οΈ 26.02.2024):
```
conda install -c conda-forge ddt
```
pytest-benchmark (π₯28 Β· β 1.2K) - py.test fixture for benchmarking code. BSD-2
- [GitHub](https://github.com/ionelmc/pytest-benchmark) (π¨βπ» 41 Β· π 110 Β· π¦ 8.8K Β· π 190 - 53% open Β· β±οΈ 15.12.2023):
```
git clone https://github.com/ionelmc/pytest-benchmark
```
- [PyPi](https://pypi.org/project/pytest-benchmark) (π₯ 2M / month Β· π¦ 810 Β· β±οΈ 25.10.2022):
```
pip install pytest-benchmark
```
- [Conda](https://anaconda.org/conda-forge/pytest-benchmark) (π₯ 2.1M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pytest-benchmark
```
pytest-testmon (π₯26 Β· β 800) - Selects tests affected by changed files. Executes the right.. MIT
- [GitHub](https://github.com/tarpas/pytest-testmon) (π¨βπ» 25 Β· π 54 Β· π¦ 1.2K Β· π 160 - 18% open Β· β±οΈ 30.04.2024):
```
git clone https://github.com/tarpas/pytest-testmon
```
- [PyPi](https://pypi.org/project/pytest-testmon) (π₯ 220K / month Β· π¦ 25 Β· β±οΈ 27.02.2024):
```
pip install pytest-testmon
```
- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (π₯ 42K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pytest-testmon
```
Mamba Test Runner (π₯25 Β· β 520 Β· π€) - The definitive testing tool for Python. Born under the.. MIT
- [GitHub](https://github.com/nestorsalceda/mamba) (π¨βπ» 23 Β· π 65 Β· π¦ 980 Β· π 100 - 50% open Β· β±οΈ 09.11.2023):
```
git clone https://github.com/nestorsalceda/mamba
```
- [PyPi](https://pypi.org/project/mamba) (π₯ 10K / month Β· π¦ 29 Β· β±οΈ 09.11.2023):
```
pip install mamba
```
pytest-docker (π₯25 Β· β 400) - Docker-based integration tests. MIT
- [GitHub](https://github.com/avast/pytest-docker) (π¨βπ» 23 Β· π 67 Β· π₯ 140 Β· π¦ 940 Β· π 54 - 31% open Β· β±οΈ 02.02.2024):
```
git clone https://github.com/avast/pytest-docker
```
- [PyPi](https://pypi.org/project/pytest-docker) (π₯ 310K / month Β· π¦ 86 Β· β±οΈ 02.02.2024):
```
pip install pytest-docker
```
pytest-mypy (π₯25 Β· β 240) - Mypy static type checker plugin for Pytest. MIT
- [GitHub](https://github.com/realpython/pytest-mypy) (π¨βπ» 16 Β· π 32 Β· π¦ 4.1K Β· π 64 - 15% open Β· β±οΈ 12.03.2024):
```
git clone https://github.com/dbader/pytest-mypy
```
- [PyPi](https://pypi.org/project/pytest-mypy) (π₯ 380K / month Β· π¦ 710 Β· β±οΈ 18.12.2022):
```
pip install pytest-mypy
```
- [Conda](https://anaconda.org/conda-forge/pytest-mypy) (π₯ 98K Β· β±οΈ 10.04.2024):
```
conda install -c conda-forge pytest-mypy
```
pytest-datadir (π₯23 Β· β 240) - pytest plugin for manipulating test data directories and.. MIT
- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (π¨βπ» 11 Β· π 22 Β· π₯ 4 Β· π¦ 1.7K Β· π 19 - 26% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/gabrielcnr/pytest-datadir
```
- [PyPi](https://pypi.org/project/pytest-datadir) (π₯ 300K / month Β· π¦ 190 Β· β±οΈ 03.10.2023):
```
pip install pytest-datadir
```
- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (π₯ 250K Β· β±οΈ 03.10.2023):
```
conda install -c conda-forge pytest-datadir
```
xdoctest (π₯23 Β· β 200) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
- [GitHub](https://github.com/Erotemic/xdoctest) (π¨βπ» 9 Β· π 10 Β· π 48 - 41% open Β· β±οΈ 31.05.2024):
```
git clone https://github.com/Erotemic/xdoctest
```
- [PyPi](https://pypi.org/project/xdoctest) (π₯ 340K / month Β· π¦ 180 Β· β±οΈ 31.05.2024):
```
pip install xdoctest
```
- [Conda](https://anaconda.org/conda-forge/xdoctest) (π₯ 220K Β· β±οΈ 01.06.2024):
```
conda install -c conda-forge xdoctest
```
Show 10 hidden projects...
- nose (π₯33 Β· β 1.4K Β· π) - nose is nicer testing for python. βοΈLGPL-2.1+
- uiautomator (π₯26 Β· β 2K Β· π) - Python wrapper of Android uiautomator test tool. MIT
- PyHamcrest (π₯26 Β· β 750) - Hamcrest matchers for Python. βUnlicensed
- pytest-watch (π₯26 Β· β 730 Β· π) - Local continuous test runner with pytest and watchdog. MIT
- pytest-plugins (π₯24 Β· β 550 Β· π) - A grab-bag of nifty pytest plugins. MIT
- pytest-lazy-fixture (π₯24 Β· β 370 Β· π) - It helps to use fixtures in pytest.mark.parametrize. MIT
- sixpack (π₯22 Β· β 1.8K Β· π) - Sixpack is a language-agnostic a/b-testing framework. BSD-2
- assertpy (π₯20 Β· β 470 Β· π) - Simple assertion library for unit testing in python with a fluent.. BSD-3
- fake2db (π₯18 Β· β 2.3K Β· π) - create custom test databases that are populated with fake data. βοΈGPL-2.0
- pytest-play (π₯15 Β· β 68 Β· π) - pytest plugin that let you automate actions and.. Apache-2
## Code Packaging
π Python.org Packaging - An Overview of Packaging for Python.
pyinstaller (π₯42 Β· β 11K) - Freeze (package) Python programs into stand-alone executables. βοΈGPL-2.0
- [GitHub](https://github.com/pyinstaller/pyinstaller) (π¨βπ» 470 Β· π 1.9K Β· π₯ 750K Β· π¦ 59K Β· π 5.3K - 5% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/pyinstaller/pyinstaller
```
- [PyPi](https://pypi.org/project/pyinstaller) (π₯ 2.6M / month Β· π¦ 770 Β· β±οΈ 21.05.2024):
```
pip install pyinstaller
```
- [Conda](https://anaconda.org/conda-forge/pyinstaller) (π₯ 580K Β· β±οΈ 22.05.2024):
```
conda install -c conda-forge pyinstaller
```
Nuitka (π₯39 Β· β 11K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
- [GitHub](https://github.com/Nuitka/Nuitka) (π¨βπ» 170 Β· π 590 Β· π¦ 2.1K Β· π 2.3K - 5% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/Nuitka/Nuitka
```
- [PyPi](https://pypi.org/project/nuitka) (π₯ 100K / month Β· π¦ 71 Β· β±οΈ 31.05.2024):
```
pip install nuitka
```
- [Conda](https://anaconda.org/conda-forge/nuitka) (π₯ 710K Β· β±οΈ 31.05.2024):
```
conda install -c conda-forge nuitka
```
packaging (π₯38 Β· β 590) - Core utilities for Python packages. Apache-2
- [GitHub](https://github.com/pypa/packaging) (π¨βπ» 110 Β· π 230 Β· π₯ 810 Β· π¦ 1.2M Β· π 380 - 23% open Β· β±οΈ 20.05.2024):
```
git clone https://github.com/pypa/packaging
```
- [PyPi](https://pypi.org/project/packaging) (π₯ 360M / month Β· π¦ 10K Β· β±οΈ 10.03.2024):
```
pip install packaging
```
- [Conda](https://anaconda.org/conda-forge/packaging) (π₯ 47M Β· β±οΈ 10.03.2024):
```
conda install -c conda-forge packaging
```
briefcase (π₯34 Β· β 2.4K) - Tools to support converting a Python project into a standalone.. BSD-3
- [GitHub](https://github.com/beeware/briefcase) (π¨βπ» 150 Β· π 340 Β· π₯ 290 Β· π¦ 570 Β· π 760 - 17% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/beeware/briefcase
```
- [PyPi](https://pypi.org/project/briefcase) (π₯ 12K / month Β· π¦ 12 Β· β±οΈ 06.05.2024):
```
pip install briefcase
```
pex (π₯33 Β· β 2.5K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2
- [GitHub](https://github.com/pex-tool/pex) (π¨βπ» 120 Β· π 250 Β· π₯ 4.6M Β· π¦ 610 Β· π 1.1K - 14% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/pantsbuild/pex
```
- [PyPi](https://pypi.org/project/pex) (π₯ 1.8M / month Β· π¦ 46 Β· β±οΈ 05.06.2024):
```
pip install pex
```
cx_Freeze (π₯32 Β· β 1.3K) - cx_Freeze creates standalone executables from Python scripts,.. Python-2.0
- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (π¨βπ» 110 Β· π 210 Β· π 940 - 4% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/marcelotduarte/cx_Freeze
```
- [PyPi](https://pypi.org/project/cx_freeze) (π₯ 160K / month Β· π¦ 86 Β· β±οΈ 03.06.2024):
```
pip install cx_freeze
```
- [Conda](https://anaconda.org/conda-forge/cx_freeze) (π₯ 340K Β· β±οΈ 26.05.2024):
```
conda install -c conda-forge cx_freeze
```
py2app (π₯29 Β· β 320) - py2app is a Python setuptools command which will allow you to make.. MIT
- [GitHub](https://github.com/ronaldoussoren/py2app) (π¨βπ» 31 Β· π 35 Β· π¦ 4.8K Β· π 500 - 38% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/ronaldoussoren/py2app
```
- [PyPi](https://pypi.org/project/py2app) (π₯ 26K / month Β· π¦ 20 Β· β±οΈ 25.05.2024):
```
pip install py2app
```
shiv (π₯25 Β· β 1.7K) - shiv is a command line utility for building fully self contained Python.. BSD-2
- [GitHub](https://github.com/linkedin/shiv) (π¨βπ» 42 Β· π 92 Β· π₯ 780 Β· π 130 - 39% open Β· β±οΈ 09.05.2024):
```
git clone https://github.com/linkedin/shiv
```
- [PyPi](https://pypi.org/project/shiv) (π₯ 30K / month Β· π¦ 14 Β· β±οΈ 09.05.2024):
```
pip install shiv
```
constructor (π₯25 Β· β 440) - tool for creating installers from conda packages. BSD-3
- [GitHub](https://github.com/conda/constructor) (π¨βπ» 71 Β· π 170 Β· π₯ 280 Β· π¦ 19 Β· π 360 - 7% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/conda/constructor
```
- [Conda](https://anaconda.org/anaconda/constructor) (π₯ 9.9K Β· β±οΈ 16.05.2024):
```
conda install -c anaconda constructor
```
pynsist (π₯24 Β· β 880) - Build Windows installers for Python applications. MIT
- [GitHub](https://github.com/takluyver/pynsist) (π¨βπ» 31 Β· π 120 Β· π¦ 220 Β· π 180 - 17% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/takluyver/pynsist
```
- [PyPi](https://pypi.org/project/pynsist) (π₯ 3K / month Β· π¦ 13 Β· β±οΈ 21.03.2022):
```
pip install pynsist
```
py2exe (π₯23 Β· β 770 Β· π€) - Create standalone Windows programs from Python code. MIT
- [GitHub](https://github.com/py2exe/py2exe) (π¨βπ» 20 Β· π 90 Β· π₯ 17K Β· π¦ 2K Β· π 160 - 13% open Β· β±οΈ 08.10.2023):
```
git clone https://github.com/py2exe/py2exe
```
- [PyPi](https://pypi.org/project/py2exe) (π₯ 16K / month Β· π¦ 10 Β· β±οΈ 07.10.2023):
```
pip install py2exe
```
xar (π₯20 Β· β 1.6K) - executable archive format. BSD-3
- [GitHub](https://github.com/facebookincubator/xar) (π¨βπ» 44 Β· π 55 Β· π¦ 30 Β· π 33 - 24% open Β· β±οΈ 28.12.2023):
```
git clone https://github.com/facebookincubator/xar
```
- [PyPi](https://pypi.org/project/xar) (π₯ 510 / month Β· β±οΈ 02.12.2020):
```
pip install xar
```
Show 3 hidden projects...
- PyOxidizer (π₯27 Β· β 5.3K Β· π) - A modern Python application packaging and distribution tool. MPL-2.0
- subpar (π₯13 Β· β 570 Β· π) - Subpar is a utility for creating self-contained python.. Apache-2
- pyship (π₯11 Β· β 38 Β· π€) - pyship - ship Python desktop apps to end users. MIT
## Build Tools
setuptools (π₯47 Β· β 2.4K) - Official project repository for the Setuptools build system. MIT
- [GitHub](https://github.com/pypa/setuptools) (π¨βπ» 600 Β· π 1.1K Β· π¦ 520K Β· π 2.5K - 24% open Β· β±οΈ 31.05.2024):
```
git clone https://github.com/pypa/setuptools
```
- [PyPi](https://pypi.org/project/setuptools) (π₯ 380M / month Β· π¦ 20K Β· β±οΈ 21.05.2024):
```
pip install setuptools
```
- [Conda](https://anaconda.org/conda-forge/setuptools) (π₯ 110M Β· β±οΈ 22.05.2024):
```
conda install -c conda-forge setuptools
```
twine (π₯39 Β· β 1.6K) - Utilities for interacting with PyPI. Apache-2
- [GitHub](https://github.com/pypa/twine) (π¨βπ» 120 Β· π 300 Β· π₯ 13 Β· π¦ 110K Β· π 510 - 10% open Β· β±οΈ 21.05.2024):
```
git clone https://github.com/pypa/twine
```
- [PyPi](https://pypi.org/project/twine) (π₯ 7.4M / month Β· π¦ 14K Β· β±οΈ 16.05.2024):
```
pip install twine
```
- [Conda](https://anaconda.org/conda-forge/twine) (π₯ 980K Β· β±οΈ 17.05.2024):
```
conda install -c conda-forge twine
```
scons (π₯38 Β· β 2K) - SCons - a software construction tool. MIT
- [GitHub](https://github.com/SCons/scons) (π¨βπ» 160 Β· π 310 Β· π₯ 1.5K Β· π¦ 3.1K Β· π 3.4K - 19% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/SCons/scons
```
- [PyPi](https://pypi.org/project/scons) (π₯ 720K / month Β· π¦ 39 Β· β±οΈ 18.03.2024):
```
pip install scons
```
- [Conda](https://anaconda.org/conda-forge/scons) (π₯ 590K Β· β±οΈ 18.03.2024):
```
conda install -c conda-forge scons
```
wheel (π₯37 Β· β 480) - The official binary distribution format for Python. MIT
- [GitHub](https://github.com/pypa/wheel) (π¨βπ» 82 Β· π 140 Β· π¦ 280K Β· π 400 - 12% open Β· β±οΈ 09.05.2024):
```
git clone https://github.com/pypa/wheel
```
- [PyPi](https://pypi.org/project/wheel) (π₯ 470M / month Β· π¦ 11K Β· β±οΈ 11.03.2024):
```
pip install wheel
```
- [Conda](https://anaconda.org/conda-forge/wheel) (π₯ 93M Β· β±οΈ 27.03.2024):
```
conda install -c conda-forge wheel
```
buildbot (π₯36 Β· β 5.2K) - Python-based continuous integration testing framework; your pull.. βοΈGPL-2.0
- [GitHub](https://github.com/buildbot/buildbot) (π¨βπ» 860 Β· π 1.6K Β· π₯ 38K Β· π¦ 350 Β· π 1.6K - 44% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/buildbot/buildbot
```
- [PyPi](https://pypi.org/project/buildbot) (π₯ 16K / month Β· π¦ 18 Β· β±οΈ 20.05.2024):
```
pip install buildbot
```
- [Conda](https://anaconda.org/conda-forge/buildbot) (π₯ 99K Β· β±οΈ 20.05.2024):
```
conda install -c conda-forge buildbot
```
invoke (π₯35 Β· β 4.3K) - Pythonic task management & command execution. BSD-2
- [GitHub](https://github.com/pyinvoke/invoke) (π¨βπ» 60 Β· π 360 Β· π¦ 26K Β· π 810 - 50% open Β· β±οΈ 01.12.2023):
```
git clone https://github.com/pyinvoke/invoke
```
- [PyPi](https://pypi.org/project/invoke) (π₯ 8.9M / month Β· π¦ 950 Β· β±οΈ 12.07.2023):
```
pip install invoke
```
- [Conda](https://anaconda.org/conda-forge/invoke) (π₯ 980K Β· β±οΈ 13.07.2023):
```
conda install -c conda-forge invoke
```
setuptools_scm (π₯35 Β· β 830) - the blessed package to manage your versions by scm tags. MIT
- [GitHub](https://github.com/pypa/setuptools_scm) (π¨βπ» 140 Β· π 210 Β· π 580 - 15% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/pypa/setuptools_scm
```
- [PyPi](https://pypi.org/project/setuptools_scm) (π₯ 29M / month Β· π¦ 1.4K Β· β±οΈ 06.05.2024):
```
pip install setuptools_scm
```
- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (π₯ 2.4M Β· β±οΈ 07.05.2024):
```
conda install -c conda-forge setuptools_scm
```
flit (π₯32 Β· β 2.1K Β· π) - Simplified packaging of Python modules. BSD-3
- [GitHub](https://github.com/pypa/flit) (π¨βπ» 73 Β· π 130 Β· π¦ 1.9K Β· π 420 - 31% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/pypa/flit
```
- [PyPi](https://pypi.org/project/flit) (π₯ 510K / month Β· π¦ 740 Β· β±οΈ 14.05.2023):
```
pip install flit
```
- [Conda](https://anaconda.org/conda-forge/flit) (π₯ 190K Β· β±οΈ 25.03.2024):
```
conda install -c conda-forge flit
```
pybuilder (π₯27 Β· β 1.7K) - Software build automation tool for Python. Apache-2
- [GitHub](https://github.com/pybuilder/pybuilder) (π¨βπ» 39 Β· π 250 Β· π 520 - 18% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pybuilder/pybuilder
```
- [PyPi](https://pypi.org/project/pybuilder) (π₯ 29K / month Β· π¦ 6 Β· β±οΈ 04.06.2024):
```
pip install pybuilder
```
- [Conda](https://anaconda.org/conda-forge/pybuilder) (π₯ 77K Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge pybuilder
```
universal-build (π₯15 Β· β 21 Β· π) - Universal build utilities for containerized build pipelines. MIT
- [GitHub](https://github.com/ml-tooling/universal-build) (π¨βπ» 5 Β· π 7 Β· π₯ 19 Β· π¦ 12 Β· π 4 - 25% open Β· β±οΈ 15.09.2022):
```
git clone https://github.com/ml-tooling/universal-build
```
- [PyPi](https://pypi.org/project/universal-build) (π₯ 510 / month Β· π¦ 7 Β· β±οΈ 16.11.2021):
```
pip install universal-build
```
Show 4 hidden projects...
- doit (π₯32 Β· β 1.8K Β· π) - task management & automation tool. MIT
- buildout (π₯26 Β· β 570 Β· π) - Buildout is a deployment automation tool written in and.. βοΈZPL-2.1
- paver (π₯22 Β· β 460 Β· π) - Python-based project scripting. BSD-3
- pynt (π₯18 Β· β 160 Β· π) - A pynt of Python build. MIT
## System Monitoring & Profiling
psutil (π₯45 Β· β 10K) - Cross-platform lib for process and system monitoring in Python. BSD-3
- [GitHub](https://github.com/giampaolo/psutil) (π¨βπ» 210 Β· π 1.4K Β· π¦ 500K Β· π 1.8K - 17% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/giampaolo/psutil
```
- [PyPi](https://pypi.org/project/psutil) (π₯ 110M / month Β· π¦ 10K Β· β±οΈ 19.01.2024):
```
pip install psutil
```
- [Conda](https://anaconda.org/conda-forge/psutil) (π₯ 31M Β· β±οΈ 08.02.2024):
```
conda install -c conda-forge psutil
```
Glances (π₯40 Β· β 25K) - Glances an Eye on your system. A top/htop alternative for.. βοΈLGPL-3.0
- [GitHub](https://github.com/nicolargo/glances) (π¨βπ» 190 Β· π 1.4K Β· π₯ 1.6K Β· π¦ 890 Β· π 1.8K - 12% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/nicolargo/glances
```
- [PyPi](https://pypi.org/project/glances) (π₯ 640K / month Β· π¦ 4 Β· β±οΈ 25.05.2024):
```
pip install glances
```
- [Conda](https://anaconda.org/conda-forge/glances) (π₯ 220K Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge glances
```
memray (π₯35 Β· β 13K) - Memray is a memory profiler for Python. Apache-2
- [GitHub](https://github.com/bloomberg/memray) (π¨βπ» 50 Β· π 370 Β· π¦ 450 Β· π 180 - 12% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/bloomberg/memray
```
- [PyPi](https://pypi.org/project/memray) (π₯ 750K / month Β· π¦ 43 Β· β±οΈ 10.04.2024):
```
pip install memray
```
- [Conda](https://anaconda.org/conda-forge/memray) (π₯ 120K Β· β±οΈ 11.04.2024):
```
conda install -c conda-forge memray
```
py-spy (π₯33 Β· β 12K) - Sampling profiler for Python programs. MIT
- [GitHub](https://github.com/benfred/py-spy) (π¨βπ» 38 Β· π 400 Β· π₯ 18K Β· π¦ 4.1K Β· π 370 - 48% open Β· β±οΈ 27.02.2024):
```
git clone https://github.com/benfred/py-spy
```
- [PyPi](https://pypi.org/project/py-spy) (π₯ 1.9M / month Β· π¦ 46 Β· β±οΈ 07.09.2022):
```
pip install py-spy
```
- [Conda](https://anaconda.org/conda-forge/py-spy) (π₯ 540K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge py-spy
```
- [Cargo](https://crates.io/crates/py-spy) (π₯ 1.9K / month Β· π¦ 2 Β· β±οΈ 07.09.2022):
```
cargo install py-spy
```
Scalene (π₯32 Β· β 11K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
- [GitHub](https://github.com/plasma-umass/scalene) (π¨βπ» 49 Β· π 380 Β· π¦ 630 Β· π 460 - 35% open Β· β±οΈ 17.05.2024):
```
git clone https://github.com/plasma-umass/scalene
```
- [PyPi](https://pypi.org/project/scalene) (π₯ 43K / month Β· π¦ 12 Β· β±οΈ 03.05.2024):
```
pip install scalene
```
pyinstrument (π₯30 Β· β 6.2K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
- [GitHub](https://github.com/joerick/pyinstrument) (π¨βπ» 55 Β· π 220 Β· π¦ 2.3K Β· π 150 - 22% open Β· β±οΈ 12.03.2024):
```
git clone https://github.com/joerick/pyinstrument
```
- [PyPi](https://pypi.org/project/pyinstrument) (π₯ 1.4M / month Β· π¦ 130 Β· β±οΈ 26.01.2024):
```
pip install pyinstrument
```
- [Conda](https://anaconda.org/conda-forge/pyinstrument) (π₯ 330K Β· β±οΈ 26.01.2024):
```
conda install -c conda-forge pyinstrument
```
memory-profiler (π₯28 Β· β 4.3K) - Monitor Memory usage of Python code. BSD-3
- [GitHub](https://github.com/pythonprofilers/memory_profiler) (π¨βπ» 100 Β· π 370 Β· π 250 - 53% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/pythonprofilers/memory_profiler
```
- [PyPi](https://pypi.org/project/memory_profiler) (π₯ 1.5M / month Β· π¦ 410 Β· β±οΈ 15.11.2022):
```
pip install memory_profiler
```
- [Conda](https://anaconda.org/conda-forge/memory_profiler) (π₯ 820K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge memory_profiler
```
line_profiler (π₯28 Β· β 2.5K) - Line-by-line profiling for Python. BSD-3
- [GitHub](https://github.com/pyutils/line_profiler) (π¨βπ» 44 Β· π 120 Β· π₯ 4 Β· π 100 - 45% open Β· β±οΈ 28.04.2024):
```
git clone https://github.com/pyutils/line_profiler
```
- [PyPi](https://pypi.org/project/line_profiler) (π₯ 570K / month Β· π¦ 180 Β· β±οΈ 28.04.2024):
```
pip install line_profiler
```
- [Conda](https://anaconda.org/conda-forge/line_profiler) (π₯ 910K Β· β±οΈ 27.09.2023):
```
conda install -c conda-forge line_profiler
```
Diamond (π₯28 Β· β 1.7K Β· π€) - Diamond is a python daemon that collects system metrics and publishes.. MIT
- [GitHub](https://github.com/python-diamond/Diamond) (π¨βπ» 390 Β· π 600 Β· π¦ 170 Β· π 300 - 44% open Β· β±οΈ 01.11.2023):
```
git clone https://github.com/python-diamond/Diamond
```
- [PyPi](https://pypi.org/project/diamond) (π₯ 11K / month Β· π¦ 6 Β· β±οΈ 25.11.2016):
```
pip install diamond
```
Yappi (π₯27 Β· β 1.4K Β· π) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
- [GitHub](https://github.com/sumerc/yappi) (π¨βπ» 31 Β· π 72 Β· π¦ 1.2K Β· π 80 - 25% open Β· β±οΈ 18.12.2023):
```
git clone https://github.com/sumerc/yappi
```
- [PyPi](https://pypi.org/project/yappi) (π₯ 3M / month Β· π¦ 53 Β· β±οΈ 07.12.2023):
```
pip install yappi
```
- [Conda](https://anaconda.org/conda-forge/yappi) (π₯ 180K Β· β±οΈ 07.12.2023):
```
conda install -c conda-forge yappi
```
Show 8 hidden projects...
- Bpytop (π₯28 Β· β 9.9K Β· π) - Linux/OSX/FreeBSD resource monitor. Apache-2
- memory_profiler (π₯26 Β· β 4.2K Β· π) - Monitor Memory usage of Python code. BSD-3
- pympler (π₯26 Β· β 1.2K Β· π) - Development tool to measure, monitor and analyze the memory.. Apache-2
- vprof (π₯23 Β· β 4K Β· π) - Visual profiler for Python. BSD-2
- Profiling (π₯21 Β· β 3K Β· π) - Was an interactive continuous Python profiler. BSD-3
- heartrate (π₯19 Β· β 1.7K Β· π) - Simple real time visualisation of the execution of a Python program. MIT
- pyheat (π₯18 Β· β 830 Β· π) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT
- livepython (π₯13 Β· β 2.6K Β· π) - Visually trace Python code in real-time. MIT
## AST Tools
executing (π₯31 Β· β 310 Β· π€) - Get information about what a Python frame is currently doing,.. MIT
- [GitHub](https://github.com/alexmojaki/executing) (π¨βπ» 10 Β· π 31 Β· π¦ 190K Β· π 43 - 41% open Β· β±οΈ 06.11.2023):
```
git clone https://github.com/alexmojaki/executing
```
- [PyPi](https://pypi.org/project/executing) (π₯ 32M / month Β· π¦ 410 Β· β±οΈ 29.10.2023):
```
pip install executing
```
- [Conda](https://anaconda.org/conda-forge/executing) (π₯ 12M Β· β±οΈ 29.10.2023):
```
conda install -c conda-forge executing
```
gast (π₯28 Β· β 140) - Python AST that abstracts the underlying Python version. BSD-3
- [GitHub](https://github.com/serge-sans-paille/gast) (π¨βπ» 10 Β· π 32 Β· π¦ 160K Β· π 37 - 2% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/serge-sans-paille/gast
```
- [PyPi](https://pypi.org/project/gast) (π₯ 19M / month Β· π¦ 410 Β· β±οΈ 29.04.2023):
```
pip install gast
```
- [Conda](https://anaconda.org/conda-forge/gast) (π₯ 2.7M Β· β±οΈ 03.07.2023):
```
conda install -c conda-forge gast
```
astor (π₯26 Β· β 780) - Python AST read/write. BSD-3
- [GitHub](https://github.com/berkerpeksag/astor) (π¨βπ» 35 Β· π 100 Β· π 120 - 33% open Β· β±οΈ 30.03.2024):
```
git clone https://github.com/berkerpeksag/astor
```
- [PyPi](https://pypi.org/project/astor) (π₯ 6.3M / month Β· π¦ 570 Β· β±οΈ 10.12.2019):
```
pip install astor
```
- [Conda](https://anaconda.org/conda-forge/astor) (π₯ 2.3M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge astor
```
typed_ast (π₯26 Β· β 230 Β· π€) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2
- [GitHub](https://github.com/python/typed_ast) (π¨βπ» 26 Β· π 53 Β· π 87 - 1% open Β· β±οΈ 03.07.2023):
```
git clone https://github.com/python/typed_ast
```
- [PyPi](https://pypi.org/project/typed_ast) (π₯ 7.3M / month Β· π¦ 620 Β· β±οΈ 04.07.2023):
```
pip install typed_ast
```
- [Conda](https://anaconda.org/conda-forge/typed-ast) (π₯ 6.3M Β· β±οΈ 22.09.2023):
```
conda install -c conda-forge typed-ast
```
asteval (π₯24 Β· β 170 Β· π€) - minimalistic evaluator of python expression using ast module. MIT
- [GitHub](https://github.com/newville/asteval) (π¨βπ» 24 Β· π 40 Β· β±οΈ 06.11.2023):
```
git clone https://github.com/newville/asteval
```
- [PyPi](https://pypi.org/project/asteval) (π₯ 400K / month Β· π¦ 110 Β· β±οΈ 23.05.2024):
```
pip install asteval
```
- [Conda](https://anaconda.org/conda-forge/asteval) (π₯ 390K Β· β±οΈ 24.05.2024):
```
conda install -c conda-forge asteval
```
Show 1 hidden projects...
- astunparse (π₯28 Β· β 220 Β· π) - An AST unparser for Python. BSD-3
## Others
pre-commit (π₯41 Β· β 12K) - A framework for managing and maintaining multi-language pre-commit.. MIT
- [GitHub](https://github.com/pre-commit/pre-commit) (π¨βπ» 160 Β· π 770 Β· π₯ 1.4M Β· π¦ 190K Β· π 2K - 1% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pre-commit/pre-commit
```
- [PyPi](https://pypi.org/project/pre-commit) (π₯ 22M / month Β· π¦ 11K Β· β±οΈ 11.05.2024):
```
pip install pre-commit
```
- [Conda](https://anaconda.org/conda-forge/pre-commit) (π₯ 4.6M Β· β±οΈ 11.05.2024):
```
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/)