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 810K 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
pylint (🥇43 · ⭐ 4.7K) - Its not just a linter that annoys you!. ❗️GPL-2.0
-
GitHub (👨💻 520 · 🔀 970 · 📦 360K · 📋 4.9K - 14% open · ⏱️ 03.05.2023):
git clone https://github.com/PyCQA/pylint
-
PyPi (📥 13M / month):
pip install pylint
-
Conda (📥 4M · ⏱️ 24.04.2023):
conda install -c conda-forge pylint
pyright (🥇37 · ⭐ 10K) - Static Type Checker for Python. MIT
-
GitHub (👨💻 92 · 🔀 1K · 📥 280 · 📦 500 · 📋 4K - 0% open · ⏱️ 03.05.2023):
git clone https://github.com/Microsoft/pyright
-
npm (📥 520K / month · 📦 10 · ⏱️ 03.05.2023):
npm install pyright
pycodestyle (🥇35 · ⭐ 4.8K) - Simple Python style checker in one Python file. ❗️Saxpath
-
GitHub (👨💻 130 · 🔀 700 · 📦 330K · 📋 710 - 16% open · ⏱️ 25.04.2023):
git clone https://github.com/PyCQA/pycodestyle
-
PyPi (📥 28M / month · 📦 12K · ⏱️ 23.11.2022):
pip install pycodestyle
-
Conda (📥 6.3M · ⏱️ 24.11.2022):
conda install -c conda-forge pycodestyle
pyre-check (🥈34 · ⭐ 6.3K) - Performant type-checking for python. MIT
-
GitHub (👨💻 240 · 🔀 410 · 📋 370 - 36% open · ⏱️ 04.05.2023):
git clone https://github.com/facebook/pyre-check
-
PyPi (📥 57K / month · 📦 47 · ⏱️ 08.11.2022):
pip install pyre-check
wemake-python-styleguide (🥈34 · ⭐ 2.2K) - The strictest and most opinionated python linter ever!. MIT
-
GitHub (👨💻 180 · 🔀 370 · 📦 14K · 📋 1.1K - 10% open · ⏱️ 01.05.2023):
git clone https://github.com/wemake-services/wemake-python-styleguide
-
PyPi (📥 300K / month · 📦 51 · ⏱️ 27.09.2022):
pip install wemake-python-styleguide
pyflakes (🥈34 · ⭐ 1.3K) - A simple program which checks Python source files for errors. MIT
-
GitHub (👨💻 84 · 🔀 170 · 📦 220K · 📋 500 - 11% open · ⏱️ 25.04.2023):
git clone https://github.com/PyCQA/pyflakes
-
PyPi (📥 21M / month · 📦 14K · ⏱️ 24.11.2022):
pip install pyflakes
-
Conda (📥 6.1M · ⏱️ 24.11.2022):
conda install -c conda-forge pyflakes
parso (🥈33 · ⭐ 540) - A Python Parser. MIT
-
GitHub (👨💻 46 · 🔀 91 · 📦 300K · 📋 110 - 7% open · ⏱️ 14.02.2023):
git clone https://github.com/davidhalter/parso
-
PyPi (📥 18M / month · 📦 6K · ⏱️ 30.11.2021):
pip install parso
-
Conda (📥 14M · ⏱️ 01.12.2021):
conda install -c conda-forge parso
pytype (🥈32 · ⭐ 4.2K) - A static type analyzer for Python code. Apache-2
-
GitHub (👨💻 92 · 🔀 270 · 📋 610 - 19% open · ⏱️ 27.04.2023):
git clone https://github.com/google/pytype
-
PyPi (📥 250K / month · 📦 130 · ⏱️ 31.01.2023):
pip install pytype
-
Conda (📥 160K · ⏱️ 28.04.2023):
conda install -c conda-forge pytype
pydocstyle (🥈31 · ⭐ 1K) - docstring style checker. MIT
-
GitHub (👨💻 89 · 🔀 190 · 📥 60 · 📦 54K · 📋 330 - 33% open · ⏱️ 17.01.2023):
git clone https://github.com/PyCQA/pydocstyle
-
PyPi (📥 3.1M / month · 📦 2.8K · ⏱️ 17.01.2023):
pip install pydocstyle
-
Conda (📥 1.3M · ⏱️ 17.01.2023):
conda install -c conda-forge pydocstyle
flake8-bugbear (🥈31 · ⭐ 930) - A plugin for Flake8 finding likely bugs and design problems.. MIT
-
GitHub (👨💻 73 · 🔀 89 · 📦 32K · 📋 190 - 24% open · ⏱️ 04.04.2023):
git clone https://github.com/PyCQA/flake8-bugbear
-
PyPi (📥 1.8M / month · 📦 420 · ⏱️ 20.01.2023):
pip install flake8-bugbear
-
Conda (📥 690K · ⏱️ 23.03.2023):
conda install -c conda-forge flake8-bugbear
pylint-django (🥈29 · ⭐ 550) - Pylint plugin for improving code analysis for when.. ❗️GPL-2.0
-
GitHub (👨💻 67 · 🔀 120 · 📥 230 · 📦 26K · 📋 220 - 26% open · ⏱️ 31.01.2023):
git clone https://github.com/PyCQA/pylint-django
-
PyPi (📥 990K / month · 📦 1.2K · ⏱️ 25.03.2022):
pip install pylint-django
-
Conda (📥 140K · ⏱️ 07.04.2022):
conda install -c conda-forge pylint-django
hacking (🥈29 · ⭐ 230) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
-
GitHub (👨💻 190 · 🔀 66 · ⏱️ 25.04.2023):
git clone https://github.com/openstack/hacking
-
PyPi (📥 150K / month · 📦 4.4K · ⏱️ 06.10.2022):
pip install hacking
nitpick (🥈28 · ⭐ 340) - Enforce the same settings on multiple projects. MIT
pylama (🥉27 · ⭐ 990 · 💤) - Code audit tool for python. MIT
-
GitHub (👨💻 48 · 🔀 99 · 📦 5.8K · 📋 140 - 33% open · ⏱️ 08.08.2022):
git clone https://github.com/klen/pylama
-
PyPi (📥 170K / month · 📦 650 · ⏱️ 08.08.2022):
pip install pylama
flake8-comprehensions (🥉26 · ⭐ 430 · 📈) - A flake8 plugin to help you write better.. MIT
-
GitHub (👨💻 15 · 🔀 20 · 📋 54 - 5% open · ⏱️ 27.04.2023):
git clone https://github.com/adamchainz/flake8-comprehensions
-
PyPi (📥 940K / month · 📦 690 · ⏱️ 29.10.2022):
pip install flake8-comprehensions
-
Conda (📥 710K · ⏱️ 13.04.2023):
conda install -c conda-forge flake8-comprehensions
flake8-eradicate (🥉26 · ⭐ 300) - Flake8 plugin to find commented out or dead code. MIT
-
GitHub (👨💻 15 · 🔀 12 · 📦 16K · 📋 38 - 21% open · ⏱️ 27.12.2022):
git clone https://github.com/wemake-services/flake8-eradicate
-
PyPi (📥 520K / month):
pip install flake8-eradicate
-
Conda (📥 8.2K · ⏱️ 26.09.2022):
conda install -c conda-forge flake8-eradicate
flake8-quotes (🥉26 · ⭐ 160) - Flake8 extension for checking quotes in python. MIT
-
GitHub (👨💻 32 · 🔀 31 · 📦 18K · 📋 48 - 10% open · ⏱️ 19.12.2022):
git clone https://github.com/zheller/flake8-quotes
-
PyPi (📥 770K / month):
pip install flake8-quotes
-
Conda (📥 680K · ⏱️ 20.12.2022):
conda install -c conda-forge flake8-quotes
flake8-isort (🥉26 · ⭐ 150) - flake8 plugin that integrates isort. ❗️GPL-2.0
-
GitHub (👨💻 37 · 🔀 91 · 📦 22K · 📋 55 - 12% open · ⏱️ 22.12.2022):
git clone https://github.com/gforcada/flake8-isort
-
PyPi (📥 1.1M / month):
pip install flake8-isort
-
Conda (📥 37K · ⏱️ 23.12.2022):
conda install -c conda-forge flake8-isort
mypy-protobuf (🥉25 · ⭐ 560) - open source tools to generate mypy stubs from protobufs. Apache-2
-
GitHub (👨💻 36 · 🔀 70 · 📋 120 - 8% open · ⏱️ 13.03.2023):
git clone https://github.com/dropbox/mypy-protobuf
-
PyPi (📥 1.1M / month · 📦 85 · ⏱️ 20.10.2022):
pip install mypy-protobuf
-
Conda (📥 92K · ⏱️ 24.08.2022):
conda install -c conda-forge mypy-protobuf
check-manifest (🥉25 · ⭐ 280) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
-
GitHub (👨💻 22 · 🔀 37 · 📦 9.1K · 📋 94 - 19% open · ⏱️ 02.05.2023):
git clone https://github.com/mgedmin/check-manifest
-
PyPi (📥 200K / month · 📦 3.3K · ⏱️ 05.12.2022):
pip install check-manifest
-
Conda (📥 86K · ⏱️ 05.12.2022):
conda install -c conda-forge check-manifest
beartype (🥉24 · ⭐ 1.8K) - Unbearably fast near-real-time runtime type-checking in pure Python. MIT
-
GitHub (👨💻 16 · 🔀 34 · 📋 180 - 24% open · ⏱️ 04.05.2023):
git clone https://github.com/beartype/beartype
-
PyPi (📥 200K / month):
pip install beartype
-
Conda (📥 45K · ⏱️ 02.05.2023):
conda install -c conda-forge beartype
flake8-import-order (🥉24 · ⭐ 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 (📥 320K / month · 📦 1.3K · ⏱️ 26.11.2022):
pip install flake8-import-order
-
Conda (📥 230K · ⏱️ 28.11.2022):
conda install -c conda-forge flake8-import-order
Fixit (🥉23 · ⭐ 400) - Advanced Python linting framework with auto-fixes and hierarchical.. MIT
-
GitHub (👨💻 35 · 🔀 48 · 📦 39 · 📋 82 - 50% open · ⏱️ 26.04.2023):
git clone https://github.com/Instagram/Fixit
-
PyPi (📥 13K / month · 📦 2 · ⏱️ 30.07.2021):
pip install fixit
flake8-black (🥉23 · ⭐ 160) - flake8 plugin to run black for checking Python coding style. MIT
-
GitHub (👨💻 10 · 🔀 12 · 📦 6.7K · 📋 29 - 20% open · ⏱️ 03.04.2023):
git clone https://github.com/peterjc/flake8-black
-
PyPi (📥 760K / month):
pip install flake8-black
-
Conda (📥 430K · ⏱️ 03.04.2023):
conda install -c conda-forge flake8-black
flake8-builtins (🥉23 · ⭐ 100) - Check for python builtins being used as variables or.. ❗️GPL-2.0
-
GitHub (👨💻 17 · 🔀 21 · 📦 8.9K · 📋 43 - 2% open · ⏱️ 22.12.2022):
git clone https://github.com/gforcada/flake8-builtins
-
PyPi (📥 610K / month):
pip install flake8-builtins
-
Conda (📥 200K · ⏱️ 23.12.2022):
conda install -c conda-forge flake8-builtins
flake8-simplify (🥉21 · ⭐ 150) - A flake8 plugin that helps you to simplify code. MIT
-
GitHub (👨💻 12 · 🔀 16 · 📋 120 - 38% open · ⏱️ 30.03.2023):
git clone https://github.com/MartinThoma/flake8-simplify
-
PyPi (📥 280K / month · 📦 76 · ⏱️ 28.07.2022):
pip install flake8-simplify
-
Conda (📥 26K · ⏱️ 30.03.2023):
conda install -c conda-forge flake8-simplify
pylint-flask (🥉19 · ⭐ 62 · 💤) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0
-
GitHub (👨💻 7 · 🔀 9 · 📦 7.3K · 📋 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 (📥 90K · ⏱️ 02.02.2019):
conda install -c conda-forge pylint-flask
flake8-bandit (🥉15 · ⭐ 100 · 💤) - Automated security testing using bandit and flake8. MIT
-
GitHub (👨💻 12 · 🔀 26 · 📋 26 - 38% open · ⏱️ 29.08.2022):
git clone https://github.com/tylerwince/flake8-bandit
-
PyPi (📥 510K / month):
pip install flake8-bandit
Show 15 hidden projects...
- mypy (🥇42 · ⭐ 15K) - Optional static typing for Python.
❗Unlicensed
- flake8 (🥇37 · ⭐ 2.8K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle;..
❗Unlicensed
- coala (🥈28 · ⭐ 3.5K · 💀) - coala provides a unified command-line interface for linting and..
❗️AGPL-3.0
- darglint (🥈28 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring..
MIT
- pep8-naming (🥈28 · ⭐ 450) - Naming Convention checker for Python.
❗️Saxpath
- data-science-types (🥉25 · ⭐ 190 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas..
Apache-2
- pandas-vet (🥉23 · ⭐ 160 · 💀) - A plugin for Flake8 that checks pandas code.
MIT
- flake8-commas (🥉21 · ⭐ 130 · 💀) - Flake8 extension for enforcing trailing commas in..
❗Unlicensed
- flake8-mypy (🥉19 · ⭐ 100 · 💀) - A plugin for flake8 integrating Mypy.
MIT
- flakehell (🥉16 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable.
MIT
- imhotep (🥉15 · ⭐ 220 · 💀) - A static-analysis bot for Github.
MIT
- yala (🥉15 · ⭐ 14) - Yet Another Linter Aggregator.
MIT
- bellybutton (🥉14 · ⭐ 250 · 💀) - Custom Python linting through AST expressions.
MIT
- pycycle (🥉13 · ⭐ 320 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT
- linty_fresh (🥉9 · ⭐ 180) - Surface lint errors during code review.
Apache-2
mypy
Code Formatters
black (🥇44 · ⭐ 32K) - The uncompromising Python code formatter. MIT
-
GitHub (👨💻 370 · 🔀 2K · 📥 28K · 📦 370K · 📋 2.3K - 15% open · ⏱️ 03.05.2023):
git clone https://github.com/psf/black
-
PyPi (📥 20M / month):
pip install black
-
Conda (📥 7.1M · ⏱️ 26.04.2023):
conda install -c conda-forge black
isort (🥈41 · ⭐ 5.8K) - A Python utility / library to sort imports. MIT
-
GitHub (👨💻 280 · 🔀 500 · 📦 380K · 📋 1.2K - 11% open · ⏱️ 01.04.2023):
git clone https://github.com/PyCQA/isort
-
PyPi (📥 25M / month):
pip install isort
-
Conda (📥 4.7M · ⏱️ 01.02.2023):
conda install -c conda-forge isort
yapf (🥈38 · ⭐ 13K) - A formatter for Python files. Apache-2
-
GitHub (👨💻 150 · 🔀 860 · 📦 75K · 📋 780 - 47% open · ⏱️ 02.05.2023):
git clone https://github.com/google/yapf
-
PyPi (📥 3.8M / month):
pip install yapf
-
Conda (📥 1.4M · ⏱️ 01.05.2023):
conda install -c conda-forge yapf
autopep8 (🥉36 · ⭐ 4.3K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
-
GitHub (👨💻 57 · 🔀 280 · 📦 170K · 📋 460 - 23% open · ⏱️ 19.03.2023):
git clone https://github.com/hhatto/autopep8
-
PyPi (📥 3.2M / month):
pip install autopep8
-
Conda (📥 1.1M · ⏱️ 03.03.2023):
conda install -c conda-forge autopep8
docformatter (🥉28 · ⭐ 400) - Formats docstrings to follow PEP 257. MIT
-
GitHub (👨💻 26 · 🔀 49 · 📦 2.8K · 📋 110 - 12% open · ⏱️ 03.05.2023):
git clone https://github.com/myint/docformatter
-
PyPi (📥 340K / month):
pip install docformatter
-
Conda (📥 60K · ⏱️ 03.05.2023):
conda install -c conda-forge docformatter
autoimport (🥉15 · ⭐ 71) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0
Show 1 hidden projects...
- pyformat (🥉16 · ⭐ 91 · 💀) - Formats Python code to follow a consistent style.
❗Unlicensed
Code Refactoring
jedi (🥇40 · ⭐ 5.4K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
-
GitHub (👨💻 160 · 🔀 490 · 📦 300K · 📋 1.4K - 3% open · ⏱️ 21.04.2023):
git clone https://github.com/davidhalter/jedi
-
PyPi (📥 19M / month · 📦 8.4K · ⏱️ 21.11.2022):
pip install jedi
-
Conda (📥 16M · ⏱️ 22.11.2022):
conda install -c conda-forge jedi
rope (🥇35 · ⭐ 1.6K) - a python refactoring library. ❗️LGPL-3.0
-
GitHub (👨💻 77 · 🔀 160 · 📦 62K · 📋 300 - 24% open · ⏱️ 18.04.2023):
git clone https://github.com/python-rope/rope
-
PyPi (📥 590K / month · 📦 1.6K · ⏱️ 17.01.2023):
pip install rope
-
Conda (📥 1.1M · ⏱️ 29.01.2023):
conda install -c conda-forge rope
vulture (🥈29 · ⭐ 2.5K) - Find dead Python code. MIT
-
GitHub (👨💻 35 · 🔀 120 · 📦 3.7K · 📋 180 - 8% open · ⏱️ 27.02.2023):
git clone https://github.com/jendrikseipp/vulture
-
PyPi (📥 360K / month · 📦 260 · ⏱️ 09.01.2023):
pip install vulture
-
Conda (📥 69K · ⏱️ 09.01.2023):
conda install -c conda-forge vulture
autoflake (🥈28 · ⭐ 760) - Removes unused imports and unused variables as reported by pyflakes. MIT
-
GitHub (👨💻 37 · 🔀 73 · 📋 100 - 33% open · ⏱️ 26.04.2023):
git clone https://github.com/myint/autoflake
-
PyPi (📥 1.4M / month · 📦 710 · ⏱️ 31.01.2023):
pip install autoflake
-
Conda (📥 470K · ⏱️ 14.10.2022):
conda install -c conda-forge autoflake
pyupgrade (🥈24 · ⭐ 2.6K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
-
GitHub (👨💻 34 · 🔀 140 · 📋 370 - 3% open · ⏱️ 25.04.2023):
git clone https://github.com/asottile/pyupgrade
-
PyPi (📥 380K / month):
pip install pyupgrade
-
Conda (📥 530K · ⏱️ 25.04.2023):
conda install -c conda-forge pyupgrade
Bowler (🥉21 · ⭐ 1.5K) - Safe code refactoring for modern Python. MIT
-
GitHub (👨💻 27 · 🔀 92 · 📋 72 - 52% open · ⏱️ 20.01.2023):
git clone https://github.com/facebookincubator/Bowler
-
PyPi (📥 86K / month):
pip install bowler
-
Conda (📥 16K · ⏱️ 12.06.2019):
conda install -c conda-forge bowler
unimport (🥉19 · ⭐ 190) - The ultimate linter and formatter for removing unused import statements.. MIT
add-trailing-comma (🥉17 · ⭐ 290) - A tool (and pre-commit hook) to automatically add trailing.. MIT
-
GitHub (👨💻 11 · 🔀 18 · ⏱️ 25.04.2023):
git clone https://github.com/asottile/add-trailing-comma
-
PyPi (📥 32K / month):
pip install add-trailing-comma
com2ann (🥉15 · ⭐ 130) - Tool for translation type comments to type annotations in Python. MIT
retype (🥉12 · ⭐ 130 · 💤) - Re-apply type annotations from .pyi stubs to your codebase. MIT
-
GitHub (👨💻 9 · 🔀 17 · ⏱️ 14.08.2022):
git clone https://github.com/ambv/retype
-
PyPi (📥 560 / month):
pip install retype
-
Conda (📥 22K · ⏱️ 15.08.2022):
conda install -c conda-forge retype
Show 8 hidden projects...
- eradicate (🥈25 · ⭐ 180) - Removes commented-out code from Python files.
❗Unlicensed
- redbaron (🥈23 · ⭐ 660 · 💀) - Bottom-up approach to refactoring in python.
❗Unlicensed
- baron (🥉22 · ⭐ 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
- MonkeyType (🥉20 · ⭐ 4.2K) - A Python library that generates static type annotations by..
❗Unlicensed
- unify (🥉18 · ⭐ 80 · 💀) - Modifies strings to all use the same quote where possible.
MIT
- pep8ify (🥉14 · ⭐ 120 · 💀) - A library that modifies python source code to conform to pep8.
Apache-2
- massedit (🥉14 · ⭐ 110 · 💀) - Programmatically edit text files with Python. Useful for source to..
MIT
Code Security
bandit (🥇37 · ⭐ 5.2K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
-
GitHub (👨💻 170 · 🔀 520 · 📥 660 · 📦 41K · 📋 610 - 26% open · ⏱️ 18.04.2023):
git clone https://github.com/PyCQA/bandit
-
PyPi (📥 3M / month):
pip install bandit
-
Conda (📥 230K · ⏱️ 11.03.2023):
conda install -c conda-forge bandit
safety (🥉28 · ⭐ 1.5K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
-
GitHub (👨💻 41 · 🔀 120 · 📥 320K · 📦 14 · 📋 160 - 29% open · ⏱️ 26.02.2023):
git clone https://github.com/pyupio/safety
-
PyPi (📥 970K / month):
pip install safety
-
Conda (📥 62K · ⏱️ 09.12.2022):
conda install -c conda-forge safety
detect-secrets (🥉26 · ⭐ 3K) - An enterprise friendly way of detecting and preventing.. Apache-2
-
GitHub (👨💻 71 · 🔀 320 · 📋 280 - 30% open · ⏱️ 11.04.2023):
git clone https://github.com/Yelp/detect-secrets
-
PyPi (📥 380K / month):
pip install detect-secrets
dlint (🥉16 · ⭐ 140) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
-
GitHub (👨💻 16 · 🔀 16 · 📋 43 - 51% open · ⏱️ 10.04.2023):
git clone https://github.com/dlint-py/dlint
-
PyPi (📥 160K / month):
pip install dlint
-
Conda (📥 2.4K · ⏱️ 11.04.2023):
conda install -c conda-forge dlint
Show 4 hidden projects...
- pyarmor (🥈33 · ⭐ 2.2K) - A tool used to obfuscate python scripts, bind obfuscated scripts..
❗️SGI-B-2.0
- sqlmap (🥈29 · ⭐ 27K) - Automatic SQL injection and database takeover tool.
❗Unlicensed
- pyt (🥉22 · ⭐ 2.1K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in..
❗️GPL-2.0
- dodgy (🥉19 · ⭐ 110 · 💀) - Looks at Python code to search for things which look dodgy such as..
MIT
Virtual Environments
pipenv (🥇45 · ⭐ 24K) - Python Development Workflow for Humans. MIT
-
GitHub (👨💻 460 · 🔀 1.7K · 📦 78K · 📋 3.9K - 4% open · ⏱️ 29.04.2023):
git clone https://github.com/pypa/pipenv
-
PyPi (📥 6.5M / month):
pip install pipenv
-
Conda (📥 100K · ⏱️ 29.04.2023):
conda install -c conda-forge pipenv
virtualenv (🥈41 · ⭐ 4.4K) - Virtual Python Environment builder. MIT
-
GitHub (👨💻 98 · 🔀 920 · 📦 260K · 📋 1.3K - 5% open · ⏱️ 03.05.2023):
git clone https://github.com/pypa/virtualenv
-
PyPi (📥 51M / month):
pip install virtualenv
-
Conda (📥 4.3M · ⏱️ 28.04.2023):
conda install -c conda-forge virtualenv
pyenv (🥈33 · ⭐ 32K) - Simple Python version management. MIT
-
GitHub (👨💻 420 · 🔀 2.8K · 📋 1.6K - 2% open · ⏱️ 30.04.2023):
git clone https://github.com/pyenv/pyenv
-
PyPi (📥 9.5K / month · 📦 1 · ⏱️ 12.01.2019):
pip install pyenv
pyenv-virtualenv (🥉21 · ⭐ 5.5K) - 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 (🥉14 · ⭐ 160) - Provision, share, manage local and cloud developer environments. MPL-2.0
-
GitHub (👨💻 3 · 🔀 3 · ⏱️ 06.11.2022):
git clone https://github.com/raiyanyahya/freshenv
-
PyPi (📥 150 / month):
pip install freshenv
-
Conda:
conda install -c raiyanyahya freshenv
Show 3 hidden projects...
- nodeenv (🥈31 · ⭐ 1.6K) - Virtual environment for Node.js & integrator with virtualenv.
❗Unlicensed
- vex (🥉18 · ⭐ 370 · 💀) - Run a command in the named virtualenv.
MIT
- pipenv-pipes (🥉13 · ⭐ 130 · 💀) - A PipEnv Environment Switcher.
MIT
Dependency & Package Managers
pip (🥇45 · ⭐ 8.7K) - The Python package installer. MIT
-
GitHub (👨💻 730 · 🔀 2.7K · 📦 130K · 📋 6.8K - 13% open · ⏱️ 26.04.2023):
git clone https://github.com/pypa/pip
-
PyPi (📥 150M / month):
pip install pip
-
Conda (📥 76M · ⏱️ 26.04.2023):
conda install -c conda-forge pip
conda (🥇43 · ⭐ 5.4K) - A system-level, binary package and environment manager running on all.. BSD-3
-
GitHub (👨💻 430 · 🔀 1.4K · 📦 40K · 📋 9.1K - 8% open · ⏱️ 04.05.2023):
git clone https://github.com/conda/conda
-
PyPi (📥 240K / month · 📦 1.1K · ⏱️ 16.09.2016):
pip install conda
-
Conda (📥 42M · ⏱️ 30.03.2023):
conda install -c conda-forge conda
poetry (🥈40 · ⭐ 25K) - Python packaging and dependency management made easy. MIT
-
GitHub (👨💻 450 · 🔀 2K · 📥 15M · 📋 5K - 13% open · ⏱️ 30.04.2023):
git clone https://github.com/python-poetry/poetry
-
PyPi (📥 11M / month · 📦 250 · ⏱️ 10.01.2023):
pip install poetry
-
Conda (📥 850K · ⏱️ 05.04.2023):
conda install -c conda-forge poetry
pipreqs (🥈34 · ⭐ 5.1K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
-
GitHub (👨💻 59 · 🔀 340 · 📦 19K · 📋 230 - 57% open · ⏱️ 14.04.2023):
git clone https://github.com/bndr/pipreqs
-
PyPi (📥 2.3M / month):
pip install pipreqs
-
Conda (📥 35K · ⏱️ 14.04.2023):
conda install -c conda-forge pipreqs
pipx (🥈33 · ⭐ 6.4K) - Install and Run Python Applications in Isolated Environments. MIT
-
GitHub (👨💻 91 · 🔀 280 · 📥 500 · 📦 1.2K · 📋 560 - 22% open · ⏱️ 22.04.2023):
git clone https://github.com/pypa/pipx
-
PyPi (📥 580K / month · 📦 14 · ⏱️ 28.05.2022):
pip install pipx
-
Conda (📥 24K · ⏱️ 13.03.2023):
conda install -c conda-forge pipx
PDM (🥉32 · ⭐ 4.5K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
-
GitHub (👨💻 110 · 🔀 210 · 📥 3 · 📦 120 · 📋 1K - 2% open · ⏱️ 04.05.2023):
git clone https://github.com/pdm-project/pdm
-
PyPi (📥 160K / month):
pip install pdm
-
Conda (📥 120K · ⏱️ 26.04.2023):
conda install -c conda-forge pdm
pip-tools (🥉31 · ⭐ 6.8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
-
GitHub (👨💻 190 · 🔀 500 · 📋 930 - 13% open · ⏱️ 03.05.2023):
git clone https://github.com/jazzband/pip-tools
-
PyPi (📥 8.5M / month):
pip install pip-tools
-
Conda (📥 85K · ⏱️ 07.04.2023):
conda install -c conda-forge pip-tools
mamba (🥉28 · ⭐ 4.6K) - The Fast Cross-Platform Package Manager. BSD-3
-
GitHub (👨💻 120 · 🔀 270 · 📋 1.3K - 35% open · ⏱️ 03.05.2023):
git clone https://github.com/mamba-org/mamba
-
Conda (📥 7.3M · ⏱️ 06.04.2023):
conda install -c conda-forge mamba
pip-run (🥉19 · ⭐ 82) - pip-run - dynamic dependency loader for Python. MIT
-
GitHub (👨💻 15 · 🔀 15 · 📋 57 - 5% open · ⏱️ 15.04.2023):
git clone https://github.com/jaraco/pip-run
-
PyPi (📥 4.7K / month · 📦 3 · ⏱️ 23.01.2023):
pip install pip-run
Show 2 hidden projects...
- dephell (🥉25 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,..
MIT
- pyflow (🥉23 · ⭐ 1.3K · 💀) - An installation and dependency system for Python.
MIT
Code Metrics & Complexity
prospector (🥇34 · ⭐ 1.8K) - Inspects Python source files and provides information about.. ❗️GPL-2.0
-
GitHub (👨💻 87 · 🔀 160 · 📦 4.2K · 📋 360 - 14% open · ⏱️ 25.04.2023):
git clone https://github.com/PyCQA/prospector
-
PyPi (📥 730K / month · 📦 760 · ⏱️ 10.01.2023):
pip install prospector
-
Conda (📥 68K · ⏱️ 10.03.2022):
conda install -c conda-forge prospector
radon (🥈31 · ⭐ 1.4K) - Various code metrics for Python code. MIT
-
GitHub (👨💻 56 · 🔀 100 · 📦 3.9K · 📋 160 - 12% open · ⏱️ 26.03.2023):
git clone https://github.com/rubik/radon
-
PyPi (📥 440K / month · 📦 630 · ⏱️ 08.08.2021):
pip install radon
-
Conda (📥 58K · ⏱️ 07.09.2021):
conda install -c conda-forge radon
mccabe (🥈30 · ⭐ 570) - McCabe complexity checker for Python. ❗️Saxpath
-
GitHub (👨💻 22 · 🔀 52 · 📦 360K · 📋 52 - 25% open · ⏱️ 23.03.2023):
git clone https://github.com/PyCQA/mccabe
-
PyPi (📥 27M / month · 📦 16K · ⏱️ 24.01.2022):
pip install mccabe
-
Conda (📥 6.6M · ⏱️ 24.01.2022):
conda install -c conda-forge mccabe
wily (🥉26 · ⭐ 1.1K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
-
GitHub (👨💻 23 · 🔀 56 · 📦 180 · 📋 90 - 33% open · ⏱️ 13.03.2023):
git clone https://github.com/tonybaloney/wily
-
PyPi (📥 10K / month · 📦 10 · ⏱️ 20.10.2022):
pip install wily
cohesion (🥉18 · ⭐ 200) - 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 (📥 21K / month · 📦 12 · ⏱️ 10.07.2019):
pip install cohesion
-
Conda (📥 1.3K · ⏱️ 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 terminal. MIT
-
GitHub (👨💻 220 · 🔀 1.5K · 📦 85K · 📋 1.1K - 8% open · ⏱️ 27.04.2023):
git clone https://github.com/Textualize/rich
-
PyPi (📥 23M / month):
pip install rich
-
Conda (📥 3.6M · ⏱️ 27.04.2023):
conda install -c conda-forge rich
tqdm (🥇43 · ⭐ 25K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
-
GitHub (👨💻 110 · 🔀 1.2K · 📥 11K · 📦 450K · 📋 1K - 42% open · ⏱️ 03.03.2023):
git clone https://github.com/tqdm/tqdm
-
PyPi (📥 54M / month · 📦 26K · ⏱️ 03.03.2023):
pip install tqdm
-
Conda (📥 20M · ⏱️ 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 (👨💻 170 · 🔀 360 · 📥 3.8K · 📦 42K · 📋 880 - 21% open · ⏱️ 04.05.2023):
git clone https://github.com/getsentry/sentry-python
-
PyPi (📥 19M / month):
pip install sentry-sdk
-
Conda (📥 430K · ⏱️ 28.04.2023):
conda install -c conda-forge sentry-sdk
loguru (🥈37 · ⭐ 15K) - Python logging made (stupidly) simple. MIT
-
GitHub (👨💻 42 · 🔀 600 · 📦 51K · 📋 750 - 12% open · ⏱️ 28.04.2023):
git clone https://github.com/Delgan/loguru
-
PyPi (📥 8.3M / month):
pip install loguru
-
Conda (📥 1.2M · ⏱️ 10.04.2023):
conda install -c conda-forge loguru
python-json-logger (🥈35 · ⭐ 1.5K) - Json Formatter for the standard python logger. BSD-2
-
GitHub (👨💻 63 · 🔀 200 · 📦 48K · 📋 94 - 5% open · ⏱️ 28.02.2023):
git clone https://github.com/madzak/python-json-logger
-
PyPi (📥 15M / month):
pip install python-json-logger
-
Conda (📥 3.5M · ⏱️ 22.02.2023):
conda install -c conda-forge python-json-logger
tabulate (🥈32 · ⭐ 1.6K) - Pretty-print tabular data in Python, a library and a command-line.. MIT
-
GitHub (👨💻 84 · 🔀 130 · 📦 120K · 📋 180 - 28% open · ⏱️ 30.04.2023):
git clone https://github.com/astanin/python-tabulate
-
PyPi (📥 45M / month):
pip install tabulate
-
Conda (📥 4.8M · ⏱️ 07.10.2022):
conda install -c conda-forge tabulate
progressbar2 (🥈32 · ⭐ 810) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
-
GitHub (👨💻 42 · 🔀 96 · 📥 1.9K · 📦 28K · 📋 210 - 4% open · ⏱️ 18.03.2023):
git clone https://github.com/WoLpH/python-progressbar
-
PyPi (📥 16M / month · 📦 1.6K · ⏱️ 01.11.2022):
pip install progressbar2
-
Conda (📥 860K · ⏱️ 27.10.2022):
conda install -c conda-forge progressbar2
alive-progress (🥈31 · ⭐ 4.4K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
-
GitHub (👨💻 7 · 🔀 180 · 📦 1.8K · 📋 190 - 8% open · ⏱️ 24.04.2023):
git clone https://github.com/rsalmei/alive-progress
-
PyPi (📥 270K / month · 📦 180 · ⏱️ 02.01.2023):
pip install alive-progress
-
Conda (📥 31K · ⏱️ 08.04.2023):
conda install -c conda-forge alive-progress
colorlog (🥉29 · ⭐ 800 · 💤) - A colored formatter for the python logging module. MIT
-
GitHub (👨💻 30 · 🔀 81 · 📦 24K · 📋 74 - 1% open · ⏱️ 29.08.2022):
git clone https://github.com/borntyping/python-colorlog
-
PyPi (📥 6.9M / month):
pip install colorlog
-
Conda (📥 1.4M · ⏱️ 26.10.2022):
conda install -c conda-forge colorlog
wasabi (🥉28 · ⭐ 380) - A lightweight console printing and formatting toolkit. MIT
-
GitHub (👨💻 12 · 🔀 25 · 📦 28K · 📋 9 - 44% open · ⏱️ 20.04.2023):
git clone https://github.com/ines/wasabi
-
PyPi (📥 4.1M / month):
pip install wasabi
-
Conda (📥 1.1M · ⏱️ 23.01.2023):
conda install -c conda-forge wasabi
notifiers (🥉27 · ⭐ 2.4K · 💤) - The easy way to send notifications. MIT
-
GitHub (👨💻 19 · 🔀 96 · 📦 790 · 📋 110 - 38% open · ⏱️ 14.07.2022):
git clone https://github.com/liiight/notifiers
-
PyPi (📥 500K / month · 📦 25 · ⏱️ 10.02.2022):
pip install notifiers
-
Conda (📥 32K · ⏱️ 07.09.2022):
conda install -c conda-forge notifiers
stackprinter (🥉23 · ⭐ 1.2K) - Debugging-friendly exceptions for Python. MIT
-
GitHub (👨💻 7 · 🔀 34 · 📦 250 · 📋 25 - 16% open · ⏱️ 20.02.2023):
git clone https://github.com/cknd/stackprinter
-
PyPi (📥 420K / month):
pip install stackprinter
-
Conda (📥 5.1K · ⏱️ 31.10.2020):
conda install -c conda-forge stackprinter
better-exceptions (🥉22 · ⭐ 4.4K) - Pretty and useful exceptions in Python, automatically. MIT
-
GitHub (👨💻 17 · 🔀 190 · 📋 71 - 35% open · ⏱️ 05.01.2023):
git clone https://github.com/Qix-/better-exceptions
-
PyPi (📥 120K / month):
pip install better-exceptions
python-devtools (🥉22 · ⭐ 680) - Dev tools for python. MIT
-
GitHub (👨💻 12 · 🔀 31 · 📦 1.4K · 📋 49 - 22% open · ⏱️ 27.04.2023):
git clone https://github.com/samuelcolvin/python-devtools
-
PyPi (📥 310 / month):
pip install python-devtools
-
Conda (📥 13K · ⏱️ 06.04.2023):
conda install -c conda-forge python-devtools
Show 7 hidden projects...
- structlog (🥈34 · ⭐ 2.5K) - Simple, powerful, and fast logging for Python.
❗Unlicensed
- prettytable (🥉30 · ⭐ 1K) - Display tabular data in a visually appealing ASCII table..
❗️BSD-1-Clause
- logbook (🥉29 · ⭐ 1.4K · 💀) - A cool logging replacement for Python.
❗Unlicensed
- python-coloredlogs (🥉28 · ⭐ 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 (🥉23 · ⭐ 4.4K) - Bring your favorite shell wherever you go through the ssh. BSD-2
-
GitHub (👨💻 23 · 🔀 88 · 📥 1.4K · 📦 73 · 📋 77 - 24% open · ⏱️ 27.04.2023):
git clone https://github.com/xxh/xxh
-
PyPi (📥 140 / month · ⏱️ 29.09.2022):
pip install xxh-xxh
Show 1 hidden projects...
Documentation
🔗 best-of-mkdocs ( ⭐ 220) - Collection of MkDocs projects and plugins.
mkdocs-material (🥇42 · ⭐ 14K) - Documentation that simply works. MIT
-
GitHub (👨💻 210 · 🔀 2.8K · 📦 32K · 📋 1.9K - 1% open · ⏱️ 02.05.2023):
git clone https://github.com/squidfunk/mkdocs-material
-
PyPi (📥 2.2M / month):
pip install mkdocs-material
-
Conda (📥 240K · ⏱️ 02.05.2023):
conda install -c conda-forge mkdocs-material
mkdocs (🥇41 · ⭐ 16K) - Project documentation with Markdown. BSD-2
-
GitHub (👨💻 240 · 🔀 2.2K · 📦 43K · 📋 1.8K - 6% open · ⏱️ 02.05.2023):
git clone https://github.com/mkdocs/mkdocs
-
PyPi (📥 1.5M / month):
pip install mkdocs
-
Conda (📥 250K · ⏱️ 03.05.2023):
conda install -c conda-forge mkdocs
mkdocstrings (🥈31 · ⭐ 1.2K) - Automatic documentation from sources, for MkDocs. ISC
-
GitHub (👨💻 36 · 🔀 90 · 📦 7.6K · 📋 340 - 15% open · ⏱️ 01.05.2023):
git clone https://github.com/mkdocstrings/mkdocstrings
-
PyPi (📥 360K / month):
pip install mkdocstrings
-
Conda (📥 60K · ⏱️ 07.04.2023):
conda install -c conda-forge mkdocstrings
sphinx-autodoc-typehints (🥈31 · ⭐ 480) - Type hints support for the Sphinx autodoc extension. MIT
-
GitHub (👨💻 52 · 🔀 92 · 📦 35K · 📋 160 - 15% open · ⏱️ 03.05.2023):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
-
PyPi (📥 1.3M / month):
pip install sphinx-autodoc-typehints
-
Conda (📥 490K · ⏱️ 25.01.2023):
conda install -c conda-forge sphinx-autodoc-typehints
sphinx_rtd_theme (🥈30 · ⭐ 4.4K) - Sphinx theme for readthedocs.org. MIT
-
GitHub (👨💻 110 · 🔀 1.6K · 📦 16 · 📋 760 - 21% open · ⏱️ 22.04.2023):
git clone https://github.com/readthedocs/sphinx_rtd_theme
-
PyPi (📥 3.2M / month):
pip install sphinx_rtd_theme
-
Conda (📥 3.3M · ⏱️ 12.02.2023):
conda install -c conda-forge sphinx_rtd_theme
pdoc (🥈29 · ⭐ 1.5K) - API Documentation for Python Projects. Unlicense
mkdocs-awesome-pages-plugin (🥈26 · ⭐ 320) - An MkDocs plugin that simplifies configuring page.. MIT
-
GitHub (👨💻 6 · 🔀 28 · 📦 2.5K · 📋 58 - 20% open · ⏱️ 11.04.2023):
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
-
PyPi (📥 100K / month):
pip install mkdocs-awesome-pages-plugin
releases (🥈26 · ⭐ 170) - A powerful Sphinx changelog-generating extension. BSD-2
-
GitHub (👨💻 10 · 🔀 40 · 📦 560 · 📋 74 - 37% open · ⏱️ 28.04.2023):
git clone https://github.com/bitprophet/releases
-
PyPi (📥 14K / month · 📦 370 · ⏱️ 02.01.2023):
pip install releases
-
Conda (📥 48K · ⏱️ 19.10.2021):
conda install -c conda-forge sphinx-releases
Griffe (🥈26 · ⭐ 160) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
-
GitHub (👨💻 17 · 🔀 24 · 📦 1.9K · 📋 120 - 23% open · ⏱️ 03.05.2023):
git clone https://github.com/mkdocstrings/griffe
-
PyPi (📥 390K / month):
pip install griffe
-
Conda (📥 110K · ⏱️ 03.05.2023):
conda install -c conda-forge griffe
pdoc3 (🥉25 · ⭐ 960) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0
-
GitHub (👨💻 58 · 🔀 140 · 📦 3.2K · 📋 300 - 34% open · ⏱️ 21.12.2022):
git clone https://github.com/pdoc3/pdoc
-
PyPi (📥 220K / month):
pip install pdoc3
-
Conda (📥 1.2K · ⏱️ 30.11.2020):
conda install -c anaconda pdoc3
sphinx-autobuild (🥉25 · ⭐ 460) - Watch a Sphinx directory and rebuild the documentation.. MIT
-
GitHub (👨💻 24 · 🔀 58 · 📦 18K · 📋 69 - 23% open · ⏱️ 09.02.2023):
git clone https://github.com/executablebooks/sphinx-autobuild
-
PyPi (📥 400K / month):
pip install sphinx-autobuild
-
Conda (📥 170K · ⏱️ 14.03.2021):
conda install -c conda-forge sphinx-autobuild
interrogate (🥉24 · ⭐ 480 · 💤) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
portray (🥉20 · ⭐ 840) - Your Project with Great Documentation. MIT
blacken-docs (🥉20 · ⭐ 510) - Run `black` on python code blocks in documentation files. MIT
-
GitHub (👨💻 16 · 🔀 32 · 📋 67 - 17% open · ⏱️ 27.04.2023):
git clone https://github.com/asottile/blacken-docs
-
PyPi (📥 110K / month):
pip install blacken-docs
-
Conda (📥 28K · ⏱️ 16.01.2023):
conda install -c conda-forge blacken-docs
lazydocs (🥉20 · ⭐ 140 · 💤) - Generate markdown API documentation from Google-style Python.. MIT
mkdocs-print-site-plugin (🥉20 · ⭐ 75) - MkDocs Plugin that adds an additional page that.. MIT
-
GitHub (👨💻 4 · 🔀 12 · 📦 200 · 📋 75 - 10% open · ⏱️ 07.12.2022):
git clone https://github.com/timvink/mkdocs-print-site-plugin
-
PyPi (📥 11K / month):
pip install mkdocs-print-site-plugin
Show 12 hidden projects...
- sphinx (🥇42 · ⭐ 5.4K) - The Sphinx documentation generator.
❗Unlicensed
- alabaster (🥈31 · ⭐ 690 · 📉) - Lightweight, configurable Sphinx theme.
❗Unlicensed
- breathe (🥈29 · ⭐ 670) - ReStructuredText and Sphinx bridge to Doxygen.
❗Unlicensed
- numpydoc (🥈27 · ⭐ 240) - Numpys Sphinx extensions.
❗Unlicensed
- pytkdocs (🥉23 · ⭐ 47 · 💀) - Load Python objects documentation.
ISC
- pycco (🥉22 · ⭐ 820 · 💀) - Literate-style documentation generator.
MIT
- mkdocs-with-pdf (🥉22 · ⭐ 230 · 💀) - Generate a single PDF file from MkDocs repository.
MIT
- mkdocs-pdf-export-plugin (🥉21 · ⭐ 280 · 💀) - An MkDocs plugin to export content pages as PDF files.
MIT
- sphinx-bootstrap-theme (🥉20 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme.
MIT
- sphinx-markdown-builder (🥉20 · ⭐ 160 · 💀) - sphinx builder that outputs markdown files.
MIT
- mkdocs-git-revision-date-plugin (🥉20 · ⭐ 52 · 💀) - MkDocs plugin for setting revision date from git per..
MIT
- mkdocs-versioning (🥉17 · ⭐ 40 · 💀) - A tool that allows for versioning sites built with..
MIT
Debugging Tools
pudb (🥇32 · ⭐ 2.7K) - Full-screen console debugger for Python. MIT
-
GitHub (👨💻 92 · 🔀 220 · 📦 4.7K · 📋 320 - 48% open · ⏱️ 30.04.2023):
git clone https://github.com/inducer/pudb
-
PyPi (📥 210K / month · 📦 760 · ⏱️ 03.11.2022):
pip install pudb
-
Conda (📥 210K · ⏱️ 04.11.2022):
conda install -c conda-forge pudb
ipdb (🥇32 · ⭐ 1.7K) - Integration of IPython pdb. BSD-3
-
GitHub (👨💻 57 · 🔀 150 · 📦 44K · 📋 190 - 32% open · ⏱️ 11.04.2023):
git clone https://github.com/gotcha/ipdb
-
PyPi (📥 2.4M / month · 📦 8.9K · ⏱️ 13.12.2022):
pip install ipdb
-
Conda (📥 360K · ⏱️ 23.03.2023):
conda install -c conda-forge ipdb
pyelftools (🥈30 · ⭐ 1.7K) - Parsing ELF and DWARF in Python. Unlicense
-
GitHub (👨💻 91 · 🔀 460 · 📦 5.1K · 📋 210 - 31% open · ⏱️ 21.04.2023):
git clone https://github.com/eliben/pyelftools
-
PyPi (📥 2.4M / month · 📦 550 · ⏱️ 10.08.2022):
pip install pyelftools
-
Conda (📥 130K · ⏱️ 29.10.2022):
conda install -c conda-forge pyelftools
gdbgui (🥈28 · ⭐ 9.2K · 💤) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. ❗️GPL-3.0
pdbpp (🥈26 · ⭐ 1.1K · 💤) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
-
GitHub (👨💻 41 · 🔀 58 · 📦 4.7K · 📋 220 - 42% open · ⏱️ 14.07.2022):
git clone https://github.com/pdbpp/pdbpp
-
PyPi (📥 240K / month · 📦 690 · ⏱️ 09.07.2021):
pip install pdbpp
-
Conda (📥 95K · ⏱️ 11.07.2021):
conda install -c conda-forge pdbpp
icecream (🥉25 · ⭐ 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 (📥 260K / month · 📦 120 · ⏱️ 21.07.2022):
pip install icecream
-
Conda (📥 15K · ⏱️ 21.07.2022):
conda install -c conda-forge icecream
PySnooper (🥉24 · ⭐ 16K) - Never use print for debugging again. MIT
-
GitHub (👨💻 27 · 🔀 930 · 📋 120 - 17% open · ⏱️ 12.04.2023):
git clone https://github.com/cool-RR/PySnooper
-
PyPi (📥 280K / month):
pip install pysnooper
-
Conda (📥 62K · ⏱️ 04.04.2022):
conda install -c conda-forge pysnooper
python-hunter (🥉24 · ⭐ 720) - Hunter is a flexible code tracing toolkit. BSD-2
-
GitHub (👨💻 9 · 🔀 42 · 📦 130 · 📋 94 - 42% open · ⏱️ 26.04.2023):
git clone https://github.com/ionelmc/python-hunter
-
PyPi (📥 11K / month · 📦 22 · ⏱️ 27.09.2022):
pip install hunter
-
Conda (📥 36K · ⏱️ 26.04.2023):
conda install -c conda-forge hunter
pyrasite (🥉22 · ⭐ 2.7K) - Inject code into running Python processes. ❗️GPL-3.0
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 (📥 17K / month):
pip install manhole
-
Conda (📥 13K · ⏱️ 02.11.2022):
conda install -c conda-forge manhole
snoop (🥉18 · ⭐ 920) - 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 (📥 49K / month):
pip install snoop
-
Conda (📥 3.2K · ⏱️ 22.12.2022):
conda install -c conda-forge snoop
Birdseye (🥉17 · ⭐ 1.5K · 💤) - Graphical Python debugger which lets you easily view the values of.. MIT
reloadium (🥉16 · ⭐ 2.3K) - Advanced Hot Reloading & Profiling for Python. Apache-2
Show 1 hidden projects...
- typeguard (🥈30 · ⭐ 1.2K) - Run-time type checker for Python.
❗Unlicensed
Testing Tools
🔗 best-of-web-python - Testing ( ⭐ 1.9K) - Testing libraries & tools for python web frameworks.
🔗 unittest - Unittest is a test framework included in the Python standard library.
pytest (🥇47 · ⭐ 10K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT
-
GitHub (👨💻 870 · 🔀 2.3K · 📦 890K · 📋 5.3K - 16% open · ⏱️ 02.05.2023):
git clone https://github.com/pytest-dev/pytest
-
PyPi (📥 59M / month · 📦 16K · ⏱️ 14.01.2023):
pip install pytest
-
Conda (📥 20M · ⏱️ 14.04.2023):
conda install -c conda-forge pytest
hypothesis (🥇42 · ⭐ 6.7K) - Hypothesis is a powerful, flexible, and easy to use library for.. MPL-2.0
-
GitHub (👨💻 310 · 🔀 550 · 📦 20K · 📋 1.4K - 4% open · ⏱️ 30.04.2023):
git clone https://github.com/HypothesisWorks/hypothesis
-
PyPi (📥 5.5M / month · 📦 2.2K · ⏱️ 27.01.2023):
pip install hypothesis
-
Conda (📥 7.5M · ⏱️ 30.04.2023):
conda install -c conda-forge hypothesis
robotframework (🥇41 · ⭐ 8K) - Generic automation framework for acceptance testing and RPA. Apache-2
-
GitHub (👨💻 180 · 🔀 2.1K · 📥 540 · 📦 7.6K · 📋 4.1K - 6% open · ⏱️ 04.05.2023):
git clone https://github.com/robotframework/robotframework
-
PyPi (📥 1.5M / month · 📦 1.1K · ⏱️ 09.01.2023):
pip install robotframework
-
Conda (📥 120K · ⏱️ 12.01.2023):
conda install -c conda-forge robotframework
tox (🥇39 · ⭐ 3.3K) - Command line driven CI frontend and development task automation tool. MIT
-
GitHub (👨💻 280 · 🔀 470 · 📦 97K · 📋 1.6K - 4% open · ⏱️ 03.05.2023):
git clone https://github.com/tox-dev/tox
-
PyPi (📥 18M / month · 📦 22K · ⏱️ 21.02.2023):
pip install tox
-
Conda (📥 680K · ⏱️ 18.01.2023):
conda install -c conda-forge tox
mimesis (🥇34 · ⭐ 4K) - Mimesis is a robust data generator for Python, capable of rapidly producing.. MIT
-
GitHub (👨💻 120 · 🔀 310 · 📥 400 · 📦 1.3K · 📋 320 - 1% open · ⏱️ 04.05.2023):
git clone https://github.com/lk-geimfari/mimesis
-
PyPi (📥 120K / month):
pip install mimesis
-
Conda (📥 110K · ⏱️ 30.04.2023):
conda install -c conda-forge mimesis
pytest-mock (🥈33 · ⭐ 1.6K) - Thin-wrapper around the mock package for easier use with pytest. MIT
-
GitHub (👨💻 64 · 🔀 120 · 📦 62K · 📋 140 - 9% open · ⏱️ 26.04.2023):
git clone https://github.com/pytest-dev/pytest-mock
-
PyPi (📥 10M / month · 📦 5K · ⏱️ 05.10.2022):
pip install pytest-mock
-
Conda (📥 2M · ⏱️ 06.10.2022):
conda install -c conda-forge pytest-mock
pytest-cov (🥈33 · ⭐ 1.4K) - Coverage plugin for pytest. MIT
-
GitHub (👨💻 82 · 🔀 190 · 📦 250K · 📋 360 - 33% open · ⏱️ 28.02.2023):
git clone https://github.com/pytest-dev/pytest-cov
-
PyPi (📥 22M / month):
pip install pytest-cov
-
Conda (📥 8.3M · ⏱️ 29.09.2022):
conda install -c conda-forge pytest-cov
playwright-python (🥈32 · ⭐ 8.6K) - Python version of the Playwright testing and automation.. Apache-2
-
GitHub (👨💻 32 · 🔀 710 · 📋 1K - 3% open · ⏱️ 03.05.2023):
git clone https://github.com/microsoft/playwright-python
-
PyPi (📥 1.3M / month · 📦 190 · ⏱️ 25.01.2023):
pip install playwright
pytest-bdd (🥈32 · ⭐ 1.2K) - BDD library for the py.test runner. MIT
-
GitHub (👨💻 54 · 🔀 180 · 📦 2.8K · 📋 290 - 35% open · ⏱️ 04.04.2023):
git clone https://github.com/pytest-dev/pytest-bdd
-
PyPi (📥 710K / month):
pip install pytest-bdd
-
Conda (📥 53K · ⏱️ 03.02.2020):
conda install -c conda-forge pytest-bdd
nox (🥈31 · ⭐ 1.1K) - Flexible test automation for Python. Apache-2
-
GitHub (👨💻 86 · 🔀 130 · 📦 4K · 📋 310 - 15% open · ⏱️ 23.04.2023):
git clone https://github.com/theacodes/nox
-
PyPi (📥 1M / month):
pip install nox
-
Conda (📥 170K · ⏱️ 29.04.2023):
conda install -c conda-forge nox
asv (🥈31 · ⭐ 770) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
-
GitHub (👨💻 73 · 🔀 160 · 📦 920 · 📋 520 - 25% open · ⏱️ 02.05.2023):
git clone https://github.com/airspeed-velocity/asv
-
PyPi (📥 22K / month):
pip install asv
-
Conda (📥 710K · ⏱️ 04.11.2022):
conda install -c conda-forge asv
coveralls-python (🥈29 · ⭐ 520) - Show coverage stats online via coveralls.io. MIT
-
GitHub (👨💻 64 · 🔀 180 · 📦 31K · 📋 160 - 8% open · ⏱️ 03.05.2023):
git clone https://github.com/TheKevJames/coveralls-python
-
PyPi (📥 510K / month):
pip install coveralls
-
Conda (📥 910K · ⏱️ 03.08.2022):
conda install -c conda-forge coveralls
pytest-asyncio (🥉28 · ⭐ 1.1K) - Asyncio support for pytest. Apache-2
-
GitHub (👨💻 41 · 🔀 120 · 📥 85 · 📋 230 - 10% open · ⏱️ 01.05.2023):
git clone https://github.com/pytest-dev/pytest-asyncio
-
PyPi (📥 6.3M / month):
pip install pytest-asyncio
-
Conda (📥 1.6M · ⏱️ 19.03.2023):
conda install -c conda-forge pytest-asyncio
freezegun (🥉27 · ⭐ 3.7K) - Let your Python tests travel through time. Apache-2
-
GitHub (👨💻 110 · 🔀 240 · 📋 280 - 37% open · ⏱️ 22.02.2023):
git clone https://github.com/spulec/freezegun
-
PyPi (📥 6M / month):
pip install freezegun
-
Conda (📥 960K · ⏱️ 12.08.2022):
conda install -c conda-forge freezegun
pytest-testinfra (🥉27 · ⭐ 2.2K) - Testinfra test your infrastructures. Apache-2
-
GitHub (👨💻 120 · 🔀 320 · 📋 340 - 38% open · ⏱️ 11.01.2023):
git clone https://github.com/pytest-dev/pytest-testinfra
-
PyPi (📥 320K / month · 📦 9 · ⏱️ 01.12.2022):
pip install pytest-testinfra
-
Conda (📥 10K · ⏱️ 13.12.2022):
conda install -c conda-forge pytest-testinfra
pytest-xdist (🥉27 · ⭐ 1.1K · 📉) - pytest plugin for distributed testing and loop-on-.. MIT
-
GitHub (👨💻 90 · 🔀 180 · 📋 530 - 39% open · ⏱️ 25.04.2023):
git clone https://github.com/pytest-dev/pytest-xdist
-
PyPi (📥 8M / month):
pip install pytest-xdist
-
Conda (📥 4.6M · ⏱️ 13.03.2023):
conda install -c conda-forge pytest-xdist
pytest-benchmark (🥉27 · ⭐ 1.1K) - py.test fixture for benchmarking code. BSD-2
-
GitHub (👨💻 39 · 🔀 100 · 📦 6.6K · 📋 170 - 50% open · ⏱️ 27.04.2023):
git clone https://github.com/ionelmc/pytest-benchmark
-
PyPi (📥 930K / month):
pip install pytest-benchmark
-
Conda (📥 1.7M · ⏱️ 26.10.2022):
conda install -c conda-forge pytest-benchmark
pytest-testmon (🥉27 · ⭐ 660) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
-
GitHub (👨💻 23 · 🔀 43 · 📦 1.1K · 📋 140 - 18% open · ⏱️ 02.05.2023):
git clone https://github.com/tarpas/pytest-testmon
-
PyPi (📥 130K / month):
pip install pytest-testmon
-
Conda (📥 39K · ⏱️ 03.08.2019):
conda install -c conda-forge pytest-testmon
ddt (🥉27 · ⭐ 430 · 💤) - Data-Driven Tests for Python Unittest. MIT
-
GitHub (👨💻 37 · 🔀 110 · 📦 5K · 📋 49 - 16% open · ⏱️ 10.08.2022):
git clone https://github.com/datadriventests/ddt
-
PyPi (📥 350K / month):
pip install ddt
-
Conda (📥 83K · ⏱️ 22.09.2022):
conda install -c conda-forge ddt
factory_boy (🥉26 · ⭐ 3.1K) - A test fixtures replacement for Python. MIT
-
GitHub (👨💻 130 · 🔀 360 · 📋 550 - 30% open · ⏱️ 03.05.2023):
git clone https://github.com/FactoryBoy/factory_boy
-
PyPi (📥 2.6M / month):
pip install factory_boy
-
Conda (📥 120K · ⏱️ 26.10.2021):
conda install -c conda-forge factory_boy
green (🥉26 · ⭐ 760 · 💤) - Green is a clean, colorful, fast python test runner. MIT
-
GitHub (👨💻 38 · 🔀 74 · 📦 990 · 📋 180 - 2% open · ⏱️ 20.09.2022):
git clone https://github.com/CleanCut/green
-
PyPi (📥 14K / month):
pip install green
-
Conda (📥 120K · ⏱️ 30.10.2022):
conda install -c conda-forge green
pytest-mypy (🥉25 · ⭐ 220) - Mypy static type checker plugin for Pytest. MIT
-
GitHub (👨💻 16 · 🔀 33 · 📦 3.5K · 📋 61 - 16% open · ⏱️ 18.12.2022):
git clone https://github.com/dbader/pytest-mypy
-
PyPi (📥 220K / month):
pip install pytest-mypy
-
Conda (📥 63K · ⏱️ 24.11.2020):
conda install -c conda-forge pytest-mypy
pytest-datadir (🥉23 · ⭐ 200) - pytest plugin for manipulating test data directories and.. MIT
-
GitHub (👨💻 10 · 🔀 22 · 📦 1.4K · 📋 21 - 42% open · ⏱️ 01.05.2023):
git clone https://github.com/gabrielcnr/pytest-datadir
-
PyPi (📥 160K / month · 📦 120 · ⏱️ 25.10.2022):
pip install pytest-datadir
-
Conda (📥 180K · ⏱️ 25.10.2022):
conda install -c conda-forge pytest-datadir
pytest-randomly (🥉21 · ⭐ 500) - Pytest plugin to randomly order tests and control random.seed. MIT
-
GitHub (👨💻 19 · 🔀 24 · 📋 56 - 8% open · ⏱️ 27.04.2023):
git clone https://github.com/pytest-dev/pytest-randomly
-
PyPi (📥 720K / month):
pip install pytest-randomly
-
Conda (📥 120K · ⏱️ 12.05.2022):
conda install -c conda-forge pytest-randomly
pytest-plugins (🥉20 · ⭐ 510) - A grab-bag of nifty pytest plugins. MIT
-
GitHub (👨💻 62 · 🔀 69 · 📋 100 - 43% open · ⏱️ 03.11.2022):
git clone https://github.com/man-group/pytest-plugins
-
PyPi (📥 36K / month):
pip install pytest-virtualenv
-
Conda (📥 39K · ⏱️ 18.10.2021):
conda install -c conda-forge pytest-shutil
xdoctest (🥉19 · ⭐ 180) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
-
GitHub (👨💻 9 · 🔀 9 · 📋 43 - 41% open · ⏱️ 19.04.2023):
git clone https://github.com/Erotemic/xdoctest
-
PyPi (📥 85K / month):
pip install xdoctest
-
Conda (📥 130K · ⏱️ 30.01.2023):
conda install -c conda-forge xdoctest
pytest-docker (🥉18 · ⭐ 340 · 💤) - Docker-based integration tests. MIT
-
GitHub (👨💻 16 · 🔀 54 · 📥 99 · 📋 40 - 17% open · ⏱️ 14.09.2022):
git clone https://github.com/avast/pytest-docker
-
PyPi (📥 110K / month):
pip install pytest-docker
Show 14 hidden projects...
- pyautogui (🥈33 · ⭐ 8K · 💀) - A cross-platform GUI automation Python module for human beings...
BSD-3
- pytest-html (🥈32 · ⭐ 580) - Plugin for generating HTML reports for pytest results.
❗Unlicensed
- nose (🥈30 · ⭐ 1.4K · 💀) - nose is nicer testing for python.
❗Unlicensed
- nose2 (🥈30 · ⭐ 750) - The successor to nose, based on unittest2.
❗Unlicensed
- pytest-sugar (🥈29 · ⭐ 1.1K) - a plugin for py.test that changes the default look..
❗Unlicensed
- PyHamcrest (🥉28 · ⭐ 700) - Hamcrest matchers for Python.
❗Unlicensed
- uiautomator (🥉25 · ⭐ 1.9K · 💀) - Python wrapper of Android uiautomator test tool.
MIT
- Mamba Test Runner (🥉24 · ⭐ 500 · 💀) - The definitive testing tool for Python. Born under the..
MIT
- pytest-watch (🥉23 · ⭐ 690 · 💀) - Local continuous test runner with pytest and watchdog.
MIT
- sixpack (🥉22 · ⭐ 1.7K · 💀) - Sixpack is a language-agnostic a/b-testing framework.
BSD-2
- pytest-lazy-fixture (🥉22 · ⭐ 320 · 💀) - It helps to use fixtures in pytest.mark.parametrize.
MIT
- assertpy (🥉19 · ⭐ 380 · 💀) - Simple assertion library for unit testing in python with a fluent..
BSD-3
- fake2db (🥉17 · ⭐ 2.2K · 💀) - create custom test databases that are populated with fake data.
❗️GPL-2.0
- pytest-play (🥉16 · ⭐ 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.8K · 📥 740K · 📦 43K · 📋 4.9K - 5% open · ⏱️ 02.05.2023):
git clone https://github.com/pyinstaller/pyinstaller
-
PyPi (📥 1.1M / month):
pip install pyinstaller
-
Conda (📥 430K · ⏱️ 15.04.2023):
conda install -c conda-forge pyinstaller
Nuitka (🥇36 · ⭐ 8.7K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
-
GitHub (👨💻 140 · 🔀 470 · 📦 1.2K · 📋 1.8K - 12% open · ⏱️ 29.04.2023):
git clone https://github.com/Nuitka/Nuitka
-
PyPi (📥 66K / month):
pip install nuitka
-
Conda (📥 490K · ⏱️ 26.04.2023):
conda install -c conda-forge nuitka
pex (🥈30 · ⭐ 2.3K) - A library and tool for generating .pex (Python EXecutable) files. Apache-2
briefcase (🥈28 · ⭐ 1.7K) - Tools to support converting a Python project into a standalone.. BSD-3
PyOxidizer (🥈27 · ⭐ 4.7K) - A modern Python application packaging and distribution tool. MPL-2.0
cx_Freeze (🥉26 · ⭐ 1.1K · 📉) - Create standalone executables from Python scripts, with.. ❗Unlicensed
-
GitHub (👨💻 100 · 🔀 200 · 📋 850 - 7% open · ⏱️ 30.04.2023):
git clone https://github.com/marcelotduarte/cx_Freeze
-
PyPi (📥 93K / month):
pip install cx_freeze
-
Conda (📥 220K · ⏱️ 09.04.2023):
conda install -c conda-forge cx_freeze
shiv (🥉21 · ⭐ 1.6K) - shiv is a command line utility for building fully self contained Python.. BSD-2
subpar (🥉13 · ⭐ 560) - Subpar is a utility for creating self-contained python executables. It.. Apache-2
Show 7 hidden projects...
- packaging (🥈34 · ⭐ 490) - Core utilities for Python packages.
❗Unlicensed
- py2app (🥉26 · ⭐ 240) - py2app is a Python setuptools command which will allow you to make..
❗Unlicensed
- constructor (🥉22 · ⭐ 410) - tool for creating installers from conda packages.
❗Unlicensed
- py2exe (🥉21 · ⭐ 580) - Create standalone Windows programs from Python code.
❗Unlicensed
- xar (🥉18 · ⭐ 1.5K) - executable archive format.
❗Unlicensed
- pynsist (🥉18 · ⭐ 840 · 💀) - Build Windows installers for Python applications.
❗Unlicensed
- pyship (🥉11 · ⭐ 32) - pyship - ship Python desktop apps to end users.
MIT
Build Tools
setuptools (🥇44 · ⭐ 2K) - Official project repository for the Setuptools build system. MIT
-
GitHub (👨💻 570 · 🔀 930 · 📦 320K · 📋 2.3K - 23% open · ⏱️ 03.05.2023):
git clone https://github.com/pypa/setuptools
-
PyPi (📥 240M / month):
pip install setuptools
-
Conda (📥 78M · ⏱️ 24.04.2023):
conda install -c conda-forge setuptools
buildbot (🥇36 · ⭐ 5K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0
-
GitHub (👨💻 840 · 🔀 1.5K · 📥 30K · 📦 320 · 📋 1.5K - 45% open · ⏱️ 25.04.2023):
git clone https://github.com/buildbot/buildbot
-
PyPi (📥 33K / month):
pip install buildbot
-
Conda (📥 78K · ⏱️ 17.04.2023):
conda install -c conda-forge buildbot
invoke (🥇36 · ⭐ 3.9K) - Pythonic task management & command execution. BSD-2
-
GitHub (👨💻 58 · 🔀 340 · 📦 20K · 📋 680 - 42% open · ⏱️ 02.05.2023):
git clone https://github.com/pyinvoke/invoke
-
PyPi (📥 4.9M / month):
pip install invoke
-
Conda (📥 890K · ⏱️ 29.04.2023):
conda install -c conda-forge invoke
wheel (🥇36 · ⭐ 410) - The official binary distribution format for Python. MIT
-
GitHub (👨💻 71 · 🔀 130 · 📦 210K · 📋 370 - 9% open · ⏱️ 01.05.2023):
git clone https://github.com/pypa/wheel
-
PyPi (📥 170M / month · 📦 37K · ⏱️ 09.11.2022):
pip install wheel
-
Conda (📥 63M · ⏱️ 14.03.2023):
conda install -c conda-forge wheel
scons (🥈35 · ⭐ 1.7K) - SCons - a software construction tool. MIT
-
GitHub (👨💻 150 · 🔀 280 · 📥 1.3K · 📋 3.4K - 19% open · ⏱️ 04.05.2023):
git clone https://github.com/SCons/scons
-
PyPi (📥 1.4M / month · 📦 59 · ⏱️ 30.07.2022):
pip install scons
-
Conda (📥 430K · ⏱️ 22.03.2023):
conda install -c conda-forge scons
twine (🥈35 · ⭐ 1.4K) - Utilities for interacting with PyPI. Apache-2
-
GitHub (👨💻 110 · 🔀 280 · 📦 89K · 📋 450 - 9% open · ⏱️ 27.04.2023):
git clone https://github.com/pypa/twine
-
PyPi (📥 3.9M / month):
pip install twine
-
Conda (📥 740K · ⏱️ 01.12.2022):
conda install -c conda-forge twine
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 (📥 400K / month · 📦 290 · ⏱️ 22.04.2022):
pip install doit
-
Conda (📥 190K · ⏱️ 22.04.2022):
conda install -c conda-forge doit
setuptools_scm (🥉30 · ⭐ 710) - the blessed package to manage your versions by scm tags. MIT
-
GitHub (👨💻 120 · 🔀 180 · 📋 470 - 20% open · ⏱️ 29.04.2023):
git clone https://github.com/pypa/setuptools_scm
-
PyPi (📥 16M / month):
pip install setuptools_scm
-
Conda (📥 1.6M · ⏱️ 17.12.2022):
conda install -c conda-forge setuptools_scm
flit (🥉29 · ⭐ 1.9K) - Simplified packaging of Python modules. BSD-3
-
GitHub (👨💻 65 · 🔀 110 · 📦 1.4K · 📋 380 - 29% open · ⏱️ 26.04.2023):
git clone https://github.com/pypa/flit
-
PyPi (📥 140K / month):
pip install flit
-
Conda (📥 150K · ⏱️ 06.11.2022):
conda install -c conda-forge flit
pybuilder (🥉24 · ⭐ 1.5K) - Software build automation tool for Python. Apache-2
-
GitHub (👨💻 39 · 🔀 240 · 📋 500 - 16% open · ⏱️ 25.02.2023):
git clone https://github.com/pybuilder/pybuilder
-
PyPi (📥 20K / month):
pip install pybuilder
-
Conda (📥 41K · ⏱️ 22.02.2023):
conda install -c conda-forge pybuilder
paver (🥉24 · ⭐ 450 · 📈) - Python-based project scripting. BSD-3
-
GitHub (👨💻 46 · 🔀 78 · 📋 130 - 29% open · ⏱️ 16.04.2023):
git clone https://github.com/paver/paver
-
PyPi (📥 54K / month · 📦 960 · ⏱️ 31.12.2017):
pip install paver
-
Conda (📥 27K · ⏱️ 24.07.2018):
conda install -c conda-forge paver
universal-build (🥉14 · ⭐ 19 · 💤) - Universal build utilities for containerized build pipelines. MIT
-
GitHub (👨💻 5 · 🔀 7 · 📥 18 · 📦 11 · ⏱️ 15.09.2022):
git clone https://github.com/ml-tooling/universal-build
-
PyPi (📥 170 / month):
pip install universal-build
Show 2 hidden projects...
- buildout (🥉29 · ⭐ 560 · 📈) - Buildout is a deployment automation tool written in and..
❗️ZPL-2.1
- pynt (🥉18 · ⭐ 160 · 💀) - A pynt of Python build.
MIT
System Monitoring & Profiling
psutil (🥇43 · ⭐ 9.3K) - Cross-platform lib for process and system monitoring in Python. BSD-3
-
GitHub (👨💻 200 · 🔀 1.3K · 📦 300K · 📋 1.6K - 14% open · ⏱️ 02.05.2023):
git clone https://github.com/giampaolo/psutil
-
PyPi (📥 65M / month):
pip install psutil
-
Conda (📥 22M · ⏱️ 17.04.2023):
conda install -c conda-forge psutil
Glances (🥇37 · ⭐ 23K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0
-
GitHub (👨💻 170 · 🔀 1.4K · 📥 1.2K · 📦 640 · 📋 1.7K - 14% open · ⏱️ 03.05.2023):
git clone https://github.com/nicolargo/glances
-
PyPi (📥 180K / month · 📦 51 · ⏱️ 17.01.2023):
pip install glances
-
Conda (📥 190K · ⏱️ 17.01.2023):
conda install -c conda-forge glances
py-spy (🥈32 · ⭐ 10K) - Sampling profiler for Python programs. MIT
-
GitHub (👨💻 31 · 🔀 350 · 📥 12K · 📦 2.6K · 📋 300 - 38% open · ⏱️ 09.12.2022):
git clone https://github.com/benfred/py-spy
-
PyPi (📥 3M / month · 📦 44 · ⏱️ 07.09.2022):
pip install py-spy
-
Conda (📥 430K · ⏱️ 09.09.2022):
conda install -c conda-forge py-spy
-
Cargo (📥 830 / month · 📦 1 · ⏱️ 07.09.2022):
cargo install py-spy
memray (🥈31 · ⭐ 10K) - Memray is a memory profiler for Python. Apache-2
-
GitHub (👨💻 32 · 🔀 300 · 📦 140 · 📋 110 - 18% open · ⏱️ 01.05.2023):
git clone https://github.com/bloomberg/memray
-
PyPi (📥 80K / month · 📦 12 · ⏱️ 17.01.2023):
pip install memray
-
Conda (📥 35K · ⏱️ 22.02.2023):
conda install -c conda-forge memray
Scalene (🥈30 · ⭐ 7.6K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
-
GitHub (👨💻 39 · 🔀 250 · 📦 440 · 📋 350 - 38% open · ⏱️ 25.04.2023):
git clone https://github.com/plasma-umass/scalene
-
PyPi (📥 15K / month · 📦 4 · ⏱️ 06.01.2023):
pip install scalene
pyinstrument (🥈30 · ⭐ 5.3K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
-
GitHub (👨💻 47 · 🔀 220 · 📦 1.4K · 📋 110 - 14% open · ⏱️ 25.04.2023):
git clone https://github.com/joerick/pyinstrument
-
PyPi (📥 430K / month · 📦 120 · ⏱️ 05.11.2022):
pip install pyinstrument
-
Conda (📥 190K · ⏱️ 05.11.2022):
conda install -c conda-forge pyinstrument
line_profiler (🥈27 · ⭐ 1.8K) - 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 (📥 450K / month · 📦 73 · ⏱️ 09.12.2022):
pip install line_profiler
-
Conda (📥 380K · ⏱️ 09.12.2022):
conda install -c conda-forge line_profiler
Yappi (🥈27 · ⭐ 1.1K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
-
GitHub (👨💻 28 · 🔀 61 · 📦 920 · 📋 71 - 29% open · ⏱️ 25.11.2022):
git clone https://github.com/sumerc/yappi
-
PyPi (📥 1.4M / month · 📦 350 · ⏱️ 31.10.2022):
pip install yappi
-
Conda (📥 150K · ⏱️ 02.11.2022):
conda install -c conda-forge yappi
Diamond (🥉26 · ⭐ 1.7K) - Diamond is a python daemon that collects system metrics and publishes.. MIT
vprof (🥉22 · ⭐ 3.9K · 💤) - Visual profiler for Python. BSD-2
pympler (🥉20 · ⭐ 1K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2
-
GitHub (👨💻 29 · 🔀 79 · 📋 98 - 45% open · ⏱️ 24.07.2022):
git clone https://github.com/pympler/pympler
-
PyPi (📥 1.7M / month):
pip install pympler
-
Conda (📥 300K · ⏱️ 24.07.2022):
conda install -c conda-forge pympler
Show 7 hidden projects...
- Bpytop (🥉26 · ⭐ 9.3K · 💀) - Linux/OSX/FreeBSD resource monitor.
Apache-2
- memory-profiler (🥉22 · ⭐ 3.9K) - Monitor Memory usage of Python code.
❗Unlicensed
- Profiling (🥉21 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler.
BSD-3
- heartrate (🥉19 · ⭐ 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
- memory_profiler (🥉15 · ⭐ 78 · 💀) - Monitor Memory usage of Python code.
❗Unlicensed
- livepython (🥉12 · ⭐ 2.5K · 💀) - Visually trace Python code in real-time.
MIT
AST Tools
gast (🥇29 · ⭐ 130) - Python AST that abstracts the underlying Python version. BSD-3
-
GitHub (👨💻 10 · 🔀 27 · 📦 120K · 📋 30 - 3% open · ⏱️ 29.04.2023):
git clone https://github.com/serge-sans-paille/gast
-
PyPi (📥 13M / month · 📦 1.9K · ⏱️ 13.11.2021):
pip install gast
-
Conda (📥 2.2M · ⏱️ 15.11.2021):
conda install -c conda-forge gast
astor (🥈28 · ⭐ 720) - Python AST read/write. BSD-3
-
GitHub (👨💻 33 · 🔀 94 · 📋 120 - 33% open · ⏱️ 31.12.2022):
git clone https://github.com/berkerpeksag/astor
-
PyPi (📥 6.4M / month · 📦 2.2K · ⏱️ 10.12.2019):
pip install astor
-
Conda (📥 2M · ⏱️ 01.07.2020):
conda install -c conda-forge astor
executing (🥈28 · ⭐ 240) - Get information about what a Python frame is currently doing,.. MIT
-
GitHub (👨💻 9 · 🔀 27 · 📦 69K · 📋 34 - 47% open · ⏱️ 27.12.2022):
git clone https://github.com/alexmojaki/executing
-
PyPi (📥 10M / month · 📦 130 · ⏱️ 29.10.2022):
pip install executing
-
Conda (📥 6.8M · ⏱️ 01.11.2022):
conda install -c conda-forge executing
typed_ast (🥈28 · ⭐ 220 · 💤) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2
-
GitHub (👨💻 26 · 🔀 55 · 📋 87 - 1% open · ⏱️ 08.10.2022):
git clone https://github.com/python/typed_ast
-
PyPi (📥 8.5M / month · 📦 5.5K · ⏱️ 21.05.2022):
pip install typed_ast
-
Conda (📥 6M · ⏱️ 29.10.2022):
conda install -c conda-forge typed-ast
asteval (🥉26 · ⭐ 150 · 📈) - minimalistic evaluator of python expression using ast module. MIT
-
GitHub (👨💻 24 · 🔀 36 · 📋 63 - 7% open · ⏱️ 02.05.2023):
git clone https://github.com/newville/asteval
-
PyPi (📥 190K / month · 📦 170 · ⏱️ 07.11.2022):
pip install asteval
-
Conda (📥 280K · ⏱️ 24.02.2023):
conda install -c conda-forge asteval
Show 1 hidden projects...
Others
pre-commit (🥇42 · ⭐ 10K) - A framework for managing and maintaining multi-language pre-commit.. MIT
-
GitHub (👨💻 150 · 🔀 720 · 📥 410K · 📦 130K · 📋 1.8K - 1% open · ⏱️ 02.05.2023):
git clone https://github.com/pre-commit/pre-commit
-
PyPi (📥 10M / month · 📦 5.3K · ⏱️ 29.01.2023):
pip install pre-commit
-
Conda (📥 3M · ⏱️ 03.05.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