From 4f7d66190bb7f1d4897d913d8f5c510e8ed2da8f Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 7 May 2026 18:39:43 +0000 Subject: [PATCH] Update best-of list for version 2026.05.07 --- README.md | 2954 +++++++++++++++++-------------- history/2026-05-07_changes.md | 20 + history/2026-05-07_projects.csv | 587 ++++++ latest-changes.md | 20 +- 4 files changed, 2230 insertions(+), 1351 deletions(-) create mode 100644 history/2026-05-07_changes.md create mode 100644 history/2026-05-07_projects.csv diff --git a/README.md b/README.md index 5c959958..eb76e2f0 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@

- +

-This curated list contains 580 awesome open-source projects with a total of 3.5M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 590 awesome open-source projects with a total of 3.5M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! --- @@ -32,18 +32,18 @@ This curated list contains 580 awesome open-source projects with a total of 3.5M ## Contents - [Web Frameworks](#web-frameworks) _35 projects_ -- [HTTP Clients](#http-clients) _18 projects_ +- [HTTP Clients](#http-clients) _19 projects_ - [Servers](#servers) _12 projects_ - [Authorization & Authentication](#authorization--authentication) _39 projects_ - [HTML Processing](#html-processing) _10 projects_ -- [URL Utilities](#url-utilities) _5 projects_ +- [URL Utilities](#url-utilities) _6 projects_ - [OpenAPI Utilities](#openapi-utilities) _23 projects_ - [GraphQL Utilities](#graphql-utilities) _16 projects_ - [Websocket Utilities](#websocket-utilities) _12 projects_ - [RPC Utilities](#rpc-utilities) _5 projects_ - [Serverless](#serverless) _4 projects_ - [Content Management Systems](#content-management-systems) _6 projects_ -- [Web Testing](#web-testing) _49 projects_ +- [Web Testing](#web-testing) _50 projects_ - [Web Forms](#web-forms) _5 projects_ - [Markdown](#markdown) _12 projects_ - [Third-party Web APIs](#third-party-web-apis) _56 projects_ @@ -91,108 +91,124 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi (🥇50 · ⭐ 98K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/fastapi/fastapi) (👨‍💻 890 · 🔀 9.1K · 📦 880K · 📋 3.5K - 0% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/fastapi/fastapi) (👨‍💻 890 · 🔀 9.1K · 📦 890K · 📋 3.5K - 0% open · ⏱️ 05.05.2026): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (📥 420M / month): +- [PyPi](https://pypi.org/project/fastapi) (📥 440M / month · 📦 26K · ⏱️ 23.04.2026): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 4.6M · ⏱️ 23.04.2026): +- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 4.7M · ⏱️ 23.04.2026): ``` conda install -c conda-forge fastapi ```
-
flask (🥇50 · ⭐ 71K) - The Python micro framework for building web applications. BSD-3 +
django (🥇50 · ⭐ 87K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/pallets/flask) (👨‍💻 860 · 🔀 17K · 📥 12K · 📦 2.7M · ⏱️ 09.04.2026): +- [GitHub](https://github.com/django/django) (👨‍💻 3.4K · 🔀 34K · 📦 2M · ⏱️ 07.05.2026): ``` - git clone https://github.com/pallets/flask + git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/flask) (📥 200M / month): +- [PyPi](https://pypi.org/project/django) (📥 48M / month · 📦 22K · ⏱️ 05.05.2026): ``` - pip install flask + pip install django ``` -- [Conda](https://anaconda.org/conda-forge/flask) (📥 12M · ⏱️ 19.02.2026): +- [Conda](https://anaconda.org/conda-forge/django) (📥 3.3M · ⏱️ 05.05.2026): ``` - conda install -c conda-forge flask + conda install -c conda-forge django ```
-
django (🥇48 · ⭐ 87K) - The Web framework for perfectionists with deadlines. BSD-3 +
flask (🥇50 · ⭐ 71K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 3.4K · 🔀 33K · 📦 2M · ⏱️ 30.04.2026): +- [GitHub](https://github.com/pallets/flask) (👨‍💻 860 · 🔀 17K · 📥 12K · 📦 2.7M · 📋 2.7K - 0% open · ⏱️ 02.05.2026): ``` - git clone https://github.com/django/django + git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/django) (📥 46M / month): +- [PyPi](https://pypi.org/project/flask) (📥 210M / month · 📦 19K · ⏱️ 19.02.2026): ``` - pip install django + pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/django) (📥 3.3M · ⏱️ 08.04.2026): +- [Conda](https://anaconda.org/conda-forge/flask) (📥 12M · ⏱️ 19.02.2026): ``` - conda install -c conda-forge django + conda install -c conda-forge flask ```
werkzeug (🥇47 · ⭐ 6.9K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 510 · 🔀 1.7K · 📥 2.4K · 📦 1.7M · 📋 1.3K - 0% open · ⏱️ 26.04.2026): +- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 510 · 🔀 1.8K · 📥 2.4K · 📦 1.7M · 📋 1.3K - 0% open · ⏱️ 05.05.2026): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (📥 250M / month): +- [PyPi](https://pypi.org/project/werkzeug) (📥 260M / month · 📦 5.2K · ⏱️ 02.04.2026): ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 16M · ⏱️ 02.04.2026): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 17M · ⏱️ 02.04.2026): ``` conda install -c conda-forge werkzeug ```
-
tornado (🥈46 · ⭐ 22K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 +
django-rest-framework (🥈45 · ⭐ 30K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 470 · 🔀 5.5K · 📦 700K · 📋 1.9K - 11% open · ⏱️ 31.03.2026): +- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.5K · 🔀 7.1K · 📥 35 · 📦 860K · 📋 4K - 1% open · ⏱️ 06.05.2026): ``` - git clone https://github.com/tornadoweb/tornado + git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/tornado) (📥 130M / month · 📦 4.1K · ⏱️ 10.03.2026): +- [PyPi](https://pypi.org/project/django-rest-framework) (📥 140K / month · 📦 110 · ⏱️ 20.07.2017): ``` - pip install tornado + pip install django-rest-framework ``` -- [Conda](https://anaconda.org/conda-forge/tornado) (📥 70M · ⏱️ 24.03.2026): +- [Conda](https://anaconda.org/conda-forge/djangorestframework) (📥 1.3M · ⏱️ 25.03.2026): ``` - conda install -c conda-forge tornado + conda install -c conda-forge djangorestframework ```
starlette (🥈45 · ⭐ 12K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/Kludex/starlette) (👨‍💻 320 · 🔀 1.2K · 📦 420K · 📋 770 - 1% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/Kludex/starlette) (👨‍💻 320 · 🔀 1.2K · 📦 420K · 📋 770 - 1% open · ⏱️ 03.05.2026): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (📥 460M / month): +- [PyPi](https://pypi.org/project/starlette) (📥 480M / month · 📦 4.9K · ⏱️ 22.03.2026): ``` pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (📥 5.2M · ⏱️ 22.03.2026): +- [Conda](https://anaconda.org/conda-forge/starlette) (📥 5.3M · ⏱️ 22.03.2026): ``` conda install -c conda-forge starlette ```
+
tornado (🥈43 · ⭐ 22K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 + +- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 470 · 🔀 5.5K · 📋 1.9K - 11% open · ⏱️ 31.03.2026): + + ``` + git clone https://github.com/tornadoweb/tornado + ``` +- [PyPi](https://pypi.org/project/tornado) (📥 130M / month · 📦 4.1K · ⏱️ 10.03.2026): + ``` + pip install tornado + ``` +- [Conda](https://anaconda.org/conda-forge/tornado) (📥 70M · ⏱️ 24.03.2026): + ``` + conda install -c conda-forge tornado + ``` +
sanic (🥈40 · ⭐ 19K) - Accelerate your web app development | Build fast. Run fast. MIT -- [GitHub](https://github.com/sanic-org/sanic) (👨‍💻 370 · 🔀 1.6K · 📦 19K · 📋 1.5K - 6% open · ⏱️ 31.12.2025): +- [GitHub](https://github.com/sanic-org/sanic) (👨‍💻 370 · 🔀 1.6K · 📦 19K · 📋 1.5K - 7% open · ⏱️ 31.12.2025): ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (📥 2.7M / month): +- [PyPi](https://pypi.org/project/sanic) (📥 2.8M / month · 📦 800 · ⏱️ 31.12.2025): ``` pip install sanic ``` @@ -203,12 +219,12 @@ _General purpose web frameworks to build web applications and REST APIs._
bottle (🥈39 · ⭐ 8.8K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT -- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 240 · 🔀 1.5K · 📥 370 · 📦 37K · 📋 860 - 24% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 240 · 🔀 1.5K · 📥 380 · 📦 37K · 📋 930 - 30% open · ⏱️ 23.03.2026): ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (📥 11M / month): +- [PyPi](https://pypi.org/project/bottle) (📥 11M / month · 📦 800 · ⏱️ 15.06.2025): ``` pip install bottle ``` @@ -217,42 +233,42 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge bottle ```
-
falcon (🥈38 · ⭐ 9.8K) - The no-magic web API and microservices framework for Python.. Apache-2 +
litestar (🥈38 · ⭐ 8.2K) - Light, flexible and extensible ASGI framework | Built to scale. MIT -- [GitHub](https://github.com/falconry/falcon) (👨‍💻 240 · 🔀 980 · 📥 12K · 📦 10K · 📋 1.1K - 13% open · ⏱️ 26.04.2026): +- [GitHub](https://github.com/litestar-org/litestar) (👨‍💻 280 · 🔀 540 · 📦 2.2K · 📋 1.5K - 17% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/falconry/falcon - ``` -- [PyPi](https://pypi.org/project/falcon) (📥 960K / month): - ``` - pip install falcon + git clone https://github.com/litestar-org/litestar ``` -- [Conda](https://anaconda.org/conda-forge/falcon) (📥 960K · ⏱️ 11.11.2025): +- [PyPi](https://pypi.org/project/litestar) (📥 1.6M / month · 📦 170 · ⏱️ 07.03.2026): ``` - conda install -c conda-forge falcon + pip install litestar ```
-
litestar (🥈38 · ⭐ 8.2K) - Light, flexible and extensible ASGI framework | Built to scale. MIT +
falcon (🥈37 · ⭐ 9.8K) - The no-magic web API and microservices framework for Python.. Apache-2 -- [GitHub](https://github.com/litestar-org/litestar) (👨‍💻 280 · 🔀 540 · 📦 2.2K · 📋 1.4K - 15% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/falconry/falcon) (👨‍💻 240 · 🔀 990 · 📥 12K · 📦 10K · 📋 1.1K - 14% open · ⏱️ 03.05.2026): ``` - git clone https://github.com/litestar-org/litestar + git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/litestar) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/falcon) (📥 960K / month · 📦 400 · ⏱️ 10.11.2025): ``` - pip install litestar + pip install falcon + ``` +- [Conda](https://anaconda.org/conda-forge/falcon) (📥 970K · ⏱️ 11.11.2025): + ``` + conda install -c conda-forge falcon ```
-
Flask-AppBuilder (🥈34 · ⭐ 4.9K) - Simple and rapid application development framework,.. BSD-3 +
Flask-AppBuilder (🥈35 · ⭐ 5K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 230 · 🔀 1.4K · 📋 1.3K - 15% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 230 · 🔀 1.4K · 📋 1.4K - 18% open · ⏱️ 09.04.2026): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 16M / month): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 16M / month · 📦 14 · ⏱️ 09.04.2026): ``` pip install flask-appbuilder ``` @@ -261,36 +277,32 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-appbuilder ```
-
CherryPy (🥈34 · ⭐ 1.9K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 +
CherryPy (🥈35 · ⭐ 1.9K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 150 · 🔀 360 · 📦 15K · 📋 1.8K - 13% open · ⏱️ 20.11.2025): +- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 150 · 🔀 370 · 📦 15K · 📋 1.8K - 14% open · ⏱️ 20.11.2025): ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (📥 830K / month): +- [PyPi](https://pypi.org/project/cherrypy) (📥 840K / month · 📦 430 · ⏱️ 14.06.2024): ``` pip install cherrypy ``` -- [Conda](https://anaconda.org/anaconda/cherrypy) (📥 32K · ⏱️ 12.12.2025): +- [Conda](https://anaconda.org/anaconda/cherrypy) (📥 33K · ⏱️ 12.12.2025): ``` conda install -c anaconda cherrypy ```
-
robyn (🥉31 · ⭐ 7.2K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2 +
eve (🥉34 · ⭐ 6.7K) - REST API framework designed for human beings. BSD-3 -- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 86 · 🔀 330 · 📦 250 · 📋 590 - 20% open · ⏱️ 26.04.2026): +- [GitHub](https://github.com/pyeve/eve) (👨‍💻 220 · 🔀 730 · 📦 1.2K · 📋 980 - 2% open · ⏱️ 24.03.2026): ``` - git clone https://github.com/sansyrox/robyn - ``` -- [PyPi](https://pypi.org/project/robyn) (📥 20K / month): - ``` - pip install robyn + git clone https://github.com/pyeve/eve ``` -- [Conda](https://anaconda.org/conda-forge/robyn) (📥 1.1M · ⏱️ 18.10.2025): +- [PyPi](https://pypi.org/project/eve) (📥 20K / month · 📦 46 · ⏱️ 24.03.2026): ``` - conda install -c conda-forge robyn + pip install eve ```
responder (🥉31 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2 @@ -300,7 +312,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/taoufik07/responder ``` -- [PyPi](https://pypi.org/project/responder) (📥 4K / month): +- [PyPi](https://pypi.org/project/responder) (📥 3.9K / month · 📦 15 · ⏱️ 12.04.2026): ``` pip install responder ``` @@ -309,6 +321,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responder ```
+
robyn (🥉30 · ⭐ 7.2K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2 + +- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 87 · 🔀 330 · 📦 250 · 📋 590 - 20% open · ⏱️ 03.05.2026): + + ``` + git clone https://github.com/sansyrox/robyn + ``` +- [PyPi](https://pypi.org/project/robyn) (📥 21K / month · 📦 19 · ⏱️ 26.04.2026): + ``` + pip install robyn + ``` +- [Conda](https://anaconda.org/conda-forge/robyn) (📥 1.1M · ⏱️ 18.10.2025): + ``` + conda install -c conda-forge robyn + ``` +
emmett (🥉28 · ⭐ 1.2K) - The web framework for inventors. BSD-3 - [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 25 · 🔀 73 · 📦 93 · 📋 360 - 10% open · ⏱️ 07.04.2026): @@ -316,31 +344,47 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/emmett) (📥 1.2K / month · 📦 8 · ⏱️ 07.04.2026): ``` pip install emmett ```
-
web2py (🥉26 · ⭐ 2.2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 +
webpy (🥉27 · ⭐ 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense -- [GitHub](https://github.com/web2py/web2py) (👨‍💻 270 · 🔀 900 · 📋 1.1K - 33% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/webpy/webpy) (👨‍💻 96 · 🔀 1.3K · 📦 21 · 📋 470 - 11% open · ⏱️ 23.03.2026): ``` - git clone https://github.com/web2py/web2py + git clone https://github.com/webpy/webpy + ``` +- [PyPi](https://pypi.org/project/web.py) (📥 49K / month · 📦 53 · ⏱️ 09.11.2020): + ``` + pip install web.py + ``` +- [Conda](https://anaconda.org/conda-forge/web.py) (📥 120K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge web.py ```
-
guillotina (🥉26 · ⭐ 210) - Python AsyncIO data API to manage billions of resources. BSD-3 +
guillotina (🥉27 · ⭐ 210) - Python AsyncIO data API to manage billions of resources. BSD-3 -- [GitHub](https://github.com/plone/guillotina) (👨‍💻 54 · 🔀 53 · 📦 140 · 📋 230 - 26% open · ⏱️ 10.01.2026): +- [GitHub](https://github.com/plone/guillotina) (👨‍💻 54 · 🔀 53 · 📦 140 · 📋 230 - 27% open · ⏱️ 07.05.2026): ``` git clone https://github.com/plone/guillotina ``` -- [PyPi](https://pypi.org/project/guillotina) (📥 3.3K / month · 📦 36 · ⏱️ 10.10.2025): +- [PyPi](https://pypi.org/project/guillotina) (📥 2.5K / month · 📦 38 · ⏱️ 07.05.2026): ``` pip install guillotina ```
+
web2py (🥉26 · ⭐ 2.2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 + +- [GitHub](https://github.com/web2py/web2py) (👨‍💻 270 · 🔀 910 · 📋 1.1K - 33% open · ⏱️ 06.05.2026): + + ``` + git clone https://github.com/web2py/web2py + ``` +
flama (🥉19 · ⭐ 290) - Fire up your models with the flame. Apache-2 - [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 16 · 📥 690 · 📦 16 · 📋 130 - 10% open · ⏱️ 24.03.2026): @@ -348,41 +392,38 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 270 / month): +- [PyPi](https://pypi.org/project/flama) (📥 270 / month · 📦 1 · ⏱️ 24.03.2026): ``` pip install flama ```
-
view.py (🥉14 · ⭐ 210) - The Batteries-Detachable Web Framework. MIT +
view.py (🥉15 · ⭐ 210) - The Batteries-Detachable Web Framework. MIT - [GitHub](https://github.com/ZeroIntensity/view.py) (👨‍💻 13 · 🔀 16 · ⏱️ 22.02.2026): ``` git clone https://github.com/ZeroIntensity/view.py ``` -- [PyPi](https://pypi.org/project/view.py) (⏱️ 26.05.2024): +- [PyPi](https://pypi.org/project/view.py) (📥 340 / month · ⏱️ 26.05.2024): ``` pip install view.py ```
-
Show 16 hidden projects... +
Show 13 hidden projects... -- django-rest-framework (🥈43 · ⭐ 30K) - Web APIs for Django. ❗Unlicensed -- pyramid (🥈36 · ⭐ 4.1K) - Pyramid - A Python web framework. ❗Unlicensed -- flask-restful (🥉32 · ⭐ 6.9K · 💀) - Simple framework for creating REST APIs. BSD-3 +- pyramid (🥈37 · ⭐ 4.1K) - Pyramid - A Python web framework. ❗Unlicensed +- flask-restful (🥈36 · ⭐ 6.9K · 💀) - Simple framework for creating REST APIs. BSD-3 +- django-tastypie (🥉33 · ⭐ 4K · 💀) - Creating delicious APIs for Django apps since 2010. BSD-3 - hug (🥉32 · ⭐ 6.9K · 💀) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT -- django-tastypie (🥉31 · ⭐ 4K · 💤) - Creating delicious APIs for Django apps since 2010. ❗Unlicensed -- eve (🥉29 · ⭐ 6.7K) - REST API framework designed for human beings. ❗Unlicensed -- masonite (🥉28 · ⭐ 2.4K · 💀) - The Modern And Developer Centric Python Web Framework. Be sure to.. MIT -- flask-restplus (🥉27 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. ❗Unlicensed -- cornice (🥉26 · ⭐ 390 · 💀) - Build Web Services with Pyramid. ❗Unlicensed -- webpy (🥉24 · ⭐ 5.9K) - web.py is a web framework for python that is as simple as it is.. ❗Unlicensed +- flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. BSD-3 +- masonite (🥉27 · ⭐ 2.4K · 💀) - The Modern And Developer Centric Python Web Framework. Be sure to.. MIT +- cornice (🥉27 · ⭐ 390 · 💀) - Build Web Services with Pyramid. ❗Unlicensed +- quart (🥉26 · ⭐ 3.5K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT +- japronto (🥉24 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT - justpy (🥉24 · ⭐ 1.3K · 💀) - An object oriented high-level Python Web Framework that requires.. Apache-2 -- japronto (🥉22 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT -- vibora (🥉20 · ⭐ 5.6K · 💀) - Fast, asynchronous and elegant Python web framework. MIT -- flask-mongorest (🥉18 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine. ❗Unlicensed -- quart (🥉17 · ⭐ 29 · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT -- Growler (🥉12 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2 +- vibora (🥉22 · ⭐ 5.6K · 💀) - Fast, asynchronous and elegant Python web framework. MIT +- flask-mongorest (🥉19 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine. BSD-3 +- Growler (🥉15 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2

@@ -392,12 +433,12 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (🥇51 · ⭐ 54K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 790 · 🔀 9.8K · 📥 34K · 📦 4.2M · 📋 4.2K - 5% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/psf/requests) (👨‍💻 790 · 🔀 9.9K · 📥 34K · 📦 4.2M · 📋 4.2K - 5% open · ⏱️ 04.05.2026): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (📥 1.5B / month · 📦 160K · ⏱️ 30.03.2026): +- [PyPi](https://pypi.org/project/requests) (📥 1.5B / month · 📦 170K · ⏱️ 03.05.2026): ``` pip install requests ``` @@ -408,16 +449,16 @@ _General purpose web frameworks to build web applications and REST APIs._
urllib3 (🥇46 · ⭐ 4K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 390 · 🔀 1.3K · 📥 89K · 📦 2.5M · 📋 1.4K - 10% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 390 · 🔀 1.3K · 📥 90K · 📦 2.5M · 📋 1.4K - 13% open · ⏱️ 07.05.2026): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (📥 1.5B / month): +- [PyPi](https://pypi.org/project/urllib3) (📥 1.5B / month · 📦 24K · ⏱️ 07.05.2026): ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 88M · ⏱️ 07.01.2026): +- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 89M · ⏱️ 07.01.2026): ``` conda install -c conda-forge urllib3 ``` @@ -429,7 +470,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (📥 650M / month · 📦 22K · ⏱️ 15.09.2025): +- [PyPi](https://pypi.org/project/httpx) (📥 680M / month · 📦 22K · ⏱️ 15.09.2025): ``` pip install httpx ``` @@ -438,22 +479,38 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httpx ```
-
httpcore (🥈36 · ⭐ 540) - A minimal HTTP client. BSD-3 +
httpcore (🥈36 · ⭐ 540 · 💤) - A minimal HTTP client. BSD-3 - [GitHub](https://github.com/encode/httpcore) (👨‍💻 59 · 🔀 150 · 📦 420K · 📋 220 - 20% open · ⏱️ 13.10.2025): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (📥 640M / month · 📦 970 · ⏱️ 24.04.2025): +- [PyPi](https://pypi.org/project/httpcore) (📥 670M / month · 📦 970 · ⏱️ 24.04.2025): ``` pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 17M · ⏱️ 25.04.2025): +- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 18M · ⏱️ 25.04.2025): ``` conda install -c conda-forge httpcore ```
+
aiohttp (🥈35 · ⭐ 16K · 📈) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 + +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 960 · 🔀 2.3K): + + ``` + git clone https://github.com/aio-libs/aiohttp + ``` +- [PyPi](https://pypi.org/project/aiohttp) (📥 550M / month · 📦 29K · ⏱️ 31.03.2026): + ``` + pip install aiohttp + ``` +- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 26M · ⏱️ 31.03.2026): + ``` + conda install -c conda-forge aiohttp + ``` +
httplib2 (🥈34 · ⭐ 510) - Small, fast HTTP client library for Python. Features persistent.. MIT - [GitHub](https://github.com/httplib2/httplib2) (👨‍💻 80 · 🔀 190 · 📦 270K · 📋 140 - 45% open · ⏱️ 23.01.2026): @@ -465,7 +522,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httplib2 ``` -- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 5.1M · ⏱️ 24.01.2026): +- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 5.2M · ⏱️ 24.01.2026): ``` conda install -c conda-forge httplib2 ``` @@ -481,12 +538,12 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install requests-futures ``` -- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 450K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 460K · ⏱️ 22.04.2025): ``` conda install -c conda-forge requests-futures ```
-
python-zeep (🥈32 · ⭐ 2K) - A Python SOAP client. MIT +
python-zeep (🥉32 · ⭐ 2K) - A Python SOAP client. MIT - [GitHub](https://github.com/mvantellingen/python-zeep) (👨‍💻 150 · 🔀 610 · 📋 1.2K - 39% open · ⏱️ 20.01.2026): @@ -497,19 +554,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install zeep ``` -- [Conda](https://anaconda.org/conda-forge/zeep) (📥 500K · ⏱️ 16.09.2025): +- [Conda](https://anaconda.org/conda-forge/zeep) (📥 510K · ⏱️ 16.09.2025): ``` conda install -c conda-forge zeep ```
-
httptools (🥈32 · ⭐ 1.3K) - Fast HTTP parser. MIT +
httptools (🥉32 · ⭐ 1.3K) - Fast HTTP parser. MIT - [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 22 · 🔀 100 · 📦 190K · 📋 73 - 28% open · ⏱️ 24.03.2026): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (📥 160M / month · 📦 490 · ⏱️ 10.10.2025): +- [PyPi](https://pypi.org/project/httptools) (📥 170M / month · 📦 490 · ⏱️ 10.10.2025): ``` pip install httptools ``` @@ -529,7 +586,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install treq ``` -- [Conda](https://anaconda.org/conda-forge/treq) (📥 230K · ⏱️ 03.06.2025): +- [Conda](https://anaconda.org/conda-forge/treq) (📥 240K · ⏱️ 03.06.2025): ``` conda install -c conda-forge treq ``` @@ -541,21 +598,21 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (📥 2K / month · ⏱️ 08.04.2026): +- [PyPi](https://pypi.org/project/httpstat) (📥 1.9K / month · ⏱️ 08.04.2026): ``` pip install httpstat ```
Show 8 hidden projects... -- pycurl (🥈35 · ⭐ 1.2K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 -- hyper (🥉30 · ⭐ 1.1K · 💀) - HTTP/2 for Python. MIT -- requests-toolbelt (🥉30 · ⭐ 1K · 💀) - A toolbelt of useful classes and functions to be used.. ❗Unlicensed -- httpie (🥉29 · ⭐ 38K · 💀) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +- pycurl (🥈37 · ⭐ 1.2K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 +- requests-toolbelt (🥈33 · ⭐ 1K · 💀) - A toolbelt of useful classes and functions to be used.. Apache-2 +- httpie (🥉32 · ⭐ 38K · 💀) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 - grequests (🥉29 · ⭐ 4.6K · 💀) - Requests + Gevent = 3. BSD-2 -- http-prompt (🥉26 · ⭐ 9.1K · 💀) - An interactive command-line HTTP and API testing client built on.. MIT +- hyper (🥉29 · ⭐ 1.1K · 💀) - HTTP/2 for Python. MIT +- http-prompt (🥉25 · ⭐ 9.1K · 💀) - An interactive command-line HTTP and API testing client built on.. MIT - pysimplesoap (🥉24 · ⭐ 370 · 💀) - Python Simple SOAP Library. ❗️LGPL-3.0 -- http-parser (🥉21 · ⭐ 350 · 💀) - HTTP request/response parser for python in C. ❗Unlicensed +- http-parser (🥉23 · ⭐ 350 · 💀) - HTTP request/response parser for python in C. MIT

@@ -565,12 +622,12 @@ _General purpose web frameworks to build web applications and REST APIs._
uvicorn (🥇44 · ⭐ 11K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/Kludex/uvicorn) (👨‍💻 220 · 🔀 930 · 📦 870K · 📋 710 - 2% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/Kludex/uvicorn) (👨‍💻 220 · 🔀 930 · 📦 880K · 📋 710 - 2% open · ⏱️ 30.04.2026): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (📥 460M / month · 📦 17K · ⏱️ 23.04.2026): +- [PyPi](https://pypi.org/project/uvicorn) (📥 470M / month · 📦 17K · ⏱️ 23.04.2026): ``` pip install uvicorn ``` @@ -579,6 +636,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge uvicorn ```
+
gevent (🥈41 · ⭐ 6.4K) - Coroutine-based concurrency library for Python. MIT + +- [GitHub](https://github.com/gevent/gevent) (👨‍💻 120 · 🔀 960 · 📥 65K · 📦 150K · 📋 1.5K - 8% open · ⏱️ 04.05.2026): + + ``` + git clone https://github.com/gevent/gevent + ``` +- [PyPi](https://pypi.org/project/gevent) (📥 49M / month · 📦 2.3K · ⏱️ 08.04.2026): + ``` + pip install gevent + ``` +- [Conda](https://anaconda.org/conda-forge/gevent) (📥 2.3M · ⏱️ 09.04.2026): + ``` + conda install -c conda-forge gevent + ``` +
whitenoise (🥈38 · ⭐ 2.7K) - Radically simplified static file serving for Python web apps. MIT - [GitHub](https://github.com/evansd/whitenoise) (👨‍💻 71 · 🔀 150 · 📦 530K · 📋 260 - 13% open · ⏱️ 29.04.2026): @@ -586,16 +659,16 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (📥 11M / month · 📦 580 · ⏱️ 27.02.2026): +- [PyPi](https://pypi.org/project/whitenoise) (📥 12M / month · 📦 580 · ⏱️ 27.02.2026): ``` pip install whitenoise ``` -- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 220K · ⏱️ 27.02.2026): +- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 230K · ⏱️ 27.02.2026): ``` conda install -c conda-forge whitenoise ```
-
asgiref (🥈37 · ⭐ 1.6K) - ASGI specification and utilities. BSD-3 +
asgiref (🥈36 · ⭐ 1.6K) - ASGI specification and utilities. BSD-3 - [GitHub](https://github.com/django/asgiref) (👨‍💻 110 · 🔀 240 · 📦 1.1M · 📋 270 - 25% open · ⏱️ 23.02.2026): @@ -611,26 +684,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge asgiref ```
-
mangum (🥉33 · ⭐ 2.1K) - AWS Lambda support for ASGI applications. MIT +
mangum (🥉32 · ⭐ 2.1K) - AWS Lambda support for ASGI applications. MIT -- [GitHub](https://github.com/Kludex/mangum) (👨‍💻 34 · 🔀 130 · 📦 8.4K · 📋 180 - 15% open · ⏱️ 31.03.2026): +- [GitHub](https://github.com/Kludex/mangum) (👨‍💻 34 · 🔀 130 · 📦 8.5K · 📋 180 - 15% open · ⏱️ 31.03.2026): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (📥 5.6M / month · 📦 120 · ⏱️ 01.02.2026): +- [PyPi](https://pypi.org/project/mangum) (📥 5.7M / month · 📦 120 · ⏱️ 01.02.2026): ``` pip install mangum ```
-
Hypercorn (🥉27 · ⭐ 1.6K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (🥉29 · ⭐ 1.6K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 73 · 🔀 140 · 📦 13K · 📋 260 - 45% open · ⏱️ 08.11.2025): +- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 73 · 🔀 140 · 📦 13K · 📋 280 - 47% open · ⏱️ 08.11.2025): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (📥 4.9M / month): +- [PyPi](https://pypi.org/project/hypercorn) (📥 5M / month · 📦 160 · ⏱️ 08.11.2025): ``` pip install hypercorn ``` @@ -642,23 +715,22 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (📥 810K / month · 📦 350 · ⏱️ 18.12.2024): +- [PyPi](https://pypi.org/project/livereload) (📥 780K / month · 📦 350 · ⏱️ 18.12.2024): ``` pip install livereload ``` -- [Conda](https://anaconda.org/conda-forge/livereload) (📥 820K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/livereload) (📥 830K · ⏱️ 22.04.2025): ``` conda install -c conda-forge livereload ```
-
Show 6 hidden projects... +
Show 5 hidden projects... - gunicorn (🥇46 · ⭐ 11K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast.. ❗Unlicensed -- gevent (🥈38 · ⭐ 6.4K) - Coroutine-based concurrency library for Python. ❗Unlicensed -- waitress (🥉36 · ⭐ 1.6K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 +- waitress (🥈36 · ⭐ 1.6K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 - bjoern (🥉28 · ⭐ 3K · 💀) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 +- Meinheld (🥉25 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - django-devserver (🥉25 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver. BSD-3 -- Meinheld (🥉22 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server.. ❗Unlicensed

@@ -673,7 +745,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (📥 3.6M / month · 📦 290 · ⏱️ 17.04.2026): +- [PyPi](https://pypi.org/project/django-allauth) (📥 3.7M / month · 📦 290 · ⏱️ 17.04.2026): ``` pip install django-allauth ``` @@ -682,14 +754,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-allauth ```
-
pyjwt (🥇41 · ⭐ 5.6K) - JSON Web Token implementation in Python. MIT +
pyjwt (🥇41 · ⭐ 5.7K) - JSON Web Token implementation in Python. MIT - [GitHub](https://github.com/jpadilla/pyjwt) (👨‍💻 160 · 🔀 740 · 📦 810K · 📋 500 - 8% open · ⏱️ 31.03.2026): ``` git clone https://github.com/jpadilla/pyjwt ``` -- [PyPi](https://pypi.org/project/pyjwt) (📥 560M / month · 📦 8K · ⏱️ 13.03.2026): +- [PyPi](https://pypi.org/project/pyjwt) (📥 570M / month · 📦 8K · ⏱️ 13.03.2026): ``` pip install pyjwt ``` @@ -705,7 +777,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (📥 330M / month · 📦 1.7K · ⏱️ 19.06.2025): +- [PyPi](https://pypi.org/project/oauthlib) (📥 340M / month · 📦 1.7K · ⏱️ 19.06.2025): ``` pip install oauthlib ``` @@ -714,18 +786,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge oauthlib ```
-
authlib (🥇39 · ⭐ 5.3K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 +
authlib (🥇39 · ⭐ 5.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/authlib/authlib) (👨‍💻 140 · 🔀 530 · 📦 52K · 📋 540 - 21% open · ⏱️ 18.04.2026): +- [GitHub](https://github.com/authlib/authlib) (👨‍💻 140 · 🔀 530 · 📦 52K · 📋 540 - 20% open · ⏱️ 06.05.2026): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (📥 120M / month · 📦 1.4K · ⏱️ 18.04.2026): +- [PyPi](https://pypi.org/project/authlib) (📥 120M / month · 📦 1.4K · ⏱️ 06.05.2026): ``` pip install authlib ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (📥 290K · ⏱️ 18.04.2026): +- [Conda](https://anaconda.org/conda-forge/authlib) (📥 300K · ⏱️ 06.05.2026): ``` conda install -c conda-forge authlib ``` @@ -737,11 +809,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-guardian/django-guardian ``` -- [PyPi](https://pypi.org/project/django-guardian) (📥 890K / month · 📦 110 · ⏱️ 30.03.2026): +- [PyPi](https://pypi.org/project/django-guardian) (📥 920K / month · 📦 110 · ⏱️ 30.03.2026): ``` pip install django-guardian ``` -- [Conda](https://anaconda.org/conda-forge/django-guardian) (📥 130K · ⏱️ 30.03.2026): +- [Conda](https://anaconda.org/conda-forge/django-guardian) (📥 140K · ⏱️ 30.03.2026): ``` conda install -c conda-forge django-guardian ``` @@ -753,7 +825,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 380M / month · 📦 2K · ⏱️ 25.03.2024): +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 390M / month · 📦 2K · ⏱️ 25.03.2024): ``` pip install requests-oauthlib ``` @@ -762,6 +834,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests-oauthlib ```
+
google-auth (🥈36 · ⭐ 880) - This library has moved to https://github.com/googleapis/google-.. Apache-2 + +- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 170 · 🔀 350 · ⏱️ 06.03.2026): + + ``` + git clone https://github.com/googleapis/google-auth-library-python + ``` +- [PyPi](https://pypi.org/project/google-auth) (📥 470M / month · 📦 4.4K · ⏱️ 07.05.2026): + ``` + pip install google-auth + ``` +- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 14M · ⏱️ 07.05.2026): + ``` + conda install -c conda-forge google-auth + ``` +
flask-login (🥈35 · ⭐ 3.7K · 💤) - Flask user session management. MIT - [GitHub](https://github.com/maxcountryman/flask-login) (👨‍💻 120 · 🔀 800 · 📦 220K · 📋 430 - 3% open · ⏱️ 27.08.2025): @@ -773,7 +861,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install flask-login ``` -- [Conda](https://anaconda.org/conda-forge/flask-login) (📥 570K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flask-login) (📥 580K · ⏱️ 22.04.2025): ``` conda install -c conda-forge flask-login ``` @@ -785,7 +873,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 620K / month · 📦 26 · ⏱️ 15.03.2026): +- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 630K / month · 📦 26 · ⏱️ 15.03.2026): ``` pip install dj-rest-auth ``` @@ -796,12 +884,12 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi-users (🥈33 · ⭐ 6.1K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 78 · 🔀 490 · 📥 510 · 📦 5.6K · 📋 300 - 1% open · ⏱️ 27.03.2026): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 78 · 🔀 500 · 📥 510 · 📦 5.6K · 📋 300 - 1% open · ⏱️ 27.03.2026): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.8M / month): +- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.9M / month · 📦 42 · ⏱️ 27.03.2026): ``` pip install fastapi-users ``` @@ -810,126 +898,126 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge fastapi-users ```
-
Flask-HTTPAuth (🥈33 · ⭐ 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT - -- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 34 · 🔀 230 · 📦 22K · 📋 110 - 8% open · ⏱️ 07.04.2026): - - ``` - git clone https://github.com/miguelgrinberg/Flask-HTTPAuth - ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (📥 2.2M / month): - ``` - pip install flask-httpauth - ``` -- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 360K · ⏱️ 29.03.2026): - ``` - conda install -c conda-forge flask-httpauth - ``` -
-
pyotp (🥈32 · ⭐ 3.3K) - Python One-Time Password Library. MIT +
pyotp (🥈33 · ⭐ 3.3K) - Python One-Time Password Library. MIT - [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 48 · 🔀 350 · 📥 680 · 📦 27K · 📋 100 - 5% open · ⏱️ 03.01.2026): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (📥 24M / month · 📦 460 · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/pyotp) (📥 25M / month · 📦 460 · ⏱️ 27.07.2023): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 110K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyotp ```
-
djoser (🥈32 · ⭐ 2.7K · 💤) - REST implementation of Django authentication system. MIT +
flask-jwt-extended (🥈33 · ⭐ 1.6K) - An open source Flask extension that provides JWT.. MIT -- [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 460 · 📦 36K · 📋 490 - 31% open · ⏱️ 13.07.2025): +- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 96 · 🔀 250 · 📦 67K · 📋 400 - 4% open · ⏱️ 04.05.2026): ``` - git clone https://github.com/sunscrapers/djoser + git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/djoser) (📥 350K / month): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 12M / month · 📦 300 · ⏱️ 20.11.2024): ``` - pip install djoser + pip install flask-jwt-extended + ``` +- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 430K · ⏱️ 08.04.2026): + ``` + conda install -c conda-forge flask-jwt-extended ```
-
django-rest-knox (🥉31 · ⭐ 1.3K) - Authentication Module for django rest auth. MIT +
Flask-HTTPAuth (🥈33 · ⭐ 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT -- [GitHub](https://github.com/jazzband/django-rest-knox) (👨‍💻 64 · 🔀 220 · 📦 12K · 📋 170 - 14% open · ⏱️ 10.03.2026): +- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 34 · 🔀 230 · 📦 22K · 📋 110 - 8% open · ⏱️ 07.04.2026): ``` - git clone https://github.com/James1345/django-rest-knox + git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (📥 570K / month · 📦 46 · ⏱️ 10.03.2026): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 2.2M / month · 📦 240 · ⏱️ 28.03.2026): ``` - pip install django-rest-knox + pip install flask-httpauth + ``` +- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 370K · ⏱️ 29.03.2026): + ``` + conda install -c conda-forge flask-httpauth ```
-
google-auth (🥉30 · ⭐ 880) - This library has moved to https://github.com/googleapis/google-.. Apache-2 +
python-jose (🥈32 · ⭐ 1.8K · 💤) - A JOSE implementation in Python. MIT -- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 160 · 🔀 350 · ⏱️ 06.03.2026): +- [GitHub](https://github.com/mpdavis/python-jose) (👨‍💻 62 · 🔀 260 · 📋 190 - 55% open · ⏱️ 28.05.2025): ``` - git clone https://github.com/googleapis/google-auth-library-python + git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/google-auth) (📥 450M / month): +- [PyPi](https://pypi.org/project/python-jose) (📥 41M / month · 📦 1.1K · ⏱️ 28.05.2025): ``` - pip install google-auth + pip install python-jose ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 14M · ⏱️ 11.04.2026): +- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 2.6M · ⏱️ 29.05.2025): ``` - conda install -c conda-forge google-auth + conda install -c conda-forge python-jose ```
-
django-rest-framework-simplejwt (🥉27 · ⭐ 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT +
django-rest-framework-simplejwt (🥉31 · ⭐ 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 140 · 🔀 650 · 📋 520 - 20% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 140 · 🔀 700 · 📋 560 - 27% open · ⏱️ 23.03.2026): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 6.7M / month): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 6.8M / month · 📦 310 · ⏱️ 21.07.2025): ``` pip install djangorestframework-simplejwt ```
-
python-jose (🥉27 · ⭐ 1.7K · 💤) - A JOSE implementation in Python. MIT +
djoser (🥉31 · ⭐ 2.7K · 💤) - REST implementation of Django authentication system. MIT -- [GitHub](https://github.com/mpdavis/python-jose) (👨‍💻 62 · 🔀 250 · 📋 180 - 51% open · ⏱️ 28.05.2025): +- [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 470 · 📦 36K · 📋 530 - 37% open · ⏱️ 13.07.2025): ``` - git clone https://github.com/mpdavis/python-jose + git clone https://github.com/sunscrapers/djoser ``` -- [PyPi](https://pypi.org/project/python-jose) (📥 40M / month): +- [PyPi](https://pypi.org/project/djoser) (📥 350K / month · 📦 13 · ⏱️ 13.07.2025): ``` - pip install python-jose + pip install djoser ``` -- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 2.6M · ⏱️ 29.05.2025): +
+
django-rest-knox (🥉31 · ⭐ 1.3K) - Authentication Module for django rest auth. MIT + +- [GitHub](https://github.com/jazzband/django-rest-knox) (👨‍💻 64 · 🔀 220 · 📦 12K · 📋 170 - 14% open · ⏱️ 10.03.2026): + ``` - conda install -c conda-forge python-jose + git clone https://github.com/James1345/django-rest-knox + ``` +- [PyPi](https://pypi.org/project/django-rest-knox) (📥 590K / month · 📦 46 · ⏱️ 10.03.2026): + ``` + pip install django-rest-knox ```
-
django-cas-ng (🥉27 · ⭐ 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT +
django-cas-ng (🥉28 · ⭐ 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT -- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨‍💻 90 · 🔀 170 · 📥 790 · 📦 650 · 📋 170 - 4% open · ⏱️ 07.01.2026): +- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨‍💻 90 · 🔀 170 · 📥 790 · 📦 650 · 📋 160 - 2% open · ⏱️ 05.05.2026): ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (📥 54K / month · 📦 15 · ⏱️ 18.11.2025): +- [PyPi](https://pypi.org/project/django-cas-ng) (📥 52K / month · 📦 15 · ⏱️ 05.05.2026): ``` pip install django-cas-ng ```
-
django-rules (🥉24 · ⭐ 2K) - Awesome Django authorization, without the database. MIT +
django-rules (🥉27 · ⭐ 2K · 💤) - Awesome Django authorization, without the database. MIT -- [GitHub](https://github.com/dfunckt/django-rules) (👨‍💻 34 · 🔀 150 · 📋 120 - 25% open · ⏱️ 11.10.2025): +- [GitHub](https://github.com/dfunckt/django-rules) (👨‍💻 34 · 🔀 150 · 📋 130 - 32% open · ⏱️ 11.10.2025): ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (📥 480K / month): +- [PyPi](https://pypi.org/project/rules) (📥 500K / month · 📦 56 · ⏱️ 02.09.2024): ``` pip install rules ``` @@ -941,7 +1029,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 5.2K / month · 📦 10 · ⏱️ 28.05.2024): +- [PyPi](https://pypi.org/project/authomatic) (📥 4.7K / month · 📦 10 · ⏱️ 28.05.2024): ``` pip install authomatic ``` @@ -953,31 +1041,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (📥 48K / month): +- [PyPi](https://pypi.org/project/fastapi_login) (📥 50K / month · 📦 7 · ⏱️ 14.12.2024): ``` pip install fastapi_login ```
flask-praetorian (🥉22 · ⭐ 350 · 💤) - Strong, Simple, and Precise security for Flask APIs.. MIT -- [GitHub](https://github.com/dusktreader/flask-praetorian) (👨‍💻 27 · 🔀 47 · 📦 450 · 📋 150 - 2% open · ⏱️ 19.08.2025): +- [GitHub](https://github.com/dusktreader/flask-praetorian) (👨‍💻 27 · 🔀 47 · 📦 460 · 📋 150 - 2% open · ⏱️ 19.08.2025): ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (📥 4.5K / month · 📦 2 · ⏱️ 19.08.2025): +- [PyPi](https://pypi.org/project/flask-praetorian) (📥 5K / month · 📦 2 · ⏱️ 19.08.2025): ``` pip install flask-praetorian ```
-
flask_simplelogin (🥉17 · ⭐ 200 · 💤) - Simple Login - Login Extension for Flask. MIT +
flask_simplelogin (🥉21 · ⭐ 200) - Simple Login - Login Extension for Flask. MIT -- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 12 · 🔀 39 · 📦 140 · 📋 22 - 18% open · ⏱️ 09.08.2025): +- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 12 · 🔀 43 · 📦 140 · 📋 22 - 13% open · ⏱️ 04.05.2026): ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 41K / month): +- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 40K / month · 📦 4 · ⏱️ 04.05.2026): ``` pip install flask_simplelogin ``` @@ -989,28 +1077,27 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cd34/apex ``` -- [PyPi](https://pypi.org/project/apex) (📥 9K / month · 📦 24 · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/apex) (📥 8.8K / month · 📦 24 · ⏱️ 15.12.2021): ``` pip install apex ```
-
Show 16 hidden projects... +
Show 15 hidden projects... - django-oauth-toolkit (🥈34 · ⭐ 3.3K) - OAuth2 goodies for the Djangonauts!. ❗Unlicensed -- flask-jwt-extended (🥈34 · ⭐ 1.6K · 💀) - An open source Flask extension that provides JWT.. MIT -- python-social-auth (🥈32 · ⭐ 2.8K · 💀) - Social auth made simple. BSD-3 -- oauth2client (🥈32 · ⭐ 800 · 💀) - This is a Python library for accessing resources protected.. Apache-2 -- django-rest-framework-jwt (🥉31 · ⭐ 3.2K · 💀) - JSON Web Token Authentication support for Django REST.. MIT +- python-social-auth (🥈33 · ⭐ 2.8K · 💀) - Social auth made simple. BSD-3 +- oauth2client (🥉31 · ⭐ 800 · 💀) - This is a Python library for accessing resources protected.. Apache-2 +- django-rest-framework-jwt (🥉29 · ⭐ 3.2K · 💀) - JSON Web Token Authentication support for Django REST.. MIT - flask-dance (🥉29 · ⭐ 1K · 💀) - Doing the OAuth dance with style using Flask, requests, and.. MIT -- rauth (🥉27 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT - Flask-User (🥉26 · ⭐ 1.1K · 💀) - Customizable User Authorization & User Management: Register,.. MIT +- rauth (🥉25 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT +- Flask-OpenID (🥉25 · ⭐ 230 · 💀) - Flask-OpenID adds openid support to flask applications. BSD-3 - python-oauth2 (🥉24 · ⭐ 3K · 💀) - A fully tested, abstract interface to creating OAuth clients.. MIT - django-stronghold (🥉23 · ⭐ 400 · 💀) - Get inside your stronghold and make all your Django.. MIT - velruse (🥉23 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications. MIT -- Flask-OpenID (🥉23 · ⭐ 230 · 💀) - Flask-OpenID adds openid support to flask applications. ❗Unlicensed -- fastapi-jwt-auth (🥉18 · ⭐ 820 · 💀) - FastAPI extension that provides JWT Auth support.. MIT -- python-jwt (🥉16 · ⭐ 220 · 💀) - Python module for generating and verifying JSON Web Tokens. MIT -- fastapi-permissions (🥉15 · ⭐ 660 · 💀) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE +- fastapi-jwt-auth (🥉21 · ⭐ 820 · 💀) - FastAPI extension that provides JWT Auth support.. MIT +- python-jwt (🥉20 · ⭐ 220 · 💀) - Python module for generating and verifying JSON Web Tokens. MIT +- fastapi-permissions (🥉14 · ⭐ 660 · 💀) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE - pyramid_jwt (🥉14 · ⭐ 75 · 💀) - JWT authentication for Pyramid. BSD-2

@@ -1019,14 +1106,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
WeasyPrint (🥇40 · ⭐ 8.9K) - The awesome document factory. BSD-3 +
WeasyPrint (🥇41 · ⭐ 9K) - The awesome document factory. BSD-3 - [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 180 · 🔀 800 · 📥 28K · 📦 30K · 📋 2.2K - 7% open · ⏱️ 28.04.2026): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (📥 23M / month): +- [PyPi](https://pypi.org/project/weasyprint) (📥 24M / month · 📦 700 · ⏱️ 06.02.2026): ``` pip install weasyprint ``` @@ -1035,36 +1122,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge weasyprint ```
-
bleach (🥈38 · ⭐ 2.8K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 +
lxml (🥇41 · ⭐ 3K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 79 · 🔀 260 · 📦 410K · 📋 390 - 0% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/lxml/lxml) (👨‍💻 180 · 🔀 610 · 📥 8.5K · 📦 610K · ⏱️ 03.05.2026): ``` - git clone https://github.com/mozilla/bleach + git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/bleach) (📥 66M / month · 📦 1.9K · ⏱️ 27.10.2025): +- [PyPi](https://pypi.org/project/lxml) (📥 340M / month · 📦 20K · ⏱️ 18.04.2026): ``` - pip install bleach + pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/bleach) (📥 27M · ⏱️ 10.02.2026): +- [Conda](https://anaconda.org/conda-forge/lxml) (📥 20M · ⏱️ 18.04.2026): ``` - conda install -c conda-forge bleach + conda install -c conda-forge lxml ```
-
lxml (🥈37 · ⭐ 3K) - The lxml XML toolkit for Python. BSD-3 +
bleach (🥈38 · ⭐ 2.8K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/lxml/lxml) (👨‍💻 180 · 🔀 610 · 📥 8.4K · 📦 610K · ⏱️ 24.04.2026): +- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 79 · 🔀 260 · 📦 410K · 📋 390 - 0% open · ⏱️ 01.05.2026): ``` - git clone https://github.com/lxml/lxml + git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/lxml) (📦 20K · ⏱️ 18.04.2026): +- [PyPi](https://pypi.org/project/bleach) (📥 68M / month · 📦 1.9K · ⏱️ 27.10.2025): ``` - pip install lxml + pip install bleach ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (📥 20M · ⏱️ 18.04.2026): +- [Conda](https://anaconda.org/conda-forge/bleach) (📥 27M · ⏱️ 10.02.2026): ``` - conda install -c conda-forge lxml + conda install -c conda-forge bleach ```
markupsafe (🥈37 · ⭐ 690 · 💤) - Safely add untrusted strings to HTML/XML markup. BSD-3 @@ -1074,23 +1161,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pallets/markupsafe ``` -- [PyPi](https://pypi.org/project/markupsafe) (📥 610M / month · 📦 5.3K · ⏱️ 27.09.2025): +- [PyPi](https://pypi.org/project/markupsafe) (📥 630M / month · 📦 5.3K · ⏱️ 27.09.2025): ``` pip install markupsafe ``` -- [Conda](https://anaconda.org/conda-forge/markupsafe) (📥 73M · ⏱️ 02.03.2026): +- [Conda](https://anaconda.org/conda-forge/markupsafe) (📥 74M · ⏱️ 02.03.2026): ``` conda install -c conda-forge markupsafe ```
xhtml2pdf (🥉35 · ⭐ 2.4K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 170 · 🔀 620 · 📥 94 · 📦 21K · 📋 450 - 28% open · ⏱️ 19.01.2026): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 170 · 🔀 650 · 📥 95 · 📦 21K · 📋 460 - 29% open · ⏱️ 19.01.2026): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 3.4M / month): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 3.5M / month · 📦 140 · ⏱️ 23.02.2025): ``` pip install xhtml2pdf ``` @@ -1101,33 +1188,48 @@ _General purpose web frameworks to build web applications and REST APIs._
selectolax (🥉31 · ⭐ 1.6K) - Python binding to Modest and Lexbor engines. Fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 26 · 🔀 91 · 📦 2.8K · 📋 150 - 7% open · ⏱️ 18.03.2026): +- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 26 · 🔀 91 · 📦 2.9K · 📋 150 - 6% open · ⏱️ 07.05.2026): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (📥 4.8M / month): +- [PyPi](https://pypi.org/project/selectolax) (📥 5.7M / month · 📦 320 · ⏱️ 04.05.2026): ``` pip install selectolax ```
-
html5-parser (🥉22 · ⭐ 700) - Fast C based HTML 5 parsing for python. Apache-2 +
pyquery (🥉30 · ⭐ 2.4K) - A jquery-like library for python. BSD-3 + +- [GitHub](https://github.com/gawel/pyquery) (👨‍💻 53 · 🔀 190 · 📦 28K · 📋 190 - 28% open · ⏱️ 18.02.2026): + + ``` + git clone https://github.com/gawel/pyquery + ``` +- [PyPi](https://pypi.org/project/pyquery) (📥 2.1M / month · 📦 520 · ⏱️ 30.08.2024): + ``` + pip install pyquery + ``` +- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 100K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pyquery + ``` +
+
html5-parser (🥉24 · ⭐ 700) - Fast C based HTML 5 parsing for python. Apache-2 -- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 7 · 🔀 37 · 📦 910 · 📋 27 - 3% open · ⏱️ 30.03.2026): +- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 7 · 🔀 40 · 📦 910 · 📋 27 - 3% open · ⏱️ 30.03.2026): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (📥 9K / month): +- [PyPi](https://pypi.org/project/html5-parser) (📥 16K / month · 📦 11 · ⏱️ 19.11.2023): ``` pip install html5-parser ```
-
Show 3 hidden projects... +
Show 2 hidden projects... - html5lib-python (🥉34 · ⭐ 1.2K · 💀) - Standards-compliant library for parsing and serializing.. MIT -- pyquery (🥉28 · ⭐ 2.4K) - A jquery-like library for python. ❗Unlicensed -- Requests-HTML (🥉26 · ⭐ 14K · 💀) - Pythonic HTML Parsing for Humans. MIT +- Requests-HTML (🥉31 · ⭐ 14K · 💀) - Pythonic HTML Parsing for Humans. MIT

@@ -1135,30 +1237,46 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
tldextract (🥇36 · ⭐ 2K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 +
Yarl (🥇37 · ⭐ 1.5K · 📈) - Yet another URL library. Apache-2 + +- [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 130 · 🔀 190 · 📥 1.7K · 📋 290 - 18% open · ⏱️ 20.04.2026): + + ``` + git clone https://github.com/aio-libs/yarl + ``` +- [PyPi](https://pypi.org/project/yarl) (📥 500M / month · 📦 3.3K · ⏱️ 01.03.2026): + ``` + pip install yarl + ``` +- [Conda](https://anaconda.org/conda-forge/yarl) (📥 25M · ⏱️ 02.03.2026): + ``` + conda install -c conda-forge yarl + ``` +
+
tldextract (🥈36 · ⭐ 2K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 53 · 🔀 210 · 📦 44K · 📋 220 - 7% open · ⏱️ 21.04.2026): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 53 · 🔀 210 · 📦 44K · 📋 220 - 8% open · ⏱️ 21.04.2026): ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (📥 29M / month): +- [PyPi](https://pypi.org/project/tldextract) (📥 30M / month · 📦 880 · ⏱️ 28.12.2025): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 800K · ⏱️ 29.12.2025): +- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 810K · ⏱️ 29.12.2025): ``` conda install -c conda-forge tldextract ```
shortuuid (🥈31 · ⭐ 2.2K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 37 · 🔀 120 · 📦 36K · ⏱️ 01.12.2025): +- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 37 · 🔀 120 · 📦 36K · 📋 69 - 2% open · ⏱️ 01.12.2025): ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (📥 11M / month): +- [PyPi](https://pypi.org/project/shortuuid) (📥 12M / month · 📦 590 · ⏱️ 11.03.2024): ``` pip install shortuuid ``` @@ -1167,14 +1285,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge shortuuid ```
-
uritemplate (🥈28 · ⭐ 250) - URI template parsing per RFC6570. BSD-3 +
uritemplate (🥉28 · ⭐ 250) - URI template parsing per RFC6570. BSD-3 - [GitHub](https://github.com/python-hyper/uritemplate) (👨‍💻 22 · 🔀 37 · 📥 5 · 📋 35 - 17% open · ⏱️ 28.04.2026): ``` git clone https://github.com/python-hyper/uritemplate ``` -- [PyPi](https://pypi.org/project/uritemplate) (📥 140M / month · 📦 570 · ⏱️ 02.06.2025): +- [PyPi](https://pypi.org/project/uritemplate) (📥 150M / month · 📦 570 · ⏱️ 02.06.2025): ``` pip install uritemplate ``` @@ -1183,10 +1301,25 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge uritemplate ```
-
Show 2 hidden projects... +
furl (🥉27 · ⭐ 2.8K) - The easiest way to parse and modify URLs in Python. Unlicense + +- [GitHub](https://github.com/gruns/furl) (👨‍💻 16 · 🔀 160 · 📋 130 - 31% open · ⏱️ 22.02.2026): + + ``` + git clone https://github.com/gruns/furl + ``` +- [PyPi](https://pypi.org/project/furl) (📥 4.8M / month · 📦 500 · ⏱️ 09.03.2025): + ``` + pip install furl + ``` +- [Conda](https://anaconda.org/conda-forge/furl) (📥 750K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge furl + ``` +
+
Show 1 hidden projects... -- purl (🥉23 · ⭐ 300 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT -- furl (🥉22 · ⭐ 2.8K) - The easiest way to parse and modify URLs in Python. ❗Unlicensed +- purl (🥉25 · ⭐ 300 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT

@@ -1196,43 +1329,43 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 OpenAPI-Specification ( ⭐ 31K) - The OpenAPI Specification Repository. -
OpenAPI Generator (🥇40 · ⭐ 26K) - OpenAPI Generator allows generation of API client.. Apache-2 +
OpenAPI Generator (🥇44 · ⭐ 26K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3.8K · 🔀 7.3K · 📥 320 · 📦 5 · 📋 9.8K - 51% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3.8K · 🔀 7.5K · 📥 420 · 📦 5 · 📋 10K - 54% open · ⏱️ 07.05.2026): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 730K / month): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 770K / month · 📦 25 · ⏱️ 29.04.2026): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 5.6M / month): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 5.7M / month · 📦 1.5K · ⏱️ 28.04.2026): ``` npm install @openapitools/openapi-generator-cli ```
-
swagger-ui (🥇37 · ⭐ 29K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 +
datamodel-code-generator (🥇38 · ⭐ 3.9K) - Python data model generator (Pydantic, dataclasses,.. MIT -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 620 · 🔀 8.6K · 📦 38K · 📋 5.7K - 22% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 200 · 🔀 440 · 📦 3.4K · 📋 820 - 4% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/swagger-api/swagger-ui + git clone https://github.com/koxudaxi/datamodel-code-generator + ``` +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 13M / month · 📦 510 · ⏱️ 07.05.2026): + ``` + pip install datamodel-code-generator ```
-
datamodel-code-generator (🥇37 · ⭐ 3.9K) - Python data model generator (Pydantic, dataclasses,.. MIT +
swagger-ui (🥇37 · ⭐ 29K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 200 · 🔀 430 · 📦 3.3K · 📋 810 - 5% open · ⏱️ 22.04.2026): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 620 · 🔀 9.3K · 📦 38K · 📋 5.9K - 24% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/koxudaxi/datamodel-code-generator - ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 13M / month): - ``` - pip install datamodel-code-generator + git clone https://github.com/swagger-api/swagger-ui ```
-
drf-spectacular (🥇37 · ⭐ 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
drf-spectacular (🥈36 · ⭐ 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 - [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 140 · 🔀 320 · 📦 140K · 📋 1.1K - 19% open · ⏱️ 14.04.2026): @@ -1243,51 +1376,51 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (📥 87K · ⏱️ 02.11.2025): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (📥 88K · ⏱️ 02.11.2025): ``` conda install -c conda-forge drf-spectacular ```
-
connexion (🥈34 · ⭐ 4.6K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 +
apispec (🥈36 · ⭐ 1.2K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 240 · 🔀 780 · 📦 17K · 📋 1.1K - 12% open · ⏱️ 25.04.2026): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 97 · 🔀 190 · 📦 20K · 📋 280 - 10% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/zalando/connexion + git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/connexion) (📥 12M / month · 📦 220 · ⏱️ 13.10.2025): +- [PyPi](https://pypi.org/project/apispec) (📥 15M / month · 📦 390 · ⏱️ 06.03.2026): ``` - pip install connexion + pip install apispec ``` -- [Conda](https://anaconda.org/conda-forge/connexion) (📥 620K · ⏱️ 31.12.2025): +- [Conda](https://anaconda.org/conda-forge/apispec) (📥 1.6M · ⏱️ 07.03.2026): ``` - conda install -c conda-forge connexion + conda install -c conda-forge apispec ```
-
apispec (🥈34 · ⭐ 1.2K) - A pluggable API specification generator. Currently supports the.. MIT +
connexion (🥈34 · ⭐ 4.6K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 97 · 🔀 190 · 📦 20K · 📋 280 - 9% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 240 · 🔀 780 · 📦 17K · 📋 1.1K - 12% open · ⏱️ 25.04.2026): ``` - git clone https://github.com/marshmallow-code/apispec + git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/apispec) (📥 15M / month): +- [PyPi](https://pypi.org/project/connexion) (📥 12M / month · 📦 220 · ⏱️ 13.10.2025): ``` - pip install apispec + pip install connexion ``` -- [Conda](https://anaconda.org/conda-forge/apispec) (📥 1.6M · ⏱️ 07.03.2026): +- [Conda](https://anaconda.org/conda-forge/connexion) (📥 630K · ⏱️ 31.12.2025): ``` - conda install -c conda-forge apispec + conda install -c conda-forge connexion ```
OpenAPI Spec validator (🥈33 · ⭐ 400) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 -- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (👨‍💻 46 · 🔀 72 · 📦 11K · 📋 130 - 29% open · ⏱️ 24.04.2026): +- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (👨‍💻 46 · 🔀 72 · 📦 11K · 📋 130 - 29% open · ⏱️ 03.05.2026): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 45M / month): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 45M / month · 📦 410 · ⏱️ 24.04.2026): ``` pip install openapi-spec-validator ``` @@ -1298,23 +1431,23 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-core (🥈33 · ⭐ 360) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 72 · 🔀 140 · 📦 2.3K · 📋 260 - 24% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 72 · 🔀 140 · 📦 2.3K · 📋 260 - 24% open · ⏱️ 03.05.2026): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (📥 7.6M / month · 📦 130 · ⏱️ 02.04.2026): +- [PyPi](https://pypi.org/project/openapi-core) (📥 7.5M / month · 📦 130 · ⏱️ 02.04.2026): ``` pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 62K · ⏱️ 03.04.2026): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 63K · ⏱️ 03.04.2026): ``` conda install -c conda-forge openapi-core ```
swagger-codegen (🥉32 · ⭐ 18K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 5.8K · 📦 23 · 📋 6.6K - 46% open · ⏱️ 21.04.2026): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 6K · 📦 23 · 📋 6.9K - 49% open · ⏱️ 07.05.2026): ``` git clone https://github.com/swagger-api/swagger-codegen @@ -1327,65 +1460,65 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 2.2M / month · 📦 97 · ⏱️ 05.03.2026): +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 2.4M / month · 📦 97 · ⏱️ 05.03.2026): ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 89K · ⏱️ 06.03.2026): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 90K · ⏱️ 06.03.2026): ``` conda install -c conda-forge openapi-python-client ```
-
redoc (🥉31 · ⭐ 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT +
AutoRest (🥉31 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 230 · 🔀 2.3K · 📥 150 · 📦 14K · 📋 1.9K - 20% open · ⏱️ 05.11.2025): +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 180 · 🔀 740 · 📥 77K · 📦 980 · 📋 2.2K - 2% open · ⏱️ 24.04.2026): ``` - git clone https://github.com/Redocly/redoc + git clone https://github.com/Azure/autorest ```
-
AutoRest (🥉31 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT +
redoc (🥉30 · ⭐ 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 180 · 🔀 710 · 📥 77K · 📦 980 · 📋 2.2K - 2% open · ⏱️ 24.04.2026): +- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 230 · 🔀 2.4K · 📥 150 · 📦 14K · 📋 2K - 22% open · ⏱️ 05.11.2025): ``` - git clone https://github.com/Azure/autorest + git clone https://github.com/Redocly/redoc ```
Spectree (🥉25 · ⭐ 360) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 49 · 🔀 84 · 📦 140 · 📋 130 - 6% open · ⏱️ 20.04.2026): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 50 · 🔀 86 · 📦 140 · 📋 130 - 9% open · ⏱️ 20.04.2026): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 260K / month): +- [PyPi](https://pypi.org/project/spectree) (📥 270K / month · 📦 10 · ⏱️ 16.12.2025): ``` pip install spectree ```
-
pyramid_openapi3 (🥉23 · ⭐ 84) - Pyramid addon for OpenAPI3 validation of requests and.. MIT +
Spectacle (🥉24 · ⭐ 1.3K) - Precision documentation from OpenAPI, MCP, Doxygen, and.. ❗️AGPL-3.0 -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 28 · 🔀 48 · 📦 130 · 📋 87 - 29% open · ⏱️ 13.04.2026): +- [GitHub](https://github.com/sourcey/sourcey) (👨‍💻 42 · 🔀 320 · 📥 5 · 📦 4 · 📋 130 - 3% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/Pylons/pyramid_openapi3 + git clone https://github.com/sourcey/spectacle ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 52K / month · ⏱️ 29.07.2025): +- [npm](https://www.npmjs.com/package/spectacle-docs) (📥 970 / month · 📦 8 · ⏱️ 10.03.2020): ``` - pip install pyramid_openapi3 + npm install spectacle-docs ```
-
Spectacle (🥉20 · ⭐ 1.3K) - Precision documentation from OpenAPI, MCP, Doxygen, and.. ❗️AGPL-3.0 +
pyramid_openapi3 (🥉23 · ⭐ 84) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- [GitHub](https://github.com/sourcey/sourcey) (👨‍💻 41 · 🔀 220 · 📦 3 · 📋 130 - 23% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 28 · 🔀 48 · 📦 130 · 📋 87 - 29% open · ⏱️ 13.04.2026): ``` - git clone https://github.com/sourcey/spectacle + git clone https://github.com/Pylons/pyramid_openapi3 ``` -- [npm](https://www.npmjs.com/package/spectacle-docs) (📥 1K / month): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 56K / month · ⏱️ 29.07.2025): ``` - npm install spectacle-docs + pip install pyramid_openapi3 ```
pyramid_swagger (🥉17 · ⭐ 62) - Convenient tools for using Swagger to define and validate.. BSD-3 @@ -1395,17 +1528,17 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/striglia/pyramid_swagger ``` -- [PyPi](https://pypi.org/project/pyramid_swagger) (📥 9.6K / month · ⏱️ 08.05.2024): +- [PyPi](https://pypi.org/project/pyramid_swagger) (📥 8.2K / month · ⏱️ 08.05.2024): ``` pip install pyramid_swagger ```
Show 6 hidden projects... -- drf-yasg (🥈34 · ⭐ 3.5K) - Automated generation of real Swagger/OpenAPI 2.0.. ❗Unlicensed +- drf-yasg (🥈33 · ⭐ 3.5K) - Automated generation of real Swagger/OpenAPI 2.0.. ❗Unlicensed - flasgger (🥉32 · ⭐ 3.7K · 💀) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT -- django-rest-swagger (🥉31 · ⭐ 2.6K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2 -- apistar (🥉29 · ⭐ 5.6K · 💀) - The Web API toolkit. BSD-3 +- django-rest-swagger (🥉29 · ⭐ 2.6K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2 +- apistar (🥉28 · ⭐ 5.6K · 💀) - The Web API toolkit. BSD-3 - OpenAPI-to-GraphQL (🥉27 · ⭐ 1.6K · 💀) - Translate APIs described by OpenAPI Specifications.. MIT - flask-swagger (🥉25 · ⭐ 460 · 💀) - A swagger 2.0 spec extractor for flask. MIT
@@ -1419,16 +1552,28 @@ _General purpose web frameworks to build web applications and REST APIs._
ariadne (🥇37 · ⭐ 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 87 · 🔀 190 · 📥 260 · 📦 2K · 📋 340 - 8% open · ⏱️ 22.04.2026): +- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 87 · 🔀 190 · 📥 270 · 📦 2K · 📋 340 - 8% open · ⏱️ 22.04.2026): ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 3.9M / month · 📦 100 · ⏱️ 14.04.2026): +- [PyPi](https://pypi.org/project/ariadne) (📥 3.8M / month · 📦 100 · ⏱️ 06.05.2026): ``` pip install ariadne ```
+
Strawberry GraphQL (🥈36 · ⭐ 4.7K) - A GraphQL library for Python that leverages type.. MIT + +- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 330 · 🔀 640 · 📥 720 · 📋 1.2K - 36% open · ⏱️ 07.05.2026): + + ``` + git clone https://github.com/strawberry-graphql/strawberry + ``` +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 6.1M / month · 📦 220 · ⏱️ 29.04.2026): + ``` + pip install strawberry-graphql + ``` +
graphql-core (🥈34 · ⭐ 530) - A Python 3 port of the GraphQL.js reference implementation of.. MIT - [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 45 · 🔀 140 · 📦 41K · 📋 170 - 17% open · ⏱️ 21.04.2026): @@ -1436,7 +1581,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (📥 70M / month · 📦 560 · ⏱️ 05.03.2026): +- [PyPi](https://pypi.org/project/graphql-core) (📥 71M / month · 📦 560 · ⏱️ 05.03.2026): ``` pip install graphql-core ``` @@ -1445,21 +1590,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphql-core ```
-
Strawberry GraphQL (🥈33 · ⭐ 4.6K) - A GraphQL library for Python that leverages type.. MIT - -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 320 · 🔀 630 · 📥 700 · 📋 1.2K - 32% open · ⏱️ 29.04.2026): - - ``` - git clone https://github.com/strawberry-graphql/strawberry - ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 5.9M / month): - ``` - pip install strawberry-graphql - ``` -
-
graphene-django (🥈33 · ⭐ 4.4K · 💤) - Build powerful, efficient, and flexible GraphQL APIs.. MIT +
graphene-django (🥈30 · ⭐ 4.4K · 💤) - Build powerful, efficient, and flexible GraphQL APIs.. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 220 · 🔀 770 · 📦 16K · 📋 840 - 18% open · ⏱️ 23.06.2025): +- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 220 · 🔀 770 · 📋 840 - 18% open · ⏱️ 23.06.2025): ``` git clone https://github.com/graphql-python/graphene-django @@ -1468,19 +1601,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install graphene-django ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 62K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 63K · ⏱️ 22.04.2025): ``` conda install -c conda-forge graphene-django ```
-
graphene-mongo (🥉25 · ⭐ 290) - Graphene MongoEngine integration. MIT +
graphene-mongo (🥉24 · ⭐ 290) - Graphene MongoEngine integration. MIT - [GitHub](https://github.com/graphql-python/graphene-mongo) (👨‍💻 38 · 🔀 110 · 📦 370 · 📋 94 - 22% open · ⏱️ 03.01.2026): ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (📥 19K / month · 📦 3 · ⏱️ 03.01.2026): +- [PyPi](https://pypi.org/project/graphene-mongo) (📥 20K / month · 📦 3 · ⏱️ 03.01.2026): ``` pip install graphene-mongo ``` @@ -1494,13 +1627,13 @@ _General purpose web frameworks to build web applications and REST APIs._ - graphene (🥇37 · ⭐ 8.2K · 💀) - GraphQL framework for Python. MIT - flask-graphql (🥈26 · ⭐ 1.3K · 💀) - Adds GraphQL support to your Flask application. MIT - graphql-relay-py (🥉24 · ⭐ 140 · 💀) - A library to help construct a graphql-py server supporting.. MIT -- tartiflette (🥉19 · ⭐ 850 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio. MIT -- graphene-pydantic (🥉18 · ⭐ 250 · 💀) - Integrate GraphQL with your Pydantic models. ❗Unlicensed +- tartiflette (🥉21 · ⭐ 860 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio. MIT +- django-graphql-auth (🥉21 · ⭐ 330 · 💀) - Django registration and authentication with GraphQL. MIT +- python-graphql-client (🥉21 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+. MIT - Flask-GraphQL-Auth (🥉17 · ⭐ 63 · 💀) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT - tartiflette-aiohttp (🥉17 · ⭐ 62 · 💀) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT -- django-graphql-auth (🥉16 · ⭐ 330 · 💀) - Django registration and authentication with GraphQL. MIT -- python-graphql-client (🥉16 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+. MIT -- tartiflette-asgi (🥉16 · ⭐ 99 · 💀) - ASGI support for the Tartiflette GraphQL engine. MIT +- graphene-pydantic (🥉16 · ⭐ 250 · 💀) - Integrate GraphQL with your Pydantic models. Apache-2 +- tartiflette-asgi (🥉15 · ⭐ 99 · 💀) - ASGI support for the Tartiflette GraphQL engine. MIT

@@ -1515,23 +1648,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 330M / month · 📦 7.7K · ⏱️ 10.01.2026): +- [PyPi](https://pypi.org/project/websockets) (📥 350M / month · 📦 7.7K · ⏱️ 10.01.2026): ``` pip install websockets ``` -- [Conda](https://anaconda.org/conda-forge/websockets) (📥 6.6M · ⏱️ 10.01.2026): +- [Conda](https://anaconda.org/conda-forge/websockets) (📥 6.7M · ⏱️ 10.01.2026): ``` conda install -c conda-forge websockets ```
websocket-client (🥇38 · ⭐ 3.7K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (👨‍💻 230 · 🔀 760 · 📦 330K · 📋 680 - 3% open · ⏱️ 27.01.2026): +- [GitHub](https://github.com/websocket-client/websocket-client) (👨‍💻 230 · 🔀 780 · 📦 330K · 📋 690 - 4% open · ⏱️ 04.05.2026): ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (📥 270M / month): +- [PyPi](https://pypi.org/project/websocket-client) (📥 270M / month · 📦 3.9K · ⏱️ 07.10.2025): ``` pip install websocket-client ``` @@ -1540,14 +1673,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge websocket-client ```
-
Flask-SocketIO (🥈36 · ⭐ 5.5K) - Socket.IO integration for Flask applications. MIT +
Flask-SocketIO (🥈35 · ⭐ 5.5K) - Socket.IO integration for Flask applications. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 71 · 🔀 880 · 📦 61K · 📋 1.6K - 0% open · ⏱️ 21.02.2026): +- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 71 · 🔀 900 · 📦 61K · 📋 1.6K - 0% open · ⏱️ 21.02.2026): ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (📥 4.4M / month): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 4.6M / month · 📦 760 · ⏱️ 21.02.2026): ``` pip install flask-socketio ``` @@ -1556,30 +1689,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-socketio ```
-
python-socketio (🥈36 · ⭐ 4.3K) - Python Socket.IO server and client. MIT +
python-socketio (🥈35 · ⭐ 4.3K) - Python Socket.IO server and client. MIT - [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 86 · 🔀 630 · 📦 69K · 📋 860 - 0% open · ⏱️ 08.04.2026): ``` git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/python-socketio) (📥 21M / month · 📦 970 · ⏱️ 06.02.2026): +- [PyPi](https://pypi.org/project/python-socketio) (📥 22M / month · 📦 970 · ⏱️ 06.02.2026): ``` pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 960K · ⏱️ 07.02.2026): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 970K · ⏱️ 07.02.2026): ``` conda install -c conda-forge python-socketio ```
-
daphne (🥈33 · ⭐ 2.7K · 💤) - Django Channels HTTP/WebSocket server. BSD-3 +
daphne (🥈33 · ⭐ 2.7K) - Django Channels HTTP/WebSocket server. BSD-3 -- [GitHub](https://github.com/django/daphne) (👨‍💻 78 · 🔀 280 · 📦 40K · 📋 340 - 8% open · ⏱️ 17.09.2025): +- [GitHub](https://github.com/django/daphne) (👨‍💻 78 · 🔀 280 · 📦 40K · 📋 350 - 10% open · ⏱️ 06.05.2026): ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (📥 4.1M / month): +- [PyPi](https://pypi.org/project/daphne) (📥 4.3M / month · 📦 140 · ⏱️ 02.07.2025): ``` pip install daphne ``` @@ -1599,19 +1732,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpx-ws ``` -- [Conda](https://anaconda.org/conda-forge/httpx-ws) (📥 50K · ⏱️ 28.03.2026): +- [Conda](https://anaconda.org/conda-forge/httpx-ws) (📥 51K · ⏱️ 28.03.2026): ``` conda install -c conda-forge httpx-ws ```
-
websockify (🥉27 · ⭐ 4.4K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 +
websockify (🥉26 · ⭐ 4.4K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 -- [GitHub](https://github.com/novnc/websockify) (👨‍💻 100 · 🔀 780 · 📦 45 · 📋 380 - 8% open · ⏱️ 11.02.2026): +- [GitHub](https://github.com/novnc/websockify) (👨‍💻 100 · 🔀 830 · 📦 45 · 📋 390 - 10% open · ⏱️ 11.02.2026): ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (📥 290K / month): +- [PyPi](https://pypi.org/project/websockify) (📥 290K / month · 📦 22 · ⏱️ 26.05.2025): ``` pip install websockify ``` @@ -1623,10 +1756,10 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... - autobahn-python (🥉32 · ⭐ 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio. ❗Unlicensed -- gevent-socketio (🥉24 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio. BSD-3 -- sockjs-tornado (🥉24 · ⭐ 850 · 💀) - WebSocket emulation - Python server. MIT -- tornadio2 (🥉18 · ⭐ 520 · 💀) - Python socket.io server implementation on top of Tornado.. Apache-2 -- flask-sockets (🥉17 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:.. MIT +- gevent-socketio (🥉26 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio. BSD-3 +- sockjs-tornado (🥉26 · ⭐ 850 · 💀) - WebSocket emulation - Python server. MIT +- flask-sockets (🥉22 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:.. MIT +- tornadio2 (🥉20 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado.. Apache-2

@@ -1636,12 +1769,12 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇50 · ⭐ 45K) - C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (👨‍💻 1.1K · 🔀 11K · 📦 7.1K · 📋 13K - 10% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 1.1K · 🔀 11K · 📦 7.1K · 📋 13K - 10% open · ⏱️ 07.05.2026): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (📥 430M / month · 📦 6K · ⏱️ 30.03.2026): +- [PyPi](https://pypi.org/project/grpcio) (📥 440M / month · 📦 6K · ⏱️ 30.03.2026): ``` pip install grpcio ``` @@ -1668,12 +1801,12 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi-jsonrpc (🥉24 · ⭐ 420) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 16 · 🔀 37 · 📦 80 · 📋 48 - 22% open · ⏱️ 17.04.2026): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 16 · 🔀 37 · 📦 81 · 📋 48 - 22% open · ⏱️ 17.04.2026): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 20K / month · 📦 10 · ⏱️ 17.04.2026): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 17K / month · 📦 10 · ⏱️ 17.04.2026): ``` pip install fastapi-jsonrpc ``` @@ -1685,14 +1818,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/unum-cloud/ucall ``` -- [PyPi](https://pypi.org/project/ucall) (📥 510 / month · 📦 1 · ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/ucall) (📥 570 / month · 📦 1 · ⏱️ 15.04.2024): ``` pip install ucall ```
Show 1 hidden projects... -- spyne (🥉27 · ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on.. ❗Unlicensed +- spyne (🥉28 · ⭐ 1.1K · 💤) - A transport agnostic sync/async RPC library that focuses on.. ❗️LGPL-2.1

@@ -1700,14 +1833,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
chalice (🥇33 · ⭐ 11K · 💤) - Python Serverless Microframework for AWS. Apache-2 +
chalice (🥇35 · ⭐ 11K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (👨‍💻 210 · 🔀 1K · 📦 3.3K · 📋 1.3K - 37% open · ⏱️ 29.05.2025): +- [GitHub](https://github.com/aws/chalice) (👨‍💻 210 · 🔀 1K · 📦 3.3K · 📋 1.3K - 36% open · ⏱️ 06.05.2026): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 390K / month · 📦 65 · ⏱️ 29.05.2025): +- [PyPi](https://pypi.org/project/chalice) (📥 440K / month · 📦 65 · ⏱️ 29.05.2025): ``` pip install chalice ``` @@ -1718,7 +1851,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... -- Zappa (🥇33 · ⭐ 12K · 💀) - Serverless Python. MIT +- Zappa (🥈33 · ⭐ 12K · 💀) - Serverless Python. MIT - python-lambda (🥉21 · ⭐ 1.5K · 💀) - A toolkit for developing and deploying serverless Python code.. ISC - lambdarest (🥉20 · ⭐ 94 · 💀) - Flask like web framework for AWS Lambda. MIT
@@ -1728,42 +1861,54 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wagtail (🥇43 · ⭐ 20K) - A Django content management system focused on flexibility and user.. BSD-3 +
wagtail (🥇42 · ⭐ 20K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 1.1K · 🔀 4.5K · 📦 12K · 📋 5.7K - 17% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 1.1K · 🔀 4.5K · 📦 12K · 📋 5.7K - 17% open · ⏱️ 06.05.2026): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (📥 1.2M / month · 📦 880 · ⏱️ 22.04.2026): +- [PyPi](https://pypi.org/project/wagtail) (📥 1.5M / month · 📦 880 · ⏱️ 05.05.2026): ``` pip install wagtail ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 200K · ⏱️ 05.03.2026): +- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 210K · ⏱️ 05.05.2026): ``` conda install -c conda-forge wagtail ```
+
django-cms (🥈41 · ⭐ 11K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 + +- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 600 · 🔀 3.2K · 📦 5.5K · 📋 3.7K - 0% open · ⏱️ 07.05.2026): + + ``` + git clone https://github.com/django-cms/django-cms + ``` +- [PyPi](https://pypi.org/project/django-cms) (📥 150K / month · 📦 360 · ⏱️ 05.05.2026): + ``` + pip install django-cms + ``` +
mezzanine (🥈33 · ⭐ 4.8K) - CMS framework for Django. BSD-2 -- [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 330 · 🔀 1.5K · 📦 2.5K · 📋 1.1K - 4% open · ⏱️ 19.04.2026): +- [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 330 · 🔀 1.6K · 📦 2.5K · 📋 1.1K - 5% open · ⏱️ 19.04.2026): ``` git clone https://github.com/stephenmcd/mezzanine ``` -- [PyPi](https://pypi.org/project/mezzanine) (📥 8.8K / month): +- [PyPi](https://pypi.org/project/mezzanine) (📥 11K / month · 📦 25 · ⏱️ 04.06.2025): ``` pip install mezzanine ```
lektor (🥉31 · ⭐ 3.9K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (👨‍💻 100 · 🔀 310 · 📥 7.3K · 📦 500 · 📋 670 - 33% open · ⏱️ 05.04.2026): +- [GitHub](https://github.com/lektor/lektor) (👨‍💻 100 · 🔀 320 · 📥 7.3K · 📦 500 · 📋 690 - 35% open · ⏱️ 05.04.2026): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (📥 6.1K / month): +- [PyPi](https://pypi.org/project/lektor) (📥 7.3K / month · 📦 40 · ⏱️ 05.04.2026): ``` pip install lektor ``` @@ -1772,21 +1917,20 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge lektor ```
-
feincms (🥉22 · ⭐ 1.1K) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 +
feincms (🥉27 · ⭐ 1.1K) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 -- [GitHub](https://github.com/feincms/feincms) (👨‍💻 140 · 🔀 220 · 📋 440 - 5% open · ⏱️ 11.02.2026): +- [GitHub](https://github.com/feincms/feincms) (👨‍💻 140 · 🔀 240 · 📋 450 - 5% open · ⏱️ 11.02.2026): ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (📥 4.5K / month): +- [PyPi](https://pypi.org/project/feincms) (📥 4.8K / month · 📦 15 · ⏱️ 11.02.2026): ``` pip install feincms ```
-
Show 2 hidden projects... +
Show 1 hidden projects... -- django-cms (🥈39 · ⭐ 11K) - The easy-to-use and developer-friendly enterprise CMS.. ❗Unlicensed - Kotti (🥉19 · ⭐ 410 · 💀) - Kotti is a high-level, Pythonic web application framework based on.. ❗️BSD

@@ -1797,12 +1941,12 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (🥇50 · ⭐ 34K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 930 · 🔀 8.5K · 📥 31M · 📦 370K · 📋 11K - 0% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 930 · 🔀 8.7K · 📥 31M · 📦 370K · 📋 11K - 1% open · ⏱️ 07.05.2026): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (📥 56M / month): +- [PyPi](https://pypi.org/project/selenium) (📥 56M / month · 📦 7.6K · ⏱️ 10.04.2026): ``` pip install selenium ``` @@ -1813,12 +1957,12 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (🥇44 · ⭐ 3.4K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/coveragepy/coveragepy) (👨‍💻 200 · 🔀 470 · 📦 500K · 📋 1.6K - 15% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/coveragepy/coveragepy) (👨‍💻 200 · 🔀 480 · 📦 500K · 📋 1.6K - 15% open · ⏱️ 07.05.2026): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 240M / month): +- [PyPi](https://pypi.org/project/coverage) (📥 250M / month · 📦 23K · ⏱️ 17.03.2026): ``` pip install coverage ``` @@ -1827,26 +1971,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge coverage ```
-
mitmproxy (🥇43 · ⭐ 43K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT - -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 600 · 🔀 4.5K · 📥 230K · 📦 5.3K · 📋 3.7K - 11% open · ⏱️ 28.04.2026): - - ``` - git clone https://github.com/mitmproxy/mitmproxy - ``` -- [PyPi](https://pypi.org/project/mitmproxy) (📥 4.7M / month · 📦 260 · ⏱️ 12.04.2026): - ``` - pip install mitmproxy - ``` -
Locust (🥇43 · ⭐ 28K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (👨‍💻 380 · 🔀 3.2K · 📦 18K · 📋 1.8K - 0% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/locustio/locust) (👨‍💻 380 · 🔀 3.2K · 📦 18K · 📋 1.8K - 0% open · ⏱️ 04.05.2026): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (📥 14M / month): +- [PyPi](https://pypi.org/project/locust) (📥 14M / month · 📦 270 · ⏱️ 03.05.2026): ``` pip install locust ``` @@ -1855,26 +1987,38 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge locust ```
+
mitmproxy (🥇42 · ⭐ 43K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT + +- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 600 · 🔀 4.5K · 📥 230K · 📦 5.3K · 📋 3.7K - 11% open · ⏱️ 28.04.2026): + + ``` + git clone https://github.com/mitmproxy/mitmproxy + ``` +- [PyPi](https://pypi.org/project/mitmproxy) (📥 4.6M / month · 📦 260 · ⏱️ 12.04.2026): + ``` + pip install mitmproxy + ``` +
SeleniumBase (🥇41 · ⭐ 13K) - APIs for browser automation, testing, and bypassing bot-detection. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 40 · 🔀 1.5K · 📦 2.7K · 📋 2K - 0% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 40 · 🔀 1.5K · 📦 2.7K · 📋 2K - 0% open · ⏱️ 04.05.2026): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 3.5M / month · 📦 100 · ⏱️ 28.04.2026): +- [PyPi](https://pypi.org/project/seleniumbase) (📥 3.5M / month · 📦 100 · ⏱️ 30.04.2026): ``` pip install seleniumbase ```
responses (🥈36 · ⭐ 4.3K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (👨‍💻 140 · 🔀 360 · 📥 730 · 📦 53K · 📋 350 - 10% open · ⏱️ 10.04.2026): +- [GitHub](https://github.com/getsentry/responses) (👨‍💻 140 · 🔀 360 · 📥 730 · 📦 53K · 📋 350 - 10% open · ⏱️ 07.05.2026): ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (📥 62M / month · 📦 2.6K · ⏱️ 19.02.2026): +- [PyPi](https://pypi.org/project/responses) (📥 63M / month · 📦 2.6K · ⏱️ 19.02.2026): ``` pip install responses ``` @@ -1885,12 +2029,12 @@ _General purpose web frameworks to build web applications and REST APIs._
schemathesis (🥈36 · ⭐ 3.3K) - Catch API bugs before your users do. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 80 · 🔀 210 · 📦 900 · 📋 1K - 2% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 80 · 🔀 210 · 📦 910 · 📋 1K - 2% open · ⏱️ 07.05.2026): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (📥 3.5M / month · 📦 65 · ⏱️ 29.04.2026): +- [PyPi](https://pypi.org/project/schemathesis) (📥 3.4M / month · 📦 65 · ⏱️ 29.04.2026): ``` pip install schemathesis ``` @@ -1906,38 +2050,50 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install vcrpy ``` -- [Conda](https://anaconda.org/conda-forge/vcrpy) (📥 870K · ⏱️ 06.01.2026): +- [Conda](https://anaconda.org/conda-forge/vcrpy) (📥 880K · ⏱️ 06.01.2026): ``` conda install -c conda-forge vcrpy ```
django-silk (🥈35 · ⭐ 5K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 170 · 🔀 360 · 📥 250 · 📦 6.4K · 📋 390 - 29% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 170 · 🔀 360 · 📥 250 · 📦 6.4K · 📋 400 - 32% open · ⏱️ 28.04.2026): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (📥 3.1M / month): +- [PyPi](https://pypi.org/project/django-silk) (📥 3.2M / month · 📦 30 · ⏱️ 08.03.2026): ``` pip install django-silk ```
-
Prism (🥈33 · ⭐ 4.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 +
Prism (🥈34 · ⭐ 4.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 110 · 🔀 400 · 📥 240K · 📦 810 · 📋 750 - 15% open · ⏱️ 24.04.2026): +- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 110 · 🔀 400 · 📥 240K · 📦 810 · 📋 760 - 16% open · ⏱️ 07.05.2026): ``` git clone https://github.com/stoplightio/prism ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 550K / month): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 540K / month · 📦 88 · ⏱️ 20.04.2026): ``` npm install @stoplight/prism-cli ```
+
tavern (🥈33 · ⭐ 1.1K) - A command-line tool and Python library and Pytest plugin for automated.. MIT + +- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 69 · 🔀 200 · 📦 890 · 📋 630 - 3% open · ⏱️ 03.05.2026): + + ``` + git clone https://github.com/taverntesting/tavern + ``` +- [PyPi](https://pypi.org/project/tavern) (📥 230K / month · 📦 15 · ⏱️ 02.05.2026): + ``` + pip install tavern + ``` +
Mockoon (🥈32 · ⭐ 8.2K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT -- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 68 · 🔀 460 · 📥 260K · 📦 230 · 📋 940 - 5% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 68 · 🔀 460 · 📥 270K · 📦 230 · 📋 940 - 5% open · ⏱️ 06.05.2026): ``` git clone https://github.com/mockoon/mockoon @@ -1950,14 +2106,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (📥 370K / month · 📦 55 · ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/splinter) (📥 380K / month · 📦 55 · ⏱️ 16.01.2024): ``` pip install splinter ```
-
SeleniumLibrary (🥈31 · ⭐ 1.5K) - Web testing library for Robot Framework. Apache-2 +
SeleniumLibrary (🥈32 · ⭐ 1.5K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 130 · 🔀 780 · 📥 3.8K · 📋 1.1K - 6% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 130 · 🔀 780 · 📥 3.8K · 📋 1.1K - 6% open · ⏱️ 06.05.2026): ``` git clone https://github.com/robotframework/SeleniumLibrary @@ -1971,40 +2127,48 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge robotframework-seleniumlibrary ```
-
tavern (🥈30 · ⭐ 1.1K) - A command-line tool and Python library and Pytest plugin for automated.. MIT +
playwright (🥈31 · ⭐ 15K · 📈) - A high-level API to automate web browsers. Apache-2 -- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 68 · 🔀 200 · 📦 890 · 📋 620 - 4% open · ⏱️ 25.04.2026): +- [GitHub](https://github.com/Microsoft/playwright-python) (🔀 1.1K): ``` - git clone https://github.com/taverntesting/tavern + git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/tavern) (📥 210K / month): +- [PyPi](https://pypi.org/project/playwright) (📥 88M / month · 📦 5.5K · ⏱️ 29.04.2026): ``` - pip install tavern + pip install playwright + ``` +- [Conda](https://anaconda.org/microsoft/playwright) (📥 130K · ⏱️ 29.04.2026): + ``` + conda install -c microsoft playwright ```
-
selenium-python-helium (🥈28 · ⭐ 8.3K) - Lighter web automation with Python. MIT +
factory_boy (🥈30 · ⭐ 3.8K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/mherrmann/helium) (👨‍💻 13 · 🔀 520 · 📦 760 · 📋 100 - 51% open · ⏱️ 22.04.2026): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 410 · 📋 640 - 29% open · ⏱️ 14.12.2025): ``` - git clone https://github.com/mherrmann/selenium-python-helium + git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/helium) (📥 17K / month · 📦 35 · ⏱️ 04.02.2026): +- [PyPi](https://pypi.org/project/factory_boy) (📥 24M / month · 📦 650 · ⏱️ 03.02.2025): ``` - pip install helium + pip install factory_boy + ``` +- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 330K · ⏱️ 25.04.2025): + ``` + conda install -c conda-forge factory_boy ```
-
selene (🥈28 · ⭐ 730) - User-oriented Web UI browser tests in Python. MIT +
selenium-python-helium (🥈28 · ⭐ 8.3K) - Lighter web automation with Python. MIT -- [GitHub](https://github.com/yashaka/selene) (👨‍💻 44 · 🔀 170 · 📦 6K · 📋 360 - 43% open · ⏱️ 25.11.2025): +- [GitHub](https://github.com/mherrmann/helium) (👨‍💻 13 · 🔀 520 · 📦 760 · 📋 100 - 51% open · ⏱️ 22.04.2026): ``` - git clone https://github.com/yashaka/selene + git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/selene) (📥 20K / month · 📦 2 · ⏱️ 06.03.2024): +- [PyPi](https://pypi.org/project/helium) (📥 19K / month · 📦 35 · ⏱️ 04.02.2026): ``` - pip install selene + pip install helium ```
aioresponses (🥈28 · ⭐ 550) - Aioresponses is a helper for mock/fake web requests in python.. MIT @@ -2030,7 +2194,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install webtest ``` -- [Conda](https://anaconda.org/conda-forge/webtest) (📥 24K · ⏱️ 12.10.2025): +- [Conda](https://anaconda.org/conda-forge/webtest) (📥 25K · ⏱️ 12.10.2025): ``` conda install -c conda-forge webtest ``` @@ -2042,147 +2206,128 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/requestium) (📥 74K / month · 📦 6 · ⏱️ 19.01.2026): +- [PyPi](https://pypi.org/project/requestium) (📥 71K / month · 📦 6 · ⏱️ 19.01.2026): ``` pip install requestium ```
-
django-test-plus (🥉26 · ⭐ 640) - Useful additions to Djangos default TestCase. BSD-3 +
Model Bakery (🥉27 · ⭐ 980) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 37 · 🔀 63 · 📦 3.5K · 📋 64 - 15% open · ⏱️ 19.12.2025): +- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 67 · 🔀 100 · 📋 160 - 10% open · ⏱️ 30.04.2026): ``` - git clone https://github.com/revsys/django-test-plus + git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/django-test-plus) (📥 110K / month · 📦 4 · ⏱️ 19.12.2025): +- [PyPi](https://pypi.org/project/model_bakery) (📥 1.7M / month · 📦 100 · ⏱️ 27.03.2026): ``` - pip install django-test-plus + pip install model_bakery ``` -- [Conda](https://anaconda.org/conda-forge/django-test-plus) (📥 86K · ⏱️ 20.12.2025): +- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 40K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge django-test-plus + conda install -c conda-forge model_bakery ```
-
httprunner (🥉25 · ⭐ 4.3K · 💤) - HttpRunner API/UI. Apache-2 +
httprunner (🥉26 · ⭐ 4.3K · 💤) - HttpRunner API/UI. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 54 · 🔀 1.3K · 📥 4.3M · 📦 1 · 📋 1.3K - 38% open · ⏱️ 18.08.2025): +- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 54 · 🔀 1.3K · 📥 4.3M · 📦 1 · 📋 1.3K - 39% open · ⏱️ 18.08.2025): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (📥 11K / month): +- [PyPi](https://pypi.org/project/httprunner) (📥 11K / month · 📦 7 · ⏱️ 23.07.2023): ``` pip install httprunner ```
-
factory_boy (🥉25 · ⭐ 3.8K) - A test fixtures replacement for Python. MIT +
django-test-plus (🥉26 · ⭐ 640) - Useful additions to Djangos default TestCase. BSD-3 -- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 410 · 📋 610 - 26% open · ⏱️ 14.12.2025): +- [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 37 · 🔀 63 · 📦 3.5K · 📋 64 - 15% open · ⏱️ 19.12.2025): ``` - git clone https://github.com/FactoryBoy/factory_boy + git clone https://github.com/revsys/django-test-plus ``` -- [PyPi](https://pypi.org/project/factory_boy) (📥 23M / month): +- [PyPi](https://pypi.org/project/django-test-plus) (📥 110K / month · 📦 4 · ⏱️ 19.12.2025): ``` - pip install factory_boy + pip install django-test-plus ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 320K · ⏱️ 25.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-test-plus) (📥 87K · ⏱️ 20.12.2025): ``` - conda install -c conda-forge factory_boy + conda install -c conda-forge django-test-plus ```
-
Model Bakery (🥉24 · ⭐ 980) - Object factory for Django. Apache-2 +
fsociety (🥉23 · ⭐ 1.7K) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 67 · 🔀 100 · 📋 160 - 9% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 12 · 🔀 200 · 📦 17 · 📋 66 - 25% open · ⏱️ 19.01.2026): ``` - git clone https://github.com/model-bakers/model_bakery - ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 1.7M / month): - ``` - pip install model_bakery + git clone https://github.com/fsociety-team/fsociety ``` -- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 39K · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/fsociety) (📥 1.6K / month · ⏱️ 01.05.2022): ``` - conda install -c conda-forge model_bakery + pip install fsociety ```
-
python-mocket (🥉24 · ⭐ 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 +
selene (🥉23 · ⭐ 730 · 📉) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 33 · 🔀 49 · 📋 95 - 5% open · ⏱️ 23.02.2026): +- [GitHub](https://github.com/yashaka/selene) (👨‍💻 44 · 🔀 170 · 📋 360 - 41% open · ⏱️ 02.05.2026): ``` - git clone https://github.com/mindflayer/python-mocket + git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/mocket) (📥 97K / month · 📦 15 · ⏱️ 22.02.2026): +- [PyPi](https://pypi.org/project/selene) (📥 20K / month · 📦 2 · ⏱️ 06.03.2024): ``` - pip install mocket + pip install selene ```
-
fsociety (🥉23 · ⭐ 1.7K) - A Modular Penetration Testing Framework. MIT +
python-mocket (🥉23 · ⭐ 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 12 · 🔀 200 · 📦 17 · 📋 57 - 14% open · ⏱️ 19.01.2026): +- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 33 · 🔀 49 · 📋 95 - 5% open · ⏱️ 23.02.2026): ``` - git clone https://github.com/fsociety-team/fsociety + git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/fsociety) (📥 1.6K / month): +- [PyPi](https://pypi.org/project/mocket) (📥 100K / month · 📦 15 · ⏱️ 22.02.2026): ``` - pip install fsociety + pip install mocket ```
gabbi (🥉22 · ⭐ 150) - Declarative HTTP Testing for Python and anything else. Apache-2 -- [GitHub](https://github.com/cdent/gabbi) (👨‍💻 30 · 🔀 36 · 📥 52 · 📋 160 - 15% open · ⏱️ 16.01.2026): +- [GitHub](https://github.com/cdent/gabbi) (👨‍💻 30 · 🔀 36 · 📥 53 · 📋 160 - 15% open · ⏱️ 16.01.2026): ``` git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/gabbi) (📥 22K / month · 📦 12 · ⏱️ 16.01.2026): +- [PyPi](https://pypi.org/project/gabbi) (📥 23K / month · 📦 12 · ⏱️ 16.01.2026): ``` pip install gabbi ```
-
flask-debugtoolbar (🥉19 · ⭐ 950 · 💤) - A toolbar overlay for debugging Flask applications. BSD-3 - -- [GitHub]() (🔀 150): - - ``` - git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar - ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 920K / month · 📦 78 · ⏱️ 28.09.2024): - ``` - pip install flask-debugtoolbar - ``` -- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (📥 180K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge flask-debugtoolbar - ``` -
-
Show 22 hidden projects... +
Show 23 hidden projects... -- pytest-django (🥈35 · ⭐ 1.5K) - A Django plugin for pytest. ❗Unlicensed +- pytest-django (🥈36 · ⭐ 1.5K) - A Django plugin for pytest. ❗Unlicensed - HTTPretty (🥈30 · ⭐ 2.2K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT -- Dredd (🥈29 · ⭐ 4.2K · 💀) - Language-agnostic HTTP API Testing Tool. MIT -- django-nose (🥉27 · ⭐ 880 · 💀) - Django test runner using nose. BSD-3 -- parameterized (🥉26 · ⭐ 860 · 💀) - Parameterized testing with any Python test framework. ❗Unlicensed -- flask-testing (🥉26 · ⭐ 500 · 💀) - Unittest extensions for Flask. ❗Unlicensed +- pyppeteer (🥈28 · ⭐ 3.9K · 💀) - Headless chrome/chromium automation library (unofficial port of.. MIT +- parameterized (🥈28 · ⭐ 860 · 💀) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD +- flask-testing (🥈28 · ⭐ 500 · 💀) - Unittest extensions for Flask. BSD-3 +- Dredd (🥉27 · ⭐ 4.2K · 💀) - Language-agnostic HTTP API Testing Tool. MIT - pytest-flask (🥉26 · ⭐ 500 · 💀) - A set of pytest fixtures to test Flask applications. MIT - pytest-splinter (🥉25 · ⭐ 260 · 💀) - pytest splinter and selenium integration for anyone.. MIT +- django-nose (🥉24 · ⭐ 880 · 💀) - Django test runner using nose. BSD-3 - httmock (🥉24 · ⭐ 470 · 💀) - A mocking library for requests. Apache-2 - pyramid_debugtoolbar (🥉24 · ⭐ 96 · 💀) - Pyramid debug toolbar. BSD-3 +- splash (🥉23 · ⭐ 4.2K · 💀) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 - wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (🥉23 · ⭐ 1.2K · 💀) - Python Rest Testing. Apache-2 -- mixer (🥉22 · ⭐ 950 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- mixer (🥉22 · ⭐ 960 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- molotov (🥉22 · ⭐ 480 · 💀) - Load Testing Tool. Apache-2 - async-asgi-testclient (🥉22 · ⭐ 160 · 💀) - A framework-agnostic library for testing ASGI web.. MIT -- splash (🥉21 · ⭐ 4.2K · 💀) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 -- pyppeteer (🥉21 · ⭐ 3.6K · 💀) - Headless chrome/chromium automation library (unofficial.. ❗Unlicensed -- molotov (🥉20 · ⭐ 480 · 💀) - Load Testing Tool. Apache-2 +- yandex-tank (🥉21 · ⭐ 2.6K · 💀) - Load and performance benchmark tool. ❗️LGPL-2.0 +- flask-debugtoolbar (🥉20 · ⭐ 980 · 💀) - A toolbar overlay for debugging Flask applications. BSD-3 - aresponses (🥉20 · ⭐ 110 · 💀) - Asyncio http mocking. Similar to the responses library used for.. MIT -- yandex-tank (🥉19 · ⭐ 2.6K · 💀) - Load and performance benchmark tool. ❗Unlicensed -- golem (🥉18 · ⭐ 480 · 💀) - A complete test automation tool. MIT -- huxley (🥉16 · ⭐ 4K · 💀) - A testing system for catching visual regressions in Web applications. Apache-2 +- golem (🥉18 · ⭐ 490 · 💀) - A complete test automation tool. MIT - Astra (🥉15 · ⭐ 2.6K · 💀) - Automated Security Testing For REST APIs. Apache-2 +- huxley (🥉14 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2

@@ -2190,30 +2335,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wtforms (🥇37 · ⭐ 1.6K) - A flexible forms validation and rendering library for Python. BSD-3 +
wtforms (🥇40 · ⭐ 1.6K) - A flexible forms validation and rendering library for Python. BSD-3 -- [GitHub](https://github.com/pallets-eco/wtforms) (👨‍💻 170 · 🔀 400 · 📥 89 · 📦 260K · 📋 470 - 13% open · ⏱️ 23.04.2026): +- [GitHub](https://github.com/pallets-eco/wtforms) (👨‍💻 170 · 🔀 400 · 📥 95 · 📦 260K · 📋 480 - 5% open · ⏱️ 07.05.2026): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (📥 18M / month): +- [PyPi](https://pypi.org/project/wtforms) (📥 18M / month · 📦 690 · ⏱️ 03.05.2026): ``` pip install wtforms ``` -- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 440K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 440K · ⏱️ 03.05.2026): ``` conda install -c conda-forge wtforms ```
django-crispy-forms (🥈36 · ⭐ 5.2K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 230 · 🔀 700 · 📦 170K · 📋 700 - 7% open · ⏱️ 19.03.2026): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 230 · 🔀 730 · 📦 170K · 📋 720 - 9% open · ⏱️ 19.03.2026): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 2.6M / month): +- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 2.6M / month · 📦 480 · ⏱️ 01.03.2026): ``` pip install django-crispy-forms ``` @@ -2222,44 +2367,44 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-crispy-forms ```
-
flask-wtf (🥉29 · ⭐ 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 +
flask-wtf (🥉34 · ⭐ 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-wtf) (👨‍💻 110 · 🔀 310 · 📥 73 · 📋 340 - 7% open · ⏱️ 23.04.2026): +- [GitHub](https://github.com/pallets-eco/flask-wtf) (👨‍💻 110 · 🔀 310 · 📥 73 · 📋 330 - 7% open · ⏱️ 01.05.2026): ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (📥 20M / month): +- [PyPi](https://pypi.org/project/flask-wtf) (📥 20M / month · 📦 900 · ⏱️ 23.04.2026): ``` pip install flask-wtf ``` -- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 490K · ⏱️ 23.04.2026): +- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 500K · ⏱️ 23.04.2026): ``` conda install -c conda-forge flask-wtf ```
-
deform (🥉29 · ⭐ 420) - A Python HTML form library. BSD-3 +
django-formtools (🥉28 · ⭐ 880 · 💤) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/Pylons/deform) (👨‍💻 100 · 🔀 160 · 📦 850 · 📋 190 - 26% open · ⏱️ 27.02.2026): +- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 78 · 🔀 140 · 📦 12K · 📋 170 - 52% open · ⏱️ 06.06.2025): ``` - git clone https://github.com/Pylons/deform + git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/deform) (📥 27K / month · 📦 30 · ⏱️ 26.02.2026): +- [PyPi](https://pypi.org/project/django-formtools) (📥 2.6M / month · 📦 84 · ⏱️ 19.12.2023): ``` - pip install deform + pip install django-formtools ```
-
django-formtools (🥉26 · ⭐ 880 · 💤) - A set of high-level abstractions for Django forms. BSD-3 +
deform (🥉28 · ⭐ 420) - A Python HTML form library. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 78 · 🔀 140 · 📦 12K · 📋 150 - 47% open · ⏱️ 06.06.2025): +- [GitHub](https://github.com/Pylons/deform) (👨‍💻 100 · 🔀 160 · 📦 850 · 📋 190 - 26% open · ⏱️ 27.02.2026): ``` - git clone https://github.com/jazzband/django-formtools + git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/django-formtools) (📥 2.6M / month): +- [PyPi](https://pypi.org/project/deform) (📥 29K / month · 📦 30 · ⏱️ 26.02.2026): ``` - pip install django-formtools + pip install deform ```

@@ -2268,123 +2413,149 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
markdown (🥇40 · ⭐ 4.2K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 +
mistune (🥇39 · ⭐ 3K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 190 · 🔀 880 · 📥 560 · 📦 510K · 📋 950 - 2% open · ⏱️ 09.02.2026): +- [GitHub](https://github.com/lepture/mistune) (👨‍💻 56 · 🔀 280 · 📦 370K · 📋 320 - 12% open · ⏱️ 03.05.2026): ``` - git clone https://github.com/Python-Markdown/markdown + git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/markdown) (📥 110M / month): +- [PyPi](https://pypi.org/project/mistune) (📥 71M / month · 📦 1.6K · ⏱️ 03.05.2026): ``` - pip install markdown + pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/markdown) (📥 11M · ⏱️ 10.02.2026): +- [Conda](https://anaconda.org/conda-forge/mistune) (📥 26M · ⏱️ 03.05.2026): ``` - conda install -c conda-forge markdown + conda install -c conda-forge mistune ```
-
mistune (🥇39 · ⭐ 3K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 +
pelican (🥇38 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/lepture/mistune) (👨‍💻 55 · 🔀 280 · 📦 370K · 📋 310 - 12% open · ⏱️ 13.04.2026): +- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 480 · 🔀 1.8K · 📥 1.7K · 📦 8.8K · 📋 1.8K - 5% open · ⏱️ 20.04.2026): ``` - git clone https://github.com/lepture/mistune + git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/mistune) (📥 69M / month · 📦 1.4K · ⏱️ 23.12.2025): +- [PyPi](https://pypi.org/project/pelican) (📥 83K / month · 📦 280 · ⏱️ 20.04.2026): ``` - pip install mistune + pip install pelican ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (📥 26M · ⏱️ 23.12.2025): +- [Conda](https://anaconda.org/conda-forge/pelican) (📥 400K · ⏱️ 21.04.2026): ``` - conda install -c conda-forge mistune + conda install -c conda-forge pelican ```
-
pelican (🥈38 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +
markdown (🥇38 · ⭐ 4.2K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 480 · 🔀 1.8K · 📥 1.7K · 📦 8.8K · 📋 1.8K - 5% open · ⏱️ 20.04.2026): +- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 190 · 🔀 900 · 📥 570 · 📦 510K · 📋 950 - 2% open · ⏱️ 09.02.2026): ``` - git clone https://github.com/getpelican/pelican + git clone https://github.com/Python-Markdown/markdown ``` -- [PyPi](https://pypi.org/project/pelican) (📥 78K / month · 📦 280 · ⏱️ 20.04.2026): +- [PyPi](https://pypi.org/project/markdown) (📥 120M / month · 📦 6.3K · ⏱️ 09.02.2026): ``` - pip install pelican + pip install markdown ``` -- [Conda](https://anaconda.org/conda-forge/pelican) (📥 390K · ⏱️ 21.04.2026): +- [Conda](https://anaconda.org/conda-forge/markdown) (📥 12M · ⏱️ 10.02.2026): ``` - conda install -c conda-forge pelican + conda install -c conda-forge markdown ```
-
markdown-it-py (🥈35 · ⭐ 1.3K) - Markdown parser, done right. 100% CommonMark support,.. MIT +
markdown-it-py (🥈37 · ⭐ 1.3K) - Markdown parser, done right. 100% CommonMark support,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 33 · 🔀 100 · 📦 370K · 📋 110 - 43% open · ⏱️ 18.02.2026): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 35 · 🔀 100 · 📦 370K · 📋 110 - 42% open · ⏱️ 07.05.2026): ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (📥 490M / month · 📦 2K · ⏱️ 11.08.2025): +- [PyPi](https://pypi.org/project/markdown-it-py) (📥 510M / month · 📦 2.7K · ⏱️ 07.05.2026): ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 17M · ⏱️ 11.08.2025): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 17M · ⏱️ 07.05.2026): ``` conda install -c conda-forge markdown-it-py ```
-
python-markdown2 (🥈34 · ⭐ 2.8K) - markdown2: A fast and complete implementation of Markdown in.. MIT +
pymdown-extensions (🥈36 · ⭐ 1.1K) - Extensions for Python Markdown. MIT + +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 66 · 🔀 270 · 📦 58K · 📋 430 - 4% open · ⏱️ 30.03.2026): + + ``` + git clone https://github.com/facelessuser/pymdown-extensions + ``` +- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 24M / month · 📦 1.8K · ⏱️ 29.03.2026): + ``` + pip install pymdown-extensions + ``` +- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 620K · ⏱️ 29.03.2026): + ``` + conda install -c conda-forge pymdown-extensions + ``` +
+
python-markdown2 (🥉34 · ⭐ 2.8K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 82 · 🔀 440 · 📋 390 - 23% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 83 · 🔀 440 · 📋 390 - 23% open · ⏱️ 03.05.2026): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (📥 7.5M / month · 📦 680 · ⏱️ 02.03.2026): +- [PyPi](https://pypi.org/project/markdown2) (📥 7.8M / month · 📦 680 · ⏱️ 02.03.2026): ``` pip install markdown2 ```
-
html2text (🥉31 · ⭐ 2.1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 +
html2text (🥉31 · ⭐ 2.1K · 💤) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 - [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 82 · 🔀 290 · 📦 41K · 📋 240 - 39% open · ⏱️ 28.10.2025): ``` git clone https://github.com/Alir3z4/html2text ``` -- [PyPi](https://pypi.org/project/html2text) (📥 15M / month · 📦 1.2K · ⏱️ 15.04.2025): +- [PyPi](https://pypi.org/project/html2text) (📥 16M / month · 📦 1.2K · ⏱️ 15.04.2025): ``` pip install html2text ```
mistletoe (🥉28 · ⭐ 1K) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 42 · 🔀 120 · 📥 2.5K · 📦 1.7K · 📋 160 - 17% open · ⏱️ 19.04.2026): +- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 42 · 🔀 130 · 📥 2.5K · 📦 1.7K · 📋 170 - 21% open · ⏱️ 19.04.2026): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (📥 3.1M / month): +- [PyPi](https://pypi.org/project/mistletoe) (📥 2.9M / month · 📦 180 · ⏱️ 07.12.2025): ``` pip install mistletoe ```
-
django-markdown-editor (🥉27 · ⭐ 890) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
django-markdownx (🥉27 · ⭐ 940) - Comprehensive Markdown plugin built for Django. BSD-3 + +- [GitHub](https://github.com/neutronX/django-markdownx) (👨‍💻 41 · 🔀 160 · 📦 2.9K · 📋 180 - 26% open · ⏱️ 29.01.2026): + + ``` + git clone https://github.com/neutronX/django-markdownx + ``` +- [PyPi](https://pypi.org/project/django-markdownx) (📥 110K / month · 📦 16 · ⏱️ 23.04.2025): + ``` + pip install django-markdownx + ``` +
+
django-markdown-editor (🥉27 · ⭐ 900) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 - [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 45 · 🔀 1.3K · 📦 1.2K · 📋 170 - 21% open · ⏱️ 19.04.2026): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (📥 54K / month): +- [PyPi](https://pypi.org/project/martor) (📥 54K / month · 📦 20 · ⏱️ 18.04.2026): ``` pip install martor ```
-
Show 4 hidden projects... +
Show 2 hidden projects... -- pymdown-extensions (🥉33 · ⭐ 1.1K) - Extensions for Python Markdown. ❗Unlicensed - grip (🥉29 · ⭐ 6.8K · 💀) - Preview GitHub README.md files locally before committing them. MIT -- django-markdownx (🥉25 · ⭐ 940) - Comprehensive Markdown plugin built for Django. ❗Unlicensed - markdown-include (🥉21 · ⭐ 110 · 💀) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0

@@ -2399,12 +2570,12 @@ _General purpose web frameworks to build web applications and REST APIs._
python-telegram-bot (🥇43 · ⭐ 29K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 210 · 🔀 6K · 📥 45K · 📦 160K · 📋 2.3K - 0% open · ⏱️ 26.04.2026): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 210 · 🔀 6K · 📥 45K · 📦 160K · 📋 2.3K - 0% open · ⏱️ 04.05.2026): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 35M / month · 📦 1.2K · ⏱️ 16.03.2026): +- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 36M / month · 📦 1.2K · ⏱️ 16.03.2026): ``` pip install python-telegram-bot ``` @@ -2420,7 +2591,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 6.4M / month · 📦 1.3K · ⏱️ 03.03.2026): +- [PyPi](https://pypi.org/project/discord.py) (📥 7M / month · 📦 1.3K · ⏱️ 03.03.2026): ``` pip install discord.py ``` @@ -2431,37 +2602,49 @@ _General purpose web frameworks to build web applications and REST APIs._
google-api-python-client (🥇43 · ⭐ 8.8K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 200 · 🔀 2.6K · 📦 280K · 📋 1.2K - 6% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 200 · 🔀 2.6K · 📦 280K · 📋 1.2K - 7% open · ⏱️ 06.05.2026): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (📥 150M / month · 📦 4.5K · ⏱️ 08.04.2026): +- [PyPi](https://pypi.org/project/google-api-python-client) (📥 160M / month · 📦 4.6K · ⏱️ 06.05.2026): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 4.9M · ⏱️ 09.04.2026): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 5M · ⏱️ 07.05.2026): ``` conda install -c conda-forge google-api-python-client ```
GitPython (🥇43 · ⭐ 5.1K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 350 · 🔀 960 · 📦 420K · 📋 1.1K - 15% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 350 · 🔀 980 · 📦 420K · 📋 1.1K - 16% open · ⏱️ 07.05.2026): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (📥 220M / month): +- [PyPi](https://pypi.org/project/gitpython) (📥 240M / month · 📦 9.3K · ⏱️ 06.05.2026): ``` pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 16M · ⏱️ 29.04.2026): +- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 16M · ⏱️ 06.05.2026): ``` conda install -c conda-forge gitpython ```
-
youtube-dl (🥇41 · ⭐ 140K) - Command-line program to download videos from YouTube.com and.. Unlicense +
pyTelegramBotAPI (🥇41 · ⭐ 8.7K) - Python Telegram bot api. ❗️GPL-2.0 + +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 270 · 🔀 2.1K · 📦 65K · 📋 1.3K - 0% open · ⏱️ 07.05.2026): + + ``` + git clone https://github.com/eternnoir/pyTelegramBotAPI + ``` +- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 1.1M / month · 📦 330 · ⏱️ 11.04.2026): + ``` + pip install pytelegrambotapi + ``` +
+
youtube-dl (🥇40 · ⭐ 140K) - Command-line program to download videos from YouTube.com and.. Unlicense - [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 1K · 🔀 10K · 📥 58M · 📋 27K - 15% open · ⏱️ 26.11.2025): @@ -2477,26 +2660,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge youtube-dl ```
-
pyTelegramBotAPI (🥇41 · ⭐ 8.7K) - Python Telegram bot api. ❗️GPL-2.0 - -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 270 · 🔀 2.1K · 📦 65K · 📋 1.3K - 0% open · ⏱️ 25.04.2026): - - ``` - git clone https://github.com/eternnoir/pyTelegramBotAPI - ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 1.1M / month · 📦 330 · ⏱️ 11.04.2026): - ``` - pip install pytelegrambotapi - ``` -
tweepy (🥈39 · ⭐ 11K · 💤) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 250 · 🔀 4.6K · 📥 220 · 📦 65K · 📋 1.3K - 7% open · ⏱️ 11.07.2025): +- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 250 · 🔀 4.6K · 📥 240 · 📦 65K · 📋 1.3K - 7% open · ⏱️ 11.07.2025): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (📥 3.8M / month · 📦 560 · ⏱️ 22.06.2025): +- [PyPi](https://pypi.org/project/tweepy) (📥 3.7M / month · 📦 560 · ⏱️ 22.06.2025): ``` pip install tweepy ``` @@ -2512,11 +2683,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (📥 77M / month · 📦 2.7K · ⏱️ 14.04.2026): +- [PyPi](https://pypi.org/project/pygithub) (📥 78M / month · 📦 2.7K · ⏱️ 14.04.2026): ``` pip install pygithub ``` -- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 7.3M · ⏱️ 14.04.2026): +- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 7.4M · ⏱️ 14.04.2026): ``` conda install -c conda-forge pygithub ``` @@ -2528,7 +2699,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (📥 42M / month · 📦 540 · ⏱️ 14.05.2025): +- [PyPi](https://pypi.org/project/gspread) (📥 43M / month · 📦 540 · ⏱️ 14.05.2025): ``` pip install gspread ``` @@ -2537,14 +2708,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gspread ```
+
python-slack-sdk (🥈38 · ⭐ 4K) - Slack Developer Kit for Python. MIT + +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 850 · 📋 910 - 4% open · ⏱️ 06.05.2026): + + ``` + git clone https://github.com/slackapi/python-slack-sdk + ``` +- [PyPi](https://pypi.org/project/slack-sdk) (📥 87M / month · 📦 1K · ⏱️ 12.03.2026): + ``` + pip install slack-sdk + ``` +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 760K · ⏱️ 13.03.2026): + ``` + conda install -c conda-forge slack-sdk + ``` +
gallery-dl (🥈37 · ⭐ 18K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 210 · 🔀 1.4K · 📥 1.1M · 📦 21 · 📋 7.6K - 14% open · ⏱️ 24.04.2026): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 210 · 🔀 1.4K · 📥 1.1M · 📦 21 · 📋 7.6K - 14% open · ⏱️ 06.05.2026): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (📥 250K / month · 📦 26 · ⏱️ 24.04.2026): +- [PyPi](https://pypi.org/project/gallery-dl) (📥 260K / month · 📦 26 · ⏱️ 03.05.2026): ``` pip install gallery-dl ``` @@ -2556,35 +2743,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (📥 2.1M / month · 📦 660 · ⏱️ 20.04.2026): +- [PyPi](https://pypi.org/project/telethon) (📥 2.2M / month · 📦 660 · ⏱️ 20.04.2026): ``` pip install telethon ```
twilio (🥈37 · ⭐ 2.1K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 150 · 🔀 790 · 📦 59K · 📋 340 - 7% open · ⏱️ 14.04.2026): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 150 · 🔀 810 · 📦 60K · 📋 370 - 14% open · ⏱️ 07.05.2026): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (📥 20M / month): +- [PyPi](https://pypi.org/project/twilio) (📥 21M / month · 📦 630 · ⏱️ 07.05.2026): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (📥 390K · ⏱️ 14.04.2026): +- [Conda](https://anaconda.org/conda-forge/twilio) (📥 400K · ⏱️ 07.05.2026): ``` conda install -c conda-forge twilio ```
slackclient (🥈36 · ⭐ 4K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 850 · 📋 910 - 4% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 850 · 📋 910 - 4% open · ⏱️ 06.05.2026): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 7.8M / month · 📦 500 · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slackclient) (📥 7.9M / month · 📦 500 · ⏱️ 22.04.2022): ``` pip install slackclient ``` @@ -2593,26 +2780,58 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge slackclient ```
+
jira (🥈36 · ⭐ 2.1K) - Python Jira library. Development chat available on.. BSD-2 + +- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 270 · 🔀 900 · 📥 280K · 📦 11K · 📋 810 - 27% open · ⏱️ 01.05.2026): + + ``` + git clone https://github.com/pycontribs/jira + ``` +- [PyPi](https://pypi.org/project/jira) (📥 22M / month · 📦 450 · ⏱️ 28.07.2025): + ``` + pip install jira + ``` +- [Conda](https://anaconda.org/conda-forge/jira) (📥 250K · ⏱️ 28.07.2025): + ``` + conda install -c conda-forge jira + ``` +
+
stripe (🥈36 · ⭐ 2K) - Python library for the Stripe API. MIT + +- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 340 · 🔀 520 · 📋 420 - 4% open · ⏱️ 24.04.2026): + + ``` + git clone https://github.com/stripe/stripe-python + ``` +- [PyPi](https://pypi.org/project/stripe) (📥 32M / month · 📦 600 · ⏱️ 06.05.2026): + ``` + pip install stripe + ``` +- [Conda](https://anaconda.org/anaconda/stripe) (📥 46K · ⏱️ 20.01.2026): + ``` + conda install -c anaconda stripe + ``` +
sherlock (🥈35 · ⭐ 83K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 310 · 🔀 9.5K · 📋 1.2K - 13% open · ⏱️ 12.04.2026): +- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 310 · 🔀 9.5K · 📋 1.3K - 13% open · ⏱️ 05.05.2026): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 45K / month · 📦 15 · ⏱️ 18.02.2023): +- [PyPi](https://pypi.org/project/sherlock) (📥 38K / month · 📦 15 · ⏱️ 18.02.2023): ``` pip install sherlock ```
spotipy (🥈35 · ⭐ 5.4K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 200 · 🔀 980 · 📦 43K · 📋 720 - 7% open · ⏱️ 11.03.2026): +- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 200 · 🔀 980 · 📦 43K · 📋 720 - 6% open · ⏱️ 11.03.2026): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (📥 460K / month · 📦 510 · ⏱️ 03.03.2026): +- [PyPi](https://pypi.org/project/spotipy) (📥 450K / month · 📦 510 · ⏱️ 03.03.2026): ``` pip install spotipy ``` @@ -2628,39 +2847,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (📥 1.4M / month · 📦 310 · ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/praw) (📥 1.3M / month · 📦 310 · ⏱️ 25.10.2024): ``` pip install praw ``` -- [Conda](https://anaconda.org/conda-forge/praw) (📥 82K · ⏱️ 31.05.2025): +- [Conda](https://anaconda.org/conda-forge/praw) (📥 83K · ⏱️ 31.05.2025): ``` conda install -c conda-forge praw ```
-
jira (🥈35 · ⭐ 2.1K) - Python Jira library. Development chat available on.. BSD-2 - -- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 270 · 🔀 870 · 📥 280K · 📦 11K · 📋 760 - 22% open · ⏱️ 02.10.2025): - - ``` - git clone https://github.com/pycontribs/jira - ``` -- [PyPi](https://pypi.org/project/jira) (📥 22M / month): - ``` - pip install jira - ``` -- [Conda](https://anaconda.org/conda-forge/jira) (📥 250K · ⏱️ 28.07.2025): - ``` - conda install -c conda-forge jira - ``` -
hvac (🥈34 · ⭐ 1.3K) - Python 3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (👨‍💻 210 · 🔀 370 · 📥 1.1K · 📦 7K · 📋 490 - 28% open · ⏱️ 06.01.2026): +- [GitHub](https://github.com/hvac/hvac) (👨‍💻 210 · 🔀 390 · 📥 1.1K · 📦 7K · 📋 530 - 33% open · ⏱️ 06.01.2026): ``` git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/hvac) (📥 28M / month): +- [PyPi](https://pypi.org/project/hvac) (📥 28M / month · 📦 500 · ⏱️ 30.10.2025): ``` pip install hvac ``` @@ -2669,46 +2872,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hvac ```
-
thumbor (🥈33 · ⭐ 10K) - thumbor is an open-source photo thumbnail service by globo.com. MIT +
thumbor (🥉33 · ⭐ 10K) - thumbor is an open-source photo thumbnail service by globo.com. MIT - [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 210 · 🔀 850 · 📦 390 · 📋 1K - 1% open · ⏱️ 12.04.2026): ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 22K / month · 📦 50 · ⏱️ 15.05.2025): +- [PyPi](https://pypi.org/project/thumbor) (📥 20K / month · 📦 50 · ⏱️ 15.05.2025): ``` pip install thumbor ```
-
wechatpy (🥈33 · ⭐ 4.3K) - WeChat SDK for Python. MIT +
wechatpy (🥉33 · ⭐ 4.3K) - WeChat SDK for Python. MIT - [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 100 · 🔀 830 · 📦 10K · 📋 370 - 15% open · ⏱️ 07.03.2026): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (📥 140K / month · 📦 25 · ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (📥 160K / month · 📦 25 · ⏱️ 19.06.2022): ``` pip install wechatpy ```
-
python-slack-sdk (🥈33 · ⭐ 4K) - Slack Developer Kit for Python. MIT - -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 830 · 📋 910 - 4% open · ⏱️ 29.04.2026): - - ``` - git clone https://github.com/slackapi/python-slack-sdk - ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 84M / month): - ``` - pip install slack-sdk - ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 750K · ⏱️ 13.03.2026): - ``` - conda install -c conda-forge slack-sdk - ``` -
notion-sdk-py (🥉31 · ⭐ 2.2K) - Notion API client SDK, rewritten in Python! (sync + async). MIT - [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 41 · 🔀 170 · 📋 140 - 8% open · ⏱️ 23.04.2026): @@ -2716,7 +2903,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (📥 3.5M / month · 📦 240 · ⏱️ 16.02.2026): +- [PyPi](https://pypi.org/project/notion-client) (📥 3.6M / month · 📦 240 · ⏱️ 16.02.2026): ``` pip install notion-client ``` @@ -2725,22 +2912,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge notion-client ```
-
stripe (🥉31 · ⭐ 2K) - Python library for the Stripe API. MIT - -- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 150 · 🔀 490 · 📋 410 - 3% open · ⏱️ 24.04.2026): - - ``` - git clone https://github.com/stripe/stripe-python - ``` -- [PyPi](https://pypi.org/project/stripe) (📥 30M / month): - ``` - pip install stripe - ``` -- [Conda](https://anaconda.org/anaconda/stripe) (📥 46K · ⏱️ 20.01.2026): - ``` - conda install -c anaconda stripe - ``` -
ghapi (🥉31 · ⭐ 680) - A delightful and complete interface to GitHubs amazing API. Apache-2 - [GitHub](https://github.com/AnswerDotAI/ghapi) (👨‍💻 23 · 🔀 70 · 📦 3.4K · 📋 150 - 31% open · ⏱️ 28.04.2026): @@ -2748,7 +2919,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 45M / month · 📦 150 · ⏱️ 28.02.2026): +- [PyPi](https://pypi.org/project/ghapi) (📥 53M / month · 📦 150 · ⏱️ 28.02.2026): ``` pip install ghapi ``` @@ -2765,43 +2936,31 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install imdbpy ```
-
notion-py (🥉25 · ⭐ 4.4K) - Unofficial Python API client for Notion.so. MIT +
notion-py (🥉28 · ⭐ 4.4K) - Unofficial Python API client for Notion.so. MIT -- [GitHub](https://github.com/jamalex/notion-py) (👨‍💻 36 · 🔀 410 · 📋 260 - 56% open · ⏱️ 16.02.2026): +- [GitHub](https://github.com/jamalex/notion-py) (👨‍💻 36 · 🔀 470 · 📋 280 - 59% open · ⏱️ 16.02.2026): ``` git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/notion) (📥 650K / month): +- [PyPi](https://pypi.org/project/notion) (📥 600K / month · 📦 61 · ⏱️ 16.02.2026): ``` pip install notion ```
-
py-googletrans (🥉25 · ⭐ 4.2K · 💤) - (unofficial) Googletrans: Free and Unlimited Google.. MIT - -- [GitHub](https://github.com/ssut/py-googletrans) (👨‍💻 31 · 🔀 640 · 📋 330 - 0% open · ⏱️ 25.04.2025): - - ``` - git clone https://github.com/ssut/py-googletrans - ``` -- [PyPi](https://pypi.org/project/googletrans) (📥 4.3M / month): - ``` - pip install googletrans - ``` -
-
scdl (🥉25 · ⭐ 4K) - Soundcloud Music Downloader. ❗️GPL-2.0 +
scdl (🥉26 · ⭐ 4K) - Soundcloud Music Downloader. ❗️GPL-2.0 - [GitHub](https://github.com/scdl-org/scdl) (👨‍💻 53 · 🔀 380 · 📦 430 · 📋 430 - 25% open · ⏱️ 22.02.2026): ``` git clone https://github.com/flyingrub/scdl ``` -- [PyPi](https://pypi.org/project/scdl) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/scdl) (📥 3.5K / month · 📦 5 · ⏱️ 22.02.2026): ``` pip install scdl ```
-
Show 26 hidden projects... +
Show 27 hidden projects... - pytube (🥈38 · ⭐ 13K · 💀) - Lightweight, dependency-free Python library and CLI for.. Unlicense - tushare (🥈35 · ⭐ 15K · 💀) - TuShare is a utility for crawling historical data of China stocks. BSD-3 @@ -2810,23 +2969,24 @@ _General purpose web frameworks to build web applications and REST APIs._ - google-maps-services-python (🥉30 · ⭐ 4.9K · 💀) - Python client library for Google Maps API Web Services. Apache-2 - simple-salesforce (🥉30 · ⭐ 1.9K · 💤) - A very simple Salesforce.com REST API client for.. ❗Unlicensed - twython (🥉30 · ⭐ 1.9K · 💀) - Actively maintained, pure Python wrapper for the Twitter API... MIT +- google-resumable-media (🥉30 · ⭐ 45) - This library has moved to.. Apache-2 - coursera-dl (🥉29 · ⭐ 9.6K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 -- python-twitter (🥉29 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API. Apache-2 -- slacker (🥉29 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API. Apache-2 -- twitter (🥉27 · ⭐ 3.3K · 💀) - Python Twitter API. MIT -- gmusicapi (🥉26 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 +- py-googletrans (🥉28 · ⭐ 4.2K · 💀) - (unofficial) Googletrans: Free and Unlimited Google.. MIT +- python-twitter (🥉27 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API. Apache-2 +- telepot (🥉27 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API. MIT +- slacker (🥉27 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API. Apache-2 +- Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3 +- Google Images Download (🥉26 · ⭐ 8.7K · 💀) - Python Script to download hundreds of images from.. MIT - twitterscraper (🥉26 · ⭐ 2.5K · 💀) - Scrape Twitter for Tweets. MIT -- telepot (🥉26 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API. MIT -- google-resumable-media (🥉26 · ⭐ 45) - This library has moved to.. Apache-2 -- Django Facebook (🥉25 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3 +- twitter (🥉25 · ⭐ 3.3K · 💀) - Python Twitter API. MIT - pyshorteners (🥉25 · ⭐ 410 · 💀) - Generating short urls with python has never been easier. ❗️GPL-3.0 - WikiExtractor (🥉24 · ⭐ 4K · 💀) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- Google Images Download (🥉23 · ⭐ 8.7K · 💀) - Python Script to download hundreds of images from.. MIT +- twitter-scraper (🥉23 · ⭐ 4K · 💀) - Scrape the Twitter Frontend API without authentication. MIT - instagram_private_api (🥉23 · ⭐ 3.3K · 💀) - A Python library to access Instagrams private API. MIT -- python-instagram (🥉23 · ⭐ 3K · 💀) - Python Client for Instagram API. MIT +- gmusicapi (🥉22 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 - GHunt (🥉21 · ⭐ 19K) - Offensive Google framework. ❗Unlicensed +- python-instagram (🥉21 · ⭐ 3K · 💀) - Python Client for Instagram API. MIT - instagram-scraper (🥉17 · ⭐ 6.9K · 💀) - Scrapes an instagram users photos and videos. Unlicense -- twitter-scraper (🥉16 · ⭐ 4K · 💀) - Scrape the Twitter Frontend API without authentication. MIT - igramscraper (🥉16 · ⭐ 2.1K · 💀) - scrapes medias, likes, followers, tags and all metadata... MIT - InstaPy (🥉15 · ⭐ 17K · 💀) - Tool for automated Instagram interactions. ❗️GPL-3.0
@@ -2836,26 +2996,26 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
modoboa (🥇32 · ⭐ 3.5K) - Mail hosting made simple. ISC +
modoboa (🥇31 · ⭐ 3.5K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 130 · 🔀 460 · 📦 62 · 📋 2K - 2% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 130 · 🔀 460 · 📦 62 · 📋 2K - 3% open · ⏱️ 07.05.2026): ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 4.5K / month): +- [PyPi](https://pypi.org/project/modoboa) (📥 5.9K / month · 📦 15 · ⏱️ 08.04.2026): ``` pip install modoboa ```
flask-mail (🥇31 · ⭐ 640 · 💤) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-mail) (👨‍💻 41 · 🔀 170 · 📥 33 · 📦 84K · 📋 130 - 11% open · ⏱️ 14.06.2025): +- [GitHub](https://github.com/pallets-eco/flask-mail) (👨‍💻 41 · 🔀 180 · 📥 33 · 📦 84K · 📋 130 - 11% open · ⏱️ 14.06.2025): ``` git clone https://github.com/mattupstate/flask-mail ``` -- [PyPi](https://pypi.org/project/flask-mail) (📥 1.4M / month): +- [PyPi](https://pypi.org/project/flask-mail) (📥 1.4M / month · 📦 230 · ⏱️ 23.05.2024): ``` pip install flask-mail ``` @@ -2864,28 +3024,28 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-mail ```
-
flanker (🥈28 · ⭐ 1.6K) - Python email address and Mime parsing library. Apache-2 +
fastapi-mail (🥈30 · ⭐ 990) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 58 · 🔀 200 · 📦 570 · 📋 93 - 58% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 56 · 🔀 110 · 📦 5.7K · 📋 140 - 8% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/mailgun/flanker + git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/flanker) (📥 32K / month): +- [PyPi](https://pypi.org/project/fastapi-mail) (📥 1.7M / month · 📦 36 · ⏱️ 07.05.2026): ``` - pip install flanker + pip install fastapi-mail ```
-
fastapi-mail (🥈28 · ⭐ 990) - Fastapi mail system sending mails(individual, bulk).. MIT +
flanker (🥈28 · ⭐ 1.6K) - Python email address and Mime parsing library. Apache-2 -- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 54 · 🔀 110 · 📦 5.7K · 📋 140 - 13% open · ⏱️ 17.02.2026): +- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 58 · 🔀 210 · 📦 570 · 📋 110 - 65% open · ⏱️ 08.04.2026): ``` - git clone https://github.com/sabuhish/fastapi-mail + git clone https://github.com/mailgun/flanker ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (📥 1.5M / month · 📦 33 · ⏱️ 17.02.2026): +- [PyPi](https://pypi.org/project/flanker) (📥 33K / month · 📦 7 · ⏱️ 05.12.2019): ``` - pip install fastapi-mail + pip install flanker ```
mailer (🥉21 · ⭐ 290 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT @@ -2895,7 +3055,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (📥 96K / month · 📦 7 · ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (📥 100K / month · 📦 7 · ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -2911,7 +3071,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - offlineimap (🥉26 · ⭐ 1.9K · 💀) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗Unlicensed - pyramid_mailer (🥉21 · ⭐ 51 · 💀) - A package for sending email from your Pyramid.. BSD-3 - gmail (🥉20 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail. MIT -- salmon (🥉13 · ⭐ 660 · 💀) - Moved to Codeberg. ❗Unlicensed +- salmon (🥉13 · ⭐ 660 · 💀) - Moved to Codeberg. ❗️GPL-3.0

@@ -2921,54 +3081,74 @@ _General purpose web frameworks to build web applications and REST APIs._ _Libraries for web scraping, crawling, downloading, and mining as well as libraries._ -
Scrapy (🥇46 · ⭐ 62K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 +
Scrapy (🥇47 · ⭐ 62K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 710 · 🔀 11K · 📦 56K · 📋 3.3K - 13% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 710 · 🔀 12K · 📦 56K · 📋 3.4K - 18% open · ⏱️ 06.05.2026): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (📥 3.2M / month): +- [PyPi](https://pypi.org/project/scrapy) (📥 3.3M / month · 📦 1.1K · ⏱️ 28.04.2026): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 1.9M · ⏱️ 28.04.2026): +- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 2M · ⏱️ 28.04.2026): ``` conda install -c conda-forge scrapy ```
-
dirsearch (🥇33 · ⭐ 14K) - Web path scanner. ❗️GPL-2.0 +
feedparser (🥇36 · ⭐ 2.4K) - Parse feeds in Python. BSD-2 -- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 110 · 🔀 2.4K · 📥 880 · 📦 200 · 📋 590 - 4% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 62 · 🔀 350 · 📦 100K · 📋 290 - 34% open · ⏱️ 01.02.2026): ``` - git clone https://github.com/maurosoria/dirsearch + git clone https://github.com/kurtmckee/feedparser ``` -- [PyPi](https://pypi.org/project/dirsearch) (📥 23K / month): +- [PyPi](https://pypi.org/project/feedparser) (📥 15M / month · 📦 1.5K · ⏱️ 10.09.2025): ``` - pip install dirsearch + pip install feedparser + ``` +- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 3.4M · ⏱️ 15.09.2025): + ``` + conda install -c conda-forge feedparser + ``` +
+
newspaper3k (🥇33 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in.. MIT + +- [GitHub](https://github.com/codelucas/newspaper) (👨‍💻 100 · 🔀 2.1K · 📦 21 · 📋 770 - 64% open · ⏱️ 16.04.2026): + + ``` + git clone https://github.com/codelucas/newspaper + ``` +- [PyPi](https://pypi.org/project/newspaper3k) (📥 1M / month · 📦 190 · ⏱️ 28.09.2018): + ``` + pip install newspaper3k + ``` +- [Conda](https://anaconda.org/conda-forge/newspaper3k) (📥 160K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge newspaper3k ```
-
trafilatura (🥇33 · ⭐ 5.8K · 💤) - Python & Command-line tool to gather text and metadata on.. Apache-2 +
trafilatura (🥇33 · ⭐ 5.9K · 💤) - Python & Command-line tool to gather text and metadata on.. Apache-2 - [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 56 · 🔀 360 · 📦 9K · 📋 430 - 23% open · ⏱️ 12.09.2025): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (📥 6.7M / month): +- [PyPi](https://pypi.org/project/trafilatura) (📥 7.4M / month · 📦 160 · ⏱️ 03.12.2024): ``` pip install trafilatura ```
parsel (🥇33 · ⭐ 1.3K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 53 · 🔀 160 · 📦 40K · 📋 130 - 24% open · ⏱️ 29.01.2026): +- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 53 · 🔀 160 · 📦 40K · 📋 140 - 31% open · ⏱️ 29.01.2026): ``` git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/parsel) (📥 4.2M / month): +- [PyPi](https://pypi.org/project/parsel) (📥 4.2M / month · 📦 410 · ⏱️ 29.01.2026): ``` pip install parsel ``` @@ -2977,98 +3157,94 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge parsel ```
-
soupsieve (🥇33 · ⭐ 260) - A modern CSS selector implementation for BeautifulSoup. MIT +
dirsearch (🥈32 · ⭐ 14K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 15 · 🔀 47 · 📦 750K · 📋 120 - 8% open · ⏱️ 27.03.2026): +- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 110 · 🔀 2.4K · 📥 970 · 📦 200 · 📋 600 - 6% open · ⏱️ 29.04.2026): ``` - git clone https://github.com/facelessuser/soupsieve - ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 330M / month): - ``` - pip install soupsieve + git clone https://github.com/maurosoria/dirsearch ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 35M · ⏱️ 21.01.2026): +- [PyPi](https://pypi.org/project/dirsearch) (📥 23K / month · 📦 1 · ⏱️ 03.10.2022): ``` - conda install -c conda-forge soupsieve + pip install dirsearch ```
-
newspaper3k (🥈31 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in.. MIT +
cloudscraper (🥈30 · ⭐ 6.5K · 💤) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/codelucas/newspaper) (👨‍💻 100 · 🔀 2K · 📦 21 · 📋 680 - 60% open · ⏱️ 16.04.2026): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 14 · 🔀 610 · 📦 32K · 📋 46 - 67% open · ⏱️ 10.06.2025): ``` - git clone https://github.com/codelucas/newspaper - ``` -- [PyPi](https://pypi.org/project/newspaper3k) (📥 980K / month): - ``` - pip install newspaper3k + git clone https://github.com/venomous/cloudscraper ``` -- [Conda](https://anaconda.org/conda-forge/newspaper3k) (📥 160K · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/cloudscraper) (📥 3.9M / month · 📦 280 · ⏱️ 25.04.2023): ``` - conda install -c conda-forge newspaper3k + pip install cloudscraper ```
-
cloudscraper (🥈30 · ⭐ 6.5K · 💤) - A Python module to bypass Cloudflares anti-bot page. MIT +
soupsieve (🥈29 · ⭐ 260 · 📉) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 14 · 🔀 610 · 📦 32K · 📋 46 - 67% open · ⏱️ 10.06.2025): +- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 15 · 🔀 47 · 📋 120 - 10% open · ⏱️ 27.03.2026): ``` - git clone https://github.com/venomous/cloudscraper + git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 3.9M / month): +- [PyPi](https://pypi.org/project/soupsieve) (📥 340M / month · 📦 1.8K · ⏱️ 20.01.2026): ``` - pip install cloudscraper + pip install soupsieve + ``` +- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 35M · ⏱️ 21.01.2026): + ``` + conda install -c conda-forge soupsieve ```
-
Grab (🥈25 · ⭐ 2.5K · 💤) - Web Scraping Framework. MIT +
MechanicalSoup (🥈27 · ⭐ 4.9K) - A Python library for automating interaction with websites. MIT -- [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 270 · 📦 440 · 📋 220 - 0% open · ⏱️ 19.09.2025): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 56 · 🔀 380 · 📥 72 · 📋 190 - 22% open · ⏱️ 31.03.2026): ``` - git clone https://github.com/lorien/grab + git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/grab) (📥 4K / month): +- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 120K / month · 📦 120 · ⏱️ 30.05.2025): ``` - pip install grab + pip install MechanicalSoup + ``` +- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 280K · ⏱️ 30.05.2025): + ``` + conda install -c conda-forge mechanicalsoup ```
-
frontera (🥈25 · ⭐ 1.3K · 💤) - A scalable frontier for web crawlers. BSD-3 +
python-goose (🥈27 · ⭐ 4.1K) - Html Content / Article Extractor, web scrapping lib in Python. Apache-2 -- [GitHub](https://github.com/scrapinghub/frontera) (👨‍💻 42 · 🔀 220 · 📦 43 · 📋 170 - 54% open · ⏱️ 06.06.2025): +- [GitHub](https://github.com/grangier/python-goose) (👨‍💻 36 · 🔀 830 · 📋 200 - 53% open · ⏱️ 10.03.2026): ``` - git clone https://github.com/scrapinghub/frontera + git clone https://github.com/grangier/python-goose ``` -- [PyPi](https://pypi.org/project/frontera) (📥 2.8K / month · 📦 6 · ⏱️ 06.06.2025): +- [PyPi](https://pypi.org/project/goose3) (📥 81K / month · 📦 27 · ⏱️ 30.11.2025): ``` - pip install frontera + pip install goose3 ```
-
MechanicalSoup (🥉24 · ⭐ 4.9K) - A Python library for automating interaction with websites. MIT +
Grab (🥈27 · ⭐ 2.5K · 💤) - Web Scraping Framework. MIT -- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 56 · 🔀 380 · 📥 72 · 📋 180 - 17% open · ⏱️ 31.03.2026): +- [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 280 · 📦 440 · 📋 220 - 0% open · ⏱️ 19.09.2025): ``` - git clone https://github.com/MechanicalSoup/MechanicalSoup - ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 120K / month): - ``` - pip install MechanicalSoup + git clone https://github.com/lorien/grab ``` -- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 270K · ⏱️ 30.05.2025): +- [PyPi](https://pypi.org/project/grab) (📥 4.1K / month · 📦 5 · ⏱️ 18.09.2025): ``` - conda install -c conda-forge mechanicalsoup + pip install grab ```
-
micawber (🥉24 · ⭐ 670) - a small library for extracting rich content from urls. MIT +
micawber (🥉26 · ⭐ 670) - a small library for extracting rich content from urls. MIT -- [GitHub](https://github.com/coleifer/micawber) (👨‍💻 28 · 🔀 87 · 📦 3.1K · ⏱️ 10.03.2026): +- [GitHub](https://github.com/coleifer/micawber) (👨‍💻 28 · 🔀 89 · 📦 3.1K · ⏱️ 10.03.2026): ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (📥 150K / month): +- [PyPi](https://pypi.org/project/micawber) (📥 150K / month · 📦 22 · ⏱️ 07.01.2026): ``` pip install micawber ``` @@ -3077,28 +3253,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge micawber ```
-
Photon (🥉23 · ⭐ 13K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 +
frontera (🥉25 · ⭐ 1.3K · 💤) - A scalable frontier for web crawlers. BSD-3 -- [GitHub](https://github.com/s0md3v/Photon) (👨‍💻 21 · 🔀 1.6K · 📋 110 - 37% open · ⏱️ 10.02.2026): +- [GitHub](https://github.com/scrapinghub/frontera) (👨‍💻 42 · 🔀 220 · 📦 43 · 📋 170 - 54% open · ⏱️ 06.06.2025): ``` - git clone https://github.com/s0md3v/Photon + git clone https://github.com/scrapinghub/frontera ``` -- [PyPi](https://pypi.org/project/photon) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/frontera) (📥 2.7K / month · 📦 6 · ⏱️ 06.06.2025): ``` - pip install photon + pip install frontera ```
-
python-goose (🥉23 · ⭐ 4.1K) - Html Content / Article Extractor, web scrapping lib in Python. Apache-2 +
Photon (🥉22 · ⭐ 13K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 -- [GitHub](https://github.com/grangier/python-goose) (👨‍💻 36 · 🔀 750 · 📋 180 - 46% open · ⏱️ 10.03.2026): +- [GitHub](https://github.com/s0md3v/Photon) (👨‍💻 21 · 🔀 1.6K · 📋 120 - 43% open · ⏱️ 10.02.2026): ``` - git clone https://github.com/grangier/python-goose + git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/goose3) (📥 78K / month): +- [PyPi](https://pypi.org/project/photon) (📥 1.5K / month · ⏱️ 25.01.2019): ``` - pip install goose3 + pip install photon ```
AutoScraper (🥉18 · ⭐ 7.2K · 💤) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT @@ -3108,33 +3284,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/alirezamika/autoscraper ``` -- [PyPi](https://pypi.org/project/autoscraper) (📥 1.1K / month · 📦 2 · ⏱️ 17.07.2022): +- [PyPi](https://pypi.org/project/autoscraper) (📥 1K / month · 📦 2 · ⏱️ 17.07.2022): ``` pip install autoscraper ```
-
Show 20 hidden projects... +
gain (🥉13 · ⭐ 2K · 💤) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP]. ❗️GPL-3.0 + +- [GitHub](https://github.com/gaojiuli/gain) (🔀 210 · ⏱️ 17.08.2025): + + ``` + git clone https://github.com/gaojiuli/gain + ``` +- [PyPi](https://pypi.org/project/gain) (📥 210 / month · 📦 1 · ⏱️ 19.06.2017): + ``` + pip install gain + ``` +
+
Show 18 hidden projects... -- feedparser (🥇34 · ⭐ 2.4K) - Parse feeds in Python. ❗Unlicensed -- You-Get (🥈29 · ⭐ 57K · 💤) - Dumb downloader that scrapes the web. ❗Unlicensed -- pyspider (🥈29 · ⭐ 17K · 💀) - A Powerful Spider(Web Crawler) System in Python. Apache-2 +- You-Get (🥈31 · ⭐ 57K · 💀) - Dumb downloader that scrapes the web. MIT - Pattern (🥈29 · ⭐ 8.9K · 💀) - Web mining module for Python, with tools for scraping, natural.. BSD-3 -- extruct (🥈25 · ⭐ 960 · 💀) - Extract embedded metadata from HTML markup. BSD-3 -- pytrends (🥉23 · ⭐ 3.7K · 💀) - Pseudo API for Google Trends. ❗Unlicensed +- pytrends (🥈27 · ⭐ 3.7K · 💀) - Pseudo API for Google Trends. Apache-2 +- extruct (🥈27 · ⭐ 960 · 💀) - Extract embedded metadata from HTML markup. BSD-3 +- pyspider (🥉26 · ⭐ 17K · 💀) - A Powerful Spider(Web Crawler) System in Python. Apache-2 +- robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper. BSD-3 - Gerapy (🥉23 · ⭐ 3.5K · 💀) - Distributed Crawler Management Framework Based on Scrapy,.. MIT -- robobrowser (🥉22 · ⭐ 3.7K · 💀) - BSD-3 +- scrapely (🥉23 · ⭐ 1.9K · 💀) - A pure-python HTML screen-scraping library. BSD-3 - ruia (🥉22 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - snallygaster (🥉20 · ⭐ 2.1K) - Tool to scan for secret files on HTTP servers. ❗️0BSD - gazpacho (🥉20 · ⭐ 770 · 💀) - The simple, fast, and modern web scraping library. MIT -- scrapely (🥉19 · ⭐ 1.9K · 💀) - A pure-python HTML screen-scraping library. ❗Unlicensed -- Cola (🥉19 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework. Apache-2 - Lassie (🥉19 · ⭐ 630 · 💀) - Web Content Retrieval for Humans. MIT -- opengraph (🥉15 · ⭐ 230 · 💀) - A python module to parse the Open Graph Protocol. MIT +- Cola (🥉16 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework. Apache-2 +- opengraph (🥉16 · ⭐ 240 · 💀) - A python module to parse the Open Graph Protocol. MIT - lazynlp (🥉13 · ⭐ 2.3K · 💀) - Library to scrape and clean web pages to create massive datasets. MIT -- Transistor (🥉12 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use.. MIT -- Scrapera (🥉11 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans. MIT -- iploop-sdk (🥉9 · ⭐ 5 · 🐣) - Residential proxy SDK with 66 site presets and built-in anti-.. MIT -- gain (🥉4 · 💤) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP]. ❗Unlicensed +- Scrapera (🥉13 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans. MIT +- Transistor (🥉13 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use.. MIT +- iploop-sdk (🥉13 · ⭐ 6 · 🐣) - Residential proxy SDK with 66 site presets and built-in anti-.. MIT

@@ -3142,57 +3328,69 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
sentry (🥇41 · ⭐ 44K) - Developer-first error tracking and performance monitoring. ❗Unlicensed +
posthog (🥇45 · ⭐ 34K) - PostHog is an all-in-one developer platform for building successful.. MIT + +- [GitHub](https://github.com/PostHog/posthog) (👨‍💻 16K · 🔀 2.7K · 📥 580K · 📦 120 · 📋 11K - 37% open · ⏱️ 07.05.2026): + + ``` + git clone https://github.com/PostHog/posthog + ``` +- [PyPi](https://pypi.org/project/posthog) (📥 31M / month · 📦 620 · ⏱️ 01.05.2026): + ``` + pip install posthog + ``` +
+
sentry (🥇43 · ⭐ 44K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 1K · 🔀 4.6K · 📥 5.9K · 📦 750 · 📋 17K - 10% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 1K · 🔀 4.6K · 📥 5.9K · 📦 750 · 📋 18K - 13% open · ⏱️ 07.05.2026): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (📥 4.6K / month): +- [PyPi](https://pypi.org/project/sentry) (📥 4.7K / month · 📦 140 · ⏱️ 25.07.2023): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.6M · ⏱️ 13.04.2026): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.6M · ⏱️ 04.05.2026): ``` conda install -c conda-forge sentry-sdk ```
-
opentelemetry-python (🥈33 · ⭐ 2.4K) - OpenTelemetry Python API and SDK. Apache-2 +
Prometheus Client (🥈36 · ⭐ 4.3K) - Python client for the Prometheus monitoring system. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 360 · 🔀 860 · 📋 2.1K - 20% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 180 · 🔀 850 · 📋 610 - 21% open · ⏱️ 06.05.2026): ``` - git clone https://github.com/open-telemetry/opentelemetry-python + git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (📥 1.1M / month · 📦 9 · ⏱️ 17.02.2026): +- [PyPi](https://pypi.org/project/prometheus-client) (📥 160M / month · 📦 3.7K · ⏱️ 09.04.2026): ``` - pip install timing-asgi + pip install prometheus-client ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 2.9M · ⏱️ 28.04.2026): +- [Conda](https://anaconda.org/conda-forge/prometheus_client) (📥 25M · ⏱️ 09.04.2026): ``` - conda install -c conda-forge opentelemetry-api + conda install -c conda-forge prometheus_client ```
-
Prometheus Client (🥈30 · ⭐ 4.3K) - Python client for the Prometheus monitoring system. Apache-2 +
opentelemetry-python (🥈33 · ⭐ 2.4K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 180 · 🔀 840 · 📋 580 - 17% open · ⏱️ 24.04.2026): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 360 · 🔀 870 · 📋 2.1K - 21% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/prometheus/client_python + git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (📥 150M / month): +- [PyPi](https://pypi.org/project/timing-asgi) (📥 1.3M / month · 📦 9 · ⏱️ 17.02.2026): ``` - pip install prometheus-client + pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_client) (📥 25M · ⏱️ 09.04.2026): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 3M · ⏱️ 28.04.2026): ``` - conda install -c conda-forge prometheus_client + conda install -c conda-forge opentelemetry-api ```
-
GoAccess (🥈28 · ⭐ 20K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT +
GoAccess (🥈28 · ⭐ 21K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 180 · 🔀 1.2K · 📦 21 · 📋 2.4K - 17% open · ⏱️ 23.04.2026): +- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 180 · 🔀 1.2K · 📦 21 · 📋 2.4K - 18% open · ⏱️ 23.04.2026): ``` git clone https://github.com/allinurl/goaccess @@ -3200,12 +3398,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
starlette context (🥈28 · ⭐ 610) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 11 · 🔀 29 · 📦 1.5K · 📋 40 - 5% open · ⏱️ 01.04.2026): +- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 11 · 🔀 29 · 📦 1.6K · 📋 40 - 5% open · ⏱️ 01.04.2026): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 1.9M / month): +- [PyPi](https://pypi.org/project/starlette-context) (📥 1.9M / month · 📦 93 · ⏱️ 28.02.2026): ``` pip install starlette-context ``` @@ -3217,24 +3415,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 41K / month · 📦 11 · ⏱️ 14.11.2025): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 120K / month · 📦 11 · ⏱️ 14.11.2025): ``` pip install flask-monitoringdashboard ```
-
ngxtop (🥉21 · ⭐ 6.5K) - Real-time metrics for nginx server. MIT +
ngxtop (🥉22 · ⭐ 6.5K) - Real-time metrics for nginx server. MIT -- [GitHub](https://github.com/lebinh/ngxtop) (👨‍💻 10 · 🔀 460 · 📦 40 · 📋 75 - 62% open · ⏱️ 02.03.2026): +- [GitHub](https://github.com/lebinh/ngxtop) (👨‍💻 10 · 🔀 470 · 📦 40 · 📋 91 - 69% open · ⏱️ 02.03.2026): ``` git clone https://github.com/lebinh/ngxtop ``` -- [PyPi](https://pypi.org/project/ngxtop) (📥 4.2K / month): +- [PyPi](https://pypi.org/project/ngxtop) (📥 3.9K / month · ⏱️ 21.12.2020): ``` pip install ngxtop ```
-
timing-asgi (🥉11 · ⭐ 130) - ASGI middleware to record and emit timing metrics (to something like.. MIT +
timing-asgi (🥉10 · ⭐ 130) - ASGI middleware to record and emit timing metrics (to something like.. MIT - [GitHub](https://github.com/steinnes/timing-asgi) (👨‍💻 7 · 🔀 12 · 📦 180 · 📋 9 - 44% open · ⏱️ 17.02.2026): @@ -3242,11 +3440,10 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/steinnes/timing-asgi ```
-
Show 5 hidden projects... +
Show 4 hidden projects... -- posthog (🥇42 · ⭐ 34K) - PostHog is an all-in-one developer platform for building.. ❗Unlicensed - opentracing-python (🥉26 · ⭐ 760 · 💀) - OpenTracing API for Python. This library is.. Apache-2 -- prometheus-flask-exporter (🥉22 · ⭐ 680 · 💀) - Prometheus exporter for Flask applications. MIT +- prometheus-flask-exporter (🥉26 · ⭐ 680 · 💀) - Prometheus exporter for Flask applications. MIT - Starlette Prometheus (🥉20 · ⭐ 380 · 💀) - Prometheus integration for Starlette. ❗️GPL-3.0 - flask-state (🥉15 · ⭐ 610 · 💀) - Display machine state using Python3 with Flask. BSD-3
@@ -3256,38 +3453,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Streamlit (🥇48 · ⭐ 44K · 📈) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (🥇48 · ⭐ 44K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 320 · 🔀 4.2K · 📦 1M · 📋 5.9K - 18% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 810 · 🔀 4.2K · 📦 1M · 📋 6.1K - 21% open · ⏱️ 07.05.2026): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 27M / month): +- [PyPi](https://pypi.org/project/streamlit) (📥 27M / month · 📦 6.1K · ⏱️ 28.04.2026): ``` pip install streamlit ```
Panel (🥇39 · ⭐ 5.7K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 240 · 🔀 600 · 📦 19K · 📋 4.1K - 28% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 240 · 🔀 600 · 📦 19K · 📋 4.1K - 28% open · ⏱️ 07.05.2026): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (📥 2.8M / month · 📦 630 · ⏱️ 26.03.2026): +- [PyPi](https://pypi.org/project/panel) (📥 2.9M / month · 📦 630 · ⏱️ 26.03.2026): ``` pip install panel ```
NiceGUI (🥈38 · ⭐ 16K) - Create web-based user interfaces with Python. The nice way. MIT -- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 220 · 🔀 900 · 📦 2.8K · 📋 1.5K - 1% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 220 · 🔀 910 · 📦 2.8K · 📋 1.5K - 3% open · ⏱️ 06.05.2026): ``` git clone https://github.com/zauberzeug/nicegui ``` -- [PyPi](https://pypi.org/project/nicegui) (📥 1.2M / month): +- [PyPi](https://pypi.org/project/nicegui) (📥 1.2M / month · 📦 390 · ⏱️ 25.04.2026): ``` pip install nicegui ``` @@ -3295,80 +3492,80 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` conda install -c conda-forge nicegui ``` -- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 81K · ⭐ 12 · ⏱️ 25.04.2026): +- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 82K · ⭐ 12 · ⏱️ 25.04.2026): ``` docker pull zauberzeug/nicegui ```
-
idom (🥈29 · ⭐ 8.1K) - Its React, but in Python. MIT +
wave (🥈31 · ⭐ 4.2K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 27 · 🔀 320 · 📦 270 · 📋 390 - 12% open · ⏱️ 18.04.2026): +- [GitHub](https://github.com/h2oai/wave) (👨‍💻 64 · 🔀 370 · 📥 2M · 📋 1.1K - 20% open · ⏱️ 28.04.2026): ``` - git clone https://github.com/idom-team/idom + git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/idom) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/wave) (📥 33K / month · 📦 120 · ⏱️ 15.03.2024): ``` - pip install idom + pip install wave ```
-
wave (🥈28 · ⭐ 4.2K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 +
idom (🥈29 · ⭐ 8.2K) - Its React, but in Python. MIT -- [GitHub](https://github.com/h2oai/wave) (👨‍💻 63 · 🔀 360 · 📥 2M · 📋 1.1K - 18% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 27 · 🔀 330 · 📦 270 · 📋 390 - 12% open · ⏱️ 18.04.2026): ``` - git clone https://github.com/h2oai/wave + git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/wave) (📥 34K / month): +- [PyPi](https://pypi.org/project/idom) (📥 1.2K / month · 📦 10 · ⏱️ 26.02.2023): ``` - pip install wave + pip install idom ```
-
pyscript (🥉26 · ⭐ 19K) - An open source platform for Python in the browser... Apache-2 +
trame (🥈29 · ⭐ 670) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 130 · 🔀 1.5K · 📥 550 · 📋 850 - 1% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/Kitware/trame) (👨‍💻 29 · 🔀 80 · 📥 720 · 📦 740 · 📋 120 - 21% open · ⏱️ 30.04.2026): ``` - git clone https://github.com/pyscript/pyscript + git clone https://github.com/Kitware/trame + ``` +- [PyPi](https://pypi.org/project/trame) (📥 510K / month · 📦 120 · ⏱️ 18.08.2025): + ``` + pip install trame ```
-
PyWebIO (🥉26 · ⭐ 4.8K · 💤) - Write interactive web app in script way. MIT +
Wooey (🥉26 · ⭐ 2.2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 -- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 19 · 🔀 390 · 📦 2K · 📋 260 - 12% open · ⏱️ 08.04.2025): +- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 25 · 🔀 190 · 📦 52 · 📋 220 - 24% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/pywebio/PyWebIO + git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/pywebio) (📥 7.1K / month · 📦 47 · ⏱️ 04.04.2025): +- [PyPi](https://pypi.org/project/wooey) (📥 500 / month · ⏱️ 13.04.2026): ``` - pip install pywebio + pip install wooey ```
-
Misago (🥉25 · ⭐ 2.7K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 +
pyscript (🥉25 · ⭐ 19K) - An open source platform for Python in the browser... Apache-2 -- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 48 · 🔀 540 · 📦 53 · 📋 1.5K - 11% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 130 · 🔀 1.5K · 📥 570 · 📋 860 - 2% open · ⏱️ 08.04.2026): ``` - git clone https://github.com/rafalp/Misago + git clone https://github.com/pyscript/pyscript ```
-
Wooey (🥉25 · ⭐ 2.2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 +
Misago (🥉25 · ⭐ 2.7K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 25 · 🔀 190 · 📦 52 · 📋 220 - 23% open · ⏱️ 16.04.2026): +- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 48 · 🔀 540 · 📦 53 · 📋 1.5K - 11% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/wooey/wooey - ``` -- [PyPi](https://pypi.org/project/wooey) (📥 450 / month): - ``` - pip install wooey + git clone https://github.com/rafalp/Misago ```
Show 3 hidden projects... +- PyWebIO (🥉26 · ⭐ 4.8K · 💀) - Write interactive web app in script way. MIT - flaskbb (🥉26 · ⭐ 2.7K) - A classic Forum Software in Python using Flask. ❗Unlicensed -- trame (🥉26 · ⭐ 670) - Trame lets you weave various components and technologies into a Web.. ❗Unlicensed -- python-react (🥉23 · ⭐ 1.6K · 💀) - Server-side rendering of React components. MIT +- python-react (🥉25 · ⭐ 1.6K · 💀) - Server-side rendering of React components. MIT

@@ -3378,7 +3575,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (🥇41 · ⭐ 8.4K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/django-commons/django-debug-toolbar) (👨‍💻 330 · 🔀 1.1K · 📥 400 · 📦 110K · 📋 1K - 6% open · ⏱️ 26.04.2026): +- [GitHub](https://github.com/django-commons/django-debug-toolbar) (👨‍💻 330 · 🔀 1.1K · 📥 400 · 📦 110K · 📋 1K - 6% open · ⏱️ 04.05.2026): ``` git clone https://github.com/jazzband/django-debug-toolbar @@ -3387,23 +3584,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-debug-toolbar ``` -- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 490K · ⏱️ 02.04.2026): +- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 500K · ⏱️ 02.04.2026): ``` conda install -c conda-forge django-debug-toolbar ```
flask-admin (🥇40 · ⭐ 6.1K) - Simple and extensible administrative interface framework for.. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-admin) (👨‍💻 390 · 🔀 1.6K · 📥 620 · 📦 33K · 📋 1.5K - 6% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/pallets-eco/flask-admin) (👨‍💻 390 · 🔀 1.6K · 📥 620 · 📦 33K · 📋 1.5K - 6% open · ⏱️ 07.05.2026): ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (📥 1.9M / month · 📦 210 · ⏱️ 28.04.2026): +- [PyPi](https://pypi.org/project/flask-admin) (📥 1.9M / month · 📦 210 · ⏱️ 07.05.2026): ``` pip install flask-admin ``` -- [Conda](https://anaconda.org/conda-forge/flask-admin) (📥 360K · ⏱️ 28.04.2026): +- [Conda](https://anaconda.org/conda-forge/flask-admin) (📥 370K · ⏱️ 07.05.2026): ``` conda install -c conda-forge flask-admin ``` @@ -3415,35 +3612,35 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-grappelli) (📥 290K / month · 📦 34 · ⏱️ 29.04.2026): +- [PyPi](https://pypi.org/project/django-grappelli) (📥 300K / month · 📦 34 · ⏱️ 29.04.2026): ``` pip install django-grappelli ``` -- [Conda](https://anaconda.org/conda-forge/django-grappelli) (📥 310K · ⏱️ 29.04.2026): +- [Conda](https://anaconda.org/conda-forge/django-grappelli) (📥 320K · ⏱️ 29.04.2026): ``` conda install -c conda-forge django-grappelli ```
django-admin-interface (🥈33 · ⭐ 2K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 46 · 🔀 180 · 📦 5.3K · 📋 220 - 4% open · ⏱️ 17.04.2026): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 46 · 🔀 200 · 📦 5.3K · 📋 220 - 5% open · ⏱️ 17.04.2026): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (📥 240K / month): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 230K / month · 📦 9 · ⏱️ 19.12.2025): ``` pip install django-admin-interface ```
starlette-admin (🥈28 · ⭐ 990) - Fast, beautiful and extensible administrative interface.. MIT -- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 31 · 🔀 92 · 📦 1.1K · 📋 250 - 33% open · ⏱️ 15.04.2026): +- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 31 · 🔀 93 · 📦 1.1K · 📋 250 - 33% open · ⏱️ 15.04.2026): ``` git clone https://github.com/jowilf/starlette-admin ``` -- [PyPi](https://pypi.org/project/starlette-admin) (📥 170K / month · 📦 34 · ⏱️ 13.12.2025): +- [PyPi](https://pypi.org/project/starlette-admin) (📥 180K / month · 📦 34 · ⏱️ 13.12.2025): ``` pip install starlette-admin ``` @@ -3464,25 +3661,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-jet ```
-
fastapi-admin (🥉25 · ⭐ 3.8K · 💤) - A fast admin dashboard based on FastAPI and.. Apache-2 - -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 19 · 🔀 460 · 📦 510 · 📋 150 - 50% open · ⏱️ 05.04.2025): - - ``` - git clone https://github.com/fastapi-admin/fastapi-admin - ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 12K / month · 📦 6 · ⏱️ 08.06.2022): - ``` - pip install fastapi-admin - ``` -
-
Show 6 hidden projects... +
Show 7 hidden projects... - xadmin (🥈28 · ⭐ 4.8K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 - django-suit (🥉27 · ⭐ 2.4K · 💤) - Modern theme for Django admin interface. ❗️AFL-3.0 - django-admin-bootstrapped (🥉26 · ⭐ 1.6K · 💀) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 +- fastapi-admin (🥉25 · ⭐ 3.8K · 💀) - A fast admin dashboard based on FastAPI and.. Apache-2 - django-admin2 (🥉22 · ⭐ 1.2K · 💀) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3 -- django-smuggler (🥉20 · ⭐ 370 · 💀) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0 +- django-smuggler (🥉21 · ⭐ 370 · 💀) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0 - nginx-ui (🥉15 · ⭐ 4.5K · 💀) - Nginx UI allows you to access and modify the nginx configurations.. MIT

@@ -3493,7 +3679,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇34 · ⭐ 44K) - The API and AI Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 450 · 🔀 5K · 📦 22 · 📋 4.6K - 1% open · ⏱️ 26.02.2026): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 450 · 🔀 5.1K · 📦 22 · 📋 4.7K - 2% open · ⏱️ 26.02.2026): ``` git clone https://github.com/kong/kong @@ -3503,9 +3689,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar docker pull kong ```
-
tyk (🥉28 · ⭐ 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 +
tyk (🥉29 · ⭐ 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 140 · 🔀 1.1K · 📋 2K - 8% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 240 · 🔀 1.2K · 📋 2.3K - 19% open · ⏱️ 05.05.2026): ``` git clone https://github.com/TykTechnologies/tyk @@ -3517,22 +3703,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-sqlalchemy (🥇38 · ⭐ 4.3K · 💤) - Adds SQLAlchemy support to Flask. BSD-3 +
flask-sqlalchemy (🥇37 · ⭐ 4.3K · 💤) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 880 · 📥 1.1K · 📦 540K · 📋 680 - 3% open · ⏱️ 14.06.2025): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 900 · 📥 1.1K · 📦 540K · 📋 680 - 3% open · ⏱️ 14.06.2025): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 28M / month): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 28M / month · 📦 1.3K · ⏱️ 11.09.2023): ``` pip install flask-sqlalchemy ``` -- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 850K · ⏱️ 01.12.2025): +- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 860K · ⏱️ 01.12.2025): ``` conda install -c conda-forge flask-sqlalchemy ```
+
Flask-Migrate (🥇34 · ⭐ 2.4K) - SQLAlchemy database migrations for Flask applications using.. MIT + +- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 51 · 🔀 230 · 📦 190K · 📋 410 - 0% open · ⏱️ 25.12.2025): + + ``` + git clone https://github.com/miguelgrinberg/Flask-Migrate + ``` +- [PyPi](https://pypi.org/project/flask-migrate) (📥 5.5M / month · 📦 400 · ⏱️ 10.01.2025): + ``` + pip install flask-migrate + ``` +- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 560K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge flask-migrate + ``` +
flask-cors (🥇34 · ⭐ 940) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT - [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 54 · 🔀 150 · 📦 460K · 📋 190 - 35% open · ⏱️ 12.12.2025): @@ -3551,19 +3753,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-limiter (🥇32 · ⭐ 1.2K) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 46 · 🔀 120 · 📥 740 · 📦 23K · 📋 190 - 0% open · ⏱️ 09.03.2026): +- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 46 · 🔀 130 · 📥 740 · 📦 23K · 📋 190 - 0% open · ⏱️ 09.03.2026): ``` git clone https://github.com/alisaifee/flask-limiter ``` -- [PyPi](https://pypi.org/project/flask-limiter) (📥 22M / month): +- [PyPi](https://pypi.org/project/flask-limiter) (📥 23M / month · 📦 190 · ⏱️ 06.12.2025): ``` pip install flask-limiter ```
flask-marshmallow (🥈31 · ⭐ 890) - Flask + marshmallow for beautiful APIs. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 27 · 🔀 63 · 📦 34K · 📋 120 - 20% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 27 · 🔀 63 · 📦 34K · 📋 120 - 20% open · ⏱️ 05.05.2026): ``` git clone https://github.com/marshmallow-code/flask-marshmallow @@ -3579,30 +3781,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask_pydantic (🥈27 · ⭐ 430) - flask extension for integration with the awesome pydantic.. MIT -- [GitHub](https://github.com/pallets-eco/flask-pydantic) (👨‍💻 24 · 🔀 66 · 📥 30 · 📦 890 · 📋 53 - 30% open · ⏱️ 22.12.2025): +- [GitHub](https://github.com/pallets-eco/flask-pydantic) (👨‍💻 24 · 🔀 69 · 📥 30 · 📦 890 · 📋 53 - 30% open · ⏱️ 22.12.2025): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 520K / month): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 520K / month · 📦 11 · ⏱️ 22.12.2025): ``` pip install flask_pydantic ```
-
Flask-Migrate (🥈26 · ⭐ 2.4K · 📉) - SQLAlchemy database migrations for Flask applications.. MIT +
flask-apispec (🥈26 · ⭐ 650 · 💤) - Build and document REST APIs with Flask and apispec. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 51 · 🔀 230 · ⏱️ 25.12.2025): +- [GitHub](https://github.com/jmcarp/flask-apispec) (👨‍💻 32 · 🔀 150 · 📦 1.9K · 📋 190 - 62% open · ⏱️ 04.05.2025): ``` - git clone https://github.com/miguelgrinberg/Flask-Migrate + git clone https://github.com/jmcarp/flask-apispec ``` -- [PyPi](https://pypi.org/project/flask-migrate) (📥 5.4M / month): +- [PyPi](https://pypi.org/project/flask-apispec) (📥 330K / month · 📦 28 · ⏱️ 11.08.2022): ``` - pip install flask-migrate + pip install flask-apispec ``` -- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 550K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 310K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge flask-migrate + conda install -c conda-forge flask-apispec ```
safrs (🥈26 · ⭐ 410) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 @@ -3619,12 +3821,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Flask-Moment (🥈26 · ⭐ 380) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 48 · 📦 25K · ⏱️ 25.12.2025): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 49 · 📦 25K · 📋 53 - 1% open · ⏱️ 25.12.2025): ``` git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-moment) (📥 190K / month): +- [PyPi](https://pypi.org/project/flask-moment) (📥 180K / month · 📦 30 · ⏱️ 28.05.2024): ``` pip install flask-moment ``` @@ -3633,49 +3835,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-moment ```
-
flask-rebar (🥈26 · ⭐ 240) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
flask-rebar (🥉24 · ⭐ 240) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT - [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 48 · 🔀 38 · 📦 58 · 📋 110 - 46% open · ⏱️ 03.02.2026): ``` git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask-rebar) (📥 19K / month · 📦 7 · ⏱️ 03.02.2026): +- [PyPi](https://pypi.org/project/flask-rebar) (📥 20K / month · 📦 7 · ⏱️ 03.02.2026): ``` pip install flask-rebar ```
-
flask-apispec (🥉24 · ⭐ 650 · 💤) - Build and document REST APIs with Flask and apispec. MIT - -- [GitHub](https://github.com/jmcarp/flask-apispec) (👨‍💻 32 · 🔀 140 · 📦 1.9K · 📋 160 - 56% open · ⏱️ 04.05.2025): - - ``` - git clone https://github.com/jmcarp/flask-apispec - ``` -- [PyPi](https://pypi.org/project/flask-apispec) (📥 320K / month): - ``` - pip install flask-apispec - ``` -- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 300K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge flask-apispec - ``` -
-
flask-jsonrpc (🥉21 · ⭐ 290) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 +
flask-jsonrpc (🥉21 · ⭐ 300) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 19 · 🔀 60 · 📥 230 · 📦 290 · 📋 100 - 2% open · ⏱️ 16.03.2026): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 19 · 🔀 62 · 📥 230 · 📦 290 · 📋 100 - 2% open · ⏱️ 16.03.2026): ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (📥 200 / month): +- [PyPi](https://pypi.org/project/rpc) (📥 180 / month · ⏱️ 28.04.2012): ``` pip install rpc ```
cookiecutter-flask (🥉18 · ⭐ 4.7K · 💤) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 78 · 🔀 750 · 📋 180 - 1% open · ⏱️ 13.08.2025): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 78 · 🔀 750 · 📋 190 - 5% open · ⏱️ 13.08.2025): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask @@ -3684,29 +3870,29 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 24 hidden projects... - flask-caching (🥇32 · ⭐ 930) - A caching extension for Flask. ❗Unlicensed -- flask-security (🥈30 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT +- flask-security (🥈31 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT +- flask-babel (🥈30 · ⭐ 450 · 💀) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +- flask-mongoengine (🥈29 · ⭐ 830 · 💀) - MongoEngine flask extension with WTF model forms.. BSD-3 - flask-session (🥈29 · ⭐ 540 · 💀) - Server side session extension for Flask. BSD-3 -- flask-mongoengine (🥈27 · ⭐ 830 · 💀) - MongoEngine flask extension with WTF model forms.. ❗Unlicensed -- flask-babel (🥈27 · ⭐ 450 · 💀) - i18n and l10n support for Flask based on Babel and.. ❗Unlicensed -- flask-api (🥈26 · ⭐ 1.5K · 💀) - Browsable web APIs for Flask. ❗Unlicensed +- flask-bcrypt (🥈29 · ⭐ 330 · 💀) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 +- flask-api (🥈28 · ⭐ 1.5K · 💀) - Browsable web APIs for Flask. BSD-3 - flask-assets (🥈26 · ⭐ 460 · 💀) - Flask webassets integration. BSD-2 -- flask-bcrypt (🥈26 · ⭐ 330 · 💀) - Flask-Bcrypt is a Flask extension that provides.. ❗Unlicensed +- flask-paginate (🥈26 · ⭐ 290 · 💀) - Pagination support for flask. BSD-3 +- flask-seasurf (🥉25 · ⭐ 200 · 💀) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 - Frozen-Flask (🥉24 · ⭐ 800 · 💀) - Freezes a Flask application into a set of static files. ❗Unlicensed - flask-profiler (🥉24 · ⭐ 760 · 💀) - a flask profiler which watches endpoint calls and tries.. MIT -- flask-paginate (🥉24 · ⭐ 290 · 💀) - Pagination support for flask. ❗Unlicensed - flask_injector (🥉24 · ⭐ 280 · 💀) - Adds Injector support to Flask. BSD-3 +- flask-ask (🥉23 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python. Apache-2 - flask-talisman (🥉23 · ⭐ 940 · 💀) - HTTP security headers for Flask. Apache-2 +- Flask-Excel (🥉23 · ⭐ 260 · 💀) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 - Flask-Opentracing (🥉23 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3 -- flask-seasurf (🥉22 · ⭐ 200 · 💀) - SeaSurf is a Flask extension for preventing cross-.. ❗Unlicensed -- flask-ask (🥉21 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python. Apache-2 -- Flask-Excel (🥉21 · ⭐ 260 · 💀) - A flask extension using pyexcel to read, manipulate and.. ❗Unlicensed -- flask-s3 (🥉21 · ⭐ 200 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- flask-s3 (🥉22 · ⭐ 200 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- flask-bootstrap (🥉21 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 +- flask-ngrok (🥉20 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine. Apache-2 +- flask-msearch (🥉19 · ⭐ 230 · 💀) - Full text search for flask. BSD-3 - flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code... MIT -- flask-msearch (🥉17 · ⭐ 220 · 💀) - Full text search for flask. BSD-3 -- flask-ngrok (🥉16 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine. ❗Unlicensed +- flask-file-upload (🥉14 · ⭐ 150 · 💀) - Easy file uploads for Flask. MIT - flask2postman (🥉14 · ⭐ 150 · 💀) - Generate a Postman collection from your Flask application. MIT -- flask-bootstrap (🥉13 · ⭐ 210 · 💀) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed -- flask-file-upload (🥉13 · ⭐ 150 · 💀) - Easy file uploads for Flask. MIT

@@ -3716,60 +3902,48 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sqladmin (🥇32 · ⭐ 2.7K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/smithyhq/sqladmin) (👨‍💻 95 · 🔀 280 · 📦 1.9K · 📋 300 - 19% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/smithyhq/sqladmin) (👨‍💻 95 · 🔀 280 · 📦 1.9K · 📋 300 - 20% open · ⏱️ 04.05.2026): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (📥 830K / month): +- [PyPi](https://pypi.org/project/sqladmin) (📥 830K / month · 📦 40 · ⏱️ 18.04.2026): ``` pip install sqladmin ```
-
fastapi-code-generator (🥇29 · ⭐ 1.4K) - This code generator creates FastAPI app from an.. MIT - -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 36 · 🔀 150 · 📦 250 · 📋 100 - 48% open · ⏱️ 30.04.2026): - - ``` - git clone https://github.com/koxudaxi/fastapi-code-generator - ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 38K / month): - ``` - pip install fastapi-code-generator - ``` -
-
slowapi (🥈28 · ⭐ 2K · 💤) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (🥇30 · ⭐ 2K · 💤) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 26 · 🔀 120 · 📦 10K · 📋 120 - 44% open · ⏱️ 08.08.2025): +- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 26 · 🔀 120 · 📦 10K · 📋 170 - 61% open · ⏱️ 08.08.2025): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (📥 13M / month): +- [PyPi](https://pypi.org/project/slowapi) (📥 14M / month · 📦 50 · ⏱️ 05.02.2024): ``` pip install slowapi ```
-
fastapi-admin/fastapi-admin (🥈25 · ⭐ 3.8K · 💤) - A fast admin dashboard based on FastAPI and.. Apache-2 +
fastapi-code-generator (🥈29 · ⭐ 1.4K) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 19 · 🔀 460 · 📦 510 · 📋 130 - 45% open · ⏱️ 05.04.2025): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 36 · 🔀 150 · 📦 250 · 📋 100 - 49% open · ⏱️ 01.05.2026): ``` - git clone https://github.com/fastapi-admin/fastapi-admin + git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 12K / month): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 39K / month · 📦 8 · ⏱️ 30.04.2026): ``` - pip install fastapi-admin + pip install fastapi-code-generator ```
fastapi-mvc (🥈22 · ⭐ 800) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 58 · 📥 690 · 📦 18 · 📋 130 - 15% open · ⏱️ 11.02.2026): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 59 · 📥 690 · 📦 18 · 📋 130 - 15% open · ⏱️ 11.02.2026): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 340 / month): +- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 250 / month · ⏱️ 11.02.2026): ``` pip install fastapi-mvc ``` @@ -3781,22 +3955,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 18K / month): +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 19K / month · 📦 4 · ⏱️ 09.07.2025): ``` pip install fastapi-plugins ```
-
Show 11 hidden projects... +
Show 12 hidden projects... - fastapi-utils (🥈27 · ⭐ 2.3K · 💀) - Reusable utilities for FastAPI. MIT +- fastapi-admin/fastapi-admin (🥈25 · ⭐ 3.8K · 💀) - A fast admin dashboard based on FastAPI and.. Apache-2 - fastapi-crudrouter (🥈25 · ⭐ 1.7K · 💀) - A dynamic FastAPI router that automatically creates.. MIT -- fastapi_cache (🥉21 · ⭐ 300 · 💀) - FastAPI simple cache. MIT +- starlette_exporter (🥈22 · ⭐ 410 · 💀) - Prometheus exporter for Starlette and FastAPI. Apache-2 +- fastapi_cache (🥉21 · ⭐ 310 · 💀) - FastAPI simple cache. MIT - fastapi-socketio (🥉20 · ⭐ 420 · 💀) - Easily integrate socket.io with your FastAPI app. Apache-2 -- starlette_exporter (🥉20 · ⭐ 410 · 💀) - Prometheus exporter for Starlette and FastAPI. Apache-2 +- fastapi-versioning (🥉19 · ⭐ 850 · 💀) - api versioning for fastapi web applications. MIT - fastapi-sqlalchemy (🥉19 · ⭐ 760 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT +- fastapi_contrib (🥉19 · ⭐ 740 · 💀) - Opinionated set of utilities on top of FastAPI. MIT - fastapi-react (🥉17 · ⭐ 2.6K · 💀) - Cookiecutter Template for FastAPI + React Projects... MIT -- fastapi-versioning (🥉17 · ⭐ 840 · 💀) - api versioning for fastapi web applications. MIT -- fastapi_contrib (🥉17 · ⭐ 740 · 💀) - Opinionated set of utilities on top of FastAPI. MIT - fastapi_client (🥉14 · ⭐ 430 · 💀) - FastAPI client generator. Apache-2 - fastapi-lazy (🥉11 · ⭐ 200 · 💀) - Simplifies class-based views for more organized and.. MIT
@@ -3808,7 +3983,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 3 hidden projects... -- pyramid_jinja2 (🥇20 · ⭐ 71 · 💀) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed +- pyramid_jinja2 (🥇20 · ⭐ 72 · 💀) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed - pyramid_celery (🥉17 · ⭐ 110 · 💀) - Pyramid configuration with celery integration. Allows.. MIT - pyramid_services (🥉15 · ⭐ 82 · 💀) - A service layer for pyramid. MIT
@@ -3820,28 +3995,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-import-export (🥇39 · ⭐ 3.3K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 240 · 🔀 780 · 📦 130K · 📋 1.1K - 2% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 240 · 🔀 820 · 📦 130K · 📋 1.1K - 2% open · ⏱️ 05.05.2026): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (📥 2.6M / month): +- [PyPi](https://pypi.org/project/django-import-export) (📥 2.7M / month · 📦 220 · ⏱️ 05.05.2026): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 220K · ⏱️ 11.01.2026): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 230K · ⏱️ 05.05.2026): ``` conda install -c conda-forge django-import-export ```
django-extensions (🥇38 · ⭐ 6.8K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 610 · 🔀 1.1K · 📦 270K · 📋 930 - 19% open · ⏱️ 02.03.2026): +- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 610 · 🔀 1.2K · 📦 270K · 📋 960 - 21% open · ⏱️ 02.03.2026): ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (📥 13M / month): +- [PyPi](https://pypi.org/project/django-extensions) (📥 13M / month · 📦 550 · ⏱️ 11.04.2025): ``` pip install django-extensions ``` @@ -3852,12 +4027,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-environ (🥇38 · ⭐ 3.2K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 110 · 🔀 330 · 📥 190 · 📦 280K · 📋 270 - 18% open · ⏱️ 20.04.2026): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 110 · 🔀 330 · 📥 190 · 📦 280K · 📋 300 - 25% open · ⏱️ 06.05.2026): ``` git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-environ) (📥 6.5M / month): +- [PyPi](https://pypi.org/project/django-environ) (📥 6.7M / month · 📦 500 · ⏱️ 18.02.2026): ``` pip install django-environ ``` @@ -3868,50 +4043,34 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-stubs (🥇38 · ⭐ 1.9K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 340 · 🔀 560 · 📦 15K · 📋 920 - 21% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 340 · 🔀 560 · 📦 15K · 📋 930 - 21% open · ⏱️ 07.05.2026): ``` git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-stubs) (📥 7.9M / month · 📦 520 · ⏱️ 18.04.2026): +- [PyPi](https://pypi.org/project/django-stubs) (📥 8.1M / month · 📦 520 · ⏱️ 18.04.2026): ``` pip install django-stubs ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 78K · ⏱️ 18.04.2026): +- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 79K · ⏱️ 18.04.2026): ``` conda install -c conda-forge django-stubs ```
-
django-polymorphic (🥇37 · ⭐ 1.8K) - Improved Django model inheritance with automatic.. BSD-3 - -- [GitHub](https://github.com/django-commons/django-polymorphic) (👨‍💻 150 · 🔀 300 · 📥 260 · 📦 7.9K · 📋 390 - 5% open · ⏱️ 30.04.2026): - - ``` - git clone https://github.com/django-polymorphic/django-polymorphic - ``` -- [PyPi](https://pypi.org/project/django-polymorphic) (📥 2.2M / month · 📦 170 · ⏱️ 07.03.2026): - ``` - pip install django-polymorphic - ``` -- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (📥 180K · ⏱️ 07.03.2026): - ``` - conda install -c conda-forge django_polymorphic - ``` -
-
channels (🥇36 · ⭐ 6.3K) - Developer-friendly asynchrony for Django. BSD-3 +
django-cors-headers (🥇36 · ⭐ 5.6K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/django/channels) (👨‍💻 280 · 🔀 820 · 📦 21 · 📋 1.3K - 8% open · ⏱️ 24.04.2026): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 71 · 🔀 540 · 📦 310K · 📋 280 - 1% open · ⏱️ 21.04.2026): ``` - git clone https://github.com/django/channels + git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/channels) (📥 5.2M / month · 📦 440 · ⏱️ 20.11.2025): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 19M / month · 📦 510 · ⏱️ 18.09.2025): ``` - pip install channels + pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/channels) (📥 260K · ⏱️ 20.11.2025): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 240K · ⏱️ 18.09.2025): ``` - conda install -c conda-forge channels + conda install -c conda-forge django-cors-headers ```
django-storages (🥇36 · ⭐ 2.9K · 💤) - Django-storages is a project to provide a variety of.. BSD-3 @@ -3930,26 +4089,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-storages ```
-
django-simple-history (🥇36 · ⭐ 2.5K) - Store model history and view/revert changes from.. BSD-3 +
django-simple-history (🥇36 · ⭐ 2.4K) - Store model history and view/revert changes from.. BSD-3 - [GitHub](https://github.com/django-commons/django-simple-history) (👨‍💻 190 · 🔀 500 · 📥 11 · 📦 7.2K · 📋 630 - 25% open · ⏱️ 17.04.2026): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (📥 3.6M / month · 📦 100 · ⏱️ 11.12.2025): +- [PyPi](https://pypi.org/project/django-simple-history) (📥 3.7M / month · 📦 100 · ⏱️ 11.12.2025): ``` pip install django-simple-history ```
+
django-autocomplete-light (🥇36 · ⭐ 1.9K) - A fresh approach to autocomplete implementations,.. MIT + +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 470 · 📦 4.7K · 📋 870 - 24% open · ⏱️ 28.04.2026): + + ``` + git clone https://github.com/yourlabs/django-autocomplete-light + ``` +- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 520K / month · 📦 100 · ⏱️ 23.04.2026): + ``` + pip install django-autocomplete-light + ``` +
dj-database-url (🥇36 · ⭐ 1.6K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 78 · 🔀 210 · 📦 310K · 📋 100 - 5% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 78 · 🔀 220 · 📦 310K · 📋 100 - 5% open · ⏱️ 08.04.2026): ``` git clone https://github.com/jacobian/dj-database-url ``` -- [PyPi](https://pypi.org/project/dj-database-url) (📥 6.5M / month): +- [PyPi](https://pypi.org/project/dj-database-url) (📥 6.7M / month · 📦 360 · ⏱️ 19.02.2026): ``` pip install dj-database-url ``` @@ -3970,92 +4141,128 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-ninja ```
-
django-cors-headers (🥈35 · ⭐ 5.6K) - Django app for handling the server headers required.. MIT +
django-oscar (🥈35 · ⭐ 6.6K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 71 · 🔀 500 · 📦 310K · 📋 270 - 1% open · ⏱️ 21.04.2026): +- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 380 · 🔀 2.3K · 📦 1.2K · 📋 1.6K - 8% open · ⏱️ 06.05.2026): ``` - git clone https://github.com/adamchainz/django-cors-headers - ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 19M / month): - ``` - pip install django-cors-headers + git clone https://github.com/django-oscar/django-oscar ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 240K · ⏱️ 18.09.2025): +- [PyPi](https://pypi.org/project/django-oscar) (📥 77K / month · 📦 44 · ⏱️ 29.10.2025): ``` - conda install -c conda-forge django-cors-headers + pip install django-oscar ```
-
django-reversion (🥈35 · ⭐ 3.2K) - django-reversion is an extension to the Django web.. BSD-3 +
channels (🥈35 · ⭐ 6.3K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (👨‍💻 200 · 🔀 460 · 📦 7.9K · 📋 660 - 3% open · ⏱️ 01.02.2026): +- [GitHub](https://github.com/django/channels) (👨‍💻 280 · 🔀 820 · 📦 21 · 📋 1.3K - 8% open · ⏱️ 24.04.2026): ``` - git clone https://github.com/etianen/django-reversion + git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/django-reversion) (📥 1.8M / month): +- [PyPi](https://pypi.org/project/channels) (📥 5.4M / month · 📦 440 · ⏱️ 20.11.2025): ``` - pip install django-reversion + pip install channels + ``` +- [Conda](https://anaconda.org/conda-forge/channels) (📥 260K · ⏱️ 20.11.2025): + ``` + conda install -c conda-forge channels + ``` +
+
django-filter (🥈35 · ⭐ 4.7K · 💤) - A generic system for filtering Django QuerySets based.. BSD-3 + +- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 220 · 🔀 770 · 📦 200K · 📋 880 - 9% open · ⏱️ 28.10.2025): + + ``` + git clone https://github.com/carltongibson/django-filter + ``` +- [PyPi](https://pypi.org/project/django-filter) (📥 14M / month · 📦 1.1K · ⏱️ 05.10.2025): + ``` + pip install django-filter + ``` +- [Conda](https://anaconda.org/conda-forge/django-filter) (📥 320K · ⏱️ 05.10.2025): + ``` + conda install -c conda-forge django-filter ```
django-model-utils (🥈35 · ⭐ 2.8K) - Django model mixins and utilities. BSD-3 -- [GitHub](https://github.com/jazzband/django-model-utils) (👨‍💻 140 · 🔀 360 · 📦 27K · 📋 300 - 34% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/jazzband/django-model-utils) (👨‍💻 140 · 🔀 370 · 📦 27K · 📋 310 - 37% open · ⏱️ 23.03.2026): ``` git clone https://github.com/jazzband/django-model-utils ``` -- [PyPi](https://pypi.org/project/django-model-utils) (📥 5.3M / month): +- [PyPi](https://pypi.org/project/django-model-utils) (📥 5.5M / month · 📦 500 · ⏱️ 04.09.2024): ``` pip install django-model-utils ```
-
django-phonenumber-field (🥈35 · ⭐ 1.6K) - A django model and form field for normalised phone.. MIT +
cookiecutter-django (🥈34 · ⭐ 14K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/django-phonenumber-field/django-phonenumber-field) (👨‍💻 120 · 🔀 300 · 📥 56 · 📦 32K · 📋 240 - 2% open · ⏱️ 15.04.2026): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 470 · 🔀 3K · 📦 34 · 📋 1.3K - 7% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/stefanfoulis/django-phonenumber-field + git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 5M / month): +- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 560 / month · ⏱️ 15.01.2018): ``` - pip install django-phonenumber-field + pip install cookiecutter-django ```
-
cookiecutter-django (🥈34 · ⭐ 13K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 +
django-haystack (🥈34 · ⭐ 3.8K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 470 · 🔀 2.9K · 📦 34 · 📋 1.3K - 6% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 220 · 🔀 1.3K · 📦 11K · 📋 1.3K - 43% open · ⏱️ 07.04.2026): ``` - git clone https://github.com/cookiecutter/cookiecutter-django + git clone https://github.com/django-haystack/django-haystack ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 420 / month): +- [PyPi](https://pypi.org/project/django-haystack) (📥 200K / month · 📦 100 · ⏱️ 04.06.2024): ``` - pip install cookiecutter-django + pip install django-haystack + ``` +- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 12K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-haystack ```
-
django-oscar (🥈34 · ⭐ 6.6K) - Domain-driven e-commerce for Django. BSD-3 +
django-reversion (🥈34 · ⭐ 3.2K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 380 · 🔀 2.2K · 📦 1.2K · 📋 1.5K - 7% open · ⏱️ 16.02.2026): +- [GitHub](https://github.com/etianen/django-reversion) (👨‍💻 200 · 🔀 490 · 📦 7.9K · 📋 660 - 3% open · ⏱️ 01.02.2026): ``` - git clone https://github.com/django-oscar/django-oscar + git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-oscar) (📥 72K / month): +- [PyPi](https://pypi.org/project/django-reversion) (📥 1.8M / month · 📦 85 · ⏱️ 12.12.2025): ``` - pip install django-oscar + pip install django-reversion ```
-
django-autocomplete-light (🥈34 · ⭐ 1.9K) - A fresh approach to autocomplete implementations,.. MIT +
django-mptt (🥈34 · ⭐ 3K · 💤) - Utilities for implementing a modified pre-order traversal.. MIT -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 450 · 📦 4.7K · 📋 870 - 24% open · ⏱️ 28.04.2026): +- [GitHub](https://github.com/django-mptt/django-mptt) (👨‍💻 160 · 🔀 470 · 📦 24K · 📋 540 - 22% open · ⏱️ 26.08.2025): ``` - git clone https://github.com/yourlabs/django-autocomplete-light + git clone https://github.com/django-mptt/django-mptt ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 500K / month): +- [PyPi](https://pypi.org/project/django-mptt) (📥 1.3M / month · 📦 260 · ⏱️ 26.08.2025): ``` - pip install django-autocomplete-light + pip install django-mptt + ``` +- [Conda](https://anaconda.org/anaconda/django-mptt): + ``` + conda install -c anaconda django-mptt + ``` +
+
django-phonenumber-field (🥈34 · ⭐ 1.5K) - A django model and form field for normalised phone.. MIT + +- [GitHub](https://github.com/django-phonenumber-field/django-phonenumber-field) (👨‍💻 120 · 🔀 320 · 📥 58 · 📦 32K · 📋 240 - 2% open · ⏱️ 15.04.2026): + + ``` + git clone https://github.com/stefanfoulis/django-phonenumber-field + ``` +- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 5.1M / month · 📦 150 · ⏱️ 24.11.2025): + ``` + pip install django-phonenumber-field ```
django-imagekit (🥈33 · ⭐ 2.4K) - Automated image processing for Django. Currently v6.0. BSD-3 @@ -4065,11 +4272,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (📥 440K / month · 📦 54 · ⏱️ 22.02.2026): +- [PyPi](https://pypi.org/project/django-imagekit) (📥 460K / month · 📦 54 · ⏱️ 22.02.2026): ``` pip install django-imagekit ```
+
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 + +- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 100 · 🔀 680 · 📦 20K · ⏱️ 08.04.2026): + + ``` + git clone https://github.com/zostera/django-bootstrap3 + ``` +- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 280K / month · 📦 71 · ⏱️ 03.01.2026): + ``` + pip install django-bootstrap3 + ``` +- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (📥 47K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-bootstrap3 + ``` +
django-rq (🥈33 · ⭐ 1.9K) - A simple app that provides django integration for RQ (Redis Queue). MIT - [GitHub](https://github.com/rq/django-rq) (👨‍💻 140 · 🔀 300 · 📦 4.4K · 📋 400 - 28% open · ⏱️ 27.04.2026): @@ -4077,14 +4300,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (📥 800K / month · 📦 120 · ⏱️ 05.04.2026): +- [PyPi](https://pypi.org/project/django-rq) (📥 810K / month · 📦 120 · ⏱️ 05.04.2026): ``` pip install django-rq ```
django-constance (🥈33 · ⭐ 1.8K) - Dynamic Django settings. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (👨‍💻 160 · 🔀 320 · 📦 2.5K · 📋 320 - 7% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/jazzband/django-constance) (👨‍💻 160 · 🔀 320 · 📦 2.5K · 📋 320 - 8% open · ⏱️ 02.04.2026): ``` git clone https://github.com/jazzband/django-constance @@ -4094,34 +4317,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-constance ```
-
sorl-thumbnail (🥈33 · ⭐ 1.8K) - Thumbnails for Django. BSD-3 +
django-polymorphic (🥈33 · ⭐ 1.8K · 📉) - Improved Django model inheritance with automatic.. BSD-3 -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 170 · 🔀 470 · 📦 16K · 📋 430 - 2% open · ⏱️ 12.02.2026): +- [GitHub](https://github.com/django-commons/django-polymorphic) (👨‍💻 150 · 🔀 300 · 📥 280 · 📋 390 - 5% open · ⏱️ 02.05.2026): ``` - git clone https://github.com/jazzband/sorl-thumbnail + git clone https://github.com/django-polymorphic/django-polymorphic ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 500K / month): +- [PyPi](https://pypi.org/project/django-polymorphic) (📥 2.3M / month · 📦 180 · ⏱️ 01.05.2026): ``` - pip install sorl-thumbnail + pip install django-polymorphic ``` -- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (📥 13K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (📥 180K · ⏱️ 01.05.2026): ``` - conda install -c conda-forge sorl-thumbnail + conda install -c conda-forge django_polymorphic ```
django-pipeline (🥈33 · ⭐ 1.5K · 💤) - Pipeline is an asset packaging library for Django. MIT -- [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 180 · 🔀 350 · 📦 2.7K · 📋 450 - 26% open · ⏱️ 13.09.2025): +- [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 180 · 🔀 370 · 📦 2.7K · 📋 490 - 31% open · ⏱️ 13.09.2025): ``` git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-pipeline) (📥 230K / month): +- [PyPi](https://pypi.org/project/django-pipeline) (📥 250K / month · 📦 35 · ⏱️ 13.09.2025): ``` pip install django-pipeline ```
+
django-taggit (🥈32 · ⭐ 3.4K · 💤) - Simple tagging for django. BSD-3 + +- [GitHub](https://github.com/jazzband/django-taggit) (👨‍💻 160 · 🔀 620 · 📋 460 - 22% open · ⏱️ 25.07.2025): + + ``` + git clone https://github.com/jazzband/django-taggit + ``` +- [PyPi](https://pypi.org/project/django-taggit) (📥 2.4M / month · 📦 220 · ⏱️ 29.09.2024): + ``` + pip install django-taggit + ``` +- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 370K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-taggit + ``` +
django-redis (🥈32 · ⭐ 3.1K) - Full featured redis cache backend for Django. BSD-3 - [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 150 · 🔀 450 · 📥 23 · 📋 410 - 20% open · ⏱️ 24.04.2026): @@ -4136,12 +4375,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-webpack-loader (🥈32 · ⭐ 2.5K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨‍💻 67 · 🔀 310 · 📦 10K · 📋 190 - 5% open · ⏱️ 06.04.2026): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨‍💻 67 · 🔀 340 · 📦 10K · 📋 190 - 5% open · ⏱️ 06.04.2026): ``` git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 1M / month): +- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 1M / month · 📦 67 · ⏱️ 09.12.2025): ``` pip install django-webpack-loader ``` @@ -4150,32 +4389,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-webpack-loader ```
-
django-bootstrap3 (🥈32 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 +
django-ckeditor (🥈32 · ⭐ 2.5K · 💤) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 100 · 🔀 670 · 📦 20K · ⏱️ 08.04.2026): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 690 · 📦 49K · 📋 560 - 1% open · ⏱️ 06.06.2025): ``` - git clone https://github.com/zostera/django-bootstrap3 + git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 280K / month): +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 620K / month · 📦 150 · ⏱️ 06.06.2025): ``` - pip install django-bootstrap3 + pip install django-ckeditor ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (📥 47K · ⏱️ 22.04.2025): +
+
django-cacheops (🥈32 · ⭐ 2.3K) - A slick ORM cache with automatic granular event-driven.. BSD-3 + +- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 74 · 🔀 230 · 📦 1.6K · 📋 360 - 5% open · ⏱️ 15.04.2026): + ``` - conda install -c conda-forge django-bootstrap3 + git clone https://github.com/Suor/django-cacheops + ``` +- [PyPi](https://pypi.org/project/django-cacheops) (📥 550K / month · 📦 13 · ⏱️ 20.04.2025): + ``` + pip install django-cacheops ```
-
django-countries (🥈32 · ⭐ 1.5K) - A Django application that provides country choices for.. MIT +
django-money (🥈32 · ⭐ 1.8K) - Money fields for Django forms and models. BSD-3 -- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 58 · 🔀 300 · 📦 30K · 📋 300 - 1% open · ⏱️ 08.01.2026): +- [GitHub](https://github.com/django-money/django-money) (👨‍💻 130 · 🔀 320 · 📦 3.3K · 📋 390 - 23% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/SmileyChris/django-countries + git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-countries) (📥 2M / month · 📦 130 · ⏱️ 24.11.2025): +- [PyPi](https://pypi.org/project/django-money) (📥 680K / month · 📦 47 · ⏱️ 27.01.2026): ``` - pip install django-countries + pip install django-money ```
django-bootstrap4 (🥈32 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 @@ -4189,19 +4436,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-bootstrap4 ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 41K · ⏱️ 09.08.2025): +- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 42K · ⏱️ 09.08.2025): ``` conda install -c conda-forge django-bootstrap4 ```
djangorestframework-stubs (🥈32 · ⭐ 540) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 91 · 🔀 140 · 📦 4.3K · 📋 170 - 35% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 91 · 🔀 140 · 📦 4.3K · 📋 170 - 35% open · ⏱️ 06.05.2026): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 4.5M / month · 📦 82 · ⏱️ 31.03.2026): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 4.6M / month · 📦 82 · ⏱️ 31.03.2026): ``` pip install djangorestframework-stubs ``` @@ -4210,98 +4457,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge djangorestframework-stubs ```
-
easy-thumbnails (🥉31 · ⭐ 1.4K · 💤) - Easy thumbnails for Django. BSD-3 +
django-widget-tweaks (🥉31 · ⭐ 2.2K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨‍💻 100 · 🔀 330 · 📦 12K · 📋 430 - 23% open · ⏱️ 17.08.2025): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 38 · 🔀 140 · 📦 50K · 📋 100 - 45% open · ⏱️ 20.03.2026): ``` - git clone https://github.com/SmileyChris/easy-thumbnails + git clone https://github.com/jazzband/django-widget-tweaks ``` -- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 490K / month · 📦 140 · ⏱️ 17.08.2025): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 1.2M / month · 📦 150 · ⏱️ 02.01.2026): ``` - pip install easy-thumbnails + pip install django-widget-tweaks ```
-
jsonfield (🥉31 · ⭐ 1.2K · 💤) - A reusable Django model field for storing ad-hoc JSON data. MIT +
django-countries (🥉31 · ⭐ 1.5K) - A Django application that provides country choices for.. MIT -- [GitHub](https://github.com/rpkilby/jsonfield) (👨‍💻 53 · 🔀 250 · 📥 180 · 📦 14K · ⏱️ 04.07.2025): +- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 58 · 🔀 300 · 📦 30K · 📋 300 - 1% open · ⏱️ 08.01.2026): ``` - git clone https://github.com/rpkilby/jsonfield + git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/jsonfield) (📥 990K / month): +- [PyPi](https://pypi.org/project/django-countries) (📥 2M / month · 📦 130 · ⏱️ 24.11.2025): ``` - pip install jsonfield + pip install django-countries ```
-
django-ckeditor (🥉30 · ⭐ 2.5K · 💤) - Django admin CKEditor integration. BSD-3 +
django-waffle (🥉31 · ⭐ 1.2K) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 690 · 📦 49K · 📋 560 - 1% open · ⏱️ 06.06.2025): +- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 160 · 🔀 260 · 📦 1.8K · 📋 230 - 20% open · ⏱️ 09.12.2025): ``` - git clone https://github.com/django-ckeditor/django-ckeditor - ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (📥 610K / month): - ``` - pip install django-ckeditor + git clone https://github.com/django-waffle/django-waffle ``` -
-
django-cacheops (🥉30 · ⭐ 2.3K) - A slick ORM cache with automatic granular event-driven.. BSD-3 - -- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 74 · 🔀 230 · 📦 1.6K · 📋 360 - 4% open · ⏱️ 15.04.2026): - +- [PyPi](https://pypi.org/project/django-waffle) (📥 1.5M / month · 📦 41 · ⏱️ 12.06.2025): ``` - git clone https://github.com/Suor/django-cacheops + pip install django-waffle ``` -- [PyPi](https://pypi.org/project/django-cacheops) (📥 550K / month): +- [Conda](https://anaconda.org/conda-forge/django-waffle) (📥 31K · ⏱️ 22.04.2025): ``` - pip install django-cacheops + conda install -c conda-forge django-waffle ```
-
django-widget-tweaks (🥉30 · ⭐ 2.2K) - Tweak the form field rendering in templates, not in.. MIT +
jsonfield (🥉31 · ⭐ 1.2K · 💤) - A reusable Django model field for storing ad-hoc JSON data. MIT -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 38 · 🔀 130 · 📦 50K · 📋 100 - 43% open · ⏱️ 20.03.2026): +- [GitHub](https://github.com/rpkilby/jsonfield) (👨‍💻 53 · 🔀 270 · 📥 180 · 📦 14K · ⏱️ 04.07.2025): ``` - git clone https://github.com/jazzband/django-widget-tweaks + git clone https://github.com/rpkilby/jsonfield ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 1.2M / month): +- [PyPi](https://pypi.org/project/jsonfield) (📥 1M / month · 📦 280 · ⏱️ 04.07.2025): ``` - pip install django-widget-tweaks + pip install jsonfield ```
django-cachalot (🥉30 · ⭐ 1.4K) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 40 · 🔀 150 · 📦 1K · 📋 180 - 13% open · ⏱️ 28.01.2026): +- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 40 · 🔀 160 · 📦 1K · 📋 180 - 15% open · ⏱️ 28.01.2026): ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 210K / month): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 210K / month · 📦 12 · ⏱️ 28.01.2026): ``` pip install django-cachalot ``` -- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 92K · ⏱️ 30.01.2026): +- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 94K · ⏱️ 30.01.2026): ``` conda install -c conda-forge django-cachalot ```
-
django-waffle (🥉30 · ⭐ 1.2K) - A feature flipper for Django. BSD-3 - -- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 120 · 🔀 250 · 📦 1.8K · 📋 230 - 19% open · ⏱️ 09.12.2025): - - ``` - git clone https://github.com/django-waffle/django-waffle - ``` -- [PyPi](https://pypi.org/project/django-waffle) (📥 1.4M / month): - ``` - pip install django-waffle - ``` -- [Conda](https://anaconda.org/conda-forge/django-waffle) (📥 31K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge django-waffle - ``` -
django-rosetta (🥉30 · ⭐ 1.2K) - Rosetta is a Django application that eases the translation.. MIT - [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 87 · 🔀 200 · 📦 4K · 📋 170 - 32% open · ⏱️ 07.12.2025): @@ -4309,7 +4532,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (📥 230K / month): +- [PyPi](https://pypi.org/project/django-rosetta) (📥 240K / month · 📦 33 · ⏱️ 07.12.2025): ``` pip install django-rosetta ``` @@ -4320,78 +4543,66 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-dbbackup (🥉30 · ⭐ 1.1K) - Backup and restore your Django database and media. BSD-3 -- [GitHub](https://github.com/Archmonger/django-dbbackup) (👨‍💻 84 · 🔀 200 · 📥 43 · 📦 2.6K · 📋 320 - 2% open · ⏱️ 15.04.2026): +- [GitHub](https://github.com/Archmonger/django-dbbackup) (👨‍💻 84 · 🔀 220 · 📥 44 · 📦 2.6K · 📋 320 - 2% open · ⏱️ 15.04.2026): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (📥 250K / month): +- [PyPi](https://pypi.org/project/django-dbbackup) (📥 260K / month · 📦 23 · ⏱️ 10.04.2026): ``` pip install django-dbbackup ```
-
django-activity-stream (🥉29 · ⭐ 2.4K) - Generate generic activity streams from the actions on.. BSD-3 +
django-activity-stream (🥉29 · ⭐ 2.4K · 💤) - Generate generic activity streams from the actions on.. BSD-3 -- [GitHub](https://github.com/justquick/django-activity-stream) (👨‍💻 110 · 🔀 440 · 📥 20 · 📦 1.3K · 📋 310 - 6% open · ⏱️ 13.10.2025): +- [GitHub](https://github.com/justquick/django-activity-stream) (👨‍💻 110 · 🔀 490 · 📥 20 · 📦 1.3K · 📋 320 - 7% open · ⏱️ 13.10.2025): ``` git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (📥 120K / month): +- [PyPi](https://pypi.org/project/django-activity-stream) (📥 130K / month · 📦 11 · ⏱️ 04.10.2023): ``` pip install django-activity-stream ```
-
viewflow (🥉28 · ⭐ 2.9K) - Reusable workflow library for Django. ❗️AGPL-3.0 - -- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 27 · 🔀 420 · 📦 380 · 📋 370 - 7% open · ⏱️ 28.01.2026): - - ``` - git clone https://github.com/viewflow/viewflow - ``` -- [PyPi](https://pypi.org/project/django-viewflow) (📥 150K / month · 📦 3 · ⏱️ 24.12.2025): - ``` - pip install django-viewflow - ``` -
-
django-fsm (🥉28 · ⭐ 2.3K) - Django friendly finite state machine support. MIT +
sorl-thumbnail (🥉29 · ⭐ 1.8K · 📉) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/viewflow/django-fsm) (👨‍💻 70 · 🔀 310 · 📋 160 - 0% open · ⏱️ 07.10.2025): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 170 · 🔀 500 · 📦 16K · 📋 440 - 2% open · ⏱️ 12.02.2026): ``` - git clone https://github.com/viewflow/django-fsm + git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/django-fsm) (📥 560K / month · 📦 64 · ⏱️ 07.10.2025): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (📦 110 · ⏱️ 22.01.2026): ``` - pip install django-fsm + pip install sorl-thumbnail ``` -- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 71K · ⏱️ 07.10.2025): +- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (📥 13K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge django-fsm + conda install -c conda-forge sorl-thumbnail ```
-
django-extra-views (🥉28 · ⭐ 1.4K · 💤) - Djangos class-based generic views are awesome, lets.. MIT +
viewflow (🥉28 · ⭐ 2.9K) - Reusable workflow library for Django. ❗️AGPL-3.0 -- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 64 · 🔀 170 · 📦 2.5K · 📋 150 - 10% open · ⏱️ 28.04.2025): +- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 27 · 🔀 420 · 📦 380 · 📋 370 - 7% open · ⏱️ 28.01.2026): ``` - git clone https://github.com/AndrewIngram/django-extra-views + git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-extra-views) (📥 200K / month · 📦 40 · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/django-viewflow) (📥 150K / month · 📦 3 · ⏱️ 24.12.2025): ``` - pip install django-extra-views + pip install django-viewflow ```
-
django-lifecycle (🥉28 · ⭐ 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT +
easy-thumbnails (🥉28 · ⭐ 1.4K) - Easy thumbnails for Django. BSD-3 -- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 42 · 🔀 96 · 📦 480 · 📋 79 - 16% open · ⏱️ 02.03.2026): +- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨‍💻 100 · 🔀 330 · 📋 430 - 24% open · ⏱️ 06.05.2026): ``` - git clone https://github.com/rsinger86/django-lifecycle + git clone https://github.com/SmileyChris/easy-thumbnails ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 190K / month): +- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 500K / month · 📦 140 · ⏱️ 17.08.2025): ``` - pip install django-lifecycle + pip install easy-thumbnails ```
django-organizations (🥉28 · ⭐ 1.4K) - Multi-user accounts for Django projects. BSD-2 @@ -4401,7 +4612,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-organizations) (📥 66K / month): +- [PyPi](https://pypi.org/project/django-organizations) (📥 65K / month · 📦 7 · ⏱️ 08.03.2026): ``` pip install django-organizations ``` @@ -4410,65 +4621,77 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-organizations ```
+
django-cleanup (🥉28 · ⭐ 1.2K · 💤) - Automatically deletes old file for FileField and.. MIT + +- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 18 · 🔀 79 · 📦 17K · 📋 62 - 1% open · ⏱️ 05.06.2025): + + ``` + git clone https://github.com/un1t/django-cleanup + ``` +- [PyPi](https://pypi.org/project/django-cleanup) (📥 680K / month · 📦 37 · ⏱️ 18.09.2024): + ``` + pip install django-cleanup + ``` +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (📥 27K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-cleanup + ``` +
django-csp (🥉28 · ⭐ 620) - Content Security Policy for Django. BSD-3 -- [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 67 · 🔀 100 · 📦 4.9K · 📋 120 - 6% open · ⏱️ 14.11.2025): +- [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 67 · 🔀 110 · 📦 4.9K · 📋 120 - 8% open · ⏱️ 14.11.2025): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (📥 3.5M / month): +- [PyPi](https://pypi.org/project/django-csp) (📥 3.6M / month · 📦 54 · ⏱️ 02.04.2025): ``` pip install django-csp ```
-
django-taggit (🥉27 · ⭐ 3.4K · 💤) - Simple tagging for django. BSD-3 +
django-lifecycle (🥉27 · ⭐ 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/jazzband/django-taggit) (👨‍💻 160 · 🔀 580 · 📋 450 - 21% open · ⏱️ 25.07.2025): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 42 · 🔀 97 · 📦 480 · 📋 80 - 17% open · ⏱️ 02.03.2026): ``` - git clone https://github.com/jazzband/django-taggit - ``` -- [PyPi](https://pypi.org/project/django-taggit) (📥 2.1M / month): - ``` - pip install django-taggit + git clone https://github.com/rsinger86/django-lifecycle ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 360K · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 200K / month · 📦 21 · ⏱️ 02.03.2026): ``` - conda install -c conda-forge django-taggit + pip install django-lifecycle ```
-
django-push-notifications (🥉27 · ⭐ 2.4K) - Send push notifications to mobile devices through GCM.. MIT +
django-push-notifications (🥉26 · ⭐ 2.4K) - Send push notifications to mobile devices through GCM.. MIT - [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 110 · 🔀 630 · 📥 170 · 📋 450 - 27% open · ⏱️ 22.02.2026): ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (📥 260K / month · 📦 12 · ⏱️ 16.11.2025): +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 270K / month · 📦 12 · ⏱️ 16.11.2025): ``` pip install django-push-notifications ```
-
django-cleanup (🥉27 · ⭐ 1.2K · 💤) - Automatically deletes old file for FileField and.. MIT +
django-fsm (🥉26 · ⭐ 2.3K · 💤) - Django friendly finite state machine support. MIT -- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 18 · 🔀 79 · 📦 17K · 📋 62 - 1% open · ⏱️ 05.06.2025): +- [GitHub](https://github.com/viewflow/django-fsm) (👨‍💻 70 · 🔀 310 · 📋 160 - 0% open · ⏱️ 07.10.2025): ``` - git clone https://github.com/un1t/django-cleanup + git clone https://github.com/viewflow/django-fsm ``` -- [PyPi](https://pypi.org/project/django-cleanup) (📥 670K / month): +- [PyPi](https://pypi.org/project/django-fsm) (📥 570K / month · 📦 64 · ⏱️ 07.10.2025): ``` - pip install django-cleanup + pip install django-fsm ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (📥 26K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 72K · ⏱️ 07.10.2025): ``` - conda install -c conda-forge django-cleanup + conda install -c conda-forge django-fsm ```
django-split-settings (🥉26 · ⭐ 1.2K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 28 · 🔀 73 · 📦 3.5K · 📋 48 - 10% open · ⏱️ 27.03.2026): +- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 29 · 🔀 74 · 📦 3.5K · 📋 48 - 10% open · ⏱️ 05.05.2026): ``` git clone https://github.com/sobolevn/django-split-settings @@ -4478,58 +4701,55 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-split-settings ```
-
django-easy-audit (🥉26 · ⭐ 840) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 +
django-easy-audit (🥉25 · ⭐ 840) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 - [GitHub](https://github.com/soynatan/django-easy-audit) (👨‍💻 57 · 🔀 200 · 📦 370 · 📋 190 - 54% open · ⏱️ 11.03.2026): ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (📥 96K / month · 📦 4 · ⏱️ 08.01.2026): +- [PyPi](https://pypi.org/project/django-easy-audit) (📥 100K / month · 📦 4 · ⏱️ 08.01.2026): ``` pip install django-easy-audit ```
django-codemod (🥉22 · ⭐ 190) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 23 · 🔀 19 · 📥 1.4K · 📦 5 · 📋 41 - 19% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 30 · 🔀 19 · 📥 1.4K · 📦 5 · 📋 42 - 21% open · ⏱️ 07.05.2026): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 1.9K / month): +- [PyPi](https://pypi.org/project/django-codemod) (📥 2K / month · ⏱️ 07.01.2026): ``` pip install django-codemod ```
-
Show 26 hidden projects... +
Show 23 hidden projects... -- django-filter (🥈33 · ⭐ 4.7K) - A generic system for filtering Django QuerySets based.. ❗Unlicensed -- django-haystack (🥈32 · ⭐ 3.8K) - Modular search for Django. ❗Unlicensed -- django-mptt (🥈32 · ⭐ 3K · 💤) - Utilities for implementing a modified pre-order.. ❗Unlicensed -- django-tables2 (🥉31 · ⭐ 2K) - django-tables2 - An app for creating HTML tables. ❗Unlicensed -- django-compressor (🥉30 · ⭐ 2.9K) - Compresses linked and inline javascript or CSS into a.. ❗Unlicensed -- django-money (🥉30 · ⭐ 1.8K) - Money fields for Django forms and models. ❗Unlicensed +- django-tables2 (🥈33 · ⭐ 2K) - django-tables2 - An app for creating HTML tables. ❗Unlicensed +- django-compressor (🥉29 · ⭐ 2.9K) - Compresses linked and inline javascript or CSS into a.. ❗Unlicensed - django-braces (🥉29 · ⭐ 2K · 💀) - Reusable, generic mixins for Django. BSD-3 -- django-q (🥉29 · ⭐ 1.9K · 💀) - A multiprocessing distributed task queue for Django. MIT +- django-paypal (🥉29 · ⭐ 730 · 💀) - A pluggable Django application for integrating PayPal.. MIT +- django-sql-explorer (🥉28 · ⭐ 2.9K · 💀) - SQL reporting that Just Works. Fast, simple, and.. MIT +- django-blog-zinnia (🥉28 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application.. BSD-3 +- django-extra-views (🥉28 · ⭐ 1.4K · 💀) - Djangos class-based generic views are awesome, lets.. MIT - django-configurations (🥉28 · ⭐ 1.1K · 💀) - A helper for organizing Django project settings by.. BSD-3 +- django-redis-cache (🥉28 · ⭐ 1K · 💀) - A Redis cache backend for django. BSD-3 +- django-shop (🥉27 · ⭐ 3.3K · 💀) - A Django based shop system. BSD-3 - django-angular (🥉27 · ⭐ 1.2K · 💀) - Let AngularJS play well with Django. MIT -- django-paypal (🥉27 · ⭐ 730 · 💀) - A pluggable Django application for integrating PayPal.. MIT -- django-sql-explorer (🥉26 · ⭐ 2.9K · 💤) - SQL reporting that Just Works. Fast, simple, and.. ❗Unlicensed -- django-blog-zinnia (🥉26 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application.. BSD-3 +- django-filebrowser (🥉27 · ⭐ 1K · 💀) - Media-Management with Grappelli. BSD-3 +- django-q (🥉26 · ⭐ 1.9K · 💀) - A multiprocessing distributed task queue for Django. MIT - django-watson (🥉26 · ⭐ 1.2K · 💀) - Full-text multi-table search application for Django... BSD-3 - django-jenkins (🥉26 · ⭐ 950 · 💀) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 -- django-shop (🥉25 · ⭐ 3.3K · 💀) - A Django based shop system. BSD-3 -- django-redis-cache (🥉25 · ⭐ 1K · 💀) - A Redis cache backend for django. ❗Unlicensed +- django-floppyforms (🥉25 · ⭐ 840 · 💀) - Full control of form rendering in the templates. ❗️MirOS - django-robots (🥉25 · ⭐ 480 · 💀) - A Django app for managing robots.txt files following.. BSD-3 +- django-vanilla-views (🥉24 · ⭐ 990 · 💀) - Beautifully simple class-based views. BSD-2 - django-solo (🥉24 · ⭐ 960) - Helps working with singletons - things like global.. ❗Unlicensed - django-cache-machine (🥉24 · ⭐ 880 · 💀) - Automatic caching and invalidation for Django models.. BSD-3 - django-summernote (🥉23 · ⭐ 1.1K · 💀) - Simply integrate Summernote editor with Django project. MIT -- django-filebrowser (🥉23 · ⭐ 1K · 💀) - Media-Management with Grappelli. ❗Unlicensed -- django-vanilla-views (🥉22 · ⭐ 990 · 💀) - Beautifully simple class-based views. BSD-2 -- django-floppyforms (🥉21 · ⭐ 840 · 💀) - Full control of form rendering in the templates. ❗Unlicensed - merchant (🥉19 · ⭐ 1K · 💀) - A Django app to accept payments from various payment processors.. BSD-3 -- django-schedule (🥉12 · ⭐ 850 · 💀) - A calendaring app for Django. It is now stable,.. ❗Unlicensed +- django-schedule (🥉15 · ⭐ 850 · 💀) - A calendaring app for Django. It is now stable,.. BSD-3

@@ -4537,14 +4757,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top +
twisted (🥇43 · ⭐ 6K) - Event-driven networking engine written in Python. MIT + +- [GitHub](https://github.com/twisted/twisted) (👨‍💻 300 · 🔀 1.2K · 📦 110K · 📋 11K - 26% open · ⏱️ 29.04.2026): + + ``` + git clone https://github.com/twisted/twisted + ``` +- [PyPi](https://pypi.org/project/twisted) (📥 12M / month · 📦 1.3K · ⏱️ 29.04.2026): + ``` + pip install twisted + ``` +- [Conda](https://anaconda.org/conda-forge/twisted) (📥 1.6M · ⏱️ 27.04.2026): + ``` + conda install -c conda-forge twisted + ``` +
scapy (🥇42 · ⭐ 12K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (👨‍💻 520 · 🔀 2.2K · 📦 23K · 📋 1.8K - 7% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 520 · 🔀 2.2K · 📦 23K · 📋 1.8K - 7% open · ⏱️ 02.05.2026): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (📥 6.6M / month · 📦 760 · ⏱️ 13.04.2026): +- [PyPi](https://pypi.org/project/scapy) (📥 7M / month · 📦 760 · ⏱️ 13.04.2026): ``` pip install scapy ``` @@ -4560,7 +4796,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/jinja ``` -- [PyPi](https://pypi.org/project/jinja2) (📥 560M / month · 📦 24K · ⏱️ 05.03.2025): +- [PyPi](https://pypi.org/project/jinja2) (📥 580M / month · 📦 24K · ⏱️ 05.03.2025): ``` pip install jinja2 ``` @@ -4571,7 +4807,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dnspython (🥇40 · ⭐ 2.7K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 130 · 🔀 550 · 📥 2.2K · 📦 450K · 📋 590 - 0% open · ⏱️ 12.04.2026): +- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 130 · 🔀 560 · 📥 2.3K · 📦 450K · 📋 600 - 0% open · ⏱️ 12.04.2026): ``` git clone https://github.com/rthalley/dnspython @@ -4601,98 +4837,110 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pynacl ```
-
weblate (🥈38 · ⭐ 5.8K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 +
pyopenssl (🥇39 · ⭐ 940) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 2.1K · 🔀 1.3K · 📥 10K · 📦 50 · 📋 6.3K - 8% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 120 · 🔀 430 · 📦 280K · 📋 580 - 14% open · ⏱️ 04.05.2026): ``` - git clone https://github.com/WeblateOrg/weblate + git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/weblate) (📥 300K / month · ⏱️ 30.04.2026): +- [PyPi](https://pypi.org/project/pyopenssl) (📥 230M / month · 📦 3.1K · ⏱️ 04.05.2026): ``` - pip install weblate + pip install pyopenssl + ``` +- [Conda](https://anaconda.org/conda-forge/pyopenssl) (📥 48M · ⏱️ 26.03.2026): + ``` + conda install -c conda-forge pyopenssl ```
-
pwntools (🥈37 · ⭐ 13K) - CTF framework and exploit development library. MIT +
weblate (🥈38 · ⭐ 5.9K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 300 · 🔀 1.8K · 📦 2.3K · 📋 1.2K - 11% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 2.1K · 🔀 1.3K · 📥 10K · 📦 51 · 📋 6.4K - 8% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/Gallopsled/pwntools + git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/pwntools) (📥 320K / month · 📦 100 · ⏱️ 12.10.2025): +- [PyPi](https://pypi.org/project/weblate) (📥 290K / month · ⏱️ 30.04.2026): ``` - pip install pwntools + pip install weblate ```
-
pywebview (🥈37 · ⭐ 5.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 +
web3.py (🥈38 · ⭐ 5.5K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 190 · 🔀 630 · 📦 4.3K · 📋 1.2K - 1% open · ⏱️ 15.04.2026): +- [GitHub](https://github.com/ApeWorX/web3.py) (👨‍💻 310 · 🔀 1.7K · 📋 1.6K - 8% open · ⏱️ 30.04.2026): ``` - git clone https://github.com/r0x0r/pywebview + git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 1M / month · 📦 490 · ⏱️ 15.04.2026): +- [PyPi](https://pypi.org/project/web3) (📥 5.1M / month · 📦 2.1K · ⏱️ 01.05.2026): ``` - pip install pywebview + pip install web3 + ``` +- [Conda](https://anaconda.org/conda-forge/web3) (📥 1M · ⏱️ 06.05.2026): + ``` + conda install -c conda-forge web3 ```
-
rdflib (🥈37 · ⭐ 2.4K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 +
pwntools (🥈37 · ⭐ 13K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 210 · 🔀 580 · 📥 770 · 📦 28K · 📋 1.4K - 25% open · ⏱️ 11.02.2026): +- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 310 · 🔀 1.8K · 📦 2.3K · 📋 1.2K - 10% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/RDFLib/rdflib - ``` -- [PyPi](https://pypi.org/project/rdflib) (📥 11M / month · 📦 1.8K · ⏱️ 13.02.2026): - ``` - pip install rdflib + git clone https://github.com/Gallopsled/pwntools ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 1.3M · ⏱️ 13.02.2026): +- [PyPi](https://pypi.org/project/pwntools) (📥 370K / month · 📦 100 · ⏱️ 12.10.2025): ``` - conda install -c conda-forge rdflib + pip install pwntools ```
-
pyopenssl (🥈37 · ⭐ 940) - A Python wrapper around the OpenSSL library. Apache-2 +
pywebview (🥈37 · ⭐ 5.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 120 · 🔀 420 · 📦 280K · 📋 560 - 11% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 190 · 🔀 630 · 📦 4.3K · 📋 1.2K - 1% open · ⏱️ 15.04.2026): ``` - git clone https://github.com/pyca/pyopenssl + git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pyopenssl) (📥 230M / month): +- [PyPi](https://pypi.org/project/pywebview) (📥 1.1M / month · 📦 490 · ⏱️ 15.04.2026): ``` - pip install pyopenssl + pip install pywebview ``` -- [Conda](https://anaconda.org/conda-forge/pyopenssl) (📥 48M · ⏱️ 26.03.2026): +
+
structlog (🥈37 · ⭐ 4.8K) - Simple, powerful, and fast logging for Python. Apache-2 + +- [GitHub](https://github.com/hynek/structlog) (👨‍💻 140 · 🔀 280 · 📦 33K · 📋 390 - 9% open · ⏱️ 05.05.2026): + ``` - conda install -c conda-forge pyopenssl + git clone https://github.com/hynek/structlog + ``` +- [PyPi](https://pypi.org/project/structlog) (📥 79M / month · 📦 2.2K · ⏱️ 27.10.2025): + ``` + pip install structlog ```
idna (🥈37 · ⭐ 280) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/kjd/idna) (👨‍💻 31 · 🔀 120 · 📥 960 · 📦 2.5M · ⏱️ 22.04.2026): +- [GitHub](https://github.com/kjd/idna) (👨‍💻 31 · 🔀 120 · 📥 970 · 📦 2.5M · ⏱️ 05.05.2026): ``` git clone https://github.com/kjd/idna ``` -- [PyPi](https://pypi.org/project/idna) (📥 1.4B / month): +- [PyPi](https://pypi.org/project/idna) (📥 1.5B / month · 📦 10K · ⏱️ 22.04.2026): ``` pip install idna ``` -- [Conda](https://anaconda.org/conda-forge/idna) (📥 82M · ⏱️ 23.04.2026): +- [Conda](https://anaconda.org/conda-forge/idna) (📥 83M · ⏱️ 23.04.2026): ``` conda install -c conda-forge idna ```
impacket (🥈36 · ⭐ 16K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/fortra/impacket) (👨‍💻 300 · 🔀 3.8K · 📥 280K · 📦 6.5K · 📋 1.1K - 16% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/fortra/impacket) (👨‍💻 310 · 🔀 3.8K · 📥 280K · 📦 6.5K · 📋 1.1K - 15% open · ⏱️ 06.05.2026): ``` git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/impacket) (📥 350K / month · 📦 130 · ⏱️ 22.10.2025): +- [PyPi](https://pypi.org/project/impacket) (📥 340K / month · 📦 130 · ⏱️ 22.10.2025): ``` pip install impacket ``` @@ -4704,7 +4952,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (📥 190M / month · 📦 1.8K · ⏱️ 16.04.2024): +- [PyPi](https://pypi.org/project/itsdangerous) (📥 200M / month · 📦 1.8K · ⏱️ 16.04.2024): ``` pip install itsdangerous ``` @@ -4713,34 +4961,66 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge itsdangerous ```
-
Radicale (🥈34 · ⭐ 4.6K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 +
rdflib (🥈36 · ⭐ 2.4K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 160 · 🔀 500 · 📦 190 · 📋 1.2K - 1% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 210 · 🔀 580 · 📥 790 · 📦 28K · 📋 1.4K - 25% open · ⏱️ 05.05.2026): ``` - git clone https://github.com/Kozea/Radicale + git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/radicale) (📥 18K / month · 📦 41 · ⏱️ 29.04.2026): +- [PyPi](https://pypi.org/project/rdflib) (📥 12M / month · 📦 1.8K · ⏱️ 13.02.2026): ``` - pip install radicale + pip install rdflib + ``` +- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 1.3M · ⏱️ 13.02.2026): + ``` + conda install -c conda-forge rdflib + ``` +
+
certifi (🥈36 · ⭐ 970 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 + +- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 40 · 🔀 290 · 📦 5 · 📋 170 - 1% open · ⏱️ 22.04.2026): + + ``` + git clone https://github.com/certifi/python-certifi + ``` +- [PyPi](https://pypi.org/project/certifi) (📥 1.5B / month · 📦 15K · ⏱️ 22.04.2026): + ``` + pip install certifi + ``` +- [Conda](https://anaconda.org/conda-forge/certifi) (📥 190M · ⏱️ 22.04.2026): + ``` + conda install -c conda-forge certifi ```
-
tifffile (🥈34 · ⭐ 650) - Read and write TIFF files. BSD-3 +
tifffile (🥈35 · ⭐ 650) - Read and write TIFF files. BSD-3 -- [GitHub](https://github.com/cgohlke/tifffile) (🔀 160 · 📥 1.3K · 📦 87K · ⏱️ 12.04.2026): +- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 160 · 📥 1.3K · 📦 87K · 📋 290 - 0% open · ⏱️ 02.05.2026): ``` git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/tifffile) (📥 24M / month): +- [PyPi](https://pypi.org/project/tifffile) (📥 25M / month · 📦 2.3K · ⏱️ 02.05.2026): ``` pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 8.2M · ⏱️ 12.04.2026): +- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 8.3M · ⏱️ 03.05.2026): ``` conda install -c conda-forge tifffile ```
+
Radicale (🥈34 · ⭐ 4.6K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 + +- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 160 · 🔀 500 · 📦 190 · 📋 1.2K - 1% open · ⏱️ 04.05.2026): + + ``` + git clone https://github.com/Kozea/Radicale + ``` +- [PyPi](https://pypi.org/project/radicale) (📥 20K / month · 📦 41 · ⏱️ 29.04.2026): + ``` + pip install radicale + ``` +
Mako (🥈34 · ⭐ 430) - Mako Templates for Python. MIT - [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 63 · 🔀 73 · 📦 330K · 📋 370 - 19% open · ⏱️ 28.04.2026): @@ -4757,9 +5037,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge mako ```
+
aiortc (🥈33 · ⭐ 5K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 + +- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 41 · 🔀 870 · 📦 6.6K · 📋 880 - 4% open · ⏱️ 29.11.2025): + + ``` + git clone https://github.com/aiortc/aiortc + ``` +- [PyPi](https://pypi.org/project/aiortc) (📥 3.4M / month · 📦 160 · ⏱️ 13.10.2025): + ``` + pip install aiortc + ``` +
webargs (🥈33 · ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 84 · 🔀 160 · 📦 10K · 📋 300 - 2% open · ⏱️ 27.04.2026): +- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 84 · 🔀 160 · 📦 10K · 📋 300 - 2% open · ⏱️ 05.05.2026): ``` git clone https://github.com/marshmallow-code/webargs @@ -4773,37 +5065,41 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge webargs ```
-
aiortc (🥈32 · ⭐ 5K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 +
aiodns (🥈33 · ⭐ 590) - Simple DNS resolver for asyncio. MIT -- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 41 · 🔀 870 · 📦 6.5K · 📋 880 - 4% open · ⏱️ 29.11.2025): +- [GitHub](https://github.com/aio-libs/aiodns) (👨‍💻 35 · 🔀 73 · 📦 64K · 📋 87 - 12% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/aiortc/aiortc + git clone https://github.com/saghul/aiodns ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 3M / month · 📦 160 · ⏱️ 13.10.2025): +- [PyPi](https://pypi.org/project/aiodns) (📥 24M / month · 📦 960 · ⏱️ 10.01.2026): ``` - pip install aiortc + pip install aiodns + ``` +- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 520K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge aiodns ```
-
aiodns (🥈32 · ⭐ 590) - Simple DNS resolver for asyncio. MIT +
fake-useragent (🥉32 · ⭐ 4.1K) - Up-to-date simple useragent faker with real world database. Apache-2 -- [GitHub](https://github.com/aio-libs/aiodns) (👨‍💻 35 · 🔀 73 · 📦 64K · 📋 87 - 12% open · ⏱️ 22.04.2026): +- [GitHub](https://github.com/fake-useragent/fake-useragent) (👨‍💻 23 · 🔀 530 · 📋 160 - 2% open · ⏱️ 12.11.2025): ``` - git clone https://github.com/saghul/aiodns + git clone https://github.com/hellysmile/fake-useragent ``` -- [PyPi](https://pypi.org/project/aiodns) (📥 22M / month · 📦 960 · ⏱️ 10.01.2026): +- [PyPi](https://pypi.org/project/fake-useragent) (📥 6.4M / month · 📦 1.2K · ⏱️ 14.04.2025): ``` - pip install aiodns + pip install fake-useragent ``` -- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 520K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/fake-useragent) (📥 80K · ⏱️ 27.08.2025): ``` - conda install -c conda-forge aiodns + conda install -c conda-forge fake-useragent ```
saleor (🥉31 · ⭐ 23K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (👨‍💻 320 · 🔀 5.9K · 📦 8 · 📋 4.4K - 4% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/saleor/saleor) (👨‍💻 320 · 🔀 5.9K · 📦 8 · 📋 4.4K - 5% open · ⏱️ 07.05.2026): ``` git clone https://github.com/saleor/saleor @@ -4811,36 +5107,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
maltrail (🥉31 · ⭐ 8.4K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 24 · 🔀 1.2K · 📦 20 · 📋 500 - 17% open · ⏱️ 30.04.2026): +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 24 · 🔀 1.2K · 📦 20 · 📋 500 - 17% open · ⏱️ 07.05.2026): ``` git clone https://github.com/stamparm/maltrail ```
-
web3.py (🥉31 · ⭐ 5.5K · 📉) - A python interface for interacting with the Ethereum blockchain and.. MIT - -- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 310 · 🔀 1.6K · 📋 1.6K - 5% open · ⏱️ 30.04.2026): - - ``` - git clone https://github.com/ethereum/web3.py - ``` -- [PyPi](https://pypi.org/project/web3) (📥 5M / month): - ``` - pip install web3 - ``` -- [Conda](https://anaconda.org/conda-forge/web3) (📥 1M · ⏱️ 04.04.2026): - ``` - conda install -c conda-forge web3 - ``` -
pyngrok (🥉31 · ⭐ 460) - A Python wrapper for ngrok. MIT -- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 12 · 🔀 56 · 📦 11K · ⏱️ 29.04.2026): +- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 20 · 🔀 60 · 📦 11K · 📋 99 - 1% open · ⏱️ 06.05.2026): ``` git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/pyngrok) (📥 1.7M / month): +- [PyPi](https://pypi.org/project/pyngrok) (📥 1.7M / month · 📦 340 · ⏱️ 29.04.2026): ``` pip install pyngrok ``` @@ -4851,12 +5131,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
terminado (🥉31 · ⭐ 380 · 💤) - Terminals served by tornado websockets. BSD-2 -- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 49 · 🔀 95 · 📥 650 · 📦 340K · 📋 73 - 43% open · ⏱️ 02.08.2025): +- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 49 · 🔀 96 · 📥 660 · 📦 340K · 📋 73 - 43% open · ⏱️ 02.08.2025): ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (📥 43M / month · 📦 370 · ⏱️ 12.03.2024): +- [PyPi](https://pypi.org/project/terminado) (📥 44M / month · 📦 370 · ⏱️ 12.03.2024): ``` pip install terminado ``` @@ -4867,12 +5147,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyload (🥉30 · ⭐ 3.8K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/pyload/pyload) (👨‍💻 240 · 🔀 750 · 📥 120K · 📦 24 · 📋 3.4K - 6% open · ⏱️ 29.04.2026): +- [GitHub](https://github.com/pyload/pyload) (👨‍💻 240 · 🔀 750 · 📥 120K · 📦 24 · 📋 3.4K - 6% open · ⏱️ 06.05.2026): ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (📥 4.7K / month · 📦 3 · ⏱️ 20.04.2026): +- [PyPi](https://pypi.org/project/pyload-ng) (📥 5.1K / month · 📦 3 · ⏱️ 20.04.2026): ``` pip install pyload-ng ``` @@ -4893,47 +5173,55 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge webassets ```
-
sslyze (🥉28 · ⭐ 3.8K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 +
klein (🥉29 · ⭐ 840) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 79 · 🔀 490 · 📥 120K · 📋 550 - 3% open · ⏱️ 29.03.2026): +- [GitHub](https://github.com/twisted/klein) (👨‍💻 57 · 🔀 120 · 📦 1.9K · 📋 190 - 45% open · ⏱️ 07.04.2026): ``` - git clone https://github.com/nabla-c0d3/sslyze + git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/sslyze) (📥 89K / month · 📦 16 · ⏱️ 29.03.2026): +- [PyPi](https://pypi.org/project/klein) (📥 63K / month · 📦 54 · ⏱️ 12.08.2024): ``` - pip install sslyze + pip install klein ```
-
httpagentparser (🥉28 · ⭐ 230) - Python HTTP Agent Parser. MIT +
httpagentparser (🥉29 · ⭐ 230) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 37 · 🔀 58 · 📦 6.3K · 📋 50 - 28% open · ⏱️ 08.03.2026): +- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 37 · 🔀 58 · 📦 6.3K · 📋 57 - 36% open · ⏱️ 08.03.2026): ``` git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/httpagentparser) (📥 450K / month): +- [PyPi](https://pypi.org/project/httpagentparser) (📥 460K / month · 📦 51 · ⏱️ 08.03.2026): ``` pip install httpagentparser ```
-
fake-useragent (🥉27 · ⭐ 4.1K) - Up-to-date simple useragent faker with real world database. Apache-2 +
sslyze (🥉28 · ⭐ 3.8K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 -- [GitHub](https://github.com/fake-useragent/fake-useragent) (👨‍💻 23 · 🔀 530 · 📋 160 - 2% open · ⏱️ 12.11.2025): +- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 79 · 🔀 490 · 📥 120K · 📋 560 - 3% open · ⏱️ 29.03.2026): ``` - git clone https://github.com/hellysmile/fake-useragent + git clone https://github.com/nabla-c0d3/sslyze ``` -- [PyPi](https://pypi.org/project/fake-useragent) (📥 6.5M / month): +- [PyPi](https://pypi.org/project/sslyze) (📥 91K / month · 📦 16 · ⏱️ 29.03.2026): ``` - pip install fake-useragent + pip install sslyze ``` -- [Conda](https://anaconda.org/conda-forge/fake-useragent) (📥 80K · ⏱️ 27.08.2025): +
+
streaming-form-data (🥉27 · ⭐ 180) - Streaming (and fast!) parser for multipart/form-data.. MIT + +- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 22 · 🔀 36 · 📦 200 · 📋 43 - 4% open · ⏱️ 14.04.2026): + ``` - conda install -c conda-forge fake-useragent + git clone https://github.com/siddhantgoel/streaming-form-data + ``` +- [PyPi](https://pypi.org/project/streaming-form-data) (📥 410K / month · 📦 22 · ⏱️ 25.01.2026): + ``` + pip install streaming-form-data ```
-
trustme (🥉27 · ⭐ 600) - #1 quality TLS certs while you wait, for the discerning tester. MIT +
trustme (🥉26 · ⭐ 600) - #1 quality TLS certs while you wait, for the discerning tester. MIT - [GitHub](https://github.com/python-trio/trustme) (👨‍💻 25 · 🔀 32 · 📥 15 · 📦 1.6K · 📋 35 - 11% open · ⏱️ 05.03.2026): @@ -4949,26 +5237,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge trustme ```
-
streaming-form-data (🥉27 · ⭐ 180) - Streaming (and fast!) parser for multipart/form-data.. MIT +
healthchecks (🥉24 · ⭐ 10K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 22 · 🔀 36 · 📦 200 · 📋 43 - 4% open · ⏱️ 14.04.2026): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 100 · 🔀 940 · 📦 1 · 📋 890 - 9% open · ⏱️ 07.05.2026): ``` - git clone https://github.com/siddhantgoel/streaming-form-data - ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (📥 370K / month · 📦 22 · ⏱️ 25.01.2026): - ``` - pip install streaming-form-data + git clone https://github.com/healthchecks/healthchecks ```
-
asgi-lifespan (🥉25 · ⭐ 280) - Programmatic startup/shutdown of ASGI apps. MIT +
asgi-lifespan (🥉24 · ⭐ 280) - Programmatic startup/shutdown of ASGI apps. MIT - [GitHub](https://github.com/florimondmanca/asgi-lifespan) (👨‍💻 7 · 🔀 17 · 📦 17K · 📋 21 - 14% open · ⏱️ 11.02.2026): ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 6.8M / month): +- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 7.4M / month · 📦 68 · ⏱️ 28.03.2023): ``` pip install asgi-lifespan ``` @@ -4977,54 +5261,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge asgi-lifespan ```
-
healthchecks (🥉24 · ⭐ 10K) - Open-source cron job and background task monitoring service,.. BSD-3 - -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 100 · 🔀 940 · 📦 1 · 📋 890 - 9% open · ⏱️ 30.04.2026): - - ``` - git clone https://github.com/healthchecks/healthchecks - ``` -
-
urlwatch (🥉23 · ⭐ 3K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 +
urlwatch (🥉23 · ⭐ 3.1K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 -- [GitHub](https://github.com/thp/urlwatch) (👨‍💻 97 · 🔀 360 · 📦 27 · 📋 520 - 17% open · ⏱️ 04.02.2026): +- [GitHub](https://github.com/thp/urlwatch) (👨‍💻 97 · 🔀 360 · 📦 27 · 📋 520 - 17% open · ⏱️ 05.05.2026): ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (📥 5K / month · ⏱️ 10.12.2024): +- [PyPi](https://pypi.org/project/urlwatch) (📥 4.7K / month · ⏱️ 10.12.2024): ``` pip install urlwatch ```
-
Show 26 hidden projects... +
Show 22 hidden projects... -- twisted (🥇40 · ⭐ 6K) - Event-driven networking engine written in Python. ❗Unlicensed -- certbot (🥇39 · ⭐ 33K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. ❗Unlicensed -- pyzmq (🥈37 · ⭐ 4.1K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD -- structlog (🥈35 · ⭐ 4.8K) - Simple, powerful, and fast logging for Python. ❗Unlicensed +- pyzmq (🥇39 · ⭐ 4.1K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD +- certbot (🥈38 · ⭐ 33K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. ❗Unlicensed +- PySocks (🥈34 · ⭐ 1.3K · 💀) - A SOCKS proxy client and wrapper for Python. BSD-3 - httpbin (🥈33 · ⭐ 14K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC -- PySocks (🥈32 · ⭐ 1.3K · 💀) - A SOCKS proxy client and wrapper for Python. ❗Unlicensed -- netaddr (🥉30 · ⭐ 820 · 💀) - A network address manipulation library for Python. ❗Unlicensed -- Js2Py (🥉29 · ⭐ 2.6K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT +- netaddr (🥉32 · ⭐ 820 · 💀) - A network address manipulation library for Python. BSD-3 +- Js2Py (🥉30 · ⭐ 2.6K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT - speedtest-cli (🥉28 · ⭐ 14K · 💀) - Command line interface for testing internet bandwidth.. Apache-2 - python-user-agents (🥉28 · ⭐ 1.5K · 💀) - A Python library that provides an easy way to identify.. MIT -- dpkt (🥉28 · ⭐ 1.2K · 💀) - fast, simple packet creation / parsing, with definitions for the.. ❗Unlicensed -- certifi (🥉27 · ⭐ 970 · 📉) - (Python Distribution) A carefully curated collection of Root.. ❗Unlicensed -- klein (🥉27 · ⭐ 840) - werkzeug + twisted.web. ❗Unlicensed -- Cactus (🥉26 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 -- proxy.py (🥉25 · ⭐ 3.5K · 💀) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS.. BSD-3 -- hyde (🥉23 · ⭐ 1.7K · 💀) - A Python Static Website Generator (See https://duct-ui.org from the.. MIT -- python-whois (🥉23 · ⭐ 410 · 💀) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL -- ipaddress (🥉23 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions. ❗Unlicensed +- dpkt (🥉28 · ⭐ 1.2K · 💀) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 +- proxy.py (🥉27 · ⭐ 3.5K · 💀) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS.. BSD-3 +- ipaddress (🥉26 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions. Python-2.0 +- python-whois (🥉25 · ⭐ 430 · 💀) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL +- Cactus (🥉23 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 +- reppy (🥉23 · ⭐ 200 · 💀) - Modern robots.txt Parser for Python. MIT - sandman2 (🥉22 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy.. Apache-2 +- hyde (🥉22 · ⭐ 1.7K · 💀) - A Python Static Website Generator (See https://duct-ui.org from the.. MIT - ProxyBroker (🥉21 · ⭐ 4.1K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 -- toapi (🥉21 · ⭐ 3.5K · 💀) - Every web site provides APIs. MIT -- reppy (🥉21 · ⭐ 200 · 💀) - Modern robots.txt Parser for Python. MIT - cabot (🥉20 · ⭐ 5.7K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT +- toapi (🥉20 · ⭐ 3.5K · 💀) - Every web site provides APIs. MIT - libextract (🥉17 · ⭐ 510 · 💀) - Extract data from websites using basic statistical magic. MIT -- tinkerer (🥉14 · ⭐ 300 · 💀) - Python blogging engine. ❗Unlicensed -- IP2Trace (🥉10 · ⭐ 43) - Python tool to traceroute with IP geolocation information, such as.. MIT +- tinkerer (🥉15 · ⭐ 300 · 💀) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD +- IP2Trace (🥉11 · ⭐ 43) - Python tool to traceroute with IP geolocation information, such as.. MIT
--- diff --git a/history/2026-05-07_changes.md b/history/2026-05-07_changes.md new file mode 100644 index 00000000..16815f0a --- /dev/null +++ b/history/2026-05-07_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._ + +- Yarl (🥇37 · ⭐ 1.5K · 📈) - Yet another URL library. Apache-2 +- certifi (🥈36 · ⭐ 970 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +- aiohttp (🥈35 · ⭐ 16K · 📈) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +- playwright (🥈31 · ⭐ 15K · 📈) - A high-level API to automate web browsers. Apache-2 +- quart (🥉26 · ⭐ 3.5K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- django-polymorphic (🥈33 · ⭐ 1.8K · 📉) - Improved Django model inheritance with automatic.. BSD-3 +- sorl-thumbnail (🥉29 · ⭐ 1.8K · 📉) - Thumbnails for Django. BSD-3 +- soupsieve (🥈29 · ⭐ 260 · 📉) - A modern CSS selector implementation for BeautifulSoup. MIT +- selene (🥉23 · ⭐ 730 · 📉) - User-oriented Web UI browser tests in Python. MIT +- gmusicapi (🥉22 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 + diff --git a/history/2026-05-07_projects.csv b/history/2026-05-07_projects.csv new file mode 100644 index 00000000..b9618baf --- /dev/null +++ b/history/2026-05-07_projects.csv @@ -0,0 +1,587 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,show,labels,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,updated_github_id,conda_id,pypi_id,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,brew_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,conda_dependent_project_count,trending,apt_id,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000,2026-05-06 21:59:59.000000,2026-05-06 21:59:59,4592.0,55.0,45933,4610.0,4595.0,388.0,867.0,433006,A collective list of free APIs.,2.0,2.0,1405.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,openapi-utils,True,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014-03-03 16:53:36.000,2026-05-07 15:55:49.000000,2026-05-05 18:49:48,4341.0,37.0,9067,835.0,2388.0,201.0,2324.0,30902,The OpenAPI Specification Repository.,21.0,21.0,253.0,0,True,['openapi'],2025-09-19 16:20:24.000,3.2.0,14.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,GraphQL Specification,graphql/graphql-spec,graphql,True,https://github.com/graphql/graphql-spec,https://github.com/graphql/graphql-spec,,2015-07-01 01:26:56.000,2026-04-30 17:12:16.000000,2026-04-02 17:42:55,658.0,3.0,1148,493.0,632.0,193.0,383.0,14754,GraphQL is a query language and execution engine tied to any backend service.,,,140.0,0,True,,2025-09-04 06:52:45.000,September2025,7.0,426.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/lukasmasuch/best-of-ml-python,https://github.com/lukasmasuch/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2026-05-07 14:59:48.000000,2026-03-22 08:44:47,628.0,1.0,3024,440.0,355.0,32.0,34.0,23459,Collection of python database client libraries.,,,57.0,0,True,,2025-11-04 05:45:47.000,2025.10.30,100.0,,,lukasmasuch/best-of-ml-python,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000,2026-05-04 21:42:09.000000,2026-05-04 21:42:06,6447.0,53.0,9889,1292.0,2942.0,226.0,3999.0,53965,"A simple, yet elegant, HTTP library.",4375773.0,4206894.0,787.0,51,True,,2026-03-30 16:12:09.000,2.33.1,160.0,34494.0,1494334704.0,,conda-forge/requests,requests,https://pypi.org/project/requests,2026-05-03 20:21:40.000,168879.0,1493186431.0,https://anaconda.org/conda-forge/requests,2026-04-24 11:27:55.343,81480344.0,1.0,,,,,,,,,,,,,,,,, +5,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/fastapi/fastapi,https://github.com/fastapi/fastapi,MIT,2018-12-08 08:21:47.000,2026-05-05 11:43:18.000000,2026-05-05 09:45:26,7114.0,406.0,9139,735.0,5706.0,12.0,3512.0,97990,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",910925.0,885408.0,894.0,50,True,"['fastapi', 'openapi']",2026-04-23 16:49:42.000,0.136.1,291.0,,444809409.0,fastapi/fastapi,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2026-04-23 16:49:42.000,25517.0,444744412.0,https://anaconda.org/conda-forge/fastapi,2026-04-23 23:39:44.804,4679854.0,1.0,,,,,,,,,,,,,,,,, +6,django,django/django,web-frameworks,,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012-04-28 02:47:18.000,2026-05-07 14:49:12.000000,2026-05-07 14:49:12,34564.0,288.0,33836,2228.0,21175.0,432.0,,87432,The Web framework for perfectionists with deadlines.,2050672.0,2028384.0,3435.0,50,True,['django'],2026-05-05 13:57:25.000,5.2.14,431.0,,47941145.0,,conda-forge/django,django,https://pypi.org/project/django,2026-05-05 13:57:25.000,22288.0,47894614.0,https://anaconda.org/conda-forge/django,2026-05-05 20:44:20.418,3303764.0,1.0,,,,,,,,,,,,,,,,, +7,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2026-05-02 13:14:04.000000,2026-05-02 12:59:12,5535.0,32.0,16817,2082.0,2817.0,3.0,2736.0,71493,The Python micro framework for building web applications.,2764469.0,2745830.0,862.0,50,True,['flask'],2026-02-19 05:01:30.000,3.1.3,64.0,11867.0,207249399.0,,conda-forge/flask,flask,https://pypi.org/project/flask,2026-02-19 05:00:56.000,18639.0,207050713.0,https://anaconda.org/conda-forge/flask,2026-02-19 08:21:51.563,11913877.0,1.0,,,,,,,,,,,,,,,,, +8,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2026-05-07 17:42:23.000000,2026-05-07 14:18:01,58378.0,397.0,11151,1332.0,30054.0,1306.0,11259.0,44718,"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",13167.0,7130.0,1149.0,50,True,,2026-03-30 08:46:20.000,1.80.0,299.0,,440260949.0,,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2026-03-30 08:46:20.000,6037.0,439951960.0,https://anaconda.org/conda-forge/grpcio,2026-04-07 08:23:47.018,21938224.0,1.0,,,,,,,,,,,,,,,,, +9,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2026-05-07 15:36:00.000000,2026-05-07 14:27:11,34321.0,289.0,8674,1251.0,6073.0,193.0,11056.0,34059,A browser automation framework and ecosystem.,375313.0,367665.0,932.0,50,True,,2026-04-10 06:52:53.000,selenium-4.43.0,228.0,30687711.0,56704620.0,,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2026-04-10 06:47:01.000,7648.0,56415321.0,https://anaconda.org/conda-forge/selenium,2026-04-10 12:51:27.273,2706819.0,1.0,,,,,,,,,,,,,,,,, +10,Streamlit,streamlit/streamlit,web-ui,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2026-05-07 18:04:06.000000,2026-05-07 16:50:20,9642.0,599.0,4229,327.0,9069.0,1291.0,4784.0,44485,Streamlit A faster way to build and share data apps.,1015140.0,1009053.0,812.0,48,True,,2026-04-28 22:13:38.000,1.57.0,263.0,,27454854.0,,,streamlit,https://pypi.org/project/streamlit,2026-04-28 22:13:29.000,6087.0,27454854.0,,,,1.0,,,,,,,,,,,,,,,,, +11,Scrapy,scrapy/scrapy,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14.000,2026-05-06 08:42:24.000000,2026-05-06 08:42:24,11102.0,102.0,11507,1755.0,4141.0,636.0,2812.0,61577,"Scrapy, a fast high-level web crawling & scraping framework for Python.",57035.0,55970.0,711.0,47,True,,2026-04-28 13:32:35.000,2.15.2,111.0,,3280407.0,,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2026-04-28 13:29:52.000,1065.0,3252396.0,https://anaconda.org/conda-forge/scrapy,2026-04-28 16:20:49.382,1960770.0,1.0,,,,,,,,,,,,,,,,, +12,werkzeug,pallets/werkzeug,web-frameworks,,https://github.com/pallets/werkzeug,https://github.com/pallets/werkzeug,BSD-3-Clause,2010-10-18 11:42:40.000,2026-05-05 21:07:01.000000,2026-05-05 21:06:59,5926.0,79.0,1768,209.0,1856.0,5.0,1253.0,6859,The comprehensive WSGI web application library.,1719726.0,1714539.0,514.0,47,True,,2026-04-02 18:49:29.000,3.1.8,109.0,2424.0,256493731.0,,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2026-04-02 18:49:12.000,5187.0,256217597.0,https://anaconda.org/conda-forge/werkzeug,2026-04-02 20:02:00.795,16566614.0,1.0,,,,,,,,,,,,,,,,, +13,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,,2009-11-30 18:18:08.000,2026-05-05 13:00:27.217000,2026-05-05 09:30:24,3613.0,224.0,1836,214.0,1277.0,117.0,2151.0,10564,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1574581.0,1571020.0,441.0,46,False,,2026-05-05 06:38:23.000,26.0.0,99.0,112.0,126922885.0,,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2026-05-05 06:38:23.000,3561.0,126849750.0,https://anaconda.org/conda-forge/gunicorn,2026-05-05 13:00:27.217,4900046.0,1.0,,,,,,,,,,,,,,,,, +14,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2026-05-07 17:06:07.000000,2026-05-07 17:06:06,4373.0,33.0,1325,97.0,2459.0,183.0,1222.0,4020,urllib3 is a user-friendly HTTP client library for Python.,2509416.0,2485576.0,392.0,46,True,,2026-05-07 16:32:49.000,2.7.0,108.0,89822.0,1549987459.0,,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2026-05-07 16:13:17.000,23840.0,1548715464.0,https://anaconda.org/conda-forge/urllib3,2026-01-07 20:31:38.461,88965750.0,1.0,,,,,,,,,,,,,,,,, +15,posthog,PostHog/posthog,monitoring,,https://github.com/PostHog/posthog,https://github.com/PostHog/posthog,MIT,2020-01-23 22:46:58.000,2026-05-07 18:39:20.000000,2026-05-07 18:33:25,42104.0,7630.0,2688,130.0,48313.0,3937.0,6602.0,34335,"PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web..",741.0,122.0,16043.0,45,True,,2026-05-07 15:13:18.000,agent-skills-v0.87.0,195.0,582058.0,31119431.0,,,posthog,https://pypi.org/project/posthog,2026-05-01 20:41:36.000,619.0,30828402.0,,,,1.0,,,,,,,,,,,,,,,,, +16,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,BSD-3-Clause,2011-03-02 17:13:56.000,2026-05-06 11:55:49.000000,2026-05-06 11:55:17,8999.0,47.0,7077,599.0,5005.0,78.0,3929.0,29996,Web APIs for Django.,855500.0,855391.0,1480.0,45,True,['django'],2026-04-19 00:22:20.000,3.15.0,47.0,35.0,159473.0,,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,109.0,140959.0,https://anaconda.org/conda-forge/djangorestframework,2026-03-25 10:16:51.039,1277525.0,2.0,,,,,,,,,,,,,,,,, +17,starlette,encode/starlette,web-frameworks,,https://github.com/Kludex/starlette,https://github.com/Kludex/starlette,BSD-3-Clause,2018-06-25 13:16:21.000,2026-05-03 06:45:09.000000,2026-05-03 06:45:08,1607.0,46.0,1160,103.0,1886.0,13.0,753.0,12290,The little ASGI framework that shines.,422866.0,417997.0,318.0,45,True,,2026-03-22 18:29:45.000,1.0.0,191.0,,476538928.0,Kludex/starlette,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2026-03-22 18:29:45.000,4869.0,476463315.0,https://anaconda.org/conda-forge/starlette,2026-03-22 21:46:48.541,5292963.0,2.0,,,,,,,,,,,,,,,,, +18,OpenAPI Generator,OpenAPITools/openapi-generator,openapi-utils,,https://github.com/OpenAPITools/openapi-generator,https://github.com/OpenAPITools/openapi-generator,Apache-2.0,2018-05-12 09:57:56.000,2026-05-07 08:13:35.000000,2026-05-07 08:13:31,22415.0,460.0,7509,220.0,13738.0,5664.0,4757.0,26210,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",1485.0,5.0,3774.0,44,True,['openapi'],2026-04-29 03:20:39.000,7.22.0,760.0,424.0,6465041.0,,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2026-04-29 03:20:39.000,25.0,771148.0,,,,1.0,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2026-04-28 10:23:56.410,1455.0,5693889.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,, +19,uvicorn,encode/uvicorn,servers,,https://github.com/Kludex/uvicorn,https://github.com/Kludex/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2026-05-03 08:07:48.000000,2026-04-30 18:26:13,1477.0,60.0,934,98.0,1672.0,16.0,695.0,10641,"An ASGI web server, for Python.",892399.0,875609.0,217.0,44,True,,2026-04-23 07:15:58.000,0.46.0,190.0,,474327525.0,Kludex/uvicorn,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2026-04-23 07:15:58.000,16790.0,474232817.0,https://anaconda.org/conda-forge/uvicorn,2026-04-23 12:52:12.806,6345490.0,1.0,,,,,,,,,,,,,,,,, +20,django-allauth,pennersr/django-allauth,auth,,https://github.com/pennersr/django-allauth,https://github.com/pennersr/django-allauth,MIT,2010-10-10 20:10:52.000,2026-04-17 20:45:12.770000,2026-04-17 18:53:08,4061.0,69.0,3112,197.0,,1.0,2407.0,10332,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",274083.0,273791.0,799.0,44,True,['django'],2026-04-17 18:54:12.000,65.16.1,130.0,,3727828.0,,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2026-04-17 18:54:12.000,292.0,3721055.0,https://anaconda.org/conda-forge/django-allauth,2026-04-17 20:45:12.770,331885.0,1.0,,,,,,,,,,,,,,,,, +21,coverage,nedbat/coveragepy,testing,,https://github.com/coveragepy/coveragepy,https://github.com/coveragepy/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2026-05-07 11:43:20.000000,2026-05-07 11:32:48,7410.0,68.0,475,35.0,516.0,253.0,1393.0,3363,The code coverage tool for Python.,527109.0,504069.0,201.0,44,True,,2026-03-17 10:41:41.000,7.13.5,185.0,,247060545.0,coveragepy/coveragepy,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2026-03-17 10:29:51.000,23040.0,246588295.0,https://anaconda.org/conda-forge/coverage,2026-03-17 15:49:45.615,33057541.0,1.0,,,,,,,,,,,,,,,,, +22,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2026-05-07 18:24:59.000000,2026-05-07 18:12:10,103342.0,5321.0,4622,666.0,96561.0,2371.0,15157.0,43793,Developer-first error tracking and performance monitoring.,895.0,754.0,1042.0,43,True,,2026-05-05 13:43:20.000,26.4.2,378.0,5887.0,27938.0,,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-07-25 17:18:50.000,141.0,4724.0,https://anaconda.org/conda-forge/sentry-sdk,2026-05-04 14:46:50.738,1641533.0,1.0,,,,,,,,,,,,,,,,, +23,python-telegram-bot,python-telegram-bot/python-telegram-bot,third-party-apis,,https://github.com/python-telegram-bot/python-telegram-bot,https://github.com/python-telegram-bot/python-telegram-bot,GPL-3.0,2015-07-07 15:30:39.000,2026-05-07 17:50:14.000000,2026-05-04 12:48:38,3168.0,56.0,6001,596.0,2353.0,18.0,2306.0,29097,We have made you a wrapper you cant refuse.,157999.0,156790.0,209.0,43,True,,2026-03-16 09:36:38.000,22.7,154.0,45331.0,36160090.0,,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2026-03-16 09:36:01.000,1209.0,36156935.0,https://anaconda.org/conda-forge/python-telegram-bot,2026-03-16 13:04:39.380,194284.0,1.0,,,,,,,,,,,,,,,,, +24,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2026-05-04 09:22:17.000000,2026-05-04 09:22:17,6333.0,82.0,3207,415.0,1522.0,14.0,1763.0,27772,Write scalable load tests in plain Python.,17932.0,17660.0,384.0,43,True,,2026-04-01 20:43:02.000,2.43.4,947.0,,13607561.0,,conda-forge/locust,locust,https://pypi.org/project/locust,2026-05-03 19:02:34.000,272.0,13602942.0,https://anaconda.org/conda-forge/locust,2026-04-02 01:24:41.941,332592.0,1.0,,,,,,,,,,,,,,,,, +25,tornado,tornadoweb/tornado,web-frameworks,,https://github.com/tornadoweb/tornado,https://github.com/tornadoweb/tornado,Apache-2.0,2009-09-09 04:55:16.000,2026-03-31 00:51:40.000000,2026-03-31 00:51:33,5012.0,48.0,5542,952.0,1729.0,213.0,1688.0,22389,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",4065.0,,473.0,43,True,,2026-03-10 21:30:44.000,6.5.5,81.0,,130265638.0,,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2026-03-10 21:30:44.000,4065.0,129220131.0,https://anaconda.org/conda-forge/tornado,2026-03-24 13:45:02.484,70049034.0,2.0,,,,,,,,,,,,,,,,, +26,discord.py,Rapptz/discord.py,third-party-apis,,https://github.com/Rapptz/discord.py,https://github.com/Rapptz/discord.py,MIT,2015-08-21 22:19:08.000,2026-04-20 18:22:34.000000,2026-04-15 01:32:09,5410.0,44.0,3930,250.0,3140.0,150.0,2969.0,16057,An API wrapper for Discord written in Python.,55695.0,54381.0,454.0,43,True,,2026-03-03 18:40:44.000,2.7.1,88.0,,7039758.0,,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2026-03-03 18:40:44.000,1314.0,7039192.0,https://anaconda.org/conda-forge/discord.py,2025-04-22 14:57:44.300,36256.0,1.0,,,,,,,,,,,,,,,,, +27,google-api-python-client,googleapis/google-api-python-client,third-party-apis,,https://github.com/googleapis/google-api-python-client,https://github.com/googleapis/google-api-python-client,Apache-2.0,2014-01-08 21:55:56.000,2026-05-07 02:25:14.447000,2026-05-06 23:22:56,1944.0,21.0,2568,293.0,1498.0,82.0,1089.0,8811,The official Python client library for Googles discovery based APIs.,289013.0,284377.0,202.0,43,True,,2026-05-06 23:47:32.000,2.196.0,284.0,,156495271.0,,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2026-05-06 23:47:32.000,4636.0,156426422.0,https://anaconda.org/conda-forge/google-api-python-client,2026-05-07 02:25:14.447,4957153.0,1.0,,,,,,,,,,,,,,,,, +28,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2026-04-29 15:44:22.000000,2026-04-29 15:03:39,31436.0,172.0,1210,172.0,2202.0,2796.0,7741.0,5962,Event-driven networking engine written in Python.,107717.0,106434.0,305.0,43,True,,2025-06-07 09:52:21.000,25.5.0,111.0,,11685191.0,,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2026-04-29 15:44:22.000,1283.0,11661170.0,https://anaconda.org/conda-forge/twisted,2026-04-27 17:25:13.235,1609439.0,1.0,,,,,,,,,,,,,,,,, +29,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010-11-30 17:34:03.000,2026-05-07 10:50:11.000000,2026-05-07 10:50:11,4461.0,77.0,977,101.0,862.0,179.0,907.0,5113,GitPython is a python library used to interact with Git repositories.,431724.0,422415.0,349.0,43,True,,2026-05-06 04:01:23.000,3.1.50,104.0,,235692718.0,,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2026-05-06 04:01:23.000,9309.0,235471443.0,https://anaconda.org/conda-forge/gitpython,2026-05-06 11:10:51.995,15931826.0,1.0,,,,,,,,,,,,,,,,, +30,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2026-05-02 01:30:25.000000,2026-04-28 18:25:50,11134.0,39.0,4525,622.0,3454.0,427.0,3293.0,43440,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,5553.0,5297.0,600.0,42,True,,2026-04-12 21:49:54.000,12.2.2,87.0,225878.0,4578209.0,,,mitmproxy,https://pypi.org/project/mitmproxy,2026-04-12 21:49:54.000,256.0,4576733.0,,,,1.0,,,,,,,,,,,,,,,,, +31,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2026-05-06 15:03:10.000000,2026-05-06 14:00:44,20021.0,324.0,4517,327.0,8142.0,994.0,4703.0,20311,A Django content management system focused on flexibility and user experience.,12781.0,11897.0,1085.0,42,True,['django'],2026-05-05 16:38:05.000,7.4,290.0,,1465922.0,,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2026-05-05 16:51:12.000,884.0,1461531.0,https://anaconda.org/conda-forge/wagtail,2026-05-05 17:22:24.020,206406.0,1.0,,,,,,,,,,,,,,,,, +32,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2026-05-02 09:25:04.000000,2026-05-02 09:25:03,6811.0,62.0,2202,225.0,3214.0,131.0,1693.0,12271,Scapy: the Python-based interactive packet manipulation program & library.,24037.0,23273.0,525.0,42,True,,2025-12-26 22:07:48.000,2.7.0,32.0,,6994829.0,,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2026-04-13 20:54:07.000,764.0,6992264.0,https://anaconda.org/conda-forge/scapy,2025-12-27 00:28:08.944,174472.0,1.0,,,,,,,,,,,,,,,,, +33,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2026-05-04 16:30:13.000000,2026-05-04 16:30:04,9926.0,145.0,1548,160.0,1332.0,13.0,1972.0,12664,"APIs for browser automation, testing, and bypassing bot-detection.",2818.0,2715.0,40.0,41,True,,2026-04-30 19:26:51.000,4.48.4,1159.0,,3473551.0,,,seleniumbase,https://pypi.org/project/seleniumbase,2026-04-30 19:26:51.000,103.0,3473551.0,,,,1.0,,,,,,,,,,,,,,,,, +34,django-cms,django-cms/django-cms,cms,,https://github.com/django-cms/django-cms,https://github.com/django-cms/django-cms,BSD-3-Clause,2009-03-05 10:14:18.000,2026-05-07 13:35:25.000000,2026-05-07 05:42:48,16474.0,67.0,3197,384.0,4868.0,13.0,3638.0,10635,The easy-to-use and developer-friendly enterprise CMS powered by Django.,5868.0,5507.0,601.0,41,True,['django'],2026-05-05 12:59:48.000,4.1.11,142.0,,145714.0,,,django-cms,https://pypi.org/project/django-cms,2026-05-05 12:59:48.000,361.0,145714.0,,,,2.0,,,,,,,,,,,,,,,,, +35,WeasyPrint,Kozea/WeasyPrint,html-processing,,https://github.com/Kozea/WeasyPrint,https://github.com/Kozea/WeasyPrint,BSD-3-Clause,2011-08-09 14:14:24.000,2026-04-29 08:53:37.000000,2026-04-28 15:05:23,6407.0,53.0,801,130.0,567.0,155.0,2032.0,8966,The awesome document factory.,30495.0,29799.0,179.0,41,True,,2026-02-06 15:03:59.000,68.1,118.0,27821.0,24340822.0,,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2026-02-06 15:04:09.000,696.0,24335351.0,https://anaconda.org/conda-forge/weasyprint,2025-12-02 21:50:39.338,361735.0,1.0,,,,,,,,,,,,,,,,, +36,pyTelegramBotAPI,eternnoir/pyTelegramBotAPI,third-party-apis,,https://github.com/eternnoir/pyTelegramBotAPI,https://github.com/eternnoir/pyTelegramBotAPI,GPL-2.0,2015-06-26 06:56:25.000,2026-05-07 08:22:49.000000,2026-05-07 08:22:49,3213.0,88.0,2144,229.0,1028.0,2.0,1323.0,8726,Python Telegram bot api.,64962.0,64631.0,272.0,41,True,,2026-04-11 19:29:26.000,4.33.0,143.0,,1070614.0,,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2026-04-11 19:28:08.000,331.0,1070614.0,,,,1.0,,,,,,,,,,,,,,,,, +37,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/django-commons/django-debug-toolbar,https://github.com/django-commons/django-debug-toolbar,BSD-3-Clause,2008-08-28 06:58:04.000,2026-05-07 00:16:12.000000,2026-05-04 08:11:03,2922.0,50.0,1078,107.0,1340.0,69.0,947.0,8355,A configurable set of panels that display various debug information about the current request/response.,107191.0,106826.0,327.0,41,True,,2026-04-02 16:07:48.000,6.3.0,80.0,403.0,7877891.0,django-commons/django-debug-toolbar,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2026-04-02 16:06:59.000,365.0,7870491.0,https://anaconda.org/conda-forge/django-debug-toolbar,2026-04-02 18:40:48.163,503131.0,1.0,,,,,,,,,,,,,,,,, +38,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2026-05-04 11:54:32.000000,2026-05-04 11:54:29,6181.0,37.0,964,229.0,696.0,129.0,1344.0,6441,Coroutine-based concurrency library for Python.,155387.0,153088.0,123.0,41,True,,2026-04-08 21:25:36.000,26.4.0,95.0,64851.0,48955278.0,,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2026-04-08 21:25:36.000,2299.0,48922628.0,https://anaconda.org/conda-forge/gevent,2026-04-09 15:03:05.336,2320174.0,2.0,,,,,,,,,,,,,,,,, +39,websockets,aaugustin/websockets,websocket,,https://github.com/python-websockets/websockets,https://github.com/python-websockets/websockets,BSD-3-Clause,2013-03-30 08:59:30.000,2026-04-19 20:03:51.000000,2026-04-17 21:18:35,1733.0,13.0,586,108.0,484.0,15.0,1200.0,5673,Library for building WebSocket servers and clients in Python.,386147.0,378399.0,85.0,41,True,,2026-01-10 09:23:48.000,16.0,48.0,,348895426.0,python-websockets/websockets,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2026-01-10 09:22:21.000,7748.0,348797040.0,https://anaconda.org/conda-forge/websockets,2026-01-10 23:29:36.038,6690258.0,1.0,,,,,,,,,,,,,,,,, +40,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2026-05-04 21:21:19.000000,2026-03-31 04:04:24,961.0,17.0,741,59.0,653.0,40.0,458.0,5653,JSON Web Token implementation in Python.,819091.0,811086.0,165.0,41,True,,2026-03-13 19:27:35.000,2.12.1,54.0,,566587023.0,,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2026-03-13 19:27:35.000,8005.0,566237547.0,https://anaconda.org/conda-forge/pyjwt,2026-03-14 09:56:20.453,22366497.0,1.0,,,,,,,,,,,,,,,,, +41,lxml,lxml/lxml,html-processing,,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011-02-11 05:43:11.000,2026-05-03 13:52:24.000000,2026-05-03 13:52:24,6907.0,98.0,611,82.0,444.0,14.0,,3018,The lxml XML toolkit for Python.,629825.0,609974.0,178.0,41,True,,2026-04-18 04:27:33.000,6.1.0,175.0,8472.0,340223554.0,,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2026-04-18 04:27:33.000,19851.0,339943939.0,https://anaconda.org/conda-forge/lxml,2026-04-18 11:53:01.337,20121070.0,1.0,,,,,,,,,,,,,,,,, +42,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2026-04-22 08:13:47.000000,2026-04-22 08:13:47,1819.0,23.0,496,62.0,543.0,95.0,309.0,2967,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",650439.0,648709.0,204.0,41,True,,2025-06-20 05:53:03.000,3.3.1,52.0,,343282966.0,,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2025-06-19 22:48:06.000,1730.0,343010240.0,https://anaconda.org/conda-forge/oauthlib,2025-06-20 10:29:41.030,16363589.0,1.0,,,,,,,,,,,,,,,,, +43,youtube-dl,ytdl-org/youtube-dl,third-party-apis,,https://github.com/ytdl-org/youtube-dl,https://github.com/ytdl-org/youtube-dl,Unlicense,2010-10-31 14:35:07.000,2026-02-19 16:45:25.000000,2025-11-26 03:02:36,18977.0,,10462,2155.0,5008.0,4140.0,23195.0,140215,Command-line program to download videos from YouTube.com and other video sites.,728.0,,1010.0,40,True,,2021-12-16 19:02:14.000,2021.12.17,955.0,58166250.0,919008.0,,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,728.0,226610.0,https://anaconda.org/conda-forge/youtube-dl,2025-04-22 14:56:44.986,2262099.0,1.0,,,,,,,,youtube-dl,,,,,,,,, +44,sanic,sanic-org/sanic,web-frameworks,,https://github.com/sanic-org/sanic,https://github.com/sanic-org/sanic,MIT,2016-05-26 04:38:22.000,2026-04-10 04:26:05.000000,2025-12-31 19:05:34,2963.0,,1585,391.0,1683.0,107.0,1366.0,18640,Accelerate your web app development | Build fast. Run fast.,19863.0,19065.0,369.0,40,True,,2025-12-31 19:36:47.000,25.12.0,82.0,,2807893.0,,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2025-12-31 19:36:47.000,798.0,2797901.0,https://anaconda.org/conda-forge/sanic,2025-10-17 14:49:24.999,709433.0,2.0,,,,,,,,,,,,,,,,, +45,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2025-11-30 15:40:39.696000,2025-06-14 20:34:58,2949.0,,1697,249.0,990.0,92.0,1007.0,11617,A very fast and expressive template engine.,24471.0,21.0,335.0,40,True,,2025-03-05 20:05:10.000,3.1.6,52.0,78135.0,576760676.0,,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2025-03-05 20:05:00.000,24450.0,575722481.0,https://anaconda.org/conda-forge/jinja2,2025-11-30 15:40:39.696,66395516.0,1.0,,,,,,,,,,,,,,,,, +46,flask-admin,flask-admin/flask-admin,admin-ui,,https://github.com/pallets-eco/flask-admin,https://github.com/pallets-eco/flask-admin,BSD-3-Clause,2012-03-18 23:21:57.000,2026-05-07 12:44:05.353000,2026-05-07 09:18:14,3764.0,79.0,1632,147.0,1388.0,98.0,1399.0,6058,Simple and extensible administrative interface framework for Flask.,33363.0,33151.0,388.0,40,True,['flask'],2026-05-07 09:18:24.000,2.2.0,52.0,624.0,1919336.0,pallets-eco/flask-admin,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2026-05-07 09:17:59.000,212.0,1913804.0,https://anaconda.org/conda-forge/flask-admin,2026-05-07 12:44:05.353,370384.0,1.0,,,,,,,,,,,,,,,,, +47,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2026-04-12 17:50:59.000000,2026-04-12 17:47:20,2640.0,16.0,557,55.0,624.0,5.0,590.0,2653,a powerful DNS toolkit for python.,450257.0,447770.0,128.0,40,True,,2025-09-07 19:06:14.000,2.8.0,50.0,2262.0,240013617.0,,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2025-09-07 18:57:58.000,2487.0,239915803.0,https://anaconda.org/conda-forge/dnspython,2025-09-08 00:54:36.206,6646775.0,1.0,,,,,,,,,,,,,,,,, +48,wtforms,wtforms/wtforms,forms,,https://github.com/pallets-eco/wtforms,https://github.com/pallets-eco/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2026-05-07 15:54:40.000000,2026-05-07 15:54:39,1816.0,67.0,405,45.0,437.0,28.0,449.0,1572,A flexible forms validation and rendering library for Python.,259879.0,259186.0,173.0,40,True,,2026-05-03 05:54:36.000,3.2.2,31.0,95.0,18436005.0,pallets-eco/wtforms,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2026-05-03 05:53:46.000,693.0,18429691.0,https://anaconda.org/conda-forge/wtforms,2026-05-03 12:28:22.519,441940.0,1.0,,,,,,,,,,,,,,,,, +49,httpx,encode/httpx,http-clients,,https://github.com/encode/httpx,https://github.com/encode/httpx,BSD-3-Clause,2019-04-04 12:27:00.000,2026-03-29 00:19:16.000000,2026-02-23 10:40:42,1523.0,1.0,1122,117.0,1805.0,101.0,,15259,A next generation HTTP client for Python.,640871.0,618670.0,247.0,39,True,,2024-12-06 15:37:21.000,0.28.1,75.0,,680130348.0,,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2025-09-15 16:15:10.000,22201.0,679887549.0,https://anaconda.org/conda-forge/httpx,2025-04-22 14:57:16.772,17481542.0,2.0,,,,,,,,,,,,,,,,, +50,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2025-07-11 20:32:50.000000,2025-07-11 20:32:01,3131.0,,4604,259.0,584.0,98.0,1223.0,11156,Twitter for Python!.,65937.0,65380.0,249.0,39,True,,2025-06-22 01:18:16.000,4.16.0,49.0,236.0,3751986.0,,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2025-06-22 01:17:49.000,557.0,3744828.0,https://anaconda.org/conda-forge/tweepy,2025-06-23 11:53:49.548,501018.0,2.0,,,,,,,,,,,,,,,,, +51,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2026-03-23 15:39:32.000000,2026-03-23 15:39:31,1987.0,3.0,1500,300.0,634.0,285.0,649.0,8763,bottle.py is a fast and simple micro-framework for python web-applications.,37742.0,36937.0,237.0,39,True,,2025-06-15 10:09:36.000,0.13.4,85.0,381.0,11188610.0,,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2025-06-15 10:08:57.000,805.0,11174231.0,https://anaconda.org/conda-forge/bottle,2025-08-11 01:37:00.120,603155.0,2.0,,,,,,,,,,,,,,,,, +52,PyGithub,PyGithub/PyGithub,third-party-apis,,https://github.com/PyGithub/PyGithub,https://github.com/PyGithub/PyGithub,LGPL-3.0,2012-02-25 12:53:47.000,2026-04-24 13:50:09.000000,2026-04-24 13:46:42,2506.0,8.0,1870,110.0,1644.0,392.0,1431.0,7710,Typed interactions with the GitHub API v3.,74987.0,72238.0,421.0,39,True,,2026-04-14 07:26:12.000,2.9.1,108.0,,78083323.0,,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2026-04-14 07:26:12.000,2749.0,77980066.0,https://anaconda.org/conda-forge/pygithub,2026-04-14 10:12:17.172,7434534.0,2.0,,,,,,,,,,,,,,,,, +53,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2026-04-23 09:48:49.000000,2026-04-10 09:03:59,2061.0,18.0,972,155.0,637.0,67.0,892.0,7466,Google Sheets Python API.,54939.0,54402.0,192.0,39,True,,2025-05-14 15:56:24.000,6.2.1,83.0,29167.0,42699032.0,,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2025-05-14 15:56:24.000,537.0,42692118.0,https://anaconda.org/conda-forge/gspread,2025-04-22 14:56:34.422,469604.0,2.0,,,,,,,,,,,,,,,,, +54,Panel,holoviz/panel,web-ui,,https://github.com/holoviz/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2026-05-07 09:09:07.000000,2026-05-07 09:09:05,5029.0,111.0,599,60.0,4449.0,1161.0,2961.0,5671,Panel: The powerful data exploration & web app framework for Python.,19446.0,18813.0,235.0,39,True,,2026-03-16 12:58:57.000,1.8.10,497.0,,2915584.0,,,panel,https://pypi.org/project/panel,2026-03-26 09:32:58.000,633.0,2915584.0,,,,1.0,,,,,,,,,,,,,,,,, +55,authlib,lepture/authlib,auth,,https://github.com/authlib/authlib,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2026-05-06 12:47:38.343000,2026-05-06 08:08:51,1783.0,66.0,533,56.0,314.0,113.0,426.0,5297,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",53794.0,52381.0,142.0,39,True,,2026-05-06 08:10:42.000,1.7.2,63.0,,119263058.0,authlib/authlib,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2026-05-06 08:10:21.000,1413.0,119258951.0,https://anaconda.org/conda-forge/authlib,2026-05-06 12:47:38.343,295763.0,1.0,,,,,,,,,,,,,,,,, +56,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2026-05-06 18:16:50.000000,2026-05-06 18:16:48,3909.0,41.0,657,101.0,1089.0,53.0,1027.0,4132,PyZMQ: Python bindings for zeromq.,518704.0,516192.0,204.0,39,False,,2025-09-08 23:07:26.000,27.1.0,106.0,21179.0,100991683.0,,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2025-09-08 23:07:26.000,2512.0,100388773.0,https://anaconda.org/conda-forge/pyzmq,2026-02-21 23:41:55.207,42194037.0,1.0,,,,,,,,,,,,,,,,, +57,django-import-export,django-import-export/django-import-export,django-utils,,https://github.com/django-import-export/django-import-export,https://github.com/django-import-export/django-import-export,BSD-2-Clause,2012-11-15 13:12:22.000,2026-05-05 15:44:35.491000,2026-05-05 12:44:05,1676.0,22.0,825,58.0,996.0,25.0,1108.0,3321,Django application and library for importing and exporting data with admin integration.,133040.0,132825.0,243.0,39,True,['django'],2026-05-05 12:42:42.000,4.4.1,110.0,,2659992.0,,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2026-05-05 12:42:42.000,215.0,2656809.0,https://anaconda.org/conda-forge/django-import-export,2026-05-05 15:44:35.491,226001.0,1.0,,,,,,,,,,,,,,,,, +58,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2026-05-03 16:10:39.990000,2026-05-03 14:30:25,741.0,17.0,281,39.0,120.0,40.0,275.0,3025,A fast yet powerful Python Markdown parser with renderers and plugins.,373759.0,372119.0,56.0,39,True,,2026-05-03 14:33:33.000,3.2.1,50.0,,71382544.0,,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2026-05-03 14:33:20.000,1640.0,70987792.0,https://anaconda.org/conda-forge/mistune,2026-05-03 16:10:39.990,26448409.0,1.0,,,,,,,,,,,,,,,,, +59,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2026-04-29 12:21:54.000000,2026-04-29 12:21:46,834.0,16.0,256,23.0,617.0,54.0,272.0,1193,Python binding to the Networking and Cryptography (NaCl) library.,139521.0,137835.0,78.0,39,True,,2026-01-01 17:31:57.000,1.6.2,19.0,,222994475.0,,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2026-01-01 17:31:57.000,1686.0,222804284.0,https://anaconda.org/conda-forge/pynacl,2026-02-27 05:58:35.927,12933024.0,1.0,,,,,,,,,,,,,,,,, +60,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2026-05-04 23:06:08.000000,2026-05-04 23:04:42,2403.0,23.0,428,50.0,940.0,86.0,493.0,939,A Python wrapper around the OpenSSL library.,282798.0,279666.0,116.0,39,True,,2026-05-04 23:06:08.000,26.2.0,45.0,,233993361.0,,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2026-05-04 23:06:08.000,3132.0,233271228.0,https://anaconda.org/conda-forge/pyopenssl,2026-03-26 08:17:22.499,47660816.0,1.0,,,,,,,,,,,,,,,,, +61,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,,2014-11-12 02:52:20.000,2026-05-07 17:29:19.000000,2026-05-06 16:35:38,11384.0,37.0,3497,735.0,5044.0,180.0,5410.0,33025,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,3353.0,2936.0,550.0,38,False,,2026-04-07 18:54:53.000,5.5.0,131.0,383596.0,776383.0,,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2026-04-07 18:54:53.000,417.0,770345.0,https://anaconda.org/conda-forge/certbot-apache,2026-04-12 15:38:04.452,67301.0,2.0,,,,,,,,,,,,,,,,, +62,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2026-05-07 09:10:29.000000,2026-05-06 11:54:45,6655.0,175.0,914,86.0,1673.0,60.0,1479.0,15778,Create web-based user interfaces with Python. The nice way.,3173.0,2779.0,216.0,38,True,,2026-04-25 20:04:47.000,3.11.1,309.0,,1231054.0,,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,2026-04-25 20:01:01.000,394.0,1225924.0,https://anaconda.org/conda-forge/nicegui,2026-04-26 06:36:23.606,139389.0,2.0,,,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2026-04-25 20:04:02.186555,12.0,81780.0,,,, +63,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2026-04-21 12:31:04.243000,2026-04-20 15:29:45,4022.0,35.0,1835,322.0,1698.0,90.0,1678.0,13289,Static site generator that supports Markdown and reST syntax. Powered by Python.,9054.0,8779.0,485.0,38,True,,2026-04-20 15:30:15.000,4.12.0,66.0,1742.0,88875.0,,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2026-04-20 15:30:15.000,275.0,83099.0,https://anaconda.org/conda-forge/pelican,2026-04-21 12:31:04.243,397528.0,1.0,,,,,,,,,,,,,,,,, +64,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2026-04-27 15:51:36.772000,2023-05-20 10:08:41,1461.0,,2516,196.0,681.0,710.0,799.0,13106,"Lightweight, dependency-free Python library and CLI for downloading YouTube videos, playlists, and captions.",58089.0,57554.0,112.0,38,False,,2023-05-07 19:40:40.414,15.0.0,86.0,,3876372.0,,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2023-05-07 19:40:40.414,535.0,3875794.0,https://anaconda.org/conda-forge/pytube,2026-04-27 15:51:36.772,31828.0,2.0,,,,,,,,,,,,,,,,, +65,litestar,litestar-org/litestar,web-frameworks,,https://github.com/litestar-org/litestar,https://github.com/litestar-org/litestar,MIT,2021-12-06 19:43:06.000,2026-05-06 11:04:28.000000,2026-05-05 10:58:42,3386.0,84.0,544,45.0,3005.0,266.0,1215.0,8202,"Light, flexible and extensible ASGI framework | Built to scale.",2339.0,2166.0,281.0,38,True,['openapi'],2026-03-07 13:49:13.000,2.21.1,100.0,,1551097.0,,,litestar,https://pypi.org/project/litestar,2026-03-07 13:49:13.000,173.0,1551097.0,,,,2.0,,,,,,,,,,,,,,,,, +66,django-extensions,django-extensions/django-extensions,django-utils,,https://github.com/django-extensions/django-extensions,https://github.com/django-extensions/django-extensions,MIT,2009-03-21 16:11:19.000,2026-03-02 09:04:00.000000,2026-03-02 09:03:58,3759.0,13.0,1168,97.0,1045.0,207.0,754.0,6805,This is a repository for collecting global custom management extensions for the Django Framework.,271791.0,271244.0,606.0,38,True,['django'],2025-04-11 01:17:50.000,4.1,128.0,,12869593.0,,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2025-04-11 01:15:37.000,547.0,12854798.0,https://anaconda.org/conda-forge/django-extensions,2025-04-22 14:56:21.386,1035686.0,1.0,,,,,,,,,,,,,,,,, +67,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2026-05-07 17:06:01.000000,2026-05-07 17:03:56,85201.0,3712.0,1273,91.0,11922.0,513.0,5838.0,5860,Web based localization tool with tight version control integration.,51.0,51.0,2119.0,38,True,,2026-04-30 11:18:54.000,weblate-5.17.1,166.0,10179.0,290086.0,,,weblate,https://pypi.org/project/weblate,2026-04-30 11:18:50.000,,289927.0,,,,2.0,,,,,,,,,,,,,,,,, +68,web3.py,ethereum/web3.py,others,,https://github.com/ApeWorX/web3.py,https://github.com/ApeWorX/web3.py,MIT,2016-04-14 15:59:35.000,2026-05-06 13:30:13.795000,2026-04-30 18:03:32,5251.0,15.0,1708,119.0,2211.0,140.0,1486.0,5511,A python interface for interacting with the Ethereum blockchain and ecosystem.,2118.0,,313.0,38,True,,2026-05-01 21:22:17.000,7.16.0,254.0,,5121149.0,ApeWorX/web3.py,conda-forge/web3,web3,https://pypi.org/project/web3,2026-05-01 21:22:17.000,2118.0,5105572.0,https://anaconda.org/conda-forge/web3,2026-05-06 13:30:13.795,1043677.0,2.0,,,,,,,,,,,,,,,,, +69,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,BSD-3-Clause,2010-05-29 02:59:45.000,2026-02-10 03:37:58.169000,2026-02-09 14:54:42,1644.0,1.0,895,72.0,638.0,27.0,923.0,4205,A Python implementation of John Grubers Markdown with Extension support.,517307.0,511018.0,186.0,38,True,,2026-02-09 14:57:29.000,3.10.2,61.0,572.0,117872703.0,,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2026-02-09 14:57:25.000,6289.0,117700477.0,https://anaconda.org/conda-forge/markdown,2026-02-10 03:37:58.169,11537943.0,1.0,,,,,,,,,,,,,,,,, +70,python-slack-sdk,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2026-05-06 14:44:02.000000,2026-05-06 14:43:58,1534.0,31.0,851,154.0,946.0,43.0,868.0,4001,Slack Developer Kit for Python.,1004.0,,190.0,38,True,,2026-03-12 16:10:09.000,3.41.0,130.0,,87014068.0,,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2026-03-12 16:10:09.000,1004.0,87002000.0,https://anaconda.org/conda-forge/slack-sdk,2026-03-13 09:23:21.345,760313.0,2.0,,,,,,,,,,,,,,,,, +71,datamodel-code-generator,koxudaxi/datamodel-code-generator,openapi-utils,,https://github.com/koxudaxi/datamodel-code-generator,https://github.com/koxudaxi/datamodel-code-generator,MIT,2019-05-29 08:01:32.000,2026-05-07 17:36:45.000000,2026-05-07 17:01:05,1798.0,94.0,439,26.0,2260.0,38.0,781.0,3886,"Python data model generator (Pydantic, dataclasses, TypedDict, msgspec) from OpenAPI, JSON Schema, GraphQL, and raw..",3866.0,3352.0,203.0,38,True,['openapi'],2026-05-07 16:21:53.000,0.57.0,245.0,,12895824.0,,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2026-05-07 16:21:53.000,514.0,12895824.0,,,,1.0,,,,,,,,,,,,,,,,, +72,websocket-client,websocket-client/websocket-client,websocket,,https://github.com/websocket-client/websocket-client,https://github.com/websocket-client/websocket-client,Apache-2.0,2010-12-28 06:35:25.000,2026-05-04 18:17:14.000000,2026-05-04 18:17:09,1297.0,2.0,776,77.0,351.0,30.0,659.0,3701,WebSocket client for Python.,332061.0,328156.0,226.0,38,True,,2025-10-07 21:16:34.000,1.9.0,88.0,,274772171.0,,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2025-10-07 21:16:34.000,3905.0,274443813.0,https://anaconda.org/conda-forge/websocket-client,2025-10-08 12:56:52.070,22656753.0,1.0,,,,,,,,,,,,,,,,, +73,django-environ,joke2k/django-environ,django-utils,,https://github.com/joke2k/django-environ,https://github.com/joke2k/django-environ,MIT,2013-04-02 13:50:07.000,2026-05-06 17:50:41.000000,2026-05-06 17:50:33,763.0,81.0,329,35.0,342.0,74.0,222.0,3156,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,282723.0,282228.0,111.0,38,True,['django'],2026-02-18 01:08:07.000,0.13.0,24.0,190.0,6754140.0,,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2026-02-18 01:08:07.000,495.0,6748956.0,https://anaconda.org/conda-forge/django-environ,2026-02-18 11:16:09.966,181416.0,1.0,,,,,,,,,,,,,,,,, +74,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010-02-19 01:12:41.000,2026-05-01 15:08:50.000000,2026-05-01 15:08:25,958.0,11.0,261,40.0,392.0,2.0,385.0,2769,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,414589.0,412702.0,79.0,38,True,,2025-10-27 17:57:37.000,6.3.0,60.0,,68245915.0,,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2025-10-27 17:57:37.000,1887.0,67853874.0,https://anaconda.org/conda-forge/bleach,2026-02-10 10:29:57.105,26658811.0,2.0,,,,,,,,,,,,,,,,, +75,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2026-04-29 22:15:55.000000,2026-04-29 22:15:52,931.0,17.0,152,25.0,445.0,36.0,224.0,2736,Radically simplified static file serving for Python web apps.,533490.0,532905.0,71.0,38,True,,2026-02-27 00:05:40.000,6.12.0,60.0,,11658093.0,,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2026-02-27 00:05:40.000,585.0,11654684.0,https://anaconda.org/conda-forge/whitenoise,2026-02-27 01:32:30.446,228469.0,2.0,,,,,,,,,,,,,,,,, +76,django-stubs,typeddjango/django-stubs,django-utils,,https://github.com/typeddjango/django-stubs,https://github.com/typeddjango/django-stubs,MIT,2018-07-29 17:08:50.000,2026-05-07 16:30:25.000000,2026-05-07 16:30:24,2597.0,254.0,556,15.0,2459.0,195.0,732.0,1926,PEP-484 stubs for Django.,15367.0,14843.0,337.0,38,True,['django'],2026-04-18 15:11:20.000,6.0.3,76.0,,8060954.0,,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2026-04-18 15:11:20.000,524.0,8059658.0,https://anaconda.org/conda-forge/django-stubs,2026-04-18 17:33:55.733,79065.0,1.0,,,,,,,,,,,,,,,,, +77,swagger-ui,swagger-api/swagger-ui,openapi-utils,,https://github.com/swagger-api/swagger-ui,https://github.com/swagger-api/swagger-ui,Apache-2.0,2011-07-15 22:56:39.000,2026-05-07 13:49:19.000000,2026-05-05 09:22:56,6875.0,62.0,9263,621.0,4720.0,1422.0,4466.0,28773,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",38301.0,38301.0,618.0,37,True,['openapi'],2026-04-27 12:54:48.000,5.32.5,100.0,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,, +78,gallery-dl,mikf/gallery-dl,third-party-apis,,https://github.com/mikf/gallery-dl,https://github.com/mikf/gallery-dl,GPL-2.0,2014-10-12 19:38:05.000,2026-05-06 20:43:25.000000,2026-05-06 20:42:58,7987.0,326.0,1423,161.0,747.0,1128.0,6435.0,18084,Command-line program to download image galleries and collections from several image hosting sites.,47.0,21.0,213.0,37,True,,2026-05-03 09:17:57.000,1.32.1,198.0,1088467.0,280905.0,,,gallery-dl,https://pypi.org/project/gallery-dl,2026-05-03 08:59:47.000,26.0,262457.0,,,,2.0,,,,,,,,,,,,,,,,, +79,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2026-05-07 16:17:23.000000,2026-05-07 16:17:22,4629.0,50.0,1780,275.0,1585.0,127.0,1029.0,13418,CTF framework and exploit development library.,2380.0,2280.0,306.0,37,True,,2025-10-12 15:25:25.000,4.15.0,123.0,,368369.0,,,pwntools,https://pypi.org/project/pwntools,2025-10-12 15:25:25.000,100.0,368369.0,,,,2.0,,,,,,,,,,,,,,,,, +80,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2026-04-20 08:06:44.000000,2026-02-21 21:11:57,3151.0,4.0,1628,159.0,697.0,1.0,2442.0,11973,"Pure Python 3 MTProto API Telegram client library, for bots too!.",679.0,21.0,211.0,37,True,,2026-04-13 19:52:20.000,1.43.1,243.0,,2163350.0,,,telethon,https://pypi.org/project/telethon,2026-04-20 08:06:44.000,658.0,2163350.0,,,,2.0,,,,,,,,,,,,,,,,, +81,falcon,falconry/falcon,web-frameworks,,https://github.com/falconry/falcon,https://github.com/falconry/falcon,Apache-2.0,2012-12-06 18:17:51.000,2026-05-03 09:55:26.000000,2026-05-03 09:55:26,2136.0,19.0,987,250.0,1447.0,162.0,978.0,9805,"The no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at..",10855.0,10451.0,239.0,37,True,,2025-11-10 19:35:43.000,4.2.0,98.0,11746.0,972722.0,,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2025-11-10 19:35:43.000,404.0,958030.0,https://anaconda.org/conda-forge/falcon,2025-11-11 15:50:47.655,972336.0,2.0,,,,,,,,,,,,,,,,, +82,graphene,graphql-python/graphene,graphql,,https://github.com/graphql-python/graphene,https://github.com/graphql-python/graphene,MIT,2015-09-24 09:18:18.000,2025-09-04 15:43:44.000000,2024-11-09 20:43:17,1787.0,,820,140.0,577.0,106.0,912.0,8241,GraphQL framework for Python.,31285.0,30968.0,211.0,37,False,['graphql'],2024-11-09 20:44:23.000,3.4.3,102.0,,35233370.0,,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2024-11-09 20:44:23.000,317.0,35216571.0,https://anaconda.org/conda-forge/graphene,2025-04-22 14:56:40.732,974371.0,1.0,,,,,,,,,,,,,,,,, +83,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2026-04-26 20:42:53.000000,2026-04-15 09:00:22,2441.0,25.0,627,65.0,459.0,15.0,1204.0,5878,"Build GUI for your Python program with JavaScript, HTML, and CSS.",4821.0,4332.0,187.0,37,True,,2026-04-15 09:02:10.000,6.2.1,79.0,,1140509.0,,,pywebview,https://pypi.org/project/pywebview,2026-04-15 09:02:10.000,489.0,1140509.0,,,,2.0,,,,,,,,,,,,,,,,, +84,structlog,hynek/structlog,others,,https://github.com/hynek/structlog,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2026-05-05 09:30:38.000000,2026-05-05 09:30:36,1866.0,36.0,278,32.0,417.0,36.0,355.0,4767,"Simple, powerful, and fast logging for Python.",34973.0,32790.0,138.0,37,True,,2025-10-27 08:28:21.000,25.5.0,42.0,,78829420.0,,,structlog,https://pypi.org/project/structlog,2025-10-27 08:28:21.000,2183.0,78829420.0,,,,2.0,,,,,,,,,,,,,,,,, +85,flask-sqlalchemy,pallets/flask-sqlalchemy,flask-utils,,https://github.com/pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy,BSD-3-Clause,2010-06-01 15:01:50.000,2026-02-20 21:10:51.000000,2025-06-14 20:36:01,1143.0,,904,111.0,657.0,21.0,660.0,4314,Adds SQLAlchemy support to Flask.,538940.0,537612.0,121.0,37,True,['flask'],2023-09-11 21:43:39.000,3.1.1,35.0,1104.0,28471086.0,pallets-eco/flask-sqlalchemy,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-09-11 21:42:34.000,1328.0,28459157.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2025-12-01 16:04:19.932,858319.0,1.0,,,,,,,,,,,,,,,,, +86,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2026-03-11 17:57:15.000000,2026-03-11 01:27:19,11989.0,65.0,895,159.0,2736.0,80.0,992.0,4082,Pyramid - A Python web framework.,19450.0,18894.0,354.0,37,False,,2023-08-25 06:33:20.000,2.0.2,157.0,,2473578.0,,pyramid,pyramid,https://pypi.org/project/pyramid,2026-03-11 01:23:56.000,548.0,2473504.0,https://anaconda.org/anaconda/pyramid,2025-04-22 15:32:19.372,9415.0,2.0,,,,,,,,,,,,,,8.0,,, +87,django-guardian,django-guardian/django-guardian,auth,,https://github.com/django-guardian/django-guardian,https://github.com/django-guardian/django-guardian,BSD-2-Clause,2010-06-04 23:15:37.000,2026-04-30 12:43:04.000000,2026-04-13 07:17:43,1422.0,46.0,583,72.0,475.0,34.0,478.0,3899,Per object permissions for Django.,7872.0,7764.0,187.0,37,True,['django'],2026-03-30 09:44:57.000,3.3.1,58.0,,917659.0,,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2026-03-30 09:44:57.000,108.0,915444.0,https://anaconda.org/conda-forge/django-guardian,2026-03-30 13:51:26.981,135149.0,2.0,,,,,,,,,,,,,,,,, +88,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2026-05-06 17:30:36.000000,2026-04-22 10:32:36,2355.0,218.0,194,38.0,745.0,30.0,306.0,2338,Python library for implementing GraphQL servers using schema-first approach.,2147.0,2044.0,87.0,37,True,['graphql'],2026-04-03 10:47:17.000,1.0.1,73.0,268.0,3800713.0,,,ariadne,https://pypi.org/project/ariadne,2026-05-06 17:30:36.000,103.0,3800711.0,,,,1.0,,,,,,,,,,,,,,,,, +89,twilio,twilio/twilio-python,third-party-apis,,https://github.com/twilio/twilio-python,https://github.com/twilio/twilio-python,MIT,2009-09-15 05:33:57.000,2026-05-07 17:34:36.000000,2026-05-07 17:15:42,1875.0,16.0,807,108.0,575.0,53.0,314.0,2058,A Python module for communicating with the Twilio API and generating TwiML.,60139.0,59509.0,148.0,37,True,,2026-05-07 17:34:36.000,9.10.9,371.0,,20585234.0,,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2026-05-07 17:34:36.000,630.0,20579669.0,https://anaconda.org/conda-forge/twilio,2026-05-07 13:14:10.114,400718.0,2.0,,,,,,,,,,,,,,,,, +90,requests-oauthlib,requests/requests-oauthlib,auth,,https://github.com/requests/requests-oauthlib,https://github.com/requests/requests-oauthlib,ISC,2012-11-23 10:19:44.000,2025-06-18 06:42:02.000000,2025-06-18 06:42:02,666.0,,424,44.0,291.0,125.0,171.0,1773,OAuthlib support for Python-Requests!.,604718.0,602728.0,120.0,37,True,,2024-03-25 19:31:17.000,1.4.1,23.0,,387060638.0,,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2024-03-25 19:31:17.000,1990.0,386849161.0,https://anaconda.org/conda-forge/requests-oauthlib,2025-04-22 14:56:25.314,14803430.0,2.0,,,,,,,,,,,,,,,,, +91,Yarl,aio-libs/yarl,url-utils,,https://github.com/aio-libs/yarl,https://github.com/aio-libs/yarl,Apache-2.0,2016-08-02 12:56:42.000,2026-05-04 17:01:36.000000,2026-04-20 15:44:53,1921.0,12.0,187,22.0,1376.0,53.0,240.0,1480,Yet another URL library.,3253.0,,128.0,37,True,,2026-03-01 22:04:09.000,1.23.0,134.0,1743.0,497202752.0,,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2026-03-01 22:04:09.000,3253.0,496832067.0,https://anaconda.org/conda-forge/yarl,2026-03-02 00:06:58.664,24834923.0,1.0,,,,,,,,,,,,,,,25.0,, +92,markdown-it-py,executablebooks/markdown-it-py,markdown,,https://github.com/executablebooks/markdown-it-py,https://github.com/executablebooks/markdown-it-py,MIT,2020-03-25 11:10:01.000,2026-05-07 16:01:35.424000,2026-05-07 12:06:02,351.0,9.0,101,21.0,284.0,45.0,62.0,1302,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",375077.0,372418.0,35.0,37,True,,2026-05-07 12:08:27.000,4.2.0,45.0,,512335122.0,,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2026-05-07 12:08:27.000,2659.0,512097571.0,https://anaconda.org/conda-forge/markdown-it-py,2026-05-07 16:01:35.424,17103727.0,2.0,,,,,,,,,,,,,,,,, +93,pycurl,pycurl/pycurl,http-clients,,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,LGPL-2.1,2013-08-03 20:56:39.000,2026-05-07 15:19:51.000000,2026-05-07 15:19:50,3575.0,98.0,325,44.0,584.0,8.0,402.0,1150,PycURL - Python interface to libcurl.,75143.0,74679.0,117.0,37,False,,2026-04-30 03:12:38.000,7.46.0,61.0,,4639820.0,,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2026-04-30 03:12:38.000,464.0,4559339.0,https://anaconda.org/conda-forge/pycurl,2026-04-30 06:53:19.399,5392272.0,2.0,,,,,,,,,,,,,,,,, +94,markupsafe,pallets/markupsafe,html-processing,,https://github.com/pallets/markupsafe,https://github.com/pallets/markupsafe,BSD-3-Clause,2010-06-22 17:22:58.000,2026-03-02 10:22:07.198000,2025-09-27 18:45:34,844.0,,172,27.0,372.0,4.0,139.0,687,Safely add untrusted strings to HTML/XML markup.,2207973.0,2202711.0,49.0,37,True,,2025-09-27 18:38:54.000,3.0.3,36.0,14005.0,633517681.0,,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2025-09-27 18:36:05.000,5262.0,632433131.0,https://anaconda.org/conda-forge/markupsafe,2026-03-02 10:22:07.198,73733858.0,2.0,,,,,,,,,,,,,,,,, +95,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2026-05-05 23:00:07.000000,2026-05-05 23:00:05,427.0,35.0,116,10.0,125.0,,101.0,278,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,2502379.0,2491899.0,31.0,37,True,,2026-04-22 16:43:03.000,3.13,36.0,973.0,1466279716.0,,conda-forge/idna,idna,https://pypi.org/project/idna,2026-04-22 16:42:40.000,10480.0,1465113326.0,https://anaconda.org/conda-forge/idna,2026-04-23 12:25:57.757,82811060.0,2.0,,,,,,,,,,,,,,,,, +96,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2026-05-06 04:53:30.000000,2026-05-06 04:53:30,4221.0,40.0,3807,370.0,1115.0,167.0,884.0,15695,Impacket is a collection of Python classes for working with network protocols.,6632.0,6505.0,306.0,36,True,,2025-10-22 15:53:06.000,impacket_0_13_0,18.0,277634.0,339059.0,fortra/impacket,,impacket,https://pypi.org/project/impacket,2025-10-22 15:46:17.000,127.0,336956.0,,,,2.0,,,,,,,,,,,,,,,,, +97,flask-restful,flask-restful/flask-restful,web-frameworks,,https://github.com/flask-restful/flask-restful,https://github.com/flask-restful/flask-restful,BSD-3-Clause,2012-10-12 00:08:51.000,2025-04-22 14:56:27.635000,2023-05-21 03:47:13,837.0,,1040,169.0,429.0,143.0,464.0,6918,Simple framework for creating REST APIs.,124584.0,123856.0,163.0,36,False,['flask'],2023-05-21 03:59:07.841,0.3.10,33.0,,3699165.0,,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,728.0,3693615.0,https://anaconda.org/conda-forge/flask-restful,2025-04-22 14:56:27.635,333002.0,2.0,,,,,,,,,,,,,,,,, +98,django-cors-headers,adamchainz/django-cors-headers,django-utils,,https://github.com/adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers,MIT,2013-01-19 08:39:17.000,2026-05-04 18:14:38.000000,2026-04-21 22:04:28,913.0,11.0,540,71.0,764.0,5.0,270.0,5585,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,314562.0,314049.0,71.0,36,True,['django'],2025-09-18 10:40:50.000,4.9.0,61.0,,18747221.0,,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2025-09-18 10:40:50.000,513.0,18743869.0,https://anaconda.org/conda-forge/django-cors-headers,2025-09-18 14:25:07.383,238036.0,1.0,,,,,,,,,,,,,,,,, +99,django-crispy-forms,django-crispy-forms/django-crispy-forms,forms,,https://github.com/django-crispy-forms/django-crispy-forms,https://github.com/django-crispy-forms/django-crispy-forms,MIT,2011-11-01 11:48:03.000,2026-03-19 18:06:47.000000,2026-03-19 18:06:47,1802.0,7.0,729,113.0,729.0,71.0,646.0,5154,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,169584.0,169102.0,232.0,36,True,['django'],2026-03-01 09:01:54.000,2.6,46.0,,2645725.0,,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2026-03-01 09:03:36.000,482.0,2642525.0,https://anaconda.org/conda-forge/django-crispy-forms,2026-03-01 11:27:30.459,211234.0,2.0,,,,,,,,,,,,,,,,, +100,Strawberry GraphQL,strawberry-graphql/strawberry,graphql,,https://github.com/strawberry-graphql/strawberry,https://github.com/strawberry-graphql/strawberry,MIT,2018-12-21 08:56:55.000,2026-05-07 11:47:32.000000,2026-05-07 11:47:29,3913.0,189.0,635,40.0,3086.0,450.0,795.0,4653,A GraphQL library for Python that leverages type annotations.,223.0,,330.0,36,True,['graphql'],2026-04-29 08:20:55.000,0.315.3,1073.0,724.0,6072953.0,,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2026-04-29 08:20:45.000,223.0,6072888.0,,,,2.0,,,,,,,,,,,,,,,,, +101,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2026-05-07 14:12:25.000000,2026-05-07 14:06:42,809.0,7.0,362,91.0,447.0,35.0,315.0,4340,A utility for mocking out the Python Requests library.,55304.0,52715.0,145.0,36,True,,2026-02-19 14:38:08.000,0.26.0,62.0,734.0,63434832.0,,conda-forge/responses,responses,https://pypi.org/project/responses,2026-02-19 14:38:03.000,2589.0,63386570.0,https://anaconda.org/conda-forge/responses,2026-02-19 20:29:00.685,3426383.0,2.0,,,,,,,,,,,,,,,,, +102,Prometheus Client,prometheus/client_python,monitoring,,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015-02-10 22:47:25.000,2026-05-06 17:35:56.000000,2026-05-06 17:35:55,628.0,10.0,846,65.0,511.0,133.0,474.0,4313,Python client for the Prometheus monitoring system.,3734.0,,177.0,36,True,,2026-04-09 19:54:38.000,0.25.0,59.0,,156566152.0,,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2026-04-09 19:53:41.000,3734.0,156224013.0,https://anaconda.org/conda-forge/prometheus_client,2026-04-09 22:05:24.117,24634015.0,2.0,,,,,,,,,,,,,,,,, +103,slackclient,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2026-05-06 14:44:02.000000,2026-05-06 14:43:58,1534.0,31.0,851,154.0,946.0,43.0,868.0,4001,Slack Developer Kit for Python.,502.0,,190.0,36,True,,2026-03-12 16:09:09.000,3.41.0,100.0,,7940304.0,,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,502.0,7929197.0,https://anaconda.org/conda-forge/slackclient,2025-04-22 14:56:26.396,1299595.0,2.0,,,,,,,,,,,,,,,,, +104,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2026-05-07 17:01:15.000000,2026-05-07 17:01:12,4201.0,515.0,207,18.0,2845.0,24.0,1011.0,3271,Catch API bugs before your users do.,974.0,909.0,80.0,36,True,"['openapi', 'graphql']",2026-04-29 22:20:06.000,4.17.0,442.0,,3362015.0,,,schemathesis,https://pypi.org/project/schemathesis,2026-04-29 22:20:06.000,65.0,3362015.0,,,,2.0,,,,,,,,,,,,,,,,, +105,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2025-06-14 20:35:46.000000,2025-06-14 20:35:42,677.0,,234,54.0,294.0,2.0,122.0,3114,Safely pass trusted data to untrusted environments and back.,1356235.0,1354432.0,44.0,36,True,,2024-04-16 21:46:38.000,2.2.0,28.0,232.0,196791471.0,,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2024-04-16 21:28:14.000,1803.0,196595209.0,https://anaconda.org/conda-forge/itsdangerous,2025-04-22 14:56:26.703,11775564.0,2.0,,,,,,,,,,,,,,,,, +106,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2026-04-28 13:42:25.000000,2026-04-11 14:47:31,1378.0,5.0,424,37.0,531.0,150.0,319.0,2962,Automatically mock your HTTP interactions to simplify and speed up testing.,12105.0,11603.0,159.0,36,True,,2026-01-04 19:22:02.000,8.1.1,77.0,,10897584.0,,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2026-01-04 19:22:02.000,502.0,10885020.0,https://anaconda.org/conda-forge/vcrpy,2026-01-06 00:05:33.070,879541.0,2.0,,,,,,,,,,,,,,,,, +107,django-storages,jschneier/django-storages,django-utils,,https://github.com/jschneier/django-storages,https://github.com/jschneier/django-storages,BSD-3-Clause,2014-12-09 00:37:09.000,2025-06-18 15:59:00.000000,2025-06-18 15:59:00,1166.0,,873,41.0,798.0,134.0,631.0,2946,Django-storages is a project to provide a variety of storage backends in a single library.,224657.0,224433.0,283.0,36,True,['django'],2025-04-02 02:34:53.000,1.14.6,46.0,,10330043.0,,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2025-04-02 02:34:53.000,224.0,10327760.0,https://anaconda.org/conda-forge/django-storages,2025-04-22 14:56:39.267,132462.0,1.0,,,,,,,,,,,,,,,,, +108,drf-spectacular,tfranzel/drf-spectacular,openapi-utils,,https://github.com/tfranzel/drf-spectacular,https://github.com/tfranzel/drf-spectacular,BSD-3-Clause,2020-03-01 22:36:54.000,2026-04-14 14:10:11.000000,2026-04-14 14:10:11,1386.0,22.0,318,9.0,423.0,216.0,887.0,2830,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,141303.0,141012.0,143.0,36,True,['openapi'],2025-11-02 03:47:14.000,0.29.0,66.0,,10474866.0,,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2025-11-02 03:40:24.000,291.0,10473301.0,https://anaconda.org/conda-forge/drf-spectacular,2025-11-02 04:21:23.496,87646.0,2.0,,,,,,,,,,,,,,,,, +109,django-simple-history,jazzband/django-simple-history,django-utils,,https://github.com/django-commons/django-simple-history,https://github.com/django-commons/django-simple-history,BSD-3-Clause,2011-03-06 22:42:19.000,2026-04-17 21:50:04.000000,2026-04-17 21:50:00,1466.0,5.0,495,41.0,974.0,160.0,467.0,2448,Store model history and view/revert changes from admin site.,7344.0,7240.0,191.0,36,True,['django'],2025-12-11 13:50:53.000,3.11.0,52.0,11.0,3711754.0,django-commons/django-simple-history,,django-simple-history,https://pypi.org/project/django-simple-history,2025-12-11 13:50:53.000,104.0,3711754.0,,,,1.0,,,,,,,,,,,,,,,,, +110,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2026-05-05 14:12:42.000000,2026-05-05 14:12:42,5231.0,2.0,585,78.0,1908.0,346.0,1030.0,2439,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",30003.0,28207.0,213.0,36,True,,2026-02-13 07:37:31.000,7.6.0,48.0,788.0,12142190.0,,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2026-02-13 07:15:46.000,1796.0,12122041.0,https://anaconda.org/conda-forge/rdflib,2026-02-13 15:07:19.601,1349686.0,2.0,,,,,,,,,,,,,,,,, +111,feedparser,kurtmckee/feedparser,web-scraping,,https://github.com/kurtmckee/feedparser,https://github.com/kurtmckee/feedparser,BSD-2-Clause,2010-11-26 02:53:24.000,2026-05-04 21:41:37.000000,2026-02-01 15:38:19,1511.0,,352,48.0,281.0,99.0,190.0,2365,Parse feeds in Python.,103487.0,101998.0,62.0,36,True,,2025-09-10 13:34:42.000,6.0.12,25.0,,15199515.0,,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2025-09-10 13:33:58.000,1489.0,15152895.0,https://anaconda.org/conda-forge/feedparser,2025-09-15 12:28:47.353,3356659.0,1.0,,,,,,,,,,,,,,,,, +112,jira,pycontribs/jira,third-party-apis,,https://github.com/pycontribs/jira,https://github.com/pycontribs/jira,BSD-2-Clause,2014-06-28 14:06:53.000,2026-05-06 08:32:57.000000,2026-05-01 11:43:02,1700.0,18.0,895,79.0,1201.0,223.0,591.0,2108,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,11606.0,11156.0,270.0,36,True,,2025-07-28 12:18:21.000,3.10.5,71.0,280252.0,21847401.0,,conda-forge/jira,jira,https://pypi.org/project/jira,2025-07-28 12:18:21.000,450.0,21840288.0,https://anaconda.org/conda-forge/jira,2025-07-28 12:54:29.687,252416.0,2.0,,,,,,,,,,,,,,,,, +113,tldextract,john-kurkowski/tldextract,url-utils,,https://github.com/john-kurkowski/tldextract,https://github.com/john-kurkowski/tldextract,BSD-3-Clause,2011-02-26 06:48:00.000,2026-04-21 06:35:17.000000,2026-04-21 06:27:37,563.0,4.0,212,43.0,147.0,19.0,199.0,1998,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",45100.0,44215.0,53.0,36,True,,2025-12-29 00:05:53.000,5.3.1,65.0,,29802411.0,,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2025-12-28 23:58:04.000,885.0,29788951.0,https://anaconda.org/conda-forge/tldextract,2025-12-29 02:56:08.949,807612.0,2.0,,,,,,,,,,,,,,,,, +114,stripe,stripe/stripe-python,third-party-apis,,https://github.com/stripe/stripe-python,https://github.com/stripe/stripe-python,MIT,2011-06-25 19:53:04.000,2026-05-06 21:10:18.000000,2026-04-24 00:14:51,1889.0,27.0,515,38.0,1350.0,18.0,398.0,1996,Python library for the Stripe API.,597.0,,337.0,36,True,,2026-04-24 00:18:56.000,15.1.0,536.0,,31551346.0,,anaconda/stripe,stripe,https://pypi.org/project/stripe,2026-05-06 21:10:18.000,597.0,31550980.0,https://anaconda.org/anaconda/stripe,2026-01-20 14:10:45.610,46152.0,2.0,,,,,,,,,,,,,,,,, +115,django-autocomplete-light,yourlabs/django-autocomplete-light,django-utils,,https://github.com/yourlabs/django-autocomplete-light,https://github.com/yourlabs/django-autocomplete-light,MIT,2012-05-03 11:49:37.000,2026-04-28 08:30:52.000000,2026-04-28 08:30:51,2469.0,37.0,467,62.0,535.0,216.0,657.0,1867,"A fresh approach to autocomplete implementations, specially for Django.",4833.0,4731.0,200.0,36,True,['django'],2026-04-23 07:11:49.000,4.0.0,232.0,,516744.0,,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2026-04-23 07:11:49.000,102.0,516744.0,,,,1.0,,,,,,,,,,,,,,,,, +116,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2026-02-23 06:35:28.000000,2026-02-23 06:35:27,494.0,1.0,241,41.0,303.0,67.0,201.0,1618,ASGI specification and utilities.,1147177.0,1145925.0,113.0,36,True,,2026-02-03 13:30:13.000,3.11.1,70.0,,121786812.0,,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2026-02-03 13:30:13.000,1252.0,121757556.0,https://anaconda.org/conda-forge/asgiref,2026-02-05 06:33:38.572,2077213.0,2.0,,,,,,,,,,,,,,,,, +117,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2026-03-20 17:22:56.000000,2026-03-20 17:22:56,1099.0,15.0,182,37.0,230.0,23.0,235.0,1578,Waitress - A WSGI server for Python 3.,233718.0,232592.0,59.0,36,False,,2024-11-16 20:03:53.000,3.0.2,52.0,,8997202.0,,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2024-11-16 20:02:33.000,1126.0,8992484.0,https://anaconda.org/conda-forge/waitress,2026-01-06 19:45:42.145,311393.0,2.0,,,,,,,,,,,,,,,,, +118,dj-database-url,jacobian/dj-database-url,django-utils,,https://github.com/jazzband/dj-database-url,https://github.com/jazzband/dj-database-url,BSD-3-Clause,2012-04-30 17:20:23.000,2026-04-27 17:37:27.000000,2026-04-08 16:16:04,368.0,16.0,216,29.0,203.0,6.0,98.0,1572,Use Database URLs in your Django Application.,313488.0,313126.0,78.0,36,True,['django'],2026-02-19 11:13:52.000,3.1.2,25.0,,6663155.0,jazzband/dj-database-url,,dj-database-url,https://pypi.org/project/dj-database-url,2026-02-19 15:30:39.000,362.0,6663155.0,,,,1.0,,,,,,,,,,,,,,,,, +119,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,,2011-09-29 19:35:55.000,2026-05-01 01:02:33.000000,2026-04-09 09:23:04,1364.0,6.0,358,38.0,709.0,196.0,407.0,1528,A Django plugin for pytest.,98770.0,97213.0,156.0,36,False,['django'],2026-02-14 18:40:47.000,4.12.0,68.0,,18705116.0,,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2026-02-14 18:40:47.000,1557.0,18697685.0,https://anaconda.org/conda-forge/pytest-django,2026-02-14 19:22:18.929,505312.0,2.0,,,,,,,,,,,,,,,,, +120,apispec,marshmallow-code/apispec,openapi-utils,,https://github.com/marshmallow-code/apispec,https://github.com/marshmallow-code/apispec,MIT,2014-10-18 23:48:49.000,2026-05-05 14:33:11.000000,2026-05-05 14:33:08,1841.0,33.0,187,20.0,755.0,30.0,255.0,1220,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,20260.0,19872.0,97.0,36,True,['openapi'],2026-03-06 21:48:39.000,6.10.0,125.0,,15496560.0,,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2026-03-06 21:48:39.000,388.0,15474205.0,https://anaconda.org/conda-forge/apispec,2026-03-07 11:24:46.158,1587245.0,2.0,,,,,,,,,,,,,,,,, +121,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,MIT,2014-11-21 06:08:04.000,2026-04-24 10:14:01.000000,2026-03-30 16:15:04,1932.0,9.0,269,7.0,2330.0,18.0,413.0,1117,Extensions for Python Markdown.,59912.0,58076.0,66.0,36,True,,2026-03-29 15:01:53.000,10.21.2,117.0,,24222186.0,,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2026-03-29 15:01:53.000,1836.0,24213218.0,https://anaconda.org/conda-forge/pymdown-extensions,2026-03-29 16:51:44.076,618810.0,2.0,,,,,,,,,,,,,,,,, +122,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,MPL-2.0,2011-12-28 05:15:19.000,2026-04-22 14:05:19.644000,2026-04-22 11:24:19,338.0,8.0,289,39.0,235.0,2.0,165.0,967,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,14787.0,5.0,40.0,36,True,,2026-04-22 11:26:09.000,2026.4.22,74.0,,1521105058.0,,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2026-04-22 11:26:09.000,14782.0,1518474060.0,https://anaconda.org/conda-forge/certifi,2026-04-22 14:05:19.644,186800907.0,2.0,,,,,,,,,,,,,,,9.0,, +123,google-auth,googleapis/google-auth-library-python,auth,,https://github.com/googleapis/google-auth-library-python,https://github.com/googleapis/google-auth-library-python,Apache-2.0,2016-09-26 00:38:59.000,2026-05-07 09:07:31.955000,2026-03-06 16:19:26,1022.0,7.0,348,69.0,1416.0,,439.0,877,This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth.,4380.0,,167.0,36,True,,2026-05-07 08:02:15.000,2.51.0,188.0,,472005772.0,,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2026-05-07 08:02:15.000,4380.0,471813891.0,https://anaconda.org/conda-forge/google-auth,2026-05-07 09:07:31.955,13623575.0,2.0,,,,,,,,,,,,,,,,, +124,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2020-01-30 12:41:11.000,2026-01-08 03:07:35.000000,2025-10-13 12:41:26,567.0,,152,23.0,768.0,44.0,176.0,540,A minimal HTTP client.,419887.0,418916.0,59.0,36,True,,2025-04-24 22:06:20.000,1.0.9,64.0,,667798234.0,,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2025-04-24 22:06:20.000,971.0,667553441.0,https://anaconda.org/conda-forge/httpcore,2025-04-25 17:42:16.142,17625105.0,2.0,,,,,,,,,,,,,,,,, +125,sherlock,sherlock-project/sherlock,third-party-apis,,https://github.com/sherlock-project/sherlock,https://github.com/sherlock-project/sherlock,MIT,2018-12-24 14:30:48.000,2026-05-07 06:08:05.000000,2026-05-05 03:28:52,2917.0,32.0,9526,1292.0,1524.0,170.0,1083.0,83041,Hunt down social media accounts by username across social networks.,15.0,,313.0,35,True,,2025-09-16 02:37:59.000,0.16.0,7.0,,38034.0,,,sherlock,https://pypi.org/project/sherlock,2023-02-18 14:51:07.497,15.0,38034.0,,,,2.0,,,,,,,,,,,,,,,,, +126,aiohttp,aio-libs/aiohttp,http-clients,,https://github.com/aio-libs/aiohttp,https://github.com/aio-libs/aiohttp,Apache-2.0,2013-10-01 23:04:01.000,2026-04-29 10:50:13.000000,,,,2260,,,281.0,,16428,Asynchronous HTTP client/server framework for asyncio and Python.,29151.0,,962.0,35,True,,2026-03-31 21:56:30.000,3.13.5,308.0,,548739935.0,,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2026-03-31 21:56:30.000,29151.0,548352555.0,https://anaconda.org/conda-forge/aiohttp,2026-03-31 23:52:05.393,25954485.0,2.0,,,,,,,,,,,,,,,23.0,, +127,tushare,waditu/tushare,third-party-apis,,https://github.com/waditu/tushare,https://github.com/waditu/tushare,BSD-3-Clause,2015-01-07 07:51:14.000,2026-03-25 06:33:43.000000,2020-03-04 14:36:33,412.0,,4411,971.0,137.0,704.0,1072.0,14843,TuShare is a utility for crawling historical data of China stocks.,2734.0,2562.0,34.0,35,False,,2026-03-25 06:33:43.000,1.4.29,233.0,,781647.0,,,tushare,https://pypi.org/project/tushare,2026-03-25 06:33:43.000,172.0,781647.0,,,,2.0,,,,,,,,,,,,,,,,, +128,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2026-05-06 20:45:17.000000,2026-05-06 20:45:14,2491.0,8.0,1003,228.0,909.0,486.0,828.0,11044,Python Serverless Microframework for AWS.,3323.0,3258.0,207.0,35,True,,2025-05-29 16:19:00.000,1.32.0,95.0,,450076.0,,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2025-05-29 16:19:00.000,65.0,441445.0,https://anaconda.org/conda-forge/chalice,2025-11-03 10:34:44.631,578301.0,1.0,,,,,,,,,,,,,,,,, +129,Django-Ninja,vitalik/django-ninja,django-utils,,https://github.com/vitalik/django-ninja,https://github.com/vitalik/django-ninja,MIT,2020-05-19 08:48:53.000,2026-04-21 06:23:04.000000,2026-04-21 06:20:45,1496.0,26.0,572,71.0,511.0,218.0,903.0,9043,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",199.0,,179.0,35,True,,2026-03-18 20:06:45.000,1.6.2,79.0,,2138824.0,,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2026-03-18 20:06:45.000,199.0,2138051.0,https://anaconda.org/conda-forge/django-ninja,2026-03-23 22:01:11.603,40206.0,2.0,,,,,,,,,,,,,,,,, +130,django-oscar,django-oscar/django-oscar,django-utils,,https://github.com/django-oscar/django-oscar,https://github.com/django-oscar/django-oscar,BSD-3-Clause,2010-12-08 21:30:32.000,2026-05-06 20:08:01.000000,2026-05-06 19:28:14,9225.0,9.0,2274,270.0,3022.0,139.0,1424.0,6594,Domain-driven e-commerce for Django.,1241.0,1197.0,380.0,35,True,['django'],2025-10-29 11:55:42.000,4.1,157.0,,76773.0,,,django-oscar,https://pypi.org/project/django-oscar,2025-10-29 11:52:12.000,44.0,76773.0,,,,2.0,,,,,,,,,,,,,,,,, +131,channels,django/channels,django-utils,,https://github.com/django/channels,https://github.com/django/channels,BSD-3-Clause,2015-06-03 17:16:20.000,2026-04-24 09:36:10.000000,2026-04-24 09:36:10,1371.0,5.0,818,150.0,766.0,115.0,1206.0,6347,Developer-friendly asynchrony for Django.,464.0,21.0,283.0,35,True,['django'],2025-11-20 15:13:02.000,4.3.2,73.0,,5385158.0,,conda-forge/channels,channels,https://pypi.org/project/channels,2025-11-20 15:13:02.000,443.0,5381212.0,https://anaconda.org/conda-forge/channels,2025-11-20 15:53:10.621,264413.0,2.0,,,,,,,,,,,,,,,,, +132,Flask-SocketIO,miguelgrinberg/Flask-SocketIO,websocket,,https://github.com/miguelgrinberg/Flask-SocketIO,https://github.com/miguelgrinberg/Flask-SocketIO,MIT,2014-02-09 07:22:50.000,2026-02-21 16:48:27.886000,2026-02-21 13:07:54,506.0,5.0,897,102.0,142.0,7.0,1590.0,5509,Socket.IO integration for Flask applications.,62105.0,61340.0,71.0,35,True,['flask'],2026-02-21 13:07:54.000,5.6.1,95.0,,4588484.0,,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2026-02-21 13:07:51.000,765.0,4578726.0,https://anaconda.org/conda-forge/flask-socketio,2026-02-21 16:48:27.886,683107.0,2.0,,,,,,,,,,,,,,,,, +133,spotipy,plamere/spotipy,third-party-apis,,https://github.com/spotipy-dev/spotipy,https://github.com/spotipy-dev/spotipy,MIT,2014-04-05 13:11:25.000,2026-04-27 14:57:00.000000,2026-03-11 21:07:45,728.0,4.0,977,76.0,512.0,50.0,667.0,5431,A light weight Python library for the Spotify Web API.,43881.0,43372.0,205.0,35,True,,2026-03-03 16:37:38.000,2.26.0,53.0,,451987.0,spotipy-dev/spotipy,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2026-03-03 16:37:38.000,509.0,451523.0,https://anaconda.org/conda-forge/spotipy,2026-01-05 22:51:36.717,29234.0,2.0,,,,,,,,,,,,,,,,, +134,django-silk,jazzband/django-silk,testing,,https://github.com/jazzband/django-silk,https://github.com/jazzband/django-silk,MIT,2014-05-21 21:14:45.000,2026-04-28 04:40:53.000000,2026-04-28 04:40:53,999.0,11.0,362,48.0,484.0,131.0,273.0,4966,Silky smooth profiling for Django.,6479.0,6449.0,167.0,35,True,['django'],2026-03-08 05:01:13.000,5.5.0,52.0,246.0,3155073.0,,,django-silk,https://pypi.org/project/django-silk,2026-03-08 05:01:13.000,30.0,3155072.0,,,,2.0,,,,,,,,,,,,,,,,, +135,Flask-AppBuilder,dpgaspar/Flask-AppBuilder,web-frameworks,,https://github.com/dpgaspar/Flask-AppBuilder,https://github.com/dpgaspar/Flask-AppBuilder,BSD-3-Clause,2013-11-09 21:13:29.000,2026-04-16 09:40:15.689000,2026-04-09 11:05:24,4047.0,8.0,1442,149.0,1111.0,264.0,1139.0,4950,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",14.0,,227.0,35,True,['flask'],2026-04-09 11:06:32.000,5.2.1,98.0,,15736589.0,,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2026-04-09 11:06:32.000,14.0,15726272.0,https://anaconda.org/conda-forge/flask-appbuilder,2026-04-16 09:40:15.689,722242.0,2.0,,,,,,,,,,,,,,,,, +136,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009-01-30 00:35:57.000,2025-12-15 22:09:33.000000,2025-10-28 06:31:15,1349.0,,773,62.0,782.0,85.0,793.0,4674,A generic system for filtering Django QuerySets based on user selections.,203852.0,202787.0,222.0,35,True,['django'],2023-04-23 17:35:23.000,23.1,47.0,,14371050.0,,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2025-10-05 09:51:29.000,1065.0,14366549.0,https://anaconda.org/conda-forge/django-filter,2025-10-05 20:54:42.947,319621.0,2.0,,,,,,,,,,,,,,,,, +137,python-socketio,miguelgrinberg/python-socketio,websocket,,https://github.com/miguelgrinberg/python-socketio,https://github.com/miguelgrinberg/python-socketio,MIT,2015-07-15 06:17:03.000,2026-04-08 17:46:15.000000,2026-04-08 17:46:13,766.0,8.0,628,58.0,302.0,8.0,852.0,4337,Python Socket.IO server and client.,70346.0,69374.0,86.0,35,True,,2026-02-06 23:42:08.000,5.16.1,107.0,,21760529.0,,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2026-02-06 23:42:05.000,972.0,21745597.0,https://anaconda.org/conda-forge/python-socketio,2026-02-07 02:56:47.828,970598.0,2.0,,,,,,,,,,,,,,,,, +138,praw,praw-dev/praw,third-party-apis,,https://github.com/praw-dev/praw,https://github.com/praw-dev/praw,BSD-2-Clause,2010-08-19 04:00:07.000,2026-04-27 16:21:25.000000,2026-02-16 15:48:02,4315.0,6.0,482,64.0,1327.0,7.0,766.0,4119,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",27474.0,27167.0,232.0,35,True,,2024-10-25 21:49:31.000,7.8.1,129.0,,1348250.0,,conda-forge/praw,praw,https://pypi.org/project/praw,2024-10-25 21:49:31.000,307.0,1346745.0,https://anaconda.org/conda-forge/praw,2025-05-31 11:50:45.856,82795.0,2.0,,,,,,,,,,,,,,,,, +139,flask-login,maxcountryman/flask-login,auth,,https://github.com/maxcountryman/flask-login,https://github.com/maxcountryman/flask-login,MIT,2012-03-11 14:42:33.000,2025-08-27 03:00:09.000000,2025-08-27 03:00:09,548.0,,803,69.0,445.0,16.0,416.0,3679,Flask user session management.,224636.0,223964.0,119.0,35,True,['flask'],2023-10-30 14:56:07.000,0.6.3,25.0,,26015062.0,,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2023-10-30 14:53:19.000,672.0,26003473.0,https://anaconda.org/conda-forge/flask-login,2025-04-22 14:56:25.112,579487.0,2.0,,,,,,,,,,,,,,,,, +140,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009-11-10 06:18:00.000,2026-04-27 17:37:50.000000,2026-03-23 07:48:21,1128.0,4.0,370,43.0,359.0,118.0,194.0,2755,Django model mixins and utilities.,27768.0,27269.0,143.0,35,True,['django'],2024-09-04 11:35:22.000,5.0.0,43.0,,5479930.0,,,django-model-utils,https://pypi.org/project/django-model-utils,2024-09-04 11:35:22.000,499.0,5479930.0,,,,2.0,,,,,,,,,,,,,,,,, +141,xhtml2pdf,xhtml2pdf/xhtml2pdf,html-processing,,https://github.com/xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf,Apache-2.0,2011-05-16 13:45:29.000,2026-01-19 23:05:38.000000,2026-01-19 15:49:12,1157.0,,654,70.0,377.0,136.0,323.0,2387,A library for converting HTML into PDFs using ReportLab.,21308.0,21168.0,173.0,35,True,,2025-02-23 23:17:02.000,0.2.17,33.0,95.0,3516190.0,,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2025-02-23 23:17:02.000,140.0,3512735.0,https://anaconda.org/conda-forge/xhtml2pdf,2025-04-22 14:57:02.355,238429.0,3.0,,,,,,,,,,,,,,,,, +142,CherryPy,cherrypy/cherrypy,web-frameworks,,https://github.com/cherrypy/cherrypy,https://github.com/cherrypy/cherrypy,BSD-3-Clause,2015-11-02 23:24:05.416,2026-05-04 17:42:04.000000,2025-11-20 00:36:37,4723.0,,368,53.0,267.0,265.0,1545.0,1943,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",15215.0,14784.0,149.0,35,True,,2024-06-14 15:25:34.000,18.10.0,121.0,,840505.0,,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2024-06-14 15:25:34.000,431.0,840248.0,https://anaconda.org/anaconda/cherrypy,2025-12-12 15:39:06.824,32504.0,2.0,,,,,,,,,,,,,,,,, +143,dj-rest-auth,iMerica/dj-rest-auth,auth,,https://github.com/iMerica/dj-rest-auth,https://github.com/iMerica/dj-rest-auth,MIT,2020-02-28 19:35:48.000,2026-04-25 02:18:55.000000,2026-04-25 02:18:55,938.0,15.0,342,17.0,276.0,247.0,235.0,1855,Authentication for Django Rest Framework.,68036.0,68010.0,213.0,35,True,['django'],2026-03-15 04:05:39.000,7.2.0,55.0,661.0,629976.0,,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2026-03-15 04:05:39.000,26.0,628968.0,https://anaconda.org/conda-forge/dj-rest-auth,2026-03-16 18:09:36.487,58014.0,2.0,,,,,,,,,,,,,,,,, +144,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2026-05-03 11:00:05.008000,2026-05-02 20:19:31,804.0,50.0,163,10.0,39.0,1.0,285.0,654,Read and write TIFF files.,89394.0,87136.0,1.0,35,True,,2026-05-02 20:23:15.000,2026.5.2,167.0,1305.0,24713241.0,,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2026-05-02 20:19:29.000,2258.0,24598203.0,https://anaconda.org/conda-forge/tifffile,2026-05-03 11:00:05.008,8280763.0,2.0,,,,,,,,,,,,,,,,, +145,Kong,kong/kong,api-proxies,,https://github.com/Kong/kong,https://github.com/Kong/kong,Apache-2.0,2014-11-17 23:56:08.000,2026-04-15 22:51:59.233635,2026-02-26 09:12:28,11254.0,2.0,5093,995.0,8772.0,134.0,4532.0,44162,The API and AI Gateway.,22.0,22.0,448.0,34,True,,2025-06-04 09:20:05.000,3.9.1,100.0,,2548879.0,,,,,,,,,,,1.0,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2026-04-15 22:51:59.233635,834.0,351745362.0,,,, +146,cookiecutter-django,cookiecutter/cookiecutter-django,django-utils,,https://github.com/cookiecutter/cookiecutter-django,https://github.com/cookiecutter/cookiecutter-django,BSD-3-Clause,2013-08-14 17:43:31.000,2026-05-07 05:23:03.000000,2026-05-07 03:14:33,9021.0,235.0,3021,201.0,5141.0,91.0,1194.0,13504,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,34.0,34.0,468.0,34,True,['django'],2026-05-07 03:14:35.000,2026.05.06,100.0,,558.0,,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,,558.0,,,,2.0,,,,,,,,,,,,,,,,, +147,eve,pyeve/eve,web-frameworks,,https://github.com/pyeve/eve,https://github.com/pyeve/eve,BSD-3-Clause,2012-10-22 07:39:33.000,2026-03-24 09:19:21.000000,2026-03-24 08:02:34,3446.0,20.0,734,215.0,589.0,26.0,953.0,6745,REST API framework designed for human beings.,1224.0,1178.0,221.0,34,True,,2026-03-24 08:14:06.000,2.3.1,61.0,,19834.0,,,eve,https://pypi.org/project/eve,2026-03-24 08:14:06.000,46.0,19834.0,,,,3.0,,,,,,,,,,,,,,,,, +148,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2026-05-07 14:17:58.000000,2026-05-07 14:15:50,2086.0,35.0,397,51.0,1945.0,129.0,636.0,4930,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",895.0,807.0,110.0,34,True,['openapi'],2026-04-20 11:21:56.137,5.15.10,213.0,237814.0,540146.0,,,,,,,,,,,2.0,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2026-04-20 11:21:56.137,88.0,537174.0,,,,,,,,,,, +149,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2026-05-04 20:06:19.000000,2026-05-04 20:06:19,4356.0,766.0,498,90.0,750.0,12.0,1180.0,4629,A simple CalDAV (calendar) and CardDAV (contact) server.,228.0,187.0,161.0,34,True,,2026-04-29 19:14:56.000,3.7.2,87.0,,19536.0,,,radicale,https://pypi.org/project/radicale,2026-04-29 19:14:56.000,41.0,19536.0,,,,2.0,,,,,,,,,,,,,,,,, +150,connexion,zalando/connexion,openapi-utils,,https://github.com/spec-first/connexion,https://github.com/spec-first/connexion,Apache-2.0,2015-05-19 13:05:58.000,2026-05-04 17:00:04.000000,2026-04-25 19:24:50,1525.0,2.0,778,75.0,944.0,144.0,983.0,4582,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,17065.0,16840.0,244.0,34,True,['openapi'],2025-10-13 12:41:48.000,3.3.0,165.0,,11690021.0,spec-first/connexion,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2025-10-13 12:41:48.000,225.0,11680025.0,https://anaconda.org/conda-forge/connexion,2025-12-31 19:01:12.056,629795.0,2.0,,,,,,,,,,,,,,,,, +151,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009-01-29 20:23:57.000,2026-05-04 21:19:02.000000,2026-04-07 01:33:36,1966.0,6.0,1311,107.0,834.0,582.0,759.0,3800,Modular search for Django.,10656.0,10555.0,223.0,34,True,['django'],2024-06-04 15:09:58.000,3.3.0,47.0,,201141.0,,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2024-06-04 15:09:58.000,101.0,200709.0,https://anaconda.org/conda-forge/django-haystack,2025-04-22 14:56:51.406,11670.0,2.0,,,,,,,,,,,,,,,,, +152,django-oauth-toolkit,jazzband/django-oauth-toolkit,auth,,https://github.com/django-oauth/django-oauth-toolkit,https://github.com/django-oauth/django-oauth-toolkit,,2013-05-20 15:46:18.000,2026-05-06 02:34:44.000000,2026-05-06 02:34:44,1475.0,7.0,827,59.0,786.0,130.0,770.0,3323,OAuth2 goodies for the Djangonauts!.,11879.0,11755.0,279.0,34,False,['django'],2026-01-08 22:06:00.000,3.2.0,50.0,,4822873.0,django-oauth/django-oauth-toolkit,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2026-01-08 22:03:12.000,124.0,4822873.0,,,,2.0,,,,,,,,,,,,,,,,, +153,django-reversion,etianen/django-reversion,django-utils,,https://github.com/etianen/django-reversion,https://github.com/etianen/django-reversion,BSD-3-Clause,2010-05-31 15:32:25.000,2026-02-01 20:14:54.000000,2026-02-01 20:14:54,1568.0,,487,53.0,333.0,22.0,643.0,3159,django-reversion is an extension to the Django web framework that provides version control for model instances.,7988.0,7903.0,197.0,34,True,['django'],2025-12-12 20:23:50.000,6.1.0,86.0,,1847766.0,,,django-reversion,https://pypi.org/project/django-reversion,2025-12-12 20:23:50.000,85.0,1847766.0,,,,2.0,,,,,,,,,,,,,,,,, +154,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,MIT,2010-08-31 19:12:55.000,2025-08-26 09:27:11.000000,2025-08-26 09:26:51,1238.0,,466,64.0,313.0,118.0,418.0,2971,Utilities for implementing a modified pre-order traversal tree in django.,23821.0,23560.0,160.0,34,True,['django'],2025-08-26 09:27:02.000,0.18.0,44.0,,1261880.0,,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2025-08-26 09:27:02.000,261.0,1261880.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,, +155,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,MIT,2011-01-31 00:30:02.000,2026-05-03 19:11:35.000000,2026-05-03 19:11:35,1374.0,30.0,444,57.0,319.0,91.0,298.0,2814,markdown2: A fast and complete implementation of Markdown in Python.,679.0,,83.0,34,True,,2026-03-02 20:46:52.000,2.5.5,60.0,,7759433.0,,,markdown2,https://pypi.org/project/markdown2,2026-03-02 20:46:52.000,679.0,7759433.0,,,,3.0,,,,,,,,,,,,,,,,, +156,Flask-Migrate,miguelgrinberg/Flask-Migrate,flask-utils,,https://github.com/miguelgrinberg/Flask-Migrate,https://github.com/miguelgrinberg/Flask-Migrate,MIT,2013-09-08 19:24:57.000,2025-12-25 19:34:54.000000,2025-12-25 19:34:51,250.0,,230,25.0,88.0,1.0,413.0,2407,SQLAlchemy database migrations for Flask applications using Alembic.,192600.0,192198.0,51.0,34,True,['flask'],2025-01-10 18:51:13.000,4.1.0,48.0,,5485887.0,,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2025-01-10 18:51:09.000,402.0,5477495.0,https://anaconda.org/conda-forge/flask-migrate,2025-04-22 14:56:28.718,562312.0,1.0,,,,,,,,,,,,,,,,, +157,django-phonenumber-field,stefanfoulis/django-phonenumber-field,django-utils,,https://github.com/django-phonenumber-field/django-phonenumber-field,https://github.com/django-phonenumber-field/django-phonenumber-field,MIT,2011-08-31 17:52:05.000,2026-04-15 07:22:23.000000,2026-04-15 07:22:14,653.0,7.0,321,21.0,434.0,7.0,229.0,1549,A django model and form field for normalised phone numbers using python-phonenumbers.,32233.0,32084.0,120.0,34,True,['django'],2025-11-24 15:09:45.000,8.4.0,40.0,58.0,5118913.0,django-phonenumber-field/django-phonenumber-field,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2025-11-24 15:09:45.000,149.0,5118912.0,,,,2.0,,,,,,,,,,,,,,,,, +158,flask-wtf,wtforms/flask-wtf,forms,,https://github.com/pallets-eco/flask-wtf,https://github.com/pallets-eco/flask-wtf,BSD-3-Clause,2012-02-29 16:38:52.000,2026-05-01 19:51:51.000000,2026-05-01 19:51:48,948.0,22.0,312,31.0,340.0,24.0,309.0,1506,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",903.0,,106.0,34,True,['flask'],2026-04-23 07:42:15.000,1.3.0,52.0,73.0,20026765.0,pallets-eco/flask-wtf,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2026-04-23 07:41:53.000,903.0,20018501.0,https://anaconda.org/conda-forge/flask-wtf,2026-04-23 13:19:35.479,495836.0,3.0,,,,,,,,,,,,,,,,, +159,hvac,hvac/hvac,third-party-apis,,https://github.com/hvac/hvac,https://github.com/hvac/hvac,Apache-2.0,2015-05-05 21:56:50.000,2026-01-06 02:34:01.000000,2026-01-06 02:34:00,1380.0,,393,20.0,722.0,179.0,351.0,1303,Python 3.X client for HashiCorp Vault.,7514.0,7009.0,207.0,34,True,,2025-10-30 12:57:46.000,2.4.0,74.0,1147.0,28414854.0,,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2025-10-30 12:57:46.000,505.0,28403976.0,https://anaconda.org/conda-forge/hvac,2025-10-30 13:41:40.018,771823.0,2.0,,,,,,,,,,,,,,,,, +160,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2025-04-22 14:56:26.583000,2019-09-20 02:47:40,230.0,,262,47.0,64.0,60.0,62.0,1275,A SOCKS proxy client and wrapper for Python.,244548.0,243409.0,32.0,34,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,62411379.0,,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,1139.0,61257118.0,https://anaconda.org/conda-forge/pysocks,2025-04-22 14:56:26.583,78489811.0,2.0,,,,,,,,,,,,,,,,, +161,html5lib-python,html5lib/html5lib-python,html-processing,,https://github.com/html5lib/html5lib-python,https://github.com/html5lib/html5lib-python,MIT,2013-04-09 14:07:42.000,2026-04-21 20:44:04.000000,2024-02-21 15:31:38,1612.0,,298,45.0,329.0,92.0,178.0,1220,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,1729.0,,66.0,34,False,,2017-12-07 14:10:04.000,1.0.1,27.0,,34436332.0,,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,1729.0,34347061.0,https://anaconda.org/conda-forge/html5lib,2025-04-22 14:56:31.592,6338290.0,3.0,,,,,,,,,,,,,,,,, +162,flask-cors,corydolphin/flask-cors,flask-utils,,https://github.com/corydolphin/flask-cors,https://github.com/corydolphin/flask-cors,MIT,2013-07-28 21:33:57.000,2026-01-01 06:18:11.000000,2025-12-12 17:55:57,382.0,,153,7.0,227.0,69.0,124.0,935,Cross Origin Resource Sharing ( CORS ) support for Flask.,458668.0,457753.0,54.0,34,True,['flask'],2025-12-12 20:31:41.000,6.0.2,54.0,,53258525.0,,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2025-12-12 20:31:41.000,915.0,53229057.0,https://anaconda.org/conda-forge/flask-cors,2025-12-13 20:23:09.021,1768106.0,1.0,,,,,,,,,,,,,,,,, +163,graphql-core,graphql-python/graphql-core,graphql,,https://github.com/graphql-python/graphql-core,https://github.com/graphql-python/graphql-core,MIT,2018-08-01 20:57:07.000,2026-04-21 11:27:30.000000,2026-04-21 11:07:51,1260.0,17.0,145,20.0,95.0,30.0,141.0,531,A Python 3 port of the GraphQL.js reference implementation of GraphQL.,42053.0,41489.0,45.0,34,True,,2026-03-05 20:00:37.000,3.2.8,99.0,,70868847.0,,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2026-03-05 19:55:35.000,564.0,70839996.0,https://anaconda.org/conda-forge/graphql-core,2026-03-05 23:03:09.820,2077307.0,2.0,,,,,,,,,,,,,,,,, +164,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2026-01-24 09:41:28.559000,2026-01-23 10:59:34,570.0,,189,22.0,128.0,61.0,74.0,509,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",269389.0,268186.0,80.0,34,True,,2026-01-23 11:04:42.000,0.31.2,44.0,,139177169.0,,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2026-01-23 11:04:42.000,1203.0,139105489.0,https://anaconda.org/conda-forge/httplib2,2026-01-24 09:41:28.559,5161025.0,2.0,,,,,,,,,,,,,,,,, +165,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2026-04-28 21:00:22.334000,2026-04-28 19:01:22,992.0,14.0,73,10.0,55.0,71.0,300.0,434,Mako Templates for Python.,333172.0,331805.0,63.0,34,True,,2026-04-28 19:01:14.000,rel_1_3_12,79.0,,160309448.0,,conda-forge/mako,mako,https://pypi.org/project/mako,2026-04-28 19:01:10.000,1367.0,160139246.0,https://anaconda.org/conda-forge/mako,2026-04-28 21:00:22.334,11914197.0,2.0,,,,,,,,,,,,,,,,, +166,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2026-04-16 11:09:59.000000,2026-04-16 11:09:58,664.0,3.0,2109,371.0,314.0,501.0,271.0,15038,"newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:.",215.0,21.0,103.0,33,True,,2018-09-28 04:58:18.000,0.2.8,18.0,,1005187.0,,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,194.0,1002813.0,https://anaconda.org/conda-forge/newspaper3k,2025-04-22 14:56:43.220,159107.0,1.0,,,,,,,,,,,,,,,,, +167,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2024-05-24 07:51:48.000000,2018-11-07 20:31:50,841.0,,1912,232.0,339.0,189.0,249.0,13552,"HTTP Request & Response Service, written in Python + Flask.",1733.0,1704.0,108.0,33,False,['flask'],2024-02-20 21:30:12.000,0.10.2,16.0,,520667.0,,,httpbin,https://pypi.org/project/httpbin,2024-02-20 21:30:12.000,29.0,520667.0,,,,2.0,,,,,,,,,,,,,,,,, +168,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2026-03-11 00:42:24.000000,2021-02-20 16:10:31,2916.0,,1206,242.0,946.0,691.0,675.0,11886,Serverless Python.,41.0,21.0,262.0,33,False,,2026-03-11 00:42:24.000,0.62.1,145.0,430.0,214842.0,,,zappa,https://pypi.org/project/zappa,2026-03-11 00:42:24.000,20.0,214838.0,,,,2.0,,,,,,,,,,,,,,,,, +169,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2026-05-01 23:51:21.000000,2026-04-12 15:26:23,2524.0,26.0,847,191.0,808.0,18.0,1002.0,10479,thumbor is an open-source photo thumbnail service by globo.com.,436.0,386.0,207.0,33,True,,2025-05-15 16:39:01.000,7.7.7,119.0,,20354.0,,,thumbor,https://pypi.org/project/thumbor,2025-05-15 16:39:01.000,50.0,20354.0,,,,3.0,,,,,,,,,,,,,,,,, +170,fastapi-users,fastapi-users/fastapi-users,auth,,https://github.com/fastapi-users/fastapi-users,https://github.com/fastapi-users/fastapi-users,MIT,2019-10-05 15:40:31.000,2026-03-30 11:30:36.000000,2026-03-27 08:58:32,817.0,3.0,498,53.0,620.0,4.0,292.0,6118,Ready-to-use and customizable users management for FastAPI.,5682.0,5640.0,78.0,33,True,['fastapi'],2026-03-27 09:01:35.000,15.0.5,112.0,511.0,1855051.0,,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2026-03-27 09:01:16.000,42.0,1853030.0,https://anaconda.org/conda-forge/fastapi-users,2026-03-27 11:21:32.136,110843.0,2.0,,,,,,,,,,,,,,,,, +171,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,Apache-2.0,2019-04-08 11:38:48.000,2025-09-12 13:24:16.000000,2025-09-12 13:24:16,1599.0,,363,34.0,381.0,102.0,331.0,5887,"Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV,..",9186.0,9025.0,56.0,33,True,,2024-12-03 15:23:39.000,2.0.0,50.0,,7375819.0,,,trafilatura,https://pypi.org/project/trafilatura,2024-12-03 15:23:21.000,161.0,7375819.0,,,,1.0,,,,,,,,,,,,,,,,, +172,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2025-11-29 14:07:40.000000,2025-11-29 14:07:40,1327.0,,867,95.0,341.0,35.0,840.0,5050,WebRTC and ORTC implementation for Python using asyncio.,6726.0,6564.0,41.0,33,True,,2025-10-13 21:40:36.000,1.14.0,59.0,,3382245.0,,,aiortc,https://pypi.org/project/aiortc,2025-10-13 21:40:36.000,162.0,3382245.0,,,,2.0,,,,,,,,,,,,,,,,, +173,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2026-04-19 10:10:29.000000,2026-04-19 10:10:29,5318.0,3.0,1645,241.0,990.0,62.0,1014.0,4830,CMS framework for Django.,2487.0,2462.0,329.0,33,True,['django'],2025-06-04 17:21:14.000,6.1.1,141.0,,11118.0,,,mezzanine,https://pypi.org/project/mezzanine,2025-06-04 17:21:14.000,25.0,11118.0,,,,2.0,,,,,,,,,,,,,,,,, +174,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2026-03-30 21:41:54.000000,2026-03-07 15:28:48,1337.0,3.0,834,171.0,443.0,56.0,317.0,4285,WeChat SDK for Python.,10347.0,10322.0,103.0,33,True,,2021-11-11 15:12:31.000,1.8.18,137.0,,156117.0,,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,25.0,156117.0,,,,3.0,,,,,,,,,,,,,,,,, +175,django-tastypie,django-tastypie/django-tastypie,web-frameworks,,https://github.com/django-tastypie/django-tastypie,https://github.com/django-tastypie/django-tastypie,BSD-3-Clause,2010-03-29 06:01:45.000,2025-09-08 00:14:28.000000,2025-04-02 19:22:48,1307.0,,1159,117.0,858.0,409.0,527.0,3955,Creating delicious APIs for Django apps since 2010.,6440.0,6395.0,204.0,33,False,['django'],2025-02-23 19:22:33.000,0.15.1,30.0,,109440.0,,,django-tastypie,https://pypi.org/project/django-tastypie,2025-02-23 19:19:45.000,45.0,109440.0,,,,3.0,,,,,,,,,,,,,,,,, +176,django-grappelli,sehmaschine/django-grappelli,admin-ui,,https://github.com/sehmaschine/django-grappelli,https://github.com/sehmaschine/django-grappelli,BSD-3-Clause,2010-03-26 12:25:59.000,2026-04-29 12:22:42.643000,2026-04-29 09:16:00,1979.0,6.0,655,83.0,338.0,8.0,737.0,3930,A jazzy skin for the Django Admin-Interface (official repository).,6950.0,6916.0,91.0,33,True,['django'],2026-04-29 09:29:35.000,5.0.0,87.0,,309609.0,,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2026-04-29 09:29:35.000,34.0,304798.0,https://anaconda.org/conda-forge/django-grappelli,2026-04-29 12:22:42.643,317551.0,2.0,,,,,,,,,,,,,,,,, +177,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,,2017-11-29 10:30:22.000,2026-03-10 14:35:26.000000,2026-03-10 14:35:25,584.0,7.0,440,27.0,313.0,246.0,426.0,3544,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,126477.0,126239.0,76.0,33,False,"['openapi', 'django']",2026-02-24 18:10:10.000,1.21.15,70.0,,3212934.0,,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2026-02-24 18:09:18.000,238.0,3212540.0,https://anaconda.org/conda-forge/drf-yasg,2025-04-22 14:57:33.202,27647.0,2.0,,,,,,,,,,,,,,,,, +178,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2026-01-03 00:20:32.000000,2026-01-03 00:20:32,228.0,,350,51.0,81.0,6.0,97.0,3301,Python One-Time Password Library.,27255.0,26796.0,48.0,33,True,,2023-07-27 23:41:01.000,2.9.0,24.0,680.0,24985715.0,,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,459.0,24984041.0,https://anaconda.org/conda-forge/pyotp,2025-04-22 14:57:02.176,115208.0,2.0,,,,,,,,,,,,,,,,, +179,python-social-auth,omab/python-social-auth,auth,,https://github.com/omab/python-social-auth,https://github.com/omab/python-social-auth,BSD-3-Clause,2012-12-12 16:08:42.000,2022-07-01 19:07:30.000000,2017-02-04 13:10:59,1973.0,,1140,114.0,466.0,22.0,643.0,2805,Social auth made simple.,6436.0,6396.0,284.0,33,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,60695.0,,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,40.0,60695.0,,,,2.0,,,,,,,,,,,,,,,,, +180,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2026-05-06 07:24:04.000000,2026-05-06 07:23:58,451.0,1.0,285,42.0,212.0,35.0,314.0,2665,Django Channels HTTP/WebSocket server.,40286.0,40147.0,78.0,33,True,['django'],2025-07-02 12:57:03.000,4.2.1,62.0,,4257483.0,,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2025-07-02 12:57:03.000,139.0,4254087.0,https://anaconda.org/conda-forge/daphne,2025-07-02 16:17:46.683,227594.0,2.0,,,,,,,,,,,,,,,,, +181,opentelemetry-python,open-telemetry/opentelemetry-python,monitoring,,https://github.com/open-telemetry/opentelemetry-python,https://github.com/open-telemetry/opentelemetry-python,Apache-2.0,2019-05-07 21:13:30.000,2026-05-07 17:22:30.000000,2026-05-07 17:22:30,2116.0,113.0,867,38.0,2829.0,451.0,1682.0,2429,OpenTelemetry Python API and SDK.,9.0,,355.0,33,True,,2026-04-24 13:15:55.000,1.41.1,80.0,,1306028.0,,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2026-02-17 11:24:46.000,9.0,1261991.0,https://anaconda.org/conda-forge/opentelemetry-api,2026-04-28 03:54:23.512,2994547.0,2.0,,,,,,,,,,,,,,,,, +182,django-imagekit,matthewwithanm/django-imagekit,django-utils,,https://github.com/matthewwithanm/django-imagekit,https://github.com/matthewwithanm/django-imagekit,BSD-3-Clause,2011-02-10 21:01:29.000,2026-02-22 18:17:02.000000,2026-02-22 17:41:48,1160.0,4.0,279,44.0,193.0,92.0,310.0,2350,Automated image processing for Django. Currently v6.0.,10365.0,10311.0,81.0,33,True,['django'],2026-02-22 18:17:02.000,6.1.0,43.0,213.0,457160.0,,,django-imagekit,https://pypi.org/project/django-imagekit,2026-02-22 18:17:02.000,54.0,457159.0,,,,2.0,,,,,,,,,,,,,,,,, +183,django-bootstrap3,zostera/django-bootstrap3,django-utils,,https://github.com/zostera/django-bootstrap3,https://github.com/zostera/django-bootstrap3,BSD-3-Clause,2013-08-13 13:48:04.000,2026-04-20 12:19:25.000000,2026-04-08 15:55:20,1196.0,5.0,678,100.0,810.0,,297.0,2336,Bootstrap 3 integration with Django.,19594.0,19523.0,101.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,108.0,,281505.0,,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2026-01-03 11:51:24.000,71.0,278548.0,https://anaconda.org/conda-forge/django-bootstrap3,2025-04-22 14:56:41.415,47314.0,2.0,,,,,,,,,,,,,,,,, +184,requests-futures,ross/requests-futures,http-clients,,https://github.com/ross/requests-futures,https://github.com/ross/requests-futures,Apache-2.0,2013-03-21 14:20:03.000,2026-04-09 00:28:07.000000,2026-04-09 00:27:02,217.0,15.0,152,42.0,94.0,,88.0,2221,Asynchronous Python HTTP Requests for Humans using Futures.,8105.0,7793.0,28.0,33,True,,2024-11-15 22:14:50.000,1.0.2,12.0,,3741624.0,,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2024-11-15 22:14:50.000,312.0,3735027.0,https://anaconda.org/conda-forge/requests-futures,2025-04-22 14:56:26.495,455257.0,2.0,,,,,,,,,,,,,,,,, +185,django-admin-interface,fabiocaccamo/django-admin-interface,admin-ui,,https://github.com/fabiocaccamo/django-admin-interface,https://github.com/fabiocaccamo/django-admin-interface,MIT,2015-10-26 14:46:36.000,2026-05-01 16:29:21.000000,2026-04-17 16:42:20,1000.0,10.0,200,30.0,244.0,13.0,211.0,2039,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",5302.0,5293.0,46.0,33,True,['django'],2025-12-19 01:34:35.000,0.32.0,128.0,,231483.0,,,django-admin-interface,https://pypi.org/project/django-admin-interface,2025-12-19 01:34:35.000,9.0,231483.0,,,,2.0,,,,,,,,,,,,,,,,, +186,django-tables2,jieter/django-tables2,django-utils,,https://github.com/jieter/django-tables2,https://github.com/jieter/django-tables2,,2010-12-07 05:26:16.000,2026-04-30 14:59:36.030000,2026-04-14 06:17:29,1504.0,9.0,439,50.0,435.0,100.0,512.0,2011,django-tables2 - An app for creating HTML tables.,8535.0,8398.0,163.0,33,False,['django'],2026-04-13 07:42:42.000,3.0.0,134.0,,936343.0,,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2026-04-13 07:42:42.000,137.0,935949.0,https://anaconda.org/conda-forge/django-tables2,2026-04-30 14:59:36.030,23260.0,2.0,,,,,,,,,,,,,,,,, +187,django-rq,rq/django-rq,django-utils,,https://github.com/rq/django-rq,https://github.com/rq/django-rq,MIT,2012-05-15 10:21:58.000,2026-04-27 08:49:47.000000,2026-04-27 07:02:09,745.0,19.0,297,26.0,403.0,114.0,282.0,1943,A simple app that provides django integration for RQ (Redis Queue).,4474.0,4358.0,140.0,33,True,['django'],2026-04-05 10:33:31.000,4.1,64.0,,813106.0,,,django-rq,https://pypi.org/project/django-rq,2026-04-05 10:32:46.000,116.0,813106.0,,,,2.0,,,,,,,,,,,,,,,,, +188,django-constance,jazzband/django-constance,django-utils,,https://github.com/jazzband/django-constance,https://github.com/jazzband/django-constance,BSD-3-Clause,2010-09-20 12:42:29.000,2026-05-01 18:26:30.000000,2026-04-02 18:19:06,757.0,7.0,324,32.0,343.0,26.0,297.0,1844,Dynamic Django settings.,2507.0,2468.0,160.0,33,True,['django'],2026-03-15 11:23:49.000,4.3.5,44.0,,1003566.0,,,django-constance,https://pypi.org/project/django-constance,2026-03-15 11:23:49.000,39.0,1003566.0,,,,2.0,,,,,,,,,,,,,,,,, +189,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/django-commons/django-polymorphic,https://github.com/django-commons/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2026-05-02 04:10:40.000000,2026-05-02 04:10:38,1425.0,42.0,300,30.0,456.0,21.0,367.0,1817,Improved Django model inheritance with automatic downcasting.,175.0,,150.0,33,True,['django'],2026-05-01 07:43:43.000,4.11.3,66.0,277.0,2264906.0,django-commons/django-polymorphic,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2026-05-01 07:43:43.000,175.0,2262231.0,https://anaconda.org/conda-forge/django_polymorphic,2026-05-01 09:28:05.790,183917.0,2.0,,,,,,,,,,,,,,,-4.0,, +190,flask-jwt-extended,vimalloc/flask-jwt-extended,auth,,https://github.com/vimalloc/flask-jwt-extended,https://github.com/vimalloc/flask-jwt-extended,MIT,2016-09-13 20:57:28.000,2026-05-04 14:39:43.000000,2026-05-04 14:39:43,675.0,1.0,248,27.0,180.0,16.0,379.0,1585,An open source Flask extension that provides JWT support (with batteries included)!.,66981.0,66679.0,96.0,33,True,['flask'],2024-11-20 23:44:39.000,4.7.1,93.0,,11847782.0,,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2024-11-20 23:44:39.000,302.0,11841207.0,https://anaconda.org/conda-forge/flask-jwt-extended,2026-04-08 19:31:48.123,433964.0,2.0,,,,,,,,,,,,,,,,, +191,django-pipeline,jazzband/django-pipeline,django-utils,,https://github.com/jazzband/django-pipeline,https://github.com/jazzband/django-pipeline,MIT,2011-06-03 19:01:34.000,2026-04-06 17:39:17.000000,2025-09-13 11:23:20,1247.0,,370,21.0,396.0,156.0,332.0,1542,Pipeline is an asset packaging library for Django.,2708.0,2673.0,178.0,33,True,['django'],2025-12-15 21:18:26.000,4.1.0,135.0,,245098.0,,,django-pipeline,https://pypi.org/project/django-pipeline,2025-09-13 11:42:55.000,35.0,245098.0,,,,2.0,,,,,,,,,,,,,,,,, +192,webargs,marshmallow-code/webargs,others,,https://github.com/marshmallow-code/webargs,https://github.com/marshmallow-code/webargs,MIT,2014-02-17 02:16:12.000,2026-05-05 14:33:34.000000,2026-05-05 14:33:31,1840.0,23.0,163,18.0,757.0,6.0,291.0,1408,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",10493.0,10329.0,84.0,33,True,,2025-10-29 16:07:47.000,8.7.1,105.0,,3238293.0,,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2025-10-29 16:07:47.000,164.0,3232052.0,https://anaconda.org/conda-forge/webargs,2025-10-29 18:00:17.616,424441.0,2.0,,,,,,,,,,,,,,,,, +193,parsel,scrapy/parsel,web-scraping,,https://github.com/scrapy/parsel,https://github.com/scrapy/parsel,BSD-3-Clause,2015-04-24 15:53:36.000,2026-01-29 15:22:08.257000,2026-01-29 07:17:14,833.0,,159,33.0,210.0,43.0,95.0,1327,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,40616.0,40210.0,53.0,33,True,,2026-01-29 07:19:44.000,1.11.0,26.0,,4192390.0,,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2026-01-29 07:19:22.000,406.0,4187833.0,https://anaconda.org/conda-forge/parsel,2026-01-29 15:22:08.257,323579.0,1.0,,,,,,,,,,,,,,,,, +194,Flask-HTTPAuth,miguelgrinberg/Flask-HTTPAuth,auth,,https://github.com/miguelgrinberg/Flask-HTTPAuth,https://github.com/miguelgrinberg/Flask-HTTPAuth,MIT,2013-05-18 05:10:52.000,2026-04-07 08:36:18.000000,2026-04-07 08:36:16,199.0,11.0,233,18.0,58.0,10.0,103.0,1290,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",21791.0,21554.0,34.0,33,True,['flask'],2026-03-28 19:46:51.000,4.8.1,37.0,,2218572.0,,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2026-03-28 19:45:23.000,237.0,2213360.0,https://anaconda.org/conda-forge/flask-httpauth,2026-03-29 01:34:11.175,370066.0,2.0,,,,,,,,,,,,,,,,, +195,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2026-05-03 10:20:29.000000,2026-05-03 10:20:29,1181.0,25.0,200,24.0,418.0,25.0,602.0,1139,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",907.0,892.0,69.0,33,True,,2026-05-02 14:50:06.000,3.4.0,217.0,,233652.0,,,tavern,https://pypi.org/project/tavern,2026-05-02 14:50:06.000,15.0,233652.0,,,,2.0,,,,,,,,,,,,,,,,, +196,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,Apache-2.0,2013-12-29 21:19:08.000,2025-04-22 14:56:21.422000,2025-01-09 01:04:53,614.0,,193,16.0,199.0,92.0,122.0,1035,A toolbelt of useful classes and functions to be used with python-requests.,190108.0,187473.0,72.0,33,False,,2023-05-01 04:12:06.235,1.0.0,21.0,,297129490.0,,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,2635.0,296778454.0,https://anaconda.org/conda-forge/requests-toolbelt,2025-04-22 14:56:21.422,15094568.0,2.0,,,,,,,,,,,,,,,,, +197,aiodns,saghul/aiodns,others,,https://github.com/aio-libs/aiodns,https://github.com/aio-libs/aiodns,MIT,2014-03-26 23:19:57.000,2026-05-07 15:53:49.000000,2026-05-07 15:53:40,231.0,11.0,73,12.0,149.0,11.0,76.0,592,Simple DNS resolver for asyncio.,64537.0,63579.0,35.0,33,True,,2026-01-10 22:33:25.000,4.0.0,24.0,,24397712.0,aio-libs/aiodns,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2026-01-10 22:33:25.000,958.0,24391147.0,https://anaconda.org/conda-forge/aiodns,2025-04-22 14:57:14.545,518637.0,2.0,,,,,,,,,,,,,,,,, +198,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/python-openapi/openapi-spec-validator,https://github.com/python-openapi/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000,2026-05-03 18:41:09.000000,2026-05-03 18:41:05,754.0,110.0,72,8.0,366.0,38.0,92.0,400,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",11128.0,10714.0,46.0,33,True,,2026-04-24 15:25:19.000,0.8.5,48.0,,45513258.0,python-openapi/openapi-spec-validator,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2026-04-24 15:25:19.000,414.0,45495239.0,https://anaconda.org/conda-forge/openapi-spec-validator,2026-04-25 19:40:44.171,1261349.0,2.0,,,,,,,,,,,,,,,,, +199,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/python-openapi/openapi-core,https://github.com/python-openapi/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000,2026-05-05 02:24:42.000000,2026-05-03 21:31:39,1805.0,171.0,136,6.0,884.0,65.0,200.0,364,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,2426.0,2295.0,72.0,33,True,,2026-04-02 23:47:57.000,0.23.1,77.0,,7466155.0,python-openapi/openapi-core,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2026-04-02 23:47:57.000,131.0,7465125.0,https://anaconda.org/conda-forge/openapi-core,2026-04-03 02:23:59.206,62881.0,2.0,,,,,,,,,,,,,,,,, +200,httpie,httpie/httpie,http-clients,,https://github.com/httpie/cli,https://github.com/httpie/cli,BSD-3-Clause,2012-02-25 12:39:13.000,2025-04-22 14:56:48.791000,2024-12-17 17:30:35,1797.0,,3897,114.0,725.0,192.0,724.0,38055,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",132.0,1.0,173.0,32,False,,2024-11-01 17:33:07.000,3.2.4,58.0,12445.0,969419.0,httpie/cli,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2024-11-01 17:31:22.000,131.0,965073.0,https://anaconda.org/conda-forge/httpie,2025-04-22 14:56:48.791,285568.0,3.0,,,,,,,,,,,,,,,,, +201,swagger-codegen,swagger-api/swagger-codegen,openapi-utils,,https://github.com/swagger-api/swagger-codegen,https://github.com/swagger-api/swagger-codegen,Apache-2.0,2011-07-06 14:26:48.000,2026-05-07 08:18:03.000000,2026-05-07 08:17:00,11802.0,13.0,5997,406.0,5788.0,3441.0,3507.0,17739,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1248.0,32,True,['openapi'],2026-04-22 12:18:26.000,3.0.79,100.0,,,,,,,,,,,,,3.0,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,, +202,dirsearch,maurosoria/dirsearch,web-scraping,,https://github.com/maurosoria/dirsearch,https://github.com/maurosoria/dirsearch,GPL-2.0,2013-04-30 15:57:40.000,2026-04-29 02:23:19.000000,2026-04-29 02:23:14,2626.0,19.0,2424,307.0,914.0,38.0,560.0,14241,Web path scanner.,201.0,200.0,113.0,32,True,,2022-10-05 13:01:24.000,0.4.3,17.0,974.0,23425.0,,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,1.0,23419.0,,,,2.0,,,,,,,,,,,,,,,,, +203,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000,2026-05-06 08:16:21.000000,2026-05-06 08:16:21,1764.0,62.0,457,63.0,795.0,50.0,888.0,8238,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",228.0,228.0,68.0,32,True,['openapi'],2026-04-02 07:48:33.000,9.6.1,58.0,265076.0,2850.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,, +204,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2025-04-22 14:56:28.919000,2023-06-30 13:14:01,2415.0,,388,151.0,463.0,186.0,302.0,6896,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5261.0,5214.0,121.0,32,False,,2020-02-06 18:13:37.000,2.6.1,71.0,,98836.0,,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,47.0,95809.0,https://anaconda.org/conda-forge/hug,2025-04-22 14:56:28.919,348216.0,3.0,,,,,,,,,,,,,,,,, +205,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/fake-useragent/fake-useragent,https://github.com/fake-useragent/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000,2026-03-29 06:21:14.000000,2025-11-12 19:38:45,532.0,,528,58.0,355.0,4.0,157.0,4056,Up-to-date simple useragent faker with real world database.,1175.0,,23.0,32,True,,2025-04-14 15:32:17.000,2.2.0,40.0,,6449780.0,fake-useragent/fake-useragent,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2025-04-14 15:32:17.000,1175.0,6448419.0,https://anaconda.org/conda-forge/fake-useragent,2025-08-27 15:15:12.883,80336.0,3.0,,,,,,,,,,,,,,,,, +206,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2025-04-22 14:56:42.334000,2024-04-23 00:36:20,563.0,,526,50.0,212.0,284.0,167.0,3742,Easy OpenAPI specs and Swagger UI for your Flask API.,19808.0,19653.0,113.0,32,False,['flask'],2020-08-01 15:28:10.000,0.9.5,54.0,558.0,1234861.0,,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,155.0,1232578.0,https://anaconda.org/conda-forge/flasgger,2025-04-22 14:56:42.334,157311.0,3.0,,,,,,,,,,,,,,,,, +207,django-taggit,jazzband/django-taggit,django-utils,,https://github.com/jazzband/django-taggit,https://github.com/jazzband/django-taggit,BSD-3-Clause,2009-12-08 23:40:49.000,2026-03-16 18:00:17.000000,2025-07-25 07:39:46,1215.0,,623,61.0,491.0,105.0,352.0,3432,Simple tagging for django.,218.0,,156.0,32,True,['django'],2024-09-29 08:07:14.000,6.1.0,69.0,,2366605.0,,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2024-09-29 08:07:14.000,218.0,2360878.0,https://anaconda.org/conda-forge/django-taggit,2025-04-22 14:56:21.123,366590.0,2.0,,,,,,,,,,,,,,,,, +208,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012-04-17 16:29:49.000,2026-04-27 17:37:59.000000,2026-04-24 18:20:59,1276.0,3.0,450,58.0,439.0,83.0,325.0,3066,Full featured redis cache backend for Django.,289.0,,146.0,32,True,['django'],2025-06-17 18:17:06.000,6.0.0,69.0,23.0,10955606.0,,,django-redis,https://pypi.org/project/django-redis,2025-06-17 18:15:34.000,289.0,10955606.0,,,,2.0,,,,,,,,,,,,,,,,, +209,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2025-04-22 14:56:31.735000,2020-10-09 23:49:59,186.0,,520,78.0,99.0,198.0,82.0,2997,A Pythonic wrapper for the Wikipedia API.,78691.0,78277.0,23.0,32,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,847661.0,,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,414.0,831570.0,https://anaconda.org/conda-forge/wikipedia,2025-04-22 14:56:31.735,273563.0,3.0,,,,,,,,,,,,,,,,, +210,facebook-sdk,mobolic/facebook-sdk,third-party-apis,,https://github.com/mobolic/facebook-sdk,https://github.com/mobolic/facebook-sdk,Apache-2.0,2011-05-11 13:38:27.000,2024-08-02 05:15:24.000000,2020-12-27 07:29:21,544.0,,951,194.0,273.0,39.0,220.0,2786,Python SDK for Facebooks Graph API.,5690.0,5652.0,99.0,32,False,,2018-11-06 06:53:51.000,3.1.0,9.0,,457744.0,,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,38.0,457744.0,,,,3.0,,,,,,,,,,,,,,,,, +211,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2025-08-16 15:08:24.000000,2025-08-16 15:08:24,2335.0,,513,91.0,800.0,57.0,486.0,2764,splinter - python test framework for web applications.,7221.0,7166.0,182.0,32,True,,2024-01-16 00:59:02.000,0.21.0,52.0,,380079.0,,,splinter,https://pypi.org/project/splinter,2024-01-16 00:59:02.000,55.0,380079.0,,,,2.0,,,,,,,,,,,,,,,,, +212,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/smithyhq/sqladmin,https://github.com/smithyhq/sqladmin,BSD-3-Clause,2021-12-22 10:09:54.000,2026-05-04 16:48:30.000000,2026-05-04 16:48:28,438.0,29.0,278,15.0,526.0,61.0,242.0,2717,SQLAlchemy Admin for FastAPI and Starlette.,1896.0,1856.0,95.0,32,True,['fastapi'],2026-04-18 01:25:38.000,0.25.0,48.0,,829516.0,smithyhq/sqladmin,,sqladmin,https://pypi.org/project/sqladmin,2026-04-18 01:25:38.000,40.0,829516.0,,,,1.0,,,,,,,,,,,,,,,,, +213,django-webpack-loader,django-webpack/django-webpack-loader,django-utils,,https://github.com/django-webpack/django-webpack-loader,https://github.com/django-webpack/django-webpack-loader,MIT,2015-05-16 16:33:58.000,2026-04-06 20:15:16.000000,2026-04-06 20:15:15,381.0,2.0,340,44.0,239.0,10.0,184.0,2546,Transparently use webpack with django.,10213.0,10146.0,67.0,32,True,['django'],2025-12-10 12:12:54.000,3.2.3,54.0,,1021927.0,,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2025-12-09 16:59:51.000,67.0,1021455.0,https://anaconda.org/conda-forge/django-webpack-loader,2025-12-09 18:10:21.811,27865.0,2.0,,,,,,,,,,,,,,,,, +214,autobahn-python,crossbario/autobahn-python,websocket,,https://github.com/crossbario/autobahn-python,https://github.com/crossbario/autobahn-python,,2011-07-27 15:22:13.000,2026-01-14 14:02:46.000000,2026-01-10 09:37:30,3522.0,,770,88.0,791.0,193.0,768.0,2537,WebSocket and WAMP in Python for Twisted and asyncio.,42998.0,42718.0,136.0,32,False,,2026-01-10 10:46:31.000,master-202601101042,162.0,3615.0,7144698.0,,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2025-12-15 11:12:58.000,280.0,7131183.0,https://anaconda.org/conda-forge/autobahn,2025-12-15 14:07:16.458,922954.0,3.0,,,,,,,,,,,,,,,,, +215,django-ckeditor,django-ckeditor/django-ckeditor,django-utils,,https://github.com/django-ckeditor/django-ckeditor,https://github.com/django-ckeditor/django-ckeditor,BSD-3-Clause,2010-03-08 19:20:59.000,2025-06-06 10:16:59.000000,2025-06-06 10:16:15,836.0,,687,51.0,224.0,7.0,549.0,2466,Django admin CKEditor integration.,49645.0,49497.0,132.0,32,True,['django'],2025-06-06 10:16:40.000,6.7.3,57.0,,622244.0,,,django-ckeditor,https://pypi.org/project/django-ckeditor,2025-06-06 10:16:40.000,148.0,622244.0,,,,2.0,,,,,,,,,,,,,,,,, +216,django-cacheops,Suor/django-cacheops,django-utils,,https://github.com/Suor/django-cacheops,https://github.com/Suor/django-cacheops,BSD-3-Clause,2011-06-04 12:25:47.000,2026-04-15 14:49:26.000000,2026-04-15 14:49:26,1264.0,4.0,231,37.0,154.0,19.0,338.0,2266,A slick ORM cache with automatic granular event-driven invalidation.,1604.0,1591.0,74.0,32,True,['django'],2023-10-24 10:23:43.000,7.0.2,65.0,,547995.0,,,django-cacheops,https://pypi.org/project/django-cacheops,2025-04-20 04:36:16.000,13.0,547995.0,,,,2.0,,,,,,,,,,,,,,,,, +217,mangum,jordaneremieff/mangum,servers,,https://github.com/Kludex/mangum,https://github.com/Kludex/mangum,MIT,2019-01-14 11:49:29.000,2026-03-31 13:55:21.000000,2026-03-31 13:55:19,484.0,5.0,131,17.0,167.0,28.0,153.0,2107,AWS Lambda support for ASGI applications.,8585.0,8462.0,34.0,32,True,['fastapi'],2026-02-01 17:17:41.000,0.21.0,74.0,,5666325.0,Kludex/mangum,,mangum,https://pypi.org/project/mangum,2026-02-01 17:17:41.000,123.0,5666325.0,,,,3.0,,,,,,,,,,,,,,,,, +218,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,MIT,2016-02-14 10:31:07.000,2026-01-20 08:00:22.000000,2026-01-20 08:00:22,1506.0,,607,59.0,399.0,453.0,699.0,1994,A Python SOAP client.,643.0,,148.0,32,True,,2025-09-15 10:26:02.000,4.3.2,68.0,,40468601.0,,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2025-09-15 10:26:02.000,643.0,40461020.0,https://anaconda.org/conda-forge/zeep,2025-09-16 09:16:42.672,507982.0,3.0,,,,,,,,,,,,,,,,, +219,openapi-python-client,openapi-generators/openapi-python-client,openapi-utils,,https://github.com/openapi-generators/openapi-python-client,https://github.com/openapi-generators/openapi-python-client,MIT,2020-02-15 19:33:46.000,2026-04-30 22:44:30.000000,2026-03-12 16:32:57,970.0,11.0,270,15.0,862.0,95.0,340.0,1944,Generate modern Python clients from OpenAPI.,1583.0,1486.0,112.0,32,True,['openapi'],2026-03-05 23:45:11.000,0.28.3,104.0,,2405318.0,,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2026-03-05 23:45:11.000,97.0,2403736.0,https://anaconda.org/conda-forge/openapi-python-client,2026-03-06 05:59:00.924,90190.0,3.0,,,,,,,,,,,,,,,,, +220,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,BSD-3-Clause,2011-05-15 12:13:19.000,2026-05-05 11:03:23.000000,2026-05-05 11:03:23,1224.0,2.0,318,23.0,426.0,90.0,297.0,1772,Money fields for Django forms and models.,3348.0,3301.0,126.0,32,True,['django'],2026-01-27 22:03:17.000,3.6.0,76.0,,675526.0,,,django-money,https://pypi.org/project/django-money,2026-01-27 22:03:17.000,47.0,675526.0,,,,2.0,,,,,,,,,,,,,,,,, +221,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015-04-20 19:19:35.000,2026-04-14 00:39:48.000000,2025-05-28 17:25:04,685.0,,260,26.0,227.0,107.0,87.0,1750,A JOSE implementation in Python.,1078.0,,62.0,32,True,,2025-05-28 17:33:26.000,3.5.0,40.0,,40727152.0,,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2025-05-28 17:31:52.000,1078.0,40683403.0,https://anaconda.org/conda-forge/python-jose,2025-05-29 14:57:29.346,2624996.0,2.0,,,,,,,,,,,,,,,,, +222,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2026-05-06 12:10:59.000000,2026-05-06 12:10:59,2680.0,76.0,783,140.0,912.0,69.0,1016.0,1468,Web testing library for Robot Framework.,144.0,,129.0,32,True,,2025-10-04 15:02:49.000,6.8.0,75.0,3769.0,1781950.0,,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2025-10-04 13:37:06.000,144.0,1780099.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2025-10-04 17:08:01.054,127644.0,2.0,,,,,,,,,,,,,,,,, +223,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2026-03-24 16:47:06.000000,2026-03-24 16:47:06,110.0,2.0,104,35.0,69.0,21.0,52.0,1319,Fast HTTP parser.,193779.0,193287.0,22.0,32,True,,2025-10-10 03:54:20.000,0.7.1,26.0,,174474972.0,,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2025-10-10 03:54:20.000,492.0,174424215.0,https://anaconda.org/conda-forge/httptools,2025-11-07 08:37:48.131,3400762.0,3.0,,,,,,,,,,,,,,,,, +224,flask-limiter,alisaifee/flask-limiter,flask-utils,,https://github.com/alisaifee/flask-limiter,https://github.com/alisaifee/flask-limiter,MIT,2014-02-12 03:37:41.000,2026-05-07 13:42:21.000000,2026-03-09 15:12:42,1069.0,1.0,129,10.0,294.0,1.0,190.0,1203,Rate Limiting extension for Flask.,22876.0,22686.0,46.0,32,True,['flask'],2025-12-06 17:39:12.000,4.1.1,113.0,743.0,22877218.0,,,flask-limiter,https://pypi.org/project/flask-limiter,2025-12-06 17:38:59.000,190.0,22877203.0,,,,1.0,,,,,,,,,,,,,,,,, +225,django-bootstrap4,zostera/django-bootstrap4,django-utils,,https://github.com/zostera/django-bootstrap4,https://github.com/zostera/django-bootstrap4,BSD-3-Clause,2017-04-25 15:55:15.000,2026-04-20 11:10:34.000000,2026-04-08 16:19:24,1323.0,5.0,259,35.0,693.0,17.0,145.0,1029,Bootstrap 4 integration with Django.,194509.0,194420.0,141.0,32,True,['django'],2021-05-20 08:44:02.000,3.0.1,37.0,,273382.0,,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2026-01-03 07:52:32.000,89.0,272627.0,https://anaconda.org/conda-forge/django-bootstrap4,2025-08-09 19:10:09.244,41546.0,2.0,,,,,,,,,,,,,,,,, +226,flask-caching,pallets-eco/flask-caching,flask-utils,,https://github.com/pallets-eco/flask-caching,https://github.com/pallets-eco/flask-caching,,2016-07-04 19:53:57.000,2026-04-21 06:50:27.000000,2026-04-21 06:50:27,793.0,19.0,201,14.0,375.0,58.0,197.0,934,A caching extension for Flask.,31022.0,30643.0,124.0,32,False,['flask'],2026-04-17 20:27:22.000,2.4.0,29.0,,13497829.0,,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2026-04-17 20:27:22.000,379.0,13490755.0,https://anaconda.org/conda-forge/flask-caching,2025-04-22 14:56:55.341,403233.0,1.0,,,,,,,,,,,,,,,,, +227,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2025-04-22 14:56:24.788000,2024-05-29 19:15:01,811.0,,178,37.0,218.0,43.0,149.0,822,A network address manipulation library for Python.,42924.0,42197.0,54.0,32,False,,2024-05-28 21:32:50.000,1.3.0,40.0,,11350570.0,,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2024-05-28 21:30:34.000,727.0,11336988.0,https://anaconda.org/conda-forge/netaddr,2025-04-22 14:56:24.788,285225.0,3.0,,,,,,,,,,,,,,,,, +228,djangorestframework-stubs,typeddjango/djangorestframework-stubs,django-utils,,https://github.com/typeddjango/djangorestframework-stubs,https://github.com/typeddjango/djangorestframework-stubs,MIT,2018-11-12 01:07:16.000,2026-05-06 22:37:15.000000,2026-05-06 06:38:13,829.0,69.0,137,4.0,806.0,62.0,111.0,537,PEP-484 stubs for django-rest-framework.,4377.0,4295.0,91.0,32,True,['django'],2026-03-31 22:40:22.000,3.16.9,39.0,,4582741.0,,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2026-03-31 22:40:22.000,82.0,4582134.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2026-04-01 21:00:08.823,36459.0,2.0,,,,,,,,,,,,,,,,, +229,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012-08-20 15:53:36.000,2026-04-30 05:24:16.000000,2025-04-27 15:32:00,2600.0,,9653,1351.0,1092.0,377.0,,56855,Dumb downloader that scrapes the web.,39.0,21.0,264.0,31,False,,2025-01-04 01:58:50.000,0.4.1743,174.0,401601.0,30314.0,,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2025-01-04 01:51:10.000,18.0,26717.0,https://anaconda.org/conda-forge/you-get,2025-04-22 14:57:26.663,51097.0,2.0,,,,,,,,you-get,,,,,,,,, +230,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2026-05-07 13:43:53.000000,2026-05-07 13:43:50,22459.0,152.0,5908,359.0,13405.0,237.0,4205.0,22877,"Saleor Core: the high performance, composable, headless commerce API.",8.0,8.0,322.0,31,True,"['django', 'graphql']",2026-05-05 15:52:38.000,3.23.4,100.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +231,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021-05-11 20:15:10.832,2026-04-29 08:11:08.000000,,,,1149,,,,,14570,A high-level API to automate web browsers.,5462.0,,,31,True,,2026-04-29 08:11:08.000,1.59.0,128.0,,88382365.0,,microsoft/playwright,playwright,https://pypi.org/project/playwright,2026-04-29 08:11:08.000,5462.0,88380216.0,https://anaconda.org/microsoft/playwright,2026-04-29 07:49:09.758,128996.0,2.0,,,,,,,,,,,,,,,20.0,, +232,Requests-HTML,psf/requests-html,html-processing,,https://github.com/psf/requests-html,https://github.com/psf/requests-html,MIT,2018-02-24 20:11:02.000,2024-04-16 18:50:38.000000,2023-04-03 17:09:56,462.0,,998,260.0,173.0,238.0,224.0,13856,Pythonic HTML Parsing for Humans.,446.0,,66.0,31,False,,2019-02-18 21:38:41.000,0.10.0,36.0,,806901.0,,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,446.0,806901.0,,,,3.0,,,,,,,,,,,,,,,,, +233,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2026-05-07 17:00:48.000000,2026-05-07 17:00:47,5392.0,4334.0,1223,236.0,18897.0,87.0,415.0,8429,Malicious traffic detection system.,20.0,20.0,24.0,31,True,,2026-04-30 22:11:08.000,1.4,4.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +234,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2026-04-24 15:02:21.000000,2026-04-24 15:02:18,5776.0,9.0,737,961.0,2630.0,46.0,2195.0,4801,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",975.0,975.0,179.0,31,True,['openapi'],,,100.0,77186.0,1102.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +235,django-rest-framework-simplejwt,jazzband/djangorestframework-simplejwt,auth,,https://github.com/jazzband/djangorestframework-simplejwt,https://github.com/jazzband/djangorestframework-simplejwt,MIT,2017-05-05 17:41:35.000,2026-04-27 17:38:14.000000,2026-03-23 23:09:21,708.0,8.0,699,51.0,454.0,155.0,409.0,4315,A JSON Web Token authentication plugin for the Django REST Framework.,314.0,,139.0,31,True,['django'],2025-07-21 16:52:07.000,5.5.1,48.0,,6792300.0,,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2025-07-21 16:52:07.000,314.0,6792300.0,,,,3.0,,,,,,,,,,,,,,,,, +236,wave,h2oai/wave,web-ui,,https://github.com/h2oai/wave,https://github.com/h2oai/wave,Apache-2.0,2020-05-16 20:07:18.000,2026-04-28 08:28:52.000000,2026-04-28 08:28:49,2414.0,27.0,366,129.0,810.0,223.0,892.0,4234,Realtime Web Apps and Dashboards for Python and R.,115.0,,64.0,31,True,,2026-04-28 08:46:40.000,1.8.6,97.0,1990537.0,61040.0,,,wave,https://pypi.org/project/wave,2024-03-15 17:05:53.000,115.0,33005.0,,,,2.0,,,,,,,,,,,,,,,,, +237,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2026-04-05 20:37:04.000000,2026-04-05 20:27:51,1810.0,37.0,317,73.0,592.0,247.0,445.0,3938,The lektor static file content management system.,536.0,496.0,100.0,31,True,,2026-02-11 00:26:20.000,3.3.13,53.0,7344.0,10404.0,,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2026-04-05 20:37:04.000,40.0,7297.0,https://anaconda.org/conda-forge/lektor,2026-02-23 16:25:22.094,210431.0,3.0,,,,,,,,,,,,,,,,, +238,responder,taoufik07/responder,web-frameworks,,https://github.com/kennethreitz/responder,https://github.com/kennethreitz/responder,Apache-2.0,2018-10-09 11:15:00.000,2026-04-12 22:12:20.000000,2026-04-12 22:11:52,1163.0,76.0,216,88.0,366.0,1.0,240.0,3619,A familiar HTTP Service Framework for Python.,604.0,589.0,87.0,31,True,,2026-04-12 22:12:20.000,3.6.2,58.0,,5355.0,kennethreitz/responder,conda-forge/responder,responder,https://pypi.org/project/responder,2026-04-12 22:12:20.000,15.0,3947.0,https://anaconda.org/conda-forge/responder,2025-04-22 14:56:57.171,126727.0,3.0,,,,,,,,,,,,,,,,, +239,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2026-05-07 06:44:27.000000,2026-05-07 06:42:22,6160.0,160.0,463,81.0,1534.0,62.0,1898.0,3482,Mail hosting made simple.,77.0,62.0,128.0,31,True,,2026-04-08 15:41:28.000,2.8.2,112.0,,5860.0,,,modoboa,https://pypi.org/project/modoboa,2026-04-08 15:41:28.000,15.0,5860.0,,,,1.0,,,,,,,,,,,,,,,,, +240,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2026-02-03 21:02:27.000000,2025-07-13 20:18:15,1002.0,,468,38.0,416.0,198.0,335.0,2674,REST implementation of Django authentication system.,35813.0,35800.0,114.0,31,True,['django'],2025-07-13 14:36:02.000,2.3.3,57.0,,345186.0,,,djoser,https://pypi.org/project/djoser,2025-07-13 14:36:02.000,13.0,345186.0,,,,3.0,,,,,,,,,,,,,,,,, +241,shortuuid,skorokithakis/shortuuid,url-utils,,https://github.com/skorokithakis/shortuuid,https://github.com/skorokithakis/shortuuid,BSD-3-Clause,2011-01-08 13:00:43.000,2025-12-01 00:26:35.000000,2025-12-01 00:26:35,181.0,,115,28.0,47.0,2.0,67.0,2184,"A generator library for concise, unambiguous and URL-safe UUIDs.",36133.0,35543.0,37.0,31,True,,2024-03-11 20:11:04.000,1.0.13,26.0,,11659162.0,,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2024-03-11 20:11:04.000,590.0,11648657.0,https://anaconda.org/conda-forge/shortuuid,2025-04-22 14:56:55.305,703857.0,2.0,,,,,,,,,,,,,,,,, +242,notion-sdk-py,ramnes/notion-sdk-py,third-party-apis,,https://github.com/ramnes/notion-sdk-py,https://github.com/ramnes/notion-sdk-py,MIT,2021-05-13 20:17:52.000,2026-04-23 00:36:11.000000,2026-04-23 00:36:11,292.0,29.0,170,19.0,102.0,12.0,133.0,2171,"Notion API client SDK, rewritten in Python! (sync + async).",235.0,,41.0,31,True,,2026-02-16 11:23:54.000,3.0.0,22.0,,3565333.0,,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2026-02-16 11:15:46.000,235.0,3565034.0,https://anaconda.org/conda-forge/notion-client,2025-04-22 14:58:05.769,16187.0,3.0,,,,,,,,,,,,,,,,, +243,django-widget-tweaks,jazzband/django-widget-tweaks,django-utils,,https://github.com/jazzband/django-widget-tweaks,https://github.com/jazzband/django-widget-tweaks,MIT,2012-03-05 20:11:03.000,2026-04-01 17:39:22.000000,2026-03-20 10:43:56,233.0,2.0,137,44.0,66.0,47.0,57.0,2163,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",50335.0,50181.0,38.0,31,True,['django'],2026-01-02 12:46:02.000,1.5.1,23.0,,1239691.0,,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2026-01-02 12:46:02.000,154.0,1239691.0,,,,3.0,,,,,,,,,,,,,,,,, +244,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2025-10-28 11:03:41.000000,2025-10-28 11:03:40,790.0,,286,23.0,211.0,94.0,146.0,2146,Convert HTML to Markdown-formatted text.,42589.0,41381.0,82.0,31,True,,2025-04-15 04:02:28.000,2025.4.15,41.0,,15906835.0,,,html2text,https://pypi.org/project/html2text,2025-04-15 04:02:28.000,1208.0,15906835.0,,,,3.0,,,,,,,,,,,,,,,,, +245,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/pallets-eco/flask-security-3.0,https://github.com/pallets-eco/flask-security-3.0,MIT,2012-03-07 19:44:05.000,2026-04-15 07:54:05.825000,2024-07-30 19:33:08,933.0,,462,4.0,351.0,133.0,397.0,1631,Quick and simple security for Flask applications.,8699.0,8626.0,129.0,31,False,['flask'],2026-04-15 01:46:59.000,5.8.0,34.0,,107965.0,pallets-eco/flask-security-3.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2026-04-15 01:46:59.000,73.0,99730.0,https://anaconda.org/conda-forge/flask-security,2026-04-15 07:54:05.825,148247.0,2.0,,,,,,,,,,,,,,,,, +246,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2026-05-07 06:38:37.000000,2026-05-07 06:37:30,621.0,27.0,91,15.0,48.0,10.0,142.0,1619,Python binding to Modest and Lexbor engines. Fast HTML5 parser with CSS selectors for Python.,3193.0,2869.0,26.0,31,True,,2026-05-04 15:08:46.000,0.4.8,69.0,,5653776.0,,,selectolax,https://pypi.org/project/selectolax,2026-05-04 15:08:46.000,324.0,5653776.0,,,,3.0,,,,,,,,,,,,,,,,, +247,django-countries,SmileyChris/django-countries,django-utils,,https://github.com/SmileyChris/django-countries,https://github.com/SmileyChris/django-countries,MIT,2013-06-21 20:02:58.000,2026-01-08 23:09:48.000000,2026-01-08 04:51:39,789.0,,303,20.0,172.0,5.0,299.0,1526,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",29813.0,29680.0,58.0,31,True,['django'],2025-11-24 19:57:05.000,8.2.0,76.0,,2022346.0,,,django-countries,https://pypi.org/project/django-countries,2025-11-24 19:57:05.000,133.0,2022346.0,,,,3.0,,,,,,,,,,,,,,,,, +248,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/jazzband/django-rest-knox,https://github.com/jazzband/django-rest-knox,MIT,2015-09-09 14:52:23.000,2026-04-27 17:37:58.000000,2026-03-10 16:52:12,495.0,4.0,224,19.0,221.0,24.0,142.0,1254,Authentication Module for django rest auth.,11811.0,11765.0,64.0,31,True,['django'],2026-03-10 17:00:20.000,5.0.4,29.0,,594389.0,jazzband/django-rest-knox,,django-rest-knox,https://pypi.org/project/django-rest-knox,2026-03-10 17:00:20.000,46.0,594389.0,,,,3.0,,,,,,,,,,,,,,,,, +249,django-waffle,django-waffle/django-waffle,django-utils,,https://github.com/django-waffle/django-waffle,https://github.com/django-waffle/django-waffle,BSD-3-Clause,2011-01-23 17:42:09.000,2026-01-01 18:06:59.000000,2025-12-09 09:07:45,479.0,,261,23.0,360.0,47.0,185.0,1234,A feature flipper for Django.,1858.0,1817.0,164.0,31,True,['django'],2025-06-12 07:38:53.000,5.0.0,50.0,,1458869.0,,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2025-06-12 07:38:53.000,41.0,1458409.0,https://anaconda.org/conda-forge/django-waffle,2025-04-22 14:57:36.310,31328.0,3.0,,,,,,,,,,,,,,,,, +250,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2025-07-04 23:06:23.000000,2025-07-04 22:55:12,377.0,,268,33.0,109.0,,159.0,1160,A reusable Django model field for storing ad-hoc JSON data.,14454.0,14178.0,53.0,31,True,['django'],2025-07-04 23:06:23.000,3.2.0,35.0,175.0,1036278.0,,,jsonfield,https://pypi.org/project/jsonfield,2025-07-04 23:06:23.000,276.0,1036277.0,,,,3.0,,,,,,,,,,,,,,,,, +251,flask-marshmallow,marshmallow-code/flask-marshmallow,flask-utils,,https://github.com/marshmallow-code/flask-marshmallow,https://github.com/marshmallow-code/flask-marshmallow,MIT,2014-04-25 23:35:09.000,2026-05-05 14:33:19.000000,2026-05-05 14:33:16,506.0,23.0,63,13.0,274.0,25.0,95.0,891,Flask + marshmallow for beautiful APIs.,34408.0,34230.0,27.0,31,True,['flask'],2026-04-16 02:58:29.000,1.5.0,26.0,,1416603.0,,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2026-04-16 02:58:29.000,178.0,1414062.0,https://anaconda.org/conda-forge/flask-marshmallow,2026-04-16 07:00:08.164,180441.0,2.0,,,,,,,,,,,,,,,,, +252,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2025-04-22 14:56:25.308000,2018-09-07 21:33:19,1482.0,,429,8.0,449.0,2.0,303.0,797,This is a Python library for accessing resources protected by OAuth 2.0.,1056.0,,91.0,31,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,38791802.0,,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,1056.0,38712034.0,https://anaconda.org/conda-forge/oauth2client,2025-04-22 14:56:25.308,1515592.0,3.0,,,,,,,,,,,,,,,,, +253,ghapi,fastai/ghapi,third-party-apis,,https://github.com/AnswerDotAI/ghapi,https://github.com/AnswerDotAI/ghapi,Apache-2.0,2020-11-21 01:10:28.000,2026-04-28 19:51:28.000000,2026-04-28 19:49:58,393.0,17.0,70,7.0,53.0,48.0,106.0,678,A delightful and complete interface to GitHubs amazing API.,3549.0,3395.0,23.0,31,True,,2026-02-28 02:21:00.000,1.0.13,37.0,,53263288.0,AnswerDotAI/ghapi,,ghapi,https://pypi.org/project/ghapi,2026-02-28 02:21:00.000,154.0,53263288.0,,,,3.0,,,,,,,,,,,,,,,,, +254,flask-mail,mattupstate/flask-mail,email,,https://github.com/pallets-eco/flask-mail,https://github.com/pallets-eco/flask-mail,BSD-3-Clause,2012-02-29 16:39:29.000,2026-01-13 19:59:58.000000,2025-06-14 20:17:50,279.0,,178,26.0,121.0,14.0,112.0,642,Flask-Mail adds SMTP mail sending to your Flask applications.,84109.0,83880.0,41.0,31,True,,2024-05-23 22:30:25.000,0.10.0,29.0,33.0,1418404.0,pallets-eco/flask-mail,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2024-05-23 22:30:10.000,229.0,1404664.0,https://anaconda.org/conda-forge/flask-mail,2025-04-22 14:56:27.215,219829.0,1.0,,,,,,,,,,,,,,,,, +255,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2026-05-06 22:12:14.000000,2026-05-06 22:12:13,1262.0,46.0,60,3.0,59.0,1.0,98.0,465,A Python wrapper for ngrok.,11802.0,11458.0,20.0,31,True,,2026-04-29 15:16:52.000,8.1.2,121.0,,1711036.0,,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2026-04-29 15:16:52.000,344.0,1707864.0,https://anaconda.org/conda-forge/pyngrok,2026-04-29 16:49:10.470,228400.0,3.0,,,,,,,,,,,,,,,,, +256,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014-09-29 23:44:25.000,2025-12-23 18:17:31.212000,2025-08-02 08:30:10,467.0,,96,18.0,177.0,32.0,41.0,376,Terminals served by tornado websockets.,340147.0,339776.0,49.0,31,True,,2024-03-12 14:34:42.000,0.18.1,36.0,659.0,44113314.0,,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2024-03-12 14:34:36.000,371.0,43777020.0,https://anaconda.org/conda-forge/terminado,2025-12-23 18:17:31.212,22867614.0,3.0,,,,,,,,,,,,,,,,, +257,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2026-02-07 06:18:05.000000,2025-11-05 15:04:25,2633.0,,2389,296.0,800.0,434.0,1538.0,25677,OpenAPI/Swagger-generated API Reference Documentation.,13625.0,13625.0,228.0,30,True,['openapi'],2025-09-26 20:58:47.000,2.5.1,95.0,152.0,1.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +258,robyn,sansyrox/robyn,web-frameworks,,https://github.com/sparckles/Robyn,https://github.com/sparckles/Robyn,BSD-2-Clause,2021-06-18 09:32:00.000,2026-05-04 13:30:33.000000,2026-05-03 20:45:30,801.0,42.0,328,51.0,769.0,123.0,468.0,7234,Robyn is a Super Fast Async Python Web Framework with a Rust runtime.,268.0,249.0,87.0,30,True,,2026-04-29 22:20:32.000,0.85.0,162.0,,40887.0,sparckles/Robyn,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2026-04-26 01:47:28.000,19.0,21346.0,https://anaconda.org/conda-forge/robyn,2025-10-18 16:41:50.525,1094313.0,3.0,,,,,,,,,,,,,,,,, +259,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2025-06-10 03:14:58.000000,2025-06-10 02:44:25,316.0,,607,125.0,66.0,31.0,15.0,6482,A Python module to bypass Cloudflares anti-bot page.,32154.0,31872.0,14.0,30,True,,2025-06-10 03:14:58.000,3.0.0,95.0,,3862883.0,,,cloudscraper,https://pypi.org/project/cloudscraper,2023-04-25 23:20:54.756,282.0,3862883.0,,,,2.0,,,,,,,,,,,,,,,,, +260,google-maps-services-python,googlemaps/google-maps-services-python,third-party-apis,,https://github.com/googlemaps/google-maps-services-python,https://github.com/googlemaps/google-maps-services-python,Apache-2.0,2014-08-15 04:35:30.000,2025-03-09 02:22:08.000000,2024-07-16 17:47:22,525.0,,1334,185.0,249.0,69.0,233.0,4940,Python client library for Google Maps API Web Services.,113.0,,67.0,30,False,,2023-01-26 16:46:28.581,4.10.0,51.0,,2856901.0,,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,113.0,2856901.0,,,,3.0,,,,,,,,,,,,,,,,, +261,graphene-django,graphql-python/graphene-django,graphql,,https://github.com/graphql-python/graphene-django,https://github.com/graphql-python/graphene-django,MIT,2016-09-17 23:26:25.000,2026-02-03 20:49:34.000000,2025-06-23 14:01:33,975.0,,768,68.0,648.0,159.0,684.0,4384,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",217.0,,225.0,30,True,"['django', 'graphql']",2025-03-13 08:33:02.000,3.2.3,68.0,,1080452.0,,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2025-03-13 08:33:02.000,217.0,1079571.0,https://anaconda.org/conda-forge/graphene-django,2025-04-22 14:57:21.125,62599.0,2.0,,,,,,,,,,,,,,,,, +262,factory_boy,FactoryBoy/factory_boy,testing,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2026-01-01 19:04:12.000000,2025-12-14 14:33:55,1040.0,,406,36.0,544.0,190.0,446.0,3789,A test fixtures replacement for Python.,647.0,,134.0,30,True,['django'],2025-02-03 09:49:01.000,3.3.3,46.0,,23534931.0,,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2025-02-03 09:49:01.000,647.0,23530142.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,325680.0,2.0,,,,,,,,,,,,,,,,, +263,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2026-05-06 19:56:22.000000,2026-05-06 19:56:14,8235.0,161.0,746,120.0,1309.0,215.0,3151.0,3761,The free and open-source Download Manager written in pure Python.,27.0,24.0,245.0,30,True,,2026-01-01 00:31:29.000,0.4.x,104.0,119935.0,5904.0,,,pyload-ng,https://pypi.org/project/pyload-ng,2026-04-20 21:00:41.000,3.0,5110.0,,,,3.0,,,,,,,,,,,,,,,,, +264,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,BSD-3-Clause,2014-08-14 13:26:03.000,2025-04-22 14:56:29.180000,2020-01-13 15:25:46,731.0,,507,104.0,250.0,372.0,254.0,2739,"Fully featured framework for fast, easy and documented API development with Flask.",14855.0,14674.0,88.0,30,False,['flask'],2019-08-12 21:51:40.000,0.13.0,35.0,,128883.0,,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,181.0,125525.0,https://anaconda.org/conda-forge/flask-restplus,2025-04-22 14:56:29.180,386219.0,3.0,,,,,,,,,,,,,,,,, +265,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2025-04-22 14:57:26.868000,2022-11-06 10:12:00,297.0,,274,57.0,78.0,159.0,123.0,2574,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,17239.0,17023.0,29.0,30,False,,,,48.0,,868482.0,,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,216.0,866954.0,https://anaconda.org/conda-forge/js2py,2025-04-22 14:57:26.868,110079.0,3.0,,,,,,,,,,,,,,,,, +266,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000,2026-02-18 21:11:35.000000,2026-02-18 21:11:29,501.0,1.0,187,58.0,67.0,55.0,137.0,2380,A jquery-like library for python.,28133.0,27615.0,53.0,30,True,,2024-08-30 08:12:22.000,2.0.1,37.0,,2093137.0,,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2024-08-30 08:12:22.000,518.0,2091551.0,https://anaconda.org/conda-forge/pyquery,2025-04-22 14:56:42.143,104707.0,3.0,,,,,,,,,,,,,,,,, +267,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2025-04-22 14:56:20.896000,2022-10-16 23:12:02,684.0,,276,40.0,237.0,125.0,143.0,2163,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,16819.0,16545.0,107.0,30,False,,2021-08-16 19:35:31.000,1.1.4,59.0,,1458218.0,,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,274.0,1448360.0,https://anaconda.org/conda-forge/httpretty,2025-04-22 14:56:20.896,650660.0,2.0,,,,,,,,,,,,,,,,, +268,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2026-05-07 13:51:13.000000,2025-08-08 15:15:46,261.0,,116,16.0,137.0,104.0,64.0,1968,A rate limiter for Starlette and FastAPI.,10345.0,10295.0,26.0,30,True,['fastapi'],2024-02-05 12:11:50.000,0.1.9,10.0,,14251119.0,,,slowapi,https://pypi.org/project/slowapi,2024-02-05 12:11:50.000,50.0,14251119.0,,,,1.0,,,,,,,,,,,,,,,,, +269,simple-salesforce,simple-salesforce/simple-salesforce,third-party-apis,,https://github.com/simple-salesforce/simple-salesforce,https://github.com/simple-salesforce/simple-salesforce,,2013-01-17 20:08:57.000,2025-10-03 22:07:18.000000,2025-08-23 14:29:47,493.0,,722,90.0,342.0,230.0,282.0,1873,A very simple Salesforce.com REST API client for Python.,3451.0,3241.0,90.0,30,False,,2025-08-23 14:31:20.000,1.12.9,51.0,,31306396.0,,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2025-08-23 14:30:41.000,210.0,31304940.0,https://anaconda.org/conda-forge/simple-salesforce,2025-04-22 14:56:36.850,157272.0,3.0,,,,,,,,,,,,,,,,, +270,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2025-04-22 14:56:37.419000,2021-07-16 22:33:17,853.0,,397,99.0,222.0,27.0,307.0,1865,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7914.0,7854.0,103.0,30,False,,2021-07-16 22:38:58.000,3.9.1,61.0,,219142.0,,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,60.0,212089.0,https://anaconda.org/conda-forge/twython,2025-04-22 14:56:37.419,423188.0,3.0,,,,,,,,,,,,,,,,, +271,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009-03-08 11:23:29.000,2025-10-21 22:22:09.860000,2025-08-14 03:45:36,1030.0,,250,56.0,142.0,95.0,347.0,1699,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,3609.0,3380.0,86.0,30,True,,2025-04-18 16:33:20.000,6.0.2,31.0,1209.0,1133231.0,,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2025-04-18 16:33:20.000,229.0,1121381.0,https://anaconda.org/conda-forge/rpyc,2025-10-21 22:22:09.860,804874.0,2.0,,,,,,,,,,,,,,,,, +272,django-cachalot,noripyt/django-cachalot,django-utils,,https://github.com/noripyt/django-cachalot,https://github.com/noripyt/django-cachalot,BSD-3-Clause,2014-09-26 13:08:06.000,2026-01-30 03:26:26.211000,2026-01-28 05:21:57,660.0,,156,23.0,110.0,28.0,154.0,1420,"No effort, no worry, maximum performance.",1038.0,1026.0,40.0,30,True,['django'],2026-01-28 05:23:28.000,2.9.0,48.0,,226544.0,,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2026-01-28 05:23:28.000,12.0,210916.0,https://anaconda.org/conda-forge/django-cachalot,2026-01-30 03:26:26.211,93769.0,3.0,,,,,,,,,,,,,,,,, +273,django-rosetta,mbi/django-rosetta,django-utils,,https://github.com/mbi/django-rosetta,https://github.com/mbi/django-rosetta,MIT,2011-06-16 09:19:42.000,2025-12-07 18:05:10.000000,2025-12-07 18:00:59,615.0,,204,29.0,147.0,56.0,115.0,1156,Rosetta is a Django application that eases the translation process of your Django projects.,3989.0,3956.0,87.0,30,True,['django'],2025-12-07 18:06:37.000,0.10.3,40.0,,239099.0,,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2025-12-07 18:04:16.000,33.0,238845.0,https://anaconda.org/conda-forge/django-rosetta,2025-04-22 14:57:33.082,17823.0,3.0,,,,,,,,,,,,,,,,, +274,django-dbbackup,jazzband/django-dbbackup,django-utils,,https://github.com/Archmonger/django-dbbackup,https://github.com/Archmonger/django-dbbackup,BSD-3-Clause,2014-12-29 02:39:34.000,2026-04-15 14:46:07.000000,2026-04-15 14:44:57,578.0,8.0,219,18.0,326.0,7.0,308.0,1100,Backup and restore your Django database and media.,2618.0,2595.0,84.0,30,True,['django'],2026-04-10 01:49:41.000,5.3.0,55.0,44.0,261399.0,Archmonger/django-dbbackup,,django-dbbackup,https://pypi.org/project/django-dbbackup,2026-04-10 01:49:41.000,23.0,261399.0,,,,3.0,,,,,,,,,,,,,,,,, +275,fastapi-mail,sabuhish/fastapi-mail,email,,https://github.com/sabuhish/fastapi-mail,https://github.com/sabuhish/fastapi-mail,MIT,2020-01-25 11:52:29.000,2026-05-07 06:15:42.000000,2026-05-07 06:14:37,352.0,18.0,109,13.0,164.0,11.0,126.0,991,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",5742.0,5706.0,56.0,30,True,['fastapi'],2026-05-07 06:15:42.000,1.6.4,105.0,,1687483.0,,,fastapi-mail,https://pypi.org/project/fastapi-mail,2026-05-07 06:15:42.000,36.0,1687483.0,,,,2.0,,,,,,,,,,,,,,,,, +276,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2025-08-17 13:04:57.000000,2025-08-17 12:47:39,1435.0,,261,19.0,265.0,70.0,240.0,935,Asset management for Python web development.,7675.0,7577.0,165.0,30,True,,2025-08-17 13:07:21.000,3.0.0,15.0,,243939.0,,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2025-08-17 13:03:58.000,98.0,240077.0,https://anaconda.org/conda-forge/webassets,2025-04-22 14:56:27.817,81102.0,3.0,,,,,,,,,,,,,,,,, +277,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,BSD-3-Clause,2010-05-29 14:14:08.000,2025-04-22 14:56:24.883000,2024-06-19 06:43:42,269.0,,159,13.0,114.0,17.0,118.0,451,i18n and l10n support for Flask based on Babel and pytz.,30583.0,30430.0,43.0,30,False,['flask'],2023-10-02 01:10:48.000,4.0.0,18.0,,14254662.0,,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-10-02 01:10:48.000,153.0,14248681.0,https://anaconda.org/conda-forge/flask-babel,2025-04-22 14:56:24.883,412699.0,2.0,,,,,,,,,,,,,,,,, +278,google-resumable-media,googleapis/google-resumable-media-python,third-party-apis,,https://github.com/googleapis/google-resumable-media-python,https://github.com/googleapis/google-resumable-media-python,Apache-2.0,2017-04-12 20:09:20.000,2026-05-07 08:03:23.000000,2026-03-06 17:03:16,472.0,6.0,55,39.0,400.0,,89.0,45,This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-resumable-media.,301.0,,39.0,30,False,,2026-05-07 08:03:23.000,2.9.0,52.0,,186922055.0,,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2026-05-07 08:03:23.000,301.0,186824772.0,https://anaconda.org/conda-forge/google-resumable-media,2026-03-31 13:02:52.663,6907156.0,3.0,,,,,,,,,,,,,,,,, +279,tyk,TykTechnologies/tyk,api-proxies,,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014-05-07 14:38:24.000,2026-05-07 17:13:14.000000,2026-05-05 14:25:46,5343.0,118.0,1151,258.0,6133.0,437.0,1859.0,10711,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,242.0,29,True,,2026-02-12 18:45:26.000,5.12.0-alphafips5,100.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +280,coursera-dl,coursera-dl/coursera-dl,third-party-apis,,https://github.com/coursera-dl/coursera-dl,https://github.com/coursera-dl/coursera-dl,LGPL-3.0,2012-03-21 21:07:15.000,2025-04-22 14:56:29.257000,2021-02-12 03:30:48,1131.0,,2255,321.0,223.0,216.0,465.0,9630,Script for downloading Coursera.org videos and naming them.,260.0,256.0,85.0,29,False,,2019-12-16 21:11:03.021,0.11.5,12.0,,4833.0,,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018-06-03 08:31:25.000,4.0,995.0,https://anaconda.org/conda-forge/coursera-dl,2025-04-22 14:56:29.257,61416.0,3.0,,,,,,,,,,,,,,,,, +281,Pattern,clips/pattern,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01.000,2025-04-22 14:57:14.078000,2020-04-25 12:40:40,1434.0,,1570,524.0,132.0,178.0,78.0,8859,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1960.0,1960.0,30.0,29,False,,,,1.0,260.0,12778.0,,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2024-12-23 17:40:25.000,,12523.0,https://anaconda.org/conda-forge/pattern,2025-04-22 14:57:14.078,19790.0,2.0,,,,,,,,,,,,,,,,, +282,idom,idom-team/idom,web-ui,,https://github.com/reactive-python/reactpy,https://github.com/reactive-python/reactpy,MIT,2019-02-19 05:25:54.000,2026-04-18 23:42:49.000000,2026-04-18 23:42:49,1416.0,6.0,333,52.0,604.0,49.0,339.0,8155,"Its React, but in Python.",280.0,270.0,27.0,29,True,,2026-02-17 05:52:27.000,@reactpy/client-v1.1.0,109.0,,1229.0,reactive-python/reactpy,,idom,https://pypi.org/project/idom,2023-02-26 19:45:00.617,10.0,1229.0,,,,2.0,,,,,,,,,,,,,,,,, +283,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2024-07-10 06:39:28.000000,2023-10-13 03:30:58,586.0,,436,69.0,110.0,113.0,190.0,6788,Preview GitHub README.md files locally before committing them.,2280.0,2246.0,40.0,29,False,,2023-10-12 05:07:59.000,4.6.2,27.0,,65689.0,,,grip,https://pypi.org/project/grip,2023-10-12 05:07:59.000,34.0,65689.0,,,,3.0,,,,,,,,,,,,,,,,, +284,grequests,spyoungtech/grequests,http-clients,,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012-05-10 21:50:15.000,2025-04-22 14:56:27.352000,2024-08-08 21:52:34,91.0,,332,108.0,52.0,10.0,120.0,4578,Requests + Gevent = 3.,5215.0,5034.0,29.0,29,False,,2023-06-08 00:06:01.754,0.7.0,7.0,38.0,505174.0,,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2023-06-08 00:06:01.754,181.0,492768.0,https://anaconda.org/conda-forge/grequests,2025-04-22 14:56:27.352,210915.0,3.0,,,,,,,,,,,,,,,,, +285,django-rest-framework-jwt,jpadilla/django-rest-framework-jwt,auth,,https://github.com/jpadilla/django-rest-framework-jwt,https://github.com/jpadilla/django-rest-framework-jwt,MIT,2014-01-16 04:54:06.000,2022-12-06 16:30:54.000000,2019-08-13 02:11:02,369.0,,648,1.0,190.0,163.0,187.0,3191,JSON Web Token Authentication support for Django REST Framework.,28234.0,28134.0,62.0,29,False,,2021-12-15 15:59:35.858,1.3.0,26.0,,253152.0,,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2021-12-15 15:59:35.858,100.0,253152.0,,,,3.0,,,,,,,,,,,,,,,,, +286,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,,2010-02-05 15:48:14.000,2026-04-27 07:25:35.000000,2026-04-21 22:55:37,1673.0,4.0,609,43.0,641.0,122.0,557.0,2871,Compresses linked and inline javascript or CSS into a single cached file.,183.0,,227.0,29,False,['django'],2025-11-10 13:12:10.000,4.6.0,41.0,,2092384.0,,,django-compressor,https://pypi.org/project/django-compressor,2025-11-10 13:12:10.000,183.0,2092384.0,,,,3.0,,,,,,,,,,,,,,,,, +287,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2025-04-22 14:57:15.568000,2022-09-28 20:43:53,295.0,,265,49.0,46.0,106.0,131.0,2724,Send email in Python conveniently for gmail using yagmail.,5873.0,5733.0,34.0,29,False,,2022-09-19 15:58:02.665,0.15.293,107.0,,435427.0,,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,140.0,434516.0,https://anaconda.org/conda-forge/yagmail,2025-04-22 14:57:15.568,61981.0,2.0,,,,,,,,,,,,,,,,, +288,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013-06-13 19:28:32.000,2021-12-15 14:37:49.132000,2019-06-04 18:10:32,801.0,,602,1.0,339.0,166.0,366.0,2590,Swagger Documentation Generator for Django REST Framework: deprecated.,21373.0,21297.0,96.0,29,False,['django'],2021-12-15 14:37:49.132,0.1.6,50.0,,368646.0,,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,76.0,368646.0,,,,3.0,,,,,,,,,,,,,,,,, +289,django-activity-stream,justquick/django-activity-stream,django-utils,,https://github.com/justquick/django-activity-stream,https://github.com/justquick/django-activity-stream,BSD-3-Clause,2010-02-24 21:16:51.000,2025-12-15 00:04:01.000000,2025-10-13 07:49:15,946.0,,486,72.0,236.0,25.0,290.0,2440,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1343.0,1332.0,114.0,29,True,['django'],2023-10-04 07:51:20.000,2.0.0,41.0,20.0,128013.0,,,django-activity-stream,https://pypi.org/project/django-activity-stream,2023-10-04 07:51:20.000,11.0,128013.0,,,,3.0,,,,,,,,,,,,,,,,, +290,django-braces,brack3t/django-braces,django-utils,,https://github.com/brack3t/django-braces,https://github.com/brack3t/django-braces,BSD-3-Clause,2012-03-02 20:02:51.000,2025-04-22 14:56:39.215000,2025-03-18 01:46:14,716.0,,218,52.0,180.0,6.0,132.0,2014,"Reusable, generic mixins for Django.",16250.0,16177.0,83.0,29,False,['django'],2025-03-18 02:04:22.000,1.17.0,33.0,,356202.0,,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2025-03-18 02:03:01.000,73.0,352838.0,https://anaconda.org/conda-forge/django-braces,2025-04-22 14:56:39.215,87484.0,3.0,,,,,,,,,,,,,,,,, +291,sorl-thumbnail,jazzband/sorl-thumbnail,django-utils,,https://github.com/jazzband/sorl-thumbnail,https://github.com/jazzband/sorl-thumbnail,BSD-3-Clause,2010-11-12 00:46:35.000,2026-04-27 17:38:21.000000,2026-02-12 19:50:18,1081.0,1.0,496,34.0,374.0,11.0,424.0,1794,Thumbnails for Django.,15951.0,15841.0,166.0,29,True,['django'],2026-01-22 15:20:37.000,13.0.0,35.0,,194.0,,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2026-01-22 15:20:37.000,110.0,,https://anaconda.org/conda-forge/sorl-thumbnail,2025-04-22 14:57:33.341,13389.0,3.0,,,,,,,,,,,,,,,-4.0,, +292,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2025-11-08 13:54:03.000000,2025-11-08 13:49:10,746.0,,142,13.0,88.0,131.0,144.0,1566,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,12868.0,12709.0,73.0,29,True,,2024-05-28 20:55:48.000,0.17.3,57.0,,5024902.0,,,hypercorn,https://pypi.org/project/hypercorn,2025-11-08 13:54:03.000,159.0,5024902.0,,,,3.0,,,,,,,,,,,,,,,,, +293,fastapi-code-generator,koxudaxi/fastapi-code-generator,fastapi-utils,,https://github.com/koxudaxi/fastapi-code-generator,https://github.com/koxudaxi/fastapi-code-generator,MIT,2020-06-14 10:49:14.000,2026-05-04 01:17:42.000000,2026-05-01 02:33:30,715.0,143.0,151,20.0,469.0,52.0,53.0,1384,This code generator creates FastAPI app from an openapi file.,260.0,252.0,36.0,29,True,"['fastapi', 'openapi']",2026-04-30 17:56:09.000,0.6.0,48.0,,38631.0,,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2026-04-30 17:56:09.000,8.0,38631.0,,,,2.0,,,,,,,,,,,,,,,,, +294,imdbpy,alberanid/imdbpy,third-party-apis,,https://github.com/cinemagoer/cinemagoer,https://github.com/cinemagoer/cinemagoer,GPL-2.0,2010-08-01 17:34:24.000,2026-05-05 07:04:18.000000,2025-12-31 13:32:15,2105.0,,352,52.0,160.0,89.0,269.0,1315,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,7822.0,7787.0,86.0,29,True,,2023-05-01 13:48:42.000,2023.05.01,45.0,598.0,24145.0,cinemagoer/cinemagoer,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,35.0,24136.0,,,,3.0,,,,,,,,,,,,,,,,, +295,hyper,python-hyper/hyper,http-clients,,https://github.com/python-hyper/hyper,https://github.com/python-hyper/hyper,MIT,2014-01-23 07:53:47.000,2025-04-22 14:56:45.221000,2021-01-12 18:36:50,1415.0,,190,4.0,195.0,101.0,167.0,1051,HTTP/2 for Python.,1476.0,1410.0,43.0,29,False,,2020-08-02 14:24:39.000,0.5.0,18.0,271.0,1608487.0,,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,66.0,1607771.0,https://anaconda.org/conda-forge/hyper,2025-04-22 14:56:45.221,71578.0,3.0,,,,,,,,,,,,,,,,, +296,flask-dance,singingwolfboy/flask-dance,auth,,https://github.com/singingwolfboy/flask-dance,https://github.com/singingwolfboy/flask-dance,MIT,2014-09-09 11:53:06.000,2025-04-22 14:57:04.024000,2024-06-07 07:10:17,637.0,,158,17.0,224.0,47.0,169.0,1015,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",6081.0,6052.0,58.0,29,False,['flask'],2024-03-05 12:43:19.000,7.1.0,52.0,,826547.0,,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2024-03-05 12:43:19.000,29.0,826056.0,https://anaconda.org/conda-forge/flask-dance,2025-04-22 14:57:04.024,15724.0,3.0,,,,,,,,,,,,,,,,, +297,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2026-05-05 02:36:17.000000,2026-04-07 00:08:18,3062.0,25.0,120,39.0,700.0,88.0,105.0,840,werkzeug + twisted.web.,1955.0,1901.0,57.0,29,True,,2024-08-12 01:50:16.000,24.8.0,27.0,,62925.0,,,klein,https://pypi.org/project/klein,2024-08-12 01:50:16.000,54.0,62925.0,,,,3.0,,,,,,,,,,,,,,,,, +298,flask-mongoengine,MongoEngine/flask-mongoengine,flask-utils,,https://github.com/MongoEngine/flask-mongoengine,https://github.com/MongoEngine/flask-mongoengine,BSD-3-Clause,2012-05-15 11:33:26.000,2024-01-18 13:35:22.000000,2022-08-16 14:02:03,969.0,,248,28.0,271.0,45.0,236.0,833,MongoEngine flask extension with WTF model forms support.,10395.0,10341.0,90.0,29,False,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,126251.0,,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,54.0,126251.0,,,,2.0,,,,,,,,,,,,,,,,, +299,django-paypal,spookylukey/django-paypal,django-utils,,https://github.com/spookylukey/django-paypal,https://github.com/spookylukey/django-paypal,MIT,2012-06-09 14:04:06.000,2026-04-27 16:59:24.000000,2024-11-18 21:22:27,798.0,,206,24.0,123.0,15.0,153.0,728,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,4250.0,4248.0,73.0,29,False,['django'],2021-12-15 15:40:40.554,0.1.4,29.0,,24118.0,,,django-paypal,https://pypi.org/project/django-paypal,2024-04-30 19:52:35.000,2.0,24118.0,,,,3.0,,,,,,,,,,,,,,,,, +300,trame,Kitware/trame,web-ui,,https://github.com/Kitware/trame,https://github.com/Kitware/trame,Apache-2.0,2021-09-24 21:38:47.000,2026-04-30 07:07:27.000000,2026-04-30 07:07:27,602.0,57.0,80,17.0,122.0,25.0,90.0,671,Trame lets you weave various components and technologies into a Web Application solely written in Python.,866.0,742.0,29.0,29,True,,2025-08-18 20:21:39.000,3.12.0,159.0,725.0,511719.0,,,trame,https://pypi.org/project/trame,2025-08-18 20:21:39.000,124.0,511706.0,,,,2.0,,,,,,,,,,,,,,,,, +301,flask-session,fengsp/flask-session,flask-utils,,https://github.com/pallets-eco/flask-session,https://github.com/pallets-eco/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000,2025-06-14 20:23:32.000000,2024-04-18 08:31:15,304.0,,249,20.0,132.0,17.0,133.0,537,Server side session extension for Flask.,54976.0,54806.0,20.0,29,False,['flask'],2024-03-26 08:16:33.000,0.8.0,18.0,129.0,14660671.0,pallets-eco/flask-session,,flask-session,https://pypi.org/project/flask-session,2024-03-26 07:56:11.000,170.0,14660668.0,,,,2.0,,,,,,,,,,,,,,,,, +302,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,BSD-3-Clause,2011-06-12 21:20:23.000,2026-04-22 13:04:08.000000,2022-04-05 03:58:40,119.0,,65,9.0,49.0,10.0,41.0,328,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,81828.0,81711.0,25.0,29,False,['flask'],2022-04-05 03:59:51.000,1.0.1,16.0,,1914803.0,,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,117.0,1913278.0,https://anaconda.org/conda-forge/flask-bcrypt,2025-04-22 14:56:24.928,70150.0,2.0,,,,,,,,,,,,,,,,, +303,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2026-03-27 16:24:18.000000,2026-03-27 16:24:18,373.0,1.0,47,6.0,172.0,12.0,108.0,265,A modern CSS selector implementation for BeautifulSoup.,1828.0,,15.0,29,True,,2026-01-20 04:27:01.000,2.8.3,51.0,,345102121.0,,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2026-01-20 04:27:01.000,1828.0,344593231.0,https://anaconda.org/conda-forge/soupsieve,2026-01-21 22:29:24.489,35113450.0,2.0,,,,,,,,,,,,,,,-4.0,, +304,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2026-03-13 13:30:09.000000,2026-03-08 10:06:41,205.0,9.0,58,9.0,52.0,21.0,36.0,226,Python HTTP Agent Parser.,6345.0,6294.0,37.0,29,True,,2026-03-13 13:30:09.000,1.9.9,59.0,,461538.0,,,httpagentparser,https://pypi.org/project/httpagentparser,2026-03-08 10:13:30.000,51.0,461538.0,,,,3.0,,,,,,,,,,,,,,,,, +305,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2026-04-23 22:31:12.000000,2026-04-23 22:31:11,4442.0,62.0,1177,292.0,392.0,443.0,2006.0,20517,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,21.0,21.0,185.0,28,True,,,,,,,,,,,,,,,,,2.0,,,,,,,,goaccess,,,,,,,,goaccess, +306,speedtest-cli,sivel/speedtest-cli,others,,https://github.com/sivel/speedtest-cli,https://github.com/sivel/speedtest-cli,Apache-2.0,2012-09-10 19:17:53.000,2025-04-22 14:58:04.715000,2021-07-07 19:50:15,299.0,,1911,297.0,219.0,70.0,,14070,Command line interface for testing internet bandwidth using speedtest.net.,208.0,21.0,10.0,28,False,,2021-04-08 13:53:00.000,2.1.3,28.0,,330322.0,,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,187.0,329836.0,https://anaconda.org/conda-forge/speedtest-cli,2025-04-22 14:58:04.715,26256.0,3.0,,,,,,,,,,,,,,,,, +307,selenium-python-helium,mherrmann/selenium-python-helium,testing,,https://github.com/mherrmann/helium,https://github.com/mherrmann/helium,MIT,2019-11-26 16:12:28.000,2026-04-22 07:32:21.000000,2026-04-22 07:32:19,201.0,4.0,515,85.0,36.0,52.0,49.0,8283,Lighter web automation with Python.,790.0,755.0,13.0,28,True,,2026-02-04 17:00:45.000,7.0.0,49.0,,18506.0,mherrmann/helium,,helium,https://pypi.org/project/helium,2026-02-04 16:56:21.000,35.0,18506.0,,,,2.0,,,,,,,,,,,,,,,,, +308,apistar,encode/apistar,openapi-utils,,https://github.com/encode/apistar,https://github.com/encode/apistar,BSD-3-Clause,2017-03-17 15:42:12.000,2026-01-07 09:32:09.056000,2021-08-31 09:48:33,768.0,,411,162.0,374.0,32.0,289.0,5571,The Web API toolkit.,842.0,787.0,91.0,28,False,['openapi'],2023-11-30 00:45:19.885,0.1.0,95.0,,50903.0,,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2023-11-30 00:45:19.885,55.0,7041.0,https://anaconda.org/conda-forge/apistar,2026-01-07 09:32:09.056,175448.0,3.0,,,,,,,,,,,,,,,,, +309,xadmin,sshwsfc/xadmin,admin-ui,,https://github.com/sshwsfc/xadmin,https://github.com/sshwsfc/xadmin,BSD-3-Clause,2012-11-19 06:21:50.000,2025-12-16 05:44:15.000000,2019-04-03 03:05:04,1296.0,,1394,270.0,168.0,386.0,199.0,4774,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",815.0,815.0,51.0,28,False,,2022-09-24 08:54:19.425,2.0.4,4.0,,166.0,,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,166.0,,,,2.0,,,,,,,,,,,,,,,,, +310,notion-py,jamalex/notion-py,third-party-apis,,https://github.com/jamalex/notion-py,https://github.com/jamalex/notion-py,MIT,2018-11-26 03:08:41.000,2026-02-16 23:25:50.000000,2026-02-16 23:06:07,254.0,4.0,473,68.0,116.0,166.0,112.0,4386,Unofficial Python API client for Notion.so.,61.0,,36.0,28,True,,2026-02-16 23:25:50.000,0.1.0,22.0,,597625.0,,,notion,https://pypi.org/project/notion,2026-02-16 23:02:32.000,61.0,597625.0,,,,3.0,,,,,,,,,,,,,,,,, +311,py-googletrans,ssut/py-googletrans,third-party-apis,,https://github.com/ssut/py-googletrans,https://github.com/ssut/py-googletrans,MIT,2015-06-05 08:35:11.000,2025-04-25 00:44:31.000000,2025-04-25 00:44:29,131.0,,740,69.0,118.0,5.0,326.0,4247,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,405.0,,31.0,28,False,,2025-01-01 14:12:00.000,4.0.2,15.0,,3133787.0,,,googletrans,https://pypi.org/project/googletrans,2025-01-01 14:12:00.000,405.0,3133787.0,,,,3.0,,,,,,,,,,,,,,,,, +312,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2025-04-22 14:57:00.898000,2020-05-08 09:48:22,788.0,,367,97.0,73.0,154.0,100.0,3917,Headless chrome/chromium automation library (unofficial port of puppeteer).,359.0,,24.0,28,False,,2024-02-18 03:02:41.000,2.0.0,35.0,,1645303.0,,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2024-02-18 03:02:41.000,359.0,1639036.0,https://anaconda.org/conda-forge/pyppeteer,2025-04-22 14:57:00.898,426195.0,2.0,,,,,,,,,,,,,,,,, +313,sslyze,nabla-c0d3/sslyze,others,,https://github.com/nabla-c0d3/sslyze,https://github.com/nabla-c0d3/sslyze,AGPL-3.0,2014-08-18 04:33:30.000,2026-05-03 17:06:10.000000,2026-03-29 09:49:32,1978.0,5.0,493,128.0,163.0,19.0,536.0,3756,Fast and powerful SSL/TLS scanning library.,16.0,,79.0,28,True,,2026-03-29 10:00:58.000,6.3.1,74.0,119021.0,91544.0,,,sslyze,https://pypi.org/project/sslyze,2026-03-29 09:58:58.000,16.0,90694.0,,,,3.0,,,,,,,,,,,,,,,,, +314,sync-engine,nylas/sync-engine,email,,https://github.com/nylas/sync-engine,https://github.com/nylas/sync-engine,AGPL-3.0,2014-01-15 18:18:17.000,2026-04-24 14:49:30.000000,2017-03-08 18:34:10,4395.0,,347,175.0,142.0,69.0,263.0,3505,IMAP/SMTP sync system with modern APIs.,7.0,,79.0,28,False,,2026-04-24 14:49:30.000,6.15.0,94.0,,346748.0,,,nylas,https://pypi.org/project/nylas,2026-04-24 14:49:30.000,7.0,346748.0,,,,2.0,,,,,,,,,,,,,,,,, +315,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2025-08-29 07:26:11.018000,2022-09-11 18:40:12,473.0,,190,79.0,84.0,32.0,135.0,3045,A screamingly fast Python 2/3 WSGI server written in C.,906.0,839.0,44.0,28,False,,2022-09-19 16:03:06.582,3.2.2,30.0,,65805.0,,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,67.0,61880.0,https://anaconda.org/conda-forge/bjoern,2025-08-29 07:26:11.018,263007.0,3.0,,,,,,,,,,,,,,,,, +316,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/explorerhq/sql-explorer,https://github.com/explorerhq/sql-explorer,MIT,2013-12-22 20:58:37.000,2025-04-23 01:55:00.000000,2025-04-23 01:54:59,1016.0,,371,62.0,379.0,37.0,292.0,2877,"SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor,..",537.0,529.0,109.0,28,False,['django'],2024-09-24 20:46:34.000,5.3.0,68.0,,134920.0,explorerhq/sql-explorer,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2024-09-24 20:47:32.000,8.0,134920.0,,,,3.0,,,,,,,,,,,,,,,,, +317,viewflow,viewflow/viewflow,django-utils,,https://github.com/viewflow/viewflow,https://github.com/viewflow/viewflow,AGPL-3.0,2013-09-10 10:16:35.000,2026-01-28 10:21:52.000000,2026-01-28 10:21:46,219.0,,417,101.0,109.0,28.0,346.0,2863,Reusable workflow library for Django.,378.0,375.0,27.0,28,True,['django'],2025-12-24 10:37:57.000,2.2.15,66.0,,153051.0,,,django-viewflow,https://pypi.org/project/django-viewflow,2025-12-24 10:37:57.000,3.0,153051.0,,,,3.0,,,,,,,,,,,,,,,,, +318,django-blog-zinnia,Fantomas42/django-blog-zinnia,django-utils,,https://github.com/Fantomas42/django-blog-zinnia,https://github.com/Fantomas42/django-blog-zinnia,BSD-3-Clause,2009-07-13 14:58:26.000,2024-05-03 19:19:17.000000,2020-03-09 20:52:03,3155.0,,742,127.0,162.0,39.0,406.0,2132,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,873.0,872.0,71.0,28,False,['django'],2016-09-27 13:25:46.000,0.18.1,29.0,,1356.0,,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,1.0,1356.0,,,,3.0,,,,,,,,,,,,,,,,, +319,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2026-04-08 18:49:25.000000,2026-04-08 18:48:56,384.0,4.0,206,83.0,178.0,75.0,39.0,1650,Python email address and Mime parsing library.,575.0,568.0,58.0,28,True,,2026-04-08 18:49:25.000,0.9.16,62.0,,32518.0,,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,7.0,32518.0,,,,2.0,,,,,,,,,,,,,,,,, +320,python-user-agents,selwin/python-user-agents,others,,https://github.com/selwin/python-user-agents,https://github.com/selwin/python-user-agents,MIT,2013-01-05 00:44:11.000,2025-04-22 14:56:26.410000,2023-02-16 01:51:50,146.0,,197,39.0,54.0,45.0,35.0,1515,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",200.0,,32.0,28,False,,2020-08-23 06:05:26.000,2.2.0,12.0,,10674753.0,,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,200.0,10672374.0,https://anaconda.org/conda-forge/user-agents,2025-04-22 14:56:26.410,164203.0,3.0,,,,,,,,,,,,,,,,, +321,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014-02-15 12:27:34.000,2025-05-13 06:12:16.000000,2024-02-20 14:04:59,293.0,,195,44.0,100.0,16.0,54.0,1470,Browsable web APIs for Flask.,6639.0,6582.0,35.0,28,False,['flask'],2023-06-05 16:50:54.000,3.1,33.0,,225657.0,,,flask-api,https://pypi.org/project/flask-api,2023-06-05 16:50:38.084,57.0,225657.0,,,,2.0,,,,,,,,,,,,,,,,, +322,django-extra-views,AndrewIngram/django-extra-views,django-utils,,https://github.com/AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views,MIT,2011-05-16 21:47:47.000,2025-04-28 07:04:07.000000,2025-04-28 07:04:03,474.0,,173,56.0,131.0,16.0,131.0,1436,"Djangos class-based generic views are awesome, lets have more of them.",2513.0,2473.0,64.0,28,False,['django'],2025-04-22 15:10:56.000,0.16.0,28.0,,202564.0,,,django-extra-views,https://pypi.org/project/django-extra-views,2025-04-22 15:10:56.000,40.0,202564.0,,,,3.0,,,,,,,,,,,,,,,,, +323,easy-thumbnails,SmileyChris/easy-thumbnails,django-utils,,https://github.com/SmileyChris/easy-thumbnails,https://github.com/SmileyChris/easy-thumbnails,BSD-3-Clause,2009-10-08 03:44:26.000,2026-05-06 21:53:06.000000,2026-05-06 21:53:06,863.0,1.0,326,27.0,242.0,103.0,325.0,1411,Easy thumbnails for Django.,144.0,,101.0,28,True,['django'],2025-08-17 20:49:09.000,2.10.1,54.0,,496645.0,,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2025-08-17 20:49:09.000,144.0,496645.0,,,,3.0,,,,,,,,,,,,,,,,, +324,django-organizations,bennylope/django-organizations,django-utils,,https://github.com/bennylope/django-organizations,https://github.com/bennylope/django-organizations,BSD-2-Clause,2012-02-02 02:38:49.000,2026-03-10 12:59:54.000000,2026-03-08 16:43:34,757.0,1.0,220,36.0,122.0,19.0,143.0,1352,Multi-user accounts for Django projects.,328.0,321.0,52.0,28,True,['django'],2026-03-08 16:51:46.000,2.6.0,58.0,,65347.0,,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2026-03-08 16:51:46.000,7.0,65177.0,https://anaconda.org/conda-forge/django-organizations,2026-03-08 19:07:07.860,12262.0,3.0,,,,,,,,,,,,,,,,, +325,emmett,emmett-framework/emmett,web-frameworks,,https://github.com/emmett-framework/emmett,https://github.com/emmett-framework/emmett,BSD-3-Clause,2014-10-20 20:23:26.000,2026-04-07 09:44:27.000000,2026-04-07 09:29:00,1700.0,12.0,73,29.0,95.0,40.0,325.0,1218,The web framework for inventors.,101.0,93.0,25.0,28,True,,2026-04-07 09:44:27.000,2.8.1,100.0,,1181.0,,,emmett,https://pypi.org/project/emmett,2026-04-07 09:44:27.000,8.0,1181.0,,,,3.0,,,,,,,,,,,,,,,,, +326,django-cleanup,un1t/django-cleanup,django-utils,,https://github.com/un1t/django-cleanup,https://github.com/un1t/django-cleanup,MIT,2012-08-14 09:27:02.000,2025-06-05 22:10:48.000000,2025-06-05 22:10:44,237.0,,79,9.0,55.0,1.0,61.0,1212,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,17254.0,17217.0,18.0,28,True,['django'],2024-09-18 21:58:04.000,9.0.0,40.0,,682228.0,,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2024-09-18 21:58:04.000,37.0,681853.0,https://anaconda.org/conda-forge/django-cleanup,2025-04-22 14:57:10.039,26636.0,3.0,,,,,,,,,,,,,,,,, +327,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2025-04-22 14:57:01.034000,2024-05-05 16:48:10,814.0,,270,48.0,292.0,83.0,312.0,1156,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",106.0,,67.0,28,False,,2022-08-18 05:57:11.000,1.9.8,22.0,,2452191.0,,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,106.0,2449349.0,https://anaconda.org/conda-forge/dpkt,2025-04-22 14:57:01.034,199001.0,3.0,,,,,,,,,,,,,,,,, +328,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2025-10-23 07:15:20.000000,2025-10-23 07:15:19,7059.0,,324,38.0,340.0,84.0,296.0,1144,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,1005.0,984.0,131.0,28,False,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,156929.0,,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,21.0,154997.0,https://anaconda.org/conda-forge/spyne,2025-04-22 14:56:21.754,233835.0,3.0,,,,,,,,,,,,,,,,, +329,django-configurations,jazzband/django-configurations,django-utils,,https://github.com/jazzband/django-configurations,https://github.com/jazzband/django-configurations,BSD-3-Clause,2012-07-21 13:56:20.000,2025-12-15 20:21:25.000000,2024-11-18 23:53:09,512.0,,144,19.0,198.0,64.0,158.0,1137,A helper for organizing Django project settings by relying on well established programming patterns.,3454.0,3385.0,74.0,28,False,['django'],2024-03-27 11:40:53.000,2.5.1,25.0,,599770.0,,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2024-03-27 11:40:53.000,69.0,598561.0,https://anaconda.org/conda-forge/django-configurations,2025-04-22 14:56:40.604,81022.0,3.0,,,,,,,,,,,,,,,,, +330,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2026-04-19 16:09:43.000000,2026-04-19 16:09:43,864.0,5.0,126,18.0,110.0,36.0,135.0,1045,"A fast, extensible and spec-compliant Markdown parser in pure Python.",1865.0,1683.0,42.0,28,True,,2025-12-07 16:24:42.000,1.5.1,32.0,2498.0,2945655.0,,,mistletoe,https://pypi.org/project/mistletoe,2025-12-07 16:18:59.000,182.0,2945632.0,,,,3.0,,,,,,,,,,,,,,,,, +331,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,BSD-3-Clause,2009-07-03 17:51:56.000,2025-04-22 14:56:21.111000,2022-03-09 18:46:07,381.0,,223,29.0,105.0,74.0,68.0,1042,A Redis cache backend for django.,4435.0,4399.0,46.0,28,False,['django'],2022-03-09 18:49:10.000,3.0.1,53.0,,104671.0,,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022-03-09 18:49:10.000,36.0,102595.0,https://anaconda.org/conda-forge/django-redis-cache,2025-04-22 14:56:21.111,139135.0,3.0,,,,,,,,,,,,,,,,, +332,starlette-admin,jowilf/starlette-admin,admin-ui,,https://github.com/jowilf/starlette-admin,https://github.com/jowilf/starlette-admin,MIT,2022-08-29 15:22:50.000,2026-05-01 05:58:14.000000,2026-04-15 06:17:37,524.0,5.0,93,12.0,425.0,84.0,169.0,989,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",1129.0,1095.0,31.0,28,True,['fastapi'],2025-12-13 21:49:42.000,0.16.0,78.0,,176545.0,,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,2025-12-13 21:49:42.000,34.0,176065.0,https://anaconda.org/conda-forge/starlette-admin,2025-12-17 09:52:20.010,16347.0,2.0,,,,,,,,,,,,,,,,, +333,django-formtools,jazzband/django-formtools,forms,,https://github.com/jazzband/django-formtools,https://github.com/jazzband/django-formtools,BSD-3-Clause,2014-10-05 15:18:45.000,2026-04-27 17:37:46.000000,2025-06-06 06:12:34,366.0,,145,18.0,143.0,90.0,80.0,881,A set of high-level abstractions for Django forms.,11936.0,11852.0,78.0,28,True,['django'],2023-12-19 10:30:02.000,2.5.1,8.0,,2639115.0,,,django-formtools,https://pypi.org/project/django-formtools,2023-12-19 10:30:02.000,84.0,2639115.0,,,,3.0,,,,,,,,,,,,,,,,, +334,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012-03-10 04:56:31.000,2025-04-22 14:56:44.336000,2023-03-27 01:44:02,219.0,,106,14.0,80.0,44.0,75.0,857,Parameterized testing with any Python test framework.,26476.0,25733.0,30.0,28,False,,2023-03-27 02:02:06.801,0.9.0,12.0,,19007122.0,,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,743.0,18961918.0,https://anaconda.org/conda-forge/parameterized,2025-04-22 14:56:44.336,2893098.0,2.0,,,,,,,,,,,,,,,,, +335,django-csp,mozilla/django-csp,django-utils,,https://github.com/mozilla/django-csp,https://github.com/mozilla/django-csp,BSD-3-Clause,2010-07-14 18:00:59.000,2025-11-14 14:39:37.000000,2025-11-14 14:39:36,324.0,,107,27.0,162.0,10.0,115.0,623,Content Security Policy for Django.,4993.0,4939.0,67.0,28,True,['django'],2025-04-02 16:36:36.000,4.0,23.0,,3572590.0,,,django-csp,https://pypi.org/project/django-csp,2025-04-02 16:41:45.000,54.0,3572590.0,,,,3.0,,,,,,,,,,,,,,,,, +336,starlette context,tomwojcik/starlette-context,monitoring,,https://github.com/tomwojcik/starlette-context,https://github.com/tomwojcik/starlette-context,MIT,2019-11-01 16:32:04.000,2026-04-14 01:52:39.000000,2026-04-01 20:35:22,217.0,32.0,29,8.0,193.0,2.0,38.0,610,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,1643.0,1550.0,11.0,28,True,['fastapi'],2026-02-28 11:32:01.000,0.5.1,21.0,,1914253.0,,,starlette-context,https://pypi.org/project/starlette-context,2026-02-28 11:32:01.000,93.0,1914253.0,,,,2.0,,,,,,,,,,,,,,,,, +337,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2026-03-01 21:02:35.000000,2026-01-03 01:47:06,1228.0,,142,22.0,241.0,59.0,117.0,605,Python requests like API built on top of Twisteds HTTP client.,1914.0,1788.0,57.0,28,True,,2025-06-03 03:42:30.000,25.5.0,24.0,482.0,213381.0,,conda-forge/treq,treq,https://pypi.org/project/treq,2025-06-03 03:42:30.000,126.0,209888.0,https://anaconda.org/conda-forge/treq,2025-06-03 14:18:11.182,237281.0,3.0,,,,,,,,,,,,,,,,, +338,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2026-04-13 23:52:56.000000,2026-04-13 22:24:08,376.0,30.0,92,5.0,173.0,64.0,60.0,552,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,305.0,,60.0,28,True,,2025-01-19 18:13:59.000,0.7.8,28.0,,12812665.0,,,aioresponses,https://pypi.org/project/aioresponses,2025-01-19 18:13:59.000,305.0,12812665.0,,,,2.0,,,,,,,,,,,,,,,,, +339,flask-testing,jarus/flask-testing,testing,,https://github.com/jarus/flask-testing,https://github.com/jarus/flask-testing,BSD-3-Clause,2012-02-29 16:34:28.000,2025-04-22 14:56:27.629000,2020-12-24 16:50:31,190.0,,110,9.0,73.0,56.0,45.0,501,Unittest extensions for Flask.,24950.0,24842.0,33.0,28,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,870340.0,,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,108.0,868692.0,https://anaconda.org/conda-forge/flask-testing,2025-04-22 14:56:27.629,191191.0,2.0,,,,,,,,,,,,,,,,, +340,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2026-02-27 13:10:43.000000,2026-02-27 13:05:18,1654.0,6.0,162,32.0,357.0,52.0,141.0,422,A Python HTML form library.,882.0,852.0,103.0,28,True,,2026-02-26 11:35:24.000,3.0.1,43.0,,29053.0,,,deform,https://pypi.org/project/deform,2026-02-26 11:31:20.000,30.0,29053.0,,,,3.0,,,,,,,,,,,,,,,,, +341,django-cas-ng,django-cas-ng/django-cas-ng,auth,,https://github.com/django-cas-ng/django-cas-ng,https://github.com/django-cas-ng/django-cas-ng,MIT,2014-05-23 22:52:34.000,2026-05-05 18:18:36.000000,2026-05-05 18:18:36,708.0,18.0,169,12.0,237.0,4.0,159.0,394,"Django CAS 1.0/2.0/3.0 client authentication library, supporting Django 4.2+ and Python 3.8+.",664.0,649.0,90.0,28,True,['django'],2026-05-05 10:20:38.000,5.1.1,30.0,790.0,51647.0,,,django-cas-ng,https://pypi.org/project/django-cas-ng,2026-05-05 10:22:08.000,15.0,51642.0,,,,3.0,,,,,,,,,,,,,,,,, +342,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2026-01-06 21:19:17.000000,2026-01-06 21:19:17,1102.0,,113,17.0,137.0,30.0,107.0,345,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",13373.0,13023.0,98.0,28,True,,2025-10-06 20:38:57.000,3.0.7,62.0,,1271876.0,,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2025-10-06 20:38:57.000,350.0,1271446.0,https://anaconda.org/conda-forge/webtest,2025-10-12 21:19:28.345,24565.0,2.0,,,,,,,,,,,,,,,,, +343,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-3-Clause,2013-05-14 16:52:08.000,2026-04-28 00:33:21.000000,2026-04-28 00:33:19,295.0,6.0,37,10.0,113.0,6.0,29.0,246,URI template parsing per RFC6570.,571.0,,22.0,28,True,,2025-06-02 15:12:03.000,4.2.0,13.0,5.0,147005021.0,,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2025-06-02 15:12:03.000,571.0,146873730.0,https://anaconda.org/conda-forge/uritemplate,2025-06-02 19:27:26.762,7221044.0,3.0,,,,,,,,,,,,,,,,, +344,httpx-ws,frankie567/httpx-ws,websocket,,https://github.com/frankie567/httpx-ws,https://github.com/frankie567/httpx-ws,MIT,2022-11-22 08:06:40.000,2026-04-20 00:45:58.000000,2026-03-28 17:57:12,223.0,13.0,29,4.0,70.0,2.0,43.0,147,WebSocket support for HTTPX.,1320.0,1212.0,18.0,28,True,,2026-03-28 14:12:06.000,0.9.0,28.0,437.0,4611224.0,,conda-forge/httpx-ws,httpx-ws,https://pypi.org/project/httpx-ws,2026-03-28 14:11:11.000,108.0,4609910.0,https://anaconda.org/conda-forge/httpx-ws,2026-03-28 19:06:07.397,50882.0,3.0,,,,,,,,,,,,,,,,, +345,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2026-03-23 23:53:46.000000,2026-03-23 23:53:46,1086.0,1.0,1297,325.0,359.0,56.0,416.0,5933,web.py is a web framework for python that is as simple as it is powerful.,74.0,21.0,96.0,27,True,,2023-10-10 14:50:45.000,webpy-0.70,22.0,,50984.0,,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020-11-09 11:24:34.000,53.0,49284.0,https://anaconda.org/conda-forge/web.py,2025-04-22 14:56:39.114,119064.0,3.0,,,,,,,,,,,,,,,,, +346,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2026-03-31 07:32:20.000000,2026-03-31 07:32:17,666.0,4.0,385,102.0,287.0,42.0,148.0,4855,A Python library for automating interaction with websites.,116.0,,56.0,27,True,,2025-05-30 04:09:55.000,1.4.0,29.0,72.0,128282.0,,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2025-05-30 04:09:55.000,116.0,123947.0,https://anaconda.org/conda-forge/mechanicalsoup,2025-05-30 12:52:17.348,277449.0,2.0,,,,,,,,,,,,,,,,, +347,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2024-05-11 13:19:25.000000,2023-07-19 20:05:32,3310.0,,282,1.0,1510.0,260.0,575.0,4228,Language-agnostic HTTP API Testing Tool.,1268.0,1227.0,111.0,27,False,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,68034.0,,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,,8168.0,,,,3.0,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,41.0,59866.0,,,,,,,,,,, +348,python-goose,grangier/python-goose,web-scraping,,https://github.com/grangier/python-goose,https://github.com/grangier/python-goose,Apache-2.0,2012-01-08 20:52:44.000,2026-03-10 10:24:55.000000,2026-03-10 10:21:04,485.0,3.0,831,194.0,117.0,107.0,94.0,4078,"Html Content / Article Extractor, web scrapping lib in Python.",27.0,,36.0,27,True,,2025-11-30 00:02:41.000,3.1.21,32.0,,81268.0,,,goose3,https://pypi.org/project/goose3,2025-11-30 00:02:41.000,27.0,81268.0,,,,2.0,,,,,,,,,,,,,,,,, +349,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,Apache-2.0,2014-10-08 17:47:24.000,2025-04-22 14:57:40.707000,2023-04-22 10:13:29,635.0,,864,6.0,161.0,145.0,340.0,3686,Pseudo API for Google Trends.,67.0,,85.0,27,False,,2023-04-13 23:18:01.543,4.9.2,30.0,,935058.0,,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,67.0,934606.0,https://anaconda.org/conda-forge/pytrends,2025-04-22 14:57:40.707,29866.0,2.0,,,,,,,,,,,,,,,,, +350,proxy.py,abhinavsingh/proxy.py,others,,https://github.com/abhinavsingh/proxy.py,https://github.com/abhinavsingh/proxy.py,BSD-3-Clause,2013-08-19 21:33:51.000,2026-04-27 21:42:12.000000,2025-03-23 11:24:43,946.0,,617,56.0,1060.0,81.0,269.0,3523,Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse &..,37.0,,23.0,27,False,,2025-02-18 16:37:01.000,2.4.10,45.0,1963.0,434698.0,,,proxy.py,https://pypi.org/project/proxy.py,2025-02-18 16:36:35.000,37.0,434662.0,,,,3.0,,,,,,,,,,,,,,,,, +351,python-twitter,bear/python-twitter,third-party-apis,,https://github.com/bear/python-twitter,https://github.com/bear/python-twitter,Apache-2.0,2012-09-12 06:51:02.000,2024-08-07 23:14:50.000000,2024-08-07 23:14:50,1106.0,,955,4.0,307.0,102.0,315.0,3410,A Python wrapper around the Twitter API.,99.0,,171.0,27,False,,2018-09-29 23:52:35.000,3.5,24.0,,123524.0,,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,99.0,123524.0,,,,3.0,,,,,,,,,,,,,,,,, +352,django-shop,awesto/django-shop,django-utils,,https://github.com/awesto/django-shop,https://github.com/awesto/django-shop,BSD-3-Clause,2010-11-19 11:15:48.000,2023-10-19 01:09:56.000000,2021-02-28 18:04:57,5402.0,,1034,166.0,501.0,104.0,293.0,3316,A Django based shop system.,239.0,230.0,97.0,27,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,508.0,,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,9.0,508.0,,,,3.0,,,,,,,,,,,,,,,,, +353,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2026-02-22 04:48:44.000000,2026-02-22 04:48:40,566.0,1.0,156,32.0,59.0,40.0,88.0,2800,The easiest way to parse and modify URLs in Python.,504.0,,16.0,27,True,,2025-03-09 05:50:44.000,2.1.4,52.0,,4832992.0,,conda-forge/furl,furl,https://pypi.org/project/furl,2025-03-09 05:36:19.000,504.0,4820522.0,https://anaconda.org/conda-forge/furl,2025-04-22 14:56:38.781,748225.0,3.0,,,,,,,,,,,,,,,,, +354,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2025-09-19 10:51:17.000000,2025-09-19 10:51:14,2587.0,,275,82.0,181.0,2.0,222.0,2460,Web Scraping Framework.,444.0,439.0,67.0,27,True,,2025-09-18 14:33:58.000,1.2.0,124.0,,4057.0,,,grab,https://pypi.org/project/grab,2025-09-18 14:33:58.000,5.0,4057.0,,,,2.0,,,,,,,,,,,,,,,,, +355,telepot,nickoala/telepot,third-party-apis,,https://github.com/nickoala/telepot,https://github.com/nickoala/telepot,MIT,2015-07-09 03:06:53.000,2021-03-09 06:27:24.000000,2019-05-09 12:46:06,431.0,,476,123.0,38.0,107.0,325.0,2425,Python framework for Telegram Bot API.,4283.0,4260.0,10.0,27,False,,,,78.0,,18612.0,,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,23.0,18612.0,,,,3.0,,,,,,,,,,,,,,,,, +356,django-suit,darklow/django-suit,admin-ui,,https://github.com/darklow/django-suit,https://github.com/darklow/django-suit,AFL-3.0,2013-02-17 11:59:33.000,2025-05-27 14:06:26.000000,2025-05-27 14:06:21,768.0,,705,111.0,172.0,299.0,357.0,2404,Modern theme for Django admin interface.,3366.0,3355.0,60.0,27,False,['django'],2019-10-02 08:36:30.000,0.2.28,47.0,,17463.0,,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,11.0,17463.0,,,,3.0,,,,,,,,,,,,,,,,, +357,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2025-03-25 15:52:44.000000,2025-03-20 20:11:49,4184.0,,137,60.0,396.0,19.0,408.0,2364,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,598.0,547.0,88.0,27,False,,2025-03-01 23:24:53.000,4.20.3,315.0,,37046.0,,,masonite,https://pypi.org/project/masonite,2024-10-25 15:42:01.000,51.0,37046.0,,,,3.0,,,,,,,,,,,,,,,,, +358,fastapi-utils,dmontagu/fastapi-utils,fastapi-utils,,https://github.com/fastapiutils/fastapi-utils,https://github.com/fastapiutils/fastapi-utils,MIT,2020-01-19 22:34:25.000,2025-03-03 19:47:13.000000,2024-11-15 10:26:47,37.0,,167,20.0,291.0,49.0,35.0,2306,Reusable utilities for FastAPI.,5246.0,5134.0,6.0,27,False,['fastapi'],2024-11-11 08:30:01.000,0.8.0,7.0,,1473374.0,fastapiutils/fastapi-utils,,fastapi-utils,https://pypi.org/project/fastapi-utils,2024-11-11 08:30:01.000,112.0,1473374.0,,,,2.0,,,,,,,,,,,,,,,,, +359,django-rules,dfunckt/django-rules,auth,,https://github.com/dfunckt/django-rules,https://github.com/dfunckt/django-rules,MIT,2014-03-06 20:46:57.000,2025-10-11 06:42:08.000000,2025-10-11 06:42:08,219.0,,153,37.0,86.0,41.0,87.0,1974,"Awesome Django authorization, without the database.",56.0,,34.0,27,True,['django'],2024-09-02 16:01:04.000,3.5.0,22.0,,500455.0,,,rules,https://pypi.org/project/rules,2024-09-02 16:01:44.000,56.0,500455.0,,,,3.0,,,,,,,,,,,,,,,,, +360,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2026-04-21 22:59:09.000000,2026-04-14 02:28:36,270.0,11.0,145,60.0,156.0,8.0,34.0,1837,Integration layer between Requests and Selenium for automation of web actions.,115.0,109.0,18.0,27,True,,2026-01-19 16:59:35.000,0.5.1,23.0,,70563.0,,,requestium,https://pypi.org/project/requestium,2026-01-19 16:59:35.000,6.0,70563.0,,,,3.0,,,,,,,,,,,,,,,,, +361,OpenAPI-to-GraphQL,IBM/openapi-to-graphql,openapi-utils,,https://github.com/IBM/openapi-to-graphql,https://github.com/IBM/openapi-to-graphql,MIT,2018-09-05 18:52:16.000,2025-09-17 20:11:14.000000,2023-12-26 06:13:41,685.0,,212,36.0,233.0,140.0,148.0,1646,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,876.0,871.0,42.0,27,False,"['openapi', 'graphql']",2023-12-26 06:12:53.413,3.0.7,41.0,,17828.0,,,,,,,,,,,3.0,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023-12-26 06:12:53.413,5.0,17828.0,,,,,,,,,,, +362,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014-03-12 15:13:32.000,2025-04-22 14:56:24.345000,2020-07-03 04:29:16,356.0,,246,2.0,94.0,30.0,61.0,1604,Full-featured Python interface for the Slack API.,3331.0,3214.0,45.0,27,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,661559.0,,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,117.0,616720.0,https://anaconda.org/conda-forge/slacker,2025-04-22 14:56:24.345,762277.0,3.0,,,,,,,,,,,,,,,,, +363,Django Facebook,tschellenbach/Django-facebook,third-party-apis,,https://github.com/tschellenbach/Django-facebook,https://github.com/tschellenbach/Django-facebook,BSD-3-Clause,2010-05-05 10:00:50.000,2021-11-28 03:00:31.000000,2018-04-16 21:33:15,1197.0,,561,78.0,182.0,134.0,335.0,1429,Facebook open graph api implementation using the Django web framework in python.,408.0,408.0,89.0,27,False,,2015-05-26 19:01:35.000,6.0.3,152.0,,1856.0,,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,,1856.0,,,,3.0,,,,,,,,,,,,,,,,, +364,django-lifecycle,rsinger86/django-lifecycle,django-utils,,https://github.com/rsinger86/django-lifecycle,https://github.com/rsinger86/django-lifecycle,MIT,2018-03-18 20:53:33.000,2026-04-08 15:56:05.000000,2026-03-02 16:22:56,341.0,6.0,97,15.0,106.0,14.0,66.0,1407,"Declarative model lifecycle hooks, an alternative to Signals.",499.0,478.0,42.0,27,True,['django'],2026-03-02 16:24:26.000,1.2.7,47.0,,197181.0,,,django-lifecycle,https://pypi.org/project/django-lifecycle,2026-03-02 16:24:26.000,21.0,197181.0,,,,3.0,,,,,,,,,,,,,,,,, +365,django-angular,jrief/django-angular,django-utils,,https://github.com/jrief/django-angular,https://github.com/jrief/django-angular,MIT,2013-03-11 09:12:53.000,2023-11-13 22:42:39.000000,2023-11-13 22:34:00,1536.0,,294,74.0,174.0,22.0,184.0,1232,Let AngularJS play well with Django.,687.0,677.0,67.0,27,False,['django'],2023-11-13 22:42:39.000,2.3.1,56.0,,4679.0,,,django-angular,https://pypi.org/project/django-angular,2023-11-13 22:42:39.000,10.0,4679.0,,,,3.0,,,,,,,,,,,,,,,,, +366,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2026-05-04 19:25:14.000000,2026-02-11 09:41:59,4078.0,12.0,238,38.0,282.0,26.0,420.0,1089,A Django-based CMS with a focus on extensibility and concise code.,15.0,,140.0,27,True,['django'],2026-02-11 09:42:20.000,26.2.1,121.0,,4762.0,,,feincms,https://pypi.org/project/feincms,2026-02-11 09:42:20.000,15.0,4762.0,,,,3.0,,,,,,,,,,,,,,,,, +367,livereload,lepture/python-livereload,servers,,https://github.com/lepture/python-livereload,https://github.com/lepture/python-livereload,BSD-3-Clause,2012-05-03 16:38:39.000,2026-02-01 06:25:57.000000,2026-02-01 06:25:56,403.0,,151,28.0,124.0,58.0,108.0,1052,livereload server in python.,354.0,,61.0,27,True,,2024-12-18 13:42:31.000,2.7.1,33.0,,795645.0,,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2024-12-18 13:41:56.000,354.0,783988.0,https://anaconda.org/conda-forge/livereload,2025-04-22 14:56:22.067,827650.0,3.0,,,,,,,,,,,,,,,,, +368,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,BSD-3-Clause,2011-03-07 20:38:23.000,2024-10-14 12:11:01.000000,2024-10-14 12:11:00,924.0,,408,44.0,144.0,18.0,271.0,997,Media-Management with Grappelli.,1024.0,1020.0,37.0,27,False,['django'],2023-07-27 13:46:30.000,4.0.3,41.0,,28066.0,,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,4.0,28066.0,,,,3.0,,,,,,,,,,,,,,,,, +369,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,Apache-2.0,2019-10-08 12:49:08.000,2026-04-30 14:43:57.000000,2026-04-30 14:43:55,497.0,25.0,104,12.0,429.0,17.0,145.0,984,Object factory for Django.,102.0,,67.0,27,True,['django'],2026-03-27 09:28:38.000,1.23.4,52.0,,1713234.0,,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2026-03-27 09:28:38.000,102.0,1712700.0,https://anaconda.org/conda-forge/model_bakery,2025-04-22 14:57:22.717,39560.0,3.0,,,,,,,,,,,,,,,,, +370,extruct,scrapinghub/extruct,web-scraping,,https://github.com/scrapinghub/extruct,https://github.com/scrapinghub/extruct,BSD-3-Clause,2015-10-26 11:51:21.000,2026-04-01 23:30:09.000000,2025-03-24 11:06:18,557.0,,122,105.0,148.0,54.0,60.0,961,Extract embedded metadata from HTML markup.,1466.0,1428.0,40.0,27,False,,2024-11-08 14:59:22.000,0.18.0,26.0,,326415.0,,,extruct,https://pypi.org/project/extruct,2024-11-08 14:59:22.000,38.0,326415.0,,,,2.0,,,,,,,,,,,,,,,,, +371,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,BSD-3-Clause,2014-11-01 14:15:37.000,2026-01-29 08:08:13.000000,2026-01-29 08:08:05,519.0,,157,21.0,125.0,48.0,131.0,937,Comprehensive Markdown plugin built for Django.,2924.0,2908.0,41.0,27,True,['django'],2025-04-23 12:13:31.000,4.0.9,63.0,,113154.0,,,django-markdownx,https://pypi.org/project/django-markdownx,2025-04-23 12:13:31.000,16.0,113154.0,,,,3.0,,,,,,,,,,,,,,,,, +372,django-markdown-editor,agusmakmun/django-markdown-editor,markdown,,https://github.com/agusmakmun/django-markdown-editor,https://github.com/agusmakmun/django-markdown-editor,GPL-3.0,2016-12-27 18:33:34.000,2026-04-19 11:52:25.000000,2026-04-19 11:52:16,482.0,8.0,1296,10.0,114.0,36.0,130.0,895,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",1205.0,1185.0,45.0,27,True,['django'],2026-04-18 12:22:38.000,1.8.1,91.0,,53898.0,,,martor,https://pypi.org/project/martor,2026-04-18 12:20:41.000,20.0,53898.0,,,,3.0,,,,,,,,,,,,,,,,, +373,flask_pydantic,bauerji/flask_pydantic,flask-utils,,https://github.com/pallets-eco/flask-pydantic,https://github.com/pallets-eco/flask-pydantic,MIT,2020-01-06 17:45:59.000,2025-12-22 02:58:51.000000,2025-12-22 02:57:30,220.0,,69,11.0,61.0,16.0,37.0,434,flask extension for integration with the awesome pydantic package.,905.0,894.0,24.0,27,True,['flask'],2025-12-22 02:59:36.000,0.14.0,28.0,30.0,515598.0,pallets-eco/flask-pydantic,,flask_pydantic,https://pypi.org/project/flask_pydantic,2025-12-22 02:58:51.000,11.0,515596.0,,,,2.0,,,,,,,,,,,,,,,,, +374,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,,2011-10-12 13:17:51.000,2025-10-27 04:14:37.000000,2025-03-24 09:40:05,1199.0,,149,22.0,363.0,50.0,192.0,390,Build Web Services with Pyramid.,965.0,921.0,124.0,27,False,['pyramid'],2024-02-08 11:28:46.000,6.1.0,59.0,,133238.0,,anaconda/cornice,cornice,https://pypi.org/project/cornice,2024-02-08 11:28:46.000,44.0,133138.0,https://anaconda.org/anaconda/cornice,2025-04-22 15:32:20.839,12428.0,3.0,,,,,,,,,,,,,,,,, +375,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000,2026-05-07 14:24:19.000000,2026-05-07 14:24:13,3469.0,3.0,53,180.0,992.0,65.0,169.0,208,Python AsyncIO data API to manage billions of resources.,181.0,143.0,54.0,27,True,,2026-05-07 14:24:04.000,7.1.0,608.0,,2462.0,,,guillotina,https://pypi.org/project/guillotina,2026-05-07 14:24:04.000,38.0,2462.0,,,,3.0,,,,,,,,,,,,,,,,, +376,streaming-form-data,siddhantgoel/streaming-form-data,others,,https://github.com/siddhantgoel/streaming-form-data,https://github.com/siddhantgoel/streaming-form-data,MIT,2017-02-09 19:43:21.000,2026-04-14 17:58:40.000000,2026-04-14 17:58:31,794.0,13.0,36,5.0,165.0,2.0,41.0,182,Streaming (and fast!) parser for multipart/form-data written in Cython.,227.0,205.0,22.0,27,True,,2026-01-25 18:33:46.000,2.0.0,48.0,,407148.0,,,streaming-form-data,https://pypi.org/project/streaming-form-data,2026-01-25 18:33:46.000,22.0,407148.0,,,,3.0,,,,,,,,,,,,,,,,, +377,pyspider,binux/pyspider,web-scraping,,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014-02-21 19:18:47.000,2024-04-30 19:43:29.000000,2020-08-02 17:34:20,1181.0,,3672,1.0,172.0,301.0,549.0,17031,A Powerful Spider(Web Crawler) System in Python.,359.0,355.0,62.0,26,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,474.0,,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,4.0,474.0,,,,3.0,,,,,,,,,,,,,,,,, +378,Google Images Download,hardikvasa/google-images-download,third-party-apis,,https://github.com/hardikvasa/google-images-download,https://github.com/hardikvasa/google-images-download,MIT,2015-03-28 16:50:28.000,2024-02-19 17:21:18.000000,2019-05-21 18:24:10,156.0,,2111,193.0,106.0,141.0,173.0,8671,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,3.0,,38.0,26,False,,2019-05-21 18:28:03.000,2.8.0,40.0,,2349.0,,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,3.0,2349.0,,,,3.0,,,,,,,,,,,,,,,,, +379,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2025-04-08 13:35:34.000000,2025-04-08 13:34:10,973.0,,392,52.0,67.0,31.0,226.0,4825,Write interactive web app in script way.,2014.0,1967.0,19.0,26,False,,2025-04-04 15:25:46.000,1.8.4,35.0,,6799.0,,,pywebio,https://pypi.org/project/pywebio,2025-04-04 15:25:46.000,47.0,6799.0,,,,3.0,,,,,,,,,,,,,,,,, +380,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2026-02-11 16:10:56.000000,2026-02-11 16:10:01,991.0,3.0,834,134.0,219.0,40.0,347.0,4387,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,67.0,45.0,104.0,26,True,,2025-05-26 14:40:12.000,0.13.0,13.0,,297471.0,,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2025-05-26 14:40:12.000,22.0,293737.0,https://anaconda.org/conda-forge/websockify,2025-09-04 22:04:57.628,261381.0,3.0,,,,,,,,,,,,,,,,, +381,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2025-12-11 16:50:50.000000,2025-08-18 13:50:01,4912.0,,1286,147.0,403.0,499.0,777.0,4273,HttpRunner API/UI.,8.0,1.0,54.0,26,True,,2023-09-19 09:11:28.000,4.3.6,152.0,4274251.0,54607.0,,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,10993.0,,,,3.0,,,,,,,,,,,,,,,,, +382,scdl,flyingrub/scdl,third-party-apis,,https://github.com/scdl-org/scdl,https://github.com/scdl-org/scdl,GPL-2.0,2014-10-02 19:37:42.000,2026-04-21 21:03:23.000000,2026-02-22 17:35:10,378.0,2.0,382,66.0,149.0,111.0,322.0,3990,Soundcloud Music Downloader.,433.0,428.0,53.0,26,True,,2026-02-22 17:35:46.000,3.0.4,86.0,,3478.0,scdl-org/scdl,,scdl,https://pypi.org/project/scdl,2026-02-22 17:35:46.000,5.0,3478.0,,,,3.0,,,,,,,,,,,,,,,,, +383,django-jet,geex-arts/django-jet,admin-ui,,https://github.com/geex-arts/django-jet,https://github.com/geex-arts/django-jet,AGPL-3.0,2015-07-29 21:35:35.000,2025-11-26 22:21:07.000000,2025-11-26 22:21:06,892.0,,772,112.0,178.0,301.0,132.0,3629,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3402.0,3395.0,29.0,26,True,['django'],2018-10-18 06:39:57.000,1.0.8,25.0,,16543.0,,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,7.0,16543.0,,,,3.0,,,,,,,,,,,,,,,,, +384,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2020-05-21 11:25:28.304,2025-04-22 14:56:59.887000,2022-07-06 20:18:54,944.0,,190,,1.0,1.0,,3507,Quart is a Python ASGI web microframework with the same API as Flask.,230.0,,68.0,26,False,,2024-12-23 13:53:02.000,0.20.0,65.0,,2941067.0,,conda-forge/quart,quart,https://pypi.org/project/quart,2024-12-23 13:53:02.000,230.0,2939138.0,https://anaconda.org/conda-forge/quart,2025-04-22 14:56:59.887,138919.0,3.0,,,,,,,,,,,,,,,9.0,, +385,flaskbb,flaskbb/flaskbb,web-ui,,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,,2013-09-11 08:39:17.000,2026-04-16 22:48:54.000000,2026-03-14 09:17:03,2053.0,36.0,663,107.0,352.0,28.0,325.0,2662,A classic Forum Software in Python using Flask.,45.0,35.0,76.0,26,False,['flask'],2026-02-18 18:51:17.000,2.2.0,5.0,,172.0,,,FlaskBB,https://pypi.org/project/FlaskBB,2026-02-18 18:47:58.000,10.0,172.0,,,,3.0,,,,,,,,,,,,,,,,, +386,twitterscraper,taspinar/twitterscraper,third-party-apis,,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016-06-16 06:51:10.000,2022-10-05 15:48:52.000000,2020-07-28 11:36:45,262.0,,591,84.0,91.0,144.0,155.0,2457,Scrape Twitter for Tweets.,532.0,530.0,34.0,26,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,1215.0,,,twitterscraper,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,2.0,1215.0,,,,3.0,,,,,,,,,,,,,,,,, +387,django-push-notifications,jazzband/django-push-notifications,django-utils,,https://github.com/jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications,MIT,2013-03-15 00:57:33.000,2026-03-26 16:05:37.000000,2026-02-22 19:11:54,496.0,2.0,632,58.0,364.0,125.0,326.0,2384,Send push notifications to mobile devices through GCM or APNS in Django.,12.0,,114.0,26,True,['django'],2025-11-16 06:45:50.000,3.3.0,22.0,173.0,266008.0,,,django-push-notifications,https://pypi.org/project/django-push-notifications,2025-11-16 06:45:50.000,12.0,266007.0,,,,3.0,,,,,,,,,,,,,,,,, +388,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010-05-31 14:03:48.000,2025-10-07 17:44:28.580000,2025-10-07 16:32:18,354.0,,309,1.0,146.0,1.0,156.0,2348,Django friendly finite state machine support.,64.0,,70.0,26,True,['django'],2025-10-07 16:33:26.000,3.0.1,26.0,,567393.0,,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2025-10-07 16:33:26.000,64.0,565672.0,https://anaconda.org/conda-forge/django-fsm,2025-10-07 17:44:28.580,72304.0,3.0,,,,,,,,,,,,,,,,, +389,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000,2026-04-16 16:43:01.000000,2026-04-16 15:58:40,971.0,9.0,190,57.0,192.0,55.0,168.0,2224,A Django app that creates automatic web UIs for Python scripts.,52.0,52.0,25.0,26,True,,2026-04-13 01:47:53.000,0.14.0,42.0,,505.0,,,wooey,https://pypi.org/project/wooey,2026-04-13 01:47:53.000,,505.0,,,,3.0,,,,,,,,,,,,,,,,, +390,web2py,web2py/web2py,web-frameworks,,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008-11-07 06:08:58.000,2026-05-06 11:00:56.000000,2026-05-06 11:00:56,8487.0,62.0,908,205.0,1494.0,369.0,725.0,2170,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,,,270.0,26,True,,2025-12-22 14:30:02.000,3.1.1,26.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +391,django-q,Koed00/django-q,django-utils,,https://github.com/Koed00/django-q,https://github.com/Koed00/django-q,MIT,2015-06-14 12:37:08.000,2024-08-13 12:14:42.000000,2021-06-26 12:04:16,1246.0,,280,51.0,313.0,332.0,154.0,1877,A multiprocessing distributed task queue for Django.,26.0,,62.0,26,False,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,56061.0,,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,26.0,56061.0,,,,3.0,,,,,,,,,,,,,,,,, +392,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,,2012-07-23 15:28:58.000,2026-04-11 13:53:33.977000,2023-03-30 11:19:04,2415.0,,362,46.0,208.0,100.0,433.0,1855,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,32.0,31.0,164.0,26,False,,2026-04-11 13:00:10.000,8.0.2,43.0,,1953.0,,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2026-04-11 13:00:10.000,1.0,672.0,https://anaconda.org/conda-forge/offlineimap,2026-04-11 13:53:33.977,71757.0,3.0,,,,,,,,,,,,,,,,, +393,django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,admin-ui,,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,Apache-2.0,2012-10-23 06:35:27.000,2021-08-15 05:01:34.000000,2020-07-10 10:16:08,437.0,,386,84.0,117.0,35.0,129.0,1580,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",1622.0,1618.0,65.0,26,False,['django'],2015-12-15 08:53:11.000,2.5.7,45.0,,3254.0,,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,4.0,3254.0,,,,3.0,,,,,,,,,,,,,,,,, +394,flask-graphql,graphql-python/flask-graphql,graphql,,https://github.com/graphql-python/flask-graphql,https://github.com/graphql-python/flask-graphql,MIT,2016-01-23 09:20:02.000,2025-04-22 14:57:12.186000,2020-08-07 18:38:18,97.0,,141,25.0,38.0,42.0,25.0,1340,Adds GraphQL support to your Flask application.,3803.0,3763.0,15.0,26,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,631444.0,,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,40.0,631076.0,https://anaconda.org/conda-forge/flask-graphql,2025-04-22 14:57:12.186,29482.0,2.0,,,,,,,,,,,,,,,,, +395,django-watson,etianen/django-watson,django-utils,,https://github.com/etianen/django-watson,https://github.com/etianen/django-watson,BSD-3-Clause,2011-08-20 17:50:53.000,2024-08-14 11:09:08.000000,2023-01-14 14:27:28,472.0,,128,28.0,91.0,23.0,201.0,1240,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",839.0,829.0,43.0,26,False,['django'],2023-01-14 14:30:02.448,1.6.3,35.0,,54472.0,,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,10.0,54472.0,,,,3.0,,,,,,,,,,,,,,,,, +396,gevent-socketio,abourget/gevent-socketio,websocket,,https://github.com/abourget/gevent-socketio,https://github.com/abourget/gevent-socketio,BSD-3-Clause,2012-01-11 15:18:14.000,2022-09-17 20:57:58.000000,2016-09-03 23:19:38,565.0,,331,68.0,112.0,108.0,68.0,1214,Official repository for gevent-socketio.,1412.0,1406.0,60.0,26,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,1588.0,,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,6.0,1588.0,,,,3.0,,,,,,,,,,,,,,,,, +397,django-split-settings,sobolevn/django-split-settings,django-utils,,https://github.com/wemake-services/django-split-settings,https://github.com/wemake-services/django-split-settings,BSD-3-Clause,2013-05-17 06:04:30.000,2026-05-05 11:48:38.000000,2026-05-05 11:48:38,569.0,2.0,74,15.0,535.0,5.0,43.0,1193,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,3488.0,3476.0,29.0,26,True,['django'],2024-07-05 14:30:34.000,1.3.2,18.0,,313157.0,wemake-services/django-split-settings,,django-split-settings,https://pypi.org/project/django-split-settings,2024-07-05 14:29:59.000,12.0,313157.0,,,,3.0,,,,,,,,,,,,,,,,, +398,Flask-User,lingthio/Flask-User,auth,,https://github.com/lingthio/Flask-User,https://github.com/lingthio/Flask-User,MIT,2014-02-19 23:57:57.000,2025-04-22 14:56:27.652000,2019-12-18 13:33:49,666.0,,293,39.0,119.0,125.0,126.0,1075,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2895.0,2885.0,39.0,26,False,['flask'],2018-04-16 17:42:06.000,0.6.21,54.0,,9728.0,,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,10.0,6663.0,https://anaconda.org/conda-forge/flask-user,2025-04-22 14:56:27.652,183926.0,3.0,,,,,,,,,,,,,,,,, +399,django-jenkins,kmmbvnr/django-jenkins,django-utils,,https://github.com/kmmbvnr/django-jenkins,https://github.com/kmmbvnr/django-jenkins,LGPL-3.0,2010-07-02 08:55:14.000,2022-03-29 15:06:39.000000,2017-02-16 12:03:00,544.0,,279,23.0,153.0,19.0,219.0,946,Plug and play continuous integration with django and jenkins.,1446.0,1437.0,72.0,26,False,['django'],2016-09-15 09:54:04.000,0.110.0,19.0,,39400.0,,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,9.0,39400.0,,,,3.0,,,,,,,,,,,,,,,,, +400,sockjs-tornado,mrjoes/sockjs-tornado,websocket,,https://github.com/mrjoes/sockjs-tornado,https://github.com/mrjoes/sockjs-tornado,MIT,2011-12-06 20:41:39.000,2025-04-22 14:57:56.501000,2023-05-10 16:47:01,195.0,,162,48.0,53.0,37.0,39.0,849,WebSocket emulation - Python server.,2315.0,2300.0,36.0,26,False,,2020-04-24 15:02:06.000,1.0.7,11.0,,23646.0,,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,15.0,23590.0,https://anaconda.org/conda-forge/sockjs-tornado,2025-04-22 14:57:56.501,3260.0,3.0,,,,,,,,,,,,,,,,, +401,opentracing-python,opentracing/opentracing-python,monitoring,,https://github.com/opentracing/opentracing-python,https://github.com/opentracing/opentracing-python,Apache-2.0,2016-01-06 22:57:00.000,2025-10-13 13:52:59.062000,2021-04-13 17:30:55,220.0,,161,32.0,105.0,28.0,33.0,755,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,167.0,,34.0,26,False,,2020-11-19 17:10:42.000,2.4.0,27.0,,1088552.0,,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,167.0,1081787.0,https://anaconda.org/conda-forge/opentracing,2025-10-13 13:52:59.062,453259.0,3.0,,,,,,,,,,,,,,,,, +402,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017-11-23 20:04:19.000,2025-04-22 14:57:19.448000,2025-03-25 22:15:44,254.0,,164,7.0,39.0,42.0,109.0,685,Prometheus exporter for Flask applications.,81.0,,29.0,26,False,['flask'],2025-03-11 23:05:29.000,0.23.2,73.0,,3391277.0,,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2025-03-11 23:05:29.000,81.0,3359254.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2025-04-22 14:57:19.448,2241675.0,3.0,,,,,,,,,,,,,,,,, +403,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2026-03-10 11:59:12.000000,2026-03-10 11:59:12,219.0,2.0,89,16.0,53.0,,60.0,674,a small library for extracting rich content from urls.,3162.0,3140.0,28.0,26,True,,2026-01-07 16:30:14.000,0.6.2,29.0,,152957.0,,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2026-01-07 16:30:14.000,22.0,152571.0,https://anaconda.org/conda-forge/micawber,2025-04-22 14:57:44.753,24733.0,3.0,,,,,,,,,,,,,,,,, +404,flask-apispec,jmcarp/flask-apispec,flask-utils,,https://github.com/jmcarp/flask-apispec,https://github.com/jmcarp/flask-apispec,MIT,2015-07-13 02:46:44.000,2025-05-04 14:03:06.000000,2025-05-04 14:03:05,225.0,,154,19.0,96.0,116.0,71.0,654,Build and document REST APIs with Flask and apispec.,1888.0,1860.0,32.0,26,True,['flask'],2022-08-11 23:33:04.168,0.11.4,30.0,,330296.0,,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,28.0,326009.0,https://anaconda.org/conda-forge/flask-apispec,2025-04-22 14:56:31.952,308716.0,2.0,,,,,,,,,,,,,,,,, +405,django-test-plus,revsys/django-test-plus,testing,,https://github.com/revsys/django-test-plus,https://github.com/revsys/django-test-plus,BSD-3-Clause,2015-05-23 16:08:52.000,2026-01-02 22:09:30.000000,2025-12-19 18:34:17,533.0,,63,9.0,166.0,10.0,54.0,636,Useful additions to Djangos default TestCase.,3490.0,3486.0,37.0,26,True,['django'],2025-12-19 18:34:25.000,2.4.1,41.0,,113253.0,,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2025-12-19 18:34:25.000,4.0,109768.0,https://anaconda.org/conda-forge/django-test-plus,2025-12-20 01:20:07.704,87141.0,3.0,,,,,,,,,,,,,,,,, +406,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,MIT,2017-07-17 18:13:54.000,2026-05-01 00:15:08.000000,2026-03-05 16:57:59,945.0,2.0,32,9.0,677.0,4.0,31.0,600,"#1 quality TLS certs while you wait, for the discerning tester.",1689.0,1637.0,25.0,26,True,,2025-01-02 02:04:55.000,1.2.1,16.0,15.0,865240.0,,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2025-01-02 01:55:30.000,52.0,864737.0,https://anaconda.org/conda-forge/trustme,2025-04-22 14:57:39.232,33229.0,3.0,,,,,,,,,,,,,,,,, +407,pytest-flask,pytest-dev/pytest-flask,testing,,https://github.com/pytest-dev/pytest-flask,https://github.com/pytest-dev/pytest-flask,MIT,2014-09-03 12:51:29.000,2026-04-27 21:40:24.000000,2025-01-07 05:26:45,372.0,,89,10.0,118.0,16.0,71.0,500,A set of pytest fixtures to test Flask applications.,201.0,,38.0,26,False,['flask'],2023-10-23 14:53:24.000,1.3.0,30.0,17.0,1419871.0,,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2023-10-23 14:53:18.000,201.0,1417547.0,https://anaconda.org/conda-forge/pytest-flask,2025-04-22 14:56:38.362,153423.0,3.0,,,,,,,,,,,,,,,,, +408,flask-assets,miracle2k/flask-assets,flask-utils,,https://github.com/miracle2k/flask-assets,https://github.com/miracle2k/flask-assets,BSD-2-Clause,2010-08-06 11:51:29.000,2025-04-22 14:56:29.104000,2023-12-15 13:55:26,284.0,,100,8.0,66.0,22.0,81.0,460,Flask webassets integration.,8294.0,8219.0,43.0,26,False,['flask'],2023-10-22 14:03:57.000,2.1.0,16.0,,171504.0,,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2023-10-22 14:01:03.000,75.0,168033.0,https://anaconda.org/conda-forge/flask-assets,2025-04-22 14:56:29.104,104150.0,2.0,,,,,,,,,,,,,,,,, +409,safrs,thomaxxl/safrs,flask-utils,,https://github.com/thomaxxl/safrs,https://github.com/thomaxxl/safrs,GPL-3.0,2017-09-20 07:56:55.000,2026-04-22 19:36:58.000000,2026-03-15 15:25:24,1581.0,211.0,73,11.0,95.0,3.0,80.0,413,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,611.0,609.0,17.0,26,True,"['flask', 'openapi']",2026-03-09 09:04:28.000,3.2.0,85.0,,1628.0,,,safrs,https://pypi.org/project/safrs,2026-03-09 09:02:56.000,2.0,1628.0,,,,2.0,,,,,,,,,,,,,,,,, +410,Flask-Moment,miguelgrinberg/Flask-Moment,flask-utils,,https://github.com/miguelgrinberg/Flask-Moment,https://github.com/miguelgrinberg/Flask-Moment,MIT,2013-10-24 04:17:57.000,2025-12-25 19:32:24.000000,2025-12-25 19:32:20,105.0,,49,13.0,46.0,1.0,52.0,381,Formatting of dates and times in Flask templates using moment.js.,25398.0,25368.0,22.0,26,True,['flask'],2024-05-28 22:20:43.000,1.0.6,24.0,,183760.0,,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2024-05-28 22:20:40.000,30.0,181539.0,https://anaconda.org/conda-forge/flask-moment,2025-04-22 14:56:27.804,133309.0,2.0,,,,,,,,,,,,,,,,, +411,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012-10-07 12:21:45.000,2025-04-22 14:57:10.373000,2024-12-23 11:10:06,161.0,,79,5.0,35.0,10.0,69.0,288,Pagination support for flask.,3893.0,3878.0,28.0,26,False,['flask'],2024-04-12 02:19:26.000,2024.4.12,38.0,93.0,427669.0,,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2024-04-12 02:17:43.000,15.0,427056.0,https://anaconda.org/conda-forge/flask-paginate,2025-04-22 14:57:10.373,41008.0,2.0,,,,,,,,,,,,,,,,, +412,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2025-04-22 14:56:26.258000,2019-10-18 01:30:15,123.0,,53,6.0,20.0,14.0,34.0,109,Python 3.3+s ipaddress for older Python versions.,41533.0,40873.0,7.0,26,False,,2019-10-18 01:30:27.000,1.0.23,22.0,,7381144.0,,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,660.0,7372671.0,https://anaconda.org/conda-forge/ipaddress,2025-04-22 14:56:26.258,991384.0,3.0,,,,,,,,,,,,,,,,, +413,pyscript,pyscript/pyscript,web-ui,,https://github.com/pyscript/pyscript,https://github.com/pyscript/pyscript,Apache-2.0,2022-02-21 04:55:20.000,2026-05-07 14:59:38.000000,2026-04-08 11:56:18,1326.0,5.0,1476,167.0,1264.0,22.0,840.0,18698,An open source platform for Python in the browser. https://pyscript.net Docs: https://docs.pyscript.net/ Try it:..,,,127.0,25,True,,2026-03-02 14:14:43.000,2026.3.1,47.0,568.0,12.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +414,http-prompt,httpie/http-prompt,http-clients,,https://github.com/httpie/http-prompt,https://github.com/httpie/http-prompt,MIT,2016-04-06 07:24:35.000,2024-05-21 06:03:21.000000,2022-01-21 21:56:58,391.0,,351,160.0,108.0,54.0,54.0,9114,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",63.0,60.0,29.0,25,False,,2021-03-05 14:17:53.000,2.1.0,24.0,,1077.0,,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,3.0,1077.0,,,,3.0,,,,,,,,,,,,,,,,, +415,fastapi-admin,fastapi-admin/fastapi-admin,admin-ui,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2025-04-05 06:11:16.000000,2025-04-05 06:11:16,406.0,,461,44.0,51.0,75.0,73.0,3762,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",517.0,511.0,19.0,25,False,['fastapi'],2022-06-08 00:52:23.000,1.0.4,27.0,,12485.0,,,fastapi-admin,https://pypi.org/project/fastapi-admin,2022-06-08 00:52:23.000,6.0,12485.0,,,,3.0,,,,,,,,,,,,,,,,, +416,fastapi-admin/fastapi-admin,fastapi-admin/fastapi-admin,fastapi-utils,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2025-04-05 06:11:16.000000,2025-04-05 06:11:16,406.0,,461,44.0,51.0,75.0,73.0,3762,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",517.0,511.0,19.0,25,False,['fastapi'],2022-06-08 00:52:23.000,1.0.4,27.0,,12485.0,,,fastapi-admin,https://pypi.org/project/fastapi-admin,2022-06-08 00:52:23.000,6.0,12485.0,,,,2.0,,,,,,,,,,,,,,,,, +417,robobrowser,jmcarp/robobrowser,web-scraping,,https://github.com/jmcarp/robobrowser,https://github.com/jmcarp/robobrowser,BSD-3-Clause,2014-02-08 21:29:49.000,2020-09-10 18:41:47.000000,2015-06-07 19:46:28,103.0,,339,104.0,31.0,59.0,30.0,3701,Your friendly neighborhood web scraper.,1035.0,986.0,10.0,25,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,18784.0,,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,49.0,18784.0,,,,3.0,,,,,,,,,,,,,,,,, +418,twitter,python-twitter-tools/twitter,third-party-apis,,https://github.com/python-twitter-tools/twitter,https://github.com/python-twitter-tools/twitter,MIT,2008-12-15 21:11:26.000,2025-02-10 18:45:41.000000,2025-02-10 18:45:40,753.0,,710,3.0,175.0,51.0,296.0,3284,Python Twitter API.,50.0,,94.0,25,False,,2022-09-19 22:45:26.007,1.19.6,60.0,,30613.0,,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,50.0,30613.0,,,,3.0,,,,,,,,,,,,,,,,, +419,Misago,rafalp/Misago,web-ui,,https://github.com/rafalp/Misago,https://github.com/rafalp/Misago,GPL-2.0,2012-06-22 14:24:02.000,2026-05-06 20:48:41.000000,2026-05-05 17:44:50,5524.0,17.0,541,78.0,598.0,166.0,1294.0,2720,"Misago is fully featured modern forum application that is fast, scalable and responsive.",53.0,53.0,48.0,25,True,,2025-08-09 13:25:50.000,0.39.4,73.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +420,fastapi-crudrouter,awtkns/fastapi-crudrouter,fastapi-utils,,https://github.com/awtkns/fastapi-crudrouter,https://github.com/awtkns/fastapi-crudrouter,MIT,2020-12-19 20:58:44.000,2023-11-01 12:10:38.000000,2023-01-28 08:44:21,498.0,,172,14.0,90.0,64.0,43.0,1688,A dynamic FastAPI router that automatically creates CRUD routes for your models.,271.0,265.0,21.0,25,False,['fastapi'],2023-01-28 08:54:45.000,0.8.6,27.0,23.0,25900.0,,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,25900.0,,,,2.0,,,,,,,,,,,,,,,,, +421,python-react,markfinger/python-react,web-ui,,https://github.com/markfinger/python-react,https://github.com/markfinger/python-react,MIT,2014-12-02 00:12:53.000,2025-06-25 09:13:14.000000,2023-06-29 15:16:47,333.0,,115,34.0,38.0,10.0,63.0,1633,Server-side rendering of React components.,1933.0,1933.0,23.0,25,False,,2018-10-08 09:55:41.000,4.3.0,15.0,,7503.0,,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,,7503.0,,,,3.0,,,,,,,,,,,,,,,,, +422,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2022-06-26 18:20:47.000000,2015-11-05 16:01:31,386.0,,174,2.0,98.0,39.0,89.0,1601,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",61.0,,42.0,25,False,,2017-01-22 16:51:43.000,0.7.3,36.0,,838346.0,,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,61.0,838346.0,,,,3.0,,,,,,,,,,,,,,,,, +423,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000,2025-04-22 14:57:24.884000,2020-06-23 16:07:11,633.0,,95,41.0,51.0,30.0,53.0,1458,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1250.0,1240.0,20.0,25,False,,2020-05-17 13:09:14.000,1.0.2,40.0,,8751.0,,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,10.0,8244.0,https://anaconda.org/conda-forge/meinheld,2025-04-22 14:57:24.884,37028.0,3.0,,,,,,,,,,,,,,,,, +424,frontera,scrapinghub/frontera,web-scraping,,https://github.com/scrapinghub/frontera,https://github.com/scrapinghub/frontera,BSD-3-Clause,2014-11-22 15:42:50.000,2025-06-06 14:41:24.000000,2025-06-06 14:40:42,925.0,,218,152.0,262.0,95.0,78.0,1330,A scalable frontier for web crawlers.,49.0,43.0,42.0,25,True,,2025-06-06 14:41:24.000,0.7.2,23.0,,2696.0,,,frontera,https://pypi.org/project/frontera,2025-06-06 14:41:24.000,6.0,2696.0,,,,3.0,,,,,,,,,,,,,,,,, +425,django-devserver,dcramer/django-devserver,servers,,https://github.com/dcramer/django-devserver,https://github.com/dcramer/django-devserver,BSD-3-Clause,2010-02-09 20:35:52.000,2020-02-26 17:37:11.000000,2016-03-05 15:18:30,218.0,,158,29.0,72.0,59.0,28.0,1269,A drop-in replacement for Djangos runserver.,427.0,427.0,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,5457.0,,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,,5457.0,,,,3.0,,,,,,,,,,,,,,,,, +426,django-floppyforms,jazzband/django-floppyforms,django-utils,,https://github.com/jazzband/django-floppyforms,https://github.com/jazzband/django-floppyforms,MirOS,2010-11-24 23:21:33.000,2025-01-04 11:48:49.000000,2025-01-04 11:48:48,586.0,,149,26.0,95.0,40.0,99.0,841,Full control of form rendering in the templates.,2188.0,2173.0,51.0,25,False,['django'],2020-05-20 02:41:28.000,1.9.0,27.0,,32162.0,,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,15.0,32162.0,,,,3.0,,,,,,,,,,,,,,,,, +427,django-easy-audit,soynatan/django-easy-audit,django-utils,,https://github.com/soynatan/django-easy-audit,https://github.com/soynatan/django-easy-audit,GPL-3.0,2016-10-23 06:55:16.000,2026-03-11 02:46:46.000000,2026-03-11 02:46:46,335.0,2.0,196,13.0,174.0,103.0,85.0,840,"Yet another Django audit log app, hopefully the simplest one.",378.0,374.0,57.0,25,True,['django'],2026-01-07 04:02:39.000,1.3.8,68.0,,102251.0,,,django-easy-audit,https://pypi.org/project/django-easy-audit,2026-01-08 04:52:53.000,4.0,102251.0,,,,3.0,,,,,,,,,,,,,,,,, +428,Flask-MonitoringDashboard,flask-dashboard/Flask-MonitoringDashboard,monitoring,,https://github.com/flask-dashboard/Flask-MonitoringDashboard,https://github.com/flask-dashboard/Flask-MonitoringDashboard,MIT,2017-04-11 13:50:14.000,2026-04-16 23:24:13.000000,2025-12-02 17:43:20,1695.0,,168,17.0,352.0,59.0,145.0,829,Automatically monitor the evolving performance of Flask/Python web services.,11.0,,48.0,25,True,['flask'],2025-11-14 15:03:38.000,5.0.2,61.0,,115716.0,,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2025-11-14 15:03:38.000,11.0,115716.0,,,,3.0,,,,,,,,,,,,,,,,, +429,django-robots,jazzband/django-robots,django-utils,,https://github.com/jazzband/django-robots,https://github.com/jazzband/django-robots,BSD-3-Clause,2009-09-20 15:27:41.000,2026-04-27 17:38:02.000000,2023-12-09 12:55:54,339.0,,103,8.0,88.0,22.0,47.0,476,A Django app for managing robots.txt files following the robots exclusion protocol.,1611.0,1598.0,45.0,25,False,['django'],2023-09-07 12:15:53.000,6.1,29.0,,65447.0,,,django-robots,https://pypi.org/project/django-robots,2023-12-09 13:03:38.000,13.0,65447.0,,,,3.0,,,,,,,,,,,,,,,,, +430,flask-swagger,getsling/flask-swagger,openapi-utils,,https://github.com/getsling/flask-swagger,https://github.com/getsling/flask-swagger,MIT,2015-03-01 01:08:16.000,2025-04-22 14:56:35.632000,2020-09-29 10:30:18,120.0,,88,27.0,29.0,21.0,14.0,457,A swagger 2.0 spec extractor for flask.,14994.0,14945.0,24.0,25,False,['flask'],2019-03-26 11:27:48.000,0.2.14,17.0,,164740.0,,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,49.0,157469.0,https://anaconda.org/conda-forge/flask-swagger,2025-04-22 14:56:35.632,116340.0,3.0,,,,,,,,,,,,,,,,, +431,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2025-10-07 04:36:12.000000,2014-07-30 05:44:44,181.0,,207,32.0,51.0,108.0,35.0,427,A python module for retrieving and parsing WHOIS data.,751.0,577.0,7.0,25,False,,2025-10-07 04:36:12.000,0.9.6,29.0,,2840108.0,,,python-whois,https://pypi.org/project/python-whois,2025-10-07 04:36:12.000,174.0,2840108.0,,,,3.0,,,,,,,,,,,,,,,,, +432,pyshorteners,ellisonleao/pyshorteners,third-party-apis,,https://github.com/ellisonleao/pyshorteners,https://github.com/ellisonleao/pyshorteners,GPL-3.0,2013-09-30 18:33:24.000,2022-06-06 19:18:46.000000,2022-06-06 19:18:46,431.0,,65,,90.0,,,406,Generating short urls with python has never been easier.,18360.0,18308.0,24.0,25,False,,2020-03-19 17:55:20.000,1.0.1,27.0,,97411.0,,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,52.0,97411.0,,,,3.0,,,,,,,,,,,,,,,,, +433,Spectree,0b01001001/spectree,openapi-utils,,https://github.com/0b01001001/spectree,https://github.com/0b01001001/spectree,Apache-2.0,2019-12-01 07:04:07.000,2026-05-01 03:24:10.000000,2026-04-20 07:46:30,547.0,5.0,86,6.0,332.0,13.0,120.0,362,API spec validator and OpenAPI document generator for Python web frameworks.,151.0,141.0,50.0,25,True,['openapi'],2025-12-16 01:38:51.000,2.0.1,119.0,,274514.0,,,spectree,https://pypi.org/project/spectree,2025-12-16 01:38:51.000,10.0,274514.0,,,,3.0,,,,,,,,,,,,,,,,, +434,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2023-08-04 07:41:28.000000,2021-05-15 21:00:41,192.0,,39,9.0,40.0,14.0,15.0,303,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4188.0,4153.0,18.0,25,False,,2017-05-12 14:54:05.000,1.3.1,25.0,,534147.0,,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,35.0,534147.0,,,,3.0,,,,,,,,,,,,,,,,, +435,pytest-splinter,pytest-dev/pytest-splinter,testing,,https://github.com/pytest-dev/pytest-splinter,https://github.com/pytest-dev/pytest-splinter,MIT,2014-02-16 17:03:35.000,2023-06-15 13:58:36.000000,2022-08-09 16:14:23,347.0,,49,39.0,96.0,15.0,78.0,255,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,625.0,609.0,31.0,25,False,,2022-09-09 19:48:12.442,3.3.2,74.0,,65828.0,,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,16.0,65828.0,,,,3.0,,,,,,,,,,,,,,,,, +436,Flask-OpenID,pallets-eco/flask-openid,auth,,https://github.com/pallets-eco/flask-openid,https://github.com/pallets-eco/flask-openid,BSD-3-Clause,2010-05-06 11:08:54.000,2025-04-22 14:56:29.543000,2024-05-26 15:40:00,95.0,,75,18.0,26.0,5.0,42.0,234,Flask-OpenID adds openid support to flask applications.,7663.0,7632.0,16.0,25,False,['flask'],2024-05-26 15:49:11.000,1.3.1,14.0,29.0,2520294.0,,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2024-05-26 15:49:11.000,31.0,2518307.0,https://anaconda.org/conda-forge/flask-openid,2025-04-22 14:56:29.543,226575.0,3.0,,,,,,,,,,,,,,,,, +437,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,BSD-3-Clause,2011-12-06 18:51:00.000,2025-09-04 15:46:45.000000,2024-07-29 14:03:22,213.0,,52,6.0,94.0,16.0,45.0,195,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2836.0,2815.0,34.0,25,False,['flask'],2024-07-29 14:05:16.000,2.0.0,30.0,,84173.0,,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2024-07-29 14:05:16.000,21.0,81805.0,https://anaconda.org/conda-forge/flask-seasurf,2025-04-22 14:56:27.624,156304.0,3.0,,,,,,,,,,,,,,,,, +438,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2026-05-07 12:57:45.000000,2026-05-07 12:57:35,3756.0,84.0,942,92.0,,81.0,813.0,10004,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,103.0,24,True,,2026-04-28 07:52:26.000,4.2,75.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +439,japronto,squeaky-pl/japronto,web-frameworks,,https://github.com/squeaky-pl/japronto,https://github.com/squeaky-pl/japronto,MIT,2016-10-26 19:51:32.000,2023-08-14 21:42:00.000000,2020-03-20 17:53:14,736.0,,581,328.0,44.0,90.0,70.0,8612,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,132.0,125.0,23.0,24,False,,2018-11-09 13:14:51.000,0.1.2,8.0,,57.0,,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,7.0,57.0,,,,3.0,,,,,,,,,,,,,,,,, +440,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2026-04-08 10:04:34.000000,2026-04-08 09:44:37,106.0,11.0,385,125.0,24.0,8.0,22.0,6254,curl statistics made simple.,20.0,20.0,6.0,24,True,,2026-04-08 09:33:32.000,2.0.0,10.0,367.0,1892.0,,,httpstat,https://pypi.org/project/httpstat,2026-04-08 09:33:32.000,,1889.0,,,,3.0,,,,,,,,,,,,,,,,, +441,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01.000,2024-05-23 06:19:08.000000,2023-01-24 18:02:27,227.0,,1003,71.0,102.0,167.0,120.0,3985,A tool for extracting plain text from Wikipedia dumps.,456.0,449.0,31.0,24,False,,2023-01-24 18:46:33.000,3.0.7,4.0,,5047.0,,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,5047.0,,,,3.0,,,,,,,,,,,,,,,,, +442,python-oauth2,joestump/python-oauth2,auth,,https://github.com/joestump/python-oauth2,https://github.com/joestump/python-oauth2,MIT,2009-10-21 17:21:07.000,2025-04-22 14:56:38.881000,2018-02-12 06:35:04,352.0,,907,212.0,115.0,75.0,82.0,3009,"A fully tested, abstract interface to creating OAuth clients and servers.",5.0,,42.0,24,False,,2019-06-28 17:57:45.000,1.1.1,13.0,,31100.0,,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,5.0,25218.0,https://anaconda.org/conda-forge/python-oauth2,2025-04-22 14:56:38.881,94124.0,3.0,,,,,,,,,,,,,,,,, +443,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/sourcey,https://github.com/sourcey/sourcey,AGPL-3.0,2016-01-12 10:36:11.000,2026-05-05 16:40:12.000000,2026-05-05 16:38:48,409.0,111.0,325,14.0,111.0,4.0,124.0,1293,"Precision documentation from OpenAPI, MCP, Doxygen, and Markdown guides. Static HTML you own.",12.0,4.0,42.0,24,True,['openapi'],2026-05-05 16:29:49.000,3.5.9,61.0,5.0,979.0,sourcey/sourcey,,,,,,,,,,3.0,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,8.0,974.0,,,,,,,,,,, +444,justpy,elimintz/justpy,web-frameworks,,https://github.com/justpy-org/justpy,https://github.com/justpy-org/justpy,Apache-2.0,2019-06-17 13:38:23.000,2026-01-06 17:58:26.000000,2023-12-17 20:05:28,761.0,,91,28.0,47.0,,443.0,1275,An object oriented high-level Python Web Framework that requires no frontend programming.,551.0,544.0,19.0,24,False,,2023-09-20 13:07:43.000,0.14.0,75.0,,1406.0,justpy-org/justpy,,justpy,https://pypi.org/project/justpy,2023-09-20 13:07:43.000,7.0,1406.0,,,,3.0,,,,,,,,,,,,,,,,, +445,django-vanilla-views,encode/django-vanilla-views,django-utils,,https://github.com/encode/django-vanilla-views,https://github.com/encode/django-vanilla-views,BSD-2-Clause,2013-09-02 13:41:57.000,2024-02-14 02:38:33.000000,2022-09-03 23:28:35,189.0,,80,36.0,89.0,3.0,41.0,988,Beautifully simple class-based views.,766.0,763.0,31.0,24,False,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,16321.0,,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,3.0,16321.0,,,,3.0,,,,,,,,,,,,,,,,, +446,django-solo,lazybird/django-solo,django-utils,,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,,2013-05-22 21:28:08.000,2026-01-01 15:46:51.000000,2026-01-01 15:45:08,181.0,,84,17.0,87.0,12.0,58.0,956,Helps working with singletons - things like global settings that you want to edit from the admin site.,2835.0,2737.0,46.0,24,False,['django'],2026-01-01 15:46:51.000,2.5.1,18.0,,406072.0,,,django-solo,https://pypi.org/project/django-solo,2026-01-01 15:46:51.000,98.0,406072.0,,,,3.0,,,,,,,,,,,,,,,,, +447,django-cache-machine,django-cache-machine/django-cache-machine,django-utils,,https://github.com/django-cache-machine/django-cache-machine,https://github.com/django-cache-machine/django-cache-machine,BSD-3-Clause,2010-02-09 23:01:12.000,2023-02-20 18:13:51.000000,2023-02-20 18:13:51,300.0,,159,25.0,73.0,23.0,56.0,885,Automatic caching and invalidation for Django models through the ORM.,321.0,320.0,29.0,24,False,['django'],2022-07-06 18:41:15.000,1.2.0,10.0,,7537.0,,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,1.0,7537.0,,,,3.0,,,,,,,,,,,,,,,,, +448,django-nose,jazzband/django-nose,testing,,https://github.com/jazzband/django-nose,https://github.com/jazzband/django-nose,BSD-3-Clause,2009-10-01 17:53:27.000,2023-08-25 15:56:54.000000,2021-10-22 14:38:03,379.0,,236,19.0,122.0,102.0,133.0,885,Django test runner using nose.,77.0,,63.0,24,False,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,314974.0,,,django-nose,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,77.0,314974.0,,,,3.0,,,,,,,,,,,,,,,,, +449,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,,2010-12-24 14:59:29.000,2025-04-22 14:56:27.699000,2024-11-12 22:19:49,297.0,,76,16.0,70.0,13.0,58.0,800,Freezes a Flask application into a set of static files.,3896.0,3863.0,30.0,24,False,['flask'],2024-02-09 14:33:23.000,1.0.2,21.0,115.0,107574.0,,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,2024-02-09 14:32:16.000,33.0,105209.0,https://anaconda.org/conda-forge/frozen-flask,2025-04-22 14:56:27.699,274422.0,3.0,,,,,,,,,,,,,,,,, +450,flask-profiler,muatik/flask-profiler,flask-utils,,https://github.com/muatik/flask-profiler,https://github.com/muatik/flask-profiler,MIT,2015-10-05 20:49:53.000,2022-12-02 02:48:05.000000,2020-10-20 08:42:33,157.0,,96,21.0,63.0,44.0,35.0,755,a flask profiler which watches endpoint calls and tries to make some analysis.,403.0,399.0,29.0,24,False,['flask'],2018-11-19 23:11:10.000,1.8.1,39.0,,24762.0,,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,4.0,24762.0,,,,3.0,,,,,,,,,,,,,,,,, +451,html5-parser,kovidgoyal/html5-parser,html-processing,,https://github.com/kovidgoyal/html5-parser,https://github.com/kovidgoyal/html5-parser,Apache-2.0,2017-06-03 06:56:36.000,2026-03-30 08:05:28.000000,2026-03-30 08:05:01,366.0,5.0,40,16.0,8.0,1.0,26.0,701,Fast C based HTML 5 parsing for python.,918.0,907.0,7.0,24,True,,2023-11-19 15:09:54.000,0.4.12,21.0,,16308.0,,,html5-parser,https://pypi.org/project/html5-parser,2023-11-19 15:09:54.000,11.0,16308.0,,,,3.0,,,,,,,,,,,,,,,,, +452,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000,2023-09-29 20:58:48.000000,2020-10-28 12:00:08,102.0,,57,11.0,41.0,17.0,16.0,472,A mocking library for requests.,3156.0,3099.0,29.0,24,False,,2020-10-28 12:01:29.000,1.4.0,19.0,,2912526.0,,,httmock,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,57.0,2912526.0,,,,3.0,,,,,,,,,,,,,,,,, +453,fastapi-jsonrpc,smagafurov/fastapi-jsonrpc,rpc,,https://github.com/smagafurov/fastapi-jsonrpc,https://github.com/smagafurov/fastapi-jsonrpc,MIT,2019-08-09 17:56:48.000,2026-04-17 15:49:33.000000,2026-04-17 15:45:27,255.0,11.0,37,14.0,48.0,11.0,37.0,419,JSON-RPC server based on fastapi.,91.0,81.0,16.0,24,True,['fastapi'],2026-04-17 15:50:57.000,3.5.0,85.0,,17352.0,,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2026-04-17 15:49:33.000,10.0,17352.0,,,,3.0,,,,,,,,,,,,,,,,, +454,pysimplesoap,pysimplesoap/pysimplesoap,http-clients,,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013-06-02 11:09:05.000,2024-02-21 18:45:27.000000,2020-07-20 15:14:25,547.0,,229,27.0,124.0,97.0,26.0,373,Python Simple SOAP Library.,1835.0,1820.0,51.0,24,False,,2023-11-08 01:43:05.000,1.08.22,15.0,,19758.0,,,pysimplesoap,https://pypi.org/project/pysimplesoap,2023-10-24 01:20:23.000,15.0,19758.0,,,,3.0,,,,,,,,,,,,,,,,, +455,graphene-mongo,graphql-python/graphene-mongo,graphql,,https://github.com/graphql-python/graphene-mongo,https://github.com/graphql-python/graphene-mongo,MIT,2018-01-22 04:06:16.000,2026-02-03 20:55:42.000000,2026-01-03 09:17:07,611.0,,110,11.0,156.0,21.0,73.0,288,Graphene MongoEngine integration.,377.0,374.0,38.0,24,True,['graphql'],2026-01-03 09:20:00.000,0.4.5,39.0,,20102.0,,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2026-01-03 09:20:00.000,3.0,19937.0,https://anaconda.org/conda-forge/graphene-mongo,2026-01-05 00:41:58.830,11760.0,3.0,,,,,,,,,,,,,,,,, +456,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/python-injector/flask_injector,https://github.com/python-injector/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000,2025-04-22 14:57:49.545000,2023-07-27 00:32:55,196.0,,42,5.0,34.0,12.0,39.0,283,Adds Injector support to Flask.,1060.0,1039.0,13.0,24,False,['flask'],2023-07-27 00:33:16.000,0.15.0,28.0,,120601.0,python-injector/flask_injector,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2023-07-27 00:33:16.000,21.0,120393.0,https://anaconda.org/conda-forge/flask-injector,2025-04-22 14:57:49.545,12741.0,3.0,,,,,,,,,,,,,,,,, +457,asgi-lifespan,florimondmanca/asgi-lifespan,others,,https://github.com/florimondmanca/asgi-lifespan,https://github.com/florimondmanca/asgi-lifespan,MIT,2019-09-27 19:42:10.000,2026-02-11 07:22:38.000000,2026-02-11 07:22:38,91.0,1.0,17,4.0,50.0,3.0,18.0,275,Programmatic startup/shutdown of ASGI apps.,17310.0,17242.0,7.0,24,True,,2023-03-28 17:37:00.954,2.1.0,15.0,,7408211.0,,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,68.0,7404707.0,https://anaconda.org/conda-forge/asgi-lifespan,2025-04-22 14:57:49.740,213774.0,3.0,,,,,,,,,,,,,,,,, +458,flask-rebar,plangrid/flask-rebar,flask-utils,,https://github.com/plangrid/flask-rebar,https://github.com/plangrid/flask-rebar,MIT,2018-02-26 17:39:13.000,2026-02-03 19:22:18.000000,2026-02-03 00:19:33,414.0,,38,121.0,210.0,52.0,61.0,237,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",65.0,58.0,48.0,24,True,"['flask', 'openapi']",2026-02-03 17:38:29.000,3.4.0,55.0,,20082.0,,,flask-rebar,https://pypi.org/project/flask-rebar,2026-02-03 17:38:29.000,7.0,20082.0,,,,3.0,,,,,,,,,,,,,,,,, +459,graphql-relay-py,graphql-python/graphql-relay-py,graphql,,https://github.com/graphql-python/graphql-relay-py,https://github.com/graphql-python/graphql-relay-py,MIT,2015-09-17 17:16:20.000,2025-04-22 14:56:40.651000,2022-07-23 13:48:14,182.0,,40,16.0,21.0,11.0,23.0,144,A library to help construct a graphql-py server supporting react-relay.,53.0,,10.0,24,False,,2022-04-16 11:03:43.000,3.2.0,27.0,,35452021.0,,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,53.0,35437119.0,https://anaconda.org/conda-forge/graphql-relay,2025-04-22 14:56:40.651,938836.0,3.0,,,,,,,,,,,,,,,,, +460,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000,2025-11-20 19:05:34.000000,2024-02-05 03:35:38,1210.0,,83,11.0,218.0,43.0,139.0,96,Pyramid debug toolbar.,46.0,,70.0,24,False,['pyramid'],2024-02-05 03:40:27.000,4.12.1,66.0,,1998032.0,,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2024-02-05 03:40:27.000,46.0,1997891.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2025-04-22 14:57:47.760,8764.0,3.0,,,,,,,,,,,,,,,,, +461,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2024-08-02 09:30:47.000000,2022-05-05 14:10:10,2114.0,,515,205.0,336.0,400.0,483.0,4196,"Lightweight, scriptable browser as a service with an HTTP API.",2.0,,62.0,23,False,,2020-01-09 19:09:29.000,3.4.1,30.0,,334.0,,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,2.0,334.0,,,,3.0,,,,,,,,,,,,,,,,, +462,twitter-scraper,bisguzar/twitter-scraper,third-party-apis,,https://github.com/bisguzar/twitter-scraper,https://github.com/bisguzar/twitter-scraper,MIT,2018-02-22 14:58:34.000,2023-10-30 05:53:33.000000,2021-12-17 16:00:19,208.0,,604,92.0,101.0,51.0,64.0,4010,Scrape the Twitter Frontend API without authentication.,12.0,,31.0,23,False,,2020-07-17 18:56:19.000,0.4.4,11.0,,1099.0,,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,1099.0,,,,3.0,,,,,,,,,,,,,,,,, +463,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2024-10-29 22:08:29.000000,2024-09-07 00:49:42,631.0,,647,125.0,100.0,73.0,150.0,3500,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",149.0,149.0,17.0,23,False,['django'],2023-07-19 18:55:56.000,0.9.13,49.0,,590.0,,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,,590.0,,,,3.0,,,,,,,,,,,,,,,,, +464,Cactus,eudicots/Cactus,others,,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011-02-28 11:56:43.000,2023-08-28 12:33:33.000000,2017-07-31 02:40:23,667.0,,313,117.0,116.0,100.0,86.0,3472,Static site generator for designers. Uses Python and Django templates.,1274.0,1274.0,52.0,23,False,['django'],2021-12-15 15:49:39.278,3.0.0,20.0,,,,,cactus,https://pypi.org/project/cactus,2021-12-15 15:49:39.278,,,,,,3.0,,,,,,,,,,,,,,,,, +465,instagram_private_api,ping/instagram_private_api,third-party-apis,,https://github.com/ping/instagram_private_api,https://github.com/ping/instagram_private_api,MIT,2017-01-12 11:54:19.000,2024-05-06 07:28:46.000000,2019-11-14 10:11:13,444.0,,618,112.0,57.0,149.0,222.0,3254,A Python library to access Instagrams private API.,9.0,,5.0,23,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,18868.0,,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,9.0,18868.0,,,,3.0,,,,,,,,,,,,,,,,, +466,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2026-05-05 07:28:43.000000,2026-05-05 07:28:40,966.0,1.0,355,69.0,344.0,90.0,434.0,3086,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",27.0,27.0,97.0,23,True,,,,38.0,,4700.0,,,urlwatch,https://pypi.org/project/urlwatch,2024-12-10 11:58:32.000,,4700.0,,,,3.0,,,,,,,,,,,,,,,,, +467,flask-ask,johnwheeler/flask-ask,flask-utils,,https://github.com/johnwheeler/flask-ask,https://github.com/johnwheeler/flask-ask,Apache-2.0,2016-05-12 00:54:46.000,2023-05-01 21:13:09.000000,2022-03-31 19:56:40,478.0,,370,86.0,118.0,71.0,,1909,Alexa Skills Kit for Python.,812.0,810.0,40.0,23,False,['flask'],2018-02-28 21:57:01.000,0.9.8,34.0,,244.0,,,flask-ask,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,2.0,244.0,,,,3.0,,,,,,,,,,,,,,,,, +468,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011-04-18 22:38:56.000,2022-04-04 10:53:21.000000,2019-11-28 10:27:42,205.0,,275,116.0,71.0,32.0,27.0,1888,A pure-python HTML screen-scraping library.,154.0,151.0,25.0,23,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,399.0,,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,3.0,399.0,,,,3.0,,,,,,,,,,,,,,,,, +469,fsociety,fsociety-team/fsociety,testing,,https://github.com/fsociety-team/fsociety,https://github.com/fsociety-team/fsociety,MIT,2020-05-17 04:35:05.000,2026-04-27 19:11:20.000000,2026-01-19 19:40:02,364.0,,204,51.0,258.0,17.0,49.0,1722,A Modular Penetration Testing Framework.,17.0,17.0,12.0,23,True,,2024-07-18 17:34:34.000,3.2.10,29.0,,1601.0,,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,1601.0,,,,3.0,,,,,,,,,,,,,,,,, +470,wdb,Kozea/wdb,testing,,https://github.com/Kozea/wdb,https://github.com/Kozea/wdb,GPL-3.0,2012-10-05 16:40:23.000,2022-12-06 14:33:43.000000,2019-09-16 09:29:29,658.0,,121,63.0,52.0,40.0,79.0,1593,An improbable web debugger through WebSockets.,278.0,269.0,22.0,23,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,6869.0,,,wdb,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,9.0,6869.0,,,,3.0,,,,,,,,,,,,,,,,, +471,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2025-04-22 14:56:50.530000,2018-02-03 22:03:13,531.0,,326,85.0,94.0,132.0,116.0,1166,Python Rest Testing.,128.0,128.0,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,14.0,,3417.0,,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,,2359.0,https://anaconda.org/conda-forge/pyresttest,2025-04-22 14:56:50.530,101578.0,3.0,,,,,,,,,,,,,,,,, +472,django-summernote,summernote/django-summernote,django-utils,,https://github.com/lqez/django-summernote,https://github.com/lqez/django-summernote,MIT,2013-07-16 12:07:21.000,2024-06-07 12:24:13.000000,2024-02-16 08:33:16,560.0,,230,35.0,156.0,72.0,288.0,1086,Simply integrate Summernote editor with Django project.,5.0,,73.0,23,False,['django'],2021-10-14 19:12:56.000,0.8.19.0,73.0,,101698.0,lqez/django-summernote,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,5.0,101698.0,,,,3.0,,,,,,,,,,,,,,,,, +473,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2025-12-12 08:28:51.000000,2025-12-12 08:28:51,1289.0,,395,30.0,136.0,49.0,97.0,1052,Simple yet powerful authorization / authentication client library for Python web applications.,10.0,,49.0,23,True,,2024-05-28 14:06:02.000,1.3.0,23.0,,4671.0,,,authomatic,https://pypi.org/project/authomatic,2024-05-28 14:06:02.000,10.0,4671.0,,,,3.0,,,,,,,,,,,,,,,,, +474,flask-talisman,GoogleCloudPlatform/flask-talisman,flask-utils,,https://github.com/GoogleCloudPlatform/flask-talisman,https://github.com/GoogleCloudPlatform/flask-talisman,Apache-2.0,2015-11-12 23:40:25.000,2024-05-01 11:53:42.000000,2020-07-13 17:40:33,60.0,,86,35.0,44.0,24.0,22.0,940,HTTP security headers for Flask.,63.0,,19.0,23,False,['flask'],2023-08-03 12:00:26.000,1.1.0,15.0,,2399962.0,,,flask-talisman,https://pypi.org/project/flask-talisman,2023-08-03 12:00:26.000,63.0,2399962.0,,,,3.0,,,,,,,,,,,,,,,,, +475,fastapi_login,MushroomMaula/fastapi_login,auth,,https://github.com/maxrdu/fastapi_login,https://github.com/maxrdu/fastapi_login,MIT,2019-10-21 14:47:00.000,2025-05-20 07:04:51.000000,2025-05-20 07:04:51,482.0,,67,10.0,94.0,1.0,58.0,822,FastAPI-Login tries to provide similar functionality as Flask-Login does.,1141.0,1134.0,15.0,23,True,['fastapi'],2024-12-14 08:18:15.000,1.10.3,34.0,16.0,50316.0,maxrdu/fastapi_login,,fastapi_login,https://pypi.org/project/fastapi_login,2024-12-14 08:18:15.000,7.0,50316.0,,,,3.0,,,,,,,,,,,,,,,,, +476,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2026-05-02 07:08:23.000000,2026-05-02 07:07:38,1266.0,8.0,173,51.0,275.0,149.0,207.0,731,User-oriented Web UI browser tests in Python.,2.0,,44.0,23,True,,2024-03-06 19:05:45.000,2.0.0rc9,90.0,,19703.0,,,selene,https://pypi.org/project/selene,2024-03-06 19:05:27.000,2.0,19703.0,,,,3.0,,,,,,,,,,,,,,,-5.0,, +477,django-stronghold,mgrouchy/django-stronghold,auth,,https://github.com/mgrouchy/django-stronghold,https://github.com/mgrouchy/django-stronghold,MIT,2013-01-29 02:30:21.000,2024-11-24 19:39:30.000000,2024-11-24 19:39:30,169.0,,48,18.0,57.0,15.0,27.0,399,Get inside your stronghold and make all your Django views default login_required.,496.0,488.0,23.0,23,False,['django'],2020-01-17 16:34:53.000,0.4.0,23.0,,54394.0,,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,8.0,54394.0,,,,3.0,,,,,,,,,,,,,,,,, +478,http-parser,benoitc/http-parser,http-clients,,https://github.com/benoitc/http-parser,https://github.com/benoitc/http-parser,MIT,2011-04-14 15:33:36.000,2024-05-21 14:05:11.000000,2020-04-06 23:28:44,224.0,,96,14.0,47.0,20.0,41.0,346,HTTP request/response parser for python in C.,560.0,545.0,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,17122.0,,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,15.0,17122.0,,,,3.0,,,,,,,,,,,,,,,,, +479,python-mocket,mindflayer/python-mocket,testing,,https://github.com/mindflayer/python-mocket,https://github.com/mindflayer/python-mocket,BSD-3-Clause,2013-04-30 07:44:28.000,2026-02-23 18:40:24.000000,2026-02-23 18:40:24,665.0,3.0,49,11.0,225.0,5.0,90.0,309,"a socket mock framework - for all kinds of socket animals, web-clients included.",15.0,,33.0,23,True,,2026-02-22 21:54:46.000,3.14.1,113.0,,101321.0,,,mocket,https://pypi.org/project/mocket,2026-02-22 21:54:46.000,15.0,101321.0,,,,3.0,,,,,,,,,,,,,,,,, +480,Flask-Excel,pyexcel-webwares/Flask-Excel,flask-utils,,https://github.com/pyexcel-webwares/Flask-Excel,https://github.com/pyexcel-webwares/Flask-Excel,BSD-3-Clause,2015-01-21 19:55:07.000,2020-11-10 23:13:19.000000,2020-11-10 23:13:13,233.0,,87,9.0,9.0,11.0,42.0,264,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1369.0,1364.0,8.0,23,False,,2017-07-20 02:40:14.000,0.0.7,8.0,20.0,17842.0,,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,5.0,17842.0,,,,3.0,,,,,,,,,,,,,,,,, +481,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2024-01-16 10:14:09.000000,2013-10-06 19:17:50,559.0,,91,12.0,108.0,37.0,34.0,253,Simplifying third-party authentication for web applications.,827.0,825.0,43.0,23,False,,2013-08-30 04:51:31.000,1.1.1,10.0,,10522.0,,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,2.0,10522.0,,,,3.0,,,,,,,,,,,,,,,,, +482,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2024-01-12 05:07:07.000000,2024-01-12 05:07:07,267.0,,41,109.0,82.0,26.0,35.0,196,Modern robots.txt Parser for Python.,223.0,203.0,24.0,23,False,,2019-09-16 19:32:19.000,0.4.14,24.0,,1790.0,,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,20.0,1790.0,,,,3.0,,,,,,,,,,,,,,,,, +483,Flask-Opentracing,opentracing-contrib/python-flask,flask-utils,,https://github.com/opentracing-contrib/python-flask,https://github.com/opentracing-contrib/python-flask,BSD-3-Clause,2016-07-20 17:14:48.000,2026-04-22 15:19:00.000000,2024-02-29 21:10:38,72.0,,47,9.0,31.0,9.0,23.0,138,OpenTracing instrumentation for the Flask microframework.,571.0,548.0,16.0,23,False,['flask'],2026-04-22 15:19:00.000,2.0.0,13.0,,111770.0,,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2024-02-29 21:31:57.000,23.0,111770.0,,,,3.0,,,,,,,,,,,,,,,,, +484,pyramid_openapi3,Pylons/pyramid_openapi3,openapi-utils,,https://github.com/Pylons/pyramid_openapi3,https://github.com/Pylons/pyramid_openapi3,MIT,2018-06-22 12:20:57.000,2026-04-13 20:32:43.000000,2026-04-13 20:32:36,305.0,11.0,48,12.0,214.0,26.0,61.0,84,Pyramid addon for OpenAPI3 validation of requests and responses.,130.0,130.0,28.0,23,True,"['pyramid', 'openapi']",2025-07-29 09:32:05.000,0.21.0,8.0,,55509.0,,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2025-07-29 09:32:02.000,,55509.0,,,,3.0,,,,,,,,,,,,,,,,, +485,Photon,s0md3v/Photon,web-scraping,,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018-03-30 19:38:22.000,2026-02-10 08:48:11.000000,2026-02-10 08:48:11,331.0,1.0,1636,330.0,94.0,53.0,69.0,12860,Incredibly fast crawler designed for OSINT.,,,21.0,22,True,,2019-04-05 15:15:47.000,1.3.0,18.0,,1470.0,,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,,1470.0,,,,3.0,,,,,,,,,,,,,,,,, +486,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2026-03-02 04:38:40.000000,2026-03-02 04:38:40,49.0,1.0,474,203.0,35.0,63.0,28.0,6526,Real-time metrics for nginx server.,40.0,40.0,10.0,22,True,,2020-12-21 00:51:09.000,0.0.3,3.0,,3890.0,,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,,3890.0,,,,3.0,,,,,,,,,,,,,,,,, +487,vibora,vibora-io/vibora,web-frameworks,,https://github.com/vibora-io/vibora,https://github.com/vibora-io/vibora,MIT,2018-06-13 15:58:58.000,2020-12-23 01:00:55.000000,2019-02-11 10:54:12,141.0,,303,245.0,103.0,140.0,,5648,"Fast, asynchronous and elegant Python web framework.",117.0,115.0,28.0,22,False,,2018-06-16 04:25:57.000,0.0.6,8.0,,379.0,,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,2.0,379.0,,,,3.0,,,,,,,,,,,,,,,,, +488,gmusicapi,simon-weber/gmusicapi,third-party-apis,,https://github.com/simon-weber/gmusicapi,https://github.com/simon-weber/gmusicapi,BSD-3-Clause,2012-01-20 17:19:12.000,2020-12-26 18:14:42.000000,2020-09-25 14:34:17,1430.0,,304,1.0,164.0,61.0,450.0,2511,An unofficial client library for Google Music.,20.0,,51.0,22,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,552.0,,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,20.0,552.0,,,,3.0,,,,,,,,,,,,,,,-4.0,, +489,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2026-05-04 17:00:27.000000,2020-12-21 15:15:51,250.0,,213,56.0,374.0,38.0,54.0,2045,Automatically generate a RESTful API service for your legacy database. No code required!.,30.0,30.0,23.0,22,False,,2021-12-15 15:31:18.692,0.0.2,29.0,,89.0,,,sandman2,https://pypi.org/project/sandman2,2021-12-15 15:31:18.692,,89.0,,,,3.0,,,,,,,,,,,,,,,,, +490,ruia,howie6879/ruia,web-scraping,,https://github.com/howie6879/ruia,https://github.com/howie6879/ruia,Apache-2.0,2018-07-10 01:12:54.000,2023-07-01 08:23:28.000000,2022-08-21 07:26:04,440.0,,185,39.0,59.0,8.0,93.0,1743,Async Python 3.6+ web scraping micro-framework based on asyncio.,86.0,75.0,17.0,22,False,,2022-09-06 08:56:03.702,0.8.5,55.0,22.0,399.0,,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,399.0,,,,3.0,,,,,,,,,,,,,,,,, +491,flask-sockets,heroku-python/flask-sockets,websocket,,https://github.com/heroku-python/flask-sockets,https://github.com/heroku-python/flask-sockets,MIT,2013-10-01 00:41:09.000,2021-05-14 12:12:05.000000,2017-05-30 17:23:01,57.0,,164,,25.0,32.0,33.0,1741,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,48.0,,13.0,22,False,['flask'],2016-06-05 02:14:01.000,0.2.1,3.0,,48111.0,,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,48.0,48111.0,,,,3.0,,,,,,,,,,,,,,,,, +492,hyde,hyde/hyde,others,,https://github.com/hyde/hyde,https://github.com/hyde/hyde,MIT,2011-01-07 09:52:20.000,2024-09-23 13:12:27.000000,2024-09-23 13:12:20,602.0,,246,40.0,154.0,68.0,141.0,1666,A Python Static Website Generator (See https://duct-ui.org from the author).,99.0,97.0,43.0,22,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,125.0,,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,2.0,125.0,,,,3.0,,,,,,,,,,,,,,,,, +493,django-admin2,jazzband/django-admin2,admin-ui,,https://github.com/jazzband/django-admin2,https://github.com/jazzband/django-admin2,BSD-3-Clause,2013-05-14 12:11:48.000,2022-08-02 11:47:22.000000,2021-10-22 15:46:32,1099.0,,148,59.0,243.0,44.0,194.0,1188,"Extendable, adaptable rewrite of django.contrib.admin.",30.0,30.0,50.0,22,False,['django'],2018-10-22 22:22:05.390,0.7.1,7.0,,42.0,,,django-admin2,https://pypi.org/project/django-admin2,2018-10-22 22:22:05.390,,42.0,,,,3.0,,,,,,,,,,,,,,,,, +494,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2024-03-08 09:29:07.000000,2022-03-23 14:37:36,860.0,,96,10.0,110.0,49.0,49.0,955,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",18.0,,43.0,22,False,"['flask', 'django']",2022-03-23 14:39:31.000,7.2.2,157.0,,218819.0,,,mixer,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,18.0,218819.0,,,,3.0,,,,,,,,,,,,,,,,, +495,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/fastapi-mvc/fastapi-mvc,https://github.com/fastapi-mvc/fastapi-mvc,MIT,2021-07-25 14:11:38.000,2026-04-14 02:35:21.000000,2026-02-11 19:29:52,1250.0,18.0,59,7.0,255.0,20.0,108.0,799,Developer productivity tool for making high-quality FastAPI production-ready APIs.,18.0,18.0,7.0,22,True,['fastapi'],2026-02-11 19:10:59.000,0.29.0,37.0,691.0,264.0,fastapi-mvc/fastapi-mvc,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2026-02-11 19:07:12.000,,253.0,,,,2.0,,,,,,,,,,,,,,,,, +496,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2024-03-18 18:17:01.000000,2023-11-23 07:01:25,503.0,,33,12.0,50.0,16.0,100.0,479,Load Testing Tool.,160.0,154.0,17.0,22,False,,2017-03-22 08:05:08.000,0.6.2,21.0,,221869.0,tarekziade/molotov,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,6.0,221869.0,,,,3.0,,,,,,,,,,,,,,,,, +497,starlette_exporter,stephenhillier/starlette_exporter,fastapi-utils,,https://github.com/stephenhillier/starlette_exporter,https://github.com/stephenhillier/starlette_exporter,Apache-2.0,2019-10-26 22:04:25.000,2024-10-15 18:59:58.000000,2024-06-26 03:50:43,228.0,,37,1.0,53.0,11.0,46.0,412,Prometheus exporter for Starlette and FastAPI.,26.0,,26.0,22,False,['fastapi'],2024-06-26 04:06:52.000,0.23.0,28.0,,1697581.0,,,starlette_exporter,https://pypi.org/project/starlette_exporter,2024-06-26 04:05:26.000,26.0,1697581.0,,,,2.0,,,,,,,,,,,,,,,,, +498,flask-praetorian,dusktreader/flask-praetorian,auth,,https://github.com/dusktreader/flask-praetorian,https://github.com/dusktreader/flask-praetorian,MIT,2016-11-23 16:47:18.000,2025-08-19 01:56:49.000000,2025-08-19 01:55:25,402.0,,47,14.0,155.0,4.0,144.0,350,"Strong, Simple, and Precise security for Flask APIs (using jwt).",457.0,455.0,27.0,22,True,['flask'],2025-08-19 01:56:49.000,1.6.2,51.0,,4989.0,,,flask-praetorian,https://pypi.org/project/flask-praetorian,2025-08-19 01:56:49.000,2.0,4989.0,,,,3.0,,,,,,,,,,,,,,,,, +499,flask-s3,e-dard/flask-s3,flask-utils,,https://github.com/e-dard/flask-s3,https://github.com/e-dard/flask-s3,WTFPL,2012-10-01 18:08:11.000,2023-08-26 19:08:06.000000,2017-07-19 05:38:58,157.0,,89,11.0,53.0,19.0,34.0,200,Seamlessly serve your static assets of your Flask app from Amazon S3.,544.0,537.0,26.0,22,False,,2017-02-23 20:44:59.000,0.3.3,30.0,52.0,19413.0,,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,7.0,19413.0,,,,3.0,,,,,,,,,,,,,,,,, +500,django-codemod,browniebroke/django-codemod,django-utils,,https://github.com/browniebroke/django-codemod,https://github.com/browniebroke/django-codemod,MIT,2020-05-06 21:37:14.000,2026-05-07 00:59:09.000000,2026-05-07 00:59:07,2238.0,68.0,19,2.0,1562.0,9.0,33.0,189,A tool to automatically fix Django deprecations.,5.0,5.0,30.0,22,True,['django'],2026-01-07 10:04:31.000,2.4.5,116.0,1391.0,1991.0,,,django-codemod,https://pypi.org/project/django-codemod,2026-01-07 10:04:31.000,,1972.0,,,,3.0,,,,,,,,,,,,,,,,, +501,async-asgi-testclient,vinissimus/async-asgi-testclient,testing,,https://github.com/vinissimus/async-asgi-testclient,https://github.com/vinissimus/async-asgi-testclient,MIT,2019-04-15 12:26:06.000,2023-06-29 14:52:47.000000,2022-06-13 09:29:26,55.0,,23,4.0,40.0,15.0,14.0,161,A framework-agnostic library for testing ASGI web applications.,996.0,945.0,14.0,22,False,,2022-06-13 09:30:07.000,1.4.11,32.0,,272982.0,,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,51.0,272982.0,,,,3.0,,,,,,,,,,,,,,,,, +502,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000,2026-01-16 16:16:51.000000,2026-01-16 16:16:44,820.0,,36,6.0,191.0,24.0,132.0,154,Declarative HTTP Testing for Python and anything else.,12.0,,30.0,22,True,,2026-01-16 16:13:48.000,4.2.0,133.0,53.0,22825.0,,,gabbi,https://pypi.org/project/gabbi,2026-01-16 15:59:05.000,12.0,22825.0,,,,3.0,,,,,,,,,,,,,,,,, +503,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2026-04-10 02:29:16.000000,2026-04-10 02:29:16,361.0,4.0,1609,543.0,106.0,78.0,386.0,18894,Offensive Google framework.,,,37.0,21,False,,2024-06-06 01:54:02.000,2.2.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +504,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2024-03-18 18:41:12.000000,2019-03-13 10:21:05,152.0,,1078,139.0,35.0,102.0,80.0,4148,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,6.0,,9.0,21,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,5698.0,,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,6.0,5698.0,,,,3.0,,,,,,,,,,,,,,,,, +505,python-instagram,facebookarchive/python-instagram,third-party-apis,,https://github.com/facebookarchive/python-instagram,https://github.com/facebookarchive/python-instagram,MIT,2011-02-02 02:45:23.000,2020-10-01 16:22:11.000000,2018-01-03 00:17:14,233.0,,1098,,160.0,118.0,,3050,Python Client for Instagram API.,5.0,,52.0,21,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,3557.0,,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,5.0,3557.0,,,,3.0,,,,,,,,,,,,,,,,, +506,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.0,2012-07-23 11:05:58.000,2026-03-27 09:51:28.000000,2025-03-12 14:32:59,3800.0,,284,86.0,733.0,83.0,109.0,2584,Load and performance benchmark tool.,,,119.0,21,False,,2024-12-19 07:38:35.000,2.0.12,51.0,,276.0,,,yandextank,https://pypi.org/project/yandextank,2024-12-19 07:38:35.000,,276.0,,,,3.0,,,,,,,,,,,,,,,,, +507,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,BSD-3-Clause,2012-03-06 17:53:29.000,2025-04-22 14:56:52.700000,2019-08-14 04:58:34,139.0,,724,9.0,5.0,1.0,4.0,1577,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",150.0,,6.0,21,False,['flask'],,,36.0,,423428.0,,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,150.0,423191.0,https://anaconda.org/conda-forge/flask-bootstrap,2025-04-22 14:56:52.700,22282.0,3.0,,,,,,,,,,,,,,,,, +508,python-lambda,nficano/python-lambda,serverless,,https://github.com/nficano/python-lambda,https://github.com/nficano/python-lambda,ISC,2016-02-26 03:21:06.000,2023-06-28 11:38:10.000000,2022-06-03 06:57:29,384.0,,227,30.0,631.0,65.0,54.0,1518,A toolkit for developing and deploying serverless Python code in AWS Lambda.,,,48.0,21,False,,2021-01-05 04:42:47.000,11.8.0,49.0,,6156.0,,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,,6156.0,,,,3.0,,,,,,,,,,,,,,,,, +509,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2023-09-11 07:49:27.000000,2022-01-20 14:55:31,1149.0,,35,20.0,492.0,20.0,131.0,859,GraphQL Engine built with Python 3.6+ / asyncio.,22.0,,27.0,21,False,,2021-11-15 11:05:03.000,1.4.1,80.0,,4986.0,,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,22.0,4986.0,,,,3.0,,,,,,,,,,,,,,,,, +510,fastapi-jwt-auth,IndominusByte/fastapi-jwt-auth,auth,,https://github.com/IndominusByte/fastapi-jwt-auth,https://github.com/IndominusByte/fastapi-jwt-auth,MIT,2020-07-23 09:40:19.000,2024-04-12 06:58:02.000000,2020-11-11 05:05:27,123.0,,158,8.0,26.0,62.0,36.0,825,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",14.0,,4.0,21,False,['fastapi'],2020-11-06 11:15:11.000,0.5.0,7.0,,67430.0,,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,14.0,67430.0,,,,3.0,,,,,,,,,,,,,,,,, +511,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009-12-11 20:59:14.000,2022-09-03 21:45:56.000000,2022-02-03 13:31:17,289.0,,34,1.0,30.0,8.0,41.0,374,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,193.0,193.0,22.0,21,False,['django'],2022-02-03 13:30:53.000,1.0.4,16.0,,11697.0,,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,,11697.0,,,,3.0,,,,,,,,,,,,,,,,, +512,django-graphql-auth,PedroBern/django-graphql-auth,graphql,,https://github.com/PedroBern/django-graphql-auth,https://github.com/PedroBern/django-graphql-auth,MIT,2020-01-15 16:36:01.000,2024-08-06 13:07:28.000000,2022-06-17 09:46:13,276.0,,102,20.0,62.0,75.0,44.0,329,Django registration and authentication with GraphQL.,747.0,747.0,16.0,21,False,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,7019.0,,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,7019.0,,,,3.0,,,,,,,,,,,,,,,,, +513,fastapi_cache,comeuplater/fastapi_cache,fastapi-utils,,https://github.com/comeuplater/fastapi_cache,https://github.com/comeuplater/fastapi_cache,MIT,2020-07-26 08:07:35.000,2026-04-13 17:48:58.000000,2021-02-12 15:01:21,75.0,,21,3.0,8.0,9.0,3.0,306,FastAPI simple cache.,363.0,359.0,7.0,21,False,['fastapi'],2021-02-12 14:58:56.000,0.1.0,6.0,,11670.0,,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,4.0,11670.0,,,,3.0,,,,,,,,,,,,,,,,, +514,flask-jsonrpc,cenobites/flask-jsonrpc,flask-utils,,https://github.com/cenobites/flask-jsonrpc,https://github.com/cenobites/flask-jsonrpc,BSD-3-Clause,2012-12-14 18:33:24.000,2026-04-27 21:16:41.000000,2026-03-16 15:59:25,768.0,6.0,62,13.0,641.0,2.0,98.0,295,Basic JSON-RPC implementation for your Flask-powered sites.,289.0,289.0,19.0,21,True,['flask'],2025-12-09 12:36:33.000,4.0,15.0,234.0,179.0,,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,,175.0,,,,3.0,,,,,,,,,,,,,,,,, +515,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2025-08-28 14:55:58.010000,2025-05-21 17:42:25,302.0,,60,9.0,32.0,20.0,55.0,293,"A light-weight, modular, message representation and mail delivery framework for Python.",7.0,,22.0,21,True,,2019-09-16 00:20:27.000,4.0.3,8.0,295.0,101211.0,,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,7.0,99573.0,https://anaconda.org/conda-forge/mailer,2025-08-28 14:55:58.010,109646.0,3.0,,,,,,,,,,,,,,,,, +516,flask_simplelogin,flask-extensions/flask_simplelogin,auth,,https://github.com/flask-extensions/Flask-SimpleLogin,https://github.com/flask-extensions/Flask-SimpleLogin,MIT,2017-08-23 22:29:20.000,2026-05-04 12:42:07.000000,2026-05-04 12:37:04,115.0,3.0,43,9.0,22.0,3.0,19.0,205,Simple Login - Login Extension for Flask.,143.0,139.0,12.0,21,True,['flask'],2026-05-04 12:42:07.000,0.3.0,14.0,,40007.0,,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2026-05-04 12:42:07.000,4.0,40007.0,,,,3.0,,,,,,,,,,,,,,,,, +517,python-graphql-client,prisma-labs/python-graphql-client,graphql,,https://github.com/prisma-labs/python-graphql-client,https://github.com/prisma-labs/python-graphql-client,MIT,2016-05-12 12:09:18.000,2021-03-04 21:32:03.000000,2018-07-12 02:38:48,26.0,,45,11.0,14.0,10.0,6.0,156,Simple GraphQL client for Python 2.7+.,101.0,,6.0,21,False,,2021-03-04 21:32:03.000,0.4.3,9.0,,565229.0,,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,101.0,565229.0,,,,3.0,,,,,,,,,,,,,,,,, +518,markdown-include,cmacmackin/markdown-include,markdown,,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35.000,2025-04-22 14:57:38.757000,2023-02-07 09:45:37,75.0,,40,7.0,24.0,12.0,19.0,114,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,8170.0,7898.0,12.0,21,False,,2023-02-07 09:49:00.957,0.8.1,14.0,,287674.0,,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,272.0,287126.0,https://anaconda.org/conda-forge/markdown-include,2025-04-22 14:57:38.757,36196.0,3.0,,,,,,,,,,,,,,,,, +519,pyramid_mailer,Pylons/pyramid_mailer,email,,https://github.com/Pylons/pyramid_mailer,https://github.com/Pylons/pyramid_mailer,BSD-3-Clause,2011-09-26 01:17:42.000,2022-11-17 20:47:17.000000,2022-09-17 23:31:23,389.0,,39,14.0,60.0,13.0,33.0,51,A package for sending email from your Pyramid application.,28.0,,36.0,21,False,['pyramid'],2016-12-13 20:51:40.258,0.15.1,24.0,,65552.0,,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:51:40.258,28.0,65552.0,,,,3.0,,,,,,,,,,,,,,,,, +520,cabot,arachnys/cabot,others,,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014-01-06 17:48:59.000,2023-09-10 09:23:26.000000,2021-01-05 10:40:20,735.0,,582,140.0,270.0,167.0,298.0,5669,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",15.0,15.0,71.0,20,False,,2017-09-14 16:02:39.000,0.11.7,22.0,135.0,1.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +521,toapi,gaojiuli/toapi,others,,https://github.com/elliotgao2/toapi,https://github.com/elliotgao2/toapi,MIT,2017-11-27 08:40:55.000,2022-07-05 22:11:04.000000,2021-06-28 01:58:45,462.0,,237,75.0,84.0,6.0,49.0,3549,Every web site provides APIs.,21.0,21.0,12.0,20,False,,2021-06-28 01:56:50.000,2.1.3,40.0,,138.0,elliotgao2/toapi,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,,138.0,,,,3.0,,,,,,,,,,,,,,,,, +522,snallygaster,hannob/snallygaster,web-scraping,,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,0BSD,2018-04-10 12:01:16.000,2026-02-04 11:26:43.000000,2026-02-04 11:26:40,272.0,,231,67.0,47.0,12.0,35.0,2103,Tool to scan for secret files on HTTP servers.,8.0,8.0,17.0,20,False,,2025-10-08 15:47:39.000,0.0.15,15.0,,1264.0,,,snallygaster,https://pypi.org/project/snallygaster,2025-10-08 15:47:39.000,,1264.0,,,,3.0,,,,,,,,,,,,,,,,, +523,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000,2023-07-09 19:49:08.000000,2014-02-04 22:59:23,73.0,,385,87.0,41.0,60.0,11.0,1796,A Pythonic interface for Google Mail.,8.0,,14.0,20,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,17230.0,,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,8.0,17230.0,,,,3.0,,,,,,,,,,,,,,,,, +524,ucall,unum-cloud/ucall,rpc,,https://github.com/unum-cloud/UCall,https://github.com/unum-cloud/UCall,Apache-2.0,2023-01-03 10:23:50.000,2025-09-16 13:07:15.000000,2025-09-16 13:07:13,521.0,,54,22.0,83.0,13.0,20.0,1326,"Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-..",63.0,62.0,14.0,20,True,,2025-09-16 13:07:18.000,0.5.8,21.0,,570.0,,,ucall,https://pypi.org/project/ucall,2024-04-15 06:07:54.000,1.0,570.0,,,,3.0,,,,,,,,,,,,,,,,, +525,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,,https://flask-debugtoolbar.readthedocs.io,BSD-3-Clause,2020-10-13 10:48:17.869,2025-04-22 14:56:27.983000,,,,149,,,,,978,A toolbar overlay for debugging Flask applications.,78.0,,,20,False,['flask'],2024-09-28 14:55:33.000,0.16.0,31.0,,874306.0,,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2024-09-28 14:55:33.000,78.0,871503.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2025-04-22 14:56:27.983,187839.0,3.0,,,,,,,,,,,,,,,,, +526,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000,2023-12-07 03:03:36.000000,2023-12-07 03:03:36,161.0,,57,16.0,27.0,16.0,33.0,769,"The simple, fast, and modern web scraping library.",364.0,348.0,16.0,20,False,,2020-10-09 12:51:41.000,1.1,19.0,,7747.0,,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,16.0,7747.0,,,,3.0,,,,,,,,,,,,,,,,, +527,tornadio2,mrjoes/tornadio2,websocket,,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011-09-28 10:15:54.000,2021-12-15 13:51:02.491000,2013-08-25 06:52:07,143.0,,117,29.0,25.0,13.0,46.0,529,Python socket.io server implementation on top of Tornado framework.,210.0,210.0,15.0,20,False,,2021-12-15 13:51:02.491,0.0.1,4.0,,748.0,,,tornadio2,https://pypi.org/project/tornadio2,2021-12-15 13:51:02.491,,748.0,,,,3.0,,,,,,,,,,,,,,,,, +528,fastapi-socketio,pyropy/fastapi-socketio,fastapi-utils,,https://github.com/pyropy/fastapi-socketio,https://github.com/pyropy/fastapi-socketio,Apache-2.0,2020-09-11 15:22:31.000,2023-11-26 03:02:26.000000,2023-03-03 08:44:22,44.0,,33,3.0,16.0,23.0,16.0,424,Easily integrate socket.io with your FastAPI app.,68.0,,7.0,20,False,['fastapi'],2023-03-03 08:42:00.907,0.0.10,14.0,,105434.0,,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2023-03-03 08:42:00.907,68.0,105434.0,,,,3.0,,,,,,,,,,,,,,,,, +529,Starlette Prometheus,perdy/starlette-prometheus,monitoring,,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019-01-10 15:49:38.000,2024-09-03 09:48:15.000000,2024-02-05 13:55:53,72.0,,32,3.0,26.0,14.0,18.0,378,Prometheus integration for Starlette.,480.0,455.0,17.0,20,False,['fastapi'],2024-09-03 09:48:15.000,0.10.0,11.0,50.0,264930.0,,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2024-09-03 09:48:15.000,25.0,264930.0,,,,3.0,,,,,,,,,,,,,,,,, +530,python-jwt,davedoesdev/python-jwt,auth,,https://github.com/davedoesdev/python-jwt,https://github.com/davedoesdev/python-jwt,MIT,2013-09-30 08:03:49.000,2023-11-13 07:57:01.000000,2023-11-13 07:55:27,169.0,,29,1.0,8.0,,17.0,222,Python module for generating and verifying JSON Web Tokens.,82.0,,5.0,20,False,,2023-11-13 07:57:01.000,4.1.0,45.0,,424662.0,,,python-jwt,https://pypi.org/project/python-jwt,2023-11-13 07:57:01.000,82.0,424662.0,,,,3.0,,,,,,,,,,,,,,,,, +531,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018-09-04 00:22:30.000,2023-11-02 19:01:53.000000,2019-04-28 13:53:50,26.0,,57,5.0,13.0,32.0,5.0,142,A simple way to demo Flask apps from your machine.,4021.0,4006.0,2.0,20,False,['flask'],2018-09-09 19:48:38.000,0.0.25,16.0,,48690.0,,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,15.0,48690.0,,,,3.0,,,,,,,,,,,,,,,,, +532,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2024-07-11 15:20:18.000000,2024-07-11 04:34:15,147.0,,19,15.0,51.0,5.0,33.0,107,Asyncio http mocking. Similar to the responses library used for requests.,763.0,745.0,15.0,20,False,,2024-01-12 05:36:33.000,3.0.0,25.0,,95853.0,,,aresponses,https://pypi.org/project/aresponses,2024-01-12 05:36:33.000,18.0,95853.0,,,,3.0,,,,,,,,,,,,,,,,, +533,lambdarest,sloev/python-lambdarest,serverless,,https://github.com/sloev/python-lambdarest,https://github.com/sloev/python-lambdarest,MIT,2017-02-07 15:30:04.000,2023-03-08 21:03:10.000000,2023-03-08 21:03:05,179.0,,24,34.0,62.0,1.0,31.0,94,Flask like web framework for AWS Lambda.,14.0,14.0,23.0,20,False,,2023-03-08 12:15:00.843,13.0.3,53.0,,2673.0,,,lambdarest,https://pypi.org/project/lambdarest,2023-03-08 12:15:00.843,,2673.0,,,,3.0,,,,,,,,,,,,,,,,, +534,pyramid_jinja2,Pylons/pyramid_jinja2,pyramid-utils,,https://github.com/Pylons/pyramid_jinja2,https://github.com/Pylons/pyramid_jinja2,,2010-10-31 16:21:44.000,2025-11-21 08:05:59.000000,2024-02-08 06:04:14,595.0,,59,14.0,113.0,7.0,56.0,72,Jinja2 templating system bindings for the Pyramid web framework.,37.0,,51.0,20,False,['pyramid'],2024-02-08 06:08:17.000,2.10.1,41.0,,1966302.0,,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2024-02-08 06:08:17.000,37.0,1966288.0,https://anaconda.org/anaconda/pyramid_jinja2,2025-04-22 15:32:19.383,1847.0,1.0,,,,,,,,,,,,,,,,,BSD-based +535,merchant,agiliq/merchant,django-utils,,https://github.com/agiliq/merchant,https://github.com/agiliq/merchant,BSD-3-Clause,2010-09-29 11:30:58.000,2022-07-08 19:12:50.000000,2015-07-08 05:29:26,684.0,,171,55.0,86.0,32.0,42.0,1024,A Django app to accept payments from various payment processors via Pluggable backends.,34.0,34.0,49.0,19,False,['django'],,,9.0,,75.0,,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,,75.0,,,,3.0,,,,,,,,,,,,,,,,, +536,fastapi-versioning,DeanWay/fastapi-versioning,fastapi-utils,,https://github.com/DeanWay/fastapi-versioning,https://github.com/DeanWay/fastapi-versioning,MIT,2019-12-02 23:40:07.000,2023-07-25 14:20:52.000000,2021-08-24 17:12:25,93.0,,63,6.0,33.0,35.0,17.0,846,api versioning for fastapi web applications.,16.0,,16.0,19,False,['fastapi'],2021-08-24 17:06:33.000,0.10.0,10.0,,78237.0,,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,16.0,78237.0,,,,3.0,,,,,,,,,,,,,,,,, +537,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019-11-03 16:30:26.000,2024-04-09 04:47:10.000000,2024-04-09 04:47:04,96.0,,43,11.0,27.0,20.0,13.0,755,Adds simple SQLAlchemy support to FastAPI.,12.0,3.0,10.0,19,False,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,117448.0,,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,9.0,117448.0,,,,3.0,,,,,,,,,,,,,,,,, +538,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019-08-21 20:51:35.000,2022-09-12 13:55:21.000000,2021-06-03 14:00:13,140.0,,29,7.0,157.0,15.0,23.0,742,Opinionated set of utilities on top of FastAPI.,13.0,,12.0,19,False,['fastapi'],2021-06-03 13:58:16.000,0.2.11,34.0,,19568.0,,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,19568.0,,,,3.0,,,,,,,,,,,,,,,,, +539,Lassie,michaelhelmick/lassie,web-scraping,,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013-07-30 20:41:39.000,2022-07-30 23:22:33.000000,2021-08-20 14:32:48,231.0,,49,19.0,46.0,12.0,29.0,629,Web Content Retrieval for Humans.,52.0,49.0,15.0,19,False,,2021-08-20 14:34:18.000,0.11.11,38.0,,909.0,,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,3.0,909.0,,,,3.0,,,,,,,,,,,,,,,,, +540,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012-06-12 18:40:14.000,2024-01-23 12:59:32.000000,2024-01-23 12:59:32,306.0,,88,19.0,82.0,24.0,38.0,521,Restful API framework wrapped around MongoEngine.,53.0,53.0,18.0,19,False,['flask'],2019-08-26 10:57:49.000,0.3.0,7.0,,240.0,,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,,240.0,,,,3.0,,,,,,,,,,,,,,,,, +541,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2025-11-27 16:20:04.000000,2022-07-03 18:00:41,2993.0,,117,39.0,382.0,51.0,167.0,412,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",234.0,234.0,66.0,19,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +542,flama,perdy/flama,web-frameworks,,https://github.com/vortico/flama,https://github.com/vortico/flama,Apache-2.0,2018-09-27 15:29:54.000,2026-05-06 15:28:08.000000,2026-03-24 22:14:53,527.0,5.0,16,7.0,74.0,13.0,115.0,289,Fire up your models with the flame.,17.0,16.0,9.0,19,True,,2026-03-24 22:17:13.000,1.12.4,57.0,690.0,283.0,vortico/flama,,flama,https://pypi.org/project/flama,2026-03-24 22:17:08.000,1.0,274.0,,,,3.0,,,,,,,,,,,,,,,,, +543,flask-msearch,honmaple/flask-msearch,flask-utils,,https://github.com/honmaple/flask-msearch,https://github.com/honmaple/flask-msearch,BSD-3-Clause,2017-04-15 16:31:48.000,2024-01-16 05:07:23.000000,2024-01-16 05:07:05,61.0,,30,6.0,13.0,8.0,46.0,228,Full text search for flask.,618.0,618.0,4.0,19,False,['flask'],2020-05-18 15:17:04.000,0.2.9,24.0,,519.0,,,flask-msearch,https://pypi.org/project/flask-msearch,2024-01-16 05:06:56.000,,519.0,,,,3.0,,,,,,,,,,,,,,,,, +544,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2025-06-09 12:00:29.000000,2025-06-08 13:47:27,147.0,,711,118.0,33.0,12.0,67.0,7155,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",2.0,,8.0,18,True,,2022-07-17 17:20:18.601,1.1.14,16.0,,1047.0,,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,2.0,1047.0,,,,3.0,,,,,,,,,,,,,,,,, +545,cookiecutter-flask,cookiecutter-flask/cookiecutter-flask,flask-utils,,https://github.com/cookiecutter-flask/cookiecutter-flask,https://github.com/cookiecutter-flask/cookiecutter-flask,MIT,2013-08-16 07:27:55.000,2025-12-02 04:56:04.000000,2025-08-13 12:05:18,2195.0,,750,76.0,2239.0,10.0,181.0,4725,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,78.0,18,True,['flask'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +546,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016-02-18 04:34:48.000,2024-04-08 16:11:09.000000,2022-07-08 00:23:11,773.0,,296,96.0,85.0,50.0,112.0,3288,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,2.0,2.0,7.0,18,False,['flask'],2017-06-13 18:56:28.000,6.2.3,11.0,,57.0,,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,, +547,fastapi-plugins,madkote/fastapi-plugins,fastapi-utils,,https://github.com/madkote/fastapi-plugins,https://github.com/madkote/fastapi-plugins,MIT,2019-11-20 11:41:50.000,2025-07-09 21:03:39.000000,2025-07-09 21:00:37,102.0,,26,2.0,9.0,3.0,14.0,616,FastAPI framework plugins.,119.0,115.0,3.0,18,True,['fastapi'],2025-07-09 21:05:58.000,0.14.0,23.0,,18916.0,,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2025-07-09 21:00:09.000,4.0,18916.0,,,,3.0,,,,,,,,,,,,,,,,, +548,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000,2022-02-07 13:15:15.000000,2021-11-16 00:44:19,643.0,,75,37.0,99.0,16.0,120.0,486,A complete test automation tool.,8.0,7.0,21.0,18,False,,2021-07-30 15:38:36.000,0.10.1,36.0,80.0,86.0,,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,86.0,,,,3.0,,,,,,,,,,,,,,,,, +549,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013-04-09 03:12:09.000,2024-02-20 07:37:04.000000,,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,12.0,,54.0,17,False,,2024-02-20 07:37:04.000,66.0.3,77.0,,3.0,,,instagram-scraper,https://pypi.org/project/instagram-scraper,2024-02-20 07:37:04.000,12.0,3.0,,,,3.0,,,,,,,,,,,,,,,,, +550,fastapi-react,Buuntu/fastapi-react,fastapi-utils,,https://github.com/Buuntu/fastapi-react,https://github.com/Buuntu/fastapi-react,MIT,2020-03-21 19:48:47.000,2023-10-06 23:46:17.000000,2022-02-18 04:40:27,150.0,,365,45.0,140.0,44.0,41.0,2582,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,17,False,['fastapi'],2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +551,libextract,datalib/libextract,others,,https://github.com/datalib/libextract,https://github.com/datalib/libextract,MIT,2015-04-06 08:27:32.000,2020-10-02 11:31:24.000000,2015-05-23 08:52:06,317.0,,41,22.0,19.0,2.0,19.0,506,Extract data from websites using basic statistical magic.,22.0,22.0,3.0,17,False,,2015-06-28 22:20:05.000,0.0.12,4.0,,79.0,,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,,79.0,,,,3.0,,,,,,,,,,,,,,,,, +552,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011-11-05 09:07:26.000,2024-07-23 05:36:00.000000,2021-02-24 02:40:04,189.0,,66,12.0,56.0,20.0,34.0,106,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,2.0,,25.0,17,False,['pyramid'],2021-02-24 02:34:47.000,4.0.0,11.0,,6998.0,,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,2.0,6998.0,,,,3.0,,,,,,,,,,,,,,,,, +553,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000,2026-04-15 22:12:48.000000,2026-04-15 22:12:44,430.0,1.0,28,11.0,77.0,9.0,20.0,96,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",24.0,,20.0,17,True,['pyramid'],,,5.0,,8767.0,,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,24.0,8767.0,,,,3.0,,,,,,,,,,,,,,,,, +554,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/rscarrera27/Flask-GraphQL-Auth,https://github.com/rscarrera27/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2023-05-01 21:37:28.000000,2021-06-16 13:33:51,120.0,,13,6.0,15.0,5.0,13.0,63,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,329.0,329.0,7.0,17,False,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,3067.0,rscarrera27/Flask-GraphQL-Auth,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,,3067.0,,,,3.0,,,,,,,,,,,,,,,,, +555,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/Yelp/pyramid_swagger,https://github.com/Yelp/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2026-04-02 17:06:40.000000,2026-04-02 17:06:40,584.0,1.0,46,11.0,149.0,,,62,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,,,43.0,17,True,['pyramid'],2024-05-08 20:50:15.000,2.9.0,29.0,,8198.0,Yelp/pyramid_swagger,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2024-05-08 20:50:15.000,,8198.0,,,,3.0,,,,,,,,,,,,,,,,, +556,tartiflette-aiohttp,tartiflette/tartiflette-aiohttp,graphql,,https://github.com/tartiflette/tartiflette-aiohttp,https://github.com/tartiflette/tartiflette-aiohttp,MIT,2018-11-07 05:16:40.000,2023-11-12 23:04:30.000000,2022-09-07 18:59:30,228.0,,11,8.0,248.0,16.0,15.0,62,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",59.0,55.0,11.0,17,False,,2021-11-15 10:12:31.000,1.4.1,31.0,,2197.0,,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,2197.0,,,,3.0,,,,,,,,,,,,,,,,, +557,igramscraper,realsirjoe/instagram-scraper,third-party-apis,,https://github.com/realsirjoe/instagram-scraper,https://github.com/realsirjoe/instagram-scraper,MIT,2019-06-10 06:15:55.000,2021-09-05 10:31:32.000000,,,,355,,,108.0,,2145,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",2.0,,24.0,16,False,,2020-05-25 18:11:03.000,0.3.5,9.0,,213.0,,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,213.0,,,,3.0,,,,,,,,,,,,,,,,, +558,Cola,qinxuye/cola,web-scraping,,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013-05-15 06:41:01.000,2022-07-31 00:13:43.000000,2020-03-01 06:25:05,254.0,,529,1.0,3.0,16.0,52.0,1505,A high-level distributed crawling framework.,,,4.0,16,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,47.0,,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,,47.0,,,,3.0,,,,,,,,,,,,,,,,, +559,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,Apache-2.0,2019-06-20 00:49:40.000,2026-01-13 19:47:16.000000,2025-01-14 01:38:22,276.0,,45,6.0,68.0,15.0,33.0,246,Integrate GraphQL with your Pydantic models.,3.0,,24.0,16,False,['graphql'],2024-02-01 18:37:26.000,0.6.1,13.0,,,,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2024-02-01 18:37:26.000,3.0,,,,,3.0,,,,,,,,,,,,,,,,, +560,opengraph,erikriver/opengraph,web-scraping,,https://github.com/erikriver/opengraph,https://github.com/erikriver/opengraph,MIT,2011-06-17 08:11:10.000,2021-12-26 03:18:57.000000,2017-09-19 15:55:05,27.0,,83,13.0,28.0,23.0,2.0,235,A python module to parse the Open Graph Protocol.,113.0,111.0,8.0,16,False,,,,3.0,,1954.0,,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,2.0,1954.0,,,,3.0,,,,,,,,,,,,,,,,, +561,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000000,,,,3837,,,,,17454,Tool for automated Instagram interactions.,,,,15,False,,2022-01-19 04:05:04.000,0.6.16,52.0,,1512.0,,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,,1512.0,,,,3.0,,,,,,,,,,,,,,,,, +562,nginx-ui,schenkd/nginx-ui,admin-ui,,https://github.com/schenkd/nginx-ui,https://github.com/schenkd/nginx-ui,MIT,2020-05-30 08:31:03.000,2024-05-26 05:34:56.000000,2023-04-24 11:52:27,13.0,,274,79.0,25.0,24.0,17.0,4480,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,15,False,,2020-06-28 15:17:10.000,0.2,1.0,,7577.0,,,,,,,,,,,3.0,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,14.0,545576.0,,,, +563,Astra,flipkart-incubator/Astra,testing,,https://github.com/flipkart-incubator/Astra,https://github.com/flipkart-incubator/Astra,Apache-2.0,2018-01-10 11:56:11.000,2024-06-05 17:35:29.000000,2024-05-21 11:35:42,489.0,,413,85.0,76.0,68.0,36.0,2646,Automated Security Testing For REST APIs.,,,13.0,15,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +564,django-schedule,thauber/django-schedule,django-utils,,https://github.com/thauber/django-schedule,https://github.com/thauber/django-schedule,BSD-3-Clause,2009-04-02 02:56:42.000,2019-12-29 09:27:39.000000,2016-04-16 20:26:10,326.0,,290,41.0,8.0,24.0,40.0,848,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,15,False,['django'],,,1.0,,26.0,,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,26.0,,,,3.0,,,,,,,,,,,,,,,,,BSD-3-Clause +565,Growler,pyGrowler/Growler,web-frameworks,,https://github.com/pyGrowler/Growler,https://github.com/pyGrowler/Growler,Apache-2.0,2014-10-22 02:11:12.000,2020-03-08 07:53:32.000000,2020-03-08 07:51:41,599.0,,21,19.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,,,5.0,15,False,,2016-10-16 15:29:10.000,0.8.0,10.0,,172.0,,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,,172.0,,,,3.0,,,,,,,,,,,,,,,,, +566,flask-state,yoobool/flask-state,monitoring,,https://github.com/yoobool/flask-state,https://github.com/yoobool/flask-state,BSD-3-Clause,2020-08-25 02:27:29.000,2021-12-15 18:07:56.000000,2021-06-18 07:32:23,511.0,,51,16.0,23.0,5.0,18.0,607,Display machine state using Python3 with Flask.,3.0,3.0,9.0,15,False,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,63.0,,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,63.0,,,,3.0,,,,,,,,,,,,,,,,, +567,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013-05-18 10:18:28.000,2022-10-09 23:59:25.000000,2022-10-09 23:59:25,738.0,,78,1.0,54.0,24.0,46.0,304,Python blogging engine.,,,39.0,15,False,,2019-12-06 00:18:53.000,1.7.2,24.0,,227.0,,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,,227.0,,,,3.0,,,,,,,,,,,,,,,,, +568,view.py,ZeroIntensity/view.py,web-frameworks,,https://github.com/ZeroIntensity/view.py,https://github.com/ZeroIntensity/view.py,MIT,2023-03-03 17:06:09.000,2026-02-22 16:34:45.000000,2026-02-22 16:34:44,1073.0,16.0,16,2.0,91.0,,119.0,213,The Batteries-Detachable Web Framework.,,,13.0,15,True,,2024-05-26 19:22:30.000,1.0.0-alpha10,10.0,,341.0,,,view.py,https://pypi.org/project/view.py,2024-05-26 19:36:56.000,,341.0,,,,3.0,,,,,,,,,,,,,,,,, +569,tartiflette-asgi,tartiflette/tartiflette-asgi,graphql,,https://github.com/tartiflette/tartiflette-asgi,https://github.com/tartiflette/tartiflette-asgi,MIT,2019-04-19 19:38:45.000,2023-06-26 07:57:25.000000,2022-05-20 21:14:37,166.0,,16,6.0,139.0,14.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,23.0,23.0,15.0,15,False,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,107.0,,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,,107.0,,,,3.0,,,,,,,,,,,,,,,,, +570,pyramid_services,mmerickel/pyramid_services,pyramid-utils,,https://github.com/mmerickel/pyramid_services,https://github.com/mmerickel/pyramid_services,MIT,2015-02-14 06:44:36.000,2025-11-20 20:05:59.000000,2024-08-29 22:50:57,98.0,,11,12.0,16.0,,5.0,82,A service layer for pyramid.,9.0,,7.0,15,False,['pyramid'],2019-04-22 16:43:41.562,0.1.1,9.0,,29299.0,,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:43:41.941,9.0,29299.0,,,,3.0,,,,,,,,,,,,,,,,, +571,huxley,facebookarchive/huxley,testing,,https://github.com/facebookarchive/huxley,https://github.com/facebookarchive/huxley,Apache-2.0,2013-07-30 06:01:12.000,2021-09-07 23:22:47.000000,2014-12-05 21:39:52,68.0,,281,1.0,24.0,41.0,29.0,4059,A testing system for catching visual regressions in Web applications.,,,7.0,14,False,,,,5.0,,32.0,,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,32.0,,,,3.0,,,,,,,,,,,,,,,,, +572,fastapi-permissions,holgi/fastapi-permissions,auth,,https://github.com/holgi/fastapi-permissions,https://github.com/holgi/fastapi-permissions,THE BEER-WARE LICENSE,2019-07-19 22:36:43.000,2023-10-16 14:40:54.000000,2020-10-05 14:24:37,44.0,,49,13.0,10.0,9.0,3.0,657,row level security for FastAPI framework.,,,1.0,14,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,25737.0,,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,25737.0,,,,3.0,,,,,,,,,,,,,,,,, +573,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019-08-03 10:35:23.000,2023-07-06 21:45:13.000000,2021-02-11 19:35:35,36.0,,37,6.0,20.0,9.0,8.0,430,FastAPI client generator.,400.0,400.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +574,flask-file-upload,joegasewicz/flask-file-upload,flask-utils,,https://github.com/joegasewicz/flask-file-upload,https://github.com/joegasewicz/flask-file-upload,MIT,2019-12-13 11:26:42.000,2023-02-16 04:15:10.000000,2023-02-08 08:18:07,375.0,,15,4.0,54.0,14.0,60.0,154,Easy file uploads for Flask.,,,7.0,14,False,['flask'],2021-12-07 13:25:50.000,0.2.1,25.0,,55.0,,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,55.0,,,,3.0,,,,,,,,,,,,,,,,, +575,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2022-09-15 20:25:29.000000,2022-09-15 20:25:29,60.0,,18,9.0,6.0,5.0,2.0,147,Generate a Postman collection from your Flask application.,28.0,28.0,5.0,14,False,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,4617.0,,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,,4617.0,,,,3.0,,,,,,,,,,,,,,,,, +576,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015-12-16 14:33:49.000,2024-11-25 20:05:06.000000,2024-11-25 20:05:06,122.0,,31,6.0,34.0,22.0,20.0,75,JWT authentication for Pyramid.,,,12.0,14,False,['pyramid'],2021-02-20 11:34:46.712,1.6.1,10.0,,7079.0,,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,7079.0,,,,3.0,,,,,,,,,,,,,,,,, +577,lazynlp,chiphuyen/lazynlp,web-scraping,,https://github.com/chiphuyen/lazynlp,https://github.com/chiphuyen/lazynlp,MIT,2019-02-27 23:23:19.000,2020-11-11 12:16:30.000000,2019-10-07 16:52:30,14.0,,321,72.0,5.0,8.0,3.0,2255,Library to scrape and clean web pages to create massive datasets.,,,7.0,13,False,,2019-03-02 17:38:27.000,1.0.0,1.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, +578,gain,gaojiuli/gain,web-scraping,,https://github.com/gaojiuli/gain,https://github.com/gaojiuli/gain,GPL-3.0,2025-08-17 17:08:33.000,2025-08-17 17:08:33.000000,2025-08-17 17:08:33,1.0,,210,,,,,1979,Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP].,1.0,,,13,True,,2017-06-19 01:18:41.000,0.1.4,5.0,,207.0,,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,207.0,,,,3.0,,,,,,,,,,,,,,,,, +579,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2025-03-27 15:12:27.000000,2025-03-27 15:11:05,467.0,,70,2.0,75.0,20.0,,662,Moved to Codeberg.,1.0,,15.0,13,False,,2024-08-09 17:49:09.000,3.3.0,15.0,156.0,417.0,,,salmon-mail,https://pypi.org/project/salmon-mail,2024-08-09 17:49:09.000,1.0,415.0,,,,3.0,,,,,,,,,,,,,,,,, +580,Scrapera,DarshanDeshpande/Scrapera,web-scraping,,https://github.com/DarshanDeshpande/Scrapera,https://github.com/DarshanDeshpande/Scrapera,MIT,2021-01-23 11:55:03.000,2022-05-22 20:08:21.000000,2021-08-30 16:47:21,37.0,,21,9.0,6.0,2.0,5.0,312,A universal package of scraper scripts for humans.,2.0,2.0,4.0,13,False,,2021-02-07 18:22:49.000,1.1.3,19.0,,91.0,,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,91.0,,,,3.0,,,,,,,,,,,,,,,,, +581,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2026-01-29 07:16:46.000000,2020-08-16 21:52:05,198.0,,23,8.0,455.0,216.0,3.0,211,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,13,False,,2020-08-03 20:20:32.000,0.2.4,7.0,154.0,62.0,,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,61.0,,,,3.0,,,,,,,,,,,,,,,,, +582,iploop-sdk,Iploop/proxyclaw,web-scraping,,https://github.com/Iploop/proxyclaw,https://github.com/Iploop/proxyclaw,MIT,2026-02-17 12:36:10.000,2026-04-30 16:48:48.000000,2026-04-30 16:48:47,44.0,44.0,2,2.0,,,,6,"Residential proxy SDK with 66 site presets and built-in anti-detection (TLS fingerprinting, Chrome headers). 2M+ IPs,..",3.0,,3.0,13,False,,2026-03-29 13:31:43.000,1.8.0,7.0,,264.0,,,iploop-sdk,https://pypi.org/project/iploop-sdk,2026-04-30 16:43:26.000,3.0,264.0,,,,3.0,,,,,,,,,,,,,,,,, +583,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastango,https://github.com/yezz123/fastango,MIT,2021-09-30 14:25:29.000,2024-04-29 23:22:28.000000,2021-12-29 13:50:55,36.0,,11,6.0,23.0,1.0,4.0,202,Simplifies class-based views for more organized and maintainable code in FastAPI.,,,2.0,11,False,['fastapi'],2021-11-21 11:00:44.000,1.2.6,9.0,,38.0,yezz123/fastango,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,38.0,,,,3.0,,,,,,,,,,,,,,,,, +584,IP2Trace,ip2location/ip2trace-python,others,,https://github.com/ip2location/ip2trace-python,https://github.com/ip2location/ip2trace-python,MIT,2021-01-15 07:49:23.000,2025-12-31 01:44:03.000000,2025-12-31 01:44:03,26.0,,19,8.0,1.0,,2.0,43,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",5.0,5.0,2.0,11,False,,2024-10-04 05:18:31.000,3.2.2,18.0,,107.0,,,IP2Trace,https://pypi.org/project/IP2Trace,2024-10-04 05:12:31.000,,107.0,,,,3.0,,,,,,,,,,,,,,,,, +585,timing-asgi,steinnes/timing-asgi,monitoring,,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,MIT,2019-02-05 23:53:18.000,2026-02-17 09:27:19.000000,2026-02-17 09:27:05,87.0,4.0,12,1.0,22.0,4.0,5.0,129,ASGI middleware to record and emit timing metrics (to something like statsd).,184.0,184.0,7.0,10,True,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 1cb3099a..16815f0a 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._ -- Streamlit (🥇48 · ⭐ 44K · 📈) - Streamlit A faster way to build and share data apps. Apache-2 -- authlib (🥇39 · ⭐ 5.3K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 -- instagram-scraper (🥉17 · ⭐ 6.9K · 💀) - Scrapes an instagram users photos and videos. Unlicense -- igramscraper (🥉16 · ⭐ 2.1K · 💀) - scrapes medias, likes, followers, tags and all metadata... MIT -- InstaPy (🥉15 · ⭐ 17K · 💀) - Tool for automated Instagram interactions. ❗️GPL-3.0 +- Yarl (🥇37 · ⭐ 1.5K · 📈) - Yet another URL library. Apache-2 +- certifi (🥈36 · ⭐ 970 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +- aiohttp (🥈35 · ⭐ 16K · 📈) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +- playwright (🥈31 · ⭐ 15K · 📈) - A high-level API to automate web browsers. Apache-2 +- quart (🥉26 · ⭐ 3.5K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- web3.py (🥉31 · ⭐ 5.5K · 📉) - A python interface for interacting with the Ethereum blockchain and.. MIT -- certifi (🥉27 · ⭐ 970 · 📉) - (Python Distribution) A carefully curated collection of Root.. ❗Unlicensed -- Flask-Migrate (🥈26 · ⭐ 2.4K · 📉) - SQLAlchemy database migrations for Flask applications.. MIT -- flask-bootstrap (🥉13 · ⭐ 210 · 💀) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed -- playwright (🥉11 · 📉) - Python version of the Playwright testing and automation library. ❗Unlicensed +- django-polymorphic (🥈33 · ⭐ 1.8K · 📉) - Improved Django model inheritance with automatic.. BSD-3 +- sorl-thumbnail (🥉29 · ⭐ 1.8K · 📉) - Thumbnails for Django. BSD-3 +- soupsieve (🥈29 · ⭐ 260 · 📉) - A modern CSS selector implementation for BeautifulSoup. MIT +- selene (🥉23 · ⭐ 730 · 📉) - User-oriented Web UI browser tests in Python. MIT +- gmusicapi (🥉22 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3