πŸ† A ranked list of awesome python developer tools and libraries. Updated weekly.

Overview

Best-of Python Developer Tools

πŸ†   A ranked list of awesome python developer tools and libraries. Updated weekly.

This curated list contains 250 awesome open-source projects with a total of 540K stars grouped into 15 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

mypy ( πŸ₯‡ 35 Β· ⭐ 9.9K) - Optional static typing for Python 3 and 2 (PEP 484). MIT
  • GitHub ( πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.6K Β· πŸ“¦ 27K Β· πŸ“‹ 6K - 25% open Β· ⏱️ 02.02.2021):

     git clone https://github.com/python/mypy
    
  • PyPi ( πŸ“₯ 2.1M / month Β· πŸ“¦ 6.1K Β· ⏱️ 22.01.2021):

     pip install mypy
    
  • Conda ( πŸ“₯ 660K Β· ⏱️ 22.01.2021):

     conda install -c conda-forge mypy
    
flake8 ( πŸ₯‡ 34 Β· ⭐ 1.1K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 180 Β· πŸ“¦ 150K Β· ⏱️ 07.01.2021):

     git clone https://github.com/PyCQA/flake8
    
  • PyPi ( πŸ“₯ 3.7M / month Β· πŸ“¦ 71K Β· ⏱️ 02.10.2020):

     pip install flake8
    
  • Conda ( πŸ“₯ 1.9M Β· ⏱️ 05.10.2020):

     conda install -c conda-forge flake8
    
pycodestyle ( πŸ₯‡ 33 Β· ⭐ 4.2K) - Simple Python style checker in one Python file. ❗️Saxpath
  • GitHub ( πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 590 Β· πŸ“¦ 120K Β· πŸ“‹ 630 - 17% open Β· ⏱️ 07.01.2021):

     git clone https://github.com/PyCQA/pycodestyle
    
  • PyPi ( πŸ“₯ 5.3M / month Β· πŸ“¦ 21K Β· ⏱️ 11.05.2020):

     pip install pycodestyle
    
  • Conda ( πŸ“₯ 2.1M Β· ⏱️ 12.05.2020):

     conda install -c conda-forge pycodestyle
    
pylint ( πŸ₯‡ 33 Β· ⭐ 3.2K Β· πŸ“‰ ) - It's not just a linter that annoys you!. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 670 Β· πŸ“¦ 180K Β· πŸ“‹ 3.2K - 20% open Β· ⏱️ 24.01.2021):

     git clone https://github.com/PyCQA/pylint
    
  • PyPi ( πŸ“₯ 3M / month Β· πŸ“¦ 38K Β· ⏱️ 21.08.2020):

     pip install pylint
    
  • Conda ( πŸ“₯ 1.5M Β· ⏱️ 13.10.2020):

     conda install -c conda-forge pylint
    
parso ( πŸ₯‡ 32 Β· ⭐ 380) - A Python Parser. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 62 Β· πŸ“¦ 110K Β· πŸ“‹ 87 - 8% open Β· ⏱️ 26.01.2021):

     git clone https://github.com/davidhalter/parso
    
  • PyPi ( πŸ“₯ 6.9M / month Β· πŸ“¦ 11K Β· ⏱️ 10.12.2020):

     pip install parso
    
  • Conda ( πŸ“₯ 3.1M Β· ⏱️ 10.12.2020):

     conda install -c conda-forge parso
    
pyflakes ( πŸ₯ˆ 31 Β· ⭐ 980) - A simple program which checks Python source files for errors. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 140 Β· πŸ“¦ 77K Β· πŸ“‹ 410 - 22% open Β· ⏱️ 05.01.2021):

     git clone https://github.com/PyCQA/pyflakes
    
  • PyPi ( πŸ“₯ 3.9M / month Β· πŸ“¦ 26K Β· ⏱️ 10.04.2020):

     pip install pyflakes
    
  • Conda ( πŸ“₯ 2M Β· ⏱️ 10.04.2020):

     conda install -c conda-forge pyflakes
    
pydocstyle ( πŸ₯ˆ 28 Β· ⭐ 740 Β· πŸ“‰ ) - docstring style checker. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 140 Β· πŸ“₯ 51 Β· πŸ“¦ 14K Β· πŸ“‹ 260 - 26% open Β· ⏱️ 19.09.2020):

     git clone https://github.com/PyCQA/pydocstyle
    
  • PyPi ( πŸ“₯ 530K / month Β· πŸ“¦ 3.9K Β· ⏱️ 29.08.2020):

     pip install pydocstyle
    
  • Conda ( πŸ“₯ 290K Β· ⏱️ 30.08.2020):

     conda install -c conda-forge pydocstyle
    
flake8-bugbear ( πŸ₯ˆ 28 Β· ⭐ 500) - A plugin for Flake8 finding likely bugs and design problems.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 37 Β· πŸ“¦ 3K Β· πŸ“‹ 82 - 41% open Β· ⏱️ 29.11.2020):

     git clone https://github.com/PyCQA/flake8-bugbear
    
  • PyPi ( πŸ“₯ 240K / month Β· πŸ“¦ 1K Β· ⏱️ 23.11.2020):

     pip install flake8-bugbear
    
  • Conda ( πŸ“₯ 180K Β· ⏱️ 24.11.2020):

     conda install -c conda-forge flake8-bugbear
    
hacking ( πŸ₯ˆ 28 Β· ⭐ 210) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 68 Β· ⏱️ 26.01.2021):

     git clone https://github.com/openstack/hacking
    
  • PyPi ( πŸ“₯ 43K / month Β· πŸ“¦ 8.7K Β· ⏱️ 12.11.2020):

     pip install hacking
    
pyre-check ( πŸ₯ˆ 27 Β· ⭐ 5.2K) - Performant type-checking for python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 300 Β· πŸ“‹ 240 - 27% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/facebook/pyre-check
    
  • PyPi ( πŸ“₯ 5K / month Β· πŸ“¦ 46 Β· ⏱️ 16.01.2021):

     pip install pyre-check
    
pytype ( πŸ₯ˆ 27 Β· ⭐ 3.1K) - A static type analyzer for Python code. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 180 Β· πŸ“‹ 390 - 25% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/google/pytype
    
  • PyPi ( πŸ“₯ 38K / month Β· πŸ“¦ 88 Β· ⏱️ 29.01.2021):

     pip install pytype
    
  • Conda ( πŸ“₯ 27K Β· ⏱️ 13.10.2020):

     conda install -c conda-forge pytype
    
wemake-python-styleguide ( πŸ₯ˆ 27 Β· ⭐ 1.4K) - The strictest and most opinionated python linter ever!. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 260 Β· πŸ“¦ 250 Β· πŸ“‹ 920 - 11% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/wemake-services/wemake-python-styleguide
    
  • PyPi ( πŸ“₯ 16K / month Β· πŸ“¦ 7 Β· ⏱️ 29.07.2020):

     pip install wemake-python-styleguide
    
pylint-django ( πŸ₯ˆ 27 Β· ⭐ 440) - Pylint plugin for improving code analysis for when.. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 93 Β· πŸ“₯ 180 Β· πŸ“¦ 12K Β· πŸ“‹ 170 - 13% open Β· ⏱️ 10.01.2021):

     git clone https://github.com/PyCQA/pylint-django
    
  • PyPi ( πŸ“₯ 240K / month Β· πŸ“¦ 2.2K Β· ⏱️ 10.01.2021):

     pip install pylint-django
    
  • Conda ( πŸ“₯ 70K Β· ⏱️ 12.01.2021):

     conda install -c conda-forge pylint-django
    
pyright ( πŸ₯ˆ 26 Β· ⭐ 6.3K) - Static type checker for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 270 Β· πŸ“¦ 38 Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/Microsoft/pyright
    
  • NPM ( πŸ“₯ 34K / month Β· πŸ“¦ 4 Β· ⏱️ 02.02.2021):

     npm install pyright
    
coala ( πŸ₯ˆ 26 Β· ⭐ 3.1K Β· πŸ’€ ) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.3K Β· πŸ“₯ 140 Β· πŸ“¦ 10 Β· πŸ“‹ 3.2K - 26% open Β· ⏱️ 04.05.2020):

     git clone https://github.com/coala/coala
    
  • PyPi ( πŸ“₯ 3K / month Β· πŸ“¦ 72 Β· ⏱️ 10.11.2017):

     pip install coala-bears
    
check-manifest ( πŸ₯ˆ 25 Β· ⭐ 220) - Tool to check the completeness of MANIFEST.in for Python packages. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“¦ 4.1K Β· πŸ“‹ 84 - 16% open Β· ⏱️ 27.01.2021):

     git clone https://github.com/mgedmin/check-manifest
    
  • PyPi ( πŸ“₯ 95K / month Β· πŸ“¦ 1.8K Β· ⏱️ 04.01.2021):

     pip install check-manifest
    
  • Conda ( πŸ“₯ 20K Β· ⏱️ 04.01.2021):

     conda install -c conda-forge check-manifest
    
mypy-protobuf ( πŸ₯‰ 24 Β· ⭐ 310) - open source tools to generate mypy stubs from protobufs. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 51 Β· πŸ“¦ 180 Β· πŸ“‹ 65 - 12% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/dropbox/mypy-protobuf
    
  • PyPi ( πŸ“₯ 140K / month Β· πŸ“¦ 24 Β· ⏱️ 03.02.2021):

     pip install mypy-protobuf
    
darglint ( πŸ₯‰ 24 Β· ⭐ 270) - A python documentation linter which checks that the docstring description.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 23 Β· πŸ“¦ 260 Β· πŸ“‹ 120 - 29% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/terrencepreilly/darglint
    
  • PyPi ( πŸ“₯ 42K / month Β· πŸ“¦ 20 Β· ⏱️ 30.01.2021):

     pip install darglint
    
  • Conda ( πŸ“₯ 7.7K Β· ⏱️ 30.01.2021):

     conda install -c conda-forge darglint
    
flake8-comprehensions ( πŸ₯‰ 24 Β· ⭐ 240) - A flake8 plugin to help you write better.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 12 Β· πŸ“‹ 38 - 26% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/adamchainz/flake8-comprehensions
    
  • PyPi ( πŸ“₯ 160K / month Β· πŸ“¦ 710 Β· ⏱️ 19.12.2020):

     pip install flake8-comprehensions
    
  • Conda ( πŸ“₯ 260K Β· ⏱️ 20.12.2020):

     conda install -c conda-forge flake8-comprehensions
    
flake8-import-order ( πŸ₯‰ 24 Β· ⭐ 230) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 58 Β· πŸ“‹ 91 - 8% open Β· ⏱️ 04.08.2020):

     git clone https://github.com/PyCQA/flake8-import-order
    
  • PyPi ( πŸ“₯ 140K / month Β· πŸ“¦ 1.9K Β· ⏱️ 04.03.2019):

     pip install flake8-import-order
    
  • Conda ( πŸ“₯ 180K Β· ⏱️ 06.03.2019):

     conda install -c conda-forge flake8-import-order
    
flake8-quotes ( πŸ₯‰ 24 Β· ⭐ 120 Β· πŸ’€ ) - Flake8 extension for checking quotes in python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 32 Β· πŸ“¦ 2.8K Β· πŸ“‹ 42 - 7% open Β· ⏱️ 12.05.2020):

     git clone https://github.com/zheller/flake8-quotes
    
  • PyPi ( πŸ“₯ 170K / month Β· πŸ“¦ 1.4K Β· ⏱️ 12.05.2020):

     pip install flake8-quotes
    
  • Conda ( πŸ“₯ 140K Β· ⏱️ 13.05.2020):

     conda install -c conda-forge flake8-quotes
    
data-science-types ( πŸ₯‰ 23 Β· ⭐ 180) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 56 Β· πŸ“¦ 51 Β· πŸ“‹ 56 - 60% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/predictive-analytics-lab/data-science-types
    
  • PyPi ( πŸ“₯ 6.5K / month Β· ⏱️ 15.12.2020):

     pip install data-science-types
    
flake8-isort ( πŸ₯‰ 23 Β· ⭐ 99) - flake8 plugin that integrates isort. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“¦ 2.5K Β· πŸ“‹ 44 - 15% open Β· ⏱️ 11.08.2020):

     git clone https://github.com/gforcada/flake8-isort
    
  • PyPi ( πŸ“₯ 130K / month Β· πŸ“¦ 930 Β· ⏱️ 11.08.2020):

     pip install flake8-isort
    
  • Conda ( πŸ“₯ 9.8K Β· ⏱️ 11.08.2020):

     conda install -c conda-forge flake8-isort
    
flake8-eradicate ( πŸ₯‰ 22 Β· ⭐ 180) - Flake8 plugin to find commented out or dead code. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 6 Β· πŸ“‹ 25 - 8% open Β· ⏱️ 26.01.2021):

     git clone https://github.com/wemake-services/flake8-eradicate
    
  • PyPi ( πŸ“₯ 55K / month Β· πŸ“¦ 72 Β· ⏱️ 12.10.2020):

     pip install flake8-eradicate
    
flake8-builtins ( πŸ₯‰ 21 Β· ⭐ 58) - Check for python builtins being used as variables or.. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 15 Β· πŸ“¦ 1.6K Β· πŸ“‹ 32 - 6% open Β· ⏱️ 11.08.2020):

     git clone https://github.com/gforcada/flake8-builtins
    
  • PyPi ( πŸ“₯ 120K / month Β· πŸ“¦ 510 Β· ⏱️ 14.05.2020):

     pip install flake8-builtins
    
  • Conda ( πŸ“₯ 100K Β· ⏱️ 18.05.2020):

     conda install -c conda-forge flake8-builtins
    
pylint-flask ( πŸ₯‰ 21 Β· ⭐ 56) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 7 Β· πŸ“¦ 4.4K Β· πŸ“‹ 8 - 37% open Β· ⏱️ 07.01.2021):

     git clone https://github.com/jschaf/pylint-flask
    
  • PyPi ( πŸ“₯ 82K / month Β· πŸ“¦ 100 Β· ⏱️ 27.08.2016):

     pip install pylint-flask
    
  • Conda ( πŸ“₯ 44K Β· ⏱️ 02.02.2019):

     conda install -c conda-forge pylint-flask
    
flakehell ( πŸ₯‰ 20 Β· ⭐ 210) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 32 Β· πŸ“₯ 50 Β· ⏱️ 11.01.2021):

     git clone https://github.com/life4/flakehell
    
  • PyPi ( πŸ“₯ 12K / month Β· ⏱️ 11.01.2021):

     pip install flakehell
    
flake8-black ( πŸ₯‰ 20 Β· ⭐ 82 Β· πŸ’€ ) - flake8 plugin to run black for checking Python coding style. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 7 Β· πŸ“¦ 580 Β· πŸ“‹ 17 - 23% open Β· ⏱️ 25.07.2020):

     git clone https://github.com/peterjc/flake8-black
    
  • PyPi ( πŸ“₯ 70K / month Β· πŸ“¦ 18 Β· ⏱️ 25.07.2020):

     pip install flake8-black
    
  • Conda ( πŸ“₯ 68K Β· ⏱️ 25.07.2020):

     conda install -c conda-forge flake8-black
    
flake8-bandit ( πŸ₯‰ 19 Β· ⭐ 57) - Automated security testing using bandit and flake8. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 13 Β· πŸ“‹ 10 - 30% open Β· ⏱️ 29.08.2020):

     git clone https://github.com/tylerwince/flake8-bandit
    
  • PyPi ( πŸ“₯ 57K / month Β· πŸ“¦ 130 Β· ⏱️ 08.10.2019):

     pip install flake8-bandit
    
Fixit ( πŸ₯‰ 18 Β· ⭐ 210) - Fixit is a Python Lint Framework based on LibCST. It comes with useful.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 29 Β· πŸ“¦ 2 Β· πŸ“‹ 39 - 51% open Β· ⏱️ 16.12.2020):

     git clone https://github.com/Instagram/Fixit
    
  • PyPi ( πŸ“₯ 460 / month Β· ⏱️ 11.12.2020):

     pip install fixit
    
flake8-mypy ( πŸ₯‰ 18 Β· ⭐ 110 Β· πŸ’€ ) - A plugin for flake8 integrating Mypy. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 15 Β· πŸ“¦ 630 Β· πŸ“‹ 22 - 86% open Β· ⏱️ 19.06.2020):

     git clone https://github.com/ambv/flake8-mypy
    
  • PyPi ( πŸ“₯ 16K / month Β· πŸ“¦ 32 Β· ⏱️ 31.08.2017):

     pip install flake8-mypy
    
pandas-vet ( πŸ₯‰ 18 Β· ⭐ 90) - A plugin for Flake8 that checks pandas code. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 13 Β· πŸ“₯ 31 Β· πŸ“¦ 29 Β· πŸ“‹ 41 - 39% open Β· ⏱️ 16.12.2020):

     git clone https://github.com/deppen8/pandas-vet
    
  • PyPi ( πŸ“₯ 2K / month Β· ⏱️ 27.07.2019):

     pip install pandas-vet
    
  • Conda ( πŸ“₯ 5.6K Β· ⏱️ 01.02.2020):

     conda install -c conda-forge pandas-vet
    
nitpick ( πŸ₯‰ 17 Β· ⭐ 120) - Enforce the same configuration across multiple projects. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 9 Β· πŸ“‹ 52 - 28% open Β· ⏱️ 31.01.2021):

     git clone https://github.com/andreoliwa/nitpick
    
  • PyPi ( πŸ“₯ 2.7K / month Β· ⏱️ 02.11.2020):

     pip install nitpick
    
bellybutton ( πŸ₯‰ 16 Β· ⭐ 200) - Custom Python linting through AST expressions. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 7 Β· πŸ“¦ 4 Β· πŸ“‹ 13 - 53% open Β· ⏱️ 27.11.2020):

     git clone https://github.com/hchasestevens/bellybutton
    
  • PyPi ( πŸ“₯ 1.7K / month Β· ⏱️ 11.12.2019):

     pip install bellybutton
    
beartype ( πŸ₯‰ 15 Β· ⭐ 150) - Unbearably fast O(1) runtime type-checking in pure Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“‹ 14 - 28% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/beartype/beartype
    
  • PyPi ( πŸ“₯ 700 / month Β· ⏱️ 06.12.2020):

     pip install beartype
    
  • Conda ( πŸ“₯ 2.1K Β· ⏱️ 20.01.2021):

     conda install -c conda-forge beartype
    
linty_fresh ( πŸ₯‰ 13 Β· ⭐ 180) - Surface lint errors during code review. Apache-2 mypy
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 21 Β· πŸ“‹ 9 - 88% open Β· ⏱️ 30.11.2020):

     git clone https://github.com/lyft/linty_fresh
    
  • PyPi ( πŸ“₯ 15 / month Β· ⏱️ 12.12.2018):

     pip install linty-fresh
    
Show 6 hidden projects...
  • pep8-naming ( πŸ₯ˆ 26 Β· ⭐ 280) - Naming Convention checker for Python. ❗️Saxpath
  • pylama ( πŸ₯‰ 24 Β· ⭐ 760 Β· πŸ’€ ) - Code audit tool for python. ❗️LGPL-3.0
  • flake8-commas ( πŸ₯‰ 23 Β· ⭐ 120 Β· πŸ’€ ) - Flake8 extension for enforcing trailing commas in python. MIT
  • imhotep ( πŸ₯‰ 18 Β· ⭐ 210 Β· πŸ’€ ) - A static-analysis bot for Github. MIT
  • yala ( πŸ₯‰ 17 Β· ⭐ 8) - Yet Another Linter Aggregator. MIT
  • pycycle ( πŸ₯‰ 14 Β· ⭐ 270 Β· πŸ’€ ) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT

Code Formatters

Back to top

isort ( πŸ₯‡ 36 Β· ⭐ 3.7K) - A Python utility / library to sort imports. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 380 Β· πŸ“¦ 150K Β· πŸ“‹ 900 - 3% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/PyCQA/isort
    
  • PyPi ( πŸ“₯ 5.1M / month Β· πŸ“¦ 24K Β· ⏱️ 13.10.2020):

     pip install isort
    
  • Conda ( πŸ“₯ 1.5M Β· ⏱️ 31.12.2020):

     conda install -c conda-forge isort
    
black ( πŸ₯ˆ 33 Β· ⭐ 19K Β· πŸ“‰ ) - The uncompromising Python code formatter. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“₯ 11K Β· πŸ“¦ 45K Β· πŸ“‹ 1.3K - 28% open Β· ⏱️ 02.02.2021):

     git clone https://github.com/psf/black
    
  • PyPi ( πŸ“₯ 2.2M / month Β· πŸ“¦ 6.2K Β· ⏱️ 26.08.2020):

     pip install black
    
  • Conda ( πŸ“₯ 1M Β· ⏱️ 07.09.2020):

     conda install -c conda-forge black
    
autopep8 ( πŸ₯ˆ 33 Β· ⭐ 3.7K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 230 Β· πŸ“¦ 64K Β· πŸ“‹ 410 - 19% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/hhatto/autopep8
    
  • PyPi ( πŸ“₯ 740K / month Β· πŸ“¦ 10K Β· ⏱️ 04.02.2021):

     pip install autopep8
    
  • Conda ( πŸ“₯ 390K Β· ⏱️ 04.02.2021):

     conda install -c conda-forge autopep8
    
yapf ( πŸ₯‰ 29 Β· ⭐ 11K) - A formatter for Python files. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 780 Β· πŸ“¦ 17K Β· πŸ“‹ 660 - 45% open Β· ⏱️ 23.01.2021):

     git clone https://github.com/google/yapf
    
  • PyPi ( πŸ“₯ 390K / month Β· πŸ“¦ 3.4K Β· ⏱️ 23.04.2020):

     pip install yapf
    
  • Conda ( πŸ“₯ 510K Β· ⏱️ 28.07.2020):

     conda install -c conda-forge yapf
    
docformatter ( πŸ₯‰ 23 Β· ⭐ 200) - Formats docstrings to follow PEP 257. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 27 Β· πŸ“¦ 480 Β· πŸ“‹ 40 - 45% open Β· ⏱️ 27.12.2020):

     git clone https://github.com/myint/docformatter
    
  • PyPi ( πŸ“₯ 20K / month Β· πŸ“¦ 110 Β· ⏱️ 27.12.2020):

     pip install docformatter
    
Show 1 hidden projects...

Code Refactoring

Back to top

jedi ( πŸ₯‡ 36 Β· ⭐ 4.7K) - Awesome autocompletion, static analysis and refactoring library for python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“¦ 110K Β· πŸ“‹ 1.2K - 1% open Β· ⏱️ 31.01.2021):

     git clone https://github.com/davidhalter/jedi
    
  • PyPi ( πŸ“₯ 6.9M / month Β· πŸ“¦ 16K Β· ⏱️ 25.12.2020):

     pip install jedi
    
  • Conda ( πŸ“₯ 3.9M Β· ⏱️ 14.01.2021):

     conda install -c conda-forge jedi
    
rope ( πŸ₯‡ 29 Β· ⭐ 1.1K) - a python refactoring library. ❗️LGPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 120 Β· πŸ“¦ 25K Β· πŸ“‹ 180 - 41% open Β· ⏱️ 11.01.2021):

     git clone https://github.com/python-rope/rope
    
  • PyPi ( πŸ“₯ 120K / month Β· πŸ“¦ 2.9K Β· ⏱️ 07.10.2020):

     pip install rope
    
  • Conda ( πŸ“₯ 480K Β· ⏱️ 07.10.2020):

     conda install -c conda-forge rope
    
vulture ( πŸ₯ˆ 26 Β· ⭐ 1.2K) - Find dead Python code. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 65 Β· πŸ“¦ 820 Β· πŸ“‹ 140 - 7% open Β· ⏱️ 21.01.2021):

     git clone https://github.com/jendrikseipp/vulture
    
  • PyPi ( πŸ“₯ 50K / month Β· πŸ“¦ 360 Β· ⏱️ 15.01.2021):

     pip install vulture
    
  • Conda ( πŸ“₯ 38K Β· ⏱️ 11.08.2020):

     conda install -c conda-forge vulture
    
autoflake ( πŸ₯ˆ 25 Β· ⭐ 350) - Removes unused imports and unused variables as reported by pyflakes. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 38 Β· πŸ“¦ 1.9K Β· πŸ“‹ 54 - 40% open Β· ⏱️ 27.12.2020):

     git clone https://github.com/myint/autoflake
    
  • PyPi ( πŸ“₯ 180K / month Β· πŸ“¦ 580 Β· ⏱️ 04.08.2019):

     pip install autoflake
    
  • Conda ( πŸ“₯ 64K Β· ⏱️ 25.04.2019):

     conda install -c conda-forge autoflake
    
Bowler ( πŸ₯ˆ 24 Β· ⭐ 1.2K) - Safe code refactoring for modern Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 85 Β· πŸ“‹ 76 - 56% open Β· ⏱️ 25.01.2021):

     git clone https://github.com/facebookincubator/Bowler
    
  • PyPi ( πŸ“₯ 25K / month Β· πŸ“¦ 10 Β· ⏱️ 17.09.2020):

     pip install bowler
    
  • Conda ( πŸ“₯ 8.7K Β· ⏱️ 12.06.2019):

     conda install -c conda-forge bowler
    
MonkeyType ( πŸ₯ˆ 23 Β· ⭐ 3.3K) - A system for Python that generates static type annotations by.. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 120 Β· πŸ“¦ 110 Β· πŸ“‹ 130 - 22% open Β· ⏱️ 20.01.2021):

     git clone https://github.com/Instagram/MonkeyType
    
  • PyPi ( πŸ“₯ 6K / month Β· πŸ“¦ 34 Β· ⏱️ 18.05.2020):

     pip install monkeytype
    
  • Conda ( πŸ“₯ 28K Β· ⏱️ 19.05.2020):

     conda install -c conda-forge monkeytype
    
pyupgrade ( πŸ₯‰ 22 Β· ⭐ 790) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 55 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/asottile/pyupgrade
    
  • PyPi ( πŸ“₯ 25K / month Β· πŸ“¦ 10 Β· ⏱️ 01.02.2021):

     pip install pyupgrade
    
  • Conda ( πŸ“₯ 150K Β· ⏱️ 02.02.2021):

     conda install -c conda-forge pyupgrade
    
baron ( πŸ₯‰ 22 Β· ⭐ 250 Β· πŸ’€ ) - IDE allow you to refactor code, Baron allows you to write.. ❗️LGPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 50 Β· πŸ“¦ 130 Β· πŸ“‹ 70 - 58% open Β· ⏱️ 10.02.2020):

     git clone https://github.com/PyCQA/baron
    
  • PyPi ( πŸ“₯ 6K / month Β· πŸ“¦ 92 Β· ⏱️ 29.10.2018):

     pip install baron
    
pyannotate ( πŸ₯‰ 20 Β· ⭐ 1.2K) - Auto-generate PEP-484 annotations. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 41 Β· πŸ“¦ 56 Β· πŸ“‹ 57 - 42% open Β· ⏱️ 10.11.2020):

     git clone https://github.com/dropbox/pyannotate
    
  • PyPi ( πŸ“₯ 1K / month Β· πŸ“¦ 22 Β· ⏱️ 16.09.2019):

     pip install pyannotate
    
add-trailing-comma ( πŸ₯‰ 20 Β· ⭐ 160) - A tool (and pre-commit hook) to automatically add trailing.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 11 Β· ⏱️ 01.02.2021):

     git clone https://github.com/asottile/add-trailing-comma
    
  • PyPi ( πŸ“₯ 2.5K / month Β· πŸ“¦ 14 Β· ⏱️ 02.01.2021):

     pip install add-trailing-comma
    
massedit ( πŸ₯‰ 18 Β· ⭐ 87) - Programmatically edit text files with Python. Useful for source to source.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 13 Β· πŸ“₯ 15 Β· πŸ“‹ 8 - 37% open Β· ⏱️ 23.12.2020):

     git clone https://github.com/elmotec/massedit
    
  • PyPi ( πŸ“₯ 650 / month Β· πŸ“¦ 10 Β· ⏱️ 23.12.2020):

     pip install massedit
    
unimport ( πŸ₯‰ 17 Β· ⭐ 91) - A linter, formatter for finding and removing unused import statements. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 16 Β· πŸ“¦ 4 Β· πŸ“‹ 65 - 9% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/hakancelik96/unimport
    
  • PyPi ( πŸ“₯ 790 / month Β· ⏱️ 30.01.2021):

     pip install unimport
    
retype ( πŸ₯‰ 16 Β· ⭐ 95) - Re-apply type annotations from .pyi stubs to your codebase. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 14 Β· πŸ“‹ 12 - 75% open Β· ⏱️ 11.10.2020):

     git clone https://github.com/ambv/retype
    
  • PyPi ( πŸ“₯ 1K / month Β· πŸ“¦ 34 Β· ⏱️ 11.10.2020):

     pip install retype
    
  • Conda ( πŸ“₯ 12K Β· ⏱️ 11.10.2020):

     conda install -c conda-forge retype
    
com2ann ( πŸ₯‰ 13 Β· ⭐ 74) - Tool for translation type comments to type annotations in Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“¦ 2 Β· πŸ“‹ 17 - 23% open Β· ⏱️ 17.08.2020):

     git clone https://github.com/ilevkivskyi/com2ann
    
  • PyPi ( πŸ“₯ 200 / month Β· ⏱️ 17.06.2019):

     pip install com2ann
    
Show 4 hidden projects...
  • redbaron ( πŸ₯ˆ 23 Β· ⭐ 510 Β· πŸ’€ ) - Bottom-up approach to refactoring in python. ❗️LGPL-3.0
  • eradicate ( πŸ₯‰ 20 Β· ⭐ 110) - Removes commented-out code from Python files. ❗️Saxpath
  • unify ( πŸ₯‰ 19 Β· ⭐ 53 Β· πŸ’€ ) - Modifies strings to all use the same quote where possible. MIT
  • pep8ify ( πŸ₯‰ 16 Β· ⭐ 110 Β· πŸ’€ ) - A library that modifies python source code to conform to pep8. Apache-2

Code Security

Back to top

bandit ( πŸ₯‡ 32 Β· ⭐ 3K) - Bandit is a tool designed to find common security issues in Python code. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 300 Β· πŸ“₯ 10 Β· πŸ“¦ 5.8K Β· πŸ“‹ 520 - 30% open Β· ⏱️ 27.12.2020):

     git clone https://github.com/PyCQA/bandit
    
  • PyPi ( πŸ“₯ 490K / month Β· πŸ“¦ 2.4K Β· ⏱️ 13.12.2020):

     pip install bandit
    
  • Conda ( πŸ“₯ 43K Β· ⏱️ 11.10.2020):

     conda install -c conda-forge bandit
    
safety ( πŸ₯ˆ 27 Β· ⭐ 950) - Safety checks your installed dependencies for known security vulnerabilities. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 79 Β· πŸ“₯ 19K Β· πŸ“¦ 1.6K Β· πŸ“‹ 110 - 37% open Β· ⏱️ 15.01.2021):

     git clone https://github.com/pyupio/safety
    
  • PyPi ( πŸ“₯ 210K / month Β· πŸ“¦ 540 Β· ⏱️ 12.01.2021):

     pip install safety
    
  • Conda ( πŸ“₯ 13K Β· ⏱️ 15.01.2021):

     conda install -c conda-forge safety
    
sqlmap ( πŸ₯ˆ 25 Β· ⭐ 19K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 4.1K Β· πŸ“‹ 4.2K - 1% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/sqlmapproject/sqlmap
    
  • PyPi ( πŸ“₯ 2.7K / month Β· πŸ“¦ 8 Β· ⏱️ 03.01.2021):

     pip install sqlmap
    
pyt ( πŸ₯‰ 22 Β· ⭐ 2K Β· πŸ’€ ) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 220 Β· πŸ“₯ 56 Β· πŸ“¦ 37 Β· πŸ“‹ 94 - 20% open Β· ⏱️ 08.03.2020):

     git clone https://github.com/python-security/pyt
    
  • PyPi ( πŸ“₯ 960 / month Β· πŸ“¦ 11 Β· ⏱️ 01.11.2018):

     pip install python-taint
    
dlint ( πŸ₯‰ 20 Β· ⭐ 320) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 13 Β· πŸ“‹ 32 - 62% open Β· ⏱️ 08.12.2020):

     git clone https://github.com/dlint-py/dlint
    
  • PyPi ( πŸ“₯ 8.8K / month Β· πŸ“¦ 18 Β· ⏱️ 30.10.2020):

     pip install dlint
    
Show 2 hidden projects...
  • pyarmor ( πŸ₯‰ 23 Β· ⭐ 840) - A tool used to obfuscate python scripts, bind obfuscated scripts.. ❗️SGI-B-2.0
  • dodgy ( πŸ₯‰ 21 Β· ⭐ 88 Β· πŸ’€ ) - Looks at Python code to search for things which look dodgy such as.. MIT

Virtual Environments

Back to top

pipenv ( πŸ₯‡ 36 Β· ⭐ 22K) - Python Development Workflow for Humans. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 1.6K Β· πŸ“¦ 16K Β· πŸ“‹ 3.3K - 14% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/pypa/pipenv
    
  • PyPi ( πŸ“₯ 1.2M / month Β· πŸ“¦ 2.3K Β· ⏱️ 15.11.2020):

     pip install pipenv
    
  • Conda ( πŸ“₯ 36K Β· ⏱️ 15.11.2020):

     conda install -c conda-forge pipenv
    
virtualenv ( πŸ₯ˆ 32 Β· ⭐ 3.8K) - Virtual Python Environment builder. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 880 Β· πŸ“‹ 1.1K - 4% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/pypa/virtualenv
    
  • PyPi ( πŸ“₯ 6.1M / month Β· πŸ“¦ 34K Β· ⏱️ 01.02.2021):

     pip install virtualenv
    
  • Conda ( πŸ“₯ 600K Β· ⏱️ 01.02.2021):

     conda install -c conda-forge virtualenv
    
pyenv ( πŸ₯ˆ 26 Β· ⭐ 22K) - Simple Python version management. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.9K Β· πŸ“‹ 1.2K - 23% open Β· ⏱️ 31.01.2021):

     git clone https://github.com/pyenv/pyenv
    
  • PyPi ( πŸ“₯ 3K / month Β· πŸ“¦ 1 Β· ⏱️ 12.01.2019):

     pip install pyenv
    
dh-virtualenv ( πŸ₯‰ 15 Β· ⭐ 1.4K) - Python virtualenvs in Debian packages. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 150 Β· πŸ“‹ 180 - 12% open Β· ⏱️ 31.12.2020):

     git clone https://github.com/spotify/dh-virtualenv
    
Show 4 hidden projects...
  • vex ( πŸ₯‰ 19 Β· ⭐ 370 Β· πŸ’€ ) - Run a command in the named virtualenv. MIT
  • pyenv-virtualenv ( ?? 17 Β· ⭐ 4.1K Β· πŸ’€ ) - a pyenv plugin to manage virtualenv (a.k.a. python-.. MIT
  • pyenv-installer ( πŸ₯‰ 14 Β· ⭐ 2.5K Β· πŸ’€ ) - This tool is used to install pyenv and friends. MIT
  • pipenv-pipes ( πŸ₯‰ 12 Β· ⭐ 120 Β· πŸ’€ ) - A PipEnv Environment Switcher. MIT

Dependency & Package Mangers

Back to top

pip ( πŸ₯‡ 38 Β· ⭐ 6.9K) - The Python package installer. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 2.2K Β· πŸ“¦ 42K Β· πŸ“‹ 5.5K - 17% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/pypa/pip
    
  • PyPi ( πŸ“₯ 40M / month Β· πŸ“¦ 19K Β· ⏱️ 30.01.2021):

     pip install pip
    
  • Conda ( πŸ“₯ 17M Β· ⏱️ 30.01.2021):

     conda install -c conda-forge pip
    
conda ( πŸ₯ˆ 32 Β· ⭐ 4K) - OS-agnostic, system-level binary package manager and ecosystem. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 980 Β· πŸ“‹ 7.7K - 22% open Β· ⏱️ 07.01.2021):

     git clone https://github.com/conda/conda
    
  • PyPi ( πŸ“₯ 16K / month Β· πŸ“¦ 2.1K Β· ⏱️ 22.04.2017):

     pip install conda
    
  • Conda ( πŸ“₯ 16M Β· ⏱️ 12.11.2020):

     conda install -c conda-forge conda
    
poetry ( πŸ₯ˆ 31 Β· ⭐ 14K) - Python dependency management and packaging made easy. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.1K Β· πŸ“₯ 4.8M Β· πŸ“‹ 2.7K - 36% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/python-poetry/poetry
    
  • PyPi ( πŸ“₯ 730K / month Β· πŸ“¦ 64 Β· ⏱️ 23.10.2020):

     pip install poetry
    
  • Conda ( πŸ“₯ 160K Β· ⏱️ 14.12.2020):

     conda install -c conda-forge poetry
    
pip-tools ( πŸ₯ˆ 31 Β· ⭐ 4.7K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 410 Β· πŸ“‹ 700 - 16% open Β· ⏱️ 23.01.2021):

     git clone https://github.com/jazzband/pip-tools
    
  • PyPi ( πŸ“₯ 670K / month Β· πŸ“¦ 3.3K Β· ⏱️ 30.12.2020):

     pip install pip-tools
    
  • Conda ( πŸ“₯ 7.1K Β· ⏱️ 30.12.2020):

     conda install -c conda-forge pip-tools
    
pipreqs ( πŸ₯‰ 28 Β· ⭐ 3.2K Β· πŸ’€ ) - pipreqs - Generate pip requirements.txt file based on imports of.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 200 Β· πŸ“¦ 4.1K Β· πŸ“‹ 160 - 59% open Β· ⏱️ 18.05.2020):

     git clone https://github.com/bndr/pipreqs
    
  • PyPi ( πŸ“₯ 28K / month Β· πŸ“¦ 530 Β· ⏱️ 14.11.2019):

     pip install pipreqs
    
  • Conda ( πŸ“₯ 19K Β· ⏱️ 14.11.2019):

     conda install -c conda-forge pipreqs
    
mamba ( πŸ₯‰ 24 Β· ⭐ 1.1K) - The Fast Cross-Platform Package Manager. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 60 Β· πŸ“¦ 300 Β· πŸ“‹ 340 - 32% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/mamba-org/mamba
    
  • Conda ( πŸ“₯ 410K Β· ⏱️ 03.02.2021):

     conda install -c conda-forge mamba
    
pipx ( πŸ₯‰ 21 Β· ⭐ 3.2K) - Install and Run Python Applications in Isolated Environments. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 150 Β· πŸ“‹ 340 - 17% open Β· ⏱️ 02.02.2021):

     git clone https://github.com/pipxproject/pipx
    
  • PyPi ( πŸ“₯ 19K / month Β· πŸ“¦ 2 Β· ⏱️ 16.01.2021):

     pip install pipx
    
dephell ( πŸ₯‰ 21 Β· ⭐ 1.7K) - Python project management. Manage packages: convert between formats,.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 95 Β· πŸ“₯ 120 Β· πŸ“‹ 260 - 38% open Β· ⏱️ 11.01.2021):

     git clone https://github.com/dephell/dephell
    
  • PyPi ( πŸ“₯ 4.9K / month Β· πŸ“¦ 8 Β· ⏱️ 28.04.2020):

     pip install dephell
    
pyflow ( πŸ₯‰ 19 Β· ⭐ 670) - An installation and dependency system for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 26 Β· πŸ“₯ 2.6K Β· πŸ“‹ 78 - 48% open Β· ⏱️ 21.01.2021):

     git clone https://github.com/David-OConnor/pyflow
    
  • PyPi ( πŸ“₯ 50 / month Β· ⏱️ 21.11.2020):

     pip install pyflow
    
pip-run ( πŸ₯‰ 14 Β· ⭐ 58) - pip-run - dynamic dependency loader for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 9 Β· πŸ“‹ 39 - 7% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/jaraco/pip-run
    
  • PyPi ( πŸ“₯ 820 / month Β· ⏱️ 29.01.2021):

     pip install pip-run
    

Code Metrics & Complexity

Back to top

radon ( πŸ₯‡ 28 Β· ⭐ 1.2K) - Various code metrics for Python code. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 85 Β· πŸ“¦ 1.6K Β· πŸ“‹ 140 - 13% open Β· ⏱️ 28.09.2020):

     git clone https://github.com/rubik/radon
    
  • PyPi ( πŸ“₯ 96K / month Β· πŸ“¦ 1.1K Β· ⏱️ 18.09.2020):

     pip install radon
    
  • Conda ( πŸ“₯ 25K Β· ⏱️ 18.09.2020):

     conda install -c conda-forge radon
    
prospector ( πŸ₯ˆ 27 Β· ⭐ 1.4K) - Inspects Python source files and provides information about.. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 120 Β· πŸ“¦ 2K Β· πŸ“‹ 250 - 15% open Β· ⏱️ 21.10.2020):

     git clone https://github.com/PyCQA/prospector
    
  • PyPi ( πŸ“₯ 71K / month Β· πŸ“¦ 1.1K Β· ⏱️ 21.10.2020):

     pip install prospector
    
  • Conda ( πŸ“₯ 22K Β· ⏱️ 18.11.2020):

     conda install -c conda-forge prospector
    
mccabe ( πŸ₯ˆ 27 Β· ⭐ 370 Β· πŸ“‰ ) - McCabe complexity checker for Python. ❗️Saxpath
  • GitHub ( πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 37 Β· πŸ“¦ 170K Β· πŸ“‹ 40 - 17% open Β· ⏱️ 03.10.2020):

     git clone https://github.com/PyCQA/mccabe
    
  • PyPi ( πŸ“₯ 5.7M / month Β· πŸ“¦ 31K Β· ⏱️ 26.01.2017):

     pip install mccabe
    
  • Conda ( πŸ“₯ 2.1M Β· ⏱️ 08.07.2018):

     conda install -c conda-forge mccabe
    
xenon ( πŸ₯‰ 20 Β· ⭐ 180) - Monitoring tool based on radon. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 15 Β· πŸ“¦ 180 Β· πŸ“‹ 29 - 20% open Β· ⏱️ 16.09.2020):

     git clone https://github.com/rubik/xenon
    
  • PyPi ( πŸ“₯ 14K / month Β· πŸ“¦ 62 Β· ⏱️ 16.09.2020):

     pip install xenon
    
  • Conda ( πŸ“₯ 9.8K Β· ⏱️ 12.10.2019):

     conda install -c conda-forge xenon
    
wily ( πŸ₯‰ 19 Β· ⭐ 650) - A Python application for tracking, reporting on timing and complexity in.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 36 Β· πŸ“‹ 76 - 36% open Β· ⏱️ 01.10.2020):

     git clone https://github.com/tonybaloney/wily
    
  • PyPi ( πŸ“₯ 1.5K / month Β· πŸ“¦ 8 Β· ⏱️ 02.09.2020):

     pip install wily
    
Show 1 hidden projects...

Logging

Back to top

tqdm ( πŸ₯‡ 36 Β· ⭐ 17K) - A Fast, Extensible Progress Bar for Python and CLI. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 890 Β· πŸ“₯ 7.5K Β· πŸ“¦ 150K Β· πŸ“‹ 770 - 36% open Β· ⏱️ 11.01.2021):

     git clone https://github.com/tqdm/tqdm
    
  • PyPi ( πŸ“₯ 7.2M / month Β· πŸ“¦ 26K Β· ⏱️ 11.01.2021):

     pip install tqdm
    
  • Conda ( πŸ“₯ 5M Β· ⏱️ 12.01.2021):

     conda install -c conda-forge tqdm
    
rich ( πŸ₯‡ 32 Β· ⭐ 21K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 600 Β· πŸ“¦ 2.2K Β· πŸ“‹ 370 - 2% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/willmcgugan/rich
    
  • PyPi ( πŸ“₯ 490K / month Β· ⏱️ 27.01.2021):

     pip install rich
    
  • Conda ( πŸ“₯ 74K Β· ⏱️ 27.01.2021):

     conda install -c conda-forge rich
    
sentry-sdk ( πŸ₯ˆ 31 Β· ⭐ 840) - The new Python SDK for Sentry.io. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 180 Β· πŸ“₯ 4.4K Β· πŸ“¦ 8.9K Β· πŸ“‹ 480 - 27% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/getsentry/sentry-python
    
  • PyPi ( πŸ“₯ 2.1M / month Β· πŸ“¦ 990 Β· ⏱️ 19.11.2020):

     pip install sentry-sdk
    
  • Conda ( πŸ“₯ 60K Β· ⏱️ 10.12.2020):

     conda install -c conda-forge sentry-sdk
    
loguru ( πŸ₯ˆ 30 Β· ⭐ 8K Β· πŸ“‰ ) - Python logging made (stupidly) simple. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 360 Β· πŸ“¦ 5.2K Β· πŸ“‹ 340 - 10% open Β· ⏱️ 19.12.2020):

     git clone https://github.com/Delgan/loguru
    
  • PyPi ( πŸ“₯ 410K / month Β· πŸ“¦ 340 Β· ⏱️ 20.09.2020):

     pip install loguru
    
  • Conda ( πŸ“₯ 98K Β· ⏱️ 10.10.2020):

     conda install -c conda-forge loguru
    
tabulate ( πŸ₯ˆ 30 Β· ⭐ 690 Β· πŸ’€ ) - Pretty-print tabular data in Python, a library and a command-line.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 55 Β· πŸ“¦ 36K Β· πŸ“‹ 73 - 56% open Β· ⏱️ 07.04.2020):

     git clone https://github.com/astanin/python-tabulate
    
  • PyPi ( πŸ“₯ 6.6M / month Β· πŸ“¦ 8.1K Β· ⏱️ 22.03.2020):

     pip install tabulate
    
  • Conda ( πŸ“₯ 740K Β· ⏱️ 22.03.2020):

     conda install -c conda-forge tabulate
    
structlog ( πŸ₯ˆ 29 Β· ⭐ 1.4K) - Structured Logging for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 130 Β· πŸ“¦ 2.9K Β· πŸ“‹ 170 - 18% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/hynek/structlog
    
  • PyPi ( πŸ“₯ 410K / month Β· πŸ“¦ 1.2K Β· ⏱️ 31.12.2020):

     pip install structlog
    
  • Conda ( πŸ“₯ 87K Β· ⏱️ 04.01.2021):

     conda install -c conda-forge structlog
    
python-json-logger ( πŸ₯ˆ 29 Β· ⭐ 900) - Json Formatter for the standard python logger. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 140 Β· πŸ“¦ 12K Β· πŸ“‹ 61 - 26% open Β· ⏱️ 12.10.2020):

     git clone https://github.com/madzak/python-json-logger
    
  • PyPi ( πŸ“₯ 950K / month Β· πŸ“¦ 920 Β· ⏱️ 12.10.2020):

     pip install python-json-logger
    
  • Conda ( πŸ“₯ 470K Β· ⏱️ 12.10.2020):

     conda install -c conda-forge python-json-logger
    
colorlog ( πŸ₯ˆ 29 Β· ⭐ 670) - A colored formatter for the python logging module. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 69 Β· πŸ“¦ 8.7K Β· πŸ“‹ 59 - 16% open Β· ⏱️ 14.01.2021):

     git clone https://github.com/borntyping/python-colorlog
    
  • PyPi ( πŸ“₯ 1.3M / month Β· πŸ“¦ 3.7K Β· ⏱️ 14.01.2021):

     pip install colorlog
    
  • Conda ( πŸ“₯ 300K Β· ⏱️ 14.01.2021):

     conda install -c conda-forge colorlog
    
progressbar2 ( πŸ₯‰ 27 Β· ⭐ 680) - Progressbar 2 - A progress bar for Python 2 and Python 3 - pip.. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 90 Β· πŸ“₯ 1.6K Β· πŸ“¦ 7.7K Β· πŸ“‹ 180 - 4% open Β· ⏱️ 09.09.2020):

     git clone https://github.com/WoLpH/python-progressbar
    
  • PyPi ( πŸ“₯ 370K / month Β· πŸ“¦ 2.2K Β· ⏱️ 09.09.2020):

     pip install progressbar2
    
  • Conda ( πŸ“₯ 220K Β· ⏱️ 09.09.2020):

     conda install -c conda-forge progressbar2
    
python-coloredlogs ( πŸ₯‰ 27 Β· ⭐ 400) - Colored terminal output for Python's logging module. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 35 Β· πŸ“¦ 6.7K Β· πŸ“‹ 69 - 28% open Β· ⏱️ 10.12.2020):

     git clone https://github.com/xolox/python-coloredlogs
    
  • PyPi ( πŸ“₯ 520K / month Β· πŸ“¦ 2.1K Β· ⏱️ 10.12.2020):

     pip install coloredlogs
    
better-exceptions ( πŸ₯‰ 24 Β· ⭐ 3.9K) - Pretty and useful exceptions in Python, automatically. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 190 Β· πŸ“‹ 69 - 42% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/Qix-/better-exceptions
    
  • PyPi ( πŸ“₯ 17K / month Β· πŸ“¦ 74 Β· ⏱️ 29.01.2021):

     pip install better-exceptions
    
alive-progress ( πŸ₯‰ 24 Β· ⭐ 1.8K) - A new kind of Progress Bar, with real time throughput, eta and.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 47 Β· πŸ“¦ 220 Β· πŸ“‹ 54 - 24% open Β· ⏱️ 08.01.2021):

     git clone https://github.com/rsalmei/alive-progress
    
  • PyPi ( πŸ“₯ 9.4K / month Β· ⏱️ 08.01.2021):

     pip install alive-progress
    
  • Conda ( πŸ“₯ 5.7K Β· ⏱️ 08.01.2021):

     conda install -c conda-forge alive-progress
    
notifiers ( πŸ₯‰ 24 Β· ⭐ 1.8K) - The easy way to send notifications. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 68 Β· πŸ“¦ 110 Β· πŸ“‹ 87 - 40% open Β· ⏱️ 30.12.2020):

     git clone https://github.com/liiight/notifiers
    
  • PyPi ( πŸ“₯ 110K / month Β· πŸ“¦ 6 Β· ⏱️ 05.10.2019):

     pip install notifiers
    
stackprinter ( πŸ₯‰ 24 Β· ⭐ 1.1K Β· πŸ“ˆ ) - Debugging-friendly exceptions for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 31 Β· πŸ“¦ 40 Β· πŸ“‹ 21 - 42% open Β· ⏱️ 01.01.2021):

     git clone https://github.com/cknd/stackprinter
    
  • PyPi ( πŸ“₯ 50K / month Β· πŸ“¦ 4 Β· ⏱️ 31.10.2020):

     pip install stackprinter
    
rebound ( πŸ₯‰ 23 Β· ⭐ 3.5K) - Command-line tool that instantly fetches Stack Overflow results when an.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 330 Β· πŸ“₯ 160 Β· πŸ“¦ 16 Β· πŸ“‹ 58 - 34% open Β· ⏱️ 04.01.2021):

     git clone https://github.com/shobrook/rebound
    
  • PyPi ( πŸ“₯ 580 / month Β· πŸ“¦ 14 Β· ⏱️ 03.02.2021):

     pip install rebound
    
  • Conda ( πŸ“₯ 94K Β· ⏱️ 03.02.2021):

     conda install -c conda-forge rebound
    
PrettyErrors ( πŸ₯‰ 19 Β· ⭐ 1.9K) - Prettify Python exception output to make it legible. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 63 Β· πŸ“‹ 25 - 4% open Β· ⏱️ 27.12.2020):

     git clone https://github.com/onelivesleft/PrettyErrors
    
  • PyPi ( πŸ“₯ 5.7K / month Β· ⏱️ 24.11.2020):

     pip install pretty_errors
    
tbvaccine ( πŸ₯‰ 15 Β· ⭐ 360 Β· πŸ’€ ) - A small utility to pretty-print Python tracebacks. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 12 Β· πŸ“¦ 9 Β· πŸ“‹ 19 - 36% open Β· ⏱️ 01.03.2020):

     git clone https://github.com/skorokithakis/tbvaccine
    
  • PyPi ( πŸ“₯ 500 / month Β· ⏱️ 14.12.2018):

     pip install tbvaccine
    
Show 2 hidden projects...

Documentation

Back to top

sphinx ( πŸ₯‡ 37 Β· ⭐ 3.8K) - Main repository for the Sphinx documentation builder. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 1.4K Β· πŸ“¦ 130K Β· πŸ“‹ 5.2K - 14% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/sphinx-doc/sphinx
    
  • PyPi ( πŸ“₯ 1.7M / month Β· πŸ“¦ 100K Β· ⏱️ 07.01.2021):

     pip install sphinx
    
  • Conda ( πŸ“₯ 2.6M Β· ⏱️ 07.01.2021):

     conda install -c conda-forge sphinx
    
mkdocs ( πŸ₯‡ 33 Β· ⭐ 12K) - Project documentation with Markdown. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.6K Β· πŸ“¦ 10K Β· πŸ“‹ 1.5K - 9% open Β· ⏱️ 13.01.2021):

     git clone https://github.com/mkdocs/mkdocs
    
  • PyPi ( πŸ“₯ 180K / month Β· πŸ“¦ 5.9K Β· ⏱️ 14.05.2020):

     pip install mkdocs
    
  • Conda ( πŸ“₯ 120K Β· ⏱️ 01.06.2020):

     conda install -c conda-forge mkdocs
    
sphinx_rtd_theme ( πŸ₯‡ 33 Β· ⭐ 3.6K) - Sphinx theme for readthedocs.org. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.5K Β· πŸ“¦ 16 Β· πŸ“‹ 610 - 25% open Β· ⏱️ 12.01.2021):

     git clone https://github.com/readthedocs/sphinx_rtd_theme
    
  • PyPi ( πŸ“₯ 710K / month Β· πŸ“¦ 23K Β· ⏱️ 05.10.2018):

     pip install sphinx_rtd_theme
    
  • Conda ( πŸ“₯ 970K Β· ⏱️ 05.01.2021):

     conda install -c conda-forge sphinx_rtd_theme
    
numpydoc ( πŸ₯ˆ 32 Β· ⭐ 16K) - Numpy's Sphinx extensions. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 5.2K Β· πŸ“¦ 23K Β· πŸ“‹ 140 - 35% open Β· ⏱️ 21.01.2021):

     git clone https://github.com/numpy/numpydoc
    
  • PyPi ( πŸ“₯ 97K / month Β· πŸ“¦ 7.3K Β· ⏱️ 01.07.2020):

     pip install numpydoc
    
  • Conda ( πŸ“₯ 710K Β· ⏱️ 01.10.2020):

     conda install -c conda-forge numpydoc
    
mkdocs-material ( πŸ₯ˆ 32 Β· ⭐ 5.5K) - A Material Design theme for MkDocs. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.3K Β· πŸ“¦ 5.2K Β· πŸ“‹ 910 - 1% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/squidfunk/mkdocs-material
    
  • PyPi ( πŸ“₯ 170K / month Β· πŸ“¦ 1.5K Β· ⏱️ 31.01.2021):

     pip install mkdocs-material
    
  • Conda ( πŸ“₯ 25K Β· ⏱️ 31.01.2021):

     conda install -c conda-forge mkdocs-material
    
breathe ( πŸ₯ˆ 28 Β· ⭐ 510) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 130 Β· πŸ“¦ 3.9K Β· πŸ“‹ 400 - 22% open Β· ⏱️ 02.02.2021):

     git clone https://github.com/michaeljones/breathe
    
  • PyPi ( πŸ“₯ 40K / month Β· ?? 2K Β· ⏱️ 21.01.2021):

     pip install breathe
    
  • Conda ( πŸ“₯ 170K Β· ⏱️ 21.01.2021):

     conda install -c conda-forge breathe
    
sphinx-autodoc-typehints ( πŸ₯ˆ 26 Β· ⭐ 300) - Type hints support for the Sphinx autodoc extension. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 60 Β· πŸ“‹ 100 - 37% open Β· ⏱️ 12.10.2020):

     git clone https://github.com/agronholm/sphinx-autodoc-typehints
    
  • PyPi ( πŸ“₯ 79K / month Β· πŸ“¦ 1.4K Β· ⏱️ 12.10.2020):

     pip install sphinx-autodoc-typehints
    
  • Conda ( πŸ“₯ 130K Β· ⏱️ 12.10.2020):

     conda install -c conda-forge sphinx-autodoc-typehints
    
sphinx-autobuild ( πŸ₯ˆ 26 Β· ⭐ 300) - Watch a Sphinx directory and rebuild the documentation.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 48 Β· πŸ“‹ 54 - 18% open Β· ⏱️ 05.11.2020):

     git clone https://github.com/executablebooks/sphinx-autobuild
    
  • PyPi ( πŸ“₯ 62K / month Β· πŸ“¦ 4.7K Β· ⏱️ 05.07.2017):

     pip install sphinx-autobuild
    
  • Conda ( πŸ“₯ 38K Β· ⏱️ 16.12.2020):

     conda install -c conda-forge sphinx-autobuild
    
pdoc ( πŸ₯‰ 22 Β· ⭐ 820) - API Documentation for Python Projects. Unlicense
  • GitHub ( πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 96 Β· πŸ“¦ 280 Β· πŸ“‹ 140 - 2% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/mitmproxy/pdoc
    
  • PyPi ( πŸ“₯ 3.9K / month Β· πŸ“¦ 290 Β· ⏱️ 26.01.2021):

     pip install pdoc
    
interrogate ( πŸ₯‰ 22 Β· ⭐ 240) - Explain yourself! Interrogate a codebase for docstring coverage. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 17 Β· πŸ“¦ 340 Β· πŸ“‹ 27 - 40% open Β· ⏱️ 03.11.2020):

     git clone https://github.com/econchick/interrogate
    
  • PyPi ( πŸ“₯ 18K / month Β· ⏱️ 03.11.2020):

     pip install interrogate
    
portray ( πŸ₯‰ 20 Β· ⭐ 700) - Your Project with Great Documentation. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 51 Β· πŸ“‹ 38 - 39% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/timothycrosley/portray
    
  • PyPi ( πŸ“₯ 1.8K / month Β· πŸ“¦ 8 Β· ⏱️ 30.01.2021):

     pip install portray
    
mkdocstrings ( πŸ₯‰ 20 Β· ⭐ 280) - Automatic documentation from sources, for MkDocs. ISC
  • GitHub ( πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“‹ 140 - 29% open Β· ⏱️ 19.01.2021):

     git clone https://github.com/pawamoy/mkdocstrings
    
  • PyPi ( πŸ“₯ 9.4K / month Β· ⏱️ 06.01.2021):

     pip install mkdocstrings
    
mkdocs-pdf-export-plugin ( πŸ₯‰ 20 Β· ⭐ 170 Β· πŸ’€ ) - An MkDocs plugin to export content pages as PDF files. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 27 Β· πŸ“¦ 110 Β· πŸ“‹ 72 - 40% open Β· ⏱️ 23.07.2020):

     git clone https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
    
  • PyPi ( πŸ“₯ 4.4K / month Β· πŸ“¦ 4 Β· ⏱️ 23.07.2020):

     pip install mkdocs-pdf-export-plugin
    
mkdocs-awesome-pages-plugin ( πŸ₯‰ 20 Β· ⭐ 130) - An MkDocs plugin that simplifies configuring page.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 17 Β· πŸ“¦ 270 Β· πŸ“‹ 34 - 11% open Β· ⏱️ 22.12.2020):

     git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
    
  • PyPi ( πŸ“₯ 8.3K / month Β· πŸ“¦ 45 Β· ⏱️ 22.12.2020):

     pip install mkdocs-awesome-pages-plugin
    
blacken-docs ( πŸ₯‰ 19 Β· ⭐ 150) - Run `black` on python code blocks in documentation files. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 15 Β· πŸ“‹ 23 - 8% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/asottile/blacken-docs
    
  • PyPi ( πŸ“₯ 2K / month Β· πŸ“¦ 22 Β· ⏱️ 25.01.2021):

     pip install blacken-docs
    
  • Conda ( πŸ“₯ 13K Β· ⏱️ 25.01.2021):

     conda install -c conda-forge blacken-docs
    
sphinx-markdown-builder ( πŸ₯‰ 18 Β· ⭐ 92) - sphinx builder that outputs markdown files. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 26 Β· πŸ“¦ 120 Β· πŸ“‹ 33 - 51% open Β· ⏱️ 07.10.2020):

     git clone https://github.com/codejamninja/sphinx-markdown-builder
    
  • PyPi ( πŸ“₯ 5.5K / month Β· πŸ“¦ 42 Β· ⏱️ 23.12.2019):

     pip install sphinx-markdown-builder
    
lazydocs ( πŸ₯‰ 11 Β· ⭐ 10 Β· 🐣 ) - Generate markdown API documentation from Google-style Python.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 9 Β· ⏱️ 17.12.2020):

     git clone https://github.com/ml-tooling/lazydocs
    
  • PyPi ( πŸ“₯ 88 / month Β· ⏱️ 13.12.2020):

     pip install lazydocs
    
Show 8 hidden projects...
  • alabaster ( πŸ₯ˆ 29 Β· ⭐ 590 Β· πŸ’€ ) - Lightweight, configurable Sphinx theme. Now the Sphinx.. BSD-3
  • sphinx-bootstrap-theme ( πŸ₯ˆ 26 Β· ⭐ 580 Β· πŸ’€ ) - Sphinx Bootstrap Theme. MIT
  • releases ( πŸ₯‰ 22 Β· ⭐ 150 Β· πŸ’€ ) - A powerful Sphinx changelog-generating extension. BSD-2
  • pycco ( πŸ₯‰ 21 Β· ⭐ 740 Β· πŸ’€ ) - Literate-style documentation generator. MIT
  • mkdocs-with-pdf ( πŸ₯‰ 18 Β· ⭐ 32) - Generate a single PDF file from MkDocs repository. MIT
  • mkdocs-git-revision-date-plugin ( πŸ₯‰ 18 Β· ⭐ 30) - MkDocs plugin for setting revision date from git per.. MIT
  • mkdocs-versioning ( πŸ₯‰ 17 Β· ⭐ 35) - A tool that allows for versioning sites built with mkdocs. MIT
  • mkdocs-print-site-plugin ( πŸ₯‰ 14 Β· ⭐ 14 Β· 🐣 ) - MkDocs Plugin allowing your visitors to *File Print.. MIT

Debugging Tools

Back to top

ipdb ( πŸ₯‡ 31 Β· ⭐ 1.3K) - Integration of IPython pdb. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 120 Β· πŸ“¦ 25K Β· πŸ“‹ 150 - 32% open Β· ⏱️ 21.10.2020):

     git clone https://github.com/gotcha/ipdb
    
  • PyPi ( πŸ“₯ 620K / month Β· πŸ“¦ 17K Β· ⏱️ 01.10.2020):

     pip install ipdb
    
  • Conda ( πŸ“₯ 140K Β· ⏱️ 21.11.2020):

     conda install -c conda-forge ipdb
    
pudb ( πŸ₯‡ 29 Β· ⭐ 2K) - Full-screen console debugger for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 170 Β· πŸ“¦ 2.2K Β· πŸ“‹ 270 - 51% open Β· ⏱️ 02.02.2021):

     git clone https://github.com/inducer/pudb
    
  • PyPi ( πŸ“₯ 550K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.12.2020):

     pip install pudb
    
  • Conda ( πŸ“₯ 89K Β· ⏱️ 15.04.2020):

     conda install -c conda-forge pudb
    
PySnooper ( πŸ₯ˆ 28 Β· ⭐ 14K) - Never use print for debugging again. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 880 Β· πŸ“¦ 340 Β· πŸ“‹ 110 - 15% open Β· ⏱️ 28.12.2020):

     git clone https://github.com/cool-RR/PySnooper
    
  • PyPi ( πŸ“₯ 18K / month Β· πŸ“¦ 46 Β· ⏱️ 14.09.2020):

     pip install pysnooper
    
  • Conda ( πŸ“₯ 31K Β· ⏱️ 14.09.2020):

     conda install -c conda-forge pysnooper
    
pyelftools ( πŸ₯ˆ 27 Β· ⭐ 1.1K) - Parsing ELF and DWARF in Python. Unlicense
  • GitHub ( πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 390 Β· πŸ“¦ 1.7K Β· πŸ“‹ 160 - 31% open Β· ⏱️ 26.01.2021):

     git clone https://github.com/eliben/pyelftools
    
  • PyPi ( πŸ“₯ 300K / month Β· πŸ“¦ 880 Β· ⏱️ 05.12.2019):

     pip install pyelftools
    
  • Conda ( πŸ“₯ 57K Β· ⏱️ 27.10.2020):

     conda install -c conda-forge pyelftools
    
pdbpp ( πŸ₯ˆ 26 Β· ⭐ 660) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 37 Β· πŸ“¦ 1.9K Β· πŸ“‹ 160 - 32% open Β· ⏱️ 22.11.2020):

     git clone https://github.com/pdbpp/pdbpp
    
  • PyPi ( πŸ“₯ 66K / month Β· πŸ“¦ 960 Β· ⏱️ 04.10.2019):

     pip install pdbpp
    
  • Conda ( πŸ“₯ 50K Β· ⏱️ 07.05.2019):

     conda install -c conda-forge pdbpp
    
typeguard ( πŸ₯‰ 24 Β· ⭐ 580) - Run-time type checker for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 51 Β· πŸ“‹ 130 - 20% open Β· ⏱️ 24.01.2021):

     git clone https://github.com/agronholm/typeguard
    
  • PyPi ( πŸ“₯ 410K / month Β· πŸ“¦ 160 Β· ⏱️ 19.10.2020):

     pip install typeguard
    
  • Conda ( πŸ“₯ 27K Β· ⏱️ 07.06.2020):

     conda install -c conda-forge typeguard
    
gdbgui ( πŸ₯‰ 23 Β· ⭐ 7.8K) - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view.. ❗️GPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 460 Β· πŸ“₯ 2.3K Β· πŸ“¦ 63 Β· πŸ“‹ 260 - 40% open Β· ⏱️ 21.12.2020):

     git clone https://github.com/cs01/gdbgui
    
  • PyPi ( πŸ“₯ 6.4K / month Β· πŸ“¦ 2 Β· ⏱️ 21.12.2020):

     pip install gdbgui
    
python-hunter ( πŸ₯‰ 22 Β· ⭐ 580) - Hunter is a flexible code tracing toolkit. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 27 Β· πŸ“¦ 54 Β· πŸ“‹ 78 - 43% open Β· ⏱️ 26.01.2021):

     git clone https://github.com/ionelmc/python-hunter
    
  • PyPi ( πŸ“₯ 5.3K / month Β· πŸ“¦ 34 Β· ⏱️ 24.10.2020):

     pip install hunter
    
icecream ( πŸ₯‰ 21 Β· ⭐ 2.2K) - Never use print() to debug again. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 49 Β· πŸ“‹ 40 - 27% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/gruns/icecream
    
  • PyPi ( πŸ“₯ 6.4K / month Β· πŸ“¦ 6 Β· ⏱️ 27.01.2021):

     pip install icecream
    
Birdseye ( πŸ₯‰ 19 Β· ⭐ 1.4K) - Graphical Python debugger which lets you easily view the values of all.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 70 Β· πŸ“¦ 33 Β· πŸ“‹ 45 - 42% open Β· ⏱️ 25.08.2020):

     git clone https://github.com/alexmojaki/birdseye
    
  • PyPi ( πŸ“₯ 360 / month Β· ⏱️ 25.08.2020):

     pip install birdseye
    
snoop ( πŸ₯‰ 18 Β· ⭐ 460) - A powerful set of Python debugging tools, based on PySnooper. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 18 Β· πŸ“¦ 27 Β· πŸ“‹ 23 - 47% open Β· ⏱️ 13.09.2020):

     git clone https://github.com/alexmojaki/snoop
    
  • PyPi ( πŸ“₯ 5.1K / month Β· πŸ“¦ 8 Β· ⏱️ 25.08.2020):

     pip install snoop
    
Show 2 hidden projects...
  • pyrasite ( πŸ₯‰ 20 Β· ⭐ 2.5K Β· πŸ’€ ) - Inject code into running Python processes. ❗️GPL-3.0
  • python-manhole ( πŸ₯‰ 19 Β· ⭐ 300 Β· πŸ’€ ) - Debugging manhole for python applications. BSD-2

Testing Tools

Back to top

πŸ”—  best-of-web-python - Testing ( ⭐ 990 Β· 🐣 ) - Testing libraries & tools for python web frameworks.

πŸ”—  unittest - Unittest is a test framework included in the Python standard library.

pytest ( πŸ₯‡ 39 Β· ⭐ 7K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 690 Β· πŸ”€ 1.6K Β· πŸ“¦ 280K Β· πŸ“‹ 4.4K - 14% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/pytest-dev/pytest
    
  • PyPi ( πŸ“₯ 9.6M / month Β· πŸ“¦ 130K Β· ⏱️ 25.01.2021):

     pip install pytest
    
  • Conda ( πŸ“₯ 6.4M Β· ⏱️ 27.01.2021):

     conda install -c conda-forge pytest
    
tox ( πŸ₯‡ 35 Β· ⭐ 2.1K) - Command line driven CI frontend and development task automation tool. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 340 Β· πŸ“¦ 41K Β· πŸ“‹ 1.1K - 13% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/tox-dev/tox
    
  • PyPi ( πŸ“₯ 1.5M / month Β· πŸ“¦ 36K Β· ⏱️ 02.02.2021):

     pip install tox
    
  • Conda ( πŸ“₯ 210K Β· ⏱️ 04.02.2021):

     conda install -c conda-forge tox
    
robotframework ( πŸ₯‡ 33 Β· ⭐ 5.5K) - Generic automation framework for acceptance testing and RPA. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.6K Β· πŸ“₯ 500 Β· πŸ“¦ 3.4K Β· πŸ“‹ 3.4K - 5% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/robotframework/robotframework
    
  • PyPi ( πŸ“₯ 300K / month Β· πŸ“¦ 1.4K Β· ⏱️ 03.02.2021):

     pip install robotframework
    
  • Conda ( πŸ“₯ 37K Β· ⏱️ 03.09.2020):

     conda install -c conda-forge robotframework
    
hypothesis ( πŸ₯‡ 33 Β· ⭐ 4.9K) - Hypothesis is a powerful, flexible, and easy to use library for.. MPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 450 Β· πŸ“¦ 7.6K Β· πŸ“‹ 1K - 4% open Β· ⏱️ 03.02.2021):

     git clone https://github.com/HypothesisWorks/hypothesis
    
  • PyPi ( πŸ“₯ 580K / month Β· πŸ“¦ 2.6K Β· ⏱️ 31.01.2021):

     pip install hypothesis
    
  • Conda ( πŸ“₯ 3.4M Β· ⏱️ 31.01.2021):

     conda install -c conda-forge hypothesis
    
pytest-cov ( πŸ₯‡ 32 Β· ⭐ 950) - Coverage plugin for pytest. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 140 Β· πŸ“¦ 78K Β· πŸ“‹ 280 - 32% open Β· ⏱️ 20.01.2021):

     git clone https://github.com/pytest-dev/pytest-cov
    
  • PyPi ( πŸ“₯ 3.4M / month Β· πŸ“¦ 43K Β· ⏱️ 20.01.2021):

     pip install pytest-cov
    
  • Conda ( πŸ“₯ 2.1M Β· ⏱️ 20.01.2021):

     conda install -c conda-forge pytest-cov
    
freezegun ( πŸ₯ˆ 31 Β· ⭐ 2.8K) - Let your Python tests travel through time. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 190 Β· πŸ“¦ 7.1K Β· πŸ“‹ 230 - 26% open Β· ⏱️ 20.01.2021):

     git clone https://github.com/spulec/freezegun
    
  • PyPi ( πŸ“₯ 1.1M / month Β· πŸ“¦ 8.4K Β· ⏱️ 20.01.2021):

     pip install freezegun
    
  • Conda ( πŸ“₯ 170K Β· ⏱️ 20.01.2021):

     conda install -c conda-forge freezegun
    
pyautogui ( πŸ₯ˆ 30 Β· ⭐ 4.8K) - A cross-platform GUI automation Python module for human beings. Used.. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 640 Β· πŸ“¦ 5.9K Β· πŸ“‹ 430 - 62% open Β· ⏱️ 04.10.2020):

     git clone https://github.com/asweigart/pyautogui
    
  • PyPi ( πŸ“₯ 210K / month Β· πŸ“¦ 610 Β· ⏱️ 06.10.2020):

     pip install pyautogui
    
  • Conda ( πŸ“₯ 100K Β· ⏱️ 13.10.2020):

     conda install -c conda-forge pyautogui
    
factory_boy ( πŸ₯ˆ 30 Β· ⭐ 2.4K) - A test fixtures replacement for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 310 Β· πŸ“‹ 470 - 28% open Β· ⏱️ 28.12.2020):

     git clone https://github.com/FactoryBoy/factory_boy
    
  • PyPi ( πŸ“₯ 660K / month Β· πŸ“¦ 4.3K Β· ⏱️ 05.05.2018):

     pip install factory_boy
    
  • Conda ( πŸ“₯ 53K Β· ⏱️ 05.10.2020):

     conda install -c conda-forge factory_boy
    
pytest-mock ( πŸ₯ˆ 30 Β· ⭐ 980) - Thin-wrapper around the mock package for easier use with pytest. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 88 Β· πŸ“¦ 14K Β· πŸ“‹ 95 - 11% open Β· ⏱️ 25.01.2021):

     git clone https://github.com/pytest-dev/pytest-mock
    
  • PyPi ( πŸ“₯ 1.3M / month Β· πŸ“¦ 6.2K Β· ⏱️ 10.01.2021):

     pip install pytest-mock
    
  • Conda ( πŸ“₯ 700K Β· ⏱️ 11.01.2021):

     conda install -c conda-forge pytest-mock
    
pytest-xdist ( πŸ₯ˆ 30 Β· ⭐ 660) - pytest plugin for distributed testing and loop-on-failures.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 140 Β· πŸ“¦ 14K Β· πŸ“‹ 400 - 45% open Β· ⏱️ 15.12.2020):

     git clone https://github.com/pytest-dev/pytest-xdist
    
  • PyPi ( πŸ“₯ 1.6M / month Β· πŸ“¦ 7.3K Β· ⏱️ 14.12.2020):

     pip install pytest-xdist
    
  • Conda ( πŸ“₯ 990K Β· ⏱️ 14.12.2020):

     conda install -c conda-forge pytest-xdist
    
coveralls-python ( πŸ₯ˆ 30 Β· ⭐ 450) - Show coverage stats online via coveralls.io. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 160 Β· πŸ“¦ 16K Β· πŸ“‹ 140 - 2% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/coveralls-clients/coveralls-python
    
  • PyPi ( πŸ“₯ 210K / month Β· πŸ“¦ 17K Β· ⏱️ 12.01.2021):

     pip install coveralls
    
pytest-html ( πŸ₯ˆ 30 Β· ⭐ 390) - Plugin for generating HTML reports for pytest results. MPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 160 Β· πŸ“¦ 7.2K Β· πŸ“‹ 250 - 28% open Β· ⏱️ 23.01.2021):

     git clone https://github.com/pytest-dev/pytest-html
    
  • PyPi ( πŸ“₯ 690K / month Β· πŸ“¦ 980 Β· ⏱️ 13.12.2020):

     pip install pytest-html
    
  • Conda ( πŸ“₯ 95K Β· ⏱️ 13.12.2020):

     conda install -c conda-forge pytest-html
    
pytest-asyncio ( πŸ₯ˆ 28 Β· ⭐ 670) - Pytest support for asyncio. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 75 Β· πŸ“¦ 8.9K Β· πŸ“‹ 150 - 39% open Β· ⏱️ 01.12.2020):

     git clone https://github.com/pytest-dev/pytest-asyncio
    
  • PyPi ( πŸ“₯ 480K / month Β· πŸ“¦ 2K Β· ⏱️ 23.06.2020):

     pip install pytest-asyncio
    
  • Conda ( πŸ“₯ 290K Β· ⏱️ 30.10.2020):

     conda install -c conda-forge pytest-asyncio
    
mimesis ( πŸ₯ˆ 27 Β· ⭐ 3.2K) - Mimesis is a high-performance fake data generator for Python, which.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 270 Β· πŸ“₯ 150 Β· πŸ“‹ 280 - 4% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/lk-geimfari/mimesis
    
  • PyPi ( πŸ“₯ 15K / month Β· πŸ“¦ 84 Β· ⏱️ 21.12.2020):

     pip install mimesis
    
pytest-bdd ( πŸ₯ˆ 27 Β· ⭐ 760 Β· πŸ“ˆ ) - BDD library for the py.test runner. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 130 Β· πŸ“¦ 1.1K Β· πŸ“‹ 230 - 44% open Β· ⏱️ 07.12.2020):

     git clone https://github.com/pytest-dev/pytest-bdd
    
  • PyPi ( πŸ“₯ 59K / month Β· πŸ“¦ 270 Β· ⏱️ 07.12.2020):

     pip install pytest-bdd
    
  • Conda ( πŸ“₯ 19K Β· ⏱️ 03.02.2020):

     conda install -c conda-forge pytest-bdd
    
nose2 ( πŸ₯ˆ 27 Β· ⭐ 660) - The successor to nose, based on unittest2. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 130 Β· πŸ“¦ 3.4K Β· πŸ“‹ 250 - 22% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/nose-devs/nose2
    
  • PyPi ( πŸ“₯ 120K / month Β· πŸ“¦ 1.9K Β· ⏱️ 02.02.2020):

     pip install nose2
    
  • Conda ( πŸ“₯ 25K Β· ⏱️ 02.02.2020):

     conda install -c conda-forge nose2
    
ddt ( πŸ₯ˆ 27 Β· ⭐ 380) - Data-Driven Tests for Python Unittest. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 95 Β· πŸ“¦ 3.3K Β· πŸ“‹ 45 - 35% open Β· ⏱️ 16.01.2021):

     git clone https://github.com/datadriventests/ddt
    
  • PyPi ( πŸ“₯ 98K / month Β· πŸ“¦ 2.5K Β· ⏱️ 15.05.2020):

     pip install ddt
    
  • Conda ( πŸ“₯ 53K Β· ⏱️ 15.05.2020):

     conda install -c conda-forge ddt
    
pytest-benchmark ( πŸ₯‰ 26 Β· ⭐ 710) - py.test fixture for benchmarking code. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 65 Β· πŸ“¦ 1.5K Β· πŸ“‹ 140 - 46% open Β· ⏱️ 02.11.2020):

     git clone https://github.com/ionelmc/pytest-benchmark
    
  • PyPi ( πŸ“₯ 110K / month Β· πŸ“¦ 730 Β· ⏱️ 10.01.2020):

     pip install pytest-benchmark
    
  • Conda ( πŸ“₯ 360K Β· ⏱️ 24.03.2020):

     conda install -c conda-forge pytest-benchmark
    
pytest-sugar ( πŸ₯‰ 26 Β· ⭐ 670) - a plugin for py.test that changes the default look and feel.. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 48 Β· πŸ“¦ 6.7K Β· πŸ“‹ 100 - 33% open Β· ⏱️ 24.10.2020):

     git clone https://github.com/Teemu/pytest-sugar
    
  • PyPi ( πŸ“₯ 180K / month Β· πŸ“¦ 4.6K Β· ⏱️ 26.04.2020):

     pip install pytest-sugar
    
  • Conda ( πŸ“₯ 88K Β· ⏱️ 18.09.2020):

     conda install -c conda-forge pytest-sugar
    
PyHamcrest ( πŸ₯‰ 26 Β· ⭐ 520) - Hamcrest matchers for Python. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 79 Β· πŸ“‹ 50 - 20% open Β· ⏱️ 23.10.2020):

     git clone https://github.com/hamcrest/PyHamcrest
    
  • PyPi ( πŸ“₯ 1M / month Β· πŸ“¦ 3.4K Β· ⏱️ 02.03.2020):

     pip install pyhamcrest
    
  • Conda ( πŸ“₯ 320K Β· ⏱️ 02.03.2020):

     conda install -c conda-forge pyhamcrest
    
nox ( πŸ₯‰ 26 Β· ⭐ 480) - Flexible test automation for Python. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 80 Β· πŸ“¦ 440 Β· πŸ“‹ 190 - 26% open Β· ⏱️ 22.01.2021):

     git clone https://github.com/theacodes/nox
    
  • PyPi ( πŸ“₯ 96K / month Β· πŸ“¦ 56 Β· ⏱️ 01.01.2021):

     pip install nox
    
  • Conda ( πŸ“₯ 17K Β· ⏱️ 06.01.2021):

     conda install -c conda-forge nox
    
uiautomator ( πŸ₯‰ 25 Β· ⭐ 1.6K) - Python wrapper of Android uiautomator test tool. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 570 Β· πŸ“¦ 180 Β· πŸ“‹ 280 - 59% open Β· ⏱️ 16.11.2020):

     git clone https://github.com/xiaocong/uiautomator
    
  • PyPi ( πŸ“₯ 3.1K / month Β· πŸ“¦ 120 Β· ⏱️ 16.11.2020):

     pip install uiautomator
    
green ( ?? 25 · ⭐ 680) - Green is a clean, colorful, fast python test runner. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 73 Β· πŸ“¦ 560 Β· πŸ“‹ 170 - 7% open Β· ⏱️ 14.12.2020):

     git clone https://github.com/CleanCut/green
    
  • PyPi ( πŸ“₯ 6.1K / month Β· πŸ“¦ 360 Β· ⏱️ 23.11.2020):

     pip install green
    
  • Conda ( πŸ“₯ 64K Β· ⏱️ 12.11.2020):

     conda install -c conda-forge green
    
pytest-mypy ( πŸ₯‰ 25 Β· ⭐ 180) - Mypy static type checker plugin for Pytest. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 31 Β· πŸ“¦ 890 Β· πŸ“‹ 41 - 19% open Β· ⏱️ 13.11.2020):

     git clone https://github.com/dbader/pytest-mypy
    
  • PyPi ( πŸ“₯ 88K / month Β· πŸ“¦ 270 Β· ⏱️ 14.11.2020):

     pip install pytest-mypy
    
  • Conda ( πŸ“₯ 6.7K Β· ⏱️ 24.11.2020):

     conda install -c conda-forge pytest-mypy
    
playwright-python ( πŸ₯‰ 24 Β· ⭐ 4K) - Python version of the Playwright testing and automation.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 320 Β· πŸ“¦ 94 Β· πŸ“‹ 210 - 12% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/microsoft/playwright-python
    
  • PyPi ( πŸ“₯ 9.2K / month Β· ⏱️ 20.01.2021):

     pip install playwright
    
asv ( πŸ₯‰ 24 Β· ⭐ 560) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 120 Β· πŸ“¦ 130 Β· πŸ“‹ 400 - 25% open Β· ⏱️ 22.12.2020):

     git clone https://github.com/airspeed-velocity/asv
    
  • PyPi ( πŸ“₯ 5.1K / month Β· πŸ“¦ 44 Β· ⏱️ 16.05.2020):

     pip install asv
    
  • Conda ( πŸ“₯ 290K Β· ⏱️ 11.12.2020):

     conda install -c conda-forge asv
    
Mamba Test Runner ( πŸ₯‰ 24 Β· ⭐ 460) - The definitive testing tool for Python. Born under the banner.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 61 Β· πŸ“‹ 97 - 46% open Β· ⏱️ 16.11.2020):

     git clone https://github.com/nestorsalceda/mamba
    
  • PyPi ( πŸ“₯ 7K / month Β· πŸ“¦ 220 Β· ⏱️ 16.11.2020):

     pip install mamba
    
pytest-randomly ( πŸ₯‰ 24 Β· ⭐ 270) - Pytest plugin to randomly order tests and control random.seed. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 21 Β· πŸ“‹ 34 - 20% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/pytest-dev/pytest-randomly
    
  • PyPi ( πŸ“₯ 230K / month Β· πŸ“¦ 110 Β· ⏱️ 16.11.2020):

     pip install pytest-randomly
    
pytest-testinfra ( πŸ₯‰ 23 Β· ⭐ 1.8K) - Testinfra test your infrastructures. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 260 Β· πŸ“‹ 300 - 35% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/pytest-dev/pytest-testinfra
    
  • PyPi ( πŸ“₯ 37K / month Β· ⏱️ 12.11.2020):

     pip install pytest-testinfra
    
xdoctest ( πŸ₯‰ 22 Β· ⭐ 87) - A rewrite of Python's builtin doctest module (with pytest plugin.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 4 Β· πŸ“¦ 740 Β· πŸ“‹ 32 - 50% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/Erotemic/xdoctest
    
  • PyPi ( πŸ“₯ 21K / month Β· πŸ“¦ 52 Β· ⏱️ 29.01.2021):

     pip install xdoctest
    
sixpack ( πŸ₯‰ 21 Β· ⭐ 1.7K) - Sixpack is a language-agnostic a/b-testing framework. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 180 Β· πŸ“¦ 8 Β· πŸ“‹ 210 - 41% open Β· ⏱️ 26.08.2020):

     git clone https://github.com/sixpack/sixpack
    
  • PyPi ( πŸ“₯ 130 / month Β· πŸ“¦ 4 Β· ⏱️ 22.11.2017):

     pip install sixpack
    
pytest-testmon ( πŸ₯‰ 21 Β· ⭐ 460) - Selects tests affected by changed files. Continous.. ❗️AGPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 25 Β· πŸ“¦ 250 Β· πŸ“‹ 110 - 33% open Β· ⏱️ 05.08.2020):

     git clone https://github.com/tarpas/pytest-testmon
    
  • PyPi ( πŸ“₯ 23K / month Β· πŸ“¦ 49 Β· ⏱️ 27.11.2019):

     pip install pytest-testmon
    
  • Conda ( πŸ“₯ 27K Β· ⏱️ 03.08.2019):

     conda install -c conda-forge pytest-testmon
    
pytest-docker ( πŸ₯‰ 20 Β· ⭐ 190) - Docker-based integration tests. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 32 Β· πŸ“₯ 66 Β· πŸ“‹ 29 - 55% open Β· ⏱️ 22.09.2020):

     git clone https://github.com/avast/pytest-docker
    
  • PyPi ( πŸ“₯ 11K / month Β· πŸ“¦ 14 Β· ⏱️ 22.09.2020):

     pip install pytest-docker
    
pytest-lazy-fixture ( πŸ₯‰ 20 Β· ⭐ 170 Β· πŸ’€ ) - It helps to use fixtures in pytest.mark.parametrize. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 11 Β· πŸ“¦ 250 Β· πŸ“‹ 31 - 38% open Β· ⏱️ 01.02.2020):

     git clone https://github.com/tvorog/pytest-lazy-fixture
    
  • PyPi ( πŸ“₯ 45K / month Β· πŸ“¦ 31 Β· ⏱️ 01.02.2020):

     pip install pytest-lazy-fixture
    
  • Conda ( πŸ“₯ 220K Β· ⏱️ 01.02.2020):

     conda install -c conda-forge pytest-lazy-fixture
    
pytest-plugins ( πŸ₯‰ 14 Β· ⭐ 360 Β· πŸ’€ ) - A grab-bag of nifty pytest plugins. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 56 Β· πŸ“‹ 87 - 41% open Β· ⏱️ 11.04.2020):

     git clone https://github.com/man-group/pytest-plugins
    
Show 6 hidden projects...
  • nose ( πŸ₯ˆ 30 Β· ⭐ 1.3K Β· πŸ’€ ) - nose is nicer testing for python. ❗️LGPL-2.1+
  • pytest-watch ( πŸ₯‰ 25 Β· ⭐ 540 Β· πŸ’€ ) - Local continuous test runner with pytest and watchdog. MIT
  • assertpy ( πŸ₯‰ 20 Β· ⭐ 250 Β· πŸ’€ ) - Simple assertion library for unit testing in python with a fluent.. BSD-3
  • pytest-datadir ( πŸ₯‰ 19 Β· ⭐ 130 Β· πŸ’€ ) - pytest plugin for manipulating test data directories and.. MIT
  • fake2db ( πŸ₯‰ 17 Β· ⭐ 2K Β· πŸ’€ ) - create custom test databases that are populated with fake data. ❗️GPL-2.0
  • pytest-play ( πŸ₯‰ 16 Β· ⭐ 63 Β· πŸ’€ ) - 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 ( πŸ₯‡ 31 Β· ⭐ 7.6K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.6K Β· πŸ“₯ 670K Β· πŸ“¦ 14K Β· πŸ“‹ 4K - 10% open Β· ⏱️ 28.01.2021):

     git clone https://github.com/pyinstaller/pyinstaller
    
  • PyPi ( πŸ“₯ 210K / month Β· ⏱️ 13.01.2021):

     pip install pyinstaller
    
  • Conda ( πŸ“₯ 190K Β· ⏱️ 02.02.2021):

     conda install -c conda-forge pyinstaller
    
packaging ( πŸ₯‡ 29 Β· ⭐ 270) - Core utilities for Python packages. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 130 Β· πŸ“₯ 44 Β· πŸ“¦ 170K Β· πŸ“‹ 180 - 27% open Β· ⏱️ 02.02.2021):

     git clone https://github.com/pypa/packaging
    
  • PyPi ( πŸ“₯ 14M / month Β· πŸ“¦ 29K Β· ⏱️ 29.01.2021):

     pip install packaging
    
  • Conda ( πŸ“₯ 5.7M Β· ⏱️ 12.12.2020):

     conda install -c conda-forge packaging
    
Nuitka ( πŸ₯ˆ 27 Β· ⭐ 3.8K) - Nuitka is a Python compiler written in Python. It's fully compatible.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 260 Β· πŸ“‹ 790 - 21% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/Nuitka/Nuitka
    
  • PyPi ( πŸ“₯ 6.6K / month Β· πŸ“¦ 54 Β· ⏱️ 01.02.2021):

     pip install nuitka
    
  • Conda ( πŸ“₯ 240K Β· ⏱️ 01.02.2021):

     conda install -c conda-forge nuitka
    
pex ( πŸ₯ˆ 27 Β· ⭐ 1.8K) - A library and tool for generating .pex (Python EXecutable) files. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 190 Β· πŸ“₯ 240K Β· πŸ“‹ 640 - 21% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/pantsbuild/pex
    
  • PyPi ( πŸ“₯ 52K / month Β· πŸ“¦ 230 Β· ⏱️ 23.01.2021):

     pip install pex
    
py2exe ( πŸ₯ˆ 24 Β· ⭐ 160) - A distutils extension to create standalone Windows programs from Python code. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 24 Β· πŸ“₯ 7.4K Β· πŸ“¦ 1K Β· πŸ“‹ 55 - 10% open Β· ⏱️ 17.01.2021):

     git clone https://github.com/py2exe/py2exe
    
  • PyPi ( πŸ“₯ 13K / month Β· πŸ“¦ 170 Β· ⏱️ 23.01.2021):

     pip install py2exe
    
shiv ( πŸ₯ˆ 23 Β· ⭐ 1.1K) - shiv is a command line utility for building fully self contained Python.. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 62 Β· πŸ“₯ 110 Β· πŸ“‹ 80 - 32% open Β· ⏱️ 14.12.2020):

     git clone https://github.com/linkedin/shiv
    
  • PyPi ( πŸ“₯ 2.8K / month Β· πŸ“¦ 10 Β· ⏱️ 19.10.2020):

     pip install shiv
    
py2app ( πŸ₯ˆ 23 Β· ⭐ 100) - py2app is a Python setuptools command which will allow you to make.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 6 Β· πŸ“¦ 3.5K Β· πŸ“‹ 330 - 40% open Β· ⏱️ 23.01.2021):

     git clone https://github.com/ronaldoussoren/py2app
    
  • PyPi ( πŸ“₯ 5.5K / month Β· πŸ“¦ 1.6K Β· ⏱️ 02.01.2021):

     pip install py2app
    
cx_Freeze ( πŸ₯‰ 22 Β· ⭐ 640) - Create standalone executables from Python scripts, with the same.. Python-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 140 Β· πŸ“‹ 600 - 12% open Β· ⏱️ 31.01.2021):

     git clone https://github.com/marcelotduarte/cx_Freeze
    
  • PyPi ( πŸ“₯ 13K / month Β· πŸ“¦ 150 Β· ⏱️ 16.12.2017):

     pip install cx_freeze
    
  • Conda ( πŸ“₯ 45K Β· ⏱️ 05.01.2021):

     conda install -c conda-forge cx_freeze
    
pynsist ( πŸ₯‰ 21 Β· ⭐ 670) - Build Windows installers for Python applications. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 95 Β· πŸ“‹ 150 - 15% open Β· ⏱️ 11.12.2020):

     git clone https://github.com/takluyver/pynsist
    
  • PyPi ( πŸ“₯ 980 / month Β· πŸ“¦ 88 Β· ⏱️ 05.11.2020):

     pip install pynsist
    
xar ( πŸ₯‰ 20 Β· ⭐ 1.4K) - executable archive format. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 45 Β· πŸ“¦ 13 Β· πŸ“‹ 29 - 27% open Β· ⏱️ 27.01.2021):

     git clone https://github.com/facebookincubator/xar
    
  • PyPi ( πŸ“₯ 92 / month Β· ⏱️ 02.12.2020):

     pip install xar
    
constructor ( πŸ₯‰ 19 Β· ⭐ 290) - tool for creating installers from conda packages. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 110 Β· πŸ“₯ 220 Β· πŸ“¦ 8 Β· πŸ“‹ 220 - 14% open Β· ⏱️ 01.12.2020):

     git clone https://github.com/conda/constructor
    
  • Conda ( πŸ“₯ 3.4K Β· ⏱️ 22.08.2020):

     conda install -c anaconda constructor
    
PyOxidizer ( πŸ₯‰ 15 Β· ⭐ 2.8K) - A modern Python application packaging and distribution tool. MPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 100 Β· πŸ“‹ 300 - 62% open Β· ⏱️ 18.01.2021):

     git clone https://github.com/indygreg/PyOxidizer
    
Show 2 hidden projects...
  • subpar ( πŸ₯‰ 13 Β· ⭐ 470 Β· πŸ’€ ) - Subpar is a utility for creating self-contained python.. Apache-2
  • pyship ( πŸ₯‰ 11 Β· ⭐ 5) - freezer, installer and updater for Python applications. MIT

Build Tools

Back to top

setuptools ( πŸ₯‡ 34 Β· ⭐ 1.3K) - Official project repository for the Setuptools build system. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 690 Β· πŸ“₯ 100 Β· πŸ“¦ 89K Β· πŸ“‹ 1.7K - 30% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/pypa/setuptools
    
  • PyPi ( πŸ“₯ 44M / month Β· πŸ“¦ 58K Β· ⏱️ 01.02.2021):

     pip install setuptools
    
  • Conda ( πŸ“₯ 18M Β· ⏱️ 08.01.2021):

     conda install -c conda-forge setuptools
    
invoke ( πŸ₯‡ 32 Β· ⭐ 3.2K) - Pythonic task management & command execution. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 280 Β· πŸ“¦ 6.9K Β· πŸ“‹ 660 - 45% open Β· ⏱️ 31.12.2020):

     git clone https://github.com/pyinvoke/invoke
    
  • PyPi ( πŸ“₯ 550K / month Β· πŸ“¦ 4.6K Β· ⏱️ 31.12.2020):

     pip install invoke
    
  • Conda ( πŸ“₯ 230K Β· ⏱️ 06.01.2021):

     conda install -c conda-forge invoke
    
wheel ( πŸ₯‡ 32 Β· ⭐ 220) - The official binary distribution format for Python. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 84 Β· πŸ“‹ 310 - 6% open Β· ⏱️ 04.01.2021):

     git clone https://github.com/pypa/wheel
    
  • PyPi ( πŸ“₯ 32M / month Β· πŸ“¦ 63K Β· ⏱️ 13.12.2020):

     pip install wheel
    
  • Conda ( πŸ“₯ 15M Β· ⏱️ 13.12.2020):

     conda install -c conda-forge wheel
    
twine ( πŸ₯ˆ 31 Β· ⭐ 1.1K) - Utilities for interacting with PyPI. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 230 Β· πŸ“¦ 34K Β· πŸ“‹ 340 - 11% open Β· ⏱️ 23.12.2020):

     git clone https://github.com/pypa/twine
    
  • PyPi ( πŸ“₯ 660K / month Β· πŸ“¦ 18K Β· ⏱️ 24.12.2020):

     pip install twine
    
  • Conda ( πŸ“₯ 210K Β· ⏱️ 24.12.2020):

     conda install -c conda-forge twine
    
buildbot ( πŸ₯ˆ 30 Β· ⭐ 4.5K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0
  • GitHub ( πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 1.5K Β· πŸ“₯ 14K Β· πŸ“¦ 240 Β· πŸ“‹ 1.3K - 50% open Β· ⏱️ 29.01.2021):

     git clone https://github.com/buildbot/buildbot
    
  • PyPi ( πŸ“₯ 2.4K / month Β· πŸ“¦ 890 Β· ⏱️ 29.01.2021):

     pip install buildbot
    
  • Conda ( πŸ“₯ 25K Β· ⏱️ 29.01.2021):

     conda install -c conda-forge buildbot
    
setuptools_scm ( πŸ₯ˆ 28 Β· ⭐ 430) - the blessed package to manage your versions by scm tags. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 130 Β· πŸ“‹ 310 - 19% open Β· ⏱️ 13.12.2020):

     git clone https://github.com/pypa/setuptools_scm
    
  • PyPi ( πŸ“₯ 5.3M / month Β· πŸ“¦ 690 Β· ⏱️ 09.08.2018):

     pip install setuptools_scm
    
  • Conda ( πŸ“₯ 550K Β· ⏱️ 14.12.2020):

     conda install -c conda-forge setuptools_scm
    
scons ( πŸ₯‰ 27 Β· ⭐ 1.1K) - SCons - a software construction tool. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 210 Β· πŸ“₯ 350 Β· πŸ“‹ 3.3K - 20% open Β· ⏱️ 24.01.2021):

     git clone https://github.com/SCons/scons
    
  • PyPi ( πŸ“₯ 61K / month Β· πŸ“¦ 50 Β· ⏱️ 17.12.2019):

     pip install scons
    
  • Conda ( πŸ“₯ 150K Β· ⏱️ 20.01.2021):

     conda install -c conda-forge scons
    
doit ( πŸ₯‰ 27 Β· ⭐ 950) - task management & automation tool. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 110 Β· πŸ“¦ 650 Β· πŸ“‹ 250 - 26% open Β· ⏱️ 01.09.2020):

     git clone https://github.com/pydoit/doit
    
  • PyPi ( πŸ“₯ 31K / month Β· πŸ“¦ 470 Β· ⏱️ 04.09.2020):

     pip install doit
    
  • Conda ( πŸ“₯ 41K Β· ⏱️ 11.10.2020):

     conda install -c conda-forge doit
    
flit ( πŸ₯‰ 25 Β· ⭐ 1.3K) - Simplified packaging of Python modules. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 64 Β· πŸ“‹ 220 - 31% open Β· ⏱️ 19.11.2020):

     git clone https://github.com/takluyver/flit
    
  • PyPi ( πŸ“₯ 15K / month Β· πŸ“¦ 230 Β· ⏱️ 06.09.2020):

     pip install flit
    
  • Conda ( πŸ“₯ 68K Β· ⏱️ 14.10.2020):

     conda install -c conda-forge flit
    
pybuilder ( πŸ₯‰ 25 Β· ⭐ 1.3K) - Software build automation tool for Python. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 230 Β· πŸ“‹ 470 - 17% open Β· ⏱️ 18.10.2020):

     git clone https://github.com/pybuilder/pybuilder
    
  • PyPi ( πŸ“₯ 5.4K / month Β· πŸ“¦ 110 Β· ⏱️ 18.10.2020):

     pip install pybuilder
    
paver ( πŸ₯‰ 25 Β· ⭐ 440) - Python-based project scripting. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 76 Β· πŸ“‹ 130 - 28% open Β· ⏱️ 29.12.2020):

     git clone https://github.com/paver/paver
    
  • PyPi ( πŸ“₯ 15K / month Β· πŸ“¦ 1.9K Β· ⏱️ 31.12.2017):

     pip install paver
    
  • Conda ( πŸ“₯ 20K Β· ⏱️ 24.07.2018):

     conda install -c conda-forge paver
    
universal-build ( πŸ₯‰ 10 Β· ⭐ 5 Β· 🐣 ) - Universal build utilities for containerized build pipelines. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 2 Β· πŸ“₯ 15 Β· ⏱️ 26.01.2021):

     git clone https://github.com/ml-tooling/universal-build
    
  • PyPi ( πŸ“₯ 46 / month Β· ⏱️ 12.12.2020):

     pip install universal-build
    
Show 2 hidden projects...
  • buildout ( πŸ₯‰ 27 Β· ⭐ 500) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1
  • pynt ( πŸ₯‰ 19 Β· ⭐ 150 Β· πŸ’€ ) - A pynt of Python build. MIT

System Monitoring & Profiling

Back to top

psutil ( πŸ₯‡ 36 Β· ⭐ 7K) - Cross-platform lib for process and system monitoring in Python. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.1K Β· πŸ“¦ 73K Β· πŸ“‹ 1.4K - 11% open Β· ⏱️ 08.01.2021):

     git clone https://github.com/giampaolo/psutil
    
  • PyPi ( πŸ“₯ 12M / month Β· πŸ“¦ 25K Β· ⏱️ 19.12.2020):

     pip install psutil
    
  • Conda ( πŸ“₯ 5.6M Β· ⏱️ 12.01.2021):

     conda install -c conda-forge psutil
    
Glances ( πŸ₯‡ 29 Β· ⭐ 18K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0
  • GitHub ( πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.2K Β· πŸ“₯ 420 Β· πŸ“¦ 270 Β· πŸ“‹ 1.3K - 14% open Β· ⏱️ 30.01.2021):

     git clone https://github.com/nicolargo/glances
    
  • PyPi ( πŸ“₯ 35K / month Β· πŸ“¦ 50 Β· ⏱️ 24.01.2021):

     pip install glances
    
  • Conda ( πŸ“₯ 120K Β· ⏱️ 26.01.2021):

     conda install -c conda-forge glances
    
py-spy ( πŸ₯ˆ 28 Β· ⭐ 6.5K) - Sampling profiler for Python programs. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 230 Β· πŸ“₯ 4.3K Β· πŸ“¦ 560 Β· πŸ“‹ 190 - 31% open Β· ⏱️ 19.01.2021):

     git clone https://github.com/benfred/py-spy
    
  • PyPi ( πŸ“₯ 180K / month Β· πŸ“¦ 50 Β· ⏱️ 17.01.2021):

     pip install py-spy
    
memory-profiler ( πŸ₯ˆ 27 Β· ⭐ 2.7K) - Monitor Memory usage of Python code. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 290 Β· πŸ“‹ 180 - 45% open Β· ⏱️ 03.12.2020):

     git clone https://github.com/pythonprofilers/memory_profiler
    
  • PyPi ( πŸ“₯ 90K / month Β· πŸ“¦ 530 Β· ⏱️ 16.08.2018):

     pip install memory_profiler
    
Yappi ( πŸ₯ˆ 27 Β· ⭐ 570) - Yet Another Python Profiler, but this time thread&coroutine&greenlet aware. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 40 Β· πŸ“¦ 360 Β· πŸ“‹ 40 - 25% open Β· ⏱️ 09.12.2020):

     git clone https://github.com/sumerc/yappi
    
  • PyPi ( πŸ“₯ 67K / month Β· πŸ“¦ 640 Β· ⏱️ 27.11.2020):

     pip install yappi
    
  • Conda ( πŸ“₯ 60K Β· ⏱️ 28.11.2020):

     conda install -c conda-forge yappi
    
line_profiler ( πŸ₯‰ 25 Β· ⭐ 3.5K) - Line-by-line profiling for Python. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 240 Β· πŸ“‹ 28 - 75% open Β· ⏱️ 25.01.2021):

     git clone https://github.com/pyutils/line_profiler
    
  • PyPi ( πŸ“₯ 150K / month Β· πŸ“¦ 690 Β· ⏱️ 20.12.2017):

     pip install line_profiler
    
  • Conda ( πŸ“₯ 150K Β· ⏱️ 14.01.2021):

     conda install -c conda-forge line_profiler
    
pyinstrument ( πŸ₯‰ 25 Β· ⭐ 2.5K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 92 Β· πŸ“¦ 220 Β· πŸ“‹ 71 - 25% open Β· ⏱️ 31.12.2020):

     git clone https://github.com/joerick/pyinstrument
    
  • PyPi ( πŸ“₯ 48K / month Β· πŸ“¦ 140 Β· ⏱️ 09.09.2020):

     pip install pyinstrument
    
  • Conda ( πŸ“₯ 61K Β· ⏱️ 17.12.2020):

     conda install -c conda-forge pyinstrument
    
pympler ( πŸ₯‰ 25 Β· ⭐ 730) - Development tool to measure, monitor and analyze the memory behavior.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 67 Β· πŸ“‹ 78 - 41% open Β· ⏱️ 15.10.2020):

     git clone https://github.com/pympler/pympler
    
  • PyPi ( πŸ“₯ 71K / month Β· πŸ“¦ 480 Β· ⏱️ 14.10.2020):

     pip install pympler
    
  • Conda ( πŸ“₯ 160K Β· ⏱️ 14.10.2020):

     conda install -c conda-forge pympler
    
Bpytop ( πŸ₯‰ 22 Β· ⭐ 5.4K) - Linux/OSX/FreeBSD resource monitor. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 190 Β· πŸ“‹ 200 - 13% open Β· ⏱️ 25.01.2021):

     git clone https://github.com/aristocratos/bpytop
    
  • PyPi ( πŸ“₯ 5.7K / month Β· ⏱️ 25.01.2021):

     pip install bpytop
    
vprof ( πŸ₯‰ 22 Β· ⭐ 3.7K) - Visual profiler for Python. BSD-2
  • GitHub ( πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 160 Β· πŸ“¦ 70 Β· πŸ“‹ 78 - 28% open Β· ⏱️ 08.11.2020):

     git clone https://github.com/nvdv/vprof
    
  • PyPi ( πŸ“₯ 1.4K / month Β· πŸ“¦ 9 Β· ⏱️ 29.02.2020):

     pip install vprof
    
Scalene ( πŸ₯‰ 21 Β· ⭐ 3.6K) - Scalene: a high-performance, high-precision CPU and memory profiler.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 130 Β· πŸ“¦ 23 Β· πŸ“‹ 77 - 24% open Β· ⏱️ 04.02.2021):

     git clone https://github.com/emeryberger/scalene
    
  • PyPi ( πŸ“₯ 1.1K / month Β· ⏱️ 27.01.2021):

     pip install scalene
    
Profiling ( πŸ₯‰ 20 Β· ⭐ 3K) - Was an interactive continuous Python profiler. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 110 Β· πŸ“¦ 30 Β· πŸ“‹ 35 - 42% open Β· ⏱️ 24.08.2020):

     git clone https://github.com/what-studio/profiling
    
  • PyPi ( πŸ“₯ 2.1K / month Β· πŸ“¦ 5 Β· ⏱️ 28.06.2017):

     pip install profiling
    
Show 3 hidden projects...
  • Diamond ( πŸ₯ˆ 27 Β· ⭐ 1.6K Β· πŸ’€ ) - Diamond is a python daemon that collects system metrics and publishes.. MIT
  • memory_profiler ( πŸ₯‰ 22 Β· ⭐ 60 Β· πŸ’€ ) - Monitor Memory usage of Python code. BSD-3
  • pyheat ( πŸ₯‰ 18 Β· ⭐ 490 Β· πŸ’€ ) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT

AST Tools

Back to top

typed_ast ( πŸ₯‡ 29 Β· ⭐ 170) - Modified fork of CPython's ast module that parses `# type:`.. Apache-2
  • GitHub ( πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 43 Β· πŸ“‹ 76 - 5% open Β· ⏱️ 30.12.2020):

     git clone https://github.com/python/typed_ast
    
  • PyPi ( πŸ“₯ 5.2M / month Β· πŸ“¦ 10K Β· ⏱️ 30.12.2020):

     pip install typed_ast
    
gast ( πŸ₯‰ 26 Β· ⭐ 98) - Python AST that abstracts the underlying Python version. BSD-3
  • GitHub ( πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 22 Β· πŸ“¦ 47K Β· πŸ“‹ 24 - 16% open Β· ⏱️ 26.11.2020):

     git clone https://github.com/serge-sans-paille/gast
    
  • PyPi ( πŸ“₯ 2.9M / month Β· πŸ“¦ 3.4K Β· ⏱️ 07.08.2020):

     pip install gast
    
  • Conda ( πŸ“₯ 980K Β· ⏱️ 07.08.2020):

     conda install -c conda-forge gast
    
asteval ( πŸ₯‰ 23 Β· ⭐ 120) - minimalistic evaluator of python expression using ast module. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 26 Β· πŸ“¦ 480 Β· πŸ“‹ 44 - 6% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/newville/asteval
    
  • PyPi ( πŸ“₯ 36K / month Β· πŸ“¦ 240 Β· ⏱️ 15.11.2020):

     pip install asteval
    
  • Conda ( πŸ“₯ 110K Β· ⏱️ 23.10.2019):

     conda install -c conda-forge asteval
    
Show 2 hidden projects...
  • astor ( πŸ₯ˆ 27 Β· ⭐ 550 Β· πŸ’€ ) - Python AST read/write. BSD-3
  • astunparse ( πŸ₯‰ 26 Β· ⭐ 150 Β· πŸ’€ ) - An AST unparser for Python. BSD-3

Others

Back to top

pre-commit ( πŸ₯‡ 31 Β· ⭐ 5.4K) - A framework for managing and maintaining multi-language pre-commit.. MIT
  • GitHub ( πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“₯ 1.8K Β· πŸ“‹ 1K - 2% open Β· ⏱️ 01.02.2021):

     git clone https://github.com/pre-commit/pre-commit
    
  • PyPi ( πŸ“₯ 1M / month Β· πŸ“¦ 2.1K Β· ⏱️ 27.01.2021):

     pip install pre-commit
    
  • Conda ( πŸ“₯ 340K Β· ⏱️ 28.01.2021):

     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

CC0

Comments
  • Add project: PySimpleGUI

    Add project: PySimpleGUI

    Not yet on the list

    Project details:

    • Project Name: PySimpleGUI
    • Github URL: http://www.PySimpleGUI.com
    • Category: GUIs / User Interface Packages
    • License: LGPL3
    • Package Managers: pypi:PySimpleGUI pypi:PySimpleGUIQt pypi:PySimpleGUIWeb pypi:PySimpleGUIWx

    Additional context:

    You don't seem to have a category that fits. There are no GUI/user interface development tools listed so there is no category for me to suggest it be in.

    add-project 
    opened by PySimpleGUI 6
  • Add project: rich

    Add project: rich

    Project details:

    • Project Name: rich
    • Github URL: https://github.com/willmcgugan/rich
    • Category: Logging
    • License: MIT
    • Package Managers: pypi:rich, conda:rich

    Additional context:

    Rich has features of many of the projects in that category. In particular it has great traceback rendering.

    add-project 
    opened by alexmojaki 2
  • Update project: tqdm

    Update project: tqdm

    What kind of change does this PR introduce?

    • [ ] Add a project
    • [x] Update a project
    • [ ] Remove a project
    • [ ] Add or update a category
    • [ ] Change configuration
    • [ ] Documentation
    • [ ] Other, please describe:

    Description: Add licence & dockerhub.

    Checklist:

    • [x] I have read the CONTRIBUTING guidelines.
    • [x] I have not modified the README.md file. Projects are only supposed to be added or updated within the projects.yaml file since the README.md file is automatically generated.
    opened by casperdcl 1
  • Add project: snoop

    Add project: snoop

    Project details:

    • Project Name: snoop
    • Github URL: https://github.com/alexmojaki/snoop
    • Category: Debugging Tools
    • License: MIT
    • Package Managers: pypi:snoop

    Additional context:

    snoop is an alternative to pysnooper. While I may be biased, I do think it's significantly better, and I've explained why in detail here: https://github.com/alexmojaki/snoop/wiki/Comparison-to-PySnooper

    While pysnooper has many more stars, AFAICT this comes down to luck and the GitHub trending page in its early days, or at least better marketing.

    add-project 
    opened by alexmojaki 1
  • Add project: birdseye

    Add project: birdseye

    Project details:

    • Project Name: birdseye
    • Github URL: https://github.com/alexmojaki/birdseye
    • Category: Debugging Tools
    • License: MIT
    • Package Managers: pypi:birdseye
    add-project 
    opened by alexmojaki 1
  • Add project: xdoctest

    Add project: xdoctest

    Project details: The xdoctest package is a re-write of Python's builtin doctest module. It replaces the old regex-based parser with a new abstract-syntax-tree based parser (using Python's ast module). The goal is to make doctests easier to write, simpler to configure, and encourage the pattern of test driven development.

    • Project Name: xdoctest
    • Github URL: https://pypi.org/project/xdoctest/
    • Category: testing
    • License: Apache License 2.0
    • Package Managers: pypi:xdoctest conda:conda-forge/xdoctest

    Additional context:

    Xdoctest was featured at PyCon2020 and in Hypermodern Python tutorial series.

    add-project 
    opened by Erotemic 1
  • Best-of update: 2022.12.29

    Best-of update: 2022.12.29

    To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the releases section as well.

    opened by github-actions[bot] 0
  • Best-of update: 2022.12.22

    Best-of update: 2022.12.22

    To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the releases section as well.

    opened by github-actions[bot] 0
  • Best-of update: 2022.12.15

    Best-of update: 2022.12.15

    To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the releases section as well.

    opened by github-actions[bot] 0
  • Best-of update: 2022.12.08

    Best-of update: 2022.12.08

    To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the releases section as well.

    opened by github-actions[bot] 0
  • Best-of update: 2022.12.01

    Best-of update: 2022.12.01

    To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the releases section as well.

    opened by github-actions[bot] 0
  • Add project: memray

    Add project: memray

    Project details:

    • Project Name: memray
    • Github URL: https://github.com/bloomberg/memray
    • Category: system-monitoring--profiling
    • License: Apache 2.0
    • Package Managers: pypi

    Additional context:

    add-project 
    opened by soumendrak 0
Releases(2022.12.29)
  • 2022.12.29(Dec 31, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • alive-progress (πŸ₯ˆ32 Β· ⭐ 4K Β· πŸ“ˆ) - A new kind of Progress Bar, with real-time throughput, ETA,.. MIT
    • nox (πŸ₯ˆ31 Β· ⭐ 940 Β· πŸ“ˆ) - Flexible test automation for Python. Apache-2
    • flake8-quotes (πŸ₯‰28 Β· ⭐ 160 Β· πŸ“ˆ) - Flake8 extension for checking quotes in python. MIT
    • sphinx-autobuild (πŸ₯ˆ26 Β· ⭐ 440 Β· πŸ“ˆ) - Watch a Sphinx directory and rebuild the.. MIT
    • portray (πŸ₯‰24 Β· ⭐ 810 Β· πŸ“ˆ) - Your Project with Great Documentation. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • setuptools (πŸ₯‡44 Β· ⭐ 1.9K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT
    • mkdocs (πŸ₯‡41 Β· ⭐ 16K Β· πŸ“‰) - Project documentation with Markdown. BSD-2
    • sphinx_rtd_theme (πŸ₯ˆ37 Β· ⭐ 4.3K Β· πŸ“‰) - Sphinx theme for readthedocs.org. MIT
    • pytest-cov (πŸ₯‡36 Β· ⭐ 1.4K Β· πŸ“‰) - Coverage plugin for pytest. MIT
    • twine (πŸ₯‡36 Β· ⭐ 1.4K Β· πŸ“‰) - Utilities for interacting with PyPI. Apache-2
    Source code(tar.gz)
    Source code(zip)
  • 2022.12.15(Dec 17, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • black (πŸ₯‡44 Β· ⭐ 30K Β· πŸ“ˆ) - The uncompromising Python code formatter. MIT
    • isort (πŸ₯ˆ41 Β· ⭐ 5.4K Β· πŸ“ˆ) - A Python utility / library to sort imports. MIT
    • rope (πŸ₯‡37 Β· ⭐ 1.5K Β· πŸ“ˆ) - a python refactoring library. ❗️LGPL-3.0
    • ipdb (πŸ₯‡33 Β· ⭐ 1.6K Β· πŸ“ˆ) - Integration of IPython pdb. BSD-3
    • flake8-bugbear (πŸ₯ˆ31 Β· ⭐ 860 Β· πŸ“ˆ) - A plugin for Flake8 finding likely bugs and design.. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • mkdocs-material (πŸ₯‡40 Β· ⭐ 12K Β· πŸ“‰) - Documentation that simply works. MIT
    • pyinstrument (πŸ₯ˆ32 Β· ⭐ 4.9K Β· πŸ“‰) - Call stack profiler for Python. Shows you why your code is.. BSD-3
    • setuptools_scm (πŸ₯‰32 Β· ⭐ 660 Β· πŸ“‰) - the blessed package to manage your versions by scm tags. MIT
    • nox (πŸ₯‰29 Β· ⭐ 930 Β· πŸ“‰) - Flexible test automation for Python. Apache-2
    • freshenv (πŸ₯‰14 Β· ⭐ 150 Β· πŸ“‰) - Provision, share, manage local and cloud developer environments. MPL-2.0
    Source code(tar.gz)
    Source code(zip)
  • 2022.12.08(Dec 11, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pytest-bdd (πŸ₯ˆ34 Β· ⭐ 1.1K Β· πŸ“ˆ) - BDD library for the py.test runner. MIT
    • PDM (πŸ₯ˆ32 Β· ⭐ 3.4K Β· πŸ“ˆ) - A modern Python package and dependency manager supporting the latest PEP.. MIT
    • Bpytop (πŸ₯‰28 Β· ⭐ 8.9K Β· πŸ’€) - Linux/OSX/FreeBSD resource monitor. Apache-2
    • mkdocstrings (πŸ₯ˆ27 Β· ⭐ 1.1K Β· πŸ“ˆ) - Automatic documentation from sources, for MkDocs. ISC
    • flake8-eradicate (πŸ₯‰26 Β· ⭐ 270 Β· πŸ“ˆ) - Flake8 plugin to find commented out or dead code. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • mkdocs-material (πŸ₯‡41 Β· ⭐ 12K Β· πŸ“‰) - Documentation that simply works. MIT
    • jedi (πŸ₯‡41 Β· ⭐ 5.3K Β· πŸ“‰) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • invoke (πŸ₯ˆ35 Β· ⭐ 3.8K Β· πŸ“‰) - Pythonic task management & command execution. BSD-2
    • pytype (πŸ₯ˆ32 Β· ⭐ 4K Β· πŸ“‰) - A static type analyzer for Python code. Apache-2
    • py-spy (πŸ₯ˆ31 Β· ⭐ 9.4K Β· πŸ“‰) - Sampling profiler for Python programs. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.12.01(Dec 1, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pipenv (πŸ₯‡45 Β· ⭐ 23K Β· πŸ“ˆ) - Python Development Workflow for Humans. MIT
    • prospector (πŸ₯‡34 Β· ⭐ 1.7K Β· πŸ“ˆ) - Inspects Python source files and provides information about.. ❗️GPL-2.0
    • pipx (πŸ₯ˆ31 Β· ⭐ 5.7K Β· πŸ“ˆ) - Install and Run Python Applications in Isolated Environments. MIT
    • flake8-import-order (πŸ₯‰26 Β· ⭐ 270 Β· πŸ“ˆ) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0
    • reloadium (πŸ₯‰20 Β· ⭐ 1.7K Β· πŸ“ˆ) - Advanced Hot Reloading & Profiling for Python. Apache-2

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • poetry (πŸ₯ˆ39 Β· ⭐ 23K Β· πŸ“‰) - Python packaging and dependency management made easy. MIT
    • tox (πŸ₯‡39 Β· ⭐ 3.1K Β· πŸ“‰) - Command line driven CI frontend and development task automation tool. MIT
    • packaging (πŸ₯‡35 Β· ⭐ 440 Β· πŸ“‰) - Core utilities for Python packages. BSD-2
    • pyautogui (πŸ₯ˆ33 Β· ⭐ 7.5K Β· πŸ’€) - A cross-platform GUI automation Python module for human beings... BSD-3
    • nodeenv (πŸ₯ˆ33 Β· ⭐ 1.5K Β· πŸ“‰) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
    Source code(tar.gz)
    Source code(zip)
  • 2022.11.24(Nov 24, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • jedi (πŸ₯‡42 Β· ⭐ 5.3K Β· πŸ“ˆ) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • nodeenv (πŸ₯ˆ34 Β· ⭐ 1.5K Β· πŸ“ˆ) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
    • pytype (πŸ₯ˆ33 Β· ⭐ 4K Β· πŸ“ˆ) - A static type analyzer for Python code. Apache-2
    • Scalene (πŸ₯ˆ32 Β· ⭐ 6.7K Β· πŸ“ˆ) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
    • mccabe (πŸ₯‡30 Β· ⭐ 520 Β· πŸ’€) - McCabe complexity checker for Python. ❗️Saxpath

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • sphinx_rtd_theme (πŸ₯ˆ38 Β· ⭐ 4.2K Β· πŸ“‰) - Sphinx theme for readthedocs.org. MIT
    • autopep8 (πŸ₯ˆ37 Β· ⭐ 4.2K Β· πŸ“‰) - A tool that automatically formats Python code to conform to the PEP.. MIT
    • buildbot (πŸ₯ˆ35 Β· ⭐ 4.9K Β· πŸ“‰) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0
    • structlog (πŸ₯ˆ34 Β· ⭐ 2.3K Β· πŸ“‰) - Simple, powerful, and fast logging for Python. ❗Unlicensed
    • docformatter (πŸ₯‰24 Β· ⭐ 340 Β· πŸ“‰) - Formats docstrings to follow PEP 257. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.11.17(Nov 17, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • jedi (πŸ₯‡41 Β· ⭐ 5.3K Β· πŸ“ˆ) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • structlog (πŸ₯ˆ37 Β· ⭐ 2.3K Β· πŸ“ˆ) - Simple, powerful, and fast logging for Python. Apache-2
    • pyright (πŸ₯‡36 Β· ⭐ 8.7K Β· πŸ“ˆ) - Static type checker for Python. MIT
    • pytest-xdist (πŸ₯ˆ35 Β· ⭐ 1K Β· πŸ“ˆ) - pytest plugin for distributed testing and loop-on-failures.. MIT
    • line_profiler (πŸ₯‰28 Β· ⭐ 1.5K Β· πŸ“ˆ) - Line-by-line profiling for Python. BSD-3

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • Scalene (πŸ₯ˆ31 Β· ⭐ 6.6K Β· πŸ“‰) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
    • memray (πŸ₯ˆ30 Β· ⭐ 9.6K Β· πŸ“‰) - Memray is a memory profiler for Python. Apache-2
    • pytest-asyncio (πŸ₯‰27 Β· ⭐ 1K Β· πŸ“‰) - Pytest support for asyncio. Apache-2
    • flake8-bugbear (πŸ₯‰24 Β· ⭐ 850 Β· πŸ“‰) - A plugin for Flake8 finding likely bugs and design.. MIT
    • pytest-testmon (πŸ₯‰21 Β· ⭐ 600 Β· πŸ“‰) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
    Source code(tar.gz)
    Source code(zip)
  • 2022.11.10(Nov 11, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pytest-sugar (πŸ₯ˆ31 Β· ⭐ 940 Β· πŸ“ˆ) - a plugin for py.test that changes the default look and.. BSD-3
    • buildout (πŸ₯‰31 Β· ⭐ 550 Β· πŸ“ˆ) - Buildout is a deployment automation tool written in and.. ❗️ZPL-2.1
    • asteval (πŸ₯‰25 Β· ⭐ 140 Β· πŸ“ˆ) - minimalistic evaluator of python expression using ast module. MIT
    • pytest-testmon (πŸ₯‰24 Β· ⭐ 600 Β· πŸ“ˆ) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
    • mkdocs-print-site-plugin (πŸ₯‰20 Β· ⭐ 60 Β· πŸ“ˆ) - MkDocs Plugin that adds an additional page that.. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • autopep8 (πŸ₯ˆ38 Β· ⭐ 4.2K Β· πŸ“‰) - A tool that automatically formats Python code to conform to the PEP.. MIT
    • mimesis (πŸ₯ˆ31 Β· ⭐ 3.8K Β· πŸ“‰) - Mimesis is a high-performance fake data generator for Python, which.. MIT
    • nose2 (πŸ₯ˆ31 Β· ⭐ 730 Β· πŸ“‰) - The successor to nose, based on unittest2. BSD-3
    • pybuilder (πŸ₯‰29 Β· ⭐ 1.5K Β· πŸ“‰) - Software build automation tool for Python. Apache-2
    • PyHamcrest (πŸ₯‰27 Β· ⭐ 680 Β· πŸ“‰) - Hamcrest matchers for Python. ❗Unlicensed
    Source code(tar.gz)
    Source code(zip)
  • 2022.11.03(Nov 3, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • mkdocs-material (πŸ₯‡42 Β· ⭐ 12K Β· πŸ“ˆ) - Documentation that simply works. MIT
    • flake8 (πŸ₯‡42 Β· ⭐ 2.4K Β· πŸ“ˆ) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
    • pytest-asyncio (πŸ₯ˆ32 Β· ⭐ 1K Β· πŸ“ˆ) - Pytest support for asyncio. Apache-2
    • memory-profiler (πŸ₯ˆ29 Β· ⭐ 3.6K Β· πŸ“ˆ) - Monitor Memory usage of Python code. BSD-3
    • flake8-bugbear (πŸ₯ˆ29 Β· ⭐ 840 Β· πŸ“ˆ) - A plugin for Flake8 finding likely bugs and design.. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • freezegun (πŸ₯ˆ33 Β· ⭐ 3.5K Β· πŸ“‰) - Let your Python tests travel through time. Apache-2
    • pytest-bdd (πŸ₯ˆ30 Β· ⭐ 1.1K Β· πŸ“‰) - BDD library for the py.test runner. MIT
    • PyOxidizer (πŸ₯ˆ29 Β· ⭐ 4.4K Β· πŸ“‰) - A modern Python application packaging and distribution tool. MPL-2.0
    • Diamond (πŸ₯ˆ29 Β· ⭐ 1.7K Β· πŸ“‰) - Diamond is a python daemon that collects system metrics and publishes.. MIT
    • pipx (πŸ₯‰25 Β· ⭐ 5.7K Β· πŸ“‰) - Install and Run Python Applications in Isolated Environments. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.10.27(Oct 27, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • psutil (πŸ₯‡45 Β· ⭐ 8.8K Β· πŸ“ˆ) - Cross-platform lib for process and system monitoring in Python. BSD-3
    • pyflakes (πŸ₯‡36 Β· ⭐ 1.2K Β· πŸ“ˆ) - A simple program which checks Python source files for errors. MIT
    • pytest-xdist (πŸ₯ˆ34 Β· ⭐ 990 Β· πŸ“ˆ) - pytest plugin for distributed testing and loop-on-failures.. MIT
    • pytest-benchmark (πŸ₯ˆ30 Β· ⭐ 980 Β· πŸ“ˆ) - py.test fixture for benchmarking code. BSD-2
    • pytest-datadir (πŸ₯‰24 Β· ⭐ 180 Β· πŸ“ˆ) - pytest plugin for manipulating test data directories and.. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • pip (πŸ₯‡46 Β· ⭐ 8.3K Β· πŸ“‰) - The Python package installer. MIT
    • pytest-asyncio (πŸ₯‰27 Β· ⭐ 1K Β· πŸ“‰) - Pytest support for asyncio. Apache-2
    • flake8-bugbear (πŸ₯‰24 Β· ⭐ 840 Β· πŸ“‰) - A plugin for Flake8 finding likely bugs and design.. MIT
    • pytest-testmon (πŸ₯‰21 Β· ⭐ 590 Β· πŸ“‰) - Selects tests affected by changed files. Executes the.. ❗️AGPL-3.0
    • python-devtools (πŸ₯‰16 Β· ⭐ 600 Β· πŸ“‰) - Dev tools for python. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.10.20(Oct 20, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • jedi (πŸ₯‡40 Β· ⭐ 5.3K Β· πŸ“ˆ) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • isort (πŸ₯ˆ38 Β· ⭐ 5.3K Β· πŸ“ˆ) - A Python utility / library to sort imports. MIT
    • sphinx_rtd_theme (πŸ₯ˆ38 Β· ⭐ 4.2K Β· πŸ“ˆ) - Sphinx theme for readthedocs.org. MIT
    • progressbar2 (πŸ₯ˆ34 Β· ⭐ 790 Β· πŸ“ˆ) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3
    • wheel (πŸ₯ˆ34 Β· ⭐ 340 Β· πŸ“ˆ) - The official binary distribution format for Python. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • robotframework (πŸ₯‡40 Β· ⭐ 7.4K Β· πŸ“‰) - Generic automation framework for acceptance testing and.. Apache-2
    • hypothesis (πŸ₯‡40 Β· ⭐ 6.3K Β· πŸ“‰) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • pytest-cov (πŸ₯‡36 Β· ⭐ 1.3K Β· πŸ“‰) - Coverage plugin for pytest. MIT
    • pyflakes (πŸ₯ˆ34 Β· ⭐ 1.2K Β· πŸ“‰) - A simple program which checks Python source files for errors. MIT
    • pytype (πŸ₯ˆ32 Β· ⭐ 3.9K Β· πŸ“‰) - A static type analyzer for Python code. Apache-2
    Source code(tar.gz)
    Source code(zip)
  • 2022.10.13(Oct 14, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • loguru (πŸ₯ˆ36 Β· ⭐ 13K Β· πŸ“ˆ) - Python logging made (stupidly) simple. MIT
    • twine (πŸ₯ˆ35 Β· ⭐ 1.3K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2
    • pdoc (πŸ₯ˆ32 Β· ⭐ 1.4K Β· πŸ“ˆ) - API Documentation for Python Projects. Unlicense
    • flake8-builtins (πŸ₯‰27 Β· ⭐ 89 Β· πŸ“ˆ) - Check for python builtins being used as variables or.. ❗️GPL-2.0
    • yala (πŸ₯‰16 Β· ⭐ 13 Β· πŸ’€) - Yet Another Linter Aggregator. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • sphinx (πŸ₯‡43 Β· ⭐ 4.9K Β· πŸ“‰) - The Sphinx documentation generator. BSD-3
    • pyinstaller (πŸ₯‡41 Β· ⭐ 9.6K Β· πŸ“‰) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0
    • structlog (πŸ₯ˆ36 Β· ⭐ 2.2K Β· πŸ“‰) - Simple, powerful, and fast logging for Python. Apache-2
    • pyright (πŸ₯ˆ35 Β· ⭐ 8.5K Β· πŸ“‰) - Static type checker for Python. MIT
    • tabulate (πŸ₯ˆ33 Β· ⭐ 1.4K Β· πŸ“‰) - Pretty-print tabular data in Python, a library and a command-line.. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.10.06(Oct 6, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • hypothesis (πŸ₯‡41 Β· ⭐ 6.2K Β· πŸ“ˆ) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • pip-tools (πŸ₯ˆ37 Β· ⭐ 6.3K Β· πŸ“ˆ) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
    • invoke (πŸ₯‡36 Β· ⭐ 3.7K Β· πŸ“ˆ) - Pythonic task management & command execution. BSD-2
    • tabulate (πŸ₯ˆ35 Β· ⭐ 1.4K Β· πŸ“ˆ) - Pretty-print tabular data in Python, a library and a command-line.. MIT
    • hacking (πŸ₯ˆ29 Β· ⭐ 220 Β· πŸ“ˆ) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • loguru (πŸ₯ˆ35 Β· ⭐ 13K Β· πŸ“‰) - Python logging made (stupidly) simple. MIT
    • nose (πŸ₯ˆ33 Β· ⭐ 1.4K Β· πŸ’€) - nose is nicer testing for python. ❗️LGPL-2.1+
    • PySnooper (πŸ₯ˆ29 Β· ⭐ 15K Β· πŸ“‰) - Never use print for debugging again. MIT
    • alive-progress (πŸ₯‰27 Β· ⭐ 3.8K Β· πŸ“‰) - A new kind of Progress Bar, with real-time throughput, ETA,.. MIT
    • sphinx-autobuild (πŸ₯‰23 Β· ⭐ 420 Β· πŸ’€) - Watch a Sphinx directory and rebuild the.. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.09.29(Sep 29, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • sphinx (πŸ₯‡44 Β· ⭐ 4.9K Β· πŸ“ˆ) - The Sphinx documentation builder. BSD-3
    • hypothesis (πŸ₯‡40 Β· ⭐ 6.2K Β· πŸ“ˆ) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • pytest-cov (πŸ₯‡37 Β· ⭐ 1.3K Β· πŸ“ˆ) - Coverage plugin for pytest. MIT
    • wemake-python-styleguide (πŸ₯‡36 Β· ⭐ 2K Β· πŸ“ˆ) - The strictest and most opinionated python linter ever!. MIT
    • mccabe (πŸ₯‡30 Β· ⭐ 500 Β· πŸ’€) - McCabe complexity checker for Python. ❗️Saxpath

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • black (πŸ₯‡42 Β· ⭐ 29K Β· πŸ“‰) - The uncompromising Python code formatter. MIT
    • virtualenv (πŸ₯ˆ40 Β· ⭐ 4.3K Β· πŸ“‰) - Virtual Python Environment builder. MIT
    • yapf (πŸ₯‰35 Β· ⭐ 13K Β· πŸ“‰) - A formatter for Python files. Apache-2
    • scons (πŸ₯ˆ34 Β· ⭐ 1.5K Β· πŸ“‰) - SCons - a software construction tool. MIT
    • twine (πŸ₯ˆ34 Β· ⭐ 1.3K Β· πŸ“‰) - Utilities for interacting with PyPI. Apache-2

    βž• Added Projects

    Projects that were recently added to this best-of list.

    • freshenv (πŸ₯‰14 Β· ⭐ 120 Β· βž•) - Provision, share, manage local and cloud developer environments. ❗️GPL-3.0
    Source code(tar.gz)
    Source code(zip)
  • 2022.09.22(Sep 22, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pylama (πŸ₯ˆ29 Β· ⭐ 930 Β· πŸ“ˆ) - Code audit tool for python. MIT
    • beartype (πŸ₯‰27 Β· ⭐ 1.3K Β· πŸ“ˆ) - Unbearably fast O(1) runtime type-checking in pure Python. MIT
    • darglint (πŸ₯‰27 Β· ⭐ 440 Β· πŸ’€) - A python documentation linter which checks that the docstring.. MIT
    • data-science-types (πŸ₯‰23 Β· ⭐ 190 Β· πŸ’€) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
    • pytest-datadir (πŸ₯‰22 Β· ⭐ 170 Β· πŸ“ˆ) - pytest plugin for manipulating test data directories and.. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • nodeenv (πŸ₯ˆ34 Β· ⭐ 1.5K Β· πŸ“‰) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
    • tabulate (πŸ₯ˆ34 Β· ⭐ 1.4K Β· πŸ“‰) - Pretty-print tabular data in Python, a library and a command-line.. MIT
    • playwright-python (πŸ₯ˆ33 Β· ⭐ 6.9K Β· πŸ“‰) - Python version of the Playwright testing and.. Apache-2
    • pytype (πŸ₯ˆ32 Β· ⭐ 3.9K Β· πŸ“‰) - A static type analyzer for Python code. Apache-2
    • pipx (πŸ₯‰28 Β· ⭐ 5.5K Β· πŸ“‰) - Install and Run Python Applications in Isolated Environments. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.09.15(Sep 15, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • tqdm (πŸ₯‡42 Β· ⭐ 23K Β· πŸ“ˆ) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
    • pyinstaller (πŸ₯‡42 Β· ⭐ 9.5K Β· πŸ“ˆ) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0
    • shiv (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ“ˆ) - shiv is a command line utility for building fully self contained Python.. BSD-2
    • python-hunter (πŸ₯‰24 Β· ⭐ 690 Β· πŸ“ˆ) - Hunter is a flexible code tracing toolkit. BSD-2
    • universal-build (πŸ₯‰15 Β· ⭐ 18 Β· πŸ’€) - Universal build utilities for containerized build pipelines. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • sphinx (πŸ₯‡43 Β· ⭐ 4.9K Β· πŸ“‰) - Main repository for the Sphinx documentation builder. BSD-3
    • pylama (πŸ₯ˆ27 Β· ⭐ 930 Β· πŸ“‰) - Code audit tool for python. MIT
    • green (πŸ₯‰27 Β· ⭐ 740 Β· πŸ“‰) - Green is a clean, colorful, fast python test runner. MIT
    • darglint (πŸ₯‰24 Β· ⭐ 440 Β· πŸ’€) - A python documentation linter which checks that the docstring.. MIT
    • data-science-types (πŸ₯‰20 Β· ⭐ 190 Β· πŸ’€) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2
    Source code(tar.gz)
    Source code(zip)
  • 2022.09.08(Sep 9, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • invoke (πŸ₯‡35 Β· ⭐ 3.7K Β· πŸ“ˆ) - Pythonic task management & command execution. BSD-2
    • py-spy (πŸ₯ˆ33 Β· ⭐ 9K Β· πŸ“ˆ) - Sampling profiler for Python programs. MIT
    • doit (πŸ₯‰33 Β· ⭐ 1.5K Β· πŸ“ˆ) - task management & automation tool. MIT
    • pytest-xdist (πŸ₯ˆ33 Β· ⭐ 970 Β· πŸ“ˆ) - pytest plugin for distributed testing and loop-on-failures.. MIT
    • asteval (πŸ₯‰25 Β· ⭐ 140 Β· πŸ“ˆ) - minimalistic evaluator of python expression using ast module. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • Nuitka (πŸ₯ˆ35 Β· ⭐ 7.4K Β· πŸ“‰) - Nuitka is a Python compiler written in Python. Its fully.. Apache-2
    • coveralls-python (πŸ₯‰30 Β· ⭐ 480 Β· πŸ“‰) - Show coverage stats online via coveralls.io. MIT
    • PyOxidizer (πŸ₯ˆ29 Β· ⭐ 4.2K Β· πŸ“‰) - A modern Python application packaging and distribution tool. MPL-2.0
    • prospector (πŸ₯ˆ27 Β· ⭐ 1.7K Β· πŸ“‰) - Inspects Python source files and provides information about.. ❗️GPL-2.0
    • pip-run (πŸ₯‰19 Β· ⭐ 75 Β· πŸ“‰) - pip-run - dynamic dependency loader for Python. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.09.01(Sep 1, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • Scalene (πŸ₯ˆ31 Β· ⭐ 6K Β· πŸ“ˆ) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2
    • colorlog (πŸ₯ˆ31 Β· ⭐ 760 Β· πŸ“ˆ) - A colored formatter for the python logging module. MIT
    • asv (πŸ₯‰26 Β· ⭐ 710 Β· πŸ“ˆ) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3
    • releases (πŸ₯‰23 Β· ⭐ 160 Β· πŸ“ˆ) - A powerful Sphinx changelog-generating extension. BSD-2
    • pip-run (πŸ₯‰20 Β· ⭐ 75 Β· πŸ“ˆ) - pip-run - dynamic dependency loader for Python. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • hypothesis (πŸ₯‡39 Β· ⭐ 6.2K Β· πŸ“‰) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • loguru (πŸ₯ˆ36 Β· ⭐ 13K Β· πŸ“‰) - Python logging made (stupidly) simple. MIT
    • bandit (πŸ₯‡36 Β· ⭐ 4.4K Β· πŸ“‰) - Bandit is a tool designed to find common security issues in.. Apache-2
    • pyflakes (πŸ₯‡36 Β· ⭐ 1.2K Β· πŸ“‰) - A simple program which checks Python source files for errors. MIT
    • wemake-python-styleguide (πŸ₯ˆ34 Β· ⭐ 2K Β· πŸ“‰) - The strictest and most opinionated python linter ever!. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.08.25(Aug 25, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • mkdocs-material (πŸ₯‡41 Β· ⭐ 11K Β· πŸ“ˆ) - Documentation that simply works. MIT
    • jedi (πŸ₯‡39 Β· ⭐ 5.2K Β· πŸ“ˆ) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • pycodestyle (πŸ₯‡38 Β· ⭐ 4.7K Β· πŸ“ˆ) - Simple Python style checker in one Python file. ❗️Saxpath
    • structlog (πŸ₯ˆ36 Β· ⭐ 2.1K Β· πŸ“ˆ) - Structured Logging for Python. Apache-2
    • autoflake (πŸ₯ˆ29 Β· ⭐ 580 Β· πŸ“ˆ) - Removes unused imports and unused variables as reported by pyflakes. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • poetry (πŸ₯ˆ39 Β· ⭐ 21K Β· πŸ“‰) - Python dependency management and packaging made easy. MIT
    • pip-tools (πŸ₯ˆ36 Β· ⭐ 6.2K Β· πŸ“‰) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
    • typed_ast (πŸ₯ˆ29 Β· ⭐ 210 Β· πŸ“‰) - Modified fork of CPythons ast module that parses # type:.. Apache-2
    • coala (πŸ₯ˆ28 Β· ⭐ 3.4K Β· πŸ’€) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0
    • typeguard (πŸ₯ˆ27 Β· ⭐ 990 Β· πŸ“‰) - Run-time type checker for Python. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.08.18(Aug 18, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pipenv (πŸ₯‡44 Β· ⭐ 23K Β· πŸ“ˆ) - Python Development Workflow for Humans. MIT
    • mkdocs (πŸ₯‡42 Β· ⭐ 15K Β· πŸ“ˆ) - Project documentation with Markdown. BSD-2
    • mkdocs-material (πŸ₯‡40 Β· ⭐ 11K Β· πŸ“ˆ) - Documentation that simply works. MIT
    • pip-tools (πŸ₯ˆ37 Β· ⭐ 6.1K Β· πŸ“ˆ) - A set of tools to keep your pinned Python dependencies fresh. BSD-3
    • stackprinter (πŸ₯‰25 Β· ⭐ 1.2K Β· πŸ“ˆ) - Debugging-friendly exceptions for Python. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • hypothesis (πŸ₯‡40 Β· ⭐ 6.1K Β· πŸ“‰) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • py-spy (πŸ₯ˆ32 Β· ⭐ 8.8K Β· πŸ“‰) - Sampling profiler for Python programs. MIT
    • doit (πŸ₯‰32 Β· ⭐ 1.4K Β· πŸ“‰) - task management & automation tool. MIT
    • pyenv (πŸ₯ˆ31 Β· ⭐ 28K Β· πŸ“‰) - Simple Python version management. MIT
    • Yappi (πŸ₯‰28 Β· ⭐ 950 Β· πŸ“‰) - Yet Another Python Profiler, but this time thread&coroutine&greenlet.. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.08.11(Aug 11, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pipenv (πŸ₯‡43 Β· ⭐ 23K Β· πŸ“ˆ) - Python Development Workflow for Humans. MIT
    • hypothesis (πŸ₯‡41 Β· ⭐ 6.1K Β· πŸ“ˆ) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • autopep8 (πŸ₯ˆ38 Β· ⭐ 4.1K Β· πŸ“ˆ) - A tool that automatically formats Python code to conform to the PEP.. MIT
    • pylama (πŸ₯ˆ29 Β· ⭐ 910 Β· πŸ“ˆ) - Code audit tool for python. MIT
    • memray (πŸ₯‰28 Β· ⭐ 9K Β· 🐣) - Memray is a memory profiler for Python. Apache-2

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • rich (πŸ₯‡42 Β· ⭐ 39K Β· πŸ“‰) - Rich is a Python library for rich text and beautiful formatting in the.. MIT
    • jedi (πŸ₯‡38 Β· ⭐ 5.2K Β· πŸ“‰) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • isort (πŸ₯ˆ37 Β· ⭐ 5.1K Β· πŸ“‰) - A Python utility / library to sort imports. MIT
    • invoke (πŸ₯ˆ34 Β· ⭐ 3.7K Β· πŸ“‰) - Pythonic task management & command execution. BSD-2
    • structlog (πŸ₯ˆ34 Β· ⭐ 2.1K Β· πŸ“‰) - Structured Logging for Python. Apache-2
    Source code(tar.gz)
    Source code(zip)
  • 2022.08.04(Aug 4, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pyinstaller (πŸ₯‡41 Β· ⭐ 9.4K Β· πŸ“ˆ) - Freeze (package) Python programs into stand-alone.. ❗️GPL-2.0
    • flake8 (πŸ₯‡41 Β· ⭐ 2.2K Β· πŸ“ˆ) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT
    • autopep8 (πŸ₯ˆ36 Β· ⭐ 4.1K Β· πŸ“ˆ) - A tool that automatically formats Python code to conform to the PEP.. MIT
    • playwright-python (πŸ₯ˆ34 Β· ⭐ 6.7K Β· πŸ“ˆ) - Python version of the Playwright testing and.. Apache-2
    • pytest-benchmark (πŸ₯‰27 Β· ⭐ 940 Β· πŸ“ˆ) - py.test fixture for benchmarking code. BSD-2

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • pipenv (πŸ₯‡41 Β· ⭐ 23K Β· πŸ“‰) - Python Development Workflow for Humans. MIT
    • pyright (πŸ₯ˆ36 Β· ⭐ 8.3K Β· πŸ“‰) - Static type checker for Python. MIT
    • pytype (πŸ₯ˆ32 Β· ⭐ 3.8K Β· πŸ“‰) - A static type analyzer for Python code. Apache-2
    • alabaster (πŸ₯ˆ30 Β· ⭐ 650 Β· πŸ’€) - Lightweight, configurable Sphinx theme. Now the Sphinx.. BSD-3
    • asv (πŸ₯‰24 Β· ⭐ 700 Β· πŸ“‰) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3
    Source code(tar.gz)
    Source code(zip)
  • 2022.07.28(Jul 28, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • virtualenv (πŸ₯ˆ41 Β· ⭐ 4.2K Β· πŸ“ˆ) - Virtual Python Environment builder. MIT
    • hypothesis (πŸ₯‡40 Β· ⭐ 6.1K Β· πŸ“ˆ) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • executing (πŸ₯‡30 Β· ⭐ 180 Β· πŸ“ˆ) - Get information about what a Python frame is currently doing,.. MIT
    • flake8-isort (πŸ₯ˆ27 Β· ⭐ 130 Β· πŸ“ˆ) - flake8 plugin that integrates isort. ❗️GPL-2.0
    • pytest-plugins (πŸ₯‰25 Β· ⭐ 460 Β· πŸ“ˆ) - A grab-bag of nifty pytest plugins. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • mkdocs-material (πŸ₯‡39 Β· ⭐ 10K Β· πŸ“‰) - Documentation that simply works. MIT
    • numpydoc (πŸ₯ˆ35 Β· ⭐ 20K Β· πŸ“‰) - Numpys Sphinx extensions. BSD-3
    • autopep8 (πŸ₯‰34 Β· ⭐ 4.1K Β· πŸ“‰) - A tool that automatically formats Python code to conform to the PEP.. MIT
    • xar (πŸ₯‰20 Β· ⭐ 1.5K Β· πŸ“‰) - executable archive format. BSD-3
    • python-devtools (πŸ₯‰17 Β· ⭐ 540 Β· πŸ“‰) - Dev tools for python. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.07.21(Jul 21, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pip (πŸ₯‡47 Β· ⭐ 8.1K Β· πŸ“ˆ) - The Python package installer. MIT
    • black (πŸ₯‡44 Β· ⭐ 29K Β· πŸ“ˆ) - The uncompromising Python code formatter. MIT
    • py-spy (πŸ₯ˆ32 Β· ⭐ 8.7K Β· πŸ“ˆ) - Sampling profiler for Python programs. MIT
    • PyOxidizer (πŸ₯ˆ31 Β· ⭐ 3.9K Β· πŸ“ˆ) - A modern Python application packaging and distribution tool. MPL-2.0
    • pyflow (πŸ₯‰21 Β· ⭐ 1.1K Β· πŸ“ˆ) - An installation and dependency system for Python. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • mkdocs-material (πŸ₯‡40 Β· ⭐ 10K Β· πŸ“‰) - Documentation that simply works. MIT
    • pre-commit (πŸ₯‡39 Β· ⭐ 8.5K Β· πŸ“‰) - A framework for managing and maintaining multi-language pre-.. MIT
    • hypothesis (πŸ₯‡39 Β· ⭐ 6.1K Β· πŸ“‰) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • nodeenv (πŸ₯ˆ34 Β· ⭐ 1.5K Β· πŸ“‰) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
    • pip-run (πŸ₯‰18 Β· ⭐ 71 Β· πŸ“‰) - pip-run - dynamic dependency loader for Python. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.07.14(Jul 14, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pre-commit (πŸ₯‡40 Β· ⭐ 8.5K Β· πŸ“ˆ) - A framework for managing and maintaining multi-language pre-.. MIT
    • hypothesis (πŸ₯‡40 Β· ⭐ 6.1K Β· πŸ“ˆ) - Hypothesis is a powerful, flexible, and easy to use library.. MPL-2.0
    • wemake-python-styleguide (πŸ₯ˆ35 Β· ⭐ 1.9K Β· πŸ“ˆ) - The strictest and most opinionated python linter ever!. MIT
    • python-json-logger (πŸ₯ˆ35 Β· ⭐ 1.3K Β· πŸ“ˆ) - Json Formatter for the standard python logger. BSD-2
    • pyinstrument (πŸ₯ˆ32 Β· ⭐ 4.6K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • pip (πŸ₯‡45 Β· ⭐ 8.1K Β· πŸ“‰) - The Python package installer. MIT
    • black (πŸ₯‡43 Β· ⭐ 29K Β· πŸ“‰) - The uncompromising Python code formatter. MIT
    • pylint (πŸ₯‡40 Β· ⭐ 4.1K Β· πŸ“‰) - Its not just a linter that annoys you!. ❗️GPL-2.0
    • jedi (πŸ₯‡38 Β· ⭐ 5.2K Β· πŸ“‰) - Awesome autocompletion, static analysis and refactoring library for python. MIT
    • pytest-asyncio (πŸ₯ˆ31 Β· ⭐ 970 Β· πŸ“‰) - Pytest support for asyncio. Apache-2
    Source code(tar.gz)
    Source code(zip)
  • 2022.07.07(Jul 7, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pyinstrument (πŸ₯ˆ31 Β· ⭐ 4.5K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3
    • pytest-bdd (πŸ₯‰30 Β· ⭐ 1K Β· πŸ“ˆ) - BDD library for the py.test runner. MIT
    • coala (πŸ₯ˆ29 Β· ⭐ 3.3K Β· πŸ’€) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0
    • pip-run (πŸ₯‰20 Β· ⭐ 71 Β· πŸ“ˆ) - pip-run - dynamic dependency loader for Python. MIT
    • mkdocs-print-site-plugin (πŸ₯‰19 Β· ⭐ 41 Β· πŸ“ˆ) - MkDocs Plugin that adds an additional page that.. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • tqdm (πŸ₯‡41 Β· ⭐ 22K Β· πŸ“‰) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0
    • pre-commit (πŸ₯‡39 Β· ⭐ 8.4K Β· πŸ“‰) - A framework for managing and maintaining multi-language pre-.. MIT
    • loguru (πŸ₯ˆ37 Β· ⭐ 12K Β· πŸ“‰) - Python logging made (stupidly) simple. MIT
    • yapf (πŸ₯ˆ35 Β· ⭐ 13K Β· πŸ“‰) - A formatter for Python files. Apache-2
    • pytype (πŸ₯ˆ32 Β· ⭐ 3.8K Β· πŸ“‰) - A static type analyzer for Python code. Apache-2
    Source code(tar.gz)
    Source code(zip)
  • 2022.06.30(Jun 30, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • pyright (πŸ₯‡36 Β· ⭐ 8.1K Β· πŸ“ˆ) - Static type checker for Python. MIT
    • nodeenv (πŸ₯ˆ35 Β· ⭐ 1.5K Β· πŸ“ˆ) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
    • scons (πŸ₯ˆ35 Β· ⭐ 1.5K Β· πŸ“ˆ) - SCons - a software construction tool. MIT
    • pyre-check (πŸ₯ˆ34 Β· ⭐ 6K Β· πŸ“ˆ) - Performant type-checking for python. MIT
    • setuptools_scm (πŸ₯ˆ34 Β· ⭐ 600 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • sphinx (πŸ₯‡43 Β· ⭐ 4.7K Β· πŸ“‰) - Main repository for the Sphinx documentation builder. BSD-3
    • mkdocs (πŸ₯‡39 Β· ⭐ 14K Β· πŸ“‰) - Project documentation with Markdown. BSD-2
    • sentry-sdk (πŸ₯ˆ37 Β· ⭐ 1.3K Β· πŸ“‰) - The official Python SDK for Sentry.io. BSD-2
    • numpydoc (πŸ₯ˆ36 Β· ⭐ 20K Β· πŸ“‰) - Numpys Sphinx extensions. BSD-3
    • mkdocs-print-site-plugin (πŸ₯‰16 Β· ⭐ 41 Β· πŸ“‰) - MkDocs Plugin that adds an additional page that.. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.06.23(Jun 23, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • loguru (πŸ₯‡38 Β· ⭐ 12K Β· πŸ“ˆ) - Python logging made (stupidly) simple. MIT
    • sentry-sdk (πŸ₯‡38 Β· ⭐ 1.3K Β· πŸ“ˆ) - The official Python SDK for Sentry.io. BSD-2
    • Nuitka (πŸ₯ˆ35 Β· ⭐ 7K Β· πŸ“ˆ) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2
    • tabulate (πŸ₯ˆ35 Β· ⭐ 1.3K Β· πŸ“ˆ) - Pretty-print tabular data in Python, a library and a command-line.. MIT
    • memory_profiler (πŸ₯‰25 Β· ⭐ 3.4K Β· πŸ’€) - Monitor Memory usage of Python code. BSD-3

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • invoke (πŸ₯ˆ34 Β· ⭐ 3.6K Β· πŸ“‰) - Pythonic task management & command execution. BSD-2
    • logbook (πŸ₯ˆ32 Β· ⭐ 1.4K Β· πŸ’€) - A cool logging replacement for Python. BSD-3
    • pylint-django (πŸ₯ˆ29 Β· ⭐ 520 Β· πŸ“‰) - Pylint plugin for improving code analysis for when.. ❗️GPL-2.0
    • line_profiler (πŸ₯‰26 Β· ⭐ 1.3K Β· πŸ“‰) - Line-by-line profiling for Python. BSD-3
    • MonkeyType (πŸ₯ˆ25 Β· ⭐ 3.8K Β· πŸ“‰) - A Python library that generates static type annotations by.. BSD-3

    βž• Added Projects

    Projects that were recently added to this best-of list.

    • nodeenv (πŸ₯ˆ33 Β· ⭐ 1.5K Β· βž•) - Virtual environment for Node.js & integrator with virtualenv. BSD-3
    • executing (πŸ₯ˆ28 Β· ⭐ 170 Β· βž•) - Get information about what a Python frame is currently doing,.. MIT
    • memray (πŸ₯‰27 Β· ⭐ 8.7K Β· 🐣) - Memray is a memory profiler for Python. Apache-2
    • flake8-simplify (πŸ₯‰19 Β· ⭐ 97 Β· βž•) - A flake8 plugin that helps you to simplify code. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.06.16(Jun 16, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • twine (πŸ₯‡37 Β· ⭐ 1.3K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2
    • freezegun (πŸ₯ˆ34 Β· ⭐ 3.3K Β· πŸ“ˆ) - Let your Python tests travel through time. Apache-2
    • pyarmor (πŸ₯ˆ33 Β· ⭐ 1.5K Β· πŸ“ˆ) - A tool used to obfuscate python scripts, bind obfuscated.. ❗️SGI-B-2.0
    • parso (πŸ₯ˆ32 Β· ⭐ 500 Β· πŸ“ˆ) - A Python Parser. MIT
    • pip-run (πŸ₯‰18 Β· ⭐ 71 Β· πŸ“ˆ) - pip-run - dynamic dependency loader for Python. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • sentry-sdk (πŸ₯‡37 Β· ⭐ 1.3K Β· πŸ“‰) - The official Python SDK for Sentry.io. BSD-2
    • buildbot (πŸ₯ˆ36 Β· ⭐ 4.8K Β· πŸ“‰) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0
    • rope (πŸ₯‡35 Β· ⭐ 1.3K Β· πŸ“‰) - a python refactoring library. ❗️LGPL-3.0
    • nose2 (πŸ₯ˆ31 Β· ⭐ 710 Β· πŸ“‰) - The successor to nose, based on unittest2. BSD-3
    • pyupgrade (πŸ₯ˆ29 Β· ⭐ 1.8K Β· πŸ“‰) - A tool (and pre-commit hook) to automatically upgrade syntax for.. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.06.09(Jun 9, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • sphinx (πŸ₯‡44 Β· ⭐ 4.6K Β· πŸ“ˆ) - Main repository for the Sphinx documentation builder. BSD-3
    • numpydoc (πŸ₯ˆ36 Β· ⭐ 20K Β· πŸ“ˆ) - Numpys Sphinx extensions. BSD-3
    • progressbar2 (πŸ₯ˆ33 Β· ⭐ 770 Β· πŸ“ˆ) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3
    • pyarmor (πŸ₯ˆ32 Β· ⭐ 1.5K Β· πŸ“ˆ) - A tool used to obfuscate python scripts, bind obfuscated.. ❗️SGI-B-2.0
    • PyOxidizer (πŸ₯‰29 Β· ⭐ 3.8K Β· πŸ“ˆ) - A modern Python application packaging and distribution tool. MPL-2.0

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • mypy (πŸ₯‡43 Β· ⭐ 13K Β· πŸ“‰) - Optional static typing for Python. MIT
    • autopep8 (πŸ₯‰34 Β· ⭐ 4.1K Β· πŸ“‰) - A tool that automatically formats Python code to conform to the PEP.. MIT
    • asv (πŸ₯‰27 Β· ⭐ 690 Β· πŸ“‰) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3
    • dephell (πŸ₯‰25 Β· ⭐ 1.7K Β· πŸ’€) - Python project management. Manage packages: convert between formats,.. MIT
    • imhotep (πŸ₯‰19 Β· ⭐ 220 Β· πŸ“‰) - A static-analysis bot for Github. MIT
    Source code(tar.gz)
    Source code(zip)
  • 2022.06.02(Jun 2, 2022)

    πŸ“ˆ Trending Up

    Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity.

    • mypy (πŸ₯‡44 Β· ⭐ 13K Β· πŸ“ˆ) - Optional static typing for Python. MIT
    • pylint (πŸ₯‡41 Β· ⭐ 4K Β· πŸ“ˆ) - Its not just a linter that annoys you!. ❗️GPL-2.0
    • buildbot (πŸ₯‡37 Β· ⭐ 4.8K Β· πŸ“ˆ) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0
    • twine (πŸ₯ˆ36 Β· ⭐ 1.3K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2
    • pyflakes (πŸ₯‡36 Β· ⭐ 1.1K Β· πŸ“ˆ) - A simple program which checks Python source files for errors. MIT

    πŸ“‰ Trending Down

    Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity.

    • prospector (πŸ₯ˆ29 Β· ⭐ 1.6K Β· πŸ“‰) - Inspects Python source files and provides information about.. ❗️GPL-2.0
    • PyHamcrest (πŸ₯‰28 Β· ⭐ 630 Β· πŸ“‰) - Hamcrest matchers for Python. BSD-3
    • Bpytop (πŸ₯‰25 Β· ⭐ 8.6K Β· πŸ“‰) - Linux/OSX/FreeBSD resource monitor. Apache-2
    • pympler (πŸ₯‰25 Β· ⭐ 910 Β· πŸ“‰) - Development tool to measure, monitor and analyze the memory.. Apache-2
    • flake8-bandit (πŸ₯‰21 Β· ⭐ 82 Β· πŸ“‰) - Automated security testing using bandit and flake8. MIT
    Source code(tar.gz)
    Source code(zip)
Owner
Machine Learning Tooling
Open-source machine learning tooling to boost your productivity.
Machine Learning Tooling
LotteryBuyPredictionWebApp - Lottery Purchase Prediction Model

Lottery Purchase Prediction Model Objective and Goal Predict the lottery type th

Wanxuan Zhang 2 Feb 14, 2022
FxBuzzly - Buzzly.art links do not embed in Discord, this fixes them (rudimentarily)

fxBuzzly Buzzly.art links do not embed in Discord, this fixes them (rudimentaril

Dania Rifki 2 Oct 27, 2022
A Sublime Text plugin to select a default syntax dialect

Default Syntax Chooser This Sublime Text 4 plugin provides the set_default_syntax_dialect command. This command manipulates a syntax file (e.g.: SQL.s

3 Jan 14, 2022
Project documentation with Markdown.

MkDocs Project documentation with Markdown. View the MkDocs documentation. Project release notes. Visit the MkDocs wiki for community resources, inclu

MkDocs 15.6k Jan 02, 2023
A next-generation curated knowledge sharing platform for data scientists and other technical professions.

Knowledge Repo The Knowledge Repo project is focused on facilitating the sharing of knowledge between data scientists and other technical roles using

Airbnb 5.2k Dec 27, 2022
Ε»mija is a simple universal code generation tool.

Ε»mija Ε»mija is a simple universal code generation tool. It is intended to be used as a means to generate code that is both efficient and easily mainta

Adrian Samoticha 2 Nov 23, 2021
An interview engine for businesses, interview those who are actually qualified and are worth your time!

easyInterview V0.8B An interview engine for businesses, interview those who are actually qualified and are worth your time! Quick Overview You/the com

Vatsal Shukla 1 Nov 19, 2021
Python-slp - Side Ledger Protocol With Python

Side Ledger Protocol Run python-slp node First install Mongo DB and run the mong

Solar 3 Mar 02, 2022
This contains timezone mapping information for when preprocessed from the geonames data

when-data This contains timezone mapping information for when preprocessed from the geonames data. It exists in a separate repository so that one does

Armin Ronacher 2 Dec 07, 2021
A fast time mocking alternative to freezegun that wraps libfaketime.

python-libfaketime: fast date/time mocking python-libfaketime is a wrapper of libfaketime for python. Some brief details: Linux and OS X, Pythons 3.5

Simon Weber 68 Jun 10, 2022
python wrapper for simple-icons

simpleicons Use a wide-range of icons derived from the simple-icons repo in python. Go to their website for a full list of icons. The slug version mus

Sachin Raja 14 Nov 07, 2022
ACPOA plugin creation helper

ACPOA Plugin What is ACPOA ACPOA is the acronym for "Application Core for Plugin Oriented Applications". It's a tool to create flexible and extendable

Leikt Sol'Reihin 1 Oct 20, 2021
Xanadu Quantum Codebook is an experimental, exercise-based introduction to quantum computing using PennyLane.

Xanadu Quantum Codebook The Xanadu Quantum Codebook is an experimental, exercise-based introduction to quantum computing using PennyLane. This reposit

Xanadu 43 Dec 09, 2022
The OpenAPI Specification Repository

The OpenAPI Specification The OpenAPI Specification is a community-driven open specification within the OpenAPI Initiative, a Linux Foundation Collabo

OpenAPI Initiative 25.5k Dec 29, 2022
This is a tool to make easier brawl stars modding using csv manipulation

Brawler Maker : Modding Tool for Brawl Stars This is a tool to make easier brawl stars modding using csv manipulation if you want to support me, just

6 Nov 16, 2022
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..

apispec A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). Features Supports th

marshmallow-code 1k Jan 01, 2023
Crystal Smp plugin for show scoreboards

MCDR-CrystalScoreboards Crystal plugin for show scoreboards | Only 1.12 Usage !!s : Plugin help message !!s hide : Hide scoreboard !!s show : Show Sco

CristhianCd 3 Oct 12, 2021
Demonstration that AWS IAM policy evaluation docs are incorrect

The flowchart from the AWS IAM policy evaluation documentation page, as of 2021-09-12, and dating back to at least 2018-12-27, is the following: The f

Ben Kehoe 15 Oct 21, 2022
Convert excel xlsx file's table to csv file, A GUI application on top of python/pyqt and other opensource softwares.

Convert excel xlsx file's table to csv file, A GUI application on top of python/pyqt and other opensource softwares.

David A 0 Jan 20, 2022
Fun interactive program to sort a list :)

LHD-Build-Sort-a-list Fun interactive program to sort a list :) Inspiration LHD Build Write a script to sort a list. What it does It is a menu driven

Ananya Gupta 1 Jan 15, 2022