diff --git a/README.md b/README.md index 89b8c56..51fa54e 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
pylint (🥇44 · ⭐ 5.5K) - Its not just a linter that annoys you!. ❗️GPL-2.0 +
pylint (🥇44 · ⭐ 5.6K) - Its not just a linter that annoys you!. ❗️GPL-2.0 -- [GitHub](https://github.com/pylint-dev/pylint) (👨‍💻 610 · 🔀 1.2K · 📥 250 · 📦 480K · 📋 5.8K - 17% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/pylint-dev/pylint) (👨‍💻 610 · 🔀 1.2K · 📥 250 · 📦 480K · 📋 5.8K - 17% open · ⏱️ 04.09.2025): ``` git clone https://github.com/PyCQA/pylint ``` -- [PyPi](https://pypi.org/project/pylint) (📥 35M / month · 📦 11K · ⏱️ 09.08.2025): +- [PyPi](https://pypi.org/project/pylint) (📥 34M / month · 📦 11K · ⏱️ 09.08.2025): ``` pip install pylint ``` @@ -100,18 +100,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/flake8 ``` -- [PyPi](https://pypi.org/project/flake8) (📥 47M / month · 📦 27K · ⏱️ 20.06.2025): +- [PyPi](https://pypi.org/project/flake8) (📥 45M / month · 📦 27K · ⏱️ 20.06.2025): ``` pip install flake8 ``` -- [Conda](https://anaconda.org/conda-forge/flake8) (📥 9.1M · ⏱️ 26.06.2025): +- [Conda](https://anaconda.org/conda-forge/flake8) (📥 9.2M · ⏱️ 26.06.2025): ``` conda install -c conda-forge flake8 ```
wemake-python-styleguide (🥇38 · ⭐ 2.8K) - The strictest and most opinionated python linter ever!. MIT -- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (👨‍💻 210 · 🔀 410 · 📦 18K · 📋 1.2K - 1% open · ⏱️ 27.08.2025): +- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (👨‍💻 210 · 🔀 410 · 📦 18K · 📋 1.2K - 1% open · ⏱️ 04.09.2025): ``` git clone https://github.com/wemake-services/wemake-python-styleguide @@ -121,14 +121,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install wemake-python-styleguide ```
-
pycodestyle (🥇36 · ⭐ 5.1K) - Simple Python style checker in one Python file. MIT +
pycodestyle (🥇35 · ⭐ 5.1K · 📉) - Simple Python style checker in one Python file. MIT - [GitHub](https://github.com/PyCQA/pycodestyle) (👨‍💻 140 · 🔀 750 · 📋 770 - 13% open · ⏱️ 12.08.2025): ``` git clone https://github.com/PyCQA/pycodestyle ``` -- [PyPi](https://pypi.org/project/pycodestyle) (📥 68M / month · 📦 2.2K · ⏱️ 20.06.2025): +- [PyPi](https://pypi.org/project/pycodestyle) (📥 66M / month · 📦 2.2K · ⏱️ 20.06.2025): ``` pip install pycodestyle ``` @@ -137,39 +137,39 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pycodestyle ```
-
pyflakes (🥇36 · ⭐ 1.4K) - A simple program which checks Python source files for errors. MIT +
beartype (🥇35 · ⭐ 3.2K) - Unbearably fast near-real-time hybrid runtime-static type-checking in.. MIT -- [GitHub](https://github.com/PyCQA/pyflakes) (👨‍💻 88 · 🔀 180 · 📦 330K · 📋 550 - 10% open · ⏱️ 20.06.2025): +- [GitHub](https://github.com/beartype/beartype) (👨‍💻 26 · 🔀 63 · 📦 7.6K · 📋 420 - 23% open · ⏱️ 04.09.2025): ``` - git clone https://github.com/PyCQA/pyflakes + git clone https://github.com/beartype/beartype ``` -- [PyPi](https://pypi.org/project/pyflakes) (📥 53M / month · 📦 1.3K · ⏱️ 20.06.2025): +- [PyPi](https://pypi.org/project/beartype) (📥 6M / month · 📦 710 · ⏱️ 22.05.2025): ``` - pip install pyflakes + pip install beartype ``` -- [Conda](https://anaconda.org/conda-forge/pyflakes) (📥 9M · ⏱️ 21.06.2025): +- [Conda](https://anaconda.org/conda-forge/beartype) (📥 420K · ⏱️ 22.05.2025): ``` - conda install -c conda-forge pyflakes + conda install -c conda-forge beartype ```
-
beartype (🥈35 · ⭐ 3.2K) - Unbearably fast near-real-time hybrid runtime-static type-checking in.. MIT +
pyflakes (🥇35 · ⭐ 1.4K) - A simple program which checks Python source files for errors. MIT -- [GitHub](https://github.com/beartype/beartype) (👨‍💻 26 · 🔀 63 · 📦 7.6K · 📋 420 - 23% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/PyCQA/pyflakes) (👨‍💻 88 · 🔀 180 · 📦 330K · 📋 550 - 10% open · ⏱️ 20.06.2025): ``` - git clone https://github.com/beartype/beartype + git clone https://github.com/PyCQA/pyflakes ``` -- [PyPi](https://pypi.org/project/beartype) (📥 6.4M / month · 📦 710 · ⏱️ 22.05.2025): +- [PyPi](https://pypi.org/project/pyflakes) (📥 50M / month · 📦 1.3K · ⏱️ 20.06.2025): ``` - pip install beartype + pip install pyflakes ``` -- [Conda](https://anaconda.org/conda-forge/beartype) (📥 420K · ⏱️ 22.05.2025): +- [Conda](https://anaconda.org/conda-forge/pyflakes) (📥 9.1M · ⏱️ 21.06.2025): ``` - conda install -c conda-forge beartype + conda install -c conda-forge pyflakes ```
-
parso (🥈35 · ⭐ 650) - A Python Parser. MIT +
parso (🥇35 · ⭐ 650) - A Python Parser. MIT - [GitHub](https://github.com/davidhalter/parso) (👨‍💻 51 · 🔀 110 · 📦 580K · 📋 120 - 10% open · ⏱️ 23.08.2025): @@ -180,7 +180,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install parso ``` -- [Conda](https://anaconda.org/conda-forge/parso) (📥 30M · ⏱️ 23.08.2025): +- [Conda](https://anaconda.org/conda-forge/parso) (📥 31M · ⏱️ 23.08.2025): ``` conda install -c conda-forge parso ``` @@ -192,11 +192,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/charliermarsh/ruff ``` -- [PyPi](https://pypi.org/project/ruff) (📥 77M / month · 📦 18K · ⏱️ 28.08.2025): +- [PyPi](https://pypi.org/project/ruff) (📥 79M / month · 📦 18K · ⏱️ 28.08.2025): ``` pip install ruff ``` -- [Conda](https://anaconda.org/conda-forge/ruff) (📥 4.5M · ⏱️ 22.08.2025): +- [Conda](https://anaconda.org/conda-forge/ruff) (📥 4.6M · ⏱️ 28.08.2025): ``` conda install -c conda-forge ruff ``` @@ -208,7 +208,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/flake8-bugbear ``` -- [PyPi](https://pypi.org/project/flake8-bugbear) (📥 3.2M / month · 📦 1.2K · ⏱️ 12.12.2024): +- [PyPi](https://pypi.org/project/flake8-bugbear) (📥 2.9M / month · 📦 1.2K · ⏱️ 12.12.2024): ``` pip install flake8-bugbear ``` @@ -228,7 +228,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pylint-django ``` -- [Conda](https://anaconda.org/conda-forge/pylint-django) (📥 280K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pylint-django) (📥 290K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pylint-django ``` @@ -251,12 +251,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
flake8-isort (🥈28 · ⭐ 180) - flake8 plugin that integrates isort. ❗️GPL-2.0 -- [GitHub](https://github.com/gforcada/flake8-isort) (👨‍💻 40 · 🔀 190 · 📦 28K · 📋 58 - 1% open · ⏱️ 17.08.2025): +- [GitHub](https://github.com/gforcada/flake8-isort) (👨‍💻 40 · 🔀 180 · 📦 28K · 📋 58 - 1% open · ⏱️ 17.08.2025): ``` git clone https://github.com/gforcada/flake8-isort ``` -- [PyPi](https://pypi.org/project/flake8-isort) (📥 1.4M / month · 📦 580 · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/flake8-isort) (📥 1.5M / month · 📦 580 · ⏱️ 29.01.2025): ``` pip install flake8-isort ``` @@ -272,7 +272,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/gforcada/flake8-builtins ``` -- [PyPi](https://pypi.org/project/flake8-builtins) (📥 960K / month · 📦 560 · ⏱️ 17.08.2025): +- [PyPi](https://pypi.org/project/flake8-builtins) (📥 910K / month · 📦 560 · ⏱️ 17.08.2025): ``` pip install flake8-builtins ``` @@ -288,7 +288,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/flake8-import-order ``` -- [PyPi](https://pypi.org/project/flake8-import-order) (📥 960K / month · 📦 650 · ⏱️ 24.06.2025): +- [PyPi](https://pypi.org/project/flake8-import-order) (📥 950K / month · 📦 650 · ⏱️ 24.06.2025): ``` pip install flake8-import-order ``` @@ -316,7 +316,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/wemake-services/flake8-eradicate ``` -- [PyPi](https://pypi.org/project/flake8-eradicate) (📥 770K / month · 📦 170 · ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/flake8-eradicate) (📥 750K / month · 📦 170 · ⏱️ 31.05.2023): ``` pip install flake8-eradicate ``` @@ -332,7 +332,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/mgedmin/check-manifest ``` -- [PyPi](https://pypi.org/project/check-manifest) (📥 770K / month · 📦 4.6K · ⏱️ 09.10.2024): +- [PyPi](https://pypi.org/project/check-manifest) (📥 720K / month · 📦 4.6K · ⏱️ 09.10.2024): ``` pip install check-manifest ``` @@ -348,35 +348,35 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/dropbox/mypy-protobuf ``` -- [PyPi](https://pypi.org/project/mypy-protobuf) (📥 6.6M / month · 📦 190 · ⏱️ 01.04.2024): +- [PyPi](https://pypi.org/project/mypy-protobuf) (📥 6.5M / month · 📦 190 · ⏱️ 01.04.2024): ``` pip install mypy-protobuf ``` -- [Conda](https://anaconda.org/conda-forge/mypy-protobuf) (📥 160K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/mypy-protobuf) (📥 170K · ⏱️ 22.04.2025): ``` conda install -c conda-forge mypy-protobuf ```
nitpick (🥉25 · ⭐ 400) - Enforce the same settings on multiple projects. MIT -- [GitHub](https://github.com/andreoliwa/nitpick) (👨‍💻 16 · 🔀 25 · 📥 12 · 📦 1.4K · 📋 130 - 38% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/andreoliwa/nitpick) (👨‍💻 16 · 🔀 25 · 📥 12 · 📦 1.4K · 📋 130 - 38% open · ⏱️ 04.09.2025): ``` git clone https://github.com/andreoliwa/nitpick ``` -- [PyPi](https://pypi.org/project/nitpick) (📥 16K / month · 📦 26 · ⏱️ 31.12.2023): +- [PyPi](https://pypi.org/project/nitpick) (📥 14K / month · 📦 26 · ⏱️ 31.12.2023): ``` pip install nitpick ```
-
flake8-black (🥉25 · ⭐ 170) - flake8 plugin to run black for checking Python coding style. MIT +
flake8-black (🥉24 · ⭐ 170) - flake8 plugin to run black for checking Python coding style. MIT -- [GitHub](https://github.com/peterjc/flake8-black) (👨‍💻 10 · 🔀 11 · 📦 8.6K · 📋 29 - 10% open · ⏱️ 08.07.2025): +- [GitHub](https://github.com/peterjc/flake8-black) (👨‍💻 10 · 🔀 11 · 📦 8.6K · 📋 29 - 10% open · ⏱️ 01.09.2025): ``` git clone https://github.com/peterjc/flake8-black ``` -- [PyPi](https://pypi.org/project/flake8-black) (📥 700K / month · 📦 490 · ⏱️ 20.12.2022): +- [PyPi](https://pypi.org/project/flake8-black) (📥 660K / month · 📦 490 · ⏱️ 20.12.2022): ``` pip install flake8-black ``` @@ -385,14 +385,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge flake8-black ```
-
flake8-simplify (🥉22 · ⭐ 200) - A flake8 plugin that helps you to simplify code. MIT +
flake8-simplify (🥉23 · ⭐ 200) - A flake8 plugin that helps you to simplify code. MIT - [GitHub](https://github.com/MartinThoma/flake8-simplify) (👨‍💻 16 · 🔀 22 · 📋 130 - 43% open · ⏱️ 01.06.2025): ``` git clone https://github.com/MartinThoma/flake8-simplify ``` -- [PyPi](https://pypi.org/project/flake8-simplify) (📥 330K / month · 📦 110 · ⏱️ 01.06.2025): +- [PyPi](https://pypi.org/project/flake8-simplify) (📥 300K / month · 📦 110 · ⏱️ 01.06.2025): ``` pip install flake8-simplify ``` @@ -410,8 +410,8 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - flake8-quotes (🥉27 · ⭐ 180 · 💀) - Flake8 extension for checking quotes in python. MIT - pylama (🥉26 · ⭐ 1.1K · 💀) - Code audit tool for python. MIT - flake8-commas (🥉25 · ⭐ 130 · 💀) - Flake8 extension for enforcing trailing commas in python. MIT -- Fixit (🥉24 · ⭐ 680) - Advanced Python linting framework with auto-fixes and hierarchical.. ❗Unlicensed - data-science-types (🥉24 · ⭐ 200 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 +- Fixit (🥉23 · ⭐ 690) - Advanced Python linting framework with auto-fixes and hierarchical.. ❗Unlicensed - pandas-vet (🥉21 · ⭐ 170 · 💀) - A plugin for Flake8 that checks pandas code. MIT - flake8-bandit (🥉21 · ⭐ 110 · 💀) - Automated security testing using bandit and flake8. MIT - flakehell (🥉19 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT @@ -431,40 +431,40 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mypy (🥇49 · ⭐ 20K) - Optional static typing for Python. MIT -- [GitHub](https://github.com/python/mypy) (👨‍💻 810 · 🔀 3K · 📦 320K · 📋 12K - 25% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/python/mypy) (👨‍💻 810 · 🔀 3K · 📦 320K · 📋 12K - 25% open · ⏱️ 03.09.2025): ``` git clone https://github.com/python/mypy ``` -- [PyPi](https://pypi.org/project/mypy) (📥 68M / month · 📦 26K · ⏱️ 31.07.2025): +- [PyPi](https://pypi.org/project/mypy) (📥 66M / month · 📦 26K · ⏱️ 31.07.2025): ``` pip install mypy ``` -- [Conda](https://anaconda.org/conda-forge/mypy) (📥 5.8M · ⏱️ 27.08.2025): +- [Conda](https://anaconda.org/conda-forge/mypy) (📥 5.9M · ⏱️ 02.09.2025): ``` conda install -c conda-forge mypy ```
pyright (🥈39 · ⭐ 15K) - Static Type Checker for Python. MIT -- [GitHub](https://github.com/microsoft/pyright) (👨‍💻 120 · 🔀 1.7K · 📥 5.3K · 📦 1.4K · 📋 7.2K - 1% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/microsoft/pyright) (👨‍💻 130 · 🔀 1.7K · 📥 5.4K · 📦 1.4K · 📋 7.2K - 1% open · ⏱️ 04.09.2025): ``` git clone https://github.com/Microsoft/pyright ``` -- [npm](https://www.npmjs.com/package/pyright) (📥 1.6M / month · 📦 29 · ⏱️ 20.08.2025): +- [npm](https://www.npmjs.com/package/pyright) (📥 1.6M / month · 📦 31 · ⏱️ 02.09.2025): ``` npm install pyright ```
pyre-check (🥉33 · ⭐ 7.1K) - Performant type-checking for python. MIT -- [GitHub](https://github.com/facebook/pyre-check) (👨‍💻 290 · 🔀 450 · 📦 21 · 📋 460 - 32% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/facebook/pyre-check) (👨‍💻 290 · 🔀 450 · 📦 21 · 📋 460 - 32% open · ⏱️ 03.09.2025): ``` git clone https://github.com/facebook/pyre-check ``` -- [PyPi](https://pypi.org/project/pyre-check) (📥 170K / month · 📦 87 · ⏱️ 07.07.2025): +- [PyPi](https://pypi.org/project/pyre-check) (📥 150K / month · 📦 87 · ⏱️ 07.07.2025): ``` pip install pyre-check ``` @@ -476,7 +476,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/google/pytype ``` -- [PyPi](https://pypi.org/project/pytype) (📥 430K / month · 📦 230 · ⏱️ 11.10.2024): +- [PyPi](https://pypi.org/project/pytype) (📥 400K / month · 📦 230 · ⏱️ 11.10.2024): ``` pip install pytype ``` @@ -487,7 +487,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 1 hidden projects... -- typeguard (🥉33 · ⭐ 1.7K) - Run-time type checker for Python. ❗Unlicensed +- typeguard (🥉32 · ⭐ 1.7K) - Run-time type checker for Python. ❗Unlicensed

@@ -497,12 +497,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
black (🥇44 · ⭐ 41K) - The uncompromising Python code formatter. MIT -- [GitHub](https://github.com/psf/black) (👨‍💻 470 · 🔀 2.6K · 📥 130K · 📦 640K · 📋 2.8K - 13% open · ⏱️ 19.08.2025): +- [GitHub](https://github.com/psf/black) (👨‍💻 470 · 🔀 2.6K · 📥 130K · 📦 640K · 📋 2.8K - 13% open · ⏱️ 02.09.2025): ``` git clone https://github.com/psf/black ``` -- [PyPi](https://pypi.org/project/black) (📥 78M / month · 📦 37K · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/black) (📥 76M / month · 📦 37K · ⏱️ 29.01.2025): ``` pip install black ``` @@ -513,32 +513,32 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
isort (🥈40 · ⭐ 6.8K) - A Python utility / library to sort imports. MIT -- [GitHub](https://github.com/PyCQA/isort) (👨‍💻 320 · 🔀 600 · 📦 560K · 📋 1.3K - 17% open · ⏱️ 19.06.2025): +- [GitHub](https://github.com/PyCQA/isort) (👨‍💻 320 · 🔀 600 · 📦 560K · 📋 1.3K - 17% open · ⏱️ 02.09.2025): ``` git clone https://github.com/PyCQA/isort ``` -- [PyPi](https://pypi.org/project/isort) (📥 69M / month · 📦 15K · ⏱️ 26.02.2025): +- [PyPi](https://pypi.org/project/isort) (📥 66M / month · 📦 15K · ⏱️ 26.02.2025): ``` pip install isort ``` -- [Conda](https://anaconda.org/conda-forge/isort) (📥 7.8M · ⏱️ 02.05.2025): +- [Conda](https://anaconda.org/conda-forge/isort) (📥 7.9M · ⏱️ 02.05.2025): ``` conda install -c conda-forge isort ```
-
yapf (🥈39 · ⭐ 14K) - A formatter for Python files. Apache-2 +
yapf (🥈39 · ⭐ 14K · 💤) - A formatter for Python files. Apache-2 - [GitHub](https://github.com/google/yapf) (👨‍💻 160 · 🔀 900 · 📦 110K · 📋 880 - 47% open · ⏱️ 10.02.2025): ``` git clone https://github.com/google/yapf ``` -- [PyPi](https://pypi.org/project/yapf) (📥 9.8M / month · 📦 1.3K · ⏱️ 14.11.2024): +- [PyPi](https://pypi.org/project/yapf) (📥 9.2M / month · 📦 1.3K · ⏱️ 14.11.2024): ``` pip install yapf ``` -- [Conda](https://anaconda.org/conda-forge/yapf) (📥 2.4M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/yapf) (📥 2.5M · ⏱️ 22.04.2025): ``` conda install -c conda-forge yapf ``` @@ -550,7 +550,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/hhatto/autopep8 ``` -- [PyPi](https://pypi.org/project/autopep8) (📥 7M / month · 📦 1.7K · ⏱️ 14.01.2025): +- [PyPi](https://pypi.org/project/autopep8) (📥 6.9M / month · 📦 1.7K · ⏱️ 14.01.2025): ``` pip install autopep8 ``` @@ -566,7 +566,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/myint/docformatter ``` -- [PyPi](https://pypi.org/project/docformatter) (📥 1.3M / month · 📦 300 · ⏱️ 11.05.2025): +- [PyPi](https://pypi.org/project/docformatter) (📥 1.2M / month · 📦 300 · ⏱️ 11.05.2025): ``` pip install docformatter ``` @@ -582,7 +582,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/lyz-code/autoimport ``` -- [PyPi](https://pypi.org/project/autoimport) (📥 18K / month · 📦 14 · ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/autoimport) (📥 17K / month · 📦 14 · ⏱️ 01.10.2024): ``` pip install autoimport ``` @@ -597,14 +597,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
jedi (🥇41 · ⭐ 6K) - Awesome autocompletion, static analysis and refactoring library for python. MIT +
jedi (🥇42 · ⭐ 6K · 📈) - Awesome autocompletion, static analysis and refactoring library for python. MIT -- [GitHub](https://github.com/davidhalter/jedi) (👨‍💻 180 · 🔀 520 · 📦 580K · 📋 1.4K - 5% open · ⏱️ 24.06.2025): +- [GitHub](https://github.com/davidhalter/jedi) (👨‍💻 180 · 🔀 520 · 📦 580K · 📋 1.4K - 5% open · ⏱️ 03.09.2025): ``` git clone https://github.com/davidhalter/jedi ``` -- [PyPi](https://pypi.org/project/jedi) (📥 76M / month · 📦 1.2K · ⏱️ 11.11.2024): +- [PyPi](https://pypi.org/project/jedi) (📥 74M / month · 📦 1.2K · ⏱️ 11.11.2024): ``` pip install jedi ``` @@ -615,7 +615,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
rope (🥇36 · ⭐ 2.1K) - a python refactoring library. ❗️LGPL-3.0 -- [GitHub](https://github.com/python-rope/rope) (👨‍💻 82 · 🔀 170 · 📥 42 · 📦 79K · 📋 380 - 30% open · ⏱️ 12.07.2025): +- [GitHub](https://github.com/python-rope/rope) (👨‍💻 83 · 🔀 170 · 📥 42 · 📦 79K · 📋 380 - 30% open · ⏱️ 12.07.2025): ``` git clone https://github.com/python-rope/rope @@ -636,11 +636,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/asottile/pyupgrade ``` -- [PyPi](https://pypi.org/project/pyupgrade) (📥 1.1M / month · 📦 520 · ⏱️ 23.05.2025): +- [PyPi](https://pypi.org/project/pyupgrade) (📥 1M / month · 📦 520 · ⏱️ 23.05.2025): ``` pip install pyupgrade ``` -- [Conda](https://anaconda.org/conda-forge/pyupgrade) (📥 850K · ⏱️ 24.05.2025): +- [Conda](https://anaconda.org/conda-forge/pyupgrade) (📥 860K · ⏱️ 24.05.2025): ``` conda install -c conda-forge pyupgrade ``` @@ -652,7 +652,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/jendrikseipp/vulture ``` -- [PyPi](https://pypi.org/project/vulture) (📥 2.2M / month · 📦 200 · ⏱️ 08.12.2024): +- [PyPi](https://pypi.org/project/vulture) (📥 2.3M / month · 📦 200 · ⏱️ 08.12.2024): ``` pip install vulture ``` @@ -668,7 +668,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/myint/autoflake ``` -- [PyPi](https://pypi.org/project/autoflake) (📥 3.9M / month · 📦 1K · ⏱️ 13.03.2024): +- [PyPi](https://pypi.org/project/autoflake) (📥 3.8M / month · 📦 1K · ⏱️ 13.03.2024): ``` pip install autoflake ``` @@ -677,23 +677,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge autoflake ```
-
MonkeyType (🥈26 · ⭐ 4.9K) - A Python library that generates static type annotations by.. BSD-3 +
MonkeyType (🥈25 · ⭐ 4.9K) - A Python library that generates static type annotations by.. BSD-3 - [GitHub](https://github.com/Instagram/MonkeyType) (👨‍💻 51 · 🔀 180 · 📋 200 - 30% open · ⏱️ 14.06.2025): ``` git clone https://github.com/Instagram/MonkeyType ``` -- [PyPi](https://pypi.org/project/monkeytype) (📥 190K / month · 📦 23 · ⏱️ 20.03.2023): +- [PyPi](https://pypi.org/project/monkeytype) (📥 180K / month · 📦 23 · ⏱️ 20.03.2023): ``` pip install monkeytype ``` -- [Conda](https://anaconda.org/conda-forge/monkeytype) (📥 90K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/monkeytype) (📥 91K · ⏱️ 22.04.2025): ``` conda install -c conda-forge monkeytype ```
-
add-trailing-comma (🥉24 · ⭐ 360) - A tool (and pre-commit hook) to automatically add trailing.. MIT +
add-trailing-comma (🥉23 · ⭐ 370) - A tool (and pre-commit hook) to automatically add trailing.. MIT - [GitHub](https://github.com/asottile/add-trailing-comma) (👨‍💻 11 · 🔀 29 · ⏱️ 13.08.2025): @@ -724,7 +724,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ilevkivskyi/com2ann ``` -- [PyPi](https://pypi.org/project/com2ann) (📥 33K / month · 📦 2 · ⏱️ 21.08.2021): +- [PyPi](https://pypi.org/project/com2ann) (📥 26K / month · 📦 2 · ⏱️ 21.08.2021): ``` pip install com2ann ``` @@ -749,12 +749,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
bandit (🥇38 · ⭐ 7.3K) - Bandit is a tool designed to find common security issues in Python.. Apache-2 -- [GitHub](https://github.com/PyCQA/bandit) (👨‍💻 190 · 🔀 680 · 📥 880 · 📦 58K · 📋 710 - 28% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/PyCQA/bandit) (👨‍💻 190 · 🔀 680 · 📥 880 · 📦 59K · 📋 710 - 28% open · ⏱️ 25.08.2025): ``` git clone https://github.com/PyCQA/bandit ``` -- [PyPi](https://pypi.org/project/bandit) (📥 9.6M / month · 📦 1.8K · ⏱️ 06.07.2025): +- [PyPi](https://pypi.org/project/bandit) (📥 9.5M / month · 📦 1.8K · ⏱️ 06.07.2025): ``` pip install bandit ``` @@ -765,28 +765,28 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
safety (🥈36 · ⭐ 1.9K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT -- [GitHub](https://github.com/pyupio/safety) (👨‍💻 52 · 🔀 160 · 📥 860K · 📦 18K · 📋 250 - 12% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/pyupio/safety) (👨‍💻 53 · 🔀 170 · 📥 870K · 📦 18K · 📋 260 - 13% open · ⏱️ 03.09.2025): ``` git clone https://github.com/pyupio/safety ``` -- [PyPi](https://pypi.org/project/safety) (📥 3.8M / month · 📦 730 · ⏱️ 25.08.2025): +- [PyPi](https://pypi.org/project/safety) (📥 3.8M / month · 📦 760 · ⏱️ 01.09.2025): ``` pip install safety ``` -- [Conda](https://anaconda.org/conda-forge/safety) (📥 140K · ⏱️ 10.07.2025): +- [Conda](https://anaconda.org/conda-forge/safety) (📥 140K · ⏱️ 02.09.2025): ``` conda install -c conda-forge safety ```
-
sqlmap (🥈34 · ⭐ 35K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +
sqlmap (🥈35 · ⭐ 35K · 📈) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 -- [GitHub](https://github.com/sqlmapproject/sqlmap) (👨‍💻 150 · 🔀 6K · 📦 21 · 📋 5.4K - 1% open · ⏱️ 24.08.2025): +- [GitHub](https://github.com/sqlmapproject/sqlmap) (👨‍💻 150 · 🔀 6K · 📦 21 · 📋 5.4K - 1% open · ⏱️ 01.09.2025): ``` git clone https://github.com/sqlmapproject/sqlmap ``` -- [PyPi](https://pypi.org/project/sqlmap) (📥 14K / month · 📦 12 · ⏱️ 05.08.2025): +- [PyPi](https://pypi.org/project/sqlmap) (📥 13K / month · 📦 12 · ⏱️ 01.09.2025): ``` pip install sqlmap ``` @@ -810,7 +810,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/dlint-py/dlint ``` -- [PyPi](https://pypi.org/project/dlint) (📥 100K / month · 📦 93 · ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/dlint) (📥 90K / month · 📦 93 · ⏱️ 31.10.2024): ``` pip install dlint ``` @@ -838,7 +838,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/pipenv ``` -- [PyPi](https://pypi.org/project/pipenv) (📥 26M / month · 📦 250 · ⏱️ 07.07.2025): +- [PyPi](https://pypi.org/project/pipenv) (📥 28M / month · 📦 250 · ⏱️ 07.07.2025): ``` pip install pipenv ``` @@ -849,12 +849,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
virtualenv (🥈44 · ⭐ 5K) - Virtual Python Environment builder. MIT -- [GitHub](https://github.com/pypa/virtualenv) (👨‍💻 300 · 🔀 1.1K · 📦 490K · 📋 1.4K - 1% open · ⏱️ 18.08.2025): +- [GitHub](https://github.com/pypa/virtualenv) (👨‍💻 300 · 🔀 1.1K · 📦 490K · 📋 1.4K - 1% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pypa/virtualenv ``` -- [PyPi](https://pypi.org/project/virtualenv) (📥 260M / month · 📦 1.9K · ⏱️ 13.08.2025): +- [PyPi](https://pypi.org/project/virtualenv) (📥 250M / month · 📦 1.9K · ⏱️ 13.08.2025): ``` pip install virtualenv ``` @@ -865,32 +865,16 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyenv (🥈34 · ⭐ 43K) - Simple Python version management. MIT -- [GitHub](https://github.com/pyenv/pyenv) (👨‍💻 460 · 🔀 3.2K · 📦 21 · 📋 1.9K - 4% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/pyenv/pyenv) (👨‍💻 460 · 🔀 3.2K · 📦 21 · 📋 1.9K - 4% open · ⏱️ 01.09.2025): ``` git clone https://github.com/pyenv/pyenv ``` -- [PyPi](https://pypi.org/project/pyenv) (📥 11K / month · ⏱️ 12.01.2019): +- [PyPi](https://pypi.org/project/pyenv) (📥 10K / month · ⏱️ 12.01.2019): ``` pip install pyenv ```
-
nodeenv (🥈34 · ⭐ 1.7K · 💤) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 - -- [GitHub](https://github.com/ekalinin/nodeenv) (👨‍💻 100 · 🔀 220 · 📦 120K · 📋 210 - 30% open · ⏱️ 25.08.2024): - - ``` - git clone https://github.com/ekalinin/nodeenv - ``` -- [PyPi](https://pypi.org/project/nodeenv) (📥 68M / month · 📦 250 · ⏱️ 04.06.2024): - ``` - pip install nodeenv - ``` -- [Conda](https://anaconda.org/conda-forge/nodeenv) (📥 6.6M · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge nodeenv - ``` -
pyenv-virtualenv (🥉21 · ⭐ 6.6K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT - [GitHub](https://github.com/pyenv/pyenv-virtualenv) (👨‍💻 65 · 🔀 420 · 📦 21 · 📋 360 - 27% open · ⏱️ 17.05.2025): @@ -907,8 +891,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M git clone https://github.com/pyenv/pyenv-installer ```
-
Show 4 hidden projects... +
Show 5 hidden projects... +- nodeenv (🥈34 · ⭐ 1.7K · 💀) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 - vex (🥉18 · ⭐ 370 · 💀) - Run a command in the named virtualenv. MIT - dh-virtualenv (🥉16 · ⭐ 1.6K · 💀) - Python virtualenvs in Debian packages. ❗️GPL-2.0 - pipenv-pipes (🥉13 · ⭐ 130 · 💀) - A PipEnv Environment Switcher. MIT @@ -922,12 +907,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pip (🥇47 · ⭐ 9.9K) - The Python package installer. MIT -- [GitHub](https://github.com/pypa/pip) (👨‍💻 840 · 🔀 3.1K · 📦 240K · 📋 7.7K - 14% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/pypa/pip) (👨‍💻 840 · 🔀 3.1K · 📦 240K · 📋 7.7K - 14% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pypa/pip ``` -- [PyPi](https://pypi.org/project/pip) (📥 450M / month · 📦 5.3K · ⏱️ 30.07.2025): +- [PyPi](https://pypi.org/project/pip) (📥 420M / month · 📦 5.3K · ⏱️ 30.07.2025): ``` pip install pip ``` @@ -938,12 +923,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
conda (🥇43 · ⭐ 7.1K) - A system-level, binary package and environment manager running on all.. BSD-3 -- [GitHub](https://github.com/conda/conda) (👨‍💻 470 · 🔀 1.9K · 📥 28K · 📦 52K · 📋 10K - 6% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/conda/conda) (👨‍💻 470 · 🔀 1.9K · 📥 29K · 📦 52K · 📋 10K - 6% open · ⏱️ 04.09.2025): ``` git clone https://github.com/conda/conda ``` -- [PyPi](https://pypi.org/project/conda) (📥 14K / month · 📦 83 · ⏱️ 22.04.2017): +- [PyPi](https://pypi.org/project/conda) (📥 10K / month · 📦 83 · ⏱️ 22.04.2017): ``` pip install conda ``` @@ -954,16 +939,16 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
poetry (🥈40 · ⭐ 34K) - Python packaging and dependency management made easy. MIT -- [GitHub](https://github.com/python-poetry/poetry) (👨‍💻 610 · 🔀 2.4K · 📥 16M · 📋 6.3K - 9% open · ⏱️ 27.08.2025): +- [GitHub](https://github.com/python-poetry/poetry) (👨‍💻 610 · 🔀 2.4K · 📥 16M · 📋 6.3K - 9% open · ⏱️ 30.08.2025): ``` git clone https://github.com/python-poetry/poetry ``` -- [PyPi](https://pypi.org/project/poetry) (📥 70M / month · 📦 850 · ⏱️ 05.08.2025): +- [PyPi](https://pypi.org/project/poetry) (📥 67M / month · 📦 850 · ⏱️ 05.08.2025): ``` pip install poetry ``` -- [Conda](https://anaconda.org/conda-forge/poetry) (📥 4.9M · ⏱️ 05.08.2025): +- [Conda](https://anaconda.org/conda-forge/poetry) (📥 5.4M · ⏱️ 05.08.2025): ``` conda install -c conda-forge poetry ``` @@ -975,7 +960,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/jazzband/pip-tools ``` -- [PyPi](https://pypi.org/project/pip-tools) (📥 19M / month · 📦 2.7K · ⏱️ 31.07.2025): +- [PyPi](https://pypi.org/project/pip-tools) (📥 18M / month · 📦 2.7K · ⏱️ 31.07.2025): ``` pip install pip-tools ``` @@ -986,12 +971,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
PDM (🥈38 · ⭐ 8.5K) - A modern Python package and dependency manager supporting the latest PEP.. MIT -- [GitHub](https://github.com/pdm-project/pdm) (👨‍💻 230 · 🔀 450 · 📥 710 · 📦 510 · 📋 1.9K - 2% open · ⏱️ 27.08.2025): +- [GitHub](https://github.com/pdm-project/pdm) (👨‍💻 230 · 🔀 450 · 📥 720 · 📦 510 · 📋 1.9K - 2% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pdm-project/pdm ``` -- [PyPi](https://pypi.org/project/pdm) (📥 6.7M / month · 📦 200 · ⏱️ 22.08.2025): +- [PyPi](https://pypi.org/project/pdm) (📥 7M / month · 📦 200 · ⏱️ 22.08.2025): ``` pip install pdm ``` @@ -1002,12 +987,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pipx (🥉34 · ⭐ 12K) - Install and Run Python Applications in Isolated Environments. MIT -- [GitHub](https://github.com/pypa/pipx) (👨‍💻 160 · 🔀 470 · 📥 560K · 📦 4.5K · 📋 850 - 16% open · ⏱️ 10.08.2025): +- [GitHub](https://github.com/pypa/pipx) (👨‍💻 160 · 🔀 470 · 📥 570K · 📦 4.5K · 📋 850 - 16% open · ⏱️ 10.08.2025): ``` git clone https://github.com/pypa/pipx ``` -- [PyPi](https://pypi.org/project/pipx) (📥 10M / month · 📦 58 · ⏱️ 23.08.2024): +- [PyPi](https://pypi.org/project/pipx) (📥 11M / month · 📦 58 · ⏱️ 23.08.2024): ``` pip install pipx ``` @@ -1016,9 +1001,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pipx ```
-
mamba (🥉31 · ⭐ 7.6K) - The Fast Cross-Platform Package Manager. BSD-3 +
mamba (🥉30 · ⭐ 7.6K) - The Fast Cross-Platform Package Manager. BSD-3 -- [GitHub](https://github.com/mamba-org/mamba) (👨‍💻 170 · 🔀 400 · 📋 2K - 22% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/mamba-org/mamba) (👨‍💻 180 · 🔀 410 · 📋 2K - 22% open · ⏱️ 04.09.2025): ``` git clone https://github.com/mamba-org/mamba @@ -1028,7 +1013,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mamba ```
-
pipreqs (🥉31 · ⭐ 7.3K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2 +
pipreqs (🥉30 · ⭐ 7.3K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2 - [GitHub](https://github.com/bndr/pipreqs) (👨‍💻 74 · 🔀 420 · 📦 40K · 📋 330 - 65% open · ⏱️ 30.06.2025): @@ -1046,12 +1031,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyflow (🥉22 · ⭐ 1.3K) - An installation and dependency system for Python. MIT -- [GitHub](https://github.com/David-OConnor/pyflow) (👨‍💻 29 · 🔀 48 · 📥 8.6K · 📦 42 · 📋 140 - 47% open · ⏱️ 06.07.2025): +- [GitHub](https://github.com/David-OConnor/pyflow) (👨‍💻 29 · 🔀 48 · 📥 8.7K · 📦 42 · 📋 140 - 47% open · ⏱️ 06.07.2025): ``` git clone https://github.com/David-OConnor/pyflow ``` -- [PyPi](https://pypi.org/project/pyflow) (📥 370 / month · 📦 1 · ⏱️ 02.07.2021): +- [PyPi](https://pypi.org/project/pyflow) (📥 360 / month · 📦 1 · ⏱️ 02.07.2021): ``` pip install pyflow ``` @@ -1059,7 +1044,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 2 hidden projects... - dephell (🥉26 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,.. MIT -- pip-run (🥉19 · ⭐ 140) - pip-run - dynamic dependency loader for Python. ❗Unlicensed +- pip-run (🥉18 · ⭐ 140) - pip-run - dynamic dependency loader for Python. ❗Unlicensed

@@ -1069,12 +1054,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
prospector (🥇34 · ⭐ 2K) - Inspects Python source files and provides information about type.. ❗️GPL-2.0 -- [GitHub](https://github.com/prospector-dev/prospector) (👨‍💻 98 · 🔀 180 · 📦 5.2K · 📋 400 - 8% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/prospector-dev/prospector) (👨‍💻 98 · 🔀 180 · 📦 5.2K · 📋 400 - 8% open · ⏱️ 01.09.2025): ``` git clone https://github.com/PyCQA/prospector ``` -- [PyPi](https://pypi.org/project/prospector) (📥 560K / month · 📦 290 · ⏱️ 13.08.2025): +- [PyPi](https://pypi.org/project/prospector) (📥 500K / month · 📦 290 · ⏱️ 13.08.2025): ``` pip install prospector ``` @@ -1090,7 +1075,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/mccabe ``` -- [PyPi](https://pypi.org/project/mccabe) (📥 71M / month · 📦 930 · ⏱️ 24.01.2022): +- [PyPi](https://pypi.org/project/mccabe) (📥 67M / month · 📦 930 · ⏱️ 24.01.2022): ``` pip install mccabe ``` @@ -1138,7 +1123,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/mschwager/cohesion ``` -- [PyPi](https://pypi.org/project/cohesion) (📥 13K / month · 📦 13 · ⏱️ 09.12.2024): +- [PyPi](https://pypi.org/project/cohesion) (📥 10K / month · 📦 13 · ⏱️ 09.12.2024): ``` pip install cohesion ``` @@ -1149,7 +1134,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 1 hidden projects... -- wily (🥉26 · ⭐ 1.2K · 💀) - A Python application for tracking, reporting on timing and.. Apache-2 +- wily (🥉26 · ⭐ 1.3K · 💀) - A Python application for tracking, reporting on timing and.. Apache-2

@@ -1157,7 +1142,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
rich (🥇47 · ⭐ 53K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT +
rich (🥇47 · ⭐ 54K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT - [GitHub](https://github.com/Textualize/rich) (👨‍💻 280 · 🔀 1.9K · 📦 470K · 📋 1.5K - 18% open · ⏱️ 13.08.2025): @@ -1168,7 +1153,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install rich ``` -- [Conda](https://anaconda.org/conda-forge/rich) (📥 14M · ⏱️ 25.07.2025): +- [Conda](https://anaconda.org/conda-forge/rich) (📥 15M · ⏱️ 25.07.2025): ``` conda install -c conda-forge rich ``` @@ -1184,7 +1169,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install tqdm ``` -- [Conda](https://anaconda.org/conda-forge/tqdm) (📥 40M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/tqdm) (📥 41M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tqdm ``` @@ -1195,28 +1180,28 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
sentry-sdk (🥇39 · ⭐ 2.1K) - The official Python SDK for Sentry.io. MIT -- [GitHub](https://github.com/getsentry/sentry-python) (👨‍💻 280 · 🔀 560 · 📥 4K · 📋 1.8K - 11% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/getsentry/sentry-python) (👨‍💻 280 · 🔀 560 · 📥 3.9K · 📋 1.8K - 11% open · ⏱️ 04.09.2025): ``` git clone https://github.com/getsentry/sentry-python ``` -- [PyPi](https://pypi.org/project/sentry-sdk) (📥 70M / month · 📦 1.3K · ⏱️ 26.08.2025): +- [PyPi](https://pypi.org/project/sentry-sdk) (📥 70M / month · 📦 1.3K · ⏱️ 04.09.2025): ``` pip install sentry-sdk ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.4M · ⏱️ 26.08.2025): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.4M · ⏱️ 04.09.2025): ``` conda install -c conda-forge sentry-sdk ```
loguru (🥈38 · ⭐ 23K) - Python logging made (stupidly) simple. MIT -- [GitHub](https://github.com/Delgan/loguru) (👨‍💻 67 · 🔀 740 · 📦 140K · 📋 1.1K - 20% open · ⏱️ 10.08.2025): +- [GitHub](https://github.com/Delgan/loguru) (👨‍💻 68 · 🔀 740 · 📦 140K · 📋 1.1K - 20% open · ⏱️ 31.08.2025): ``` git clone https://github.com/Delgan/loguru ``` -- [PyPi](https://pypi.org/project/loguru) (📥 36M / month · 📦 11K · ⏱️ 06.12.2024): +- [PyPi](https://pypi.org/project/loguru) (📥 39M / month · 📦 11K · ⏱️ 06.12.2024): ``` pip install loguru ``` @@ -1227,32 +1212,32 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
structlog (🥈38 · ⭐ 4.2K) - Simple, powerful, and fast logging for Python. Apache-2 -- [GitHub](https://github.com/hynek/structlog) (👨‍💻 130 · 🔀 250 · 📦 25K · 📋 380 - 10% open · ⏱️ 18.08.2025): +- [GitHub](https://github.com/hynek/structlog) (👨‍💻 130 · 🔀 250 · 📦 25K · 📋 380 - 10% open · ⏱️ 02.09.2025): ``` git clone https://github.com/hynek/structlog ``` -- [PyPi](https://pypi.org/project/structlog) (📥 32M / month · 📦 1.5K · ⏱️ 02.06.2025): +- [PyPi](https://pypi.org/project/structlog) (📥 33M / month · 📦 1.5K · ⏱️ 02.06.2025): ``` pip install structlog ``` -- [Conda](https://anaconda.org/conda-forge/structlog) (📥 760K · ⏱️ 02.06.2025): +- [Conda](https://anaconda.org/conda-forge/structlog) (📥 770K · ⏱️ 02.06.2025): ``` conda install -c conda-forge structlog ```
logbook (🥈35 · ⭐ 1.5K) - A cool logging replacement for Python. BSD-3 -- [GitHub](https://github.com/getlogbook/logbook) (👨‍💻 80 · 🔀 170 · 📥 500 · 📦 7.3K · 📋 190 - 25% open · ⏱️ 26.07.2025): +- [GitHub](https://github.com/getlogbook/logbook) (👨‍💻 80 · 🔀 170 · 📥 500 · 📦 7.3K · 📋 190 - 25% open · ⏱️ 02.09.2025): ``` git clone https://github.com/getlogbook/logbook ``` -- [PyPi](https://pypi.org/project/logbook) (📥 6.8M / month · 📦 270 · ⏱️ 14.06.2025): +- [PyPi](https://pypi.org/project/logbook) (📥 6.6M / month · 📦 270 · ⏱️ 14.06.2025): ``` pip install logbook ``` -- [Conda](https://anaconda.org/conda-forge/logbook) (📥 350K · ⏱️ 27.08.2025): +- [Conda](https://anaconda.org/conda-forge/logbook) (📥 360K · ⏱️ 27.08.2025): ``` conda install -c conda-forge logbook ``` @@ -1273,7 +1258,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge tabulate ```
-
alive-progress (🥈33 · ⭐ 6K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT +
alive-progress (🥈33 · ⭐ 6.1K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT - [GitHub](https://github.com/rsalmei/alive-progress) (👨‍💻 10 · 🔀 220 · 📦 4.7K · 📋 240 - 5% open · ⏱️ 20.07.2025): @@ -1289,7 +1274,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge alive-progress ```
-
python-json-logger (🥉32 · ⭐ 1.8K · 💤) - Json Formatter for the standard python logger. BSD-2 +
python-json-logger (🥉31 · ⭐ 1.8K · 💤) - Json Formatter for the standard python logger. BSD-2 - [GitHub](https://github.com/madzak/python-json-logger) (👨‍💻 64 · 🔀 230 · 📋 120 - 24% open · ⏱️ 12.12.2024): @@ -1305,14 +1290,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge python-json-logger ```
-
colorlog (🥉31 · ⭐ 930 · 💤) - A colored formatter for the python logging module. MIT +
colorlog (🥉30 · ⭐ 930 · 💤) - A colored formatter for the python logging module. MIT - [GitHub](https://github.com/borntyping/python-colorlog) (👨‍💻 34 · 🔀 93 · 📦 60K · ⏱️ 29.10.2024): ``` git clone https://github.com/borntyping/python-colorlog ``` -- [PyPi](https://pypi.org/project/colorlog) (📥 34M / month · 📦 2.1K · ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/colorlog) (📥 33M / month · 📦 2.1K · ⏱️ 29.10.2024): ``` pip install colorlog ``` @@ -1332,7 +1317,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install progressbar2 ``` -- [Conda](https://anaconda.org/conda-forge/progressbar2) (📥 3.2M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/progressbar2) (📥 3.3M · ⏱️ 22.04.2025): ``` conda install -c conda-forge progressbar2 ``` @@ -1344,7 +1329,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/liiight/notifiers ``` -- [PyPi](https://pypi.org/project/notifiers) (📥 570K / month · 📦 37 · ⏱️ 17.05.2025): +- [PyPi](https://pypi.org/project/notifiers) (📥 560K / month · 📦 37 · ⏱️ 17.05.2025): ``` pip install notifiers ``` @@ -1360,7 +1345,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/samuelcolvin/python-devtools ``` -- [PyPi](https://pypi.org/project/python-devtools) (📥 2K / month · 📦 2 · ⏱️ 21.08.2017): +- [PyPi](https://pypi.org/project/python-devtools) (📥 2.1K / month · 📦 2 · ⏱️ 21.08.2017): ``` pip install python-devtools ``` @@ -1371,7 +1356,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 8 hidden projects... -- prettytable (🥈34 · ⭐ 1.5K) - Display tabular data in a visually appealing ASCII table.. ❗Unlicensed +- prettytable (🥈33 · ⭐ 1.5K) - Display tabular data in a visually appealing ASCII table.. ❗Unlicensed - python-coloredlogs (🥉30 · ⭐ 560 · 💀) - Colored terminal output for Pythons logging module. MIT - wasabi (🥉27 · ⭐ 460 · 💀) - A lightweight console printing and formatting toolkit. MIT - better-exceptions (🥉24 · ⭐ 4.7K · 💀) - Pretty and useful exceptions in Python, automatically. MIT @@ -1393,14 +1378,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/xxh/xxh ``` -- [PyPi](https://pypi.org/project/xxh-xxh) (📥 230 / month · ⏱️ 06.04.2024): +- [PyPi](https://pypi.org/project/xxh-xxh) (📥 250 / month · ⏱️ 06.04.2024): ``` pip install xxh-xxh ```
Show 1 hidden projects... -- xonsh (🥇37 · ⭐ 8.9K) - Python-powered shell. Full-featured and cross-platform. ❗️BSD-1-Clause +- xonsh (🥇37 · ⭐ 9K) - Python-powered shell. Full-featured and cross-platform. ❗️BSD-1-Clause

@@ -1412,12 +1397,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs-material (🥇43 · ⭐ 24K) - Documentation that simply works. MIT -- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 320 · 🔀 3.9K · 📦 73K · 📋 2.6K - 0% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 320 · 🔀 3.9K · 📦 73K · 📋 2.6K - 0% open · ⏱️ 01.09.2025): ``` git clone https://github.com/squidfunk/mkdocs-material ``` -- [PyPi](https://pypi.org/project/mkdocs-material) (📥 11M / month · 📦 5.3K · ⏱️ 22.08.2025): +- [PyPi](https://pypi.org/project/mkdocs-material) (📥 10M / month · 📦 5.3K · ⏱️ 22.08.2025): ``` pip install mkdocs-material ``` @@ -1428,12 +1413,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs (🥇40 · ⭐ 21K) - Project documentation with Markdown. BSD-2 -- [GitHub](https://github.com/mkdocs/mkdocs) (👨‍💻 260 · 🔀 2.5K · 📦 88K · 📋 2.1K - 5% open · ⏱️ 03.08.2025): +- [GitHub](https://github.com/mkdocs/mkdocs) (👨‍💻 260 · 🔀 2.5K · 📦 89K · 📋 2.1K - 5% open · ⏱️ 03.08.2025): ``` git clone https://github.com/mkdocs/mkdocs ``` -- [PyPi](https://pypi.org/project/mkdocs) (📥 9.2M / month · 📦 6.3K · ⏱️ 30.08.2024): +- [PyPi](https://pypi.org/project/mkdocs) (📥 9M / month · 📦 6.5K · ⏱️ 30.08.2024): ``` pip install mkdocs ``` @@ -1442,14 +1427,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mkdocs ```
-
sphinx_rtd_theme (🥈35 · ⭐ 4.9K) - Sphinx theme from Read the Docs. MIT +
sphinx_rtd_theme (🥈35 · ⭐ 5K · 💤) - Sphinx theme from Read the Docs. MIT - [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (👨‍💻 120 · 🔀 1.8K · 📦 16 · 📋 920 - 27% open · ⏱️ 20.02.2025): ``` git clone https://github.com/readthedocs/sphinx_rtd_theme ``` -- [PyPi](https://pypi.org/project/sphinx_rtd_theme) (📥 10M / month · 📦 13K · ⏱️ 13.11.2024): +- [PyPi](https://pypi.org/project/sphinx_rtd_theme) (📥 9.9M / month · 📦 13K · ⏱️ 13.11.2024): ``` pip install sphinx_rtd_theme ``` @@ -1460,7 +1445,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Griffe (🥈34 · ⭐ 520) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC -- [GitHub](https://github.com/mkdocstrings/griffe) (👨‍💻 39 · 🔀 51 · 📦 12K · 📋 280 - 11% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/mkdocstrings/griffe) (👨‍💻 39 · 🔀 52 · 📦 12K · 📋 290 - 11% open · ⏱️ 02.09.2025): ``` git clone https://github.com/mkdocstrings/griffe @@ -1469,19 +1454,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install griffe ``` -- [Conda](https://anaconda.org/conda-forge/griffe) (📥 620K · ⏱️ 26.08.2025): +- [Conda](https://anaconda.org/conda-forge/griffe) (📥 630K · ⏱️ 26.08.2025): ``` conda install -c conda-forge griffe ```
mkdocstrings (🥈33 · ⭐ 2K) - Automatic documentation from sources, for MkDocs. ISC -- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 52 · 🔀 110 · 📦 20K · 📋 460 - 13% open · ⏱️ 24.08.2025): +- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 52 · 🔀 110 · 📦 21K · 📋 460 - 13% open · ⏱️ 24.08.2025): ``` git clone https://github.com/mkdocstrings/mkdocstrings ``` -- [PyPi](https://pypi.org/project/mkdocstrings) (📥 4M / month · 📦 1.6K · ⏱️ 22.07.2025): +- [PyPi](https://pypi.org/project/mkdocstrings) (📥 3.9M / month · 📦 1.6K · ⏱️ 22.07.2025): ``` pip install mkdocstrings ``` @@ -1490,30 +1475,30 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mkdocstrings ```
-
breathe (🥈33 · ⭐ 780) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 +
breathe (🥈33 · ⭐ 790) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 -- [GitHub](https://github.com/breathe-doc/breathe) (👨‍💻 120 · 🔀 210 · 📥 750 · 📦 19K · 📋 610 - 30% open · ⏱️ 08.07.2025): +- [GitHub](https://github.com/breathe-doc/breathe) (👨‍💻 120 · 🔀 210 · 📥 750 · 📦 19K · 📋 610 - 30% open · ⏱️ 01.09.2025): ``` git clone https://github.com/michaeljones/breathe ``` -- [PyPi](https://pypi.org/project/breathe) (📥 830K / month · 📦 130 · ⏱️ 08.07.2025): +- [PyPi](https://pypi.org/project/breathe) (📥 860K / month · 📦 130 · ⏱️ 08.07.2025): ``` pip install breathe ``` -- [Conda](https://anaconda.org/conda-forge/breathe) (📥 800K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/breathe) (📥 810K · ⏱️ 22.04.2025): ``` conda install -c conda-forge breathe ```
sphinx-autodoc-typehints (🥈33 · ⭐ 580) - Type hints support for the Sphinx autodoc extension. MIT -- [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (👨‍💻 61 · 🔀 110 · 📦 57K · 📋 210 - 19% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (👨‍💻 61 · 🔀 110 · 📦 57K · 📋 210 - 19% open · ⏱️ 04.09.2025): ``` git clone https://github.com/tox-dev/sphinx-autodoc-typehints ``` -- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (📥 3.7M / month · 📦 3.9K · ⏱️ 25.04.2025): +- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (📥 3.5M / month · 📦 3.9K · ⏱️ 25.04.2025): ``` pip install sphinx-autodoc-typehints ``` @@ -1522,14 +1507,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge sphinx-autodoc-typehints ```
-
sphinx-autobuild (🥈31 · ⭐ 580 · 📈) - Watch a Sphinx directory and rebuild the.. MIT +
sphinx-autobuild (🥈31 · ⭐ 580) - Watch a Sphinx directory and rebuild the documentation.. MIT - [GitHub](https://github.com/sphinx-doc/sphinx-autobuild) (👨‍💻 36 · 🔀 85 · 📦 29K · 📋 110 - 16% open · ⏱️ 25.08.2025): ``` git clone https://github.com/executablebooks/sphinx-autobuild ``` -- [PyPi](https://pypi.org/project/sphinx-autobuild) (📥 3.7M / month · 📦 2.3K · ⏱️ 25.08.2025): +- [PyPi](https://pypi.org/project/sphinx-autobuild) (📥 3.9M / month · 📦 2.3K · ⏱️ 25.08.2025): ``` pip install sphinx-autobuild ``` @@ -1538,14 +1523,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge sphinx-autobuild ```
-
pdoc3 (🥉29 · ⭐ 1.2K) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 +
pdoc3 (🥉28 · ⭐ 1.2K) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 - [GitHub](https://github.com/pdoc3/pdoc) (👨‍💻 68 · 🔀 140 · 📦 4.9K · 📋 340 - 30% open · ⏱️ 12.07.2025): ``` git clone https://github.com/pdoc3/pdoc ``` -- [PyPi](https://pypi.org/project/pdoc3) (📥 330K / month · 📦 490 · ⏱️ 20.03.2025): +- [PyPi](https://pypi.org/project/pdoc3) (📥 300K / month · 📦 490 · ⏱️ 20.03.2025): ``` pip install pdoc3 ``` @@ -1556,12 +1541,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
blacken-docs (🥉26 · ⭐ 670) - Run `black` on python code blocks in documentation files. MIT -- [GitHub](https://github.com/adamchainz/blacken-docs) (👨‍💻 25 · 🔀 43 · 📦 1.3K · 📋 81 - 11% open · ⏱️ 11.08.2025): +- [GitHub](https://github.com/adamchainz/blacken-docs) (👨‍💻 25 · 🔀 43 · 📦 1.4K · 📋 81 - 11% open · ⏱️ 11.08.2025): ``` git clone https://github.com/asottile/blacken-docs ``` -- [PyPi](https://pypi.org/project/blacken-docs) (📥 150K / month · 📦 88 · ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/blacken-docs) (📥 130K / month · 📦 88 · ⏱️ 23.10.2024): ``` pip install blacken-docs ``` @@ -1572,24 +1557,24 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs-awesome-pages-plugin (🥉24 · ⭐ 580) - A plugin for customizing the navigation structure of.. MIT -- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (👨‍💻 10 · 🔀 40 · 📦 250 · 📋 110 - 19% open · ⏱️ 18.05.2025): +- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (👨‍💻 10 · 🔀 40 · 📦 270 · 📋 110 - 19% open · ⏱️ 18.05.2025): ``` git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (📥 620K / month · 📦 220 · ⏱️ 22.12.2024): +- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (📥 650K / month · 📦 220 · ⏱️ 22.12.2024): ``` pip install mkdocs-awesome-pages-plugin ```
-
pytkdocs (🥉24 · ⭐ 52) - Load Python objects documentation. ISC +
pytkdocs (🥉23 · ⭐ 53) - Load Python objects documentation. ISC - [GitHub](https://github.com/mkdocstrings/pytkdocs) (👨‍💻 23 · 🔀 32 · 📦 1.6K · 📋 100 - 6% open · ⏱️ 09.03.2025): ``` git clone https://github.com/mkdocstrings/pytkdocs ``` -- [PyPi](https://pypi.org/project/pytkdocs) (📥 170K / month · 📦 22 · ⏱️ 09.03.2025): +- [PyPi](https://pypi.org/project/pytkdocs) (📥 150K / month · 📦 22 · ⏱️ 09.03.2025): ``` pip install pytkdocs ``` @@ -1598,14 +1583,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pytkdocs ```
-
lazydocs (🥉23 · ⭐ 230) - Generate markdown API documentation from Google-style Python docstring... MIT +
lazydocs (🥉22 · ⭐ 230) - Generate markdown API documentation from Google-style Python docstring... MIT -- [GitHub](https://github.com/ml-tooling/lazydocs) (👨‍💻 12 · 🔀 43 · 📦 380 · 📋 42 - 11% open · ⏱️ 28.02.2025): +- [GitHub](https://github.com/ml-tooling/lazydocs) (👨‍💻 13 · 🔀 43 · 📦 380 · 📋 43 - 11% open · ⏱️ 28.08.2025): ``` git clone https://github.com/ml-tooling/lazydocs ``` -- [PyPi](https://pypi.org/project/lazydocs) (📥 59K / month · 📦 65 · ⏱️ 27.07.2021): +- [PyPi](https://pypi.org/project/lazydocs) (📥 58K / month · 📦 65 · ⏱️ 27.07.2021): ``` pip install lazydocs ``` @@ -1617,24 +1602,24 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/timvink/mkdocs-print-site-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 98K / month · 📦 22 · ⏱️ 03.08.2025): +- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 93K / month · 📦 22 · ⏱️ 03.08.2025): ``` pip install mkdocs-print-site-plugin ```
Show 14 hidden projects... -- sphinx (🥇44 · ⭐ 7.3K) - The Sphinx documentation generator. ❗Unlicensed -- pdoc (🥈32 · ⭐ 2.2K · 📈) - API Documentation for Python Projects. ❗️MIT-0 +- sphinx (🥇43 · ⭐ 7.3K · 📉) - The Sphinx documentation generator. ❗Unlicensed - alabaster (🥈32 · ⭐ 750 · 💀) - Lightweight, configurable Sphinx theme. BSD-3 -- numpydoc (🥉30 · ⭐ 340) - Numpys Sphinx extensions. ❗Unlicensed +- pdoc (🥈31 · ⭐ 2.2K) - API Documentation for Python Projects. ❗️MIT-0 +- numpydoc (🥉29 · ⭐ 340) - Numpys Sphinx extensions. ❗Unlicensed - interrogate (🥉26 · ⭐ 640 · 💀) - Explain yourself! Interrogate a codebase for docstring coverage. MIT - sphinx-bootstrap-theme (🥉26 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme. MIT - portray (🥉23 · ⭐ 870 · 💀) - Your Project with Great Documentation. MIT -- pycco (🥉23 · ⭐ 860 · 💀) - Literate-style documentation generator. MIT - mkdocs-with-pdf (🥉23 · ⭐ 370 · 💀) - Generate a single PDF file from MkDocs repository. MIT - releases (🥉23 · ⭐ 180 · 💀) - A powerful Sphinx changelog-generating extension. BSD-2 - sphinx-markdown-builder (🥉23 · ⭐ 160 · 💀) - DISCONTINUED: sphinx builder that outputs markdown.. MIT +- pycco (🥉22 · ⭐ 860 · 💀) - Literate-style documentation generator. MIT - mkdocs-pdf-export-plugin (🥉22 · ⭐ 340 · 💀) - An MkDocs plugin to export content pages as PDF files. MIT - mkdocs-git-revision-date-plugin (🥉20 · ⭐ 60 · 💀) - MkDocs plugin for setting revision date from git per.. MIT - mkdocs-versioning (🥉16 · ⭐ 40 · 💀) - A tool that allows for versioning sites built with.. MIT @@ -1679,44 +1664,28 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyelftools (🥇32 · ⭐ 2.1K) - Parsing ELF and DWARF in Python. Unlicense -- [GitHub](https://github.com/eliben/pyelftools) (👨‍💻 110 · 🔀 520 · 📦 11K · 📋 270 - 27% open · ⏱️ 03.07.2025): +- [GitHub](https://github.com/eliben/pyelftools) (👨‍💻 110 · 🔀 520 · 📦 11K · 📋 270 - 27% open · ⏱️ 01.09.2025): ``` git clone https://github.com/eliben/pyelftools ``` -- [PyPi](https://pypi.org/project/pyelftools) (📥 6.2M / month · 📦 270 · ⏱️ 19.02.2025): +- [PyPi](https://pypi.org/project/pyelftools) (📥 6.3M / month · 📦 270 · ⏱️ 19.02.2025): ``` pip install pyelftools ``` -- [Conda](https://anaconda.org/conda-forge/pyelftools) (📥 880K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pyelftools) (📥 890K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyelftools ```
-
ipdb (🥈31 · ⭐ 1.9K) - Integration of IPython pdb. BSD-3 - -- [GitHub](https://github.com/gotcha/ipdb) (👨‍💻 58 · 🔀 150 · 📦 66K · 📋 210 - 36% open · ⏱️ 28.07.2025): - - ``` - git clone https://github.com/gotcha/ipdb - ``` -- [PyPi](https://pypi.org/project/ipdb) (📥 9.6M / month · 📦 1.1K · ⏱️ 09.03.2023): - ``` - pip install ipdb - ``` -- [Conda](https://anaconda.org/conda-forge/ipdb) (📥 630K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge ipdb - ``` -
-
PySnooper (🥈30 · ⭐ 17K) - Never use print for debugging again. MIT +
PySnooper (🥈31 · ⭐ 17K) - Never use print for debugging again. MIT - [GitHub](https://github.com/cool-RR/PySnooper) (👨‍💻 29 · 🔀 950 · 📦 2.1K · 📋 140 - 21% open · ⏱️ 31.05.2025): ``` git clone https://github.com/cool-RR/PySnooper ``` -- [PyPi](https://pypi.org/project/pysnooper) (📥 380K / month · 📦 67 · ⏱️ 31.05.2025): +- [PyPi](https://pypi.org/project/pysnooper) (📥 400K / month · 📦 67 · ⏱️ 31.05.2025): ``` pip install pysnooper ``` @@ -1725,16 +1694,20 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pysnooper ```
-
gdbgui (🥉27 · ⭐ 10K) - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view.. ❗️GPL-3.0 +
ipdb (🥈31 · ⭐ 1.9K) - Integration of IPython pdb. BSD-3 -- [GitHub](https://github.com/cs01/gdbgui) (👨‍💻 45 · 🔀 510 · 📥 20K · 📦 500 · 📋 340 - 49% open · ⏱️ 29.06.2025): +- [GitHub](https://github.com/gotcha/ipdb) (👨‍💻 58 · 🔀 150 · 📦 66K · 📋 210 - 36% open · ⏱️ 28.07.2025): ``` - git clone https://github.com/cs01/gdbgui + git clone https://github.com/gotcha/ipdb ``` -- [PyPi](https://pypi.org/project/gdbgui) (📥 6K / month · 📦 2 · ⏱️ 29.06.2025): +- [PyPi](https://pypi.org/project/ipdb) (📥 9.7M / month · 📦 1.1K · ⏱️ 09.03.2023): ``` - pip install gdbgui + pip install ipdb + ``` +- [Conda](https://anaconda.org/conda-forge/ipdb) (📥 630K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge ipdb ```
python-hunter (🥉27 · ⭐ 840) - Hunter is a flexible code tracing toolkit. BSD-2 @@ -1744,7 +1717,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ionelmc/python-hunter ``` -- [PyPi](https://pypi.org/project/hunter) (📥 530K / month · 📦 17 · ⏱️ 22.08.2025): +- [PyPi](https://pypi.org/project/hunter) (📥 560K / month · 📦 17 · ⏱️ 22.08.2025): ``` pip install hunter ``` @@ -1753,6 +1726,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge hunter ```
+
gdbgui (🥉26 · ⭐ 10K) - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view.. ❗️GPL-3.0 + +- [GitHub](https://github.com/cs01/gdbgui) (👨‍💻 45 · 🔀 510 · 📥 20K · 📦 500 · 📋 340 - 49% open · ⏱️ 29.06.2025): + + ``` + git clone https://github.com/cs01/gdbgui + ``` +- [PyPi](https://pypi.org/project/gdbgui) (📥 6.4K / month · 📦 2 · ⏱️ 29.06.2025): + ``` + pip install gdbgui + ``` +
snoop (🥉24 · ⭐ 1.4K · 💤) - A powerful set of Python debugging tools, based on PySnooper. MIT - [GitHub](https://github.com/alexmojaki/snoop) (👨‍💻 22 · 🔀 38 · 📋 56 - 44% open · ⏱️ 06.10.2024): @@ -1760,7 +1745,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/alexmojaki/snoop ``` -- [PyPi](https://pypi.org/project/snoop) (📥 70K / month · 📦 41 · ⏱️ 06.10.2024): +- [PyPi](https://pypi.org/project/snoop) (📥 68K / month · 📦 41 · ⏱️ 06.10.2024): ``` pip install snoop ``` @@ -1776,7 +1761,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/lmacken/pyrasite ``` -- [PyPi](https://pypi.org/project/pyrasite) (📥 8K / month · ⏱️ 09.05.2012): +- [PyPi](https://pypi.org/project/pyrasite) (📥 7.7K / month · ⏱️ 09.05.2012): ``` pip install pyrasite ``` @@ -1800,12 +1785,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest (🥇49 · ⭐ 13K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT -- [GitHub](https://github.com/pytest-dev/pytest) (👨‍💻 1K · 🔀 2.8K · 📥 23K · 📦 1.7M · 📋 6.2K - 14% open · ⏱️ 27.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest) (👨‍💻 1.1K · 🔀 2.9K · 📥 23K · 📦 1.7M · 📋 6.2K - 14% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pytest-dev/pytest ``` -- [PyPi](https://pypi.org/project/pytest) (📥 260M / month · 📦 76K · ⏱️ 18.06.2025): +- [PyPi](https://pypi.org/project/pytest) (📥 240M / month · 📦 76K · ⏱️ 18.06.2025): ``` pip install pytest ``` @@ -1816,7 +1801,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
robotframework (🥇43 · ⭐ 11K) - Generic automation framework for acceptance testing and RPA. Apache-2 -- [GitHub](https://github.com/robotframework/robotframework) (👨‍💻 220 · 🔀 2.5K · 📥 580 · 📦 14K · 📋 4.7K - 5% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/robotframework/robotframework) (👨‍💻 220 · 🔀 2.5K · 📥 580 · 📦 14K · 📋 4.7K - 5% open · ⏱️ 04.09.2025): ``` git clone https://github.com/robotframework/robotframework @@ -1830,46 +1815,46 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge robotframework ```
-
hypothesis (🥇41 · ⭐ 8K) - The property-based testing library for Python. MPL-2.0 +
hypothesis (🥇41 · ⭐ 8.1K) - The property-based testing library for Python. MPL-2.0 -- [GitHub](https://github.com/HypothesisWorks/hypothesis) (👨‍💻 350 · 🔀 620 · 📦 35K · 📋 1.7K - 4% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/HypothesisWorks/hypothesis) (👨‍💻 350 · 🔀 620 · 📦 35K · 📋 1.7K - 4% open · ⏱️ 02.09.2025): ``` git clone https://github.com/HypothesisWorks/hypothesis ``` -- [PyPi](https://pypi.org/project/hypothesis) (📥 20M / month · 📦 2.8K · ⏱️ 28.08.2025): +- [PyPi](https://pypi.org/project/hypothesis) (📥 20M / month · 📦 2.8K · ⏱️ 02.09.2025): ``` pip install hypothesis ``` -- [Conda](https://anaconda.org/conda-forge/hypothesis) (📥 14M · ⏱️ 27.08.2025): +- [Conda](https://anaconda.org/conda-forge/hypothesis) (📥 15M · ⏱️ 03.09.2025): ``` conda install -c conda-forge hypothesis ```
tox (🥇40 · ⭐ 3.8K) - Command line driven CI frontend and development task automation tool. MIT -- [GitHub](https://github.com/tox-dev/tox) (👨‍💻 330 · 🔀 540 · 📦 130K · 📋 1.8K - 7% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/tox-dev/tox) (👨‍💻 330 · 🔀 540 · 📦 130K · 📋 1.8K - 7% open · ⏱️ 04.09.2025): ``` git clone https://github.com/tox-dev/tox ``` -- [PyPi](https://pypi.org/project/tox) (📥 28M / month · 📦 11K · ⏱️ 31.07.2025): +- [PyPi](https://pypi.org/project/tox) (📥 25M / month · 📦 12K · ⏱️ 03.09.2025): ``` pip install tox ``` -- [Conda](https://anaconda.org/conda-forge/tox) (📥 1.5M · ⏱️ 01.08.2025): +- [Conda](https://anaconda.org/conda-forge/tox) (📥 1.5M · ⏱️ 03.09.2025): ``` conda install -c conda-forge tox ```
pytest-asyncio (🥇40 · ⭐ 1.6K) - Asyncio support for pytest. Apache-2 -- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (👨‍💻 72 · 🔀 160 · 📥 1.6K · 📦 150K · 📋 380 - 13% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (👨‍💻 73 · 🔀 160 · 📥 1.6K · 📦 150K · 📋 380 - 14% open · ⏱️ 04.09.2025): ``` git clone https://github.com/pytest-dev/pytest-asyncio ``` -- [PyPi](https://pypi.org/project/pytest-asyncio) (📥 54M / month · 📦 9K · ⏱️ 16.07.2025): +- [PyPi](https://pypi.org/project/pytest-asyncio) (📥 53M / month · 📦 9K · ⏱️ 16.07.2025): ``` pip install pytest-asyncio ``` @@ -1878,26 +1863,26 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pytest-asyncio ```
-
playwright-python (🥈39 · ⭐ 14K · 📈) - Python version of the Playwright testing and.. Apache-2 +
playwright-python (🥈39 · ⭐ 14K) - Python version of the Playwright testing and automation.. Apache-2 -- [GitHub](https://github.com/microsoft/playwright-python) (👨‍💻 50 · 🔀 1K · 📦 45K · 📋 1.5K - 2% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/microsoft/playwright-python) (👨‍💻 50 · 🔀 1.1K · 📦 45K · 📋 1.5K - 2% open · ⏱️ 02.09.2025): ``` git clone https://github.com/microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (📥 20M / month · 📦 2.5K · ⏱️ 22.07.2025): +- [PyPi](https://pypi.org/project/playwright) (📥 21M / month · 📦 2.7K · ⏱️ 28.08.2025): ``` pip install playwright ```
pytest-cov (🥈39 · ⭐ 1.9K) - Coverage plugin for pytest. MIT -- [GitHub](https://github.com/pytest-dev/pytest-cov) (👨‍💻 97 · 🔀 220 · 📦 410K · 📋 440 - 34% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-cov) (👨‍💻 97 · 🔀 220 · 📦 410K · 📋 440 - 34% open · ⏱️ 30.08.2025): ``` git clone https://github.com/pytest-dev/pytest-cov ``` -- [PyPi](https://pypi.org/project/pytest-cov) (📥 86M / month · 📦 40K · ⏱️ 12.06.2025): +- [PyPi](https://pypi.org/project/pytest-cov) (📥 81M / month · 📦 40K · ⏱️ 12.06.2025): ``` pip install pytest-cov ``` @@ -1908,7 +1893,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-xdist (🥈39 · ⭐ 1.7K) - pytest plugin for distributed testing and loop-on-failures.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-xdist) (👨‍💻 110 · 🔀 240 · 📥 290 · 📦 120K · 📋 670 - 41% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-xdist) (👨‍💻 110 · 🔀 240 · 📥 300 · 📦 120K · 📋 670 - 41% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pytest-dev/pytest-xdist @@ -1917,23 +1902,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-xdist ``` -- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (📥 9.3M · ⏱️ 02.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (📥 9.4M · ⏱️ 02.07.2025): ``` conda install -c conda-forge pytest-xdist ```
-
pytest-mock (🥈37 · ⭐ 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT +
pytest-mock (🥈38 · ⭐ 2K · 📈) - Thin-wrapper around the mock package for easier use with.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-mock) (👨‍💻 79 · 🔀 150 · 📥 100 · 📦 120K · 📋 160 - 7% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-mock) (👨‍💻 79 · 🔀 150 · 📥 100 · 📦 120K · 📋 160 - 7% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pytest-dev/pytest-mock ``` -- [PyPi](https://pypi.org/project/pytest-mock) (📥 48M / month · 📦 7.1K · ⏱️ 26.05.2025): +- [PyPi](https://pypi.org/project/pytest-mock) (📥 47M / month · 📦 7.1K · ⏱️ 26.05.2025): ``` pip install pytest-mock ``` -- [Conda](https://anaconda.org/conda-forge/pytest-mock) (📥 3.8M · ⏱️ 26.05.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-mock) (📥 3.9M · ⏱️ 26.05.2025): ``` conda install -c conda-forge pytest-mock ``` @@ -1956,7 +1941,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-html (🥈34 · ⭐ 740) - Plugin for generating HTML reports for pytest results. MIT -- [GitHub](https://github.com/pytest-dev/pytest-html) (👨‍💻 61 · 🔀 240 · 📦 57K · 📋 430 - 40% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-html) (👨‍💻 61 · 🔀 250 · 📦 57K · 📋 440 - 41% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pytest-dev/pytest-html @@ -1965,7 +1950,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-html ``` -- [Conda](https://anaconda.org/conda-forge/pytest-html) (📥 750K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-html) (📥 760K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-html ``` @@ -1977,7 +1962,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/theacodes/nox ``` -- [PyPi](https://pypi.org/project/nox) (📥 4.7M / month · 📦 1.2K · ⏱️ 01.05.2025): +- [PyPi](https://pypi.org/project/nox) (📥 4.1M / month · 📦 1.2K · ⏱️ 01.05.2025): ``` pip install nox ``` @@ -1986,7 +1971,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge nox ```
-
pytest-bdd (🥈33 · ⭐ 1.4K) - BDD library for the pytest runner. MIT +
pytest-bdd (🥈33 · ⭐ 1.4K · 💤) - BDD library for the pytest runner. MIT - [GitHub](https://github.com/pytest-dev/pytest-bdd) (👨‍💻 65 · 🔀 230 · 📦 4.4K · 📋 380 - 21% open · ⏱️ 13.02.2025): @@ -2009,7 +1994,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/lk-geimfari/mimesis ``` -- [PyPi](https://pypi.org/project/mimesis) (📥 840K / month · 📦 68 · ⏱️ 13.09.2024): +- [PyPi](https://pypi.org/project/mimesis) (📥 850K / month · 📦 68 · ⏱️ 13.09.2024): ``` pip install mimesis ``` @@ -2018,22 +2003,6 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mimesis ```
-
pytest-testinfra (🥈32 · ⭐ 2.4K) - Testinfra test your infrastructures. Apache-2 - -- [GitHub](https://github.com/pytest-dev/pytest-testinfra) (👨‍💻 140 · 🔀 360 · 📦 2.5K · 📋 370 - 37% open · ⏱️ 12.08.2025): - - ``` - git clone https://github.com/pytest-dev/pytest-testinfra - ``` -- [PyPi](https://pypi.org/project/pytest-testinfra) (📥 730K / month · 📦 20 · ⏱️ 30.03.2025): - ``` - pip install pytest-testinfra - ``` -- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (📥 31K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge pytest-testinfra - ``` -
pytest-sugar (🥈32 · ⭐ 1.5K) - a plugin for py.test that changes the default look and feel.. BSD-3 - [GitHub](https://github.com/Teemu/pytest-sugar) (👨‍💻 56 · 🔀 77 · 📥 43 · 📦 28K · 📋 120 - 23% open · ⏱️ 23.08.2025): @@ -2045,7 +2014,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-sugar ``` -- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (📥 330K · ⏱️ 24.08.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (📥 340K · ⏱️ 24.08.2025): ``` conda install -c conda-forge pytest-sugar ``` @@ -2057,23 +2026,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/nose-devs/nose2 ``` -- [PyPi](https://pypi.org/project/nose2) (📥 690K / month · 📦 320 · ⏱️ 01.06.2024): +- [PyPi](https://pypi.org/project/nose2) (📥 650K / month · 📦 320 · ⏱️ 01.06.2024): ``` pip install nose2 ``` -- [Conda](https://anaconda.org/conda-forge/nose2) (📥 190K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/nose2) (📥 200K · ⏱️ 22.04.2025): ``` conda install -c conda-forge nose2 ```
-
coveralls-python (🥉31 · ⭐ 570) - Show coverage stats online via coveralls.io. MIT +
coveralls-python (🥈32 · ⭐ 570) - Show coverage stats online via coveralls.io. MIT -- [GitHub](https://github.com/TheKevJames/coveralls-python) (👨‍💻 66 · 🔀 190 · 📦 36K · 📋 180 - 6% open · ⏱️ 18.08.2025): +- [GitHub](https://github.com/TheKevJames/coveralls-python) (👨‍💻 66 · 🔀 190 · 📦 36K · 📋 180 - 6% open · ⏱️ 01.09.2025): ``` git clone https://github.com/TheKevJames/coveralls-python ``` -- [PyPi](https://pypi.org/project/coveralls) (📥 1.4M / month · 📦 2.2K · ⏱️ 15.05.2024): +- [PyPi](https://pypi.org/project/coveralls) (📥 1.1M / month · 📦 2.2K · ⏱️ 15.05.2024): ``` pip install coveralls ``` @@ -2082,9 +2051,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge coveralls ```
-
factory_boy (🥉30 · ⭐ 3.7K) - A test fixtures replacement for Python. MIT +
factory_boy (🥉31 · ⭐ 3.7K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 400 · 📋 620 - 30% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 400 · 📋 620 - 30% open · ⏱️ 31.08.2025): ``` git clone https://github.com/FactoryBoy/factory_boy @@ -2093,11 +2062,27 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install factory_boy ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 200K · ⏱️ 25.04.2025): +- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 210K · ⏱️ 25.04.2025): ``` conda install -c conda-forge factory_boy ```
+
pytest-testinfra (🥉31 · ⭐ 2.4K) - Testinfra test your infrastructures. Apache-2 + +- [GitHub](https://github.com/pytest-dev/pytest-testinfra) (👨‍💻 140 · 🔀 360 · 📦 2.5K · 📋 370 - 37% open · ⏱️ 12.08.2025): + + ``` + git clone https://github.com/pytest-dev/pytest-testinfra + ``` +- [PyPi](https://pypi.org/project/pytest-testinfra) (📥 720K / month · 📦 20 · ⏱️ 30.03.2025): + ``` + pip install pytest-testinfra + ``` +- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (📥 32K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pytest-testinfra + ``` +
asv (🥉30 · ⭐ 940) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3 - [GitHub](https://github.com/airspeed-velocity/asv) (👨‍💻 93 · 🔀 190 · 📥 1.6K · 📦 1.4K · 📋 660 - 24% open · ⏱️ 18.08.2025): @@ -2105,7 +2090,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/airspeed-velocity/asv ``` -- [PyPi](https://pypi.org/project/asv) (📥 260K / month · 📦 110 · ⏱️ 12.08.2024): +- [PyPi](https://pypi.org/project/asv) (📥 250K / month · 📦 110 · ⏱️ 12.08.2024): ``` pip install asv ``` @@ -2137,11 +2122,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pytest-dev/pytest-randomly ``` -- [PyPi](https://pypi.org/project/pytest-randomly) (📥 3.6M / month · 📦 540 · ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/pytest-randomly) (📥 3.4M / month · 📦 540 · ⏱️ 25.10.2024): ``` pip install pytest-randomly ``` -- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (📥 330K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (📥 340K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-randomly ``` @@ -2153,7 +2138,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/CleanCut/green ``` -- [PyPi](https://pypi.org/project/green) (📥 21K / month · 📦 130 · ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/green) (📥 15K / month · 📦 130 · ⏱️ 18.04.2024): ``` pip install green ``` @@ -2162,22 +2147,6 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge green ```
-
pytest-datadir (🥉27 · ⭐ 270) - pytest plugin for manipulating test data directories and.. MIT - -- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (👨‍💻 14 · 🔀 25 · 📥 69 · 📦 2K · 📋 23 - 13% open · ⏱️ 05.08.2025): - - ``` - git clone https://github.com/gabrielcnr/pytest-datadir - ``` -- [PyPi](https://pypi.org/project/pytest-datadir) (📥 740K / month · 📦 270 · ⏱️ 30.07.2025): - ``` - pip install pytest-datadir - ``` -- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (📥 340K · ⏱️ 30.07.2025): - ``` - conda install -c conda-forge pytest-datadir - ``` -
pytest-mypy (🥉27 · ⭐ 260) - Mypy static type checker plugin for Pytest. MIT - [GitHub](https://github.com/realpython/pytest-mypy) (👨‍💻 16 · 🔀 33 · 📦 4.5K · 📋 72 - 9% open · ⏱️ 02.04.2025): @@ -2185,7 +2154,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/dbader/pytest-mypy ``` -- [PyPi](https://pypi.org/project/pytest-mypy) (📥 490K / month · 📦 780 · ⏱️ 02.04.2025): +- [PyPi](https://pypi.org/project/pytest-mypy) (📥 450K / month · 📦 780 · ⏱️ 02.04.2025): ``` pip install pytest-mypy ``` @@ -2196,7 +2165,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-testmon (🥉26 · ⭐ 910 · 💤) - Selects tests affected by changed files. Executes the.. MIT -- [GitHub](https://github.com/tarpas/pytest-testmon) (👨‍💻 29 · 🔀 66 · 📦 1.4K · 📋 170 - 23% open · ⏱️ 22.12.2024): +- [GitHub](https://github.com/tarpas/pytest-testmon) (👨‍💻 29 · 🔀 65 · 📦 1.4K · 📋 170 - 23% open · ⏱️ 22.12.2024): ``` git clone https://github.com/tarpas/pytest-testmon @@ -2205,7 +2174,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-testmon ``` -- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (📥 66K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (📥 68K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-testmon ``` @@ -2222,6 +2191,22 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install pytest-docker ```
+
pytest-datadir (🥉26 · ⭐ 270) - pytest plugin for manipulating test data directories and.. MIT + +- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (👨‍💻 14 · 🔀 25 · 📥 69 · 📦 2K · 📋 23 - 13% open · ⏱️ 05.08.2025): + + ``` + git clone https://github.com/gabrielcnr/pytest-datadir + ``` +- [PyPi](https://pypi.org/project/pytest-datadir) (📥 670K / month · 📦 270 · ⏱️ 30.07.2025): + ``` + pip install pytest-datadir + ``` +- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (📥 340K · ⏱️ 30.07.2025): + ``` + conda install -c conda-forge pytest-datadir + ``` +
xdoctest (🥉25 · ⭐ 210) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 - [GitHub](https://github.com/Erotemic/xdoctest) (👨‍💻 13 · 🔀 15 · 📥 220 · 📋 52 - 38% open · ⏱️ 20.08.2025): @@ -2229,7 +2214,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/Erotemic/xdoctest ``` -- [PyPi](https://pypi.org/project/xdoctest) (📥 730K / month · 📦 190 · ⏱️ 20.08.2024): +- [PyPi](https://pypi.org/project/xdoctest) (📥 720K / month · 📦 190 · ⏱️ 20.08.2024): ``` pip install xdoctest ``` @@ -2245,7 +2230,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/man-group/pytest-plugins ``` -- [PyPi](https://pypi.org/project/pytest-virtualenv) (📥 37K / month · 📦 73 · ⏱️ 29.11.2024): +- [PyPi](https://pypi.org/project/pytest-virtualenv) (📥 35K / month · 📦 73 · ⏱️ 29.11.2024): ``` pip install pytest-virtualenv ``` @@ -2256,7 +2241,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 12 hidden projects... -- pyautogui (🥈35 · ⭐ 12K · 💀) - A cross-platform GUI automation Python module for human beings... BSD-3 +- pyautogui (🥈36 · ⭐ 12K · 💀) - A cross-platform GUI automation Python module for human beings... BSD-3 - nose (🥈33 · ⭐ 1.4K · 💀) - nose is nicer testing for python. ❗️LGPL-2.1+ - uiautomator (🥉27 · ⭐ 2.1K · 💀) - Python wrapper of Android uiautomator test tool. MIT - ddt (🥉27 · ⭐ 440 · 💀) - Data-Driven Tests for Python Unittest. MIT @@ -2265,8 +2250,8 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - Mamba Test Runner (🥉25 · ⭐ 530 · 💀) - The definitive testing tool for Python. Born under the.. MIT - pytest-lazy-fixture (🥉24 · ⭐ 390 · 💀) - It helps to use fixtures in pytest.mark.parametrize. MIT - sixpack (🥉21 · ⭐ 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework. BSD-2 -- assertpy (🥉21 · ⭐ 480 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 -- fake2db (🥉17 · ⭐ 2.3K · 💀) - create custom test databases that are populated with fake data. ❗️GPL-2.0 +- assertpy (🥉21 · ⭐ 520 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 +- fake2db (🥉18 · ⭐ 2.3K · 💀) - create custom test databases that are populated with fake data. ❗️GPL-2.0 - pytest-play (🥉16 · ⭐ 70 · 💀) - pytest plugin that let you automate actions and.. Apache-2

@@ -2279,7 +2264,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyinstaller (🥇44 · ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0 -- [GitHub](https://github.com/pyinstaller/pyinstaller) (👨‍💻 480 · 🔀 2K · 📥 750K · 📦 84K · 📋 5.6K - 5% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/pyinstaller/pyinstaller) (👨‍💻 480 · 🔀 2K · 📥 750K · 📦 84K · 📋 5.6K - 5% open · ⏱️ 03.09.2025): ``` git clone https://github.com/pyinstaller/pyinstaller @@ -2295,12 +2280,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Nuitka (🥇39 · ⭐ 14K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2 -- [GitHub](https://github.com/Nuitka/Nuitka) (👨‍💻 200 · 🔀 710 · 📦 3.4K · 📋 2.7K - 8% open · ⏱️ 27.08.2025): +- [GitHub](https://github.com/Nuitka/Nuitka) (👨‍💻 200 · 🔀 710 · 📦 3.4K · 📋 2.7K - 8% open · ⏱️ 02.09.2025): ``` git clone https://github.com/Nuitka/Nuitka ``` -- [PyPi](https://pypi.org/project/nuitka) (📥 170K / month · 📦 130 · ⏱️ 26.08.2025): +- [PyPi](https://pypi.org/project/nuitka) (📥 190K / month · 📦 130 · ⏱️ 26.08.2025): ``` pip install nuitka ``` @@ -2309,54 +2294,54 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge nuitka ```
-
packaging (🥇39 · ⭐ 670) - Core utilities for Python packages. Apache-2 +
packaging (🥇39 · ⭐ 680) - Core utilities for Python packages. Apache-2 -- [GitHub](https://github.com/pypa/packaging) (👨‍💻 120 · 🔀 270 · 📥 920 · 📦 1.8M · 📋 440 - 26% open · ⏱️ 25.08.2025): +- [GitHub](https://github.com/pypa/packaging) (👨‍💻 120 · 🔀 270 · 📥 920 · 📦 1.8M · 📋 440 - 26% open · ⏱️ 02.09.2025): ``` git clone https://github.com/pypa/packaging ``` -- [PyPi](https://pypi.org/project/packaging) (📥 680M / month · 📦 14K · ⏱️ 19.04.2025): +- [PyPi](https://pypi.org/project/packaging) (📥 660M / month · 📦 14K · ⏱️ 19.04.2025): ``` pip install packaging ``` -- [Conda](https://anaconda.org/conda-forge/packaging) (📥 74M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/packaging) (📥 75M · ⏱️ 22.04.2025): ``` conda install -c conda-forge packaging ```
pex (🥈34 · ⭐ 4.1K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2 -- [GitHub](https://github.com/pex-tool/pex) (👨‍💻 120 · 🔀 300 · 📥 2.4M · 📋 1.2K - 5% open · ⏱️ 27.08.2025): +- [GitHub](https://github.com/pex-tool/pex) (👨‍💻 120 · 🔀 300 · 📥 2.4M · 📋 1.2K - 5% open · ⏱️ 04.09.2025): ``` git clone https://github.com/pantsbuild/pex ``` -- [PyPi](https://pypi.org/project/pex) (📥 2.7M / month · 📦 61 · ⏱️ 27.08.2025): +- [PyPi](https://pypi.org/project/pex) (📥 2.7M / month · 📦 61 · ⏱️ 03.09.2025): ``` pip install pex ```
-
briefcase (🥈34 · ⭐ 3K) - Tools to support converting a Python project into a standalone native.. BSD-3 +
briefcase (🥈34 · ⭐ 3.1K) - Tools to support converting a Python project into a standalone.. BSD-3 -- [GitHub](https://github.com/beeware/briefcase) (👨‍💻 190 · 🔀 460 · 📥 750 · 📦 830 · 📋 950 - 18% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/beeware/briefcase) (👨‍💻 190 · 🔀 460 · 📥 750 · 📦 830 · 📋 950 - 18% open · ⏱️ 31.08.2025): ``` git clone https://github.com/beeware/briefcase ``` -- [PyPi](https://pypi.org/project/briefcase) (📥 20K / month · 📦 38 · ⏱️ 26.08.2025): +- [PyPi](https://pypi.org/project/briefcase) (📥 22K / month · 📦 38 · ⏱️ 26.08.2025): ``` pip install briefcase ```
cx_Freeze (🥈30 · ⭐ 1.5K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed -- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (👨‍💻 120 · 🔀 240 · 📋 1K - 4% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (👨‍💻 120 · 🔀 240 · 📋 1K - 4% open · ⏱️ 01.09.2025): ``` git clone https://github.com/marcelotduarte/cx_Freeze ``` -- [PyPi](https://pypi.org/project/cx_freeze) (📥 220K / month · 📦 120 · ⏱️ 11.08.2025): +- [PyPi](https://pypi.org/project/cx_freeze) (📥 240K / month · 📦 120 · ⏱️ 11.08.2025): ``` pip install cx_freeze ``` @@ -2365,14 +2350,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge cx_freeze ```
-
py2exe (🥉29 · ⭐ 960) - Create standalone Windows programs from Python code. MIT +
py2exe (🥉28 · ⭐ 960) - Create standalone Windows programs from Python code. MIT - [GitHub](https://github.com/py2exe/py2exe) (👨‍💻 24 · 🔀 100 · 📥 23K · 📦 2.2K · 📋 180 - 13% open · ⏱️ 15.07.2025): ``` git clone https://github.com/py2exe/py2exe ``` -- [PyPi](https://pypi.org/project/py2exe) (📥 68K / month · 📦 11 · ⏱️ 16.07.2025): +- [PyPi](https://pypi.org/project/py2exe) (📥 48K / month · 📦 11 · ⏱️ 16.07.2025): ``` pip install py2exe ``` @@ -2384,14 +2369,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/indygreg/PyOxidizer ``` -- [PyPi](https://pypi.org/project/pyoxidizer) (📥 38K / month · 📦 2 · ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/pyoxidizer) (📥 37K / month · 📦 2 · ⏱️ 02.01.2023): ``` pip install pyoxidizer ```
constructor (🥉26 · ⭐ 490) - tool for creating installers from conda packages. BSD-3 -- [GitHub](https://github.com/conda/constructor) (👨‍💻 76 · 🔀 170 · 📥 290 · 📦 27 · 📋 420 - 9% open · ⏱️ 28.08.2025): +- [GitHub](https://github.com/conda/constructor) (👨‍💻 76 · 🔀 170 · 📥 290 · 📦 27 · 📋 420 - 10% open · ⏱️ 03.09.2025): ``` git clone https://github.com/conda/constructor @@ -2420,14 +2405,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/takluyver/pynsist ``` -- [PyPi](https://pypi.org/project/pynsist) (📥 2.5K / month · 📦 14 · ⏱️ 21.03.2022): +- [PyPi](https://pypi.org/project/pynsist) (📥 2.6K / month · 📦 14 · ⏱️ 21.03.2022): ``` pip install pynsist ```
Show 4 hidden projects... -- py2app (🥉27 · ⭐ 400 · 💀) - py2app is a Python setuptools command which will allow you to make.. MIT +- py2app (🥉26 · ⭐ 400 · 💀) - py2app is a Python setuptools command which will allow you to make.. MIT - xar (🥉21 · ⭐ 1.6K · 💀) - executable archive format. BSD-3 - subpar (🥉13 · ⭐ 570 · 💀) - Subpar is a utility for creating self-contained python.. Apache-2 - pyship (🥉11 · ⭐ 43 · 💀) - pyship - ship Python desktop apps to end users. MIT @@ -2445,7 +2430,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/setuptools ``` -- [PyPi](https://pypi.org/project/setuptools) (📥 690M / month · 📦 29K · ⏱️ 27.05.2025): +- [PyPi](https://pypi.org/project/setuptools) (📥 680M / month · 📦 29K · ⏱️ 27.05.2025): ``` pip install setuptools ``` @@ -2454,36 +2439,36 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge setuptools ```
-
scons (🥇39 · ⭐ 2.3K) - SCons - a software construction tool. MIT +
setuptools_scm (🥇39 · ⭐ 920) - the blessed package to manage your versions by scm tags. MIT -- [GitHub](https://github.com/SCons/scons) (👨‍💻 170 · 🔀 330 · 📥 1.8K · 📦 3.9K · 📋 3.5K - 18% open · ⏱️ 21.08.2025): +- [GitHub](https://github.com/pypa/setuptools-scm) (👨‍💻 150 · 🔀 220 · 📥 1 · 📦 32K · 📋 640 - 5% open · ⏱️ 17.08.2025): ``` - git clone https://github.com/SCons/scons + git clone https://github.com/pypa/setuptools_scm ``` -- [PyPi](https://pypi.org/project/scons) (📥 810K / month · 📦 52 · ⏱️ 27.03.2025): +- [PyPi](https://pypi.org/project/setuptools_scm) (📥 86M / month · 📦 2.2K · ⏱️ 16.08.2025): ``` - pip install scons + pip install setuptools_scm ``` -- [Conda](https://anaconda.org/conda-forge/scons) (📥 1M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (📥 5.2M · ⏱️ 16.08.2025): ``` - conda install -c conda-forge scons + conda install -c conda-forge setuptools_scm ```
-
setuptools_scm (🥇39 · ⭐ 920) - the blessed package to manage your versions by scm tags. MIT +
scons (🥈38 · ⭐ 2.3K · 📉) - SCons - a software construction tool. MIT -- [GitHub](https://github.com/pypa/setuptools-scm) (👨‍💻 150 · 🔀 220 · 📥 1 · 📦 32K · 📋 640 - 5% open · ⏱️ 17.08.2025): +- [GitHub](https://github.com/SCons/scons) (👨‍💻 170 · 🔀 330 · 📥 1.8K · 📦 3.9K · 📋 3.5K - 18% open · ⏱️ 21.08.2025): ``` - git clone https://github.com/pypa/setuptools_scm + git clone https://github.com/SCons/scons ``` -- [PyPi](https://pypi.org/project/setuptools_scm) (📥 82M / month · 📦 2.2K · ⏱️ 16.08.2025): +- [PyPi](https://pypi.org/project/scons) (📥 820K / month · 📦 52 · ⏱️ 27.03.2025): ``` - pip install setuptools_scm + pip install scons ``` -- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (📥 5.1M · ⏱️ 16.08.2025): +- [Conda](https://anaconda.org/conda-forge/scons) (📥 1M · ⏱️ 03.09.2025): ``` - conda install -c conda-forge setuptools_scm + conda install -c conda-forge scons ```
twine (🥈37 · ⭐ 1.7K) - Utilities for interacting with PyPI. Apache-2 @@ -2497,14 +2482,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install twine ``` -- [Conda](https://anaconda.org/conda-forge/twine) (📥 1.3M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/twine) (📥 1.4M · ⏱️ 22.04.2025): ``` conda install -c conda-forge twine ```
wheel (🥈37 · ⭐ 540) - The official binary distribution format for Python. MIT -- [GitHub](https://github.com/pypa/wheel) (👨‍💻 86 · 🔀 160 · 📦 370K · 📋 420 - 3% open · ⏱️ 31.07.2025): +- [GitHub](https://github.com/pypa/wheel) (👨‍💻 86 · 🔀 160 · 📦 380K · 📋 420 - 3% open · ⏱️ 31.07.2025): ``` git clone https://github.com/pypa/wheel @@ -2525,7 +2510,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/buildbot/buildbot ``` -- [PyPi](https://pypi.org/project/buildbot) (📥 32K / month · 📦 20 · ⏱️ 12.05.2025): +- [PyPi](https://pypi.org/project/buildbot) (📥 30K / month · 📦 20 · ⏱️ 12.05.2025): ``` pip install buildbot ``` @@ -2534,14 +2519,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge buildbot ```
-
invoke (🥈36 · ⭐ 4.6K) - Pythonic task management & command execution. BSD-2 +
invoke (🥉35 · ⭐ 4.6K · 📉) - Pythonic task management & command execution. BSD-2 - [GitHub](https://github.com/pyinvoke/invoke) (👨‍💻 60 · 🔀 370 · 📦 31K · 📋 830 - 51% open · ⏱️ 15.06.2025): ``` git clone https://github.com/pyinvoke/invoke ``` -- [PyPi](https://pypi.org/project/invoke) (📥 37M / month · 📦 1K · ⏱️ 12.07.2023): +- [PyPi](https://pypi.org/project/invoke) (📥 43M / month · 📦 1K · ⏱️ 12.07.2023): ``` pip install invoke ``` @@ -2550,14 +2535,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge invoke ```
-
flit (🥉34 · ⭐ 2.2K) - Simplified packaging of Python modules. BSD-3 +
flit (🥉33 · ⭐ 2.2K) - Simplified packaging of Python modules. BSD-3 - [GitHub](https://github.com/pypa/flit) (👨‍💻 80 · 🔀 150 · 📦 2.5K · 📋 440 - 30% open · ⏱️ 13.08.2025): ``` git clone https://github.com/pypa/flit ``` -- [PyPi](https://pypi.org/project/flit) (📥 7.9M / month · 📦 930 · ⏱️ 25.03.2025): +- [PyPi](https://pypi.org/project/flit) (📥 8.1M / month · 📦 930 · ⏱️ 25.03.2025): ``` pip install flit ``` @@ -2573,7 +2558,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pybuilder/pybuilder ``` -- [PyPi](https://pypi.org/project/pybuilder) (📥 52K / month · 📦 6 · ⏱️ 23.08.2025): +- [PyPi](https://pypi.org/project/pybuilder) (📥 32K / month · 📦 6 · ⏱️ 23.08.2025): ``` pip install pybuilder ``` @@ -2589,7 +2574,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ml-tooling/universal-build ``` -- [PyPi](https://pypi.org/project/universal-build) (📥 86 / month · 📦 7 · ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/universal-build) (📥 64 / month · 📦 7 · ⏱️ 16.11.2021): ``` pip install universal-build ``` @@ -2597,7 +2582,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 4 hidden projects... - doit (🥉31 · ⭐ 2K · 💀) - CLI task management & automation tool. MIT -- buildout (🥉29 · ⭐ 590) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1 +- buildout (🥉28 · ⭐ 590) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1 - paver (🥉22 · ⭐ 460 · 💀) - Python-based project scripting. BSD-3 - pynt (🥉18 · ⭐ 160 · 💀) - A pynt of Python build. MIT
@@ -2609,7 +2594,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
psutil (🥇46 · ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3 -- [GitHub](https://github.com/giampaolo/psutil) (👨‍💻 220 · 🔀 1.4K · 📦 750K · 📋 1.9K - 19% open · ⏱️ 24.08.2025): +- [GitHub](https://github.com/giampaolo/psutil) (👨‍💻 220 · 🔀 1.4K · 📦 750K · 📋 1.9K - 18% open · ⏱️ 04.09.2025): ``` git clone https://github.com/giampaolo/psutil @@ -2623,9 +2608,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge psutil ```
-
Glances (🥇39 · ⭐ 30K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 +
Glances (🥇38 · ⭐ 30K · 📉) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 -- [GitHub](https://github.com/nicolargo/glances) (👨‍💻 200 · 🔀 1.6K · 📥 1.7K · 📦 1.2K · 📋 2.1K - 6% open · ⏱️ 24.08.2025): +- [GitHub](https://github.com/nicolargo/glances) (👨‍💻 210 · 🔀 1.6K · 📥 1.7K · 📦 1.2K · 📋 2.1K - 6% open · ⏱️ 30.08.2025): ``` git clone https://github.com/nicolargo/glances @@ -2634,7 +2619,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install glances ``` -- [Conda](https://anaconda.org/conda-forge/glances) (📥 350K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/glances) (📥 360K · ⏱️ 22.04.2025): ``` conda install -c conda-forge glances ``` @@ -2646,7 +2631,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/bloomberg/memray ``` -- [PyPi](https://pypi.org/project/memray) (📥 5.5M / month · 📦 98 · ⏱️ 08.08.2025): +- [PyPi](https://pypi.org/project/memray) (📥 5.9M / month · 📦 98 · ⏱️ 08.08.2025): ``` pip install memray ``` @@ -2657,12 +2642,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
py-spy (🥈36 · ⭐ 14K) - Sampling profiler for Python programs. MIT -- [GitHub](https://github.com/benfred/py-spy) (👨‍💻 53 · 🔀 470 · 📥 33K · 📦 6.9K · 📋 430 - 47% open · ⏱️ 18.08.2025): +- [GitHub](https://github.com/benfred/py-spy) (👨‍💻 53 · 🔀 470 · 📥 34K · 📦 6.9K · 📋 430 - 47% open · ⏱️ 18.08.2025): ``` git clone https://github.com/benfred/py-spy ``` -- [PyPi](https://pypi.org/project/py-spy) (📥 8.8M / month · 📦 110 · ⏱️ 31.07.2025): +- [PyPi](https://pypi.org/project/py-spy) (📥 9M / month · 📦 110 · ⏱️ 31.07.2025): ``` pip install py-spy ``` @@ -2682,23 +2667,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/joerick/pyinstrument ``` -- [PyPi](https://pypi.org/project/pyinstrument) (📥 4.2M / month · 📦 210 · ⏱️ 12.08.2025): +- [PyPi](https://pypi.org/project/pyinstrument) (📥 4.3M / month · 📦 210 · ⏱️ 12.08.2025): ``` pip install pyinstrument ``` -- [Conda](https://anaconda.org/conda-forge/pyinstrument) (📥 830K · ⏱️ 27.08.2025): +- [Conda](https://anaconda.org/conda-forge/pyinstrument) (📥 840K · ⏱️ 27.08.2025): ``` conda install -c conda-forge pyinstrument ```
Scalene (🥈35 · ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 -- [GitHub](https://github.com/plasma-umass/scalene) (👨‍💻 57 · 🔀 420 · 📦 900 · 📋 500 - 33% open · ⏱️ 26.08.2025): +- [GitHub](https://github.com/plasma-umass/scalene) (👨‍💻 57 · 🔀 420 · 📦 910 · 📋 500 - 33% open · ⏱️ 02.09.2025): ``` git clone https://github.com/plasma-umass/scalene ``` -- [PyPi](https://pypi.org/project/scalene) (📥 260K / month · 📦 47 · ⏱️ 25.08.2025): +- [PyPi](https://pypi.org/project/scalene) (📥 280K / month · 📦 47 · ⏱️ 25.08.2025): ``` pip install scalene ``` @@ -2710,11 +2695,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pyutils/line_profiler ``` -- [PyPi](https://pypi.org/project/line_profiler) (📥 1.5M / month · 📦 300 · ⏱️ 23.07.2025): +- [PyPi](https://pypi.org/project/line_profiler) (📥 1.6M / month · 📦 300 · ⏱️ 23.07.2025): ``` pip install line_profiler ``` -- [Conda](https://anaconda.org/conda-forge/line_profiler) (📥 4M · ⏱️ 24.07.2025): +- [Conda](https://anaconda.org/conda-forge/line_profiler) (📥 4M · ⏱️ 29.08.2025): ``` conda install -c conda-forge line_profiler ``` @@ -2726,7 +2711,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/aristocratos/bpytop ``` -- [PyPi](https://pypi.org/project/bpytop) (📥 18K / month · 📦 1 · ⏱️ 22.12.2021): +- [PyPi](https://pypi.org/project/bpytop) (📥 17K / month · 📦 1 · ⏱️ 22.12.2021): ``` pip install bpytop ``` @@ -2737,7 +2722,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Yappi (🥉27 · ⭐ 1.6K · 💤) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT -- [GitHub](https://github.com/sumerc/yappi) (👨‍💻 31 · 🔀 76 · 📦 1.5K · 📋 85 - 24% open · ⏱️ 12.11.2024): +- [GitHub](https://github.com/sumerc/yappi) (👨‍💻 32 · 🔀 75 · 📦 1.5K · 📋 85 - 24% open · ⏱️ 12.11.2024): ``` git clone https://github.com/sumerc/yappi @@ -2746,23 +2731,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install yappi ``` -- [Conda](https://anaconda.org/conda-forge/yappi) (📥 290K · ⏱️ 06.05.2025): +- [Conda](https://anaconda.org/conda-forge/yappi) (📥 300K · ⏱️ 06.05.2025): ``` conda install -c conda-forge yappi ```
-
pympler (🥉27 · ⭐ 1.4K) - Development tool to measure, monitor and analyze the memory behavior.. Apache-2 +
pympler (🥉26 · ⭐ 1.4K) - Development tool to measure, monitor and analyze the memory behavior.. Apache-2 - [GitHub](https://github.com/pympler/pympler) (👨‍💻 30 · 🔀 89 · 📋 120 - 51% open · ⏱️ 07.06.2025): ``` git clone https://github.com/pympler/pympler ``` -- [PyPi](https://pypi.org/project/pympler) (📥 3.8M / month · 📦 260 · ⏱️ 28.06.2024): +- [PyPi](https://pypi.org/project/pympler) (📥 3.9M / month · 📦 260 · ⏱️ 28.06.2024): ``` pip install pympler ``` -- [Conda](https://anaconda.org/conda-forge/pympler) (📥 560K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pympler) (📥 570K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pympler ``` @@ -2784,18 +2769,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
executing (🥇30 · ⭐ 360) - Get information about what a Python frame is currently doing,.. MIT +
executing (🥇33 · ⭐ 360 · 📈) - Get information about what a Python frame is currently doing,.. MIT -- [GitHub](https://github.com/alexmojaki/executing) (👨‍💻 11 · 🔀 36 · 📦 320K · 📋 54 - 40% open · ⏱️ 20.08.2025): +- [GitHub](https://github.com/alexmojaki/executing) (👨‍💻 11 · 🔀 36 · 📦 320K · 📋 53 - 37% open · ⏱️ 31.08.2025): ``` git clone https://github.com/alexmojaki/executing ``` -- [PyPi](https://pypi.org/project/executing) (📥 69M / month · 📦 630 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/executing) (📥 69M / month · 📦 800 · ⏱️ 01.09.2025): ``` pip install executing ``` -- [Conda](https://anaconda.org/conda-forge/executing) (📥 21M · ⏱️ 24.04.2025): +- [Conda](https://anaconda.org/conda-forge/executing) (📥 21M · ⏱️ 01.09.2025): ``` conda install -c conda-forge executing ``` @@ -2807,7 +2792,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/serge-sans-paille/gast ``` -- [PyPi](https://pypi.org/project/gast) (📥 20M / month · 📦 440 · ⏱️ 27.06.2024): +- [PyPi](https://pypi.org/project/gast) (📥 19M / month · 📦 440 · ⏱️ 27.06.2024): ``` pip install gast ``` @@ -2831,12 +2816,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pre-commit (🥇42 · ⭐ 14K) - A framework for managing and maintaining multi-language pre-commit.. MIT -- [GitHub](https://github.com/pre-commit/pre-commit) (👨‍💻 160 · 🔀 890 · 📥 3.4M · 📦 250K · 📋 2.2K - 1% open · ⏱️ 13.08.2025): +- [GitHub](https://github.com/pre-commit/pre-commit) (👨‍💻 160 · 🔀 890 · 📥 3.5M · 📦 250K · 📋 2.2K - 1% open · ⏱️ 13.08.2025): ``` git clone https://github.com/pre-commit/pre-commit ``` -- [PyPi](https://pypi.org/project/pre-commit) (📥 61M / month · 📦 21K · ⏱️ 09.08.2025): +- [PyPi](https://pypi.org/project/pre-commit) (📥 59M / month · 📦 21K · ⏱️ 09.08.2025): ``` pip install pre-commit ``` diff --git a/history/2025-09-04_changes.md b/history/2025-09-04_changes.md new file mode 100644 index 0000000..0321ea5 --- /dev/null +++ b/history/2025-09-04_changes.md @@ -0,0 +1,20 @@ +## 📈 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 · ⭐ 6K · 📈) - Awesome autocompletion, static analysis and refactoring library for python. MIT +- pytest-mock (🥈38 · ⭐ 2K · 📈) - Thin-wrapper around the mock package for easier use with.. MIT +- pyautogui (🥈36 · ⭐ 12K · 💀) - A cross-platform GUI automation Python module for human beings... BSD-3 +- sqlmap (🥈35 · ⭐ 35K · 📈) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +- executing (🥇33 · ⭐ 360 · 📈) - Get information about what a Python frame is currently doing,.. 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 · ⭐ 7.3K · 📉) - The Sphinx documentation generator. ❗Unlicensed +- Glances (🥇38 · ⭐ 30K · 📉) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 +- scons (🥈38 · ⭐ 2.3K · 📉) - SCons - a software construction tool. MIT +- pycodestyle (🥇35 · ⭐ 5.1K · 📉) - Simple Python style checker in one Python file. MIT +- invoke (🥉35 · ⭐ 4.6K · 📉) - Pythonic task management & command execution. BSD-2 + diff --git a/history/2025-09-04_projects.csv b/history/2025-09-04_projects.csv new file mode 100644 index 0000000..d84cc49 --- /dev/null +++ b/history/2025-09-04_projects.csv @@ -0,0 +1,269 @@ +,name,github_id,category,description,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,contributor_count,projectrank,show,updated_github_id,open_issue_count,pypi_id,conda_id,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,labels,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,cargo_id,cargo_url,cargo_latest_release_published_at,cargo_dependent_project_count,cargo_monthly_downloads,cargo_total_downloads,conda_forge +0,best-of-web-python - Testing,ml-tooling/best-of-web-python,testing,Testing libraries & tools for python web frameworks.,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2025-08-28 17:06:20.000,2025-08-28 17:06:18,361.0,15.0,187.0,57.0,212.0,4.0,2587.0,2025-08-28 17:06:25.000,2025.08.28,100.0,16.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-mkdocs,pawamoy/best-of-mkdocs,documentation,Collection of MkDocs projects and plugins.,True,https://github.com/mkdocs/catalog,https://github.com/mkdocs/catalog,CC-BY-SA-4.0,2022-04-17 07:48:22.000,2025-09-01 13:33:52.000,2025-09-01 13:33:52,409.0,19.0,104.0,16.0,318.0,34.0,1492.0,2023-06-29 18:48:34.000,2023.06.29,68.0,62.0,0,True,mkdocs/catalog,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,Python.org Packaging,,packaging,An Overview of Packaging for Python.,True,,https://packaging.python.org/overview/,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,unittest,,testing,Unittest is a test framework included in the Python standard library.,True,,https://docs.python.org/3/library/unittest.html,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,mypy,python/mypy,type-checkers,Optional static typing for Python.,,https://github.com/python/mypy,https://github.com/python/mypy,MIT,2012-12-07 13:30:23.000,2025-09-03 15:58:13.000,2025-09-03 15:58:12,12847.0,255.0,2977.0,240.0,8256.0,8781.0,19729.0,2025-07-31 07:53:03.000,1.17.1,129.0,810.0,49,True,,2962.0,mypy,conda-forge/mypy,347435.0,321385.0,https://pypi.org/project/mypy,2025-07-31 07:53:03.000,26050.0,66413321.0,66506327.0,https://anaconda.org/conda-forge/mypy,2025-09-02 22:13:22.299,5859402.0,1.0,,,,,,,,,,,,,,,,,,,, +5,pytest,pytest-dev/pytest,testing,"The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.",,https://github.com/pytest-dev/pytest,https://github.com/pytest-dev/pytest,MIT,2015-06-15 20:28:27.000,2025-09-03 14:00:09.000,2025-09-02 19:39:38,16757.0,88.0,2857.0,191.0,6478.0,5285.0,13049.0,2025-06-18 05:48:45.000,8.4.1,185.0,1052.0,49,True,,932.0,pytest,conda-forge/pytest,1732619.0,1656792.0,https://pypi.org/project/pytest,2025-06-18 05:48:03.000,75827.0,240147837.0,240817578.0,https://anaconda.org/conda-forge/pytest,2025-06-18 09:43:54.192,39495884.0,1.0,['pytest'],23394.0,,,,,,,,,,,,,,,,,, +6,rich,Textualize/rich,logging,Rich is a Python library for rich text and beautiful formatting in the terminal.,,https://github.com/Textualize/rich,https://github.com/Textualize/rich,MIT,2019-11-10 15:28:09.000,2025-08-13 10:52:09.000,2025-08-13 10:52:09,4284.0,66.0,1859.0,535.0,1284.0,1225.0,53565.0,2025-07-25 07:35:18.000,14.1.0,200.0,276.0,47,True,,280.0,rich,conda-forge/rich,495789.0,473679.0,https://pypi.org/project/rich,2025-07-25 07:32:56.000,22110.0,192183246.0,192419203.0,https://anaconda.org/conda-forge/rich,2025-07-25 09:53:40.750,14629347.0,1.0,,,,,,,,,,,,,,,,,,,, +7,pip,pypa/pip,dependency-managers,The Python package installer.,,https://github.com/pypa/pip,https://github.com/pypa/pip,MIT,2011-03-06 14:30:46.000,2025-09-02 22:52:29.000,2025-09-02 22:52:28,15393.0,118.0,3129.0,321.0,5896.0,6629.0,9921.0,2025-05-02 15:13:59.000,25.1.1,151.0,839.0,47,True,,1080.0,pip,conda-forge/pip,248307.0,243024.0,https://pypi.org/project/pip,2025-07-30 21:50:13.000,5283.0,419772058.0,422407016.0,https://anaconda.org/conda-forge/pip,2025-07-31 01:24:05.568,168637355.0,1.0,,,,,,,,,,,,,,,,,,,, +8,psutil,giampaolo/psutil,profiling,Cross-platform lib for process and system monitoring in Python.,,https://github.com/giampaolo/psutil,https://github.com/giampaolo/psutil,BSD-3-Clause,2014-05-23 14:01:48.000,2025-09-04 12:30:42.000,2025-09-04 12:30:42,6314.0,84.0,1422.0,230.0,790.0,1513.0,10799.0,2025-02-13 21:54:12.000,7.0.0,97.0,223.0,46,True,,352.0,psutil,conda-forge/psutil,766851.0,750775.0,https://pypi.org/project/psutil,2025-02-13 21:54:12.000,16076.0,198014886.0,198821286.0,https://anaconda.org/conda-forge/psutil,2025-08-22 08:38:32.463,49996838.0,1.0,,,,,,,,,,,,,,,,,,,, +9,pipenv,pypa/pipenv,virtual-envs,Python Development Workflow for Humans.,,https://github.com/pypa/pipenv,https://github.com/pypa/pipenv,MIT,2017-01-20 00:44:02.000,2025-07-08 19:36:14.983,2025-07-07 21:44:30,9196.0,33.0,1875.0,358.0,2016.0,4088.0,25091.0,2025-07-07 21:45:44.000,2025.0.4,401.0,530.0,45,True,,232.0,pipenv,conda-forge/pipenv,174232.0,173985.0,https://pypi.org/project/pipenv,2025-07-07 21:45:44.000,247.0,27857744.0,27862170.0,https://anaconda.org/conda-forge/pipenv,2025-07-08 19:36:14.983,283279.0,1.0,,,,,,,,,,,,,,,,,,,, +10,setuptools,pypa/setuptools,build-tools,Official project repository for the Setuptools build system.,,https://github.com/pypa/setuptools,https://github.com/pypa/setuptools,MIT,2016-03-29 14:02:33.000,2025-08-15 21:21:45.000,2025-07-20 17:02:56,16478.0,14.0,1304.0,100.0,1942.0,2137.0,2747.0,2025-05-27 00:56:55.000,80.9.0,624.0,630.0,45,True,,659.0,setuptools,conda-forge/setuptools,845329.0,816230.0,https://pypi.org/project/setuptools,2025-05-27 00:56:49.000,29099.0,680495892.0,682992655.0,https://anaconda.org/conda-forge/setuptools,2025-06-01 19:09:46.361,159792845.0,1.0,,,,,,,,,,,,,,,,,,,, +11,black,psf/black,formatters,The uncompromising Python code formatter.,,https://github.com/psf/black,https://github.com/psf/black,MIT,2018-03-14 19:54:45.000,2025-09-02 21:25:34.000,2025-09-02 21:25:34,2017.0,27.0,2614.0,235.0,1954.0,2399.0,40891.0,2025-01-29 04:15:38.000,25.1.0,65.0,471.0,44,True,,361.0,black,conda-forge/black,676277.0,639739.0,https://pypi.org/project/black,2025-01-29 04:15:38.000,36538.0,75631658.0,75903029.0,https://anaconda.org/conda-forge/black,2025-04-22 14:56:50.293,16723724.0,1.0,,127495.0,,,,,,,,,,,,,,,,,, +12,pyinstaller,pyinstaller/pyinstaller,packaging,Freeze (package) Python programs into stand-alone executables.,,https://github.com/pyinstaller/pyinstaller,https://github.com/pyinstaller/pyinstaller,GPL-2.0,2011-11-23 11:05:56.000,2025-09-03 20:12:04.000,2025-09-03 20:12:04,9819.0,73.0,1995.0,229.0,2603.0,5276.0,12585.0,2025-08-03 18:34:44.000,6.15.0,75.0,481.0,44,True,,284.0,pyinstaller,conda-forge/pyinstaller,85486.0,84236.0,https://pypi.org/project/pyinstaller,2025-08-03 18:31:52.000,1250.0,4364746.0,4393666.0,https://anaconda.org/conda-forge/pyinstaller,2025-08-03 23:51:43.456,1327313.0,1.0,,751519.0,,,,,,,,,,,,,,,,,, +13,pylint,PyCQA/pylint,linters,Its not just a linter that annoys you!.,,https://github.com/pylint-dev/pylint,https://github.com/pylint-dev/pylint,GPL-2.0,2015-12-09 05:40:02.000,2025-09-04 06:58:12.000,2025-09-04 06:58:10,9723.0,98.0,1177.0,77.0,4715.0,4800.0,5554.0,2025-08-09 09:12:54.000,3.3.8,204.0,614.0,44,True,pylint-dev/pylint,1007.0,pylint,conda-forge/pylint,491494.0,480698.0,https://pypi.org/project/pylint,2025-08-09 09:12:54.000,10796.0,33743724.0,33848903.0,https://anaconda.org/conda-forge/pylint,2025-08-09 15:03:11.912,6626081.0,1.0,,254.0,,,,,,,,,,,,,,,,,, +14,virtualenv,pypa/virtualenv,virtual-envs,Virtual Python Environment builder.,,https://github.com/pypa/virtualenv,https://github.com/pypa/virtualenv,MIT,2011-03-06 14:33:27.000,2025-09-02 14:42:58.000,2025-09-02 14:42:57,1000.0,65.0,1062.0,170.0,1539.0,1362.0,4960.0,2025-08-13 14:24:40.000,20.34.0,241.0,295.0,44,True,,19.0,virtualenv,conda-forge/virtualenv,488745.0,486842.0,https://pypi.org/project/virtualenv,2025-08-13 14:24:05.000,1903.0,245295689.0,245553178.0,https://anaconda.org/conda-forge/virtualenv,2025-08-13 19:05:39.101,15191890.0,2.0,,,,,,,,,,,,,,,,,,,, +15,mkdocs-material,squidfunk/mkdocs-material,documentation,Documentation that simply works.,,https://github.com/squidfunk/mkdocs-material,https://github.com/squidfunk/mkdocs-material,MIT,2016-01-28 22:09:23.000,2025-09-01 08:25:07.000,2025-09-01 08:25:00,6642.0,54.0,3858.0,146.0,3282.0,2622.0,24407.0,2025-08-22 08:21:44.000,9.6.18,429.0,322.0,43,True,,3.0,mkdocs-material,conda-forge/mkdocs-material,78198.0,72921.0,https://pypi.org/project/mkdocs-material,2025-08-22 08:21:44.000,5277.0,10146590.0,10158495.0,https://anaconda.org/conda-forge/mkdocs-material,2025-08-22 16:08:10.824,761972.0,1.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +16,robotframework,robotframework/robotframework,testing,Generic automation framework for acceptance testing and RPA.,,https://github.com/robotframework/robotframework,https://github.com/robotframework/robotframework,Apache-2.0,2014-06-27 11:10:38.000,2025-09-04 12:23:50.000,2025-09-04 10:45:02,15118.0,56.0,2466.0,480.0,818.0,4437.0,11036.0,2025-07-04 14:43:52.000,7.3.2,145.0,218.0,43,True,,280.0,robotframework,conda-forge/robotframework,14632.0,13681.0,https://pypi.org/project/robotframework,2025-07-04 14:35:54.000,951.0,3677119.0,3681430.0,https://anaconda.org/conda-forge/robotframework,2025-07-07 01:12:14.679,232613.0,1.0,,576.0,,,,,,,,,,,,,,,,,, +17,sphinx,sphinx-doc/sphinx,documentation,The Sphinx documentation generator.,,https://github.com/sphinx-doc/sphinx,https://github.com/sphinx-doc/sphinx,,2015-01-02 10:53:28.000,2025-09-04 11:14:40.000,2025-09-01 18:10:06,22187.0,147.0,2225.0,165.0,6339.0,6106.0,7346.0,2025-03-02 22:31:56.000,8.2.3,229.0,887.0,43,False,,1238.0,sphinx,conda-forge/sphinx,488495.0,461139.0,https://pypi.org/project/sphinx,2025-03-02 22:31:56.000,27356.0,58275269.0,58463541.0,https://anaconda.org/conda-forge/sphinx,2025-08-25 11:16:34.034,12049408.0,1.0,['sphinx'],,-1.0,,,,,,,,,,,,,,,,, +18,conda,conda/conda,dependency-managers,"A system-level, binary package and environment manager running on all major operating systems and platforms.",,https://github.com/conda/conda,https://github.com/conda/conda,BSD-3-Clause,2012-10-15 22:08:03.000,2025-09-04 13:12:42.000,2025-09-04 11:58:47,17401.0,113.0,1888.0,186.0,4927.0,9588.0,7079.0,2025-08-04 14:05:01.000,25.7.0,104.0,467.0,43,True,,626.0,conda,conda-forge/conda,51801.0,51718.0,https://pypi.org/project/conda,2017-04-22 23:43:59.218,83.0,10297.0,1016652.0,https://anaconda.org/conda-forge/conda,2025-08-05 15:01:02.471,64386411.0,1.0,,28620.0,,,,,,,,,,,,,,,,,, +19,pre-commit,pre-commit/pre-commit,others,A framework for managing and maintaining multi-language pre-commit hooks.,,https://github.com/pre-commit/pre-commit,https://github.com/pre-commit/pre-commit,MIT,2014-03-13 00:39:38.000,2025-08-13 14:21:40.000,2025-08-13 14:21:38,2767.0,14.0,891.0,91.0,1273.0,2193.0,14274.0,2025-08-09 18:59:03.000,4.3.0,198.0,164.0,42,True,,33.0,pre-commit,conda-forge/pre-commit,271222.0,250690.0,https://pypi.org/project/pre-commit,2025-08-09 18:56:13.000,20532.0,59232684.0,59405583.0,https://anaconda.org/conda-forge/pre-commit,2025-08-10 13:09:51.846,7714633.0,1.0,,3455130.0,,,,,,,,,,,,,,,,,, +20,jedi,davidhalter/jedi,refactoring,"Awesome autocompletion, static analysis and refactoring library for python.",,https://github.com/davidhalter/jedi,https://github.com/davidhalter/jedi,MIT,2012-02-19 23:12:30.000,2025-09-03 13:15:39.000,2025-09-03 13:15:39,8498.0,17.0,515.0,113.0,616.0,1361.0,6002.0,2024-11-11 01:41:40.000,0.19.2,35.0,176.0,42,True,,85.0,jedi,conda-forge/jedi,583335.0,582182.0,https://pypi.org/project/jedi,2024-11-11 01:41:40.000,1153.0,74455938.0,74976495.0,https://anaconda.org/conda-forge/jedi,2025-04-22 14:56:29.139,32795116.0,1.0,,,1.0,,,,,,,,,,,,,,,,, +21,flake8,PyCQA/flake8,linters,Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned Batchelders McCabe script.,,https://github.com/PyCQA/flake8,https://github.com/PyCQA/flake8,MIT,2014-09-13 17:06:24.000,2025-08-12 02:07:23.000,2025-08-12 02:07:21,2490.0,13.0,332.0,38.0,385.0,1580.0,3674.0,2025-06-20 19:31:34.000,7.3.0,94.0,178.0,42,True,,22.0,flake8,conda-forge/flake8,691456.0,664922.0,https://pypi.org/project/flake8,2025-06-20 19:31:34.000,26534.0,44561338.0,44704577.0,https://anaconda.org/conda-forge/flake8,2025-06-26 20:01:55.726,9167303.0,1.0,,,,,,,,,,,,,,,,,,,, +22,tqdm,tqdm/tqdm,logging,"A Fast, Extensible Progress Bar for Python and CLI.",,https://github.com/tqdm/tqdm,https://github.com/tqdm/tqdm,MPL-2.0,2015-06-03 13:13:14.000,2025-05-22 12:10:29.000,2024-11-12 13:36:45,2019.0,,1398.0,211.0,587.0,587.0,30368.0,2024-11-27 19:23:27.000,4.67.1,142.0,129.0,41,True,,569.0,tqdm,conda-forge/tqdm,1197101.0,1153180.0,https://pypi.org/project/tqdm,2024-11-24 20:12:19.000,43921.0,215731735.0,216376524.0,https://anaconda.org/conda-forge/tqdm,2025-04-22 14:56:23.993,40609338.0,1.0,,14963.0,,tqdm/tqdm,https://hub.docker.com/r/tqdm/tqdm,2024-12-14 01:39:50.951159,3.0,5261.0,,,,,,,,,,,, +23,hypothesis,HypothesisWorks/hypothesis,testing,The property-based testing library for Python.,,https://github.com/HypothesisWorks/hypothesis,https://github.com/HypothesisWorks/hypothesis,MPL-2.0,2013-03-10 13:51:19.000,2025-09-03 07:22:58.485,2025-09-02 21:37:10,16567.0,468.0,620.0,70.0,2819.0,1632.0,8057.0,2025-09-02 21:37:41.000,hypothesis-python-6.138.14,1430.0,351.0,41,True,,79.0,hypothesis,conda-forge/hypothesis,37631.0,34808.0,https://pypi.org/project/hypothesis,2025-09-02 21:37:17.000,2823.0,19703515.0,19930601.0,https://anaconda.org/conda-forge/hypothesis,2025-09-03 07:22:58.485,14533544.0,1.0,,,,,,,,,,,,,,,,,,,, +24,poetry,python-poetry/poetry,dependency-managers,Python packaging and dependency management made easy.,,https://github.com/python-poetry/poetry,https://github.com/python-poetry/poetry,MIT,2018-02-28 15:23:47.000,2025-09-01 20:50:21.000,2025-08-30 05:27:53,3617.0,27.0,2373.0,190.0,3186.0,5723.0,33898.0,2025-08-05 03:54:05.000,2.1.4,179.0,610.0,40,True,,584.0,poetry,conda-forge/poetry,849.0,,https://pypi.org/project/poetry,2025-08-05 03:54:05.000,849.0,67166590.0,67439745.0,https://anaconda.org/conda-forge/poetry,2025-08-05 05:55:56.120,5403121.0,2.0,,15553594.0,,,,,,,,,,,,,,,,,, +25,mkdocs,mkdocs/mkdocs,documentation,Project documentation with Markdown.,,https://github.com/mkdocs/mkdocs,https://github.com/mkdocs/mkdocs,BSD-2-Clause,2014-01-11 21:05:21.000,2025-08-03 20:02:22.000,2025-08-03 20:02:22,2116.0,1.0,2534.0,233.0,1331.0,1987.0,20978.0,2024-08-30 12:24:05.000,1.6.1,62.0,260.0,40,True,,121.0,mkdocs,conda-forge/mkdocs,95075.0,88545.0,https://pypi.org/project/mkdocs,2024-08-30 12:24:05.000,6530.0,9008578.0,9019833.0,https://anaconda.org/conda-forge/mkdocs,2025-04-22 14:56:22.183,574006.0,1.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +26,isort,PyCQA/isort,formatters,A Python utility / library to sort imports.,,https://github.com/PyCQA/isort,https://github.com/PyCQA/isort,MIT,2013-09-02 22:22:53.000,2025-09-02 15:11:24.000,2025-09-02 15:11:00,4336.0,7.0,602.0,46.0,1053.0,1115.0,6818.0,2025-02-26 21:15:25.000,6.0.1,148.0,316.0,40,True,,234.0,isort,conda-forge/isort,575332.0,560345.0,https://pypi.org/project/isort,2025-02-26 21:13:14.000,14987.0,66255913.0,66382618.0,https://anaconda.org/conda-forge/isort,2025-05-02 12:53:46.732,7855761.0,2.0,,,,,,,,,,,,,,,,,,,, +27,tox,tox-dev/tox,testing,Command line driven CI frontend and development task automation tool.,,https://github.com/tox-dev/tox,https://github.com/tox-dev/tox,MIT,2016-09-17 16:54:22.000,2025-09-04 14:14:46.000,2025-09-04 14:14:44,916.0,41.0,539.0,41.0,1591.0,1679.0,3839.0,2025-09-03 14:50:25.000,4.30.1,245.0,330.0,40,True,,143.0,tox,conda-forge/tox,141256.0,129745.0,https://pypi.org/project/tox,2025-09-03 14:50:25.000,11511.0,25067739.0,25091050.0,https://anaconda.org/conda-forge/tox,2025-09-03 19:55:16.291,1491915.0,1.0,['pytest'],,,,,,,,,,,,,,,,,,, +28,pytest-asyncio,pytest-dev/pytest-asyncio,testing,Asyncio support for pytest.,,https://github.com/pytest-dev/pytest-asyncio,https://github.com/pytest-dev/pytest-asyncio,Apache-2.0,2015-04-11 00:18:05.000,2025-09-04 04:49:41.000,2025-09-04 04:43:40,1160.0,146.0,162.0,35.0,832.0,328.0,1552.0,2025-07-16 04:29:24.000,1.1.0,69.0,73.0,40,True,,54.0,pytest-asyncio,conda-forge/pytest-asyncio,163760.0,154765.0,https://pypi.org/project/pytest-asyncio,2025-07-16 04:29:24.000,8995.0,52752184.0,52792606.0,https://anaconda.org/conda-forge/pytest-asyncio,2025-07-28 13:34:27.883,2584662.0,1.0,['pytest'],1628.0,,,,,,,,,,,,,,,,,, +29,pyright,Microsoft/pyright,type-checkers,Static Type Checker for Python.,,https://github.com/microsoft/pyright,https://github.com/microsoft/pyright,MIT,2019-03-12 03:38:46.000,2025-09-04 07:13:18.000,2025-09-04 07:13:18,8386.0,72.0,1734.0,132.0,2275.0,7054.0,14734.0,2025-09-02 18:32:44.255,1.1.405,489.0,127.0,39,True,,110.0,,,1447.0,1416.0,,,,,1628279.0,,,,2.0,,5357.0,,,,,,,pyright,https://www.npmjs.com/package/pyright,2025-09-02 18:32:44.255,31.0,1628095.0,,,,,,, +30,yapf,google/yapf,formatters,A formatter for Python files.,,https://github.com/google/yapf,https://github.com/google/yapf,Apache-2.0,2015-03-18 18:22:31.000,2025-08-18 06:14:12.000,2025-02-10 20:44:26,1355.0,,901.0,202.0,412.0,466.0,13946.0,2024-11-14 00:11:39.000,0.43.0,75.0,156.0,39,True,,416.0,yapf,conda-forge/yapf,107853.0,106597.0,https://pypi.org/project/yapf,2024-11-14 00:11:39.000,1256.0,9246754.0,9293061.0,https://anaconda.org/conda-forge/yapf,2025-04-22 14:56:24.153,2454307.0,2.0,,,,,,,,,,,,,,,,,,,, +31,Nuitka,Nuitka/Nuitka,packaging,"Nuitka is a Python compiler written in Python. Its fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your..",,https://github.com/Nuitka/Nuitka,https://github.com/Nuitka/Nuitka,Apache-2.0,2013-04-23 15:40:33.000,2025-09-02 10:21:19.000,2025-09-02 10:03:57,13882.0,208.0,713.0,140.0,475.0,2458.0,13759.0,2025-08-26 12:51:52.000,2.7.13,357.0,197.0,39,True,,223.0,nuitka,conda-forge/nuitka,3536.0,3402.0,https://pypi.org/project/nuitka,2025-08-26 12:51:52.000,134.0,187676.0,220481.0,https://anaconda.org/conda-forge/nuitka,2025-08-27 08:01:14.053,2099551.0,1.0,,,,,,,,,,,,,,,,,,,, +32,playwright-python,microsoft/playwright-python,testing,Python version of the Playwright testing and automation library.,,https://github.com/microsoft/playwright-python,https://github.com/microsoft/playwright-python,Apache-2.0,2020-07-01 15:28:13.000,2025-09-02 15:52:40.000,2025-09-02 15:52:38,991.0,34.0,1053.0,149.0,1136.0,1436.0,13642.0,2025-08-28 15:46:20.000,1.55.0,124.0,50.0,39,True,,44.0,playwright,,48022.0,45355.0,https://pypi.org/project/playwright,2025-08-28 15:46:20.000,2667.0,20954561.0,20954561.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +33,pip-tools,jazzband/pip-tools,dependency-managers,A set of tools to keep your pinned Python dependencies fresh.,,https://github.com/jazzband/pip-tools,https://github.com/jazzband/pip-tools,BSD-3-Clause,2012-09-10 08:50:26.000,2025-08-13 03:34:36.000,2025-08-13 03:25:39,2313.0,94.0,628.0,101.0,1074.0,931.0,7934.0,2025-07-31 09:45:18.000,7.5.0,122.0,219.0,39,True,,217.0,pip-tools,conda-forge/pip-tools,38735.0,36034.0,https://pypi.org/project/pip-tools,2025-07-31 09:45:18.000,2701.0,18464882.0,18468904.0,https://anaconda.org/conda-forge/pip-tools,2025-07-31 16:14:34.350,257428.0,2.0,,,,,,,,,,,,,,,,,,,, +34,sentry-sdk,getsentry/sentry-python,logging,The official Python SDK for Sentry.io.,,https://github.com/getsentry/sentry-python,https://github.com/getsentry/sentry-python,MIT,2018-06-18 22:51:10.000,2025-09-04 14:50:23.000,2025-09-04 14:08:26,3197.0,144.0,555.0,78.0,2861.0,1617.0,2061.0,2025-09-04 07:56:54.000,2.36.0,294.0,282.0,39,True,,209.0,sentry-sdk,conda-forge/sentry-sdk,1308.0,,https://pypi.org/project/sentry-sdk,2025-09-04 07:56:36.000,1308.0,70082397.0,70104079.0,https://anaconda.org/conda-forge/sentry-sdk,2025-09-04 11:27:51.964,1356554.0,1.0,,3915.0,,,,,,,,,,,,,,,,,, +35,pytest-cov,pytest-dev/pytest-cov,testing,Coverage plugin for pytest.,,https://github.com/pytest-dev/pytest-cov,https://github.com/pytest-dev/pytest-cov,MIT,2014-04-17 20:01:12.000,2025-08-30 22:15:08.000,2025-08-30 22:15:08,1025.0,32.0,218.0,41.0,275.0,289.0,1943.0,2025-06-12 10:47:45.000,6.2.1,51.0,97.0,39,True,,151.0,pytest-cov,conda-forge/pytest-cov,449971.0,409791.0,https://pypi.org/project/pytest-cov,2025-06-12 10:47:45.000,40180.0,81479042.0,81716207.0,https://anaconda.org/conda-forge/pytest-cov,2025-06-13 01:28:23.973,15178567.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +36,pytest-xdist,pytest-dev/pytest-xdist,testing,pytest plugin for distributed testing and loop-on-failures testing modes.,,https://github.com/pytest-dev/pytest-xdist,https://github.com/pytest-dev/pytest-xdist,MIT,2015-09-01 18:51:45.000,2025-09-02 05:13:53.000,2025-09-02 05:13:52,1327.0,18.0,241.0,52.0,527.0,391.0,1692.0,2025-07-01 13:31:02.000,3.8.0,71.0,109.0,39,True,,282.0,pytest-xdist,conda-forge/pytest-xdist,126435.0,120818.0,https://pypi.org/project/pytest-xdist,2025-07-01 13:30:56.000,5617.0,59182855.0,59334181.0,https://anaconda.org/conda-forge/pytest-xdist,2025-07-02 10:39:49.174,9381457.0,2.0,['pytest'],295.0,,,,,,,,,,,,,,,,,, +37,setuptools_scm,pypa/setuptools_scm,build-tools,the blessed package to manage your versions by scm tags.,,https://github.com/pypa/setuptools-scm,https://github.com/pypa/setuptools-scm,MIT,2015-07-01 17:57:56.000,2025-09-01 18:25:39.000,2025-08-17 15:39:46,2045.0,186.0,224.0,28.0,580.0,601.0,919.0,2025-08-16 12:56:37.000,9.2.0,97.0,149.0,39,True,,36.0,setuptools_scm,conda-forge/setuptools_scm,33969.0,31819.0,https://pypi.org/project/setuptools_scm,2025-08-16 12:56:37.000,2150.0,86094795.0,86175576.0,https://anaconda.org/conda-forge/setuptools_scm,2025-08-16 21:13:36.839,5169986.0,1.0,,1.0,,,,,,,,,,,,,,,,,, +38,packaging,pypa/packaging,packaging,Core utilities for Python packages.,,https://github.com/pypa/packaging,https://github.com/pypa/packaging,Apache-2.0,2014-05-15 22:49:43.000,2025-09-02 18:41:44.000,2025-09-02 18:41:43,769.0,12.0,269.0,31.0,521.0,321.0,675.0,2025-04-19 11:49:36.000,25.0,47.0,125.0,39,True,,115.0,packaging,conda-forge/packaging,1796121.0,1782340.0,https://pypi.org/project/packaging,2025-04-19 11:48:57.000,13781.0,658662550.0,659835398.0,https://anaconda.org/conda-forge/packaging,2025-04-22 18:15:05.471,75061550.0,1.0,,919.0,,,,,,,,,,,,,,,,,, +39,Glances,nicolargo/glances,profiling,"Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.",,https://github.com/nicolargo/glances,https://github.com/nicolargo/glances,LGPL-3.0,2011-12-04 08:49:15.000,2025-08-30 06:49:12.000,2025-08-30 06:49:12,6471.0,190.0,1608.0,507.0,963.0,1937.0,29758.0,2025-07-09 15:40:39.000,4.3.3,124.0,207.0,38,True,,138.0,glances,conda-forge/glances,1200.0,1196.0,https://pypi.org/project/glances,2025-07-09 15:40:39.000,4.0,262900.0,269291.0,https://anaconda.org/conda-forge/glances,2025-04-22 14:56:20.672,357210.0,1.0,,1688.0,-1.0,,,,,,,,,,,,,,,,, +40,loguru,Delgan/loguru,logging,Python logging made (stupidly) simple.,,https://github.com/Delgan/loguru,https://github.com/Delgan/loguru,MIT,2017-08-15 17:22:32.000,2025-08-31 17:47:30.000,2025-08-31 17:47:30,972.0,30.0,741.0,141.0,263.0,887.0,22618.0,2024-12-06 11:25:42.000,0.7.3,22.0,68.0,38,True,,232.0,loguru,conda-forge/loguru,152627.0,141973.0,https://pypi.org/project/loguru,2024-12-06 11:20:54.000,10654.0,38560173.0,38616237.0,https://anaconda.org/conda-forge/loguru,2025-05-07 16:22:25.668,3588117.0,2.0,,,,,,,,,,,,,,,,,,,, +41,PDM,pdm-project/pdm,dependency-managers,A modern Python package and dependency manager supporting the latest PEP standards.,,https://github.com/pdm-project/pdm,https://github.com/pdm-project/pdm,MIT,2019-12-27 03:50:57.000,2025-09-02 01:48:50.000,2025-09-02 01:48:48,3139.0,67.0,449.0,40.0,1283.0,1870.0,8454.0,2025-08-22 10:28:14.000,2.25.9,238.0,227.0,38,True,,44.0,pdm,conda-forge/pdm,710.0,507.0,https://pypi.org/project/pdm,2025-08-22 10:28:11.000,203.0,7021774.0,7053359.0,https://anaconda.org/conda-forge/pdm,2025-07-30 09:44:31.684,1515087.0,2.0,,716.0,,,,,,,,,,,,,,,,,, +42,bandit,PyCQA/bandit,security,Bandit is a tool designed to find common security issues in Python code.,,https://github.com/PyCQA/bandit,https://github.com/PyCQA/bandit,Apache-2.0,2018-04-26 09:08:12.000,2025-08-25 23:41:37.000,2025-08-25 23:41:36,1465.0,13.0,675.0,70.0,558.0,509.0,7282.0,2025-07-06 03:10:49.000,1.8.6,47.0,187.0,38,True,,199.0,bandit,conda-forge/bandit,60357.0,58527.0,https://pypi.org/project/bandit,2025-07-06 03:10:49.000,1830.0,9540200.0,9548877.0,https://anaconda.org/conda-forge/bandit,2025-07-06 11:19:39.653,511402.0,1.0,,881.0,,,,,,,,,,,,,,,,,, +43,structlog,hynek/structlog,logging,"Simple, powerful, and fast logging for Python.",,https://github.com/hynek/structlog,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2025-09-02 05:42:20.000,2025-09-02 05:42:18,1740.0,21.0,249.0,33.0,370.0,338.0,4209.0,2025-06-02 08:21:11.000,25.4.0,41.0,133.0,38,True,,39.0,structlog,conda-forge/structlog,26421.0,24946.0,https://pypi.org/project/structlog,2025-06-02 08:21:11.000,1475.0,32778310.0,32792095.0,https://anaconda.org/conda-forge/structlog,2025-06-02 14:06:59.579,772012.0,2.0,,,,,,,,,,,,,,,,,,,, +44,wemake-python-styleguide,wemake-services/wemake-python-styleguide,linters,The strictest and most opinionated python linter ever!.,,https://github.com/wemake-services/wemake-python-styleguide,https://github.com/wemake-services/wemake-python-styleguide,MIT,2018-03-09 21:04:25.000,2025-09-04 07:52:29.000,2025-09-04 07:52:27,2956.0,56.0,406.0,30.0,2358.0,1141.0,2768.0,2025-08-25 10:16:16.000,1.4.0,64.0,213.0,38,True,,18.0,wemake-python-styleguide,,17626.0,17524.0,https://pypi.org/project/wemake-python-styleguide,2025-08-25 10:15:06.000,102.0,223633.0,223633.0,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,scons,SCons/scons,build-tools,SCons - a software construction tool.,,https://github.com/SCons/scons,https://github.com/SCons/scons,MIT,2017-09-24 19:23:46.000,2025-09-03 17:42:29.070,2025-08-21 23:04:51,9708.0,85.0,331.0,62.0,1255.0,2807.0,2274.0,2025-03-27 20:46:09.000,4.9.1,40.0,171.0,38,True,,655.0,scons,conda-forge/scons,3990.0,3938.0,https://pypi.org/project/scons,2025-03-27 20:42:16.000,52.0,819708.0,836430.0,https://anaconda.org/conda-forge/scons,2025-09-03 17:42:29.070,1018726.0,2.0,,1789.0,-1.0,,,,,,,,,,,,,,,,, +46,pytest-mock,pytest-dev/pytest-mock,testing,Thin-wrapper around the mock package for easier use with pytest.,,https://github.com/pytest-dev/pytest-mock,https://github.com/pytest-dev/pytest-mock,MIT,2014-07-17 00:40:32.000,2025-09-02 05:14:24.000,2025-09-02 05:14:22,727.0,16.0,149.0,37.0,361.0,151.0,1978.0,2025-05-26 13:58:59.000,3.14.1,64.0,79.0,38,True,,13.0,pytest-mock,conda-forge/pytest-mock,124098.0,116999.0,https://pypi.org/project/pytest-mock,2025-05-26 13:58:43.000,7099.0,47033145.0,47094533.0,https://anaconda.org/conda-forge/pytest-mock,2025-05-26 17:57:58.503,3867470.0,2.0,['pytest'],104.0,1.0,,,,,,,,,,,,,,,,, +47,memray,bloomberg/memray,profiling,Memray is a memory profiler for Python.,,https://github.com/bloomberg/memray,https://github.com/bloomberg/memray,Apache-2.0,2022-04-08 18:04:11.000,2025-08-22 23:58:55.000,2025-08-18 22:24:41,1380.0,60.0,421.0,58.0,477.0,209.0,14345.0,2025-08-08 19:47:03.000,1.18.0,32.0,59.0,37,True,,42.0,memray,conda-forge/memray,1552.0,1454.0,https://pypi.org/project/memray,2025-08-08 19:47:03.000,98.0,5869664.0,5881841.0,https://anaconda.org/conda-forge/memray,2025-08-09 14:43:13.617,499292.0,2.0,,,,,,,,,,,,,,,,,,,, +48,xonsh,xonsh/xonsh,shell,Python-powered shell. Full-featured and cross-platform.,,https://github.com/xonsh/xonsh,https://github.com/xonsh/xonsh,BSD-1-Clause,2015-01-21 22:05:27.000,2025-09-01 17:32:55.000,2025-08-11 12:55:58,10946.0,65.0,670.0,102.0,2937.0,2421.0,8957.0,2025-06-24 19:59:46.000,0.19.9,140.0,348.0,37,False,,285.0,xonsh,,1034.0,861.0,https://pypi.org/project/xonsh,2025-06-24 19:59:46.000,173.0,169410.0,169564.0,,,,1.0,,13721.0,,,,,,,,,,,,,,,,,, +49,twine,pypa/twine,build-tools,Utilities for interacting with PyPI.,,https://github.com/pypa/twine,https://github.com/pypa/twine,Apache-2.0,2013-08-13 15:39:39.000,2025-09-04 13:49:49.000,2025-08-12 03:27:23,1340.0,10.0,321.0,40.0,699.0,497.0,1720.0,2025-01-21 18:45:24.000,6.1.0,58.0,131.0,37,True,,52.0,twine,conda-forge/twine,142188.0,125260.0,https://pypi.org/project/twine,2025-01-21 18:45:24.000,16928.0,19031976.0,19053511.0,https://anaconda.org/conda-forge/twine,2025-04-22 14:56:27.094,1356660.0,2.0,,84.0,,,,,,,,,,,,,,,,,, +50,wheel,pypa/wheel,build-tools,The official binary distribution format for Python.,,https://github.com/pypa/wheel,https://github.com/pypa/wheel,MIT,2017-07-25 20:24:25.000,2025-07-31 14:18:31.000,2025-07-31 14:18:31,984.0,1.0,165.0,32.0,254.0,402.0,539.0,2025-04-08 20:55:45.000,0.46.1,83.0,86.0,37,True,,15.0,wheel,conda-forge/wheel,389512.0,375048.0,https://pypi.org/project/wheel,2025-04-08 20:55:39.000,14464.0,279645340.0,281915812.0,https://anaconda.org/conda-forge/wheel,2025-04-22 14:56:25.544,138498850.0,2.0,,,,,,,,,,,,,,,,,,,, +51,py-spy,benfred/py-spy,profiling,Sampling profiler for Python programs.,,https://github.com/benfred/py-spy,https://github.com/benfred/py-spy,MIT,2018-08-01 02:22:15.000,2025-08-18 00:13:25.000,2025-08-18 00:13:24,549.0,31.0,469.0,110.0,393.0,227.0,14185.0,2025-07-31 19:34:11.519,0.4.1,40.0,53.0,36,True,,206.0,py-spy,conda-forge/py-spy,7021.0,6905.0,https://pypi.org/project/py-spy,2025-07-31 19:33:13.000,112.0,8977013.0,8990070.333333334,https://anaconda.org/conda-forge/py-spy,2025-08-01 00:41:54.066,701507.0,2.0,,33940.0,,,,,,,,,,,,py-spy,https://crates.io/crates/py-spy,2025-07-31 19:34:11.519,4.0,1285.3333333333333,439610.0, +52,pyautogui,asweigart/pyautogui,testing,A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.,,https://github.com/asweigart/pyautogui,https://github.com/asweigart/pyautogui,BSD-3-Clause,2014-07-17 23:30:38.000,2025-09-03 16:04:18.705,2023-06-07 11:16:23,408.0,,1338.0,193.0,178.0,251.0,11826.0,2023-05-24 20:13:07.561,0.9.54,51.0,52.0,36,False,,534.0,pyautogui,conda-forge/pyautogui,55913.0,54879.0,https://pypi.org/project/pyautogui,2023-05-24 20:13:07.561,1034.0,1488646.0,1494838.0,https://anaconda.org/conda-forge/pyautogui,2025-09-03 16:04:18.705,365333.0,2.0,,,1.0,,,,,,,,,,,,,,,,, +53,pyinstrument,joerick/pyinstrument,profiling,Call stack profiler for Python. Shows you why your code is slow!.,,https://github.com/joerick/pyinstrument,https://github.com/joerick/pyinstrument,BSD-3-Clause,2014-03-13 17:53:13.000,2025-08-27 16:40:28.338,2025-08-26 15:37:32,1180.0,32.0,247.0,51.0,210.0,156.0,7317.0,2025-08-12 11:34:20.000,5.1.1,54.0,70.0,36,True,,28.0,pyinstrument,conda-forge/pyinstrument,3918.0,3705.0,https://pypi.org/project/pyinstrument,2025-08-12 11:34:20.000,213.0,4250440.0,4264227.0,https://anaconda.org/conda-forge/pyinstrument,2025-08-27 16:40:28.338,841021.0,2.0,,,,,,,,,,,,,,,,,,,, +54,buildbot,buildbot/buildbot,build-tools,Python-based continuous integration testing framework; your pull requests are more than welcome!.,,https://github.com/buildbot/buildbot,https://github.com/buildbot/buildbot,GPL-2.0,2010-07-06 17:56:53.000,2025-08-21 15:29:42.000,2025-07-02 13:49:24,27694.0,220.0,1648.0,194.0,6793.0,1039.0,5381.0,2025-05-12 21:41:22.000,4.3.0,146.0,891.0,36,True,,764.0,buildbot,conda-forge/buildbot,406.0,386.0,https://pypi.org/project/buildbot,2025-05-12 21:41:22.000,20.0,29893.0,33625.0,https://anaconda.org/conda-forge/buildbot,2025-05-13 11:35:44.706,156024.0,2.0,,119176.0,,,,,,,,,,,,,,,,,, +55,autopep8,hhatto/autopep8,formatters,A tool that automatically formats Python code to conform to the PEP 8 style guide.,,https://github.com/hhatto/autopep8,https://github.com/hhatto/autopep8,MIT,2010-12-29 20:08:51.000,2025-08-18 20:02:34.000,2025-01-14 14:39:50,2956.0,,289.0,71.0,266.0,392.0,4638.0,2025-01-14 14:46:15.000,2.3.2,82.0,64.0,36,True,,124.0,autopep8,conda-forge/autopep8,230668.0,228981.0,https://pypi.org/project/autopep8,2025-01-14 14:46:15.000,1687.0,6886716.0,6919941.0,https://anaconda.org/conda-forge/autopep8,2025-04-22 14:56:24.132,2093198.0,3.0,,,,,,,,,,,,,,,,,,,, +56,rope,python-rope/rope,refactoring,a python refactoring library.,,https://github.com/python-rope/rope,https://github.com/python-rope/rope,LGPL-3.0,2013-11-30 15:30:20.000,2025-07-13 00:41:35.626,2025-07-12 17:41:05,3390.0,16.0,170.0,27.0,393.0,261.0,2107.0,2025-07-12 17:46:05.000,1.14.0,95.0,83.0,36,True,,117.0,rope,conda-forge/rope,78999.0,78678.0,https://pypi.org/project/rope,2025-07-12 17:46:05.000,321.0,1526035.0,1559671.0,https://anaconda.org/conda-forge/rope,2025-07-13 00:41:35.626,1984425.0,1.0,,42.0,,,,,,,,,,,,,,,,,, +57,safety,pyupio/safety,security,Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for..,,https://github.com/pyupio/safety,https://github.com/pyupio/safety,MIT,2016-10-19 13:22:56.000,2025-09-04 00:32:46.000,2025-09-03 22:58:08,827.0,24.0,167.0,32.0,526.0,223.0,1891.0,2025-09-01 22:29:58.000,3.6.1,104.0,53.0,36,True,,35.0,safety,conda-forge/safety,18469.0,17707.0,https://pypi.org/project/safety,2025-09-01 22:29:58.000,762.0,3801463.0,3817049.0,https://anaconda.org/conda-forge/safety,2025-09-02 13:58:45.693,139784.0,2.0,,866908.0,,,,,,,,,,,,,,,,,, +58,sqlmap,sqlmapproject/sqlmap,security,Automatic SQL injection and database takeover tool.,,https://github.com/sqlmapproject/sqlmap,https://github.com/sqlmapproject/sqlmap,GPL-3.0,2012-06-26 09:52:15.000,2025-09-01 15:31:00.000,2025-09-01 15:30:56,10323.0,43.0,6019.0,1107.0,434.0,5304.0,35204.0,2025-09-01 15:07:50.000,1.9.9,125.0,146.0,35,True,,60.0,sqlmap,,33.0,21.0,https://pypi.org/project/sqlmap,2025-09-01 15:07:50.000,12.0,13446.0,13446.0,,,,2.0,,,1.0,,,,,,,,,,,,,,,,, +59,Scalene,plasma-umass/scalene,profiling,"Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization..",,https://github.com/plasma-umass/scalene,https://github.com/plasma-umass/scalene,Apache-2.0,2019-12-17 20:56:28.000,2025-09-02 13:39:23.000,2025-09-02 13:39:21,3422.0,95.0,423.0,90.0,385.0,332.0,12931.0,2025-08-25 19:13:01.000,1.5.54,180.0,57.0,35,True,,168.0,scalene,,955.0,908.0,https://pypi.org/project/scalene,2025-08-25 19:13:01.000,47.0,275889.0,275889.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +60,pycodestyle,PyCQA/pycodestyle,linters,Simple Python style checker in one Python file.,,https://github.com/PyCQA/pycodestyle,https://github.com/PyCQA/pycodestyle,MIT,2009-10-02 00:43:37.000,2025-08-12 02:06:01.000,2025-08-12 02:05:59,1512.0,13.0,750.0,115.0,539.0,666.0,5117.0,2025-03-29 17:33:29.000,2.13.0,23.0,137.0,35,True,,105.0,pycodestyle,conda-forge/pycodestyle,2210.0,,https://pypi.org/project/pycodestyle,2025-06-20 18:49:47.000,2210.0,65895786.0,66069981.0,https://anaconda.org/conda-forge/pycodestyle,2025-06-22 18:14:44.520,9406532.0,1.0,,,-1.0,,,,,,,,,,,,,,,,, +61,sphinx_rtd_theme,readthedocs/sphinx_rtd_theme,documentation,Sphinx theme from Read the Docs.,,https://github.com/readthedocs/sphinx_rtd_theme,https://github.com/readthedocs/sphinx_rtd_theme,MIT,2013-10-17 17:10:49.000,2025-04-22 14:56:26.071,2025-02-20 10:22:56,1507.0,,1766.0,171.0,756.0,669.0,4950.0,2024-11-13 11:06:02.000,3.0.2,61.0,118.0,35,True,,251.0,sphinx_rtd_theme,conda-forge/sphinx_rtd_theme,13229.0,16.0,https://pypi.org/project/sphinx_rtd_theme,2024-11-13 11:06:02.000,13213.0,9886671.0,9958735.0,https://anaconda.org/conda-forge/sphinx_rtd_theme,2025-04-22 14:56:26.071,4540070.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +62,invoke,pyinvoke/invoke,build-tools,Pythonic task management & command execution.,,https://github.com/pyinvoke/invoke,https://github.com/pyinvoke/invoke,BSD-2-Clause,2012-02-29 23:59:23.000,2025-08-09 16:48:18.000,2025-06-15 22:37:24,3706.0,2.0,373.0,94.0,265.0,401.0,4612.0,2023-07-12 18:05:35.085,2.2.0,65.0,60.0,35,True,,429.0,invoke,conda-forge/invoke,31550.0,30545.0,https://pypi.org/project/invoke,2023-07-12 18:05:35.085,1005.0,42715151.0,42737256.0,https://anaconda.org/conda-forge/invoke,2025-04-22 14:56:22.672,1237934.0,3.0,,,-1.0,,,,,,,,,,,,,,,,, +63,freezegun,spulec/freezegun,testing,Let your Python tests travel through time.,,https://github.com/spulec/freezegun,https://github.com/spulec/freezegun,Apache-2.0,2012-12-11 05:11:00.000,2025-08-19 19:29:42.000,2025-08-19 19:29:42,680.0,15.0,283.0,33.0,256.0,210.0,4406.0,2025-08-09 10:39:10.000,1.5.5,68.0,126.0,35,True,,148.0,freezegun,conda-forge/freezegun,1272.0,,https://pypi.org/project/freezegun,2025-08-09 10:39:06.000,1272.0,24637800.0,24666766.0,https://anaconda.org/conda-forge/freezegun,2025-08-09 15:49:47.831,1737616.0,2.0,,128.0,,,,,,,,,,,,,,,,,, +64,beartype,beartype/beartype,linters,Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.,,https://github.com/beartype/beartype,https://github.com/beartype/beartype,MIT,2020-04-03 06:06:22.000,2025-09-04 06:51:26.000,2025-09-04 06:40:45,1607.0,81.0,63.0,14.0,59.0,324.0,3164.0,2025-05-22 05:09:24.000,0.21.0,54.0,26.0,35,True,,101.0,beartype,conda-forge/beartype,8333.0,7620.0,https://pypi.org/project/beartype,2025-05-22 05:09:24.000,713.0,5993827.0,6000565.0,https://anaconda.org/conda-forge/beartype,2025-05-22 18:52:36.044,424554.0,1.0,,,,,,,,,,,,,,,,,,,, +65,logbook,getlogbook/logbook,logging,A cool logging replacement for Python.,,https://github.com/getlogbook/logbook,https://github.com/getlogbook/logbook,BSD-3-Clause,2010-07-22 10:13:12.000,2025-09-04 13:53:59.000,2025-09-02 21:24:43,1442.0,39.0,167.0,35.0,256.0,139.0,1486.0,2025-06-14 17:26:52.000,1.8.2,48.0,80.0,35,True,,47.0,logbook,conda-forge/logbook,7619.0,7345.0,https://pypi.org/project/logbook,2025-06-14 17:24:24.000,274.0,6626990.0,6632640.0,https://anaconda.org/conda-forge/logbook,2025-08-27 20:02:13.497,355705.0,2.0,,499.0,,,,,,,,,,,,,,,,,, +66,pyflakes,PyCQA/pyflakes,linters,A simple program which checks Python source files for errors.,,https://github.com/PyCQA/pyflakes,https://github.com/PyCQA/pyflakes,MIT,2014-04-07 06:19:46.000,2025-06-21 07:47:51.807,2025-06-20 18:44:19,579.0,1.0,181.0,29.0,313.0,488.0,1433.0,2025-06-20 18:45:26.000,3.4.0,42.0,88.0,35,True,,59.0,pyflakes,conda-forge/pyflakes,326478.0,325173.0,https://pypi.org/project/pyflakes,2025-06-20 18:45:26.000,1305.0,49752108.0,49920273.0,https://anaconda.org/conda-forge/pyflakes,2025-06-21 07:47:51.807,9080961.0,1.0,,,,,,,,,,,,,,,,,,,, +67,parso,davidhalter/parso,linters,A Python Parser.,,https://github.com/davidhalter/parso,https://github.com/davidhalter/parso,MIT,2017-05-08 20:14:30.000,2025-08-23 18:37:27.721,2025-08-23 15:12:20,1131.0,7.0,114.0,20.0,114.0,108.0,648.0,2025-08-23 15:15:25.000,0.8.5,28.0,51.0,35,True,,13.0,parso,conda-forge/parso,585757.0,584673.0,https://pypi.org/project/parso,2025-08-23 15:15:25.000,1084.0,74647582.0,75139727.0,https://anaconda.org/conda-forge/parso,2025-08-23 18:37:27.721,30513006.0,1.0,,,,,,,,,,,,,,,,,,,, +68,pyenv,pyenv/pyenv,virtual-envs,Simple Python version management.,,https://github.com/pyenv/pyenv,https://github.com/pyenv/pyenv,MIT,2012-08-31 06:57:52.000,2025-09-01 10:33:33.000,2025-09-01 10:33:28,3484.0,39.0,3177.0,390.0,1191.0,1808.0,43071.0,2025-08-15 18:50:20.000,2.6.7,100.0,465.0,34,True,,78.0,pyenv,,21.0,21.0,https://pypi.org/project/pyenv,2019-01-12 14:49:22.000,,10221.0,10221.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,pipx,pypa/pipx,dependency-managers,Install and Run Python Applications in Isolated Environments.,,https://github.com/pypa/pipx,https://github.com/pypa/pipx,MIT,2018-10-06 18:47:46.000,2025-09-01 18:27:01.000,2025-08-10 02:01:42,832.0,2.0,474.0,75.0,747.0,712.0,11995.0,2024-08-23 16:54:00.000,1.7.1,65.0,162.0,34,True,,141.0,pipx,conda-forge/pipx,4593.0,4535.0,https://pypi.org/project/pipx,2024-08-23 16:53:46.000,58.0,10682077.0,10693204.0,https://anaconda.org/conda-forge/pipx,2025-04-22 14:58:07.924,150900.0,3.0,,567529.0,,,,,,,,,,,,,,,,,, +70,pex,pantsbuild/pex,packaging,"A tool for generating .pex (Python EXecutable) files, lock files and venvs.",,https://github.com/pex-tool/pex,https://github.com/pex-tool/pex,Apache-2.0,2014-07-21 17:06:12.000,2025-09-04 03:31:26.000,2025-09-04 03:31:25,1829.0,100.0,304.0,53.0,1534.0,1115.0,4066.0,2025-09-03 02:59:21.000,2.55.0,372.0,123.0,34,True,pex-tool/pex,71.0,pex,,61.0,,https://pypi.org/project/pex,2025-09-03 02:59:21.000,61.0,2661118.0,2834837.0,,,,2.0,,2432073.0,,,,,,,,,,,,,,,,,, +71,pudb,inducer/pudb,debugging,Full-screen console debugger for Python.,,https://github.com/inducer/pudb,https://github.com/inducer/pudb,MIT,2011-05-13 23:44:30.000,2025-08-18 12:46:20.000,2025-08-18 12:46:18,1286.0,13.0,232.0,50.0,310.0,195.0,3143.0,2025-05-06 22:09:45.000,2025.1,82.0,99.0,34,True,,161.0,pudb,conda-forge/pudb,8347.0,8229.0,https://pypi.org/project/pudb,2025-05-06 20:43:17.000,118.0,1171922.0,1179097.0,https://anaconda.org/conda-forge/pudb,2025-06-04 20:11:24.709,351578.0,1.0,,,,,,,,,,,,,,,,,,,, +72,briefcase,beeware/briefcase,packaging,Tools to support converting a Python project into a standalone native application.,,https://github.com/beeware/briefcase,https://github.com/beeware/briefcase,BSD-3-Clause,2015-07-28 15:20:03.000,2025-08-31 23:06:00.000,2025-08-31 23:05:59,4914.0,81.0,458.0,47.0,1352.0,769.0,3056.0,2025-08-26 00:54:48.000,0.3.25,59.0,187.0,34,True,,179.0,briefcase,,871.0,833.0,https://pypi.org/project/briefcase,2025-08-26 00:54:48.000,38.0,21581.0,21591.0,,,,2.0,,753.0,,,,,,,,,,,,,,,,,, +73,tabulate,astanin/python-tabulate,logging,"Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from..",,https://github.com/astanin/python-tabulate,https://github.com/astanin/python-tabulate,MIT,2019-09-02 14:34:19.000,2025-07-23 18:54:27.000,2025-07-23 18:54:26,739.0,11.0,173.0,21.0,128.0,147.0,2432.0,2022-10-06 17:23:25.701,0.9.0,27.0,102.0,34,True,,120.0,tabulate,conda-forge/tabulate,8388.0,,https://pypi.org/project/tabulate,2022-10-06 17:23:25.701,8388.0,105257322.0,105442901.0,https://anaconda.org/conda-forge/tabulate,2025-04-22 14:56:22.696,10206865.0,2.0,,,,,,,,,,,,,,,,,,,, +74,prospector,PyCQA/prospector,code-metrics,"Inspects Python source files and provides information about type and location of classes, methods etc.",,https://github.com/prospector-dev/prospector,https://github.com/prospector-dev/prospector,GPL-2.0,2013-08-05 07:26:30.000,2025-09-01 17:34:17.000,2025-09-01 17:34:12,1591.0,24.0,177.0,34.0,385.0,367.0,2030.0,2025-08-13 11:19:10.000,1.17.3,144.0,98.0,34,True,prospector-dev/prospector,35.0,prospector,conda-forge/prospector,5510.0,5224.0,https://pypi.org/project/prospector,2025-08-13 11:19:10.000,286.0,499844.0,502763.0,https://anaconda.org/conda-forge/prospector,2025-08-13 18:22:44.075,169348.0,1.0,,,,,,,,,,,,,,,,,,,, +75,nodeenv,ekalinin/nodeenv,virtual-envs,Virtual environment for Node.js & integrator with virtualenv.,,https://github.com/ekalinin/nodeenv,https://github.com/ekalinin/nodeenv,BSD-3-Clause,2011-03-29 15:28:56.000,2025-04-22 14:56:41.723,2024-08-25 11:10:59,704.0,,216.0,34.0,182.0,146.0,1748.0,2024-06-04 18:44:55.000,1.9.1,74.0,101.0,34,False,,64.0,nodeenv,conda-forge/nodeenv,122900.0,122647.0,https://pypi.org/project/nodeenv,2024-06-04 18:44:08.000,253.0,65145726.0,65250809.0,https://anaconda.org/conda-forge/nodeenv,2025-04-22 14:56:41.723,6620243.0,2.0,,,,,,,,,,,,,,,,,,,, +76,pytest-html,pytest-dev/pytest-html,testing,Plugin for generating HTML reports for pytest results.,,https://github.com/pytest-dev/pytest-html,https://github.com/pytest-dev/pytest-html,MIT,2015-04-14 19:22:42.000,2025-09-02 05:33:33.000,2025-09-02 05:33:26,595.0,16.0,248.0,24.0,478.0,260.0,744.0,2023-11-07 16:58:34.000,4.1.1,58.0,61.0,34,True,,183.0,pytest-html,conda-forge/pytest-html,57245.0,56623.0,https://pypi.org/project/pytest-html,2023-11-07 15:44:27.000,622.0,12023822.0,12036841.0,https://anaconda.org/conda-forge/pytest-html,2025-04-22 14:56:37.472,755134.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +77,Griffe,mkdocstrings/griffe,documentation,"Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API..",,https://github.com/mkdocstrings/griffe,https://github.com/mkdocstrings/griffe,ISC,2021-09-09 21:49:44.000,2025-09-02 17:23:16.000,2025-09-02 17:23:10,1235.0,63.0,52.0,6.0,88.0,257.0,523.0,2025-08-26 13:27:16.000,1.13.0,147.0,39.0,34,True,,32.0,griffe,conda-forge/griffe,12663.0,12338.0,https://pypi.org/project/griffe,2025-08-26 13:27:09.000,325.0,14249515.0,14264456.0,https://anaconda.org/conda-forge/griffe,2025-08-26 20:31:14.134,627541.0,2.0,,,,,,,,,,,,,,,,,,,, +78,pyre-check,facebook/pyre-check,type-checkers,Performant type-checking for python.,,https://github.com/facebook/pyre-check,https://github.com/facebook/pyre-check,MIT,2017-11-10 17:31:36.000,2025-09-03 17:04:27.000,2025-09-03 17:01:10,20484.0,123.0,453.0,114.0,527.0,309.0,7089.0,2024-10-29 21:22:27.000,0.9.23,81.0,293.0,33,True,,149.0,pyre-check,,108.0,21.0,https://pypi.org/project/pyre-check,2025-07-07 15:59:16.000,87.0,151627.0,151627.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +79,alive-progress,rsalmei/alive-progress,logging,"A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!.",,https://github.com/rsalmei/alive-progress,https://github.com/rsalmei/alive-progress,MIT,2019-08-05 05:54:30.000,2025-07-20 18:54:32.000,2025-07-20 18:54:29,724.0,22.0,220.0,50.0,55.0,227.0,6056.0,2025-07-20 02:10:37.000,3.3.0,36.0,10.0,33,True,,14.0,alive-progress,conda-forge/alive-progress,5272.0,4683.0,https://pypi.org/project/alive-progress,2025-07-20 02:10:37.000,589.0,2379964.0,2382543.0,https://anaconda.org/conda-forge/alive-progress,2025-04-22 14:57:21.935,159942.0,2.0,,,,,,,,,,,,,,,,,,,, +80,pyupgrade,asottile/pyupgrade,refactoring,A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.,,https://github.com/asottile/pyupgrade,https://github.com/asottile/pyupgrade,MIT,2017-02-28 17:50:31.000,2025-08-13 14:20:08.000,2025-08-13 14:20:07,1254.0,11.0,196.0,36.0,568.0,444.0,3881.0,2025-05-23 18:55:41.000,3.20.0,174.0,36.0,33,True,,22.0,pyupgrade,conda-forge/pyupgrade,515.0,,https://pypi.org/project/pyupgrade,2025-05-23 18:55:41.000,515.0,998283.0,1011643.0,https://anaconda.org/conda-forge/pyupgrade,2025-05-24 00:48:10.166,855083.0,2.0,,,,,,,,,,,,,,,,,,,, +81,flit,pypa/flit,build-tools,Simplified packaging of Python modules.,,https://github.com/pypa/flit,https://github.com/pypa/flit,BSD-3-Clause,2015-03-13 21:22:27.000,2025-08-13 10:04:01.000,2025-08-13 10:03:53,1335.0,21.0,146.0,36.0,332.0,308.0,2225.0,2025-03-25 08:03:19.000,3.12.0,53.0,80.0,33,True,,135.0,flit,conda-forge/flit,3404.0,2474.0,https://pypi.org/project/flit,2025-03-25 08:03:19.000,930.0,8106592.0,8111241.0,https://anaconda.org/conda-forge/flit,2025-04-22 14:56:31.709,278987.0,3.0,,,,,,,,,,,,,,,,,,,, +82,mkdocstrings,mkdocstrings/mkdocstrings,documentation,"Automatic documentation from sources, for MkDocs.",,https://github.com/mkdocstrings/mkdocstrings,https://github.com/mkdocstrings/mkdocstrings,ISC,2019-12-09 18:09:09.000,2025-08-24 15:29:27.000,2025-08-24 15:29:27,776.0,7.0,114.0,14.0,190.0,400.0,1967.0,2025-07-22 23:49:19.000,0.30.0,69.0,52.0,33,True,,62.0,mkdocstrings,conda-forge/mkdocstrings,22117.0,20547.0,https://pypi.org/project/mkdocstrings,2025-07-22 23:48:44.000,1570.0,3907623.0,3911850.0,https://anaconda.org/conda-forge/mkdocstrings,2025-07-24 13:24:20.459,249395.0,2.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +83,prettytable,jazzband/prettytable,logging,Display tabular data in a visually appealing ASCII table format.,,https://github.com/prettytable/prettytable,https://github.com/prettytable/prettytable,,2016-01-15 02:39:17.000,2025-09-01 07:32:20.000,2025-09-01 07:32:18,734.0,14.0,174.0,25.0,254.0,123.0,1538.0,2025-03-24 19:39:02.000,3.16.0,41.0,66.0,33,False,prettytable/prettytable,26.0,prettytable,conda-forge/prettytable,80843.0,78209.0,https://pypi.org/project/prettytable,2025-03-24 19:39:02.000,2634.0,20483995.0,20562932.0,https://anaconda.org/conda-forge/prettytable,2025-04-22 14:56:24.496,4578392.0,2.0,,,,,,,,,,,,,,,,,,,, +84,nox,theacodes/nox,testing,Flexible test automation for Python.,,https://github.com/wntrblm/nox,https://github.com/wntrblm/nox,Apache-2.0,2016-02-24 04:02:58.000,2025-08-18 15:52:17.000,2025-07-21 21:26:17,694.0,9.0,166.0,17.0,579.0,347.0,1446.0,2025-05-01 16:35:46.000,2025.5.1,30.0,109.0,33,True,wntrblm/nox,70.0,nox,conda-forge/nox,8068.0,6837.0,https://pypi.org/project/nox,2025-05-01 16:35:46.000,1231.0,4111672.0,4119642.0,https://anaconda.org/conda-forge/nox,2025-05-15 20:58:18.188,502171.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +85,pytest-bdd,pytest-dev/pytest-bdd,testing,BDD library for the pytest runner.,,https://github.com/pytest-dev/pytest-bdd,https://github.com/pytest-dev/pytest-bdd,MIT,2013-03-29 07:27:43.000,2025-09-01 20:46:51.000,2025-02-13 21:33:26,1462.0,,229.0,60.0,408.0,294.0,1399.0,2024-12-05 21:45:56.000,8.1.0,106.0,65.0,33,True,,82.0,pytest-bdd,conda-forge/pytest-bdd,4528.0,4422.0,https://pypi.org/project/pytest-bdd,2024-12-05 21:45:56.000,106.0,1171163.0,1173692.0,https://anaconda.org/conda-forge/pytest-bdd,2025-04-22 14:57:05.450,70825.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +86,nose,nose-devs/nose,testing,nose is nicer testing for python.,,https://github.com/nose-devs/nose,https://github.com/nose-devs/nose,LGPL-2.1+,2011-12-13 19:36:32.000,2025-04-22 14:56:22.777,2016-03-04 01:16:26,1004.0,,395.0,47.0,261.0,467.0,1362.0,2015-06-02 09:12:36.000,1.3.7,14.0,95.0,33,False,,451.0,nose,conda-forge/nose,171550.0,168855.0,https://pypi.org/project/nose,2015-06-02 09:12:36.000,2695.0,8100029.0,8131222.0,https://anaconda.org/conda-forge/nose,2025-04-22 14:56:22.777,3493651.0,2.0,,,,,,,,,,,,,,,,,,,, +87,breathe,michaeljones/breathe,documentation,ReStructuredText and Sphinx bridge to Doxygen.,,https://github.com/breathe-doc/breathe,https://github.com/breathe-doc/breathe,BSD-3-Clause,2009-02-03 18:52:25.000,2025-09-01 15:48:02.000,2025-09-01 15:48:00,1998.0,33.0,209.0,18.0,398.0,425.0,786.0,2025-07-08 19:34:47.000,5.0.0a2,68.0,121.0,33,True,breathe-doc/breathe,187.0,breathe,conda-forge/breathe,18758.0,18627.0,https://pypi.org/project/breathe,2025-07-08 20:28:19.000,131.0,860136.0,873022.0,https://anaconda.org/conda-forge/breathe,2025-04-22 14:56:28.512,810953.0,2.0,,750.0,,,,,,,,,,,,,,,,,, +88,sphinx-autodoc-typehints,tox-dev/sphinx-autodoc-typehints,documentation,Type hints support for the Sphinx autodoc extension.,,https://github.com/tox-dev/sphinx-autodoc-typehints,https://github.com/tox-dev/sphinx-autodoc-typehints,MIT,2015-09-21 20:41:41.000,2025-09-04 14:14:38.000,2025-09-04 14:14:36,454.0,15.0,107.0,10.0,348.0,172.0,579.0,2025-04-25 16:53:24.000,3.2.0,93.0,61.0,33,True,,41.0,sphinx-autodoc-typehints,conda-forge/sphinx-autodoc-typehints,61094.0,57214.0,https://pypi.org/project/sphinx-autodoc-typehints,2025-04-25 16:53:24.000,3880.0,3492227.0,3506803.0,https://anaconda.org/conda-forge/sphinx-autodoc-typehints,2025-04-25 23:49:21.688,918334.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +89,executing,alexmojaki/executing,ast,"Get information about what a Python frame is currently doing, particularly the AST node being executed.",,https://github.com/alexmojaki/executing,https://github.com/alexmojaki/executing,MIT,2019-05-25 08:22:26.000,2025-09-01 12:24:49.483,2025-08-31 21:24:41,525.0,25.0,36.0,11.0,52.0,33.0,362.0,2025-09-01 09:48:08.000,2.2.1,36.0,11.0,33,True,,20.0,executing,conda-forge/executing,325513.0,324712.0,https://pypi.org/project/executing,2025-09-01 09:48:08.000,801.0,68854392.0,69217145.0,https://anaconda.org/conda-forge/executing,2025-09-01 12:24:49.483,21402434.0,1.0,,,3.0,,,,,,,,,,,,,,,,, +90,icecream,gruns/icecream,debugging,Never use print() to debug again.,,https://github.com/gruns/icecream,https://github.com/gruns/icecream,MIT,2018-02-13 18:56:12.000,2025-08-26 06:54:33.000,2025-08-26 06:54:33,357.0,24.0,202.0,55.0,66.0,95.0,9874.0,2025-08-17 16:11:09.000,2.1.7,21.0,31.0,32,True,,81.0,icecream,conda-forge/icecream,547.0,21.0,https://pypi.org/project/icecream,2025-08-14 09:11:35.000,526.0,1311990.0,1313578.0,https://anaconda.org/conda-forge/icecream,2025-08-16 09:56:14.469,84214.0,1.0,,,,,,,,,,,,,,,,,,,, +91,mimesis,lk-geimfari/mimesis,testing,Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.,,https://github.com/lk-geimfari/mimesis,https://github.com/lk-geimfari/mimesis,MIT,2016-09-09 21:41:22.000,2025-07-31 10:52:09.000,2025-05-12 12:07:58,2669.0,,336.0,59.0,1265.0,349.0,4614.0,2024-09-13 22:26:03.000,18.0.0,62.0,126.0,32,True,,22.0,mimesis,conda-forge/mimesis,2243.0,2175.0,https://pypi.org/project/mimesis,2024-09-13 22:26:03.000,68.0,849945.0,855111.0,https://anaconda.org/conda-forge/mimesis,2025-05-10 09:59:37.648,319891.0,2.0,,840.0,,,,,,,,,,,,,,,,,, +92,pyarmor,dashingsoft/pyarmor,security,"A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.",,https://github.com/dashingsoft/pyarmor,https://github.com/dashingsoft/pyarmor,SGI-B-2.0,2017-08-26 04:11:53.000,2025-08-20 02:33:44.000,2025-08-20 02:33:37,4812.0,3.0,328.0,46.0,49.0,1719.0,4548.0,2025-07-21 14:09:42.000,9.1.8,368.0,36.0,32,False,,7.0,pyarmor,,2038.0,1958.0,https://pypi.org/project/pyarmor,2025-07-21 14:09:14.000,80.0,383937.0,383937.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +93,pyelftools,eliben/pyelftools,debugging,Parsing ELF and DWARF in Python.,,https://github.com/eliben/pyelftools,https://github.com/eliben/pyelftools,Unlicense,2013-06-08 22:55:54.000,2025-09-01 12:30:02.000,2025-09-01 12:30:01,730.0,4.0,516.0,68.0,348.0,200.0,2149.0,,,13.0,110.0,32,True,,74.0,pyelftools,conda-forge/pyelftools,11340.0,11071.0,https://pypi.org/project/pyelftools,2025-02-19 14:19:59.000,269.0,6261066.0,6276198.0,https://anaconda.org/conda-forge/pyelftools,2025-04-22 14:56:21.172,892789.0,1.0,,,,,,,,,,,,,,,,,,,, +94,typeguard,agronholm/typeguard,type-checkers,Run-time type checker for Python.,,https://github.com/agronholm/typeguard,https://github.com/agronholm/typeguard,,2015-12-27 23:15:37.000,2025-08-22 19:55:06.000,2025-08-22 19:55:06,670.0,4.0,118.0,19.0,152.0,332.0,1696.0,2025-06-18 09:56:09.000,4.4.4,74.0,41.0,32,False,,30.0,typeguard,conda-forge/typeguard,44997.0,41852.0,https://pypi.org/project/typeguard,2025-06-18 09:56:05.000,3145.0,38676317.0,38695381.0,https://anaconda.org/conda-forge/typeguard,2025-06-18 12:21:32.288,1201093.0,3.0,,,,,,,,,,,,,,,,,,,, +95,pytest-sugar,Teemu/pytest-sugar,testing,"a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail..",,https://github.com/Teemu/pytest-sugar,https://github.com/Teemu/pytest-sugar,BSD-3-Clause,2013-06-25 21:09:27.000,2025-08-24 22:40:41.102,2025-08-23 12:19:22,452.0,4.0,77.0,18.0,169.0,94.0,1464.0,2025-08-23 12:19:34.000,1.1.1,32.0,56.0,32,True,,29.0,pytest-sugar,conda-forge/pytest-sugar,29867.0,28366.0,https://pypi.org/project/pytest-sugar,2025-08-23 12:19:34.000,1501.0,4451622.0,4457269.0,https://anaconda.org/conda-forge/pytest-sugar,2025-08-24 22:40:41.102,338761.0,2.0,['pytest'],43.0,,,,,,,,,,,,,,,,,, +96,pydocstyle,PyCQA/pydocstyle,linters,docstring style checker.,,https://github.com/PyCQA/pydocstyle,https://github.com/PyCQA/pydocstyle,MIT,2012-01-31 17:18:23.000,2025-04-22 14:56:24.767,2023-11-03 22:28:45,746.0,,188.0,19.0,317.0,225.0,1117.0,2023-01-17 20:31:11.783,6.3.0,23.0,91.0,32,False,,123.0,pydocstyle,conda-forge/pydocstyle,74320.0,72568.0,https://pypi.org/project/pydocstyle,2023-01-17 20:31:11.783,1752.0,4428487.0,4472394.0,https://anaconda.org/conda-forge/pydocstyle,2025-04-22 14:56:24.767,2678347.0,2.0,,93.0,,,,,,,,,,,,,,,,,, +97,nose2,nose-devs/nose2,testing,"The successor to nose, based on unittest2.",,https://github.com/nose-devs/nose2,https://github.com/nose-devs/nose2,BSD-2-Clause,2011-12-14 15:33:15.000,2025-08-18 16:53:58.000,2025-05-15 15:50:38,1222.0,,131.0,21.0,353.0,201.0,806.0,2024-06-01 03:20:04.000,0.15.1,34.0,80.0,32,True,,40.0,nose2,conda-forge/nose2,27146.0,26827.0,https://pypi.org/project/nose2,2024-06-01 03:20:04.000,319.0,649255.0,651480.0,https://anaconda.org/conda-forge/nose2,2025-04-22 14:56:50.674,195852.0,2.0,,,,,,,,,,,,,,,,,,,, +98,alabaster,bitprophet/alabaster,documentation,"Lightweight, configurable Sphinx theme.",,https://github.com/sphinx-doc/alabaster,https://github.com/sphinx-doc/alabaster,BSD-3-Clause,2013-12-07 00:03:15.000,2025-04-22 14:56:25.041,2024-07-26 17:57:57,434.0,,189.0,34.0,96.0,70.0,754.0,2024-07-26 18:15:02.000,1.0.0,30.0,42.0,32,False,sphinx-doc/alabaster,60.0,alabaster,conda-forge/alabaster,155422.0,154795.0,https://pypi.org/project/alabaster,2024-07-26 18:15:02.000,627.0,19322384.0,19629539.0,https://anaconda.org/conda-forge/alabaster,2025-04-22 14:56:25.041,9828961.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +99,coveralls-python,TheKevJames/coveralls-python,testing,Show coverage stats online via coveralls.io.,,https://github.com/TheKevJames/coveralls-python,https://github.com/TheKevJames/coveralls-python,MIT,2013-02-06 20:48:39.000,2025-09-04 04:47:42.000,2025-09-01 08:27:08,671.0,10.0,187.0,8.0,440.0,167.0,570.0,2024-05-15 12:56:12.000,4.0.1,46.0,66.0,32,True,,11.0,coveralls,conda-forge/coveralls,38152.0,36000.0,https://pypi.org/project/coveralls,2024-05-15 12:56:12.000,2152.0,1144039.0,1165561.0,https://anaconda.org/conda-forge/coveralls,2025-04-22 14:56:31.028,1334375.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +100,ruff,charliermarsh/ruff,linters,"An extremely fast Python linter and code formatter, written in Rust.",,,https://docs.astral.sh/ruff,MIT,2022-11-30 10:02:13.208,2025-08-28 17:34:00.906,,,,1509.0,,,,42040.0,2025-08-28 13:58:26.000,0.12.11,372.0,,31,True,,,ruff,conda-forge/ruff,18294.0,,https://pypi.org/project/ruff,2025-08-28 13:58:26.000,18294.0,79135504.0,79269722.0,https://anaconda.org/conda-forge/ruff,2025-08-28 17:34:00.906,4563412.0,2.0,,,,,,,,,,,,,,,,,,,, +101,PySnooper,cool-RR/PySnooper,debugging,Never use print for debugging again.,,https://github.com/cool-RR/PySnooper,https://github.com/cool-RR/PySnooper,MIT,2019-04-18 13:55:43.000,2025-05-31 23:22:45.000,2025-05-31 23:21:24,327.0,,950.0,231.0,121.0,109.0,16531.0,2025-05-31 23:22:45.000,1.2.3,62.0,29.0,31,True,,29.0,pysnooper,conda-forge/pysnooper,2124.0,2057.0,https://pypi.org/project/pysnooper,2025-05-31 23:22:45.000,67.0,396046.0,398307.0,https://anaconda.org/conda-forge/pysnooper,2025-04-22 14:57:05.002,135667.0,2.0,,,,,,,,,,,,,,,,,,,, +102,pytype,google/pytype,type-checkers,A static type analyzer for Python code.,,https://github.com/google/pytype,https://github.com/google/pytype,Apache-2.0,2015-03-18 20:52:08.000,2025-08-25 23:06:48.000,2025-08-20 16:13:04,6953.0,2.0,288.0,54.0,1179.0,745.0,4995.0,2024-10-11 08:28:27.000,2024.10.11,204.0,112.0,31,True,,204.0,pytype,conda-forge/pytype,4288.0,4057.0,https://pypi.org/project/pytype,2024-10-11 08:28:27.000,231.0,399246.0,408168.0,https://anaconda.org/conda-forge/pytype,2025-04-22 14:57:26.233,562093.0,3.0,,,,,,,,,,,,,,,,,,,, +103,factory_boy,FactoryBoy/factory_boy,testing,A test fixtures replacement for Python.,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2025-09-02 12:10:33.000,2025-08-31 10:28:55,1039.0,5.0,401.0,40.0,527.0,434.0,3680.0,2025-02-03 09:49:01.000,3.3.3,46.0,133.0,31,True,,190.0,factory_boy,conda-forge/factory_boy,647.0,,https://pypi.org/project/factory_boy,2025-02-03 09:49:01.000,647.0,10247865.0,10251318.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,207197.0,3.0,,,,,,,,,,,,,,,,,,,, +104,pytest-testinfra,pytest-dev/pytest-testinfra,testing,Testinfra test your infrastructures.,,https://github.com/pytest-dev/pytest-testinfra,https://github.com/pytest-dev/pytest-testinfra,Apache-2.0,2015-03-15 20:49:52.000,2025-08-12 07:20:40.000,2025-08-12 07:20:32,817.0,3.0,356.0,68.0,452.0,232.0,2439.0,2025-03-30 09:04:11.000,10.2.2,19.0,143.0,31,True,,142.0,pytest-testinfra,conda-forge/pytest-testinfra,2516.0,2496.0,https://pypi.org/project/pytest-testinfra,2025-03-30 09:06:00.000,20.0,721851.0,722413.0,https://anaconda.org/conda-forge/pytest-testinfra,2025-04-22 14:57:44.936,31501.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +105,pdoc,mitmproxy/pdoc,documentation,API Documentation for Python Projects.,,https://github.com/mitmproxy/pdoc,https://github.com/mitmproxy/pdoc,MIT-0,2013-08-04 21:12:50.000,2025-09-01 19:47:56.000,2025-07-11 11:22:27,1093.0,1.0,200.0,33.0,376.0,397.0,2192.0,2025-06-04 17:05:48.000,15.0.4,113.0,76.0,31,False,,48.0,pdoc,,4589.0,3922.0,https://pypi.org/project/pdoc,2025-06-04 17:05:48.000,667.0,1482138.0,1482138.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,doit,pydoit/doit,build-tools,CLI task management & automation tool.,,https://github.com/pydoit/doit,https://github.com/pydoit/doit,MIT,2014-02-14 22:21:23.000,2025-04-22 14:56:44.640,2023-01-16 03:40:03,1483.0,,183.0,49.0,169.0,219.0,1965.0,2022-04-22 15:33:23.000,0.36.0,48.0,65.0,31,False,,91.0,doit,conda-forge/doit,2291.0,2173.0,https://pypi.org/project/doit,2022-04-22 15:33:23.000,118.0,590437.0,596766.0,https://anaconda.org/conda-forge/doit,2025-04-22 14:56:44.640,398767.0,3.0,,,,,,,,,,,,,,,,,,,, +107,ipdb,gotcha/ipdb,debugging,Integration of IPython pdb.,,https://github.com/gotcha/ipdb,https://github.com/gotcha/ipdb,BSD-3-Clause,2011-01-15 17:51:47.000,2025-07-28 10:12:07.000,2025-07-28 10:06:52,381.0,1.0,147.0,29.0,87.0,131.0,1931.0,2023-03-09 15:41:00.602,0.13.13,46.0,58.0,31,True,,75.0,ipdb,conda-forge/ipdb,67271.0,66153.0,https://pypi.org/project/ipdb,2023-03-09 15:41:00.602,1118.0,9714815.0,9724869.0,https://anaconda.org/conda-forge/ipdb,2025-04-22 14:56:25.687,633405.0,2.0,,,,,,,,,,,,,,,,,,,, +108,python-json-logger,madzak/python-json-logger,logging,Json Formatter for the standard python logger.,,https://github.com/madzak/python-json-logger,https://github.com/madzak/python-json-logger,BSD-2-Clause,2011-12-27 05:12:26.000,2025-04-27 01:47:32.000,2024-12-12 19:59:04,263.0,,233.0,26.0,92.0,91.0,1764.0,2025-03-07 07:08:25.000,3.3.0,35.0,64.0,31,True,,30.0,python-json-logger,conda-forge/python-json-logger,965.0,,https://pypi.org/project/python-json-logger,2025-04-27 01:47:32.000,965.0,59603479.0,59728183.0,https://anaconda.org/conda-forge/python-json-logger,2025-04-22 14:56:33.638,12595105.0,3.0,,,,,,,,,,,,,,,,,,,, +109,flake8-bugbear,PyCQA/flake8-bugbear,linters,A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that dont belong in..,,https://github.com/PyCQA/flake8-bugbear,https://github.com/PyCQA/flake8-bugbear,MIT,2016-03-15 20:54:43.000,2025-08-12 14:47:51.000,2025-08-12 14:47:50,424.0,5.0,108.0,8.0,281.0,178.0,1102.0,2024-12-12 16:49:23.000,24.12.12,73.0,89.0,31,True,,60.0,flake8-bugbear,conda-forge/flake8-bugbear,42678.0,41440.0,https://pypi.org/project/flake8-bugbear,2024-12-12 16:49:23.000,1238.0,2901478.0,2916377.0,https://anaconda.org/conda-forge/flake8-bugbear,2025-04-22 14:57:10.503,864184.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +110,mccabe,PyCQA/mccabe,code-metrics,McCabe complexity checker for Python.,,https://github.com/PyCQA/mccabe,https://github.com/PyCQA/mccabe,Saxpath,2013-02-20 22:19:04.000,2025-04-22 14:56:24.539,2023-12-03 13:55:50,149.0,,62.0,15.0,61.0,45.0,663.0,2022-01-24 01:14:49.000,0.7.0,13.0,24.0,31,True,,9.0,mccabe,conda-forge/mccabe,512301.0,511367.0,https://pypi.org/project/mccabe,2022-01-24 01:14:49.000,934.0,66543523.0,66779379.0,https://anaconda.org/conda-forge/mccabe,2025-04-22 14:56:24.539,10377701.0,2.0,,,,,,,,,,,,,,,,,,,, +111,sphinx-autobuild,executablebooks/sphinx-autobuild,documentation,Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.,,https://github.com/sphinx-doc/sphinx-autobuild,https://github.com/sphinx-doc/sphinx-autobuild,MIT,2013-12-25 17:09:56.000,2025-08-25 18:44:54.000,2025-08-25 18:43:22,400.0,7.0,85.0,18.0,88.0,93.0,583.0,2025-08-25 18:44:54.000,2025.8.25,25.0,36.0,31,True,sphinx-doc/sphinx-autobuild,19.0,sphinx-autobuild,conda-forge/sphinx-autobuild,31330.0,29048.0,https://pypi.org/project/sphinx-autobuild,2025-08-25 18:44:54.000,2282.0,3943477.0,3950340.0,https://anaconda.org/conda-forge/sphinx-autobuild,2025-04-22 14:56:34.708,391196.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +112,mamba,mamba-org/mamba,dependency-managers,The Fast Cross-Platform Package Manager.,,https://github.com/mamba-org/mamba,https://github.com/mamba-org/mamba,BSD-3-Clause,2019-03-05 13:05:10.000,2025-09-04 14:26:27.000,2025-09-04 14:26:02,3200.0,37.0,407.0,47.0,2078.0,1583.0,7624.0,2025-08-26 15:09:28.000,2.3.2,163.0,175.0,30,True,,449.0,,conda-forge/mamba,,,,,,,294533.0,https://anaconda.org/conda-forge/mamba,2025-08-26 16:53:32.217,18850152.0,3.0,,,,,,,,,,,,,,,,,,,, +113,pipreqs,bndr/pipreqs,dependency-managers,pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this..,,https://github.com/bndr/pipreqs,https://github.com/bndr/pipreqs,Apache-2.0,2015-04-22 16:38:14.000,2025-06-30 11:49:13.000,2025-06-30 09:30:35,405.0,2.0,417.0,56.0,202.0,113.0,7325.0,2024-02-18 18:23:06.000,0.5.0,43.0,74.0,30,True,,213.0,pipreqs,conda-forge/pipreqs,40330.0,40021.0,https://pypi.org/project/pipreqs,2024-02-18 17:49:34.000,309.0,1056324.0,1056948.0,https://anaconda.org/conda-forge/pipreqs,2025-04-22 14:56:27.577,67452.0,3.0,,,,,,,,,,,,,,,,,,,, +114,vulture,jendrikseipp/vulture,refactoring,Find dead Python code.,,https://github.com/jendrikseipp/vulture,https://github.com/jendrikseipp/vulture,MIT,2017-03-06 08:00:18.000,2025-06-04 19:51:56.000,2025-06-04 19:51:56,777.0,,166.0,27.0,166.0,190.0,4009.0,2024-12-08 17:39:52.000,2.14,54.0,46.0,30,True,,40.0,vulture,conda-forge/vulture,5994.0,5791.0,https://pypi.org/project/vulture,2024-12-08 17:39:40.000,203.0,2259060.0,2261062.0,https://anaconda.org/conda-forge/vulture,2025-04-22 14:56:26.274,124132.0,2.0,,,,,,,,,,,,,,,,,,,, +115,line_profiler,pyutils/line_profiler,profiling,Line-by-line profiling for Python.,,https://github.com/pyutils/line_profiler,https://github.com/pyutils/line_profiler,BSD-3-Clause,2019-12-10 22:26:33.000,2025-08-29 15:03:00.890,2025-08-19 19:28:32,740.0,107.0,129.0,14.0,264.0,83.0,3092.0,2025-07-23 21:27:06.000,5.0.0,33.0,51.0,30,True,,48.0,line_profiler,conda-forge/line_profiler,297.0,,https://pypi.org/project/line_profiler,2025-07-23 20:14:25.000,297.0,1626365.0,1695791.0,https://anaconda.org/conda-forge/line_profiler,2025-08-29 15:03:00.890,4025296.0,2.0,,1723.0,,,,,,,,,,,,,,,,,, +116,cx_Freeze,marcelotduarte/cx_Freeze,packaging,Creates standalone executables from Python scripts with the same performance as the original script. It is cross-..,,https://github.com/marcelotduarte/cx_Freeze,https://github.com/marcelotduarte/cx_Freeze,,2017-01-22 04:25:52.000,2025-09-03 21:59:27.000,2025-09-01 21:57:58,2500.0,85.0,237.0,26.0,1875.0,999.0,1487.0,2025-08-11 06:40:12.000,8.4.0,108.0,120.0,30,True,,47.0,cx_freeze,conda-forge/cx_freeze,124.0,,https://pypi.org/project/cx_freeze,2025-08-11 06:40:12.000,124.0,238628.0,255507.0,https://anaconda.org/conda-forge/cx_freeze,2025-08-11 17:42:44.958,1080257.0,2.0,,,,,,,,,,,,,,,,,,,, +117,asv,airspeed-velocity/asv,testing,Airspeed Velocity: A simple Python benchmarking tool with web-based reporting.,,https://github.com/airspeed-velocity/asv,https://github.com/airspeed-velocity/asv,BSD-3-Clause,2013-11-07 20:43:31.000,2025-08-28 06:01:32.040,2025-08-18 13:23:09,2635.0,19.0,186.0,18.0,866.0,500.0,939.0,2024-08-12 22:58:12.000,0.6.4,23.0,93.0,30,True,,164.0,asv,conda-forge/asv,1522.0,1415.0,https://pypi.org/project/asv,2024-08-12 22:58:12.000,107.0,246437.0,264575.0,https://anaconda.org/conda-forge/asv,2025-08-28 06:01:32.040,1159929.0,3.0,,1633.0,,,,,,,,,,,,,,,,,, +118,colorlog,borntyping/python-colorlog,logging,A colored formatter for the python logging module.,,https://github.com/borntyping/python-colorlog,https://github.com/borntyping/python-colorlog,MIT,2012-09-05 17:57:21.000,2025-04-22 14:56:21.712,2024-10-29 18:33:27,246.0,,93.0,13.0,49.0,78.0,933.0,2025-03-05 10:58:17.000,6.9.0,69.0,34.0,30,True,,,colorlog,conda-forge/colorlog,61781.0,59696.0,https://pypi.org/project/colorlog,2024-10-29 18:34:49.000,2085.0,33290727.0,33381808.0,https://anaconda.org/conda-forge/colorlog,2025-04-22 14:56:21.712,5647078.0,3.0,,,,,,,,,,,,,,,,,,,, +119,progressbar2,WoLpH/python-progressbar,logging,Progressbar 2 - A progress bar for Python 2 and Python 3 - pip install progressbar2.,,https://github.com/wolph/python-progressbar,https://github.com/wolph/python-progressbar,BSD-3-Clause,2012-02-20 06:19:21.000,2025-04-22 14:56:28.563,2024-12-06 14:57:38,1142.0,,102.0,20.0,73.0,221.0,880.0,2024-08-28 22:50:15.000,4.5.0,111.0,47.0,30,True,,6.0,progressbar2,conda-forge/progressbar2,934.0,,https://pypi.org/project/progressbar2,2024-08-28 22:50:10.000,934.0,28666881.0,28718741.0,https://anaconda.org/conda-forge/progressbar2,2025-04-22 14:56:28.563,3265258.0,3.0,,3103.0,,,,,,,,,,,,,,,,,, +120,docformatter,myint/docformatter,formatters,Formats docstrings to follow PEP 257.,,https://github.com/PyCQA/docformatter,https://github.com/PyCQA/docformatter,MIT,2012-05-26 21:40:48.000,2025-08-14 22:00:42.000,2025-08-14 21:59:18,622.0,7.0,81.0,8.0,150.0,149.0,574.0,2025-05-11 04:54:03.000,1.7.7,64.0,39.0,30,True,PyCQA/docformatter,20.0,docformatter,conda-forge/docformatter,4580.0,4275.0,https://pypi.org/project/docformatter,2025-05-11 04:54:03.000,305.0,1226914.0,1230960.0,https://anaconda.org/conda-forge/docformatter,2025-05-11 20:23:47.641,242754.0,3.0,,50.0,,,,,,,,,,,,,,,,,, +121,python-coloredlogs,xolox/python-coloredlogs,logging,Colored terminal output for Pythons logging module.,,https://github.com/xolox/python-coloredlogs,https://github.com/xolox/python-coloredlogs,MIT,2013-05-30 18:57:12.000,2025-04-22 15:32:23.858,2021-06-11 10:22:09,273.0,,45.0,10.0,38.0,52.0,555.0,2021-06-11 10:24:04.382,15.0.1,63.0,17.0,30,False,,36.0,coloredlogs,anaconda/coloredlogs,81813.0,79884.0,https://pypi.org/project/coloredlogs,2021-06-11 10:24:04.382,1929.0,28954007.0,28954212.0,https://anaconda.org/anaconda/coloredlogs,2025-04-22 15:32:23.858,19759.0,3.0,,,,,,,,,,,,,,,,,,,, +122,Bpytop,aristocratos/bpytop,profiling,Linux/OSX/FreeBSD resource monitor.,,https://github.com/aristocratos/bpytop,https://github.com/aristocratos/bpytop,Apache-2.0,2020-07-01 17:41:25.000,2025-06-01 20:57:08.000,2025-06-01 20:57:08,409.0,,419.0,159.0,79.0,231.0,10732.0,2021-12-22 19:23:21.000,1.0.68,53.0,36.0,29,True,,88.0,bpytop,conda-forge/bpytop,234.0,233.0,https://pypi.org/project/bpytop,2021-12-22 19:23:21.000,1.0,17227.0,17672.0,https://anaconda.org/conda-forge/bpytop,2025-04-22 14:57:45.970,24475.0,3.0,,,,,,,,,,,,,,,,,,,, +123,memory-profiler,pythonprofilers/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/pythonprofilers/memory_profiler,https://github.com/pythonprofilers/memory_profiler,BSD-3-Clause,2011-10-14 11:56:14.000,2025-04-22 14:56:23.864,2024-04-16 15:33:52,719.0,,380.0,82.0,166.0,117.0,4521.0,2022-11-15 17:59:01.069,0.61.0,59.0,105.0,29,False,,136.0,memory_profiler,conda-forge/memory_profiler,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,464.0,6362896.0,6426374.0,https://anaconda.org/conda-forge/memory_profiler,2025-04-22 14:56:23.864,3745222.0,3.0,,,,,,,,,,,,,,,,,,,, +124,detect-secrets,Yelp/detect-secrets,security,An enterprise friendly way of detecting and preventing secrets in code.,,https://github.com/Yelp/detect-secrets,https://github.com/Yelp/detect-secrets,Apache-2.0,2017-12-05 00:38:38.000,2025-03-13 15:39:41.000,2025-01-06 20:58:21,1449.0,,514.0,48.0,596.0,246.0,4224.0,2024-05-06 18:05:06.000,1.5.0,38.0,85.0,29,True,,125.0,detect-secrets,,95.0,,https://pypi.org/project/detect-secrets,2024-05-06 17:46:16.000,95.0,1439267.0,1439267.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +125,notifiers,liiight/notifiers,logging,The easy way to send notifications.,,https://github.com/liiight/notifiers,https://github.com/liiight/notifiers,MIT,2017-06-01 10:20:18.000,2025-09-01 17:27:23.000,2025-08-05 11:29:51,546.0,1.0,107.0,30.0,370.0,69.0,2712.0,2025-05-17 15:59:40.000,1.3.6,34.0,27.0,29,True,,39.0,notifiers,conda-forge/notifiers,1411.0,1374.0,https://pypi.org/project/notifiers,2025-05-17 15:58:56.000,37.0,561608.0,562627.0,https://anaconda.org/conda-forge/notifiers,2025-05-20 18:12:25.759,58116.0,3.0,,,,,,,,,,,,,,,,,,,, +126,radon,rubik/radon,code-metrics,Various code metrics for Python code.,,https://github.com/rubik/radon,https://github.com/rubik/radon,MIT,2012-09-20 18:58:58.000,2025-04-22 14:56:42.827,2024-10-20 09:52:52,549.0,,126.0,33.0,98.0,146.0,1882.0,2023-03-26 06:25:00.948,6.0.1,56.0,60.0,29,True,,41.0,radon,conda-forge/radon,7060.0,6843.0,https://pypi.org/project/radon,2023-03-26 06:25:00.948,217.0,1732471.0,1734145.0,https://anaconda.org/conda-forge/radon,2025-04-22 14:56:42.827,102164.0,2.0,,,,,,,,,,,,,,,,,,,, +127,pytest-benchmark,ionelmc/pytest-benchmark,testing,pytest fixture for benchmarking code.,,https://github.com/ionelmc/pytest-benchmark,https://github.com/ionelmc/pytest-benchmark,BSD-2-Clause,2014-10-10 10:55:33.000,2025-08-05 15:09:18.000,2025-08-05 15:09:09,1059.0,5.0,121.0,19.0,86.0,91.0,1366.0,2024-10-30 11:51:45.000,5.1.0,46.0,49.0,29,True,,114.0,pytest-benchmark,conda-forge/pytest-benchmark,915.0,,https://pypi.org/project/pytest-benchmark,2024-10-30 11:51:45.000,915.0,4657483.0,4706771.0,https://anaconda.org/conda-forge/pytest-benchmark,2025-04-22 14:56:21.335,2612303.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +128,pylint-django,PyCQA/pylint-django,linters,Pylint plugin for improving code analysis for when using Django.,,https://github.com/pylint-dev/pylint-django,https://github.com/pylint-dev/pylint-django,GPL-3.0,2013-10-01 06:35:15.000,2025-09-01 21:10:23.000,2025-08-18 21:32:13,695.0,3.0,117.0,14.0,225.0,173.0,614.0,2024-10-10 14:46:36.000,2.6.1,57.0,71.0,29,True,pylint-dev/pylint-django,67.0,pylint-django,conda-forge/pylint-django,32057.0,31932.0,https://pypi.org/project/pylint-django,2024-10-10 14:46:36.000,125.0,1560847.0,1565818.0,https://anaconda.org/conda-forge/pylint-django,2025-04-22 14:56:27.135,288057.0,2.0,['pylint'],419.0,,,,,,,,,,,,,,,,,, +129,pep8-naming,PyCQA/pep8-naming,linters,Naming Convention checker for Python.,,https://github.com/PyCQA/pep8-naming,https://github.com/PyCQA/pep8-naming,Saxpath,2013-02-09 18:32:52.000,2025-05-06 21:53:54.000,2025-05-06 21:53:53,286.0,,243.0,14.0,146.0,83.0,523.0,2025-05-05 20:43:43.000,0.15.1,31.0,37.0,29,False,,21.0,pep8-naming,conda-forge/pep8-naming,59181.0,58345.0,https://pypi.org/project/pep8-naming,2025-05-05 20:43:11.000,836.0,2222565.0,2230294.0,https://anaconda.org/conda-forge/pep8-naming,2025-05-06 21:46:36.863,479249.0,2.0,,,,,,,,,,,,,,,,,,,, +130,numpydoc,numpy/numpydoc,documentation,Numpys Sphinx extensions.,,https://github.com/numpy/numpydoc,https://github.com/numpy/numpydoc,,2013-07-24 16:23:39.000,2025-09-02 12:35:41.000,2025-09-02 12:35:40,683.0,7.0,170.0,31.0,389.0,153.0,336.0,2025-06-24 12:28:53.000,1.9.0,34.0,91.0,29,False,,120.0,numpydoc,conda-forge/numpydoc,3177.0,,https://pypi.org/project/numpydoc,2025-06-24 12:22:53.000,3177.0,1293774.0,1349940.0,https://anaconda.org/conda-forge/numpydoc,2025-06-25 14:22:41.569,3594634.0,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +131,Diamond,python-diamond/Diamond,profiling,Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of..,,https://github.com/python-diamond/Diamond,https://github.com/python-diamond/Diamond,MIT,2013-10-11 23:32:13.000,2024-06-29 14:21:40.000,2023-11-01 17:50:44,3337.0,,600.0,87.0,534.0,170.0,1761.0,2016-11-25 22:13:29.000,4.0.515,36.0,388.0,28,False,,135.0,diamond,,212.0,206.0,https://pypi.org/project/diamond,2016-11-25 22:13:29.000,6.0,6949.0,6949.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +132,pdbpp,pdbpp/pdbpp,debugging,"pdb++, a drop-in replacement for pdb (the Python debugger).",,https://github.com/pdbpp/pdbpp,https://github.com/pdbpp/pdbpp,BSD-3-Clause,2017-06-11 13:42:16.000,2025-07-18 23:31:22.750,2022-07-14 18:31:38,706.0,,70.0,17.0,324.0,127.0,1426.0,2025-07-18 09:36:01.000,0.11.7,29.0,41.0,28,False,,104.0,pdbpp,conda-forge/pdbpp,592.0,,https://pypi.org/project/pdbpp,2025-07-18 09:36:01.000,592.0,756648.0,760701.0,https://anaconda.org/conda-forge/pdbpp,2025-07-18 23:31:22.750,202697.0,3.0,,,,,,,,,,,,,,,,,,,, +133,pdoc3,pdoc3/pdoc,documentation,Auto-generate API documentation for Python projects.,,https://github.com/pdoc3/pdoc,https://github.com/pdoc3/pdoc,AGPL-3.0,2019-01-02 02:32:40.000,2025-08-05 07:10:32.309,2025-07-12 01:03:05,644.0,8.0,144.0,8.0,130.0,236.0,1179.0,2025-03-20 22:53:51.000,0.11.6,41.0,68.0,28,True,,106.0,pdoc3,anaconda/pdoc3,5427.0,4938.0,https://pypi.org/project/pdoc3,2025-03-20 22:53:51.000,489.0,304711.0,304742.0,https://anaconda.org/anaconda/pdoc3,2025-08-05 07:10:32.309,2188.0,3.0,,,,,,,,,,,,,,,,,,,, +134,py2exe,py2exe/py2exe,packaging,Create standalone Windows programs from Python code.,,https://github.com/py2exe/py2exe,https://github.com/py2exe/py2exe,MIT,2019-03-11 13:16:35.000,2025-07-21 21:47:21.000,2025-07-15 21:35:24,1113.0,8.0,104.0,29.0,40.0,160.0,963.0,2025-07-15 22:01:38.000,0.14.0.0,30.0,24.0,28,True,,24.0,py2exe,,2226.0,2215.0,https://pypi.org/project/py2exe,2025-07-16 08:41:54.000,11.0,48208.0,48499.0,,,,3.0,,22772.0,,,,,,,,,,,,,,,,,, +135,pytest-randomly,pytest-dev/pytest-randomly,testing,Pytest plugin to randomly order tests and control random.seed.,,https://github.com/pytest-dev/pytest-randomly,https://github.com/pytest-dev/pytest-randomly,MIT,2016-04-08 15:48:10.000,2025-09-02 15:24:21.000,2025-08-11 11:07:11,702.0,5.0,33.0,4.0,615.0,58.0,675.0,2024-10-25 15:45:32.000,3.16.0,34.0,20.0,28,True,,13.0,pytest-randomly,conda-forge/pytest-randomly,11321.0,10777.0,https://pypi.org/project/pytest-randomly,2024-10-25 15:45:32.000,544.0,3379774.0,3386906.0,https://anaconda.org/conda-forge/pytest-randomly,2025-04-22 14:58:02.951,335236.0,3.0,,,,,,,,,,,,,,,,,,,, +136,buildout,buildout/buildout,build-tools,Buildout is a deployment automation tool written in and extended with Python.,,https://github.com/buildout/buildout,https://github.com/buildout/buildout,ZPL-2.1,2012-03-25 21:47:18.000,2025-09-03 19:08:03.000,2025-07-18 19:13:21,1999.0,21.0,174.0,49.0,326.0,274.0,590.0,2025-06-11 15:54:50.000,4.1.12,145.0,100.0,28,False,,144.0,zc.buildout,conda-forge/zc.buildout,117.0,,https://pypi.org/project/zc.buildout,2025-07-17 15:03:36.000,117.0,47793.0,49399.0,https://anaconda.org/conda-forge/zc.buildout,2025-04-22 14:58:01.521,77100.0,3.0,,,,,,,,,,,,,,,,,,,, +137,darglint,terrencepreilly/darglint,linters,A python documentation linter which checks that the docstring description matches the definition.,,https://github.com/terrencepreilly/darglint,https://github.com/terrencepreilly/darglint,MIT,2017-09-25 14:11:21.000,2025-04-22 14:57:12.196,2021-10-18 03:34:23,504.0,,42.0,6.0,61.0,95.0,485.0,2021-10-18 03:40:35.000,1.8.1,49.0,22.0,28,False,,71.0,darglint,conda-forge/darglint,22698.0,22408.0,https://pypi.org/project/darglint,2021-10-18 03:40:35.000,290.0,737776.0,739535.0,https://anaconda.org/conda-forge/darglint,2025-04-22 14:57:12.196,110854.0,2.0,,,,,,,,,,,,,,,,,,,, +138,flake8-comprehensions,adamchainz/flake8-comprehensions,linters,A flake8 plugin to help you write better list/set/dict comprehensions.,,https://github.com/adamchainz/flake8-comprehensions,https://github.com/adamchainz/flake8-comprehensions,MIT,2016-04-05 12:15:56.000,2025-09-02 10:59:33.000,2025-08-11 11:08:52,664.0,4.0,23.0,7.0,566.0,56.0,469.0,2024-10-27 21:51:16.000,3.16.0,41.0,16.0,28,True,,5.0,flake8-comprehensions,conda-forge/flake8-comprehensions,29907.0,29203.0,https://pypi.org/project/flake8-comprehensions,2024-10-27 21:51:16.000,704.0,1266658.0,1280839.0,https://anaconda.org/conda-forge/flake8-comprehensions,2025-04-22 14:56:29.814,893449.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +139,astunparse,simonpercivall/astunparse,ast,An AST unparser for Python.,,https://github.com/simonpercivall/astunparse,https://github.com/simonpercivall/astunparse,BSD-3-Clause,2014-03-31 15:34:54.000,2025-04-22 14:56:37.697,2019-12-22 18:11:19,86.0,,53.0,9.0,37.0,22.0,228.0,2019-12-22 18:12:11.000,1.6.3,11.0,11.0,28,False,,25.0,astunparse,conda-forge/astunparse,167545.0,166862.0,https://pypi.org/project/astunparse,2019-12-22 18:12:11.000,683.0,12950239.0,13004905.0,https://anaconda.org/conda-forge/astunparse,2025-04-22 14:56:37.697,3061345.0,2.0,,,,,,,,,,,,,,,,,,,, +140,flake8-isort,gforcada/flake8-isort,linters,flake8 plugin that integrates isort.,,https://github.com/gforcada/flake8-isort,https://github.com/gforcada/flake8-isort,GPL-2.0,2015-09-12 19:25:34.000,2025-08-17 06:57:20.000,2025-08-17 06:57:18,389.0,2.0,185.0,8.0,97.0,57.0,182.0,2025-01-29 12:29:23.000,6.1.2,44.0,40.0,28,True,,1.0,flake8-isort,conda-forge/flake8-isort,28907.0,28323.0,https://pypi.org/project/flake8-isort,2025-01-29 12:29:23.000,584.0,1468316.0,1469707.0,https://anaconda.org/conda-forge/flake8-isort,2025-04-22 14:57:15.498,86270.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +141,flake8-builtins,gforcada/flake8-builtins,linters,Check for python builtins being used as variables or parameters.,,https://github.com/gforcada/flake8-builtins,https://github.com/gforcada/flake8-builtins,GPL-2.0,2016-03-02 00:26:51.000,2025-08-18 18:03:13.246,2025-08-17 06:40:21,364.0,10.0,25.0,4.0,80.0,49.0,117.0,2025-08-17 06:33:48.000,3.0.0,32.0,21.0,28,True,,4.0,flake8-builtins,conda-forge/flake8-builtins,12022.0,11459.0,https://pypi.org/project/flake8-builtins,2025-08-17 06:33:48.000,563.0,906073.0,916063.0,https://anaconda.org/conda-forge/flake8-builtins,2025-08-18 18:03:13.246,349652.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +142,PyOxidizer,indygreg/PyOxidizer,packaging,A modern Python application packaging and distribution tool.,,https://github.com/indygreg/PyOxidizer,https://github.com/indygreg/PyOxidizer,MPL-2.0,2018-12-18 23:32:13.000,2024-12-24 01:04:30.000,2024-11-03 22:09:40,6749.0,,247.0,64.0,137.0,236.0,5938.0,2023-01-02 16:18:55.910,0.24.0,22.0,54.0,27,True,,334.0,pyoxidizer,,157.0,155.0,https://pypi.org/project/pyoxidizer,2023-01-02 16:18:55.910,2.0,37267.0,37625.0,,,,3.0,,24370.0,,,,,,,,,,,,,,,,,, +143,memory_profiler,fabianp/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/fabianp/memory_profiler,https://github.com/fabianp/memory_profiler,BSD-3-Clause,2018-06-28 14:01:33.000,2025-04-22 14:56:23.864,2018-06-28 13:35:12,500.0,,380.0,4.0,1.0,,4386.0,2022-11-15 17:59:01.069,0.61.0,59.0,62.0,27,False,,,memory_profiler,conda-forge/memory_profiler,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,464.0,6362896.0,6426375.0,https://anaconda.org/conda-forge/memory_profiler,2025-04-22 14:56:23.864,3745268.0,3.0,,,,,,,,,,,,,,,,,,,, +144,coala,coala/coala,linters,"coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming..",,https://github.com/coala/coala,https://github.com/coala/coala,AGPL-3.0,2014-05-15 11:35:34.000,2024-02-05 04:33:35.000,2021-06-11 17:11:55,4487.0,,1356.0,100.0,3154.0,2374.0,3574.0,2017-05-30 10:07:57.000,0.11.1,731.0,484.0,27,False,,835.0,coala-bears,,19.0,13.0,https://pypi.org/project/coala-bears,2023-12-02 01:06:08.134,6.0,6044.0,6045.0,,,,3.0,,239.0,,,,,,,,,,,,,,,,,, +145,uiautomator,xiaocong/uiautomator,testing,Python wrapper of Android uiautomator test tool.,,https://github.com/xiaocong/uiautomator,https://github.com/xiaocong/uiautomator,MIT,2013-08-18 03:38:50.000,2023-02-28 00:25:02.000,2020-11-16 01:36:32,316.0,,636.0,157.0,35.0,120.0,2090.0,2020-11-16 03:43:07.000,1.0.2,41.0,13.0,27,False,,183.0,uiautomator,,317.0,305.0,https://pypi.org/project/uiautomator,2020-11-16 03:43:07.000,12.0,106546.0,106546.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +146,pybuilder,pybuilder/pybuilder,build-tools,Software build automation tool for Python.,,https://github.com/pybuilder/pybuilder,https://github.com/pybuilder/pybuilder,Apache-2.0,2012-07-23 11:38:06.000,2025-08-28 05:07:16.082,2025-08-23 01:35:18,1442.0,7.0,266.0,86.0,401.0,428.0,1850.0,2025-08-23 02:13:08.000,0.13.17,687.0,39.0,27,True,,104.0,pybuilder,conda-forge/pybuilder,6.0,,https://pypi.org/project/pybuilder,2025-08-23 01:47:17.000,6.0,31512.0,38040.0,https://anaconda.org/conda-forge/pybuilder,2025-08-28 05:07:16.082,300316.0,3.0,,,,,,,,,,,,,,,,,,,, +147,Yappi,sumerc/yappi,profiling,"Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.",,https://github.com/sumerc/yappi,https://github.com/sumerc/yappi,MIT,2009-10-07 20:46:30.000,2025-05-06 00:54:42.372,2024-11-12 11:10:14,787.0,,75.0,15.0,105.0,64.0,1638.0,2024-11-12 11:23:25.000,1.6.10,26.0,32.0,27,True,,21.0,yappi,conda-forge/yappi,1570.0,1507.0,https://pypi.org/project/yappi,2024-11-12 11:23:25.000,63.0,1200728.0,1205738.0,https://anaconda.org/conda-forge/yappi,2025-05-06 00:54:42.372,295637.0,3.0,,,,,,,,,,,,,,,,,,,, +148,autoflake,myint/autoflake,refactoring,Removes unused imports and unused variables as reported by pyflakes.,,https://github.com/PyCQA/autoflake,https://github.com/PyCQA/autoflake,MIT,2012-12-27 03:40:17.000,2025-09-04 11:04:19.000,2025-08-25 02:15:33,669.0,1.0,82.0,15.0,208.0,80.0,942.0,2024-03-13 03:42:45.000,2.3.1,61.0,39.0,27,True,PyCQA/autoflake,42.0,autoflake,conda-forge/autoflake,1003.0,,https://pypi.org/project/autoflake,2024-03-13 03:41:26.000,1003.0,3804119.0,3816092.0,https://anaconda.org/conda-forge/autoflake,2025-07-28 21:36:26.374,622607.0,2.0,,,,,,,,,,,,,,,,,,,, +149,astor,berkerpeksag/astor,ast,Python AST read/write.,,https://github.com/berkerpeksag/astor,https://github.com/berkerpeksag/astor,BSD-3-Clause,2012-09-19 23:02:51.000,2025-04-22 14:56:33.663,2024-03-30 08:11:44,267.0,,102.0,24.0,116.0,89.0,853.0,2019-12-10 01:50:33.000,0.8.1,14.0,35.0,27,False,,45.0,astor,conda-forge/astor,618.0,,https://pypi.org/project/astor,2019-12-10 01:50:33.000,618.0,12108329.0,12402372.0,https://anaconda.org/conda-forge/astor,2025-04-22 14:56:33.663,2646393.0,2.0,,,,,,,,,,,,,,,,,,,, +150,python-hunter,ionelmc/python-hunter,debugging,Hunter is a flexible code tracing toolkit.,,https://github.com/ionelmc/python-hunter,https://github.com/ionelmc/python-hunter,BSD-2-Clause,2015-03-16 18:03:16.000,2025-08-22 22:15:06.000,2025-08-22 21:11:31,1154.0,54.0,50.0,13.0,23.0,55.0,839.0,2025-08-22 22:11:39.000,3.9.0,56.0,10.0,27,True,,46.0,hunter,conda-forge/hunter,17.0,,https://pypi.org/project/hunter,2025-08-22 22:11:39.000,17.0,562966.0,566438.0,https://anaconda.org/conda-forge/hunter,2025-07-12 01:44:58.114,173606.0,3.0,,,,,,,,,,,,,,,,,,,, +151,green,CleanCut/green,testing,"Green is a clean, colorful, fast python test runner.",,https://github.com/CleanCut/green,https://github.com/CleanCut/green,MIT,2014-04-01 20:08:18.000,2025-04-22 14:56:42.087,2024-11-12 22:24:34,1157.0,,75.0,23.0,98.0,180.0,793.0,2024-04-18 23:54:19.000,4.0.2,149.0,40.0,27,True,,7.0,green,conda-forge/green,1465.0,1339.0,https://pypi.org/project/green,2024-04-18 23:54:19.000,126.0,15283.0,19387.0,https://anaconda.org/conda-forge/green,2025-04-22 14:56:42.087,254492.0,3.0,,,,,,,,,,,,,,,,,,,, +152,wasabi,ines/wasabi,logging,A lightweight console printing and formatting toolkit.,,https://github.com/explosion/wasabi,https://github.com/explosion/wasabi,MIT,2018-11-17 14:40:55.000,2025-04-22 14:57:01.909,2024-06-04 10:45:11,262.0,,24.0,13.0,38.0,5.0,462.0,2024-05-31 16:57:41.000,1.1.3,42.0,14.0,27,False,explosion/wasabi,4.0,wasabi,conda-forge/wasabi,68129.0,67918.0,https://pypi.org/project/wasabi,2024-05-31 16:56:16.000,211.0,13185273.0,13211866.0,https://anaconda.org/conda-forge/wasabi,2025-04-22 14:57:01.909,1675363.0,3.0,,,,,,,,,,,,,,,,,,,, +153,ddt,datadriventests/ddt,testing,Data-Driven Tests for Python Unittest.,,https://github.com/datadriventests/ddt,https://github.com/datadriventests/ddt,MIT,2012-02-11 22:57:10.000,2025-04-22 14:56:33.025,2024-02-26 01:33:26,235.0,,112.0,20.0,67.0,46.0,443.0,2024-02-26 01:36:32.000,1.7.2,34.0,38.0,27,False,,13.0,ddt,conda-forge/ddt,6560.0,6348.0,https://pypi.org/project/ddt,2024-02-26 01:36:32.000,212.0,1228981.0,1232698.0,https://anaconda.org/conda-forge/ddt,2025-04-22 14:56:33.025,133814.0,3.0,,,,,,,,,,,,,,,,,,,, +154,flake8-import-order,PyCQA/flake8-import-order,linters,Flake8 plugin that checks import order against various Python Style Guides.,,https://github.com/PyCQA/flake8-import-order,https://github.com/PyCQA/flake8-import-order,LGPL-3.0,2014-03-16 12:46:09.000,2025-08-12 10:46:24.000,2025-08-12 10:46:22,316.0,23.0,74.0,9.0,120.0,98.0,278.0,2025-06-24 12:47:38.000,0.19.2,38.0,50.0,27,True,,8.0,flake8-import-order,conda-forge/flake8-import-order,654.0,,https://pypi.org/project/flake8-import-order,2025-06-24 12:47:38.000,654.0,950936.0,960412.0,https://anaconda.org/conda-forge/flake8-import-order,2025-06-26 20:28:26.571,322083.0,3.0,['flake8'],9.0,,,,,,,,,,,,,,,,,, +155,pytest-mypy,dbader/pytest-mypy,testing,Mypy static type checker plugin for Pytest.,,https://github.com/realpython/pytest-mypy,https://github.com/realpython/pytest-mypy,MIT,2016-09-29 14:39:23.000,2025-04-22 14:57:21.503,2025-04-02 15:52:31,354.0,,33.0,8.0,125.0,65.0,255.0,2025-04-02 19:31:14.000,1.0.1,25.0,16.0,27,True,realpython/pytest-mypy,7.0,pytest-mypy,conda-forge/pytest-mypy,5302.0,4519.0,https://pypi.org/project/pytest-mypy,2025-04-02 19:31:14.000,783.0,452064.0,454013.0,https://anaconda.org/conda-forge/pytest-mypy,2025-04-22 14:57:21.503,118907.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +156,hacking,openstack/hacking,linters,OpenStack Hacking Style Checks. Mirror of code maintained at opendev.org.,,https://github.com/openstack/hacking,https://github.com/openstack/hacking,Apache-2.0,2013-03-26 21:09:28.000,2024-12-20 17:52:29.000,2024-12-19 16:56:51,1087.0,,66.0,32.0,7.0,,240.0,2024-08-16 16:13:46.000,7.0.0,42.0,189.0,27,True,,,hacking,,7882.0,7789.0,https://pypi.org/project/hacking,2024-08-16 16:13:46.000,93.0,103347.0,103347.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +157,flake8-quotes,zheller/flake8-quotes,linters,Flake8 extension for checking quotes in python.,,https://github.com/zheller/flake8-quotes,https://github.com/zheller/flake8-quotes,MIT,2014-03-10 00:05:08.000,2025-04-22 14:56:27.787,2024-02-10 21:52:43,112.0,,39.0,3.0,70.0,45.0,178.0,2024-02-10 21:58:22.000,3.4.0,42.0,33.0,27,False,,11.0,flake8-quotes,conda-forge/flake8-quotes,24000.0,23566.0,https://pypi.org/project/flake8-quotes,2024-02-10 21:58:22.000,434.0,739170.0,754856.0,https://anaconda.org/conda-forge/flake8-quotes,2025-04-22 14:56:27.787,768644.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +158,gast,serge-sans-paille/gast,ast,Python AST that abstracts the underlying Python version.,,https://github.com/serge-sans-paille/gast,https://github.com/serge-sans-paille/gast,BSD-3-Clause,2016-07-18 10:39:07.000,2025-08-25 20:34:57.000,2025-08-25 20:34:57,116.0,1.0,37.0,11.0,56.0,37.0,146.0,2024-06-27 20:31:49.000,0.6.0,23.0,11.0,27,True,,1.0,gast,conda-forge/gast,214280.0,213836.0,https://pypi.org/project/gast,2024-06-27 20:31:49.000,444.0,19041456.0,19098333.0,https://anaconda.org/conda-forge/gast,2025-04-22 14:56:50.637,3469520.0,2.0,,,,,,,,,,,,,,,,,,,, +159,gdbgui,cs01/gdbgui,debugging,"Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in..",,https://github.com/cs01/gdbgui,https://github.com/cs01/gdbgui,GPL-3.0,2016-10-27 03:19:25.000,2025-06-29 22:40:49.000,2025-06-29 22:34:16,438.0,1.0,513.0,168.0,167.0,174.0,10163.0,2025-06-29 22:40:49.000,0.15.3.0,96.0,45.0,26,True,,169.0,gdbgui,,501.0,499.0,https://pypi.org/project/gdbgui,2025-06-29 22:39:12.000,2.0,6351.0,6668.0,,,,3.0,,19714.0,,,,,,,,,,,,,,,,,, +160,dephell,dephell/dephell,dependency-managers,"Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build..",,https://github.com/dephell/dephell,https://github.com/dephell/dephell,MIT,2018-08-31 17:39:18.000,2021-01-11 21:31:40.000,2021-01-11 21:31:39,2145.0,,118.0,26.0,221.0,161.0,1783.0,2020-04-28 06:31:17.000,.0.8.3,30.0,37.0,26,False,,107.0,dephell,,866.0,846.0,https://pypi.org/project/dephell,2020-04-28 06:31:03.273,20.0,1259.0,1263.0,,,,3.0,,339.0,,,,,,,,,,,,,,,,,, +161,pympler,pympler/pympler,profiling,"Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.",,https://github.com/pympler/pympler,https://github.com/pympler/pympler,Apache-2.0,2012-10-04 23:35:16.000,2025-06-07 07:19:44.000,2025-06-07 07:19:43,497.0,1.0,89.0,10.0,66.0,56.0,1358.0,2021-12-22 16:55:15.000,1.0.1,18.0,30.0,26,True,,60.0,pympler,conda-forge/pympler,259.0,,https://pypi.org/project/pympler,2024-06-28 19:56:05.000,259.0,3871872.0,3881513.0,https://anaconda.org/conda-forge/pympler,2025-04-22 14:56:33.462,568837.0,3.0,,,,,,,,,,,,,,,,,,,, +162,wily,tonybaloney/wily,code-metrics,"A Python application for tracking, reporting on timing and complexity in Python code.",,https://github.com/tonybaloney/wily,https://github.com/tonybaloney/wily,Apache-2.0,2018-10-11 22:12:25.000,2025-07-13 09:58:57.000,2023-10-11 03:48:44,905.0,,60.0,23.0,130.0,73.0,1253.0,2023-10-11 03:48:57.000,1.25.0,52.0,24.0,26,False,,44.0,wily,,271.0,269.0,https://pypi.org/project/wily,2023-10-11 03:48:57.000,2.0,19807.0,19807.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +163,pylama,klen/pylama,linters,Code audit tool for python.,,https://github.com/klen/pylama,https://github.com/klen/pylama,MIT,2012-08-17 10:10:10.000,2024-06-21 06:45:05.000,2022-08-08 11:25:05,700.0,,100.0,18.0,99.0,96.0,1053.0,2022-08-08 11:29:01.059,8.4.1,116.0,48.0,26,False,,64.0,pylama,,7103.0,6774.0,https://pypi.org/project/pylama,2022-08-08 11:29:01.059,329.0,256576.0,256576.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +164,pytest-testmon,tarpas/pytest-testmon,testing,Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-..,,https://github.com/tarpas/pytest-testmon,https://github.com/tarpas/pytest-testmon,MIT,2015-02-02 14:21:10.000,2025-04-22 14:56:46.735,2024-12-22 12:39:02,393.0,,65.0,20.0,86.0,131.0,909.0,2024-12-22 12:48:57.000,2.1.3,93.0,29.0,26,True,,40.0,pytest-testmon,conda-forge/pytest-testmon,1467.0,1438.0,https://pypi.org/project/pytest-testmon,2024-12-22 12:43:10.000,29.0,707999.0,708748.0,https://anaconda.org/conda-forge/pytest-testmon,2025-04-22 14:56:46.735,68162.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +165,PyHamcrest,hamcrest/PyHamcrest,testing,Hamcrest matchers for Python.,,https://github.com/hamcrest/PyHamcrest,https://github.com/hamcrest/PyHamcrest,,2010-12-24 02:55:56.000,2025-04-22 14:56:22.885,2024-11-30 16:19:06,685.0,,115.0,24.0,183.0,68.0,791.0,2023-10-22 15:51:05.000,V2.1.0,25.0,45.0,26,False,,26.0,pyhamcrest,conda-forge/pyhamcrest,42599.0,42284.0,https://pypi.org/project/pyhamcrest,2023-10-22 15:47:25.000,315.0,2828052.0,2839989.0,https://anaconda.org/conda-forge/pyhamcrest,2025-04-22 14:56:22.885,537183.0,3.0,,,,,,,,,,,,,,,,,,,, +166,pytest-watch,joeyespo/pytest-watch,testing,Local continuous test runner with pytest and watchdog.,,https://github.com/joeyespo/pytest-watch,https://github.com/joeyespo/pytest-watch,MIT,2015-01-12 02:08:20.000,2025-04-22 14:56:45.076,2019-06-15 20:36:43,183.0,,57.0,11.0,51.0,45.0,757.0,2018-05-20 19:52:16.000,4.2.0,17.0,16.0,26,False,,47.0,pytest-watch,conda-forge/pytest-watch,11676.0,11117.0,https://pypi.org/project/pytest-watch,2018-05-20 19:52:16.000,559.0,620987.0,623884.0,https://anaconda.org/conda-forge/pytest-watch,2025-04-22 14:56:45.076,173846.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +167,blacken-docs,asottile/blacken-docs,documentation,Run `black` on python code blocks in documentation files.,,https://github.com/adamchainz/blacken-docs,https://github.com/adamchainz/blacken-docs,MIT,2018-06-03 02:48:01.000,2025-09-01 18:08:46.000,2025-08-11 11:04:25,497.0,4.0,43.0,9.0,321.0,72.0,670.0,2024-10-23 21:31:31.000,1.19.1,30.0,25.0,26,True,adamchainz/blacken-docs,9.0,blacken-docs,conda-forge/blacken-docs,1441.0,1353.0,https://pypi.org/project/blacken-docs,2024-10-23 21:31:31.000,88.0,127517.0,128369.0,https://anaconda.org/conda-forge/blacken-docs,2025-04-22 14:57:29.773,52840.0,3.0,,,,,,,,,,,,,,,,,,,, +168,interrogate,econchick/interrogate,documentation,Explain yourself! Interrogate a codebase for docstring coverage.,,https://github.com/econchick/interrogate,https://github.com/econchick/interrogate,MIT,2020-04-24 02:33:25.000,2025-09-01 21:05:37.000,2024-05-20 16:10:07,243.0,,49.0,4.0,125.0,37.0,640.0,2024-04-07 22:30:44.000,1.7.0,16.0,17.0,26,False,,32.0,interrogate,,9028.0,8642.0,https://pypi.org/project/interrogate,2024-04-07 22:30:44.000,386.0,334623.0,334623.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +169,sphinx-bootstrap-theme,ryan-roemer/sphinx-bootstrap-theme,documentation,Sphinx Bootstrap Theme.,,https://github.com/ryan-roemer/sphinx-bootstrap-theme,https://github.com/ryan-roemer/sphinx-bootstrap-theme,MIT,2011-12-07 14:53:00.000,2022-02-28 16:14:56.000,2022-02-03 20:25:55,403.0,,213.0,24.0,95.0,82.0,588.0,2022-02-03 20:27:24.000,0.8.1,58.0,39.0,26,False,,57.0,sphinx-bootstrap-theme,,275.0,,https://pypi.org/project/sphinx-bootstrap-theme,2022-02-03 20:27:24.000,275.0,248103.0,248103.0,,,,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +170,constructor,conda/constructor,packaging,tool for creating installers from conda packages.,,https://github.com/conda/constructor,https://github.com/conda/constructor,BSD-3-Clause,2016-02-12 06:52:50.000,2025-09-03 18:13:52.000,2025-09-03 18:13:50,1352.0,35.0,169.0,31.0,631.0,377.0,490.0,2025-08-06 19:47:04.000,3.12.2,39.0,76.0,26,True,,43.0,,constructor,27.0,27.0,,,,,221.0,https://anaconda.org/anaconda/constructor,2025-08-09 09:27:17.319,25142.0,3.0,,289.0,,,,,,,,,,,,,,,,,, +171,pytest-docker,avast/pytest-docker,testing,Docker-based integration tests.,,https://github.com/avast/pytest-docker,https://github.com/avast/pytest-docker,MIT,2017-03-07 04:51:13.000,2025-07-04 07:46:29.000,2025-07-04 07:46:00,100.0,2.0,76.0,9.0,72.0,40.0,472.0,2025-07-04 07:46:30.000,3.2.3,32.0,29.0,26,True,,21.0,pytest-docker,,2341.0,2207.0,https://pypi.org/project/pytest-docker,2025-07-04 07:46:16.000,134.0,657269.0,657272.0,,,,3.0,['pytest'],209.0,,,,,,,,,,,,,,,,,, +172,py2app,ronaldoussoren/py2app,packaging,py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins..,,https://github.com/ronaldoussoren/py2app,https://github.com/ronaldoussoren/py2app,MIT,2020-01-14 11:27:41.000,2025-06-23 16:48:54.000,2024-07-12 19:12:57,938.0,,39.0,13.0,40.0,311.0,405.0,2024-05-25 16:33:38.000,0.28.8,50.0,31.0,26,False,,202.0,py2app,,5515.0,5490.0,https://pypi.org/project/py2app,2024-05-25 16:31:50.000,25.0,34032.0,34032.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +173,flake8-eradicate,wemake-services/flake8-eradicate,linters,Flake8 plugin to find commented out or dead code.,,https://github.com/wemake-services/flake8-eradicate,https://github.com/wemake-services/flake8-eradicate,MIT,2018-09-21 06:58:51.000,2025-04-22 14:57:50.454,2024-12-31 07:51:55,440.0,,13.0,3.0,332.0,32.0,315.0,2023-05-31 09:59:03.360,1.5.0,16.0,17.0,26,True,,8.0,flake8-eradicate,conda-forge/flake8-eradicate,20298.0,20125.0,https://pypi.org/project/flake8-eradicate,2023-05-31 09:59:03.360,173.0,754770.0,755221.0,https://anaconda.org/conda-forge/flake8-eradicate,2025-04-22 14:57:50.454,23947.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +174,check-manifest,mgedmin/check-manifest,linters,Tool to check the completeness of MANIFEST.in for Python packages.,,https://github.com/mgedmin/check-manifest,https://github.com/mgedmin/check-manifest,MIT,2013-03-05 15:27:20.000,2025-04-22 14:56:57.724,2025-01-20 12:37:43,583.0,,38.0,6.0,73.0,77.0,293.0,,,44.0,22.0,26,True,,23.0,check-manifest,conda-forge/check-manifest,16344.0,11745.0,https://pypi.org/project/check-manifest,2024-10-09 08:09:59.000,4599.0,724780.0,727520.0,https://anaconda.org/conda-forge/check-manifest,2025-04-22 14:56:57.724,164433.0,3.0,,,,,,,,,,,,,,,,,,,, +175,pytest-datadir,gabrielcnr/pytest-datadir,testing,pytest plugin for manipulating test data directories and files.,,https://github.com/gabrielcnr/pytest-datadir,https://github.com/gabrielcnr/pytest-datadir,MIT,2015-07-02 21:41:44.000,2025-08-11 18:49:00.000,2025-08-05 11:46:24,181.0,8.0,25.0,7.0,87.0,20.0,267.0,2025-07-30 13:52:14.000,1.8.0,17.0,14.0,26,True,,3.0,pytest-datadir,conda-forge/pytest-datadir,2279.0,2006.0,https://pypi.org/project/pytest-datadir,2025-07-30 13:52:11.000,273.0,673507.0,683237.0,https://anaconda.org/conda-forge/pytest-datadir,2025-07-30 22:39:32.200,340450.0,3.0,['pytest'],69.0,,,,,,,,,,,,,,,,,, +176,typed_ast,python/typed_ast,ast,Modified fork of CPythons ast module that parses `# type:` comments.,,https://github.com/python/typed_ast,https://github.com/python/typed_ast,Apache-2.0,2016-02-16 22:40:09.000,2025-04-22 14:56:42.129,2023-07-03 22:55:34,205.0,,55.0,19.0,109.0,86.0,231.0,2023-07-04 18:38:08.820,1.5.5,35.0,26.0,26,False,,1.0,typed_ast,conda-forge/typed-ast,642.0,,https://pypi.org/project/typed_ast,2023-07-04 18:38:08.820,642.0,5876488.0,5990056.0,https://anaconda.org/conda-forge/typed-ast,2025-04-22 14:56:42.129,6700563.0,3.0,,,,,,,,,,,,,,,,,,,, +177,MonkeyType,Instagram/MonkeyType,refactoring,A Python library that generates static type annotations by collecting runtime types.,,https://github.com/Instagram/MonkeyType,https://github.com/Instagram/MonkeyType,BSD-3-Clause,2017-07-11 00:19:00.000,2025-06-19 05:52:11.000,2025-06-14 08:50:16,355.0,5.0,185.0,56.0,165.0,140.0,4934.0,2023-03-20 14:10:04.829,23.3.0,23.0,51.0,25,True,,61.0,monkeytype,conda-forge/monkeytype,23.0,,https://pypi.org/project/monkeytype,2023-03-20 14:10:04.829,23.0,175934.0,177353.0,https://anaconda.org/conda-forge/monkeytype,2025-04-22 14:56:45.647,90874.0,2.0,,,,,,,,,,,,,,,,,,,, +178,redbaron,pycqa/redbaron,refactoring,Bottom-up approach to refactoring in python.,,https://github.com/PyCQA/redbaron,https://github.com/PyCQA/redbaron,LGPL-3.0+,2014-03-23 05:34:39.000,2022-01-29 21:54:37.000,2021-12-09 03:12:36,1672.0,,72.0,27.0,107.0,48.0,715.0,2019-03-17 19:03:54.000,0.9.2,15.0,34.0,25,False,,90.0,redbaron,,847.0,759.0,https://pypi.org/project/redbaron,2019-03-17 18:59:01.000,88.0,349106.0,349106.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,mypy-protobuf,dropbox/mypy-protobuf,linters,open source tools to generate mypy stubs from protobufs.,,https://github.com/nipunn1313/mypy-protobuf,https://github.com/nipunn1313/mypy-protobuf,Apache-2.0,2017-12-11 21:55:05.000,2025-04-22 14:57:40.275,2024-11-22 03:48:46,508.0,,82.0,17.0,540.0,116.0,687.0,2024-04-01 20:24:40.000,3.6.0,42.0,39.0,25,True,nipunn1313/mypy-protobuf,25.0,mypy-protobuf,conda-forge/mypy-protobuf,187.0,,https://pypi.org/project/mypy-protobuf,2024-04-01 20:24:40.000,187.0,6542375.0,6545221.0,https://anaconda.org/conda-forge/mypy-protobuf,2025-04-22 14:57:40.275,165086.0,3.0,,,,,,,,,,,,,,,,,,,, +180,Mamba Test Runner,nestorsalceda/mamba,testing,The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).,,https://github.com/nestorsalceda/mamba,https://github.com/nestorsalceda/mamba,MIT,2013-03-12 18:53:42.000,2023-11-09 15:34:22.000,2023-11-09 15:30:55,473.0,,65.0,23.0,87.0,52.0,533.0,2023-11-09 15:34:22.000,0.11.3,22.0,23.0,25,False,,53.0,mamba,,1385.0,1356.0,https://pypi.org/project/mamba,2023-11-09 15:34:22.000,29.0,9438.0,9438.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +181,nitpick,andreoliwa/nitpick,linters,Enforce the same settings on multiple projects.,,https://github.com/andreoliwa/nitpick,https://github.com/andreoliwa/nitpick,MIT,2018-03-23 14:25:24.000,2025-09-04 09:47:13.000,2025-09-04 09:46:01,920.0,12.0,25.0,4.0,566.0,82.0,405.0,2023-12-31 16:40:33.000,0.35.0,53.0,16.0,25,True,,51.0,nitpick,,1386.0,1360.0,https://pypi.org/project/nitpick,2023-12-31 16:40:30.000,26.0,13590.0,13590.0,,,,3.0,['flake8'],12.0,,,,,,,,,,,,,,,,,, +182,eradicate,myint/eradicate,refactoring,Removes commented-out code from Python files.,,https://github.com/PyCQA/eradicate,https://github.com/PyCQA/eradicate,Saxpath,2012-12-23 04:39:48.000,2025-08-12 13:10:14.000,2025-08-12 13:10:06,189.0,1.0,25.0,5.0,31.0,17.0,214.0,2025-05-18 15:34:29.000,3.0.0,20.0,16.0,25,False,PyCQA/eradicate,7.0,eradicate,conda-forge/eradicate,16875.0,16844.0,https://pypi.org/project/eradicate,2025-05-18 15:34:29.000,31.0,979021.0,979362.0,https://anaconda.org/conda-forge/eradicate,2025-05-20 15:34:28.643,18086.0,2.0,,,,,,,,,,,,,,,,,,,, +183,xdoctest,Erotemic/xdoctest,testing,A rewrite of Pythons builtin doctest module (with pytest plugin integration) with AST instead of RegEx.,,https://github.com/Erotemic/xdoctest,https://github.com/Erotemic/xdoctest,Apache-2.0,2017-09-24 01:59:02.000,2025-08-20 01:37:32.000,2025-08-20 01:37:31,925.0,11.0,15.0,7.0,127.0,32.0,212.0,2024-08-20 13:50:02.000,1.2.0,73.0,13.0,25,True,,20.0,xdoctest,conda-forge/xdoctest,192.0,,https://pypi.org/project/xdoctest,2024-08-20 13:48:18.000,192.0,721217.0,725553.0,https://anaconda.org/conda-forge/xdoctest,2025-04-22 14:57:21.967,264308.0,3.0,,223.0,,,,,,,,,,,,,,,,,,conda-forge/xdoctest +184,flake8-commas,PyCQA/flake8-commas,linters,Flake8 extension for enforcing trailing commas in python.,,https://github.com/PyCQA/flake8-commas,https://github.com/PyCQA/flake8-commas,MIT,2015-12-16 09:25:13.000,2024-05-16 20:07:44.000,2024-05-16 19:46:04,218.0,,30.0,4.0,39.0,28.0,134.0,2024-05-16 20:07:44.000,4.0.0,22.0,15.0,25,False,,3.0,flake8-commas,,19200.0,18984.0,https://pypi.org/project/flake8-commas,2024-05-16 20:07:44.000,216.0,412519.0,412519.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +185,better-exceptions,Qix-/better-exceptions,logging,"Pretty and useful exceptions in Python, automatically.",,https://github.com/Qix-/better-exceptions,https://github.com/Qix-/better-exceptions,MIT,2017-03-12 11:23:04.000,2023-03-23 11:09:43.000,2023-01-05 00:12:47,102.0,,204.0,65.0,56.0,47.0,4659.0,2021-01-29 16:48:55.000,0.3.3,16.0,17.0,24,False,,37.0,better-exceptions,,102.0,,https://pypi.org/project/better-exceptions,2021-01-29 16:48:55.000,102.0,338285.0,338285.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +186,rebound,shobrook/rebound,logging,Instant Stack Overflow results whenever an exception is thrown.,,https://github.com/shobrook/rebound,https://github.com/shobrook/rebound,GPL-2.0+,2018-02-28 04:47:03.000,2025-07-01 16:14:51.000,2022-02-16 05:16:40,168.0,,383.0,76.0,41.0,38.0,4132.0,2025-07-01 16:14:51.000,4.4.10,228.0,16.0,24,False,,24.0,rebound,conda-forge/rebound,41.0,,https://pypi.org/project/rebound,2025-07-01 16:14:51.000,41.0,13683.0,28415.0,https://anaconda.org/conda-forge/rebound,2025-06-05 21:24:45.756,942739.0,3.0,,264.0,,,,,,,,,,,,,,,,,, +187,vprof,nvdv/vprof,profiling,Visual profiler for Python.,,https://github.com/nvdv/vprof,https://github.com/nvdv/vprof,BSD-2-Clause,2015-06-29 03:59:39.000,2022-07-15 07:43:03.000,2022-07-15 07:43:03,620.0,,153.0,69.0,32.0,57.0,3968.0,2018-06-24 14:16:36.000,0.37.6,24.0,17.0,24,False,,30.0,vprof,,143.0,132.0,https://pypi.org/project/vprof,2020-02-29 13:31:59.000,11.0,9799.0,9799.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +188,shiv,linkedin/shiv,packaging,"shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all..",,https://github.com/linkedin/shiv,https://github.com/linkedin/shiv,BSD-2-Clause,2018-03-13 18:46:23.000,2024-11-04 23:35:07.000,2024-11-04 23:35:07,218.0,,106.0,28.0,135.0,79.0,1874.0,2024-11-01 19:48:43.000,1.0.8,65.0,43.0,24,True,,65.0,shiv,,16.0,,https://pypi.org/project/shiv,2024-11-01 19:47:45.000,16.0,144346.0,144373.0,,,,3.0,,2027.0,,,,,,,,,,,,,,,,,, +189,Bowler,facebookincubator/Bowler,refactoring,Safe code refactoring for modern Python.,,https://github.com/facebookincubator/Bowler,https://github.com/facebookincubator/Bowler,MIT,2018-06-07 21:44:17.000,2025-04-22 14:56:57.175,2023-01-20 18:08:14,186.0,,122.0,38.0,95.0,34.0,1617.0,2020-09-17 01:55:39.000,0.9.0,8.0,27.0,24,False,,48.0,bowler,conda-forge/bowler,19.0,,https://pypi.org/project/bowler,2020-09-17 01:55:39.000,19.0,60578.0,60861.0,https://anaconda.org/conda-forge/bowler,2025-04-22 14:56:57.175,23266.0,3.0,,,,,,,,,,,,,,,,,,,, +190,snoop,alexmojaki/snoop,debugging,"A powerful set of Python debugging tools, based on PySnooper.",,https://github.com/alexmojaki/snoop,https://github.com/alexmojaki/snoop,MIT,2019-05-13 18:45:35.000,2025-04-22 14:58:02.750,2024-10-06 20:30:29,434.0,,38.0,21.0,19.0,31.0,1393.0,2024-10-06 20:31:02.000,0.6.0,16.0,22.0,24,True,,25.0,snoop,conda-forge/snoop,41.0,,https://pypi.org/project/snoop,2024-10-06 20:31:02.000,41.0,68078.0,68300.0,https://anaconda.org/conda-forge/snoop,2025-04-22 14:58:02.750,10440.0,3.0,,,,,,,,,,,,,,,,,,,, +191,stackprinter,cknd/stackprinter,logging,Debugging-friendly exceptions for Python.,,https://github.com/cknd/stackprinter,https://github.com/cknd/stackprinter,MIT,2018-09-05 10:58:47.000,2025-04-22 14:57:07.280,2024-03-13 19:34:35,215.0,,40.0,7.0,38.0,25.0,1291.0,2024-03-13 19:36:07.000,0.2.12,21.0,7.0,24,False,,11.0,stackprinter,conda-forge/stackprinter,476.0,428.0,https://pypi.org/project/stackprinter,2024-03-13 19:36:07.000,48.0,293537.0,293777.0,https://anaconda.org/conda-forge/stackprinter,2025-04-22 14:57:07.280,14190.0,3.0,,,,,,,,,,,,,,,,,,,, +192,mkdocs-awesome-pages-plugin,lukasgeiter/mkdocs-awesome-pages-plugin,documentation,A plugin for customizing the navigation structure of your MkDocs site.,,https://github.com/lukasgeiter/mkdocs-awesome-nav,https://github.com/lukasgeiter/mkdocs-awesome-nav,MIT,2018-02-06 21:09:24.000,2025-05-18 19:12:19.000,2025-05-18 19:00:05,124.0,,40.0,8.0,24.0,89.0,582.0,2025-05-18 19:12:19.000,3.1.2,31.0,10.0,24,True,lukasgeiter/mkdocs-awesome-nav,22.0,mkdocs-awesome-pages-plugin,,483.0,267.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,2024-12-22 21:13:46.000,216.0,652363.0,652363.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +193,pytest-lazy-fixture,tvorog/pytest-lazy-fixture,testing,It helps to use fixtures in pytest.mark.parametrize.,,https://github.com/TvoroG/pytest-lazy-fixture,https://github.com/TvoroG/pytest-lazy-fixture,MIT,2016-09-29 23:52:48.000,2025-04-22 14:56:34.780,2022-01-27 10:32:34,98.0,,30.0,7.0,23.0,22.0,391.0,2020-02-01 18:04:00.000,0.6.3,12.0,9.0,24,False,,23.0,pytest-lazy-fixture,conda-forge/pytest-lazy-fixture,3604.0,3309.0,https://pypi.org/project/pytest-lazy-fixture,2020-02-01 18:04:00.000,295.0,1228954.0,1235938.0,https://anaconda.org/conda-forge/pytest-lazy-fixture,2025-04-22 14:56:34.780,705482.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +194,baron,PyCQA/baron,refactoring,"IDE allow you to refactor code, Baron allows you to write refactoring code.",,https://github.com/PyCQA/baron,https://github.com/PyCQA/baron,LGPL-3.0,2013-03-21 12:19:00.000,2021-12-09 03:34:37.000,2021-12-09 03:33:22,1505.0,,50.0,15.0,101.0,30.0,297.0,2021-12-09 03:33:32.000,0.10.1,21.0,33.0,24,False,,57.0,baron,,451.0,446.0,https://pypi.org/project/baron,2021-12-09 03:33:32.000,5.0,349399.0,349399.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,data-science-types,predictive-analytics-lab/data-science-types,linters,"Mypy stubs, i.e., type information, for numpy, pandas and matplotlib.",,https://github.com/wearepal/data-science-types,https://github.com/wearepal/data-science-types,Apache-2.0,2019-09-20 11:45:49.000,2025-04-22 14:57:41.763,2021-02-16 17:29:00,446.0,,51.0,9.0,171.0,23.0,203.0,2021-02-16 16:47:31.000,0.2.23,26.0,43.0,24,False,wearepal/data-science-types,33.0,data-science-types,conda-forge/data-science-types,2005.0,1911.0,https://pypi.org/project/data-science-types,2021-02-16 16:45:03.000,94.0,55656.0,55980.0,https://anaconda.org/conda-forge/data-science-types,2025-04-22 14:57:41.763,18489.0,3.0,,,,,,,,,,,,,,,,,,,, +196,flake8-black,peterjc/flake8-black,linters,flake8 plugin to run black for checking Python coding style.,,https://github.com/peterjc/flake8-black,https://github.com/peterjc/flake8-black,MIT,2019-01-10 14:40:26.000,2025-09-01 19:15:04.000,2025-09-01 19:15:02,196.0,2.0,11.0,2.0,69.0,26.0,166.0,2022-12-20 09:31:01.407,0.3.6,20.0,10.0,24,True,,3.0,flake8-black,conda-forge/flake8-black,9076.0,8588.0,https://pypi.org/project/flake8-black,2022-12-20 09:31:01.407,488.0,659032.0,666589.0,https://anaconda.org/conda-forge/flake8-black,2025-04-22 14:57:06.345,483702.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +197,PrettyErrors,onelivesleft/PrettyErrors,logging,Prettify Python exception output to make it legible.,,https://github.com/onelivesleft/PrettyErrors,https://github.com/onelivesleft/PrettyErrors,MIT,2018-11-15 16:02:27.000,2025-04-22 14:57:40.153,2021-11-24 14:32:14,130.0,,87.0,32.0,11.0,38.0,2892.0,2021-11-24 14:32:07.000,1.2.25,48.0,5.0,23,False,,14.0,pretty_errors,conda-forge/pretty_errors,110.0,,https://pypi.org/project/pretty_errors,2021-11-24 14:32:07.000,110.0,117250.0,117758.0,https://anaconda.org/conda-forge/pretty_errors,2025-04-22 14:57:40.153,29504.0,3.0,,,,,,,,,,,,,,,,,,,, +198,pynsist,takluyver/pynsist,packaging,Build Windows installers for Python applications.,,https://github.com/takluyver/pynsist,https://github.com/takluyver/pynsist,MIT,2014-03-30 19:11:21.000,2025-01-05 12:10:01.000,2025-01-05 12:09:52,568.0,,121.0,33.0,93.0,147.0,979.0,2020-07-03 08:11:24.000,2.5.1,22.0,31.0,23,True,,34.0,pynsist,,264.0,250.0,https://pypi.org/project/pynsist,2022-03-21 11:44:22.000,14.0,2649.0,2649.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +199,portray,timothycrosley/portray,documentation,Your Project with Great Documentation.,,https://github.com/timothycrosley/portray,https://github.com/timothycrosley/portray,MIT,2019-08-21 05:14:04.000,2023-09-19 11:00:56.000,2023-01-03 00:40:56,266.0,,72.0,15.0,43.0,33.0,868.0,2022-12-19 09:01:00.611,1.8.0,29.0,20.0,23,False,,32.0,portray,,880.0,858.0,https://pypi.org/project/portray,2022-12-19 09:01:00.611,22.0,16699.0,16699.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +200,Fixit,Instagram/Fixit,linters,Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom..,,https://github.com/Instagram/Fixit,https://github.com/Instagram/Fixit,,2020-02-20 19:09:01.000,2025-09-02 02:52:44.000,2025-09-02 02:52:37,399.0,7.0,67.0,23.0,403.0,90.0,686.0,2023-10-26 02:37:12.000,2.1.0,11.0,47.0,23,False,,48.0,fixit,,109.0,98.0,https://pypi.org/project/fixit,2023-10-26 02:37:12.000,11.0,89450.0,89450.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +201,pytest-plugins,man-group/pytest-plugins,testing,A grab-bag of nifty pytest plugins.,,https://github.com/man-group/pytest-plugins,https://github.com/man-group/pytest-plugins,MIT,2015-08-14 07:52:32.000,2025-08-27 09:57:01.000,2025-01-02 18:11:10,836.0,,85.0,20.0,140.0,79.0,594.0,2024-11-29 19:33:49.000,1.8.1,14.0,67.0,23,True,,48.0,pytest-virtualenv,conda-forge/pytest-shutil,73.0,,https://pypi.org/project/pytest-virtualenv,2024-11-29 19:33:49.000,73.0,34993.0,37549.0,https://anaconda.org/conda-forge/pytest-shutil,2025-04-22 14:56:53.611,119294.0,3.0,,200.0,,,,,,,,,,,,,,,,,, +202,mkdocs-with-pdf,orzih/mkdocs-with-pdf,documentation,Generate a single PDF file from MkDocs repository.,,https://github.com/orzih/mkdocs-with-pdf,https://github.com/orzih/mkdocs-with-pdf,MIT,2020-02-23 16:34:46.000,2024-05-25 03:08:01.000,2021-10-14 20:29:54,188.0,,80.0,12.0,52.0,49.0,374.0,2021-07-03 02:09:02.000,0.9.3,28.0,6.0,23,False,,92.0,mkdocs-with-pdf,,803.0,795.0,https://pypi.org/project/mkdocs-with-pdf,2021-07-03 02:04:39.000,8.0,97184.0,97184.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +203,add-trailing-comma,asottile/add-trailing-comma,refactoring,A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.,,https://github.com/asottile/add-trailing-comma,https://github.com/asottile/add-trailing-comma,MIT,2017-07-10 00:55:50.000,2025-08-13 14:20:51.000,2025-08-13 14:20:49,551.0,8.0,29.0,6.0,242.0,61.0,366.0,2025-05-23 23:52:25.000,3.2.0,42.0,11.0,23,True,,,add-trailing-comma,,39.0,,https://pypi.org/project/add-trailing-comma,2025-05-23 23:52:25.000,39.0,99533.0,99533.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +204,xenon,rubik/xenon,code-metrics,Monitoring tool based on radon.,,https://github.com/rubik/xenon,https://github.com/rubik/xenon,MIT,2014-02-14 14:19:20.000,2025-05-10 18:39:17.052,2024-10-21 10:26:40,127.0,,22.0,6.0,19.0,35.0,259.0,2024-10-21 10:27:51.000,0.9.3,24.0,13.0,23,True,,5.0,xenon,conda-forge/xenon,1667.0,1620.0,https://pypi.org/project/xenon,2024-10-21 10:27:51.000,47.0,255487.0,262731.0,https://anaconda.org/conda-forge/xenon,2025-05-10 18:39:17.052,28976.0,3.0,,,,,,,,,,,,,,,,,,,, +205,asteval,newville/asteval,ast,minimalistic evaluator of python expression using ast module.,,https://github.com/newville/asteval,https://github.com/newville/asteval,MIT,2021-02-11 03:06:29.408,2025-04-22 14:56:28.268,2023-11-06 14:59:10,539.0,,44.0,,,,198.0,2025-01-19 21:44:01.000,1.0.6,41.0,24.0,23,False,,,asteval,conda-forge/asteval,184.0,,https://pypi.org/project/asteval,2025-01-19 21:44:01.000,184.0,2925033.0,2936511.0,https://anaconda.org/conda-forge/asteval,2025-04-22 14:56:28.268,631320.0,3.0,,,,,,,,,,,,,,,,,,,, +206,flake8-simplify,MartinThoma/flake8-simplify,linters,A flake8 plugin that helps you to simplify code.,,https://github.com/MartinThoma/flake8-simplify,https://github.com/MartinThoma/flake8-simplify,MIT,2020-09-19 16:59:41.000,2025-08-12 11:17:51.000,2025-06-01 11:59:50,146.0,,22.0,4.0,75.0,72.0,195.0,2025-06-01 11:59:32.000,0.22.0,39.0,16.0,23,True,,56.0,flake8-simplify,conda-forge/flake8-simplify,109.0,,https://pypi.org/project/flake8-simplify,2025-06-01 11:59:32.000,109.0,295694.0,296751.0,https://anaconda.org/conda-forge/flake8-simplify,2025-06-02 22:44:06.745,60249.0,3.0,,,,,,,,,,,,,,,,,,,, +207,releases,bitprophet/releases,documentation,A powerful Sphinx changelog-generating extension.,,https://github.com/bitprophet/releases,https://github.com/bitprophet/releases,BSD-2-Clause,2013-09-16 03:56:37.000,2025-07-28 15:33:16.000,2023-12-01 19:07:59,597.0,,41.0,6.0,28.0,46.0,175.0,2023-04-28 19:14:01.551,2.1.1,37.0,10.0,23,False,,32.0,releases,conda-forge/sphinx-releases,750.0,709.0,https://pypi.org/project/releases,2023-04-28 19:14:01.551,41.0,25539.0,26170.0,https://anaconda.org/conda-forge/sphinx-releases,2025-04-22 14:56:50.743,55605.0,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +208,sphinx-markdown-builder,clayrisser/sphinx-markdown-builder,documentation,DISCONTINUED: sphinx builder that outputs markdown files. The active version of this project is now being maintained..,,https://github.com/clayrisser/sphinx-markdown-builder,https://github.com/clayrisser/sphinx-markdown-builder,MIT,2018-11-11 00:07:58.000,2025-01-19 01:58:19.000,2023-06-24 21:25:38,106.0,,60.0,7.0,27.0,39.0,163.0,2025-01-19 01:58:19.000,0.6.8,32.0,19.0,23,False,,,sphinx-markdown-builder,,1283.0,1123.0,https://pypi.org/project/sphinx-markdown-builder,2025-01-19 01:58:19.000,160.0,288254.0,288254.0,,,,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +209,pytkdocs,mkdocstrings/pytkdocs,documentation,Load Python objects documentation.,,https://github.com/mkdocstrings/pytkdocs,https://github.com/mkdocstrings/pytkdocs,ISC,2020-02-04 21:18:34.000,2025-04-22 14:57:38.190,2025-03-09 17:32:30,258.0,,32.0,2.0,45.0,95.0,53.0,2025-03-09 17:32:47.000,0.16.5,30.0,23.0,23,True,,7.0,pytkdocs,conda-forge/pytkdocs,1617.0,1595.0,https://pypi.org/project/pytkdocs,2025-03-09 17:32:40.000,22.0,150760.0,154004.0,https://anaconda.org/conda-forge/pytkdocs,2025-04-22 14:57:38.190,191415.0,3.0,,,,,,,,,,,,,,,,,,,, +210,pyannotate,dropbox/pyannotate,refactoring,Auto-generate PEP-484 annotations.,,https://github.com/dropbox/pyannotate,https://github.com/dropbox/pyannotate,Apache-2.0,2017-11-13 20:18:08.000,2022-07-03 08:24:17.000,2021-10-12 20:53:49,95.0,,61.0,25.0,63.0,33.0,1443.0,2019-09-16 15:37:03.000,1.2.0,9.0,17.0,22,False,,36.0,pyannotate,,181.0,147.0,https://pypi.org/project/pyannotate,2019-09-16 15:37:03.000,34.0,43097.0,43097.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +211,pyflow,David-OConnor/pyflow,dependency-managers,An installation and dependency system for Python.,,https://github.com/David-OConnor/pyflow,https://github.com/David-OConnor/pyflow,MIT,2019-07-15 09:40:29.000,2025-07-06 13:27:39.000,2025-07-06 13:27:39,371.0,1.0,48.0,23.0,56.0,75.0,1335.0,2021-07-02 13:17:04.000,0.3.1,26.0,29.0,22,True,,67.0,pyflow,,43.0,42.0,https://pypi.org/project/pyflow,2021-07-02 13:17:04.000,1.0,360.0,478.0,,,,3.0,,8653.0,,,,,,,,,,,,,,,,,, +212,python-devtools,samuelcolvin/python-devtools,logging,Dev tools for python.,,https://github.com/samuelcolvin/python-devtools,https://github.com/samuelcolvin/python-devtools,MIT,2017-08-20 15:30:06.000,2025-04-22 14:57:50.459,2025-01-24 19:11:42,134.0,,49.0,10.0,104.0,41.0,1045.0,2023-09-03 16:53:31.000,0.12.2,18.0,14.0,22,True,,28.0,python-devtools,conda-forge/python-devtools,8720.0,8718.0,https://pypi.org/project/python-devtools,2017-08-21 10:32:25.000,2.0,2064.0,2891.0,https://anaconda.org/conda-forge/python-devtools,2025-04-22 14:57:50.459,43870.0,3.0,,,,,,,,,,,,,,,,,,,, +213,pycco,pycco-docs/pycco,documentation,Literate-style documentation generator.,,https://github.com/pycco-docs/pycco,https://github.com/pycco-docs/pycco,MIT,2010-06-29 07:02:31.000,2023-06-12 20:15:00.000,2019-12-20 19:59:49,222.0,,146.0,14.0,67.0,28.0,855.0,2018-07-25 01:44:55.232,0.6.0,11.0,36.0,22,False,,35.0,pycco,,348.0,342.0,https://pypi.org/project/pycco,2018-07-25 01:44:55.232,6.0,6364.0,6364.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +214,paver,paver/paver,build-tools,Python-based project scripting.,,https://github.com/paver/paver,https://github.com/paver/paver,BSD-3-Clause,2010-11-11 09:43:52.000,2025-04-22 14:56:29.275,2023-04-16 21:21:14,535.0,,86.0,12.0,87.0,93.0,463.0,2017-12-31 01:13:41.000,1.3.4,28.0,46.0,22,False,,46.0,paver,conda-forge/paver,13.0,,https://pypi.org/project/paver,2017-12-31 01:13:41.000,13.0,125534.0,125962.0,https://anaconda.org/conda-forge/paver,2025-04-22 14:56:29.275,45443.0,3.0,,,,,,,,,,,,,,,,,,,, +215,mkdocs-pdf-export-plugin,zhaoterryy/mkdocs-pdf-export-plugin,documentation,An MkDocs plugin to export content pages as PDF files.,,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,MIT,2018-02-20 15:06:51.000,2023-07-28 19:56:59.000,2021-10-05 01:31:10,72.0,,41.0,19.0,32.0,46.0,337.0,2021-10-05 01:33:27.000,0.5.10,24.0,11.0,22,False,,44.0,mkdocs-pdf-export-plugin,,1472.0,1466.0,https://pypi.org/project/mkdocs-pdf-export-plugin,2021-10-05 01:33:27.000,6.0,37991.0,37991.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +216,lazydocs,ml-tooling/lazydocs,documentation,Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.,,https://github.com/ml-tooling/lazydocs,https://github.com/ml-tooling/lazydocs,MIT,2020-11-10 00:31:46.000,2025-08-28 22:06:24.000,2025-08-28 22:04:22,158.0,1.0,43.0,8.0,53.0,38.0,230.0,2021-07-27 09:00:22.000,0.4.8,18.0,13.0,22,True,,5.0,lazydocs,,445.0,380.0,https://pypi.org/project/lazydocs,2021-07-27 08:05:42.000,65.0,57981.0,57981.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +217,mkdocs-print-site-plugin,timvink/mkdocs-print-site-plugin,documentation,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",,https://github.com/timvink/mkdocs-print-site-plugin,https://github.com/timvink/mkdocs-print-site-plugin,MIT,2020-08-15 12:02:33.000,2025-08-03 14:15:06.000,2025-08-03 14:13:17,298.0,9.0,27.0,4.0,31.0,101.0,171.0,2025-08-03 14:14:31.000,2.8,50.0,15.0,22,True,,11.0,mkdocs-print-site-plugin,,22.0,,https://pypi.org/project/mkdocs-print-site-plugin,2025-08-03 14:15:06.000,22.0,92512.0,92512.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +218,pyenv-virtualenv,pyenv/pyenv-virtualenv,virtual-envs,a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv).,,https://github.com/pyenv/pyenv-virtualenv,https://github.com/pyenv/pyenv-virtualenv,MIT,2013-02-18 12:59:17.000,2025-05-17 07:19:25.000,2025-05-17 07:19:25,525.0,,423.0,74.0,148.0,262.0,6643.0,2024-07-21 21:37:55.000,1.2.4,12.0,65.0,21,True,,99.0,,,21.0,21.0,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +219,pyrasite,lmacken/pyrasite,debugging,Inject code into running Python processes.,,https://github.com/lmacken/pyrasite,https://github.com/lmacken/pyrasite,GPL-3.0,2011-09-10 06:01:20.000,2025-04-07 02:52:38.000,2025-04-07 02:52:38,355.0,,205.0,57.0,45.0,17.0,2843.0,,,13.0,25.0,21,True,,43.0,pyrasite,,67.0,67.0,https://pypi.org/project/pyrasite,2012-05-09 19:11:33.000,,7718.0,7718.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +220,sixpack,sixpack/sixpack,testing,Sixpack is a language-agnostic a/b-testing framework.,,https://github.com/sixpack/sixpack,https://github.com/sixpack/sixpack,BSD-2-Clause,2012-11-15 00:01:06.000,2022-08-21 18:43:32.000,2020-08-26 00:32:16,828.0,,184.0,70.0,170.0,128.0,1762.0,2017-11-22 14:27:35.000,2.7.0,37.0,56.0,21,False,,89.0,sixpack,,14.0,14.0,https://pypi.org/project/sixpack,2017-11-22 14:27:35.000,,56.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +221,xar,facebookincubator/xar,packaging,executable archive format.,,https://github.com/facebookincubator/xar,https://github.com/facebookincubator/xar,BSD-3-Clause,2017-06-29 18:15:26.000,2023-12-28 22:35:49.000,2023-12-28 22:31:34,105.0,,56.0,45.0,24.0,23.0,1577.0,2020-12-02 20:41:20.000,20.12.2,3.0,44.0,21,False,,8.0,xar,,36.0,36.0,https://pypi.org/project/xar,2020-12-02 20:41:20.000,,4521.0,4521.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +222,assertpy,ActivisionGameScience/assertpy,testing,Simple assertion library for unit testing in python with a fluent API.,,https://github.com/ActivisionGameScience/assertpy,https://github.com/ActivisionGameScience/assertpy,BSD-3-Clause,2019-11-17 15:47:15.000,2025-04-22 14:56:43.876,2019-10-30 17:50:10,279.0,,74.0,,,,518.0,,,13.0,10.0,21,False,,,assertpy,conda-forge/assertpy,99.0,,https://pypi.org/project/assertpy,2020-07-19 14:39:02.000,99.0,589194.0,589760.0,https://anaconda.org/conda-forge/assertpy,2025-04-22 14:56:43.876,35117.0,3.0,,,,,,,,,,,,,,,,,,,, +223,unimport,hakancelik96/unimport,refactoring,The ultimate linter and formatter for removing unused import statements in your code.,,https://github.com/hakancelikdev/unimport,https://github.com/hakancelikdev/unimport,MIT,2019-09-08 09:49:24.000,2025-08-02 08:08:55.000,2025-08-01 12:21:48,494.0,1.0,22.0,5.0,186.0,107.0,244.0,2023-12-24 07:42:09.000,1.2.1,57.0,16.0,21,True,hakancelikdev/unimport,11.0,unimport,,164.0,148.0,https://pypi.org/project/unimport,2023-12-24 07:42:09.000,16.0,35292.0,35292.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +224,pandas-vet,deppen8/pandas-vet,linters,A plugin for Flake8 that checks pandas code.,,https://github.com/deppen8/pandas-vet,https://github.com/deppen8/pandas-vet,MIT,2019-02-25 05:19:51.000,2025-04-22 14:57:04.228,2023-08-11 15:07:51,233.0,,18.0,4.0,83.0,41.0,170.0,2023-08-11 15:10:29.000,2023.8.2,10.0,14.0,21,False,,13.0,pandas-vet,conda-forge/pandas-vet,515.0,478.0,https://pypi.org/project/pandas-vet,2023-08-11 15:09:04.000,37.0,21437.0,21985.0,https://anaconda.org/conda-forge/pandas-vet,2025-04-22 14:57:04.228,23532.0,3.0,['flake8'],130.0,,,,,,,,,,,,,,,,,, +225,dodgy,landscapeio/dodgy,security,Looks at Python code to search for things which look dodgy such as passwords or diffs.,,https://github.com/prospector-dev/dodgy,https://github.com/prospector-dev/dodgy,MIT,2013-12-25 12:22:20.000,2025-04-22 14:56:26.263,2021-03-21 11:36:52,70.0,,19.0,5.0,14.0,3.0,125.0,2019-12-31 16:44:58.000,0.2.1,10.0,14.0,21,False,prospector-dev/dodgy,9.0,dodgy,conda-forge/dodgy,2990.0,2939.0,https://pypi.org/project/dodgy,2019-12-31 16:44:58.000,51.0,463366.0,464630.0,https://anaconda.org/conda-forge/dodgy,2025-04-22 14:56:26.263,137837.0,3.0,,,,,,,,,,,,,,,,,,,, +226,flake8-bandit,tylerwince/flake8-bandit,linters,Automated security testing using bandit and flake8.,,https://github.com/tylerwince/flake8-bandit,https://github.com/tylerwince/flake8-bandit,MIT,2017-10-28 23:19:09.000,2023-09-13 06:38:29.000,2022-08-29 13:45:55,70.0,,23.0,5.0,18.0,17.0,113.0,2022-08-29 14:28:51.025,4.1.1,13.0,12.0,21,False,,12.0,flake8-bandit,,210.0,,https://pypi.org/project/flake8-bandit,2022-08-29 14:28:51.025,210.0,545365.0,545365.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +227,Profiling,what-studio/profiling,profiling,Was an interactive continuous Python profiler.,,https://github.com/what-studio/profiling,https://github.com/what-studio/profiling,BSD-3-Clause,2014-09-03 10:35:57.000,2021-12-15 15:24:47.133,2020-08-24 01:31:58,433.0,,115.0,72.0,25.0,19.0,2963.0,2017-06-28 06:10:16.000,0.1.3,5.0,18.0,20,False,,17.0,profiling,,82.0,80.0,https://pypi.org/project/profiling,2021-12-15 15:24:47.133,2.0,679.0,679.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +228,pyt,python-security/pyt,security,A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications.,,https://github.com/python-security/pyt,https://github.com/python-security/pyt,GPL-2.0,2016-10-26 15:34:48.000,2020-12-25 03:47:37.000,2020-03-08 21:43:06,1576.0,,244.0,67.0,116.0,78.0,2192.0,2018-11-01 16:02:57.000,0.42,15.0,22.0,20,False,,27.0,python-taint,,2.0,,https://pypi.org/project/python-taint,2018-11-01 16:02:04.000,2.0,2328.0,2329.0,,,,3.0,,141.0,,,,,,,,,,,,,,,,,, +229,Birdseye,alexmojaki/birdseye,debugging,Graphical Python debugger which lets you easily view the values of all evaluated expressions.,,https://github.com/alexmojaki/birdseye,https://github.com/alexmojaki/birdseye,MIT,2017-07-22 18:49:20.000,2024-10-13 21:22:02.000,2023-10-16 20:22:41,416.0,,72.0,41.0,49.0,37.0,1688.0,2023-10-16 20:29:11.000,0.9.5,41.0,10.0,20,False,,22.0,birdseye,,8.0,,https://pypi.org/project/birdseye,2023-10-16 20:29:11.000,8.0,2230.0,2230.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +230,python-manhole,ionelmc/python-manhole,debugging,Debugging manhole for python applications.,,https://github.com/ionelmc/python-manhole,https://github.com/ionelmc/python-manhole,BSD-2-Clause,2013-06-26 21:49:34.000,2025-04-22 14:57:57.761,2024-07-04 13:45:03,514.0,,26.0,9.0,46.0,17.0,389.0,2024-07-04 16:25:34.000,1.8.1,24.0,11.0,20,False,,8.0,manhole,conda-forge/manhole,6.0,,https://pypi.org/project/manhole,2024-07-04 16:25:34.000,6.0,666107.0,667179.0,https://anaconda.org/conda-forge/manhole,2025-04-22 14:57:57.761,53615.0,3.0,,,,,,,,,,,,,,,,,,,, +231,dlint,dlint-py/dlint,security,Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.,,https://github.com/dlint-py/dlint,https://github.com/dlint-py/dlint,BSD-3-Clause,2020-01-08 15:53:36.000,2025-04-22 14:58:04.693,2024-10-31 12:34:30,242.0,,16.0,2.0,16.0,23.0,169.0,2024-10-31 12:39:01.000,0.16.0,19.0,16.0,20,True,,24.0,dlint,conda-forge/dlint,93.0,,https://pypi.org/project/dlint,2024-10-31 12:39:01.000,93.0,90083.0,90316.0,https://anaconda.org/conda-forge/dlint,2025-04-22 14:58:04.693,10744.0,3.0,,,,,,,,,,,,,,,,,,,, +232,unify,myint/unify,refactoring,Modifies strings to all use the same quote where possible.,,https://github.com/myint/unify,https://github.com/myint/unify,MIT,2013-03-24 18:02:19.000,2025-04-22 14:57:56.214,2019-08-07 13:44:00,69.0,,19.0,6.0,13.0,3.0,96.0,2013-06-22 15:34:37.000,0.1.5,10.0,5.0,20,False,,12.0,unify,conda-forge/unify,1516.0,1445.0,https://pypi.org/project/unify,2019-08-07 13:46:09.000,71.0,96725.0,96784.0,https://anaconda.org/conda-forge/unify,2025-04-22 14:57:56.214,3011.0,3.0,,,,,,,,,,,,,,,,,,,, +233,mkdocs-git-revision-date-plugin,zhaoterryy/mkdocs-git-revision-date-plugin,documentation,MkDocs plugin for setting revision date from git per markdown file.,,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,MIT,2018-12-03 04:29:33.000,2023-03-28 19:19:30.000,2022-03-08 14:42:57,26.0,,10.0,4.0,9.0,9.0,60.0,2022-03-08 14:43:59.000,0.3.2,9.0,7.0,20,False,,6.0,mkdocs-git-revision-date-plugin,,2940.0,2899.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,2022-03-08 14:42:31.000,41.0,71750.0,71750.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +234,xxh,xxh/xxh,shell,"Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on.",,https://github.com/xxh/xxh,https://github.com/xxh/xxh,BSD-2-Clause,2019-11-03 12:04:13.000,2025-04-04 08:40:38.000,2025-04-04 08:40:37,795.0,,116.0,41.0,67.0,67.0,5729.0,2024-04-06 23:52:28.000,0.8.14,90.0,27.0,19,True,,29.0,xxh-xxh,,,,https://pypi.org/project/xxh-xxh,2024-04-06 23:52:28.000,,252.0,317.0,,,,3.0,,4421.0,,,,,,,,,,,,,,,,,, +235,heartrate,alexmojaki/heartrate,profiling,Simple real time visualisation of the execution of a Python program.,,https://github.com/alexmojaki/heartrate,https://github.com/alexmojaki/heartrate,MIT,2019-04-24 17:02:28.000,2025-04-22 14:57:56.114,2021-11-13 14:58:04,27.0,,122.0,30.0,4.0,6.0,1828.0,2021-11-13 14:58:19.000,0.2.2,4.0,3.0,19,False,,5.0,heartrate,conda-forge/heartrate,75.0,72.0,https://pypi.org/project/heartrate,2021-11-13 14:58:19.000,3.0,455.0,565.0,https://anaconda.org/conda-forge/heartrate,2025-04-22 14:57:56.114,5640.0,3.0,,,,,,,,,,,,,,,,,,,, +236,flakehell,life4/flakehell,linters,"Flake8 wrapper to make it nice, legacy-friendly, configurable.",,https://github.com/life4/flakehell,https://github.com/life4/flakehell,MIT,2019-08-06 11:37:21.000,2021-01-11 21:35:41.000,2021-01-11 21:35:40,368.0,,47.0,5.0,68.0,,232.0,2021-01-11 18:41:10.489,0.9.0,28.0,16.0,19,False,,4.0,flakehell,,18.0,,https://pypi.org/project/flakehell,2021-01-11 18:41:10.489,18.0,12657.0,12658.0,,,,3.0,['flake8'],97.0,,,,,,,,,,,,,,,,,, +237,com2ann,ilevkivskyi/com2ann,refactoring,Tool for translation type comments to type annotations in Python.,,https://github.com/ilevkivskyi/com2ann,https://github.com/ilevkivskyi/com2ann,MIT,2016-09-09 07:17:02.000,2025-06-02 23:03:18.000,2025-06-02 23:03:15,48.0,,13.0,6.0,35.0,23.0,154.0,2021-08-21 09:01:26.000,0.3.0,3.0,8.0,19,True,,10.0,com2ann,,98.0,96.0,https://pypi.org/project/com2ann,2021-08-21 09:01:26.000,2.0,26426.0,26426.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +238,flake8-mypy,ambv/flake8-mypy,linters,A plugin for flake8 integrating Mypy.,,https://github.com/ambv/flake8-mypy,https://github.com/ambv/flake8-mypy,MIT,2017-02-26 02:27:33.000,2020-06-19 16:51:36.000,2020-06-19 16:51:00,50.0,,17.0,4.0,13.0,3.0,102.0,2017-08-31 23:17:01.000,17.8.0,6.0,8.0,19,False,,23.0,flake8-mypy,,1812.0,1757.0,https://pypi.org/project/flake8-mypy,2017-08-31 23:17:01.000,55.0,43889.0,43889.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +239,reloadium,reloadware/reloadium,debugging,Hot Reloading and Profiling for Python.,,https://github.com/reloadware/reloadium,https://github.com/reloadware/reloadium,Apache-2.0,2022-01-15 03:01:41.000,2024-05-24 16:13:26.000,2024-05-24 16:13:26,57.0,,59.0,24.0,33.0,120.0,2984.0,2024-05-22 15:28:18.000,1.5.1,50.0,3.0,18,False,,32.0,reloadium,,,,https://pypi.org/project/reloadium,2024-05-22 15:28:18.000,,2736.0,2736.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +240,fake2db,emirozer/fake2db,testing,create custom test databases that are populated with fake data.,,https://github.com/emirozer/fake2db,https://github.com/emirozer/fake2db,GPL-2.0,2014-02-18 19:14:28.000,2021-12-15 15:44:45.608,2019-11-25 09:19:00,242.0,,124.0,68.0,29.0,15.0,2334.0,2021-12-15 15:44:45.608,0.1.0,23.0,18.0,18,False,,7.0,fake2db,,32.0,32.0,https://pypi.org/project/fake2db,2021-12-15 15:44:45.608,,166.0,166.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +241,pyheat,csurfer/pyheat,profiling,pprofile + matplotlib = Python program profiled as an awesome heatmap!.,,https://github.com/csurfer/pyheat,https://github.com/csurfer/pyheat,MIT,2017-02-04 22:56:02.000,2023-07-04 11:25:43.000,2021-09-18 20:16:24,55.0,,46.0,10.0,8.0,9.0,842.0,2018-12-06 03:59:34.000,0.0.6,6.0,5.0,18,False,,7.0,py-heat,,86.0,80.0,https://pypi.org/project/py-heat,2018-12-06 03:59:34.000,6.0,4568.0,4568.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +242,vex,sashahart/vex,virtual-envs,Run a command in the named virtualenv.,,https://github.com/sashahart/vex,https://github.com/sashahart/vex,MIT,2014-05-09 03:20:02.000,2021-10-30 20:12:27.000,2019-05-10 19:18:48,200.0,,24.0,12.0,25.0,40.0,370.0,2019-05-10 19:21:38.000,0.0.19,18.0,3.0,18,False,,4.0,vex,,37.0,34.0,https://pypi.org/project/vex,2019-05-10 19:21:38.000,3.0,1038.0,1038.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +243,pynt,rags/pynt,build-tools,A pynt of Python build.,,https://github.com/rags/pynt,https://github.com/rags/pynt,MIT,2012-11-17 13:12:49.000,2025-07-16 13:54:30.000,2019-10-04 19:05:46,128.0,,19.0,10.0,10.0,13.0,155.0,2018-06-24 06:23:48.000,0.8.2,7.0,10.0,18,False,,11.0,pynt,,131.0,130.0,https://pypi.org/project/pynt,2018-06-24 06:23:48.000,1.0,3189.0,3189.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +244,pip-run,jaraco/pip-run,dependency-managers,pip-run - dynamic dependency loader for Python.,,https://github.com/jaraco/pip-run,https://github.com/jaraco/pip-run,,2016-01-25 01:59:13.000,2025-05-30 00:58:13.000,2025-05-30 00:52:14,1028.0,,20.0,7.0,34.0,80.0,138.0,2025-05-30 00:58:19.000,16.1.0,72.0,24.0,18,False,,11.0,pip-run,,96.0,86.0,https://pypi.org/project/pip-run,2025-05-30 00:58:13.000,10.0,6591.0,6591.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +245,pyformat,myint/pyformat,formatters,Formats Python code to follow a consistent style.,,https://github.com/myint/pyformat,https://github.com/myint/pyformat,Saxpath,2013-03-24 21:45:30.000,2024-01-01 00:20:53.000,2024-01-01 00:18:13,201.0,,10.0,7.0,6.0,3.0,94.0,2014-09-07 13:57:37.000,0.5.7,24.0,3.0,18,False,,7.0,pyformat,,1917.0,1909.0,https://pypi.org/project/pyformat,2024-01-01 00:20:50.000,8.0,5725.0,5725.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +246,pylint-flask,jschaf/pylint-flask,linters,A Pylint plugin to analyze Flask applications.,,https://github.com/jschaf/pylint-flask,https://github.com/jschaf/pylint-flask,GPL-2.0,2015-06-27 20:11:12.000,2025-04-22 14:56:27.130,2022-07-19 20:45:38,40.0,,9.0,2.0,8.0,6.0,64.0,,,5.0,9.0,18,False,,9.0,pylint-flask,conda-forge/pylint-flask,8257.0,8251.0,https://pypi.org/project/pylint-flask,2019-01-30 19:26:02.000,6.0,168470.0,170245.0,https://anaconda.org/conda-forge/pylint-flask,2025-04-22 14:56:27.130,193475.0,3.0,['pylint'],,,,,,,,,,,,,,,,,,, +247,pycycle,bndr/pycycle,linters,Tool for pinpointing circular imports in Python. Find cyclic imports in any project.,,https://github.com/bndr/pycycle,https://github.com/bndr/pycycle,MIT,2017-01-28 17:22:00.000,2022-01-15 20:44:01.000,2017-02-13 18:07:04,26.0,,22.0,6.0,7.0,2.0,356.0,2017-02-13 18:07:58.000,0.0.8,8.0,2.0,17,False,,21.0,pycycle,,106.0,103.0,https://pypi.org/project/pycycle,2017-02-13 18:07:58.000,3.0,18553.0,18553.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +248,bellybutton,hchasestevens/bellybutton,linters,Custom Python linting through AST expressions.,,https://github.com/hchasestevens/bellybutton,https://github.com/hchasestevens/bellybutton,MIT,2018-02-17 06:31:44.000,2023-07-27 15:15:12.000,2023-07-27 15:12:07,35.0,,14.0,7.0,23.0,6.0,276.0,2023-07-27 15:15:12.000,0.3.2,12.0,7.0,17,False,,11.0,bellybutton,,51.0,50.0,https://pypi.org/project/bellybutton,2023-07-27 15:15:12.000,1.0,1457.0,1457.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +249,massedit,elmotec/massedit,refactoring,Programmatically edit text files with Python. Useful for source to source transformations.,,https://github.com/elmotec/massedit,https://github.com/elmotec/massedit,MIT,2012-03-11 16:18:30.000,2023-09-12 01:27:09.000,2023-09-12 01:27:09,194.0,,16.0,4.0,17.0,7.0,114.0,2023-09-11 03:03:54.000,0.70.1,16.0,9.0,17,False,,4.0,massedit,,57.0,54.0,https://pypi.org/project/massedit,2023-09-11 02:59:59.000,3.0,1482.0,1482.0,,,,3.0,,33.0,,,,,,,,,,,,,,,,,, +250,autoimport,lyz-code/autoimport,formatters,Autoimport automatically fixes wrong import statements.,,https://github.com/lyz-code/autoimport,https://github.com/lyz-code/autoimport,GPL-3.0,2020-10-16 22:43:09.000,2024-10-01 16:15:26.000,2024-10-01 16:13:03,569.0,,24.0,1.0,211.0,34.0,98.0,2024-10-01 16:15:26.000,1.6.1,44.0,18.0,17,True,,15.0,autoimport,,14.0,,https://pypi.org/project/autoimport,2024-10-01 16:15:26.000,14.0,17446.0,17446.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +251,pyenv-installer,pyenv/pyenv-installer,virtual-envs,This tool is used to install `pyenv` and friends.,,https://github.com/pyenv/pyenv-installer,https://github.com/pyenv/pyenv-installer,MIT,2013-06-01 03:48:07.000,2025-04-24 19:06:44.000,2025-04-24 19:06:43,153.0,,456.0,75.0,63.0,79.0,4073.0,,,,42.0,16,True,,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +252,dh-virtualenv,spotify/dh-virtualenv,virtual-envs,Python virtualenvs in Debian packages.,,https://github.com/spotify/dh-virtualenv,https://github.com/spotify/dh-virtualenv,GPL-2.0,2013-10-09 19:03:43.000,2024-04-27 01:41:37.000,2023-01-03 15:31:24,422.0,,185.0,40.0,155.0,173.0,1625.0,,,,61.0,16,False,,40.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +253,tbvaccine,skorokithakis/tbvaccine,logging,A small utility to pretty-print Python tracebacks.,,https://github.com/skorokithakis/tbvaccine,https://github.com/skorokithakis/tbvaccine,MIT,2016-08-27 17:31:59.000,2020-03-01 19:24:46.000,2020-03-01 19:24:44,80.0,,13.0,5.0,18.0,13.0,379.0,2018-12-14 18:07:29.000,0.3.1,12.0,12.0,16,False,,7.0,tbvaccine,,17.0,17.0,https://pypi.org/project/tbvaccine,2018-12-14 18:07:29.000,,2530.0,2530.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +254,cohesion,mschwager/cohesion,code-metrics,A tool for measuring Python class cohesion.,,https://github.com/mschwager/cohesion,https://github.com/mschwager/cohesion,GPL-3.0,2016-08-11 21:09:32.000,2025-04-22 14:58:04.676,2024-12-09 15:09:45,88.0,,6.0,10.0,3.0,13.0,244.0,2024-12-09 15:14:21.000,1.2.0,11.0,3.0,16,True,,6.0,cohesion,conda-forge/cohesion,13.0,,https://pypi.org/project/cohesion,2024-12-09 15:14:21.000,13.0,10458.0,10567.0,https://anaconda.org/conda-forge/cohesion,2025-04-22 14:58:04.676,5026.0,3.0,,,,,,,,,,,,,,,,,,,, +255,imhotep,justinabrahms/imhotep,linters,A static-analysis bot for Github.,,https://github.com/justinabrahms/imhotep,https://github.com/justinabrahms/imhotep,MIT,2012-12-17 01:26:32.000,2023-06-17 04:37:59.000,2023-06-17 04:37:59,400.0,,36.0,8.0,68.0,26.0,223.0,2022-02-20 06:09:19.000,2.0.0,10.0,17.0,16,False,,20.0,imhotep,,19.0,15.0,https://pypi.org/project/imhotep,2022-02-20 06:09:19.000,4.0,14.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,pytest-play,pytest-dev/pytest-play,testing,pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files.,,https://github.com/pytest-dev/pytest-play,https://github.com/pytest-dev/pytest-play,Apache-2.0,2017-12-14 09:08:26.000,2019-08-20 15:57:27.000,2019-06-12 11:57:28,382.0,,4.0,8.0,62.0,25.0,70.0,2019-06-12 11:59:29.000,2.3.1,23.0,3.0,16,False,,4.0,pytest-play,,10.0,,https://pypi.org/project/pytest-play,2019-06-12 11:59:29.000,10.0,331.0,331.0,,,,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +257,mkdocs-versioning,zayd62/mkdocs-versioning,documentation,A tool that allows for versioning sites built with mkdocs.,,https://github.com/zayd62/mkdocs-versioning,https://github.com/zayd62/mkdocs-versioning,MIT,2019-07-20 18:09:56.000,2021-08-01 15:51:53.000,2021-08-01 15:51:53,133.0,,6.0,2.0,39.0,22.0,40.0,2021-02-11 10:24:35.000,0.4.0,6.0,5.0,16,False,,3.0,mkdocs-versioning,,126.0,126.0,https://pypi.org/project/mkdocs-versioning,2021-02-11 10:24:35.000,,5574.0,5574.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +258,pep8ify,spulec/pep8ify,refactoring,A library that modifies python source code to conform to pep8.,,https://github.com/spulec/pep8ify,https://github.com/spulec/pep8ify,Apache-2.0,2012-06-03 03:31:33.000,2019-03-08 03:06:14.000,2014-10-24 20:36:38,154.0,,12.0,4.0,7.0,12.0,118.0,2014-10-24 20:36:57.000,0.0.13,13.0,6.0,15,False,,7.0,pep8ify,,66.0,66.0,https://pypi.org/project/pep8ify,2014-10-24 20:36:57.000,,60.0,60.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +259,yala,cemsbr/yala,linters,Yet Another Linter Aggregator.,,https://github.com/cemsbr/yala,https://github.com/cemsbr/yala,MIT,2017-06-02 22:45:50.000,2023-10-17 23:50:57.000,2023-01-30 07:50:18,198.0,,5.0,2.0,142.0,11.0,16.0,2023-01-30 07:57:23.000,3.2.0,29.0,4.0,15,False,,1.0,yala,,66.0,56.0,https://pypi.org/project/yala,2021-11-15 05:05:38.000,10.0,2099.0,2099.0,,,,3.0,"['flake8', 'pylint']",,,,,,,,,,,,,,,,,,, +260,retype,ambv/retype,refactoring,Re-apply type annotations from .pyi stubs to your codebase.,,https://github.com/ambv/retype,https://github.com/ambv/retype,MIT,2017-03-11 07:54:58.000,2025-04-22 14:56:45.636,2022-08-14 07:12:06,109.0,,19.0,6.0,28.0,15.0,143.0,2022-08-14 07:10:00.969,22.8.0,12.0,9.0,14,False,,1.0,retype,conda-forge/retype,4.0,,https://pypi.org/project/retype,2022-08-14 07:10:00.969,4.0,1366.0,2010.0,https://anaconda.org/conda-forge/retype,2025-04-22 14:56:45.636,38027.0,3.0,,,,,,,,,,,,,,,,,,,, +261,subpar,google/subpar,packaging,Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.,,https://github.com/google/subpar,https://github.com/google/subpar,Apache-2.0,2016-08-03 20:11:35.000,2022-12-27 14:53:53.000,2022-12-19 19:23:19,95.0,,71.0,16.0,75.0,30.0,568.0,2019-05-14 20:14:05.000,2.0.0,5.0,16.0,13,False,,44.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +262,pipenv-pipes,gtalarico/pipenv-pipes,virtual-envs,A PipEnv Environment Switcher.,,https://github.com/gtalarico/pipenv-pipes,https://github.com/gtalarico/pipenv-pipes,MIT,2018-05-02 03:56:41.000,2023-10-01 17:28:23.000,2019-06-27 03:42:48,285.0,,23.0,5.0,23.0,10.0,134.0,2018-11-08 03:05:43.000,0.7.1,25.0,5.0,13,False,,7.0,pipenv-pipes,,,,https://pypi.org/project/pipenv-pipes,2018-11-08 03:05:43.000,,77.0,77.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +263,universal-build,ml-tooling/universal-build,build-tools,Universal build utilities for containerized build pipelines.,,https://github.com/ml-tooling/universal-build,https://github.com/ml-tooling/universal-build,MIT,2020-10-19 14:57:21.000,2022-11-09 08:14:25.000,2022-09-15 18:19:20,395.0,,8.0,5.0,34.0,3.0,25.0,2021-11-17 16:59:34.000,0.6.18,40.0,5.0,13,True,,1.0,universal-build,,7.0,,https://pypi.org/project/universal-build,2021-11-16 23:08:45.000,7.0,64.0,64.0,,,,3.0,,23.0,,,,,,,,,,,,,,,,,, +264,livepython,agermanidis/livepython,profiling,Visually trace Python code in real-time.,,https://github.com/agermanidis/livepython,https://github.com/agermanidis/livepython,MIT,2017-10-03 00:19:59.000,2019-01-22 17:39:55.000,2017-11-14 21:27:52,20.0,,166.0,75.0,4.0,15.0,2556.0,,,,3.0,12,False,,11.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +265,freshenv,raiyanyahya/freshenv,virtual-envs,"Provision, share, manage local and cloud developer environments.",,https://github.com/raiyanyahya/freshenv,https://github.com/raiyanyahya/freshenv,MPL-2.0,2021-12-19 21:38:32.000,2024-09-30 19:10:21.000,2024-07-03 11:22:04,194.0,,3.0,2.0,281.0,3.0,173.0,2022-11-06 21:28:09.190,3.0.2,43.0,3.0,12,False,,2.0,freshenv,raiyanyahya/freshenv,2.0,2.0,https://pypi.org/project/freshenv,2022-11-06 21:28:09.190,,43.0,43.0,https://anaconda.org/raiyanyahya/freshenv,,,3.0,,,,,,,,,,,,,,,,,,,, +266,linty_fresh,lyft/linty_fresh,linters,Surface lint errors during code review.,,https://github.com/lyft/linty_fresh,https://github.com/lyft/linty_fresh,Apache-2.0,2015-12-19 02:37:26.000,2023-06-23 23:37:25.000,2022-12-13 04:09:02,54.0,,27.0,17.0,61.0,1.0,185.0,2018-12-12 19:47:05.000,0.7.0,10.0,18.0,11,False,,9.0,linty-fresh,,,,https://pypi.org/project/linty-fresh,2018-12-12 19:47:05.000,,13.0,13.0,,,,3.0,"['flake8', 'mypy']",,,,,,,,,,,,,,,,,,, +267,pyship,jamesabel/pyship,packaging,pyship - ship Python desktop apps to end users.,,https://github.com/jamesabel/pyship,https://github.com/jamesabel/pyship,MIT,2020-04-23 04:45:03.000,2023-06-06 05:02:28.000,2023-06-06 05:02:21,291.0,,3.0,4.0,6.0,,43.0,2023-04-17 06:15:39.465,0.1.7,19.0,2.0,11,False,,6.0,pyship,,,,https://pypi.org/project/pyship,2021-06-09 04:34:00.000,,31.0,31.0,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 82d3991..0321ea5 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,9 +2,19 @@ _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._ -- playwright-python (🥈39 · ⭐ 14K · 📈) - Python version of the Playwright testing and.. Apache-2 -- pdoc (🥈32 · ⭐ 2.2K · 📈) - API Documentation for Python Projects. ❗️MIT-0 -- sphinx-autobuild (🥈31 · ⭐ 580 · 📈) - Watch a Sphinx directory and rebuild the.. MIT -- python-coloredlogs (🥉30 · ⭐ 560 · 💀) - Colored terminal output for Pythons logging module. MIT -- detect-secrets (🥉29 · ⭐ 4.2K · 💤) - An enterprise friendly way of detecting and preventing.. Apache-2 +- jedi (🥇42 · ⭐ 6K · 📈) - Awesome autocompletion, static analysis and refactoring library for python. MIT +- pytest-mock (🥈38 · ⭐ 2K · 📈) - Thin-wrapper around the mock package for easier use with.. MIT +- pyautogui (🥈36 · ⭐ 12K · 💀) - A cross-platform GUI automation Python module for human beings... BSD-3 +- sqlmap (🥈35 · ⭐ 35K · 📈) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +- executing (🥇33 · ⭐ 360 · 📈) - Get information about what a Python frame is currently doing,.. 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 · ⭐ 7.3K · 📉) - The Sphinx documentation generator. ❗Unlicensed +- Glances (🥇38 · ⭐ 30K · 📉) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 +- scons (🥈38 · ⭐ 2.3K · 📉) - SCons - a software construction tool. MIT +- pycodestyle (🥇35 · ⭐ 5.1K · 📉) - Simple Python style checker in one Python file. MIT +- invoke (🥉35 · ⭐ 4.6K · 📉) - Pythonic task management & command execution. BSD-2