From 9769029847433d0508b39105df436a151d068d96 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 18 Sep 2025 14:59:26 +0000 Subject: [PATCH] Update best-of list for version 2025.09.18 --- README.md | 796 ++++++++++++++++---------------- history/2025-09-18_changes.md | 20 + history/2025-09-18_projects.csv | 269 +++++++++++ latest-changes.md | 20 +- 4 files changed, 697 insertions(+), 408 deletions(-) create mode 100644 history/2025-09-18_changes.md create mode 100644 history/2025-09-18_projects.csv diff --git a/README.md b/README.md index d1612bb..0aefc4a 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
ruff (πŸ₯‡47 Β· ⭐ 42K Β· πŸ“ˆ) - An extremely fast Python linter and code formatter, written in Rust. MIT +
ruff (πŸ₯‡47 Β· ⭐ 43K) - An extremely fast Python linter and code formatter, written in Rust. MIT -- [GitHub](https://github.com/astral-sh/ruff) (πŸ‘¨β€πŸ’» 710 Β· πŸ”€ 1.5K Β· πŸ“₯ 4.6M Β· πŸ“¦ 120K Β· πŸ“‹ 7.2K - 21% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/astral-sh/ruff) (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 1.5K Β· πŸ“₯ 4.9M Β· πŸ“¦ 120K Β· πŸ“‹ 7.2K - 21% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/charliermarsh/ruff ``` -- [PyPi](https://pypi.org/project/ruff) (πŸ“₯ 82M / month Β· πŸ“¦ 19K Β· ⏱️ 10.09.2025): +- [PyPi](https://pypi.org/project/ruff) (πŸ“₯ 86M / month Β· πŸ“¦ 19K Β· ⏱️ 10.09.2025): ``` pip install ruff ``` @@ -95,7 +95,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pylint (πŸ₯‡44 Β· ⭐ 5.6K) - Its not just a linter that annoys you!. ❗️GPL-2.0 -- [GitHub](https://github.com/pylint-dev/pylint) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 1.2K Β· πŸ“₯ 260 Β· πŸ“¦ 480K Β· πŸ“‹ 5.8K - 17% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/pylint-dev/pylint) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 1.2K Β· πŸ“₯ 280 Β· πŸ“¦ 480K Β· πŸ“‹ 5.8K - 17% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/PyCQA/pylint @@ -109,9 +109,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pylint ```
-
flake8 (πŸ₯‡42 Β· ⭐ 3.7K) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT +
flake8 (πŸ₯‡41 Β· ⭐ 3.7K Β· πŸ“‰) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT -- [GitHub](https://github.com/PyCQA/flake8) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 340 Β· πŸ“¦ 670K Β· πŸ“‹ 1.6K - 1% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/PyCQA/flake8) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 340 Β· πŸ“¦ 670K Β· πŸ“‹ 1.6K - 1% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/PyCQA/flake8 @@ -127,7 +127,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
wemake-python-styleguide (πŸ₯‡38 Β· ⭐ 2.8K) - The strictest and most opinionated python linter ever!. MIT -- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 410 Β· πŸ“¦ 18K Β· πŸ“‹ 1.2K - 1% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 410 Β· πŸ“¦ 18K Β· πŸ“‹ 1.2K - 1% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/wemake-services/wemake-python-styleguide @@ -137,68 +137,68 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install wemake-python-styleguide ```
-
pycodestyle (πŸ₯ˆ35 Β· ⭐ 5.1K) - Simple Python style checker in one Python file. MIT +
pyflakes (πŸ₯ˆ36 Β· ⭐ 1.4K) - A simple program which checks Python source files for errors. MIT -- [GitHub](https://github.com/PyCQA/pycodestyle) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 750 Β· πŸ“‹ 770 - 13% open Β· ⏱️ 12.08.2025): +- [GitHub](https://github.com/PyCQA/pyflakes) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 180 Β· πŸ“¦ 330K Β· πŸ“‹ 550 - 10% open Β· ⏱️ 20.06.2025): ``` - git clone https://github.com/PyCQA/pycodestyle + git clone https://github.com/PyCQA/pyflakes ``` -- [PyPi](https://pypi.org/project/pycodestyle) (πŸ“₯ 66M / month Β· πŸ“¦ 2.2K Β· ⏱️ 20.06.2025): +- [PyPi](https://pypi.org/project/pyflakes) (πŸ“₯ 50M / month Β· πŸ“¦ 1.3K Β· ⏱️ 20.06.2025): ``` - pip install pycodestyle + pip install pyflakes ``` -- [Conda](https://anaconda.org/conda-forge/pycodestyle) (πŸ“₯ 9.4M Β· ⏱️ 22.06.2025): +- [Conda](https://anaconda.org/conda-forge/pyflakes) (πŸ“₯ 9.2M Β· ⏱️ 21.06.2025): ``` - conda install -c conda-forge pycodestyle + conda install -c conda-forge pyflakes ```
beartype (πŸ₯ˆ35 Β· ⭐ 3.2K) - Unbearably fast near-real-time hybrid runtime-static type-checking in.. MIT -- [GitHub](https://github.com/beartype/beartype) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 63 Β· πŸ“¦ 7.6K Β· πŸ“‹ 420 - 23% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/beartype/beartype) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 64 Β· πŸ“¦ 7.7K Β· πŸ“‹ 430 - 22% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/beartype/beartype ``` -- [PyPi](https://pypi.org/project/beartype) (πŸ“₯ 5.7M / month Β· πŸ“¦ 710 Β· ⏱️ 22.05.2025): +- [PyPi](https://pypi.org/project/beartype) (πŸ“₯ 5.7M / month Β· πŸ“¦ 800 Β· ⏱️ 18.09.2025): ``` pip install beartype ``` -- [Conda](https://anaconda.org/conda-forge/beartype) (πŸ“₯ 430K Β· ⏱️ 22.05.2025): +- [Conda](https://anaconda.org/conda-forge/beartype) (πŸ“₯ 440K Β· ⏱️ 22.05.2025): ``` conda install -c conda-forge beartype ```
-
pyflakes (πŸ₯ˆ35 Β· ⭐ 1.4K) - A simple program which checks Python source files for errors. MIT +
parso (πŸ₯ˆ35 Β· ⭐ 650) - A Python Parser. MIT -- [GitHub](https://github.com/PyCQA/pyflakes) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 180 Β· πŸ“¦ 330K Β· πŸ“‹ 550 - 10% open Β· ⏱️ 20.06.2025): +- [GitHub](https://github.com/davidhalter/parso) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 110 Β· πŸ“¦ 590K Β· πŸ“‹ 120 - 10% open Β· ⏱️ 23.08.2025): ``` - git clone https://github.com/PyCQA/pyflakes + git clone https://github.com/davidhalter/parso ``` -- [PyPi](https://pypi.org/project/pyflakes) (πŸ“₯ 50M / month Β· πŸ“¦ 1.3K Β· ⏱️ 20.06.2025): +- [PyPi](https://pypi.org/project/parso) (πŸ“₯ 78M / month Β· πŸ“¦ 1.1K Β· ⏱️ 23.08.2025): ``` - pip install pyflakes + pip install parso ``` -- [Conda](https://anaconda.org/conda-forge/pyflakes) (πŸ“₯ 9.1M Β· ⏱️ 21.06.2025): +- [Conda](https://anaconda.org/conda-forge/parso) (πŸ“₯ 31M Β· ⏱️ 23.08.2025): ``` - conda install -c conda-forge pyflakes + conda install -c conda-forge parso ```
-
parso (πŸ₯ˆ35 Β· ⭐ 650) - A Python Parser. MIT +
pycodestyle (πŸ₯ˆ34 Β· ⭐ 5.1K) - Simple Python style checker in one Python file. MIT -- [GitHub](https://github.com/davidhalter/parso) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 110 Β· πŸ“¦ 580K Β· πŸ“‹ 120 - 10% open Β· ⏱️ 23.08.2025): +- [GitHub](https://github.com/PyCQA/pycodestyle) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 750 Β· πŸ“‹ 770 - 13% open Β· ⏱️ 12.08.2025): ``` - git clone https://github.com/davidhalter/parso + git clone https://github.com/PyCQA/pycodestyle ``` -- [PyPi](https://pypi.org/project/parso) (πŸ“₯ 76M / month Β· πŸ“¦ 1.1K Β· ⏱️ 23.08.2025): +- [PyPi](https://pypi.org/project/pycodestyle) (πŸ“₯ 66M / month Β· πŸ“¦ 2.2K Β· ⏱️ 20.06.2025): ``` - pip install parso + pip install pycodestyle ``` -- [Conda](https://anaconda.org/conda-forge/parso) (πŸ“₯ 31M Β· ⏱️ 23.08.2025): +- [Conda](https://anaconda.org/conda-forge/pycodestyle) (πŸ“₯ 9.5M Β· ⏱️ 22.06.2025): ``` - conda install -c conda-forge parso + conda install -c conda-forge pycodestyle ```
flake8-bugbear (πŸ₯ˆ31 Β· ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT @@ -208,7 +208,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/flake8-bugbear ``` -- [PyPi](https://pypi.org/project/flake8-bugbear) (πŸ“₯ 2.9M / month Β· πŸ“¦ 1.2K Β· ⏱️ 12.12.2024): +- [PyPi](https://pypi.org/project/flake8-bugbear) (πŸ“₯ 2.8M / month Β· πŸ“¦ 1.2K Β· ⏱️ 12.12.2024): ``` pip install flake8-bugbear ``` @@ -217,36 +217,36 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge flake8-bugbear ```
-
flake8-comprehensions (πŸ₯ˆ29 Β· ⭐ 470) - A flake8 plugin to help you write better.. MIT +
pylint-django (πŸ₯ˆ29 Β· ⭐ 610) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 -- [GitHub](https://github.com/adamchainz/flake8-comprehensions) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 23 Β· πŸ“¦ 29K Β· πŸ“‹ 62 - 9% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/pylint-dev/pylint-django) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 120 Β· πŸ“₯ 420 Β· πŸ“¦ 32K Β· πŸ“‹ 240 - 27% open Β· ⏱️ 16.09.2025): ``` - git clone https://github.com/adamchainz/flake8-comprehensions + git clone https://github.com/PyCQA/pylint-django ``` -- [PyPi](https://pypi.org/project/flake8-comprehensions) (πŸ“₯ 1.3M / month Β· πŸ“¦ 780 Β· ⏱️ 09.09.2025): +- [PyPi](https://pypi.org/project/pylint-django) (πŸ“₯ 1.5M / month Β· πŸ“¦ 120 Β· ⏱️ 10.10.2024): ``` - pip install flake8-comprehensions + pip install pylint-django ``` -- [Conda](https://anaconda.org/conda-forge/flake8-comprehensions) (πŸ“₯ 900K Β· ⏱️ 10.09.2025): +- [Conda](https://anaconda.org/conda-forge/pylint-django) (πŸ“₯ 300K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge flake8-comprehensions + conda install -c conda-forge pylint-django ```
-
pylint-django (πŸ₯ˆ28 Β· ⭐ 610 Β· πŸ“‰) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 +
flake8-comprehensions (πŸ₯ˆ29 Β· ⭐ 470) - A flake8 plugin to help you write better.. MIT -- [GitHub](https://github.com/pylint-dev/pylint-django) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 120 Β· πŸ“₯ 420 Β· πŸ“¦ 32K Β· πŸ“‹ 240 - 27% open Β· ⏱️ 18.08.2025): +- [GitHub](https://github.com/adamchainz/flake8-comprehensions) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 23 Β· πŸ“¦ 29K Β· πŸ“‹ 62 - 9% open Β· ⏱️ 09.09.2025): ``` - git clone https://github.com/PyCQA/pylint-django + git clone https://github.com/adamchainz/flake8-comprehensions ``` -- [PyPi](https://pypi.org/project/pylint-django) (πŸ“₯ 1.6M / month Β· πŸ“¦ 120 Β· ⏱️ 10.10.2024): +- [PyPi](https://pypi.org/project/flake8-comprehensions) (πŸ“₯ 1.3M / month Β· πŸ“¦ 780 Β· ⏱️ 09.09.2025): ``` - pip install pylint-django + pip install flake8-comprehensions ``` -- [Conda](https://anaconda.org/conda-forge/pylint-django) (πŸ“₯ 290K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flake8-comprehensions) (πŸ“₯ 900K Β· ⏱️ 10.09.2025): ``` - conda install -c conda-forge pylint-django + conda install -c conda-forge flake8-comprehensions ```
flake8-isort (πŸ₯ˆ28 Β· ⭐ 180) - flake8 plugin that integrates isort. ❗️GPL-2.0 @@ -272,11 +272,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/gforcada/flake8-builtins ``` -- [PyPi](https://pypi.org/project/flake8-builtins) (πŸ“₯ 910K / month Β· πŸ“¦ 560 Β· ⏱️ 17.08.2025): +- [PyPi](https://pypi.org/project/flake8-builtins) (πŸ“₯ 870K / month Β· πŸ“¦ 560 Β· ⏱️ 17.08.2025): ``` pip install flake8-builtins ``` -- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (πŸ“₯ 350K Β· ⏱️ 18.08.2025): +- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (πŸ“₯ 360K Β· ⏱️ 18.08.2025): ``` conda install -c conda-forge flake8-builtins ``` @@ -288,7 +288,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/flake8-import-order ``` -- [PyPi](https://pypi.org/project/flake8-import-order) (πŸ“₯ 980K / month Β· πŸ“¦ 650 Β· ⏱️ 24.06.2025): +- [PyPi](https://pypi.org/project/flake8-import-order) (πŸ“₯ 990K / month Β· πŸ“¦ 650 Β· ⏱️ 24.06.2025): ``` pip install flake8-import-order ``` @@ -309,6 +309,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install hacking ```
+
nitpick (πŸ₯‰26 Β· ⭐ 410) - Enforce the same settings on multiple projects. MIT + +- [GitHub](https://github.com/andreoliwa/nitpick) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 24 Β· πŸ“₯ 12 Β· πŸ“¦ 1.4K Β· πŸ“‹ 130 - 38% open Β· ⏱️ 17.09.2025): + + ``` + git clone https://github.com/andreoliwa/nitpick + ``` +- [PyPi](https://pypi.org/project/nitpick) (πŸ“₯ 14K / month Β· πŸ“¦ 26 Β· ⏱️ 13.09.2025): + ``` + pip install nitpick + ``` +
flake8-eradicate (πŸ₯‰26 Β· ⭐ 320 Β· πŸ’€) - Flake8 plugin to find commented out or dead code. MIT - [GitHub](https://github.com/wemake-services/flake8-eradicate) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 13 Β· πŸ“¦ 20K Β· πŸ“‹ 40 - 20% open Β· ⏱️ 31.12.2024): @@ -316,7 +328,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/wemake-services/flake8-eradicate ``` -- [PyPi](https://pypi.org/project/flake8-eradicate) (πŸ“₯ 750K / month Β· πŸ“¦ 170 Β· ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/flake8-eradicate) (πŸ“₯ 720K / month Β· πŸ“¦ 170 Β· ⏱️ 31.05.2023): ``` pip install flake8-eradicate ``` @@ -332,7 +344,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/mgedmin/check-manifest ``` -- [PyPi](https://pypi.org/project/check-manifest) (πŸ“₯ 690K / month Β· πŸ“¦ 4.6K Β· ⏱️ 09.10.2024): +- [PyPi](https://pypi.org/project/check-manifest) (πŸ“₯ 660K / month Β· πŸ“¦ 4.6K Β· ⏱️ 09.10.2024): ``` pip install check-manifest ``` @@ -357,18 +369,6 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mypy-protobuf ```
-
nitpick (πŸ₯‰25 Β· ⭐ 410) - Enforce the same settings on multiple projects. MIT - -- [GitHub](https://github.com/andreoliwa/nitpick) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 23 Β· πŸ“₯ 12 Β· πŸ“¦ 1.4K Β· πŸ“‹ 130 - 38% open Β· ⏱️ 09.09.2025): - - ``` - git clone https://github.com/andreoliwa/nitpick - ``` -- [PyPi](https://pypi.org/project/nitpick) (πŸ“₯ 14K / month Β· πŸ“¦ 26 Β· ⏱️ 31.12.2023): - ``` - pip install nitpick - ``` -
flake8-black (πŸ₯‰24 Β· ⭐ 170) - flake8 plugin to run black for checking Python coding style. MIT - [GitHub](https://github.com/peterjc/flake8-black) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 11 Β· πŸ“¦ 8.6K Β· πŸ“‹ 29 - 10% open Β· ⏱️ 01.09.2025): @@ -376,7 +376,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/peterjc/flake8-black ``` -- [PyPi](https://pypi.org/project/flake8-black) (πŸ“₯ 680K / month Β· πŸ“¦ 490 Β· ⏱️ 20.12.2022): +- [PyPi](https://pypi.org/project/flake8-black) (πŸ“₯ 690K / month Β· πŸ“¦ 490 Β· ⏱️ 20.12.2022): ``` pip install flake8-black ``` @@ -392,7 +392,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/MartinThoma/flake8-simplify ``` -- [PyPi](https://pypi.org/project/flake8-simplify) (πŸ“₯ 290K / month Β· πŸ“¦ 110 Β· ⏱️ 01.06.2025): +- [PyPi](https://pypi.org/project/flake8-simplify) (πŸ“₯ 280K / month Β· πŸ“¦ 110 Β· ⏱️ 01.06.2025): ``` pip install flake8-simplify ``` @@ -409,8 +409,8 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M - coala (πŸ₯‰27 Β· ⭐ 3.6K Β· πŸ’€) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0 - flake8-quotes (πŸ₯‰27 Β· ⭐ 180 Β· πŸ’€) - Flake8 extension for checking quotes in python. MIT - pylama (πŸ₯‰26 Β· ⭐ 1.1K Β· πŸ’€) - Code audit tool for python. MIT +- data-science-types (πŸ₯‰25 Β· ⭐ 200 Β· πŸ’€) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 - flake8-commas (πŸ₯‰25 Β· ⭐ 130 Β· πŸ’€) - Flake8 extension for enforcing trailing commas in python. MIT -- data-science-types (πŸ₯‰24 Β· ⭐ 200 Β· πŸ’€) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 - Fixit (πŸ₯‰23 Β· ⭐ 690) - Advanced Python linting framework with auto-fixes and hierarchical.. ❗Unlicensed - pandas-vet (πŸ₯‰21 Β· ⭐ 170 Β· πŸ’€) - A plugin for Flake8 that checks pandas code. MIT - flake8-bandit (πŸ₯‰21 Β· ⭐ 110 Β· πŸ’€) - Automated security testing using bandit and flake8. MIT @@ -431,16 +431,16 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mypy (πŸ₯‡49 Β· ⭐ 20K) - Optional static typing for Python. MIT -- [GitHub](https://github.com/python/mypy) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 3K Β· πŸ“¦ 320K Β· πŸ“‹ 12K - 25% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/python/mypy) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 3K Β· πŸ“¦ 320K Β· πŸ“‹ 12K - 25% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/python/mypy ``` -- [PyPi](https://pypi.org/project/mypy) (πŸ“₯ 67M / month Β· πŸ“¦ 26K Β· ⏱️ 31.07.2025): +- [PyPi](https://pypi.org/project/mypy) (πŸ“₯ 69M / month Β· πŸ“¦ 30K Β· ⏱️ 11.09.2025): ``` pip install mypy ``` -- [Conda](https://anaconda.org/conda-forge/mypy) (πŸ“₯ 5.9M Β· ⏱️ 02.09.2025): +- [Conda](https://anaconda.org/conda-forge/mypy) (πŸ“₯ 5.9M Β· ⏱️ 12.09.2025): ``` conda install -c conda-forge mypy ``` @@ -459,12 +459,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyre-check (πŸ₯‰33 Β· ⭐ 7.1K) - Performant type-checking for python. MIT -- [GitHub](https://github.com/facebook/pyre-check) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 450 Β· πŸ“¦ 21 Β· πŸ“‹ 460 - 32% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/facebook/pyre-check) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 450 Β· πŸ“¦ 21 Β· πŸ“‹ 460 - 32% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/facebook/pyre-check ``` -- [PyPi](https://pypi.org/project/pyre-check) (πŸ“₯ 150K / month Β· πŸ“¦ 87 Β· ⏱️ 07.07.2025): +- [PyPi](https://pypi.org/project/pyre-check) (πŸ“₯ 160K / month Β· πŸ“¦ 87 Β· ⏱️ 07.07.2025): ``` pip install pyre-check ``` @@ -476,18 +476,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/google/pytype ``` -- [PyPi](https://pypi.org/project/pytype) (πŸ“₯ 400K / month Β· πŸ“¦ 230 Β· ⏱️ 11.10.2024): +- [PyPi](https://pypi.org/project/pytype) (πŸ“₯ 420K / month Β· πŸ“¦ 230 Β· ⏱️ 11.10.2024): ``` pip install pytype ``` -- [Conda](https://anaconda.org/conda-forge/pytype) (πŸ“₯ 560K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytype) (πŸ“₯ 570K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytype ```
Show 1 hidden projects... -- typeguard (πŸ₯‰32 Β· ⭐ 1.7K) - Run-time type checker for Python. ❗Unlicensed +- typeguard (πŸ₯‰31 Β· ⭐ 1.7K) - Run-time type checker for Python. ❗Unlicensed

@@ -497,12 +497,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
black (πŸ₯‡44 Β· ⭐ 41K) - The uncompromising Python code formatter. MIT -- [GitHub](https://github.com/psf/black) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.6K Β· πŸ“₯ 130K Β· πŸ“¦ 640K Β· πŸ“‹ 2.8K - 13% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/psf/black) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.6K Β· πŸ“₯ 130K Β· πŸ“¦ 640K Β· πŸ“‹ 2.8K - 13% open Β· ⏱️ 12.09.2025): ``` git clone https://github.com/psf/black ``` -- [PyPi](https://pypi.org/project/black) (πŸ“₯ 76M / month Β· πŸ“¦ 37K Β· ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/black) (πŸ“₯ 77M / month Β· πŸ“¦ 37K Β· ⏱️ 29.01.2025): ``` pip install black ``` @@ -518,7 +518,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/isort ``` -- [PyPi](https://pypi.org/project/isort) (πŸ“₯ 66M / month Β· πŸ“¦ 15K Β· ⏱️ 26.02.2025): +- [PyPi](https://pypi.org/project/isort) (πŸ“₯ 67M / month Β· πŸ“¦ 15K Β· ⏱️ 26.02.2025): ``` pip install isort ``` @@ -534,7 +534,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/google/yapf ``` -- [PyPi](https://pypi.org/project/yapf) (πŸ“₯ 8.8M / month Β· πŸ“¦ 1.3K Β· ⏱️ 14.11.2024): +- [PyPi](https://pypi.org/project/yapf) (πŸ“₯ 8.6M / month Β· πŸ“¦ 1.3K Β· ⏱️ 14.11.2024): ``` pip install yapf ``` @@ -550,7 +550,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/hhatto/autopep8 ``` -- [PyPi](https://pypi.org/project/autopep8) (πŸ“₯ 7M / month Β· πŸ“¦ 1.7K Β· ⏱️ 14.01.2025): +- [PyPi](https://pypi.org/project/autopep8) (πŸ“₯ 7.2M / month Β· πŸ“¦ 1.7K Β· ⏱️ 14.01.2025): ``` pip install autopep8 ``` @@ -566,7 +566,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/myint/docformatter ``` -- [PyPi](https://pypi.org/project/docformatter) (πŸ“₯ 1.2M / month Β· πŸ“¦ 300 Β· ⏱️ 11.05.2025): +- [PyPi](https://pypi.org/project/docformatter) (πŸ“₯ 1.3M / month Β· πŸ“¦ 300 Β· ⏱️ 11.05.2025): ``` pip install docformatter ``` @@ -575,14 +575,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge docformatter ```
-
autoimport (πŸ₯‰17 Β· ⭐ 98 Β· πŸ’€) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0 +
autoimport (πŸ₯‰17 Β· ⭐ 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): ``` git clone https://github.com/lyz-code/autoimport ``` -- [PyPi](https://pypi.org/project/autoimport) (πŸ“₯ 16K / month Β· πŸ“¦ 14 Β· ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/autoimport) (πŸ“₯ 14K / month Β· πŸ“¦ 14 Β· ⏱️ 01.10.2024): ``` pip install autoimport ``` @@ -597,14 +597,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
jedi (πŸ₯‡42 Β· ⭐ 6K) - Awesome autocompletion, static analysis and refactoring library for python. MIT +
jedi (πŸ₯‡41 Β· ⭐ 6K Β· πŸ“‰) - Awesome autocompletion, static analysis and refactoring library for python. MIT -- [GitHub](https://github.com/davidhalter/jedi) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 520 Β· πŸ“¦ 580K Β· πŸ“‹ 1.4K - 6% open Β· ⏱️ 03.09.2025): +- [GitHub](https://github.com/davidhalter/jedi) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 510 Β· πŸ“¦ 580K Β· πŸ“‹ 1.4K - 6% open Β· ⏱️ 03.09.2025): ``` git clone https://github.com/davidhalter/jedi ``` -- [PyPi](https://pypi.org/project/jedi) (πŸ“₯ 78M / month Β· πŸ“¦ 1.2K Β· ⏱️ 11.11.2024): +- [PyPi](https://pypi.org/project/jedi) (πŸ“₯ 80M / month Β· πŸ“¦ 1.2K Β· ⏱️ 11.11.2024): ``` pip install jedi ``` @@ -629,14 +629,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge rope ```
-
pyupgrade (πŸ₯ˆ33 Β· ⭐ 3.9K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT +
pyupgrade (πŸ₯ˆ32 Β· ⭐ 3.9K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT - [GitHub](https://github.com/asottile/pyupgrade) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 200 Β· πŸ“‹ 470 - 4% open Β· ⏱️ 13.08.2025): ``` git clone https://github.com/asottile/pyupgrade ``` -- [PyPi](https://pypi.org/project/pyupgrade) (πŸ“₯ 1M / month Β· πŸ“¦ 520 Β· ⏱️ 23.05.2025): +- [PyPi](https://pypi.org/project/pyupgrade) (πŸ“₯ 1.1M / month Β· πŸ“¦ 520 Β· ⏱️ 23.05.2025): ``` pip install pyupgrade ``` @@ -647,7 +647,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
vulture (πŸ₯ˆ30 Β· ⭐ 4K) - Find dead Python code. MIT -- [GitHub](https://github.com/jendrikseipp/vulture) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 170 Β· πŸ“¦ 5.8K Β· πŸ“‹ 230 - 17% open Β· ⏱️ 04.06.2025): +- [GitHub](https://github.com/jendrikseipp/vulture) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 170 Β· πŸ“¦ 5.8K Β· πŸ“‹ 230 - 17% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/jendrikseipp/vulture @@ -661,18 +661,18 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge vulture ```
-
autoflake (πŸ₯ˆ27 Β· ⭐ 950) - Removes unused imports and unused variables as reported by pyflakes. MIT +
autoflake (πŸ₯ˆ27 Β· ⭐ 940) - Removes unused imports and unused variables as reported by pyflakes. MIT - [GitHub](https://github.com/PyCQA/autoflake) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 83 Β· πŸ“‹ 120 - 34% open Β· ⏱️ 09.09.2025): ``` git clone https://github.com/myint/autoflake ``` -- [PyPi](https://pypi.org/project/autoflake) (πŸ“₯ 3.9M / month Β· πŸ“¦ 1K Β· ⏱️ 13.03.2024): +- [PyPi](https://pypi.org/project/autoflake) (πŸ“₯ 4M / month Β· πŸ“¦ 1K Β· ⏱️ 13.03.2024): ``` pip install autoflake ``` -- [Conda](https://anaconda.org/conda-forge/autoflake) (πŸ“₯ 620K Β· ⏱️ 28.07.2025): +- [Conda](https://anaconda.org/conda-forge/autoflake) (πŸ“₯ 630K Β· ⏱️ 28.07.2025): ``` conda install -c conda-forge autoflake ``` @@ -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) (πŸ“₯ 92K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/monkeytype) (πŸ“₯ 93K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge monkeytype ``` @@ -705,14 +705,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M pip install add-trailing-comma ```
-
unimport (πŸ₯‰21 Β· ⭐ 240) - The ultimate linter and formatter for removing unused import statements.. MIT +
unimport (πŸ₯‰22 Β· ⭐ 240) - The ultimate linter and formatter for removing unused import statements.. MIT -- [GitHub](https://github.com/hakancelikdev/unimport) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 22 Β· πŸ“¦ 150 Β· πŸ“‹ 120 - 9% open Β· ⏱️ 01.08.2025): +- [GitHub](https://github.com/hakancelikdev/unimport) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 21 Β· πŸ“¦ 150 Β· πŸ“‹ 120 - 10% open Β· ⏱️ 01.08.2025): ``` git clone https://github.com/hakancelik96/unimport ``` -- [PyPi](https://pypi.org/project/unimport) (πŸ“₯ 35K / month Β· πŸ“¦ 16 Β· ⏱️ 24.12.2023): +- [PyPi](https://pypi.org/project/unimport) (πŸ“₯ 38K / month Β· πŸ“¦ 40 Β· ⏱️ 18.09.2025): ``` pip install unimport ``` @@ -724,7 +724,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ilevkivskyi/com2ann ``` -- [PyPi](https://pypi.org/project/com2ann) (πŸ“₯ 25K / month Β· πŸ“¦ 2 Β· ⏱️ 21.08.2021): +- [PyPi](https://pypi.org/project/com2ann) (πŸ“₯ 21K / month Β· πŸ“¦ 2 Β· ⏱️ 21.08.2021): ``` pip install com2ann ``` @@ -749,28 +749,28 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
bandit (πŸ₯‡38 Β· ⭐ 7.3K) - Bandit is a tool designed to find common security issues in Python.. Apache-2 -- [GitHub](https://github.com/PyCQA/bandit) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 680 Β· πŸ“₯ 880 Β· πŸ“¦ 59K Β· πŸ“‹ 710 - 28% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/PyCQA/bandit) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 680 Β· πŸ“₯ 880 Β· πŸ“¦ 59K Β· πŸ“‹ 710 - 28% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/PyCQA/bandit ``` -- [PyPi](https://pypi.org/project/bandit) (πŸ“₯ 9.7M / month Β· πŸ“¦ 1.8K Β· ⏱️ 06.07.2025): +- [PyPi](https://pypi.org/project/bandit) (πŸ“₯ 9.9M / month Β· πŸ“¦ 1.8K Β· ⏱️ 06.07.2025): ``` pip install bandit ``` -- [Conda](https://anaconda.org/conda-forge/bandit) (πŸ“₯ 510K Β· ⏱️ 06.07.2025): +- [Conda](https://anaconda.org/conda-forge/bandit) (πŸ“₯ 520K Β· ⏱️ 06.07.2025): ``` conda install -c conda-forge bandit ```
safety (πŸ₯ˆ36 Β· ⭐ 1.9K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT -- [GitHub](https://github.com/pyupio/safety) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 170 Β· πŸ“₯ 870K Β· πŸ“¦ 18K Β· πŸ“‹ 260 - 13% open Β· ⏱️ 03.09.2025): +- [GitHub](https://github.com/pyupio/safety) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 170 Β· πŸ“₯ 880K Β· πŸ“¦ 18K Β· πŸ“‹ 260 - 13% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/pyupio/safety ``` -- [PyPi](https://pypi.org/project/safety) (πŸ“₯ 3.9M / month Β· πŸ“¦ 760 Β· ⏱️ 01.09.2025): +- [PyPi](https://pypi.org/project/safety) (πŸ“₯ 4M / month Β· πŸ“¦ 760 Β· ⏱️ 01.09.2025): ``` pip install safety ``` @@ -779,14 +779,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge safety ```
-
sqlmap (πŸ₯ˆ34 Β· ⭐ 35K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 +
sqlmap (πŸ₯ˆ34 Β· ⭐ 35K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 -- [GitHub](https://github.com/sqlmapproject/sqlmap) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 6K Β· πŸ“¦ 21 Β· πŸ“‹ 5.4K - 1% open Β· ⏱️ 01.09.2025): +- [GitHub](https://github.com/sqlmapproject/sqlmap) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 6K Β· πŸ“¦ 21 Β· πŸ“‹ 5.4K - 1% open Β· ⏱️ 14.09.2025): ``` git clone https://github.com/sqlmapproject/sqlmap ``` -- [PyPi](https://pypi.org/project/sqlmap) (πŸ“₯ 14K / month Β· πŸ“¦ 12 Β· ⏱️ 01.09.2025): +- [PyPi](https://pypi.org/project/sqlmap) (πŸ“₯ 15K / month Β· πŸ“¦ 12 Β· ⏱️ 01.09.2025): ``` pip install sqlmap ``` @@ -810,7 +810,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/dlint-py/dlint ``` -- [PyPi](https://pypi.org/project/dlint) (πŸ“₯ 89K / month Β· πŸ“¦ 93 Β· ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/dlint) (πŸ“₯ 87K / month Β· πŸ“¦ 93 Β· ⏱️ 31.10.2024): ``` pip install dlint ``` @@ -838,23 +838,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pypa/pipenv ``` -- [PyPi](https://pypi.org/project/pipenv) (πŸ“₯ 29M / month Β· πŸ“¦ 250 Β· ⏱️ 07.07.2025): +- [PyPi](https://pypi.org/project/pipenv) (πŸ“₯ 30M / month Β· πŸ“¦ 250 Β· ⏱️ 07.07.2025): ``` pip install pipenv ``` -- [Conda](https://anaconda.org/conda-forge/pipenv) (πŸ“₯ 280K Β· ⏱️ 08.07.2025): +- [Conda](https://anaconda.org/conda-forge/pipenv) (πŸ“₯ 290K Β· ⏱️ 08.07.2025): ``` conda install -c conda-forge pipenv ```
virtualenv (πŸ₯ˆ44 Β· ⭐ 5K) - Virtual Python Environment builder. MIT -- [GitHub](https://github.com/pypa/virtualenv) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.1K Β· πŸ“¦ 490K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 04.09.2025): +- [GitHub](https://github.com/pypa/virtualenv) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.1K Β· πŸ“¦ 490K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/pypa/virtualenv ``` -- [PyPi](https://pypi.org/project/virtualenv) (πŸ“₯ 250M / month Β· πŸ“¦ 1.9K Β· ⏱️ 13.08.2025): +- [PyPi](https://pypi.org/project/virtualenv) (πŸ“₯ 240M / month Β· πŸ“¦ 1.9K Β· ⏱️ 13.08.2025): ``` pip install virtualenv ``` @@ -863,19 +863,19 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge virtualenv ```
-
pyenv (πŸ₯ˆ34 Β· ⭐ 43K) - Simple Python version management. MIT +
pyenv (πŸ₯ˆ35 Β· ⭐ 43K) - Simple Python version management. MIT -- [GitHub](https://github.com/pyenv/pyenv) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.2K Β· πŸ“¦ 21 Β· πŸ“‹ 1.9K - 4% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/pyenv/pyenv) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.2K Β· πŸ“¦ 21 Β· πŸ“‹ 1.9K - 4% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/pyenv/pyenv ``` -- [PyPi](https://pypi.org/project/pyenv) (πŸ“₯ 9.9K / month Β· ⏱️ 12.01.2019): +- [PyPi](https://pypi.org/project/pyenv) (πŸ“₯ 10K / month Β· ⏱️ 12.01.2019): ``` pip install pyenv ```
-
pyenv-virtualenv (πŸ₯‰21 Β· ⭐ 6.6K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT +
pyenv-virtualenv (πŸ₯‰21 Β· ⭐ 6.7K) - 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): @@ -923,12 +923,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
conda (πŸ₯‡43 Β· ⭐ 7.1K) - A system-level, binary package and environment manager running on all.. BSD-3 -- [GitHub](https://github.com/conda/conda) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.9K Β· πŸ“₯ 29K Β· πŸ“¦ 52K Β· πŸ“‹ 10K - 6% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/conda/conda) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.9K Β· πŸ“₯ 29K Β· πŸ“¦ 52K Β· πŸ“‹ 10K - 6% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/conda/conda ``` -- [PyPi](https://pypi.org/project/conda) (πŸ“₯ 7.7K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2017): +- [PyPi](https://pypi.org/project/conda) (πŸ“₯ 7.9K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2017): ``` pip install conda ``` @@ -937,25 +937,25 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge conda ```
-
poetry (πŸ₯ˆ40 Β· ⭐ 34K) - Python packaging and dependency management made easy. MIT +
poetry (πŸ₯ˆ42 Β· ⭐ 34K Β· πŸ“ˆ) - Python packaging and dependency management made easy. MIT -- [GitHub](https://github.com/python-poetry/poetry) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2.4K Β· πŸ“₯ 16M Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 10.09.2025): +- [GitHub](https://github.com/python-poetry/poetry) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2.4K Β· πŸ“₯ 16M Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 14.09.2025): ``` git clone https://github.com/python-poetry/poetry ``` -- [PyPi](https://pypi.org/project/poetry) (πŸ“₯ 67M / month Β· πŸ“¦ 850 Β· ⏱️ 05.08.2025): +- [PyPi](https://pypi.org/project/poetry) (πŸ“₯ 68M / month Β· πŸ“¦ 860 Β· ⏱️ 14.09.2025): ``` pip install poetry ``` -- [Conda](https://anaconda.org/conda-forge/poetry) (πŸ“₯ 5.8M Β· ⏱️ 05.08.2025): +- [Conda](https://anaconda.org/conda-forge/poetry) (πŸ“₯ 6M Β· ⏱️ 15.09.2025): ``` conda install -c conda-forge poetry ```
pip-tools (πŸ₯ˆ39 Β· ⭐ 7.9K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 -- [GitHub](https://github.com/jazzband/pip-tools) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 630 Β· πŸ“¦ 36K Β· πŸ“‹ 1.1K - 18% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/jazzband/pip-tools) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 630 Β· πŸ“¦ 36K Β· πŸ“‹ 1.2K - 19% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/jazzband/pip-tools @@ -971,12 +971,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
PDM (πŸ₯ˆ38 Β· ⭐ 8.5K) - A modern Python package and dependency manager supporting the latest PEP.. MIT -- [GitHub](https://github.com/pdm-project/pdm) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 450 Β· πŸ“₯ 740 Β· πŸ“¦ 510 Β· πŸ“‹ 1.9K - 2% open Β· ⏱️ 05.09.2025): +- [GitHub](https://github.com/pdm-project/pdm) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 450 Β· πŸ“₯ 760 Β· πŸ“¦ 510 Β· πŸ“‹ 1.9K - 2% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/pdm-project/pdm ``` -- [PyPi](https://pypi.org/project/pdm) (πŸ“₯ 7.6M / month Β· πŸ“¦ 200 Β· ⏱️ 22.08.2025): +- [PyPi](https://pypi.org/project/pdm) (πŸ“₯ 8.1M / month Β· πŸ“¦ 200 Β· ⏱️ 22.08.2025): ``` pip install pdm ``` @@ -987,12 +987,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pipx (πŸ₯‰34 Β· ⭐ 12K) - Install and Run Python Applications in Isolated Environments. MIT -- [GitHub](https://github.com/pypa/pipx) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 480 Β· πŸ“₯ 580K Β· πŸ“¦ 4.5K Β· πŸ“‹ 850 - 16% open Β· ⏱️ 10.08.2025): +- [GitHub](https://github.com/pypa/pipx) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 480 Β· πŸ“₯ 590K Β· πŸ“¦ 4.5K Β· πŸ“‹ 880 - 18% open Β· ⏱️ 10.08.2025): ``` git clone https://github.com/pypa/pipx ``` -- [PyPi](https://pypi.org/project/pipx) (πŸ“₯ 10M / month Β· πŸ“¦ 58 Β· ⏱️ 23.08.2024): +- [PyPi](https://pypi.org/project/pipx) (πŸ“₯ 9.9M / month Β· πŸ“¦ 58 Β· ⏱️ 23.08.2024): ``` pip install pipx ``` @@ -1024,7 +1024,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pipreqs ``` -- [Conda](https://anaconda.org/conda-forge/pipreqs) (πŸ“₯ 68K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pipreqs) (πŸ“₯ 69K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pipreqs ``` @@ -1036,7 +1036,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/David-OConnor/pyflow ``` -- [PyPi](https://pypi.org/project/pyflow) (πŸ“₯ 350 / month Β· πŸ“¦ 1 Β· ⏱️ 02.07.2021): +- [PyPi](https://pypi.org/project/pyflow) (πŸ“₯ 420 / month Β· πŸ“¦ 1 Β· ⏱️ 02.07.2021): ``` pip install pyflow ``` @@ -1044,7 +1044,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 2 hidden projects... - dephell (πŸ₯‰26 Β· ⭐ 1.8K Β· πŸ’€) - Python project management. Manage packages: convert between formats,.. MIT -- pip-run (πŸ₯‰18 Β· ⭐ 140) - pip-run - dynamic dependency loader for Python. ❗Unlicensed +- pip-run (πŸ₯‰19 Β· ⭐ 140) - pip-run - dynamic dependency loader for Python. ❗Unlicensed

@@ -1054,12 +1054,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
prospector (πŸ₯‡34 Β· ⭐ 2K) - Inspects Python source files and provides information about type.. ❗️GPL-2.0 -- [GitHub](https://github.com/prospector-dev/prospector) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 5.2K Β· πŸ“‹ 400 - 8% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/prospector-dev/prospector) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 180 Β· πŸ“¦ 5.2K Β· πŸ“‹ 400 - 8% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/PyCQA/prospector ``` -- [PyPi](https://pypi.org/project/prospector) (πŸ“₯ 490K / month Β· πŸ“¦ 290 Β· ⏱️ 13.08.2025): +- [PyPi](https://pypi.org/project/prospector) (πŸ“₯ 460K / month Β· πŸ“¦ 290 Β· ⏱️ 13.08.2025): ``` pip install prospector ``` @@ -1075,7 +1075,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/PyCQA/mccabe ``` -- [PyPi](https://pypi.org/project/mccabe) (πŸ“₯ 66M / month Β· πŸ“¦ 930 Β· ⏱️ 24.01.2022): +- [PyPi](https://pypi.org/project/mccabe) (πŸ“₯ 67M / month Β· πŸ“¦ 930 Β· ⏱️ 24.01.2022): ``` pip install mccabe ``` @@ -1142,9 +1142,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
rich (πŸ₯‡47 Β· ⭐ 54K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT +
rich (πŸ₯‡46 Β· ⭐ 54K Β· πŸ“‰) - Rich is a Python library for rich text and beautiful formatting in the.. MIT -- [GitHub](https://github.com/Textualize/rich) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.9K Β· πŸ“¦ 470K Β· πŸ“‹ 1.5K - 18% open Β· ⏱️ 13.08.2025): +- [GitHub](https://github.com/Textualize/rich) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.9K Β· πŸ“¦ 480K Β· πŸ“‹ 1.5K - 18% open Β· ⏱️ 13.08.2025): ``` git clone https://github.com/Textualize/rich @@ -1160,7 +1160,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
tqdm (πŸ₯‡41 Β· ⭐ 30K Β· πŸ’€) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 -- [GitHub](https://github.com/tqdm/tqdm) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“₯ 15K Β· πŸ“¦ 1.2M Β· πŸ“‹ 1.2K - 49% open Β· ⏱️ 12.11.2024): +- [GitHub](https://github.com/tqdm/tqdm) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“₯ 17K Β· πŸ“¦ 1.2M Β· πŸ“‹ 1.2K - 49% open Β· ⏱️ 12.11.2024): ``` git clone https://github.com/tqdm/tqdm @@ -1180,28 +1180,28 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
sentry-sdk (πŸ₯‡39 Β· ⭐ 2.1K) - The official Python SDK for Sentry.io. MIT -- [GitHub](https://github.com/getsentry/sentry-python) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 560 Β· πŸ“₯ 3.9K Β· πŸ“‹ 1.8K - 11% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/getsentry/sentry-python) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 560 Β· πŸ“₯ 3.9K Β· πŸ“‹ 1.8K - 10% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/getsentry/sentry-python ``` -- [PyPi](https://pypi.org/project/sentry-sdk) (πŸ“₯ 72M / month Β· πŸ“¦ 1.3K Β· ⏱️ 09.09.2025): +- [PyPi](https://pypi.org/project/sentry-sdk) (πŸ“₯ 75M / month Β· πŸ“¦ 1.3K Β· ⏱️ 15.09.2025): ``` pip install sentry-sdk ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 1.4M Β· ⏱️ 09.09.2025): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 1.4M Β· ⏱️ 16.09.2025): ``` conda install -c conda-forge sentry-sdk ```
loguru (πŸ₯ˆ38 Β· ⭐ 23K) - Python logging made (stupidly) simple. MIT -- [GitHub](https://github.com/Delgan/loguru) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 740 Β· πŸ“¦ 140K Β· πŸ“‹ 1.1K - 20% open Β· ⏱️ 31.08.2025): +- [GitHub](https://github.com/Delgan/loguru) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 740 Β· πŸ“¦ 140K Β· πŸ“‹ 1.1K - 20% open Β· ⏱️ 13.09.2025): ``` git clone https://github.com/Delgan/loguru ``` -- [PyPi](https://pypi.org/project/loguru) (πŸ“₯ 40M / month Β· πŸ“¦ 11K Β· ⏱️ 06.12.2024): +- [PyPi](https://pypi.org/project/loguru) (πŸ“₯ 41M / month Β· πŸ“¦ 11K Β· ⏱️ 06.12.2024): ``` pip install loguru ``` @@ -1212,23 +1212,23 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
structlog (πŸ₯ˆ38 Β· ⭐ 4.2K) - Simple, powerful, and fast logging for Python. Apache-2 -- [GitHub](https://github.com/hynek/structlog) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 250 Β· πŸ“¦ 25K Β· πŸ“‹ 380 - 10% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/hynek/structlog) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 250 Β· πŸ“¦ 25K Β· πŸ“‹ 380 - 10% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/hynek/structlog ``` -- [PyPi](https://pypi.org/project/structlog) (πŸ“₯ 34M / month Β· πŸ“¦ 1.5K Β· ⏱️ 02.06.2025): +- [PyPi](https://pypi.org/project/structlog) (πŸ“₯ 35M / month Β· πŸ“¦ 1.5K Β· ⏱️ 02.06.2025): ``` pip install structlog ``` -- [Conda](https://anaconda.org/conda-forge/structlog) (πŸ“₯ 780K Β· ⏱️ 02.06.2025): +- [Conda](https://anaconda.org/conda-forge/structlog) (πŸ“₯ 790K Β· ⏱️ 02.06.2025): ``` conda install -c conda-forge structlog ```
logbook (πŸ₯ˆ36 Β· ⭐ 1.5K) - A cool logging replacement for Python. BSD-3 -- [GitHub](https://github.com/getlogbook/logbook) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 170 Β· πŸ“₯ 500 Β· πŸ“¦ 7.3K Β· πŸ“‹ 190 - 25% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/getlogbook/logbook) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 170 Β· πŸ“₯ 500 Β· πŸ“¦ 7.3K Β· πŸ“‹ 190 - 25% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/getlogbook/logbook @@ -1269,7 +1269,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) (πŸ“₯ 160K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/alive-progress) (πŸ“₯ 170K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge alive-progress ``` @@ -1297,7 +1297,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/borntyping/python-colorlog ``` -- [PyPi](https://pypi.org/project/colorlog) (πŸ“₯ 33M / month Β· πŸ“¦ 2.1K Β· ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/colorlog) (πŸ“₯ 34M / month Β· πŸ“¦ 2.1K Β· ⏱️ 29.10.2024): ``` pip install colorlog ``` @@ -1313,11 +1313,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/WoLpH/python-progressbar ``` -- [PyPi](https://pypi.org/project/progressbar2) (πŸ“₯ 29M / month Β· πŸ“¦ 930 Β· ⏱️ 28.08.2024): +- [PyPi](https://pypi.org/project/progressbar2) (πŸ“₯ 31M / month Β· πŸ“¦ 930 Β· ⏱️ 28.08.2024): ``` pip install progressbar2 ``` -- [Conda](https://anaconda.org/conda-forge/progressbar2) (πŸ“₯ 3.3M Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/progressbar2) (πŸ“₯ 3.4M Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge progressbar2 ``` @@ -1329,11 +1329,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/liiight/notifiers ``` -- [PyPi](https://pypi.org/project/notifiers) (πŸ“₯ 560K / month Β· πŸ“¦ 37 Β· ⏱️ 17.05.2025): +- [PyPi](https://pypi.org/project/notifiers) (πŸ“₯ 550K / month Β· πŸ“¦ 37 Β· ⏱️ 17.05.2025): ``` pip install notifiers ``` -- [Conda](https://anaconda.org/conda-forge/notifiers) (πŸ“₯ 58K Β· ⏱️ 20.05.2025): +- [Conda](https://anaconda.org/conda-forge/notifiers) (πŸ“₯ 59K Β· ⏱️ 20.05.2025): ``` conda install -c conda-forge notifiers ``` @@ -1345,7 +1345,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/samuelcolvin/python-devtools ``` -- [PyPi](https://pypi.org/project/python-devtools) (πŸ“₯ 2.1K / month Β· πŸ“¦ 2 Β· ⏱️ 21.08.2017): +- [PyPi](https://pypi.org/project/python-devtools) (πŸ“₯ 2K / month Β· πŸ“¦ 2 Β· ⏱️ 21.08.2017): ``` pip install python-devtools ``` @@ -1373,12 +1373,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
xxh (πŸ₯‰19 Β· ⭐ 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.4K Β· πŸ“‹ 96 - 30% open Β· ⏱️ 04.04.2025): +- [GitHub](https://github.com/xxh/xxh) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“₯ 4.5K Β· πŸ“‹ 96 - 30% open Β· ⏱️ 04.04.2025): ``` git clone https://github.com/xxh/xxh ``` -- [PyPi](https://pypi.org/project/xxh-xxh) (πŸ“₯ 280 / month Β· ⏱️ 06.04.2024): +- [PyPi](https://pypi.org/project/xxh-xxh) (πŸ“₯ 260 / month Β· ⏱️ 06.04.2024): ``` pip install xxh-xxh ``` @@ -1395,18 +1395,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 (πŸ₯‡43 Β· ⭐ 24K) - Documentation that simply works. MIT +
mkdocs-material (πŸ₯‡43 Β· ⭐ 25K) - Documentation that simply works. MIT -- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.9K Β· πŸ“¦ 73K Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 10.09.2025): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.9K Β· πŸ“¦ 73K Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/squidfunk/mkdocs-material ``` -- [PyPi](https://pypi.org/project/mkdocs-material) (πŸ“₯ 10M / month Β· πŸ“¦ 5.5K Β· ⏱️ 07.09.2025): +- [PyPi](https://pypi.org/project/mkdocs-material) (πŸ“₯ 9.8M / month Β· πŸ“¦ 5.6K Β· ⏱️ 15.09.2025): ``` pip install mkdocs-material ``` -- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (πŸ“₯ 770K Β· ⏱️ 08.09.2025): +- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (πŸ“₯ 770K Β· ⏱️ 15.09.2025): ``` conda install -c conda-forge mkdocs-material ``` @@ -1418,16 +1418,16 @@ 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) (πŸ“₯ 9M / month Β· πŸ“¦ 6.5K Β· ⏱️ 30.08.2024): +- [PyPi](https://pypi.org/project/mkdocs) (πŸ“₯ 9.1M / month Β· πŸ“¦ 6.5K Β· ⏱️ 30.08.2024): ``` pip install mkdocs ``` -- [Conda](https://anaconda.org/conda-forge/mkdocs) (πŸ“₯ 580K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/mkdocs) (πŸ“₯ 590K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge mkdocs ```
-
sphinx_rtd_theme (πŸ₯ˆ35 Β· ⭐ 5K Β· πŸ’€) - Sphinx theme from Read the Docs. MIT +
sphinx_rtd_theme (πŸ₯ˆ36 Β· ⭐ 5K Β· πŸ’€) - Sphinx theme from Read the Docs. MIT - [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.8K Β· πŸ“¦ 16 Β· πŸ“‹ 920 - 27% open Β· ⏱️ 20.02.2025): @@ -1438,35 +1438,35 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install sphinx_rtd_theme ``` -- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (πŸ“₯ 4.6M Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (πŸ“₯ 4.6M Β· ⏱️ 14.09.2025): ``` conda install -c conda-forge sphinx_rtd_theme ```
-
Griffe (πŸ₯ˆ34 Β· ⭐ 520) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC +
Griffe (πŸ₯ˆ34 Β· ⭐ 530) - Signatures for entire Python programs. Extract the structure, the frame,.. ISC -- [GitHub](https://github.com/mkdocstrings/griffe) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 53 Β· πŸ“¦ 12K Β· πŸ“‹ 290 - 9% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/mkdocstrings/griffe) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 54 Β· πŸ“¦ 12K Β· πŸ“‹ 290 - 9% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/mkdocstrings/griffe ``` -- [PyPi](https://pypi.org/project/griffe) (πŸ“₯ 14M / month Β· πŸ“¦ 330 Β· ⏱️ 05.09.2025): +- [PyPi](https://pypi.org/project/griffe) (πŸ“₯ 15M / month Β· πŸ“¦ 330 Β· ⏱️ 05.09.2025): ``` pip install griffe ``` -- [Conda](https://anaconda.org/conda-forge/griffe) (πŸ“₯ 630K Β· ⏱️ 06.09.2025): +- [Conda](https://anaconda.org/conda-forge/griffe) (πŸ“₯ 640K Β· ⏱️ 06.09.2025): ``` conda install -c conda-forge griffe ```
mkdocstrings (πŸ₯ˆ33 Β· ⭐ 2K) - Automatic documentation from sources, for MkDocs. ISC -- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 110 Β· πŸ“¦ 21K Β· πŸ“‹ 460 - 12% open Β· ⏱️ 24.08.2025): +- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 120 Β· πŸ“¦ 21K Β· πŸ“‹ 460 - 12% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/mkdocstrings/mkdocstrings ``` -- [PyPi](https://pypi.org/project/mkdocstrings) (πŸ“₯ 4M / month Β· πŸ“¦ 1.6K Β· ⏱️ 22.07.2025): +- [PyPi](https://pypi.org/project/mkdocstrings) (πŸ“₯ 4.1M / month Β· πŸ“¦ 1.6K Β· ⏱️ 22.07.2025): ``` pip install mkdocstrings ``` @@ -1475,14 +1475,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge mkdocstrings ```
-
breathe (πŸ₯ˆ33 Β· ⭐ 790) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 +
breathe (πŸ₯ˆ33 Β· ⭐ 780) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 - [GitHub](https://github.com/breathe-doc/breathe) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 210 Β· πŸ“₯ 760 Β· πŸ“¦ 19K Β· πŸ“‹ 610 - 30% open Β· ⏱️ 01.09.2025): ``` git clone https://github.com/michaeljones/breathe ``` -- [PyPi](https://pypi.org/project/breathe) (πŸ“₯ 960K / month Β· πŸ“¦ 130 Β· ⏱️ 08.07.2025): +- [PyPi](https://pypi.org/project/breathe) (πŸ“₯ 1M / month Β· πŸ“¦ 130 Β· ⏱️ 08.07.2025): ``` pip install breathe ``` @@ -1498,11 +1498,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/tox-dev/sphinx-autodoc-typehints ``` -- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (πŸ“₯ 3.6M / month Β· πŸ“¦ 3.9K Β· ⏱️ 25.04.2025): +- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (πŸ“₯ 3.9M / month Β· πŸ“¦ 3.9K Β· ⏱️ 25.04.2025): ``` pip install sphinx-autodoc-typehints ``` -- [Conda](https://anaconda.org/conda-forge/sphinx-autodoc-typehints) (πŸ“₯ 920K Β· ⏱️ 25.04.2025): +- [Conda](https://anaconda.org/conda-forge/sphinx-autodoc-typehints) (πŸ“₯ 930K Β· ⏱️ 25.04.2025): ``` conda install -c conda-forge sphinx-autodoc-typehints ``` @@ -1514,11 +1514,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/executablebooks/sphinx-autobuild ``` -- [PyPi](https://pypi.org/project/sphinx-autobuild) (πŸ“₯ 4.3M / month Β· πŸ“¦ 2.3K Β· ⏱️ 25.08.2025): +- [PyPi](https://pypi.org/project/sphinx-autobuild) (πŸ“₯ 4.6M / month Β· πŸ“¦ 2.3K Β· ⏱️ 25.08.2025): ``` pip install sphinx-autobuild ``` -- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (πŸ“₯ 390K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (πŸ“₯ 400K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge sphinx-autobuild ``` @@ -1530,7 +1530,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pdoc3/pdoc ``` -- [PyPi](https://pypi.org/project/pdoc3) (πŸ“₯ 310K / month Β· πŸ“¦ 490 Β· ⏱️ 20.03.2025): +- [PyPi](https://pypi.org/project/pdoc3) (πŸ“₯ 320K / month Β· πŸ“¦ 490 Β· ⏱️ 20.03.2025): ``` pip install pdoc3 ``` @@ -1546,7 +1546,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/asottile/blacken-docs ``` -- [PyPi](https://pypi.org/project/blacken-docs) (πŸ“₯ 140K / month Β· πŸ“¦ 120 Β· ⏱️ 08.09.2025): +- [PyPi](https://pypi.org/project/blacken-docs) (πŸ“₯ 150K / month Β· πŸ“¦ 120 Β· ⏱️ 08.09.2025): ``` pip install blacken-docs ``` @@ -1557,12 +1557,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
mkdocs-awesome-pages-plugin (πŸ₯‰24 Β· ⭐ 590) - A plugin for customizing the navigation structure of.. MIT -- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“¦ 270 Β· πŸ“‹ 110 - 18% open Β· ⏱️ 10.09.2025): +- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“¦ 280 Β· πŸ“‹ 110 - 17% open Β· ⏱️ 10.09.2025): ``` git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (πŸ“₯ 660K / month Β· πŸ“¦ 220 Β· ⏱️ 22.12.2024): +- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (πŸ“₯ 690K / month Β· πŸ“¦ 220 Β· ⏱️ 22.12.2024): ``` pip install mkdocs-awesome-pages-plugin ``` @@ -1590,7 +1590,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ml-tooling/lazydocs ``` -- [PyPi](https://pypi.org/project/lazydocs) (πŸ“₯ 58K / month Β· πŸ“¦ 65 Β· ⏱️ 27.07.2021): +- [PyPi](https://pypi.org/project/lazydocs) (πŸ“₯ 55K / month Β· πŸ“¦ 65 Β· ⏱️ 27.07.2021): ``` pip install lazydocs ``` @@ -1602,7 +1602,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/timvink/mkdocs-print-site-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (πŸ“₯ 88K / month Β· πŸ“¦ 22 Β· ⏱️ 03.08.2025): +- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (πŸ“₯ 92K / month Β· πŸ“¦ 22 Β· ⏱️ 03.08.2025): ``` pip install mkdocs-print-site-plugin ``` @@ -1610,8 +1610,8 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 14 hidden projects... - sphinx (πŸ₯‡43 Β· ⭐ 7.4K) - The Sphinx documentation generator. ❗Unlicensed +- pdoc (πŸ₯ˆ32 Β· ⭐ 2.2K) - API Documentation for Python Projects. ❗️MIT-0 - alabaster (πŸ₯ˆ32 Β· ⭐ 750 Β· πŸ’€) - Lightweight, configurable Sphinx theme. BSD-3 -- pdoc (πŸ₯ˆ31 Β· ⭐ 2.2K) - API Documentation for Python Projects. ❗️MIT-0 - numpydoc (πŸ₯‰29 Β· ⭐ 340) - Numpys Sphinx extensions. ❗Unlicensed - interrogate (πŸ₯‰26 Β· ⭐ 640 Β· πŸ’€) - Explain yourself! Interrogate a codebase for docstring coverage. MIT - sphinx-bootstrap-theme (πŸ₯‰26 Β· ⭐ 590 Β· πŸ’€) - Sphinx Bootstrap Theme. MIT @@ -1630,7 +1630,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
pudb (πŸ₯‡34 Β· ⭐ 3.1K) - Full-screen console debugger for Python. MIT +
pudb (πŸ₯‡34 Β· ⭐ 3.2K) - Full-screen console debugger for Python. MIT - [GitHub](https://github.com/inducer/pudb) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 230 Β· πŸ“¦ 8.2K Β· πŸ“‹ 360 - 45% open Β· ⏱️ 08.09.2025): @@ -1646,52 +1646,52 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pudb ```
-
icecream (πŸ₯‡32 Β· ⭐ 9.9K) - Never use print() to debug again. MIT +
PySnooper (πŸ₯‡32 Β· ⭐ 17K) - Never use print for debugging again. MIT -- [GitHub](https://github.com/gruns/icecream) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“¦ 21 Β· πŸ“‹ 180 - 46% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/cool-RR/PySnooper) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 950 Β· πŸ“¦ 2.1K Β· πŸ“‹ 140 - 21% open Β· ⏱️ 31.05.2025): ``` - git clone https://github.com/gruns/icecream + git clone https://github.com/cool-RR/PySnooper ``` -- [PyPi](https://pypi.org/project/icecream) (πŸ“₯ 1.3M / month Β· πŸ“¦ 530 Β· ⏱️ 14.08.2025): +- [PyPi](https://pypi.org/project/pysnooper) (πŸ“₯ 460K / month Β· πŸ“¦ 67 Β· ⏱️ 31.05.2025): ``` - pip install icecream + pip install pysnooper ``` -- [Conda](https://anaconda.org/conda-forge/icecream) (πŸ“₯ 85K Β· ⏱️ 16.08.2025): +- [Conda](https://anaconda.org/conda-forge/pysnooper) (πŸ“₯ 140K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge icecream + conda install -c conda-forge pysnooper ```
-
pyelftools (πŸ₯‡32 Β· ⭐ 2.2K) - Parsing ELF and DWARF in Python. Unlicense +
icecream (πŸ₯‡32 Β· ⭐ 9.9K) - Never use print() to debug again. MIT -- [GitHub](https://github.com/eliben/pyelftools) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 520 Β· πŸ“¦ 11K Β· πŸ“‹ 270 - 27% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/gruns/icecream) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 200 Β· πŸ“¦ 21 Β· πŸ“‹ 160 - 40% open Β· ⏱️ 14.09.2025): ``` - git clone https://github.com/eliben/pyelftools + git clone https://github.com/gruns/icecream ``` -- [PyPi](https://pypi.org/project/pyelftools) (πŸ“₯ 6.4M / month Β· πŸ“¦ 270 Β· ⏱️ 19.02.2025): +- [PyPi](https://pypi.org/project/icecream) (πŸ“₯ 1.4M / month Β· πŸ“¦ 540 Β· ⏱️ 14.09.2025): ``` - pip install pyelftools + pip install icecream ``` -- [Conda](https://anaconda.org/conda-forge/pyelftools) (πŸ“₯ 910K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/icecream) (πŸ“₯ 85K Β· ⏱️ 14.09.2025): ``` - conda install -c conda-forge pyelftools + conda install -c conda-forge icecream ```
-
PySnooper (πŸ₯ˆ31 Β· ⭐ 17K) - Never use print for debugging again. MIT +
pyelftools (πŸ₯‡32 Β· ⭐ 2.2K) - Parsing ELF and DWARF in Python. Unlicense -- [GitHub](https://github.com/cool-RR/PySnooper) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 950 Β· πŸ“¦ 2.1K Β· πŸ“‹ 140 - 21% open Β· ⏱️ 31.05.2025): +- [GitHub](https://github.com/eliben/pyelftools) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 520 Β· πŸ“¦ 11K Β· πŸ“‹ 270 - 27% open Β· ⏱️ 08.09.2025): ``` - git clone https://github.com/cool-RR/PySnooper + git clone https://github.com/eliben/pyelftools ``` -- [PyPi](https://pypi.org/project/pysnooper) (πŸ“₯ 430K / month Β· πŸ“¦ 67 Β· ⏱️ 31.05.2025): +- [PyPi](https://pypi.org/project/pyelftools) (πŸ“₯ 6.6M / month Β· πŸ“¦ 270 Β· ⏱️ 19.02.2025): ``` - pip install pysnooper + pip install pyelftools ``` -- [Conda](https://anaconda.org/conda-forge/pysnooper) (πŸ“₯ 140K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pyelftools) (πŸ“₯ 920K Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge pysnooper + conda install -c conda-forge pyelftools ```
ipdb (πŸ₯ˆ31 Β· ⭐ 1.9K) - Integration of IPython pdb. BSD-3 @@ -1701,7 +1701,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/gotcha/ipdb ``` -- [PyPi](https://pypi.org/project/ipdb) (πŸ“₯ 10M / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.03.2023): +- [PyPi](https://pypi.org/project/ipdb) (πŸ“₯ 11M / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.03.2023): ``` pip install ipdb ``` @@ -1717,11 +1717,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ionelmc/python-hunter ``` -- [PyPi](https://pypi.org/project/hunter) (πŸ“₯ 620K / month Β· πŸ“¦ 17 Β· ⏱️ 22.08.2025): +- [PyPi](https://pypi.org/project/hunter) (πŸ“₯ 700K / month Β· πŸ“¦ 17 Β· ⏱️ 22.08.2025): ``` pip install hunter ``` -- [Conda](https://anaconda.org/conda-forge/hunter) (πŸ“₯ 170K Β· ⏱️ 12.07.2025): +- [Conda](https://anaconda.org/conda-forge/hunter) (πŸ“₯ 180K Β· ⏱️ 12.07.2025): ``` conda install -c conda-forge hunter ``` @@ -1733,7 +1733,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/cs01/gdbgui ``` -- [PyPi](https://pypi.org/project/gdbgui) (πŸ“₯ 6.5K / month Β· πŸ“¦ 2 Β· ⏱️ 29.06.2025): +- [PyPi](https://pypi.org/project/gdbgui) (πŸ“₯ 7.1K / month Β· πŸ“¦ 2 Β· ⏱️ 29.06.2025): ``` pip install gdbgui ``` @@ -1745,7 +1745,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/alexmojaki/snoop ``` -- [PyPi](https://pypi.org/project/snoop) (πŸ“₯ 66K / month Β· πŸ“¦ 41 Β· ⏱️ 06.10.2024): +- [PyPi](https://pypi.org/project/snoop) (πŸ“₯ 67K / month Β· πŸ“¦ 41 Β· ⏱️ 06.10.2024): ``` pip install snoop ``` @@ -1773,7 +1773,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/alexmojaki/birdseye ``` -- [PyPi](https://pypi.org/project/birdseye) (πŸ“₯ 2K / month Β· πŸ“¦ 9 Β· ⏱️ 06.09.2025): +- [PyPi](https://pypi.org/project/birdseye) (πŸ“₯ 2.1K / month Β· πŸ“¦ 9 Β· ⏱️ 06.09.2025): ``` pip install birdseye ``` @@ -1796,7 +1796,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest (πŸ₯‡49 Β· ⭐ 13K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT -- [GitHub](https://github.com/pytest-dev/pytest) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 2.9K Β· πŸ“₯ 24K Β· πŸ“¦ 1.7M Β· πŸ“‹ 6.2K - 14% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/pytest-dev/pytest) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 2.9K Β· πŸ“₯ 24K Β· πŸ“¦ 1.7M Β· πŸ“‹ 6.2K - 15% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/pytest-dev/pytest @@ -1812,7 +1812,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
robotframework (πŸ₯‡43 Β· ⭐ 11K) - Generic automation framework for acceptance testing and RPA. Apache-2 -- [GitHub](https://github.com/robotframework/robotframework) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.5K Β· πŸ“₯ 580 Β· πŸ“¦ 14K Β· πŸ“‹ 4.7K - 5% open Β· ⏱️ 10.09.2025): +- [GitHub](https://github.com/robotframework/robotframework) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.5K Β· πŸ“₯ 580 Β· πŸ“¦ 14K Β· πŸ“‹ 4.7K - 5% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/robotframework/robotframework @@ -1828,108 +1828,108 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
hypothesis (πŸ₯‡41 Β· ⭐ 8.1K) - The property-based testing library for Python. MPL-2.0 -- [GitHub](https://github.com/HypothesisWorks/hypothesis) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 620 Β· πŸ“¦ 35K Β· πŸ“‹ 1.7K - 4% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/HypothesisWorks/hypothesis) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 620 Β· πŸ“¦ 35K Β· πŸ“‹ 1.7K - 4% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/HypothesisWorks/hypothesis ``` -- [PyPi](https://pypi.org/project/hypothesis) (πŸ“₯ 20M / month Β· πŸ“¦ 2.8K Β· ⏱️ 08.09.2025): +- [PyPi](https://pypi.org/project/hypothesis) (πŸ“₯ 21M / month Β· πŸ“¦ 2.9K Β· ⏱️ 18.09.2025): ``` pip install hypothesis ``` -- [Conda](https://anaconda.org/conda-forge/hypothesis) (πŸ“₯ 15M Β· ⏱️ 08.09.2025): +- [Conda](https://anaconda.org/conda-forge/hypothesis) (πŸ“₯ 15M Β· ⏱️ 18.09.2025): ``` conda install -c conda-forge hypothesis ```
-
tox (πŸ₯‡41 Β· ⭐ 3.8K Β· πŸ“ˆ) - Command line driven CI frontend and development task automation tool. MIT +
playwright-python (πŸ₯‡40 Β· ⭐ 14K) - Python version of the Playwright testing and automation.. Apache-2 -- [GitHub](https://github.com/tox-dev/tox) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 540 Β· πŸ“¦ 130K Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 04.09.2025): +- [GitHub](https://github.com/microsoft/playwright-python) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 1.1K Β· πŸ“¦ 46K Β· πŸ“‹ 1.5K - 2% open Β· ⏱️ 09.09.2025): ``` - git clone https://github.com/tox-dev/tox - ``` -- [PyPi](https://pypi.org/project/tox) (πŸ“₯ 24M / month Β· πŸ“¦ 12K Β· ⏱️ 04.09.2025): - ``` - pip install tox + git clone https://github.com/microsoft/playwright-python ``` -- [Conda](https://anaconda.org/conda-forge/tox) (πŸ“₯ 1.5M Β· ⏱️ 05.09.2025): +- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 26M / month Β· πŸ“¦ 2.7K Β· ⏱️ 28.08.2025): ``` - conda install -c conda-forge tox + pip install playwright ```
-
playwright-python (πŸ₯‡40 Β· ⭐ 14K Β· πŸ“ˆ) - Python version of the Playwright testing and.. Apache-2 +
pytest-asyncio (πŸ₯‡40 Β· ⭐ 1.6K) - Asyncio support for pytest. Apache-2 -- [GitHub](https://github.com/microsoft/playwright-python) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 1.1K Β· πŸ“¦ 45K Β· πŸ“‹ 1.5K - 2% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 160 Β· πŸ“₯ 1.6K Β· πŸ“¦ 160K Β· πŸ“‹ 380 - 13% open Β· ⏱️ 15.09.2025): ``` - git clone https://github.com/microsoft/playwright-python + git clone https://github.com/pytest-dev/pytest-asyncio ``` -- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 25M / month Β· πŸ“¦ 2.7K Β· ⏱️ 28.08.2025): +- [PyPi](https://pypi.org/project/pytest-asyncio) (πŸ“₯ 55M / month Β· πŸ“¦ 12K Β· ⏱️ 12.09.2025): ``` - pip install playwright + pip install pytest-asyncio + ``` +- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (πŸ“₯ 2.6M Β· ⏱️ 12.09.2025): + ``` + conda install -c conda-forge pytest-asyncio ```
-
pytest-asyncio (πŸ₯‡40 Β· ⭐ 1.6K) - Asyncio support for pytest. Apache-2 +
tox (πŸ₯ˆ39 Β· ⭐ 3.8K Β· πŸ“‰) - Command line driven CI frontend and development task automation tool. MIT -- [GitHub](https://github.com/pytest-dev/pytest-asyncio) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 160 Β· πŸ“₯ 1.6K Β· πŸ“¦ 160K Β· πŸ“‹ 380 - 15% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/tox-dev/tox) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 540 Β· πŸ“¦ 130K Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 04.09.2025): ``` - git clone https://github.com/pytest-dev/pytest-asyncio + git clone https://github.com/tox-dev/tox ``` -- [PyPi](https://pypi.org/project/pytest-asyncio) (πŸ“₯ 54M / month Β· πŸ“¦ 9K Β· ⏱️ 16.07.2025): +- [PyPi](https://pypi.org/project/tox) (πŸ“₯ 24M / month Β· πŸ“¦ 12K Β· ⏱️ 04.09.2025): ``` - pip install pytest-asyncio + pip install tox ``` -- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (πŸ“₯ 2.6M Β· ⏱️ 28.07.2025): +- [Conda](https://anaconda.org/conda-forge/tox) (πŸ“₯ 1.5M Β· ⏱️ 05.09.2025): ``` - conda install -c conda-forge pytest-asyncio + conda install -c conda-forge tox ```
pytest-xdist (πŸ₯ˆ39 Β· ⭐ 1.7K) - pytest plugin for distributed testing and loop-on-failures.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-xdist) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“₯ 300 Β· πŸ“¦ 120K Β· πŸ“‹ 670 - 41% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/pytest-dev/pytest-xdist) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“₯ 300 Β· πŸ“¦ 120K Β· πŸ“‹ 670 - 41% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/pytest-dev/pytest-xdist ``` -- [PyPi](https://pypi.org/project/pytest-xdist) (πŸ“₯ 58M / month Β· πŸ“¦ 5.6K Β· ⏱️ 01.07.2025): +- [PyPi](https://pypi.org/project/pytest-xdist) (πŸ“₯ 59M / month Β· πŸ“¦ 5.6K Β· ⏱️ 01.07.2025): ``` pip install pytest-xdist ``` -- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (πŸ“₯ 9.5M Β· ⏱️ 02.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (πŸ“₯ 9.6M Β· ⏱️ 02.07.2025): ``` conda install -c conda-forge pytest-xdist ```
pytest-mock (πŸ₯ˆ38 Β· ⭐ 2K) - Thin-wrapper around the mock package for easier use with pytest. MIT -- [GitHub](https://github.com/pytest-dev/pytest-mock) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 150 Β· πŸ“₯ 110 Β· πŸ“¦ 120K Β· πŸ“‹ 160 - 7% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/pytest-dev/pytest-mock) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 150 Β· πŸ“₯ 110 Β· πŸ“¦ 120K Β· πŸ“‹ 170 - 7% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/pytest-dev/pytest-mock ``` -- [PyPi](https://pypi.org/project/pytest-mock) (πŸ“₯ 48M / month Β· πŸ“¦ 9.2K Β· ⏱️ 04.09.2025): +- [PyPi](https://pypi.org/project/pytest-mock) (πŸ“₯ 49M / month Β· πŸ“¦ 9.4K Β· ⏱️ 16.09.2025): ``` pip install pytest-mock ``` -- [Conda](https://anaconda.org/conda-forge/pytest-mock) (πŸ“₯ 3.9M Β· ⏱️ 05.09.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-mock) (πŸ“₯ 3.9M Β· ⏱️ 17.09.2025): ``` conda install -c conda-forge pytest-mock ```
-
pytest-cov (πŸ₯ˆ37 Β· ⭐ 1.9K Β· πŸ“‰) - Coverage plugin for pytest. MIT +
pytest-cov (πŸ₯ˆ37 Β· ⭐ 1.9K) - Coverage plugin for pytest. MIT - [GitHub](https://github.com/pytest-dev/pytest-cov) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 220 Β· πŸ“‹ 440 - 33% open Β· ⏱️ 09.09.2025): ``` git clone https://github.com/pytest-dev/pytest-cov ``` -- [PyPi](https://pypi.org/project/pytest-cov) (πŸ“₯ 81M / month Β· πŸ“¦ 48K Β· ⏱️ 09.09.2025): +- [PyPi](https://pypi.org/project/pytest-cov) (πŸ“₯ 83M / month Β· πŸ“¦ 48K Β· ⏱️ 09.09.2025): ``` pip install pytest-cov ``` -- [Conda](https://anaconda.org/conda-forge/pytest-cov) (πŸ“₯ 15M Β· ⏱️ 09.09.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-cov) (πŸ“₯ 15M Β· ⏱️ 11.09.2025): ``` conda install -c conda-forge pytest-cov ``` @@ -1945,14 +1945,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install freezegun ``` -- [Conda](https://anaconda.org/conda-forge/freezegun) (πŸ“₯ 1.7M Β· ⏱️ 09.08.2025): +- [Conda](https://anaconda.org/conda-forge/freezegun) (πŸ“₯ 1.8M Β· ⏱️ 09.08.2025): ``` conda install -c conda-forge freezegun ```
pytest-html (πŸ₯ˆ34 Β· ⭐ 750) - Plugin for generating HTML reports for pytest results. MIT -- [GitHub](https://github.com/pytest-dev/pytest-html) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 250 Β· πŸ“¦ 57K Β· πŸ“‹ 440 - 41% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/pytest-dev/pytest-html) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 250 Β· πŸ“¦ 57K Β· πŸ“‹ 440 - 41% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/pytest-dev/pytest-html @@ -1961,27 +1961,11 @@ 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) (πŸ“₯ 760K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-html) (πŸ“₯ 770K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-html ```
-
nox (πŸ₯ˆ33 Β· ⭐ 1.4K) - Flexible test automation for Python. Apache-2 - -- [GitHub](https://github.com/wntrblm/nox) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 170 Β· πŸ“¦ 6.9K Β· πŸ“‹ 420 - 16% open Β· ⏱️ 21.07.2025): - - ``` - git clone https://github.com/theacodes/nox - ``` -- [PyPi](https://pypi.org/project/nox) (πŸ“₯ 3.9M / month Β· πŸ“¦ 1.2K Β· ⏱️ 01.05.2025): - ``` - pip install nox - ``` -- [Conda](https://anaconda.org/conda-forge/nox) (πŸ“₯ 500K Β· ⏱️ 15.05.2025): - ``` - conda install -c conda-forge nox - ``` -
pytest-bdd (πŸ₯ˆ33 Β· ⭐ 1.4K Β· πŸ’€) - BDD library for the pytest runner. MIT - [GitHub](https://github.com/pytest-dev/pytest-bdd) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 230 Β· πŸ“¦ 4.4K Β· πŸ“‹ 380 - 21% open Β· ⏱️ 13.02.2025): @@ -2005,7 +1989,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/lk-geimfari/mimesis ``` -- [PyPi](https://pypi.org/project/mimesis) (πŸ“₯ 850K / month Β· πŸ“¦ 68 Β· ⏱️ 13.09.2024): +- [PyPi](https://pypi.org/project/mimesis) (πŸ“₯ 860K / month Β· πŸ“¦ 68 Β· ⏱️ 13.09.2024): ``` pip install mimesis ``` @@ -2016,20 +2000,52 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-sugar (πŸ₯ˆ32 Β· ⭐ 1.5K) - a plugin for py.test that changes the default look and feel.. BSD-3 -- [GitHub](https://github.com/Teemu/pytest-sugar) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 77 Β· πŸ“₯ 44 Β· πŸ“¦ 28K Β· πŸ“‹ 120 - 23% open Β· ⏱️ 23.08.2025): +- [GitHub](https://github.com/Teemu/pytest-sugar) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 77 Β· πŸ“₯ 47 Β· πŸ“¦ 28K Β· πŸ“‹ 120 - 23% open Β· ⏱️ 23.08.2025): ``` git clone https://github.com/Teemu/pytest-sugar ``` -- [PyPi](https://pypi.org/project/pytest-sugar) (πŸ“₯ 4.4M / month Β· πŸ“¦ 1.5K Β· ⏱️ 23.08.2025): +- [PyPi](https://pypi.org/project/pytest-sugar) (πŸ“₯ 4.2M / month Β· πŸ“¦ 1.5K Β· ⏱️ 23.08.2025): ``` pip install pytest-sugar ``` -- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (πŸ“₯ 340K Β· ⏱️ 24.08.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (πŸ“₯ 350K Β· ⏱️ 24.08.2025): ``` conda install -c conda-forge pytest-sugar ```
+
nox (πŸ₯ˆ32 Β· ⭐ 1.4K) - Flexible test automation for Python. Apache-2 + +- [GitHub](https://github.com/wntrblm/nox) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 170 Β· πŸ“¦ 6.9K Β· πŸ“‹ 420 - 16% open Β· ⏱️ 21.07.2025): + + ``` + git clone https://github.com/theacodes/nox + ``` +- [PyPi](https://pypi.org/project/nox) (πŸ“₯ 3.7M / month Β· πŸ“¦ 1.2K Β· ⏱️ 01.05.2025): + ``` + pip install nox + ``` +- [Conda](https://anaconda.org/conda-forge/nox) (πŸ“₯ 510K Β· ⏱️ 15.05.2025): + ``` + conda install -c conda-forge nox + ``` +
+
asv (πŸ₯ˆ32 Β· ⭐ 940 Β· πŸ“ˆ) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 + +- [GitHub](https://github.com/airspeed-velocity/asv) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 190 Β· πŸ“₯ 1.8K Β· πŸ“¦ 1.4K Β· πŸ“‹ 670 - 23% open Β· ⏱️ 16.09.2025): + + ``` + git clone https://github.com/airspeed-velocity/asv + ``` +- [PyPi](https://pypi.org/project/asv) (πŸ“₯ 210K / month Β· πŸ“¦ 160 Β· ⏱️ 13.09.2025): + ``` + pip install asv + ``` +- [Conda](https://anaconda.org/conda-forge/asv) (πŸ“₯ 1.2M Β· ⏱️ 13.09.2025): + ``` + conda install -c conda-forge asv + ``` +
nose2 (πŸ₯ˆ32 Β· ⭐ 810) - The successor to nose, based on unittest2. BSD-2 - [GitHub](https://github.com/nose-devs/nose2) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 130 Β· πŸ“¦ 27K Β· πŸ“‹ 240 - 16% open Β· ⏱️ 15.05.2025): @@ -2069,7 +2085,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pytest-dev/pytest-testinfra ``` -- [PyPi](https://pypi.org/project/pytest-testinfra) (πŸ“₯ 710K / month Β· πŸ“¦ 20 Β· ⏱️ 30.03.2025): +- [PyPi](https://pypi.org/project/pytest-testinfra) (πŸ“₯ 700K / month Β· πŸ“¦ 20 Β· ⏱️ 30.03.2025): ``` pip install pytest-testinfra ``` @@ -2078,9 +2094,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge pytest-testinfra ```
-
coveralls-python (πŸ₯‰31 Β· ⭐ 570 Β· πŸ“‰) - Show coverage stats online via coveralls.io. MIT +
coveralls-python (πŸ₯‰31 Β· ⭐ 570) - Show coverage stats online via coveralls.io. MIT -- [GitHub](https://github.com/TheKevJames/coveralls-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 190 Β· πŸ“¦ 36K Β· πŸ“‹ 180 - 6% open Β· ⏱️ 01.09.2025): +- [GitHub](https://github.com/TheKevJames/coveralls-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 190 Β· πŸ“¦ 36K Β· πŸ“‹ 180 - 6% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/TheKevJames/coveralls-python @@ -2094,30 +2110,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge coveralls ```
-
asv (πŸ₯‰30 Β· ⭐ 940) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting. BSD-3 - -- [GitHub](https://github.com/airspeed-velocity/asv) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 180 Β· πŸ“₯ 1.6K Β· πŸ“¦ 1.4K Β· πŸ“‹ 670 - 24% open Β· ⏱️ 11.09.2025): - - ``` - git clone https://github.com/airspeed-velocity/asv - ``` -- [PyPi](https://pypi.org/project/asv) (πŸ“₯ 240K / month Β· πŸ“¦ 110 Β· ⏱️ 12.08.2024): - ``` - pip install asv - ``` -- [Conda](https://anaconda.org/conda-forge/asv) (πŸ“₯ 1.2M Β· ⏱️ 28.08.2025): - ``` - conda install -c conda-forge asv - ``` -
-
pytest-randomly (πŸ₯‰30 Β· ⭐ 680 Β· πŸ“ˆ) - Pytest plugin to randomly order tests and control random.seed. MIT +
pytest-randomly (πŸ₯‰30 Β· ⭐ 680) - Pytest plugin to randomly order tests and control random.seed. MIT -- [GitHub](https://github.com/pytest-dev/pytest-randomly) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 33 Β· πŸ“¦ 11K Β· πŸ“‹ 71 - 9% open Β· ⏱️ 10.09.2025): +- [GitHub](https://github.com/pytest-dev/pytest-randomly) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 33 Β· πŸ“¦ 11K Β· πŸ“‹ 73 - 10% open Β· ⏱️ 12.09.2025): ``` git clone https://github.com/pytest-dev/pytest-randomly ``` -- [PyPi](https://pypi.org/project/pytest-randomly) (πŸ“₯ 3.4M / month Β· πŸ“¦ 760 Β· ⏱️ 10.09.2025): +- [PyPi](https://pypi.org/project/pytest-randomly) (πŸ“₯ 3.4M / month Β· πŸ“¦ 770 Β· ⏱️ 12.09.2025): ``` pip install pytest-randomly ``` @@ -2133,7 +2133,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ionelmc/pytest-benchmark ``` -- [PyPi](https://pypi.org/project/pytest-benchmark) (πŸ“₯ 4.7M / month Β· πŸ“¦ 920 Β· ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/pytest-benchmark) (πŸ“₯ 4.8M / month Β· πŸ“¦ 920 Β· ⏱️ 30.10.2024): ``` pip install pytest-benchmark ``` @@ -2149,7 +2149,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/CleanCut/green ``` -- [PyPi](https://pypi.org/project/green) (πŸ“₯ 14K / month Β· πŸ“¦ 130 Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/green) (πŸ“₯ 13K / month Β· πŸ“¦ 130 Β· ⏱️ 18.04.2024): ``` pip install green ``` @@ -2160,32 +2160,48 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-datadir (πŸ₯‰27 Β· ⭐ 270) - pytest plugin for manipulating test data directories and.. MIT -- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 25 Β· πŸ“₯ 69 Β· πŸ“¦ 2K Β· πŸ“‹ 23 - 13% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/gabrielcnr/pytest-datadir) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 25 Β· πŸ“₯ 69 Β· πŸ“¦ 2K Β· πŸ“‹ 23 - 13% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/gabrielcnr/pytest-datadir ``` -- [PyPi](https://pypi.org/project/pytest-datadir) (πŸ“₯ 680K / month Β· πŸ“¦ 270 Β· ⏱️ 30.07.2025): +- [PyPi](https://pypi.org/project/pytest-datadir) (πŸ“₯ 670K / month Β· πŸ“¦ 270 Β· ⏱️ 30.07.2025): ``` pip install pytest-datadir ``` -- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (πŸ“₯ 340K Β· ⏱️ 30.07.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (πŸ“₯ 350K Β· ⏱️ 30.07.2025): ``` conda install -c conda-forge pytest-datadir ```
+
pytest-mypy (πŸ₯‰27 Β· ⭐ 260) - Mypy static type checker plugin for Pytest. MIT + +- [GitHub](https://github.com/realpython/pytest-mypy) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 33 Β· πŸ“¦ 4.5K Β· πŸ“‹ 72 - 9% open Β· ⏱️ 02.04.2025): + + ``` + git clone https://github.com/dbader/pytest-mypy + ``` +- [PyPi](https://pypi.org/project/pytest-mypy) (πŸ“₯ 480K / month Β· πŸ“¦ 780 Β· ⏱️ 02.04.2025): + ``` + pip install pytest-mypy + ``` +- [Conda](https://anaconda.org/conda-forge/pytest-mypy) (πŸ“₯ 120K Β· ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pytest-mypy + ``` +
pytest-testmon (πŸ₯‰26 Β· ⭐ 910 Β· πŸ’€) - Selects tests affected by changed files. Executes the.. MIT -- [GitHub](https://github.com/tarpas/pytest-testmon) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 65 Β· πŸ“¦ 1.4K Β· πŸ“‹ 170 - 23% open Β· ⏱️ 22.12.2024): +- [GitHub](https://github.com/tarpas/pytest-testmon) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 66 Β· πŸ“¦ 1.4K Β· πŸ“‹ 170 - 23% open Β· ⏱️ 22.12.2024): ``` git clone https://github.com/tarpas/pytest-testmon ``` -- [PyPi](https://pypi.org/project/pytest-testmon) (πŸ“₯ 720K / month Β· πŸ“¦ 29 Β· ⏱️ 22.12.2024): +- [PyPi](https://pypi.org/project/pytest-testmon) (πŸ“₯ 770K / month Β· πŸ“¦ 29 Β· ⏱️ 22.12.2024): ``` pip install pytest-testmon ``` -- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (πŸ“₯ 70K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (πŸ“₯ 72K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pytest-testmon ``` @@ -2197,30 +2213,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/avast/pytest-docker ``` -- [PyPi](https://pypi.org/project/pytest-docker) (πŸ“₯ 650K / month Β· πŸ“¦ 130 Β· ⏱️ 04.07.2025): +- [PyPi](https://pypi.org/project/pytest-docker) (πŸ“₯ 690K / month Β· πŸ“¦ 130 Β· ⏱️ 04.07.2025): ``` pip install pytest-docker ```
-
pytest-mypy (πŸ₯‰26 Β· ⭐ 260) - Mypy static type checker plugin for Pytest. MIT - -- [GitHub](https://github.com/realpython/pytest-mypy) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 33 Β· πŸ“¦ 4.5K Β· πŸ“‹ 72 - 9% open Β· ⏱️ 02.04.2025): - - ``` - git clone https://github.com/dbader/pytest-mypy - ``` -- [PyPi](https://pypi.org/project/pytest-mypy) (πŸ“₯ 430K / month Β· πŸ“¦ 780 Β· ⏱️ 02.04.2025): - ``` - pip install pytest-mypy - ``` -- [Conda](https://anaconda.org/conda-forge/pytest-mypy) (πŸ“₯ 120K Β· ⏱️ 22.04.2025): - ``` - conda install -c conda-forge pytest-mypy - ``` -
xdoctest (πŸ₯‰26 Β· ⭐ 210) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 -- [GitHub](https://github.com/Erotemic/xdoctest) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 15 Β· πŸ“₯ 250 Β· πŸ“‹ 56 - 39% open Β· ⏱️ 20.08.2025): +- [GitHub](https://github.com/Erotemic/xdoctest) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 15 Β· πŸ“₯ 260 Β· πŸ“‹ 56 - 39% open Β· ⏱️ 20.08.2025): ``` git clone https://github.com/Erotemic/xdoctest @@ -2236,12 +2236,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pytest-plugins (πŸ₯‰23 Β· ⭐ 590 Β· πŸ’€) - A grab-bag of nifty pytest plugins. MIT -- [GitHub](https://github.com/man-group/pytest-plugins) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 85 Β· πŸ“₯ 210 Β· πŸ“‹ 130 - 37% open Β· ⏱️ 02.01.2025): +- [GitHub](https://github.com/man-group/pytest-plugins) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 85 Β· πŸ“₯ 220 Β· πŸ“‹ 130 - 37% open Β· ⏱️ 02.01.2025): ``` git clone https://github.com/man-group/pytest-plugins ``` -- [PyPi](https://pypi.org/project/pytest-virtualenv) (πŸ“₯ 35K / month Β· πŸ“¦ 73 Β· ⏱️ 29.11.2024): +- [PyPi](https://pypi.org/project/pytest-virtualenv) (πŸ“₯ 34K / month Β· πŸ“¦ 73 Β· ⏱️ 29.11.2024): ``` pip install pytest-virtualenv ``` @@ -2275,67 +2275,67 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pyinstaller (πŸ₯‡44 Β· ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0 -- [GitHub](https://github.com/pyinstaller/pyinstaller) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2K Β· πŸ“₯ 750K Β· πŸ“¦ 84K Β· πŸ“‹ 5.6K - 5% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/pyinstaller/pyinstaller) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2K Β· πŸ“₯ 750K Β· πŸ“¦ 84K Β· πŸ“‹ 5.6K - 5% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/pyinstaller/pyinstaller ``` -- [PyPi](https://pypi.org/project/pyinstaller) (πŸ“₯ 4.4M / month Β· πŸ“¦ 1.3K Β· ⏱️ 03.08.2025): +- [PyPi](https://pypi.org/project/pyinstaller) (πŸ“₯ 4.6M / month Β· πŸ“¦ 1.3K Β· ⏱️ 13.09.2025): ``` pip install pyinstaller ``` -- [Conda](https://anaconda.org/conda-forge/pyinstaller) (πŸ“₯ 1.3M Β· ⏱️ 03.08.2025): +- [Conda](https://anaconda.org/conda-forge/pyinstaller) (πŸ“₯ 1.4M Β· ⏱️ 18.09.2025): ``` conda install -c conda-forge pyinstaller ```
-
Nuitka (πŸ₯‡39 Β· ⭐ 14K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2 +
packaging (πŸ₯‡39 Β· ⭐ 680) - Core utilities for Python packages. Apache-2 -- [GitHub](https://github.com/Nuitka/Nuitka) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 720 Β· πŸ“¦ 3.4K Β· πŸ“‹ 2.7K - 8% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/pypa/packaging) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“₯ 920 Β· πŸ“¦ 1.8M Β· πŸ“‹ 430 - 25% open Β· ⏱️ 13.09.2025): ``` - git clone https://github.com/Nuitka/Nuitka + git clone https://github.com/pypa/packaging ``` -- [PyPi](https://pypi.org/project/nuitka) (πŸ“₯ 230K / month Β· πŸ“¦ 140 Β· ⏱️ 08.09.2025): +- [PyPi](https://pypi.org/project/packaging) (πŸ“₯ 670M / month Β· πŸ“¦ 14K Β· ⏱️ 19.04.2025): ``` - pip install nuitka + pip install packaging ``` -- [Conda](https://anaconda.org/conda-forge/nuitka) (πŸ“₯ 2.1M Β· ⏱️ 09.09.2025): +- [Conda](https://anaconda.org/conda-forge/packaging) (πŸ“₯ 76M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge nuitka + conda install -c conda-forge packaging ```
-
packaging (πŸ₯‡39 Β· ⭐ 680) - Core utilities for Python packages. Apache-2 +
Nuitka (πŸ₯ˆ38 Β· ⭐ 14K) - Nuitka is a Python compiler written in Python. Its fully compatible.. Apache-2 -- [GitHub](https://github.com/pypa/packaging) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“₯ 920 Β· πŸ“¦ 1.8M Β· πŸ“‹ 440 - 26% open Β· ⏱️ 09.09.2025): +- [GitHub](https://github.com/Nuitka/Nuitka) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 720 Β· πŸ“¦ 3.4K Β· πŸ“‹ 2.7K - 8% open Β· ⏱️ 12.09.2025): ``` - git clone https://github.com/pypa/packaging + git clone https://github.com/Nuitka/Nuitka ``` -- [PyPi](https://pypi.org/project/packaging) (πŸ“₯ 660M / month Β· πŸ“¦ 14K Β· ⏱️ 19.04.2025): +- [PyPi](https://pypi.org/project/nuitka) (πŸ“₯ 330K / month Β· πŸ“¦ 140 Β· ⏱️ 08.09.2025): ``` - pip install packaging + pip install nuitka ``` -- [Conda](https://anaconda.org/conda-forge/packaging) (πŸ“₯ 76M Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/nuitka) (πŸ“₯ 2.1M Β· ⏱️ 09.09.2025): ``` - conda install -c conda-forge packaging + conda install -c conda-forge nuitka ```
pex (πŸ₯ˆ34 Β· ⭐ 4.1K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2 -- [GitHub](https://github.com/pex-tool/pex) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“₯ 2.4M Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 07.09.2025): +- [GitHub](https://github.com/pex-tool/pex) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“₯ 2.4M Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/pantsbuild/pex ``` -- [PyPi](https://pypi.org/project/pex) (πŸ“₯ 2.6M / month Β· πŸ“¦ 61 Β· ⏱️ 07.09.2025): +- [PyPi](https://pypi.org/project/pex) (πŸ“₯ 2.6M / month Β· πŸ“¦ 61 Β· ⏱️ 18.09.2025): ``` pip install pex ```
briefcase (πŸ₯ˆ34 Β· ⭐ 3.1K) - Tools to support converting a Python project into a standalone.. BSD-3 -- [GitHub](https://github.com/beeware/briefcase) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 460 Β· πŸ“₯ 760 Β· πŸ“¦ 830 Β· πŸ“‹ 950 - 18% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/beeware/briefcase) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 460 Β· πŸ“₯ 760 Β· πŸ“¦ 830 Β· πŸ“‹ 950 - 18% open Β· ⏱️ 18.09.2025): ``` git clone https://github.com/beeware/briefcase @@ -2347,12 +2347,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
cx_Freeze (πŸ₯ˆ30 Β· ⭐ 1.5K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed -- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 240 Β· πŸ“‹ 1K - 4% open Β· ⏱️ 06.09.2025): +- [GitHub](https://github.com/marcelotduarte/cx_Freeze) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 240 Β· πŸ“‹ 1K - 4% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/marcelotduarte/cx_Freeze ``` -- [PyPi](https://pypi.org/project/cx_freeze) (πŸ“₯ 240K / month Β· πŸ“¦ 120 Β· ⏱️ 11.08.2025): +- [PyPi](https://pypi.org/project/cx_freeze) (πŸ“₯ 230K / month Β· πŸ“¦ 120 Β· ⏱️ 11.08.2025): ``` pip install cx_freeze ``` @@ -2368,43 +2368,43 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/py2exe/py2exe ``` -- [PyPi](https://pypi.org/project/py2exe) (πŸ“₯ 32K / month Β· πŸ“¦ 11 Β· ⏱️ 16.07.2025): +- [PyPi](https://pypi.org/project/py2exe) (πŸ“₯ 40K / month Β· πŸ“¦ 11 Β· ⏱️ 16.07.2025): ``` pip install py2exe ```
-
PyOxidizer (πŸ₯‰27 Β· ⭐ 5.9K Β· πŸ’€) - A modern Python application packaging and distribution tool. MPL-2.0 +
PyOxidizer (πŸ₯‰27 Β· ⭐ 6K Β· πŸ’€) - A modern Python application packaging and distribution tool. MPL-2.0 -- [GitHub](https://github.com/indygreg/PyOxidizer) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 250 Β· πŸ“₯ 24K Β· πŸ“¦ 160 Β· πŸ“‹ 570 - 58% open Β· ⏱️ 03.11.2024): +- [GitHub](https://github.com/indygreg/PyOxidizer) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 250 Β· πŸ“₯ 25K Β· πŸ“¦ 160 Β· πŸ“‹ 570 - 58% open Β· ⏱️ 03.11.2024): ``` git clone https://github.com/indygreg/PyOxidizer ``` -- [PyPi](https://pypi.org/project/pyoxidizer) (πŸ“₯ 39K / month Β· πŸ“¦ 2 Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/pyoxidizer) (πŸ“₯ 42K / month Β· πŸ“¦ 2 Β· ⏱️ 02.01.2023): ``` pip install pyoxidizer ```
-
constructor (πŸ₯‰26 Β· ⭐ 490) - tool for creating installers from conda packages. BSD-3 +
constructor (πŸ₯‰27 Β· ⭐ 490) - tool for creating installers from conda packages. BSD-3 -- [GitHub](https://github.com/conda/constructor) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 170 Β· πŸ“₯ 290 Β· πŸ“¦ 27 Β· πŸ“‹ 430 - 10% open Β· ⏱️ 05.09.2025): +- [GitHub](https://github.com/conda/constructor) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 170 Β· πŸ“₯ 290 Β· πŸ“¦ 27 Β· πŸ“‹ 430 - 10% open Β· ⏱️ 15.09.2025): ``` git clone https://github.com/conda/constructor ``` -- [Conda](https://anaconda.org/anaconda/constructor) (πŸ“₯ 26K Β· ⏱️ 09.08.2025): +- [Conda](https://anaconda.org/anaconda/constructor) (πŸ“₯ 27K Β· ⏱️ 09.08.2025): ``` conda install -c anaconda constructor ```
shiv (πŸ₯‰24 Β· ⭐ 1.9K Β· πŸ’€) - shiv is a command line utility for building fully self contained Python.. BSD-2 -- [GitHub](https://github.com/linkedin/shiv) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 110 Β· πŸ“₯ 2K Β· πŸ“‹ 140 - 45% open Β· ⏱️ 04.11.2024): +- [GitHub](https://github.com/linkedin/shiv) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 110 Β· πŸ“₯ 2.1K Β· πŸ“‹ 140 - 45% open Β· ⏱️ 04.11.2024): ``` git clone https://github.com/linkedin/shiv ``` -- [PyPi](https://pypi.org/project/shiv) (πŸ“₯ 150K / month Β· πŸ“¦ 16 Β· ⏱️ 01.11.2024): +- [PyPi](https://pypi.org/project/shiv) (πŸ“₯ 160K / month Β· πŸ“¦ 16 Β· ⏱️ 01.11.2024): ``` pip install shiv ``` @@ -2423,7 +2423,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 4 hidden projects... -- py2app (πŸ₯‰26 Β· ⭐ 410 Β· πŸ’€) - py2app is a Python setuptools command which will allow you to make.. MIT +- py2app (πŸ₯‰26 Β· ⭐ 400 Β· πŸ’€) - py2app is a Python setuptools command which will allow you to make.. MIT - xar (πŸ₯‰21 Β· ⭐ 1.6K Β· πŸ’€) - executable archive format. BSD-3 - subpar (πŸ₯‰13 Β· ⭐ 570 Β· πŸ’€) - Subpar is a utility for creating self-contained python.. Apache-2 - pyship (πŸ₯‰11 Β· ⭐ 44 Β· πŸ’€) - pyship - ship Python desktop apps to end users. MIT @@ -2434,14 +2434,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
setuptools (πŸ₯‡45 Β· ⭐ 2.7K) - Official project repository for the Setuptools build system. MIT +
setuptools (πŸ₯‡43 Β· ⭐ 2.8K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT - [GitHub](https://github.com/pypa/setuptools) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 1.3K Β· πŸ“¦ 820K Β· πŸ“‹ 2.8K - 23% open Β· ⏱️ 20.07.2025): ``` git clone https://github.com/pypa/setuptools ``` -- [PyPi](https://pypi.org/project/setuptools) (πŸ“₯ 690M / month Β· πŸ“¦ 29K Β· ⏱️ 27.05.2025): +- [PyPi](https://pypi.org/project/setuptools) (πŸ“₯ 700M / month Β· πŸ“¦ 29K Β· ⏱️ 27.05.2025): ``` pip install setuptools ``` @@ -2452,28 +2452,28 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
setuptools_scm (πŸ₯‡39 Β· ⭐ 920) - the blessed package to manage your versions by scm tags. MIT -- [GitHub](https://github.com/pypa/setuptools-scm) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 220 Β· πŸ“₯ 1 Β· πŸ“¦ 32K Β· πŸ“‹ 640 - 5% open Β· ⏱️ 08.09.2025): +- [GitHub](https://github.com/pypa/setuptools-scm) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 230 Β· πŸ“₯ 1 Β· πŸ“¦ 32K Β· πŸ“‹ 640 - 5% open Β· ⏱️ 12.09.2025): ``` git clone https://github.com/pypa/setuptools_scm ``` -- [PyPi](https://pypi.org/project/setuptools_scm) (πŸ“₯ 89M / month Β· πŸ“¦ 2.2K Β· ⏱️ 16.08.2025): +- [PyPi](https://pypi.org/project/setuptools_scm) (πŸ“₯ 91M / month Β· πŸ“¦ 2.2K Β· ⏱️ 16.08.2025): ``` pip install setuptools_scm ``` -- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (πŸ“₯ 5.2M Β· ⏱️ 16.08.2025): +- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (πŸ“₯ 5.3M Β· ⏱️ 16.08.2025): ``` conda install -c conda-forge setuptools_scm ```
scons (πŸ₯ˆ38 Β· ⭐ 2.3K) - SCons - a software construction tool. MIT -- [GitHub](https://github.com/SCons/scons) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 330 Β· πŸ“₯ 1.8K Β· πŸ“¦ 3.9K Β· πŸ“‹ 3.5K - 18% open Β· ⏱️ 11.09.2025): +- [GitHub](https://github.com/SCons/scons) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 330 Β· πŸ“₯ 1.8K Β· πŸ“¦ 4K Β· πŸ“‹ 3.5K - 18% open Β· ⏱️ 11.09.2025): ``` git clone https://github.com/SCons/scons ``` -- [PyPi](https://pypi.org/project/scons) (πŸ“₯ 810K / month Β· πŸ“¦ 52 Β· ⏱️ 27.03.2025): +- [PyPi](https://pypi.org/project/scons) (πŸ“₯ 830K / month Β· πŸ“¦ 52 Β· ⏱️ 27.03.2025): ``` pip install scons ``` @@ -2482,9 +2482,9 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge scons ```
-
twine (πŸ₯ˆ38 Β· ⭐ 1.7K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2 +
twine (πŸ₯ˆ38 Β· ⭐ 1.7K) - Utilities for interacting with PyPI. Apache-2 -- [GitHub](https://github.com/pypa/twine) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 320 Β· πŸ“₯ 94 Β· πŸ“¦ 130K Β· πŸ“‹ 550 - 9% open Β· ⏱️ 10.09.2025): +- [GitHub](https://github.com/pypa/twine) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 320 Β· πŸ“₯ 96 Β· πŸ“¦ 130K Β· πŸ“‹ 550 - 9% open Β· ⏱️ 10.09.2025): ``` git clone https://github.com/pypa/twine @@ -2500,12 +2500,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
wheel (πŸ₯ˆ37 Β· ⭐ 540) - The official binary distribution format for Python. MIT -- [GitHub](https://github.com/pypa/wheel) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 160 Β· πŸ“¦ 380K Β· πŸ“‹ 420 - 3% open Β· ⏱️ 31.07.2025): +- [GitHub](https://github.com/pypa/wheel) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 170 Β· πŸ“¦ 380K Β· πŸ“‹ 420 - 3% open Β· ⏱️ 14.09.2025): ``` git clone https://github.com/pypa/wheel ``` -- [PyPi](https://pypi.org/project/wheel) (πŸ“₯ 280M / month Β· πŸ“¦ 14K Β· ⏱️ 08.04.2025): +- [PyPi](https://pypi.org/project/wheel) (πŸ“₯ 290M / month Β· πŸ“¦ 14K Β· ⏱️ 08.04.2025): ``` pip install wheel ``` @@ -2514,46 +2514,46 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge wheel ```
-
buildbot (πŸ₯ˆ35 Β· ⭐ 5.4K Β· πŸ“‰) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 +
invoke (πŸ₯ˆ36 Β· ⭐ 4.6K Β· πŸ“ˆ) - Pythonic task management & command execution. BSD-2 -- [GitHub](https://github.com/buildbot/buildbot) (πŸ‘¨β€πŸ’» 890 Β· πŸ”€ 1.6K Β· πŸ“₯ 120K Β· πŸ“¦ 390 Β· πŸ“‹ 1.8K - 42% open Β· ⏱️ 02.07.2025): +- [GitHub](https://github.com/pyinvoke/invoke) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 380 Β· πŸ“¦ 31K Β· πŸ“‹ 840 - 52% open Β· ⏱️ 15.06.2025): ``` - git clone https://github.com/buildbot/buildbot + git clone https://github.com/pyinvoke/invoke ``` -- [PyPi](https://pypi.org/project/buildbot) (πŸ“₯ 29K / month Β· πŸ“¦ 20 Β· ⏱️ 12.05.2025): +- [PyPi](https://pypi.org/project/invoke) (πŸ“₯ 44M / month Β· πŸ“¦ 1K Β· ⏱️ 12.07.2023): ``` - pip install buildbot + pip install invoke ``` -- [Conda](https://anaconda.org/conda-forge/buildbot) (πŸ“₯ 160K Β· ⏱️ 13.05.2025): +- [Conda](https://anaconda.org/conda-forge/invoke) (πŸ“₯ 1.3M Β· ⏱️ 22.04.2025): ``` - conda install -c conda-forge buildbot + conda install -c conda-forge invoke ```
-
invoke (πŸ₯ˆ35 Β· ⭐ 4.6K) - Pythonic task management & command execution. BSD-2 +
buildbot (πŸ₯‰34 Β· ⭐ 5.4K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0 -- [GitHub](https://github.com/pyinvoke/invoke) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 380 Β· πŸ“¦ 31K Β· πŸ“‹ 840 - 52% open Β· ⏱️ 15.06.2025): +- [GitHub](https://github.com/buildbot/buildbot) (πŸ‘¨β€πŸ’» 890 Β· πŸ”€ 1.6K Β· πŸ“₯ 120K Β· πŸ“¦ 390 Β· πŸ“‹ 1.8K - 42% open Β· ⏱️ 02.07.2025): ``` - git clone https://github.com/pyinvoke/invoke + git clone https://github.com/buildbot/buildbot ``` -- [PyPi](https://pypi.org/project/invoke) (πŸ“₯ 43M / month Β· πŸ“¦ 1K Β· ⏱️ 12.07.2023): +- [PyPi](https://pypi.org/project/buildbot) (πŸ“₯ 32K / month Β· πŸ“¦ 20 Β· ⏱️ 12.05.2025): ``` - pip install invoke + pip install buildbot ``` -- [Conda](https://anaconda.org/conda-forge/invoke) (πŸ“₯ 1.3M Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/buildbot) (πŸ“₯ 160K Β· ⏱️ 13.05.2025): ``` - conda install -c conda-forge invoke + conda install -c conda-forge buildbot ```
flit (πŸ₯‰33 Β· ⭐ 2.2K) - Simplified packaging of Python modules. BSD-3 -- [GitHub](https://github.com/pypa/flit) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 150 Β· πŸ“¦ 2.5K Β· πŸ“‹ 440 - 30% open Β· ⏱️ 04.09.2025): +- [GitHub](https://github.com/pypa/flit) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 150 Β· πŸ“¦ 2.5K Β· πŸ“‹ 450 - 30% open Β· ⏱️ 13.09.2025): ``` git clone https://github.com/pypa/flit ``` -- [PyPi](https://pypi.org/project/flit) (πŸ“₯ 8.4M / month Β· πŸ“¦ 930 Β· ⏱️ 25.03.2025): +- [PyPi](https://pypi.org/project/flit) (πŸ“₯ 8.6M / month Β· πŸ“¦ 930 Β· ⏱️ 25.03.2025): ``` pip install flit ``` @@ -2569,7 +2569,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pybuilder/pybuilder ``` -- [PyPi](https://pypi.org/project/pybuilder) (πŸ“₯ 33K / month Β· πŸ“¦ 6 Β· ⏱️ 23.08.2025): +- [PyPi](https://pypi.org/project/pybuilder) (πŸ“₯ 36K / month Β· πŸ“¦ 6 Β· ⏱️ 23.08.2025): ``` pip install pybuilder ``` @@ -2585,7 +2585,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/ml-tooling/universal-build ``` -- [PyPi](https://pypi.org/project/universal-build) (πŸ“₯ 68 / month Β· πŸ“¦ 7 Β· ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/universal-build) (πŸ“₯ 67 / month Β· πŸ“¦ 7 Β· ⏱️ 16.11.2021): ``` pip install universal-build ``` @@ -2593,7 +2593,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 4 hidden projects... - doit (πŸ₯‰31 Β· ⭐ 2K Β· πŸ’€) - CLI task management & automation tool. MIT -- buildout (πŸ₯‰28 Β· ⭐ 590) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1 +- buildout (πŸ₯‰29 Β· ⭐ 590) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1 - paver (πŸ₯‰22 Β· ⭐ 460 Β· πŸ’€) - Python-based project scripting. BSD-3 - pynt (πŸ₯‰18 Β· ⭐ 160 Β· πŸ’€) - A pynt of Python build. MIT
@@ -2603,30 +2603,30 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M Back to top -
psutil (πŸ₯‡46 Β· ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3 +
psutil (πŸ₯‡47 Β· ⭐ 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 - 18% open Β· ⏱️ 04.09.2025): +- [GitHub](https://github.com/giampaolo/psutil) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“¦ 750K Β· πŸ“‹ 1.9K - 18% open Β· ⏱️ 17.09.2025): ``` git clone https://github.com/giampaolo/psutil ``` -- [PyPi](https://pypi.org/project/psutil) (πŸ“₯ 200M / month Β· πŸ“¦ 16K Β· ⏱️ 13.02.2025): +- [PyPi](https://pypi.org/project/psutil) (πŸ“₯ 210M / month Β· πŸ“¦ 17K Β· ⏱️ 17.09.2025): ``` pip install psutil ``` -- [Conda](https://anaconda.org/conda-forge/psutil) (πŸ“₯ 50M Β· ⏱️ 22.08.2025): +- [Conda](https://anaconda.org/conda-forge/psutil) (πŸ“₯ 51M Β· ⏱️ 18.09.2025): ``` conda install -c conda-forge psutil ```
Glances (πŸ₯‡38 Β· ⭐ 30K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 -- [GitHub](https://github.com/nicolargo/glances) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.6K Β· πŸ“₯ 1.7K Β· πŸ“¦ 1.2K Β· πŸ“‹ 2.1K - 6% open Β· ⏱️ 30.08.2025): +- [GitHub](https://github.com/nicolargo/glances) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.6K Β· πŸ“₯ 1.7K Β· πŸ“¦ 1.2K Β· πŸ“‹ 2.1K - 6% open Β· ⏱️ 16.09.2025): ``` git clone https://github.com/nicolargo/glances ``` -- [PyPi](https://pypi.org/project/glances) (πŸ“₯ 260K / month Β· πŸ“¦ 4 Β· ⏱️ 09.07.2025): +- [PyPi](https://pypi.org/project/glances) (πŸ“₯ 240K / month Β· πŸ“¦ 4 Β· ⏱️ 09.07.2025): ``` pip install glances ``` @@ -2642,31 +2642,31 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/bloomberg/memray ``` -- [PyPi](https://pypi.org/project/memray) (πŸ“₯ 6.1M / month Β· πŸ“¦ 98 Β· ⏱️ 08.08.2025): +- [PyPi](https://pypi.org/project/memray) (πŸ“₯ 6M / month Β· πŸ“¦ 98 Β· ⏱️ 08.08.2025): ``` pip install memray ``` -- [Conda](https://anaconda.org/conda-forge/memray) (πŸ“₯ 500K Β· ⏱️ 09.08.2025): +- [Conda](https://anaconda.org/conda-forge/memray) (πŸ“₯ 510K Β· ⏱️ 09.08.2025): ``` conda install -c conda-forge memray ```
py-spy (πŸ₯ˆ36 Β· ⭐ 14K) - Sampling profiler for Python programs. MIT -- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 470 Β· πŸ“₯ 34K Β· πŸ“¦ 6.9K Β· πŸ“‹ 430 - 47% open Β· ⏱️ 18.08.2025): +- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 470 Β· πŸ“₯ 35K Β· πŸ“¦ 7K Β· πŸ“‹ 430 - 47% open Β· ⏱️ 18.08.2025): ``` git clone https://github.com/benfred/py-spy ``` -- [PyPi](https://pypi.org/project/py-spy) (πŸ“₯ 9.3M / month Β· πŸ“¦ 110 Β· ⏱️ 31.07.2025): +- [PyPi](https://pypi.org/project/py-spy) (πŸ“₯ 9.4M / month Β· πŸ“¦ 110 Β· ⏱️ 31.07.2025): ``` pip install py-spy ``` -- [Conda](https://anaconda.org/conda-forge/py-spy) (πŸ“₯ 700K Β· ⏱️ 01.08.2025): +- [Conda](https://anaconda.org/conda-forge/py-spy) (πŸ“₯ 710K Β· ⏱️ 01.08.2025): ``` conda install -c conda-forge py-spy ``` -- [Cargo](https://crates.io/crates/py-spy) (πŸ“₯ 1.3K / month Β· πŸ“¦ 4 Β· ⏱️ 31.07.2025): +- [Cargo](https://crates.io/crates/py-spy) (πŸ“₯ 1.2K / month Β· πŸ“¦ 4 Β· ⏱️ 31.07.2025): ``` cargo install py-spy ``` @@ -2682,7 +2682,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` pip install pyinstrument ``` -- [Conda](https://anaconda.org/conda-forge/pyinstrument) (πŸ“₯ 850K Β· ⏱️ 27.08.2025): +- [Conda](https://anaconda.org/conda-forge/pyinstrument) (πŸ“₯ 860K Β· ⏱️ 27.08.2025): ``` conda install -c conda-forge pyinstrument ``` @@ -2754,11 +2754,11 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M ``` git clone https://github.com/pympler/pympler ``` -- [PyPi](https://pypi.org/project/pympler) (πŸ“₯ 4M / month Β· πŸ“¦ 260 Β· ⏱️ 28.06.2024): +- [PyPi](https://pypi.org/project/pympler) (πŸ“₯ 3.9M / month Β· πŸ“¦ 260 Β· ⏱️ 28.06.2024): ``` pip install pympler ``` -- [Conda](https://anaconda.org/conda-forge/pympler) (πŸ“₯ 570K Β· ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pympler) (πŸ“₯ 580K Β· ⏱️ 22.04.2025): ``` conda install -c conda-forge pympler ``` @@ -2782,12 +2782,12 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
executing (πŸ₯‡33 Β· ⭐ 360) - Get information about what a Python frame is currently doing,.. MIT -- [GitHub](https://github.com/alexmojaki/executing) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 36 Β· πŸ“¦ 320K Β· πŸ“‹ 52 - 36% open Β· ⏱️ 31.08.2025): +- [GitHub](https://github.com/alexmojaki/executing) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 36 Β· πŸ“¦ 330K Β· πŸ“‹ 52 - 36% open Β· ⏱️ 31.08.2025): ``` git clone https://github.com/alexmojaki/executing ``` -- [PyPi](https://pypi.org/project/executing) (πŸ“₯ 70M / month Β· πŸ“¦ 800 Β· ⏱️ 01.09.2025): +- [PyPi](https://pypi.org/project/executing) (πŸ“₯ 72M / month Β· πŸ“¦ 800 Β· ⏱️ 01.09.2025): ``` pip install executing ``` @@ -2796,14 +2796,14 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M conda install -c conda-forge executing ```
-
gast (πŸ₯ˆ27 Β· ⭐ 150) - Python AST that abstracts the underlying Python version. BSD-3 +
gast (πŸ₯ˆ28 Β· ⭐ 150) - Python AST that abstracts the underlying Python version. BSD-3 -- [GitHub](https://github.com/serge-sans-paille/gast) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 37 Β· πŸ“¦ 210K Β· πŸ“‹ 39 - 5% open Β· ⏱️ 25.08.2025): +- [GitHub](https://github.com/serge-sans-paille/gast) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 37 Β· πŸ“¦ 210K Β· πŸ“‹ 39 - 2% open Β· ⏱️ 14.09.2025): ``` git clone https://github.com/serge-sans-paille/gast ``` -- [PyPi](https://pypi.org/project/gast) (πŸ“₯ 18M / month Β· πŸ“¦ 440 Β· ⏱️ 27.06.2024): +- [PyPi](https://pypi.org/project/gast) (πŸ“₯ 19M / month Β· πŸ“¦ 440 Β· ⏱️ 27.06.2024): ``` pip install gast ``` @@ -2815,7 +2815,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
Show 4 hidden projects... - astunparse (πŸ₯ˆ28 Β· ⭐ 230 Β· πŸ’€) - An AST unparser for Python. BSD-3 -- astor (πŸ₯ˆ27 Β· ⭐ 850 Β· πŸ’€) - Python AST read/write. BSD-3 +- astor (πŸ₯‰27 Β· ⭐ 850 Β· πŸ’€) - Python AST read/write. BSD-3 - typed_ast (πŸ₯‰26 Β· ⭐ 230 Β· πŸ’€) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2 - asteval (πŸ₯‰23 Β· ⭐ 200 Β· πŸ’€) - minimalistic evaluator of python expression using ast module. MIT
@@ -2827,7 +2827,7 @@ This curated list contains 270 awesome open-source projects with a total of 1.1M
pre-commit (πŸ₯‡42 Β· ⭐ 14K) - A framework for managing and maintaining multi-language pre-commit.. MIT -- [GitHub](https://github.com/pre-commit/pre-commit) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 890 Β· πŸ“₯ 3.5M Β· πŸ“¦ 250K Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 06.09.2025): +- [GitHub](https://github.com/pre-commit/pre-commit) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 890 Β· πŸ“₯ 3.6M Β· πŸ“¦ 250K Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 06.09.2025): ``` git clone https://github.com/pre-commit/pre-commit diff --git a/history/2025-09-18_changes.md b/history/2025-09-18_changes.md new file mode 100644 index 0000000..4385af8 --- /dev/null +++ b/history/2025-09-18_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._ + +- psutil (πŸ₯‡47 Β· ⭐ 11K Β· πŸ“ˆ) - Cross-platform lib for process and system monitoring in Python. BSD-3 +- poetry (πŸ₯ˆ42 Β· ⭐ 34K Β· πŸ“ˆ) - Python packaging and dependency management made easy. MIT +- sphinx_rtd_theme (πŸ₯ˆ36 Β· ⭐ 5K Β· πŸ’€) - Sphinx theme from Read the Docs. MIT +- invoke (πŸ₯ˆ36 Β· ⭐ 4.6K Β· πŸ“ˆ) - Pythonic task management & command execution. BSD-2 +- asv (πŸ₯ˆ32 Β· ⭐ 940 Β· πŸ“ˆ) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- rich (πŸ₯‡46 Β· ⭐ 54K Β· πŸ“‰) - Rich is a Python library for rich text and beautiful formatting in the.. MIT +- setuptools (πŸ₯‡43 Β· ⭐ 2.8K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT +- jedi (πŸ₯‡41 Β· ⭐ 6K Β· πŸ“‰) - Awesome autocompletion, static analysis and refactoring library for python. MIT +- flake8 (πŸ₯‡41 Β· ⭐ 3.7K Β· πŸ“‰) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT +- tox (πŸ₯ˆ39 Β· ⭐ 3.8K Β· πŸ“‰) - Command line driven CI frontend and development task automation tool. MIT + diff --git a/history/2025-09-18_projects.csv b/history/2025-09-18_projects.csv new file mode 100644 index 0000000..7695519 --- /dev/null +++ b/history/2025-09-18_projects.csv @@ -0,0 +1,269 @@ +,name,github_id,category,description,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,contributor_count,projectrank,show,updated_github_id,open_issue_count,pypi_id,conda_id,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,labels,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,cargo_id,cargo_url,cargo_latest_release_published_at,cargo_dependent_project_count,cargo_monthly_downloads,cargo_total_downloads,conda_forge +0,best-of-web-python - Testing,ml-tooling/best-of-web-python,testing,Testing libraries & tools for python web frameworks.,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2025-09-11 17:30:34.000,2025-09-11 17:30:32,365.0,19.0,186.0,57.0,214.0,4.0,2598.0,2025-09-11 17:30:40.000,2025.09.11,100.0,16.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-mkdocs,pawamoy/best-of-mkdocs,documentation,Collection of MkDocs projects and plugins.,True,https://github.com/mkdocs/catalog,https://github.com/mkdocs/catalog,CC-BY-SA-4.0,2022-04-17 07:48:22.000,2025-09-11 19:43:26.000,2025-09-11 19:43:24,411.0,19.0,105.0,16.0,321.0,34.0,1515.0,2023-06-29 18:48:34.000,2023.06.29,68.0,62.0,0,True,mkdocs/catalog,2.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,Python.org Packaging,,packaging,An Overview of Packaging for Python.,True,,https://packaging.python.org/overview/,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,unittest,,testing,Unittest is a test framework included in the Python standard library.,True,,https://docs.python.org/3/library/unittest.html,,,,,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,mypy,python/mypy,type-checkers,Optional static typing for Python.,,https://github.com/python/mypy,https://github.com/python/mypy,MIT,2012-12-07 13:30:23.000,2025-09-17 18:28:44.000,2025-09-17 18:28:44,12876.0,246.0,3001.0,240.0,8303.0,8807.0,19791.0,2025-09-11 22:58:55.000,1.18.1,130.0,811.0,49,True,,2990.0,mypy,conda-forge/mypy,352692.0,322960.0,https://pypi.org/project/mypy,2025-09-11 22:58:55.000,29732.0,69011411.0,69105550.0,https://anaconda.org/conda-forge/mypy,2025-09-12 12:00:00.763,5930788.0,1.0,,,,,,,,,,,,,,,,,,,, +5,pytest,pytest-dev/pytest,testing,"The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.",,https://github.com/pytest-dev/pytest,https://github.com/pytest-dev/pytest,MIT,2015-06-15 20:28:27.000,2025-09-16 13:26:23.000,2025-09-16 12:10:39,16780.0,86.0,2865.0,191.0,6505.0,5290.0,13086.0,2025-09-04 14:35:52.000,8.4.2,186.0,1052.0,49,True,,939.0,pytest,conda-forge/pytest,1749123.0,1660513.0,https://pypi.org/project/pytest,2025-09-04 14:34:20.000,88610.0,242172430.0,242850302.0,https://anaconda.org/conda-forge/pytest,2025-09-04 18:51:59.658,39974938.0,1.0,['pytest'],24201.0,,,,,,,,,,,,,,,,,, +6,ruff,charliermarsh/ruff,linters,"An extremely fast Python linter and code formatter, written in Rust.",,https://github.com/astral-sh/ruff,https://github.com/astral-sh/ruff,MIT,2022-08-09 17:17:44.000,2025-09-18 14:17:54.000,2025-09-18 14:17:54,12205.0,1098.0,1529.0,94.0,12605.0,5692.0,42513.0,2025-09-10 16:31:51.000,0.13.0,374.0,717.0,47,True,astral-sh/ruff,1530.0,ruff,conda-forge/ruff,143900.0,124746.0,https://pypi.org/project/ruff,2025-09-10 16:24:39.000,19154.0,85524074.0,85892043.0,https://anaconda.org/conda-forge/ruff,2025-09-11 02:37:57.505,4645003.0,1.0,,4858401.0,,,,,,,,,,,,,,,,,, +7,psutil,giampaolo/psutil,profiling,Cross-platform lib for process and system monitoring in Python.,,https://github.com/giampaolo/psutil,https://github.com/giampaolo/psutil,BSD-3-Clause,2014-05-23 14:01:48.000,2025-09-18 04:31:25.649,2025-09-17 20:06:05,6319.0,86.0,1419.0,230.0,791.0,1513.0,10815.0,2025-09-17 20:14:56.000,7.1.0,98.0,223.0,47,True,,353.0,psutil,conda-forge/psutil,769008.0,752204.0,https://pypi.org/project/psutil,2025-09-17 20:14:56.000,16804.0,206530185.0,207347740.0,https://anaconda.org/conda-forge/psutil,2025-09-18 04:31:25.649,50688458.0,1.0,,,1.0,,,,,,,,,,,,,,,,, +8,pip,pypa/pip,dependency-managers,The Python package installer.,,https://github.com/pypa/pip,https://github.com/pypa/pip,MIT,2011-03-06 14:30:46.000,2025-09-11 04:14:32.000,2025-09-11 04:14:30,15411.0,121.0,3136.0,321.0,5902.0,6638.0,9942.0,2025-05-02 15:13:59.000,25.1.1,151.0,842.0,47,True,,1083.0,pip,conda-forge/pip,248572.0,243289.0,https://pypi.org/project/pip,2025-07-30 21:50:13.000,5283.0,397809407.0,400484589.0,https://anaconda.org/conda-forge/pip,2025-07-31 01:24:05.568,171211649.0,1.0,,,,,,,,,,,,,,,,,,,, +9,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,31.0,1867.0,535.0,1289.0,1226.0,53743.0,2025-07-25 07:35:18.000,14.1.0,200.0,276.0,46,True,,280.0,rich,conda-forge/rich,497369.0,475259.0,https://pypi.org/project/rich,2025-07-25 07:32:56.000,22110.0,200223972.0,200464975.0,https://anaconda.org/conda-forge/rich,2025-07-25 09:53:40.750,14942237.0,1.0,,,-1.0,,,,,,,,,,,,,,,,, +10,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,22.0,1878.0,358.0,2016.0,4087.0,25096.0,2025-07-07 21:45:44.000,2025.0.4,401.0,530.0,45,True,,236.0,pipenv,conda-forge/pipenv,174249.0,174002.0,https://pypi.org/project/pipenv,2025-07-07 21:45:44.000,247.0,30091415.0,30095884.0,https://anaconda.org/conda-forge/pipenv,2025-07-08 19:36:14.983,286045.0,1.0,,,,,,,,,,,,,,,,,,,, +11,black,psf/black,formatters,The uncompromising Python code formatter.,,https://github.com/psf/black,https://github.com/psf/black,MIT,2018-03-14 19:54:45.000,2025-09-12 04:18:34.000,2025-09-12 04:18:32,2021.0,25.0,2614.0,235.0,1958.0,2402.0,40950.0,2025-01-29 04:15:38.000,25.1.0,65.0,471.0,44,True,,361.0,black,conda-forge/black,678069.0,641531.0,https://pypi.org/project/black,2025-01-29 04:15:38.000,36538.0,77300913.0,77574639.0,https://anaconda.org/conda-forge/black,2025-04-22 14:56:50.293,16868673.0,1.0,,128784.0,,,,,,,,,,,,,,,,,, +12,pyinstaller,pyinstaller/pyinstaller,packaging,Freeze (package) Python programs into stand-alone executables.,,https://github.com/pyinstaller/pyinstaller,https://github.com/pyinstaller/pyinstaller,GPL-2.0,2011-11-23 11:05:56.000,2025-09-18 11:56:25.637,2025-09-16 15:56:40,9834.0,82.0,2003.0,230.0,2608.0,5281.0,12613.0,2025-09-13 20:08:08.000,6.16.0,76.0,481.0,44,True,,286.0,pyinstaller,conda-forge/pyinstaller,85646.0,84356.0,https://pypi.org/project/pyinstaller,2025-09-13 20:05:59.000,1290.0,4553878.0,4583209.0,https://anaconda.org/conda-forge/pyinstaller,2025-09-18 11:56:25.637,1350304.0,1.0,,751622.0,,,,,,,,,,,,,,,,,, +13,pylint,PyCQA/pylint,linters,Its not just a linter that annoys you!.,,https://github.com/pylint-dev/pylint,https://github.com/pylint-dev/pylint,GPL-2.0,2015-12-09 05:40:02.000,2025-09-17 20:48:36.000,2025-09-16 22:46:31,9745.0,95.0,1177.0,77.0,4741.0,4800.0,5564.0,2025-08-09 09:12:54.000,3.3.8,204.0,615.0,44,True,pylint-dev/pylint,1012.0,pylint,conda-forge/pylint,491874.0,481078.0,https://pypi.org/project/pylint,2025-08-09 09:12:54.000,10796.0,34160716.0,34266954.0,https://anaconda.org/conda-forge/pylint,2025-08-09 15:03:11.912,6692701.0,1.0,,282.0,,,,,,,,,,,,,,,,,, +14,virtualenv,pypa/virtualenv,virtual-envs,Virtual Python Environment builder.,,https://github.com/pypa/virtualenv,https://github.com/pypa/virtualenv,MIT,2011-03-06 14:33:27.000,2025-09-15 23:17:42.000,2025-09-15 23:17:40,1002.0,67.0,1062.0,169.0,1541.0,1363.0,4963.0,2025-08-13 14:24:40.000,20.34.0,241.0,295.0,44,True,,20.0,virtualenv,conda-forge/virtualenv,489120.0,487217.0,https://pypi.org/project/virtualenv,2025-08-13 14:24:05.000,1903.0,244734189.0,245004281.0,https://anaconda.org/conda-forge/virtualenv,2025-08-13 19:05:39.101,15935429.0,2.0,,,,,,,,,,,,,,,,,,,, +15,mkdocs-material,squidfunk/mkdocs-material,documentation,Documentation that simply works.,,https://github.com/squidfunk/mkdocs-material,https://github.com/squidfunk/mkdocs-material,MIT,2016-01-28 22:09:23.000,2025-09-15 18:19:45.389,2025-09-15 08:56:57,6651.0,59.0,3891.0,146.0,3287.0,2630.0,24552.0,2025-09-15 08:47:58.000,9.6.20,431.0,325.0,43,True,,7.0,mkdocs-material,conda-forge/mkdocs-material,78961.0,73356.0,https://pypi.org/project/mkdocs-material,2025-09-15 08:47:58.000,5605.0,9845089.0,9857161.0,https://anaconda.org/conda-forge/mkdocs-material,2025-09-15 18:19:45.389,772656.0,1.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +16,robotframework,robotframework/robotframework,testing,Generic automation framework for acceptance testing and RPA.,,https://github.com/robotframework/robotframework,https://github.com/robotframework/robotframework,Apache-2.0,2014-06-27 11:10:38.000,2025-09-16 16:11:10.000,2025-09-16 16:10:03,15140.0,63.0,2466.0,481.0,820.0,4441.0,11069.0,2025-07-04 14:43:52.000,7.3.2,145.0,219.0,43,True,,280.0,robotframework,conda-forge/robotframework,14643.0,13692.0,https://pypi.org/project/robotframework,2025-07-04 14:35:54.000,951.0,3746368.0,3750715.0,https://anaconda.org/conda-forge/robotframework,2025-07-07 01:12:14.679,234560.0,1.0,,576.0,,,,,,,,,,,,,,,,,, +17,sphinx,sphinx-doc/sphinx,documentation,The Sphinx documentation generator.,,https://github.com/sphinx-doc/sphinx,https://github.com/sphinx-doc/sphinx,,2015-01-02 10:53:28.000,2025-09-17 17:21:40.903,2025-09-01 18:10:06,22187.0,95.0,2238.0,166.0,6354.0,6108.0,7375.0,2025-03-02 22:31:56.000,8.2.3,229.0,887.0,43,False,,1238.0,sphinx,conda-forge/sphinx,489515.0,462159.0,https://pypi.org/project/sphinx,2025-03-02 22:31:56.000,27356.0,60456346.0,60646603.0,https://anaconda.org/conda-forge/sphinx,2025-09-17 17:21:40.903,12176475.0,1.0,['sphinx'],,,,,,,,,,,,,,,,,,, +18,conda,conda/conda,dependency-managers,"A system-level, binary package and environment manager running on all major operating systems and platforms.",,https://github.com/conda/conda,https://github.com/conda/conda,BSD-3-Clause,2012-10-15 22:08:03.000,2025-09-18 12:52:51.000,2025-09-18 12:52:50,17450.0,150.0,1926.0,185.0,4988.0,9603.0,7093.0,2025-08-04 14:05:01.000,25.7.0,104.0,470.0,43,True,,623.0,conda,conda-forge/conda,51809.0,51726.0,https://pypi.org/project/conda,2017-04-22 23:43:59.218,83.0,7936.0,1021148.0,https://anaconda.org/conda-forge/conda,2025-08-05 15:01:02.471,64824732.0,1.0,,29417.0,,,,,,,,,,,,,,,,,, +19,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-09-13 18:55:05.000,2025-07-20 17:02:56,16478.0,2.0,1307.0,99.0,1946.0,2138.0,2752.0,2025-05-27 00:56:55.000,80.9.0,624.0,631.0,43,True,,663.0,setuptools,conda-forge/setuptools,846790.0,817549.0,https://pypi.org/project/setuptools,2025-05-27 00:56:49.000,29241.0,698346800.0,700877453.0,https://anaconda.org/conda-forge/setuptools,2025-06-01 19:09:46.361,161961800.0,1.0,,,-2.0,,,,,,,,,,,,,,,,, +20,poetry,python-poetry/poetry,dependency-managers,Python packaging and dependency management made easy.,,https://github.com/python-poetry/poetry,https://github.com/python-poetry/poetry,MIT,2018-02-28 15:23:47.000,2025-09-15 20:50:52.000,2025-09-14 11:18:26,3635.0,43.0,2371.0,191.0,3197.0,5728.0,33906.0,2025-09-14 11:45:29.000,2.2.0,180.0,610.0,42,True,,573.0,poetry,conda-forge/poetry,857.0,,https://pypi.org/project/poetry,2025-09-14 11:45:29.000,857.0,68133435.0,68415770.0,https://anaconda.org/conda-forge/poetry,2025-09-15 09:23:44.294,5980743.0,2.0,,15554516.0,2.0,,,,,,,,,,,,,,,,, +21,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-09-15 20:23:52.000,2025-09-06 18:47:53,2773.0,20.0,891.0,92.0,1277.0,2197.0,14341.0,2025-08-09 18:59:03.000,4.3.0,198.0,165.0,42,True,,33.0,pre-commit,conda-forge/pre-commit,272194.0,251662.0,https://pypi.org/project/pre-commit,2025-08-09 18:56:13.000,20532.0,59007193.0,59183061.0,https://anaconda.org/conda-forge/pre-commit,2025-08-10 13:09:51.846,7812547.0,1.0,,3570234.0,,,,,,,,,,,,,,,,,, +22,tqdm,tqdm/tqdm,logging,"A Fast, Extensible Progress Bar for Python and CLI.",,https://github.com/tqdm/tqdm,https://github.com/tqdm/tqdm,MPL-2.0,2015-06-03 13:13:14.000,2025-05-22 12:10:29.000,2024-11-12 13:36:45,2019.0,,1398.0,211.0,587.0,587.0,30426.0,2024-11-27 19:23:27.000,4.67.1,142.0,129.0,41,True,,569.0,tqdm,conda-forge/tqdm,1198913.0,1154992.0,https://pypi.org/project/tqdm,2024-11-24 20:12:19.000,43921.0,223836150.0,224488840.0,https://anaconda.org/conda-forge/tqdm,2025-04-22 14:56:23.993,41105918.0,1.0,,16765.0,,tqdm/tqdm,https://hub.docker.com/r/tqdm/tqdm,2024-12-14 01:39:50.951159,3.0,5271.0,,,,,,,,,,,, +23,hypothesis,HypothesisWorks/hypothesis,testing,The property-based testing library for Python.,,https://github.com/HypothesisWorks/hypothesis,https://github.com/HypothesisWorks/hypothesis,MPL-2.0,2013-03-10 13:51:19.000,2025-09-18 06:12:03.001,2025-09-18 03:29:04,16641.0,485.0,623.0,70.0,2828.0,1634.0,8078.0,2025-09-18 03:29:36.000,hypothesis-python-6.139.2,1436.0,353.0,41,True,,81.0,hypothesis,conda-forge/hypothesis,37874.0,34984.0,https://pypi.org/project/hypothesis,2025-09-18 03:29:12.000,2890.0,20780606.0,21011149.0,https://anaconda.org/conda-forge/hypothesis,2025-09-18 06:12:03.001,14754782.0,1.0,,,,,,,,,,,,,,,,,,,, +24,jedi,davidhalter/jedi,refactoring,"Awesome autocompletion, static analysis and refactoring library for python.",,https://github.com/davidhalter/jedi,https://github.com/davidhalter/jedi,MIT,2012-02-19 23:12:30.000,2025-09-03 13:15:39.000,2025-09-03 13:15:39,8498.0,9.0,513.0,113.0,616.0,1361.0,6016.0,2024-11-11 01:41:40.000,0.19.2,35.0,176.0,41,True,,88.0,jedi,conda-forge/jedi,583730.0,582577.0,https://pypi.org/project/jedi,2024-11-11 01:41:40.000,1153.0,79620374.0,80146401.0,https://anaconda.org/conda-forge/jedi,2025-04-22 14:56:29.139,33139724.0,1.0,,,-1.0,,,,,,,,,,,,,,,,, +25,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-09-15 22:14:08.000,2025-09-15 22:14:07,2492.0,8.0,335.0,38.0,386.0,1581.0,3686.0,2025-06-20 19:31:34.000,7.3.0,94.0,178.0,41,True,,22.0,flake8,conda-forge/flake8,692726.0,666192.0,https://pypi.org/project/flake8,2025-06-20 19:31:34.000,26534.0,45101893.0,45246300.0,https://anaconda.org/conda-forge/flake8,2025-06-26 20:01:55.726,9242062.0,1.0,,,-1.0,,,,,,,,,,,,,,,,, +26,mkdocs,mkdocs/mkdocs,documentation,Project documentation with Markdown.,,https://github.com/mkdocs/mkdocs,https://github.com/mkdocs/mkdocs,BSD-2-Clause,2014-01-11 21:05:21.000,2025-08-03 20:02:22.000,2025-08-03 20:02:22,2116.0,1.0,2534.0,232.0,1333.0,1989.0,21058.0,2024-08-30 12:24:05.000,1.6.1,62.0,260.0,40,True,,121.0,mkdocs,conda-forge/mkdocs,95501.0,88971.0,https://pypi.org/project/mkdocs,2024-08-30 12:24:05.000,6530.0,9078705.0,9090275.0,https://anaconda.org/conda-forge/mkdocs,2025-04-22 14:56:22.183,590097.0,1.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +27,playwright-python,microsoft/playwright-python,testing,Python version of the Playwright testing and automation library.,,https://github.com/microsoft/playwright-python,https://github.com/microsoft/playwright-python,Apache-2.0,2020-07-01 15:28:13.000,2025-09-15 17:41:02.000,2025-09-09 09:51:24,995.0,34.0,1053.0,149.0,1141.0,1438.0,13692.0,2025-08-28 15:46:20.000,1.55.0,124.0,50.0,40,True,,44.0,playwright,,48277.0,45610.0,https://pypi.org/project/playwright,2025-08-28 15:46:20.000,2667.0,26453703.0,26453703.0,,,,1.0,,,,,,,,,,,,,,,,,,,, +28,isort,PyCQA/isort,formatters,A Python utility / library to sort imports.,,https://github.com/PyCQA/isort,https://github.com/PyCQA/isort,MIT,2013-09-02 22:22:53.000,2025-09-02 15:11:24.000,2025-09-02 15:11:00,4336.0,4.0,604.0,46.0,1054.0,1114.0,6822.0,2025-02-26 21:15:25.000,6.0.1,148.0,316.0,40,True,,238.0,isort,conda-forge/isort,576268.0,561281.0,https://pypi.org/project/isort,2025-02-26 21:13:14.000,14987.0,66627241.0,66755029.0,https://anaconda.org/conda-forge/isort,2025-05-02 12:53:46.732,7922877.0,2.0,,,,,,,,,,,,,,,,,,,, +29,pytest-asyncio,pytest-dev/pytest-asyncio,testing,Asyncio support for pytest.,,https://github.com/pytest-dev/pytest-asyncio,https://github.com/pytest-dev/pytest-asyncio,Apache-2.0,2015-04-11 00:18:05.000,2025-09-15 21:25:27.000,2025-09-15 21:05:30,1180.0,157.0,163.0,35.0,844.0,332.0,1560.0,2025-09-12 07:34:24.000,1.2.0,71.0,73.0,40,True,,50.0,pytest-asyncio,conda-forge/pytest-asyncio,167501.0,155918.0,https://pypi.org/project/pytest-asyncio,2025-09-12 07:33:52.000,11583.0,55491728.0,55532590.0,https://anaconda.org/conda-forge/pytest-asyncio,2025-09-12 13:07:58.151,2612819.0,1.0,['pytest'],1650.0,,,,,,,,,,,,,,,,,, +30,pyright,Microsoft/pyright,type-checkers,Static Type Checker for Python.,,https://github.com/microsoft/pyright,https://github.com/microsoft/pyright,MIT,2019-03-12 03:38:46.000,2025-09-10 22:51:47.000,2025-09-10 22:51:47,8390.0,49.0,1734.0,134.0,2280.0,7075.0,14794.0,2025-09-10 19:00:32.000,1.1.405,489.0,127.0,39,True,,121.0,,,1450.0,1419.0,,,,,1634912.0,,,,2.0,,5413.0,,,,,,,pyright,https://www.npmjs.com/package/pyright,2025-09-02 18:32:44.255,31.0,1634719.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-09-08 04:07:17.000,2025-02-10 20:44:26,1355.0,,901.0,203.0,414.0,466.0,13945.0,2024-11-14 00:11:39.000,0.43.0,75.0,156.0,39,True,,416.0,yapf,conda-forge/yapf,107907.0,106651.0,https://pypi.org/project/yapf,2024-11-14 00:11:39.000,1256.0,8575141.0,8622204.0,https://anaconda.org/conda-forge/yapf,2025-04-22 14:56:24.153,2494384.0,2.0,,,,,,,,,,,,,,,,,,,, +32,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-09-16 03:21:08.000,2025-09-16 03:12:54,2315.0,84.0,629.0,100.0,1075.0,931.0,7936.0,2025-07-31 09:45:18.000,7.5.0,122.0,219.0,39,True,,219.0,pip-tools,conda-forge/pip-tools,38812.0,36111.0,https://pypi.org/project/pip-tools,2025-07-31 09:45:18.000,2701.0,18940371.0,18944455.0,https://anaconda.org/conda-forge/pip-tools,2025-07-31 16:14:34.350,261413.0,2.0,,,,,,,,,,,,,,,,,,,, +33,tox,tox-dev/tox,testing,Command line driven CI frontend and development task automation tool.,,https://github.com/tox-dev/tox,https://github.com/tox-dev/tox,MIT,2016-09-17 16:54:22.000,2025-09-15 16:50:07.000,2025-09-04 16:23:53,919.0,41.0,539.0,41.0,1595.0,1680.0,3840.0,2025-09-04 16:24:47.000,4.30.2,246.0,330.0,39,True,,146.0,tox,conda-forge/tox,141459.0,129942.0,https://pypi.org/project/tox,2025-09-04 16:24:47.000,11517.0,23620901.0,23644462.0,https://anaconda.org/conda-forge/tox,2025-09-05 01:08:08.196,1507930.0,2.0,['pytest'],,-2.0,,,,,,,,,,,,,,,,, +34,sentry-sdk,getsentry/sentry-python,logging,The official Python SDK for Sentry.io.,,https://github.com/getsentry/sentry-python,https://github.com/getsentry/sentry-python,MIT,2018-06-18 22:51:10.000,2025-09-18 14:43:31.000,2025-09-18 10:53:18,3244.0,177.0,556.0,78.0,2902.0,1633.0,2072.0,2025-09-15 15:00:55.000,2.38.0,297.0,286.0,39,True,,201.0,sentry-sdk,conda-forge/sentry-sdk,1316.0,,https://pypi.org/project/sentry-sdk,2025-09-15 15:00:35.000,1316.0,74860554.0,74882487.0,https://anaconda.org/conda-forge/sentry-sdk,2025-09-16 00:27:59.758,1371949.0,1.0,,3942.0,,,,,,,,,,,,,,,,,, +35,pytest-xdist,pytest-dev/pytest-xdist,testing,pytest plugin for distributed testing and loop-on-failures testing modes.,,https://github.com/pytest-dev/pytest-xdist,https://github.com/pytest-dev/pytest-xdist,MIT,2015-09-01 18:51:45.000,2025-09-16 12:37:09.000,2025-09-16 12:37:07,1331.0,20.0,241.0,52.0,531.0,391.0,1700.0,2025-07-01 13:31:02.000,3.8.0,71.0,109.0,39,True,,282.0,pytest-xdist,conda-forge/pytest-xdist,126858.0,121241.0,https://pypi.org/project/pytest-xdist,2025-07-01 13:30:56.000,5617.0,58996127.0,59150300.0,https://anaconda.org/conda-forge/pytest-xdist,2025-07-02 10:39:49.174,9557932.0,2.0,['pytest'],299.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-09-15 18:31:05.000,2025-09-12 13:47:28,2051.0,184.0,227.0,28.0,584.0,601.0,922.0,2025-08-16 12:56:37.000,9.2.0,97.0,149.0,39,True,,37.0,setuptools_scm,conda-forge/setuptools_scm,34025.0,31875.0,https://pypi.org/project/setuptools_scm,2025-08-16 12:56:37.000,2150.0,90868615.0,90951354.0,https://anaconda.org/conda-forge/setuptools_scm,2025-08-16 21:13:36.839,5295345.0,1.0,,1.0,,,,,,,,,,,,,,,,,, +37,packaging,pypa/packaging,packaging,Core utilities for Python packages.,,https://github.com/pypa/packaging,https://github.com/pypa/packaging,Apache-2.0,2014-05-15 22:49:43.000,2025-09-13 00:28:11.000,2025-09-13 00:28:11,772.0,13.0,273.0,32.0,525.0,321.0,676.0,2025-04-19 11:49:36.000,25.0,47.0,126.0,39,True,,108.0,packaging,conda-forge/packaging,1798012.0,1784231.0,https://pypi.org/project/packaging,2025-04-19 11:48:57.000,13781.0,672616670.0,673808960.0,https://anaconda.org/conda-forge/packaging,2025-04-22 18:15:05.471,76305834.0,1.0,,921.0,,,,,,,,,,,,,,,,,, +38,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-09-16 17:05:49.000,2025-09-16 17:05:38,6478.0,185.0,1608.0,507.0,966.0,1938.0,29903.0,2025-07-09 15:40:39.000,4.3.3,124.0,207.0,38,True,,138.0,glances,conda-forge/glances,1201.0,1197.0,https://pypi.org/project/glances,2025-07-09 15:40:39.000,4.0,238791.0,245486.0,https://anaconda.org/conda-forge/glances,2025-04-22 14:56:20.672,374227.0,1.0,,1691.0,,,,,,,,,,,,,,,,,, +39,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-09-13 11:34:16.000,2025-09-13 11:33:34,975.0,33.0,741.0,141.0,263.0,893.0,22716.0,2024-12-06 11:25:42.000,0.7.3,22.0,68.0,38,True,,232.0,loguru,conda-forge/loguru,153066.0,142412.0,https://pypi.org/project/loguru,2024-12-06 11:20:54.000,10654.0,41169227.0,41225892.0,https://anaconda.org/conda-forge/loguru,2025-05-07 16:22:25.668,3626568.0,2.0,,,,,,,,,,,,,,,,,,,, +40,Nuitka,Nuitka/Nuitka,packaging,"Nuitka is a Python compiler written in Python. Its fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your..",,https://github.com/Nuitka/Nuitka,https://github.com/Nuitka/Nuitka,Apache-2.0,2013-04-23 15:40:33.000,2025-09-18 08:48:24.000,2025-09-12 06:11:58,13919.0,174.0,717.0,140.0,479.0,2470.0,13848.0,2025-09-08 09:47:05.000,2.7.14,358.0,200.0,38,True,,219.0,nuitka,conda-forge/nuitka,3559.0,3423.0,https://pypi.org/project/nuitka,2025-09-08 09:47:05.000,136.0,327062.0,360575.0,https://anaconda.org/conda-forge/nuitka,2025-09-09 08:29:03.477,2144893.0,2.0,,,,,,,,,,,,,,,,,,,, +41,PDM,pdm-project/pdm,dependency-managers,A modern Python package and dependency manager supporting the latest PEP standards.,,https://github.com/pdm-project/pdm,https://github.com/pdm-project/pdm,MIT,2019-12-27 03:50:57.000,2025-09-17 06:50:44.000,2025-09-17 06:50:44,3142.0,57.0,450.0,41.0,1285.0,1872.0,8459.0,2025-08-22 10:28:14.000,2.25.9,238.0,228.0,38,True,,44.0,pdm,conda-forge/pdm,716.0,513.0,https://pypi.org/project/pdm,2025-08-22 10:28:11.000,203.0,8136045.0,8167889.0,https://anaconda.org/conda-forge/pdm,2025-07-30 09:44:31.684,1527491.0,2.0,,758.0,,,,,,,,,,,,,,,,,, +42,bandit,PyCQA/bandit,security,Bandit is a tool designed to find common security issues in Python code.,,https://github.com/PyCQA/bandit,https://github.com/PyCQA/bandit,Apache-2.0,2018-04-26 09:08:12.000,2025-09-15 23:24:37.000,2025-09-15 23:24:36,1468.0,13.0,681.0,70.0,563.0,510.0,7319.0,2025-07-06 03:10:49.000,1.8.6,47.0,188.0,38,True,,200.0,bandit,conda-forge/bandit,60596.0,58766.0,https://pypi.org/project/bandit,2025-07-06 03:10:49.000,1830.0,9864603.0,9873371.0,https://anaconda.org/conda-forge/bandit,2025-07-06 11:19:39.653,516764.0,1.0,,881.0,,,,,,,,,,,,,,,,,, +43,structlog,hynek/structlog,logging,"Simple, powerful, and fast logging for Python.",,https://github.com/hynek/structlog,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2025-09-18 07:10:41.000,2025-09-18 07:10:39,1750.0,31.0,251.0,33.0,373.0,341.0,4229.0,2025-06-02 08:21:11.000,25.4.0,41.0,136.0,38,True,,39.0,structlog,conda-forge/structlog,26736.0,25261.0,https://pypi.org/project/structlog,2025-06-02 08:21:11.000,1475.0,34961618.0,34975795.0,https://anaconda.org/conda-forge/structlog,2025-06-02 14:06:59.579,793946.0,2.0,,,,,,,,,,,,,,,,,,,, +44,wemake-python-styleguide,wemake-services/wemake-python-styleguide,linters,The strictest and most opinionated python linter ever!.,,https://github.com/wemake-services/wemake-python-styleguide,https://github.com/wemake-services/wemake-python-styleguide,MIT,2018-03-09 21:04:25.000,2025-09-15 18:13:40.000,2025-09-15 18:13:37,2960.0,45.0,406.0,30.0,2363.0,1143.0,2774.0,2025-08-25 10:16:16.000,1.4.0,64.0,213.0,38,True,,19.0,wemake-python-styleguide,,17629.0,17527.0,https://pypi.org/project/wemake-python-styleguide,2025-08-25 10:15:06.000,102.0,216037.0,216037.0,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,scons,SCons/scons,build-tools,SCons - a software construction tool.,,https://github.com/SCons/scons,https://github.com/SCons/scons,MIT,2017-09-24 19:23:46.000,2025-09-11 02:40:58.000,2025-09-11 02:40:58,9720.0,75.0,331.0,62.0,1257.0,2808.0,2282.0,2025-03-27 20:46:09.000,4.9.1,40.0,171.0,38,True,,655.0,scons,conda-forge/scons,4006.0,3954.0,https://pypi.org/project/scons,2025-03-27 20:42:16.000,52.0,828256.0,845285.0,https://anaconda.org/conda-forge/scons,2025-09-03 17:42:29.070,1037403.0,2.0,,1801.0,,,,,,,,,,,,,,,,,, +46,pytest-mock,pytest-dev/pytest-mock,testing,Thin-wrapper around the mock package for easier use with pytest.,,https://github.com/pytest-dev/pytest-mock,https://github.com/pytest-dev/pytest-mock,MIT,2014-07-17 00:40:32.000,2025-09-17 09:28:14.765,2025-09-16 16:37:59,741.0,28.0,150.0,37.0,371.0,154.0,1982.0,2025-09-16 16:40:09.000,3.15.1,66.0,81.0,38,True,,12.0,pytest-mock,conda-forge/pytest-mock,126997.0,117584.0,https://pypi.org/project/pytest-mock,2025-09-16 16:37:25.000,9413.0,49291054.0,49353441.0,https://anaconda.org/conda-forge/pytest-mock,2025-09-17 09:28:14.765,3930389.0,2.0,['pytest'],113.0,,,,,,,,,,,,,,,,,, +47,twine,pypa/twine,build-tools,Utilities for interacting with PyPI.,,https://github.com/pypa/twine,https://github.com/pypa/twine,Apache-2.0,2013-08-13 15:39:39.000,2025-09-10 18:04:45.000,2025-09-10 18:04:44,1344.0,11.0,325.0,40.0,704.0,499.0,1725.0,2025-09-04 15:43:15.000,6.2.0,59.0,131.0,38,True,,55.0,twine,conda-forge/twine,148638.0,125715.0,https://pypi.org/project/twine,2025-09-04 15:43:15.000,22923.0,19865734.0,19887596.0,https://anaconda.org/conda-forge/twine,2025-09-04 19:22:15.675,1377287.0,2.0,,96.0,,,,,,,,,,,,,,,,,, +48,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-09-11 13:31:15.000,2025-09-11 13:28:51,1394.0,72.0,422.0,58.0,481.0,210.0,14392.0,2025-08-08 19:47:03.000,1.18.0,32.0,59.0,37,True,,42.0,memray,conda-forge/memray,1566.0,1468.0,https://pypi.org/project/memray,2025-08-08 19:47:03.000,98.0,5980946.0,5993302.0,https://anaconda.org/conda-forge/memray,2025-08-09 14:43:13.617,506596.0,2.0,,,,,,,,,,,,,,,,,,,, +49,xonsh,xonsh/xonsh,shell,Python-powered shell. Full-featured and cross-platform.,,https://github.com/xonsh/xonsh,https://github.com/xonsh/xonsh,BSD-1-Clause,2015-01-21 22:05:27.000,2025-09-15 17:35:39.000,2025-09-15 14:07:46,10949.0,67.0,670.0,102.0,2938.0,2423.0,8974.0,2025-06-24 19:59:46.000,0.19.9,140.0,348.0,37,False,,285.0,xonsh,,1034.0,861.0,https://pypi.org/project/xonsh,2025-06-24 19:59:46.000,173.0,177396.0,177550.0,,,,1.0,,13761.0,,,,,,,,,,,,,,,,,, +50,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-09-11 17:34:36.964,2025-09-09 14:52:20,1053.0,41.0,219.0,41.0,279.0,290.0,1948.0,2025-09-09 10:57:00.000,7.0.0,53.0,100.0,37,True,,146.0,pytest-cov,conda-forge/pytest-cov,48176.0,,https://pypi.org/project/pytest-cov,2025-09-09 10:57:00.000,48176.0,82889297.0,83128831.0,https://anaconda.org/conda-forge/pytest-cov,2025-09-11 17:34:36.964,15330205.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +51,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-09-14 10:54:11.000,2025-09-14 10:54:10,985.0,2.0,168.0,32.0,255.0,402.0,541.0,2025-04-08 20:55:45.000,0.46.1,83.0,86.0,37,True,,15.0,wheel,conda-forge/wheel,390058.0,375594.0,https://pypi.org/project/wheel,2025-04-08 20:55:39.000,14464.0,293064405.0,295363382.0,https://anaconda.org/conda-forge/wheel,2025-04-22 14:56:25.544,140237646.0,2.0,,,,,,,,,,,,,,,,,,,, +52,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-09-08 18:38:00.000,2025-08-18 00:13:24,549.0,31.0,469.0,110.0,395.0,227.0,14233.0,2025-07-31 19:34:11.519,0.4.1,40.0,53.0,36,True,,206.0,py-spy,conda-forge/py-spy,7077.0,6961.0,https://pypi.org/project/py-spy,2025-07-31 19:33:13.000,112.0,9444325.0,9457392.333333334,https://anaconda.org/conda-forge/py-spy,2025-08-01 00:41:54.066,706499.0,2.0,,35282.0,,,,,,,,,,,,py-spy,https://crates.io/crates/py-spy,2025-07-31 19:34:11.519,4.0,1196.3333333333333,440119.0, +53,pyautogui,asweigart/pyautogui,testing,A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.,,https://github.com/asweigart/pyautogui,https://github.com/asweigart/pyautogui,BSD-3-Clause,2014-07-17 23:30:38.000,2025-09-03 16:04:18.705,2023-06-07 11:16:23,408.0,,1345.0,193.0,178.0,252.0,11881.0,2023-05-24 20:13:07.561,0.9.54,51.0,52.0,36,False,,534.0,pyautogui,conda-forge/pyautogui,55989.0,54955.0,https://pypi.org/project/pyautogui,2023-05-24 20:13:07.561,1034.0,1567033.0,1573302.0,https://anaconda.org/conda-forge/pyautogui,2025-09-03 16:04:18.705,369900.0,2.0,,,,,,,,,,,,,,,,,,,, +54,pyinstrument,joerick/pyinstrument,profiling,Call stack profiler for Python. Shows you why your code is slow!.,,https://github.com/joerick/pyinstrument,https://github.com/joerick/pyinstrument,BSD-3-Clause,2014-03-13 17:53:13.000,2025-08-27 16:40:28.338,2025-08-26 15:37:32,1180.0,30.0,247.0,51.0,210.0,156.0,7342.0,2025-08-12 11:34:20.000,5.1.1,54.0,70.0,36,True,,28.0,pyinstrument,conda-forge/pyinstrument,3932.0,3719.0,https://pypi.org/project/pyinstrument,2025-08-12 11:34:20.000,213.0,4268635.0,4282685.0,https://anaconda.org/conda-forge/pyinstrument,2025-08-27 16:40:28.338,857101.0,2.0,,,,,,,,,,,,,,,,,,,, +55,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-09-14 07:56:58.802,2025-02-20 10:22:56,1507.0,,1766.0,171.0,756.0,669.0,4955.0,2024-11-13 11:06:02.000,3.0.2,61.0,118.0,36,True,,251.0,sphinx_rtd_theme,conda-forge/sphinx_rtd_theme,13229.0,16.0,https://pypi.org/project/sphinx_rtd_theme,2024-11-13 11:06:02.000,13213.0,10172971.0,10245495.0,https://anaconda.org/conda-forge/sphinx_rtd_theme,2025-09-14 07:56:58.802,4569026.0,2.0,['sphinx'],,1.0,,,,,,,,,,,,,,,,, +56,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-09-08 12:24:17.000,2025-01-14 14:39:50,2956.0,,289.0,71.0,267.0,392.0,4642.0,2025-01-14 14:46:15.000,2.3.2,82.0,64.0,36,True,,124.0,autopep8,conda-forge/autopep8,230752.0,229065.0,https://pypi.org/project/autopep8,2025-01-14 14:46:15.000,1687.0,7194716.0,7228455.0,https://anaconda.org/conda-forge/autopep8,2025-04-22 14:56:24.132,2125570.0,3.0,,,,,,,,,,,,,,,,,,,, +57,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,,380.0,94.0,266.0,401.0,4618.0,2023-07-12 18:05:35.085,2.2.0,65.0,60.0,36,True,,436.0,invoke,conda-forge/invoke,31647.0,30642.0,https://pypi.org/project/invoke,2023-07-12 18:05:35.085,1005.0,44301081.0,44324194.0,https://anaconda.org/conda-forge/invoke,2025-04-22 14:56:22.672,1294358.0,2.0,,,1.0,,,,,,,,,,,,,,,,, +58,rope,python-rope/rope,refactoring,a python refactoring library.,,https://github.com/python-rope/rope,https://github.com/python-rope/rope,LGPL-3.0,2013-11-30 15:30:20.000,2025-07-13 00:41:35.626,2025-07-12 17:41:05,3390.0,16.0,170.0,27.0,393.0,261.0,2113.0,2025-07-12 17:46:05.000,1.14.0,95.0,83.0,36,True,,117.0,rope,conda-forge/rope,79013.0,78692.0,https://pypi.org/project/rope,2025-07-12 17:46:05.000,321.0,1466138.0,1500220.0,https://anaconda.org/conda-forge/rope,2025-07-13 00:41:35.626,2010744.0,1.0,,42.0,,,,,,,,,,,,,,,,,, +59,safety,pyupio/safety,security,Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for..,,https://github.com/pyupio/safety,https://github.com/pyupio/safety,MIT,2016-10-19 13:22:56.000,2025-09-17 16:23:33.000,2025-09-17 16:23:33,830.0,27.0,167.0,32.0,531.0,223.0,1897.0,2025-09-01 22:29:58.000,3.6.1,104.0,53.0,36,True,,35.0,safety,conda-forge/safety,18607.0,17845.0,https://pypi.org/project/safety,2025-09-01 22:29:58.000,762.0,3987747.0,4003522.0,https://anaconda.org/conda-forge/safety,2025-09-02 13:58:45.693,141262.0,2.0,,877661.0,,,,,,,,,,,,,,,,,, +60,logbook,getlogbook/logbook,logging,A cool logging replacement for Python.,,https://github.com/getlogbook/logbook,https://github.com/getlogbook/logbook,BSD-3-Clause,2010-07-22 10:13:12.000,2025-09-16 20:13:15.000,2025-09-16 20:13:12,1474.0,59.0,167.0,35.0,260.0,141.0,1487.0,2025-06-14 17:26:52.000,1.8.2,48.0,81.0,36,True,,47.0,logbook,conda-forge/logbook,7622.0,7348.0,https://pypi.org/project/logbook,2025-06-14 17:24:24.000,274.0,6380652.0,6386351.0,https://anaconda.org/conda-forge/logbook,2025-08-27 20:02:13.497,358802.0,2.0,,499.0,,,,,,,,,,,,,,,,,, +61,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,,182.0,29.0,313.0,489.0,1435.0,2025-06-20 18:45:26.000,3.4.0,42.0,88.0,36,True,,60.0,pyflakes,conda-forge/pyflakes,326725.0,325420.0,https://pypi.org/project/pyflakes,2025-06-20 18:45:26.000,1305.0,50073159.0,50242634.0,https://anaconda.org/conda-forge/pyflakes,2025-06-21 07:47:51.807,9151688.0,2.0,,,,,,,,,,,,,,,,,,,, +62,pyenv,pyenv/pyenv,virtual-envs,Simple Python version management.,,https://github.com/pyenv/pyenv,https://github.com/pyenv/pyenv,MIT,2012-08-31 06:57:52.000,2025-09-17 00:53:37.000,2025-09-17 00:53:37,3499.0,48.0,3178.0,390.0,1200.0,1813.0,43187.0,2025-08-15 18:50:20.000,2.6.7,100.0,465.0,35,True,,78.0,pyenv,,21.0,21.0,https://pypi.org/project/pyenv,2019-01-12 14:49:22.000,,10330.0,10330.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,Scalene,plasma-umass/scalene,profiling,"Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization..",,https://github.com/plasma-umass/scalene,https://github.com/plasma-umass/scalene,Apache-2.0,2019-12-17 20:56:28.000,2025-09-06 17:17:41.000,2025-09-06 17:17:40,3427.0,100.0,423.0,90.0,385.0,332.0,12970.0,2025-08-25 19:13:01.000,1.5.54,180.0,57.0,35,True,,168.0,scalene,,958.0,911.0,https://pypi.org/project/scalene,2025-08-25 19:13:01.000,47.0,259795.0,259795.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +64,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,14.0,283.0,33.0,256.0,210.0,4423.0,2025-08-09 10:39:10.000,1.5.5,68.0,126.0,35,True,,148.0,freezegun,conda-forge/freezegun,1272.0,,https://pypi.org/project/freezegun,2025-08-09 10:39:06.000,1272.0,25187788.0,25216988.0,https://anaconda.org/conda-forge/freezegun,2025-08-09 15:49:47.831,1751693.0,2.0,,134.0,,,,,,,,,,,,,,,,,, +65,beartype,beartype/beartype,linters,Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.,,https://github.com/beartype/beartype,https://github.com/beartype/beartype,MIT,2020-04-03 06:06:22.000,2025-09-18 08:05:39.000,2025-09-18 07:56:42,1623.0,85.0,64.0,14.0,60.0,332.0,3181.0,2025-05-22 05:09:24.000,0.21.0,55.0,27.0,35,True,,95.0,beartype,conda-forge/beartype,8481.0,7676.0,https://pypi.org/project/beartype,2025-09-18 08:05:39.000,805.0,5688353.0,5695364.0,https://anaconda.org/conda-forge/beartype,2025-05-22 18:52:36.044,441744.0,2.0,,,,,,,,,,,,,,,,,,,, +66,parso,davidhalter/parso,linters,A Python Parser.,,https://github.com/davidhalter/parso,https://github.com/davidhalter/parso,MIT,2017-05-08 20:14:30.000,2025-08-23 18:37:27.721,2025-08-23 15:12:20,1131.0,7.0,114.0,20.0,114.0,108.0,650.0,2025-08-23 15:15:25.000,0.8.5,28.0,51.0,35,True,,13.0,parso,conda-forge/parso,586151.0,585067.0,https://pypi.org/project/parso,2025-08-23 15:15:25.000,1084.0,78164961.0,78663423.0,https://anaconda.org/conda-forge/parso,2025-08-23 18:37:27.721,30904703.0,2.0,,,,,,,,,,,,,,,,,,,, +67,sqlmap,sqlmapproject/sqlmap,security,Automatic SQL injection and database takeover tool.,,https://github.com/sqlmapproject/sqlmap,https://github.com/sqlmapproject/sqlmap,GPL-3.0,2012-06-26 09:52:15.000,2025-09-14 22:03:07.000,2025-09-14 22:03:04,10327.0,40.0,6019.0,1109.0,435.0,5304.0,35310.0,2025-09-01 15:07:50.000,1.9.9,125.0,147.0,34,True,,60.0,sqlmap,,33.0,21.0,https://pypi.org/project/sqlmap,2025-09-01 15:07:50.000,12.0,14842.0,14842.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +68,pipx,pypa/pipx,dependency-managers,Install and Run Python Applications in Isolated Environments.,,https://github.com/pypa/pipx,https://github.com/pypa/pipx,MIT,2018-10-06 18:47:46.000,2025-09-15 18:33:36.000,2025-08-10 02:01:42,832.0,1.0,483.0,75.0,752.0,712.0,12066.0,2024-08-23 16:54:00.000,1.7.1,65.0,162.0,34,True,,166.0,pipx,conda-forge/pipx,4604.0,4546.0,https://pypi.org/project/pipx,2024-08-23 16:53:46.000,58.0,9916959.0,9928475.0,https://anaconda.org/conda-forge/pipx,2025-04-22 14:58:07.924,154588.0,3.0,,589944.0,,,,,,,,,,,,,,,,,, +69,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-09-15 00:50:54.000,2025-07-02 13:49:24,27694.0,23.0,1648.0,194.0,6808.0,1038.0,5385.0,2025-05-12 21:41:22.000,4.3.0,146.0,891.0,34,True,,764.0,buildbot,conda-forge/buildbot,407.0,387.0,https://pypi.org/project/buildbot,2025-05-12 21:41:22.000,20.0,31709.0,35466.0,https://anaconda.org/conda-forge/buildbot,2025-05-13 11:35:44.706,157400.0,3.0,,119481.0,,,,,,,,,,,,,,,,,, +70,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,9.0,749.0,115.0,539.0,666.0,5118.0,2025-03-29 17:33:29.000,2.13.0,23.0,137.0,34,True,,105.0,pycodestyle,conda-forge/pycodestyle,2210.0,,https://pypi.org/project/pycodestyle,2025-06-20 18:49:47.000,2210.0,66307398.0,66482896.0,https://anaconda.org/conda-forge/pycodestyle,2025-06-22 18:14:44.520,9476922.0,2.0,,,,,,,,,,,,,,,,,,,, +71,pex,pantsbuild/pex,packaging,"A tool for generating .pex (Python EXecutable) files, lock files and venvs.",,https://github.com/pex-tool/pex,https://github.com/pex-tool/pex,Apache-2.0,2014-07-21 17:06:12.000,2025-09-18 11:51:49.000,2025-09-18 06:08:46,1835.0,103.0,304.0,53.0,1541.0,1117.0,4080.0,2025-09-18 11:51:49.000,2.58.0,377.0,123.0,34,True,pex-tool/pex,70.0,pex,,61.0,,https://pypi.org/project/pex,2025-09-18 11:51:49.000,61.0,2607485.0,2781231.0,,,,2.0,,2432452.0,,,,,,,,,,,,,,,,,, +72,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-09-08 02:42:05.000,2025-09-08 02:42:03,1287.0,13.0,232.0,50.0,311.0,195.0,3151.0,2025-05-06 22:09:45.000,2025.1,82.0,99.0,34,True,,161.0,pudb,conda-forge/pudb,8359.0,8241.0,https://pypi.org/project/pudb,2025-05-06 20:43:17.000,118.0,1138084.0,1145423.0,https://anaconda.org/conda-forge/pudb,2025-06-04 20:11:24.709,359658.0,1.0,,,,,,,,,,,,,,,,,,,, +73,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-09-18 09:54:16.000,2025-09-18 09:54:15,4924.0,82.0,458.0,48.0,1364.0,770.0,3068.0,2025-08-26 00:54:48.000,0.3.25,59.0,188.0,34,True,,179.0,briefcase,,872.0,834.0,https://pypi.org/project/briefcase,2025-08-26 00:54:48.000,38.0,23317.0,23328.0,,,,2.0,,765.0,,,,,,,,,,,,,,,,,, +74,tabulate,astanin/python-tabulate,logging,"Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from..",,https://github.com/astanin/python-tabulate,https://github.com/astanin/python-tabulate,MIT,2019-09-02 14:34:19.000,2025-07-23 18:54:27.000,2025-07-23 18:54:26,739.0,11.0,173.0,21.0,138.0,147.0,2436.0,2022-10-06 17:23:25.701,0.9.0,27.0,102.0,34,True,,120.0,tabulate,conda-forge/tabulate,8388.0,,https://pypi.org/project/tabulate,2022-10-06 17:23:25.701,8388.0,106836213.0,107023686.0,https://anaconda.org/conda-forge/tabulate,2025-04-22 14:56:22.696,10311056.0,2.0,,,,,,,,,,,,,,,,,,,, +75,prospector,PyCQA/prospector,code-metrics,"Inspects Python source files and provides information about type and location of classes, methods etc.",,https://github.com/prospector-dev/prospector,https://github.com/prospector-dev/prospector,GPL-2.0,2013-08-05 07:26:30.000,2025-09-16 01:25:18.000,2025-09-16 01:25:16,1594.0,24.0,177.0,34.0,388.0,367.0,2034.0,2025-08-13 11:19:10.000,1.17.3,144.0,98.0,34,True,prospector-dev/prospector,35.0,prospector,conda-forge/prospector,5512.0,5226.0,https://pypi.org/project/prospector,2025-08-13 11:19:10.000,286.0,459119.0,462096.0,https://anaconda.org/conda-forge/prospector,2025-08-13 18:22:44.075,172712.0,1.0,,,,,,,,,,,,,,,,,,,, +76,nodeenv,ekalinin/nodeenv,virtual-envs,Virtual environment for Node.js & integrator with virtualenv.,,https://github.com/ekalinin/nodeenv,https://github.com/ekalinin/nodeenv,BSD-3-Clause,2011-03-29 15:28:56.000,2025-04-22 14:56:41.723,2024-08-25 11:10:59,704.0,,216.0,34.0,182.0,146.0,1749.0,2024-06-04 18:44:55.000,1.9.1,74.0,101.0,34,False,,64.0,nodeenv,conda-forge/nodeenv,123182.0,122929.0,https://pypi.org/project/nodeenv,2024-06-04 18:44:08.000,253.0,65122789.0,65229329.0,https://anaconda.org/conda-forge/nodeenv,2025-04-22 14:56:41.723,6712067.0,2.0,,,,,,,,,,,,,,,,,,,, +77,pytest-html,pytest-dev/pytest-html,testing,Plugin for generating HTML reports for pytest results.,,https://github.com/pytest-dev/pytest-html,https://github.com/pytest-dev/pytest-html,MIT,2015-04-14 19:22:42.000,2025-09-15 21:37:08.000,2025-09-15 21:37:08,600.0,17.0,248.0,24.0,483.0,260.0,748.0,2023-11-07 16:58:34.000,4.1.1,58.0,61.0,34,True,,184.0,pytest-html,conda-forge/pytest-html,57345.0,56723.0,https://pypi.org/project/pytest-html,2023-11-07 15:44:27.000,622.0,12429684.0,12442951.0,https://anaconda.org/conda-forge/pytest-html,2025-04-22 14:56:37.472,769496.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +78,Griffe,mkdocstrings/griffe,documentation,"Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API..",,https://github.com/mkdocstrings/griffe,https://github.com/mkdocstrings/griffe,ISC,2021-09-09 21:49:44.000,2025-09-18 01:45:38.000,2025-09-17 22:33:51,1265.0,92.0,54.0,6.0,91.0,261.0,529.0,2025-09-05 15:02:32.000,1.14.0,148.0,39.0,34,True,,28.0,griffe,conda-forge/griffe,12757.0,12425.0,https://pypi.org/project/griffe,2025-09-05 15:02:27.000,332.0,14772301.0,14787526.0,https://anaconda.org/conda-forge/griffe,2025-09-06 05:56:34.053,639465.0,2.0,,,,,,,,,,,,,,,,,,,, +79,pyre-check,facebook/pyre-check,type-checkers,Performant type-checking for python.,,https://github.com/facebook/pyre-check,https://github.com/facebook/pyre-check,MIT,2017-11-10 17:31:36.000,2025-09-18 12:55:22.000,2025-09-18 12:49:30,20509.0,123.0,453.0,114.0,529.0,309.0,7089.0,2024-10-29 21:22:27.000,0.9.23,81.0,294.0,33,True,,149.0,pyre-check,,108.0,21.0,https://pypi.org/project/pyre-check,2025-07-07 15:59:16.000,87.0,160449.0,160449.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +80,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,223.0,51.0,55.0,227.0,6101.0,2025-07-20 02:10:37.000,3.3.0,36.0,10.0,33,True,,14.0,alive-progress,conda-forge/alive-progress,5287.0,4698.0,https://pypi.org/project/alive-progress,2025-07-20 02:10:37.000,589.0,2429144.0,2431822.0,https://anaconda.org/conda-forge/alive-progress,2025-04-22 14:57:21.935,166083.0,2.0,,,,,,,,,,,,,,,,,,,, +81,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-09-17 11:00:03.000,2025-09-17 10:59:57,4821.0,11.0,332.0,46.0,49.0,1726.0,4589.0,2025-09-11 03:23:58.000,9.1.9,369.0,36.0,33,False,,9.0,pyarmor,,2042.0,1960.0,https://pypi.org/project/pyarmor,2025-09-11 03:23:42.000,82.0,404870.0,404870.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +82,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-09-14 10:35:21.000,2025-09-13 15:31:20,1346.0,32.0,146.0,37.0,338.0,308.0,2228.0,2025-03-25 08:03:19.000,3.12.0,53.0,80.0,33,True,,138.0,flit,conda-forge/flit,3411.0,2481.0,https://pypi.org/project/flit,2025-03-25 08:03:19.000,930.0,8644679.0,8649428.0,https://anaconda.org/conda-forge/flit,2025-04-22 14:56:31.709,284940.0,3.0,,,,,,,,,,,,,,,,,,,, +83,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-09-15 10:19:47.000,2025-09-15 10:17:01,778.0,9.0,115.0,14.0,191.0,407.0,1971.0,2025-07-22 23:49:19.000,0.30.0,69.0,53.0,33,True,,57.0,mkdocstrings,conda-forge/mkdocstrings,22272.0,20702.0,https://pypi.org/project/mkdocstrings,2025-07-22 23:48:44.000,1570.0,4137457.0,4141764.0,https://anaconda.org/conda-forge/mkdocstrings,2025-07-24 13:24:20.459,254125.0,2.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +84,prettytable,jazzband/prettytable,logging,Display tabular data in a visually appealing ASCII table format.,,https://github.com/prettytable/prettytable,https://github.com/prettytable/prettytable,,2016-01-15 02:39:17.000,2025-09-01 07:32:20.000,2025-09-01 07:32:18,734.0,13.0,174.0,25.0,256.0,123.0,1546.0,2025-03-24 19:39:02.000,3.16.0,41.0,66.0,33,False,prettytable/prettytable,26.0,prettytable,conda-forge/prettytable,80954.0,78320.0,https://pypi.org/project/prettytable,2025-03-24 19:39:02.000,2634.0,20430029.0,20510375.0,https://anaconda.org/conda-forge/prettytable,2025-04-22 14:56:24.496,4660118.0,2.0,,,,,,,,,,,,,,,,,,,, +85,pytest-bdd,pytest-dev/pytest-bdd,testing,BDD library for the pytest runner.,,https://github.com/pytest-dev/pytest-bdd,https://github.com/pytest-dev/pytest-bdd,MIT,2013-03-29 07:27:43.000,2025-09-15 20:46:57.000,2025-02-13 21:33:26,1462.0,,229.0,60.0,408.0,294.0,1400.0,2024-12-05 21:45:56.000,8.1.0,106.0,65.0,33,True,,82.0,pytest-bdd,conda-forge/pytest-bdd,4545.0,4439.0,https://pypi.org/project/pytest-bdd,2024-12-05 21:45:56.000,106.0,1243084.0,1245625.0,https://anaconda.org/conda-forge/pytest-bdd,2025-04-22 14:57:05.450,71157.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +86,nose,nose-devs/nose,testing,nose is nicer testing for python.,,https://github.com/nose-devs/nose,https://github.com/nose-devs/nose,LGPL-2.1+,2011-12-13 19:36:32.000,2025-04-22 14:56:22.777,2016-03-04 01:16:26,1004.0,,395.0,47.0,261.0,467.0,1363.0,2015-06-02 09:12:36.000,1.3.7,14.0,95.0,33,False,,451.0,nose,conda-forge/nose,171616.0,168921.0,https://pypi.org/project/nose,2015-06-02 09:12:36.000,2695.0,8203429.0,8234783.0,https://anaconda.org/conda-forge/nose,2025-04-22 14:56:22.777,3511653.0,2.0,,,,,,,,,,,,,,,,,,,, +87,breathe,michaeljones/breathe,documentation,ReStructuredText and Sphinx bridge to Doxygen.,,https://github.com/breathe-doc/breathe,https://github.com/breathe-doc/breathe,BSD-3-Clause,2009-02-03 18:52:25.000,2025-09-01 15:48:02.000,2025-09-01 15:48:00,1998.0,33.0,209.0,17.0,398.0,425.0,783.0,2025-07-08 19:34:47.000,5.0.0a2,68.0,121.0,33,True,breathe-doc/breathe,187.0,breathe,conda-forge/breathe,18848.0,18717.0,https://pypi.org/project/breathe,2025-07-08 20:28:19.000,131.0,1016265.0,1029340.0,https://anaconda.org/conda-forge/breathe,2025-04-22 14:56:28.512,822863.0,2.0,,759.0,,,,,,,,,,,,,,,,,, +88,sphinx-autodoc-typehints,tox-dev/sphinx-autodoc-typehints,documentation,Type hints support for the Sphinx autodoc extension.,,https://github.com/tox-dev/sphinx-autodoc-typehints,https://github.com/tox-dev/sphinx-autodoc-typehints,MIT,2015-09-21 20:41:41.000,2025-09-15 16:50:02.000,2025-09-08 17:35:32,456.0,15.0,107.0,10.0,351.0,172.0,579.0,2025-04-25 16:53:24.000,3.2.0,93.0,61.0,33,True,,41.0,sphinx-autodoc-typehints,conda-forge/sphinx-autodoc-typehints,61244.0,57364.0,https://pypi.org/project/sphinx-autodoc-typehints,2025-04-25 16:53:24.000,3880.0,3879531.0,3894224.0,https://anaconda.org/conda-forge/sphinx-autodoc-typehints,2025-04-25 23:49:21.688,925688.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +89,executing,alexmojaki/executing,ast,"Get information about what a Python frame is currently doing, particularly the AST node being executed.",,https://github.com/alexmojaki/executing,https://github.com/alexmojaki/executing,MIT,2019-05-25 08:22:26.000,2025-09-01 12:24:49.483,2025-08-31 21:24:41,525.0,25.0,36.0,11.0,52.0,33.0,364.0,2025-09-01 09:48:08.000,2.2.1,36.0,11.0,33,True,,19.0,executing,conda-forge/executing,325884.0,325083.0,https://pypi.org/project/executing,2025-09-01 09:48:08.000,801.0,71768056.0,72136909.0,https://anaconda.org/conda-forge/executing,2025-09-01 12:24:49.483,21762367.0,1.0,,,,,,,,,,,,,,,,,,,, +90,PySnooper,cool-RR/PySnooper,debugging,Never use print for debugging again.,,https://github.com/cool-RR/PySnooper,https://github.com/cool-RR/PySnooper,MIT,2019-04-18 13:55:43.000,2025-05-31 23:22:45.000,2025-05-31 23:21:24,327.0,,950.0,231.0,121.0,109.0,16552.0,2025-05-31 23:22:45.000,1.2.3,62.0,29.0,32,True,,29.0,pysnooper,conda-forge/pysnooper,2127.0,2060.0,https://pypi.org/project/pysnooper,2025-05-31 23:22:45.000,67.0,458577.0,460854.0,https://anaconda.org/conda-forge/pysnooper,2025-04-22 14:57:05.002,136626.0,1.0,,,,,,,,,,,,,,,,,,,, +91,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-09-14 17:04:19.375,2025-09-14 09:31:36,370.0,34.0,202.0,51.0,69.0,96.0,9893.0,2025-09-14 09:33:14.000,2.1.8,22.0,34.0,32,True,,65.0,icecream,conda-forge/icecream,561.0,21.0,https://pypi.org/project/icecream,2025-09-14 09:31:08.000,540.0,1445418.0,1447028.0,https://anaconda.org/conda-forge/icecream,2025-09-14 17:04:19.375,85379.0,1.0,,,,,,,,,,,,,,,,,,,, +92,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-09-11 10:01:52.000,2025-05-12 12:07:58,2669.0,,336.0,59.0,1267.0,349.0,4621.0,2024-09-13 22:26:03.000,18.0.0,62.0,126.0,32,True,,22.0,mimesis,conda-forge/mimesis,2249.0,2181.0,https://pypi.org/project/mimesis,2024-09-13 22:26:03.000,68.0,855073.0,860272.0,https://anaconda.org/conda-forge/mimesis,2025-05-10 09:59:37.648,321916.0,2.0,,840.0,,,,,,,,,,,,,,,,,, +93,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-09-15 21:46:16.000,2025-08-13 14:20:07,1254.0,9.0,197.0,36.0,569.0,444.0,3895.0,2025-05-23 18:55:41.000,3.20.0,174.0,36.0,32,True,,22.0,pyupgrade,conda-forge/pyupgrade,515.0,,https://pypi.org/project/pyupgrade,2025-05-23 18:55:41.000,515.0,1082164.0,1095607.0,https://anaconda.org/conda-forge/pyupgrade,2025-05-24 00:48:10.166,860396.0,2.0,,,,,,,,,,,,,,,,,,,, +94,pdoc,mitmproxy/pdoc,documentation,API Documentation for Python Projects.,,https://github.com/mitmproxy/pdoc,https://github.com/mitmproxy/pdoc,MIT-0,2013-08-04 21:12:50.000,2025-09-16 15:18:41.000,2025-09-16 15:18:40,1095.0,3.0,200.0,33.0,377.0,398.0,2199.0,2025-06-04 17:05:48.000,15.0.4,113.0,76.0,32,False,,49.0,pdoc,,4602.0,3935.0,https://pypi.org/project/pdoc,2025-06-04 17:05:48.000,667.0,1714352.0,1714352.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +95,pyelftools,eliben/pyelftools,debugging,Parsing ELF and DWARF in Python.,,https://github.com/eliben/pyelftools,https://github.com/eliben/pyelftools,Unlicense,2013-06-08 22:55:54.000,2025-09-08 13:09:44.000,2025-09-08 13:09:30,731.0,5.0,517.0,68.0,349.0,200.0,2156.0,,,13.0,110.0,32,True,,74.0,pyelftools,conda-forge/pyelftools,11376.0,11107.0,https://pypi.org/project/pyelftools,2025-02-19 14:19:59.000,269.0,6596304.0,6611907.0,https://anaconda.org/conda-forge/pyelftools,2025-04-22 14:56:21.172,920586.0,1.0,,,,,,,,,,,,,,,,,,,, +96,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-09-07 03:24:05.000,2024-12-12 19:59:04,263.0,,233.0,26.0,92.0,91.0,1764.0,2025-03-07 07:08:25.000,3.3.0,36.0,64.0,32,True,,30.0,python-json-logger,conda-forge/python-json-logger,1100.0,,https://pypi.org/project/python-json-logger,2025-09-07 03:24:05.000,1100.0,60354252.0,60480282.0,https://anaconda.org/conda-forge/python-json-logger,2025-04-22 14:56:33.638,12729108.0,3.0,,,,,,,,,,,,,,,,,,,, +97,pytest-sugar,Teemu/pytest-sugar,testing,"a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail..",,https://github.com/Teemu/pytest-sugar,https://github.com/Teemu/pytest-sugar,BSD-3-Clause,2013-06-25 21:09:27.000,2025-08-24 22:40:41.102,2025-08-23 12:19:22,452.0,4.0,77.0,18.0,169.0,94.0,1472.0,2025-08-23 12:19:34.000,1.1.1,32.0,56.0,32,True,,29.0,pytest-sugar,conda-forge/pytest-sugar,29936.0,28435.0,https://pypi.org/project/pytest-sugar,2025-08-23 12:19:34.000,1501.0,4245106.0,4250903.0,https://anaconda.org/conda-forge/pytest-sugar,2025-08-24 22:40:41.102,347773.0,2.0,['pytest'],47.0,,,,,,,,,,,,,,,,,, +98,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-09-08 10:15:40.000,2025-07-21 21:26:17,694.0,2.0,167.0,17.0,580.0,347.0,1448.0,2025-05-01 16:35:46.000,2025.5.1,30.0,109.0,32,True,wntrblm/nox,70.0,nox,conda-forge/nox,8110.0,6879.0,https://pypi.org/project/nox,2025-05-01 16:35:46.000,1231.0,3741867.0,3749905.0,https://anaconda.org/conda-forge/nox,2025-05-15 20:58:18.188,506399.0,2.0,['pytest'],,,,,,,,,,,,,,,,,,, +99,pydocstyle,PyCQA/pydocstyle,linters,docstring style checker.,,https://github.com/PyCQA/pydocstyle,https://github.com/PyCQA/pydocstyle,MIT,2012-01-31 17:18:23.000,2025-04-22 14:56:24.767,2023-11-03 22:28:45,746.0,,188.0,19.0,317.0,225.0,1117.0,2023-01-17 20:31:11.783,6.3.0,23.0,91.0,32,False,,123.0,pydocstyle,conda-forge/pydocstyle,74382.0,72630.0,https://pypi.org/project/pydocstyle,2023-01-17 20:31:11.783,1752.0,4384212.0,4428741.0,https://anaconda.org/conda-forge/pydocstyle,2025-04-22 14:56:24.767,2716304.0,2.0,,93.0,,,,,,,,,,,,,,,,,, +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-09-16 06:34:32.000,2025-09-16 06:34:32,2736.0,87.0,192.0,18.0,883.0,512.0,942.0,2025-09-13 16:30:25.000,0.6.5,24.0,93.0,32,True,,156.0,asv,conda-forge/asv,1596.0,1433.0,https://pypi.org/project/asv,2025-09-13 16:23:58.000,163.0,211035.0,229410.0,https://anaconda.org/conda-forge/asv,2025-09-13 23:08:56.967,1174995.0,2.0,,1771.0,2.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-09-08 13:06:00.000,2025-05-15 15:50:38,1222.0,,131.0,21.0,354.0,201.0,809.0,2024-06-01 03:20:04.000,0.15.1,34.0,80.0,32,True,,40.0,nose2,conda-forge/nose2,27161.0,26842.0,https://pypi.org/project/nose2,2024-06-01 03:20:04.000,319.0,641612.0,643858.0,https://anaconda.org/conda-forge/nose2,2025-04-22 14:56:50.674,197696.0,2.0,,,,,,,,,,,,,,,,,,,, +102,alabaster,bitprophet/alabaster,documentation,"Lightweight, configurable Sphinx theme.",,https://github.com/sphinx-doc/alabaster,https://github.com/sphinx-doc/alabaster,BSD-3-Clause,2013-12-07 00:03:15.000,2025-04-22 14:56:25.041,2024-07-26 17:57:57,434.0,,189.0,34.0,96.0,70.0,753.0,2024-07-26 18:15:02.000,1.0.0,30.0,42.0,32,False,sphinx-doc/alabaster,60.0,alabaster,conda-forge/alabaster,155621.0,154994.0,https://pypi.org/project/alabaster,2024-07-26 18:15:02.000,627.0,19684087.0,19993772.0,https://anaconda.org/conda-forge/alabaster,2025-04-22 14:56:25.041,9909939.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +103,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-09-08 11:32:43.000,2025-08-20 16:13:04,6953.0,2.0,288.0,54.0,1180.0,745.0,4996.0,2024-10-11 08:28:27.000,2024.10.11,204.0,112.0,31,True,,204.0,pytype,conda-forge/pytype,4300.0,4069.0,https://pypi.org/project/pytype,2024-10-11 08:28:27.000,231.0,416030.0,425005.0,https://anaconda.org/conda-forge/pytype,2025-04-22 14:57:26.233,565441.0,3.0,,,,,,,,,,,,,,,,,,,, +104,factory_boy,FactoryBoy/factory_boy,testing,A test fixtures replacement for Python.,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2025-09-02 12:10:33.000,2025-08-31 10:28:55,1039.0,5.0,401.0,40.0,528.0,434.0,3684.0,2025-02-03 09:49:01.000,3.3.3,46.0,133.0,31,True,,190.0,factory_boy,conda-forge/factory_boy,647.0,,https://pypi.org/project/factory_boy,2025-02-03 09:49:01.000,647.0,10991312.0,10994870.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,213512.0,3.0,,,,,,,,,,,,,,,,,,,, +105,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-09-04 20:15:52.000,2025-08-12 07:20:32,817.0,3.0,362.0,68.0,453.0,232.0,2441.0,2025-03-30 09:04:11.000,10.2.2,19.0,143.0,31,True,,145.0,pytest-testinfra,conda-forge/pytest-testinfra,2532.0,2512.0,https://pypi.org/project/pytest-testinfra,2025-03-30 09:06:00.000,20.0,701326.0,701895.0,https://anaconda.org/conda-forge/pytest-testinfra,2025-04-22 14:57:44.936,31898.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +106,doit,pydoit/doit,build-tools,CLI task management & automation tool.,,https://github.com/pydoit/doit,https://github.com/pydoit/doit,MIT,2014-02-14 22:21:23.000,2025-04-22 14:56:44.640,2023-01-16 03:40:03,1483.0,,184.0,49.0,170.0,219.0,1969.0,2022-04-22 15:33:23.000,0.36.0,48.0,65.0,31,False,,91.0,doit,conda-forge/doit,2293.0,2175.0,https://pypi.org/project/doit,2022-04-22 15:33:23.000,118.0,444191.0,450616.0,https://anaconda.org/conda-forge/doit,2025-04-22 14:56:44.640,404776.0,3.0,,,,,,,,,,,,,,,,,,,, +107,ipdb,gotcha/ipdb,debugging,Integration of IPython pdb.,,https://github.com/gotcha/ipdb,https://github.com/gotcha/ipdb,BSD-3-Clause,2011-01-15 17:51:47.000,2025-07-28 10:12:07.000,2025-07-28 10:06:52,381.0,1.0,147.0,29.0,87.0,131.0,1935.0,2023-03-09 15:41:00.602,0.13.13,46.0,58.0,31,True,,75.0,ipdb,conda-forge/ipdb,67348.0,66230.0,https://pypi.org/project/ipdb,2023-03-09 15:41:00.602,1118.0,11235834.0,11246054.0,https://anaconda.org/conda-forge/ipdb,2025-04-22 14:56:25.687,643863.0,2.0,,,,,,,,,,,,,,,,,,,, +108,typeguard,agronholm/typeguard,type-checkers,Run-time type checker for Python.,,https://github.com/agronholm/typeguard,https://github.com/agronholm/typeguard,,2015-12-27 23:15:37.000,2025-08-22 19:55:06.000,2025-08-22 19:55:06,670.0,1.0,118.0,19.0,152.0,332.0,1702.0,2025-06-18 09:56:09.000,4.4.4,74.0,41.0,31,False,,30.0,typeguard,conda-forge/typeguard,45100.0,41955.0,https://pypi.org/project/typeguard,2025-06-18 09:56:05.000,3145.0,39172624.0,39192049.0,https://anaconda.org/conda-forge/typeguard,2025-06-18 12:21:32.288,1223831.0,3.0,,,,,,,,,,,,,,,,,,,, +109,flake8-bugbear,PyCQA/flake8-bugbear,linters,A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that dont belong in..,,https://github.com/PyCQA/flake8-bugbear,https://github.com/PyCQA/flake8-bugbear,MIT,2016-03-15 20:54:43.000,2025-09-08 21:54:50.000,2025-09-08 21:54:49,425.0,4.0,110.0,8.0,282.0,178.0,1104.0,2024-12-12 16:49:23.000,24.12.12,73.0,89.0,31,True,,60.0,flake8-bugbear,conda-forge/flake8-bugbear,42727.0,41489.0,https://pypi.org/project/flake8-bugbear,2024-12-12 16:49:23.000,1238.0,2793435.0,2808379.0,https://anaconda.org/conda-forge/flake8-bugbear,2025-04-22 14:57:10.503,866795.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +110,mccabe,PyCQA/mccabe,code-metrics,McCabe complexity checker for Python.,,https://github.com/PyCQA/mccabe,https://github.com/PyCQA/mccabe,Saxpath,2013-02-20 22:19:04.000,2025-04-22 14:56:24.539,2023-12-03 13:55:50,149.0,,62.0,15.0,61.0,45.0,665.0,2022-01-24 01:14:49.000,0.7.0,13.0,24.0,31,True,,9.0,mccabe,conda-forge/mccabe,512630.0,511696.0,https://pypi.org/project/mccabe,2022-01-24 01:14:49.000,934.0,66719279.0,66956930.0,https://anaconda.org/conda-forge/mccabe,2025-04-22 14:56:24.539,10456668.0,2.0,,,,,,,,,,,,,,,,,,,, +111,sphinx-autobuild,executablebooks/sphinx-autobuild,documentation,Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.,,https://github.com/sphinx-doc/sphinx-autobuild,https://github.com/sphinx-doc/sphinx-autobuild,MIT,2013-12-25 17:09:56.000,2025-08-25 18:44:54.000,2025-08-25 18:43:22,400.0,7.0,85.0,18.0,88.0,93.0,584.0,2025-08-25 18:44:54.000,2025.8.25,25.0,36.0,31,True,sphinx-doc/sphinx-autobuild,19.0,sphinx-autobuild,conda-forge/sphinx-autobuild,31433.0,29151.0,https://pypi.org/project/sphinx-autobuild,2025-08-25 18:44:54.000,2282.0,4614319.0,4621292.0,https://anaconda.org/conda-forge/sphinx-autobuild,2025-04-22 14:56:34.708,397506.0,2.0,['sphinx'],,,,,,,,,,,,,,,,,,, +112,coveralls-python,TheKevJames/coveralls-python,testing,Show coverage stats online via coveralls.io.,,https://github.com/TheKevJames/coveralls-python,https://github.com/TheKevJames/coveralls-python,MIT,2013-02-06 20:48:39.000,2025-09-18 14:04:20.000,2025-09-18 14:01:53,672.0,8.0,187.0,8.0,441.0,167.0,570.0,2024-05-15 12:56:12.000,4.0.1,46.0,66.0,31,True,,11.0,coveralls,conda-forge/coveralls,38185.0,36033.0,https://pypi.org/project/coveralls,2024-05-15 12:56:12.000,2152.0,1109469.0,1131185.0,https://anaconda.org/conda-forge/coveralls,2025-04-22 14:56:31.028,1346441.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +113,mamba,mamba-org/mamba,dependency-managers,The Fast Cross-Platform Package Manager.,,https://github.com/mamba-org/mamba,https://github.com/mamba-org/mamba,BSD-3-Clause,2019-03-05 13:05:10.000,2025-09-08 12:35:59.000,2025-09-04 14:26:02,3200.0,27.0,409.0,47.0,2081.0,1583.0,7645.0,2025-08-26 15:09:28.000,2.3.2,164.0,175.0,30,True,,453.0,,conda-forge/mamba,,,,,,,298503.0,https://anaconda.org/conda-forge/mamba,2025-09-04 17:31:47.966,19104237.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,1.0,417.0,56.0,205.0,113.0,7333.0,2024-02-18 18:23:06.000,0.5.0,43.0,74.0,30,True,,213.0,pipreqs,conda-forge/pipreqs,40345.0,40036.0,https://pypi.org/project/pipreqs,2024-02-18 17:49:34.000,309.0,1084774.0,1085413.0,https://anaconda.org/conda-forge/pipreqs,2025-04-22 14:56:27.577,69100.0,3.0,,,,,,,,,,,,,,,,,,,, +115,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-09-17 18:41:27.000,2025-09-17 18:41:26,779.0,2.0,166.0,27.0,167.0,192.0,4033.0,2024-12-08 17:39:52.000,2.14,54.0,47.0,30,True,,40.0,vulture,conda-forge/vulture,6013.0,5810.0,https://pypi.org/project/vulture,2024-12-08 17:39:40.000,203.0,2344155.0,2346218.0,https://anaconda.org/conda-forge/vulture,2025-04-22 14:56:26.274,127923.0,2.0,,,,,,,,,,,,,,,,,,,, +116,line_profiler,pyutils/line_profiler,profiling,Line-by-line profiling for Python.,,https://github.com/pyutils/line_profiler,https://github.com/pyutils/line_profiler,BSD-3-Clause,2019-12-10 22:26:33.000,2025-08-29 15:03:00.890,2025-08-19 19:28:32,740.0,94.0,129.0,14.0,264.0,83.0,3100.0,2025-07-23 21:27:06.000,5.0.0,33.0,51.0,30,True,,48.0,line_profiler,conda-forge/line_profiler,297.0,,https://pypi.org/project/line_profiler,2025-07-23 20:14:25.000,297.0,1807963.0,1879063.0,https://anaconda.org/conda-forge/line_profiler,2025-08-29 15:03:00.890,4122397.0,2.0,,1725.0,,,,,,,,,,,,,,,,,, +117,cx_Freeze,marcelotduarte/cx_Freeze,packaging,Creates standalone executables from Python scripts with the same performance as the original script. It is cross-..,,https://github.com/marcelotduarte/cx_Freeze,https://github.com/marcelotduarte/cx_Freeze,,2017-01-22 04:25:52.000,2025-09-18 03:36:45.000,2025-09-16 18:07:05,2508.0,72.0,237.0,26.0,1885.0,999.0,1491.0,2025-08-11 06:40:12.000,8.4.0,108.0,121.0,30,True,,47.0,cx_freeze,conda-forge/cx_freeze,124.0,,https://pypi.org/project/cx_freeze,2025-08-11 06:40:12.000,124.0,230974.0,248003.0,https://anaconda.org/conda-forge/cx_freeze,2025-08-11 17:42:44.958,1089868.0,2.0,,,,,,,,,,,,,,,,,,,, +118,colorlog,borntyping/python-colorlog,logging,A colored formatter for the python logging module.,,https://github.com/borntyping/python-colorlog,https://github.com/borntyping/python-colorlog,MIT,2012-09-05 17:57:21.000,2025-04-22 14:56:21.712,2024-10-29 18:33:27,246.0,,93.0,13.0,49.0,78.0,936.0,2025-03-05 10:58:17.000,6.9.0,69.0,34.0,30,True,,,colorlog,conda-forge/colorlog,61981.0,59896.0,https://pypi.org/project/colorlog,2024-10-29 18:34:49.000,2085.0,33662269.0,33754864.0,https://anaconda.org/conda-forge/colorlog,2025-04-22 14:56:21.712,5740907.0,3.0,,,,,,,,,,,,,,,,,,,, +119,progressbar2,WoLpH/python-progressbar,logging,Progressbar 2 - A progress bar for Python 2 and Python 3 - pip install progressbar2.,,https://github.com/wolph/python-progressbar,https://github.com/wolph/python-progressbar,BSD-3-Clause,2012-02-20 06:19:21.000,2025-04-22 14:56:28.563,2024-12-06 14:57:38,1142.0,,102.0,20.0,73.0,222.0,881.0,2024-08-28 22:50:15.000,4.5.0,111.0,47.0,30,True,,5.0,progressbar2,conda-forge/progressbar2,934.0,,https://pypi.org/project/progressbar2,2024-08-28 22:50:10.000,934.0,30854931.0,30908226.0,https://anaconda.org/conda-forge/progressbar2,2025-04-22 14:56:28.563,3355628.0,3.0,,3104.0,,,,,,,,,,,,,,,,,, +120,pytest-randomly,pytest-dev/pytest-randomly,testing,Pytest plugin to randomly order tests and control random.seed.,,https://github.com/pytest-dev/pytest-randomly,https://github.com/pytest-dev/pytest-randomly,MIT,2016-04-08 15:48:10.000,2025-09-12 15:22:58.000,2025-09-12 15:21:25,713.0,16.0,33.0,4.0,621.0,65.0,675.0,2025-09-12 15:22:58.000,4.0.1,36.0,20.0,30,True,,8.0,pytest-randomly,conda-forge/pytest-randomly,11582.0,10813.0,https://pypi.org/project/pytest-randomly,2025-09-12 15:22:58.000,769.0,3428291.0,3435483.0,https://anaconda.org/conda-forge/pytest-randomly,2025-04-22 14:58:02.951,338067.0,3.0,,,,,,,,,,,,,,,,,,,, +121,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,82.0,8.0,150.0,149.0,574.0,2025-05-11 04:54:03.000,1.7.7,64.0,39.0,30,True,PyCQA/docformatter,20.0,docformatter,conda-forge/docformatter,4589.0,4284.0,https://pypi.org/project/docformatter,2025-05-11 04:54:03.000,305.0,1265922.0,1270067.0,https://anaconda.org/conda-forge/docformatter,2025-05-11 20:23:47.641,248644.0,3.0,,51.0,,,,,,,,,,,,,,,,,, +122,python-coloredlogs,xolox/python-coloredlogs,logging,Colored terminal output for Pythons logging module.,,https://github.com/xolox/python-coloredlogs,https://github.com/xolox/python-coloredlogs,MIT,2013-05-30 18:57:12.000,2025-04-22 15:32:23.858,2021-06-11 10:22:09,273.0,,45.0,10.0,38.0,52.0,555.0,2021-06-11 10:24:04.382,15.0.1,63.0,17.0,30,False,,36.0,coloredlogs,anaconda/coloredlogs,81994.0,80065.0,https://pypi.org/project/coloredlogs,2021-06-11 10:24:04.382,1929.0,29844210.0,29844419.0,https://anaconda.org/anaconda/coloredlogs,2025-04-22 15:32:23.858,20112.0,3.0,,,,,,,,,,,,,,,,,,,, +123,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,,420.0,159.0,79.0,231.0,10757.0,2021-12-22 19:23:21.000,1.0.68,53.0,36.0,29,True,,88.0,bpytop,conda-forge/bpytop,235.0,234.0,https://pypi.org/project/bpytop,2021-12-22 19:23:21.000,1.0,17208.0,17656.0,https://anaconda.org/conda-forge/bpytop,2025-04-22 14:57:45.970,24673.0,3.0,,,,,,,,,,,,,,,,,,,, +124,memory-profiler,pythonprofilers/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/pythonprofilers/memory_profiler,https://github.com/pythonprofilers/memory_profiler,BSD-3-Clause,2011-10-14 11:56:14.000,2025-04-22 14:56:23.864,2024-04-16 15:33:52,719.0,,380.0,82.0,166.0,117.0,4526.0,2022-11-15 17:59:01.069,0.61.0,59.0,105.0,29,False,,136.0,memory_profiler,conda-forge/memory_profiler,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,464.0,6646308.0,6711126.0,https://anaconda.org/conda-forge/memory_profiler,2025-04-22 14:56:23.864,3824280.0,3.0,,,,,,,,,,,,,,,,,,,, +125,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,597.0,246.0,4240.0,2024-05-06 18:05:06.000,1.5.0,38.0,85.0,29,True,,125.0,detect-secrets,,95.0,,https://pypi.org/project/detect-secrets,2024-05-06 17:46:16.000,95.0,1518622.0,1518622.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +126,notifiers,liiight/notifiers,logging,The easy way to send notifications.,,https://github.com/liiight/notifiers,https://github.com/liiight/notifiers,MIT,2017-06-01 10:20:18.000,2025-09-15 17:29:07.000,2025-08-05 11:29:51,546.0,1.0,107.0,30.0,370.0,69.0,2712.0,2025-05-17 15:59:40.000,1.3.6,34.0,27.0,29,True,,39.0,notifiers,conda-forge/notifiers,1412.0,1375.0,https://pypi.org/project/notifiers,2025-05-17 15:58:56.000,37.0,547984.0,549011.0,https://anaconda.org/conda-forge/notifiers,2025-05-20 18:12:25.759,58593.0,3.0,,,,,,,,,,,,,,,,,,,, +127,radon,rubik/radon,code-metrics,Various code metrics for Python code.,,https://github.com/rubik/radon,https://github.com/rubik/radon,MIT,2012-09-20 18:58:58.000,2025-04-22 14:56:42.827,2024-10-20 09:52:52,549.0,,126.0,33.0,98.0,146.0,1886.0,2023-03-26 06:25:00.948,6.0.1,56.0,60.0,29,True,,41.0,radon,conda-forge/radon,7089.0,6872.0,https://pypi.org/project/radon,2023-03-26 06:25:00.948,217.0,1816959.0,1818648.0,https://anaconda.org/conda-forge/radon,2025-04-22 14:56:42.827,103073.0,2.0,,,,,,,,,,,,,,,,,,,, +128,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,120.0,19.0,86.0,91.0,1372.0,2024-10-30 11:51:45.000,5.1.0,46.0,49.0,29,True,,114.0,pytest-benchmark,conda-forge/pytest-benchmark,915.0,,https://pypi.org/project/pytest-benchmark,2024-10-30 11:51:45.000,915.0,4757729.0,4807356.0,https://anaconda.org/conda-forge/pytest-benchmark,2025-04-22 14:56:21.335,2630244.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +129,pylint-django,PyCQA/pylint-django,linters,Pylint plugin for improving code analysis for when using Django.,,https://github.com/pylint-dev/pylint-django,https://github.com/pylint-dev/pylint-django,GPL-3.0,2013-10-01 06:35:15.000,2025-09-16 01:25:06.000,2025-09-16 01:25:01,696.0,3.0,117.0,14.0,225.0,173.0,614.0,2024-10-10 14:46:36.000,2.6.1,57.0,71.0,29,True,pylint-dev/pylint-django,67.0,pylint-django,conda-forge/pylint-django,32066.0,31941.0,https://pypi.org/project/pylint-django,2024-10-10 14:46:36.000,125.0,1544087.0,1549219.0,https://anaconda.org/conda-forge/pylint-django,2025-04-22 14:56:27.135,297404.0,2.0,['pylint'],419.0,,,,,,,,,,,,,,,,,, +130,buildout,buildout/buildout,build-tools,Buildout is a deployment automation tool written in and extended with Python.,,https://github.com/buildout/buildout,https://github.com/buildout/buildout,ZPL-2.1,2012-03-25 21:47:18.000,2025-09-11 19:03:33.000,2025-09-11 19:03:29,2034.0,46.0,176.0,49.0,327.0,275.0,590.0,2025-06-11 15:54:50.000,4.1.12,147.0,100.0,29,False,,120.0,zc.buildout,conda-forge/zc.buildout,119.0,,https://pypi.org/project/zc.buildout,2025-09-11 19:03:23.000,119.0,54460.0,56082.0,https://anaconda.org/conda-forge/zc.buildout,2025-04-22 14:58:01.521,77875.0,3.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,,246.0,14.0,146.0,83.0,523.0,2025-05-05 20:43:43.000,0.15.1,31.0,37.0,29,False,,21.0,pep8-naming,conda-forge/pep8-naming,59229.0,58393.0,https://pypi.org/project/pep8-naming,2025-05-05 20:43:11.000,836.0,2223653.0,2231491.0,https://anaconda.org/conda-forge/pep8-naming,2025-05-06 21:46:36.863,485991.0,2.0,,,,,,,,,,,,,,,,,,,, +132,flake8-comprehensions,adamchainz/flake8-comprehensions,linters,A flake8 plugin to help you write better list/set/dict comprehensions.,,https://github.com/adamchainz/flake8-comprehensions,https://github.com/adamchainz/flake8-comprehensions,MIT,2016-04-05 12:15:56.000,2025-09-10 17:55:03.656,2025-09-09 22:36:04,669.0,9.0,23.0,7.0,568.0,56.0,469.0,2025-09-09 22:37:17.000,3.17.0,42.0,16.0,29,True,,6.0,flake8-comprehensions,conda-forge/flake8-comprehensions,30015.0,29234.0,https://pypi.org/project/flake8-comprehensions,2025-09-09 22:37:17.000,781.0,1292329.0,1306655.0,https://anaconda.org/conda-forge/flake8-comprehensions,2025-09-10 17:55:03.656,902595.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +133,numpydoc,numpy/numpydoc,documentation,Numpys Sphinx extensions.,,https://github.com/numpy/numpydoc,https://github.com/numpy/numpydoc,,2013-07-24 16:23:39.000,2025-09-10 13:21:19.000,2025-09-10 13:21:19,684.0,7.0,170.0,31.0,389.0,153.0,337.0,2025-06-24 12:28:53.000,1.9.0,34.0,91.0,29,False,,120.0,numpydoc,conda-forge/numpydoc,3177.0,,https://pypi.org/project/numpydoc,2025-06-24 12:22:53.000,3177.0,1323761.0,1380745.0,https://anaconda.org/conda-forge/numpydoc,2025-06-25 14:22:41.569,3647004.0,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +134,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,,599.0,87.0,534.0,170.0,1761.0,2016-11-25 22:13:29.000,4.0.515,36.0,388.0,28,False,,123.0,diamond,,212.0,206.0,https://pypi.org/project/diamond,2016-11-25 22:13:29.000,6.0,6353.0,6353.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +135,pdbpp,pdbpp/pdbpp,debugging,"pdb++, a drop-in replacement for pdb (the Python debugger).",,https://github.com/pdbpp/pdbpp,https://github.com/pdbpp/pdbpp,BSD-3-Clause,2017-06-11 13:42:16.000,2025-07-18 23:31:22.750,2022-07-14 18:31:38,706.0,,70.0,17.0,324.0,127.0,1428.0,2025-07-18 09:36:01.000,0.11.7,29.0,41.0,28,False,,104.0,pdbpp,conda-forge/pdbpp,592.0,,https://pypi.org/project/pdbpp,2025-07-18 09:36:01.000,592.0,819128.0,823319.0,https://anaconda.org/conda-forge/pdbpp,2025-07-18 23:31:22.750,209589.0,3.0,,,,,,,,,,,,,,,,,,,, +136,pdoc3,pdoc3/pdoc,documentation,Auto-generate API documentation for Python projects.,,https://github.com/pdoc3/pdoc,https://github.com/pdoc3/pdoc,AGPL-3.0,2019-01-02 02:32:40.000,2025-08-05 07:10:32.309,2025-07-12 01:03:05,644.0,8.0,144.0,8.0,130.0,236.0,1180.0,2025-03-20 22:53:51.000,0.11.6,41.0,68.0,28,True,,106.0,pdoc3,anaconda/pdoc3,5431.0,4942.0,https://pypi.org/project/pdoc3,2025-03-20 22:53:51.000,489.0,322867.0,322899.0,https://anaconda.org/anaconda/pdoc3,2025-08-05 07:10:32.309,2247.0,3.0,,,,,,,,,,,,,,,,,,,, +137,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,30.0,40.0,160.0,964.0,2025-07-15 22:01:38.000,0.14.0.0,30.0,24.0,28,True,,24.0,py2exe,,2228.0,2217.0,https://pypi.org/project/py2exe,2025-07-16 08:41:54.000,11.0,39780.0,40073.0,,,,3.0,,22858.0,,,,,,,,,,,,,,,,,, +138,darglint,terrencepreilly/darglint,linters,A python documentation linter which checks that the docstring description matches the definition.,,https://github.com/terrencepreilly/darglint,https://github.com/terrencepreilly/darglint,MIT,2017-09-25 14:11:21.000,2025-04-22 14:57:12.196,2021-10-18 03:34:23,504.0,,42.0,6.0,61.0,95.0,485.0,2021-10-18 03:40:35.000,1.8.1,49.0,22.0,28,False,,71.0,darglint,conda-forge/darglint,22703.0,22413.0,https://pypi.org/project/darglint,2021-10-18 03:40:35.000,290.0,796198.0,797967.0,https://anaconda.org/conda-forge/darglint,2025-04-22 14:57:12.196,111466.0,2.0,,,,,,,,,,,,,,,,,,,, +139,astunparse,simonpercivall/astunparse,ast,An AST unparser for Python.,,https://github.com/simonpercivall/astunparse,https://github.com/simonpercivall/astunparse,BSD-3-Clause,2014-03-31 15:34:54.000,2025-04-22 14:56:37.697,2019-12-22 18:11:19,86.0,,53.0,9.0,37.0,22.0,228.0,2019-12-22 18:12:11.000,1.6.3,11.0,11.0,28,False,,25.0,astunparse,conda-forge/astunparse,167650.0,166967.0,https://pypi.org/project/astunparse,2019-12-22 18:12:11.000,683.0,13431287.0,13486300.0,https://anaconda.org/conda-forge/astunparse,2025-04-22 14:56:37.697,3080740.0,2.0,,,,,,,,,,,,,,,,,,,, +140,flake8-isort,gforcada/flake8-isort,linters,flake8 plugin that integrates isort.,,https://github.com/gforcada/flake8-isort,https://github.com/gforcada/flake8-isort,GPL-2.0,2015-09-12 19:25:34.000,2025-08-17 06:57:20.000,2025-08-17 06:57:18,389.0,2.0,188.0,8.0,97.0,57.0,182.0,2025-01-29 12:29:23.000,6.1.2,44.0,40.0,28,True,,1.0,flake8-isort,conda-forge/flake8-isort,28911.0,28327.0,https://pypi.org/project/flake8-isort,2025-01-29 12:29:23.000,584.0,1398532.0,1399938.0,https://anaconda.org/conda-forge/flake8-isort,2025-04-22 14:57:15.498,87222.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +141,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-09-14 07:17:49.000,2025-09-14 07:17:49,118.0,3.0,37.0,11.0,58.0,38.0,146.0,2024-06-27 20:31:49.000,0.6.0,23.0,11.0,28,True,,1.0,gast,conda-forge/gast,214383.0,213939.0,https://pypi.org/project/gast,2024-06-27 20:31:49.000,444.0,18613854.0,18671218.0,https://anaconda.org/conda-forge/gast,2025-04-22 14:56:50.637,3499237.0,2.0,,,,,,,,,,,,,,,,,,,, +142,flake8-builtins,gforcada/flake8-builtins,linters,Check for python builtins being used as variables or parameters.,,https://github.com/gforcada/flake8-builtins,https://github.com/gforcada/flake8-builtins,GPL-2.0,2016-03-02 00:26:51.000,2025-08-18 18:03:13.246,2025-08-17 06:40:21,364.0,10.0,25.0,4.0,80.0,49.0,117.0,2025-08-17 06:33:48.000,3.0.0,32.0,21.0,28,True,,4.0,flake8-builtins,conda-forge/flake8-builtins,12040.0,11477.0,https://pypi.org/project/flake8-builtins,2025-08-17 06:33:48.000,563.0,873129.0,883390.0,https://anaconda.org/conda-forge/flake8-builtins,2025-08-18 18:03:13.246,359164.0,2.0,['flake8'],,,,,,,,,,,,,,,,,,, +143,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,65.0,137.0,236.0,5950.0,2023-01-02 16:18:55.910,0.24.0,22.0,54.0,27,True,,335.0,pyoxidizer,,157.0,155.0,https://pypi.org/project/pyoxidizer,2023-01-02 16:18:55.910,2.0,41717.0,42078.0,,,,3.0,,24569.0,,,,,,,,,,,,,,,,,, +144,memory_profiler,fabianp/memory_profiler,profiling,Monitor Memory usage of Python code.,,https://github.com/fabianp/memory_profiler,https://github.com/fabianp/memory_profiler,BSD-3-Clause,2018-06-28 14:01:33.000,2025-04-22 14:56:23.864,2018-06-28 13:35:12,500.0,,380.0,4.0,1.0,,4386.0,2022-11-15 17:59:01.069,0.61.0,59.0,62.0,27,False,,,memory_profiler,conda-forge/memory_profiler,464.0,,https://pypi.org/project/memory_profiler,2022-11-15 17:59:01.069,464.0,6646308.0,6711126.0,https://anaconda.org/conda-forge/memory_profiler,2025-04-22 14:56:23.864,3824291.0,3.0,,,,,,,,,,,,,,,,,,,, +145,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,2374.0,3573.0,2017-05-30 10:07:57.000,0.11.1,731.0,484.0,27,False,,835.0,coala-bears,,19.0,13.0,https://pypi.org/project/coala-bears,2023-12-02 01:06:08.134,6.0,5373.0,5374.0,,,,3.0,,239.0,,,,,,,,,,,,,,,,,, +146,uiautomator,xiaocong/uiautomator,testing,Python wrapper of Android uiautomator test tool.,,https://github.com/xiaocong/uiautomator,https://github.com/xiaocong/uiautomator,MIT,2013-08-18 03:38:50.000,2023-02-28 00:25:02.000,2020-11-16 01:36:32,316.0,,636.0,157.0,35.0,120.0,2090.0,2020-11-16 03:43:07.000,1.0.2,41.0,13.0,27,False,,183.0,uiautomator,,318.0,306.0,https://pypi.org/project/uiautomator,2020-11-16 03:43:07.000,12.0,109328.0,109328.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +147,pybuilder,pybuilder/pybuilder,build-tools,Software build automation tool for Python.,,https://github.com/pybuilder/pybuilder,https://github.com/pybuilder/pybuilder,Apache-2.0,2012-07-23 11:38:06.000,2025-08-28 05:07:16.082,2025-08-23 01:35:18,1442.0,7.0,266.0,86.0,401.0,428.0,1859.0,2025-08-23 02:13:08.000,0.13.17,687.0,39.0,27,True,,104.0,pybuilder,conda-forge/pybuilder,6.0,,https://pypi.org/project/pybuilder,2025-08-23 01:47:17.000,6.0,35766.0,42363.0,https://anaconda.org/conda-forge/pybuilder,2025-08-28 05:07:16.082,303503.0,3.0,,,,,,,,,,,,,,,,,,,, +148,Yappi,sumerc/yappi,profiling,"Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.",,https://github.com/sumerc/yappi,https://github.com/sumerc/yappi,MIT,2009-10-07 20:46:30.000,2025-05-06 00:54:42.372,2024-11-12 11:10:14,787.0,,75.0,15.0,105.0,64.0,1642.0,2024-11-12 11:23:25.000,1.6.10,26.0,32.0,27,True,,21.0,yappi,conda-forge/yappi,1575.0,1512.0,https://pypi.org/project/yappi,2024-11-12 11:23:25.000,63.0,1329592.0,1334670.0,https://anaconda.org/conda-forge/yappi,2025-05-06 00:54:42.372,299657.0,3.0,,,,,,,,,,,,,,,,,,,, +149,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,,89.0,10.0,66.0,56.0,1364.0,2021-12-22 16:55:15.000,1.0.1,18.0,30.0,27,True,,60.0,pympler,conda-forge/pympler,259.0,,https://pypi.org/project/pympler,2024-06-28 19:56:05.000,259.0,3914252.0,3924039.0,https://anaconda.org/conda-forge/pympler,2025-04-22 14:56:33.462,577471.0,3.0,,,,,,,,,,,,,,,,,,,, +150,autoflake,myint/autoflake,refactoring,Removes unused imports and unused variables as reported by pyflakes.,,https://github.com/PyCQA/autoflake,https://github.com/PyCQA/autoflake,MIT,2012-12-27 03:40:17.000,2025-09-09 15:05:15.000,2025-09-09 15:05:13,670.0,2.0,83.0,15.0,208.0,80.0,944.0,2024-03-13 03:42:45.000,2.3.1,61.0,39.0,27,True,PyCQA/autoflake,42.0,autoflake,conda-forge/autoflake,1003.0,,https://pypi.org/project/autoflake,2024-03-13 03:41:26.000,1003.0,4024830.0,4036852.0,https://anaconda.org/conda-forge/autoflake,2025-07-28 21:36:26.374,625172.0,2.0,,,,,,,,,,,,,,,,,,,, +151,astor,berkerpeksag/astor,ast,Python AST read/write.,,https://github.com/berkerpeksag/astor,https://github.com/berkerpeksag/astor,BSD-3-Clause,2012-09-19 23:02:51.000,2025-04-22 14:56:33.663,2024-03-30 08:11:44,267.0,,102.0,24.0,116.0,89.0,854.0,2019-12-10 01:50:33.000,0.8.1,14.0,35.0,27,False,,45.0,astor,conda-forge/astor,618.0,,https://pypi.org/project/astor,2019-12-10 01:50:33.000,618.0,11827555.0,12122621.0,https://anaconda.org/conda-forge/astor,2025-04-22 14:56:33.663,2655596.0,3.0,,,,,,,,,,,,,,,,,,,, +152,python-hunter,ionelmc/python-hunter,debugging,Hunter is a flexible code tracing toolkit.,,https://github.com/ionelmc/python-hunter,https://github.com/ionelmc/python-hunter,BSD-2-Clause,2015-03-16 18:03:16.000,2025-08-22 22:15:06.000,2025-08-22 21:11:31,1154.0,54.0,50.0,13.0,23.0,55.0,845.0,2025-08-22 22:11:39.000,3.9.0,56.0,10.0,27,True,,46.0,hunter,conda-forge/hunter,17.0,,https://pypi.org/project/hunter,2025-08-22 22:11:39.000,17.0,695650.0,699161.0,https://anaconda.org/conda-forge/hunter,2025-07-12 01:44:58.114,175571.0,3.0,,,,,,,,,,,,,,,,,,,, +153,green,CleanCut/green,testing,"Green is a clean, colorful, fast python test runner.",,https://github.com/CleanCut/green,https://github.com/CleanCut/green,MIT,2014-04-01 20:08:18.000,2025-04-22 14:56:42.087,2024-11-12 22:24:34,1157.0,,75.0,23.0,98.0,180.0,793.0,2024-04-18 23:54:19.000,4.0.2,149.0,40.0,27,True,,7.0,green,conda-forge/green,1468.0,1342.0,https://pypi.org/project/green,2024-04-18 23:54:19.000,126.0,13068.0,17277.0,https://anaconda.org/conda-forge/green,2025-04-22 14:56:42.087,260981.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-09-06 08:42:05.000,2024-11-30 16:19:06,685.0,,115.0,24.0,183.0,68.0,792.0,2023-10-22 15:51:05.000,V2.1.0,25.0,45.0,27,False,,26.0,pyhamcrest,conda-forge/pyhamcrest,42614.0,42299.0,https://pypi.org/project/pyhamcrest,2023-10-22 15:47:25.000,315.0,2658076.0,2670164.0,https://anaconda.org/conda-forge/pyhamcrest,2025-04-22 14:56:22.885,543985.0,3.0,,,,,,,,,,,,,,,,,,,, +155,blacken-docs,asottile/blacken-docs,documentation,Run `black` on python code blocks in documentation files.,,https://github.com/adamchainz/blacken-docs,https://github.com/adamchainz/blacken-docs,MIT,2018-06-03 02:48:01.000,2025-09-08 21:36:16.747,2025-09-08 15:31:35,501.0,8.0,45.0,9.0,322.0,72.0,670.0,2025-09-08 15:33:17.000,1.20.0,31.0,25.0,27,True,adamchainz/blacken-docs,9.0,blacken-docs,conda-forge/blacken-docs,1480.0,1361.0,https://pypi.org/project/blacken-docs,2025-09-08 15:33:17.000,119.0,146425.0,147285.0,https://anaconda.org/conda-forge/blacken-docs,2025-09-08 21:36:16.747,53322.0,3.0,,,,,,,,,,,,,,,,,,,, +156,constructor,conda/constructor,packaging,tool for creating installers from conda packages.,,https://github.com/conda/constructor,https://github.com/conda/constructor,BSD-3-Clause,2016-02-12 06:52:50.000,2025-09-15 22:53:37.000,2025-09-15 22:53:37,1363.0,43.0,170.0,31.0,644.0,382.0,492.0,2025-08-06 19:47:04.000,3.12.2,39.0,76.0,27,True,,46.0,,constructor,27.0,27.0,,,,,235.0,https://anaconda.org/anaconda/constructor,2025-08-09 09:27:17.319,26789.0,3.0,,289.0,,,,,,,,,,,,,,,,,, +157,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,,25.0,13.0,38.0,5.0,462.0,2024-05-31 16:57:41.000,1.1.3,42.0,14.0,27,False,explosion/wasabi,4.0,wasabi,conda-forge/wasabi,68186.0,67975.0,https://pypi.org/project/wasabi,2024-05-31 16:56:16.000,211.0,13737275.0,13764037.0,https://anaconda.org/conda-forge/wasabi,2025-04-22 14:57:01.909,1686045.0,3.0,,,,,,,,,,,,,,,,,,,, +158,ddt,datadriventests/ddt,testing,Data-Driven Tests for Python Unittest.,,https://github.com/datadriventests/ddt,https://github.com/datadriventests/ddt,MIT,2012-02-11 22:57:10.000,2025-04-22 14:56:33.025,2024-02-26 01:33:26,235.0,,112.0,20.0,67.0,46.0,443.0,2024-02-26 01:36:32.000,1.7.2,34.0,38.0,27,False,,13.0,ddt,conda-forge/ddt,6567.0,6355.0,https://pypi.org/project/ddt,2024-02-26 01:36:32.000,212.0,1233280.0,1237092.0,https://anaconda.org/conda-forge/ddt,2025-04-22 14:56:33.025,137264.0,3.0,,,,,,,,,,,,,,,,,,,, +159,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-09-10 10:54:26.000,2025-09-10 10:54:24,319.0,11.0,74.0,9.0,123.0,98.0,278.0,2025-06-24 12:47:38.000,0.19.2,38.0,50.0,27,True,,9.0,flake8-import-order,conda-forge/flake8-import-order,654.0,,https://pypi.org/project/flake8-import-order,2025-06-24 12:47:38.000,654.0,987263.0,996951.0,https://anaconda.org/conda-forge/flake8-import-order,2025-06-26 20:28:26.571,329305.0,3.0,['flake8'],9.0,,,,,,,,,,,,,,,,,, +160,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-09-15 18:53:10.000,2025-09-15 18:53:10,188.0,14.0,25.0,7.0,89.0,20.0,267.0,2025-07-30 13:52:14.000,1.8.0,17.0,15.0,27,True,,3.0,pytest-datadir,conda-forge/pytest-datadir,2287.0,2014.0,https://pypi.org/project/pytest-datadir,2025-07-30 13:52:11.000,273.0,671922.0,681835.0,https://anaconda.org/conda-forge/pytest-datadir,2025-07-30 22:39:32.200,346871.0,3.0,['pytest'],69.0,,,,,,,,,,,,,,,,,, +161,pytest-mypy,dbader/pytest-mypy,testing,Mypy static type checker plugin for Pytest.,,https://github.com/realpython/pytest-mypy,https://github.com/realpython/pytest-mypy,MIT,2016-09-29 14:39:23.000,2025-04-22 14:57:21.503,2025-04-02 15:52:31,354.0,,33.0,8.0,125.0,65.0,255.0,2025-04-02 19:31:14.000,1.0.1,25.0,16.0,27,True,realpython/pytest-mypy,7.0,pytest-mypy,conda-forge/pytest-mypy,5316.0,4533.0,https://pypi.org/project/pytest-mypy,2025-04-02 19:31:14.000,783.0,475650.0,477604.0,https://anaconda.org/conda-forge/pytest-mypy,2025-04-22 14:57:21.503,119238.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +162,hacking,openstack/hacking,linters,OpenStack Hacking Style Checks. Mirror of code maintained at opendev.org.,,https://github.com/openstack/hacking,https://github.com/openstack/hacking,Apache-2.0,2013-03-26 21:09:28.000,2024-12-20 17:52:29.000,2024-12-19 16:56:51,1087.0,,66.0,32.0,7.0,,240.0,2024-08-16 16:13:46.000,7.0.0,42.0,189.0,27,True,,,hacking,,7884.0,7791.0,https://pypi.org/project/hacking,2024-08-16 16:13:46.000,93.0,109820.0,109820.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +163,flake8-quotes,zheller/flake8-quotes,linters,Flake8 extension for checking quotes in python.,,https://github.com/zheller/flake8-quotes,https://github.com/zheller/flake8-quotes,MIT,2014-03-10 00:05:08.000,2025-04-22 14:56:27.787,2024-02-10 21:52:43,112.0,,39.0,3.0,70.0,45.0,178.0,2024-02-10 21:58:22.000,3.4.0,42.0,33.0,27,False,,11.0,flake8-quotes,conda-forge/flake8-quotes,24017.0,23583.0,https://pypi.org/project/flake8-quotes,2024-02-10 21:58:22.000,434.0,695803.0,711692.0,https://anaconda.org/conda-forge/flake8-quotes,2025-04-22 14:56:27.787,778566.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +164,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,167.0,167.0,174.0,10166.0,2025-06-29 22:40:49.000,0.15.3.0,96.0,45.0,26,True,,169.0,gdbgui,,502.0,500.0,https://pypi.org/project/gdbgui,2025-06-29 22:39:12.000,2.0,7132.0,7450.0,,,,3.0,,19739.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,161.0,1783.0,2020-04-28 06:31:17.000,.0.8.3,30.0,37.0,26,False,,107.0,dephell,,866.0,846.0,https://pypi.org/project/dephell,2020-04-28 06:31:03.273,20.0,1450.0,1454.0,,,,3.0,,339.0,,,,,,,,,,,,,,,,,, +166,wily,tonybaloney/wily,code-metrics,"A Python application for tracking, reporting on timing and complexity in Python code.",,https://github.com/tonybaloney/wily,https://github.com/tonybaloney/wily,Apache-2.0,2018-10-11 22:12:25.000,2025-07-13 09:58:57.000,2023-10-11 03:48:44,905.0,,60.0,23.0,130.0,73.0,1255.0,2023-10-11 03:48:57.000,1.25.0,52.0,24.0,26,False,,44.0,wily,,272.0,270.0,https://pypi.org/project/wily,2023-10-11 03:48:57.000,2.0,19971.0,19971.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +167,pylama,klen/pylama,linters,Code audit tool for python.,,https://github.com/klen/pylama,https://github.com/klen/pylama,MIT,2012-08-17 10:10:10.000,2024-06-21 06:45:05.000,2022-08-08 11:25:05,700.0,,100.0,18.0,99.0,96.0,1053.0,2022-08-08 11:29:01.059,8.4.1,116.0,48.0,26,False,,64.0,pylama,,7110.0,6781.0,https://pypi.org/project/pylama,2022-08-08 11:29:01.059,329.0,288342.0,288342.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +168,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,131.0,911.0,2024-12-22 12:48:57.000,2.1.3,93.0,29.0,26,True,,40.0,pytest-testmon,conda-forge/pytest-testmon,1471.0,1442.0,https://pypi.org/project/pytest-testmon,2024-12-22 12:43:10.000,29.0,774539.0,775333.0,https://anaconda.org/conda-forge/pytest-testmon,2025-04-22 14:56:46.735,72260.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +169,pytest-watch,joeyespo/pytest-watch,testing,Local continuous test runner with pytest and watchdog.,,https://github.com/joeyespo/pytest-watch,https://github.com/joeyespo/pytest-watch,MIT,2015-01-12 02:08:20.000,2025-04-22 14:56:45.076,2019-06-15 20:36:43,183.0,,57.0,11.0,51.0,45.0,759.0,2018-05-20 19:52:16.000,4.2.0,17.0,16.0,26,False,,47.0,pytest-watch,conda-forge/pytest-watch,11690.0,11131.0,https://pypi.org/project/pytest-watch,2018-05-20 19:52:16.000,559.0,633738.0,636680.0,https://anaconda.org/conda-forge/pytest-watch,2025-04-22 14:56:45.076,176569.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +170,interrogate,econchick/interrogate,documentation,Explain yourself! Interrogate a codebase for docstring coverage.,,https://github.com/econchick/interrogate,https://github.com/econchick/interrogate,MIT,2020-04-24 02:33:25.000,2025-09-01 21:05:37.000,2024-05-20 16:10:07,243.0,,48.0,4.0,125.0,37.0,643.0,2024-04-07 22:30:44.000,1.7.0,16.0,17.0,26,False,,32.0,interrogate,,9042.0,8656.0,https://pypi.org/project/interrogate,2024-04-07 22:30:44.000,386.0,334299.0,334299.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +171,sphinx-bootstrap-theme,ryan-roemer/sphinx-bootstrap-theme,documentation,Sphinx Bootstrap Theme.,,https://github.com/ryan-roemer/sphinx-bootstrap-theme,https://github.com/ryan-roemer/sphinx-bootstrap-theme,MIT,2011-12-07 14:53:00.000,2022-02-28 16:14:56.000,2022-02-03 20:25:55,403.0,,213.0,24.0,95.0,82.0,588.0,2022-02-03 20:27:24.000,0.8.1,58.0,39.0,26,False,,57.0,sphinx-bootstrap-theme,,275.0,,https://pypi.org/project/sphinx-bootstrap-theme,2022-02-03 20:27:24.000,275.0,237503.0,237503.0,,,,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +172,pytest-docker,avast/pytest-docker,testing,Docker-based integration tests.,,https://github.com/avast/pytest-docker,https://github.com/avast/pytest-docker,MIT,2017-03-07 04:51:13.000,2025-07-04 07:46:29.000,2025-07-04 07:46:00,100.0,2.0,76.0,9.0,72.0,40.0,473.0,2025-07-04 07:46:30.000,3.2.3,32.0,29.0,26,True,,21.0,pytest-docker,,2360.0,2226.0,https://pypi.org/project/pytest-docker,2025-07-04 07:46:16.000,134.0,685842.0,685845.0,,,,3.0,['pytest'],209.0,,,,,,,,,,,,,,,,,, +173,nitpick,andreoliwa/nitpick,linters,Enforce the same settings on multiple projects.,,https://github.com/andreoliwa/nitpick,https://github.com/andreoliwa/nitpick,MIT,2018-03-23 14:25:24.000,2025-09-17 22:27:23.000,2025-09-17 22:25:15,928.0,20.0,24.0,4.0,569.0,82.0,406.0,2025-09-13 21:53:49.000,0.36.0,54.0,18.0,26,True,,51.0,nitpick,,1387.0,1361.0,https://pypi.org/project/nitpick,2025-09-13 21:53:46.000,26.0,14421.0,14421.0,,,,3.0,['flake8'],12.0,,,,,,,,,,,,,,,,,, +174,py2app,ronaldoussoren/py2app,packaging,py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins..,,https://github.com/ronaldoussoren/py2app,https://github.com/ronaldoussoren/py2app,MIT,2020-01-14 11:27:41.000,2025-06-23 16:48:54.000,2024-07-12 19:12:57,938.0,,39.0,13.0,40.0,312.0,405.0,2024-05-25 16:33:38.000,0.28.8,50.0,31.0,26,False,,201.0,py2app,,5519.0,5494.0,https://pypi.org/project/py2app,2024-05-25 16:31:50.000,25.0,43643.0,43643.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +175,flake8-eradicate,wemake-services/flake8-eradicate,linters,Flake8 plugin to find commented out or dead code.,,https://github.com/wemake-services/flake8-eradicate,https://github.com/wemake-services/flake8-eradicate,MIT,2018-09-21 06:58:51.000,2025-04-22 14:57:50.454,2024-12-31 07:51:55,440.0,,13.0,3.0,332.0,32.0,316.0,2023-05-31 09:59:03.360,1.5.0,16.0,17.0,26,True,,8.0,flake8-eradicate,conda-forge/flake8-eradicate,20307.0,20134.0,https://pypi.org/project/flake8-eradicate,2023-05-31 09:59:03.360,173.0,721415.0,721870.0,https://anaconda.org/conda-forge/flake8-eradicate,2025-04-22 14:57:50.454,24125.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +176,check-manifest,mgedmin/check-manifest,linters,Tool to check the completeness of MANIFEST.in for Python packages.,,https://github.com/mgedmin/check-manifest,https://github.com/mgedmin/check-manifest,MIT,2013-03-05 15:27:20.000,2025-04-22 14:56:57.724,2025-01-20 12:37:43,583.0,,38.0,6.0,73.0,77.0,292.0,,,44.0,22.0,26,True,,23.0,check-manifest,conda-forge/check-manifest,16352.0,11753.0,https://pypi.org/project/check-manifest,2024-10-09 08:09:59.000,4599.0,657070.0,659849.0,https://anaconda.org/conda-forge/check-manifest,2025-04-22 14:56:57.724,166760.0,3.0,,,,,,,,,,,,,,,,,,,, +177,typed_ast,python/typed_ast,ast,Modified fork of CPythons ast module that parses `# type:` comments.,,https://github.com/python/typed_ast,https://github.com/python/typed_ast,Apache-2.0,2016-02-16 22:40:09.000,2025-04-22 14:56:42.129,2023-07-03 22:55:34,205.0,,55.0,19.0,109.0,86.0,232.0,2023-07-04 18:38:08.820,1.5.5,35.0,26.0,26,False,,1.0,typed_ast,conda-forge/typed-ast,642.0,,https://pypi.org/project/typed_ast,2023-07-04 18:38:08.820,642.0,6039893.0,6153659.0,https://anaconda.org/conda-forge/typed-ast,2025-04-22 14:56:42.129,6712242.0,3.0,,,,,,,,,,,,,,,,,,,, +178,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-09-08 15:06:35.000,2025-08-20 01:37:31,925.0,11.0,15.0,7.0,128.0,34.0,212.0,2025-09-08 15:04:38.000,1.3.0,74.0,13.0,26,True,,22.0,xdoctest,conda-forge/xdoctest,238.0,,https://pypi.org/project/xdoctest,2025-09-08 15:02:43.000,238.0,731474.0,735819.0,https://anaconda.org/conda-forge/xdoctest,2025-04-22 14:57:21.967,264741.0,3.0,,256.0,,,,,,,,,,,,,,,,,,conda-forge/xdoctest +179,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,,185.0,56.0,165.0,140.0,4935.0,2023-03-20 14:10:04.829,23.3.0,23.0,51.0,25,True,,61.0,monkeytype,conda-forge/monkeytype,23.0,,https://pypi.org/project/monkeytype,2023-03-20 14:10:04.829,23.0,165407.0,166864.0,https://anaconda.org/conda-forge/monkeytype,2025-04-22 14:56:45.647,93288.0,2.0,,,,,,,,,,,,,,,,,,,, +180,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-09-04 15:41:13.000,2024-03-13 19:34:35,215.0,,40.0,7.0,39.0,25.0,1294.0,2024-03-13 19:36:07.000,0.2.12,21.0,7.0,25,False,,11.0,stackprinter,conda-forge/stackprinter,477.0,429.0,https://pypi.org/project/stackprinter,2024-03-13 19:36:07.000,48.0,296966.0,297209.0,https://anaconda.org/conda-forge/stackprinter,2025-04-22 14:57:07.280,14342.0,3.0,,,,,,,,,,,,,,,,,,,, +181,redbaron,pycqa/redbaron,refactoring,Bottom-up approach to refactoring in python.,,https://github.com/PyCQA/redbaron,https://github.com/PyCQA/redbaron,LGPL-3.0+,2014-03-23 05:34:39.000,2022-01-29 21:54:37.000,2021-12-09 03:12:36,1672.0,,72.0,27.0,107.0,48.0,715.0,2019-03-17 19:03:54.000,0.9.2,15.0,34.0,25,False,,90.0,redbaron,,847.0,759.0,https://pypi.org/project/redbaron,2019-03-17 18:59:01.000,88.0,362895.0,362895.0,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,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,,83.0,17.0,540.0,116.0,687.0,2024-04-01 20:24:40.000,3.6.0,42.0,39.0,25,True,nipunn1313/mypy-protobuf,25.0,mypy-protobuf,conda-forge/mypy-protobuf,187.0,,https://pypi.org/project/mypy-protobuf,2024-04-01 20:24:40.000,187.0,6359493.0,6362360.0,https://anaconda.org/conda-forge/mypy-protobuf,2025-04-22 14:57:40.275,166321.0,3.0,,,,,,,,,,,,,,,,,,,, +183,Mamba Test Runner,nestorsalceda/mamba,testing,The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).,,https://github.com/nestorsalceda/mamba,https://github.com/nestorsalceda/mamba,MIT,2013-03-12 18:53:42.000,2023-11-09 15:34:22.000,2023-11-09 15:30:55,473.0,,65.0,23.0,87.0,52.0,533.0,2023-11-09 15:34:22.000,0.11.3,22.0,23.0,25,False,,53.0,mamba,,1389.0,1360.0,https://pypi.org/project/mamba,2023-11-09 15:34:22.000,29.0,9627.0,9627.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +184,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-09-05 12:25:33.000,2025-09-05 12:25:26,190.0,2.0,25.0,5.0,32.0,17.0,215.0,2025-05-18 15:34:29.000,3.0.0,20.0,16.0,25,False,PyCQA/eradicate,7.0,eradicate,conda-forge/eradicate,16879.0,16848.0,https://pypi.org/project/eradicate,2025-05-18 15:34:29.000,31.0,1026586.0,1026930.0,https://anaconda.org/conda-forge/eradicate,2025-05-20 15:34:28.643,18237.0,2.0,,,,,,,,,,,,,,,,,,,, +185,data-science-types,predictive-analytics-lab/data-science-types,linters,"Mypy stubs, i.e., type information, for numpy, pandas and matplotlib.",,https://github.com/wearepal/data-science-types,https://github.com/wearepal/data-science-types,Apache-2.0,2019-09-20 11:45:49.000,2025-04-22 14:57:41.763,2021-02-16 17:29:00,446.0,,51.0,9.0,171.0,23.0,203.0,2021-02-16 16:47:31.000,0.2.23,26.0,43.0,25,False,wearepal/data-science-types,33.0,data-science-types,conda-forge/data-science-types,2009.0,1915.0,https://pypi.org/project/data-science-types,2021-02-16 16:45:03.000,94.0,65436.0,65761.0,https://anaconda.org/conda-forge/data-science-types,2025-04-22 14:57:41.763,18564.0,3.0,,,,,,,,,,,,,,,,,,,, +186,flake8-commas,PyCQA/flake8-commas,linters,Flake8 extension for enforcing trailing commas in python.,,https://github.com/PyCQA/flake8-commas,https://github.com/PyCQA/flake8-commas,MIT,2015-12-16 09:25:13.000,2024-05-16 20:07:44.000,2024-05-16 19:46:04,218.0,,30.0,4.0,39.0,28.0,134.0,2024-05-16 20:07:44.000,4.0.0,22.0,15.0,25,False,,3.0,flake8-commas,,19206.0,18990.0,https://pypi.org/project/flake8-commas,2024-05-16 20:07:44.000,216.0,391979.0,391979.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +187,better-exceptions,Qix-/better-exceptions,logging,"Pretty and useful exceptions in Python, automatically.",,https://github.com/Qix-/better-exceptions,https://github.com/Qix-/better-exceptions,MIT,2017-03-12 11:23:04.000,2023-03-23 11:09:43.000,2023-01-05 00:12:47,102.0,,204.0,65.0,56.0,47.0,4667.0,2021-01-29 16:48:55.000,0.3.3,16.0,17.0,24,False,,37.0,better-exceptions,,102.0,,https://pypi.org/project/better-exceptions,2021-01-29 16:48:55.000,102.0,358571.0,358571.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +188,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,,382.0,76.0,41.0,38.0,4133.0,2025-07-01 16:14:51.000,4.4.10,228.0,16.0,24,False,,24.0,rebound,conda-forge/rebound,41.0,,https://pypi.org/project/rebound,2025-07-01 16:14:51.000,41.0,18318.0,33248.0,https://anaconda.org/conda-forge/rebound,2025-06-05 21:24:45.756,955398.0,3.0,,264.0,,,,,,,,,,,,,,,,,, +189,vprof,nvdv/vprof,profiling,Visual profiler for Python.,,https://github.com/nvdv/vprof,https://github.com/nvdv/vprof,BSD-2-Clause,2015-06-29 03:59:39.000,2022-07-15 07:43:03.000,2022-07-15 07:43:03,620.0,,153.0,69.0,32.0,57.0,3969.0,2018-06-24 14:16:36.000,0.37.6,24.0,17.0,24,False,,30.0,vprof,,143.0,132.0,https://pypi.org/project/vprof,2020-02-29 13:31:59.000,11.0,13610.0,13610.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +190,shiv,linkedin/shiv,packaging,"shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all..",,https://github.com/linkedin/shiv,https://github.com/linkedin/shiv,BSD-2-Clause,2018-03-13 18:46:23.000,2024-11-04 23:35:07.000,2024-11-04 23:35:07,218.0,,106.0,28.0,135.0,79.0,1875.0,2024-11-01 19:48:43.000,1.0.8,65.0,43.0,24,True,,65.0,shiv,,16.0,,https://pypi.org/project/shiv,2024-11-01 19:47:45.000,16.0,161309.0,161336.0,,,,3.0,,2055.0,,,,,,,,,,,,,,,,,, +191,snoop,alexmojaki/snoop,debugging,"A powerful set of Python debugging tools, based on PySnooper.",,https://github.com/alexmojaki/snoop,https://github.com/alexmojaki/snoop,MIT,2019-05-13 18:45:35.000,2025-04-22 14:58:02.750,2024-10-06 20:30:29,434.0,,38.0,21.0,19.0,31.0,1397.0,2024-10-06 20:31:02.000,0.6.0,16.0,22.0,24,True,,25.0,snoop,conda-forge/snoop,41.0,,https://pypi.org/project/snoop,2024-10-06 20:31:02.000,41.0,67427.0,67652.0,https://anaconda.org/conda-forge/snoop,2025-04-22 14:58:02.750,10601.0,3.0,,,,,,,,,,,,,,,,,,,, +192,mkdocs-awesome-pages-plugin,lukasgeiter/mkdocs-awesome-pages-plugin,documentation,A plugin for customizing the navigation structure of your MkDocs site.,,https://github.com/lukasgeiter/mkdocs-awesome-nav,https://github.com/lukasgeiter/mkdocs-awesome-nav,MIT,2018-02-06 21:09:24.000,2025-09-10 21:39:03.000,2025-09-10 21:30:26,125.0,1.0,40.0,8.0,24.0,92.0,588.0,2025-09-10 21:39:03.000,3.2.0,32.0,10.0,24,True,lukasgeiter/mkdocs-awesome-nav,20.0,mkdocs-awesome-pages-plugin,,498.0,282.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,2024-12-22 21:13:46.000,216.0,689314.0,689314.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +193,pytest-lazy-fixture,tvorog/pytest-lazy-fixture,testing,It helps to use fixtures in pytest.mark.parametrize.,,https://github.com/TvoroG/pytest-lazy-fixture,https://github.com/TvoroG/pytest-lazy-fixture,MIT,2016-09-29 23:52:48.000,2025-04-22 14:56:34.780,2022-01-27 10:32:34,98.0,,30.0,7.0,23.0,22.0,391.0,2020-02-01 18:04:00.000,0.6.3,12.0,9.0,24,False,,23.0,pytest-lazy-fixture,conda-forge/pytest-lazy-fixture,3607.0,3312.0,https://pypi.org/project/pytest-lazy-fixture,2020-02-01 18:04:00.000,295.0,1288775.0,1295799.0,https://anaconda.org/conda-forge/pytest-lazy-fixture,2025-04-22 14:56:34.780,709512.0,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +194,baron,PyCQA/baron,refactoring,"IDE allow you to refactor code, Baron allows you to write refactoring code.",,https://github.com/PyCQA/baron,https://github.com/PyCQA/baron,LGPL-3.0,2013-03-21 12:19:00.000,2021-12-09 03:34:37.000,2021-12-09 03:33:22,1505.0,,50.0,15.0,101.0,30.0,297.0,2021-12-09 03:33:32.000,0.10.1,21.0,33.0,24,False,,57.0,baron,,451.0,446.0,https://pypi.org/project/baron,2021-12-09 03:33:32.000,5.0,363084.0,363084.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,flake8-black,peterjc/flake8-black,linters,flake8 plugin to run black for checking Python coding style.,,https://github.com/peterjc/flake8-black,https://github.com/peterjc/flake8-black,MIT,2019-01-10 14:40:26.000,2025-09-01 19:15:04.000,2025-09-01 19:15:02,196.0,2.0,11.0,2.0,69.0,26.0,166.0,2022-12-20 09:31:01.407,0.3.6,20.0,10.0,24,True,,3.0,flake8-black,conda-forge/flake8-black,9087.0,8599.0,https://pypi.org/project/flake8-black,2022-12-20 09:31:01.407,488.0,688685.0,696250.0,https://anaconda.org/conda-forge/flake8-black,2025-04-22 14:57:06.345,484203.0,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +196,PrettyErrors,onelivesleft/PrettyErrors,logging,Prettify Python exception output to make it legible.,,https://github.com/onelivesleft/PrettyErrors,https://github.com/onelivesleft/PrettyErrors,MIT,2018-11-15 16:02:27.000,2025-04-22 14:57:40.153,2021-11-24 14:32:14,130.0,,87.0,32.0,11.0,38.0,2890.0,2021-11-24 14:32:07.000,1.2.25,48.0,5.0,23,False,,14.0,pretty_errors,conda-forge/pretty_errors,110.0,,https://pypi.org/project/pretty_errors,2021-11-24 14:32:07.000,110.0,145353.0,145865.0,https://anaconda.org/conda-forge/pretty_errors,2025-04-22 14:57:40.153,29743.0,3.0,,,,,,,,,,,,,,,,,,,, +197,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,,125.0,38.0,95.0,34.0,1618.0,2020-09-17 01:55:39.000,0.9.0,8.0,27.0,23,False,,48.0,bowler,conda-forge/bowler,19.0,,https://pypi.org/project/bowler,2020-09-17 01:55:39.000,19.0,57113.0,57398.0,https://anaconda.org/conda-forge/bowler,2025-04-22 14:56:57.175,23379.0,3.0,,,,,,,,,,,,,,,,,,,, +198,pynsist,takluyver/pynsist,packaging,Build Windows installers for Python applications.,,https://github.com/takluyver/pynsist,https://github.com/takluyver/pynsist,MIT,2014-03-30 19:11:21.000,2025-01-05 12:10:01.000,2025-01-05 12:09:52,568.0,,121.0,33.0,93.0,147.0,977.0,2020-07-03 08:11:24.000,2.5.1,22.0,31.0,23,True,,34.0,pynsist,,264.0,250.0,https://pypi.org/project/pynsist,2022-03-21 11:44:22.000,14.0,2799.0,2799.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +199,portray,timothycrosley/portray,documentation,Your Project with Great Documentation.,,https://github.com/timothycrosley/portray,https://github.com/timothycrosley/portray,MIT,2019-08-21 05:14:04.000,2023-09-19 11:00:56.000,2023-01-03 00:40:56,266.0,,72.0,15.0,43.0,33.0,868.0,2022-12-19 09:01:00.611,1.8.0,29.0,20.0,23,False,,32.0,portray,,880.0,858.0,https://pypi.org/project/portray,2022-12-19 09:01:00.611,22.0,13901.0,13901.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +200,Fixit,Instagram/Fixit,linters,Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom..,,https://github.com/Instagram/Fixit,https://github.com/Instagram/Fixit,,2020-02-20 19:09:01.000,2025-09-02 02:52:44.000,2025-09-02 02:52:37,399.0,7.0,67.0,23.0,403.0,90.0,686.0,2023-10-26 02:37:12.000,2.1.0,11.0,47.0,23,False,,48.0,fixit,,109.0,98.0,https://pypi.org/project/fixit,2023-10-26 02:37:12.000,11.0,95113.0,95113.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +201,pytest-plugins,man-group/pytest-plugins,testing,A grab-bag of nifty pytest plugins.,,https://github.com/man-group/pytest-plugins,https://github.com/man-group/pytest-plugins,MIT,2015-08-14 07:52:32.000,2025-08-27 09:57:01.000,2025-01-02 18:11:10,836.0,,85.0,20.0,140.0,79.0,594.0,2024-11-29 19:33:49.000,1.8.1,14.0,67.0,23,True,,48.0,pytest-virtualenv,conda-forge/pytest-shutil,73.0,,https://pypi.org/project/pytest-virtualenv,2024-11-29 19:33:49.000,73.0,33774.0,36347.0,https://anaconda.org/conda-forge/pytest-shutil,2025-04-22 14:56:53.611,120063.0,3.0,,219.0,,,,,,,,,,,,,,,,,, +202,mkdocs-with-pdf,orzih/mkdocs-with-pdf,documentation,Generate a single PDF file from MkDocs repository.,,https://github.com/orzih/mkdocs-with-pdf,https://github.com/orzih/mkdocs-with-pdf,MIT,2020-02-23 16:34:46.000,2024-05-25 03:08:01.000,2021-10-14 20:29:54,188.0,,80.0,13.0,52.0,49.0,377.0,2021-07-03 02:09:02.000,0.9.3,28.0,6.0,23,False,,92.0,mkdocs-with-pdf,,809.0,801.0,https://pypi.org/project/mkdocs-with-pdf,2021-07-03 02:04:39.000,8.0,100088.0,100088.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +203,add-trailing-comma,asottile/add-trailing-comma,refactoring,A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.,,https://github.com/asottile/add-trailing-comma,https://github.com/asottile/add-trailing-comma,MIT,2017-07-10 00:55:50.000,2025-09-15 21:46:03.000,2025-08-13 14:20:49,551.0,8.0,29.0,6.0,243.0,61.0,367.0,2025-05-23 23:52:25.000,3.2.0,42.0,11.0,23,True,,,add-trailing-comma,,39.0,,https://pypi.org/project/add-trailing-comma,2025-05-23 23:52:25.000,39.0,107798.0,107798.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +204,xenon,rubik/xenon,code-metrics,Monitoring tool based on radon.,,https://github.com/rubik/xenon,https://github.com/rubik/xenon,MIT,2014-02-14 14:19:20.000,2025-05-10 18:39:17.052,2024-10-21 10:26:40,127.0,,22.0,6.0,19.0,35.0,257.0,2024-10-21 10:27:51.000,0.9.3,24.0,13.0,23,True,,5.0,xenon,conda-forge/xenon,1672.0,1625.0,https://pypi.org/project/xenon,2024-10-21 10:27:51.000,47.0,254377.0,261717.0,https://anaconda.org/conda-forge/xenon,2025-05-10 18:39:17.052,29363.0,3.0,,,,,,,,,,,,,,,,,,,, +205,asteval,newville/asteval,ast,minimalistic evaluator of python expression using ast module.,,https://github.com/newville/asteval,https://github.com/newville/asteval,MIT,2021-02-11 03:06:29.408,2025-04-22 14:56:28.268,2023-11-06 14:59:10,539.0,,44.0,,,,198.0,2025-01-19 21:44:01.000,1.0.6,41.0,24.0,23,False,,,asteval,conda-forge/asteval,184.0,,https://pypi.org/project/asteval,2025-01-19 21:44:01.000,184.0,2625035.0,2636932.0,https://anaconda.org/conda-forge/asteval,2025-04-22 14:56:28.268,654357.0,3.0,,,,,,,,,,,,,,,,,,,, +206,flake8-simplify,MartinThoma/flake8-simplify,linters,A flake8 plugin that helps you to simplify code.,,https://github.com/MartinThoma/flake8-simplify,https://github.com/MartinThoma/flake8-simplify,MIT,2020-09-19 16:59:41.000,2025-09-05 03:06:54.000,2025-06-01 11:59:50,146.0,,22.0,4.0,76.0,72.0,195.0,2025-06-01 11:59:32.000,0.22.0,39.0,16.0,23,True,,56.0,flake8-simplify,conda-forge/flake8-simplify,109.0,,https://pypi.org/project/flake8-simplify,2025-06-01 11:59:32.000,109.0,282587.0,283653.0,https://anaconda.org/conda-forge/flake8-simplify,2025-06-02 22:44:06.745,60801.0,3.0,,,,,,,,,,,,,,,,,,,, +207,releases,bitprophet/releases,documentation,A powerful Sphinx changelog-generating extension.,,https://github.com/bitprophet/releases,https://github.com/bitprophet/releases,BSD-2-Clause,2013-09-16 03:56:37.000,2025-07-28 15:33:16.000,2023-12-01 19:07:59,597.0,,41.0,6.0,28.0,46.0,175.0,2023-04-28 19:14:01.551,2.1.1,37.0,10.0,23,False,,32.0,releases,conda-forge/sphinx-releases,750.0,709.0,https://pypi.org/project/releases,2023-04-28 19:14:01.551,41.0,26740.0,27373.0,https://anaconda.org/conda-forge/sphinx-releases,2025-04-22 14:56:50.743,55770.0,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +208,sphinx-markdown-builder,clayrisser/sphinx-markdown-builder,documentation,DISCONTINUED: sphinx builder that outputs markdown files. The active version of this project is now being maintained..,,https://github.com/clayrisser/sphinx-markdown-builder,https://github.com/clayrisser/sphinx-markdown-builder,MIT,2018-11-11 00:07:58.000,2025-01-19 01:58:19.000,2023-06-24 21:25:38,106.0,,60.0,7.0,27.0,39.0,163.0,2025-01-19 01:58:19.000,0.6.8,32.0,19.0,23,False,,,sphinx-markdown-builder,,1287.0,1127.0,https://pypi.org/project/sphinx-markdown-builder,2025-01-19 01:58:19.000,160.0,271897.0,271897.0,,,,3.0,['sphinx'],,,,,,,,,,,,,,,,,,, +209,pytkdocs,mkdocstrings/pytkdocs,documentation,Load Python objects documentation.,,https://github.com/mkdocstrings/pytkdocs,https://github.com/mkdocstrings/pytkdocs,ISC,2020-02-04 21:18:34.000,2025-04-22 14:57:38.190,2025-03-09 17:32:30,258.0,,32.0,2.0,45.0,95.0,53.0,2025-03-09 17:32:47.000,0.16.5,30.0,23.0,23,True,,7.0,pytkdocs,conda-forge/pytkdocs,1618.0,1596.0,https://pypi.org/project/pytkdocs,2025-03-09 17:32:40.000,22.0,146910.0,150184.0,https://anaconda.org/conda-forge/pytkdocs,2025-04-22 14:57:38.190,193201.0,3.0,,,,,,,,,,,,,,,,,,,, +210,pyannotate,dropbox/pyannotate,refactoring,Auto-generate PEP-484 annotations.,,https://github.com/dropbox/pyannotate,https://github.com/dropbox/pyannotate,Apache-2.0,2017-11-13 20:18:08.000,2022-07-03 08:24:17.000,2021-10-12 20:53:49,95.0,,61.0,25.0,63.0,33.0,1445.0,2019-09-16 15:37:03.000,1.2.0,9.0,17.0,22,False,,36.0,pyannotate,,182.0,148.0,https://pypi.org/project/pyannotate,2019-09-16 15:37:03.000,34.0,26358.0,26358.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +211,pyflow,David-OConnor/pyflow,dependency-managers,An installation and dependency system for Python.,,https://github.com/David-OConnor/pyflow,https://github.com/David-OConnor/pyflow,MIT,2019-07-15 09:40:29.000,2025-07-06 13:27:39.000,2025-07-06 13:27:39,371.0,1.0,48.0,23.0,56.0,75.0,1335.0,2021-07-02 13:17:04.000,0.3.1,26.0,29.0,22,True,,67.0,pyflow,,43.0,42.0,https://pypi.org/project/pyflow,2021-07-02 13:17:04.000,1.0,420.0,538.0,,,,3.0,,8663.0,,,,,,,,,,,,,,,,,, +212,python-devtools,samuelcolvin/python-devtools,logging,Dev tools for python.,,https://github.com/samuelcolvin/python-devtools,https://github.com/samuelcolvin/python-devtools,MIT,2017-08-20 15:30:06.000,2025-04-22 14:57:50.459,2025-01-24 19:11:42,134.0,,49.0,10.0,104.0,41.0,1047.0,2023-09-03 16:53:31.000,0.12.2,18.0,14.0,22,True,,28.0,python-devtools,conda-forge/python-devtools,8724.0,8722.0,https://pypi.org/project/python-devtools,2017-08-21 10:32:25.000,2.0,1989.0,2826.0,https://anaconda.org/conda-forge/python-devtools,2025-04-22 14:57:50.459,44383.0,3.0,,,,,,,,,,,,,,,,,,,, +213,pycco,pycco-docs/pycco,documentation,Literate-style documentation generator.,,https://github.com/pycco-docs/pycco,https://github.com/pycco-docs/pycco,MIT,2010-06-29 07:02:31.000,2023-06-12 20:15:00.000,2019-12-20 19:59:49,222.0,,146.0,14.0,67.0,28.0,855.0,2018-07-25 01:44:55.232,0.6.0,11.0,36.0,22,False,,35.0,pycco,,348.0,342.0,https://pypi.org/project/pycco,2018-07-25 01:44:55.232,6.0,3497.0,3497.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +214,paver,paver/paver,build-tools,Python-based project scripting.,,https://github.com/paver/paver,https://github.com/paver/paver,BSD-3-Clause,2010-11-11 09:43:52.000,2025-04-22 14:56:29.275,2023-04-16 21:21:14,535.0,,86.0,12.0,87.0,93.0,463.0,2017-12-31 01:13:41.000,1.3.4,28.0,46.0,22,False,,46.0,paver,conda-forge/paver,13.0,,https://pypi.org/project/paver,2017-12-31 01:13:41.000,13.0,122476.0,122930.0,https://anaconda.org/conda-forge/paver,2025-04-22 14:56:29.275,48218.0,3.0,,,,,,,,,,,,,,,,,,,, +215,mkdocs-pdf-export-plugin,zhaoterryy/mkdocs-pdf-export-plugin,documentation,An MkDocs plugin to export content pages as PDF files.,,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,MIT,2018-02-20 15:06:51.000,2023-07-28 19:56:59.000,2021-10-05 01:31:10,72.0,,41.0,19.0,32.0,46.0,338.0,2021-10-05 01:33:27.000,0.5.10,24.0,11.0,22,False,,44.0,mkdocs-pdf-export-plugin,,1475.0,1469.0,https://pypi.org/project/mkdocs-pdf-export-plugin,2021-10-05 01:33:27.000,6.0,40833.0,40833.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +216,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-09-18 05:14:32.000,2025-08-01 12:21:48,494.0,1.0,21.0,5.0,186.0,107.0,245.0,2025-09-18 05:13:42.000,1.3.0,58.0,16.0,22,True,hakancelikdev/unimport,12.0,unimport,,189.0,149.0,https://pypi.org/project/unimport,2025-09-18 05:14:32.000,40.0,37519.0,37519.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +217,lazydocs,ml-tooling/lazydocs,documentation,Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.,,https://github.com/ml-tooling/lazydocs,https://github.com/ml-tooling/lazydocs,MIT,2020-11-10 00:31:46.000,2025-08-28 22:06:24.000,2025-08-28 22:04:22,158.0,1.0,43.0,8.0,53.0,39.0,232.0,2021-07-27 09:00:22.000,0.4.8,18.0,13.0,22,True,,5.0,lazydocs,,446.0,381.0,https://pypi.org/project/lazydocs,2021-07-27 08:05:42.000,65.0,55126.0,55126.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +218,mkdocs-print-site-plugin,timvink/mkdocs-print-site-plugin,documentation,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",,https://github.com/timvink/mkdocs-print-site-plugin,https://github.com/timvink/mkdocs-print-site-plugin,MIT,2020-08-15 12:02:33.000,2025-08-03 14:15:06.000,2025-08-03 14:13:17,298.0,9.0,27.0,4.0,31.0,101.0,173.0,2025-08-03 14:14:31.000,2.8,50.0,15.0,22,True,,11.0,mkdocs-print-site-plugin,,22.0,,https://pypi.org/project/mkdocs-print-site-plugin,2025-08-03 14:15:06.000,22.0,91596.0,91596.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +219,pyenv-virtualenv,pyenv/pyenv-virtualenv,virtual-envs,a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv).,,https://github.com/pyenv/pyenv-virtualenv,https://github.com/pyenv/pyenv-virtualenv,MIT,2013-02-18 12:59:17.000,2025-05-17 07:19:25.000,2025-05-17 07:19:25,525.0,,423.0,74.0,148.0,262.0,6655.0,2024-07-21 21:37:55.000,1.2.4,12.0,65.0,21,True,,99.0,,,21.0,21.0,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +220,pyrasite,lmacken/pyrasite,debugging,Inject code into running Python processes.,,https://github.com/lmacken/pyrasite,https://github.com/lmacken/pyrasite,GPL-3.0,2011-09-10 06:01:20.000,2025-04-07 02:52:38.000,2025-04-07 02:52:38,355.0,,205.0,57.0,45.0,17.0,2843.0,,,13.0,25.0,21,True,,43.0,pyrasite,,67.0,67.0,https://pypi.org/project/pyrasite,2012-05-09 19:11:33.000,,7263.0,7263.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +221,sixpack,sixpack/sixpack,testing,Sixpack is a language-agnostic a/b-testing framework.,,https://github.com/sixpack/sixpack,https://github.com/sixpack/sixpack,BSD-2-Clause,2012-11-15 00:01:06.000,2022-08-21 18:43:32.000,2020-08-26 00:32:16,828.0,,184.0,70.0,170.0,128.0,1762.0,2017-11-22 14:27:35.000,2.7.0,37.0,56.0,21,False,,89.0,sixpack,,14.0,14.0,https://pypi.org/project/sixpack,2017-11-22 14:27:35.000,,35.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +222,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,2025-09-06 15:27:49.000,2025-09-06 15:13:50,418.0,2.0,73.0,41.0,50.0,37.0,1693.0,2025-09-06 15:27:49.000,0.10.0,42.0,10.0,21,True,,21.0,birdseye,,9.0,,https://pypi.org/project/birdseye,2025-09-06 15:27:49.000,9.0,2086.0,2086.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +223,xar,facebookincubator/xar,packaging,executable archive format.,,https://github.com/facebookincubator/xar,https://github.com/facebookincubator/xar,BSD-3-Clause,2017-06-29 18:15:26.000,2023-12-28 22:35:49.000,2023-12-28 22:31:34,105.0,,56.0,45.0,24.0,23.0,1577.0,2020-12-02 20:41:20.000,20.12.2,3.0,44.0,21,False,,8.0,xar,,36.0,36.0,https://pypi.org/project/xar,2020-12-02 20:41:20.000,,4204.0,4204.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +224,assertpy,ActivisionGameScience/assertpy,testing,Simple assertion library for unit testing in python with a fluent API.,,https://github.com/ActivisionGameScience/assertpy,https://github.com/ActivisionGameScience/assertpy,BSD-3-Clause,2019-11-17 15:47:15.000,2025-04-22 14:56:43.876,2019-10-30 17:50:10,279.0,,74.0,,,,518.0,,,13.0,10.0,21,False,,,assertpy,conda-forge/assertpy,99.0,,https://pypi.org/project/assertpy,2020-07-19 14:39:02.000,99.0,576315.0,576890.0,https://anaconda.org/conda-forge/assertpy,2025-04-22 14:56:43.876,35653.0,3.0,,,,,,,,,,,,,,,,,,,, +225,pandas-vet,deppen8/pandas-vet,linters,A plugin for Flake8 that checks pandas code.,,https://github.com/deppen8/pandas-vet,https://github.com/deppen8/pandas-vet,MIT,2019-02-25 05:19:51.000,2025-04-22 14:57:04.228,2023-08-11 15:07:51,233.0,,18.0,4.0,83.0,41.0,170.0,2023-08-11 15:10:29.000,2023.8.2,10.0,14.0,21,False,,13.0,pandas-vet,conda-forge/pandas-vet,516.0,479.0,https://pypi.org/project/pandas-vet,2023-08-11 15:09:04.000,37.0,20590.0,21140.0,https://anaconda.org/conda-forge/pandas-vet,2025-04-22 14:57:04.228,23649.0,3.0,['flake8'],130.0,,,,,,,,,,,,,,,,,, +226,dodgy,landscapeio/dodgy,security,Looks at Python code to search for things which look dodgy such as passwords or diffs.,,https://github.com/prospector-dev/dodgy,https://github.com/prospector-dev/dodgy,MIT,2013-12-25 12:22:20.000,2025-04-22 14:56:26.263,2021-03-21 11:36:52,70.0,,19.0,5.0,14.0,3.0,125.0,2019-12-31 16:44:58.000,0.2.1,10.0,14.0,21,False,prospector-dev/dodgy,9.0,dodgy,conda-forge/dodgy,2990.0,2939.0,https://pypi.org/project/dodgy,2019-12-31 16:44:58.000,51.0,441716.0,443005.0,https://anaconda.org/conda-forge/dodgy,2025-04-22 14:56:26.263,140514.0,3.0,,,,,,,,,,,,,,,,,,,, +227,flake8-bandit,tylerwince/flake8-bandit,linters,Automated security testing using bandit and flake8.,,https://github.com/tylerwince/flake8-bandit,https://github.com/tylerwince/flake8-bandit,MIT,2017-10-28 23:19:09.000,2023-09-13 06:38:29.000,2022-08-29 13:45:55,70.0,,23.0,5.0,18.0,17.0,113.0,2022-08-29 14:28:51.025,4.1.1,13.0,12.0,21,False,,12.0,flake8-bandit,,210.0,,https://pypi.org/project/flake8-bandit,2022-08-29 14:28:51.025,210.0,516175.0,516175.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +228,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,,112.0,72.0,25.0,19.0,2952.0,2017-06-28 06:10:16.000,0.1.3,5.0,18.0,20,False,,17.0,profiling,,82.0,80.0,https://pypi.org/project/profiling,2021-12-15 15:24:47.133,2.0,612.0,612.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +229,pyt,python-security/pyt,security,A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications.,,https://github.com/python-security/pyt,https://github.com/python-security/pyt,GPL-2.0,2016-10-26 15:34:48.000,2020-12-25 03:47:37.000,2020-03-08 21:43:06,1576.0,,244.0,67.0,116.0,78.0,2195.0,2018-11-01 16:02:57.000,0.42,15.0,22.0,20,False,,27.0,python-taint,,2.0,,https://pypi.org/project/python-taint,2018-11-01 16:02:04.000,2.0,2486.0,2487.0,,,,3.0,,144.0,,,,,,,,,,,,,,,,,, +230,python-manhole,ionelmc/python-manhole,debugging,Debugging manhole for python applications.,,https://github.com/ionelmc/python-manhole,https://github.com/ionelmc/python-manhole,BSD-2-Clause,2013-06-26 21:49:34.000,2025-04-22 14:57:57.761,2024-07-04 13:45:03,514.0,,26.0,9.0,46.0,17.0,390.0,2024-07-04 16:25:34.000,1.8.1,24.0,11.0,20,False,,8.0,manhole,conda-forge/manhole,6.0,,https://pypi.org/project/manhole,2024-07-04 16:25:34.000,6.0,747571.0,748656.0,https://anaconda.org/conda-forge/manhole,2025-04-22 14:57:57.761,54263.0,3.0,,,,,,,,,,,,,,,,,,,, +231,dlint,dlint-py/dlint,security,Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.,,https://github.com/dlint-py/dlint,https://github.com/dlint-py/dlint,BSD-3-Clause,2020-01-08 15:53:36.000,2025-04-22 14:58:04.693,2024-10-31 12:34:30,242.0,,16.0,2.0,16.0,23.0,169.0,2024-10-31 12:39:01.000,0.16.0,19.0,16.0,20,True,,24.0,dlint,conda-forge/dlint,93.0,,https://pypi.org/project/dlint,2024-10-31 12:39:01.000,93.0,87188.0,87424.0,https://anaconda.org/conda-forge/dlint,2025-04-22 14:58:04.693,10900.0,3.0,,,,,,,,,,,,,,,,,,,, +232,unify,myint/unify,refactoring,Modifies strings to all use the same quote where possible.,,https://github.com/myint/unify,https://github.com/myint/unify,MIT,2013-03-24 18:02:19.000,2025-04-22 14:57:56.214,2019-08-07 13:44:00,69.0,,19.0,6.0,13.0,3.0,96.0,2013-06-22 15:34:37.000,0.1.5,10.0,5.0,20,False,,12.0,unify,conda-forge/unify,1516.0,1445.0,https://pypi.org/project/unify,2019-08-07 13:46:09.000,71.0,105798.0,105857.0,https://anaconda.org/conda-forge/unify,2025-04-22 14:57:56.214,3037.0,3.0,,,,,,,,,,,,,,,,,,,, +233,mkdocs-git-revision-date-plugin,zhaoterryy/mkdocs-git-revision-date-plugin,documentation,MkDocs plugin for setting revision date from git per markdown file.,,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,MIT,2018-12-03 04:29:33.000,2023-03-28 19:19:30.000,2022-03-08 14:42:57,26.0,,10.0,4.0,9.0,9.0,61.0,2022-03-08 14:43:59.000,0.3.2,9.0,7.0,20,False,,6.0,mkdocs-git-revision-date-plugin,,2942.0,2901.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,2022-03-08 14:42:31.000,41.0,73338.0,73338.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +234,xxh,xxh/xxh,shell,"Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on.",,https://github.com/xxh/xxh,https://github.com/xxh/xxh,BSD-2-Clause,2019-11-03 12:04:13.000,2025-04-04 08:40:38.000,2025-04-04 08:40:37,795.0,,117.0,41.0,67.0,67.0,5745.0,2024-04-06 23:52:28.000,0.8.14,90.0,27.0,19,True,,29.0,xxh-xxh,,,,https://pypi.org/project/xxh-xxh,2024-04-06 23:52:28.000,,265.0,331.0,,,,3.0,,4477.0,,,,,,,,,,,,,,,,,, +235,heartrate,alexmojaki/heartrate,profiling,Simple real time visualisation of the execution of a Python program.,,https://github.com/alexmojaki/heartrate,https://github.com/alexmojaki/heartrate,MIT,2019-04-24 17:02:28.000,2025-04-22 14:57:56.114,2021-11-13 14:58:04,27.0,,122.0,30.0,4.0,6.0,1827.0,2021-11-13 14:58:19.000,0.2.2,4.0,3.0,19,False,,5.0,heartrate,conda-forge/heartrate,75.0,72.0,https://pypi.org/project/heartrate,2021-11-13 14:58:19.000,3.0,707.0,819.0,https://anaconda.org/conda-forge/heartrate,2025-04-22 14:57:56.114,5721.0,3.0,,,,,,,,,,,,,,,,,,,, +236,vex,sashahart/vex,virtual-envs,Run a command in the named virtualenv.,,https://github.com/sashahart/vex,https://github.com/sashahart/vex,MIT,2014-05-09 03:20:02.000,2021-10-30 20:12:27.000,2019-05-10 19:18:48,200.0,,24.0,12.0,25.0,40.0,370.0,2019-05-10 19:21:38.000,0.0.19,18.0,3.0,19,False,,4.0,vex,,37.0,34.0,https://pypi.org/project/vex,2019-05-10 19:21:38.000,3.0,1104.0,1104.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +237,flakehell,life4/flakehell,linters,"Flake8 wrapper to make it nice, legacy-friendly, configurable.",,https://github.com/life4/flakehell,https://github.com/life4/flakehell,MIT,2019-08-06 11:37:21.000,2021-01-11 21:35:41.000,2021-01-11 21:35:40,368.0,,47.0,5.0,68.0,,232.0,2021-01-11 18:41:10.489,0.9.0,28.0,16.0,19,False,,4.0,flakehell,,18.0,,https://pypi.org/project/flakehell,2021-01-11 18:41:10.489,18.0,11455.0,11456.0,,,,3.0,['flake8'],97.0,,,,,,,,,,,,,,,,,, +238,com2ann,ilevkivskyi/com2ann,refactoring,Tool for translation type comments to type annotations in Python.,,https://github.com/ilevkivskyi/com2ann,https://github.com/ilevkivskyi/com2ann,MIT,2016-09-09 07:17:02.000,2025-06-02 23:03:18.000,2025-06-02 23:03:15,48.0,,13.0,6.0,35.0,23.0,154.0,2021-08-21 09:01:26.000,0.3.0,3.0,8.0,19,True,,10.0,com2ann,,98.0,96.0,https://pypi.org/project/com2ann,2021-08-21 09:01:26.000,2.0,21318.0,21318.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,,20.0,7.0,34.0,80.0,139.0,2025-05-30 00:58:19.000,16.1.0,72.0,24.0,19,False,,11.0,pip-run,,96.0,86.0,https://pypi.org/project/pip-run,2025-05-30 00:58:13.000,10.0,9119.0,9119.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +240,flake8-mypy,ambv/flake8-mypy,linters,A plugin for flake8 integrating Mypy.,,https://github.com/ambv/flake8-mypy,https://github.com/ambv/flake8-mypy,MIT,2017-02-26 02:27:33.000,2020-06-19 16:51:36.000,2020-06-19 16:51:00,50.0,,17.0,4.0,13.0,3.0,102.0,2017-08-31 23:17:01.000,17.8.0,6.0,8.0,19,False,,23.0,flake8-mypy,,1812.0,1757.0,https://pypi.org/project/flake8-mypy,2017-08-31 23:17:01.000,55.0,46000.0,46000.0,,,,3.0,['flake8'],,,,,,,,,,,,,,,,,,, +241,reloadium,reloadware/reloadium,debugging,Hot Reloading and Profiling for Python.,,https://github.com/reloadware/reloadium,https://github.com/reloadware/reloadium,Apache-2.0,2022-01-15 03:01:41.000,2024-05-24 16:13:26.000,2024-05-24 16:13:26,57.0,,59.0,24.0,33.0,120.0,2986.0,2024-05-22 15:28:18.000,1.5.1,50.0,3.0,18,False,,32.0,reloadium,,,,https://pypi.org/project/reloadium,2024-05-22 15:28:18.000,,2757.0,2757.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +242,fake2db,emirozer/fake2db,testing,create custom test databases that are populated with fake data.,,https://github.com/emirozer/fake2db,https://github.com/emirozer/fake2db,GPL-2.0,2014-02-18 19:14:28.000,2021-12-15 15:44:45.608,2019-11-25 09:19:00,242.0,,124.0,68.0,29.0,15.0,2335.0,2021-12-15 15:44:45.608,0.1.0,23.0,18.0,18,False,,7.0,fake2db,,32.0,32.0,https://pypi.org/project/fake2db,2021-12-15 15:44:45.608,,192.0,192.0,,,,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,9.0,842.0,2018-12-06 03:59:34.000,0.0.6,6.0,5.0,18,False,,7.0,py-heat,,86.0,80.0,https://pypi.org/project/py-heat,2018-12-06 03:59:34.000,6.0,5793.0,5793.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,13.0,155.0,2018-06-24 06:23:48.000,0.8.2,7.0,10.0,18,False,,11.0,pynt,,131.0,130.0,https://pypi.org/project/pynt,2018-06-24 06:23:48.000,1.0,4342.0,4342.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +245,pyformat,myint/pyformat,formatters,Formats Python code to follow a consistent style.,,https://github.com/myint/pyformat,https://github.com/myint/pyformat,Saxpath,2013-03-24 21:45:30.000,2024-01-01 00:20:53.000,2024-01-01 00:18:13,201.0,,10.0,7.0,6.0,3.0,94.0,2014-09-07 13:57:37.000,0.5.7,24.0,3.0,18,False,,7.0,pyformat,,1917.0,1909.0,https://pypi.org/project/pyformat,2024-01-01 00:20:50.000,8.0,6203.0,6203.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +246,pylint-flask,jschaf/pylint-flask,linters,A Pylint plugin to analyze Flask applications.,,https://github.com/jschaf/pylint-flask,https://github.com/jschaf/pylint-flask,GPL-2.0,2015-06-27 20:11:12.000,2025-04-22 14:56:27.130,2022-07-19 20:45:38,40.0,,9.0,2.0,8.0,6.0,64.0,,,5.0,9.0,18,False,,9.0,pylint-flask,conda-forge/pylint-flask,8257.0,8251.0,https://pypi.org/project/pylint-flask,2019-01-30 19:26:02.000,6.0,159243.0,161084.0,https://anaconda.org/conda-forge/pylint-flask,2025-04-22 14:56:27.130,200740.0,3.0,['pylint'],,,,,,,,,,,,,,,,,,, +247,pycycle,bndr/pycycle,linters,Tool for pinpointing circular imports in Python. Find cyclic imports in any project.,,https://github.com/bndr/pycycle,https://github.com/bndr/pycycle,MIT,2017-01-28 17:22:00.000,2022-01-15 20:44:01.000,2017-02-13 18:07:04,26.0,,22.0,6.0,7.0,2.0,356.0,2017-02-13 18:07:58.000,0.0.8,8.0,2.0,17,False,,21.0,pycycle,,106.0,103.0,https://pypi.org/project/pycycle,2017-02-13 18:07:58.000,3.0,20852.0,20852.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +248,bellybutton,hchasestevens/bellybutton,linters,Custom Python linting through AST expressions.,,https://github.com/hchasestevens/bellybutton,https://github.com/hchasestevens/bellybutton,MIT,2018-02-17 06:31:44.000,2023-07-27 15:15:12.000,2023-07-27 15:12:07,35.0,,14.0,7.0,23.0,6.0,276.0,2023-07-27 15:15:12.000,0.3.2,12.0,7.0,17,False,,11.0,bellybutton,,51.0,50.0,https://pypi.org/project/bellybutton,2023-07-27 15:15:12.000,1.0,1430.0,1430.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +249,massedit,elmotec/massedit,refactoring,Programmatically edit text files with Python. Useful for source to source transformations.,,https://github.com/elmotec/massedit,https://github.com/elmotec/massedit,MIT,2012-03-11 16:18:30.000,2023-09-12 01:27:09.000,2023-09-12 01:27:09,194.0,,16.0,4.0,17.0,7.0,114.0,2023-09-11 03:03:54.000,0.70.1,16.0,9.0,17,False,,4.0,massedit,,57.0,54.0,https://pypi.org/project/massedit,2023-09-11 02:59:59.000,3.0,1819.0,1819.0,,,,3.0,,33.0,,,,,,,,,,,,,,,,,, +250,autoimport,lyz-code/autoimport,formatters,Autoimport automatically fixes wrong import statements.,,https://github.com/lyz-code/autoimport,https://github.com/lyz-code/autoimport,GPL-3.0,2020-10-16 22:43:09.000,2024-10-01 16:15:26.000,2024-10-01 16:13:03,569.0,,24.0,1.0,211.0,34.0,99.0,2024-10-01 16:15:26.000,1.6.1,44.0,18.0,17,True,,15.0,autoimport,,14.0,,https://pypi.org/project/autoimport,2024-10-01 16:15:26.000,14.0,14175.0,14175.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +251,pyenv-installer,pyenv/pyenv-installer,virtual-envs,This tool is used to install `pyenv` and friends.,,https://github.com/pyenv/pyenv-installer,https://github.com/pyenv/pyenv-installer,MIT,2013-06-01 03:48:07.000,2025-09-05 19:23:22.000,2025-09-05 19:23:22,154.0,1.0,458.0,75.0,64.0,79.0,4076.0,,,,43.0,16,True,,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +252,dh-virtualenv,spotify/dh-virtualenv,virtual-envs,Python virtualenvs in Debian packages.,,https://github.com/spotify/dh-virtualenv,https://github.com/spotify/dh-virtualenv,GPL-2.0,2013-10-09 19:03:43.000,2024-04-27 01:41:37.000,2023-01-03 15:31:24,422.0,,185.0,40.0,155.0,173.0,1625.0,,,,61.0,16,False,,40.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +253,tbvaccine,skorokithakis/tbvaccine,logging,A small utility to pretty-print Python tracebacks.,,https://github.com/skorokithakis/tbvaccine,https://github.com/skorokithakis/tbvaccine,MIT,2016-08-27 17:31:59.000,2020-03-01 19:24:46.000,2020-03-01 19:24:44,80.0,,13.0,5.0,18.0,13.0,379.0,2018-12-14 18:07:29.000,0.3.1,12.0,12.0,16,False,,7.0,tbvaccine,,17.0,17.0,https://pypi.org/project/tbvaccine,2018-12-14 18:07:29.000,,2868.0,2868.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +254,cohesion,mschwager/cohesion,code-metrics,A tool for measuring Python class cohesion.,,https://github.com/mschwager/cohesion,https://github.com/mschwager/cohesion,GPL-3.0,2016-08-11 21:09:32.000,2025-04-22 14:58:04.676,2024-12-09 15:09:45,88.0,,6.0,10.0,3.0,13.0,244.0,2024-12-09 15:14:21.000,1.2.0,11.0,3.0,16,True,,6.0,cohesion,conda-forge/cohesion,13.0,,https://pypi.org/project/cohesion,2024-12-09 15:14:21.000,13.0,10148.0,10258.0,https://anaconda.org/conda-forge/cohesion,2025-04-22 14:58:04.676,5098.0,3.0,,,,,,,,,,,,,,,,,,,, +255,imhotep,justinabrahms/imhotep,linters,A static-analysis bot for Github.,,https://github.com/justinabrahms/imhotep,https://github.com/justinabrahms/imhotep,MIT,2012-12-17 01:26:32.000,2023-06-17 04:37:59.000,2023-06-17 04:37:59,400.0,,36.0,8.0,68.0,26.0,223.0,2022-02-20 06:09:19.000,2.0.0,10.0,17.0,16,False,,20.0,imhotep,,19.0,15.0,https://pypi.org/project/imhotep,2022-02-20 06:09:19.000,4.0,17.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,pytest-play,pytest-dev/pytest-play,testing,pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files.,,https://github.com/pytest-dev/pytest-play,https://github.com/pytest-dev/pytest-play,Apache-2.0,2017-12-14 09:08:26.000,2019-08-20 15:57:27.000,2019-06-12 11:57:28,382.0,,4.0,8.0,62.0,25.0,70.0,2019-06-12 11:59:29.000,2.3.1,23.0,3.0,16,False,,4.0,pytest-play,,10.0,,https://pypi.org/project/pytest-play,2019-06-12 11:59:29.000,10.0,289.0,289.0,,,,3.0,['pytest'],,,,,,,,,,,,,,,,,,, +257,mkdocs-versioning,zayd62/mkdocs-versioning,documentation,A tool that allows for versioning sites built with mkdocs.,,https://github.com/zayd62/mkdocs-versioning,https://github.com/zayd62/mkdocs-versioning,MIT,2019-07-20 18:09:56.000,2021-08-01 15:51:53.000,2021-08-01 15:51:53,133.0,,6.0,2.0,39.0,22.0,40.0,2021-02-11 10:24:35.000,0.4.0,6.0,5.0,16,False,,3.0,mkdocs-versioning,,126.0,126.0,https://pypi.org/project/mkdocs-versioning,2021-02-11 10:24:35.000,,4861.0,4861.0,,,,3.0,['mkdocs'],,,,,,,,,,,,,,,,,,, +258,pep8ify,spulec/pep8ify,refactoring,A library that modifies python source code to conform to pep8.,,https://github.com/spulec/pep8ify,https://github.com/spulec/pep8ify,Apache-2.0,2012-06-03 03:31:33.000,2019-03-08 03:06:14.000,2014-10-24 20:36:38,154.0,,12.0,4.0,7.0,12.0,118.0,2014-10-24 20:36:57.000,0.0.13,13.0,6.0,15,False,,7.0,pep8ify,,66.0,66.0,https://pypi.org/project/pep8ify,2014-10-24 20:36:57.000,,50.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +259,yala,cemsbr/yala,linters,Yet Another Linter Aggregator.,,https://github.com/cemsbr/yala,https://github.com/cemsbr/yala,MIT,2017-06-02 22:45:50.000,2023-10-17 23:50:57.000,2023-01-30 07:50:18,198.0,,5.0,2.0,142.0,11.0,16.0,2023-01-30 07:57:23.000,3.2.0,29.0,4.0,15,False,,1.0,yala,,66.0,56.0,https://pypi.org/project/yala,2021-11-15 05:05:38.000,10.0,1771.0,1771.0,,,,3.0,"['flake8', 'pylint']",,,,,,,,,,,,,,,,,,, +260,retype,ambv/retype,refactoring,Re-apply type annotations from .pyi stubs to your codebase.,,https://github.com/ambv/retype,https://github.com/ambv/retype,MIT,2017-03-11 07:54:58.000,2025-04-22 14:56:45.636,2022-08-14 07:12:06,109.0,,19.0,6.0,28.0,15.0,143.0,2022-08-14 07:10:00.969,22.8.0,12.0,9.0,14,False,,1.0,retype,conda-forge/retype,4.0,,https://pypi.org/project/retype,2022-08-14 07:10:00.969,4.0,1724.0,2383.0,https://anaconda.org/conda-forge/retype,2025-04-22 14:56:45.636,38930.0,3.0,,,,,,,,,,,,,,,,,,,, +261,subpar,google/subpar,packaging,Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.,,https://github.com/google/subpar,https://github.com/google/subpar,Apache-2.0,2016-08-03 20:11:35.000,2022-12-27 14:53:53.000,2022-12-19 19:23:19,95.0,,71.0,16.0,75.0,30.0,568.0,2019-05-14 20:14:05.000,2.0.0,5.0,16.0,13,False,,44.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +262,pipenv-pipes,gtalarico/pipenv-pipes,virtual-envs,A PipEnv Environment Switcher.,,https://github.com/gtalarico/pipenv-pipes,https://github.com/gtalarico/pipenv-pipes,MIT,2018-05-02 03:56:41.000,2023-10-01 17:28:23.000,2019-06-27 03:42:48,285.0,,23.0,5.0,23.0,10.0,134.0,2018-11-08 03:05:43.000,0.7.1,25.0,5.0,13,False,,7.0,pipenv-pipes,,,,https://pypi.org/project/pipenv-pipes,2018-11-08 03:05:43.000,,56.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,, +263,universal-build,ml-tooling/universal-build,build-tools,Universal build utilities for containerized build pipelines.,,https://github.com/ml-tooling/universal-build,https://github.com/ml-tooling/universal-build,MIT,2020-10-19 14:57:21.000,2022-11-09 08:14:25.000,2022-09-15 18:19:20,395.0,,8.0,5.0,34.0,3.0,25.0,2021-11-17 16:59:34.000,0.6.18,40.0,5.0,13,True,,1.0,universal-build,,7.0,,https://pypi.org/project/universal-build,2021-11-16 23:08:45.000,7.0,67.0,67.0,,,,3.0,,23.0,,,,,,,,,,,,,,,,,, +264,livepython,agermanidis/livepython,profiling,Visually trace Python code in real-time.,,https://github.com/agermanidis/livepython,https://github.com/agermanidis/livepython,MIT,2017-10-03 00:19:59.000,2019-01-22 17:39:55.000,2017-11-14 21:27:52,20.0,,166.0,75.0,4.0,15.0,2557.0,,,,3.0,12,False,,11.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +265,freshenv,raiyanyahya/freshenv,virtual-envs,"Provision, share, manage local and cloud developer environments.",,https://github.com/raiyanyahya/freshenv,https://github.com/raiyanyahya/freshenv,MPL-2.0,2021-12-19 21:38:32.000,2024-09-30 19:10:21.000,2024-07-03 11:22:04,194.0,,3.0,2.0,281.0,3.0,173.0,2022-11-06 21:28:09.190,3.0.2,43.0,3.0,12,False,,2.0,freshenv,raiyanyahya/freshenv,2.0,2.0,https://pypi.org/project/freshenv,2022-11-06 21:28:09.190,,39.0,39.0,https://anaconda.org/raiyanyahya/freshenv,,,3.0,,,,,,,,,,,,,,,,,,,, +266,linty_fresh,lyft/linty_fresh,linters,Surface lint errors during code review.,,https://github.com/lyft/linty_fresh,https://github.com/lyft/linty_fresh,Apache-2.0,2015-12-19 02:37:26.000,2023-06-23 23:37:25.000,2022-12-13 04:09:02,54.0,,27.0,17.0,61.0,1.0,185.0,2018-12-12 19:47:05.000,0.7.0,10.0,18.0,11,False,,9.0,linty-fresh,,,,https://pypi.org/project/linty-fresh,2018-12-12 19:47:05.000,,11.0,11.0,,,,3.0,"['flake8', 'mypy']",,,,,,,,,,,,,,,,,,, +267,pyship,jamesabel/pyship,packaging,pyship - ship Python desktop apps to end users.,,https://github.com/jamesabel/pyship,https://github.com/jamesabel/pyship,MIT,2020-04-23 04:45:03.000,2023-06-06 05:02:28.000,2023-06-06 05:02:21,291.0,,3.0,4.0,6.0,,44.0,2023-04-17 06:15:39.465,0.1.7,19.0,2.0,11,False,,6.0,pyship,,,,https://pypi.org/project/pyship,2021-06-09 04:34:00.000,,24.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 49dc350..4385af8 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._ -- ruff (πŸ₯‡47 Β· ⭐ 42K Β· πŸ“ˆ) - An extremely fast Python linter and code formatter, written in Rust. MIT -- tox (πŸ₯‡41 Β· ⭐ 3.8K Β· πŸ“ˆ) - Command line driven CI frontend and development task automation tool. MIT -- playwright-python (πŸ₯‡40 Β· ⭐ 14K Β· πŸ“ˆ) - Python version of the Playwright testing and.. Apache-2 -- twine (πŸ₯ˆ38 Β· ⭐ 1.7K Β· πŸ“ˆ) - Utilities for interacting with PyPI. Apache-2 -- pytest-randomly (πŸ₯‰30 Β· ⭐ 680 Β· πŸ“ˆ) - Pytest plugin to randomly order tests and control random.seed. MIT +- psutil (πŸ₯‡47 Β· ⭐ 11K Β· πŸ“ˆ) - Cross-platform lib for process and system monitoring in Python. BSD-3 +- poetry (πŸ₯ˆ42 Β· ⭐ 34K Β· πŸ“ˆ) - Python packaging and dependency management made easy. MIT +- sphinx_rtd_theme (πŸ₯ˆ36 Β· ⭐ 5K Β· πŸ’€) - Sphinx theme from Read the Docs. MIT +- invoke (πŸ₯ˆ36 Β· ⭐ 4.6K Β· πŸ“ˆ) - Pythonic task management & command execution. BSD-2 +- asv (πŸ₯ˆ32 Β· ⭐ 940 Β· πŸ“ˆ) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- pytest-cov (πŸ₯ˆ37 Β· ⭐ 1.9K Β· πŸ“‰) - Coverage plugin for pytest. MIT -- buildbot (πŸ₯ˆ35 Β· ⭐ 5.4K Β· πŸ“‰) - Python-based continuous integration testing framework; your.. ❗️GPL-2.0 -- sqlmap (πŸ₯ˆ34 Β· ⭐ 35K Β· πŸ“‰) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 -- coveralls-python (πŸ₯‰31 Β· ⭐ 570 Β· πŸ“‰) - Show coverage stats online via coveralls.io. MIT -- pylint-django (πŸ₯ˆ28 Β· ⭐ 610 Β· πŸ“‰) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 +- rich (πŸ₯‡46 Β· ⭐ 54K Β· πŸ“‰) - Rich is a Python library for rich text and beautiful formatting in the.. MIT +- setuptools (πŸ₯‡43 Β· ⭐ 2.8K Β· πŸ“‰) - Official project repository for the Setuptools build system. MIT +- jedi (πŸ₯‡41 Β· ⭐ 6K Β· πŸ“‰) - Awesome autocompletion, static analysis and refactoring library for python. MIT +- flake8 (πŸ₯‡41 Β· ⭐ 3.7K Β· πŸ“‰) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT +- tox (πŸ₯ˆ39 Β· ⭐ 3.8K Β· πŸ“‰) - Command line driven CI frontend and development task automation tool. MIT