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 820K stars grouped into 16 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own.
📫 Subscribe to our newsletter for updates and trending projects.
Contents
Explanation
- 🥇🥈🥉 Combined project-quality score
- ⭐️ Star count from GitHub
- 🐣 New project (less than 6 months old)
- 💤 Inactive project (6 months no activity)
- 💀 Dead project (12 months no activity)
- 📈📉 Project is trending up or down
- ➕ Project was recently added
- ❗️ Warning (e.g. missing/risky license)
- 👨💻 Contributors count from GitHub
- 🔀 Fork count from GitHub
- 📋 Issue count from GitHub
- ⏱️ Last update timestamp on package manager
- 📥 Download count from package manager
- 📦 Number of dependent projects
- Flake8 related project
- Pytest related project
- Pylint related project
- Sphinx related project
- MkDocs related project
Linters & Style Checkers
mypy (🥇46 · ⭐ 15K) - Optional static typing for Python. MIT
-
GitHub (👨💻 630 · 🔀 2.5K · 📦 180K · 📋 9K - 27% open · ⏱️ 23.03.2023):
git clone https://github.com/python/mypy
-
PyPi (📥 14M / month · 📦 8.1K · ⏱️ 14.11.2022):
pip install mypy
-
Conda (📥 2.8M · ⏱️ 07.03.2023):
conda install -c conda-forge mypy
pylint (🥇43 · ⭐ 4.6K) - Its not just a linter that annoys you!. ❗️GPL-2.0
-
GitHub (👨💻 520 · 🔀 990 · 📦 350K · 📋 4.9K - 15% open · ⏱️ 22.03.2023):
git clone https://github.com/PyCQA/pylint
-
PyPi (📥 14M / month · 📦 22K · ⏱️ 22.01.2023):
pip install pylint
-
Conda (📥 3.8M · ⏱️ 22.03.2023):
conda install -c conda-forge pylint
flake8 (🥇42 · ⭐ 2.7K · 📈) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
-
GitHub (👨💻 170 · 🔀 280 · 📦 440K · 📋 1.5K - 1% open · ⏱️ 14.03.2023):
git clone https://github.com/PyCQA/flake8
-
PyPi (📥 24M / month · 📦 44K · ⏱️ 23.11.2022):
pip install flake8
-
Conda (📥 5.8M · ⏱️ 25.11.2022):
conda install -c conda-forge flake8
pyright (🥇37 · ⭐ 9.9K) - Static Type Checker for Python. MIT
-
GitHub (👨💻 91 · 🔀 900 · 📥 91 · 📦 470 · 📋 3.8K - 0% open · ⏱️ 23.03.2023):
git clone https://github.com/Microsoft/pyright
-
npm (📥 500K / month · 📦 10 · ⏱️ 22.03.2023):
npm install pyright
pycodestyle (🥇37 · ⭐ 4.8K) - Simple Python style checker in one Python file. ❗️Saxpath
-
GitHub (👨💻 130 · 🔀 700 · 📦 320K · 📋 710 - 16% open · ⏱️ 13.12.2022):
git clone https://github.com/PyCQA/pycodestyle
-
PyPi (📥 30M / month · 📦 12K · ⏱️ 23.11.2022):
pip install pycodestyle
-
Conda (📥 6M · ⏱️ 24.11.2022):
conda install -c conda-forge pycodestyle
pyflakes (🥈35 · ⭐ 1.2K) - A simple program which checks Python source files for errors. MIT
-
GitHub (👨💻 84 · 🔀 170 · 📦 210K · 📋 500 - 11% open · ⏱️ 31.01.2023):
git clone https://github.com/PyCQA/pyflakes
-
PyPi (📥 22M / month · 📦 14K · ⏱️ 24.11.2022):
pip install pyflakes
-
Conda (📥 5.8M · ⏱️ 24.11.2022):
conda install -c conda-forge pyflakes
wemake-python-styleguide (🥈34 · ⭐ 2.2K) - The strictest and most opinionated python linter ever!. MIT
-
GitHub (👨💻 180 · 🔀 360 · 📦 14K · 📋 1.1K - 10% open · ⏱️ 23.03.2023):
git clone https://github.com/wemake-services/wemake-python-styleguide
-
PyPi (📥 240K / month · 📦 50 · ⏱️ 27.09.2022):
pip install wemake-python-styleguide
pyre-check (🥈33 · ⭐ 6.3K) - Performant type-checking for python. MIT
-
GitHub (👨💻 240 · 🔀 410 · 📋 370 - 36% open · ⏱️ 23.03.2023):
git clone https://github.com/facebook/pyre-check
-
PyPi (📥 58K / month · 📦 39 · ⏱️ 08.11.2022):
pip install pyre-check
pydocstyle (🥈33 · ⭐ 1K) - docstring style checker. MIT
-
GitHub (👨💻 89 · 🔀 190 · 📥 60 · 📦 53K · 📋 330 - 33% open · ⏱️ 17.01.2023):
git clone https://github.com/PyCQA/pydocstyle
-
PyPi (📥 3.2M / month · 📦 2.7K · ⏱️ 17.01.2023):
pip install pydocstyle
-
Conda (📥 1.3M · ⏱️ 17.01.2023):
conda install -c conda-forge pydocstyle
parso (🥈33 · ⭐ 530) - A Python Parser. MIT
-
GitHub (👨💻 46 · 🔀 89 · 📦 280K · 📋 110 - 7% open · ⏱️ 14.02.2023):
git clone https://github.com/davidhalter/parso
-
PyPi (📥 18M / month · 📦 6K · ⏱️ 30.11.2021):
pip install parso
-
Conda (📥 13M · ⏱️ 01.12.2021):
conda install -c conda-forge parso
pytype (🥈32 · ⭐ 4.2K) - A static type analyzer for Python code. Apache-2
-
GitHub (👨💻 90 · 🔀 270 · 📋 600 - 19% open · ⏱️ 21.03.2023):
git clone https://github.com/google/pytype
-
PyPi (📥 310K / month · 📦 120 · ⏱️ 31.01.2023):
pip install pytype
-
Conda (📥 150K · ⏱️ 14.03.2023):
conda install -c conda-forge pytype
flake8-bugbear (🥈31 · ⭐ 920) - A plugin for Flake8 finding likely bugs and design problems.. MIT
-
GitHub (👨💻 73 · 🔀 89 · 📦 31K · 📋 180 - 24% open · ⏱️ 17.03.2023):
git clone https://github.com/PyCQA/flake8-bugbear
-
PyPi (📥 1.8M / month · 📦 360 · ⏱️ 20.01.2023):
pip install flake8-bugbear
-
Conda (📥 680K · ⏱️ 13.03.2023):
conda install -c conda-forge flake8-bugbear
pylint-django (🥈28 · ⭐ 550) - Pylint plugin for improving code analysis for when.. ❗️GPL-2.0
-
GitHub (👨💻 67 · 🔀 120 · 📥 220 · 📦 25K · 📋 220 - 26% open · ⏱️ 31.01.2023):
git clone https://github.com/PyCQA/pylint-django
-
PyPi (📥 1M / month · 📦 1.2K · ⏱️ 25.03.2022):
pip install pylint-django
-
Conda (📥 140K · ⏱️ 07.04.2022):
conda install -c conda-forge pylint-django
hacking (🥈28 · ⭐ 230 · 💤) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
-
GitHub (👨💻 180 · 🔀 65 · ⏱️ 10.06.2022):
git clone https://github.com/openstack/hacking
-
PyPi (📥 260K / month · 📦 4.4K · ⏱️ 06.10.2022):
pip install hacking
flake8-quotes (🥈28 · ⭐ 160) - Flake8 extension for checking quotes in python. MIT
-
GitHub (👨💻 32 · 🔀 36 · 📦 18K · 📋 49 - 12% open · ⏱️ 19.12.2022):
git clone https://github.com/zheller/flake8-quotes
-
PyPi (📥 680K / month · 📦 860 · ⏱️ 19.12.2022):
pip install flake8-quotes
-
Conda (📥 670K · ⏱️ 20.12.2022):
conda install -c conda-forge flake8-quotes
beartype (🥉27 · ⭐ 1.6K) - Unbearably fast near-real-time runtime type-checking in pure Python. MIT
-
GitHub (👨💻 15 · 🔀 32 · 📋 170 - 23% open · ⏱️ 22.03.2023):
git clone https://github.com/beartype/beartype
-
PyPi (📥 140K / month · 📦 86 · ⏱️ 17.01.2023):
pip install beartype
-
Conda (📥 39K · ⏱️ 31.01.2023):
conda install -c conda-forge beartype
pylama (🥉27 · ⭐ 980 · 💤) - Code audit tool for python. MIT
-
GitHub (👨💻 48 · 🔀 99 · 📦 5.7K · 📋 140 - 33% open · ⏱️ 08.08.2022):
git clone https://github.com/klen/pylama
-
PyPi (📥 190K / month · 📦 610 · ⏱️ 08.08.2022):
pip install pylama
flake8-isort (🥉27 · ⭐ 140) - flake8 plugin that integrates isort. ❗️GPL-2.0
-
GitHub (👨💻 37 · 🔀 90 · 📦 21K · 📋 57 - 15% open · ⏱️ 22.12.2022):
git clone https://github.com/gforcada/flake8-isort
-
PyPi (📥 950K / month · 📦 650 · ⏱️ 22.12.2022):
pip install flake8-isort
-
Conda (📥 33K · ⏱️ 23.12.2022):
conda install -c conda-forge flake8-isort
mypy-protobuf (🥉26 · ⭐ 550) - open source tools to generate mypy stubs from protobufs. Apache-2
-
GitHub (👨💻 36 · 🔀 70 · 📋 120 - 7% open · ⏱️ 13.03.2023):
git clone https://github.com/dropbox/mypy-protobuf
-
PyPi (📥 1.2M / month · 📦 64 · ⏱️ 20.10.2022):
pip install mypy-protobuf
-
Conda (📥 88K · ⏱️ 24.08.2022):
conda install -c conda-forge mypy-protobuf
flake8-comprehensions (🥉26 · ⭐ 420) - A flake8 plugin to help you write better.. MIT
-
GitHub (👨💻 14 · 🔀 20 · 📋 52 - 7% open · ⏱️ 21.03.2023):
git clone https://github.com/adamchainz/flake8-comprehensions
-
PyPi (📥 960K / month · 📦 680 · ⏱️ 29.10.2022):
pip install flake8-comprehensions
-
Conda (📥 700K · ⏱️ 21.03.2023):
conda install -c conda-forge flake8-comprehensions
flake8-black (🥉26 · ⭐ 150) - flake8 plugin to run black for checking Python coding style. MIT
-
GitHub (👨💻 10 · 🔀 12 · 📦 6.5K · 📋 29 - 20% open · ⏱️ 06.02.2023):
git clone https://github.com/peterjc/flake8-black
-
PyPi (📥 780K / month · 📦 190 · ⏱️ 20.12.2022):
pip install flake8-black
-
Conda (📥 430K · ⏱️ 21.11.2022):
conda install -c conda-forge flake8-black
flake8-eradicate (🥉25 · ⭐ 290) - Flake8 plugin to find commented out or dead code. MIT
-
GitHub (👨💻 16 · 🔀 11 · 📦 16K · 📋 46 - 34% open · ⏱️ 27.12.2022):
git clone https://github.com/wemake-services/flake8-eradicate
-
PyPi (📥 530K / month · 📦 93 · ⏱️ 20.09.2022):
pip install flake8-eradicate
-
Conda (📥 6.8K · ⏱️ 26.09.2022):
conda install -c conda-forge flake8-eradicate
check-manifest (🥉25 · ⭐ 280) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
-
GitHub (👨💻 22 · 🔀 37 · 📦 8.9K · 📋 94 - 19% open · ⏱️ 11.12.2022):
git clone https://github.com/mgedmin/check-manifest
-
PyPi (📥 220K / month · 📦 2.9K · ⏱️ 05.12.2022):
pip install check-manifest
-
Conda (📥 81K · ⏱️ 05.12.2022):
conda install -c conda-forge check-manifest
flake8-import-order (🥉25 · ⭐ 270) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0
-
GitHub (👨💻 46 · 🔀 70 · 📋 100 - 10% open · ⏱️ 10.12.2022):
git clone https://github.com/PyCQA/flake8-import-order
-
PyPi (📥 350K / month · 📦 1.2K · ⏱️ 26.11.2022):
pip install flake8-import-order
-
Conda (📥 230K · ⏱️ 28.11.2022):
conda install -c conda-forge flake8-import-order
flake8-builtins (🥉25 · ⭐ 100) - Check for python builtins being used as variables or.. ❗️GPL-2.0
-
GitHub (👨💻 17 · 🔀 21 · 📦 8.6K · 📋 44 - 4% open · ⏱️ 22.12.2022):
git clone https://github.com/gforcada/flake8-builtins
-
PyPi (📥 710K / month · 📦 410 · ⏱️ 22.12.2022):
pip install flake8-builtins
-
Conda (📥 190K · ⏱️ 23.12.2022):
conda install -c conda-forge flake8-builtins
Fixit (🥉23 · ⭐ 380) - Fixit is a Python Lint Framework based on LibCST. It comes with useful.. MIT
-
GitHub (👨💻 33 · 🔀 47 · 📦 34 · 📋 66 - 48% open · ⏱️ 18.03.2023):
git clone https://github.com/Instagram/Fixit
-
PyPi (📥 19K / month · 📦 2 · ⏱️ 30.07.2021):
pip install fixit
nitpick (🥉23 · ⭐ 330) - Enforce the same settings on multiple projects. MIT
-
GitHub (👨💻 15 · 🔀 20 · 📥 4 · 📦 1.2K · 📋 120 - 37% open · ⏱️ 11.10.2022):
git clone https://github.com/andreoliwa/nitpick
-
PyPi (📥 16K / month · 📦 16 · ⏱️ 27.03.2022):
pip install nitpick
flake8-simplify (🥉21 · ⭐ 150) - A flake8 plugin that helps you to simplify code. MIT
-
GitHub (👨💻 11 · 🔀 13 · 📋 110 - 35% open · ⏱️ 19.11.2022):
git clone https://github.com/MartinThoma/flake8-simplify
-
PyPi (📥 350K / month · 📦 46 · ⏱️ 28.07.2022):
pip install flake8-simplify
-
Conda (📥 23K · ⏱️ 29.07.2022):
conda install -c conda-forge flake8-simplify
flake8-bandit (🥉20 · ⭐ 100 · 💤) - Automated security testing using bandit and flake8. MIT
-
GitHub (👨💻 12 · 🔀 26 · 📋 27 - 40% open · ⏱️ 29.08.2022):
git clone https://github.com/tylerwince/flake8-bandit
-
PyPi (📥 520K / month · 📦 140 · ⏱️ 29.08.2022):
pip install flake8-bandit
pylint-flask (🥉19 · ⭐ 62 · 💤) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0
-
GitHub (👨💻 7 · 🔀 9 · 📦 7.2K · 📋 11 - 45% open · ⏱️ 19.07.2022):
git clone https://github.com/jschaf/pylint-flask
-
PyPi (📥 320K / month · 📦 360 · ⏱️ 30.01.2019):
pip install pylint-flask
-
Conda (📥 85K · ⏱️ 02.02.2019):
conda install -c conda-forge pylint-flask
imhotep (🥉17 · ⭐ 220 · 💤) - A static-analysis bot for Github. MIT
-
GitHub (👨💻 17 · 🔀 36 · 📦 11 · 📋 46 - 43% open · ⏱️ 12.04.2022):
git clone https://github.com/justinabrahms/imhotep
-
PyPi (📥 55 / month · 📦 5 · ⏱️ 20.02.2022):
pip install imhotep
linty_fresh (🥉13 · ⭐ 180) - Surface lint errors during code review. Apache-2
mypy
-
GitHub (👨💻 18 · 🔀 21 · 📋 9 - 88% open · ⏱️ 13.12.2022):
git clone https://github.com/lyft/linty_fresh
-
PyPi (📥 35 / month · ⏱️ 12.12.2018):
pip install linty-fresh
Show 11 hidden projects...
- pep8-naming (🥈29 · ⭐ 430) - Naming Convention checker for Python.
❗️Saxpath
- coala (🥈28 · ⭐ 3.4K · 💀) - coala provides a unified command-line interface for linting and..
❗️AGPL-3.0
- darglint (🥈28 · ⭐ 470 · 💀) - A python documentation linter which checks that the docstring..
MIT
- data-science-types (🥉25 · ⭐ 190 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas..
Apache-2
- flake8-commas (🥉24 · ⭐ 130 · 💀) - Flake8 extension for enforcing trailing commas in python.
MIT
- pandas-vet (🥉22 · ⭐ 150 · 💀) - A plugin for Flake8 that checks pandas code.
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
- bellybutton (🥉16 · ⭐ 250 · 💀) - Custom Python linting through AST expressions.
MIT
- yala (🥉16 · ⭐ 14) - Yet Another Linter Aggregator.
MIT
- pycycle (🥉15 · ⭐ 310 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT
Code Formatters
black (🥇45 · ⭐ 32K) - The uncompromising Python code formatter. MIT
-
GitHub (👨💻 360 · 🔀 2K · 📥 27K · 📦 350K · 📋 2.3K - 17% open · ⏱️ 19.03.2023):
git clone https://github.com/psf/black
-
PyPi (📥 20M / month · 📦 11K · ⏱️ 28.06.2022):
pip install black
-
Conda (📥 6.7M · ⏱️ 01.02.2023):
conda install -c conda-forge black
isort (🥈42 · ⭐ 5.7K) - A Python utility / library to sort imports. MIT
-
GitHub (👨💻 280 · 🔀 520 · 📦 370K · 📋 1.2K - 11% open · ⏱️ 22.03.2023):
git clone https://github.com/PyCQA/isort
-
PyPi (📥 26M / month · 📦 17K · ⏱️ 30.01.2023):
pip install isort
-
Conda (📥 4.5M · ⏱️ 01.02.2023):
conda install -c conda-forge isort
yapf (🥈39 · ⭐ 13K) - A formatter for Python files. Apache-2
-
GitHub (👨💻 140 · 🔀 890 · 📦 72K · 📋 790 - 48% open · ⏱️ 24.02.2023):
git clone https://github.com/google/yapf
-
PyPi (📥 3.8M / month · 📦 2.3K · ⏱️ 21.02.2023):
pip install yapf
-
Conda (📥 1.3M · ⏱️ 06.01.2022):
conda install -c conda-forge yapf
autopep8 (🥉37 · ⭐ 4.3K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
-
GitHub (👨💻 57 · 🔀 280 · 📦 170K · 📋 460 - 24% open · ⏱️ 19.03.2023):
git clone https://github.com/hhatto/autopep8
-
PyPi (📥 3.4M / month · 📦 5.8K · ⏱️ 15.12.2022):
pip install autopep8
-
Conda (📥 1M · ⏱️ 03.03.2023):
conda install -c conda-forge autopep8
docformatter (🥉28 · ⭐ 380) - Formats docstrings to follow PEP 257. MIT
-
GitHub (👨💻 26 · 🔀 48 · 📦 2.7K · 📋 92 - 22% open · ⏱️ 03.03.2023):
git clone https://github.com/myint/docformatter
-
PyPi (📥 340K / month · 📦 130 · ⏱️ 16.12.2022):
pip install docformatter
-
Conda (📥 53K · ⏱️ 19.12.2022):
conda install -c conda-forge docformatter
autoimport (🥉19 · ⭐ 69) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0
-
GitHub (👨💻 13 · 🔀 21 · 📦 100 · 📋 38 - 21% open · ⏱️ 08.02.2023):
git clone https://github.com/lyz-code/autoimport
-
PyPi (📥 7K / month · 📦 5 · ⏱️ 08.02.2023):
pip install autoimport
Show 1 hidden projects...
- pyformat (🥉19 · ⭐ 90 · 💀) - Formats Python code to follow a consistent style.
❗️Saxpath
Code Refactoring
jedi (🥇41 · ⭐ 5.4K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
-
GitHub (👨💻 160 · 🔀 490 · 📦 280K · 📋 1.3K - 3% open · ⏱️ 21.03.2023):
git clone https://github.com/davidhalter/jedi
-
PyPi (📥 19M / month · 📦 8.4K · ⏱️ 21.11.2022):
pip install jedi
-
Conda (📥 15M · ⏱️ 22.11.2022):
conda install -c conda-forge jedi
rope (🥇36 · ⭐ 1.6K) - a python refactoring library. ❗️LGPL-3.0
-
GitHub (👨💻 78 · 🔀 160 · 📦 60K · 📋 290 - 24% open · ⏱️ 06.03.2023):
git clone https://github.com/python-rope/rope
-
PyPi (📥 700K / month · 📦 1.6K · ⏱️ 17.01.2023):
pip install rope
-
Conda (📥 1.1M · ⏱️ 29.01.2023):
conda install -c conda-forge rope
vulture (🥈31 · ⭐ 2.4K) - Find dead Python code. MIT
-
GitHub (👨💻 35 · 🔀 110 · 📦 3.6K · 📋 180 - 7% open · ⏱️ 27.02.2023):
git clone https://github.com/jendrikseipp/vulture
-
PyPi (📥 410K / month · 📦 220 · ⏱️ 09.01.2023):
pip install vulture
-
Conda (📥 67K · ⏱️ 09.01.2023):
conda install -c conda-forge vulture
pyupgrade (🥈30 · ⭐ 2.5K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
-
GitHub (👨💻 34 · 🔀 150 · 📋 360 - 3% open · ⏱️ 14.03.2023):
git clone https://github.com/asottile/pyupgrade
-
PyPi (📥 390K / month · 📦 60 · ⏱️ 06.12.2022):
pip install pyupgrade
-
Conda (📥 510K · ⏱️ 07.12.2022):
conda install -c conda-forge pyupgrade
autoflake (🥈28 · ⭐ 730) - Removes unused imports and unused variables as reported by pyflakes. MIT
-
GitHub (👨💻 36 · 🔀 69 · 📋 100 - 33% open · ⏱️ 21.03.2023):
git clone https://github.com/myint/autoflake
-
PyPi (📥 1.4M / month · 📦 680 · ⏱️ 31.01.2023):
pip install autoflake
-
Conda (📥 460K · ⏱️ 14.10.2022):
conda install -c conda-forge autoflake
MonkeyType (🥈26 · ⭐ 4.2K) - A Python library that generates static type annotations by.. BSD-3
-
GitHub (👨💻 45 · 🔀 150 · 📋 160 - 20% open · ⏱️ 20.03.2023):
git clone https://github.com/Instagram/MonkeyType
-
PyPi (📥 51K / month · 📦 26 · ⏱️ 18.02.2022):
pip install monkeytype
-
Conda (📥 48K · ⏱️ 20.03.2023):
conda install -c conda-forge monkeytype
Bowler (🥉23 · ⭐ 1.5K) - Safe code refactoring for modern Python. MIT
-
GitHub (👨💻 27 · 🔀 90 · 📋 80 - 57% open · ⏱️ 20.01.2023):
git clone https://github.com/facebookincubator/Bowler
-
PyPi (📥 91K / month · 📦 7 · ⏱️ 17.09.2020):
pip install bowler
-
Conda (📥 15K · ⏱️ 12.06.2019):
conda install -c conda-forge bowler
add-trailing-comma (🥉22 · ⭐ 280) - A tool (and pre-commit hook) to automatically add trailing.. MIT
-
GitHub (👨💻 11 · 🔀 20 · ⏱️ 14.03.2023):
git clone https://github.com/asottile/add-trailing-comma
-
PyPi (📥 22K / month · 📦 14 · ⏱️ 12.12.2022):
pip install add-trailing-comma
unimport (🥉20 · ⭐ 190) - A linter, formatter for finding and removing unused import statements. MIT
-
GitHub (👨💻 14 · 🔀 19 · 📋 100 - 12% open · ⏱️ 04.02.2023):
git clone https://github.com/hakancelik96/unimport
-
PyPi (📥 12K / month · 📦 3 · ⏱️ 29.01.2022):
pip install unimport
com2ann (🥉16 · ⭐ 130 · 💤) - Tool for translation type comments to type annotations in Python. MIT
-
GitHub (👨💻 5 · 🔀 9 · 📦 34 · 📋 26 - 30% open · ⏱️ 19.07.2022):
git clone https://github.com/ilevkivskyi/com2ann
-
PyPi (📥 11K / month · 📦 1 · ⏱️ 21.08.2021):
pip install com2ann
retype (🥉15 · ⭐ 130 · 💤) - Re-apply type annotations from .pyi stubs to your codebase. MIT
-
GitHub (👨💻 9 · 🔀 19 · ⏱️ 14.08.2022):
git clone https://github.com/ambv/retype
-
PyPi (📥 770 / month · 📦 18 · ⏱️ 14.08.2022):
pip install retype
-
Conda (📥 21K · ⏱️ 15.08.2022):
conda install -c conda-forge retype
Show 7 hidden projects...
- eradicate (🥈26 · ⭐ 170) - Removes commented-out code from Python files.
❗️Saxpath
- redbaron (🥉24 · ⭐ 660 · 💀) - Bottom-up approach to refactoring in python.
❗️LGPL-3.0
- baron (🥉23 · ⭐ 280 · 💀) - 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 (🥉20 · ⭐ 81 · 💀) - 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
- massedit (🥉15 · ⭐ 110 · 💀) - Programmatically edit text files with Python. Useful for source to..
MIT
Code Security
bandit (🥇37 · ⭐ 5.1K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
-
GitHub (👨💻 160 · 🔀 510 · 📥 640 · 📦 40K · 📋 630 - 29% open · ⏱️ 13.03.2023):
git clone https://github.com/PyCQA/bandit
-
PyPi (📥 3.2M / month · 📦 1.7K · ⏱️ 04.03.2022):
pip install bandit
-
Conda (📥 220K · ⏱️ 11.03.2023):
conda install -c conda-forge bandit
sqlmap (🥈32 · ⭐ 26K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0
-
GitHub (👨💻 120 · 🔀 5.2K · 📋 4.9K - 1% open · ⏱️ 20.03.2023):
git clone https://github.com/sqlmapproject/sqlmap
-
PyPi (📥 7.2K / month · 📦 6 · ⏱️ 03.06.2022):
pip install sqlmap
safety (🥉30 · ⭐ 1.5K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
-
GitHub (👨💻 41 · 🔀 120 · 📥 300K · 📦 11 · 📋 170 - 32% open · ⏱️ 26.02.2023):
git clone https://github.com/pyupio/safety
-
PyPi (📥 1.1M / month · 📦 390 · ⏱️ 08.12.2022):
pip install safety
-
Conda (📥 56K · ⏱️ 09.12.2022):
conda install -c conda-forge safety
detect-secrets (🥉29 · ⭐ 2.8K) - An enterprise friendly way of detecting and preventing.. Apache-2
-
GitHub (👨💻 70 · 🔀 360 · 📋 310 - 39% open · ⏱️ 22.12.2022):
git clone https://github.com/Yelp/detect-secrets
-
PyPi (📥 380K / month · 📦 33 · ⏱️ 04.10.2022):
pip install detect-secrets
dlint (🥉21 · ⭐ 140) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
-
GitHub (👨💻 16 · 🔀 15 · 📋 45 - 53% open · ⏱️ 09.03.2023):
git clone https://github.com/dlint-py/dlint
-
PyPi (📥 220K / month · 📦 50 · ⏱️ 09.08.2022):
pip install dlint
-
Conda (📥 2K · ⏱️ 15.02.2023):
conda install -c conda-forge dlint
Show 3 hidden projects...
- pyarmor (🥈32 · ⭐ 2.1K) - A tool used to obfuscate python scripts, bind obfuscated scripts..
❗️SGI-B-2.0
- pyt (🥉23 · ⭐ 2.1K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in..
❗️GPL-2.0
- dodgy (🥉20 · ⭐ 110 · 💀) - Looks at Python code to search for things which look dodgy such as..
MIT
Virtual Environments
pipenv (🥇44 · ⭐ 24K) - Python Development Workflow for Humans. MIT
-
GitHub (👨💻 460 · 🔀 1.8K · 📦 70K · 📋 3.9K - 4% open · ⏱️ 20.03.2023):
git clone https://github.com/pypa/pipenv
-
PyPi (📥 6.6M / month · 📦 1.3K · ⏱️ 19.12.2022):
pip install pipenv
-
Conda (📥 93K · ⏱️ 20.03.2023):
conda install -c conda-forge pipenv
virtualenv (🥈41 · ⭐ 4.4K) - Virtual Python Environment builder. MIT
-
GitHub (👨💻 250 · 🔀 980 · 📦 240K · 📋 1.3K - 6% open · ⏱️ 23.03.2023):
git clone https://github.com/pypa/virtualenv
-
PyPi (📥 47M / month · 📦 18K · ⏱️ 28.02.2023):
pip install virtualenv
-
Conda (📥 3.9M · ⏱️ 13.03.2023):
conda install -c conda-forge virtualenv
pyenv (🥈33 · ⭐ 31K) - Simple Python version management. MIT
-
GitHub (👨💻 410 · 🔀 2.7K · 📋 1.6K - 1% open · ⏱️ 23.03.2023):
git clone https://github.com/pyenv/pyenv
-
PyPi (📥 12K / month · 📦 1 · ⏱️ 12.01.2019):
pip install pyenv
nodeenv (🥈33 · ⭐ 1.5K) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
-
GitHub (👨💻 89 · 🔀 170 · 📦 41K · 📋 180 - 26% open · ⏱️ 19.03.2023):
git clone https://github.com/ekalinin/nodeenv
-
PyPi (📥 10M / month · 📦 920 · ⏱️ 25.06.2022):
pip install nodeenv
-
Conda (📥 2.2M · ⏱️ 25.06.2022):
conda install -c conda-forge nodeenv
pyenv-virtualenv (🥉21 · ⭐ 5.4K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
dh-virtualenv (🥉17 · ⭐ 1.6K) - Python virtualenvs in Debian packages. ❗️GPL-2.0
pyenv-installer (🥉16 · ⭐ 3.6K) - This tool is used to install `pyenv` and friends. MIT
freshenv (🥉15 · ⭐ 160) - Provision, share, manage local and cloud developer environments. MPL-2.0
-
GitHub (👨💻 3 · 🔀 3 · 📋 5 - 40% open · ⏱️ 06.11.2022):
git clone https://github.com/raiyanyahya/freshenv
-
PyPi (📥 240 / month · ⏱️ 06.11.2022):
pip install freshenv
-
Conda:
conda install -c raiyanyahya freshenv
Show 2 hidden projects...
- vex (🥉18 · ⭐ 370 · 💀) - Run a command in the named virtualenv.
MIT
- pipenv-pipes (🥉12 · ⭐ 130 · 💀) - A PipEnv Environment Switcher.
MIT
Dependency & Package Managers
pip (🥇46 · ⭐ 8.6K) - The Python package installer. MIT
-
GitHub (👨💻 720 · 🔀 2.9K · 📦 130K · 📋 6.8K - 14% open · ⏱️ 22.03.2023):
git clone https://github.com/pypa/pip
-
PyPi (📥 150M / month · 📦 11K · ⏱️ 17.02.2023):
pip install pip
-
Conda (📥 71M · ⏱️ 17.02.2023):
conda install -c conda-forge pip
conda (🥇41 · ⭐ 5.3K · 📈) - A system-level, binary package and environment manager running on all.. BSD-3
-
GitHub (👨💻 420 · 🔀 1.3K · 📋 9.1K - 9% open · ⏱️ 23.03.2023):
git clone https://github.com/conda/conda
-
PyPi (📥 180K / month · 📦 1.1K · ⏱️ 22.04.2017):
pip install conda
-
Conda (📥 40M · ⏱️ 24.02.2023):
conda install -c conda-forge conda
poetry (🥈40 · ⭐ 24K) - Python packaging and dependency management made easy. MIT
-
GitHub (👨💻 440 · 🔀 1.9K · 📥 15M · 📋 4.9K - 14% open · ⏱️ 23.03.2023):
git clone https://github.com/python-poetry/poetry
-
PyPi (📥 12M / month · 📦 240 · ⏱️ 10.01.2023):
pip install poetry
-
Conda (📥 800K · ⏱️ 20.03.2023):
conda install -c conda-forge poetry
pip-tools (🥈36 · ⭐ 6.7K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
-
GitHub (👨💻 190 · 🔀 570 · 📋 920 - 14% open · ⏱️ 15.03.2023):
git clone https://github.com/jazzband/pip-tools
-
PyPi (📥 9.7M / month · 📦 2.2K · ⏱️ 31.01.2023):
pip install pip-tools
-
Conda (📥 77K · ⏱️ 01.03.2023):
conda install -c conda-forge pip-tools
pipx (🥈33 · ⭐ 6.2K) - Install and Run Python Applications in Isolated Environments. MIT
-
GitHub (👨💻 88 · 🔀 280 · 📥 80 · 📦 1.1K · 📋 540 - 23% open · ⏱️ 13.03.2023):
git clone https://github.com/pypa/pipx
-
PyPi (📥 580K / month · 📦 12 · ⏱️ 28.05.2022):
pip install pipx
-
Conda (📥 20K · ⏱️ 13.03.2023):
conda install -c conda-forge pipx
PDM (🥉32 · ⭐ 4.2K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
-
GitHub (👨💻 100 · 🔀 210 · 📥 3 · 📦 95 · 📋 990 - 4% open · ⏱️ 23.03.2023):
git clone https://github.com/pdm-project/pdm
-
PyPi (📥 140K / month · 📦 21 · ⏱️ 02.03.2023):
pip install pdm
-
Conda (📥 94K · ⏱️ 16.03.2023):
conda install -c conda-forge pdm
pipreqs (🥉31 · ⭐ 5K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
-
GitHub (👨💻 53 · 🔀 330 · 📦 17K · 📋 260 - 62% open · ⏱️ 14.01.2023):
git clone https://github.com/bndr/pipreqs
-
PyPi (📥 1.7M / month · 📦 360 · ⏱️ 23.10.2021):
pip install pipreqs
-
Conda (📥 34K · ⏱️ 08.04.2022):
conda install -c conda-forge pipreqs
mamba (🥉28 · ⭐ 4.4K) - The Fast Cross-Platform Package Manager. BSD-3
-
GitHub (👨💻 120 · 🔀 260 · 📋 1.3K - 37% open · ⏱️ 23.03.2023):
git clone https://github.com/mamba-org/mamba
-
Conda (📥 6.8M · ⏱️ 23.03.2023):
conda install -c conda-forge mamba
pyflow (🥉23 · ⭐ 1.2K · 💤) - An installation and dependency system for Python. MIT
-
GitHub (👨💻 28 · 🔀 45 · 📥 5.3K · 📦 42 · 📋 130 - 45% open · ⏱️ 11.03.2022):
git clone https://github.com/David-OConnor/pyflow
-
PyPi (📥 220 / month · 📦 1 · ⏱️ 02.07.2021):
pip install pyflow
pip-run (🥉20 · ⭐ 81) - pip-run - dynamic dependency loader for Python. MIT
-
GitHub (👨💻 14 · 🔀 13 · 📋 55 - 5% open · ⏱️ 23.02.2023):
git clone https://github.com/jaraco/pip-run
-
PyPi (📥 3.2K / month · 📦 3 · ⏱️ 23.01.2023):
pip install pip-run
Show 1 hidden projects...
- dephell (🥉25 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,..
MIT
Code Metrics & Complexity
prospector (🥇34 · ⭐ 1.8K) - Inspects Python source files and provides information about.. ❗️GPL-2.0
-
GitHub (👨💻 87 · 🔀 160 · 📦 4.1K · 📋 350 - 14% open · ⏱️ 07.03.2023):
git clone https://github.com/PyCQA/prospector
-
PyPi (📥 620K / month · 📦 730 · ⏱️ 10.01.2023):
pip install prospector
-
Conda (📥 63K · ⏱️ 10.03.2022):
conda install -c conda-forge prospector
mccabe (🥈30 · ⭐ 550) - McCabe complexity checker for Python. ❗️Saxpath
-
GitHub (👨💻 22 · 🔀 51 · 📦 350K · 📋 52 - 25% open · ⏱️ 23.03.2023):
git clone https://github.com/PyCQA/mccabe
-
PyPi (📥 29M / month · 📦 16K · ⏱️ 24.01.2022):
pip install mccabe
-
Conda (📥 6.3M · ⏱️ 24.01.2022):
conda install -c conda-forge mccabe
radon (🥈29 · ⭐ 1.4K) - Various code metrics for Python code. MIT
-
GitHub (👨💻 52 · 🔀 100 · 📦 3.8K · 📋 170 - 15% open · ⏱️ 03.09.2022):
git clone https://github.com/rubik/radon
-
PyPi (📥 430K / month · 📦 630 · ⏱️ 08.08.2021):
pip install radon
-
Conda (📥 55K · ⏱️ 07.09.2021):
conda install -c conda-forge radon
wily (🥉26 · ⭐ 1K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
-
GitHub (👨💻 23 · 🔀 56 · 📦 170 · 📋 88 - 34% open · ⏱️ 13.03.2023):
git clone https://github.com/tonybaloney/wily
-
PyPi (📥 15K / month · 📦 10 · ⏱️ 20.10.2022):
pip install wily
cohesion (🥉18 · ⭐ 190) - A tool for measuring Python class cohesion. ❗️GPL-3.0
-
GitHub (👨💻 3 · 🔀 4 · 📋 16 - 25% open · ⏱️ 08.03.2023):
git clone https://github.com/mschwager/cohesion
-
PyPi (📥 13K / month · 📦 12 · ⏱️ 10.07.2019):
pip install cohesion
-
Conda (📥 1.1K · ⏱️ 08.03.2023):
conda install -c conda-forge cohesion
Show 1 hidden projects...
- xenon (🥉22 · ⭐ 220 · 💀) - Monitoring tool based on radon.
MIT
Logging
rich (🥇43 · ⭐ 43K · 📈) - Rich is a Python library for rich text and beautiful formatting in the.. MIT
-
GitHub (👨💻 220 · 🔀 1.5K · 📦 74K · 📋 1.1K - 9% open · ⏱️ 21.03.2023):
git clone https://github.com/Textualize/rich
-
PyPi (📥 23M / month · 📦 3.8K · ⏱️ 28.01.2023):
pip install rich
-
Conda (📥 3.3M · ⏱️ 04.03.2023):
conda install -c conda-forge rich
tqdm (🥇43 · ⭐ 24K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
-
GitHub (👨💻 110 · 🔀 1.2K · 📥 11K · 📦 430K · 📋 990 - 43% open · ⏱️ 03.03.2023):
git clone https://github.com/tqdm/tqdm
-
PyPi (📥 58M / month · 📦 25K · ⏱️ 03.03.2023):
pip install tqdm
-
Conda (📥 18M · ⏱️ 04.03.2023):
conda install -c conda-forge tqdm
-
Docker Hub (📥 4.1K · ⭐ 2 · ⏱️ 18.03.2023):
docker pull tqdm/tqdm
sentry-sdk (🥇39 · ⭐ 1.5K) - The official Python SDK for Sentry.io. MIT
-
GitHub (👨💻 160 · 🔀 350 · 📥 3.8K · 📦 41K · 📋 860 - 21% open · ⏱️ 22.03.2023):
git clone https://github.com/getsentry/sentry-python
-
PyPi (📥 22M / month · 📦 310 · ⏱️ 23.01.2023):
pip install sentry-sdk
-
Conda (📥 370K · ⏱️ 16.03.2023):
conda install -c conda-forge sentry-sdk
loguru (🥈36 · ⭐ 14K) - Python logging made (stupidly) simple. MIT
-
GitHub (👨💻 42 · 🔀 590 · 📦 48K · 📋 730 - 11% open · ⏱️ 03.03.2023):
git clone https://github.com/Delgan/loguru
-
PyPi (📥 8.2M / month · 📦 2.3K · ⏱️ 20.09.2020):
pip install loguru
-
Conda (📥 1M · ⏱️ 26.10.2022):
conda install -c conda-forge loguru
tabulate (🥈35 · ⭐ 1.6K) - Pretty-print tabular data in Python, a library and a command-line.. MIT
-
GitHub (👨💻 83 · 🔀 120 · 📦 110K · 📋 190 - 38% open · ⏱️ 08.11.2022):
git clone https://github.com/astanin/python-tabulate
-
PyPi (📥 48M / month · 📦 7.3K · ⏱️ 06.10.2022):
pip install tabulate
-
Conda (📥 4.5M · ⏱️ 07.10.2022):
conda install -c conda-forge tabulate
python-json-logger (🥈35 · ⭐ 1.5K) - Json Formatter for the standard python logger. BSD-2
-
GitHub (👨💻 63 · 🔀 200 · 📦 43K · 📋 93 - 4% open · ⏱️ 28.02.2023):
git clone https://github.com/madzak/python-json-logger
-
PyPi (📥 14M / month · 📦 800 · ⏱️ 11.07.2022):
pip install python-json-logger
-
Conda (📥 2.8M · ⏱️ 22.02.2023):
conda install -c conda-forge python-json-logger
progressbar2 (🥈34 · ⭐ 810) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
-
GitHub (👨💻 42 · 🔀 95 · 📥 1.8K · 📦 27K · 📋 210 - 4% open · ⏱️ 18.03.2023):
git clone https://github.com/WoLpH/python-progressbar
-
PyPi (📥 19M / month · 📦 1.6K · ⏱️ 01.11.2022):
pip install progressbar2
-
Conda (📥 790K · ⏱️ 27.10.2022):
conda install -c conda-forge progressbar2
colorlog (🥉30 · ⭐ 790 · 💤) - A colored formatter for the python logging module. MIT
-
GitHub (👨💻 30 · 🔀 84 · 📦 23K · 📋 76 - 3% open · ⏱️ 29.08.2022):
git clone https://github.com/borntyping/python-colorlog
-
PyPi (📥 7.8M / month · 📦 2.6K · ⏱️ 29.08.2022):
pip install colorlog
-
Conda (📥 1.4M · ⏱️ 26.10.2022):
conda install -c conda-forge colorlog
alive-progress (🥉29 · ⭐ 4.2K · 📉) - A new kind of Progress Bar, with real-time throughput, ETA,.. MIT
-
GitHub (👨💻 7 · 🔀 170 · 📦 1.7K · 📋 180 - 9% open · ⏱️ 01.01.2023):
git clone https://github.com/rsalmei/alive-progress
-
PyPi (📥 280K / month · 📦 120 · ⏱️ 02.01.2023):
pip install alive-progress
-
Conda (📥 27K · ⏱️ 02.01.2023):
conda install -c conda-forge alive-progress
wasabi (🥉29 · ⭐ 380) - A lightweight console printing and formatting toolkit. MIT
-
GitHub (👨💻 12 · 🔀 26 · 📦 26K · 📋 9 - 44% open · ⏱️ 30.01.2023):
git clone https://github.com/ines/wasabi
-
PyPi (📥 4.3M / month · 📦 300 · ⏱️ 16.01.2023):
pip install wasabi
-
Conda (📥 1M · ⏱️ 23.01.2023):
conda install -c conda-forge wasabi
notifiers (🥉27 · ⭐ 2.4K · 💤) - The easy way to send notifications. MIT
-
GitHub (👨💻 19 · 🔀 93 · 📦 530 · 📋 110 - 38% open · ⏱️ 14.07.2022):
git clone https://github.com/liiight/notifiers
-
PyPi (📥 490K / month · 📦 22 · ⏱️ 10.02.2022):
pip install notifiers
-
Conda (📥 30K · ⏱️ 07.09.2022):
conda install -c conda-forge notifiers
stackprinter (🥉25 · ⭐ 1.2K) - Debugging-friendly exceptions for Python. MIT
-
GitHub (👨💻 7 · 🔀 35 · 📦 240 · 📋 28 - 25% open · ⏱️ 20.02.2023):
git clone https://github.com/cknd/stackprinter
-
PyPi (📥 420K / month · 📦 26 · ⏱️ 24.11.2022):
pip install stackprinter
-
Conda (📥 4.8K · ⏱️ 31.10.2020):
conda install -c conda-forge stackprinter
better-exceptions (🥉24 · ⭐ 4.3K) - Pretty and useful exceptions in Python, automatically. MIT
-
GitHub (👨💻 17 · 🔀 200 · 📋 76 - 39% open · ⏱️ 05.01.2023):
git clone https://github.com/Qix-/better-exceptions
-
PyPi (📥 110K / month · 📦 73 · ⏱️ 29.01.2021):
pip install better-exceptions
python-devtools (🥉21 · ⭐ 660) - Dev tools for python. MIT
-
GitHub (👨💻 11 · 🔀 33 · 📦 1.4K · 📋 49 - 22% open · ⏱️ 06.02.2023):
git clone https://github.com/samuelcolvin/python-devtools
-
PyPi (📥 340 / month · 📦 1 · ⏱️ 21.08.2017):
pip install python-devtools
-
Conda (📥 12K · ⏱️ 28.11.2022):
conda install -c conda-forge python-devtools
Show 7 hidden projects...
- structlog (🥈34 · ⭐ 2.4K) - Simple, powerful, and fast logging for Python.
❗Unlicensed
- logbook (🥈31 · ⭐ 1.4K · 💀) - A cool logging replacement for Python.
BSD-3
- prettytable (🥈31 · ⭐ 990) - Display tabular data in a visually appealing ASCII table..
❗️BSD-1-Clause
- python-coloredlogs (🥉29 · ⭐ 500 · 💀) - Colored terminal output for Pythons logging module.
MIT
- rebound (🥉26 · ⭐ 4K · 💀) - Command-line tool that instantly fetches Stack Overflow results when an..
MIT
- PrettyErrors (🥉22 · ⭐ 2.6K · 💀) - Prettify Python exception output to make it legible.
MIT
- tbvaccine (🥉16 · ⭐ 370 · 💀) - A small utility to pretty-print Python tracebacks.
MIT
Shell
xxh (🥉22 · ⭐ 4.3K · ➕) - Bring your favorite shell wherever you go through the ssh. BSD-2
-
GitHub (👨💻 23 · 🔀 88 · 📥 1.4K · 📦 70 · 📋 77 - 24% open · ⏱️ 22.02.2023):
git clone https://github.com/xxh/xxh
-
PyPi (📥 580 / month · ⏱️ 29.09.2022):
pip install xxh-xxh
Show 1 hidden projects...
Documentation
🔗 best-of-mkdocs ( ⭐ 180) - Collection of MkDocs projects and plugins.
sphinx (🥇45 · ⭐ 5.3K · 📈) - The Sphinx documentation generator. BSD-3
-
GitHub (👨💻 770 · 🔀 1.9K · 📦 290K · 📋 6.5K - 18% open · ⏱️ 23.03.2023):
git clone https://github.com/sphinx-doc/sphinx
-
PyPi (📥 9.7M / month · 📦 62K · ⏱️ 10.01.2023):
pip install sphinx
-
Conda (📥 7.2M · ⏱️ 12.01.2023):
conda install -c conda-forge sphinx
mkdocs-material (🥇42 · ⭐ 13K) - Documentation that simply works. MIT
-
GitHub (👨💻 200 · 🔀 2.8K · 📦 30K · 📋 1.8K - 1% open · ⏱️ 23.03.2023):
git clone https://github.com/squidfunk/mkdocs-material
-
PyPi (📥 2.4M / month · 📦 620 · ⏱️ 08.11.2022):
pip install mkdocs-material
-
Conda (📥 220K · ⏱️ 15.03.2023):
conda install -c conda-forge mkdocs-material
mkdocs (🥇40 · ⭐ 16K) - Project documentation with Markdown. BSD-2
-
GitHub (👨💻 220 · 🔀 2.2K · 📦 41K · 📋 1.8K - 8% open · ⏱️ 06.11.2022):
git clone https://github.com/mkdocs/mkdocs
-
PyPi (📥 1.5M / month · 📦 4.2K · ⏱️ 01.11.2022):
pip install mkdocs
-
Conda (📥 240K · ⏱️ 12.11.2022):
conda install -c conda-forge mkdocs
sphinx_rtd_theme (🥈38 · ⭐ 4.3K) - Sphinx theme for readthedocs.org. MIT
-
GitHub (👨💻 110 · 🔀 1.7K · 📦 16 · 📋 820 - 28% open · ⏱️ 07.02.2023):
git clone https://github.com/readthedocs/sphinx_rtd_theme
-
PyPi (📥 3.5M / month · 📦 7.3K · ⏱️ 18.01.2023):
pip install sphinx_rtd_theme
-
Conda (📥 3.2M · ⏱️ 12.02.2023):
conda install -c conda-forge sphinx_rtd_theme
numpydoc (🥈35 · ⭐ 23K) - Numpys Sphinx extensions. BSD-3
-
GitHub (👨💻 76 · 🔀 7.8K · 📦 37K · 📋 200 - 37% open · ⏱️ 14.03.2023):
git clone https://github.com/numpy/numpydoc
-
PyPi (📥 470K / month · 📦 4.6K · ⏱️ 08.10.2022):
pip install numpydoc
-
Conda (📥 1.7M · ⏱️ 09.10.2022):
conda install -c conda-forge numpydoc
alabaster (🥈35 · ⭐ 680) - Lightweight, configurable Sphinx theme. BSD-3
-
GitHub (👨💻 29 · 🔀 180 · 📦 91K · 📋 120 - 53% open · ⏱️ 05.03.2023):
git clone https://github.com/bitprophet/alabaster
-
PyPi (📥 6.7M / month · 📦 7.7K · ⏱️ 13.01.2023):
pip install alabaster
-
Conda (📥 5.7M · ⏱️ 13.01.2023):
conda install -c conda-forge alabaster
pdoc (🥈33 · ⭐ 1.5K) - API Documentation for Python Projects. Unlicense
-
GitHub (👨💻 49 · 🔀 170 · 📦 1.6K · 📋 310 - 5% open · ⏱️ 21.03.2023):
git clone https://github.com/mitmproxy/pdoc
-
PyPi (📥 100K / month · 📦 260 · ⏱️ 06.01.2023):
pip install pdoc
breathe (🥈33 · ⭐ 660) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
-
GitHub (👨💻 110 · 🔀 180 · 📥 470 · 📦 9.1K · 📋 530 - 27% open · ⏱️ 28.02.2023):
git clone https://github.com/michaeljones/breathe
-
PyPi (📥 300K / month · 📦 1K · ⏱️ 20.06.2022):
pip install breathe
-
Conda (📥 440K · ⏱️ 01.03.2023):
conda install -c conda-forge breathe
mkdocstrings (🥈31 · ⭐ 1.2K) - Automatic documentation from sources, for MkDocs. ISC
-
GitHub (👨💻 36 · 🔀 92 · 📦 7K · 📋 320 - 16% open · ⏱️ 07.03.2023):
git clone https://github.com/mkdocstrings/mkdocstrings
-
PyPi (📥 360K / month · 📦 530 · ⏱️ 19.01.2023):
pip install mkdocstrings
-
Conda (📥 52K · ⏱️ 20.01.2023):
conda install -c conda-forge mkdocstrings
sphinx-autodoc-typehints (🥈31 · ⭐ 480) - Type hints support for the Sphinx autodoc extension. MIT
-
GitHub (👨💻 50 · 🔀 92 · 📦 33K · 📋 160 - 14% open · ⏱️ 21.03.2023):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
-
PyPi (📥 1.4M / month · 📦 1.5K · ⏱️ 30.01.2023):
pip install sphinx-autodoc-typehints
-
Conda (📥 460K · ⏱️ 25.01.2023):
conda install -c conda-forge sphinx-autodoc-typehints
sphinx-autobuild (🥈27 · ⭐ 450) - Watch a Sphinx directory and rebuild the documentation.. MIT
-
GitHub (👨💻 24 · 🔀 58 · 📦 17K · 📋 74 - 28% open · ⏱️ 09.02.2023):
git clone https://github.com/executablebooks/sphinx-autobuild
-
PyPi (📥 400K / month · 📦 2.7K · ⏱️ 14.03.2021):
pip install sphinx-autobuild
-
Conda (📥 160K · ⏱️ 14.03.2021):
conda install -c conda-forge sphinx-autobuild
interrogate (🥉26 · ⭐ 470 · 💤) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
-
GitHub (👨💻 12 · 🔀 34 · 📦 3.8K · 📋 50 - 46% open · ⏱️ 29.07.2022):
git clone https://github.com/econchick/interrogate
-
PyPi (📥 220K / month · 📦 89 · ⏱️ 10.09.2021):
pip install interrogate
releases (🥉26 · ⭐ 170) - A powerful Sphinx changelog-generating extension. BSD-2
-
GitHub (👨💻 10 · 🔀 40 · 📦 560 · 📋 74 - 37% open · ⏱️ 25.02.2023):
git clone https://github.com/bitprophet/releases
-
PyPi (📥 13K / month · 📦 370 · ⏱️ 02.01.2023):
pip install releases
-
Conda (📥 48K · ⏱️ 19.10.2021):
conda install -c conda-forge sphinx-releases
pdoc3 (🥉25 · ⭐ 950) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0
-
GitHub (👨💻 58 · 🔀 140 · 📦 3.1K · 📋 320 - 36% open · ⏱️ 21.12.2022):
git clone https://github.com/pdoc3/pdoc
-
PyPi (📥 300K / month · 📦 220 · ⏱️ 03.08.2021):
pip install pdoc3
-
Conda (📥 1.1K · ⏱️ 30.11.2020):
conda install -c anaconda pdoc3
Griffe (🥉25 · ⭐ 140) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
-
GitHub (👨💻 15 · 🔀 20 · 📦 1.5K · 📋 110 - 19% open · ⏱️ 19.03.2023):
git clone https://github.com/mkdocstrings/griffe
-
PyPi (📥 320K / month · 📦 19 · ⏱️ 16.02.2023):
pip install griffe
-
Conda (📥 94K · ⏱️ 17.02.2023):
conda install -c conda-forge griffe
portray (🥉24 · ⭐ 830) - Your Project with Great Documentation. MIT
-
GitHub (👨💻 20 · 🔀 71 · 📦 790 · 📋 63 - 50% open · ⏱️ 03.01.2023):
git clone https://github.com/timothycrosley/portray
-
PyPi (📥 20K / month · 📦 18 · ⏱️ 19.12.2022):
pip install portray
blacken-docs (🥉24 · ⭐ 490) - Run `black` on python code blocks in documentation files. MIT
-
GitHub (👨💻 16 · 🔀 36 · 📋 66 - 18% open · ⏱️ 15.03.2023):
git clone https://github.com/asottile/blacken-docs
-
PyPi (📥 89K / month · 📦 19 · ⏱️ 16.01.2023):
pip install blacken-docs
-
Conda (📥 27K · ⏱️ 16.01.2023):
conda install -c conda-forge blacken-docs
mkdocs-awesome-pages-plugin (🥉24 · ⭐ 300) - An MkDocs plugin that simplifies configuring page.. MIT
-
GitHub (👨💻 5 · 🔀 27 · 📦 2.3K · 📋 55 - 18% open · ⏱️ 15.03.2023):
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
-
PyPi (📥 92K / month · 📦 83 · ⏱️ 24.07.2022):
pip install mkdocs-awesome-pages-plugin
mkdocs-print-site-plugin (🥉20 · ⭐ 71) - MkDocs Plugin that adds an additional page that.. MIT
-
GitHub (👨💻 4 · 🔀 11 · 📦 200 · 📋 74 - 9% open · ⏱️ 07.12.2022):
git clone https://github.com/timvink/mkdocs-print-site-plugin
-
PyPi (📥 11K / month · 📦 3 · ⏱️ 01.06.2022):
pip install mkdocs-print-site-plugin
lazydocs (🥉19 · ⭐ 130 · 💤) - Generate markdown API documentation from Google-style Python.. MIT
-
GitHub (👨💻 9 · 🔀 26 · 📦 140 · 📋 25 - 20% open · ⏱️ 19.05.2022):
git clone https://github.com/ml-tooling/lazydocs
-
PyPi (📥 6.1K / month · 📦 19 · ⏱️ 27.07.2021):
pip install lazydocs
mkdocs-git-revision-date-plugin (🥉19 · ⭐ 51 · 💤) - MkDocs plugin for setting revision date from git per.. MIT
-
GitHub (👨💻 7 · 🔀 6 · 📦 1.3K · 📋 13 - 30% open · ⏱️ 08.03.2022):
git clone https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin
-
PyPi (📥 40K / month · 📦 23 · ⏱️ 08.03.2022):
pip install mkdocs-git-revision-date-plugin
Show 7 hidden projects...
Debugging Tools
typeguard (🥇34 · ⭐ 1.1K) - Run-time type checker for Python. MIT
-
GitHub (👨💻 25 · 🔀 84 · 📦 13K · 📋 240 - 5% open · ⏱️ 22.03.2023):
git clone https://github.com/agronholm/typeguard
-
PyPi (📥 7.5M / month · 📦 1.3K · ⏱️ 01.03.2023):
pip install typeguard
-
Conda (📥 220K · ⏱️ 23.03.2023):
conda install -c conda-forge typeguard
pudb (🥇33 · ⭐ 2.6K) - Full-screen console debugger for Python. MIT
-
GitHub (👨💻 91 · 🔀 220 · 📦 4.5K · 📋 320 - 48% open · ⏱️ 13.03.2023):
git clone https://github.com/inducer/pudb
-
PyPi (📥 230K / month · 📦 750 · ⏱️ 03.11.2022):
pip install pudb
-
Conda (📥 200K · ⏱️ 04.11.2022):
conda install -c conda-forge pudb
ipdb (🥈32 · ⭐ 1.7K) - Integration of IPython pdb. BSD-3
-
GitHub (👨💻 56 · 🔀 150 · 📦 43K · 📋 180 - 31% open · ⏱️ 13.03.2023):
git clone https://github.com/gotcha/ipdb
-
PyPi (📥 2.4M / month · 📦 8.9K · ⏱️ 13.12.2022):
pip install ipdb
-
Conda (📥 340K · ⏱️ 24.12.2022):
conda install -c conda-forge ipdb
pyelftools (🥈30 · ⭐ 1.6K) - Parsing ELF and DWARF in Python. Unlicense
-
GitHub (👨💻 89 · 🔀 460 · 📦 4.9K · 📋 210 - 32% open · ⏱️ 21.03.2023):
git clone https://github.com/eliben/pyelftools
-
PyPi (📥 2.2M / month · 📦 530 · ⏱️ 10.08.2022):
pip install pyelftools
-
Conda (📥 120K · ⏱️ 29.10.2022):
conda install -c conda-forge pyelftools
gdbgui (🥈29 · ⭐ 9.1K · 💤) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. ❗️GPL-3.0
-
GitHub (👨💻 40 · 🔀 530 · 📥 13K · 📦 260 · 📋 310 - 46% open · ⏱️ 22.06.2022):
git clone https://github.com/cs01/gdbgui
-
PyPi (📥 110K / month · 📦 3 · ⏱️ 22.06.2022):
pip install gdbgui
PySnooper (🥈28 · ⭐ 16K) - Never use print for debugging again. MIT
-
GitHub (👨💻 27 · 🔀 920 · 📋 120 - 17% open · ⏱️ 03.01.2023):
git clone https://github.com/cool-RR/PySnooper
-
PyPi (📥 240K / month · 📦 48 · ⏱️ 02.04.2022):
pip install pysnooper
-
Conda (📥 60K · ⏱️ 04.04.2022):
conda install -c conda-forge pysnooper
pdbpp (🥉27 · ⭐ 1.1K · 💤) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
-
GitHub (👨💻 41 · 🔀 58 · 📦 4.6K · 📋 220 - 42% open · ⏱️ 14.07.2022):
git clone https://github.com/pdbpp/pdbpp
-
PyPi (📥 260K / month · 📦 610 · ⏱️ 09.07.2021):
pip install pdbpp
-
Conda (📥 92K · ⏱️ 11.07.2021):
conda install -c conda-forge pdbpp
icecream (🥉26 · ⭐ 6.7K) - Never use print() to debug again. MIT
-
GitHub (👨💻 21 · 🔀 140 · 📋 110 - 35% open · ⏱️ 04.12.2022):
git clone https://github.com/gruns/icecream
-
PyPi (📥 250K / month · 📦 91 · ⏱️ 21.07.2022):
pip install icecream
-
Conda (📥 12K · ⏱️ 21.07.2022):
conda install -c conda-forge icecream
pyrasite (🥉23 · ⭐ 2.7K) - Inject code into running Python processes. ❗️GPL-3.0
-
GitHub (👨💻 23 · 🔀 200 · 📦 47 · 📋 55 - 70% open · ⏱️ 03.03.2023):
git clone https://github.com/lmacken/pyrasite
-
PyPi (📥 32K / month · 📦 6 · ⏱️ 09.05.2012):
pip install pyrasite
snoop (🥉22 · ⭐ 910) - A powerful set of Python debugging tools, based on PySnooper. MIT
-
GitHub (👨💻 22 · 🔀 31 · 📋 48 - 45% open · ⏱️ 22.12.2022):
git clone https://github.com/alexmojaki/snoop
-
PyPi (📥 40K / month · 📦 13 · ⏱️ 22.12.2022):
pip install snoop
-
Conda (📥 2.8K · ⏱️ 22.12.2022):
conda install -c conda-forge snoop
python-hunter (🥉21 · ⭐ 720) - Hunter is a flexible code tracing toolkit. BSD-2
-
GitHub (👨💻 9 · 🔀 42 · 📦 120 · 📋 93 - 44% open · ⏱️ 29.10.2022):
git clone https://github.com/ionelmc/python-hunter
-
PyPi (📥 6.9K / month · 📦 21 · ⏱️ 27.09.2022):
pip install hunter
-
Conda (📥 30K · ⏱️ 01.11.2022):
conda install -c conda-forge hunter
Birdseye (🥉20 · ⭐ 1.5K · 💤) - Graphical Python debugger which lets you easily view the values of.. MIT
-
GitHub (👨💻 10 · 🔀 74 · 📋 54 - 37% open · ⏱️ 18.05.2022):
git clone https://github.com/alexmojaki/birdseye
-
PyPi (📥 1.5K / month · 📦 4 · ⏱️ 18.05.2022):
pip install birdseye
python-manhole (🥉20 · ⭐ 340) - Debugging manhole for python applications. BSD-2
-
GitHub (👨💻 11 · 🔀 20 · 📦 240 · 📋 22 - 31% open · ⏱️ 17.12.2022):
git clone https://github.com/ionelmc/python-manhole
-
PyPi (📥 12K / month · 📦 38 · ⏱️ 08.04.2021):
pip install manhole
-
Conda (📥 11K · ⏱️ 02.11.2022):
conda install -c conda-forge manhole
reloadium (🥉19 · ⭐ 2.3K) - Advanced Hot Reloading & Profiling for Python. Apache-2
-
GitHub (👨💻 2 · 🔀 40 · 📋 84 - 8% open · ⏱️ 22.03.2023):
git clone https://github.com/reloadware/reloadium
-
PyPi (📥 3.7K / month · ⏱️ 25.01.2023):
pip install reloadium
Testing Tools
🔗 best-of-web-python - Testing ( ⭐ 1.8K) - Testing libraries & tools for python web frameworks.
🔗 unittest - Unittest is a test framework included in the Python standard library.
pytest (🥇47 · ⭐ 9.9K) - The pytest framework makes it easy to write small tests, yet scales.. MIT
-
GitHub (👨💻 860 · 🔀 2.3K · 📦 850K · 📋 5.3K - 16% open · ⏱️ 18.03.2023):
git clone https://github.com/pytest-dev/pytest
-
PyPi (📥 60M / month · 📦 13K · ⏱️ 14.01.2023):
pip install pytest
-
Conda (📥 19M · ⏱️ 03.03.2023):
conda install -c conda-forge pytest
robotframework (🥇41 · ⭐ 7.9K) - Generic automation framework for acceptance testing and RPA. Apache-2
-
GitHub (👨💻 180 · 🔀 2.1K · 📥 540 · 📦 7.3K · 📋 4.1K - 7% open · ⏱️ 22.03.2023):
git clone https://github.com/robotframework/robotframework
-
PyPi (📥 1.8M / month · 📦 1.1K · ⏱️ 09.01.2023):
pip install robotframework
-
Conda (📥 120K · ⏱️ 12.01.2023):
conda install -c conda-forge robotframework
hypothesis (🥇41 · ⭐ 6.6K) - Hypothesis is a powerful, flexible, and easy to use library for.. MPL-2.0
-
GitHub (👨💻 300 · 🔀 550 · 📦 20K · 📋 1.4K - 4% open · ⏱️ 16.03.2023):
git clone https://github.com/HypothesisWorks/hypothesis
-
PyPi (📥 4.8M / month · 📦 2.2K · ⏱️ 27.01.2023):
pip install hypothesis
-
Conda (📥 7.3M · ⏱️ 16.03.2023):
conda install -c conda-forge hypothesis
tox (🥇40 · ⭐ 3.2K) - Command line driven CI frontend and development task automation tool. MIT
-
GitHub (👨💻 270 · 🔀 460 · 📦 94K · 📋 1.6K - 4% open · ⏱️ 17.03.2023):
git clone https://github.com/tox-dev/tox
-
PyPi (📥 18M / month · 📦 22K · ⏱️ 21.02.2023):
pip install tox
-
Conda (📥 650K · ⏱️ 18.01.2023):
conda install -c conda-forge tox
playwright-python (🥇35 · ⭐ 8.3K) - Python version of the Playwright testing and automation.. Apache-2
-
GitHub (👨💻 31 · 🔀 690 · 📦 5.3K · 📋 970 - 3% open · ⏱️ 22.03.2023):
git clone https://github.com/microsoft/playwright-python
-
PyPi (📥 1.2M / month · 📦 160 · ⏱️ 25.01.2023):
pip install playwright
pytest-xdist (🥇35 · ⭐ 1.1K) - pytest plugin for distributed testing and loop-on-failures.. MIT
-
GitHub (👨💻 89 · 🔀 190 · 📋 530 - 40% open · ⏱️ 14.03.2023):
git clone https://github.com/pytest-dev/pytest-xdist
-
PyPi (📥 8.6M / month · 📦 5.1K · ⏱️ 03.12.2022):
pip install pytest-xdist
-
Conda (📥 4.4M · ⏱️ 13.03.2023):
conda install -c conda-forge pytest-xdist
freezegun (🥈34 · ⭐ 3.6K) - Let your Python tests travel through time. Apache-2
-
GitHub (👨💻 110 · 🔀 250 · 📋 310 - 42% open · ⏱️ 22.02.2023):
git clone https://github.com/spulec/freezegun
-
PyPi (📥 6.8M / month · 📦 4.6K · ⏱️ 12.08.2022):
pip install freezegun
-
Conda (📥 810K · ⏱️ 12.08.2022):
conda install -c conda-forge freezegun
pytest-mock (🥈34 · ⭐ 1.6K) - Thin-wrapper around the mock package for easier use with pytest. MIT
-
GitHub (👨💻 64 · 🔀 120 · 📦 60K · 📋 130 - 9% open · ⏱️ 14.03.2023):
git clone https://github.com/pytest-dev/pytest-mock
-
PyPi (📥 9.6M / month · 📦 4.9K · ⏱️ 05.10.2022):
pip install pytest-mock
-
Conda (📥 2M · ⏱️ 06.10.2022):
conda install -c conda-forge pytest-mock
pytest-cov (🥈34 · ⭐ 1.4K) - Coverage plugin for pytest. MIT
-
GitHub (👨💻 82 · 🔀 190 · 📦 240K · 📋 360 - 34% open · ⏱️ 28.02.2023):
git clone https://github.com/pytest-dev/pytest-cov
-
PyPi (📥 23M / month · 📦 33K · ⏱️ 28.09.2022):
pip install pytest-cov
-
Conda (📥 7.9M · ⏱️ 29.09.2022):
conda install -c conda-forge pytest-cov
mimesis (🥈33 · ⭐ 3.9K) - Mimesis is a robust fake data generator for Python, which provides data.. MIT
-
GitHub (👨💻 120 · 🔀 310 · 📥 390 · 📦 1.3K · 📋 320 - 5% open · ⏱️ 22.03.2023):
git clone https://github.com/lk-geimfari/mimesis
-
PyPi (📥 130K / month · 📦 61 · ⏱️ 17.12.2022):
pip install mimesis
-
Conda (📥 89K · ⏱️ 18.12.2022):
conda install -c conda-forge mimesis
pytest-bdd (🥈33 · ⭐ 1.1K) - BDD library for the py.test runner. MIT
-
GitHub (👨💻 54 · 🔀 190 · 📦 2.7K · 📋 310 - 39% open · ⏱️ 27.02.2023):
git clone https://github.com/pytest-dev/pytest-bdd
-
PyPi (📥 730K / month · 📦 180 · ⏱️ 08.11.2022):
pip install pytest-bdd
-
Conda (📥 52K · ⏱️ 03.02.2020):
conda install -c conda-forge pytest-bdd
pytest-asyncio (🥈33 · ⭐ 1.1K) - Asyncio support for pytest. Apache-2
-
GitHub (👨💻 41 · 🔀 120 · 📥 72 · 📋 240 - 12% open · ⏱️ 19.03.2023):
git clone https://github.com/pytest-dev/pytest-asyncio
-
PyPi (📥 6M / month · 📦 1K · ⏱️ 08.12.2022):
pip install pytest-asyncio
-
Conda (📥 1.5M · ⏱️ 19.03.2023):
conda install -c conda-forge pytest-asyncio
pytest-html (🥈33 · ⭐ 570 · 📉) - Plugin for generating HTML reports for pytest results. MPL-2.0
-
GitHub (👨💻 47 · 🔀 210 · 📦 31K · 📋 340 - 41% open · ⏱️ 01.12.2022):
git clone https://github.com/pytest-dev/pytest-html
-
PyPi (📥 3.3M / month · 📦 750 · ⏱️ 25.10.2022):
pip install pytest-html
-
Conda (📥 390K · ⏱️ 25.10.2022):
conda install -c conda-forge pytest-html
nose2 (🥈32 · ⭐ 740) - The successor to nose, based on unittest2. BSD-3
-
GitHub (👨💻 74 · 🔀 140 · 📦 23K · 📋 260 - 20% open · ⏱️ 16.03.2023):
git clone https://github.com/nose-devs/nose2
-
PyPi (📥 630K / month · 📦 1.1K · ⏱️ 16.07.2022):
pip install nose2
-
Conda (📥 87K · ⏱️ 02.02.2020):
conda install -c conda-forge nose2
nox (🥈31 · ⭐ 1K) - Flexible test automation for Python. Apache-2
-
GitHub (👨💻 85 · 🔀 130 · 📦 3.7K · 📋 310 - 14% open · ⏱️ 05.03.2023):
git clone https://github.com/theacodes/nox
-
PyPi (📥 1.1M / month · 📦 280 · ⏱️ 21.11.2022):
pip install nox
-
Conda (📥 150K · ⏱️ 01.12.2022):
conda install -c conda-forge nox
factory_boy (🥉30 · ⭐ 3.1K) - A test fixtures replacement for Python. MIT
-
GitHub (👨💻 130 · 🔀 370 · 📋 570 - 33% open · ⏱️ 21.03.2023):
git clone https://github.com/FactoryBoy/factory_boy
-
PyPi (📥 2.6M / month · 📦 810 · ⏱️ 26.10.2021):
pip install factory_boy
-
Conda (📥 120K · ⏱️ 26.10.2021):
conda install -c conda-forge factory_boy
pytest-sugar (🥉30 · ⭐ 1K) - a plugin for py.test that changes the default look and feel.. BSD-3
-
GitHub (👨💻 45 · 🔀 69 · 📦 22K · 📋 110 - 20% open · ⏱️ 11.12.2022):
git clone https://github.com/Teemu/pytest-sugar
-
PyPi (📥 870K / month · 📦 2.6K · ⏱️ 05.11.2022):
pip install pytest-sugar
-
Conda (📥 180K · ⏱️ 05.11.2022):
conda install -c conda-forge pytest-sugar
asv (🥉30 · ⭐ 760) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
-
GitHub (👨💻 72 · 🔀 160 · 📦 910 · 📋 530 - 29% open · ⏱️ 27.02.2023):
git clone https://github.com/airspeed-velocity/asv
-
PyPi (📥 30K / month · 📦 67 · ⏱️ 06.02.2022):
pip install asv
-
Conda (📥 690K · ⏱️ 04.11.2022):
conda install -c conda-forge asv
coveralls-python (🥉30 · ⭐ 510) - Show coverage stats online via coveralls.io. MIT
-
GitHub (👨💻 64 · 🔀 190 · 📦 31K · 📋 170 - 13% open · ⏱️ 25.01.2023):
git clone https://github.com/TheKevJames/coveralls-python
-
PyPi (📥 550K / month · 📦 9.5K · ⏱️ 11.11.2021):
pip install coveralls
-
Conda (📥 880K · ⏱️ 03.08.2022):
conda install -c conda-forge coveralls
pytest-benchmark (🥉29 · ⭐ 1.1K) - py.test fixture for benchmarking code. BSD-2
-
GitHub (👨💻 37 · 🔀 100 · 📦 6.3K · 📋 180 - 51% open · ⏱️ 25.10.2022):
git clone https://github.com/ionelmc/pytest-benchmark
-
PyPi (📥 680K / month · 📦 700 · ⏱️ 25.10.2022):
pip install pytest-benchmark
-
Conda (📥 1.7M · ⏱️ 26.10.2022):
conda install -c conda-forge pytest-benchmark
pytest-testinfra (🥉27 · ⭐ 2.2K) - Testinfra test your infrastructures. Apache-2
-
GitHub (👨💻 120 · 🔀 320 · 📋 330 - 38% open · ⏱️ 11.01.2023):
git clone https://github.com/pytest-dev/pytest-testinfra
-
PyPi (📥 220K / month · 📦 9 · ⏱️ 01.12.2022):
pip install pytest-testinfra
-
Conda (📥 9.2K · ⏱️ 13.12.2022):
conda install -c conda-forge pytest-testinfra
ddt (🥉27 · ⭐ 430 · 💤) - Data-Driven Tests for Python Unittest. MIT
-
GitHub (👨💻 37 · 🔀 110 · 📦 4.9K · 📋 53 - 22% open · ⏱️ 10.08.2022):
git clone https://github.com/datadriventests/ddt
-
PyPi (📥 380K / month · 📦 1.3K · ⏱️ 10.08.2022):
pip install ddt
-
Conda (📥 81K · ⏱️ 22.09.2022):
conda install -c conda-forge ddt
green (🥉26 · ⭐ 760) - Green is a clean, colorful, fast python test runner. MIT
-
GitHub (👨💻 38 · 🔀 78 · 📦 980 · 📋 180 - 2% open · ⏱️ 20.09.2022):
git clone https://github.com/CleanCut/green
-
PyPi (📥 15K / month · 📦 210 · ⏱️ 21.09.2022):
pip install green
-
Conda (📥 120K · ⏱️ 30.10.2022):
conda install -c conda-forge green
pytest-testmon (🥉26 · ⭐ 630 · 📈) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
-
GitHub (👨💻 20 · 🔀 44 · 📦 1.1K · 📋 140 - 22% open · ⏱️ 23.03.2023):
git clone https://github.com/tarpas/pytest-testmon
-
PyPi (📥 130K / month · 📦 3 · ⏱️ 25.01.2023):
pip install pytest-testmon
-
Conda (📥 38K · ⏱️ 03.08.2019):
conda install -c conda-forge pytest-testmon
pytest-randomly (🥉26 · ⭐ 490) - Pytest plugin to randomly order tests and control random.seed. MIT
-
GitHub (👨💻 18 · 🔀 26 · 📋 56 - 10% open · ⏱️ 15.03.2023):
git clone https://github.com/pytest-dev/pytest-randomly
-
PyPi (📥 700K / month · 📦 240 · ⏱️ 11.05.2022):
pip install pytest-randomly
-
Conda (📥 110K · ⏱️ 12.05.2022):
conda install -c conda-forge pytest-randomly
pytest-mypy (🥉26 · ⭐ 220) - Mypy static type checker plugin for Pytest. MIT
-
GitHub (👨💻 16 · 🔀 33 · 📦 3.4K · 📋 61 - 16% open · ⏱️ 18.12.2022):
git clone https://github.com/dbader/pytest-mypy
-
PyPi (📥 270K / month · 📦 430 · ⏱️ 18.12.2022):
pip install pytest-mypy
-
Conda (📥 57K · ⏱️ 24.11.2020):
conda install -c conda-forge pytest-mypy
pytest-plugins (🥉23 · ⭐ 500) - A grab-bag of nifty pytest plugins. MIT
-
GitHub (👨💻 62 · 🔀 68 · 📋 100 - 43% open · ⏱️ 03.11.2022):
git clone https://github.com/man-group/pytest-plugins
-
PyPi (📥 31K / month · 📦 63 · ⏱️ 28.05.2019):
pip install pytest-virtualenv
-
Conda (📥 36K · ⏱️ 18.10.2021):
conda install -c conda-forge pytest-shutil
pytest-datadir (🥉23 · ⭐ 200) - pytest plugin for manipulating test data directories and.. MIT
-
GitHub (👨💻 10 · 🔀 22 · 📦 1.4K · 📋 21 - 42% open · ⏱️ 13.03.2023):
git clone https://github.com/gabrielcnr/pytest-datadir
-
PyPi (📥 180K / month · 📦 90 · ⏱️ 25.10.2022):
pip install pytest-datadir
-
Conda (📥 170K · ⏱️ 25.10.2022):
conda install -c conda-forge pytest-datadir
xdoctest (🥉23 · ⭐ 180) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
-
GitHub (👨💻 8 · 🔀 8 · 📋 43 - 44% open · ⏱️ 30.01.2023):
git clone https://github.com/Erotemic/xdoctest
-
PyPi (📥 110K / month · 📦 120 · ⏱️ 30.01.2023):
pip install xdoctest
-
Conda (📥 120K · ⏱️ 30.01.2023):
conda install -c conda-forge xdoctest
pytest-docker (🥉21 · ⭐ 330) - Docker-based integration tests. MIT
-
GitHub (👨💻 16 · 🔀 60 · 📥 90 · 📋 50 - 34% open · ⏱️ 14.09.2022):
git clone https://github.com/avast/pytest-docker
-
PyPi (📥 110K / month · 📦 34 · ⏱️ 19.09.2022):
pip install pytest-docker
Show 11 hidden projects...
- pyautogui (🥈34 · ⭐ 7.8K · 💀) - A cross-platform GUI automation Python module for human beings...
BSD-3
- nose (🥈33 · ⭐ 1.4K · 💀) - nose is nicer testing for python.
❗️LGPL-2.1+
- PyHamcrest (🥉28 · ⭐ 700) - Hamcrest matchers for Python.
❗Unlicensed
- uiautomator (🥉27 · ⭐ 1.9K · 💀) - Python wrapper of Android uiautomator test tool.
MIT
- pytest-watch (🥉25 · ⭐ 680 · 💀) - Local continuous test runner with pytest and watchdog.
MIT
- Mamba Test Runner (🥉25 · ⭐ 500 · 💀) - The definitive testing tool for Python. Born under the..
MIT
- pytest-lazy-fixture (🥉23 · ⭐ 320 · 💀) - It helps to use fixtures in pytest.mark.parametrize.
MIT
- sixpack (🥉22 · ⭐ 1.7K · 💀) - Sixpack is a language-agnostic a/b-testing framework.
BSD-2
- assertpy (🥉19 · ⭐ 380 · 💀) - Simple assertion library for unit testing in python with a fluent..
BSD-3
- fake2db (🥉18 · ⭐ 2.2K · 💀) - 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 · ⭐ 10K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0
-
GitHub (👨💻 450 · 🔀 1.9K · 📥 740K · 📦 41K · 📋 4.8K - 5% open · ⏱️ 19.03.2023):
git clone https://github.com/pyinstaller/pyinstaller
-
PyPi (📥 1.2M / month · 📦 280 · ⏱️ 04.12.2022):
pip install pyinstaller
-
Conda (📥 410K · ⏱️ 14.03.2023):
conda install -c conda-forge pyinstaller
Nuitka (🥇38 · ⭐ 8.5K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
-
GitHub (👨💻 130 · 🔀 460 · 📦 1.1K · 📋 1.8K - 13% open · ⏱️ 17.03.2023):
git clone https://github.com/Nuitka/Nuitka
-
PyPi (📥 64K / month · 📦 45 · ⏱️ 31.01.2023):
pip install nuitka
-
Conda (📥 460K · ⏱️ 17.03.2023):
conda install -c conda-forge nuitka
packaging (🥈37 · ⭐ 480) - Core utilities for Python packages. Apache-2
-
GitHub (👨💻 87 · 🔀 220 · 📥 680 · 📦 650K · 📋 320 - 22% open · ⏱️ 13.02.2023):
git clone https://github.com/pypa/packaging
-
PyPi (📥 150M / month · 📦 19K · ⏱️ 09.01.2023):
pip install packaging
-
Conda (📥 29M · ⏱️ 12.01.2023):
conda install -c conda-forge packaging
pex (🥈32 · ⭐ 2.3K) - A library and tool for generating .pex (Python EXecutable) files. Apache-2
-
GitHub (👨💻 110 · 🔀 240 · 📥 2.6M · 📋 1K - 14% open · ⏱️ 11.03.2023):
git clone https://github.com/pantsbuild/pex
-
PyPi (📥 950K / month · 📦 140 · ⏱️ 04.03.2023):
pip install pex
cx_Freeze (🥈31 · ⭐ 1K) - Create standalone executables from Python scripts, with the same.. Python-2.0
-
GitHub (👨💻 100 · 🔀 200 · 📋 840 - 7% open · ⏱️ 22.03.2023):
git clone https://github.com/marcelotduarte/cx_Freeze
-
PyPi (📥 86K / month · 📦 43 · ⏱️ 30.01.2023):
pip install cx_freeze
-
Conda (📥 200K · ⏱️ 12.03.2023):
conda install -c conda-forge cx_freeze
briefcase (🥈30 · ⭐ 1.6K) - Tools to support converting a Python project into a standalone.. BSD-3
-
GitHub (👨💻 100 · 🔀 250 · 📥 78 · 📋 560 - 17% open · ⏱️ 22.03.2023):
git clone https://github.com/beeware/briefcase
-
PyPi (📥 4.8K / month · 📦 17 · ⏱️ 30.01.2023):
pip install briefcase
PyOxidizer (🥉29 · ⭐ 4.6K · 📉) - A modern Python application packaging and distribution tool. MPL-2.0
-
GitHub (👨💻 53 · 🔀 200 · 📥 7.2K · 📦 150 · 📋 530 - 57% open · ⏱️ 21.01.2023):
git clone https://github.com/indygreg/PyOxidizer
-
PyPi (📥 5.7K / month · 📦 4 · ⏱️ 02.01.2023):
pip install pyoxidizer
py2app (🥉28 · ⭐ 240) - py2app is a Python setuptools command which will allow you to make.. MIT
-
GitHub (👨💻 31 · 🔀 26 · 📦 4.3K · 📋 460 - 34% open · ⏱️ 04.10.2022):
git clone https://github.com/ronaldoussoren/py2app
-
PyPi (📥 15K / month · 📦 830 · ⏱️ 27.12.2022):
pip install py2app
shiv (🥉24 · ⭐ 1.6K) - shiv is a command line utility for building fully self contained Python.. BSD-2
-
GitHub (👨💻 39 · 🔀 83 · 📥 400 · 📋 120 - 35% open · ⏱️ 04.11.2022):
git clone https://github.com/linkedin/shiv
-
PyPi (📥 19K / month · 📦 12 · ⏱️ 02.11.2022):
pip install shiv
constructor (🥉24 · ⭐ 400) - tool for creating installers from conda packages. BSD-3
-
GitHub (👨💻 65 · 🔀 160 · 📥 230 · 📦 13 · 📋 310 - 11% open · ⏱️ 23.03.2023):
git clone https://github.com/conda/constructor
-
Conda (📥 5.7K · ⏱️ 01.03.2023):
conda install -c anaconda constructor
pynsist (🥉23 · ⭐ 840 · 💤) - Build Windows installers for Python applications. MIT
-
GitHub (👨💻 30 · 🔀 120 · 📦 180 · 📋 170 - 16% open · ⏱️ 21.04.2022):
git clone https://github.com/takluyver/pynsist
-
PyPi (📥 2K / month · 📦 47 · ⏱️ 21.03.2022):
pip install pynsist
py2exe (🥉23 · ⭐ 560) - Create standalone Windows programs from Python code. MIT
-
GitHub (👨💻 17 · 🔀 75 · 📥 12K · 📦 1.7K · 📋 140 - 9% open · ⏱️ 27.01.2023):
git clone https://github.com/py2exe/py2exe
-
PyPi (📥 16K / month · 📦 180 · ⏱️ 05.11.2022):
pip install py2exe
xar (🥉20 · ⭐ 1.5K) - executable archive format. BSD-3
-
GitHub (👨💻 38 · 🔀 52 · 📦 24 · 📋 33 - 24% open · ⏱️ 18.11.2022):
git clone https://github.com/facebookincubator/xar
-
PyPi (📥 260 / month · ⏱️ 02.12.2020):
pip install xar
subpar (🥉13 · ⭐ 550) - Subpar is a utility for creating self-contained python executables. It.. Apache-2
Show 1 hidden projects...
- pyship (🥉10 · ⭐ 32 · 💀) - pyship - ship Python desktop apps to end users.
MIT
Build Tools
setuptools (🥇45 · ⭐ 2K) - Official project repository for the Setuptools build system. MIT
-
GitHub (👨💻 560 · 🔀 990 · 📦 290K · 📋 2.3K - 24% open · ⏱️ 08.03.2023):
git clone https://github.com/pypa/setuptools
-
PyPi (📥 270M / month · 📦 38K · ⏱️ 28.01.2023):
pip install setuptools
-
Conda (📥 73M · ⏱️ 09.03.2023):
conda install -c conda-forge setuptools
invoke (🥇38 · ⭐ 3.9K) - Pythonic task management & command execution. BSD-2
-
GitHub (👨💻 58 · 🔀 340 · 📦 19K · 📋 740 - 47% open · ⏱️ 17.02.2023):
git clone https://github.com/pyinvoke/invoke
-
PyPi (📥 4.9M / month · 📦 2.7K · ⏱️ 16.01.2023):
pip install invoke
-
Conda (📥 880K · ⏱️ 22.01.2023):
conda install -c conda-forge invoke
twine (🥈36 · ⭐ 1.4K · 📉) - Utilities for interacting with PyPI. Apache-2
-
GitHub (👨💻 110 · 🔀 290 · 📦 87K · 📋 450 - 10% open · ⏱️ 03.02.2023):
git clone https://github.com/pypa/twine
-
PyPi (📥 4.2M / month · 📦 14K · ⏱️ 01.12.2022):
pip install twine
-
Conda (📥 710K · ⏱️ 01.12.2022):
conda install -c conda-forge twine
wheel (🥈36 · ⭐ 390) - The official binary distribution format for Python. MIT
-
GitHub (👨💻 71 · 🔀 130 · 📦 200K · 📋 370 - 9% open · ⏱️ 21.03.2023):
git clone https://github.com/pypa/wheel
-
PyPi (📥 160M / month · 📦 36K · ⏱️ 09.11.2022):
pip install wheel
-
Conda (📥 58M · ⏱️ 14.03.2023):
conda install -c conda-forge wheel
buildbot (🥈35 · ⭐ 5K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0
-
GitHub (👨💻 840 · 🔀 1.6K · 📥 30K · 📦 320 · 📋 1.5K - 45% open · ⏱️ 06.03.2023):
git clone https://github.com/buildbot/buildbot
-
PyPi (📥 32K / month · 📦 460 · ⏱️ 04.12.2022):
pip install buildbot
-
Conda (📥 75K · ⏱️ 04.12.2022):
conda install -c conda-forge buildbot
scons (🥈35 · ⭐ 1.6K) - SCons - a software construction tool. MIT
-
GitHub (👨💻 150 · 🔀 280 · 📥 1.2K · 📋 3.4K - 19% open · ⏱️ 21.03.2023):
git clone https://github.com/SCons/scons
-
PyPi (📥 970K / month · 📦 59 · ⏱️ 30.07.2022):
pip install scons
-
Conda (📥 410K · ⏱️ 22.03.2023):
conda install -c conda-forge scons
setuptools_scm (🥉34 · ⭐ 690) - the blessed package to manage your versions by scm tags. MIT
-
GitHub (👨💻 120 · 🔀 190 · 📋 460 - 19% open · ⏱️ 20.03.2023):
git clone https://github.com/pypa/setuptools_scm
-
PyPi (📥 17M / month · 📦 680 · ⏱️ 17.12.2022):
pip install setuptools_scm
-
Conda (📥 1.5M · ⏱️ 17.12.2022):
conda install -c conda-forge setuptools_scm
flit (🥉31 · ⭐ 1.9K) - Simplified packaging of Python modules. BSD-3
-
GitHub (👨💻 63 · 🔀 110 · 📦 1.3K · 📋 390 - 33% open · ⏱️ 21.02.2023):
git clone https://github.com/pypa/flit
-
PyPi (📥 270K / month · 📦 400 · ⏱️ 05.11.2022):
pip install flit
-
Conda (📥 150K · ⏱️ 06.11.2022):
conda install -c conda-forge flit
doit (🥉31 · ⭐ 1.6K) - task management & automation tool. MIT
-
GitHub (👨💻 65 · 🔀 160 · 📦 1.5K · 📋 300 - 27% open · ⏱️ 16.01.2023):
git clone https://github.com/pydoit/doit
-
PyPi (📥 380K / month · 📦 290 · ⏱️ 22.04.2022):
pip install doit
-
Conda (📥 180K · ⏱️ 22.04.2022):
conda install -c conda-forge doit
pybuilder (🥉29 · ⭐ 1.5K) - Software build automation tool for Python. Apache-2
-
GitHub (👨💻 39 · 🔀 250 · 📋 510 - 18% open · ⏱️ 25.02.2023):
git clone https://github.com/pybuilder/pybuilder
-
PyPi (📥 22K / month · 📦 62 · ⏱️ 04.11.2022):
pip install pybuilder
-
Conda (📥 36K · ⏱️ 22.02.2023):
conda install -c conda-forge pybuilder
universal-build (🥉14 · ⭐ 19) - Universal build utilities for containerized build pipelines. MIT
-
GitHub (👨💻 5 · 🔀 8 · 📥 17 · 📦 11 · ⏱️ 15.09.2022):
git clone https://github.com/ml-tooling/universal-build
-
PyPi (📥 260 / month · 📦 5 · ⏱️ 12.12.2020):
pip install universal-build
Show 3 hidden projects...
- buildout (🥉30 · ⭐ 560) - Buildout is a deployment automation tool written in and extended..
❗️ZPL-2.1
- paver (🥉24 · ⭐ 450 · 💀) - Python-based project scripting.
BSD-3
- pynt (🥉18 · ⭐ 160 · 💀) - A pynt of Python build.
MIT
System Monitoring & Profiling
psutil (🥇44 · ⭐ 9.2K) - Cross-platform lib for process and system monitoring in Python. BSD-3
-
GitHub (👨💻 190 · 🔀 1.3K · 📦 280K · 📋 1.6K - 15% open · ⏱️ 18.03.2023):
git clone https://github.com/giampaolo/psutil
-
PyPi (📥 66M / month · 📦 17K · ⏱️ 07.11.2022):
pip install psutil
-
Conda (📥 20M · ⏱️ 08.11.2022):
conda install -c conda-forge psutil
Glances (🥇37 · ⭐ 22K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0
-
GitHub (👨💻 170 · 🔀 1.4K · 📥 1.1K · 📦 610 · 📋 1.6K - 14% open · ⏱️ 23.03.2023):
git clone https://github.com/nicolargo/glances
-
PyPi (📥 280K / month · 📦 50 · ⏱️ 17.01.2023):
pip install glances
-
Conda (📥 190K · ⏱️ 17.01.2023):
conda install -c conda-forge glances
py-spy (🥈32 · ⭐ 9.9K) - Sampling profiler for Python programs. MIT
-
GitHub (👨💻 31 · 🔀 350 · 📥 12K · 📦 2.4K · 📋 300 - 38% open · ⏱️ 09.12.2022):
git clone https://github.com/benfred/py-spy
-
PyPi (📥 1.8M / month · 📦 42 · ⏱️ 07.09.2022):
pip install py-spy
-
Conda (📥 400K · ⏱️ 09.09.2022):
conda install -c conda-forge py-spy
-
Cargo (📥 690 / month · 📦 1 · ⏱️ 07.09.2022):
cargo install py-spy
Scalene (🥈32 · ⭐ 7.5K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
-
GitHub (👨💻 37 · 🔀 250 · 📦 350 · 📋 340 - 36% open · ⏱️ 11.03.2023):
git clone https://github.com/plasma-umass/scalene
-
PyPi (📥 22K / month · 📦 4 · ⏱️ 06.01.2023):
pip install scalene
memray (🥈31 · ⭐ 10K) - Memray is a memory profiler for Python. Apache-2
-
GitHub (👨💻 22 · 🔀 280 · 📦 120 · 📋 96 - 22% open · ⏱️ 15.03.2023):
git clone https://github.com/bloomberg/memray
-
PyPi (📥 80K / month · 📦 11 · ⏱️ 17.01.2023):
pip install memray
-
Conda (📥 24K · ⏱️ 22.02.2023):
conda install -c conda-forge memray
pyinstrument (🥈30 · ⭐ 5.2K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
-
GitHub (👨💻 47 · 🔀 220 · 📦 1.4K · 📋 110 - 14% open · ⏱️ 27.12.2022):
git clone https://github.com/joerick/pyinstrument
-
PyPi (📥 450K / month · 📦 110 · ⏱️ 05.11.2022):
pip install pyinstrument
-
Conda (📥 170K · ⏱️ 05.11.2022):
conda install -c conda-forge pyinstrument
memory-profiler (🥈29 · ⭐ 3.8K) - Monitor Memory usage of Python code. BSD-3
-
GitHub (👨💻 100 · 🔀 370 · 📋 240 - 52% open · ⏱️ 06.12.2022):
git clone https://github.com/pythonprofilers/memory_profiler
-
PyPi (📥 700K / month · 📦 210 · ⏱️ 15.11.2022):
pip install memory_profiler
-
Conda (📥 300K · ⏱️ 16.11.2022):
conda install -c conda-forge memory_profiler
Bpytop (🥉28 · ⭐ 9.3K · 💤) - Linux/OSX/FreeBSD resource monitor. Apache-2
-
GitHub (👨💻 35 · 🔀 360 · 📦 89 · 📋 300 - 23% open · ⏱️ 06.03.2022):
git clone https://github.com/aristocratos/bpytop
-
PyPi (📥 8.2K / month · 📦 1 · ⏱️ 22.12.2021):
pip install bpytop
-
Conda (📥 11K · ⏱️ 22.12.2021):
conda install -c conda-forge bpytop
Diamond (🥉28 · ⭐ 1.7K · 📉) - Diamond is a python daemon that collects system metrics and publishes.. MIT
-
GitHub (👨💻 380 · 🔀 600 · 📦 130 · 📋 300 - 44% open · ⏱️ 29.01.2023):
git clone https://github.com/python-diamond/Diamond
-
PyPi (📥 19K / month · 📦 34 · ⏱️ 25.11.2016):
pip install diamond
Yappi (🥉28 · ⭐ 1.1K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
-
GitHub (👨💻 28 · 🔀 58 · 📦 890 · 📋 71 - 29% open · ⏱️ 25.11.2022):
git clone https://github.com/sumerc/yappi
-
PyPi (📥 1.4M / month · 📦 340 · ⏱️ 31.10.2022):
pip install yappi
-
Conda (📥 140K · ⏱️ 02.11.2022):
conda install -c conda-forge yappi
line_profiler (🥉26 · ⭐ 1.7K) - Line-by-line profiling for Python. BSD-3
-
GitHub (👨💻 39 · 🔀 97 · 📋 82 - 43% open · ⏱️ 06.03.2023):
git clone https://github.com/pyutils/line_profiler
-
PyPi (📥 340K / month · 📦 60 · ⏱️ 09.12.2022):
pip install line_profiler
-
Conda (📥 360K · ⏱️ 09.12.2022):
conda install -c conda-forge line_profiler
pympler (🥉25 · ⭐ 1K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2
-
GitHub (👨💻 29 · 🔀 84 · 📋 110 - 52% open · ⏱️ 24.07.2022):
git clone https://github.com/pympler/pympler
-
PyPi (📥 1.6M / month · 📦 330 · ⏱️ 22.12.2021):
pip install pympler
-
Conda (📥 280K · ⏱️ 24.07.2022):
conda install -c conda-forge pympler
vprof (🥉23 · ⭐ 3.9K · 💤) - Visual profiler for Python. BSD-2
-
GitHub (👨💻 17 · 🔀 170 · 📦 110 · 📋 84 - 32% open · ⏱️ 15.07.2022):
git clone https://github.com/nvdv/vprof
-
PyPi (📥 4.5K / month · 📦 16 · ⏱️ 29.02.2020):
pip install vprof
Show 5 hidden projects...
- memory_profiler (🥉27 · ⭐ 3.8K · 💀) - Monitor Memory usage of Python code.
BSD-3
- Profiling (🥉21 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler.
BSD-3
- heartrate (🥉20 · ⭐ 1.6K · 💀) - Simple real time visualisation of the execution of a Python program.
MIT
- pyheat (🥉18 · ⭐ 760 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!.
MIT
- livepython (🥉12 · ⭐ 2.5K · 💀) - Visually trace Python code in real-time.
MIT
AST Tools
executing (🥇29 · ⭐ 230) - Get information about what a Python frame is currently doing,.. MIT
-
GitHub (👨💻 9 · 🔀 26 · 📦 59K · 📋 34 - 47% open · ⏱️ 27.12.2022):
git clone https://github.com/alexmojaki/executing
-
PyPi (📥 9.3M / month · 📦 120 · ⏱️ 29.10.2022):
pip install executing
-
Conda (📥 6M · ⏱️ 01.11.2022):
conda install -c conda-forge executing
typed_ast (🥈28 · ⭐ 220) - Modified fork of CPythons ast module that parses `# type:` comments. Apache-2
-
GitHub (👨💻 26 · 🔀 55 · 📋 87 - 1% open · ⏱️ 08.10.2022):
git clone https://github.com/python/typed_ast
-
PyPi (📥 9.8M / month · 📦 5.5K · ⏱️ 21.05.2022):
pip install typed_ast
-
Conda (📥 5.9M · ⏱️ 29.10.2022):
conda install -c conda-forge typed-ast
gast (🥈28 · ⭐ 130) - Python AST that abstracts the underlying Python version. BSD-3
-
GitHub (👨💻 10 · 🔀 26 · 📦 110K · ⏱️ 28.02.2023):
git clone https://github.com/serge-sans-paille/gast
-
PyPi (📥 15M / month · 📦 1.9K · ⏱️ 13.11.2021):
pip install gast
-
Conda (📥 2.1M · ⏱️ 15.11.2021):
conda install -c conda-forge gast
astor (🥉27 · ⭐ 710) - Python AST read/write. BSD-3
-
GitHub (👨💻 33 · 🔀 94 · 📋 120 - 33% open · ⏱️ 31.12.2022):
git clone https://github.com/berkerpeksag/astor
-
PyPi (📥 6.6M / month · 📦 2.2K · ⏱️ 10.12.2019):
pip install astor
-
Conda (📥 1.9M · ⏱️ 01.07.2020):
conda install -c conda-forge astor
asteval (🥉24 · ⭐ 150) - minimalistic evaluator of python expression using ast module. MIT
-
GitHub (👨💻 24 · 🔀 36 · 📋 61 - 8% open · ⏱️ 21.03.2023):
git clone https://github.com/newville/asteval
-
PyPi (📥 210K / month · 📦 170 · ⏱️ 07.11.2022):
pip install asteval
-
Conda (📥 260K · ⏱️ 24.02.2023):
conda install -c conda-forge asteval
Show 1 hidden projects...
Others
pre-commit (🥇41 · ⭐ 10K) - A framework for managing and maintaining multi-language pre-commit.. MIT
-
GitHub (👨💻 150 · 🔀 710 · 📥 360K · 📦 120K · 📋 1.7K - 1% open · ⏱️ 17.03.2023):
git clone https://github.com/pre-commit/pre-commit
-
PyPi (📥 10M / month · 📦 5K · ⏱️ 29.01.2023):
pip install pre-commit
-
Conda (📥 2.7M · ⏱️ 18.03.2023):
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.
License