From 913b628e833ae4effcdfe6345d9c20f0054068b9 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 30 Jul 2026 16:29:13 +0000 Subject: [PATCH] Update best-of list for version 2026.07.30 --- README.md | 528 ++++++++++++++++---------------- history/2026-07-30_changes.md | 20 ++ history/2026-07-30_projects.csv | 269 ++++++++++++++++ latest-changes.md | 18 +- 4 files changed, 563 insertions(+), 272 deletions(-) create mode 100644 history/2026-07-30_changes.md create mode 100644 history/2026-07-30_projects.csv diff --git a/README.md b/README.md index fe0fcb7..e23fe72 100644 --- a/README.md +++ b/README.md @@ -77,18 +77,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
ruff (πŸ₯‡35 Β· ⭐ 49K Β· πŸ“‰) - An extremely fast Python linter and code formatter, written in Rust. MIT +
ruff (πŸ₯‡35 Β· ⭐ 49K) - An extremely fast Python linter and code formatter, written in Rust. MIT -- [GitHub]() (πŸ‘¨β€πŸ’» 930 Β· πŸ”€ 2.2K Β· πŸ“¦ 220K): +- [GitHub]() (πŸ‘¨β€πŸ’» 940 Β· πŸ”€ 2.3K Β· πŸ“¦ 220K): ``` git clone https://github.com/charliermarsh/ruff ``` -- [PyPi](https://pypi.org/project/ruff) (πŸ“₯ 290M / month Β· πŸ“¦ 79K Β· ⏱️ 16.07.2026): +- [PyPi](https://pypi.org/project/ruff) (πŸ“₯ 300M / month Β· πŸ“¦ 80K Β· ⏱️ 23.07.2026): ``` pip install ruff ``` -- [Conda](https://anaconda.org/conda-forge/ruff) (πŸ“₯ 7.8M Β· ⏱️ 16.07.2026): +- [Conda](https://anaconda.org/conda-forge/ruff) (πŸ“₯ 7.9M Β· ⏱️ 25.07.2026): ``` conda install -c conda-forge ruff ``` @@ -100,7 +100,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/pylint ``` -- [PyPi](https://pypi.org/project/pylint) (πŸ“₯ 69M / month Β· πŸ“¦ 13K Β· ⏱️ 14.06.2026): +- [PyPi](https://pypi.org/project/pylint) (πŸ“₯ 66M / month Β· πŸ“¦ 13K Β· ⏱️ 14.06.2026): ``` pip install pylint ``` @@ -127,7 +127,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
parso (πŸ₯‡31 Β· ⭐ 670) - A Python Parser. MIT -- [GitHub](https://github.com/davidhalter/parso) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 120 Β· πŸ“¦ 600K): +- [GitHub](https://github.com/davidhalter/parso) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 120 Β· πŸ“¦ 600K): ``` git clone https://github.com/davidhalter/parso @@ -143,12 +143,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
wemake-python-styleguide (πŸ₯ˆ29 Β· ⭐ 2.9K) - The strictest and most opinionated python linter ever!. MIT -- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 420 Β· πŸ“¦ 18K): +- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 420 Β· πŸ“¦ 18K): ``` git clone https://github.com/wemake-services/wemake-python-styleguide ``` -- [PyPi](https://pypi.org/project/wemake-python-styleguide) (πŸ“₯ 280K / month Β· πŸ“¦ 130 Β· ⏱️ 27.04.2026): +- [PyPi](https://pypi.org/project/wemake-python-styleguide) (πŸ“₯ 270K / month Β· πŸ“¦ 130 Β· ⏱️ 26.07.2026): ``` pip install wemake-python-styleguide ``` @@ -160,7 +160,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) (πŸ“₯ 4.7M / month Β· πŸ“¦ 1.5K Β· ⏱️ 29.11.2025): +- [PyPi](https://pypi.org/project/flake8-bugbear) (πŸ“₯ 4.9M / month Β· πŸ“¦ 1.5K Β· ⏱️ 29.11.2025): ``` pip install flake8-bugbear ``` @@ -192,7 +192,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/beartype/beartype ``` -- [PyPi](https://pypi.org/project/beartype) (πŸ“₯ 98M / month Β· πŸ“¦ 900 Β· ⏱️ 13.12.2025): +- [PyPi](https://pypi.org/project/beartype) (πŸ“₯ 95M / month Β· πŸ“¦ 900 Β· ⏱️ 13.12.2025): ``` pip install beartype ``` @@ -208,7 +208,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/openstack/hacking ``` -- [PyPi](https://pypi.org/project/hacking) (πŸ“₯ 210K / month Β· πŸ“¦ 110 Β· ⏱️ 11.06.2026): +- [PyPi](https://pypi.org/project/hacking) (πŸ“₯ 190K / month Β· πŸ“¦ 110 Β· ⏱️ 11.06.2026): ``` pip install hacking ``` @@ -220,7 +220,7 @@ 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) (πŸ“₯ 9.9M / month Β· πŸ“¦ 300 Β· ⏱️ 28.04.2026): +- [PyPi](https://pypi.org/project/mypy-protobuf) (πŸ“₯ 9.3M / month Β· πŸ“¦ 300 Β· ⏱️ 28.04.2026): ``` pip install mypy-protobuf ``` @@ -236,7 +236,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/pylint-django ``` -- [PyPi](https://pypi.org/project/pylint-django) (πŸ“₯ 2.1M / month Β· πŸ“¦ 180 Β· ⏱️ 11.07.2026): +- [PyPi](https://pypi.org/project/pylint-django) (πŸ“₯ 2.2M / month Β· πŸ“¦ 180 Β· ⏱️ 11.07.2026): ``` pip install pylint-django ``` @@ -252,7 +252,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/gforcada/flake8-isort ``` -- [PyPi](https://pypi.org/project/flake8-isort) (πŸ“₯ 2.1M / month Β· πŸ“¦ 630 Β· ⏱️ 25.10.2025): +- [PyPi](https://pypi.org/project/flake8-isort) (πŸ“₯ 1.9M / month Β· πŸ“¦ 630 Β· ⏱️ 25.10.2025): ``` pip install flake8-isort ``` @@ -284,11 +284,11 @@ 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) (πŸ“₯ 980K / month Β· πŸ“¦ 5K Β· ⏱️ 15.10.2025): +- [PyPi](https://pypi.org/project/check-manifest) (πŸ“₯ 890K / month Β· πŸ“¦ 5K Β· ⏱️ 15.10.2025): ``` pip install check-manifest ``` -- [Conda](https://anaconda.org/conda-forge/check-manifest) (πŸ“₯ 210K Β· ⏱️ 15.10.2025): +- [Conda](https://anaconda.org/conda-forge/check-manifest) (πŸ“₯ 220K Β· ⏱️ 15.10.2025): ``` conda install -c conda-forge check-manifest ``` @@ -300,11 +300,11 @@ 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) (πŸ“₯ 1.6M / month Β· πŸ“¦ 650 Β· ⏱️ 24.06.2025): +- [PyPi](https://pypi.org/project/flake8-import-order) (πŸ“₯ 1.5M / month Β· πŸ“¦ 650 Β· ⏱️ 24.06.2025): ``` pip install flake8-import-order ``` -- [Conda](https://anaconda.org/conda-forge/flake8-import-order) (πŸ“₯ 580K Β· ⏱️ 26.06.2025): +- [Conda](https://anaconda.org/conda-forge/flake8-import-order) (πŸ“₯ 590K Β· ⏱️ 26.06.2025): ``` conda install -c conda-forge flake8-import-order ``` @@ -332,7 +332,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/flake8-commas ``` -- [PyPi](https://pypi.org/project/flake8-commas) (πŸ“₯ 310K / month Β· πŸ“¦ 220 Β· ⏱️ 16.05.2024): +- [PyPi](https://pypi.org/project/flake8-commas) (πŸ“₯ 300K / month Β· πŸ“¦ 220 Β· ⏱️ 16.05.2024): ``` pip install flake8-commas ``` @@ -344,11 +344,11 @@ 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) (πŸ“₯ 970K / month Β· πŸ“¦ 590 Β· ⏱️ 25.10.2025): +- [PyPi](https://pypi.org/project/flake8-builtins) (πŸ“₯ 960K / month Β· πŸ“¦ 590 Β· ⏱️ 25.10.2025): ``` pip install flake8-builtins ``` -- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (πŸ“₯ 680K Β· ⏱️ 27.10.2025): +- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (πŸ“₯ 690K Β· ⏱️ 27.10.2025): ``` conda install -c conda-forge flake8-builtins ``` @@ -376,7 +376,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install flake8-simplify ``` -- [Conda](https://anaconda.org/conda-forge/flake8-simplify) (πŸ“₯ 75K Β· ⏱️ 06.01.2026): +- [Conda](https://anaconda.org/conda-forge/flake8-simplify) (πŸ“₯ 76K Β· ⏱️ 06.01.2026): ``` conda install -c conda-forge flake8-simplify ``` @@ -384,7 +384,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 20 hidden projects... - pyflakes (πŸ₯ˆ30 Β· ⭐ 1.4K Β· πŸ’€) - A simple program which checks Python source files for errors. MIT -- pydocstyle (πŸ₯ˆ28 Β· ⭐ 1.1K Β· πŸ’€) - docstring style checker. MIT +- pydocstyle (πŸ₯ˆ25 Β· ⭐ 1.1K Β· πŸ’€) - docstring style checker. MIT - pep8-naming (πŸ₯ˆ25 Β· ⭐ 530 Β· πŸ’€) - Naming Convention checker for Python. ❗️Saxpath - darglint (πŸ₯ˆ25 Β· ⭐ 480 Β· πŸ’€) - A python documentation linter which checks that the docstring.. MIT - flake8-quotes (πŸ₯ˆ25 Β· ⭐ 180 Β· πŸ’€) - Flake8 extension for checking quotes in python. MIT @@ -410,14 +410,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
pyright (πŸ₯ˆ31 Β· ⭐ 16K) - Static Type Checker for Python. MIT +
pyright (πŸ₯ˆ30 Β· ⭐ 16K Β· πŸ“‰) - Static Type Checker for Python. MIT - [GitHub](https://github.com/Microsoft/pyright) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.8K Β· πŸ“¦ 1.7K): ``` git clone https://github.com/Microsoft/pyright ``` -- [npm](https://www.npmjs.com/package/pyright) (πŸ“₯ 3.3M / month Β· πŸ“¦ 95 Β· ⏱️ 25.06.2026): +- [npm](https://www.npmjs.com/package/pyright) (πŸ“₯ 3.2M / month Β· πŸ“¦ 95 Β· ⏱️ 25.06.2026): ``` npm install pyright ``` @@ -429,7 +429,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/facebook/pyre-check ``` -- [PyPi](https://pypi.org/project/pyre-check) (πŸ“₯ 210K / month Β· πŸ“¦ 87 Β· ⏱️ 07.07.2025): +- [PyPi](https://pypi.org/project/pyre-check) (πŸ“₯ 220K / month Β· πŸ“¦ 87 Β· ⏱️ 07.07.2025): ``` pip install pyre-check ``` @@ -453,7 +453,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/psf/black ``` -- [PyPi](https://pypi.org/project/black) (πŸ“₯ 160M / month Β· πŸ“¦ 64K Β· ⏱️ 18.05.2026): +- [PyPi](https://pypi.org/project/black) (πŸ“₯ 170M / month Β· πŸ“¦ 64K Β· ⏱️ 18.05.2026): ``` pip install black ``` @@ -469,7 +469,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/isort ``` -- [PyPi](https://pypi.org/project/isort) (πŸ“₯ 120M / month Β· πŸ“¦ 29K Β· ⏱️ 12.07.2026): +- [PyPi](https://pypi.org/project/isort) (πŸ“₯ 130M / month Β· πŸ“¦ 29K Β· ⏱️ 12.07.2026): ``` pip install isort ``` @@ -485,7 +485,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/google/yapf ``` -- [PyPi](https://pypi.org/project/yapf) (πŸ“₯ 9.1M / month Β· πŸ“¦ 1.3K Β· ⏱️ 14.11.2024): +- [PyPi](https://pypi.org/project/yapf) (πŸ“₯ 8.8M / month Β· πŸ“¦ 1.3K Β· ⏱️ 14.11.2024): ``` pip install yapf ``` @@ -514,7 +514,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/davidhalter/jedi ``` -- [PyPi](https://pypi.org/project/jedi) (πŸ“₯ 140M / month Β· πŸ“¦ 1.6K Β· ⏱️ 01.05.2026): +- [PyPi](https://pypi.org/project/jedi) (πŸ“₯ 130M / month Β· πŸ“¦ 1.6K Β· ⏱️ 01.05.2026): ``` pip install jedi ``` @@ -525,16 +525,16 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
vulture (πŸ₯‡27 Β· ⭐ 4.7K) - Find dead Python code. MIT -- [GitHub](https://github.com/jendrikseipp/vulture) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 190 Β· πŸ“¦ 7.5K): +- [GitHub](https://github.com/jendrikseipp/vulture) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 200 Β· πŸ“¦ 7.6K): ``` git clone https://github.com/jendrikseipp/vulture ``` -- [PyPi](https://pypi.org/project/vulture) (πŸ“₯ 9.9M / month Β· πŸ“¦ 660 Β· ⏱️ 25.03.2026): +- [PyPi](https://pypi.org/project/vulture) (πŸ“₯ 11M / month Β· πŸ“¦ 660 Β· ⏱️ 25.03.2026): ``` pip install vulture ``` -- [Conda](https://anaconda.org/conda-forge/vulture) (πŸ“₯ 240K Β· ⏱️ 26.03.2026): +- [Conda](https://anaconda.org/conda-forge/vulture) (πŸ“₯ 250K Β· ⏱️ 26.03.2026): ``` conda install -c conda-forge vulture ``` @@ -566,19 +566,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pyupgrade ``` -- [Conda](https://anaconda.org/conda-forge/pyupgrade) (πŸ“₯ 980K Β· ⏱️ 19.11.2025): +- [Conda](https://anaconda.org/conda-forge/pyupgrade) (πŸ“₯ 990K Β· ⏱️ 19.11.2025): ``` conda install -c conda-forge pyupgrade ```
autoflake (πŸ₯ˆ24 Β· ⭐ 960) - Removes unused imports and unused variables. MIT -- [GitHub]() (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 87): +- [GitHub]() (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 87): ``` git clone https://github.com/myint/autoflake ``` -- [PyPi](https://pypi.org/project/autoflake) (πŸ“₯ 5.9M / month Β· πŸ“¦ 1.4K Β· ⏱️ 20.02.2026): +- [PyPi](https://pypi.org/project/autoflake) (πŸ“₯ 6.2M / month Β· πŸ“¦ 1.4K Β· ⏱️ 20.02.2026): ``` pip install autoflake ``` @@ -594,7 +594,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/hakancelik96/unimport ``` -- [PyPi](https://pypi.org/project/unimport) (πŸ“₯ 48K / month Β· πŸ“¦ 45 Β· ⏱️ 02.06.2026): +- [PyPi](https://pypi.org/project/unimport) (πŸ“₯ 47K / month Β· πŸ“¦ 45 Β· ⏱️ 02.06.2026): ``` pip install unimport ``` @@ -606,7 +606,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/asottile/add-trailing-comma ``` -- [PyPi](https://pypi.org/project/add-trailing-comma) (πŸ“₯ 81K / month Β· πŸ“¦ 41 Β· ⏱️ 10.10.2025): +- [PyPi](https://pypi.org/project/add-trailing-comma) (πŸ“₯ 83K / month Β· πŸ“¦ 41 Β· ⏱️ 10.10.2025): ``` pip install add-trailing-comma ``` @@ -618,7 +618,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/elmotec/massedit ``` -- [PyPi](https://pypi.org/project/massedit) (πŸ“₯ 1.9K / month Β· πŸ“¦ 3 Β· ⏱️ 21.09.2025): +- [PyPi](https://pypi.org/project/massedit) (πŸ“₯ 1.7K / month Β· πŸ“¦ 3 Β· ⏱️ 21.09.2025): ``` pip install massedit ``` @@ -649,11 +649,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/bandit ``` -- [PyPi](https://pypi.org/project/bandit) (πŸ“₯ 27M / month Β· πŸ“¦ 3.4K Β· ⏱️ 25.02.2026): +- [PyPi](https://pypi.org/project/bandit) (πŸ“₯ 28M / month Β· πŸ“¦ 3.4K Β· ⏱️ 25.02.2026): ``` pip install bandit ``` -- [Conda](https://anaconda.org/conda-forge/bandit) (πŸ“₯ 690K Β· ⏱️ 25.02.2026): +- [Conda](https://anaconda.org/conda-forge/bandit) (πŸ“₯ 700K Β· ⏱️ 25.02.2026): ``` conda install -c conda-forge bandit ``` @@ -665,7 +665,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pyupio/safety ``` -- [PyPi](https://pypi.org/project/safety) (πŸ“₯ 4.8M / month Β· πŸ“¦ 1.4K Β· ⏱️ 29.05.2026): +- [PyPi](https://pypi.org/project/safety) (πŸ“₯ 4.7M / month Β· πŸ“¦ 1.4K Β· ⏱️ 29.05.2026): ``` pip install safety ``` @@ -674,14 +674,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge safety ```
-
sqlmap (πŸ₯‰25 Β· ⭐ 38K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +
sqlmap (πŸ₯‰24 Β· ⭐ 38K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 - [GitHub](https://github.com/sqlmapproject/sqlmap) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 6.3K Β· πŸ“¦ 24): ``` git clone https://github.com/sqlmapproject/sqlmap ``` -- [PyPi](https://pypi.org/project/sqlmap) (πŸ“₯ 61K / month Β· πŸ“¦ 13 Β· ⏱️ 01.07.2026): +- [PyPi](https://pypi.org/project/sqlmap) (πŸ“₯ 60K / month Β· πŸ“¦ 13 Β· ⏱️ 01.07.2026): ``` pip install sqlmap ``` @@ -693,11 +693,11 @@ 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) (πŸ“₯ 93K / month Β· πŸ“¦ 110 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/dlint) (πŸ“₯ 91K / month Β· πŸ“¦ 110 Β· ⏱️ 31.10.2024): ``` pip install dlint ``` -- [Conda](https://anaconda.org/conda-forge/dlint) (πŸ“₯ 14K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/dlint) (πŸ“₯ 15K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge dlint ``` @@ -722,7 +722,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/virtualenv ``` -- [PyPi](https://pypi.org/project/virtualenv) (πŸ“₯ 500M / month Β· πŸ“¦ 2.2K Β· ⏱️ 21.07.2026): +- [PyPi](https://pypi.org/project/virtualenv) (πŸ“₯ 510M / month Β· πŸ“¦ 2.2K Β· ⏱️ 30.07.2026): ``` pip install virtualenv ``` @@ -742,7 +742,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pipenv ``` -- [Conda](https://anaconda.org/conda-forge/pipenv) (πŸ“₯ 350K Β· ⏱️ 08.06.2026): +- [Conda](https://anaconda.org/conda-forge/pipenv) (πŸ“₯ 360K Β· ⏱️ 08.06.2026): ``` conda install -c conda-forge pipenv ``` @@ -758,7 +758,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install nodeenv ``` -- [Conda](https://anaconda.org/conda-forge/nodeenv) (πŸ“₯ 9.1M Β· ⏱️ 20.12.2025): +- [Conda](https://anaconda.org/conda-forge/nodeenv) (πŸ“₯ 9.2M Β· ⏱️ 20.12.2025): ``` conda install -c conda-forge nodeenv ``` @@ -779,18 +779,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
pip (πŸ₯‡36 Β· ⭐ 10K Β· πŸ“‰) - The Python package installer. MIT +
pip (πŸ₯‡36 Β· ⭐ 10K) - The Python package installer. MIT - [GitHub](https://github.com/pypa/pip) (πŸ‘¨β€πŸ’» 900 Β· πŸ”€ 3.3K Β· πŸ“¦ 250K): ``` git clone https://github.com/pypa/pip ``` -- [PyPi](https://pypi.org/project/pip) (πŸ“₯ 580M / month Β· πŸ“¦ 6.1K Β· ⏱️ 31.05.2026): +- [PyPi](https://pypi.org/project/pip) (πŸ“₯ 580M / month Β· πŸ“¦ 6.2K Β· ⏱️ 29.07.2026): ``` pip install pip ``` -- [Conda](https://anaconda.org/conda-forge/pip) (πŸ“₯ 230M Β· ⏱️ 31.05.2026): +- [Conda](https://anaconda.org/conda-forge/pip) (πŸ“₯ 240M Β· ⏱️ 30.07.2026): ``` conda install -c conda-forge pip ``` @@ -813,12 +813,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pipx (πŸ₯ˆ31 Β· ⭐ 13K) - Install and Run Python Applications in Isolated Environments. MIT -- [GitHub](https://github.com/pypa/pipx) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 580 Β· πŸ“¦ 4.9K): +- [GitHub](https://github.com/pypa/pipx) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 590 Β· πŸ“¦ 4.9K): ``` git clone https://github.com/pypa/pipx ``` -- [PyPi](https://pypi.org/project/pipx) (πŸ“₯ 6.9M / month Β· πŸ“¦ 100 Β· ⏱️ 21.07.2026): +- [PyPi](https://pypi.org/project/pipx) (πŸ“₯ 7M / month Β· πŸ“¦ 110 Β· ⏱️ 29.07.2026): ``` pip install pipx ``` @@ -829,7 +829,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pip-tools (πŸ₯ˆ31 Β· ⭐ 8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 -- [GitHub](https://github.com/jazzband/pip-tools) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 660 Β· πŸ“¦ 38K): +- [GitHub](https://github.com/jazzband/pip-tools) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 670 Β· πŸ“¦ 38K): ``` git clone https://github.com/jazzband/pip-tools @@ -845,7 +845,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
PDM (πŸ₯ˆ30 Β· ⭐ 8.6K) - A modern Python package and dependency manager supporting the latest PEP.. MIT -- [GitHub](https://github.com/pdm-project/pdm) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 480 Β· πŸ“¦ 620): +- [GitHub](https://github.com/pdm-project/pdm) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 480 Β· πŸ“¦ 620): ``` git clone https://github.com/pdm-project/pdm @@ -859,14 +859,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pdm ```
-
conda (πŸ₯ˆ30 Β· ⭐ 7.4K Β· πŸ“‰) - A system-level, binary package and environment manager running on all.. BSD-3 +
conda (πŸ₯ˆ30 Β· ⭐ 7.4K) - A system-level, binary package and environment manager running on all.. BSD-3 - [GitHub](https://github.com/conda/conda) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 2.2K Β· πŸ“¦ 52K): ``` git clone https://github.com/conda/conda ``` -- [PyPi](https://pypi.org/project/conda) (πŸ“₯ 5.5K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2017): +- [PyPi](https://pypi.org/project/conda) (πŸ“₯ 5.3K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2017): ``` pip install conda ``` @@ -882,7 +882,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/bndr/pipreqs ``` -- [PyPi](https://pypi.org/project/pipreqs) (πŸ“₯ 940K / month Β· πŸ“¦ 320 Β· ⏱️ 18.02.2024): +- [PyPi](https://pypi.org/project/pipreqs) (πŸ“₯ 950K / month Β· πŸ“¦ 320 Β· ⏱️ 18.02.2024): ``` pip install pipreqs ``` @@ -903,14 +903,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mamba ```
-
pyflow (πŸ₯‰16 Β· ⭐ 1.3K Β· πŸ’€) - An installation and dependency system for Python. MIT +
pyflow (πŸ₯‰18 Β· ⭐ 1.3K Β· πŸ’€) - An installation and dependency system for Python. MIT - [GitHub](https://github.com/David-OConnor/pyflow) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 48 Β· πŸ“¦ 44): ``` git clone https://github.com/David-OConnor/pyflow ``` -- [PyPi](https://pypi.org/project/pyflow) (πŸ“¦ 1 Β· ⏱️ 02.07.2021): +- [PyPi](https://pypi.org/project/pyflow) (πŸ“₯ 380 / month Β· πŸ“¦ 1 Β· ⏱️ 02.07.2021): ``` pip install pyflow ``` @@ -944,12 +944,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
prospector (πŸ₯ˆ26 Β· ⭐ 2.1K) - Prospector is a tool to analyse Python code by aggregating the.. ❗️GPL-2.0 -- [GitHub]() (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 5.5K): +- [GitHub]() (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 5.6K): ``` git clone https://github.com/PyCQA/prospector ``` -- [PyPi](https://pypi.org/project/prospector) (πŸ“₯ 460K / month Β· πŸ“¦ 310 Β· ⏱️ 16.07.2026): +- [PyPi](https://pypi.org/project/prospector) (πŸ“₯ 470K / month Β· πŸ“¦ 310 Β· ⏱️ 16.07.2026): ``` pip install prospector ``` @@ -982,40 +982,40 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
rich (πŸ₯‡36 Β· ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT +
tqdm (πŸ₯‡37 Β· ⭐ 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 -- [GitHub](https://github.com/Textualize/rich) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.2K Β· πŸ“¦ 550K): +- [GitHub](https://github.com/tqdm/tqdm) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.5K Β· πŸ“¦ 1.2M): ``` - git clone https://github.com/Textualize/rich + git clone https://github.com/tqdm/tqdm ``` -- [PyPi](https://pypi.org/project/rich) (πŸ“₯ 590M / month Β· πŸ“¦ 44K Β· ⏱️ 12.04.2026): +- [PyPi](https://pypi.org/project/tqdm) (πŸ“₯ 620M / month Β· πŸ“¦ 59K Β· ⏱️ 27.07.2026): ``` - pip install rich + pip install tqdm ``` -- [Conda](https://anaconda.org/conda-forge/rich) (πŸ“₯ 23M Β· ⏱️ 12.04.2026): +- [Conda](https://anaconda.org/conda-forge/tqdm) (πŸ“₯ 54M Β· ⏱️ 27.07.2026): ``` - conda install -c conda-forge rich + conda install -c conda-forge tqdm + ``` +- [Docker Hub](https://hub.docker.com/r/tqdm/tqdm) (πŸ“₯ 8.2K Β· ⭐ 3 Β· ⏱️ 27.07.2026): + ``` + docker pull tqdm/tqdm ```
-
tqdm (πŸ₯‡36 Β· ⭐ 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 +
rich (πŸ₯‡36 Β· ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT -- [GitHub](https://github.com/tqdm/tqdm) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.5K Β· πŸ“¦ 1.2M): +- [GitHub](https://github.com/Textualize/rich) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.2K Β· πŸ“¦ 560K): ``` - git clone https://github.com/tqdm/tqdm - ``` -- [PyPi](https://pypi.org/project/tqdm) (πŸ“₯ 610M / month Β· πŸ“¦ 58K Β· ⏱️ 17.07.2026): - ``` - pip install tqdm + git clone https://github.com/Textualize/rich ``` -- [Conda](https://anaconda.org/conda-forge/tqdm) (πŸ“₯ 54M Β· ⏱️ 18.07.2026): +- [PyPi](https://pypi.org/project/rich) (πŸ“₯ 590M / month Β· πŸ“¦ 44K Β· ⏱️ 12.04.2026): ``` - conda install -c conda-forge tqdm + pip install rich ``` -- [Docker Hub](https://hub.docker.com/r/tqdm/tqdm) (πŸ“₯ 7.6K Β· ⭐ 3 Β· ⏱️ 18.07.2026): +- [Conda](https://anaconda.org/conda-forge/rich) (πŸ“₯ 23M Β· ⏱️ 12.04.2026): ``` - docker pull tqdm/tqdm + conda install -c conda-forge rich ```
loguru (πŸ₯‡32 Β· ⭐ 24K) - Python logging made (stupidly) simple. MIT @@ -1025,18 +1025,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/Delgan/loguru ``` -- [PyPi](https://pypi.org/project/loguru) (πŸ“₯ 77M / month Β· πŸ“¦ 15K Β· ⏱️ 06.12.2024): +- [PyPi](https://pypi.org/project/loguru) (πŸ“₯ 78M / month Β· πŸ“¦ 15K Β· ⏱️ 06.12.2024): ``` pip install loguru ``` -- [Conda](https://anaconda.org/conda-forge/loguru) (πŸ“₯ 4.6M Β· ⏱️ 16.01.2026): +- [Conda](https://anaconda.org/conda-forge/loguru) (πŸ“₯ 4.7M Β· ⏱️ 16.01.2026): ``` conda install -c conda-forge loguru ```
structlog (πŸ₯ˆ31 Β· ⭐ 4.8K) - Simple, powerful, and fast logging for Python. Apache-2 -- [GitHub](https://github.com/hynek/structlog) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 280 Β· πŸ“¦ 36K): +- [GitHub](https://github.com/hynek/structlog) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 280 Β· πŸ“¦ 37K): ``` git clone https://github.com/hynek/structlog @@ -1052,7 +1052,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
tabulate (πŸ₯ˆ30 Β· ⭐ 2.6K) - Pretty-print tabular data in Python, a library and a command-line.. MIT -- [GitHub](https://github.com/astanin/python-tabulate) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 190): +- [GitHub](https://github.com/astanin/python-tabulate) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 200): ``` git clone https://github.com/astanin/python-tabulate @@ -1073,7 +1073,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/getsentry/sentry-python ``` -- [PyPi](https://pypi.org/project/sentry-sdk) (πŸ“₯ 150M / month Β· πŸ“¦ 1.8K Β· ⏱️ 22.07.2026): +- [PyPi](https://pypi.org/project/sentry-sdk) (πŸ“₯ 160M / month Β· πŸ“¦ 1.8K Β· ⏱️ 22.07.2026): ``` pip install sentry-sdk ``` @@ -1082,7 +1082,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge sentry-sdk ```
-
python-json-logger (πŸ₯ˆ29 Β· ⭐ 1.8K Β· πŸ“ˆ) - Json Formatter for the standard python logger. BSD-2 +
python-json-logger (πŸ₯ˆ29 Β· ⭐ 1.8K) - Json Formatter for the standard python logger. BSD-2 - [GitHub](https://github.com/madzak/python-json-logger) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 230): @@ -1121,7 +1121,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/xolox/python-coloredlogs ``` -- [PyPi](https://pypi.org/project/coloredlogs) (πŸ“₯ 37M / month Β· πŸ“¦ 1.9K Β· ⏱️ 11.06.2021): +- [PyPi](https://pypi.org/project/coloredlogs) (πŸ“₯ 38M / month Β· πŸ“¦ 1.9K Β· ⏱️ 11.06.2021): ``` pip install coloredlogs ``` @@ -1137,11 +1137,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/rsalmei/alive-progress ``` -- [PyPi](https://pypi.org/project/alive-progress) (πŸ“₯ 3.6M / month Β· πŸ“¦ 590 Β· ⏱️ 20.07.2025): +- [PyPi](https://pypi.org/project/alive-progress) (πŸ“₯ 3.7M / month Β· πŸ“¦ 590 Β· ⏱️ 20.07.2025): ``` pip install alive-progress ``` -- [Conda](https://anaconda.org/conda-forge/alive-progress) (πŸ“₯ 320K Β· ⏱️ 08.03.2026): +- [Conda](https://anaconda.org/conda-forge/alive-progress) (πŸ“₯ 330K Β· ⏱️ 08.03.2026): ``` conda install -c conda-forge alive-progress ``` @@ -1169,7 +1169,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/Qix-/better-exceptions ``` -- [PyPi](https://pypi.org/project/better-exceptions) (πŸ“₯ 600K / month Β· πŸ“¦ 100 Β· ⏱️ 29.01.2021): +- [PyPi](https://pypi.org/project/better-exceptions) (πŸ“₯ 580K / month Β· πŸ“¦ 100 Β· ⏱️ 29.01.2021): ``` pip install better-exceptions ``` @@ -1181,7 +1181,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/shobrook/rebound ``` -- [PyPi](https://pypi.org/project/rebound) (πŸ“₯ 45K / month Β· πŸ“¦ 59 Β· ⏱️ 22.07.2026): +- [PyPi](https://pypi.org/project/rebound) (πŸ“₯ 47K / month Β· πŸ“¦ 59 Β· ⏱️ 22.07.2026): ``` pip install rebound ``` @@ -1197,11 +1197,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/cknd/stackprinter ``` -- [PyPi](https://pypi.org/project/stackprinter) (πŸ“₯ 440K / month Β· πŸ“¦ 54 Β· ⏱️ 17.04.2026): +- [PyPi](https://pypi.org/project/stackprinter) (πŸ“₯ 420K / month Β· πŸ“¦ 54 Β· ⏱️ 17.04.2026): ``` pip install stackprinter ``` -- [Conda](https://anaconda.org/conda-forge/stackprinter) (πŸ“₯ 20K Β· ⏱️ 20.04.2026): +- [Conda](https://anaconda.org/conda-forge/stackprinter) (πŸ“₯ 21K Β· ⏱️ 20.04.2026): ``` conda install -c conda-forge stackprinter ``` @@ -1229,7 +1229,7 @@ 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) (πŸ“₯ 770 / month Β· ⏱️ 06.04.2024): +- [PyPi](https://pypi.org/project/xxh-xxh) (πŸ“₯ 890 / month Β· ⏱️ 06.04.2024): ``` pip install xxh-xxh ``` @@ -1246,7 +1246,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs-material (πŸ₯‡34 Β· ⭐ 27K) - Documentation that simply works. MIT -- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 4.1K Β· πŸ“¦ 90K): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 4.1K Β· πŸ“¦ 91K): ``` git clone https://github.com/squidfunk/mkdocs-material @@ -1262,7 +1262,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs (πŸ₯‡32 Β· ⭐ 22K Β· πŸ’€) - Project documentation with Markdown. BSD-2 -- [GitHub](https://github.com/mkdocs/mkdocs) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 2.6K Β· πŸ“¦ 100K): +- [GitHub](https://github.com/mkdocs/mkdocs) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 2.6K Β· πŸ“¦ 110K): ``` git clone https://github.com/mkdocs/mkdocs @@ -1276,7 +1276,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mkdocs ```
-
sphinx_rtd_theme (πŸ₯ˆ29 Β· ⭐ 5K) - Sphinx theme from Read the Docs. MIT +
sphinx_rtd_theme (πŸ₯ˆ30 Β· ⭐ 5K) - Sphinx theme from Read the Docs. MIT - [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.8K Β· πŸ“¦ 16): @@ -1287,7 +1287,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install sphinx_rtd_theme ``` -- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (πŸ“₯ 5.4M Β· ⏱️ 23.01.2026): +- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (πŸ“₯ 5.4M Β· ⏱️ 29.07.2026): ``` conda install -c conda-forge sphinx_rtd_theme ``` @@ -1299,11 +1299,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/mkdocstrings/mkdocstrings ``` -- [PyPi](https://pypi.org/project/mkdocstrings) (πŸ“₯ 7.5M / month Β· πŸ“¦ 2.1K Β· ⏱️ 11.07.2026): +- [PyPi](https://pypi.org/project/mkdocstrings) (πŸ“₯ 7.8M / month Β· πŸ“¦ 2.1K Β· ⏱️ 11.07.2026): ``` pip install mkdocstrings ``` -- [Conda](https://anaconda.org/conda-forge/mkdocstrings) (πŸ“₯ 380K Β· ⏱️ 12.07.2026): +- [Conda](https://anaconda.org/conda-forge/mkdocstrings) (πŸ“₯ 390K Β· ⏱️ 12.07.2026): ``` conda install -c conda-forge mkdocstrings ``` @@ -1331,7 +1331,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/tox-dev/sphinx-autodoc-typehints ``` -- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (πŸ“₯ 9M / month Β· πŸ“¦ 7.6K Β· ⏱️ 21.07.2026): +- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (πŸ“₯ 9.1M / month Β· πŸ“¦ 7.6K Β· ⏱️ 21.07.2026): ``` pip install sphinx-autodoc-typehints ``` @@ -1407,7 +1407,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/clayrisser/sphinx-markdown-builder ``` -- [PyPi](https://pypi.org/project/sphinx-markdown-builder) (πŸ“₯ 500K / month Β· πŸ“¦ 230 Β· ⏱️ 11.03.2026): +- [PyPi](https://pypi.org/project/sphinx-markdown-builder) (πŸ“₯ 550K / month Β· πŸ“¦ 230 Β· ⏱️ 11.03.2026): ``` pip install sphinx-markdown-builder ``` @@ -1423,37 +1423,37 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install blacken-docs ``` -- [Conda](https://anaconda.org/conda-forge/blacken-docs) (πŸ“₯ 64K Β· ⏱️ 08.09.2025): +- [Conda](https://anaconda.org/conda-forge/blacken-docs) (πŸ“₯ 65K Β· ⏱️ 08.09.2025): ``` conda install -c conda-forge blacken-docs ```
-
releases (πŸ₯‰20 Β· ⭐ 180 Β· πŸ’€) - A powerful Sphinx changelog-generating extension. BSD-2 +
lazydocs (πŸ₯‰19 Β· ⭐ 240 Β· πŸ’€) - Generate markdown API documentation from Google-style Python.. MIT -- [GitHub](https://github.com/bitprophet/releases) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 41 Β· πŸ“¦ 760): +- [GitHub](https://github.com/ml-tooling/lazydocs) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 43 Β· πŸ“¦ 420): ``` - git clone https://github.com/bitprophet/releases - ``` -- [PyPi](https://pypi.org/project/releases) (πŸ“₯ 62K / month Β· πŸ“¦ 41 Β· ⏱️ 28.04.2023): - ``` - pip install releases + git clone https://github.com/ml-tooling/lazydocs ``` -- [Conda](https://anaconda.org/conda-forge/sphinx-releases) (πŸ“₯ 59K Β· ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/lazydocs) (πŸ“₯ 21K / month Β· πŸ“¦ 65 Β· ⏱️ 27.07.2021): ``` - conda install -c conda-forge sphinx-releases + pip install lazydocs ```
-
lazydocs (πŸ₯‰19 Β· ⭐ 240 Β· πŸ’€) - Generate markdown API documentation from Google-style Python.. MIT +
releases (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - A powerful Sphinx changelog-generating extension. BSD-2 -- [GitHub](https://github.com/ml-tooling/lazydocs) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 43 Β· πŸ“¦ 420): +- [GitHub](https://github.com/bitprophet/releases) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 41 Β· πŸ“¦ 760): ``` - git clone https://github.com/ml-tooling/lazydocs + git clone https://github.com/bitprophet/releases ``` -- [PyPi](https://pypi.org/project/lazydocs) (πŸ“₯ 21K / month Β· πŸ“¦ 65 Β· ⏱️ 27.07.2021): +- [PyPi](https://pypi.org/project/releases) (πŸ“₯ 55K / month Β· πŸ“¦ 41 Β· ⏱️ 28.04.2023): ``` - pip install lazydocs + pip install releases + ``` +- [Conda](https://anaconda.org/conda-forge/sphinx-releases) (πŸ“₯ 59K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge sphinx-releases ```
mkdocs-print-site-plugin (πŸ₯‰18 Β· ⭐ 180) - MkDocs Plugin that adds an additional page that.. MIT @@ -1463,7 +1463,7 @@ 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) (πŸ“₯ 190K / month Β· πŸ“¦ 22 Β· ⏱️ 03.08.2025): +- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (πŸ“₯ 200K / month Β· πŸ“¦ 22 Β· ⏱️ 03.08.2025): ``` pip install mkdocs-print-site-plugin ``` @@ -1480,8 +1480,8 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - portray (πŸ₯‰20 Β· ⭐ 860 Β· πŸ’€) - Your Project with Great Documentation. MIT - mkdocs-awesome-pages-plugin (πŸ₯‰20 Β· ⭐ 620 Β· πŸ’€) - An MkDocs plugin that simplifies configuring page.. MIT - mkdocs-pdf-export-plugin (πŸ₯‰20 Β· ⭐ 220 Β· πŸ’€) - An MkDocs plugin to export content pages as PDF files. MIT -- mkdocs-git-revision-date-plugin (πŸ₯‰20 Β· ⭐ 56 Β· πŸ’€) - MkDocs plugin for setting revision date from git per.. MIT - pycco (πŸ₯‰19 Β· ⭐ 840 Β· πŸ’€) - Literate-style documentation generator. MIT +- mkdocs-git-revision-date-plugin (πŸ₯‰19 Β· ⭐ 56 Β· πŸ’€) - MkDocs plugin for setting revision date from git per.. MIT - mkdocs-versioning (πŸ₯‰15 Β· ⭐ 40 Β· πŸ’€) - A tool that allows for versioning sites built with.. MIT

@@ -1549,7 +1549,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install snoop ``` -- [Conda](https://anaconda.org/conda-forge/snoop) (πŸ“₯ 17K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/snoop) (πŸ“₯ 18K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge snoop ``` @@ -1561,7 +1561,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) (πŸ“₯ 1.1M / month Β· πŸ“¦ 17 Β· ⏱️ 22.08.2025): +- [PyPi](https://pypi.org/project/hunter) (πŸ“₯ 1M / month Β· πŸ“¦ 17 Β· ⏱️ 22.08.2025): ``` pip install hunter ``` @@ -1577,7 +1577,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/alexmojaki/birdseye ``` -- [PyPi](https://pypi.org/project/birdseye) (πŸ“₯ 1.2K / month Β· πŸ“¦ 9 Β· ⏱️ 06.09.2025): +- [PyPi](https://pypi.org/project/birdseye) (πŸ“₯ 1.5K / month Β· πŸ“¦ 9 Β· ⏱️ 06.09.2025): ``` pip install birdseye ``` @@ -1602,9 +1602,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M πŸ”— unittest - Unittest is a test framework included in the Python standard library. -
pytest (πŸ₯‡39 Β· ⭐ 14K Β· πŸ“‰) - The pytest framework makes it easy to write small tests, yet.. MIT +
pytest (πŸ₯‡39 Β· ⭐ 14K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT -- [GitHub](https://github.com/pytest-dev/pytest) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.2K Β· πŸ“¦ 1.8M): +- [GitHub](https://github.com/pytest-dev/pytest) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.3K Β· πŸ“¦ 1.8M): ``` git clone https://github.com/pytest-dev/pytest @@ -1613,7 +1613,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest ``` -- [Conda](https://anaconda.org/conda-forge/pytest) (πŸ“₯ 53M Β· ⏱️ 22.06.2026): +- [Conda](https://anaconda.org/conda-forge/pytest) (πŸ“₯ 54M Β· ⏱️ 22.06.2026): ``` conda install -c conda-forge pytest ``` @@ -1625,23 +1625,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 86M / month Β· πŸ“¦ 6.8K Β· ⏱️ 29.06.2026): +- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 88M / month Β· πŸ“¦ 6.8K Β· ⏱️ 29.06.2026): ``` pip install playwright ```
hypothesis (πŸ₯‡33 Β· ⭐ 8.8K) - The property-based testing library for Python. MPL-2.0 -- [GitHub](https://github.com/HypothesisWorks/hypothesis) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 660 Β· πŸ“¦ 44K): +- [GitHub](https://github.com/HypothesisWorks/hypothesis) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 660 Β· πŸ“¦ 44K): ``` git clone https://github.com/HypothesisWorks/hypothesis ``` -- [PyPi](https://pypi.org/project/hypothesis) (πŸ“₯ 42M / month Β· πŸ“¦ 7.5K Β· ⏱️ 23.07.2026): +- [PyPi](https://pypi.org/project/hypothesis) (πŸ“₯ 46M / month Β· πŸ“¦ 7.7K Β· ⏱️ 30.07.2026): ``` pip install hypothesis ``` -- [Conda](https://anaconda.org/conda-forge/hypothesis) (πŸ“₯ 20M Β· ⏱️ 22.07.2026): +- [Conda](https://anaconda.org/conda-forge/hypothesis) (πŸ“₯ 21M Β· ⏱️ 30.07.2026): ``` conda install -c conda-forge hypothesis ``` @@ -1662,18 +1662,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge tox ```
-
pytest-asyncio (πŸ₯‡33 Β· ⭐ 1.6K) - Asyncio support for pytest. Apache-2 +
pytest-asyncio (πŸ₯‡33 Β· ⭐ 1.7K) - Asyncio support for pytest. Apache-2 -- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 190 Β· πŸ“¦ 220K): +- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 200 Β· πŸ“¦ 220K): ``` git clone https://github.com/pytest-dev/pytest-asyncio ``` -- [PyPi](https://pypi.org/project/pytest-asyncio) (πŸ“₯ 240M / month Β· πŸ“¦ 41K Β· ⏱️ 26.05.2026): +- [PyPi](https://pypi.org/project/pytest-asyncio) (πŸ“₯ 260M / month Β· πŸ“¦ 41K Β· ⏱️ 26.05.2026): ``` pip install pytest-asyncio ``` -- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (πŸ“₯ 3.8M Β· ⏱️ 26.05.2026): +- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (πŸ“₯ 3.9M Β· ⏱️ 26.05.2026): ``` conda install -c conda-forge pytest-asyncio ``` @@ -1689,14 +1689,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install robotframework ``` -- [Conda](https://anaconda.org/conda-forge/robotframework) (πŸ“₯ 280K Β· ⏱️ 04.03.2026): +- [Conda](https://anaconda.org/conda-forge/robotframework) (πŸ“₯ 290K Β· ⏱️ 04.03.2026): ``` conda install -c conda-forge robotframework ```
-
pytest-cov (πŸ₯ˆ32 Β· ⭐ 2K) - Coverage plugin for pytest. MIT +
pytest-cov (πŸ₯ˆ32 Β· ⭐ 2.1K) - Coverage plugin for pytest. MIT -- [GitHub](https://github.com/pytest-dev/pytest-cov) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 230): +- [GitHub](https://github.com/pytest-dev/pytest-cov) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 240): ``` git clone https://github.com/pytest-dev/pytest-cov @@ -1705,7 +1705,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-cov ``` -- [Conda](https://anaconda.org/conda-forge/pytest-cov) (πŸ“₯ 19M Β· ⏱️ 22.03.2026): +- [Conda](https://anaconda.org/conda-forge/pytest-cov) (πŸ“₯ 20M Β· ⏱️ 22.03.2026): ``` conda install -c conda-forge pytest-cov ``` @@ -1717,7 +1717,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pytest-dev/pytest-mock ``` -- [PyPi](https://pypi.org/project/pytest-mock) (πŸ“₯ 99M / month Β· πŸ“¦ 9.4K Β· ⏱️ 16.09.2025): +- [PyPi](https://pypi.org/project/pytest-mock) (πŸ“₯ 100M / month Β· πŸ“¦ 9.4K Β· ⏱️ 16.09.2025): ``` pip install pytest-mock ``` @@ -1733,7 +1733,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pytest-dev/pytest-xdist ``` -- [PyPi](https://pypi.org/project/pytest-xdist) (πŸ“₯ 160M / month Β· πŸ“¦ 5.6K Β· ⏱️ 01.07.2025): +- [PyPi](https://pypi.org/project/pytest-xdist) (πŸ“₯ 170M / month Β· πŸ“¦ 5.6K Β· ⏱️ 01.07.2025): ``` pip install pytest-xdist ``` @@ -1760,7 +1760,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
nox (πŸ₯ˆ28 Β· ⭐ 1.5K) - Flexible test automation. Apache-2 -- [GitHub]() (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 180 Β· πŸ“¦ 8.2K): +- [GitHub]() (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 180 Β· πŸ“¦ 8.3K): ``` git clone https://github.com/theacodes/nox @@ -1781,7 +1781,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pytest-dev/pytest-bdd ``` -- [PyPi](https://pypi.org/project/pytest-bdd) (πŸ“₯ 3.5M / month Β· πŸ“¦ 110 Β· ⏱️ 05.12.2024): +- [PyPi](https://pypi.org/project/pytest-bdd) (πŸ“₯ 3.4M / month Β· πŸ“¦ 110 Β· ⏱️ 05.12.2024): ``` pip install pytest-bdd ``` @@ -1790,6 +1790,22 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pytest-bdd ```
+
mimesis (πŸ₯ˆ27 Β· ⭐ 4.8K Β· πŸ“ˆ) - Mimesis is a fast Python library for generating fake data in multiple.. MIT + +- [GitHub](https://github.com/lk-geimfari/mimesis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 2.3K): + + ``` + git clone https://github.com/lk-geimfari/mimesis + ``` +- [PyPi](https://pypi.org/project/mimesis) (πŸ“₯ 2.5M / month Β· πŸ“¦ 100 Β· ⏱️ 16.07.2026): + ``` + pip install mimesis + ``` +- [Conda](https://anaconda.org/conda-forge/mimesis) (πŸ“₯ 390K Β· ⏱️ 11.01.2026): + ``` + conda install -c conda-forge mimesis + ``` +
freezegun (πŸ₯ˆ27 Β· ⭐ 4.5K Β· πŸ’€) - Let your Python tests travel through time. Apache-2 - [GitHub](https://github.com/spulec/freezegun) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 290): @@ -1797,7 +1813,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/spulec/freezegun ``` -- [PyPi](https://pypi.org/project/freezegun) (πŸ“₯ 54M / month Β· πŸ“¦ 1.3K Β· ⏱️ 09.08.2025): +- [PyPi](https://pypi.org/project/freezegun) (πŸ“₯ 58M / month Β· πŸ“¦ 1.3K Β· ⏱️ 09.08.2025): ``` pip install freezegun ``` @@ -1813,11 +1829,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/Teemu/pytest-sugar ``` -- [PyPi](https://pypi.org/project/pytest-sugar) (πŸ“₯ 7.5M / month Β· πŸ“¦ 1.5K Β· ⏱️ 23.08.2025): +- [PyPi](https://pypi.org/project/pytest-sugar) (πŸ“₯ 7.8M / month Β· πŸ“¦ 1.5K Β· ⏱️ 23.08.2025): ``` pip install pytest-sugar ``` -- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (πŸ“₯ 630K Β· ⏱️ 24.08.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (πŸ“₯ 640K Β· ⏱️ 24.08.2025): ``` conda install -c conda-forge pytest-sugar ``` @@ -1829,7 +1845,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pytest-dev/pytest-html ``` -- [PyPi](https://pypi.org/project/pytest-html) (πŸ“₯ 20M / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.01.2026): +- [PyPi](https://pypi.org/project/pytest-html) (πŸ“₯ 21M / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.01.2026): ``` pip install pytest-html ``` @@ -1849,19 +1865,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install coveralls ``` -- [Conda](https://anaconda.org/conda-forge/coveralls) (πŸ“₯ 1.6M Β· ⏱️ 28.02.2026): +- [Conda](https://anaconda.org/conda-forge/coveralls) (πŸ“₯ 1.7M Β· ⏱️ 28.02.2026): ``` conda install -c conda-forge coveralls ```
pytest-benchmark (πŸ₯‰26 Β· ⭐ 1.4K) - pytest fixture for benchmarking code. BSD-2 -- [GitHub](https://github.com/ionelmc/pytest-benchmark) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 130): +- [GitHub](https://github.com/ionelmc/pytest-benchmark) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 140): ``` git clone https://github.com/ionelmc/pytest-benchmark ``` -- [PyPi](https://pypi.org/project/pytest-benchmark) (πŸ“₯ 13M / month Β· πŸ“¦ 1.9K Β· ⏱️ 09.11.2025): +- [PyPi](https://pypi.org/project/pytest-benchmark) (πŸ“₯ 14M / month Β· πŸ“¦ 1.9K Β· ⏱️ 09.11.2025): ``` pip install pytest-benchmark ``` @@ -1877,7 +1893,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) (πŸ“₯ 530K / month Β· πŸ“¦ 210 Β· ⏱️ 27.06.2026): +- [PyPi](https://pypi.org/project/asv) (πŸ“₯ 580K / month Β· πŸ“¦ 210 Β· ⏱️ 27.06.2026): ``` pip install asv ``` @@ -1893,61 +1909,45 @@ 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 Β· πŸ“¦ 360 Β· ⏱️ 02.03.2026): +- [PyPi](https://pypi.org/project/nose2) (πŸ“₯ 770K / month Β· πŸ“¦ 360 Β· ⏱️ 02.03.2026): ``` pip install nose2 ``` -- [Conda](https://anaconda.org/conda-forge/nose2) (πŸ“₯ 240K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/nose2) (πŸ“₯ 250K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge nose2 ```
-
pytest-testinfra (πŸ₯‰25 Β· ⭐ 2.4K Β· πŸ’€) - Testinfra test your infrastructures. Apache-2 - -- [GitHub](https://github.com/pytest-dev/pytest-testinfra) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 2.7K): - - ``` - git clone https://github.com/pytest-dev/pytest-testinfra - ``` -- [PyPi](https://pypi.org/project/pytest-testinfra) (πŸ“₯ 1.5M / month Β· πŸ“¦ 20 Β· ⏱️ 30.03.2025): - ``` - pip install pytest-testinfra - ``` -- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (πŸ“₯ 42K Β· ⏱️ 22.04.2025): - ``` - conda install -c conda-forge pytest-testinfra - ``` -
-
pytest-randomly (πŸ₯‰25 Β· ⭐ 700) - Pytest plugin to randomly order tests and control random.seed. MIT +
pytest-randomly (πŸ₯‰26 Β· ⭐ 700) - Pytest plugin to randomly order tests and control random.seed. MIT -- [GitHub](https://github.com/pytest-dev/pytest-randomly) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 34 Β· πŸ“¦ 12K): +- [GitHub](https://github.com/pytest-dev/pytest-randomly) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 34 Β· πŸ“¦ 13K): ``` git clone https://github.com/pytest-dev/pytest-randomly ``` -- [PyPi](https://pypi.org/project/pytest-randomly) (πŸ“₯ 9M / month Β· πŸ“¦ 940 Β· ⏱️ 20.04.2026): +- [PyPi](https://pypi.org/project/pytest-randomly) (πŸ“₯ 9.5M / month Β· πŸ“¦ 940 Β· ⏱️ 20.04.2026): ``` pip install pytest-randomly ``` -- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (πŸ“₯ 400K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (πŸ“₯ 410K Β· ⏱️ 28.07.2026): ``` conda install -c conda-forge pytest-randomly ```
-
mimesis (πŸ₯‰24 Β· ⭐ 4.8K) - Mimesis is a fast Python library for generating fake data in multiple.. MIT +
pytest-testinfra (πŸ₯‰25 Β· ⭐ 2.4K Β· πŸ’€) - Testinfra test your infrastructures. Apache-2 -- [GitHub](https://github.com/lk-geimfari/mimesis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 2.3K): +- [GitHub](https://github.com/pytest-dev/pytest-testinfra) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 2.7K): ``` - git clone https://github.com/lk-geimfari/mimesis + git clone https://github.com/pytest-dev/pytest-testinfra ``` -- [PyPi](https://pypi.org/project/mimesis) (πŸ“¦ 100 Β· ⏱️ 16.07.2026): +- [PyPi](https://pypi.org/project/pytest-testinfra) (πŸ“₯ 1.5M / month Β· πŸ“¦ 20 Β· ⏱️ 30.03.2025): ``` - pip install mimesis + pip install pytest-testinfra ``` -- [Conda](https://anaconda.org/conda-forge/mimesis) (πŸ“₯ 390K Β· ⏱️ 11.01.2026): +- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (πŸ“₯ 43K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge mimesis + conda install -c conda-forge pytest-testinfra ```
pytest-testmon (πŸ₯‰24 Β· ⭐ 1K Β· πŸ’€) - Selects tests affected by changed files. Executes the.. MIT @@ -1957,7 +1957,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/tarpas/pytest-testmon ``` -- [PyPi](https://pypi.org/project/pytest-testmon) (πŸ“₯ 4.4M / month Β· πŸ“¦ 59 Β· ⏱️ 01.12.2025): +- [PyPi](https://pypi.org/project/pytest-testmon) (πŸ“₯ 4.6M / month Β· πŸ“¦ 59 Β· ⏱️ 01.12.2025): ``` pip install pytest-testmon ``` @@ -1973,7 +1973,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/joeyespo/pytest-watch ``` -- [PyPi](https://pypi.org/project/pytest-watch) (πŸ“₯ 880K / month Β· πŸ“¦ 560 Β· ⏱️ 20.05.2018): +- [PyPi](https://pypi.org/project/pytest-watch) (πŸ“₯ 900K / month Β· πŸ“¦ 560 Β· ⏱️ 20.05.2018): ``` pip install pytest-watch ``` @@ -1989,7 +1989,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/avast/pytest-docker ``` -- [PyPi](https://pypi.org/project/pytest-docker) (πŸ“₯ 2.1M / month Β· πŸ“¦ 150 Β· ⏱️ 12.11.2025): +- [PyPi](https://pypi.org/project/pytest-docker) (πŸ“₯ 2.3M / month Β· πŸ“¦ 150 Β· ⏱️ 12.11.2025): ``` pip install pytest-docker ``` @@ -2001,11 +2001,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/gabrielcnr/pytest-datadir ``` -- [PyPi](https://pypi.org/project/pytest-datadir) (πŸ“₯ 1.6M / month Β· πŸ“¦ 270 Β· ⏱️ 30.07.2025): +- [PyPi](https://pypi.org/project/pytest-datadir) (πŸ“₯ 1.7M / month Β· πŸ“¦ 270 Β· ⏱️ 30.07.2025): ``` pip install pytest-datadir ``` -- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (πŸ“₯ 530K Β· ⏱️ 30.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (πŸ“₯ 540K Β· ⏱️ 30.07.2025): ``` conda install -c conda-forge pytest-datadir ``` @@ -2021,7 +2021,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install green ``` -- [Conda](https://anaconda.org/conda-forge/green) (πŸ“₯ 470K Β· ⏱️ 02.03.2026): +- [Conda](https://anaconda.org/conda-forge/green) (πŸ“₯ 480K Β· ⏱️ 02.03.2026): ``` conda install -c conda-forge green ``` @@ -2033,7 +2033,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) (πŸ“₯ 990K / month Β· πŸ“¦ 260 Β· ⏱️ 27.03.2026): +- [PyPi](https://pypi.org/project/xdoctest) (πŸ“₯ 1M / month Β· πŸ“¦ 260 Β· ⏱️ 27.03.2026): ``` pip install xdoctest ``` @@ -2049,7 +2049,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) (πŸ“₯ 36K / month Β· πŸ“¦ 73 Β· ⏱️ 29.11.2024): +- [PyPi](https://pypi.org/project/pytest-virtualenv) (πŸ“₯ 34K / month Β· πŸ“¦ 73 Β· ⏱️ 29.11.2024): ``` pip install pytest-virtualenv ``` @@ -2083,12 +2083,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyinstaller (πŸ₯‡33 Β· ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0 -- [GitHub](https://github.com/pyinstaller/pyinstaller) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 2K Β· πŸ“¦ 90K): +- [GitHub](https://github.com/pyinstaller/pyinstaller) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 2K Β· πŸ“¦ 90K): ``` git clone https://github.com/pyinstaller/pyinstaller ``` -- [PyPi](https://pypi.org/project/pyinstaller) (πŸ“₯ 11M / month Β· πŸ“¦ 2.3K Β· ⏱️ 13.06.2026): +- [PyPi](https://pypi.org/project/pyinstaller) (πŸ“₯ 12M / month Β· πŸ“¦ 2.3K Β· ⏱️ 13.06.2026): ``` pip install pyinstaller ``` @@ -2104,11 +2104,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/Nuitka/Nuitka ``` -- [PyPi](https://pypi.org/project/nuitka) (πŸ“₯ 460K / month Β· πŸ“¦ 240 Β· ⏱️ 21.06.2026): +- [PyPi](https://pypi.org/project/nuitka) (πŸ“₯ 470K / month Β· πŸ“¦ 240 Β· ⏱️ 21.06.2026): ``` pip install nuitka ``` -- [Conda](https://anaconda.org/conda-forge/nuitka) (πŸ“₯ 3.5M Β· ⏱️ 24.06.2026): +- [Conda](https://anaconda.org/conda-forge/nuitka) (πŸ“₯ 3.6M Β· ⏱️ 24.06.2026): ``` conda install -c conda-forge nuitka ``` @@ -2120,19 +2120,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/beeware/briefcase ``` -- [PyPi](https://pypi.org/project/briefcase) (πŸ“₯ 39K / month Β· πŸ“¦ 45 Β· ⏱️ 08.07.2026): +- [PyPi](https://pypi.org/project/briefcase) (πŸ“₯ 40K / month Β· πŸ“¦ 45 Β· ⏱️ 08.07.2026): ``` pip install briefcase ```
pex (πŸ₯ˆ24 Β· ⭐ 4.2K) - The PEX packaging toolchain. Apache-2 -- [GitHub]() (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 310): +- [GitHub]() (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 320): ``` git clone https://github.com/pantsbuild/pex ``` -- [PyPi](https://pypi.org/project/pex) (πŸ“₯ 6.4M / month Β· πŸ“¦ 65 Β· ⏱️ 20.07.2026): +- [PyPi](https://pypi.org/project/pex) (πŸ“₯ 6.4M / month Β· πŸ“¦ 65 Β· ⏱️ 30.07.2026): ``` pip install pex ``` @@ -2144,7 +2144,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ronaldoussoren/py2app ``` -- [PyPi](https://pypi.org/project/py2app) (πŸ“₯ 71K / month Β· πŸ“¦ 42 Β· ⏱️ 13.02.2026): +- [PyPi](https://pypi.org/project/py2app) (πŸ“₯ 66K / month Β· πŸ“¦ 42 Β· ⏱️ 13.02.2026): ``` pip install py2app ``` @@ -2156,7 +2156,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/marcelotduarte/cx_Freeze ``` -- [PyPi](https://pypi.org/project/cx_freeze) (πŸ“₯ 200K / month Β· πŸ“¦ 140 Β· ⏱️ 13.04.2026): +- [PyPi](https://pypi.org/project/cx_freeze) (πŸ“₯ 210K / month Β· πŸ“¦ 140 Β· ⏱️ 13.04.2026): ``` pip install cx_freeze ``` @@ -2172,7 +2172,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/py2exe/py2exe ``` -- [PyPi](https://pypi.org/project/py2exe) (πŸ“₯ 15K / month Β· πŸ“¦ 12 Β· ⏱️ 21.06.2026): +- [PyPi](https://pypi.org/project/py2exe) (πŸ“₯ 14K / month Β· πŸ“¦ 12 Β· ⏱️ 21.06.2026): ``` pip install py2exe ``` @@ -2184,19 +2184,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/linkedin/shiv ``` -- [PyPi](https://pypi.org/project/shiv) (πŸ“₯ 340K / month Β· πŸ“¦ 29 Β· ⏱️ 01.11.2024): +- [PyPi](https://pypi.org/project/shiv) (πŸ“₯ 380K / month Β· πŸ“¦ 29 Β· ⏱️ 01.11.2024): ``` pip install shiv ```
constructor (πŸ₯‰19 Β· ⭐ 500) - tool for creating installers from conda packages. BSD-3 -- [GitHub](https://github.com/conda/constructor) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 180 Β· πŸ“¦ 27): +- [GitHub](https://github.com/conda/constructor) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 180 Β· πŸ“¦ 28): ``` git clone https://github.com/conda/constructor ``` -- [Conda](https://anaconda.org/anaconda/constructor) (πŸ“₯ 26K Β· ⏱️ 07.07.2026): +- [Conda](https://anaconda.org/anaconda/constructor) (πŸ“₯ 27K Β· ⏱️ 28.07.2026): ``` conda install -c anaconda constructor ``` @@ -2207,7 +2207,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - PyOxidizer (πŸ₯‰21 Β· ⭐ 4.8K Β· πŸ’€) - A modern Python application packaging and distribution tool. MPL-2.0 - pynsist (πŸ₯‰19 Β· ⭐ 890 Β· πŸ’€) - Build Windows installers for Python applications. MIT - xar (πŸ₯‰16 Β· ⭐ 1.6K Β· πŸ’€) - executable archive format. BSD-3 -- pyship (πŸ₯‰14 Β· ⭐ 45 Β· πŸ“ˆ) - pyship - ship Python desktop apps to end users. MIT +- pyship (πŸ₯‰14 Β· ⭐ 45) - pyship - ship Python desktop apps to end users. MIT - subpar (πŸ₯‰9 Β· ⭐ 570 Β· πŸ’€) - Subpar is a utility for creating self-contained python executables... Apache-2

@@ -2223,15 +2223,31 @@ 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) (πŸ“₯ 1.4B / month Β· πŸ“¦ 34K Β· ⏱️ 04.07.2026): +- [PyPi](https://pypi.org/project/setuptools) (πŸ“₯ 1.5B / month Β· πŸ“¦ 34K Β· ⏱️ 04.07.2026): ``` pip install setuptools ``` -- [Conda](https://anaconda.org/conda-forge/setuptools) (πŸ“₯ 210M Β· ⏱️ 09.07.2026): +- [Conda](https://anaconda.org/conda-forge/setuptools) (πŸ“₯ 220M Β· ⏱️ 09.07.2026): ``` conda install -c conda-forge setuptools ```
+
twine (πŸ₯‡32 Β· ⭐ 1.8K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2 + +- [GitHub](https://github.com/pypa/twine) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 330 Β· πŸ“¦ 140K): + + ``` + git clone https://github.com/pypa/twine + ``` +- [PyPi](https://pypi.org/project/twine) (πŸ“₯ 35M / month Β· πŸ“¦ 42K Β· ⏱️ 27.07.2026): + ``` + pip install twine + ``` +- [Conda](https://anaconda.org/conda-forge/twine) (πŸ“₯ 2M Β· ⏱️ 28.07.2026): + ``` + conda install -c conda-forge twine + ``` +
wheel (πŸ₯‡32 Β· ⭐ 560) - The official binary distribution format for Python. MIT - [GitHub](https://github.com/pypa/wheel) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 180 Β· πŸ“¦ 390K): @@ -2239,7 +2255,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/wheel ``` -- [PyPi](https://pypi.org/project/wheel) (πŸ“₯ 560M / month Β· πŸ“¦ 16K Β· ⏱️ 22.04.2026): +- [PyPi](https://pypi.org/project/wheel) (πŸ“₯ 570M / month Β· πŸ“¦ 16K Β· ⏱️ 22.04.2026): ``` pip install wheel ``` @@ -2255,34 +2271,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pyinvoke/invoke ``` -- [PyPi](https://pypi.org/project/invoke) (πŸ“₯ 81M / month Β· πŸ“¦ 1.4K Β· ⏱️ 07.04.2026): +- [PyPi](https://pypi.org/project/invoke) (πŸ“₯ 83M / month Β· πŸ“¦ 1.4K Β· ⏱️ 07.04.2026): ``` pip install invoke ``` -- [Conda](https://anaconda.org/conda-forge/invoke) (πŸ“₯ 2.8M Β· ⏱️ 07.04.2026): +- [Conda](https://anaconda.org/conda-forge/invoke) (πŸ“₯ 2.9M Β· ⏱️ 07.04.2026): ``` conda install -c conda-forge invoke ```
-
twine (πŸ₯ˆ30 Β· ⭐ 1.7K Β· πŸ’€) - Utilities for interacting with PyPI. Apache-2 - -- [GitHub](https://github.com/pypa/twine) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 320 Β· πŸ“¦ 140K): - - ``` - git clone https://github.com/pypa/twine - ``` -- [PyPi](https://pypi.org/project/twine) (πŸ“₯ 35M / month Β· πŸ“¦ 23K Β· ⏱️ 04.09.2025): - ``` - pip install twine - ``` -- [Conda](https://anaconda.org/conda-forge/twine) (πŸ“₯ 2M Β· ⏱️ 04.09.2025): - ``` - conda install -c conda-forge twine - ``` -
-
setuptools_scm (πŸ₯ˆ28 Β· ⭐ 950) - the blessed package to manage your versions by scm tags. MIT +
setuptools_scm (πŸ₯ˆ30 Β· ⭐ 950 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT -- [GitHub]() (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 240): +- [GitHub]() (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 240 Β· πŸ“¦ 34K): ``` git clone https://github.com/pypa/setuptools_scm @@ -2291,7 +2291,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install setuptools_scm ``` -- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (πŸ“₯ 7.9M Β· ⏱️ 21.07.2026): +- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (πŸ“₯ 8M Β· ⏱️ 21.07.2026): ``` conda install -c conda-forge setuptools_scm ``` @@ -2319,7 +2319,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/flit ``` -- [PyPi](https://pypi.org/project/flit) (πŸ“₯ 18M / month Β· πŸ“¦ 930 Β· ⏱️ 25.03.2025): +- [PyPi](https://pypi.org/project/flit) (πŸ“₯ 17M / month Β· πŸ“¦ 930 Β· ⏱️ 25.03.2025): ``` pip install flit ``` @@ -2335,7 +2335,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pydoit/doit ``` -- [PyPi](https://pypi.org/project/doit) (πŸ“₯ 770K / month Β· πŸ“¦ 140 Β· ⏱️ 09.02.2026): +- [PyPi](https://pypi.org/project/doit) (πŸ“₯ 780K / month Β· πŸ“¦ 140 Β· ⏱️ 09.02.2026): ``` pip install doit ``` @@ -2346,12 +2346,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
buildbot (πŸ₯‰23 Β· ⭐ 5.4K Β· πŸ’€) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 -- [GitHub](https://github.com/buildbot/buildbot) (πŸ‘¨β€πŸ’» 900 Β· πŸ”€ 1.6K Β· πŸ“¦ 410): +- [GitHub](https://github.com/buildbot/buildbot) (πŸ‘¨β€πŸ’» 900 Β· πŸ”€ 1.6K Β· πŸ“¦ 420): ``` git clone https://github.com/buildbot/buildbot ``` -- [PyPi](https://pypi.org/project/buildbot) (πŸ“₯ 23K / month Β· πŸ“¦ 20 Β· ⏱️ 12.05.2025): +- [PyPi](https://pypi.org/project/buildbot) (πŸ“₯ 22K / month Β· πŸ“¦ 20 Β· ⏱️ 12.05.2025): ``` pip install buildbot ``` @@ -2367,7 +2367,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) (πŸ“₯ 48K / month Β· πŸ“¦ 6 Β· ⏱️ 02.04.2026): +- [PyPi](https://pypi.org/project/pybuilder) (πŸ“₯ 49K / month Β· πŸ“¦ 6 Β· ⏱️ 02.04.2026): ``` pip install pybuilder ``` @@ -2383,7 +2383,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/rags/pynt ``` -- [PyPi](https://pypi.org/project/pynt) (πŸ“₯ 7K / month Β· πŸ“¦ 1 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/pynt) (πŸ“₯ 6.5K / month Β· πŸ“¦ 1 Β· ⏱️ 24.06.2018): ``` pip install pynt ``` @@ -2395,7 +2395,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) (πŸ“₯ 280 / month Β· πŸ“¦ 7 Β· ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/universal-build) (πŸ“₯ 200 / month Β· πŸ“¦ 7 Β· ⏱️ 16.11.2021): ``` pip install universal-build ``` @@ -2422,23 +2422,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install psutil ``` -- [Conda](https://anaconda.org/conda-forge/psutil) (πŸ“₯ 66M Β· ⏱️ 29.01.2026): +- [Conda](https://anaconda.org/conda-forge/psutil) (πŸ“₯ 67M Β· ⏱️ 29.01.2026): ``` conda install -c conda-forge psutil ```
-
py-spy (πŸ₯‡30 Β· ⭐ 15K) - Sampling profiler for Python programs. MIT +
py-spy (πŸ₯‡31 Β· ⭐ 15K) - Sampling profiler for Python programs. MIT -- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 530 Β· πŸ“¦ 8.8K): +- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 540 Β· πŸ“¦ 8.8K): ``` git clone https://github.com/benfred/py-spy ``` -- [PyPi](https://pypi.org/project/py-spy) (πŸ“₯ 23M / month Β· πŸ“¦ 240 Β· ⏱️ 24.04.2026): +- [PyPi](https://pypi.org/project/py-spy) (πŸ“₯ 24M / month Β· πŸ“¦ 240 Β· ⏱️ 24.04.2026): ``` pip install py-spy ``` -- [Conda](https://anaconda.org/conda-forge/py-spy) (πŸ“₯ 910K Β· ⏱️ 27.04.2026): +- [Conda](https://anaconda.org/conda-forge/py-spy) (πŸ“₯ 930K Β· ⏱️ 27.04.2026): ``` conda install -c conda-forge py-spy ``` @@ -2447,32 +2447,32 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M cargo install py-spy ```
-
Scalene (πŸ₯ˆ27 Β· ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 +
pyinstrument (πŸ₯ˆ29 Β· ⭐ 8K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3 -- [GitHub](https://github.com/plasma-umass/scalene) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 440 Β· πŸ“¦ 1K): +- [GitHub](https://github.com/joerick/pyinstrument) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 300 Β· πŸ“¦ 4.5K): ``` - git clone https://github.com/plasma-umass/scalene + git clone https://github.com/joerick/pyinstrument ``` -- [PyPi](https://pypi.org/project/scalene) (πŸ“₯ 340K / month Β· πŸ“¦ 75 Β· ⏱️ 12.05.2026): +- [PyPi](https://pypi.org/project/pyinstrument) (πŸ“₯ 10M / month Β· πŸ“¦ 340 Β· ⏱️ 29.07.2026): ``` - pip install scalene + pip install pyinstrument + ``` +- [Conda](https://anaconda.org/conda-forge/pyinstrument) (πŸ“₯ 1.3M Β· ⏱️ 30.07.2026): + ``` + conda install -c conda-forge pyinstrument ```
-
pyinstrument (πŸ₯ˆ27 Β· ⭐ 7.6K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3 +
Scalene (πŸ₯ˆ27 Β· ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 -- [GitHub](https://github.com/joerick/pyinstrument) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 260 Β· πŸ“¦ 4.5K): +- [GitHub](https://github.com/plasma-umass/scalene) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 440 Β· πŸ“¦ 1.1K): ``` - git clone https://github.com/joerick/pyinstrument - ``` -- [PyPi](https://pypi.org/project/pyinstrument) (πŸ“₯ 10M / month Β· πŸ“¦ 240 Β· ⏱️ 04.01.2026): - ``` - pip install pyinstrument + git clone https://github.com/plasma-umass/scalene ``` -- [Conda](https://anaconda.org/conda-forge/pyinstrument) (πŸ“₯ 1.3M Β· ⏱️ 04.01.2026): +- [PyPi](https://pypi.org/project/scalene) (πŸ“₯ 370K / month Β· πŸ“¦ 75 Β· ⏱️ 12.05.2026): ``` - conda install -c conda-forge pyinstrument + pip install scalene ```
Yappi (πŸ₯ˆ27 Β· ⭐ 1.7K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT @@ -2482,7 +2482,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/sumerc/yappi ``` -- [PyPi](https://pypi.org/project/yappi) (πŸ“₯ 3.9M / month Β· πŸ“¦ 89 Β· ⏱️ 17.03.2026): +- [PyPi](https://pypi.org/project/yappi) (πŸ“₯ 4M / month Β· πŸ“¦ 89 Β· ⏱️ 17.03.2026): ``` pip install yappi ``` @@ -2502,7 +2502,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install memray ``` -- [Conda](https://anaconda.org/conda-forge/memray) (πŸ“₯ 730K Β· ⏱️ 08.04.2026): +- [Conda](https://anaconda.org/conda-forge/memray) (πŸ“₯ 740K Β· ⏱️ 08.04.2026): ``` conda install -c conda-forge memray ``` @@ -2514,11 +2514,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pythonprofilers/memory_profiler ``` -- [PyPi](https://pypi.org/project/memory_profiler) (πŸ“₯ 9.1M / month Β· πŸ“¦ 460 Β· ⏱️ 15.11.2022): +- [PyPi](https://pypi.org/project/memory_profiler) (πŸ“₯ 8.1M / month Β· πŸ“¦ 460 Β· ⏱️ 15.11.2022): ``` pip install memory_profiler ``` -- [Conda](https://anaconda.org/conda-forge/memory_profiler) (πŸ“₯ 5M Β· ⏱️ 04.12.2025): +- [Conda](https://anaconda.org/conda-forge/memory_profiler) (πŸ“₯ 5.1M Β· ⏱️ 04.12.2025): ``` conda install -c conda-forge memory_profiler ``` @@ -2530,11 +2530,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/fabianp/memory_profiler ``` -- [PyPi](https://pypi.org/project/memory_profiler) (πŸ“₯ 9.1M / month Β· πŸ“¦ 460 Β· ⏱️ 15.11.2022): +- [PyPi](https://pypi.org/project/memory_profiler) (πŸ“₯ 8.1M / month Β· πŸ“¦ 460 Β· ⏱️ 15.11.2022): ``` pip install memory_profiler ``` -- [Conda](https://anaconda.org/conda-forge/memory_profiler) (πŸ“₯ 5M Β· ⏱️ 04.12.2025): +- [Conda](https://anaconda.org/conda-forge/memory_profiler) (πŸ“₯ 5.1M Β· ⏱️ 04.12.2025): ``` conda install -c conda-forge memory_profiler ``` @@ -2546,11 +2546,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pympler/pympler ``` -- [PyPi](https://pypi.org/project/pympler) (πŸ“₯ 5.6M / month Β· πŸ“¦ 260 Β· ⏱️ 28.06.2024): +- [PyPi](https://pypi.org/project/pympler) (πŸ“₯ 6M / month Β· πŸ“¦ 260 Β· ⏱️ 28.06.2024): ``` pip install pympler ``` -- [Conda](https://anaconda.org/conda-forge/pympler) (πŸ“₯ 780K Β· ⏱️ 15.07.2026): +- [Conda](https://anaconda.org/conda-forge/pympler) (πŸ“₯ 790K Β· ⏱️ 15.07.2026): ``` conda install -c conda-forge pympler ``` @@ -2577,7 +2577,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - Bpytop (πŸ₯‰23 Β· ⭐ 8.2K Β· πŸ’€) - Linux/OSX/FreeBSD resource monitor. Apache-2 - Diamond (πŸ₯‰22 Β· ⭐ 1.8K Β· πŸ’€) - Diamond is a python daemon that collects system metrics and publishes.. MIT - vprof (πŸ₯‰20 Β· ⭐ 4K Β· πŸ’€) - Visual profiler for Python. BSD-2 -- Profiling (πŸ₯‰18 Β· ⭐ 3K Β· πŸ’€) - Was an interactive continuous Python profiler. BSD-3 +- Profiling (πŸ₯‰17 Β· ⭐ 3K Β· πŸ’€) - Was an interactive continuous Python profiler. BSD-3 - heartrate (πŸ₯‰17 Β· ⭐ 1.5K Β· πŸ’€) - Simple real time visualisation of the execution of a Python program. MIT - pyheat (πŸ₯‰16 Β· ⭐ 730 Β· πŸ’€) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT - livepython (πŸ₯‰11 Β· ⭐ 2.6K Β· πŸ’€) - Visually trace Python code in real-time. MIT @@ -2615,7 +2615,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install gast ``` -- [Conda](https://anaconda.org/conda-forge/gast) (πŸ“₯ 4.5M Β· ⏱️ 30.11.2025): +- [Conda](https://anaconda.org/conda-forge/gast) (πŸ“₯ 4.7M Β· ⏱️ 30.11.2025): ``` conda install -c conda-forge gast ``` @@ -2627,7 +2627,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/newville/asteval ``` -- [PyPi](https://pypi.org/project/asteval) (πŸ“₯ 5.8M / month Β· πŸ“¦ 210 Β· ⏱️ 11.06.2026): +- [PyPi](https://pypi.org/project/asteval) (πŸ“₯ 6M / month Β· πŸ“¦ 210 Β· ⏱️ 11.06.2026): ``` pip install asteval ``` @@ -2640,7 +2640,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - astunparse (πŸ₯ˆ26 Β· ⭐ 220 Β· πŸ’€) - An AST unparser for Python. BSD-3 - astor (πŸ₯‰23 Β· ⭐ 860 Β· πŸ’€) - Python AST read/write. BSD-3 -- typed_ast (πŸ₯‰21 Β· ⭐ 230 Β· πŸ’€) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 +- typed_ast (πŸ₯‰23 Β· ⭐ 230 Β· πŸ’€) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2

@@ -2659,7 +2659,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pre-commit ``` -- [Conda](https://anaconda.org/conda-forge/pre-commit) (πŸ“₯ 10M Β· ⏱️ 22.07.2026): +- [Conda](https://anaconda.org/conda-forge/pre-commit) (πŸ“₯ 11M Β· ⏱️ 22.07.2026): ``` conda install -c conda-forge pre-commit ``` diff --git a/history/2026-07-30_changes.md b/history/2026-07-30_changes.md new file mode 100644 index 0000000..9e7f628 --- /dev/null +++ b/history/2026-07-30_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._ + +- twine (πŸ₯‡32 Β· ⭐ 1.8K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2 +- setuptools_scm (πŸ₯ˆ30 Β· ⭐ 950 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT +- pyinstrument (πŸ₯ˆ29 Β· ⭐ 8K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3 +- mimesis (πŸ₯ˆ27 Β· ⭐ 4.8K Β· πŸ“ˆ) - Mimesis is a fast Python library for generating fake data in multiple.. MIT +- typed_ast (πŸ₯‰23 Β· ⭐ 230 Β· πŸ’€) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- pyright (πŸ₯ˆ30 Β· ⭐ 16K Β· πŸ“‰) - Static Type Checker for Python. MIT +- pydocstyle (πŸ₯ˆ25 Β· ⭐ 1.1K Β· πŸ’€) - docstring style checker. MIT +- sqlmap (πŸ₯‰24 Β· ⭐ 38K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +- releases (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - A powerful Sphinx changelog-generating extension. BSD-2 +- mkdocs-git-revision-date-plugin (πŸ₯‰19 Β· ⭐ 56 Β· πŸ’€) - MkDocs plugin for setting revision date from git per.. MIT + diff --git a/history/2026-07-30_projects.csv b/history/2026-07-30_projects.csv new file mode 100644 index 0000000..2a7f222 --- /dev/null +++ b/history/2026-07-30_projects.csv @@ -0,0 +1,269 @@ +,name,github_id,category,description,resource,homepage,contributor_count,github_url,license,created_at,updated_at,fork_count,open_issue_count,star_count,projectrank,show,pypi_id,conda_id,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,cargo_id,cargo_url,cargo_latest_release_published_at,cargo_dependent_project_count,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_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,17.0,https://github.com/ml-tooling/best-of-web-python,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2025-10-09 17:36:28.000,192.0,3.0,2617.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-mkdocs,pawamoy/best-of-mkdocs,documentation,Collection of MkDocs projects and plugins.,True,{},63.0,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +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,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,1142.0,https://github.com/pytest-dev/pytest,MIT,2015-06-15 20:28:27.000,2026-07-24 07:34:49.000,3255.0,820.0,14366.0,39,True,pytest,conda-forge/pytest,['pytest'],2040790.0,1848818.0,https://pypi.org/project/pytest,2026-06-19 10:58:31.000,2026-06-19 10:58:31.000,9.1.1,192.0,191972.0,1035790944.0,1036567277.0,https://anaconda.org/conda-forge/pytest,2026-06-22 11:24:21.473,53567042.0,1.0,,,,,,,,,,,,,,,, +5,tqdm,tqdm/tqdm,logging,"A Fast, Extensible Progress Bar for Python and CLI.",,https://github.com/tqdm/tqdm,149.0,https://github.com/tqdm/tqdm,MPL-2.0,2015-06-03 13:13:14.000,2026-07-28 12:23:59.000,1479.0,584.0,31254.0,37,True,tqdm,conda-forge/tqdm,,1278720.0,1220208.0,https://pypi.org/project/tqdm,2026-07-27 11:33:13.000,2026-07-27 11:33:13.000,4.70.0,152.0,58512.0,618657807.0,619399454.0,https://anaconda.org/conda-forge/tqdm,2026-07-27 17:16:56.046,54135791.0,1.0,tqdm/tqdm,https://hub.docker.com/r/tqdm/tqdm,2026-07-27 11:38:15.846824,3.0,8197.0,,,,,,,,,,, +6,setuptools,pypa/setuptools,build-tools,Official project repository for the Setuptools build system.,,https://github.com/pypa/setuptools,647.0,https://github.com/pypa/setuptools,MIT,2016-03-29 14:02:33.000,2026-07-12 14:23:26.000,1410.0,673.0,2839.0,37,True,setuptools,conda-forge/setuptools,,901078.0,867403.0,https://pypi.org/project/setuptools,2026-07-04 15:31:20.000,2026-07-04 15:31:20.000,83.0.0,632.0,33675.0,1488508202.0,1491433597.0,https://anaconda.org/conda-forge/setuptools,2026-07-09 17:46:50.771,216479303.0,1.0,,,,,,,,,,,,,,,, +7,rich,Textualize/rich,logging,Rich is a Python library for rich text and beautiful formatting in the terminal.,,https://github.com/Textualize/rich,289.0,https://github.com/Textualize/rich,MIT,2019-11-10 15:28:09.000,2026-04-12 11:02:00.080,2156.0,325.0,56361.0,36,True,rich,conda-forge/rich,,599238.0,555470.0,https://pypi.org/project/rich,2026-04-12 08:24:02.000,2026-04-12 08:24:02.000,15.0.0,207.0,43768.0,589362402.0,589686062.0,https://anaconda.org/conda-forge/rich,2026-04-12 11:02:00.080,23303531.0,1.0,,,,,,,,,,,,,,,, +8,black,psf/black,formatters,The uncompromising Python code formatter.,,https://github.com/psf/black,544.0,https://github.com/psf/black,MIT,2018-03-14 19:54:45.000,2026-07-13 00:57:54.000,2807.0,291.0,41729.0,36,True,black,conda-forge/black,,751664.0,687194.0,https://pypi.org/project/black,2026-05-18 16:53:33.000,2026-05-18 16:53:33.000,26.5.1,74.0,64470.0,169228851.0,169495690.0,https://anaconda.org/conda-forge/black,2026-05-22 14:44:05.181,19212445.0,1.0,,,,,,,,,,,,,,,, +9,psutil,giampaolo/psutil,profiling,Cross-platform lib for process and system monitoring in Python.,,https://github.com/giampaolo/psutil,251.0,https://github.com/giampaolo/psutil,BSD-3-Clause,2014-05-23 14:01:48.000,2026-07-30 15:46:30.000,1505.0,372.0,11253.0,36,True,psutil,conda-forge/psutil,,819907.0,800285.0,https://pypi.org/project/psutil,2026-01-28 18:14:57.000,2026-01-28 18:14:57.000,7.2.2,104.0,19622.0,373263838.0,374194652.0,https://anaconda.org/conda-forge/psutil,2026-01-29 09:23:17.173,67018673.0,1.0,,,,,,,,,,,,,,,, +10,pip,pypa/pip,dependency-managers,The Python package installer.,,https://github.com/pypa/pip,901.0,https://github.com/pypa/pip,MIT,2011-03-06 14:30:46.000,2026-07-30 14:16:25.541,3327.0,983.0,10241.0,36,True,pip,conda-forge/pip,,260324.0,254095.0,https://pypi.org/project/pip,2026-07-29 21:57:54.000,2026-05-31 17:33:56.000,26.1.2,159.0,6229.0,581911494.0,585116955.0,https://anaconda.org/conda-forge/pip,2026-07-30 14:16:25.541,237204126.0,1.0,,,,,,,,,,,,,,,, +11,virtualenv,pypa/virtualenv,virtual-envs,Virtual Python Environment builder.,,https://github.com/pypa/virtualenv,311.0,https://github.com/pypa/virtualenv,MIT,2011-03-06 14:33:27.000,2026-07-30 15:40:34.000,1108.0,1.0,5038.0,36,True,virtualenv,conda-forge/virtualenv,,514220.0,511992.0,https://pypi.org/project/virtualenv,2026-07-30 15:40:34.000,2026-07-30 15:40:34.000,21.7.1,274.0,2228.0,512044470.0,512375750.0,https://anaconda.org/conda-forge/virtualenv,2026-07-21 14:22:26.893,22858337.0,1.0,,,,,,,,,,,,,,,, +12,ruff,charliermarsh/ruff,linters,"An extremely fast Python linter and code formatter, written in Rust.",,https://docs.astral.sh/ruff,937.0,,MIT,2022-11-30 10:02:13.208,2026-07-25 00:32:59.591,2286.0,,48852.0,35,True,ruff,conda-forge/ruff,,298522.0,218065.0,https://pypi.org/project/ruff,2026-07-23 19:10:46.000,2026-07-23 19:10:46.000,0.16.0,416.0,80457.0,301888998.0,302069169.0,https://anaconda.org/conda-forge/ruff,2026-07-25 00:32:59.591,7927552.0,1.0,,,,,,,,,,,,,,,, +13,pipenv,pypa/pipenv,virtual-envs,Python Development Workflow for Humans.,,https://github.com/pypa/pipenv,544.0,https://github.com/pypa/pipenv,MIT,2017-01-20 00:44:02.000,2026-06-08 04:26:45.120,1881.0,22.0,25069.0,35,True,pipenv,conda-forge/pipenv,,174623.0,174366.0,https://pypi.org/project/pipenv,2026-06-08 02:12:38.000,2026-06-08 02:12:38.000,2026.6.2,418.0,257.0,26330869.0,26335667.0,https://anaconda.org/conda-forge/pipenv,2026-06-08 04:26:45.120,355104.0,2.0,,,,,,,,,,,,,,,, +14,mypy,python/mypy,type-checkers,Optional static typing for Python.,,https://github.com/python/mypy,861.0,https://github.com/python/mypy,,2012-12-07 13:30:23.000,2026-07-14 02:19:09.405,3236.0,3166.0,20528.0,35,False,mypy,conda-forge/mypy,,459742.0,387551.0,https://pypi.org/project/mypy,2026-07-13 11:28:38.000,2026-07-13 11:28:38.000,2.3.0,140.0,72191.0,188765291.0,188875879.0,https://anaconda.org/conda-forge/mypy,2026-07-14 02:19:09.405,8072961.0,1.0,,,,,,,,,,,,,,,, +15,mkdocs-material,squidfunk/mkdocs-material,documentation,Documentation that simply works.,,https://github.com/squidfunk/mkdocs-material,331.0,https://github.com/squidfunk/mkdocs-material,MIT,2016-01-28 22:09:23.000,2026-07-18 12:55:48.349,4109.0,1.0,27112.0,34,True,mkdocs-material,conda-forge/mkdocs-material,['mkdocs'],104548.0,90876.0,https://pypi.org/project/mkdocs-material,2026-07-17 16:21:30.000,2026-07-17 16:21:30.000,9.7.7,442.0,13672.0,16804700.0,16819461.0,https://anaconda.org/conda-forge/mkdocs-material,2026-07-18 12:55:48.349,1092363.0,1.0,,,,,,,,,,,,,,,, +16,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,167.0,https://github.com/pre-commit/pre-commit,MIT,2014-03-13 00:39:38.000,2026-07-22 07:47:23.821,993.0,26.0,15457.0,34,True,pre-commit,conda-forge/pre-commit,,323751.0,286657.0,https://pypi.org/project/pre-commit,2026-07-21 20:56:57.000,2026-07-21 20:56:57.000,4.6.1,203.0,37094.0,171602438.0,171760106.0,https://anaconda.org/conda-forge/pre-commit,2026-07-22 07:47:23.821,10563815.0,1.0,,,,,,,,,,,,,,,, +17,isort,PyCQA/isort,formatters,A Python utility / library to sort imports.,,https://github.com/PyCQA/isort,351.0,https://github.com/PyCQA/isort,MIT,2013-09-02 22:22:53.000,2026-07-12 20:29:14.000,661.0,98.0,6950.0,34,True,isort,conda-forge/isort,,613096.0,584152.0,https://pypi.org/project/isort,2026-07-12 20:29:14.000,2026-02-28 10:08:19.000,8.0.1,155.0,28944.0,126695006.0,126830395.0,https://anaconda.org/conda-forge/isort,2026-02-28 11:36:11.788,9748067.0,2.0,,,,,,,,,,,,,,,, +18,jedi,davidhalter/jedi,refactoring,"Awesome autocompletion, static analysis and refactoring library for python.",,https://github.com/davidhalter/jedi,180.0,https://github.com/davidhalter/jedi,MIT,2012-02-19 23:12:30.000,2026-06-23 21:59:49.043,530.0,72.0,6138.0,34,True,jedi,conda-forge/jedi,,603843.0,602242.0,https://pypi.org/project/jedi,2026-05-01 23:38:43.000,2026-05-01 23:38:43.000,0.20.0,36.0,1601.0,134525237.0,135079236.0,https://anaconda.org/conda-forge/jedi,2026-06-23 21:59:49.043,40441972.0,1.0,,,,,,,,,,,,,,,, +19,playwright-python,microsoft/playwright-python,testing,Python version of the Playwright testing and automation library.,,https://github.com/microsoft/playwright-python,55.0,https://github.com/microsoft/playwright-python,Apache-2.0,2020-07-01 15:28:13.000,2026-06-29 10:32:48.000,1184.0,12.0,14776.0,33,True,playwright,,,66197.0,59414.0,https://pypi.org/project/playwright,2026-06-29 10:32:48.000,2026-06-29 10:32:48.000,1.61.0,130.0,6783.0,88198725.0,88198725.0,,,,1.0,,,,,,,,,,,,,,,, +20,pyinstaller,pyinstaller/pyinstaller,packaging,Freeze (package) Python programs into stand-alone executables.,,https://github.com/pyinstaller/pyinstaller,495.0,https://github.com/pyinstaller/pyinstaller,GPL-2.0,2011-11-23 11:05:56.000,2026-06-15 12:32:37.926,2018.0,288.0,13014.0,33,True,pyinstaller,conda-forge/pyinstaller,,92267.0,90001.0,https://pypi.org/project/pyinstaller,2026-06-13 14:13:55.000,2026-06-13 14:13:55.000,6.21.0,73.0,2266.0,11569320.0,11600157.0,https://anaconda.org/conda-forge/pyinstaller,2026-06-15 12:32:37.926,2035303.0,1.0,,,,,,,,,,,,,,,, +21,hypothesis,HypothesisWorks/hypothesis,testing,The property-based testing library for Python.,,https://github.com/HypothesisWorks/hypothesis,407.0,https://github.com/HypothesisWorks/hypothesis,MPL-2.0,2013-03-10 13:51:19.000,2026-07-30 15:05:09.483,662.0,45.0,8830.0,33,True,hypothesis,conda-forge/hypothesis,,51804.0,44135.0,https://pypi.org/project/hypothesis,2026-07-30 12:38:49.000,2026-07-30 12:38:49.000,6.164.0,1553.0,7669.0,45551119.0,45828507.0,https://anaconda.org/conda-forge/hypothesis,2026-07-30 15:05:09.483,20526775.0,1.0,,,,,,,,,,,,,,,, +22,pylint,PyCQA/pylint,linters,python code static checker.,,https://github.com/pylint-dev/pylint,656.0,,GPL-2.0,2020-06-17 14:34:01.091,2026-06-14 15:06:54.053,1273.0,,5700.0,33,True,pylint,conda-forge/pylint,,506930.0,493761.0,https://pypi.org/project/pylint,2026-06-14 14:43:24.000,2026-06-14 14:43:24.000,4.0.6,212.0,13169.0,65897782.0,66013188.0,https://anaconda.org/conda-forge/pylint,2026-06-14 15:06:54.053,8424663.0,1.0,,,,,,,,,,,,,,,, +23,tox,tox-dev/tox,testing,Command line driven CI frontend and development task automation tool.,,https://github.com/tox-dev/tox,353.0,https://github.com/tox-dev/tox,MIT,2016-09-17 16:54:22.000,2026-07-21 18:29:58.841,567.0,,3914.0,33,True,tox,conda-forge/tox,['pytest'],150344.0,136745.0,https://pypi.org/project/tox,2026-07-21 13:10:34.000,2026-07-21 13:10:34.000,4.58.0,297.0,13599.0,35496799.0,35523528.0,https://anaconda.org/conda-forge/tox,2026-07-21 18:29:58.841,1977959.0,1.0,,,,,,,,,,,,,,,, +24,flake8,PyCQA/flake8,linters,Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned Batchelders McCabe script.,,https://github.com/PyCQA/flake8,178.0,https://github.com/PyCQA/flake8,MIT,2014-09-13 17:06:24.000,2026-05-19 00:51:26.000,348.0,23.0,3797.0,33,True,flake8,conda-forge/flake8,,719611.0,693077.0,https://pypi.org/project/flake8,2025-06-20 19:31:34.000,2025-06-20 19:31:34.000,7.3.0,94.0,26534.0,56331349.0,56483154.0,https://anaconda.org/conda-forge/flake8,2025-06-26 20:01:55.726,11233601.0,1.0,,,,,,,,,,,,,,,, +25,pytest-asyncio,pytest-dev/pytest-asyncio,testing,Asyncio support for pytest.,,https://github.com/pytest-dev/pytest-asyncio,82.0,https://github.com/pytest-dev/pytest-asyncio,Apache-2.0,2015-04-11 00:18:05.000,2026-07-23 10:30:22.000,197.0,59.0,1651.0,33,True,pytest-asyncio,conda-forge/pytest-asyncio,['pytest'],258546.0,217303.0,https://pypi.org/project/pytest-asyncio,2026-05-26 09:56:02.000,2026-05-26 09:56:02.000,1.4.0,76.0,41243.0,258737561.0,258790793.0,https://anaconda.org/conda-forge/pytest-asyncio,2026-05-26 13:34:51.646,3939172.0,1.0,,,,,,,,,,,,,,,, +26,poetry,python-poetry/poetry,dependency-managers,Python packaging and dependency management made easy.,,https://github.com/python-poetry/poetry,659.0,https://github.com/python-poetry/poetry,MIT,2018-02-28 15:23:47.000,2026-07-27 21:14:07.000,2466.0,564.0,34289.0,32,True,poetry,conda-forge/poetry,,925.0,,https://pypi.org/project/poetry,2026-05-09 15:18:55.000,2026-05-09 15:18:55.000,2.4.1,188.0,925.0,82708135.0,82820967.0,https://anaconda.org/conda-forge/poetry,2026-05-09 16:51:24.968,8236777.0,1.0,,,,,,,,,,,,,,,, +27,loguru,Delgan/loguru,logging,Python logging made (stupidly) simple.,,https://github.com/Delgan/loguru,77.0,https://github.com/Delgan/loguru,MIT,2017-08-15 17:22:32.000,2026-05-24 13:07:54.000,797.0,251.0,23948.0,32,True,loguru,conda-forge/loguru,,171161.0,156106.0,https://pypi.org/project/loguru,2024-12-06 11:20:54.000,2024-12-06 11:20:54.000,0.7.3,22.0,15055.0,78370787.0,78433855.0,https://anaconda.org/conda-forge/loguru,2026-01-16 11:15:00.482,4667035.0,1.0,,,,,,,,,,,,,,,, +28,mkdocs,mkdocs/mkdocs,documentation,Project documentation with Markdown.,,https://github.com/mkdocs/mkdocs,262.0,https://github.com/mkdocs/mkdocs,BSD-2-Clause,2014-01-11 21:05:21.000,2025-10-20 13:17:06.000,2602.0,144.0,21861.0,32,True,mkdocs,conda-forge/mkdocs,['mkdocs'],112426.0,105290.0,https://pypi.org/project/mkdocs,2024-08-30 12:24:05.000,2024-08-30 12:24:05.000,1.6.1,62.0,7136.0,16522161.0,16541828.0,https://anaconda.org/conda-forge/mkdocs,2025-04-22 14:56:22.183,1199733.0,1.0,,,,,,,,,,,,,,,, +29,robotframework,robotframework/robotframework,testing,Generic automation framework for acceptance testing and RPA.,,https://github.com/robotframework/robotframework,234.0,https://github.com/robotframework/robotframework,Apache-2.0,2014-06-27 11:10:38.000,2026-07-17 16:22:27.000,2553.0,299.0,11759.0,32,True,robotframework,conda-forge/robotframework,,15366.0,14154.0,https://pypi.org/project/robotframework,2026-07-17 16:22:02.000,2026-03-03 16:28:51.000,7.4.2,153.0,1212.0,4944166.0,4948637.0,https://anaconda.org/conda-forge/robotframework,2026-03-04 14:33:43.144,286155.0,2.0,,,,,,,,,,,,,,,, +30,bandit,PyCQA/bandit,security,Bandit is a tool designed to find common security issues in Python code.,,https://github.com/PyCQA/bandit,197.0,https://github.com/PyCQA/bandit,Apache-2.0,2018-04-26 09:08:12.000,2026-05-25 22:28:37.000,778.0,248.0,8091.0,32,True,bandit,conda-forge/bandit,,70693.0,67317.0,https://pypi.org/project/bandit,2026-02-25 06:44:13.000,2026-02-25 06:44:13.000,1.9.4,51.0,3376.0,27969041.0,27979160.0,https://anaconda.org/conda-forge/bandit,2026-02-25 10:39:26.216,698256.0,1.0,,,,,,,,,,,,,,,, +31,pytest-cov,pytest-dev/pytest-cov,testing,Coverage plugin for pytest.,,https://github.com/pytest-dev/pytest-cov,104.0,https://github.com/pytest-dev/pytest-cov,MIT,2014-04-17 20:01:12.000,2026-04-24 21:33:08.000,239.0,162.0,2051.0,32,True,pytest-cov,conda-forge/pytest-cov,['pytest'],77890.0,,https://pypi.org/project/pytest-cov,2026-03-21 20:11:14.000,2026-03-21 20:11:14.000,7.1.0,54.0,77890.0,222162822.0,222427012.0,https://anaconda.org/conda-forge/pytest-cov,2026-03-22 00:27:51.180,19550112.0,2.0,,,,,,,,,,,,,,,, +32,twine,pypa/twine,build-tools,Utilities for interacting with PyPI.,,https://github.com/pypa/twine,134.0,https://github.com/pypa/twine,Apache-2.0,2013-08-13 15:39:39.000,2026-07-28 15:23:16.257,331.0,57.0,1780.0,32,True,twine,conda-forge/twine,,186250.0,144022.0,https://pypi.org/project/twine,2026-07-27 15:58:59.000,2026-07-27 15:58:59.000,7.0.0,60.0,42228.0,35062429.0,35089703.0,https://anaconda.org/conda-forge/twine,2026-07-28 15:23:16.257,1991021.0,1.0,,,,,,2.0,,,,,,,,,, +33,wheel,pypa/wheel,build-tools,The official binary distribution format for Python.,,https://github.com/pypa/wheel,91.0,https://github.com/pypa/wheel,MIT,2017-07-25 20:24:25.000,2026-04-22 17:23:18.659,180.0,11.0,555.0,32,True,wheel,conda-forge/wheel,,406882.0,390752.0,https://pypi.org/project/wheel,2026-04-22 15:51:26.000,2026-04-22 15:51:26.000,0.47.0,86.0,16130.0,565107508.0,567662600.0,https://anaconda.org/conda-forge/wheel,2026-04-22 17:23:18.659,181411569.0,1.0,,,,,,,,,,,,,,,, +34,py-spy,benfred/py-spy,profiling,Sampling profiler for Python programs.,,https://github.com/benfred/py-spy,57.0,https://github.com/benfred/py-spy,MIT,2018-08-01 02:22:15.000,2026-07-20 17:54:15.000,540.0,236.0,15398.0,31,True,py-spy,conda-forge/py-spy,,9089.0,8848.0,https://pypi.org/project/py-spy,2026-04-24 22:08:45.000,2026-04-24 22:09:42.172,0.4.2,41.0,236.0,24232615.0,24245517.0,https://anaconda.org/conda-forge/py-spy,2026-04-27 18:05:01.608,928958.0,1.0,,,,,,,py-spy,https://crates.io/crates/py-spy,2026-04-24 22:09:42.172,5.0,,,,,, +35,yapf,google/yapf,formatters,A formatter for Python files.,,https://github.com/google/yapf,156.0,https://github.com/google/yapf,Apache-2.0,2015-03-18 18:22:31.000,2025-10-17 16:01:24.000,902.0,418.0,13957.0,31,True,yapf,conda-forge/yapf,,109593.0,108337.0,https://pypi.org/project/yapf,2024-11-14 00:11:39.000,2024-11-14 00:11:39.000,0.43.0,75.0,1256.0,8784576.0,8842097.0,https://anaconda.org/conda-forge/yapf,2025-04-22 14:56:24.153,3623875.0,2.0,,,,,,,,,,,,,,,, +36,pipx,pypa/pipx,dependency-managers,Install and Run Python Applications in Isolated Environments.,,https://github.com/pypa/pipx,207.0,https://github.com/pypa/pipx,MIT,2018-10-06 18:47:46.000,2026-07-29 18:26:25.000,586.0,,12889.0,31,True,pipx,conda-forge/pipx,,4984.0,4877.0,https://pypi.org/project/pipx,2026-07-29 18:26:25.000,2026-07-29 18:26:25.000,1.16.5,85.0,107.0,6964442.0,6968865.0,https://anaconda.org/conda-forge/pipx,2026-06-05 14:08:56.720,243313.0,2.0,,,,,,,,,,,,,,,, +37,pip-tools,jazzband/pip-tools,dependency-managers,A set of tools to keep your pinned Python dependencies fresh.,,https://github.com/jazzband/pip-tools,227.0,https://github.com/jazzband/pip-tools,BSD-3-Clause,2012-09-10 08:50:26.000,2026-07-18 18:49:58.011,667.0,180.0,8008.0,31,True,pip-tools,conda-forge/pip-tools,,41426.0,38307.0,https://pypi.org/project/pip-tools,2026-07-18 12:51:45.000,2026-07-18 12:51:45.000,7.6.0,126.0,3119.0,16804689.0,16809349.0,https://anaconda.org/conda-forge/pip-tools,2026-07-18 18:49:58.011,344862.0,2.0,,,,,,,,,,,,,,,, +38,sphinx,sphinx-doc/sphinx,documentation,The Sphinx documentation generator.,,https://github.com/sphinx-doc/sphinx,910.0,https://github.com/sphinx-doc/sphinx,,2015-01-02 10:53:28.000,2026-03-08 22:44:48.000,2394.0,1423.0,7719.0,31,False,sphinx,conda-forge/sphinx,['sphinx'],526918.0,490861.0,https://pypi.org/project/sphinx,2025-12-31 15:09:25.000,2025-12-31 15:09:25.000,9.1.0,241.0,36057.0,88238906.0,88451430.0,https://anaconda.org/conda-forge/sphinx,2026-01-01 12:53:05.325,15726792.0,1.0,,,,,,,,,,,,,,,, +39,structlog,hynek/structlog,logging,"Simple, powerful, and fast logging for Python.",,https://github.com/hynek/structlog,143.0,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2026-06-06 12:56:29.674,279.0,31.0,4820.0,31,True,structlog,conda-forge/structlog,,41681.0,36710.0,https://pypi.org/project/structlog,2026-06-06 07:33:38.000,2026-06-06 07:33:38.000,26.1.0,43.0,4971.0,109324955.0,109346164.0,https://anaconda.org/conda-forge/structlog,2026-06-06 12:56:29.674,1399850.0,2.0,,,,,,,,,,,,,,,, +40,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,84.0,https://github.com/pytest-dev/pytest-mock,MIT,2014-07-17 00:40:32.000,2026-07-20 21:21:57.000,165.0,16.0,2032.0,31,True,pytest-mock,conda-forge/pytest-mock,['pytest'],148643.0,139230.0,https://pypi.org/project/pytest-mock,2025-09-16 16:37:25.000,2025-09-16 16:37:25.000,3.15.1,66.0,9413.0,100745173.0,100825252.0,https://anaconda.org/conda-forge/pytest-mock,2025-09-17 09:28:14.765,5845786.0,2.0,,,,,,,,,,,,,,,, +41,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,118.0,https://github.com/pytest-dev/pytest-xdist,MIT,2015-09-01 18:51:45.000,2026-07-21 13:35:09.000,274.0,312.0,1877.0,31,True,pytest-xdist,conda-forge/pytest-xdist,['pytest'],144227.0,138610.0,https://pypi.org/project/pytest-xdist,2025-07-01 13:30:56.000,2025-07-01 13:30:56.000,3.8.0,71.0,5617.0,166782858.0,166975211.0,https://anaconda.org/conda-forge/pytest-xdist,2025-07-02 10:39:49.174,13849462.0,2.0,,,,,,,,,,,,,,,, +42,nodeenv,ekalinin/nodeenv,virtual-envs,Virtual environment for Node.js & integrator with virtualenv.,,https://github.com/ekalinin/nodeenv,108.0,https://github.com/ekalinin/nodeenv,BSD-3-Clause,2011-03-29 15:28:56.000,2025-12-27 20:06:33.000,220.0,50.0,1782.0,31,True,nodeenv,conda-forge/nodeenv,,147591.0,147182.0,https://pypi.org/project/nodeenv,2025-12-20 14:08:52.000,2025-12-20 14:08:52.000,1.10.0,75.0,409.0,192181262.0,192307705.0,https://anaconda.org/conda-forge/nodeenv,2025-12-20 20:08:47.195,9230372.0,2.0,,,,,,,,,,,,,,,, +43,parso,davidhalter/parso,linters,A Python Parser.,,https://github.com/davidhalter/parso,53.0,https://github.com/davidhalter/parso,MIT,2017-05-08 20:14:30.000,2026-05-02 11:56:21.593,116.0,11.0,673.0,31,True,parso,conda-forge/parso,,605803.0,604635.0,https://pypi.org/project/parso,2026-05-01 23:12:58.000,2026-05-01 23:12:58.000,0.8.7,30.0,1168.0,131571010.0,132111133.0,https://anaconda.org/conda-forge/parso,2026-05-02 11:56:21.593,38888900.0,1.0,,,,,,,,,,,,,,,, +44,pyright,Microsoft/pyright,type-checkers,Static Type Checker for Python.,,https://github.com/Microsoft/pyright,152.0,https://github.com/Microsoft/pyright,MIT,2019-03-12 03:38:46.000,2026-07-15 21:08:39.000,1799.0,281.0,15523.0,30,True,,,,1802.0,1707.0,,,2026-06-25 00:18:43.863,1.1.411,495.0,,,3201241.0,,,,2.0,,,,,,-1.0,,,,,pyright,https://www.npmjs.com/package/pyright,2026-06-25 00:18:43.863,95.0,3201241.0, +45,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,52.0,https://github.com/asweigart/pyautogui,BSD-3-Clause,2014-07-17 23:30:38.000,2026-05-18 21:26:38.373,1254.0,534.0,10349.0,30,True,pyautogui,conda-forge/pyautogui,,58175.0,57141.0,https://pypi.org/project/pyautogui,2023-05-24 20:13:07.561,2023-05-24 20:13:07.561,0.9.54,51.0,1034.0,2860227.0,2867349.0,https://anaconda.org/conda-forge/pyautogui,2026-05-18 21:26:38.373,491438.0,2.0,,,,,,,,,,,,,,,, +46,PDM,pdm-project/pdm,dependency-managers,A modern Python package and dependency manager supporting the latest PEP standards.,,https://github.com/pdm-project/pdm,255.0,https://github.com/pdm-project/pdm,MIT,2019-12-27 03:50:57.000,2026-06-23 06:06:23.305,475.0,51.0,8643.0,30,True,pdm,conda-forge/pdm,,861.0,625.0,https://pypi.org/project/pdm,2026-06-23 01:50:23.000,2026-06-23 01:50:23.000,2.28.0,250.0,236.0,11912743.0,11945318.0,https://anaconda.org/conda-forge/pdm,2026-06-23 06:06:23.305,1889405.0,2.0,,,,,,,,,,,,,,,, +47,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,501.0,https://github.com/conda/conda,BSD-3-Clause,2012-10-15 22:08:03.000,2026-07-01 15:30:55.710,2182.0,646.0,7443.0,30,True,conda,conda-forge/conda,,51986.0,51903.0,https://pypi.org/project/conda,2017-04-22 23:43:59.218,2017-04-22 23:43:59.218,4.3.16,116.0,83.0,5341.0,1064996.0,https://anaconda.org/conda-forge/conda,2026-07-01 15:30:55.710,78414541.0,2.0,,,,,,,,,,,,,,,, +48,sphinx_rtd_theme,readthedocs/sphinx_rtd_theme,documentation,Sphinx theme from Read the Docs.,,https://github.com/readthedocs/sphinx_rtd_theme,122.0,https://github.com/readthedocs/sphinx_rtd_theme,MIT,2013-10-17 17:10:49.000,2026-07-29 08:40:54.298,1814.0,266.0,5031.0,30,True,sphinx_rtd_theme,conda-forge/sphinx_rtd_theme,['sphinx'],20329.0,16.0,https://pypi.org/project/sphinx_rtd_theme,2026-01-12 16:03:28.000,2026-01-12 16:03:28.000,3.1.0,64.0,20313.0,14313468.0,14387374.0,https://anaconda.org/conda-forge/sphinx_rtd_theme,2026-07-29 08:40:54.298,5395189.0,2.0,,,,,,,,,,,,,,,, +49,invoke,pyinvoke/invoke,build-tools,Pythonic task management & command execution.,,https://github.com/pyinvoke/invoke,63.0,https://github.com/pyinvoke/invoke,BSD-2-Clause,2012-02-29 23:59:23.000,2026-04-07 16:34:39.989,388.0,441.0,4730.0,30,True,invoke,conda-forge/invoke,,35757.0,34403.0,https://pypi.org/project/invoke,2026-04-07 15:17:46.000,2026-04-07 15:17:46.000,3.0.3,71.0,1354.0,82895791.0,82939290.0,https://anaconda.org/conda-forge/invoke,2026-04-07 16:34:39.989,2870991.0,2.0,,,,,,,,,,,,,,,, +50,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,108.0,https://github.com/astanin/python-tabulate,MIT,2019-09-02 14:34:19.000,2026-03-11 08:45:56.000,195.0,77.0,2578.0,30,True,tabulate,conda-forge/tabulate,,12252.0,,https://pypi.org/project/tabulate,2026-03-04 18:55:31.000,2026-03-04 18:55:31.000,0.10.0,28.0,12252.0,230061736.0,230268746.0,https://anaconda.org/conda-forge/tabulate,2026-03-05 17:47:04.179,13455700.0,2.0,,,,,,,,,,,,,,,, +51,sentry-sdk,getsentry/sentry-python,logging,The official Python SDK for Sentry.io.,,https://github.com/getsentry/sentry-python,340.0,https://github.com/getsentry/sentry-python,MIT,2018-06-18 22:51:10.000,2026-07-22 21:12:46.516,642.0,419.0,2198.0,30,True,sentry-sdk,conda-forge/sentry-sdk,,1834.0,,https://pypi.org/project/sentry-sdk,2026-07-22 12:26:52.000,2026-07-22 12:26:52.000,2.66.1,342.0,1834.0,159828598.0,159854257.0,https://anaconda.org/conda-forge/sentry-sdk,2026-07-22 21:12:46.516,1873156.0,2.0,,,,,,,,,,,,,,,, +52,safety,pyupio/safety,security,Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for..,,https://github.com/pyupio/safety,56.0,https://github.com/pyupio/safety,MIT,2016-10-19 13:22:56.000,2026-05-30 13:02:50.499,183.0,62.0,1982.0,30,True,safety,conda-forge/safety,,21729.0,20289.0,https://pypi.org/project/safety,2026-05-29 15:09:31.000,2026-05-29 15:09:31.000,3.8.1,118.0,1440.0,4708595.0,4711419.0,https://anaconda.org/conda-forge/safety,2026-05-30 13:02:50.499,189222.0,2.0,,,,,,,,,,,,,,,, +53,pyflakes,PyCQA/pyflakes,linters,A simple program which checks Python source files for errors.,,https://github.com/PyCQA/pyflakes,88.0,https://github.com/PyCQA/pyflakes,MIT,2014-04-07 06:19:46.000,2025-06-21 07:47:51.807,182.0,61.0,1448.0,30,False,pyflakes,conda-forge/pyflakes,,336578.0,335273.0,https://pypi.org/project/pyflakes,2025-06-20 18:45:26.000,2025-06-20 18:45:26.000,3.4.0,42.0,1305.0,63374836.0,63544414.0,https://anaconda.org/conda-forge/pyflakes,2025-06-21 07:47:51.807,10853038.0,2.0,,,,,,,,,,,,,,,, +54,setuptools_scm,pypa/setuptools_scm,build-tools,the blessed package to manage your versions by scm tags.,,https://setuptools-scm.readthedocs.io/en/latest/,162.0,,MIT,2020-05-25 12:53:29.627,2026-07-21 17:06:42.928,242.0,,949.0,30,True,setuptools_scm,conda-forge/setuptools_scm,,36280.0,33592.0,https://pypi.org/project/setuptools_scm,2026-07-21 08:08:03.000,2026-07-21 08:08:03.000,10.2.1,107.0,2688.0,127316922.0,127425519.0,https://anaconda.org/conda-forge/setuptools_scm,2026-07-21 17:06:42.928,8036200.0,2.0,,,,,,2.0,,,,,,,,,, +55,packaging,pypa/packaging,packaging,Core utilities for Python packages.,,https://github.com/pypa/packaging,148.0,https://github.com/pypa/packaging,,2014-05-15 22:49:43.000,2026-04-25 07:54:06.589,292.0,99.0,725.0,30,False,packaging,conda-forge/packaging,,1922722.0,1903590.0,https://pypi.org/project/packaging,2026-04-24 20:15:22.000,,,53.0,19132.0,2097005464.0,2098535469.0,https://anaconda.org/conda-forge/packaging,2026-04-25 07:54:06.589,113220428.0,1.0,,,,,,,,,,,,,,,, +56,Nuitka,Nuitka/Nuitka,packaging,"Nuitka is a Python compiler written in Python. Its fully compatible with Python 2.6, 2.7, 3.4-3.14. You feed it your..",,https://github.com/Nuitka/Nuitka,210.0,https://github.com/Nuitka/Nuitka,AGPL-3.0,2013-04-23 15:40:33.000,2026-06-24 07:37:38.433,781.0,177.0,14933.0,29,True,nuitka,conda-forge/nuitka,,4197.0,3962.0,https://pypi.org/project/nuitka,2026-06-21 10:48:04.000,2026-06-21 10:48:04.000,4.1.3,383.0,235.0,468144.0,516291.0,https://anaconda.org/conda-forge/nuitka,2026-06-24 07:37:38.433,3562884.0,2.0,,,,,,,,,,,,,,,, +57,pyinstrument,joerick/pyinstrument,profiling,Call stack profiler for Python. Shows you why your code is slow!.,,https://github.com/joerick/pyinstrument,78.0,https://github.com/joerick/pyinstrument,BSD-3-Clause,2014-03-13 17:53:13.000,2026-07-30 05:12:42.736,296.0,26.0,7990.0,29,True,pyinstrument,conda-forge/pyinstrument,,4847.0,4509.0,https://pypi.org/project/pyinstrument,2026-07-29 17:17:16.000,2026-07-29 17:17:16.000,5.1.3,56.0,338.0,10322409.0,10340908.0,https://anaconda.org/conda-forge/pyinstrument,2026-07-30 05:12:42.736,1313496.0,2.0,,,,,,2.0,,,,,,,,,, +58,autopep8,hhatto/autopep8,formatters,A tool that automatically formats Python code to conform to the PEP 8 style guide.,,https://github.com/hhatto/autopep8,64.0,https://github.com/hhatto/autopep8,MIT,2010-12-29 20:08:51.000,2025-04-22 14:56:24.132,289.0,124.0,4586.0,29,False,autopep8,conda-forge/autopep8,,233372.0,231685.0,https://pypi.org/project/autopep8,2025-01-14 14:46:15.000,2025-01-14 14:46:15.000,2.3.2,82.0,1687.0,10335539.0,10377175.0,https://anaconda.org/conda-forge/autopep8,2025-04-22 14:56:24.132,3039459.0,3.0,,,,,,,,,,,,,,,, +59,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,228.0,https://github.com/wemake-services/wemake-python-styleguide,MIT,2018-03-09 21:04:25.000,2026-07-26 09:13:26.000,423.0,22.0,2876.0,29,True,wemake-python-styleguide,,,17819.0,17693.0,https://pypi.org/project/wemake-python-styleguide,2026-07-26 09:13:05.000,2026-07-26 09:13:05.000,1.7.0,69.0,126.0,268538.0,268538.0,,,,2.0,,,,,,,,,,,,,,,, +60,mkdocstrings,mkdocstrings/mkdocstrings,documentation,"Automatic documentation from sources, for MkDocs.",,https://github.com/mkdocstrings/mkdocstrings,55.0,https://github.com/mkdocstrings/mkdocstrings,ISC,2019-12-09 18:09:09.000,2026-07-12 16:34:45.346,125.0,8.0,2083.0,29,True,mkdocstrings,conda-forge/mkdocstrings,['mkdocs'],31405.0,29297.0,https://pypi.org/project/mkdocstrings,2026-07-11 19:38:04.000,2026-07-11 19:38:04.000,1.0.6,77.0,2108.0,7766766.0,7772385.0,https://anaconda.org/conda-forge/mkdocstrings,2026-07-12 16:34:45.346,387730.0,2.0,,,,,,,,,,,,,,,, +61,python-json-logger,madzak/python-json-logger,logging,Json Formatter for the standard python logger.,,https://github.com/madzak/python-json-logger,64.0,https://github.com/madzak/python-json-logger,BSD-2-Clause,2011-12-27 05:12:26.000,2026-06-09 20:37:52.672,233.0,30.0,1764.0,29,True,python-json-logger,conda-forge/python-json-logger,,1404.0,,https://pypi.org/project/python-json-logger,2026-03-29 04:39:55.000,2026-03-29 04:39:55.000,4.1.0,38.0,1404.0,117874170.0,118121215.0,https://anaconda.org/conda-forge/python-json-logger,2026-06-09 20:37:52.672,17046170.0,2.0,,,,,,,,,,,,,,,, +62,prettytable,jazzband/prettytable,logging,A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.,,https://github.com/prettytable/prettytable,74.0,,,2020-11-03 13:58:59.240,2026-06-24 17:09:24.467,191.0,,1662.0,29,False,prettytable,conda-forge/prettytable,,85700.0,82545.0,https://pypi.org/project/prettytable,2026-06-22 16:07:48.000,2026-06-22 16:07:48.000,3.18.0,43.0,3155.0,54296715.0,54380234.0,https://anaconda.org/conda-forge/prettytable,2026-06-24 17:09:24.467,5679354.0,2.0,,,,,,,,,,,,,,,, +63,colorlog,borntyping/python-colorlog,logging,A colored formatter for the python logging module.,,https://github.com/borntyping/python-colorlog,37.0,https://github.com/borntyping/python-colorlog,MIT,2012-09-05 17:57:21.000,2026-07-23 13:40:39.000,99.0,,967.0,29,True,colorlog,conda-forge/colorlog,,70438.0,67236.0,https://pypi.org/project/colorlog,2026-07-23 13:40:39.000,2026-07-23 13:40:39.000,6.12.0,72.0,3202.0,63373617.0,63476599.0,https://anaconda.org/conda-forge/colorlog,2026-07-18 06:40:53.666,7414769.0,2.0,,,,,,,,,,,,,,,, +64,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,50.0,https://github.com/mkdocstrings/griffe,ISC,2021-09-09 21:49:44.000,2026-06-21 05:44:41.650,67.0,33.0,657.0,29,True,griffe,conda-forge/griffe,,18632.0,18019.0,https://pypi.org/project/griffe,2026-06-19 12:05:39.000,2026-06-19 12:05:39.000,2.1.0,153.0,613.0,31099479.0,31118989.0,https://anaconda.org/conda-forge/griffe,2026-06-21 05:44:41.650,1014536.0,2.0,,,,,,,,,,,,,,,, +65,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,12.0,https://github.com/alexmojaki/executing,MIT,2019-05-25 08:22:26.000,2026-06-30 21:02:35.000,39.0,22.0,397.0,29,True,executing,conda-forge/executing,,345482.0,344681.0,https://pypi.org/project/executing,2025-09-01 09:48:08.000,2025-09-01 09:48:08.000,2.2.1,36.0,801.0,136872302.0,137295647.0,https://anaconda.org/conda-forge/executing,2025-09-01 12:24:49.483,29210866.0,1.0,,,,,,,,,,,,,,,, +66,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,76.0,https://github.com/bndr/pipreqs,Apache-2.0,2015-04-22 16:38:14.000,2026-06-20 01:42:38.983,416.0,216.0,7360.0,28,True,pipreqs,conda-forge/pipreqs,,40921.0,40598.0,https://pypi.org/project/pipreqs,2024-02-18 17:49:34.000,2024-02-18 17:49:34.000,0.5.0,43.0,323.0,950575.0,952987.0,https://anaconda.org/conda-forge/pipreqs,2026-06-20 01:42:38.983,123025.0,3.0,,,,,,,,,,,,,,,, +67,typeguard,agronholm/typeguard,type-checkers,Run-time type checker for Python.,,https://github.com/agronholm/typeguard,53.0,https://github.com/agronholm/typeguard,,2015-12-27 23:15:37.000,2026-07-26 14:18:54.859,134.0,25.0,1774.0,28,False,typeguard,conda-forge/typeguard,,50127.0,46303.0,https://pypi.org/project/typeguard,2026-07-26 08:40:21.000,2026-05-14 12:59:39.000,4.5.2,78.0,3824.0,74644369.0,74672121.0,https://anaconda.org/conda-forge/typeguard,2026-07-26 14:18:54.859,2025966.0,3.0,,,,,,,,,,,,,,,, +68,nox,theacodes/nox,testing,Flexible test automation.,,https://github.com/wntrblm/nox,124.0,,Apache-2.0,2020-06-01 17:26:06.894,2026-07-12 04:20:09.685,185.0,,1535.0,28,True,nox,conda-forge/nox,['pytest'],10059.0,8263.0,https://pypi.org/project/nox,2026-07-12 00:32:18.000,2026-07-12 00:32:18.000,2026.7.11,34.0,1796.0,6117046.0,6125528.0,https://anaconda.org/conda-forge/nox,2026-07-12 04:20:09.685,619200.0,2.0,,,,,,,,,,,,,,,, +69,pytest-bdd,pytest-dev/pytest-bdd,testing,BDD library for the pytest runner.,,https://github.com/pytest-dev/pytest-bdd,71.0,https://github.com/pytest-dev/pytest-bdd,MIT,2013-03-29 07:27:43.000,2026-07-20 21:21:53.000,244.0,88.0,1457.0,28,True,pytest-bdd,conda-forge/pytest-bdd,['pytest'],5101.0,4995.0,https://pypi.org/project/pytest-bdd,2024-12-05 21:45:56.000,2024-12-05 21:45:56.000,8.1.0,106.0,106.0,3439355.0,3441415.0,https://anaconda.org/conda-forge/pytest-bdd,2026-07-03 23:47:55.993,78302.0,2.0,,,,,,,,,,,,,,,, +70,nose,nose-devs/nose,testing,nose is nicer testing for python.,,https://github.com/nose-devs/nose,95.0,https://github.com/nose-devs/nose,LGPL-2.1+,2011-12-13 19:36:32.000,2025-04-22 14:56:22.777,391.0,451.0,1363.0,28,False,nose,conda-forge/nose,,174129.0,171434.0,https://pypi.org/project/nose,2015-06-02 09:12:36.000,2015-06-02 09:12:36.000,1.3.7,14.0,2695.0,9500348.0,9533748.0,https://anaconda.org/conda-forge/nose,2025-04-22 14:56:22.777,4074908.0,2.0,,,,,,,,,,,,,,,, +71,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,93.0,https://github.com/PyCQA/flake8-bugbear,MIT,2016-03-15 20:54:43.000,2026-05-29 17:31:00.000,116.0,62.0,1116.0,28,True,flake8-bugbear,conda-forge/flake8-bugbear,['flake8'],44222.0,42692.0,https://pypi.org/project/flake8-bugbear,2025-11-29 20:51:56.000,2025-11-29 20:51:56.000,25.11.29,75.0,1530.0,4867763.0,4881322.0,https://anaconda.org/conda-forge/flake8-bugbear,2025-12-02 02:02:52.947,922048.0,2.0,,,,,,,,,,,,,,,, +72,alabaster,bitprophet/alabaster,documentation,"A light, configurable Sphinx theme.",,https://alabaster.readthedocs.io/,42.0,,BSD-3-Clause,2023-01-13 21:36:20.639,2025-04-22 14:56:25.041,188.0,,766.0,28,False,alabaster,conda-forge/alabaster,['sphinx'],166058.0,165431.0,https://pypi.org/project/alabaster,2024-07-26 18:15:02.000,2024-07-26 18:15:02.000,1.0.0,30.0,627.0,29056258.0,29341872.0,https://anaconda.org/conda-forge/alabaster,2025-04-22 14:56:25.041,11995811.0,2.0,,,,,,,,,,,,,,,, +73,mccabe,PyCQA/mccabe,code-metrics,McCabe complexity checker for Python.,,https://github.com/PyCQA/mccabe,24.0,https://github.com/PyCQA/mccabe,Saxpath,2013-02-20 22:19:04.000,2025-04-22 14:56:24.539,63.0,10.0,680.0,28,True,mccabe,conda-forge/mccabe,,525467.0,524533.0,https://pypi.org/project/mccabe,2022-01-24 01:14:49.000,2022-01-24 01:14:49.000,0.7.0,13.0,934.0,90391314.0,90620459.0,https://anaconda.org/conda-forge/mccabe,2025-04-22 14:56:24.539,12373843.0,1.0,,,,,,,,,,,,,,,, +74,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,70.0,https://github.com/tox-dev/sphinx-autodoc-typehints,MIT,2015-09-21 20:41:41.000,2026-07-21 17:05:17.622,113.0,,585.0,28,True,sphinx-autodoc-typehints,conda-forge/sphinx-autodoc-typehints,['sphinx'],68976.0,61406.0,https://pypi.org/project/sphinx-autodoc-typehints,2026-07-21 13:10:43.000,2026-07-21 13:10:43.000,3.13.0,128.0,7570.0,9119167.0,9134578.0,https://anaconda.org/conda-forge/sphinx-autodoc-typehints,2026-07-21 17:05:17.622,1125074.0,2.0,,,,,,,,,,,,,,,, +75,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,250.0,https://github.com/nicolargo/glances,,2011-12-04 08:49:15.000,2026-07-06 12:34:09.843,1762.0,105.0,33001.0,27,False,glances,conda-forge/glances,,1247.0,1241.0,https://pypi.org/project/glances,2026-06-13 13:41:00.000,2026-06-13 13:41:00.000,4.5.5,137.0,6.0,110591.0,124339.0,https://anaconda.org/conda-forge/glances,2026-07-06 12:34:09.843,907416.0,2.0,,,,,,,,,,,,,,,, +76,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,62.0,https://github.com/plasma-umass/scalene,Apache-2.0,2019-12-17 20:56:28.000,2026-05-12 18:45:56.000,435.0,151.0,13412.0,27,True,scalene,,,1126.0,1051.0,https://pypi.org/project/scalene,2026-05-12 18:45:56.000,2026-05-12 18:45:56.000,2.3.0,189.0,75.0,368796.0,368796.0,,,,2.0,,,,,,,,,,,,,,,, +77,icecream,gruns/icecream,debugging,Never use print() to debug again.,,https://github.com/gruns/icecream,38.0,https://github.com/gruns/icecream,MIT,2018-02-13 18:56:12.000,2026-07-06 18:45:38.000,224.0,64.0,10056.0,27,True,icecream,conda-forge/icecream,,622.0,24.0,https://pypi.org/project/icecream,2026-04-03 17:42:50.000,2026-04-03 17:42:50.000,2.2.0,26.0,598.0,1899798.0,1901583.0,https://anaconda.org/conda-forge/icecream,2026-04-04 14:02:00.745,112512.0,1.0,,,,,,,,,,,,,,,, +78,xonsh,xonsh/xonsh,shell,"Python-powered shell. Full-featured, cross-platform and AI-friendly.",,https://github.com/xonsh/xonsh,390.0,https://github.com/xonsh/xonsh,BSD-1-Clause,2015-01-21 22:05:27.000,2026-07-02 11:02:41.000,729.0,68.0,9538.0,27,False,xonsh,,,1077.0,896.0,https://pypi.org/project/xonsh,2026-07-02 11:02:41.000,2026-07-02 11:02:41.000,0.24.0,163.0,181.0,364207.0,364207.0,,,,1.0,,,,,,,,,,,,,,,, +79,pycodestyle,PyCQA/pycodestyle,linters,Simple Python style checker in one Python file.,,https://github.com/PyCQA/pycodestyle,137.0,https://github.com/PyCQA/pycodestyle,MIT,2009-10-02 00:43:37.000,2025-12-22 21:54:22.000,752.0,106.0,5156.0,27,True,pycodestyle,conda-forge/pycodestyle,,2210.0,,https://pypi.org/project/pycodestyle,2025-06-20 18:49:47.000,2025-03-29 17:33:29.000,2.13.0,23.0,2210.0,86262141.0,86437085.0,https://anaconda.org/conda-forge/pycodestyle,2025-06-22 18:14:44.520,11196472.0,2.0,,,,,,,,,,,,,,,, +80,mimesis,lk-geimfari/mimesis,testing,Mimesis is a fast Python library for generating fake data in multiple languages.,,https://github.com/lk-geimfari/mimesis,130.0,https://github.com/lk-geimfari/mimesis,MIT,2016-09-09 21:41:22.000,2026-07-16 13:09:34.000,359.0,20.0,4830.0,27,True,mimesis,conda-forge/mimesis,,2433.0,2331.0,https://pypi.org/project/mimesis,2026-07-16 13:09:34.000,2026-07-16 13:09:34.000,21.0.0,64.0,102.0,2516279.0,2521715.0,https://anaconda.org/conda-forge/mimesis,2026-01-11 13:15:04.094,391408.0,2.0,,,,,,3.0,,,,,,,,,, +81,vulture,jendrikseipp/vulture,refactoring,Find dead Python code.,,https://github.com/jendrikseipp/vulture,55.0,https://github.com/jendrikseipp/vulture,MIT,2017-03-06 08:00:18.000,2026-04-30 05:28:50.000,197.0,65.0,4736.0,27,True,vulture,conda-forge/vulture,,8229.0,7566.0,https://pypi.org/project/vulture,2026-03-25 14:41:26.000,2023-08-21 14:26:43.000,2.9.1,56.0,663.0,10615562.0,10618987.0,https://anaconda.org/conda-forge/vulture,2026-03-26 01:59:07.768,246642.0,1.0,,,,,,,,,,,,,,,, +82,freezegun,spulec/freezegun,testing,Let your Python tests travel through time.,,https://github.com/spulec/freezegun,126.0,https://github.com/spulec/freezegun,Apache-2.0,2012-12-11 05:11:00.000,2025-08-19 19:29:42.000,288.0,146.0,4454.0,27,True,freezegun,conda-forge/freezegun,,1272.0,,https://pypi.org/project/freezegun,2025-08-09 10:39:06.000,2025-08-09 10:39:06.000,1.5.5,68.0,1272.0,58116164.0,58148106.0,https://anaconda.org/conda-forge/freezegun,2025-08-09 15:49:47.831,2235958.0,2.0,,,,,,,,,,,,,,,, +83,beartype,beartype/beartype,linters,Unbearably fast near-real-time pure-Python runtime-static type-checker.,,https://github.com/beartype/beartype,33.0,https://github.com/beartype/beartype,MIT,2020-04-03 06:06:22.000,2026-03-21 07:08:29.000,72.0,104.0,3387.0,27,True,beartype,conda-forge/beartype,,14268.0,13369.0,https://pypi.org/project/beartype,2025-12-13 06:50:28.000,2025-12-13 06:50:28.000,0.22.9,64.0,899.0,94674993.0,94685602.0,https://anaconda.org/conda-forge/beartype,2025-12-14 12:37:53.323,774514.0,2.0,,,,,,,,,,,,,,,, +84,scons,SCons/scons,build-tools,SCons - a software construction tool.,,https://github.com/SCons/scons,172.0,https://github.com/SCons/scons,MIT,2017-09-24 19:23:46.000,2026-03-15 01:43:25.000,341.0,655.0,2359.0,27,True,scons,conda-forge/scons,,4370.0,4312.0,https://pypi.org/project/scons,2025-11-16 22:43:35.000,2025-11-16 22:43:35.000,4.10.1,42.0,58.0,988263.0,1009619.0,https://anaconda.org/conda-forge/scons,2025-11-17 08:09:00.894,1516309.0,2.0,,,,,,,,,,,,,,,, +85,pyelftools,eliben/pyelftools,debugging,Parsing ELF and DWARF in Python.,,https://github.com/eliben/pyelftools,112.0,https://github.com/eliben/pyelftools,Unlicense,2013-06-08 22:55:54.000,2026-06-04 13:09:59.000,545.0,57.0,2268.0,27,True,pyelftools,conda-forge/pyelftools,,12790.0,12425.0,https://pypi.org/project/pyelftools,2026-05-29 12:56:20.000,,,14.0,365.0,15353968.0,15378523.0,https://anaconda.org/conda-forge/pyelftools,2026-05-29 16:30:09.439,1694309.0,1.0,,,,,,,,,,,,,,,, +86,rope,python-rope/rope,refactoring,a python refactoring library.,,https://github.com/python-rope/rope,85.0,https://github.com/python-rope/rope,LGPL-3.0,2013-11-30 15:30:20.000,2025-07-13 00:41:35.626,171.0,120.0,2127.0,27,True,rope,conda-forge/rope,,79524.0,79200.0,https://pypi.org/project/rope,2025-07-12 17:46:05.000,2025-07-12 17:46:05.000,1.14.0,95.0,324.0,1545267.0,1583112.0,https://anaconda.org/conda-forge/rope,2025-07-13 00:41:35.626,2611306.0,1.0,,,,,,,,,,,,,,,, +87,ipdb,gotcha/ipdb,debugging,Integration of IPython pdb.,,https://github.com/gotcha/ipdb,60.0,https://github.com/gotcha/ipdb,BSD-3-Clause,2011-01-15 17:51:47.000,2025-04-22 14:56:25.687,147.0,72.0,1843.0,27,False,ipdb,conda-forge/ipdb,,70212.0,69094.0,https://pypi.org/project/ipdb,2023-03-09 15:41:00.602,2023-03-09 15:41:00.602,0.13.13,46.0,1118.0,17605400.0,17618645.0,https://anaconda.org/conda-forge/ipdb,2025-04-22 14:56:25.687,966895.0,1.0,,,,,,,,,,,,,,,, +88,Yappi,sumerc/yappi,profiling,"Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.",,https://github.com/sumerc/yappi,35.0,https://github.com/sumerc/yappi,MIT,2009-10-07 20:46:30.000,2026-05-22 17:26:59.000,82.0,18.0,1713.0,27,True,yappi,conda-forge/yappi,,1812.0,1723.0,https://pypi.org/project/yappi,2026-03-17 22:30:39.000,2026-03-17 22:30:39.000,1.7.6,30.0,89.0,4020515.0,4026785.0,https://anaconda.org/conda-forge/yappi,2026-03-18 02:24:56.258,432635.0,2.0,,,,,,,,,,,,,,,, +89,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,58.0,https://github.com/Teemu/pytest-sugar,BSD-3-Clause,2013-06-25 21:09:27.000,2025-12-12 14:52:24.000,81.0,32.0,1509.0,27,True,pytest-sugar,conda-forge/pytest-sugar,['pytest'],32372.0,30871.0,https://pypi.org/project/pytest-sugar,2025-08-23 12:19:34.000,2025-08-23 12:19:34.000,1.1.1,32.0,1501.0,7791082.0,7800201.0,https://anaconda.org/conda-forge/pytest-sugar,2025-08-24 22:40:41.102,638350.0,2.0,,,,,,,,,,,,,,,, +90,pytest-html,pytest-dev/pytest-html,testing,Plugin for generating HTML reports for pytest results.,,https://github.com/pytest-dev/pytest-html,66.0,https://github.com/pytest-dev/pytest-html,MPL-2.0,2015-04-14 19:22:42.000,2026-03-16 20:08:13.000,252.0,185.0,769.0,27,True,pytest-html,conda-forge/pytest-html,['pytest'],60324.0,59227.0,https://pypi.org/project/pytest-html,2026-01-19 11:25:25.000,2026-01-19 11:25:25.000,4.2.0,59.0,1097.0,21068533.0,21086123.0,https://anaconda.org/conda-forge/pytest-html,2026-01-21 10:01:29.357,1196168.0,2.0,,,,,,,,,,,,,,,, +91,coveralls-python,TheKevJames/coveralls-python,testing,Show coverage stats online via coveralls.io.,,https://github.com/TheKevJames/coveralls-python,67.0,https://github.com/TheKevJames/coveralls-python,MIT,2013-02-06 20:48:39.000,2026-02-28 18:09:14.813,186.0,8.0,569.0,27,True,coveralls,conda-forge/coveralls,['pytest'],39717.0,37165.0,https://pypi.org/project/coveralls,2026-02-28 15:16:46.000,2026-02-28 15:16:46.000,4.1.0,48.0,2552.0,1168790.0,1191772.0,https://anaconda.org/conda-forge/coveralls,2026-02-28 18:09:14.813,1654744.0,2.0,,,,,,,,,,,,,,,, +92,python-coloredlogs,xolox/python-coloredlogs,logging,Colored terminal output for Pythons logging module.,,https://github.com/xolox/python-coloredlogs,17.0,https://github.com/xolox/python-coloredlogs,MIT,2013-05-30 18:57:12.000,2025-11-03 20:57:10.317,45.0,36.0,548.0,27,True,coloredlogs,anaconda/coloredlogs,,89009.0,87080.0,https://pypi.org/project/coloredlogs,2021-06-11 10:24:04.382,2021-06-11 10:24:04.382,15.0.1,63.0,1929.0,37964327.0,37964557.0,https://anaconda.org/anaconda/coloredlogs,2025-11-03 20:57:10.317,24435.0,3.0,,,,,,,,,,,,,,,, +93,PySnooper,cool-RR/PySnooper,debugging,Never use print for debugging again.,,https://github.com/cool-RR/PySnooper,30.0,https://github.com/cool-RR/PySnooper,MIT,2019-04-18 13:55:43.000,2025-05-31 23:22:45.000,950.0,29.0,16484.0,26,False,pysnooper,conda-forge/pysnooper,,2203.0,2136.0,https://pypi.org/project/pysnooper,2025-05-31 23:22:45.000,2025-05-31 23:22:45.000,1.2.3,62.0,67.0,512442.0,514632.0,https://anaconda.org/conda-forge/pysnooper,2025-04-22 14:57:05.002,153340.0,2.0,,,,,,,,,,,,,,,, +94,memray,bloomberg/memray,profiling,Memray is a memory profiler for Python.,,https://github.com/bloomberg/memray,72.0,https://github.com/bloomberg/memray,Apache-2.0,2022-04-08 18:04:11.000,2026-04-08 21:39:29.068,438.0,50.0,14977.0,26,True,memray,conda-forge/memray,,175.0,24.0,https://pypi.org/project/memray,2026-04-08 18:47:39.000,2026-04-08 18:47:39.000,1.19.3,36.0,151.0,15291752.0,15306243.0,https://anaconda.org/conda-forge/memray,2026-04-08 21:39:29.068,739051.0,2.0,,,,,,,,,,,,,,,, +95,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,11.0,https://github.com/rsalmei/alive-progress,MIT,2019-08-05 05:54:30.000,2026-03-08 05:23:32.352,214.0,14.0,5947.0,26,True,alive-progress,conda-forge/alive-progress,,5736.0,5147.0,https://pypi.org/project/alive-progress,2025-07-20 02:10:37.000,2025-07-20 02:10:37.000,3.3.0,36.0,589.0,3685539.0,3690057.0,https://anaconda.org/conda-forge/alive-progress,2026-03-08 05:23:32.352,325330.0,3.0,,,,,,,,,,,,,,,, +96,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,39.0,https://github.com/dashingsoft/pyarmor,SGI-B-2.0,2017-08-26 04:11:53.000,2026-07-23 13:18:37.000,359.0,13.0,5145.0,26,False,pyarmor,,,2191.0,2051.0,https://pypi.org/project/pyarmor,2026-07-23 13:18:20.000,2026-07-23 13:18:20.000,9.2.6,376.0,140.0,611308.0,611308.0,,,,2.0,,,,,,,,,,,,,,,, +97,pytype,google/pytype,type-checkers,A static type analyzer for Python code.,,https://github.com/google/pytype,112.0,https://github.com/google/pytype,Apache-2.0,2015-03-18 20:52:08.000,2025-06-23 16:59:58.000,288.0,204.0,4914.0,26,False,pytype,conda-forge/pytype,,4596.0,4365.0,https://pypi.org/project/pytype,2024-10-11 08:28:27.000,2024-10-11 08:28:27.000,2024.10.11,204.0,231.0,996986.0,1005951.0,https://anaconda.org/conda-forge/pytype,2025-04-22 14:57:26.233,654453.0,3.0,,,,,,,,,,,,,,,, +98,briefcase,beeware/briefcase,packaging,Tools to support converting a Python project into a standalone native application.,,https://github.com/beeware/briefcase,221.0,https://github.com/beeware/briefcase,BSD-3-Clause,2015-07-28 15:20:03.000,2026-07-08 01:41:31.000,525.0,171.0,3315.0,26,True,briefcase,,,922.0,877.0,https://pypi.org/project/briefcase,2026-07-08 01:41:31.000,2026-07-08 01:41:31.000,0.4.4,66.0,45.0,40402.0,40402.0,,,,2.0,,,,,,,,,,,,,,,, +99,flit,pypa/flit,build-tools,Simplified packaging of Python modules.,,https://github.com/pypa/flit,83.0,https://github.com/pypa/flit,BSD-3-Clause,2015-03-13 21:22:27.000,2025-10-25 10:18:36.000,149.0,133.0,2231.0,26,True,flit,conda-forge/flit,,3755.0,2825.0,https://pypi.org/project/flit,2025-03-25 08:03:19.000,2025-03-25 08:03:19.000,3.12.0,53.0,930.0,16796209.0,16802769.0,https://anaconda.org/conda-forge/flit,2025-04-22 14:56:31.709,459238.0,3.0,,,,,,,,,,,,,,,, +100,prospector,PyCQA/prospector,code-metrics,Prospector is a tool to analyse Python code by aggregating the result of other tools.,,http://prospector.readthedocs.io,98.0,,GPL-2.0,2020-11-18 00:26:12.696,2026-07-16 16:30:40.568,180.0,,2086.0,26,True,prospector,conda-forge/prospector,,5860.0,5551.0,https://pypi.org/project/prospector,2026-07-16 09:09:40.000,2026-07-16 09:09:40.000,1.19.1,147.0,309.0,473014.0,476799.0,https://anaconda.org/conda-forge/prospector,2026-07-16 16:30:40.568,257417.0,2.0,,,,,,,,,,,,,,,, +101,doit,pydoit/doit,build-tools,CLI task management & automation tool.,,https://github.com/pydoit/doit,70.0,https://github.com/pydoit/doit,MIT,2014-02-14 22:21:23.000,2026-02-12 12:57:06.000,187.0,92.0,2025.0,26,True,doit,conda-forge/doit,,2421.0,2279.0,https://pypi.org/project/doit,2026-02-09 07:02:10.000,2026-02-09 07:02:10.000,0.37.0,49.0,142.0,784246.0,792113.0,https://anaconda.org/conda-forge/doit,2026-02-09 22:04:00.322,574306.0,3.0,,,,,,,,,,,,,,,, +102,radon,rubik/radon,code-metrics,Various code metrics for Python code.,,https://github.com/rubik/radon,60.0,https://github.com/rubik/radon,MIT,2012-09-20 18:58:58.000,2025-04-22 14:56:42.827,126.0,41.0,1873.0,26,False,radon,conda-forge/radon,,8342.0,8125.0,https://pypi.org/project/radon,2023-03-26 06:25:00.948,2023-03-26 06:25:00.948,6.0.1,56.0,217.0,5505226.0,5507090.0,https://anaconda.org/conda-forge/radon,2025-04-22 14:56:42.827,132350.0,2.0,,,,,,,,,,,,,,,, +103,pytest-benchmark,ionelmc/pytest-benchmark,testing,pytest fixture for benchmarking code.,,https://github.com/ionelmc/pytest-benchmark,55.0,https://github.com/ionelmc/pytest-benchmark,BSD-2-Clause,2014-10-10 10:55:33.000,2026-06-16 09:42:10.000,138.0,122.0,1444.0,26,True,pytest-benchmark,conda-forge/pytest-benchmark,['pytest'],1871.0,,https://pypi.org/project/pytest-benchmark,2025-11-09 18:48:39.000,2025-11-09 18:48:39.000,5.2.3,50.0,1871.0,13653811.0,13705907.0,https://anaconda.org/conda-forge/pytest-benchmark,2025-11-09 19:28:27.412,3282098.0,3.0,,,,,,,,,,,,,,,, +104,asv,airspeed-velocity/asv,testing,Airspeed Velocity: A simple Python benchmarking tool with web-based reporting.,,https://github.com/airspeed-velocity/asv,98.0,https://github.com/airspeed-velocity/asv,BSD-3-Clause,2013-11-07 20:43:31.000,2026-06-27 10:39:32.742,207.0,170.0,1006.0,26,True,asv,conda-forge/asv,,1977.0,1765.0,https://pypi.org/project/asv,2026-06-27 03:12:26.000,2026-06-27 03:12:26.000,0.6.6,25.0,212.0,584442.0,605117.0,https://anaconda.org/conda-forge/asv,2026-06-27 10:39:32.742,1530008.0,3.0,,,,,,,,,,,,,,,, +105,nose2,nose-devs/nose2,testing,"The successor to nose, based on unittest2.",,https://github.com/nose-devs/nose2,86.0,https://github.com/nose-devs/nose2,BSD-2-Clause,2011-12-14 15:33:15.000,2026-03-09 17:37:19.000,134.0,41.0,822.0,26,True,nose2,conda-forge/nose2,,27514.0,27151.0,https://pypi.org/project/nose2,2026-03-02 00:49:50.000,2026-03-02 00:49:50.000,0.16.0,35.0,363.0,769529.0,772032.0,https://anaconda.org/conda-forge/nose2,2025-04-22 14:56:50.674,245331.0,3.0,,,,,,,,,,,,,,,, +106,pytest-randomly,pytest-dev/pytest-randomly,testing,Pytest plugin to randomly order tests and control random.seed.,,https://github.com/pytest-dev/pytest-randomly,20.0,https://github.com/pytest-dev/pytest-randomly,MIT,2016-04-08 15:48:10.000,2026-07-28 20:07:28.576,34.0,9.0,703.0,26,True,pytest-randomly,conda-forge/pytest-randomly,,13473.0,12531.0,https://pypi.org/project/pytest-randomly,2026-04-20 13:01:50.000,2026-04-20 13:01:50.000,4.1.0,37.0,942.0,9492826.0,9499961.0,https://anaconda.org/conda-forge/pytest-randomly,2026-07-28 20:07:28.576,406736.0,3.0,,,,,,,,,,,,,,,, +107,hacking,openstack/hacking,linters,OpenStack Hacking Style Checks. Mirror of code maintained at opendev.org.,,https://github.com/openstack/hacking,191.0,https://github.com/openstack/hacking,Apache-2.0,2013-03-26 21:09:28.000,2026-06-11 11:51:40.000,65.0,,243.0,26,True,hacking,,['flake8'],8083.0,7972.0,https://pypi.org/project/hacking,2026-06-11 11:51:40.000,2026-06-11 11:51:40.000,8.1.0,44.0,111.0,192814.0,192814.0,,,,2.0,,,,,,,,,,,,,,,, +108,astunparse,simonpercivall/astunparse,ast,An AST unparser for Python.,,https://github.com/simonpercivall/astunparse,11.0,https://github.com/simonpercivall/astunparse,BSD-3-Clause,2014-03-31 15:34:54.000,2025-04-22 14:56:37.697,53.0,25.0,223.0,26,False,astunparse,conda-forge/astunparse,,170617.0,169934.0,https://pypi.org/project/astunparse,2019-12-22 18:12:11.000,2019-12-22 18:12:11.000,1.6.3,11.0,683.0,13403567.0,13457409.0,https://anaconda.org/conda-forge/astunparse,2025-04-22 14:56:37.697,3553632.0,2.0,,,,,,,,,,,,,,,, +109,memory-profiler,pythonprofilers/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/pythonprofilers/memory_profiler,105.0,https://github.com/pythonprofilers/memory_profiler,BSD-3-Clause,2011-10-14 11:56:14.000,2025-12-04 21:58:46.357,387.0,139.0,4539.0,25,True,memory_profiler,conda-forge/memory_profiler,,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,2022-11-15 17:59:01.069,0.61.0,59.0,464.0,8097641.0,8171266.0,https://anaconda.org/conda-forge/memory_profiler,2025-12-04 21:58:46.357,5080168.0,3.0,,,,,,,,,,,,,,,, +110,memory_profiler,fabianp/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/fabianp/memory_profiler,62.0,https://github.com/fabianp/memory_profiler,BSD-3-Clause,2018-06-28 14:01:33.000,2025-12-04 21:58:46.357,387.0,,4539.0,25,True,memory_profiler,conda-forge/memory_profiler,,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,2022-11-15 17:59:01.069,0.61.0,59.0,464.0,8097641.0,8171267.0,https://anaconda.org/conda-forge/memory_profiler,2025-12-04 21:58:46.357,5080199.0,3.0,,,,,,,,,,,,,,,, +111,factory_boy,FactoryBoy/factory_boy,testing,A test fixtures replacement for Python.,,https://github.com/FactoryBoy/factory_boy,134.0,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2025-04-25 02:28:32.370,401.0,190.0,3639.0,25,False,factory_boy,conda-forge/factory_boy,,647.0,,https://pypi.org/project/factory_boy,2025-02-03 09:49:01.000,2025-02-03 09:49:01.000,3.3.3,46.0,647.0,22163923.0,22169666.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,402014.0,3.0,,,,,,,,,,,,,,,, +112,pytest-testinfra,pytest-dev/pytest-testinfra,testing,Testinfra test your infrastructures.,,https://github.com/pytest-dev/pytest-testinfra,145.0,https://github.com/pytest-dev/pytest-testinfra,Apache-2.0,2015-03-15 20:49:52.000,2025-09-04 20:15:52.000,362.0,145.0,2439.0,25,True,pytest-testinfra,conda-forge/pytest-testinfra,['pytest'],2711.0,2691.0,https://pypi.org/project/pytest-testinfra,2025-03-30 09:06:00.000,2025-03-29 16:58:05.000,10.2.1,19.0,20.0,1489911.0,1490558.0,https://anaconda.org/conda-forge/pytest-testinfra,2025-04-22 14:57:44.936,42705.0,3.0,,,,,,,,,,,,,,,, +113,pdoc,mitmproxy/pdoc,documentation,API Documentation for Python Projects.,,https://github.com/mitmproxy/pdoc,79.0,https://github.com/mitmproxy/pdoc,MIT-0,2013-08-04 21:12:50.000,2025-10-27 16:02:15.000,205.0,48.0,2406.0,25,False,pdoc,,,5450.0,4733.0,https://pypi.org/project/pdoc,2025-10-27 16:02:15.000,2025-10-27 16:02:15.000,16.0.0,114.0,717.0,2137373.0,2137373.0,,,,2.0,,,,,,,,,,,,,,,, +114,logbook,getlogbook/logbook,logging,A cool logging replacement for Python.,,https://github.com/getlogbook/logbook,82.0,https://github.com/getlogbook/logbook,,2010-07-22 10:13:12.000,2025-11-27 22:48:43.454,169.0,46.0,1492.0,25,False,logbook,conda-forge/logbook,,7796.0,7513.0,https://pypi.org/project/logbook,2025-11-27 21:10:16.000,2025-11-27 21:10:16.000,1.9.2,51.0,283.0,5405452.0,5411662.0,https://anaconda.org/conda-forge/logbook,2025-11-27 22:48:43.454,453332.0,3.0,,,,,,,,,,,,,,,, +115,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,31.0,https://github.com/pympler/pympler,Apache-2.0,2012-10-04 23:35:16.000,2026-07-15 21:57:15.821,89.0,60.0,1212.0,25,True,pympler,conda-forge/pympler,,259.0,,https://pypi.org/project/pympler,2024-06-28 19:56:05.000,2021-12-22 16:55:15.000,1.0.1,18.0,259.0,5956101.0,5967532.0,https://anaconda.org/conda-forge/pympler,2026-07-15 21:57:15.821,788784.0,3.0,,,,,,,,,,,,,,,, +116,pydocstyle,PyCQA/pydocstyle,linters,docstring style checker.,,https://github.com/PyCQA/pydocstyle,92.0,https://github.com/PyCQA/pydocstyle,MIT,2012-01-31 17:18:23.000,2025-04-22 14:56:24.767,190.0,121.0,1120.0,25,False,pydocstyle,conda-forge/pydocstyle,,76342.0,74590.0,https://pypi.org/project/pydocstyle,2023-01-17 20:31:11.783,2023-01-17 20:31:11.783,6.3.0,23.0,1752.0,,54379.0,https://anaconda.org/conda-forge/pydocstyle,2025-04-22 14:56:24.767,3860920.0,2.0,,,,,,-3.0,,,,,,,,,, +117,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,117.0,https://github.com/WoLpH/python-progressbar,BSD-3-Clause,2012-02-20 06:19:21.000,2026-07-18 16:09:27.000,105.0,6.0,877.0,25,True,progressbar2,conda-forge/progressbar2,,934.0,,https://pypi.org/project/progressbar2,2024-08-28 22:50:10.000,2024-08-28 22:50:10.000,4.5.0,111.0,934.0,18733465.0,18804968.0,https://anaconda.org/conda-forge/progressbar2,2025-04-22 14:56:28.563,5219786.0,3.0,,,,,,,,,,,,,,,, +118,breathe,michaeljones/breathe,documentation,Sphinx Doxygen renderer.,,https://www.breathe-doc.org/,122.0,,BSD-3-Clause,2020-06-09 14:04:47.701,2025-07-08 20:28:19.000,211.0,,814.0,25,True,breathe,conda-forge/breathe,,20371.0,20240.0,https://pypi.org/project/breathe,2025-07-08 20:28:19.000,2025-02-22 18:36:01.000,4.36.0,68.0,131.0,1485457.0,1504228.0,https://anaconda.org/conda-forge/breathe,2025-04-22 14:56:28.512,1370345.0,2.0,,,,,,,,,,,,,,,, +119,mypy-protobuf,dropbox/mypy-protobuf,linters,Generate mypy stub files from protobuf specs.,,https://github.com/nipunn1313/mypy-protobuf,40.0,,Apache-2.0,2020-11-18 06:47:20.254,2026-04-28 18:06:47.910,81.0,,707.0,25,True,mypy-protobuf,conda-forge/mypy-protobuf,,5015.0,4713.0,https://pypi.org/project/mypy-protobuf,2026-04-28 15:56:39.000,2026-04-28 15:56:39.000,5.1.0,46.0,302.0,9305600.0,9308419.0,https://anaconda.org/conda-forge/mypy-protobuf,2026-04-28 18:06:47.910,191709.0,2.0,,,,,,,,,,,,,,,, +120,pylint-django,PyCQA/pylint-django,linters,A Pylint plugin to help Pylint understand the Django web framework.,,https://github.com/pylint-dev/pylint-django,73.0,,GPL-3.0,2020-11-12 20:29:41.561,2026-07-11 15:01:52.120,122.0,,622.0,25,True,pylint-django,conda-forge/pylint-django,['pylint'],32719.0,32535.0,https://pypi.org/project/pylint-django,2026-07-11 10:05:29.000,2026-07-11 10:05:29.000,2.8.0,59.0,184.0,2194025.0,2202379.0,https://anaconda.org/conda-forge/pylint-django,2026-07-11 15:01:52.120,568134.0,2.0,,,,,,,,,,,,,,,, +121,sphinx-autobuild,executablebooks/sphinx-autobuild,documentation,"Rebuild Sphinx documentation on changes, with hot reloading in the browser.",,https://github.com/sphinx-doc/sphinx-autobuild,37.0,,MIT,2020-12-16 17:57:14.331,2025-11-04 15:27:59.755,94.0,,602.0,25,True,sphinx-autobuild,conda-forge/sphinx-autobuild,['sphinx'],35223.0,32941.0,https://pypi.org/project/sphinx-autobuild,2025-08-25 18:44:54.000,2025-08-25 18:44:54.000,2025.8.25,25.0,2282.0,5758039.0,5766455.0,https://anaconda.org/conda-forge/sphinx-autobuild,2025-11-04 15:27:59.755,563937.0,2.0,,,,,,,,,,,,,,,, +122,pep8-naming,PyCQA/pep8-naming,linters,Naming Convention checker for Python.,,https://github.com/PyCQA/pep8-naming,37.0,https://github.com/PyCQA/pep8-naming,Saxpath,2013-02-09 18:32:52.000,2025-05-06 21:53:54.000,265.0,21.0,532.0,25,False,pep8-naming,conda-forge/pep8-naming,,60508.0,59672.0,https://pypi.org/project/pep8-naming,2025-05-05 20:43:11.000,2025-05-05 20:43:11.000,0.15.1,31.0,836.0,2675102.0,2684470.0,https://anaconda.org/conda-forge/pep8-naming,2025-05-06 21:46:36.863,674499.0,2.0,,,,,,,,,,,,,,,, +123,darglint,terrencepreilly/darglint,linters,A python documentation linter which checks that the docstring description matches the definition.,,https://github.com/terrencepreilly/darglint,22.0,https://github.com/terrencepreilly/darglint,MIT,2017-09-25 14:11:21.000,2025-04-22 14:57:12.196,41.0,71.0,483.0,25,False,darglint,conda-forge/darglint,,23025.0,22735.0,https://pypi.org/project/darglint,2021-10-18 03:40:35.000,2021-10-18 03:40:35.000,1.8.1,49.0,290.0,552910.0,554665.0,https://anaconda.org/conda-forge/darglint,2025-04-22 14:57:12.196,128133.0,2.0,,,,,,,,,,,,,,,, +124,flake8-isort,gforcada/flake8-isort,linters,flake8 plugin that integrates isort.,,https://github.com/gforcada/flake8-isort,40.0,https://github.com/gforcada/flake8-isort,GPL-2.0,2015-09-12 19:25:34.000,2025-10-25 14:27:21.036,198.0,2.0,183.0,25,True,flake8-isort,conda-forge/flake8-isort,['flake8'],29294.0,28665.0,https://pypi.org/project/flake8-isort,2025-10-25 13:31:06.000,2025-10-25 13:31:06.000,7.0.0,45.0,629.0,1882734.0,1884220.0,https://anaconda.org/conda-forge/flake8-isort,2025-10-25 14:27:21.036,107040.0,2.0,,,,,,,,,,,,,,,, +125,flake8-quotes,zheller/flake8-quotes,linters,Flake8 extension for checking quotes in python.,,https://github.com/zheller/flake8-quotes,33.0,https://github.com/zheller/flake8-quotes,MIT,2014-03-10 00:05:08.000,2025-04-22 14:56:27.787,39.0,11.0,178.0,25,False,flake8-quotes,conda-forge/flake8-quotes,['flake8'],24447.0,24013.0,https://pypi.org/project/flake8-quotes,2024-02-10 21:58:22.000,2024-02-10 21:58:22.000,3.4.0,42.0,434.0,915514.0,934660.0,https://anaconda.org/conda-forge/flake8-quotes,2025-04-22 14:56:27.787,1129654.0,2.0,,,,,,,,,,,,,,,, +126,gast,serge-sans-paille/gast,ast,Python AST that abstracts the underlying Python version.,,https://github.com/serge-sans-paille/gast,13.0,https://github.com/serge-sans-paille/gast,BSD-3-Clause,2016-07-18 10:39:07.000,2025-11-30 12:53:57.736,38.0,,146.0,25,True,gast,conda-forge/gast,,217462.0,216931.0,https://pypi.org/project/gast,2025-11-29 15:30:03.000,2025-11-29 15:30:03.000,0.7.0,24.0,531.0,19241363.0,19306973.0,https://anaconda.org/conda-forge/gast,2025-11-30 12:53:57.736,4658344.0,2.0,,,,,,,,,,,,,,,, +127,sqlmap,sqlmapproject/sqlmap,security,Automatic SQL injection and database takeover tool.,,https://github.com/sqlmapproject/sqlmap,156.0,https://github.com/sqlmapproject/sqlmap,GPL-3.0,2012-06-26 09:52:15.000,2026-07-01 08:14:30.000,6306.0,51.0,37774.0,24,True,sqlmap,,,37.0,24.0,https://pypi.org/project/sqlmap,2026-07-01 08:14:22.000,2026-07-01 08:14:22.000,1.10.7,135.0,13.0,59733.0,59733.0,,,,3.0,,,,,,-1.0,,,,,,,,,, +128,pex,pantsbuild/pex,packaging,The PEX packaging toolchain.,,https://github.com/pex-tool/pex,127.0,,Apache-2.0,,2026-07-30 03:34:26.000,315.0,,4216.0,24,True,pex,,,65.0,,https://pypi.org/project/pex,2026-07-30 03:34:26.000,2026-07-30 03:34:26.000,2.98.5,488.0,65.0,6402026.0,6402026.0,,,,2.0,,,,,,,,,,,,,,,, +129,detect-secrets,Yelp/detect-secrets,security,An enterprise friendly way of detecting and preventing secrets in code.,,https://github.com/Yelp/detect-secrets,89.0,https://github.com/Yelp/detect-secrets,Apache-2.0,2017-12-05 00:38:38.000,2025-03-13 15:39:41.000,514.0,125.0,4193.0,24,False,detect-secrets,,,95.0,,https://pypi.org/project/detect-secrets,2024-05-06 17:46:16.000,2024-05-06 17:46:16.000,1.5.0,38.0,95.0,7049451.0,7049451.0,,,,3.0,,,,,,,,,,,,,,,, +130,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,36.0,https://github.com/asottile/pyupgrade,MIT,2017-02-28 17:50:31.000,2025-11-19 02:05:13.152,204.0,19.0,3956.0,24,True,pyupgrade,conda-forge/pyupgrade,,630.0,,https://pypi.org/project/pyupgrade,2025-11-19 00:39:46.000,2025-11-19 00:39:46.000,3.21.2,177.0,630.0,1680810.0,1694163.0,https://anaconda.org/conda-forge/pyupgrade,2025-11-19 02:05:13.152,988184.0,2.0,,,,,,,,,,,,,,,, +131,line_profiler,pyutils/line_profiler,profiling,Line-by-line profiling for Python.,,https://github.com/pyutils/line_profiler,55.0,https://github.com/pyutils/line_profiler,BSD-3-Clause,2019-12-10 22:26:33.000,2026-04-15 15:33:12.000,135.0,55.0,3233.0,24,True,line_profiler,conda-forge/line_profiler,,405.0,,https://pypi.org/project/line_profiler,2026-02-23 23:29:45.000,2026-02-23 23:29:45.000,5.0.2,35.0,405.0,2844662.0,2926229.0,https://anaconda.org/conda-forge/line_profiler,2026-02-24 23:29:30.445,5546578.0,3.0,,,,,,,,,,,,,,,, +132,pudb,inducer/pudb,debugging,Full-screen console debugger for Python.,,https://github.com/inducer/pudb,101.0,https://github.com/inducer/pudb,,2011-05-13 23:44:30.000,2025-12-07 00:08:08.048,237.0,164.0,3180.0,24,False,pudb,conda-forge/pudb,,8685.0,8549.0,https://pypi.org/project/pudb,2025-12-06 20:18:12.000,2025-12-06 20:18:12.000,2025.1.5,87.0,136.0,1481268.0,1491440.0,https://anaconda.org/conda-forge/pudb,2025-12-07 00:08:08.048,600194.0,2.0,,,,,,,,,,,,,,,, +133,notifiers,liiight/notifiers,logging,The easy way to send notifications.,,https://github.com/liiight/notifiers,27.0,https://github.com/liiight/notifiers,MIT,2017-06-01 10:20:18.000,2025-05-20 18:12:25.759,106.0,39.0,2704.0,24,False,notifiers,conda-forge/notifiers,,1423.0,1386.0,https://pypi.org/project/notifiers,2025-05-17 15:58:56.000,2025-05-17 15:58:56.000,1.3.6,34.0,37.0,539467.0,540534.0,https://anaconda.org/conda-forge/notifiers,2025-05-20 18:12:25.759,71554.0,3.0,,,,,,,,,,,,,,,, +134,pdbpp,pdbpp/pdbpp,debugging,"pdb++, a drop-in replacement for pdb (the Python debugger).",,https://github.com/pdbpp/pdbpp,41.0,https://github.com/pdbpp/pdbpp,BSD-3-Clause,2017-06-11 13:42:16.000,2026-02-23 17:34:55.834,74.0,107.0,1430.0,24,True,pdbpp,conda-forge/pdbpp,,638.0,,https://pypi.org/project/pdbpp,2026-02-23 14:23:43.000,2026-02-23 14:23:43.000,0.12.1,33.0,638.0,1419222.0,1425902.0,https://anaconda.org/conda-forge/pdbpp,2026-02-23 17:34:55.834,400807.0,2.0,,,,,,,,,,,,,,,, +135,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,29.0,https://github.com/tarpas/pytest-testmon,MIT,2015-02-02 14:21:10.000,2025-12-01 07:34:04.000,78.0,37.0,1000.0,24,True,pytest-testmon,conda-forge/pytest-testmon,['pytest'],1779.0,1720.0,https://pypi.org/project/pytest-testmon,2025-12-01 07:30:23.000,2025-11-07 13:27:44.000,2.1.4,95.0,59.0,4580458.0,4582426.0,https://anaconda.org/conda-forge/pytest-testmon,2025-04-22 14:56:46.735,198851.0,3.0,,,,,,,,,,,,,,,, +136,autoflake,myint/autoflake,refactoring,Removes unused imports and unused variables.,,https://www.github.com/PyCQA/autoflake,42.0,,MIT,2021-05-26 14:50:36.470,2026-02-20 08:48:51.904,87.0,,958.0,24,True,autoflake,conda-forge/autoflake,,1383.0,,https://pypi.org/project/autoflake,2026-02-20 05:01:42.000,2026-02-20 05:01:42.000,2.3.3,63.0,1383.0,6162476.0,6173483.0,https://anaconda.org/conda-forge/autoflake,2026-02-20 08:48:51.904,682495.0,2.0,,,,,,,,,,,,,,,, +137,PyHamcrest,hamcrest/PyHamcrest,testing,Hamcrest matchers for Python.,,https://github.com/hamcrest/PyHamcrest,47.0,https://github.com/hamcrest/PyHamcrest,,2010-12-24 02:55:56.000,2025-04-22 14:56:22.885,115.0,26.0,791.0,24,False,pyhamcrest,conda-forge/pyhamcrest,,43081.0,42766.0,https://pypi.org/project/pyhamcrest,2023-10-22 15:47:25.000,2023-10-22 15:47:25.000,2.1.0,25.0,315.0,6165098.0,6178626.0,https://anaconda.org/conda-forge/pyhamcrest,2025-04-22 14:56:22.885,744072.0,3.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,16.0,https://github.com/adamchainz/flake8-comprehensions,MIT,2016-04-05 12:15:56.000,2025-09-10 17:55:03.656,23.0,6.0,469.0,24,True,flake8-comprehensions,conda-forge/flake8-comprehensions,['flake8'],30586.0,29805.0,https://pypi.org/project/flake8-comprehensions,2025-09-09 22:37:17.000,2025-09-09 22:37:17.000,3.17.0,42.0,781.0,1806808.0,1823473.0,https://anaconda.org/conda-forge/flake8-comprehensions,2025-09-10 17:55:03.656,1216552.0,3.0,,,,,,,,,,,,,,,, +139,wasabi,ines/wasabi,logging,A lightweight console printing and formatting toolkit.,,https://github.com/explosion/wasabi,14.0,,MIT,2020-06-22 09:49:07.518,2025-04-22 14:57:01.909,25.0,,462.0,24,False,wasabi,conda-forge/wasabi,,70851.0,70640.0,https://pypi.org/project/wasabi,2024-05-31 16:56:16.000,2024-05-31 16:56:16.000,1.1.3,42.0,211.0,20197966.0,20227980.0,https://anaconda.org/conda-forge/wasabi,2025-04-22 14:57:01.909,2191064.0,3.0,,,,,,,,,,,,,,,, +140,ddt,datadriventests/ddt,testing,Data-Driven Tests for Python Unittest.,,https://github.com/datadriventests/ddt,38.0,https://github.com/datadriventests/ddt,MIT,2012-02-11 22:57:10.000,2025-04-22 14:56:33.025,112.0,13.0,441.0,24,False,ddt,conda-forge/ddt,,6837.0,6625.0,https://pypi.org/project/ddt,2024-02-26 01:36:32.000,2024-02-26 01:36:32.000,1.7.2,34.0,212.0,1547620.0,1553057.0,https://anaconda.org/conda-forge/ddt,2025-04-22 14:56:33.025,250129.0,3.0,,,,,,,,,,,,,,,, +141,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,31.0,https://github.com/ronaldoussoren/py2app,MIT,2020-01-14 11:27:41.000,2026-02-13 20:49:59.000,45.0,223.0,422.0,24,True,py2app,,,5626.0,5584.0,https://pypi.org/project/py2app,2026-02-13 20:49:59.000,2026-02-13 20:49:59.000,0.28.10,52.0,42.0,65940.0,65940.0,,,,2.0,,,,,,,,,,,,,,,, +142,numpydoc,numpy/numpydoc,documentation,Numpys Sphinx extensions.,,https://github.com/numpy/numpydoc,93.0,https://github.com/numpy/numpydoc,,2013-07-24 16:23:39.000,2026-06-10 22:03:31.000,175.0,133.0,352.0,24,False,numpydoc,conda-forge/numpydoc,['sphinx'],4059.0,,https://pypi.org/project/numpydoc,2026-06-10 22:03:31.000,2025-12-02 16:39:11.000,1.10.0,36.0,4059.0,2173413.0,2239409.0,https://anaconda.org/conda-forge/numpydoc,2025-12-02 22:48:01.622,4883747.0,3.0,,,,,,,,,,,,,,,, +143,check-manifest,mgedmin/check-manifest,linters,Tool to check the completeness of MANIFEST.in for Python packages.,,https://github.com/mgedmin/check-manifest,23.0,https://github.com/mgedmin/check-manifest,MIT,2013-03-05 15:27:20.000,2025-10-15 12:22:44.579,37.0,23.0,292.0,24,True,check-manifest,conda-forge/check-manifest,,17301.0,12273.0,https://pypi.org/project/check-manifest,2025-10-15 11:15:46.000,,,45.0,5028.0,894390.0,897484.0,https://anaconda.org/conda-forge/check-manifest,2025-10-15 12:22:44.579,216602.0,3.0,,,,,,,,,,,,,,,, +144,asteval,newville/asteval,ast,"Safe, minimalistic evaluator of python expression using ast module.",,https://github.com/lmfit/asteval,28.0,,MIT,2021-02-11 03:06:29.408,2026-06-12 17:31:34.074,49.0,,219.0,24,True,asteval,conda-forge/asteval,,213.0,,https://pypi.org/project/asteval,2026-06-11 18:40:35.000,2026-06-11 18:40:35.000,1.0.9,44.0,213.0,6005908.0,6022451.0,https://anaconda.org/conda-forge/asteval,2026-06-12 17:31:34.074,1075341.0,3.0,,,,,,,,,,,,,,,, +145,pyenv,pyenv/pyenv,virtual-envs,Simple Python version management.,,https://github.com/pyenv/pyenv,481.0,https://github.com/pyenv/pyenv,MIT,2012-08-31 06:57:52.000,2025-03-18 16:18:33.000,3145.0,78.0,41377.0,23,False,pyenv,,,24.0,24.0,https://pypi.org/project/pyenv,2019-01-12 14:49:22.000,2019-01-12 14:49:22.000,0.0.1,4.0,,16591.0,16591.0,,,,2.0,,,,,,,,,,,,,,,, +146,Bpytop,aristocratos/bpytop,profiling,Linux/OSX/FreeBSD resource monitor.,,https://github.com/aristocratos/bpytop,36.0,https://github.com/aristocratos/bpytop,Apache-2.0,2020-07-01 17:41:25.000,2025-04-22 14:57:45.970,316.0,58.0,8181.0,23,False,bpytop,conda-forge/bpytop,,246.0,245.0,https://pypi.org/project/bpytop,2021-12-22 19:23:21.000,2021-12-22 19:23:21.000,1.0.68,53.0,1.0,8693.0,9146.0,https://anaconda.org/conda-forge/bpytop,2025-04-22 14:57:45.970,29490.0,3.0,,,,,,,,,,,,,,,, +147,pyre-check,facebook/pyre-check,type-checkers,Performant type-checking for python.,,https://github.com/facebook/pyre-check,308.0,https://github.com/facebook/pyre-check,MIT,2017-11-10 17:31:36.000,2026-04-06 03:23:05.000,449.0,159.0,7151.0,23,True,pyre-check,,,111.0,24.0,https://pypi.org/project/pyre-check,2025-07-07 15:59:16.000,2024-10-29 21:10:48.000,0.9.23,81.0,87.0,223758.0,223758.0,,,,3.0,,,,,,,,,,,,,,,, +148,buildbot,buildbot/buildbot,build-tools,Python-based continuous integration testing framework; your pull requests are more than welcome!.,,https://github.com/buildbot/buildbot,904.0,https://github.com/buildbot/buildbot,GPL-2.0,2010-07-06 17:56:53.000,2025-08-01 00:55:03.000,1648.0,764.0,5376.0,23,True,buildbot,conda-forge/buildbot,,435.0,415.0,https://pypi.org/project/buildbot,2025-05-12 21:41:22.000,2025-05-12 21:41:22.000,4.3.0,146.0,20.0,21612.0,24217.0,https://anaconda.org/conda-forge/buildbot,2025-05-13 11:35:44.706,192783.0,3.0,,,,,,,,,,,,,,,, +149,snoop,alexmojaki/snoop,debugging,"A powerful set of Python debugging tools, based on PySnooper.",,https://github.com/alexmojaki/snoop,23.0,https://github.com/alexmojaki/snoop,MIT,2019-05-13 18:45:35.000,2026-07-18 11:47:45.000,43.0,26.0,1457.0,23,True,snoop,conda-forge/snoop,,54.0,,https://pypi.org/project/snoop,2026-07-18 11:47:45.000,2026-07-18 11:47:45.000,0.6.1,17.0,54.0,255956.0,256266.0,https://anaconda.org/conda-forge/snoop,2025-04-22 14:58:02.750,17675.0,3.0,,,,,,,,,,,,,,,, +150,pdoc3,pdoc3/pdoc,documentation,Auto-generate API documentation for Python projects.,,https://github.com/pdoc3/pdoc,69.0,https://github.com/pdoc3/pdoc,AGPL-3.0,2019-01-02 02:32:40.000,2025-10-17 12:08:52.752,144.0,106.0,1179.0,23,True,pdoc3,anaconda/pdoc3,,5725.0,5236.0,https://pypi.org/project/pdoc3,2025-03-20 22:53:51.000,2025-03-20 22:53:51.000,0.11.6,41.0,489.0,278456.0,278492.0,https://anaconda.org/anaconda/pdoc3,2025-10-17 12:08:52.752,2935.0,3.0,,,,,,,,,,,,,,,, +151,pylama,klen/pylama,linters,Code audit tool for python.,,https://github.com/klen/pylama,48.0,https://github.com/klen/pylama,MIT,2012-08-17 10:10:10.000,2024-06-21 06:45:05.000,100.0,64.0,1045.0,23,False,pylama,,,7240.0,6911.0,https://pypi.org/project/pylama,2022-08-08 11:29:01.059,2022-08-08 11:29:01.059,8.4.1,116.0,329.0,178963.0,178963.0,,,,3.0,,,,,,,,,,,,,,,, +152,astor,berkerpeksag/astor,ast,Python AST read/write.,,https://github.com/berkerpeksag/astor,35.0,https://github.com/berkerpeksag/astor,BSD-3-Clause,2012-09-19 23:02:51.000,2025-04-22 14:56:33.663,106.0,32.0,858.0,23,False,astor,conda-forge/astor,,618.0,,https://pypi.org/project/astor,2019-12-10 01:50:33.000,2019-12-10 01:50:33.000,0.8.1,14.0,618.0,19517593.0,19670381.0,https://anaconda.org/conda-forge/astor,2025-04-22 14:56:33.663,2902989.0,3.0,,,,,,,,,,,,,,,, +153,pytest-watch,joeyespo/pytest-watch,testing,Local continuous test runner with pytest and watchdog.,,https://github.com/joeyespo/pytest-watch,16.0,https://github.com/joeyespo/pytest-watch,MIT,2015-01-12 02:08:20.000,2025-10-02 11:05:16.716,54.0,47.0,729.0,23,True,pytest-watch,conda-forge/pytest-watch,['pytest'],12190.0,11631.0,https://pypi.org/project/pytest-watch,2018-05-20 19:52:16.000,2018-05-20 19:52:16.000,4.2.0,17.0,559.0,902507.0,906227.0,https://anaconda.org/conda-forge/pytest-watch,2025-10-02 11:05:16.716,260447.0,3.0,,,,,,,,,,,,,,,, +154,interrogate,econchick/interrogate,documentation,Explain yourself! Interrogate a codebase for docstring coverage.,,https://github.com/econchick/interrogate,17.0,https://github.com/econchick/interrogate,MIT,2020-04-24 02:33:25.000,2026-01-05 21:33:55.000,49.0,37.0,657.0,23,True,interrogate,,,9806.0,9420.0,https://pypi.org/project/interrogate,2024-04-07 22:30:44.000,2024-04-07 22:30:44.000,1.7.0,16.0,386.0,1483790.0,1483790.0,,,,3.0,,,,,,,,,,,,,,,, +155,pytest-docker,avast/pytest-docker,testing,Docker-based integration tests.,,https://github.com/avast/pytest-docker,30.0,https://github.com/avast/pytest-docker,MIT,2017-03-07 04:51:13.000,2025-11-12 13:42:28.000,77.0,21.0,477.0,23,True,pytest-docker,,['pytest'],2862.0,2708.0,https://pypi.org/project/pytest-docker,2025-11-12 13:42:18.000,2025-11-12 13:42:18.000,3.2.5,34.0,154.0,2282720.0,2282720.0,,,,3.0,,,,,,,,,,,,,,,, +156,flake8-eradicate,wemake-services/flake8-eradicate,linters,Flake8 plugin to find commented out or dead code.,,https://github.com/wemake-services/flake8-eradicate,17.0,https://github.com/wemake-services/flake8-eradicate,MIT,2018-09-21 06:58:51.000,2025-04-22 14:57:50.454,12.0,8.0,310.0,23,False,flake8-eradicate,conda-forge/flake8-eradicate,['flake8'],20528.0,20355.0,https://pypi.org/project/flake8-eradicate,2023-05-31 09:59:03.360,2023-05-31 09:59:03.360,1.5.0,16.0,173.0,716577.0,717052.0,https://anaconda.org/conda-forge/flake8-eradicate,2025-04-22 14:57:50.454,29975.0,3.0,,,,,,,,,,,,,,,, +157,pytest-datadir,gabrielcnr/pytest-datadir,testing,pytest plugin for manipulating test data directories and files.,,https://github.com/gabrielcnr/pytest-datadir,16.0,https://github.com/gabrielcnr/pytest-datadir,MIT,2015-07-02 21:41:44.000,2026-05-25 18:54:55.000,26.0,5.0,275.0,23,True,pytest-datadir,conda-forge/pytest-datadir,['pytest'],2572.0,2299.0,https://pypi.org/project/pytest-datadir,2025-07-30 13:52:11.000,2025-07-30 13:52:11.000,1.8.0,17.0,273.0,1687997.0,1699981.0,https://anaconda.org/conda-forge/pytest-datadir,2025-07-30 22:39:32.200,539308.0,3.0,,,,,,,,,,,,,,,, +158,typed_ast,python/typed_ast,ast,Modified fork of CPythons ast module that parses `# type:` comments.,,https://github.com/python/typed_ast,26.0,https://github.com/python/typed_ast,Apache-2.0,2016-02-16 22:40:09.000,2025-04-22 14:56:42.129,53.0,1.0,233.0,23,False,typed_ast,conda-forge/typed-ast,,645.0,,https://pypi.org/project/typed_ast,2023-07-04 18:38:08.820,2023-07-04 18:38:08.820,1.5.5,35.0,645.0,4135135.0,4237473.0,https://anaconda.org/conda-forge/typed-ast,2025-04-22 14:56:42.129,7061333.0,3.0,,,,,,2.0,,,,,,,,,, +159,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,19.0,https://github.com/clayrisser/sphinx-markdown-builder,MIT,2018-11-11 00:07:58.000,2026-03-11 10:56:56.000,60.0,,161.0,23,True,sphinx-markdown-builder,,['sphinx'],1802.0,1569.0,https://pypi.org/project/sphinx-markdown-builder,2026-03-11 10:56:56.000,2026-03-11 10:56:56.000,0.6.10,34.0,233.0,550088.0,550088.0,,,,3.0,,,,,,,,,,,,,,,, +160,better-exceptions,Qix-/better-exceptions,logging,"Pretty and useful exceptions in Python, automatically.",,https://github.com/Qix-/better-exceptions,20.0,https://github.com/Qix-/better-exceptions,MIT,2017-03-12 11:23:04.000,2025-10-22 12:49:05.000,204.0,34.0,4677.0,22,True,better-exceptions,,,102.0,,https://pypi.org/project/better-exceptions,2021-01-29 16:48:55.000,2021-01-29 16:48:55.000,0.3.3,16.0,102.0,579440.0,579440.0,,,,3.0,,,,,,,,,,,,,,,, +161,rebound,shobrook/rebound,logging,Command-line tool that instantly fetches Stack Overflow results when an exception is thrown.,,https://github.com/shobrook/rebound,16.0,https://github.com/shobrook/rebound,GPL-3.0,2018-02-28 04:47:03.000,2026-07-22 18:48:53.000,380.0,24.0,4074.0,22,True,rebound,conda-forge/rebound,,59.0,,https://pypi.org/project/rebound,2026-07-22 18:48:53.000,2026-07-22 18:48:53.000,5.1.1,236.0,59.0,46685.0,64475.0,https://anaconda.org/conda-forge/rebound,2026-07-10 14:03:18.528,1316463.0,3.0,,,,,,,,,,,,,,,, +162,uiautomator,xiaocong/uiautomator,testing,Python wrapper of Android uiautomator test tool.,,https://github.com/xiaocong/uiautomator,13.0,https://github.com/xiaocong/uiautomator,MIT,2013-08-18 03:38:50.000,2023-02-28 00:25:02.000,636.0,183.0,1897.0,22,False,uiautomator,,,329.0,317.0,https://pypi.org/project/uiautomator,2020-11-16 03:43:07.000,2020-11-16 03:43:07.000,1.0.2,41.0,12.0,85601.0,85601.0,,,,3.0,,,,,,,,,,,,,,,, +163,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,388.0,https://github.com/python-diamond/Diamond,MIT,2013-10-11 23:32:13.000,2024-06-29 14:21:40.000,599.0,123.0,1761.0,22,False,diamond,,,223.0,217.0,https://pypi.org/project/diamond,2016-11-25 22:13:29.000,2016-11-25 22:13:29.000,4.0.515,36.0,6.0,6970.0,6970.0,,,,3.0,,,,,,,,,,,,,,,, +164,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,126.0,https://github.com/marcelotduarte/cx_Freeze,,2017-01-22 04:25:52.000,2026-07-29 06:28:32.000,241.0,48.0,1557.0,22,True,cx_freeze,conda-forge/cx_freeze,,138.0,,https://pypi.org/project/cx_freeze,2026-04-13 06:00:29.000,2026-04-13 06:00:29.000,8.6.4,118.0,138.0,208778.0,228090.0,https://anaconda.org/conda-forge/cx_freeze,2026-04-13 07:15:39.549,1429105.0,3.0,,,,,,,,,,,,,,,, +165,stackprinter,cknd/stackprinter,logging,Debugging-friendly exceptions for Python.,,https://github.com/cknd/stackprinter,9.0,https://github.com/cknd/stackprinter,MIT,2018-09-05 10:58:47.000,2026-04-20 09:55:00.937,42.0,14.0,1302.0,22,True,stackprinter,conda-forge/stackprinter,,507.0,453.0,https://pypi.org/project/stackprinter,2026-04-17 07:09:53.000,2026-04-17 07:09:53.000,0.2.13,22.0,54.0,424350.0,424649.0,https://anaconda.org/conda-forge/stackprinter,2026-04-20 09:55:00.937,20659.0,3.0,,,,,,,,,,,,,,,, +166,py2exe,py2exe/py2exe,packaging,Create standalone Windows programs from Python code.,,https://github.com/py2exe/py2exe,25.0,https://github.com/py2exe/py2exe,MIT,2019-03-11 13:16:35.000,2026-06-21 21:24:36.000,112.0,18.0,990.0,22,True,py2exe,,,2262.0,2250.0,https://pypi.org/project/py2exe,2026-06-21 21:24:36.000,2021-12-15 13:42:30.109,0.6.6,33.0,12.0,14411.0,14411.0,,,,3.0,,,,,,,,,,,,,,,, +167,docformatter,myint/docformatter,formatters,Formats docstrings to follow PEP 257.,,https://github.com/PyCQA/docformatter,42.0,,,2020-09-18 07:36:09.761,2026-04-29 19:03:06.638,87.0,,592.0,22,False,docformatter,conda-forge/docformatter,,4989.0,4581.0,https://pypi.org/project/docformatter,2026-04-28 20:34:50.000,2026-04-28 20:34:50.000,1.7.8,65.0,408.0,1411023.0,1417007.0,https://anaconda.org/conda-forge/docformatter,2026-04-29 19:03:06.638,418920.0,3.0,,,,,,,,,,,,,,,, +168,sphinx-bootstrap-theme,ryan-roemer/sphinx-bootstrap-theme,documentation,Sphinx Bootstrap Theme.,,https://github.com/ryan-roemer/sphinx-bootstrap-theme,39.0,https://github.com/ryan-roemer/sphinx-bootstrap-theme,MIT,2011-12-07 14:53:00.000,2022-02-28 16:14:56.000,213.0,57.0,588.0,22,False,sphinx-bootstrap-theme,,['sphinx'],275.0,,https://pypi.org/project/sphinx-bootstrap-theme,2022-02-03 20:27:24.000,2022-02-03 20:27:24.000,0.8.1,58.0,275.0,169205.0,169205.0,,,,3.0,,,,,,,,,,,,,,,, +169,pytest-lazy-fixture,tvorog/pytest-lazy-fixture,testing,It helps to use fixtures in pytest.mark.parametrize.,,https://github.com/tvorog/pytest-lazy-fixture,9.0,https://github.com/tvorog/pytest-lazy-fixture,MIT,2016-09-29 23:52:48.000,2025-04-22 14:56:34.780,30.0,23.0,379.0,22,False,pytest-lazy-fixture,conda-forge/pytest-lazy-fixture,['pytest'],3762.0,3467.0,https://pypi.org/project/pytest-lazy-fixture,2020-02-01 18:04:00.000,2020-02-01 18:04:00.000,0.6.3,12.0,295.0,576204.0,583519.0,https://anaconda.org/conda-forge/pytest-lazy-fixture,2025-04-22 14:56:34.780,811969.0,3.0,,,,,,,,,,,,,,,, +170,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,50.0,https://github.com/PyCQA/flake8-import-order,LGPL-3.0,2014-03-16 12:46:09.000,2026-05-26 00:52:05.000,73.0,14.0,281.0,22,True,flake8-import-order,conda-forge/flake8-import-order,['flake8'],654.0,,https://pypi.org/project/flake8-import-order,2025-06-24 12:47:38.000,2025-06-24 12:47:38.000,0.19.2,38.0,654.0,1542471.0,1555787.0,https://anaconda.org/conda-forge/flake8-import-order,2025-06-26 20:28:26.571,585941.0,3.0,,,,,,,,,,,,,,,, +171,pytest-mypy,dbader/pytest-mypy,testing,A Pytest Plugin for Mypy.,,https://github.com/realpython/pytest-mypy,16.0,,,2020-08-27 04:01:58.344,2025-04-22 14:57:21.503,33.0,,257.0,22,False,pytest-mypy,conda-forge/pytest-mypy,['pytest'],5638.0,4855.0,https://pypi.org/project/pytest-mypy,2025-04-02 19:31:14.000,2025-04-02 19:31:14.000,1.0.1,25.0,783.0,530695.0,532530.0,https://anaconda.org/conda-forge/pytest-mypy,2025-04-22 14:57:21.503,130324.0,3.0,,,,,,,,,,,,,,,, +172,flake8-black,peterjc/flake8-black,linters,flake8 plugin to run black for checking Python coding style.,,https://github.com/peterjc/flake8-black,11.0,https://github.com/peterjc/flake8-black,MIT,2019-01-10 14:40:26.000,2025-10-06 16:41:25.000,11.0,4.0,165.0,22,True,flake8-black,conda-forge/flake8-black,['flake8'],9358.0,8816.0,https://pypi.org/project/flake8-black,2025-09-21 18:56:36.000,2025-09-21 18:56:36.000,0.4.0,22.0,542.0,643642.0,650348.0,https://anaconda.org/conda-forge/flake8-black,2025-09-22 00:17:36.193,496303.0,3.0,,,,,,,,,,,,,,,, +173,flake8-commas,PyCQA/flake8-commas,linters,Flake8 extension for enforcing trailing commas in python.,,https://github.com/PyCQA/flake8-commas,15.0,https://github.com/PyCQA/flake8-commas,MIT,2015-12-16 09:25:13.000,2026-01-05 17:48:01.000,30.0,3.0,134.0,22,True,flake8-commas,,['flake8'],19364.0,19148.0,https://pypi.org/project/flake8-commas,2024-05-16 20:07:44.000,2024-05-16 20:07:44.000,4.0.0,22.0,216.0,298543.0,298543.0,,,,3.0,,,,,,,,,,,,,,,, +174,flake8-builtins,gforcada/flake8-builtins,linters,Check for python builtins being used as variables or parameters.,,https://github.com/gforcada/flake8-builtins,21.0,https://github.com/gforcada/flake8-builtins,GPL-2.0,2016-03-02 00:26:51.000,2025-10-27 19:47:11.685,25.0,3.0,118.0,22,True,flake8-builtins,conda-forge/flake8-builtins,['flake8'],12318.0,11732.0,https://pypi.org/project/flake8-builtins,2025-10-25 13:45:56.000,2025-10-25 13:45:56.000,3.1.0,33.0,586.0,956395.0,971705.0,https://anaconda.org/conda-forge/flake8-builtins,2025-10-27 19:47:11.685,688958.0,3.0,,,,,,,,,,,,,,,, +175,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,45.0,https://github.com/cs01/gdbgui,GPL-3.0,2016-10-27 03:19:25.000,2025-06-29 22:40:49.000,522.0,179.0,10347.0,21,False,gdbgui,,,517.0,515.0,https://pypi.org/project/gdbgui,2025-06-29 22:39:12.000,2017-01-25 18:46:20.000,0.7.2,96.0,2.0,7400.0,7400.0,,,,3.0,,,,,,,,,,,,,,,, +176,MonkeyType,Instagram/MonkeyType,refactoring,A Python library that generates static type annotations by collecting runtime types.,,https://github.com/Instagram/MonkeyType,51.0,https://github.com/Instagram/MonkeyType,BSD-3-Clause,2017-07-11 00:19:00.000,2025-06-19 05:52:11.000,185.0,61.0,4920.0,21,False,monkeytype,conda-forge/monkeytype,,23.0,,https://pypi.org/project/monkeytype,2023-03-20 14:10:04.829,2023-03-20 14:10:04.829,23.3.0,23.0,23.0,343596.0,345815.0,https://anaconda.org/conda-forge/monkeytype,2025-04-22 14:56:45.647,164266.0,2.0,,,,,,,,,,,,,,,, +177,PyOxidizer,indygreg/PyOxidizer,packaging,A modern Python application packaging and distribution tool.,,https://github.com/indygreg/PyOxidizer,54.0,https://github.com/indygreg/PyOxidizer,MPL-2.0,2018-12-18 23:32:13.000,2023-07-19 05:29:25.000,204.0,324.0,4846.0,21,False,pyoxidizer,,,161.0,159.0,https://pypi.org/project/pyoxidizer,2023-01-02 16:18:55.910,2023-01-02 16:18:55.910,0.24.0,11.0,2.0,10830.0,10830.0,,,,3.0,,,,,,,,,,,,,,,, +178,wily,tonybaloney/wily,code-metrics,"A Python application for tracking, reporting on timing and complexity in Python code.",,https://github.com/tonybaloney/wily,25.0,https://github.com/tonybaloney/wily,Apache-2.0,2018-10-11 22:12:25.000,2026-04-26 09:12:52.000,67.0,34.0,1286.0,21,True,wily,,,320.0,306.0,https://pypi.org/project/wily,2026-04-26 04:28:26.000,2023-10-11 03:48:57.000,1.25.0,53.0,14.0,53924.0,53924.0,,,,3.0,,,,,,,,,,,,,,,, +179,python-devtools,samuelcolvin/python-devtools,logging,Dev tools for python.,,https://github.com/samuelcolvin/python-devtools,14.0,https://github.com/samuelcolvin/python-devtools,MIT,2017-08-20 15:30:06.000,2025-04-22 14:57:50.459,49.0,28.0,969.0,21,False,python-devtools,conda-forge/python-devtools,,9171.0,9169.0,https://pypi.org/project/python-devtools,2017-08-21 10:32:25.000,2017-08-20 20:54:53.000,0.0.1,9.0,2.0,17241.0,18161.0,https://anaconda.org/conda-forge/python-devtools,2025-04-22 14:57:50.459,58011.0,3.0,,,,,,,,,,,,,,,, +180,green,CleanCut/green,testing,"Green is a clean, colorful, fast python test runner.",,https://github.com/CleanCut/green,41.0,https://github.com/CleanCut/green,MIT,2014-04-01 20:08:18.000,2026-03-02 18:18:44.792,75.0,7.0,791.0,21,True,green,conda-forge/green,,1504.0,1378.0,https://pypi.org/project/green,2024-04-18 23:54:19.000,2024-04-18 23:54:19.000,4.0.2,149.0,126.0,17273.0,23883.0,https://anaconda.org/conda-forge/green,2026-03-02 18:18:44.792,475968.0,3.0,,,,,,,,,,,,,,,, +181,redbaron,pycqa/redbaron,refactoring,Bottom-up approach to refactoring in python.,,https://github.com/pycqa/redbaron,34.0,https://github.com/pycqa/redbaron,LGPL-3.0+,2014-03-23 05:34:39.000,2022-01-29 21:54:37.000,72.0,90.0,724.0,21,False,redbaron,,,870.0,782.0,https://pypi.org/project/redbaron,2019-03-17 18:59:01.000,2019-03-17 18:59:01.000,0.9.2,15.0,88.0,398939.0,398939.0,,,,2.0,,,,,,,,,,,,,,,, +182,blacken-docs,asottile/blacken-docs,documentation,Run Black on Python code blocks in documentation files.,,https://github.com/asottile/blacken-docs,26.0,,MIT,2020-07-16 13:05:04.123,2025-09-08 21:36:16.747,45.0,,670.0,21,True,blacken-docs,conda-forge/blacken-docs,,1729.0,1610.0,https://pypi.org/project/blacken-docs,2025-09-08 15:33:17.000,2025-09-08 15:33:17.000,1.20.0,31.0,119.0,123146.0,124042.0,https://anaconda.org/conda-forge/blacken-docs,2025-09-08 21:36:16.747,64567.0,3.0,,,,,,,,,,,,,,,, +183,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,23.0,https://github.com/nestorsalceda/mamba,MIT,2013-03-12 18:53:42.000,2023-11-09 15:34:22.000,65.0,53.0,520.0,21,False,mamba,,,1425.0,1396.0,https://pypi.org/project/mamba,2023-11-09 15:34:22.000,2023-11-09 15:34:22.000,0.11.3,22.0,29.0,16374.0,16374.0,,,,3.0,,,,,,,,,,,,,,,, +184,mkdocs-with-pdf,orzih/mkdocs-with-pdf,documentation,Generate a single PDF file from MkDocs repository.,,https://github.com/orzih/mkdocs-with-pdf,6.0,https://github.com/orzih/mkdocs-with-pdf,MIT,2020-02-23 16:34:46.000,2024-05-25 03:08:01.000,80.0,92.0,357.0,21,False,mkdocs-with-pdf,,['mkdocs'],935.0,927.0,https://pypi.org/project/mkdocs-with-pdf,2021-07-03 02:04:39.000,2021-07-03 02:04:39.000,0.9.3,28.0,8.0,329444.0,329444.0,,,,3.0,,,,,,,,,,,,,,,, +185,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,14.0,https://github.com/Erotemic/xdoctest,Apache-2.0,2017-09-24 01:59:02.000,2026-03-27 03:08:44.328,18.0,25.0,222.0,21,True,xdoctest,conda-forge/xdoctest,,261.0,,https://pypi.org/project/xdoctest,2026-03-27 01:13:23.000,2026-03-27 01:13:23.000,1.3.2,76.0,261.0,1036908.0,1040871.0,https://anaconda.org/conda-forge/xdoctest,2026-03-27 03:08:44.328,281435.0,3.0,,,,,,,,,,,,,,,,conda-forge/xdoctest +186,eradicate,myint/eradicate,refactoring,Removes commented-out code.,,https://github.com/pycqa/eradicate,17.0,,Saxpath,2021-04-19 20:24:54.437,2025-11-01 17:12:18.956,26.0,,218.0,21,False,eradicate,conda-forge/eradicate,,17034.0,17003.0,https://pypi.org/project/eradicate,2025-10-27 07:14:29.000,2025-10-27 07:14:29.000,3.0.1,21.0,31.0,920046.0,920420.0,https://anaconda.org/conda-forge/eradicate,2025-11-01 17:12:18.956,23608.0,2.0,,,,,,,,,,,,,,,, +187,data-science-types,predictive-analytics-lab/data-science-types,linters,Type stubs for Python machine learning libraries.,,https://github.com/predictive-analytics-lab/data-science-types,43.0,,Apache-2.0,2020-12-14 14:03:45.803,2025-04-22 14:57:41.763,51.0,,202.0,21,False,data-science-types,conda-forge/data-science-types,,2033.0,1939.0,https://pypi.org/project/data-science-types,2021-02-16 16:45:03.000,2021-02-16 16:45:03.000,0.2.23,26.0,94.0,171710.0,172020.0,https://anaconda.org/conda-forge/data-science-types,2025-04-22 14:57:41.763,20829.0,3.0,,,,,,,,,,,,,,,, +188,pytkdocs,mkdocstrings/pytkdocs,documentation,Load Python objects documentation.,,https://github.com/mkdocstrings/pytkdocs,23.0,https://github.com/mkdocstrings/pytkdocs,ISC,2020-02-04 21:18:34.000,2025-04-22 14:57:38.190,30.0,6.0,54.0,21,False,pytkdocs,conda-forge/pytkdocs,,1678.0,1656.0,https://pypi.org/project/pytkdocs,2025-03-09 17:32:40.000,2025-03-09 17:32:40.000,0.16.5,30.0,22.0,169461.0,172976.0,https://anaconda.org/conda-forge/pytkdocs,2025-04-22 14:57:38.190,242581.0,3.0,,,,,,,,,,,,,,,, +189,mamba,mamba-org/mamba,dependency-managers,The Fast Cross-Platform Package Manager.,,https://github.com/mamba-org/mamba,184.0,https://github.com/mamba-org/mamba,BSD-3-Clause,2019-03-05 13:05:10.000,2026-07-29 14:38:04.000,444.0,468.0,8071.0,20,True,,conda-forge/mamba,,,,,,,,183.0,,,362697.0,https://anaconda.org/conda-forge/mamba,2026-06-08 20:50:25.264,26839611.0,3.0,,,,,,,,,,,,,,,, +190,vprof,nvdv/vprof,profiling,Visual profiler for Python.,,https://github.com/nvdv/vprof,17.0,https://github.com/nvdv/vprof,BSD-2-Clause,2015-06-29 03:59:39.000,2022-07-15 07:43:03.000,153.0,30.0,3958.0,20,False,vprof,,,157.0,146.0,https://pypi.org/project/vprof,2020-02-29 13:31:59.000,2018-06-24 14:16:36.000,0.37.6,24.0,11.0,14881.0,14881.0,,,,3.0,,,,,,,,,,,,,,,, +191,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,484.0,https://github.com/coala/coala,AGPL-3.0,2014-05-15 11:35:34.000,2024-02-05 04:33:35.000,1295.0,833.0,3589.0,20,False,coala-bears,,,19.0,13.0,https://pypi.org/project/coala-bears,2023-12-02 01:06:08.134,2017-05-30 10:07:57.000,0.11.1,731.0,6.0,3743.0,3743.0,,,,3.0,,,,,,,,,,,,,,,, +192,PrettyErrors,onelivesleft/PrettyErrors,logging,Prettify Python exception output to make it legible.,,https://github.com/onelivesleft/PrettyErrors,5.0,https://github.com/onelivesleft/PrettyErrors,MIT,2018-11-15 16:02:27.000,2025-04-22 14:57:40.153,87.0,13.0,2861.0,20,False,pretty_errors,conda-forge/pretty_errors,,110.0,,https://pypi.org/project/pretty_errors,2021-11-24 14:32:07.000,2021-11-24 14:32:07.000,1.2.25,48.0,110.0,151865.0,152380.0,https://anaconda.org/conda-forge/pretty_errors,2025-04-22 14:57:40.153,35076.0,3.0,,,,,,,,,,,,,,,, +193,pybuilder,pybuilder/pybuilder,build-tools,Software build automation tool for Python.,,https://github.com/pybuilder/pybuilder,40.0,https://github.com/pybuilder/pybuilder,Apache-2.0,2012-07-23 11:38:06.000,2026-04-02 08:18:27.541,272.0,102.0,1973.0,20,True,pybuilder,conda-forge/pybuilder,,6.0,,https://pypi.org/project/pybuilder,2026-04-02 06:20:15.000,2026-04-02 06:20:15.000,0.13.20,699.0,6.0,48693.0,55861.0,https://anaconda.org/conda-forge/pybuilder,2026-04-02 08:18:27.541,401461.0,3.0,,,,,,,,,,,,,,,, +194,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,45.0,https://github.com/linkedin/shiv,BSD-2-Clause,2018-03-13 18:46:23.000,2026-01-10 12:19:00.000,109.0,65.0,1918.0,20,True,shiv,,,29.0,,https://pypi.org/project/shiv,2024-11-01 19:47:45.000,2024-11-01 19:47:45.000,1.0.8,65.0,29.0,375226.0,375226.0,,,,3.0,,,,,,,,,,,,,,,, +195,dephell,dephell/dephell,dependency-managers,"Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build..",,https://github.com/dephell/dephell,37.0,https://github.com/dephell/dephell,MIT,2018-08-31 17:39:18.000,2021-01-11 21:31:40.000,116.0,107.0,1788.0,20,False,dephell,,,871.0,848.0,https://pypi.org/project/dephell,2020-04-28 06:31:03.273,2020-04-28 06:31:03.273,0.8.3,30.0,23.0,951.0,951.0,,,,3.0,,,,,,,,,,,,,,,, +196,portray,timothycrosley/portray,documentation,Your Project with Great Documentation.,,https://github.com/timothycrosley/portray,20.0,https://github.com/timothycrosley/portray,MIT,2019-08-21 05:14:04.000,2023-09-19 11:00:56.000,72.0,32.0,864.0,20,False,portray,,,891.0,869.0,https://pypi.org/project/portray,2022-12-19 09:01:00.611,2022-12-19 09:01:00.611,1.8.0,29.0,22.0,40383.0,40383.0,,,,3.0,,,,,,,,,,,,,,,, +197,mkdocs-awesome-pages-plugin,lukasgeiter/mkdocs-awesome-pages-plugin,documentation,An MkDocs plugin that simplifies configuring page titles and their order.,,https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/,12.0,,MIT,,2024-12-22 21:13:46.000,42.0,,623.0,20,False,mkdocs-awesome-pages-plugin,,['mkdocs'],887.0,671.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,2024-12-22 21:13:46.000,2024-12-22 21:13:46.000,2.10.1,27.0,216.0,882179.0,882179.0,,,,3.0,,,,,,,,,,,,,,,, +198,buildout,buildout/buildout,build-tools,Buildout is a deployment automation tool written in and extended with Python.,,https://github.com/buildout/buildout,101.0,https://github.com/buildout/buildout,ZPL-2.1,2012-03-25 21:47:18.000,2026-04-29 07:54:20.000,177.0,121.0,614.0,20,False,zc.buildout,conda-forge/zc.buildout,,123.0,,https://pypi.org/project/zc.buildout,2026-04-29 07:54:20.000,2026-04-29 07:54:20.000,5.2.0,155.0,123.0,44182.0,45922.0,https://anaconda.org/conda-forge/zc.buildout,2025-04-22 14:58:01.521,100963.0,3.0,,,,,,,,,,,,,,,, +199,nitpick,andreoliwa/nitpick,linters,Enforce the same settings on multiple projects.,,https://github.com/andreoliwa/nitpick,18.0,https://github.com/andreoliwa/nitpick,MIT,2018-03-23 14:25:24.000,2025-11-30 12:15:09.000,24.0,48.0,413.0,20,True,nitpick,,['flake8'],1397.0,1371.0,https://pypi.org/project/nitpick,2025-11-30 12:11:22.000,2025-11-30 12:11:22.000,0.38.1,38.0,26.0,11074.0,11074.0,,,,3.0,,,,,,,,,,,,,,,, +200,baron,PyCQA/baron,refactoring,"IDE allow you to refactor code, Baron allows you to write refactoring code.",,https://github.com/PyCQA/baron,33.0,https://github.com/PyCQA/baron,LGPL-3.0,2013-03-21 12:19:00.000,2021-12-09 03:34:37.000,50.0,57.0,302.0,20,False,baron,,,467.0,462.0,https://pypi.org/project/baron,2021-12-09 03:33:32.000,2021-12-09 03:33:32.000,0.10.1,21.0,5.0,399548.0,399548.0,,,,3.0,,,,,,,,,,,,,,,, +201,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,12.0,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,MIT,2018-02-20 15:06:51.000,2021-10-05 01:33:27.000,34.0,41.0,215.0,20,False,mkdocs-pdf-export-plugin,,['mkdocs'],1536.0,1530.0,https://pypi.org/project/mkdocs-pdf-export-plugin,2021-10-05 01:33:27.000,2021-10-05 01:33:27.000,0.5.10,24.0,6.0,40144.0,40144.0,,,,3.0,,,,,,,,,,,,,,,, +202,flake8-bandit,tylerwince/flake8-bandit,linters,Automated security testing using bandit and flake8.,,https://github.com/tylerwince/flake8-bandit,12.0,https://github.com/tylerwince/flake8-bandit,MIT,2017-10-28 23:19:09.000,2023-09-13 06:38:29.000,23.0,12.0,111.0,20,False,flake8-bandit,,['flake8'],210.0,,https://pypi.org/project/flake8-bandit,2022-08-29 14:28:51.025,2022-08-29 14:28:51.025,4.1.1,13.0,210.0,507739.0,507739.0,,,,3.0,,,,,,,,,,,,,,,, +203,xenon,rubik/xenon,code-metrics,Monitoring tool based on radon.,,https://github.com/rubik/xenon,13.0,https://github.com/rubik/xenon,MIT,2014-02-14 14:19:20.000,2025-05-10 18:39:17.052,4.0,1.0,81.0,20,False,xenon,conda-forge/xenon,,1901.0,1854.0,https://pypi.org/project/xenon,2024-10-21 10:27:51.000,2024-10-21 10:27:51.000,0.9.3,24.0,47.0,1268446.0,1271408.0,https://anaconda.org/conda-forge/xenon,2025-05-10 18:39:17.052,41476.0,3.0,,,,,,,,,,,,,,,, +204,Bowler,facebookincubator/Bowler,refactoring,Safe code refactoring for modern Python.,,https://github.com/facebookincubator/Bowler,27.0,https://github.com/facebookincubator/Bowler,MIT,2018-06-07 21:44:17.000,2025-04-22 14:56:57.175,92.0,48.0,1572.0,19,False,bowler,conda-forge/bowler,,19.0,,https://pypi.org/project/bowler,2020-09-17 01:55:39.000,2020-09-17 01:55:39.000,0.9.0,8.0,19.0,45844.0,46129.0,https://anaconda.org/conda-forge/bowler,2025-04-22 14:56:57.175,26240.0,3.0,,,,,,,,,,,,,,,, +205,pyannotate,dropbox/pyannotate,refactoring,Auto-generate PEP-484 annotations.,,https://github.com/dropbox/pyannotate,17.0,https://github.com/dropbox/pyannotate,Apache-2.0,2017-11-13 20:18:08.000,2022-07-03 08:24:17.000,61.0,36.0,1442.0,19,False,pyannotate,,,189.0,155.0,https://pypi.org/project/pyannotate,2019-09-16 15:37:03.000,2019-09-16 15:37:03.000,1.2.0,9.0,34.0,16267.0,16267.0,,,,3.0,,,,,,,,,,,,,,,, +206,pynsist,takluyver/pynsist,packaging,Build Windows installers for Python applications.,,https://github.com/takluyver/pynsist,31.0,https://github.com/takluyver/pynsist,MIT,2014-03-30 19:11:21.000,2024-04-09 12:58:32.000,119.0,34.0,893.0,19,False,pynsist,,,273.0,259.0,https://pypi.org/project/pynsist,2022-03-21 11:44:22.000,2020-07-03 08:11:24.000,2.5.1,22.0,14.0,6871.0,6871.0,,,,3.0,,,,,,,,,,,,,,,, +207,python-hunter,ionelmc/python-hunter,debugging,Hunter is a flexible code tracing toolkit.,,https://github.com/ionelmc/python-hunter,10.0,https://github.com/ionelmc/python-hunter,BSD-2-Clause,2015-03-16 18:03:16.000,2025-11-03 14:44:40.719,51.0,48.0,872.0,19,True,hunter,conda-forge/hunter,,17.0,,https://pypi.org/project/hunter,2025-08-22 22:11:39.000,2025-08-22 22:11:39.000,3.9.0,56.0,17.0,1030061.0,1034017.0,https://anaconda.org/conda-forge/hunter,2025-11-03 14:44:40.719,237413.0,3.0,,,,,,,,,,,,,,,, +208,pycco,pycco-docs/pycco,documentation,Literate-style documentation generator.,,https://github.com/pycco-docs/pycco,36.0,https://github.com/pycco-docs/pycco,MIT,2010-06-29 07:02:31.000,2023-06-12 20:15:00.000,146.0,35.0,844.0,19,False,pycco,,,352.0,346.0,https://pypi.org/project/pycco,2018-07-25 01:44:55.232,2018-07-25 01:44:55.232,0.6.0,11.0,6.0,5186.0,5186.0,,,,3.0,,,,,,,,,,,,,,,, +209,pytest-plugins,man-group/pytest-plugins,testing,A grab-bag of nifty pytest plugins.,,https://github.com/man-group/pytest-plugins,67.0,https://github.com/man-group/pytest-plugins,MIT,2015-08-14 07:52:32.000,2026-01-28 17:36:23.000,89.0,47.0,598.0,19,True,pytest-virtualenv,conda-forge/pytest-shutil,,73.0,,https://pypi.org/project/pytest-virtualenv,2024-11-29 19:33:49.000,2024-11-29 19:33:49.000,1.8.1,14.0,73.0,34369.0,36763.0,https://anaconda.org/conda-forge/pytest-shutil,2025-04-22 14:56:53.611,136494.0,3.0,,,,,,,,,,,,,,,, +210,assertpy,ActivisionGameScience/assertpy,testing,Simple assertion library for unit testing in python with a fluent API.,,https://github.com/ActivisionGameScience/assertpy,11.0,https://github.com/ActivisionGameScience/assertpy,BSD-3-Clause,2019-11-17 15:47:15.000,2025-04-22 14:56:43.876,75.0,,520.0,19,False,assertpy,conda-forge/assertpy,,99.0,,https://pypi.org/project/assertpy,2020-07-19 14:39:02.000,,,13.0,99.0,858565.0,859283.0,https://anaconda.org/conda-forge/assertpy,2025-04-22 14:56:43.876,51714.0,3.0,,,,,,,,,,,,,,,, +211,constructor,conda/constructor,packaging,tool for creating installers from conda packages.,,https://github.com/conda/constructor,81.0,https://github.com/conda/constructor,BSD-3-Clause,2016-02-12 06:52:50.000,2026-07-28 21:42:05.890,180.0,44.0,497.0,19,True,,constructor,,28.0,28.0,,,2026-07-28 21:20:52.000,3.16.3,58.0,,,213.0,https://anaconda.org/anaconda/constructor,2026-07-28 21:42:05.890,26731.0,3.0,,,,,,,,,,,,,,,, +212,paver,paver/paver,build-tools,Python-based project scripting.,,https://github.com/paver/paver,46.0,https://github.com/paver/paver,BSD-3-Clause,2010-11-11 09:43:52.000,2025-04-22 14:56:29.275,86.0,46.0,463.0,19,False,paver,conda-forge/paver,,13.0,,https://pypi.org/project/paver,2017-12-31 01:13:41.000,2017-12-31 01:13:41.000,1.3.4,28.0,13.0,141631.0,142768.0,https://anaconda.org/conda-forge/paver,2025-04-22 14:56:29.275,131950.0,3.0,,,,,,,,,,,,,,,, +213,unimport,hakancelik96/unimport,refactoring,The ultimate linter and formatter for removing unused import statements in your code.,,https://unimport.hakancelik.dev/,16.0,,MIT,,2026-06-02 15:33:55.000,21.0,,247.0,19,True,unimport,,,218.0,173.0,https://pypi.org/project/unimport,2026-06-02 15:33:55.000,2026-02-18 10:29:08.000,1.3.1,60.0,45.0,47107.0,47107.0,,,,3.0,,,,,,,,,,,,,,,, +214,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,13.0,https://github.com/ml-tooling/lazydocs,MIT,2020-11-10 00:31:46.000,2025-08-28 22:06:24.000,43.0,4.0,236.0,19,True,lazydocs,,,487.0,422.0,https://pypi.org/project/lazydocs,2021-07-27 08:05:42.000,2021-07-27 08:05:42.000,0.4.8,18.0,65.0,20644.0,20644.0,,,,3.0,,,,,,,,,,,,,,,, +215,flake8-simplify,MartinThoma/flake8-simplify,linters,A flake8 plugin that helps you to simplify code.,,https://github.com/MartinThoma/flake8-simplify,16.0,https://github.com/MartinThoma/flake8-simplify,MIT,2020-09-19 16:59:41.000,2026-01-06 00:50:50.189,23.0,55.0,195.0,19,True,flake8-simplify,conda-forge/flake8-simplify,,137.0,,https://pypi.org/project/flake8-simplify,2026-01-01 13:32:20.000,2026-01-01 13:32:20.000,0.30.0,40.0,137.0,396216.0,397345.0,https://anaconda.org/conda-forge/flake8-simplify,2026-01-06 00:50:50.189,75655.0,3.0,,,,,,,,,,,,,,,, +216,releases,bitprophet/releases,documentation,A powerful Sphinx changelog-generating extension.,,https://github.com/bitprophet/releases,10.0,https://github.com/bitprophet/releases,BSD-2-Clause,2013-09-16 03:56:37.000,2025-07-28 15:33:16.000,41.0,32.0,176.0,19,True,releases,conda-forge/sphinx-releases,['sphinx'],797.0,756.0,https://pypi.org/project/releases,2023-04-28 19:14:01.551,2023-04-28 19:14:01.551,2.1.1,37.0,41.0,54787.0,55385.0,https://anaconda.org/conda-forge/sphinx-releases,2025-04-22 14:56:50.743,58658.0,3.0,,,,,,-1.0,,,,,,,,,, +217,pandas-vet,deppen8/pandas-vet,linters,A plugin for Flake8 that checks pandas code.,,https://github.com/deppen8/pandas-vet,14.0,https://github.com/deppen8/pandas-vet,MIT,2019-02-25 05:19:51.000,2025-04-22 14:57:04.228,19.0,13.0,170.0,19,False,pandas-vet,conda-forge/pandas-vet,['flake8'],522.0,485.0,https://pypi.org/project/pandas-vet,2023-08-11 15:09:04.000,2023-08-11 15:09:04.000,2023.8.2,10.0,37.0,61987.0,62510.0,https://anaconda.org/conda-forge/pandas-vet,2025-04-22 14:57:04.228,27741.0,3.0,,,,,,,,,,,,,,,, +218,dodgy,landscapeio/dodgy,security,Dodgy: Searches for dodgy looking lines in Python code.,,https://github.com/landscapeio/dodgy,14.0,,MIT,2016-08-11 14:42:36.022,2025-04-22 14:56:26.263,18.0,,123.0,19,False,dodgy,conda-forge/dodgy,,3242.0,3191.0,https://pypi.org/project/dodgy,2019-12-31 16:44:58.000,2019-12-31 16:44:58.000,0.2.1,10.0,51.0,639551.0,641328.0,https://anaconda.org/conda-forge/dodgy,2025-04-22 14:56:26.263,211469.0,3.0,,,,,,,,,,,,,,,, +219,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,7.0,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,MIT,2018-12-03 04:29:33.000,2023-03-28 19:19:30.000,8.0,6.0,56.0,19,False,mkdocs-git-revision-date-plugin,,['mkdocs'],3077.0,3036.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,2022-03-08 14:42:31.000,2022-03-08 14:42:31.000,0.3.2,9.0,41.0,142196.0,142196.0,,,,3.0,,,,,,-1.0,,,,,,,,,, +220,pyrasite,lmacken/pyrasite,debugging,Inject code into running Python processes.,,https://github.com/lmacken/pyrasite,25.0,https://github.com/lmacken/pyrasite,GPL-3.0,2011-09-10 06:01:20.000,2017-12-21 21:09:24.000,143.0,28.0,1766.0,18,False,pyrasite,,,75.0,75.0,https://pypi.org/project/pyrasite,2012-05-09 19:11:33.000,,,13.0,,10329.0,10329.0,,,,3.0,,,,,,,,,,,,,,,, +221,sixpack,sixpack/sixpack,testing,Sixpack is a language-agnostic a/b-testing framework.,,https://github.com/sixpack/sixpack,56.0,https://github.com/sixpack/sixpack,BSD-2-Clause,2012-11-15 00:01:06.000,2022-08-21 18:43:32.000,184.0,89.0,1762.0,18,False,sixpack,,,14.0,14.0,https://pypi.org/project/sixpack,2017-11-22 14:27:35.000,2017-11-22 14:27:35.000,2.7.0,37.0,,505.0,505.0,,,,3.0,,,,,,,,,,,,,,,, +222,pyflow,David-OConnor/pyflow,dependency-managers,An installation and dependency system for Python.,,https://github.com/David-OConnor/pyflow,30.0,https://github.com/David-OConnor/pyflow,MIT,2019-07-15 09:40:29.000,2025-12-30 18:35:32.000,48.0,65.0,1335.0,18,True,pyflow,,,45.0,44.0,https://pypi.org/project/pyflow,2021-07-02 13:17:04.000,2021-07-02 13:17:04.000,0.3.1,11.0,1.0,375.0,375.0,,,,3.0,,,,,,,,,,,,,,,, +223,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,52.0,https://github.com/Instagram/Fixit,,2020-02-20 19:09:01.000,2025-11-12 22:19:10.000,67.0,44.0,693.0,18,False,fixit,,,127.0,111.0,https://pypi.org/project/fixit,2025-11-12 22:19:10.000,2025-11-12 22:19:10.000,2.2.1,13.0,16.0,396576.0,396576.0,,,,3.0,,,,,,,,,,,,,,,, +224,python-manhole,ionelmc/python-manhole,debugging,Debugging manhole for python applications.,,https://github.com/ionelmc/python-manhole,11.0,https://github.com/ionelmc/python-manhole,BSD-2-Clause,2013-06-26 21:49:34.000,2025-04-22 14:57:57.761,25.0,9.0,402.0,18,False,manhole,conda-forge/manhole,,6.0,,https://pypi.org/project/manhole,2024-07-04 16:25:34.000,2024-07-04 16:25:34.000,1.8.1,24.0,6.0,1075413.0,1076607.0,https://anaconda.org/conda-forge/manhole,2025-04-22 14:57:57.761,71690.0,3.0,,,,,,,,,,,,,,,, +225,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,11.0,https://github.com/asottile/add-trailing-comma,MIT,2017-07-10 00:55:50.000,2025-10-10 17:59:27.000,29.0,,368.0,18,True,add-trailing-comma,,,41.0,,https://pypi.org/project/add-trailing-comma,2025-10-10 17:59:24.000,2025-10-10 17:59:24.000,4.0.0,43.0,41.0,83181.0,83181.0,,,,3.0,,,,,,,,,,,,,,,, +226,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,17.0,https://github.com/timvink/mkdocs-print-site-plugin,MIT,2020-08-15 12:02:33.000,2026-04-10 06:13:04.000,28.0,14.0,184.0,18,True,mkdocs-print-site-plugin,,['mkdocs'],22.0,,https://pypi.org/project/mkdocs-print-site-plugin,2025-08-03 14:15:06.000,2025-05-07 07:31:00.000,2.7.3,50.0,22.0,195268.0,195268.0,,,,3.0,,,,,,,,,,,,,,,, +227,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,16.0,https://github.com/dlint-py/dlint,BSD-3-Clause,2020-01-08 15:53:36.000,2026-01-07 12:21:46.000,17.0,23.0,179.0,18,True,dlint,conda-forge/dlint,,107.0,,https://pypi.org/project/dlint,2024-10-31 12:39:01.000,2024-10-31 12:39:01.000,0.16.0,19.0,107.0,91073.0,91332.0,https://anaconda.org/conda-forge/dlint,2025-04-22 14:58:04.693,14504.0,3.0,,,,,,,,,,,,,,,, +228,flake8-mypy,ambv/flake8-mypy,linters,A plugin for flake8 integrating Mypy.,,https://github.com/ambv/flake8-mypy,8.0,https://github.com/ambv/flake8-mypy,MIT,2017-02-26 02:27:33.000,2020-06-19 16:51:36.000,17.0,23.0,102.0,18,False,flake8-mypy,,['flake8'],1832.0,1777.0,https://pypi.org/project/flake8-mypy,2017-08-31 23:17:01.000,2017-08-31 23:17:01.000,17.8.0,6.0,55.0,49936.0,49936.0,,,,3.0,,,,,,,,,,,,,,,, +229,unify,myint/unify,refactoring,Modifies strings to all use the same quote where possible.,,https://github.com/myint/unify,5.0,https://github.com/myint/unify,MIT,2013-03-24 18:02:19.000,2025-04-22 14:57:56.214,15.0,12.0,94.0,18,False,unify,conda-forge/unify,,1530.0,1459.0,https://pypi.org/project/unify,2019-08-07 13:46:09.000,2013-06-22 15:34:37.000,0.1.5,10.0,71.0,41859.0,41921.0,https://anaconda.org/conda-forge/unify,2025-04-22 14:57:56.214,3837.0,3.0,,,,,,,,,,,,,,,, +230,pylint-flask,jschaf/pylint-flask,linters,A Pylint plugin to analyze Flask applications.,,https://github.com/jschaf/pylint-flask,9.0,https://github.com/jschaf/pylint-flask,GPL-2.0,2015-06-27 20:11:12.000,2025-04-22 14:56:27.130,9.0,9.0,64.0,18,False,pylint-flask,conda-forge/pylint-flask,['pylint'],8297.0,8291.0,https://pypi.org/project/pylint-flask,2019-01-30 19:26:02.000,,,5.0,6.0,209093.0,212584.0,https://anaconda.org/conda-forge/pylint-flask,2025-04-22 14:56:27.130,415481.0,3.0,,,,,,,,,,,,,,,, +231,Profiling,what-studio/profiling,profiling,Was an interactive continuous Python profiler.,,https://github.com/what-studio/profiling,18.0,https://github.com/what-studio/profiling,BSD-3-Clause,2014-09-03 10:35:57.000,2021-12-15 15:24:47.133,112.0,17.0,2951.0,17,False,profiling,,,82.0,80.0,https://pypi.org/project/profiling,2021-12-15 15:24:47.133,2017-06-28 06:10:16.000,0.1.3,5.0,2.0,988.0,988.0,,,,3.0,,,,,,,,,,,,,,,, +232,heartrate,alexmojaki/heartrate,profiling,Simple real time visualisation of the execution of a Python program.,,https://github.com/alexmojaki/heartrate,3.0,https://github.com/alexmojaki/heartrate,MIT,2019-04-24 17:02:28.000,2025-04-22 14:57:56.114,122.0,5.0,1539.0,17,False,heartrate,conda-forge/heartrate,,76.0,73.0,https://pypi.org/project/heartrate,2021-11-13 14:58:19.000,2021-11-13 14:58:19.000,0.2.2,4.0,3.0,250.0,372.0,https://anaconda.org/conda-forge/heartrate,2025-04-22 14:57:56.114,7453.0,3.0,,,,,,,,,,,,,,,, +233,pycycle,bndr/pycycle,linters,Tool for pinpointing circular imports in Python. Find cyclic imports in any project.,,https://github.com/bndr/pycycle,2.0,https://github.com/bndr/pycycle,MIT,2017-01-28 17:22:00.000,2022-01-15 20:44:01.000,22.0,21.0,338.0,17,False,pycycle,,,116.0,113.0,https://pypi.org/project/pycycle,2017-02-13 18:07:58.000,2017-02-13 18:07:58.000,0.0.8,8.0,3.0,22531.0,22531.0,,,,3.0,,,,,,,,,,,,,,,, +234,flakehell,life4/flakehell,linters,"Flake8 wrapper to make it nice, legacy-friendly, configurable.",,https://github.com/life4/flakehell,16.0,https://github.com/life4/flakehell,MIT,2019-08-06 11:37:21.000,2021-01-11 21:35:41.000,46.0,4.0,227.0,17,False,flakehell,,['flake8'],18.0,,https://pypi.org/project/flakehell,2021-01-11 18:41:10.489,2021-01-11 18:41:10.489,0.9.0,28.0,18.0,14476.0,14476.0,,,,3.0,,,,,,,,,,,,,,,, +235,com2ann,ilevkivskyi/com2ann,refactoring,Tool for translation type comments to type annotations in Python.,,https://github.com/ilevkivskyi/com2ann,8.0,https://github.com/ilevkivskyi/com2ann,MIT,2016-09-09 07:17:02.000,2025-06-02 23:03:18.000,13.0,10.0,155.0,17,False,com2ann,,,105.0,103.0,https://pypi.org/project/com2ann,2021-08-21 09:01:26.000,2021-08-21 09:01:26.000,0.3.0,3.0,2.0,25707.0,25707.0,,,,3.0,,,,,,,,,,,,,,,, +236,pyt,python-security/pyt,security,A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications.,,https://github.com/python-security/pyt,22.0,https://github.com/python-security/pyt,GPL-2.0,2016-10-26 15:34:48.000,2020-12-25 03:47:37.000,244.0,27.0,2183.0,16,False,python-taint,,,2.0,,https://pypi.org/project/python-taint,2018-11-01 16:02:04.000,2018-04-09 03:32:38.000,0.2.0,15.0,2.0,1875.0,1875.0,,,,3.0,,,,,,,,,,,,,,,, +237,Birdseye,alexmojaki/birdseye,debugging,Graphical Python debugger which lets you easily view the values of all evaluated expressions.,,https://github.com/alexmojaki/birdseye,10.0,https://github.com/alexmojaki/birdseye,MIT,2017-07-22 18:49:20.000,2025-09-06 15:27:49.000,73.0,21.0,1689.0,16,True,birdseye,,,9.0,,https://pypi.org/project/birdseye,2025-09-06 15:27:49.000,2025-09-06 15:27:49.000,0.10.0,42.0,9.0,1526.0,1526.0,,,,3.0,,,,,,,,,,,,,,,, +238,xar,facebookincubator/xar,packaging,executable archive format.,,https://github.com/facebookincubator/xar,44.0,https://github.com/facebookincubator/xar,BSD-3-Clause,2017-06-29 18:15:26.000,2023-12-28 22:35:49.000,56.0,8.0,1577.0,16,False,xar,,,,,https://pypi.org/project/xar,2020-12-02 20:41:20.000,2020-12-02 20:41:20.000,20.12.2,3.0,,4064.0,4064.0,,,,3.0,,,,,,,,,,,,,,,, +239,pyheat,csurfer/pyheat,profiling,pprofile + matplotlib = Python program profiled as an awesome heatmap!.,,https://github.com/csurfer/pyheat,5.0,https://github.com/csurfer/pyheat,MIT,2017-02-04 22:56:02.000,2021-09-18 20:16:24.000,40.0,5.0,733.0,16,False,py-heat,,,86.0,80.0,https://pypi.org/project/py-heat,2018-12-06 03:59:34.000,2018-12-06 03:59:34.000,0.0.6,6.0,6.0,694.0,694.0,,,,3.0,,,,,,,,,,,,,,,, +240,tbvaccine,skorokithakis/tbvaccine,logging,A small utility to pretty-print Python tracebacks.,,https://github.com/skorokithakis/tbvaccine,12.0,https://github.com/skorokithakis/tbvaccine,MIT,2016-08-27 17:31:59.000,2018-12-14 18:07:29.000,12.0,5.0,301.0,16,False,tbvaccine,,,17.0,17.0,https://pypi.org/project/tbvaccine,2018-12-14 18:07:29.000,2018-12-14 18:07:29.000,0.3.1,12.0,,9545.0,9545.0,,,,3.0,,,,,,,,,,,,,,,, +241,pynt,rags/pynt,build-tools,A pynt of Python build.,,https://github.com/rags/pynt,10.0,https://github.com/rags/pynt,MIT,2012-11-17 13:12:49.000,2025-07-16 13:54:30.000,19.0,11.0,155.0,16,True,pynt,,,131.0,130.0,https://pypi.org/project/pynt,2018-06-24 06:23:48.000,2018-06-24 06:23:48.000,0.8.2,7.0,1.0,6507.0,6507.0,,,,3.0,,,,,,,,,,,,,,,, +242,pyformat,myint/pyformat,formatters,Formats Python code to follow a consistent style.,,https://github.com/myint/pyformat,3.0,https://github.com/myint/pyformat,Saxpath,2013-03-24 21:45:30.000,2024-01-01 00:20:53.000,10.0,7.0,94.0,16,False,pyformat,,,1923.0,1915.0,https://pypi.org/project/pyformat,2024-01-01 00:20:50.000,2014-09-07 13:57:37.000,0.5.7,24.0,8.0,5582.0,5582.0,,,,3.0,,,,,,,,,,,,,,,, +243,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,29.0,https://github.com/xxh/xxh,BSD-2-Clause,2019-11-03 12:04:13.000,2025-09-22 12:12:06.000,116.0,30.0,5790.0,15,True,xxh-xxh,,,,,https://pypi.org/project/xxh-xxh,2024-04-06 23:52:28.000,2024-04-06 23:52:28.000,0.8.14,55.0,,891.0,891.0,,,,3.0,,,,,,,,,,,,,,,, +244,reloadium,reloadware/reloadium,debugging,Hot Reloading and Profiling for Python.,,https://github.com/reloadware/reloadium,3.0,https://github.com/reloadware/reloadium,Apache-2.0,2022-01-15 03:01:41.000,2024-05-24 16:13:26.000,63.0,35.0,2999.0,15,False,reloadium,,,,,https://pypi.org/project/reloadium,2024-05-22 15:28:18.000,2024-05-22 15:28:18.000,1.5.1,50.0,,1239.0,1239.0,,,,3.0,,,,,,,,,,,,,,,, +245,fake2db,emirozer/fake2db,testing,create custom test databases that are populated with fake data.,,https://github.com/emirozer/fake2db,18.0,https://github.com/emirozer/fake2db,GPL-2.0,2014-02-18 19:14:28.000,2021-12-15 15:44:45.608,120.0,7.0,2148.0,15,False,fake2db,,,33.0,33.0,https://pypi.org/project/fake2db,2021-12-15 15:44:45.608,2021-12-15 15:44:45.608,0.1.0,23.0,,226.0,226.0,,,,3.0,,,,,,,,,,,,,,,, +246,bellybutton,hchasestevens/bellybutton,linters,Custom Python linting through AST expressions.,,https://github.com/hchasestevens/bellybutton,7.0,https://github.com/hchasestevens/bellybutton,MIT,2018-02-17 06:31:44.000,2023-07-27 15:15:12.000,14.0,11.0,267.0,15,False,bellybutton,,,51.0,50.0,https://pypi.org/project/bellybutton,2023-07-27 15:15:12.000,2023-07-27 15:15:12.000,0.3.2,12.0,1.0,1035.0,1035.0,,,,3.0,,,,,,,,,,,,,,,, +247,cohesion,mschwager/cohesion,code-metrics,A tool for measuring Python class cohesion.,,https://github.com/mschwager/cohesion,3.0,https://github.com/mschwager/cohesion,GPL-3.0,2016-08-11 21:09:32.000,2025-04-22 14:58:04.676,6.0,8.0,253.0,15,False,cohesion,conda-forge/cohesion,,13.0,,https://pypi.org/project/cohesion,2024-12-09 15:14:21.000,2024-12-09 15:14:21.000,1.2.0,11.0,13.0,32001.0,32124.0,https://anaconda.org/conda-forge/cohesion,2025-04-22 14:58:04.676,6903.0,3.0,,,,,,,,,,,,,,,, +248,pip-run,jaraco/pip-run,dependency-managers,pip-run - dynamic dependency loader for Python.,,https://github.com/jaraco/pip-run,25.0,https://github.com/jaraco/pip-run,,2016-01-25 01:59:13.000,2025-05-30 00:58:13.000,20.0,10.0,138.0,15,False,pip-run,,,98.0,88.0,https://pypi.org/project/pip-run,2025-05-30 00:58:13.000,2025-05-30 00:58:13.000,16.1.0,72.0,10.0,16987.0,16987.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,9.0,https://github.com/elmotec/massedit,MIT,2012-03-11 16:18:30.000,2025-09-21 21:50:29.000,14.0,1.0,116.0,15,True,massedit,,,57.0,54.0,https://pypi.org/project/massedit,2025-09-21 21:30:16.000,2025-09-21 21:30:16.000,0.71.0,17.0,3.0,1737.0,1737.0,,,,3.0,,,,,,,,,,,,,,,, +250,autoimport,lyz-code/autoimport,formatters,Autoimport automatically fixes wrong import statements.,,https://github.com/lyz-code/autoimport,18.0,https://github.com/lyz-code/autoimport,GPL-3.0,2020-10-16 22:43:09.000,2024-10-01 16:15:26.000,24.0,15.0,96.0,15,False,autoimport,,,14.0,,https://pypi.org/project/autoimport,2024-10-01 16:15:26.000,2024-10-01 16:15:26.000,1.6.1,44.0,14.0,53745.0,53745.0,,,,3.0,,,,,,,,,,,,,,,, +251,mkdocs-versioning,zayd62/mkdocs-versioning,documentation,A tool that allows for versioning sites built with mkdocs.,,https://github.com/zayd62/mkdocs-versioning,5.0,https://github.com/zayd62/mkdocs-versioning,MIT,2019-07-20 18:09:56.000,2021-08-01 15:51:53.000,5.0,7.0,40.0,15,False,mkdocs-versioning,,['mkdocs'],181.0,181.0,https://pypi.org/project/mkdocs-versioning,2021-02-11 10:24:35.000,2021-02-11 10:24:35.000,0.4.0,6.0,,3438.0,3438.0,,,,3.0,,,,,,,,,,,,,,,, +252,pyenv-virtualenv,pyenv/pyenv-virtualenv,virtual-envs,a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv).,,https://github.com/pyenv/pyenv-virtualenv,70.0,https://github.com/pyenv/pyenv-virtualenv,MIT,2013-02-18 12:59:17.000,2024-09-18 19:08:52.000,399.0,99.0,6314.0,14,False,,,,24.0,24.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +253,vex,sashahart/vex,virtual-envs,Run a command in the named virtualenv.,,https://github.com/sashahart/vex,3.0,https://github.com/sashahart/vex,MIT,2014-05-09 03:20:02.000,2019-05-10 19:21:38.000,19.0,1.0,351.0,14,False,vex,,,37.0,34.0,https://pypi.org/project/vex,2019-05-10 19:21:38.000,2019-05-10 19:21:38.000,0.0.19,18.0,3.0,315.0,315.0,,,,3.0,,,,,,,,,,,,,,,, +254,imhotep,justinabrahms/imhotep,linters,A static-analysis bot for Github.,,https://github.com/justinabrahms/imhotep,17.0,https://github.com/justinabrahms/imhotep,MIT,2012-12-17 01:26:32.000,2022-02-20 06:09:25.000,36.0,20.0,217.0,14,False,imhotep,,,19.0,15.0,https://pypi.org/project/imhotep,2022-02-20 06:09:19.000,2022-02-20 06:09:19.000,2.0.0,10.0,4.0,50.0,50.0,,,,3.0,,,,,,,,,,,,,,,, +255,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,3.0,https://github.com/pytest-dev/pytest-play,Apache-2.0,2017-12-14 09:08:26.000,2019-08-20 15:57:27.000,4.0,5.0,73.0,14,False,pytest-play,,['pytest'],10.0,,https://pypi.org/project/pytest-play,2019-06-12 11:59:29.000,2019-06-12 11:59:29.000,2.3.1,23.0,10.0,1130.0,1130.0,,,,3.0,,,,,,,,,,,,,,,, +256,pyship,jamesabel/pyship,packaging,pyship - ship Python desktop apps to end users.,,https://github.com/jamesabel/pyship,2.0,https://github.com/jamesabel/pyship,MIT,2020-04-23 04:45:03.000,2026-07-19 22:30:31.000,3.0,4.0,45.0,14,False,pyship,,,13.0,13.0,https://pypi.org/project/pyship,2026-07-19 22:30:31.000,2026-07-19 22:30:31.000,0.7.5,36.0,,362.0,362.0,,,,3.0,,,,,,,,,,,,,,,, +257,yala,cemsbr/yala,linters,Yet Another Linter Aggregator.,,https://github.com/cemsbr/yala,4.0,https://github.com/cemsbr/yala,MIT,2017-06-02 22:45:50.000,2023-01-30 07:52:09.000,5.0,1.0,14.0,14,False,yala,,"['flake8', 'pylint']",68.0,58.0,https://pypi.org/project/yala,2021-11-15 05:05:38.000,2023-01-30 07:35:02.100,3.2.0,29.0,10.0,2425.0,2425.0,,,,3.0,,,,,,,,,,,,,,,, +258,retype,ambv/retype,refactoring,Re-apply type annotations from .pyi stubs to your codebase.,,https://github.com/ambv/retype,9.0,https://github.com/ambv/retype,MIT,2017-03-11 07:54:58.000,2025-04-22 14:56:45.636,18.0,1.0,142.0,13,False,retype,conda-forge/retype,,4.0,,https://pypi.org/project/retype,2022-08-14 07:10:00.969,2022-08-14 07:10:00.969,22.8.0,12.0,4.0,2171.0,3111.0,https://anaconda.org/conda-forge/retype,2025-04-22 14:56:45.636,64861.0,3.0,,,,,,,,,,,,,,,, +259,pep8ify,spulec/pep8ify,refactoring,A library that modifies python source code to conform to pep8.,,https://github.com/spulec/pep8ify,6.0,https://github.com/spulec/pep8ify,Apache-2.0,2012-06-03 03:31:33.000,2019-03-08 03:06:14.000,12.0,7.0,118.0,13,False,pep8ify,,,66.0,66.0,https://pypi.org/project/pep8ify,2014-10-24 20:36:57.000,2014-10-24 20:36:57.000,0.0.13,13.0,,43.0,43.0,,,,3.0,,,,,,,,,,,,,,,, +260,pyenv-installer,pyenv/pyenv-installer,virtual-envs,This tool is used to install `pyenv` and friends.,,https://github.com/pyenv/pyenv-installer,43.0,https://github.com/pyenv/pyenv-installer,MIT,2013-06-01 03:48:07.000,2024-04-21 19:06:48.000,423.0,3.0,3900.0,12,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +261,linty_fresh,lyft/linty_fresh,linters,Surface lint errors during code review.,,https://github.com/lyft/linty_fresh,18.0,https://github.com/lyft/linty_fresh,Apache-2.0,2015-12-19 02:37:26.000,2023-06-23 23:37:25.000,27.0,9.0,184.0,12,False,linty-fresh,,"['flake8', 'mypy']",,,https://pypi.org/project/linty-fresh,2018-12-12 19:47:05.000,2018-12-12 19:47:05.000,0.7.0,10.0,,48.0,48.0,,,,3.0,,,,,,,,,,,,,,,, +262,freshenv,raiyanyahya/freshenv,virtual-envs,"Provision, share, manage local and cloud developer environments.",,https://github.com/raiyanyahya/freshenv,3.0,https://github.com/raiyanyahya/freshenv,MPL-2.0,2021-12-19 21:38:32.000,2023-02-03 19:03:46.000,3.0,2.0,154.0,12,False,freshenv,raiyanyahya/freshenv,,2.0,2.0,https://pypi.org/project/freshenv,2022-11-06 21:28:09.190,2022-11-06 21:28:09.190,3.0.2,43.0,,211.0,211.0,https://anaconda.org/raiyanyahya/freshenv,,,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,5.0,https://github.com/ml-tooling/universal-build,MIT,2020-10-19 14:57:21.000,2022-11-09 08:14:25.000,8.0,1.0,25.0,12,True,universal-build,,,7.0,,https://pypi.org/project/universal-build,2021-11-16 23:08:45.000,2021-11-16 23:08:45.000,0.6.18,40.0,7.0,203.0,203.0,,,,3.0,,,,,,,,,,,,,,,, +264,livepython,agermanidis/livepython,profiling,Visually trace Python code in real-time.,,https://github.com/agermanidis/livepython,3.0,https://github.com/agermanidis/livepython,MIT,2017-10-03 00:19:59.000,2019-01-22 17:39:55.000,169.0,11.0,2566.0,11,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +265,dh-virtualenv,spotify/dh-virtualenv,virtual-envs,Python virtualenvs in Debian packages.,,https://github.com/spotify/dh-virtualenv,61.0,https://github.com/spotify/dh-virtualenv,GPL-2.0,2013-10-09 19:03:43.000,2024-04-27 01:41:37.000,185.0,40.0,1625.0,11,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +266,pipenv-pipes,gtalarico/pipenv-pipes,virtual-envs,A PipEnv Environment Switcher.,,https://github.com/gtalarico/pipenv-pipes,5.0,https://github.com/gtalarico/pipenv-pipes,MIT,2018-05-02 03:56:41.000,2019-06-27 03:42:49.000,11.0,7.0,126.0,10,False,pipenv-pipes,,,,,https://pypi.org/project/pipenv-pipes,2018-11-08 03:05:43.000,2018-11-08 03:05:43.000,0.7.1,25.0,,67.0,67.0,,,,3.0,,,,,,,,,,,,,,,, +267,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,16.0,https://github.com/google/subpar,Apache-2.0,2016-08-03 20:11:35.000,2022-12-27 14:53:53.000,71.0,44.0,568.0,9,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 6239aa5..9e7f628 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,17 +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._ -- python-json-logger (πŸ₯ˆ29 Β· ⭐ 1.8K Β· πŸ“ˆ) - Json Formatter for the standard python logger. BSD-2 -- massedit (πŸ₯‰15 Β· ⭐ 120 Β· πŸ’€) - Programmatically edit text files with Python. Useful for source to.. MIT -- pyship (πŸ₯‰14 Β· ⭐ 45 Β· πŸ“ˆ) - pyship - ship Python desktop apps to end users. MIT +- twine (πŸ₯‡32 Β· ⭐ 1.8K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2 +- setuptools_scm (πŸ₯ˆ30 Β· ⭐ 950 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT +- pyinstrument (πŸ₯ˆ29 Β· ⭐ 8K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3 +- mimesis (πŸ₯ˆ27 Β· ⭐ 4.8K Β· πŸ“ˆ) - Mimesis is a fast Python library for generating fake data in multiple.. MIT +- typed_ast (πŸ₯‰23 Β· ⭐ 230 Β· πŸ’€) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- pytest (πŸ₯‡39 Β· ⭐ 14K Β· πŸ“‰) - The pytest framework makes it easy to write small tests, yet.. MIT -- pip (πŸ₯‡36 Β· ⭐ 10K Β· πŸ“‰) - The Python package installer. MIT -- ruff (πŸ₯‡35 Β· ⭐ 49K Β· πŸ“‰) - An extremely fast Python linter and code formatter, written in Rust. MIT -- conda (πŸ₯ˆ30 Β· ⭐ 7.4K Β· πŸ“‰) - A system-level, binary package and environment manager running on all.. BSD-3 -- sqlmap (πŸ₯‰25 Β· ⭐ 38K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +- pyright (πŸ₯ˆ30 Β· ⭐ 16K Β· πŸ“‰) - Static Type Checker for Python. MIT +- pydocstyle (πŸ₯ˆ25 Β· ⭐ 1.1K Β· πŸ’€) - docstring style checker. MIT +- sqlmap (πŸ₯‰24 Β· ⭐ 38K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +- releases (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - A powerful Sphinx changelog-generating extension. BSD-2 +- mkdocs-git-revision-date-plugin (πŸ₯‰19 Β· ⭐ 56 Β· πŸ’€) - MkDocs plugin for setting revision date from git per.. MIT