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 840K stars grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
🧙♂️ 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 · 🔀 1K · 📦 370K · 📋 5K - 14% open · ⏱️ 07.06.2023):
git clone https://github.com/PyCQA/pylint
-
PyPi (📥 13M / month · 📦 22K · ⏱️ 29.06.2022):
pip install pylint
-
Conda (📥 4.2M · ⏱️ 06.05.2023):
conda install -c conda-forge pylint
ruff (🥇40 · ⭐ 15K) - An extremely fast Python linter, written in Rust. MIT
-
GitHub (👨💻 210 · 🔀 470 · 📥 19K · 📦 7.6K · 📋 1.9K - 18% open · ⏱️ 08.06.2023):
git clone https://github.com/charliermarsh/ruff
-
PyPi (📥 2.3M / month · 📦 430 · ⏱️ 08.06.2023):
pip install ruff
-
Conda (📥 210K · ⏱️ 07.06.2023):
conda install -c conda-forge ruff
flake8 (🥇40 · ⭐ 2.9K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
-
GitHub (👨💻 170 · 🔀 280 · 📦 460K · 📋 1.5K - 1% open · ⏱️ 16.05.2023):
git clone https://github.com/PyCQA/flake8
-
PyPi (📥 21M / month · 📦 45K · ⏱️ 23.11.2022):
pip install flake8
-
Conda (📥 6.2M · ⏱️ 25.11.2022):
conda install -c conda-forge flake8
pycodestyle (🥇37 · ⭐ 4.9K) - Simple Python style checker in one Python file. ❗️Saxpath
-
GitHub (👨💻 130 · 🔀 700 · 📦 340K · 📋 710 - 16% open · ⏱️ 09.05.2023):
git clone https://github.com/PyCQA/pycodestyle
-
PyPi (📥 29M / month · 📦 11K · ⏱️ 23.11.2022):
pip install pycodestyle
-
Conda (📥 6.4M · ⏱️ 24.11.2022):
conda install -c conda-forge pycodestyle
wemake-python-styleguide (🥈36 · ⭐ 2.2K) - The strictest and most opinionated python linter ever!. MIT
-
GitHub (👨💻 180 · 🔀 370 · 📦 15K · 📋 1.1K - 10% open · ⏱️ 08.06.2023):
git clone https://github.com/wemake-services/wemake-python-styleguide
-
PyPi (📥 260K / month · 📦 47 · ⏱️ 19.01.2020):
pip install wemake-python-styleguide
pyflakes (🥈34 · ⭐ 1.3K) - A simple program which checks Python source files for errors. MIT
-
GitHub (👨💻 84 · 🔀 170 · 📦 230K · 📋 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.2M · ⏱️ 24.11.2022):
conda install -c conda-forge pyflakes
parso (🥈32 · ⭐ 540) - A Python Parser. MIT
-
GitHub (👨💻 46 · 🔀 94 · 📦 310K · 📋 110 - 8% open · ⏱️ 14.02.2023):
git clone https://github.com/davidhalter/parso
-
PyPi (📥 18M / month · 📦 6K · ⏱️ 09.07.2018):
pip install parso
-
Conda (📥 14M · ⏱️ 01.12.2021):
conda install -c conda-forge parso
pydocstyle (🥈31 · ⭐ 1.1K) - docstring style checker. MIT
-
GitHub (👨💻 89 · 🔀 180 · 📥 63 · 📦 56K · 📋 340 - 34% open · ⏱️ 17.01.2023):
git clone https://github.com/PyCQA/pydocstyle
-
PyPi (📥 3M / month · 📦 2.7K · ⏱️ 17.05.2021):
pip install pydocstyle
-
Conda (📥 1.4M · ⏱️ 17.01.2023):
conda install -c conda-forge pydocstyle
flake8-bugbear (🥈31 · ⭐ 940) - A plugin for Flake8 finding likely bugs and design problems.. MIT
-
GitHub (👨💻 75 · 🔀 94 · 📦 32K · 📋 190 - 24% open · ⏱️ 05.06.2023):
git clone https://github.com/PyCQA/flake8-bugbear
-
PyPi (📥 2M / month · 📦 250 · ⏱️ 01.02.2020):
pip install flake8-bugbear
-
Conda (📥 710K · ⏱️ 07.06.2023):
conda install -c conda-forge flake8-bugbear
pylint-django (🥈30 · ⭐ 560) - Pylint plugin for improving code analysis for when.. ❗️GPL-2.0
-
GitHub (👨💻 68 · 🔀 120 · 📥 240 · 📦 26K · 📋 220 - 23% open · ⏱️ 15.05.2023):
git clone https://github.com/PyCQA/pylint-django
-
PyPi (📥 1.1M / month · 📦 1.2K · ⏱️ 17.12.2018):
pip install pylint-django
-
Conda (📥 150K · ⏱️ 07.04.2022):
conda install -c conda-forge pylint-django
nitpick (🥈28 · ⭐ 350) - Enforce the same settings on multiple projects. MIT
hacking (🥈28 · ⭐ 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 (📥 74K / month · 📦 4.4K · ⏱️ 21.04.2021):
pip install hacking
flake8-isort (🥈27 · ⭐ 150) - flake8 plugin that integrates isort. ❗️GPL-2.0
-
GitHub (👨💻 37 · 🔀 91 · 📦 23K · 📋 55 - 12% open · ⏱️ 22.12.2022):
git clone https://github.com/gforcada/flake8-isort
-
PyPi (📥 1.1M / month):
pip install flake8-isort
-
Conda (📥 40K · ⏱️ 23.12.2022):
conda install -c conda-forge flake8-isort
flake8-quotes (🥉26 · ⭐ 170) - Flake8 extension for checking quotes in python. MIT
-
GitHub (👨💻 32 · 🔀 31 · 📦 19K · 📋 48 - 10% open · ⏱️ 19.12.2022):
git clone https://github.com/zheller/flake8-quotes
-
PyPi (📥 800K / month):
pip install flake8-quotes
-
Conda (📥 680K · ⏱️ 20.12.2022):
conda install -c conda-forge flake8-quotes
pylama (🥉25 · ⭐ 1K · 💤) - Code audit tool for python. MIT
flake8-eradicate (🥉25 · ⭐ 300) - Flake8 plugin to find commented out or dead code. MIT
-
GitHub (👨💻 15 · 🔀 13 · 📦 16K · 📋 38 - 21% open · ⏱️ 31.05.2023):
git clone https://github.com/wemake-services/flake8-eradicate
-
PyPi (📥 610K / month):
pip install flake8-eradicate
-
Conda (📥 8.9K · ⏱️ 01.06.2023):
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 · 🔀 39 · 📦 9.2K · 📋 95 - 20% open · ⏱️ 02.05.2023):
git clone https://github.com/mgedmin/check-manifest
-
PyPi (📥 190K / month · 📦 2.9K · ⏱️ 26.03.2015):
pip install check-manifest
-
Conda (📥 90K · ⏱️ 05.12.2022):
conda install -c conda-forge check-manifest
flake8-builtins (🥉25 · ⭐ 100) - Check for python builtins being used as variables or.. ❗️GPL-2.0
-
GitHub (👨💻 17 · 🔀 21 · 📦 9.1K · 📋 44 - 4% open · ⏱️ 22.12.2022):
git clone https://github.com/gforcada/flake8-builtins
-
PyPi (📥 750K / month · 📦 460 · ⏱️ 14.05.2020):
pip install flake8-builtins
-
Conda (📥 210K · ⏱️ 23.12.2022):
conda install -c conda-forge flake8-builtins
beartype (🥉24 · ⭐ 1.8K) - Unbearably fast near-real-time runtime type-checking in pure Python. MIT
-
GitHub (👨💻 16 · 🔀 33 · 📋 190 - 24% open · ⏱️ 08.06.2023):
git clone https://github.com/beartype/beartype
-
PyPi (📥 220K / month):
pip install beartype
-
Conda (📥 49K · ⏱️ 07.06.2023):
conda install -c conda-forge beartype
flake8-import-order (🥉24 · ⭐ 270) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0
-
GitHub (👨💻 46 · 🔀 71 · 📋 100 - 11% open · ⏱️ 10.12.2022):
git clone https://github.com/PyCQA/flake8-import-order
-
PyPi (📥 360K / month · 📦 1.2K · ⏱️ 04.03.2019):
pip install flake8-import-order
-
Conda (📥 230K · ⏱️ 28.11.2022):
conda install -c conda-forge flake8-import-order
flake8-black (🥉23 · ⭐ 160) - flake8 plugin to run black for checking Python coding style. MIT
-
GitHub (👨💻 10 · 🔀 11 · 📦 6.8K · 📋 29 - 20% open · ⏱️ 03.04.2023):
git clone https://github.com/peterjc/flake8-black
-
PyPi (📥 1M / month):
pip install flake8-black
-
Conda (📥 440K · ⏱️ 03.04.2023):
conda install -c conda-forge flake8-black
pandas-vet (🥉22 · ⭐ 150) - A plugin for Flake8 that checks pandas code. MIT
-
GitHub (👨💻 13 · 🔀 17 · 📥 55 · 📦 360 · 📋 47 - 36% open · ⏱️ 16.05.2023):
git clone https://github.com/deppen8/pandas-vet
-
PyPi (📥 66K / month):
pip install pandas-vet
-
Conda (📥 15K · ⏱️ 10.02.2022):
conda install -c conda-forge pandas-vet
mypy-protobuf (🥉20 · ⭐ 570) - 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.2M / month):
pip install mypy-protobuf
-
Conda (📥 98K · ⏱️ 24.08.2022):
conda install -c conda-forge mypy-protobuf
flake8-comprehensions (🥉20 · ⭐ 430) - A flake8 plugin to help you write better.. MIT
-
GitHub (👨💻 15 · 🔀 19 · 📋 54 - 5% open · ⏱️ 05.06.2023):
git clone https://github.com/adamchainz/flake8-comprehensions
-
PyPi (📥 1.1M / month):
pip install flake8-comprehensions
-
Conda (📥 720K · ⏱️ 13.04.2023):
conda install -c conda-forge flake8-comprehensions
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 · 📦 170 · ⏱️ 29.08.2022):
pip install flake8-bandit
pylint-flask (🥉19 · ⭐ 62 · 💤) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0
-
GitHub (👨💻 7 · 🔀 7 · 📦 7.4K · 📋 12 - 50% open · ⏱️ 19.07.2022):
git clone https://github.com/jschaf/pylint-flask
-
PyPi (📥 300K / month):
pip install pylint-flask
-
Conda (📥 95K · ⏱️ 02.02.2019):
conda install -c conda-forge pylint-flask
flake8-simplify (🥉18 · ⭐ 150) - A flake8 plugin that helps you to simplify code. MIT
-
GitHub (👨💻 12 · 🔀 18 · 📋 120 - 39% open · ⏱️ 30.03.2023):
git clone https://github.com/MartinThoma/flake8-simplify
-
PyPi (📥 270K / month):
pip install flake8-simplify
-
Conda (📥 28K · ⏱️ 30.03.2023):
conda install -c conda-forge flake8-simplify
linty_fresh (🥉10 · ⭐ 180) - Surface lint errors during code review. Apache-2
mypy
Show 12 hidden projects...
- coala (🥈27 · ⭐ 3.5K · 💀) - coala provides a unified command-line interface for linting and..
❗️AGPL-3.0
- darglint (🥈27 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring..
MIT
- pep8-naming (🥈27 · ⭐ 450) - Naming Convention checker for Python.
❗️Saxpath
- data-science-types (🥉25 · ⭐ 200 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas..
Apache-2
- Fixit (🥉22 · ⭐ 400) - Advanced Python linting framework with auto-fixes and hierarchical..
❗Unlicensed
- flake8-commas (🥉21 · ⭐ 130 · 💀) - Flake8 extension for enforcing trailing commas in..
❗Unlicensed
- flake8-mypy (🥉17 · ⭐ 100 · 💀) - A plugin for flake8 integrating Mypy.
MIT
- flakehell (🥉16 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable.
MIT
- imhotep (🥉16 · ⭐ 220 · 💀) - A static-analysis bot for Github.
MIT
- yala (🥉15 · ⭐ 14) - Yet Another Linter Aggregator.
MIT
- bellybutton (🥉14 · ⭐ 260 · 💀) - Custom Python linting through AST expressions.
MIT
- pycycle (🥉13 · ⭐ 320 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports..
MIT
Type checkers
pyright (🥈37 · ⭐ 10K) - Static Type Checker for Python. MIT
pyre-check (🥉31 · ⭐ 6.4K) - Performant type-checking for python. MIT
Show 3 hidden projects...
- mypy (🥇42 · ⭐ 15K) - Optional static typing for Python.
❗Unlicensed
- typeguard (🥉30 · ⭐ 1.2K) - Run-time type checker for Python.
❗Unlicensed
- pytype (🥉25 · ⭐ 4.2K) - A static type analyzer for Python code.
❗Unlicensed
Code Formatters
black (🥇44 · ⭐ 33K) - The uncompromising Python code formatter. MIT
-
GitHub (👨💻 370 · 🔀 2.1K · 📥 32K · 📦 380K · 📋 2.3K - 17% open · ⏱️ 02.06.2023):
git clone https://github.com/psf/black
-
PyPi (📥 20M / month · 📦 10K · ⏱️ 26.09.2018):
pip install black
-
Conda (📥 7.3M · ⏱️ 26.04.2023):
conda install -c conda-forge black
isort (🥈41 · ⭐ 5.8K) - A Python utility / library to sort imports. MIT
-
GitHub (👨💻 280 · 🔀 530 · 📦 390K · 📋 1.2K - 13% open · ⏱️ 25.05.2023):
git clone https://github.com/PyCQA/isort
-
PyPi (📥 26M / month · 📦 17K · ⏱️ 10.03.2019):
pip install isort
-
Conda (📥 4.8M · ⏱️ 01.02.2023):
conda install -c conda-forge isort
yapf (🥈40 · ⭐ 13K) - A formatter for Python files. Apache-2
-
GitHub (👨💻 150 · 🔀 890 · 📦 78K · 📋 790 - 48% open · ⏱️ 07.06.2023):
git clone https://github.com/google/yapf
-
PyPi (📥 3.6M / month · 📦 2.3K · ⏱️ 21.02.2023):
pip install yapf
-
Conda (📥 1.5M · ⏱️ 01.05.2023):
conda install -c conda-forge yapf
autopep8 (🥉36 · ⭐ 4.4K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
-
GitHub (👨💻 57 · 🔀 290 · 📦 180K · 📋 470 - 24% open · ⏱️ 19.03.2023):
git clone https://github.com/hhatto/autopep8
-
PyPi (📥 3.5M / month · 📦 5.9K · ⏱️ 28.10.2022):
pip install autopep8
-
Conda (📥 1.2M · ⏱️ 03.03.2023):
conda install -c conda-forge autopep8
docformatter (🥉28 · ⭐ 410) - Formats docstrings to follow PEP 257. MIT
-
GitHub (👨💻 26 · 🔀 53 · 📥 1 · 📦 2.9K · 📋 130 - 10% open · ⏱️ 07.06.2023):
git clone https://github.com/myint/docformatter
-
PyPi (📥 360K / month · 📦 130 · ⏱️ 27.12.2020):
pip install docformatter
-
Conda (📥 68K · ⏱️ 07.06.2023):
conda install -c conda-forge docformatter
autoimport (🥉17 · ⭐ 71) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0
-
GitHub (👨💻 13 · 🔀 21 · 📦 100 · 📋 38 - 21% open · ⏱️ 24.03.2023):
git clone https://github.com/lyz-code/autoimport
-
PyPi (📥 4K / month · 📦 5 · ⏱️ 08.02.2023):
pip install autoimport
Show 1 hidden projects...
- pyformat (🥉19 · ⭐ 92 · 💀) - Formats Python code to follow a consistent style.
❗️Saxpath
Code Refactoring
rope (🥇32 · ⭐ 1.6K) - a python refactoring library. ❗️LGPL-3.0
-
GitHub (👨💻 77 · 🔀 140 · 📦 64K · 📋 300 - 24% open · ⏱️ 30.05.2023):
git clone https://github.com/python-rope/rope
-
PyPi (📥 660K / month):
pip install rope
-
Conda (📥 1.2M · ⏱️ 05.05.2023):
conda install -c conda-forge rope
vulture (🥈30 · ⭐ 2.5K) - Find dead Python code. MIT
-
GitHub (👨💻 35 · 🔀 120 · 📦 3.8K · 📋 180 - 8% open · ⏱️ 27.02.2023):
git clone https://github.com/jendrikseipp/vulture
-
PyPi (📥 440K / month):
pip install vulture
-
Conda (📥 70K · ⏱️ 09.01.2023):
conda install -c conda-forge vulture
pyupgrade (🥈24 · ⭐ 2.7K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
-
GitHub (👨💻 34 · 🔀 150 · 📋 370 - 3% open · ⏱️ 06.06.2023):
git clone https://github.com/asottile/pyupgrade
-
PyPi (📥 380K / month):
pip install pyupgrade
-
Conda (📥 550K · ⏱️ 06.05.2023):
conda install -c conda-forge pyupgrade
autoflake (🥈23 · ⭐ 770) - Removes unused imports and unused variables as reported by pyflakes. MIT
-
GitHub (👨💻 37 · 🔀 72 · 📋 100 - 34% open · ⏱️ 29.05.2023):
git clone https://github.com/myint/autoflake
-
PyPi (📥 1.5M / month):
pip install autoflake
-
Conda (📥 480K · ⏱️ 14.10.2022):
conda install -c conda-forge autoflake
Bowler (🥉21 · ⭐ 1.5K) - Safe code refactoring for modern Python. MIT
-
GitHub (👨💻 27 · 🔀 93 · 📋 72 - 52% open · ⏱️ 20.01.2023):
git clone https://github.com/facebookincubator/Bowler
-
PyPi (📥 100K / month):
pip install bowler
-
Conda (📥 16K · ⏱️ 12.06.2019):
conda install -c conda-forge bowler
unimport (🥉20 · ⭐ 220) - The ultimate linter and formatter for removing unused import statements.. MIT
com2ann (🥉18 · ⭐ 130) - Tool for translation type comments to type annotations in Python. MIT
-
GitHub (👨💻 5 · 🔀 9 · 📦 41 · 📋 26 - 26% open · ⏱️ 27.04.2023):
git clone https://github.com/ilevkivskyi/com2ann
-
PyPi (📥 11K / month · 📦 2 · ⏱️ 21.08.2021):
pip install com2ann
add-trailing-comma (🥉17 · ⭐ 300) - A tool (and pre-commit hook) to automatically add trailing.. MIT
-
GitHub (👨💻 11 · 🔀 18 · ⏱️ 06.06.2023):
git clone https://github.com/asottile/add-trailing-comma
-
PyPi (📥 23K / month):
pip install add-trailing-comma
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 (📥 610 / month):
pip install retype
-
Conda (📥 23K · ⏱️ 15.08.2022):
conda install -c conda-forge retype
Show 9 hidden projects...
- jedi (🥇37 · ⭐ 5.4K) - Awesome autocompletion, static analysis and refactoring library for..
❗Unlicensed
- eradicate (🥈24 · ⭐ 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
- MonkeyType (🥉20 · ⭐ 4.2K) - A Python library that generates static type annotations by..
❗Unlicensed
- pyannotate (🥉19 · ⭐ 1.4K · 💀) - Auto-generate PEP-484 annotations.
Apache-2
- unify (🥉18 · ⭐ 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 (🥉13 · ⭐ 110 · 💀) - Programmatically edit text files with Python. Useful for source to..
MIT
Code Security
bandit (🥇37 · ⭐ 5.3K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
-
GitHub (👨💻 170 · 🔀 530 · 📥 690 · 📦 42K · 📋 640 - 30% open · ⏱️ 06.06.2023):
git clone https://github.com/PyCQA/bandit
-
PyPi (📥 3.1M / month · 📦 1.7K · ⏱️ 04.03.2022):
pip install bandit
-
Conda (📥 240K · ⏱️ 11.03.2023):
conda install -c conda-forge bandit
sqlmap (🥈32 · ⭐ 27K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0
-
GitHub (👨💻 130 · 🔀 5.3K · 📋 5K - 1% open · ⏱️ 06.06.2023):
git clone https://github.com/sqlmapproject/sqlmap
-
PyPi (📥 10K / month · 📦 6 · ⏱️ 03.06.2022):
pip install sqlmap
detect-secrets (🥉28 · ⭐ 3.1K) - An enterprise friendly way of detecting and preventing.. Apache-2
-
GitHub (👨💻 71 · 🔀 380 · 📋 320 - 37% open · ⏱️ 11.04.2023):
git clone https://github.com/Yelp/detect-secrets
-
PyPi (📥 410K / month · 📦 35 · ⏱️ 26.07.2020):
pip install detect-secrets
safety (🥉28 · ⭐ 1.5K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
-
GitHub (👨💻 41 · 🔀 130 · 📥 340K · 📦 16 · 📋 180 - 34% open · ⏱️ 29.05.2023):
git clone https://github.com/pyupio/safety
-
PyPi (📥 1M / month · 📦 380 · ⏱️ 04.10.2022):
pip install safety
-
Conda (📥 67K · ⏱️ 09.12.2022):
conda install -c conda-forge safety
dlint (🥉21 · ⭐ 150) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
-
GitHub (👨💻 16 · 🔀 16 · 📋 45 - 53% open · ⏱️ 10.04.2023):
git clone https://github.com/dlint-py/dlint
-
PyPi (📥 150K / month · 📦 48 · ⏱️ 09.08.2022):
pip install dlint
-
Conda (📥 2.8K · ⏱️ 11.04.2023):
conda install -c conda-forge dlint
Show 3 hidden projects...
- pyarmor (🥈33 · ⭐ 2.2K) - A tool used to obfuscate python scripts, bind obfuscated scripts..
❗Unlicensed
- pyt (🥉23 · ⭐ 2.1K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in..
❗️GPL-2.0
- dodgy (🥉21 · ⭐ 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 (👨💻 470 · 🔀 1.8K · 📦 86K · 📋 4K - 5% open · ⏱️ 02.06.2023):
git clone https://github.com/pypa/pipenv
-
PyPi (📥 6.6M / month · 📦 1.3K · ⏱️ 04.07.2022):
pip install pipenv
-
Conda (📥 110K · ⏱️ 02.06.2023):
conda install -c conda-forge pipenv
virtualenv (🥈41 · ⭐ 4.5K) - Virtual Python Environment builder. MIT
-
GitHub (👨💻 250 · 🔀 1K · 📦 270K · 📋 1.3K - 6% open · ⏱️ 19.05.2023):
git clone https://github.com/pypa/virtualenv
-
PyPi (📥 59M / month · 📦 18K · ⏱️ 17.08.2020):
pip install virtualenv
-
Conda (📥 4.5M · ⏱️ 28.04.2023):
conda install -c conda-forge virtualenv
pyenv (🥈32 · ⭐ 32K) - Simple Python version management. MIT
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 (🥉13 · ⭐ 170 · 💤) - 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 (📥 220 / month · ⏱️ 06.11.2022):
pip install freshenv
-
Conda:
conda install -c raiyanyahya freshenv
Show 3 hidden projects...
- nodeenv (🥈33 · ⭐ 1.6K) - Virtual environment for Node.js & integrator with virtualenv.
❗Unlicensed
- vex (🥉16 · ⭐ 370 · 💀) - Run a command in the named virtualenv.
MIT
- pipenv-pipes (🥉10 · ⭐ 130 · 💀) - A PipEnv Environment Switcher.
MIT
Dependency & Package Managers
pip (🥇45 · ⭐ 8.8K) - The Python package installer. MIT
-
GitHub (👨💻 730 · 🔀 2.7K · 📦 140K · 📋 6.8K - 13% open · ⏱️ 08.06.2023):
git clone https://github.com/pypa/pip
-
PyPi (📥 150M / month):
pip install pip
-
Conda (📥 80M · ⏱️ 26.04.2023):
conda install -c conda-forge pip
conda (🥇43 · ⭐ 5.5K) - A system-level, binary package and environment manager running on all.. BSD-3
-
GitHub (👨💻 430 · 🔀 1.4K · 📦 41K · 📋 9.1K - 8% open · ⏱️ 08.06.2023):
git clone https://github.com/conda/conda
-
PyPi (📥 86K / month · 📦 1.1K · ⏱️ 16.09.2016):
pip install conda
-
Conda (📥 43M · ⏱️ 25.05.2023):
conda install -c conda-forge conda
poetry (🥈40 · ⭐ 25K) - Python packaging and dependency management made easy. MIT
-
GitHub (👨💻 460 · 🔀 2K · 📥 15M · 📋 5.1K - 11% open · ⏱️ 05.06.2023):
git clone https://github.com/python-poetry/poetry
-
PyPi (📥 12M / month · 📦 260 · ⏱️ 06.06.2022):
pip install poetry
-
Conda (📥 890K · ⏱️ 30.05.2023):
conda install -c conda-forge poetry
pip-tools (🥈38 · ⭐ 6.9K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
-
GitHub (👨💻 190 · 🔀 500 · 📦 21K · 📋 940 - 13% open · ⏱️ 26.05.2023):
git clone https://github.com/jazzband/pip-tools
-
PyPi (📥 8M / month):
pip install pip-tools
-
Conda (📥 91K · ⏱️ 22.05.2023):
conda install -c conda-forge pip-tools
pipreqs (🥈34 · ⭐ 5.2K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
-
GitHub (👨💻 59 · 🔀 340 · 📦 20K · 📋 260 - 62% open · ⏱️ 14.04.2023):
git clone https://github.com/bndr/pipreqs
-
PyPi (📥 2.3M / month · 📦 360 · ⏱️ 23.10.2021):
pip install pipreqs
-
Conda (📥 37K · ⏱️ 14.04.2023):
conda install -c conda-forge pipreqs
pipx (🥉33 · ⭐ 6.5K) - Install and Run Python Applications in Isolated Environments. MIT
-
GitHub (👨💻 93 · 🔀 270 · 📥 1.2K · 📦 1.2K · 📋 560 - 21% open · ⏱️ 06.06.2023):
git clone https://github.com/pypa/pipx
-
PyPi (📥 1.3M / month):
pip install pipx
-
Conda (📥 27K · ⏱️ 13.03.2023):
conda install -c conda-forge pipx
PDM (🥉32 · ⭐ 4.7K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
-
GitHub (👨💻 120 · 🔀 230 · 📥 3 · 📦 140 · 📋 1.1K - 2% open · ⏱️ 08.06.2023):
git clone https://github.com/pdm-project/pdm
-
PyPi (📥 220K / month · 📦 33 · ⏱️ 20.10.2020):
pip install pdm
-
Conda (📥 140K · ⏱️ 07.06.2023):
conda install -c conda-forge pdm
mamba (🥉28 · ⭐ 4.8K) - The Fast Cross-Platform Package Manager. BSD-3
-
GitHub (👨💻 120 · 🔀 270 · 📋 1.3K - 35% open · ⏱️ 08.06.2023):
git clone https://github.com/mamba-org/mamba
-
Conda (📥 7.7M · ⏱️ 06.04.2023):
conda install -c conda-forge mamba
pip-run (🥉18 · ⭐ 84) - pip-run - dynamic dependency loader for Python. MIT
Show 2 hidden projects...
- dephell (🥉25 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,..
MIT
- pyflow (🥉22 · ⭐ 1.3K · 💀) - An installation and dependency system for Python.
MIT
Code Metrics & Complexity
prospector (🥇34 · ⭐ 1.8K) - Inspects Python source files and provides information about.. ❗️GPL-2.0
-
GitHub (👨💻 88 · 🔀 170 · 📦 4.3K · 📋 360 - 14% open · ⏱️ 25.05.2023):
git clone https://github.com/PyCQA/prospector
-
PyPi (📥 680K / month · 📦 710 · ⏱️ 18.03.2022):
pip install prospector
-
Conda (📥 74K · ⏱️ 25.05.2023):
conda install -c conda-forge prospector
radon (🥈31 · ⭐ 1.4K) - Various code metrics for Python code. MIT
-
GitHub (👨💻 56 · 🔀 110 · 📦 4.1K · 📋 170 - 12% open · ⏱️ 26.03.2023):
git clone https://github.com/rubik/radon
-
PyPi (📥 430K / month · 📦 620 · ⏱️ 28.01.2020):
pip install radon
-
Conda (📥 59K · ⏱️ 07.09.2021):
conda install -c conda-forge radon
mccabe (🥈30 · ⭐ 570) - McCabe complexity checker for Python. ❗️Saxpath
-
GitHub (👨💻 22 · 🔀 53 · 📦 370K · 📋 52 - 25% open · ⏱️ 23.03.2023):
git clone https://github.com/PyCQA/mccabe
-
PyPi (📥 28M / month · 📦 16K · ⏱️ 24.01.2022):
pip install mccabe
-
Conda (📥 6.8M · ⏱️ 24.01.2022):
conda install -c conda-forge mccabe
wily (🥉24 · ⭐ 1.1K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
-
GitHub (👨💻 23 · 🔀 55 · 📦 180 · 📋 92 - 34% open · ⏱️ 13.03.2023):
git clone https://github.com/tonybaloney/wily
-
PyPi (📥 11K / month · 📦 9 · ⏱️ 14.10.2018):
pip install wily
cohesion (🥉16 · ⭐ 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 (📥 6.4K / month · 📦 11 · ⏱️ 10.07.2019):
pip install cohesion
-
Conda (📥 1.5K · ⏱️ 08.03.2023):
conda install -c conda-forge cohesion
Show 1 hidden projects...
- xenon (🥉22 · ⭐ 220 · 💀) - Monitoring tool based on radon.
MIT
Logging
rich (🥇42 · ⭐ 44K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
-
GitHub (👨💻 220 · 🔀 1.6K · 📦 94K · 📋 1.1K - 13% open · ⏱️ 31.05.2023):
git clone https://github.com/Textualize/rich
-
PyPi (📥 23M / month · 📦 4.1K · ⏱️ 24.05.2022):
pip install rich
-
Conda (📥 4M · ⏱️ 31.05.2023):
conda install -c conda-forge rich
tqdm (🥇42 · ⭐ 25K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
-
GitHub (👨💻 110 · 🔀 1.2K · 📥 11K · 📦 480K · 📋 910 - 37% open · ⏱️ 03.03.2023):
git clone https://github.com/tqdm/tqdm
-
PyPi (📥 53M / month):
pip install tqdm
-
Conda (📥 21M · ⏱️ 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 · 🔀 370 · 📥 3.5K · 📦 45K · 📋 920 - 19% open · ⏱️ 07.06.2023):
git clone https://github.com/getsentry/sentry-python
-
PyPi (📥 20M / month):
pip install sentry-sdk
-
Conda (📥 470K · ⏱️ 28.04.2023):
conda install -c conda-forge sentry-sdk
loguru (🥈37 · ⭐ 15K) - Python logging made (stupidly) simple. MIT
-
GitHub (👨💻 43 · 🔀 610 · 📦 54K · 📋 770 - 12% open · ⏱️ 02.06.2023):
git clone https://github.com/Delgan/loguru
-
PyPi (📥 12M / month · 📦 2.4K · ⏱️ 20.09.2020):
pip install loguru
-
Conda (📥 1.3M · ⏱️ 10.04.2023):
conda install -c conda-forge loguru
python-json-logger (🥈34 · ⭐ 1.5K) - Json Formatter for the standard python logger. BSD-2
-
GitHub (👨💻 63 · 🔀 210 · 📦 52K · 📋 94 - 5% open · ⏱️ 28.02.2023):
git clone https://github.com/madzak/python-json-logger
-
PyPi (📥 15M / month):
pip install python-json-logger
-
Conda (📥 4M · ⏱️ 22.02.2023):
conda install -c conda-forge python-json-logger
tabulate (🥈32 · ⭐ 1.7K) - Pretty-print tabular data in Python, a library and a command-line.. MIT
-
GitHub (👨💻 84 · 🔀 130 · 📦 120K · 📋 180 - 29% open · ⏱️ 30.04.2023):
git clone https://github.com/astanin/python-tabulate
-
PyPi (📥 47M / month):
pip install tabulate
-
Conda (📥 5M · ⏱️ 07.10.2022):
conda install -c conda-forge tabulate
progressbar2 (🥈32 · ⭐ 820) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
-
GitHub (👨💻 42 · 🔀 97 · 📥 1.9K · 📦 29K · 📋 210 - 5% open · ⏱️ 18.03.2023):
git clone https://github.com/WoLpH/python-progressbar
-
PyPi (📥 16M / month):
pip install progressbar2
-
Conda (📥 940K · ⏱️ 27.10.2022):
conda install -c conda-forge progressbar2
alive-progress (🥉29 · ⭐ 4.5K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
-
GitHub (👨💻 7 · 🔀 180 · 📦 1.9K · 📋 200 - 7% open · ⏱️ 01.06.2023):
git clone https://github.com/rsalmei/alive-progress
-
PyPi (📥 300K / month):
pip install alive-progress
-
Conda (📥 34K · ⏱️ 01.06.2023):
conda install -c conda-forge alive-progress
colorlog (🥉29 · ⭐ 810 · 💤) - A colored formatter for the python logging module. MIT
-
GitHub (👨💻 30 · 🔀 81 · 📦 26K · 📋 74 - 1% open · ⏱️ 29.08.2022):
git clone https://github.com/borntyping/python-colorlog
-
PyPi (📥 6.8M / month):
pip install colorlog
-
Conda (📥 1.5M · ⏱️ 26.10.2022):
conda install -c conda-forge colorlog
wasabi (🥉29 · ⭐ 420) - A lightweight console printing and formatting toolkit. MIT
-
GitHub (👨💻 13 · 🔀 26 · 📦 29K · 📋 9 - 44% open · ⏱️ 07.06.2023):
git clone https://github.com/ines/wasabi
-
PyPi (📥 4.2M / month · 📦 310 · ⏱️ 28.07.2022):
pip install wasabi
-
Conda (📥 1.1M · ⏱️ 07.06.2023):
conda install -c conda-forge wasabi
notifiers (🥉28 · ⭐ 2.5K · 💤) - The easy way to send notifications. MIT
-
GitHub (👨💻 19 · 🔀 97 · 📦 980 · 📋 99 - 33% open · ⏱️ 14.07.2022):
git clone https://github.com/liiight/notifiers
-
PyPi (📥 600K / month):
pip install notifiers
-
Conda (📥 33K · ⏱️ 07.09.2022):
conda install -c conda-forge notifiers
better-exceptions (🥉24 · ⭐ 4.4K) - Pretty and useful exceptions in Python, automatically. MIT
-
GitHub (👨💻 17 · 🔀 210 · 📋 78 - 41% open · ⏱️ 05.01.2023):
git clone https://github.com/Qix-/better-exceptions
-
PyPi (📥 100K / month · 📦 84 · ⏱️ 29.01.2021):
pip install better-exceptions
stackprinter (🥉24 · ⭐ 1.2K) - Debugging-friendly exceptions for Python. MIT
-
GitHub (👨💻 7 · 🔀 35 · 📦 260 · 📋 28 - 25% open · ⏱️ 20.02.2023):
git clone https://github.com/cknd/stackprinter
-
PyPi (📥 390K / month · 📦 27 · ⏱️ 24.11.2022):
pip install stackprinter
-
Conda (📥 5.4K · ⏱️ 31.10.2020):
conda install -c conda-forge stackprinter
python-devtools (🥉23 · ⭐ 760) - Dev tools for python. MIT
-
GitHub (👨💻 12 · 🔀 35 · 📦 1.5K · 📋 50 - 24% open · ⏱️ 23.05.2023):
git clone https://github.com/samuelcolvin/python-devtools
-
PyPi (📥 580 / month · 📦 1 · ⏱️ 21.08.2017):
pip install python-devtools
-
Conda (📥 15K · ⏱️ 06.04.2023):
conda install -c conda-forge python-devtools
Show 7 hidden projects...
- structlog (🥈34 · ⭐ 2.6K) - Simple, powerful, and fast logging for Python.
❗Unlicensed
- logbook (🥈31 · ⭐ 1.4K · 💀) - A cool logging replacement for Python.
BSD-3
- prettytable (🥉30 · ⭐ 1K) - Display tabular data in a visually appealing ASCII table..
❗Unlicensed
- python-coloredlogs (🥉28 · ⭐ 510 · 💀) - Colored terminal output for Pythons logging module.
MIT
- rebound (🥉22 · ⭐ 4K · 💀) - Command-line tool that instantly fetches Stack Overflow..
❗Unlicensed
- PrettyErrors (🥉18 · ⭐ 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. Xonsh shell,.. BSD-2
Show 1 hidden projects...
- xonsh (🥇28 · ⭐ 7.1K) - Python-powered, cross-platform, Unix-gazing shell.
❗Unlicensed
Documentation
🔗 best-of-mkdocs ( ⭐ 280) - Collection of MkDocs projects and plugins.
sphinx (🥇45 · ⭐ 5.5K) - The Sphinx documentation generator. BSD-3
-
GitHub (👨💻 780 · 🔀 1.9K · 📦 310K · 📋 6.6K - 19% open · ⏱️ 15.05.2023):
git clone https://github.com/sphinx-doc/sphinx
-
PyPi (📥 9.4M / month · 📦 61K · ⏱️ 02.06.2022):
pip install sphinx
-
Conda (📥 7.7M · ⏱️ 12.05.2023):
conda install -c conda-forge sphinx
mkdocs-material (🥇42 · ⭐ 14K) - Documentation that simply works. MIT
-
GitHub (👨💻 220 · 🔀 2.9K · 📦 33K · 📋 1.9K - 1% open · ⏱️ 07.06.2023):
git clone https://github.com/squidfunk/mkdocs-material
-
PyPi (📥 2.5M / month):
pip install mkdocs-material
-
Conda (📥 260K · ⏱️ 29.05.2023):
conda install -c conda-forge mkdocs-material
mkdocs (🥇41 · ⭐ 17K) - Project documentation with Markdown. BSD-2
-
GitHub (👨💻 240 · 🔀 2.2K · 📦 45K · 📋 1.8K - 6% open · ⏱️ 06.06.2023):
git clone https://github.com/mkdocs/mkdocs
-
PyPi (📥 1.7M / month):
pip install mkdocs
-
Conda (📥 260K · ⏱️ 03.05.2023):
conda install -c conda-forge mkdocs
sphinx_rtd_theme (🥈37 · ⭐ 4.4K) - Sphinx theme for readthedocs.org. MIT
-
GitHub (👨💻 120 · 🔀 1.8K · 📦 16 · 📋 850 - 28% open · ⏱️ 07.06.2023):
git clone https://github.com/readthedocs/sphinx_rtd_theme
-
PyPi (📥 3.5M / month · 📦 6.6K · ⏱️ 13.09.2021):
pip install sphinx_rtd_theme
-
Conda (📥 3.4M · ⏱️ 23.05.2023):
conda install -c conda-forge sphinx_rtd_theme
alabaster (🥈34 · ⭐ 690) - Lightweight, configurable Sphinx theme. BSD-3
-
GitHub (👨💻 29 · 🔀 180 · 📦 100K · 📋 120 - 52% open · ⏱️ 21.04.2023):
git clone https://github.com/bitprophet/alabaster
-
PyPi (📥 6.3M / month · 📦 7.7K · ⏱️ 13.01.2023):
pip install alabaster
-
Conda (📥 6.1M · ⏱️ 13.01.2023):
conda install -c conda-forge alabaster
pdoc (🥈32 · ⭐ 1.6K) - API Documentation for Python Projects. Unlicense
-
GitHub (👨💻 52 · 🔀 180 · 📦 1.9K · 📋 320 - 4% open · ⏱️ 08.06.2023):
git clone https://github.com/mitmproxy/pdoc
-
PyPi (📥 93K / month · 📦 270 · ⏱️ 08.06.2022):
pip install pdoc
mkdocstrings (🥈31 · ⭐ 1.2K) - Automatic documentation from sources, for MkDocs. ISC
-
GitHub (👨💻 36 · 🔀 94 · 📦 8K · 📋 340 - 13% open · ⏱️ 04.06.2023):
git clone https://github.com/mkdocstrings/mkdocstrings
-
PyPi (📥 390K / month · 📦 550 · ⏱️ 27.12.2021):
pip install mkdocstrings
-
Conda (📥 67K · ⏱️ 27.05.2023):
conda install -c conda-forge mkdocstrings
breathe (🥈31 · ⭐ 680) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
-
GitHub (👨💻 110 · 🔀 180 · 📥 510 · 📦 9.9K · 📋 560 - 29% open · ⏱️ 28.02.2023):
git clone https://github.com/michaeljones/breathe
-
PyPi (📥 340K / month · 📦 1K · ⏱️ 20.06.2022):
pip install breathe
-
Conda (📥 480K · ⏱️ 01.03.2023):
conda install -c conda-forge breathe
sphinx-autodoc-typehints (🥈31 · ⭐ 480) - Type hints support for the Sphinx autodoc extension. MIT
-
GitHub (👨💻 52 · 🔀 94 · 📦 38K · 📋 170 - 16% open · ⏱️ 03.05.2023):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
-
PyPi (📥 1.1M / month):
pip install sphinx-autodoc-typehints
-
Conda (📥 510K · ⏱️ 25.01.2023):
conda install -c conda-forge sphinx-autodoc-typehints
Griffe (🥈29 · ⭐ 170) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
-
GitHub (👨💻 19 · 🔀 26 · 📦 2.2K · 📋 130 - 24% open · ⏱️ 26.05.2023):
git clone https://github.com/mkdocstrings/griffe
-
PyPi (📥 460K / month · 📦 19 · ⏱️ 09.09.2021):
pip install griffe
-
Conda (📥 130K · ⏱️ 26.05.2023):
conda install -c conda-forge griffe
sphinx-autobuild (🥈27 · ⭐ 470) - Watch a Sphinx directory and rebuild the documentation.. MIT
-
GitHub (👨💻 24 · 🔀 59 · 📦 18K · 📋 70 - 24% open · ⏱️ 09.02.2023):
git clone https://github.com/executablebooks/sphinx-autobuild
-
PyPi (📥 410K / month):
pip install sphinx-autobuild
-
Conda (📥 180K · ⏱️ 14.03.2021):
conda install -c conda-forge sphinx-autobuild
mkdocs-awesome-pages-plugin (🥉26 · ⭐ 330) - An MkDocs plugin that simplifies configuring page.. MIT
-
GitHub (👨💻 6 · 🔀 28 · 📦 2.7K · 📋 58 - 18% open · ⏱️ 08.05.2023):
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
-
PyPi (📥 100K / month):
pip install mkdocs-awesome-pages-plugin
pdoc3 (🥉25 · ⭐ 970) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0
-
GitHub (👨💻 58 · 🔀 140 · 📦 3.3K · 📋 320 - 36% open · ⏱️ 21.12.2022):
git clone https://github.com/pdoc3/pdoc
-
PyPi (📥 250K / month · 📦 230 · ⏱️ 03.08.2021):
pip install pdoc3
-
Conda (📥 1.2K · ⏱️ 30.11.2020):
conda install -c anaconda pdoc3
blacken-docs (🥉24 · ⭐ 520) - Run `black` on python code blocks in documentation files. MIT
-
GitHub (👨💻 16 · 🔀 36 · 📋 67 - 17% open · ⏱️ 05.06.2023):
git clone https://github.com/asottile/blacken-docs
-
PyPi (📥 130K / month · 📦 34 · ⏱️ 16.01.2023):
pip install blacken-docs
-
Conda (📥 29K · ⏱️ 16.01.2023):
conda install -c conda-forge blacken-docs
interrogate (🥉23 · ⭐ 480 · 💤) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
releases (🥉22 · ⭐ 170) - A powerful Sphinx changelog-generating extension. BSD-2
-
GitHub (👨💻 10 · 🔀 35 · 📦 570 · 📋 72 - 36% open · ⏱️ 28.04.2023):
git clone https://github.com/bitprophet/releases
-
PyPi (📥 12K / month):
pip install releases
-
Conda (📥 49K · ⏱️ 19.10.2021):
conda install -c conda-forge sphinx-releases
portray (🥉20 · ⭐ 840) - Your Project with Great Documentation. MIT
sphinx-markdown-builder (🥉20 · ⭐ 160) - sphinx builder that outputs markdown files. MIT
-
GitHub (👨💻 19 · 🔀 40 · 📦 700 · 📋 39 - 56% open · ⏱️ 29.05.2023):
git clone https://github.com/clayrisser/sphinx-markdown-builder
-
PyPi (📥 43K / month):
pip install sphinx-markdown-builder
lazydocs (🥉20 · ⭐ 140 · 💀) - Generate markdown API documentation from Google-style Python.. MIT
-
GitHub (👨💻 9 · 🔀 29 · 📦 150 · 📋 28 - 21% open · ⏱️ 19.05.2022):
git clone https://github.com/ml-tooling/lazydocs
-
PyPi (📥 4.9K / month · 📦 23 · ⏱️ 27.07.2021):
pip install lazydocs
mkdocs-print-site-plugin (🥉20 · ⭐ 77) - MkDocs Plugin that adds an additional page that.. MIT
-
GitHub (👨💻 4 · 🔀 12 · 📦 220 · 📋 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 8 hidden projects...
Debugging Tools
pudb (🥇32 · ⭐ 2.7K) - Full-screen console debugger for Python. MIT
-
GitHub (👨💻 92 · 🔀 220 · 📦 4.9K · 📋 320 - 48% open · ⏱️ 23.05.2023):
git clone https://github.com/inducer/pudb
-
PyPi (📥 190K / month · 📦 760 · ⏱️ 03.11.2022):
pip install pudb
-
Conda (📥 220K · ⏱️ 04.11.2022):
conda install -c conda-forge pudb
gdbgui (🥇29 · ⭐ 9.3K · 💤) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. ❗️GPL-3.0
ipdb (🥇29 · ⭐ 1.7K) - Integration of IPython pdb. BSD-3
-
GitHub (👨💻 57 · 🔀 140 · 📦 46K · 📋 190 - 32% open · ⏱️ 11.04.2023):
git clone https://github.com/gotcha/ipdb
-
PyPi (📥 2.3M / month):
pip install ipdb
-
Conda (📥 370K · ⏱️ 23.03.2023):
conda install -c conda-forge ipdb
pdbpp (🥈28 · ⭐ 1.1K · 💤) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
-
GitHub (👨💻 41 · 🔀 60 · 📦 4.8K · 📋 200 - 38% open · ⏱️ 14.07.2022):
git clone https://github.com/pdbpp/pdbpp
-
PyPi (📥 250K / month):
pip install pdbpp
-
Conda (📥 97K · ⏱️ 11.07.2021):
conda install -c conda-forge pdbpp
PySnooper (🥉24 · ⭐ 16K) - Never use print for debugging again. MIT
-
GitHub (👨💻 27 · 🔀 930 · 📋 120 - 18% open · ⏱️ 12.04.2023):
git clone https://github.com/cool-RR/PySnooper
-
PyPi (📥 300K / month):
pip install pysnooper
-
Conda (📥 64K · ⏱️ 04.04.2022):
conda install -c conda-forge pysnooper
icecream (🥉23 · ⭐ 6.8K) - Never use print() to debug again. MIT
-
GitHub (👨💻 21 · 🔀 140 · 📋 100 - 33% open · ⏱️ 04.12.2022):
git clone https://github.com/gruns/icecream
-
PyPi (📥 280K / month):
pip install icecream
-
Conda (📥 16K · ⏱️ 21.07.2022):
conda install -c conda-forge icecream
python-hunter (🥉23 · ⭐ 740) - Hunter is a flexible code tracing toolkit. BSD-2
-
GitHub (👨💻 9 · 🔀 42 · 📦 140 · 📋 93 - 41% open · ⏱️ 26.04.2023):
git clone https://github.com/ionelmc/python-hunter
-
PyPi (📥 7.9K / month):
pip install hunter
-
Conda (📥 41K · ⏱️ 26.04.2023):
conda install -c conda-forge hunter
pyrasite (🥉21 · ⭐ 2.7K) - Inject code into running Python processes. ❗️GPL-3.0
python-manhole (🥉21 · ⭐ 340) - Debugging manhole for python applications. BSD-2
-
GitHub (👨💻 11 · 🔀 21 · 📦 250 · 📋 22 - 31% open · ⏱️ 17.12.2022):
git clone https://github.com/ionelmc/python-manhole
-
PyPi (📥 15K / month):
pip install manhole
-
Conda (📥 15K · ⏱️ 02.11.2022):
conda install -c conda-forge manhole
reloadium (🥉19 · ⭐ 2.4K) - ChatGPT, Hot Reloading and Profiling for Python. Apache-2
-
GitHub (👨💻 2 · 🔀 44 · 📋 100 - 10% open · ⏱️ 16.05.2023):
git clone https://github.com/reloadware/reloadium
-
PyPi (📥 3.2K / month · ⏱️ 25.01.2023):
pip install reloadium
snoop (🥉18 · ⭐ 930) - A powerful set of Python debugging tools, based on PySnooper. MIT
-
GitHub (👨💻 22 · 🔀 32 · 📋 50 - 44% open · ⏱️ 22.12.2022):
git clone https://github.com/alexmojaki/snoop
-
PyPi (📥 39K / month):
pip install snoop
-
Conda (📥 3.6K · ⏱️ 22.12.2022):
conda install -c conda-forge snoop
Show 2 hidden projects...
- pyelftools (🥈28 · ⭐ 1.7K) - Parsing ELF and DWARF in Python.
❗Unlicensed
- Birdseye (🥉20 · ⭐ 1.6K · 💀) - Graphical Python debugger which lets you easily view the values of..
MIT
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 (👨💻 880 · 🔀 2.3K · 📦 930K · 📋 5.3K - 15% open · ⏱️ 07.06.2023):
git clone https://github.com/pytest-dev/pytest
-
PyPi (📥 62M / month):
pip install pytest
-
Conda (📥 21M · ⏱️ 14.04.2023):
conda install -c conda-forge pytest
robotframework (🥇42 · ⭐ 8.1K) - Generic automation framework for acceptance testing and RPA. Apache-2
-
GitHub (👨💻 180 · 🔀 2.1K · 📥 550 · 📦 7.8K · 📋 4.1K - 6% open · ⏱️ 05.06.2023):
git clone https://github.com/robotframework/robotframework
-
PyPi (📥 1.7M / month):
pip install robotframework
-
Conda (📥 130K · ⏱️ 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 (👨💻 53 · 🔀 460 · 📦 100K · 📋 1.6K - 4% open · ⏱️ 06.06.2023):
git clone https://github.com/tox-dev/tox
-
PyPi (📥 13M / month):
pip install tox
-
Conda (📥 710K · ⏱️ 18.01.2023):
conda install -c conda-forge tox
pytest-cov (🥇36 · ⭐ 1.5K) - Coverage plugin for pytest. MIT
-
GitHub (👨💻 86 · 🔀 190 · 📦 260K · 📋 360 - 33% open · ⏱️ 24.05.2023):
git clone https://github.com/pytest-dev/pytest-cov
-
PyPi (📥 25M / month):
pip install pytest-cov
-
Conda (📥 8.6M · ⏱️ 24.05.2023):
conda install -c conda-forge pytest-cov
pytest-html (🥈35 · ⭐ 600) - Plugin for generating HTML reports for pytest results. MPL-2.0
-
GitHub (👨💻 49 · 🔀 220 · 📦 34K · 📋 360 - 41% open · ⏱️ 13.05.2023):
git clone https://github.com/pytest-dev/pytest-html
-
PyPi (📥 3.4M / month · 📦 750 · ⏱️ 25.10.2022):
pip install pytest-html
-
Conda (📥 430K · ⏱️ 25.10.2022):
conda install -c conda-forge pytest-html
pyautogui (🥈34 · ⭐ 8.2K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3
-
GitHub (👨💻 52 · 🔀 1.1K · 📦 24K · 📋 630 - 64% open · ⏱️ 28.05.2023):
git clone https://github.com/asweigart/pyautogui
-
PyPi (📥 570K / month):
pip install pyautogui
-
Conda (📥 190K · ⏱️ 10.09.2022):
conda install -c conda-forge pyautogui
mimesis (🥈34 · ⭐ 4K) - Mimesis is a robust data generator for Python, capable of rapidly producing.. MIT
-
GitHub (👨💻 120 · 🔀 300 · 📥 420 · 📦 1.4K · 📋 320 - 1% open · ⏱️ 30.05.2023):
git clone https://github.com/lk-geimfari/mimesis
-
PyPi (📥 120K / month):
pip install mimesis
-
Conda (📥 120K · ⏱️ 26.05.2023):
conda install -c conda-forge mimesis
nose2 (🥈34 · ⭐ 750 · 📈) - The successor to nose, based on unittest2. BSD-2
-
GitHub (👨💻 74 · 🔀 140 · 📦 23K · 📋 270 - 19% open · ⏱️ 22.05.2023):
git clone https://github.com/nose-devs/nose2
-
PyPi (📥 560K / month · 📦 1.1K · ⏱️ 13.02.2022):
pip install nose2
-
Conda (📥 96K · ⏱️ 02.02.2020):
conda install -c conda-forge nose2
pytest-mock (🥈32 · ⭐ 1.6K) - Thin-wrapper around the mock package for easier use with pytest. MIT
-
GitHub (👨💻 64 · 🔀 130 · 📦 64K · 📋 140 - 7% open · ⏱️ 16.05.2023):
git clone https://github.com/pytest-dev/pytest-mock
-
PyPi (📥 9.8M / month):
pip install pytest-mock
-
Conda (📥 2.1M · ⏱️ 06.10.2022):
conda install -c conda-forge pytest-mock
nox (🥈31 · ⭐ 1.1K) - Flexible test automation for Python. Apache-2
-
GitHub (👨💻 86 · 🔀 130 · 📦 4.1K · 📋 320 - 16% open · ⏱️ 02.06.2023):
git clone https://github.com/theacodes/nox
-
PyPi (📥 1M / month):
pip install nox
-
Conda (📥 180K · ⏱️ 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 (👨💻 74 · 🔀 160 · 📦 940 · 📋 530 - 25% open · ⏱️ 22.05.2023):
git clone https://github.com/airspeed-velocity/asv
-
PyPi (📥 27K / month):
pip install asv
-
Conda (📥 720K · ⏱️ 04.11.2022):
conda install -c conda-forge asv
pytest-bdd (🥈30 · ⭐ 1.2K) - BDD library for the py.test runner. MIT
-
GitHub (👨💻 54 · 🔀 190 · 📦 2.9K · 📋 320 - 39% open · ⏱️ 04.04.2023):
git clone https://github.com/pytest-dev/pytest-bdd
-
PyPi (📥 690K / month · 📦 180 · ⏱️ 08.11.2022):
pip install pytest-bdd
-
Conda (📥 53K · ⏱️ 30.05.2023):
conda install -c conda-forge pytest-bdd
playwright-python (🥈29 · ⭐ 8.8K) - Python version of the Playwright testing and automation.. Apache-2
coveralls-python (🥈29 · ⭐ 520) - Show coverage stats online via coveralls.io. MIT
-
GitHub (👨💻 64 · 🔀 190 · 📦 31K · 📋 170 - 13% open · ⏱️ 03.05.2023):
git clone https://github.com/TheKevJames/coveralls-python
-
PyPi (📥 450K / month · 📦 9.6K · ⏱️ 11.11.2021):
pip install coveralls
-
Conda (📥 930K · ⏱️ 03.08.2022):
conda install -c conda-forge coveralls
pytest-asyncio (🥉28 · ⭐ 1.2K) - Asyncio support for pytest. Apache-2
-
GitHub (👨💻 42 · 🔀 120 · 📥 100 · 📋 240 - 10% open · ⏱️ 07.06.2023):
git clone https://github.com/pytest-dev/pytest-asyncio
-
PyPi (📥 5.9M / month):
pip install pytest-asyncio
-
Conda (📥 1.6M · ⏱️ 19.03.2023):
conda install -c conda-forge pytest-asyncio
pytest-benchmark (🥉28 · ⭐ 1.1K) - py.test fixture for benchmarking code. BSD-2
-
GitHub (👨💻 39 · 🔀 110 · 📦 7K · 📋 180 - 51% open · ⏱️ 27.04.2023):
git clone https://github.com/ionelmc/pytest-benchmark
-
PyPi (📥 720K / month · 📦 710 · ⏱️ 17.04.2021):
pip install pytest-benchmark
-
Conda (📥 1.8M · ⏱️ 26.10.2022):
conda install -c conda-forge pytest-benchmark
pytest-testinfra (🥉27 · ⭐ 2.2K) - Testinfra test your infrastructures. Apache-2
-
GitHub (👨💻 130 · 🔀 320 · 📋 320 - 35% open · ⏱️ 26.05.2023):
git clone https://github.com/pytest-dev/pytest-testinfra
-
PyPi (📥 230K / month):
pip install pytest-testinfra
-
Conda (📥 11K · ⏱️ 22.05.2023):
conda install -c conda-forge pytest-testinfra
pytest-xdist (🥉27 · ⭐ 1.2K · 📉) - pytest plugin for distributed testing and loop-on-.. MIT
-
GitHub (👨💻 90 · 🔀 190 · 📋 540 - 39% open · ⏱️ 19.05.2023):
git clone https://github.com/pytest-dev/pytest-xdist
-
PyPi (📥 8.8M / month):
pip install pytest-xdist
-
Conda (📥 4.8M · ⏱️ 19.05.2023):
conda install -c conda-forge pytest-xdist
pytest-testmon (🥉27 · ⭐ 670) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
-
GitHub (👨💻 23 · 🔀 47 · 📦 1.1K · 📋 150 - 19% open · ⏱️ 01.06.2023):
git clone https://github.com/tarpas/pytest-testmon
-
PyPi (📥 120K / month · 📦 6 · ⏱️ 25.01.2023):
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 · 📦 5.1K · 📋 49 - 16% open · ⏱️ 10.08.2022):
git clone https://github.com/datadriventests/ddt
-
PyPi (📥 370K / month):
pip install ddt
-
Conda (📥 84K · ⏱️ 22.09.2022):
conda install -c conda-forge ddt
pytest-mypy (🥉27 · ⭐ 230) - Mypy static type checker plugin for Pytest. MIT
-
GitHub (👨💻 16 · 🔀 33 · 📦 3.5K · 📋 62 - 16% open · ⏱️ 08.05.2023):
git clone https://github.com/dbader/pytest-mypy
-
PyPi (📥 250K / month · 📦 420 · ⏱️ 07.02.2022):
pip install pytest-mypy
-
Conda (📥 68K · ⏱️ 24.11.2020):
conda install -c conda-forge pytest-mypy
freezegun (🥉26 · ⭐ 3.7K) - Let your Python tests travel through time. Apache-2
-
GitHub (👨💻 110 · 🔀 240 · 📋 290 - 38% open · ⏱️ 22.02.2023):
git clone https://github.com/spulec/freezegun
-
PyPi (📥 6.5M / month):
pip install freezegun
-
Conda (📥 1.1M · ⏱️ 12.08.2022):
conda install -c conda-forge freezegun
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.9M / month):
pip install factory_boy
-
Conda (📥 130K · ⏱️ 26.10.2021):
conda install -c conda-forge factory_boy
pytest-randomly (🥉26 · ⭐ 520 · 📈) - Pytest plugin to randomly order tests and control random.seed. MIT
-
GitHub (👨💻 19 · 🔀 26 · 📋 58 - 10% open · ⏱️ 06.06.2023):
git clone https://github.com/pytest-dev/pytest-randomly
-
PyPi (📥 720K / month · 📦 240 · ⏱️ 11.05.2022):
pip install pytest-randomly
-
Conda (📥 130K · ⏱️ 12.05.2022):
conda install -c conda-forge pytest-randomly
pytest-plugins (🥉24 · ⭐ 510 · 💤) - A grab-bag of nifty pytest plugins. MIT
-
GitHub (👨💻 62 · 🔀 72 · 📋 110 - 45% open · ⏱️ 03.11.2022):
git clone https://github.com/man-group/pytest-plugins
-
PyPi (📥 43K / month · 📦 67 · ⏱️ 28.05.2019):
pip install pytest-virtualenv
-
Conda (📥 42K · ⏱️ 18.10.2021):
conda install -c conda-forge pytest-shutil
green (🥉22 · ⭐ 770) - Green is a clean, colorful, fast python test runner. MIT
-
GitHub (👨💻 39 · 🔀 74 · 📋 180 - 2% open · ⏱️ 18.05.2023):
git clone https://github.com/CleanCut/green
-
PyPi (📥 12K / month):
pip install green
-
Conda (📥 120K · ⏱️ 30.10.2022):
conda install -c conda-forge green
pytest-docker (🥉20 · ⭐ 340 · 💤) - Docker-based integration tests. MIT
-
GitHub (👨💻 16 · 🔀 59 · 📥 110 · 📋 51 - 35% open · ⏱️ 14.09.2022):
git clone https://github.com/avast/pytest-docker
-
PyPi (📥 120K / month · 📦 37 · ⏱️ 09.04.2022):
pip install pytest-docker
xdoctest (🥉19 · ⭐ 190) - 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 (📥 75K / month):
pip install xdoctest
-
Conda (📥 140K · ⏱️ 30.01.2023):
conda install -c conda-forge xdoctest
Show 13 hidden projects...
- hypothesis (🥇39 · ⭐ 6.7K) - Hypothesis is a powerful, flexible, and easy to use library..
❗Unlicensed
- nose (🥈33 · ⭐ 1.4K · 💀) - nose is nicer testing for python.
❗️LGPL-2.1+
- pytest-sugar (🥈29 · ⭐ 1.1K) - a plugin for py.test that changes the default look..
❗Unlicensed
- PyHamcrest (🥉28 · ⭐ 710) - Hamcrest matchers for Python.
❗Unlicensed
- uiautomator (🥉26 · ⭐ 1.9K · 💀) - Python wrapper of Android uiautomator test tool.
MIT
- Mamba Test Runner (🥉25 · ⭐ 510 · 💀) - The definitive testing tool for Python. Born under the..
MIT
- pytest-watch (🥉23 · ⭐ 700 · 💀) - 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 · ⭐ 330 · 💀) - It helps to use fixtures in pytest.mark.parametrize.
MIT
- pytest-datadir (🥉19 · ⭐ 210) - pytest plugin for manipulating test data directories..
❗Unlicensed
- fake2db (🥉18 · ⭐ 2.2K · 💀) - create custom test databases that are populated with fake data.
❗️GPL-2.0
- pytest-play (🥉13 · ⭐ 68 · 💀) - pytest plugin that let you automate actions and..
Apache-2
- assertpy (🥉12 · ⭐ 19 · 💀) - Simple assertion library for unit testing in python with a fluent API.
BSD-3
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 · 📦 44K · 📋 4.9K - 5% open · ⏱️ 08.06.2023):
git clone https://github.com/pyinstaller/pyinstaller
-
PyPi (📥 1.2M / month · 📦 280 · ⏱️ 17.05.2022):
pip install pyinstaller
-
Conda (📥 450K · ⏱️ 13.05.2023):
conda install -c conda-forge pyinstaller
Nuitka (🥇38 · ⭐ 8.9K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
-
GitHub (👨💻 140 · 🔀 480 · 📦 1.3K · 📋 1.9K - 12% open · ⏱️ 05.06.2023):
git clone https://github.com/Nuitka/Nuitka
-
PyPi (📥 63K / month · 📦 48 · ⏱️ 31.01.2023):
pip install nuitka
-
Conda (📥 510K · ⏱️ 06.06.2023):
conda install -c conda-forge nuitka
pex (🥈32 · ⭐ 2.3K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2
-
GitHub (👨💻 110 · 🔀 240 · 📥 3.2M · 📋 1K - 15% open · ⏱️ 13.05.2023):
git clone https://github.com/pantsbuild/pex
-
PyPi (📥 750K / month · 📦 140 · ⏱️ 06.12.2019):
pip install pex
briefcase (🥈30 · ⭐ 1.8K) - Tools to support converting a Python project into a standalone.. BSD-3
-
GitHub (👨💻 120 · 🔀 280 · 📥 130 · 📋 610 - 18% open · ⏱️ 05.06.2023):
git clone https://github.com/beeware/briefcase
-
PyPi (📥 5.1K / month · 📦 19 · ⏱️ 27.06.2022):
pip install briefcase
PyOxidizer (🥈28 · ⭐ 4.8K) - A modern Python application packaging and distribution tool. MPL-2.0
-
GitHub (👨💻 54 · 🔀 200 · 📥 9K · 📦 150 · 📋 540 - 57% open · ⏱️ 21.01.2023):
git clone https://github.com/indygreg/PyOxidizer
-
PyPi (📥 7.3K / month · 📦 4 · ⏱️ 02.01.2023):
pip install pyoxidizer
cx_Freeze (🥉26 · ⭐ 1.1K · 📉) - Create standalone executables from Python scripts, with.. ❗Unlicensed
-
GitHub (👨💻 100 · 🔀 200 · 📋 850 - 7% open · ⏱️ 07.06.2023):
git clone https://github.com/marcelotduarte/cx_Freeze
-
PyPi (📥 100K / month):
pip install cx_freeze
-
Conda (📥 230K · ⏱️ 06.06.2023):
conda install -c conda-forge cx_freeze
shiv (🥉23 · ⭐ 1.6K · 💤) - shiv is a command line utility for building fully self contained Python.. BSD-2
-
GitHub (👨💻 39 · 🔀 85 · 📥 500 · 📋 120 - 35% open · ⏱️ 04.11.2022):
git clone https://github.com/linkedin/shiv
-
PyPi (📥 19K / month · 📦 13 · ⏱️ 24.01.2022):
pip install shiv
xar (🥉20 · ⭐ 1.5K · 💤) - executable archive format. BSD-3
-
GitHub (👨💻 38 · 🔀 54 · 📦 26 · 📋 33 - 24% open · ⏱️ 18.11.2022):
git clone https://github.com/facebookincubator/xar
-
PyPi (📥 250 / month · ⏱️ 02.12.2020):
pip install xar
subpar (🥉13 · ⭐ 560) - Subpar is a utility for creating self-contained python executables. It.. Apache-2
Show 6 hidden projects...
- packaging (🥈34 · ⭐ 500) - Core utilities for Python packages.
❗Unlicensed
- py2app (🥉24 · ⭐ 250) - py2app is a Python setuptools command which will allow you to make..
❗Unlicensed
- constructor (🥉23 · ⭐ 410) - tool for creating installers from conda packages.
❗Unlicensed
- py2exe (🥉21 · ⭐ 600) - Create standalone Windows programs from Python code.
❗Unlicensed
- pynsist (🥉19 · ⭐ 840 · 💀) - Build Windows installers for Python applications.
❗Unlicensed
- pyship (🥉13 · ⭐ 34) - 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 · 🔀 940 · 📦 340K · 📋 2.3K - 23% open · ⏱️ 29.05.2023):
git clone https://github.com/pypa/setuptools
-
PyPi (📥 250M / month):
pip install setuptools
-
Conda (📥 82M · ⏱️ 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.6K · 📥 31K · 📦 330 · 📋 1.5K - 46% open · ⏱️ 04.06.2023):
git clone https://github.com/buildbot/buildbot
-
PyPi (📥 31K / month · 📦 460 · ⏱️ 06.03.2022):
pip install buildbot
-
Conda (📥 81K · ⏱️ 17.04.2023):
conda install -c conda-forge buildbot
invoke (🥈35 · ⭐ 4K) - Pythonic task management & command execution. BSD-2
-
GitHub (👨💻 59 · 🔀 340 · 📦 21K · 📋 690 - 42% open · ⏱️ 23.05.2023):
git clone https://github.com/pyinvoke/invoke
-
PyPi (📥 5M / month):
pip install invoke
-
Conda (📥 900K · ⏱️ 16.05.2023):
conda install -c conda-forge invoke
twine (🥈35 · ⭐ 1.4K) - Utilities for interacting with PyPI. Apache-2
-
GitHub (👨💻 120 · 🔀 280 · 📦 91K · 📋 460 - 10% open · ⏱️ 06.05.2023):
git clone https://github.com/pypa/twine
-
PyPi (📥 3.8M / month):
pip install twine
-
Conda (📥 770K · ⏱️ 01.12.2022):
conda install -c conda-forge twine
wheel (🥈34 · ⭐ 410) - The official binary distribution format for Python. MIT
-
GitHub (👨💻 71 · 🔀 120 · 📦 210K · 📋 360 - 8% open · ⏱️ 30.05.2023):
git clone https://github.com/pypa/wheel
-
PyPi (📥 170M / month):
pip install wheel
-
Conda (📥 66M · ⏱️ 14.03.2023):
conda install -c conda-forge wheel
scons (🥈31 · ⭐ 1.7K) - SCons - a software construction tool. MIT
-
GitHub (👨💻 150 · 🔀 270 · 📥 1.3K · 📋 3.4K - 19% open · ⏱️ 28.05.2023):
git clone https://github.com/SCons/scons
-
PyPi (📥 430K / month):
pip install scons
-
Conda (📥 440K · ⏱️ 22.03.2023):
conda install -c conda-forge scons
flit (🥉30 · ⭐ 2K) - Simplified packaging of Python modules. BSD-3
-
GitHub (👨💻 66 · 🔀 110 · 📦 1.4K · 📋 380 - 28% open · ⏱️ 14.05.2023):
git clone https://github.com/pypa/flit
-
PyPi (📥 150K / month):
pip install flit
-
Conda (📥 160K · ⏱️ 14.05.2023):
conda install -c conda-forge flit
doit (🥉30 · ⭐ 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):
pip install doit
-
Conda (📥 200K · ⏱️ 22.04.2022):
conda install -c conda-forge doit
setuptools_scm (🥉29 · ⭐ 720) - the blessed package to manage your versions by scm tags. MIT
-
GitHub (👨💻 120 · 🔀 180 · 📋 480 - 19% open · ⏱️ 31.05.2023):
git clone https://github.com/pypa/setuptools_scm
-
PyPi (📥 16M / month):
pip install setuptools_scm
-
Conda (📥 1.7M · ⏱️ 17.12.2022):
conda install -c conda-forge setuptools_scm
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 (📥 19K / month):
pip install pybuilder
-
Conda (📥 46K · ⏱️ 22.02.2023):
conda install -c conda-forge pybuilder
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 · 📦 7 · ⏱️ 16.11.2021):
pip install universal-build
Show 3 hidden projects...
- buildout (🥉21 · ⭐ 560 · 💤) - Buildout is a deployment automation tool written in and..
❗Unlicensed
- pynt (🥉16 · ⭐ 160 · 💀) - A pynt of Python build.
MIT
- paver (🥉15 · ⭐ 450 · 📉) - Python-based project scripting.
❗Unlicensed
System Monitoring & Profiling
psutil (🥇45 · ⭐ 9.3K) - Cross-platform lib for process and system monitoring in Python. BSD-3
-
GitHub (👨💻 200 · 🔀 1.3K · 📦 320K · 📋 1.7K - 16% open · ⏱️ 08.06.2023):
git clone https://github.com/giampaolo/psutil
-
PyPi (📥 66M / month · 📦 17K · ⏱️ 12.10.2017):
pip install psutil
-
Conda (📥 23M · ⏱️ 17.04.2023):
conda install -c conda-forge psutil
pyinstrument (🥈33 · ⭐ 5.4K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
-
GitHub (👨💻 51 · 🔀 200 · 📦 1.5K · 📋 120 - 14% open · ⏱️ 05.06.2023):
git clone https://github.com/joerick/pyinstrument
-
PyPi (📥 480K / month):
pip install pyinstrument
-
Conda (📥 210K · ⏱️ 06.06.2023):
conda install -c conda-forge pyinstrument
py-spy (🥈32 · ⭐ 10K) - Sampling profiler for Python programs. MIT
-
GitHub (👨💻 32 · 🔀 340 · 📥 12K · 📦 2.7K · 📋 300 - 38% open · ⏱️ 02.06.2023):
git clone https://github.com/benfred/py-spy
-
PyPi (📥 2.2M / month):
pip install py-spy
-
Conda (📥 450K · ⏱️ 09.09.2022):
conda install -c conda-forge py-spy
-
Cargo (📥 610 / month):
cargo install py-spy
memray (🥈31 · ⭐ 11K) - Memray is a memory profiler for Python. Apache-2
-
GitHub (👨💻 34 · 🔀 310 · 📦 160 · 📋 110 - 17% open · ⏱️ 08.06.2023):
git clone https://github.com/bloomberg/memray
-
PyPi (📥 89K / month):
pip install memray
-
Conda (📥 43K · ⏱️ 22.02.2023):
conda install -c conda-forge memray
Scalene (🥈30 · ⭐ 7.8K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
memory-profiler (🥈29 · ⭐ 3.9K · 📈) - 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 (📥 720K / month · 📦 220 · ⏱️ 15.11.2022):
pip install memory_profiler
-
Conda (📥 330K · ⏱️ 16.11.2022):
conda install -c conda-forge memory_profiler
Yappi (🥉28 · ⭐ 1.2K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
-
GitHub (👨💻 28 · 🔀 63 · 📦 960 · 📋 70 - 28% open · ⏱️ 29.05.2023):
git clone https://github.com/sumerc/yappi
-
PyPi (📥 1.3M / month):
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
pympler (🥉25 · ⭐ 1K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2
-
GitHub (👨💻 29 · 🔀 84 · 📋 110 - 51% open · ⏱️ 24.07.2022):
git clone https://github.com/pympler/pympler
-
PyPi (📥 1.9M / month · 📦 340 · ⏱️ 22.12.2021):
pip install pympler
-
Conda (📥 330K · ⏱️ 24.07.2022):
conda install -c conda-forge pympler
vprof (🥉22 · ⭐ 3.9K · 💤) - Visual profiler for Python. BSD-2
Show 8 hidden projects...
- Glances (🥇36 · ⭐ 23K) - Glances an Eye on your system. A top/htop alternative for..
❗Unlicensed
- Bpytop (🥉26 · ⭐ 9.4K · 💀) - Linux/OSX/FreeBSD resource monitor.
Apache-2
- Profiling (🥉21 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler.
BSD-3
- line_profiler (🥉21 · ⭐ 1.9K) - Line-by-line profiling for Python.
❗Unlicensed
- heartrate (🥉19 · ⭐ 1.6K · 💀) - Simple real time visualisation of the execution of a Python program.
MIT
- pyheat (🥉16 · ⭐ 770 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!.
MIT
- memory_profiler (🥉15 · ⭐ 81 · 💀) - Monitor Memory usage of Python code.
❗Unlicensed
- livepython (🥉12 · ⭐ 2.5K · 💀) - Visually trace Python code in real-time.
MIT
AST Tools
executing (🥇29 · ⭐ 240) - Get information about what a Python frame is currently doing,.. MIT
-
GitHub (👨💻 9 · 🔀 27 · 📦 80K · 📋 32 - 43% open · ⏱️ 27.12.2022):
git clone https://github.com/alexmojaki/executing
-
PyPi (📥 10M / month):
pip install executing
-
Conda (📥 7.4M · ⏱️ 01.11.2022):
conda install -c conda-forge executing
astor (🥈28 · ⭐ 730) - Python AST read/write. BSD-3
-
GitHub (👨💻 33 · 🔀 94 · 📋 120 - 33% open · ⏱️ 31.12.2022):
git clone https://github.com/berkerpeksag/astor
-
PyPi (📥 6.3M / month · 📦 2.2K · ⏱️ 10.12.2019):
pip install astor
-
Conda (📥 2M · ⏱️ 01.07.2020):
conda install -c conda-forge astor
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.2M / month · 📦 5.5K · ⏱️ 21.05.2022):
pip install typed_ast
-
Conda (📥 6M · ⏱️ 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 · 🔀 28 · 📦 120K · 📋 32 - 6% 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
asteval (🥉26 · ⭐ 150) - minimalistic evaluator of python expression using ast module. MIT
-
GitHub (👨💻 24 · 🔀 38 · 📋 62 - 6% open · ⏱️ 07.05.2023):
git clone https://github.com/newville/asteval
-
PyPi (📥 190K / month · 📦 170 · ⏱️ 24.05.2022):
pip install asteval
-
Conda (📥 290K · ⏱️ 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 · 🔀 650 · 📥 460K · 📦 130K · 📋 1.8K - 1% open · ⏱️ 06.06.2023):
git clone https://github.com/pre-commit/pre-commit
-
PyPi (📥 10M / month):
pip install pre-commit
-
Conda (📥 3.2M · ⏱️ 18.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