From df267f88a7db04a3287e0650883699dfd9c99ca5 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 16 Apr 2026 17:38:33 +0000 Subject: [PATCH] Update best-of list for version 2026.04.16 --- README.md | 2583 +++++++++++++++---------------- history/2026-04-16_changes.md | 20 + history/2026-04-16_projects.csv | 587 +++++++ latest-changes.md | 20 +- 4 files changed, 1833 insertions(+), 1377 deletions(-) create mode 100644 history/2026-04-16_changes.md create mode 100644 history/2026-04-16_projects.csv diff --git a/README.md b/README.md index 3a88551c..74913f48 100644 --- a/README.md +++ b/README.md @@ -32,21 +32,21 @@ This curated list contains 580 awesome open-source projects with a total of 3.4M ## 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) _50 projects_ +- [Web Testing](#web-testing) _49 projects_ - [Web Forms](#web-forms) _5 projects_ - [Markdown](#markdown) _12 projects_ -- [Third-party Web APIs](#third-party-web-apis) _53 projects_ +- [Third-party Web APIs](#third-party-web-apis) _55 projects_ - [Email](#email) _11 projects_ - [Web Scraping & Crawling](#web-scraping--crawling) _34 projects_ - [Monitoring](#monitoring) _13 projects_ @@ -91,12 +91,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (🥇51 · ⭐ 71K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/pallets/flask) (👨‍💻 860 · 🔀 17K · 📥 11K · 📦 2.7M · 📋 2.7K - 0% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/pallets/flask) (👨‍💻 860 · 🔀 17K · 📥 12K · 📦 2.7M · ⏱️ 09.04.2026): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (📥 210M / month): +- [PyPi](https://pypi.org/project/flask) (📥 200M / month): ``` pip install flask ``` @@ -107,12 +107,12 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi (🥇50 · ⭐ 97K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/fastapi/fastapi) (👨‍💻 890 · 🔀 9K · 📦 880K · 📋 3.5K - 0% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/fastapi/fastapi) (👨‍💻 890 · 🔀 9.1K · 📦 880K · 📋 3.5K - 0% open · ⏱️ 16.04.2026): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (📥 370M / month): +- [PyPi](https://pypi.org/project/fastapi) (📥 390M / month · 📦 25K · ⏱️ 16.04.2026): ``` pip install fastapi ``` @@ -121,14 +121,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge fastapi ```
-
django (🥇50 · ⭐ 87K) - The Web framework for perfectionists with deadlines. BSD-3 +
django (🥇48 · ⭐ 87K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 3.4K · 🔀 34K · 📦 2M · ⏱️ 08.04.2026): +- [GitHub](https://github.com/django/django) (👨‍💻 3.4K · 🔀 33K · 📦 2M · ⏱️ 16.04.2026): ``` git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/django) (📥 47M / month · 📦 22K · ⏱️ 07.04.2026): +- [PyPi](https://pypi.org/project/django) (📥 46M / month): ``` pip install django ``` @@ -139,7 +139,7 @@ _General purpose web frameworks to build web applications and REST APIs._
werkzeug (🥇47 · ⭐ 6.9K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 510 · 🔀 1.7K · 📥 2.3K · 📦 1.7M · 📋 1.3K - 0% open · ⏱️ 03.04.2026): +- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 510 · 🔀 1.7K · 📥 2.3K · 📦 1.7M · 📋 1.3K - 0% open · ⏱️ 16.04.2026): ``` git clone https://github.com/pallets/werkzeug @@ -155,12 +155,12 @@ _General purpose web frameworks to build web applications and REST APIs._
starlette (🥈45 · ⭐ 12K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/Kludex/starlette) (👨‍💻 320 · 🔀 1.2K · 📦 410K · 📋 770 - 1% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/Kludex/starlette) (👨‍💻 320 · 🔀 1.1K · 📦 410K · 📋 770 - 1% open · ⏱️ 15.04.2026): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (📥 400M / month · 📦 4.9K · ⏱️ 22.03.2026): +- [PyPi](https://pypi.org/project/starlette) (📥 430M / month): ``` pip install starlette ``` @@ -171,7 +171,7 @@ _General purpose web frameworks to build web applications and REST APIs._
tornado (🥈44 · ⭐ 22K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 -- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 470 · 🔀 5.5K · 📦 700K · 📋 1.9K - 11% open · ⏱️ 31.03.2026): +- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 470 · 🔀 5.3K · 📦 700K · 📋 1.9K - 9% open · ⏱️ 31.03.2026): ``` git clone https://github.com/tornadoweb/tornado @@ -187,28 +187,28 @@ _General purpose web frameworks to build web applications and REST APIs._
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.6M / month): +- [PyPi](https://pypi.org/project/sanic) (📥 2.7M / month · 📦 800 · ⏱️ 31.12.2025): ``` pip install sanic ``` -- [Conda](https://anaconda.org/conda-forge/sanic) (📥 690K · ⏱️ 17.10.2025): +- [Conda](https://anaconda.org/conda-forge/sanic) (📥 700K · ⏱️ 17.10.2025): ``` conda install -c conda-forge sanic ```
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 · 📥 330 · 📦 37K · 📋 860 - 24% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 240 · 🔀 1.5K · 📥 330 · 📦 37K · 📋 930 - 30% open · ⏱️ 23.03.2026): ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (📥 10M / month): +- [PyPi](https://pypi.org/project/bottle) (📥 10M / month · 📦 800 · ⏱️ 15.06.2025): ``` pip install bottle ``` @@ -219,74 +219,62 @@ _General purpose web frameworks to build web applications and REST APIs._
falcon (🥈38 · ⭐ 9.8K) - The no-magic web API and microservices framework for Python.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (👨‍💻 240 · 🔀 980 · 📥 12K · 📦 10K · 📋 1.1K - 13% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/falconry/falcon) (👨‍💻 240 · 🔀 980 · 📥 12K · 📦 10K · 📋 1.1K - 14% open · ⏱️ 15.04.2026): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (📥 980K / month): +- [PyPi](https://pypi.org/project/falcon) (📥 970K / month · 📦 400 · ⏱️ 10.11.2025): ``` pip install falcon ``` -- [Conda](https://anaconda.org/conda-forge/falcon) (📥 930K · ⏱️ 11.11.2025): +- [Conda](https://anaconda.org/conda-forge/falcon) (📥 940K · ⏱️ 11.11.2025): ``` conda install -c conda-forge falcon ```
-
litestar (🥈38 · ⭐ 8.1K) - Light, flexible and extensible ASGI framework | Built to scale. MIT +
litestar (🥈38 · ⭐ 8.2K) - Light, flexible and extensible ASGI framework | Built to scale. MIT -- [GitHub](https://github.com/litestar-org/litestar) (👨‍💻 280 · 🔀 530 · 📦 2.1K · 📋 1.4K - 17% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/litestar-org/litestar) (👨‍💻 280 · 🔀 530 · 📦 2.1K · 📋 1.5K - 18% open · ⏱️ 16.04.2026): ``` git clone https://github.com/litestar-org/litestar ``` -- [PyPi](https://pypi.org/project/litestar) (📥 1.4M / month): +- [PyPi](https://pypi.org/project/litestar) (📥 1.4M / month · 📦 170 · ⏱️ 07.03.2026): ``` pip install litestar ```
-
Flask-AppBuilder (🥈36 · ⭐ 4.9K) - Simple and rapid application development framework,.. BSD-3 +
CherryPy (🥈35 · ⭐ 1.9K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 230 · 🔀 1.4K · 📋 1.4K - 18% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 150 · 🔀 370 · 📦 15K · 📋 1.8K - 14% open · ⏱️ 20.11.2025): ``` - git clone https://github.com/dpgaspar/Flask-AppBuilder - ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 15M / month · 📦 14 · ⏱️ 09.04.2026): - ``` - pip install flask-appbuilder - ``` -- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 700K · ⏱️ 09.04.2026): - ``` - conda install -c conda-forge flask-appbuilder + git clone https://github.com/cherrypy/cherrypy ``` -
-
eve (🥉34 · ⭐ 6.7K) - REST API framework designed for human beings. BSD-3 - -- [GitHub](https://github.com/pyeve/eve) (👨‍💻 220 · 🔀 730 · 📦 1.2K · 📋 980 - 2% open · ⏱️ 24.03.2026): - +- [PyPi](https://pypi.org/project/cherrypy) (📥 710K / month · 📦 430 · ⏱️ 14.06.2024): ``` - git clone https://github.com/pyeve/eve + pip install cherrypy ``` -- [PyPi](https://pypi.org/project/eve) (📥 26K / month · 📦 46 · ⏱️ 24.03.2026): +- [Conda](https://anaconda.org/anaconda/cherrypy) (📥 32K · ⏱️ 12.12.2025): ``` - pip install eve + conda install -c anaconda cherrypy ```
-
CherryPy (🥉34 · ⭐ 1.9K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 +
Flask-AppBuilder (🥉34 · ⭐ 4.9K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 150 · 🔀 360 · 📦 15K · 📋 1.8K - 13% open · ⏱️ 20.11.2025): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 230 · 🔀 1.4K · 📋 1.3K - 14% open · ⏱️ 09.04.2026): ``` - git clone https://github.com/cherrypy/cherrypy + git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/cherrypy) (📥 640K / month): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 15M / month): ``` - pip install cherrypy + pip install flask-appbuilder ``` -- [Conda](https://anaconda.org/anaconda/cherrypy) (📥 32K · ⏱️ 12.12.2025): +- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 710K · ⏱️ 16.04.2026): ``` - conda install -c anaconda cherrypy + conda install -c conda-forge flask-appbuilder ```
django-tastypie (🥉33 · ⭐ 4K · 💤) - Creating delicious APIs for Django apps since 2010. BSD-3 @@ -303,12 +291,12 @@ _General purpose web frameworks to build web applications and REST APIs._
robyn (🥉31 · ⭐ 7.2K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2 -- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 86 · 🔀 330 · 📦 250 · 📋 590 - 21% open · ⏱️ 28.03.2026): +- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 86 · 🔀 330 · 📦 250 · 📋 590 - 21% open · ⏱️ 12.04.2026): ``` git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/robyn) (📥 35K / month): +- [PyPi](https://pypi.org/project/robyn) (📥 30K / month · 📦 19 · ⏱️ 12.04.2026): ``` pip install robyn ``` @@ -319,12 +307,12 @@ _General purpose web frameworks to build web applications and REST APIs._
responder (🥉31 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2 -- [GitHub](https://github.com/kennethreitz/responder) (👨‍💻 87 · 🔀 220 · 📦 590 · ⏱️ 25.03.2026): +- [GitHub](https://github.com/kennethreitz/responder) (👨‍💻 87 · 🔀 220 · 📦 590 · ⏱️ 12.04.2026): ``` git clone https://github.com/taoufik07/responder ``` -- [PyPi](https://pypi.org/project/responder) (📥 5.2K / month): +- [PyPi](https://pypi.org/project/responder) (📥 5.4K / month): ``` pip install responder ``` @@ -340,19 +328,19 @@ _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.2K / month): +- [PyPi](https://pypi.org/project/emmett) (📥 1.3K / month · 📦 8 · ⏱️ 07.04.2026): ``` pip install emmett ```
webpy (🥉27 · ⭐ 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense -- [GitHub](https://github.com/webpy/webpy) (👨‍💻 96 · 🔀 1.3K · 📦 21 · 📋 470 - 11% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/webpy/webpy) (👨‍💻 96 · 🔀 1.3K · 📦 21 · 📋 460 - 9% open · ⏱️ 23.03.2026): ``` git clone https://github.com/webpy/webpy ``` -- [PyPi](https://pypi.org/project/web.py) (📥 51K / month · 📦 53 · ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/web.py) (📥 53K / month · 📦 53 · ⏱️ 09.11.2020): ``` pip install web.py ``` @@ -363,7 +351,7 @@ _General purpose web frameworks to build web applications and REST APIs._
web2py (🥉25 · ⭐ 2.2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 -- [GitHub](https://github.com/web2py/web2py) (👨‍💻 270 · 🔀 900 · 📋 1.1K - 33% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/web2py/web2py) (👨‍💻 270 · 🔀 890 · 📋 1.1K - 33% open · ⏱️ 08.04.2026): ``` git clone https://github.com/web2py/web2py @@ -371,42 +359,43 @@ _General purpose web frameworks to build web applications and REST APIs._
flama (🥉19 · ⭐ 290) - Fire up your models with the flame. Apache-2 -- [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 16 · 📥 680 · 📦 16 · 📋 120 - 3% open · ⏱️ 24.03.2026): +- [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 16 · 📥 680 · 📦 16 · 📋 120 - 6% open · ⏱️ 24.03.2026): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 430 / month · 📦 1 · ⏱️ 24.03.2026): +- [PyPi](https://pypi.org/project/flama) (📥 440 / month): ``` pip install flama ```
view.py (🥉16 · ⭐ 210) - The Batteries-Detachable Web Framework. MIT -- [GitHub](https://github.com/ZeroIntensity/view.py) (👨‍💻 12 · 🔀 16 · ⏱️ 22.02.2026): +- [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) (📥 590 / month): +- [PyPi](https://pypi.org/project/view.py) (📥 680 / month · ⏱️ 26.05.2024): ``` pip install view.py ```
-
Show 14 hidden projects... +
Show 15 hidden projects... - django-rest-framework (🥈43 · ⭐ 30K) - Web APIs for Django. ❗Unlicensed -- pyramid (🥈37 · ⭐ 4.1K) - Pyramid - A Python web framework. ❗Unlicensed - flask-restful (🥈36 · ⭐ 6.9K · 💀) - Simple framework for creating REST APIs. BSD-3 +- pyramid (🥈36 · ⭐ 4.1K) - Pyramid - A Python web framework. ❗Unlicensed - hug (🥉32 · ⭐ 6.9K · 💀) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT -- flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. BSD-3 +- eve (🥉29 · ⭐ 6.7K) - REST API framework designed for human beings. ❗Unlicensed +- flask-restplus (🥉27 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. ❗Unlicensed - 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 +- cornice (🥉26 · ⭐ 390 · 💀) - Build Web Services with Pyramid. ❗Unlicensed - 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 - guillotina (🥉22 · ⭐ 210) - Python AsyncIO data API to manage billions of resources. ❗Unlicensed - vibora (🥉20 · ⭐ 5.6K · 💀) - Fast, asynchronous and elegant Python web framework. MIT -- flask-mongorest (🥉20 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine. BSD-3 +- flask-mongorest (🥉19 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine. BSD-3 - quart (🥉17 · ⭐ 29 · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT - Growler (🥉14 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2
@@ -416,34 +405,34 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
requests (🥇50 · ⭐ 54K) - A simple, yet elegant, HTTP library. Apache-2 +
requests (🥇51 · ⭐ 54K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 780 · 🔀 9.5K · 📥 33K · 📦 4.2M · 📋 4.1K - 3% open · ⏱️ 05.04.2026): +- [GitHub](https://github.com/psf/requests) (👨‍💻 780 · 🔀 9.8K · 📥 33K · 📦 4.2M · 📋 4.2K - 5% open · ⏱️ 15.04.2026): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (📥 1.3B / month): +- [PyPi](https://pypi.org/project/requests) (📥 1.4B / month · 📦 160K · ⏱️ 30.03.2026): ``` pip install requests ``` -- [Conda](https://anaconda.org/conda-forge/requests) (📥 79M · ⏱️ 30.03.2026): +- [Conda](https://anaconda.org/conda-forge/requests) (📥 80M · ⏱️ 30.03.2026): ``` conda install -c conda-forge requests ```
urllib3 (🥇46 · ⭐ 4K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 390 · 🔀 1.3K · 📥 86K · 📦 2.5M · 📋 1.4K - 10% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 390 · 🔀 1.3K · 📥 87K · 📦 2.5M · 📋 1.4K - 12% open · ⏱️ 07.04.2026): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (📥 1.4B / month): +- [PyPi](https://pypi.org/project/urllib3) (📥 1.4B / month · 📦 22K · ⏱️ 07.01.2026): ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 87M · ⏱️ 07.01.2026): +- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 88M · ⏱️ 07.01.2026): ``` conda install -c conda-forge urllib3 ``` @@ -455,7 +444,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) (📥 510M / month): +- [PyPi](https://pypi.org/project/httpx) (📥 550M / month · 📦 22K · ⏱️ 15.09.2025): ``` pip install httpx ``` @@ -464,62 +453,46 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httpx ```
-
httpcore (🥈35 · ⭐ 540) - A minimal HTTP client. BSD-3 - -- [GitHub](https://github.com/encode/httpcore) (👨‍💻 59 · 🔀 150 · 📦 410K · 📋 220 - 20% open · ⏱️ 13.10.2025): - - ``` - git clone https://github.com/encode/httpcore - ``` -- [PyPi](https://pypi.org/project/httpcore) (📥 500M / month · 📦 970 · ⏱️ 24.04.2025): - ``` - pip install httpcore - ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 17M · ⏱️ 25.04.2025): - ``` - conda install -c conda-forge httpcore - ``` -
-
httplib2 (🥈34 · ⭐ 510) - Small, fast HTTP client library for Python. Features persistent.. MIT +
aiohttp (🥈35 · ⭐ 16K · 📈) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/httplib2/httplib2) (👨‍💻 80 · 🔀 190 · 📦 270K · 📋 140 - 45% open · ⏱️ 23.01.2026): +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 960 · 🔀 2.2K): ``` - git clone https://github.com/httplib2/httplib2 + git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/httplib2) (📥 130M / month · 📦 1.2K · ⏱️ 23.01.2026): +- [PyPi](https://pypi.org/project/aiohttp) (📥 450M / month · 📦 29K · ⏱️ 31.03.2026): ``` - pip install httplib2 + pip install aiohttp ``` -- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 5.1M · ⏱️ 24.01.2026): +- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 25M · ⏱️ 31.03.2026): ``` - conda install -c conda-forge httplib2 + conda install -c conda-forge aiohttp ```
-
requests-futures (🥈33 · ⭐ 2.2K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 +
httpcore (🥈35 · ⭐ 540) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/ross/requests-futures) (👨‍💻 28 · 🔀 150 · 📦 7.8K · ⏱️ 09.04.2026): +- [GitHub](https://github.com/encode/httpcore) (👨‍💻 59 · 🔀 150 · 📦 410K · 📋 180 - 3% open · ⏱️ 13.10.2025): ``` - git clone https://github.com/ross/requests-futures + git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/requests-futures) (📥 3.6M / month · 📦 310 · ⏱️ 15.11.2024): +- [PyPi](https://pypi.org/project/httpcore) (📥 540M / month): ``` - pip install requests-futures + pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 430K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 17M · ⏱️ 25.04.2025): ``` - conda install -c conda-forge requests-futures + conda install -c conda-forge httpcore ```
httptools (🥈33 · ⭐ 1.3K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 22 · 🔀 99 · 📦 190K · 📋 72 - 27% open · ⏱️ 24.03.2026): +- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 22 · 🔀 100 · 📦 190K · 📋 72 - 27% open · ⏱️ 24.03.2026): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (📥 120M / month · 📦 490 · ⏱️ 10.10.2025): +- [PyPi](https://pypi.org/project/httptools) (📥 130M / month): ``` pip install httptools ``` @@ -528,58 +501,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httptools ```
-
python-zeep (🥉31 · ⭐ 2K) - A Python SOAP client. MIT - -- [GitHub](https://github.com/mvantellingen/python-zeep) (👨‍💻 150 · 🔀 610 · 📋 1.2K - 39% open · ⏱️ 20.01.2026): - - ``` - git clone https://github.com/mvantellingen/python-zeep - ``` -- [PyPi](https://pypi.org/project/zeep) (📥 39M / month · 📦 640 · ⏱️ 15.09.2025): - ``` - pip install zeep - ``` -- [Conda](https://anaconda.org/conda-forge/zeep) (📥 480K · ⏱️ 16.09.2025): - ``` - conda install -c conda-forge zeep - ``` -
-
treq (🥉28 · ⭐ 600) - Python requests like API built on top of Twisteds HTTP client. MIT - -- [GitHub](https://github.com/twisted/treq) (👨‍💻 57 · 🔀 140 · 📥 460 · 📦 1.8K · 📋 180 - 33% open · ⏱️ 03.01.2026): - - ``` - git clone https://github.com/twisted/treq - ``` -- [PyPi](https://pypi.org/project/treq) (📥 210K / month · 📦 130 · ⏱️ 03.06.2025): - ``` - pip install treq - ``` -- [Conda](https://anaconda.org/conda-forge/treq) (📥 220K · ⏱️ 03.06.2025): - ``` - conda install -c conda-forge treq - ``` -
-
httpstat (🥉24 · ⭐ 6.3K) - curl statistics made simple. MIT +
httpstat (🥉23 · ⭐ 6.2K) - curl statistics made simple. MIT -- [GitHub](https://github.com/reorx/httpstat) (👨‍💻 6 · 🔀 380 · 📥 360 · 📦 20 · 📋 30 - 26% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/reorx/httpstat) (👨‍💻 6 · 🔀 380 · 📥 360 · 📦 20 · 📋 26 - 15% open · ⏱️ 08.04.2026): ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (📥 1.7K / month · ⏱️ 08.04.2026): +- [PyPi](https://pypi.org/project/httpstat) (📥 1.8K / month): ``` pip install httpstat ```
-
Show 8 hidden projects... +
Show 12 hidden projects... -- pycurl (🥈36 · ⭐ 1.1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 -- requests-toolbelt (🥈33 · ⭐ 1K · 💀) - A toolbelt of useful classes and functions to be used.. Apache-2 +- pycurl (🥈35 · ⭐ 1.1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 +- httpie (🥈32 · ⭐ 38K · 💀) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +- requests-futures (🥉30 · ⭐ 2.2K) - Asynchronous Python HTTP Requests for Humans using.. ❗Unlicensed - hyper (🥉30 · ⭐ 1.1K · 💀) - HTTP/2 for Python. MIT -- httpie (🥉29 · ⭐ 38K · 💀) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +- requests-toolbelt (🥉30 · ⭐ 1K · 💀) - A toolbelt of useful classes and functions to be used.. ❗Unlicensed - 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 +- httplib2 (🥉29 · ⭐ 510) - Small, fast HTTP client library for Python. Features persistent.. ❗Unlicensed +- http-prompt (🥉25 · ⭐ 9.1K · 💀) - An interactive command-line HTTP and API testing client built on.. MIT +- python-zeep (🥉25 · ⭐ 2K) - A Python SOAP client. ❗Unlicensed +- treq (🥉25 · ⭐ 600) - Python requests like API built on top of Twisteds HTTP client. ❗Unlicensed - pysimplesoap (🥉24 · ⭐ 370 · 💀) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-parser (🥉23 · ⭐ 350 · 💀) - HTTP request/response parser for python in C. MIT
@@ -589,30 +534,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
uvicorn (🥇43 · ⭐ 11K) - An ASGI web server, for Python. BSD-3 +
uvicorn (🥇44 · ⭐ 11K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/Kludex/uvicorn) (👨‍💻 220 · 🔀 930 · 📦 870K · 📋 710 - 3% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/Kludex/uvicorn) (👨‍💻 220 · 🔀 910 · 📦 870K · 📋 710 - 2% open · ⏱️ 14.04.2026): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (📥 410M / month · 📦 16K · ⏱️ 06.04.2026): +- [PyPi](https://pypi.org/project/uvicorn) (📥 440M / month): ``` pip install uvicorn ``` -- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 6.1M · ⏱️ 06.04.2026): +- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 6.2M · ⏱️ 06.04.2026): ``` conda install -c conda-forge uvicorn ```
-
asgiref (🥈38 · ⭐ 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): +- [GitHub](https://github.com/django/asgiref) (👨‍💻 110 · 🔀 240 · 📦 1.1M · 📋 250 - 19% open · ⏱️ 23.02.2026): ``` git clone https://github.com/django/asgiref ``` -- [PyPi](https://pypi.org/project/asgiref) (📥 110M / month · 📦 1.3K · ⏱️ 03.02.2026): +- [PyPi](https://pypi.org/project/asgiref) (📥 110M / month): ``` pip install asgiref ``` @@ -621,7 +566,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge asgiref ```
-
whitenoise (🥉35 · ⭐ 2.7K) - Radically simplified static file serving for Python web apps. MIT +
whitenoise (🥈35 · ⭐ 2.7K) - Radically simplified static file serving for Python web apps. MIT - [GitHub](https://github.com/evansd/whitenoise) (👨‍💻 71 · 🔀 150 · 📦 530K · 📋 250 - 10% open · ⏱️ 07.04.2026): @@ -644,35 +589,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (📥 5.5M / month): +- [PyPi](https://pypi.org/project/mangum) (📥 5.3M / month): ``` pip install mangum ```
-
Hypercorn (🥉27 · ⭐ 1.5K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (🥉29 · ⭐ 1.5K) - 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 · 📋 270 - 45% open · ⏱️ 08.11.2025): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (📥 4.6M / month): +- [PyPi](https://pypi.org/project/hypercorn) (📥 4.7M / month · 📦 160 · ⏱️ 08.11.2025): ``` pip install hypercorn ```
-
livereload (🥉27 · ⭐ 1.1K) - livereload server in python. BSD-3 +
livereload (🥉22 · ⭐ 1.1K) - livereload server in python. BSD-3 -- [GitHub](https://github.com/lepture/python-livereload) (👨‍💻 61 · 🔀 150 · 📋 170 - 34% open · ⏱️ 01.02.2026): +- [GitHub](https://github.com/lepture/python-livereload) (👨‍💻 61 · 🔀 150 · 📋 160 - 30% open · ⏱️ 01.02.2026): ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (📥 830K / month · 📦 350 · ⏱️ 18.12.2024): +- [PyPi](https://pypi.org/project/livereload) (📥 810K / month): ``` pip install livereload ``` -- [Conda](https://anaconda.org/conda-forge/livereload) (📥 800K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/livereload) (📥 810K · ⏱️ 22.04.2025): ``` conda install -c conda-forge livereload ``` @@ -681,10 +626,10 @@ _General purpose web frameworks to build web applications and REST APIs._ - 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 -- 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 +- waitress (🥈35 · ⭐ 1.6K) - Waitress - A WSGI server for Python 3. ❗Unlicensed +- bjoern (🥉24 · ⭐ 3K · 💀) - A screamingly fast Python 2/3 WSGI server written in C. ❗Unlicensed +- Meinheld (🥉22 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server.. ❗Unlicensed +- django-devserver (🥉22 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver. BSD-3

@@ -694,7 +639,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (🥇42 · ⭐ 10K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 800 · 🔀 3K · 📦 270K · 📋 2.4K - 0% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 800 · 🔀 3K · 📦 270K · 📋 2.4K - 0% open · ⏱️ 13.04.2026): ``` git clone https://github.com/pennersr/django-allauth @@ -703,7 +648,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 320K · ⏱️ 02.04.2026): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 320K · ⏱️ 13.04.2026): ``` conda install -c conda-forge django-allauth ``` @@ -715,7 +660,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jpadilla/pyjwt ``` -- [PyPi](https://pypi.org/project/pyjwt) (📥 510M / month): +- [PyPi](https://pypi.org/project/pyjwt) (📥 540M / month): ``` pip install pyjwt ``` @@ -731,7 +676,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) (📥 300M / month): +- [PyPi](https://pypi.org/project/oauthlib) (📥 310M / month): ``` pip install oauthlib ``` @@ -740,14 +685,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge oauthlib ```
-
django-guardian (🥇37 · ⭐ 3.9K) - Per object permissions for Django. BSD-2 +
authlib (🥇39 · ⭐ 5.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 + +- [GitHub](https://github.com/authlib/authlib) (👨‍💻 140 · 🔀 520 · 📦 51K · 📋 540 - 21% open · ⏱️ 16.04.2026): + + ``` + git clone https://github.com/lepture/authlib + ``` +- [PyPi](https://pypi.org/project/authlib) (📥 130M / month): + ``` + pip install authlib + ``` +- [Conda](https://anaconda.org/conda-forge/authlib) (📥 290K · ⏱️ 16.04.2026): + ``` + conda install -c conda-forge authlib + ``` +
+
django-guardian (🥈37 · ⭐ 3.9K) - Per object permissions for Django. BSD-2 -- [GitHub](https://github.com/django-guardian/django-guardian) (👨‍💻 190 · 🔀 580 · 📦 7.8K · 📋 510 - 6% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/django-guardian/django-guardian) (👨‍💻 190 · 🔀 580 · 📦 7.8K · 📋 510 - 6% open · ⏱️ 13.04.2026): ``` git clone https://github.com/django-guardian/django-guardian ``` -- [PyPi](https://pypi.org/project/django-guardian) (📥 840K / month · 📦 110 · ⏱️ 30.03.2026): +- [PyPi](https://pypi.org/project/django-guardian) (📥 850K / month · 📦 110 · ⏱️ 30.03.2026): ``` pip install django-guardian ``` @@ -756,14 +717,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-guardian ```
-
requests-oauthlib (🥇37 · ⭐ 1.8K · 💤) - OAuthlib support for Python-Requests!. ISC +
requests-oauthlib (🥈37 · ⭐ 1.8K · 💤) - OAuthlib support for Python-Requests!. ISC -- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 410 · 📦 600K · 📋 270 - 37% open · ⏱️ 18.06.2025): +- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 420 · 📦 600K · 📋 300 - 42% open · ⏱️ 18.06.2025): ``` git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 340M / month): +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 350M / month · 📦 2K · ⏱️ 25.03.2024): ``` pip install requests-oauthlib ``` @@ -772,14 +733,30 @@ _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) (📥 420M / month · 📦 4.2K · ⏱️ 10.04.2026): + ``` + pip install google-auth + ``` +- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 13M · ⏱️ 11.04.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): +- [GitHub](https://github.com/maxcountryman/flask-login) (👨‍💻 120 · 🔀 800 · 📦 220K · 📋 420 - 1% open · ⏱️ 27.08.2025): ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (📥 25M / month · 📦 670 · ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/flask-login) (📥 25M / month): ``` pip install flask-login ``` @@ -799,19 +776,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install dj-rest-auth ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 56K · ⏱️ 16.03.2026): +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 57K · ⏱️ 16.03.2026): ``` conda install -c conda-forge dj-rest-auth ```
fastapi-users (🥈33 · ⭐ 6.1K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 78 · 🔀 500 · 📥 490 · 📦 5.6K · 📋 300 - 1% open · ⏱️ 27.03.2026): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 78 · 🔀 500 · 📥 500 · 📦 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.4M / month · 📦 42 · ⏱️ 27.03.2026): +- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.7M / month · 📦 42 · ⏱️ 27.03.2026): ``` pip install fastapi-users ``` @@ -827,7 +804,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (📥 2.6M / month · 📦 240 · ⏱️ 28.03.2026): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 2.4M / month): ``` pip install flask-httpauth ``` @@ -836,20 +813,20 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-httpauth ```
-
authlib (🥈32 · ⭐ 5.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 +
pyotp (🥈32 · ⭐ 3.3K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/authlib/authlib) (👨‍💻 140 · 🔀 520 · 📋 540 - 21% open · ⏱️ 01.04.2026): +- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 48 · 🔀 350 · 📥 680 · 📦 27K · 📋 100 - 5% open · ⏱️ 03.01.2026): ``` - git clone https://github.com/lepture/authlib + git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/authlib) (📥 120M / month): +- [PyPi](https://pypi.org/project/pyotp) (📥 22M / month · 📦 460 · ⏱️ 27.07.2023): ``` - pip install authlib + pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (📥 280K · ⏱️ 02.03.2026): +- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 110K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge authlib + conda install -c conda-forge pyotp ```
djoser (🥈32 · ⭐ 2.7K · 💤) - REST implementation of Django authentication system. MIT @@ -864,60 +841,44 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install djoser ```
-
python-jose (🥈32 · ⭐ 1.7K · 💤) - A JOSE implementation in Python. MIT +
django-rest-knox (🥉31 · ⭐ 1.3K) - Authentication Module for django rest auth. MIT -- [GitHub](https://github.com/mpdavis/python-jose) (👨‍💻 62 · 🔀 260 · 📋 180 - 52% open · ⏱️ 28.05.2025): +- [GitHub](https://github.com/jazzband/django-rest-knox) (👨‍💻 64 · 🔀 220 · 📦 12K · 📋 170 - 14% open · ⏱️ 10.03.2026): ``` - git clone https://github.com/mpdavis/python-jose - ``` -- [PyPi](https://pypi.org/project/python-jose) (📥 37M / month · 📦 1.1K · ⏱️ 28.05.2025): - ``` - pip install python-jose + git clone https://github.com/James1345/django-rest-knox ``` -- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 2.6M · ⏱️ 29.05.2025): +- [PyPi](https://pypi.org/project/django-rest-knox) (📥 530K / month): ``` - conda install -c conda-forge python-jose + pip install django-rest-knox ```
-
django-rest-framework-simplejwt (🥈31 · ⭐ 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT +
django-rest-framework-simplejwt (🥉27 · ⭐ 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 140 · 🔀 700 · 📋 560 - 27% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 140 · 🔀 650 · 📋 520 - 20% open · ⏱️ 23.03.2026): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 6.4M / month · 📦 310 · ⏱️ 21.07.2025): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 6.5M / month): ``` pip install djangorestframework-simplejwt ```
-
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): - - ``` - git clone https://github.com/James1345/django-rest-knox - ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (📥 530K / month · 📦 46 · ⏱️ 10.03.2026): - ``` - pip install django-rest-knox - ``` -
-
google-auth (🥈31 · ⭐ 870) - This library has moved to https://github.com/googleapis/google-.. Apache-2 +
python-jose (🥉27 · ⭐ 1.7K · 💤) - 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 · 🔀 250 · 📋 180 - 50% 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) (📥 410M / month): +- [PyPi](https://pypi.org/project/python-jose) (📥 38M / month): ``` - pip install google-auth + pip install python-jose ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 13M · ⏱️ 13.03.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-cas-ng (🥉27 · ⭐ 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT @@ -927,7 +888,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (📥 59K / month · 📦 15 · ⏱️ 18.11.2025): +- [PyPi](https://pypi.org/project/django-cas-ng) (📥 57K / month · 📦 15 · ⏱️ 18.11.2025): ``` pip install django-cas-ng ``` @@ -944,18 +905,6 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install rules ```
-
authomatic (🥉23 · ⭐ 1K) - Simple yet powerful authorization / authentication client library for.. MIT - -- [GitHub](https://github.com/authomatic/authomatic) (👨‍💻 49 · 🔀 400 · 📋 150 - 33% open · ⏱️ 12.12.2025): - - ``` - git clone https://github.com/authomatic/authomatic - ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 4.3K / month · 📦 10 · ⏱️ 28.05.2024): - ``` - pip install authomatic - ``` -
fastapi_login (🥉23 · ⭐ 820 · 💤) - FastAPI-Login tries to provide similar functionality as.. MIT - [GitHub](https://github.com/maxrdu/fastapi_login) (👨‍💻 15 · 🔀 67 · 📥 16 · 📦 1.1K · 📋 59 - 1% open · ⏱️ 20.05.2025): @@ -963,7 +912,7 @@ _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) (📥 47K / month): ``` pip install fastapi_login ``` @@ -975,41 +924,63 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (📥 5.6K / month · 📦 2 · ⏱️ 19.08.2025): +- [PyPi](https://pypi.org/project/flask-praetorian) (📥 5.2K / month · 📦 2 · ⏱️ 19.08.2025): ``` pip install flask-praetorian ```
-
flask_simplelogin (🥉19 · ⭐ 210 · 💤) - Simple Login - Login Extension for Flask. MIT +
authomatic (🥉19 · ⭐ 1.1K) - Simple yet powerful authorization / authentication client library for.. MIT + +- [GitHub](https://github.com/authomatic/authomatic) (👨‍💻 49 · 🔀 400 · 📋 130 - 24% open · ⏱️ 12.12.2025): + + ``` + git clone https://github.com/authomatic/authomatic + ``` +- [PyPi](https://pypi.org/project/authomatic) (📥 3.9K / month): + ``` + pip install authomatic + ``` +
+
flask_simplelogin (🥉17 · ⭐ 200 · 💤) - Simple Login - Login Extension for Flask. MIT -- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 12 · 🔀 43 · 📦 140 · 📋 21 - 14% open · ⏱️ 09.08.2025): +- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 12 · 🔀 39 · 📦 140 · 📋 21 - 14% open · ⏱️ 09.08.2025): ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 46K / month · 📦 2 · ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 43K / month): ``` pip install flask_simplelogin ```
-
Show 18 hidden projects... +
apex (🥉14 · ⭐ 95) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT + +- [GitHub](https://github.com/cd34/apex) (👨‍💻 20 · 🔀 27 · 📋 25 - 20% open · ⏱️ 15.04.2026): + + ``` + git clone https://github.com/cd34/apex + ``` +- [PyPi](https://pypi.org/project/apex) (📥 9.9K / month): + ``` + pip install apex + ``` +
+
Show 16 hidden projects... -- django-oauth-toolkit (🥈35 · ⭐ 3.3K) - OAuth2 goodies for the Djangonauts!. ❗Unlicensed +- 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 (🥈33 · ⭐ 2.8K · 💀) - Social auth made simple. BSD-3 -- django-rest-framework-jwt (🥈31 · ⭐ 3.2K · 💀) - JSON Web Token Authentication support for Django REST.. MIT -- pyotp (🥉30 · ⭐ 3.3K) - Python One-Time Password Library. ❗Unlicensed +- 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 - 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 -- oauth2client (🥉27 · ⭐ 800 · 💀) - This is a Python library for accessing resources protected.. Apache-2 -- Flask-User (🥉26 · ⭐ 1.1K · 💀) - Customizable User Authorization & User Management: Register,.. MIT -- python-oauth2 (🥉24 · ⭐ 3K · 💀) - A fully tested, abstract interface to creating OAuth clients.. MIT +- Flask-User (🥉25 · ⭐ 1.1K · 💀) - Customizable User Authorization & User Management: Register,.. MIT +- Flask-OpenID (🥉25 · ⭐ 240 · 💀) - Flask-OpenID adds openid support to flask applications. BSD-3 - 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 -- fastapi-jwt-auth (🥉21 · ⭐ 830 · 💀) - FastAPI extension that provides JWT Auth support.. MIT -- Flask-OpenID (🥉17 · ⭐ 230 · 💀) - Flask-OpenID adds openid support to flask applications. ❗Unlicensed +- python-oauth2 (🥉22 · ⭐ 3K · 💀) - A fully tested, abstract interface to creating OAuth clients.. MIT +- rauth (🥉22 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT +- velruse (🥉21 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications. MIT +- fastapi-jwt-auth (🥉18 · ⭐ 830 · 💀) - FastAPI extension that provides JWT Auth support.. MIT - python-jwt (🥉17 · ⭐ 220 · 💀) - Python module for generating and verifying JSON Web Tokens. MIT -- apex (🥉17 · ⭐ 96 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. 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 +990,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
WeasyPrint (🥇40 · ⭐ 8.8K) - The awesome document factory. BSD-3 +
WeasyPrint (🥇40 · ⭐ 8.9K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 180 · 🔀 790 · 📥 27K · 📦 29K · 📋 2.2K - 6% open · ⏱️ 24.03.2026): +- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 180 · 🔀 790 · 📥 27K · 📦 30K · 📋 2.2K - 6% open · ⏱️ 16.04.2026): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (📥 20M / month · 📦 700 · ⏱️ 06.02.2026): +- [PyPi](https://pypi.org/project/weasyprint) (📥 20M / month): ``` pip install weasyprint ``` @@ -1037,16 +1008,16 @@ _General purpose web frameworks to build web applications and REST APIs._
lxml (🥇40 · ⭐ 3K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (👨‍💻 180 · 🔀 590 · 📥 11K · 📦 610K · ⏱️ 09.04.2026): +- [GitHub](https://github.com/lxml/lxml) (👨‍💻 180 · 🔀 590 · 📥 9.6K · 📦 610K · ⏱️ 12.04.2026): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (📥 270M / month): +- [PyPi](https://pypi.org/project/lxml) (📥 290M / month): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (📥 20M · ⏱️ 09.04.2026): +- [Conda](https://anaconda.org/conda-forge/lxml) (📥 20M · ⏱️ 12.04.2026): ``` conda install -c conda-forge lxml ``` @@ -1058,7 +1029,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pallets/markupsafe ``` -- [PyPi](https://pypi.org/project/markupsafe) (📥 580M / month): +- [PyPi](https://pypi.org/project/markupsafe) (📥 590M / month · 📦 5.3K · ⏱️ 27.09.2025): ``` pip install markupsafe ``` @@ -1069,12 +1040,12 @@ _General purpose web frameworks to build web applications and REST APIs._
xhtml2pdf (🥉34 · ⭐ 2.4K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 170 · 🔀 660 · 📥 94 · 📦 21K · 📋 460 - 29% open · ⏱️ 19.01.2026): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 170 · 🔀 620 · 📥 94 · 📦 21K · 📋 450 - 28% open · ⏱️ 19.01.2026): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 3.3M / month · 📦 140 · ⏱️ 23.02.2025): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 3.3M / month): ``` pip install xhtml2pdf ``` @@ -1083,50 +1054,35 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge xhtml2pdf ```
-
pyquery (🥉31 · ⭐ 2.4K) - A jquery-like library for python. BSD-3 - -- [GitHub](https://github.com/gawel/pyquery) (👨‍💻 53 · 🔀 180 · 📦 28K · 📋 190 - 28% open · ⏱️ 18.02.2026): - - ``` - git clone https://github.com/gawel/pyquery - ``` -- [PyPi](https://pypi.org/project/pyquery) (📥 2M / 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 - ``` -
selectolax (🥉31 · ⭐ 1.6K) - Python binding to Modest and Lexbor engines. Fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 26 · 🔀 92 · 📦 2.8K · 📋 150 - 6% open · ⏱️ 18.03.2026): +- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 26 · 🔀 91 · 📦 2.8K · 📋 150 - 7% open · ⏱️ 18.03.2026): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (📥 4.5M / month · 📦 260 · ⏱️ 06.03.2026): +- [PyPi](https://pypi.org/project/selectolax) (📥 4.5M / month): ``` pip install selectolax ```
-
html5-parser (🥉24 · ⭐ 700) - Fast C based HTML 5 parsing for python. Apache-2 +
html5-parser (🥉17 · ⭐ 700) - Fast C based HTML 5 parsing for python. Apache-2 -- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 7 · 🔀 40 · 📦 910 · 📋 27 - 3% open · ⏱️ 30.03.2026): +- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 7 · 🔀 37 · 📋 27 - 3% open · ⏱️ 30.03.2026): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (📥 19K / month · 📦 11 · ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/html5-parser) (📥 13K / month): ``` pip install html5-parser ```
-
Show 3 hidden projects... +
Show 4 hidden projects... - bleach (🥈35 · ⭐ 2.8K) - Bleach is an allowed-list-based HTML sanitizing library that.. ❗Unlicensed -- html5lib-python (🥉27 · ⭐ 1.2K · 💀) - Standards-compliant library for parsing and serializing.. MIT +- html5lib-python (🥉33 · ⭐ 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

@@ -1137,7 +1093,7 @@ _General purpose web frameworks to build web applications and REST APIs._
tldextract (🥇35 · ⭐ 2K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 52 · 🔀 210 · 📦 44K · 📋 220 - 8% open · ⏱️ 28.12.2025): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 53 · 🔀 210 · 📦 44K · 📋 220 - 9% open · ⏱️ 13.04.2026): ``` git clone https://github.com/john-kurkowski/tldextract @@ -1153,39 +1109,40 @@ _General purpose web frameworks to build web applications and REST APIs._
shortuuid (🥈31 · ⭐ 2.2K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 37 · 🔀 120 · 📦 35K · 📋 69 - 2% open · ⏱️ 01.12.2025): +- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 37 · 🔀 120 · 📦 35K · ⏱️ 01.12.2025): ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (📥 11M / month · 📦 590 · ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/shortuuid) (📥 11M / month): ``` pip install shortuuid ``` -- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 690K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 700K · ⏱️ 22.04.2025): ``` conda install -c conda-forge shortuuid ```
-
furl (🥈28 · ⭐ 2.8K) - The easiest way to parse and modify URLs in Python. Unlicense +
Yarl (🥈30 · ⭐ 1.5K · 📈) - Yet another URL library. Apache-2 -- [GitHub](https://github.com/gruns/furl) (👨‍💻 16 · 🔀 160 · 📋 130 - 31% open · ⏱️ 22.02.2026): +- [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 130 · 🔀 180): ``` - git clone https://github.com/gruns/furl + git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/furl) (📥 4.7M / month · 📦 500 · ⏱️ 09.03.2025): +- [PyPi](https://pypi.org/project/yarl) (📥 450M / month · 📦 3.3K · ⏱️ 01.03.2026): ``` - pip install furl + pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/furl) (📥 730K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/yarl) (📥 24M · ⏱️ 02.03.2026): ``` - conda install -c conda-forge furl + conda install -c conda-forge yarl ```
-
Show 2 hidden projects... +
Show 3 hidden projects... -- purl (🥉25 · ⭐ 300 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT +- 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 - uritemplate (🥉22 · ⭐ 250) - URI template parsing per RFC6570. ❗Unlicensed

@@ -1196,25 +1153,25 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 OpenAPI-Specification ( ⭐ 31K) - The OpenAPI Specification Repository. -
OpenAPI Generator (🥇44 · ⭐ 26K) - OpenAPI Generator allows generation of API client.. Apache-2 +
OpenAPI Generator (🥇40 · ⭐ 26K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3.7K · 🔀 7.5K · 📦 5 · 📋 10K - 54% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3.7K · 🔀 7.3K · 📥 46 · 📦 5 · 📋 9.8K - 51% open · ⏱️ 16.04.2026): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 640K / month · 📦 24 · ⏱️ 25.03.2026): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 650K / month): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 5.1M / month · 📦 1.4K · ⏱️ 07.04.2026): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 5.3M / month): ``` npm install @openapitools/openapi-generator-cli ```
swagger-ui (🥇37 · ⭐ 29K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 620 · 🔀 9.3K · 📦 38K · 📋 5.9K - 23% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 620 · 🔀 8.6K · 📦 38K · 📋 5.7K - 22% open · ⏱️ 16.04.2026): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1222,35 +1179,35 @@ _General purpose web frameworks to build web applications and REST APIs._
datamodel-code-generator (🥇37 · ⭐ 3.9K) - Python data model generator (Pydantic, dataclasses,.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 200 · 🔀 430 · 📦 3.2K · 📋 810 - 4% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 200 · 🔀 430 · 📦 3.3K · 📋 810 - 4% open · ⏱️ 16.04.2026): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 13M / month · 📦 470 · ⏱️ 04.04.2026): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 12M / month): ``` pip install datamodel-code-generator ```
-
apispec (🥈36 · ⭐ 1.2K) - A pluggable API specification generator. Currently supports the.. MIT +
drf-spectacular (🥇37 · ⭐ 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 96 · 🔀 190 · 📦 20K · 📋 280 - 10% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 140 · 🔀 320 · 📦 140K · 📋 1.1K - 19% open · ⏱️ 14.04.2026): ``` - git clone https://github.com/marshmallow-code/apispec + git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/apispec) (📥 16M / month · 📦 390 · ⏱️ 06.03.2026): +- [PyPi](https://pypi.org/project/drf-spectacular) (📥 9.8M / month · 📦 290 · ⏱️ 02.11.2025): ``` - pip install apispec + pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/apispec) (📥 1.5M · ⏱️ 07.03.2026): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (📥 86K · ⏱️ 02.11.2025): ``` - conda install -c conda-forge apispec + conda install -c conda-forge drf-spectacular ```
-
connexion (🥈35 · ⭐ 4.6K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 +
connexion (🥈34 · ⭐ 4.6K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 -- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 240 · 🔀 780 · 📦 17K · 📋 1.1K - 12% open · ⏱️ 13.10.2025): +- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 240 · 🔀 780 · 📦 17K · 📋 1.1K - 12% open · ⏱️ 11.04.2026): ``` git clone https://github.com/zalando/connexion @@ -1259,35 +1216,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install connexion ``` -- [Conda](https://anaconda.org/conda-forge/connexion) (📥 610K · ⏱️ 31.12.2025): +- [Conda](https://anaconda.org/conda-forge/connexion) (📥 620K · ⏱️ 31.12.2025): ``` conda install -c conda-forge connexion ```
-
drf-spectacular (🥈35 · ⭐ 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
apispec (🥈34 · ⭐ 1.2K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 140 · 🔀 310 · 📦 140K · 📋 1.1K - 17% open · ⏱️ 04.11.2025): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 97 · 🔀 190 · 📦 20K · 📋 280 - 9% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/tfranzel/drf-spectacular + git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (📥 9.5M / month): +- [PyPi](https://pypi.org/project/apispec) (📥 15M / month): ``` - pip install drf-spectacular + pip install apispec ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (📥 86K · ⏱️ 02.11.2025): +- [Conda](https://anaconda.org/conda-forge/apispec) (📥 1.5M · ⏱️ 07.03.2026): ``` - conda install -c conda-forge drf-spectacular + conda install -c conda-forge apispec ```
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 · 🔀 73 · 📦 10K · 📋 130 - 29% open · ⏱️ 26.03.2026): +- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (👨‍💻 46 · 🔀 72 · 📦 11K · 📋 130 - 29% open · ⏱️ 26.03.2026): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 47M / month · 📦 380 · ⏱️ 01.03.2026): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 44M / month · 📦 380 · ⏱️ 01.03.2026): ``` pip install openapi-spec-validator ``` @@ -1296,96 +1253,96 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge openapi-spec-validator ```
-
openapi-python-client (🥈32 · ⭐ 1.9K) - Generate modern Python clients from OpenAPI. MIT +
openapi-core (🥈33 · ⭐ 360) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 110 · 🔀 260 · 📦 1.5K · 📋 440 - 21% open · ⏱️ 12.03.2026): +- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 72 · 🔀 130 · 📦 2.2K · 📋 260 - 24% open · ⏱️ 02.04.2026): ``` - git clone https://github.com/openapi-generators/openapi-python-client + git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 1.9M / month · 📦 97 · ⏱️ 05.03.2026): +- [PyPi](https://pypi.org/project/openapi-core) (📥 7.1M / month): ``` - pip install openapi-python-client + pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 87K · ⏱️ 06.03.2026): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 61K · ⏱️ 03.04.2026): ``` - conda install -c conda-forge openapi-python-client + conda install -c conda-forge openapi-core ```
-
redoc (🥉31 · ⭐ 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT +
swagger-codegen (🥉32 · ⭐ 18K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 230 · 🔀 2.4K · 📥 150 · 📦 13K · 📋 2K - 22% open · ⏱️ 05.11.2025): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 5.8K · 📦 23 · 📋 6.6K - 46% open · ⏱️ 15.04.2026): ``` - git clone https://github.com/Redocly/redoc + git clone https://github.com/swagger-api/swagger-codegen ```
-
swagger-codegen (🥉31 · ⭐ 18K) - swagger-codegen contains a template-driven engine to.. Apache-2 +
openapi-python-client (🥉32 · ⭐ 1.9K) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 6K · 📦 23 · 📋 6.9K - 49% open · ⏱️ 13.03.2026): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 110 · 🔀 270 · 📦 1.5K · 📋 440 - 21% open · ⏱️ 12.03.2026): ``` - git clone https://github.com/swagger-api/swagger-codegen + git clone https://github.com/openapi-generators/openapi-python-client + ``` +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 2M / month · 📦 97 · ⏱️ 05.03.2026): + ``` + pip install openapi-python-client + ``` +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 88K · ⏱️ 06.03.2026): + ``` + conda install -c conda-forge openapi-python-client ```
-
AutoRest (🥉31 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT +
redoc (🥉31 · ⭐ 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 180 · 🔀 740 · 📥 77K · 📦 970 · 📋 2.2K - 2% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 230 · 🔀 2.3K · 📥 150 · 📦 14K · 📋 1.9K - 20% open · ⏱️ 05.11.2025): ``` - git clone https://github.com/Azure/autorest + git clone https://github.com/Redocly/redoc ```
-
openapi-core (🥉31 · ⭐ 360) - Openapi-core is a Python library that adds client-side and.. BSD-3 +
AutoRest (🥉31 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 72 · 🔀 140 · 📋 260 - 24% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 180 · 🔀 710 · 📥 77K · 📦 970 · 📋 2.2K - 2% open · ⏱️ 09.04.2026): ``` - git clone https://github.com/p1c2u/openapi-core - ``` -- [PyPi](https://pypi.org/project/openapi-core) (📥 7.2M / month · 📦 130 · ⏱️ 02.04.2026): - ``` - pip install openapi-core - ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 60K · ⏱️ 03.04.2026): - ``` - conda install -c conda-forge openapi-core + git clone https://github.com/Azure/autorest ```
-
Spectree (🥉24 · ⭐ 360) - API spec validator and OpenAPI document generator for Python.. Apache-2 +
Spectree (🥉25 · ⭐ 360) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 50 · 🔀 86 · 📦 140 · 📋 130 - 9% open · ⏱️ 01.04.2026): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 49 · 🔀 84 · 📦 140 · 📋 130 - 6% open · ⏱️ 15.04.2026): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 260K / month · 📦 10 · ⏱️ 16.12.2025): +- [PyPi](https://pypi.org/project/spectree) (📥 250K / month): ``` pip install spectree ```
-
Spectacle (🥉23 · ⭐ 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 · 🔀 320 · 📦 2 · 📋 130 - 23% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 28 · 🔀 48 · 📦 120 · 📋 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) (📥 970 / month · 📦 8 · ⏱️ 10.03.2020): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 51K / month · ⏱️ 29.07.2025): ``` - npm install spectacle-docs + pip install pyramid_openapi3 ```
-
pyramid_openapi3 (🥉23 · ⭐ 84) - Pyramid addon for OpenAPI3 validation of requests and.. MIT +
Spectacle (🥉20 · ⭐ 1.3K) - Precision documentation from OpenAPI, MCP, Doxygen, and.. ❗️AGPL-3.0 -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 28 · 🔀 48 · 📦 120 · 📋 87 - 29% open · ⏱️ 30.03.2026): +- [GitHub](https://github.com/sourcey/sourcey) (👨‍💻 41 · 🔀 220 · 📦 3 · 📋 130 - 23% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/Pylons/pyramid_openapi3 + git clone https://github.com/sourcey/spectacle ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 58K / month · ⏱️ 29.07.2025): +- [npm](https://www.npmjs.com/package/spectacle-docs) (📥 940 / month): ``` - pip install pyramid_openapi3 + npm install spectacle-docs ```
pyramid_swagger (🥉17 · ⭐ 62) - Convenient tools for using Swagger to define and validate.. BSD-3 @@ -1395,15 +1352,15 @@ _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) (📥 12K / month · ⏱️ 08.05.2024): +- [PyPi](https://pypi.org/project/pyramid_swagger) (📥 10K / month · ⏱️ 08.05.2024): ``` pip install pyramid_swagger ```
Show 6 hidden projects... -- drf-yasg (🥈35 · ⭐ 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 +- drf-yasg (🥈34 · ⭐ 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 - OpenAPI-to-GraphQL (🥉27 · ⭐ 1.6K · 💀) - Translate APIs described by OpenAPI Specifications.. MIT @@ -1417,38 +1374,26 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 GraphQL Specification ( ⭐ 15K) - GraphQL is a query language and execution engine tied to any.. -
Strawberry GraphQL (🥇37 · ⭐ 4.6K) - A GraphQL library for Python that leverages type.. MIT - -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 320 · 🔀 630 · 📥 600 · 📋 1.2K - 35% open · ⏱️ 09.04.2026): - - ``` - git clone https://github.com/strawberry-graphql/strawberry - ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 5.7M / month · 📦 220 · ⏱️ 08.04.2026): - ``` - pip install strawberry-graphql - ``` -
ariadne (🥇37 · ⭐ 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 87 · 🔀 190 · 📥 170 · 📦 2K · 📋 330 - 8% open · ⏱️ 03.04.2026): +- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 87 · 🔀 190 · 📥 180 · 📦 2K · 📋 330 - 8% open · ⏱️ 16.04.2026): ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 3.7M / month · 📦 100 · ⏱️ 07.04.2026): +- [PyPi](https://pypi.org/project/ariadne) (📥 3.8M / month): ``` pip install ariadne ```
graphql-core (🥈34 · ⭐ 530) - A Python 3 port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 42 · 🔀 140 · 📦 41K · 📋 170 - 16% open · ⏱️ 07.03.2026): +- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 45 · 🔀 140 · 📦 41K · 📋 170 - 17% open · ⏱️ 07.03.2026): ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (📥 67M / month): +- [PyPi](https://pypi.org/project/graphql-core) (📥 68M / month · 📦 560 · ⏱️ 05.03.2026): ``` pip install graphql-core ``` @@ -1457,18 +1402,30 @@ _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 · 🔀 620 · 📥 620 · 📋 1.2K - 32% open · ⏱️ 16.04.2026): + + ``` + git clone https://github.com/strawberry-graphql/strawberry + ``` +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 5.8M / month): + ``` + pip install strawberry-graphql + ``` +
graphene-django (🥈33 · ⭐ 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 · 🔀 740 · 📦 16K · 📋 830 - 17% open · ⏱️ 23.06.2025): ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (📥 1.1M / month · 📦 220 · ⏱️ 13.03.2025): +- [PyPi](https://pypi.org/project/graphene-django) (📥 1.1M / month): ``` pip install graphene-django ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 61K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 62K · ⏱️ 22.04.2025): ``` conda install -c conda-forge graphene-django ``` @@ -1480,11 +1437,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (📥 16K / month): +- [PyPi](https://pypi.org/project/graphene-mongo) (📥 18K / month): ``` pip install graphene-mongo ``` -- [Conda](https://anaconda.org/conda-forge/graphene-mongo) (📥 11K · ⏱️ 05.01.2026): +- [Conda](https://anaconda.org/conda-forge/graphene-mongo) (📥 12K · ⏱️ 05.01.2026): ``` conda install -c conda-forge graphene-mongo ``` @@ -1493,14 +1450,14 @@ _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 (🥉21 · ⭐ 140 · 💀) - A library to help construct a graphql-py server supporting.. MIT -- tartiflette (🥉19 · ⭐ 860 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio. MIT -- django-graphql-auth (🥉19 · ⭐ 330 · 💀) - Django registration and authentication with GraphQL. MIT +- graphql-relay-py (🥉24 · ⭐ 140 · 💀) - A library to help construct a graphql-py server supporting.. MIT +- 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 - graphene-pydantic (🥉18 · ⭐ 250 · 💀) - Integrate GraphQL with your Pydantic models. ❗Unlicensed - 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 -- 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 +- tartiflette-asgi (🥉15 · ⭐ 99 · 💀) - ASGI support for the Tartiflette GraphQL engine. MIT

@@ -1510,16 +1467,16 @@ _General purpose web frameworks to build web applications and REST APIs._
websockets (🥇41 · ⭐ 5.7K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/python-websockets/websockets) (👨‍💻 84 · 🔀 580 · 📦 370K · 📋 1.2K - 1% open · ⏱️ 08.03.2026): +- [GitHub](https://github.com/python-websockets/websockets) (👨‍💻 85 · 🔀 580 · 📦 370K · 📋 1.2K - 1% open · ⏱️ 14.04.2026): ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 290M / month): +- [PyPi](https://pypi.org/project/websockets) (📥 310M / month): ``` pip install websockets ``` -- [Conda](https://anaconda.org/conda-forge/websockets) (📥 6.4M · ⏱️ 10.01.2026): +- [Conda](https://anaconda.org/conda-forge/websockets) (📥 6.5M · ⏱️ 10.01.2026): ``` conda install -c conda-forge websockets ``` @@ -1531,7 +1488,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (📥 240M / month): +- [PyPi](https://pypi.org/project/websocket-client) (📥 250M / month): ``` pip install websocket-client ``` @@ -1542,12 +1499,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Flask-SocketIO (🥈36 · ⭐ 5.5K) - Socket.IO integration for Flask applications. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 71 · 🔀 900 · 📦 61K · 📋 1.6K - 0% open · ⏱️ 21.02.2026): +- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 71 · 🔀 890 · 📦 61K · 📋 1.6K - 0% open · ⏱️ 21.02.2026): ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (📥 3.5M / month · 📦 760 · ⏱️ 21.02.2026): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 3.8M / month): ``` pip install flask-socketio ``` @@ -1563,11 +1520,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/python-socketio) (📥 19M / month): +- [PyPi](https://pypi.org/project/python-socketio) (📥 20M / month): ``` pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 920K · ⏱️ 07.02.2026): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 930K · ⏱️ 07.02.2026): ``` conda install -c conda-forge python-socketio ``` @@ -1579,7 +1536,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (📥 3.7M / month): +- [PyPi](https://pypi.org/project/daphne) (📥 3.8M / month): ``` pip install daphne ``` @@ -1590,12 +1547,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx-ws (🥉28 · ⭐ 150) - WebSocket support for HTTPX. MIT -- [GitHub](https://github.com/frankie567/httpx-ws) (👨‍💻 17 · 🔀 29 · 📥 430 · 📦 1.2K · 📋 45 - 4% open · ⏱️ 28.03.2026): +- [GitHub](https://github.com/frankie567/httpx-ws) (👨‍💻 17 · 🔀 29 · 📥 440 · 📦 1.2K · 📋 45 - 4% open · ⏱️ 28.03.2026): ``` git clone https://github.com/frankie567/httpx-ws ``` -- [PyPi](https://pypi.org/project/httpx-ws) (📥 4.2M / month): +- [PyPi](https://pypi.org/project/httpx-ws) (📥 4.3M / month): ``` pip install httpx-ws ``` @@ -1622,11 +1579,11 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... -- autobahn-python (🥉31 · ⭐ 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio. ❗Unlicensed -- sockjs-tornado (🥉26 · ⭐ 850 · 💀) - WebSocket emulation - Python server. MIT +- 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 -- flask-sockets (🥉23 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:.. MIT +- sockjs-tornado (🥉24 · ⭐ 840 · 💀) - 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

@@ -1636,12 +1593,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 · 📋 12K - 9% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 1.1K · 🔀 11K · 📦 7.1K · 📋 12K - 5% open · ⏱️ 16.04.2026): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (📥 340M / month · 📦 6K · ⏱️ 30.03.2026): +- [PyPi](https://pypi.org/project/grpcio) (📥 360M / month): ``` pip install grpcio ``` @@ -1650,48 +1607,33 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge grpcio ```
-
rpyc (🥈30 · ⭐ 1.7K · 💤) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT +
fastapi-jsonrpc (🥉24 · ⭐ 420) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 86 · 🔀 250 · 📥 1.2K · 📦 3.4K · 📋 440 - 21% open · ⏱️ 14.08.2025): - - ``` - git clone https://github.com/tomerfiliba-org/rpyc - ``` -- [PyPi](https://pypi.org/project/rpyc) (📥 1M / month · 📦 230 · ⏱️ 18.04.2025): - ``` - pip install rpyc - ``` -- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 800K · ⏱️ 21.10.2025): - ``` - conda install -c conda-forge rpyc - ``` -
-
fastapi-jsonrpc (🥉23 · ⭐ 420) - JSON-RPC server based on fastapi. MIT - -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 16 · 🔀 37 · 📦 79 · 📋 46 - 21% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 16 · 🔀 37 · 📦 79 · 📋 46 - 21% open · ⏱️ 16.04.2026): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 23K / month · 📦 9 · ⏱️ 08.12.2025): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 22K / month): ``` pip install fastapi-jsonrpc ```
ucall (🥉20 · ⭐ 1.3K · 💤) - Web Serving and Remote Procedure Calls at 50x lower latency and.. Apache-2 -- [GitHub](https://github.com/unum-cloud/UCall) (👨‍💻 14 · 🔀 54 · 📦 62 · 📋 33 - 39% open · ⏱️ 16.09.2025): +- [GitHub](https://github.com/unum-cloud/UCall) (👨‍💻 14 · 🔀 53 · 📦 62 · 📋 31 - 35% open · ⏱️ 16.09.2025): ``` git clone https://github.com/unum-cloud/ucall ``` -- [PyPi](https://pypi.org/project/ucall) (📥 770 / month · 📦 1 · ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/ucall) (📥 660 / month): ``` pip install ucall ```
-
Show 1 hidden projects... +
Show 2 hidden projects... +- rpyc (🥈28 · ⭐ 1.7K · 💤) - RPyC (Remote Python Call) - A transparent and symmetric RPC.. ❗Unlicensed - spyne (🥉27 · ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on.. ❗Unlicensed

@@ -1707,7 +1649,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 370K / month · 📦 65 · ⏱️ 29.05.2025): +- [PyPi](https://pypi.org/project/chalice) (📥 380K / month · 📦 65 · ⏱️ 29.05.2025): ``` pip install chalice ``` @@ -1719,8 +1661,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... - 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 +- python-lambda (🥉19 · ⭐ 1.5K · 💀) - A toolkit for developing and deploying serverless Python code.. ISC

@@ -1728,14 +1670,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wagtail (🥈38 · ⭐ 20K) - A Django content management system focused on flexibility and user.. BSD-3 +
wagtail (🥇43 · ⭐ 20K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 1.1K · 🔀 4.5K · 📋 5.5K - 15% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 1.1K · 🔀 4.5K · 📦 12K · 📋 5.5K - 15% open · ⏱️ 16.04.2026): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (📥 3.6M / month): +- [PyPi](https://pypi.org/project/wagtail) (📥 2.7M / month): ``` pip install wagtail ``` @@ -1744,26 +1686,38 @@ _General purpose web frameworks to build web applications and REST APIs._ 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 · ⏱️ 16.04.2026): + + ``` + git clone https://github.com/django-cms/django-cms + ``` +- [PyPi](https://pypi.org/project/django-cms) (📥 130K / month · 📦 350 · ⏱️ 04.03.2026): + ``` + pip install django-cms + ``` +
mezzanine (🥈32 · ⭐ 4.8K) - CMS framework for Django. BSD-2 -- [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 330 · 🔀 1.5K · 📦 2.5K · 📋 1.1K - 4% open · ⏱️ 14.02.2026): +- [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 330 · 🔀 1.6K · 📦 2.5K · 📋 1.1K - 5% open · ⏱️ 14.02.2026): ``` git clone https://github.com/stephenmcd/mezzanine ``` -- [PyPi](https://pypi.org/project/mezzanine) (📥 9.3K / month): +- [PyPi](https://pypi.org/project/mezzanine) (📥 9.1K / month · 📦 25 · ⏱️ 04.06.2025): ``` pip install mezzanine ```
lektor (🥉30 · ⭐ 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) (📥 4.3K / month): +- [PyPi](https://pypi.org/project/lektor) (📥 4.6K / month · 📦 40 · ⏱️ 05.04.2026): ``` pip install lektor ``` @@ -1779,14 +1733,13 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (📥 4.4K / month · 📦 15 · ⏱️ 11.02.2026): +- [PyPi](https://pypi.org/project/feincms) (📥 4.6K / 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,28 +1750,28 @@ _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.7K · 📥 30M · 📦 370K · 📋 11K - 1% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 930 · 🔀 8.5K · 📥 30M · 📦 370K · 📋 11K - 0% open · ⏱️ 16.04.2026): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (📥 54M / month · 📦 7.6K · ⏱️ 09.04.2026): +- [PyPi](https://pypi.org/project/selenium) (📥 54M / month): ``` pip install selenium ``` -- [Conda](https://anaconda.org/conda-forge/selenium) (📥 2.6M · ⏱️ 09.04.2026): +- [Conda](https://anaconda.org/conda-forge/selenium) (📥 2.6M · ⏱️ 10.04.2026): ``` conda install -c conda-forge selenium ```
coverage (🥇44 · ⭐ 3.4K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/coveragepy/coveragepy) (👨‍💻 200 · 🔀 480 · 📦 500K · 📋 1.6K - 15% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/coveragepy/coveragepy) (👨‍💻 200 · 🔀 460 · 📦 500K · 📋 1.6K - 15% open · ⏱️ 12.04.2026): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 230M / month · 📦 23K · ⏱️ 17.03.2026): +- [PyPi](https://pypi.org/project/coverage) (📥 240M / month): ``` pip install coverage ``` @@ -1827,6 +1780,18 @@ _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.4K · 📥 230K · 📦 5.3K · 📋 3.6K - 9% open · ⏱️ 13.04.2026): + + ``` + git clone https://github.com/mitmproxy/mitmproxy + ``` +- [PyPi](https://pypi.org/project/mitmproxy) (📥 5.6M / month): + ``` + 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 · ⏱️ 02.04.2026): @@ -1838,43 +1803,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (📥 320K · ⏱️ 02.04.2026): +- [Conda](https://anaconda.org/conda-forge/locust) (📥 330K · ⏱️ 02.04.2026): ``` conda install -c conda-forge locust ```
-
mitmproxy (🥇42 · ⭐ 43K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT +
SeleniumBase (🥇41 · ⭐ 13K) - APIs for browser automation, testing, and bypassing bot-detection. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 600 · 🔀 4.4K · 📥 230K · 📦 5.3K · 📋 3.7K - 10% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 40 · 🔀 1.5K · 📦 2.7K · 📋 2K - 0% open · ⏱️ 14.04.2026): ``` - git clone https://github.com/mitmproxy/mitmproxy + git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/mitmproxy) (📥 6M / month · 📦 180 · ⏱️ 24.11.2025): - ``` - 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 · ⏱️ 04.04.2026): - - ``` - git clone https://github.com/seleniumbase/SeleniumBase - ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 4.9M / month · 📦 100 · ⏱️ 01.04.2026): +- [PyPi](https://pypi.org/project/seleniumbase) (📥 4.5M / month): ``` 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 · 📦 52K · 📋 350 - 10% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/getsentry/responses) (👨‍💻 140 · 🔀 350 · 📥 730 · 📦 52K · 📋 340 - 8% open · ⏱️ 10.04.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) (📥 61M / month): ``` pip install responses ``` @@ -1885,19 +1838,19 @@ _General purpose web frameworks to build web applications and REST APIs._
schemathesis (🥈36 · ⭐ 3.2K) - Catch API bugs before your users do. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 80 · 🔀 200 · 📦 870 · 📋 1K - 2% open · ⏱️ 06.04.2026): +- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 80 · 🔀 200 · 📦 880 · 📋 1K - 1% open · ⏱️ 16.04.2026): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (📥 4.4M / month · 📦 49 · ⏱️ 05.04.2026): +- [PyPi](https://pypi.org/project/schemathesis) (📥 4.4M / month): ``` pip install schemathesis ```
vcrpy (🥈36 · ⭐ 3K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 160 · 🔀 420 · 📦 11K · 📋 470 - 31% open · ⏱️ 04.01.2026): +- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 160 · 🔀 420 · 📦 11K · 📋 470 - 31% open · ⏱️ 11.04.2026): ``` git clone https://github.com/kevin1024/vcrpy @@ -1906,14 +1859,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install vcrpy ``` -- [Conda](https://anaconda.org/conda-forge/vcrpy) (📥 830K · ⏱️ 06.01.2026): +- [Conda](https://anaconda.org/conda-forge/vcrpy) (📥 840K · ⏱️ 06.01.2026): ``` conda install -c conda-forge vcrpy ```
django-silk (🥈34 · ⭐ 5K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 170 · 🔀 360 · 📥 250 · 📦 6.4K · 📋 390 - 30% open · ⏱️ 30.03.2026): +- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 170 · 🔀 360 · 📥 250 · 📦 6.4K · 📋 390 - 30% open · ⏱️ 14.04.2026): ``` git clone https://github.com/jazzband/django-silk @@ -1925,31 +1878,31 @@ _General purpose web frameworks to build web applications and REST APIs._
Prism (🥈33 · ⭐ 4.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 110 · 🔀 390 · 📥 300K · 📦 800 · 📋 750 - 15% open · ⏱️ 30.03.2026): +- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 110 · 🔀 390 · 📥 300K · 📦 800 · 📋 750 - 15% open · ⏱️ 16.04.2026): ``` git clone https://github.com/stoplightio/prism ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 580K / month): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 550K / month): ``` 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) (👨‍💻 66 · 🔀 200 · 📦 890 · 📋 620 - 4% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 66 · 🔀 200 · 📦 890 · 📋 620 - 4% open · ⏱️ 12.04.2026): ``` git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/tavern) (📥 180K / month · 📦 13 · ⏱️ 08.04.2026): +- [PyPi](https://pypi.org/project/tavern) (📥 170K / month · 📦 13 · ⏱️ 08.04.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 · 📥 240K · 📦 230 · 📋 930 - 5% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 68 · 🔀 460 · 📥 250K · 📦 230 · 📋 930 - 5% open · ⏱️ 10.04.2026): ``` git clone https://github.com/mockoon/mockoon @@ -1957,24 +1910,24 @@ _General purpose web frameworks to build web applications and REST APIs._
splinter (🥈32 · ⭐ 2.8K · 💤) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 180 · 🔀 510 · 📦 7.2K · 📋 540 - 10% open · ⏱️ 16.08.2025): +- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 180 · 🔀 500 · 📦 7.2K · 📋 530 - 8% open · ⏱️ 16.08.2025): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (📥 330K / month · 📦 55 · ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/splinter) (📥 340K / month): ``` pip install splinter ```
-
SeleniumLibrary (🥈31 · ⭐ 1.5K) - Web testing library for Robot Framework. Apache-2 +
SeleniumLibrary (🥈29 · ⭐ 1.5K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 130 · 🔀 780 · 📥 3.8K · 📋 1.1K - 6% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 130 · 🔀 740 · 📥 3.8K · 📋 1.1K - 5% open · ⏱️ 13.04.2026): ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 1.7M / month · 📦 140 · ⏱️ 04.10.2025): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 1.7M / month): ``` pip install robotframework-seleniumlibrary ``` @@ -1983,62 +1936,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge robotframework-seleniumlibrary ```
-
playwright (🥈29 · ⭐ 14K) - A high-level API to automate web browsers. Apache-2 - -- [GitHub](https://github.com/Microsoft/playwright-python) (🔀 1.1K): - - ``` - git clone https://github.com/Microsoft/playwright-python - ``` -- [PyPi](https://pypi.org/project/playwright) (📥 51M / month · 📦 3.7K · ⏱️ 30.01.2026): - ``` - pip install playwright - ``` -- [Conda](https://anaconda.org/microsoft/playwright) (📥 130K · ⏱️ 30.01.2026): - ``` - conda install -c microsoft playwright - ``` -
selenium-python-helium (🥈28 · ⭐ 8.3K) - Lighter web automation with Python. MIT -- [GitHub](https://github.com/mherrmann/helium) (👨‍💻 13 · 🔀 520 · 📦 750 · 📋 100 - 51% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/mherrmann/helium) (👨‍💻 13 · 🔀 510 · 📦 750 · 📋 100 - 51% open · ⏱️ 08.04.2026): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (📥 19K / month · 📦 35 · ⏱️ 04.02.2026): +- [PyPi](https://pypi.org/project/helium) (📥 17K / month): ``` pip install helium ```
-
requestium (🥈28 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 - -- [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 18 · 🔀 140 · 📦 110 · 📋 42 - 19% open · ⏱️ 02.04.2026): - - ``` - git clone https://github.com/tryolabs/requestium - ``` -- [PyPi](https://pypi.org/project/requestium) (📥 82K / month · 📦 6 · ⏱️ 19.01.2026): - ``` - pip install requestium - ``` -
-
Model Bakery (🥈28 · ⭐ 980) - Object factory for Django. Apache-2 - -- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 66 · 🔀 100 · 📋 160 - 10% open · ⏱️ 09.04.2026): - - ``` - git clone https://github.com/model-bakers/model_bakery - ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 1.9M / month · 📦 100 · ⏱️ 27.03.2026): - ``` - pip install model_bakery - ``` -- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 39K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge model_bakery - ``` -
selene (🥈28 · ⭐ 730) - User-oriented Web UI browser tests in Python. MIT - [GitHub](https://github.com/yashaka/selene) (👨‍💻 44 · 🔀 170 · 📦 6K · 📋 360 - 43% open · ⏱️ 25.11.2025): @@ -2046,7 +1955,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/selene) (📥 21K / month · 📦 2 · ⏱️ 06.03.2024): +- [PyPi](https://pypi.org/project/selene) (📥 21K / month): ``` pip install selene ``` @@ -2079,14 +1988,30 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install httprunner ```
-
factory_boy (🥉26 · ⭐ 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/revsys/django-test-plus) (👨‍💻 37 · 🔀 63 · 📦 3.5K · 📋 64 - 15% open · ⏱️ 19.12.2025): + + ``` + git clone https://github.com/revsys/django-test-plus + ``` +- [PyPi](https://pypi.org/project/django-test-plus) (📥 120K / month · 📦 4 · ⏱️ 19.12.2025): + ``` + pip install django-test-plus + ``` +- [Conda](https://anaconda.org/conda-forge/django-test-plus) (📥 83K · ⏱️ 20.12.2025): + ``` + conda install -c conda-forge django-test-plus + ``` +
+
factory_boy (🥉25 · ⭐ 3.8K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 410 · 📋 640 - 29% open · ⏱️ 14.12.2025): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 410 · 📋 610 - 26% open · ⏱️ 14.12.2025): ``` git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/factory_boy) (📥 25M / month): +- [PyPi](https://pypi.org/project/factory_boy) (📥 24M / month): ``` pip install factory_boy ``` @@ -2095,56 +2020,52 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge factory_boy ```
-
django-test-plus (🥉26 · ⭐ 640) - Useful additions to Djangos default TestCase. BSD-3 +
requestium (🥉24 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 -- [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 37 · 🔀 63 · 📦 3.5K · 📋 64 - 15% open · ⏱️ 19.12.2025): +- [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 18 · 🔀 140 · 📦 110 · 📋 42 - 19% open · ⏱️ 14.04.2026): ``` - git clone https://github.com/revsys/django-test-plus - ``` -- [PyPi](https://pypi.org/project/django-test-plus) (📥 120K / month · 📦 4 · ⏱️ 19.12.2025): - ``` - pip install django-test-plus + git clone https://github.com/tryolabs/requestium ``` -- [Conda](https://anaconda.org/conda-forge/django-test-plus) (📥 82K · ⏱️ 20.12.2025): +- [PyPi](https://pypi.org/project/requestium) (📥 77K / month): ``` - conda install -c conda-forge django-test-plus + pip install requestium ```
-
python-mocket (🥉24 · ⭐ 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 +
aioresponses (🥉24 · ⭐ 550) - Aioresponses is a helper for mock/fake web requests in python.. MIT -- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 33 · 🔀 49 · 📋 95 - 5% open · ⏱️ 23.02.2026): +- [GitHub](https://github.com/pnuckowski/aioresponses) (👨‍💻 60 · 🔀 91 · 📋 110 - 45% open · ⏱️ 13.04.2026): ``` - git clone https://github.com/mindflayer/python-mocket + git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/mocket) (📥 81K / month · 📦 15 · ⏱️ 22.02.2026): +- [PyPi](https://pypi.org/project/aioresponses) (📥 12M / month): ``` - pip install mocket + pip install aioresponses ```
fsociety (🥉22 · ⭐ 1.7K) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 12 · 🔀 200 · 📦 17 · 📋 57 - 14% open · ⏱️ 19.01.2026): +- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 12 · 🔀 200 · 📦 17 · 📋 66 - 25% open · ⏱️ 19.01.2026): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/fsociety) (📥 1.5K / month · ⏱️ 01.05.2022): ``` pip install fsociety ```
-
gabbi (🥉22 · ⭐ 150) - Declarative HTTP Testing for Python and anything else. Apache-2 +
python-mocket (🥉22 · ⭐ 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/cdent/gabbi) (👨‍💻 30 · 🔀 36 · 📥 52 · 📋 160 - 15% open · ⏱️ 16.01.2026): +- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 33 · 🔀 49 · 📋 94 - 4% open · ⏱️ 23.02.2026): ``` - git clone https://github.com/cdent/gabbi + git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/gabbi) (📥 22K / month · 📦 12 · ⏱️ 16.01.2026): +- [PyPi](https://pypi.org/project/mocket) (📥 86K / month): ``` - pip install gabbi + pip install mocket ```
flask-debugtoolbar (🥉19 · ⭐ 950 · 💤) - A toolbar overlay for debugging Flask applications. BSD-3 @@ -2154,7 +2075,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 1.4M / month · 📦 78 · ⏱️ 28.09.2024): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 1.2M / month · 📦 78 · ⏱️ 28.09.2024): ``` pip install flask-debugtoolbar ``` @@ -2163,29 +2084,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-debugtoolbar ```
-
Show 23 hidden projects... +
Show 24 hidden projects... -- 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 +- pytest-django (🥈37 · ⭐ 1.5K) - A Django plugin for pytest. ❗Unlicensed - Dredd (🥈29 · ⭐ 4.2K · 💀) - Language-agnostic HTTP API Testing Tool. MIT -- parameterized (🥈28 · ⭐ 860 · 💀) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD +- HTTPretty (🥈29 · ⭐ 2.2K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT +- flask-testing (🥈28 · ⭐ 500 · 💀) - Unittest extensions for Flask. BSD-3 - django-nose (🥉27 · ⭐ 880 · 💀) - Django test runner using nose. BSD-3 -- aioresponses (🥉26 · ⭐ 550 · 💀) - Aioresponses is a helper for mock/fake web requests in python.. MIT -- flask-testing (🥉26 · ⭐ 500 · 💀) - Unittest extensions for Flask. ❗Unlicensed -- 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 -- httmock (🥉24 · ⭐ 470 · 💀) - A mocking library for requests. Apache-2 -- pyramid_debugtoolbar (🥉24 · ⭐ 96 · 💀) - Pyramid debug toolbar. BSD-3 +- parameterized (🥉26 · ⭐ 860 · 💀) - Parameterized testing with any Python test framework. ❗Unlicensed +- pytest-splinter (🥉24 · ⭐ 260 · 💀) - pytest splinter and selenium integration for anyone.. MIT - wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (🥉23 · ⭐ 1.2K · 💀) - Python Rest Testing. Apache-2 -- mixer (🥉22 · ⭐ 960 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 -- async-asgi-testclient (🥉22 · ⭐ 160 · 💀) - A framework-agnostic library for testing ASGI web.. MIT +- Model Bakery (🥉22 · ⭐ 980) - Object factory for Django. ❗Unlicensed +- pytest-flask (🥉22 · ⭐ 500 · 💀) - A set of pytest fixtures to test Flask applications. MIT +- molotov (🥉22 · ⭐ 480 · 💀) - Load Testing Tool. Apache-2 - 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 -- aresponses (🥉20 · ⭐ 110 · 💀) - Asyncio http mocking. Similar to the responses library used for.. MIT +- httmock (🥉20 · ⭐ 470 · 💀) - A mocking library for requests. ❗Unlicensed +- async-asgi-testclient (🥉20 · ⭐ 160 · 💀) - A framework-agnostic library for testing ASGI web.. MIT - yandex-tank (🥉19 · ⭐ 2.6K · 💀) - Load and performance benchmark tool. ❗Unlicensed -- golem (🥉18 · ⭐ 480 · 💀) - A complete test automation tool. MIT +- mixer (🥉18 · ⭐ 960 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- golem (🥉18 · ⭐ 490 · 💀) - A complete test automation tool. MIT +- gabbi (🥉18 · ⭐ 150) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed +- aresponses (🥉18 · ⭐ 110 · 💀) - Asyncio http mocking. Similar to the responses library used for.. MIT +- pyramid_debugtoolbar (🥉17 · ⭐ 96 · 💀) - Pyramid debug toolbar. ❗Unlicensed - huxley (🥉16 · ⭐ 4K · 💀) - A testing system for catching visual regressions in Web applications. Apache-2 - Astra (🥉15 · ⭐ 2.6K · 💀) - Automated Security Testing For REST APIs. Apache-2
@@ -2211,14 +2133,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-crispy-forms ```
-
wtforms (🥈35 · ⭐ 1.6K) - A flexible forms validation and rendering library for Python. BSD-3 +
wtforms (🥇36 · ⭐ 1.6K) - A flexible forms validation and rendering library for Python. BSD-3 - [GitHub](https://github.com/pallets-eco/wtforms) (👨‍💻 170 · 🔀 400 · 📥 63 · 📦 260K · 📋 470 - 13% open · ⏱️ 15.01.2026): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (📥 18M / month · 📦 570 · ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/wtforms) (📥 18M / month): ``` pip install wtforms ``` @@ -2227,14 +2149,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wtforms ```
-
flask-wtf (🥉32 · ⭐ 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 +
flask-wtf (🥉28 · ⭐ 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-wtf) (👨‍💻 100 · 🔀 310 · 📥 66 · 📋 340 - 8% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/pallets-eco/flask-wtf) (👨‍💻 100 · 🔀 310 · 📥 68 · 📋 340 - 8% open · ⏱️ 14.04.2026): ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (📥 18M / month · 📦 690 · ⏱️ 24.10.2024): +- [PyPi](https://pypi.org/project/flask-wtf) (📥 19M / month): ``` pip install flask-wtf ``` @@ -2243,26 +2165,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-wtf ```
-
deform (🥉29 · ⭐ 420) - A Python HTML form library. BSD-3 +
deform (🥉28 · ⭐ 420) - A Python HTML form library. BSD-3 -- [GitHub](https://github.com/Pylons/deform) (👨‍💻 100 · 🔀 160 · 📦 850 · 📋 190 - 26% open · ⏱️ 27.02.2026): +- [GitHub](https://github.com/Pylons/deform) (👨‍💻 100 · 🔀 160 · 📦 850 · 📋 180 - 22% open · ⏱️ 27.02.2026): ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (📥 29K / month · 📦 30 · ⏱️ 26.02.2026): +- [PyPi](https://pypi.org/project/deform) (📥 30K / month): ``` pip install deform ```
-
django-formtools (🥉28 · ⭐ 880 · 💤) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (🥉26 · ⭐ 880 · 💤) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 78 · 🔀 140 · 📦 12K · 📋 170 - 52% open · ⏱️ 06.06.2025): +- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 78 · 🔀 140 · 📦 12K · 📋 150 - 47% open · ⏱️ 06.06.2025): ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (📥 2.3M / month · 📦 84 · ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/django-formtools) (📥 2.3M / month): ``` pip install django-formtools ``` @@ -2275,7 +2197,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown (🥇40 · ⭐ 4.2K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 190 · 🔀 900 · 📥 530 · 📦 510K · 📋 950 - 2% open · ⏱️ 09.02.2026): +- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 190 · 🔀 900 · 📥 540 · 📦 510K · 📋 950 - 2% open · ⏱️ 09.02.2026): ``` git clone https://github.com/Python-Markdown/markdown @@ -2289,133 +2211,96 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markdown ```
-
mistune (🥇39 · ⭐ 3K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 - -- [GitHub](https://github.com/lepture/mistune) (👨‍💻 54 · 🔀 280 · 📦 370K · 📋 310 - 12% open · ⏱️ 06.04.2026): - - ``` - git clone https://github.com/lepture/mistune - ``` -- [PyPi](https://pypi.org/project/mistune) (📥 64M / month · 📦 1.4K · ⏱️ 23.12.2025): - ``` - pip install mistune - ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (📥 26M · ⏱️ 23.12.2025): - ``` - conda install -c conda-forge mistune - ``` -
-
pelican (🥈37 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +
pelican (🥇37 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 480 · 🔀 1.8K · 📥 1.7K · 📦 8.8K · 📋 1.7K - 4% open · ⏱️ 05.04.2026): +- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 480 · 🔀 1.8K · 📥 1.7K · 📦 8.8K · 📋 1.8K - 6% open · ⏱️ 15.04.2026): ``` git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/pelican) (📥 73K / month): +- [PyPi](https://pypi.org/project/pelican) (📥 74K / month · 📦 260 · ⏱️ 30.10.2025): ``` pip install pelican ``` -- [Conda](https://anaconda.org/conda-forge/pelican) (📥 370K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/pelican) (📥 380K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pelican ```
-
pymdown-extensions (🥈36 · ⭐ 1.1K) - Extensions for Python Markdown. MIT - -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 66 · 🔀 270 · 📦 57K · 📋 430 - 4% open · ⏱️ 30.03.2026): - - ``` - git clone https://github.com/facelessuser/pymdown-extensions - ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 23M / month · 📦 1.8K · ⏱️ 29.03.2026): - ``` - pip install pymdown-extensions - ``` -- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 570K · ⏱️ 29.03.2026): - ``` - conda install -c conda-forge pymdown-extensions - ``` -
markdown-it-py (🥈35 · ⭐ 1.3K) - Markdown parser, done right. 100% CommonMark support,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 33 · 🔀 96 · 📦 370K · 📋 100 - 40% open · ⏱️ 18.02.2026): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 33 · 🔀 97 · 📦 370K · 📋 95 - 36% open · ⏱️ 18.02.2026): ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (📥 410M / month · 📦 2K · ⏱️ 11.08.2025): +- [PyPi](https://pypi.org/project/markdown-it-py) (📥 430M / month): ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 16M · ⏱️ 11.08.2025): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 17M · ⏱️ 11.08.2025): ``` conda install -c conda-forge markdown-it-py ```
-
python-markdown2 (🥉34 · ⭐ 2.8K) - markdown2: A fast and complete implementation of Markdown in.. MIT +
html2text (🥈31 · ⭐ 2.1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 82 · 🔀 440 · 📋 390 - 23% open · ⏱️ 28.03.2026): +- [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 82 · 🔀 280 · 📦 41K · 📋 230 - 36% open · ⏱️ 28.10.2025): ``` - git clone https://github.com/trentm/python-markdown2 + git clone https://github.com/Alir3z4/html2text ``` -- [PyPi](https://pypi.org/project/markdown2) (📥 6.6M / month · 📦 680 · ⏱️ 02.03.2026): +- [PyPi](https://pypi.org/project/html2text) (📥 13M / month): ``` - pip install markdown2 + pip install html2text ```
-
html2text (🥉31 · ⭐ 2.1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 +
mistune (🥉30 · ⭐ 3K · 📉) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 82 · 🔀 290 · 📦 41K · 📋 240 - 39% open · ⏱️ 28.10.2025): +- [GitHub](https://github.com/lepture/mistune) (👨‍💻 55 · 🔀 280 · 📋 310 - 12% open · ⏱️ 13.04.2026): ``` - git clone https://github.com/Alir3z4/html2text + git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/html2text) (📥 13M / month · 📦 1.2K · ⏱️ 15.04.2025): +- [PyPi](https://pypi.org/project/mistune) (📥 65M / month): ``` - pip install html2text + pip install mistune + ``` +- [Conda](https://anaconda.org/conda-forge/mistune) (📥 26M · ⏱️ 23.12.2025): + ``` + conda install -c conda-forge mistune ```
mistletoe (🥉28 · ⭐ 1K) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 41 · 🔀 130 · 📥 2.3K · 📦 1.7K · 📋 170 - 21% open · ⏱️ 22.03.2026): +- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 41 · 🔀 120 · 📥 2.4K · 📦 1.7K · 📋 160 - 17% open · ⏱️ 22.03.2026): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (📥 2M / month · 📦 180 · ⏱️ 07.12.2025): +- [PyPi](https://pypi.org/project/mistletoe) (📥 2.3M / month): ``` pip install mistletoe ```
-
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 (🥉26 · ⭐ 900) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
django-markdown-editor (🥉25 · ⭐ 900) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 45 · 🔀 1.3K · 📦 1.2K · 📋 170 - 22% open · ⏱️ 18.03.2026): +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 45 · 🔀 1.3K · 📦 1.2K · 📋 170 - 21% open · ⏱️ 18.03.2026): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (📥 47K / month · 📦 16 · ⏱️ 01.11.2025): +- [PyPi](https://pypi.org/project/martor) (📥 48K / month): ``` pip install martor ```
-
Show 2 hidden projects... +
Show 5 hidden projects... -- grip (🥉29 · ⭐ 6.8K · 💀) - Preview GitHub README.md files locally before committing them. MIT +- pymdown-extensions (🥈34 · ⭐ 1.1K) - Extensions for Python Markdown. ❗Unlicensed +- grip (🥉27 · ⭐ 6.8K · 💀) - Preview GitHub README.md files locally before committing them. MIT +- python-markdown2 (🥉25 · ⭐ 2.8K · 📉) - markdown2: A fast and complete implementation of.. ❗Unlicensed +- django-markdownx (🥉25 · ⭐ 940) - Comprehensive Markdown plugin built for Django. ❗Unlicensed - markdown-include (🥉21 · ⭐ 120 · 💀) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0

@@ -2430,12 +2315,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 · ⏱️ 09.04.2026): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 210 · 🔀 6K · 📥 45K · 📦 160K · 📋 2.3K - 0% open · ⏱️ 15.04.2026): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 33M / month · 📦 1.2K · ⏱️ 16.03.2026): +- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 32M / month · 📦 1.2K · ⏱️ 16.03.2026): ``` pip install python-telegram-bot ``` @@ -2444,70 +2329,54 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-telegram-bot ```
-
GitPython (🥇42 · ⭐ 5.1K) - GitPython is a python library used to interact with Git repositories. BSD-3 +
google-api-python-client (🥇43 · ⭐ 8.8K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 340 · 🔀 960 · 📦 420K · 📋 1.1K - 16% open · ⏱️ 01.04.2026): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 200 · 🔀 2.5K · 📦 280K · 📋 1.1K - 5% open · ⏱️ 08.04.2026): ``` - git clone https://github.com/gitpython-developers/GitPython + git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/gitpython) (📥 190M / month · 📦 8.2K · ⏱️ 01.01.2026): +- [PyPi](https://pypi.org/project/google-api-python-client) (📥 150M / month): ``` - pip install gitpython + pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 16M · ⏱️ 02.01.2026): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 4.8M · ⏱️ 09.04.2026): ``` - conda install -c conda-forge gitpython + conda install -c conda-forge google-api-python-client ```
-
youtube-dl (🥇41 · ⭐ 140K) - Command-line program to download videos from YouTube.com and.. Unlicense +
GitPython (🥇42 · ⭐ 5.1K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 1K · 🔀 10K · 📥 58M · 📋 27K - 15% open · ⏱️ 26.11.2025): +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 350 · 🔀 950 · 📦 420K · 📋 1.1K - 15% open · ⏱️ 13.04.2026): ``` - git clone https://github.com/ytdl-org/youtube-dl + git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/youtube_dl) (📥 230K / month · 📦 730 · ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/gitpython) (📥 190M / month): ``` - pip install youtube_dl + pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 2.2M · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 16M · ⏱️ 02.01.2026): ``` - conda install -c conda-forge youtube-dl + conda install -c conda-forge gitpython ```
discord.py (🥇41 · ⭐ 16K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 450 · 🔀 3.6K · 📦 54K · 📋 3K - 2% open · ⏱️ 14.03.2026): +- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 450 · 🔀 3.6K · 📦 54K · 📋 3.1K - 2% open · ⏱️ 15.04.2026): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 5M / month): +- [PyPi](https://pypi.org/project/discord.py) (📥 5.6M / month): ``` pip install discord.py ``` -- [Conda](https://anaconda.org/conda-forge/discord.py) (📥 35K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/discord.py) (📥 36K · ⏱️ 22.04.2025): ``` conda install -c conda-forge discord.py ```
-
google-api-python-client (🥇41 · ⭐ 8.8K) - The official Python client library for Googles.. Apache-2 - -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 200 · 🔀 2.6K · 📋 1.2K - 6% open · ⏱️ 08.04.2026): - - ``` - git clone https://github.com/googleapis/google-api-python-client - ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (📥 140M / month · 📦 4.5K · ⏱️ 08.04.2026): - ``` - pip install google-api-python-client - ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 4.8M · ⏱️ 09.04.2026): - ``` - conda install -c conda-forge google-api-python-client - ``` -
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 · ⏱️ 05.04.2026): @@ -2515,19 +2384,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 1.2M / month · 📦 320 · ⏱️ 09.03.2026): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 1.1M / month): ``` pip install pytelegrambotapi ```
-
tweepy (🥈39 · ⭐ 11K · 💤) - Twitter for Python!. MIT +
tweepy (🥇39 · ⭐ 11K · 💤) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 250 · 🔀 4.5K · 📥 200 · 📦 65K · 📋 1.3K - 5% open · ⏱️ 11.07.2025): +- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 250 · 🔀 4.6K · 📥 210 · 📦 65K · 📋 1.3K - 7% open · ⏱️ 11.07.2025): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (📥 3.8M / month): +- [PyPi](https://pypi.org/project/tweepy) (📥 3.8M / month · 📦 560 · ⏱️ 22.06.2025): ``` pip install tweepy ``` @@ -2536,30 +2405,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tweepy ```
-
PyGithub (🥈39 · ⭐ 7.7K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 +
PyGithub (🥇39 · ⭐ 7.7K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 420 · 🔀 1.8K · 📦 72K · 📋 1.7K - 16% open · ⏱️ 24.03.2026): +- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 420 · 🔀 1.9K · 📦 72K · 📋 1.8K - 21% open · ⏱️ 13.04.2026): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (📥 76M / month): +- [PyPi](https://pypi.org/project/pygithub) (📥 75M / month · 📦 2.7K · ⏱️ 14.04.2026): ``` pip install pygithub ``` -- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 7.1M · ⏱️ 22.03.2026): +- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 7.2M · ⏱️ 14.04.2026): ``` conda install -c conda-forge pygithub ```
-
gspread (🥈39 · ⭐ 7.5K) - Google Sheets Python API. MIT +
gspread (🥇39 · ⭐ 7.5K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (👨‍💻 190 · 🔀 970 · 📥 27K · 📦 54K · 📋 960 - 6% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/burnash/gspread) (👨‍💻 190 · 🔀 960 · 📥 28K · 📦 54K · 📋 940 - 5% open · ⏱️ 10.04.2026): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (📥 39M / month · 📦 540 · ⏱️ 14.05.2025): +- [PyPi](https://pypi.org/project/gspread) (📥 40M / month): ``` pip install gspread ``` @@ -2568,86 +2437,70 @@ _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 +
youtube-dl (🥈37 · ⭐ 140K) - Command-line program to download videos from YouTube.com and.. Unlicense -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 850 · 📋 910 - 4% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 1K · 🔀 10K · 📥 58M · 📋 27K - 13% open · ⏱️ 26.11.2025): ``` - git clone https://github.com/slackapi/python-slack-sdk + git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 81M / month · 📦 1K · ⏱️ 12.03.2026): +- [PyPi](https://pypi.org/project/youtube_dl) (📥 230K / month): ``` - pip install slack-sdk + pip install youtube_dl ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 730K · ⏱️ 13.03.2026): +- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 2.2M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge slack-sdk + conda install -c conda-forge youtube-dl ```
-
gallery-dl (🥈37 · ⭐ 18K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 +
twilio (🥈37 · ⭐ 2.1K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 210 · 🔀 1.4K · 📥 1.1M · 📦 21 · 📋 7.5K - 15% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 150 · 🔀 790 · 📦 59K · 📋 340 - 7% open · ⏱️ 14.04.2026): ``` - git clone https://github.com/mikf/gallery-dl - ``` -- [PyPi](https://pypi.org/project/gallery-dl) (📥 260K / month · 📦 23 · ⏱️ 19.03.2026): - ``` - pip install gallery-dl + git clone https://github.com/twilio/twilio-python ``` -
-
Telethon (🥈37 · ⭐ 12K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT - -- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 210 · 🔀 1.6K · 📋 2.5K - 4% open · ⏱️ 21.02.2026): - +- [PyPi](https://pypi.org/project/twilio) (📥 19M / month): ``` - git clone https://github.com/LonamiWebs/Telethon + pip install twilio ``` -- [PyPi](https://pypi.org/project/telethon) (📥 2M / month · 📦 520 · ⏱️ 05.11.2025): +- [Conda](https://anaconda.org/conda-forge/twilio) (📥 390K · ⏱️ 14.04.2026): ``` - pip install telethon + conda install -c conda-forge twilio ```
-
twilio (🥈37 · ⭐ 2.1K) - A Python module for communicating with the Twilio API and generating TwiML. MIT +
gallery-dl (🥈36 · ⭐ 18K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 150 · 🔀 810 · 📦 59K · 📋 370 - 14% open · ⏱️ 24.03.2026): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 210 · 🔀 1.4K · 📥 1.1M · 📦 21 · 📋 7.4K - 14% open · ⏱️ 12.04.2026): ``` - git clone https://github.com/twilio/twilio-python - ``` -- [PyPi](https://pypi.org/project/twilio) (📥 19M / month · 📦 570 · ⏱️ 24.03.2026): - ``` - pip install twilio + git clone https://github.com/mikf/gallery-dl ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (📥 390K · ⏱️ 24.03.2026): +- [PyPi](https://pypi.org/project/gallery-dl) (📥 230K / month): ``` - conda install -c conda-forge twilio + pip install gallery-dl ```
-
slackclient (🥈36 · ⭐ 4K) - Slack Developer Kit for Python. MIT +
sherlock (🥈35 · ⭐ 81K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 850 · 📋 910 - 4% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 310 · 🔀 9.3K · 📋 1.2K - 13% open · ⏱️ 12.04.2026): ``` - git clone https://github.com/slackapi/python-slack-sdk - ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 7.8M / month · 📦 500 · ⏱️ 22.04.2022): - ``` - pip install slackclient + git clone https://github.com/sherlock-project/sherlock ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 1.3M · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/sherlock) (📥 49K / month · 📦 15 · ⏱️ 18.02.2023): ``` - conda install -c conda-forge slackclient + 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 - 6% open · ⏱️ 11.03.2026): +- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 200 · 🔀 950 · 📦 43K · 📋 720 - 6% open · ⏱️ 11.03.2026): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (📥 500K / month · 📦 510 · ⏱️ 03.03.2026): +- [PyPi](https://pypi.org/project/spotipy) (📥 480K / month): ``` pip install spotipy ``` @@ -2663,107 +2516,123 @@ _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.5M / month · 📦 310 · ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/praw) (📥 1.5M / month): ``` pip install praw ``` -- [Conda](https://anaconda.org/conda-forge/praw) (📥 79K · ⏱️ 31.05.2025): +- [Conda](https://anaconda.org/conda-forge/praw) (📥 80K · ⏱️ 31.05.2025): ``` conda install -c conda-forge praw ```
-
hvac (🥈34 · ⭐ 1.3K) - Python 3.X client for HashiCorp Vault. Apache-2 +
jira (🥈35 · ⭐ 2.1K) - Python Jira library. Development chat available on.. BSD-2 -- [GitHub](https://github.com/hvac/hvac) (👨‍💻 210 · 🔀 380 · 📥 1.1K · 📦 6.9K · 📋 490 - 28% open · ⏱️ 06.01.2026): +- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 270 · 🔀 870 · 📥 280K · 📦 11K · 📋 760 - 22% open · ⏱️ 02.10.2025): ``` - git clone https://github.com/hvac/hvac + git clone https://github.com/pycontribs/jira ``` -- [PyPi](https://pypi.org/project/hvac) (📥 27M / month): +- [PyPi](https://pypi.org/project/jira) (📥 22M / month): ``` - pip install hvac + pip install jira ``` -- [Conda](https://anaconda.org/conda-forge/hvac) (📥 760K · ⏱️ 30.10.2025): +- [Conda](https://anaconda.org/conda-forge/jira) (📥 250K · ⏱️ 28.07.2025): ``` - conda install -c conda-forge hvac + conda install -c conda-forge jira ```
-
sherlock (🥈33 · ⭐ 81K) - Hunt down social media accounts by username across social networks. MIT +
hvac (🥈34 · ⭐ 1.3K) - Python 3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 310 · 🔀 9.2K · 📋 1.2K - 7% open · ⏱️ 17.03.2026): +- [GitHub](https://github.com/hvac/hvac) (👨‍💻 210 · 🔀 380 · 📥 1.1K · 📦 6.9K · 📋 490 - 28% open · ⏱️ 06.01.2026): ``` - git clone https://github.com/sherlock-project/sherlock + git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 46K / month): +- [PyPi](https://pypi.org/project/hvac) (📥 27M / month): ``` - pip install sherlock + pip install hvac + ``` +- [Conda](https://anaconda.org/conda-forge/hvac) (📥 760K · ⏱️ 30.10.2025): + ``` + conda install -c conda-forge hvac ```
thumbor (🥈33 · ⭐ 10K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 210 · 🔀 840 · 📦 380 · 📋 1K - 1% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 210 · 🔀 850 · 📦 380 · 📋 1K - 1% open · ⏱️ 12.04.2026): ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 19K / month · 📦 50 · ⏱️ 15.05.2025): +- [PyPi](https://pypi.org/project/thumbor) (📥 21K / month): ``` pip install thumbor ```
wechatpy (🥈33 · ⭐ 4.3K) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 100 · 🔀 800 · 📦 10K · 📋 360 - 12% open · ⏱️ 07.03.2026): +- [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) (📥 120K / month): +- [PyPi](https://pypi.org/project/wechatpy) (📥 120K / month · 📦 25 · ⏱️ 19.06.2022): ``` pip install wechatpy ```
-
jira (🥈33 · ⭐ 2.1K) - Python Jira library. Development chat available on.. BSD-2 +
python-slack-sdk (🥈33 · ⭐ 4K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 270 · 🔀 900 · 📥 280K · 📋 810 - 27% open · ⏱️ 02.10.2025): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 830 · 📋 910 - 4% open · ⏱️ 10.04.2026): ``` - git clone https://github.com/pycontribs/jira + git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/jira) (📥 22M / month · 📦 450 · ⏱️ 28.07.2025): +- [PyPi](https://pypi.org/project/slack-sdk) (📥 81M / month): ``` - pip install jira + pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/jira) (📥 240K · ⏱️ 28.07.2025): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 740K · ⏱️ 13.03.2026): ``` - conda install -c conda-forge jira + conda install -c conda-forge slack-sdk ```
-
notion-sdk-py (🥉31 · ⭐ 2.2K) - Notion API client SDK, rewritten in Python! (sync + async). MIT +
slackclient (🥈32 · ⭐ 4K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 41 · 🔀 170 · 📋 140 - 8% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 190 · 🔀 830 · 📋 910 - 4% open · ⏱️ 10.04.2026): ``` - git clone https://github.com/ramnes/notion-sdk-py + git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/notion-client) (📥 3.3M / month · 📦 240 · ⏱️ 16.02.2026): +- [PyPi](https://pypi.org/project/slackclient) (📥 7.7M / month): ``` - pip install notion-client + pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 16K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 1.3M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge notion-client + conda install -c conda-forge slackclient + ``` +
+
Telethon (🥉31 · ⭐ 12K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT + +- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 210 · 🔀 1.6K · 📋 2.4K - 0% open · ⏱️ 21.02.2026): + + ``` + git clone https://github.com/LonamiWebs/Telethon + ``` +- [PyPi](https://pypi.org/project/telethon) (📥 2M / month): + ``` + pip install telethon ```
stripe (🥉31 · ⭐ 2K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 150 · 🔀 480 · 📋 410 - 2% open · ⏱️ 01.04.2026): +- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 150 · 🔀 490 · 📋 410 - 2% open · ⏱️ 01.04.2026): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (📥 27M / month): +- [PyPi](https://pypi.org/project/stripe) (📥 28M / month): ``` pip install stripe ``` @@ -2774,12 +2643,12 @@ _General purpose web frameworks to build web applications and REST APIs._
ghapi (🥉31 · ⭐ 670) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/AnswerDotAI/ghapi) (👨‍💻 23 · 🔀 70 · 📦 3.3K · 📋 150 - 31% open · ⏱️ 06.04.2026): +- [GitHub](https://github.com/AnswerDotAI/ghapi) (👨‍💻 23 · 🔀 69 · 📦 3.4K · 📋 150 - 31% open · ⏱️ 06.04.2026): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 26M / month · 📦 150 · ⏱️ 28.02.2026): +- [PyPi](https://pypi.org/project/ghapi) (📥 31M / month): ``` pip install ghapi ``` @@ -2791,11 +2660,27 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/imdbpy) (📥 27K / month): +- [PyPi](https://pypi.org/project/imdbpy) (📥 25K / month): ``` pip install imdbpy ```
+
notion-sdk-py (🥉27 · ⭐ 2.2K) - Notion API client SDK, rewritten in Python! (sync + async). MIT + +- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 41 · 🔀 170 · 📋 140 - 5% open · ⏱️ 08.04.2026): + + ``` + git clone https://github.com/ramnes/notion-sdk-py + ``` +- [PyPi](https://pypi.org/project/notion-client) (📥 3.4M / month): + ``` + pip install notion-client + ``` +- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 16K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge notion-client + ``` +
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): @@ -2803,7 +2688,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` 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): ``` pip install scdl ``` @@ -2815,7 +2700,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/notion) (📥 1.1M / month): +- [PyPi](https://pypi.org/project/notion) (📥 890K / month): ``` pip install notion ``` @@ -2832,31 +2717,33 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install googletrans ```
-
Show 23 hidden projects... +
Show 25 hidden projects... - pytube (🥈37 · ⭐ 13K · 💀) - Lightweight, dependency-free Python library and CLI for.. Unlicense -- tushare (🥉32 · ⭐ 15K · 💀) - TuShare is a utility for crawling historical data of China stocks. BSD-3 -- facebook-sdk (🥉31 · ⭐ 2.8K · 💀) - Python SDK for Facebooks Graph API. Apache-2 +- tushare (🥈32 · ⭐ 15K · 💀) - TuShare is a utility for crawling historical data of China stocks. BSD-3 - Wikipedia (🥉30 · ⭐ 3K · 💀) - A Pythonic wrapper for the Wikipedia API. MIT +- facebook-sdk (🥉30 · ⭐ 2.8K · 💀) - Python SDK for Facebooks Graph API. Apache-2 - twython (🥉30 · ⭐ 1.9K · 💀) - Actively maintained, pure Python wrapper for the Twitter API... MIT - simple-salesforce (🥉30 · ⭐ 1.9K · 💤) - A very simple Salesforce.com REST API client for.. ❗Unlicensed -- python-twitter (🥉29 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API. Apache-2 +- coursera-dl (🥉29 · ⭐ 9.6K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 - slacker (🥉29 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API. Apache-2 -- coursera-dl (🥉28 · ⭐ 9.6K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 - google-maps-services-python (🥉27 · ⭐ 4.9K · 💀) - Python client library for Google Maps API Web Services. Apache-2 +- gmusicapi (🥉27 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 +- python-twitter (🥉26 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API. Apache-2 - twitterscraper (🥉26 · ⭐ 2.5K · 💀) - Scrape Twitter for Tweets. MIT - telepot (🥉26 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API. MIT -- Django Facebook (🥉26 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3 -- gmusicapi (🥉25 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 - pyshorteners (🥉25 · ⭐ 410 · 💀) - Generating short urls with python has never been easier. ❗️GPL-3.0 - google-resumable-media (🥉25 · ⭐ 45) - This library has moved to.. Apache-2 - 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 - twitter (🥉23 · ⭐ 3.3K · 💀) - Python Twitter API. MIT +- python-instagram (🥉23 · ⭐ 3.1K · 💀) - Python Client for Instagram API. MIT - instagram_private_api (🥉22 · ⭐ 3.2K · 💀) - A Python library to access Instagrams private API. MIT - GHunt (🥉21 · ⭐ 19K) - Offensive Google framework. ❗Unlicensed -- twitter-scraper (🥉19 · ⭐ 4K · 💀) - Scrape the Twitter Frontend API without authentication. MIT -- python-instagram (🥉17 · ⭐ 3.1K · 💀) - Python Client for Instagram API. ❗Unlicensed +- Django Facebook (🥉21 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. 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

@@ -2866,12 +2753,12 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (🥇32 · ⭐ 3.5K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 130 · 🔀 460 · 📦 62 · 📋 2K - 2% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 130 · 🔀 460 · 📦 62 · 📋 2K - 3% open · ⏱️ 09.04.2026): ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/modoboa) (📥 5.2K / month · 📦 15 · ⏱️ 08.04.2026): ``` pip install modoboa ``` @@ -2894,12 +2781,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flanker (🥈28 · ⭐ 1.7K) - Python email address and Mime parsing library. Apache-2 -- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 58 · 🔀 200 · 📦 570 · 📋 93 - 58% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 58 · 🔀 210 · 📦 570 · 📋 110 - 65% open · ⏱️ 08.04.2026): ``` git clone https://github.com/mailgun/flanker ``` -- [PyPi](https://pypi.org/project/flanker) (📥 31K / month): +- [PyPi](https://pypi.org/project/flanker) (📥 30K / month · 📦 7 · ⏱️ 05.12.2019): ``` pip install flanker ``` @@ -2916,14 +2803,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install fastapi-mail ```
-
mailer (🥉20 · ⭐ 290 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT +
mailer (🥉21 · ⭐ 290 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT -- [GitHub](https://github.com/marrow/mailer) (👨‍💻 22 · 🔀 56 · 📥 290 · 📋 75 - 26% open · ⏱️ 21.05.2025): +- [GitHub](https://github.com/marrow/mailer) (👨‍💻 22 · 🔀 60 · 📥 300 · 📋 75 - 26% open · ⏱️ 21.05.2025): ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (📥 92K / month): +- [PyPi](https://pypi.org/project/mailer) (📥 91K / month · 📦 7 · ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -2935,10 +2822,10 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 6 hidden projects... - yagmail (🥈29 · ⭐ 2.7K · 💀) - Send email in Python conveniently for gmail using yagmail. MIT +- offlineimap (🥉26 · ⭐ 1.9K · 💀) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗Unlicensed - sync-engine (🥉25 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 -- offlineimap (🥉24 · ⭐ 1.9K · 💀) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗Unlicensed -- gmail (🥉17 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail. MIT -- pyramid_mailer (🥉15 · ⭐ 51 · 💀) - A package for sending email from your Pyramid.. ❗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

@@ -2951,7 +2838,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (🥇46 · ⭐ 61K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 710 · 🔀 11K · 📦 56K · 📋 3.2K - 13% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 710 · 🔀 11K · 📦 56K · 📋 3.2K - 13% open · ⏱️ 14.04.2026): ``` git clone https://github.com/scrapy/scrapy @@ -2976,30 +2863,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install feedparser ``` -- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 3.2M · ⏱️ 15.09.2025): +- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 3.3M · ⏱️ 15.09.2025): ``` conda install -c conda-forge feedparser ```
soupsieve (🥇34 · ⭐ 270) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 15 · 🔀 48 · 📦 750K · 📋 120 - 10% open · ⏱️ 27.03.2026): +- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 15 · 🔀 48 · 📦 750K · 📋 120 - 8% open · ⏱️ 27.03.2026): ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 290M / month · 📦 1.8K · ⏱️ 20.01.2026): +- [PyPi](https://pypi.org/project/soupsieve) (📥 310M / month): ``` pip install soupsieve ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 34M · ⏱️ 21.01.2026): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 35M · ⏱️ 21.01.2026): ``` conda install -c conda-forge soupsieve ```
dirsearch (🥇33 · ⭐ 14K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 110 · 🔀 2.4K · 📥 570 · 📦 200 · 📋 600 - 6% open · ⏱️ 20.02.2026): +- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 110 · 🔀 2.4K · 📥 680 · 📦 200 · 📋 600 - 6% open · ⏱️ 20.02.2026): ``` git clone https://github.com/maurosoria/dirsearch @@ -3011,24 +2898,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trafilatura (🥇33 · ⭐ 5.7K · 💤) - Python & Command-line tool to gather text and metadata on.. Apache-2 -- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 56 · 🔀 350 · 📦 8.8K · 📋 430 - 22% open · ⏱️ 12.09.2025): +- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 56 · 🔀 350 · 📦 8.9K · 📋 430 - 23% open · ⏱️ 12.09.2025): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (📥 5.2M / month · 📦 160 · ⏱️ 03.12.2024): +- [PyPi](https://pypi.org/project/trafilatura) (📥 5.4M / month): ``` 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 · 📋 140 - 31% open · ⏱️ 29.01.2026): +- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 53 · 🔀 160 · 📦 40K · 📋 130 - 24% open · ⏱️ 29.01.2026): ``` git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/parsel) (📥 4.6M / month · 📦 410 · ⏱️ 29.01.2026): +- [PyPi](https://pypi.org/project/parsel) (📥 4.4M / month): ``` pip install parsel ``` @@ -3037,14 +2924,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge parsel ```
-
newspaper3k (🥈30 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in.. MIT +
newspaper3k (🥈31 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in.. MIT -- [GitHub](https://github.com/codelucas/newspaper) (👨‍💻 100 · 🔀 2K · 📦 21 · 📋 680 - 60% open · ⏱️ 23.03.2026): +- [GitHub](https://github.com/codelucas/newspaper) (👨‍💻 100 · 🔀 2K · 📦 21 · 📋 680 - 60% open · ⏱️ 16.04.2026): ``` git clone https://github.com/codelucas/newspaper ``` -- [PyPi](https://pypi.org/project/newspaper3k) (📥 1M / month): +- [PyPi](https://pypi.org/project/newspaper3k) (📥 970K / month): ``` pip install newspaper3k ``` @@ -3055,12 +2942,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cloudscraper (🥈30 · ⭐ 6.4K · 💤) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 14 · 🔀 600 · 📦 32K · 📋 45 - 68% open · ⏱️ 10.06.2025): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 13 · 🔀 600 · 📦 32K · 📋 45 - 68% open · ⏱️ 10.06.2025): ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 4.4M / month · 📦 280 · ⏱️ 25.04.2023): +- [PyPi](https://pypi.org/project/cloudscraper) (📥 4.2M / month): ``` pip install cloudscraper ``` @@ -3077,26 +2964,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install goose3 ```
-
Grab (🥉25 · ⭐ 2.5K · 💤) - Web Scraping Framework. MIT +
Grab (🥈27 · ⭐ 2.5K · 💤) - Web Scraping Framework. MIT -- [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 270 · 📦 440 · 📋 220 - 0% open · ⏱️ 19.09.2025): +- [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 280 · 📦 440 · 📋 220 - 0% open · ⏱️ 19.09.2025): ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (📥 3.5K / month): +- [PyPi](https://pypi.org/project/grab) (📥 3.4K / month · 📦 5 · ⏱️ 18.09.2025): ``` pip install grab ```
-
frontera (🥉25 · ⭐ 1.3K · 💤) - A scalable frontier for web crawlers. BSD-3 +
frontera (🥈25 · ⭐ 1.3K · 💤) - A scalable frontier for web crawlers. BSD-3 -- [GitHub](https://github.com/scrapinghub/frontera) (👨‍💻 42 · 🔀 220 · 📦 43 · 📋 170 - 54% open · ⏱️ 06.06.2025): +- [GitHub](https://github.com/scrapinghub/frontera) (👨‍💻 42 · 🔀 210 · 📦 43 · 📋 160 - 50% open · ⏱️ 06.06.2025): ``` git clone https://github.com/scrapinghub/frontera ``` -- [PyPi](https://pypi.org/project/frontera) (📥 2.6K / month · 📦 6 · ⏱️ 06.06.2025): +- [PyPi](https://pypi.org/project/frontera) (📥 2.8K / month): ``` pip install frontera ``` @@ -3112,7 +2999,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install MechanicalSoup ``` -- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 260K · ⏱️ 30.05.2025): +- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 270K · ⏱️ 30.05.2025): ``` conda install -c conda-forge mechanicalsoup ``` @@ -3135,49 +3022,60 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Photon (🥉23 · ⭐ 13K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 -- [GitHub](https://github.com/s0md3v/Photon) (👨‍💻 21 · 🔀 1.6K · 📋 120 - 43% open · ⏱️ 10.02.2026): +- [GitHub](https://github.com/s0md3v/Photon) (👨‍💻 21 · 🔀 1.6K · 📋 110 - 37% open · ⏱️ 10.02.2026): ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (📥 1.4K / month · ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (📥 1.5K / month): ``` pip install photon ```
AutoScraper (🥉19 · ⭐ 7.1K · 💤) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT -- [GitHub](https://github.com/alirezamika/autoscraper) (👨‍💻 8 · 🔀 710 · 📋 79 - 15% open · ⏱️ 08.06.2025): +- [GitHub](https://github.com/alirezamika/autoscraper) (👨‍💻 8 · 🔀 710 · ⏱️ 08.06.2025): ``` git clone https://github.com/alirezamika/autoscraper ``` -- [PyPi](https://pypi.org/project/autoscraper) (📥 1.2K / month · 📦 2 · ⏱️ 17.07.2022): +- [PyPi](https://pypi.org/project/autoscraper) (📥 1.2K / month): ``` pip install autoscraper ```
-
Show 19 hidden projects... +
gain (🥉12 · ⭐ 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) (📥 140 / month · 📦 1 · ⏱️ 19.06.2017): + ``` + pip install gain + ``` +
+
Show 18 hidden projects... +- You-Get (🥈29 · ⭐ 57K · 💤) - Dumb downloader that scrapes the web. ❗Unlicensed - pyspider (🥈29 · ⭐ 17K · 💀) - A Powerful Spider(Web Crawler) System in Python. Apache-2 - Pattern (🥈29 · ⭐ 8.9K · 💀) - Web mining module for Python, with tools for scraping, natural.. BSD-3 -- You-Get (🥈28 · ⭐ 57K · 💤) - Dumb downloader that scrapes the web. ❗Unlicensed -- pytrends (🥈28 · ⭐ 3.7K · 💀) - Pseudo API for Google Trends. Apache-2 -- extruct (🥈27 · ⭐ 960 · 💀) - Extract embedded metadata from HTML markup. BSD-3 -- robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper. BSD-3 +- robobrowser (🥈25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper. BSD-3 +- extruct (🥈25 · ⭐ 960 · 💀) - Extract embedded metadata from HTML markup. BSD-3 +- pytrends (🥉23 · ⭐ 3.7K · 💀) - Pseudo API for Google Trends. ❗Unlicensed - Gerapy (🥉23 · ⭐ 3.5K · 💀) - Distributed Crawler Management Framework Based on Scrapy,.. MIT -- 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 +- snallygaster (🥉19 · ⭐ 2.1K) - Tool to scan for secret files on HTTP servers. ❗️0BSD +- 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 (🥉16 · ⭐ 240 · 💀) - A python module to parse the Open Graph Protocol. MIT -- lazynlp (🥉13 · ⭐ 2.2K · 💀) - Library to scrape and clean web pages to create massive datasets. MIT -- Scrapera (🥉13 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans. MIT -- Transistor (🥉12 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use.. MIT -- iploop-sdk (🥉10 · ⭐ 1 · 🐣) - Residential proxy SDK with 66 site presets and built-in anti-.. MIT -- gain (🥉3 · 💤) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP]. ❗Unlicensed +- opengraph (🥉15 · ⭐ 230 · 💀) - 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 (🥉13 · ⭐ 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 (🥉8 · ⭐ 5 · 🐣) - Residential proxy SDK with 66 site presets and built-in anti-.. MIT

@@ -3185,72 +3083,60 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
posthog (🥇45 · ⭐ 32K) - PostHog is an all-in-one developer platform for building successful.. MIT +
sentry (🥇41 · ⭐ 44K) - Developer-first error tracking and performance monitoring. ❗Unlicensed -- [GitHub](https://github.com/PostHog/posthog) (👨‍💻 12K · 🔀 2.5K · 📥 880K · 📦 110 · 📋 9.8K - 34% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 1K · 🔀 4.6K · 📥 6K · 📦 750 · 📋 17K - 10% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/PostHog/posthog + git clone https://github.com/getsentry/sentry + ``` +- [PyPi](https://pypi.org/project/sentry) (📥 2.7K / month): + ``` + pip install sentry ``` -- [PyPi](https://pypi.org/project/posthog) (📥 27M / month · 📦 590 · ⏱️ 08.04.2026): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.6M · ⏱️ 13.04.2026): ``` - pip install posthog + conda install -c conda-forge sentry-sdk ```
-
sentry (🥇43 · ⭐ 44K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 +
opentelemetry-python (🥈32 · ⭐ 2.4K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 1K · 🔀 4.6K · 📥 6K · 📦 750 · 📋 17K - 13% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 350 · 🔀 850 · 📋 2K - 17% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/getsentry/sentry + git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/sentry) (📥 3.7K / month · 📦 140 · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/timing-asgi) (📥 1.1M / month): ``` - pip install sentry + pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.6M · ⏱️ 31.03.2026): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 2.8M · ⏱️ 09.04.2026): ``` - conda install -c conda-forge sentry-sdk + conda install -c conda-forge opentelemetry-api ```
-
Prometheus Client (🥈35 · ⭐ 4.3K) - Python client for the Prometheus monitoring system. Apache-2 +
Prometheus Client (🥈30 · ⭐ 4.3K) - Python client for the Prometheus monitoring system. Apache-2 -- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 180 · 🔀 840 · 📋 610 - 22% open · ⏱️ 18.02.2026): +- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 180 · 🔀 840 · 📋 580 - 18% open · ⏱️ 09.04.2026): ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (📥 140M / month · 📦 3K · ⏱️ 14.01.2026): +- [PyPi](https://pypi.org/project/prometheus-client) (📥 140M / month): ``` pip install prometheus-client ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_client) (📥 24M · ⏱️ 15.01.2026): +- [Conda](https://anaconda.org/conda-forge/prometheus_client) (📥 24M · ⏱️ 09.04.2026): ``` conda install -c conda-forge prometheus_client ```
-
opentelemetry-python (🥈33 · ⭐ 2.4K) - OpenTelemetry Python API and SDK. Apache-2 +
GoAccess (🥈28 · ⭐ 20K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 350 · 🔀 840 · 📋 2.1K - 19% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 180 · 🔀 1.2K · 📦 21 · 📋 2.4K - 17% open · ⏱️ 09.04.2026): ``` - git clone https://github.com/open-telemetry/opentelemetry-python - ``` -- [PyPi](https://pypi.org/project/timing-asgi) (📥 1.2M / month · 📦 9 · ⏱️ 17.02.2026): - ``` - pip install timing-asgi - ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 2.8M · ⏱️ 09.04.2026): - ``` - conda install -c conda-forge opentelemetry-api - ``` -
-
GoAccess (🥈28 · ⭐ 20K) - 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 · ⏱️ 09.04.2026): - - ``` - git clone https://github.com/allinurl/goaccess + git clone https://github.com/allinurl/goaccess ```
starlette context (🥈28 · ⭐ 610) - Middleware for Starlette that allows you to store and.. MIT @@ -3260,31 +3146,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 1.8M / month · 📦 93 · ⏱️ 28.02.2026): +- [PyPi](https://pypi.org/project/starlette-context) (📥 1.9M / month): ``` pip install starlette-context ```
-
Flask-MonitoringDashboard (🥉25 · ⭐ 830) - Automatically monitor the evolving performance of.. MIT +
Flask-MonitoringDashboard (🥉22 · ⭐ 830) - Automatically monitor the evolving performance of.. MIT -- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 48 · 🔀 170 · 📋 200 - 28% open · ⏱️ 02.12.2025): +- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 48 · 🔀 160 · 📋 200 - 28% open · ⏱️ 02.12.2025): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 17K / month · 📦 11 · ⏱️ 14.11.2025): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 18K / month): ``` pip install flask-monitoringdashboard ```
-
ngxtop (🥉22 · ⭐ 6.5K) - Real-time metrics for nginx server. MIT +
ngxtop (🥉21 · ⭐ 6.5K) - Real-time metrics for nginx server. MIT -- [GitHub](https://github.com/lebinh/ngxtop) (👨‍💻 10 · 🔀 470 · 📦 40 · 📋 91 - 69% open · ⏱️ 02.03.2026): +- [GitHub](https://github.com/lebinh/ngxtop) (👨‍💻 10 · 🔀 460 · 📦 40 · 📋 75 - 62% open · ⏱️ 02.03.2026): ``` git clone https://github.com/lebinh/ngxtop ``` -- [PyPi](https://pypi.org/project/ngxtop) (📥 4.6K / month · ⏱️ 21.12.2020): +- [PyPi](https://pypi.org/project/ngxtop) (📥 4.6K / month): ``` pip install ngxtop ``` @@ -3297,10 +3183,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/steinnes/timing-asgi ```
-
Show 4 hidden projects... +
Show 5 hidden projects... -- opentracing-python (🥉26 · ⭐ 760 · 💀) - OpenTracing API for Python. This library is.. Apache-2 -- prometheus-flask-exporter (🥉26 · ⭐ 690 · 💀) - Prometheus exporter for Flask applications. MIT +- posthog (🥇40 · ⭐ 33K) - PostHog is an all-in-one developer platform for building.. ❗Unlicensed +- prometheus-flask-exporter (🥉22 · ⭐ 690 · 💀) - Prometheus exporter for Flask applications. MIT +- opentracing-python (🥉21 · ⭐ 750 · 💀) - OpenTracing API for Python. This library is.. Apache-2 - Starlette Prometheus (🥉20 · ⭐ 380 · 💀) - Prometheus integration for Starlette. ❗️GPL-3.0 - flask-state (🥉15 · ⭐ 610 · 💀) - Display machine state using Python3 with Flask. BSD-3
@@ -3310,101 +3197,89 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Streamlit (🥇39 · ⭐ 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 · 📋 5.8K - 19% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 320 · 🔀 4.2K · 📦 1M · 📋 5.9K - 18% open · ⏱️ 16.04.2026): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 30M / month): +- [PyPi](https://pypi.org/project/streamlit) (📥 29M / month): ``` pip install streamlit ```
-
NiceGUI (🥇39 · ⭐ 16K) - Create web-based user interfaces with Python. The nice way. MIT +
Panel (🥇39 · ⭐ 5.7K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 210 · 🔀 900 · 📦 2.7K · 📋 1.5K - 1% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 240 · 🔀 600 · 📦 19K · 📋 4.1K - 28% open · ⏱️ 15.04.2026): ``` - git clone https://github.com/zauberzeug/nicegui - ``` -- [PyPi](https://pypi.org/project/nicegui) (📥 900K / month): - ``` - pip install nicegui - ``` -- [Conda](https://anaconda.org/conda-forge/nicegui) (📥 130K · ⏱️ 07.04.2026): - ``` - conda install -c conda-forge nicegui + git clone https://github.com/holoviz/panel ``` -- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 78K · ⭐ 12 · ⏱️ 07.04.2026): +- [PyPi](https://pypi.org/project/panel) (📥 2.6M / month · 📦 630 · ⏱️ 26.03.2026): ``` - docker pull zauberzeug/nicegui + pip install panel ```
-
Panel (🥇39 · ⭐ 5.7K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 +
NiceGUI (🥈38 · ⭐ 16K) - Create web-based user interfaces with Python. The nice way. MIT -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 220 · 🔀 590 · 📦 19K · 📋 4.1K - 27% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 210 · 🔀 910 · 📦 2.7K · 📋 1.5K - 3% open · ⏱️ 14.04.2026): ``` - git clone https://github.com/holoviz/panel + git clone https://github.com/zauberzeug/nicegui ``` -- [PyPi](https://pypi.org/project/panel) (📥 2.8M / month): +- [PyPi](https://pypi.org/project/nicegui) (📥 1M / month · 📦 380 · ⏱️ 07.04.2026): ``` - pip install panel + pip install nicegui ``` -
-
idom (🥈29 · ⭐ 8.2K) - Its React, but in Python. MIT - -- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 27 · 🔀 330 · 📦 270 · 📋 390 - 12% open · ⏱️ 17.02.2026): - +- [Conda](https://anaconda.org/conda-forge/nicegui) (📥 130K · ⏱️ 07.04.2026): ``` - git clone https://github.com/idom-team/idom + conda install -c conda-forge nicegui ``` -- [PyPi](https://pypi.org/project/idom) (📥 710 / month · 📦 10 · ⏱️ 26.02.2023): +- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 79K · ⭐ 12 · ⏱️ 07.04.2026): ``` - pip install idom + docker pull zauberzeug/nicegui ```
-
wave (🥈28 · ⭐ 4.2K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 +
wave (🥈31 · ⭐ 4.2K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 - [GitHub](https://github.com/h2oai/wave) (👨‍💻 64 · 🔀 360 · 📥 2M · 📋 1.1K - 19% open · ⏱️ 07.04.2026): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (📥 35K / month): +- [PyPi](https://pypi.org/project/wave) (📥 35K / month · 📦 120 · ⏱️ 15.03.2024): ``` pip install wave ```
-
PyWebIO (🥉27 · ⭐ 4.8K · 💤) - Write interactive web app in script way. MIT +
idom (🥈29 · ⭐ 8.1K) - Its React, but in Python. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 19 · 🔀 390 · 📦 2K · 📋 260 - 12% open · ⏱️ 08.04.2025): +- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 27 · 🔀 320 · 📦 270 · 📋 390 - 12% open · ⏱️ 17.02.2026): ``` - git clone https://github.com/pywebio/PyWebIO + git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/pywebio) (📥 9.1K / month · 📦 47 · ⏱️ 04.04.2025): +- [PyPi](https://pypi.org/project/idom) (📥 700 / month): ``` - pip install pywebio + pip install idom ```
trame (🥉27 · ⭐ 660) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (👨‍💻 29 · 🔀 79 · 📥 710 · 📦 720 · 📋 110 - 21% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/Kitware/trame) (👨‍💻 29 · 🔀 80 · 📥 710 · 📋 110 - 21% open · ⏱️ 16.04.2026): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (📥 470K / month · 📦 120 · ⏱️ 18.08.2025): +- [PyPi](https://pypi.org/project/trame) (📥 460K / month · 📦 120 · ⏱️ 18.08.2025): ``` pip install trame ```
pyscript (🥉26 · ⭐ 19K) - An open source platform for Python in the browser... Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 130 · 🔀 1.5K · 📥 470 · 📋 860 - 1% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 130 · 🔀 1.5K · 📥 480 · 📋 860 - 1% open · ⏱️ 08.04.2026): ``` git clone https://github.com/pyscript/pyscript @@ -3418,11 +3293,34 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/rafalp/Misago ```
-
Show 3 hidden projects... +
Wooey (🥉25 · ⭐ 2.2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 + +- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 25 · 🔀 190 · 📦 52 · 📋 220 - 23% open · ⏱️ 16.04.2026): + + ``` + git clone https://github.com/wooey/wooey + ``` +- [PyPi](https://pypi.org/project/wooey) (📥 360 / month): + ``` + pip install wooey + ``` +
+
PyWebIO (🥉24 · ⭐ 4.8K · 💤) - Write interactive web app in script way. MIT + +- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 19 · 🔀 390 · 📦 2K · 📋 250 - 9% open · ⏱️ 08.04.2025): + + ``` + git clone https://github.com/pywebio/PyWebIO + ``` +- [PyPi](https://pypi.org/project/pywebio) (📥 7.8K / month): + ``` + pip install pywebio + ``` +
+
Show 2 hidden projects... - flaskbb (🥉26 · ⭐ 2.7K) - A classic Forum Software in Python using Flask. ❗Unlicensed - python-react (🥉26 · ⭐ 1.6K · 💀) - Server-side rendering of React components. MIT -- Wooey (🥉24 · ⭐ 2.2K · 💀) - A Django app that creates automatic web UIs for Python scripts. BSD-3

@@ -3432,28 +3330,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (🥇40 · ⭐ 8.4K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/django-commons/django-debug-toolbar) (👨‍💻 320 · 🔀 1.1K · 📥 370 · 📦 110K · 📋 1K - 6% open · ⏱️ 02.04.2026): +- [GitHub](https://github.com/django-commons/django-debug-toolbar) (👨‍💻 330 · 🔀 970 · 📥 390 · 📦 110K · 📋 1K - 6% open · ⏱️ 12.04.2026): ``` git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 7.8M / month · 📦 360 · ⏱️ 02.04.2026): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 7.9M / month): ``` pip install django-debug-toolbar ``` -- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 470K · ⏱️ 02.04.2026): +- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 480K · ⏱️ 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 · 📥 570 · 📦 33K · 📋 1.5K - 6% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/pallets-eco/flask-admin) (👨‍💻 390 · 🔀 1.6K · 📥 600 · 📦 33K · 📋 1.5K - 6% open · ⏱️ 16.04.2026): ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (📥 2.3M / month · 📦 210 · ⏱️ 11.11.2025): +- [PyPi](https://pypi.org/project/flask-admin) (📥 2.1M / month): ``` pip install flask-admin ``` @@ -3464,24 +3362,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-admin-interface (🥈32 · ⭐ 2K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 44 · 🔀 180 · 📦 5.3K · 📋 220 - 5% open · ⏱️ 03.01.2026): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 46 · 🔀 180 · 📦 5.3K · 📋 220 - 4% open · ⏱️ 15.04.2026): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (📥 250K / month): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 240K / month): ``` pip install django-admin-interface ```
-
starlette-admin (🥈28 · ⭐ 980) - Fast, beautiful and extensible administrative interface.. MIT +
starlette-admin (🥈28 · ⭐ 990) - Fast, beautiful and extensible administrative interface.. MIT -- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 30 · 🔀 88 · 📦 1.1K · 📋 260 - 36% open · ⏱️ 07.03.2026): +- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 31 · 🔀 87 · 📦 1.1K · 📋 240 - 31% open · ⏱️ 15.04.2026): ``` git clone https://github.com/jowilf/starlette-admin ``` -- [PyPi](https://pypi.org/project/starlette-admin) (📥 150K / month · 📦 29 · ⏱️ 13.12.2025): +- [PyPi](https://pypi.org/project/starlette-admin) (📥 150K / month): ``` pip install starlette-admin ``` @@ -3497,7 +3395,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/geex-arts/django-jet ``` -- [PyPi](https://pypi.org/project/django-jet) (📥 16K / month): +- [PyPi](https://pypi.org/project/django-jet) (📥 18K / month): ``` pip install django-jet ``` @@ -3532,19 +3430,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇35 · ⭐ 44K) - The API and AI Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 450 · 🔀 5.1K · 📦 22 · 📋 4.7K - 2% open · ⏱️ 26.02.2026): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 450 · 🔀 5K · 📦 22 · 📋 4.6K - 1% open · ⏱️ 26.02.2026): ``` git clone https://github.com/kong/kong ``` -- [Docker Hub](https://hub.docker.com/r/_/kong) (📥 350M · ⭐ 830 · ⏱️ 07.04.2026): +- [Docker Hub](https://hub.docker.com/r/_/kong) (📥 350M · ⭐ 830 · ⏱️ 15.04.2026): ``` docker pull kong ```
-
tyk (🥉29 · ⭐ 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 +
tyk (🥉28 · ⭐ 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 160 · 🔀 1.2K · 📋 2.3K - 19% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 140 · 🔀 1.1K · 📋 2K - 8% open · ⏱️ 16.04.2026): ``` git clone https://github.com/TykTechnologies/tyk @@ -3558,12 +3456,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-sqlalchemy (🥇38 · ⭐ 4.3K · 💤) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 900 · 📥 1.1K · 📦 540K · 📋 680 - 2% open · ⏱️ 14.06.2025): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 870 · 📥 1.1K · 📦 540K · 📋 680 - 3% open · ⏱️ 14.06.2025): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 26M / month · 📦 1.3K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 26M / month): ``` pip install flask-sqlalchemy ``` @@ -3574,28 +3472,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
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): +- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 51 · 🔀 230 · 📦 190K · ⏱️ 25.12.2025): ``` git clone https://github.com/miguelgrinberg/Flask-Migrate ``` -- [PyPi](https://pypi.org/project/flask-migrate) (📥 5.2M / month · 📦 400 · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/flask-migrate) (📥 5.2M / month): ``` pip install flask-migrate ``` -- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 530K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 540K · ⏱️ 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 · 📋 170 - 28% open · ⏱️ 12.12.2025): +- [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 54 · 🔀 150 · 📦 460K · 📋 190 - 35% open · ⏱️ 12.12.2025): ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (📥 49M / month): +- [PyPi](https://pypi.org/project/flask-cors) (📥 51M / month · 📦 920 · ⏱️ 12.12.2025): ``` pip install flask-cors ``` @@ -3604,18 +3502,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-cors ```
-
flask-marshmallow (🥇30 · ⭐ 890) - Flask + marshmallow for beautiful APIs. MIT +
flask-limiter (🥇32 · ⭐ 1.2K) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 23 · 🔀 63 · 📦 34K · 📋 120 - 19% open · ⏱️ 06.04.2026): +- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 46 · 🔀 130 · 📥 730 · 📦 23K · 📋 190 - 0% open · ⏱️ 09.03.2026): + + ``` + git clone https://github.com/alisaifee/flask-limiter + ``` +- [PyPi](https://pypi.org/project/flask-limiter) (📥 20M / 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 · ⏱️ 16.04.2026): ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 1.4M / month): +- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 1.4M / month · 📦 180 · ⏱️ 16.04.2026): ``` pip install flask-marshmallow ``` -- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 170K · ⏱️ 14.02.2026): +- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 170K · ⏱️ 16.04.2026): ``` conda install -c conda-forge flask-marshmallow ``` @@ -3627,7 +3537,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 470K / month): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 480K / month): ``` pip install flask_pydantic ``` @@ -3646,12 +3556,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 · 🔀 49 · 📦 25K · 📋 53 - 1% open · ⏱️ 25.12.2025): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 47 · 📦 25K · ⏱️ 25.12.2025): ``` git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-moment) (📥 210K / month · 📦 30 · ⏱️ 28.05.2024): +- [PyPi](https://pypi.org/project/flask-moment) (📥 200K / month): ``` pip install flask-moment ``` @@ -3672,18 +3582,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install flask-rebar ```
-
flask-limiter (🥉25 · ⭐ 1.2K) - Rate Limiting extension for Flask. MIT - -- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 46 · 🔀 120 · 📥 730 · 📋 190 - 0% open · ⏱️ 09.03.2026): - - ``` - git clone https://github.com/alisaifee/flask-limiter - ``` -- [PyPi](https://pypi.org/project/flask-limiter) (📥 21M / month): - ``` - pip install flask-limiter - ``` -
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): @@ -3691,23 +3589,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jmcarp/flask-apispec ``` -- [PyPi](https://pypi.org/project/flask-apispec) (📥 310K / month): +- [PyPi](https://pypi.org/project/flask-apispec) (📥 330K / month): ``` pip install flask-apispec ``` -- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 290K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 300K · ⏱️ 22.04.2025): ``` conda install -c conda-forge flask-apispec ```
-
flask-jsonrpc (🥉22 · ⭐ 290) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 +
flask-jsonrpc (🥉21 · ⭐ 290) - 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): ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (📥 150 / month): +- [PyPi](https://pypi.org/project/rpc) (📥 140 / month): ``` pip install rpc ``` @@ -3722,28 +3620,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 24 hidden projects... -- flask-security (🥈29 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT +- flask-security (🥈30 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT - flask-caching (🥈29 · ⭐ 940 · 💀) - A caching extension for Flask. ❗Unlicensed +- 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-api (🥈28 · ⭐ 1.5K · 💀) - Browsable web APIs 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-assets (🥈26 · ⭐ 460 · 💀) - Flask webassets integration. BSD-2 -- flask-babel (🥈26 · ⭐ 450 · 💀) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 - flask-bcrypt (🥉25 · ⭐ 330 · 💀) - Flask-Bcrypt is a Flask extension that provides.. ❗Unlicensed -- 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-profiler (🥉23 · ⭐ 760 · 💀) - a flask profiler which watches endpoint calls and tries.. MIT -- flask-bootstrap (🥉22 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. 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-Opentracing (🥉21 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3 +- flask-talisman (🥉20 · ⭐ 940 · 💀) - HTTP security headers for Flask. Apache-2 +- flask-ngrok (🥉20 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine. Apache-2 - flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code... MIT -- flask-msearch (🥉17 · ⭐ 230 · 💀) - Full text search for flask. BSD-3 -- flask-ngrok (🥉16 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine. ❗Unlicensed +- flask-msearch (🥉17 · ⭐ 220 · 💀) - Full text search for flask. BSD-3 +- flask-bootstrap (🥉13 · ⭐ 210 · 💀) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed - flask-file-upload (🥉13 · ⭐ 150 · 💀) - Easy file uploads for Flask. MIT - flask2postman (🥉12 · ⭐ 150 · 💀) - Generate a Postman collection from your Flask application. MIT
@@ -3755,72 +3653,72 @@ _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) (👨‍💻 87 · 🔀 270 · 📦 1.8K · 📋 300 - 24% open · ⏱️ 31.03.2026): +- [GitHub](https://github.com/smithyhq/sqladmin) (👨‍💻 87 · 🔀 270 · 📦 1.8K · 📋 300 - 23% open · ⏱️ 31.03.2026): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (📥 730K / month): +- [PyPi](https://pypi.org/project/sqladmin) (📥 750K / month · 📦 38 · ⏱️ 30.03.2026): ``` pip install sqladmin ```
-
slowapi (🥇30 · ⭐ 2K · 💤) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (🥇28 · ⭐ 2K · 💤) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 26 · 🔀 110 · 📦 9.7K · 📋 160 - 61% open · ⏱️ 08.08.2025): +- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 26 · 🔀 110 · 📦 9.9K · 📋 120 - 44% open · ⏱️ 08.08.2025): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (📥 11M / month · 📦 50 · ⏱️ 05.02.2024): +- [PyPi](https://pypi.org/project/slowapi) (📥 12M / month): ``` pip install slowapi ```
-
fastapi-code-generator (🥈26 · ⭐ 1.4K · 💤) - This code generator creates FastAPI app from an.. MIT +
fastapi-admin/fastapi-admin (🥈25 · ⭐ 3.8K · 💤) - A fast admin dashboard based on FastAPI and.. Apache-2 -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 30 · 🔀 150 · 📦 250 · 📋 100 - 61% open · ⏱️ 29.04.2025): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 19 · 🔀 450 · 📦 510 · 📋 140 - 49% open · ⏱️ 05.04.2025): ``` - git clone https://github.com/koxudaxi/fastapi-code-generator + git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 35K / month): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 11K / month · 📦 6 · ⏱️ 08.06.2022): ``` - pip install fastapi-code-generator + pip install fastapi-admin ```
-
fastapi-admin/fastapi-admin (🥈25 · ⭐ 3.8K · 💤) - A fast admin dashboard based on FastAPI and.. Apache-2 +
fastapi-code-generator (🥈24 · ⭐ 1.4K) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 19 · 🔀 450 · 📦 510 · 📋 130 - 45% open · ⏱️ 05.04.2025): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 31 · 🔀 150 · 📦 250 · 📋 110 - 63% open · ⏱️ 14.04.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) (📥 11K / month): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 38K / month · 📦 7 · ⏱️ 29.04.2025): ``` - 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 · 🔀 57 · 📥 670 · 📦 18 · 📋 130 - 15% open · ⏱️ 11.02.2026): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 58 · 📥 690 · 📦 18 · 📋 130 - 15% open · ⏱️ 11.02.2026): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 560 / month · ⏱️ 11.02.2026): +- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 330 / month · ⏱️ 11.02.2026): ``` pip install fastapi-mvc ```
fastapi-plugins (🥉18 · ⭐ 620 · 💤) - FastAPI framework plugins. MIT -- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 26 · 📦 120 · 📋 17 - 17% open · ⏱️ 09.07.2025): +- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 25 · 📦 120 · 📋 17 - 17% open · ⏱️ 09.07.2025): ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 25K / month · 📦 4 · ⏱️ 09.07.2025): +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 18K / month): ``` pip install fastapi-plugins ``` @@ -3828,14 +3726,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 11 hidden projects... - fastapi-utils (🥈27 · ⭐ 2.3K · 💀) - Reusable utilities for FastAPI. MIT -- fastapi-crudrouter (🥈25 · ⭐ 1.7K · 💀) - A dynamic FastAPI router that automatically creates.. MIT -- starlette_exporter (🥈22 · ⭐ 410 · 💀) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- fastapi-socketio (🥉20 · ⭐ 420 · 💀) - Easily integrate socket.io with your FastAPI app. 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_cache (🥉19 · ⭐ 310 · 💀) - FastAPI simple cache. MIT +- fastapi-crudrouter (🥈22 · ⭐ 1.7K · 💀) - A dynamic FastAPI router that automatically creates.. MIT +- starlette_exporter (🥉20 · ⭐ 410 · 💀) - Prometheus exporter for Starlette and FastAPI. Apache-2 +- fastapi_cache (🥉20 · ⭐ 310 · 💀) - FastAPI simple cache. MIT +- fastapi-sqlalchemy (🥉18 · ⭐ 760 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT - fastapi-react (🥉17 · ⭐ 2.6K · 💀) - Cookiecutter Template for FastAPI + React Projects... MIT +- fastapi-versioning (🥉17 · ⭐ 850 · 💀) - api versioning for fastapi web applications. MIT +- fastapi_contrib (🥉17 · ⭐ 740 · 💀) - Opinionated set of utilities on top of FastAPI. MIT +- fastapi-socketio (🥉17 · ⭐ 420 · 💀) - Easily integrate socket.io with your FastAPI app. Apache-2 - fastapi_client (🥉14 · ⭐ 430 · 💀) - FastAPI client generator. Apache-2 - fastapi-lazy (🥉11 · ⭐ 200 · 💀) - Simplifies class-based views for more organized and.. MIT
@@ -3847,7 +3745,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 (🥇17 · ⭐ 71 · 💀) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed - pyramid_celery (🥉16 · ⭐ 110 · 💀) - Pyramid configuration with celery integration. Allows.. MIT - pyramid_services (🥉12 · ⭐ 82 · 💀) - A service layer for pyramid. MIT
@@ -3859,12 +3757,12 @@ _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 · 🔀 820 · 📦 130K · 📋 1.1K - 2% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 240 · 🔀 780 · 📦 130K · 📋 1.1K - 2% open · ⏱️ 08.04.2026): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (📥 2.7M / month · 📦 190 · ⏱️ 10.01.2026): +- [PyPi](https://pypi.org/project/django-import-export) (📥 2.6M / month): ``` pip install django-import-export ``` @@ -3880,23 +3778,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (📥 12M / month): +- [PyPi](https://pypi.org/project/django-extensions) (📥 13M / month): ``` pip install django-extensions ``` -- [Conda](https://anaconda.org/conda-forge/django-extensions) (📥 980K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-extensions) (📥 990K · ⏱️ 22.04.2025): ``` conda install -c conda-forge django-extensions ```
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 · 📋 290 - 25% open · ⏱️ 03.04.2026): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 110 · 🔀 320 · 📥 190 · 📦 280K · 📋 270 - 19% open · ⏱️ 03.04.2026): ``` git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-environ) (📥 8.1M / month · 📦 500 · ⏱️ 18.02.2026): +- [PyPi](https://pypi.org/project/django-environ) (📥 7.3M / month): ``` pip install django-environ ``` @@ -3907,12 +3805,12 @@ _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 · 🔀 460 · 📦 15K · 📋 870 - 16% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 340 · 🔀 460 · 📦 15K · 📋 870 - 16% open · ⏱️ 15.04.2026): ``` git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-stubs) (📥 7.3M / month): +- [PyPi](https://pypi.org/project/django-stubs) (📥 7.5M / month): ``` pip install django-stubs ``` @@ -3921,48 +3819,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-stubs ```
-
django-polymorphic (🥇37 · ⭐ 1.8K) - Improved Django model inheritance with automatic.. BSD-3 +
dj-database-url (🥇36 · ⭐ 1.6K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/django-polymorphic) (👨‍💻 150 · 🔀 300 · 📥 230 · 📦 7.8K · 📋 390 - 5% open · ⏱️ 31.03.2026): +- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 78 · 🔀 210 · 📦 310K · 📋 100 - 5% open · ⏱️ 08.04.2026): ``` - git clone https://github.com/django-polymorphic/django-polymorphic - ``` -- [PyPi](https://pypi.org/project/django-polymorphic) (📥 2.1M / month · 📦 170 · ⏱️ 07.03.2026): - ``` - pip install django-polymorphic + git clone https://github.com/jacobian/dj-database-url ``` -- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (📥 170K · ⏱️ 07.03.2026): +- [PyPi](https://pypi.org/project/dj-database-url) (📥 6.2M / month): ``` - conda install -c conda-forge django_polymorphic + pip install dj-database-url ```
-
django-storages (🥇36 · ⭐ 2.9K · 💤) - Django-storages is a project to provide a variety of.. BSD-3 +
Django-Ninja (🥇35 · ⭐ 9K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT -- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 280 · 🔀 870 · 📦 220K · 📋 770 - 17% open · ⏱️ 18.06.2025): +- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 180 · 🔀 560 · 📋 1.1K - 19% open · ⏱️ 05.04.2026): ``` - git clone https://github.com/jschneier/django-storages + git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-storages) (📥 9.7M / month · 📦 220 · ⏱️ 02.04.2025): +- [PyPi](https://pypi.org/project/django-ninja) (📥 2M / month · 📦 200 · ⏱️ 18.03.2026): ``` - pip install django-storages + pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-storages) (📥 130K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 39K · ⏱️ 23.03.2026): ``` - conda install -c conda-forge django-storages + conda install -c conda-forge django-ninja ```
-
dj-database-url (🥇36 · ⭐ 1.6K) - Use Database URLs in your Django Application. BSD-3 +
django-oscar (🥇35 · ⭐ 6.6K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 78 · 🔀 220 · 📦 310K · 📋 100 - 5% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 380 · 🔀 2.2K · 📦 1.2K · 📋 1.5K - 7% open · ⏱️ 16.02.2026): ``` - git clone https://github.com/jacobian/dj-database-url + git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/dj-database-url) (📥 6M / month · 📦 360 · ⏱️ 19.02.2026): +- [PyPi](https://pypi.org/project/django-oscar) (📥 66K / month): ``` - pip install dj-database-url + pip install django-oscar ```
django-reversion (🥇35 · ⭐ 3.2K) - django-reversion is an extension to the Django web.. BSD-3 @@ -3977,6 +3871,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-reversion ```
+
django-storages (🥇35 · ⭐ 2.9K · 💤) - Django-storages is a project to provide a variety of.. BSD-3 + +- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 280 · 🔀 840 · 📦 220K · 📋 760 - 16% open · ⏱️ 18.06.2025): + + ``` + git clone https://github.com/jschneier/django-storages + ``` +- [PyPi](https://pypi.org/project/django-storages) (📥 9.8M / month): + ``` + pip install django-storages + ``` +- [Conda](https://anaconda.org/conda-forge/django-storages) (📥 130K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-storages + ``` +
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 - 35% open · ⏱️ 23.03.2026): @@ -3991,68 +3901,64 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-simple-history (🥇35 · ⭐ 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 · 📋 620 - 25% open · ⏱️ 13.03.2026): +- [GitHub](https://github.com/django-commons/django-simple-history) (👨‍💻 190 · 🔀 480 · 📥 11 · 📦 7.2K · 📋 620 - 25% open · ⏱️ 13.03.2026): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (📥 3.3M / month · 📦 100 · ⏱️ 11.12.2025): +- [PyPi](https://pypi.org/project/django-simple-history) (📥 3.4M / month): ``` pip install django-simple-history ```
django-phonenumber-field (🥇35 · ⭐ 1.6K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/django-phonenumber-field/django-phonenumber-field) (👨‍💻 120 · 🔀 320 · 📥 53 · 📦 32K · 📋 240 - 2% open · ⏱️ 20.03.2026): +- [GitHub](https://github.com/django-phonenumber-field/django-phonenumber-field) (👨‍💻 120 · 🔀 300 · 📥 56 · 📦 32K · 📋 240 - 2% open · ⏱️ 15.04.2026): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 4.5M / month · 📦 150 · ⏱️ 24.11.2025): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 4.6M / month): ``` pip install django-phonenumber-field ```
-
django-cors-headers (🥈34 · ⭐ 5.6K) - Django app for handling the server headers required.. MIT +
cookiecutter-django (🥈34 · ⭐ 13K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 71 · 🔀 500 · 📦 310K · 📋 270 - 1% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 470 · 🔀 2.9K · 📦 34 · 📋 1.3K - 6% open · ⏱️ 15.04.2026): ``` - git clone https://github.com/adamchainz/django-cors-headers - ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 18M / month): - ``` - pip install django-cors-headers + git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 230K · ⏱️ 18.09.2025): +- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 190 / month): ``` - conda install -c conda-forge django-cors-headers + pip install cookiecutter-django ```
-
django-haystack (🥈34 · ⭐ 3.8K) - Modular search for Django. BSD-3 +
django-cors-headers (🥈34 · ⭐ 5.6K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 220 · 🔀 1.3K · 📦 11K · 📋 1.3K - 43% open · ⏱️ 07.04.2026): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 71 · 🔀 500 · 📦 310K · 📋 270 - 1% open · ⏱️ 07.04.2026): ``` - git clone https://github.com/django-haystack/django-haystack + git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-haystack) (📥 180K / month · 📦 100 · ⏱️ 04.06.2024): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 18M / month): ``` - pip install django-haystack + pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 11K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 230K · ⏱️ 18.09.2025): ``` - conda install -c conda-forge django-haystack + conda install -c conda-forge django-cors-headers ```
sorl-thumbnail (🥈34 · ⭐ 1.8K) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 170 · 🔀 470 · 📦 16K · 📋 430 - 1% open · ⏱️ 12.02.2026): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 170 · 🔀 500 · 📦 16K · 📋 430 - 2% open · ⏱️ 12.02.2026): ``` git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 500K / month): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 480K / month · 📦 110 · ⏱️ 22.01.2026): ``` pip install sorl-thumbnail ``` @@ -4061,18 +3967,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge sorl-thumbnail ```
-
cookiecutter-django (🥈33 · ⭐ 13K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 - -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 470 · 🔀 2.9K · 📦 34 · 📋 1.3K - 6% open · ⏱️ 09.04.2026): - - ``` - git clone https://github.com/cookiecutter/cookiecutter-django - ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 130 / month): - ``` - pip install cookiecutter-django - ``` -
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): @@ -4080,7 +3974,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 310K / month · 📦 71 · ⏱️ 03.01.2026): +- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 300K / month · 📦 71 · ⏱️ 03.01.2026): ``` pip install django-bootstrap3 ``` @@ -4091,48 +3985,48 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
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 · 🔀 290 · 📦 4.3K · 📋 380 - 26% open · ⏱️ 05.04.2026): +- [GitHub](https://github.com/rq/django-rq) (👨‍💻 140 · 🔀 290 · 📦 4.4K · 📋 380 - 26% open · ⏱️ 05.04.2026): ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (📥 820K / month): +- [PyPi](https://pypi.org/project/django-rq) (📥 810K / month): ``` 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 · 🔀 310 · 📦 2.5K · 📋 320 - 7% open · ⏱️ 02.04.2026): ``` git clone https://github.com/jazzband/django-constance ``` -- [PyPi](https://pypi.org/project/django-constance) (📥 960K / month · 📦 39 · ⏱️ 15.03.2026): +- [PyPi](https://pypi.org/project/django-constance) (📥 970K / month): ``` pip install django-constance ```
django-pipeline (🥈33 · ⭐ 1.5K · 💤) - Pipeline is an asset packaging library for Django. MIT -- [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 180 · 🔀 370 · 📦 2.7K · 📋 490 - 31% open · ⏱️ 13.09.2025): +- [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 180 · 🔀 350 · 📦 2.7K · 📋 450 - 26% open · ⏱️ 13.09.2025): ``` git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-pipeline) (📥 240K / month · 📦 35 · ⏱️ 13.09.2025): +- [PyPi](https://pypi.org/project/django-pipeline) (📥 230K / month): ``` pip install django-pipeline ```
channels (🥈32 · ⭐ 6.3K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/django/channels) (👨‍💻 280 · 🔀 820 · 📦 21 · 📋 1.3K - 8% open · ⏱️ 28.03.2026): +- [GitHub](https://github.com/django/channels) (👨‍💻 280 · 🔀 810 · 📦 21 · 📋 1.3K - 6% open · ⏱️ 28.03.2026): ``` git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/channels) (📥 4.9M / month): +- [PyPi](https://pypi.org/project/channels) (📥 5M / month): ``` pip install channels ``` @@ -4157,9 +4051,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-webpack-loader ```
-
django-imagekit (🥈32 · ⭐ 2.4K) - Automated image processing for Django. Currently v6.0. BSD-3 +
django-imagekit (🥈32 · ⭐ 2.3K) - Automated image processing for Django. Currently v6.0. BSD-3 -- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨‍💻 81 · 🔀 270 · 📥 190 · 📦 10K · 📋 400 - 21% open · ⏱️ 22.02.2026): +- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨‍💻 81 · 🔀 270 · 📥 200 · 📦 10K · 📋 400 - 21% open · ⏱️ 22.02.2026): ``` git clone https://github.com/matthewwithanm/django-imagekit @@ -4169,26 +4063,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-imagekit ```
-
django-money (🥈32 · ⭐ 1.8K) - Money fields for Django forms and models. BSD-3 - -- [GitHub](https://github.com/django-money/django-money) (👨‍💻 120 · 🔀 320 · 📦 3.3K · 📋 380 - 23% open · ⏱️ 27.01.2026): - - ``` - git clone https://github.com/django-money/django-money - ``` -- [PyPi](https://pypi.org/project/django-money) (📥 590K / month · 📦 47 · ⏱️ 27.01.2026): - ``` - pip install django-money - ``` -
django-bootstrap4 (🥈32 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 140 · 🔀 220 · 📦 190K · 📋 160 - 10% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 140 · 🔀 260 · 📦 190K · 📋 160 - 10% open · ⏱️ 08.04.2026): ``` git clone https://github.com/zostera/django-bootstrap4 ``` -- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 330K / month): +- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 290K / month · 📦 89 · ⏱️ 03.01.2026): ``` pip install django-bootstrap4 ``` @@ -4197,14 +4079,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap4 ```
-
djangorestframework-stubs (🥈32 · ⭐ 530) - PEP-484 stubs for django-rest-framework. MIT +
djangorestframework-stubs (🥈32 · ⭐ 540) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 90 · 🔀 140 · 📦 4.2K · 📋 170 - 36% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 91 · 🔀 120 · 📦 4.3K · 📋 160 - 32% open · ⏱️ 14.04.2026): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 4.1M / month · 📦 82 · ⏱️ 31.03.2026): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 4.3M / month): ``` pip install djangorestframework-stubs ``` @@ -4213,56 +4095,56 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge djangorestframework-stubs ```
-
Django-Ninja (🥈31 · ⭐ 9K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT +
django-widget-tweaks (🥈31 · ⭐ 2.2K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 180 · 🔀 560 · 📋 1.1K - 19% open · ⏱️ 05.04.2026): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 38 · 🔀 140 · 📦 50K · 📋 100 - 45% open · ⏱️ 20.03.2026): ``` - git clone https://github.com/vitalik/django-ninja - ``` -- [PyPi](https://pypi.org/project/django-ninja) (📥 1.9M / month): - ``` - pip install django-ninja + git clone https://github.com/jazzband/django-widget-tweaks ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 38K · ⏱️ 23.03.2026): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 1.2M / month · 📦 150 · ⏱️ 02.01.2026): ``` - conda install -c conda-forge django-ninja + pip install django-widget-tweaks ```
easy-thumbnails (🥈31 · ⭐ 1.4K · 💤) - Easy thumbnails for Django. BSD-3 -- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨‍💻 100 · 🔀 320 · 📦 12K · 📋 420 - 22% open · ⏱️ 17.08.2025): +- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨‍💻 100 · 🔀 310 · 📦 12K · 📋 410 - 21% open · ⏱️ 17.08.2025): ``` git clone https://github.com/SmileyChris/easy-thumbnails ``` -- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 490K / month · 📦 140 · ⏱️ 17.08.2025): +- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 490K / month): ``` pip install easy-thumbnails ```
-
jsonfield (🥈31 · ⭐ 1.2K · 💤) - A reusable Django model field for storing ad-hoc JSON data. MIT +
django-waffle (🥈31 · ⭐ 1.2K) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/rpkilby/jsonfield) (👨‍💻 53 · 🔀 270 · 📥 170 · 📦 14K · ⏱️ 04.07.2025): +- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 160 · 🔀 260 · 📦 1.8K · 📋 230 - 20% open · ⏱️ 09.12.2025): ``` - git clone https://github.com/rpkilby/jsonfield + git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/jsonfield) (📥 950K / month · 📦 280 · ⏱️ 04.07.2025): +- [PyPi](https://pypi.org/project/django-waffle) (📥 1.4M / month · 📦 41 · ⏱️ 12.06.2025): ``` - pip install jsonfield + pip install django-waffle + ``` +- [Conda](https://anaconda.org/conda-forge/django-waffle) (📥 31K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-waffle ```
-
django-oscar (🥉30 · ⭐ 6.6K) - Domain-driven e-commerce for Django. BSD-3 +
jsonfield (🥈31 · ⭐ 1.2K · 💤) - A reusable Django model field for storing ad-hoc JSON data. MIT -- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 380 · 🔀 2.2K · 📋 1.5K - 7% open · ⏱️ 16.02.2026): +- [GitHub](https://github.com/rpkilby/jsonfield) (👨‍💻 53 · 🔀 250 · 📥 170 · 📦 14K · ⏱️ 04.07.2025): ``` - git clone https://github.com/django-oscar/django-oscar + git clone https://github.com/rpkilby/jsonfield ``` -- [PyPi](https://pypi.org/project/django-oscar) (📥 66K / month): +- [PyPi](https://pypi.org/project/jsonfield) (📥 940K / month): ``` - pip install django-oscar + pip install jsonfield ```
django-ckeditor (🥉30 · ⭐ 2.5K · 💤) - Django admin CKEditor integration. BSD-3 @@ -4272,14 +4154,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (📥 650K / month): +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 620K / month): ``` pip install django-ckeditor ```
django-cacheops (🥉30 · ⭐ 2.3K) - A slick ORM cache with automatic granular event-driven.. BSD-3 -- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 73 · 🔀 220 · 📦 1.6K · 📋 360 - 5% open · ⏱️ 04.03.2026): +- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 74 · 🔀 230 · 📦 1.6K · 📋 360 - 4% open · ⏱️ 15.04.2026): ``` git clone https://github.com/Suor/django-cacheops @@ -4289,81 +4171,53 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-cacheops ```
-
django-widget-tweaks (🥉30 · ⭐ 2.2K) - Tweak the form field rendering in templates, not in.. MIT - -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 38 · 🔀 130 · 📦 50K · 📋 100 - 43% open · ⏱️ 20.03.2026): - - ``` - git clone https://github.com/jazzband/django-widget-tweaks - ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 1.2M / month): - ``` - pip install django-widget-tweaks - ``` -
django-cachalot (🥉30 · ⭐ 1.4K) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 40 · 🔀 160 · 📦 1K · 📋 180 - 15% open · ⏱️ 28.01.2026): +- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 40 · 🔀 150 · 📦 1K · 📋 180 - 13% open · ⏱️ 28.01.2026): ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 210K / month · 📦 12 · ⏱️ 28.01.2026): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 210K / month): ``` pip install django-cachalot ``` -- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 89K · ⏱️ 30.01.2026): +- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 90K · ⏱️ 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 · 🔀 190 · 📦 4K · 📋 160 - 29% open · ⏱️ 07.12.2025): +- [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 87 · 🔀 200 · 📦 4K · 📋 170 - 32% open · ⏱️ 07.12.2025): ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (📥 230K / month): +- [PyPi](https://pypi.org/project/django-rosetta) (📥 230K / month · 📦 33 · ⏱️ 07.12.2025): ``` pip install django-rosetta ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (📥 17K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (📥 18K · ⏱️ 22.04.2025): ``` conda install -c conda-forge django-rosetta ```
django-dbbackup (🥉30 · ⭐ 1.1K) - Backup and restore your Django database and media. BSD-3 -- [GitHub](https://github.com/Archmonger/django-dbbackup) (👨‍💻 83 · 🔀 220 · 📥 36 · 📦 2.6K · 📋 310 - 2% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/Archmonger/django-dbbackup) (👨‍💻 84 · 🔀 200 · 📥 41 · 📦 2.6K · 📋 320 - 2% open · ⏱️ 15.04.2026): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (📥 260K / month · 📦 21 · ⏱️ 11.02.2026): +- [PyPi](https://pypi.org/project/django-dbbackup) (📥 250K / month): ``` pip install django-dbbackup ```
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 · 🔀 490 · 📥 19 · 📦 1.3K · 📋 320 - 7% 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 @@ -4392,35 +4246,35 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-taggit ``` -- [PyPi](https://pypi.org/project/django-taggit) (📥 4.6M / month): +- [PyPi](https://pypi.org/project/django-taggit) (📥 3.6M / month): ``` pip install django-taggit ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 340K · ⏱️ 22.04.2025): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 350K · ⏱️ 22.04.2025): ``` conda install -c conda-forge django-taggit ```
django-extra-views (🥉28 · ⭐ 1.4K · 💤) - Djangos class-based generic views are awesome, lets.. MIT -- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 64 · 🔀 170 · 📦 2.5K · 📋 150 - 10% open · ⏱️ 28.04.2025): +- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 64 · 🔀 170 · 📦 2.5K · 📋 140 - 9% open · ⏱️ 28.04.2025): ``` git clone https://github.com/AndrewIngram/django-extra-views ``` -- [PyPi](https://pypi.org/project/django-extra-views) (📥 190K / month · 📦 40 · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/django-extra-views) (📥 190K / month): ``` pip install django-extra-views ```
django-lifecycle (🥉28 · ⭐ 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 42 · 🔀 97 · 📦 480 · 📋 80 - 17% open · ⏱️ 02.03.2026): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 42 · 🔀 97 · 📦 480 · 📋 79 - 16% open · ⏱️ 02.03.2026): ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 150K / month · 📦 21 · ⏱️ 02.03.2026): +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 170K / month): ``` pip install django-lifecycle ``` @@ -4432,7 +4286,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) (📥 70K / month · 📦 7 · ⏱️ 08.03.2026): +- [PyPi](https://pypi.org/project/django-organizations) (📥 68K / month · 📦 7 · ⏱️ 08.03.2026): ``` pip install django-organizations ``` @@ -4441,49 +4295,49 @@ _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 +
django-csp (🥉28 · ⭐ 620) - Content Security Policy for Django. BSD-3 -- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 18 · 🔀 79 · 📦 17K · 📋 62 - 1% open · ⏱️ 05.06.2025): +- [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 67 · 🔀 100 · 📦 4.9K · 📋 120 - 6% open · ⏱️ 14.11.2025): ``` - git clone https://github.com/un1t/django-cleanup - ``` -- [PyPi](https://pypi.org/project/django-cleanup) (📥 620K / month · 📦 37 · ⏱️ 18.09.2024): + git clone https://github.com/mozilla/django-csp ``` - pip install django-cleanup +- [PyPi](https://pypi.org/project/django-csp) (📥 3.3M / month): ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (📥 26K · ⏱️ 22.04.2025): - ``` - conda install -c conda-forge django-cleanup + pip install django-csp ```
-
django-csp (🥉27 · ⭐ 620) - Content Security Policy for Django. BSD-3 +
django-cleanup (🥉27 · ⭐ 1.2K · 💤) - Automatically deletes old file for FileField and.. MIT -- [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 67 · 🔀 110 · 📦 4.9K · 📋 120 - 8% open · ⏱️ 14.11.2025): +- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 18 · 🔀 79 · 📦 17K · 📋 62 - 1% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/mozilla/django-csp + git clone https://github.com/un1t/django-cleanup ``` -- [PyPi](https://pypi.org/project/django-csp) (📥 3.2M / month): +- [PyPi](https://pypi.org/project/django-cleanup) (📥 630K / month): ``` - pip install django-csp + pip install django-cleanup + ``` +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (📥 26K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge django-cleanup ```
django-push-notifications (🥉26 · ⭐ 2.4K) - Send push notifications to mobile devices through GCM.. MIT -- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 110 · 🔀 590 · 📥 170 · 📋 440 - 25% open · ⏱️ 22.02.2026): +- [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) (📥 240K / month): +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 230K / month): ``` pip install django-push-notifications ```
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 · 🔀 72 · 📦 3.5K · 📋 48 - 10% open · ⏱️ 27.03.2026): +- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 28 · 🔀 73 · 📦 3.5K · 📋 48 - 10% open · ⏱️ 27.03.2026): ``` git clone https://github.com/sobolevn/django-split-settings @@ -4500,7 +4354,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (📥 85K / month): +- [PyPi](https://pypi.org/project/django-easy-audit) (📥 87K / month): ``` pip install django-easy-audit ``` @@ -4512,18 +4366,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/django-fsm ``` -- [PyPi](https://pypi.org/project/django-fsm) (📥 590K / month): +- [PyPi](https://pypi.org/project/django-fsm) (📥 580K / month): ``` pip install django-fsm ``` -- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 68K · ⏱️ 07.10.2025): +- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 69K · ⏱️ 07.10.2025): ``` conda install -c conda-forge django-fsm ```
viewflow (🥉24 · ⭐ 2.9K) - Reusable workflow library for Django. ❗️AGPL-3.0 -- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 2 · 🔀 410 · 📦 370 · 📋 370 - 5% open · ⏱️ 28.01.2026): +- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 2 · 🔀 410 · 📦 380 · 📋 370 - 5% open · ⏱️ 28.01.2026): ``` git clone https://github.com/viewflow/viewflow @@ -4535,44 +4389,47 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-codemod (🥉22 · ⭐ 190) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 30 · 🔀 19 · 📥 1.4K · 📦 5 · 📋 42 - 21% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 23 · 🔀 19 · 📥 1.4K · 📦 5 · 📋 41 - 19% open · ⏱️ 14.04.2026): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 1.8K / month · ⏱️ 07.01.2026): +- [PyPi](https://pypi.org/project/django-codemod) (📥 1.8K / month): ``` pip install django-codemod ```
-
Show 26 hidden projects... +
Show 29 hidden projects... -- django-filter (🥈33 · ⭐ 4.7K · 📈) - A generic system for filtering Django QuerySets based.. ❗Unlicensed -- django-autocomplete-light (🥈33 · ⭐ 1.9K · 💀) - A fresh approach to autocomplete implementations,.. MIT +- django-polymorphic (🥇35 · ⭐ 1.8K) - Improved Django model inheritance with automatic.. ❗Unlicensed +- django-autocomplete-light (🥈34 · ⭐ 1.9K · 💀) - A fresh approach to autocomplete implementations,.. MIT +- 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-q (🥉30 · ⭐ 1.9K · 💀) - A multiprocessing distributed task queue for Django. MIT +- django-money (🥉30 · ⭐ 1.8K) - Money fields for Django forms and models. ❗Unlicensed - django-braces (🥉29 · ⭐ 2K · 💀) - Reusable, generic mixins for Django. BSD-3 -- django-paypal (🥉29 · ⭐ 730 · 💀) - A pluggable Django application for integrating PayPal.. MIT +- django-q (🥉29 · ⭐ 1.9K · 💀) - A multiprocessing distributed task queue for Django. MIT +- django-blog-zinnia (🥉28 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application.. BSD-3 - django-configurations (🥉28 · ⭐ 1.1K · 💀) - A helper for organizing Django project settings by.. 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-redis (🥉26 · ⭐ 3.1K) - Full featured redis cache backend for Django. ❗Unlicensed - 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-watson (🥉26 · ⭐ 1.2K · 💀) - Full-text multi-table search application for Django... BSD-3 -- 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-compressor (🥉24 · ⭐ 2.9K) - Compresses linked and inline javascript or CSS into a.. ❗Unlicensed -- django-solo (🥉24 · ⭐ 950) - Helps working with singletons - things like global.. ❗Unlicensed +- django-solo (🥉24 · ⭐ 960) - Helps working with singletons - things like global.. ❗Unlicensed - django-jenkins (🥉24 · ⭐ 940 · 💀) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 - 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-summernote (🥉22 · ⭐ 1.1K · 💀) - Simply integrate Summernote editor with Django project. MIT - 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 (🥉14 · ⭐ 850 · 💀) - A calendaring app for Django. It is now stable,.. BSD-3

@@ -4580,30 +4437,14 @@ _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 · ⏱️ 08.04.2026): - - ``` - git clone https://github.com/twisted/twisted - ``` -- [PyPi](https://pypi.org/project/twisted) (📥 11M / month · 📦 1.2K · ⏱️ 07.06.2025): - ``` - pip install twisted - ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (📥 1.6M · ⏱️ 13.10.2025): - ``` - 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 - 6% open · ⏱️ 30.03.2026): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 520 · 🔀 2.2K · 📦 23K · 📋 1.8K - 4% open · ⏱️ 13.04.2026): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (📥 5.9M / month · 📦 670 · ⏱️ 26.12.2025): +- [PyPi](https://pypi.org/project/scapy) (📥 6M / month): ``` pip install scapy ``` @@ -4612,70 +4453,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge scapy ```
-
jinja (🥇40 · ⭐ 12K · 💤) - A very fast and expressive template engine. BSD-3 +
pynacl (🥇39 · ⭐ 1.2K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 -- [GitHub](https://github.com/pallets/jinja) (👨‍💻 340 · 🔀 1.7K · 📥 78K · 📋 1.1K - 8% open · ⏱️ 14.06.2025): +- [GitHub](https://github.com/pyca/pynacl) (👨‍💻 78 · 🔀 260 · 📦 140K · 📋 330 - 16% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/pallets/jinja + git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/jinja2) (📥 520M / month · 📦 24K · ⏱️ 05.03.2025): +- [PyPi](https://pypi.org/project/pynacl) (📥 210M / month · 📦 1.7K · ⏱️ 01.01.2026): ``` - pip install jinja2 + pip install pynacl ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 65M · ⏱️ 30.11.2025): +- [Conda](https://anaconda.org/conda-forge/pynacl) (📥 13M · ⏱️ 27.02.2026): ``` - conda install -c conda-forge jinja2 + conda install -c conda-forge pynacl ```
weblate (🥇38 · ⭐ 5.8K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 2.1K · 🔀 1.2K · 📥 10K · 📦 49 · 📋 6.3K - 8% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 2.1K · 🔀 1.3K · 📥 10K · 📦 49 · 📋 6.3K - 8% open · ⏱️ 16.04.2026): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (📥 190K / month): +- [PyPi](https://pypi.org/project/weblate) (📥 240K / month · ⏱️ 15.04.2026): ``` pip install weblate ```
-
web3.py (🥇38 · ⭐ 5.5K · 📈) - A python interface for interacting with the Ethereum blockchain and.. MIT - -- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 310 · 🔀 1.7K · 📋 1.6K - 8% open · ⏱️ 02.04.2026): - - ``` - git clone https://github.com/ethereum/web3.py - ``` -- [PyPi](https://pypi.org/project/web3) (📥 4.8M / month · 📦 2K · ⏱️ 02.04.2026): - ``` - pip install web3 - ``` -- [Conda](https://anaconda.org/conda-forge/web3) (📥 1M · ⏱️ 04.04.2026): - ``` - conda install -c conda-forge web3 - ``` -
-
structlog (🥈37 · ⭐ 4.7K) - Simple, powerful, and fast logging for Python. Apache-2 +
pywebview (🥈37 · ⭐ 5.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/hynek/structlog) (👨‍💻 140 · 🔀 270 · 📦 32K · 📋 390 - 9% open · ⏱️ 06.04.2026): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 190 · 🔀 630 · 📦 4.2K · 📋 1.2K - 1% open · ⏱️ 15.04.2026): ``` - git clone https://github.com/hynek/structlog + git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/structlog) (📥 70M / month · 📦 2.2K · ⏱️ 27.10.2025): +- [PyPi](https://pypi.org/project/pywebview) (📥 730K / month · 📦 490 · ⏱️ 15.04.2026): ``` - pip install structlog + pip install pywebview ```
rdflib (🥈37 · ⭐ 2.4K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 210 · 🔀 580 · 📥 720 · 📦 28K · 📋 1.4K - 25% open · ⏱️ 11.02.2026): +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 210 · 🔀 580 · 📥 740 · 📦 28K · 📋 1.3K - 22% open · ⏱️ 11.02.2026): ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (📥 11M / month · 📦 1.8K · ⏱️ 13.02.2026): +- [PyPi](https://pypi.org/project/rdflib) (📥 11M / month): ``` pip install rdflib ``` @@ -4684,25 +4509,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge rdflib ```
-
pynacl (🥈37 · ⭐ 1.2K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 - -- [GitHub](https://github.com/pyca/pynacl) (👨‍💻 78 · 🔀 250 · 📦 140K · 📋 320 - 15% open · ⏱️ 08.04.2026): - - ``` - git clone https://github.com/pyca/pynacl - ``` -- [PyPi](https://pypi.org/project/pynacl) (📥 210M / month): - ``` - pip install pynacl - ``` -- [Conda](https://anaconda.org/conda-forge/pynacl) (📥 12M · ⏱️ 27.02.2026): - ``` - conda install -c conda-forge pynacl - ``` -
pyopenssl (🥈37 · ⭐ 940) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 120 · 🔀 410 · 📦 280K · 📋 560 - 11% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 120 · 🔀 410 · 📦 280K · 📋 560 - 11% open · ⏱️ 15.04.2026): ``` git clone https://github.com/pyca/pyopenssl @@ -4716,42 +4525,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pyopenssl ```
-
certifi (🥈36 · ⭐ 960) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +
impacket (🥈36 · ⭐ 16K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 40 · 🔀 280 · 📦 5 · 📋 160 - 1% open · ⏱️ 16.03.2026): +- [GitHub](https://github.com/fortra/impacket) (👨‍💻 300 · 🔀 3.8K · 📥 280K · 📦 6.5K · 📋 1K - 17% open · ⏱️ 07.04.2026): ``` - git clone https://github.com/certifi/python-certifi + git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/certifi) (📥 1.3B / month · 📦 14K · ⏱️ 25.02.2026): +- [PyPi](https://pypi.org/project/impacket) (📥 410K / month · 📦 130 · ⏱️ 22.10.2025): ``` - pip install certifi + pip install impacket ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (📥 180M · ⏱️ 25.02.2026): +
+
pwntools (🥈36 · ⭐ 13K) - CTF framework and exploit development library. MIT + +- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 300 · 🔀 1.8K · 📦 2.3K · 📋 1.2K - 11% open · ⏱️ 14.04.2026): + ``` - conda install -c conda-forge certifi + git clone https://github.com/Gallopsled/pwntools + ``` +- [PyPi](https://pypi.org/project/pwntools) (📥 240K / month · 📦 100 · ⏱️ 12.10.2025): + ``` + pip install pwntools ```
-
pywebview (🥈35 · ⭐ 5.8K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 +
jinja (🥈35 · ⭐ 12K · 💤) - A very fast and expressive template engine. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 190 · 🔀 620 · 📦 4.2K · 📋 1.2K - 0% open · ⏱️ 05.04.2026): +- [GitHub](https://github.com/pallets/jinja) (👨‍💻 340 · 🔀 1.7K · 📥 78K · 📦 21 · 📋 1.1K - 8% open · ⏱️ 14.06.2025): ``` - git clone https://github.com/r0x0r/pywebview + git clone https://github.com/pallets/jinja ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 680K / month): +- [PyPi](https://pypi.org/project/jinja2) (📥 530M / month): ``` - pip install pywebview + pip install jinja2 + ``` +- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 65M · ⏱️ 30.11.2025): + ``` + conda install -c conda-forge jinja2 ```
itsdangerous (🥈35 · ⭐ 3.1K · 💤) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 44 · 🔀 230 · 📥 210 · 📦 1.4M · 📋 120 - 1% open · ⏱️ 14.06.2025): +- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 44 · 🔀 230 · 📥 220 · 📦 1.4M · 📋 120 - 0% open · ⏱️ 14.06.2025): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (📥 180M / month · 📦 1.8K · ⏱️ 16.04.2024): +- [PyPi](https://pypi.org/project/itsdangerous) (📥 180M / month): ``` pip install itsdangerous ``` @@ -4760,26 +4581,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge itsdangerous ```
-
Radicale (🥈33 · ⭐ 4.6K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 +
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 - 0% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 160 · 🔀 500 · 📦 190 · 📋 1.2K - 0% open · ⏱️ 15.04.2026): ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (📥 17K / month): +- [PyPi](https://pypi.org/project/radicale) (📥 16K / month · 📦 41 · ⏱️ 12.04.2026): ``` pip install radicale ```
+
tifffile (🥈34 · ⭐ 650) - Read and write TIFF files. BSD-3 + +- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 160 · 📥 1.3K · 📦 87K · ⏱️ 12.04.2026): + + ``` + git clone https://github.com/cgohlke/tifffile + ``` +- [PyPi](https://pypi.org/project/tifffile) (📥 21M / month · 📦 2.2K · ⏱️ 12.04.2026): + ``` + pip install tifffile + ``` +- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 8.1M · ⏱️ 12.04.2026): + ``` + conda install -c conda-forge tifffile + ``` +
+
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 · ⏱️ 16.04.2026): + + ``` + git clone https://github.com/marshmallow-code/webargs + ``` +- [PyPi](https://pypi.org/project/webargs) (📥 3.2M / month · 📦 160 · ⏱️ 29.10.2025): + ``` + pip install webargs + ``` +- [Conda](https://anaconda.org/conda-forge/webargs) (📥 410K · ⏱️ 29.10.2025): + ``` + conda install -c conda-forge webargs + ``` +
+
Mako (🥈33 · ⭐ 430) - Mako Templates for Python. MIT + +- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 63 · 🔀 69 · 📦 330K · 📋 370 - 18% open · ⏱️ 14.04.2026): + + ``` + git clone https://github.com/sqlalchemy/mako + ``` +- [PyPi](https://pypi.org/project/mako) (📥 150M / month): + ``` + pip install mako + ``` +- [Conda](https://anaconda.org/conda-forge/mako) (📥 12M · ⏱️ 14.04.2026): + ``` + conda install -c conda-forge mako + ``` +
idna (🥈33 · ⭐ 280) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/kjd/idna) (👨‍💻 28 · 🔀 120 · 📥 890 · 📦 2.5M · 📋 100 - 4% open · ⏱️ 12.10.2025): +- [GitHub](https://github.com/kjd/idna) (👨‍💻 28 · 🔀 110 · 📥 890 · 📦 2.5M · 📋 100 - 2% open · ⏱️ 12.10.2025): ``` git clone https://github.com/kjd/idna ``` -- [PyPi](https://pypi.org/project/idna) (📥 1.2B / month · 📦 9.9K · ⏱️ 12.10.2025): +- [PyPi](https://pypi.org/project/idna) (📥 1.3B / month): ``` pip install idna ``` @@ -4795,7 +4664,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/hellysmile/fake-useragent ``` -- [PyPi](https://pypi.org/project/fake-useragent) (📥 7.3M / month · 📦 1.2K · ⏱️ 14.04.2025): +- [PyPi](https://pypi.org/project/fake-useragent) (📥 7M / month · 📦 1.2K · ⏱️ 14.04.2025): ``` pip install fake-useragent ``` @@ -4804,70 +4673,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge fake-useragent ```
-
webargs (🥈32 · ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT +
saleor (🥈31 · ⭐ 23K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 72 · 🔀 160 · 📦 10K · 📋 300 - 1% open · ⏱️ 06.04.2026): +- [GitHub](https://github.com/saleor/saleor) (👨‍💻 320 · 🔀 5.8K · 📦 8 · 📋 4.4K - 4% open · ⏱️ 16.04.2026): ``` - git clone https://github.com/marshmallow-code/webargs - ``` -- [PyPi](https://pypi.org/project/webargs) (📥 3.3M / month): - ``` - pip install webargs - ``` -- [Conda](https://anaconda.org/conda-forge/webargs) (📥 410K · ⏱️ 29.10.2025): - ``` - conda install -c conda-forge webargs + git clone https://github.com/saleor/saleor ```
-
aiodns (🥈32 · ⭐ 590) - Simple DNS resolver for asyncio. MIT +
web3.py (🥈31 · ⭐ 5.5K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/aio-libs/aiodns) (👨‍💻 35 · 🔀 72 · 📦 63K · 📋 87 - 12% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 310 · 🔀 1.6K · 📋 1.6K - 5% open · ⏱️ 02.04.2026): ``` - git clone https://github.com/saghul/aiodns - ``` -- [PyPi](https://pypi.org/project/aiodns) (📥 15M / month): - ``` - pip install aiodns + git clone https://github.com/ethereum/web3.py ``` -- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 510K · ⏱️ 22.04.2025): +- [PyPi](https://pypi.org/project/web3) (📥 4.7M / month): ``` - conda install -c conda-forge aiodns + pip install web3 ``` -
-
saleor (🥉31 · ⭐ 23K) - Saleor Core: the high performance, composable, headless.. BSD-3 - -- [GitHub](https://github.com/saleor/saleor) (👨‍💻 320 · 🔀 5.9K · 📦 8 · 📋 4.4K - 5% open · ⏱️ 09.04.2026): - +- [Conda](https://anaconda.org/conda-forge/web3) (📥 1M · ⏱️ 04.04.2026): ``` - git clone https://github.com/saleor/saleor + conda install -c conda-forge web3 ```
-
Mako (🥉31 · ⭐ 430 · 💤) - Mako Templates for Python. MIT +
aiodns (🥈31 · ⭐ 590) - Simple DNS resolver for asyncio. MIT -- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 63 · 🔀 68 · 📦 330K · 📋 370 - 19% open · ⏱️ 16.08.2025): +- [GitHub](https://github.com/aio-libs/aiodns) (👨‍💻 35 · 🔀 72 · 📦 63K · 📋 87 - 12% open · ⏱️ 08.04.2026): ``` - git clone https://github.com/sqlalchemy/mako + git clone https://github.com/saghul/aiodns ``` -- [PyPi](https://pypi.org/project/mako) (📥 150M / month · 📦 1.2K · ⏱️ 10.04.2025): +- [PyPi](https://pypi.org/project/aiodns) (📥 18M / month): ``` - pip install mako + pip install aiodns ``` -- [Conda](https://anaconda.org/conda-forge/mako) (📥 12M · ⏱️ 02.12.2025): +- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 520K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge mako + conda install -c conda-forge aiodns ```
-
terminado (🥉31 · ⭐ 380 · 💤) - Terminals served by tornado websockets. BSD-2 +
terminado (🥈31 · ⭐ 380 · 💤) - Terminals served by tornado websockets. BSD-2 -- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 49 · 🔀 93 · 📥 610 · 📦 340K · 📋 73 - 43% open · ⏱️ 02.08.2025): +- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 49 · 🔀 93 · 📥 620 · 📦 340K · 📋 69 - 40% open · ⏱️ 02.08.2025): ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (📥 39M / month · 📦 370 · ⏱️ 12.03.2024): +- [PyPi](https://pypi.org/project/terminado) (📥 40M / month): ``` pip install terminado ``` @@ -4878,7 +4731,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
maltrail (🥉30 · ⭐ 8.4K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 3 · 🔀 1.2K · 📦 20 · 📋 500 - 17% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 3 · 🔀 1.2K · 📦 20 · 📋 500 - 17% open · ⏱️ 16.04.2026): ``` git clone https://github.com/stamparm/maltrail @@ -4891,19 +4744,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 1.9M / month): +- [PyPi](https://pypi.org/project/aiortc) (📥 2.1M / month): ``` pip install aiortc ```
webassets (🥉30 · ⭐ 940 · 💤) - Asset management for Python web development. BSD-2 -- [GitHub](https://github.com/miracle2k/webassets) (👨‍💻 160 · 🔀 250 · 📦 7.6K · 📋 300 - 20% open · ⏱️ 17.08.2025): +- [GitHub](https://github.com/miracle2k/webassets) (👨‍💻 160 · 🔀 260 · 📦 7.6K · 📋 310 - 22% open · ⏱️ 17.08.2025): ``` git clone https://github.com/miracle2k/webassets ``` -- [PyPi](https://pypi.org/project/webassets) (📥 260K / month): +- [PyPi](https://pypi.org/project/webassets) (📥 260K / month · 📦 98 · ⏱️ 17.08.2025): ``` pip install webassets ``` @@ -4912,30 +4765,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge webassets ```
-
tifffile (🥉27 · ⭐ 650) - Read and write TIFF files. BSD-3 +
pyngrok (🥉30 · ⭐ 460) - A Python wrapper for ngrok. MIT -- [GitHub](https://github.com/cgohlke/tifffile) (🔀 160 · 📥 1.3K · ⏱️ 03.03.2026): +- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 11 · 🔀 56 · 📦 11K · 📋 98 - 1% open · ⏱️ 01.04.2026): ``` - git clone https://github.com/cgohlke/tifffile + git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/tifffile) (📥 20M / month): +- [PyPi](https://pypi.org/project/pyngrok) (📥 1.8M / month): ``` - pip install tifffile + pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 8.1M · ⏱️ 05.03.2026): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 220K · ⏱️ 01.04.2026): ``` - conda install -c conda-forge tifffile + conda install -c conda-forge pyngrok + ``` +
+
klein (🥉28 · ⭐ 840) - werkzeug + twisted.web. MIT + +- [GitHub](https://github.com/twisted/klein) (👨‍💻 57 · 🔀 120 · 📦 1.9K · 📋 190 - 45% open · ⏱️ 07.04.2026): + + ``` + git clone https://github.com/twisted/klein + ``` +- [PyPi](https://pypi.org/project/klein) (📥 58K / month · 📦 54 · ⏱️ 12.08.2024): + ``` + pip install klein ```
httpagentparser (🥉27 · ⭐ 230) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 37 · 🔀 57 · 📦 6.3K · 📋 50 - 28% open · ⏱️ 08.03.2026): +- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 37 · 🔀 58 · 📦 6.3K · 📋 50 - 28% open · ⏱️ 08.03.2026): ``` git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/httpagentparser) (📥 410K / month): +- [PyPi](https://pypi.org/project/httpagentparser) (📥 420K / month): ``` pip install httpagentparser ``` @@ -4947,43 +4812,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/nabla-c0d3/sslyze ``` -- [PyPi](https://pypi.org/project/sslyze) (📥 98K / month): +- [PyPi](https://pypi.org/project/sslyze) (📥 92K / month): ``` pip install sslyze ```
healthchecks (🥉25 · ⭐ 10K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 100 · 🔀 940 · 📦 1 · 📋 860 - 6% open · ⏱️ 09.04.2026): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 100 · 🔀 940 · 📦 1 · 📋 860 - 6% open · ⏱️ 16.04.2026): ``` git clone https://github.com/healthchecks/healthchecks ```
-
pyngrok (🥉24 · ⭐ 460) - A Python wrapper for ngrok. MIT - -- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 11 · 🔀 56 · 📋 98 - 1% open · ⏱️ 01.04.2026): - - ``` - git clone https://github.com/alexdlaird/pyngrok - ``` -- [PyPi](https://pypi.org/project/pyngrok) (📥 1.7M / month): - ``` - pip install pyngrok - ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 220K · ⏱️ 01.04.2026): - ``` - conda install -c conda-forge pyngrok - ``` -
-
asgi-lifespan (🥉24 · ⭐ 270) - Programmatic startup/shutdown of ASGI apps. MIT +
asgi-lifespan (🥉25 · ⭐ 270) - 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.4M / month): +- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 6.2M / month): ``` pip install asgi-lifespan ``` @@ -4994,47 +4843,47 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
streaming-form-data (🥉24 · ⭐ 180) - Streaming (and fast!) parser for multipart/form-data.. MIT -- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 22 · 🔀 34 · 📦 200 · 📋 43 - 4% open · ⏱️ 08.04.2026): +- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 22 · 🔀 34 · 📦 200 · 📋 43 - 4% open · ⏱️ 14.04.2026): ``` git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (📥 280K / month): +- [PyPi](https://pypi.org/project/streaming-form-data) (📥 310K / month): ``` pip install streaming-form-data ```
Show 29 hidden projects... +- twisted (🥇40 · ⭐ 6K) - Event-driven networking engine written in Python. ❗Unlicensed - pyzmq (🥇40 · ⭐ 4.1K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD - certbot (🥇39 · ⭐ 33K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. ❗Unlicensed -- dnspython (🥇38 · ⭐ 2.6K) - a powerful DNS toolkit for python. ❗Unlicensed -- impacket (🥈35 · ⭐ 16K) - Impacket is a collection of Python classes for working with.. ❗Unlicensed -- pwntools (🥈34 · ⭐ 13K) - CTF framework and exploit development library. ❗Unlicensed +- dnspython (🥇38 · ⭐ 2.7K) - a powerful DNS toolkit for python. ❗Unlicensed +- structlog (🥈35 · ⭐ 4.7K) - Simple, powerful, and fast logging for Python. ❗Unlicensed - PySocks (🥈34 · ⭐ 1.3K · 💀) - A SOCKS proxy client and wrapper for Python. BSD-3 -- httpbin (🥈32 · ⭐ 14K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC +- httpbin (🥈33 · ⭐ 14K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC - Js2Py (🥉30 · ⭐ 2.6K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT - dpkt (🥉30 · ⭐ 1.2K · 💀) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 - netaddr (🥉30 · ⭐ 820 · 💀) - A network address manipulation library for Python. ❗Unlicensed - pyload (🥉29 · ⭐ 3.7K) - The free and open-source Download Manager written in pure Python. ❗Unlicensed -- speedtest-cli (🥉28 · ⭐ 14K · 💀) - Command line interface for testing internet bandwidth.. Apache-2 -- proxy.py (🥉27 · ⭐ 3.5K · 💀) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS.. BSD-3 -- klein (🥉26 · ⭐ 840) - werkzeug + twisted.web. ❗Unlicensed -- ipaddress (🥉26 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions. Python-2.0 +- certifi (🥉28 · ⭐ 960 · 📉) - (Python Distribution) A carefully curated collection of Root.. ❗Unlicensed +- speedtest-cli (🥉26 · ⭐ 14K · 💀) - Command line interface for testing internet bandwidth.. Apache-2 +- proxy.py (🥉25 · ⭐ 3.5K · 💀) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS.. BSD-3 +- Cactus (🥉25 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 - trustme (🥉25 · ⭐ 600) - #1 quality TLS certs while you wait, for the discerning tester. ❗Unlicensed - python-user-agents (🥉24 · ⭐ 1.5K · 💀) - A Python library that provides an easy way to identify.. MIT - python-whois (🥉24 · ⭐ 410 · 💀) - 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 +- ipaddress (🥉23 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions. ❗Unlicensed - 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 -- sandman2 (🥉21 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy.. Apache-2 - 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 - urlwatch (🥉20 · ⭐ 3K) - Watch (parts of) webpages and get notified when something changes.. ❗Unlicensed -- toapi (🥉19 · ⭐ 3.6K · 💀) - Every web site provides APIs. MIT -- tinkerer (🥉17 · ⭐ 300 · 💀) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD +- sandman2 (🥉20 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy.. Apache-2 +- toapi (🥉18 · ⭐ 3.6K · 💀) - Every web site provides APIs. MIT - libextract (🥉16 · ⭐ 510 · 💀) - Extract data from websites using basic statistical magic. MIT -- IP2Trace (🥉10 · ⭐ 43) - Python tool to traceroute with IP geolocation information, such as.. MIT +- tinkerer (🥉14 · ⭐ 300 · 💀) - Python blogging engine. ❗Unlicensed +- IP2Trace (🥉11 · ⭐ 43) - Python tool to traceroute with IP geolocation information, such as.. MIT
--- diff --git a/history/2026-04-16_changes.md b/history/2026-04-16_changes.md new file mode 100644 index 00000000..1d1336ed --- /dev/null +++ b/history/2026-04-16_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._ + +- Streamlit (🥇48 · ⭐ 44K · 📈) - Streamlit A faster way to build and share data apps. Apache-2 +- aiohttp (🥈35 · ⭐ 16K · 📈) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +- Yarl (🥈30 · ⭐ 1.5K · 📈) - Yet another URL library. Apache-2 +- 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 + +## 📉 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._ + +- mistune (🥉30 · ⭐ 3K · 📉) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 +- certifi (🥉28 · ⭐ 960 · 📉) - (Python Distribution) A carefully curated collection of Root.. ❗Unlicensed +- python-markdown2 (🥉25 · ⭐ 2.8K · 📉) - markdown2: A fast and complete implementation of.. ❗Unlicensed +- flask-bootstrap (🥉13 · ⭐ 210 · 💀) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed +- playwright (🥉10 · 📉) - Python version of the Playwright testing and automation library. ❗Unlicensed + diff --git a/history/2026-04-16_projects.csv b/history/2026-04-16_projects.csv new file mode 100644 index 00000000..13f538a2 --- /dev/null +++ b/history/2026-04-16_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_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,pypi_latest_release_published_at,pypi_dependent_project_count,trending,maven_id,npm_id,npm_url,npm_monthly_downloads,maven_url,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,brew_id,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-03-18 16:28:22.000000,2026-03-18 16:28:22,4539.0,2.0,44751.0,4586.0,4468.0,388.0,861.0,424087.0,A collective list of free APIs.,2.0,2.0,1380.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-04-16 12:24:06.000000,2026-04-16 12:23:53,4329.0,31.0,8991.0,837.0,2369.0,107.0,2319.0,30920.0,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-15 16:04:12.000000,2026-04-02 17:42:55,658.0,4.0,1148.0,494.0,631.0,193.0,382.0,14754.0,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-04-16 14:40:16.000000,2026-03-22 08:44:47,628.0,1.0,3025.0,441.0,352.0,30.0,34.0,23419.0,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,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-04-09 04:04:09.000000,2026-04-09 04:04:03,5531.0,54.0,16501.0,2082.0,2805.0,,2731.0,71429.0,The Python micro framework for building web applications.,2742571.0,2742571.0,862.0,51,True,['flask'],2026-02-19 05:01:30.000,3.1.3,38.0,11505.0,200825446.0,,conda-forge/flask,flask,https://pypi.org/project/flask,200626465.0,https://anaconda.org/conda-forge/flask,2026-02-19 08:21:51.563,11732910.0,1.0,,,,,,,,,,,,,,,, +5,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-04-15 18:31:00.000000,2026-04-15 18:30:57,6435.0,56.0,9840.0,1294.0,2897.0,227.0,3996.0,53898.0,"A simple, yet elegant, HTTP library.",4359780.0,4195791.0,785.0,51,True,,2026-03-30 16:12:09.000,2.33.1,159.0,33420.0,1360186609.0,,conda-forge/requests,requests,https://pypi.org/project/requests,1359043820.0,https://anaconda.org/conda-forge/requests,2026-03-30 18:20:05.509,79949415.0,1.0,2026-03-30 16:09:13.000,163989.0,,,,,,,,,,,,,, +6,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/fastapi/fastapi,https://github.com/fastapi/fastapi,MIT,2018-12-08 08:21:47.000,2026-04-16 12:48:10.000000,2026-04-16 12:48:09,7033.0,480.0,9085.0,732.0,5606.0,11.0,3506.0,97291.0,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",903684.0,878857.0,892.0,50,True,"['fastapi', 'openapi']",2026-04-16 11:47:11.000,0.136.0,290.0,,389245828.0,fastapi/fastapi,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,389181764.0,https://anaconda.org/conda-forge/fastapi,2026-04-01 17:48:56.238,4548583.0,1.0,2026-04-16 11:47:11.000,24827.0,,,,,,,,,,,,,, +7,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-04-16 15:43:51.000000,2026-04-16 14:06:15,58274.0,388.0,10946.0,1330.0,29891.0,698.0,11252.0,44636.0,"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",7081.0,7081.0,1147.0,50,True,,2026-03-26 17:26:33.000,1.80.0,100.0,,363623512.0,,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,363316439.0,https://anaconda.org/conda-forge/grpcio,2026-04-07 08:23:47.018,21495122.0,1.0,,,,,,,,,,,,,,,, +8,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-04-16 15:22:45.000000,2026-04-16 01:04:59,34280.0,415.0,8539.0,1256.0,6018.0,111.0,11042.0,34082.0,A browser automation framework and ecosystem.,367191.0,367191.0,932.0,50,True,,2026-04-10 06:52:53.000,selenium-4.43.0,100.0,30291857.0,54463356.0,,conda-forge/selenium,selenium,https://pypi.org/project/selenium,54176255.0,https://anaconda.org/conda-forge/selenium,2026-04-10 12:51:27.273,2600173.0,1.0,,,,,,,,,,,,,,,, +9,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-04-16 15:45:03.000000,2026-04-16 15:45:03,34474.0,253.0,33162.0,2243.0,21045.0,,,87281.0,The Web framework for perfectionists with deadlines.,2027264.0,2027264.0,3423.0,48,True,['django'],,,167.0,,46151854.0,,conda-forge/django,django,https://pypi.org/project/django,46106070.0,https://anaconda.org/conda-forge/django,2026-04-08 20:04:18.757,3204926.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-04-16 16:59:38.000000,2026-04-16 16:59:37,9523.0,618.0,4157.0,327.0,8837.0,1101.0,4756.0,44241.0,Streamlit A faster way to build and share data apps.,1007814.0,1007814.0,322.0,48,True,,2026-03-31 22:29:44.000,1.56.0,100.0,,29261618.0,,,streamlit,https://pypi.org/project/streamlit,29261618.0,,,,1.0,,,9.0,,,,,,,,,,,,, +11,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-04-16 14:52:37.000000,2026-04-16 14:40:58,5904.0,105.0,1739.0,209.0,1850.0,3.0,1252.0,6856.0,The comprehensive WSGI web application library.,1712560.0,1712560.0,513.0,47,True,,2026-04-02 18:49:29.000,3.1.8,54.0,2314.0,240216144.0,,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,239940056.0,https://anaconda.org/conda-forge/werkzeug,2026-04-02 20:02:00.795,16287848.0,1.0,,,,,,,,,,,,,,,, +12,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-04-14 15:04:38.000000,2026-04-14 15:04:38,11065.0,91.0,11315.0,1758.0,4081.0,444.0,2806.0,61345.0,"Scrapy, a fast high-level web crawling & scraping framework for Python.",55921.0,55921.0,710.0,46,True,,2026-04-09 12:22:20.000,2.15.0,48.0,,3104789.0,,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,3077363.0,https://anaconda.org/conda-forge/scrapy,2026-04-09 16:20:36.012,1892416.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-04-04 01:24:27.000000,2026-04-04 01:15:44,3550.0,349.0,1775.0,214.0,1248.0,76.0,2144.0,10536.0,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1569321.0,1569321.0,439.0,46,False,,2026-03-26 23:58:21.000,25.3.0,41.0,111.0,119803839.0,,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,119730965.0,https://anaconda.org/conda-forge/gunicorn,2026-03-27 10:18:47.472,4809715.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-04-07 21:13:29.000000,2026-04-07 21:13:29,4356.0,19.0,1315.0,98.0,2441.0,180.0,1219.0,4018.0,urllib3 is a user-friendly HTTP client library for Python.,2500944.0,2478536.0,390.0,46,True,,2026-01-07 16:30:23.000,2.6.3,107.0,86954.0,1442649939.0,,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,1441380085.0,https://anaconda.org/conda-forge/urllib3,2026-01-07 20:31:38.461,87548545.0,1.0,2026-01-07 16:24:42.000,22408.0,,,,,,,,,,,,,, +15,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-04-16 07:31:36.000000,2026-04-15 21:30:35,1601.0,51.0,1145.0,104.0,1868.0,14.0,752.0,12212.0,The little ASGI framework that shines.,414362.0,414362.0,318.0,45,True,,2026-03-22 18:27:00.000,1.0.0,115.0,,430852135.0,Kludex/starlette,conda-forge/starlette,starlette,https://pypi.org/project/starlette,430777874.0,https://anaconda.org/conda-forge/starlette,2026-03-22 21:46:48.541,5124041.0,2.0,,,,,,,,,,,,,,,, +16,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,52.0,5300.0,953.0,1727.0,182.0,1688.0,22271.0,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",696463.0,696463.0,473.0,44,True,,,,31.0,,121342821.0,,conda-forge/tornado,tornado,https://pypi.org/project/tornado,120298603.0,https://anaconda.org/conda-forge/tornado,2026-03-24 13:45:02.484,68918399.0,2.0,,,,,,,,,,,,,,,, +17,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-04-14 09:56:41.000000,2026-04-14 09:56:40,1461.0,46.0,906.0,98.0,1646.0,21.0,690.0,10597.0,"An ASGI web server, for Python.",868239.0,868239.0,216.0,44,True,,2026-04-06 09:22:08.000,0.44.0,94.0,,439646533.0,Kludex/uvicorn,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,439553085.0,https://anaconda.org/conda-forge/uvicorn,2026-04-06 11:45:33.150,6167625.0,1.0,,,,,,,,,,,,,,,, +18,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-04-12 16:57:32.000000,2026-04-12 16:19:47,7390.0,75.0,464.0,34.0,511.0,250.0,1389.0,3361.0,The code coverage tool for Python.,500839.0,500839.0,200.0,44,True,,2026-03-17 10:41:41.000,7.13.5,114.0,,238290854.0,coveragepy/coveragepy,conda-forge/coverage,coverage,https://pypi.org/project/coverage,237820685.0,https://anaconda.org/conda-forge/coverage,2026-03-17 15:49:45.615,32441673.0,1.0,,,,,,,,,,,,,,,, +19,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2026-04-13 17:58:53.000000,2026-04-13 17:58:51,11131.0,50.0,4396.0,621.0,3433.0,360.0,3290.0,43129.0,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,5270.0,5270.0,596.0,43,True,,2026-04-12 21:43:58.000,12.2.2,80.0,225855.0,5616318.0,,,mitmproxy,https://pypi.org/project/mitmproxy,5614833.0,,,,1.0,,,,,,,,,,,,,,,, +20,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,,2011-03-02 17:13:56.000,2026-04-07 22:54:03.000000,2026-04-07 22:53:55,8997.0,53.0,6928.0,603.0,4998.0,38.0,3930.0,29975.0,Web APIs for Django.,854835.0,854835.0,1479.0,43,False,['django'],2026-03-24 16:58:58.000,3.17.1,47.0,19.0,161894.0,,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,143788.0,https://anaconda.org/conda-forge/djangorestframework,2026-03-25 10:16:51.039,1231216.0,2.0,,,,,,,,,,,,,,,, +21,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-04-15 09:06:26.000000,2026-04-15 09:06:25,3160.0,58.0,6001.0,598.0,2338.0,18.0,2305.0,29028.0,We have made you a wrapper you cant refuse.,157612.0,156403.0,208.0,43,True,,2026-03-16 09:36:38.000,22.7,154.0,45114.0,32389615.0,,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,32386480.0,https://anaconda.org/conda-forge/python-telegram-bot,2026-03-16 13:04:39.380,189979.0,1.0,2026-03-16 09:36:01.000,1209.0,,,,,,,,,,,,,, +22,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2026-04-02 06:43:51.000000,2026-04-02 06:43:42,6319.0,81.0,3192.0,416.0,1513.0,10.0,1761.0,27715.0,Write scalable load tests in plain Python.,17797.0,17549.0,381.0,43,True,,2026-04-01 20:43:02.000,2.43.4,945.0,,13293776.0,,conda-forge/locust,locust,https://pypi.org/project/locust,13289191.0,https://anaconda.org/conda-forge/locust,2026-04-02 01:24:41.941,325538.0,1.0,2026-04-01 20:43:02.000,248.0,,,,,,,,,,,,,, +23,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-04-16 16:16:08.000000,2026-04-16 16:03:08,19887.0,313.0,4455.0,329.0,8100.0,869.0,4680.0,20290.0,A Django content management system focused on flexibility and user experience.,11887.0,11887.0,1076.0,43,True,['django'],2026-03-03 15:51:37.000,7.3.1,100.0,,2738825.0,,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2734499.0,https://anaconda.org/conda-forge/wagtail,2026-03-05 10:11:19.905,199002.0,1.0,,,,,,,,,,,,,,,, +24,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-04-13 21:45:50.000000,2026-04-08 22:46:13,1938.0,20.0,2527.0,292.0,1492.0,59.0,1089.0,8791.0,The official Python client library for Googles discovery based APIs.,283514.0,283514.0,198.0,43,True,,2026-04-08 22:46:33.000,2.194.0,227.0,,146983297.0,,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,146915345.0,https://anaconda.org/conda-forge/google-api-python-client,2026-04-09 02:42:31.920,4824640.0,1.0,,,,,,,,,,,,,,,, +25,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-04-13 22:40:10.000000,2026-04-13 20:12:47,6796.0,47.0,2155.0,225.0,3198.0,71.0,1692.0,12193.0,Scapy: the Python-based interactive packet manipulation program & library.,23169.0,23169.0,523.0,42,True,,2025-12-26 22:01:47.000,2.7.0,16.0,,5955937.0,,conda-forge/scapy,scapy,https://pypi.org/project/scapy,5953361.0,https://anaconda.org/conda-forge/scapy,2025-12-27 00:28:08.944,172633.0,1.0,,,,,,,,,,,,,,,, +26,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-13 21:21:26.116000,2026-04-13 18:23:38,4053.0,69.0,3018.0,197.0,,1.0,2407.0,10320.0,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",273677.0,273677.0,799.0,42,True,['django'],,,71.0,,3539675.0,,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,3533019.0,https://anaconda.org/conda-forge/django-allauth,2026-04-13 21:21:26.116,319509.0,1.0,,,,,,,,,,,,,,,, +27,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-04-13 06:58:47.000000,2026-04-13 06:58:47,4424.0,40.0,952.0,101.0,847.0,169.0,902.0,5103.0,GitPython is a python library used to interact with Git repositories.,420956.0,420956.0,346.0,42,True,,2026-01-01 15:38:30.000,3.1.46,59.0,,194420262.0,,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,194199992.0,https://anaconda.org/conda-forge/gitpython,2026-01-02 13:01:08.904,15639235.0,1.0,,,,,,,,,,,,,,,, +28,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,,2010-08-30 22:06:41.000,2026-04-16 17:26:04.000000,2026-04-16 17:07:18,101830.0,4869.0,4596.0,675.0,94736.0,1808.0,15085.0,43601.0,Developer-first error tracking and performance monitoring.,754.0,754.0,1040.0,41,True,,2026-04-15 18:56:16.000,26.4.0,210.0,6001.0,25761.0,,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2689.0,https://anaconda.org/conda-forge/sentry-sdk,2026-04-13 20:36:31.904,1608394.0,1.0,,,,,,,,,,,,,,,, +29,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-15 01:32:09.000000,2026-04-15 01:32:09,5410.0,47.0,3595.0,250.0,3135.0,83.0,2968.0,16028.0,An API wrapper for Discord written in Python.,54240.0,54240.0,454.0,41,True,,,,12.0,,5564150.0,,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,5563584.0,https://anaconda.org/conda-forge/discord.py,2025-04-22 14:57:44.300,35677.0,1.0,,,,,,,,,,,,,,,, +30,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2026-04-14 18:48:10.000000,2026-04-14 18:47:21,9907.0,147.0,1532.0,160.0,1329.0,12.0,1971.0,12588.0,"APIs for browser automation, testing, and bypassing bot-detection.",2706.0,2706.0,40.0,41,True,,2026-04-14 18:48:11.000,4.48.1,100.0,,4529803.0,,,seleniumbase,https://pypi.org/project/seleniumbase,4529803.0,,,,1.0,,,,,,,,,,,,,,,, +31,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-04-16 11:12:12.000000,2026-04-16 11:12:12,16456.0,69.0,3196.0,385.0,4839.0,17.0,3634.0,10643.0,The easy-to-use and developer-friendly enterprise CMS powered by Django.,5855.0,5504.0,600.0,41,True,['django'],2026-03-04 17:17:10.000,4.1.10,140.0,,130258.0,,,django-cms,https://pypi.org/project/django-cms,130258.0,,,,2.0,2026-03-04 17:17:10.000,351.0,,,,,,,,,,,,,, +32,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-04-11 19:29:26.000000,2026-04-05 16:24:46,3205.0,86.0,2114.0,230.0,1027.0,2.0,1323.0,8718.0,Python Telegram bot api.,64599.0,64599.0,271.0,41,True,,2026-04-11 19:29:26.000,4.33.0,83.0,,1145718.0,,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,1145718.0,,,,1.0,,,,,,,,,,,,,,,, +33,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-14 09:55:34.000000,2026-04-14 09:50:22,1732.0,12.0,581.0,108.0,483.0,15.0,1198.0,5664.0,Library for building WebSocket servers and clients in Python.,374796.0,374796.0,85.0,41,True,,2026-01-10 09:23:48.000,16.0,47.0,,309404812.0,python-websockets/websockets,conda-forge/websockets,websockets,https://pypi.org/project/websockets,309308045.0,https://anaconda.org/conda-forge/websockets,2026-01-10 23:29:36.038,6483411.0,1.0,,,,,,,,,,,,,,,, +34,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2026-04-13 21:31:25.000000,2026-03-31 04:04:24,961.0,29.0,737.0,59.0,650.0,35.0,458.0,5641.0,JSON Web Token implementation in Python.,807715.0,807715.0,165.0,41,True,,2026-03-13 19:09:09.000,2.12.1,42.0,,536308630.0,,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,535960591.0,https://anaconda.org/conda-forge/pyjwt,2026-03-14 09:56:20.453,21926484.0,1.0,,,,,,,,,,,,,,,, +35,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-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,23.0,494.0,62.0,542.0,87.0,308.0,2963.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",647499.0,647499.0,203.0,41,True,,2025-06-20 05:53:03.000,3.3.1,50.0,,311810223.0,,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,311536548.0,https://anaconda.org/conda-forge/oauthlib,2025-06-20 10:29:41.030,16146864.0,1.0,,,,,,,,,,,,,,,, +36,posthog,PostHog/posthog,monitoring,,https://github.com/PostHog/posthog,https://github.com/PostHog/posthog,,2020-01-23 22:46:58.000,2026-04-16 17:38:14.000000,2026-04-16 17:22:36,40015.0,6918.0,2490.0,126.0,45418.0,2911.0,6499.0,32615.0,"PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web..",111.0,111.0,462.0,40,False,,2026-04-16 14:52:30.000,agent-skills-v0.49.0,100.0,804118.0,28604353.0,,,posthog,https://pypi.org/project/posthog,28336314.0,,,,1.0,,,,,,,,,,,,,,,, +37,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-04-16 08:46:50.000000,2026-04-16 08:46:40,22303.0,484.0,7322.0,221.0,13632.0,5097.0,4719.0,26115.0,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",5.0,5.0,3742.0,40,True,['openapi'],2026-03-24 07:52:21.000,7.21.0,79.0,46.0,5943823.0,,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,654227.0,,,,1.0,,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,5289596.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,, +38,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.0,392.0,1683.0,107.0,1366.0,18640.0,Accelerate your web app development | Build fast. Run fast.,19842.0,19044.0,369.0,40,True,,2025-12-31 19:36:47.000,25.12.0,82.0,,2671105.0,,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2661143.0,https://anaconda.org/conda-forge/sanic,2025-10-17 14:49:24.999,697382.0,2.0,2025-12-31 19:36:47.000,798.0,,,,,,,,,,,,,, +39,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-16 07:09:53.000000,2026-04-16 07:09:53,6404.0,76.0,792.0,130.0,542.0,145.0,2031.0,8860.0,The awesome document factory.,29567.0,29567.0,178.0,40,True,,2026-02-06 15:03:59.000,68.1,83.0,27038.0,20235887.0,,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,20230512.0,https://anaconda.org/conda-forge/weasyprint,2025-12-02 21:50:39.338,350242.0,1.0,,,,,,,,,,,,,,,, +40,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-04-13 21:04:50.000000,2026-04-12 08:24:51,2901.0,30.0,974.0,107.0,1318.0,70.0,945.0,8350.0,A configurable set of panels that display various debug information about the current request/response.,106740.0,106740.0,326.0,40,True,,2026-04-02 16:07:48.000,6.3.0,41.0,393.0,7875483.0,django-commons/django-debug-toolbar,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,7868312.0,https://anaconda.org/conda-forge/django-debug-toolbar,2026-04-02 18:40:48.163,480361.0,1.0,,,,,,,,,,,,,,,, +41,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-04-16 07:20:03.000000,2026-04-16 07:20:02,3736.0,85.0,1594.0,147.0,1357.0,100.0,1394.0,6059.0,Simple and extensible administrative interface framework for Flask.,33139.0,33139.0,387.0,40,True,['flask'],2025-11-11 21:59:34.000,2.0.2,28.0,602.0,2139601.0,pallets-eco/flask-admin,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2134243.0,https://anaconda.org/conda-forge/flask-admin,2025-11-12 17:09:59.805,353423.0,1.0,,,,,,,,,,,,,,,, +42,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,,2011-07-01 20:40:42.000,2026-04-16 08:44:01.000000,2026-04-16 08:44:00,31410.0,146.0,1193.0,172.0,2195.0,2678.0,7737.0,5962.0,Event-driven networking engine written in Python.,106302.0,106302.0,304.0,40,False,,2025-06-07 09:51:12.000,twisted-25.5.0,39.0,,10964063.0,,conda-forge/twisted,twisted,https://pypi.org/project/twisted,10939863.0,https://anaconda.org/conda-forge/twisted,2025-10-13 02:20:25.939,1597235.0,1.0,,,,,,,,,,,,,,,, +43,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,6.0,895.0,72.0,636.0,27.0,924.0,4193.0,A Python implementation of John Grubers Markdown with Extension support.,515435.0,509146.0,186.0,40,True,,2026-02-09 14:57:29.000,3.10.2,61.0,542.0,103384787.0,,conda-forge/markdown,markdown,https://pypi.org/project/markdown,103212202.0,https://anaconda.org/conda-forge/markdown,2026-02-10 03:37:58.169,11389480.0,1.0,2026-02-09 14:57:25.000,6289.0,,,,,,,,,,,,,, +44,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2026-04-06 20:53:11.000000,2026-04-06 20:53:10,3901.0,47.0,649.0,101.0,1084.0,52.0,1026.0,4123.0,PyZMQ: Python bindings for zeromq.,514909.0,514909.0,203.0,40,False,,2025-09-08 22:54:45.000,27.1.0,52.0,21179.0,86226099.0,,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,85623632.0,https://anaconda.org/conda-forge/pyzmq,2026-02-21 23:41:55.207,41560629.0,1.0,,,,,,,,,,,,,,,, +45,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-04-13 12:26:41.000000,2026-04-12 13:32:25,6881.0,89.0,587.0,82.0,438.0,,,3013.0,The lxml XML toolkit for Python.,607537.0,607537.0,177.0,40,True,,2026-04-12 15:59:49.000,lxml-6.0.4,56.0,9611.0,287462207.0,,conda-forge/lxml,lxml,https://pypi.org/project/lxml,287183874.0,https://anaconda.org/conda-forge/lxml,2026-04-12 20:33:46.760,19748848.0,1.0,,,,,,,,,,,,,,,, +46,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,,2014-11-12 02:52:20.000,2026-04-16 00:51:06.000000,2026-04-13 19:21:34,11381.0,53.0,3408.0,736.0,5033.0,128.0,5407.0,32989.0,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2925.0,2925.0,549.0,39,False,,2026-04-07 18:40:35.000,5.5.0,70.0,378814.0,811327.0,,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,805294.0,https://anaconda.org/conda-forge/certbot-apache,2026-04-12 15:38:04.452,65762.0,1.0,,,,,,,,,,,,,,,, +47,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.0,259.0,585.0,98.0,1223.0,11149.0,Twitter for Python!.,65869.0,65312.0,249.0,39,True,,2025-06-22 01:18:16.000,4.16.0,49.0,206.0,3805772.0,,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,3798681.0,https://anaconda.org/conda-forge/tweepy,2025-06-23 11:53:49.548,489261.0,1.0,2025-06-22 01:17:49.000,557.0,,,,,,,,,,,,,, +48,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.0,300.0,634.0,285.0,649.0,8763.0,bottle.py is a fast and simple micro-framework for python web-applications.,37668.0,36863.0,237.0,39,True,,2025-06-15 10:09:36.000,0.13.4,85.0,334.0,10354267.0,,conda-forge/bottle,bottle,https://pypi.org/project/bottle,10339812.0,https://anaconda.org/conda-forge/bottle,2025-08-11 01:37:00.120,591986.0,2.0,2025-06-15 10:08:57.000,805.0,,,,,,,,,,,,,, +49,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-14 10:12:17.172000,2026-04-13 20:03:22,2503.0,5.0,1870.0,110.0,1640.0,392.0,1425.0,7698.0,Typed interactions with the GitHub API v3.,74569.0,71820.0,420.0,39,True,,2026-04-14 07:26:12.000,2.9.1,108.0,,75210020.0,,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,75109233.0,https://anaconda.org/conda-forge/pygithub,2026-04-14 10:12:17.172,7155905.0,1.0,2026-04-14 07:26:12.000,2749.0,,,,,,,,,,,,,, +50,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-10 09:04:05.000000,2026-04-10 09:03:59,2061.0,18.0,957.0,153.0,637.0,51.0,892.0,7463.0,Google Sheets Python API.,54279.0,54279.0,192.0,39,True,,2025-05-14 15:56:06.000,6.2.1,66.0,27972.0,39901468.0,,conda-forge/gspread,gspread,https://pypi.org/project/gspread,39894601.0,https://anaconda.org/conda-forge/gspread,2025-04-22 14:56:34.422,460141.0,1.0,,,,,,,,,,,,,,,, +51,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-04-16 03:33:24.000000,2026-04-15 10:33:45,5007.0,126.0,596.0,61.0,4434.0,1161.0,2955.0,5655.0,Panel: The powerful data exploration & web app framework for Python.,19421.0,18788.0,235.0,39,True,,2026-03-16 12:58:57.000,1.8.10,497.0,,2558878.0,,,panel,https://pypi.org/project/panel,2558878.0,,,,1.0,2026-03-26 09:32:58.000,633.0,,,,,,,,,,,,,, +52,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-04-16 10:13:56.253000,2026-04-16 07:13:38,1765.0,103.0,517.0,57.0,308.0,115.0,420.0,5272.0,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",51495.0,51495.0,142.0,39,True,,2026-04-16 07:25:51.000,1.6.11,52.0,,127898391.0,authlib/authlib,conda-forge/authlib,authlib,https://pypi.org/project/authlib,127894365.0,https://anaconda.org/conda-forge/authlib,2026-04-16 10:13:56.253,285869.0,1.0,,,,,,,,,,,,,,,, +53,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-04-08 10:37:00.000000,2026-04-08 10:36:14,1665.0,12.0,780.0,58.0,994.0,24.0,1108.0,3314.0,Django application and library for importing and exporting data with admin integration.,132802.0,132802.0,243.0,39,True,['django'],2026-01-10 20:56:58.000,4.4.0,60.0,,2633060.0,,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2629938.0,https://anaconda.org/conda-forge/django-import-export,2026-01-11 09:42:59.101,218578.0,1.0,,,,,,,,,,,,,,,, +54,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-16 01:01:23.000000,2026-04-16 01:01:23,831.0,13.0,255.0,23.0,613.0,54.0,272.0,1191.0,Python binding to the Networking and Cryptography (NaCl) library.,138821.0,137135.0,78.0,39,True,,2026-01-01 17:31:57.000,1.6.2,19.0,,211716352.0,,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,211528633.0,https://anaconda.org/conda-forge/pynacl,2026-02-27 05:58:35.927,12577186.0,1.0,2026-01-01 17:31:57.000,1686.0,,,,,,,,,,,,,, +55,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2026-04-14 09:48:13.000000,2026-04-14 09:25:39,6611.0,182.0,912.0,86.0,1621.0,55.0,1459.0,15685.0,Create web-based user interfaces with Python. The nice way.,3120.0,2742.0,211.0,38,True,,2026-04-07 09:31:27.000,3.10.0,307.0,,1011527.0,,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,1006471.0,https://anaconda.org/conda-forge/nicegui,2026-04-07 12:15:54.866,133806.0,2.0,2026-04-07 09:27:29.000,378.0,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2026-04-07 09:30:37.129820,12.0,79080.0,,, +56,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,1096.0,116.0,1805.0,101.0,,15200.0,A next generation HTTP client for Python.,631735.0,609534.0,247.0,38,True,,2024-12-06 15:37:21.000,0.28.1,75.0,,552371033.0,,conda-forge/httpx,httpx,https://pypi.org/project/httpx,552132939.0,https://anaconda.org/conda-forge/httpx,2025-04-22 14:57:16.772,16904696.0,2.0,2025-09-15 16:15:10.000,22201.0,,,,,,,,,,,,,, +57,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-04-15 16:38:48.000000,2026-04-15 16:38:48,2127.0,16.0,979.0,249.0,1432.0,162.0,973.0,9805.0,"The no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at..",10845.0,10441.0,235.0,38,True,,2025-11-10 19:35:43.000,4.2.0,98.0,11667.0,980798.0,,conda-forge/falcon,falcon,https://pypi.org/project/falcon,966350.0,https://anaconda.org/conda-forge/falcon,2025-11-11 15:50:47.655,941582.0,2.0,2025-11-10 19:35:43.000,404.0,,,,,,,,,,,,,, +58,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-04-16 17:15:06.000000,2026-04-16 17:12:39,3368.0,74.0,531.0,47.0,2975.0,280.0,1198.0,8156.0,"Light, flexible and extensible ASGI framework | Built to scale.",2311.0,2138.0,280.0,38,True,['openapi'],2026-03-07 13:49:13.000,2.21.1,100.0,,1414659.0,,,litestar,https://pypi.org/project/litestar,1414659.0,,,,2.0,2026-03-07 13:49:13.000,173.0,,,,,,,,,,,,,, +59,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,1147.0,97.0,1045.0,178.0,754.0,6803.0,This is a repository for collecting global custom management extensions for the Django Framework.,271145.0,271145.0,606.0,38,True,['django'],2025-04-11 01:17:50.000,4.1,63.0,,12551229.0,,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,12536855.0,https://anaconda.org/conda-forge/django-extensions,2025-04-22 14:56:21.386,991807.0,1.0,,,,,,,,,,,,,,,, +60,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,,2012-09-13 22:03:03.000,2026-04-09 15:03:05.336000,2026-04-08 21:24:32,6179.0,35.0,922.0,230.0,695.0,126.0,1343.0,6442.0,Coroutine-based concurrency library for Python.,152798.0,152798.0,123.0,38,False,,2017-09-07 10:41:57.000,1.2.2,34.0,64630.0,44253543.0,,conda-forge/gevent,gevent,https://pypi.org/project/gevent,44220892.0,https://anaconda.org/conda-forge/gevent,2026-04-09 15:03:05.336,2287845.0,2.0,,,,,,,,,,,,,,,, +61,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-04-16 16:02:13.000000,2026-04-16 15:16:49,84118.0,2973.0,1267.0,92.0,11574.0,522.0,5798.0,5830.0,Web based localization tool with tight version control integration.,49.0,49.0,2109.0,38,True,,2026-04-15 08:01:39.000,weblate-5.17,165.0,10286.0,236087.0,,,weblate,https://pypi.org/project/weblate,235924.0,,,,1.0,2026-04-15 07:47:05.000,,,,,,,,,,,,,,, +62,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,,870.0,112.0,655.0,21.0,659.0,4310.0,Adds SQLAlchemy support to Flask.,537230.0,537230.0,121.0,38,True,['flask'],2023-09-11 21:43:39.000,3.1.1,22.0,1101.0,26465250.0,pallets-eco/flask-sqlalchemy,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,26453491.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2025-12-01 16:04:19.932,834342.0,1.0,,,,,,,,,,,,,,,, +63,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-04-15 17:42:26.000000,2026-04-03 09:14:52,747.0,65.0,325.0,35.0,341.0,53.0,218.0,3154.0,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,282115.0,282115.0,109.0,38,True,['django'],2026-02-18 01:01:37.000,0.13.0,22.0,188.0,7266138.0,,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,7261010.0,https://anaconda.org/conda-forge/django-environ,2026-02-18 11:16:09.966,174331.0,1.0,,,,,,,,,,,,,,,, +64,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,,2011-08-24 11:36:39.000,2026-04-12 17:50:59.000000,2026-04-12 17:47:20,2640.0,24.0,546.0,56.0,622.0,3.0,590.0,2651.0,a powerful DNS toolkit for python.,446090.0,446090.0,128.0,38,False,,2025-09-07 19:06:14.000,2.8.0,14.0,2192.0,246638796.0,,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,246542657.0,https://anaconda.org/conda-forge/dnspython,2025-09-08 00:54:36.206,6436769.0,1.0,,,,,,,,,,,,,,,, +65,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-04-15 12:58:52.000000,2026-04-15 12:57:36,2560.0,259.0,461.0,15.0,2417.0,144.0,724.0,1920.0,PEP-484 stubs for Django.,14720.0,14720.0,335.0,38,True,['django'],2026-04-01 08:26:31.000,6.0.2,73.0,,7534347.0,,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,7533060.0,https://anaconda.org/conda-forge/django-stubs,2026-04-01 20:30:16.370,77224.0,1.0,,,,,,,,,,,,,,,, +66,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,,10440.0,2154.0,5006.0,3630.0,23193.0,140081.0,Command-line program to download videos from YouTube.com and other video sites.,,,1010.0,37,True,,2021-12-16 19:01:08.000,2021.12.17,120.0,58148280.0,928468.0,,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,228574.0,https://anaconda.org/conda-forge/youtube-dl,2025-04-22 14:56:44.986,2238144.0,2.0,,,,,,,,,,,,,,youtube-dl,, +67,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-04-16 12:15:53.000000,2026-04-16 12:15:53,6869.0,61.0,8584.0,623.0,4693.0,1265.0,4463.0,28756.0,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",38263.0,38263.0,618.0,37,True,['openapi'],2026-04-15 09:05:29.000,5.32.4,100.0,,,,,,,,,,,1.0,,,,,,,,,,,,,,,, +68,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-15 08:44:51.000000,2026-04-15 08:44:48,4016.0,30.0,1831.0,322.0,1693.0,108.0,1676.0,13275.0,Static site generator that supports Markdown and reST syntax. Powered by Python.,9021.0,8765.0,484.0,37,True,,2025-01-15 17:04:54.000,4.11.0,65.0,1656.0,79320.0,,conda-forge/pelican,pelican,https://pypi.org/project/pelican,73744.0,https://anaconda.org/conda-forge/pelican,2025-04-22 14:56:21.850,378277.0,1.0,2025-10-30 10:21:29.000,256.0,,,,,,,,,,,,,, +69,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2025-04-22 14:58:01.672000,2023-05-20 10:08:41,1461.0,,2271.0,196.0,681.0,671.0,798.0,13083.0,"Lightweight, dependency-free Python library and CLI for downloading YouTube videos, playlists, and captions.",57463.0,57463.0,112.0,37,False,,2021-08-27 22:55:44.000,11.0.1,31.0,,3681285.0,,conda-forge/pytube,pytube,https://pypi.org/project/pytube,3680705.0,https://anaconda.org/conda-forge/pytube,2025-04-22 14:58:01.672,31355.0,2.0,,,,,,,,,,,,,,,, +70,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,,805.0,140.0,577.0,92.0,912.0,8245.0,GraphQL framework for Python.,30822.0,30822.0,211.0,37,False,['graphql'],2024-11-09 20:43:58.000,3.4.3,63.0,,33697443.0,,conda-forge/graphene,graphene,https://pypi.org/project/graphene,33680891.0,https://anaconda.org/conda-forge/graphene,2025-04-22 14:56:40.732,943496.0,1.0,,,,,,,,,,,,,,,, +71,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-15 09:07:39.000000,2026-04-15 09:00:22,2441.0,27.0,627.0,65.0,459.0,15.0,1203.0,5857.0,"Build GUI for your Python program with JavaScript, HTML, and CSS.",4738.0,4249.0,187.0,37,True,,2026-04-15 09:02:10.000,6.2.1,79.0,,728560.0,,,pywebview,https://pypi.org/project/pywebview,728560.0,,,,2.0,2026-04-15 09:02:10.000,489.0,,,,,,,,,,,,,, +72,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-16 13:02:41.000000,2026-04-13 07:17:43,1422.0,47.0,583.0,72.0,474.0,34.0,477.0,3899.0,Per object permissions for Django.,7868.0,7760.0,187.0,37,True,['django'],2026-03-30 09:44:57.000,3.3.1,58.0,,857017.0,,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,854842.0,https://anaconda.org/conda-forge/django-guardian,2026-03-30 13:51:26.981,130537.0,2.0,2026-03-30 09:44:57.000,108.0,,,,,,,,,,,,,, +73,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-04-16 17:09:09.000000,2026-04-16 17:09:08,1771.0,69.0,431.0,26.0,2217.0,37.0,772.0,3864.0,"Python data model generator (Pydantic, dataclasses, TypedDict, msgspec) from OpenAPI, JSON Schema, GraphQL, and raw..",3267.0,3267.0,201.0,37,True,['openapi'],2026-04-16 17:08:57.000,0.56.1,100.0,,12353814.0,,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,12353814.0,,,,1.0,,,,,,,,,,,,,,,, +74,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-01-27 13:18:37.000000,2026-01-27 13:18:32,1295.0,1.0,764.0,77.0,349.0,25.0,659.0,3703.0,WebSocket client for Python.,326720.0,326720.0,226.0,37,True,,2025-10-07 21:14:36.000,1.9.0,38.0,,249996227.0,,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,249667591.0,https://anaconda.org/conda-forge/websocket-client,2025-10-08 12:56:52.070,22347268.0,1.0,,,,,,,,,,,,,,,, +75,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,23.0,317.0,9.0,423.0,216.0,887.0,2822.0,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,141183.0,140892.0,143.0,37,True,['openapi'],2025-11-02 03:47:14.000,0.29.0,66.0,,9753521.0,,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,9751955.0,https://anaconda.org/conda-forge/drf-spectacular,2025-11-02 04:21:23.496,86149.0,1.0,2025-11-02 03:40:24.000,291.0,,,,,,,,,,,,,, +76,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-04-06 18:09:20.000000,2026-02-11 15:08:42,5230.0,7.0,581.0,78.0,1906.0,299.0,1030.0,2428.0,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",28028.0,28028.0,212.0,37,True,,2026-02-13 07:37:31.000,7.6.0,22.0,736.0,10788997.0,,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,10768908.0,https://anaconda.org/conda-forge/rdflib,2026-02-13 15:07:19.601,1325576.0,2.0,,,,,,,,,,,,,,,, +77,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-04-16 10:18:01.000000,2026-04-16 10:18:00,2349.0,248.0,190.0,38.0,744.0,28.0,306.0,2334.0,Python library for implementing GraphQL servers using schema-first approach.,2039.0,2039.0,87.0,37,True,['graphql'],2026-04-03 10:46:34.000,1.0.1,63.0,183.0,3761269.0,,,ariadne,https://pypi.org/project/ariadne,3761267.0,,,,1.0,,,,,,,,,,,,,,,, +78,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-04-14 12:29:22.087000,2026-04-14 09:35:47,1867.0,16.0,786.0,113.0,570.0,26.0,314.0,2052.0,A Python module for communicating with the Twilio API and generating TwiML.,59310.0,59310.0,147.0,37,True,,2026-04-14 09:51:04.000,9.10.5,167.0,,19293862.0,,conda-forge/twilio,twilio,https://pypi.org/project/twilio,19288372.0,https://anaconda.org/conda-forge/twilio,2026-04-14 12:29:22.087,389801.0,2.0,,,,,,,,,,,,,,,, +79,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.0,44.0,291.0,125.0,171.0,1773.0,OAuthlib support for Python-Requests!.,603589.0,601599.0,120.0,37,True,,2024-03-25 19:31:17.000,1.4.1,23.0,,352210614.0,,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,351998911.0,https://anaconda.org/conda-forge/requests-oauthlib,2025-04-22 14:56:25.314,14607557.0,2.0,2024-03-25 19:31:17.000,1990.0,,,,,,,,,,,,,, +80,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-04-09 09:23:07.000000,2026-04-09 09:23:04,1364.0,12.0,357.0,38.0,708.0,195.0,407.0,1527.0,A Django plugin for pytest.,98474.0,96917.0,156.0,37,False,['django'],2026-02-14 18:40:47.000,4.12.0,68.0,,19498257.0,,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,19491009.0,https://anaconda.org/conda-forge/pytest-django,2026-02-14 19:22:18.929,485651.0,2.0,2026-02-14 18:40:47.000,1557.0,,,,,,,,,,,,,, +81,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-04-15 21:00:33.000000,2026-04-15 21:00:32,2396.0,18.0,412.0,50.0,935.0,65.0,492.0,937.0,A Python wrapper around the OpenSSL library.,279051.0,279051.0,116.0,37,True,,,,25.0,,226087600.0,,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,225361091.0,https://anaconda.org/conda-forge/pyopenssl,2026-03-26 08:17:22.499,47223116.0,2.0,,,,,,,,,,,,,,,, +82,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.0,27.0,372.0,4.0,139.0,685.0,Safely add untrusted strings to HTML/XML markup.,2202466.0,2197204.0,49.0,37,True,,2025-09-27 18:38:54.000,3.0.3,36.0,13903.0,588048583.0,,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,586966600.0,https://anaconda.org/conda-forge/markupsafe,2026-03-02 10:22:07.198,72477394.0,2.0,2025-09-27 18:36:05.000,5262.0,,,,,,,,,,,,,, +83,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-04-12 18:55:55.000000,2026-04-12 18:54:40,7973.0,456.0,1405.0,160.0,747.0,1061.0,6374.0,17798.0,Command-line program to download image galleries and collections from several image hosting sites.,21.0,21.0,210.0,36,True,,2026-03-19 10:46:42.000,1.31.10,100.0,1083250.0,250797.0,,,gallery-dl,https://pypi.org/project/gallery-dl,232437.0,,,,2.0,,,,,,,,,,,,,,,, +84,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-04-16 14:08:11.000000,2026-04-07 20:23:53,4201.0,24.0,3807.0,373.0,1107.0,183.0,867.0,15632.0,Impacket is a collection of Python classes for working with network protocols.,6621.0,6494.0,297.0,36,True,,2025-10-22 15:53:06.000,impacket_0_13_0,18.0,276867.0,413290.0,fortra/impacket,,impacket,https://pypi.org/project/impacket,411177.0,,,,2.0,2025-10-22 15:46:17.000,127.0,,,,,,,,,,,,,, +85,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2026-04-14 10:59:07.000000,2026-04-14 10:59:03,4616.0,41.0,1780.0,276.0,1570.0,127.0,1023.0,13369.0,CTF framework and exploit development library.,2372.0,2272.0,302.0,36,True,,2025-10-12 15:25:25.000,4.15.0,123.0,,239257.0,,,pwntools,https://pypi.org/project/pwntools,239257.0,,,,2.0,2025-10-12 15:25:25.000,100.0,,,,,,,,,,,,,, +86,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,,1024.0,170.0,429.0,98.0,464.0,6922.0,Simple framework for creating REST APIs.,123805.0,123805.0,163.0,36,False,['flask'],2014-03-04 22:01:44.000,0.2.12,6.0,,3825642.0,,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,3820160.0,https://anaconda.org/conda-forge/flask-restful,2025-04-22 14:56:27.635,323462.0,2.0,,,,,,,,,,,,,,,, +87,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,886.0,102.0,142.0,6.0,1590.0,5507.0,Socket.IO integration for Flask applications.,61200.0,61200.0,71.0,36,True,['flask'],2026-02-21 13:07:54.000,5.6.1,94.0,,3768307.0,,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,3758680.0,https://anaconda.org/conda-forge/flask-socketio,2026-02-21 16:48:27.886,664266.0,2.0,,,,,,,,,,,,,,,, +88,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,701.0,113.0,728.0,55.0,646.0,5153.0,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,169008.0,169008.0,232.0,36,True,['django'],2026-03-01 09:01:54.000,2.6,28.0,,2575971.0,,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2572829.0,https://anaconda.org/conda-forge/django-crispy-forms,2026-03-01 11:27:30.459,204244.0,1.0,,,,,,,,,,,,,,,, +89,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-04-10 19:18:56.000000,2026-04-10 19:18:56,808.0,7.0,348.0,92.0,446.0,29.0,313.0,4339.0,A utility for mocking out the Python Requests library.,52261.0,52261.0,144.0,36,True,,2026-02-19 14:38:08.000,0.26.0,51.0,732.0,61386624.0,,conda-forge/responses,responses,https://pypi.org/project/responses,61338449.0,https://anaconda.org/conda-forge/responses,2026-02-19 20:29:00.685,3372015.0,2.0,,,,,,,,,,,,,,,, +90,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,14.0,620.0,58.0,302.0,7.0,852.0,4338.0,Python Socket.IO server and client.,69069.0,69069.0,86.0,36,True,,2026-02-06 23:42:08.000,5.16.1,100.0,,20098569.0,,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,20083992.0,https://anaconda.org/conda-forge/python-socketio,2026-02-07 02:56:47.828,932930.0,2.0,,,,,,,,,,,,,,,, +91,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,861.0,160.0,2736.0,73.0,992.0,4081.0,Pyramid - A Python web framework.,18874.0,18874.0,354.0,36,False,,,,8.0,,2487352.0,,pyramid,pyramid,https://pypi.org/project/pyramid,2487278.0,https://anaconda.org/anaconda/pyramid,2025-04-22 15:32:19.372,9370.0,2.0,,,,,,,,,,,,,,,, +92,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2026-04-16 13:26:43.000000,2026-04-16 13:26:41,3924.0,279.0,200.0,18.0,2583.0,19.0,996.0,3220.0,Catch API bugs before your users do.,879.0,879.0,80.0,36,True,"['openapi', 'graphql']",2026-04-14 17:04:00.000,4.15.2,100.0,,4436010.0,,,schemathesis,https://pypi.org/project/schemathesis,4436010.0,,,,2.0,,,,,,,,,,,,,,,, +93,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2026-04-11 14:49:17.000000,2026-04-11 14:47:31,1378.0,5.0,424.0,37.0,527.0,150.0,319.0,2957.0,Automatically mock your HTTP interactions to simplify and speed up testing.,11966.0,11464.0,159.0,36,True,,2026-01-04 19:22:02.000,8.1.1,77.0,,10566584.0,,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,10554376.0,https://anaconda.org/conda-forge/vcrpy,2026-01-06 00:05:33.070,842372.0,2.0,2026-01-04 19:22:02.000,502.0,,,,,,,,,,,,,, +94,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-04-14 02:44:57.000000,2026-02-01 15:38:19,1511.0,7.0,352.0,48.0,281.0,99.0,190.0,2351.0,Parse feeds in Python.,103085.0,101596.0,62.0,36,True,,2025-09-10 13:34:42.000,6.0.12,25.0,,14964515.0,,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,14918426.0,https://anaconda.org/conda-forge/feedparser,2025-09-15 12:28:47.353,3272387.0,1.0,2025-09-10 13:33:58.000,1489.0,,,,,,,,,,,,,, +95,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,4.0,235.0,41.0,303.0,50.0,201.0,1617.0,ASGI specification and utilities.,1144919.0,1144919.0,113.0,36,True,,,,34.0,,113176167.0,,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,113147085.0,https://anaconda.org/conda-forge/asgiref,2026-02-05 06:33:38.572,2035744.0,2.0,,,,,,,,,,,,,,,, +96,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-01-15 19:00:16.000000,2026-01-15 19:00:15,1742.0,,396.0,45.0,411.0,63.0,409.0,1573.0,A flexible forms validation and rendering library for Python.,259033.0,259033.0,168.0,36,True,,2024-10-21 11:36:34.000,3.2.1,12.0,63.0,17964352.0,pallets-eco/wtforms,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,17958063.0,https://anaconda.org/conda-forge/wtforms,2025-04-22 14:56:36.971,433988.0,1.0,,,,,,,,,,,,,,,, +97,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-14 02:48:43.000000,2026-04-08 16:16:04,368.0,17.0,206.0,29.0,203.0,6.0,98.0,1573.0,Use Database URLs in your Django Application.,312793.0,312793.0,78.0,36,True,['django'],2026-02-19 11:13:52.000,3.1.2,13.0,,6197868.0,jazzband/dj-database-url,,dj-database-url,https://pypi.org/project/dj-database-url,6197868.0,,,,1.0,,,,,,,,,,,,,,,, +98,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-04-11 09:36:03.986000,2026-03-06 16:19:26,1022.0,9.0,351.0,69.0,1416.0,,439.0,875.0,This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth.,4173.0,,167.0,36,True,,2026-04-10 00:41:14.000,2.49.2,186.0,,421491561.0,,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,421299611.0,https://anaconda.org/conda-forge/google-auth,2026-04-11 09:36:03.986,13436542.0,2.0,2026-04-10 00:41:14.000,4173.0,,,,,,,,,,,,,, +99,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-04-16 05:48:16.000000,2026-04-12 15:54:11,2903.0,23.0,9280.0,1265.0,1495.0,170.0,1073.0,81226.0,Hunt down social media accounts by username across social networks.,15.0,,311.0,35,True,,2025-09-16 02:37:59.000,0.16.0,7.0,,48928.0,,,sherlock,https://pypi.org/project/sherlock,48928.0,,,,2.0,2023-02-18 14:51:07.497,15.0,,,,,,,,,,,,,, +100,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,5.0,5036.0,995.0,8770.0,63.0,4531.0,44036.0,The API and AI Gateway.,22.0,22.0,448.0,35,True,,2025-06-04 09:20:05.000,3.9.1,100.0,,2560059.0,,,,,,,,,1.0,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2026-04-15 22:51:59.233635,833.0,350728092.0,,, +101,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-01 14:48:31.000000,,,,2235.0,,,274.0,,16364.0,Asynchronous HTTP client/server framework for asyncio and Python.,29151.0,,958.0,35,True,,2026-03-31 21:56:30.000,3.13.5,308.0,,453009744.0,,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,452624923.0,https://anaconda.org/conda-forge/aiohttp,2026-03-31 23:52:05.393,25398249.0,2.0,2026-03-31 21:56:30.000,29151.0,23.0,,,,,,,,,,,,, +102,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,,1692.0,249.0,989.0,92.0,1005.0,11569.0,A very fast and expressive template engine.,21.0,21.0,335.0,35,True,,2025-03-05 20:05:10.000,3.1.6,21.0,77704.0,530195816.0,,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,529158476.0,https://anaconda.org/conda-forge/jinja2,2025-11-30 15:40:39.696,65304026.0,2.0,,,,,,,,,,,,,,,, +103,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-05 18:24:55.000000,2026-04-05 18:24:54,1489.0,24.0,565.0,72.0,502.0,218.0,884.0,9011.0,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",199.0,,178.0,35,True,,2026-03-18 20:06:45.000,1.6.2,79.0,,1987647.0,,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,1986887.0,https://anaconda.org/conda-forge/django-ninja,2026-03-23 22:01:11.603,38790.0,1.0,2026-03-18 20:06:45.000,199.0,,,,,,,,,,,,,, +104,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-02-16 14:37:41.000000,2026-02-16 14:28:49,9218.0,4.0,2238.0,271.0,3020.0,110.0,1423.0,6589.0,Domain-driven e-commerce for Django.,1195.0,1195.0,377.0,35,True,['django'],2025-10-29 11:55:42.000,4.1,12.0,,65954.0,,,django-oscar,https://pypi.org/project/django-oscar,65954.0,,,,1.0,,,,,,,,,,,,,,,, +105,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-03-11 21:07:45.000000,2026-03-11 21:07:45,728.0,4.0,953.0,77.0,511.0,50.0,667.0,5415.0,A light weight Python library for the Spotify Web API.,43322.0,43322.0,205.0,35,True,,2026-03-03 16:37:17.000,2.26.0,33.0,,482337.0,spotipy-dev/spotipy,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,481873.0,https://anaconda.org/conda-forge/spotipy,2026-01-05 22:51:36.717,28768.0,2.0,,,,,,,,,,,,,,,, +106,structlog,hynek/structlog,others,,https://github.com/hynek/structlog,https://github.com/hynek/structlog,,2013-08-13 15:55:58.000,2026-04-06 17:45:39.000000,2026-04-06 17:45:37,1863.0,39.0,275.0,32.0,414.0,36.0,355.0,4714.0,"Simple, powerful, and fast logging for Python.",31933.0,31933.0,137.0,35,False,,2025-10-27 08:27:24.000,25.5.0,21.0,,70698110.0,,,structlog,https://pypi.org/project/structlog,70698110.0,,,,2.0,,,,,,,,,,,,,,,, +107,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-13 16:07:30.000000,2026-02-16 15:48:02,4315.0,6.0,477.0,64.0,1327.0,3.0,766.0,4092.0,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",27071.0,27071.0,232.0,35,True,,2024-10-25 21:48:43.000,7.8.1,16.0,,1539537.0,,conda-forge/praw,praw,https://pypi.org/project/praw,1538061.0,https://anaconda.org/conda-forge/praw,2025-05-31 11:50:45.856,79707.0,2.0,,,,,,,,,,,,,,,, +108,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,,796.0,70.0,444.0,8.0,416.0,3681.0,Flask user session management.,223707.0,223707.0,119.0,35,True,['flask'],2023-10-30 14:56:07.000,0.6.3,9.0,,24778853.0,,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,24767360.0,https://anaconda.org/conda-forge/flask-login,2025-04-22 14:56:25.112,563187.0,2.0,,,,,,,,,,,,,,,, +109,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,5.0,466.0,53.0,332.0,21.0,643.0,3154.0,django-reversion is an extension to the Django web framework that provides version control for model instances.,7896.0,7896.0,197.0,35,True,['django'],2025-12-12 20:23:31.000,6.1.0,19.0,,1688459.0,,,django-reversion,https://pypi.org/project/django-reversion,1688459.0,,,,1.0,,,,,,,,,,,,,,,, +110,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,,232.0,54.0,292.0,1.0,120.0,3110.0,Safely pass trusted data to untrusted environments and back.,1352549.0,1352549.0,44.0,35,True,,2024-04-16 21:46:38.000,2.2.0,8.0,216.0,177388313.0,,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,177191748.0,https://anaconda.org/conda-forge/itsdangerous,2025-04-22 14:56:26.703,11597168.0,2.0,,,,,,,,,,,,,,,, +111,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,,840.0,41.0,799.0,126.0,632.0,2947.0,Django-storages is a project to provide a variety of storage backends in a single library.,224337.0,224337.0,284.0,35,True,['django'],,,20.0,,9757258.0,,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,9755004.0,https://anaconda.org/conda-forge/django-storages,2025-04-22 14:56:39.267,128525.0,1.0,,,,,,,,,,,,,,,, +112,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,,2010-02-19 01:12:41.000,2026-04-14 13:43:51.000000,2026-04-14 13:43:51,955.0,13.0,249.0,41.0,389.0,1.0,385.0,2768.0,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,411836.0,411836.0,79.0,35,False,,,,28.0,,61510333.0,,conda-forge/bleach,bleach,https://pypi.org/project/bleach,61116833.0,https://anaconda.org/conda-forge/bleach,2026-02-10 10:29:57.105,26364502.0,2.0,,,,,,,,,,,,,,,, +113,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-03-23 07:48:21.000000,2026-03-23 07:48:21,1128.0,4.0,362.0,43.0,357.0,105.0,193.0,2759.0,Django model mixins and utilities.,27260.0,27260.0,143.0,35,True,['django'],2024-09-04 06:23:19.000,5.0.0,11.0,,5339383.0,,,django-model-utils,https://pypi.org/project/django-model-utils,5339383.0,,,,1.0,,,,,,,,,,,,,,,, +114,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2026-04-07 17:24:31.000000,2026-04-07 17:24:29,928.0,14.0,147.0,25.0,442.0,26.0,224.0,2732.0,Radically simplified static file serving for Python web apps.,532452.0,532452.0,71.0,35,True,,,,19.0,,10746944.0,,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,10743640.0,https://anaconda.org/conda-forge/whitenoise,2026-02-27 01:32:30.446,218107.0,2.0,,,,,,,,,,,,,,,, +115,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-13 18:28:21.000000,2026-03-13 09:29:28,1463.0,2.0,478.0,41.0,972.0,159.0,466.0,2445.0,Store model history and view/revert changes from admin site.,7218.0,7218.0,191.0,35,True,['django'],2025-12-11 13:46:14.000,3.11.0,43.0,11.0,3378228.0,django-commons/django-simple-history,,django-simple-history,https://pypi.org/project/django-simple-history,3378228.0,,,,1.0,,,,,,,,,,,,,,,, +116,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-04-13 16:58:45.000000,2025-10-02 16:46:56,1682.0,,874.0,79.0,1192.0,173.0,591.0,2103.0,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,11100.0,11100.0,270.0,35,True,,2025-07-28 12:15:37.000,3.10.5,34.0,277182.0,22190927.0,,conda-forge/jira,jira,https://pypi.org/project/jira,22183863.0,https://anaconda.org/conda-forge/jira,2025-07-28 12:54:29.687,245464.0,2.0,,,,,,,,,,,,,,,, +117,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-13 01:19:56.000000,2026-04-13 01:19:54,561.0,2.0,212.0,43.0,146.0,20.0,199.0,1990.0,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",44911.0,44026.0,53.0,35,True,,2025-12-29 00:05:53.000,5.3.1,65.0,,28944787.0,,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,28931384.0,https://anaconda.org/conda-forge/tldextract,2025-12-29 02:56:08.949,790777.0,1.0,2025-12-28 23:58:04.000,885.0,,,,,,,,,,,,,, +118,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-04-13 17:43:03.000000,2025-11-20 00:36:37,4723.0,,368.0,53.0,267.0,265.0,1544.0,1942.0,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",15195.0,14764.0,149.0,35,True,,2024-06-14 15:25:34.000,18.10.0,121.0,,712420.0,,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,712162.0,https://anaconda.org/anaconda/cherrypy,2025-12-12 15:39:06.824,32356.0,2.0,2024-06-14 15:25:34.000,431.0,,,,,,,,,,,,,, +119,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-15 19:00:29.000000,2026-03-15 03:39:40,937.0,14.0,342.0,17.0,276.0,247.0,235.0,1853.0,Authentication for Django Rest Framework.,68024.0,67998.0,213.0,35,True,['django'],2026-03-15 04:05:39.000,7.2.0,55.0,654.0,600229.0,,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,599224.0,https://anaconda.org/conda-forge/dj-rest-auth,2026-03-16 18:09:36.487,56847.0,2.0,2026-03-15 04:05:39.000,26.0,,,,,,,,,,,,,, +120,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/jazzband/django-polymorphic,https://github.com/jazzband/django-polymorphic,,2011-02-12 23:30:34.000,2026-04-14 03:06:41.000000,2026-03-31 06:03:05,1414.0,71.0,280.0,30.0,449.0,21.0,367.0,1817.0,Improved Django model inheritance with automatic downcasting.,7845.0,7845.0,150.0,35,False,['django'],2026-03-07 16:01:09.000,4.11.2,27.0,242.0,2119509.0,jazzband/django-polymorphic,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2116925.0,https://anaconda.org/conda-forge/django_polymorphic,2026-03-07 19:26:23.594,175126.0,1.0,,,,,,,,,,,,,,,, +121,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,,2011-12-17 06:58:21.000,2026-03-20 17:22:56.000000,2026-03-20 17:22:56,1099.0,18.0,178.0,37.0,230.0,21.0,235.0,1576.0,Waitress - A WSGI server for Python 3.,232352.0,232352.0,59.0,35,False,,2024-11-16 20:03:53.000,3.0.2,32.0,,8688013.0,,conda-forge/waitress,waitress,https://pypi.org/project/waitress,8683282.0,https://anaconda.org/conda-forge/waitress,2026-01-06 19:45:42.145,307568.0,2.0,,,,,,,,,,,,,,,, +122,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,305.0,21.0,434.0,7.0,229.0,1550.0,A django model and form field for normalised phone numbers using python-phonenumbers.,32056.0,32056.0,120.0,35,True,['django'],2025-11-24 15:08:42.000,8.4.0,16.0,56.0,4628500.0,django-phonenumber-field/django-phonenumber-field,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,4628499.0,,,,1.0,,,,,,,,,,,,,,,, +123,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-04-13 16:37:17.000000,2026-02-18 08:15:50,344.0,2.0,97.0,21.0,277.0,35.0,60.0,1285.0,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",368273.0,368273.0,33.0,35,True,,2025-08-11 12:56:42.000,4.0.0,42.0,,429837142.0,,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,429604672.0,https://anaconda.org/conda-forge/markdown-it-py,2025-08-11 22:28:35.348,16505390.0,2.0,,,,,,,,,,,,,,,, +124,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-04-13 13:22:56.000000,2026-04-13 13:22:56,3532.0,66.0,313.0,44.0,562.0,4.0,397.0,1148.0,PycURL - Python interface to libcurl.,74631.0,74631.0,117.0,35,False,,,,12.0,,5051308.0,,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,4972188.0,https://anaconda.org/conda-forge/pycurl,2025-12-04 19:38:04.396,5221925.0,2.0,,,,,,,,,,,,,,,, +125,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,,147.0,23.0,759.0,6.0,175.0,536.0,A minimal HTTP client.,414433.0,414433.0,59.0,35,True,,2025-04-24 22:03:52.000,1.0.9,52.0,,542181546.0,,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,541941435.0,https://anaconda.org/conda-forge/httpcore,2025-04-25 17:42:16.142,17047911.0,2.0,,,,,,,,,,,,,,,, +126,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-04-15 13:24:53.000000,2026-04-15 13:24:44,8984.0,227.0,2939.0,201.0,5109.0,80.0,1195.0,13488.0,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,34.0,34.0,466.0,34,True,['django'],2026-04-15 03:11:00.000,2026.04.14,100.0,,192.0,,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,192.0,,,,2.0,,,,,,,,,,,,,,,, +127,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-04-07 17:23:45.000000,2026-04-07 17:23:43,911.0,9.0,505.0,71.0,761.0,4.0,269.0,5608.0,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,313631.0,313631.0,71.0,34,True,['django'],,,23.0,,18054234.0,,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,18050907.0,https://anaconda.org/conda-forge/django-cors-headers,2025-09-18 14:25:07.383,232943.0,2.0,,,,,,,,,,,,,,,, +128,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-14 03:23:51.000000,2026-04-14 03:23:42,996.0,8.0,356.0,48.0,480.0,120.0,268.0,4959.0,Silky smooth profiling for Django.,6436.0,6436.0,167.0,34,True,['django'],2026-03-07 07:52:25.000,5.5.0,49.0,246.0,3041454.0,,,django-silk,https://pypi.org/project/django-silk,3041453.0,,,,2.0,,,,,,,,,,,,,,,, +129,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,11.0,1396.0,150.0,1111.0,200.0,1138.0,4947.0,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",,,227.0,34,True,['flask'],2026-03-02 14:42:52.000,5.2.0,98.0,,14720794.0,,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,14710549.0,https://anaconda.org/conda-forge/flask-appbuilder,2026-04-16 09:40:15.689,706931.0,3.0,,,,,,,,,,,,,,,, +130,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-04-11 16:44:09.000000,2026-04-11 16:44:09,1524.0,1.0,778.0,75.0,943.0,143.0,983.0,4579.0,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,17037.0,16812.0,243.0,34,True,['openapi'],2025-10-13 12:41:48.000,3.3.0,165.0,,11994714.0,spec-first/connexion,conda-forge/connexion,connexion,https://pypi.org/project/connexion,11984790.0,https://anaconda.org/conda-forge/connexion,2025-12-31 19:01:12.056,615325.0,2.0,2025-10-13 12:41:48.000,225.0,,,,,,,,,,,,,, +131,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-04-15 19:41:25.000000,2026-04-15 19:41:14,4234.0,685.0,500.0,90.0,729.0,9.0,1175.0,4572.0,A simple CalDAV (calendar) and CardDAV (contact) server.,227.0,186.0,159.0,34,True,,2026-04-12 05:45:40.000,3.7.1,86.0,,16092.0,,,radicale,https://pypi.org/project/radicale,16092.0,,,,2.0,2026-04-12 05:45:40.000,41.0,,,,,,,,,,,,,, +132,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,426.0,27.0,313.0,220.0,426.0,3546.0,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,126208.0,126208.0,76.0,34,False,"['openapi', 'django']",2026-02-24 18:10:10.000,1.21.15,68.0,,3677318.0,,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,3676927.0,https://anaconda.org/conda-forge/drf-yasg,2025-04-22 14:57:33.202,27045.0,2.0,,,,,,,,,,,,,,,, +133,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-04-01 18:17:23.000000,2026-04-01 18:17:23,1474.0,7.0,827.0,59.0,782.0,128.0,770.0,3319.0,OAuth2 goodies for the Djangonauts!.,11859.0,11735.0,279.0,34,False,['django'],2026-01-08 22:06:00.000,3.2.0,50.0,,4650146.0,django-oauth/django-oauth-toolkit,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,4650146.0,,,,2.0,2026-01-08 22:03:12.000,124.0,,,,,,,,,,,,,, +134,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,,229.0,25.0,88.0,,413.0,2407.0,SQLAlchemy database migrations for Flask applications using Alembic.,192028.0,192028.0,51.0,34,True,['flask'],2025-01-10 18:51:13.000,4.1.0,47.0,,5237746.0,,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,5229554.0,https://anaconda.org/conda-forge/flask-migrate,2025-04-22 14:56:28.718,540675.0,1.0,,,,,,,,,,,,,,,, +135,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,1.0,618.0,69.0,377.0,131.0,323.0,2383.0,A library for converting HTML into PDFs using ReportLab.,21131.0,21131.0,173.0,34,True,,2025-02-23 23:03:46.000,0.2.17,18.0,94.0,3322122.0,,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,3318667.0,https://anaconda.org/conda-forge/xhtml2pdf,2025-04-22 14:57:02.355,234987.0,3.0,,,,,,,,,,,,,,,, +136,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-02-07 12:34:06.000000,2025-02-26 08:24:05,2432.0,,467.0,63.0,532.0,244.0,649.0,1867.0,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4815.0,4724.0,199.0,34,False,['django'],2025-02-26 08:21:16.000,3.12.1,231.0,,499087.0,,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,499087.0,,,,2.0,2025-02-26 08:21:16.000,91.0,,,,,,,,,,,,,, +137,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-13 17:28:26.000000,2026-02-12 19:50:18,1081.0,8.0,498.0,34.0,374.0,10.0,424.0,1795.0,Thumbnails for Django.,15948.0,15838.0,166.0,34,True,['django'],2026-01-22 15:20:37.000,13.0.0,35.0,,483601.0,,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,483407.0,https://anaconda.org/conda-forge/sorl-thumbnail,2025-04-22 14:57:33.341,13194.0,2.0,2026-01-22 15:20:37.000,110.0,,,,,,,,,,,,,, +138,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-04-08 19:31:48.123000,2024-12-30 16:42:14,674.0,,245.0,27.0,178.0,16.0,379.0,1587.0,An open source Flask extension that provides JWT support (with batteries included)!.,66898.0,66596.0,96.0,34,False,['flask'],2024-11-20 23:44:39.000,4.7.1,93.0,,11230149.0,,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,11223540.0,https://anaconda.org/conda-forge/flask-jwt-extended,2026-04-08 19:31:48.123,429616.0,2.0,2024-11-20 23:44:39.000,302.0,,,,,,,,,,,,,, +139,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,,375.0,20.0,719.0,137.0,351.0,1303.0,Python 3.X client for HashiCorp Vault.,6934.0,6934.0,207.0,34,True,,2025-10-30 12:56:10.000,2.4.0,70.0,1141.0,27064939.0,,conda-forge/hvac,hvac,https://pypi.org/project/hvac,27054058.0,https://anaconda.org/conda-forge/hvac,2025-10-30 13:41:40.018,761135.0,2.0,,,,,,,,,,,,,,,, +140,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.0,47.0,64.0,60.0,62.0,1276.0,A SOCKS proxy client and wrapper for Python.,244078.0,242939.0,32.0,34,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,64565913.0,,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,63413329.0,https://anaconda.org/conda-forge/pysocks,2025-04-22 14:56:26.583,77223192.0,2.0,2019-09-20 02:06:20.000,1139.0,,,,,,,,,,,,,, +141,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-04-16 02:26:57.000000,2026-04-16 02:26:55,1835.0,29.0,186.0,20.0,749.0,28.0,255.0,1220.0,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,19833.0,19833.0,97.0,34,True,['openapi'],,,76.0,,15313301.0,,conda-forge/apispec,apispec,https://pypi.org/project/apispec,15291485.0,https://anaconda.org/conda-forge/apispec,2026-03-07 11:24:46.158,1527157.0,2.0,,,,,,,,,,,,,,,, +142,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,,2014-11-21 06:08:04.000,2026-04-16 10:13:03.000000,2026-03-30 16:15:04,1932.0,16.0,269.0,7.0,2321.0,14.0,413.0,1112.0,Extensions for Python Markdown.,57012.0,57012.0,56.0,34,False,,2026-03-29 15:01:07.000,10.21.2,100.0,,23143531.0,,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,23134967.0,https://anaconda.org/conda-forge/pymdown-extensions,2026-03-29 16:51:44.076,582414.0,2.0,,,,,,,,,,,,,,,, +143,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.0,7.0,227.0,69.0,124.0,935.0,Cross Origin Resource Sharing ( CORS ) support for Flask.,457849.0,456934.0,54.0,34,True,['flask'],2025-12-12 20:31:41.000,6.0.2,54.0,,50618444.0,,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,50589226.0,https://anaconda.org/conda-forge/flask-cors,2025-12-13 20:23:09.021,1723865.0,1.0,2025-12-12 20:31:41.000,915.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-04-12 10:24:51.990000,2026-04-12 01:57:28,792.0,48.0,163.0,10.0,39.0,,281.0,653.0,Read and write TIFF files.,89050.0,86843.0,1.0,34,True,,2026-04-12 03:24:04.000,2026.4.11,166.0,1278.0,20757885.0,,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,20643588.0,https://anaconda.org/conda-forge/tifffile,2026-04-12 10:24:51.990,8113116.0,2.0,2026-04-12 01:57:26.000,2207.0,,,,,,,,,,,,,, +145,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-03-07 08:29:43.000000,2026-03-07 08:28:59,1259.0,16.0,145.0,20.0,95.0,30.0,141.0,531.0,A Python 3 port of the GraphQL.js reference implementation of GraphQL.,41732.0,41168.0,45.0,34,True,,2026-03-05 20:00:37.000,3.2.8,99.0,,68009102.0,,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,67980477.0,https://anaconda.org/conda-forge/graphql-core,2026-03-05 23:03:09.820,2032426.0,2.0,2026-03-05 19:55:35.000,564.0,,,,,,,,,,,,,, +146,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,6.0,48.0,6.0,172.0,10.0,108.0,266.0,A modern CSS selector implementation for BeautifulSoup.,747066.0,747066.0,15.0,34,True,,2026-01-20 04:26:31.000,2.8.3,51.0,,311179440.0,,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,310670953.0,https://anaconda.org/conda-forge/soupsieve,2026-01-21 22:29:24.489,34577143.0,1.0,,,,,,,,,,,,,,,, +147,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-03-16 16:42:46.000000,2026-02-20 04:47:56,2612.0,61.0,2424.0,308.0,911.0,38.0,559.0,14175.0,Web path scanner.,201.0,200.0,112.0,33,True,,2022-10-05 13:01:24.000,0.4.3,17.0,675.0,23131.0,,,dirsearch,https://pypi.org/project/dirsearch,23127.0,,,,1.0,2022-10-03 17:07:28.162,1.0,,,,,,,,,,,,,, +148,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,,1826.0,232.0,339.0,144.0,249.0,13544.0,"HTTP Request & Response Service, written in Python + Flask.",1694.0,1694.0,108.0,33,False,['flask'],2017-08-27 19:11:58.000,0.6.1,4.0,,448637.0,,,httpbin,https://pypi.org/project/httpbin,448637.0,,,,2.0,,,,,,,,,,,,,,,, +149,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.0,242.0,946.0,691.0,675.0,11886.0,Serverless Python.,41.0,21.0,262.0,33,False,,2026-03-11 00:42:24.000,0.62.1,145.0,415.0,215639.0,,,zappa,https://pypi.org/project/zappa,215635.0,,,,1.0,2026-03-11 00:42:24.000,20.0,,,,,,,,,,,,,, +150,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2025-11-03 10:34:44.631000,2025-05-29 15:43:55,2483.0,,1003.0,229.0,899.0,486.0,827.0,11046.0,Python Serverless Microframework for AWS.,3320.0,3255.0,207.0,33,True,,2025-05-29 16:19:00.000,1.32.0,95.0,,390959.0,,conda-forge/chalice,chalice,https://pypi.org/project/chalice,382329.0,https://anaconda.org/conda-forge/chalice,2025-11-03 10:34:44.631,569624.0,1.0,2025-05-29 16:19:00.000,65.0,,,,,,,,,,,,,, +151,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-04-14 00:54:51.000000,2026-04-12 15:26:23,2524.0,29.0,846.0,192.0,799.0,15.0,1002.0,10475.0,thumbor is an open-source photo thumbnail service by globo.com.,385.0,385.0,207.0,33,True,,2025-05-15 16:32:04.000,7.7.7,100.0,,21028.0,,,thumbor,https://pypi.org/project/thumbor,21028.0,,,,2.0,,,,,,,,,,,,,,,, +152,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,7.0,498.0,52.0,620.0,4.0,292.0,6084.0,Ready-to-use and customizable users management for FastAPI.,5655.0,5613.0,78.0,33,True,['fastapi'],2026-03-27 09:01:35.000,15.0.5,112.0,499.0,1691660.0,,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,1689641.0,https://anaconda.org/conda-forge/fastapi-users,2026-03-27 11:21:32.136,108702.0,2.0,2026-03-27 09:01:16.000,42.0,,,,,,,,,,,,,, +153,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,,353.0,35.0,381.0,99.0,330.0,5729.0,"Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV,..",8871.0,8871.0,56.0,33,True,,2024-12-03 15:23:39.000,2.0.0,39.0,,5410824.0,,,trafilatura,https://pypi.org/project/trafilatura,5410824.0,,,,1.0,,,,,,,,,,,,,,,, +154,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-04-16 08:02:12.000000,2026-04-16 08:02:10,2075.0,35.0,391.0,51.0,1935.0,114.0,633.0,4910.0,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",802.0,802.0,109.0,33,True,['openapi'],2026-03-30 16:44:50.000,5.15.6,100.0,303202.0,549459.0,,,,,,,,,2.0,,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,545716.0,,,,,,,,, +155,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,,2009-01-30 00:35:57.000,2025-12-15 22:09:33.000000,2025-10-28 06:31:15,1349.0,,755.0,63.0,782.0,59.0,793.0,4675.0,A generic system for filtering Django QuerySets based on user selections.,202502.0,202502.0,222.0,33,False,['django'],2023-04-23 17:35:23.000,23.1,23.0,,14921871.0,,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,14917456.0,https://anaconda.org/conda-forge/django-filter,2025-10-05 20:54:42.947,309084.0,2.0,,,,,,,,,,,,,,,, +156,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-04-16 08:17:22.000000,2026-04-16 08:17:19,3887.0,216.0,624.0,40.0,3060.0,380.0,790.0,4647.0,A GraphQL library for Python that leverages type annotations.,,,317.0,33,True,['graphql'],2026-04-08 18:04:52.000,0.314.3,100.0,625.0,5817214.0,,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,5817152.0,,,,2.0,,,,,,,,,,,,,,,, +157,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,,741.0,68.0,647.0,148.0,684.0,4387.0,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",16268.0,16268.0,225.0,33,True,"['django', 'graphql']",2025-03-13 08:30:22.000,3.2.3,53.0,,1124827.0,,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,1123945.0,https://anaconda.org/conda-forge/graphene-django,2025-04-22 14:57:21.125,61747.0,2.0,,,,,,,,,,,,,,,, +158,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.0,171.0,443.0,56.0,317.0,4280.0,WeChat SDK for Python.,10344.0,10319.0,103.0,33,True,,2021-11-11 15:12:31.000,1.8.18,137.0,,115925.0,,,wechatpy,https://pypi.org/project/wechatpy,115925.0,,,,2.0,2022-06-19 11:36:01.000,25.0,,,,,,,,,,,,,, +159,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-04-10 15:05:20.000000,2026-04-10 15:05:17,1524.0,25.0,826.0,155.0,933.0,40.0,867.0,3999.0,Slack Developer Kit for Python.,,,190.0,33,True,,2026-03-12 16:09:09.000,3.41.0,100.0,,81389052.0,,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,81377106.0,https://anaconda.org/conda-forge/slack-sdk,2026-03-13 09:23:21.345,740661.0,2.0,,,,,,,,,,,,,,,, +160,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.0,117.0,858.0,409.0,527.0,3955.0,Creating delicious APIs for Django apps since 2010.,6439.0,6394.0,204.0,33,True,['django'],2025-02-23 19:22:33.000,0.15.1,30.0,,107538.0,,,django-tastypie,https://pypi.org/project/django-tastypie,107538.0,,,,3.0,2025-02-23 19:19:45.000,45.0,,,,,,,,,,,,,, +161,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-04-06 19:08:47.000000,2025-09-17 12:11:36,450.0,,286.0,42.0,212.0,29.0,314.0,2660.0,Django Channels HTTP/WebSocket server.,40069.0,40069.0,78.0,33,True,['django'],,,10.0,,3847975.0,,conda-forge/daphne,daphne,https://pypi.org/project/daphne,3844547.0,https://anaconda.org/conda-forge/daphne,2025-07-02 16:17:46.683,226298.0,2.0,,,,,,,,,,,,,,,, +162,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-08 15:55:22.000000,2026-04-08 15:55:20,1196.0,8.0,678.0,100.0,809.0,,297.0,2336.0,Bootstrap 3 integration with Django.,19588.0,19517.0,101.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,108.0,,301583.0,,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,298511.0,https://anaconda.org/conda-forge/django-bootstrap3,2025-04-22 14:56:41.415,46091.0,2.0,2026-01-03 11:51:24.000,71.0,,,,,,,,,,,,,, +163,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,14.0,128.0,17.0,166.0,28.0,153.0,2105.0,AWS Lambda support for ASGI applications.,8411.0,8411.0,34.0,33,True,['fastapi'],2026-02-01 17:17:11.000,0.21.0,21.0,,5253816.0,Kludex/mangum,,mangum,https://pypi.org/project/mangum,5253816.0,,,,3.0,,,,,,,,,,,,,,,, +164,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-08 15:55:09.000000,2026-04-05 10:32:08,741.0,19.0,291.0,26.0,397.0,102.0,282.0,1942.0,A simple app that provides django integration for RQ (Redis Queue).,4352.0,4352.0,138.0,33,True,['django'],2026-04-05 10:33:31.000,4.1,22.0,,814958.0,,,django-rq,https://pypi.org/project/django-rq,814958.0,,,,2.0,,,,,,,,,,,,,,,, +165,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-04-02 18:19:14.000000,2026-04-02 18:19:06,757.0,8.0,306.0,32.0,342.0,24.0,297.0,1841.0,Dynamic Django settings.,2465.0,2465.0,160.0,33,True,['django'],2026-03-15 11:22:32.000,4.3.5,17.0,,969878.0,,,django-constance,https://pypi.org/project/django-constance,969878.0,,,,2.0,,,,,,,,,,,,,,,, +166,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,,347.0,21.0,396.0,121.0,332.0,1542.0,Pipeline is an asset packaging library for Django.,2670.0,2670.0,178.0,33,True,['django'],2025-12-15 21:18:26.000,4.1.0,16.0,,233748.0,,,django-pipeline,https://pypi.org/project/django-pipeline,233748.0,,,,2.0,,,,,,,,,,,,,,,, +167,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-04-16 03:05:24.000000,2026-04-16 03:05:22,1835.0,21.0,162.0,18.0,751.0,6.0,291.0,1407.0,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",10479.0,10315.0,84.0,33,True,,2025-10-29 16:07:47.000,8.7.1,105.0,,3183847.0,,conda-forge/webargs,webargs,https://pypi.org/project/webargs,3177718.0,https://anaconda.org/conda-forge/webargs,2025-10-29 18:00:17.616,410675.0,2.0,2025-10-29 16:07:47.000,164.0,,,,,,,,,,,,,, +168,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,4.0,158.0,33.0,209.0,31.0,95.0,1324.0,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,40164.0,40164.0,53.0,33,True,,2026-01-29 07:19:44.000,1.11.0,19.0,,4398989.0,,conda-forge/parsel,parsel,https://pypi.org/project/parsel,4394395.0,https://anaconda.org/conda-forge/parsel,2026-01-29 15:22:08.257,321609.0,1.0,,,,,,,,,,,,,,,, +169,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,3.0,101.0,35.0,69.0,20.0,52.0,1317.0,Fast HTTP parser.,191624.0,191624.0,22.0,33,True,,2025-10-10 03:54:13.000,0.7.1,14.0,,134951575.0,,conda-forge/httptools,httptools,https://pypi.org/project/httptools,134902503.0,https://anaconda.org/conda-forge/httptools,2025-11-07 08:37:48.131,3238776.0,2.0,,,,,,,,,,,,,,,, +170,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,227.0,19.0,58.0,9.0,103.0,1289.0,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",21538.0,21538.0,34.0,33,True,['flask'],2026-03-28 19:46:51.000,4.8.1,37.0,,2370351.0,,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2365312.0,https://anaconda.org/conda-forge/flask-httpauth,2026-03-29 01:34:11.175,352790.0,2.0,,,,,,,,,,,,,,,, +171,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,2025-04-22 14:56:31.592000,2024-02-21 15:31:38,1612.0,,298.0,45.0,328.0,92.0,178.0,1220.0,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,1729.0,,66.0,33,False,,2017-12-07 14:10:04.000,1.0.1,27.0,,33266542.0,,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,33176907.0,https://anaconda.org/conda-forge/html5lib,2025-04-22 14:56:31.592,6274491.0,3.0,2020-06-22 23:32:36.000,1729.0,,,,,,,,,,,,,, +172,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2026-04-12 15:24:34.000000,2026-04-12 15:24:33,1173.0,20.0,199.0,24.0,403.0,30.0,593.0,1133.0,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",901.0,888.0,66.0,33,True,,2026-04-08 07:52:13.000,3.3.3,216.0,,168860.0,,,tavern,https://pypi.org/project/tavern,168860.0,,,,2.0,2026-04-08 07:52:13.000,13.0,,,,,,,,,,,,,, +173,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2026-04-14 22:12:44.368000,2026-04-14 20:20:13,983.0,5.0,69.0,10.0,55.0,69.0,299.0,431.0,Mako Templates for Python.,330648.0,330648.0,63.0,33,True,,2026-04-14 20:19:57.000,rel_1_3_11,77.0,,147995828.0,,conda-forge/mako,mako,https://pypi.org/project/mako,147825471.0,https://anaconda.org/conda-forge/mako,2026-04-14 22:12:44.368,11754653.0,2.0,,,,,,,,,,,,,,,, +174,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-04-13 13:38:26.000000,2026-03-26 17:49:25,734.0,92.0,72.0,8.0,360.0,38.0,91.0,397.0,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",10912.0,10528.0,46.0,33,True,,2026-03-01 15:48:17.000,0.8.4,47.0,,44368144.0,python-openapi/openapi-spec-validator,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,44350212.0,https://anaconda.org/conda-forge/openapi-spec-validator,2026-03-01 18:48:33.248,1237336.0,2.0,2026-03-01 15:48:17.000,384.0,,,,,,,,,,,,,, +175,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-04-15 21:31:46.000000,2026-04-02 23:46:05,1777.0,157.0,132.0,6.0,872.0,65.0,200.0,362.0,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,2207.0,2207.0,72.0,33,True,,2026-04-02 23:46:23.000,0.23.1,56.0,,7105154.0,python-openapi/openapi-core,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,7104142.0,https://anaconda.org/conda-forge/openapi-core,2026-04-03 02:23:59.206,60731.0,2.0,,,,,,,,,,,,,,,, +176,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2025-10-20 21:41:13.000000,2025-10-12 15:01:23,390.0,,113.0,12.0,110.0,3.0,98.0,276.0,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,2484797.0,2484797.0,28.0,33,True,,2025-10-12 14:55:53.000,3.11,18.0,890.0,1273500359.0,,conda-forge/idna,idna,https://pypi.org/project/idna,1272337504.0,https://anaconda.org/conda-forge/idna,2025-10-12 16:29:18.560,81397306.0,2.0,,,,,,,,,,,,,,,, +177,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,,3861.0,109.0,703.0,188.0,724.0,37944.0,"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,12414.0,887716.0,httpie/cli,conda-forge/httpie,httpie,https://pypi.org/project/httpie,883402.0,https://anaconda.org/conda-forge/httpie,2025-04-22 14:56:48.791,279222.0,2.0,2024-11-01 17:31:22.000,131.0,,,,,,,,,,,,,, +178,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-04-16 07:13:07.000000,2026-04-15 13:38:37,11799.0,10.0,5794.0,406.0,5774.0,3071.0,3506.0,17728.0,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1247.0,32,True,['openapi'],2026-04-15 13:48:00.000,2.4.52,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,,,,,,,, +179,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,2024-03-13 14:31:20.000000,2020-03-04 14:36:33,412.0,,4364.0,972.0,137.0,650.0,1072.0,14766.0,TuShare is a utility for crawling historical data of China stocks.,2542.0,2542.0,34.0,32,False,,2015-03-23 02:28:42.000,0.2.0,1.0,,886652.0,,,tushare,https://pypi.org/project/tushare,886652.0,,,,2.0,,,,,,,,,,,,,,,, +180,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000,2026-04-10 23:54:16.000000,2026-04-10 08:12:09,1746.0,53.0,457.0,63.0,778.0,48.0,883.0,8210.0,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",227.0,227.0,68.0,32,True,['openapi'],2026-04-02 07:48:33.000,9.6.1,58.0,248975.0,2706.0,,,,,,,,,2.0,,,,,,,,,,,,,,,, +181,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,,385.0,151.0,463.0,164.0,302.0,6897.0,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5212.0,5212.0,121.0,32,False,,2019-09-14 09:20:45.000,2.6.0,18.0,,131744.0,,conda-forge/hug,hug,https://pypi.org/project/hug,128757.0,https://anaconda.org/conda-forge/hug,2025-04-22 14:56:28.919,340534.0,3.0,,,,,,,,,,,,,,,, +182,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-03-28 06:36:00.000000,2026-03-28 06:35:59,1368.0,3.0,808.0,150.0,764.0,89.0,1205.0,6343.0,Developer-friendly asynchrony for Django.,21.0,21.0,282.0,32,True,['django'],,,14.0,,4954869.0,,conda-forge/channels,channels,https://pypi.org/project/channels,4950916.0,https://anaconda.org/conda-forge/channels,2025-11-20 15:53:10.621,260904.0,2.0,,,,,,,,,,,,,,,, +183,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-02-14 19:30:17.000000,2026-02-14 19:30:17,5316.0,1.0,1645.0,241.0,989.0,62.0,1014.0,4830.0,CMS framework for Django.,2486.0,2461.0,329.0,32,True,['django'],2025-06-04 17:21:14.000,6.1.1,141.0,,9142.0,,,mezzanine,https://pypi.org/project/mezzanine,9142.0,,,,2.0,2025-06-04 17:21:14.000,25.0,,,,,,,,,,,,,, +184,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,,526.0,58.0,355.0,4.0,157.0,4047.0,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,,7018619.0,fake-useragent/fake-useragent,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,7017271.0,https://anaconda.org/conda-forge/fake-useragent,2025-08-27 15:15:12.883,78226.0,2.0,2025-04-14 15:32:17.000,1175.0,,,,,,,,,,,,,, +185,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-04-10 15:05:20.000000,2026-04-10 15:05:17,1524.0,25.0,826.0,155.0,933.0,40.0,867.0,3999.0,Slack Developer Kit for Python.,,,190.0,32,True,,2026-03-12 16:09:09.000,3.41.0,100.0,,7698205.0,,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,7687279.0,https://anaconda.org/conda-forge/slackclient,2025-04-22 14:56:26.396,1267460.0,2.0,,,,,,,,,,,,,,,, +186,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,,2009-01-29 20:23:57.000,2026-04-07 01:33:39.000000,2026-04-07 01:33:36,1966.0,7.0,1224.0,107.0,832.0,440.0,759.0,3771.0,Modular search for Django.,10552.0,10552.0,223.0,32,False,['django'],2024-06-04 14:55:43.000,3.3.0,15.0,,177542.0,,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,177100.0,https://anaconda.org/conda-forge/django-haystack,2025-04-22 14:56:51.406,11503.0,2.0,,,,,,,,,,,,,,,, +187,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,,517.0,50.0,212.0,257.0,167.0,3742.0,Easy OpenAPI specs and Swagger UI for your Flask API.,19624.0,19624.0,113.0,32,False,['flask'],2020-08-01 15:28:10.000,0.9.5,24.0,558.0,1480747.0,,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,1478454.0,https://anaconda.org/conda-forge/flasgger,2025-04-22 14:56:42.334,155695.0,3.0,,,,,,,,,,,,,,,, +188,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2026-04-15 18:50:05.000000,2026-04-09 07:34:15,6149.0,200.0,463.0,80.0,1526.0,62.0,1898.0,3475.0,Mail hosting made simple.,77.0,62.0,128.0,32,True,,2026-04-08 15:41:28.000,2.8.2,112.0,,5179.0,,,modoboa,https://pypi.org/project/modoboa,5179.0,,,,1.0,2026-04-08 15:41:28.000,15.0,,,,,,,,,,,,,, +189,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.0,51.0,81.0,6.0,97.0,3292.0,Python One-Time Password Library.,27007.0,26548.0,48.0,32,True,,2023-07-27 23:41:01.000,2.9.0,24.0,679.0,22408397.0,,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,22406733.0,https://anaconda.org/conda-forge/pyotp,2025-04-22 14:57:02.176,112873.0,2.0,2023-07-27 23:41:01.000,459.0,,,,,,,,,,,,,, +190,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,,2010-08-31 19:12:55.000,2025-08-26 09:27:11.000000,2025-08-26 09:26:51,1238.0,,441.0,64.0,313.0,115.0,418.0,2970.0,Utilities for implementing a modified pre-order traversal tree in django.,23548.0,23548.0,160.0,32,False,['django'],2017-12-09 00:57:18.000,0.9.0,9.0,,1219314.0,,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,1219314.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,, +191,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.0,114.0,466.0,22.0,643.0,2809.0,Social auth made simple.,6435.0,6395.0,284.0,32,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,57713.0,,,python-social-auth,https://pypi.org/project/python-social-auth,57713.0,,,,2.0,2017-02-03 12:20:08.000,40.0,,,,,,,,,,,,,, +192,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,,504.0,91.0,800.0,44.0,486.0,2763.0,splinter - python test framework for web applications.,7163.0,7163.0,182.0,32,True,,2023-01-17 23:34:20.000,0.19.0,14.0,,337111.0,,,splinter,https://pypi.org/project/splinter,337111.0,,,,2.0,,,,,,,,,,,,,,,, +193,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-04-13 22:51:02.000000,2026-03-31 08:43:51,420.0,16.0,271.0,15.0,517.0,71.0,229.0,2706.0,SQLAlchemy Admin for FastAPI and Starlette.,1883.0,1845.0,87.0,32,True,['fastapi'],2026-03-30 12:55:03.000,0.24.0,47.0,,752088.0,smithyhq/sqladmin,,sqladmin,https://pypi.org/project/sqladmin,752088.0,,,,1.0,2026-03-30 12:55:03.000,38.0,,,,,,,,,,,,,, +194,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,,464.0,38.0,416.0,155.0,335.0,2674.0,REST implementation of Django authentication system.,35795.0,35795.0,114.0,32,True,['django'],2025-07-13 14:35:44.000,2.3.3,27.0,,331121.0,,,djoser,https://pypi.org/project/djoser,331121.0,,,,2.0,,,,,,,,,,,,,,,, +195,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,311.0,44.0,239.0,11.0,183.0,2546.0,Transparently use webpack with django.,10145.0,10145.0,67.0,32,True,['django'],2025-12-10 12:12:54.000,3.2.3,30.0,,971399.0,,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,970929.0,https://anaconda.org/conda-forge/django-webpack-loader,2025-12-09 18:10:21.811,27289.0,2.0,,,,,,,,,,,,,,,, +196,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,,746.0,88.0,791.0,191.0,768.0,2536.0,WebSocket and WAMP in Python for Twisted and asyncio.,42659.0,42659.0,136.0,32,False,,2026-01-10 10:46:31.000,master-202601101042,70.0,3227.0,4720478.0,,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,4707174.0,https://anaconda.org/conda-forge/autobahn,2025-12-15 14:07:16.458,893695.0,3.0,,,,,,,,,,,,,,,, +197,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-04-16 15:37:35.000000,2026-04-16 15:05:23,2094.0,96.0,847.0,39.0,2772.0,365.0,1675.0,2402.0,OpenTelemetry Python API and SDK.,,,352.0,32,True,,2026-04-09 14:38:50.000,1.41.0,79.0,,1190759.0,,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,1148507.0,https://anaconda.org/conda-forge/opentelemetry-api,2026-04-09 15:58:26.426,2830948.0,2.0,,,,,,,,,,,,,,,, +198,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:16:28.000000,2026-02-22 17:41:48,1160.0,4.0,273.0,44.0,193.0,87.0,309.0,2349.0,Automated image processing for Django. Currently v6.0.,10300.0,10300.0,81.0,32,True,['django'],2026-02-22 18:16:28.000,6.1,7.0,199.0,425469.0,,,django-imagekit,https://pypi.org/project/django-imagekit,425468.0,,,,2.0,,,,,,,,,,,,,,,, +199,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-04-16 14:26:25.000000,2026-04-15 20:03:53,996.0,6.0,185.0,30.0,237.0,11.0,211.0,2040.0,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",5292.0,5292.0,46.0,32,True,['django'],2025-12-19 01:34:11.000,0.32.0,73.0,,237217.0,,,django-admin-interface,https://pypi.org/project/django-admin-interface,237217.0,,,,2.0,,,,,,,,,,,,,,,, +200,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-10 18:32:35.000000,2026-03-12 16:32:57,970.0,15.0,267.0,15.0,858.0,95.0,340.0,1934.0,Generate modern Python clients from OpenAPI.,1560.0,1463.0,112.0,32,True,['openapi'],2026-03-05 23:45:11.000,0.28.3,104.0,,1993077.0,,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,1991511.0,https://anaconda.org/conda-forge/openapi-python-client,2026-03-06 05:59:00.924,87748.0,3.0,2026-03-05 23:45:11.000,97.0,,,,,,,,,,,,,, +201,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-03-09 15:12:42.000000,2026-03-09 15:12:42,1069.0,1.0,128.0,10.0,289.0,1.0,190.0,1201.0,Rate Limiting extension for Flask.,22699.0,22509.0,46.0,32,True,['flask'],2025-12-06 17:39:12.000,4.1.1,113.0,734.0,19647669.0,,,flask-limiter,https://pypi.org/project/flask-limiter,19647654.0,,,,1.0,2025-12-06 17:38:59.000,190.0,,,,,,,,,,,,,, +202,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-08 16:19:25.000000,2026-04-08 16:19:24,1323.0,8.0,259.0,35.0,692.0,17.0,145.0,1029.0,Bootstrap 4 integration with Django.,194501.0,194412.0,141.0,32,True,['django'],2021-05-20 08:44:02.000,3.0.1,37.0,,294665.0,,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,293909.0,https://anaconda.org/conda-forge/django-bootstrap4,2025-08-09 19:10:09.244,40842.0,2.0,2026-01-03 07:52:32.000,89.0,,,,,,,,,,,,,, +203,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.0,92.0,449.0,2.0,303.0,797.0,This is a Python library for accessing resources protected by OAuth 2.0.,1056.0,,91.0,32,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,39443008.0,,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,39360370.0,https://anaconda.org/conda-forge/oauth2client,2025-04-22 14:56:25.308,1487494.0,2.0,2018-09-07 21:38:16.000,1056.0,,,,,,,,,,,,,, +204,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-04-14 19:21:19.000000,2026-04-14 19:21:02,819.0,69.0,125.0,4.0,797.0,54.0,111.0,535.0,PEP-484 stubs for django-rest-framework.,4259.0,4259.0,91.0,32,True,['django'],2026-03-31 22:40:00.000,3.16.9,36.0,,4268584.0,,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,4267985.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2026-04-01 21:00:08.823,35360.0,2.0,,,,,,,,,,,,,,,, +205,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,,2318.0,296.0,800.0,399.0,1538.0,25638.0,OpenAPI/Swagger-generated API Reference Documentation.,13508.0,13508.0,228.0,31,True,['openapi'],2025-09-26 20:58:47.000,2.5.1,95.0,152.0,1.0,,,,,,,,,3.0,,,,,,,,,,,,,,,, +206,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-04-16 14:58:24.000000,2026-04-16 14:58:24,22433.0,151.0,5835.0,361.0,13329.0,185.0,4203.0,22800.0,"Saleor Core: the high performance, composable, headless commerce API.",8.0,8.0,321.0,31,True,"['django', 'graphql']",2026-04-15 12:43:19.000,3.20.119,100.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,, +207,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,2047.0,371.0,314.0,414.0,271.0,15022.0,"newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:.",21.0,21.0,103.0,31,True,,2014-12-17 19:19:47.000,0.0.9,3.0,,969518.0,,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,967203.0,https://anaconda.org/conda-forge/newspaper3k,2025-04-22 14:56:43.220,152841.0,2.0,,,,,,,,,,,,,,,, +208,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-02-21 21:11:58.000000,2026-02-21 21:11:57,3151.0,5.0,1628.0,159.0,697.0,1.0,2442.0,11936.0,"Pure Python 3 MTProto API Telegram client library, for bots too!.",,,211.0,31,True,,,,40.0,,2033575.0,,,telethon,https://pypi.org/project/telethon,2033575.0,,,,3.0,,,,,,,,,,,,,,,, +209,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-04-13 18:07:11.000000,2026-04-12 22:31:25,795.0,52.0,328.0,51.0,766.0,125.0,465.0,7208.0,Robyn is a Super Fast Async Python Web Framework with a Rust runtime.,265.0,246.0,86.0,31,True,,2026-04-13 22:30:36.000,0.83.0,161.0,,49163.0,sparckles/Robyn,conda-forge/robyn,robyn,https://pypi.org/project/robyn,29583.0,https://anaconda.org/conda-forge/robyn,2025-10-18 16:41:50.525,1076943.0,3.0,2026-04-12 22:59:45.000,19.0,,,,,,,,,,,,,, +210,web3.py,ethereum/web3.py,others,,https://github.com/ethereum/web3.py,https://github.com/ethereum/web3.py,MIT,2016-04-14 15:59:35.000,2026-04-04 17:13:00.614000,2026-04-02 19:39:45,5245.0,11.0,1607.0,119.0,2207.0,93.0,1485.0,5510.0,A python interface for interacting with the Ethereum blockchain and ecosystem.,,,311.0,31,True,,,,79.0,,4758987.0,,conda-forge/web3,web3,https://pypi.org/project/web3,4743511.0,https://anaconda.org/conda-forge/web3,2026-04-04 17:13:00.614,1021420.0,2.0,,,,,,,,,,,,,,,, +211,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-09 15:18:44.000000,2026-04-09 15:18:42,5774.0,7.0,706.0,962.0,2628.0,45.0,2195.0,4801.0,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",972.0,972.0,179.0,31,True,['openapi'],,,100.0,77066.0,1116.0,,,,,,,,,3.0,,,,,,,,,,,,,,,, +212,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-07 07:38:22.000000,2026-04-07 07:38:18,2408.0,27.0,363.0,129.0,810.0,222.0,891.0,4230.0,Realtime Web Apps and Dashboards for Python and R.,115.0,,64.0,31,True,,2026-04-07 07:55:32.000,1.8.4,95.0,1990209.0,63349.0,,,wave,https://pypi.org/project/wave,34918.0,,,,2.0,2024-03-15 17:05:53.000,115.0,,,,,,,,,,,,,, +213,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:15.000000,2026-04-12 22:11:52,1163.0,76.0,215.0,88.0,366.0,,240.0,3618.0,A familiar HTTP Service Framework for Python.,588.0,588.0,87.0,31,True,,2026-04-12 22:12:06.000,3.6.2,17.0,,6782.0,kennethreitz/responder,conda-forge/responder,responder,https://pypi.org/project/responder,5371.0,https://anaconda.org/conda-forge/responder,2025-04-22 14:56:57.171,125657.0,3.0,,,,,,,,,,,,,,,, +214,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,,575.0,74.0,190.0,117.0,187.0,3173.0,JSON Web Token Authentication support for Django REST Framework.,28134.0,28134.0,62.0,31,False,,2017-06-23 23:57:19.000,1.11.0,16.0,,328970.0,,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,328970.0,,,,3.0,,,,,,,,,,,,,,,, +215,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,2020-12-14 12:00:00.000000,2019-06-04 18:10:32,801.0,,557.0,63.0,339.0,130.0,366.0,2581.0,Swagger Documentation Generator for Django REST Framework: deprecated.,21291.0,21291.0,96.0,31,False,['django'],2018-04-30 20:02:25.000,2.2.0,5.0,,370266.0,,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,370266.0,,,,3.0,,,,,,,,,,,,,,,, +216,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.0,28.0,47.0,,67.0,2180.0,"A generator library for concise, unambiguous and URL-safe UUIDs.",35448.0,35448.0,37.0,31,True,,2020-03-06 11:40:22.000,1.0.0,13.0,,11353530.0,,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,11342998.0,https://anaconda.org/conda-forge/shortuuid,2025-04-22 14:56:55.305,695128.0,2.0,,,,,,,,,,,,,,,, +217,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.0,44.0,66.0,47.0,57.0,2164.0,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",50311.0,50157.0,38.0,31,True,['django'],2026-01-02 12:46:02.000,1.5.1,23.0,,1209919.0,,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,1209919.0,,,,2.0,2026-01-02 12:46:02.000,154.0,,,,,,,,,,,,,, +218,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,,284.0,23.0,211.0,84.0,146.0,2143.0,Convert HTML to Markdown-formatted text.,41192.0,41192.0,82.0,31,True,,2025-04-15 04:02:01.000,2025.4.15,25.0,,12939807.0,,,html2text,https://pypi.org/project/html2text,12939807.0,,,,2.0,,,,,,,,,,,,,,,, +219,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-14 06:17:31.000000,2026-04-14 06:17:29,1504.0,9.0,434.0,50.0,435.0,87.0,512.0,2008.0,django-tables2 - An app for creating HTML tables.,8391.0,8391.0,163.0,31,False,['django'],,,8.0,,940144.0,,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,939753.0,https://anaconda.org/conda-forge/django-tables2,2025-04-22 14:57:53.529,22683.0,2.0,,,,,,,,,,,,,,,, +220,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-04-15 20:41:31.000000,2026-04-01 23:48:14,1887.0,29.0,487.0,38.0,1340.0,12.0,398.0,1985.0,Python library for the Stripe API.,,,147.0,31,True,,2026-04-01 23:48:24.000,15.0.1,100.0,,27736525.0,,anaconda/stripe,stripe,https://pypi.org/project/stripe,27736157.0,https://anaconda.org/anaconda/stripe,2026-01-20 14:10:45.610,46007.0,3.0,,,,,,,,,,,,,,,, +221,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2026-04-01 07:40:00.000000,2026-03-18 15:34:23,608.0,16.0,91.0,15.0,48.0,11.0,141.0,1609.0,Python binding to Modest and Lexbor engines. Fast HTML5 parser with CSS selectors for Python.,2802.0,2802.0,26.0,31,True,,2026-03-06 09:02:37.000,0.4.7,52.0,,4461798.0,,,selectolax,https://pypi.org/project/selectolax,4461798.0,,,,3.0,,,,,,,,,,,,,,,, +222,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,2025-08-17 20:48:39.000000,2025-08-17 20:47:57,861.0,,310.0,27.0,242.0,89.0,325.0,1414.0,Easy thumbnails for Django.,11815.0,11815.0,100.0,31,True,['django'],2025-08-17 20:48:39.000,2.10.1,3.0,,487098.0,,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,487098.0,,,,2.0,,,,,,,,,,,,,,,, +223,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-03-10 16:53:31.000000,2026-03-10 16:52:12,495.0,5.0,218.0,19.0,220.0,24.0,142.0,1254.0,Authentication Module for django rest auth.,11761.0,11761.0,64.0,31,True,['django'],2026-03-10 16:53:31.000,5.0.4,26.0,,534989.0,jazzband/django-rest-knox,,django-rest-knox,https://pypi.org/project/django-rest-knox,534989.0,,,,3.0,,,,,,,,,,,,,,,, +224,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.0,23.0,360.0,47.0,185.0,1231.0,A feature flipper for Django.,1850.0,1809.0,164.0,31,True,['django'],2025-06-12 07:38:53.000,5.0.0,50.0,,1365424.0,,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,1364963.0,https://anaconda.org/conda-forge/django-waffle,2025-04-22 14:57:36.310,30907.0,2.0,2025-06-12 07:38:53.000,41.0,,,,,,,,,,,,,, +225,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:04:43.000000,2025-07-04 22:55:12,377.0,,252.0,33.0,109.0,,159.0,1160.0,A reusable Django model field for storing ad-hoc JSON data.,14169.0,14169.0,53.0,31,True,['django'],2020-02-15 03:25:21.000,3.0.0,4.0,174.0,938986.0,,,jsonfield,https://pypi.org/project/jsonfield,938985.0,,,,2.0,,,,,,,,,,,,,,,, +226,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-04-16 07:00:08.164000,2026-04-16 02:57:15,500.0,21.0,63.0,13.0,268.0,25.0,95.0,890.0,Flask + marshmallow for beautiful APIs.,34387.0,34209.0,27.0,31,True,['flask'],2026-02-04 16:07:58.000,1.4.0,26.0,,1374072.0,,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,1371581.0,https://anaconda.org/conda-forge/flask-marshmallow,2026-04-16 07:00:08.164,174401.0,2.0,2026-04-16 02:58:29.000,178.0,,,,,,,,,,,,,, +227,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-06 03:31:16.000000,2026-04-06 03:29:55,392.0,31.0,69.0,7.0,53.0,48.0,106.0,673.0,A delightful and complete interface to GitHubs amazing API.,3354.0,3354.0,23.0,31,True,,2026-02-28 02:20:48.000,1.0.13,27.0,,30907045.0,AnswerDotAI/ghapi,,ghapi,https://pypi.org/project/ghapi,30907045.0,,,,3.0,,,,,,,,,,,,,,,, +228,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,,170.0,26.0,121.0,14.0,112.0,642.0,Flask-Mail adds SMTP mail sending to your Flask applications.,83812.0,83812.0,41.0,31,True,,2024-05-23 22:30:25.000,0.10.0,2.0,33.0,1326295.0,pallets-eco/flask-mail,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,1312193.0,https://anaconda.org/conda-forge/flask-mail,2025-04-22 14:56:27.215,211525.0,1.0,,,,,,,,,,,,,,,, +229,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-04-13 16:54:29.000000,2026-04-08 15:38:19,228.0,9.0,72.0,12.0,146.0,11.0,76.0,591.0,Simple DNS resolver for asyncio.,63410.0,63410.0,35.0,31,True,,2026-01-10 22:24:08.000,4.0.0,19.0,,17973391.0,aio-libs/aiodns,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,17966779.0,https://anaconda.org/conda-forge/aiodns,2025-04-22 14:57:14.545,515762.0,2.0,,,,,,,,,,,,,,,, +230,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,,93.0,18.0,177.0,28.0,41.0,376.0,Terminals served by tornado websockets.,339218.0,339218.0,49.0,31,True,,2024-03-12 14:34:42.000,0.18.1,24.0,617.0,40252815.0,,conda-forge/terminado,terminado,https://pypi.org/project/terminado,39914897.0,https://anaconda.org/conda-forge/terminado,2025-12-23 18:17:31.212,22640130.0,2.0,,,,,,,,,,,,,,,, +231,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2026-04-16 15:27:32.000000,2026-04-16 15:27:32,4326.0,3934.0,1225.0,234.0,18896.0,89.0,411.0,8388.0,Malicious traffic detection system.,20.0,20.0,3.0,30,True,,2026-03-31 22:11:07.000,1.3,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +232,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,,604.0,125.0,66.0,31.0,14.0,6442.0,A Python module to bypass Cloudflares anti-bot page.,31790.0,31790.0,13.0,30,True,,2025-06-10 03:14:58.000,3.0.0,41.0,,4248704.0,,,cloudscraper,https://pypi.org/project/cloudscraper,4248704.0,,,,2.0,,,,,,,,,,,,,,,, +233,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,,804.0,95.0,341.0,10.0,840.0,5040.0,WebRTC and ORTC implementation for Python using asyncio.,6474.0,6474.0,41.0,30,True,,,,,,2147426.0,,,aiortc,https://pypi.org/project/aiortc,2147426.0,,,,3.0,,,,,,,,,,,,,,,, +234,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-04-09 22:05:24.117000,2026-04-09 19:50:44,623.0,6.0,839.0,66.0,504.0,106.0,471.0,4307.0,Python client for the Prometheus monitoring system.,,,176.0,30,True,,2026-04-09 19:54:38.000,0.25.0,51.0,,144711777.0,,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,144369131.0,https://anaconda.org/conda-forge/prometheus_client,2026-04-09 22:05:24.117,24327883.0,2.0,,,,,,,,,,,,,,,, +235,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.0,73.0,592.0,247.0,444.0,3933.0,The lektor static file content management system.,535.0,495.0,100.0,30,True,,2026-02-11 00:26:20.000,3.3.13,53.0,7341.0,7612.0,,conda-forge/lektor,lektor,https://pypi.org/project/lektor,4602.0,https://anaconda.org/conda-forge/lektor,2026-02-23 16:25:22.094,200673.0,3.0,2026-04-05 20:37:04.000,40.0,,,,,,,,,,,,,, +236,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-04-13 13:20:25.000000,2026-04-13 13:20:25,736.0,12.0,278.0,39.0,120.0,38.0,274.0,3015.0,A fast yet powerful Python Markdown parser with renderers and plugins.,,,55.0,30,True,,2025-12-23 11:36:50.000,3.2.0,21.0,,65348172.0,,conda-forge/mistune,mistune,https://pypi.org/project/mistune,64951751.0,https://anaconda.org/conda-forge/mistune,2025-12-23 15:41:27.559,26163820.0,3.0,,,-9.0,,,,,,,,,,,,, +237,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,,487.0,78.0,99.0,162.0,82.0,2991.0,A Pythonic wrapper for the Wikipedia API.,78176.0,78176.0,23.0,30,False,,,,1.0,,762424.0,,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,745795.0,https://anaconda.org/conda-forge/wikipedia,2025-04-22 14:56:31.735,266068.0,3.0,,,,,,,,,,,,,,,, +238,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,,911.0,194.0,273.0,21.0,220.0,2785.0,Python SDK for Facebooks Graph API.,5649.0,5649.0,99.0,30,False,,2018-08-09 15:36:11.000,3.0.0,1.0,,401135.0,,,facebook-sdk,https://pypi.org/project/facebook-sdk,401135.0,,,,3.0,,,,,,,,,,,,,,,, +239,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.0,57.0,78.0,159.0,123.0,2575.0,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,17231.0,17015.0,29.0,30,False,,,,48.0,,866514.0,,conda-forge/js2py,js2py,https://pypi.org/project/js2py,864968.0,https://anaconda.org/conda-forge/js2py,2025-04-22 14:57:26.868,109836.0,3.0,2022-11-06 10:45:09.851,216.0,,,,,,,,,,,,,, +240,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,,608.0,51.0,224.0,7.0,549.0,2460.0,Django admin CKEditor integration.,49482.0,49482.0,132.0,30,True,['django'],,,,,621796.0,,,django-ckeditor,https://pypi.org/project/django-ckeditor,621796.0,,,,3.0,,,,,,,,,,,,,,,, +241,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,226.0,37.0,154.0,17.0,338.0,2268.0,A slick ORM cache with automatic granular event-driven invalidation.,1591.0,1591.0,74.0,30,True,['django'],,,,,534725.0,,,django-cacheops,https://pypi.org/project/django-cacheops,534725.0,,,,3.0,,,,,,,,,,,,,,,, +242,requests-futures,ross/requests-futures,http-clients,,https://github.com/ross/requests-futures,https://github.com/ross/requests-futures,,2013-03-21 14:20:03.000,2026-04-09 00:28:07.000000,2026-04-09 00:27:02,217.0,15.0,149.0,42.0,94.0,,88.0,2223.0,Asynchronous Python HTTP Requests for Humans using Futures.,7770.0,7770.0,28.0,30,False,,,,7.0,,3597849.0,,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,3591404.0,https://anaconda.org/conda-forge/requests-futures,2025-04-22 14:56:26.495,438320.0,3.0,,,,,,,,,,,,,,,, +243,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,,384.0,99.0,222.0,23.0,307.0,1865.0,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7851.0,7851.0,103.0,30,False,,2021-07-16 22:38:58.000,3.9.1,6.0,,202786.0,,conda-forge/twython,twython,https://pypi.org/project/twython,195837.0,https://anaconda.org/conda-forge/twython,2025-04-22 14:56:37.419,410032.0,3.0,,,,,,,,,,,,,,,, +244,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,,703.0,90.0,342.0,195.0,282.0,1864.0,A very simple Salesforce.com REST API client for Python.,3210.0,3210.0,90.0,30,False,,2025-08-23 14:31:20.000,1.12.9,27.0,,29055999.0,,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,29054606.0,https://anaconda.org/conda-forge/simple-salesforce,2025-04-22 14:56:36.850,149133.0,3.0,,,,,,,,,,,,,,,, +245,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,,2011-05-15 12:13:19.000,2026-04-08 07:00:47.000000,2026-01-27 22:01:48,1222.0,1.0,295.0,23.0,424.0,88.0,295.0,1770.0,Money fields for Django forms and models.,3300.0,3300.0,124.0,30,False,['django'],2026-01-27 22:02:57.000,3.6.0,63.0,,569130.0,,,django-money,https://pypi.org/project/django-money,569130.0,,,,3.0,,,,,,,,,,,,,,,, +246,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,,463.0,63.0,351.0,133.0,397.0,1632.0,Quick and simple security for Flask applications.,8621.0,8621.0,129.0,30,False,['flask'],,,9.0,,111478.0,pallets-eco/flask-security-3.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,103252.0,https://anaconda.org/conda-forge/flask-security,2026-04-15 07:54:05.825,139856.0,2.0,,,,,,,,,,,,,,,, +247,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-03-07 14:27:12.000000,,,,184.0,,,53.0,,1475.0,Yet another URL library.,3253.0,,128.0,30,True,,2026-03-01 22:04:09.000,1.23.0,134.0,,446540199.0,,conda-forge/yarl,yarl,https://pypi.org/project/yarl,446170993.0,https://anaconda.org/conda-forge/yarl,2026-03-02 00:06:58.664,24367660.0,2.0,2026-03-01 22:04:09.000,3253.0,18.0,,,,,,,,,,,,, +248,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,9.0,151.0,24.0,110.0,24.0,154.0,1419.0,"No effort, no worry, maximum performance.",1025.0,1025.0,40.0,30,True,['django'],2026-01-28 05:23:10.000,2.9.0,25.0,,225917.0,,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,207839.0,https://anaconda.org/conda-forge/django-cachalot,2026-01-30 03:26:26.211,90392.0,3.0,,,,,,,,,,,,,,,, +249,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.0,29.0,147.0,56.0,115.0,1156.0,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,,227338.0,,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,227084.0,https://anaconda.org/conda-forge/django-rosetta,2025-04-22 14:57:33.082,17554.0,3.0,2025-12-07 18:04:16.000,33.0,,,,,,,,,,,,,, +250,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.0,48.0,291.0,83.0,310.0,1156.0,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",2450.0,2344.0,67.0,30,False,,2022-08-18 05:57:11.000,1.9.8,22.0,,1610328.0,,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,1607498.0,https://anaconda.org/conda-forge/dpkt,2025-04-22 14:57:01.034,195328.0,3.0,2022-08-18 05:55:29.977,106.0,,,,,,,,,,,,,, +251,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,197.0,18.0,326.0,7.0,308.0,1101.0,Backup and restore your Django database and media.,2589.0,2589.0,84.0,30,True,['django'],2026-04-10 01:44:03.000,5.3.0,14.0,41.0,253102.0,Archmonger/django-dbbackup,,django-dbbackup,https://pypi.org/project/django-dbbackup,253102.0,,,,3.0,,,,,,,,,,,,,,,, +252,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,,189.0,42.0,195.0,78.0,167.0,1051.0,HTTP/2 for Python.,1408.0,1408.0,43.0,30,False,,2020-08-02 14:24:39.000,0.5.0,17.0,271.0,1011001.0,,conda-forge/hyper,hyper,https://pypi.org/project/hyper,1010319.0,https://anaconda.org/conda-forge/hyper,2025-04-22 14:56:45.221,67450.0,3.0,,,,,,,,,,,,,,,, +253,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,,2013-12-29 21:19:08.000,2025-04-22 14:56:21.422000,2025-01-09 01:04:53,614.0,,192.0,16.0,199.0,71.0,122.0,1034.0,A toolbelt of useful classes and functions to be used with python-requests.,186209.0,186209.0,72.0,30,False,,,,10.0,,268724266.0,,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,268371415.0,https://anaconda.org/conda-forge/requests-toolbelt,2025-04-22 14:56:21.422,14819743.0,3.0,,,,,,,,,,,,,,,, +254,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.0,19.0,265.0,70.0,240.0,935.0,Asset management for Python web development.,7670.0,7572.0,165.0,30,True,,2025-08-17 13:07:21.000,3.0.0,15.0,,264079.0,,conda-forge/webassets,webassets,https://pypi.org/project/webassets,260063.0,https://anaconda.org/conda-forge/webassets,2025-04-22 14:56:27.817,80329.0,3.0,2025-08-17 13:03:58.000,98.0,,,,,,,,,,,,,, +255,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,,2010-05-24 23:14:56.000,2025-04-22 14:56:24.788000,2024-05-29 19:15:01,811.0,,171.0,37.0,218.0,32.0,149.0,821.0,A network address manipulation library for Python.,42083.0,42083.0,54.0,30,False,,2024-05-28 21:32:50.000,1.3.0,7.0,,10844373.0,,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,10830456.0,https://anaconda.org/conda-forge/netaddr,2025-04-22 14:56:24.788,278354.0,3.0,,,,,,,,,,,,,,,, +256,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2026-04-01 18:18:44.803000,2026-04-01 14:44:54,1230.0,14.0,56.0,4.0,58.0,1.0,97.0,464.0,A Python wrapper for ngrok.,11433.0,11433.0,11.0,30,True,,2026-04-01 15:35:22.000,8.0.0,100.0,,1812171.0,,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,1809010.0,https://anaconda.org/conda-forge/pyngrok,2026-04-01 18:18:44.803,224460.0,3.0,,,,,,,,,,,,,,,, +257,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,,2012-08-20 15:53:36.000,2026-04-13 03:31:18.000000,2025-04-27 15:32:00,2600.0,,9654.0,1352.0,1091.0,,,56827.0,Dumb downloader that scrapes the web.,21.0,21.0,264.0,29,False,,2025-01-04 01:58:50.000,0.4.1743,100.0,400996.0,29980.0,,conda-forge/you-get,you-get,https://pypi.org/project/you-get,26367.0,https://anaconda.org/conda-forge/you-get,2025-04-22 14:57:26.663,50334.0,2.0,,,,,,,,,,,,,,you-get,, +258,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.0,880.0,172.0,301.0,549.0,17031.0,A Powerful Spider(Web Crawler) System in Python.,359.0,355.0,62.0,29,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,373.0,,,pyspider,https://pypi.org/project/pyspider,373.0,,,,2.0,2018-04-18 04:17:18.000,4.0,,,,,,,,,,,,,, +259,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.0,322.0,223.0,216.0,465.0,9630.0,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,,4939.0,,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,1034.0,https://anaconda.org/conda-forge/coursera-dl,2025-04-22 14:56:29.257,58576.0,3.0,2018-06-03 08:31:25.000,4.0,,,,,,,,,,,,,, +260,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,,1484.0,524.0,132.0,131.0,78.0,8860.0,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1958.0,1958.0,30.0,29,False,,,,1.0,258.0,12703.0,,conda-forge/pattern,pattern,https://pypi.org/project/pattern,12446.0,https://anaconda.org/conda-forge/pattern,2025-04-22 14:57:14.078,19692.0,2.0,,,,,,,,,,,,,,,, +261,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-02-17 05:52:27.000000,2026-02-17 05:35:57,1415.0,10.0,322.0,52.0,603.0,49.0,339.0,8143.0,"Its React, but in Python.",268.0,268.0,27.0,29,True,,2026-02-17 05:52:27.000,@reactpy/client-v1.1.0,100.0,,696.0,reactive-python/reactpy,,idom,https://pypi.org/project/idom,696.0,,,,2.0,,,,,,,,,,,,,,,, +262,eve,pyeve/eve,web-frameworks,,https://github.com/pyeve/eve,https://github.com/pyeve/eve,,2012-10-22 07:39:33.000,2026-03-24 09:19:21.000000,2026-03-24 08:02:34,3446.0,20.0,720.0,215.0,588.0,26.0,953.0,6735.0,REST API framework designed for human beings.,1178.0,1178.0,221.0,29,False,,,,,,25933.0,,,eve,https://pypi.org/project/eve,25933.0,,,,3.0,,,,,,,,,,,,,,,, +263,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.0,162.0,374.0,32.0,289.0,5571.0,The Web API toolkit.,841.0,786.0,91.0,29,False,['openapi'],2023-11-30 00:45:19.885,0.1.0,95.0,,64894.0,,conda-forge/apistar,apistar,https://pypi.org/project/apistar,6830.0,https://anaconda.org/conda-forge/apistar,2026-01-07 09:32:09.056,174192.0,3.0,2023-11-30 00:45:19.885,55.0,,,,,,,,,,,,,, +264,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,,299.0,108.0,52.0,10.0,120.0,4584.0,Requests + Gevent = 3.,5030.0,5030.0,29.0,29,False,,2023-06-08 00:04:06.000,0.7.0,4.0,36.0,480457.0,,conda-forge/grequests,grequests,https://pypi.org/project/grequests,467688.0,https://anaconda.org/conda-forge/grequests,2025-04-22 14:56:27.352,204311.0,3.0,,,,,,,,,,,,,,,, +265,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,,276.0,68.0,1510.0,211.0,575.0,4227.0,Language-agnostic HTTP API Testing Tool.,1226.0,1226.0,111.0,29,False,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,100.0,,61594.0,,,dredd_hooks,https://pypi.org/project/dredd_hooks,7575.0,,,,2.0,,,,,dredd,https://www.npmjs.com/package/dredd,54019.0,,,,,,,,, +266,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,,2013-02-10 13:12:02.000,2026-04-15 22:31:57.000000,2026-04-15 22:30:35,8201.0,142.0,732.0,120.0,1304.0,190.0,3141.0,3741.0,The free and open-source Download Manager written in pure Python.,24.0,24.0,244.0,29,False,,2026-01-01 00:31:29.000,0.4.x,18.0,119724.0,4154.0,,,pyload-ng,https://pypi.org/project/pyload-ng,3356.0,,,,3.0,,,,,,,,,,,,,,,, +267,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,,264.0,49.0,46.0,106.0,131.0,2724.0,Send email in Python conveniently for gmail using yagmail.,5722.0,5722.0,32.0,29,False,,,,18.0,,602478.0,,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,601566.0,https://anaconda.org/conda-forge/yagmail,2025-04-22 14:57:15.568,61150.0,2.0,,,,,,,,,,,,,,,, +268,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.0,72.0,236.0,25.0,290.0,2443.0,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,118859.0,,,django-activity-stream,https://pypi.org/project/django-activity-stream,118859.0,,,,3.0,2023-10-04 07:51:20.000,11.0,,,,,,,,,,,,,, +269,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,,267.0,40.0,237.0,107.0,143.0,2182.0,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,16532.0,16532.0,107.0,29,False,,,,14.0,,2142715.0,,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2132790.0,https://anaconda.org/conda-forge/httpretty,2025-04-22 14:56:20.896,645154.0,2.0,,,,,,,,,,,,,,,, +270,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,,206.0,52.0,180.0,6.0,132.0,2011.0,"Reusable, generic mixins for Django.",16169.0,16169.0,83.0,29,False,['django'],2025-03-18 02:04:22.000,1.17.0,17.0,,354962.0,,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,351593.0,https://anaconda.org/conda-forge/django-braces,2025-04-22 14:56:39.215,84231.0,3.0,,,,,,,,,,,,,,,, +271,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,,239.0,51.0,313.0,279.0,154.0,1879.0,A multiprocessing distributed task queue for Django.,2008.0,2008.0,62.0,29,False,['django'],2021-06-10 16:52:14.000,1.3.9,78.0,,55748.0,,,django-q,https://pypi.org/project/django-q,55748.0,,,,3.0,,,,,,,,,,,,,,,, +272,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,,214.0,52.0,94.0,20.0,61.0,1592.0,Full-featured Python interface for the Slack API.,3214.0,3214.0,45.0,29,False,,2020-02-15 09:01:56.000,0.14.0,55.0,,580423.0,,conda-forge/slacker,slacker,https://pypi.org/project/slacker,533893.0,https://anaconda.org/conda-forge/slacker,2025-04-22 14:56:24.345,744495.0,3.0,,,,,,,,,,,,,,,, +273,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,,136.0,13.0,88.0,122.0,144.0,1549.0,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,12775.0,12616.0,73.0,29,True,,2024-05-28 20:55:48.000,0.17.3,57.0,,4658522.0,,,hypercorn,https://pypi.org/project/hypercorn,4658522.0,,,,3.0,2025-11-08 13:54:03.000,159.0,,,,,,,,,,,,,, +274,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,,293.0,20.0,172.0,4.0,299.0,1526.0,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",29661.0,29661.0,58.0,29,True,['django'],,,,,1971091.0,,,django-countries,https://pypi.org/project/django-countries,1971091.0,,,,3.0,,,,,,,,,,,,,,,, +275,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-04-13 15:17:48.000000,2026-04-13 15:16:34,2631.0,46.0,740.0,140.0,903.0,56.0,1013.0,1468.0,Web testing library for Robot Framework.,,,128.0,29,True,,2025-10-04 15:02:49.000,6.8.0,61.0,3769.0,1744787.0,,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,1742928.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2025-10-04 17:08:01.054,126343.0,2.0,,,,,,,,,,,,,,,, +276,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,,154.0,17.0,224.0,46.0,169.0,1015.0,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",6046.0,6046.0,58.0,29,False,['flask'],2024-03-05 12:42:16.000,7.1.0,41.0,,1097149.0,,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,1096647.0,https://anaconda.org/conda-forge/flask-dance,2025-04-22 14:57:04.024,15568.0,3.0,,,,,,,,,,,,,,,, +277,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,2025-05-01 08:07:15.000000,2025-02-23 01:35:13,766.0,,199.0,14.0,372.0,93.0,184.0,937.0,A caching extension for Flask.,30559.0,30559.0,117.0,29,False,['flask'],2025-03-21 20:10:57.000,2.3.1,23.0,,10909204.0,,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,10902076.0,https://anaconda.org/conda-forge/flask-caching,2025-04-22 14:56:55.341,399175.0,2.0,,,,,,,,,,,,,,,, +278,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.0,28.0,271.0,45.0,236.0,833.0,MongoEngine flask extension with WTF model forms support.,10394.0,10340.0,90.0,29,False,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,162916.0,,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,162916.0,,,,2.0,2020-11-21 06:02:04.000,54.0,,,,,,,,,,,,,, +279,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,,216.0,20.0,131.0,16.0,133.0,535.0,Server side session extension for Flask.,54742.0,54742.0,20.0,29,False,['flask'],2024-03-26 08:16:33.000,0.8.0,5.0,120.0,13434326.0,pallets-eco/flask-session,,flask-session,https://pypi.org/project/flask-session,13434323.0,,,,2.0,,,,,,,,,,,,,,,, +280,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,,2016-03-02 22:59:52.000,2026-01-24 09:41:28.559000,2026-01-23 10:59:34,570.0,2.0,187.0,22.0,128.0,51.0,74.0,508.0,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",267523.0,267523.0,80.0,29,False,,,,32.0,,130522290.0,,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,130450697.0,https://anaconda.org/conda-forge/httplib2,2026-01-24 09:41:28.559,5083132.0,3.0,,,,,,,,,,,,,,,, +281,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2026-04-09 13:27:08.000000,2026-04-09 13:27:08,4441.0,77.0,1165.0,290.0,392.0,431.0,2002.0,20427.0,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, +282,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-04-16 17:00:57.000000,2026-04-16 17:00:33,5316.0,131.0,1139.0,258.0,6009.0,173.0,1859.0,10692.0,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,136.0,28,True,,2026-02-12 18:45:26.000,5.12.0-alphafips5,100.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +283,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-08 02:37:17.000000,2026-04-08 02:37:17,198.0,6.0,506.0,85.0,36.0,52.0,49.0,8264.0,Lighter web automation with Python.,753.0,753.0,13.0,28,True,,2026-02-04 17:00:45.000,7.0.0,30.0,,17208.0,mherrmann/helium,,helium,https://pypi.org/project/helium,17208.0,,,,2.0,,,,,,,,,,,,,,,, +284,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.0,194.0,117.0,107.0,94.0,4077.0,"Html Content / Article Extractor, web scrapping lib in Python.",27.0,,36.0,28,True,,2025-11-30 00:02:41.000,3.1.21,32.0,,82564.0,,,goose3,https://pypi.org/project/goose3,82564.0,,,,2.0,2025-11-30 00:02:41.000,27.0,,,,,,,,,,,,,, +285,django-grappelli,sehmaschine/django-grappelli,admin-ui,,https://github.com/sehmaschine/django-grappelli,https://github.com/sehmaschine/django-grappelli,,2010-03-26 12:25:59.000,2026-01-29 13:30:11.000000,2025-11-27 15:59:41,1965.0,,640.0,83.0,338.0,8.0,733.0,3930.0,A jazzy skin for the Django Admin-Interface (official repository).,6914.0,6914.0,91.0,28,False,['django'],,,33.0,,293133.0,,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,288430.0,https://anaconda.org/conda-forge/django-grappelli,2025-11-27 18:07:19.501,305720.0,2.0,,,,,,,,,,,,,,,, +286,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,,579.0,61.0,490.0,96.0,352.0,3432.0,Simple tagging for django.,,,156.0,28,True,['django'],,,19.0,,3645506.0,,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,3639959.0,https://anaconda.org/conda-forge/django-taggit,2025-04-22 14:56:21.123,349475.0,3.0,,,,,,,,,,,,,,,, +287,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,,2012-11-28 20:27:39.000,2026-02-18 21:11:35.000000,2026-02-18 21:11:29,501.0,1.0,186.0,58.0,67.0,54.0,137.0,2381.0,A jquery-like library for python.,27582.0,27582.0,53.0,28,False,,,,6.0,,2064821.0,,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2063245.0,https://anaconda.org/conda-forge/pyquery,2025-04-22 14:56:42.143,102501.0,3.0,,,,,,,,,,,,,,,, +288,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.0,127.0,162.0,39.0,406.0,2133.0,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,,1369.0,,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,1369.0,,,,3.0,2018-03-10 21:22:04.000,1.0,,,,,,,,,,,,,, +289,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2026-04-15 10:09:46.000000,2025-08-08 15:15:46,261.0,,114.0,16.0,135.0,52.0,64.0,1952.0,A rate limiter for Starlette and FastAPI.,9886.0,9886.0,26.0,28,True,['fastapi'],,,,,11599809.0,,,slowapi,https://pypi.org/project/slowapi,11599809.0,,,,1.0,,,,,,,,,,,,,,,, +290,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,,2009-03-08 11:23:29.000,2025-10-21 22:22:09.860000,2025-08-14 03:45:36,1030.0,,246.0,56.0,142.0,93.0,347.0,1694.0,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,3368.0,3368.0,86.0,28,False,,2024-09-25 04:33:17.000,6.0.1,15.0,1200.0,1051535.0,,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,1039523.0,https://anaconda.org/conda-forge/rpyc,2025-10-21 22:22:09.860,803907.0,2.0,,,,,,,,,,,,,,,, +291,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.0,83.0,177.0,75.0,39.0,1651.0,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,,30074.0,,,flanker,https://pypi.org/project/flanker,30074.0,,,,2.0,2019-12-05 16:08:20.000,7.0,,,,,,,,,,,,,, +292,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-04-14 04:57:18.000000,2026-04-14 04:57:16,936.0,16.0,307.0,31.0,337.0,30.0,305.0,1507.0,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",,,100.0,28,True,['flask'],2024-10-24 07:24:04.000,1.2.2,13.0,68.0,18508913.0,pallets-eco/flask-wtf,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,18500707.0,https://anaconda.org/conda-forge/flask-wtf,2025-04-22 14:56:24.902,484103.0,3.0,,,,,,,,,,,,,,,, +293,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,,166.0,56.0,131.0,14.0,131.0,1436.0,"Djangos class-based generic views are awesome, lets have more of them.",2472.0,2472.0,64.0,28,True,['django'],2015-06-15 12:50:04.000,0.7.1,4.0,,192970.0,,,django-extra-views,https://pypi.org/project/django-extra-views,192970.0,,,,3.0,,,,,,,,,,,,,,,, +294,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,26.0,97.0,15.0,106.0,13.0,66.0,1407.0,"Declarative model lifecycle hooks, an alternative to Signals.",478.0,478.0,42.0,28,True,['django'],2026-03-02 16:23:37.000,1.2.7,32.0,,165532.0,,,django-lifecycle,https://pypi.org/project/django-lifecycle,165532.0,,,,3.0,,,,,,,,,,,,,,,, +295,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.0,36.0,122.0,19.0,143.0,1354.0,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,,67941.0,,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,67772.0,https://anaconda.org/conda-forge/django-organizations,2026-03-08 19:07:07.860,12028.0,3.0,2026-03-08 16:51:46.000,7.0,,,,,,,,,,,,,, +296,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,2025-12-31 13:32:27.000000,2025-12-31 13:32:15,2105.0,,343.0,52.0,160.0,88.0,269.0,1312.0,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,7783.0,7783.0,86.0,28,True,,2023-05-01 13:48:42.000,2023.05.01,6.0,597.0,24863.0,cinemagoer/cinemagoer,,imdbpy,https://pypi.org/project/imdbpy,24854.0,,,,3.0,,,,,,,,,,,,,,,, +297,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.0,29.0,95.0,40.0,325.0,1217.0,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,,1280.0,,,emmett,https://pypi.org/project/emmett,1280.0,,,,3.0,2026-04-07 09:44:27.000,8.0,,,,,,,,,,,,,, +298,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,,138.0,19.0,198.0,57.0,158.0,1139.0,A helper for organizing Django project settings by relying on well established programming patterns.,3381.0,3381.0,74.0,28,False,['django'],2023-11-30 10:00:09.000,2.5.1,11.0,,586208.0,,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,585030.0,https://anaconda.org/conda-forge/django-configurations,2025-04-22 14:56:40.604,77804.0,3.0,,,,,,,,,,,,,,,, +299,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2026-03-22 08:32:58.000000,2026-03-22 08:32:56,863.0,5.0,122.0,18.0,105.0,29.0,135.0,1039.0,"A fast, extensible and spec-compliant Markdown parser in pure Python.",1661.0,1661.0,41.0,28,True,,2025-12-07 16:24:42.000,1.5.1,32.0,2365.0,2280899.0,,,mistletoe,https://pypi.org/project/mistletoe,2280877.0,,,,3.0,,,,,,,,,,,,,,,, +300,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-03-06 02:35:21.000000,2026-02-17 10:49:20,336.0,2.0,105.0,13.0,161.0,19.0,121.0,992.0,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",5725.0,5692.0,54.0,28,True,['fastapi'],2026-02-17 11:24:24.000,1.6.2,103.0,,1411005.0,,,fastapi-mail,https://pypi.org/project/fastapi-mail,1411005.0,,,,2.0,2026-02-17 11:24:24.000,33.0,,,,,,,,,,,,,, +301,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-04-15 06:18:15.000000,2026-04-15 06:17:37,524.0,5.0,87.0,12.0,414.0,76.0,168.0,987.0,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",1093.0,1093.0,31.0,28,True,['fastapi'],2025-12-13 21:49:18.000,0.16.0,56.0,,153604.0,,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,153122.0,https://anaconda.org/conda-forge/starlette-admin,2025-12-17 09:52:20.010,15923.0,2.0,,,,,,,,,,,,,,,, +302,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,,2011-12-28 05:15:19.000,2026-04-14 00:31:57.000000,2026-04-14 00:31:50,337.0,10.0,278.0,39.0,234.0,2.0,161.0,964.0,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,5.0,5.0,40.0,28,False,,,,52.0,,1368073411.0,,conda-forge/certifi,certifi,https://pypi.org/project/certifi,1365442020.0,https://anaconda.org/conda-forge/certifi,2026-02-25 06:33:26.398,184197377.0,3.0,,,-8.0,,,,,,,,,,,,, +303,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2026-04-07 00:08:20.000000,2026-04-07 00:08:18,3062.0,25.0,120.0,38.0,697.0,88.0,105.0,840.0,werkzeug + twisted.web.,1953.0,1899.0,57.0,28,True,,2024-08-12 01:50:16.000,24.8.0,27.0,,58217.0,,,klein,https://pypi.org/project/klein,58217.0,,,,3.0,2024-08-12 01:50:16.000,54.0,,,,,,,,,,,,,, +304,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2025-11-25 21:56:59.000000,2025-11-25 19:40:41,1258.0,,172.0,54.0,240.0,154.0,202.0,729.0,User-oriented Web UI browser tests in Python.,5959.0,5959.0,44.0,28,True,,2024-03-06 19:05:45.000,2.0.0rc9,39.0,,20769.0,,,selene,https://pypi.org/project/selene,20769.0,,,,2.0,,,,,,,,,,,,,,,, +305,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,,102.0,27.0,162.0,8.0,115.0,624.0,Content Security Policy for Django.,4908.0,4908.0,67.0,28,True,['django'],2025-04-02 16:36:36.000,4.0,11.0,,3287603.0,,,django-csp,https://pypi.org/project/django-csp,3287603.0,,,,3.0,,,,,,,,,,,,,,,, +306,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.0,8.0,193.0,2.0,38.0,608.0,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,1537.0,1537.0,11.0,28,True,['fastapi'],2026-02-28 11:31:46.000,0.5.1,21.0,,1875976.0,,,starlette-context,https://pypi.org/project/starlette-context,1875976.0,,,,2.0,,,,,,,,,,,,,,,, +307,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.0,9.0,73.0,56.0,45.0,502.0,Unittest extensions for Flask.,24921.0,24813.0,33.0,28,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,761833.0,,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,760249.0,https://anaconda.org/conda-forge/flask-testing,2025-04-22 14:56:27.629,182220.0,2.0,2020-12-24 16:51:48.000,108.0,,,,,,,,,,,,,, +308,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,159.0,32.0,357.0,40.0,141.0,422.0,A Python HTML form library.,850.0,850.0,103.0,28,True,,2026-02-26 11:35:24.000,3.0.1,9.0,,30336.0,,,deform,https://pypi.org/project/deform,30336.0,,,,3.0,,,,,,,,,,,,,,,, +309,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.0,17.0,137.0,30.0,107.0,345.0,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",13349.0,12999.0,98.0,28,True,,2025-10-06 20:38:57.000,3.0.7,62.0,,1355073.0,,conda-forge/webtest,webtest,https://pypi.org/project/webtest,1354643.0,https://anaconda.org/conda-forge/webtest,2025-10-12 21:19:28.345,24093.0,2.0,2025-10-06 20:38:57.000,350.0,,,,,,,,,,,,,, +310,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-06 00:46:00.000000,2026-03-28 17:57:12,223.0,13.0,29.0,4.0,69.0,2.0,43.0,147.0,WebSocket support for HTTPX.,1187.0,1187.0,17.0,28,True,,2026-03-28 14:12:06.000,0.9.0,28.0,436.0,4329622.0,,conda-forge/httpx-ws,httpx-ws,https://pypi.org/project/httpx-ws,4328320.0,https://anaconda.org/conda-forge/httpx-ws,2026-03-28 19:06:07.397,49104.0,3.0,,,,,,,,,,,,,,,, +311,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,,437.0,69.0,110.0,102.0,190.0,6782.0,Preview GitHub README.md files locally before committing them.,2243.0,2243.0,40.0,27,False,,,,,,67385.0,,,grip,https://pypi.org/project/grip,67385.0,,,,3.0,,,,,,,,,,,,,,,, +312,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,1266.0,326.0,359.0,42.0,416.0,5923.0,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,,54598.0,,conda-forge/web.py,web.py,https://pypi.org/project/web.py,52940.0,https://anaconda.org/conda-forge/web.py,2025-04-22 14:56:39.114,114402.0,3.0,2020-11-09 11:24:34.000,53.0,,,,,,,,,,,,,, +313,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,,1319.0,185.0,247.0,53.0,233.0,4925.0,Python client library for Google Maps API Web Services.,,,67.0,27,False,,2023-01-26 16:45:04.000,4.10.0,29.0,,2775795.0,,,googlemaps,https://pypi.org/project/googlemaps,2775795.0,,,,3.0,,,,,,,,,,,,,,,, +314,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,779.0,135.0,217.0,30.0,347.0,4378.0,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,45.0,45.0,104.0,27,True,,2025-02-12 10:50:03.000,0.13.0,9.0,,266002.0,,conda-forge/websockify,websockify,https://pypi.org/project/websockify,262272.0,https://anaconda.org/conda-forge/websockify,2025-09-04 22:04:57.628,257430.0,3.0,,,,,,,,,,,,,,,, +315,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-13 17:28:34.000000,2026-03-23 23:09:21,708.0,9.0,647.0,51.0,454.0,108.0,410.0,4314.0,A JSON Web Token authentication plugin for the Django REST Framework.,,,139.0,27,True,['django'],2025-07-21 16:49:26.000,5.5.1,14.0,,6476725.0,,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,6476725.0,,,,3.0,,,,,,,,,,,,,,,, +316,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.0,167.0,501.0,104.0,293.0,3315.0,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,,623.0,,,django-shop,https://pypi.org/project/django-shop,623.0,,,,3.0,2021-02-02 21:13:24.000,9.0,,,,,,,,,,,,,, +317,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,,2014-08-14 13:26:03.000,2025-04-22 14:56:29.180000,2020-01-13 15:25:46,731.0,,479.0,104.0,250.0,312.0,254.0,2740.0,"Fully featured framework for fast, easy and documented API development with Flask.",14671.0,14671.0,88.0,27,False,['flask'],,,5.0,,129888.0,,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,126581.0,https://anaconda.org/conda-forge/flask-restplus,2025-04-22 14:56:29.180,377067.0,3.0,,,,,,,,,,,,,,,, +318,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.0,130.0,164.0,61.0,450.0,2511.0,An unofficial client library for Google Music.,517.0,497.0,51.0,27,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,1846.0,,,gmusicapi,https://pypi.org/project/gmusicapi,1846.0,,,,3.0,2020-03-27 18:06:36.000,20.0,,,,,,,,,,,,,, +319,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.0,82.0,181.0,2.0,222.0,2460.0,Web Scraping Framework.,444.0,439.0,67.0,27,True,,2025-09-18 14:33:58.000,1.2.0,124.0,,3449.0,,,grab,https://pypi.org/project/grab,3449.0,,,,2.0,2025-09-18 14:33:58.000,5.0,,,,,,,,,,,,,, +320,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.0,59.0,395.0,19.0,408.0,2364.0,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,547.0,547.0,88.0,27,False,,2025-03-01 23:24:53.000,4.20.3,100.0,,47998.0,,,masonite,https://pypi.org/project/masonite,47998.0,,,,3.0,,,,,,,,,,,,,,,, +321,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,,159.0,19.0,291.0,49.0,35.0,2306.0,Reusable utilities for FastAPI.,5124.0,5124.0,6.0,27,False,['fastapi'],2024-11-11 08:28:27.000,0.8.0,3.0,,1031235.0,fastapiutils/fastapi-utils,,fastapi-utils,https://pypi.org/project/fastapi-utils,1031235.0,,,,2.0,,,,,,,,,,,,,,,, +322,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-08 16:54:04.000000,2026-04-08 16:53:26,287.0,27.0,171.0,19.0,102.0,7.0,130.0,2165.0,"Notion API client SDK, rewritten in Python! (sync + async).",,,41.0,27,True,,2026-02-16 11:23:54.000,3.0.0,19.0,,3413975.0,,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,3413676.0,https://anaconda.org/conda-forge/notion-client,2025-04-22 14:58:05.769,15851.0,3.0,,,,,,,,,,,,,,,, +323,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,,253.0,27.0,227.0,90.0,87.0,1746.0,A JOSE implementation in Python.,,,62.0,27,True,,2025-05-28 17:33:26.000,3.5.0,30.0,,37951829.0,,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,37907505.0,https://anaconda.org/conda-forge/python-jose,2025-05-29 14:57:29.346,2615138.0,3.0,,,,,,,,,,,,,,,, +324,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,,202.0,36.0,233.0,120.0,148.0,1645.0,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,871.0,871.0,42.0,27,False,"['openapi', 'graphql']",2022-02-04 06:54:03.000,2.6.3,37.0,,18442.0,,,,,,,,,3.0,,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,18442.0,,,,,,,,, +325,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:41:50.000000,2023-11-13 22:34:00,1536.0,,284.0,74.0,174.0,13.0,184.0,1220.0,Let AngularJS play well with Django.,677.0,677.0,67.0,27,False,['django'],2023-11-13 22:41:51.000,2.3.1,2.0,,4386.0,,,django-angular,https://pypi.org/project/django-angular,4386.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.0,9.0,55.0,1.0,61.0,1210.0,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,17211.0,17211.0,18.0,27,True,['django'],,,9.0,,634487.0,,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,634116.0,https://anaconda.org/conda-forge/django-cleanup,2025-04-22 14:57:10.039,26036.0,3.0,,,,,,,,,,,,,,,, +327,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,,2010-07-23 06:26:28.000,2025-10-23 07:15:20.000000,2025-10-23 07:15:19,7059.0,,278.0,39.0,337.0,70.0,296.0,1142.0,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,981.0,981.0,131.0,27,False,,2022-02-09 03:28:26.000,spyne-2.14.0,6.0,,122216.0,,conda-forge/spyne,spyne,https://pypi.org/project/spyne,120374.0,https://anaconda.org/conda-forge/spyne,2025-04-22 14:56:21.754,221077.0,3.0,,,,,,,,,,,,,,,, +328,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-04-13 19:29:08.000000,2026-02-11 09:41:59,4078.0,12.0,238.0,38.0,282.0,26.0,420.0,1088.0,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,,4625.0,,,feincms,https://pypi.org/project/feincms,4625.0,,,,3.0,2026-02-11 09:42:20.000,15.0,,,,,,,,,,,,,, +329,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.0,19.0,122.0,102.0,133.0,885.0,Django test runner using nose.,10078.0,10001.0,63.0,27,False,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,303263.0,,,django-nose,https://pypi.org/project/django-nose,303263.0,,,,3.0,2020-08-20 02:49:13.000,77.0,,,,,,,,,,,,,, +330,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-13 16:54:19.000000,2024-11-18 21:22:27,798.0,,202.0,24.0,123.0,15.0,153.0,729.0,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,4248.0,4248.0,73.0,27,False,['django'],,,,,27658.0,,,django-paypal,https://pypi.org/project/django-paypal,27658.0,,,,3.0,,,,,,,,,,,,,,,, +331,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-16 13:03:33.000000,2026-04-16 13:03:33,593.0,56.0,80.0,18.0,118.0,25.0,89.0,664.0,Trame lets you weave various components and technologies into a Web Application solely written in Python.,124.0,,29.0,27,True,,2025-08-18 20:21:39.000,3.12.0,159.0,713.0,464924.0,,,trame,https://pypi.org/project/trame,464911.0,,,,3.0,2025-08-18 20:21:39.000,124.0,,,,,,,,,,,,,, +332,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,,2010-05-29 14:14:08.000,2025-04-22 14:56:24.883000,2024-06-19 06:43:42,269.0,,133.0,13.0,114.0,14.0,118.0,451.0,i18n and l10n support for Flask based on Babel and pytz.,30365.0,30365.0,43.0,27,False,['flask'],2023-10-02 01:09:59.000,4.0.0,10.0,,13330038.0,,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,13324114.0,https://anaconda.org/conda-forge/flask-babel,2025-04-22 14:56:24.883,402858.0,2.0,,,,,,,,,,,,,,,, +333,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:18.000000,2025-12-22 02:57:30,220.0,,64.0,11.0,61.0,16.0,37.0,434.0,flask extension for integration with the awesome pydantic package.,891.0,891.0,24.0,27,True,['flask'],2025-12-22 02:59:36.000,0.14.0,4.0,29.0,484673.0,pallets-eco/flask-pydantic,,flask_pydantic,https://pypi.org/project/flask_pydantic,484671.0,,,,2.0,,,,,,,,,,,,,,,, +334,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-04-14 01:52:26.000000,2026-01-07 21:43:22,690.0,,170.0,12.0,230.0,8.0,158.0,394.0,"Django CAS 1.0/2.0/3.0 client authentication library, supporting Django 4.2+ and Python 3.8+.",663.0,648.0,90.0,27,True,['django'],2025-11-18 17:08:56.000,5.1.0,29.0,787.0,56795.0,,,django-cas-ng,https://pypi.org/project/django-cas-ng,56790.0,,,,3.0,2025-11-18 17:08:56.000,15.0,,,,,,,,,,,,,, +335,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.0,9.0,52.0,14.0,36.0,226.0,Python HTTP Agent Parser.,6289.0,6289.0,37.0,27,True,,2026-03-13 13:30:09.000,1.9.9,1.0,,424886.0,,,httpagentparser,https://pypi.org/project/httpagentparser,424886.0,,,,3.0,,,,,,,,,,,,,,,, +336,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-04-13 07:53:48.000000,2026-04-08 11:56:18,1326.0,15.0,1487.0,167.0,1263.0,16.0,841.0,18699.0,An open source platform for Python in the browser. https://pyscript.net Docs: https://docs.pyscript.net/ Try it:..,,,127.0,26,True,,2026-03-02 14:14:43.000,2026.3.1,47.0,485.0,10.0,,,,,,,,,3.0,,,,,,,,,,,,,,,, +337,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,,1875.0,299.0,219.0,,,14074.0,Command line interface for testing internet bandwidth using speedtest.net.,21.0,21.0,10.0,26,False,,2021-04-08 13:53:00.000,2.1.3,22.0,,307029.0,,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,306537.0,https://anaconda.org/conda-forge/speedtest-cli,2025-04-22 14:58:04.715,26104.0,3.0,,,,,,,,,,,,,,,, +338,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,,934.0,261.0,172.0,200.0,224.0,13857.0,Pythonic HTML Parsing for Humans.,,,66.0,26,False,,2019-02-18 21:38:41.000,0.10.0,1.0,,764129.0,,,requests-html,https://pypi.org/project/requests-html,764129.0,,,,3.0,,,,,,,,,,,,,,,, +339,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,,1351.0,271.0,168.0,369.0,199.0,4762.0,"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,26,False,,,,1.0,,270.0,,,xadmin2,https://pypi.org/project/xadmin2,270.0,,,,3.0,,,,,,,,,,,,,,,, +340,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.0,147.0,403.0,499.0,777.0,4268.0,HttpRunner API/UI.,8.0,1.0,54.0,26,True,,2023-09-19 09:11:28.000,4.3.6,152.0,4274168.0,54773.0,,,httprunner,https://pypi.org/project/httprunner,10710.0,,,,3.0,2023-07-23 06:59:10.000,7.0,,,,,,,,,,,,,, +341,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-14 00:21:08.000000,2026-02-22 17:35:10,378.0,3.0,380.0,65.0,148.0,111.0,322.0,3967.0,Soundcloud Music Downloader.,428.0,428.0,53.0,26,True,,2021-12-28 21:56:09.000,2.4.0,7.0,,3507.0,scdl-org/scdl,,scdl,https://pypi.org/project/scdl,3507.0,,,,3.0,,,,,,,,,,,,,,,, +342,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-03-29 09:57:49.000000,2026-03-29 09:49:32,1978.0,5.0,493.0,128.0,163.0,19.0,534.0,3746.0,Fast and powerful SSL/TLS scanning library.,,,79.0,26,True,,2026-03-29 10:00:58.000,6.3.1,74.0,118733.0,92924.0,,,sslyze,https://pypi.org/project/sslyze,92070.0,,,,3.0,,,,,,,,,,,,,,,, +343,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,,663.0,112.0,178.0,215.0,132.0,3629.0,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3395.0,3395.0,29.0,26,True,['django'],2018-10-18 06:39:57.000,1.0.8,23.0,,17902.0,,,django-jet,https://pypi.org/project/django-jet,17902.0,,,,3.0,,,,,,,,,,,,,,,, +344,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,,913.0,163.0,307.0,99.0,315.0,3412.0,A Python wrapper around the Twitter API.,,,171.0,26,False,,2018-09-29 23:52:35.000,3.5,12.0,,130977.0,,,python-twitter,https://pypi.org/project/python-twitter,130977.0,,,,3.0,,,,,,,,,,,,,,,, +345,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,,2012-04-17 16:29:49.000,2026-04-13 17:28:11.000000,2025-12-23 16:04:58,1273.0,,443.0,58.0,437.0,55.0,325.0,3062.0,Full featured redis cache backend for Django.,,,146.0,26,False,['django'],2025-06-17 18:17:06.000,6.0.0,3.0,21.0,10679786.0,,,django-redis,https://pypi.org/project/django-redis,10679786.0,,,,3.0,,,,,,,,,,,,,,,, +346,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/explorerhq/sql-explorer,https://github.com/explorerhq/sql-explorer,,2013-12-22 20:58:37.000,2025-04-23 01:55:00.000000,2025-04-23 01:54:59,1016.0,,351.0,62.0,378.0,37.0,292.0,2873.0,"SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor,..",529.0,529.0,109.0,26,False,['django'],2024-09-24 20:46:34.000,5.3.0,42.0,,141681.0,explorerhq/sql-explorer,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,141681.0,,,,3.0,,,,,,,,,,,,,,,, +347,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 04:34:18.000000,2026-03-14 09:17:03,2053.0,80.0,625.0,108.0,351.0,27.0,325.0,2659.0,A classic Forum Software in Python using Flask.,35.0,35.0,76.0,26,False,['flask'],2026-02-18 18:51:17.000,2.2.0,4.0,,166.0,,,FlaskBB,https://pypi.org/project/FlaskBB,166.0,,,,3.0,,,,,,,,,,,,,,,, +348,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.0,84.0,91.0,144.0,155.0,2458.0,Scrape Twitter for Tweets.,532.0,530.0,34.0,26,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,1753.0,,,twitterscraper,https://pypi.org/project/twitterscraper,1753.0,,,,3.0,2020-07-28 11:38:17.000,2.0,,,,,,,,,,,,,, +349,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,,446.0,123.0,38.0,99.0,326.0,2419.0,Python framework for Telegram Bot API.,4260.0,4260.0,10.0,26,False,,,,,,19731.0,,,telepot,https://pypi.org/project/telepot,19731.0,,,,3.0,,,,,,,,,,,,,,,, +350,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,3.0,632.0,58.0,364.0,125.0,326.0,2385.0,Send push notifications to mobile devices through GCM or APNS in Django.,,,114.0,26,True,['django'],2025-11-16 06:40:52.000,3.3.0,13.0,167.0,230541.0,,,django-push-notifications,https://pypi.org/project/django-push-notifications,230540.0,,,,3.0,,,,,,,,,,,,,,,, +351,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.0,46.0,208.0,100.0,432.0,1853.0,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,,1733.0,,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,463.0,https://anaconda.org/conda-forge/offlineimap,2026-04-11 13:53:33.977,69859.0,3.0,2026-04-11 13:00:10.000,1.0,,,,,,,,,,,,,, +352,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.0,34.0,38.0,10.0,63.0,1634.0,Server-side rendering of React components.,1933.0,1933.0,23.0,26,False,,2018-10-08 09:55:41.000,4.3.0,15.0,,8184.0,,,react,https://pypi.org/project/react,8184.0,,,,3.0,2018-10-08 09:55:41.000,,,,,,,,,,,,,,, +353,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,,348.0,84.0,117.0,25.0,129.0,1576.0,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",1618.0,1618.0,65.0,26,False,['django'],2015-12-15 08:53:11.000,2.5.7,25.0,,3986.0,,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,3986.0,,,,3.0,,,,,,,,,,,,,,,, +354,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,,2014-02-15 12:27:34.000,2025-05-13 06:12:16.000000,2024-02-20 14:04:59,293.0,,192.0,44.0,99.0,15.0,54.0,1470.0,Browsable web APIs for Flask.,6582.0,6582.0,35.0,26,False,['flask'],2023-06-05 16:50:54.000,3.1,14.0,,227087.0,,,flask-api,https://pypi.org/project/flask-api,227087.0,,,,2.0,,,,,,,,,,,,,,,, +355,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,,136.0,25.0,38.0,30.0,24.0,1340.0,Adds GraphQL support to your Flask application.,3757.0,3757.0,15.0,26,False,"['flask', 'graphql']",2019-12-05 15:30:56.000,2.0.1,5.0,,650672.0,,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,650301.0,https://anaconda.org/conda-forge/flask-graphql,2025-04-22 14:57:12.186,29314.0,2.0,,,,,,,,,,,,,,,, +356,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,,125.0,28.0,91.0,21.0,201.0,1242.0,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",828.0,828.0,43.0,26,False,['django'],2023-01-14 14:27:59.000,release-1.6.3,4.0,,62166.0,,,django-watson,https://pypi.org/project/django-watson,62166.0,,,,3.0,,,,,,,,,,,,,,,, +357,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-03-27 06:55:03.000000,2026-03-27 06:54:55,568.0,1.0,73.0,15.0,533.0,5.0,43.0,1188.0,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,3474.0,3474.0,28.0,26,True,['django'],2024-07-05 14:30:34.000,1.3.2,9.0,,322801.0,wemake-services/django-split-settings,,django-split-settings,https://pypi.org/project/django-split-settings,322801.0,,,,3.0,,,,,,,,,,,,,,,, +358,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-13 17:28:01.000000,2025-06-06 06:12:34,366.0,,144.0,18.0,143.0,71.0,80.0,879.0,A set of high-level abstractions for Django forms.,11838.0,11838.0,78.0,26,True,['django'],,,,,2339453.0,,,django-formtools,https://pypi.org/project/django-formtools,2339453.0,,,,3.0,,,,,,,,,,,,,,,, +359,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,,2012-03-10 04:56:31.000,2025-04-22 14:56:44.336000,2023-03-27 01:44:02,219.0,,103.0,14.0,80.0,32.0,75.0,857.0,Parameterized testing with any Python test framework.,25599.0,25599.0,30.0,26,False,,,,6.0,,18597600.0,,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,18553685.0,https://anaconda.org/conda-forge/parameterized,2025-04-22 14:56:44.336,2766687.0,3.0,,,,,,,,,,,,,,,, +360,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,3.0,187.0,13.0,173.0,82.0,85.0,840.0,"Yet another Django audit log app, hopefully the simplest one.",374.0,374.0,57.0,26,True,['django'],2026-01-07 04:02:39.000,1.3.8,62.0,,87368.0,,,django-easy-audit,https://pypi.org/project/django-easy-audit,87368.0,,,,3.0,,,,,,,,,,,,,,,, +361,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.0,9.0,166.0,10.0,54.0,636.0,Useful additions to Djangos default TestCase.,3489.0,3485.0,37.0,26,True,['django'],2025-12-19 18:34:25.000,2.4.1,41.0,,122913.0,,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,119455.0,https://anaconda.org/conda-forge/django-test-plus,2025-12-20 01:20:07.704,83013.0,3.0,2025-12-19 18:34:25.000,4.0,,,,,,,,,,,,,, +362,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,,88.0,8.0,66.0,22.0,81.0,459.0,Flask webassets integration.,8214.0,8214.0,43.0,26,False,['flask'],2023-10-22 14:03:57.000,2.1.0,3.0,,177238.0,,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,173793.0,https://anaconda.org/conda-forge/flask-assets,2025-04-22 14:56:29.104,99932.0,2.0,,,,,,,,,,,,,,,, +363,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-16 04:00:14.000000,2026-03-15 15:25:24,1581.0,211.0,73.0,11.0,94.0,3.0,80.0,413.0,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,,1638.0,,,safrs,https://pypi.org/project/safrs,1638.0,,,,2.0,2026-03-09 09:02:56.000,2.0,,,,,,,,,,,,,, +364,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,,147.0,22.0,363.0,49.0,192.0,390.0,Build Web Services with Pyramid.,921.0,921.0,124.0,26,False,['pyramid'],2024-02-08 11:27:50.000,6.1.0,36.0,,134627.0,,anaconda/cornice,cornice,https://pypi.org/project/cornice,134527.0,https://anaconda.org/anaconda/cornice,2025-04-22 15:32:20.839,12354.0,3.0,,,,,,,,,,,,,,,, +365,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,,47.0,13.0,46.0,,52.0,380.0,Formatting of dates and times in Flask templates using moment.js.,25362.0,25362.0,22.0,26,True,['flask'],2024-05-28 22:20:43.000,1.0.6,20.0,,198052.0,,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,195895.0,https://anaconda.org/conda-forge/flask-moment,2025-04-22 14:56:27.804,127315.0,2.0,,,,,,,,,,,,,,,, +366,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,10.0,38.0,121.0,210.0,52.0,61.0,237.0,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",65.0,58.0,48.0,26,True,"['flask', 'openapi']",2026-02-03 17:38:29.000,3.4.0,55.0,,16595.0,,,flask-rebar,https://pypi.org/project/flask-rebar,16595.0,,,,2.0,2026-02-03 17:38:29.000,7.0,,,,,,,,,,,,,, +367,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-04-16 06:42:53.000000,2026-04-16 06:42:43,3739.0,79.0,937.0,92.0,,55.0,807.0,9969.0,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,103.0,25,True,,2026-03-25 14:56:17.000,4.1.1,74.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +368,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,,349.0,160.0,108.0,50.0,54.0,9116.0,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",60.0,60.0,29.0,25,False,,2021-03-05 14:17:53.000,2.1.0,17.0,,1094.0,,,http-prompt,https://pypi.org/project/http-prompt,1094.0,,,,3.0,,,,,,,,,,,,,,,, +369,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,410.0,68.0,116.0,148.0,112.0,4379.0,Unofficial Python API client for Notion.so.,,,36.0,25,True,,2026-02-16 23:25:50.000,0.1.0,1.0,,890658.0,,,notion,https://pypi.org/project/notion,890658.0,,,,3.0,,,,,,,,,,,,,,,, +370,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,,643.0,69.0,118.0,3.0,326.0,4240.0,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,,,31.0,25,True,,2024-12-13 14:35:46.000,4.0.0,2.0,,5794482.0,,,googletrans,https://pypi.org/project/googletrans,5794482.0,,,,3.0,,,,,,,,,,,,,,,, +371,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.0,36.0,544.0,161.0,446.0,3786.0,A test fixtures replacement for Python.,,,134.0,25,True,['django'],,,13.0,,24001197.0,,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,23996516.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,313674.0,3.0,,,,,,,,,,,,,,,, +372,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,,454.0,44.0,51.0,60.0,73.0,3753.0,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",511.0,511.0,19.0,25,True,['fastapi'],2021-08-31 03:28:51.000,1.0.3,16.0,,11013.0,,,fastapi-admin,https://pypi.org/project/fastapi-admin,11013.0,,,,3.0,,,,,,,,,,,,,,,, +373,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,,454.0,44.0,51.0,72.0,73.0,3753.0,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",517.0,511.0,19.0,25,True,['fastapi'],2022-06-08 00:52:23.000,1.0.4,27.0,,11013.0,,,fastapi-admin,https://pypi.org/project/fastapi-admin,11013.0,,,,2.0,2022-06-08 00:52:23.000,6.0,,,,,,,,,,,,,, +374,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.0,104.0,31.0,59.0,30.0,3701.0,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,,15916.0,,,robobrowser,https://pypi.org/project/robobrowser,15916.0,,,,2.0,2015-06-07 19:47:05.000,49.0,,,,,,,,,,,,,, +375,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-13 21:14:05.000000,2025-03-23 11:24:43,946.0,,615.0,56.0,1060.0,70.0,269.0,3517.0,Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse &..,,,23.0,25,False,,2025-02-18 16:37:01.000,2.4.10,34.0,1945.0,416659.0,,,proxy.py,https://pypi.org/project/proxy.py,416623.0,,,,3.0,,,,,,,,,,,,,,,, +376,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,2020-03-27 21:43:12.000000,2017-03-08 18:34:10,4395.0,,337.0,175.0,142.0,61.0,263.0,3507.0,IMAP/SMTP sync system with modern APIs.,,,79.0,25,False,,2017-01-06 00:18:10.000,17.1.6,3.0,,252455.0,,,nylas,https://pypi.org/project/nylas,252455.0,,,,3.0,,,,,,,,,,,,,,,, +377,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.0,117.0,116.0,100.0,86.0,3475.0,Static site generator for designers. Uses Python and Django templates.,1274.0,1274.0,52.0,25,False,['django'],2021-12-15 15:49:39.278,3.0.0,20.0,,421.0,,,cactus,https://pypi.org/project/cactus,421.0,,,,3.0,2021-12-15 15:49:39.278,,,,,,,,,,,,,,, +378,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,,2011-01-31 00:30:02.000,2026-03-28 16:32:34.000000,2026-03-28 16:32:34,1366.0,25.0,418.0,57.0,315.0,84.0,297.0,2811.0,markdown2: A fast and complete implementation of Markdown in Python.,,,82.0,25,False,,,,,,6936893.0,,,markdown2,https://pypi.org/project/markdown2,6936893.0,,,,3.0,,,-9.0,,,,,,,,,,,,, +379,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-04-14 22:41:08.000000,2026-04-01 19:26:52,5511.0,10.0,539.0,78.0,583.0,169.0,1281.0,2717.0,"Misago is fully featured modern forum application that is fast, scalable and responsive.",53.0,53.0,47.0,25,True,,2025-08-09 13:25:50.000,0.39.4,73.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +380,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,,279.0,44.0,146.0,1.0,156.0,2347.0,Django friendly finite state machine support.,,,70.0,25,True,['django'],2024-04-09 07:55:47.000,3.0.0,5.0,,578648.0,,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,576966.0,https://anaconda.org/conda-forge/django-fsm,2025-10-07 17:44:28.580,68962.0,3.0,,,,,,,,,,,,,,,, +381,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,189.0,57.0,192.0,51.0,168.0,2220.0,A Django app that creates automatic web UIs for Python scripts.,52.0,52.0,25.0,25,True,,2022-10-05 14:09:49.000,0.13.2,11.0,,356.0,,,wooey,https://pypi.org/project/wooey,356.0,,,,3.0,,,,,,,,,,,,,,,, +382,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-04-08 10:17:09.000000,2026-04-08 10:17:09,8438.0,13.0,894.0,210.0,1466.0,364.0,718.0,2171.0,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,,,268.0,25,True,,2025-12-22 14:30:02.000,3.1.1,26.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +383,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,,2016-02-14 10:31:07.000,2026-01-20 08:00:22.000000,2026-01-20 08:00:22,1506.0,1.0,585.0,60.0,396.0,379.0,699.0,1991.0,A Python SOAP client.,,,148.0,25,False,,2025-09-15 10:25:31.000,4.3.2,16.0,,38827440.0,,conda-forge/zeep,zeep,https://pypi.org/project/zeep,38820094.0,https://anaconda.org/conda-forge/zeep,2025-09-16 09:16:42.672,484898.0,3.0,,,,,,,,,,,,,,,, +384,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:02.000000,2025-06-06 14:40:42,925.0,,213.0,153.0,262.0,78.0,78.0,1329.0,A scalable frontier for web crawlers.,43.0,43.0,42.0,25,True,,2019-04-05 16:36:04.000,0.8.1,22.0,,2819.0,,,frontera,https://pypi.org/project/frontera,2819.0,,,,2.0,,,,,,,,,,,,,,,, +385,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,,283.0,39.0,119.0,99.0,126.0,1074.0,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2885.0,2885.0,39.0,25,False,['flask'],,,9.0,,10224.0,,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,7262.0,https://anaconda.org/conda-forge/flask-user,2025-04-22 14:56:27.652,174774.0,3.0,,,,,,,,,,,,,,,, +386,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,,2009-07-03 17:51:56.000,2025-04-22 14:56:21.111000,2022-03-09 18:46:07,381.0,,210.0,29.0,105.0,47.0,68.0,1042.0,A Redis cache backend for django.,4396.0,4396.0,46.0,25,False,['django'],,,8.0,,118506.0,,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,116484.0,https://anaconda.org/conda-forge/django-redis-cache,2025-04-22 14:56:21.111,133486.0,3.0,,,,,,,,,,,,,,,, +387,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,,120.0,105.0,148.0,39.0,60.0,961.0,Extract embedded metadata from HTML markup.,1412.0,1412.0,40.0,25,False,,,,,,269100.0,,,extruct,https://pypi.org/project/extruct,269100.0,,,,2.0,,,,,,,,,,,,,,,, +388,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,,2014-11-01 14:15:37.000,2026-01-29 08:08:13.000000,2026-01-29 08:08:05,519.0,7.0,155.0,21.0,125.0,36.0,131.0,938.0,Comprehensive Markdown plugin built for Django.,2906.0,2906.0,41.0,25,False,['django'],2025-04-23 12:13:14.000,4.0.9,45.0,,107095.0,,,django-markdownx,https://pypi.org/project/django-markdownx,107095.0,,,,3.0,,,,,,,,,,,,,,,, +389,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-03-18 20:32:24.000000,2026-03-18 20:32:16,472.0,1.0,1277.0,10.0,113.0,36.0,130.0,895.0,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",1183.0,1183.0,45.0,25,True,['django'],2025-09-03 17:01:45.000,1.7.15,86.0,,48483.0,,,martor,https://pypi.org/project/martor,48483.0,,,,3.0,,,,,,,,,,,,,,,, +390,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.0,26.0,95.0,40.0,99.0,841.0,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,,32882.0,,,django-floppyforms,https://pypi.org/project/django-floppyforms,32882.0,,,,3.0,2020-05-20 02:41:28.000,15.0,,,,,,,,,,,,,, +391,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,,2012-05-18 18:57:21.000,2026-03-01 21:02:35.000000,2026-01-03 01:47:06,1228.0,,136.0,22.0,241.0,57.0,117.0,605.0,Python requests like API built on top of Twisteds HTTP client.,1786.0,1786.0,57.0,25,False,,2024-09-18 17:41:33.000,treq-24.9.0,14.0,481.0,216811.0,,conda-forge/treq,treq,https://pypi.org/project/treq,213456.0,https://anaconda.org/conda-forge/treq,2025-06-03 14:18:11.182,224572.0,3.0,,,,,,,,,,,,,,,, +392,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,,2017-07-17 18:13:54.000,2026-04-14 02:11:36.000000,2026-03-05 16:57:59,945.0,4.0,32.0,9.0,676.0,3.0,31.0,599.0,"#1 quality TLS certs while you wait, for the discerning tester.",1616.0,1616.0,25.0,25,False,,2025-01-02 02:04:55.000,1.2.1,8.0,15.0,890605.0,,conda-forge/trustme,trustme,https://pypi.org/project/trustme,890103.0,https://anaconda.org/conda-forge/trustme,2025-04-22 14:57:39.232,32663.0,3.0,,,,,,,,,,,,,,,, +393,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-03-16 17:37:25.000000,2023-12-09 12:55:54,339.0,,102.0,8.0,88.0,18.0,47.0,477.0,A Django app for managing robots.txt files following the robots exclusion protocol.,1598.0,1598.0,45.0,25,False,['django'],2023-09-07 12:15:53.000,6.1,7.0,,62384.0,,,django-robots,https://pypi.org/project/django-robots,62384.0,,,,3.0,,,,,,,,,,,,,,,, +394,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,,82.0,27.0,29.0,16.0,14.0,458.0,A swagger 2.0 spec extractor for flask.,14945.0,14945.0,24.0,25,False,['flask'],2015-11-28 21:27:17.000,0.2.11,8.0,,170295.0,,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,162818.0,https://anaconda.org/conda-forge/flask-swagger,2025-04-22 14:56:35.632,112166.0,3.0,,,,,,,,,,,,,,,, +395,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.0,13.0,90.0,,,406.0,Generating short urls with python has never been easier.,18299.0,18299.0,24.0,25,False,,2020-03-19 17:55:20.000,1.0.1,3.0,,99127.0,,,pyshorteners,https://pypi.org/project/pyshorteners,99127.0,,,,3.0,,,,,,,,,,,,,,,, +396,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-04-15 04:53:25.000000,2026-04-15 04:50:32,546.0,4.0,84.0,6.0,330.0,8.0,120.0,362.0,API spec validator and OpenAPI document generator for Python web frameworks.,140.0,140.0,49.0,25,True,['openapi'],2025-12-16 01:38:37.000,2.0.1,100.0,,252294.0,,,spectree,https://pypi.org/project/spectree,252294.0,,,,3.0,,,,,,,,,,,,,,,, +397,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,,2011-06-12 21:20:23.000,2025-09-04 15:38:42.000000,2022-04-05 03:58:40,119.0,,65.0,9.0,48.0,7.0,41.0,328.0,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,81676.0,81676.0,25.0,25,False,['flask'],,,3.0,,2145078.0,,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2143566.0,https://anaconda.org/conda-forge/flask-bcrypt,2025-04-22 14:56:24.928,68048.0,3.0,,,,,,,,,,,,,,,, +398,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,,105.0,11.0,156.0,21.0,73.0,287.0,Graphene MongoEngine integration.,374.0,374.0,38.0,25,True,['graphql'],2026-01-03 09:17:32.000,0.4.5,29.0,,18004.0,,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,17839.0,https://anaconda.org/conda-forge/graphene-mongo,2026-01-05 00:41:58.830,11557.0,3.0,,,,,,,,,,,,,,,, +399,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.0,4.0,50.0,3.0,18.0,271.0,Programmatic startup/shutdown of ASGI apps.,17173.0,17173.0,7.0,25,True,,2023-03-28 17:33:29.000,2.1.0,2.0,,6181645.0,,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,6178140.0,https://anaconda.org/conda-forge/asgi-lifespan,2025-04-22 14:57:49.740,210306.0,3.0,,,,,,,,,,,,,,,, +400,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,,76.0,18.0,26.0,5.0,42.0,237.0,Flask-OpenID adds openid support to flask applications.,7662.0,7631.0,16.0,25,False,['flask'],2024-05-26 15:49:11.000,1.3.1,14.0,29.0,2991981.0,,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2990017.0,https://anaconda.org/conda-forge/flask-openid,2025-04-22 14:56:29.543,221969.0,3.0,2024-05-26 15:49:11.000,31.0,,,,,,,,,,,,,, +401,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-03-31 13:02:52.663000,2026-03-06 17:03:16,472.0,6.0,51.0,39.0,400.0,,89.0,45.0,This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-resumable-media.,,,38.0,25,False,,2025-11-17 15:27:09.000,2.8.0,49.0,,163503740.0,,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,163406467.0,https://anaconda.org/conda-forge/google-resumable-media,2026-03-31 13:02:52.663,6809148.0,3.0,,,,,,,,,,,,,,,, +402,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,383.0,102.0,287.0,31.0,148.0,4851.0,A Python library for automating interaction with websites.,,,56.0,24,True,,2025-05-30 03:56:28.000,1.4.0,14.0,72.0,132568.0,,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,128327.0,https://anaconda.org/conda-forge/mechanicalsoup,2025-05-30 12:52:17.348,267221.0,3.0,,,,,,,,,,,,,,,, +403,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,,390.0,52.0,67.0,25.0,226.0,4822.0,Write interactive web app in script way.,1965.0,1965.0,19.0,24,True,,,,,,7794.0,,,pywebio,https://pypi.org/project/pywebio,7794.0,,,,3.0,,,,,,,,,,,,,,,, +404,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.0,71.0,102.0,167.0,120.0,3978.0,A tool for extracting plain text from Wikipedia dumps.,455.0,448.0,31.0,24,False,,2023-01-24 18:46:33.000,3.0.7,4.0,,5149.0,,,wikiextractor,https://pypi.org/project/wikiextractor,5149.0,,,,3.0,2021-10-14 12:34:58.000,7.0,,,,,,,,,,,,,, +405,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,,2010-03-01 23:46:47.000,2025-08-29 07:26:11.018000,2022-09-11 18:40:12,473.0,,185.0,79.0,84.0,29.0,135.0,3038.0,A screamingly fast Python 2/3 WSGI server written in C.,839.0,839.0,44.0,24,False,,,,7.0,,65641.0,,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,61711.0,https://anaconda.org/conda-forge/bjoern,2025-08-29 07:26:11.018,259386.0,3.0,,,,,,,,,,,,,,,, +406,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-13 07:03:08.000000,2026-03-19 17:39:31,1672.0,4.0,569.0,43.0,639.0,114.0,557.0,2871.0,Compresses linked and inline javascript or CSS into a single cached file.,,,227.0,24,False,['django'],,,,,1927211.0,,,django-compressor,https://pypi.org/project/django-compressor,1927211.0,,,,3.0,,,,,,,,,,,,,,,, +407,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,1.0,408.0,101.0,107.0,22.0,346.0,2860.0,Reusable workflow library for Django.,375.0,375.0,2.0,24,True,['django'],2024-04-09 05:47:09.000,2.0.0,3.0,,142604.0,,,django-viewflow,https://pypi.org/project/django-viewflow,142604.0,,,,3.0,,,,,,,,,,,,,,,, +408,django-suit,darklow/django-suit,admin-ui,,https://github.com/darklow/django-suit,https://github.com/darklow/django-suit,,2013-02-17 11:59:33.000,2025-05-27 14:06:26.000000,2025-05-27 14:06:21,768.0,,614.0,111.0,172.0,276.0,357.0,2402.0,Modern theme for Django admin interface.,3354.0,3354.0,51.0,24,False,['django'],,,,,23997.0,,,django-suit,https://pypi.org/project/django-suit,23997.0,,,,3.0,,,,,,,,,,,,,,,, +409,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-14 02:28:42.000000,2026-04-14 02:28:36,270.0,19.0,143.0,60.0,155.0,8.0,34.0,1838.0,Integration layer between Requests and Selenium for automation of web actions.,109.0,109.0,18.0,24,True,,,,,,76984.0,,,requestium,https://pypi.org/project/requestium,76984.0,,,,3.0,,,,,,,,,,,,,,,, +410,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,,193.0,39.0,54.0,45.0,35.0,1515.0,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",,,32.0,24,False,,2020-08-23 06:05:26.000,2.2.0,5.0,,10288888.0,,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,10286592.0,https://anaconda.org/conda-forge/user-agents,2025-04-22 14:56:26.410,156167.0,3.0,,,,,,,,,,,,,,,, +411,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-04-15 01:04:57.000000,2026-04-14 07:00:26,560.0,2.0,148.0,20.0,402.0,71.0,40.0,1384.0,This code generator creates FastAPI app from an openapi file.,259.0,252.0,31.0,24,True,"['fastapi', 'openapi']",2025-04-29 10:00:53.000,0.5.4,47.0,,38095.0,,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,38095.0,,,,2.0,2025-04-29 10:00:53.000,7.0,,,,,,,,,,,,,, +412,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.0,28.0,47.0,,443.0,1275.0,An object oriented high-level Python Web Framework that requires no frontend programming.,543.0,543.0,19.0,24,False,,2023-09-20 13:06:23.000,0.14.0,73.0,,1574.0,justpy-org/justpy,,justpy,https://pypi.org/project/justpy,1574.0,,,,3.0,,,,,,,,,,,,,,,, +413,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,,311.0,68.0,112.0,78.0,68.0,1205.0,Official repository for gevent-socketio.,1405.0,1405.0,60.0,24,False,,,,,,2371.0,,,gevent-socketio,https://pypi.org/project/gevent-socketio,2371.0,,,,3.0,,,,,,,,,,,,,,,, +414,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:45:30.000000,2026-01-01 15:45:08,181.0,,80.0,17.0,87.0,11.0,58.0,955.0,Helps working with singletons - things like global settings that you want to edit from the admin site.,2730.0,2730.0,46.0,24,False,['django'],2026-01-01 15:45:30.000,2.5.1,8.0,,422919.0,,,django-solo,https://pypi.org/project/django-solo,422919.0,,,,3.0,,,,,,,,,,,,,,,, +415,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,,247.0,23.0,153.0,10.0,219.0,937.0,Plug and play continuous integration with django and jenkins.,1436.0,1436.0,72.0,24,False,['django'],,,,,38709.0,,,django-jenkins,https://pypi.org/project/django-jenkins,38709.0,,,,3.0,,,,,,,,,,,,,,,, +416,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,,148.0,25.0,73.0,19.0,56.0,884.0,Automatic caching and invalidation for Django models through the ORM.,320.0,320.0,29.0,24,False,['django'],2019-02-18 02:47:28.000,1.1.0,5.0,,8708.0,,,django-cache-machine,https://pypi.org/project/django-cache-machine,8708.0,,,,3.0,,,,,,,,,,,,,,,, +417,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,,156.0,48.0,53.0,32.0,39.0,845.0,WebSocket emulation - Python server.,2300.0,2300.0,36.0,24,False,,,,1.0,,21663.0,,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,21607.0,https://anaconda.org/conda-forge/sockjs-tornado,2025-04-22 14:57:56.501,3209.0,3.0,,,,,,,,,,,,,,,, +418,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,,74.0,16.0,70.0,12.0,58.0,801.0,Freezes a Flask application into a set of static files.,3858.0,3858.0,30.0,24,False,['flask'],2024-02-09 14:33:23.000,1.0.2,8.0,115.0,113844.0,,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,111597.0,https://anaconda.org/conda-forge/frozen-flask,2025-04-22 14:56:27.699,258477.0,3.0,,,,,,,,,,,,,,,, +419,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.0,21.0,63.0,44.0,35.0,755.0,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,,24680.0,,,flask-profiler,https://pypi.org/project/flask-profiler,24680.0,,,,3.0,2018-11-19 23:11:10.000,4.0,,,,,,,,,,,,,, +420,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,87.0,16.0,53.0,,60.0,675.0,a small library for extracting rich content from urls.,3134.0,3134.0,28.0,24,True,,,,4.0,,141318.0,,conda-forge/micawber,micawber,https://pypi.org/project/micawber,140930.0,https://anaconda.org/conda-forge/micawber,2025-04-22 14:57:44.753,24474.0,3.0,,,,,,,,,,,,,,,, +421,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,,145.0,19.0,96.0,93.0,71.0,654.0,Build and document REST APIs with Flask and apispec.,1859.0,1859.0,32.0,24,True,['flask'],,,20.0,,333776.0,,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,329602.0,https://anaconda.org/conda-forge/flask-apispec,2025-04-22 14:56:31.952,296378.0,3.0,,,,,,,,,,,,,,,, +422,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,91.0,5.0,173.0,51.0,60.0,549.0,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,,,60.0,24,True,,2022-12-14 00:03:57.000,0.7.4,14.0,,11707198.0,,,aioresponses,https://pypi.org/project/aioresponses,11707198.0,,,,3.0,,,,,,,,,,,,,,,, +423,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-16 08:03:10.000000,2026-04-16 08:03:10,254.0,10.0,37.0,14.0,48.0,10.0,36.0,419.0,JSON-RPC server based on fastapi.,79.0,79.0,16.0,24,True,['fastapi'],2026-04-15 14:39:48.000,3.4.3,30.0,,21628.0,,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,21628.0,,,,3.0,,,,,,,,,,,,,,,, +424,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,2021-09-18 00:03:01.000000,2014-07-30 05:44:44,181.0,,160.0,32.0,51.0,74.0,35.0,407.0,A python module for retrieving and parsing WHOIS data.,577.0,577.0,7.0,24,False,,,,,,3316119.0,,,python-whois,https://pypi.org/project/python-whois,3316119.0,,,,3.0,,,,,,,,,,,,,,,, +425,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.0,27.0,124.0,97.0,26.0,373.0,Python Simple SOAP Library.,1831.0,1816.0,51.0,24,False,,2023-11-08 01:43:05.000,1.08.22,15.0,,18122.0,,,pysimplesoap,https://pypi.org/project/pysimplesoap,18122.0,,,,3.0,2023-10-24 01:20:23.000,15.0,,,,,,,,,,,,,, +426,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,,2012-10-07 12:21:45.000,2025-04-22 14:57:10.373000,2024-12-23 11:10:06,161.0,,77.0,5.0,35.0,10.0,69.0,288.0,Pagination support for flask.,3874.0,3874.0,28.0,24,False,['flask'],2024-04-12 02:19:26.000,2024.4.12,14.0,91.0,194056.0,,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,193443.0,https://anaconda.org/conda-forge/flask-paginate,2025-04-22 14:57:10.373,40443.0,3.0,,,,,,,,,,,,,,,, +427,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.0,5.0,34.0,12.0,39.0,282.0,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,,113644.0,python-injector/flask_injector,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,113436.0,https://anaconda.org/conda-forge/flask-injector,2025-04-22 14:57:49.545,12533.0,3.0,2023-07-27 00:33:16.000,21.0,,,,,,,,,,,,,, +428,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,,45.0,39.0,96.0,10.0,78.0,255.0,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,609.0,609.0,31.0,24,False,,2018-08-31 15:46:13.000,2.0.0,1.0,,63682.0,,,pytest-splinter,https://pypi.org/project/pytest-splinter,63682.0,,,,3.0,,,,,,,,,,,,,,,, +429,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,31.0,34.0,5.0,165.0,2.0,41.0,183.0,Streaming (and fast!) parser for multipart/form-data written in Cython.,205.0,205.0,22.0,24,True,,,,,,310260.0,,,streaming-form-data,https://pypi.org/project/streaming-form-data,310260.0,,,,3.0,,,,,,,,,,,,,,,, +430,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.0,16.0,21.0,11.0,23.0,144.0,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,,34051537.0,,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,34036880.0,https://anaconda.org/conda-forge/graphql-relay,2025-04-22 14:56:40.651,908748.0,3.0,2022-04-16 11:03:43.000,53.0,,,,,,,,,,,,,, +431,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,1633.0,329.0,94.0,42.0,69.0,12811.0,Incredibly fast crawler designed for OSINT.,,,21.0,23,True,,2019-04-05 15:15:47.000,1.3.0,18.0,,1463.0,,,photon,https://pypi.org/project/photon,1463.0,,,,3.0,,,,,,,,,,,,,,,, +432,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,,1746.0,193.0,106.0,115.0,173.0,8675.0,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,,,38.0,23,False,,,,,,2335.0,,,google_images_download,https://pypi.org/project/google_images_download,2335.0,,,,3.0,,,,,,,,,,,,,,,, +433,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,379.0,126.0,24.0,4.0,22.0,6228.0,curl statistics made simple.,20.0,20.0,6.0,23,True,,2020-10-15 13:06:22.000,1.3.0,5.0,361.0,1757.0,,,httpstat,https://pypi.org/project/httpstat,1754.0,,,,3.0,,,,,,,,,,,,,,,, +434,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.0,92.0,101.0,51.0,64.0,4006.0,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,,1240.0,,,twitter-scraper,https://pypi.org/project/twitter-scraper,1240.0,,,,3.0,2020-07-17 18:56:19.000,12.0,,,,,,,,,,,,,, +435,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,,2014-10-08 17:47:24.000,2025-04-22 14:57:40.707000,2023-04-22 10:13:29,635.0,,863.0,122.0,161.0,136.0,340.0,3679.0,Pseudo API for Google Trends.,,,85.0,23,False,,2023-04-08 07:26:48.000,4.9.1,3.0,,860636.0,,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,860180.0,https://anaconda.org/conda-forge/pytrends,2025-04-22 14:57:40.707,29686.0,3.0,,,,,,,,,,,,,,,, +436,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,,640.0,125.0,100.0,67.0,150.0,3495.0,"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,16.0,,552.0,,,gerapy,https://pypi.org/project/gerapy,552.0,,,,3.0,,,,,,,,,,,,,,,, +437,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,,698.0,154.0,175.0,1.0,296.0,3285.0,Python Twitter API.,,,94.0,23,False,,2022-09-14 13:34:07.000,twitter-1.19.6,10.0,,30506.0,,,twitter,https://pypi.org/project/twitter,30506.0,,,,3.0,,,,,,,,,,,,,,,, +438,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.0,260.0,160.0,118.0,,3052.0,Python Client for Instagram API.,5.0,,52.0,23,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,2966.0,,,python-instagram,https://pypi.org/project/python-instagram,2966.0,,,,3.0,2015-07-22 15:56:56.000,5.0,,,,,,,,,,,,,, +439,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,,148.0,37.0,86.0,29.0,87.0,1970.0,"Awesome Django authorization, without the database.",,,34.0,23,True,['django'],2024-09-02 16:01:04.000,3.5.0,22.0,,458157.0,,,rules,https://pypi.org/project/rules,458157.0,,,,3.0,,,,,,,,,,,,,,,, +440,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.0,63.0,52.0,40.0,79.0,1593.0,An improbable web debugger through WebSockets.,258.0,249.0,22.0,23,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,7638.0,,,wdb,https://pypi.org/project/wdb,7638.0,,,,3.0,2019-09-16 09:25:54.000,9.0,,,,,,,,,,,,,, +441,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,,307.0,85.0,94.0,110.0,116.0,1166.0,Python Rest Testing.,128.0,128.0,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,3.0,,3958.0,,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2900.0,https://anaconda.org/conda-forge/pyresttest,2025-04-22 14:56:50.530,100523.0,3.0,,,,,,,,,,,,,,,, +442,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.0,35.0,156.0,72.0,288.0,1087.0,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,,104065.0,lqez/django-summernote,,django-summernote,https://pypi.org/project/django-summernote,104065.0,,,,3.0,2021-10-14 21:54:58.000,5.0,,,,,,,,,,,,,, +443,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,,2011-03-07 20:38:23.000,2024-10-14 12:11:01.000000,2024-10-14 12:11:00,924.0,,302.0,44.0,144.0,13.0,271.0,997.0,Media-Management with Grappelli.,1020.0,1020.0,37.0,23,False,['django'],,,,,18887.0,,,django-filebrowser,https://pypi.org/project/django-filebrowser,18887.0,,,,3.0,,,,,,,,,,,,,,,, +444,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.0,10.0,94.0,1.0,58.0,823.0,FastAPI-Login tries to provide similar functionality as Flask-Login does.,1134.0,1134.0,15.0,23,True,['fastapi'],2024-12-14 08:17:42.000,1.10.3,25.0,16.0,46985.0,maxrdu/fastapi_login,,fastapi_login,https://pypi.org/project/fastapi_login,46985.0,,,,3.0,,,,,,,,,,,,,,,, +445,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.0,18.0,57.0,15.0,27.0,400.0,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,,49766.0,,,django-stronghold,https://pypi.org/project/django-stronghold,49766.0,,,,3.0,2020-01-17 16:34:53.000,8.0,,,,,,,,,,,,,, +446,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,,95.0,14.0,47.0,20.0,41.0,346.0,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,,21935.0,,,http-parser,https://pypi.org/project/http-parser,21935.0,,,,3.0,2020-04-06 23:00:26.000,15.0,,,,,,,,,,,,,, +447,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,,36.0,9.0,40.0,5.0,15.0,303.0,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4152.0,4152.0,18.0,23,False,,,,,,572887.0,,,purl,https://pypi.org/project/purl,572887.0,,,,3.0,,,,,,,,,,,,,,,, +448,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,,2013-02-03 20:45:43.000,2025-04-22 14:56:26.258000,2019-10-18 01:30:15,123.0,,53.0,6.0,20.0,13.0,34.0,109.0,Python 3.3+s ipaddress for older Python versions.,40826.0,40826.0,7.0,23,False,,,,5.0,,7151814.0,,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,7143290.0,https://anaconda.org/conda-forge/ipaddress,2025-04-22 14:56:26.258,988869.0,3.0,,,,,,,,,,,,,,,, +449,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.0,12.0,214.0,26.0,61.0,84.0,Pyramid addon for OpenAPI3 validation of requests and responses.,125.0,125.0,28.0,23,True,"['pyramid', 'openapi']",2025-07-29 09:32:05.000,0.21.0,8.0,,51363.0,,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,51363.0,,,,3.0,2025-07-29 09:32:02.000,,,,,,,,,,,,,,, +450,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,,567.0,329.0,44.0,82.0,70.0,8557.0,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,125.0,125.0,23.0,22,False,,,,,,72.0,,,japronto,https://pypi.org/project/japronto,72.0,,,,3.0,,,,,,,,,,,,,,,, +451,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,,602.0,113.0,57.0,143.0,222.0,3249.0,A Python library to access Instagrams private API.,,,5.0,22,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,21325.0,,,instagram_private_api,https://pypi.org/project/instagram_private_api,21325.0,,,,3.0,,,,,,,,,,,,,,,, +452,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,,799.0,212.0,115.0,51.0,82.0,3010.0,"A fully tested, abstract interface to creating OAuth clients and servers.",,,42.0,22,False,,,,3.0,,31449.0,,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,25183.0,https://anaconda.org/conda-forge/python-oauth2,2025-04-22 14:56:38.881,93998.0,3.0,,,,,,,,,,,,,,,, +453,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,,2011-11-17 01:08:16.000,2026-02-22 04:48:44.000000,2026-02-22 04:48:40,566.0,1.0,154.0,31.0,59.0,36.0,86.0,2799.0,The easiest way to parse and modify URLs in Python.,,,16.0,22,False,,2025-03-09 05:50:44.000,2.1.4,16.0,,4763894.0,,conda-forge/furl,furl,https://pypi.org/project/furl,4751503.0,https://anaconda.org/conda-forge/furl,2025-04-22 14:56:38.781,731114.0,3.0,,,,,,,,,,,,,,,, +454,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.0,39.0,59.0,8.0,93.0,1743.0,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,430.0,,,ruia,https://pypi.org/project/ruia,430.0,,,,3.0,2021-05-07 01:36:59.000,11.0,,,,,,,,,,,,,, +455,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-03-16 19:03:50.000000,2026-01-19 19:40:02,364.0,1.0,202.0,51.0,257.0,17.0,49.0,1713.0,A Modular Penetration Testing Framework.,17.0,17.0,12.0,22,True,,2024-07-18 17:34:34.000,3.2.10,29.0,,1459.0,,,fsociety,https://pypi.org/project/fsociety,1459.0,,,,3.0,2022-05-01 02:06:45.000,,,,,,,,,,,,,,, +456,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.0,40.0,154.0,68.0,141.0,1691.0,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,,117.0,,,hyde,https://pypi.org/project/hyde,117.0,,,,3.0,2015-11-09 13:50:15.000,2.0,,,,,,,,,,,,,, +457,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.0,14.0,90.0,64.0,43.0,1683.0,A dynamic FastAPI router that automatically creates CRUD routes for your models.,6.0,,21.0,22,False,['fastapi'],2023-01-28 08:54:45.000,0.8.6,27.0,23.0,24443.0,,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,24443.0,,,,2.0,2023-01-28 08:46:00.463,6.0,,,,,,,,,,,,,, +458,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,,167.0,71.0,98.0,30.0,89.0,1601.0,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",,,42.0,22,False,,,,,,726921.0,,,rauth,https://pypi.org/project/rauth,726921.0,,,,3.0,,,,,,,,,,,,,,,, +459,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,,2010-07-30 01:38:27.000,2025-04-22 14:57:24.884000,2020-06-23 16:07:11,633.0,,95.0,41.0,51.0,30.0,53.0,1458.0,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1238.0,1238.0,20.0,22,False,,,,2.0,,8807.0,,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,8300.0,https://anaconda.org/conda-forge/meinheld,2025-04-22 14:57:24.884,36565.0,3.0,,,,,,,,,,,,,,,, +460,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,,135.0,29.0,72.0,39.0,28.0,1265.0,A drop-in replacement for Djangos runserver.,427.0,427.0,39.0,22,False,['django'],,,,,5375.0,,,django-devserver,https://pypi.org/project/django-devserver,5375.0,,,,3.0,,,,,,,,,,,,,,,, +461,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,,144.0,59.0,243.0,41.0,194.0,1188.0,"Extendable, adaptable rewrite of django.contrib.admin.",30.0,30.0,50.0,22,False,['django'],2017-01-10 17:44:35.000,0.7.1,2.0,,43.0,,,django-admin2,https://pypi.org/project/django-admin2,43.0,,,,3.0,,,,,,,,,,,,,,,, +462,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,2.0,148.0,28.0,124.0,48.0,108.0,1052.0,livereload server in python.,,,61.0,22,True,,2024-12-18 13:42:31.000,2.7.1,10.0,,823631.0,,conda-forge/livereload,livereload,https://pypi.org/project/livereload,812061.0,https://anaconda.org/conda-forge/livereload,2025-04-22 14:56:22.067,809966.0,3.0,,,,,,,,,,,,,,,, +463,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.0,36.0,89.0,2.0,41.0,988.0,Beautifully simple class-based views.,763.0,763.0,31.0,22,False,['django'],,,,,17227.0,,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,17227.0,,,,3.0,,,,,,,,,,,,,,,, +464,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,,2019-10-08 12:49:08.000,2026-04-14 08:29:15.000000,2026-04-14 08:29:12,495.0,40.0,103.0,12.0,427.0,15.0,145.0,981.0,Object factory for Django.,,,66.0,22,False,['django'],2026-03-27 09:28:13.000,1.23.4,45.0,,1694856.0,,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,1694323.0,https://anaconda.org/conda-forge/model_bakery,2025-04-22 14:57:22.717,38976.0,3.0,,,,,,,,,,,,,,,, +465,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-08 07:27:00.000000,2025-12-02 17:43:20,1695.0,,163.0,17.0,351.0,58.0,145.0,829.0,Automatically monitor the evolving performance of Flask/Python web services.,,,48.0,22,True,['flask'],2020-02-28 12:28:49.000,3.0.7,7.0,,17876.0,,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,17876.0,,,,3.0,,,,,,,,,,,,,,,, +466,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,20.0,58.0,7.0,254.0,20.0,108.0,796.0,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,690.0,338.0,fastapi-mvc/fastapi-mvc,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,326.0,,,,2.0,2026-02-11 19:07:12.000,,,,,,,,,,,,,,, +467,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,,161.0,7.0,39.0,40.0,109.0,686.0,Prometheus exporter for Flask applications.,,,29.0,22,False,['flask'],,,32.0,,3326543.0,,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,3294536.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2025-04-22 14:57:19.448,2208501.0,3.0,,,,,,,,,,,,,,,, +468,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-13 21:11:12.000000,2025-01-07 05:26:45,372.0,,88.0,10.0,118.0,13.0,71.0,500.0,A set of pytest fixtures to test Flask applications.,,,38.0,22,False,['flask'],2023-10-23 14:53:24.000,1.3.0,11.0,17.0,1424736.0,,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,1422454.0,https://anaconda.org/conda-forge/pytest-flask,2025-04-22 14:56:38.362,148387.0,3.0,,,,,,,,,,,,,,,, +469,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.0,12.0,50.0,16.0,100.0,480.0,Load Testing Tool.,160.0,154.0,17.0,22,False,,2017-03-22 08:05:08.000,0.6.2,21.0,,217566.0,tarekziade/molotov,,molotov,https://pypi.org/project/molotov,217566.0,,,,3.0,2022-10-21 18:37:01.226,6.0,,,,,,,,,,,,,, +470,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.0,14.0,155.0,4.0,144.0,350.0,"Strong, Simple, and Precise security for Flask APIs (using jwt).",455.0,453.0,27.0,22,True,['flask'],2025-08-19 01:56:49.000,1.6.2,51.0,,5197.0,,,flask-praetorian,https://pypi.org/project/flask-praetorian,5197.0,,,,3.0,2025-08-19 01:56:49.000,2.0,,,,,,,,,,,,,, +471,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,4.0,49.0,11.0,225.0,4.0,90.0,309.0,"a socket mock framework - for all kinds of socket animals, web-clients included.",,,33.0,22,True,,2026-02-22 21:48:47.000,3.14.1,93.0,,85580.0,,,mocket,https://pypi.org/project/mocket,85580.0,,,,3.0,,,,,,,,,,,,,,,, +472,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,,2013-05-14 16:52:08.000,2026-04-14 05:47:28.000000,2026-04-14 05:47:26,294.0,6.0,37.0,10.0,112.0,5.0,29.0,246.0,URI template parsing per RFC6570.,,,22.0,22,False,,2025-06-02 15:11:27.000,4.2.0,6.0,5.0,136931037.0,,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,136800101.0,https://anaconda.org/conda-forge/uritemplate,2025-06-02 19:27:26.762,7070593.0,3.0,,,,,,,,,,,,,,,, +473,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,,2017-03-01 16:12:44.000,2026-03-30 16:40:41.000000,2026-01-10 17:51:41,3466.0,,53.0,180.0,992.0,52.0,169.0,208.0,Python AsyncIO data API to manage billions of resources.,143.0,143.0,54.0,22,False,,,,,,5300.0,,,guillotina,https://pypi.org/project/guillotina,5300.0,,,,3.0,,,,,,,,,,,,,,,, +474,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,,2011-12-06 18:51:00.000,2025-09-04 15:46:45.000000,2024-07-29 14:03:22,213.0,,52.0,6.0,94.0,16.0,45.0,196.0,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2812.0,2812.0,34.0,22,False,['flask'],,,8.0,,87047.0,,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,84713.0,https://anaconda.org/conda-forge/flask-seasurf,2025-04-22 14:56:27.624,151710.0,3.0,,,,,,,,,,,,,,,, +475,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-04-16 11:02:09.000000,2026-04-14 22:51:18,2218.0,67.0,19.0,2.0,1543.0,8.0,33.0,188.0,A tool to automatically fix Django deprecations.,5.0,5.0,23.0,22,True,['django'],2026-01-07 10:04:20.000,2.4.5,100.0,1371.0,1869.0,,,django-codemod,https://pypi.org/project/django-codemod,1850.0,,,,3.0,,,,,,,,,,,,,,,, +476,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,5.0,1578.0,541.0,104.0,47.0,386.0,18713.0,Offensive Google framework.,,,37.0,21,False,,2024-06-06 01:54:02.000,2.2.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +477,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,465.0,204.0,35.0,47.0,28.0,6523.0,Real-time metrics for nginx server.,40.0,40.0,10.0,21,True,,,,2.0,,4573.0,,,ngxtop,https://pypi.org/project/ngxtop,4573.0,,,,3.0,,,,,,,,,,,,,,,, +478,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,,503.0,205.0,336.0,373.0,483.0,4195.0,"Lightweight, scriptable browser as a service with an HTTP API.",,,62.0,21,False,,,,,,498.0,,,splash,https://pypi.org/project/splash,498.0,,,,3.0,,,,,,,,,,,,,,,, +479,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.0,139.0,34.0,102.0,80.0,4139.0,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,,4786.0,,,proxybroker,https://pypi.org/project/proxybroker,4786.0,,,,3.0,2019-03-12 19:47:46.000,6.0,,,,,,,,,,,,,, +480,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,,2017-08-28 16:39:17.000,2025-04-22 14:57:00.898000,2020-05-08 09:48:22,788.0,,361.0,97.0,73.0,133.0,100.0,3555.0,Headless chrome/chromium automation library (unofficial port of puppeteer).,,,24.0,21,False,,,,5.0,,1856210.0,,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,1849868.0,https://anaconda.org/conda-forge/pyppeteer,2025-04-22 14:57:00.898,424969.0,3.0,,,,,,,,,,,,,,,, +481,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,,353.0,86.0,118.0,,,1909.0,Alexa Skills Kit for Python.,810.0,810.0,40.0,21,False,['flask'],,,,,201.0,,,flask-ask,https://pypi.org/project/flask-ask,201.0,,,,3.0,,,,,,,,,,,,,,,, +482,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,,516.0,78.0,182.0,103.0,335.0,1419.0,Facebook open graph api implementation using the Django web framework in python.,,,89.0,21,False,,,,,,5967.0,,,django-facebook,https://pypi.org/project/django-facebook,5967.0,,,,3.0,,,,,,,,,,,,,,,, +483,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.0,20.0,492.0,20.0,131.0,859.0,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,,6523.0,,,tartiflette,https://pypi.org/project/tartiflette,6523.0,,,,3.0,2021-11-15 11:05:00.000,22.0,,,,,,,,,,,,,, +484,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,,112.0,32.0,105.0,20.0,33.0,750.0,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,,,34.0,21,False,,,,8.0,,1118335.0,,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,1111685.0,https://anaconda.org/conda-forge/opentracing,2025-10-13 13:52:59.062,438919.0,3.0,,,,,,,,,,,,,,,, +485,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,,103.0,20.0,62.0,75.0,44.0,330.0,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,,6609.0,,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,6609.0,,,,3.0,2020-11-16 13:18:58.000,,,,,,,,,,,,,,, +486,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-13 20:48:51.000000,2026-03-16 15:59:25,768.0,10.0,60.0,13.0,641.0,2.0,98.0,294.0,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,8.0,234.0,148.0,,,rpc,https://pypi.org/project/rpc,144.0,,,,3.0,,,,,,,,,,,,,,,, +487,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.0,9.0,32.0,20.0,55.0,293.0,"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,93023.0,,conda-forge/mailer,mailer,https://pypi.org/project/mailer,91378.0,https://anaconda.org/conda-forge/mailer,2025-08-28 14:55:58.010,108500.0,3.0,2015-04-22 03:10:28.000,7.0,,,,,,,,,,,,,, +488,Flask-Excel,pyexcel-webwares/Flask-Excel,flask-utils,,https://github.com/pyexcel-webwares/Flask-Excel,https://github.com/pyexcel-webwares/Flask-Excel,,2015-01-21 19:55:07.000,2020-11-10 23:13:19.000000,2020-11-10 23:13:13,233.0,,84.0,9.0,9.0,9.0,42.0,264.0,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1363.0,1363.0,8.0,21,False,,2017-07-20 02:39:57.000,0.0.7,7.0,20.0,15947.0,,,flask-excel,https://pypi.org/project/flask-excel,15947.0,,,,3.0,,,,,,,,,,,,,,,, +489,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,,76.0,12.0,108.0,21.0,34.0,251.0,Simplifying third-party authentication for web applications.,825.0,825.0,43.0,21,False,,,,,,10433.0,,,velruse,https://pypi.org/project/velruse,10433.0,,,,3.0,,,,,,,,,,,,,,,, +490,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,,79.0,11.0,53.0,12.0,34.0,199.0,Seamlessly serve your static assets of your Flask app from Amazon S3.,537.0,537.0,26.0,21,False,,2015-12-03 16:31:38.000,0.2.8,1.0,51.0,18157.0,,,flask-s3,https://pypi.org/project/flask-s3,18157.0,,,,3.0,,,,,,,,,,,,,,,, +491,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,,37.0,109.0,82.0,18.0,35.0,196.0,Modern robots.txt Parser for Python.,203.0,203.0,24.0,21,False,,,,,,1625.0,,,reppy,https://pypi.org/project/reppy,1625.0,,,,3.0,,,,,,,,,,,,,,,, +492,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.0,12.0,14.0,10.0,6.0,156.0,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,,534532.0,,,python-graphql-client,https://pypi.org/project/python-graphql-client,534532.0,,,,3.0,2021-03-04 21:32:03.000,101.0,,,,,,,,,,,,,, +493,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,2024-02-29 21:10:39.000000,2024-02-29 21:10:38,72.0,,43.0,9.0,31.0,9.0,22.0,138.0,OpenTracing instrumentation for the Flask microframework.,548.0,548.0,16.0,21,False,['flask'],2019-04-28 20:09:48.000,1.0.0,3.0,,155982.0,,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,155982.0,,,,3.0,,,,,,,,,,,,,,,, +494,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,,35.0,7.0,24.0,8.0,19.0,115.0,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,7858.0,7858.0,12.0,21,False,,2023-02-07 09:46:17.000,0.8.1,13.0,,287018.0,,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,286476.0,https://anaconda.org/conda-forge/markdown-include,2025-04-22 14:57:38.757,35236.0,3.0,,,,,,,,,,,,,,,, +495,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.0,14.0,60.0,13.0,33.0,51.0,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,,66722.0,,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,66722.0,,,,3.0,2016-12-13 20:51:40.258,28.0,,,,,,,,,,,,,, +496,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,,552.0,142.0,270.0,150.0,298.0,5669.0,"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,128.0,1.0,,,,,,,,,3.0,,,,,,,,,,,,,,,, +497,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,,298.0,246.0,103.0,,,5600.0,"Fast, asynchronous and elegant Python web framework.",115.0,115.0,28.0,20,False,,,,,,429.0,,,vibora,https://pypi.org/project/vibora,429.0,,,,3.0,,,,,,,,,,,,,,,, +498,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,,2014-01-29 18:42:20.000,2026-02-04 20:48:24.000000,2026-02-04 20:48:24,965.0,2.0,340.0,70.0,342.0,83.0,433.0,3037.0,"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,20,False,,,,,,5342.0,,,urlwatch,https://pypi.org/project/urlwatch,5342.0,,,,3.0,,,,,,,,,,,,,,,, +499,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-04-13 17:00:17.000000,2020-12-21 15:15:51,250.0,,211.0,56.0,371.0,38.0,54.0,2043.0,Automatically generate a RESTful API service for your legacy database. No code required!.,30.0,30.0,23.0,20,False,,,,,,138.0,,,sandman2,https://pypi.org/project/sandman2,138.0,,,,3.0,,,,,,,,,,,,,,,, +500,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.0,87.0,41.0,60.0,11.0,1794.0,A Pythonic interface for Google Mail.,8.0,,14.0,20,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,15619.0,,,gmail,https://pypi.org/project/gmail,15619.0,,,,3.0,2017-08-07 19:59:52.000,8.0,,,,,,,,,,,,,, +501,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,,53.0,22.0,83.0,11.0,20.0,1323.0,"Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-..",62.0,62.0,14.0,20,True,,2025-09-16 13:07:18.000,0.5.8,21.0,,655.0,,,ucall,https://pypi.org/project/ucall,655.0,,,,3.0,,,,,,,,,,,,,,,, +502,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-04-16 03:45:02.000000,2026-04-16 03:43:33,367.0,69.0,224.0,14.0,110.0,30.0,98.0,1288.0,"Precision documentation from OpenAPI, MCP, Doxygen, and Markdown guides. Static HTML you own.",3.0,3.0,41.0,20,True,['openapi'],,,,,944.0,sourcey/sourcey,,,,,,,,3.0,,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,944.0,,,,,,,,, +503,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,,73.0,35.0,44.0,17.0,22.0,936.0,HTTP security headers for Flask.,,,19.0,20,False,['flask'],2019-05-28 19:35:00.000,0.7.0,6.0,,2359366.0,,,flask-talisman,https://pypi.org/project/flask-talisman,2359366.0,,,,3.0,,,,,,,,,,,,,,,, +504,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.0,16.0,27.0,16.0,33.0,769.0,"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,,7529.0,,,gazpacho,https://pypi.org/project/gazpacho,7529.0,,,,3.0,2020-10-09 12:50:18.000,16.0,,,,,,,,,,,,,, +505,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,,2013-03-19 23:35:33.000,2023-09-29 20:58:48.000000,2020-10-28 12:00:08,102.0,,49.0,12.0,41.0,11.0,16.0,472.0,A mocking library for requests.,3095.0,3095.0,29.0,20,False,,,,,,2946067.0,,,httmock,https://pypi.org/project/httmock,2946067.0,,,,3.0,,,,,,,,,,,,,,,, +506,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.0,1.0,53.0,7.0,46.0,412.0,Prometheus exporter for Starlette and FastAPI.,,,26.0,20,False,['fastapi'],2024-06-26 04:06:52.000,0.23.0,28.0,,1726747.0,,,starlette_exporter,https://pypi.org/project/starlette_exporter,1726747.0,,,,3.0,,,,,,,,,,,,,,,, +507,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-05-20 15:57:03.000000,2024-02-05 13:55:53,72.0,,32.0,3.0,26.0,11.0,18.0,378.0,Prometheus integration for Starlette.,455.0,455.0,17.0,20,False,['fastapi'],2022-01-10 15:27:16.000,0.9.0,2.0,48.0,284803.0,,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,284803.0,,,,3.0,,,,,,,,,,,,,,,, +508,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,,33.0,6.0,30.0,7.0,41.0,372.0,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,20,False,['django'],,,,,10913.0,,,django-smuggler,https://pypi.org/project/django-smuggler,10913.0,,,,3.0,,,,,,,,,,,,,,,, +509,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,,20.0,3.0,8.0,9.0,3.0,306.0,FastAPI simple cache.,363.0,359.0,7.0,20,False,['fastapi'],2021-02-12 14:58:56.000,0.1.0,6.0,,10223.0,,,fastapi_cache,https://pypi.org/project/fastapi_cache,10223.0,,,,3.0,2021-02-12 14:58:56.000,4.0,,,,,,,,,,,,,, +510,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.0,4.0,40.0,9.0,14.0,161.0,A framework-agnostic library for testing ASGI web applications.,936.0,936.0,14.0,20,False,,,,,,242278.0,,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,242278.0,,,,3.0,,,,,,,,,,,,,,,, +511,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.0,5.0,13.0,32.0,5.0,142.0,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,,49858.0,,,flask-ngrok,https://pypi.org/project/flask-ngrok,49858.0,,,,3.0,2018-09-09 19:48:38.000,15.0,,,,,,,,,,,,,, +512,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.0,34.0,62.0,1.0,31.0,94.0,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,,5088.0,,,lambdarest,https://pypi.org/project/lambdarest,5088.0,,,,3.0,2023-03-08 12:15:00.843,,,,,,,,,,,,,,, +513,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,,709.0,118.0,33.0,,67.0,7141.0,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",,,8.0,19,True,,2022-07-17 17:19:48.000,1.1.14,15.0,,1190.0,,,autoscraper,https://pypi.org/project/autoscraper,1190.0,,,,3.0,,,,,,,,,,,,,,,, +514,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,,2012-07-23 11:05:58.000,2026-03-27 09:51:28.000000,2025-03-12 14:32:59,3800.0,,266.0,86.0,733.0,73.0,109.0,2582.0,Load and performance benchmark tool.,,,119.0,19,False,,2020-10-30 13:36:50.000,Python2,20.0,,199.0,,,yandextank,https://pypi.org/project/yandextank,199.0,,,,3.0,,,,,,,,,,,,,,,, +515,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,2.0,217.0,67.0,47.0,7.0,35.0,2104.0,Tool to scan for secret files on HTTP servers.,8.0,8.0,17.0,19,False,,2025-09-08 13:55:08.000,0.0.14,1.0,,1205.0,,,snallygaster,https://pypi.org/project/snallygaster,1205.0,,,,3.0,,,,,,,,,,,,,,,, +516,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,,2011-04-18 22:38:56.000,2022-04-04 10:53:21.000000,2019-11-28 10:27:42,205.0,,264.0,116.0,71.0,26.0,27.0,1887.0,A pure-python HTML screen-scraping library.,151.0,151.0,25.0,19,False,,,,,,604.0,,,scrapely,https://pypi.org/project/scrapely,604.0,,,,3.0,,,,,,,,,,,,,,,, +517,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.0,30.0,631.0,65.0,54.0,1518.0,A toolkit for developing and deploying serverless Python code in AWS Lambda.,,,48.0,19,False,,,,,,7015.0,,,python-lambda,https://pypi.org/project/python-lambda,7015.0,,,,3.0,,,,,,,,,,,,,,,, +518,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.0,161.0,3.0,16.0,52.0,1505.0,A high-level distributed crawling framework.,,,4.0,19,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,40.0,,,cola,https://pypi.org/project/cola,40.0,,,,3.0,2016-03-31 04:19:26.000,,,,,,,,,,,,,,, +519,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,,396.0,30.0,136.0,31.0,97.0,1051.0,Simple yet powerful authorization / authentication client library for Python web applications.,,,49.0,19,True,,,,,,3934.0,,,authomatic,https://pypi.org/project/authomatic,3934.0,,,,3.0,,,,,,,,,,,,,,,, +520,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,,163.0,55.0,86.0,23.0,42.0,1023.0,A Django app to accept payments from various payment processors via Pluggable backends.,34.0,34.0,49.0,19,False,['django'],,,4.0,,62.0,,,django-merchant,https://pypi.org/project/django-merchant,62.0,,,,3.0,,,,,,,,,,,,,,,, +521,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,,,,146.0,,,,,952.0,A toolbar overlay for debugging Flask applications.,78.0,,,19,True,['flask'],2024-09-28 14:55:33.000,0.16.0,31.0,,1174359.0,,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,1171636.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2025-04-22 14:56:27.983,179747.0,3.0,2024-09-28 14:55:33.000,78.0,,,,,,,,,,,,,, +522,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.0,19.0,46.0,12.0,29.0,629.0,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,,841.0,,,lassie,https://pypi.org/project/lassie,841.0,,,,3.0,2021-08-20 14:34:18.000,3.0,,,,,,,,,,,,,, +523,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.0,47.0,82.0,24.0,38.0,521.0,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,,138.0,,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,138.0,,,,3.0,2019-08-26 10:51:10.000,,,,,,,,,,,,,,, +524,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.0,39.0,382.0,51.0,167.0,412.0,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",233.0,233.0,66.0,19,False,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +525,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-04-16 14:22:07.000000,2026-03-24 22:14:53,527.0,5.0,16.0,7.0,73.0,8.0,115.0,288.0,Fire up your models with the flame.,16.0,16.0,9.0,19,True,,2026-03-24 22:17:13.000,1.12.4,45.0,682.0,445.0,vortico/flama,,flama,https://pypi.org/project/flama,436.0,,,,3.0,,,,,,,,,,,,,,,, +526,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,,749.0,76.0,2239.0,3.0,181.0,4729.0,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,78.0,18,True,['flask'],,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +527,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.0,75.0,84.0,6.0,49.0,3554.0,Every web site provides APIs.,21.0,21.0,12.0,18,False,,,,,,145.0,elliotgao2/toapi,,toapi,https://pypi.org/project/toapi,145.0,,,,3.0,,,,,,,,,,,,,,,, +528,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.0,96.0,85.0,50.0,112.0,3288.0,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,,128.0,,,flask_jsondash,https://pypi.org/project/flask_jsondash,128.0,,,,3.0,2017-06-13 18:53:34.000,,,,,,,,,,,,,,, +529,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,,91.0,10.0,110.0,38.0,49.0,955.0,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",,,43.0,18,False,"['flask', 'django']",,,,,211291.0,,,mixer,https://pypi.org/project/mixer,211291.0,,,,3.0,,,,,,,,,,,,,,,, +530,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,,139.0,8.0,26.0,47.0,36.0,827.0,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",,,4.0,18,False,['fastapi'],2020-11-06 11:15:11.000,0.5.0,5.0,,71857.0,,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,71857.0,,,,3.0,,,,,,,,,,,,,,,, +531,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.0,11.0,27.0,10.0,13.0,756.0,Adds simple SQLAlchemy support to FastAPI.,3.0,3.0,10.0,18,False,['fastapi'],2020-09-25 16:25:49.000,0.2.1,5.0,,108586.0,,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,108586.0,,,,3.0,,,,,,,,,,,,,,,, +532,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,,25.0,2.0,9.0,3.0,14.0,615.0,FastAPI framework plugins.,115.0,115.0,3.0,18,True,['fastapi'],2025-07-09 21:05:58.000,0.14.0,13.0,,17930.0,,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,17930.0,,,,3.0,,,,,,,,,,,,,,,, +533,tornadio2,mrjoes/tornadio2,websocket,,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011-09-28 10:15:54.000,2020-08-16 16:25:21.000000,2013-08-25 06:52:07,143.0,,105.0,29.0,25.0,9.0,46.0,521.0,Python socket.io server implementation on top of Tornado framework.,210.0,210.0,15.0,18,False,,,,,,779.0,,,tornadio2,https://pypi.org/project/tornadio2,779.0,,,,3.0,,,,,,,,,,,,,,,, +534,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.0,37.0,99.0,16.0,120.0,486.0,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,144.0,,,golem-framework,https://pypi.org/project/golem-framework,144.0,,,,3.0,2021-07-30 15:31:26.000,1.0,,,,,,,,,,,,,, +535,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,,2019-06-20 00:49:40.000,2026-01-13 19:47:16.000000,2025-01-14 01:38:22,276.0,,44.0,6.0,67.0,14.0,33.0,246.0,Integrate GraphQL with your Pydantic models.,,,24.0,18,False,['graphql'],2022-01-25 16:40:44.000,0.2.0,5.0,,350842.0,,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,350842.0,,,,3.0,,,,,,,,,,,,,,,, +536,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,,2014-12-12 14:46:59.000,2026-01-16 16:16:51.000000,2026-01-16 16:16:44,820.0,,36.0,6.0,191.0,23.0,132.0,154.0,Declarative HTTP Testing for Python and anything else.,,,30.0,18,False,,2026-01-16 16:13:48.000,4.2.0,7.0,52.0,20981.0,,,gabbi,https://pypi.org/project/gabbi,20981.0,,,,3.0,,,,,,,,,,,,,,,, +537,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.0,15.0,51.0,3.0,33.0,107.0,Asyncio http mocking. Similar to the responses library used for requests.,744.0,744.0,15.0,18,False,,,,,,102977.0,,,aresponses,https://pypi.org/project/aresponses,102977.0,,,,3.0,,,,,,,,,,,,,,,, +538,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.0,,,420.0,,6873.0,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,,10.0,,,instagram-scraper,https://pypi.org/project/instagram-scraper,10.0,,,,3.0,2024-02-20 07:37:04.000,12.0,17.0,,,,,,,,,,,,, +539,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.0,45.0,140.0,24.0,41.0,2581.0,"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,,,,,,,,,,,,,,,, +540,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,,146.0,39.0,25.0,27.0,33.0,1730.0,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,,,13.0,17,False,['flask'],,,,,43359.0,,,flask-sockets,https://pypi.org/project/flask-sockets,43359.0,,,,3.0,,,,,,,,,,,,,,,, +541,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,,60.0,6.0,33.0,27.0,17.0,847.0,api versioning for fastapi web applications.,,,16.0,17,False,['fastapi'],2021-02-10 13:27:05.000,0.8.0,2.0,,76637.0,,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,76637.0,,,,3.0,,,,,,,,,,,,,,,, +542,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.0,7.0,157.0,5.0,23.0,741.0,Opinionated set of utilities on top of FastAPI.,,,12.0,17,False,['fastapi'],2021-06-03 13:58:16.000,0.2.11,2.0,,21253.0,,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,21253.0,,,,3.0,,,,,,,,,,,,,,,, +543,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,37.0,16.0,8.0,1.0,26.0,700.0,Fast C based HTML 5 parsing for python.,,,7.0,17,True,,,,,,12766.0,,,html5-parser,https://pypi.org/project/html5-parser,12766.0,,,,3.0,,,,,,,,,,,,,,,, +544,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,,30.0,3.0,16.0,20.0,16.0,424.0,Easily integrate socket.io with your FastAPI app.,,,7.0,17,False,['fastapi'],2023-03-03 08:41:06.000,0.0.10,14.0,,100273.0,,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,100273.0,,,,3.0,,,,,,,,,,,,,,,, +545,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.0,6.0,13.0,6.0,46.0,225.0,Full text search for flask.,618.0,618.0,4.0,17,False,['flask'],,,,,458.0,,,flask-msearch,https://pypi.org/project/flask-msearch,458.0,,,,3.0,,,,,,,,,,,,,,,, +546,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:55:37.000000,2023-11-13 07:55:27,169.0,,29.0,9.0,8.0,,17.0,222.0,Python module for generating and verifying JSON Web Tokens.,,,5.0,17,False,,,,,,493789.0,,,python-jwt,https://pypi.org/project/python-jwt,493789.0,,,,3.0,,,,,,,,,,,,,,,, +547,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,2025-08-09 17:32:28.000000,2025-08-09 17:32:26,112.0,,39.0,9.0,22.0,3.0,18.0,205.0,Simple Login - Login Extension for Flask.,139.0,139.0,12.0,17,True,['flask'],,,,,42754.0,,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,42754.0,,,,3.0,,,,,,,,,,,,,,,, +548,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,,2011-07-23 02:21:03.000,2025-11-20 19:05:34.000000,2024-02-05 03:35:38,1210.0,,77.0,11.0,218.0,39.0,139.0,96.0,Pyramid debug toolbar.,,,70.0,17,False,['pyramid'],,,1.0,,1949516.0,,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,1949375.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2025-04-22 14:57:47.760,8631.0,3.0,,,,,,,,,,,,,,,, +549,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.0,14.0,113.0,5.0,56.0,71.0,Jinja2 templating system bindings for the Pyramid web framework.,,,51.0,17,False,['pyramid'],,,3.0,,1930539.0,,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,1930525.0,https://anaconda.org/anaconda/pyramid_jinja2,2025-04-22 15:32:19.383,1841.0,1.0,,,,,,,,,,,,,,,,BSD-based +550,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.0,6.0,15.0,5.0,13.0,63.0,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,328.0,328.0,7.0,17,False,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,2954.0,rscarrera27/Flask-GraphQL-Auth,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2954.0,,,,3.0,2021-04-19 04:19:08.000,,,,,,,,,,,,,,, +551,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.0,11.0,149.0,,,62.0,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,,10453.0,Yelp/pyramid_swagger,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,10453.0,,,,3.0,2024-05-08 20:50:15.000,,,,,,,,,,,,,,, +552,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.0,8.0,248.0,16.0,15.0,62.0,"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,,1870.0,,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,1870.0,,,,3.0,2021-11-15 10:02:16.000,4.0,,,,,,,,,,,,,, +553,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,,4.0,,1.0,,,29.0,Quart is a Python ASGI web microframework with the same API as Flask.,,,68.0,17,False,,,,28.0,,2693635.0,,conda-forge/quart,quart,https://pypi.org/project/quart,2691696.0,https://anaconda.org/conda-forge/quart,2025-04-22 14:56:59.887,137714.0,3.0,,,,,,,,,,,,,,,, +554,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,,274.0,201.0,24.0,30.0,29.0,4046.0,A testing system for catching visual regressions in Web applications.,,,7.0,16,False,,,,,,25.0,,,huxley,https://pypi.org/project/huxley,25.0,,,,3.0,,,,,,,,,,,,,,,, +555,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.0,,,108.0,,2145.0,"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,,256.0,,,igramscraper,https://pypi.org/project/igramscraper,256.0,,,,3.0,2020-05-25 18:11:03.000,2.0,14.0,,,,,,,,,,,,, +556,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,,40.0,22.0,19.0,2.0,19.0,506.0,Extract data from websites using basic statistical magic.,22.0,22.0,3.0,16,False,,,,,,179.0,,,libextract,https://pypi.org/project/libextract,179.0,,,,3.0,,,,,,,,,,,,,,,, +557,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,18.0,16.0,2.0,91.0,,119.0,213.0,The Batteries-Detachable Web Framework.,,,13.0,16,True,,2024-05-26 19:22:30.000,1.0.0-alpha10,10.0,,676.0,,,view.py,https://pypi.org/project/view.py,676.0,,,,3.0,2024-05-26 19:36:56.000,,,,,,,,,,,,,,, +558,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,,58.0,12.0,56.0,15.0,34.0,106.0,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,,,25.0,16,False,['pyramid'],,,,,8816.0,,,pyramid_celery,https://pypi.org/project/pyramid_celery,8816.0,,,,3.0,,,,,,,,,,,,,,,, +559,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.0,79.0,25.0,24.0,17.0,4481.0,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,,7683.0,,,,,,,,,3.0,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,14.0,545526.0,,, +560,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,,405.0,85.0,76.0,50.0,36.0,2644.0,Automated Security Testing For REST APIs.,,,13.0,15,False,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +561,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.0,16.0,23.0,5.0,18.0,607.0,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,,39.0,,,Flask-State,https://pypi.org/project/Flask-State,39.0,,,,3.0,2021-06-18 07:47:50.000,,,,,,,,,,,,,,, +562,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,,72.0,13.0,28.0,10.0,2.0,233.0,A python module to parse the Open Graph Protocol.,111.0,111.0,8.0,15,False,,,,,,2018.0,,,opengraph,https://pypi.org/project/opengraph,2018.0,,,,3.0,,,,,,,,,,,,,,,, +563,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,,15.0,6.0,139.0,6.0,43.0,99.0,ASGI support for the Tartiflette GraphQL engine.,23.0,23.0,15.0,15,False,['graphql'],2022-05-13 14:47:44.000,0.12.0,1.0,,1025.0,,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,1025.0,,,,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.0,41.0,8.0,24.0,40.0,849.0,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,14,False,['django'],,,1.0,,17.0,,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,17.0,,,,3.0,2014-02-24 14:31:35.000,,,,,,,,,,,,,,,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.0,19.0,3.0,5.0,11.0,689.0,A micro web-framework using asyncio coroutines and chained middleware.,,,5.0,14,False,,2016-10-16 15:29:10.000,0.8.0,10.0,,67.0,,,growler,https://pypi.org/project/growler,67.0,,,,3.0,2016-10-16 15:29:10.000,,,,,,,,,,,,,,, +566,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,,50.0,13.0,10.0,9.0,3.0,658.0,row level security for FastAPI framework.,,,1.0,14,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,24463.0,,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,24463.0,,,,3.0,2020-10-05 14:18:40.000,,,,,,,,,,,,,,, +567,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.0,6.0,20.0,9.0,8.0,431.0,FastAPI client generator.,396.0,396.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +568,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,,2013-05-18 10:18:28.000,2022-10-09 23:59:25.000000,2022-10-09 23:59:25,738.0,,77.0,25.0,54.0,20.0,46.0,304.0,Python blogging engine.,,,39.0,14,False,,,,,,254.0,,,tinkerer,https://pypi.org/project/tinkerer,254.0,,,,3.0,,,,,,,,,,,,,,,, +569,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,27.0,11.0,77.0,5.0,20.0,95.0,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",,,20.0,14,True,['pyramid'],,,,,9899.0,,,apex,https://pypi.org/project/apex,9899.0,,,,3.0,,,,,,,,,,,,,,,, +570,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,,29.0,6.0,34.0,11.0,20.0,75.0,JWT authentication for Pyramid.,,,12.0,14,False,['pyramid'],2020-10-09 08:00:32.000,1.6.1,4.0,,7017.0,,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,7017.0,,,,3.0,,,,,,,,,,,,,,,, +571,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.0,72.0,5.0,8.0,3.0,2254.0,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,,,,,,,,,,,,,,,, +572,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,,2013-05-07 11:29:42.000,2025-03-27 15:12:27.000000,2025-03-27 15:11:05,467.0,,70.0,19.0,75.0,,,662.0,Moved to Codeberg.,,,15.0,13,False,,2019-12-31 19:27:38.000,3.2.0,3.0,156.0,719.0,,,salmon-mail,https://pypi.org/project/salmon-mail,717.0,,,,3.0,,,,,,,,,,,,,,,, +573,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.0,8.0,455.0,216.0,3.0,212.0,"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,60.0,,,transistor,https://pypi.org/project/transistor,59.0,,,,3.0,2020-08-03 20:12:39.000,,,,,,,,,,,,,,, +574,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,,2012-03-06 17:53:29.000,2025-04-22 14:56:52.700000,2019-08-14 04:58:34,139.0,,49.0,9.0,5.0,1.0,4.0,211.0,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",,,6.0,13,False,['flask'],,,1.0,,433352.0,,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,433114.0,https://anaconda.org/conda-forge/flask-bootstrap,2025-04-22 14:56:52.700,22134.0,3.0,,,-9.0,,,,,,,,,,,,, +575,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.0,4.0,54.0,14.0,60.0,154.0,Easy file uploads for Flask.,,,7.0,13,False,['flask'],2021-12-07 13:25:00.000,02.1,5.0,,96.0,,,flask-file-upload,https://pypi.org/project/flask-file-upload,96.0,,,,3.0,,,,,,,,,,,,,,,, +576,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.0,,,,,1979.0,Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP].,1.0,,,12,True,,2017-06-19 01:18:41.000,0.1.4,5.0,,143.0,,,gain,https://pypi.org/project/gain,143.0,,,,3.0,2017-06-19 01:18:41.000,1.0,,,,,,,,,,,,,, +577,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.0,9.0,6.0,4.0,2.0,147.0,Generate a Postman collection from your Flask application.,28.0,28.0,5.0,12,False,['flask'],,,,,3592.0,,,flask2postman,https://pypi.org/project/flask2postman,3592.0,,,,3.0,,,,,,,,,,,,,,,, +578,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.0,12.0,16.0,,5.0,82.0,A service layer for pyramid.,,,7.0,12,False,['pyramid'],,,,,34257.0,,,pyramid_services,https://pypi.org/project/pyramid_services,34257.0,,,,3.0,,,,,,,,,,,,,,,, +579,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.0,9.0,6.0,,5.0,312.0,A universal package of scraper scripts for humans.,2.0,2.0,4.0,11,False,,,,,,85.0,,,scrapera,https://pypi.org/project/scrapera,85.0,,,,3.0,,,,,,,,,,,,,,,, +580,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.0,6.0,23.0,1.0,4.0,202.0,Simplifies class-based views for more organized and maintainable code in FastAPI.,,,2.0,11,False,['fastapi'],2021-11-21 10:59:38.000,1.2.6,9.0,,42.0,yezz123/fastango,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,42.0,,,,3.0,,,,,,,,,,,,,,,, +581,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,6.0,12.0,1.0,22.0,4.0,5.0,128.0,ASGI middleware to record and emit timing metrics (to something like statsd).,184.0,184.0,7.0,11,True,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +582,IP2Trace,ip2location/ip2trace-python,others,,https://github.com/ip2location-com/ip2trace-python,https://github.com/ip2location-com/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,,18.0,8.0,1.0,,2.0,43.0,"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,,83.0,ip2location-com/ip2trace-python,,IP2Trace,https://pypi.org/project/IP2Trace,83.0,,,,3.0,2024-10-04 05:12:31.000,,,,,,,,,,,,,,, +583,playwright,,testing,,,,,2021-05-11 20:15:10.832,2026-01-30 14:50:59.803000,,,,,,,,,,Python version of the Playwright testing and automation library.,,,,10,False,,,,72.0,,62692612.0,,microsoft/playwright,playwright,https://pypi.org/project/playwright,62690473.0,https://anaconda.org/microsoft/playwright,2026-01-30 14:50:59.803,126237.0,3.0,,,-19.0,,,,,,,,,,,,, +584,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-14 10:28:32.000000,2026-04-14 10:28:31,41.0,41.0,1.0,2.0,,,,5.0,"Residential proxy SDK with 66 site presets and built-in anti-detection (TLS fingerprinting, Chrome headers). 2M+ IPs,..",,,,8,False,,,,,,595.0,,,iploop-sdk,https://pypi.org/project/iploop-sdk,595.0,,,,3.0,,,,,,,,,,,,,,,, +585,InstaPy,timgrossmann/InstaPy,third-party-apis,,,{},,,,,,,,,,,,,,,,,3,False,,,,,,2126.0,,,instapy,https://pypi.org/project/instapy,2126.0,,,,3.0,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 830ac56f..1d1336ed 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._ -- web3.py (🥇38 · ⭐ 5.5K · 📈) - A python interface for interacting with the Ethereum blockchain and.. MIT -- waitress (🥈36 · ⭐ 1.6K · 📈) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 -- django-filter (🥈33 · ⭐ 4.7K · 📈) - A generic system for filtering Django QuerySets based.. ❗Unlicensed -- pyramid_debugtoolbar (🥉24 · ⭐ 96 · 💀) - Pyramid debug toolbar. BSD-3 -- flask-debugtoolbar (🥉19 · ⭐ 950 · 💤) - A toolbar overlay for debugging Flask applications. BSD-3 +- Streamlit (🥇48 · ⭐ 44K · 📈) - Streamlit A faster way to build and share data apps. Apache-2 +- aiohttp (🥈35 · ⭐ 16K · 📈) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +- Yarl (🥈30 · ⭐ 1.5K · 📈) - Yet another URL library. Apache-2 +- 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 ## 📉 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._ -- Streamlit (🥇39 · ⭐ 44K · 📉) - Streamlit A faster way to build and share data apps. Apache-2 -- aiohttp (🥉12 · 📉) - Async http client/server framework (asyncio). ❗Unlicensed -- InstaPy (🥉3 · 📉) - ❗Unlicensed -- gain (🥉3 · 💤) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP]. ❗Unlicensed -- igramscraper (🥉2 · 📉) - ❗Unlicensed +- mistune (🥉30 · ⭐ 3K · 📉) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 +- certifi (🥉28 · ⭐ 960 · 📉) - (Python Distribution) A carefully curated collection of Root.. ❗Unlicensed +- python-markdown2 (🥉25 · ⭐ 2.8K · 📉) - markdown2: A fast and complete implementation of.. ❗Unlicensed +- flask-bootstrap (🥉13 · ⭐ 210 · 💀) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed +- playwright (🥉10 · 📉) - Python version of the Playwright testing and automation library. ❗Unlicensed