Awesome
<!-- markdownlint-disable --> <h1 align="center"> Best-of Python Developer Tools <br> </h1> <p align="center"> <strong>π A ranked list of awesome python developer tools and libraries. Updated weekly.</strong> </p> <p align="center"> <a href="https://best-of.org" title="Best-of Badge"><img src="http://bit.ly/3o3EHNN"></a> <a href="#Contents" title="Project Count"><img src="https://img.shields.io/badge/projects-270-blue.svg?color=5ac4bf"></a> <a href="#Contribution" title="Contributions are welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a> <a href="https://github.com/ml-tooling/best-of-python-dev/releases" title="Best-of Updates"><img src="https://img.shields.io/github/release-date/ml-tooling/best-of-python-dev?color=green&label=updated"></a> <a href="https://mltooling.substack.com/subscribe" title="Subscribe to newsletter"><img src="http://bit.ly/2Md9rxM"></a> <a href="https://twitter.com/mltooling" title="Follow on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social&label=Follow"></a> </p>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, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
<p align="center"> π§ββοΈ Discover other <a href="https://best-of.org">best-of lists</a> or create <a href="https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md">your own</a>.<br> π« Subscribe to our <a href="https://mltooling.substack.com/subscribe">newsletter</a> for updates and trending projects. </p>
Contents
- Linters & Style Checkers 40 projects
- Type checkers 5 projects
- Code Formatters 7 projects
- Code Refactoring 18 projects
- Code Security 8 projects
- Virtual Environments 10 projects
- Dependency & Package Managers 11 projects
- Code Metrics & Complexity 6 projects
- Logging 21 projects
- Shell 2 projects
- Documentation 29 projects
- Debugging Tools 13 projects
- Testing Tools 43 projects
- Code Packaging 16 projects
- Build Tools 14 projects
- System Monitoring & Profiling 18 projects
- AST Tools 6 projects
- 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
- <img src="https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png" style="display:inline;" width="13" height="13">Β Flake8 related project
- <img src="https://docs.pytest.org/en/stable/_static/favicon.png" style="display:inline;" width="13" height="13">Β Pytest related project
- <img src="https://www.pylint.org/ico/favicon.ico" style="display:inline;" width="13" height="13">Β Pylint related project
- <img src="https://www.sphinx-doc.org/en/master/_static/favicon.svg" style="display:inline;" width="13" height="13">Β Sphinx related project
- <img src="https://squidfunk.github.io/mkdocs-material/assets/favicon.png" style="display:inline;" width="13" height="13">Β MkDocs related project
Linters & Style Checkers
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pylint-dev/pylint">pylint</a></b> (π₯43 Β· β 5.2K) - Its not just a linter that annoys you!. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code></summary>-
GitHub (π¨βπ» 570 Β· π 1.1K Β· π¦ 420K Β· π 5.5K - 16% open Β· β±οΈ 27.05.2024):
git clone https://github.com/PyCQA/pylint
-
PyPi (π₯ 24M / month Β· π¦ 8.1K Β· β±οΈ 20.05.2024):
pip install pylint
-
Conda (π₯ 5M Β· β±οΈ 20.05.2024):
conda install -c conda-forge pylint
-
GitHub (π¨βπ» 430 Β· π 880 Β· π₯ 490K Β· π¦ 48K Β· π 4.4K - 18% open Β· β±οΈ 30.05.2024):
git clone https://github.com/charliermarsh/ruff
-
PyPi (π₯ 17M / month Β· π¦ 5.2K Β· β±οΈ 28.05.2024):
pip install ruff
-
Conda (π₯ 800K Β· β±οΈ 29.05.2024):
conda install -c conda-forge ruff
-
GitHub (π¨βπ» 180 Β· π 300 Β· π¦ 550K Β· π 1.6K - 1% open Β· β±οΈ 15.04.2024):
git clone https://github.com/PyCQA/flake8
-
PyPi (π₯ 28M / month Β· π¦ 20K Β· β±οΈ 05.01.2024):
pip install flake8
-
Conda (π₯ 7.3M Β· β±οΈ 05.01.2024):
conda install -c conda-forge flake8
-
GitHub (π¨βπ» 180 Β· π 380 Β· π¦ 16K Β· π 1.1K - 10% open Β· β±οΈ 30.05.2024):
git clone https://github.com/wemake-services/wemake-python-styleguide
-
PyPi (π₯ 160K / month Β· π¦ 53 Β· β±οΈ 26.03.2024):
pip install wemake-python-styleguide
-
GitHub (π¨βπ» 86 Β· π 180 Β· π¦ 280K Β· π 530 - 10% open Β· β±οΈ 07.03.2024):
git clone https://github.com/PyCQA/pyflakes
-
PyPi (π₯ 31M / month Β· π¦ 1.1K Β· β±οΈ 05.01.2024):
pip install pyflakes
-
Conda (π₯ 7.3M Β· β±οΈ 05.01.2024):
conda install -c conda-forge pyflakes
-
GitHub (π¨βπ» 46 Β· π 99 Β· π¦ 430K Β· π 120 - 10% open Β· β±οΈ 21.04.2024):
git clone https://github.com/davidhalter/parso
-
PyPi (π₯ 38M / month Β· π¦ 710 Β· β±οΈ 05.04.2024):
pip install parso
-
Conda (π₯ 19M Β· β±οΈ 05.04.2024):
conda install -c conda-forge parso
-
GitHub (π¨βπ» 140 Β· π 750 Β· π¦ 20 Β· π 750 - 14% open Β· β±οΈ 10.04.2024):
git clone https://github.com/PyCQA/pycodestyle
-
PyPi (π₯ 39M / month Β· π¦ 1.9K Β· β±οΈ 12.10.2023):
pip install pycodestyle
-
Conda (π₯ 7.6M Β· β±οΈ 13.10.2023):
conda install -c conda-forge pycodestyle
-
GitHub (π¨βπ» 22 Β· π 49 Β· π 310 - 21% open Β· β±οΈ 30.05.2024):
git clone https://github.com/beartype/beartype
-
PyPi (π₯ 2.3M / month Β· π¦ 420 Β· β±οΈ 21.04.2024):
pip install beartype
-
Conda (π₯ 120K Β· β±οΈ 21.04.2024):
conda install -c conda-forge beartype
-
GitHub (π¨βπ» 92 Β· π 190 Β· π₯ 75 Β· π¦ 65K Β· π 350 - 35% open Β· β±οΈ 03.11.2023):
git clone https://github.com/PyCQA/pydocstyle
-
PyPi (π₯ 5.1M / month Β· π¦ 1.7K Β· β±οΈ 17.01.2023):
pip install pydocstyle
-
Conda (π₯ 1.9M Β· β±οΈ 16.06.2023):
conda install -c conda-forge pydocstyle
-
GitHub (π¨βπ» 84 Β· π 100 Β· π¦ 37K Β· π 220 - 27% open Β· β±οΈ 29.04.2024):
git clone https://github.com/PyCQA/flake8-bugbear
-
PyPi (π₯ 2.9M / month Β· π¦ 1K Β· β±οΈ 26.04.2024):
pip install flake8-bugbear
-
Conda (π₯ 780K Β· β±οΈ 26.04.2024):
conda install -c conda-forge flake8-bugbear
-
GitHub (π¨βπ» 71 Β· π 120 Β· π₯ 280 Β· π¦ 29K Β· π 230 - 26% open Β· β±οΈ 26.02.2024):
git clone https://github.com/PyCQA/pylint-django
-
PyPi (π₯ 1.3M / month Β· π¦ 110 Β· β±οΈ 23.10.2023):
pip install pylint-django
-
Conda (π₯ 190K Β· β±οΈ 09.01.2024):
conda install -c conda-forge pylint-django
-
GitHub (π¨βπ» 15 Β· π 23 Β· π¦ 27K Β· π 62 - 16% open Β· β±οΈ 28.05.2024):
git clone https://github.com/adamchainz/flake8-comprehensions
-
PyPi (π₯ 1.1M / month Β· π¦ 650 Β· β±οΈ 10.07.2023):
pip install flake8-comprehensions
-
Conda (π₯ 780K Β· β±οΈ 17.07.2023):
conda install -c conda-forge flake8-comprehensions
-
GitHub (π¨βπ» 33 Β· π 37 Β· π¦ 22K Β· π 54 - 16% open Β· β±οΈ 10.02.2024):
git clone https://github.com/zheller/flake8-quotes
-
PyPi (π₯ 650K / month Β· π¦ 420 Β· β±οΈ 10.02.2024):
pip install flake8-quotes
-
Conda (π₯ 690K Β· β±οΈ 10.02.2024):
conda install -c conda-forge flake8-quotes
-
GitHub (π¨βπ» 38 Β· π 76 Β· π 130 - 11% open Β· β±οΈ 25.04.2024):
git clone https://github.com/dropbox/mypy-protobuf
-
PyPi (π₯ 3.3M / month Β· π¦ 180 Β· β±οΈ 01.04.2024):
pip install mypy-protobuf
-
Conda (π₯ 130K Β· β±οΈ 20.08.2023):
conda install -c conda-forge mypy-protobuf
-
GitHub (π¨βπ» 17 Β· π 13 Β· π¦ 19K Β· π 40 - 22% open Β· β±οΈ 21.05.2024):
git clone https://github.com/wemake-services/flake8-eradicate
-
PyPi (π₯ 630K / month Β· π¦ 160 Β· β±οΈ 31.05.2023):
pip install flake8-eradicate
-
Conda (π₯ 15K Β· β±οΈ 01.06.2023):
conda install -c conda-forge flake8-eradicate
-
GitHub (π¨βπ» 190 Β· π 70 Β· π¦ 7.3K Β· β±οΈ 31.01.2024):
git clone https://github.com/openstack/hacking
-
PyPi (π₯ 98K / month Β· π¦ 87 Β· β±οΈ 08.12.2023):
pip install hacking
-
GitHub (π¨βπ» 13 Β· π 32 Β· π¦ 18K Β· π 31 - 9% open Β· β±οΈ 16.05.2024):
git clone https://github.com/PyCQA/flake8-commas
-
PyPi (π₯ 380K / month Β· π¦ 210 Β· β±οΈ 16.05.2024):
pip install flake8-commas
-
GitHub (π¨βπ» 38 Β· π 130 Β· π¦ 26K Β· π 57 - 1% open Β· β±οΈ 03.11.2023):
git clone https://github.com/gforcada/flake8-isort
-
PyPi (π₯ 1.1M / month Β· π¦ 520 Β· β±οΈ 03.11.2023):
pip install flake8-isort
-
Conda (π₯ 61K Β· β±οΈ 03.11.2023):
conda install -c conda-forge flake8-isort
-
GitHub (π¨βπ» 20 Β· π 23 Β· π¦ 10K Β· π 50 - 4% open Β· β±οΈ 09.04.2024):
git clone https://github.com/gforcada/flake8-builtins
-
PyPi (π₯ 860K / month Β· π¦ 480 Β· β±οΈ 09.04.2024):
pip install flake8-builtins
-
Conda (π₯ 250K Β· β±οΈ 09.04.2024):
conda install -c conda-forge flake8-builtins
-
GitHub (π¨βπ» 16 Β· π 23 Β· π₯ 5 Β· π¦ 1.3K Β· π 130 - 38% open Β· β±οΈ 28.05.2024):
git clone https://github.com/andreoliwa/nitpick
-
PyPi (π₯ 15K / month Β· π¦ 26 Β· β±οΈ 31.12.2023):
pip install nitpick
-
GitHub (π¨βπ» 22 Β· π 37 Β· π¦ 11K Β· π 98 - 21% open Β· β±οΈ 03.05.2024):
git clone https://github.com/mgedmin/check-manifest
-
PyPi (π₯ 360K / month Β· π¦ 4.3K Β· β±οΈ 05.12.2022):
pip install check-manifest
-
Conda (π₯ 120K Β· β±οΈ 16.06.2023):
conda install -c conda-forge check-manifest
-
GitHub (π¨βπ» 10 Β· π 10 Β· π¦ 7.8K Β· π 29 - 10% open Β· β±οΈ 14.05.2024):
git clone https://github.com/peterjc/flake8-black
-
PyPi (π₯ 860K / month Β· π¦ 480 Β· β±οΈ 20.12.2022):
pip install flake8-black
-
Conda (π₯ 460K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flake8-black
-
GitHub (π¨βπ» 46 Β· π 72 Β· π 100 - 12% open Β· β±οΈ 13.09.2023):
git clone https://github.com/PyCQA/flake8-import-order
-
PyPi (π₯ 610K / month Β· π¦ 550 Β· β±οΈ 26.11.2022):
pip install flake8-import-order
-
Conda (π₯ 250K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flake8-import-order
-
GitHub (π¨βπ» 14 Β· π 18 Β· π₯ 73 Β· π¦ 450 Β· π 53 - 22% open Β· β±οΈ 11.08.2023):
git clone https://github.com/deppen8/pandas-vet
-
PyPi (π₯ 44K / month Β· π¦ 37 Β· β±οΈ 11.08.2023):
pip install pandas-vet
-
Conda (π₯ 18K Β· β±οΈ 11.08.2023):
conda install -c conda-forge pandas-vet
-
GitHub (π¨βπ» 14 Β· π 19 Β· π 120 - 41% open Β· β±οΈ 25.12.2023):
git clone https://github.com/MartinThoma/flake8-simplify
-
PyPi (π₯ 350K / month Β· π¦ 86 Β· β±οΈ 23.09.2023):
pip install flake8-simplify
-
Conda (π₯ 39K Β· β±οΈ 26.09.2023):
conda install -c conda-forge flake8-simplify
-
GitHub (π¨βπ» 7 Β· π 15 Β· π¦ 46 Β· π 17 - 64% open Β· β±οΈ 27.07.2023):
git clone https://github.com/hchasestevens/bellybutton
-
PyPi (π₯ 2K / month Β· π¦ 1 Β· β±οΈ 27.07.2023):
pip install bellybutton
-
GitHub (π¨βπ» 17 Β· π 36 Β· π¦ 12 Β· π 46 - 43% open Β· β±οΈ 17.06.2023):
git clone https://github.com/justinabrahms/imhotep
-
PyPi (π₯ 59 / month Β· π¦ 4 Β· β±οΈ 20.02.2022):
pip install imhotep
- <b><a href="https://github.com/PyCQA/pep8-naming">pep8-naming</a></b> (π₯30 Β· β 490) - Naming Convention checker for Python. <code><a href="https://tldrlegal.com/search?q=Saxpath">βοΈSaxpath</a></code>
- <b><a href="https://github.com/terrencepreilly/darglint">darglint</a></b> (π₯28 Β· β 480 Β· π) - A python documentation linter which checks that the docstring.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/coala/coala">coala</a></b> (π₯27 Β· β 3.5K Β· π) - coala provides a unified command-line interface for linting and.. <code><a href="http://bit.ly/3pwmjO5">βοΈAGPL-3.0</a></code>
- <b><a href="https://github.com/klen/pylama">pylama</a></b> (π₯26 Β· β 1K Β· π) - Code audit tool for python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/wearepal/data-science-types">data-science-types</a></b> (π₯24 Β· β 200 Β· π) - Mypy stubs, i.e., type information, for numpy, pandas.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/Instagram/Fixit">Fixit</a></b> (π₯23 Β· β 650) - Advanced Python linting framework with auto-fixes and hierarchical.. <code>βUnlicensed</code>
- <b><a href="https://github.com/tylerwince/flake8-bandit">flake8-bandit</a></b> (π₯21 Β· β 110 Β· π) - Automated security testing using bandit and flake8. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/life4/flakehell">flakehell</a></b> (π₯19 Β· β 230 Β· π) - Flake8 wrapper to make it nice, legacy-friendly, configurable. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/ambv/flake8-mypy">flake8-mypy</a></b> (π₯19 Β· β 100 Β· π) - A plugin for flake8 integrating Mypy. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/jschaf/pylint-flask">pylint-flask</a></b> (π₯19 Β· β 64 Β· π) - A Pylint plugin to analyze Flask applications. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code> <code><img src="https://www.pylint.org/ico/favicon.ico" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/bndr/pycycle">pycycle</a></b> (π₯16 Β· β 330 Β· π) - Tool for pinpointing circular imports in Python. Find cyclic imports.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/cemsbr/yala">yala</a></b> (π₯15 Β· β 14 Β· π) - Yet Another Linter Aggregator. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png" style="display:inline;" width="13" height="13"></code> <code><img src="https://www.pylint.org/ico/favicon.ico" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/lyft/linty_fresh">linty_fresh</a></b> (π₯12 Β· β 180 Β· π) - Surface lint errors during code review. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://cdn.iconscout.com/icon/free/png-256/8-eight-digital-number-numerical-numbers-36025.png" style="display:inline;" width="13" height="13"></code> <code>mypy</code>
Type checkers
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/python/mypy">mypy</a></b> (π₯46 Β· β 18K) - Optional static typing for Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 720 Β· π 2.7K Β· π¦ 240K Β· π 10K - 27% open Β· β±οΈ 28.05.2024):
git clone https://github.com/python/mypy
-
PyPi (π₯ 26M / month Β· π¦ 14K Β· β±οΈ 24.04.2024):
pip install mypy
-
Conda (π₯ 4M Β· β±οΈ 25.04.2024):
conda install -c conda-forge mypy
-
GitHub (π¨βπ» 110 Β· π 1.3K Β· π₯ 2.5K Β· π¦ 860 Β· π 5.6K - 0% open Β· β±οΈ 29.05.2024):
git clone https://github.com/Microsoft/pyright
-
npm (π₯ 1.5M / month Β· π¦ 15 Β· β±οΈ 29.05.2024):
npm install pyright
-
GitHub (π¨βπ» 100 Β· π 270 Β· π¦ 3.6K Β· π 700 - 22% open Β· β±οΈ 29.05.2024):
git clone https://github.com/google/pytype
-
PyPi (π₯ 560K / month Β· π¦ 220 Β· β±οΈ 12.04.2024):
pip install pytype
-
Conda (π₯ 210K Β· β±οΈ 10.02.2024):
conda install -c conda-forge pytype
-
GitHub (π¨βπ» 260 Β· π 430 Β· π¦ 21 Β· π 420 - 36% open Β· β±οΈ 29.05.2024):
git clone https://github.com/facebook/pyre-check
-
PyPi (π₯ 78K / month Β· π¦ 55 Β· β±οΈ 10.05.2024):
pip install pyre-check
-
GitHub (π¨βπ» 35 Β· π 100 Β· π¦ 24K Β· π 320 - 6% open Β· β±οΈ 27.05.2024):
git clone https://github.com/agronholm/typeguard
-
PyPi (π₯ 22M / month Β· π¦ 2.5K Β· β±οΈ 27.05.2024):
pip install typeguard
-
Conda (π₯ 570K Β· β±οΈ 24.03.2024):
conda install -c conda-forge typeguard
Code Formatters
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/psf/black">black</a></b> (π₯46 Β· β 38K) - The uncompromising Python code formatter. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 450 Β· π 2.4K Β· π₯ 89K Β· π¦ 500K Β· π 2.6K - 14% open Β· β±οΈ 16.05.2024):
git clone https://github.com/psf/black
-
PyPi (π₯ 39M / month Β· π¦ 21K Β· β±οΈ 26.04.2024):
pip install black
-
Conda (π₯ 10M Β· β±οΈ 26.04.2024):
conda install -c conda-forge black
-
GitHub (π¨βπ» 290 Β· π 560 Β· π¦ 470K Β· π 1.3K - 17% open Β· β±οΈ 15.01.2024):
git clone https://github.com/PyCQA/isort
-
PyPi (π₯ 39M / month Β· π¦ 12K Β· β±οΈ 13.12.2023):
pip install isort
-
Conda (π₯ 5.9M Β· β±οΈ 14.12.2023):
conda install -c conda-forge isort
-
GitHub (π¨βπ» 150 Β· π 890 Β· π¦ 94K Β· π 860 - 45% open Β· β±οΈ 01.04.2024):
git clone https://github.com/google/yapf
-
PyPi (π₯ 5.9M / month Β· π¦ 1.2K Β· β±οΈ 22.09.2023):
pip install yapf
-
Conda (π₯ 1.8M Β· β±οΈ 26.07.2023):
conda install -c conda-forge yapf
-
GitHub (π¨βπ» 63 Β· π 290 Β· π¦ 210K Β· π 500 - 23% open Β· β±οΈ 30.05.2024):
git clone https://github.com/hhatto/autopep8
-
PyPi (π₯ 5M / month Β· π¦ 1.5K Β· β±οΈ 30.05.2024):
pip install autopep8
-
Conda (π₯ 1.5M Β· β±οΈ 29.05.2024):
conda install -c conda-forge autopep8
-
GitHub (π¨βπ» 30 Β· π 59 Β· π₯ 17 Β· π¦ 3.5K Β· π 150 - 16% open Β· β±οΈ 15.10.2023):
git clone https://github.com/myint/docformatter
-
PyPi (π₯ 570K / month Β· π¦ 220 Β· β±οΈ 12.07.2023):
pip install docformatter
-
Conda (π₯ 130K Β· β±οΈ 18.07.2023):
conda install -c conda-forge docformatter
-
GitHub (π¨βπ» 16 Β· π 20 Β· π¦ 130 Β· π 47 - 29% open Β· β±οΈ 10.05.2024):
git clone https://github.com/lyz-code/autoimport
-
PyPi (π₯ 4K / month Β· π¦ 12 Β· β±οΈ 10.05.2024):
pip install autoimport
- <b><a href="https://github.com/myint/pyformat">pyformat</a></b> (π₯19 Β· β 95) - Formats Python code to follow a consistent style. <code><a href="https://tldrlegal.com/search?q=Saxpath">βοΈSaxpath</a></code>
Code Refactoring
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/davidhalter/jedi">jedi</a></b> (π₯41 Β· β 5.7K) - Awesome autocompletion, static analysis and refactoring library for python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 170 Β· π 500 Β· π¦ 430K Β· π 1.4K - 4% open Β· β±οΈ 24.05.2024):
git clone https://github.com/davidhalter/jedi
-
PyPi (π₯ 39M / month Β· π¦ 980 Β· β±οΈ 02.10.2023):
pip install jedi
-
Conda (π₯ 22M Β· β±οΈ 03.10.2023):
conda install -c conda-forge jedi
-
GitHub (π¨βπ» 81 Β· π 160 Β· π₯ 28 Β· π¦ 74K Β· π 360 - 28% open Β· β±οΈ 04.04.2024):
git clone https://github.com/python-rope/rope
-
PyPi (π₯ 910K / month Β· π¦ 280 Β· β±οΈ 24.03.2024):
pip install rope
-
Conda (π₯ 1.5M Β· β±οΈ 24.03.2024):
conda install -c conda-forge rope
-
GitHub (π¨βπ» 35 Β· π 170 Β· π 420 - 3% open Β· β±οΈ 28.05.2024):
git clone https://github.com/asottile/pyupgrade
-
PyPi (π₯ 590K / month Β· π¦ 360 Β· β±οΈ 24.03.2024):
pip install pyupgrade
-
Conda (π₯ 640K Β· β±οΈ 24.03.2024):
conda install -c conda-forge pyupgrade
-
GitHub (π¨βπ» 42 Β· π 140 Β· π¦ 4.5K Β· π 210 - 14% open Β· β±οΈ 05.05.2024):
git clone https://github.com/jendrikseipp/vulture
-
PyPi (π₯ 650K / month Β· π¦ 180 Β· β±οΈ 19.01.2024):
pip install vulture
-
Conda (π₯ 81K Β· β±οΈ 16.06.2023):
conda install -c conda-forge vulture
-
GitHub (π¨βπ» 38 Β· π 80 Β· π 120 - 32% open Β· β±οΈ 17.05.2024):
git clone https://github.com/myint/autoflake
-
PyPi (π₯ 1.9M / month Β· π¦ 930 Β· β±οΈ 13.03.2024):
pip install autoflake
-
Conda (π₯ 540K Β· β±οΈ 16.06.2023):
conda install -c conda-forge autoflake
-
GitHub (π¨βπ» 50 Β· π 170 Β· π 190 - 26% open Β· β±οΈ 07.05.2024):
git clone https://github.com/Instagram/MonkeyType
-
PyPi (π₯ 240K / month Β· π¦ 20 Β· β±οΈ 20.03.2023):
pip install monkeytype
-
Conda (π₯ 60K Β· β±οΈ 16.06.2023):
conda install -c conda-forge monkeytype
-
GitHub (π¨βπ» 11 Β· π 22 Β· β±οΈ 28.05.2024):
git clone https://github.com/asottile/add-trailing-comma
-
PyPi (π₯ 59K / month Β· π¦ 22 Β· β±οΈ 30.08.2023):
pip install add-trailing-comma
-
GitHub (π¨βπ» 16 Β· π 22 Β· π 120 - 9% open Β· β±οΈ 07.01.2024):
git clone https://github.com/hakancelik96/unimport
-
PyPi (π₯ 20K / month Β· π¦ 16 Β· β±οΈ 24.12.2023):
pip install unimport
-
GitHub (π¨βπ» 8 Β· π 12 Β· π¦ 72 Β· π 29 - 24% open Β· β±οΈ 14.03.2024):
git clone https://github.com/ilevkivskyi/com2ann
-
PyPi (π₯ 15K / month Β· π¦ 2 Β· β±οΈ 21.08.2021):
pip install com2ann
-
GitHub (π¨βπ» 9 Β· π 16 Β· π₯ 23 Β· π¦ 43 Β· π 11 - 36% open Β· β±οΈ 12.09.2023):
git clone https://github.com/elmotec/massedit
-
PyPi (π₯ 2.8K / month Β· π¦ 3 Β· β±οΈ 11.09.2023):
pip install massedit
- <b><a href="https://github.com/facebookincubator/Bowler">Bowler</a></b> (π₯25 Β· β 1.5K Β· π) - Safe code refactoring for modern Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/PyCQA/redbaron">redbaron</a></b> (π₯24 Β· β 690 Β· π) - Bottom-up approach to refactoring in python. <code><a href="http://bit.ly/37RvQcA">βοΈLGPL-3.0</a></code>
- <b><a href="https://github.com/PyCQA/eradicate">eradicate</a></b> (π₯24 Β· β 200) - Removes commented-out code from Python files. <code><a href="https://tldrlegal.com/search?q=Saxpath">βοΈSaxpath</a></code>
- <b><a href="https://github.com/PyCQA/baron">baron</a></b> (π₯23 Β· β 290 Β· π) - IDE allow you to refactor code, Baron allows you to write.. <code><a href="http://bit.ly/37RvQcA">βοΈLGPL-3.0</a></code>
- <b><a href="https://github.com/dropbox/pyannotate">pyannotate</a></b> (π₯21 Β· β 1.4K Β· π) - Auto-generate PEP-484 annotations. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/myint/unify">unify</a></b> (π₯20 Β· β 92 Β· π) - Modifies strings to all use the same quote where possible. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/spulec/pep8ify">pep8ify</a></b> (π₯16 Β· β 120 Β· π) - A library that modifies python source code to conform to pep8. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/ambv/retype">retype</a></b> (π₯13 Β· β 140 Β· π) - Re-apply type annotations from .pyi stubs to your codebase. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Code Security
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/PyCQA/bandit">bandit</a></b> (π₯38 Β· β 6.1K) - Bandit is a tool designed to find common security issues in Python.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 180 Β· π 580 Β· π₯ 780 Β· π¦ 49K Β· π 670 - 28% open Β· β±οΈ 10.05.2024):
git clone https://github.com/PyCQA/bandit
-
PyPi (π₯ 4.8M / month Β· π¦ 1.3K Β· β±οΈ 08.03.2024):
pip install bandit
-
Conda (π₯ 310K Β· β±οΈ 21.04.2024):
conda install -c conda-forge bandit
-
GitHub (π¨βπ» 140 Β· π 5.5K Β· π¦ 21 Β· π 5.2K - 1% open Β· β±οΈ 09.05.2024):
git clone https://github.com/sqlmapproject/sqlmap
-
PyPi (π₯ 14K / month Β· π¦ 12 Β· β±οΈ 09.05.2024):
pip install sqlmap
-
GitHub (π¨βπ» 81 Β· π 430 Β· π 370 - 34% open Β· β±οΈ 16.05.2024):
git clone https://github.com/Yelp/detect-secrets
-
PyPi (π₯ 610K / month Β· π¦ 81 Β· β±οΈ 06.05.2024):
pip install detect-secrets
-
GitHub (π¨βπ» 42 Β· π 140 Β· π₯ 550K Β· π¦ 14K Β· π 220 - 42% open Β· β±οΈ 01.05.2024):
git clone https://github.com/pyupio/safety
-
PyPi (π₯ 1.5M / month Β· π¦ 300 Β· β±οΈ 01.05.2024):
pip install safety
-
Conda (π₯ 95K Β· β±οΈ 01.05.2024):
conda install -c conda-forge safety
- <b><a href="https://github.com/dashingsoft/pyarmor">pyarmor</a></b> (π₯34 Β· β 3K) - A tool used to obfuscate python scripts, bind obfuscated scripts to.. <code><a href="https://tldrlegal.com/search?q=SGI-B-2.0">βοΈSGI-B-2.0</a></code>
- <b><a href="https://github.com/python-security/pyt">pyt</a></b> (π₯23 Β· β 2.2K Β· π) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code>
- <b><a href="https://github.com/dlint-py/dlint">dlint</a></b> (π₯20 Β· β 160 Β· π) - Dlint is a tool for encouraging best coding practices and helping.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/landscapeio/dodgy">dodgy</a></b> (π₯20 Β· β 120 Β· π) - Looks at Python code to search for things which look dodgy such as.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Virtual Environments
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pypa/pipenv">pipenv</a></b> (π₯45 Β· β 25K Β· π) - Python Development Workflow for Humans. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 510 Β· π 1.8K Β· π¦ 140K Β· π 4.2K - 6% open Β· β±οΈ 24.05.2024):
git clone https://github.com/pypa/pipenv
-
PyPi (π₯ 11M / month Β· π¦ 210 Β· β±οΈ 05.02.2024):
pip install pipenv
-
Conda (π₯ 160K Β· β±οΈ 05.02.2024):
conda install -c conda-forge pipenv
-
GitHub (π¨βπ» 280 Β· π 1K Β· π¦ 390K Β· π 1.3K - 1% open Β· β±οΈ 24.05.2024):
git clone https://github.com/pypa/virtualenv
-
PyPi (π₯ 130M / month Β· π¦ 1.5K Β· β±οΈ 13.05.2024):
pip install virtualenv
-
Conda (π₯ 6.9M Β· β±οΈ 14.05.2024):
conda install -c conda-forge virtualenv
-
GitHub (π¨βπ» 98 Β· π 200 Β· π¦ 85K Β· π 190 - 24% open Β· β±οΈ 28.05.2024):
git clone https://github.com/ekalinin/nodeenv
-
PyPi (π₯ 22M / month Β· π¦ 210 Β· β±οΈ 28.05.2024):
pip install nodeenv
-
Conda (π₯ 3.9M Β· β±οΈ 16.06.2023):
conda install -c conda-forge nodeenv
-
GitHub (π¨βπ» 440 Β· π 2.9K Β· π¦ 21 Β· π 1.7K - 2% open Β· β±οΈ 27.05.2024):
git clone https://github.com/pyenv/pyenv
-
PyPi (π₯ 12K / month Β· β±οΈ 12.01.2019):
pip install pyenv
-
GitHub (π¨βπ» 61 Β· π 390 Β· π¦ 21 Β· π 350 - 31% open Β· β±οΈ 09.04.2024):
git clone https://github.com/pyenv/pyenv-virtualenv
-
GitHub (π¨βπ» 40 Β· π 420 Β· π 81 - 3% open Β· β±οΈ 21.04.2024):
git clone https://github.com/pyenv/pyenv-installer
-
GitHub (π¨βπ» 3 Β· π 3 Β· π 5 - 40% open Β· β±οΈ 13.10.2023):
git clone https://github.com/raiyanyahya/freshenv
-
PyPi (π₯ 240 / month Β· β±οΈ 06.11.2022):
pip install freshenv
-
conda install -c raiyanyahya freshenv
- <b><a href="https://github.com/sashahart/vex">vex</a></b> (π₯20 Β· β 370 Β· π) - Run a command in the named virtualenv. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/spotify/dh-virtualenv">dh-virtualenv</a></b> (π₯17 Β· β 1.6K Β· π) - Python virtualenvs in Debian packages. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code>
- <b><a href="https://github.com/gtalarico/pipenv-pipes">pipenv-pipes</a></b> (π₯14 Β· β 130 Β· π) - A PipEnv Environment Switcher. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Dependency & Package Managers
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pypa/pip">pip</a></b> (π₯48 Β· β 9.3K) - The Python package installer. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 790 Β· π 3K Β· π¦ 190K Β· π 7.3K - 14% open Β· β±οΈ 28.05.2024):
git clone https://github.com/pypa/pip
-
PyPi (π₯ 380M / month Β· π¦ 4.1K Β· β±οΈ 06.05.2024):
pip install pip
-
Conda (π₯ 110M Β· β±οΈ 03.02.2024):
conda install -c conda-forge pip
-
GitHub (π¨βπ» 460 Β· π 1.5K Β· π₯ 1.3K Β· π¦ 47K Β· π 9.7K - 7% open Β· β±οΈ 30.05.2024):
git clone https://github.com/conda/conda
-
PyPi (π₯ 160K / month Β· π¦ 76 Β· β±οΈ 22.04.2017):
pip install conda
-
Conda (π₯ 51M Β· β±οΈ 13.05.2024):
conda install -c conda-forge conda
-
GitHub (π¨βπ» 560 Β· π 2.2K Β· π₯ 15M Β· π 5.8K - 11% open Β· β±οΈ 28.05.2024):
git clone https://github.com/python-poetry/poetry
-
PyPi (π₯ 35M / month Β· π¦ 590 Β· β±οΈ 08.05.2024):
pip install poetry
-
Conda (π₯ 1.2M Β· β±οΈ 09.05.2024):
conda install -c conda-forge poetry
-
GitHub (π¨βπ» 220 Β· π 600 Β· π¦ 28K Β· π 1.1K - 15% open Β· β±οΈ 13.05.2024):
git clone https://github.com/jazzband/pip-tools
-
PyPi (π₯ 12M / month Β· π¦ 2K Β· β±οΈ 06.03.2024):
pip install pip-tools
-
Conda (π₯ 150K Β· β±οΈ 06.03.2024):
conda install -c conda-forge pip-tools
-
GitHub (π¨βπ» 150 Β· π 380 Β· π₯ 83K Β· π¦ 2.2K Β· π 730 - 10% open Β· β±οΈ 29.05.2024):
git clone https://github.com/pypa/pipx
-
PyPi (π₯ 6.4M / month Β· π¦ 39 Β· β±οΈ 29.03.2024):
pip install pipx
-
Conda (π₯ 53K Β· β±οΈ 29.03.2024):
conda install -c conda-forge pipx
-
GitHub (π¨βπ» 180 Β· π 340 Β· π₯ 5 Β· π¦ 300 Β· π 1.6K - 3% open Β· β±οΈ 30.05.2024):
git clone https://github.com/pdm-project/pdm
-
PyPi (π₯ 820K / month Β· π¦ 140 Β· β±οΈ 30.05.2024):
pip install pdm
-
Conda (π₯ 320K Β· β±οΈ 30.05.2024):
conda install -c conda-forge pdm
-
GitHub (π¨βπ» 66 Β· π 380 Β· π¦ 30K Β· π 300 - 63% open Β· β±οΈ 18.02.2024):
git clone https://github.com/bndr/pipreqs
-
PyPi (π₯ 780K / month Β· π¦ 230 Β· β±οΈ 18.02.2024):
pip install pipreqs
-
Conda (π₯ 49K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pipreqs
-
GitHub (π¨βπ» 150 Β· π 340 Β· π 1.7K - 30% open Β· β±οΈ 28.05.2024):
git clone https://github.com/mamba-org/mamba
-
Conda (π₯ 12M Β· β±οΈ 06.05.2024):
conda install -c conda-forge mamba
-
GitHub (π¨βπ» 24 Β· π 19 Β· π¦ 64 Β· π 72 - 6% open Β· β±οΈ 24.04.2024):
git clone https://github.com/jaraco/pip-run
-
PyPi (π₯ 17K / month Β· π¦ 9 Β· β±οΈ 10.02.2024):
pip install pip-run
- <b><a href="https://github.com/dephell/dephell">dephell</a></b> (π₯25 Β· β 1.8K Β· π) - Python project management. Manage packages: convert between formats,.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/David-OConnor/pyflow">pyflow</a></b> (π₯22 Β· β 1.3K Β· π) - An installation and dependency system for Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Code Metrics & Complexity
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/landscapeio/prospector">prospector</a></b> (π₯32 Β· β 1.9K) - Inspects Python source files and provides information about.. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code></summary>-
GitHub (π¨βπ» 90 Β· π 170 Β· π¦ 4.9K Β· π 380 - 16% open Β· β±οΈ 16.04.2024):
git clone https://github.com/PyCQA/prospector
-
PyPi (π₯ 1.1M / month Β· π¦ 250 Β· β±οΈ 18.10.2023):
pip install prospector
-
Conda (π₯ 110K Β· β±οΈ 19.10.2023):
conda install -c conda-forge prospector
-
GitHub (π¨βπ» 24 Β· π 60 Β· π¦ 450K Β· π 52 - 13% open Β· β±οΈ 03.12.2023):
git clone https://github.com/PyCQA/mccabe
-
PyPi (π₯ 46M / month Β· π¦ 860 Β· β±οΈ 24.01.2022):
pip install mccabe
-
Conda (π₯ 8.2M Β· β±οΈ 16.06.2023):
conda install -c conda-forge mccabe
-
GitHub (π¨βπ» 60 Β· π 110 Β· π¦ 5K Β· π 180 - 18% open Β· β±οΈ 06.10.2023):
git clone https://github.com/rubik/radon
-
PyPi (π₯ 560K / month Β· π¦ 190 Β· β±οΈ 26.03.2023):
pip install radon
-
Conda (π₯ 72K Β· β±οΈ 16.06.2023):
conda install -c conda-forge radon
-
GitHub (π¨βπ» 24 Β· π 56 Β· π¦ 220 Β· π 110 - 32% open Β· β±οΈ 11.10.2023):
git clone https://github.com/tonybaloney/wily
-
PyPi (π₯ 45K / month Β· π¦ 2 Β· β±οΈ 11.10.2023):
pip install wily
-
GitHub (π¨βπ» 10 Β· π 22 Β· π¦ 1.2K Β· π 36 - 22% open Β· β±οΈ 12.08.2023):
git clone https://github.com/rubik/xenon
-
PyPi (π₯ 160K / month Β· π¦ 44 Β· β±οΈ 12.08.2023):
pip install xenon
-
Conda (π₯ 23K Β· β±οΈ 16.06.2023):
conda install -c conda-forge xenon
- <b><a href="https://github.com/mschwager/cohesion">cohesion</a></b> (π₯15 Β· β 230 Β· π) - A tool for measuring Python class cohesion. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
Logging
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/Textualize/rich">rich</a></b> (π₯43 Β· β 48K) - Rich is a Python library for rich text and beautiful formatting in the terminal. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 240 Β· π 1.7K Β· π¦ 210K Β· π 1.4K - 20% open Β· β±οΈ 01.05.2024):
git clone https://github.com/Textualize/rich
-
PyPi (π₯ 65M / month Β· π¦ 11K Β· β±οΈ 28.02.2024):
pip install rich
-
Conda (π₯ 7M Β· β±οΈ 28.02.2024):
conda install -c conda-forge rich
-
GitHub (π¨βπ» 120 Β· π 1.3K Β· π₯ 11K Β· π¦ 740K Β· π 1.1K - 46% open Β· β±οΈ 02.05.2024):
git clone https://github.com/tqdm/tqdm
-
PyPi (π₯ 99M / month Β· π¦ 29K Β· β±οΈ 02.05.2024):
pip install tqdm
-
Conda (π₯ 27M Β· β±οΈ 04.05.2024):
conda install -c conda-forge tqdm
-
Docker Hub (π₯ 4.5K Β· β 2 Β· β±οΈ 25.05.2024):
docker pull tqdm/tqdm
-
GitHub (π¨βπ» 53 Β· π 670 Β· π¦ 85K Β· π 960 - 16% open Β· β±οΈ 17.05.2024):
git clone https://github.com/Delgan/loguru
-
PyPi (π₯ 25M / month Β· π¦ 5.7K Β· β±οΈ 11.09.2023):
pip install loguru
-
Conda (π₯ 2.2M Β· β±οΈ 24.09.2023):
conda install -c conda-forge loguru
-
GitHub (π¨βπ» 220 Β· π 460 Β· π₯ 2.1K Β· π 1.3K - 15% open Β· β±οΈ 29.05.2024):
git clone https://github.com/getsentry/sentry-python
-
PyPi (π₯ 33M / month Β· π¦ 810 Β· β±οΈ 23.05.2024):
pip install sentry-sdk
-
Conda (π₯ 800K Β· β±οΈ 23.05.2024):
conda install -c conda-forge sentry-sdk
-
GitHub (π¨βπ» 120 Β· π 210 Β· π¦ 12K Β· π 320 - 7% open Β· β±οΈ 27.05.2024):
git clone https://github.com/hynek/structlog
-
PyPi (π₯ 27M / month Β· π¦ 950 Β· β±οΈ 27.05.2024):
pip install structlog
-
Conda (π₯ 400K Β· β±οΈ 30.05.2024):
conda install -c conda-forge structlog
-
GitHub (π¨βπ» 45 Β· π 140 Β· π₯ 2.3K Β· π 220 - 2% open Β· β±οΈ 29.04.2024):
git clone https://github.com/WoLpH/python-progressbar
-
PyPi (π₯ 27M / month Β· π¦ 910 Β· β±οΈ 05.03.2024):
pip install progressbar2
-
Conda (π₯ 1.3M Β· β±οΈ 07.03.2024):
conda install -c conda-forge progressbar2
-
GitHub (π¨βπ» 79 Β· π 160 Β· π₯ 340 Β· π¦ 6K Β· π 190 - 28% open Β· β±οΈ 10.02.2024):
git clone https://github.com/getlogbook/logbook
-
PyPi (π₯ 4.3M / month Β· π¦ 260 Β· β±οΈ 10.11.2023):
pip install logbook
-
Conda (π₯ 180K Β· β±οΈ 11.11.2023):
conda install -c conda-forge logbook
-
GitHub (π¨βπ» 7 Β· π 200 Β· π¦ 3.2K Β· π 220 - 9% open Β· β±οΈ 02.12.2023):
git clone https://github.com/rsalmei/alive-progress
-
PyPi (π₯ 770K / month Β· π¦ 420 Β· β±οΈ 08.11.2023):
pip install alive-progress
-
Conda (π₯ 58K Β· β±οΈ 09.11.2023):
conda install -c conda-forge alive-progress
-
GitHub (π¨βπ» 33 Β· π 86 Β· π¦ 38K Β· β±οΈ 26.01.2024):
git clone https://github.com/borntyping/python-colorlog
-
PyPi (π₯ 14M / month Β· π¦ 1.7K Β· β±οΈ 26.01.2024):
pip install colorlog
-
Conda (π₯ 2.4M Β· β±οΈ 26.01.2024):
conda install -c conda-forge colorlog
-
GitHub (π¨βπ» 21 Β· π 110 Β· π¦ 1.2K Β· π 120 - 42% open Β· β±οΈ 01.05.2024):
git clone https://github.com/liiight/notifiers
-
PyPi (π₯ 1.4M / month Β· π¦ 36 Β· β±οΈ 10.02.2022):
pip install notifiers
-
Conda (π₯ 38K Β· β±οΈ 16.06.2023):
conda install -c conda-forge notifiers
-
GitHub (π¨βπ» 14 Β· π 22 Β· π¦ 46K Β· π 9 - 44% open Β· β±οΈ 03.11.2023):
git clone https://github.com/ines/wasabi
-
PyPi (π₯ 11M / month Β· π¦ 210 Β· β±οΈ 07.06.2023):
pip install wasabi
-
Conda (π₯ 1.3M Β· β±οΈ 11.05.2024):
conda install -c conda-forge wasabi
-
GitHub (π¨βπ» 7 Β· π 38 Β· π¦ 350 Β· π 36 - 30% open Β· β±οΈ 13.03.2024):
git clone https://github.com/cknd/stackprinter
-
PyPi (π₯ 310K / month Β· π¦ 48 Β· β±οΈ 13.03.2024):
pip install stackprinter
-
Conda (π₯ 10K Β· β±οΈ 16.06.2023):
conda install -c conda-forge stackprinter
-
GitHub (π¨βπ» 13 Β· π 49 Β· π¦ 5.6K Β· π 63 - 38% open Β· β±οΈ 26.01.2024):
git clone https://github.com/samuelcolvin/python-devtools
-
PyPi (π₯ 1.3K / month Β· β±οΈ 21.08.2017):
pip install python-devtools
-
Conda (π₯ 23K Β· β±οΈ 06.09.2023):
conda install -c conda-forge python-devtools
- <b><a href="https://github.com/madzak/python-json-logger">python-json-logger</a></b> (π₯35 Β· β 1.7K Β· π) - Json Formatter for the standard python logger. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code>
- <b><a href="https://github.com/astanin/python-tabulate">tabulate</a></b> (π₯33 Β· β 2K Β· π) - Pretty-print tabular data in Python, a library and a command-line.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/jazzband/prettytable">prettytable</a></b> (π₯33 Β· β 1.3K) - Display tabular data in a visually appealing ASCII table.. <code><a href="https://tldrlegal.com/search?q=BSD-1-Clause">βοΈBSD-1-Clause</a></code>
- <b><a href="https://github.com/xolox/python-coloredlogs">python-coloredlogs</a></b> (π₯28 Β· β 540 Β· π) - Colored terminal output for Pythons logging module. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/shobrook/rebound">rebound</a></b> (π₯25 Β· β 4.1K Β· π) - Command-line tool that instantly fetches Stack Overflow results.. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code>
- <b><a href="https://github.com/onelivesleft/PrettyErrors">PrettyErrors</a></b> (π₯25 Β· β 2.8K Β· π) - Prettify Python exception output to make it legible. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/Qix-/better-exceptions">better-exceptions</a></b> (π₯24 Β· β 4.6K Β· π) - Pretty and useful exceptions in Python, automatically. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/skorokithakis/tbvaccine">tbvaccine</a></b> (π₯16 Β· β 380 Β· π) - A small utility to pretty-print Python tracebacks. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Shell
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/xxh/xxh">xxh</a></b> (π₯25 Β· β 5K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish,.. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code></summary>-
GitHub (π¨βπ» 27 Β· π 100 Β· π₯ 2.5K Β· π¦ 87 Β· π 87 - 27% open Β· β±οΈ 06.04.2024):
git clone https://github.com/xxh/xxh
-
PyPi (π₯ 800 / month Β· β±οΈ 06.04.2024):
pip install xxh-xxh
- <b><a href="https://github.com/xonsh/xonsh">xonsh</a></b> (π₯34 Β· β 8.1K) - Python-powered, cross-platform, Unix-gazing shell. <code><a href="https://tldrlegal.com/search?q=BSD-1-Clause">βοΈBSD-1-Clause</a></code>
Documentation
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
πΒ <b><a href="https://github.com/mkdocs/catalog">best-of-mkdocs</a></b> ( β 860) - Collection of MkDocs projects and plugins.
<details><summary><b><a href="https://github.com/sphinx-doc/sphinx">sphinx</a></b> (π₯46 Β· β 6.1K) - The Sphinx documentation generator. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://www.sphinx-doc.org/en/master/_static/favicon.svg" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 830 Β· π 2K Β· π¦ 380K Β· π 7K - 17% open Β· β±οΈ 29.05.2024):
git clone https://github.com/sphinx-doc/sphinx
-
PyPi (π₯ 15M / month Β· π¦ 22K Β· β±οΈ 19.04.2024):
pip install sphinx
-
Conda (π₯ 9.2M Β· β±οΈ 19.04.2024):
conda install -c conda-forge sphinx
-
GitHub (π¨βπ» 270 Β· π 3.3K Β· π¦ 48K Β· π 2.3K - 0% open Β· β±οΈ 29.05.2024):
git clone https://github.com/squidfunk/mkdocs-material
-
PyPi (π₯ 4.5M / month Β· π¦ 2.5K Β· β±οΈ 27.05.2024):
pip install mkdocs-material
-
Conda (π₯ 390K Β· β±οΈ 20.05.2024):
conda install -c conda-forge mkdocs-material
-
GitHub (π¨βπ» 250 Β· π 2.4K Β· π¦ 62K Β· π 2K - 3% open Β· β±οΈ 10.05.2024):
git clone https://github.com/mkdocs/mkdocs
-
PyPi (π₯ 3.7M / month Β· π¦ 3.5K Β· β±οΈ 20.04.2024):
pip install mkdocs
-
Conda (π₯ 340K Β· β±οΈ 27.04.2024):
conda install -c conda-forge mkdocs
-
GitHub (π¨βπ» 120 Β· π 1.7K Β· π¦ 16 Β· π 870 - 28% open Β· β±οΈ 25.01.2024):
git clone https://github.com/readthedocs/sphinx_rtd_theme
-
PyPi (π₯ 5M / month Β· π¦ 12K Β· β±οΈ 28.11.2023):
pip install sphinx_rtd_theme
-
Conda (π₯ 3.8M Β· β±οΈ 28.11.2023):
conda install -c conda-forge sphinx_rtd_theme
-
GitHub (π¨βπ» 37 Β· π 180 Β· π¦ 130K Β· π 120 - 49% open Β· β±οΈ 10.01.2024):
git clone https://github.com/bitprophet/alabaster
-
PyPi (π₯ 11M / month Β· π¦ 580 Β· β±οΈ 10.01.2024):
pip install alabaster
-
Conda (π₯ 7.5M Β· β±οΈ 10.01.2024):
conda install -c conda-forge alabaster
-
GitHub (π¨βπ» 42 Β· π 100 Β· π¦ 13K Β· π 390 - 12% open Β· β±οΈ 05.05.2024):
git clone https://github.com/mkdocstrings/mkdocstrings
-
PyPi (π₯ 1.3M / month Β· π¦ 970 Β· β±οΈ 05.05.2024):
pip install mkdocstrings
-
Conda (π₯ 120K Β· β±οΈ 05.05.2024):
conda install -c conda-forge mkdocstrings
-
GitHub (π¨βπ» 110 Β· π 190 Β· π₯ 620 Β· π¦ 14K Β· π 580 - 31% open Β· β±οΈ 24.10.2023):
git clone https://github.com/michaeljones/breathe
-
PyPi (π₯ 760K / month Β· π¦ 86 Β· β±οΈ 28.02.2023):
pip install breathe
-
Conda (π₯ 560K Β· β±οΈ 04.07.2023):
conda install -c conda-forge breathe
-
GitHub (π¨βπ» 55 Β· π 100 Β· π¦ 50K Β· π 200 - 19% open Β· β±οΈ 24.05.2024):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
-
PyPi (π₯ 1.8M / month Β· π¦ 2.7K Β· β±οΈ 17.04.2024):
pip install sphinx-autodoc-typehints
-
Conda (π₯ 700K Β· β±οΈ 18.04.2024):
conda install -c conda-forge sphinx-autodoc-typehints
-
GitHub (π¨βπ» 28 Β· π 37 Β· π¦ 5.5K Β· π 200 - 14% open Β· β±οΈ 23.05.2024):
git clone https://github.com/mkdocstrings/griffe
-
PyPi (π₯ 1.4M / month Β· π¦ 100 Β· β±οΈ 23.05.2024):
pip install griffe
-
Conda (π₯ 250K Β· β±οΈ 24.05.2024):
conda install -c conda-forge griffe
-
GitHub (π¨βπ» 66 Β· π 190 Β· π¦ 2.8K Β· π 370 - 7% open Β· β±οΈ 18.05.2024):
git clone https://github.com/mitmproxy/pdoc
-
PyPi (π₯ 260K / month Β· π¦ 400 Β· β±οΈ 18.05.2024):
pip install pdoc
-
GitHub (π¨βπ» 30 Β· π 75 Β· π¦ 23K Β· π 90 - 25% open Β· β±οΈ 06.05.2024):
git clone https://github.com/executablebooks/sphinx-autobuild
-
PyPi (π₯ 920K / month Β· π¦ 1.4K Β· β±οΈ 16.04.2024):
pip install sphinx-autobuild
-
Conda (π₯ 250K Β· β±οΈ 17.04.2024):
conda install -c conda-forge sphinx-autobuild
-
GitHub (π¨βπ» 61 Β· π 140 Β· π¦ 4.1K Β· π 330 - 37% open Β· β±οΈ 11.03.2024):
git clone https://github.com/pdoc3/pdoc
-
PyPi (π₯ 240K / month Β· π¦ 390 Β· β±οΈ 03.08.2021):
pip install pdoc3
-
Conda (π₯ 1.9K Β· β±οΈ 16.06.2023):
conda install -c anaconda pdoc3
-
GitHub (π¨βπ» 17 Β· π 45 Β· π¦ 6.5K Β· π 68 - 45% open Β· β±οΈ 20.05.2024):
git clone https://github.com/econchick/interrogate
-
PyPi (π₯ 140K / month Β· π¦ 360 Β· β±οΈ 07.04.2024):
pip install interrogate
-
GitHub (π¨βπ» 22 Β· π 41 Β· π¦ 930 Β· π 75 - 12% open Β· β±οΈ 28.05.2024):
git clone https://github.com/asottile/blacken-docs
-
PyPi (π₯ 120K / month Β· π¦ 83 Β· β±οΈ 16.08.2023):
pip install blacken-docs
-
Conda (π₯ 35K Β· β±οΈ 16.08.2023):
conda install -c conda-forge blacken-docs
-
GitHub (π¨βπ» 8 Β· π 34 Β· π¦ 4.2K Β· π 83 - 24% open Β· β±οΈ 09.03.2024):
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
-
PyPi (π₯ 290K / month Β· π¦ 150 Β· β±οΈ 19.08.2023):
pip install mkdocs-awesome-pages-plugin
-
GitHub (π¨βπ» 19 Β· π 60 Β· π¦ 840 Β· β±οΈ 24.06.2023):
git clone https://github.com/clayrisser/sphinx-markdown-builder
-
PyPi (π₯ 72K / month Β· π¦ 120 Β· β±οΈ 16.01.2024):
pip install sphinx-markdown-builder
-
GitHub (π¨βπ» 11 Β· π 37 Β· π¦ 220 Β· π 34 - 17% open Β· β±οΈ 16.01.2024):
git clone https://github.com/ml-tooling/lazydocs
-
PyPi (π₯ 8.2K / month Β· π¦ 22 Β· β±οΈ 27.07.2021):
pip install lazydocs
-
GitHub (π¨βπ» 10 Β· π 41 Β· π¦ 630 Β· π 77 - 40% open Β· β±οΈ 01.12.2023):
git clone https://github.com/bitprophet/releases
-
PyPi (π₯ 16K / month Β· π¦ 39 Β· β±οΈ 28.04.2023):
pip install releases
-
Conda (π₯ 51K Β· β±οΈ 16.06.2023):
conda install -c conda-forge sphinx-releases
-
GitHub (π¨βπ» 8 Β· π 19 Β· π¦ 310 Β· π 91 - 15% open Β· β±οΈ 23.05.2024):
git clone https://github.com/timvink/mkdocs-print-site-plugin
-
PyPi (π₯ 21K / month Β· π¦ 10 Β· β±οΈ 08.05.2024):
pip install mkdocs-print-site-plugin
- <b><a href="https://github.com/numpy/numpydoc">numpydoc</a></b> (π₯31 Β· β 280) - Numpys Sphinx extensions. <code>βUnlicensed</code> <code><img src="https://www.sphinx-doc.org/en/master/_static/favicon.svg" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/ryan-roemer/sphinx-bootstrap-theme">sphinx-bootstrap-theme</a></b> (π₯26 Β· β 590 Β· π) - Sphinx Bootstrap Theme. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://www.sphinx-doc.org/en/master/_static/favicon.svg" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/mkdocstrings/pytkdocs">pytkdocs</a></b> (π₯24 Β· β 49 Β· π) - Load Python objects documentation. <code><a href="http://bit.ly/3hkKRql">ISC</a></code>
- <b><a href="https://github.com/orzih/mkdocs-with-pdf">mkdocs-with-pdf</a></b> (π₯23 Β· β 310 Β· π) - Generate a single PDF file from MkDocs repository. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://squidfunk.github.io/mkdocs-material/assets/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/timothycrosley/portray">portray</a></b> (π₯22 Β· β 860 Β· π) - Your Project with Great Documentation. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/pycco-docs/pycco">pycco</a></b> (π₯22 Β· β 840 Β· π) - Literate-style documentation generator. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/zhaoterryy/mkdocs-pdf-export-plugin">mkdocs-pdf-export-plugin</a></b> (π₯22 Β· β 310 Β· π) - An MkDocs plugin to export content pages as PDF files. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://squidfunk.github.io/mkdocs-material/assets/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin">mkdocs-git-revision-date-plugin</a></b> (π₯20 Β· β 56 Β· π) - MkDocs plugin for setting revision date from git per.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://squidfunk.github.io/mkdocs-material/assets/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/zayd62/mkdocs-versioning">mkdocs-versioning</a></b> (π₯17 Β· β 40 Β· π) - A tool that allows for versioning sites built with.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://squidfunk.github.io/mkdocs-material/assets/favicon.png" style="display:inline;" width="13" height="13"></code>
Debugging Tools
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/eliben/pyelftools">pyelftools</a></b> (π₯33 Β· β 1.9K) - Parsing ELF and DWARF in Python. <code><a href="http://bit.ly/3rvuUlR">Unlicense</a></code></summary>-
GitHub (π¨βπ» 100 Β· π 500 Β· π¦ 7.6K Β· π 260 - 28% open Β· β±οΈ 15.05.2024):
git clone https://github.com/eliben/pyelftools
-
PyPi (π₯ 3.9M / month Β· π¦ 230 Β· β±οΈ 14.03.2024):
pip install pyelftools
-
Conda (π₯ 160K Β· β±οΈ 14.03.2024):
conda install -c conda-forge pyelftools
-
GitHub (π¨βπ» 95 Β· π 220 Β· π¦ 6.4K Β· π 340 - 46% open Β· β±οΈ 29.04.2024):
git clone https://github.com/inducer/pudb
-
PyPi (π₯ 220K / month Β· π¦ 94 Β· β±οΈ 16.01.2024):
pip install pudb
-
Conda (π₯ 260K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pudb
-
GitHub (π¨βπ» 27 Β· π 950 Β· π¦ 1.8K Β· π 130 - 20% open Β· β±οΈ 13.01.2024):
git clone https://github.com/cool-RR/PySnooper
-
PyPi (π₯ 280K / month Β· π¦ 49 Β· β±οΈ 15.07.2023):
pip install pysnooper
-
Conda (π₯ 76K Β· β±οΈ 27.07.2023):
conda install -c conda-forge pysnooper
-
GitHub (π¨βπ» 58 Β· π 150 Β· π¦ 56K Β· π 200 - 33% open Β· β±οΈ 03.08.2023):
git clone https://github.com/gotcha/ipdb
-
PyPi (π₯ 3.6M / month Β· π¦ 1K Β· β±οΈ 09.03.2023):
pip install ipdb
-
Conda (π₯ 460K Β· β±οΈ 16.06.2023):
conda install -c conda-forge ipdb
-
GitHub (π¨βπ» 21 Β· π 180 Β· π¦ 21 Β· π 150 - 52% open Β· β±οΈ 01.02.2024):
git clone https://github.com/gruns/icecream
-
PyPi (π₯ 430K / month Β· π¦ 320 Β· β±οΈ 21.07.2022):
pip install icecream
-
Conda (π₯ 40K Β· β±οΈ 16.06.2023):
conda install -c conda-forge icecream
-
GitHub (π¨βπ» 45 Β· π 550 Β· π₯ 17K Β· π¦ 400 Β· π 320 - 46% open Β· β±οΈ 18.10.2023):
git clone https://github.com/cs01/gdbgui
-
PyPi (π₯ 9.6K / month Β· π¦ 2 Β· β±οΈ 18.10.2023):
pip install gdbgui
-
GitHub (π¨βπ» 9 Β· π 45 Β· π¦ 180 Β· π 98 - 44% open Β· β±οΈ 02.05.2024):
git clone https://github.com/ionelmc/python-hunter
-
PyPi (π₯ 13K / month Β· π¦ 17 Β· β±οΈ 02.05.2024):
pip install hunter
-
Conda (π₯ 68K Β· β±οΈ 02.05.2024):
conda install -c conda-forge hunter
-
GitHub (π¨βπ» 11 Β· π 24 Β· π¦ 280 Β· π 22 - 31% open Β· β±οΈ 18.12.2023):
git clone https://github.com/ionelmc/python-manhole
-
PyPi (π₯ 52K / month Β· π¦ 6 Β· β±οΈ 08.04.2021):
pip install manhole
-
Conda (π₯ 22K Β· β±οΈ 16.06.2023):
conda install -c conda-forge manhole
-
GitHub (π¨βπ» 24 Β· π 200 Β· π¦ 57 Β· π 57 - 71% open Β· β±οΈ 08.10.2023):
git clone https://github.com/lmacken/pyrasite
-
PyPi (π₯ 6.6K / month Β· β±οΈ 09.05.2012):
pip install pyrasite
-
GitHub (π¨βπ» 3 Β· π 55 Β· π 140 - 13% open Β· β±οΈ 24.05.2024):
git clone https://github.com/reloadware/reloadium
-
PyPi (π₯ 4.5K / month Β· β±οΈ 22.05.2024):
pip install reloadium
-
GitHub (π¨βπ» 10 Β· π 74 Β· π 57 - 36% open Β· β±οΈ 16.10.2023):
git clone https://github.com/alexmojaki/birdseye
-
PyPi (π₯ 1.2K / month Β· π¦ 8 Β· β±οΈ 16.10.2023):
pip install birdseye
- <b><a href="https://github.com/pdbpp/pdbpp">pdbpp</a></b> (π₯28 Β· β 1.3K Β· π) - pdb++, a drop-in replacement for pdb (the Python debugger). <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/alexmojaki/snoop">snoop</a></b> (π₯24 Β· β 1.2K Β· π) - A powerful set of Python debugging tools, based on PySnooper. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Testing Tools
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
πΒ <b><a href="https://github.com/ml-tooling/best-of-web-python">best-of-web-python - Testing</a></b> ( β 2.2K) - Testing libraries & tools for python web frameworks.
πΒ <b><a href="https://docs.python.org/3/library/unittest.html">unittest</a></b> - Unittest is a test framework included in the Python standard library.
<details><summary><b><a href="https://github.com/pytest-dev/pytest">pytest</a></b> (π₯48 Β· β 11K) - The pytest framework makes it easy to write small tests, yet scales to.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://docs.pytest.org/en/stable/_static/favicon.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 970 Β· π 2.5K Β· π₯ 1K Β· π¦ 1.2M Β· π 5.8K - 14% open Β· β±οΈ 29.05.2024):
git clone https://github.com/pytest-dev/pytest
-
PyPi (π₯ 130M / month Β· π¦ 44K Β· β±οΈ 19.05.2024):
pip install pytest
-
Conda (π₯ 26M Β· β±οΈ 20.05.2024):
conda install -c conda-forge pytest
-
GitHub (π¨βπ» 330 Β· π 580 Β· π¦ 27K Β· π 1.5K - 2% open Β· β±οΈ 29.05.2024):
git clone https://github.com/HypothesisWorks/hypothesis
-
PyPi (π₯ 8.9M / month Β· π¦ 2K Β· β±οΈ 29.05.2024):
pip install hypothesis
-
Conda (π₯ 8.8M Β· β±οΈ 29.05.2024):
conda install -c conda-forge hypothesis
-
GitHub (π¨βπ» 200 Β· π 2.2K Β· π₯ 550 Β· π¦ 11K Β· π 4.4K - 7% open Β· β±οΈ 29.05.2024):
git clone https://github.com/robotframework/robotframework
-
PyPi (π₯ 2.6M / month Β· π¦ 800 Β· β±οΈ 11.01.2024):
pip install robotframework
-
Conda (π₯ 180K Β· β±οΈ 11.01.2024):
conda install -c conda-forge robotframework
-
GitHub (π¨βπ» 100 Β· π 220 Β· π₯ 37 Β· π¦ 99K Β· π 630 - 40% open Β· β±οΈ 16.05.2024):
git clone https://github.com/pytest-dev/pytest-xdist
-
PyPi (π₯ 25M / month Β· π¦ 3.8K Β· β±οΈ 28.04.2024):
pip install pytest-xdist
-
Conda (π₯ 6M Β· β±οΈ 21.11.2023):
conda install -c conda-forge pytest-xdist
-
GitHub (π¨βπ» 39 Β· π 820 Β· π¦ 16K Β· π 1.3K - 2% open Β· β±οΈ 24.05.2024):
git clone https://github.com/microsoft/playwright-python
-
PyPi (π₯ 3.4M / month Β· π¦ 930 Β· β±οΈ 17.05.2024):
pip install playwright
-
GitHub (π¨βπ» 310 Β· π 500 Β· π¦ 120K Β· π 1.7K - 5% open Β· β±οΈ 24.05.2024):
git clone https://github.com/tox-dev/tox
-
PyPi (π₯ 15M / month Β· π¦ 8.5K Β· β±οΈ 26.04.2024):
pip install tox
-
Conda (π₯ 940K Β· β±οΈ 27.04.2024):
conda install -c conda-forge tox
-
GitHub (π¨βπ» 89 Β· π 210 Β· π¦ 320K Β· π 400 - 37% open Β· β±οΈ 24.03.2024):
git clone https://github.com/pytest-dev/pytest-cov
-
PyPi (π₯ 52M / month Β· π¦ 27K Β· β±οΈ 24.03.2024):
pip install pytest-cov
-
Conda (π₯ 11M Β· β±οΈ 26.03.2024):
conda install -c conda-forge pytest-cov
-
GitHub (π¨βπ» 52 Β· π 1.2K Β· π¦ 35K Β· π 730 - 68% open Β· β±οΈ 07.06.2023):
git clone https://github.com/asweigart/pyautogui
-
PyPi (π₯ 780K / month Β· π¦ 910 Β· β±οΈ 24.05.2023):
pip install pyautogui
-
Conda (π₯ 230K Β· β±οΈ 16.10.2023):
conda install -c conda-forge pyautogui
-
GitHub (π¨βπ» 47 Β· π 140 Β· π₯ 1.2K Β· π¦ 97K Β· π 320 - 16% open Β· β±οΈ 21.05.2024):
git clone https://github.com/pytest-dev/pytest-asyncio
-
PyPi (π₯ 15M / month Β· π¦ 3.6K Β· β±οΈ 19.05.2024):
pip install pytest-asyncio
-
Conda (π₯ 1.9M Β· β±οΈ 29.04.2024):
conda install -c conda-forge pytest-asyncio
-
GitHub (π¨βπ» 72 Β· π 140 Β· π₯ 33 Β· π¦ 80K Β· π 160 - 7% open Β· β±οΈ 28.05.2024):
git clone https://github.com/pytest-dev/pytest-mock
-
PyPi (π₯ 23M / month Β· π¦ 4.7K Β· β±οΈ 21.03.2024):
pip install pytest-mock
-
Conda (π₯ 2.6M Β· β±οΈ 22.03.2024):
conda install -c conda-forge pytest-mock
-
GitHub (π¨βπ» 120 Β· π 330 Β· π₯ 580 Β· π¦ 1.8K Β· π 360 - 4% open Β· β±οΈ 25.05.2024):
git clone https://github.com/lk-geimfari/mimesis
-
PyPi (π₯ 650K / month Β· π¦ 57 Β· β±οΈ 04.04.2024):
pip install mimesis
-
Conda (π₯ 200K Β· β±οΈ 24.01.2024):
conda install -c conda-forge mimesis
-
GitHub (π¨βπ» 120 Β· π 260 Β· π₯ 19 Β· π 340 - 40% open Β· β±οΈ 11.05.2024):
git clone https://github.com/spulec/freezegun
-
PyPi (π₯ 11M / month Β· π¦ 870 Β· β±οΈ 11.05.2024):
pip install freezegun
-
Conda (π₯ 1.6M Β· β±οΈ 24.04.2024):
conda install -c conda-forge freezegun
-
GitHub (π¨βπ» 61 Β· π 210 Β· π¦ 3.5K Β· π 370 - 39% open Β· β±οΈ 17.03.2024):
git clone https://github.com/pytest-dev/pytest-bdd
-
PyPi (π₯ 1.3M / month Β· π¦ 99 Β· β±οΈ 17.03.2024):
pip install pytest-bdd
-
Conda (π₯ 58K Β· β±οΈ 17.03.2024):
conda install -c conda-forge pytest-bdd
-
GitHub (π¨βπ» 80 Β· π 130 Β· π¦ 25K Β· π 270 - 18% open Β· β±οΈ 29.05.2024):
git clone https://github.com/nose-devs/nose2
-
PyPi (π₯ 810K / month Β· π¦ 300 Β· β±οΈ 07.05.2024):
pip install nose2
-
Conda (π₯ 140K Β· β±οΈ 16.06.2023):
conda install -c conda-forge nose2
-
GitHub (π¨βπ» 66 Β· π 180 Β· π¦ 34K Β· π 170 - 2% open Β· β±οΈ 28.05.2024):
git clone https://github.com/TheKevJames/coveralls-python
-
PyPi (π₯ 740K / month Β· π¦ 2K Β· β±οΈ 15.05.2024):
pip install coveralls
-
Conda (π₯ 1.1M Β· β±οΈ 15.05.2024):
conda install -c conda-forge coveralls
-
GitHub (π¨βπ» 95 Β· π 150 Β· π¦ 5.4K Β· π 360 - 15% open Β· β±οΈ 23.05.2024):
git clone https://github.com/theacodes/nox
-
PyPi (π₯ 2M / month Β· π¦ 870 Β· β±οΈ 15.04.2024):
pip install nox
-
Conda (π₯ 300K Β· β±οΈ 17.04.2024):
conda install -c conda-forge nox
-
GitHub (π¨βπ» 56 Β· π 230 Β· π¦ 47K Β· π 410 - 38% open Β· β±οΈ 24.04.2024):
git clone https://github.com/pytest-dev/pytest-html
-
PyPi (π₯ 9.4M / month Β· π¦ 570 Β· β±οΈ 07.11.2023):
pip install pytest-html
-
Conda (π₯ 530K Β· β±οΈ 23.11.2023):
conda install -c conda-forge pytest-html
-
GitHub (π¨βπ» 130 Β· π 380 Β· π 600 - 30% open Β· β±οΈ 25.04.2024):
git clone https://github.com/FactoryBoy/factory_boy
-
PyPi (π₯ 4.1M / month Β· π¦ 560 Β· β±οΈ 19.07.2023):
pip install factory_boy
-
Conda (π₯ 150K Β· β±οΈ 19.07.2023):
conda install -c conda-forge factory_boy
-
GitHub (π¨βπ» 81 Β· π 170 Β· π₯ 310 Β· π¦ 1.1K Β· π 600 - 23% open Β· β±οΈ 25.02.2024):
git clone https://github.com/airspeed-velocity/asv
-
PyPi (π₯ 82K / month Β· π¦ 89 Β· β±οΈ 25.02.2024):
pip install asv
-
Conda (π₯ 790K Β· β±οΈ 25.02.2024):
conda install -c conda-forge asv
-
GitHub (π¨βπ» 53 Β· π 74 Β· π₯ 19 Β· π¦ 25K Β· π 120 - 18% open Β· β±οΈ 12.02.2024):
git clone https://github.com/Teemu/pytest-sugar
-
PyPi (π₯ 1.8M / month Β· π¦ 1.1K Β· β±οΈ 01.02.2024):
pip install pytest-sugar
-
Conda (π₯ 240K Β· β±οΈ 05.02.2024):
conda install -c conda-forge pytest-sugar
-
GitHub (π¨βπ» 40 Β· π 75 Β· π¦ 1.2K Β· π 190 - 3% open Β· β±οΈ 25.04.2024):
git clone https://github.com/CleanCut/green
-
PyPi (π₯ 13K / month Β· π¦ 120 Β· β±οΈ 18.04.2024):
pip install green
-
Conda (π₯ 140K Β· β±οΈ 28.09.2023):
conda install -c conda-forge green
-
GitHub (π¨βπ» 140 Β· π 350 Β· π 360 - 38% open Β· β±οΈ 27.05.2024):
git clone https://github.com/pytest-dev/pytest-testinfra
-
PyPi (π₯ 460K / month Β· π¦ 19 Β· β±οΈ 26.05.2024):
pip install pytest-testinfra
-
Conda (π₯ 17K Β· β±οΈ 19.11.2023):
conda install -c conda-forge pytest-testinfra
-
GitHub (π¨βπ» 41 Β· π 110 Β· π¦ 8.8K Β· π 190 - 53% open Β· β±οΈ 15.12.2023):
git clone https://github.com/ionelmc/pytest-benchmark
-
PyPi (π₯ 2M / month Β· π¦ 810 Β· β±οΈ 25.10.2022):
pip install pytest-benchmark
-
Conda (π₯ 2M Β· β±οΈ 16.06.2023):
conda install -c conda-forge pytest-benchmark
-
GitHub (π¨βπ» 20 Β· π 30 Β· π¦ 8.5K Β· π 65 - 15% open Β· β±οΈ 28.05.2024):
git clone https://github.com/pytest-dev/pytest-randomly
-
PyPi (π₯ 3.4M / month Β· π¦ 400 Β· β±οΈ 15.08.2023):
pip install pytest-randomly
-
Conda (π₯ 190K Β· β±οΈ 15.08.2023):
conda install -c conda-forge pytest-randomly
-
GitHub (π¨βπ» 38 Β· π 110 Β· π¦ 5.7K Β· π 57 - 19% open Β· β±οΈ 26.02.2024):
git clone https://github.com/datadriventests/ddt
-
PyPi (π₯ 540K / month Β· π¦ 200 Β· β±οΈ 26.02.2024):
pip install ddt
-
Conda (π₯ 95K Β· β±οΈ 26.02.2024):
conda install -c conda-forge ddt
-
GitHub (π¨βπ» 25 Β· π 54 Β· π¦ 1.2K Β· π 160 - 18% open Β· β±οΈ 30.04.2024):
git clone https://github.com/tarpas/pytest-testmon
-
PyPi (π₯ 220K / month Β· π¦ 25 Β· β±οΈ 27.02.2024):
pip install pytest-testmon
-
Conda (π₯ 42K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pytest-testmon
-
GitHub (π¨βπ» 16 Β· π 32 Β· π¦ 4K Β· π 64 - 15% open Β· β±οΈ 12.03.2024):
git clone https://github.com/dbader/pytest-mypy
-
PyPi (π₯ 380K / month Β· π¦ 710 Β· β±οΈ 18.12.2022):
pip install pytest-mypy
-
Conda (π₯ 98K Β· β±οΈ 10.04.2024):
conda install -c conda-forge pytest-mypy
-
GitHub (π¨βπ» 23 Β· π 65 Β· π¦ 980 Β· π 100 - 50% open Β· β±οΈ 09.11.2023):
git clone https://github.com/nestorsalceda/mamba
-
PyPi (π₯ 9.6K / month Β· π¦ 29 Β· β±οΈ 09.11.2023):
pip install mamba
-
GitHub (π¨βπ» 23 Β· π 67 Β· π₯ 140 Β· π¦ 940 Β· π 54 - 31% open Β· β±οΈ 02.02.2024):
git clone https://github.com/avast/pytest-docker
-
PyPi (π₯ 300K / month Β· π¦ 86 Β· β±οΈ 02.02.2024):
pip install pytest-docker
-
GitHub (π¨βπ» 11 Β· π 22 Β· π₯ 4 Β· π¦ 1.7K Β· π 19 - 26% open Β· β±οΈ 29.04.2024):
git clone https://github.com/gabrielcnr/pytest-datadir
-
PyPi (π₯ 300K / month Β· π¦ 190 Β· β±οΈ 03.10.2023):
pip install pytest-datadir
-
Conda (π₯ 250K Β· β±οΈ 03.10.2023):
conda install -c conda-forge pytest-datadir
-
GitHub (π¨βπ» 9 Β· π 10 Β· π 49 - 42% open Β· β±οΈ 30.01.2024):
git clone https://github.com/Erotemic/xdoctest
-
PyPi (π₯ 320K / month Β· π¦ 180 Β· β±οΈ 30.01.2024):
pip install xdoctest
-
Conda (π₯ 220K Β· β±οΈ 30.01.2024):
conda install -c conda-forge xdoctest
- <b><a href="https://github.com/nose-devs/nose">nose</a></b> (π₯33 Β· β 1.4K Β· π) - nose is nicer testing for python. <code><a href="https://tldrlegal.com/search?q=LGPL-2.1%2B">βοΈLGPL-2.1+</a></code>
- <b><a href="https://github.com/xiaocong/uiautomator">uiautomator</a></b> (π₯26 Β· β 2K Β· π) - Python wrapper of Android uiautomator test tool. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/hamcrest/PyHamcrest">PyHamcrest</a></b> (π₯26 Β· β 750) - Hamcrest matchers for Python. <code>βUnlicensed</code>
- <b><a href="https://github.com/joeyespo/pytest-watch">pytest-watch</a></b> (π₯25 Β· β 730 Β· π) - Local continuous test runner with pytest and watchdog. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://docs.pytest.org/en/stable/_static/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/man-group/pytest-plugins">pytest-plugins</a></b> (π₯24 Β· β 550 Β· π) - A grab-bag of nifty pytest plugins. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/TvoroG/pytest-lazy-fixture">pytest-lazy-fixture</a></b> (π₯24 Β· β 370 Β· π) - It helps to use fixtures in pytest.mark.parametrize. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://docs.pytest.org/en/stable/_static/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/sixpack/sixpack">sixpack</a></b> (π₯21 Β· β 1.8K Β· π) - Sixpack is a language-agnostic a/b-testing framework. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code>
- <b><a href="https://github.com/ActivisionGameScience/assertpy">assertpy</a></b> (π₯20 Β· β 470 Β· π) - Simple assertion library for unit testing in python with a fluent.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/emirozer/fake2db">fake2db</a></b> (π₯17 Β· β 2.3K Β· π) - create custom test databases that are populated with fake data. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code>
- <b><a href="https://github.com/pytest-dev/pytest-play">pytest-play</a></b> (π₯16 Β· β 68 Β· π) - pytest plugin that let you automate actions and.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://docs.pytest.org/en/stable/_static/favicon.png" style="display:inline;" width="13" height="13"></code>
Code Packaging
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
πΒ <b><a href="https://packaging.python.org/overview/">Python.org Packaging</a></b> - An Overview of Packaging for Python.
<details><summary><b><a href="https://github.com/pyinstaller/pyinstaller">pyinstaller</a></b> (π₯42 Β· β 11K) - Freeze (package) Python programs into stand-alone executables. <code><a href="http://bit.ly/2KucAZR">βοΈGPL-2.0</a></code></summary>-
GitHub (π¨βπ» 470 Β· π 1.9K Β· π₯ 750K Β· π¦ 59K Β· π 5.3K - 5% open Β· β±οΈ 29.05.2024):
git clone https://github.com/pyinstaller/pyinstaller
-
PyPi (π₯ 2.5M / month Β· π¦ 770 Β· β±οΈ 21.05.2024):
pip install pyinstaller
-
Conda (π₯ 580K Β· β±οΈ 22.05.2024):
conda install -c conda-forge pyinstaller
-
GitHub (π¨βπ» 170 Β· π 590 Β· π¦ 2K Β· π 2.2K - 4% open Β· β±οΈ 23.05.2024):
git clone https://github.com/Nuitka/Nuitka
-
PyPi (π₯ 100K / month Β· π¦ 71 Β· β±οΈ 16.05.2024):
pip install nuitka
-
Conda (π₯ 700K Β· β±οΈ 17.05.2024):
conda install -c conda-forge nuitka
-
GitHub (π¨βπ» 110 Β· π 230 Β· π₯ 810 Β· π¦ 1.2M Β· π 380 - 23% open Β· β±οΈ 20.05.2024):
git clone https://github.com/pypa/packaging
-
PyPi (π₯ 350M / month Β· π¦ 10K Β· β±οΈ 10.03.2024):
pip install packaging
-
Conda (π₯ 46M Β· β±οΈ 10.03.2024):
conda install -c conda-forge packaging
-
GitHub (π¨βπ» 150 Β· π 340 Β· π₯ 280 Β· π¦ 560 Β· π 750 - 17% open Β· β±οΈ 30.05.2024):
git clone https://github.com/beeware/briefcase
-
PyPi (π₯ 13K / month Β· π¦ 12 Β· β±οΈ 06.05.2024):
pip install briefcase
-
GitHub (π¨βπ» 120 Β· π 250 Β· π₯ 4.6M Β· π¦ 600 Β· π 1.1K - 14% open Β· β±οΈ 13.05.2024):
git clone https://github.com/pantsbuild/pex
-
PyPi (π₯ 1.7M / month Β· π¦ 46 Β· β±οΈ 12.04.2024):
pip install pex
-
GitHub (π¨βπ» 110 Β· π 210 Β· π 940 - 4% open Β· β±οΈ 29.05.2024):
git clone https://github.com/marcelotduarte/cx_Freeze
-
PyPi (π₯ 150K / month Β· π¦ 86 Β· β±οΈ 26.05.2024):
pip install cx_freeze
-
Conda (π₯ 330K Β· β±οΈ 26.05.2024):
conda install -c conda-forge cx_freeze
-
GitHub (π¨βπ» 42 Β· π 92 Β· π₯ 770 Β· π 130 - 39% open Β· β±οΈ 09.05.2024):
git clone https://github.com/linkedin/shiv
-
PyPi (π₯ 29K / month Β· π¦ 14 Β· β±οΈ 09.05.2024):
pip install shiv
-
GitHub (π¨βπ» 71 Β· π 170 Β· π₯ 280 Β· π¦ 19 Β· π 360 - 7% open Β· β±οΈ 28.05.2024):
git clone https://github.com/conda/constructor
-
Conda (π₯ 9.9K Β· β±οΈ 16.05.2024):
conda install -c anaconda constructor
-
GitHub (π¨βπ» 31 Β· π 120 Β· π¦ 220 Β· π 180 - 17% open Β· β±οΈ 09.04.2024):
git clone https://github.com/takluyver/pynsist
-
PyPi (π₯ 3.1K / month Β· π¦ 13 Β· β±οΈ 21.03.2022):
pip install pynsist
-
GitHub (π¨βπ» 20 Β· π 90 Β· π₯ 17K Β· π¦ 2K Β· π 160 - 13% open Β· β±οΈ 08.10.2023):
git clone https://github.com/py2exe/py2exe
-
PyPi (π₯ 16K / month Β· π¦ 10 Β· β±οΈ 07.10.2023):
pip install py2exe
-
GitHub (π¨βπ» 44 Β· π 55 Β· π¦ 30 Β· π 33 - 24% open Β· β±οΈ 28.12.2023):
git clone https://github.com/facebookincubator/xar
-
PyPi (π₯ 330 / month Β· β±οΈ 02.12.2020):
pip install xar
- <b><a href="https://github.com/indygreg/PyOxidizer">PyOxidizer</a></b> (π₯28 Β· β 5.3K Β· π) - A modern Python application packaging and distribution tool. <code><a href="http://bit.ly/3postzC">MPL-2.0</a></code>
- <b><a href="https://github.com/ronaldoussoren/py2app">py2app</a></b> (π₯28 Β· β 320 Β· π) - py2app is a Python setuptools command which will allow you to make.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/google/subpar">subpar</a></b> (π₯13 Β· β 570 Β· π) - Subpar is a utility for creating self-contained python.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/jamesabel/pyship">pyship</a></b> (π₯11 Β· β 38 Β· π€) - pyship - ship Python desktop apps to end users. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Build Tools
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pypa/setuptools">setuptools</a></b> (π₯47 Β· β 2.3K) - Official project repository for the Setuptools build system. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 600 Β· π 1.1K Β· π¦ 520K Β· π 2.5K - 24% open Β· β±οΈ 24.05.2024):
git clone https://github.com/pypa/setuptools
-
PyPi (π₯ 380M / month Β· π¦ 20K Β· β±οΈ 21.05.2024):
pip install setuptools
-
Conda (π₯ 110M Β· β±οΈ 22.05.2024):
conda install -c conda-forge setuptools
-
GitHub (π¨βπ» 120 Β· π 300 Β· π₯ 13 Β· π¦ 110K Β· π 510 - 10% open Β· β±οΈ 21.05.2024):
git clone https://github.com/pypa/twine
-
PyPi (π₯ 7.1M / month Β· π¦ 14K Β· β±οΈ 16.05.2024):
pip install twine
-
Conda (π₯ 980K Β· β±οΈ 17.05.2024):
conda install -c conda-forge twine
-
GitHub (π¨βπ» 160 Β· π 310 Β· π₯ 1.5K Β· π¦ 3.1K Β· π 3.4K - 19% open Β· β±οΈ 28.05.2024):
git clone https://github.com/SCons/scons
-
PyPi (π₯ 750K / month Β· π¦ 39 Β· β±οΈ 18.03.2024):
pip install scons
-
Conda (π₯ 580K Β· β±οΈ 18.03.2024):
conda install -c conda-forge scons
-
GitHub (π¨βπ» 82 Β· π 140 Β· π¦ 270K Β· π 400 - 12% open Β· β±οΈ 09.05.2024):
git clone https://github.com/pypa/wheel
-
PyPi (π₯ 470M / month Β· π¦ 11K Β· β±οΈ 11.03.2024):
pip install wheel
-
Conda (π₯ 92M Β· β±οΈ 27.03.2024):
conda install -c conda-forge wheel
-
GitHub (π¨βπ» 860 Β· π 1.6K Β· π₯ 38K Β· π¦ 350 Β· π 1.6K - 44% open Β· β±οΈ 23.05.2024):
git clone https://github.com/buildbot/buildbot
-
PyPi (π₯ 16K / month Β· π¦ 18 Β· β±οΈ 20.05.2024):
pip install buildbot
-
Conda (π₯ 98K Β· β±οΈ 20.05.2024):
conda install -c conda-forge buildbot
-
GitHub (π¨βπ» 60 Β· π 360 Β· π¦ 25K Β· π 810 - 49% open Β· β±οΈ 01.12.2023):
git clone https://github.com/pyinvoke/invoke
-
PyPi (π₯ 8.8M / month Β· π¦ 950 Β· β±οΈ 12.07.2023):
pip install invoke
-
Conda (π₯ 980K Β· β±οΈ 13.07.2023):
conda install -c conda-forge invoke
-
GitHub (π¨βπ» 140 Β· π 210 Β· π 580 - 15% open Β· β±οΈ 15.05.2024):
git clone https://github.com/pypa/setuptools_scm
-
PyPi (π₯ 29M / month Β· π¦ 1.4K Β· β±οΈ 06.05.2024):
pip install setuptools_scm
-
Conda (π₯ 2.4M Β· β±οΈ 07.05.2024):
conda install -c conda-forge setuptools_scm
-
GitHub (π¨βπ» 73 Β· π 130 Β· π¦ 1.9K Β· π 420 - 31% open Β· β±οΈ 29.05.2024):
git clone https://github.com/pypa/flit
-
PyPi (π₯ 380K / month Β· π¦ 720 Β· β±οΈ 14.05.2023):
pip install flit
-
Conda (π₯ 180K Β· β±οΈ 25.03.2024):
conda install -c conda-forge flit
-
GitHub (π¨βπ» 39 Β· π 250 Β· π 520 - 18% open Β· β±οΈ 28.05.2024):
git clone https://github.com/pybuilder/pybuilder
-
PyPi (π₯ 26K / month Β· π¦ 6 Β· β±οΈ 28.05.2024):
pip install pybuilder
-
Conda (π₯ 75K Β· β±οΈ 28.05.2024):
conda install -c conda-forge pybuilder
-
GitHub (π¨βπ» 5 Β· π 7 Β· π₯ 19 Β· π¦ 12 Β· π 4 - 25% open Β· β±οΈ 15.09.2022):
git clone https://github.com/ml-tooling/universal-build
-
PyPi (π₯ 510 / month Β· π¦ 7 Β· β±οΈ 16.11.2021):
pip install universal-build
- <b><a href="https://github.com/pydoit/doit">doit</a></b> (π₯32 Β· β 1.8K Β· π) - task management & automation tool. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/buildout/buildout">buildout</a></b> (π₯26 Β· β 570 Β· π) - Buildout is a deployment automation tool written in and.. <code><a href="https://tldrlegal.com/search?q=ZPL-2.1">βοΈZPL-2.1</a></code>
- <b><a href="https://github.com/paver/paver">paver</a></b> (π₯23 Β· β 460 Β· π) - Python-based project scripting. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/rags/pynt">pynt</a></b> (π₯18 Β· β 160 Β· π) - A pynt of Python build. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
System Monitoring & Profiling
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/giampaolo/psutil">psutil</a></b> (π₯45 Β· β 10K) - Cross-platform lib for process and system monitoring in Python. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 210 Β· π 1.4K Β· π¦ 490K Β· π 1.8K - 17% open Β· β±οΈ 18.05.2024):
git clone https://github.com/giampaolo/psutil
-
PyPi (π₯ 110M / month Β· π¦ 10K Β· β±οΈ 19.01.2024):
pip install psutil
-
Conda (π₯ 31M Β· β±οΈ 08.02.2024):
conda install -c conda-forge psutil
-
GitHub (π¨βπ» 190 Β· π 1.4K Β· π₯ 1.6K Β· π¦ 880 Β· π 1.8K - 12% open Β· β±οΈ 29.05.2024):
git clone https://github.com/nicolargo/glances
-
PyPi (π₯ 670K / month Β· π¦ 4 Β· β±οΈ 25.05.2024):
pip install glances
-
Conda (π₯ 220K Β· β±οΈ 24.03.2024):
conda install -c conda-forge glances
-
GitHub (π¨βπ» 50 Β· π 370 Β· π¦ 440 Β· π 170 - 12% open Β· β±οΈ 30.05.2024):
git clone https://github.com/bloomberg/memray
-
PyPi (π₯ 780K / month Β· π¦ 43 Β· β±οΈ 10.04.2024):
pip install memray
-
Conda (π₯ 120K Β· β±οΈ 11.04.2024):
conda install -c conda-forge memray
-
GitHub (π¨βπ» 38 Β· π 390 Β· π₯ 18K Β· π¦ 4.1K Β· π 370 - 48% open Β· β±οΈ 27.02.2024):
git clone https://github.com/benfred/py-spy
-
PyPi (π₯ 2.1M / month Β· π¦ 46 Β· β±οΈ 07.09.2022):
pip install py-spy
-
Conda (π₯ 540K Β· β±οΈ 16.06.2023):
conda install -c conda-forge py-spy
-
Cargo (π₯ 1.8K / month Β· π¦ 2 Β· β±οΈ 07.09.2022):
cargo install py-spy
-
GitHub (π¨βπ» 49 Β· π 380 Β· π¦ 630 Β· π 460 - 35% open Β· β±οΈ 17.05.2024):
git clone https://github.com/plasma-umass/scalene
-
PyPi (π₯ 44K / month Β· π¦ 12 Β· β±οΈ 03.05.2024):
pip install scalene
-
GitHub (π¨βπ» 55 Β· π 220 Β· π¦ 2.3K Β· π 150 - 22% open Β· β±οΈ 12.03.2024):
git clone https://github.com/joerick/pyinstrument
-
PyPi (π₯ 1.3M / month Β· π¦ 130 Β· β±οΈ 26.01.2024):
pip install pyinstrument
-
Conda (π₯ 320K Β· β±οΈ 26.01.2024):
conda install -c conda-forge pyinstrument
-
GitHub (π¨βπ» 31 Β· π 72 Β· π¦ 1.2K Β· π 80 - 25% open Β· β±οΈ 18.12.2023):
git clone https://github.com/sumerc/yappi
-
PyPi (π₯ 3.1M / month Β· π¦ 53 Β· β±οΈ 07.12.2023):
pip install yappi
-
Conda (π₯ 180K Β· β±οΈ 07.12.2023):
conda install -c conda-forge yappi
-
GitHub (π¨βπ» 100 Β· π 370 Β· π 250 - 53% open Β· β±οΈ 16.04.2024):
git clone https://github.com/pythonprofilers/memory_profiler
-
PyPi (π₯ 1.5M / month Β· π¦ 410 Β· β±οΈ 15.11.2022):
pip install memory_profiler
-
Conda (π₯ 790K Β· β±οΈ 16.06.2023):
conda install -c conda-forge memory_profiler
-
GitHub (π¨βπ» 44 Β· π 120 Β· π₯ 4 Β· π 100 - 45% open Β· β±οΈ 28.04.2024):
git clone https://github.com/pyutils/line_profiler
-
PyPi (π₯ 540K / month Β· π¦ 180 Β· β±οΈ 28.04.2024):
pip install line_profiler
-
Conda (π₯ 870K Β· β±οΈ 27.09.2023):
conda install -c conda-forge line_profiler
-
GitHub (π¨βπ» 390 Β· π 600 Β· π¦ 170 Β· π 300 - 44% open Β· β±οΈ 01.11.2023):
git clone https://github.com/python-diamond/Diamond
-
PyPi (π₯ 9.8K / month Β· π¦ 6 Β· β±οΈ 25.11.2016):
pip install diamond
- <b><a href="https://github.com/aristocratos/bpytop">Bpytop</a></b> (π₯29 Β· β 9.9K Β· π) - Linux/OSX/FreeBSD resource monitor. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/fabianp/memory_profiler">memory_profiler</a></b> (π₯26 Β· β 4.2K Β· π) - Monitor Memory usage of Python code. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/pympler/pympler">pympler</a></b> (π₯26 Β· β 1.2K Β· π) - Development tool to measure, monitor and analyze the memory.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/nvdv/vprof">vprof</a></b> (π₯23 Β· β 4K Β· π) - Visual profiler for Python. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code>
- <b><a href="https://github.com/what-studio/profiling">Profiling</a></b> (π₯21 Β· β 3K Β· π) - Was an interactive continuous Python profiler. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/alexmojaki/heartrate">heartrate</a></b> (π₯19 Β· β 1.7K Β· π) - Simple real time visualisation of the execution of a Python program. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/csurfer/pyheat">pyheat</a></b> (π₯18 Β· β 830 Β· π) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/agermanidis/livepython">livepython</a></b> (π₯13 Β· β 2.6K Β· π) - Visually trace Python code in real-time. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
AST Tools
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/alexmojaki/executing">executing</a></b> (π₯30 Β· β 310) - Get information about what a Python frame is currently doing,.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 10 Β· π 31 Β· π¦ 190K Β· π 43 - 41% open Β· β±οΈ 06.11.2023):
git clone https://github.com/alexmojaki/executing
-
PyPi (π₯ 32M / month Β· π¦ 390 Β· β±οΈ 29.10.2023):
pip install executing
-
Conda (π₯ 12M Β· β±οΈ 29.10.2023):
conda install -c conda-forge executing
-
GitHub (π¨βπ» 35 Β· π 100 Β· π 120 - 33% open Β· β±οΈ 30.03.2024):
git clone https://github.com/berkerpeksag/astor
-
PyPi (π₯ 6.2M / month Β· π¦ 570 Β· β±οΈ 10.12.2019):
pip install astor
-
Conda (π₯ 2.3M Β· β±οΈ 16.06.2023):
conda install -c conda-forge astor
-
GitHub (π¨βπ» 10 Β· π 32 Β· π¦ 160K Β· π 36 - 5% open Β· β±οΈ 26.05.2024):
git clone https://github.com/serge-sans-paille/gast
-
PyPi (π₯ 19M / month Β· π¦ 410 Β· β±οΈ 29.04.2023):
pip install gast
-
Conda (π₯ 2.7M Β· β±οΈ 03.07.2023):
conda install -c conda-forge gast
-
GitHub (π¨βπ» 26 Β· π 53 Β· π 87 - 1% open Β· β±οΈ 03.07.2023):
git clone https://github.com/python/typed_ast
-
PyPi (π₯ 7.2M / month Β· π¦ 620 Β· β±οΈ 04.07.2023):
pip install typed_ast
-
Conda (π₯ 6.3M Β· β±οΈ 22.09.2023):
conda install -c conda-forge typed-ast
-
GitHub (π¨βπ» 24 Β· π 40 Β· β±οΈ 06.11.2023):
git clone https://github.com/newville/asteval
-
PyPi (π₯ 380K / month Β· π¦ 110 Β· β±οΈ 23.05.2024):
pip install asteval
-
Conda (π₯ 390K Β· β±οΈ 24.05.2024):
conda install -c conda-forge asteval
- <b><a href="https://github.com/simonpercivall/astunparse">astunparse</a></b> (π₯28 Β· β 220 Β· π) - An AST unparser for Python. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
Others
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pre-commit/pre-commit">pre-commit</a></b> (π₯41 Β· β 12K) - A framework for managing and maintaining multi-language pre-commit.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 160 Β· π 770 Β· π₯ 1.4M Β· π¦ 190K Β· π 2K - 1% open Β· β±οΈ 27.05.2024):
git clone https://github.com/pre-commit/pre-commit
-
PyPi (π₯ 22M / month Β· π¦ 11K Β· β±οΈ 11.05.2024):
pip install pre-commit
-
Conda (π₯ 4.6M Β· β±οΈ 11.05.2024):
conda install -c conda-forge pre-commit
Related Resources
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
Contribution
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.