From 2da49ff113590d86030d7961e902d126300b0bdd Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 21 Aug 2025 14:52:46 +0000 Subject: [PATCH] Update best-of list for version 2025.08.21 --- README.md | 594 ++++++++++++++++---------------- history/2025-08-21_changes.md | 20 ++ history/2025-08-21_projects.csv | 269 +++++++++++++++ latest-changes.md | 20 +- 4 files changed, 596 insertions(+), 307 deletions(-) create mode 100644 history/2025-08-21_changes.md create mode 100644 history/2025-08-21_projects.csv diff --git a/README.md b/README.md index 7a3f418..a09136f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pylint (πŸ₯‡41 Β· ⭐ 5.5K) - Its not just a linter that annoys you!. ❗️GPL-2.0 -- [GitHub](https://github.com/pylint-dev/pylint) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 1.2K Β· πŸ“₯ 240 Β· πŸ“¦ 480K Β· πŸ“‹ 5.8K - 17% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pylint-dev/pylint) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 1.2K Β· πŸ“₯ 240 Β· πŸ“¦ 480K Β· πŸ“‹ 5.8K - 17% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/PyCQA/pylint @@ -88,7 +88,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pylint ``` -- [Conda](https://anaconda.org/conda-forge/pylint) (πŸ“₯ 6.5M Β· ⏱️ 09.08.2025): +- [Conda](https://anaconda.org/conda-forge/pylint) (πŸ“₯ 6.6M Β· ⏱️ 09.08.2025): ``` conda install -c conda-forge pylint ``` @@ -127,7 +127,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
wemake-python-styleguide (πŸ₯‡33 Β· ⭐ 2.8K) - The strictest and most opinionated python linter ever!. MIT -- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 400 Β· πŸ“¦ 18K Β· πŸ“‹ 1.2K - 1% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 400 Β· πŸ“¦ 18K Β· πŸ“‹ 1.2K - 1% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/wemake-services/wemake-python-styleguide @@ -153,9 +153,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pyflakes ```
-
beartype (πŸ₯ˆ31 Β· ⭐ 3.1K) - Unbearably fast near-real-time hybrid runtime-static type-checking in.. MIT +
beartype (πŸ₯ˆ31 Β· ⭐ 3.2K) - Unbearably fast near-real-time hybrid runtime-static type-checking in.. MIT -- [GitHub](https://github.com/beartype/beartype) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 62 Β· πŸ“¦ 7.5K Β· πŸ“‹ 420 - 23% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/beartype/beartype) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 62 Β· πŸ“¦ 7.6K Β· πŸ“‹ 420 - 23% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/beartype/beartype @@ -164,12 +164,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install beartype ``` -- [Conda](https://anaconda.org/conda-forge/beartype) (πŸ“₯ 400K Β· ⏱️ 22.05.2025): +- [Conda](https://anaconda.org/conda-forge/beartype) (πŸ“₯ 410K Β· ⏱️ 22.05.2025): ``` conda install -c conda-forge beartype ```
-
parso (πŸ₯ˆ31 Β· ⭐ 650) - A Python Parser. MIT +
parso (πŸ₯ˆ31 Β· ⭐ 640) - A Python Parser. MIT - [GitHub](https://github.com/davidhalter/parso) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 110 Β· πŸ“¦ 580K Β· πŸ“‹ 120 - 11% open Β· ⏱️ 24.06.2025): @@ -185,39 +185,55 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge parso ```
-
ruff (πŸ₯ˆ28 Β· ⭐ 41K) - An extremely fast Python linter and code formatter, written in Rust. MIT +
flake8-bugbear (πŸ₯ˆ29 Β· ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT + +- [GitHub](https://github.com/PyCQA/flake8-bugbear) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 110 Β· πŸ“¦ 41K Β· πŸ“‹ 240 - 25% open Β· ⏱️ 12.08.2025): + + ``` + git clone https://github.com/PyCQA/flake8-bugbear + ``` +- [PyPi](https://pypi.org/project/flake8-bugbear) (πŸ“¦ 1.2K Β· ⏱️ 12.12.2024): + ``` + pip install flake8-bugbear + ``` +- [Conda](https://anaconda.org/conda-forge/flake8-bugbear) (πŸ“₯ 860K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge flake8-bugbear + ``` +
+
ruff (πŸ₯ˆ28 Β· ⭐ 42K) - An extremely fast Python linter and code formatter, written in Rust. MIT - [GitHub]() (πŸ”€ 1.5K): ``` git clone https://github.com/charliermarsh/ruff ``` -- [PyPi](https://pypi.org/project/ruff) (πŸ“¦ 17K Β· ⏱️ 07.08.2025): +- [PyPi](https://pypi.org/project/ruff) (πŸ“¦ 17K Β· ⏱️ 14.08.2025): ``` pip install ruff ``` -- [Conda](https://anaconda.org/conda-forge/ruff) (πŸ“₯ 4.4M Β· ⏱️ 07.08.2025): +- [Conda](https://anaconda.org/conda-forge/ruff) (πŸ“₯ 4.5M Β· ⏱️ 15.08.2025): ``` conda install -c conda-forge ruff ```
-
flake8-bugbear (πŸ₯ˆ28 Β· ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT +
pylint-django (πŸ₯ˆ26 Β· ⭐ 610) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 -- [GitHub](https://github.com/PyCQA/flake8-bugbear) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 110 Β· πŸ“¦ 41K Β· πŸ“‹ 240 - 25% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pylint-dev/pylint-django) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 120 Β· πŸ“₯ 420 Β· πŸ“¦ 32K Β· πŸ“‹ 240 - 27% open Β· ⏱️ 18.08.2025): ``` - git clone https://github.com/PyCQA/flake8-bugbear + git clone https://github.com/PyCQA/pylint-django ``` -- [PyPi](https://pypi.org/project/flake8-bugbear) (πŸ“¦ 1.2K Β· ⏱️ 12.12.2024): +- [PyPi](https://pypi.org/project/pylint-django) (πŸ“¦ 120 Β· ⏱️ 10.10.2024): ``` - pip install flake8-bugbear + pip install pylint-django ``` -- [Conda](https://anaconda.org/conda-forge/flake8-bugbear) (πŸ“₯ 860K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pylint-django) (πŸ“₯ 280K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge flake8-bugbear + conda install -c conda-forge pylint-django ```
-
flake8-comprehensions (πŸ₯ˆ26 Β· ⭐ 470 Β· πŸ“‰) - A flake8 plugin to help you write better.. MIT +
flake8-comprehensions (πŸ₯ˆ26 Β· ⭐ 470) - A flake8 plugin to help you write better.. MIT - [GitHub](https://github.com/adamchainz/flake8-comprehensions) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 23 Β· πŸ“¦ 29K Β· πŸ“‹ 61 - 8% open Β· ⏱️ 11.08.2025): @@ -233,20 +249,20 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge flake8-comprehensions ```
-
pylint-django (πŸ₯ˆ25 Β· ⭐ 610) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 +
flake8-builtins (πŸ₯ˆ26 Β· ⭐ 120 Β· πŸ“ˆ) - Check for python builtins being used as variables or.. ❗️GPL-2.0 -- [GitHub](https://github.com/pylint-dev/pylint-django) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 120 Β· πŸ“₯ 420 Β· πŸ“¦ 32K Β· πŸ“‹ 240 - 27% open Β· ⏱️ 24.06.2025): +- [GitHub](https://github.com/gforcada/flake8-builtins) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 25 Β· πŸ“¦ 11K Β· πŸ“‹ 53 - 7% open Β· ⏱️ 17.08.2025): ``` - git clone https://github.com/PyCQA/pylint-django + git clone https://github.com/gforcada/flake8-builtins ``` -- [PyPi](https://pypi.org/project/pylint-django) (πŸ“¦ 120 Β· ⏱️ 10.10.2024): +- [PyPi](https://pypi.org/project/flake8-builtins) (πŸ“¦ 560 Β· ⏱️ 17.08.2025): ``` - pip install pylint-django + pip install flake8-builtins ``` -- [Conda](https://anaconda.org/conda-forge/pylint-django) (πŸ“₯ 270K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (πŸ“₯ 340K Β· ⏱️ 18.08.2025): ``` - conda install -c conda-forge pylint-django + conda install -c conda-forge flake8-builtins ```
flake8-import-order (πŸ₯ˆ25 Β· ⭐ 280) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 @@ -265,9 +281,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge flake8-import-order ```
-
flake8-isort (πŸ₯ˆ25 Β· ⭐ 180 Β· πŸ’€) - flake8 plugin that integrates isort. ❗️GPL-2.0 +
flake8-isort (πŸ₯ˆ25 Β· ⭐ 180) - flake8 plugin that integrates isort. ❗️GPL-2.0 -- [GitHub](https://github.com/gforcada/flake8-isort) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 190 Β· πŸ“¦ 28K Β· πŸ“‹ 58 - 1% open Β· ⏱️ 29.01.2025): +- [GitHub](https://github.com/gforcada/flake8-isort) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 190 Β· πŸ“¦ 28K Β· πŸ“‹ 58 - 1% open Β· ⏱️ 17.08.2025): ``` git clone https://github.com/gforcada/flake8-isort @@ -276,27 +292,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install flake8-isort ``` -- [Conda](https://anaconda.org/conda-forge/flake8-isort) (πŸ“₯ 85K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flake8-isort) (πŸ“₯ 86K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge flake8-isort ```
-
flake8-builtins (πŸ₯‰24 Β· ⭐ 120 Β· πŸ“ˆ) - Check for python builtins being used as variables or.. ❗️GPL-2.0 - -- [GitHub](https://github.com/gforcada/flake8-builtins) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 25 Β· πŸ“¦ 11K Β· πŸ“‹ 51 - 5% open Β· ⏱️ 10.08.2025): - - ``` - git clone https://github.com/gforcada/flake8-builtins - ``` -- [PyPi](https://pypi.org/project/flake8-builtins) (πŸ“¦ 500 Β· ⏱️ 09.04.2024): - ``` - pip install flake8-builtins - ``` -- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (πŸ“₯ 340K Β· ⏱️ 22.04.2025): - ``` - conda install -c conda-forge flake8-builtins - ``` -
check-manifest (πŸ₯‰23 Β· ⭐ 290 Β· πŸ’€) - Tool to check the completeness of MANIFEST.in for Python.. MIT - [GitHub](https://github.com/mgedmin/check-manifest) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 38 Β· πŸ“¦ 12K Β· πŸ“‹ 100 - 23% open Β· ⏱️ 20.01.2025): @@ -373,9 +373,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mypy-protobuf ```
-
nitpick (πŸ₯‰19 Β· ⭐ 400) - Enforce the same settings on multiple projects. MIT +
nitpick (πŸ₯‰20 Β· ⭐ 400) - Enforce the same settings on multiple projects. MIT -- [GitHub](https://github.com/andreoliwa/nitpick) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 25 Β· πŸ“₯ 12 Β· πŸ“¦ 1.4K Β· πŸ“‹ 130 - 38% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/andreoliwa/nitpick) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 25 Β· πŸ“₯ 12 Β· πŸ“¦ 1.4K Β· πŸ“‹ 130 - 38% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/andreoliwa/nitpick @@ -429,9 +429,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
mypy (πŸ₯‡46 Β· ⭐ 20K Β· πŸ“ˆ) - Optional static typing for Python. MIT +
mypy (πŸ₯‡46 Β· ⭐ 20K) - Optional static typing for Python. MIT -- [GitHub](https://github.com/python/mypy) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 3K Β· πŸ“¦ 320K Β· πŸ“‹ 12K - 25% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/python/mypy) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 3K Β· πŸ“¦ 320K Β· πŸ“‹ 12K - 25% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/python/mypy @@ -447,19 +447,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyright (πŸ₯ˆ39 Β· ⭐ 15K) - Static Type Checker for Python. MIT -- [GitHub](https://github.com/microsoft/pyright) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.7K Β· πŸ“₯ 5.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 7.1K - 1% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/microsoft/pyright) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.7K Β· πŸ“₯ 5.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 7.1K - 1% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/Microsoft/pyright ``` -- [npm](https://www.npmjs.com/package/pyright) (πŸ“₯ 1.6M / month Β· πŸ“¦ 27 Β· ⏱️ 08.07.2025): +- [npm](https://www.npmjs.com/package/pyright) (πŸ“₯ 1.6M / month Β· πŸ“¦ 29 Β· ⏱️ 20.08.2025): ``` npm install pyright ```
-
pytype (πŸ₯‰30 Β· ⭐ 4.9K) - A static type analyzer for Python code. Apache-2 +
pytype (πŸ₯‰31 Β· ⭐ 5K) - A static type analyzer for Python code. Apache-2 -- [GitHub](https://github.com/google/pytype) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 290 Β· πŸ“¦ 4K Β· πŸ“‹ 750 - 27% open Β· ⏱️ 23.06.2025): +- [GitHub](https://github.com/google/pytype) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 290 Β· πŸ“¦ 4K Β· πŸ“‹ 950 - 21% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/google/pytype @@ -475,7 +475,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyre-check (πŸ₯‰28 Β· ⭐ 7.1K) - Performant type-checking for python. MIT -- [GitHub](https://github.com/facebook/pyre-check) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 450 Β· πŸ“¦ 21 Β· πŸ“‹ 460 - 32% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/facebook/pyre-check) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 450 Β· πŸ“¦ 21 Β· πŸ“‹ 460 - 32% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/facebook/pyre-check @@ -497,12 +497,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
black (πŸ₯‡41 Β· ⭐ 41K) - The uncompromising Python code formatter. MIT -- [GitHub](https://github.com/psf/black) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.6K Β· πŸ“₯ 130K Β· πŸ“¦ 640K Β· πŸ“‹ 2.8K - 13% open Β· ⏱️ 10.08.2025): +- [GitHub](https://github.com/psf/black) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.6K Β· πŸ“₯ 130K Β· πŸ“¦ 640K Β· πŸ“‹ 2.8K - 13% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/psf/black ``` -- [PyPi](https://pypi.org/project/black) (πŸ“¦ 36K Β· ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/black) (πŸ“¦ 37K Β· ⏱️ 29.01.2025): ``` pip install black ``` @@ -543,7 +543,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge yapf ```
-
autopep8 (πŸ₯‰32 Β· ⭐ 4.6K Β· πŸ’€) - A tool that automatically formats Python code to conform to the PEP.. MIT +
autopep8 (πŸ₯‰33 Β· ⭐ 4.6K Β· πŸ’€) - A tool that automatically formats Python code to conform to the PEP.. MIT - [GitHub](https://github.com/hhatto/autopep8) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 290 Β· πŸ“¦ 230K Β· πŸ“‹ 520 - 24% open Β· ⏱️ 14.01.2025): @@ -554,14 +554,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install autopep8 ``` -- [Conda](https://anaconda.org/conda-forge/autopep8) (πŸ“₯ 2M Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/autopep8) (πŸ“₯ 2.1M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge autopep8 ```
-
docformatter (πŸ₯‰27 Β· ⭐ 570 Β· πŸ“‰) - Formats docstrings to follow PEP 257. MIT +
docformatter (πŸ₯‰27 Β· ⭐ 570) - Formats docstrings to follow PEP 257. MIT -- [GitHub](https://github.com/PyCQA/docformatter) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 81 Β· πŸ“₯ 50 Β· πŸ“¦ 4.3K Β· πŸ“‹ 170 - 11% open Β· ⏱️ 24.07.2025): +- [GitHub](https://github.com/PyCQA/docformatter) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 81 Β· πŸ“₯ 50 Β· πŸ“¦ 4.3K Β· πŸ“‹ 170 - 11% open Β· ⏱️ 14.08.2025): ``` git clone https://github.com/myint/docformatter @@ -575,7 +575,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge docformatter ```
-
autoimport (πŸ₯‰14 Β· ⭐ 98 Β· πŸ’€) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0 +
autoimport (πŸ₯‰14 Β· ⭐ 99 Β· πŸ’€) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0 - [GitHub](https://github.com/lyz-code/autoimport) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 24 Β· πŸ“‹ 49 - 30% open Β· ⏱️ 01.10.2024): @@ -599,7 +599,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
jedi (πŸ₯‡39 Β· ⭐ 6K) - Awesome autocompletion, static analysis and refactoring library for python. MIT -- [GitHub](https://github.com/davidhalter/jedi) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 510 Β· πŸ“¦ 580K Β· πŸ“‹ 1.4K - 5% open Β· ⏱️ 24.06.2025): +- [GitHub](https://github.com/davidhalter/jedi) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 520 Β· πŸ“¦ 580K Β· πŸ“‹ 1.4K - 5% open Β· ⏱️ 24.06.2025): ``` git clone https://github.com/davidhalter/jedi @@ -624,7 +624,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install rope ``` -- [Conda](https://anaconda.org/conda-forge/rope) (πŸ“₯ 1.9M Β· ⏱️ 13.07.2025): +- [Conda](https://anaconda.org/conda-forge/rope) (πŸ“₯ 2M Β· ⏱️ 13.07.2025): ``` conda install -c conda-forge rope ``` @@ -647,7 +647,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
vulture (πŸ₯ˆ27 Β· ⭐ 4K) - Find dead Python code. MIT -- [GitHub](https://github.com/jendrikseipp/vulture) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 170 Β· πŸ“¦ 5.7K Β· πŸ“‹ 230 - 17% open Β· ⏱️ 04.06.2025): +- [GitHub](https://github.com/jendrikseipp/vulture) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 170 Β· πŸ“¦ 5.8K Β· πŸ“‹ 230 - 17% open Β· ⏱️ 04.06.2025): ``` git clone https://github.com/jendrikseipp/vulture @@ -688,7 +688,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install monkeytype ``` -- [Conda](https://anaconda.org/conda-forge/monkeytype) (πŸ“₯ 87K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/monkeytype) (πŸ“₯ 88K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge monkeytype ``` @@ -719,7 +719,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
com2ann (πŸ₯‰15 Β· ⭐ 150) - Tool for translation type comments to type annotations in Python. MIT -- [GitHub](https://github.com/ilevkivskyi/com2ann) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 13 Β· πŸ“¦ 95 Β· πŸ“‹ 33 - 30% open Β· ⏱️ 02.06.2025): +- [GitHub](https://github.com/ilevkivskyi/com2ann) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 13 Β· πŸ“¦ 96 Β· πŸ“‹ 33 - 30% open Β· ⏱️ 02.06.2025): ``` git clone https://github.com/ilevkivskyi/com2ann @@ -731,12 +731,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 9 hidden projects... -- eradicate (πŸ₯ˆ22 Β· ⭐ 210) - Removes commented-out code from Python files. ❗️Saxpath -- Bowler (πŸ₯‰21 Β· ⭐ 1.6K Β· πŸ’€) - Safe code refactoring for modern Python. MIT +- Bowler (πŸ₯ˆ21 Β· ⭐ 1.6K Β· πŸ’€) - Safe code refactoring for modern Python. MIT +- eradicate (πŸ₯ˆ21 Β· ⭐ 220) - Removes commented-out code from Python files. ❗️Saxpath - redbaron (πŸ₯‰20 Β· ⭐ 710 Β· πŸ’€) - Bottom-up approach to refactoring in python. ❗️LGPL-3.0 - baron (πŸ₯‰19 Β· ⭐ 300 Β· πŸ’€) - IDE allow you to refactor code, Baron allows you to write.. ❗️LGPL-3.0 - pyannotate (πŸ₯‰18 Β· ⭐ 1.4K Β· πŸ’€) - Auto-generate PEP-484 annotations. Apache-2 -- unify (πŸ₯‰16 Β· ⭐ 96 Β· πŸ’€) - Modifies strings to all use the same quote where possible. MIT +- unify (πŸ₯‰16 Β· ⭐ 97 Β· πŸ’€) - Modifies strings to all use the same quote where possible. MIT - pep8ify (πŸ₯‰14 Β· ⭐ 120 Β· πŸ’€) - A library that modifies python source code to conform to pep8. Apache-2 - retype (πŸ₯‰13 Β· ⭐ 140 Β· πŸ’€) - Re-apply type annotations from .pyi stubs to your codebase. MIT - massedit (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - Programmatically edit text files with Python. Useful for source to.. MIT @@ -747,7 +747,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
bandit (πŸ₯‡35 Β· ⭐ 7.2K) - Bandit is a tool designed to find common security issues in Python.. Apache-2 +
bandit (πŸ₯‡35 Β· ⭐ 7.3K) - Bandit is a tool designed to find common security issues in Python.. Apache-2 - [GitHub](https://github.com/PyCQA/bandit) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 680 Β· πŸ“₯ 880 Β· πŸ“¦ 58K Β· πŸ“‹ 710 - 28% open Β· ⏱️ 11.08.2025): @@ -758,19 +758,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install bandit ``` -- [Conda](https://anaconda.org/conda-forge/bandit) (πŸ“₯ 500K Β· ⏱️ 06.07.2025): +- [Conda](https://anaconda.org/conda-forge/bandit) (πŸ“₯ 510K Β· ⏱️ 06.07.2025): ``` conda install -c conda-forge bandit ```
safety (πŸ₯ˆ33 Β· ⭐ 1.9K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT -- [GitHub](https://github.com/pyupio/safety) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 160 Β· πŸ“₯ 850K Β· πŸ“¦ 17K Β· πŸ“‹ 250 - 13% open Β· ⏱️ 11.07.2025): +- [GitHub](https://github.com/pyupio/safety) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 160 Β· πŸ“₯ 860K Β· πŸ“¦ 18K Β· πŸ“‹ 250 - 13% open Β· ⏱️ 11.07.2025): ``` git clone https://github.com/pyupio/safety ``` -- [PyPi](https://pypi.org/project/safety) (πŸ“¦ 680 Β· ⏱️ 09.07.2025): +- [PyPi](https://pypi.org/project/safety) (πŸ“¦ 700 Β· ⏱️ 09.07.2025): ``` pip install safety ``` @@ -781,7 +781,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
sqlmap (πŸ₯ˆ30 Β· ⭐ 35K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 -- [GitHub](https://github.com/sqlmapproject/sqlmap) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 6K Β· πŸ“¦ 21 Β· πŸ“‹ 5.4K - 1% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/sqlmapproject/sqlmap) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 6K Β· πŸ“¦ 21 Β· πŸ“‹ 5.4K - 1% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/sqlmapproject/sqlmap @@ -821,7 +821,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 3 hidden projects... -- pyarmor (πŸ₯‰27 Β· ⭐ 4.5K Β· πŸ“‰) - A tool used to obfuscate python scripts, bind obfuscated.. ❗️SGI-B-2.0 +- pyarmor (πŸ₯‰27 Β· ⭐ 4.5K) - A tool used to obfuscate python scripts, bind obfuscated scripts.. ❗️SGI-B-2.0 - dodgy (πŸ₯‰18 Β· ⭐ 120 Β· πŸ’€) - Looks at Python code to search for things which look dodgy such as.. MIT - pyt (πŸ₯‰16 Β· ⭐ 2.2K Β· πŸ’€) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. ❗️GPL-2.0
@@ -831,7 +831,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
pipenv (πŸ₯‡41 Β· ⭐ 25K) - Python Development Workflow for Humans. MIT +
pipenv (πŸ₯‡40 Β· ⭐ 25K Β· πŸ“‰) - Python Development Workflow for Humans. MIT - [GitHub](https://github.com/pypa/pipenv) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 1.9K Β· πŸ“¦ 170K Β· πŸ“‹ 4.3K - 5% open Β· ⏱️ 07.07.2025): @@ -847,9 +847,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pipenv ```
-
virtualenv (πŸ₯ˆ40 Β· ⭐ 5K) - Virtual Python Environment builder. MIT +
virtualenv (πŸ₯‡40 Β· ⭐ 5K) - Virtual Python Environment builder. MIT -- [GitHub](https://github.com/pypa/virtualenv) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.1K Β· πŸ“¦ 490K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/pypa/virtualenv) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.1K Β· πŸ“¦ 490K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/pypa/virtualenv @@ -881,7 +881,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyenv (πŸ₯ˆ30 Β· ⭐ 43K) - Simple Python version management. MIT -- [GitHub](https://github.com/pyenv/pyenv) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.2K Β· πŸ“¦ 21 Β· πŸ“‹ 1.9K - 4% open Β· ⏱️ 08.08.2025): +- [GitHub](https://github.com/pyenv/pyenv) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.2K Β· πŸ“¦ 21 Β· πŸ“‹ 1.9K - 4% open Β· ⏱️ 16.08.2025): ``` git clone https://github.com/pyenv/pyenv @@ -891,7 +891,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install pyenv ```
-
pyenv-virtualenv (πŸ₯‰20 Β· ⭐ 6.6K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT +
pyenv-virtualenv (πŸ₯‰21 Β· ⭐ 6.6K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT - [GitHub](https://github.com/pyenv/pyenv-virtualenv) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 420 Β· πŸ“¦ 21 Β· πŸ“‹ 360 - 27% open Β· ⏱️ 17.05.2025): @@ -927,18 +927,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/pip ``` -- [PyPi](https://pypi.org/project/pip) (πŸ“¦ 5.2K Β· ⏱️ 30.07.2025): +- [PyPi](https://pypi.org/project/pip) (πŸ“¦ 5.3K Β· ⏱️ 30.07.2025): ``` pip install pip ``` -- [Conda](https://anaconda.org/conda-forge/pip) (πŸ“₯ 160M Β· ⏱️ 31.07.2025): +- [Conda](https://anaconda.org/conda-forge/pip) (πŸ“₯ 170M Β· ⏱️ 31.07.2025): ``` conda install -c conda-forge pip ```
conda (πŸ₯‡43 Β· ⭐ 7K) - A system-level, binary package and environment manager running on all major.. BSD-3 -- [GitHub](https://github.com/conda/conda) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.9K Β· πŸ“₯ 28K Β· πŸ“¦ 52K Β· πŸ“‹ 10K - 6% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/conda/conda) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.9K Β· πŸ“₯ 28K Β· πŸ“¦ 52K Β· πŸ“‹ 10K - 6% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/conda/conda @@ -954,7 +954,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
poetry (πŸ₯ˆ37 Β· ⭐ 34K) - Python packaging and dependency management made easy. MIT -- [GitHub](https://github.com/python-poetry/poetry) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2.4K Β· πŸ“₯ 16M Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 09.08.2025): +- [GitHub](https://github.com/python-poetry/poetry) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2.4K Β· πŸ“₯ 16M Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/python-poetry/poetry @@ -963,14 +963,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install poetry ``` -- [Conda](https://anaconda.org/conda-forge/poetry) (πŸ“₯ 4.3M Β· ⏱️ 05.08.2025): +- [Conda](https://anaconda.org/conda-forge/poetry) (πŸ“₯ 4.5M Β· ⏱️ 05.08.2025): ``` conda install -c conda-forge poetry ```
-
PDM (πŸ₯ˆ35 Β· ⭐ 8.4K) - A modern Python package and dependency manager supporting the latest PEP.. MIT +
PDM (πŸ₯ˆ35 Β· ⭐ 8.5K) - A modern Python package and dependency manager supporting the latest PEP.. MIT -- [GitHub](https://github.com/pdm-project/pdm) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 450 Β· πŸ“₯ 650 Β· πŸ“¦ 500 Β· πŸ“‹ 1.9K - 2% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/pdm-project/pdm) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 450 Β· πŸ“₯ 670 Β· πŸ“¦ 500 Β· πŸ“‹ 1.9K - 2% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/pdm-project/pdm @@ -1000,9 +1000,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pip-tools ```
-
pipx (πŸ₯‰32 Β· ⭐ 12K) - Install and Run Python Applications in Isolated Environments. MIT +
pipx (πŸ₯‰31 Β· ⭐ 12K Β· πŸ“‰) - Install and Run Python Applications in Isolated Environments. MIT -- [GitHub](https://github.com/pypa/pipx) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 470 Β· πŸ“₯ 530K Β· πŸ“¦ 4.5K Β· πŸ“‹ 850 - 16% open Β· ⏱️ 10.08.2025): +- [GitHub](https://github.com/pypa/pipx) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 470 Β· πŸ“₯ 550K Β· πŸ“¦ 4.5K Β· πŸ“‹ 850 - 16% open Β· ⏱️ 10.08.2025): ``` git clone https://github.com/pypa/pipx @@ -1018,7 +1018,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mamba (πŸ₯‰31 Β· ⭐ 7.6K) - The Fast Cross-Platform Package Manager. BSD-3 -- [GitHub](https://github.com/mamba-org/mamba) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 400 Β· πŸ“‹ 2K - 21% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/mamba-org/mamba) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 400 Β· πŸ“‹ 2K - 22% open Β· ⏱️ 12.08.2025): ``` git clone https://github.com/mamba-org/mamba @@ -1069,7 +1069,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
prospector (πŸ₯‡31 Β· ⭐ 2K) - Inspects Python source files and provides information about type.. ❗️GPL-2.0 -- [GitHub](https://github.com/prospector-dev/prospector) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 5.2K Β· πŸ“‹ 400 - 8% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/prospector-dev/prospector) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 5.2K Β· πŸ“‹ 400 - 8% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/PyCQA/prospector @@ -1078,7 +1078,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install prospector ``` -- [Conda](https://anaconda.org/conda-forge/prospector) (πŸ“₯ 160K Β· ⏱️ 13.08.2025): +- [Conda](https://anaconda.org/conda-forge/prospector) (πŸ“₯ 170K Β· ⏱️ 13.08.2025): ``` conda install -c conda-forge prospector ``` @@ -1126,7 +1126,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install xenon ``` -- [Conda](https://anaconda.org/conda-forge/xenon) (πŸ“₯ 28K Β· ⏱️ 10.05.2025): +- [Conda](https://anaconda.org/conda-forge/xenon) (πŸ“₯ 29K Β· ⏱️ 10.05.2025): ``` conda install -c conda-forge xenon ``` @@ -1142,7 +1142,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install cohesion ``` -- [Conda](https://anaconda.org/conda-forge/cohesion) (πŸ“₯ 4.9K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/cohesion) (πŸ“₯ 5K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge cohesion ``` @@ -1195,21 +1195,21 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
sentry-sdk (πŸ₯‡35 Β· ⭐ 2.1K) - The official Python SDK for Sentry.io. MIT -- [GitHub](https://github.com/getsentry/sentry-python) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 560 Β· πŸ“₯ 4K Β· πŸ“‹ 1.8K - 11% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/getsentry/sentry-python) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 560 Β· πŸ“₯ 3.9K Β· πŸ“‹ 1.8K - 11% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/getsentry/sentry-python ``` -- [PyPi](https://pypi.org/project/sentry-sdk) (πŸ“¦ 1.3K Β· ⏱️ 07.08.2025): +- [PyPi](https://pypi.org/project/sentry-sdk) (πŸ“¦ 1.3K Β· ⏱️ 14.08.2025): ``` pip install sentry-sdk ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 1.3M Β· ⏱️ 30.07.2025): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 1.3M Β· ⏱️ 15.08.2025): ``` conda install -c conda-forge sentry-sdk ```
-
loguru (πŸ₯ˆ34 Β· ⭐ 22K) - Python logging made (stupidly) simple. MIT +
loguru (πŸ₯ˆ34 Β· ⭐ 23K) - Python logging made (stupidly) simple. MIT - [GitHub](https://github.com/Delgan/loguru) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 740 Β· πŸ“¦ 140K Β· πŸ“‹ 1.1K - 20% open Β· ⏱️ 10.08.2025): @@ -1220,14 +1220,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install loguru ``` -- [Conda](https://anaconda.org/conda-forge/loguru) (πŸ“₯ 3.5M Β· ⏱️ 07.05.2025): +- [Conda](https://anaconda.org/conda-forge/loguru) (πŸ“₯ 3.6M Β· ⏱️ 07.05.2025): ``` conda install -c conda-forge loguru ```
structlog (πŸ₯ˆ34 Β· ⭐ 4.2K) - Simple, powerful, and fast logging for Python. Apache-2 -- [GitHub](https://github.com/hynek/structlog) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 250 Β· πŸ“¦ 24K Β· πŸ“‹ 380 - 10% open Β· ⏱️ 05.08.2025): +- [GitHub](https://github.com/hynek/structlog) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 250 Β· πŸ“¦ 25K Β· πŸ“‹ 380 - 10% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/hynek/structlog @@ -1236,7 +1236,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install structlog ``` -- [Conda](https://anaconda.org/conda-forge/structlog) (πŸ“₯ 740K Β· ⏱️ 02.06.2025): +- [Conda](https://anaconda.org/conda-forge/structlog) (πŸ“₯ 750K Β· ⏱️ 02.06.2025): ``` conda install -c conda-forge structlog ``` @@ -1259,7 +1259,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
logbook (πŸ₯ˆ31 Β· ⭐ 1.5K) - A cool logging replacement for Python. BSD-3 -- [GitHub](https://github.com/getlogbook/logbook) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 170 Β· πŸ“₯ 480 Β· πŸ“¦ 7.3K Β· πŸ“‹ 190 - 25% open Β· ⏱️ 26.07.2025): +- [GitHub](https://github.com/getlogbook/logbook) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 170 Β· πŸ“₯ 500 Β· πŸ“¦ 7.3K Β· πŸ“‹ 190 - 25% open Β· ⏱️ 26.07.2025): ``` git clone https://github.com/getlogbook/logbook @@ -1284,7 +1284,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install alive-progress ``` -- [Conda](https://anaconda.org/conda-forge/alive-progress) (πŸ“₯ 150K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/alive-progress) (πŸ“₯ 160K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge alive-progress ``` @@ -1307,7 +1307,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
colorlog (πŸ₯‰28 Β· ⭐ 930 Β· πŸ’€) - A colored formatter for the python logging module. MIT -- [GitHub](https://github.com/borntyping/python-colorlog) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 93 Β· πŸ“¦ 59K Β· ⏱️ 29.10.2024): +- [GitHub](https://github.com/borntyping/python-colorlog) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 93 Β· πŸ“¦ 60K Β· ⏱️ 29.10.2024): ``` git clone https://github.com/borntyping/python-colorlog @@ -1321,36 +1321,36 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge colorlog ```
-
notifiers (πŸ₯‰26 Β· ⭐ 2.7K) - The easy way to send notifications. MIT +
progressbar2 (πŸ₯‰26 Β· ⭐ 880 Β· πŸ’€) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 -- [GitHub](https://github.com/liiight/notifiers) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 110 Β· πŸ“¦ 1.4K Β· πŸ“‹ 110 - 36% open Β· ⏱️ 05.08.2025): +- [GitHub](https://github.com/wolph/python-progressbar) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 100 Β· πŸ“₯ 3.1K Β· πŸ“‹ 230 - 2% open Β· ⏱️ 06.12.2024): ``` - git clone https://github.com/liiight/notifiers + git clone https://github.com/WoLpH/python-progressbar ``` -- [PyPi](https://pypi.org/project/notifiers) (πŸ“¦ 37 Β· ⏱️ 17.05.2025): +- [PyPi](https://pypi.org/project/progressbar2) (πŸ“¦ 930 Β· ⏱️ 28.08.2024): ``` - pip install notifiers + pip install progressbar2 ``` -- [Conda](https://anaconda.org/conda-forge/notifiers) (πŸ“₯ 57K Β· ⏱️ 20.05.2025): +- [Conda](https://anaconda.org/conda-forge/progressbar2) (πŸ“₯ 3.2M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge notifiers + conda install -c conda-forge progressbar2 ```
-
progressbar2 (πŸ₯‰26 Β· ⭐ 880 Β· πŸ’€) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 +
notifiers (πŸ₯‰25 Β· ⭐ 2.7K) - The easy way to send notifications. MIT -- [GitHub](https://github.com/wolph/python-progressbar) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 100 Β· πŸ“₯ 3.1K Β· πŸ“‹ 230 - 2% open Β· ⏱️ 06.12.2024): +- [GitHub](https://github.com/liiight/notifiers) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 110 Β· πŸ“¦ 1.4K Β· πŸ“‹ 110 - 36% open Β· ⏱️ 05.08.2025): ``` - git clone https://github.com/WoLpH/python-progressbar + git clone https://github.com/liiight/notifiers ``` -- [PyPi](https://pypi.org/project/progressbar2) (πŸ“¦ 930 Β· ⏱️ 28.08.2024): +- [PyPi](https://pypi.org/project/notifiers) (πŸ“¦ 37 Β· ⏱️ 17.05.2025): ``` - pip install progressbar2 + pip install notifiers ``` -- [Conda](https://anaconda.org/conda-forge/progressbar2) (πŸ“₯ 3.1M Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/notifiers) (πŸ“₯ 58K Β· ⏱️ 20.05.2025): ``` - conda install -c conda-forge progressbar2 + conda install -c conda-forge notifiers ```
python-devtools (πŸ₯‰21 Β· ⭐ 1K Β· πŸ’€) - Dev tools for python. MIT @@ -1388,7 +1388,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
xxh (πŸ₯‰18 Β· ⭐ 5.7K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2 -- [GitHub](https://github.com/xxh/xxh) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“₯ 4.3K Β· πŸ“‹ 96 - 30% open Β· ⏱️ 04.04.2025): +- [GitHub](https://github.com/xxh/xxh) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“₯ 4.4K Β· πŸ“‹ 96 - 30% open Β· ⏱️ 04.04.2025): ``` git clone https://github.com/xxh/xxh @@ -1410,18 +1410,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M πŸ”— best-of-mkdocs ( ⭐ 1.5K) - Collection of MkDocs projects and plugins. -
mkdocs-material (πŸ₯‡39 Β· ⭐ 24K Β· πŸ“‰) - Documentation that simply works. MIT +
mkdocs-material (πŸ₯‡40 Β· ⭐ 24K Β· πŸ“ˆ) - Documentation that simply works. MIT -- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.8K Β· πŸ“¦ 72K Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.9K Β· πŸ“¦ 72K Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/squidfunk/mkdocs-material ``` -- [PyPi](https://pypi.org/project/mkdocs-material) (πŸ“¦ 4.9K Β· ⏱️ 26.07.2025): +- [PyPi](https://pypi.org/project/mkdocs-material) (πŸ“¦ 5.2K Β· ⏱️ 15.08.2025): ``` pip install mkdocs-material ``` -- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (πŸ“₯ 750K Β· ⏱️ 27.07.2025): +- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (πŸ“₯ 750K Β· ⏱️ 15.08.2025): ``` conda install -c conda-forge mkdocs-material ``` @@ -1433,11 +1433,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/mkdocs/mkdocs ``` -- [PyPi](https://pypi.org/project/mkdocs) (πŸ“¦ 6.2K Β· ⏱️ 30.08.2024): +- [PyPi](https://pypi.org/project/mkdocs) (πŸ“¦ 6.3K Β· ⏱️ 30.08.2024): ``` pip install mkdocs ``` -- [Conda](https://anaconda.org/conda-forge/mkdocs) (πŸ“₯ 550K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/mkdocs) (πŸ“₯ 560K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mkdocs ``` @@ -1458,7 +1458,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge sphinx_rtd_theme ```
-
breathe (πŸ₯ˆ32 Β· ⭐ 790) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 +
breathe (πŸ₯ˆ32 Β· ⭐ 780) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 - [GitHub](https://github.com/breathe-doc/breathe) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 210 Β· πŸ“₯ 750 Β· πŸ“¦ 19K Β· πŸ“‹ 610 - 30% open Β· ⏱️ 08.07.2025): @@ -1476,7 +1476,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
sphinx-autodoc-typehints (πŸ₯ˆ30 Β· ⭐ 580) - Type hints support for the Sphinx autodoc extension. MIT -- [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 110 Β· πŸ“¦ 57K Β· πŸ“‹ 210 - 19% open Β· ⏱️ 11.08.2025): +- [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 110 Β· πŸ“¦ 57K Β· πŸ“‹ 210 - 19% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/tox-dev/sphinx-autodoc-typehints @@ -1490,9 +1490,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge sphinx-autodoc-typehints ```
-
Griffe (πŸ₯ˆ30 Β· ⭐ 510) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC +
Griffe (πŸ₯ˆ30 Β· ⭐ 520) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC -- [GitHub](https://github.com/mkdocstrings/griffe) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 51 Β· πŸ“¦ 12K Β· πŸ“‹ 280 - 11% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/mkdocstrings/griffe) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 51 Β· πŸ“¦ 12K Β· πŸ“‹ 280 - 11% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/mkdocstrings/griffe @@ -1501,7 +1501,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install griffe ``` -- [Conda](https://anaconda.org/conda-forge/griffe) (πŸ“₯ 610K Β· ⏱️ 12.08.2025): +- [Conda](https://anaconda.org/conda-forge/griffe) (πŸ“₯ 620K Β· ⏱️ 15.08.2025): ``` conda install -c conda-forge griffe ``` @@ -1538,36 +1538,36 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c anaconda pdoc3 ```
-
blacken-docs (πŸ₯‰24 Β· ⭐ 670) - Run `black` on python code blocks in documentation files. MIT +
sphinx-autobuild (πŸ₯‰24 Β· ⭐ 580) - Watch a Sphinx directory and rebuild the documentation.. MIT -- [GitHub](https://github.com/adamchainz/blacken-docs) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 43 Β· πŸ“¦ 1.3K Β· πŸ“‹ 81 - 11% open Β· ⏱️ 11.08.2025): +- [GitHub](https://github.com/sphinx-doc/sphinx-autobuild) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 83 Β· πŸ“¦ 29K Β· πŸ“‹ 110 - 19% open Β· ⏱️ 28.05.2025): ``` - git clone https://github.com/asottile/blacken-docs + git clone https://github.com/executablebooks/sphinx-autobuild ``` -- [PyPi](https://pypi.org/project/blacken-docs) (πŸ“¦ 88 Β· ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/sphinx-autobuild) (πŸ“¦ 1.7K Β· ⏱️ 02.10.2024): ``` - pip install blacken-docs + pip install sphinx-autobuild ``` -- [Conda](https://anaconda.org/conda-forge/blacken-docs) (πŸ“₯ 52K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (πŸ“₯ 380K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge blacken-docs + conda install -c conda-forge sphinx-autobuild ```
-
sphinx-autobuild (πŸ₯‰24 Β· ⭐ 580) - Watch a Sphinx directory and rebuild the documentation.. MIT +
blacken-docs (πŸ₯‰23 Β· ⭐ 670) - Run `black` on python code blocks in documentation files. MIT -- [GitHub](https://github.com/sphinx-doc/sphinx-autobuild) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 83 Β· πŸ“¦ 29K Β· πŸ“‹ 110 - 19% open Β· ⏱️ 28.05.2025): +- [GitHub](https://github.com/adamchainz/blacken-docs) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 43 Β· πŸ“¦ 1.3K Β· πŸ“‹ 81 - 11% open Β· ⏱️ 11.08.2025): ``` - git clone https://github.com/executablebooks/sphinx-autobuild + git clone https://github.com/asottile/blacken-docs ``` -- [PyPi](https://pypi.org/project/sphinx-autobuild) (πŸ“¦ 1.7K Β· ⏱️ 02.10.2024): +- [PyPi](https://pypi.org/project/blacken-docs) (πŸ“¦ 88 Β· ⏱️ 23.10.2024): ``` - pip install sphinx-autobuild + pip install blacken-docs ``` -- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (πŸ“₯ 380K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/blacken-docs) (πŸ“₯ 53K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge sphinx-autobuild + conda install -c conda-forge blacken-docs ```
pytkdocs (πŸ₯‰22 Β· ⭐ 52) - Load Python objects documentation. ISC @@ -1588,7 +1588,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs-awesome-pages-plugin (πŸ₯‰20 Β· ⭐ 580) - A plugin for customizing the navigation structure of.. MIT -- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“‹ 110 - 18% open Β· ⏱️ 18.05.2025): +- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“¦ 240 Β· πŸ“‹ 110 - 18% open Β· ⏱️ 18.05.2025): ``` git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin @@ -1600,7 +1600,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
lazydocs (πŸ₯‰19 Β· ⭐ 230) - Generate markdown API documentation from Google-style Python docstring... MIT -- [GitHub](https://github.com/ml-tooling/lazydocs) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 43 Β· πŸ“¦ 380 Β· πŸ“‹ 42 - 11% open Β· ⏱️ 28.02.2025): +- [GitHub](https://github.com/ml-tooling/lazydocs) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 42 Β· πŸ“¦ 380 Β· πŸ“‹ 42 - 11% open Β· ⏱️ 28.02.2025): ``` git clone https://github.com/ml-tooling/lazydocs @@ -1624,7 +1624,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 14 hidden projects... -- sphinx (πŸ₯‡41 Β· ⭐ 7.3K Β· πŸ“‰) - The Sphinx documentation generator. ❗Unlicensed +- sphinx (πŸ₯‡41 Β· ⭐ 7.3K) - The Sphinx documentation generator. ❗Unlicensed - alabaster (πŸ₯ˆ30 Β· ⭐ 750 Β· πŸ’€) - Lightweight, configurable Sphinx theme. BSD-3 - numpydoc (πŸ₯ˆ28 Β· ⭐ 340) - Numpys Sphinx extensions. ❗Unlicensed - pdoc (πŸ₯ˆ26 Β· ⭐ 2.2K) - API Documentation for Python Projects. ❗️MIT-0 @@ -1632,12 +1632,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - sphinx-bootstrap-theme (πŸ₯‰21 Β· ⭐ 590 Β· πŸ’€) - Sphinx Bootstrap Theme. MIT - releases (πŸ₯‰21 Β· ⭐ 180 Β· πŸ’€) - A powerful Sphinx changelog-generating extension. BSD-2 - portray (πŸ₯‰19 Β· ⭐ 870 Β· πŸ’€) - Your Project with Great Documentation. MIT -- pycco (πŸ₯‰19 Β· ⭐ 850 Β· πŸ’€) - Literate-style documentation generator. MIT +- pycco (πŸ₯‰19 Β· ⭐ 860 Β· πŸ’€) - Literate-style documentation generator. MIT - mkdocs-with-pdf (πŸ₯‰18 Β· ⭐ 370 Β· πŸ’€) - Generate a single PDF file from MkDocs repository. MIT - mkdocs-pdf-export-plugin (πŸ₯‰18 Β· ⭐ 340 Β· πŸ’€) - An MkDocs plugin to export content pages as PDF files. MIT - sphinx-markdown-builder (πŸ₯‰18 Β· ⭐ 160 Β· πŸ’€) - DISCONTINUED: sphinx builder that outputs markdown.. MIT - mkdocs-git-revision-date-plugin (πŸ₯‰15 Β· ⭐ 60 Β· πŸ’€) - MkDocs plugin for setting revision date from git per.. MIT -- mkdocs-versioning (πŸ₯‰13 Β· ⭐ 41 Β· πŸ’€) - A tool that allows for versioning sites built with.. MIT +- mkdocs-versioning (πŸ₯‰13 Β· ⭐ 40 Β· πŸ’€) - A tool that allows for versioning sites built with.. MIT

@@ -1647,7 +1647,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pudb (πŸ₯‡31 Β· ⭐ 3.1K) - Full-screen console debugger for Python. MIT -- [GitHub](https://github.com/inducer/pudb) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 230 Β· πŸ“¦ 8.2K Β· πŸ“‹ 360 - 45% open Β· ⏱️ 01.08.2025): +- [GitHub](https://github.com/inducer/pudb) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 230 Β· πŸ“¦ 8.2K Β· πŸ“‹ 360 - 45% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/inducer/pudb @@ -1663,16 +1663,16 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
icecream (πŸ₯‡29 Β· ⭐ 9.9K) - Never use print() to debug again. MIT -- [GitHub](https://github.com/gruns/icecream) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 200 Β· πŸ“¦ 21 Β· πŸ“‹ 170 - 49% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/gruns/icecream) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 200 Β· πŸ“¦ 21 Β· πŸ“‹ 170 - 47% open Β· ⏱️ 17.08.2025): ``` git clone https://github.com/gruns/icecream ``` -- [PyPi](https://pypi.org/project/icecream) (πŸ“¦ 520 Β· ⏱️ 14.08.2025): +- [PyPi](https://pypi.org/project/icecream) (πŸ“¦ 530 Β· ⏱️ 14.08.2025): ``` pip install icecream ``` -- [Conda](https://anaconda.org/conda-forge/icecream) (πŸ“₯ 83K Β· ⏱️ 29.06.2025): +- [Conda](https://anaconda.org/conda-forge/icecream) (πŸ“₯ 83K Β· ⏱️ 16.08.2025): ``` conda install -c conda-forge icecream ``` @@ -1688,14 +1688,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pyelftools ``` -- [Conda](https://anaconda.org/conda-forge/pyelftools) (πŸ“₯ 840K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pyelftools) (πŸ“₯ 860K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pyelftools ```
PySnooper (πŸ₯ˆ28 Β· ⭐ 17K) - Never use print for debugging again. MIT -- [GitHub](https://github.com/cool-RR/PySnooper) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 950 Β· πŸ“¦ 2K Β· πŸ“‹ 140 - 21% open Β· ⏱️ 31.05.2025): +- [GitHub](https://github.com/cool-RR/PySnooper) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 950 Β· πŸ“¦ 2.1K Β· πŸ“‹ 140 - 21% open Β· ⏱️ 31.05.2025): ``` git clone https://github.com/cool-RR/PySnooper @@ -1737,9 +1737,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install gdbgui ```
-
python-hunter (πŸ₯‰23 Β· ⭐ 840) - Hunter is a flexible code tracing toolkit. BSD-2 +
python-hunter (πŸ₯‰24 Β· ⭐ 840) - Hunter is a flexible code tracing toolkit. BSD-2 -- [GitHub](https://github.com/ionelmc/python-hunter) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 50 Β· πŸ“‹ 100 - 45% open Β· ⏱️ 13.07.2025): +- [GitHub](https://github.com/ionelmc/python-hunter) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 50 Β· πŸ“‹ 100 - 45% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/ionelmc/python-hunter @@ -1800,7 +1800,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest (πŸ₯‡46 Β· ⭐ 13K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT -- [GitHub](https://github.com/pytest-dev/pytest) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 2.8K Β· πŸ“₯ 22K Β· πŸ“¦ 1.7M Β· πŸ“‹ 6.2K - 14% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 2.8K Β· πŸ“₯ 23K Β· πŸ“¦ 1.7M Β· πŸ“‹ 6.2K - 14% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/pytest-dev/pytest @@ -1832,23 +1832,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
hypothesis (πŸ₯‡39 Β· ⭐ 8K) - The property-based testing library for Python. MPL-2.0 -- [GitHub](https://github.com/HypothesisWorks/hypothesis) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 620 Β· πŸ“¦ 35K Β· πŸ“‹ 1.7K - 4% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/HypothesisWorks/hypothesis) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 620 Β· πŸ“¦ 35K Β· πŸ“‹ 1.7K - 4% open Β· ⏱️ 16.08.2025): ``` git clone https://github.com/HypothesisWorks/hypothesis ``` -- [PyPi](https://pypi.org/project/hypothesis) (πŸ“¦ 2.7K Β· ⏱️ 13.08.2025): +- [PyPi](https://pypi.org/project/hypothesis) (πŸ“¦ 2.8K Β· ⏱️ 16.08.2025): ``` pip install hypothesis ``` -- [Conda](https://anaconda.org/conda-forge/hypothesis) (πŸ“₯ 14M Β· ⏱️ 13.08.2025): +- [Conda](https://anaconda.org/conda-forge/hypothesis) (πŸ“₯ 14M Β· ⏱️ 16.08.2025): ``` conda install -c conda-forge hypothesis ```
tox (πŸ₯‡36 Β· ⭐ 3.8K) - Command line driven CI frontend and development task automation tool. MIT -- [GitHub](https://github.com/tox-dev/tox) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 540 Β· πŸ“¦ 130K Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/tox-dev/tox) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 540 Β· πŸ“¦ 130K Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/tox-dev/tox @@ -1864,7 +1864,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-cov (πŸ₯‡36 Β· ⭐ 1.9K) - Coverage plugin for pytest. MIT -- [GitHub](https://github.com/pytest-dev/pytest-cov) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 220 Β· πŸ“¦ 410K Β· πŸ“‹ 440 - 34% open Β· ⏱️ 20.07.2025): +- [GitHub](https://github.com/pytest-dev/pytest-cov) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 220 Β· πŸ“¦ 410K Β· πŸ“‹ 440 - 34% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/pytest-dev/pytest-cov @@ -1880,7 +1880,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-xdist (πŸ₯‡36 Β· ⭐ 1.7K) - pytest plugin for distributed testing and loop-on-failures.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-xdist) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“₯ 280 Β· πŸ“¦ 120K Β· πŸ“‹ 670 - 41% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-xdist) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“₯ 290 Β· πŸ“¦ 120K Β· πŸ“‹ 670 - 41% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/pytest-dev/pytest-xdist @@ -1889,14 +1889,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-xdist ``` -- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (πŸ“₯ 9.1M Β· ⏱️ 02.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (πŸ“₯ 9.2M Β· ⏱️ 02.07.2025): ``` conda install -c conda-forge pytest-xdist ```
-
pytest-asyncio (πŸ₯‡36 Β· ⭐ 1.5K Β· πŸ“ˆ) - Asyncio support for pytest. Apache-2 +
pytest-asyncio (πŸ₯‡36 Β· ⭐ 1.5K) - Asyncio support for pytest. Apache-2 -- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 160 Β· πŸ“₯ 1.6K Β· πŸ“¦ 150K Β· πŸ“‹ 380 - 13% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 160 Β· πŸ“₯ 1.6K Β· πŸ“¦ 150K Β· πŸ“‹ 380 - 13% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/pytest-dev/pytest-asyncio @@ -1905,14 +1905,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-asyncio ``` -- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (πŸ“₯ 2.5M Β· ⏱️ 28.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (πŸ“₯ 2.6M Β· ⏱️ 28.07.2025): ``` conda install -c conda-forge pytest-asyncio ```
pytest-mock (πŸ₯ˆ34 Β· ⭐ 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT -- [GitHub](https://github.com/pytest-dev/pytest-mock) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 150 Β· πŸ“₯ 100 Β· πŸ“¦ 120K Β· πŸ“‹ 160 - 7% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-mock) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 150 Β· πŸ“₯ 100 Β· πŸ“¦ 120K Β· πŸ“‹ 160 - 7% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/pytest-dev/pytest-mock @@ -1928,7 +1928,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
playwright-python (πŸ₯ˆ32 Β· ⭐ 14K) - Python version of the Playwright testing and automation.. Apache-2 -- [GitHub](https://github.com/microsoft/playwright-python) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 1K Β· πŸ“¦ 45K Β· πŸ“‹ 1.5K - 2% open Β· ⏱️ 14.08.2025): +- [GitHub](https://github.com/microsoft/playwright-python) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 1K Β· πŸ“¦ 45K Β· πŸ“‹ 1.5K - 2% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/microsoft/playwright-python @@ -1940,7 +1940,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
freezegun (πŸ₯ˆ31 Β· ⭐ 4.4K) - Let your Python tests travel through time. Apache-2 -- [GitHub](https://github.com/spulec/freezegun) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“₯ 130 Β· πŸ“‹ 360 - 41% open Β· ⏱️ 09.08.2025): +- [GitHub](https://github.com/spulec/freezegun) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 280 Β· πŸ“₯ 130 Β· πŸ“‹ 360 - 41% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/spulec/freezegun @@ -1956,7 +1956,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-html (πŸ₯ˆ31 Β· ⭐ 740) - Plugin for generating HTML reports for pytest results. MIT -- [GitHub](https://github.com/pytest-dev/pytest-html) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 240 Β· πŸ“¦ 56K Β· πŸ“‹ 430 - 40% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-html) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 240 Β· πŸ“¦ 57K Β· πŸ“‹ 430 - 40% open Β· ⏱️ 12.08.2025): ``` git clone https://github.com/pytest-dev/pytest-html @@ -1965,7 +1965,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-html ``` -- [Conda](https://anaconda.org/conda-forge/pytest-html) (πŸ“₯ 730K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-html) (πŸ“₯ 740K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-html ``` @@ -1997,27 +1997,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-bdd ``` -- [Conda](https://anaconda.org/conda-forge/pytest-bdd) (πŸ“₯ 70K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-bdd) (πŸ“₯ 71K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-bdd ```
-
coveralls-python (πŸ₯ˆ30 Β· ⭐ 580) - Show coverage stats online via coveralls.io. MIT - -- [GitHub](https://github.com/TheKevJames/coveralls-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 190 Β· πŸ“¦ 36K Β· πŸ“‹ 180 - 6% open Β· ⏱️ 12.08.2025): - - ``` - git clone https://github.com/TheKevJames/coveralls-python - ``` -- [PyPi](https://pypi.org/project/coveralls) (πŸ“¦ 2.2K Β· ⏱️ 15.05.2024): - ``` - pip install coveralls - ``` -- [Conda](https://anaconda.org/conda-forge/coveralls) (πŸ“₯ 1.3M Β· ⏱️ 22.04.2025): - ``` - conda install -c conda-forge coveralls - ``` -
mimesis (πŸ₯ˆ29 Β· ⭐ 4.6K) - Mimesis is a robust data generator for Python that can produce a wide.. MIT - [GitHub](https://github.com/lk-geimfari/mimesis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 340 Β· πŸ“₯ 840 Β· πŸ“¦ 2.2K Β· πŸ“‹ 370 - 5% open Β· ⏱️ 12.05.2025): @@ -2034,9 +2018,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mimesis ```
-
asv (πŸ₯ˆ29 Β· ⭐ 930) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3 +
asv (πŸ₯ˆ29 Β· ⭐ 940) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3 -- [GitHub](https://github.com/airspeed-velocity/asv) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 190 Β· πŸ“₯ 1.6K Β· πŸ“¦ 1.4K Β· πŸ“‹ 660 - 24% open Β· ⏱️ 11.08.2025): +- [GitHub](https://github.com/airspeed-velocity/asv) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 190 Β· πŸ“₯ 1.6K Β· πŸ“¦ 1.4K Β· πŸ“‹ 660 - 24% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/airspeed-velocity/asv @@ -2066,6 +2050,22 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge nose2 ```
+
coveralls-python (πŸ₯ˆ29 Β· ⭐ 570) - Show coverage stats online via coveralls.io. MIT + +- [GitHub](https://github.com/TheKevJames/coveralls-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 190 Β· πŸ“¦ 36K Β· πŸ“‹ 180 - 6% open Β· ⏱️ 18.08.2025): + + ``` + git clone https://github.com/TheKevJames/coveralls-python + ``` +- [PyPi](https://pypi.org/project/coveralls) (πŸ“¦ 2.2K Β· ⏱️ 15.05.2024): + ``` + pip install coveralls + ``` +- [Conda](https://anaconda.org/conda-forge/coveralls) (πŸ“₯ 1.3M Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge coveralls + ``` +
pytest-testinfra (πŸ₯‰28 Β· ⭐ 2.4K) - Testinfra test your infrastructures. Apache-2 - [GitHub](https://github.com/pytest-dev/pytest-testinfra) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 2.5K Β· πŸ“‹ 370 - 37% open Β· ⏱️ 12.08.2025): @@ -2082,36 +2082,36 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pytest-testinfra ```
-
factory_boy (πŸ₯‰26 Β· ⭐ 3.7K) - A test fixtures replacement for Python. MIT +
pytest-sugar (πŸ₯‰27 Β· ⭐ 1.5K) - a plugin for py.test that changes the default look and feel.. BSD-3 -- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 400 Β· πŸ“‹ 620 - 30% open Β· ⏱️ 03.02.2025): +- [GitHub](https://github.com/Teemu/pytest-sugar) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 77 Β· πŸ“₯ 43 Β· πŸ“¦ 28K Β· πŸ“‹ 120 - 23% open Β· ⏱️ 16.08.2025): ``` - git clone https://github.com/FactoryBoy/factory_boy + git clone https://github.com/Teemu/pytest-sugar ``` -- [PyPi](https://pypi.org/project/factory_boy) (πŸ“¦ 650 Β· ⏱️ 03.02.2025): +- [PyPi](https://pypi.org/project/pytest-sugar) (πŸ“¦ 1.5K Β· ⏱️ 16.08.2025): ``` - pip install factory_boy + pip install pytest-sugar ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (πŸ“₯ 200K Β· ⏱️ 25.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (πŸ“₯ 330K Β· ⏱️ 17.08.2025): ``` - conda install -c conda-forge factory_boy + conda install -c conda-forge pytest-sugar ```
-
pytest-sugar (πŸ₯‰26 Β· ⭐ 1.5K) - a plugin for py.test that changes the default look and feel.. BSD-3 +
factory_boy (πŸ₯‰26 Β· ⭐ 3.7K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/Teemu/pytest-sugar) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 76 Β· πŸ“₯ 42 Β· πŸ“¦ 28K Β· πŸ“‹ 120 - 22% open Β· ⏱️ 09.05.2025): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 400 Β· πŸ“‹ 620 - 30% open Β· ⏱️ 03.02.2025): ``` - git clone https://github.com/Teemu/pytest-sugar + git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/pytest-sugar) (πŸ“¦ 1.2K Β· ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/factory_boy) (πŸ“¦ 650 Β· ⏱️ 03.02.2025): ``` - pip install pytest-sugar + pip install factory_boy ``` -- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (πŸ“₯ 320K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/factory_boy) (πŸ“₯ 200K Β· ⏱️ 25.04.2025): ``` - conda install -c conda-forge pytest-sugar + conda install -c conda-forge factory_boy ```
pytest-benchmark (πŸ₯‰26 Β· ⭐ 1.4K) - pytest fixture for benchmarking code. BSD-2 @@ -2141,41 +2141,41 @@ 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) (πŸ“₯ 240K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/green) (πŸ“₯ 250K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge green ```
-
pytest-randomly (πŸ₯‰25 Β· ⭐ 670) - Pytest plugin to randomly order tests and control random.seed. MIT +
pytest-datadir (πŸ₯‰25 Β· ⭐ 270) - pytest plugin for manipulating test data directories and.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-randomly) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 33 Β· πŸ“¦ 11K Β· πŸ“‹ 71 - 18% open Β· ⏱️ 11.08.2025): +- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 25 Β· πŸ“₯ 69 Β· πŸ“¦ 2K Β· πŸ“‹ 23 - 13% open Β· ⏱️ 05.08.2025): ``` - git clone https://github.com/pytest-dev/pytest-randomly + git clone https://github.com/gabrielcnr/pytest-datadir ``` -- [PyPi](https://pypi.org/project/pytest-randomly) (πŸ“¦ 540 Β· ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/pytest-datadir) (πŸ“¦ 270 Β· ⏱️ 30.07.2025): ``` - pip install pytest-randomly + pip install pytest-datadir ``` -- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (πŸ“₯ 330K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (πŸ“₯ 330K Β· ⏱️ 30.07.2025): ``` - conda install -c conda-forge pytest-randomly + conda install -c conda-forge pytest-datadir ```
-
pytest-datadir (πŸ₯‰25 Β· ⭐ 260) - pytest plugin for manipulating test data directories and.. MIT +
pytest-randomly (πŸ₯‰24 Β· ⭐ 670) - Pytest plugin to randomly order tests and control random.seed. MIT -- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 25 Β· πŸ“₯ 69 Β· πŸ“¦ 2K Β· πŸ“‹ 23 - 13% open Β· ⏱️ 05.08.2025): +- [GitHub](https://github.com/pytest-dev/pytest-randomly) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 33 Β· πŸ“¦ 11K Β· πŸ“‹ 71 - 18% open Β· ⏱️ 11.08.2025): ``` - git clone https://github.com/gabrielcnr/pytest-datadir + git clone https://github.com/pytest-dev/pytest-randomly ``` -- [PyPi](https://pypi.org/project/pytest-datadir) (πŸ“¦ 270 Β· ⏱️ 30.07.2025): +- [PyPi](https://pypi.org/project/pytest-randomly) (πŸ“¦ 540 Β· ⏱️ 25.10.2024): ``` - pip install pytest-datadir + pip install pytest-randomly ``` -- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (πŸ“₯ 330K Β· ⏱️ 30.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (πŸ“₯ 330K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytest-datadir + conda install -c conda-forge pytest-randomly ```
pytest-mypy (πŸ₯‰24 Β· ⭐ 260) - Mypy static type checker plugin for Pytest. MIT @@ -2194,7 +2194,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pytest-mypy ```
-
pytest-testmon (πŸ₯‰22 Β· ⭐ 910 Β· πŸ’€) - Selects tests affected by changed files. Executes the.. MIT +
pytest-testmon (πŸ₯‰22 Β· ⭐ 900 Β· πŸ’€) - Selects tests affected by changed files. Executes the.. MIT - [GitHub](https://github.com/tarpas/pytest-testmon) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 66 Β· πŸ“¦ 1.4K Β· πŸ“‹ 170 - 23% open Β· ⏱️ 22.12.2024): @@ -2205,11 +2205,27 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pytest-testmon ``` -- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (πŸ“₯ 61K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (πŸ“₯ 64K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-testmon ```
+
xdoctest (πŸ₯‰22 Β· ⭐ 210) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 + +- [GitHub](https://github.com/Erotemic/xdoctest) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 15 Β· πŸ“₯ 220 Β· πŸ“‹ 52 - 38% open Β· ⏱️ 20.08.2025): + + ``` + git clone https://github.com/Erotemic/xdoctest + ``` +- [PyPi](https://pypi.org/project/xdoctest) (πŸ“¦ 190 Β· ⏱️ 20.08.2024): + ``` + pip install xdoctest + ``` +- [Conda](https://anaconda.org/conda-forge/xdoctest) (πŸ“₯ 260K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge xdoctest + ``` +
pytest-plugins (πŸ₯‰21 Β· ⭐ 590 Β· πŸ’€) - A grab-bag of nifty pytest plugins. MIT - [GitHub](https://github.com/man-group/pytest-plugins) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 85 Β· πŸ“₯ 200 Β· πŸ“‹ 130 - 37% open Β· ⏱️ 02.01.2025): @@ -2238,22 +2254,6 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install pytest-docker ```
-
xdoctest (πŸ₯‰21 Β· ⭐ 210) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 - -- [GitHub](https://github.com/Erotemic/xdoctest) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 14 Β· πŸ“₯ 220 Β· πŸ“‹ 52 - 38% open Β· ⏱️ 29.07.2025): - - ``` - git clone https://github.com/Erotemic/xdoctest - ``` -- [PyPi](https://pypi.org/project/xdoctest) (πŸ“¦ 190 Β· ⏱️ 20.08.2024): - ``` - pip install xdoctest - ``` -- [Conda](https://anaconda.org/conda-forge/xdoctest) (πŸ“₯ 260K Β· ⏱️ 22.04.2025): - ``` - conda install -c conda-forge xdoctest - ``` -
Show 12 hidden projects... - pyautogui (πŸ₯ˆ32 Β· ⭐ 12K Β· πŸ’€) - A cross-platform GUI automation Python module for human beings... BSD-3 @@ -2279,7 +2279,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyinstaller (πŸ₯‡41 Β· ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0 -- [GitHub](https://github.com/pyinstaller/pyinstaller) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2K Β· πŸ“₯ 750K Β· πŸ“¦ 84K Β· πŸ“‹ 5.6K - 5% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/pyinstaller/pyinstaller) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2K Β· πŸ“₯ 750K Β· πŸ“¦ 84K Β· πŸ“‹ 5.6K - 5% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/pyinstaller/pyinstaller @@ -2304,14 +2304,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install nuitka ``` -- [Conda](https://anaconda.org/conda-forge/nuitka) (πŸ“₯ 2M Β· ⏱️ 09.07.2025): +- [Conda](https://anaconda.org/conda-forge/nuitka) (πŸ“₯ 2.1M Β· ⏱️ 09.07.2025): ``` conda install -c conda-forge nuitka ```
-
packaging (πŸ₯ˆ36 Β· ⭐ 670) - Core utilities for Python packages. Apache-2 +
packaging (πŸ₯ˆ35 Β· ⭐ 670 Β· πŸ“‰) - Core utilities for Python packages. Apache-2 -- [GitHub](https://github.com/pypa/packaging) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 920 Β· πŸ“¦ 1.8M Β· πŸ“‹ 440 - 26% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/pypa/packaging) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 920 Β· πŸ“¦ 1.8M Β· πŸ“‹ 440 - 26% open Β· ⏱️ 15.08.2025): ``` git clone https://github.com/pypa/packaging @@ -2327,19 +2327,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pex (πŸ₯ˆ33 Β· ⭐ 4K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2 -- [GitHub](https://github.com/pex-tool/pex) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“₯ 2.3M Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 10.08.2025): +- [GitHub](https://github.com/pex-tool/pex) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“₯ 2.3M Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/pantsbuild/pex ``` -- [PyPi](https://pypi.org/project/pex) (πŸ“¦ 61 Β· ⏱️ 09.08.2025): +- [PyPi](https://pypi.org/project/pex) (πŸ“¦ 61 Β· ⏱️ 19.08.2025): ``` pip install pex ```
briefcase (πŸ₯ˆ30 Β· ⭐ 3K) - Tools to support converting a Python project into a standalone native.. BSD-3 -- [GitHub](https://github.com/beeware/briefcase) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 450 Β· πŸ“₯ 720 Β· πŸ“¦ 830 Β· πŸ“‹ 950 - 19% open Β· ⏱️ 11.08.2025): +- [GitHub](https://github.com/beeware/briefcase) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 450 Β· πŸ“₯ 720 Β· πŸ“¦ 830 Β· πŸ“‹ 950 - 19% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/beeware/briefcase @@ -2351,7 +2351,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
cx_Freeze (πŸ₯ˆ29 Β· ⭐ 1.5K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed -- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 240 Β· πŸ“‹ 1K - 4% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 240 Β· πŸ“‹ 1K - 4% open Β· ⏱️ 21.08.2025): ``` git clone https://github.com/marcelotduarte/cx_Freeze @@ -2377,9 +2377,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install py2exe ```
-
constructor (πŸ₯‰26 Β· ⭐ 480) - tool for creating installers from conda packages. BSD-3 +
constructor (πŸ₯‰26 Β· ⭐ 490) - tool for creating installers from conda packages. BSD-3 -- [GitHub](https://github.com/conda/constructor) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 170 Β· πŸ“₯ 290 Β· πŸ“¦ 27 Β· πŸ“‹ 410 - 9% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/conda/constructor) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 170 Β· πŸ“₯ 290 Β· πŸ“¦ 27 Β· πŸ“‹ 420 - 10% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/conda/constructor @@ -2391,7 +2391,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
PyOxidizer (πŸ₯‰25 Β· ⭐ 5.9K Β· πŸ’€) - A modern Python application packaging and distribution tool. MPL-2.0 -- [GitHub](https://github.com/indygreg/PyOxidizer) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 240 Β· πŸ“₯ 24K Β· πŸ“¦ 160 Β· πŸ“‹ 570 - 58% open Β· ⏱️ 03.11.2024): +- [GitHub](https://github.com/indygreg/PyOxidizer) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 250 Β· πŸ“₯ 24K Β· πŸ“¦ 160 Β· πŸ“‹ 570 - 58% open Β· ⏱️ 03.11.2024): ``` git clone https://github.com/indygreg/PyOxidizer @@ -2438,7 +2438,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
setuptools (πŸ₯‡43 Β· ⭐ 2.7K) - Official project repository for the Setuptools build system. MIT +
setuptools (πŸ₯‡42 Β· ⭐ 2.7K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT - [GitHub](https://github.com/pypa/setuptools) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 1.3K Β· πŸ“¦ 810K Β· πŸ“‹ 2.8K - 23% open Β· ⏱️ 20.07.2025): @@ -2456,7 +2456,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
scons (πŸ₯‡37 Β· ⭐ 2.3K) - SCons - a software construction tool. MIT -- [GitHub](https://github.com/SCons/scons) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 330 Β· πŸ“₯ 1.8K Β· πŸ“¦ 3.9K Β· πŸ“‹ 3.5K - 18% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/SCons/scons) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 330 Β· πŸ“₯ 1.8K Β· πŸ“¦ 3.9K Β· πŸ“‹ 3.5K - 18% open Β· ⏱️ 17.08.2025): ``` git clone https://github.com/SCons/scons @@ -2465,41 +2465,41 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install scons ``` -- [Conda](https://anaconda.org/conda-forge/scons) (πŸ“₯ 990K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/scons) (πŸ“₯ 1M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge scons ```
-
buildbot (πŸ₯ˆ35 Β· ⭐ 5.4K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0 +
setuptools_scm (πŸ₯ˆ36 Β· ⭐ 920 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT -- [GitHub](https://github.com/buildbot/buildbot) (πŸ‘¨β€πŸ’» 890 Β· πŸ”€ 1.6K Β· πŸ“₯ 120K Β· πŸ“¦ 390 Β· πŸ“‹ 1.8K - 42% open Β· ⏱️ 02.07.2025): +- [GitHub](https://github.com/pypa/setuptools-scm) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 220 Β· πŸ“¦ 32K Β· πŸ“‹ 640 - 5% open Β· ⏱️ 17.08.2025): ``` - git clone https://github.com/buildbot/buildbot + git clone https://github.com/pypa/setuptools_scm ``` -- [PyPi](https://pypi.org/project/buildbot) (πŸ“¦ 20 Β· ⏱️ 12.05.2025): +- [PyPi](https://pypi.org/project/setuptools_scm) (πŸ“¦ 2.2K Β· ⏱️ 16.08.2025): ``` - pip install buildbot + pip install setuptools_scm ``` -- [Conda](https://anaconda.org/conda-forge/buildbot) (πŸ“₯ 150K Β· ⏱️ 13.05.2025): +- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (πŸ“₯ 5M Β· ⏱️ 16.08.2025): ``` - conda install -c conda-forge buildbot + conda install -c conda-forge setuptools_scm ```
-
setuptools_scm (πŸ₯ˆ35 Β· ⭐ 920) - the blessed package to manage your versions by scm tags. MIT +
buildbot (πŸ₯ˆ35 Β· ⭐ 5.4K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0 -- [GitHub](https://github.com/pypa/setuptools-scm) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 220 Β· πŸ“¦ 32K Β· πŸ“‹ 630 - 5% open Β· ⏱️ 11.08.2025): +- [GitHub](https://github.com/buildbot/buildbot) (πŸ‘¨β€πŸ’» 890 Β· πŸ”€ 1.6K Β· πŸ“₯ 120K Β· πŸ“¦ 390 Β· πŸ“‹ 1.8K - 42% open Β· ⏱️ 02.07.2025): ``` - git clone https://github.com/pypa/setuptools_scm + git clone https://github.com/buildbot/buildbot ``` -- [PyPi](https://pypi.org/project/setuptools_scm) (πŸ“¦ 2.1K Β· ⏱️ 11.08.2025): +- [PyPi](https://pypi.org/project/buildbot) (πŸ“¦ 20 Β· ⏱️ 12.05.2025): ``` - pip install setuptools_scm + pip install buildbot ``` -- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (πŸ“₯ 5M Β· ⏱️ 11.08.2025): +- [Conda](https://anaconda.org/conda-forge/buildbot) (πŸ“₯ 160K Β· ⏱️ 13.05.2025): ``` - conda install -c conda-forge setuptools_scm + conda install -c conda-forge buildbot ```
twine (πŸ₯ˆ34 Β· ⭐ 1.7K) - Utilities for interacting with PyPI. Apache-2 @@ -2577,7 +2577,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pybuilder ``` -- [Conda](https://anaconda.org/conda-forge/pybuilder) (πŸ“₯ 290K Β· ⏱️ 30.07.2025): +- [Conda](https://anaconda.org/conda-forge/pybuilder) (πŸ“₯ 300K Β· ⏱️ 30.07.2025): ``` conda install -c conda-forge pybuilder ``` @@ -2607,9 +2607,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
psutil (πŸ₯‡43 Β· ⭐ 11K Β· πŸ“ˆ) - Cross-platform lib for process and system monitoring in Python. BSD-3 +
psutil (πŸ₯‡43 Β· ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3 -- [GitHub](https://github.com/giampaolo/psutil) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“¦ 750K Β· πŸ“‹ 1.9K - 19% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/giampaolo/psutil) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“¦ 750K Β· πŸ“‹ 1.9K - 19% open Β· ⏱️ 15.08.2025): ``` git clone https://github.com/giampaolo/psutil @@ -2625,7 +2625,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Glances (πŸ₯‡37 Β· ⭐ 30K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 -- [GitHub](https://github.com/nicolargo/glances) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.6K Β· πŸ“₯ 1.7K Β· πŸ“¦ 1.2K Β· πŸ“‹ 2.1K - 6% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/nicolargo/glances) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.6K Β· πŸ“₯ 1.7K Β· πŸ“¦ 1.2K Β· πŸ“‹ 2.1K - 6% open Β· ⏱️ 17.08.2025): ``` git clone https://github.com/nicolargo/glances @@ -2634,30 +2634,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install glances ``` -- [Conda](https://anaconda.org/conda-forge/glances) (πŸ“₯ 330K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/glances) (πŸ“₯ 340K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge glances ```
-
pyinstrument (πŸ₯ˆ34 Β· ⭐ 7.3K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3 +
memray (πŸ₯ˆ34 Β· ⭐ 14K Β· πŸ“ˆ) - Memray is a memory profiler for Python. Apache-2 -- [GitHub](https://github.com/joerick/pyinstrument) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 250 Β· πŸ“¦ 3.7K Β· πŸ“‹ 180 - 14% open Β· ⏱️ 12.08.2025): - - ``` - git clone https://github.com/joerick/pyinstrument - ``` -- [PyPi](https://pypi.org/project/pyinstrument) (πŸ“¦ 210 Β· ⏱️ 12.08.2025): - ``` - pip install pyinstrument - ``` -- [Conda](https://anaconda.org/conda-forge/pyinstrument) (πŸ“₯ 820K Β· ⏱️ 12.08.2025): - ``` - conda install -c conda-forge pyinstrument - ``` -
-
memray (πŸ₯ˆ33 Β· ⭐ 14K) - Memray is a memory profiler for Python. Apache-2 - -- [GitHub](https://github.com/bloomberg/memray) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 420 Β· πŸ“¦ 1.4K Β· πŸ“‹ 250 - 16% open Β· ⏱️ 07.08.2025): +- [GitHub](https://github.com/bloomberg/memray) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 420 Β· πŸ“¦ 1.4K Β· πŸ“‹ 250 - 16% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/bloomberg/memray @@ -2673,7 +2657,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
py-spy (πŸ₯ˆ33 Β· ⭐ 14K) - Sampling profiler for Python programs. MIT -- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 470 Β· πŸ“₯ 33K Β· πŸ“¦ 6.8K Β· πŸ“‹ 430 - 47% open Β· ⏱️ 07.08.2025): +- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 470 Β· πŸ“₯ 33K Β· πŸ“¦ 6.8K Β· πŸ“‹ 430 - 47% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/benfred/py-spy @@ -2682,7 +2666,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install py-spy ``` -- [Conda](https://anaconda.org/conda-forge/py-spy) (πŸ“₯ 690K Β· ⏱️ 01.08.2025): +- [Conda](https://anaconda.org/conda-forge/py-spy) (πŸ“₯ 700K Β· ⏱️ 01.08.2025): ``` conda install -c conda-forge py-spy ``` @@ -2691,9 +2675,25 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M cargo install py-spy ```
-
Scalene (πŸ₯ˆ29 Β· ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 +
pyinstrument (πŸ₯ˆ33 Β· ⭐ 7.3K Β· πŸ“‰) - Call stack profiler for Python. Shows you why your code is.. BSD-3 + +- [GitHub](https://github.com/joerick/pyinstrument) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 250 Β· πŸ“¦ 3.7K Β· πŸ“‹ 180 - 14% open Β· ⏱️ 12.08.2025): + + ``` + git clone https://github.com/joerick/pyinstrument + ``` +- [PyPi](https://pypi.org/project/pyinstrument) (πŸ“¦ 210 Β· ⏱️ 12.08.2025): + ``` + pip install pyinstrument + ``` +- [Conda](https://anaconda.org/conda-forge/pyinstrument) (πŸ“₯ 820K Β· ⏱️ 12.08.2025): + ``` + conda install -c conda-forge pyinstrument + ``` +
+
Scalene (πŸ₯ˆ30 Β· ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 -- [GitHub](https://github.com/plasma-umass/scalene) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 420 Β· πŸ“¦ 900 Β· πŸ“‹ 500 - 33% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/plasma-umass/scalene) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 420 Β· πŸ“¦ 900 Β· πŸ“‹ 500 - 33% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/plasma-umass/scalene @@ -2705,7 +2705,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
line_profiler (πŸ₯ˆ29 Β· ⭐ 3.1K) - Line-by-line profiling for Python. BSD-3 -- [GitHub](https://github.com/pyutils/line_profiler) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 130 Β· πŸ“₯ 1K Β· πŸ“‹ 130 - 38% open Β· ⏱️ 04.08.2025): +- [GitHub](https://github.com/pyutils/line_profiler) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 130 Β· πŸ“₯ 1K Β· πŸ“‹ 130 - 36% open Β· ⏱️ 19.08.2025): ``` git clone https://github.com/pyutils/line_profiler @@ -2784,9 +2784,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
executing (πŸ₯‡28 Β· ⭐ 360 Β· πŸ’€) - Get information about what a Python frame is currently doing,.. MIT +
executing (πŸ₯‡27 Β· ⭐ 360) - Get information about what a Python frame is currently doing,.. MIT -- [GitHub](https://github.com/alexmojaki/executing) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 36 Β· πŸ“¦ 320K Β· πŸ“‹ 53 - 41% open Β· ⏱️ 12.01.2025): +- [GitHub](https://github.com/alexmojaki/executing) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 36 Β· πŸ“¦ 320K Β· πŸ“‹ 54 - 40% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/alexmojaki/executing @@ -2831,7 +2831,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pre-commit (πŸ₯‡39 Β· ⭐ 14K) - A framework for managing and maintaining multi-language pre-commit.. MIT -- [GitHub](https://github.com/pre-commit/pre-commit) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 890 Β· πŸ“₯ 3.3M Β· πŸ“¦ 250K Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/pre-commit/pre-commit) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 890 Β· πŸ“₯ 3.4M Β· πŸ“¦ 250K Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 13.08.2025): ``` git clone https://github.com/pre-commit/pre-commit diff --git a/history/2025-08-21_changes.md b/history/2025-08-21_changes.md new file mode 100644 index 0000000..5fd7404 --- /dev/null +++ b/history/2025-08-21_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._ + +- mkdocs-material (πŸ₯‡40 Β· ⭐ 24K Β· πŸ“ˆ) - Documentation that simply works. MIT +- setuptools_scm (πŸ₯ˆ36 Β· ⭐ 920 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT +- memray (πŸ₯ˆ34 Β· ⭐ 14K Β· πŸ“ˆ) - Memray is a memory profiler for Python. Apache-2 +- autopep8 (πŸ₯‰33 Β· ⭐ 4.6K Β· πŸ’€) - A tool that automatically formats Python code to conform to the PEP.. MIT +- flake8-builtins (πŸ₯ˆ26 Β· ⭐ 120 Β· πŸ“ˆ) - Check for python builtins being used as variables or.. ❗️GPL-2.0 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- setuptools (πŸ₯‡42 Β· ⭐ 2.7K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT +- pipenv (πŸ₯‡40 Β· ⭐ 25K Β· πŸ“‰) - Python Development Workflow for Humans. MIT +- packaging (πŸ₯ˆ35 Β· ⭐ 670 Β· πŸ“‰) - Core utilities for Python packages. Apache-2 +- pyinstrument (πŸ₯ˆ33 Β· ⭐ 7.3K Β· πŸ“‰) - Call stack profiler for Python. Shows you why your code is.. BSD-3 +- pipx (πŸ₯‰31 Β· ⭐ 12K Β· πŸ“‰) - Install and Run Python Applications in Isolated Environments. MIT + diff --git a/history/2025-08-21_projects.csv b/history/2025-08-21_projects.csv new file mode 100644 index 0000000..b8d9b7b --- /dev/null +++ b/history/2025-08-21_projects.csv @@ -0,0 +1,269 @@ +,name,github_id,category,description,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,contributor_count,projectrank,show,updated_github_id,pypi_id,conda_id,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,conda_url,conda_latest_release_published_at,conda_total_downloads,monthly_downloads,projectrank_placing,labels,github_release_downloads,trending,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,cargo_id,cargo_url,cargo_latest_release_published_at,cargo_dependent_project_count,cargo_monthly_downloads,cargo_total_downloads,conda_forge +0,best-of-web-python - Testing,ml-tooling/best-of-web-python,testing,Testing libraries & tools for python web frameworks.,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2025-08-14 18:07:36.000,2025-08-14 18:07:34,357.0,11.0,188.0,57.0,210.0,1.0,3.0,2579.0,2025-08-14 18:07:39.000,2025.08.14,100.0,16.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-mkdocs,pawamoy/best-of-mkdocs,documentation,Collection of MkDocs projects and plugins.,True,https://github.com/mkdocs/catalog,https://github.com/mkdocs/catalog,CC-BY-SA-4.0,2022-04-17 07:48:22.000,2025-08-18 16:07:22.000,2025-08-18 16:07:22,405.0,18.0,100.0,16.0,311.0,2.0,33.0,1474.0,2023-06-29 18:48:34.000,2023.06.29,68.0,61.0,0,True,mkdocs/catalog,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,Python.org Packaging,,packaging,An Overview of Packaging for Python.,True,,https://packaging.python.org/overview/,,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,unittest,,testing,Unittest is a test framework included in the Python standard library.,True,,https://docs.python.org/3/library/unittest.html,,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,mypy,python/mypy,type-checkers,Optional static typing for Python.,,https://github.com/python/mypy,https://github.com/python/mypy,MIT,2012-12-07 13:30:23.000,2025-08-21 13:51:08.000,2025-08-21 13:51:08,12799.0,262.0,2977.0,240.0,8199.0,2962.0,8744.0,19677.0,2025-07-31 07:53:03.000,1.17.1,129.0,808.0,46,True,,mypy,conda-forge/mypy,345838.0,319788.0,https://pypi.org/project/mypy,2025-07-31 07:53:03.000,26050.0,https://anaconda.org/conda-forge/mypy,2025-07-31 23:08:39.649,5800328.0,93553.0,1.0,,,,,,,,,,,,,,,,,,,, +5,pytest,pytest-dev/pytest,testing,"The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.",,https://github.com/pytest-dev/pytest,https://github.com/pytest-dev/pytest,MIT,2015-06-15 20:28:27.000,2025-08-18 21:36:47.000,2025-08-18 21:36:45,16736.0,119.0,2845.0,191.0,6459.0,928.0,5277.0,12999.0,2025-06-18 05:48:45.000,8.4.1,185.0,1046.0,46,True,,pytest,conda-forge/pytest,1728699.0,1652872.0,https://pypi.org/project/pytest,2025-06-18 05:48:03.000,75827.0,https://anaconda.org/conda-forge/pytest,2025-06-18 09:43:54.192,39024671.0,673155.0,1.0,['pytest'],22772.0,,,,,,,,,,,,,,,,,, +6,pip,pypa/pip,dependency-managers,The Python package installer.,,https://github.com/pypa/pip,https://github.com/pypa/pip,MIT,2011-03-06 14:30:46.000,2025-08-21 13:48:21.000,2025-08-13 19:03:16,15385.0,118.0,3125.0,322.0,5882.0,1075.0,6627.0,9908.0,2025-05-02 15:13:59.000,25.1.1,151.0,838.0,44,True,,pip,conda-forge/pip,247982.0,242723.0,https://pypi.org/project/pip,2025-07-30 21:50:13.000,5259.0,https://anaconda.org/conda-forge/pip,2025-07-31 01:24:05.568,165779023.0,2631413.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,https://github.com/Textualize/rich,MIT,2019-11-10 15:28:09.000,2025-08-13 10:52:09.000,2025-08-13 10:52:09,4284.0,68.0,1859.0,534.0,1283.0,280.0,1223.0,53399.0,2025-07-25 07:35:18.000,14.1.0,200.0,276.0,43,True,,rich,conda-forge/rich,494237.0,472127.0,https://pypi.org/project/rich,2025-07-25 07:32:56.000,22110.0,https://anaconda.org/conda-forge/rich,2025-07-25 09:53:40.750,14326908.0,234867.0,1.0,,,,,,,,,,,,,,,,,,,, +8,psutil,giampaolo/psutil,profiling,Cross-platform lib for process and system monitoring in Python.,,https://github.com/giampaolo/psutil,https://github.com/giampaolo/psutil,BSD-3-Clause,2014-05-23 14:01:48.000,2025-08-15 12:01:42.000,2025-08-15 12:00:56,6307.0,83.0,1421.0,230.0,786.0,356.0,1508.0,10785.0,2025-02-13 21:54:12.000,7.0.0,97.0,222.0,43,True,,psutil,conda-forge/psutil,765398.0,749322.0,https://pypi.org/project/psutil,2025-02-13 21:54:12.000,16076.0,https://anaconda.org/conda-forge/psutil,2025-04-22 14:56:22.590,49321892.0,808555.0,1.0,,,,,,,,,,,,,,,,,,,, +9,conda,conda/conda,dependency-managers,"A system-level, binary package and environment manager running on all major operating systems and platforms.",,https://github.com/conda/conda,https://github.com/conda/conda,BSD-3-Clause,2012-10-15 22:08:03.000,2025-08-20 16:29:33.000,2025-08-19 07:08:15,17388.0,113.0,1881.0,185.0,4899.0,626.0,9569.0,7042.0,2025-08-04 14:05:01.000,25.7.0,104.0,466.0,43,True,,conda,conda-forge/conda,51794.0,51711.0,https://pypi.org/project/conda,2017-04-22 23:43:59.218,83.0,https://anaconda.org/conda-forge/conda,2025-08-05 15:01:02.471,63940608.0,1015243.0,1.0,,27916.0,,,,,,,,,,,,,,,,,, +10,setuptools,pypa/setuptools,build-tools,Official project repository for the Setuptools build system.,,https://github.com/pypa/setuptools,https://github.com/pypa/setuptools,MIT,2016-03-29 14:02:33.000,2025-08-15 21:21:45.000,2025-07-20 17:02:56,16478.0,40.0,1300.0,100.0,1941.0,653.0,2137.0,2744.0,2025-05-27 00:56:55.000,80.9.0,624.0,630.0,42,True,,setuptools,conda-forge/setuptools,843810.0,814868.0,https://pypi.org/project/setuptools,2025-05-27 00:56:49.000,28942.0,https://anaconda.org/conda-forge/setuptools,2025-06-01 19:09:46.361,157235970.0,2495809.0,1.0,,,-1.0,,,,,,,,,,,,,,,,, +11,black,psf/black,formatters,The uncompromising Python code formatter.,,https://github.com/psf/black,https://github.com/psf/black,MIT,2018-03-14 19:54:45.000,2025-08-19 12:31:01.000,2025-08-19 12:31:00,2014.0,29.0,2614.0,235.0,1948.0,361.0,2394.0,40827.0,2025-01-29 04:15:38.000,25.1.0,65.0,469.0,41,True,,black,conda-forge/black,674354.0,637816.0,https://pypi.org/project/black,2025-01-29 04:15:38.000,36538.0,https://anaconda.org/conda-forge/black,2025-04-22 14:56:50.293,16580223.0,273450.0,1.0,,126621.0,,,,,,,,,,,,,,,,,, +12,pyinstaller,pyinstaller/pyinstaller,packaging,Freeze (package) Python programs into stand-alone executables.,,https://github.com/pyinstaller/pyinstaller,https://github.com/pyinstaller/pyinstaller,GPL-2.0,2011-11-23 11:05:56.000,2025-08-21 08:16:03.000,2025-08-21 08:16:03,9803.0,69.0,1995.0,230.0,2597.0,284.0,5270.0,12565.0,2025-08-03 18:34:44.000,6.15.0,75.0,481.0,41,True,,pyinstaller,conda-forge/pyinstaller,85347.0,84097.0,https://pypi.org/project/pyinstaller,2025-08-03 18:31:52.000,1250.0,https://anaconda.org/conda-forge/pyinstaller,2025-08-03 23:51:43.456,1303648.0,28956.0,1.0,,751425.0,,,,,,,,,,,,,,,,,, +13,sphinx,sphinx-doc/sphinx,documentation,The Sphinx documentation generator.,,https://github.com/sphinx-doc/sphinx,https://github.com/sphinx-doc/sphinx,,2015-01-02 10:53:28.000,2025-08-21 04:39:19.000,2025-08-18 21:48:31,22179.0,156.0,2222.0,165.0,6326.0,1238.0,6103.0,7310.0,2025-03-02 22:31:56.000,8.2.3,229.0,884.0,41,False,,sphinx,conda-forge/sphinx,487398.0,460042.0,https://pypi.org/project/sphinx,2025-03-02 22:31:56.000,27356.0,https://anaconda.org/conda-forge/sphinx,2025-04-22 14:56:26.059,11918946.0,189189.0,1.0,['sphinx'],,,,,,,,,,,,,,,,,,, +14,pylint,PyCQA/pylint,linters,Its not just a linter that annoys you!.,,https://github.com/pylint-dev/pylint,https://github.com/pylint-dev/pylint,GPL-2.0,2015-12-09 05:40:02.000,2025-08-18 21:26:42.000,2025-08-18 21:26:41,9702.0,83.0,1177.0,77.0,4691.0,1007.0,4794.0,5544.0,2025-08-09 09:12:54.000,3.3.8,204.0,612.0,41,True,pylint-dev/pylint,pylint,conda-forge/pylint,491068.0,480272.0,https://pypi.org/project/pylint,2025-08-09 09:12:54.000,10796.0,https://anaconda.org/conda-forge/pylint,2025-08-09 15:03:11.912,6558903.0,105792.0,1.0,,237.0,,,,,,,,,,,,,,,,,, +15,pipenv,pypa/pipenv,virtual-envs,Python Development Workflow for Humans.,,https://github.com/pypa/pipenv,https://github.com/pypa/pipenv,MIT,2017-01-20 00:44:02.000,2025-07-08 19:36:14.983,2025-07-07 21:44:30,9196.0,40.0,1875.0,361.0,2014.0,232.0,4088.0,25087.0,2025-07-07 21:45:44.000,2025.0.4,401.0,529.0,40,True,,pipenv,conda-forge/pipenv,174211.0,173964.0,https://pypi.org/project/pipenv,2025-07-07 21:45:44.000,247.0,https://anaconda.org/conda-forge/pipenv,2025-07-08 19:36:14.983,281557.0,4469.0,1.0,,,-1.0,,,,,,,,,,,,,,,,, +16,mkdocs-material,squidfunk/mkdocs-material,documentation,Documentation that simply works.,,https://github.com/squidfunk/mkdocs-material,https://github.com/squidfunk/mkdocs-material,MIT,2016-01-28 22:09:23.000,2025-08-18 12:25:49.000,2025-08-18 12:25:43,6630.0,46.0,3853.0,146.0,3270.0,7.0,2614.0,24255.0,2025-08-15 16:09:18.000,9.6.17,428.0,322.0,40,True,,mkdocs-material,conda-forge/mkdocs-material,77649.0,72477.0,https://pypi.org/project/mkdocs-material,2025-08-15 16:09:18.000,5172.0,https://anaconda.org/conda-forge/mkdocs-material,2025-08-15 23:01:48.758,753383.0,11958.0,1.0,['mkdocs'],,1.0,,,,,,,,,,,,,,,,, +17,virtualenv,pypa/virtualenv,virtual-envs,Virtual Python Environment builder.,,https://github.com/pypa/virtualenv,https://github.com/pypa/virtualenv,MIT,2011-03-06 14:33:27.000,2025-08-18 18:45:47.000,2025-08-18 18:45:46,999.0,66.0,1061.0,170.0,1538.0,21.0,1362.0,4962.0,2025-08-13 14:24:40.000,20.34.0,241.0,295.0,40,True,,virtualenv,conda-forge/virtualenv,488320.0,486427.0,https://pypi.org/project/virtualenv,2025-08-13 14:24:05.000,1893.0,https://anaconda.org/conda-forge/virtualenv,2025-08-13 19:05:39.101,14213101.0,245053.0,1.0,,,,,,,,,,,,,,,,,,,, +18,pyright,Microsoft/pyright,type-checkers,Static Type Checker for Python.,,https://github.com/microsoft/pyright,https://github.com/microsoft/pyright,MIT,2019-03-12 03:38:46.000,2025-08-20 20:34:45.000,2025-08-20 19:06:00,8361.0,53.0,1729.0,132.0,2248.0,118.0,7022.0,14678.0,2025-08-20 18:05:09.435,1.1.404,488.0,125.0,39,True,,,,1434.0,1405.0,,,,,,,1636795.0,2.0,,5302.0,,pyright,https://www.npmjs.com/package/pyright,2025-08-20 18:05:09.435,29.0,1636606.0,,,,,,,,,,,, +19,pre-commit,pre-commit/pre-commit,others,A framework for managing and maintaining multi-language pre-commit hooks.,,https://github.com/pre-commit/pre-commit,https://github.com/pre-commit/pre-commit,MIT,2014-03-13 00:39:38.000,2025-08-13 14:21:40.000,2025-08-13 14:21:38,2767.0,18.0,891.0,90.0,1268.0,33.0,2185.0,14208.0,2025-08-09 18:59:03.000,4.3.0,198.0,164.0,39,True,,pre-commit,conda-forge/pre-commit,270225.0,249693.0,https://pypi.org/project/pre-commit,2025-08-09 18:56:13.000,20532.0,https://anaconda.org/conda-forge/pre-commit,2025-08-10 13:09:51.846,7616477.0,172871.0,1.0,,3354559.0,,,,,,,,,,,,,,,,,, +20,robotframework,robotframework/robotframework,testing,Generic automation framework for acceptance testing and RPA.,,https://github.com/robotframework/robotframework,https://github.com/robotframework/robotframework,Apache-2.0,2014-06-27 11:10:38.000,2025-08-12 13:27:25.000,2025-07-04 14:38:31,15097.0,53.0,2466.0,479.0,814.0,280.0,4430.0,10987.0,2025-07-04 14:43:52.000,7.3.2,145.0,217.0,39,True,,robotframework,conda-forge/robotframework,14619.0,13668.0,https://pypi.org/project/robotframework,2025-07-04 14:35:54.000,951.0,https://anaconda.org/conda-forge/robotframework,2025-07-07 01:12:14.679,230865.0,4359.0,1.0,,572.0,,,,,,,,,,,,,,,,,, +21,hypothesis,HypothesisWorks/hypothesis,testing,The property-based testing library for Python.,,https://github.com/HypothesisWorks/hypothesis,https://github.com/HypothesisWorks/hypothesis,MPL-2.0,2013-03-10 13:51:19.000,2025-08-17 00:10:01.000,2025-08-16 01:17:17,16476.0,504.0,620.0,71.0,2808.0,77.0,1627.0,8028.0,2025-08-16 01:17:46.000,hypothesis-python-6.138.2,1418.0,351.0,39,True,,hypothesis,conda-forge/hypothesis,37374.0,34620.0,https://pypi.org/project/hypothesis,2025-08-16 01:17:23.000,2754.0,https://anaconda.org/conda-forge/hypothesis,2025-08-16 03:57:04.911,14296760.0,226932.0,1.0,,,,,,,,,,,,,,,,,,,, +22,jedi,davidhalter/jedi,refactoring,"Awesome autocompletion, static analysis and refactoring library for python.",,https://github.com/davidhalter/jedi,https://github.com/davidhalter/jedi,MIT,2012-02-19 23:12:30.000,2025-06-24 10:28:21.000,2025-06-24 10:28:18,8467.0,9.0,515.0,113.0,615.0,85.0,1361.0,5990.0,2024-11-11 01:41:40.000,0.19.2,35.0,175.0,39,True,,jedi,conda-forge/jedi,582948.0,581795.0,https://pypi.org/project/jedi,2024-11-11 01:41:40.000,1153.0,https://anaconda.org/conda-forge/jedi,2025-04-22 14:56:29.139,32472802.0,523754.0,1.0,,,,,,,,,,,,,,,,,,,, +23,flake8,PyCQA/flake8,linters,Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned Batchelders McCabe script.,,https://github.com/PyCQA/flake8,https://github.com/PyCQA/flake8,MIT,2014-09-13 17:06:24.000,2025-08-12 02:07:23.000,2025-08-12 02:07:21,2490.0,14.0,332.0,37.0,384.0,22.0,1578.0,3670.0,2025-06-20 19:31:34.000,7.3.0,94.0,178.0,39,True,,flake8,conda-forge/flake8,690101.0,663567.0,https://pypi.org/project/flake8,2025-06-20 19:31:34.000,26534.0,https://anaconda.org/conda-forge/flake8,2025-06-26 20:01:55.726,9087012.0,144238.0,1.0,,,,,,,,,,,,,,,,,,,, +24,tqdm,tqdm/tqdm,logging,"A Fast, Extensible Progress Bar for Python and CLI.",,https://github.com/tqdm/tqdm,https://github.com/tqdm/tqdm,MPL-2.0,2015-06-03 13:13:14.000,2025-05-22 12:10:29.000,2024-11-12 13:36:45,2019.0,,1398.0,212.0,586.0,569.0,587.0,30294.0,2024-11-27 19:23:27.000,4.67.1,142.0,129.0,38,True,,tqdm,conda-forge/tqdm,1195179.0,1151258.0,https://pypi.org/project/tqdm,2024-11-24 20:12:19.000,43921.0,https://anaconda.org/conda-forge/tqdm,2025-04-22 14:56:23.993,40117826.0,647260.0,1.0,,14943.0,,,,,,,tqdm/tqdm,https://hub.docker.com/r/tqdm/tqdm,2024-12-14 01:39:50.951159,3.0,5177.0,,,,,,, +25,Nuitka,Nuitka/Nuitka,packaging,"Nuitka is a Python compiler written in Python. Its fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your..",,https://github.com/Nuitka/Nuitka,https://github.com/Nuitka/Nuitka,Apache-2.0,2013-04-23 15:40:33.000,2025-08-18 15:10:39.000,2025-08-14 11:01:51,13842.0,226.0,713.0,140.0,470.0,213.0,2454.0,13667.0,2025-07-08 16:04:10.000,2.7.12,356.0,196.0,38,True,,nuitka,conda-forge/nuitka,3516.0,3388.0,https://pypi.org/project/nuitka,2025-07-08 16:04:10.000,128.0,https://anaconda.org/conda-forge/nuitka,2025-07-09 04:52:13.623,2051829.0,32568.0,1.0,,,,,,,,,,,,,,,,,,,, +26,poetry,python-poetry/poetry,dependency-managers,Python packaging and dependency management made easy.,,https://github.com/python-poetry/poetry,https://github.com/python-poetry/poetry,MIT,2018-02-28 15:23:47.000,2025-08-19 17:54:40.000,2025-08-19 17:54:40,3612.0,24.0,2372.0,190.0,3179.0,582.0,5713.0,33869.0,2025-08-05 03:54:05.000,2.1.4,179.0,610.0,37,True,,poetry,conda-forge/poetry,846.0,,https://pypi.org/project/poetry,2025-08-05 03:54:05.000,846.0,https://anaconda.org/conda-forge/poetry,2025-08-05 05:55:56.120,4533291.0,262767.0,2.0,,15551335.0,,,,,,,,,,,,,,,,,, +27,Glances,nicolargo/glances,profiling,"Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.",,https://github.com/nicolargo/glances,https://github.com/nicolargo/glances,LGPL-3.0,2011-12-04 08:49:15.000,2025-08-17 16:34:38.000,2025-08-17 16:34:31,6460.0,211.0,1608.0,507.0,961.0,138.0,1933.0,29593.0,2025-07-09 15:40:39.000,4.3.3,124.0,205.0,37,True,,glances,conda-forge/glances,1198.0,1194.0,https://pypi.org/project/glances,2025-07-09 15:40:39.000,4.0,https://anaconda.org/conda-forge/glances,2025-04-22 14:56:20.672,338431.0,6166.0,1.0,,1688.0,,,,,,,,,,,,,,,,,, +28,mkdocs,mkdocs/mkdocs,documentation,Project documentation with Markdown.,,https://github.com/mkdocs/mkdocs,https://github.com/mkdocs/mkdocs,BSD-2-Clause,2014-01-11 21:05:21.000,2025-08-03 20:02:22.000,2025-08-03 20:02:22,2116.0,1.0,2529.0,232.0,1331.0,122.0,1986.0,20913.0,2024-08-30 12:24:05.000,1.6.1,62.0,260.0,37,True,,mkdocs,conda-forge/mkdocs,94425.0,88113.0,https://pypi.org/project/mkdocs,2024-08-30 12:24:05.000,6312.0,https://anaconda.org/conda-forge/mkdocs,2025-04-22 14:56:22.183,556227.0,11124.0,1.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +29,isort,PyCQA/isort,formatters,A Python utility / library to sort imports.,,https://github.com/PyCQA/isort,https://github.com/PyCQA/isort,MIT,2013-09-02 22:22:53.000,2025-06-19 23:11:07.000,2025-06-19 23:10:50,4332.0,3.0,602.0,46.0,1050.0,234.0,1115.0,6816.0,2025-02-26 21:15:25.000,6.0.1,148.0,315.0,37,True,,isort,conda-forge/isort,574282.0,559295.0,https://pypi.org/project/isort,2025-02-26 21:13:14.000,14987.0,https://anaconda.org/conda-forge/isort,2025-05-02 12:53:46.732,7789521.0,127697.0,2.0,,,,,,,,,,,,,,,,,,,, +30,scons,SCons/scons,build-tools,SCons - a software construction tool.,,https://github.com/SCons/scons,https://github.com/SCons/scons,MIT,2017-09-24 19:23:46.000,2025-08-17 04:01:28.000,2025-08-17 04:01:28,9706.0,109.0,331.0,62.0,1252.0,655.0,2807.0,2268.0,2025-03-27 20:46:09.000,4.9.1,40.0,171.0,37,True,,scons,conda-forge/scons,3977.0,3925.0,https://pypi.org/project/scons,2025-03-27 20:42:16.000,52.0,https://anaconda.org/conda-forge/scons,2025-04-22 14:56:33.410,1001390.0,16712.0,1.0,,1787.0,,,,,,,,,,,,,,,,,, +31,yapf,google/yapf,formatters,A formatter for Python files.,,https://github.com/google/yapf,https://github.com/google/yapf,Apache-2.0,2015-03-18 18:22:31.000,2025-08-18 06:14:12.000,2025-02-10 20:44:26,1355.0,,901.0,202.0,412.0,416.0,466.0,13940.0,2024-11-14 00:11:39.000,0.43.0,75.0,156.0,36,True,,yapf,conda-forge/yapf,107795.0,106539.0,https://pypi.org/project/yapf,2024-11-14 00:11:39.000,1256.0,https://anaconda.org/conda-forge/yapf,2025-04-22 14:56:24.153,2412420.0,46392.0,2.0,,,,,,,,,,,,,,,,,,,, +32,tox,tox-dev/tox,testing,Command line driven CI frontend and development task automation tool.,,https://github.com/tox-dev/tox,https://github.com/tox-dev/tox,MIT,2016-09-17 16:54:22.000,2025-08-20 17:57:33.000,2025-08-20 17:57:33,903.0,31.0,539.0,41.0,1583.0,140.0,1676.0,3839.0,2025-07-31 21:20:24.000,4.28.4,242.0,328.0,36,True,,tox,conda-forge/tox,140804.0,129530.0,https://pypi.org/project/tox,2025-07-31 21:20:24.000,11274.0,https://anaconda.org/conda-forge/tox,2025-08-01 12:49:17.074,1475060.0,23413.0,1.0,['pytest'],,,,,,,,,,,,,,,,,,, +33,pytest-cov,pytest-dev/pytest-cov,testing,Coverage plugin for pytest.,,https://github.com/pytest-dev/pytest-cov,https://github.com/pytest-dev/pytest-cov,MIT,2014-04-17 20:01:12.000,2025-08-19 04:40:18.000,2025-08-19 04:40:12,1015.0,22.0,218.0,41.0,272.0,152.0,287.0,1934.0,2025-06-12 10:47:45.000,6.2.1,51.0,96.0,36,True,,pytest-cov,conda-forge/pytest-cov,448085.0,407905.0,https://pypi.org/project/pytest-cov,2025-06-12 10:47:45.000,40180.0,https://anaconda.org/conda-forge/pytest-cov,2025-06-13 01:28:23.973,15034966.0,238650.0,1.0,['pytest'],,,,,,,,,,,,,,,,,,, +34,pytest-xdist,pytest-dev/pytest-xdist,testing,pytest plugin for distributed testing and loop-on-failures testing modes.,,https://github.com/pytest-dev/pytest-xdist,https://github.com/pytest-dev/pytest-xdist,MIT,2015-09-01 18:51:45.000,2025-08-19 11:30:22.000,2025-08-19 11:30:20,1325.0,19.0,239.0,52.0,525.0,281.0,391.0,1684.0,2025-07-01 13:31:02.000,3.8.0,71.0,109.0,36,True,,pytest-xdist,conda-forge/pytest-xdist,125977.0,120360.0,https://pypi.org/project/pytest-xdist,2025-07-01 13:30:56.000,5617.0,https://anaconda.org/conda-forge/pytest-xdist,2025-07-02 10:39:49.174,9208181.0,150966.0,1.0,['pytest'],289.0,,,,,,,,,,,,,,,,,, +35,pytest-asyncio,pytest-dev/pytest-asyncio,testing,Asyncio support for pytest.,,https://github.com/pytest-dev/pytest-asyncio,https://github.com/pytest-dev/pytest-asyncio,Apache-2.0,2015-04-11 00:18:05.000,2025-08-20 18:04:16.000,2025-08-19 04:21:13,1114.0,108.0,162.0,35.0,810.0,51.0,328.0,1544.0,2025-07-16 04:29:24.000,1.1.0,69.0,72.0,36,True,,pytest-asyncio,conda-forge/pytest-asyncio,162586.0,153591.0,https://pypi.org/project/pytest-asyncio,2025-07-16 04:29:24.000,8995.0,https://anaconda.org/conda-forge/pytest-asyncio,2025-07-28 13:34:27.883,2554528.0,40585.0,1.0,['pytest'],1625.0,,,,,,,,,,,,,,,,,, +36,setuptools_scm,pypa/setuptools_scm,build-tools,the blessed package to manage your versions by scm tags.,,https://github.com/pypa/setuptools-scm,https://github.com/pypa/setuptools-scm,MIT,2015-07-01 17:57:56.000,2025-08-19 03:05:45.000,2025-08-17 15:39:46,2045.0,186.0,224.0,28.0,580.0,36.0,601.0,917.0,2025-08-16 12:56:37.000,9.2.0,97.0,149.0,36,True,,setuptools_scm,conda-forge/setuptools_scm,33915.0,31765.0,https://pypi.org/project/setuptools_scm,2025-08-16 12:56:37.000,2150.0,https://anaconda.org/conda-forge/setuptools_scm,2025-08-16 21:13:36.839,5048124.0,80128.0,2.0,,,1.0,,,,,,,,,,,,,,,,, +37,PDM,pdm-project/pdm,dependency-managers,A modern Python package and dependency manager supporting the latest PEP standards.,,https://github.com/pdm-project/pdm,https://github.com/pdm-project/pdm,MIT,2019-12-27 03:50:57.000,2025-08-21 14:18:40.000,2025-08-20 04:46:14,3128.0,63.0,449.0,40.0,1278.0,44.0,1865.0,8455.0,2025-08-14 02:05:44.000,2.25.6,235.0,226.0,35,True,,pdm,conda-forge/pdm,705.0,505.0,https://pypi.org/project/pdm,2025-08-14 02:05:40.000,200.0,https://anaconda.org/conda-forge/pdm,2025-07-30 09:44:31.684,1503273.0,32003.0,2.0,,673.0,,,,,,,,,,,,,,,,,, +38,pip-tools,jazzband/pip-tools,dependency-managers,A set of tools to keep your pinned Python dependencies fresh.,,https://github.com/jazzband/pip-tools,https://github.com/jazzband/pip-tools,BSD-3-Clause,2012-09-10 08:50:26.000,2025-08-13 03:34:36.000,2025-08-13 03:25:39,2313.0,96.0,629.0,101.0,1074.0,217.0,931.0,7926.0,2025-07-31 09:45:18.000,7.5.0,122.0,219.0,35,True,,pip-tools,conda-forge/pip-tools,38650.0,35949.0,https://pypi.org/project/pip-tools,2025-07-31 09:45:18.000,2701.0,https://anaconda.org/conda-forge/pip-tools,2025-07-31 16:14:34.350,254279.0,4036.0,2.0,,,,,,,,,,,,,,,,,,,, +39,bandit,PyCQA/bandit,security,Bandit is a tool designed to find common security issues in Python code.,,https://github.com/PyCQA/bandit,https://github.com/PyCQA/bandit,Apache-2.0,2018-04-26 09:08:12.000,2025-08-11 23:49:20.000,2025-08-11 23:49:18,1464.0,14.0,675.0,68.0,556.0,199.0,509.0,7251.0,2025-07-06 03:10:49.000,1.8.6,47.0,188.0,35,True,,bandit,conda-forge/bandit,60100.0,58270.0,https://pypi.org/project/bandit,2025-07-06 03:10:49.000,1830.0,https://anaconda.org/conda-forge/bandit,2025-07-06 11:19:39.653,506072.0,8735.0,1.0,,881.0,,,,,,,,,,,,,,,,,, +40,buildbot,buildbot/buildbot,build-tools,Python-based continuous integration testing framework; your pull requests are more than welcome!.,,https://github.com/buildbot/buildbot,https://github.com/buildbot/buildbot,GPL-2.0,2010-07-06 17:56:53.000,2025-08-15 01:08:46.000,2025-07-02 13:49:24,27694.0,317.0,1648.0,194.0,6790.0,764.0,1036.0,5379.0,2025-05-12 21:41:22.000,4.3.0,146.0,891.0,35,True,,buildbot,conda-forge/buildbot,406.0,386.0,https://pypi.org/project/buildbot,2025-05-12 21:41:22.000,20.0,https://anaconda.org/conda-forge/buildbot,2025-05-13 11:35:44.706,155023.0,3766.0,2.0,,118887.0,,,,,,,,,,,,,,,,,, +41,sentry-sdk,getsentry/sentry-python,logging,The official Python SDK for Sentry.io.,,https://github.com/getsentry/sentry-python,https://github.com/getsentry/sentry-python,MIT,2018-06-18 22:51:10.000,2025-08-20 04:53:16.000,2025-08-20 04:53:14,3163.0,115.0,557.0,79.0,2827.0,206.0,1600.0,2058.0,2025-08-14 17:11:35.000,2.35.0,290.0,281.0,35,True,,sentry-sdk,conda-forge/sentry-sdk,1280.0,,https://pypi.org/project/sentry-sdk,2025-08-14 17:11:18.000,1280.0,https://anaconda.org/conda-forge/sentry-sdk,2025-08-15 00:51:31.379,1343091.0,21819.0,1.0,,3946.0,,,,,,,,,,,,,,,,,, +42,packaging,pypa/packaging,packaging,Core utilities for Python packages.,,https://github.com/pypa/packaging,https://github.com/pypa/packaging,Apache-2.0,2014-05-15 22:49:43.000,2025-08-15 22:04:11.000,2025-08-15 22:04:11,765.0,8.0,269.0,31.0,517.0,115.0,321.0,673.0,2025-04-19 11:49:36.000,25.0,47.0,125.0,35,True,,packaging,conda-forge/packaging,1794072.0,1780291.0,https://pypi.org/project/packaging,2025-04-19 11:48:57.000,13781.0,https://anaconda.org/conda-forge/packaging,2025-04-22 18:15:05.471,73382939.0,1164820.0,2.0,,919.0,-1.0,,,,,,,,,,,,,,,,, +43,loguru,Delgan/loguru,logging,Python logging made (stupidly) simple.,,https://github.com/Delgan/loguru,https://github.com/Delgan/loguru,MIT,2017-08-15 17:22:32.000,2025-08-10 14:18:58.000,2025-08-10 14:10:26,971.0,29.0,741.0,141.0,261.0,232.0,886.0,22533.0,2024-12-06 11:25:42.000,0.7.3,22.0,67.0,34,True,,loguru,conda-forge/loguru,152173.0,141519.0,https://pypi.org/project/loguru,2024-12-06 11:20:54.000,10654.0,https://anaconda.org/conda-forge/loguru,2025-05-07 16:22:25.668,3551160.0,56367.0,2.0,,,,,,,,,,,,,,,,,,,, +44,memray,bloomberg/memray,profiling,Memray is a memory profiler for Python.,,https://github.com/bloomberg/memray,https://github.com/bloomberg/memray,Apache-2.0,2022-04-08 18:04:11.000,2025-08-20 03:13:19.000,2025-08-18 22:24:41,1380.0,60.0,420.0,58.0,476.0,42.0,208.0,14297.0,2025-08-08 19:47:03.000,1.18.0,32.0,59.0,34,True,,memray,conda-forge/memray,1545.0,1447.0,https://pypi.org/project/memray,2025-08-08 19:47:03.000,98.0,https://anaconda.org/conda-forge/memray,2025-08-09 14:43:13.617,492014.0,12300.0,2.0,,,1.0,,,,,,,,,,,,,,,,, +45,xonsh,xonsh/xonsh,shell,Python-powered shell. Full-featured and cross-platform.,,https://github.com/xonsh/xonsh,https://github.com/xonsh/xonsh,BSD-1-Clause,2015-01-21 22:05:27.000,2025-08-18 17:34:48.000,2025-08-11 12:55:58,10946.0,68.0,668.0,101.0,2935.0,285.0,2420.0,8941.0,2025-06-24 19:59:46.000,0.19.9,140.0,348.0,34,False,,xonsh,,1033.0,860.0,https://pypi.org/project/xonsh,2025-06-24 19:59:46.000,173.0,,,,155.0,1.0,,13686.0,,,,,,,,,,,,,,,,,, +46,structlog,hynek/structlog,logging,"Simple, powerful, and fast logging for Python.",,https://github.com/hynek/structlog,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2025-08-18 14:08:53.000,2025-08-18 14:08:47,1737.0,34.0,247.0,33.0,366.0,39.0,338.0,4180.0,2025-06-02 08:21:11.000,25.4.0,41.0,133.0,34,True,,structlog,conda-forge/structlog,26091.0,24616.0,https://pypi.org/project/structlog,2025-06-02 08:21:11.000,1475.0,https://anaconda.org/conda-forge/structlog,2025-06-02 14:06:59.579,749117.0,13620.0,2.0,,,,,,,,,,,,,,,,,,,, +47,rope,python-rope/rope,refactoring,a python refactoring library.,,https://github.com/python-rope/rope,https://github.com/python-rope/rope,LGPL-3.0,2013-11-30 15:30:20.000,2025-07-13 00:41:35.626,2025-07-12 17:41:05,3390.0,16.0,170.0,27.0,392.0,117.0,261.0,2100.0,2025-07-12 17:46:05.000,1.14.0,95.0,82.0,34,True,,rope,conda-forge/rope,78982.0,78661.0,https://pypi.org/project/rope,2025-07-12 17:46:05.000,321.0,https://anaconda.org/conda-forge/rope,2025-07-13 00:41:35.626,1957944.0,33759.0,1.0,,42.0,,,,,,,,,,,,,,,,,, +48,pytest-mock,pytest-dev/pytest-mock,testing,Thin-wrapper around the mock package for easier use with pytest.,,https://github.com/pytest-dev/pytest-mock,https://github.com/pytest-dev/pytest-mock,MIT,2014-07-17 00:40:32.000,2025-08-18 23:00:38.000,2025-08-18 23:00:37,725.0,19.0,148.0,37.0,358.0,13.0,151.0,1977.0,2025-05-26 13:58:59.000,3.14.1,64.0,79.0,34,True,,pytest-mock,conda-forge/pytest-mock,123382.0,116283.0,https://pypi.org/project/pytest-mock,2025-05-26 13:58:43.000,7099.0,https://anaconda.org/conda-forge/pytest-mock,2025-05-26 17:57:58.503,3805890.0,61385.0,2.0,['pytest'],104.0,,,,,,,,,,,,,,,,,, +49,twine,pypa/twine,build-tools,Utilities for interacting with PyPI.,,https://github.com/pypa/twine,https://github.com/pypa/twine,Apache-2.0,2013-08-13 15:39:39.000,2025-08-12 03:27:26.000,2025-08-12 03:27:23,1340.0,10.0,322.0,40.0,698.0,52.0,497.0,1714.0,2025-01-21 18:45:24.000,6.1.0,58.0,131.0,34,True,,twine,conda-forge/twine,141675.0,124747.0,https://pypi.org/project/twine,2025-01-21 18:45:24.000,16928.0,https://anaconda.org/conda-forge/twine,2025-04-22 14:56:27.094,1333818.0,21514.0,2.0,,83.0,,,,,,,,,,,,,,,,,, +50,wheel,pypa/wheel,build-tools,The official binary distribution format for Python.,,https://github.com/pypa/wheel,https://github.com/pypa/wheel,MIT,2017-07-25 20:24:25.000,2025-07-31 14:18:31.000,2025-07-31 14:18:31,984.0,1.0,165.0,32.0,254.0,15.0,402.0,539.0,2025-04-08 20:55:45.000,0.46.1,83.0,86.0,34,True,,wheel,conda-forge/wheel,388926.0,374462.0,https://pypi.org/project/wheel,2025-04-08 20:55:39.000,14464.0,https://anaconda.org/conda-forge/wheel,2025-04-22 14:56:25.544,136360923.0,2272682.0,2.0,,,,,,,,,,,,,,,,,,,, +51,py-spy,benfred/py-spy,profiling,Sampling profiler for Python programs.,,https://github.com/benfred/py-spy,https://github.com/benfred/py-spy,MIT,2018-08-01 02:22:15.000,2025-08-18 00:13:25.000,2025-08-18 00:13:24,549.0,31.0,469.0,111.0,392.0,206.0,227.0,14119.0,2025-07-31 19:34:11.519,0.4.1,40.0,53.0,33,True,,py-spy,conda-forge/py-spy,6965.0,6849.0,https://pypi.org/project/py-spy,2025-07-31 19:33:13.000,112.0,https://anaconda.org/conda-forge/py-spy,2025-08-01 00:41:54.066,696974.0,13138.333333333334,2.0,,33006.0,,,,,,,,,,,,py-spy,https://crates.io/crates/py-spy,2025-07-31 19:34:11.519,4.0,1261.3333333333333,439016.0, +52,pyinstrument,joerick/pyinstrument,profiling,Call stack profiler for Python. Shows you why your code is slow!.,,https://github.com/joerick/pyinstrument,https://github.com/joerick/pyinstrument,BSD-3-Clause,2014-03-13 17:53:13.000,2025-08-12 21:49:35.815,2025-08-12 11:21:24,1178.0,34.0,247.0,51.0,209.0,27.0,156.0,7288.0,2025-08-12 11:34:20.000,5.1.1,54.0,70.0,33,True,,pyinstrument,conda-forge/pyinstrument,3896.0,3683.0,https://pypi.org/project/pyinstrument,2025-08-12 11:34:20.000,213.0,https://anaconda.org/conda-forge/pyinstrument,2025-08-12 21:49:35.815,824003.0,13733.0,2.0,,,-1.0,,,,,,,,,,,,,,,,, +53,pycodestyle,PyCQA/pycodestyle,linters,Simple Python style checker in one Python file.,,https://github.com/PyCQA/pycodestyle,https://github.com/PyCQA/pycodestyle,MIT,2009-10-02 00:43:37.000,2025-08-12 02:06:01.000,2025-08-12 02:05:59,1512.0,15.0,752.0,115.0,539.0,105.0,666.0,5112.0,2025-03-29 17:33:29.000,2.13.0,23.0,137.0,33,True,,pycodestyle,conda-forge/pycodestyle,2210.0,,https://pypi.org/project/pycodestyle,2025-06-20 18:49:47.000,2210.0,https://anaconda.org/conda-forge/pycodestyle,2025-06-22 18:14:44.520,9330112.0,176039.0,1.0,,,,,,,,,,,,,,,,,,,, +54,sphinx_rtd_theme,readthedocs/sphinx_rtd_theme,documentation,Sphinx theme from Read the Docs.,,https://github.com/readthedocs/sphinx_rtd_theme,https://github.com/readthedocs/sphinx_rtd_theme,MIT,2013-10-17 17:10:49.000,2025-04-22 14:56:26.071,2025-02-20 10:22:56,1507.0,,1766.0,171.0,755.0,251.0,669.0,4943.0,2024-11-13 11:06:02.000,3.0.2,61.0,118.0,33,True,,sphinx_rtd_theme,conda-forge/sphinx_rtd_theme,13229.0,16.0,https://pypi.org/project/sphinx_rtd_theme,2024-11-13 11:06:02.000,13213.0,https://anaconda.org/conda-forge/sphinx_rtd_theme,2025-04-22 14:56:26.071,4511235.0,72761.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +55,autopep8,hhatto/autopep8,formatters,A tool that automatically formats Python code to conform to the PEP 8 style guide.,,https://github.com/hhatto/autopep8,https://github.com/hhatto/autopep8,MIT,2010-12-29 20:08:51.000,2025-08-18 20:02:34.000,2025-01-14 14:39:50,2956.0,,289.0,71.0,266.0,124.0,392.0,4636.0,2025-01-14 14:46:15.000,2.3.2,82.0,64.0,33,True,,autopep8,conda-forge/autopep8,230581.0,228894.0,https://pypi.org/project/autopep8,2025-01-14 14:46:15.000,1687.0,https://anaconda.org/conda-forge/autopep8,2025-04-22 14:56:24.132,2059949.0,33224.0,3.0,,,1.0,,,,,,,,,,,,,,,,, +56,pex,pantsbuild/pex,packaging,"A tool for generating .pex (Python EXecutable) files, lock files and venvs.",,https://github.com/pex-tool/pex,https://github.com/pex-tool/pex,Apache-2.0,2014-07-21 17:06:12.000,2025-08-21 02:50:27.000,2025-08-21 02:50:27,1783.0,56.0,306.0,53.0,1527.0,71.0,1112.0,4047.0,2025-08-19 21:05:40.000,2.53.0,368.0,123.0,33,True,pex-tool/pex,pex,,61.0,,https://pypi.org/project/pex,2025-08-19 21:03:06.000,61.0,,,,177425.0,2.0,,2306530.0,,,,,,,,,,,,,,,,,, +57,wemake-python-styleguide,wemake-services/wemake-python-styleguide,linters,The strictest and most opinionated python linter ever!.,,https://github.com/wemake-services/wemake-python-styleguide,https://github.com/wemake-services/wemake-python-styleguide,MIT,2018-03-09 21:04:25.000,2025-08-19 07:47:11.000,2025-08-19 07:47:10,2949.0,67.0,404.0,30.0,2350.0,20.0,1137.0,2765.0,2025-07-13 06:23:42.000,1.3.0,63.0,211.0,33,True,,wemake-python-styleguide,,17616.0,17516.0,https://pypi.org/project/wemake-python-styleguide,2025-07-13 06:22:43.000,100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,safety,pyupio/safety,security,Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for..,,https://github.com/pyupio/safety,https://github.com/pyupio/safety,MIT,2016-10-19 13:22:56.000,2025-07-11 21:09:54.000,2025-07-11 21:09:54,816.0,20.0,164.0,32.0,513.0,33.0,220.0,1881.0,2025-07-09 11:49:50.000,3.6.0,102.0,52.0,33,True,,safety,conda-forge/safety,18258.0,17555.0,https://pypi.org/project/safety,2025-07-09 11:49:50.000,703.0,https://anaconda.org/conda-forge/safety,2025-07-10 01:32:47.084,138166.0,15638.0,2.0,,856148.0,,,,,,,,,,,,,,,,,, +59,pyflakes,PyCQA/pyflakes,linters,A simple program which checks Python source files for errors.,,https://github.com/PyCQA/pyflakes,https://github.com/PyCQA/pyflakes,MIT,2014-04-07 06:19:46.000,2025-06-21 07:47:51.807,2025-06-20 18:44:19,579.0,2.0,181.0,29.0,313.0,59.0,488.0,1434.0,2025-06-20 18:45:26.000,3.4.0,42.0,88.0,33,True,,pyflakes,conda-forge/pyflakes,326228.0,324923.0,https://pypi.org/project/pyflakes,2025-06-20 18:45:26.000,1305.0,https://anaconda.org/conda-forge/pyflakes,2025-06-21 07:47:51.807,9005971.0,169923.0,1.0,,,,,,,,,,,,,,,,,,,, +60,playwright-python,microsoft/playwright-python,testing,Python version of the Playwright testing and automation library.,,https://github.com/microsoft/playwright-python,https://github.com/microsoft/playwright-python,Apache-2.0,2020-07-01 15:28:13.000,2025-08-19 13:17:09.000,2025-08-19 13:17:08,988.0,38.0,1031.0,149.0,1133.0,43.0,1430.0,13580.0,2025-07-22 13:58:04.000,1.54.0,123.0,49.0,32,True,,playwright,,47570.0,45055.0,https://pypi.org/project/playwright,2025-07-22 13:58:04.000,2515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,pyautogui,asweigart/pyautogui,testing,A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.,,https://github.com/asweigart/pyautogui,https://github.com/asweigart/pyautogui,BSD-3-Clause,2014-07-17 23:30:38.000,2025-04-22 14:56:43.041,2023-06-07 11:16:23,408.0,,1332.0,194.0,177.0,534.0,249.0,11777.0,2023-05-24 20:13:07.561,0.9.54,51.0,52.0,32,False,,pyautogui,conda-forge/pyautogui,55829.0,54795.0,https://pypi.org/project/pyautogui,2023-05-24 20:13:07.561,1034.0,https://anaconda.org/conda-forge/pyautogui,2025-04-22 14:56:43.041,360645.0,6218.0,2.0,,,,,,,,,,,,,,,,,,,, +62,invoke,pyinvoke/invoke,build-tools,Pythonic task management & command execution.,,https://github.com/pyinvoke/invoke,https://github.com/pyinvoke/invoke,BSD-2-Clause,2012-02-29 23:59:23.000,2025-08-09 16:48:18.000,2025-06-15 22:37:24,3706.0,4.0,373.0,94.0,263.0,429.0,401.0,4607.0,2023-07-12 18:05:35.085,2.2.0,65.0,60.0,32,True,,invoke,conda-forge/invoke,31458.0,30453.0,https://pypi.org/project/invoke,2023-07-12 18:05:35.085,1005.0,https://anaconda.org/conda-forge/invoke,2025-04-22 14:56:22.672,1193812.0,21705.0,3.0,,,,,,,,,,,,,,,,,,,, +63,prettytable,jazzband/prettytable,logging,Display tabular data in a visually appealing ASCII table format.,,https://github.com/prettytable/prettytable,https://github.com/prettytable/prettytable,,2016-01-15 02:39:17.000,2025-08-01 10:16:12.000,2025-08-01 10:16:10,730.0,16.0,174.0,25.0,251.0,25.0,123.0,1536.0,2025-03-24 19:39:02.000,3.16.0,41.0,66.0,32,False,prettytable/prettytable,prettytable,conda-forge/prettytable,80753.0,78119.0,https://pypi.org/project/prettytable,2025-03-24 19:39:02.000,2634.0,https://anaconda.org/conda-forge/prettytable,2025-04-22 14:56:24.496,4496250.0,78881.0,2.0,,,,,,,,,,,,,,,,,,,, +64,breathe,michaeljones/breathe,documentation,ReStructuredText and Sphinx bridge to Doxygen.,,https://github.com/breathe-doc/breathe,https://github.com/breathe-doc/breathe,BSD-3-Clause,2009-02-03 18:52:25.000,2025-07-15 17:09:42.000,2025-07-08 20:27:36,1997.0,85.0,209.0,18.0,397.0,187.0,425.0,785.0,2025-07-08 19:34:47.000,5.0.0a2,68.0,121.0,32,True,breathe-doc/breathe,breathe,conda-forge/breathe,18715.0,18584.0,https://pypi.org/project/breathe,2025-07-08 20:28:19.000,131.0,https://anaconda.org/conda-forge/breathe,2025-04-22 14:56:28.512,794478.0,12828.0,2.0,,750.0,,,,,,,,,,,,,,,,,, +65,pipx,pypa/pipx,dependency-managers,Install and Run Python Applications in Isolated Environments.,,https://github.com/pypa/pipx,https://github.com/pypa/pipx,MIT,2018-10-06 18:47:46.000,2025-08-18 18:27:56.000,2025-08-10 02:01:42,832.0,2.0,472.0,75.0,745.0,142.0,711.0,11943.0,2024-08-23 16:54:00.000,1.7.1,65.0,162.0,31,True,,pipx,conda-forge/pipx,4579.0,4521.0,https://pypi.org/project/pipx,2024-08-23 16:53:46.000,58.0,https://anaconda.org/conda-forge/pipx,2025-04-22 14:58:07.924,147453.0,10939.0,3.0,,546402.0,-1.0,,,,,,,,,,,,,,,,, +66,mamba,mamba-org/mamba,dependency-managers,The Fast Cross-Platform Package Manager.,,https://github.com/mamba-org/mamba,https://github.com/mamba-org/mamba,BSD-3-Clause,2019-03-05 13:05:10.000,2025-08-18 17:53:47.000,2025-08-12 15:11:38,3193.0,46.0,403.0,45.0,2072.0,448.0,1581.0,7603.0,2025-08-08 16:30:34.000,2.3.1,162.0,174.0,31,True,,,conda-forge/mamba,,,,,,https://anaconda.org/conda-forge/mamba,2025-07-29 08:48:30.400,18596107.0,295176.0,3.0,,,,,,,,,,,,,,,,,,,, +67,pytype,google/pytype,type-checkers,A static type analyzer for Python code.,,https://github.com/google/pytype,https://github.com/google/pytype,Apache-2.0,2015-03-18 20:52:08.000,2025-08-20 16:13:10.000,2025-08-20 16:13:04,6953.0,3.0,288.0,54.0,1178.0,204.0,745.0,4975.0,2024-10-11 08:28:27.000,2024.10.11,204.0,112.0,31,True,,pytype,conda-forge/pytype,4279.0,4048.0,https://pypi.org/project/pytype,2024-10-11 08:28:27.000,231.0,https://anaconda.org/conda-forge/pytype,2025-04-22 14:57:26.233,558189.0,9003.0,3.0,,,,,,,,,,,,,,,,,,,, +68,freezegun,spulec/freezegun,testing,Let your Python tests travel through time.,,https://github.com/spulec/freezegun,https://github.com/spulec/freezegun,Apache-2.0,2012-12-11 05:11:00.000,2025-08-19 19:29:42.000,2025-08-19 19:29:42,680.0,26.0,283.0,33.0,256.0,148.0,210.0,4401.0,2025-08-09 10:39:10.000,1.5.5,68.0,126.0,31,True,,freezegun,conda-forge/freezegun,1272.0,,https://pypi.org/project/freezegun,2025-08-09 10:39:06.000,1272.0,https://anaconda.org/conda-forge/freezegun,2025-08-09 15:49:47.831,1722066.0,29193.0,2.0,,128.0,,,,,,,,,,,,,,,,,, +69,pyupgrade,asottile/pyupgrade,refactoring,A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.,,https://github.com/asottile/pyupgrade,https://github.com/asottile/pyupgrade,MIT,2017-02-28 17:50:31.000,2025-08-13 14:20:08.000,2025-08-13 14:20:07,1254.0,15.0,195.0,36.0,568.0,22.0,444.0,3868.0,2025-05-23 18:55:41.000,3.20.0,174.0,36.0,31,True,,pyupgrade,conda-forge/pyupgrade,515.0,,https://pypi.org/project/pyupgrade,2025-05-23 18:55:41.000,515.0,https://anaconda.org/conda-forge/pyupgrade,2025-05-24 00:48:10.166,851352.0,13513.0,2.0,,,,,,,,,,,,,,,,,,,, +70,beartype,beartype/beartype,linters,Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.,,https://github.com/beartype/beartype,https://github.com/beartype/beartype,MIT,2020-04-03 06:06:22.000,2025-08-21 07:47:04.000,2025-08-21 07:35:48,1597.0,84.0,62.0,14.0,59.0,100.0,323.0,3154.0,2025-05-22 05:09:24.000,0.21.0,54.0,26.0,31,True,,beartype,conda-forge/beartype,8289.0,7576.0,https://pypi.org/project/beartype,2025-05-22 05:09:24.000,713.0,https://anaconda.org/conda-forge/beartype,2025-05-22 18:52:36.044,410055.0,6613.0,2.0,,,,,,,,,,,,,,,,,,,, +71,pudb,inducer/pudb,debugging,Full-screen console debugger for Python.,,https://github.com/inducer/pudb,https://github.com/inducer/pudb,MIT,2011-05-13 23:44:30.000,2025-08-18 12:46:20.000,2025-08-18 12:46:18,1286.0,14.0,232.0,50.0,310.0,161.0,195.0,3134.0,2025-05-06 22:09:45.000,2025.1,82.0,99.0,31,True,,pudb,conda-forge/pudb,8336.0,8218.0,https://pypi.org/project/pudb,2025-05-06 20:43:17.000,118.0,https://anaconda.org/conda-forge/pudb,2025-06-04 20:11:24.709,342916.0,7144.0,1.0,,,,,,,,,,,,,,,,,,,, +72,tabulate,astanin/python-tabulate,logging,"Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from..",,https://github.com/astanin/python-tabulate,https://github.com/astanin/python-tabulate,MIT,2019-09-02 14:34:19.000,2025-07-23 18:54:27.000,2025-07-23 18:54:26,739.0,12.0,173.0,21.0,128.0,120.0,147.0,2426.0,2022-10-06 17:23:25.701,0.9.0,27.0,102.0,31,True,,tabulate,conda-forge/tabulate,8388.0,,https://pypi.org/project/tabulate,2022-10-06 17:23:25.701,8388.0,https://anaconda.org/conda-forge/tabulate,2025-04-22 14:56:22.696,10101664.0,187067.0,2.0,,,,,,,,,,,,,,,,,,,, +73,prospector,PyCQA/prospector,code-metrics,"Inspects Python source files and provides information about type and location of classes, methods etc.",,https://github.com/prospector-dev/prospector,https://github.com/prospector-dev/prospector,GPL-2.0,2013-08-05 07:26:30.000,2025-08-18 17:59:38.000,2025-08-18 17:59:38,1589.0,24.0,177.0,34.0,383.0,35.0,367.0,2030.0,2025-08-13 11:19:10.000,1.17.3,144.0,98.0,31,True,prospector-dev/prospector,prospector,conda-forge/prospector,5504.0,5218.0,https://pypi.org/project/prospector,2025-08-13 11:19:10.000,286.0,https://anaconda.org/conda-forge/prospector,2025-08-13 18:22:44.075,165768.0,2908.0,1.0,,,,,,,,,,,,,,,,,,,, +74,nodeenv,ekalinin/nodeenv,virtual-envs,Virtual environment for Node.js & integrator with virtualenv.,,https://github.com/ekalinin/nodeenv,https://github.com/ekalinin/nodeenv,BSD-3-Clause,2011-03-29 15:28:56.000,2025-04-22 14:56:41.723,2024-08-25 11:10:59,704.0,,216.0,34.0,182.0,64.0,146.0,1744.0,2024-06-04 18:44:55.000,1.9.1,74.0,101.0,31,True,,nodeenv,conda-forge/nodeenv,122608.0,122355.0,https://pypi.org/project/nodeenv,2024-06-04 18:44:08.000,253.0,https://anaconda.org/conda-forge/nodeenv,2025-04-22 14:56:41.723,6529418.0,105313.0,2.0,,,,,,,,,,,,,,,,,,,, +75,logbook,getlogbook/logbook,logging,A cool logging replacement for Python.,,https://github.com/getlogbook/logbook,https://github.com/getlogbook/logbook,BSD-3-Clause,2010-07-22 10:13:12.000,2025-08-21 12:21:22.000,2025-07-26 22:01:40,1435.0,33.0,167.0,35.0,251.0,47.0,139.0,1485.0,2025-06-14 17:26:52.000,1.8.2,48.0,80.0,31,True,,logbook,conda-forge/logbook,7612.0,7338.0,https://pypi.org/project/logbook,2025-06-14 17:24:24.000,274.0,https://anaconda.org/conda-forge/logbook,2025-06-15 09:31:49.048,352219.0,5684.0,2.0,,499.0,,,,,,,,,,,,,,,,,, +76,pytest-html,pytest-dev/pytest-html,testing,Plugin for generating HTML reports for pytest results.,,https://github.com/pytest-dev/pytest-html,https://github.com/pytest-dev/pytest-html,MIT,2015-04-14 19:22:42.000,2025-08-18 21:28:41.000,2025-08-12 06:38:42,591.0,16.0,243.0,24.0,474.0,174.0,260.0,742.0,2023-11-07 16:58:34.000,4.1.1,58.0,61.0,31,True,,pytest-html,conda-forge/pytest-html,57135.0,56513.0,https://pypi.org/project/pytest-html,2023-11-07 15:44:27.000,622.0,https://anaconda.org/conda-forge/pytest-html,2025-04-22 14:56:37.472,738918.0,12963.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +77,parso,davidhalter/parso,linters,A Python Parser.,,https://github.com/davidhalter/parso,https://github.com/davidhalter/parso,MIT,2017-05-08 20:14:30.000,2025-06-24 10:29:42.000,2025-06-24 10:29:39,1125.0,1.0,114.0,20.0,114.0,14.0,107.0,645.0,2024-04-05 09:43:53.000,0.8.4,27.0,50.0,31,True,,parso,conda-forge/parso,585364.0,584287.0,https://pypi.org/project/parso,2024-04-05 09:43:53.000,1077.0,https://anaconda.org/conda-forge/parso,2025-04-22 14:56:44.663,30138744.0,494077.0,2.0,,,,,,,,,,,,,,,,,,,, +78,pyenv,pyenv/pyenv,virtual-envs,Simple Python version management.,,https://github.com/pyenv/pyenv,https://github.com/pyenv/pyenv,MIT,2012-08-31 06:57:52.000,2025-08-16 17:17:53.000,2025-08-16 17:17:53,3475.0,34.0,3177.0,390.0,1186.0,78.0,1805.0,42955.0,2025-08-15 18:50:20.000,2.6.7,100.0,465.0,30,True,,pyenv,,21.0,21.0,https://pypi.org/project/pyenv,2019-01-12 14:49:22.000,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +79,sqlmap,sqlmapproject/sqlmap,security,Automatic SQL injection and database takeover tool.,,https://github.com/sqlmapproject/sqlmap,https://github.com/sqlmapproject/sqlmap,GPL-3.0,2012-06-26 09:52:15.000,2025-08-19 09:32:01.000,2025-08-19 09:31:57,10319.0,39.0,5979.0,1107.0,431.0,61.0,5296.0,35099.0,2025-08-05 12:58:17.000,1.9.8,124.0,146.0,30,True,,sqlmap,,33.0,21.0,https://pypi.org/project/sqlmap,2025-08-05 12:58:17.000,12.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +80,Scalene,plasma-umass/scalene,profiling,"Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization..",,https://github.com/plasma-umass/scalene,https://github.com/plasma-umass/scalene,Apache-2.0,2019-12-17 20:56:28.000,2025-08-21 00:18:38.000,2025-08-20 22:20:10,3371.0,46.0,421.0,90.0,377.0,166.0,332.0,12879.0,2025-08-09 20:54:54.000,1.5.53,179.0,57.0,30,True,,scalene,,946.0,901.0,https://pypi.org/project/scalene,2025-08-09 20:54:54.000,45.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +81,alive-progress,rsalmei/alive-progress,logging,"A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!.",,https://github.com/rsalmei/alive-progress,https://github.com/rsalmei/alive-progress,MIT,2019-08-05 05:54:30.000,2025-07-20 18:54:32.000,2025-07-20 18:54:29,724.0,22.0,214.0,50.0,55.0,14.0,227.0,5977.0,2025-07-20 02:10:37.000,3.3.0,36.0,10.0,30,True,,alive-progress,conda-forge/alive-progress,5257.0,4668.0,https://pypi.org/project/alive-progress,2025-07-20 02:10:37.000,589.0,https://anaconda.org/conda-forge/alive-progress,2025-04-22 14:57:21.935,156518.0,2565.0,2.0,,,,,,,,,,,,,,,,,,,, +82,briefcase,beeware/briefcase,packaging,Tools to support converting a Python project into a standalone native application.,,https://github.com/beeware/briefcase,https://github.com/beeware/briefcase,BSD-3-Clause,2015-07-28 15:20:03.000,2025-08-20 22:36:36.000,2025-08-20 22:35:22,4902.0,83.0,450.0,48.0,1343.0,182.0,766.0,3043.0,2025-07-10 08:50:15.000,0.3.24,58.0,187.0,30,True,,briefcase,,868.0,831.0,https://pypi.org/project/briefcase,2025-07-10 08:50:15.000,37.0,,,,10.0,2.0,,723.0,,,,,,,,,,,,,,,,,, +83,flit,pypa/flit,build-tools,Simplified packaging of Python modules.,,https://github.com/pypa/flit,https://github.com/pypa/flit,BSD-3-Clause,2015-03-13 21:22:27.000,2025-08-13 10:04:01.000,2025-08-13 10:03:53,1335.0,21.0,146.0,36.0,332.0,135.0,307.0,2222.0,2025-03-25 08:03:19.000,3.12.0,53.0,80.0,30,True,,flit,conda-forge/flit,3392.0,2462.0,https://pypi.org/project/flit,2025-03-25 08:03:19.000,930.0,https://anaconda.org/conda-forge/flit,2025-04-22 14:56:31.709,272482.0,4618.0,3.0,,,,,,,,,,,,,,,,,,,, +84,nox,theacodes/nox,testing,Flexible test automation for Python.,,https://github.com/wntrblm/nox,https://github.com/wntrblm/nox,Apache-2.0,2016-02-24 04:02:58.000,2025-08-18 15:52:17.000,2025-07-21 21:26:17,694.0,10.0,166.0,17.0,579.0,69.0,347.0,1447.0,2025-05-01 16:35:46.000,2025.5.1,30.0,109.0,30,True,wntrblm/nox,nox,conda-forge/nox,8043.0,6812.0,https://pypi.org/project/nox,2025-05-01 16:35:46.000,1231.0,https://anaconda.org/conda-forge/nox,2025-05-15 20:58:18.188,497577.0,8025.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +85,pytest-bdd,pytest-dev/pytest-bdd,testing,BDD library for the pytest runner.,,https://github.com/pytest-dev/pytest-bdd,https://github.com/pytest-dev/pytest-bdd,MIT,2013-03-29 07:27:43.000,2025-08-18 20:43:19.000,2025-02-13 21:33:26,1462.0,,228.0,60.0,408.0,82.0,294.0,1396.0,2024-12-05 21:45:56.000,8.1.0,106.0,65.0,30,True,,pytest-bdd,conda-forge/pytest-bdd,4521.0,4415.0,https://pypi.org/project/pytest-bdd,2024-12-05 21:45:56.000,106.0,https://anaconda.org/conda-forge/pytest-bdd,2025-04-22 14:57:05.450,70656.0,2616.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +86,nose,nose-devs/nose,testing,nose is nicer testing for python.,,https://github.com/nose-devs/nose,https://github.com/nose-devs/nose,LGPL-2.1+,2011-12-13 19:36:32.000,2025-04-22 14:56:22.777,2016-03-04 01:16:26,1004.0,,395.0,47.0,261.0,451.0,467.0,1362.0,2015-06-02 09:12:36.000,1.3.7,14.0,95.0,30,False,,nose,conda-forge/nose,171500.0,168805.0,https://pypi.org/project/nose,2015-06-02 09:12:36.000,2695.0,https://anaconda.org/conda-forge/nose,2025-04-22 14:56:22.777,3475016.0,31306.0,2.0,,,,,,,,,,,,,,,,,,,, +87,alabaster,bitprophet/alabaster,documentation,"Lightweight, configurable Sphinx theme.",,https://github.com/sphinx-doc/alabaster,https://github.com/sphinx-doc/alabaster,BSD-3-Clause,2013-12-07 00:03:15.000,2025-04-22 14:56:25.041,2024-07-26 17:57:57,434.0,,189.0,34.0,96.0,60.0,70.0,754.0,2024-07-26 18:15:02.000,1.0.0,30.0,42.0,30,False,sphinx-doc/alabaster,alabaster,conda-forge/alabaster,155205.0,154578.0,https://pypi.org/project/alabaster,2024-07-26 18:15:02.000,627.0,https://anaconda.org/conda-forge/alabaster,2025-04-22 14:56:25.041,9748305.0,314461.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +88,sphinx-autodoc-typehints,tox-dev/sphinx-autodoc-typehints,documentation,Type hints support for the Sphinx autodoc extension.,,https://github.com/tox-dev/sphinx-autodoc-typehints,https://github.com/tox-dev/sphinx-autodoc-typehints,MIT,2015-09-21 20:41:41.000,2025-08-20 13:36:06.000,2025-08-20 13:36:06,451.0,13.0,107.0,10.0,345.0,41.0,172.0,578.0,2025-04-25 16:53:24.000,3.2.0,93.0,61.0,30,True,,sphinx-autodoc-typehints,conda-forge/sphinx-autodoc-typehints,60964.0,57084.0,https://pypi.org/project/sphinx-autodoc-typehints,2025-04-25 16:53:24.000,3880.0,https://anaconda.org/conda-forge/sphinx-autodoc-typehints,2025-04-25 23:49:21.688,911404.0,14700.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +89,Griffe,mkdocstrings/griffe,documentation,"Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API..",,https://github.com/mkdocstrings/griffe,https://github.com/mkdocstrings/griffe,ISC,2021-09-09 21:49:44.000,2025-08-21 13:18:23.000,2025-08-21 13:16:09,1211.0,39.0,51.0,6.0,88.0,33.0,250.0,516.0,2025-08-14 21:08:23.000,1.12.1,146.0,39.0,30,True,,griffe,conda-forge/griffe,12577.0,12258.0,https://pypi.org/project/griffe,2025-08-14 21:08:13.000,319.0,https://anaconda.org/conda-forge/griffe,2025-08-15 10:53:29.906,615229.0,15005.0,2.0,,,,,,,,,,,,,,,,,,,, +90,icecream,gruns/icecream,debugging,Never use print() to debug again.,,https://github.com/gruns/icecream,https://github.com/gruns/icecream,MIT,2018-02-13 18:56:12.000,2025-08-18 02:20:24.000,2025-08-17 16:02:01,335.0,17.0,202.0,55.0,66.0,81.0,89.0,9862.0,2025-08-17 16:11:09.000,2.1.7,21.0,29.0,29,True,,icecream,conda-forge/icecream,547.0,21.0,https://pypi.org/project/icecream,2025-08-14 09:11:35.000,526.0,https://anaconda.org/conda-forge/icecream,2025-08-16 09:56:14.469,83152.0,1599.0,1.0,,,,,,,,,,,,,,,,,,,, +91,mimesis,lk-geimfari/mimesis,testing,Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.,,https://github.com/lk-geimfari/mimesis,https://github.com/lk-geimfari/mimesis,MIT,2016-09-09 21:41:22.000,2025-07-31 10:52:09.000,2025-05-12 12:07:58,2669.0,,335.0,59.0,1264.0,22.0,349.0,4611.0,2024-09-13 22:26:03.000,18.0.0,62.0,126.0,29,True,,mimesis,conda-forge/mimesis,2235.0,2167.0,https://pypi.org/project/mimesis,2024-09-13 22:26:03.000,68.0,https://anaconda.org/conda-forge/mimesis,2025-05-10 09:59:37.648,318738.0,5232.0,2.0,,840.0,,,,,,,,,,,,,,,,,, +92,line_profiler,pyutils/line_profiler,profiling,Line-by-line profiling for Python.,,https://github.com/pyutils/line_profiler,https://github.com/pyutils/line_profiler,BSD-3-Clause,2019-12-10 22:26:33.000,2025-08-20 05:42:19.000,2025-08-19 19:28:32,740.0,158.0,129.0,14.0,262.0,48.0,82.0,3083.0,2025-07-23 21:27:06.000,5.0.0,33.0,51.0,29,True,,line_profiler,conda-forge/line_profiler,297.0,,https://pypi.org/project/line_profiler,2025-07-23 20:14:25.000,297.0,https://anaconda.org/conda-forge/line_profiler,2025-07-24 01:09:47.309,3926699.0,68904.0,2.0,,1020.0,,,,,,,,,,,,,,,,,, +93,pyelftools,eliben/pyelftools,debugging,Parsing ELF and DWARF in Python.,,https://github.com/eliben/pyelftools,https://github.com/eliben/pyelftools,Unlicense,2013-06-08 22:55:54.000,2025-07-03 01:48:18.000,2025-07-03 01:48:18,729.0,3.0,516.0,69.0,347.0,74.0,199.0,2148.0,,,13.0,110.0,29,True,,pyelftools,conda-forge/pyelftools,11312.0,11043.0,https://pypi.org/project/pyelftools,2025-02-19 14:19:59.000,269.0,https://anaconda.org/conda-forge/pyelftools,2025-04-22 14:56:21.172,862090.0,14863.0,1.0,,,,,,,,,,,,,,,,,,,, +94,mkdocstrings,mkdocstrings/mkdocstrings,documentation,"Automatic documentation from sources, for MkDocs.",,https://github.com/mkdocstrings/mkdocstrings,https://github.com/mkdocstrings/mkdocstrings,ISC,2019-12-09 18:09:09.000,2025-07-30 15:16:18.000,2025-07-30 15:16:18,775.0,6.0,114.0,14.0,190.0,61.0,395.0,1956.0,2025-07-22 23:49:19.000,0.30.0,69.0,51.0,29,True,,mkdocstrings,conda-forge/mkdocstrings,21955.0,20385.0,https://pypi.org/project/mkdocstrings,2025-07-22 23:48:44.000,1570.0,https://anaconda.org/conda-forge/mkdocstrings,2025-07-24 13:24:20.459,244983.0,4223.0,2.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +95,python-json-logger,madzak/python-json-logger,logging,Json Formatter for the standard python logger.,,https://github.com/madzak/python-json-logger,https://github.com/madzak/python-json-logger,BSD-2-Clause,2011-12-27 05:12:26.000,2025-04-27 01:47:32.000,2024-12-12 19:59:04,263.0,,233.0,26.0,92.0,30.0,91.0,1764.0,2025-03-07 07:08:25.000,3.3.0,35.0,64.0,29,True,,python-json-logger,conda-forge/python-json-logger,965.0,,https://pypi.org/project/python-json-logger,2025-04-27 01:47:32.000,965.0,https://anaconda.org/conda-forge/python-json-logger,2025-04-22 14:56:33.638,12460965.0,124609.0,3.0,,,,,,,,,,,,,,,,,,,, +96,typeguard,agronholm/typeguard,type-checkers,Run-time type checker for Python.,,https://github.com/agronholm/typeguard,https://github.com/agronholm/typeguard,,2015-12-27 23:15:37.000,2025-07-07 17:45:31.000,2025-06-18 09:54:49,669.0,10.0,118.0,19.0,151.0,30.0,332.0,1689.0,2025-06-18 09:56:09.000,4.4.4,74.0,40.0,29,False,,typeguard,conda-forge/typeguard,44906.0,41761.0,https://pypi.org/project/typeguard,2025-06-18 09:56:05.000,3145.0,https://anaconda.org/conda-forge/typeguard,2025-06-18 12:21:32.288,1178778.0,19012.0,3.0,,,,,,,,,,,,,,,,,,,, +97,cx_Freeze,marcelotduarte/cx_Freeze,packaging,Creates standalone executables from Python scripts with the same performance as the original script. It is cross-..,,https://github.com/marcelotduarte/cx_Freeze,https://github.com/marcelotduarte/cx_Freeze,,2017-01-22 04:25:52.000,2025-08-21 06:04:25.000,2025-08-21 05:34:06,2495.0,96.0,236.0,26.0,1870.0,45.0,998.0,1479.0,2025-08-11 06:40:12.000,8.4.0,108.0,120.0,29,True,,cx_freeze,conda-forge/cx_freeze,124.0,,https://pypi.org/project/cx_freeze,2025-08-11 06:40:12.000,124.0,https://anaconda.org/conda-forge/cx_freeze,2025-08-11 17:42:44.958,1069804.0,16981.0,2.0,,,,,,,,,,,,,,,,,,,, +98,pydocstyle,PyCQA/pydocstyle,linters,docstring style checker.,,https://github.com/PyCQA/pydocstyle,https://github.com/PyCQA/pydocstyle,MIT,2012-01-31 17:18:23.000,2025-04-22 14:56:24.767,2023-11-03 22:28:45,746.0,,188.0,19.0,317.0,123.0,225.0,1117.0,2023-01-17 20:31:11.783,6.3.0,23.0,91.0,29,False,,pydocstyle,conda-forge/pydocstyle,74250.0,72498.0,https://pypi.org/project/pydocstyle,2023-01-17 20:31:11.783,1752.0,https://anaconda.org/conda-forge/pydocstyle,2025-04-22 14:56:24.767,2641666.0,44027.0,2.0,,93.0,,,,,,,,,,,,,,,,,, +99,flake8-bugbear,PyCQA/flake8-bugbear,linters,A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that dont belong in..,,https://github.com/PyCQA/flake8-bugbear,https://github.com/PyCQA/flake8-bugbear,MIT,2016-03-15 20:54:43.000,2025-08-12 14:47:51.000,2025-08-12 14:47:50,424.0,5.0,108.0,8.0,281.0,60.0,178.0,1098.0,2024-12-12 16:49:23.000,24.12.12,73.0,89.0,29,True,,flake8-bugbear,conda-forge/flake8-bugbear,42636.0,41398.0,https://pypi.org/project/flake8-bugbear,2024-12-12 16:49:23.000,1238.0,https://anaconda.org/conda-forge/flake8-bugbear,2025-04-22 14:57:10.503,862240.0,15127.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +100,asv,airspeed-velocity/asv,testing,Airspeed Velocity: A simple Python benchmarking tool with web-based reporting.,,https://github.com/airspeed-velocity/asv,https://github.com/airspeed-velocity/asv,BSD-3-Clause,2013-11-07 20:43:31.000,2025-08-18 13:23:09.000,2025-08-18 13:23:09,2635.0,26.0,186.0,18.0,866.0,164.0,500.0,935.0,2024-08-12 22:58:12.000,0.6.4,23.0,93.0,29,True,,asv,conda-forge/asv,1513.0,1406.0,https://pypi.org/project/asv,2024-08-12 22:58:12.000,107.0,https://anaconda.org/conda-forge/asv,2025-04-22 14:56:30.847,1143367.0,18163.0,2.0,,1633.0,,,,,,,,,,,,,,,,,, +101,nose2,nose-devs/nose2,testing,"The successor to nose, based on unittest2.",,https://github.com/nose-devs/nose2,https://github.com/nose-devs/nose2,BSD-2-Clause,2011-12-14 15:33:15.000,2025-08-18 16:53:58.000,2025-05-15 15:50:38,1222.0,,131.0,21.0,353.0,40.0,201.0,806.0,2024-06-01 03:20:04.000,0.15.1,34.0,80.0,29,True,,nose2,conda-forge/nose2,27136.0,26817.0,https://pypi.org/project/nose2,2024-06-01 03:20:04.000,319.0,https://anaconda.org/conda-forge/nose2,2025-04-22 14:56:50.674,193713.0,2226.0,2.0,,,,,,,,,,,,,,,,,,,, +102,coveralls-python,TheKevJames/coveralls-python,testing,Show coverage stats online via coveralls.io.,,https://github.com/TheKevJames/coveralls-python,https://github.com/TheKevJames/coveralls-python,MIT,2013-02-06 20:48:39.000,2025-08-20 21:39:28.000,2025-08-18 06:01:41,670.0,9.0,187.0,8.0,438.0,11.0,167.0,570.0,2024-05-15 12:56:12.000,4.0.1,46.0,66.0,29,True,,coveralls,conda-forge/coveralls,38123.0,35971.0,https://pypi.org/project/coveralls,2024-05-15 12:56:12.000,2152.0,https://anaconda.org/conda-forge/coveralls,2025-04-22 14:56:31.028,1321780.0,21668.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +103,ruff,charliermarsh/ruff,linters,"An extremely fast Python linter and code formatter, written in Rust.",,,https://docs.astral.sh/ruff,MIT,2022-11-30 10:02:13.208,2025-08-15 16:27:28.125,,,,1485.0,,,,,41700.0,2025-08-14 16:08:12.000,0.12.9,370.0,,28,True,,ruff,conda-forge/ruff,17481.0,,https://pypi.org/project/ruff,2025-08-14 16:08:12.000,17481.0,https://anaconda.org/conda-forge/ruff,2025-08-15 16:27:28.125,4481207.0,135794.0,2.0,,,,,,,,,,,,,,,,,,,, +104,PySnooper,cool-RR/PySnooper,debugging,Never use print for debugging again.,,https://github.com/cool-RR/PySnooper,https://github.com/cool-RR/PySnooper,MIT,2019-04-18 13:55:43.000,2025-05-31 23:22:45.000,2025-05-31 23:21:24,327.0,2.0,950.0,231.0,121.0,29.0,109.0,16530.0,2025-05-31 23:22:45.000,1.2.3,62.0,29.0,28,True,,pysnooper,conda-forge/pysnooper,2119.0,2052.0,https://pypi.org/project/pysnooper,2025-05-31 23:22:45.000,67.0,https://anaconda.org/conda-forge/pysnooper,2025-04-22 14:57:05.002,134746.0,2283.0,2.0,,,,,,,,,,,,,,,,,,,, +105,pyre-check,facebook/pyre-check,type-checkers,Performant type-checking for python.,,https://github.com/facebook/pyre-check,https://github.com/facebook/pyre-check,MIT,2017-11-10 17:31:36.000,2025-08-20 21:41:08.000,2025-08-20 21:36:07,20455.0,113.0,453.0,114.0,527.0,149.0,309.0,7083.0,2024-10-29 21:22:27.000,0.9.23,81.0,293.0,28,True,,pyre-check,,108.0,21.0,https://pypi.org/project/pyre-check,2025-07-07 15:59:16.000,87.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +106,pytest-testinfra,pytest-dev/pytest-testinfra,testing,Testinfra test your infrastructures.,,https://github.com/pytest-dev/pytest-testinfra,https://github.com/pytest-dev/pytest-testinfra,Apache-2.0,2015-03-15 20:49:52.000,2025-08-12 07:20:40.000,2025-08-12 07:20:32,817.0,3.0,356.0,68.0,452.0,142.0,232.0,2437.0,2025-03-30 09:04:11.000,10.2.2,19.0,143.0,28,True,,pytest-testinfra,conda-forge/pytest-testinfra,2512.0,2492.0,https://pypi.org/project/pytest-testinfra,2025-03-30 09:06:00.000,20.0,https://anaconda.org/conda-forge/pytest-testinfra,2025-04-22 14:57:44.936,31241.0,568.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +107,doit,pydoit/doit,build-tools,CLI task management & automation tool.,,https://github.com/pydoit/doit,https://github.com/pydoit/doit,MIT,2014-02-14 22:21:23.000,2025-04-22 14:56:44.640,2023-01-16 03:40:03,1483.0,,183.0,49.0,169.0,91.0,219.0,1960.0,2022-04-22 15:33:23.000,0.36.0,48.0,65.0,28,False,,doit,conda-forge/doit,2289.0,2171.0,https://pypi.org/project/doit,2022-04-22 15:33:23.000,118.0,https://anaconda.org/conda-forge/doit,2025-04-22 14:56:44.640,392489.0,6330.0,3.0,,,,,,,,,,,,,,,,,,,, +108,ipdb,gotcha/ipdb,debugging,Integration of IPython pdb.,,https://github.com/gotcha/ipdb,https://github.com/gotcha/ipdb,BSD-3-Clause,2011-01-15 17:51:47.000,2025-07-28 10:12:07.000,2025-07-28 10:06:52,381.0,1.0,147.0,29.0,87.0,75.0,131.0,1930.0,2023-03-09 15:41:00.602,0.13.13,46.0,58.0,28,True,,ipdb,conda-forge/ipdb,67189.0,66071.0,https://pypi.org/project/ipdb,2023-03-09 15:41:00.602,1118.0,https://anaconda.org/conda-forge/ipdb,2025-04-22 14:56:25.687,624234.0,10068.0,2.0,,,,,,,,,,,,,,,,,,,, +109,colorlog,borntyping/python-colorlog,logging,A colored formatter for the python logging module.,,https://github.com/borntyping/python-colorlog,https://github.com/borntyping/python-colorlog,MIT,2012-09-05 17:57:21.000,2025-04-22 14:56:21.712,2024-10-29 18:33:27,246.0,,93.0,13.0,49.0,,78.0,931.0,2025-03-05 10:58:17.000,6.9.0,69.0,34.0,28,True,,colorlog,conda-forge/colorlog,61595.0,59510.0,https://pypi.org/project/colorlog,2024-10-29 18:34:49.000,2085.0,https://anaconda.org/conda-forge/colorlog,2025-04-22 14:56:21.712,5547836.0,90948.0,3.0,,,,,,,,,,,,,,,,,,,, +110,mccabe,PyCQA/mccabe,code-metrics,McCabe complexity checker for Python.,,https://github.com/PyCQA/mccabe,https://github.com/PyCQA/mccabe,Saxpath,2013-02-20 22:19:04.000,2025-04-22 14:56:24.539,2023-12-03 13:55:50,149.0,,62.0,15.0,61.0,9.0,45.0,664.0,2022-01-24 01:14:49.000,0.7.0,13.0,24.0,28,True,,mccabe,conda-forge/mccabe,511954.0,511020.0,https://pypi.org/project/mccabe,2022-01-24 01:14:49.000,934.0,https://anaconda.org/conda-forge/mccabe,2025-04-22 14:56:24.539,10294641.0,239410.0,2.0,,,,,,,,,,,,,,,,,,,, +111,buildout,buildout/buildout,build-tools,Buildout is a deployment automation tool written in and extended with Python.,,https://github.com/buildout/buildout,https://github.com/buildout/buildout,ZPL-2.1,2012-03-25 21:47:18.000,2025-08-19 12:11:31.000,2025-07-18 19:13:21,1999.0,44.0,174.0,49.0,325.0,144.0,274.0,591.0,2025-06-11 15:54:50.000,4.1.12,145.0,100.0,28,False,,zc.buildout,conda-forge/zc.buildout,117.0,,https://pypi.org/project/zc.buildout,2025-07-17 15:03:36.000,117.0,https://anaconda.org/conda-forge/zc.buildout,2025-04-22 14:58:01.521,76330.0,1624.0,3.0,,,,,,,,,,,,,,,,,,,, +112,numpydoc,numpy/numpydoc,documentation,Numpys Sphinx extensions.,,https://github.com/numpy/numpydoc,https://github.com/numpy/numpydoc,,2013-07-24 16:23:39.000,2025-08-01 14:00:08.000,2025-07-21 15:27:55,682.0,11.0,170.0,31.0,388.0,120.0,153.0,336.0,2025-06-24 12:28:53.000,1.9.0,34.0,90.0,28,False,,numpydoc,conda-forge/numpydoc,3177.0,,https://pypi.org/project/numpydoc,2025-06-24 12:22:53.000,3177.0,https://anaconda.org/conda-forge/numpydoc,2025-06-25 14:22:41.569,3542307.0,56227.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +113,Bpytop,aristocratos/bpytop,profiling,Linux/OSX/FreeBSD resource monitor.,,https://github.com/aristocratos/bpytop,https://github.com/aristocratos/bpytop,Apache-2.0,2020-07-01 17:41:25.000,2025-06-01 20:57:08.000,2025-06-01 20:57:08,409.0,1.0,419.0,159.0,79.0,88.0,231.0,10717.0,2021-12-22 19:23:21.000,1.0.68,53.0,36.0,27,True,,bpytop,conda-forge/bpytop,233.0,232.0,https://pypi.org/project/bpytop,2021-12-22 19:23:21.000,1.0,https://anaconda.org/conda-forge/bpytop,2025-04-22 14:57:45.970,24342.0,450.0,3.0,,,,,,,,,,,,,,,,,,,, +114,pipreqs,bndr/pipreqs,dependency-managers,pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this..,,https://github.com/bndr/pipreqs,https://github.com/bndr/pipreqs,Apache-2.0,2015-04-22 16:38:14.000,2025-06-30 11:49:13.000,2025-06-30 09:30:35,405.0,2.0,417.0,56.0,201.0,213.0,113.0,7316.0,2024-02-18 18:23:06.000,0.5.0,43.0,74.0,27,True,,pipreqs,conda-forge/pipreqs,40306.0,39997.0,https://pypi.org/project/pipreqs,2024-02-18 17:49:34.000,309.0,https://anaconda.org/conda-forge/pipreqs,2025-04-22 14:56:27.577,65493.0,612.0,3.0,,,,,,,,,,,,,,,,,,,, +115,pyarmor,dashingsoft/pyarmor,security,"A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.",,https://github.com/dashingsoft/pyarmor,https://github.com/dashingsoft/pyarmor,SGI-B-2.0,2017-08-26 04:11:53.000,2025-08-20 02:33:44.000,2025-08-20 02:33:37,4812.0,4.0,327.0,46.0,49.0,7.0,1709.0,4521.0,2025-07-21 14:09:42.000,9.1.8,368.0,36.0,27,False,,pyarmor,,2031.0,1951.0,https://pypi.org/project/pyarmor,2025-07-21 14:09:14.000,80.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +116,memory-profiler,pythonprofilers/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/pythonprofilers/memory_profiler,https://github.com/pythonprofilers/memory_profiler,BSD-3-Clause,2011-10-14 11:56:14.000,2025-04-22 14:56:23.864,2024-04-16 15:33:52,719.0,,380.0,82.0,166.0,136.0,117.0,4516.0,2022-11-15 17:59:01.069,0.61.0,59.0,105.0,27,False,,memory_profiler,conda-forge/memory_profiler,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,464.0,https://anaconda.org/conda-forge/memory_profiler,2025-04-22 14:56:23.864,3664825.0,63186.0,3.0,,,,,,,,,,,,,,,,,,,, +117,vulture,jendrikseipp/vulture,refactoring,Find dead Python code.,,https://github.com/jendrikseipp/vulture,https://github.com/jendrikseipp/vulture,MIT,2017-03-06 08:00:18.000,2025-06-04 19:51:56.000,2025-06-04 19:51:56,777.0,1.0,166.0,27.0,166.0,40.0,190.0,3985.0,2024-12-08 17:39:52.000,2.14,54.0,46.0,27,True,,vulture,conda-forge/vulture,5956.0,5753.0,https://pypi.org/project/vulture,2024-12-08 17:39:40.000,203.0,https://anaconda.org/conda-forge/vulture,2025-04-22 14:56:26.274,120154.0,1969.0,2.0,,,,,,,,,,,,,,,,,,,, +118,pytest-sugar,Teemu/pytest-sugar,testing,"a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail..",,https://github.com/Teemu/pytest-sugar,https://github.com/Teemu/pytest-sugar,BSD-3-Clause,2013-06-25 21:09:27.000,2025-08-17 00:05:27.852,2025-08-16 16:49:31,450.0,2.0,77.0,18.0,169.0,29.0,94.0,1459.0,2025-08-16 16:49:44.000,1.1.0,31.0,55.0,27,True,,pytest-sugar,conda-forge/pytest-sugar,29779.0,28291.0,https://pypi.org/project/pytest-sugar,2025-08-16 16:49:44.000,1488.0,https://anaconda.org/conda-forge/pytest-sugar,2025-08-17 00:05:27.852,328863.0,5574.0,3.0,['pytest'],43.0,,,,,,,,,,,,,,,,,, +119,docformatter,myint/docformatter,formatters,Formats docstrings to follow PEP 257.,,https://github.com/PyCQA/docformatter,https://github.com/PyCQA/docformatter,MIT,2012-05-26 21:40:48.000,2025-08-14 22:00:42.000,2025-08-14 21:59:18,622.0,7.0,81.0,8.0,150.0,20.0,149.0,574.0,2025-05-11 04:54:03.000,1.7.7,64.0,39.0,27,True,PyCQA/docformatter,docformatter,conda-forge/docformatter,4570.0,4265.0,https://pypi.org/project/docformatter,2025-05-11 04:54:03.000,305.0,https://anaconda.org/conda-forge/docformatter,2025-05-11 20:23:47.641,238092.0,4036.0,3.0,,50.0,,,,,,,,,,,,,,,,,, +120,executing,alexmojaki/executing,ast,"Get information about what a Python frame is currently doing, particularly the AST node being executed.",,https://github.com/alexmojaki/executing,https://github.com/alexmojaki/executing,MIT,2019-05-25 08:22:26.000,2025-08-21 06:38:52.000,2025-08-20 21:13:13,501.0,1.0,36.0,11.0,52.0,22.0,32.0,359.0,2025-01-22 15:41:25.000,2.2.0,35.0,11.0,27,True,,executing,conda-forge/executing,324978.0,324345.0,https://pypi.org/project/executing,2025-01-22 15:41:25.000,633.0,https://anaconda.org/conda-forge/executing,2025-04-24 13:44:02.181,21083648.0,363511.0,1.0,,,,,,,,,,,,,,,,,,,, +121,gdbgui,cs01/gdbgui,debugging,"Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in..",,https://github.com/cs01/gdbgui,https://github.com/cs01/gdbgui,GPL-3.0,2016-10-27 03:19:25.000,2025-06-29 22:40:49.000,2025-06-29 22:34:16,438.0,1.0,513.0,168.0,167.0,169.0,174.0,10156.0,2025-06-29 22:40:49.000,0.15.3.0,96.0,45.0,26,True,,gdbgui,,500.0,498.0,https://pypi.org/project/gdbgui,2025-06-29 22:39:12.000,2.0,,,,322.0,3.0,,19690.0,,,,,,,,,,,,,,,,,, +122,factory_boy,FactoryBoy/factory_boy,testing,A test fixtures replacement for Python.,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2025-04-25 02:28:32.370,2025-02-03 09:49:09,1034.0,,401.0,40.0,525.0,190.0,433.0,3676.0,2025-02-03 09:49:01.000,3.3.3,46.0,133.0,26,True,,factory_boy,conda-forge/factory_boy,647.0,,https://pypi.org/project/factory_boy,2025-02-03 09:49:01.000,647.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,199602.0,3383.0,3.0,,,,,,,,,,,,,,,,,,,, +123,pdoc,mitmproxy/pdoc,documentation,API Documentation for Python Projects.,,https://github.com/mitmproxy/pdoc,https://github.com/mitmproxy/pdoc,MIT-0,2013-08-04 21:12:50.000,2025-08-01 08:24:42.000,2025-07-11 11:22:27,1093.0,3.0,200.0,33.0,373.0,48.0,397.0,2182.0,2025-06-04 17:05:48.000,15.0.4,113.0,76.0,26,False,,pdoc,,4580.0,3913.0,https://pypi.org/project/pdoc,2025-06-04 17:05:48.000,667.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,radon,rubik/radon,code-metrics,Various code metrics for Python code.,,https://github.com/rubik/radon,https://github.com/rubik/radon,MIT,2012-09-20 18:58:58.000,2025-04-22 14:56:42.827,2024-10-20 09:52:52,549.0,,126.0,33.0,98.0,41.0,146.0,1878.0,2023-03-26 06:25:00.948,6.0.1,56.0,60.0,26,True,,radon,conda-forge/radon,7027.0,6810.0,https://pypi.org/project/radon,2023-03-26 06:25:00.948,217.0,https://anaconda.org/conda-forge/radon,2025-04-22 14:56:42.827,101331.0,1688.0,2.0,,,,,,,,,,,,,,,,,,,, +125,pybuilder,pybuilder/pybuilder,build-tools,Software build automation tool for Python.,,https://github.com/pybuilder/pybuilder,https://github.com/pybuilder/pybuilder,Apache-2.0,2012-07-23 11:38:06.000,2025-08-01 04:57:18.000,2025-07-30 04:17:09,1439.0,4.0,262.0,86.0,400.0,104.0,428.0,1846.0,2025-08-01 04:57:19.000,0.13.16,685.0,39.0,26,True,,pybuilder,conda-forge/pybuilder,6.0,,https://pypi.org/project/pybuilder,2025-07-30 04:26:23.000,6.0,https://anaconda.org/conda-forge/pybuilder,2025-07-30 10:44:56.807,296325.0,6585.0,3.0,,,,,,,,,,,,,,,,,,,, +126,pytest-benchmark,ionelmc/pytest-benchmark,testing,pytest fixture for benchmarking code.,,https://github.com/ionelmc/pytest-benchmark,https://github.com/ionelmc/pytest-benchmark,BSD-2-Clause,2014-10-10 10:55:33.000,2025-08-05 15:09:18.000,2025-08-05 15:09:09,1059.0,5.0,121.0,19.0,86.0,114.0,91.0,1362.0,2024-10-30 11:51:45.000,5.1.0,46.0,49.0,26,True,,pytest-benchmark,conda-forge/pytest-benchmark,915.0,,https://pypi.org/project/pytest-benchmark,2024-10-30 11:51:45.000,915.0,https://anaconda.org/conda-forge/pytest-benchmark,2025-04-22 14:56:21.335,2593160.0,49868.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +127,py2exe,py2exe/py2exe,packaging,Create standalone Windows programs from Python code.,,https://github.com/py2exe/py2exe,https://github.com/py2exe/py2exe,MIT,2019-03-11 13:16:35.000,2025-07-21 21:47:21.000,2025-07-15 21:35:24,1113.0,8.0,104.0,29.0,40.0,24.0,160.0,959.0,2025-07-15 22:01:38.000,0.14.0.0,30.0,24.0,26,True,,py2exe,,2225.0,2214.0,https://pypi.org/project/py2exe,2025-07-16 08:41:54.000,11.0,,,,294.0,3.0,,22679.0,,,,,,,,,,,,,,,,,, +128,progressbar2,WoLpH/python-progressbar,logging,Progressbar 2 - A progress bar for Python 2 and Python 3 - pip install progressbar2.,,https://github.com/wolph/python-progressbar,https://github.com/wolph/python-progressbar,BSD-3-Clause,2012-02-20 06:19:21.000,2025-04-22 14:56:28.563,2024-12-06 14:57:38,1142.0,,102.0,20.0,73.0,6.0,221.0,879.0,2024-08-28 22:50:15.000,4.5.0,111.0,47.0,26,True,,progressbar2,conda-forge/progressbar2,934.0,,https://pypi.org/project/progressbar2,2024-08-28 22:50:10.000,934.0,https://anaconda.org/conda-forge/progressbar2,2025-04-22 14:56:28.563,3181519.0,51346.0,3.0,,3103.0,,,,,,,,,,,,,,,,,, +129,green,CleanCut/green,testing,"Green is a clean, colorful, fast python test runner.",,https://github.com/CleanCut/green,https://github.com/CleanCut/green,MIT,2014-04-01 20:08:18.000,2025-04-22 14:56:42.087,2024-11-12 22:24:34,1157.0,,75.0,23.0,98.0,7.0,180.0,793.0,2024-04-18 23:54:19.000,4.0.2,149.0,40.0,26,True,,green,conda-forge/green,1465.0,1339.0,https://pypi.org/project/green,2024-04-18 23:54:19.000,126.0,https://anaconda.org/conda-forge/green,2025-04-22 14:56:42.087,246708.0,4044.0,3.0,,,,,,,,,,,,,,,,,,,, +130,pylint-django,PyCQA/pylint-django,linters,Pylint plugin for improving code analysis for when using Django.,,https://github.com/pylint-dev/pylint-django,https://github.com/pylint-dev/pylint-django,GPL-3.0,2013-10-01 06:35:15.000,2025-08-18 21:32:13.000,2025-08-18 21:32:13,695.0,3.0,117.0,14.0,224.0,67.0,173.0,614.0,2024-10-10 14:46:36.000,2.6.1,57.0,71.0,26,True,pylint-dev/pylint-django,pylint-django,conda-forge/pylint-django,32042.0,31917.0,https://pypi.org/project/pylint-django,2024-10-10 14:46:36.000,125.0,https://anaconda.org/conda-forge/pylint-django,2025-04-22 14:56:27.135,277905.0,4880.0,2.0,['pylint'],419.0,,,,,,,,,,,,,,,,,, +131,pep8-naming,PyCQA/pep8-naming,linters,Naming Convention checker for Python.,,https://github.com/PyCQA/pep8-naming,https://github.com/PyCQA/pep8-naming,Saxpath,2013-02-09 18:32:52.000,2025-05-06 21:53:54.000,2025-05-06 21:53:53,286.0,,244.0,14.0,146.0,21.0,83.0,521.0,2025-05-05 20:43:43.000,0.15.1,31.0,37.0,26,False,,pep8-naming,conda-forge/pep8-naming,59153.0,58317.0,https://pypi.org/project/pep8-naming,2025-05-05 20:43:11.000,836.0,https://anaconda.org/conda-forge/pep8-naming,2025-05-06 21:46:36.863,471915.0,7736.0,2.0,,,,,,,,,,,,,,,,,,,, +132,constructor,conda/constructor,packaging,tool for creating installers from conda packages.,,https://github.com/conda/constructor,https://github.com/conda/constructor,BSD-3-Clause,2016-02-12 06:52:50.000,2025-08-19 22:57:07.000,2025-08-19 22:57:05,1348.0,33.0,169.0,31.0,628.0,42.0,375.0,487.0,2025-08-06 19:47:04.000,3.12.2,39.0,75.0,26,True,,,constructor,27.0,27.0,,,,https://anaconda.org/anaconda/constructor,2025-08-09 09:27:17.319,24707.0,220.0,3.0,,289.0,,,,,,,,,,,,,,,,,, +133,flake8-comprehensions,adamchainz/flake8-comprehensions,linters,A flake8 plugin to help you write better list/set/dict comprehensions.,,https://github.com/adamchainz/flake8-comprehensions,https://github.com/adamchainz/flake8-comprehensions,MIT,2016-04-05 12:15:56.000,2025-08-11 11:08:53.000,2025-08-11 11:08:52,664.0,7.0,23.0,7.0,564.0,5.0,56.0,469.0,2024-10-27 21:51:16.000,3.16.0,41.0,16.0,26,True,,flake8-comprehensions,conda-forge/flake8-comprehensions,29882.0,29178.0,https://pypi.org/project/flake8-comprehensions,2024-10-27 21:51:16.000,704.0,https://anaconda.org/conda-forge/flake8-comprehensions,2025-04-22 14:56:29.814,884285.0,14262.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +134,flake8-builtins,gforcada/flake8-builtins,linters,Check for python builtins being used as variables or parameters.,,https://github.com/gforcada/flake8-builtins,https://github.com/gforcada/flake8-builtins,GPL-2.0,2016-03-02 00:26:51.000,2025-08-18 18:03:13.246,2025-08-17 06:40:21,364.0,10.0,25.0,4.0,80.0,4.0,49.0,117.0,2025-08-17 06:33:48.000,3.0.0,32.0,21.0,26,True,,flake8-builtins,conda-forge/flake8-builtins,12017.0,11454.0,https://pypi.org/project/flake8-builtins,2025-08-17 06:33:48.000,563.0,https://anaconda.org/conda-forge/flake8-builtins,2025-08-18 18:03:13.246,340023.0,10000.0,2.0,['flake8'],,2.0,,,,,,,,,,,,,,,,, +135,PyOxidizer,indygreg/PyOxidizer,packaging,A modern Python application packaging and distribution tool.,,https://github.com/indygreg/PyOxidizer,https://github.com/indygreg/PyOxidizer,MPL-2.0,2018-12-18 23:32:13.000,2024-12-24 01:04:30.000,2024-11-03 22:09:40,6749.0,,247.0,64.0,137.0,334.0,236.0,5928.0,2023-01-02 16:18:55.910,0.24.0,22.0,54.0,25,True,,pyoxidizer,,157.0,155.0,https://pypi.org/project/pyoxidizer,2023-01-02 16:18:55.910,2.0,,,,361.0,3.0,,24235.0,,,,,,,,,,,,,,,,,, +136,memory_profiler,fabianp/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/fabianp/memory_profiler,https://github.com/fabianp/memory_profiler,BSD-3-Clause,2018-06-28 14:01:33.000,2025-04-22 14:56:23.864,2018-06-28 13:35:12,500.0,,380.0,4.0,1.0,,,4386.0,2022-11-15 17:59:01.069,0.61.0,59.0,62.0,25,False,,memory_profiler,conda-forge/memory_profiler,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,464.0,https://anaconda.org/conda-forge/memory_profiler,2025-04-22 14:56:23.864,3664859.0,63187.0,3.0,,,,,,,,,,,,,,,,,,,, +137,notifiers,liiight/notifiers,logging,The easy way to send notifications.,,https://github.com/liiight/notifiers,https://github.com/liiight/notifiers,MIT,2017-06-01 10:20:18.000,2025-08-18 17:28:10.000,2025-08-05 11:29:51,546.0,1.0,107.0,30.0,370.0,39.0,69.0,2712.0,2025-05-17 15:59:40.000,1.3.6,34.0,27.0,25,True,,notifiers,conda-forge/notifiers,1409.0,1372.0,https://pypi.org/project/notifiers,2025-05-17 15:58:56.000,37.0,https://anaconda.org/conda-forge/notifiers,2025-05-20 18:12:25.759,57683.0,1030.0,3.0,,,,,,,,,,,,,,,,,,,, +138,Diamond,python-diamond/Diamond,profiling,Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of..,,https://github.com/python-diamond/Diamond,https://github.com/python-diamond/Diamond,MIT,2013-10-11 23:32:13.000,2024-06-29 14:21:40.000,2023-11-01 17:50:44,3337.0,,600.0,87.0,534.0,135.0,170.0,1760.0,2016-11-25 22:13:29.000,4.0.515,36.0,388.0,25,False,,diamond,,212.0,206.0,https://pypi.org/project/diamond,2016-11-25 22:13:29.000,6.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +139,pdbpp,pdbpp/pdbpp,debugging,"pdb++, a drop-in replacement for pdb (the Python debugger).",,https://github.com/pdbpp/pdbpp,https://github.com/pdbpp/pdbpp,BSD-3-Clause,2017-06-11 13:42:16.000,2025-07-18 23:31:22.750,2022-07-14 18:31:38,706.0,,70.0,17.0,324.0,104.0,127.0,1419.0,2025-07-18 09:36:01.000,0.11.7,29.0,41.0,25,False,,pdbpp,conda-forge/pdbpp,592.0,,https://pypi.org/project/pdbpp,2025-07-18 09:36:01.000,592.0,https://anaconda.org/conda-forge/pdbpp,2025-07-18 23:31:22.750,195653.0,3992.0,3.0,,,,,,,,,,,,,,,,,,,, +140,pdoc3,pdoc3/pdoc,documentation,Auto-generate API documentation for Python projects.,,https://github.com/pdoc3/pdoc,https://github.com/pdoc3/pdoc,AGPL-3.0,2019-01-02 02:32:40.000,2025-08-05 07:10:32.309,2025-07-12 01:03:05,644.0,8.0,144.0,8.0,130.0,106.0,235.0,1180.0,2025-03-20 22:53:51.000,0.11.6,41.0,68.0,25,True,,pdoc3,anaconda/pdoc3,5419.0,4930.0,https://pypi.org/project/pdoc3,2025-03-20 22:53:51.000,489.0,https://anaconda.org/anaconda/pdoc3,2025-08-05 07:10:32.309,2146.0,31.0,3.0,,,,,,,,,,,,,,,,,,,, +141,autoflake,myint/autoflake,refactoring,Removes unused imports and unused variables as reported by pyflakes.,,https://github.com/PyCQA/autoflake,https://github.com/PyCQA/autoflake,MIT,2012-12-27 03:40:17.000,2025-08-12 13:13:10.000,2025-05-08 17:34:22,668.0,,82.0,15.0,207.0,42.0,80.0,940.0,2024-03-13 03:42:45.000,2.3.1,61.0,39.0,25,True,PyCQA/autoflake,autoflake,conda-forge/autoflake,1003.0,,https://pypi.org/project/autoflake,2024-03-13 03:41:26.000,1003.0,https://anaconda.org/conda-forge/autoflake,2025-07-28 21:36:26.374,620491.0,12166.0,2.0,,,,,,,,,,,,,,,,,,,, +142,astor,berkerpeksag/astor,ast,Python AST read/write.,,https://github.com/berkerpeksag/astor,https://github.com/berkerpeksag/astor,BSD-3-Clause,2012-09-19 23:02:51.000,2025-04-22 14:56:33.663,2024-03-30 08:11:44,267.0,,103.0,24.0,116.0,45.0,89.0,852.0,2019-12-10 01:50:33.000,0.8.1,14.0,35.0,25,False,,astor,conda-forge/astor,618.0,,https://pypi.org/project/astor,2019-12-10 01:50:33.000,618.0,https://anaconda.org/conda-forge/astor,2025-04-22 14:56:33.663,2636748.0,329593.0,2.0,,,,,,,,,,,,,,,,,,,, +143,darglint,terrencepreilly/darglint,linters,A python documentation linter which checks that the docstring description matches the definition.,,https://github.com/terrencepreilly/darglint,https://github.com/terrencepreilly/darglint,MIT,2017-09-25 14:11:21.000,2025-04-22 14:57:12.196,2021-10-18 03:34:23,504.0,,42.0,6.0,61.0,71.0,95.0,484.0,2021-10-18 03:40:35.000,1.8.1,49.0,22.0,25,False,,darglint,conda-forge/darglint,22689.0,22399.0,https://pypi.org/project/darglint,2021-10-18 03:40:35.000,290.0,https://anaconda.org/conda-forge/darglint,2025-04-22 14:57:12.196,110396.0,1780.0,2.0,,,,,,,,,,,,,,,,,,,, +144,flake8-import-order,PyCQA/flake8-import-order,linters,Flake8 plugin that checks import order against various Python Style Guides.,,https://github.com/PyCQA/flake8-import-order,https://github.com/PyCQA/flake8-import-order,LGPL-3.0,2014-03-16 12:46:09.000,2025-08-12 10:46:24.000,2025-08-12 10:46:22,316.0,23.0,74.0,9.0,120.0,8.0,98.0,278.0,2025-06-24 12:47:38.000,0.19.2,38.0,50.0,25,True,,flake8-import-order,conda-forge/flake8-import-order,654.0,,https://pypi.org/project/flake8-import-order,2025-06-24 12:47:38.000,654.0,https://anaconda.org/conda-forge/flake8-import-order,2025-06-26 20:28:26.571,314766.0,9542.0,2.0,['flake8'],9.0,,,,,,,,,,,,,,,,,, +145,pytest-datadir,gabrielcnr/pytest-datadir,testing,pytest plugin for manipulating test data directories and files.,,https://github.com/gabrielcnr/pytest-datadir,https://github.com/gabrielcnr/pytest-datadir,MIT,2015-07-02 21:41:44.000,2025-08-11 18:49:00.000,2025-08-05 11:46:24,181.0,20.0,25.0,7.0,87.0,3.0,20.0,267.0,2025-07-30 13:52:14.000,1.8.0,17.0,14.0,25,True,,pytest-datadir,conda-forge/pytest-datadir,2272.0,1999.0,https://pypi.org/project/pytest-datadir,2025-07-30 13:52:11.000,273.0,https://anaconda.org/conda-forge/pytest-datadir,2025-07-30 22:39:32.200,333563.0,9813.0,3.0,['pytest'],69.0,,,,,,,,,,,,,,,,,, +146,astunparse,simonpercivall/astunparse,ast,An AST unparser for Python.,,https://github.com/simonpercivall/astunparse,https://github.com/simonpercivall/astunparse,BSD-3-Clause,2014-03-31 15:34:54.000,2025-04-22 14:56:37.697,2019-12-22 18:11:19,86.0,,53.0,9.0,37.0,25.0,22.0,228.0,2019-12-22 18:12:11.000,1.6.3,11.0,11.0,25,False,,astunparse,conda-forge/astunparse,167442.0,166759.0,https://pypi.org/project/astunparse,2019-12-22 18:12:11.000,683.0,https://anaconda.org/conda-forge/astunparse,2025-04-22 14:56:37.697,3042508.0,55318.0,2.0,,,,,,,,,,,,,,,,,,,, +147,flake8-isort,gforcada/flake8-isort,linters,flake8 plugin that integrates isort.,,https://github.com/gforcada/flake8-isort,https://github.com/gforcada/flake8-isort,GPL-2.0,2015-09-12 19:25:34.000,2025-08-17 06:57:20.000,2025-08-17 06:57:18,389.0,2.0,186.0,8.0,97.0,1.0,57.0,181.0,2025-01-29 12:29:23.000,6.1.2,44.0,40.0,25,True,,flake8-isort,conda-forge/flake8-isort,28897.0,28313.0,https://pypi.org/project/flake8-isort,2025-01-29 12:29:23.000,584.0,https://anaconda.org/conda-forge/flake8-isort,2025-04-22 14:57:15.498,85584.0,1403.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +148,flake8-quotes,zheller/flake8-quotes,linters,Flake8 extension for checking quotes in python.,,https://github.com/zheller/flake8-quotes,https://github.com/zheller/flake8-quotes,MIT,2014-03-10 00:05:08.000,2025-04-22 14:56:27.787,2024-02-10 21:52:43,112.0,,39.0,3.0,70.0,11.0,45.0,178.0,2024-02-10 21:58:22.000,3.4.0,42.0,33.0,25,False,,flake8-quotes,conda-forge/flake8-quotes,23987.0,23553.0,https://pypi.org/project/flake8-quotes,2024-02-10 21:58:22.000,434.0,https://anaconda.org/conda-forge/flake8-quotes,2025-04-22 14:56:27.787,758146.0,15794.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +149,MonkeyType,Instagram/MonkeyType,refactoring,A Python library that generates static type annotations by collecting runtime types.,,https://github.com/Instagram/MonkeyType,https://github.com/Instagram/MonkeyType,BSD-3-Clause,2017-07-11 00:19:00.000,2025-06-19 05:52:11.000,2025-06-14 08:50:16,355.0,8.0,185.0,56.0,165.0,61.0,140.0,4930.0,2023-03-20 14:10:04.829,23.3.0,23.0,51.0,24,True,,monkeytype,conda-forge/monkeytype,23.0,,https://pypi.org/project/monkeytype,2023-03-20 14:10:04.829,23.0,https://anaconda.org/conda-forge/monkeytype,2025-04-22 14:56:45.647,88266.0,1401.0,2.0,,,,,,,,,,,,,,,,,,,, +150,rebound,shobrook/rebound,logging,Instant Stack Overflow results whenever an exception is thrown.,,https://github.com/shobrook/rebound,https://github.com/shobrook/rebound,GPL-2.0+,2018-02-28 04:47:03.000,2025-07-01 16:14:51.000,2022-02-16 05:16:40,168.0,,384.0,76.0,41.0,24.0,38.0,4131.0,2025-07-01 16:14:51.000,4.4.10,228.0,16.0,24,False,,rebound,conda-forge/rebound,41.0,,https://pypi.org/project/rebound,2025-07-01 16:14:51.000,41.0,https://anaconda.org/conda-forge/rebound,2025-06-05 21:24:45.756,930674.0,14775.0,3.0,,264.0,,,,,,,,,,,,,,,,,, +151,Yappi,sumerc/yappi,profiling,"Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.",,https://github.com/sumerc/yappi,https://github.com/sumerc/yappi,MIT,2009-10-07 20:46:30.000,2025-05-06 00:54:42.372,2024-11-12 11:10:14,787.0,,75.0,15.0,105.0,21.0,64.0,1631.0,2024-11-12 11:23:25.000,1.6.10,26.0,31.0,24,True,,yappi,conda-forge/yappi,1566.0,1503.0,https://pypi.org/project/yappi,2024-11-12 11:23:25.000,63.0,https://anaconda.org/conda-forge/yappi,2025-05-06 00:54:42.372,291537.0,5026.0,3.0,,,,,,,,,,,,,,,,,,,, +152,pympler,pympler/pympler,profiling,"Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.",,https://github.com/pympler/pympler,https://github.com/pympler/pympler,Apache-2.0,2012-10-04 23:35:16.000,2025-06-07 07:19:44.000,2025-06-07 07:19:43,497.0,1.0,89.0,10.0,66.0,60.0,56.0,1349.0,2021-12-22 16:55:15.000,1.0.1,18.0,30.0,24,True,,pympler,conda-forge/pympler,259.0,,https://pypi.org/project/pympler,2024-06-28 19:56:05.000,259.0,https://anaconda.org/conda-forge/pympler,2025-04-22 14:56:33.462,558883.0,9635.0,3.0,,,,,,,,,,,,,,,,,,,, +153,python-hunter,ionelmc/python-hunter,debugging,Hunter is a flexible code tracing toolkit.,,https://github.com/ionelmc/python-hunter,https://github.com/ionelmc/python-hunter,BSD-2-Clause,2015-03-16 18:03:16.000,2025-08-21 14:29:22.000,2025-08-21 14:29:14,1147.0,47.0,50.0,13.0,23.0,46.0,55.0,836.0,2025-07-11 19:33:47.000,3.8.0,55.0,10.0,24,True,,hunter,conda-forge/hunter,17.0,,https://pypi.org/project/hunter,2025-07-11 19:33:47.000,17.0,https://anaconda.org/conda-forge/hunter,2025-07-12 01:44:58.114,171497.0,3499.0,3.0,,,,,,,,,,,,,,,,,,,, +154,PyHamcrest,hamcrest/PyHamcrest,testing,Hamcrest matchers for Python.,,https://github.com/hamcrest/PyHamcrest,https://github.com/hamcrest/PyHamcrest,,2010-12-24 02:55:56.000,2025-04-22 14:56:22.885,2024-11-30 16:19:06,685.0,,115.0,24.0,183.0,26.0,68.0,791.0,2023-10-22 15:51:05.000,V2.1.0,25.0,45.0,24,False,,pyhamcrest,conda-forge/pyhamcrest,42565.0,42250.0,https://pypi.org/project/pyhamcrest,2023-10-22 15:47:25.000,315.0,https://anaconda.org/conda-forge/pyhamcrest,2025-04-22 14:56:22.885,529947.0,12044.0,3.0,,,,,,,,,,,,,,,,,,,, +155,pytest-randomly,pytest-dev/pytest-randomly,testing,Pytest plugin to randomly order tests and control random.seed.,,https://github.com/pytest-dev/pytest-randomly,https://github.com/pytest-dev/pytest-randomly,MIT,2016-04-08 15:48:10.000,2025-08-11 11:07:12.000,2025-08-11 11:07:11,702.0,8.0,33.0,4.0,613.0,13.0,58.0,674.0,2024-10-25 15:45:32.000,3.16.0,34.0,20.0,24,True,,pytest-randomly,conda-forge/pytest-randomly,11282.0,10738.0,https://pypi.org/project/pytest-randomly,2024-10-25 15:45:32.000,544.0,https://anaconda.org/conda-forge/pytest-randomly,2025-04-22 14:58:02.951,332879.0,7236.0,3.0,,,,,,,,,,,,,,,,,,,, +156,sphinx-autobuild,executablebooks/sphinx-autobuild,documentation,Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.,,https://github.com/sphinx-doc/sphinx-autobuild,https://github.com/sphinx-doc/sphinx-autobuild,MIT,2013-12-25 17:09:56.000,2025-05-28 10:38:14.000,2025-05-28 10:38:14,393.0,2.0,83.0,18.0,88.0,22.0,90.0,579.0,2024-10-02 23:15:28.000,2024.10.3,24.0,34.0,24,True,sphinx-doc/sphinx-autobuild,sphinx-autobuild,conda-forge/sphinx-autobuild,30590.0,28938.0,https://pypi.org/project/sphinx-autobuild,2024-10-02 23:15:28.000,1652.0,https://anaconda.org/conda-forge/sphinx-autobuild,2025-04-22 14:56:34.708,384454.0,6865.0,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +157,python-coloredlogs,xolox/python-coloredlogs,logging,Colored terminal output for Pythons logging module.,,https://github.com/xolox/python-coloredlogs,https://github.com/xolox/python-coloredlogs,MIT,2013-05-30 18:57:12.000,2025-04-22 15:32:23.858,2021-06-11 10:22:09,273.0,,45.0,10.0,38.0,36.0,52.0,555.0,2021-06-11 10:24:04.382,15.0.1,63.0,17.0,24,False,,coloredlogs,anaconda/coloredlogs,81636.0,79707.0,https://pypi.org/project/coloredlogs,2021-06-11 10:24:04.382,1929.0,https://anaconda.org/anaconda/coloredlogs,2025-04-22 15:32:23.858,19570.0,206.0,3.0,,,,,,,,,,,,,,,,,,,, +158,wasabi,ines/wasabi,logging,A lightweight console printing and formatting toolkit.,,https://github.com/explosion/wasabi,https://github.com/explosion/wasabi,MIT,2018-11-17 14:40:55.000,2025-04-22 14:57:01.909,2024-06-04 10:45:11,262.0,,24.0,13.0,38.0,4.0,5.0,461.0,2024-05-31 16:57:41.000,1.1.3,42.0,14.0,24,False,explosion/wasabi,wasabi,conda-forge/wasabi,68071.0,67860.0,https://pypi.org/project/wasabi,2024-05-31 16:56:16.000,211.0,https://anaconda.org/conda-forge/wasabi,2025-04-22 14:57:01.909,1667594.0,26896.0,3.0,,,,,,,,,,,,,,,,,,,, +159,ddt,datadriventests/ddt,testing,Data-Driven Tests for Python Unittest.,,https://github.com/datadriventests/ddt,https://github.com/datadriventests/ddt,MIT,2012-02-11 22:57:10.000,2025-04-22 14:56:33.025,2024-02-26 01:33:26,235.0,,112.0,20.0,67.0,13.0,46.0,442.0,2024-02-26 01:36:32.000,1.7.2,34.0,38.0,24,False,,ddt,conda-forge/ddt,6553.0,6341.0,https://pypi.org/project/ddt,2024-02-26 01:36:32.000,212.0,https://anaconda.org/conda-forge/ddt,2025-04-22 14:56:33.025,129717.0,3706.0,3.0,,,,,,,,,,,,,,,,,,,, +160,pytest-mypy,dbader/pytest-mypy,testing,Mypy static type checker plugin for Pytest.,,https://github.com/realpython/pytest-mypy,https://github.com/realpython/pytest-mypy,MIT,2016-09-29 14:39:23.000,2025-04-22 14:57:21.503,2025-04-02 15:52:31,354.0,,33.0,8.0,125.0,7.0,65.0,255.0,2025-04-02 19:31:14.000,1.0.1,25.0,16.0,24,True,realpython/pytest-mypy,pytest-mypy,conda-forge/pytest-mypy,5289.0,4506.0,https://pypi.org/project/pytest-mypy,2025-04-02 19:31:14.000,783.0,https://anaconda.org/conda-forge/pytest-mypy,2025-04-22 14:57:21.503,118657.0,1977.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +161,typed_ast,python/typed_ast,ast,Modified fork of CPythons ast module that parses `# type:` comments.,,https://github.com/python/typed_ast,https://github.com/python/typed_ast,Apache-2.0,2016-02-16 22:40:09.000,2025-04-22 14:56:42.129,2023-07-03 22:55:34,205.0,,55.0,19.0,109.0,1.0,86.0,229.0,2023-07-04 18:38:08.820,1.5.5,35.0,26.0,24,False,,typed_ast,conda-forge/typed-ast,642.0,,https://pypi.org/project/typed_ast,2023-07-04 18:38:08.820,642.0,https://anaconda.org/conda-forge/typed-ast,2025-04-22 14:56:42.129,6689789.0,115341.0,3.0,,,,,,,,,,,,,,,,,,,, +162,gast,serge-sans-paille/gast,ast,Python AST that abstracts the underlying Python version.,,https://github.com/serge-sans-paille/gast,https://github.com/serge-sans-paille/gast,BSD-3-Clause,2016-07-18 10:39:07.000,2025-04-22 14:56:50.637,2025-02-16 20:15:18,115.0,,37.0,11.0,55.0,1.0,37.0,146.0,2024-06-27 20:31:49.000,0.6.0,23.0,11.0,24,True,,gast,conda-forge/gast,214190.0,213746.0,https://pypi.org/project/gast,2024-06-27 20:31:49.000,444.0,https://anaconda.org/conda-forge/gast,2025-04-22 14:56:50.637,3442622.0,57377.0,3.0,,,,,,,,,,,,,,,,,,,, +163,detect-secrets,Yelp/detect-secrets,security,An enterprise friendly way of detecting and preventing secrets in code.,,https://github.com/Yelp/detect-secrets,https://github.com/Yelp/detect-secrets,Apache-2.0,2017-12-05 00:38:38.000,2025-03-13 15:39:41.000,2025-01-06 20:58:21,1449.0,,514.0,48.0,596.0,125.0,245.0,4214.0,2024-05-06 18:05:06.000,1.5.0,38.0,85.0,23,True,,detect-secrets,,95.0,,https://pypi.org/project/detect-secrets,2024-05-06 17:46:16.000,95.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +164,coala,coala/coala,linters,"coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming..",,https://github.com/coala/coala,https://github.com/coala/coala,AGPL-3.0,2014-05-15 11:35:34.000,2024-02-05 04:33:35.000,2021-06-11 17:11:55,4487.0,,1356.0,100.0,3155.0,835.0,2374.0,3571.0,2017-05-30 10:07:57.000,0.11.1,731.0,484.0,23,False,,coala-bears,,19.0,13.0,https://pypi.org/project/coala-bears,2023-12-02 01:06:08.134,6.0,,,,1.0,3.0,,236.0,,,,,,,,,,,,,,,,,, +165,dephell,dephell/dephell,dependency-managers,"Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build..",,https://github.com/dephell/dephell,https://github.com/dephell/dephell,MIT,2018-08-31 17:39:18.000,2021-01-11 21:31:40.000,2021-01-11 21:31:39,2145.0,,118.0,26.0,221.0,107.0,161.0,1782.0,2020-04-28 06:31:17.000,.0.8.3,30.0,37.0,23,False,,dephell,,866.0,846.0,https://pypi.org/project/dephell,2020-04-28 06:31:03.273,20.0,,,,4.0,3.0,,339.0,,,,,,,,,,,,,,,,,, +166,pytest-watch,joeyespo/pytest-watch,testing,Local continuous test runner with pytest and watchdog.,,https://github.com/joeyespo/pytest-watch,https://github.com/joeyespo/pytest-watch,MIT,2015-01-12 02:08:20.000,2025-04-22 14:56:45.076,2019-06-15 20:36:43,183.0,,57.0,11.0,51.0,47.0,45.0,756.0,2018-05-20 19:52:16.000,4.2.0,17.0,16.0,23,False,,pytest-watch,conda-forge/pytest-watch,11655.0,11096.0,https://pypi.org/project/pytest-watch,2018-05-20 19:52:16.000,559.0,https://anaconda.org/conda-forge/pytest-watch,2025-04-22 14:56:45.076,170877.0,2896.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +167,blacken-docs,asottile/blacken-docs,documentation,Run `black` on python code blocks in documentation files.,,https://github.com/adamchainz/blacken-docs,https://github.com/adamchainz/blacken-docs,MIT,2018-06-03 02:48:01.000,2025-08-11 11:04:26.000,2025-08-11 11:04:25,497.0,7.0,43.0,9.0,319.0,9.0,72.0,670.0,2024-10-23 21:31:31.000,1.19.1,30.0,25.0,23,True,adamchainz/blacken-docs,blacken-docs,conda-forge/blacken-docs,1418.0,1330.0,https://pypi.org/project/blacken-docs,2024-10-23 21:31:31.000,88.0,https://anaconda.org/conda-forge/blacken-docs,2025-04-22 14:57:29.773,52568.0,861.0,3.0,,,,,,,,,,,,,,,,,,,, +168,py2app,ronaldoussoren/py2app,packaging,py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins..,,https://github.com/ronaldoussoren/py2app,https://github.com/ronaldoussoren/py2app,MIT,2020-01-14 11:27:41.000,2025-06-23 16:48:54.000,2024-07-12 19:12:57,938.0,,39.0,13.0,38.0,202.0,311.0,404.0,2024-05-25 16:33:38.000,0.28.8,50.0,31.0,23,False,,py2app,,5510.0,5485.0,https://pypi.org/project/py2app,2024-05-25 16:31:50.000,25.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +169,check-manifest,mgedmin/check-manifest,linters,Tool to check the completeness of MANIFEST.in for Python packages.,,https://github.com/mgedmin/check-manifest,https://github.com/mgedmin/check-manifest,MIT,2013-03-05 15:27:20.000,2025-04-22 14:56:57.724,2025-01-20 12:37:43,583.0,,38.0,6.0,73.0,23.0,77.0,293.0,,,44.0,22.0,23,True,,check-manifest,conda-forge/check-manifest,16316.0,11717.0,https://pypi.org/project/check-manifest,2024-10-09 08:09:59.000,4599.0,https://anaconda.org/conda-forge/check-manifest,2025-04-22 14:56:57.724,162386.0,2752.0,3.0,,,,,,,,,,,,,,,,,,,, +170,uiautomator,xiaocong/uiautomator,testing,Python wrapper of Android uiautomator test tool.,,https://github.com/xiaocong/uiautomator,https://github.com/xiaocong/uiautomator,MIT,2013-08-18 03:38:50.000,2023-02-28 00:25:02.000,2020-11-16 01:36:32,316.0,,636.0,157.0,35.0,183.0,120.0,2088.0,2020-11-16 03:43:07.000,1.0.2,41.0,13.0,22,False,,uiautomator,,317.0,305.0,https://pypi.org/project/uiautomator,2020-11-16 03:43:07.000,12.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +171,wily,tonybaloney/wily,code-metrics,"A Python application for tracking, reporting on timing and complexity in Python code.",,https://github.com/tonybaloney/wily,https://github.com/tonybaloney/wily,Apache-2.0,2018-10-11 22:12:25.000,2025-07-13 09:58:57.000,2023-10-11 03:48:44,905.0,,60.0,23.0,130.0,44.0,73.0,1249.0,2023-10-11 03:48:57.000,1.25.0,52.0,24.0,22,False,,wily,,271.0,269.0,https://pypi.org/project/wily,2023-10-11 03:48:57.000,2.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +172,pytest-testmon,tarpas/pytest-testmon,testing,Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-..,,https://github.com/tarpas/pytest-testmon,https://github.com/tarpas/pytest-testmon,MIT,2015-02-02 14:21:10.000,2025-04-22 14:56:46.735,2024-12-22 12:39:02,393.0,,66.0,20.0,86.0,41.0,131.0,905.0,2024-12-22 12:48:57.000,2.1.3,93.0,29.0,22,True,,pytest-testmon,conda-forge/pytest-testmon,1456.0,1427.0,https://pypi.org/project/pytest-testmon,2024-12-22 12:43:10.000,29.0,https://anaconda.org/conda-forge/pytest-testmon,2025-04-22 14:56:46.735,63659.0,707.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +173,flake8-eradicate,wemake-services/flake8-eradicate,linters,Flake8 plugin to find commented out or dead code.,,https://github.com/wemake-services/flake8-eradicate,https://github.com/wemake-services/flake8-eradicate,MIT,2018-09-21 06:58:51.000,2025-04-22 14:57:50.454,2024-12-31 07:51:55,440.0,,13.0,3.0,332.0,8.0,32.0,314.0,2023-05-31 09:59:03.360,1.5.0,16.0,17.0,22,True,,flake8-eradicate,conda-forge/flake8-eradicate,20289.0,20116.0,https://pypi.org/project/flake8-eradicate,2023-05-31 09:59:03.360,173.0,https://anaconda.org/conda-forge/flake8-eradicate,2025-04-22 14:57:50.454,23800.0,457.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +174,xenon,rubik/xenon,code-metrics,Monitoring tool based on radon.,,https://github.com/rubik/xenon,https://github.com/rubik/xenon,MIT,2014-02-14 14:19:20.000,2025-05-10 18:39:17.052,2024-10-21 10:26:40,127.0,,22.0,6.0,19.0,5.0,35.0,259.0,2024-10-21 10:27:51.000,0.9.3,24.0,13.0,22,True,,xenon,conda-forge/xenon,1653.0,1606.0,https://pypi.org/project/xenon,2024-10-21 10:27:51.000,47.0,https://anaconda.org/conda-forge/xenon,2025-05-10 18:39:17.052,28538.0,9512.0,3.0,,,,,,,,,,,,,,,,,,,, +175,hacking,openstack/hacking,linters,OpenStack Hacking Style Checks. Mirror of code maintained at opendev.org.,,https://github.com/openstack/hacking,https://github.com/openstack/hacking,Apache-2.0,2013-03-26 21:09:28.000,2024-12-20 17:52:29.000,2024-12-19 16:56:51,1087.0,,66.0,32.0,7.0,,,240.0,2024-08-16 16:13:46.000,7.0.0,42.0,189.0,22,True,,hacking,,7878.0,7785.0,https://pypi.org/project/hacking,2024-08-16 16:13:46.000,93.0,,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +176,xdoctest,Erotemic/xdoctest,testing,A rewrite of Pythons builtin doctest module (with pytest plugin integration) with AST instead of RegEx.,,https://github.com/Erotemic/xdoctest,https://github.com/Erotemic/xdoctest,Apache-2.0,2017-09-24 01:59:02.000,2025-08-20 01:37:32.000,2025-08-20 01:37:31,925.0,11.0,15.0,7.0,127.0,20.0,32.0,213.0,2024-08-20 13:50:02.000,1.2.0,73.0,13.0,22,True,,xdoctest,conda-forge/xdoctest,192.0,,https://pypi.org/project/xdoctest,2024-08-20 13:48:18.000,192.0,https://anaconda.org/conda-forge/xdoctest,2025-04-22 14:57:21.967,263919.0,4402.0,3.0,,218.0,,,,,,,,,,,,,,,,,,conda-forge/xdoctest +177,data-science-types,predictive-analytics-lab/data-science-types,linters,"Mypy stubs, i.e., type information, for numpy, pandas and matplotlib.",,https://github.com/wearepal/data-science-types,https://github.com/wearepal/data-science-types,Apache-2.0,2019-09-20 11:45:49.000,2025-04-22 14:57:41.763,2021-02-16 17:29:00,446.0,,51.0,9.0,171.0,33.0,23.0,203.0,2021-02-16 16:47:31.000,0.2.23,26.0,43.0,22,False,wearepal/data-science-types,data-science-types,conda-forge/data-science-types,2005.0,1911.0,https://pypi.org/project/data-science-types,2021-02-16 16:45:03.000,94.0,https://anaconda.org/conda-forge/data-science-types,2025-04-22 14:57:41.763,18429.0,329.0,3.0,,,,,,,,,,,,,,,,,,,, +178,flake8-black,peterjc/flake8-black,linters,flake8 plugin to run black for checking Python coding style.,,https://github.com/peterjc/flake8-black,https://github.com/peterjc/flake8-black,MIT,2019-01-10 14:40:26.000,2025-07-08 02:04:34.000,2025-07-08 02:04:33,195.0,3.0,11.0,2.0,68.0,3.0,26.0,166.0,2022-12-20 09:31:01.407,0.3.6,20.0,10.0,22,True,,flake8-black,conda-forge/flake8-black,9071.0,8583.0,https://pypi.org/project/flake8-black,2022-12-20 09:31:01.407,488.0,https://anaconda.org/conda-forge/flake8-black,2025-04-22 14:57:06.345,483413.0,7673.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +179,pytkdocs,mkdocstrings/pytkdocs,documentation,Load Python objects documentation.,,https://github.com/mkdocstrings/pytkdocs,https://github.com/mkdocstrings/pytkdocs,ISC,2020-02-04 21:18:34.000,2025-04-22 14:57:38.190,2025-03-09 17:32:30,258.0,,32.0,2.0,45.0,7.0,95.0,52.0,2025-03-09 17:32:47.000,0.16.5,30.0,23.0,22,True,,pytkdocs,conda-forge/pytkdocs,1615.0,1593.0,https://pypi.org/project/pytkdocs,2025-03-09 17:32:40.000,22.0,https://anaconda.org/conda-forge/pytkdocs,2025-04-22 14:57:38.190,189747.0,3271.0,3.0,,,,,,,,,,,,,,,,,,,, +180,pyenv-virtualenv,pyenv/pyenv-virtualenv,virtual-envs,a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv).,,https://github.com/pyenv/pyenv-virtualenv,https://github.com/pyenv/pyenv-virtualenv,MIT,2013-02-18 12:59:17.000,2025-05-17 07:19:25.000,2025-05-17 07:19:25,525.0,,422.0,74.0,148.0,99.0,262.0,6640.0,2024-07-21 21:37:55.000,1.2.4,12.0,65.0,21,True,,,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +181,Bowler,facebookincubator/Bowler,refactoring,Safe code refactoring for modern Python.,,https://github.com/facebookincubator/Bowler,https://github.com/facebookincubator/Bowler,MIT,2018-06-07 21:44:17.000,2025-04-22 14:56:57.175,2023-01-20 18:08:14,186.0,,121.0,38.0,95.0,48.0,34.0,1617.0,2020-09-17 01:55:39.000,0.9.0,8.0,27.0,21,False,,bowler,conda-forge/bowler,19.0,,https://pypi.org/project/bowler,2020-09-17 01:55:39.000,19.0,https://anaconda.org/conda-forge/bowler,2025-04-22 14:56:57.175,23187.0,286.0,2.0,,,,,,,,,,,,,,,,,,,, +182,snoop,alexmojaki/snoop,debugging,"A powerful set of Python debugging tools, based on PySnooper.",,https://github.com/alexmojaki/snoop,https://github.com/alexmojaki/snoop,MIT,2019-05-13 18:45:35.000,2025-04-22 14:58:02.750,2024-10-06 20:30:29,434.0,,38.0,21.0,19.0,25.0,31.0,1385.0,2024-10-06 20:31:02.000,0.6.0,16.0,22.0,21,True,,snoop,conda-forge/snoop,41.0,,https://pypi.org/project/snoop,2024-10-06 20:31:02.000,41.0,https://anaconda.org/conda-forge/snoop,2025-04-22 14:58:02.750,10333.0,224.0,3.0,,,,,,,,,,,,,,,,,,,, +183,pyflow,David-OConnor/pyflow,dependency-managers,An installation and dependency system for Python.,,https://github.com/David-OConnor/pyflow,https://github.com/David-OConnor/pyflow,MIT,2019-07-15 09:40:29.000,2025-07-06 13:27:39.000,2025-07-06 13:27:39,371.0,1.0,48.0,23.0,56.0,67.0,75.0,1335.0,2021-07-02 13:17:04.000,0.3.1,26.0,29.0,21,True,,pyflow,,43.0,42.0,https://pypi.org/project/pyflow,2021-07-02 13:17:04.000,1.0,,,,119.0,3.0,,8639.0,,,,,,,,,,,,,,,,,, +184,stackprinter,cknd/stackprinter,logging,Debugging-friendly exceptions for Python.,,https://github.com/cknd/stackprinter,https://github.com/cknd/stackprinter,MIT,2018-09-05 10:58:47.000,2025-04-22 14:57:07.280,2024-03-13 19:34:35,215.0,,40.0,7.0,38.0,11.0,25.0,1289.0,2024-03-13 19:36:07.000,0.2.12,21.0,7.0,21,False,,stackprinter,conda-forge/stackprinter,475.0,427.0,https://pypi.org/project/stackprinter,2024-03-13 19:36:07.000,48.0,https://anaconda.org/conda-forge/stackprinter,2025-04-22 14:57:07.280,14103.0,243.0,3.0,,,,,,,,,,,,,,,,,,,, +185,pylama,klen/pylama,linters,Code audit tool for python.,,https://github.com/klen/pylama,https://github.com/klen/pylama,MIT,2012-08-17 10:10:10.000,2024-06-21 06:45:05.000,2022-08-08 11:25:05,700.0,,100.0,18.0,99.0,64.0,96.0,1054.0,2022-08-08 11:29:01.059,8.4.1,116.0,48.0,21,False,,pylama,,7098.0,6769.0,https://pypi.org/project/pylama,2022-08-08 11:29:01.059,329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +186,python-devtools,samuelcolvin/python-devtools,logging,Dev tools for python.,,https://github.com/samuelcolvin/python-devtools,https://github.com/samuelcolvin/python-devtools,MIT,2017-08-20 15:30:06.000,2025-04-22 14:57:50.459,2025-01-24 19:11:42,134.0,,49.0,10.0,104.0,28.0,41.0,1045.0,2023-09-03 16:53:31.000,0.12.2,18.0,14.0,21,True,,python-devtools,conda-forge/python-devtools,8717.0,8715.0,https://pypi.org/project/python-devtools,2017-08-21 10:32:25.000,2.0,https://anaconda.org/conda-forge/python-devtools,2025-04-22 14:57:50.459,43481.0,836.0,3.0,,,,,,,,,,,,,,,,,,,, +187,mypy-protobuf,dropbox/mypy-protobuf,linters,open source tools to generate mypy stubs from protobufs.,,https://github.com/nipunn1313/mypy-protobuf,https://github.com/nipunn1313/mypy-protobuf,Apache-2.0,2017-12-11 21:55:05.000,2025-04-22 14:57:40.275,2024-11-22 03:48:46,508.0,,82.0,17.0,540.0,25.0,116.0,684.0,2024-04-01 20:24:40.000,3.6.0,42.0,39.0,21,True,nipunn1313/mypy-protobuf,mypy-protobuf,conda-forge/mypy-protobuf,187.0,,https://pypi.org/project/mypy-protobuf,2024-04-01 20:24:40.000,187.0,https://anaconda.org/conda-forge/mypy-protobuf,2025-04-22 14:57:40.275,163771.0,2873.0,3.0,,,,,,,,,,,,,,,,,,,, +188,interrogate,econchick/interrogate,documentation,Explain yourself! Interrogate a codebase for docstring coverage.,,https://github.com/econchick/interrogate,https://github.com/econchick/interrogate,MIT,2020-04-24 02:33:25.000,2025-07-07 21:07:18.000,2024-05-20 16:10:07,243.0,,48.0,4.0,125.0,32.0,37.0,639.0,2024-04-07 22:30:44.000,1.7.0,16.0,17.0,21,False,,interrogate,,9014.0,8628.0,https://pypi.org/project/interrogate,2024-04-07 22:30:44.000,386.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +189,pytest-plugins,man-group/pytest-plugins,testing,A grab-bag of nifty pytest plugins.,,https://github.com/man-group/pytest-plugins,https://github.com/man-group/pytest-plugins,MIT,2015-08-14 07:52:32.000,2025-04-22 14:56:53.611,2025-01-02 18:11:10,836.0,,85.0,20.0,139.0,48.0,79.0,593.0,2024-11-29 19:33:49.000,1.8.1,14.0,67.0,21,True,,pytest-virtualenv,conda-forge/pytest-shutil,73.0,,https://pypi.org/project/pytest-virtualenv,2024-11-29 19:33:49.000,73.0,https://anaconda.org/conda-forge/pytest-shutil,2025-04-22 14:56:53.611,118525.0,2596.0,3.0,,200.0,,,,,,,,,,,,,,,,,, +190,sphinx-bootstrap-theme,ryan-roemer/sphinx-bootstrap-theme,documentation,Sphinx Bootstrap Theme.,,https://github.com/ryan-roemer/sphinx-bootstrap-theme,https://github.com/ryan-roemer/sphinx-bootstrap-theme,MIT,2011-12-07 14:53:00.000,2022-02-28 16:14:56.000,2022-02-03 20:25:55,403.0,,213.0,24.0,95.0,57.0,82.0,588.0,2022-02-03 20:27:24.000,0.8.1,58.0,39.0,21,False,,sphinx-bootstrap-theme,,275.0,,https://pypi.org/project/sphinx-bootstrap-theme,2022-02-03 20:27:24.000,275.0,,,,,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +191,Mamba Test Runner,nestorsalceda/mamba,testing,The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).,,https://github.com/nestorsalceda/mamba,https://github.com/nestorsalceda/mamba,MIT,2013-03-12 18:53:42.000,2023-11-09 15:34:22.000,2023-11-09 15:30:55,473.0,,65.0,23.0,87.0,53.0,52.0,532.0,2023-11-09 15:34:22.000,0.11.3,22.0,23.0,21,False,,mamba,,1385.0,1356.0,https://pypi.org/project/mamba,2023-11-09 15:34:22.000,29.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,pytest-docker,avast/pytest-docker,testing,Docker-based integration tests.,,https://github.com/avast/pytest-docker,https://github.com/avast/pytest-docker,MIT,2017-03-07 04:51:13.000,2025-07-04 07:46:29.000,2025-07-04 07:46:00,100.0,4.0,76.0,9.0,72.0,21.0,40.0,470.0,2025-07-04 07:46:30.000,3.2.3,32.0,29.0,21,True,,pytest-docker,,2323.0,2189.0,https://pypi.org/project/pytest-docker,2025-07-04 07:46:16.000,134.0,,,,3.0,3.0,['pytest'],209.0,,,,,,,,,,,,,,,,,, +193,pytest-lazy-fixture,tvorog/pytest-lazy-fixture,testing,It helps to use fixtures in pytest.mark.parametrize.,,https://github.com/TvoroG/pytest-lazy-fixture,https://github.com/TvoroG/pytest-lazy-fixture,MIT,2016-09-29 23:52:48.000,2025-04-22 14:56:34.780,2022-01-27 10:32:34,98.0,,30.0,7.0,23.0,23.0,22.0,391.0,2020-02-01 18:04:00.000,0.6.3,12.0,9.0,21,False,,pytest-lazy-fixture,conda-forge/pytest-lazy-fixture,3596.0,3301.0,https://pypi.org/project/pytest-lazy-fixture,2020-02-01 18:04:00.000,295.0,https://anaconda.org/conda-forge/pytest-lazy-fixture,2025-04-22 14:56:34.780,701383.0,7013.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +194,eradicate,myint/eradicate,refactoring,Removes commented-out code from Python files.,,https://github.com/PyCQA/eradicate,https://github.com/PyCQA/eradicate,Saxpath,2012-12-23 04:39:48.000,2025-08-12 13:10:14.000,2025-08-12 13:10:06,189.0,1.0,25.0,5.0,31.0,7.0,17.0,215.0,2025-05-18 15:34:29.000,3.0.0,20.0,16.0,21,False,PyCQA/eradicate,eradicate,conda-forge/eradicate,16870.0,16839.0,https://pypi.org/project/eradicate,2025-05-18 15:34:29.000,31.0,https://anaconda.org/conda-forge/eradicate,2025-05-20 15:34:28.643,17962.0,345.0,2.0,,,,,,,,,,,,,,,,,,,, +195,asteval,newville/asteval,ast,minimalistic evaluator of python expression using ast module.,,https://github.com/newville/asteval,https://github.com/newville/asteval,MIT,2021-02-11 03:06:29.408,2025-04-22 14:56:28.268,2023-11-06 14:59:10,539.0,,44.0,,,,,198.0,2025-01-19 21:44:01.000,1.0.6,41.0,24.0,21,False,,asteval,conda-forge/asteval,184.0,,https://pypi.org/project/asteval,2025-01-19 21:44:01.000,184.0,https://anaconda.org/conda-forge/asteval,2025-04-22 14:56:28.268,609935.0,11295.0,3.0,,,,,,,,,,,,,,,,,,,, +196,releases,bitprophet/releases,documentation,A powerful Sphinx changelog-generating extension.,,https://github.com/bitprophet/releases,https://github.com/bitprophet/releases,BSD-2-Clause,2013-09-16 03:56:37.000,2025-07-28 15:33:16.000,2023-12-01 19:07:59,597.0,,41.0,6.0,28.0,32.0,46.0,175.0,2023-04-28 19:14:01.551,2.1.1,37.0,10.0,21,False,,releases,conda-forge/sphinx-releases,748.0,707.0,https://pypi.org/project/releases,2023-04-28 19:14:01.551,41.0,https://anaconda.org/conda-forge/sphinx-releases,2025-04-22 14:56:50.743,55473.0,637.0,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +197,vprof,nvdv/vprof,profiling,Visual profiler for Python.,,https://github.com/nvdv/vprof,https://github.com/nvdv/vprof,BSD-2-Clause,2015-06-29 03:59:39.000,2022-07-15 07:43:03.000,2022-07-15 07:43:03,620.0,,153.0,69.0,32.0,30.0,57.0,3966.0,2018-06-24 14:16:36.000,0.37.6,24.0,17.0,20,False,,vprof,,142.0,131.0,https://pypi.org/project/vprof,2020-02-29 13:31:59.000,11.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +198,PrettyErrors,onelivesleft/PrettyErrors,logging,Prettify Python exception output to make it legible.,,https://github.com/onelivesleft/PrettyErrors,https://github.com/onelivesleft/PrettyErrors,MIT,2018-11-15 16:02:27.000,2025-04-22 14:57:40.153,2021-11-24 14:32:14,130.0,,87.0,32.0,11.0,14.0,38.0,2891.0,2021-11-24 14:32:07.000,1.2.25,48.0,5.0,20,False,,pretty_errors,conda-forge/pretty_errors,110.0,,https://pypi.org/project/pretty_errors,2021-11-24 14:32:07.000,110.0,https://anaconda.org/conda-forge/pretty_errors,2025-04-22 14:57:40.153,29355.0,515.0,3.0,,,,,,,,,,,,,,,,,,,, +199,shiv,linkedin/shiv,packaging,"shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all..",,https://github.com/linkedin/shiv,https://github.com/linkedin/shiv,BSD-2-Clause,2018-03-13 18:46:23.000,2024-11-04 23:35:07.000,2024-11-04 23:35:07,218.0,,106.0,28.0,135.0,65.0,79.0,1869.0,2024-11-01 19:48:43.000,1.0.8,65.0,43.0,20,True,,shiv,,16.0,,https://pypi.org/project/shiv,2024-11-01 19:47:45.000,16.0,,,,27.0,3.0,,1993.0,,,,,,,,,,,,,,,,,, +200,sixpack,sixpack/sixpack,testing,Sixpack is a language-agnostic a/b-testing framework.,,https://github.com/sixpack/sixpack,https://github.com/sixpack/sixpack,BSD-2-Clause,2012-11-15 00:01:06.000,2022-08-21 18:43:32.000,2020-08-26 00:32:16,828.0,,184.0,70.0,170.0,89.0,128.0,1763.0,2017-11-22 14:27:35.000,2.7.0,37.0,56.0,20,False,,sixpack,,14.0,14.0,https://pypi.org/project/sixpack,2017-11-22 14:27:35.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +201,pynsist,takluyver/pynsist,packaging,Build Windows installers for Python applications.,,https://github.com/takluyver/pynsist,https://github.com/takluyver/pynsist,MIT,2014-03-30 19:11:21.000,2025-01-05 12:10:01.000,2025-01-05 12:09:52,568.0,,121.0,33.0,93.0,34.0,147.0,978.0,2020-07-03 08:11:24.000,2.5.1,22.0,31.0,20,True,,pynsist,,263.0,249.0,https://pypi.org/project/pynsist,2022-03-21 11:44:22.000,14.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +202,redbaron,pycqa/redbaron,refactoring,Bottom-up approach to refactoring in python.,,https://github.com/PyCQA/redbaron,https://github.com/PyCQA/redbaron,LGPL-3.0+,2014-03-23 05:34:39.000,2022-01-29 21:54:37.000,2021-12-09 03:12:36,1672.0,,72.0,27.0,107.0,90.0,48.0,714.0,2019-03-17 19:03:54.000,0.9.2,15.0,34.0,20,False,,redbaron,,846.0,758.0,https://pypi.org/project/redbaron,2019-03-17 18:59:01.000,88.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +203,mkdocs-awesome-pages-plugin,lukasgeiter/mkdocs-awesome-pages-plugin,documentation,A plugin for customizing the navigation structure of your MkDocs site.,,https://github.com/lukasgeiter/mkdocs-awesome-nav,https://github.com/lukasgeiter/mkdocs-awesome-nav,MIT,2018-02-06 21:09:24.000,2025-05-18 19:12:19.000,2025-05-18 19:00:05,124.0,,40.0,8.0,24.0,20.0,89.0,579.0,2025-05-18 19:12:19.000,3.1.2,31.0,10.0,20,True,lukasgeiter/mkdocs-awesome-nav,mkdocs-awesome-pages-plugin,,458.0,242.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,2024-12-22 21:13:46.000,216.0,,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +204,nitpick,andreoliwa/nitpick,linters,Enforce the same settings on multiple projects.,,https://github.com/andreoliwa/nitpick,https://github.com/andreoliwa/nitpick,MIT,2018-03-23 14:25:24.000,2025-08-21 01:36:43.000,2025-08-20 20:39:59,918.0,10.0,25.0,4.0,564.0,51.0,82.0,405.0,2023-12-31 16:40:33.000,0.35.0,53.0,16.0,20,True,,nitpick,,1386.0,1360.0,https://pypi.org/project/nitpick,2023-12-31 16:40:30.000,26.0,,,,0.0,3.0,['flake8'],12.0,,,,,,,,,,,,,,,,,, +205,flake8-commas,PyCQA/flake8-commas,linters,Flake8 extension for enforcing trailing commas in python.,,https://github.com/PyCQA/flake8-commas,https://github.com/PyCQA/flake8-commas,MIT,2015-12-16 09:25:13.000,2024-05-16 20:07:44.000,2024-05-16 19:46:04,218.0,,30.0,4.0,39.0,3.0,28.0,134.0,2024-05-16 20:07:44.000,4.0.0,22.0,15.0,20,False,,flake8-commas,,19195.0,18979.0,https://pypi.org/project/flake8-commas,2024-05-16 20:07:44.000,216.0,,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +206,better-exceptions,Qix-/better-exceptions,logging,"Pretty and useful exceptions in Python, automatically.",,https://github.com/Qix-/better-exceptions,https://github.com/Qix-/better-exceptions,MIT,2017-03-12 11:23:04.000,2023-03-23 11:09:43.000,2023-01-05 00:12:47,102.0,,204.0,66.0,56.0,37.0,47.0,4657.0,2021-01-29 16:48:55.000,0.3.3,16.0,17.0,19,False,,better-exceptions,,102.0,,https://pypi.org/project/better-exceptions,2021-01-29 16:48:55.000,102.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +207,portray,timothycrosley/portray,documentation,Your Project with Great Documentation.,,https://github.com/timothycrosley/portray,https://github.com/timothycrosley/portray,MIT,2019-08-21 05:14:04.000,2023-09-19 11:00:56.000,2023-01-03 00:40:56,266.0,,72.0,15.0,43.0,32.0,33.0,869.0,2022-12-19 09:01:00.611,1.8.0,29.0,20.0,19,False,,portray,,880.0,858.0,https://pypi.org/project/portray,2022-12-19 09:01:00.611,22.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +208,pycco,pycco-docs/pycco,documentation,Literate-style documentation generator.,,https://github.com/pycco-docs/pycco,https://github.com/pycco-docs/pycco,MIT,2010-06-29 07:02:31.000,2023-06-12 20:15:00.000,2019-12-20 19:59:49,222.0,,146.0,14.0,67.0,35.0,28.0,855.0,2018-07-25 01:44:55.232,0.6.0,11.0,36.0,19,False,,pycco,,348.0,342.0,https://pypi.org/project/pycco,2018-07-25 01:44:55.232,6.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +209,Fixit,Instagram/Fixit,linters,Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom..,,https://github.com/Instagram/Fixit,https://github.com/Instagram/Fixit,,2020-02-20 19:09:01.000,2025-08-01 10:46:40.000,2025-07-30 20:47:41,396.0,16.0,67.0,24.0,400.0,48.0,90.0,684.0,2023-10-26 02:37:12.000,2.1.0,11.0,47.0,19,False,,fixit,,107.0,96.0,https://pypi.org/project/fixit,2023-10-26 02:37:12.000,11.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +210,paver,paver/paver,build-tools,Python-based project scripting.,,https://github.com/paver/paver,https://github.com/paver/paver,BSD-3-Clause,2010-11-11 09:43:52.000,2025-04-22 14:56:29.275,2023-04-16 21:21:14,535.0,,86.0,12.0,87.0,46.0,93.0,463.0,2017-12-31 01:13:41.000,1.3.4,28.0,46.0,19,False,,paver,conda-forge/paver,13.0,,https://pypi.org/project/paver,2017-12-31 01:13:41.000,13.0,https://anaconda.org/conda-forge/paver,2025-04-22 14:56:29.275,42567.0,405.0,3.0,,,,,,,,,,,,,,,,,,,, +211,add-trailing-comma,asottile/add-trailing-comma,refactoring,A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.,,https://github.com/asottile/add-trailing-comma,https://github.com/asottile/add-trailing-comma,MIT,2017-07-10 00:55:50.000,2025-08-13 14:20:51.000,2025-08-13 14:20:49,551.0,15.0,29.0,6.0,242.0,,61.0,366.0,2025-05-23 23:52:25.000,3.2.0,42.0,11.0,19,True,,add-trailing-comma,,39.0,,https://pypi.org/project/add-trailing-comma,2025-05-23 23:52:25.000,39.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +212,baron,PyCQA/baron,refactoring,"IDE allow you to refactor code, Baron allows you to write refactoring code.",,https://github.com/PyCQA/baron,https://github.com/PyCQA/baron,LGPL-3.0,2013-03-21 12:19:00.000,2021-12-09 03:34:37.000,2021-12-09 03:33:22,1505.0,,50.0,15.0,101.0,57.0,30.0,296.0,2021-12-09 03:33:32.000,0.10.1,21.0,33.0,19,False,,baron,,450.0,445.0,https://pypi.org/project/baron,2021-12-09 03:33:32.000,5.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,lazydocs,ml-tooling/lazydocs,documentation,Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.,,https://github.com/ml-tooling/lazydocs,https://github.com/ml-tooling/lazydocs,MIT,2020-11-10 00:31:46.000,2025-06-18 23:48:47.000,2025-02-28 20:20:37,157.0,,42.0,8.0,51.0,5.0,37.0,230.0,2021-07-27 09:00:22.000,0.4.8,18.0,12.0,19,True,,lazydocs,,443.0,378.0,https://pypi.org/project/lazydocs,2021-07-27 08:05:42.000,65.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +214,flake8-simplify,MartinThoma/flake8-simplify,linters,A flake8 plugin that helps you to simplify code.,,https://github.com/MartinThoma/flake8-simplify,https://github.com/MartinThoma/flake8-simplify,MIT,2020-09-19 16:59:41.000,2025-08-12 11:17:51.000,2025-06-01 11:59:50,146.0,2.0,22.0,4.0,75.0,56.0,72.0,194.0,2025-06-01 11:59:32.000,0.22.0,39.0,16.0,19,True,,flake8-simplify,conda-forge/flake8-simplify,109.0,,https://pypi.org/project/flake8-simplify,2025-06-01 11:59:32.000,109.0,https://anaconda.org/conda-forge/flake8-simplify,2025-06-02 22:44:06.745,59871.0,1069.0,3.0,,,,,,,,,,,,,,,,,,,, +215,pandas-vet,deppen8/pandas-vet,linters,A plugin for Flake8 that checks pandas code.,,https://github.com/deppen8/pandas-vet,https://github.com/deppen8/pandas-vet,MIT,2019-02-25 05:19:51.000,2025-04-22 14:57:04.228,2023-08-11 15:07:51,233.0,,18.0,4.0,83.0,13.0,41.0,170.0,2023-08-11 15:10:29.000,2023.8.2,10.0,14.0,19,False,,pandas-vet,conda-forge/pandas-vet,515.0,478.0,https://pypi.org/project/pandas-vet,2023-08-11 15:09:04.000,37.0,https://anaconda.org/conda-forge/pandas-vet,2025-04-22 14:57:04.228,23433.0,558.0,3.0,['flake8'],130.0,,,,,,,,,,,,,,,,,, +216,xxh,xxh/xxh,shell,"Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on.",,https://github.com/xxh/xxh,https://github.com/xxh/xxh,BSD-2-Clause,2019-11-03 12:04:13.000,2025-04-04 08:40:38.000,2025-04-04 08:40:37,795.0,,116.0,41.0,67.0,29.0,67.0,5712.0,2024-04-06 23:52:28.000,0.8.14,90.0,27.0,18,True,,xxh-xxh,,,,https://pypi.org/project/xxh-xxh,2024-04-06 23:52:28.000,,,,,66.0,3.0,,4359.0,,,,,,,,,,,,,,,,,, +217,Profiling,what-studio/profiling,profiling,Was an interactive continuous Python profiler.,,https://github.com/what-studio/profiling,https://github.com/what-studio/profiling,BSD-3-Clause,2014-09-03 10:35:57.000,2021-12-15 15:24:47.133,2020-08-24 01:31:58,433.0,,115.0,72.0,25.0,17.0,19.0,2963.0,2017-06-28 06:10:16.000,0.1.3,5.0,18.0,18,False,,profiling,,81.0,79.0,https://pypi.org/project/profiling,2021-12-15 15:24:47.133,2.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +218,pyrasite,lmacken/pyrasite,debugging,Inject code into running Python processes.,,https://github.com/lmacken/pyrasite,https://github.com/lmacken/pyrasite,GPL-3.0,2011-09-10 06:01:20.000,2025-04-07 02:52:38.000,2025-04-07 02:52:38,355.0,,204.0,57.0,45.0,43.0,17.0,2843.0,,,13.0,25.0,18,True,,pyrasite,,67.0,67.0,https://pypi.org/project/pyrasite,2012-05-09 19:11:33.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +219,heartrate,alexmojaki/heartrate,profiling,Simple real time visualisation of the execution of a Python program.,,https://github.com/alexmojaki/heartrate,https://github.com/alexmojaki/heartrate,MIT,2019-04-24 17:02:28.000,2025-04-22 14:57:56.114,2021-11-13 14:58:04,27.0,,122.0,30.0,4.0,5.0,6.0,1826.0,2021-11-13 14:58:19.000,0.2.2,4.0,3.0,18,False,,heartrate,conda-forge/heartrate,75.0,72.0,https://pypi.org/project/heartrate,2021-11-13 14:58:19.000,3.0,https://anaconda.org/conda-forge/heartrate,2025-04-22 14:57:56.114,5595.0,111.0,3.0,,,,,,,,,,,,,,,,,,,, +220,xar,facebookincubator/xar,packaging,executable archive format.,,https://github.com/facebookincubator/xar,https://github.com/facebookincubator/xar,BSD-3-Clause,2017-06-29 18:15:26.000,2023-12-28 22:35:49.000,2023-12-28 22:31:34,105.0,,56.0,45.0,24.0,8.0,23.0,1577.0,2020-12-02 20:41:20.000,20.12.2,3.0,44.0,18,False,,xar,,36.0,36.0,https://pypi.org/project/xar,2020-12-02 20:41:20.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +221,pyannotate,dropbox/pyannotate,refactoring,Auto-generate PEP-484 annotations.,,https://github.com/dropbox/pyannotate,https://github.com/dropbox/pyannotate,Apache-2.0,2017-11-13 20:18:08.000,2022-07-03 08:24:17.000,2021-10-12 20:53:49,95.0,,61.0,25.0,63.0,36.0,33.0,1443.0,2019-09-16 15:37:03.000,1.2.0,9.0,17.0,18,False,,pyannotate,,181.0,147.0,https://pypi.org/project/pyannotate,2019-09-16 15:37:03.000,34.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +222,mkdocs-with-pdf,orzih/mkdocs-with-pdf,documentation,Generate a single PDF file from MkDocs repository.,,https://github.com/orzih/mkdocs-with-pdf,https://github.com/orzih/mkdocs-with-pdf,MIT,2020-02-23 16:34:46.000,2024-05-25 03:08:01.000,2021-10-14 20:29:54,188.0,,80.0,12.0,52.0,92.0,49.0,370.0,2021-07-03 02:09:02.000,0.9.3,28.0,6.0,18,False,,mkdocs-with-pdf,,800.0,792.0,https://pypi.org/project/mkdocs-with-pdf,2021-07-03 02:04:39.000,8.0,,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +223,mkdocs-pdf-export-plugin,zhaoterryy/mkdocs-pdf-export-plugin,documentation,An MkDocs plugin to export content pages as PDF files.,,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,MIT,2018-02-20 15:06:51.000,2023-07-28 19:56:59.000,2021-10-05 01:31:10,72.0,,41.0,19.0,32.0,44.0,46.0,336.0,2021-10-05 01:33:27.000,0.5.10,24.0,11.0,18,False,,mkdocs-pdf-export-plugin,,1468.0,1462.0,https://pypi.org/project/mkdocs-pdf-export-plugin,2021-10-05 01:33:27.000,6.0,,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +224,sphinx-markdown-builder,clayrisser/sphinx-markdown-builder,documentation,DISCONTINUED: sphinx builder that outputs markdown files. The active version of this project is now being maintained..,,https://github.com/clayrisser/sphinx-markdown-builder,https://github.com/clayrisser/sphinx-markdown-builder,MIT,2018-11-11 00:07:58.000,2025-01-19 01:58:19.000,2023-06-24 21:25:38,106.0,,60.0,7.0,27.0,,39.0,163.0,2025-01-19 01:58:19.000,0.6.8,32.0,19.0,18,False,,sphinx-markdown-builder,,1274.0,1114.0,https://pypi.org/project/sphinx-markdown-builder,2025-01-19 01:58:19.000,160.0,,,,,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +225,dodgy,landscapeio/dodgy,security,Looks at Python code to search for things which look dodgy such as passwords or diffs.,,https://github.com/prospector-dev/dodgy,https://github.com/prospector-dev/dodgy,MIT,2013-12-25 12:22:20.000,2025-04-22 14:56:26.263,2021-03-21 11:36:52,70.0,,19.0,5.0,14.0,9.0,3.0,125.0,2019-12-31 16:44:58.000,0.2.1,10.0,14.0,18,False,prospector-dev/dodgy,dodgy,conda-forge/dodgy,2986.0,2935.0,https://pypi.org/project/dodgy,2019-12-31 16:44:58.000,51.0,https://anaconda.org/conda-forge/dodgy,2025-04-22 14:56:26.263,134520.0,1245.0,3.0,,,,,,,,,,,,,,,,,,,, +226,flake8-bandit,tylerwince/flake8-bandit,linters,Automated security testing using bandit and flake8.,,https://github.com/tylerwince/flake8-bandit,https://github.com/tylerwince/flake8-bandit,MIT,2017-10-28 23:19:09.000,2023-09-13 06:38:29.000,2022-08-29 13:45:55,70.0,,23.0,5.0,18.0,12.0,17.0,113.0,2022-08-29 14:28:51.025,4.1.1,13.0,12.0,18,False,,flake8-bandit,,210.0,,https://pypi.org/project/flake8-bandit,2022-08-29 14:28:51.025,210.0,,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +227,Birdseye,alexmojaki/birdseye,debugging,Graphical Python debugger which lets you easily view the values of all evaluated expressions.,,https://github.com/alexmojaki/birdseye,https://github.com/alexmojaki/birdseye,MIT,2017-07-22 18:49:20.000,2024-10-13 21:22:02.000,2023-10-16 20:22:41,416.0,,73.0,41.0,49.0,22.0,37.0,1686.0,2023-10-16 20:29:11.000,0.9.5,41.0,10.0,17,False,,birdseye,,8.0,,https://pypi.org/project/birdseye,2023-10-16 20:29:11.000,8.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +228,assertpy,ActivisionGameScience/assertpy,testing,Simple assertion library for unit testing in python with a fluent API.,,https://github.com/ActivisionGameScience/assertpy,https://github.com/ActivisionGameScience/assertpy,BSD-3-Clause,2019-11-17 15:47:15.000,2025-04-22 14:56:43.876,2019-10-30 17:50:10,279.0,,64.0,,,,,485.0,,,13.0,10.0,17,False,,assertpy,conda-forge/assertpy,99.0,,https://pypi.org/project/assertpy,2020-07-19 14:39:02.000,99.0,https://anaconda.org/conda-forge/assertpy,2025-04-22 14:56:43.876,34612.0,567.0,3.0,,,,,,,,,,,,,,,,,,,, +229,unimport,hakancelik96/unimport,refactoring,The ultimate linter and formatter for removing unused import statements in your code.,,https://github.com/hakancelikdev/unimport,https://github.com/hakancelikdev/unimport,MIT,2019-09-08 09:49:24.000,2025-08-02 08:08:55.000,2025-08-01 12:21:48,494.0,1.0,22.0,5.0,186.0,11.0,107.0,244.0,2023-12-24 07:42:09.000,1.2.1,57.0,16.0,17,True,hakancelikdev/unimport,unimport,,164.0,148.0,https://pypi.org/project/unimport,2023-12-24 07:42:09.000,16.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +230,mkdocs-print-site-plugin,timvink/mkdocs-print-site-plugin,documentation,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",,https://github.com/timvink/mkdocs-print-site-plugin,https://github.com/timvink/mkdocs-print-site-plugin,MIT,2020-08-15 12:02:33.000,2025-08-03 14:15:06.000,2025-08-03 14:13:17,298.0,9.0,27.0,4.0,31.0,11.0,101.0,171.0,2025-08-03 14:14:31.000,2.8,50.0,15.0,17,True,,mkdocs-print-site-plugin,,22.0,,https://pypi.org/project/mkdocs-print-site-plugin,2025-08-03 14:15:06.000,22.0,,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +231,dlint,dlint-py/dlint,security,Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.,,https://github.com/dlint-py/dlint,https://github.com/dlint-py/dlint,BSD-3-Clause,2020-01-08 15:53:36.000,2025-04-22 14:58:04.693,2024-10-31 12:34:30,242.0,,16.0,2.0,16.0,24.0,23.0,169.0,2024-10-31 12:39:01.000,0.16.0,19.0,16.0,17,True,,dlint,conda-forge/dlint,93.0,,https://pypi.org/project/dlint,2024-10-31 12:39:01.000,93.0,https://anaconda.org/conda-forge/dlint,2025-04-22 14:58:04.693,10638.0,236.0,3.0,,,,,,,,,,,,,,,,,,,, +232,pyenv-installer,pyenv/pyenv-installer,virtual-envs,This tool is used to install `pyenv` and friends.,,https://github.com/pyenv/pyenv-installer,https://github.com/pyenv/pyenv-installer,MIT,2013-06-01 03:48:07.000,2025-04-24 19:06:44.000,2025-04-24 19:06:43,153.0,,455.0,75.0,63.0,8.0,79.0,4070.0,,,,42.0,16,True,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +233,fake2db,emirozer/fake2db,testing,create custom test databases that are populated with fake data.,,https://github.com/emirozer/fake2db,https://github.com/emirozer/fake2db,GPL-2.0,2014-02-18 19:14:28.000,2021-12-15 15:44:45.608,2019-11-25 09:19:00,242.0,,124.0,68.0,29.0,7.0,15.0,2335.0,2021-12-15 15:44:45.608,0.1.0,23.0,18.0,16,False,,fake2db,,32.0,32.0,https://pypi.org/project/fake2db,2021-12-15 15:44:45.608,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +234,pyt,python-security/pyt,security,A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications.,,https://github.com/python-security/pyt,https://github.com/python-security/pyt,GPL-2.0,2016-10-26 15:34:48.000,2020-12-25 03:47:37.000,2020-03-08 21:43:06,1576.0,,244.0,67.0,116.0,27.0,78.0,2188.0,2018-11-01 16:02:57.000,0.42,15.0,22.0,16,False,,python-taint,,2.0,,https://pypi.org/project/python-taint,2018-11-01 16:02:04.000,2.0,,,,1.0,3.0,,140.0,,,,,,,,,,,,,,,,,, +235,dh-virtualenv,spotify/dh-virtualenv,virtual-envs,Python virtualenvs in Debian packages.,,https://github.com/spotify/dh-virtualenv,https://github.com/spotify/dh-virtualenv,GPL-2.0,2013-10-09 19:03:43.000,2024-04-27 01:41:37.000,2023-01-03 15:31:24,422.0,,185.0,40.0,155.0,40.0,173.0,1625.0,,,,61.0,16,False,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +236,python-manhole,ionelmc/python-manhole,debugging,Debugging manhole for python applications.,,https://github.com/ionelmc/python-manhole,https://github.com/ionelmc/python-manhole,BSD-2-Clause,2013-06-26 21:49:34.000,2025-04-22 14:57:57.761,2024-07-04 13:45:03,514.0,,26.0,9.0,46.0,8.0,17.0,389.0,2024-07-04 16:25:34.000,1.8.1,24.0,11.0,16,False,,manhole,conda-forge/manhole,6.0,,https://pypi.org/project/manhole,2024-07-04 16:25:34.000,6.0,https://anaconda.org/conda-forge/manhole,2025-04-22 14:57:57.761,52992.0,1081.0,3.0,,,,,,,,,,,,,,,,,,,, +237,vex,sashahart/vex,virtual-envs,Run a command in the named virtualenv.,,https://github.com/sashahart/vex,https://github.com/sashahart/vex,MIT,2014-05-09 03:20:02.000,2021-10-30 20:12:27.000,2019-05-10 19:18:48,200.0,,24.0,12.0,25.0,4.0,40.0,370.0,2019-05-10 19:21:38.000,0.0.19,18.0,3.0,16,False,,vex,,37.0,34.0,https://pypi.org/project/vex,2019-05-10 19:21:38.000,3.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +238,imhotep,justinabrahms/imhotep,linters,A static-analysis bot for Github.,,https://github.com/justinabrahms/imhotep,https://github.com/justinabrahms/imhotep,MIT,2012-12-17 01:26:32.000,2023-06-17 04:37:59.000,2023-06-17 04:37:59,400.0,,36.0,8.0,68.0,20.0,26.0,223.0,2022-02-20 06:09:19.000,2.0.0,10.0,17.0,16,False,,imhotep,,19.0,15.0,https://pypi.org/project/imhotep,2022-02-20 06:09:19.000,4.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +239,pip-run,jaraco/pip-run,dependency-managers,pip-run - dynamic dependency loader for Python.,,https://github.com/jaraco/pip-run,https://github.com/jaraco/pip-run,,2016-01-25 01:59:13.000,2025-05-30 00:58:13.000,2025-05-30 00:52:14,1028.0,18.0,20.0,7.0,34.0,11.0,80.0,138.0,2025-05-30 00:58:19.000,16.1.0,72.0,24.0,16,False,,pip-run,,96.0,86.0,https://pypi.org/project/pip-run,2025-05-30 00:58:13.000,10.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +240,unify,myint/unify,refactoring,Modifies strings to all use the same quote where possible.,,https://github.com/myint/unify,https://github.com/myint/unify,MIT,2013-03-24 18:02:19.000,2025-04-22 14:57:56.214,2019-08-07 13:44:00,69.0,,19.0,6.0,13.0,12.0,3.0,97.0,2013-06-22 15:34:37.000,0.1.5,10.0,5.0,16,False,,unify,conda-forge/unify,1515.0,1444.0,https://pypi.org/project/unify,2019-08-07 13:46:09.000,71.0,https://anaconda.org/conda-forge/unify,2025-04-22 14:57:56.214,2991.0,59.0,3.0,,,,,,,,,,,,,,,,,,,, +241,pylint-flask,jschaf/pylint-flask,linters,A Pylint plugin to analyze Flask applications.,,https://github.com/jschaf/pylint-flask,https://github.com/jschaf/pylint-flask,GPL-2.0,2015-06-27 20:11:12.000,2025-04-22 14:56:27.130,2022-07-19 20:45:38,40.0,,9.0,2.0,8.0,9.0,6.0,64.0,,,5.0,9.0,16,False,,pylint-flask,conda-forge/pylint-flask,8253.0,8247.0,https://pypi.org/project/pylint-flask,2019-01-30 19:26:02.000,6.0,https://anaconda.org/conda-forge/pylint-flask,2025-04-22 14:56:27.130,185304.0,1715.0,3.0,['pylint'],,,,,,,,,,,,,,,,,,, +242,reloadium,reloadware/reloadium,debugging,Hot Reloading and Profiling for Python.,,https://github.com/reloadware/reloadium,https://github.com/reloadware/reloadium,Apache-2.0,2022-01-15 03:01:41.000,2024-05-24 16:13:26.000,2024-05-24 16:13:26,57.0,,59.0,24.0,33.0,32.0,120.0,2983.0,2024-05-22 15:28:18.000,1.5.1,50.0,3.0,15,False,,reloadium,,,,https://pypi.org/project/reloadium,2024-05-22 15:28:18.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +243,pyheat,csurfer/pyheat,profiling,pprofile + matplotlib = Python program profiled as an awesome heatmap!.,,https://github.com/csurfer/pyheat,https://github.com/csurfer/pyheat,MIT,2017-02-04 22:56:02.000,2023-07-04 11:25:43.000,2021-09-18 20:16:24,55.0,,46.0,10.0,8.0,7.0,9.0,842.0,2018-12-06 03:59:34.000,0.0.6,6.0,5.0,15,False,,py-heat,,86.0,80.0,https://pypi.org/project/py-heat,2018-12-06 03:59:34.000,6.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +244,pynt,rags/pynt,build-tools,A pynt of Python build.,,https://github.com/rags/pynt,https://github.com/rags/pynt,MIT,2012-11-17 13:12:49.000,2025-07-16 13:54:30.000,2019-10-04 19:05:46,128.0,,19.0,10.0,10.0,11.0,13.0,155.0,2018-06-24 06:23:48.000,0.8.2,7.0,10.0,15,False,,pynt,,131.0,130.0,https://pypi.org/project/pynt,2018-06-24 06:23:48.000,1.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +245,com2ann,ilevkivskyi/com2ann,refactoring,Tool for translation type comments to type annotations in Python.,,https://github.com/ilevkivskyi/com2ann,https://github.com/ilevkivskyi/com2ann,MIT,2016-09-09 07:17:02.000,2025-06-02 23:03:18.000,2025-06-02 23:03:15,48.0,2.0,13.0,6.0,35.0,10.0,23.0,153.0,2021-08-21 09:01:26.000,0.3.0,3.0,8.0,15,True,,com2ann,,98.0,96.0,https://pypi.org/project/com2ann,2021-08-21 09:01:26.000,2.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +246,flake8-mypy,ambv/flake8-mypy,linters,A plugin for flake8 integrating Mypy.,,https://github.com/ambv/flake8-mypy,https://github.com/ambv/flake8-mypy,MIT,2017-02-26 02:27:33.000,2020-06-19 16:51:36.000,2020-06-19 16:51:00,50.0,,17.0,4.0,13.0,23.0,3.0,102.0,2017-08-31 23:17:01.000,17.8.0,6.0,8.0,15,False,,flake8-mypy,,1812.0,1757.0,https://pypi.org/project/flake8-mypy,2017-08-31 23:17:01.000,55.0,,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +247,pyformat,myint/pyformat,formatters,Formats Python code to follow a consistent style.,,https://github.com/myint/pyformat,https://github.com/myint/pyformat,Saxpath,2013-03-24 21:45:30.000,2024-01-01 00:20:53.000,2024-01-01 00:18:13,201.0,,10.0,7.0,6.0,7.0,3.0,94.0,2014-09-07 13:57:37.000,0.5.7,24.0,3.0,15,False,,pyformat,,1917.0,1909.0,https://pypi.org/project/pyformat,2024-01-01 00:20:50.000,8.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +248,mkdocs-git-revision-date-plugin,zhaoterryy/mkdocs-git-revision-date-plugin,documentation,MkDocs plugin for setting revision date from git per markdown file.,,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,MIT,2018-12-03 04:29:33.000,2023-03-28 19:19:30.000,2022-03-08 14:42:57,26.0,,10.0,4.0,9.0,6.0,9.0,60.0,2022-03-08 14:43:59.000,0.3.2,9.0,7.0,15,False,,mkdocs-git-revision-date-plugin,,2933.0,2892.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,2022-03-08 14:42:31.000,41.0,,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +249,bellybutton,hchasestevens/bellybutton,linters,Custom Python linting through AST expressions.,,https://github.com/hchasestevens/bellybutton,https://github.com/hchasestevens/bellybutton,MIT,2018-02-17 06:31:44.000,2023-07-27 15:15:12.000,2023-07-27 15:12:07,35.0,,14.0,7.0,23.0,11.0,6.0,276.0,2023-07-27 15:15:12.000,0.3.2,12.0,7.0,14,False,,bellybutton,,51.0,50.0,https://pypi.org/project/bellybutton,2023-07-27 15:15:12.000,1.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +250,cohesion,mschwager/cohesion,code-metrics,A tool for measuring Python class cohesion.,,https://github.com/mschwager/cohesion,https://github.com/mschwager/cohesion,GPL-3.0,2016-08-11 21:09:32.000,2025-04-22 14:58:04.676,2024-12-09 15:09:45,88.0,,6.0,10.0,3.0,6.0,13.0,242.0,2024-12-09 15:14:21.000,1.2.0,11.0,3.0,14,True,,cohesion,conda-forge/cohesion,13.0,,https://pypi.org/project/cohesion,2024-12-09 15:14:21.000,13.0,https://anaconda.org/conda-forge/cohesion,2025-04-22 14:58:04.676,4977.0,110.0,3.0,,,,,,,,,,,,,,,,,,,, +251,flakehell,life4/flakehell,linters,"Flake8 wrapper to make it nice, legacy-friendly, configurable.",,https://github.com/life4/flakehell,https://github.com/life4/flakehell,MIT,2019-08-06 11:37:21.000,2021-01-11 21:35:41.000,2021-01-11 21:35:40,368.0,,47.0,5.0,68.0,4.0,,232.0,2021-01-11 18:41:10.489,0.9.0,28.0,16.0,14,False,,flakehell,,18.0,,https://pypi.org/project/flakehell,2021-01-11 18:41:10.489,18.0,,,,1.0,3.0,['flake8'],96.0,,,,,,,,,,,,,,,,,, +252,pep8ify,spulec/pep8ify,refactoring,A library that modifies python source code to conform to pep8.,,https://github.com/spulec/pep8ify,https://github.com/spulec/pep8ify,Apache-2.0,2012-06-03 03:31:33.000,2019-03-08 03:06:14.000,2014-10-24 20:36:38,154.0,,12.0,4.0,7.0,7.0,12.0,118.0,2014-10-24 20:36:57.000,0.0.13,13.0,6.0,14,False,,pep8ify,,66.0,66.0,https://pypi.org/project/pep8ify,2014-10-24 20:36:57.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +253,autoimport,lyz-code/autoimport,formatters,Autoimport automatically fixes wrong import statements.,,https://github.com/lyz-code/autoimport,https://github.com/lyz-code/autoimport,GPL-3.0,2020-10-16 22:43:09.000,2024-10-01 16:15:26.000,2024-10-01 16:13:03,569.0,,24.0,1.0,211.0,15.0,34.0,99.0,2024-10-01 16:15:26.000,1.6.1,44.0,18.0,14,True,,autoimport,,14.0,,https://pypi.org/project/autoimport,2024-10-01 16:15:26.000,14.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +254,pytest-play,pytest-dev/pytest-play,testing,pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files.,,https://github.com/pytest-dev/pytest-play,https://github.com/pytest-dev/pytest-play,Apache-2.0,2017-12-14 09:08:26.000,2019-08-20 15:57:27.000,2019-06-12 11:57:28,382.0,,4.0,8.0,62.0,4.0,25.0,70.0,2019-06-12 11:59:29.000,2.3.1,23.0,3.0,14,False,,pytest-play,,10.0,,https://pypi.org/project/pytest-play,2019-06-12 11:59:29.000,10.0,,,,,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +255,subpar,google/subpar,packaging,Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.,,https://github.com/google/subpar,https://github.com/google/subpar,Apache-2.0,2016-08-03 20:11:35.000,2022-12-27 14:53:53.000,2022-12-19 19:23:19,95.0,,71.0,16.0,75.0,44.0,30.0,568.0,2019-05-14 20:14:05.000,2.0.0,5.0,16.0,13,False,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,tbvaccine,skorokithakis/tbvaccine,logging,A small utility to pretty-print Python tracebacks.,,https://github.com/skorokithakis/tbvaccine,https://github.com/skorokithakis/tbvaccine,MIT,2016-08-27 17:31:59.000,2020-03-01 19:24:46.000,2020-03-01 19:24:44,80.0,,13.0,5.0,18.0,7.0,13.0,379.0,2018-12-14 18:07:29.000,0.3.1,12.0,12.0,13,False,,tbvaccine,,17.0,17.0,https://pypi.org/project/tbvaccine,2018-12-14 18:07:29.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +257,pycycle,bndr/pycycle,linters,Tool for pinpointing circular imports in Python. Find cyclic imports in any project.,,https://github.com/bndr/pycycle,https://github.com/bndr/pycycle,MIT,2017-01-28 17:22:00.000,2022-01-15 20:44:01.000,2017-02-13 18:07:04,26.0,,22.0,6.0,7.0,21.0,2.0,356.0,2017-02-13 18:07:58.000,0.0.8,8.0,2.0,13,False,,pycycle,,104.0,101.0,https://pypi.org/project/pycycle,2017-02-13 18:07:58.000,3.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +258,retype,ambv/retype,refactoring,Re-apply type annotations from .pyi stubs to your codebase.,,https://github.com/ambv/retype,https://github.com/ambv/retype,MIT,2017-03-11 07:54:58.000,2025-04-22 14:56:45.636,2022-08-14 07:12:06,109.0,,19.0,6.0,28.0,1.0,15.0,143.0,2022-08-14 07:10:00.969,22.8.0,12.0,9.0,13,False,,retype,conda-forge/retype,4.0,,https://pypi.org/project/retype,2022-08-14 07:10:00.969,4.0,https://anaconda.org/conda-forge/retype,2025-04-22 14:56:45.636,37126.0,640.0,3.0,,,,,,,,,,,,,,,,,,,, +259,massedit,elmotec/massedit,refactoring,Programmatically edit text files with Python. Useful for source to source transformations.,,https://github.com/elmotec/massedit,https://github.com/elmotec/massedit,MIT,2012-03-11 16:18:30.000,2023-09-12 01:27:09.000,2023-09-12 01:27:09,194.0,,16.0,4.0,17.0,4.0,7.0,114.0,2023-09-11 03:03:54.000,0.70.1,16.0,9.0,13,False,,massedit,,57.0,54.0,https://pypi.org/project/massedit,2023-09-11 02:59:59.000,3.0,,,,0.0,3.0,,33.0,,,,,,,,,,,,,,,,,, +260,mkdocs-versioning,zayd62/mkdocs-versioning,documentation,A tool that allows for versioning sites built with mkdocs.,,https://github.com/zayd62/mkdocs-versioning,https://github.com/zayd62/mkdocs-versioning,MIT,2019-07-20 18:09:56.000,2021-08-01 15:51:53.000,2021-08-01 15:51:53,133.0,,6.0,2.0,39.0,3.0,22.0,40.0,2021-02-11 10:24:35.000,0.4.0,6.0,5.0,13,False,,mkdocs-versioning,,126.0,126.0,https://pypi.org/project/mkdocs-versioning,2021-02-11 10:24:35.000,,,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +261,livepython,agermanidis/livepython,profiling,Visually trace Python code in real-time.,,https://github.com/agermanidis/livepython,https://github.com/agermanidis/livepython,MIT,2017-10-03 00:19:59.000,2019-01-22 17:39:55.000,2017-11-14 21:27:52,20.0,,166.0,76.0,4.0,11.0,15.0,2555.0,,,,3.0,12,False,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +262,pipenv-pipes,gtalarico/pipenv-pipes,virtual-envs,A PipEnv Environment Switcher.,,https://github.com/gtalarico/pipenv-pipes,https://github.com/gtalarico/pipenv-pipes,MIT,2018-05-02 03:56:41.000,2023-10-01 17:28:23.000,2019-06-27 03:42:48,285.0,,24.0,5.0,23.0,7.0,10.0,133.0,2018-11-08 03:05:43.000,0.7.1,25.0,5.0,12,False,,pipenv-pipes,,,,https://pypi.org/project/pipenv-pipes,2018-11-08 03:05:43.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +263,universal-build,ml-tooling/universal-build,build-tools,Universal build utilities for containerized build pipelines.,,https://github.com/ml-tooling/universal-build,https://github.com/ml-tooling/universal-build,MIT,2020-10-19 14:57:21.000,2022-11-09 08:14:25.000,2022-09-15 18:19:20,395.0,,8.0,5.0,34.0,1.0,3.0,25.0,2021-11-17 16:59:34.000,0.6.18,40.0,5.0,12,True,,universal-build,,7.0,,https://pypi.org/project/universal-build,2021-11-16 23:08:45.000,7.0,,,,0.0,3.0,,23.0,,,,,,,,,,,,,,,,,, +264,yala,cemsbr/yala,linters,Yet Another Linter Aggregator.,,https://github.com/cemsbr/yala,https://github.com/cemsbr/yala,MIT,2017-06-02 22:45:50.000,2023-10-17 23:50:57.000,2023-01-30 07:50:18,198.0,,5.0,2.0,142.0,1.0,11.0,16.0,2023-01-30 07:57:23.000,3.2.0,29.0,4.0,12,False,,yala,,66.0,56.0,https://pypi.org/project/yala,2021-11-15 05:05:38.000,10.0,,,,,3.0,"['flake8', 'pylint']",,,,,,,,,,,,,,,,,,, +265,linty_fresh,lyft/linty_fresh,linters,Surface lint errors during code review.,,https://github.com/lyft/linty_fresh,https://github.com/lyft/linty_fresh,Apache-2.0,2015-12-19 02:37:26.000,2023-06-23 23:37:25.000,2022-12-13 04:09:02,54.0,,27.0,17.0,61.0,9.0,1.0,184.0,2018-12-12 19:47:05.000,0.7.0,10.0,18.0,11,False,,linty-fresh,,,,https://pypi.org/project/linty-fresh,2018-12-12 19:47:05.000,,,,,,3.0,"['flake8', 'mypy']",,,,,,,,,,,,,,,,,,, +266,freshenv,raiyanyahya/freshenv,virtual-envs,"Provision, share, manage local and cloud developer environments.",,https://github.com/raiyanyahya/freshenv,https://github.com/raiyanyahya/freshenv,MPL-2.0,2021-12-19 21:38:32.000,2024-09-30 19:10:21.000,2024-07-03 11:22:04,194.0,,3.0,2.0,281.0,2.0,3.0,173.0,2022-11-06 21:28:09.190,3.0.2,43.0,3.0,11,False,,freshenv,raiyanyahya/freshenv,2.0,2.0,https://pypi.org/project/freshenv,2022-11-06 21:28:09.190,,https://anaconda.org/raiyanyahya/freshenv,,,,3.0,,,,,,,,,,,,,,,,,,,, +267,pyship,jamesabel/pyship,packaging,pyship - ship Python desktop apps to end users.,,https://github.com/jamesabel/pyship,https://github.com/jamesabel/pyship,MIT,2020-04-23 04:45:03.000,2023-06-06 05:02:28.000,2023-06-06 05:02:21,291.0,,3.0,4.0,6.0,6.0,,42.0,2023-04-17 06:15:39.465,0.1.7,19.0,2.0,10,False,,pyship,,,,https://pypi.org/project/pyship,2021-06-09 04:34:00.000,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index cb8a00e..5fd7404 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +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._ -- mypy (πŸ₯‡46 Β· ⭐ 20K Β· πŸ“ˆ) - Optional static typing for Python. MIT -- psutil (πŸ₯‡43 Β· ⭐ 11K Β· πŸ“ˆ) - Cross-platform lib for process and system monitoring in Python. BSD-3 -- pytest-asyncio (πŸ₯‡36 Β· ⭐ 1.5K Β· πŸ“ˆ) - Asyncio support for pytest. Apache-2 -- pyinstrument (πŸ₯ˆ34 Β· ⭐ 7.3K Β· πŸ“ˆ) - Call stack profiler for Python. Shows you why your code is.. BSD-3 -- flake8-builtins (πŸ₯‰24 Β· ⭐ 120 Β· πŸ“ˆ) - Check for python builtins being used as variables or.. ❗️GPL-2.0 +- mkdocs-material (πŸ₯‡40 Β· ⭐ 24K Β· πŸ“ˆ) - Documentation that simply works. MIT +- setuptools_scm (πŸ₯ˆ36 Β· ⭐ 920 Β· πŸ“ˆ) - the blessed package to manage your versions by scm tags. MIT +- memray (πŸ₯ˆ34 Β· ⭐ 14K Β· πŸ“ˆ) - Memray is a memory profiler for Python. Apache-2 +- autopep8 (πŸ₯‰33 Β· ⭐ 4.6K Β· πŸ’€) - A tool that automatically formats Python code to conform to the PEP.. MIT +- flake8-builtins (πŸ₯ˆ26 Β· ⭐ 120 Β· πŸ“ˆ) - Check for python builtins being used as variables or.. ❗️GPL-2.0 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- sphinx (πŸ₯‡41 Β· ⭐ 7.3K Β· πŸ“‰) - The Sphinx documentation generator. ❗Unlicensed -- mkdocs-material (πŸ₯‡39 Β· ⭐ 24K Β· πŸ“‰) - Documentation that simply works. MIT -- pyarmor (πŸ₯‰27 Β· ⭐ 4.5K Β· πŸ“‰) - A tool used to obfuscate python scripts, bind obfuscated.. ❗️SGI-B-2.0 -- docformatter (πŸ₯‰27 Β· ⭐ 570 Β· πŸ“‰) - Formats docstrings to follow PEP 257. MIT -- flake8-comprehensions (πŸ₯ˆ26 Β· ⭐ 470 Β· πŸ“‰) - A flake8 plugin to help you write better.. MIT +- setuptools (πŸ₯‡42 Β· ⭐ 2.7K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT +- pipenv (πŸ₯‡40 Β· ⭐ 25K Β· πŸ“‰) - Python Development Workflow for Humans. MIT +- packaging (πŸ₯ˆ35 Β· ⭐ 670 Β· πŸ“‰) - Core utilities for Python packages. Apache-2 +- pyinstrument (πŸ₯ˆ33 Β· ⭐ 7.3K Β· πŸ“‰) - Call stack profiler for Python. Shows you why your code is.. BSD-3 +- pipx (πŸ₯‰31 Β· ⭐ 12K Β· πŸ“‰) - Install and Run Python Applications in Isolated Environments. MIT