🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
Go to file
2023-11-02 14:21:30 +00:00
.github Update best-of generator to 0.8.5 2022-01-11 05:18:04 +01:00
config Update header 2021-01-16 22:27:08 +01:00
history Update best-of list for version 2023.11.02 2023-11-02 14:21:30 +00:00
.gitattributes Add gitattributes 2021-01-16 21:25:36 +01:00
.gitignore Initial commit 2021-01-08 15:46:28 +01:00
CONTRIBUTING.md Initial setup for best-of list 2021-01-08 14:47:51 +00:00
latest-changes.md Update best-of list for version 2023.11.02 2023-11-02 14:21:30 +00:00
LICENSE Initial commit 2021-01-08 15:46:28 +01:00
projects.yaml add ruff (#145) 2023-05-15 00:13:09 +02:00
README.md Update best-of list for version 2023.11.02 2023-11-02 14:21:30 +00:00

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 880K 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

Back to top

ruff (🥇43 · 20K) - An extremely fast Python linter and code formatter, written in Rust. MIT
  • GitHub (👨‍💻 300 · 🔀 620 · 📥 81K · 📦 21K · 📋 3.2K - 17% open · ⏱️ 02.11.2023):

    git clone https://github.com/charliermarsh/ruff
    
  • PyPi (📥 6.7M / month):

    pip install ruff
    
  • Conda (📥 400K · ⏱️ 27.10.2023):

    conda install -c conda-forge ruff
    
pylint (🥇43 · 4.9K) - Its not just a linter that annoys you!. GPL-2.0
  • GitHub (👨‍💻 550 · 🔀 1K · 📦 390K · 📋 5.2K - 15% open · ⏱️ 30.10.2023):

    git clone https://github.com/PyCQA/pylint
    
  • PyPi (📥 20M / month):

    pip install pylint
    
  • Conda (📥 4.6M · ⏱️ 22.10.2023):

    conda install -c conda-forge pylint
    
wemake-python-styleguide (🥇35 · 2.3K) - The strictest and most opinionated python linter ever!. MIT
  • GitHub (👨‍💻 180 · 🔀 380 · 📦 16K · 📋 1.1K - 10% open · ⏱️ 01.11.2023):

    git clone https://github.com/wemake-services/wemake-python-styleguide
    
  • PyPi (📥 170K / month · 📦 47 · ⏱️ 19.01.2020):

    pip install wemake-python-styleguide
    
pyflakes (🥇35 · 1.3K) - A simple program which checks Python source files for errors. MIT
  • GitHub (👨‍💻 84 · 🔀 170 · 📦 250K · 📋 490 - 7% open · ⏱️ 31.07.2023):

    git clone https://github.com/PyCQA/pyflakes
    
  • PyPi (📥 27M / month):

    pip install pyflakes
    
  • Conda (📥 6.9M · ⏱️ 29.07.2023):

    conda install -c conda-forge pyflakes
    
pydocstyle (🥈32 · 1.1K) - docstring style checker. MIT
  • GitHub (👨‍💻 92 · 🔀 180 · 📥 69 · 📦 60K · 📋 340 - 33% open · ⏱️ 01.11.2023):

    git clone https://github.com/PyCQA/pydocstyle
    
  • PyPi (📥 4.4M / month):

    pip install pydocstyle
    
  • Conda (📥 1.7M · ⏱️ 16.06.2023):

    conda install -c conda-forge pydocstyle
    
flake8-bugbear (🥈31 · 990) - A plugin for Flake8 finding likely bugs and design problems.. MIT
  • GitHub (👨‍💻 77 · 🔀 96 · 📦 35K · 📋 210 - 27% open · ⏱️ 25.10.2023):

    git clone https://github.com/PyCQA/flake8-bugbear
    
  • PyPi (📥 2.5M / month):

    pip install flake8-bugbear
    
  • Conda (📥 750K · ⏱️ 18.09.2023):

    conda install -c conda-forge flake8-bugbear
    
pylint-django (🥈31 · 570) - Pylint plugin for improving code analysis for when.. GPL-2.0
  • GitHub (👨‍💻 70 · 🔀 120 · 📥 280 · 📦 28K · 📋 220 - 24% open · ⏱️ 30.10.2023):

    git clone https://github.com/PyCQA/pylint-django
    
  • PyPi (📥 2.5M / month · 📦 1.2K · ⏱️ 23.10.2023):

    pip install pylint-django
    
  • Conda (📥 170K · ⏱️ 16.06.2023):

    conda install -c conda-forge pylint-django
    
pycodestyle (🥈30 · 4.9K · 📉) - Simple Python style checker in one Python file. ❗Unlicensed
  • GitHub (👨‍💻 130 · 🔀 680 · 📦 20 · 📋 710 - 12% open · ⏱️ 12.10.2023):

    git clone https://github.com/PyCQA/pycodestyle
    
  • PyPi (📥 34M / month):

    pip install pycodestyle
    
  • Conda (📥 7.2M · ⏱️ 13.10.2023):

    conda install -c conda-forge pycodestyle
    
flake8-comprehensions (🥈28 · 450 · 📈) - A flake8 plugin to help you write better.. MIT
  • GitHub (👨‍💻 15 · 🔀 21 · 📦 25K · 📋 55 - 7% open · ⏱️ 30.10.2023):

    git clone https://github.com/adamchainz/flake8-comprehensions
    
  • PyPi (📥 1M / month):

    pip install flake8-comprehensions
    
  • Conda (📥 760K · ⏱️ 17.07.2023):

    conda install -c conda-forge flake8-comprehensions
    
hacking (🥈28 · 230) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
  • GitHub (👨‍💻 190 · 🔀 66 · ⏱️ 25.09.2023):

    git clone https://github.com/openstack/hacking
    
  • PyPi (📥 77K / month · 📦 4.4K · ⏱️ 27.04.2023):

    pip install hacking
    
flake8-isort (🥈28 · 150) - flake8 plugin that integrates isort. GPL-2.0
  • GitHub (👨‍💻 38 · 🔀 95 · 📦 24K · 📋 57 - 14% open · ⏱️ 11.10.2023):

    git clone https://github.com/gforcada/flake8-isort
    
  • PyPi (📥 1.1M / month):

    pip install flake8-isort
    
  • Conda (📥 54K · ⏱️ 16.09.2023):

    conda install -c conda-forge flake8-isort
    
beartype (🥉26 · 2.1K) - Unbearably fast near-real-time hybrid runtime-static type-checking in.. MIT
  • GitHub (👨‍💻 17 · 🔀 38 · 📋 230 - 21% open · ⏱️ 02.11.2023):

    git clone https://github.com/beartype/beartype
    
  • PyPi (📥 1.3M / month):

    pip install beartype
    
  • Conda (📥 71K · ⏱️ 23.09.2023):

    conda install -c conda-forge beartype
    
nitpick (🥉26 · 370) - Enforce the same settings on multiple projects. MIT
  • GitHub (👨‍💻 16 · 🔀 21 · 📥 5 · 📦 1.3K · 📋 130 - 37% open · ⏱️ 24.10.2023):

    git clone https://github.com/andreoliwa/nitpick
    
  • PyPi (📥 50K / month):

    pip install nitpick
    
flake8-eradicate (🥉26 · 300) - Flake8 plugin to find commented out or dead code. MIT
  • GitHub (👨‍💻 15 · 🔀 12 · 📦 18K · 📋 39 - 20% open · ⏱️ 31.05.2023):

    git clone https://github.com/wemake-services/flake8-eradicate
    
  • PyPi (📥 590K / month):

    pip install flake8-eradicate
    
  • Conda (📥 13K · ⏱️ 01.06.2023):

    conda install -c conda-forge flake8-eradicate
    
check-manifest (🥉26 · 280) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
  • GitHub (👨‍💻 22 · 🔀 39 · 📦 9.6K · 📋 96 - 20% open · ⏱️ 04.10.2023):

    git clone https://github.com/mgedmin/check-manifest
    
  • PyPi (📥 200K / month · 📦 3.2K · ⏱️ 05.12.2022):

    pip install check-manifest
    
  • Conda (📥 110K · ⏱️ 16.06.2023):

    conda install -c conda-forge check-manifest
    
flake8-quotes (🥉26 · 170 · 💤) - Flake8 extension for checking quotes in python. MIT
  • GitHub (👨‍💻 32 · 🔀 34 · 📦 20K · 📋 50 - 12% open · ⏱️ 19.12.2022):

    git clone https://github.com/zheller/flake8-quotes
    
  • PyPi (📥 750K / month):

    pip install flake8-quotes
    
  • Conda (📥 690K · ⏱️ 16.06.2023):

    conda install -c conda-forge flake8-quotes
    
flake8-import-order (🥉25 · 280) - Flake8 plugin that checks import order against.. LGPL-3.0
  • GitHub (👨‍💻 46 · 🔀 71 · 📋 100 - 11% open · ⏱️ 13.09.2023):

    git clone https://github.com/PyCQA/flake8-import-order
    
  • PyPi (📥 480K / month · 📦 1.3K · ⏱️ 26.11.2022):

    pip install flake8-import-order
    
  • Conda (📥 240K · ⏱️ 16.06.2023):

    conda install -c conda-forge flake8-import-order
    
flake8-builtins (🥉25 · 100) - Check for python builtins being used as variables or.. GPL-2.0
  • GitHub (👨‍💻 18 · 🔀 22 · 📦 9.8K · ⏱️ 02.11.2023):

    git clone https://github.com/gforcada/flake8-builtins
    
  • PyPi (📥 610K / month):

    pip install flake8-builtins
    
  • Conda (📥 230K · ⏱️ 16.06.2023):

    conda install -c conda-forge flake8-builtins
    
flake8-black (🥉24 · 160) - flake8 plugin to run black for checking Python coding style. MIT
  • GitHub (👨‍💻 10 · 🔀 10 · 📦 7.3K · 📋 29 - 20% open · ⏱️ 02.10.2023):

    git clone https://github.com/peterjc/flake8-black
    
  • PyPi (📥 870K / month):

    pip install flake8-black
    
  • Conda (📥 460K · ⏱️ 16.06.2023):

    conda install -c conda-forge flake8-black
    
pandas-vet (🥉24 · 160) - A plugin for Flake8 that checks pandas code. MIT
  • GitHub (👨‍💻 14 · 🔀 17 · 📥 71 · 📦 400 · 📋 51 - 19% open · ⏱️ 11.08.2023):

    git clone https://github.com/deppen8/pandas-vet
    
  • PyPi (📥 35K / month):

    pip install pandas-vet
    
  • Conda (📥 17K · ⏱️ 11.08.2023):

    conda install -c conda-forge pandas-vet
    
flake8-simplify (🥉22 · 170) - A flake8 plugin that helps you to simplify code. MIT
  • GitHub (👨‍💻 14 · 🔀 19 · 📋 120 - 38% open · ⏱️ 24.09.2023):

    git clone https://github.com/MartinThoma/flake8-simplify
    
  • PyPi (📥 320K / month · 📦 34 · ⏱️ 23.09.2023):

    pip install flake8-simplify
    
  • Conda (📥 35K · ⏱️ 26.09.2023):

    conda install -c conda-forge flake8-simplify
    
mypy-protobuf (🥉21 · 590) - open source tools to generate mypy stubs from protobufs. Apache-2
  • GitHub (👨‍💻 37 · 🔀 72 · 📋 120 - 9% open · ⏱️ 03.08.2023):

    git clone https://github.com/dropbox/mypy-protobuf
    
  • PyPi (📥 2M / month):

    pip install mypy-protobuf
    
  • Conda (📥 120K · ⏱️ 20.08.2023):

    conda install -c conda-forge mypy-protobuf
    
bellybutton (🥉18 · 260) - Custom Python linting through AST expressions. MIT
  • GitHub (👨‍💻 6 · 🔀 15 · 📦 41 · 📋 17 - 64% open · ⏱️ 27.07.2023):

    git clone https://github.com/hchasestevens/bellybutton
    
  • PyPi (📥 19K / month · 📦 1 · ⏱️ 27.07.2023):

    pip install bellybutton
    
imhotep (🥉17 · 220) - A static-analysis bot for Github. MIT
  • GitHub (👨‍💻 17 · 🔀 36 · 📦 11 · 📋 46 - 43% open · ⏱️ 17.06.2023):

    git clone https://github.com/justinabrahms/imhotep
    
  • PyPi (📥 62 / month · 📦 6 · ⏱️ 20.02.2022):

    pip install imhotep
    
linty_fresh (🥉12 · 180 · 💤) - Surface lint errors during code review. Apache-2 mypy
  • GitHub (👨‍💻 18 · 🔀 21 · 📋 9 - 88% open · ⏱️ 13.12.2022):

    git clone https://github.com/lyft/linty_fresh
    
  • PyPi (📥 25 / month · ⏱️ 12.12.2018):

    pip install linty-fresh
    
Show 15 hidden projects...
  • flake8 (🥇38 · 3.1K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle;.. ❗Unlicensed
  • parso (🥈30 · 560) - A Python Parser. ❗Unlicensed
  • pep8-naming (🥈28 · 470) - Naming Convention checker for Python. Saxpath
  • 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
  • pylama (🥉25 · 1K · 💀) - Code audit tool for python. MIT
  • data-science-types (🥉25 · 200 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
  • Fixit (🥉21 · 550) - Advanced Python linting framework with auto-fixes and hierarchical.. ❗Unlicensed
  • flake8-bandit (🥉21 · 110 · 💀) - Automated security testing using bandit and flake8. MIT
  • flake8-commas (🥉20 · 130 · 💀) - Flake8 extension for enforcing trailing commas in.. ❗Unlicensed
  • pylint-flask (🥉20 · 62 · 💀) - A Pylint plugin to analyze Flask applications. GPL-2.0
  • flake8-mypy (🥉19 · 100 · 💀) - A plugin for flake8 integrating Mypy. MIT
  • flakehell (🥉16 · 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT
  • pycycle (🥉15 · 320 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT
  • yala (🥉15 · 14 · 💤) - Yet Another Linter Aggregator. MIT

Type checkers

Back to top

mypy (🥇46 · 17K) - Optional static typing for Python. MIT
  • GitHub (👨‍💻 680 · 🔀 2.7K · 📦 210K · 📋 9.8K - 25% open · ⏱️ 01.11.2023):

    git clone https://github.com/python/mypy
    
  • PyPi (📥 21M / month · 📦 9.5K · ⏱️ 18.10.2023):

    pip install mypy
    
  • Conda (📥 3.6M · ⏱️ 18.10.2023):

    conda install -c conda-forge mypy
    
pyright (🥈38 · 11K) - Static Type Checker for Python. MIT
  • GitHub (👨‍💻 99 · 🔀 1.1K · 📥 1.1K · 📦 660 · 📋 4.7K - 0% open · ⏱️ 02.11.2023):

    git clone https://github.com/Microsoft/pyright
    
  • npm (📥 780K / month · 📦 12 · ⏱️ 01.11.2023):

    npm install pyright
    
pyre-check (🥉33 · 6.5K) - Performant type-checking for python. MIT
  • GitHub (👨‍💻 250 · 🔀 410 · 📦 21 · 📋 380 - 31% open · ⏱️ 01.11.2023):

    git clone https://github.com/facebook/pyre-check
    
  • PyPi (📥 74K / month):

    pip install pyre-check
    
Show 2 hidden projects...
  • typeguard (🥉33 · 1.3K) - Run-time type checker for Python. ❗Unlicensed
  • pytype (🥉26 · 4.4K · 📉) - A static type analyzer for Python code. ❗Unlicensed

Code Formatters

Back to top

black (🥇46 · 35K) - The uncompromising Python code formatter. MIT
  • GitHub (👨‍💻 420 · 🔀 2.1K · 📥 51K · 📦 430K · 📋 2.4K - 15% open · ⏱️ 01.11.2023):

    git clone https://github.com/psf/black
    
  • PyPi (📥 31M / month · 📦 13K · ⏱️ 23.10.2023):

    pip install black
    
  • Conda (📥 8.7M · ⏱️ 26.10.2023):

    conda install -c conda-forge black
    
yapf (🥈41 · 13K) - A formatter for Python files. Apache-2
  • GitHub (👨‍💻 150 · 🔀 930 · 📦 86K · 📋 820 - 44% open · ⏱️ 25.10.2023):

    git clone https://github.com/google/yapf
    
  • PyPi (📥 5M / month · 📦 2.3K · ⏱️ 22.09.2023):

    pip install yapf
    
  • Conda (📥 1.6M · ⏱️ 26.07.2023):

    conda install -c conda-forge yapf
    
isort (🥈40 · 6.1K) - A Python utility / library to sort imports. MIT
  • GitHub (👨‍💻 290 · 🔀 540 · 📦 420K · 📋 1.2K - 14% open · ⏱️ 21.10.2023):

    git clone https://github.com/PyCQA/isort
    
  • PyPi (📥 27M / month · 📦 18K · ⏱️ 31.01.2023):

    pip install isort
    
  • Conda (📥 5.5M · ⏱️ 16.06.2023):

    conda install -c conda-forge isort
    
autopep8 (🥉38 · 4.4K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
  • GitHub (👨‍💻 60 · 🔀 300 · 📦 190K · 📋 480 - 25% open · ⏱️ 27.10.2023):

    git clone https://github.com/hhatto/autopep8
    
  • PyPi (📥 4M / month · 📦 5.9K · ⏱️ 26.08.2023):

    pip install autopep8
    
  • Conda (📥 1.3M · ⏱️ 26.08.2023):

    conda install -c conda-forge autopep8
    
docformatter (🥉27 · 460) - Formats docstrings to follow PEP 257. MIT
  • GitHub (👨‍💻 30 · 🔀 57 · 📥 11 · 📦 3.2K · 📋 150 - 12% open · ⏱️ 15.10.2023):

    git clone https://github.com/myint/docformatter
    
  • PyPi (📥 400K / month · 📦 150 · ⏱️ 12.07.2023):

    pip install docformatter
    
  • Conda (📥 100K · ⏱️ 18.07.2023):

    conda install -c conda-forge docformatter
    
autoimport (🥉19 · 80) - Autoimport automatically fixes wrong import statements. GPL-3.0
  • GitHub (👨‍💻 15 · 🔀 21 · 📦 120 · 📋 45 - 28% open · ⏱️ 04.10.2023):

    git clone https://github.com/lyz-code/autoimport
    
  • PyPi (📥 3.2K / month · 📦 6 · ⏱️ 08.02.2023):

    pip install autoimport
    
Show 1 hidden projects...
  • pyformat (🥉16 · 94 · 💀) - Formats Python code to follow a consistent style. ❗Unlicensed

Code Refactoring

Back to top

rope (🥇35 · 1.7K) - a python refactoring library. LGPL-3.0
  • GitHub (👨‍💻 79 · 🔀 190 · 📦 70K · 📋 310 - 25% open · ⏱️ 30.10.2023):

    git clone https://github.com/python-rope/rope
    
  • PyPi (📥 810K / month · 📦 1.6K · ⏱️ 28.09.2023):

    pip install rope
    
  • Conda (📥 1.3M · ⏱️ 28.09.2023):

    conda install -c conda-forge rope
    
pyupgrade (🥈33 · 2.9K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
  • GitHub (👨‍💻 35 · 🔀 170 · 📋 410 - 3% open · ⏱️ 23.10.2023):

    git clone https://github.com/asottile/pyupgrade
    
  • PyPi (📥 460K / month · 📦 160 · ⏱️ 07.10.2023):

    pip install pyupgrade
    
  • Conda (📥 600K · ⏱️ 07.10.2023):

    conda install -c conda-forge pyupgrade
    
vulture (🥈32 · 2.8K) - Find dead Python code. MIT
  • GitHub (👨‍💻 37 · 🔀 140 · 📦 4.1K · 📋 190 - 10% open · ⏱️ 06.10.2023):

    git clone https://github.com/jendrikseipp/vulture
    
  • PyPi (📥 500K / month · 📦 260 · ⏱️ 06.10.2023):

    pip install vulture
    
  • Conda (📥 76K · ⏱️ 16.06.2023):

    conda install -c conda-forge vulture
    
autoflake (🥈28 · 820) - Removes unused imports and unused variables as reported by pyflakes. MIT
  • GitHub (👨‍💻 37 · 🔀 77 · 📋 110 - 34% open · ⏱️ 23.10.2023):

    git clone https://github.com/myint/autoflake
    
  • PyPi (📥 1.6M / month · 📦 750 · ⏱️ 01.09.2023):

    pip install autoflake
    
  • Conda (📥 510K · ⏱️ 16.06.2023):

    conda install -c conda-forge autoflake
    
MonkeyType (🥈26 · 4.4K) - A Python library that generates static type annotations by.. BSD-3
  • GitHub (👨‍💻 47 · 🔀 160 · 📋 180 - 22% open · ⏱️ 21.09.2023):

    git clone https://github.com/Instagram/MonkeyType
    
  • PyPi (📥 63K / month · 📦 26 · ⏱️ 18.02.2022):

    pip install monkeytype
    
  • Conda (📥 55K · ⏱️ 16.06.2023):

    conda install -c conda-forge monkeytype
    
Bowler (🥈25 · 1.5K · 💤) - Safe code refactoring for modern Python. MIT
  • GitHub (👨‍💻 27 · 🔀 96 · 📋 78 - 56% open · ⏱️ 20.01.2023):

    git clone https://github.com/facebookincubator/Bowler
    
  • PyPi (📥 82K / month · 📦 13 · ⏱️ 17.09.2020):

    pip install bowler
    
  • Conda (📥 18K · ⏱️ 16.06.2023):

    conda install -c conda-forge bowler
    
unimport (🥉21 · 240) - The ultimate linter and formatter for removing unused import statements.. MIT
  • GitHub (👨‍💻 15 · 🔀 21 · 📋 110 - 11% open · ⏱️ 07.07.2023):

    git clone https://github.com/hakancelik96/unimport
    
  • PyPi (📥 16K / month · 📦 5 · ⏱️ 29.01.2022):

    pip install unimport
    
massedit (🥉20 · 110) - Programmatically edit text files with Python. Useful for source to source.. MIT
  • GitHub (👨‍💻 9 · 🔀 16 · 📥 23 · 📦 41 · 📋 11 - 36% open · ⏱️ 12.09.2023):

    git clone https://github.com/elmotec/massedit
    
  • PyPi (📥 3.6K / month · 📦 7 · ⏱️ 11.09.2023):

    pip install massedit
    
add-trailing-comma (🥉18 · 320) - A tool (and pre-commit hook) to automatically add trailing.. MIT
  • GitHub (👨‍💻 11 · 🔀 21 · ⏱️ 23.10.2023):

    git clone https://github.com/asottile/add-trailing-comma
    
  • PyPi (📥 28K / month):

    pip install add-trailing-comma
    
com2ann (🥉17 · 140) - Tool for translation type comments to type annotations in Python. MIT
  • GitHub (👨‍💻 7 · 🔀 11 · 📦 52 · 📋 28 - 25% open · ⏱️ 29.08.2023):

    git clone https://github.com/ilevkivskyi/com2ann
    
  • PyPi (📥 32K / month · 📦 2 · ⏱️ 21.08.2021):

    pip install com2ann
    
Show 8 hidden projects...
  • jedi (🥇39 · 5.5K) - Awesome autocompletion, static analysis and refactoring library for.. ❗Unlicensed
  • redbaron (🥈25 · 680 · 💀) - Bottom-up approach to refactoring in python. LGPL-3.0
  • baron (🥉24 · 280 · 💀) - IDE allow you to refactor code, Baron allows you to write.. LGPL-3.0
  • eradicate (🥉24 · 190) - Removes commented-out code from Python files. ❗Unlicensed
  • unify (🥉20 · 89 · 💀) - Modifies strings to all use the same quote where possible. MIT
  • pyannotate (🥉19 · 1.4K · 💀) - Auto-generate PEP-484 annotations. Apache-2
  • pep8ify (🥉16 · 120 · 💀) - A library that modifies python source code to conform to pep8. Apache-2
  • retype (🥉14 · 130 · 💀) - Re-apply type annotations from .pyi stubs to your codebase. MIT

Code Security

Back to top

bandit (🥇36 · 5.6K) - Bandit is a tool designed to find common security issues in Python.. Apache-2
  • GitHub (👨‍💻 170 · 🔀 550 · 📥 750 · 📦 45K · 📋 650 - 29% open · ⏱️ 25.10.2023):

    git clone https://github.com/PyCQA/bandit
    
  • PyPi (📥 3.4M / month · 📦 1.8K · ⏱️ 10.03.2023):

    pip install bandit
    
  • Conda (📥 270K · ⏱️ 25.09.2023):

    conda install -c conda-forge bandit
    
sqlmap (🥈33 · 29K) - Automatic SQL injection and database takeover tool. GPL-3.0
  • GitHub (👨‍💻 130 · 🔀 5.4K · 📦 21 · 📋 5.1K - 1% open · ⏱️ 31.10.2023):

    git clone https://github.com/sqlmapproject/sqlmap
    
  • PyPi (📥 11K / month · 📦 9 · ⏱️ 06.10.2023):

    pip install sqlmap
    
detect-secrets (🥉28 · 3.2K · 💤) - An enterprise friendly way of detecting and preventing.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 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 (🥉27 · 1.6K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT
  • GitHub (👨‍💻 41 · 🔀 130 · 📥 410K · 📦 29 · 📋 180 - 34% open · ⏱️ 29.05.2023):

    git clone https://github.com/pyupio/safety
    
  • PyPi (📥 1.1M / month · 📦 420 · ⏱️ 04.10.2022):

    pip install safety
    
  • Conda (📥 84K · ⏱️ 16.06.2023):

    conda install -c conda-forge safety
    
dlint (🥉16 · 160 · 💤) - Dlint is a tool for encouraging best coding practices and helping.. BSD-3
  • GitHub (👨‍💻 16 · 🔀 16 · 📋 45 - 53% open · ⏱️ 10.04.2023):

    git clone https://github.com/dlint-py/dlint
    
  • PyPi (📥 100K / month):

    pip install dlint
    
  • Conda (📥 3.9K · ⏱️ 16.06.2023):

    conda install -c conda-forge dlint
    
Show 3 hidden projects...
  • pyarmor (🥈33 · 2.6K) - A tool used to obfuscate python scripts, bind obfuscated scripts.. ❗Unlicensed
  • pyt (🥉22 · 2.2K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. GPL-2.0
  • dodgy (🥉21 · 120 · 💀) - Looks at Python code to search for things which look dodgy such as.. MIT

Virtual Environments

Back to top

pipenv (🥇46 · 24K) - Python Development Workflow for Humans. MIT
  • GitHub (👨‍💻 490 · 🔀 1.8K · 📦 120K · 📋 4.1K - 4% open · ⏱️ 24.10.2023):

    git clone https://github.com/pypa/pipenv
    
  • PyPi (📥 11M / month):

    pip install pipenv
    
  • Conda (📥 130K · ⏱️ 25.10.2023):

    conda install -c conda-forge pipenv
    
virtualenv (🥈40 · 4.6K) - Virtual Python Environment builder. MIT
  • GitHub (👨‍💻 110 · 🔀 950 · 📦 330K · 📋 1.3K - 1% open · ⏱️ 01.11.2023):

    git clone https://github.com/pypa/virtualenv
    
  • PyPi (📥 100M / month):

    pip install virtualenv
    
  • Conda (📥 5.6M · ⏱️ 23.10.2023):

    conda install -c conda-forge virtualenv
    
pyenv (🥈35 · 34K) - Simple Python version management. MIT
  • GitHub (👨‍💻 430 · 🔀 2.8K · 📦 21 · 📋 1.7K - 2% open · ⏱️ 30.10.2023):

    git clone https://github.com/pyenv/pyenv
    
  • PyPi (📥 12K / month):

    pip install pyenv
    
nodeenv (🥈32 · 1.6K) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
  • GitHub (👨‍💻 93 · 🔀 180 · 📦 63K · 📋 190 - 28% open · ⏱️ 05.10.2023):

    git clone https://github.com/ekalinin/nodeenv
    
  • PyPi (📥 17M / month · 📦 950 · ⏱️ 12.05.2023):

    pip install nodeenv
    
  • Conda (📥 3.3M · ⏱️ 16.06.2023):

    conda install -c conda-forge nodeenv
    
pyenv-virtualenv (🥉22 · 5.7K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT
  • GitHub (👨‍💻 58 · 🔀 370 · 📦 21 · 📋 330 - 32% open · ⏱️ 26.06.2023):

    git clone https://github.com/pyenv/pyenv-virtualenv
    
pyenv-installer (🥉16 · 3.7K) - This tool is used to install `pyenv` and friends. MIT
  • GitHub (👨‍💻 39 · 🔀 400 · 📋 77 - 3% open · ⏱️ 10.06.2023):

    git clone https://github.com/pyenv/pyenv-installer
    
dh-virtualenv (🥉16 · 1.6K · 💤) - Python virtualenvs in Debian packages. GPL-2.0
  • GitHub (👨‍💻 60 · 🔀 180 · 📋 200 - 15% open · ⏱️ 03.01.2023):

    git clone https://github.com/spotify/dh-virtualenv
    
freshenv (🥉14 · 170) - Provision, share, manage local and cloud developer environments. MPL-2.0
  • GitHub (👨‍💻 3 · 🔀 3 · ⏱️ 13.10.2023):

    git clone https://github.com/raiyanyahya/freshenv
    
  • PyPi (📥 190 / month):

    pip install freshenv
    
  • Conda:

    conda install -c raiyanyahya freshenv
    
Show 2 hidden projects...
  • vex (🥉16 · 370 · 💀) - Run a command in the named virtualenv. MIT
  • pipenv-pipes (🥉11 · 130 · 💀) - A PipEnv Environment Switcher. MIT

Dependency & Package Managers

Back to top

pip (🥇47 · 9K) - The Python package installer. MIT
  • GitHub (👨‍💻 760 · 🔀 3K · 📦 160K · 📋 7.1K - 15% open · ⏱️ 27.10.2023):

    git clone https://github.com/pypa/pip
    
  • PyPi (📥 200M / month · 📦 11K · ⏱️ 21.10.2023):

    pip install pip
    
  • Conda (📥 95M · ⏱️ 21.10.2023):

    conda install -c conda-forge pip
    
conda (🥇43 · 5.8K) - A system-level, binary package and environment manager running on all.. BSD-3
  • GitHub (👨‍💻 440 · 🔀 1.4K · 📦 44K · 📋 9.3K - 7% open · ⏱️ 01.11.2023):

    git clone https://github.com/conda/conda
    
  • PyPi (📥 86K / month · 📦 1.1K · ⏱️ 22.04.2017):

    pip install conda
    
  • Conda (📥 48M · ⏱️ 28.10.2023):

    conda install -c conda-forge conda
    
poetry (🥈41 · 27K) - Python packaging and dependency management made easy. MIT
  • GitHub (👨‍💻 490 · 🔀 2K · 📥 15M · 📋 5.4K - 11% open · ⏱️ 01.11.2023):

    git clone https://github.com/python-poetry/poetry
    
  • PyPi (📥 25M / month · 📦 290 · ⏱️ 21.08.2023):

    pip install poetry
    
  • Conda (📥 1M · ⏱️ 21.08.2023):

    conda install -c conda-forge poetry
    
pip-tools (🥈39 · 7.2K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
  • GitHub (👨‍💻 200 · 🔀 600 · 📦 24K · 📋 1K - 15% open · ⏱️ 01.11.2023):

    git clone https://github.com/jazzband/pip-tools
    
  • PyPi (📥 11M / month · 📦 2.5K · ⏱️ 08.08.2023):

    pip install pip-tools
    
  • Conda (📥 130K · ⏱️ 09.08.2023):

    conda install -c conda-forge pip-tools
    
PDM (🥈35 · 5.5K) - A modern Python package and dependency manager supporting the latest PEP.. MIT
  • GitHub (👨‍💻 150 · 🔀 260 · 📥 4 · 📦 180 · 📋 1.3K - 3% open · ⏱️ 02.11.2023):

    git clone https://github.com/pdm-project/pdm
    
  • PyPi (📥 550K / month · 📦 47 · ⏱️ 26.10.2023):

    pip install pdm
    
  • Conda (📥 210K · ⏱️ 26.10.2023):

    conda install -c conda-forge pdm
    
pipx (🥉33 · 7.1K) - Install and Run Python Applications in Isolated Environments. MIT
  • GitHub (👨‍💻 100 · 🔀 300 · 📥 17K · 📦 1.5K · 📋 600 - 20% open · ⏱️ 23.10.2023):

    git clone https://github.com/pypa/pipx
    
  • PyPi (📥 1.8M / month):

    pip install pipx
    
  • Conda (📥 38K · ⏱️ 23.10.2023):

    conda install -c conda-forge pipx
    
pipreqs (🥉31 · 5.5K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2
  • GitHub (👨‍💻 60 · 🔀 360 · 📦 24K · 📋 240 - 58% open · ⏱️ 08.10.2023):

    git clone https://github.com/bndr/pipreqs
    
  • PyPi (📥 550K / month):

    pip install pipreqs
    
  • Conda (📥 45K · ⏱️ 16.06.2023):

    conda install -c conda-forge pipreqs
    
mamba (🥉29 · 5.3K) - The Fast Cross-Platform Package Manager. BSD-3
  • GitHub (👨‍💻 140 · 🔀 290 · 📋 1.5K - 28% open · ⏱️ 02.11.2023):

    git clone https://github.com/mamba-org/mamba
    
  • Conda (📥 9.6M · ⏱️ 31.10.2023):

    conda install -c conda-forge mamba
    
pip-run (🥉19 · 110) - pip-run - dynamic dependency loader for Python. MIT
  • GitHub (👨‍💻 18 · 🔀 16 · 📋 66 - 4% open · ⏱️ 08.10.2023):

    git clone https://github.com/jaraco/pip-run
    
  • PyPi (📥 6.6K / month):

    pip install pip-run
    
Show 2 hidden projects...
  • dephell (🥉25 · 1.8K · 💀) - Python project management. Manage packages: convert between formats,.. MIT
  • pyflow (🥉22 · 1.3K · 💀) - An installation and dependency system for Python. MIT

Code Metrics & Complexity

Back to top

prospector (🥇34 · 1.9K) - Inspects Python source files and provides information about.. GPL-2.0
  • GitHub (👨‍💻 90 · 🔀 160 · 📦 4.6K · 📋 370 - 15% open · ⏱️ 18.10.2023):

    git clone https://github.com/PyCQA/prospector
    
  • PyPi (📥 1.1M / month):

    pip install prospector
    
  • Conda (📥 93K · ⏱️ 19.10.2023):

    conda install -c conda-forge prospector
    
mccabe (🥈29 · 600) - McCabe complexity checker for Python. ❗Unlicensed
  • GitHub (👨‍💻 23 · 🔀 55 · 📦 410K · 📋 50 - 20% open · ⏱️ 19.06.2023):

    git clone https://github.com/PyCQA/mccabe
    
  • PyPi (📥 32M / month):

    pip install mccabe
    
  • Conda (📥 7.6M · ⏱️ 16.06.2023):

    conda install -c conda-forge mccabe
    
radon (🥈28 · 1.5K) - Various code metrics for Python code. MIT
  • GitHub (👨‍💻 60 · 🔀 110 · 📦 4.5K · 📋 170 - 13% open · ⏱️ 06.10.2023):

    git clone https://github.com/rubik/radon
    
  • PyPi (📥 410K / month):

    pip install radon
    
  • Conda (📥 66K · ⏱️ 16.06.2023):

    conda install -c conda-forge radon
    
wily (🥈28 · 1.1K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
  • GitHub (👨‍💻 24 · 🔀 56 · 📦 200 · 📋 100 - 29% open · ⏱️ 11.10.2023):

    git clone https://github.com/tonybaloney/wily
    
  • PyPi (📥 15K / month):

    pip install wily
    
xenon (🥉20 · 230) - Monitoring tool based on radon. MIT
  • GitHub (👨‍💻 10 · 🔀 20 · 📦 1.1K · 📋 36 - 22% open · ⏱️ 12.08.2023):

    git clone https://github.com/rubik/xenon
    
  • PyPi (📥 160K / month):

    pip install xenon
    
  • Conda (📥 22K · ⏱️ 16.06.2023):

    conda install -c conda-forge xenon
    
cohesion (🥉12 · 210 · 💤) - A tool for measuring Python class cohesion. GPL-3.0
  • GitHub (👨‍💻 3 · 🔀 4 · 📋 17 - 29% open · ⏱️ 08.03.2023):

    git clone https://github.com/mschwager/cohesion
    
  • PyPi (📥 5.6K / month):

    pip install cohesion
    
  • Conda (📥 2K · ⏱️ 16.06.2023):

    conda install -c conda-forge cohesion
    

Logging

Back to top

rich (🥇43 · 45K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
  • GitHub (👨‍💻 230 · 🔀 1.7K · 📦 140K · 📋 1.2K - 15% open · ⏱️ 01.11.2023):

    git clone https://github.com/Textualize/rich
    
  • PyPi (📥 35M / month · 📦 5.2K · ⏱️ 30.09.2023):

    pip install rich
    
  • Conda (📥 5.5M · ⏱️ 30.09.2023):

    conda install -c conda-forge rich
    
tqdm (🥇43 · 26K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
  • GitHub (👨‍💻 110 · 🔀 1.3K · 📥 11K · 📦 580K · 📋 1K - 44% open · ⏱️ 10.08.2023):

    git clone https://github.com/tqdm/tqdm
    
  • PyPi (📥 77M / month · 📦 28K · ⏱️ 10.08.2023):

    pip install tqdm
    
  • Conda (📥 24M · ⏱️ 10.08.2023):

    conda install -c conda-forge tqdm
    
  • Docker Hub (📥 4.1K · 2 · ⏱️ 26.08.2023):

    docker pull tqdm/tqdm
    
sentry-sdk (🥇39 · 1.6K) - The official Python SDK for Sentry.io. MIT
  • GitHub (👨‍💻 190 · 🔀 410 · 📥 3.5K · 📦 51K · 📋 1.1K - 16% open · ⏱️ 02.11.2023):

    git clone https://github.com/getsentry/sentry-python
    
  • PyPi (📥 22M / month · 📦 430 · ⏱️ 31.10.2023):

    pip install sentry-sdk
    
  • Conda (📥 670K · ⏱️ 31.10.2023):

    conda install -c conda-forge sentry-sdk
    
loguru (🥈38 · 16K) - Python logging made (stupidly) simple. MIT
  • GitHub (👨‍💻 51 · 🔀 640 · 📦 66K · 📋 860 - 13% open · ⏱️ 01.11.2023):

    git clone https://github.com/Delgan/loguru
    
  • PyPi (📥 22M / month):

    pip install loguru
    
  • Conda (📥 1.8M · ⏱️ 24.09.2023):

    conda install -c conda-forge loguru
    
structlog (🥈37 · 2.8K) - Simple, powerful, and fast logging for Python. Apache-2
  • GitHub (👨‍💻 100 · 🔀 190 · 📦 9.8K · 📋 300 - 9% open · ⏱️ 02.11.2023):

    git clone https://github.com/hynek/structlog
    
  • PyPi (📥 7.3M / month · 📦 1.1K · ⏱️ 09.10.2023):

    pip install structlog
    
  • Conda (📥 340K · ⏱️ 09.10.2023):

    conda install -c conda-forge structlog
    
logbook (🥈35 · 1.5K) - A cool logging replacement for Python. BSD-3
  • GitHub (👨‍💻 78 · 🔀 160 · 📥 330 · 📦 5.1K · 📋 180 - 25% open · ⏱️ 03.10.2023):

    git clone https://github.com/getlogbook/logbook
    
  • PyPi (📥 4M / month · 📦 1.2K · ⏱️ 03.10.2023):

    pip install logbook
    
  • Conda (📥 160K · ⏱️ 03.10.2023):

    conda install -c conda-forge logbook
    
tabulate (🥈33 · 1.8K · 💤) - Pretty-print tabular data in Python, a library and a command-line.. MIT
  • GitHub (👨‍💻 84 · 🔀 140 · 📦 150K · 📋 220 - 38% open · ⏱️ 30.04.2023):

    git clone https://github.com/astanin/python-tabulate
    
  • PyPi (📥 50M / month · 📦 8.1K · ⏱️ 06.10.2022):

    pip install tabulate
    
  • Conda (📥 6M · ⏱️ 16.06.2023):

    conda install -c conda-forge tabulate
    
python-json-logger (🥈33 · 1.6K · 💤) - Json Formatter for the standard python logger. BSD-2
  • GitHub (👨‍💻 63 · 🔀 210 · 📦 71K · 📋 100 - 11% open · ⏱️ 28.02.2023):

    git clone https://github.com/madzak/python-json-logger
    
  • PyPi (📥 20M / month · 📦 840 · ⏱️ 21.02.2023):

    pip install python-json-logger
    
  • Conda (📥 6.4M · ⏱️ 16.06.2023):

    conda install -c conda-forge python-json-logger
    
progressbar2 (🥈32 · 830) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
  • GitHub (👨‍💻 43 · 🔀 100 · 📥 2.1K · 📋 210 - 4% open · ⏱️ 03.10.2023):

    git clone https://github.com/WoLpH/python-progressbar
    
  • PyPi (📥 20M / month · 📦 1.6K · ⏱️ 01.11.2022):

    pip install progressbar2
    
  • Conda (📥 1M · ⏱️ 16.06.2023):

    conda install -c conda-forge progressbar2
    
alive-progress (🥉31 · 4.7K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT
  • GitHub (👨‍💻 7 · 🔀 180 · 📦 2.4K · 📋 200 - 7% open · ⏱️ 05.10.2023):

    git clone https://github.com/rsalmei/alive-progress
    
  • PyPi (📥 470K / month · 📦 190 · ⏱️ 02.01.2023):

    pip install alive-progress
    
  • Conda (📥 45K · ⏱️ 01.06.2023):

    conda install -c conda-forge alive-progress
    
wasabi (🥉28 · 430) - A lightweight console printing and formatting toolkit. MIT
  • GitHub (👨‍💻 13 · 🔀 25 · 📦 36K · 📋 9 - 44% open · ⏱️ 07.06.2023):

    git clone https://github.com/ines/wasabi
    
  • PyPi (📥 5.3M / month):

    pip install wasabi
    
  • Conda (📥 1.2M · ⏱️ 07.06.2023):

    conda install -c conda-forge wasabi
    
stackprinter (🥉24 · 1.3K · 💤) - Debugging-friendly exceptions for Python. MIT
  • GitHub (👨‍💻 7 · 🔀 35 · 📦 310 · 📋 30 - 30% open · ⏱️ 20.02.2023):

    git clone https://github.com/cknd/stackprinter
    
  • PyPi (📥 260K / month · 📦 28 · ⏱️ 24.11.2022):

    pip install stackprinter
    
  • Conda (📥 8.5K · ⏱️ 16.06.2023):

    conda install -c conda-forge stackprinter
    
python-devtools (🥉23 · 840) - Dev tools for python. MIT
  • GitHub (👨‍💻 12 · 🔀 37 · 📦 1.8K · 📋 51 - 23% open · ⏱️ 03.09.2023):

    git clone https://github.com/samuelcolvin/python-devtools
    
  • PyPi (📥 710 / month):

    pip install python-devtools
    
  • Conda (📥 19K · ⏱️ 06.09.2023):

    conda install -c conda-forge python-devtools
    
better-exceptions (🥉21 · 4.5K · 💤) - Pretty and useful exceptions in Python, automatically. MIT
  • GitHub (👨‍💻 17 · 🔀 200 · 📋 73 - 36% open · ⏱️ 05.01.2023):

    git clone https://github.com/Qix-/better-exceptions
    
  • PyPi (📥 110K / month):

    pip install better-exceptions
    
Show 7 hidden projects...
  • prettytable (🥉31 · 1.1K) - Display tabular data in a visually appealing ASCII table.. ❗Unlicensed
  • colorlog (🥉30 · 820 · 💀) - A colored formatter for the python logging module. MIT
  • notifiers (🥉27 · 2.5K · 💀) - The easy way to send notifications. MIT
  • python-coloredlogs (🥉27 · 520 · 💀) - Colored terminal output for Pythons logging module. MIT
  • rebound (🥉22 · 4K · 💀) - Command-line tool that instantly fetches Stack Overflow.. ❗Unlicensed
  • PrettyErrors (🥉18 · 2.7K · 💀) - Prettify Python exception output to make it legible. MIT
  • tbvaccine (🥉16 · 370 · 💀) - A small utility to pretty-print Python tracebacks. MIT

Shell

Back to top

xxh (🥉22 · 4.7K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2
  • GitHub (👨‍💻 25 · 🔀 93 · 📥 1.9K · 📦 79 · 📋 82 - 25% open · ⏱️ 07.10.2023):

    git clone https://github.com/xxh/xxh
    
  • PyPi (📥 440 / month · ⏱️ 29.09.2022):

    pip install xxh-xxh
    
Show 1 hidden projects...

Documentation

Back to top

🔗 best-of-mkdocs ( 520) - Collection of MkDocs projects and plugins.

sphinx (🥇46 · 5.7K) - The Sphinx documentation generator. BSD-3
  • GitHub (👨‍💻 790 · 🔀 2K · 📦 340K · 📋 6.7K - 17% open · ⏱️ 05.10.2023):

    git clone https://github.com/sphinx-doc/sphinx
    
  • PyPi (📥 12M / month · 📦 63K · ⏱️ 13.09.2023):

    pip install sphinx
    
  • Conda (📥 8.5M · ⏱️ 13.09.2023):

    conda install -c conda-forge sphinx
    
mkdocs-material (🥇43 · 16K) - Documentation that simply works. MIT
  • GitHub (👨‍💻 240 · 🔀 3K · 📦 39K · 📋 2.1K - 1% open · ⏱️ 02.11.2023):

    git clone https://github.com/squidfunk/mkdocs-material
    
  • PyPi (📥 3.3M / month):

    pip install mkdocs-material
    
  • Conda (📥 330K · ⏱️ 28.10.2023):

    conda install -c conda-forge mkdocs-material
    
mkdocs (🥇41 · 17K) - Project documentation with Markdown. BSD-2
  • GitHub (👨‍💻 240 · 🔀 2.2K · 📦 51K · 📋 1.9K - 5% open · ⏱️ 01.11.2023):

    git clone https://github.com/mkdocs/mkdocs
    
  • PyPi (📥 2.5M / month):

    pip install mkdocs
    
  • Conda (📥 300K · ⏱️ 19.09.2023):

    conda install -c conda-forge mkdocs
    
sphinx_rtd_theme (🥈38 · 4.5K · 📈) - Sphinx theme for readthedocs.org. MIT
  • GitHub (👨‍💻 120 · 🔀 1.8K · 📦 16 · 📋 860 - 28% open · ⏱️ 31.10.2023):

    git clone https://github.com/readthedocs/sphinx_rtd_theme
    
  • PyPi (📥 4M / month · 📦 7.8K · ⏱️ 31.10.2023):

    pip install sphinx_rtd_theme
    
  • Conda (📥 3.6M · ⏱️ 22.08.2023):

    conda install -c conda-forge sphinx_rtd_theme
    
pdoc (🥈32 · 1.7K) - API Documentation for Python Projects. Unlicense
  • GitHub (👨‍💻 55 · 🔀 200 · 📦 2.3K · 📋 340 - 4% open · ⏱️ 01.11.2023):

    git clone https://github.com/mitmproxy/pdoc
    
  • PyPi (📥 160K / month · 📦 320 · ⏱️ 10.09.2023):

    pip install pdoc
    
mkdocstrings (🥈32 · 1.4K) - Automatic documentation from sources, for MkDocs. ISC
  • GitHub (👨‍💻 40 · 🔀 96 · 📦 9.6K · 📋 370 - 12% open · ⏱️ 28.10.2023):

    git clone https://github.com/mkdocstrings/mkdocstrings
    
  • PyPi (📥 610K / month · 📦 430 · ⏱️ 02.09.2023):

    pip install mkdocstrings
    
  • Conda (📥 95K · ⏱️ 02.09.2023):

    conda install -c conda-forge mkdocstrings
    
sphinx-autodoc-typehints (🥈31 · 500) - Type hints support for the Sphinx autodoc extension. MIT
  • GitHub (👨‍💻 54 · 🔀 96 · 📦 44K · 📋 170 - 16% open · ⏱️ 31.10.2023):

    git clone https://github.com/tox-dev/sphinx-autodoc-typehints
    
  • PyPi (📥 1.7M / month):

    pip install sphinx-autodoc-typehints
    
  • Conda (📥 610K · ⏱️ 21.07.2023):

    conda install -c conda-forge sphinx-autodoc-typehints
    
Griffe (🥈30 · 220) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC
  • GitHub (👨‍💻 23 · 🔀 33 · 📦 3.4K · 📋 170 - 14% open · ⏱️ 28.10.2023):

    git clone https://github.com/mkdocstrings/griffe
    
  • PyPi (📥 810K / month · 📦 41 · ⏱️ 26.10.2023):

    pip install griffe
    
  • Conda (📥 190K · ⏱️ 27.10.2023):

    conda install -c conda-forge griffe
    
sphinx-autobuild (🥈28 · 480) - Watch a Sphinx directory and rebuild the documentation.. MIT
  • GitHub (👨‍💻 25 · 🔀 64 · 📦 20K · 📋 77 - 31% open · ⏱️ 28.10.2023):

    git clone https://github.com/executablebooks/sphinx-autobuild
    
  • PyPi (📥 490K / month):

    pip install sphinx-autobuild
    
  • Conda (📥 220K · ⏱️ 16.06.2023):

    conda install -c conda-forge sphinx-autobuild
    
pdoc3 (🥉26 · 1K · 💤) - Auto-generate API documentation for Python projects. AGPL-3.0
  • GitHub (👨‍💻 58 · 🔀 140 · 📦 3.7K · 📋 330 - 37% open · ⏱️ 21.12.2022):

    git clone https://github.com/pdoc3/pdoc
    
  • PyPi (📥 190K / month · 📦 220 · ⏱️ 03.08.2021):

    pip install pdoc3
    
  • Conda (📥 1.7K · ⏱️ 16.06.2023):

    conda install -c anaconda pdoc3
    
blacken-docs (🥉26 · 570) - Run `black` on python code blocks in documentation files. MIT
  • GitHub (👨‍💻 19 · 🔀 40 · 📦 760 · 📋 74 - 14% open · ⏱️ 30.10.2023):

    git clone https://github.com/asottile/blacken-docs
    
  • PyPi (📥 160K / month · 📦 34 · ⏱️ 16.08.2023):

    pip install blacken-docs
    
  • Conda (📥 32K · ⏱️ 16.08.2023):

    conda install -c conda-forge blacken-docs
    
interrogate (🥉24 · 500) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
  • GitHub (👨‍💻 12 · 🔀 41 · 📦 5.3K · 📋 55 - 50% open · ⏱️ 07.09.2023):

    git clone https://github.com/econchick/interrogate
    
  • PyPi (📥 93K / month):

    pip install interrogate
    
mkdocs-awesome-pages-plugin (🥉24 · 370) - An MkDocs plugin that simplifies configuring page.. MIT
  • GitHub (👨‍💻 7 · 🔀 29 · 📦 3.4K · 📋 70 - 21% open · ⏱️ 19.08.2023):

    git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
    
  • PyPi (📥 160K / month):

    pip install mkdocs-awesome-pages-plugin
    
lazydocs (🥉23 · 160) - Generate markdown API documentation from Google-style Python docstring... MIT
  • GitHub (👨‍💻 10 · 🔀 34 · 📦 180 · 📋 30 - 20% open · ⏱️ 11.06.2023):

    git clone https://github.com/ml-tooling/lazydocs
    
  • PyPi (📥 8.2K / month · 📦 22 · ⏱️ 27.07.2021):

    pip install lazydocs
    
releases (🥉22 · 170) - A powerful Sphinx changelog-generating extension. BSD-2
  • GitHub (👨‍💻 10 · 🔀 35 · 📦 600 · 📋 74 - 37% open · ⏱️ 24.09.2023):

    git clone https://github.com/bitprophet/releases
    
  • PyPi (📥 18K / month):

    pip install releases
    
  • Conda (📥 50K · ⏱️ 16.06.2023):

    conda install -c conda-forge sphinx-releases
    
mkdocs-print-site-plugin (🥉22 · 92) - MkDocs Plugin that adds an additional page that.. MIT
  • GitHub (👨‍💻 5 · 🔀 14 · 📦 250 · 📋 81 - 11% open · ⏱️ 25.10.2023):

    git clone https://github.com/timvink/mkdocs-print-site-plugin
    
  • PyPi (📥 20K / month):

    pip install mkdocs-print-site-plugin
    
portray (🥉21 · 850 · 💤) - Your Project with Great Documentation. MIT
  • GitHub (👨‍💻 20 · 🔀 73 · 📦 810 · 📋 63 - 49% open · ⏱️ 03.01.2023):

    git clone https://github.com/timothycrosley/portray
    
  • PyPi (📥 12K / month):

    pip install portray
    
sphinx-markdown-builder (🥉21 · 160) - DISCONTINUED: sphinx builder that outputs markdown.. MIT
  • GitHub (👨‍💻 19 · 🔀 41 · 📦 740 · ⏱️ 24.06.2023):

    git clone https://github.com/clayrisser/sphinx-markdown-builder
    
  • PyPi (📥 51K / month):

    pip install sphinx-markdown-builder
    
Show 10 hidden projects...
  • numpydoc (🥈30 · 250) - Numpys Sphinx extensions. ❗Unlicensed
  • alabaster (🥈29 · 700) - Lightweight, configurable Sphinx theme. ❗Unlicensed
  • breathe (🥉27 · 700) - ReStructuredText and Sphinx bridge to Doxygen. ❗Unlicensed
  • pytkdocs (🥉24 · 48 · 💀) - Load Python objects documentation. ISC
  • pycco (🥉23 · 840 · 💀) - Literate-style documentation generator. MIT
  • mkdocs-with-pdf (🥉22 · 270 · 💀) - Generate a single PDF file from MkDocs repository. MIT
  • mkdocs-pdf-export-plugin (🥉21 · 290 · 💀) - An MkDocs plugin to export content pages as PDF files. MIT
  • sphinx-bootstrap-theme (🥉20 · 590 · 💀) - Sphinx Bootstrap Theme. MIT
  • mkdocs-git-revision-date-plugin (🥉19 · 55 · 💀) - 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

Back to top

PySnooper (🥇30 · 16K) - Never use print for debugging again. MIT
  • GitHub (👨‍💻 27 · 🔀 930 · 📦 1.6K · 📋 130 - 19% open · ⏱️ 15.07.2023):

    git clone https://github.com/cool-RR/PySnooper
    
  • PyPi (📥 660K / month):

    pip install pysnooper
    
  • Conda (📥 71K · ⏱️ 27.07.2023):

    conda install -c conda-forge pysnooper
    
gdbgui (🥈29 · 9.5K) - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view.. GPL-3.0
  • GitHub (👨‍💻 44 · 🔀 480 · 📥 16K · 📦 330 · 📋 310 - 44% open · ⏱️ 18.10.2023):

    git clone https://github.com/cs01/gdbgui
    
  • PyPi (📥 16K / month):

    pip install gdbgui
    
ipdb (🥈29 · 1.8K) - Integration of IPython pdb. BSD-3
  • GitHub (👨‍💻 58 · 🔀 140 · 📦 50K · 📋 190 - 32% open · ⏱️ 03.08.2023):

    git clone https://github.com/gotcha/ipdb
    
  • PyPi (📥 2.3M / month):

    pip install ipdb
    
  • Conda (📥 420K · ⏱️ 16.06.2023):

    conda install -c conda-forge ipdb
    
icecream (🥉26 · 7.7K · 💤) - Never use print() to debug again. MIT
  • GitHub (👨‍💻 21 · 🔀 160 · 📦 21 · 📋 110 - 37% open · ⏱️ 04.12.2022):

    git clone https://github.com/gruns/icecream
    
  • PyPi (📥 300K / month):

    pip install icecream
    
  • Conda (📥 27K · ⏱️ 16.06.2023):

    conda install -c conda-forge icecream
    
pyrasite (🥉22 · 2.7K) - Inject code into running Python processes. GPL-3.0
  • GitHub (👨‍💻 24 · 🔀 200 · 📦 52 · 📋 56 - 71% open · ⏱️ 08.10.2023):

    git clone https://github.com/lmacken/pyrasite
    
  • PyPi (📥 27K / month · 📦 6 · ⏱️ 09.05.2012):

    pip install pyrasite
    
python-hunter (🥉22 · 760 · 💤) - Hunter is a flexible code tracing toolkit. BSD-2
  • GitHub (👨‍💻 9 · 🔀 41 · 📦 160 · 📋 95 - 43% open · ⏱️ 26.04.2023):

    git clone https://github.com/ionelmc/python-hunter
    
  • PyPi (📥 9K / month):

    pip install hunter
    
  • Conda (📥 53K · ⏱️ 30.09.2023):

    conda install -c conda-forge hunter
    
Birdseye (🥉21 · 1.6K) - Graphical Python debugger which lets you easily view the values of all.. MIT
  • GitHub (👨‍💻 10 · 🔀 74 · 📋 56 - 35% open · ⏱️ 16.10.2023):

    git clone https://github.com/alexmojaki/birdseye
    
  • PyPi (📥 1.3K / month · 📦 4 · ⏱️ 16.10.2023):

    pip install birdseye
    
python-manhole (🥉21 · 360 · 💤) - Debugging manhole for python applications. BSD-2
  • GitHub (👨‍💻 11 · 🔀 23 · 📦 260 · 📋 22 - 31% open · ⏱️ 17.12.2022):

    git clone https://github.com/ionelmc/python-manhole
    
  • PyPi (📥 16K / month):

    pip install manhole
    
  • Conda (📥 18K · ⏱️ 16.06.2023):

    conda install -c conda-forge manhole
    
reloadium (🥉19 · 2.5K) - Hot Reloading, Profiling and AI debugging for Python. Apache-2
  • GitHub (👨‍💻 3 · 🔀 52 · 📋 120 - 15% open · ⏱️ 05.10.2023):

    git clone https://github.com/reloadware/reloadium
    
  • PyPi (📥 3.2K / month · ⏱️ 05.10.2023):

    pip install reloadium
    
snoop (🥉18 · 970 · 💤) - A powerful set of Python debugging tools, based on PySnooper. MIT
  • GitHub (👨‍💻 22 · 🔀 31 · 📋 50 - 44% open · ⏱️ 22.12.2022):

    git clone https://github.com/alexmojaki/snoop
    
  • PyPi (📥 58K / month):

    pip install snoop
    
  • Conda (📥 4.6K · ⏱️ 16.06.2023):

    conda install -c conda-forge snoop
    
Show 3 hidden projects...
  • pudb (🥇31 · 2.8K) - Full-screen console debugger for Python. ❗Unlicensed
  • pyelftools (🥇30 · 1.8K) - Parsing ELF and DWARF in Python. ❗Unlicensed
  • pdbpp (🥉28 · 1.2K · 💀) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3

Testing Tools

Back to top

🔗 best-of-web-python - Testing ( 2K) - Testing libraries & tools for python web frameworks.

🔗 unittest - Unittest is a test framework included in the Python standard library.

pytest (🥇47 · 11K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT
  • GitHub (👨‍💻 920 · 🔀 2.4K · 📦 1.1M · 📋 5.5K - 14% open · ⏱️ 30.10.2023):

    git clone https://github.com/pytest-dev/pytest
    
  • PyPi (📥 96M / month):

    pip install pytest
    
  • Conda (📥 23M · ⏱️ 25.10.2023):

    conda install -c conda-forge pytest
    
robotframework (🥇42 · 8.5K) - Generic automation framework for acceptance testing and RPA. Apache-2
  • GitHub (👨‍💻 190 · 🔀 2.1K · 📥 550 · 📦 9K · 📋 4.2K - 6% open · ⏱️ 02.11.2023):

    git clone https://github.com/robotframework/robotframework
    
  • PyPi (📥 1.7M / month):

    pip install robotframework
    
  • Conda (📥 160K · ⏱️ 10.10.2023):

    conda install -c conda-forge robotframework
    
tox (🥇39 · 3.4K) - Command line driven CI frontend and development task automation tool. MIT
  • GitHub (👨‍💻 65 · 🔀 470 · 📦 110K · 📋 1.7K - 4% open · ⏱️ 30.10.2023):

    git clone https://github.com/tox-dev/tox
    
  • PyPi (📥 13M / month):

    pip install tox
    
  • Conda (📥 820K · ⏱️ 09.09.2023):

    conda install -c conda-forge tox
    
pytest-cov (🥇35 · 1.6K) - Coverage plugin for pytest. MIT
  • GitHub (👨‍💻 86 · 🔀 200 · 📦 280K · 📋 370 - 36% open · ⏱️ 24.05.2023):

    git clone https://github.com/pytest-dev/pytest-cov
    
  • PyPi (📥 41M / month):

    pip install pytest-cov
    
  • Conda (📥 9.9M · ⏱️ 16.06.2023):

    conda install -c conda-forge pytest-cov
    
playwright-python (🥈34 · 9.6K) - Python version of the Playwright testing and automation.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 800 · 📦 21 · 📋 1.2K - 3% open · ⏱️ 30.10.2023):

    git clone https://github.com/microsoft/playwright-python
    
  • PyPi (📥 2.3M / month · 📦 330 · ⏱️ 17.10.2023):

    pip install playwright
    
pyautogui (🥈34 · 8.8K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3
  • GitHub (👨‍💻 52 · 🔀 1.1K · 📦 28K · 📋 660 - 65% open · ⏱️ 07.06.2023):

    git clone https://github.com/asweigart/pyautogui
    
  • PyPi (📥 740K / month):

    pip install pyautogui
    
  • Conda (📥 210K · ⏱️ 16.10.2023):

    conda install -c conda-forge pyautogui
    
mimesis (🥈34 · 4.1K) - Mimesis is a powerful Python library that empowers developers to generate.. MIT
  • GitHub (👨‍💻 120 · 🔀 310 · 📥 510 · 📦 1.5K · 📋 330 - 2% open · ⏱️ 30.10.2023):

    git clone https://github.com/lk-geimfari/mimesis
    
  • PyPi (📥 160K / month):

    pip install mimesis
    
  • Conda (📥 160K · ⏱️ 19.08.2023):

    conda install -c conda-forge mimesis
    
pytest-mock (🥈34 · 1.7K) - Thin-wrapper around the mock package for easier use with pytest. MIT
  • GitHub (👨‍💻 67 · 🔀 130 · 📥 10 · 📦 70K · 📋 150 - 8% open · ⏱️ 24.10.2023):

    git clone https://github.com/pytest-dev/pytest-mock
    
  • PyPi (📥 14M / month):

    pip install pytest-mock
    
  • Conda (📥 2.4M · ⏱️ 19.10.2023):

    conda install -c conda-forge pytest-mock
    
nose2 (🥈34 · 760) - The successor to nose, based on unittest2. BSD-2
  • GitHub (👨‍💻 76 · 🔀 140 · 📦 24K · 📋 270 - 19% open · ⏱️ 04.10.2023):

    git clone https://github.com/nose-devs/nose2
    
  • PyPi (📥 680K / month · 📦 1.1K · ⏱️ 04.10.2023):

    pip install nose2
    
  • Conda (📥 120K · ⏱️ 16.06.2023):

    conda install -c conda-forge nose2
    
pytest-bdd (🥈33 · 1.2K) - BDD library for the py.test runner. MIT
  • GitHub (👨‍💻 58 · 🔀 200 · 📦 3.1K · 📋 340 - 40% open · ⏱️ 29.10.2023):

    git clone https://github.com/pytest-dev/pytest-bdd
    
  • PyPi (📥 760K / month · 📦 180 · ⏱️ 10.10.2023):

    pip install pytest-bdd
    
  • Conda (📥 55K · ⏱️ 10.10.2023):

    conda install -c conda-forge pytest-bdd
    
asv (🥈33 · 810) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
  • GitHub (👨‍💻 76 · 🔀 160 · 📥 160 · 📦 1K · 📋 560 - 23% open · ⏱️ 11.09.2023):

    git clone https://github.com/airspeed-velocity/asv
    
  • PyPi (📥 77K / month):

    pip install asv
    
  • Conda (📥 750K · ⏱️ 03.10.2023):

    conda install -c conda-forge asv
    
factory_boy (🥈32 · 3.2K · 📈) - A test fixtures replacement for Python. MIT
  • GitHub (👨‍💻 130 · 🔀 380 · 📋 590 - 33% open · ⏱️ 11.10.2023):

    git clone https://github.com/FactoryBoy/factory_boy
    
  • PyPi (📥 3.4M / month · 📦 800 · ⏱️ 19.07.2023):

    pip install factory_boy
    
  • Conda (📥 140K · ⏱️ 19.07.2023):

    conda install -c conda-forge factory_boy
    
nox (🥈30 · 1.1K) - Flexible test automation for Python. Apache-2
  • GitHub (👨‍💻 91 · 🔀 140 · 📦 4.6K · 📋 330 - 16% open · ⏱️ 02.11.2023):

    git clone https://github.com/theacodes/nox
    
  • PyPi (📥 960K / month):

    pip install nox
    
  • Conda (📥 240K · ⏱️ 25.09.2023):

    conda install -c conda-forge nox
    
pytest-asyncio (🥈29 · 1.2K) - Asyncio support for pytest. Apache-2
  • GitHub (👨‍💻 42 · 🔀 120 · 📥 150 · 📋 260 - 12% open · ⏱️ 31.10.2023):

    git clone https://github.com/pytest-dev/pytest-asyncio
    
  • PyPi (📥 8.8M / month):

    pip install pytest-asyncio
    
  • Conda (📥 1.8M · ⏱️ 31.10.2023):

    conda install -c conda-forge pytest-asyncio
    
coveralls-python (🥈29 · 530) - Show coverage stats online via coveralls.io. MIT
  • GitHub (👨‍💻 64 · 🔀 180 · 📦 32K · 📋 160 - 9% open · ⏱️ 14.08.2023):

    git clone https://github.com/TheKevJames/coveralls-python
    
  • PyPi (📥 560K / month):

    pip install coveralls
    
  • Conda (📥 1M · ⏱️ 16.06.2023):

    conda install -c conda-forge coveralls
    
pytest-xdist (🥉28 · 1.3K · 📉) - pytest plugin for distributed testing and loop-on-.. MIT
  • GitHub (👨‍💻 90 · 🔀 190 · 📋 550 - 39% open · ⏱️ 24.10.2023):

    git clone https://github.com/pytest-dev/pytest-xdist
    
  • PyPi (📥 15M / month):

    pip install pytest-xdist
    
  • Conda (📥 5.4M · ⏱️ 16.06.2023):

    conda install -c conda-forge pytest-xdist
    
pytest-benchmark (🥉28 · 1.1K · 💤) - py.test fixture for benchmarking code. BSD-2
  • GitHub (👨‍💻 39 · 🔀 100 · 📦 7.7K · 📋 180 - 51% open · ⏱️ 27.04.2023):

    git clone https://github.com/ionelmc/pytest-benchmark
    
  • PyPi (📥 800K / month):

    pip install pytest-benchmark
    
  • Conda (📥 1.9M · ⏱️ 16.06.2023):

    conda install -c conda-forge pytest-benchmark
    
pytest-testinfra (🥉27 · 2.3K) - Testinfra test your infrastructures. Apache-2
  • GitHub (👨‍💻 130 · 🔀 330 · 📋 330 - 36% open · ⏱️ 28.08.2023):

    git clone https://github.com/pytest-dev/pytest-testinfra
    
  • PyPi (📥 430K / month):

    pip install pytest-testinfra
    
  • Conda (📥 14K · ⏱️ 25.08.2023):

    conda install -c conda-forge pytest-testinfra
    
pytest-testmon (🥉27 · 730) - Selects tests affected by changed files. Executes the right.. MIT
  • GitHub (👨‍💻 24 · 🔀 48 · 📦 1.2K · 📋 150 - 19% open · ⏱️ 02.11.2023):

    git clone https://github.com/tarpas/pytest-testmon
    
  • PyPi (📥 160K / month):

    pip install pytest-testmon
    
  • Conda (📥 40K · ⏱️ 16.06.2023):

    conda install -c conda-forge pytest-testmon
    
pytest-randomly (🥉27 · 540 · 📈) - Pytest plugin to randomly order tests and control random.seed. MIT
  • GitHub (👨‍💻 20 · 🔀 28 · 📦 7.4K · 📋 60 - 10% open · ⏱️ 30.10.2023):

    git clone https://github.com/pytest-dev/pytest-randomly
    
  • PyPi (📥 1.2M / month):

    pip install pytest-randomly
    
  • Conda (📥 160K · ⏱️ 15.08.2023):

    conda install -c conda-forge pytest-randomly
    
green (🥉26 · 780) - Green is a clean, colorful, fast python test runner. MIT
  • GitHub (👨‍💻 39 · 🔀 80 · 📋 180 - 3% open · ⏱️ 18.05.2023):

    git clone https://github.com/CleanCut/green
    
  • PyPi (📥 14K / month · 📦 240 · ⏱️ 21.09.2022):

    pip install green
    
  • Conda (📥 130K · ⏱️ 28.09.2023):

    conda install -c conda-forge green
    
freezegun (🥉25 · 3.8K · 💤) - Let your Python tests travel through time. Apache-2
  • GitHub (👨‍💻 110 · 🔀 240 · 📋 290 - 39% open · ⏱️ 22.02.2023):

    git clone https://github.com/spulec/freezegun
    
  • PyPi (📥 7.3M / month):

    pip install freezegun
    
  • Conda (📥 1.5M · ⏱️ 16.06.2023):

    conda install -c conda-forge freezegun
    
pytest-mypy (🥉24 · 230) - Mypy static type checker plugin for Pytest. MIT
  • GitHub (👨‍💻 16 · 🔀 33 · 📦 3.8K · 📋 63 - 15% open · ⏱️ 08.05.2023):

    git clone https://github.com/dbader/pytest-mypy
    
  • PyPi (📥 330K / month):

    pip install pytest-mypy
    
  • Conda (📥 90K · ⏱️ 16.06.2023):

    conda install -c conda-forge pytest-mypy
    
pytest-docker (🥉22 · 360) - Docker-based integration tests. MIT
  • GitHub (👨‍💻 18 · 🔀 61 · 📥 130 · 📋 53 - 35% open · ⏱️ 01.09.2023):

    git clone https://github.com/avast/pytest-docker
    
  • PyPi (📥 140K / month · 📦 45 · ⏱️ 01.09.2023):

    pip install pytest-docker
    
xdoctest (🥉21 · 190) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 10 · 📋 45 - 40% open · ⏱️ 26.10.2023):

    git clone https://github.com/Erotemic/xdoctest
    
  • PyPi (📥 150K / month):

    pip install xdoctest
    
  • Conda (📥 190K · ⏱️ 26.10.2023):

    conda install -c conda-forge xdoctest
    
pytest-plugins (🥉19 · 520 · 💤) - A grab-bag of nifty pytest plugins. MIT
  • GitHub (👨‍💻 62 · 🔀 77 · 📋 110 - 45% open · ⏱️ 03.11.2022):

    git clone https://github.com/man-group/pytest-plugins
    
  • PyPi (📥 54K / month):

    pip install pytest-virtualenv
    
  • Conda (📥 57K · ⏱️ 16.06.2023):

    conda install -c conda-forge pytest-shutil
    
Show 15 hidden projects...
  • hypothesis (🥇37 · 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-html (🥈33 · 630) - Plugin for generating HTML reports for pytest results. ❗Unlicensed
  • PyHamcrest (🥈29 · 720) - Hamcrest matchers for Python. ❗Unlicensed
  • ddt (🥉28 · 430 · 💀) - Data-Driven Tests for Python Unittest. MIT
  • uiautomator (🥉26 · 2K · 💀) - Python wrapper of Android uiautomator test tool. MIT
  • pytest-sugar (🥉26 · 1.1K) - a plugin for py.test that changes the default look.. ❗Unlicensed
  • pytest-watch (🥉25 · 710 · 💀) - Local continuous test runner with pytest and watchdog. MIT
  • Mamba Test Runner (🥉25 · 510 · 💀) - The definitive testing tool for Python. Born under the.. MIT
  • pytest-lazy-fixture (🥉25 · 350 · 💀) - It helps to use fixtures in pytest.mark.parametrize. MIT
  • pytest-datadir (🥉22 · 220) - pytest plugin for manipulating test data directories.. ❗Unlicensed
  • sixpack (🥉21 · 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework. BSD-2
  • fake2db (🥉18 · 2.2K · 💀) - create custom test databases that are populated with fake data. GPL-2.0
  • assertpy (🥉14 · 19 · 💀) - Simple assertion library for unit testing in python with a fluent API. BSD-3
  • pytest-play (🥉11 · 68 · 💀) - pytest plugin that let you automate actions and.. Apache-2

Code Packaging

Back to top

🔗 Python.org Packaging - An Overview of Packaging for Python.

pyinstaller (🥇42 · 11K) - Freeze (package) Python programs into stand-alone executables. GPL-2.0
  • GitHub (👨‍💻 460 · 🔀 1.9K · 📥 740K · 📦 50K · 📋 5.1K - 5% open · ⏱️ 02.11.2023):

    git clone https://github.com/pyinstaller/pyinstaller
    
  • PyPi (📥 1.8M / month · 📦 370 · ⏱️ 13.10.2023):

    pip install pyinstaller
    
  • Conda (📥 500K · ⏱️ 27.10.2023):

    conda install -c conda-forge pyinstaller
    
packaging (🥇38 · 540) - Core utilities for Python packages. Apache-2
  • GitHub (👨‍💻 100 · 🔀 240 · 📥 740 · 📦 920K · 📋 340 - 21% open · ⏱️ 27.10.2023):

    git clone https://github.com/pypa/packaging
    
  • PyPi (📥 260M / month · 📦 20K · ⏱️ 01.10.2023):

    pip install packaging
    
  • Conda (📥 41M · ⏱️ 01.10.2023):

    conda install -c conda-forge packaging
    
Nuitka (🥈37 · 9.9K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
  • GitHub (👨‍💻 160 · 🔀 520 · 📦 1.6K · 📋 2K - 8% open · ⏱️ 27.10.2023):

    git clone https://github.com/Nuitka/Nuitka
    
  • PyPi (📥 85K / month):

    pip install nuitka
    
  • Conda (📥 590K · ⏱️ 30.10.2023):

    conda install -c conda-forge nuitka
    
pex (🥈32 · 2.4K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2
  • GitHub (👨‍💻 120 · 🔀 240 · 📥 3.6M · 📋 1.1K - 14% open · ⏱️ 13.10.2023):

    git clone https://github.com/pantsbuild/pex
    
  • PyPi (📥 960K / month · 📦 140 · ⏱️ 02.10.2023):

    pip install pex
    
cx_Freeze (🥈32 · 1.2K · 📈) - Create standalone executables from Python scripts, with the.. Python-2.0
  • GitHub (👨‍💻 110 · 🔀 200 · 📋 880 - 5% open · ⏱️ 02.11.2023):

    git clone https://github.com/marcelotduarte/cx_Freeze
    
  • PyPi (📥 140K / month · 📦 51 · ⏱️ 24.10.2023):

    pip install cx_freeze
    
  • Conda (📥 270K · ⏱️ 24.10.2023):

    conda install -c conda-forge cx_freeze
    
briefcase (🥈30 · 2.1K) - Tools to support converting a Python project into a standalone.. BSD-3
  • GitHub (👨‍💻 130 · 🔀 300 · 📥 200 · 📋 660 - 16% open · ⏱️ 01.11.2023):

    git clone https://github.com/beeware/briefcase
    
  • PyPi (📥 5.6K / month · 📦 19 · ⏱️ 20.10.2023):

    pip install briefcase
    
PyOxidizer (🥉26 · 4.9K · 💤) - A modern Python application packaging and distribution tool. MPL-2.0
  • GitHub (👨‍💻 54 · 🔀 200 · 📥 12K · 📦 150 · 📋 540 - 56% open · ⏱️ 21.01.2023):

    git clone https://github.com/indygreg/PyOxidizer
    
  • PyPi (📥 3.8K / month):

    pip install pyoxidizer
    
shiv (🥉24 · 1.6K) - shiv is a command line utility for building fully self contained Python.. BSD-2
  • GitHub (👨‍💻 39 · 🔀 89 · 📥 600 · 📋 120 - 35% open · ⏱️ 07.09.2023):

    git clone https://github.com/linkedin/shiv
    
  • PyPi (📥 28K / month · 📦 13 · ⏱️ 07.09.2023):

    pip install shiv
    
subpar (🥉13 · 560 · 💤) - Subpar is a utility for creating self-contained python.. Apache-2
  • GitHub (👨‍💻 16 · 🔀 66 · 📋 64 - 53% open · ⏱️ 19.12.2022):

    git clone https://github.com/google/subpar
    
Show 6 hidden projects...
  • py2app (🥉25 · 280 · 💤) - py2app is a Python setuptools command which will allow you to.. ❗Unlicensed
  • pynsist (🥉23 · 850 · 💀) - Build Windows installers for Python applications. MIT
  • py2exe (🥉23 · 670) - Create standalone Windows programs from Python code. ❗Unlicensed
  • constructor (🥉23 · 420) - tool for creating installers from conda packages. ❗Unlicensed
  • xar (🥉19 · 1.6K) - executable archive format. ❗Unlicensed
  • pyship (🥉8 · 34) - pyship - ship Python desktop apps to end users. MIT

Build Tools

Back to top

setuptools (🥇46 · 2.2K) - Official project repository for the Setuptools build system. MIT
  • GitHub (👨‍💻 580 · 🔀 1K · 📦 410K · 📋 2.4K - 23% open · ⏱️ 16.10.2023):

    git clone https://github.com/pypa/setuptools
    
  • PyPi (📥 320M / month · 📦 39K · ⏱️ 12.09.2023):

    pip install setuptools
    
  • Conda (📥 96M · ⏱️ 12.09.2023):

    conda install -c conda-forge setuptools
    
wheel (🥇37 · 460) - The official binary distribution format for Python. MIT
  • GitHub (👨‍💻 76 · 🔀 130 · 📦 230K · 📋 380 - 9% open · ⏱️ 02.11.2023):

    git clone https://github.com/pypa/wheel
    
  • PyPi (📥 270M / month):

    pip install wheel
    
  • Conda (📥 80M · ⏱️ 30.10.2023):

    conda install -c conda-forge wheel
    
buildbot (🥈36 · 5.1K) - Python-based continuous integration testing framework; your pull.. GPL-2.0
  • GitHub (👨‍💻 850 · 🔀 1.6K · 📥 33K · 📦 330 · 📋 1.5K - 45% open · ⏱️ 11.10.2023):

    git clone https://github.com/buildbot/buildbot
    
  • PyPi (📥 32K / month · 📦 460 · ⏱️ 03.09.2023):

    pip install buildbot
    
  • Conda (📥 90K · ⏱️ 03.09.2023):

    conda install -c conda-forge buildbot
    
invoke (🥈35 · 4.1K) - Pythonic task management & command execution. BSD-2
  • GitHub (👨‍💻 60 · 🔀 350 · 📦 23K · 📋 780 - 48% open · ⏱️ 23.09.2023):

    git clone https://github.com/pyinvoke/invoke
    
  • PyPi (📥 6.5M / month · 📦 2.8K · ⏱️ 12.07.2023):

    pip install invoke
    
  • Conda (📥 940K · ⏱️ 13.07.2023):

    conda install -c conda-forge invoke
    
twine (🥈35 · 1.5K) - Utilities for interacting with PyPI. Apache-2
  • GitHub (👨‍💻 120 · 🔀 300 · 📦 97K · 📋 470 - 10% open · ⏱️ 23.10.2023):

    git clone https://github.com/pypa/twine
    
  • PyPi (📥 3.8M / month · 📦 15K · ⏱️ 01.12.2022):

    pip install twine
    
  • Conda (📥 880K · ⏱️ 16.06.2023):

    conda install -c conda-forge twine
    
scons (🥈34 · 1.8K) - SCons - a software construction tool. MIT
  • GitHub (👨‍💻 160 · 🔀 280 · 📥 1.4K · 📋 3.4K - 19% open · ⏱️ 30.10.2023):

    git clone https://github.com/SCons/scons
    
  • PyPi (📥 370K / month · 📦 62 · ⏱️ 30.07.2022):

    pip install scons
    
  • Conda (📥 510K · ⏱️ 22.09.2023):

    conda install -c conda-forge scons
    
flit (🥉31 · 2K) - Simplified packaging of Python modules. BSD-3
  • GitHub (👨‍💻 69 · 🔀 120 · 📦 1.6K · 📋 410 - 32% open · ⏱️ 28.09.2023):

    git clone https://github.com/pypa/flit
    
  • PyPi (📥 350K / month · 📦 480 · ⏱️ 14.05.2023):

    pip install flit
    
  • Conda (📥 170K · ⏱️ 16.06.2023):

    conda install -c conda-forge flit
    
doit (🥉31 · 1.7K · 💤) - task management & automation tool. MIT
  • GitHub (👨‍💻 65 · 🔀 170 · 📦 1.6K · 📋 300 - 27% open · ⏱️ 16.01.2023):

    git clone https://github.com/pydoit/doit
    
  • PyPi (📥 470K / month):

    pip install doit
    
  • Conda (📥 240K · ⏱️ 16.06.2023):

    conda install -c conda-forge doit
    
setuptools_scm (🥉31 · 770) - the blessed package to manage your versions by scm tags. MIT
  • GitHub (👨‍💻 130 · 🔀 190 · 📋 530 - 16% open · ⏱️ 30.10.2023):

    git clone https://github.com/pypa/setuptools_scm
    
  • PyPi (📥 28M / month):

    pip install setuptools_scm
    
  • Conda (📥 2M · ⏱️ 04.10.2023):

    conda install -c conda-forge setuptools_scm
    
pybuilder (🥉26 · 1.6K) - Software build automation tool for Python. Apache-2
  • GitHub (👨‍💻 39 · 🔀 240 · 📋 510 - 17% open · ⏱️ 10.07.2023):

    git clone https://github.com/pybuilder/pybuilder
    
  • PyPi (📥 28K / month):

    pip install pybuilder
    
  • Conda (📥 58K · ⏱️ 26.09.2023):

    conda install -c conda-forge pybuilder
    
universal-build (🥉13 · 20 · 💀) - Universal build utilities for containerized build pipelines. MIT
  • GitHub (👨‍💻 5 · 🔀 7 · 📥 19 · 📦 12 · ⏱️ 15.09.2022):

    git clone https://github.com/ml-tooling/universal-build
    
  • PyPi (📥 100 / month):

    pip install universal-build
    
Show 3 hidden projects...
  • buildout (🥉22 · 560 · 💤) - Buildout is a deployment automation tool written in and.. ❗Unlicensed
  • paver (🥉16 · 460 · 💤) - Python-based project scripting. ❗Unlicensed
  • pynt (🥉16 · 160 · 💀) - A pynt of Python build. MIT

System Monitoring & Profiling

Back to top

psutil (🥇43 · 9.6K) - Cross-platform lib for process and system monitoring in Python. BSD-3
  • GitHub (👨‍💻 200 · 🔀 1.3K · 📦 390K · 📋 1.7K - 15% open · ⏱️ 26.10.2023):

    git clone https://github.com/giampaolo/psutil
    
  • PyPi (📥 85M / month):

    pip install psutil
    
  • Conda (📥 27M · ⏱️ 22.09.2023):

    conda install -c conda-forge psutil
    
memray (🥈32 · 11K) - The endgame Python memory profiler. Apache-2
  • GitHub (👨‍💻 39 · 🔀 360 · 📦 220 · 📋 140 - 12% open · ⏱️ 24.10.2023):

    git clone https://github.com/bloomberg/memray
    
  • PyPi (📥 350K / month · 📦 11 · ⏱️ 05.10.2023):

    pip install memray
    
  • Conda (📥 77K · ⏱️ 05.10.2023):

    conda install -c conda-forge memray
    
py-spy (🥈32 · 11K) - Sampling profiler for Python programs. MIT
  • GitHub (👨‍💻 34 · 🔀 370 · 📥 14K · 📦 3.2K · 📋 320 - 41% open · ⏱️ 23.10.2023):

    git clone https://github.com/benfred/py-spy
    
  • PyPi (📥 2.3M / month):

    pip install py-spy
    
  • Conda (📥 490K · ⏱️ 16.06.2023):

    conda install -c conda-forge py-spy
    
  • Cargo (📥 240 / month):

    cargo install py-spy
    
Scalene (🥈32 · 10K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
  • GitHub (👨‍💻 43 · 🔀 330 · 📦 540 · 📋 400 - 35% open · ⏱️ 27.10.2023):

    git clone https://github.com/plasma-umass/scalene
    
  • PyPi (📥 29K / month):

    pip install scalene
    
pyinstrument (🥈32 · 5.6K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
  • GitHub (👨‍💻 52 · 🔀 210 · 📦 1.8K · 📋 130 - 14% open · ⏱️ 12.10.2023):

    git clone https://github.com/joerick/pyinstrument
    
  • PyPi (📥 790K / month):

    pip install pyinstrument
    
  • Conda (📥 260K · ⏱️ 13.10.2023):

    conda install -c conda-forge pyinstrument
    
line_profiler (🥈29 · 2.2K) - Line-by-line profiling for Python. BSD-3
  • GitHub (👨‍💻 41 · 🔀 100 · 📋 94 - 46% open · ⏱️ 06.10.2023):

    git clone https://github.com/pyutils/line_profiler
    
  • PyPi (📥 440K / month · 📦 82 · ⏱️ 22.08.2023):

    pip install line_profiler
    
  • Conda (📥 440K · ⏱️ 27.09.2023):

    conda install -c conda-forge line_profiler
    
Yappi (🥉28 · 1.3K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT
  • GitHub (👨‍💻 28 · 🔀 66 · 📦 1.1K · 📋 75 - 32% open · ⏱️ 29.05.2023):

    git clone https://github.com/sumerc/yappi
    
  • PyPi (📥 1.7M / month · 📦 350 · ⏱️ 31.10.2022):

    pip install yappi
    
  • Conda (📥 160K · ⏱️ 16.06.2023):

    conda install -c conda-forge yappi
    
Diamond (🥉25 · 1.7K) - Diamond is a python daemon that collects system metrics and publishes.. MIT
  • GitHub (👨‍💻 390 · 🔀 570 · 📦 150 · 📋 240 - 27% open · ⏱️ 01.11.2023):

    git clone https://github.com/python-diamond/Diamond
    
  • PyPi (📥 7.8K / month):

    pip install diamond
    
Show 10 hidden projects...
  • Glances (🥇34 · 24K) - Glances an Eye on your system. A top/htop alternative for.. ❗Unlicensed
  • Bpytop (🥉27 · 9.6K · 💀) - Linux/OSX/FreeBSD resource monitor. Apache-2
  • vprof (🥉22 · 3.9K · 💀) - Visual profiler for Python. BSD-2
  • memory-profiler (🥉21 · 4.1K · 📉) - Monitor Memory usage of Python code. ❗Unlicensed
  • Profiling (🥉21 · 3K · 💀) - Was an interactive continuous Python profiler. BSD-3
  • pympler (🥉20 · 1.1K · 💀) - Development tool to measure, monitor and analyze the memory.. Apache-2
  • heartrate (🥉18 · 1.7K · 💀) - Simple real time visualisation of the execution of a Python program. MIT
  • pyheat (🥉16 · 780 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT
  • memory_profiler (🥉15 · 84 · 💀) - Monitor Memory usage of Python code. ❗Unlicensed
  • livepython (🥉12 · 2.6K · 💀) - Visually trace Python code in real-time. MIT

AST Tools

Back to top

executing (🥇32 · 280) - Get information about what a Python frame is currently doing,.. MIT
  • GitHub (👨‍💻 9 · 🔀 27 · 📦 120K · 📋 45 - 44% open · ⏱️ 29.10.2023):

    git clone https://github.com/alexmojaki/executing
    
  • PyPi (📥 21M / month · 📦 180 · ⏱️ 29.10.2023):

    pip install executing
    
  • Conda (📥 9.6M · ⏱️ 29.10.2023):

    conda install -c conda-forge executing
    
typed_ast (🥈30 · 220) - Modified fork of CPythons ast module that parses `# type:` comments. Apache-2
  • GitHub (👨‍💻 26 · 🔀 56 · 📋 87 - 1% open · ⏱️ 03.07.2023):

    git clone https://github.com/python/typed_ast
    
  • PyPi (📥 7.8M / month · 📦 5.5K · ⏱️ 04.07.2023):

    pip install typed_ast
    
  • Conda (📥 6.2M · ⏱️ 22.09.2023):

    conda install -c conda-forge typed-ast
    
astor (🥈28 · 750) - Python AST read/write. BSD-3
  • GitHub (👨‍💻 33 · 🔀 98 · 📋 120 - 33% open · ⏱️ 06.09.2023):

    git clone https://github.com/berkerpeksag/astor
    
  • PyPi (📥 4.9M / month · 📦 2.2K · ⏱️ 10.12.2019):

    pip install astor
    
  • Conda (📥 2.2M · ⏱️ 16.06.2023):

    conda install -c conda-forge astor
    
gast (🥉27 · 130 · 💤) - Python AST that abstracts the underlying Python version. BSD-3
  • GitHub (👨‍💻 10 · 🔀 30 · 📦 130K · 📋 33 - 9% open · ⏱️ 29.04.2023):

    git clone https://github.com/serge-sans-paille/gast
    
  • PyPi (📥 13M / month · 📦 2K · ⏱️ 29.04.2023):

    pip install gast
    
  • Conda (📥 2.5M · ⏱️ 03.07.2023):

    conda install -c conda-forge gast
    
asteval (🥉21 · 160) - minimalistic evaluator of python expression using ast module. MIT
  • GitHub (👨‍💻 24 · 🔀 37 · 📋 64 - 4% open · ⏱️ 02.10.2023):

    git clone https://github.com/newville/asteval
    
  • PyPi (📥 270K / month):

    pip install asteval
    
  • Conda (📥 340K · ⏱️ 16.07.2023):

    conda install -c conda-forge asteval
    
Show 1 hidden projects...
  • astunparse (🥉25 · 210 · 💀) - An AST unparser for Python. ❗Unlicensed

Others

Back to top

pre-commit (🥇42 · 11K) - A framework for managing and maintaining multi-language pre-commit.. MIT
  • GitHub (👨‍💻 150 · 🔀 760 · 📥 730K · 📦 160K · 📋 1.9K - 1% open · ⏱️ 28.10.2023):

    git clone https://github.com/pre-commit/pre-commit
    
  • PyPi (📥 15M / month · 📦 6.1K · ⏱️ 13.10.2023):

    pip install pre-commit
    
  • Conda (📥 3.9M · ⏱️ 13.10.2023):

    conda install -c conda-forge pre-commit
    

  • 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

CC0