diff --git a/README.md b/README.md
index 2e75f876..baf97dbe 100644
--- a/README.md
+++ b/README.md
@@ -91,23 +91,23 @@ _General purpose web frameworks to build web applications and REST APIs._
django (π₯50 Β· β 85K) - The Web framework for perfectionists with deadlines. BSD-3 
-- [GitHub](https://github.com/django/django) (π¨βπ» 3.3K Β· π 33K Β· π¦ 2M Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/django/django) (π¨βπ» 3.3K Β· π 33K Β· π¦ 2M Β· β±οΈ 04.09.2025):
```
git clone https://github.com/django/django
```
-- [PyPi](https://pypi.org/project/django) (π₯ 29M / month Β· π¦ 19K Β· β±οΈ 06.08.2025):
+- [PyPi](https://pypi.org/project/django) (π₯ 27M / month Β· π¦ 19K Β· β±οΈ 03.09.2025):
```
pip install django
```
-- [Conda](https://anaconda.org/conda-forge/django) (π₯ 2.3M Β· β±οΈ 06.08.2025):
+- [Conda](https://anaconda.org/conda-forge/django) (π₯ 2.4M Β· β±οΈ 03.09.2025):
```
conda install -c conda-forge django
```
flask (π₯49 Β· β 70K) - The Python micro framework for building web applications. BSD-3 
-- [GitHub](https://github.com/pallets/flask) (π¨βπ» 860 Β· π 17K Β· π₯ 9.8K Β· π¦ 2.7M Β· π 2.7K - 0% open Β· β±οΈ 19.08.2025):
+- [GitHub](https://github.com/pallets/flask) (π¨βπ» 860 Β· π 17K Β· π₯ 9.9K Β· π¦ 2.7M Β· π 2.7K - 0% open Β· β±οΈ 19.08.2025):
```
git clone https://github.com/pallets/flask
@@ -123,7 +123,7 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi (π₯48 Β· β 89K) - FastAPI framework, high performance, easy to learn, fast to.. MIT 

-- [GitHub](https://github.com/fastapi/fastapi) (π¨βπ» 830 Β· π 7.8K Β· π¦ 830K Β· π 3.5K - 1% open Β· β±οΈ 25.08.2025):
+- [GitHub](https://github.com/fastapi/fastapi) (π¨βπ» 830 Β· π 7.8K Β· π¦ 830K Β· π 3.5K - 1% open Β· β±οΈ 31.08.2025):
```
git clone https://github.com/tiangolo/fastapi
@@ -144,11 +144,11 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/tornadoweb/tornado
```
-- [PyPi](https://pypi.org/project/tornado) (π₯ 75M / month Β· π¦ 3.8K Β· β±οΈ 08.08.2025):
+- [PyPi](https://pypi.org/project/tornado) (π₯ 74M / month Β· π¦ 3.8K Β· β±οΈ 08.08.2025):
```
pip install tornado
```
-- [Conda](https://anaconda.org/conda-forge/tornado) (π₯ 60M Β· β±οΈ 09.08.2025):
+- [Conda](https://anaconda.org/conda-forge/tornado) (π₯ 60M Β· β±οΈ 02.09.2025):
```
conda install -c conda-forge tornado
```
@@ -160,11 +160,11 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/encode/django-rest-framework
```
-- [PyPi](https://pypi.org/project/django-rest-framework) (π₯ 150K / month Β· π¦ 110 Β· β±οΈ 20.07.2017):
+- [PyPi](https://pypi.org/project/django-rest-framework) (π₯ 140K / month Β· π¦ 110 Β· β±οΈ 20.07.2017):
```
pip install django-rest-framework
```
-- [Conda](https://anaconda.org/conda-forge/djangorestframework) (π₯ 790K Β· β±οΈ 06.08.2025):
+- [Conda](https://anaconda.org/conda-forge/djangorestframework) (π₯ 800K Β· β±οΈ 06.08.2025):
```
conda install -c conda-forge djangorestframework
```
@@ -176,23 +176,23 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/pallets/werkzeug
```
-- [PyPi](https://pypi.org/project/werkzeug) (π₯ 170M / month Β· π¦ 4.7K Β· β±οΈ 08.11.2024):
+- [PyPi](https://pypi.org/project/werkzeug) (π₯ 160M / month Β· π¦ 4.7K Β· β±οΈ 08.11.2024):
```
pip install werkzeug
```
-- [Conda](https://anaconda.org/conda-forge/werkzeug) (π₯ 13M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/werkzeug) (π₯ 14M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge werkzeug
```
-starlette (π₯42 Β· β 11K) - The little ASGI framework that shines. BSD-3
+starlette (π₯42 Β· β 11K) - The little ASGI framework that shines. BSD-3
-- [GitHub](https://github.com/encode/starlette) (π¨βπ» 310 Β· π 1K Β· π¦ 390K Β· π 780 - 6% open Β· β±οΈ 24.08.2025):
+- [GitHub](https://github.com/Kludex/starlette) (π¨βπ» 310 Β· π 1K Β· π¦ 390K Β· π 750 - 2% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/encode/starlette
```
-- [PyPi](https://pypi.org/project/starlette) (π₯ 130M / month Β· π¦ 3K Β· β±οΈ 24.08.2025):
+- [PyPi](https://pypi.org/project/starlette) (π₯ 140M / month Β· π¦ 3K Β· β±οΈ 24.08.2025):
```
pip install starlette
```
@@ -201,22 +201,6 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge starlette
```
-sanic (π₯40 Β· β 18K) - Accelerate your web app development | Build fast. Run fast. MIT
-
-- [GitHub](https://github.com/sanic-org/sanic) (π¨βπ» 350 Β· π 1.6K Β· π¦ 19K Β· π 1.5K - 9% open Β· β±οΈ 31.03.2025):
-
- ```
- git clone https://github.com/sanic-org/sanic
- ```
-- [PyPi](https://pypi.org/project/sanic) (π₯ 1.5M / month Β· π¦ 780 Β· β±οΈ 31.03.2025):
- ```
- pip install sanic
- ```
-- [Conda](https://anaconda.org/conda-forge/sanic) (π₯ 580K Β· β±οΈ 11.07.2025):
- ```
- conda install -c conda-forge sanic
- ```
-
bottle (π₯40 Β· β 8.7K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
- [GitHub](https://github.com/bottlepy/bottle) (π¨βπ» 230 Β· π 1.5K Β· π₯ 210 Β· π¦ 36K Β· π 920 - 30% open Β· β±οΈ 27.06.2025):
@@ -228,51 +212,67 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install bottle
```
-- [Conda](https://anaconda.org/conda-forge/bottle) (π₯ 490K Β· β±οΈ 11.08.2025):
+- [Conda](https://anaconda.org/conda-forge/bottle) (π₯ 500K Β· β±οΈ 11.08.2025):
```
conda install -c conda-forge bottle
```
Flask-AppBuilder (π₯40 Β· β 4.9K) - Simple and rapid application development framework,.. BSD-3 
-- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (π¨βπ» 220 Β· π 1.4K Β· π¦ 11K Β· π 1.4K - 17% open Β· β±οΈ 25.08.2025):
+- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (π¨βπ» 220 Β· π 1.4K Β· π¦ 11K Β· π 1.4K - 17% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/dpgaspar/Flask-AppBuilder
```
-- [PyPi](https://pypi.org/project/flask-appbuilder) (π₯ 27M / month Β· π¦ 80 Β· β±οΈ 25.08.2025):
+- [PyPi](https://pypi.org/project/flask-appbuilder) (π₯ 25M / month Β· π¦ 82 Β· β±οΈ 02.09.2025):
```
pip install flask-appbuilder
```
-- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (π₯ 540K Β· β±οΈ 26.08.2025):
+- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (π₯ 550K Β· β±οΈ 26.08.2025):
```
conda install -c conda-forge flask-appbuilder
```
+sanic (π₯39 Β· β 18K) - Accelerate your web app development | Build fast. Run fast. MIT
+
+- [GitHub](https://github.com/sanic-org/sanic) (π¨βπ» 350 Β· π 1.6K Β· π¦ 19K Β· π 1.5K - 9% open Β· β±οΈ 31.03.2025):
+
+ ```
+ git clone https://github.com/sanic-org/sanic
+ ```
+- [PyPi](https://pypi.org/project/sanic) (π₯ 1.4M / month Β· π¦ 780 Β· β±οΈ 31.03.2025):
+ ```
+ pip install sanic
+ ```
+- [Conda](https://anaconda.org/conda-forge/sanic) (π₯ 580K Β· β±οΈ 11.07.2025):
+ ```
+ conda install -c conda-forge sanic
+ ```
+
falcon (π₯39 Β· β 9.7K) - The no-magic web API and microservices framework for Python.. Apache-2
-- [GitHub](https://github.com/falconry/falcon) (π¨βπ» 220 Β· π 960 Β· π₯ 10K Β· π¦ 10K Β· π 1.1K - 14% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/falconry/falcon) (π¨βπ» 220 Β· π 960 Β· π₯ 10K Β· π¦ 10K Β· π 1.1K - 14% open Β· β±οΈ 31.08.2025):
```
git clone https://github.com/falconry/falcon
```
-- [PyPi](https://pypi.org/project/falcon) (π₯ 620K / month Β· π¦ 400 Β· β±οΈ 06.08.2025):
+- [PyPi](https://pypi.org/project/falcon) (π₯ 590K / month Β· π¦ 400 Β· β±οΈ 06.08.2025):
```
pip install falcon
```
-- [Conda](https://anaconda.org/conda-forge/falcon) (π₯ 650K Β· β±οΈ 07.08.2025):
+- [Conda](https://anaconda.org/conda-forge/falcon) (π₯ 660K Β· β±οΈ 29.08.2025):
```
conda install -c conda-forge falcon
```
-litestar (π₯36 Β· β 7.3K) - Production-ready, Light, Flexible and Extensible ASGI API framework.. MIT 
+litestar (π₯36 Β· β 7.4K) - Production-ready, Light, Flexible and Extensible ASGI API framework.. MIT 
-- [GitHub](https://github.com/litestar-org/litestar) (π¨βπ» 250 Β· π 450 Β· π¦ 1.8K Β· π 1.3K - 19% open Β· β±οΈ 23.08.2025):
+- [GitHub](https://github.com/litestar-org/litestar) (π¨βπ» 250 Β· π 450 Β· π¦ 1.8K Β· π 1.3K - 19% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/litestar-org/litestar
```
-- [PyPi](https://pypi.org/project/litestar) (π₯ 830K / month Β· π¦ 96 Β· β±οΈ 10.08.2025):
+- [PyPi](https://pypi.org/project/litestar) (π₯ 820K / month Β· π¦ 96 Β· β±οΈ 10.08.2025):
```
pip install litestar
```
@@ -284,14 +284,14 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/django-tastypie/django-tastypie
```
-- [PyPi](https://pypi.org/project/django-tastypie) (π₯ 75K / month Β· π¦ 45 Β· β±οΈ 23.02.2025):
+- [PyPi](https://pypi.org/project/django-tastypie) (π₯ 78K / month Β· π¦ 45 Β· β±οΈ 23.02.2025):
```
pip install django-tastypie
```
CherryPy (π₯34 Β· β 1.9K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
-- [GitHub](https://github.com/cherrypy/cherrypy) (π¨βπ» 150 Β· π 370 Β· π¦ 14K Β· π 1.8K - 14% open Β· β±οΈ 04.07.2025):
+- [GitHub](https://github.com/cherrypy/cherrypy) (π¨βπ» 150 Β· π 370 Β· π¦ 14K Β· π 1.8K - 14% open Β· β±οΈ 30.08.2025):
```
git clone https://github.com/cherrypy/cherrypy
@@ -312,56 +312,44 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/pyeve/eve
```
-- [PyPi](https://pypi.org/project/eve) (π₯ 18K / month Β· π¦ 46 Β· β±οΈ 26.08.2025):
+- [PyPi](https://pypi.org/project/eve) (π₯ 17K / month Β· π¦ 46 Β· β±οΈ 26.08.2025):
```
pip install eve
```
robyn (π₯30 Β· β 6.4K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2
-- [GitHub](https://github.com/sparckles/Robyn) (π¨βπ» 81 Β· π 300 Β· π¦ 230 Β· π 550 - 25% open Β· β±οΈ 06.08.2025):
+- [GitHub](https://github.com/sparckles/Robyn) (π¨βπ» 82 Β· π 300 Β· π¦ 230 Β· π 550 - 25% open Β· β±οΈ 30.08.2025):
```
git clone https://github.com/sansyrox/robyn
```
-- [PyPi](https://pypi.org/project/robyn) (π₯ 11K / month Β· π¦ 9 Β· β±οΈ 23.07.2025):
+- [PyPi](https://pypi.org/project/robyn) (π₯ 9.8K / month Β· π¦ 9 Β· β±οΈ 03.09.2025):
```
pip install robyn
```
-- [Conda](https://anaconda.org/conda-forge/robyn) (π₯ 890K Β· β±οΈ 11.06.2025):
+- [Conda](https://anaconda.org/conda-forge/robyn) (π₯ 900K Β· β±οΈ 11.06.2025):
```
conda install -c conda-forge robyn
```
-webpy (π₯28 Β· β 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense
+webpy (π₯29 Β· β 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense
-- [GitHub](https://github.com/webpy/webpy) (π¨βπ» 95 Β· π 1.3K Β· π¦ 21 Β· π 460 - 10% open Β· β±οΈ 11.08.2025):
+- [GitHub](https://github.com/webpy/webpy) (π¨βπ» 96 Β· π 1.3K Β· π¦ 21 Β· π 460 - 10% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/webpy/webpy
```
-- [PyPi](https://pypi.org/project/web.py) (π₯ 69K / month Β· π¦ 53 Β· β±οΈ 09.11.2020):
+- [PyPi](https://pypi.org/project/web.py) (π₯ 67K / month Β· π¦ 53 Β· β±οΈ 09.11.2020):
```
pip install web.py
```
-- [Conda](https://anaconda.org/conda-forge/web.py) (π₯ 75K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/web.py) (π₯ 76K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge web.py
```
-masonite (π₯28 Β· β 2.3K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
-
-- [GitHub](https://github.com/MasoniteFramework/masonite) (π¨βπ» 88 Β· π 130 Β· π¦ 550 Β· π 430 - 4% open Β· β±οΈ 20.03.2025):
-
- ```
- git clone https://github.com/MasoniteFramework/masonite
- ```
-- [PyPi](https://pypi.org/project/masonite) (π₯ 25K / month Β· π¦ 51 Β· β±οΈ 25.10.2024):
- ```
- pip install masonite
- ```
-
-responder (π₯27 Β· β 3.6K) - A familiar HTTP Service Framework for Python. Apache-2
+responder (π₯27 Β· β 3.6K Β· π€) - A familiar HTTP Service Framework for Python. Apache-2
- [GitHub](https://github.com/kennethreitz/responder) (π¨βπ» 87 Β· π 220 Β· π¦ 580 Β· π 240 - 5% open Β· β±οΈ 02.02.2025):
@@ -377,6 +365,18 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge responder
```
+masonite (π₯27 Β· β 2.3K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
+
+- [GitHub](https://github.com/MasoniteFramework/masonite) (π¨βπ» 88 Β· π 130 Β· π¦ 550 Β· π 430 - 4% open Β· β±οΈ 20.03.2025):
+
+ ```
+ git clone https://github.com/MasoniteFramework/masonite
+ ```
+- [PyPi](https://pypi.org/project/masonite) (π₯ 25K / month Β· π¦ 51 Β· β±οΈ 25.10.2024):
+ ```
+ pip install masonite
+ ```
+
guillotina (π₯27 Β· β 210) - Python AsyncIO data API to manage billions of resources. BSD-3
- [GitHub](https://github.com/plone/guillotina) (π¨βπ» 54 Β· π 52 Β· π¦ 140 Β· π 230 - 26% open Β· β±οΈ 27.08.2025):
@@ -384,58 +384,58 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/plone/guillotina
```
-- [PyPi](https://pypi.org/project/guillotina) (π₯ 4K / month Β· π¦ 33 Β· β±οΈ 03.04.2025):
+- [PyPi](https://pypi.org/project/guillotina) (π₯ 3.7K / month Β· π¦ 33 Β· β±οΈ 03.04.2025):
```
pip install guillotina
```
emmett (π₯26 Β· β 1.2K) - The web framework for inventors. BSD-3
-- [GitHub](https://github.com/emmett-framework/emmett) (π¨βπ» 25 Β· π 70 Β· π¦ 84 Β· π 360 - 10% open Β· β±οΈ 25.06.2025):
+- [GitHub](https://github.com/emmett-framework/emmett) (π¨βπ» 25 Β· π 70 Β· π¦ 85 Β· π 360 - 10% open Β· β±οΈ 25.06.2025):
```
git clone https://github.com/emmett-framework/emmett
```
-- [PyPi](https://pypi.org/project/emmett) (π₯ 570 / month Β· π¦ 8 Β· β±οΈ 25.06.2025):
+- [PyPi](https://pypi.org/project/emmett) (π₯ 480 / month Β· π¦ 8 Β· β±οΈ 25.06.2025):
```
pip install emmett
```
web2py (π₯24 Β· β 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 - 34% open Β· β±οΈ 14.07.2025):
+- [GitHub](https://github.com/web2py/web2py) (π¨βπ» 270 Β· π 900 Β· π 1.1K - 34% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/web2py/web2py
```
-flama (π₯20 Β· β 280) - Fire up your models with the flame. Apache-2
+flama (π₯19 Β· β 280) - Fire up your models with the flame. Apache-2
- [GitHub](https://github.com/vortico/flama) (π¨βπ» 9 Β· π 16 Β· π₯ 590 Β· π¦ 16 Β· π 110 - 3% open Β· β±οΈ 25.06.2025):
```
git clone https://github.com/perdy/flama
```
-- [PyPi](https://pypi.org/project/flama) (π₯ 230 / month Β· π¦ 1 Β· β±οΈ 25.06.2025):
+- [PyPi](https://pypi.org/project/flama) (π₯ 240 / month Β· π¦ 1 Β· β±οΈ 25.06.2025):
```
pip install flama
```
-view.py (π₯17 Β· β 210) - The Batteries-Detachable Web Framework. MIT
+view.py (π₯15 Β· β 210) - The Batteries-Detachable Web Framework. MIT
- [GitHub](https://github.com/ZeroIntensity/view.py) (π¨βπ» 11 Β· π 15 Β· π 120 - 40% open Β· β±οΈ 10.06.2025):
```
git clone https://github.com/ZeroIntensity/view.py
```
-- [PyPi](https://pypi.org/project/view.py) (π₯ 1.3K / month Β· β±οΈ 26.05.2024):
+- [PyPi](https://pypi.org/project/view.py) (π₯ 970 / month Β· β±οΈ 26.05.2024):
```
pip install view.py
```
Show 11 hidden projects...
-- flask-restful (π₯36 Β· β 6.9K Β· π) - Simple framework for creating REST APIs. BSD-3 
+- flask-restful (π₯35 Β· β 6.9K Β· π) - Simple framework for creating REST APIs. BSD-3 
- pyramid (π₯35 Β· β 4K Β· π€) - 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 
@@ -455,7 +455,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (π₯49 Β· β 53K) - A simple, yet elegant, HTTP library. Apache-2
-- [GitHub](https://github.com/psf/requests) (π¨βπ» 780 Β· π 9.5K Β· π₯ 27K Β· π¦ 4.1M Β· π 4.1K - 6% open Β· β±οΈ 18.08.2025):
+- [GitHub](https://github.com/psf/requests) (π¨βπ» 780 Β· π 9.5K Β· π₯ 27K Β· π¦ 4.1M Β· π 4.1K - 6% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/psf/requests
@@ -464,7 +464,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install requests
```
-- [Conda](https://anaconda.org/conda-forge/requests) (π₯ 66M Β· β±οΈ 19.08.2025):
+- [Conda](https://anaconda.org/conda-forge/requests) (π₯ 67M Β· β±οΈ 19.08.2025):
```
conda install -c conda-forge requests
```
@@ -480,30 +480,30 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install urllib3
```
-- [Conda](https://anaconda.org/conda-forge/urllib3) (π₯ 73M Β· β±οΈ 18.06.2025):
+- [Conda](https://anaconda.org/conda-forge/urllib3) (π₯ 74M Β· β±οΈ 18.06.2025):
```
conda install -c conda-forge urllib3
```
httpx (π₯41 Β· β 15K) - A next generation HTTP client for Python. BSD-3
-- [GitHub](https://github.com/encode/httpx) (π¨βπ» 240 Β· π 940 Β· π¦ 540K Β· π 960 - 10% open Β· β±οΈ 07.08.2025):
+- [GitHub](https://github.com/encode/httpx) (π¨βπ» 240 Β· π 940 Β· π¦ 540K Β· π 960 - 10% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/encode/httpx
```
-- [PyPi](https://pypi.org/project/httpx) (π₯ 250M / month Β· π¦ 20K Β· β±οΈ 04.08.2025):
+- [PyPi](https://pypi.org/project/httpx) (π₯ 260M / month Β· π¦ 20K Β· β±οΈ 04.08.2025):
```
pip install httpx
```
-- [Conda](https://anaconda.org/conda-forge/httpx) (π₯ 10M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/httpx) (π₯ 11M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge httpx
```
-httpcore (π₯37 Β· β 520) - A minimal HTTP client. BSD-3
+httpcore (π₯36 Β· β 520) - A minimal HTTP client. BSD-3
-- [GitHub](https://github.com/encode/httpcore) (π¨βπ» 57 Β· π 120 Β· π¦ 380K Β· π 220 - 20% open Β· β±οΈ 24.04.2025):
+- [GitHub](https://github.com/encode/httpcore) (π¨βπ» 58 Β· π 120 Β· π¦ 380K Β· π 220 - 20% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/encode/httpcore
@@ -512,7 +512,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install httpcore
```
-- [Conda](https://anaconda.org/conda-forge/httpcore) (π₯ 10M Β· β±οΈ 25.04.2025):
+- [Conda](https://anaconda.org/conda-forge/httpcore) (π₯ 11M Β· β±οΈ 25.04.2025):
```
conda install -c conda-forge httpcore
```
@@ -533,30 +533,30 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge aiohttp
```
-httplib2 (π₯33 Β· β 500) - Small, fast HTTP client library for Python. Features persistent.. MIT
+httplib2 (π₯35 Β· β 500 Β· π) - Small, fast HTTP client library for Python. Features persistent.. MIT
-- [GitHub](https://github.com/httplib2/httplib2) (π¨βπ» 78 Β· π 180 Β· π¦ 260K Β· π 130 - 46% open Β· β±οΈ 23.07.2025):
+- [GitHub](https://github.com/httplib2/httplib2) (π¨βπ» 78 Β· π 180 Β· π¦ 260K Β· π 130 - 47% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/httplib2/httplib2
```
-- [PyPi](https://pypi.org/project/httplib2) (π₯ 82M / month Β· π¦ 1.2K Β· β±οΈ 21.03.2023):
+- [PyPi](https://pypi.org/project/httplib2) (π₯ 84M / month Β· π¦ 1.2K Β· β±οΈ 29.08.2025):
```
pip install httplib2
```
-- [Conda](https://anaconda.org/conda-forge/httplib2) (π₯ 4.2M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/httplib2) (π₯ 4.2M Β· β±οΈ 30.08.2025):
```
conda install -c conda-forge httplib2
```
-httpie (π₯32 Β· β 36K Β· π€) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3
+httpie (π₯32 Β· β 37K Β· π€) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3
- [GitHub](https://github.com/httpie/cli) (π¨βπ» 170 Β· π 3.8K Β· π₯ 12K Β· π¦ 1 Β· π 900 - 19% open Β· β±οΈ 17.12.2024):
```
git clone https://github.com/httpie/httpie
```
-- [PyPi](https://pypi.org/project/httpie) (π₯ 640K / month Β· π¦ 130 Β· β±οΈ 01.11.2024):
+- [PyPi](https://pypi.org/project/httpie) (π₯ 660K / month Β· π¦ 130 Β· β±οΈ 01.11.2024):
```
pip install httpie
```
@@ -565,7 +565,7 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge httpie
```
-python-zeep (π₯32 Β· β 1.9K Β· π€) - A Python SOAP client. MIT
+python-zeep (π₯32 Β· β 2K Β· π€) - A Python SOAP client. MIT
- [GitHub](https://github.com/mvantellingen/python-zeep) (π¨βπ» 140 Β· π 600 Β· π 1.1K - 39% open Β· β±οΈ 16.10.2024):
@@ -576,11 +576,27 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install zeep
```
-- [Conda](https://anaconda.org/conda-forge/zeep) (π₯ 290K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/zeep) (π₯ 300K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge zeep
```
+httptools (π₯32 Β· β 1.3K Β· π€) - Fast HTTP parser. MIT
+
+- [GitHub](https://github.com/MagicStack/httptools) (π¨βπ» 18 Β· π 87 Β· π¦ 180K Β· π 69 - 27% open Β· β±οΈ 16.10.2024):
+
+ ```
+ git clone https://github.com/MagicStack/httptools
+ ```
+- [PyPi](https://pypi.org/project/httptools) (π₯ 49M / month Β· π¦ 340 Β· β±οΈ 16.10.2024):
+ ```
+ pip install httptools
+ ```
+- [Conda](https://anaconda.org/conda-forge/httptools) (π₯ 1.9M Β· β±οΈ 01.09.2025):
+ ```
+ conda install -c conda-forge httptools
+ ```
+
requests-toolbelt (π₯32 Β· β 1K Β· π€) - A toolbelt of useful classes and functions to be used.. Apache-2
- [GitHub](https://github.com/requests/toolbelt) (π¨βπ» 72 Β· π 190 Β· π¦ 180K Β· π 220 - 43% open Β· β±οΈ 09.01.2025):
@@ -592,14 +608,14 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install requests-toolbelt
```
-- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (π₯ 9.8M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (π₯ 10M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge requests-toolbelt
```
-requests-futures (π₯31 Β· β 2.2K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
+requests-futures (π₯30 Β· β 2.2K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
-- [GitHub](https://github.com/ross/requests-futures) (π¨βπ» 28 Β· π 150 Β· π¦ 7.5K Β· β±οΈ 19.06.2025):
+- [GitHub](https://github.com/ross/requests-futures) (π¨βπ» 28 Β· π 150 Β· π¦ 7.6K Β· β±οΈ 19.06.2025):
```
git clone https://github.com/ross/requests-futures
@@ -613,30 +629,14 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge requests-futures
```
-httptools (π₯31 Β· β 1.3K Β· π€) - Fast HTTP parser. MIT
-
-- [GitHub](https://github.com/MagicStack/httptools) (π¨βπ» 18 Β· π 87 Β· π¦ 180K Β· π 69 - 27% open Β· β±οΈ 16.10.2024):
-
- ```
- git clone https://github.com/MagicStack/httptools
- ```
-- [PyPi](https://pypi.org/project/httptools) (π₯ 44M / month Β· π¦ 340 Β· β±οΈ 16.10.2024):
- ```
- pip install httptools
- ```
-- [Conda](https://anaconda.org/conda-forge/httptools) (π₯ 1.9M Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge httptools
- ```
-
-treq (π₯30 Β· β 590) - Python requests like API built on top of Twisteds HTTP client. MIT
+treq (π₯29 Β· β 590) - Python requests like API built on top of Twisteds HTTP client. MIT
- [GitHub](https://github.com/twisted/treq) (π¨βπ» 57 Β· π 140 Β· π₯ 380 Β· π¦ 1.7K Β· π 170 - 32% open Β· β±οΈ 13.06.2025):
```
git clone https://github.com/twisted/treq
```
-- [PyPi](https://pypi.org/project/treq) (π₯ 420K / month Β· π¦ 120 Β· β±οΈ 03.06.2025):
+- [PyPi](https://pypi.org/project/treq) (π₯ 430K / month Β· π¦ 120 Β· β±οΈ 03.06.2025):
```
pip install treq
```
@@ -645,26 +645,11 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge treq
```
-grequests (π₯29 Β· β 4.6K Β· π€) - Requests + Gevent = 3. BSD-2
-
-- [GitHub](https://github.com/spyoungtech/grequests) (π¨βπ» 29 Β· π 330 Β· π₯ 34 Β· π¦ 5K Β· π 130 - 7% open Β· β±οΈ 08.08.2024):
-
- ```
- git clone https://github.com/spyoungtech/grequests
- ```
-- [PyPi](https://pypi.org/project/grequests) (π₯ 420K / month Β· π¦ 180 Β· β±οΈ 08.06.2023):
- ```
- pip install grequests
- ```
-- [Conda](https://anaconda.org/conda-forge/grequests) (π₯ 150K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge grequests
- ```
-
-Show 6 hidden projects...
+Show 7 hidden projects...
-- pycurl (π₯34 Β· β 1.1K) - PycURL - Python interface to libcurl. βοΈLGPL-2.1
+- pycurl (π₯33 Β· β 1.1K) - PycURL - Python interface to libcurl. βοΈLGPL-2.1
- hyper (π₯29 Β· β 1K Β· π) - HTTP/2 for Python. MIT
+- grequests (π₯28 Β· β 4.6K Β· π) - Requests + Gevent = 3. BSD-2
- http-prompt (π₯25 Β· β 9.1K Β· π) - An interactive command-line HTTP and API testing client built on.. MIT
- pysimplesoap (π₯24 Β· β 370 Β· π) - Python Simple SOAP Library. βοΈLGPL-3.0
- http-parser (π₯23 Β· β 340 Β· π) - HTTP request/response parser for python in C. MIT
@@ -676,14 +661,14 @@ _General purpose web frameworks to build web applications and REST APIs._
-gunicorn (π₯43 Β· β 10K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT
+gunicorn (π₯44 Β· β 10K Β· π) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients.. MIT
- [GitHub](https://github.com/benoitc/gunicorn) (π¨βπ» 430 Β· π 1.8K Β· π₯ 110 Β· π¦ 1.6M Β· π 2.2K - 9% open Β· β±οΈ 20.03.2025):
```
git clone https://github.com/benoitc/gunicorn
```
-- [PyPi](https://pypi.org/project/gunicorn) (π₯ 67M / month Β· π¦ 2.9K Β· β±οΈ 10.08.2024):
+- [PyPi](https://pypi.org/project/gunicorn) (π₯ 68M / month Β· π¦ 2.9K Β· β±οΈ 10.08.2024):
```
pip install gunicorn
```
@@ -692,14 +677,14 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge gunicorn
```
-uvicorn (π₯42 Β· β 9.6K) - An ASGI web server, for Python. BSD-3
+uvicorn (π₯42 Β· β 9.7K) - An ASGI web server, for Python. BSD-3
-- [GitHub](https://github.com/encode/uvicorn) (π¨βπ» 200 Β· π 830 Β· π¦ 810K Β· π 740 - 8% open Β· β±οΈ 06.07.2025):
+- [GitHub](https://github.com/Kludex/uvicorn) (π¨βπ» 200 Β· π 830 Β· π¦ 810K Β· π 740 - 8% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/encode/uvicorn
```
-- [PyPi](https://pypi.org/project/uvicorn) (π₯ 130M / month Β· π¦ 8.9K Β· β±οΈ 28.06.2025):
+- [PyPi](https://pypi.org/project/uvicorn) (π₯ 140M / month Β· π¦ 8.9K Β· β±οΈ 28.06.2025):
```
pip install uvicorn
```
@@ -708,18 +693,18 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge uvicorn
```
-gevent (π₯41 Β· β 6.4K) - Coroutine-based concurrency library for Python. MIT
+gevent (π₯42 Β· β 6.4K) - Coroutine-based concurrency library for Python. MIT
-- [GitHub](https://github.com/gevent/gevent) (π¨βπ» 120 Β· π 960 Β· π₯ 64K Β· π¦ 150K Β· π 1.5K - 9% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/gevent/gevent) (π¨βπ» 120 Β· π 960 Β· π₯ 64K Β· π¦ 150K Β· π 1.5K - 8% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/gevent/gevent
```
-- [PyPi](https://pypi.org/project/gevent) (π₯ 26M / month Β· π¦ 2.2K Β· β±οΈ 12.05.2025):
+- [PyPi](https://pypi.org/project/gevent) (π₯ 27M / month Β· π¦ 2.2K Β· β±οΈ 29.08.2025):
```
pip install gevent
```
-- [Conda](https://anaconda.org/conda-forge/gevent) (π₯ 1.8M Β· β±οΈ 29.07.2025):
+- [Conda](https://anaconda.org/conda-forge/gevent) (π₯ 1.9M Β· β±οΈ 30.08.2025):
```
conda install -c conda-forge gevent
```
@@ -731,7 +716,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/django/asgiref
```
-- [PyPi](https://pypi.org/project/asgiref) (π₯ 57M / month Β· π¦ 1.1K Β· β±οΈ 08.07.2025):
+- [PyPi](https://pypi.org/project/asgiref) (π₯ 56M / month Β· π¦ 1.1K Β· β±οΈ 08.07.2025):
```
pip install asgiref
```
@@ -770,28 +755,28 @@ _General purpose web frameworks to build web applications and REST APIs._
Hypercorn (π₯28 Β· β 1.4K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
-- [GitHub](https://github.com/pgjones/hypercorn) (π¨βπ» 64 Β· π 120 Β· π¦ 12K Β· π 240 - 42% open Β· β±οΈ 27.04.2025):
+- [GitHub](https://github.com/pgjones/hypercorn) (π¨βπ» 64 Β· π 120 Β· π¦ 12K Β· π 240 - 43% open Β· β±οΈ 27.04.2025):
```
git clone https://github.com/pgjones/hypercorn
```
-- [PyPi](https://pypi.org/project/hypercorn) (π₯ 3M / month Β· π¦ 58 Β· β±οΈ 28.05.2024):
+- [PyPi](https://pypi.org/project/hypercorn) (π₯ 2.9M / month Β· π¦ 58 Β· β±οΈ 28.05.2024):
```
pip install hypercorn
```
-livereload (π₯27 Β· β 1K) - livereload server in python. BSD-3
+livereload (π₯27 Β· β 1K Β· π€) - livereload server in python. BSD-3
- [GitHub](https://github.com/lepture/python-livereload) (π¨βπ» 60 Β· π 150 Β· π 160 - 34% open Β· β±οΈ 28.02.2025):
```
git clone https://github.com/lepture/python-livereload
```
-- [PyPi](https://pypi.org/project/livereload) (π₯ 720K / month Β· π¦ 350 Β· β±οΈ 18.12.2024):
+- [PyPi](https://pypi.org/project/livereload) (π₯ 600K / month Β· π¦ 350 Β· β±οΈ 18.12.2024):
```
pip install livereload
```
-- [Conda](https://anaconda.org/conda-forge/livereload) (π₯ 650K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/livereload) (π₯ 660K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge livereload
```
@@ -799,7 +784,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 4 hidden projects...
- waitress (π₯35 Β· β 1.5K) - Waitress - A WSGI server for Python 3. βοΈZPL-2.1
-- bjoern (π₯27 Β· β 3K Β· π) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
+- bjoern (π₯28 Β· β 3K Β· π) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
- django-devserver (π₯27 Β· β 1.3K Β· π) - A drop-in replacement for Djangos runserver. BSD-3 
- Meinheld (π₯25 Β· β 1.5K Β· π) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3
@@ -811,7 +796,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (π₯43 Β· β 10K) - Integrated set of Django applications addressing.. MIT 
-- [GitHub](https://github.com/pennersr/django-allauth) (π¨βπ» 790 Β· π 3.1K Β· π¦ 270K Β· π 2.4K - 0% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/pennersr/django-allauth) (π¨βπ» 790 Β· π 3.1K Β· π¦ 270K Β· π 2.4K - 0% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/pennersr/django-allauth
@@ -841,9 +826,9 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge oauthlib
```
-pyjwt (π₯39 Β· β 5.4K) - JSON Web Token implementation in Python. MIT
+pyjwt (π₯39 Β· β 5.5K) - JSON Web Token implementation in Python. MIT
-- [GitHub](https://github.com/jpadilla/pyjwt) (π¨βπ» 160 Β· π 710 Β· π¦ 780K Β· π 480 - 8% open Β· β±οΈ 03.07.2025):
+- [GitHub](https://github.com/jpadilla/pyjwt) (π¨βπ» 160 Β· π 710 Β· π¦ 780K Β· π 480 - 8% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/jpadilla/pyjwt
@@ -859,12 +844,12 @@ _General purpose web frameworks to build web applications and REST APIs._
authlib (π₯39 Β· β 5K) - The ultimate Python library in building OAuth, OpenID Connect clients and.. BSD-3
-- [GitHub](https://github.com/authlib/authlib) (π¨βπ» 130 Β· π 500 Β· π¦ 46K Β· π 510 - 21% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/authlib/authlib) (π¨βπ» 130 Β· π 500 Β· π¦ 46K Β· π 510 - 21% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/lepture/authlib
```
-- [PyPi](https://pypi.org/project/authlib) (π₯ 32M / month Β· π¦ 830 Β· β±οΈ 26.08.2025):
+- [PyPi](https://pypi.org/project/authlib) (π₯ 33M / month Β· π¦ 830 Β· β±οΈ 26.08.2025):
```
pip install authlib
```
@@ -873,7 +858,23 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge authlib
```
-requests-oauthlib (π₯38 Β· β 1.8K) - OAuthlib support for Python-Requests!. ISC
+django-guardian (π₯37 Β· β 3.8K) - Per object permissions for Django. BSD-2 
+
+- [GitHub](https://github.com/django-guardian/django-guardian) (π¨βπ» 180 Β· π 580 Β· π¦ 7.6K Β· π 540 - 22% open Β· β±οΈ 29.08.2025):
+
+ ```
+ git clone https://github.com/django-guardian/django-guardian
+ ```
+- [PyPi](https://pypi.org/project/django-guardian) (π₯ 700K / month Β· π¦ 100 Β· β±οΈ 29.08.2025):
+ ```
+ pip install django-guardian
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-guardian) (π₯ 86K Β· β±οΈ 29.08.2025):
+ ```
+ conda install -c conda-forge django-guardian
+ ```
+
+requests-oauthlib (π₯37 Β· β 1.8K) - OAuthlib support for Python-Requests!. ISC
- [GitHub](https://github.com/requests/requests-oauthlib) (π¨βπ» 120 Β· π 420 Β· π¦ 590K Β· π 290 - 40% open Β· β±οΈ 18.06.2025):
@@ -889,23 +890,23 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge requests-oauthlib
```
-django-guardian (π₯37 Β· β 3.8K) - Per object permissions for Django. BSD-2 
+flask-login (π₯34 Β· β 3.7K) - Flask user session management. MIT 
-- [GitHub](https://github.com/django-guardian/django-guardian) (π¨βπ» 170 Β· π 580 Β· π¦ 7.6K Β· π 500 - 26% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/maxcountryman/flask-login) (π¨βπ» 120 Β· π 800 Β· π¦ 220K Β· π 430 - 3% open Β· β±οΈ 27.08.2025):
```
- git clone https://github.com/django-guardian/django-guardian
+ git clone https://github.com/maxcountryman/flask-login
```
-- [PyPi](https://pypi.org/project/django-guardian) (π₯ 710K / month Β· π¦ 100 Β· β±οΈ 27.08.2025):
+- [PyPi](https://pypi.org/project/flask-login) (π₯ 15M / month Β· π¦ 670 Β· β±οΈ 30.10.2023):
```
- pip install django-guardian
+ pip install flask-login
```
-- [Conda](https://anaconda.org/conda-forge/django-guardian) (π₯ 84K Β· β±οΈ 27.08.2025):
+- [Conda](https://anaconda.org/conda-forge/flask-login) (π₯ 390K Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge django-guardian
+ conda install -c conda-forge flask-login
```
-google-auth (π₯35 Β· β 850) - Google Auth Python Library. Apache-2
+google-auth (π₯34 Β· β 850) - Google Auth Python Library. Apache-2
- [GitHub](https://github.com/googleapis/google-auth-library-python) (π¨βπ» 140 Β· π 330 Β· π 580 - 26% open Β· β±οΈ 14.08.2025):
@@ -921,30 +922,14 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge google-auth
```
-flask-login (π₯34 Β· β 3.6K) - Flask user session management. MIT 
-
-- [GitHub](https://github.com/maxcountryman/flask-login) (π¨βπ» 120 Β· π 800 Β· π¦ 220K Β· π 430 - 3% open Β· β±οΈ 27.08.2025):
-
- ```
- git clone https://github.com/maxcountryman/flask-login
- ```
-- [PyPi](https://pypi.org/project/flask-login) (π₯ 15M / month Β· π¦ 670 Β· β±οΈ 30.10.2023):
- ```
- pip install flask-login
- ```
-- [Conda](https://anaconda.org/conda-forge/flask-login) (π₯ 390K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge flask-login
- ```
-
django-rest-framework-simplejwt (π₯33 Β· β 4.2K) - A JSON Web Token authentication plugin for the Django.. MIT 
-- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (π¨βπ» 130 Β· π 700 Β· π 560 - 28% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (π¨βπ» 140 Β· π 700 Β· π 550 - 27% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/jazzband/djangorestframework-simplejwt
```
-- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (π₯ 4.4M / month Β· π¦ 300 Β· β±οΈ 21.07.2025):
+- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (π₯ 4.2M / month Β· π¦ 300 Β· β±οΈ 21.07.2025):
```
pip install djangorestframework-simplejwt
```
@@ -956,7 +941,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/sunscrapers/djoser
```
-- [PyPi](https://pypi.org/project/djoser) (π₯ 300K / month Β· π¦ 13 Β· β±οΈ 13.07.2025):
+- [PyPi](https://pypi.org/project/djoser) (π₯ 290K / month Β· π¦ 13 Β· β±οΈ 13.07.2025):
```
pip install djoser
```
@@ -993,7 +978,7 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge fastapi-users
```
-pyotp (π₯32 Β· β 3.2K) - Python One-Time Password Library. MIT
+pyotp (π₯32 Β· β 3.2K Β· π€) - Python One-Time Password Library. MIT
- [GitHub](https://github.com/pyauth/pyotp) (π¨βπ» 47 Β· π 340 Β· π₯ 440 Β· π¦ 25K Β· π 100 - 5% open Β· β±οΈ 24.02.2025):
@@ -1011,7 +996,7 @@ _General purpose web frameworks to build web applications and REST APIs._
dj-rest-auth (π₯32 Β· β 1.8K Β· π€) - Authentication for Django Rest Framework. MIT 
-- [GitHub](https://github.com/iMerica/dj-rest-auth) (π¨βπ» 200 Β· π 330 Β· π₯ 630 Β· π¦ 68K Β· π 450 - 49% open Β· β±οΈ 01.12.2024):
+- [GitHub](https://github.com/iMerica/dj-rest-auth) (π¨βπ» 200 Β· π 340 Β· π₯ 630 Β· π¦ 68K Β· π 450 - 49% open Β· β±οΈ 01.12.2024):
```
git clone https://github.com/iMerica/dj-rest-auth
@@ -1032,7 +1017,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/mpdavis/python-jose
```
-- [PyPi](https://pypi.org/project/python-jose) (π₯ 18M / month Β· π¦ 980 Β· β±οΈ 28.05.2025):
+- [PyPi](https://pypi.org/project/python-jose) (π₯ 18M / month Β· π¦ 1K Β· β±οΈ 28.05.2025):
```
pip install python-jose
```
@@ -1048,7 +1033,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) (π₯ 1.5M / month Β· π¦ 200 Β· β±οΈ 27.04.2023):
+- [PyPi](https://pypi.org/project/flask-httpauth) (π₯ 1.6M / month Β· π¦ 200 Β· β±οΈ 27.04.2023):
```
pip install flask-httpauth
```
@@ -1071,12 +1056,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-cas-ng (π₯26 Β· β 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT 
-- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (π¨βπ» 89 Β· π 170 Β· π₯ 720 Β· π¦ 610 Β· π 160 - 1% open Β· β±οΈ 21.07.2025):
+- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (π¨βπ» 89 Β· π 170 Β· π₯ 720 Β· π¦ 620 Β· π 160 - 1% open Β· β±οΈ 21.07.2025):
```
git clone https://github.com/django-cas-ng/django-cas-ng
```
-- [PyPi](https://pypi.org/project/django-cas-ng) (π₯ 33K / month Β· π¦ 15 Β· β±οΈ 17.10.2023):
+- [PyPi](https://pypi.org/project/django-cas-ng) (π₯ 34K / month Β· π¦ 15 Β· β±οΈ 17.10.2023):
```
pip install django-cas-ng
```
@@ -1088,7 +1073,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/dfunckt/django-rules
```
-- [PyPi](https://pypi.org/project/rules) (π₯ 360K / month Β· π¦ 56 Β· β±οΈ 02.09.2024):
+- [PyPi](https://pypi.org/project/rules) (π₯ 350K / month Β· π¦ 56 Β· β±οΈ 02.09.2024):
```
pip install rules
```
@@ -1100,7 +1085,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/authomatic/authomatic
```
-- [PyPi](https://pypi.org/project/authomatic) (π₯ 4.1K / month Β· π¦ 10 Β· β±οΈ 28.05.2024):
+- [PyPi](https://pypi.org/project/authomatic) (π₯ 4.3K / month Β· π¦ 10 Β· β±οΈ 28.05.2024):
```
pip install authomatic
```
@@ -1124,7 +1109,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) (π₯ 54K / month Β· π¦ 7 Β· β±οΈ 14.12.2024):
+- [PyPi](https://pypi.org/project/fastapi_login) (π₯ 49K / month Β· π¦ 7 Β· β±οΈ 14.12.2024):
```
pip install fastapi_login
```
@@ -1136,7 +1121,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/mgrouchy/django-stronghold
```
-- [PyPi](https://pypi.org/project/django-stronghold) (π₯ 32K / month Β· π¦ 8 Β· β±οΈ 17.01.2020):
+- [PyPi](https://pypi.org/project/django-stronghold) (π₯ 35K / month Β· π¦ 8 Β· β±οΈ 17.01.2020):
```
pip install django-stronghold
```
@@ -1160,7 +1145,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/wichert/pyramid_jwt
```
-- [PyPi](https://pypi.org/project/pyramid_jwt) (π₯ 7.6K / month Β· β±οΈ 05.05.2020):
+- [PyPi](https://pypi.org/project/pyramid_jwt) (π₯ 7.4K / month Β· β±οΈ 05.05.2020):
```
pip install pyramid_jwt
```
@@ -1199,30 +1184,30 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install lxml
```
-- [Conda](https://anaconda.org/conda-forge/lxml) (π₯ 16M Β· β±οΈ 22.08.2025):
+- [Conda](https://anaconda.org/conda-forge/lxml) (π₯ 16M Β· β±οΈ 02.09.2025):
```
conda install -c conda-forge lxml
```
-WeasyPrint (π₯39 Β· β 8K) - The awesome document factory. BSD-3
+WeasyPrint (π₯39 Β· β 8.1K) - The awesome document factory. BSD-3
-- [GitHub](https://github.com/Kozea/WeasyPrint) (π¨βπ» 160 Β· π 740 Β· π₯ 19K Β· π¦ 28K Β· π 2.1K - 7% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/Kozea/WeasyPrint) (π¨βπ» 160 Β· π 740 Β· π₯ 19K Β· π¦ 28K Β· π 2.1K - 7% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/Kozea/WeasyPrint
```
-- [PyPi](https://pypi.org/project/weasyprint) (π₯ 7.6M / month Β· π¦ 480 Β· β±οΈ 24.07.2025):
+- [PyPi](https://pypi.org/project/weasyprint) (π₯ 9.2M / month Β· π¦ 480 Β· β±οΈ 24.07.2025):
```
pip install weasyprint
```
-- [Conda](https://anaconda.org/conda-forge/weasyprint) (π₯ 280K Β· β±οΈ 04.07.2025):
+- [Conda](https://anaconda.org/conda-forge/weasyprint) (π₯ 290K Β· β±οΈ 03.09.2025):
```
conda install -c conda-forge weasyprint
```
-markupsafe (π₯38 Β· β 660) - Safely add untrusted strings to HTML/XML markup. BSD-3
+markupsafe (π₯37 Β· β 660) - Safely add untrusted strings to HTML/XML markup. BSD-3
-- [GitHub](https://github.com/pallets/markupsafe) (π¨βπ» 47 Β· π 160 Β· π₯ 9.9K Β· π¦ 2.2M Β· π 140 - 0% open Β· β±οΈ 14.06.2025):
+- [GitHub](https://github.com/pallets/markupsafe) (π¨βπ» 47 Β· π 160 Β· π₯ 10K Β· π¦ 2.2M Β· π 140 - 0% open Β· β±οΈ 14.06.2025):
```
git clone https://github.com/pallets/markupsafe
@@ -1243,11 +1228,11 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/mozilla/bleach
```
-- [PyPi](https://pypi.org/project/bleach) (π₯ 47M / month Β· π¦ 1.8K Β· β±οΈ 29.10.2024):
+- [PyPi](https://pypi.org/project/bleach) (π₯ 46M / month Β· π¦ 1.8K Β· β±οΈ 29.10.2024):
```
pip install bleach
```
-- [Conda](https://anaconda.org/conda-forge/bleach) (π₯ 23M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/bleach) (π₯ 24M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge bleach
```
@@ -1268,30 +1253,14 @@ _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 Β· π¦ 27K Β· π 190 - 28% open Β· β±οΈ 30.08.2024):
-
- ```
- git clone https://github.com/gawel/pyquery
- ```
-- [PyPi](https://pypi.org/project/pyquery) (π₯ 2.1M / month Β· π¦ 520 Β· β±οΈ 30.08.2024):
- ```
- pip install pyquery
- ```
-- [Conda](https://anaconda.org/conda-forge/pyquery) (π₯ 84K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge pyquery
- ```
-
selectolax (π₯31 Β· β 1.4K) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
-- [GitHub](https://github.com/rushter/selectolax) (π¨βπ» 24 Β· π 81 Β· π¦ 2.2K Β· π 130 - 16% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/rushter/selectolax) (π¨βπ» 24 Β· π 81 Β· π¦ 2.2K Β· π 130 - 14% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/rushter/selectolax
```
-- [PyPi](https://pypi.org/project/selectolax) (π₯ 1M / month Β· π¦ 180 Β· β±οΈ 09.08.2025):
+- [PyPi](https://pypi.org/project/selectolax) (π₯ 970K / month Β· π¦ 180 Β· β±οΈ 28.08.2025):
```
pip install selectolax
```
@@ -1303,15 +1272,16 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/kovidgoyal/html5-parser
```
-- [PyPi](https://pypi.org/project/html5-parser) (π₯ 14K / month Β· π¦ 11 Β· β±οΈ 19.11.2023):
+- [PyPi](https://pypi.org/project/html5-parser) (π₯ 13K / month Β· π¦ 11 Β· β±οΈ 19.11.2023):
```
pip install html5-parser
```
-Show 2 hidden projects...
+Show 3 hidden projects...
- html5lib-python (π₯33 Β· β 1.2K Β· π) - Standards-compliant library for parsing and serializing.. MIT
- Requests-HTML (π₯31 Β· β 14K Β· π) - Pythonic HTML Parsing for Humans. MIT
+- pyquery (π₯31 Β· β 2.4K Β· π) - A jquery-like library for python. BSD-3
@@ -1321,16 +1291,16 @@ _General purpose web frameworks to build web applications and REST APIs._
tldextract (π₯34 Β· β 1.9K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
-- [GitHub](https://github.com/john-kurkowski/tldextract) (π¨βπ» 51 Β· π 210 Β· π¦ 42K Β· π 210 - 6% open Β· β±οΈ 03.08.2025):
+- [GitHub](https://github.com/john-kurkowski/tldextract) (π¨βπ» 51 Β· π 210 Β· π¦ 42K Β· π 210 - 7% open Β· β±οΈ 03.08.2025):
```
git clone https://github.com/john-kurkowski/tldextract
```
-- [PyPi](https://pypi.org/project/tldextract) (π₯ 17M / month Β· π¦ 740 Β· β±οΈ 22.04.2025):
+- [PyPi](https://pypi.org/project/tldextract) (π₯ 18M / month Β· π¦ 740 Β· β±οΈ 22.04.2025):
```
pip install tldextract
```
-- [Conda](https://anaconda.org/conda-forge/tldextract) (π₯ 630K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/tldextract) (π₯ 640K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge tldextract
```
@@ -1342,7 +1312,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/skorokithakis/shortuuid
```
-- [PyPi](https://pypi.org/project/shortuuid) (π₯ 6.1M / month Β· π¦ 590 Β· β±οΈ 11.03.2024):
+- [PyPi](https://pypi.org/project/shortuuid) (π₯ 5.9M / month Β· π¦ 590 Β· β±οΈ 11.03.2024):
```
pip install shortuuid
```
@@ -1351,50 +1321,50 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge shortuuid
```
-furl (π₯30 Β· β 2.7K) - URL parsing and manipulation made easy. Unlicense
+Yarl (π₯30 Β· β 1.4K) - Yet another URL library. Apache-2
-- [GitHub](https://github.com/gruns/furl) (π¨βπ» 16 Β· π 160 Β· π 130 - 31% open Β· β±οΈ 25.03.2025):
+- [GitHub](https://github.com/aio-libs/yarl) (π¨βπ» 120 Β· π 180):
```
- git clone https://github.com/gruns/furl
+ git clone https://github.com/aio-libs/yarl
```
-- [PyPi](https://pypi.org/project/furl) (π₯ 4.8M / month Β· π¦ 500 Β· β±οΈ 09.03.2025):
+- [PyPi](https://pypi.org/project/yarl) (π₯ 230M / month Β· π¦ 2.8K Β· β±οΈ 10.06.2025):
```
- pip install furl
+ pip install yarl
```
-- [Conda](https://anaconda.org/conda-forge/furl) (π₯ 560K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/yarl) (π₯ 20M Β· β±οΈ 10.06.2025):
```
- conda install -c conda-forge furl
+ conda install -c conda-forge yarl
```
-Yarl (π₯30 Β· β 1.4K) - Yet another URL library. Apache-2
+furl (π₯29 Β· β 2.7K) - URL parsing and manipulation made easy. Unlicense
-- [GitHub](https://github.com/aio-libs/yarl) (π¨βπ» 120 Β· π 170):
+- [GitHub](https://github.com/gruns/furl) (π¨βπ» 16 Β· π 160 Β· π 130 - 31% open Β· β±οΈ 25.03.2025):
```
- git clone https://github.com/aio-libs/yarl
+ git clone https://github.com/gruns/furl
```
-- [PyPi](https://pypi.org/project/yarl) (π₯ 230M / month Β· π¦ 2.8K Β· β±οΈ 10.06.2025):
+- [PyPi](https://pypi.org/project/furl) (π₯ 4.7M / month Β· π¦ 500 Β· β±οΈ 09.03.2025):
```
- pip install yarl
+ pip install furl
```
-- [Conda](https://anaconda.org/conda-forge/yarl) (π₯ 20M Β· β±οΈ 10.06.2025):
+- [Conda](https://anaconda.org/conda-forge/furl) (π₯ 570K Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge yarl
+ conda install -c conda-forge furl
```
-uritemplate (π₯29 Β· β 240) - URI template parsing per RFC6570. BSD-3
+uritemplate (π₯28 Β· β 240) - URI template parsing per RFC6570. BSD-3
- [GitHub](https://github.com/python-hyper/uritemplate) (π¨βπ» 19 Β· π 32 Β· π₯ 2 Β· π 35 - 17% open Β· β±οΈ 11.08.2025):
```
git clone https://github.com/python-hyper/uritemplate
```
-- [PyPi](https://pypi.org/project/uritemplate) (π₯ 89M / month Β· π¦ 570 Β· β±οΈ 02.06.2025):
+- [PyPi](https://pypi.org/project/uritemplate) (π₯ 90M / month Β· π¦ 570 Β· β±οΈ 02.06.2025):
```
pip install uritemplate
```
-- [Conda](https://anaconda.org/conda-forge/uritemplate) (π₯ 5.4M Β· β±οΈ 02.06.2025):
+- [Conda](https://anaconda.org/conda-forge/uritemplate) (π₯ 5.5M Β· β±οΈ 02.06.2025):
```
conda install -c conda-forge uritemplate
```
@@ -1413,12 +1383,12 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (π₯44 Β· β 25K) - OpenAPI Generator allows generation of API client.. Apache-2 
-- [GitHub](https://github.com/OpenAPITools/openapi-generator) (π¨βπ» 3.6K Β· π 7.1K Β· π¦ 5 Β· π 9.8K - 54% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/OpenAPITools/openapi-generator) (π¨βπ» 3.6K Β· π 7.1K Β· π¦ 5 Β· π 9.8K - 54% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/OpenAPITools/openapi-generator
```
-- [PyPi](https://pypi.org/project/openapi-generator-cli) (π₯ 100K / month Β· π¦ 14 Β· β±οΈ 23.08.2025):
+- [PyPi](https://pypi.org/project/openapi-generator-cli) (π₯ 110K / month Β· π¦ 14 Β· β±οΈ 23.08.2025):
```
pip install openapi-generator-cli
```
@@ -1429,27 +1399,27 @@ _General purpose web frameworks to build web applications and REST APIs._
swagger-ui (π₯37 Β· β 28K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 
-- [GitHub](https://github.com/swagger-api/swagger-ui) (π¨βπ» 600 Β· π 9.2K Β· π¦ 38K Β· π 5.7K - 22% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/swagger-api/swagger-ui) (π¨βπ» 600 Β· π 9.2K Β· π¦ 38K Β· π 5.7K - 22% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/swagger-api/swagger-ui
```
-datamodel-code-generator (π₯36 Β· β 3.4K Β· π) - Pydantic model and dataclasses.dataclass generator.. MIT 
+datamodel-code-generator (π₯36 Β· β 3.4K) - Pydantic model and dataclasses.dataclass generator.. MIT 
-- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (π¨βπ» 180 Β· π 390 Β· π¦ 2.5K Β· π 700 - 37% open Β· β±οΈ 25.08.2025):
+- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (π¨βπ» 180 Β· π 390 Β· π¦ 2.5K Β· π 700 - 37% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/koxudaxi/datamodel-code-generator
```
-- [PyPi](https://pypi.org/project/datamodel-code-generator) (π₯ 6.4M / month Β· π¦ 310 Β· β±οΈ 14.08.2025):
+- [PyPi](https://pypi.org/project/datamodel-code-generator) (π₯ 6.5M / month Β· π¦ 310 Β· β±οΈ 14.08.2025):
```
pip install datamodel-code-generator
```
apispec (π₯36 Β· β 1.2K) - A pluggable API specification generator. Currently supports the.. MIT 
-- [GitHub](https://github.com/marshmallow-code/apispec) (π¨βπ» 91 Β· π 180 Β· π¦ 19K Β· π 280 - 11% open Β· β±οΈ 04.08.2025):
+- [GitHub](https://github.com/marshmallow-code/apispec) (π¨βπ» 91 Β· π 180 Β· π¦ 19K Β· π 280 - 11% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/marshmallow-code/apispec
@@ -1458,12 +1428,28 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install apispec
```
-- [Conda](https://anaconda.org/conda-forge/apispec) (π₯ 990K Β· β±οΈ 13.05.2025):
+- [Conda](https://anaconda.org/conda-forge/apispec) (π₯ 1M Β· β±οΈ 13.05.2025):
```
conda install -c conda-forge apispec
```
-drf-yasg (π₯35 Β· β 3.5K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 

+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 Β· π¦ 16K Β· π 1.1K - 12% open Β· β±οΈ 09.06.2025):
+
+ ```
+ git clone https://github.com/zalando/connexion
+ ```
+- [PyPi](https://pypi.org/project/connexion) (π₯ 7.9M / month Β· π¦ 220 Β· β±οΈ 06.08.2025):
+ ```
+ pip install connexion
+ ```
+- [Conda](https://anaconda.org/conda-forge/connexion) (π₯ 460K Β· β±οΈ 22.04.2025):
+ ```
+ conda install -c conda-forge connexion
+ ```
+
+drf-yasg (π₯34 Β· β 3.5K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 

- [GitHub](https://github.com/axnsan12/drf-yasg) (π¨βπ» 73 Β· π 440 Β· π¦ 130K Β· π 670 - 37% open Β· β±οΈ 20.08.2025):
@@ -1479,7 +1465,7 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge drf-yasg
```
-drf-spectacular (π₯35 Β· β 2.7K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 
+drf-spectacular (π₯34 Β· β 2.7K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 
- [GitHub](https://github.com/tfranzel/drf-spectacular) (π¨βπ» 120 Β· π 300 Β· π¦ 140K Β· π 1K - 16% open Β· β±οΈ 07.05.2025):
@@ -1495,22 +1481,6 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge drf-spectacular
```
-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 Β· π¦ 16K Β· π 1.1K - 12% open Β· β±οΈ 09.06.2025):
-
- ```
- git clone https://github.com/zalando/connexion
- ```
-- [PyPi](https://pypi.org/project/connexion) (π₯ 8M / month Β· π¦ 220 Β· β±οΈ 06.08.2025):
- ```
- pip install connexion
- ```
-- [Conda](https://anaconda.org/conda-forge/connexion) (π₯ 450K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge connexion
- ```
-
redoc (π₯32 Β· β 25K) - OpenAPI/Swagger-generated API Reference Documentation. MIT 
- [GitHub](https://github.com/Redocly/redoc) (π¨βπ» 230 Β· π 2.3K Β· π₯ 150 Β· π¦ 12K Β· π 1.9K - 20% open Β· β±οΈ 30.07.2025):
@@ -1529,7 +1499,7 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-python-client (π₯32 Β· β 1.7K) - Generate modern Python clients from OpenAPI. MIT 
-- [GitHub](https://github.com/openapi-generators/openapi-python-client) (π¨βπ» 93 Β· π 250 Β· π¦ 1.3K Β· π 410 - 20% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/openapi-generators/openapi-python-client) (π¨βπ» 93 Β· π 250 Β· π¦ 1.3K Β· π 410 - 20% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/openapi-generators/openapi-python-client
@@ -1538,7 +1508,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install openapi-python-client
```
-- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (π₯ 66K Β· β±οΈ 28.07.2025):
+- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (π₯ 67K Β· β±οΈ 31.08.2025):
```
conda install -c conda-forge openapi-python-client
```
@@ -1561,20 +1531,20 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (π₯31 Β· β 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT 
-- [GitHub](https://github.com/Azure/autorest) (π¨βπ» 180 Β· π 740 Β· π₯ 77K Β· π¦ 740 Β· π 2.2K - 6% open Β· β±οΈ 18.08.2025):
+- [GitHub](https://github.com/Azure/autorest) (π¨βπ» 180 Β· π 740 Β· π₯ 77K Β· π¦ 740 Β· π 2.2K - 6% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/Azure/autorest
```
-openapi-core (π₯31 Β· β 340) - Openapi-core is a Python library that adds client-side and.. BSD-3
+openapi-core (π₯30 Β· β 340) - Openapi-core is a Python library that adds client-side and.. BSD-3
-- [GitHub](https://github.com/python-openapi/openapi-core) (π¨βπ» 70 Β· π 130 Β· π¦ 1.3K Β· π 260 - 31% open Β· β±οΈ 18.08.2025):
+- [GitHub](https://github.com/python-openapi/openapi-core) (π¨βπ» 70 Β· π 130 Β· π¦ 1.4K Β· π 260 - 32% open Β· β±οΈ 18.08.2025):
```
git clone https://github.com/p1c2u/openapi-core
```
-- [PyPi](https://pypi.org/project/openapi-core) (π₯ 3M / month Β· π¦ 75 Β· β±οΈ 20.03.2025):
+- [PyPi](https://pypi.org/project/openapi-core) (π₯ 3.2M / month Β· π¦ 75 Β· β±οΈ 20.03.2025):
```
pip install openapi-core
```
@@ -1583,14 +1553,14 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge openapi-core
```
-Spectree (π₯26 Β· β 340) - API spec validator and OpenAPI document generator for Python.. Apache-2 
+Spectree (π₯26 Β· β 350) - API spec validator and OpenAPI document generator for Python.. Apache-2 
-- [GitHub](https://github.com/0b01001001/spectree) (π¨βπ» 48 Β· π 84 Β· π¦ 130 Β· π 130 - 12% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/0b01001001/spectree) (π¨βπ» 48 Β· π 84 Β· π¦ 130 Β· π 130 - 13% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/0b01001001/spectree
```
-- [PyPi](https://pypi.org/project/spectree) (π₯ 180K / month Β· π¦ 8 Β· β±οΈ 27.08.2025):
+- [PyPi](https://pypi.org/project/spectree) (π₯ 190K / month Β· π¦ 8 Β· β±οΈ 30.08.2025):
```
pip install spectree
```
@@ -1602,7 +1572,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/Pylons/pyramid_openapi3
```
-- [PyPi](https://pypi.org/project/pyramid_openapi3) (π₯ 21K / month Β· β±οΈ 29.07.2025):
+- [PyPi](https://pypi.org/project/pyramid_openapi3) (π₯ 18K / month Β· β±οΈ 29.07.2025):
```
pip install pyramid_openapi3
```
@@ -1615,7 +1585,7 @@ _General purpose web frameworks to build web applications and REST APIs._
- OpenAPI-to-GraphQL (π₯27 Β· β 1.6K Β· π) - Translate APIs described by OpenAPI Specifications.. MIT 

- flask-swagger (π₯25 Β· β 460 Β· π) - A swagger 2.0 spec extractor for flask. MIT 
- Spectacle (π₯21 Β· β 1.3K Β· π) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT 
-- pyramid_swagger (π₯16 Β· β 62 Β· π) - Convenient tools for using Swagger to define and.. BSD-3 
+- pyramid_swagger (π₯17 Β· β 62 Β· π) - Convenient tools for using Swagger to define and.. BSD-3 
@@ -1625,7 +1595,7 @@ _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..
-graphene (π₯36 Β· β 8.2K Β· π€) - GraphQL framework for Python. MIT 
+graphene (π₯37 Β· β 8.2K Β· π€) - GraphQL framework for Python. MIT 
- [GitHub](https://github.com/graphql-python/graphene) (π¨βπ» 210 Β· π 830 Β· π¦ 29K Β· π 1K - 10% open Β· β±οΈ 09.11.2024):
@@ -1636,7 +1606,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install graphene
```
-- [Conda](https://anaconda.org/conda-forge/graphene) (π₯ 660K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/graphene) (π₯ 670K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge graphene
```
@@ -1653,7 +1623,19 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install strawberry-graphql
```
-graphene-django (π₯34 Β· β 4.4K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT 

+ariadne (π₯34 Β· β 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 
+
+- [GitHub](https://github.com/mirumee/ariadne) (π¨βπ» 85 Β· π 190 Β· π₯ 57 Β· π¦ 2K Β· π 330 - 11% open Β· β±οΈ 15.07.2025):
+
+ ```
+ git clone https://github.com/mirumee/ariadne
+ ```
+- [PyPi](https://pypi.org/project/ariadne) (π₯ 890K / month Β· π¦ 84 Β· β±οΈ 18.04.2025):
+ ```
+ pip install ariadne
+ ```
+
+graphene-django (π₯32 Β· β 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):
@@ -1669,21 +1651,9 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge graphene-django
```
-ariadne (π₯34 Β· β 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 
-
-- [GitHub](https://github.com/mirumee/ariadne) (π¨βπ» 85 Β· π 190 Β· π₯ 57 Β· π¦ 2K Β· π 330 - 11% open Β· β±οΈ 15.07.2025):
-
- ```
- git clone https://github.com/mirumee/ariadne
- ```
-- [PyPi](https://pypi.org/project/ariadne) (π₯ 910K / month Β· π¦ 84 Β· β±οΈ 18.04.2025):
- ```
- pip install ariadne
- ```
-
-graphql-core (π₯33 Β· β 520) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
+graphql-core (π₯32 Β· β 520) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
-- [GitHub](https://github.com/graphql-python/graphql-core) (π¨βπ» 41 Β· π 140 Β· π¦ 38K Β· π 160 - 18% open Β· β±οΈ 18.06.2025):
+- [GitHub](https://github.com/graphql-python/graphql-core) (π¨βπ» 41 Β· π 140 Β· π¦ 39K Β· π 160 - 18% open Β· β±οΈ 18.06.2025):
```
git clone https://github.com/graphql-python/graphql-core
@@ -1704,7 +1674,7 @@ _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) (π₯ 11K / month Β· π¦ 3 Β· β±οΈ 17.06.2024):
+- [PyPi](https://pypi.org/project/graphene-mongo) (π₯ 12K / month Β· π¦ 3 Β· β±οΈ 17.06.2024):
```
pip install graphene-mongo
```
@@ -1715,12 +1685,12 @@ _General purpose web frameworks to build web applications and REST APIs._
graphene-pydantic (π₯21 Β· β 240 Β· π€) - Integrate GraphQL with your Pydantic models. Apache-2 
-- [GitHub](https://github.com/graphql-python/graphene-pydantic) (π¨βπ» 24 Β· π 43 Β· π 47 - 29% open Β· β±οΈ 14.01.2025):
+- [GitHub](https://github.com/graphql-python/graphene-pydantic) (π¨βπ» 24 Β· π 44 Β· π 47 - 29% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/graphql-python/graphene-pydantic
```
-- [PyPi](https://pypi.org/project/graphene-pydantic) (π₯ 89K / month Β· π¦ 3 Β· β±οΈ 01.02.2024):
+- [PyPi](https://pypi.org/project/graphene-pydantic) (π₯ 92K / month Β· π¦ 3 Β· β±οΈ 01.02.2024):
```
pip install graphene-pydantic
```
@@ -1742,18 +1712,18 @@ _General purpose web frameworks to build web applications and REST APIs._
-websockets (π₯41 Β· β 5.5K) - Library for building WebSocket servers and clients in Python. BSD-3
+websockets (π₯40 Β· β 5.5K) - Library for building WebSocket servers and clients in Python. BSD-3
-- [GitHub](https://github.com/python-websockets/websockets) (π¨βπ» 82 Β· π 550 Β· π¦ 350K Β· π 1.2K - 0% open Β· β±οΈ 16.08.2025):
+- [GitHub](https://github.com/python-websockets/websockets) (π¨βπ» 82 Β· π 550 Β· π¦ 350K Β· π 1.2K - 1% open Β· β±οΈ 30.08.2025):
```
git clone https://github.com/aaugustin/websockets
```
-- [PyPi](https://pypi.org/project/websockets) (π₯ 98M / month Β· π¦ 6.3K Β· β±οΈ 05.03.2025):
+- [PyPi](https://pypi.org/project/websockets) (π₯ 99M / month Β· π¦ 6.3K Β· β±οΈ 05.03.2025):
```
pip install websockets
```
-- [Conda](https://anaconda.org/conda-forge/websockets) (π₯ 4.7M Β· β±οΈ 28.07.2025):
+- [Conda](https://anaconda.org/conda-forge/websockets) (π₯ 4.7M Β· β±οΈ 29.08.2025):
```
conda install -c conda-forge websockets
```
@@ -1769,23 +1739,23 @@ _General purpose web frameworks to build web applications and REST APIs._
```
pip install websocket-client
```
-- [Conda](https://anaconda.org/conda-forge/websocket-client) (π₯ 19M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/websocket-client) (π₯ 20M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge websocket-client
```
python-socketio (π₯35 Β· β 4.2K) - Python Socket.IO server and client. MIT
-- [GitHub](https://github.com/miguelgrinberg/python-socketio) (π¨βπ» 82 Β· π 610 Β· π¦ 66K Β· π 850 - 1% open Β· β±οΈ 24.08.2025):
+- [GitHub](https://github.com/miguelgrinberg/python-socketio) (π¨βπ» 82 Β· π 610 Β· π¦ 66K Β· π 850 - 1% open Β· β±οΈ 30.08.2025):
```
git clone https://github.com/miguelgrinberg/python-socketio
```
-- [PyPi](https://pypi.org/project/python-socketio) (π₯ 8.6M / month Β· π¦ 770 Β· β±οΈ 12.04.2025):
+- [PyPi](https://pypi.org/project/python-socketio) (π₯ 9.2M / month Β· π¦ 770 Β· β±οΈ 12.04.2025):
```
pip install python-socketio
```
-- [Conda](https://anaconda.org/conda-forge/python-socketio) (π₯ 620K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/python-socketio) (π₯ 630K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge python-socketio
```
@@ -1806,36 +1776,36 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge daphne
```
-autobahn-python (π₯34 Β· β 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
+Flask-SocketIO (π₯33 Β· β 5.5K Β· π€) - Socket.IO integration for Flask applications. MIT 
-- [GitHub](https://github.com/crossbario/autobahn-python) (π¨βπ» 140 Β· π 770 Β· π¦ 42K Β· π 900 - 20% open Β· β±οΈ 30.06.2025):
+- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (π¨βπ» 71 Β· π 900 Β· π¦ 60K Β· π 1.6K - 0% open Β· β±οΈ 06.01.2025):
```
- git clone https://github.com/crossbario/autobahn-python
+ git clone https://github.com/miguelgrinberg/Flask-SocketIO
```
-- [PyPi](https://pypi.org/project/autobahn) (π₯ 2.4M / month Β· π¦ 270 Β· β±οΈ 02.08.2024):
+- [PyPi](https://pypi.org/project/flask-socketio) (π₯ 1.8M / month Β· π¦ 540 Β· β±οΈ 06.01.2025):
```
- pip install autobahn
+ pip install flask-socketio
```
-- [Conda](https://anaconda.org/conda-forge/autobahn) (π₯ 640K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/flask-socketio) (π₯ 500K Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge autobahn
+ conda install -c conda-forge flask-socketio
```
-Flask-SocketIO (π₯33 Β· β 5.5K Β· π€) - Socket.IO integration for Flask applications. MIT 
+autobahn-python (π₯33 Β· β 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
-- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (π¨βπ» 71 Β· π 900 Β· π¦ 60K Β· π 1.6K - 0% open Β· β±οΈ 06.01.2025):
+- [GitHub](https://github.com/crossbario/autobahn-python) (π¨βπ» 140 Β· π 770 Β· π¦ 42K Β· π 900 - 20% open Β· β±οΈ 30.06.2025):
```
- git clone https://github.com/miguelgrinberg/Flask-SocketIO
+ git clone https://github.com/crossbario/autobahn-python
```
-- [PyPi](https://pypi.org/project/flask-socketio) (π₯ 1.8M / month Β· π¦ 540 Β· β±οΈ 06.01.2025):
+- [PyPi](https://pypi.org/project/autobahn) (π₯ 2.4M / month Β· π¦ 270 Β· β±οΈ 02.08.2024):
```
- pip install flask-socketio
+ pip install autobahn
```
-- [Conda](https://anaconda.org/conda-forge/flask-socketio) (π₯ 500K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/autobahn) (π₯ 650K Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge flask-socketio
+ conda install -c conda-forge autobahn
```
websockify (π₯29 Β· β 4.2K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. βοΈLGPL-3.0
@@ -1845,27 +1815,27 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/novnc/websockify
```
-- [PyPi](https://pypi.org/project/websockify) (π₯ 140K / month Β· π¦ 22 Β· β±οΈ 26.05.2025):
+- [PyPi](https://pypi.org/project/websockify) (π₯ 160K / month Β· π¦ 22 Β· β±οΈ 26.05.2025):
```
pip install websockify
```
-- [Conda](https://anaconda.org/conda-forge/websockify) (π₯ 210K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/websockify) (π₯ 220K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge websockify
```
-httpx-ws (π₯26 Β· β 130) - WebSocket support for HTTPX. MIT
+httpx-ws (π₯25 Β· β 130) - WebSocket support for HTTPX. MIT
- [GitHub](https://github.com/frankie567/httpx-ws) (π¨βπ» 14 Β· π 25 Β· π₯ 410 Β· π¦ 900 Β· π 38 - 18% open Β· β±οΈ 28.03.2025):
```
git clone https://github.com/frankie567/httpx-ws
```
-- [PyPi](https://pypi.org/project/httpx-ws) (π₯ 1.2M / month Β· π¦ 51 Β· β±οΈ 28.03.2025):
+- [PyPi](https://pypi.org/project/httpx-ws) (π₯ 1.3M / month Β· π¦ 51 Β· β±οΈ 28.03.2025):
```
pip install httpx-ws
```
-- [Conda](https://anaconda.org/conda-forge/httpx-ws) (π₯ 31K Β· β±οΈ 16.07.2025):
+- [Conda](https://anaconda.org/conda-forge/httpx-ws) (π₯ 32K Β· β±οΈ 16.07.2025):
```
conda install -c conda-forge httpx-ws
```
@@ -1885,7 +1855,7 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (π₯50 Β· β 44K) - C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
-- [GitHub](https://github.com/grpc/grpc) (π¨βπ» 1.1K Β· π 11K Β· π¦ 6.4K Β· π 12K - 9% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/grpc/grpc) (π¨βπ» 1.1K Β· π 11K Β· π¦ 6.4K Β· π 12K - 9% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/grpc/grpc
@@ -1906,7 +1876,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/tomerfiliba-org/rpyc
```
-- [PyPi](https://pypi.org/project/rpyc) (π₯ 820K / month Β· π¦ 220 Β· β±οΈ 18.04.2025):
+- [PyPi](https://pypi.org/project/rpyc) (π₯ 850K / month Β· π¦ 220 Β· β±οΈ 18.04.2025):
```
pip install rpyc
```
@@ -1934,7 +1904,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/unum-cloud/ucall
```
-- [PyPi](https://pypi.org/project/ucall) (π₯ 820 / month Β· π¦ 1 Β· β±οΈ 15.04.2024):
+- [PyPi](https://pypi.org/project/ucall) (π₯ 730 / month Β· π¦ 1 Β· β±οΈ 15.04.2024):
```
pip install ucall
```
@@ -1956,7 +1926,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) (π₯ 350K / month Β· π¦ 65 Β· β±οΈ 29.05.2025):
+- [PyPi](https://pypi.org/project/chalice) (π₯ 330K / month Β· π¦ 65 Β· β±οΈ 29.05.2025):
```
pip install chalice
```
@@ -1967,8 +1937,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects...
-- Zappa (π₯33 Β· β 12K Β· π) - Serverless Python. MIT
-- python-lambda (π₯26 Β· β 1.5K Β· π) - A toolkit for developing and deploying serverless Python code.. ISC
+- Zappa (π₯32 Β· β 12K Β· π) - Serverless Python. MIT
+- python-lambda (π₯25 Β· β 1.5K Β· π) - A toolkit for developing and deploying serverless Python code.. ISC
- lambdarest (π₯20 Β· β 94 Β· π) - Flask like web framework for AWS Lambda. MIT
@@ -1977,18 +1947,18 @@ _General purpose web frameworks to build web applications and REST APIs._
-wagtail (π₯41 Β· β 20K) - A Django content management system focused on flexibility and user.. BSD-3 
+wagtail (π₯42 Β· β 20K Β· π) - A Django content management system focused on flexibility and.. BSD-3 
-- [GitHub](https://github.com/wagtail/wagtail) (π¨βπ» 1K Β· π 4.1K Β· π¦ 12K Β· π 5.5K - 17% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/wagtail/wagtail) (π¨βπ» 1K Β· π 4.2K Β· π¦ 12K Β· π 5.5K - 17% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/wagtail/wagtail
```
-- [PyPi](https://pypi.org/project/wagtail) (π₯ 440K / month Β· π¦ 790 Β· β±οΈ 04.08.2025):
+- [PyPi](https://pypi.org/project/wagtail) (π₯ 400K / month Β· π¦ 790 Β· β±οΈ 28.08.2025):
```
pip install wagtail
```
-- [Conda](https://anaconda.org/conda-forge/wagtail) (π₯ 140K Β· β±οΈ 05.08.2025):
+- [Conda](https://anaconda.org/conda-forge/wagtail) (π₯ 140K Β· β±οΈ 28.08.2025):
```
conda install -c conda-forge wagtail
```
@@ -2000,19 +1970,19 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/django-cms/django-cms
```
-- [PyPi](https://pypi.org/project/django-cms) (π₯ 72K / month Β· π¦ 340 Β· β±οΈ 17.07.2025):
+- [PyPi](https://pypi.org/project/django-cms) (π₯ 84K / month Β· π¦ 340 Β· β±οΈ 17.07.2025):
```
pip install django-cms
```
-mezzanine (π₯33 Β· β 4.8K) - CMS framework for Django. BSD-2 
+mezzanine (π₯32 Β· β 4.8K) - CMS framework for Django. BSD-2 
- [GitHub](https://github.com/stephenmcd/mezzanine) (π¨βπ» 330 Β· π 1.6K Β· π¦ 2.5K Β· π 1.1K - 5% open Β· β±οΈ 06.04.2025):
```
git clone https://github.com/stephenmcd/mezzanine
```
-- [PyPi](https://pypi.org/project/mezzanine) (π₯ 5.9K / month Β· π¦ 24 Β· β±οΈ 04.06.2025):
+- [PyPi](https://pypi.org/project/mezzanine) (π₯ 5.7K / month Β· π¦ 24 Β· β±οΈ 04.06.2025):
```
pip install mezzanine
```
@@ -2024,7 +1994,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/lektor/lektor
```
-- [PyPi](https://pypi.org/project/lektor) (π₯ 3.2K / month Β· π¦ 40 Β· β±οΈ 18.08.2024):
+- [PyPi](https://pypi.org/project/lektor) (π₯ 3.6K / month Β· π¦ 40 Β· β±οΈ 18.08.2024):
```
pip install lektor
```
@@ -2040,7 +2010,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/feincms/feincms
```
-- [PyPi](https://pypi.org/project/feincms) (π₯ 5.9K / month Β· π¦ 14 Β· β±οΈ 05.05.2025):
+- [PyPi](https://pypi.org/project/feincms) (π₯ 5.7K / month Β· π¦ 14 Β· β±οΈ 05.05.2025):
```
pip install feincms
```
@@ -2057,7 +2027,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (π₯51 Β· β 33K) - A browser automation framework and ecosystem. Apache-2
-- [GitHub](https://github.com/SeleniumHQ/selenium) (π¨βπ» 910 Β· π 8.6K Β· π₯ 26M Β· π¦ 360K Β· π 11K - 2% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/SeleniumHQ/selenium) (π¨βπ» 920 Β· π 8.6K Β· π₯ 26M Β· π¦ 360K Β· π 11K - 2% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/SeleniumHQ/selenium
@@ -2073,16 +2043,16 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (π₯44 Β· β 3.2K) - The code coverage tool for Python. Apache-2
-- [GitHub](https://github.com/nedbat/coveragepy) (π¨βπ» 210 Β· π 460 Β· π¦ 470K Β· π 1.6K - 15% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/nedbat/coveragepy) (π¨βπ» 210 Β· π 460 Β· π¦ 470K Β· π 1.6K - 15% open Β· β±οΈ 31.08.2025):
```
git clone https://github.com/nedbat/coveragepy
```
-- [PyPi](https://pypi.org/project/coverage) (π₯ 140M / month Β· π¦ 20K Β· β±οΈ 23.08.2025):
+- [PyPi](https://pypi.org/project/coverage) (π₯ 130M / month Β· π¦ 20K Β· β±οΈ 29.08.2025):
```
pip install coverage
```
-- [Conda](https://anaconda.org/conda-forge/coverage) (π₯ 26M Β· β±οΈ 24.08.2025):
+- [Conda](https://anaconda.org/conda-forge/coverage) (π₯ 27M Β· β±οΈ 03.09.2025):
```
conda install -c conda-forge coverage
```
@@ -2094,35 +2064,35 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/mitmproxy/mitmproxy
```
-- [PyPi](https://pypi.org/project/mitmproxy) (π₯ 820K / month Β· π¦ 160 Β· β±οΈ 24.08.2025):
+- [PyPi](https://pypi.org/project/mitmproxy) (π₯ 850K / month Β· π¦ 160 Β· β±οΈ 24.08.2025):
```
pip install mitmproxy
```
Locust (π₯42 Β· β 27K) - Write scalable load tests in plain Python. MIT
-- [GitHub](https://github.com/locustio/locust) (π¨βπ» 360 Β· π 3.1K Β· π¦ 16K Β· π 1.7K - 0% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/locustio/locust) (π¨βπ» 370 Β· π 3.1K Β· π¦ 16K Β· π 1.7K - 0% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/locustio/locust
```
-- [PyPi](https://pypi.org/project/locust) (π₯ 6.1M / month Β· π¦ 170 Β· β±οΈ 20.08.2025):
+- [PyPi](https://pypi.org/project/locust) (π₯ 6.3M / month Β· π¦ 180 Β· β±οΈ 04.09.2025):
```
pip install locust
```
-- [Conda](https://anaconda.org/conda-forge/locust) (π₯ 260K Β· β±οΈ 20.08.2025):
+- [Conda](https://anaconda.org/conda-forge/locust) (π₯ 260K Β· β±οΈ 01.09.2025):
```
conda install -c conda-forge locust
```
SeleniumBase (π₯40 Β· β 12K) - Python APIs for web automation, testing, and bypassing bot-detection. MIT
-- [GitHub](https://github.com/seleniumbase/SeleniumBase) (π¨βπ» 40 Β· π 1.4K Β· π¦ 2.6K Β· π 1.8K - 1% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/seleniumbase/SeleniumBase) (π¨βπ» 40 Β· π 1.4K Β· π¦ 2.6K Β· π 1.8K - 1% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/seleniumbase/SeleniumBase
```
-- [PyPi](https://pypi.org/project/seleniumbase) (π₯ 2.3M / month Β· π¦ 65 Β· β±οΈ 27.08.2025):
+- [PyPi](https://pypi.org/project/seleniumbase) (π₯ 2.2M / month Β· π¦ 65 Β· β±οΈ 29.08.2025):
```
pip install seleniumbase
```
@@ -2145,12 +2115,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-silk (π₯35 Β· β 4.8K) - Silky smooth profiling for Django. MIT 
-- [GitHub](https://github.com/jazzband/django-silk) (π¨βπ» 160 Β· π 350 Β· π₯ 240 Β· π¦ 6.2K Β· π 390 - 33% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/jazzband/django-silk) (π¨βπ» 160 Β· π 350 Β· π₯ 240 Β· π¦ 6.2K Β· π 390 - 33% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/jazzband/django-silk
```
-- [PyPi](https://pypi.org/project/django-silk) (π₯ 1.7M / month Β· π¦ 27 Β· β±οΈ 26.08.2025):
+- [PyPi](https://pypi.org/project/django-silk) (π₯ 1.8M / month Β· π¦ 27 Β· β±οΈ 26.08.2025):
```
pip install django-silk
```
@@ -2162,23 +2132,23 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/kevin1024/vcrpy
```
-- [PyPi](https://pypi.org/project/vcrpy) (π₯ 5.4M / month Β· π¦ 380 Β· β±οΈ 31.12.2024):
+- [PyPi](https://pypi.org/project/vcrpy) (π₯ 5M / month Β· π¦ 380 Β· β±οΈ 31.12.2024):
```
pip install vcrpy
```
-- [Conda](https://anaconda.org/conda-forge/vcrpy) (π₯ 530K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/vcrpy) (π₯ 540K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge vcrpy
```
-schemathesis (π₯34 Β· β 2.7K) - Catch API bugs before your users do. MIT 

+schemathesis (π₯33 Β· β 2.7K) - Catch API bugs before your users do. MIT 

-- [GitHub](https://github.com/schemathesis/schemathesis) (π¨βπ» 71 Β· π 180 Β· π¦ 620 Β· π 940 - 5% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/schemathesis/schemathesis) (π¨βπ» 71 Β· π 180 Β· π¦ 630 Β· π 940 - 5% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/schemathesis/schemathesis
```
-- [PyPi](https://pypi.org/project/schemathesis) (π₯ 630K / month Β· π¦ 18 Β· β±οΈ 28.08.2025):
+- [PyPi](https://pypi.org/project/schemathesis) (π₯ 670K / month Β· π¦ 18 Β· β±οΈ 01.09.2025):
```
pip install schemathesis
```
@@ -2202,11 +2172,27 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/httprunner/httprunner
```
-- [PyPi](https://pypi.org/project/httprunner) (π₯ 27K / month Β· π¦ 7 Β· β±οΈ 23.07.2023):
+- [PyPi](https://pypi.org/project/httprunner) (π₯ 33K / month Β· π¦ 7 Β· β±οΈ 23.07.2023):
```
pip install httprunner
```
+factory_boy (π₯31 Β· β 3.7K) - A test fixtures replacement for Python. MIT 
+
+- [GitHub](https://github.com/FactoryBoy/factory_boy) (π¨βπ» 130 Β· π 400 Β· π 620 - 30% open Β· β±οΈ 31.08.2025):
+
+ ```
+ git clone https://github.com/FactoryBoy/factory_boy
+ ```
+- [PyPi](https://pypi.org/project/factory_boy) (π₯ 10M / month Β· π¦ 650 Β· β±οΈ 03.02.2025):
+ ```
+ pip install factory_boy
+ ```
+- [Conda](https://anaconda.org/conda-forge/factory_boy) (π₯ 210K Β· β±οΈ 25.04.2025):
+ ```
+ conda install -c conda-forge factory_boy
+ ```
+
SeleniumLibrary (π₯31 Β· β 1.4K) - Web testing library for Robot Framework. Apache-2
- [GitHub](https://github.com/robotframework/SeleniumLibrary) (π¨βπ» 120 Β· π 780 Β· π₯ 3.8K Β· π 1.1K - 6% open Β· β±οΈ 04.08.2025):
@@ -2225,7 +2211,7 @@ _General purpose web frameworks to build web applications and REST APIs._
tavern (π₯31 Β· β 1.1K) - A command-line tool and Python library and Pytest plugin for automated.. MIT
-- [GitHub](https://github.com/taverntesting/tavern) (π¨βπ» 64 Β· π 200 Β· π¦ 830 Β· π 620 - 6% open Β· β±οΈ 24.08.2025):
+- [GitHub](https://github.com/taverntesting/tavern) (π¨βπ» 64 Β· π 200 Β· π¦ 830 Β· π 620 - 6% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/taverntesting/tavern
@@ -2242,72 +2228,72 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/stoplightio/prism
```
-- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (π₯ 300K / month Β· π¦ 66 Β· β±οΈ 17.04.2025):
+- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (π₯ 310K / month Β· π¦ 66 Β· β±οΈ 17.04.2025):
```
npm install @stoplight/prism-cli
```
-factory_boy (π₯30 Β· β 3.7K) - A test fixtures replacement for Python. MIT 
+playwright (π₯28 Β· β 14K) - A high-level API to automate web browsers. Apache-2
-- [GitHub](https://github.com/FactoryBoy/factory_boy) (π¨βπ» 130 Β· π 400 Β· π 620 - 30% open Β· β±οΈ 03.02.2025):
+- [GitHub](https://github.com/Microsoft/playwright-python) (π 1.1K):
```
- git clone https://github.com/FactoryBoy/factory_boy
+ git clone https://github.com/Microsoft/playwright-python
```
-- [PyPi](https://pypi.org/project/factory_boy) (π₯ 10M / month Β· π¦ 650 Β· β±οΈ 03.02.2025):
+- [PyPi](https://pypi.org/project/playwright) (π₯ 21M / month Β· π¦ 2.7K Β· β±οΈ 28.08.2025):
```
- pip install factory_boy
+ pip install playwright
```
-- [Conda](https://anaconda.org/conda-forge/factory_boy) (π₯ 200K Β· β±οΈ 25.04.2025):
+- [Conda](https://anaconda.org/microsoft/playwright) (π₯ 100K Β· β±οΈ 02.09.2025):
```
- conda install -c conda-forge factory_boy
+ conda install -c microsoft playwright
```
-webtest (π₯29 Β· β 340) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
+selene (π₯28 Β· β 720 Β· π€) - User-oriented Web UI browser tests in Python. MIT
-- [GitHub](https://github.com/Pylons/webtest) (π¨βπ» 95 Β· π 110 Β· π¦ 13K Β· π 140 - 21% open Β· β±οΈ 04.06.2025):
+- [GitHub](https://github.com/yashaka/selene) (π¨βπ» 44 Β· π 160 Β· π¦ 6K Β· π 350 - 42% open Β· β±οΈ 15.02.2025):
```
- git clone https://github.com/Pylons/webtest
+ git clone https://github.com/yashaka/selene
```
-- [PyPi](https://pypi.org/project/webtest) (π₯ 1.3M / month Β· π¦ 340 Β· β±οΈ 04.06.2025):
+- [PyPi](https://pypi.org/project/selene) (π₯ 21K / month Β· π¦ 2 Β· β±οΈ 06.03.2024):
```
- pip install webtest
- ```
-- [Conda](https://anaconda.org/conda-forge/webtest) (π₯ 20K Β· β±οΈ 14.06.2025):
- ```
- conda install -c conda-forge webtest
+ pip install selene
```
-playwright (π₯28 Β· β 14K) - A high-level API to automate web browsers. Apache-2
+webtest (π₯28 Β· β 340) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
-- [GitHub](https://github.com/Microsoft/playwright-python) (π 1K):
+- [GitHub](https://github.com/Pylons/webtest) (π¨βπ» 95 Β· π 110 Β· π¦ 13K Β· π 140 - 21% open Β· β±οΈ 04.06.2025):
```
- git clone https://github.com/Microsoft/playwright-python
+ git clone https://github.com/Pylons/webtest
```
-- [PyPi](https://pypi.org/project/playwright) (π₯ 20M / month Β· π¦ 2.7K Β· β±οΈ 28.08.2025):
+- [PyPi](https://pypi.org/project/webtest) (π₯ 1.3M / month Β· π¦ 340 Β· β±οΈ 04.06.2025):
```
- pip install playwright
+ pip install webtest
```
-- [Conda](https://anaconda.org/microsoft/playwright) (π₯ 100K Β· β±οΈ 22.07.2025):
+- [Conda](https://anaconda.org/conda-forge/webtest) (π₯ 20K Β· β±οΈ 14.06.2025):
```
- conda install -c microsoft playwright
+ conda install -c conda-forge webtest
```
-selene (π₯28 Β· β 720) - User-oriented Web UI browser tests in Python. MIT
+Model Bakery (π₯26 Β· β 930) - Object factory for Django. Apache-2 
-- [GitHub](https://github.com/yashaka/selene) (π¨βπ» 44 Β· π 160 Β· π¦ 6K Β· π 350 - 42% open Β· β±οΈ 15.02.2025):
+- [GitHub](https://github.com/model-bakers/model_bakery) (π¨βπ» 63 Β· π 96 Β· π 160 - 18% open Β· β±οΈ 12.08.2025):
```
- git clone https://github.com/yashaka/selene
+ git clone https://github.com/model-bakers/model_bakery
```
-- [PyPi](https://pypi.org/project/selene) (π₯ 22K / month Β· π¦ 2 Β· β±οΈ 06.03.2024):
+- [PyPi](https://pypi.org/project/model_bakery) (π₯ 950K / month Β· π¦ 85 Β· β±οΈ 07.06.2025):
```
- pip install selene
+ pip install model_bakery
+ ```
+- [Conda](https://anaconda.org/conda-forge/model_bakery) (π₯ 34K Β· β±οΈ 22.04.2025):
+ ```
+ conda install -c conda-forge model_bakery
```
-aioresponses (π₯27 Β· β 550 Β· π€) - Aioresponses is a helper for mock/fake web requests in python.. MIT
+aioresponses (π₯26 Β· β 550 Β· π€) - Aioresponses is a helper for mock/fake web requests in python.. MIT
- [GitHub](https://github.com/pnuckowski/aioresponses) (π¨βπ» 54 Β· π 89 Β· π 110 - 48% open Β· β±οΈ 19.01.2025):
@@ -2319,22 +2305,6 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install aioresponses
```
-Model Bakery (π₯26 Β· β 920) - Object factory for Django. Apache-2 
-
-- [GitHub](https://github.com/model-bakers/model_bakery) (π¨βπ» 63 Β· π 96 Β· π 160 - 18% open Β· β±οΈ 12.08.2025):
-
- ```
- git clone https://github.com/model-bakers/model_bakery
- ```
-- [PyPi](https://pypi.org/project/model_bakery) (π₯ 970K / month Β· π¦ 85 Β· β±οΈ 07.06.2025):
- ```
- pip install model_bakery
- ```
-- [Conda](https://anaconda.org/conda-forge/model_bakery) (π₯ 34K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge model_bakery
- ```
-
pytest-flask (π₯26 Β· β 500 Β· π€) - A set of pytest fixtures to test Flask applications. MIT 
- [GitHub](https://github.com/pytest-dev/pytest-flask) (π¨βπ» 37 Β· π 90 Β· π₯ 17 Β· π 86 - 17% open Β· β±οΈ 07.01.2025):
@@ -2342,7 +2312,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/pytest-dev/pytest-flask
```
-- [PyPi](https://pypi.org/project/pytest-flask) (π₯ 820K / month Β· π¦ 200 Β· β±οΈ 23.10.2023):
+- [PyPi](https://pypi.org/project/pytest-flask) (π₯ 790K / month Β· π¦ 200 Β· β±οΈ 23.10.2023):
```
pip install pytest-flask
```
@@ -2353,7 +2323,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium-python-helium (π₯25 Β· β 8K) - Lighter web automation with Python. MIT
-- [GitHub](https://github.com/mherrmann/helium) (π¨βπ» 12 Β· π 490 Β· π¦ 740 Β· π 99 - 52% open Β· β±οΈ 28.04.2025):
+- [GitHub](https://github.com/mherrmann/helium) (π¨βπ» 12 Β· π 490 Β· π¦ 750 Β· π 99 - 52% open Β· β±οΈ 28.04.2025):
```
git clone https://github.com/mherrmann/selenium-python-helium
@@ -2370,7 +2340,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/tryolabs/requestium
```
-- [PyPi](https://pypi.org/project/requestium) (π₯ 48K / month Β· π¦ 8 Β· β±οΈ 04.02.2024):
+- [PyPi](https://pypi.org/project/requestium) (π₯ 47K / month Β· π¦ 8 Β· β±οΈ 04.02.2024):
```
pip install requestium
```
@@ -2382,7 +2352,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/mindflayer/python-mocket
```
-- [PyPi](https://pypi.org/project/mocket) (π₯ 32K / month Β· π¦ 15 Β· β±οΈ 24.08.2025):
+- [PyPi](https://pypi.org/project/mocket) (π₯ 29K / month Β· π¦ 15 Β· β±οΈ 24.08.2025):
```
pip install mocket
```
@@ -2394,7 +2364,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/fsociety-team/fsociety
```
-- [PyPi](https://pypi.org/project/fsociety) (π₯ 1.7K / month Β· β±οΈ 01.05.2022):
+- [PyPi](https://pypi.org/project/fsociety) (π₯ 1.6K / month Β· β±οΈ 01.05.2022):
```
pip install fsociety
```
@@ -2406,27 +2376,15 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/revsys/django-test-plus
```
-- [PyPi](https://pypi.org/project/django-test-plus) (π₯ 99K / month Β· π¦ 4 Β· β±οΈ 02.07.2025):
+- [PyPi](https://pypi.org/project/django-test-plus) (π₯ 100K / month Β· π¦ 4 Β· β±οΈ 02.07.2025):
```
pip install django-test-plus
```
-- [Conda](https://anaconda.org/conda-forge/django-test-plus) (π₯ 46K Β· β±οΈ 03.07.2025):
+- [Conda](https://anaconda.org/conda-forge/django-test-plus) (π₯ 47K Β· β±οΈ 03.07.2025):
```
conda install -c conda-forge django-test-plus
```
-gabbi (π₯23 Β· β 150) - Declarative HTTP Testing for Python and anything else. Apache-2
-
-- [GitHub](https://github.com/cdent/gabbi) (π¨βπ» 30 Β· π 36 Β· π₯ 33 Β· π 160 - 15% open Β· β±οΈ 26.05.2025):
-
- ```
- git clone https://github.com/cdent/gabbi
- ```
-- [PyPi](https://pypi.org/project/gabbi) (π₯ 27K / month Β· π¦ 10 Β· β±οΈ 26.05.2025):
- ```
- pip install gabbi
- ```
-
flask-debugtoolbar (π₯22 Β· β 950) - MongoDB Bugbounty POC by @nvk0x. BSD-3 
- [GitHub](https://github.com/flask-debugtoolbar/flask-debugtoolbar) (π 150 Β· β±οΈ 11.08.2025):
@@ -2434,7 +2392,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) (π₯ 710K / month Β· π¦ 78 Β· β±οΈ 28.09.2024):
+- [PyPi](https://pypi.org/project/flask-debugtoolbar) (π₯ 730K / month Β· π¦ 78 Β· β±οΈ 28.09.2024):
```
pip install flask-debugtoolbar
```
@@ -2443,6 +2401,18 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge flask-debugtoolbar
```
+gabbi (π₯22 Β· β 160) - Declarative HTTP Testing for Python and anything else. Apache-2
+
+- [GitHub](https://github.com/cdent/gabbi) (π¨βπ» 30 Β· π 36 Β· π₯ 33 Β· π 160 - 15% open Β· β±οΈ 26.05.2025):
+
+ ```
+ git clone https://github.com/cdent/gabbi
+ ```
+- [PyPi](https://pypi.org/project/gabbi) (π₯ 28K / month Β· π¦ 10 Β· β±οΈ 26.05.2025):
+ ```
+ pip install gabbi
+ ```
+
Show 22 hidden projects...
- pytest-django (π₯37 Β· β 1.5K) - A Django plugin for pytest. βUnlicensed 
@@ -2476,12 +2446,12 @@ _General purpose web frameworks to build web applications and REST APIs._
wtforms (π₯37 Β· β 1.6K) - A flexible forms validation and rendering library for Python. BSD-3
-- [GitHub](https://github.com/pallets-eco/wtforms) (π¨βπ» 170 Β· π 400 Β· π₯ 36 Β· π¦ 260K Β· π 470 - 13% open Β· β±οΈ 22.08.2025):
+- [GitHub](https://github.com/pallets-eco/wtforms) (π¨βπ» 170 Β· π 400 Β· π₯ 37 Β· π¦ 260K Β· π 470 - 13% open Β· β±οΈ 22.08.2025):
```
git clone https://github.com/wtforms/wtforms
```
-- [PyPi](https://pypi.org/project/wtforms) (π₯ 13M / month Β· π¦ 570 Β· β±οΈ 21.10.2024):
+- [PyPi](https://pypi.org/project/wtforms) (π₯ 12M / month Β· π¦ 570 Β· β±οΈ 21.10.2024):
```
pip install wtforms
```
@@ -2497,7 +2467,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/django-crispy-forms/django-crispy-forms
```
-- [PyPi](https://pypi.org/project/django-crispy-forms) (π₯ 1.9M / month Β· π¦ 440 Β· β±οΈ 13.04.2025):
+- [PyPi](https://pypi.org/project/django-crispy-forms) (π₯ 1.8M / month Β· π¦ 440 Β· β±οΈ 13.04.2025):
```
pip install django-crispy-forms
```
@@ -2506,9 +2476,9 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge django-crispy-forms
```
-flask-wtf (π₯31 Β· β 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 
+flask-wtf (π₯32 Β· β 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 
-- [GitHub](https://github.com/pallets-eco/flask-wtf) (π¨βπ» 99 Β· π 310 Β· π₯ 37 Β· π 330 - 8% open Β· β±οΈ 19.06.2025):
+- [GitHub](https://github.com/pallets-eco/flask-wtf) (π¨βπ» 99 Β· π 310 Β· π₯ 38 Β· π 330 - 8% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/wtforms/flask-wtf
@@ -2522,7 +2492,7 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge flask-wtf
```
-django-formtools (π₯28 Β· β 860) - A set of high-level abstractions for Django forms. BSD-3 
+django-formtools (π₯29 Β· β 860) - 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):
@@ -2546,12 +2516,12 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown (π₯40 Β· β 4.1K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
-- [GitHub](https://github.com/Python-Markdown/markdown) (π¨βπ» 180 Β· π 880 Β· π₯ 260 Β· π¦ 490K Β· π 920 - 2% open Β· β±οΈ 01.08.2025):
+- [GitHub](https://github.com/Python-Markdown/markdown) (π¨βπ» 180 Β· π 880 Β· π₯ 260 Β· π¦ 490K Β· π 930 - 2% open Β· β±οΈ 01.08.2025):
```
git clone https://github.com/Python-Markdown/markdown
```
-- [PyPi](https://pypi.org/project/markdown) (π₯ 66M / month Β· π¦ 5.1K Β· β±οΈ 19.06.2025):
+- [PyPi](https://pypi.org/project/markdown) (π₯ 64M / month Β· π¦ 5.1K Β· β±οΈ 19.06.2025):
```
pip install markdown
```
@@ -2560,30 +2530,30 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge markdown
```
-mistune (π₯37 Β· β 2.9K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
+mistune (π₯38 Β· β 2.9K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
-- [GitHub](https://github.com/lepture/mistune) (π¨βπ» 48 Β· π 260 Β· π¦ 360K Β· π 310 - 14% open Β· β±οΈ 21.05.2025):
+- [GitHub](https://github.com/lepture/mistune) (π¨βπ» 48 Β· π 260 Β· π¦ 360K Β· π 310 - 13% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/lepture/mistune
```
-- [PyPi](https://pypi.org/project/mistune) (π₯ 49M / month Β· π¦ 1.3K Β· β±οΈ 19.03.2025):
+- [PyPi](https://pypi.org/project/mistune) (π₯ 48M / month Β· π¦ 1.3K Β· β±οΈ 29.08.2025):
```
pip install mistune
```
-- [Conda](https://anaconda.org/conda-forge/mistune) (π₯ 23M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/mistune) (π₯ 24M Β· β±οΈ 29.08.2025):
```
conda install -c conda-forge mistune
```
-pelican (π₯36 Β· β 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.5K Β· π¦ 8.6K Β· π 1.7K - 4% open Β· β±οΈ 22.07.2025):
```
git clone https://github.com/getpelican/pelican
```
-- [PyPi](https://pypi.org/project/pelican) (π₯ 56K / month Β· π¦ 240 Β· β±οΈ 15.01.2025):
+- [PyPi](https://pypi.org/project/pelican) (π₯ 57K / month Β· π¦ 240 Β· β±οΈ 15.01.2025):
```
pip install pelican
```
@@ -2592,14 +2562,14 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge pelican
```
-markdown-it-py (π₯35 Β· β 940) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
+markdown-it-py (π₯35 Β· β 950) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
- [GitHub](https://github.com/executablebooks/markdown-it-py) (π¨βπ» 30 Β· π 80 Β· π¦ 340K Β· π 97 - 38% open Β· β±οΈ 11.08.2025):
```
git clone https://github.com/executablebooks/markdown-it-py
```
-- [PyPi](https://pypi.org/project/markdown-it-py) (π₯ 170M / month Β· π¦ 1.9K Β· β±οΈ 11.08.2025):
+- [PyPi](https://pypi.org/project/markdown-it-py) (π₯ 180M / month Β· π¦ 1.9K Β· β±οΈ 11.08.2025):
```
pip install markdown-it-py
```
@@ -2631,7 +2601,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/trentm/python-markdown2
```
-- [PyPi](https://pypi.org/project/markdown2) (π₯ 3.8M / month Β· π¦ 560 Β· β±οΈ 27.07.2025):
+- [PyPi](https://pypi.org/project/markdown2) (π₯ 3.6M / month Β· π¦ 560 Β· β±οΈ 27.07.2025):
```
pip install markdown2
```
@@ -2643,7 +2613,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/Alir3z4/html2text
```
-- [PyPi](https://pypi.org/project/html2text) (π₯ 8.1M / month Β· π¦ 1.2K Β· β±οΈ 15.04.2025):
+- [PyPi](https://pypi.org/project/html2text) (π₯ 8.6M / month Β· π¦ 1.2K Β· β±οΈ 15.04.2025):
```
pip install html2text
```
@@ -2655,24 +2625,24 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/neutronX/django-markdownx
```
-- [PyPi](https://pypi.org/project/django-markdownx) (π₯ 80K / month Β· π¦ 16 Β· β±οΈ 23.04.2025):
+- [PyPi](https://pypi.org/project/django-markdownx) (π₯ 81K / month Β· π¦ 16 Β· β±οΈ 23.04.2025):
```
pip install django-markdownx
```
-django-markdown-editor (π₯28 Β· β 860) - Awesome Django Markdown Editor, supported for.. βοΈGPL-3.0 
+django-markdown-editor (π₯28 Β· β 870) - Awesome Django Markdown Editor, supported for.. βοΈGPL-3.0 
-- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (π¨βπ» 44 Β· π 1.3K Β· π¦ 1.2K Β· π 160 - 22% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (π¨βπ» 44 Β· π 1.3K Β· π¦ 1.2K Β· π 170 - 22% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/agusmakmun/django-markdown-editor
```
-- [PyPi](https://pypi.org/project/martor) (π₯ 20K / month Β· π¦ 16 Β· β±οΈ 28.08.2025):
+- [PyPi](https://pypi.org/project/martor) (π₯ 20K / month Β· π¦ 16 Β· β±οΈ 03.09.2025):
```
pip install martor
```
-mistletoe (π₯26 Β· β 960) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
+mistletoe (π₯26 Β· β 970) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
- [GitHub](https://github.com/miyuchina/mistletoe) (π¨βπ» 39 Β· π 120 Β· π₯ 1.5K Β· π¦ 1.5K Β· π 150 - 17% open Β· β±οΈ 13.07.2025):
@@ -2701,55 +2671,39 @@ _General purpose web frameworks to build web applications and REST APIs._
google-api-python-client (π₯43 Β· β 8.4K) - The official Python client library for Googles.. Apache-2
-- [GitHub](https://github.com/googleapis/google-api-python-client) (π¨βπ» 200 Β· π 2.5K Β· π¦ 280K Β· π 1.1K - 14% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/googleapis/google-api-python-client) (π¨βπ» 200 Β· π 2.5K Β· π¦ 280K Β· π 1.1K - 14% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/googleapis/google-api-python-client
```
-- [PyPi](https://pypi.org/project/google-api-python-client) (π₯ 110M / month Β· π¦ 3.5K Β· β±οΈ 13.08.2025):
+- [PyPi](https://pypi.org/project/google-api-python-client) (π₯ 110M / month Β· π¦ 3.6K Β· β±οΈ 02.09.2025):
```
pip install google-api-python-client
```
-- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (π₯ 4M Β· β±οΈ 14.08.2025):
+- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (π₯ 4M Β· β±οΈ 03.09.2025):
```
conda install -c conda-forge google-api-python-client
```
-python-telegram-bot (π₯42 Β· β 28K) - We have made you a wrapper you cant refuse. βοΈGPL-3.0
-
-- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (π¨βπ» 200 Β· π 5.8K Β· π₯ 39K Β· π¦ 150K Β· π 2.3K - 0% open Β· β±οΈ 17.08.2025):
-
- ```
- git clone https://github.com/python-telegram-bot/python-telegram-bot
- ```
-- [PyPi](https://pypi.org/project/python-telegram-bot) (π₯ 18M / month Β· π¦ 870 Β· β±οΈ 20.07.2025):
- ```
- pip install python-telegram-bot
- ```
-- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (π₯ 160K Β· β±οΈ 21.07.2025):
- ```
- conda install -c conda-forge python-telegram-bot
- ```
-
discord.py (π₯42 Β· β 16K) - An API wrapper for Discord written in Python. MIT
-- [GitHub](https://github.com/Rapptz/discord.py) (π¨βπ» 440 Β· π 3.9K Β· π¦ 53K Β· π 3.1K - 4% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/Rapptz/discord.py) (π¨βπ» 440 Β· π 3.9K Β· π¦ 54K Β· π 3.1K - 4% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/Rapptz/discord.py
```
-- [PyPi](https://pypi.org/project/discord.py) (π₯ 2.5M / month Β· π¦ 1.1K Β· β±οΈ 24.08.2025):
+- [PyPi](https://pypi.org/project/discord.py) (π₯ 2.5M / month Β· π¦ 1.1K Β· β±οΈ 31.08.2025):
```
pip install discord.py
```
-- [Conda](https://anaconda.org/conda-forge/discord.py) (π₯ 30K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/discord.py) (π₯ 31K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge discord.py
```
GitPython (π₯42 Β· β 4.9K) - GitPython is a python library used to interact with Git repositories. BSD-3
-- [GitHub](https://github.com/gitpython-developers/GitPython) (π¨βπ» 330 Β· π 960 Β· π¦ 410K Β· π 1.1K - 16% open Β· β±οΈ 19.08.2025):
+- [GitHub](https://github.com/gitpython-developers/GitPython) (π¨βπ» 330 Β· π 960 Β· π¦ 410K Β· π 1.1K - 16% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/gitpython-developers/GitPython
@@ -2763,30 +2717,58 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge gitpython
```
+python-telegram-bot (π₯41 Β· β 28K) - We have made you a wrapper you cant refuse. βοΈGPL-3.0
+
+- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (π¨βπ» 200 Β· π 5.8K Β· π₯ 39K Β· π¦ 150K Β· π 2.3K - 0% open Β· β±οΈ 17.08.2025):
+
+ ```
+ git clone https://github.com/python-telegram-bot/python-telegram-bot
+ ```
+- [PyPi](https://pypi.org/project/python-telegram-bot) (π₯ 18M / month Β· π¦ 870 Β· β±οΈ 20.07.2025):
+ ```
+ pip install python-telegram-bot
+ ```
+- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (π₯ 160K Β· β±οΈ 21.07.2025):
+ ```
+ conda install -c conda-forge python-telegram-bot
+ ```
+
Telethon (π₯41 Β· β 11K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
-- [GitHub](https://github.com/LonamiWebs/Telethon) (π¨βπ» 200 Β· π 1.5K Β· π¦ 70K Β· π 2.4K - 3% open Β· β±οΈ 15.08.2025):
+- [GitHub](https://github.com/LonamiWebs/Telethon) (π¨βπ» 200 Β· π 1.5K Β· π¦ 70K Β· π 2.4K - 4% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/LonamiWebs/Telethon
```
-- [PyPi](https://pypi.org/project/telethon) (π₯ 1.4M / month Β· π¦ 430 Β· β±οΈ 21.04.2025):
+- [PyPi](https://pypi.org/project/telethon) (π₯ 1.4M / month Β· π¦ 490 Β· β±οΈ 01.09.2025):
```
pip install telethon
```
+pyTelegramBotAPI (π₯41 Β· β 8.5K) - Python Telegram bot api. βοΈGPL-2.0
+
+- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (π¨βπ» 260 Β· π 2.1K Β· π¦ 64K Β· π 1.3K - 0% open Β· β±οΈ 03.09.2025):
+
+ ```
+ git clone https://github.com/eternnoir/pyTelegramBotAPI
+ ```
+- [PyPi](https://pypi.org/project/pytelegrambotapi) (π₯ 1M / month Β· π¦ 280 Β· β±οΈ 03.09.2025):
+ ```
+ pip install pytelegrambotapi
+ ```
+
PyGithub (π₯41 Β· β 7.5K) - Typed interactions with the GitHub API v3. βοΈLGPL-3.0
-- [GitHub](https://github.com/PyGithub/PyGithub) (π¨βπ» 410 Β· π 1.9K Β· π¦ 67K Β· π 1.8K - 20% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/PyGithub/PyGithub) (π¨βπ» 420 Β· π 1.9K Β· π¦ 67K Β· π 1.8K - 19% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/PyGithub/PyGithub
```
-- [PyPi](https://pypi.org/project/pygithub) (π₯ 45M / month Β· π¦ 2.2K Β· β±οΈ 31.07.2025):
+- [PyPi](https://pypi.org/project/pygithub) (π₯ 46M / month Β· π¦ 2.2K Β· β±οΈ 02.09.2025):
```
pip install pygithub
```
-- [Conda](https://anaconda.org/conda-forge/pygithub) (π₯ 5.4M Β· β±οΈ 31.07.2025):
+- [Conda](https://anaconda.org/conda-forge/pygithub) (π₯ 5.5M Β· β±οΈ 03.09.2025):
```
conda install -c conda-forge pygithub
```
@@ -2798,7 +2780,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/ytdl-org/youtube-dl
```
-- [PyPi](https://pypi.org/project/youtube_dl) (π₯ 270K / month Β· π¦ 730 Β· β±οΈ 16.12.2021):
+- [PyPi](https://pypi.org/project/youtube_dl) (π₯ 260K / month Β· π¦ 730 Β· β±οΈ 16.12.2021):
```
pip install youtube_dl
```
@@ -2809,40 +2791,28 @@ _General purpose web frameworks to build web applications and REST APIs._
tweepy (π₯40 Β· β 11K) - Twitter for Python!. MIT
-- [GitHub](https://github.com/tweepy/tweepy) (π¨βπ» 250 Β· π 4.6K Β· π₯ 54 Β· π¦ 64K Β· π 1.3K - 7% open Β· β±οΈ 11.07.2025):
+- [GitHub](https://github.com/tweepy/tweepy) (π¨βπ» 250 Β· π 4.6K Β· π₯ 57 Β· π¦ 65K Β· π 1.3K - 7% open Β· β±οΈ 11.07.2025):
```
git clone https://github.com/tweepy/tweepy
```
-- [PyPi](https://pypi.org/project/tweepy) (π₯ 2.7M / month Β· π¦ 540 Β· β±οΈ 22.06.2025):
+- [PyPi](https://pypi.org/project/tweepy) (π₯ 2.8M / month Β· π¦ 540 Β· β±οΈ 22.06.2025):
```
pip install tweepy
```
-- [Conda](https://anaconda.org/conda-forge/tweepy) (π₯ 380K Β· β±οΈ 23.06.2025):
+- [Conda](https://anaconda.org/conda-forge/tweepy) (π₯ 390K Β· β±οΈ 23.06.2025):
```
conda install -c conda-forge tweepy
```
-pyTelegramBotAPI (π₯40 Β· β 8.5K) - Python Telegram bot api. βοΈGPL-2.0
-
-- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (π¨βπ» 260 Β· π 2.1K Β· π¦ 64K Β· π 1.3K - 0% open Β· β±οΈ 28.08.2025):
-
- ```
- git clone https://github.com/eternnoir/pyTelegramBotAPI
- ```
-- [PyPi](https://pypi.org/project/pytelegrambotapi) (π₯ 1M / month Β· π¦ 260 Β· β±οΈ 26.07.2025):
- ```
- pip install pytelegrambotapi
- ```
-
-gspread (π₯40 Β· β 7.4K) - Google Sheets Python API. MIT
+gspread (π₯39 Β· β 7.4K) - Google Sheets Python API. MIT
- [GitHub](https://github.com/burnash/gspread) (π¨βπ» 190 Β· π 960 Β· π₯ 18K Β· π¦ 53K Β· π 950 - 6% open Β· β±οΈ 08.08.2025):
```
git clone https://github.com/burnash/gspread
```
-- [PyPi](https://pypi.org/project/gspread) (π₯ 26M / month Β· π¦ 540 Β· β±οΈ 14.05.2025):
+- [PyPi](https://pypi.org/project/gspread) (π₯ 25M / month Β· π¦ 540 Β· β±οΈ 14.05.2025):
```
pip install gspread
```
@@ -2851,9 +2821,9 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge gspread
```
-python-slack-sdk (π₯37 Β· β 3.9K) - Slack Developer Kit for Python. MIT
+python-slack-sdk (π₯37 Β· β 4K) - Slack Developer Kit for Python. MIT
-- [GitHub](https://github.com/slackapi/python-slack-sdk) (π¨βπ» 180 Β· π 840 Β· π 890 - 4% open Β· β±οΈ 07.08.2025):
+- [GitHub](https://github.com/slackapi/python-slack-sdk) (π¨βπ» 180 Β· π 840 Β· π 890 - 4% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/slackapi/python-slack-sdk
@@ -2869,23 +2839,23 @@ _General purpose web frameworks to build web applications and REST APIs._
twilio (π₯37 Β· β 2K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
-- [GitHub](https://github.com/twilio/twilio-python) (π¨βπ» 150 Β· π 780 Β· π¦ 58K Β· π 340 - 9% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/twilio/twilio-python) (π¨βπ» 150 Β· π 780 Β· π¦ 58K Β· π 350 - 9% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/twilio/twilio-python
```
-- [PyPi](https://pypi.org/project/twilio) (π₯ 9.2M / month Β· π¦ 460 Β· β±οΈ 28.08.2025):
+- [PyPi](https://pypi.org/project/twilio) (π₯ 9.7M / month Β· π¦ 460 Β· β±οΈ 04.09.2025):
```
pip install twilio
```
-- [Conda](https://anaconda.org/conda-forge/twilio) (π₯ 330K Β· β±οΈ 18.08.2025):
+- [Conda](https://anaconda.org/conda-forge/twilio) (π₯ 330K Β· β±οΈ 04.09.2025):
```
conda install -c conda-forge twilio
```
gallery-dl (π₯36 Β· β 15K) - Command-line program to download image galleries and collections.. βοΈGPL-2.0
-- [GitHub](https://github.com/mikf/gallery-dl) (π¨βπ» 180 Β· π 1.2K Β· π₯ 920K Β· π¦ 21 Β· π 6.5K - 16% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/mikf/gallery-dl) (π¨βπ» 180 Β· π 1.2K Β· π₯ 930K Β· π¦ 21 Β· π 6.5K - 16% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/mikf/gallery-dl
@@ -2895,30 +2865,30 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install gallery-dl
```
-slackclient (π₯36 Β· β 3.9K) - Slack Developer Kit for Python. MIT
+slackclient (π₯36 Β· β 4K) - Slack Developer Kit for Python. MIT
-- [GitHub](https://github.com/slackapi/python-slack-sdk) (π¨βπ» 180 Β· π 840 Β· π 890 - 4% open Β· β±οΈ 07.08.2025):
+- [GitHub](https://github.com/slackapi/python-slack-sdk) (π¨βπ» 180 Β· π 840 Β· π 890 - 4% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/slackapi/python-slack-sdk
```
-- [PyPi](https://pypi.org/project/slackclient) (π₯ 7.4M / month Β· π¦ 500 Β· β±οΈ 22.04.2022):
+- [PyPi](https://pypi.org/project/slackclient) (π₯ 7.1M / month Β· π¦ 500 Β· β±οΈ 22.04.2022):
```
pip install slackclient
```
-- [Conda](https://anaconda.org/conda-forge/slackclient) (π₯ 990K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/slackclient) (π₯ 1M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge slackclient
```
praw (π₯36 Β· β 3.8K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
-- [GitHub](https://github.com/praw-dev/praw) (π¨βπ» 230 Β· π 460 Β· π¦ 26K Β· π 760 - 0% open Β· β±οΈ 12.08.2025):
+- [GitHub](https://github.com/praw-dev/praw) (π¨βπ» 230 Β· π 460 Β· π¦ 26K Β· π 760 - 0% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/praw-dev/praw
```
-- [PyPi](https://pypi.org/project/praw) (π₯ 870K / month Β· π¦ 310 Β· β±οΈ 25.10.2024):
+- [PyPi](https://pypi.org/project/praw) (π₯ 850K / month Β· π¦ 310 Β· β±οΈ 25.10.2024):
```
pip install praw
```
@@ -2929,7 +2899,7 @@ _General purpose web frameworks to build web applications and REST APIs._
jira (π₯36 Β· β 2.1K) - Python Jira library. Development chat available on.. BSD-2
-- [GitHub](https://github.com/pycontribs/jira) (π¨βπ» 270 Β· π 890 Β· π₯ 97K Β· π¦ 11K Β· π 780 - 24% open Β· β±οΈ 28.07.2025):
+- [GitHub](https://github.com/pycontribs/jira) (π¨βπ» 270 Β· π 890 Β· π₯ 100K Β· π¦ 11K Β· π 780 - 24% open Β· β±οΈ 28.07.2025):
```
git clone https://github.com/pycontribs/jira
@@ -2945,7 +2915,7 @@ _General purpose web frameworks to build web applications and REST APIs._
stripe (π₯35 Β· β 1.9K) - Python library for the Stripe API. MIT
-- [GitHub](https://github.com/stripe/stripe-python) (π¨βπ» 270 Β· π 460 Β· π 400 - 5% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/stripe/stripe-python) (π¨βπ» 270 Β· π 460 Β· π 400 - 5% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/stripe/stripe-python
@@ -2966,7 +2936,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/hvac/hvac
```
-- [PyPi](https://pypi.org/project/hvac) (π₯ 23M / month Β· π¦ 380 Β· β±οΈ 18.06.2024):
+- [PyPi](https://pypi.org/project/hvac) (π₯ 22M / month Β· π¦ 380 Β· β±οΈ 18.06.2024):
```
pip install hvac
```
@@ -2977,24 +2947,24 @@ _General purpose web frameworks to build web applications and REST APIs._
thumbor (π₯33 Β· β 10K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
-- [GitHub](https://github.com/thumbor/thumbor) (π¨βπ» 200 Β· π 840 Β· π¦ 370 Β· π 1K - 1% open Β· β±οΈ 19.08.2025):
+- [GitHub](https://github.com/thumbor/thumbor) (π¨βπ» 200 Β· π 840 Β· π¦ 370 Β· π 1K - 1% open Β· β±οΈ 30.08.2025):
```
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) (π₯ 18K / month Β· π¦ 50 Β· β±οΈ 15.05.2025):
```
pip install thumbor
```
sherlock (π₯32 Β· β 68K) - Hunt down social media accounts by username across social networks. MIT
-- [GitHub](https://github.com/sherlock-project/sherlock) (π¨βπ» 270 Β· π 7.7K Β· π 1.2K - 17% open Β· β±οΈ 06.05.2025):
+- [GitHub](https://github.com/sherlock-project/sherlock) (π¨βπ» 270 Β· π 7.8K Β· π 1.2K - 17% open Β· β±οΈ 06.05.2025):
```
git clone https://github.com/sherlock-project/sherlock
```
-- [PyPi](https://pypi.org/project/sherlock) (π₯ 26K / month Β· π¦ 15 Β· β±οΈ 18.02.2023):
+- [PyPi](https://pypi.org/project/sherlock) (π₯ 33K / month Β· π¦ 15 Β· β±οΈ 18.02.2023):
```
pip install sherlock
```
@@ -3027,44 +2997,32 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install wechatpy
```
-imdbpy (π₯30 Β· β 1.3K) - Cinemagoer is a Python package useful to retrieve and manage the.. βοΈGPL-2.0
+notion-sdk-py (π₯29 Β· β 2.1K) - Notion API client SDK, rewritten in Python! (sync + async). MIT
-- [GitHub](https://github.com/cinemagoer/cinemagoer) (π¨βπ» 84 Β· π 350 Β· π₯ 540 Β· π¦ 7.7K Β· π 350 - 24% open Β· β±οΈ 29.06.2025):
+- [GitHub](https://github.com/ramnes/notion-sdk-py) (π¨βπ» 39 Β· π 160 Β· π 120 - 10% open Β· β±οΈ 01.09.2025):
```
- git clone https://github.com/alberanid/imdbpy
- ```
-- [PyPi](https://pypi.org/project/imdbpy) (π₯ 320K / month Β· π¦ 35 Β· β±οΈ 09.07.2022):
- ```
- pip install imdbpy
+ git clone https://github.com/ramnes/notion-sdk-py
```
-
-python-twitter (π₯29 Β· β 3.4K Β· π€) - A Python wrapper around the Twitter API. Apache-2
-
-- [GitHub](https://github.com/bear/python-twitter) (π¨βπ» 170 Β· π 960 Β· π 420 - 24% open Β· β±οΈ 07.08.2024):
-
+- [PyPi](https://pypi.org/project/notion-client) (π₯ 3.1M / month Β· π¦ 180 Β· β±οΈ 26.08.2025):
```
- git clone https://github.com/bear/python-twitter
+ pip install notion-client
```
-- [PyPi](https://pypi.org/project/python-twitter) (π₯ 100K / month Β· π¦ 99 Β· β±οΈ 03.11.2018):
+- [Conda](https://anaconda.org/conda-forge/notion-client) (π₯ 13K Β· β±οΈ 22.04.2025):
```
- pip install python-twitter
+ conda install -c conda-forge notion-client
```
-notion-sdk-py (π₯29 Β· β 2.1K) - Notion API client SDK, rewritten in Python! (sync + async). MIT
+imdbpy (π₯29 Β· β 1.3K) - Cinemagoer is a Python package useful to retrieve and manage the.. βοΈGPL-2.0
-- [GitHub](https://github.com/ramnes/notion-sdk-py) (π¨βπ» 38 Β· π 160 Β· π 110 - 10% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/cinemagoer/cinemagoer) (π¨βπ» 84 Β· π 350 Β· π₯ 540 Β· π¦ 7.7K Β· π 350 - 24% open Β· β±οΈ 29.06.2025):
```
- git clone https://github.com/ramnes/notion-sdk-py
- ```
-- [PyPi](https://pypi.org/project/notion-client) (π₯ 3.1M / month Β· π¦ 180 Β· β±οΈ 26.08.2025):
- ```
- pip install notion-client
+ git clone https://github.com/alberanid/imdbpy
```
-- [Conda](https://anaconda.org/conda-forge/notion-client) (π₯ 13K Β· β±οΈ 22.04.2025):
+- [PyPi](https://pypi.org/project/imdbpy) (π₯ 290K / month Β· π¦ 35 Β· β±οΈ 09.07.2022):
```
- conda install -c conda-forge notion-client
+ pip install imdbpy
```
py-googletrans (π₯28 Β· β 4.2K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT
@@ -3074,45 +3032,45 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/ssut/py-googletrans
```
-- [PyPi](https://pypi.org/project/googletrans) (π₯ 510K / month Β· π¦ 400 Β· β±οΈ 01.01.2025):
+- [PyPi](https://pypi.org/project/googletrans) (π₯ 520K / month Β· π¦ 400 Β· β±οΈ 01.01.2025):
```
pip install googletrans
```
-twitter (π₯27 Β· β 3.3K) - Python Twitter API. MIT
+twitter (π₯27 Β· β 3.3K Β· π€) - Python Twitter API. MIT
- [GitHub](https://github.com/python-twitter-tools/twitter) (π¨βπ» 94 Β· π 710 Β· π 350 - 14% open Β· β±οΈ 10.02.2025):
```
git clone https://github.com/python-twitter-tools/twitter
```
-- [PyPi](https://pypi.org/project/twitter) (π₯ 22K / month Β· π¦ 50 Β· β±οΈ 19.09.2022):
+- [PyPi](https://pypi.org/project/twitter) (π₯ 20K / month Β· π¦ 50 Β· β±οΈ 19.09.2022):
```
pip install twitter
```
-notion-py (π₯26 Β· β 4.4K) - Unofficial Python API client for Notion.so. MIT
+scdl (π₯26 Β· β 3.8K) - Soundcloud Music Downloader. βοΈGPL-2.0
-- [GitHub](https://github.com/jamalex/notion-py) (π¨βπ» 36 Β· π 440 Β· π 270 - 57% open Β· β±οΈ 17.06.2025):
+- [GitHub](https://github.com/scdl-org/scdl) (π¨βπ» 53 Β· π 370 Β· π¦ 430 Β· π 420 - 25% open Β· β±οΈ 09.08.2025):
```
- git clone https://github.com/jamalex/notion-py
+ git clone https://github.com/flyingrub/scdl
```
-- [PyPi](https://pypi.org/project/notion) (π₯ 520K / month Β· π¦ 38 Β· β±οΈ 05.02.2021):
+- [PyPi](https://pypi.org/project/scdl) (π₯ 4K / month Β· π¦ 5 Β· β±οΈ 09.08.2025):
```
- pip install notion
+ pip install scdl
```
-scdl (π₯26 Β· β 3.8K) - Soundcloud Music Downloader. βοΈGPL-2.0
+notion-py (π₯25 Β· β 4.4K) - Unofficial Python API client for Notion.so. MIT
-- [GitHub](https://github.com/scdl-org/scdl) (π¨βπ» 53 Β· π 370 Β· π¦ 430 Β· π 420 - 24% open Β· β±οΈ 09.08.2025):
+- [GitHub](https://github.com/jamalex/notion-py) (π¨βπ» 36 Β· π 440 Β· π 270 - 57% open Β· β±οΈ 17.06.2025):
```
- git clone https://github.com/flyingrub/scdl
+ git clone https://github.com/jamalex/notion-py
```
-- [PyPi](https://pypi.org/project/scdl) (π₯ 4K / month Β· π¦ 5 Β· β±οΈ 09.08.2025):
+- [PyPi](https://pypi.org/project/notion) (π₯ 550K / month Β· π¦ 38 Β· β±οΈ 05.02.2021):
```
- pip install scdl
+ pip install notion
```
ghapi (π₯25 Β· β 660) - A delightful and complete interface to GitHubs amazing API. Apache-2
@@ -3122,12 +3080,12 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/fastai/ghapi
```
-- [PyPi](https://pypi.org/project/ghapi) (π₯ 2.3M / month Β· π¦ 110 Β· β±οΈ 31.08.2024):
+- [PyPi](https://pypi.org/project/ghapi) (π₯ 2.4M / month Β· π¦ 110 Β· β±οΈ 31.08.2024):
```
pip install ghapi
```
-Show 24 hidden projects...
+Show 25 hidden projects...
- pytube (π₯36 Β· β 13K Β· π) - A lightweight, dependency-free Python library (and command-line.. Unlicense
- tushare (π₯34 Β· β 14K Β· π) - TuShare is a utility for crawling historical data of China stocks. BSD-3
@@ -3138,10 +3096,11 @@ _General purpose web frameworks to build web applications and REST APIs._
- google-maps-services-python (π₯30 Β· β 4.8K Β· π) - Python client library for Google Maps API Web Services. Apache-2
- twython (π₯30 Β· β 1.9K Β· π) - Actively maintained, pure Python wrapper for the Twitter API... MIT
- coursera-dl (π₯29 Β· β 9.5K Β· π) - Script for downloading Coursera.org videos and naming them. βοΈLGPL-3.0
+- python-twitter (π₯29 Β· β 3.4K Β· π) - A Python wrapper around the Twitter API. Apache-2
- slacker (π₯29 Β· β 1.6K Β· π) - Full-featured Python interface for the Slack API. Apache-2
+- Google Images Download (π₯27 Β· β 8.7K Β· π) - Python Script to download hundreds of images from.. MIT
- telepot (π₯27 Β· β 2.4K Β· π) - Python framework for Telegram Bot API. MIT
- Django Facebook (π₯27 Β· β 1.4K Β· π) - Facebook open graph api implementation using the Django.. BSD-3
-- Google Images Download (π₯26 Β· β 8.7K Β· π) - Python Script to download hundreds of images from.. MIT
- python-instagram (π₯26 Β· β 3K Β· π) - Python Client for Instagram API. MIT
- gmusicapi (π₯26 Β· β 2.5K Β· π) - An unofficial client library for Google Music. BSD-3
- twitterscraper (π₯26 Β· β 2.5K Β· π) - Scrape Twitter for Tweets. MIT
@@ -3162,17 +3121,17 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (π₯32 Β· β 3.3K) - Mail hosting made simple. ISC
-- [GitHub](https://github.com/modoboa/modoboa) (π¨βπ» 120 Β· π 440 Β· π¦ 60 Β· π 1.9K - 4% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/modoboa/modoboa) (π¨βπ» 120 Β· π 440 Β· π¦ 60 Β· π 1.9K - 4% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/modoboa/modoboa
```
-- [PyPi](https://pypi.org/project/modoboa) (π₯ 6.2K / month Β· π¦ 15 Β· β±οΈ 22.08.2025):
+- [PyPi](https://pypi.org/project/modoboa) (π₯ 6.3K / month Β· π¦ 15 Β· β±οΈ 22.08.2025):
```
pip install modoboa
```
-flask-mail (π₯31 Β· β 630) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
+flask-mail (π₯30 Β· β 630) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
- [GitHub](https://github.com/pallets-eco/flask-mail) (π¨βπ» 41 Β· π 170 Β· π₯ 29 Β· π¦ 83K Β· π 120 - 10% open Β· β±οΈ 14.06.2025):
@@ -3190,24 +3149,24 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi-mail (π₯28 Β· β 820) - Fastapi mail system sending mails(individual, bulk).. MIT 
-- [GitHub](https://github.com/sabuhish/fastapi-mail) (π¨βπ» 45 Β· π 90 Β· π¦ 5.5K Β· π 120 - 9% open Β· β±οΈ 21.05.2025):
+- [GitHub](https://github.com/sabuhish/fastapi-mail) (π¨βπ» 46 Β· π 90 Β· π¦ 5.5K Β· π 120 - 9% open Β· β±οΈ 21.05.2025):
```
git clone https://github.com/sabuhish/fastapi-mail
```
-- [PyPi](https://pypi.org/project/fastapi-mail) (π₯ 710K / month Β· π¦ 25 Β· β±οΈ 21.05.2025):
+- [PyPi](https://pypi.org/project/fastapi-mail) (π₯ 680K / month Β· π¦ 25 Β· β±οΈ 21.05.2025):
```
pip install fastapi-mail
```
mailer (π₯22 Β· β 280) - A light-weight, modular, message representation and mail delivery framework.. MIT
-- [GitHub](https://github.com/marrow/mailer) (π¨βπ» 22 Β· π 62 Β· π₯ 240 Β· π 75 - 28% open Β· β±οΈ 21.05.2025):
+- [GitHub](https://github.com/marrow/mailer) (π¨βπ» 22 Β· π 62 Β· π₯ 250 Β· π 76 - 27% open Β· β±οΈ 21.05.2025):
```
git clone https://github.com/marrow/mailer
```
-- [PyPi](https://pypi.org/project/mailer) (π₯ 87K / month Β· π¦ 7 Β· β±οΈ 22.04.2015):
+- [PyPi](https://pypi.org/project/mailer) (π₯ 88K / month Β· π¦ 7 Β· β±οΈ 22.04.2015):
```
pip install mailer
```
@@ -3223,7 +3182,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/moggers87/salmon
```
-- [PyPi](https://pypi.org/project/salmon-mail) (π₯ 310 / month Β· π¦ 1 Β· β±οΈ 09.08.2024):
+- [PyPi](https://pypi.org/project/salmon-mail) (π₯ 280 / month Β· π¦ 1 Β· β±οΈ 09.08.2024):
```
pip install salmon-mail
```
@@ -3247,7 +3206,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (π₯45 Β· β 58K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
-- [GitHub](https://github.com/scrapy/scrapy) (π¨βπ» 680 Β· π 11K Β· π¦ 55K Β· π 3.4K - 20% open Β· β±οΈ 21.08.2025):
+- [GitHub](https://github.com/scrapy/scrapy) (π¨βπ» 680 Β· π 11K Β· π¦ 55K Β· π 3.4K - 20% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/scrapy/scrapy
@@ -3263,12 +3222,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
feedparser (π₯37 Β· β 2.2K) - Parse feeds in Python. BSD-2
-- [GitHub](https://github.com/kurtmckee/feedparser) (π¨βπ» 61 Β· π 350 Β· π¦ 98K Β· π 280 - 33% open Β· β±οΈ 06.08.2025):
+- [GitHub](https://github.com/kurtmckee/feedparser) (π¨βπ» 61 Β· π 350 Β· π¦ 99K Β· π 280 - 33% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/kurtmckee/feedparser
```
-- [PyPi](https://pypi.org/project/feedparser) (π₯ 6.8M / month Β· π¦ 1.4K Β· β±οΈ 10.12.2023):
+- [PyPi](https://pypi.org/project/feedparser) (π₯ 7.1M / month Β· π¦ 1.4K Β· β±οΈ 10.12.2023):
```
pip install feedparser
```
@@ -3284,30 +3243,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/codelucas/newspaper
```
-- [PyPi](https://pypi.org/project/newspaper3k) (π₯ 1M / month Β· π¦ 190 Β· β±οΈ 28.09.2018):
+- [PyPi](https://pypi.org/project/newspaper3k) (π₯ 940K / month Β· π¦ 190 Β· β±οΈ 28.09.2018):
```
pip install newspaper3k
```
-- [Conda](https://anaconda.org/conda-forge/newspaper3k) (π₯ 99K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/newspaper3k) (π₯ 100K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge newspaper3k
```
-cloudscraper (π₯32 Β· β 5.5K) - A Python module to bypass Cloudflares anti-bot page. MIT
-
-- [GitHub](https://github.com/VeNoMouS/cloudscraper) (π¨βπ» 14 Β· π 550 Β· π¦ 31K Β· π 24 - 79% open Β· β±οΈ 10.06.2025):
-
- ```
- git clone https://github.com/venomous/cloudscraper
- ```
-- [PyPi](https://pypi.org/project/cloudscraper) (π₯ 1.5M / month Β· π¦ 280 Β· β±οΈ 25.04.2023):
- ```
- pip install cloudscraper
- ```
-
trafilatura (π₯32 Β· β 4.6K) - Python & Command-line tool to gather text and metadata on the.. Apache-2
-- [GitHub](https://github.com/adbar/trafilatura) (π¨βπ» 56 Β· π 300 Β· π¦ 7.9K Β· π 410 - 19% open Β· β±οΈ 08.08.2025):
+- [GitHub](https://github.com/adbar/trafilatura) (π¨βπ» 56 Β· π 300 Β· π¦ 8K Β· π 410 - 19% open Β· β±οΈ 08.08.2025):
```
git clone https://github.com/adbar/trafilatura
@@ -3328,12 +3275,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install parsel
```
-- [Conda](https://anaconda.org/conda-forge/parsel) (π₯ 290K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/parsel) (π₯ 300K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge parsel
```
-soupsieve (π₯32 Β· β 240) - A modern CSS selector implementation for BeautifulSoup. MIT
+soupsieve (π₯32 Β· β 250) - A modern CSS selector implementation for BeautifulSoup. MIT
- [GitHub](https://github.com/facelessuser/soupsieve) (π¨βπ» 13 Β· π 41 Β· π¦ 730K Β· π 120 - 10% open Β· β±οΈ 27.08.2025):
@@ -3344,7 +3291,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install soupsieve
```
-- [Conda](https://anaconda.org/conda-forge/soupsieve) (π₯ 29M Β· β±οΈ 27.08.2025):
+- [Conda](https://anaconda.org/conda-forge/soupsieve) (π₯ 30M Β· β±οΈ 27.08.2025):
```
conda install -c conda-forge soupsieve
```
@@ -3356,7 +3303,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/soimort/you-get
```
-- [PyPi](https://pypi.org/project/you-get) (π₯ 15K / month Β· π¦ 18 Β· β±οΈ 04.01.2025):
+- [PyPi](https://pypi.org/project/you-get) (π₯ 14K / month Β· π¦ 18 Β· β±οΈ 04.01.2025):
```
pip install you-get
```
@@ -3365,26 +3312,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge you-get
```
-dirsearch (π₯30 Β· β 13K) - Web path scanner. βοΈGPL-2.0
+cloudscraper (π₯30 Β· β 5.5K) - A Python module to bypass Cloudflares anti-bot page. MIT
+
+- [GitHub](https://github.com/VeNoMouS/cloudscraper) (π¨βπ» 14 Β· π 550 Β· π¦ 31K Β· π 26 - 80% open Β· β±οΈ 10.06.2025):
+
+ ```
+ git clone https://github.com/venomous/cloudscraper
+ ```
+- [PyPi](https://pypi.org/project/cloudscraper) (π₯ 1.5M / month Β· π¦ 280 Β· β±οΈ 25.04.2023):
+ ```
+ pip install cloudscraper
+ ```
+
+Grab (π₯30 Β· β 2.4K) - Web Scraping Framework. MIT
+
+- [GitHub](https://github.com/lorien/grab) (π¨βπ» 67 Β· π 280 Β· π¦ 440 Β· π 220 - 0% open Β· β±οΈ 31.08.2025):
+
+ ```
+ git clone https://github.com/lorien/grab
+ ```
+- [PyPi](https://pypi.org/project/grab) (π₯ 100K / month Β· π¦ 5 Β· β±οΈ 24.06.2018):
+ ```
+ pip install grab
+ ```
+
+dirsearch (π₯29 Β· β 13K) - Web path scanner. βοΈGPL-2.0
- [GitHub](https://github.com/maurosoria/dirsearch) (π¨βπ» 110 Β· π 2.4K Β· π¦ 200 Β· π 580 - 5% open Β· β±οΈ 16.06.2025):
```
git clone https://github.com/maurosoria/dirsearch
```
-- [PyPi](https://pypi.org/project/dirsearch) (π₯ 7.1K / month Β· β±οΈ 03.10.2022):
+- [PyPi](https://pypi.org/project/dirsearch) (π₯ 7.5K / month Β· β±οΈ 03.10.2022):
```
pip install dirsearch
```
-MechanicalSoup (π₯27 Β· β 4.8K) - A Python library for automating interaction with websites. MIT
+MechanicalSoup (π₯28 Β· β 4.8K) - A Python library for automating interaction with websites. MIT
-- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (π¨βπ» 54 Β· π 380 Β· π₯ 66 Β· π 190 - 23% open Β· β±οΈ 01.07.2025):
+- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (π¨βπ» 56 Β· π 380 Β· π₯ 66 Β· π 190 - 23% open Β· β±οΈ 31.08.2025):
```
git clone https://github.com/MechanicalSoup/MechanicalSoup
```
-- [PyPi](https://pypi.org/project/MechanicalSoup) (π₯ 86K / month Β· π¦ 120 Β· β±οΈ 30.05.2025):
+- [PyPi](https://pypi.org/project/MechanicalSoup) (π₯ 84K / month Β· π¦ 120 Β· β±οΈ 30.05.2025):
```
pip install MechanicalSoup
```
@@ -3393,26 +3364,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge mechanicalsoup
```
-extruct (π₯27 Β· β 930) - Extract embedded metadata from HTML markup. BSD-3
+extruct (π₯28 Β· β 930) - Extract embedded metadata from HTML markup. BSD-3
-- [GitHub](https://github.com/scrapinghub/extruct) (π¨βπ» 40 Β· π 120 Β· π¦ 1.3K Β· π 110 - 46% open Β· β±οΈ 24.03.2025):
+- [GitHub](https://github.com/scrapinghub/extruct) (π¨βπ» 40 Β· π 120 Β· π¦ 1.3K Β· π 110 - 47% open Β· β±οΈ 24.03.2025):
```
git clone https://github.com/scrapinghub/extruct
```
-- [PyPi](https://pypi.org/project/extruct) (π₯ 590K / month Β· π¦ 38 Β· β±οΈ 08.11.2024):
+- [PyPi](https://pypi.org/project/extruct) (π₯ 550K / month Β· π¦ 38 Β· β±οΈ 08.11.2024):
```
pip install extruct
```
frontera (π₯26 Β· β 1.3K) - A scalable frontier for web crawlers. BSD-3
-- [GitHub](https://github.com/scrapinghub/frontera) (π¨βπ» 42 Β· π 220 Β· π¦ 40 Β· π 170 - 55% open Β· β±οΈ 06.06.2025):
+- [GitHub](https://github.com/scrapinghub/frontera) (π¨βπ» 42 Β· π 220 Β· π¦ 40 Β· π 170 - 54% open Β· β±οΈ 06.06.2025):
```
git clone https://github.com/scrapinghub/frontera
```
-- [PyPi](https://pypi.org/project/frontera) (π₯ 2.7K / month Β· π¦ 6 Β· β±οΈ 06.06.2025):
+- [PyPi](https://pypi.org/project/frontera) (π₯ 2.4K / month Β· π¦ 6 Β· β±οΈ 06.06.2025):
```
pip install frontera
```
@@ -3424,7 +3395,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/coleifer/micawber
```
-- [PyPi](https://pypi.org/project/micawber) (π₯ 84K / month Β· π¦ 20 Β· β±οΈ 06.12.2024):
+- [PyPi](https://pypi.org/project/micawber) (π₯ 74K / month Β· π¦ 20 Β· β±οΈ 06.12.2024):
```
pip install micawber
```
@@ -3440,7 +3411,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/Gerapy/Gerapy
```
-- [PyPi](https://pypi.org/project/gerapy) (π₯ 900 / month Β· β±οΈ 19.07.2023):
+- [PyPi](https://pypi.org/project/gerapy) (π₯ 860 / month Β· β±οΈ 19.07.2023):
```
pip install gerapy
```
@@ -3452,48 +3423,47 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/s0md3v/Photon
```
-- [PyPi](https://pypi.org/project/photon) (π₯ 610 / month Β· β±οΈ 25.01.2019):
+- [PyPi](https://pypi.org/project/photon) (π₯ 760 / month Β· β±οΈ 25.01.2019):
```
pip install photon
```
-AutoScraper (π₯20 Β· β 6.9K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
+AutoScraper (π₯19 Β· β 6.9K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
- [GitHub](https://github.com/alirezamika/autoscraper) (π¨βπ» 8 Β· π 700 Β· π 78 - 15% open Β· β±οΈ 08.06.2025):
```
git clone https://github.com/alirezamika/autoscraper
```
-- [PyPi](https://pypi.org/project/autoscraper) (π₯ 1.4K / month Β· π¦ 2 Β· β±οΈ 17.07.2022):
+- [PyPi](https://pypi.org/project/autoscraper) (π₯ 2.1K / month Β· π¦ 2 Β· β±οΈ 17.07.2022):
```
pip install autoscraper
```
-gain (π₯11 Β· β 2K) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP]. βοΈGPL-3.0
+gain (π₯11 Β· β 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) (π₯ 64 / month Β· π¦ 1 Β· β±οΈ 19.06.2017):
+- [PyPi](https://pypi.org/project/gain) (π₯ 67 / month Β· π¦ 1 Β· β±οΈ 19.06.2017):
```
pip install gain
```
-Show 16 hidden projects...
+Show 15 hidden projects...
- pyspider (π₯29 Β· β 17K Β· π) - A Powerful Spider(Web Crawler) System in Python. Apache-2
- Pattern (π₯29 Β· β 8.8K Β· π) - Web mining module for Python, with tools for scraping, natural.. BSD-3
-- Grab (π₯29 Β· β 2.4K Β· π) - Web Scraping Framework. MIT
-- pytrends (π₯27 Β· β 3.5K Β· π) - Pseudo API for Google Trends. Apache-2
+- pytrends (π₯27 Β· β 3.5K Β· π) - Pseudo API for Google Trends. Apache-2
- python-goose (π₯26 Β· β 4K Β· π) - Html Content / Article Extractor, web scrapping lib in.. Apache-2
- robobrowser (π₯25 Β· β 3.7K Β· π) - Your friendly neighborhood web scraper. BSD-3
-- scrapely (π₯22 Β· β 1.9K Β· π) - A pure-python HTML screen-scraping library. BSD-3
+- scrapely (π₯23 Β· β 1.9K Β· π) - A pure-python HTML screen-scraping library. BSD-3
- ruia (π₯22 Β· β 1.8K Β· π) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2
- Cola (π₯22 Β· β 1.5K Β· π) - A high-level distributed crawling framework. Apache-2
-- Lassie (π₯21 Β· β 620 Β· π) - Web Content Retrieval for Humans. MIT
- gazpacho (π₯20 Β· β 770 Β· π) - The simple, fast, and modern web scraping library. MIT
+- Lassie (π₯20 Β· β 620 Β· π) - Web Content Retrieval for Humans. MIT
- snallygaster (π₯19 Β· β 2.1K) - Tool to scan for secret files on HTTP servers. βοΈ0BSD
- opengraph (π₯16 Β· β 230 Β· π) - A python module to parse the Open Graph Protocol. MIT
- Transistor (π₯14 Β· β 220 Β· π) - Transistor, a Python web scraping framework for intelligent use.. MIT
@@ -3508,40 +3478,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
posthog (π₯43 Β· β 29K) - PostHog provides open-source web & product analytics, session recording,.. MIT
-- [GitHub](https://github.com/PostHog/posthog) (π¨βπ» 2.7K Β· π 1.9K Β· π₯ 290K Β· π 7.9K - 29% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/PostHog/posthog) (π¨βπ» 2.7K Β· π 1.9K Β· π₯ 320K Β· π 8K - 29% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/PostHog/posthog
```
-- [PyPi](https://pypi.org/project/posthog) (π₯ 16M / month Β· π¦ 380 Β· β±οΈ 26.08.2025):
+- [PyPi](https://pypi.org/project/posthog) (π₯ 17M / month Β· π¦ 390 Β· β±οΈ 03.09.2025):
```
pip install posthog
```
sentry (π₯42 Β· β 42K) - Developer-first error tracking and performance monitoring. βοΈSSPL-1.0
-- [GitHub](https://github.com/getsentry/sentry) (π¨βπ» 960 Β· π 4.4K Β· π₯ 6.2K Β· π¦ 570 Β· π 16K - 14% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/getsentry/sentry) (π¨βπ» 970 Β· π 4.4K Β· π₯ 6.2K Β· π¦ 570 Β· π 16K - 14% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/getsentry/sentry
```
-- [PyPi](https://pypi.org/project/sentry) (π₯ 3.7K / month Β· π¦ 140 Β· β±οΈ 25.07.2023):
+- [PyPi](https://pypi.org/project/sentry) (π₯ 3.2K / month Β· π¦ 140 Β· β±οΈ 25.07.2023):
```
pip install sentry
```
-- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (π₯ 1.4M Β· β±οΈ 26.08.2025):
+- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (π₯ 1.4M Β· β±οΈ 04.09.2025):
```
conda install -c conda-forge sentry-sdk
```
Prometheus Client (π₯36 Β· β 4.2K) - Python client for the Prometheus monitoring system. Apache-2
-- [GitHub](https://github.com/prometheus/client_python) (π¨βπ» 160 Β· π 820 Β· π 590 - 22% open Β· β±οΈ 20.08.2025):
+- [GitHub](https://github.com/prometheus/client_python) (π¨βπ» 160 Β· π 820 Β· π 600 - 22% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/prometheus/client_python
```
-- [PyPi](https://pypi.org/project/prometheus-client) (π₯ 82M / month Β· π¦ 2.1K Β· β±οΈ 02.06.2025):
+- [PyPi](https://pypi.org/project/prometheus-client) (π₯ 83M / month Β· π¦ 2.1K Β· β±οΈ 02.06.2025):
```
pip install prometheus-client
```
@@ -3552,16 +3522,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
opentelemetry-python (π₯33 Β· β 2.1K) - OpenTelemetry Python API and SDK. Apache-2
-- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (π¨βπ» 320 Β· π 720 Β· π 2K - 20% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (π¨βπ» 320 Β· π 730 Β· π 2K - 20% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/open-telemetry/opentelemetry-python
```
-- [PyPi](https://pypi.org/project/timing-asgi) (π₯ 1.1M / month Β· π¦ 9 Β· β±οΈ 18.07.2023):
+- [PyPi](https://pypi.org/project/timing-asgi) (π₯ 970K / month Β· π¦ 9 Β· β±οΈ 18.07.2023):
```
pip install timing-asgi
```
-- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (π₯ 1.6M Β· β±οΈ 30.07.2025):
+- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (π₯ 1.7M Β· β±οΈ 30.07.2025):
```
conda install -c conda-forge opentelemetry-api
```
@@ -3574,7 +3544,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
git clone https://github.com/allinurl/goaccess
```
-prometheus-flask-exporter (π₯27 Β· β 670) - Prometheus exporter for Flask applications. MIT 
+prometheus-flask-exporter (π₯26 Β· β 670) - Prometheus exporter for Flask applications. MIT 
- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (π¨βπ» 29 Β· π 160 Β· π 150 - 27% open Β· β±οΈ 25.03.2025):
@@ -3585,33 +3555,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install prometheus-flask-exporter
```
-- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (π₯ 1.8M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (π₯ 1.9M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge prometheus_flask_exporter
```
-starlette context (π₯27 Β· β 500) - Middleware for Starlette that allows you to store and.. MIT 
+Flask-MonitoringDashboard (π₯25 Β· β 810) - Automatically monitor the evolving performance of.. MIT 
-- [GitHub](https://github.com/tomwojcik/starlette-context) (π¨βπ» 9 Β· π 28 Β· π¦ 1.4K Β· π 55 - 38% open Β· β±οΈ 11.07.2025):
+- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (π¨βπ» 46 Β· π 170 Β· π 200 - 30% open Β· β±οΈ 11.07.2025):
```
- git clone https://github.com/tomwojcik/starlette-context
+ git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
```
-- [PyPi](https://pypi.org/project/starlette-context) (π₯ 1.6M / month Β· π¦ 70 Β· β±οΈ 04.03.2025):
+- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (π₯ 20K / month Β· π¦ 11 Β· β±οΈ 31.05.2025):
```
- pip install starlette-context
+ pip install flask-monitoringdashboard
```
-Flask-MonitoringDashboard (π₯25 Β· β 810) - Automatically monitor the evolving performance of.. MIT 
+starlette context (π₯25 Β· β 500) - Middleware for Starlette that allows you to store and.. MIT 
-- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (π¨βπ» 46 Β· π 170 Β· π 200 - 30% open Β· β±οΈ 11.07.2025):
+- [GitHub](https://github.com/tomwojcik/starlette-context) (π¨βπ» 9 Β· π 28 Β· π¦ 1.4K Β· π 55 - 38% open Β· β±οΈ 11.07.2025):
```
- git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
+ git clone https://github.com/tomwojcik/starlette-context
```
-- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (π₯ 22K / month Β· π¦ 11 Β· β±οΈ 31.05.2025):
+- [PyPi](https://pypi.org/project/starlette-context) (π₯ 1.6M / month Β· π¦ 70 Β· β±οΈ 04.03.2025):
```
- pip install flask-monitoringdashboard
+ pip install starlette-context
```
Show 5 hidden projects...
@@ -3628,33 +3598,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-Streamlit (π₯47 Β· β 41K Β· π) - Streamlit A faster way to build and share data apps. Apache-2
+Streamlit (π₯47 Β· β 41K) - Streamlit A faster way to build and share data apps. Apache-2
-- [GitHub](https://github.com/streamlit/streamlit) (π¨βπ» 500 Β· π 3.7K Β· π¦ 1M Β· π 5.6K - 22% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/streamlit/streamlit) (π¨βπ» 510 Β· π 3.7K Β· π¦ 1M Β· π 5.6K - 22% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/streamlit/streamlit
```
-- [PyPi](https://pypi.org/project/streamlit) (π₯ 13M / month Β· π¦ 4.3K Β· β±οΈ 26.08.2025):
+- [PyPi](https://pypi.org/project/streamlit) (π₯ 13M / month Β· π¦ 4.3K Β· β±οΈ 29.08.2025):
```
pip install streamlit
```
Panel (π₯39 Β· β 5.4K) - Panel: The powerful data exploration & web app framework for Python. BSD-3
-- [GitHub](https://github.com/holoviz/panel) (π¨βπ» 190 Β· π 550 Β· π¦ 18K Β· π 4K - 30% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/holoviz/panel) (π¨βπ» 200 Β· π 550 Β· π¦ 18K Β· π 4K - 29% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/holoviz/panel
```
-- [PyPi](https://pypi.org/project/panel) (π₯ 1.6M / month Β· π¦ 540 Β· β±οΈ 18.08.2025):
+- [PyPi](https://pypi.org/project/panel) (π₯ 1.7M / month Β· π¦ 540 Β· β±οΈ 02.09.2025):
```
pip install panel
```
-NiceGUI (π₯37 Β· β 13K) - Create web-based user interfaces with Python. The nice way. MIT
+NiceGUI (π₯37 Β· β 14K) - Create web-based user interfaces with Python. The nice way. MIT
-- [GitHub](https://github.com/zauberzeug/nicegui) (π¨βπ» 180 Β· π 800 Β· π¦ 2.4K Β· π 1.3K - 6% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/zauberzeug/nicegui) (π¨βπ» 180 Β· π 800 Β· π¦ 2.4K Β· π 1.3K - 6% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/zauberzeug/nicegui
@@ -3663,11 +3633,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install nicegui
```
-- [Conda](https://anaconda.org/conda-forge/nicegui) (π₯ 89K Β· β±οΈ 26.08.2025):
+- [Conda](https://anaconda.org/conda-forge/nicegui) (π₯ 90K Β· β±οΈ 26.08.2025):
```
conda install -c conda-forge nicegui
```
-- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (π₯ 56K Β· β 12 Β· β±οΈ 26.08.2025):
+- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (π₯ 57K Β· β 12 Β· β±οΈ 26.08.2025):
```
docker pull zauberzeug/nicegui
```
@@ -3679,58 +3649,58 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/h2oai/wave
```
-- [PyPi](https://pypi.org/project/wave) (π₯ 37K / month Β· π¦ 120 Β· β±οΈ 15.03.2024):
+- [PyPi](https://pypi.org/project/wave) (π₯ 35K / month Β· π¦ 120 Β· β±οΈ 15.03.2024):
```
pip install wave
```
pyscript (π₯30 Β· β 19K) - PyScript is an open source platform for Python in the browser. Try.. Apache-2
-- [GitHub](https://github.com/pyscript/pyscript) (π¨βπ» 120 Β· π 1.5K Β· π₯ 230 Β· π¦ 830 Β· π 840 - 2% open Β· β±οΈ 21.08.2025):
+- [GitHub](https://github.com/pyscript/pyscript) (π¨βπ» 120 Β· π 1.5K Β· π₯ 230 Β· π¦ 830 Β· π 840 - 2% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/pyscript/pyscript
```
-idom (π₯28 Β· β 8.1K) - Its React, but in Python. MIT
+idom (π₯27 Β· β 8.1K) - Its React, but in Python. MIT
-- [GitHub](https://github.com/reactive-python/reactpy) (π¨βπ» 23 Β· π 320 Β· π¦ 260 Β· π 380 - 16% open Β· β±οΈ 15.06.2025):
+- [GitHub](https://github.com/reactive-python/reactpy) (π¨βπ» 24 Β· π 320 Β· π¦ 260 Β· π 380 - 15% open Β· β±οΈ 15.06.2025):
```
git clone https://github.com/idom-team/idom
```
-- [PyPi](https://pypi.org/project/idom) (π₯ 430 / month Β· π¦ 10 Β· β±οΈ 26.02.2023):
+- [PyPi](https://pypi.org/project/idom) (π₯ 360 / month Β· π¦ 10 Β· β±οΈ 26.02.2023):
```
pip install idom
```
PyWebIO (π₯27 Β· β 4.7K) - Write interactive web app in script way. MIT
-- [GitHub](https://github.com/pywebio/PyWebIO) (π¨βπ» 19 Β· π 390 Β· π¦ 1.9K Β· π 250 - 11% open Β· β±οΈ 08.04.2025):
+- [GitHub](https://github.com/pywebio/PyWebIO) (π¨βπ» 19 Β· π 390 Β· π¦ 1.9K Β· π 260 - 12% open Β· β±οΈ 08.04.2025):
```
git clone https://github.com/pywebio/PyWebIO
```
-- [PyPi](https://pypi.org/project/pywebio) (π₯ 6.8K / month Β· π¦ 43 Β· β±οΈ 04.04.2025):
+- [PyPi](https://pypi.org/project/pywebio) (π₯ 6.7K / month Β· π¦ 47 Β· β±οΈ 04.04.2025):
```
pip install pywebio
```
trame (π₯27 Β· β 600) - Trame lets you weave various components and technologies into a Web.. Apache-2
-- [GitHub](https://github.com/Kitware/trame) (π¨βπ» 28 Β· π 69 Β· π₯ 680 Β· π¦ 620 Β· π 99 - 13% open Β· β±οΈ 18.08.2025):
+- [GitHub](https://github.com/Kitware/trame) (π¨βπ» 28 Β· π 70 Β· π₯ 680 Β· π¦ 620 Β· π 99 - 13% open Β· β±οΈ 18.08.2025):
```
git clone https://github.com/Kitware/trame
```
-- [PyPi](https://pypi.org/project/trame) (π₯ 180K / month Β· π¦ 120 Β· β±οΈ 18.08.2025):
+- [PyPi](https://pypi.org/project/trame) (π₯ 170K / month Β· π¦ 120 Β· β±οΈ 18.08.2025):
```
pip install trame
```
Misago (π₯26 Β· β 2.7K) - Misago is fully featured modern forum application that is fast,.. βοΈGPL-2.0
-- [GitHub](https://github.com/rafalp/Misago) (π¨βπ» 46 Β· π 540 Β· π¦ 53 Β· π 1.4K - 11% open Β· β±οΈ 18.08.2025):
+- [GitHub](https://github.com/rafalp/Misago) (π¨βπ» 46 Β· π 540 Β· π¦ 53 Β· π 1.4K - 11% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/rafalp/Misago
@@ -3738,7 +3708,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 3 hidden projects...
-- python-react (π₯27 Β· β 1.6K Β· π) - Server-side rendering of React components. MIT
+- 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
- flaskbb (π₯23 Β· β 2.6K Β· π) - A classic Forum Software in Python using Flask. BSD-3 
@@ -3750,12 +3720,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (π₯40 Β· β 8.3K) - A configurable set of panels that display various.. BSD-3
-- [GitHub](https://github.com/django-commons/django-debug-toolbar) (π¨βπ» 310 Β· π 1.1K Β· π₯ 300 Β· π¦ 110K Β· π 970 - 7% open Β· β±οΈ 17.08.2025):
+- [GitHub](https://github.com/django-commons/django-debug-toolbar) (π¨βπ» 310 Β· π 1.1K Β· π₯ 300 Β· π¦ 110K Β· π 980 - 7% open Β· β±οΈ 17.08.2025):
```
git clone https://github.com/jazzband/django-debug-toolbar
```
-- [PyPi](https://pypi.org/project/django-debug-toolbar) (π₯ 5.3M / month Β· π¦ 320 Β· β±οΈ 25.07.2025):
+- [PyPi](https://pypi.org/project/django-debug-toolbar) (π₯ 5.2M / month Β· π¦ 320 Β· β±οΈ 25.07.2025):
```
pip install django-debug-toolbar
```
@@ -3766,7 +3736,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-admin (π₯40 Β· β 6K) - Simple and extensible administrative interface framework for.. BSD-3 
-- [GitHub](https://github.com/pallets-eco/flask-admin) (π¨βπ» 380 Β· π 1.6K Β· π₯ 490 Β· π¦ 33K Β· π 1.5K - 9% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/pallets-eco/flask-admin) (π¨βπ» 380 Β· π 1.6K Β· π₯ 490 Β· π¦ 33K Β· π 1.5K - 9% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/flask-admin/flask-admin
@@ -3808,14 +3778,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge django-grappelli
```
-starlette-admin (π₯28 Β· β 840) - Fast, beautiful and extensible administrative interface.. MIT 
+starlette-admin (π₯29 Β· β 840) - Fast, beautiful and extensible administrative interface.. MIT 
-- [GitHub](https://github.com/jowilf/starlette-admin) (π¨βπ» 26 Β· π 79 Β· π¦ 1.1K Β· π 240 - 33% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/jowilf/starlette-admin) (π¨βπ» 26 Β· π 79 Β· π¦ 1.1K Β· π 240 - 33% open Β· β±οΈ 29.08.2025):
```
git clone https://github.com/jowilf/starlette-admin
```
-- [PyPi](https://pypi.org/project/starlette-admin) (π₯ 62K / month Β· π¦ 28 Β· β±οΈ 28.08.2025):
+- [PyPi](https://pypi.org/project/starlette-admin) (π₯ 67K / month Β· π¦ 28 Β· β±οΈ 29.08.2025):
```
pip install starlette-admin
```
@@ -3831,7 +3801,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/fastapi-admin/fastapi-admin
```
-- [PyPi](https://pypi.org/project/fastapi-admin) (π₯ 17K / month Β· π¦ 4 Β· β±οΈ 08.06.2022):
+- [PyPi](https://pypi.org/project/fastapi-admin) (π₯ 15K / month Β· π¦ 4 Β· β±οΈ 08.06.2022):
```
pip install fastapi-admin
```
@@ -3852,21 +3822,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-Kong (π₯37 Β· β 42K Β· π) - The Cloud-Native API Gateway and AI Gateway. Apache-2
+Kong (π₯37 Β· β 43K) - The Cloud-Native API Gateway and AI Gateway. Apache-2
- [GitHub](https://github.com/Kong/kong) (π¨βπ» 440 Β· π 5K Β· π¦ 22 Β· π 4.6K - 3% open Β· β±οΈ 26.08.2025):
```
git clone https://github.com/kong/kong
```
-- [Docker Hub](https://hub.docker.com/r/_/kong) (π₯ 340M Β· β 820 Β· β±οΈ 12.08.2025):
+- [Docker Hub](https://hub.docker.com/r/_/kong) (π₯ 340M Β· β 830 Β· β±οΈ 02.09.2025):
```
docker pull kong
```
tyk (π₯28 Β· β 10K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
-- [GitHub](https://github.com/TykTechnologies/tyk) (π¨βπ» 130 Β· π 1.1K Β· π 2.2K - 15% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/TykTechnologies/tyk) (π¨βπ» 130 Β· π 1.1K Β· π 2.2K - 15% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/TykTechnologies/tyk
@@ -3878,9 +3848,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-flask-sqlalchemy (π₯37 Β· β 4.3K) - Adds SQLAlchemy support to Flask. BSD-3 
+flask-sqlalchemy (π₯36 Β· β 4.3K) - Adds SQLAlchemy support to Flask. BSD-3 
-- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (π¨βπ» 120 Β· π 900 Β· π₯ 870 Β· π¦ 530K Β· π 670 - 2% open Β· β±οΈ 14.06.2025):
+- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (π¨βπ» 120 Β· π 900 Β· π₯ 880 Β· π¦ 530K Β· π 670 - 2% open Β· β±οΈ 14.06.2025):
```
git clone https://github.com/pallets/flask-sqlalchemy
@@ -3910,14 +3880,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge flask-migrate
```
-flask-cors (π₯33 Β· β 920) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT 
+flask-cors (π₯32 Β· β 920) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT 
- [GitHub](https://github.com/corydolphin/flask-cors) (π¨βπ» 53 Β· π 150 Β· π¦ 450K Β· π 190 - 34% open Β· β±οΈ 11.06.2025):
```
git clone https://github.com/corydolphin/flask-cors
```
-- [PyPi](https://pypi.org/project/flask-cors) (π₯ 22M / month Β· π¦ 440 Β· β±οΈ 11.06.2025):
+- [PyPi](https://pypi.org/project/flask-cors) (π₯ 21M / month Β· π¦ 440 Β· β±οΈ 11.06.2025):
```
pip install flask-cors
```
@@ -3926,26 +3896,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge flask-cors
```
-flask-limiter (π₯32 Β· β 1.2K) - Rate Limiting extension for Flask. MIT 
+flask-limiter (π₯31 Β· β 1.2K) - Rate Limiting extension for Flask. MIT 
-- [GitHub](https://github.com/alisaifee/flask-limiter) (π¨βπ» 46 Β· π 130 Β· π₯ 570 Β· π¦ 21K Β· π 180 - 0% open Β· β±οΈ 08.08.2025):
+- [GitHub](https://github.com/alisaifee/flask-limiter) (π¨βπ» 46 Β· π 130 Β· π₯ 570 Β· π¦ 21K Β· π 180 - 0% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/alisaifee/flask-limiter
```
-- [PyPi](https://pypi.org/project/flask-limiter) (π₯ 10M / month Β· π¦ 120 Β· β±οΈ 15.03.2025):
+- [PyPi](https://pypi.org/project/flask-limiter) (π₯ 9.9M / month Β· π¦ 120 Β· β±οΈ 15.03.2025):
```
pip install flask-limiter
```
-flask-caching (π₯32 Β· β 930) - A caching extension for Flask. BSD-3 
+flask-caching (π₯31 Β· β 930 Β· π€) - A caching extension for Flask. BSD-3 
- [GitHub](https://github.com/pallets-eco/flask-caching) (π¨βπ» 120 Β· π 200 Β· π¦ 30K Β· π 280 - 33% open Β· β±οΈ 23.02.2025):
```
git clone https://github.com/pallets-eco/flask-caching
```
-- [PyPi](https://pypi.org/project/flask-caching) (π₯ 7.8M / month Β· π¦ 330 Β· β±οΈ 23.02.2025):
+- [PyPi](https://pypi.org/project/flask-caching) (π₯ 7.5M / month Β· π¦ 330 Β· β±οΈ 23.02.2025):
```
pip install flask-caching
```
@@ -3956,12 +3926,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-marshmallow (π₯29 Β· β 890) - Flask + marshmallow for beautiful APIs. MIT 
-- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (π¨βπ» 24 Β· π 59 Β· π¦ 34K Β· π 120 - 21% open Β· β±οΈ 05.08.2025):
+- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (π¨βπ» 24 Β· π 59 Β· π¦ 34K Β· π 120 - 21% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/marshmallow-code/flask-marshmallow
```
-- [PyPi](https://pypi.org/project/flask-marshmallow) (π₯ 1.7M / month Β· π¦ 170 Β· β±οΈ 07.01.2025):
+- [PyPi](https://pypi.org/project/flask-marshmallow) (π₯ 1.5M / month Β· π¦ 170 Β· β±οΈ 07.01.2025):
```
pip install flask-marshmallow
```
@@ -3970,30 +3940,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge flask-marshmallow
```
-flask-paginate (π₯27 Β· β 290 Β· π€) - Pagination support for flask. BSD-3 
+flask_pydantic (π₯27 Β· β 400 Β· π) - flask extension for integration with the awesome.. MIT 
-- [GitHub](https://github.com/lixxu/flask-paginate) (π¨βπ» 28 Β· π 79 Β· π₯ 80 Β· π¦ 3.8K Β· π 79 - 12% open Β· β±οΈ 23.12.2024):
+- [GitHub](https://github.com/pallets-eco/flask-pydantic) (π¨βπ» 21 Β· π 61 Β· π₯ 9 Β· π¦ 860 Β· π 52 - 38% open Β· β±οΈ 01.09.2025):
```
- git clone https://github.com/lixxu/flask-paginate
- ```
-- [PyPi](https://pypi.org/project/flask-paginate) (π₯ 460K / month Β· π¦ 15 Β· β±οΈ 12.04.2024):
- ```
- pip install flask-paginate
+ git clone https://github.com/bauerji/flask_pydantic
```
-- [Conda](https://anaconda.org/conda-forge/flask-paginate) (π₯ 35K Β· β±οΈ 22.04.2025):
+- [PyPi](https://pypi.org/project/flask_pydantic) (π₯ 260K / month Β· π¦ 11 Β· β±οΈ 01.09.2025):
```
- conda install -c conda-forge flask-paginate
+ pip install flask_pydantic
```
flask-apispec (π₯26 Β· β 660) - Build and document REST APIs with Flask and apispec. MIT 
-- [GitHub](https://github.com/jmcarp/flask-apispec) (π¨βπ» 32 Β· π 150 Β· π¦ 1.8K Β· π 190 - 62% open Β· β±οΈ 04.05.2025):
+- [GitHub](https://github.com/jmcarp/flask-apispec) (π¨βπ» 32 Β· π 160 Β· π¦ 1.8K Β· π 190 - 62% open Β· β±οΈ 04.05.2025):
```
git clone https://github.com/jmcarp/flask-apispec
```
-- [PyPi](https://pypi.org/project/flask-apispec) (π₯ 320K / month Β· π¦ 28 Β· β±οΈ 11.08.2022):
+- [PyPi](https://pypi.org/project/flask-apispec) (π₯ 330K / month Β· π¦ 28 Β· β±οΈ 11.08.2022):
```
pip install flask-apispec
```
@@ -4009,25 +3975,29 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/miguelgrinberg/Flask-Moment
```
-- [PyPi](https://pypi.org/project/flask-moment) (π₯ 130K / month Β· π¦ 30 Β· β±οΈ 28.05.2024):
+- [PyPi](https://pypi.org/project/flask-moment) (π₯ 200K / month Β· π¦ 30 Β· β±οΈ 28.05.2024):
```
pip install flask-moment
```
-- [Conda](https://anaconda.org/conda-forge/flask-moment) (π₯ 75K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/flask-moment) (π₯ 76K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge flask-moment
```
-flask_pydantic (π₯25 Β· β 400) - flask extension for integration with the awesome pydantic.. MIT 
+flask-paginate (π₯26 Β· β 280 Β· π€) - Pagination support for flask. BSD-3 
-- [GitHub](https://github.com/pallets-eco/flask-pydantic) (π¨βπ» 20 Β· π 59 Β· π₯ 7 Β· π¦ 860 Β· π 52 - 42% open Β· β±οΈ 14.06.2025):
+- [GitHub](https://github.com/lixxu/flask-paginate) (π¨βπ» 28 Β· π 79 Β· π₯ 80 Β· π¦ 3.8K Β· π 79 - 12% open Β· β±οΈ 23.12.2024):
```
- git clone https://github.com/bauerji/flask_pydantic
+ git clone https://github.com/lixxu/flask-paginate
```
-- [PyPi](https://pypi.org/project/flask_pydantic) (π₯ 260K / month Β· π¦ 10 Β· β±οΈ 23.04.2025):
+- [PyPi](https://pypi.org/project/flask-paginate) (π₯ 330K / month Β· π¦ 15 Β· β±οΈ 12.04.2024):
```
- pip install flask_pydantic
+ pip install flask-paginate
+ ```
+- [Conda](https://anaconda.org/conda-forge/flask-paginate) (π₯ 35K Β· β±οΈ 22.04.2025):
+ ```
+ conda install -c conda-forge flask-paginate
```
flask-rebar (π₯23 Β· β 240) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT 

@@ -4037,7 +4007,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/plangrid/flask-rebar
```
-- [PyPi](https://pypi.org/project/flask-rebar) (π₯ 21K / month Β· π¦ 5 Β· β±οΈ 10.10.2024):
+- [PyPi](https://pypi.org/project/flask-rebar) (π₯ 18K / month Β· π¦ 5 Β· β±οΈ 10.10.2024):
```
pip install flask-rebar
```
@@ -4049,7 +4019,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/thomaxxl/safrs
```
-- [PyPi](https://pypi.org/project/safrs) (π₯ 440 / month Β· π¦ 2 Β· β±οΈ 07.05.2025):
+- [PyPi](https://pypi.org/project/safrs) (π₯ 400 / month Β· π¦ 2 Β· β±οΈ 07.05.2025):
```
pip install safrs
```
@@ -4061,7 +4031,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/cenobites/flask-jsonrpc
```
-- [PyPi](https://pypi.org/project/rpc) (π₯ 250 / month Β· β±οΈ 28.04.2012):
+- [PyPi](https://pypi.org/project/rpc) (π₯ 240 / month Β· β±οΈ 28.04.2012):
```
pip install rpc
```
@@ -4076,19 +4046,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 22 hidden projects...
-- flask-security (π₯31 Β· β 1.6K Β· π) - Quick and simple security for Flask applications. MIT 
-- flask-session (π₯31 Β· β 530 Β· π) - Server side session extension for Flask. BSD-3 
+- flask-security (π₯31 Β· β 1.6K Β· π) - Quick and simple security for Flask applications. MIT 
+- flask-session (π₯30 Β· β 530 Β· π) - Server side session extension for Flask. BSD-3 
- flask-babel (π₯30 Β· β 450 Β· π) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 
- flask-mongoengine (π₯29 Β· β 840 Β· π) - MongoEngine flask extension with WTF model forms.. BSD-3 
+- flask-bcrypt (π₯29 Β· β 330 Β· π) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 
- flask-api (π₯28 Β· β 1.5K Β· π) - Browsable web APIs for Flask. BSD-3 
-- flask-bcrypt (π₯28 Β· β 330 Β· π) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 
- flask-assets (π₯26 Β· β 460 Β· π) - Flask webassets integration. BSD-2 
+- flask-seasurf (π₯26 Β· β 190 Β· π) - 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_injector (π₯24 Β· β 280 Β· π) - Adds Injector support to Flask. BSD-3 
-- flask-seasurf (π₯24 Β· β 190 Β· π) - SeaSurf is a Flask extension for preventing cross-site.. 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_injector (π₯23 Β· β 280 Β· π) - Adds Injector support to Flask. BSD-3 
- Flask-Excel (π₯23 Β· β 260 Β· π) - A flask extension using pyexcel to read, manipulate and write.. BSD-3
- flask-s3 (π₯22 Β· β 200 Β· π) - Seamlessly serve your static assets of your Flask app from Amazon.. βοΈWTFPL
- flask-bootstrap (π₯21 Β· β 1.6K Β· π) - A Flask app template with integrated SQLAlchemy,.. BSD-3 
@@ -4112,19 +4082,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/aminalaee/sqladmin
```
-- [PyPi](https://pypi.org/project/sqladmin) (π₯ 390K / month Β· π¦ 23 Β· β±οΈ 02.07.2025):
+- [PyPi](https://pypi.org/project/sqladmin) (π₯ 400K / month Β· π¦ 23 Β· β±οΈ 02.07.2025):
```
pip install sqladmin
```
slowapi (π₯29 Β· β 1.6K) - A rate limiter for Starlette and FastAPI. MIT 
-- [GitHub](https://github.com/laurentS/slowapi) (π¨βπ» 26 Β· π 96 Β· π¦ 7.3K Β· π 140 - 54% open Β· β±οΈ 08.08.2025):
+- [GitHub](https://github.com/laurentS/slowapi) (π¨βπ» 26 Β· π 97 Β· π¦ 7.3K Β· π 140 - 55% open Β· β±οΈ 08.08.2025):
```
git clone https://github.com/laurents/slowapi
```
-- [PyPi](https://pypi.org/project/slowapi) (π₯ 2.3M / month Β· π¦ 50 Β· β±οΈ 05.02.2024):
+- [PyPi](https://pypi.org/project/slowapi) (π₯ 2.4M / month Β· π¦ 50 Β· β±οΈ 05.02.2024):
```
pip install slowapi
```
@@ -4148,7 +4118,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/koxudaxi/fastapi-code-generator
```
-- [PyPi](https://pypi.org/project/fastapi-code-generator) (π₯ 23K / month Β· π¦ 7 Β· β±οΈ 29.04.2025):
+- [PyPi](https://pypi.org/project/fastapi-code-generator) (π₯ 24K / month Β· π¦ 7 Β· β±οΈ 29.04.2025):
```
pip install fastapi-code-generator
```
@@ -4160,7 +4130,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/fastapi-admin/fastapi-admin
```
-- [PyPi](https://pypi.org/project/fastapi-admin) (π₯ 17K / month Β· π¦ 4 Β· β±οΈ 08.06.2022):
+- [PyPi](https://pypi.org/project/fastapi-admin) (π₯ 15K / month Β· π¦ 4 Β· β±οΈ 08.06.2022):
```
pip install fastapi-admin
```
@@ -4172,7 +4142,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/madkote/fastapi-plugins
```
-- [PyPi](https://pypi.org/project/fastapi-plugins) (π₯ 6.7K / month Β· π¦ 4 Β· β±οΈ 09.07.2025):
+- [PyPi](https://pypi.org/project/fastapi-plugins) (π₯ 6.5K / month Β· π¦ 4 Β· β±οΈ 09.07.2025):
```
pip install fastapi-plugins
```
@@ -4185,7 +4155,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
- fastapi_cache (π₯20 Β· β 220 Β· π) - FastAPI simple cache. MIT 
- fastapi-versioning (π₯19 Β· β 730 Β· π) - api versioning for fastapi web applications. MIT 
- fastapi-sqlalchemy (π₯19 Β· β 660 Β· π) - Adds simple SQLAlchemy support to FastAPI. MIT 
-- fastapi_contrib (π₯19 Β· β 640 Β· π) - Opinionated set of utilities on top of FastAPI. MIT 
+- fastapi_contrib (π₯18 Β· β 640 Β· π) - Opinionated set of utilities on top of FastAPI. MIT 
- fastapi-react (π₯17 Β· β 2.4K Β· π) - Cookiecutter Template for FastAPI + React Projects... MIT 
- fastapi-socketio (π₯17 Β· β 330 Β· π) - Easily integrate socket.io with your FastAPI app. Apache-2 
- fastapi_client (π₯14 Β· β 340 Β· π) - FastAPI client generator. Apache-2 
@@ -4197,22 +4167,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-pyramid_services (π₯16 Β· β 82 Β· π€) - A service layer for pyramid. MIT 
-
-- [GitHub](https://github.com/mmerickel/pyramid_services) (π¨βπ» 7 Β· π 11 Β· β±οΈ 29.08.2024):
-
- ```
- git clone https://github.com/mmerickel/pyramid_services
- ```
-- [PyPi](https://pypi.org/project/pyramid_services) (π₯ 18K / month Β· π¦ 9 Β· β±οΈ 22.04.2019):
- ```
- pip install pyramid_services
- ```
-
-Show 2 hidden projects...
+Show 3 hidden projects...
- pyramid_jinja2 (π₯21 Β· β 71 Β· π) - Jinja2 templating system bindings for the Pyramid web.. βUnlicensed 
- pyramid_celery (π₯17 Β· β 110 Β· π) - Pyramid configuration with celery integration. Allows.. MIT 
+- pyramid_services (π₯16 Β· β 82 Β· π) - A service layer for pyramid. MIT 
@@ -4227,18 +4186,18 @@ _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) (π₯ 7M / month Β· π¦ 550 Β· β±οΈ 11.04.2025):
+- [PyPi](https://pypi.org/project/django-extensions) (π₯ 7.3M / month Β· π¦ 550 Β· β±οΈ 11.04.2025):
```
pip install django-extensions
```
-- [Conda](https://anaconda.org/conda-forge/django-extensions) (π₯ 600K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/django-extensions) (π₯ 610K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge django-extensions
```
django-import-export (π₯38 Β· β 3.2K) - 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 Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/django-import-export/django-import-export) (π¨βπ» 240 Β· π 820 Β· π¦ 130K Β· π 1.1K - 2% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/django-import-export/django-import-export
@@ -4252,25 +4211,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge django-import-export
```
-django-storages (π₯37 Β· β 2.9K) - Django-storages is a project to provide a variety of.. BSD-3 
-
-- [GitHub](https://github.com/jschneier/django-storages) (π¨βπ» 280 Β· π 870 Β· π¦ 220K Β· π 760 - 17% open Β· β±οΈ 18.06.2025):
-
- ```
- git clone https://github.com/jschneier/django-storages
- ```
-- [PyPi](https://pypi.org/project/django-storages) (π₯ 6.1M / month Β· π¦ 220 Β· β±οΈ 02.04.2025):
- ```
- pip install django-storages
- ```
-- [Conda](https://anaconda.org/conda-forge/django-storages) (π₯ 91K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge django-storages
- ```
-
django-stubs (π₯37 Β· β 1.8K) - PEP-484 stubs for Django. MIT 
-- [GitHub](https://github.com/typeddjango/django-stubs) (π¨βπ» 310 Β· π 490 Β· π¦ 13K Β· π 870 - 25% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/typeddjango/django-stubs) (π¨βπ» 310 Β· π 490 Β· π¦ 13K Β· π 870 - 25% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/typeddjango/django-stubs
@@ -4286,12 +4229,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-oscar (π₯36 Β· β 6.5K) - Domain-driven e-commerce for Django. BSD-3 
-- [GitHub](https://github.com/django-oscar/django-oscar) (π¨βπ» 380 Β· π 2.3K Β· π¦ 1.2K Β· π 1.6K - 8% open Β· β±οΈ 12.08.2025):
+- [GitHub](https://github.com/django-oscar/django-oscar) (π¨βπ» 380 Β· π 2.3K Β· π¦ 1.2K Β· π 1.6K - 8% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/django-oscar/django-oscar
```
-- [PyPi](https://pypi.org/project/django-oscar) (π₯ 43K / month Β· π¦ 44 Β· β±οΈ 14.04.2025):
+- [PyPi](https://pypi.org/project/django-oscar) (π₯ 45K / month Β· π¦ 44 Β· β±οΈ 14.04.2025):
```
pip install django-oscar
```
@@ -4303,7 +4246,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/django/channels
```
-- [PyPi](https://pypi.org/project/channels) (π₯ 2.6M / month Β· π¦ 420 Β· β±οΈ 01.08.2025):
+- [PyPi](https://pypi.org/project/channels) (π₯ 2.7M / month Β· π¦ 420 Β· β±οΈ 01.08.2025):
```
pip install channels
```
@@ -4328,6 +4271,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c anaconda django-mptt
```
+django-storages (π₯36 Β· β 2.9K) - Django-storages is a project to provide a variety of.. BSD-3 
+
+- [GitHub](https://github.com/jschneier/django-storages) (π¨βπ» 280 Β· π 870 Β· π¦ 220K Β· π 760 - 17% open Β· β±οΈ 18.06.2025):
+
+ ```
+ git clone https://github.com/jschneier/django-storages
+ ```
+- [PyPi](https://pypi.org/project/django-storages) (π₯ 6.1M / month Β· π¦ 220 Β· β±οΈ 02.04.2025):
+ ```
+ pip install django-storages
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-storages) (π₯ 92K Β· β±οΈ 22.04.2025):
+ ```
+ conda install -c conda-forge django-storages
+ ```
+
django-cors-headers (π₯35 Β· β 5.5K) - Django app for handling the server headers required.. MIT 
- [GitHub](https://github.com/adamchainz/django-cors-headers) (π¨βπ» 70 Β· π 540 Β· π¦ 310K Β· π 270 - 1% open Β· β±οΈ 11.08.2025):
@@ -4339,7 +4298,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install django-cors-headers
```
-- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (π₯ 170K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (π₯ 180K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge django-cors-headers
```
@@ -4351,18 +4310,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/carltongibson/django-filter
```
-- [PyPi](https://pypi.org/project/django-filter) (π₯ 8.1M / month Β· π¦ 1K Β· β±οΈ 14.02.2025):
+- [PyPi](https://pypi.org/project/django-filter) (π₯ 7.9M / month Β· π¦ 1K Β· β±οΈ 14.02.2025):
```
pip install django-filter
```
-- [Conda](https://anaconda.org/conda-forge/django-filter) (π₯ 200K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/django-filter) (π₯ 210K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge django-filter
```
django-haystack (π₯35 Β· β 3.7K) - Modular search for Django. BSD-3 
-- [GitHub](https://github.com/django-haystack/django-haystack) (π¨βπ» 220 Β· π 1.3K Β· π¦ 10K Β· π 1.3K - 43% open Β· β±οΈ 19.08.2025):
+- [GitHub](https://github.com/django-haystack/django-haystack) (π¨βπ» 220 Β· π 1.3K Β· π¦ 10K Β· π 1.3K - 43% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/django-haystack/django-haystack
@@ -4378,12 +4337,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-environ (π₯35 Β· β 3.1K Β· π€) - Django-environ allows you to utilize 12factor inspired.. MIT 
-- [GitHub](https://github.com/joke2k/django-environ) (π¨βπ» 97 Β· π 320 Β· π₯ 150 Β· π¦ 280K Β· π 270 - 28% open Β· β±οΈ 13.01.2025):
+- [GitHub](https://github.com/joke2k/django-environ) (π¨βπ» 97 Β· π 320 Β· π₯ 160 Β· π¦ 280K Β· π 270 - 28% open Β· β±οΈ 13.01.2025):
```
git clone https://github.com/joke2k/django-environ
```
-- [PyPi](https://pypi.org/project/django-environ) (π₯ 3.9M / month Β· π¦ 400 Β· β±οΈ 13.01.2025):
+- [PyPi](https://pypi.org/project/django-environ) (π₯ 3.8M / month Β· π¦ 400 Β· β±οΈ 13.01.2025):
```
pip install django-environ
```
@@ -4404,18 +4363,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install django-simple-history
```
-dj-database-url (π₯35 Β· β 1.5K) - Use Database URLs in your Django Application. BSD-3 
-
-- [GitHub](https://github.com/jazzband/dj-database-url) (π¨βπ» 73 Β· π 210 Β· π¦ 310K Β· π 100 - 4% open Β· β±οΈ 11.08.2025):
-
- ```
- git clone https://github.com/jacobian/dj-database-url
- ```
-- [PyPi](https://pypi.org/project/dj-database-url) (π₯ 3.3M / month Β· π¦ 330 Β· β±οΈ 02.07.2025):
- ```
- pip install dj-database-url
- ```
-
Django-Ninja (π₯34 Β· β 8.5K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT
- [GitHub](https://github.com/vitalik/django-ninja) (π¨βπ» 170 Β· π 520 Β· π 990 - 40% open Β· β±οΈ 28.08.2025):
@@ -4423,7 +4370,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/vitalik/django-ninja
```
-- [PyPi](https://pypi.org/project/django-ninja) (π₯ 900K / month Β· π¦ 120 Β· β±οΈ 04.06.2025):
+- [PyPi](https://pypi.org/project/django-ninja) (π₯ 890K / month Β· π¦ 120 Β· β±οΈ 04.06.2025):
```
pip install django-ninja
```
@@ -4432,14 +4379,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge django-ninja
```
-django-redis (π₯34 Β· β 3K Β· π) - Full featured redis cache backend for Django. BSD-3 
+django-redis (π₯34 Β· β 3K) - Full featured redis cache backend for Django. BSD-3 
- [GitHub](https://github.com/jazzband/django-redis) (π¨βπ» 140 Β· π 430 Β· π₯ 10 Β· π 390 - 17% open Β· β±οΈ 24.08.2025):
```
git clone https://github.com/jazzband/django-redis
```
-- [PyPi](https://pypi.org/project/django-redis) (π₯ 5.9M / month Β· π¦ 290 Β· β±οΈ 17.06.2025):
+- [PyPi](https://pypi.org/project/django-redis) (π₯ 6.2M / month Β· π¦ 290 Β· β±οΈ 17.06.2025):
```
pip install django-redis
```
@@ -4451,12 +4398,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-model-utils
```
-- [PyPi](https://pypi.org/project/django-model-utils) (π₯ 3.1M / month Β· π¦ 500 Β· β±οΈ 04.09.2024):
+- [PyPi](https://pypi.org/project/django-model-utils) (π₯ 3.4M / month Β· π¦ 500 Β· β±οΈ 04.09.2024):
```
pip install django-model-utils
```
-django-polymorphic (π₯34 Β· β 1.8K Β· π) - Improved Django model inheritance with automatic.. BSD-3 
+django-polymorphic (π₯34 Β· β 1.8K) - Improved Django model inheritance with automatic.. BSD-3 
- [GitHub](https://github.com/jazzband/django-polymorphic) (π¨βπ» 120 Β· π 300 Β· π¦ 7.7K Β· π 360 - 45% open Β· β±οΈ 26.08.2025):
@@ -4467,49 +4414,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install django-polymorphic
```
-- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (π₯ 97K Β· β±οΈ 20.05.2025):
+- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (π₯ 99K Β· β±οΈ 20.05.2025):
```
conda install -c conda-forge django_polymorphic
```
-django-phonenumber-field (π₯34 Β· β 1.5K) - A django model and form field for normalised phone.. MIT 
+dj-database-url (π₯34 Β· β 1.5K) - Use Database URLs in your Django Application. BSD-3 
-- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (π¨βπ» 120 Β· π 320 Β· π₯ 41 Β· π¦ 32K Β· π 230 - 3% open Β· β±οΈ 22.08.2025):
-
- ```
- git clone https://github.com/stefanfoulis/django-phonenumber-field
- ```
-- [PyPi](https://pypi.org/project/django-phonenumber-field) (π₯ 2.7M / month Β· π¦ 140 Β· β±οΈ 10.04.2025):
- ```
- pip install django-phonenumber-field
- ```
-
-django-reversion (π₯33 Β· β 3.1K Β· π€) - django-reversion is an extension to the Django web.. BSD-3 
-
-- [GitHub](https://github.com/etianen/django-reversion) (π¨βπ» 190 Β· π 490 Β· π¦ 7.8K Β· π 660 - 3% open Β· β±οΈ 09.08.2024):
+- [GitHub](https://github.com/jazzband/dj-database-url) (π¨βπ» 73 Β· π 210 Β· π¦ 310K Β· π 100 - 4% open Β· β±οΈ 11.08.2025):
```
- git clone https://github.com/etianen/django-reversion
+ git clone https://github.com/jacobian/dj-database-url
```
-- [PyPi](https://pypi.org/project/django-reversion) (π₯ 930K / month Β· π¦ 73 Β· β±οΈ 09.08.2024):
+- [PyPi](https://pypi.org/project/dj-database-url) (π₯ 3.3M / month Β· π¦ 330 Β· β±οΈ 02.07.2025):
```
- pip install django-reversion
+ pip install dj-database-url
```
-django-webpack-loader (π₯33 Β· β 2.5K) - Transparently use webpack with django. MIT 
+django-phonenumber-field (π₯34 Β· β 1.5K) - A django model and form field for normalised phone.. MIT 
-- [GitHub](https://github.com/django-webpack/django-webpack-loader) (π¨βπ» 65 Β· π 340 Β· π¦ 10K Β· π 190 - 4% open Β· β±οΈ 17.06.2025):
+- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (π¨βπ» 120 Β· π 320 Β· π₯ 41 Β· π¦ 32K Β· π 230 - 3% open Β· β±οΈ 22.08.2025):
```
- git clone https://github.com/django-webpack/django-webpack-loader
- ```
-- [PyPi](https://pypi.org/project/django-webpack-loader) (π₯ 700K / month Β· π¦ 67 Β· β±οΈ 16.06.2025):
- ```
- pip install django-webpack-loader
+ git clone https://github.com/stefanfoulis/django-phonenumber-field
```
-- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (π₯ 21K Β· β±οΈ 16.06.2025):
+- [PyPi](https://pypi.org/project/django-phonenumber-field) (π₯ 2.6M / month Β· π¦ 140 Β· β±οΈ 10.04.2025):
```
- conda install -c conda-forge django-webpack-loader
+ pip install django-phonenumber-field
```
django-ckeditor (π₯33 Β· β 2.5K) - Django admin CKEditor integration. BSD-3 
@@ -4519,7 +4450,7 @@ _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) (π₯ 600K / month Β· π¦ 150 Β· β±οΈ 06.06.2025):
+- [PyPi](https://pypi.org/project/django-ckeditor) (π₯ 590K / month Β· π¦ 150 Β· β±οΈ 06.06.2025):
```
pip install django-ckeditor
```
@@ -4531,7 +4462,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) (π₯ 220K / month Β· π¦ 71 Β· β±οΈ 31.07.2025):
+- [PyPi](https://pypi.org/project/django-bootstrap3) (π₯ 210K / month Β· π¦ 71 Β· β±οΈ 31.07.2025):
```
pip install django-bootstrap3
```
@@ -4542,7 +4473,7 @@ _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.2K Β· π 380 - 28% open Β· β±οΈ 02.08.2025):
+- [GitHub](https://github.com/rq/django-rq) (π¨βπ» 140 Β· π 290 Β· π¦ 4.2K Β· π 380 - 28% open Β· β±οΈ 31.08.2025):
```
git clone https://github.com/rq/django-rq
@@ -4552,18 +4483,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install django-rq
```
-django-autocomplete-light (π₯33 Β· β 1.9K) - A fresh approach to autocomplete implementations,.. MIT 
-
-- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (π¨βπ» 200 Β· π 470 Β· π¦ 4.7K Β· π 890 - 27% open Β· β±οΈ 26.02.2025):
-
- ```
- git clone https://github.com/yourlabs/django-autocomplete-light
- ```
-- [PyPi](https://pypi.org/project/django-autocomplete-light) (π₯ 390K / month Β· π¦ 91 Β· β±οΈ 26.02.2025):
- ```
- pip install django-autocomplete-light
- ```
-
django-pipeline (π₯33 Β· β 1.5K) - Pipeline is an asset packaging library for Django. MIT 
- [GitHub](https://github.com/jazzband/django-pipeline) (π¨βπ» 180 Β· π 380 Β· π¦ 2.6K Β· π 480 - 31% open Β· β±οΈ 27.07.2025):
@@ -4571,19 +4490,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-pipeline
```
-- [PyPi](https://pypi.org/project/django-pipeline) (π₯ 180K / month Β· π¦ 34 Β· β±οΈ 06.12.2024):
+- [PyPi](https://pypi.org/project/django-pipeline) (π₯ 170K / month Β· π¦ 34 Β· β±οΈ 06.12.2024):
```
pip install django-pipeline
```
django-waffle (π₯33 Β· β 1.2K) - A feature flipper for Django. BSD-3 
-- [GitHub](https://github.com/django-waffle/django-waffle) (π¨βπ» 160 Β· π 260 Β· π¦ 1.6K Β· π 230 - 20% open Β· β±οΈ 14.06.2025):
+- [GitHub](https://github.com/django-waffle/django-waffle) (π¨βπ» 160 Β· π 260 Β· π¦ 1.6K Β· π 230 - 20% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/django-waffle/django-waffle
```
-- [PyPi](https://pypi.org/project/django-waffle) (π₯ 980K / month Β· π¦ 41 Β· β±οΈ 12.06.2025):
+- [PyPi](https://pypi.org/project/django-waffle) (π₯ 1M / month Β· π¦ 41 Β· β±οΈ 12.06.2025):
```
pip install django-waffle
```
@@ -4599,7 +4518,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/rpkilby/jsonfield
```
-- [PyPi](https://pypi.org/project/jsonfield) (π₯ 730K / month Β· π¦ 280 Β· β±οΈ 04.07.2025):
+- [PyPi](https://pypi.org/project/jsonfield) (π₯ 710K / month Β· π¦ 280 Β· β±οΈ 04.07.2025):
```
pip install jsonfield
```
@@ -4611,7 +4530,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/zostera/django-bootstrap4
```
-- [PyPi](https://pypi.org/project/django-bootstrap4) (π₯ 220K / month Β· π¦ 86 Β· β±οΈ 31.07.2025):
+- [PyPi](https://pypi.org/project/django-bootstrap4) (π₯ 200K / month Β· π¦ 86 Β· β±οΈ 31.07.2025):
```
pip install django-bootstrap4
```
@@ -4622,12 +4541,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cookiecutter-django (π₯32 Β· β 13K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 
-- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (π¨βπ» 460 Β· π 2.9K Β· π¦ 34 Β· π 1.3K - 7% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (π¨βπ» 460 Β· π 2.9K Β· π¦ 34 Β· π 1.3K - 7% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/cookiecutter/cookiecutter-django
```
-- [PyPi](https://pypi.org/project/cookiecutter-django) (π₯ 140 / month Β· β±οΈ 15.01.2018):
+- [PyPi](https://pypi.org/project/cookiecutter-django) (π₯ 110 / month Β· β±οΈ 15.01.2018):
```
pip install cookiecutter-django
```
@@ -4639,11 +4558,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-widget-tweaks
```
-- [PyPi](https://pypi.org/project/django-widget-tweaks) (π₯ 970K / month Β· π¦ 140 Β· β±οΈ 25.08.2023):
+- [PyPi](https://pypi.org/project/django-widget-tweaks) (π₯ 950K / month Β· π¦ 140 Β· β±οΈ 25.08.2023):
```
pip install django-widget-tweaks
```
+django-autocomplete-light (π₯32 Β· β 1.9K Β· π€) - A fresh approach to autocomplete implementations,.. MIT 
+
+- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (π¨βπ» 200 Β· π 470 Β· π¦ 4.7K Β· π 890 - 27% open Β· β±οΈ 26.02.2025):
+
+ ```
+ git clone https://github.com/yourlabs/django-autocomplete-light
+ ```
+- [PyPi](https://pypi.org/project/django-autocomplete-light) (π₯ 370K / month Β· π¦ 91 Β· β±οΈ 26.02.2025):
+ ```
+ pip install django-autocomplete-light
+ ```
+
django-constance (π₯32 Β· β 1.8K) - Dynamic Django settings. BSD-3 
- [GitHub](https://github.com/jazzband/django-constance) (π¨βπ» 150 Β· π 320 Β· π¦ 2.4K Β· π 320 - 8% open Β· β±οΈ 19.05.2025):
@@ -4674,12 +4605,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-money (π₯32 Β· β 1.7K) - Money fields for Django forms and models. BSD-3 
-- [GitHub](https://github.com/django-money/django-money) (π¨βπ» 120 Β· π 320 Β· π¦ 3.3K Β· π 380 - 23% open Β· β±οΈ 19.08.2025):
+- [GitHub](https://github.com/django-money/django-money) (π¨βπ» 120 Β· π 320 Β· π¦ 3.3K Β· π 380 - 22% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/django-money/django-money
```
-- [PyPi](https://pypi.org/project/django-money) (π₯ 420K / month Β· π¦ 42 Β· β±οΈ 17.04.2025):
+- [PyPi](https://pypi.org/project/django-money) (π₯ 420K / month Β· π¦ 44 Β· β±οΈ 04.09.2025):
```
pip install django-money
```
@@ -4703,11 +4634,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/SmileyChris/easy-thumbnails
```
-- [PyPi](https://pypi.org/project/easy-thumbnails) (π₯ 310K / month Β· π¦ 140 Β· β±οΈ 17.08.2025):
+- [PyPi](https://pypi.org/project/easy-thumbnails) (π₯ 320K / month Β· π¦ 140 Β· β±οΈ 17.08.2025):
```
pip install easy-thumbnails
```
+django-dbbackup (π₯32 Β· β 1.1K) - Management commands to help backup and restore your.. BSD-3 
+
+- [GitHub](https://github.com/Archmonger/django-dbbackup) (π¨βπ» 81 Β· π 220 Β· π₯ 2 Β· π¦ 2.5K Β· π 300 - 2% open Β· β±οΈ 03.09.2025):
+
+ ```
+ git clone https://github.com/jazzband/django-dbbackup
+ ```
+- [PyPi](https://pypi.org/project/django-dbbackup) (π₯ 170K / month Β· π¦ 21 Β· β±οΈ 30.08.2025):
+ ```
+ pip install django-dbbackup
+ ```
+
django-taggit (π₯31 Β· β 3.4K) - Simple tagging for django. BSD-3 
- [GitHub](https://github.com/jazzband/django-taggit) (π¨βπ» 160 Β· π 630 Β· π 450 - 22% open Β· β±οΈ 25.07.2025):
@@ -4715,7 +4658,7 @@ _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) (π₯ 1.2M / month Β· π¦ 180 Β· β±οΈ 29.07.2024):
+- [PyPi](https://pypi.org/project/django-taggit) (π₯ 1.1M / month Β· π¦ 180 Β· β±οΈ 29.07.2024):
```
pip install django-taggit
```
@@ -4736,16 +4679,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install django-compressor
```
-django-dbbackup (π₯31 Β· β 1.1K) - Management commands to help backup and restore your.. BSD-3 
+django-webpack-loader (π₯31 Β· β 2.5K) - Transparently use webpack with django. MIT 
-- [GitHub](https://github.com/Archmonger/django-dbbackup) (π¨βπ» 81 Β· π 220 Β· π¦ 2.5K Β· π 370 - 19% open Β· β±οΈ 24.08.2025):
+- [GitHub](https://github.com/django-webpack/django-webpack-loader) (π¨βπ» 65 Β· π 340 Β· π¦ 10K Β· π 190 - 4% open Β· β±οΈ 17.06.2025):
```
- git clone https://github.com/jazzband/django-dbbackup
+ git clone https://github.com/django-webpack/django-webpack-loader
```
-- [PyPi](https://pypi.org/project/django-dbbackup) (π₯ 170K / month Β· π¦ 21 Β· β±οΈ 09.05.2025):
+- [PyPi](https://pypi.org/project/django-webpack-loader) (π₯ 700K / month Β· π¦ 67 Β· β±οΈ 16.06.2025):
```
- pip install django-dbbackup
+ pip install django-webpack-loader
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (π₯ 21K Β· β±οΈ 16.06.2025):
+ ```
+ conda install -c conda-forge django-webpack-loader
```
django-activity-stream (π₯30 Β· β 2.4K Β· π€) - Generate generic activity streams from the actions on.. BSD-3 
@@ -4755,7 +4702,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/justquick/django-activity-stream
```
-- [PyPi](https://pypi.org/project/django-activity-stream) (π₯ 94K / month Β· π¦ 11 Β· β±οΈ 04.10.2023):
+- [PyPi](https://pypi.org/project/django-activity-stream) (π₯ 93K / month Β· π¦ 11 Β· β±οΈ 04.10.2023):
```
pip install django-activity-stream
```
@@ -4784,22 +4731,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install django-cacheops
```
-django-braces (π₯30 Β· β 2K) - Reusable, generic mixins for Django. BSD-3 
-
-- [GitHub](https://github.com/brack3t/django-braces) (π¨βπ» 83 Β· π 220 Β· π¦ 16K Β· π 140 - 4% open Β· β±οΈ 18.03.2025):
-
- ```
- git clone https://github.com/brack3t/django-braces
- ```
-- [PyPi](https://pypi.org/project/django-braces) (π₯ 290K / month Β· π¦ 73 Β· β±οΈ 18.03.2025):
- ```
- pip install django-braces
- ```
-- [Conda](https://anaconda.org/conda-forge/django-braces) (π₯ 55K Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge django-braces
- ```
-
django-rosetta (π₯30 Β· β 1.1K) - Rosetta is a Django application that eases the translation.. MIT 
- [GitHub](https://github.com/mbi/django-rosetta) (π¨βπ» 87 Β· π 200 Β· π¦ 3.9K Β· π 170 - 30% open Β· β±οΈ 12.04.2025):
@@ -4807,7 +4738,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/mbi/django-rosetta
```
-- [PyPi](https://pypi.org/project/django-rosetta) (π₯ 170K / month Β· π¦ 30 Β· β±οΈ 03.04.2025):
+- [PyPi](https://pypi.org/project/django-rosetta) (π₯ 180K / month Β· π¦ 30 Β· β±οΈ 03.04.2025):
```
pip install django-rosetta
```
@@ -4818,7 +4749,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
djangorestframework-stubs (π₯30 Β· β 510) - PEP-484 stubs for django-rest-framework. MIT 
-- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (π¨βπ» 82 Β· π 130 Β· π¦ 3.8K Β· π 170 - 41% open Β· β±οΈ 25.08.2025):
+- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (π¨βπ» 82 Β· π 130 Β· π¦ 3.8K Β· π 170 - 41% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/typeddjango/djangorestframework-stubs
@@ -4832,9 +4763,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge djangorestframework-stubs
```
+django-braces (π₯29 Β· β 2K) - Reusable, generic mixins for Django. BSD-3 
+
+- [GitHub](https://github.com/brack3t/django-braces) (π¨βπ» 83 Β· π 220 Β· π¦ 16K Β· π 140 - 4% open Β· β±οΈ 18.03.2025):
+
+ ```
+ git clone https://github.com/brack3t/django-braces
+ ```
+- [PyPi](https://pypi.org/project/django-braces) (π₯ 290K / month Β· π¦ 73 Β· β±οΈ 18.03.2025):
+ ```
+ pip install django-braces
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-braces) (π₯ 56K Β· β±οΈ 22.04.2025):
+ ```
+ conda install -c conda-forge django-braces
+ ```
+
django-extra-views (π₯29 Β· β 1.4K) - Djangos class-based generic views are awesome, lets.. MIT 
-- [GitHub](https://github.com/AndrewIngram/django-extra-views) (π¨βπ» 63 Β· π 170 Β· π¦ 2.4K Β· π 150 - 10% open Β· β±οΈ 28.04.2025):
+- [GitHub](https://github.com/AndrewIngram/django-extra-views) (π¨βπ» 63 Β· π 170 Β· π¦ 2.5K Β· π 150 - 10% open Β· β±οΈ 28.04.2025):
```
git clone https://github.com/AndrewIngram/django-extra-views
@@ -4851,11 +4798,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/noripyt/django-cachalot
```
-- [PyPi](https://pypi.org/project/django-cachalot) (π₯ 170K / month Β· π¦ 11 Β· β±οΈ 17.04.2025):
+- [PyPi](https://pypi.org/project/django-cachalot) (π₯ 160K / month Β· π¦ 11 Β· β±οΈ 17.04.2025):
```
pip install django-cachalot
```
-- [Conda](https://anaconda.org/conda-forge/django-cachalot) (π₯ 61K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/django-cachalot) (π₯ 62K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge django-cachalot
```
@@ -4871,7 +4818,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install django-configurations
```
-- [Conda](https://anaconda.org/conda-forge/django-configurations) (π₯ 49K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/django-configurations) (π₯ 50K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge django-configurations
```
@@ -4888,40 +4835,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install django-paypal
```
-django-sql-explorer (π₯28 Β· β 2.8K) - SQL reporting that Just Works. Fast, simple, and.. MIT 
-
-- [GitHub](https://github.com/explorerhq/sql-explorer) (π¨βπ» 110 Β· π 370 Β· π¦ 520 Β· π 330 - 10% open Β· β±οΈ 23.04.2025):
-
- ```
- git clone https://github.com/groveco/django-sql-explorer
- ```
-- [PyPi](https://pypi.org/project/django-sql-explorer) (π₯ 120K / month Β· π¦ 8 Β· β±οΈ 24.09.2024):
- ```
- pip install django-sql-explorer
- ```
-
-django-push-notifications (π₯28 Β· β 2.4K) - Send push notifications to mobile devices through GCM.. MIT 
+django-csp (π₯29 Β· β 620) - Content Security Policy for Django. BSD-3 
-- [GitHub](https://github.com/jazzband/django-push-notifications) (π¨βπ» 110 Β· π 630 Β· π₯ 160 Β· π 450 - 28% open Β· β±οΈ 14.06.2025):
+- [GitHub](https://github.com/mozilla/django-csp) (π¨βπ» 65 Β· π 110 Β· π¦ 4.5K Β· π 120 - 9% open Β· β±οΈ 07.05.2025):
```
- git clone https://github.com/jazzband/django-push-notifications
+ git clone https://github.com/mozilla/django-csp
```
-- [PyPi](https://pypi.org/project/django-push-notifications) (π₯ 210K / month Β· π¦ 10 Β· β±οΈ 07.03.2025):
+- [PyPi](https://pypi.org/project/django-csp) (π₯ 1.8M / month Β· π¦ 54 Β· β±οΈ 02.04.2025):
```
- pip install django-push-notifications
+ pip install django-csp
```
-django-csp (π₯28 Β· β 610) - Content Security Policy for Django. BSD-3 
+django-sql-explorer (π₯28 Β· β 2.8K) - SQL reporting that Just Works. Fast, simple, and.. MIT 
-- [GitHub](https://github.com/mozilla/django-csp) (π¨βπ» 65 Β· π 110 Β· π¦ 4.5K Β· π 120 - 9% open Β· β±οΈ 07.05.2025):
+- [GitHub](https://github.com/explorerhq/sql-explorer) (π¨βπ» 110 Β· π 370 Β· π¦ 520 Β· π 330 - 10% open Β· β±οΈ 23.04.2025):
```
- git clone https://github.com/mozilla/django-csp
+ git clone https://github.com/groveco/django-sql-explorer
```
-- [PyPi](https://pypi.org/project/django-csp) (π₯ 1.8M / month Β· π¦ 54 Β· β±οΈ 02.04.2025):
+- [PyPi](https://pypi.org/project/django-sql-explorer) (π₯ 120K / month Β· π¦ 8 Β· β±οΈ 24.09.2024):
```
- pip install django-csp
+ pip install django-sql-explorer
```
viewflow (π₯27 Β· β 2.8K) - Reusable workflow library for Django. βοΈAGPL-3.0 
@@ -4931,25 +4866,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/viewflow/viewflow
```
-- [PyPi](https://pypi.org/project/django-viewflow) (π₯ 49K / month Β· π¦ 2 Β· β±οΈ 25.07.2025):
+- [PyPi](https://pypi.org/project/django-viewflow) (π₯ 46K / month Β· π¦ 2 Β· β±οΈ 25.07.2025):
```
pip install django-viewflow
```
-django-organizations (π₯27 Β· β 1.3K) - Multi-user accounts for Django projects. BSD-2 
+django-push-notifications (π₯27 Β· β 2.4K) - Send push notifications to mobile devices through GCM.. MIT 
-- [GitHub](https://github.com/bennylope/django-organizations) (π¨βπ» 49 Β· π 210 Β· π¦ 320 Β· π 150 - 10% open Β· β±οΈ 10.06.2025):
+- [GitHub](https://github.com/jazzband/django-push-notifications) (π¨βπ» 110 Β· π 630 Β· π₯ 160 Β· π 450 - 28% open Β· β±οΈ 29.08.2025):
```
- git clone https://github.com/bennylope/django-organizations
- ```
-- [PyPi](https://pypi.org/project/django-organizations) (π₯ 120K / month Β· π¦ 6 Β· β±οΈ 28.10.2024):
- ```
- pip install django-organizations
+ git clone https://github.com/jazzband/django-push-notifications
```
-- [Conda](https://anaconda.org/conda-forge/django-organizations) (π₯ 10K Β· β±οΈ 22.04.2025):
+- [PyPi](https://pypi.org/project/django-push-notifications) (π₯ 210K / month Β· π¦ 10 Β· β±οΈ 07.03.2025):
```
- conda install -c conda-forge django-organizations
+ pip install django-push-notifications
```
django-split-settings (π₯27 Β· β 1.2K) - Organize Django settings into multiple files and.. BSD-3 
@@ -4971,11 +4902,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/sehmaschine/django-filebrowser
```
-- [PyPi](https://pypi.org/project/django-filebrowser) (π₯ 13K / month Β· π¦ 4 Β· β±οΈ 27.07.2023):
+- [PyPi](https://pypi.org/project/django-filebrowser) (π₯ 14K / month Β· π¦ 4 Β· β±οΈ 27.07.2023):
```
pip install django-filebrowser
```
+django-organizations (π₯26 Β· β 1.3K) - Multi-user accounts for Django projects. BSD-2 
+
+- [GitHub](https://github.com/bennylope/django-organizations) (π¨βπ» 49 Β· π 210 Β· π¦ 320 Β· π 150 - 9% open Β· β±οΈ 10.06.2025):
+
+ ```
+ git clone https://github.com/bennylope/django-organizations
+ ```
+- [PyPi](https://pypi.org/project/django-organizations) (π₯ 120K / month Β· π¦ 6 Β· β±οΈ 28.10.2024):
+ ```
+ pip install django-organizations
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-organizations) (π₯ 10K Β· β±οΈ 22.04.2025):
+ ```
+ conda install -c conda-forge django-organizations
+ ```
+
django-cleanup (π₯26 Β· β 1.2K) - Automatically deletes old file for FileField and.. MIT 
- [GitHub](https://github.com/un1t/django-cleanup) (π¨βπ» 18 Β· π 81 Β· π¦ 17K Β· π 62 - 1% open Β· β±οΈ 05.06.2025):
@@ -4992,7 +4939,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge django-cleanup
```
-django-lifecycle (π₯25 Β· β 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT 
+django-lifecycle (π₯25 Β· β 1.4K Β· π€) - Declarative model lifecycle hooks, an alternative to.. MIT 
- [GitHub](https://github.com/rsinger86/django-lifecycle) (π¨βπ» 37 Β· π 95 Β· π¦ 460 Β· π 85 - 24% open Β· β±οΈ 24.02.2025):
@@ -5004,35 +4951,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install django-lifecycle
```
-django-easy-audit (π₯24 Β· β 810) - Yet another Django audit log app, hopefully the.. βοΈGPL-3.0 
+django-easy-audit (π₯24 Β· β 820) - Yet another Django audit log app, hopefully the.. βοΈGPL-3.0 
- [GitHub](https://github.com/soynatan/django-easy-audit) (π¨βπ» 51 Β· π 190 Β· π¦ 360 Β· π 190 - 56% open Β· β±οΈ 19.04.2025):
```
git clone https://github.com/soynatan/django-easy-audit
```
-- [PyPi](https://pypi.org/project/django-easy-audit) (π₯ 76K / month Β· π¦ 4 Β· β±οΈ 19.04.2025):
+- [PyPi](https://pypi.org/project/django-easy-audit) (π₯ 73K / month Β· π¦ 4 Β· β±οΈ 19.04.2025):
```
pip install django-easy-audit
```
django-codemod (π₯23 Β· β 180) - A tool to automatically fix Django deprecations. MIT 
-- [GitHub](https://github.com/browniebroke/django-codemod) (π¨βπ» 30 Β· π 17 Β· π₯ 1.2K Β· π¦ 5 Β· π 42 - 23% open Β· β±οΈ 25.08.2025):
+- [GitHub](https://github.com/browniebroke/django-codemod) (π¨βπ» 30 Β· π 18 Β· π₯ 1.2K Β· π¦ 5 Β· π 42 - 23% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/browniebroke/django-codemod
```
-- [PyPi](https://pypi.org/project/django-codemod) (π₯ 2.5K / month Β· β±οΈ 25.08.2025):
+- [PyPi](https://pypi.org/project/django-codemod) (π₯ 2.2K / month Β· β±οΈ 25.08.2025):
```
pip install django-codemod
```
-Show 17 hidden projects...
+Show 18 hidden projects...
+- django-reversion (π₯33 Β· β 3.1K Β· π) - django-reversion is an extension to the Django web.. BSD-3 
- django-tables2 (π₯32 Β· β 2K) - django-tables2 - An app for creating HTML tables. βUnlicensed 
- django-fsm (π₯30 Β· β 2.3K Β· π) - Django friendly finite state machine support. MIT 
-- django-q (π₯30 Β· β 1.9K Β· π) - A multiprocessing distributed task queue for Django. MIT 
+- django-q (π₯29 Β· β 1.9K Β· π) - A multiprocessing distributed task queue for Django. MIT 
- django-shop (π₯28 Β· β 3.3K Β· π) - A Django based shop system. BSD-3 
- django-blog-zinnia (π₯28 Β· β 2.1K Β· π) - Simple yet powerful and really extendable application.. BSD-3 
- django-redis-cache (π₯28 Β· β 1K Β· π) - A Redis cache backend for django. BSD-3 
@@ -5061,7 +5009,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/twisted/twisted
```
-- [PyPi](https://pypi.org/project/twisted) (π₯ 8.1M / month Β· π¦ 1.2K Β· β±οΈ 07.06.2025):
+- [PyPi](https://pypi.org/project/twisted) (π₯ 7.9M / month Β· π¦ 1.2K Β· β±οΈ 07.06.2025):
```
pip install twisted
```
@@ -5070,62 +5018,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge twisted
```
-jinja (π₯42 Β· β 11K) - A very fast and expressive template engine. BSD-3
-
-- [GitHub](https://github.com/pallets/jinja) (π¨βπ» 330 Β· π 1.7K Β· π₯ 69K Β· π¦ 21 Β· π 1.1K - 8% open Β· β±οΈ 14.06.2025):
-
- ```
- git clone https://github.com/pallets/jinja
- ```
-- [PyPi](https://pypi.org/project/jinja2) (π₯ 330M / month Β· π¦ 23K Β· β±οΈ 05.03.2025):
- ```
- pip install jinja2
- ```
-- [Conda](https://anaconda.org/conda-forge/jinja2) (π₯ 55M Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge jinja2
- ```
-
-certbot (π₯41 Β· β 32K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2
+scapy (π₯40 Β· β 12K) - Scapy: the Python-based interactive packet manipulation program &.. βοΈGPL-2.0
-- [GitHub](https://github.com/certbot/certbot) (π¨βπ» 540 Β· π 3.4K Β· π₯ 330K Β· π¦ 2.8K Β· π 5.5K - 3% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/secdev/scapy) (π¨βπ» 510 Β· π 2.1K Β· π¦ 22K Β· π 1.8K - 7% open Β· β±οΈ 04.09.2025):
```
- git clone https://github.com/certbot/certbot
+ git clone https://github.com/secdev/scapy
```
-- [PyPi](https://pypi.org/project/certbot) (π₯ 1.1M / month Β· π¦ 360 Β· β±οΈ 05.08.2025):
+- [PyPi](https://pypi.org/project/scapy) (π₯ 2.1M / month Β· π¦ 590 Β· β±οΈ 05.11.2024):
```
- pip install certbot
+ pip install scapy
```
-- [Conda](https://anaconda.org/conda-forge/certbot-apache) (π₯ 53K Β· β±οΈ 23.08.2025):
+- [Conda](https://anaconda.org/conda-forge/scapy) (π₯ 160K Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge certbot-apache
+ conda install -c conda-forge scapy
```
-scapy (π₯40 Β· β 12K) - Scapy: the Python-based interactive packet manipulation program &.. βοΈGPL-2.0
+jinja (π₯40 Β· β 11K Β· π) - A very fast and expressive template engine. BSD-3
-- [GitHub](https://github.com/secdev/scapy) (π¨βπ» 510 Β· π 2.1K Β· π¦ 22K Β· π 1.8K - 7% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/pallets/jinja) (π¨βπ» 330 Β· π 1.7K Β· π₯ 69K Β· π¦ 21 Β· π 1.1K - 8% open Β· β±οΈ 14.06.2025):
```
- git clone https://github.com/secdev/scapy
+ git clone https://github.com/pallets/jinja
```
-- [PyPi](https://pypi.org/project/scapy) (π₯ 2.3M / month Β· π¦ 590 Β· β±οΈ 05.11.2024):
+- [PyPi](https://pypi.org/project/jinja2) (π₯ 330M / month Β· π¦ 23K Β· β±οΈ 05.03.2025):
```
- pip install scapy
+ pip install jinja2
```
-- [Conda](https://anaconda.org/conda-forge/scapy) (π₯ 160K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/jinja2) (π₯ 55M Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge scapy
+ conda install -c conda-forge jinja2
```
-dnspython (π₯39 Β· β 2.6K) - a powerful DNS toolkit for python. ISC
+dnspython (π₯40 Β· β 2.6K) - a powerful DNS toolkit for python. ISC
-- [GitHub](https://github.com/rthalley/dnspython) (π¨βπ» 120 Β· π 540 Β· π₯ 1.7K Β· π¦ 430K Β· π 580 - 0% open Β· β±οΈ 23.08.2025):
+- [GitHub](https://github.com/rthalley/dnspython) (π¨βπ» 120 Β· π 540 Β· π₯ 1.8K Β· π¦ 430K Β· π 580 - 0% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/rthalley/dnspython
```
-- [PyPi](https://pypi.org/project/dnspython) (π₯ 100M / month Β· π¦ 2.4K Β· β±οΈ 05.10.2024):
+- [PyPi](https://pypi.org/project/dnspython) (π₯ 100M / month Β· π¦ 2.4K Β· β±οΈ 01.09.2025):
```
pip install dnspython
```
@@ -5134,66 +5066,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge dnspython
```
-structlog (π₯38 Β· β 4.2K Β· π) - Simple, powerful, and fast logging for Python. Apache-2
+structlog (π₯38 Β· β 4.2K) - Simple, powerful, and fast logging for Python. Apache-2
-- [GitHub](https://github.com/hynek/structlog) (π¨βπ» 130 Β· π 250 Β· π¦ 25K Β· π 380 - 10% open Β· β±οΈ 18.08.2025):
+- [GitHub](https://github.com/hynek/structlog) (π¨βπ» 130 Β· π 250 Β· π¦ 25K Β· π 380 - 10% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/hynek/structlog
```
-- [PyPi](https://pypi.org/project/structlog) (π₯ 32M / month Β· π¦ 1.5K Β· β±οΈ 02.06.2025):
+- [PyPi](https://pypi.org/project/structlog) (π₯ 33M / month Β· π¦ 1.5K Β· β±οΈ 02.06.2025):
```
pip install structlog
```
-rdflib (π₯38 Β· β 2.3K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
-
-- [GitHub](https://github.com/RDFLib/rdflib) (π¨βπ» 210 Β· π 580 Β· π₯ 440 Β· π¦ 27K Β· π 1.3K - 25% open Β· β±οΈ 18.08.2025):
-
- ```
- git clone https://github.com/RDFLib/rdflib
- ```
-- [PyPi](https://pypi.org/project/rdflib) (π₯ 6.6M / month Β· π¦ 1.4K Β· β±οΈ 29.03.2025):
- ```
- pip install rdflib
- ```
-- [Conda](https://anaconda.org/conda-forge/rdflib) (π₯ 1M Β· β±οΈ 22.04.2025):
- ```
- conda install -c conda-forge rdflib
- ```
-
impacket (π₯37 Β· β 15K) - Impacket is a collection of Python classes for working with network.. Apache-2
-- [GitHub](https://github.com/fortra/impacket) (π¨βπ» 280 Β· π 3.6K Β· π₯ 260K Β· π¦ 6.2K Β· π 1K - 17% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/fortra/impacket) (π¨βπ» 280 Β· π 3.6K Β· π₯ 260K Β· π¦ 6.2K Β· π 1K - 17% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/SecureAuthCorp/impacket
```
-- [PyPi](https://pypi.org/project/impacket) (π₯ 480K / month Β· π¦ 120 Β· β±οΈ 16.09.2024):
+- [PyPi](https://pypi.org/project/impacket) (π₯ 460K / month Β· π¦ 120 Β· β±οΈ 16.09.2024):
```
pip install impacket
```
-pwntools (π₯37 Β· β 13K) - CTF framework and exploit development library. MIT
+weblate (π₯37 Β· β 5.4K) - Web based localization tool with tight version control integration. βοΈGPL-3.0
-- [GitHub](https://github.com/Gallopsled/pwntools) (π¨βπ» 290 Β· π 1.7K Β· π¦ 2.1K Β· π 1.1K - 11% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/WeblateOrg/weblate) (π¨βπ» 2K Β· π 1.2K Β· π₯ 12K Β· π¦ 49 Β· π 6K - 8% open Β· β±οΈ 04.09.2025):
```
- git clone https://github.com/Gallopsled/pwntools
+ git clone https://github.com/WeblateOrg/weblate
```
-- [PyPi](https://pypi.org/project/pwntools) (π₯ 120K / month Β· π¦ 93 Β· β±οΈ 24.03.2025):
+- [PyPi](https://pypi.org/project/weblate) (π₯ 7.4K / month Β· β±οΈ 04.09.2025):
```
- pip install pwntools
+ pip install weblate
```
web3.py (π₯37 Β· β 5.3K) - A python interface for interacting with the Ethereum blockchain and.. MIT
-- [GitHub](https://github.com/ethereum/web3.py) (π¨βπ» 300 Β· π 1.8K Β· π 1.6K - 7% open Β· β±οΈ 14.08.2025):
+- [GitHub](https://github.com/ethereum/web3.py) (π¨βπ» 300 Β· π 1.8K Β· π 1.6K - 7% open Β· β±οΈ 03.09.2025):
```
git clone https://github.com/ethereum/web3.py
```
-- [PyPi](https://pypi.org/project/web3) (π₯ 2.9M / month Β· π¦ 1.6K Β· β±οΈ 04.08.2025):
+- [PyPi](https://pypi.org/project/web3) (π₯ 2.8M / month Β· π¦ 1.6K Β· β±οΈ 04.08.2025):
```
pip install web3
```
@@ -5204,7 +5120,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyopenssl (π₯37 Β· β 920) - A Python wrapper around the OpenSSL library. Apache-2
-- [GitHub](https://github.com/pyca/pyopenssl) (π¨βπ» 110 Β· π 420 Β· π¦ 270K Β· π 570 - 14% open Β· β±οΈ 16.08.2025):
+- [GitHub](https://github.com/pyca/pyopenssl) (π¨βπ» 110 Β· π 420 Β· π¦ 270K Β· π 570 - 14% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/pyca/pyopenssl
@@ -5218,49 +5134,49 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge pyopenssl
```
-pywebview (π₯36 Β· β 5.4K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
+pwntools (π₯36 Β· β 13K) - CTF framework and exploit development library. MIT
-- [GitHub](https://github.com/r0x0r/pywebview) (π¨βπ» 170 Β· π 600 Β· π¦ 3.8K Β· π 1.2K - 2% open Β· β±οΈ 26.08.2025):
+- [GitHub](https://github.com/Gallopsled/pwntools) (π¨βπ» 290 Β· π 1.8K Β· π¦ 2.2K Β· π 1.1K - 10% open Β· β±οΈ 04.09.2025):
```
- git clone https://github.com/r0x0r/pywebview
+ git clone https://github.com/Gallopsled/pwntools
```
-- [PyPi](https://pypi.org/project/pywebview) (π₯ 180K / month Β· π¦ 270 Β· β±οΈ 08.08.2025):
+- [PyPi](https://pypi.org/project/pwntools) (π₯ 120K / month Β· π¦ 93 Β· β±οΈ 24.03.2025):
```
- pip install pywebview
+ pip install pwntools
```
-weblate (π₯36 Β· β 5.3K) - Web based localization tool with tight version control integration. βοΈGPL-3.0
+pywebview (π₯36 Β· β 5.4K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
-- [GitHub](https://github.com/WeblateOrg/weblate) (π¨βπ» 2K Β· π 1.2K Β· π₯ 12K Β· π¦ 49 Β· π 5.9K - 8% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/r0x0r/pywebview) (π¨βπ» 170 Β· π 600 Β· π¦ 3.8K Β· π 1.2K - 2% open Β· β±οΈ 31.08.2025):
```
- git clone https://github.com/WeblateOrg/weblate
+ git clone https://github.com/r0x0r/pywebview
```
-- [PyPi](https://pypi.org/project/weblate) (π₯ 7.2K / month Β· β±οΈ 15.08.2025):
+- [PyPi](https://pypi.org/project/pywebview) (π₯ 190K / month Β· π¦ 270 Β· β±οΈ 08.08.2025):
```
- pip install weblate
+ pip install pywebview
```
-itsdangerous (π₯36 Β· β 3K) - Safely pass trusted data to untrusted environments and back. BSD-3
+rdflib (π₯36 Β· β 2.3K Β· π) - RDFLib is a Python library for working with RDF, a simple yet.. BSD-3
-- [GitHub](https://github.com/pallets/itsdangerous) (π¨βπ» 44 Β· π 230 Β· π₯ 99 Β· π¦ 1.3M Β· π 120 - 1% open Β· β±οΈ 14.06.2025):
+- [GitHub](https://github.com/RDFLib/rdflib) (π¨βπ» 210 Β· π 580 Β· π₯ 440 Β· π¦ 27K Β· π 1.3K - 25% open Β· β±οΈ 18.08.2025):
```
- git clone https://github.com/pallets/itsdangerous
+ git clone https://github.com/RDFLib/rdflib
```
-- [PyPi](https://pypi.org/project/itsdangerous) (π₯ 110M / month Β· π¦ 1.8K Β· β±οΈ 16.04.2024):
+- [PyPi](https://pypi.org/project/rdflib) (π₯ 6.3M / month Β· π¦ 1.4K Β· β±οΈ 29.03.2025):
```
- pip install itsdangerous
+ pip install rdflib
```
-- [Conda](https://anaconda.org/conda-forge/itsdangerous) (π₯ 9.8M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/rdflib) (π₯ 1M Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge itsdangerous
+ conda install -c conda-forge rdflib
```
pynacl (π₯36 Β· β 1.2K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2
-- [GitHub](https://github.com/pyca/pynacl) (π¨βπ» 76 Β· π 250 Β· π¦ 130K Β· π 320 - 18% open Β· β±οΈ 15.08.2025):
+- [GitHub](https://github.com/pyca/pynacl) (π¨βπ» 76 Β· π 250 Β· π¦ 130K Β· π 320 - 18% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/pyca/pynacl
@@ -5269,41 +5185,41 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install pynacl
```
-- [Conda](https://anaconda.org/conda-forge/pynacl) (π₯ 9.9M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/pynacl) (π₯ 10M Β· β±οΈ 03.09.2025):
```
conda install -c conda-forge pynacl
```
-certifi (π₯35 Β· β 920) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0
+itsdangerous (π₯35 Β· β 3K) - Safely pass trusted data to untrusted environments and back. BSD-3
-- [GitHub](https://github.com/certifi/python-certifi) (π¨βπ» 39 Β· π 270 Β· π¦ 5 Β· π 160 - 2% open Β· β±οΈ 12.08.2025):
+- [GitHub](https://github.com/pallets/itsdangerous) (π¨βπ» 44 Β· π 230 Β· π₯ 100 Β· π¦ 1.3M Β· π 120 - 1% open Β· β±οΈ 14.06.2025):
```
- git clone https://github.com/certifi/python-certifi
+ git clone https://github.com/pallets/itsdangerous
```
-- [PyPi](https://pypi.org/project/certifi) (π₯ 810M / month Β· π¦ 13K Β· β±οΈ 03.08.2025):
+- [PyPi](https://pypi.org/project/itsdangerous) (π₯ 110M / month Β· π¦ 1.8K Β· β±οΈ 16.04.2024):
```
- pip install certifi
+ pip install itsdangerous
```
-- [Conda](https://anaconda.org/conda-forge/certifi) (π₯ 160M Β· β±οΈ 03.08.2025):
+- [Conda](https://anaconda.org/conda-forge/itsdangerous) (π₯ 9.8M Β· β±οΈ 22.04.2025):
```
- conda install -c conda-forge certifi
+ conda install -c conda-forge itsdangerous
```
-fake-useragent (π₯34 Β· β 4K) - Up-to-date simple useragent faker with real world database. Apache-2
+certifi (π₯35 Β· β 920) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0
-- [GitHub](https://github.com/fake-useragent/fake-useragent) (π¨βπ» 23 Β· π 520 Β· π¦ 40K Β· π 160 - 1% open Β· β±οΈ 15.06.2025):
+- [GitHub](https://github.com/certifi/python-certifi) (π¨βπ» 39 Β· π 270 Β· π¦ 5 Β· π 160 - 2% open Β· β±οΈ 12.08.2025):
```
- git clone https://github.com/hellysmile/fake-useragent
+ git clone https://github.com/certifi/python-certifi
```
-- [PyPi](https://pypi.org/project/fake-useragent) (π₯ 3.1M / month Β· π¦ 1.2K Β· β±οΈ 14.04.2025):
+- [PyPi](https://pypi.org/project/certifi) (π₯ 810M / month Β· π¦ 13K Β· β±οΈ 03.08.2025):
```
- pip install fake-useragent
+ pip install certifi
```
-- [Conda](https://anaconda.org/conda-forge/fake-useragent) (π₯ 55K Β· β±οΈ 27.08.2025):
+- [Conda](https://anaconda.org/conda-forge/certifi) (π₯ 160M Β· β±οΈ 03.08.2025):
```
- conda install -c conda-forge fake-useragent
+ conda install -c conda-forge certifi
```
webassets (π₯34 Β· β 930) - Asset management for Python web development. BSD-2
@@ -5313,7 +5229,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/miracle2k/webassets
```
-- [PyPi](https://pypi.org/project/webassets) (π₯ 250K / month Β· π¦ 98 Β· β±οΈ 17.08.2025):
+- [PyPi](https://pypi.org/project/webassets) (π₯ 230K / month Β· π¦ 98 Β· β±οΈ 17.08.2025):
```
pip install webassets
```
@@ -5329,23 +5245,23 @@ _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.4M / month Β· π¦ 120 Β· β±οΈ 27.05.2025):
+- [PyPi](https://pypi.org/project/aiortc) (π₯ 1.2M / month Β· π¦ 120 Β· β±οΈ 27.05.2025):
```
pip install aiortc
```
webargs (π₯33 Β· β 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT
-- [GitHub](https://github.com/marshmallow-code/webargs) (π¨βπ» 83 Β· π 160 Β· π¦ 10K Β· π 290 - 2% open Β· β±οΈ 04.08.2025):
+- [GitHub](https://github.com/marshmallow-code/webargs) (π¨βπ» 83 Β· π 160 Β· π¦ 10K Β· π 290 - 2% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/marshmallow-code/webargs
```
-- [PyPi](https://pypi.org/project/webargs) (π₯ 2.3M / month Β· π¦ 160 Β· β±οΈ 18.04.2025):
+- [PyPi](https://pypi.org/project/webargs) (π₯ 2.2M / month Β· π¦ 160 Β· β±οΈ 18.04.2025):
```
pip install webargs
```
-- [Conda](https://anaconda.org/conda-forge/webargs) (π₯ 290K Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/webargs) (π₯ 300K Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge webargs
```
@@ -5377,39 +5293,55 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
pip install idna
```
-- [Conda](https://anaconda.org/conda-forge/idna) (π₯ 68M Β· β±οΈ 22.04.2025):
+- [Conda](https://anaconda.org/conda-forge/idna) (π₯ 69M Β· β±οΈ 22.04.2025):
```
conda install -c conda-forge idna
```
-saleor (π₯32 Β· β 22K) - Saleor Core: the high performance, composable, headless.. BSD-3 

+saleor (π₯32 Β· β 22K) - Saleor Core: the high performance, composable, headless.. BSD-3 

-- [GitHub](https://github.com/saleor/saleor) (π¨βπ» 310 Β· π 5.8K Β· π₯ 790 Β· π¦ 7 Β· π 4.4K - 5% open Β· β±οΈ 27.08.2025):
+- [GitHub](https://github.com/saleor/saleor) (π¨βπ» 310 Β· π 5.8K Β· π₯ 790 Β· π¦ 7 Β· π 4.4K - 5% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/saleor/saleor
```
-Radicale (π₯32 Β· β 3.9K) - A simple CalDAV (calendar) and CardDAV (contact) server. βοΈGPL-3.0
+fake-useragent (π₯32 Β· β 4K Β· π) - Up-to-date simple useragent faker with real world database. Apache-2
+
+- [GitHub](https://github.com/fake-useragent/fake-useragent) (π¨βπ» 23 Β· π 520 Β· π 160 - 1% open Β· β±οΈ 15.06.2025):
+
+ ```
+ git clone https://github.com/hellysmile/fake-useragent
+ ```
+- [PyPi](https://pypi.org/project/fake-useragent) (π₯ 3.2M / month Β· π¦ 1.2K Β· β±οΈ 14.04.2025):
+ ```
+ pip install fake-useragent
+ ```
+- [Conda](https://anaconda.org/conda-forge/fake-useragent) (π₯ 56K Β· β±οΈ 27.08.2025):
+ ```
+ conda install -c conda-forge fake-useragent
+ ```
+
+Radicale (π₯32 Β· β 4K) - A simple CalDAV (calendar) and CardDAV (contact) server. βοΈGPL-3.0
-- [GitHub](https://github.com/Kozea/Radicale) (π¨βπ» 140 Β· π 480 Β· π¦ 180 Β· π 1.1K - 0% open Β· β±οΈ 24.08.2025):
+- [GitHub](https://github.com/Kozea/Radicale) (π¨βπ» 140 Β· π 480 Β· π¦ 180 Β· π 1.1K - 0% open Β· β±οΈ 01.09.2025):
```
git clone https://github.com/Kozea/Radicale
```
-- [PyPi](https://pypi.org/project/radicale) (π₯ 11K / month Β· π¦ 41 Β· β±οΈ 22.08.2025):
+- [PyPi](https://pypi.org/project/radicale) (π₯ 12K / month Β· π¦ 41 Β· β±οΈ 22.08.2025):
```
pip install radicale
```
-aiodns (π₯32 Β· β 570) - Simple DNS resolver for asyncio. MIT
+aiodns (π₯32 Β· β 570) - Simple DNS resolver for asyncio. MIT
-- [GitHub](https://github.com/aio-libs/aiodns) (π¨βπ» 34 Β· π 70 Β· π¦ 62K Β· π 80 - 8% open Β· β±οΈ 06.08.2025):
+- [GitHub](https://github.com/aio-libs/aiodns) (π¨βπ» 34 Β· π 70 Β· π¦ 62K Β· π 80 - 8% open Β· β±οΈ 02.09.2025):
```
git clone https://github.com/saghul/aiodns
```
-- [PyPi](https://pypi.org/project/aiodns) (π₯ 8.9M / month Β· π¦ 880 Β· β±οΈ 13.06.2025):
+- [PyPi](https://pypi.org/project/aiodns) (π₯ 8.7M / month Β· π¦ 880 Β· β±οΈ 13.06.2025):
```
pip install aiodns
```
@@ -5418,14 +5350,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge aiodns
```
-Mako (π₯32 Β· β 400) - Mako Templates for Python. MIT
+Mako (π₯32 Β· β 410) - Mako Templates for Python. MIT
- [GitHub](https://github.com/sqlalchemy/mako) (π¨βπ» 63 Β· π 64 Β· π¦ 320K Β· π 370 - 18% open Β· β±οΈ 16.08.2025):
```
git clone https://github.com/sqlalchemy/mako
```
-- [PyPi](https://pypi.org/project/mako) (π₯ 71M / month Β· π¦ 1.2K Β· β±οΈ 10.04.2025):
+- [PyPi](https://pypi.org/project/mako) (π₯ 72M / month Β· π¦ 1.2K Β· β±οΈ 10.04.2025):
```
pip install mako
```
@@ -5436,7 +5368,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
maltrail (π₯31 Β· β 7.2K) - Malicious traffic detection system. MIT
-- [GitHub](https://github.com/stamparm/maltrail) (π¨βπ» 59 Β· π 1.1K Β· π¦ 20 Β· π 460 - 18% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/stamparm/maltrail) (π¨βπ» 59 Β· π 1.1K Β· π¦ 20 Β· π 460 - 18% open Β· β±οΈ 04.09.2025):
```
git clone https://github.com/stamparm/maltrail
@@ -5449,7 +5381,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jupyter/terminado
```
-- [PyPi](https://pypi.org/project/terminado) (π₯ 32M / month Β· π¦ 370 Β· β±οΈ 12.03.2024):
+- [PyPi](https://pypi.org/project/terminado) (π₯ 31M / month Β· π¦ 370 Β· β±οΈ 12.03.2024):
```
pip install terminado
```
@@ -5465,7 +5397,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/alexdlaird/pyngrok
```
-- [PyPi](https://pypi.org/project/pyngrok) (π₯ 740K / month Β· π¦ 250 Β· β±οΈ 04.08.2025):
+- [PyPi](https://pypi.org/project/pyngrok) (π₯ 750K / month Β· π¦ 250 Β· β±οΈ 04.08.2025):
```
pip install pyngrok
```
@@ -5481,7 +5413,7 @@ _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) (π₯ 76K / month Β· π¦ 14 Β· β±οΈ 03.08.2025):
+- [PyPi](https://pypi.org/project/sslyze) (π₯ 69K / month Β· π¦ 14 Β· β±οΈ 03.08.2025):
```
pip install sslyze
```
@@ -5493,7 +5425,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/pyload/pyload
```
-- [PyPi](https://pypi.org/project/pyload-ng) (π₯ 5.7K / month Β· π¦ 3 Β· β±οΈ 27.08.2025):
+- [PyPi](https://pypi.org/project/pyload-ng) (π₯ 4.6K / month Β· π¦ 3 Β· β±οΈ 27.08.2025):
```
pip install pyload-ng
```
@@ -5517,19 +5449,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/abhinavsingh/proxy.py
```
-- [PyPi](https://pypi.org/project/proxy.py) (π₯ 230K / month Β· π¦ 37 Β· β±οΈ 18.02.2025):
+- [PyPi](https://pypi.org/project/proxy.py) (π₯ 210K / month Β· π¦ 37 Β· β±οΈ 18.02.2025):
```
pip install proxy.py
```
-trustme (π₯27 Β· β 590) - #1 quality TLS certs while you wait, for the discerning tester. MIT
+trustme (π₯26 Β· β 590) - #1 quality TLS certs while you wait, for the discerning tester. MIT
- [GitHub](https://github.com/python-trio/trustme) (π¨βπ» 24 Β· π 30 Β· π₯ 15 Β· π¦ 1.2K Β· π 34 - 11% open Β· β±οΈ 04.08.2025):
```
git clone https://github.com/python-trio/trustme
```
-- [PyPi](https://pypi.org/project/trustme) (π₯ 470K / month Β· π¦ 52 Β· β±οΈ 02.01.2025):
+- [PyPi](https://pypi.org/project/trustme) (π₯ 410K / month Β· π¦ 52 Β· β±οΈ 02.01.2025):
```
pip install trustme
```
@@ -5538,6 +5470,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge trustme
```
+healthchecks (π₯25 Β· β 9.4K) - Open-source cron job and background task monitoring service,.. BSD-3
+
+- [GitHub](https://github.com/healthchecks/healthchecks) (π¨βπ» 100 Β· π 910 Β· π¦ 1 Β· π 820 - 10% open Β· β±οΈ 02.09.2025):
+
+ ```
+ git clone https://github.com/healthchecks/healthchecks
+ ```
+
streaming-form-data (π₯25 Β· β 180) - Streaming (and fast!) parser for multipart/form-data.. MIT
- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (π¨βπ» 20 Β· π 35 Β· π¦ 190 Β· π 43 - 11% open Β· β±οΈ 14.08.2025):
@@ -5545,56 +5485,49 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/siddhantgoel/streaming-form-data
```
-- [PyPi](https://pypi.org/project/streaming-form-data) (π₯ 89K / month Β· π¦ 11 Β· β±οΈ 10.01.2025):
+- [PyPi](https://pypi.org/project/streaming-form-data) (π₯ 88K / month Β· π¦ 11 Β· β±οΈ 10.01.2025):
```
pip install streaming-form-data
```
-healthchecks (π₯24 Β· β 9.4K) - Open-source cron job and background task monitoring service,.. BSD-3
+hyde (π₯22 Β· β 1.6K Β· π€) - A Python Static Website Generator (See https://duct-ui.org from the.. MIT
-- [GitHub](https://github.com/healthchecks/healthchecks) (π¨βπ» 100 Β· π 910 Β· π¦ 1 Β· π 820 - 10% open Β· β±οΈ 28.08.2025):
+- [GitHub](https://github.com/hyde/hyde) (π¨βπ» 43 Β· π 250 Β· π¦ 96 Β· π 200 - 31% open Β· β±οΈ 23.09.2024):
```
- git clone https://github.com/healthchecks/healthchecks
+ git clone https://github.com/hyde/hyde
+ ```
+- [PyPi](https://pypi.org/project/hyde) (π₯ 87 / month Β· π¦ 2 Β· β±οΈ 09.11.2015):
+ ```
+ pip install hyde
```
-urlwatch (π₯22 Β· β 2.9K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3
+urlwatch (π₯21 Β· β 2.9K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3
- [GitHub](https://github.com/thp/urlwatch) (π¨βπ» 95 Β· π 350 Β· π 510 - 15% open Β· β±οΈ 25.08.2025):
```
git clone https://github.com/thp/urlwatch
```
-- [PyPi](https://pypi.org/project/urlwatch) (π₯ 3.4K / month Β· β±οΈ 10.12.2024):
+- [PyPi](https://pypi.org/project/urlwatch) (π₯ 3.3K / month Β· β±οΈ 10.12.2024):
```
pip install urlwatch
```
-hyde (π₯22 Β· β 1.6K Β· π€) - A Python Static Website Generator (See https://duct-ui.org from the.. MIT
-
-- [GitHub](https://github.com/hyde/hyde) (π¨βπ» 43 Β· π 250 Β· π¦ 96 Β· π 200 - 31% open Β· β±οΈ 23.09.2024):
-
- ```
- git clone https://github.com/hyde/hyde
- ```
-- [PyPi](https://pypi.org/project/hyde) (π₯ 76 / month Β· π¦ 2 Β· β±οΈ 09.11.2015):
- ```
- pip install hyde
- ```
-
-Show 21 hidden projects...
+Show 22 hidden projects...
- pyzmq (π₯41 Β· β 4K) - PyZMQ: Python bindings for zeromq. βοΈRevised BSD
+- certbot (π₯39 Β· β 32K Β· π) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. βUnlicensed
- PySocks (π₯34 Β· β 1.3K Β· π) - A SOCKS proxy client and wrapper for Python. BSD-3
-- speedtest-cli (π₯32 Β· β 14K Β· π) - Command line interface for testing internet bandwidth.. Apache-2
-- httpbin (π₯32 Β· β 13K Β· π) - HTTP Request & Response Service, written in Python + Flask. ISC 
-- netaddr (π₯32 Β· β 810 Β· π) - A network address manipulation library for Python. BSD-3
+- speedtest-cli (π₯32 Β· β 14K Β· π) - Command line interface for testing internet bandwidth.. Apache-2
+- httpbin (π₯32 Β· β 13K Β· π) - HTTP Request & Response Service, written in Python + Flask. ISC 
+- netaddr (π₯32 Β· β 820 Β· π) - A network address manipulation library for Python. BSD-3
- dpkt (π₯30 Β· β 1.1K Β· π) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3
- Js2Py (π₯29 Β· β 2.5K Β· π) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT
- python-user-agents (π₯28 Β· β 1.5K Β· π) - A Python library that provides an easy way to identify.. MIT
+- Cactus (π₯26 Β· β 3.5K Β· π) - Static site generator for designers. Uses Python and Django.. BSD-3 
- httpagentparser (π₯26 Β· β 220 Β· π) - Python HTTP Agent Parser. MIT
- ipaddress (π₯26 Β· β 110 Β· π) - Python 3.3+s ipaddress for older Python versions. Python-2.0
-- Cactus (π₯25 Β· β 3.5K Β· π) - Static site generator for designers. Uses Python and Django.. BSD-3 
- python-whois (π₯25 Β· β 410 Β· π) - A python module for retrieving and parsing WHOIS data. βοΈWTFPL
- asgi-lifespan (π₯24 Β· β 240 Β· π) - Programmatic startup/shutdown of ASGI apps. MIT
- reppy (π₯23 Β· β 200 Β· π) - Modern robots.txt Parser for Python. MIT
diff --git a/history/2025-09-04_changes.md b/history/2025-09-04_changes.md
new file mode 100644
index 00000000..5197e140
--- /dev/null
+++ b/history/2025-09-04_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._
+
+- gunicorn (π₯44 Β· β 10K Β· π) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients.. MIT
+- wagtail (π₯42 Β· β 20K Β· π) - A Django content management system focused on flexibility and.. BSD-3 
+- httplib2 (π₯35 Β· β 500 Β· π) - Small, fast HTTP client library for Python. Features persistent.. MIT
+- flask_pydantic (π₯27 Β· β 400 Β· π) - flask extension for integration with the awesome.. MIT 
+- flask-seasurf (π₯26 Β· β 190 Β· π) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 
+
+## π Trending Down
+
+_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._
+
+- jinja (π₯40 Β· β 11K Β· π) - A very fast and expressive template engine. BSD-3
+- certbot (π₯39 Β· β 32K Β· π) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. βUnlicensed
+- rdflib (π₯36 Β· β 2.3K Β· π) - RDFLib is a Python library for working with RDF, a simple yet.. BSD-3
+- graphene-django (π₯32 Β· β 4.4K Β· π) - Build powerful, efficient, and flexible GraphQL APIs.. MIT 

+- fake-useragent (π₯32 Β· β 4K Β· π) - Up-to-date simple useragent faker with real world database. Apache-2
+
diff --git a/history/2025-09-04_projects.csv b/history/2025-09-04_projects.csv
new file mode 100644
index 00000000..21e13c49
--- /dev/null
+++ b/history/2025-09-04_projects.csv
@@ -0,0 +1,586 @@
+,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,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,recent_commit_count,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,updated_github_id,conda_id,pypi_id,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,trending,brew_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,conda_dependent_project_count,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,2025-05-20 15:56:34.000000,2025-05-20 15:56:33,4536.0,36863,4358.0,3575.0,388.0,704.0,363970,A collective list of free APIs.,2.0,2.0,1379.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,2025-09-04 10:24:52.000000,2025-09-04 10:21:47,3374.0,9067,851.0,2120.0,201.0,2227.0,30155,The OpenAPI Specification Repository.,21.0,21.0,247.0,0,True,['openapi'],74.0,2024-10-24 17:37:48.000,3.1.1,12.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,2025-09-04 08:09:30.000000,2025-09-04 06:55:00,651.0,1124,511.0,612.0,212.0,365.0,14534,GraphQL is a query language and execution engine tied to any backend service.,,,137.0,0,True,,23.0,2025-09-04 06:52:45.000,September2025,7.0,410.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,2025-09-04 16:12:30.000000,2025-09-04 16:12:28,607.0,2838,439.0,330.0,27.0,34.0,21838,Collection of python database client libraries.,,,54.0,0,True,,27.0,2025-09-04 16:12:34.000,2025.09.04,100.0,,,lukasmasuch/best-of-ml-python,,,,,,,,,,,,,,,,,,,,,,,,,,,
+4,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2025-09-04 17:12:35.000000,2025-09-04 17:05:59,33394.0,8561,1276.0,5173.0,249.0,10795.0,33101,A browser automation framework and ecosystem.,368381.0,361655.0,915.0,51,True,,288.0,2025-08-12 15:46:38.000,4.35.0,220.0,25764511.0,35974454.0,,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2025-08-12 15:46:38.000,6726.0,35719850.0,https://anaconda.org/conda-forge/selenium,2025-08-12 17:22:53.761,1833919.0,1.0,,,,,,,,,,,,,,,,,
+5,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,2025-09-04 16:36:02.000000,2025-09-04 16:36:01,33826.0,32891,2282.0,19752.0,364.0,,84894,The Web framework for perfectionists with deadlines.,2034590.0,2015287.0,3310.0,50,True,['django'],219.0,2025-09-03 13:13:51.000,4.2.24,405.0,,27503713.0,,conda-forge/django,django,https://pypi.org/project/django,2025-09-03 13:13:51.000,19303.0,27466340.0,https://anaconda.org/conda-forge/django,2025-09-03 22:07:28.854,2354555.0,1.0,,,,,,,,,,,,,,,,,
+6,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2025-09-04 17:10:06.000000,2025-09-04 17:04:58,57381.0,10880,1346.0,28529.0,1122.0,11123.0,43589,"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",11159.0,6423.0,1108.0,50,True,,567.0,2025-08-07 03:15:10.000,1.74.1,290.0,,189331158.0,,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2025-08-27 17:23:03.000,4736.0,189051283.0,https://anaconda.org/conda-forge/grpcio,2025-08-08 11:38:29.354,17632172.0,1.0,,,,,,,,,,,,,,,,,
+7,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2025-08-20 07:26:58.491000,2025-08-19 21:09:56,5463.0,16520,2103.0,2693.0,4.0,2692.0,70286,The Python micro framework for building web applications.,2729128.0,2712604.0,857.0,49,True,['flask'],36.0,2025-08-19 21:03:31.000,3.1.2,63.0,9853.0,138059576.0,,conda-forge/flask,flask,https://pypi.org/project/flask,2025-08-19 21:03:19.000,16524.0,137868342.0,https://anaconda.org/conda-forge/flask,2025-08-20 07:26:58.491,9938496.0,1.0,,,,,,,,,,,,,,,,,
+8,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,2025-09-02 08:15:03.000000,2025-09-02 08:15:01,6373.0,9538,1320.0,2642.0,275.0,3863.0,53248,"A simple, yet elegant, HTTP library.",4229511.0,4090490.0,776.0,49,True,,18.0,2025-08-18 20:46:00.000,2.32.5,157.0,27368.0,824530061.0,,conda-forge/requests,requests,https://pypi.org/project/requests,2025-08-18 20:46:00.000,139021.0,823467257.0,https://anaconda.org/conda-forge/requests,2025-08-19 14:39:51.762,66917480.0,1.0,,,,,,,,,,,,,,,,,
+9,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/fastapi/fastapi,https://github.com/fastapi/fastapi,MIT,2018-12-08 08:21:47.000,2025-09-04 15:40:47.000000,2025-08-31 19:34:37,5996.0,7780,715.0,4690.0,49.0,3418.0,89130,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",841382.0,829029.0,834.0,48,True,"['fastapi', 'openapi']",198.0,2025-07-11 16:22:30.000,0.116.1,225.0,,122761172.0,fastapi/fastapi,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2025-07-11 16:22:30.000,12353.0,122705926.0,https://anaconda.org/conda-forge/fastapi,2025-07-15 22:19:18.506,3535751.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,2025-09-04 16:40:10.000000,2025-09-04 16:04:53,8215.0,3693,323.0,6862.0,1250.0,4339.0,41218,Streamlit A faster way to build and share data apps.,1001117.0,996822.0,513.0,47,True,,508.0,2025-08-29 18:35:49.000,1.49.1,252.0,,13481637.0,,,streamlit,https://pypi.org/project/streamlit,2025-08-29 18:35:42.000,4295.0,13481637.0,,,,1.0,,,,,,,,,,,,,,,,,
+11,Scrapy,scrapy/scrapy,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14.000,2025-09-02 16:51:47.000000,2025-09-02 16:51:47,10915.0,11028,1773.0,3770.0,688.0,2717.0,58124,"Scrapy, a fast high-level web crawling & scraping framework for Python.",56195.0,55234.0,680.0,45,True,,78.0,2025-07-02 15:45:15.000,2.13.3,104.0,,2078437.0,,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2025-07-02 15:41:13.000,961.0,2057182.0,https://anaconda.org/conda-forge/scrapy,2025-07-02 18:38:42.869,1317853.0,1.0,,,,,,,,,,,,,,,,,
+12,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,2025-09-02 23:42:03.449000,2025-08-21 14:14:13,4929.0,5538,969.0,1673.0,206.0,1674.0,22142,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",686327.0,682552.0,464.0,45,True,,31.0,2025-08-08 18:26:42.000,6.5.2,78.0,,74764909.0,,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2025-08-08 18:26:42.000,3775.0,73749215.0,https://anaconda.org/conda-forge/tornado,2025-09-02 23:42:03.449,59925989.0,1.0,,,,,,,,,,,,,,,,,
+13,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2025-08-28 20:57:59.000000,2025-08-28 20:55:23,4283.0,1200,102.0,2322.0,152.0,1195.0,3941,urllib3 is a user-friendly HTTP client library for Python.,2442395.0,2421702.0,375.0,45,True,,29.0,2025-06-18 14:19:56.000,2.5.0,103.0,72032.0,913606758.0,,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2025-06-18 14:07:40.000,20693.0,912407200.0,https://anaconda.org/conda-forge/urllib3,2025-06-18 18:31:51.357,74314658.0,1.0,,,,,,,,,,,,,,,,,
+14,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,BSD-3-Clause,2011-03-02 17:13:56.000,2025-08-21 03:35:51.000000,2025-08-21 03:35:51,8887.0,6998,616.0,4829.0,98.0,3887.0,29437,Web APIs for Django.,849798.0,849689.0,1445.0,44,True,['django'],20.0,2025-08-06 17:56:01.000,3.16.1,45.0,,152870.0,,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,109.0,139721.0,https://anaconda.org/conda-forge/djangorestframework,2025-08-06 21:08:48.577,802112.0,2.0,,,,,,,,,,,,,,,,,
+15,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,2025-09-04 09:41:19.000000,2025-09-04 09:41:05,21458.0,7143,228.0,12457.0,5361.0,4433.0,24738,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",1202.0,5.0,3575.0,44,True,['openapi'],232.0,2025-08-25 15:38:33.545,2.23.1,740.0,,3813720.0,,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2025-08-23 01:27:33.000,14.0,106927.0,,,,1.0,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2025-08-25 15:38:33.545,1183.0,3706793.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,,
+16,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2025-09-02 17:06:33.000000,2025-03-20 20:19:12,3182.0,1752,222.0,1164.0,204.0,2026.0,10253,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1555847.0,1552911.0,428.0,44,True,,,2024-08-10 20:28:30.000,23.0.0,88.0,108.0,67650198.0,,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2024-08-10 20:25:24.000,2936.0,67583926.0,https://anaconda.org/conda-forge/gunicorn,2025-04-22 14:56:24.873,3910099.0,1.0,,,,,,,,1.0,,,,,,,,,
+17,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,2025-08-18 17:10:04.000000,2025-06-12 21:09:15,5747.0,1749,215.0,1788.0,18.0,1215.0,6776,The comprehensive WSGI web application library.,1698269.0,1693595.0,502.0,44,True,,12.0,2024-11-08 15:52:24.000,3.1.3,104.0,1779.0,162479523.0,,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2024-11-08 15:52:16.000,4674.0,162219349.0,https://anaconda.org/conda-forge/werkzeug,2025-04-22 14:56:26.693,13528096.0,2.0,,,,,,,,,,,,,,,,,
+18,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2025-09-03 20:47:47.122000,2025-08-31 15:16:40,7068.0,457,36.0,461.0,250.0,1341.0,3233,The code coverage tool for Python.,493635.0,473254.0,209.0,44,True,,201.0,2025-08-29 15:42:09.000,7.10.6,171.0,,129482198.0,,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2025-08-29 15:32:57.000,20381.0,129052643.0,https://anaconda.org/conda-forge/coverage,2025-09-03 20:47:47.122,26632422.0,1.0,,,,,,,,,,,,,,,,,
+19,posthog,PostHog/posthog,monitoring,,https://github.com/PostHog/posthog,https://github.com/PostHog/posthog,MIT,2020-01-23 22:46:58.000,2025-09-04 17:23:51.000000,2025-09-04 17:01:27,27644.0,1900,123.0,29745.0,2363.0,5612.0,28911,"PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can..",388.0,,2740.0,43,True,,3065.0,2025-09-03 20:03:00.000,6.7.2,135.0,321116.0,17155061.0,,,posthog,https://pypi.org/project/posthog,2025-09-03 20:03:00.000,388.0,17101542.0,,,,1.0,,,,,,,,,,,,,,,,,
+20,django-allauth,pennersr/django-allauth,auth,,https://github.com/pennersr/django-allauth,https://github.com/pennersr/django-allauth,MIT,2010-10-10 20:10:52.000,2025-08-29 12:40:22.000000,2025-08-29 12:39:59,3885.0,3101,200.0,1630.0,2.0,2399.0,10101,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",272896.0,272629.0,787.0,43,True,['django'],84.0,2025-08-27 18:05:05.000,65.11.1,117.0,,1487852.0,,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2025-08-27 18:05:05.000,267.0,1482669.0,https://anaconda.org/conda-forge/django-allauth,2025-08-28 00:34:02.413,212521.0,1.0,,,,,,,,,,,,,,,,,
+21,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,2025-09-03 07:56:58.993000,2025-09-02 15:30:46,1897.0,2492,297.0,1428.0,166.0,977.0,8435,The official Python client library for Googles discovery based APIs.,278843.0,275255.0,198.0,43,True,,24.0,2025-09-02 15:41:31.000,2.181.0,269.0,,112277377.0,,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2025-09-02 15:41:31.000,3588.0,112215279.0,https://anaconda.org/conda-forge/google-api-python-client,2025-09-03 07:56:58.993,3974332.0,1.0,,,,,,,,,,,,,,,,,
+22,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2025-08-11 20:36:46.000000,2025-08-05 13:16:16,31086.0,1198,176.0,2140.0,2780.0,7683.0,5849,Event-driven networking engine written in Python.,105785.0,104595.0,300.0,43,True,,34.0,2025-06-07 09:52:21.000,25.5.0,110.0,,7945772.0,,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2025-06-07 09:52:21.000,1190.0,7920911.0,https://anaconda.org/conda-forge/twisted,2025-06-07 22:22:24.820,1466807.0,1.0,,,,,,,,,,,,,,,,,
+23,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,496,64.0,513.0,96.0,303.0,2927,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",639846.0,638150.0,200.0,43,True,,63.0,2025-06-20 05:53:03.000,3.3.1,52.0,,194303864.0,,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2025-06-19 22:48:06.000,1696.0,194031562.0,https://anaconda.org/conda-forge/oauthlib,2025-06-20 10:29:41.030,14159735.0,1.0,,,,,,,,,,,,,,,,,
+24,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2025-09-04 16:55:52.000000,2025-09-04 16:55:50,90700.0,4366,688.0,81533.0,2371.0,13701.0,41893,Developer-first error tracking and performance monitoring.,711.0,570.0,968.0,42,True,,4559.0,2025-08-15 18:53:31.000,25.8.0,378.0,6157.0,24833.0,,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-07-25 17:18:50.000,141.0,3200.0,https://anaconda.org/conda-forge/sentry-sdk,2025-09-04 11:27:51.964,1356678.0,1.0,,,,,,,,,,,,,,,,,
+25,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2025-08-30 19:55:59.000000,2025-08-24 20:00:37,11012.0,4283,627.0,3263.0,369.0,3228.0,40381,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,5158.0,4998.0,578.0,42,True,,46.0,2025-08-24 18:34:59.000,12.1.2,84.0,225255.0,849782.0,,,mitmproxy,https://pypi.org/project/mitmproxy,2025-08-24 18:34:59.000,160.0,848229.0,,,,1.0,,,,,,,,,,,,,,,,,
+26,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2025-09-04 17:10:21.000000,2025-09-04 08:22:58,5927.0,3095,421.0,1375.0,7.0,1730.0,26728,Write scalable load tests in plain Python.,16400.0,16225.0,366.0,42,True,,160.0,2025-08-29 17:41:00.000,2.39.1,790.0,,6321849.0,,conda-forge/locust,locust,https://pypi.org/project/locust,2025-09-04 08:31:50.000,175.0,6317789.0,https://anaconda.org/conda-forge/locust,2025-09-01 20:19:00.781,259868.0,1.0,,,,,,,,,,,,,,,,,
+27,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2025-09-04 14:16:29.000000,2025-09-04 14:16:13,19295.0,4152,335.0,7595.0,949.0,4505.0,19570,A Django content management system focused on flexibility and user experience.,12478.0,11687.0,1013.0,42,True,['django'],398.0,2025-08-28 18:22:46.000,7.1.1,270.0,,400172.0,,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2025-08-28 18:22:46.000,791.0,396641.0,https://anaconda.org/conda-forge/wagtail,2025-08-28 21:07:16.620,137728.0,1.0,,,,,,,,1.0,,,,,,,,,
+28,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,2025-09-03 09:34:13.000000,2025-09-03 09:34:13,5322.0,3877,254.0,3054.0,143.0,2919.0,15661,An API wrapper for Discord written in Python.,54601.0,53511.0,441.0,42,True,,130.0,2025-08-31 19:30:21.000,2.6.3,85.0,,2501157.0,,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2025-08-31 19:30:21.000,1090.0,2500613.0,https://anaconda.org/conda-forge/discord.py,2025-04-22 14:57:44.300,30515.0,1.0,,,,,,,,,,,,,,,,,
+29,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,2025-09-02 14:26:53.000000,2025-09-02 11:17:35,1494.0,1034,105.0,1689.0,21.0,730.0,11421,The little ASGI framework that shines.,392979.0,389966.0,307.0,42,True,,10.0,2025-08-24 13:36:40.000,0.47.3,180.0,,141507632.0,Kludex/starlette,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2025-08-24 13:36:40.000,3013.0,141446484.0,https://anaconda.org/conda-forge/starlette,2025-08-24 23:04:00.508,3791189.0,2.0,,,,,,,,,,,,,,,,,
+30,uvicorn,encode/uvicorn,servers,,https://github.com/Kludex/uvicorn,https://github.com/Kludex/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2025-09-03 10:58:26.000000,2025-09-03 10:57:29,1370.0,831,94.0,1485.0,64.0,673.0,9658,"An ASGI web server, for Python.",822693.0,813760.0,203.0,42,True,,14.0,2025-06-28 16:15:44.000,0.35.0,178.0,,138396148.0,Kludex/uvicorn,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2025-06-28 16:15:44.000,8933.0,138315643.0,https://anaconda.org/conda-forge/uvicorn,2025-06-29 12:58:53.957,4749821.0,1.0,,,,,,,,,,,,,,,,,
+31,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2025-09-02 17:25:55.000000,2025-08-29 16:15:28,6116.0,959,237.0,669.0,128.0,1324.0,6401,Coroutine-based concurrency library for Python.,151945.0,149771.0,116.0,42,True,,49.0,2025-08-29 16:16:56.000,25.8.2,93.0,63829.0,27103955.0,,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2025-08-29 16:16:56.000,2174.0,27074551.0,https://anaconda.org/conda-forge/gevent,2025-08-30 13:03:03.026,1853519.0,1.0,,,,,,,,,,,,,,,,,
+32,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,2025-09-04 15:15:08.000000,2025-09-04 15:15:07,4321.0,955,104.0,805.0,174.0,890.0,4943,GitPython is a python library used to interact with Git repositories.,414363.0,406961.0,333.0,42,True,,73.0,2025-07-24 03:46:53.000,3.1.45,99.0,,120652142.0,,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2025-07-24 03:45:52.000,7402.0,120448855.0,https://anaconda.org/conda-forge/gitpython,2025-07-25 11:51:13.027,13010424.0,1.0,,,,,,,,,,,,,,,,,
+33,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,2025-09-04 15:38:52.000000,2025-08-17 09:36:03,2992.0,5761,605.0,2123.0,22.0,2266.0,28110,We have made you a wrapper you cant refuse.,154603.0,153732.0,202.0,41,True,,37.0,2025-07-20 20:03:56.000,22.3,150.0,39217.0,18194705.0,,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2025-07-20 20:03:07.000,871.0,18191805.0,https://anaconda.org/conda-forge/python-telegram-bot,2025-07-21 11:12:15.071,158138.0,1.0,,,,,,,,,,,,,,,,,
+34,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,2025-09-04 14:37:41.000000,2025-09-04 14:29:43,1514.0,945,117.0,1721.0,104.0,861.0,14523,A next generation HTTP client for Python.,562657.0,543105.0,241.0,41,True,,6.0,2024-12-06 15:37:21.000,0.28.1,74.0,,256476285.0,,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2025-08-04 16:41:09.000,19552.0,256308015.0,https://anaconda.org/conda-forge/httpx,2025-04-22 14:57:16.772,10769329.0,2.0,,,,,,,,,,,,,,,,,
+35,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2025-09-01 15:34:37.000000,2025-09-01 15:33:19,3123.0,1540,158.0,684.0,105.0,2323.0,11265,"Pure Python 3 MTProto API Telegram client library, for bots too!.",70780.0,70287.0,204.0,41,True,,13.0,2025-09-01 15:33:41.000,1.41.0,237.0,,1375979.0,,,telethon,https://pypi.org/project/telethon,2025-09-01 15:33:41.000,493.0,1375979.0,,,,1.0,,,,,,,,,,,,,,,,,
+36,pyTelegramBotAPI,eternnoir/pyTelegramBotAPI,third-party-apis,,https://github.com/eternnoir/pyTelegramBotAPI,https://github.com/eternnoir/pyTelegramBotAPI,GPL-2.0,2015-06-26 06:56:25.000,2025-09-03 15:01:47.000000,2025-09-03 14:58:22,3077.0,2119,232.0,991.0,6.0,1293.0,8541,Python Telegram bot api.,64562.0,64285.0,264.0,41,True,,52.0,2025-09-03 15:01:47.000,4.29.1,139.0,,1022506.0,,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2025-09-03 14:59:44.000,277.0,1022506.0,,,,1.0,,,,,,,,,,,,,,,,,
+37,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,2025-09-03 11:39:37.233000,2025-09-02 17:45:08,2469.0,1851,114.0,1562.0,351.0,1413.0,7499,Typed interactions with the GitHub API v3.,69310.0,67118.0,416.0,41,True,,60.0,2025-09-02 17:41:52.000,2.8.1,106.0,,45737365.0,,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2025-09-02 17:41:52.000,2192.0,45651830.0,https://anaconda.org/conda-forge/pygithub,2025-09-03 11:39:37.233,5474263.0,1.0,,,,,,,,,,,,,,,,,
+38,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2025-09-01 22:32:15.000000,2025-09-01 22:32:14,3833.0,653,104.0,1049.0,45.0,1021.0,3969,PyZMQ: Python bindings for zeromq.,506429.0,503940.0,201.0,41,False,,49.0,2025-08-21 04:20:55.000,27.0.2,105.0,21103.0,63109122.0,,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2025-08-21 04:20:55.000,2489.0,62529459.0,https://anaconda.org/conda-forge/pyzmq,2025-08-25 15:41:28.208,35930090.0,1.0,,,,,,,,,,,,,,,,,
+39,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,2025-05-04 11:53:05.000000,2025-05-04 11:51:54,18934.0,10283,2178.0,4978.0,4199.0,23125.0,137151,Command-line program to download videos from YouTube.com and other video sites.,728.0,,1010.0,40,True,,,2021-12-16 19:02:14.000,2021.12.17,955.0,62399591.0,1075640.0,,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,728.0,264418.0,https://anaconda.org/conda-forge/youtube-dl,2025-04-22 14:56:44.986,1998623.0,2.0,,,,,,,,,youtube-dl,,,,,,,,
+40,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2025-09-04 11:23:20.000000,2025-09-04 11:23:19,6713.0,2135,232.0,3098.0,129.0,1651.0,11670,Scapy: the Python-based interactive packet manipulation program & library.,22944.0,22352.0,509.0,40,True,,51.0,2024-11-05 08:52:22.000,2.6.1,29.0,,2149833.0,,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2024-11-05 08:43:21.000,592.0,2147213.0,https://anaconda.org/conda-forge/scapy,2025-04-22 14:57:07.658,157222.0,1.0,,,,,,,,,,,,,,,,,
+41,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2025-09-02 17:20:32.000000,2025-09-02 17:20:27,9387.0,1414,166.0,1249.0,20.0,1799.0,11597,"Python APIs for web automation, testing, and bypassing bot-detection.",2671.0,2606.0,40.0,40,True,,109.0,2025-08-29 06:01:57.000,4.41.3,1083.0,,2150015.0,,,seleniumbase,https://pypi.org/project/seleniumbase,2025-08-29 06:01:57.000,65.0,2150015.0,,,,1.0,,,,,,,,,,,,,,,,,
+42,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-06-14 20:35:04.000000,2025-06-14 20:34:58,2949.0,1662,256.0,961.0,88.0,999.0,11116,A very fast and expressive template engine.,23464.0,21.0,334.0,40,True,,8.0,2025-03-05 20:05:10.000,3.1.6,52.0,69359.0,327441977.0,,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2025-03-05 20:05:00.000,23443.0,326453023.0,https://anaconda.org/conda-forge/jinja2,2025-04-22 14:56:22.751,55340160.0,1.0,,,,,,,,-2.0,,,,,,,,,
+43,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,4607,267.0,583.0,97.0,1222.0,10991,Twitter for Python!.,65048.0,64504.0,249.0,40,True,,6.0,2025-06-22 01:18:16.000,4.16.0,49.0,57.0,2808648.0,,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2025-06-22 01:17:49.000,544.0,2802398.0,https://anaconda.org/conda-forge/tweepy,2025-06-23 11:53:49.548,387537.0,2.0,,,,,,,,,,,,,,,,,
+44,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,2025-09-01 19:05:02.000000,2025-08-28 09:30:48,16325.0,3170,394.0,4633.0,43.0,3566.0,10539,The easy-to-use and developer-friendly enterprise CMS powered by Django.,5816.0,5474.0,590.0,40,True,['django'],38.0,2025-07-17 14:09:56.000,5.0.2,132.0,,83764.0,,,django-cms,https://pypi.org/project/django-cms,2025-07-17 14:09:56.000,342.0,83764.0,,,,2.0,,,,,,,,,,,,,,,,,
+45,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2025-08-11 01:37:00.120000,2025-06-27 10:14:03,1980.0,1488,303.0,621.0,284.0,638.0,8656,bottle.py is a fast and simple micro-framework for python web-applications.,36955.0,36163.0,233.0,40,True,,5.0,2025-06-15 10:09:36.000,0.13.4,85.0,212.0,7038101.0,,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2025-06-15 10:08:57.000,792.0,7023476.0,https://anaconda.org/conda-forge/bottle,2025-08-11 01:37:00.120,496697.0,2.0,,,,,,,,,,,,,,,,,
+46,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,2025-09-01 20:42:36.000000,2025-08-17 11:51:44,2809.0,1060,112.0,1207.0,74.0,902.0,8277,A configurable set of panels that display various debug information about the current request/response.,105537.0,105212.0,311.0,40,True,,21.0,2025-07-25 13:12:20.000,6.0.0,77.0,299.0,5216667.0,django-commons/django-debug-toolbar,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2025-07-25 13:11:47.000,325.0,5211936.0,https://anaconda.org/conda-forge/django-debug-toolbar,2025-07-26 13:17:11.789,283799.0,1.0,,,,,,,,,,,,,,,,,
+47,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,2025-09-01 21:33:31.000000,2025-09-01 21:33:29,3523.0,1610,152.0,1181.0,141.0,1332.0,5992,Simple and extensible administrative interface framework for Flask.,33127.0,32922.0,381.0,40,True,['flask'],86.0,2023-06-19 22:55:48.000,1.6.1,44.0,489.0,1308743.0,pallets-eco/flask-admin,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2025-02-22 13:56:31.000,205.0,1305119.0,https://anaconda.org/conda-forge/flask-admin,2025-04-22 14:56:28.761,213648.0,1.0,,,,,,,,,,,,,,,,,
+48,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,2025-08-30 05:08:43.000000,2025-08-30 05:08:42,1674.0,552,110.0,451.0,12.0,1185.0,5511,Library for building WebSocket servers and clients in Python.,355247.0,348982.0,82.0,40,True,,21.0,2025-03-05 20:03:43.000,15.0.1,47.0,,98681135.0,python-websockets/websockets,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2025-03-05 20:01:35.000,6265.0,98602014.0,https://anaconda.org/conda-forge/websockets,2025-08-29 14:13:03.223,4747275.0,1.0,,,,,,,,,,,,,,,,,
+49,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,2025-09-02 12:56:27.000000,2025-09-02 12:56:27,4022.0,1423,154.0,1070.0,243.0,1133.0,4886,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",10801.0,10719.0,218.0,40,True,['flask'],8.0,2025-08-25 10:47:13.000,4.8.1,366.0,,24908096.0,,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2025-09-02 09:26:22.000,82.0,24899300.0,https://anaconda.org/conda-forge/flask-appbuilder,2025-08-26 11:37:57.870,545393.0,2.0,,,,,,,,,,,,,,,,,
+50,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,2025-08-01 18:38:41.000000,2025-08-01 18:38:41,1626.0,877,75.0,614.0,25.0,901.0,4070,A Python implementation of John Grubers Markdown with Extension support.,498375.0,493299.0,183.0,40,True,,9.0,2025-06-19 17:12:46.000,3.8.2,57.0,260.0,63677751.0,,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2025-06-19 17:12:42.000,5076.0,63519470.0,https://anaconda.org/conda-forge/markdown,2025-06-19 19:13:57.219,9337979.0,1.0,,,,,,,,,,,,,,,,,
+51,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,2025-09-02 16:15:59.986000,2025-08-26 18:27:33,6674.0,591,83.0,420.0,13.0,,2911,The lxml XML toolkit for Python.,602005.0,585506.0,172.0,40,True,,107.0,2025-08-22 10:31:55.000,6.0.1,171.0,80326.0,175124350.0,,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2025-08-22 10:31:55.000,16499.0,174865453.0,https://anaconda.org/conda-forge/lxml,2025-09-02 16:15:59.986,16457690.0,1.0,,,,,,,,,,,,,,,,,
+52,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2025-09-04 16:05:33.000000,2025-09-03 19:56:53,2561.0,541,57.0,593.0,2.0,581.0,2592,a powerful DNS toolkit for python.,435419.0,433020.0,125.0,40,True,,50.0,2024-10-05 20:26:31.000,2.7.0,49.0,1752.0,104808178.0,,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2025-09-01 23:56:35.000,2399.0,104730716.0,https://anaconda.org/conda-forge/dnspython,2025-04-22 14:56:41.384,4643546.0,1.0,,,,,,,,,,,,,,,,,
+53,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,,2014-11-12 02:52:20.000,2025-09-02 19:09:14.000000,2025-09-02 19:09:12,11277.0,3443,748.0,4932.0,175.0,5342.0,32428,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,3170.0,2800.0,542.0,39,False,,100.0,2025-09-02 17:03:37.000,5.0.0,124.0,328018.0,1296739.0,,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2025-09-02 17:03:37.000,370.0,1291031.0,https://anaconda.org/conda-forge/certbot-apache,2025-08-23 12:26:39.630,53242.0,1.0,,,,,,,,-2.0,,,,,,,,,
+54,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,2025-07-11 12:01:30.779000,2025-03-31 21:19:26,2929.0,1578,400.0,1625.0,143.0,1337.0,18489,Accelerate your web app development | Build fast. Run fast.,19643.0,18865.0,354.0,39,True,,,2025-03-31 21:22:27.000,25.3.0,81.0,,1455767.0,,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2025-03-31 21:22:27.000,778.0,1446560.0,https://anaconda.org/conda-forge/sanic,2025-07-11 12:01:30.779,580092.0,2.0,,,,,,,,,,,,,,,,,
+55,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,2025-08-31 19:21:18.000000,2025-08-31 19:21:18,2081.0,960,256.0,1364.0,157.0,949.0,9711,"The no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at..",10670.0,10273.0,220.0,39,True,,45.0,2025-08-06 16:08:18.000,4.1.0,96.0,10247.0,605619.0,,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2025-08-06 16:08:18.000,397.0,594200.0,https://anaconda.org/conda-forge/falcon,2025-08-29 15:02:28.932,663196.0,2.0,,,,,,,,,,,,,,,,,
+56,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,2025-09-03 11:56:42.000000,2025-09-02 21:42:55,6126.0,742,131.0,479.0,162.0,1904.0,8065,The awesome document factory.,28316.0,27832.0,165.0,39,True,,159.0,2025-07-24 11:44:37.000,66.0,115.0,19279.0,9177695.0,,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2025-07-24 11:44:40.000,484.0,9172831.0,https://anaconda.org/conda-forge/weasyprint,2025-09-03 10:58:32.819,286364.0,2.0,,,,,,,,,,,,,,,,,
+57,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2025-08-08 10:28:06.000000,2025-08-08 10:28:06,2040.0,958,155.0,627.0,60.0,886.0,7377,Google Sheets Python API.,53504.0,52967.0,190.0,39,True,,9.0,2025-05-14 15:56:24.000,6.2.1,83.0,18415.0,25157211.0,,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2025-05-14 15:56:24.000,537.0,25150944.0,https://anaconda.org/conda-forge/gspread,2025-04-22 14:56:34.422,380009.0,2.0,,,,,,,,,,,,,,,,,
+58,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,2025-08-26 11:04:42.000000,2025-08-26 11:04:42,3743.0,1160,99.0,1029.0,203.0,751.0,6734,This is a repository for collecting global custom management extensions for the Django Framework.,270199.0,269652.0,602.0,39,True,['django'],16.0,2025-04-11 01:17:50.000,4.1,128.0,,7350136.0,,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2025-04-11 01:15:37.000,547.0,7340303.0,https://anaconda.org/conda-forge/django-extensions,2025-04-22 14:56:21.386,609662.0,1.0,,,,,,,,,,,,,,,,,
+59,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2025-09-02 08:35:28.000000,2025-09-02 08:35:26,910.0,711,64.0,598.0,39.0,445.0,5452,JSON Web Token implementation in Python.,790085.0,783676.0,162.0,39,True,,9.0,2024-11-28 03:43:27.000,2.10.1,51.0,,239268327.0,,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2024-11-28 03:43:27.000,6409.0,238939956.0,https://anaconda.org/conda-forge/pyjwt,2025-04-22 14:56:25.360,18388817.0,1.0,,,,,,,,,,,,,,,,,
+60,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,2025-09-04 16:28:57.000000,2025-09-04 13:58:21,4750.0,551,61.0,4172.0,1172.0,2843.0,5400,Panel: The powerful data exploration & web app framework for Python.,18945.0,18404.0,195.0,39,True,,134.0,2025-07-22 12:53:13.000,1.7.5,463.0,,1673571.0,,,panel,https://pypi.org/project/panel,2025-09-02 11:42:39.000,541.0,1673571.0,,,,1.0,,,,,,,,,,,,,,,,,
+61,authlib,lepture/authlib,auth,,https://github.com/authlib/authlib,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2025-08-29 04:11:04.000000,2025-08-29 04:11:04,1594.0,500,60.0,274.0,110.0,400.0,4982,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",46483.0,45652.0,129.0,39,True,,49.0,2025-08-26 12:13:32.000,1.6.3,51.0,,33067690.0,authlib/authlib,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2025-08-26 12:13:23.000,831.0,33064382.0,https://anaconda.org/conda-forge/authlib,2025-08-27 05:07:31.097,211755.0,1.0,,,,,,,,,,,,,,,,,
+62,structlog,hynek/structlog,others,,https://github.com/hynek/structlog,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2025-09-02 05:42:20.000000,2025-09-02 05:42:18,1740.0,249,33.0,370.0,39.0,338.0,4209,"Simple, powerful, and fast logging for Python.",26422.0,24947.0,133.0,38,True,,21.0,2025-06-02 08:21:11.000,25.4.0,41.0,,32778310.0,,,structlog,https://pypi.org/project/structlog,2025-06-02 08:21:11.000,1475.0,32778310.0,,,,2.0,,,,,,,,,,,,,,,,,
+63,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,2025-09-02 10:33:06.000000,2025-09-02 10:33:06,1604.0,816,60.0,953.0,28.0,1092.0,3242,Django application and library for importing and exporting data with admin integration.,132695.0,132516.0,237.0,38,True,['django'],24.0,2025-07-21 19:17:35.000,4.3.9,103.0,,1680909.0,,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2025-07-21 19:17:35.000,179.0,1678463.0,https://anaconda.org/conda-forge/django-import-export,2025-07-21 23:06:22.540,154106.0,1.0,,,,,,,,,,,,,,,,,
+64,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2025-08-29 19:22:18.438000,2025-08-29 07:19:20,702.0,258,41.0,107.0,42.0,264.0,2859,A fast yet powerful Python Markdown parser with renderers and plugins.,365666.0,364345.0,48.0,38,True,,4.0,2025-08-29 07:20:59.000,3.1.4,48.0,,48369442.0,,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2025-08-29 07:20:42.000,1321.0,47971077.0,https://anaconda.org/conda-forge/mistune,2025-08-29 19:22:18.438,23503556.0,1.0,,,,,,,,,,,,,,,,,
+65,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2025-07-08 11:38:39.575000,2025-07-08 09:06:18,479.0,223,40.0,282.0,51.0,198.0,1576,ASGI specification and utilities.,1137289.0,1136197.0,108.0,38,True,,9.0,2025-07-08 09:07:41.000,3.9.1,66.0,,56404259.0,,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2025-07-08 09:07:41.000,1092.0,56378591.0,https://anaconda.org/conda-forge/asgiref,2025-07-08 11:38:39.575,1617096.0,2.0,,,,,,,,,,,,,,,,,
+66,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,2025-09-02 05:51:33.196788,2025-08-26 04:11:06,11238.0,4966,1022.0,8723.0,140.0,4497.0,42516,The Cloud-Native API Gateway and AI Gateway.,22.0,22.0,440.0,37,True,,16.0,2025-06-04 09:20:05.000,3.9.1,100.0,,2632777.0,,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2025-09-02 05:51:33.196788,826.0,342261035.0,,,
+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,2025-09-03 06:14:21.000000,2025-09-03 06:12:58,6754.0,9191,642.0,4513.0,1303.0,4429.0,28105,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",38038.0,38038.0,604.0,37,True,['openapi'],48.0,2025-09-03 06:13:05.000,5.28.1,100.0,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,
+68,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2025-09-04 11:28:45.000000,2025-09-04 03:21:10,4126.0,3565,378.0,993.0,180.0,846.0,14796,Impacket is a collection of Python classes for working with network protocols.,6324.0,6200.0,275.0,37,True,,29.0,2024-09-16 20:07:25.000,impacket_0_12_0,17.0,264374.0,462853.0,fortra/impacket,,impacket,https://pypi.org/project/impacket,2024-09-16 18:46:21.000,124.0,460721.0,,,,2.0,,,,,,,,,,,,,,,,,
+69,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2025-09-04 16:50:06.000000,2025-09-04 06:03:31,6126.0,801,82.0,1190.0,84.0,1242.0,13593,Create web-based user interfaces with Python. The nice way.,2590.0,2384.0,180.0,37,True,,95.0,2025-08-26 06:44:30.000,2.23.3,284.0,,353195.0,,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,2025-08-26 05:35:50.000,206.0,349006.0,https://anaconda.org/conda-forge/nicegui,2025-08-26 12:09:41.514,89817.0,2.0,,,,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2025-08-26 06:01:31.669756,12.0,56790.0,,,
+70,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2025-09-01 05:58:19.000000,2025-07-22 17:18:09,3962.0,1816,332.0,1652.0,71.0,1654.0,13011,Static site generator that supports Markdown and reST syntax. Powered by Python.,8843.0,8602.0,476.0,37,True,,21.0,2025-01-15 17:04:54.000,4.11.0,64.0,1509.0,60789.0,,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2025-01-15 17:04:54.000,241.0,57127.0,https://anaconda.org/conda-forge/pelican,2025-04-22 14:56:21.850,222541.0,2.0,,,,,,,,,,,,,,,,,
+71,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,826,143.0,572.0,106.0,911.0,8207,GraphQL framework for Python.,29602.0,29285.0,211.0,37,True,['graphql'],,2024-11-09 20:44:23.000,3.4.3,102.0,,23234014.0,,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2024-11-09 20:44:23.000,317.0,23220675.0,https://anaconda.org/conda-forge/graphene,2025-04-22 14:56:40.732,666989.0,1.0,,,,,,,,,,,,,,,,,
+72,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2025-09-04 16:16:07.000000,2025-09-04 16:16:05,78478.0,1161,96.0,9088.0,495.0,5456.0,5352,Web based localization tool with tight version control integration.,49.0,49.0,1977.0,37,True,,2540.0,2025-09-04 12:06:27.000,5.13.1,152.0,11817.0,7539.0,,,weblate,https://pypi.org/project/weblate,2025-09-04 12:06:27.000,,7358.0,,,,2.0,,,,,,,,,,,,,,,,,
+73,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,2025-09-03 16:44:45.000000,2025-09-03 16:44:45,5213.0,1822,121.0,2150.0,119.0,1472.0,5341,A python interface for interacting with the Ethereum blockchain and ecosystem.,1590.0,,302.0,37,True,,23.0,2025-08-04 16:57:17.000,7.13.0,246.0,,2856228.0,,conda-forge/web3,web3,https://pypi.org/project/web3,2025-08-04 16:57:17.000,1590.0,2842332.0,https://anaconda.org/conda-forge/web3,2025-08-12 11:16:57.851,819874.0,2.0,,,,,,,,,,,,,,,,,
+74,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,2025-09-02 15:13:11.000000,2025-09-02 15:13:10,1449.0,843,161.0,834.0,40.0,849.0,3953,Slack Developer Kit for Python.,694.0,,184.0,37,True,,17.0,2025-07-09 21:05:40.000,3.36.0,118.0,,48403325.0,,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2025-07-09 20:58:21.000,694.0,48392923.0,https://anaconda.org/conda-forge/slack-sdk,2025-07-10 02:45:20.598,572145.0,2.0,,,,,,,,,,,,,,,,,
+75,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,2025-09-04 15:38:13.000000,2025-08-29 15:30:32,1270.0,577,74.0,407.0,122.0,422.0,3789,Per object permissions for Django.,7699.0,7598.0,176.0,37,True,['django'],69.0,2025-08-29 15:32:55.000,3.1.0,52.0,,704480.0,,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2025-08-29 15:32:55.000,101.0,702865.0,https://anaconda.org/conda-forge/django-guardian,2025-08-29 19:31:23.139,85608.0,2.0,,,,,,,,,,,,,,,,,
+76,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,2025-04-22 14:56:25.119000,2024-11-05 23:11:59,1281.0,769,86.0,339.0,38.0,639.0,3677,WebSocket client for Python.,317522.0,314541.0,223.0,37,True,,,2024-04-23 22:16:14.000,1.8.0,87.0,,139260394.0,,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2024-04-23 22:16:14.000,2981.0,138939701.0,https://anaconda.org/conda-forge/websocket-client,2025-04-22 14:56:25.119,19562286.0,1.0,,,,,,,,,,,,,,,,,
+77,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2025-09-01 17:10:54.000000,2025-08-11 11:04:50,894.0,153,25.0,413.0,37.0,222.0,2678,Radically simplified static file serving for Python web apps.,529385.0,528925.0,69.0,37,True,,11.0,2025-02-06 22:16:32.000,6.9.0,57.0,,5456534.0,,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2025-02-06 22:16:32.000,460.0,5454200.0,https://anaconda.org/conda-forge/whitenoise,2025-04-22 14:56:39.320,137746.0,2.0,,,,,,,,,,,,,,,,,
+78,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,2025-09-02 19:11:15.000000,2025-09-02 19:11:14,1470.0,350,48.0,250.0,95.0,186.0,2189,Parse feeds in Python.,99997.0,98556.0,61.0,37,True,,24.0,2023-12-10 16:03:19.000,6.0.11,24.0,,7146166.0,,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2023-12-10 16:03:19.000,1441.0,7108043.0,https://anaconda.org/conda-forge/feedparser,2025-04-22 14:57:26.990,2439885.0,1.0,,,,,,,,,,,,,,,,,
+79,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,2025-09-04 14:31:04.563000,2025-09-04 10:16:29,1824.0,783,119.0,541.0,34.0,312.0,1990,A Python module for communicating with the Twilio API and generating TwiML.,58075.0,57616.0,147.0,37,True,,20.0,2025-09-04 10:22:53.000,9.8.0,352.0,,9657807.0,,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2025-09-04 10:22:53.000,459.0,9652701.0,https://anaconda.org/conda-forge/twilio,2025-09-04 14:31:04.563,326798.0,2.0,,,,,,,,,,,,,,,,,
+80,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,2025-09-04 10:53:55.000000,2025-09-04 10:53:53,2146.0,493,16.0,1958.0,219.0,648.0,1790,PEP-484 stubs for Django.,13624.0,13353.0,313.0,37,True,['django'],72.0,2025-07-17 08:35:00.000,5.2.2,64.0,,3321767.0,,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2025-07-17 08:35:00.000,271.0,3320620.0,https://anaconda.org/conda-forge/django-stubs,2025-07-22 19:36:36.503,60810.0,1.0,,,,,,,,,,,,,,,,,
+81,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,423,50.0,289.0,116.0,170.0,1766,OAuthlib support for Python-Requests!.,594981.0,592991.0,119.0,37,True,,4.0,2024-03-25 19:31:17.000,1.4.1,23.0,,220997546.0,,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2024-03-25 19:31:17.000,1990.0,220791702.0,https://anaconda.org/conda-forge/requests-oauthlib,2025-04-22 14:56:25.314,12762360.0,2.0,,,,,,,,,,,,,,,,,
+82,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,2025-08-22 07:32:36.000000,2025-08-22 07:32:36,1738.0,402,47.0,408.0,63.0,407.0,1556,A flexible forms validation and rendering library for Python.,257767.0,257200.0,167.0,37,True,,4.0,2024-10-21 11:36:34.000,3.2.1,30.0,37.0,12501140.0,pallets-eco/wtforms,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2024-10-21 11:33:58.000,567.0,12495583.0,https://anaconda.org/conda-forge/wtforms,2025-04-22 14:56:36.971,344586.0,1.0,,,,,,,,,,,,,,,,,
+83,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,2025-09-02 09:41:57.000000,2025-09-02 09:41:57,1343.0,348,39.0,679.0,191.0,400.0,1483,A Django plugin for pytest.,95056.0,93499.0,154.0,37,False,['django'],19.0,2025-04-03 19:26:13.000,4.11.1,67.0,,13114453.0,,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2025-04-03 18:56:07.000,1557.0,13109058.0,https://anaconda.org/conda-forge/pytest-django,2025-04-22 14:56:21.416,323746.0,2.0,,,,,,,,,,,,,,,,,
+84,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2025-09-04 11:09:02.000000,2025-09-04 11:08:56,2350.0,419,52.0,887.0,81.0,491.0,916,A Python wrapper around the OpenSSL library.,275364.0,272481.0,111.0,37,True,,9.0,2025-05-17 16:28:29.000,25.1.0,40.0,,163816437.0,,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2025-05-17 16:28:29.000,2883.0,163064252.0,https://anaconda.org/conda-forge/pyopenssl,2025-05-18 09:35:25.101,43626738.0,2.0,,,,,,,,,,,,,,,,,
+85,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,2025-06-14 20:32:55.000000,2025-06-14 20:32:48,833.0,163,30.0,362.0,1.0,134.0,662,Safely add untrusted strings to HTML/XML markup.,2157575.0,2153335.0,47.0,37,True,,10.0,2024-10-18 15:23:33.000,3.0.2,35.0,9959.0,336116613.0,,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2024-10-18 15:20:51.000,4240.0,335098042.0,https://anaconda.org/conda-forge/markupsafe,2025-04-22 14:56:21.895,61103048.0,2.0,,,,,,,,,,,,,,,,,
+86,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,2025-09-02 20:13:53.000000,2025-09-02 20:12:51,7151.0,1197,156.0,609.0,1061.0,5478.0,15139,Command-line program to download image galleries and collections from several image hosting sites.,42.0,21.0,183.0,36,True,,477.0,2025-08-24 14:18:07.000,1.30.5,180.0,927017.0,123458.0,,,gallery-dl,https://pypi.org/project/gallery-dl,2025-08-24 14:12:25.000,21.0,108261.0,,,,2.0,,,,,,,,,,,,,,,,,
+87,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,2516,198.0,680.0,710.0,793.0,12900,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",57205.0,56670.0,112.0,36,False,,,2023-05-07 19:40:40.414,15.0.0,86.0,,1239988.0,,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2023-05-07 19:40:40.414,535.0,1239395.0,https://anaconda.org/conda-forge/pytube,2025-04-22 14:58:01.672,27871.0,2.0,,,,,,,,,,,,,,,,,
+88,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2025-09-04 15:00:57.000000,2025-09-04 15:00:57,4527.0,1774,284.0,1496.0,122.0,992.0,12860,CTF framework and exploit development library.,2246.0,2153.0,287.0,36,True,,22.0,2025-03-24 12:29:26.000,4.14.1,122.0,,120098.0,,,pwntools,https://pypi.org/project/pwntools,2025-03-24 12:41:02.000,93.0,120098.0,,,,2.0,,,,,,,,,,,,,,,,,
+89,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,2025-09-03 08:01:35.000000,2025-09-03 08:00:11,3179.0,453,47.0,2706.0,253.0,1078.0,7375,"Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs.",1945.0,1849.0,250.0,36,True,['openapi'],79.0,2025-08-10 13:37:39.000,2.17.0,100.0,,817325.0,,,litestar,https://pypi.org/project/litestar,2025-08-10 13:37:39.000,96.0,817325.0,,,,2.0,,,,,,,,,,,,,,,,,
+90,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,2025-09-01 15:39:26.000000,2025-09-01 09:16:52,9196.0,2256,271.0,2975.0,130.0,1421.0,6471,Domain-driven e-commerce for Django.,1233.0,1189.0,377.0,36,True,['django'],19.0,2025-04-23 09:32:56.000,4.0,156.0,,44644.0,,,django-oscar,https://pypi.org/project/django-oscar,2025-04-14 08:42:54.000,44.0,44644.0,,,,1.0,,,,,,,,,,,,,,,,,
+91,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,2025-08-12 04:51:33.000000,2025-08-12 04:51:32,1354.0,816,156.0,744.0,108.0,1197.0,6280,Developer-friendly asynchrony for Django.,444.0,21.0,277.0,36,True,['django'],11.0,2025-08-01 13:25:18.000,4.3.1,72.0,,2676102.0,,conda-forge/channels,channels,https://pypi.org/project/channels,2025-08-01 13:25:18.000,423.0,2672206.0,https://anaconda.org/conda-forge/channels,2025-08-01 17:26:20.338,229916.0,1.0,,,,,,,,,,,,,,,,,
+92,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2025-08-31 11:33:56.000000,2025-08-31 11:33:56,2348.0,601,65.0,419.0,24.0,1138.0,5418,"Build GUI for your Python program with JavaScript, HTML, and CSS.",4057.0,3790.0,168.0,36,True,,71.0,2025-08-08 09:12:23.000,6.0,76.0,,192594.0,,,pywebview,https://pypi.org/project/pywebview,2025-08-08 09:25:19.000,267.0,192594.0,,,,2.0,,,,,,,,,,,,,,,,,
+93,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,2025-06-19 04:07:34.000000,2025-06-14 20:36:01,1143.0,899,113.0,642.0,18.0,654.0,4308,Adds SQLAlchemy support to Flask.,534687.0,533359.0,121.0,36,True,['flask'],3.0,2023-09-11 21:43:39.000,3.1.1,35.0,883.0,15910095.0,pallets-eco/flask-sqlalchemy,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-09-11 21:42:34.000,1328.0,15900805.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2025-04-22 14:56:24.431,594150.0,1.0,,,,,,,,,,,,,,,,,
+94,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2025-08-09 05:52:04.341000,2025-08-08 19:01:54,800.0,359,99.0,438.0,33.0,309.0,4288,A utility for mocking out the Python Requests library.,49634.0,47719.0,139.0,36,True,,8.0,2025-08-08 19:01:49.000,0.25.8,61.0,600.0,34705812.0,,conda-forge/responses,responses,https://pypi.org/project/responses,2025-08-08 19:01:45.000,1915.0,34659219.0,https://anaconda.org/conda-forge/responses,2025-08-09 05:52:04.341,2935109.0,2.0,,,,,,,,,,,,,,,,,
+95,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,2025-09-04 16:30:42.000000,2025-09-04 16:30:41,599.0,822,69.0,481.0,136.0,459.0,4215,Python client for the Prometheus monitoring system.,2130.0,,164.0,36,True,,14.0,2025-06-02 14:29:06.000,0.22.1,54.0,,83250711.0,,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2025-06-02 14:29:00.000,2130.0,82911700.0,https://anaconda.org/conda-forge/prometheus_client,2025-06-02 20:41:07.239,21696715.0,2.0,,,,,,,,,,,,,,,,,
+96,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,2025-09-02 15:13:11.000000,2025-09-02 15:13:10,1449.0,843,161.0,834.0,40.0,849.0,3953,Slack Developer Kit for Python.,502.0,,184.0,36,True,,17.0,2025-07-09 21:05:40.000,3.36.0,100.0,,7138544.0,,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,502.0,7129347.0,https://anaconda.org/conda-forge/slackclient,2025-04-22 14:56:26.396,1002538.0,2.0,,,,,,,,,,,,,,,,,
+97,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,2025-09-01 17:35:02.000000,2025-09-01 17:35:00,4302.0,464,69.0,1317.0,6.0,758.0,3815,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",26513.0,26206.0,232.0,36,True,,17.0,2024-10-25 21:49:31.000,7.8.1,129.0,,851752.0,,conda-forge/praw,praw,https://pypi.org/project/praw,2024-10-25 21:49:31.000,307.0,850386.0,https://anaconda.org/conda-forge/praw,2025-05-31 11:50:45.856,64214.0,2.0,,,,,,,,,,,,,,,,,
+98,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,2025-09-04 16:03:49.000000,2025-09-04 16:03:27,1297.0,388,26.0,1734.0,261.0,440.0,3435,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",2837.0,2528.0,177.0,36,True,['openapi'],33.0,2025-08-14 13:50:35.000,0.33.0,214.0,,6533689.0,,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2025-08-14 13:50:35.000,309.0,6533689.0,,,,1.0,,,,,,,,,,,,,,,,,
+99,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,MIT,2010-08-31 19:12:55.000,2025-08-26 09:27:11.000000,2025-08-26 09:26:51,1238.0,472,66.0,312.0,117.0,418.0,2948,Utilities for implementing a modified pre-order traversal tree in django.,23516.0,23255.0,159.0,36,True,['django'],4.0,2025-08-26 09:27:02.000,0.18.0,44.0,,955694.0,,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2025-08-26 09:27:02.000,261.0,955694.0,https://anaconda.org/anaconda/django-mptt,,,1.0,,,,,,,,,,,,,,,,,
+100,django-storages,jschneier/django-storages,django-utils,,https://github.com/jschneier/django-storages,https://github.com/jschneier/django-storages,BSD-3-Clause,2014-12-09 00:37:09.000,2025-06-18 15:59:00.000000,2025-06-18 15:59:00,1166.0,873,41.0,787.0,134.0,629.0,2888,Django-storages is a project to provide a variety of storage backends in a single library.,223331.0,223107.0,283.0,36,True,['django'],2.0,2025-04-02 02:34:53.000,1.14.6,46.0,,6083948.0,,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2025-04-02 02:34:53.000,224.0,6082099.0,https://anaconda.org/conda-forge/django-storages,2025-04-22 14:56:39.267,92454.0,1.0,,,,,,,,,,,,,,,,,
+101,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010-02-19 01:12:41.000,2025-05-29 15:38:30.000000,2025-05-29 15:38:30,931.0,254,45.0,364.0,5.0,377.0,2715,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,405968.0,404120.0,79.0,36,True,,,2024-10-29 18:30:38.000,6.2.0,59.0,,46631123.0,,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2024-10-29 18:30:38.000,1848.0,46238929.0,https://anaconda.org/conda-forge/bleach,2025-04-22 14:56:31.003,23531643.0,2.0,,,,,,,,,,,,,,,,,
+102,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2025-09-04 15:25:53.000000,2025-08-18 00:52:17,5157.0,577,80.0,1731.0,341.0,996.0,2323,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",28007.0,26568.0,208.0,36,True,,4.0,2025-03-29 02:25:06.000,7.1.4,42.0,445.0,6271990.0,,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2025-03-29 02:22:44.000,1439.0,6254602.0,https://anaconda.org/conda-forge/rdflib,2025-04-22 14:56:33.238,1025753.0,2.0,,,,,,,,-2.0,,,,,,,,,
+103,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,2025-09-01 16:58:30.000000,2025-07-28 12:14:03,1676.0,889,79.0,1160.0,194.0,589.0,2059,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,11010.0,10560.0,270.0,36,True,,6.0,2025-07-28 12:18:21.000,3.10.5,71.0,102502.0,16885704.0,,conda-forge/jira,jira,https://pypi.org/project/jira,2025-07-28 12:18:21.000,450.0,16880731.0,https://anaconda.org/conda-forge/jira,2025-07-28 12:54:29.687,186977.0,2.0,,,,,,,,,,,,,,,,,
+104,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,2025-09-03 19:43:19.000000,2025-09-01 19:21:22,1769.0,179,22.0,704.0,32.0,250.0,1203,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,19634.0,19270.0,91.0,36,True,['openapi'],7.0,2025-05-12 14:57:49.000,6.8.2,121.0,,13165778.0,,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2025-05-12 14:57:49.000,364.0,13149766.0,https://anaconda.org/conda-forge/apispec,2025-05-13 06:58:36.836,1008805.0,1.0,,,,,,,,,,,,,,,,,
+105,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2025-09-04 12:21:04.000000,2025-09-04 12:20:56,788.0,248,27.0,565.0,59.0,264.0,1151,Python binding to the Networking and Cryptography (NaCl) library.,132542.0,131327.0,76.0,36,True,,4.0,2022-01-07 22:05:49.000,1.5.0,16.0,,135008191.0,,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,1215.0,134841615.0,https://anaconda.org/conda-forge/pynacl,2025-09-03 03:04:29.642,9994582.0,2.0,,,,,,,,,,,,,,,,,
+106,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,2025-09-04 08:44:44.000000,2025-09-04 08:43:24,566.0,120,26.0,736.0,44.0,172.0,520,A minimal HTTP client.,384669.0,383698.0,58.0,36,True,,2.0,2025-04-24 22:06:20.000,1.0.9,64.0,,250176482.0,,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2025-04-24 22:06:20.000,971.0,250006278.0,https://anaconda.org/conda-forge/httpcore,2025-04-25 17:42:16.142,10893077.0,2.0,,,,,,,,,,,,,,,,,
+107,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,2025-09-04 13:14:36.000000,,,2121,,,270.0,,15964,Asynchronous HTTP client/server framework for asyncio and Python.,22546.0,,908.0,35,True,,,2025-07-29 05:49:43.000,3.12.15,302.0,,241615804.0,,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2025-07-29 05:49:43.000,22546.0,241265185.0,https://anaconda.org/conda-forge/aiohttp,2025-07-29 16:40:29.203,20686570.0,2.0,,,,,,,,,,,,,,,,,
+108,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,1039,173.0,425.0,146.0,463.0,6915,Simple framework for creating REST APIs.,123936.0,123208.0,163.0,35,False,['flask'],,2023-05-21 03:59:07.841,0.3.10,33.0,,3226876.0,,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,728.0,3222198.0,https://anaconda.org/conda-forge/flask-restful,2025-04-22 14:56:27.635,243293.0,2.0,,,,,,,,,,,,,,,,,
+109,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,2025-09-01 18:08:59.000000,2025-08-11 11:05:58,884.0,537,75.0,736.0,5.0,268.0,5510,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,310404.0,309979.0,70.0,35,True,['django'],5.0,2025-02-06 22:15:24.000,4.7.0,59.0,,10960559.0,,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2025-02-06 22:15:24.000,425.0,10957762.0,https://anaconda.org/conda-forge/django-cors-headers,2025-04-22 14:56:56.665,176257.0,1.0,,,,,,,,,,,,,,,,,
+110,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,2025-09-04 12:40:18.000000,2025-06-07 19:15:48,1787.0,732,111.0,718.0,68.0,642.0,5119,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,168688.0,168248.0,229.0,35,True,['django'],1.0,2025-04-13 07:23:05.000,2.4,44.0,,1843977.0,,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2025-04-13 07:24:58.000,440.0,1841489.0,https://anaconda.org/conda-forge/django-crispy-forms,2025-04-22 14:56:39.427,144335.0,2.0,,,,,,,,,,,,,,,,,
+111,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,2025-09-04 00:58:29.000000,2025-09-04 00:58:26,972.0,349,49.0,443.0,129.0,261.0,4771,Silky smooth profiling for Django.,6234.0,6207.0,162.0,35,True,['django'],16.0,2025-09-04 01:00:14.000,5.4.2,50.0,245.0,1763458.0,,,django-silk,https://pypi.org/project/django-silk,2025-08-26 06:55:33.000,27.0,1763457.0,,,,2.0,,,,,,,,,,,,,,,,,
+112,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009-01-30 00:35:57.000,2025-08-19 16:13:33.000000,2025-08-19 16:11:24,1343.0,770,65.0,767.0,75.0,789.0,4623,A generic system for filtering Django QuerySets based on user selections.,201125.0,200076.0,221.0,35,True,['django'],2.0,2023-04-23 17:35:23.000,23.1,46.0,,7942653.0,,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2025-02-14 16:30:50.000,1049.0,7939352.0,https://anaconda.org/conda-forge/django-filter,2025-04-22 14:56:29.666,208003.0,1.0,,,,,,,,,,,,,,,,,
+113,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,2025-08-30 09:52:04.000000,2025-08-30 09:51:56,703.0,606,61.0,254.0,12.0,836.0,4238,Python Socket.IO server and client.,67082.0,66314.0,82.0,35,True,,5.0,2025-04-12 15:47:01.000,5.13.0,99.0,,9231701.0,,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2025-04-12 15:46:58.000,768.0,9220637.0,https://anaconda.org/conda-forge/python-socketio,2025-04-22 14:56:27.716,630684.0,2.0,,,,,,,,,,,,,,,,,
+114,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2025-09-04 12:08:14.000000,2024-12-20 23:21:35,11905.0,884,163.0,2719.0,76.0,988.0,4045,Pyramid - A Python web framework.,19106.0,18565.0,352.0,35,False,,,2023-08-25 06:33:20.000,2.0.2,151.0,,2250793.0,,pyramid,pyramid,https://pypi.org/project/pyramid,2023-08-25 06:33:20.000,533.0,2250724.0,https://anaconda.org/anaconda/pyramid,2025-04-22 15:32:19.372,8206.0,2.0,,,,,,,,,,,,,,,8.0,,
+115,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009-01-29 20:23:57.000,2025-09-01 21:13:29.000000,2025-09-01 21:13:28,1947.0,1303,112.0,807.0,577.0,758.0,3674,Modular search for Django.,10558.0,10457.0,222.0,35,True,['django'],15.0,2024-06-04 15:09:58.000,3.3.0,47.0,,111556.0,,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2024-06-04 15:09:58.000,101.0,111029.0,https://anaconda.org/conda-forge/django-haystack,2025-04-22 14:56:51.406,10029.0,1.0,,,,,,,,,,,,,,,,,
+116,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,2025-08-18 09:01:18.000000,2025-01-13 15:27:06,678.0,319,36.0,306.0,75.0,191.0,3113,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,281298.0,280901.0,97.0,35,True,['django'],,2025-01-16 22:05:33.000,0.12.0,22.0,156.0,3787987.0,,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2025-01-13 17:03:32.000,397.0,3783902.0,https://anaconda.org/conda-forge/django-environ,2025-04-22 14:56:39.396,110277.0,1.0,,,,,,,,,,,,,,,,,
+117,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,226,58.0,288.0,2.0,119.0,3043,Safely pass trusted data to untrusted environments and back.,1340860.0,1339057.0,44.0,35,True,,8.0,2024-04-16 21:46:38.000,2.2.0,28.0,102.0,108138996.0,,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2024-04-16 21:28:14.000,1803.0,107949948.0,https://anaconda.org/conda-forge/itsdangerous,2025-04-22 14:56:26.703,9830457.0,2.0,,,,,,,,,,,,,,,,,
+118,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2025-09-02 00:39:33.000000,2025-08-26 12:37:05,1350.0,396,38.0,504.0,154.0,301.0,2849,Automatically mock your HTTP interactions to simplify and speed up testing.,10750.0,10374.0,154.0,35,True,,4.0,2024-12-31 00:07:55.000,7.0.0,74.0,,5049763.0,,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2024-12-31 00:07:55.000,376.0,5040995.0,https://anaconda.org/conda-forge/vcrpy,2025-04-22 14:56:20.343,543640.0,2.0,,,,,,,,,,,,,,,,,
+119,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,2025-09-04 02:50:04.000000,2025-08-12 10:58:15,1424.0,491,44.0,902.0,151.0,465.0,2384,Store model history and view/revert changes from admin site.,7052.0,6959.0,187.0,35,True,['django'],8.0,2025-06-20 20:25:04.000,3.10.1,51.0,5.0,2204978.0,django-commons/django-simple-history,,django-simple-history,https://pypi.org/project/django-simple-history,2025-06-20 20:22:30.000,93.0,2204978.0,,,,1.0,,,,,,,,,,,,,,,,,
+120,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,2025-08-19 08:27:39.000000,2025-05-07 21:25:48,1151.0,655,72.0,367.0,130.0,316.0,2332,A library for converting HTML into PDFs using ReportLab.,20900.0,20764.0,171.0,35,True,,,2025-02-23 23:17:02.000,0.2.17,33.0,83.0,1895843.0,,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2025-02-23 23:17:02.000,136.0,1892555.0,https://anaconda.org/conda-forge/xhtml2pdf,2025-04-22 14:57:02.355,200626.0,3.0,,,,,,,,,,,,,,,,,
+121,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,2025-09-04 16:18:50.000000,2025-09-04 14:28:32,1793.0,456,41.0,1127.0,20.0,379.0,1865,Python library for the Stripe API.,299.0,,273.0,35,True,,17.0,2025-08-27 19:38:25.000,12.5.0,473.0,,14259423.0,,anaconda/stripe,stripe,https://pypi.org/project/stripe,2025-08-27 23:53:07.000,299.0,14259061.0,https://anaconda.org/anaconda/stripe,2025-04-30 19:03:18.372,42802.0,2.0,,,,,,,,,,,,,,,,,
+122,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2025-08-12 06:39:33.000000,2025-07-07 05:24:39,1077.0,184,37.0,219.0,22.0,233.0,1527,Waitress - A WSGI server for Python 3.,231371.0,230286.0,56.0,35,False,,11.0,2024-11-16 20:03:53.000,3.0.2,52.0,,7076914.0,,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2024-11-16 20:02:33.000,1085.0,7072277.0,https://anaconda.org/conda-forge/waitress,2025-04-22 14:56:50.372,268994.0,3.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,2025-09-01 16:35:56.000000,2025-08-11 12:52:47,341.0,80,22.0,266.0,37.0,60.0,952,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",341054.0,339160.0,30.0,35,True,,10.0,2025-08-11 12:57:51.000,4.0.0,43.0,,178047051.0,,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2025-08-11 12:57:51.000,1894.0,177858324.0,https://anaconda.org/conda-forge/markdown-it-py,2025-08-11 22:28:35.348,12078561.0,2.0,,,,,,,,,,,,,,,,,
+124,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,MPL-2.0,2011-12-28 05:15:19.000,2025-08-12 10:40:53.000000,2025-08-12 10:40:45,308.0,267,39.0,199.0,4.0,154.0,917,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,13318.0,5.0,39.0,35,True,,6.0,2025-08-03 03:07:45.000,2025.8.3,69.0,,813052022.0,,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2025-08-03 03:07:45.000,13313.0,810515830.0,https://anaconda.org/conda-forge/certifi,2025-08-03 14:32:42.463,159780131.0,2.0,,,,,,,,,,,,,,,,,
+125,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2025-08-30 16:36:37.369000,2025-08-29 17:58:43,557.0,185,24.0,127.0,64.0,70.0,498,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",262479.0,261315.0,78.0,35,True,,5.0,2025-08-29 18:58:33.000,0.30.0,40.0,,83701071.0,,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2025-08-29 18:58:33.000,1164.0,83635303.0,https://anaconda.org/conda-forge/httplib2,2025-08-30 16:36:37.369,4209154.0,2.0,,,,,,,,2.0,,,,,,,,,
+126,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,2025-08-25 02:02:03.000000,2020-03-04 14:36:33,412.0,4306,978.0,136.0,606.0,1069.0,13828,TuShare is a utility for crawling historical data of China stocks.,2493.0,2366.0,34.0,34,False,,,2025-08-25 02:02:03.000,1.4.24,228.0,,79682.0,,,tushare,https://pypi.org/project/tushare,2025-08-25 02:02:03.000,127.0,79682.0,,,,2.0,,,,,,,,,,,,,,,,,
+127,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-05-30 05:30:47.982000,2025-05-29 15:43:55,2483.0,1003,235.0,889.0,486.0,827.0,10919,Python Serverless Microframework for AWS.,3265.0,3200.0,207.0,34,True,,,2025-05-29 16:19:00.000,1.32.0,95.0,,341716.0,,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2025-05-29 16:19:00.000,65.0,333536.0,https://anaconda.org/conda-forge/chalice,2025-05-30 05:30:47.982,482656.0,1.0,,,,,,,,,,,,,,,,,
+128,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,2025-09-01 14:55:27.000000,2025-08-28 13:12:57,1357.0,517,72.0,434.0,396.0,592.0,8507,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",121.0,,168.0,34,True,,26.0,2025-06-04 15:11:11.000,1.4.3,67.0,,886776.0,,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2025-06-04 15:11:11.000,121.0,886145.0,https://anaconda.org/conda-forge/django-ninja,2025-06-10 23:49:15.335,27770.0,2.0,,,,,,,,,,,,,,,,,
+129,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,2025-09-04 15:42:07.000000,2025-06-09 08:40:08,1516.0,776,78.0,925.0,138.0,971.0,4565,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,16586.0,16363.0,240.0,34,True,['openapi'],1.0,2025-01-08 09:13:49.000,3.2.0,161.0,,7929543.0,spec-first/connexion,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2025-08-06 17:12:25.000,223.0,7921199.0,https://anaconda.org/conda-forge/connexion,2025-04-22 14:56:37.583,458937.0,2.0,,,,,,,,,,,,,,,,,
+130,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,2025-09-01 16:33:42.000000,2025-08-26 16:29:17,3560.0,581,38.0,2754.0,465.0,723.0,4395,A GraphQL library for Python that leverages type annotations.,145.0,,291.0,34,True,['graphql'],102.0,2025-08-26 16:08:21.000,0.281.0,986.0,425.0,2523230.0,,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2025-08-26 16:08:21.000,145.0,2523195.0,,,,1.0,,,,,,,,,,,,,,,,,
+131,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-08-18 01:20:58.000000,2025-04-02 19:22:48,1307.0,1164,124.0,855.0,405.0,527.0,3947,Creating delicious APIs for Django apps since 2010.,6330.0,6285.0,203.0,34,True,['django'],,2025-02-23 19:22:33.000,0.15.1,30.0,,78120.0,,,django-tastypie,https://pypi.org/project/django-tastypie,2025-02-23 19:19:45.000,45.0,78120.0,,,,3.0,,,,,,,,,,,,,,,,,
+132,flask-login,maxcountryman/flask-login,auth,,https://github.com/maxcountryman/flask-login,https://github.com/maxcountryman/flask-login,MIT,2012-03-11 14:42:33.000,2025-08-27 03:00:09.000000,2025-08-27 03:00:09,548.0,803,71.0,441.0,16.0,413.0,3654,Flask user session management.,221801.0,221129.0,119.0,34,True,['flask'],1.0,2023-10-30 14:56:07.000,0.6.3,25.0,,14535458.0,,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2023-10-30 14:53:19.000,672.0,14526131.0,https://anaconda.org/conda-forge/flask-login,2025-04-22 14:56:25.112,391735.0,2.0,,,,,,,,,,,,,,,,,
+133,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017-11-29 10:30:22.000,2025-08-20 10:25:41.000000,2025-08-20 10:25:33,564.0,441,28.0,295.0,253.0,418.0,3527,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,125939.0,125730.0,73.0,34,True,"['openapi', 'django']",7.0,2025-03-10 11:24:30.000,1.21.10,65.0,,2691215.0,,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2025-03-10 11:22:23.000,209.0,2690861.0,https://anaconda.org/conda-forge/drf-yasg,2025-04-22 14:57:33.202,21983.0,2.0,,,,,,,,,,,,,,,,,
+134,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012-04-17 16:29:49.000,2025-09-04 16:08:56.000000,2025-08-24 08:21:00,1260.0,434,60.0,421.0,69.0,321.0,3012,Full featured redis cache backend for Django.,289.0,,143.0,34,True,['django'],20.0,2025-06-17 18:17:06.000,6.0.0,69.0,10.0,6240496.0,,,django-redis,https://pypi.org/project/django-redis,2025-06-17 18:15:34.000,289.0,6240496.0,,,,2.0,,,,,,,,,,,,,,,,,
+135,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,2025-06-23 17:21:56.000000,2025-04-08 08:15:14,1117.0,371,47.0,351.0,116.0,193.0,2740,Django model mixins and utilities.,27360.0,26861.0,140.0,34,True,['django'],,2024-09-04 11:35:22.000,5.0.0,43.0,,3405824.0,,,django-model-utils,https://pypi.org/project/django-model-utils,2024-09-04 11:35:22.000,499.0,3405824.0,,,,2.0,,,,,,,,,,,,,,,,,
+136,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,2025-06-06 23:26:11.000000,2025-05-07 12:33:59,1307.0,300,10.0,402.0,177.0,869.0,2682,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,139669.0,139488.0,123.0,34,True,['openapi'],,2024-11-30 08:53:13.000,0.28.0,65.0,,5065822.0,,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2024-11-30 08:48:57.000,181.0,5064297.0,https://anaconda.org/conda-forge/drf-spectacular,2025-04-22 14:58:01.158,73243.0,2.0,,,,,,,,,,,,,,,,,
+137,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2025-08-12 15:39:51.000000,2025-08-12 15:39:49,449.0,280,48.0,207.0,30.0,311.0,2568,Django Channels HTTP/WebSocket server.,39407.0,39268.0,78.0,34,True,['django'],4.0,2025-07-02 12:57:03.000,4.2.1,62.0,,2011387.0,,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2025-07-02 12:57:03.000,139.0,2007776.0,https://anaconda.org/conda-forge/daphne,2025-07-02 16:17:46.683,213049.0,2.0,,,,,,,,,,,,,,,,,
+138,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-04-22 14:56:28.718000,2025-01-10 18:51:13,249.0,228,26.0,88.0,1.0,412.0,2408,SQLAlchemy database migrations for Flask applications using Alembic.,190908.0,190506.0,51.0,34,True,['flask'],,2025-01-10 18:51:13.000,4.1.0,48.0,,4017168.0,,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2025-01-10 18:51:09.000,402.0,4011209.0,https://anaconda.org/conda-forge/flask-migrate,2025-04-22 14:56:28.718,351628.0,1.0,,,,,,,,,,,,,,,,,
+139,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2025-07-15 11:19:23.000000,2025-07-15 11:19:23,2010.0,187,39.0,686.0,39.0,288.0,2290,Python library for implementing GraphQL servers using schema-first approach.,2077.0,1993.0,85.0,34,True,['graphql'],12.0,2025-04-18 08:28:08.000,0.26.2,60.0,57.0,891596.0,,,ariadne,https://pypi.org/project/ariadne,2025-04-18 08:28:08.000,84.0,891596.0,,,,1.0,,,,,,,,,,,,,,,,,
+140,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,2025-09-01 17:37:10.000000,2025-08-30 13:15:08,4702.0,369,54.0,264.0,260.0,1543.0,1923,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",14892.0,14470.0,149.0,34,True,,6.0,2024-06-14 15:25:34.000,18.10.0,121.0,,390880.0,,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2024-06-14 15:25:34.000,422.0,390643.0,https://anaconda.org/anaconda/cherrypy,2025-06-17 10:07:08.176,28076.0,3.0,,,,,,,,,,,,,,,,,
+141,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,2025-08-03 21:50:49.000000,2025-08-03 20:00:16,550.0,212,46.0,141.0,16.0,196.0,1923,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",43171.0,42426.0,51.0,34,True,,2.0,2025-04-22 06:21:40.000,5.3.0,64.0,,17639205.0,,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2025-04-22 06:19:36.000,745.0,17626985.0,https://anaconda.org/conda-forge/tldextract,2025-04-22 14:56:27.246,635445.0,1.0,,,,,,,,,,,,,,,,,
+142,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/jazzband/django-polymorphic,https://github.com/jazzband/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2025-09-02 17:21:41.000000,2025-08-26 21:36:32,1023.0,295,33.0,307.0,163.0,193.0,1769,Improved Django model inheritance with automatic downcasting.,7837.0,7677.0,124.0,34,True,['django'],32.0,2025-05-20 16:32:20.000,4.1.0,42.0,,1071526.0,jazzband/django-polymorphic,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2025-05-20 16:32:20.000,160.0,1069907.0,https://anaconda.org/conda-forge/django_polymorphic,2025-05-20 21:11:37.107,98783.0,2.0,,,,,,,,,,,,,,,,,
+143,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,2025-08-11 20:06:06.000000,2025-08-11 20:06:04,330.0,211,32.0,173.0,4.0,96.0,1535,Use Database URLs in your Django Application.,310993.0,310660.0,73.0,34,True,['django'],8.0,2025-07-02 09:40:26.000,3.0.1,22.0,,3266278.0,jazzband/dj-database-url,,dj-database-url,https://pypi.org/project/dj-database-url,2025-07-02 09:40:26.000,333.0,3266278.0,,,,2.0,,,,,,,,,,,,,,,,,
+144,django-phonenumber-field,stefanfoulis/django-phonenumber-field,django-utils,,https://github.com/stefanfoulis/django-phonenumber-field,https://github.com/stefanfoulis/django-phonenumber-field,MIT,2011-08-31 17:52:05.000,2025-08-22 07:07:38.000000,2025-08-22 07:07:38,624.0,317,21.0,405.0,8.0,224.0,1529,A django model and form field for normalised phone numbers using python-phonenumbers.,31792.0,31647.0,115.0,34,True,['django'],4.0,2025-04-10 16:09:27.000,8.1.0,37.0,41.0,2649578.0,,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2025-04-10 16:09:27.000,145.0,2649578.0,,,,2.0,,,,,,,,,,,,,,,,,
+145,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,2025-08-24 17:06:33.000000,2025-08-24 17:06:32,1371.0,392,22.0,708.0,172.0,346.0,1283,Python 3.X client for HashiCorp Vault.,6624.0,6245.0,205.0,34,True,,1.0,2024-06-18 14:46:05.000,2.3.0,73.0,1030.0,22000952.0,,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2024-06-18 14:46:05.000,379.0,21990596.0,https://anaconda.org/conda-forge/hvac,2025-04-22 14:57:04.838,651969.0,2.0,,,,,,,,,,,,,,,,,
+146,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,260,49.0,62.0,58.0,63.0,1260,A SOCKS proxy client and wrapper for Python.,239607.0,238468.0,32.0,34,False,,,2019-09-20 02:06:20.000,1.7.1,19.0,,39582847.0,,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,1139.0,38495537.0,https://anaconda.org/conda-forge/pysocks,2025-04-22 14:56:26.583,65238602.0,2.0,,,,,,,,,,,,,,,,,
+147,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,MIT,2014-11-21 06:08:04.000,2025-09-04 03:36:18.000000,2025-07-22 02:46:55,1865.0,266,8.0,2211.0,25.0,397.0,1063,Extensions for Python Markdown.,50452.0,49431.0,62.0,34,True,,6.0,2025-07-28 16:19:31.000,10.16.1,107.0,,11536345.0,,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2025-07-28 16:19:31.000,1021.0,11529141.0,https://anaconda.org/conda-forge/pymdown-extensions,2025-07-28 23:03:00.386,439476.0,2.0,,,,,,,,,,,,,,,,,
+148,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,22.0,263.0,70.0,240.0,929,Asset management for Python web development.,7579.0,7481.0,165.0,34,True,,14.0,2025-08-17 13:07:21.000,3.0.0,15.0,,237164.0,,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2025-08-17 13:03:58.000,98.0,231458.0,https://anaconda.org/conda-forge/webassets,2025-04-22 14:56:27.817,74187.0,2.0,,,,,,,,,,,,,,,,,
+149,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,2025-08-14 23:00:48.000000,2025-08-14 23:00:19,929.0,327,76.0,1275.0,153.0,426.0,848,Google Auth Python Library.,2902.0,,143.0,34,True,,9.0,2025-06-04 18:04:55.000,2.40.3,170.0,,325071446.0,,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2025-06-04 18:04:55.000,2902.0,324884248.0,https://anaconda.org/conda-forge/google-auth,2025-06-05 07:26:47.632,11793530.0,2.0,,,,,,,,,,,,,,,,,
+150,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2025-08-14 08:56:11.000000,2025-08-14 08:56:11,656.0,2109,377.0,313.0,501.0,271.0,14753,"newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:.",215.0,21.0,103.0,33,True,,4.0,2018-09-28 04:58:18.000,0.2.8,18.0,,946055.0,,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,194.0,944346.0,https://anaconda.org/conda-forge/newspaper3k,2025-04-22 14:56:43.220,100882.0,1.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,2025-09-04 15:38:39.000000,2025-08-30 15:55:37,2476.0,841,201.0,741.0,20.0,997.0,10337,thumbor is an open-source photo thumbnail service by globo.com.,423.0,373.0,204.0,33,True,,6.0,2025-05-15 16:39:01.000,7.7.7,119.0,,18140.0,,,thumbor,https://pypi.org/project/thumbor,2025-05-15 16:39:01.000,50.0,18140.0,,,,2.0,,,,,,,,,,,,,,,,,
+152,eve,pyeve/eve,web-frameworks,,https://github.com/pyeve/eve,https://github.com/pyeve/eve,BSD-3-Clause,2012-10-22 07:39:33.000,2025-08-31 06:07:38.000000,2025-08-26 14:11:54,3422.0,746,223.0,576.0,30.0,952.0,6729,REST API framework designed for human beings.,1215.0,1169.0,218.0,33,True,,6.0,2025-08-26 14:12:38.000,2.2.3,57.0,,17252.0,,,eve,https://pypi.org/project/eve,2025-08-26 14:12:38.000,46.0,17252.0,,,,3.0,,,,,,,,,,,,,,,,,
+153,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,2025-04-22 14:56:27.988000,2025-01-06 23:45:15,496.0,900,106.0,136.0,8.0,1587.0,5493,Socket.IO integration for Flask applications.,60262.0,59718.0,71.0,33,True,['flask'],,2025-01-06 19:50:00.000,5.5.1,93.0,,1770049.0,,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2025-01-06 19:49:56.000,544.0,1761926.0,https://anaconda.org/conda-forge/flask-socketio,2025-04-22 14:56:27.988,503681.0,2.0,,,,,,,,,,,,,,,,,
+154,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-05-27 07:33:20.000000,2025-05-27 07:33:20,1317.0,830,98.0,314.0,36.0,810.0,4822,WebRTC and ORTC implementation for Python using asyncio.,6010.0,5892.0,38.0,33,True,,,2025-05-27 03:23:57.000,1.13.0,58.0,,1234343.0,,,aiortc,https://pypi.org/project/aiortc,2025-05-27 03:23:57.000,118.0,1234343.0,,,,2.0,,,,,,,,,,,,,,,,,
+155,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,2025-09-04 13:54:11.000000,2025-09-01 20:56:37,692.0,696,53.0,429.0,154.0,397.0,4223,A JSON Web Token authentication plugin for the Django REST Framework.,301.0,,137.0,33,True,['django'],20.0,2025-07-21 16:52:07.000,5.5.1,48.0,,4231940.0,,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2025-07-21 16:52:07.000,301.0,4231940.0,,,,2.0,,,,,,,,,,,,,,,,,
+156,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,2025-08-13 23:25:53.000000,2025-08-13 23:25:52,1446.0,808,65.0,715.0,204.0,685.0,3275,OAuth2 goodies for the Djangonauts!.,11616.0,11510.0,273.0,33,False,['django'],10.0,2024-09-07 14:10:46.000,3.0.1,47.0,,2421848.0,django-oauth/django-oauth-toolkit,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2024-09-07 14:07:57.000,106.0,2421848.0,,,,2.0,,,,,,,,,,,,,,,,,
+157,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,2024-08-09 21:30:27.000000,2024-08-09 21:29:45,1546.0,486,56.0,319.0,20.0,635.0,3120,django-reversion is an extension to the Django web framework that provides version control for model instances.,7886.0,7813.0,193.0,33,False,['django'],,2024-08-09 21:30:27.000,5.1.0,84.0,,960731.0,,,django-reversion,https://pypi.org/project/django-reversion,2024-08-09 21:30:27.000,73.0,960731.0,,,,2.0,,,,,,,,,,,,,,,,,
+158,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,MIT,2011-01-31 00:30:02.000,2025-07-27 16:16:26.000000,2025-07-27 16:16:25,1286.0,437,60.0,286.0,86.0,267.0,2787,markdown2: A fast and complete implementation of Markdown in Python.,560.0,,78.0,33,True,,7.0,2025-07-27 16:16:23.000,2.5.4,59.0,,3633712.0,,,markdown2,https://pypi.org/project/markdown2,2025-07-27 16:16:23.000,560.0,3633712.0,,,,3.0,,,,,,,,,,,,,,,,,
+159,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2025-09-01 19:50:16.000000,2025-09-01 19:48:46,3209.0,182,19.0,2018.0,48.0,891.0,2698,Catch API bugs before your users do.,648.0,630.0,71.0,33,True,"['openapi', 'graphql']",188.0,2025-09-01 19:50:16.000,4.1.4,364.0,,674049.0,,,schemathesis,https://pypi.org/project/schemathesis,2025-09-01 19:50:16.000,18.0,674049.0,,,,2.0,,,,,,,,,,,,,,,,,
+160,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2025-09-04 15:38:11.000000,2025-07-13 20:18:15,1002.0,464,38.0,400.0,195.0,331.0,2664,REST implementation of Django authentication system.,35714.0,35701.0,114.0,33,True,['django'],8.0,2025-07-13 14:36:02.000,2.3.3,57.0,,292401.0,,,djoser,https://pypi.org/project/djoser,2025-07-13 14:36:02.000,13.0,292401.0,,,,2.0,,,,,,,,,,,,,,,,,
+161,autobahn-python,crossbario/autobahn-python,websocket,,https://github.com/crossbario/autobahn-python,https://github.com/crossbario/autobahn-python,MIT,2011-07-27 15:22:13.000,2025-06-30 08:06:50.000000,2025-06-30 08:06:50,3344.0,772,100.0,758.0,189.0,712.0,2523,WebSocket and WAMP in Python for Twisted and asyncio.,42242.0,41969.0,135.0,33,True,,4.0,2024-08-02 09:26:44.000,24.4.2,156.0,,2437353.0,,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2024-08-02 09:26:44.000,273.0,2427037.0,https://anaconda.org/conda-forge/autobahn,2025-04-22 14:56:29.782,649939.0,2.0,,,,,,,,,,,,,,,,,
+162,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,694,52.0,224.0,9.0,547.0,2457,Django admin CKEditor integration.,49496.0,49348.0,132.0,33,True,['django'],,2025-06-06 10:16:40.000,6.7.3,57.0,,585829.0,,,django-ckeditor,https://pypi.org/project/django-ckeditor,2025-06-06 10:16:40.000,148.0,585829.0,,,,2.0,,,,,,,,,,,,,,,,,
+163,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,2025-08-17 12:47:47.000000,2025-08-17 12:47:45,1167.0,681,102.0,779.0,,297.0,2336,Bootstrap 3 integration with Django.,19528.0,19457.0,100.0,33,True,['django'],6.0,2021-04-10 05:34:25.000,15.0.0,106.0,,213493.0,,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2025-07-31 06:49:49.000,71.0,208937.0,https://anaconda.org/conda-forge/django-bootstrap3,2025-04-22 14:56:41.415,36455.0,2.0,,,,,,,,,,,,,,,,,
+164,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,2025-09-02 02:01:27.000000,2025-08-29 14:12:12,1946.0,728,44.0,2519.0,410.0,1596.0,2136,OpenTelemetry Python API and SDK.,9.0,,315.0,33,True,,49.0,2025-07-29 15:12:21.000,1.36.0,73.0,,997862.0,,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023-07-18 10:19:16.000,9.0,970070.0,https://anaconda.org/conda-forge/opentelemetry-api,2025-07-30 01:44:47.237,1667571.0,2.0,,,,,,,,,,,,,,,,,
+165,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,2025-09-02 03:43:51.000000,2025-08-26 18:14:32,956.0,192,31.0,218.0,14.0,206.0,1979,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",5239.0,5230.0,42.0,33,True,['django'],15.0,2025-06-12 21:41:57.000,0.30.1,125.0,,167949.0,,,django-admin-interface,https://pypi.org/project/django-admin-interface,2025-06-12 21:41:57.000,9.0,167949.0,,,,2.0,,,,,,,,,,,,,,,,,
+166,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,2025-09-01 06:34:59.000000,2025-08-31 04:07:51,683.0,293,26.0,351.0,110.0,275.0,1900,A simple app that provides django integration for RQ (Redis Queue).,4324.0,4220.0,136.0,33,True,['django'],14.0,2025-08-02 03:19:40.000,3.1,58.0,,483290.0,,,django-rq,https://pypi.org/project/django-rq,2025-08-02 03:19:05.000,104.0,483290.0,,,,2.0,,,,,,,,,,,,,,,,,
+167,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,2025-04-22 14:56:42.474000,2024-12-30 16:42:14,674.0,239,28.0,177.0,16.0,379.0,1585,An open source Flask extension that provides JWT support (with batteries included)!.,65894.0,65592.0,96.0,33,True,['flask'],,2024-11-20 23:44:39.000,4.7.1,93.0,,8408165.0,,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2024-11-20 23:44:39.000,302.0,8401952.0,https://anaconda.org/conda-forge/flask-jwt-extended,2025-04-22 14:56:42.474,360367.0,2.0,,,,,,,,,,,,,,,,,
+168,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,2025-09-01 14:33:57.000000,2025-07-27 22:43:00,1245.0,375,25.0,387.0,151.0,331.0,1533,Pipeline is an asset packaging library for Django.,2652.0,2618.0,178.0,33,True,['django'],10.0,2024-12-06 12:16:42.000,4.0.0,134.0,,172938.0,,,django-pipeline,https://pypi.org/project/django-pipeline,2024-12-06 12:10:08.000,34.0,172938.0,,,,2.0,,,,,,,,,,,,,,,,,
+169,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,2025-09-01 19:20:56.000000,2025-09-01 19:20:54,1781.0,159,20.0,715.0,6.0,287.0,1403,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",10317.0,10154.0,83.0,33,True,,8.0,2025-04-18 20:56:53.000,8.7.0,104.0,,2246082.0,,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2025-04-18 20:56:53.000,163.0,2241130.0,https://anaconda.org/conda-forge/webargs,2025-04-22 14:56:29.153,297179.0,2.0,,,,,,,,,,,,,,,,,
+170,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,297,50.0,322.0,90.0,177.0,1203,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,1703.0,,66.0,33,False,,,2017-12-07 14:10:04.000,1.0.1,27.0,,29311837.0,,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,1703.0,29223589.0,https://anaconda.org/conda-forge/html5lib,2025-04-22 14:56:31.592,5559650.0,3.0,,,,,,,,,,,,,,,,,
+171,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,2025-09-03 17:36:46.000000,2025-09-03 17:36:45,477.0,261,24.0,348.0,47.0,181.0,1187,A feature flipper for Django.,1677.0,1636.0,164.0,33,True,['django'],9.0,2025-06-12 07:38:53.000,5.0.0,50.0,,1020520.0,,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2025-06-12 07:38:53.000,41.0,1020071.0,https://anaconda.org/conda-forge/django-waffle,2025-04-22 14:57:36.310,26944.0,2.0,,,,,,,,,,,,,,,,,
+172,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2025-07-04 23:06:23.000000,2025-07-04 22:55:12,377.0,268,34.0,109.0,,159.0,1161,A reusable Django model field for storing ad-hoc JSON data.,14252.0,13976.0,53.0,33,True,['django'],9.0,2025-07-04 23:06:23.000,3.2.0,35.0,166.0,712207.0,,,jsonfield,https://pypi.org/project/jsonfield,2025-07-04 23:06:23.000,276.0,712206.0,,,,2.0,,,,,,,,,,,,,,,,,
+173,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,2025-08-31 13:03:47.000000,2025-08-30 00:31:38,3431.0,316,44.0,510.0,9.0,385.0,1131,PycURL - Python interface to libcurl.,74219.0,73830.0,110.0,33,False,,8.0,2025-03-07 03:39:22.000,7.45.6,59.0,,3123536.0,,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2025-03-07 03:39:22.000,389.0,3053370.0,https://anaconda.org/conda-forge/pycurl,2025-08-22 13:29:11.648,4139847.0,2.0,,,,,,,,,,,,,,,,,
+174,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,2025-08-17 12:48:07.000000,2025-08-17 12:48:06,1294.0,261,36.0,661.0,17.0,145.0,1029,Bootstrap 4 integration with Django.,194444.0,194358.0,140.0,33,True,['django'],10.0,2021-05-20 08:44:02.000,3.0.1,35.0,,204910.0,,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2025-07-31 06:02:34.000,86.0,204168.0,https://anaconda.org/conda-forge/django-bootstrap4,2025-08-09 19:10:09.244,34876.0,2.0,,,,,,,,,,,,,,,,,
+175,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2025-08-28 10:13:37.557000,2025-08-27 19:47:35,682.0,163,10.0,38.0,1.0,269.0,625,Read and write TIFF files.,85988.0,84175.0,1.0,33,True,,16.0,2025-08-27 19:52:04.000,2025.8.28,151.0,1026.0,11207439.0,,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2025-08-27 19:47:33.000,1813.0,11104013.0,https://anaconda.org/conda-forge/tifffile,2025-08-28 10:13:37.557,6617545.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-05-02 02:38:56.000000,2025-05-02 02:16:27,359.0,99,13.0,103.0,5.0,96.0,268,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,2438403.0,2428692.0,25.0,33,True,,,2024-09-15 18:08:06.000,3.10,33.0,573.0,720418671.0,,conda-forge/idna,idna,https://pypi.org/project/idna,2024-09-15 18:07:37.000,9711.0,719327565.0,https://anaconda.org/conda-forge/idna,2025-04-22 14:56:26.663,68737648.0,2.0,,,,,,,,,,,,,,,,,
+177,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,2025-05-06 09:55:10.000000,2025-05-06 09:55:10,2585.0,7772,1171.0,1226.0,207.0,969.0,68464,Hunt down social media accounts by username across social networks.,15.0,,269.0,32,True,,,2024-07-08 09:57:38.000,0.15.0,7.0,,32532.0,,,sherlock,https://pypi.org/project/sherlock,2023-02-18 14:51:07.497,15.0,32532.0,,,,2.0,,,,,,,,,,,,,,,,,
+178,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,3757,89.0,635.0,180.0,722.0,36518,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",131.0,1.0,173.0,32,True,,,2024-11-01 17:33:07.000,3.2.4,58.0,11598.0,661909.0,httpie/cli,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2024-11-01 17:31:22.000,130.0,658022.0,https://anaconda.org/conda-forge/httpie,2025-04-22 14:56:48.791,224544.0,2.0,,,,,,,,,,,,,,,,,
+179,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2025-09-04 09:41:24.000000,2025-07-30 09:34:37,2625.0,2346,300.0,775.0,383.0,1530.0,24903,OpenAPI/Swagger-generated API Reference Documentation.,12056.0,12056.0,226.0,32,True,['openapi'],3.0,2025-04-14 15:29:03.000,2.5.0,94.0,146.0,1.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,
+180,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2025-09-04 12:49:10.000000,2025-09-04 08:29:31,22112.0,5768,374.0,12372.0,228.0,4192.0,22029,"Saleor Core: the high performance, composable, headless commerce API.",7.0,7.0,313.0,32,True,"['django', 'graphql']",166.0,2025-09-02 12:00:05.000,3.21.14,100.0,789.0,78.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,
+181,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,2025-09-03 10:05:48.000000,2025-08-11 15:43:17,11764.0,6033,413.0,5687.0,3438.0,3499.0,17554,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1241.0,32,True,['openapi'],13.0,2025-09-02 12:19:23.000,3.0.72,100.0,,,,,,,,,,,,,2.0,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,,
+182,speedtest-cli,sivel/speedtest-cli,others,,https://github.com/sivel/speedtest-cli,https://github.com/sivel/speedtest-cli,Apache-2.0,2012-09-10 19:17:53.000,2025-04-22 14:58:04.715000,2021-07-07 19:50:15,299.0,1911,304.0,218.0,70.0,,13902,Command line interface for testing internet bandwidth using speedtest.net.,83762.0,83575.0,10.0,32,False,,,2021-04-08 13:53:00.000,2.1.3,28.0,,284812.0,,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,187.0,284266.0,https://anaconda.org/conda-forge/speedtest-cli,2025-04-22 14:58:04.715,25119.0,2.0,,,,,,,,,,,,,,,,,
+183,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,1806,239.0,334.0,186.0,248.0,13268,"HTTP Request & Response Service, written in Python + Flask.",1576.0,1561.0,108.0,32,False,['flask'],,2024-02-20 21:30:12.000,0.10.2,16.0,,64583.0,,,httpbin,https://pypi.org/project/httpbin,2024-02-20 21:30:12.000,15.0,64583.0,,,,2.0,,,,,,,,,,,,,,,,,
+184,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,2025-09-04 16:37:52.000000,2025-09-04 16:35:27,8455.0,2913,203.0,4631.0,97.0,1179.0,13058,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,34.0,34.0,455.0,32,True,['django'],135.0,2025-09-04 02:30:34.000,2025.09.03,100.0,,112.0,,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,,112.0,,,,2.0,,,,,,,,,,,,,,,,,
+185,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2025-06-02 09:47:21.000000,2021-02-20 16:10:31,2916.0,1206,247.0,945.0,691.0,675.0,11886,Serverless Python.,36.0,21.0,262.0,32,False,,,2025-06-02 09:47:21.000,0.60.2,138.0,379.0,162240.0,,,zappa,https://pypi.org/project/zappa,2025-06-02 09:47:21.000,15.0,162236.0,,,,2.0,,,,,,,,,,,,,,,,,
+186,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2025-04-22 14:56:28.919000,2023-06-30 13:14:01,2415.0,388,153.0,463.0,182.0,302.0,6893,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5217.0,5170.0,120.0,32,False,,,2020-02-06 18:13:37.000,2.6.1,71.0,,84044.0,,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,47.0,81483.0,https://anaconda.org/conda-forge/hug,2025-04-22 14:56:28.919,274112.0,3.0,,,,,,,,,,,,,,,,,
+187,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,2025-08-27 14:47:27.000000,2025-01-04 13:16:19,769.0,459,49.0,600.0,24.0,269.0,5528,Ready-to-use and customizable users management for FastAPI.,5423.0,5389.0,71.0,32,True,['fastapi'],,2025-01-04 13:31:56.000,14.0.1,105.0,424.0,458853.0,,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2025-01-04 13:20:04.000,34.0,456928.0,https://anaconda.org/conda-forge/fastapi-users,2025-04-22 14:58:01.687,90279.0,2.0,,,,,,,,,,,,,,,,,
+188,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,2025-07-31 08:33:07.000000,2025-07-31 08:33:07,719.0,969,77.0,501.0,47.0,660.0,5282,A light weight Python library for the Spotify Web API.,43290.0,42855.0,202.0,32,True,,1.0,2025-02-27 07:46:36.000,2.25.1,51.0,,376482.0,spotipy-dev/spotipy,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2025-02-27 07:32:13.000,435.0,376043.0,https://anaconda.org/conda-forge/spotipy,2025-04-22 14:57:47.583,24163.0,2.0,,,,,,,,,,,,,,,,,
+189,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2025-06-04 17:22:14.000000,2025-04-06 16:47:08,5315.0,1645,244.0,987.0,62.0,1014.0,4815,CMS framework for Django.,2481.0,2457.0,328.0,32,True,['django'],,2025-06-04 17:21:14.000,6.1.1,141.0,,5683.0,,,mezzanine,https://pypi.org/project/mezzanine,2025-06-04 17:21:14.000,24.0,5683.0,,,,2.0,,,,,,,,,,,,,,,,,
+190,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-08-08 13:57:31.000000,2025-08-08 13:57:31,1598.0,305,33.0,374.0,81.0,329.0,4637,"Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV,..",8115.0,7954.0,56.0,32,True,,1.0,2024-12-03 15:23:39.000,2.0.0,50.0,,1365602.0,,,trafilatura,https://pypi.org/project/trafilatura,2024-12-03 15:23:21.000,161.0,1365602.0,,,,1.0,,,,,,,,,,,,,,,,,
+191,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,2025-06-23 14:01:35.000000,2025-06-23 14:01:33,975.0,768,68.0,641.0,159.0,682.0,4369,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",16366.0,16149.0,225.0,32,True,"['django', 'graphql']",3.0,2025-03-13 08:33:02.000,3.2.3,68.0,,668742.0,,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2025-03-13 08:33:02.000,217.0,667884.0,https://anaconda.org/conda-forge/graphene-django,2025-04-22 14:57:21.125,54114.0,2.0,,,,,,,,-2.0,,,,,,,,,
+192,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,2025-09-02 05:03:23.000000,2025-06-15 10:19:52,530.0,521,62.0,348.0,3.0,156.0,3973,Up-to-date simple useragent faker with real world database.,1175.0,,23.0,32,True,,5.0,2025-04-14 15:32:17.000,2.2.0,40.0,,3166753.0,fake-useragent/fake-useragent,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2025-04-14 15:32:17.000,1175.0,3165655.0,https://anaconda.org/conda-forge/fake-useragent,2025-08-27 15:15:12.883,55999.0,2.0,,,,,,,,-2.0,,,,,,,,,
+193,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2025-09-01 18:58:40.000000,2025-09-01 18:58:40,3274.0,478,98.0,597.0,7.0,1101.0,3961,A simple CalDAV (calendar) and CardDAV (contact) server.,220.0,179.0,144.0,32,True,,169.0,2025-08-22 06:57:59.000,3.5.5,76.0,,12181.0,,,radicale,https://pypi.org/project/radicale,2025-08-22 06:57:59.000,41.0,12181.0,,,,2.0,,,,,,,,,,,,,,,,,
+194,django-grappelli,sehmaschine/django-grappelli,admin-ui,,https://github.com/sehmaschine/django-grappelli,https://github.com/sehmaschine/django-grappelli,BSD-3-Clause,2010-03-26 12:25:59.000,2025-04-29 12:23:36.717000,2025-04-28 13:49:07,1960.0,655,86.0,337.0,9.0,725.0,3886,A jazzy skin for the Django Admin-Interface (official repository).,6906.0,6873.0,91.0,32,True,['django'],,2025-04-28 13:48:04.000,4.0.2,84.0,,256883.0,,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2025-04-28 13:48:04.000,33.0,253372.0,https://anaconda.org/conda-forge/django-grappelli,2025-04-29 12:23:36.717,203650.0,2.0,,,,,,,,,,,,,,,,,
+195,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,520,51.0,210.0,275.0,167.0,3715,Easy OpenAPI specs and Swagger UI for your Flask API.,19396.0,19241.0,113.0,32,False,['flask'],,2020-08-01 15:28:10.000,0.9.5,54.0,551.0,695280.0,,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,155.0,692909.0,https://anaconda.org/conda-forge/flasgger,2025-04-22 14:56:42.334,144425.0,2.0,,,,,,,,,,,,,,,,,
+196,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2025-09-04 13:58:05.000000,2025-09-02 13:03:17,5640.0,438,87.0,1333.0,76.0,1818.0,3334,Mail hosting made simple.,75.0,60.0,123.0,32,True,,326.0,2025-08-22 08:36:19.000,2.4.11,98.0,,6273.0,,,modoboa,https://pypi.org/project/modoboa,2025-08-22 08:36:19.000,15.0,6273.0,,,,1.0,,,,,,,,,,,,,,,,,
+197,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2025-04-22 14:57:02.176000,2025-02-24 20:02:13,226.0,341,53.0,80.0,6.0,96.0,3185,Python One-Time Password Library.,25101.0,24642.0,47.0,32,True,,,2023-07-27 23:41:01.000,2.9.0,24.0,439.0,10405602.0,,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,459.0,10404074.0,https://anaconda.org/conda-forge/pyotp,2025-04-22 14:57:02.176,92965.0,2.0,,,,,,,,,,,,,,,,,
+198,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2025-04-22 14:56:31.735000,2020-10-09 23:49:59,186.0,520,82.0,99.0,198.0,82.0,2963,A Pythonic wrapper for the Wikipedia API.,77553.0,77139.0,23.0,32,False,,,2014-11-15 15:59:49.000,1.4.0,20.0,,1608898.0,,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,414.0,1586962.0,https://anaconda.org/conda-forge/wikipedia,2025-04-22 14:56:31.735,197432.0,2.0,,,,,,,,,,,,,,,,,
+199,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,118.0,465.0,21.0,643.0,2822,Social auth made simple.,6399.0,6359.0,283.0,32,False,,,2017-02-03 12:20:08.000,0.3.6,55.0,,41642.0,,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,40.0,41642.0,,,,2.0,,,,,,,,,,,,,,,,,
+200,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,93.0,798.0,47.0,486.0,2754,splinter - python test framework for web applications.,7167.0,7112.0,182.0,32,True,,1.0,2024-01-16 00:59:02.000,0.21.0,52.0,,248274.0,,,splinter,https://pypi.org/project/splinter,2024-01-16 00:59:02.000,55.0,248274.0,,,,2.0,,,,,,,,,,,,,,,,,
+201,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,2025-09-02 02:50:26.000000,2025-04-25 18:56:18,227.0,142,46.0,60.0,48.0,56.0,2143,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",49961.0,49824.0,36.0,32,True,['django'],,2025-04-25 18:56:35.000,1.5.1,22.0,,949318.0,,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2023-08-25 15:29:05.000,137.0,949318.0,,,,2.0,,,,,,,,,,,,,,,,,
+202,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-04-15 04:02:28.000000,2025-04-15 03:58:08,789.0,286,26.0,210.0,94.0,145.0,2043,Convert HTML to Markdown-formatted text.,40564.0,39356.0,81.0,32,True,,,2025-04-15 04:02:28.000,2025.4.15,41.0,,8555163.0,,,html2text,https://pypi.org/project/html2text,2025-04-15 04:02:28.000,1208.0,8555163.0,,,,3.0,,,,,,,,,,,,,,,,,
+203,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,2025-08-12 06:50:24.000000,2025-05-30 18:21:50,1474.0,431,51.0,413.0,94.0,504.0,1980,django-tables2 - An app for creating HTML tables.,8373.0,8266.0,158.0,32,False,['django'],,2025-01-02 07:49:39.000,2.7.5,131.0,,592062.0,,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2025-01-02 07:49:39.000,107.0,591689.0,https://anaconda.org/conda-forge/django-tables2,2025-04-22 14:57:53.529,19070.0,2.0,,,,,,,,,,,,,,,,,
+204,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,MIT,2016-02-14 10:31:07.000,2025-04-22 14:56:33.156000,2024-10-16 05:21:44,1499.0,599,62.0,386.0,448.0,695.0,1950,A Python SOAP client.,556.0,,145.0,32,True,,,2024-10-16 05:31:28.000,4.3.1,67.0,,27369624.0,,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2024-10-16 05:31:28.000,556.0,27364542.0,https://anaconda.org/conda-forge/zeep,2025-04-22 14:56:33.156,299874.0,2.0,,,,,,,,,,,,,,,,,
+205,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,2025-06-21 02:45:23.000000,2025-02-26 08:24:05,2432.0,467,63.0,525.0,244.0,648.0,1854,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4747.0,4656.0,199.0,32,True,['django'],,2025-02-26 08:21:16.000,3.12.1,231.0,,370150.0,,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2025-02-26 08:21:16.000,91.0,370150.0,,,,2.0,,,,,,,,,,,,,,,,,
+206,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,2025-05-19 21:01:16.000000,2024-12-01 17:23:11,916.0,335,21.0,249.0,223.0,230.0,1815,Authentication for Django Rest Framework.,67778.0,67757.0,205.0,32,True,['django'],,2025-01-04 23:37:38.000,7.0.1,51.0,630.0,417836.0,,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2025-01-04 23:37:38.000,21.0,416885.0,https://anaconda.org/conda-forge/dj-rest-auth,2025-04-22 14:57:56.497,47119.0,2.0,,,,,,,,,,,,,,,,,
+207,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-08-23 14:31:20.000000,2025-08-23 14:29:47,493.0,718,90.0,328.0,222.0,282.0,1804,A very simple Salesforce.com REST API client for Python.,3106.0,2896.0,90.0,32,False,,15.0,2025-08-23 14:31:20.000,1.12.9,51.0,,22469429.0,,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2025-08-23 14:30:41.000,210.0,22468601.0,https://anaconda.org/conda-forge/simple-salesforce,2025-04-22 14:56:36.850,82873.0,2.0,,,,,,,,,,,,,,,,,
+208,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,2025-09-04 15:46:28.000000,2025-05-19 19:20:14,709.0,315,33.0,317.0,26.0,289.0,1787,Dynamic Django settings.,2413.0,2393.0,150.0,32,True,['django'],,2025-02-06 10:28:53.000,4.3.2,41.0,,472927.0,,,django-constance,https://pypi.org/project/django-constance,2025-02-06 10:28:53.000,20.0,472927.0,,,,2.0,,,,,,,,,,,,,,,,,
+209,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,2025-09-01 17:26:52.000000,2025-03-31 09:43:43,1059.0,497,36.0,357.0,123.0,317.0,1783,Thumbnails for Django.,15830.0,15733.0,160.0,32,True,['django'],,2024-09-21 17:11:54.000,12.11.0,34.0,,372914.0,,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2024-09-21 17:11:54.000,97.0,372728.0,https://anaconda.org/conda-forge/sorl-thumbnail,2025-04-22 14:57:33.341,11378.0,2.0,,,,,,,,,,,,,,,,,
+210,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,BSD-3-Clause,2011-05-15 12:13:19.000,2025-09-04 12:17:56.000000,2025-09-04 12:16:44,1219.0,320,25.0,417.0,83.0,293.0,1743,Money fields for Django forms and models.,3298.0,3254.0,124.0,32,True,['django'],9.0,2025-04-17 10:22:54.000,3.5.4,75.0,,420325.0,,,django-money,https://pypi.org/project/django-money,2025-09-04 12:17:56.000,44.0,420325.0,,,,2.0,,,,,,,,,,,,,,,,,
+211,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,2025-09-04 15:02:12.000000,2025-09-04 14:58:06,914.0,247,15.0,779.0,84.0,326.0,1672,Generate modern Python clients from OpenAPI.,1354.0,1307.0,93.0,32,True,['openapi'],21.0,2025-08-26 03:01:25.000,0.26.0,96.0,,550573.0,,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2025-08-26 03:01:25.000,47.0,549213.0,https://anaconda.org/conda-forge/openapi-python-client,2025-08-31 03:49:14.374,66679.0,2.0,,,,,,,,,,,,,,,,,
+212,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009-03-08 11:23:29.000,2025-08-14 03:52:18.000000,2025-08-14 03:45:36,1030.0,251,59.0,142.0,92.0,345.0,1663,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,3452.0,3233.0,86.0,32,True,,3.0,2025-04-18 16:33:20.000,6.0.2,31.0,1035.0,865240.0,,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2025-04-18 16:33:20.000,219.0,851987.0,https://anaconda.org/conda-forge/rpyc,2025-04-22 14:57:35.362,794404.0,2.0,,,,,,,,,,,,,,,,,
+213,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,2025-09-02 06:27:04.000000,2025-09-02 06:27:02,902.0,308,33.0,308.0,29.0,304.0,1499,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",691.0,,99.0,32,True,['flask'],10.0,2024-10-24 07:24:04.000,1.2.2,51.0,38.0,12932882.0,pallets-eco/flask-wtf,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2024-10-24 07:18:56.000,691.0,12925920.0,https://anaconda.org/conda-forge/flask-wtf,2025-04-22 14:56:24.902,362038.0,3.0,,,,,,,,,,,,,,,,,
+214,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,2025-08-10 10:48:21.000000,2025-08-10 10:42:19,708.0,290,21.0,165.0,26.0,273.0,1486,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",29441.0,29334.0,56.0,32,True,['django'],1.0,2024-04-01 21:01:05.000,7.6.1,68.0,,1379605.0,,,django-countries,https://pypi.org/project/django-countries,2024-04-01 21:01:05.000,107.0,1379605.0,,,,2.0,,,,,,,,,,,,,,,,,
+215,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:49:09.000000,2025-08-17 20:47:57,861.0,323,30.0,240.0,95.0,324.0,1403,Easy thumbnails for Django.,11881.0,11737.0,100.0,32,True,['django'],7.0,2025-08-17 20:49:09.000,2.10.1,54.0,,320038.0,,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2025-08-17 20:49:09.000,144.0,320038.0,,,,2.0,,,,,,,,,,,,,,,,,
+216,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2025-09-01 19:28:36.021000,2024-10-16 20:33:41,102.0,87,37.0,58.0,19.0,50.0,1274,Fast HTTP parser.,181688.0,181348.0,18.0,32,True,,,2024-10-16 19:44:06.000,0.6.4,25.0,,48576736.0,,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2024-10-16 19:44:06.000,340.0,48544480.0,https://anaconda.org/conda-forge/httptools,2025-09-01 19:28:36.021,1903138.0,2.0,,,,,,,,,,,,,,,,,
+217,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,2025-07-27 13:39:40.000000,2025-07-27 13:38:18,823.0,149,35.0,199.0,42.0,91.0,1266,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,40057.0,39711.0,52.0,32,True,,9.0,2025-01-17 15:38:27.000,1.10.0,25.0,,2750600.0,,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2025-01-17 15:38:27.000,346.0,2745912.0,https://anaconda.org/conda-forge/parsel,2025-04-22 14:57:24.437,295403.0,1.0,,,,,,,,,,,,,,,,,
+218,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,2025-09-03 17:02:55.000000,2025-09-03 17:01:38,561.0,223,21.0,308.0,7.0,298.0,1057,Management commands to help backup and restore your project database and media files.,2552.0,2531.0,81.0,32,True,['django'],44.0,2025-08-30 08:17:30.000,5.0.0,49.0,2.0,167727.0,Archmonger/django-dbbackup,,django-dbbackup,https://pypi.org/project/django-dbbackup,2025-08-30 08:17:30.000,21.0,167727.0,,,,2.0,,,,,,,,,,,,,,,,,
+219,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,Apache-2.0,2013-12-29 21:19:08.000,2025-04-22 14:56:21.422000,2025-01-09 01:04:53,614.0,188,20.0,196.0,95.0,122.0,1024,A toolbelt of useful classes and functions to be used with python-requests.,178815.0,176180.0,72.0,32,True,,,2023-05-01 04:12:06.235,1.0.0,21.0,,175523108.0,,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,2635.0,175226284.0,https://anaconda.org/conda-forge/requests-toolbelt,2025-04-22 14:56:21.422,10388846.0,2.0,,,,,,,,,,,,,,,,,
+220,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,2025-06-11 04:17:13.601000,2025-06-11 01:22:08,381.0,150,8.0,221.0,64.0,124.0,924,Cross Origin Resource Sharing ( CORS ) support for Flask.,448796.0,448358.0,53.0,32,True,['flask'],2.0,2025-06-11 01:32:07.000,6.0.1,53.0,,21184882.0,,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2025-06-11 01:32:07.000,438.0,21161127.0,https://anaconda.org/conda-forge/flask-cors,2025-06-11 04:17:13.601,1235280.0,1.0,,,,,,,,,,,,,,,,,
+221,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2025-04-22 14:56:24.788000,2024-05-29 19:15:01,811.0,177,40.0,216.0,36.0,149.0,815,A network address manipulation library for Python.,41583.0,40856.0,53.0,32,False,,,2024-05-28 21:32:50.000,1.3.0,40.0,,8571768.0,,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2024-05-28 21:30:34.000,727.0,8554700.0,https://anaconda.org/conda-forge/netaddr,2025-04-22 14:56:24.788,221893.0,2.0,,,,,,,,,,,,,,,,,
+222,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,101.0,449.0,2.0,303.0,797,This is a Python library for accessing resources protected by OAuth 2.0.,1056.0,,91.0,32,False,,,2018-09-07 21:38:16.000,4.1.3,44.0,,32232947.0,,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,1056.0,32122576.0,https://anaconda.org/conda-forge/oauth2client,2025-04-22 14:56:25.308,1214081.0,2.0,,,,,,,,,,,,,,,,,
+223,aiodns,saghul/aiodns,others,,https://github.com/aio-libs/aiodns,https://github.com/aio-libs/aiodns,MIT,2014-03-26 23:19:57.000,2025-09-04 15:58:37.000000,2025-09-02 04:19:12,189.0,70,14.0,106.0,7.0,73.0,569,Simple DNS resolver for asyncio.,62663.0,61783.0,34.0,32,True,,19.0,2025-06-13 16:21:52.000,3.5.0,21.0,,8675662.0,aio-libs/aiodns,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2025-06-13 16:21:52.000,880.0,8669841.0,https://anaconda.org/conda-forge/aiodns,2025-04-22 14:57:14.545,413335.0,2.0,,,,,,,,,,,,,,,,,
+224,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,2025-06-18 21:37:17.000000,2025-06-18 21:11:30,1175.0,141,22.0,81.0,30.0,132.0,523,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,38998.0,38528.0,41.0,32,True,,6.0,2025-06-18 21:41:42.000,3.3.0a9,94.0,,37899760.0,,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2025-06-18 21:37:17.000,470.0,37874066.0,https://anaconda.org/conda-forge/graphql-core,2025-04-22 14:56:40.645,1644448.0,2.0,,,,,,,,,,,,,,,,,
+225,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2025-08-16 14:49:49.000000,2025-08-16 14:49:22,978.0,64,11.0,53.0,69.0,297.0,407,Mako Templates for Python.,323539.0,322320.0,63.0,32,True,,2.0,2025-04-10 12:50:57.000,rel_1_3_10,77.0,,72619956.0,,conda-forge/mako,mako,https://pypi.org/project/mako,2025-04-10 12:44:31.000,1219.0,72452554.0,https://anaconda.org/conda-forge/mako,2025-04-22 14:56:24.939,10378940.0,2.0,,,,,,,,,,,,,,,,,
+226,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,2025-08-18 17:31:28.000000,2025-07-01 22:55:25,618.0,70,8.0,305.0,43.0,79.0,372,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",9092.0,8809.0,43.0,32,True,,45.0,2025-06-07 14:48:54.000,0.7.2,40.0,,16053366.0,python-openapi/openapi-spec-validator,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2025-06-07 21:22:31.000,283.0,16037080.0,https://anaconda.org/conda-forge/openapi-spec-validator,2025-06-08 14:27:04.997,1009774.0,2.0,,,,,,,,,,,,,,,,,
+227,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2025-08-27 21:37:33.547000,2025-08-27 12:19:08,363.0,41,7.0,163.0,12.0,106.0,246,A modern CSS selector implementation for BeautifulSoup.,731336.0,729594.0,13.0,32,True,,1.0,2025-08-27 15:39:14.000,2.8,48.0,,182880750.0,,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2025-08-27 15:39:50.000,1742.0,182395601.0,https://anaconda.org/conda-forge/soupsieve,2025-08-27 21:37:33.547,29594108.0,1.0,,,,,,,,,,,,,,,,,
+228,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,1028,267.0,171.0,211.0,223.0,13852,Pythonic HTML Parsing for Humans.,446.0,,66.0,31,False,,,2019-02-18 21:38:41.000,0.10.0,36.0,,585830.0,,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,446.0,585830.0,,,,3.0,,,,,,,,,,,,,,,,,
+229,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2025-09-04 14:45:11.000000,2025-09-04 14:45:10,124351.0,1119,233.0,18882.0,83.0,375.0,7170,Malicious traffic detection system.,20.0,20.0,59.0,31,True,,3193.0,2025-08-31 22:11:06.000,0.85,74.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+230,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2025-09-04 06:23:56.000000,2025-09-04 06:23:10,5759.0,740,973.0,2607.0,154.0,2077.0,4765,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",745.0,745.0,178.0,31,True,['openapi'],24.0,,,100.0,76757.0,1238.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+231,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-08-18 18:28:18.000000,2025-08-18 13:50:01,4912.0,1284,147.0,400.0,501.0,776.0,4186,HttpRunner API/UI.,8.0,1.0,54.0,31,True,,408.0,2023-09-19 09:11:28.000,4.3.6,152.0,4273139.0,80665.0,,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,33186.0,,,,2.0,,,,,,,,,,,,,,,,,
+232,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,2025-08-14 07:28:02.000000,2025-08-14 07:27:58,2368.0,349,133.0,800.0,222.0,889.0,4176,Realtime Web Apps and Dashboards for Python and R.,115.0,,62.0,31,True,,10.0,2025-08-14 07:44:17.000,1.7.4,86.0,1988581.0,66370.0,,,wave,https://pypi.org/project/wave,2024-03-15 17:05:53.000,115.0,34806.0,,,,2.0,,,,,,,,,,,,,,,,,
+233,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2025-08-28 13:29:16.000000,2025-08-28 13:29:16,1334.0,802,172.0,436.0,57.0,316.0,4173,WeChat SDK for Python.,10323.0,10298.0,103.0,31,True,,2.0,2021-11-11 15:12:31.000,1.8.18,137.0,,32792.0,,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,25.0,32792.0,,,,3.0,,,,,,,,,,,,,,,,,
+234,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,2025-09-02 12:10:33.000000,2025-08-31 10:28:55,1039.0,401,40.0,527.0,190.0,434.0,3680,A test fixtures replacement for Python.,647.0,,133.0,31,True,['django'],5.0,2025-02-03 09:49:01.000,3.3.3,46.0,,10251319.0,,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2025-02-03 09:49:01.000,647.0,10247865.0,https://anaconda.org/conda-forge/factory_boy,2025-04-25 02:28:32.370,207253.0,2.0,,,,,,,,,,,,,,,,,
+235,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,2025-09-01 17:26:37.000000,2025-07-25 07:39:46,1215.0,626,63.0,487.0,100.0,351.0,3405,Simple tagging for django.,181.0,,156.0,31,True,['django'],4.0,2024-07-29 21:53:05.000,6.0.0,68.0,,1139710.0,,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2024-07-29 21:53:05.000,181.0,1136236.0,https://anaconda.org/conda-forge/django-taggit,2025-04-22 14:56:21.123,194584.0,3.0,,,,,,,,,,,,,,,,,
+236,django-rest-framework-jwt,jpadilla/django-rest-framework-jwt,auth,,https://github.com/jpadilla/django-rest-framework-jwt,https://github.com/jpadilla/django-rest-framework-jwt,MIT,2014-01-16 04:54:06.000,2022-12-06 16:30:54.000000,2019-08-13 02:11:02,369.0,648,77.0,190.0,163.0,187.0,3191,JSON Web Token Authentication support for Django REST Framework.,28193.0,28093.0,62.0,31,False,,,2021-12-15 15:59:35.858,1.3.0,26.0,,288818.0,,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2021-12-15 15:59:35.858,100.0,288818.0,,,,3.0,,,,,,,,,,,,,,,,,
+237,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,MIT,2010-02-05 15:48:14.000,2025-08-25 13:08:21.000000,2025-08-24 09:42:10,1656.0,600,46.0,621.0,133.0,551.0,2847,Compresses linked and inline javascript or CSS into a single cached file.,165.0,,222.0,31,True,['django'],5.0,2024-07-22 09:56:45.000,4.5.1,40.0,,1278156.0,,,django-compressor,https://pypi.org/project/django-compressor,2024-07-22 09:56:45.000,165.0,1278156.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,951,199.0,272.0,39.0,219.0,2768,Python SDK for Facebooks Graph API.,5589.0,5551.0,99.0,31,False,,,2018-11-06 06:53:51.000,3.1.0,9.0,,303107.0,,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,38.0,303107.0,,,,3.0,,,,,,,,,,,,,,,,,
+239,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013-06-13 19:28:32.000,2021-12-15 14:37:49.132000,2019-06-04 18:10:32,801.0,602,66.0,339.0,166.0,366.0,2590,Swagger Documentation Generator for Django REST Framework: deprecated.,21310.0,21234.0,96.0,31,False,['django'],,2021-12-15 14:37:49.132,0.1.6,50.0,,424082.0,,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,76.0,424082.0,,,,3.0,,,,,,,,,,,,,,,,,
+240,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,2025-06-17 12:57:49.000000,2025-06-17 12:57:13,375.0,343,47.0,229.0,9.0,180.0,2542,Transparently use webpack with django.,10115.0,10048.0,65.0,31,True,['django'],1.0,2025-06-17 12:57:49.000,3.2.1,52.0,,705153.0,,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2025-06-16 12:33:22.000,67.0,704736.0,https://anaconda.org/conda-forge/django-webpack-loader,2025-06-16 20:57:36.258,21307.0,3.0,,,,,,,,,,,,,,,,,
+241,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000,2025-04-22 14:56:42.143000,2024-08-30 08:12:25,500.0,182,64.0,67.0,55.0,135.0,2360,A jquery-like library for python.,27726.0,27208.0,53.0,31,False,,,2024-08-30 08:12:22.000,2.0.1,37.0,,2067104.0,,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2024-08-30 08:12:22.000,518.0,2065649.0,https://anaconda.org/conda-forge/pyquery,2025-04-22 14:56:42.143,84398.0,3.0,,,,,,,,,,,,,,,,,
+242,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-04-22 14:56:55.305000,2024-12-10 12:29:20,178.0,116,29.0,43.0,2.0,66.0,2147,"A generator library for concise, unambiguous and URL-safe UUIDs.",34946.0,34356.0,36.0,31,True,,,2024-03-11 20:11:04.000,1.0.13,26.0,,5862136.0,,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2024-03-11 20:11:04.000,590.0,5851495.0,https://anaconda.org/conda-forge/shortuuid,2025-04-22 14:56:55.305,627843.0,2.0,,,,,,,,,,,,,,,,,
+243,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,2025-05-29 14:57:29.346000,2025-05-28 17:25:04,685.0,251,27.0,220.0,94.0,85.0,1673,A JOSE implementation in Python.,1001.0,,62.0,31,True,,,2025-05-28 17:33:26.000,3.5.0,40.0,,17953840.0,,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2025-05-28 17:31:52.000,1001.0,17905478.0,https://anaconda.org/conda-forge/python-jose,2025-05-29 14:57:29.346,2514855.0,3.0,,,,,,,,,,,,,,,,,
+244,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,2025-05-05 13:05:50.399000,2024-07-30 19:33:08,933.0,469,65.0,351.0,133.0,397.0,1634,Quick and simple security for Flask applications.,8636.0,8563.0,129.0,31,False,['flask'],,2025-05-04 22:09:40.000,5.6.2,31.0,,66978.0,pallets-eco/flask-security-3.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2025-05-04 22:09:40.000,73.0,60095.0,https://anaconda.org/conda-forge/flask-security,2025-05-05 13:05:50.399,68830.0,1.0,,,,,,,,,,,,,,,,,
+245,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2025-08-04 14:28:03.000000,2025-08-04 14:28:03,2576.0,778,145.0,878.0,67.0,1006.0,1446,Web testing library for Robot Framework.,129.0,,125.0,31,True,,27.0,2025-02-27 00:55:22.000,6.7.1,74.0,3761.0,1578886.0,,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2025-02-27 00:43:10.000,129.0,1577036.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2025-04-22 14:56:49.746,112889.0,2.0,,,,,,,,,,,,,,,,,
+246,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2025-09-02 13:28:55.000000,2025-09-02 13:28:47,515.0,81,15.0,37.0,19.0,111.0,1409,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,2411.0,2228.0,24.0,31,True,,68.0,2025-08-28 23:16:23.000,0.3.34,60.0,,968366.0,,,selectolax,https://pypi.org/project/selectolax,2025-08-28 23:16:23.000,183.0,968366.0,,,,3.0,,,,,,,,,,,,,,,,,
+247,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,2025-04-22 14:56:26.607000,2025-01-06 17:51:13,186.0,228,21.0,57.0,9.0,102.0,1285,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",21538.0,21343.0,34.0,31,True,['flask'],,2023-08-21 18:47:15.000,4.8.0,36.0,,1575445.0,,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023-04-27 09:56:10.209,195.0,1572219.0,https://anaconda.org/conda-forge/flask-httpauth,2025-04-22 14:56:26.607,203279.0,3.0,,,,,,,,,,,,,,,,,
+248,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,2025-09-02 14:57:14.000000,2025-09-02 14:57:07,1033.0,128,11.0,281.0,1.0,184.0,1182,Rate Limiting extension for Flask.,21053.0,20930.0,46.0,31,True,['flask'],8.0,2025-03-15 02:23:24.000,3.12,109.0,573.0,9929175.0,,,flask-limiter,https://pypi.org/project/flask-limiter,2025-03-15 02:23:08.000,123.0,9929162.0,,,,1.0,,,,,,,,,,,,,,,,,
+249,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2025-08-31 11:54:49.000000,2025-08-29 18:54:19,1141.0,199,24.0,367.0,39.0,576.0,1109,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",838.0,827.0,64.0,31,True,,9.0,2025-08-24 13:25:27.000,2.17.0,203.0,,243300.0,,,tavern,https://pypi.org/project/tavern,2025-08-24 13:35:47.000,11.0,243300.0,,,,2.0,,,,,,,,,,,,,,,,,
+250,flask-caching,pallets-eco/flask-caching,flask-utils,,https://github.com/pallets-eco/flask-caching,https://github.com/pallets-eco/flask-caching,BSD-3-Clause,2016-07-04 19:53:57.000,2025-05-01 08:07:15.000000,2025-02-23 01:35:13,766.0,199,16.0,370.0,93.0,184.0,928,A caching extension for Flask.,29942.0,29611.0,116.0,31,True,['flask'],,2025-03-21 20:10:57.000,2.3.1,28.0,,7490218.0,,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2025-02-23 01:34:37.000,331.0,7483469.0,https://anaconda.org/conda-forge/flask-caching,2025-04-22 14:56:55.341,330716.0,1.0,,,,,,,,,,,,,,,,,
+251,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-08-02 08:30:16.000000,2025-08-02 08:30:10,467.0,94,19.0,176.0,32.0,41.0,374,Terminals served by tornado websockets.,334538.0,334167.0,49.0,31,True,,1.0,2024-03-12 14:34:42.000,0.18.1,36.0,548.0,31712767.0,,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2024-03-12 14:34:36.000,371.0,31371509.0,https://anaconda.org/conda-forge/terminado,2025-04-22 14:56:21.883,20475219.0,3.0,,,,,,,,,,,,,,,,,
+252,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,2025-04-22 14:56:37.954000,2025-03-20 00:52:44,463.0,49,44.0,382.0,19.0,88.0,45,Utilities for Google Media Downloads and Resumable Uploads.,212300.0,212109.0,35.0,31,False,,,2024-08-07 22:20:36.000,2.7.2,48.0,,102773395.0,,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2024-08-07 22:20:36.000,191.0,102679953.0,https://anaconda.org/conda-forge/google-resumable-media,2025-04-22 14:56:37.954,5886873.0,3.0,,,,,,,,,,,,,,,,,
+253,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012-08-20 15:53:36.000,2025-04-27 15:33:25.000000,2025-04-27 15:32:00,2600.0,9694,1366.0,1087.0,377.0,,56382,Dumb downloader that scrapes the web.,39.0,21.0,264.0,30,True,,,2025-01-04 01:58:50.000,0.4.1743,174.0,395451.0,17739.0,,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2025-01-04 01:51:10.000,18.0,14052.0,https://anaconda.org/conda-forge/you-get,2025-04-22 14:57:26.663,42947.0,2.0,,,,,,,,,you-get,,,,,,,,
+254,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,2025-09-02 01:31:16.000000,2025-09-02 01:31:15,1285.0,1470,171.0,1208.0,19.0,819.0,18506,PyScript is an open source platform for Python in the browser. Try PyScript: https://pyscript.com Examples:..,834.0,834.0,124.0,30,True,,16.0,2025-08-07 08:00:23.000,2025.8.1,39.0,232.0,5.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,
+255,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,2025-09-03 06:35:12.000000,2025-08-30 00:29:00,733.0,303,49.0,668.0,141.0,409.0,6433,Robyn is a Super Fast Async Python Web Framework with a Rust runtime.,240.0,231.0,82.0,30,True,,33.0,2025-09-03 06:35:12.000,0.72.1,148.0,,28484.0,sparckles/Robyn,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2025-09-03 06:35:12.000,9.0,9821.0,https://anaconda.org/conda-forge/robyn,2025-06-11 00:00:55.870,895844.0,3.0,,,,,,,,,,,,,,,,,
+256,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,548,132.0,64.0,21.0,5.0,5490,A Python module to bypass Cloudflares anti-bot page.,31484.0,31202.0,14.0,30,True,,9.0,2025-06-10 03:14:58.000,3.0.0,95.0,,1506668.0,,,cloudscraper,https://pypi.org/project/cloudscraper,2023-04-25 23:20:54.756,282.0,1506668.0,,,,2.0,,,,,,,,,,,,,,,,,
+257,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,1309,187.0,247.0,60.0,232.0,4804,Python client library for Google Maps API Web Services.,113.0,,67.0,30,False,,,2023-01-26 16:46:28.581,4.10.0,51.0,,2155855.0,,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,113.0,2155855.0,,,,3.0,,,,,,,,,,,,,,,,,
+258,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2025-04-17 13:41:41.606000,2025-04-17 13:33:25,2037.0,375,54.0,1886.0,116.0,629.0,4684,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",818.0,752.0,105.0,30,True,['openapi'],,2025-04-17 13:41:41.606,5.14.2,208.0,880259.0,318487.0,,,,,,,,,,,2.0,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2025-04-17 13:41:41.606,66.0,308008.0,,,,,,,,,,,
+259,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,BSD-3-Clause,2014-08-14 13:26:03.000,2025-04-22 14:56:29.180000,2020-01-13 15:25:46,731.0,507,105.0,250.0,372.0,254.0,2746,"Fully featured framework for fast, easy and documented API development with Flask.",14817.0,14636.0,88.0,30,False,['flask'],,2019-08-12 21:51:40.000,0.13.0,35.0,,123026.0,,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,181.0,120253.0,https://anaconda.org/conda-forge/flask-restplus,2025-04-22 14:56:29.180,296809.0,3.0,,,,,,,,,,,,,,,,,
+260,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-08-18 00:24:59.000000,2024-09-07 12:37:12,945.0,486,75.0,231.0,25.0,290.0,2424,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1328.0,1317.0,114.0,30,True,['django'],,2023-10-04 07:51:20.000,2.0.0,41.0,14.0,93453.0,,,django-activity-stream,https://pypi.org/project/django-activity-stream,2023-10-04 07:51:20.000,11.0,93453.0,,,,3.0,,,,,,,,,,,,,,,,,
+261,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2025-08-31 16:10:06.000000,2025-08-31 16:05:34,2494.0,275,87.0,181.0,1.0,221.0,2410,Web Scraping Framework.,444.0,439.0,67.0,30,True,,5.0,2018-06-24 14:27:52.000,0.6.41,120.0,,100578.0,,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,5.0,100578.0,,,,2.0,,,,,,,,,,,,,,,,,
+262,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-04-22 14:56:39.512000,2024-04-16 12:13:00,353.0,315,46.0,146.0,1.0,156.0,2341,Django friendly finite state machine support.,1906.0,1846.0,70.0,30,False,['django'],,2024-04-09 07:55:47.000,3.0.0,25.0,,478306.0,,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2024-04-09 07:50:21.000,60.0,477115.0,https://anaconda.org/conda-forge/django-fsm,2025-04-22 14:56:39.512,40527.0,3.0,,,,,,,,,,,,,,,,,
+263,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/aminalaee/sqladmin,https://github.com/aminalaee/sqladmin,BSD-3-Clause,2021-12-22 10:09:54.000,2025-07-02 09:41:24.000000,2025-07-02 09:34:57,389.0,237,17.0,468.0,87.0,208.0,2330,SQLAlchemy Admin for FastAPI and Starlette.,1757.0,1734.0,74.0,30,True,['fastapi'],6.0,2025-07-02 09:41:19.000,0.21.0,44.0,,403318.0,,,sqladmin,https://pypi.org/project/sqladmin,2025-07-02 09:41:19.000,23.0,403318.0,,,,1.0,,,,,,,,,,,,,,,,,
+264,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,2025-08-03 17:52:48.000000,2025-08-03 17:52:45,1145.0,276,44.0,188.0,93.0,306.0,2322,Automated image processing for Django. Currently v4.0.,10225.0,10173.0,80.0,30,True,['django'],1.0,2023-09-28 00:55:14.000,5.0,41.0,166.0,268730.0,,,django-imagekit,https://pypi.org/project/django-imagekit,2023-09-28 00:30:36.000,52.0,268729.0,,,,3.0,,,,,,,,,,,,,,,,,
+265,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,2025-08-21 02:49:15.000000,2025-08-21 02:49:15,1257.0,231,38.0,151.0,20.0,329.0,2222,A slick ORM cache with automatic granular event-driven invalidation.,1576.0,1563.0,72.0,30,True,['django'],1.0,2023-10-24 10:23:43.000,7.0.2,65.0,,282420.0,,,django-cacheops,https://pypi.org/project/django-cacheops,2025-04-20 04:36:16.000,13.0,282420.0,,,,3.0,,,,,,,,,,,,,,,,,
+266,requests-futures,ross/requests-futures,http-clients,,https://github.com/ross/requests-futures,https://github.com/ross/requests-futures,Apache-2.0,2013-03-21 14:20:03.000,2025-06-19 13:25:28.000000,2025-06-19 13:25:27,194.0,152,42.0,83.0,,88.0,2199,Asynchronous Python HTTP Requests for Humans using Futures.,7862.0,7550.0,28.0,30,True,,4.0,2024-11-15 22:14:50.000,1.0.2,12.0,,2423923.0,,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2024-11-15 22:14:50.000,312.0,2418995.0,https://anaconda.org/conda-forge/requests-futures,2025-04-22 14:56:26.495,300658.0,3.0,,,,,,,,,,,,,,,,,
+267,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2025-04-22 14:56:20.896000,2022-10-16 23:12:02,684.0,276,43.0,235.0,125.0,143.0,2123,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,16475.0,16201.0,107.0,30,False,,,2021-08-16 19:35:31.000,1.1.4,59.0,,983145.0,,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,274.0,973618.0,https://anaconda.org/conda-forge/httpretty,2025-04-22 14:56:20.896,552589.0,2.0,,,,,,,,,,,,,,,,,
+268,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2025-04-22 14:56:37.419000,2021-07-16 22:33:17,853.0,397,102.0,222.0,27.0,307.0,1863,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7868.0,7808.0,103.0,30,False,,,2021-07-16 22:38:58.000,3.9.1,61.0,,133915.0,,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,60.0,128020.0,https://anaconda.org/conda-forge/twython,2025-04-22 14:56:37.419,306548.0,3.0,,,,,,,,,,,,,,,,,
+269,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,2025-09-03 07:45:51.000000,,,175,,,44.0,,1444,Yet another URL library.,2792.0,,124.0,30,True,,,2025-06-10 00:42:31.000,1.20.1,131.0,,229399372.0,,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2025-06-10 00:42:31.000,2792.0,229060576.0,https://anaconda.org/conda-forge/yarl,2025-06-10 11:37:45.977,19988966.0,2.0,,,,,,,,,,,,,,,,,
+270,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-04-22 14:57:33.082000,2025-04-12 06:03:33,614.0,200,31.0,147.0,51.0,115.0,1142,Rosetta is a Django application that eases the translation process of your Django projects.,3944.0,3914.0,87.0,30,True,['django'],,2025-04-03 13:07:23.000,0.10.2,39.0,,178436.0,,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2025-04-03 13:05:34.000,30.0,178190.0,https://anaconda.org/conda-forge/django-rosetta,2025-04-22 14:57:33.082,15310.0,3.0,,,,,,,,,,,,,,,,,
+271,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,53.0,291.0,83.0,310.0,1127,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",2330.0,2224.0,67.0,30,False,,,2022-08-18 05:57:11.000,1.9.8,22.0,,677112.0,,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,106.0,674373.0,https://anaconda.org/conda-forge/dpkt,2025-04-22 14:57:01.034,169864.0,3.0,,,,,,,,,,,,,,,,,
+272,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,2025-06-19 03:31:28.000000,2025-06-14 20:17:50,279.0,172,29.0,115.0,13.0,112.0,634,Flask-Mail adds SMTP mail sending to your Flask applications.,83306.0,83077.0,41.0,30,True,,2.0,2024-05-23 22:30:25.000,0.10.0,29.0,29.0,1104967.0,pallets-eco/flask-mail,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2024-05-23 22:30:10.000,229.0,1087305.0,https://anaconda.org/conda-forge/flask-mail,2025-04-22 14:56:27.215,141288.0,1.0,,,,,,,,,,,,,,,,,
+273,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,239,21.0,128.0,15.0,133.0,528,Server side session extension for Flask.,54021.0,53851.0,20.0,30,False,['flask'],,2024-03-26 08:16:33.000,0.8.0,18.0,102.0,7858942.0,pallets-eco/flask-session,,flask-session,https://pypi.org/project/flask-session,2024-03-26 07:56:11.000,170.0,7858939.0,,,,2.0,,,,,,,,,,,,,,,,,
+274,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,2025-09-04 09:48:39.000000,2025-09-04 09:48:31,628.0,129,6.0,657.0,71.0,100.0,512,PEP-484 stubs for django-rest-framework.,3886.0,3837.0,82.0,30,True,['django'],33.0,2025-08-14 17:57:50.000,3.16.2,31.0,,1744098.0,,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2025-08-14 17:57:50.000,49.0,1743592.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2025-08-18 19:01:27.620,26327.0,3.0,,,,,,,,,,,,,,,,,
+275,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,BSD-3-Clause,2010-05-29 14:14:08.000,2025-04-22 14:56:24.883000,2024-06-19 06:43:42,269.0,159,13.0,114.0,17.0,118.0,448,i18n and l10n support for Flask based on Babel and pytz.,29772.0,29619.0,43.0,30,False,['flask'],,2023-10-02 01:10:48.000,4.0.0,18.0,,8274134.0,,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-10-02 01:10:48.000,153.0,8269337.0,https://anaconda.org/conda-forge/flask-babel,2025-04-22 14:56:24.883,292649.0,2.0,,,,,,,,,,,,,,,,,
+276,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2025-09-02 01:19:03.000000,2025-08-26 13:43:32,1205.0,57,6.0,56.0,2.0,95.0,446,A Python wrapper for ngrok.,11412.0,11158.0,12.0,30,True,,15.0,2025-08-04 16:08:05.000,7.3.0,113.0,,757628.0,,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2025-08-04 16:08:05.000,254.0,754670.0,https://anaconda.org/conda-forge/pyngrok,2025-08-04 20:38:02.409,189373.0,3.0,,,,,,,,,,,,,,,,,
+277,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,2025-08-18 20:51:22.000000,2025-08-18 20:51:15,1511.0,133,7.0,737.0,83.0,176.0,343,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,1425.0,1350.0,70.0,30,True,,28.0,2025-03-20 20:17:26.000,0.19.5,71.0,,3182410.0,python-openapi/openapi-core,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2025-03-20 20:17:26.000,75.0,3181574.0,https://anaconda.org/conda-forge/openapi-core,2025-04-22 14:57:51.323,44344.0,3.0,,,,,,,,,,,,,,,,,
+278,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,3686,889.0,172.0,301.0,549.0,16780,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,,615.0,,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,4.0,615.0,,,,2.0,,,,,,,,,,,,,,,,,
+279,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,2025-06-17 11:20:47.000000,2025-06-16 16:29:11,2519.0,2392,311.0,867.0,34.0,546.0,13323,Web path scanner.,196.0,196.0,111.0,29,True,,7.0,2022-10-05 13:01:24.000,0.4.3,16.0,,7470.0,,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,7470.0,,,,2.0,,,,,,,,,,,,,,,,,
+280,coursera-dl,coursera-dl/coursera-dl,third-party-apis,,https://github.com/coursera-dl/coursera-dl,https://github.com/coursera-dl/coursera-dl,LGPL-3.0,2012-03-21 21:07:15.000,2025-04-22 14:56:29.257000,2021-02-12 03:30:48,1131.0,2201,324.0,222.0,210.0,465.0,9536,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,,5458.0,,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018-06-03 08:31:25.000,4.0,1278.0,https://anaconda.org/conda-forge/coursera-dl,2025-04-22 14:56:29.257,33440.0,3.0,,,,,,,,,,,,,,,,,
+281,Pattern,clips/pattern,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01.000,2025-04-22 14:57:14.078000,2020-04-25 12:40:40,1434.0,1574,537.0,130.0,174.0,77.0,8832,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1949.0,1949.0,30.0,29,False,,,,,1.0,231.0,13178.0,,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2024-12-23 17:40:25.000,,12909.0,https://anaconda.org/conda-forge/pattern,2025-04-22 14:57:14.078,18685.0,2.0,,,,,,,,,,,,,,,,,
+282,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017-07-17 13:19:16.000,2025-09-04 15:32:59.000000,2025-08-29 08:36:14,1555.0,435,62.0,521.0,64.0,806.0,7648,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",222.0,222.0,66.0,29,False,['openapi'],49.0,2025-06-30 14:39:40.000,9.3.0,54.0,254212.0,2990.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,
+283,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2025-09-04 13:52:41.000000,2025-09-04 13:52:41,1083.0,1312,332.0,354.0,50.0,415.0,5916,web.py is a web framework for python that is as simple as it is powerful.,74.0,21.0,96.0,29,True,,3.0,2023-10-10 14:50:45.000,webpy-0.70,22.0,,68481.0,,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020-11-09 11:24:34.000,53.0,67253.0,https://anaconda.org/conda-forge/web.py,2025-04-22 14:56:39.114,76183.0,3.0,,,,,,,,,,,,,,,,,
+284,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2025-07-15 15:02:38.000000,2025-07-15 09:40:22,987.0,802,141.0,214.0,41.0,343.0,4202,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,65.0,43.0,104.0,29,True,,32.0,2025-05-26 14:40:12.000,0.13.0,13.0,,164887.0,,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2025-05-26 14:40:12.000,22.0,161416.0,https://anaconda.org/conda-forge/websockify,2025-04-22 14:57:32.799,215253.0,3.0,,,,,,,,,,,,,,,,,
+285,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,2025-08-03 20:40:00.000000,2025-08-03 20:33:47,1961.0,477,132.0,158.0,22.0,524.0,3664,Fast and powerful SSL/TLS scanning library.,14.0,,78.0,29,True,,18.0,2025-08-03 20:40:43.000,6.2.0,72.0,115806.0,70362.0,,,sslyze,https://pypi.org/project/sslyze,2025-08-03 20:39:49.000,14.0,69485.0,,,,3.0,,,,,,,,,,,,,,,,,
+286,python-twitter,bear/python-twitter,third-party-apis,,https://github.com/bear/python-twitter,https://github.com/bear/python-twitter,Apache-2.0,2012-09-12 06:51:02.000,2024-08-07 23:14:50.000000,2024-08-07 23:14:50,1106.0,955,168.0,307.0,102.0,315.0,3411,A Python wrapper around the Twitter API.,99.0,,171.0,29,False,,,2018-09-29 23:52:35.000,3.5,24.0,,159159.0,,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,99.0,159159.0,,,,3.0,,,,,,,,,,,,,,,,,
+287,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2025-08-18 13:50:17.000000,2025-03-25 22:57:18,563.0,156,35.0,58.0,40.0,86.0,2709,URL parsing and manipulation made easy.,504.0,,16.0,29,True,,,2025-03-09 05:50:44.000,2.1.4,52.0,,4706905.0,,conda-forge/furl,furl,https://pypi.org/project/furl,2025-03-09 05:36:19.000,504.0,4696010.0,https://anaconda.org/conda-forge/furl,2025-04-22 14:56:38.781,566541.0,3.0,,,,,,,,,,,,,,,,,
+288,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,52.0,46.0,105.0,131.0,2703,Send email in Python conveniently for gmail using yagmail.,5730.0,5590.0,34.0,29,False,,,2022-09-19 15:58:02.665,0.15.293,107.0,,333892.0,,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,140.0,333008.0,https://anaconda.org/conda-forge/yagmail,2025-04-22 14:57:15.568,53054.0,2.0,,,,,,,,,,,,,,,,,
+289,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,273,58.0,78.0,158.0,123.0,2544,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,17117.0,16902.0,29.0,29,False,,,,,48.0,,1054967.0,,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,215.0,1053335.0,https://anaconda.org/conda-forge/js2py,2025-04-22 14:57:26.868,104511.0,3.0,,,,,,,,,,,,,,,,,
+290,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,2025-09-01 19:02:20.000000,2025-09-01 19:00:28,232.0,159,24.0,76.0,12.0,103.0,2057,"Notion API client SDK, rewritten in Python! (sync + async).",176.0,,39.0,29,True,,5.0,2025-08-26 10:40:03.000,2.5.0,19.0,,3108004.0,,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2025-08-26 10:40:03.000,176.0,3107716.0,https://anaconda.org/conda-forge/notion-client,2025-04-22 14:58:05.769,13292.0,3.0,,,,,,,,,,,,,,,,,
+291,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,220,52.0,180.0,6.0,132.0,1992,"Reusable, generic mixins for Django.",16153.0,16080.0,83.0,29,True,['django'],,2025-03-18 02:04:22.000,1.17.0,33.0,,295003.0,,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2025-03-18 02:03:01.000,73.0,291890.0,https://anaconda.org/conda-forge/django-braces,2025-04-22 14:56:39.215,56050.0,3.0,,,,,,,,,,,,,,,,,
+292,mangum,jordaneremieff/mangum,servers,,https://github.com/Kludex/mangum,https://github.com/Kludex/mangum,MIT,2019-01-14 11:49:29.000,2025-06-02 11:08:00.000000,2025-06-02 11:07:59,465.0,131,17.0,134.0,28.0,149.0,1972,AWS Lambda support for ASGI applications.,8000.0,7949.0,33.0,29,True,['fastapi'],,2024-09-26 20:44:48.000,0.19.0,72.0,,2226057.0,Kludex/mangum,,mangum,https://pypi.org/project/mangum,2024-09-26 20:44:48.000,51.0,2226057.0,,,,3.0,,,,,,,,,,,,,,,,,
+293,django-q,Koed00/django-q,django-utils,,https://github.com/Koed00/django-q,https://github.com/Koed00/django-q,MIT,2015-06-14 12:37:08.000,2024-08-13 12:14:42.000000,2021-06-26 12:04:16,1246.0,280,51.0,313.0,332.0,154.0,1876,A multiprocessing distributed task queue for Django.,2022.0,1996.0,62.0,29,False,['django'],,2021-06-27 12:04:53.000,1.3.9,78.0,,58795.0,,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,26.0,58795.0,,,,3.0,,,,,,,,,,,,,,,,,
+294,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014-03-12 15:13:32.000,2025-04-22 14:56:24.345000,2020-07-03 04:29:16,356.0,246,55.0,94.0,30.0,61.0,1604,Full-featured Python interface for the Slack API.,3307.0,3190.0,45.0,29,False,,,2020-02-15 09:06:13.000,0.14.0,57.0,,655680.0,,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,117.0,589825.0,https://anaconda.org/conda-forge/slacker,2025-04-22 14:56:24.345,592697.0,3.0,,,,,,,,,,,,,,,,,
+295,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2025-08-10 12:25:45.000000,2025-08-08 15:15:46,261.0,97,14.0,122.0,80.0,64.0,1583,A rate limiter for Starlette and FastAPI.,7391.0,7341.0,26.0,29,True,['fastapi'],3.0,2024-02-05 12:11:50.000,0.1.9,10.0,,2364273.0,,,slowapi,https://pypi.org/project/slowapi,2024-02-05 12:11:50.000,50.0,2364273.0,,,,1.0,,,,,,,,,,,,,,,,,
+296,django-extra-views,AndrewIngram/django-extra-views,django-utils,,https://github.com/AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views,MIT,2011-05-16 21:47:47.000,2025-04-28 07:04:07.000000,2025-04-28 07:04:03,474.0,173,56.0,131.0,16.0,131.0,1421,"Djangos class-based generic views are awesome, lets have more of them.",2491.0,2451.0,63.0,29,True,['django'],,2025-04-22 15:10:56.000,0.16.0,28.0,,134813.0,,,django-extra-views,https://pypi.org/project/django-extra-views,2025-04-22 15:10:56.000,40.0,134813.0,,,,3.0,,,,,,,,,,,,,,,,,
+297,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,2025-04-22 14:56:41.166000,2025-04-17 00:04:01,651.0,154,24.0,100.0,33.0,143.0,1373,"No effort, no worry, maximum performance.",993.0,982.0,39.0,29,True,['django'],,2025-04-17 00:05:34.000,2.8.0,47.0,,161671.0,,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2025-04-17 00:05:34.000,11.0,161025.0,https://anaconda.org/conda-forge/django-cachalot,2025-04-22 14:56:41.166,62084.0,3.0,,,,,,,,,,,,,,,,,
+298,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-06-29 14:26:38.000000,2025-06-29 14:26:38,2087.0,352,52.0,154.0,85.0,266.0,1286,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,7770.0,7735.0,84.0,29,True,,6.0,2023-05-01 13:48:42.000,2023.05.01,45.0,545.0,294080.0,cinemagoer/cinemagoer,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,35.0,294070.0,,,,3.0,,,,,,,,,,,,,,,,,
+299,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2025-04-22 14:56:21.754000,2023-12-08 16:44:29,7057.0,277,40.0,335.0,73.0,295.0,1142,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,989.0,968.0,130.0,29,False,,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,606834.0,,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,21.0,605799.0,https://anaconda.org/conda-forge/spyne,2025-04-22 14:56:21.754,117026.0,3.0,,,,,,,,,,,,,,,,,
+300,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-08-12 04:19:42.000000,2024-11-18 23:53:09,512.0,146,21.0,196.0,64.0,156.0,1129,A helper for organizing Django project settings by relying on well established programming patterns.,3414.0,3345.0,74.0,29,True,['django'],,2024-03-27 11:40:53.000,2.5.1,25.0,,265607.0,,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2024-03-27 11:40:53.000,69.0,264765.0,https://anaconda.org/conda-forge/django-configurations,2025-04-22 14:56:40.604,49704.0,3.0,,,,,,,,,,,,,,,,,
+301,hyper,python-hyper/hyper,http-clients,,https://github.com/python-hyper/hyper,https://github.com/python-hyper/hyper,MIT,2014-01-23 07:53:47.000,2025-04-22 14:56:45.221000,2021-01-12 18:36:50,1415.0,190,42.0,195.0,101.0,167.0,1049,HTTP/2 for Python.,1457.0,1391.0,43.0,29,False,,,2020-08-02 14:24:39.000,0.5.0,18.0,244.0,163258.0,,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,66.0,162892.0,https://anaconda.org/conda-forge/hyper,2025-04-22 14:56:45.221,33669.0,3.0,,,,,,,,,,,,,,,,,
+302,flask-dance,singingwolfboy/flask-dance,auth,,https://github.com/singingwolfboy/flask-dance,https://github.com/singingwolfboy/flask-dance,MIT,2014-09-09 11:53:06.000,2025-04-22 14:57:04.024000,2024-06-07 07:10:17,637.0,158,18.0,224.0,47.0,169.0,1017,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",5999.0,5970.0,58.0,29,False,['flask'],,2024-03-05 12:43:19.000,7.1.0,52.0,,734543.0,,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2024-03-05 12:43:19.000,29.0,733947.0,https://anaconda.org/conda-forge/flask-dance,2025-04-22 14:57:04.024,14317.0,3.0,,,,,,,,,,,,,,,,,
+303,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,2025-09-01 19:21:17.000000,2025-09-01 19:21:15,467.0,59,15.0,240.0,26.0,94.0,888,Flask + marshmallow for beautiful APIs.,34166.0,33994.0,24.0,29,True,['flask'],6.0,2025-01-07 04:04:06.000,1.3.0,24.0,,1512880.0,,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2025-01-07 04:04:06.000,172.0,1510934.0,https://anaconda.org/conda-forge/flask-marshmallow,2025-04-22 14:56:29.158,122618.0,2.0,,,,,,,,,,,,,,,,,
+304,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,2025-09-01 17:26:29.000000,2025-06-06 06:12:34,366.0,145,22.0,142.0,88.0,80.0,860,A set of high-level abstractions for Django forms.,11705.0,11621.0,78.0,29,True,['django'],,2023-12-19 10:30:02.000,2.5.1,8.0,,1289201.0,,,django-formtools,https://pypi.org/project/django-formtools,2023-12-19 10:30:02.000,84.0,1289201.0,,,,3.0,,,,,,,,,,,,,,,,,
+305,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,255,29.0,271.0,43.0,236.0,840,MongoEngine flask extension with WTF model forms support.,10367.0,10313.0,90.0,29,False,['flask'],,2020-11-21 06:02:04.000,1.0.0,21.0,,137758.0,,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,54.0,137758.0,,,,2.0,,,,,,,,,,,,,,,,,
+306,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,2025-09-01 16:33:49.000000,2025-08-29 05:07:25,514.0,79,12.0,387.0,81.0,159.0,838,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",1085.0,1057.0,26.0,29,True,['fastapi'],10.0,2025-05-26 15:37:53.000,0.15.1,76.0,,67040.0,,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,2025-08-29 05:16:50.000,28.0,66586.0,https://anaconda.org/conda-forge/starlette-admin,2025-07-21 20:32:10.836,11829.0,2.0,,,,,,,,,,,,,,,,,
+307,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,2025-09-01 16:54:25.000000,2024-11-18 21:22:27,798.0,206,25.0,122.0,14.0,153.0,732,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,4240.0,4238.0,73.0,29,True,['django'],,2021-12-15 15:40:40.554,0.1.4,29.0,,22986.0,,,django-paypal,https://pypi.org/project/django-paypal,2024-04-30 19:52:35.000,2.0,22986.0,,,,3.0,,,,,,,,,,,,,,,,,
+308,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-09-04 15:40:07.000000,2025-05-07 14:58:20,322.0,107,28.0,161.0,12.0,113.0,616,Content Security Policy for Django.,4531.0,4477.0,65.0,29,True,['django'],,2025-04-02 16:36:36.000,4.0,23.0,,1754034.0,,,django-csp,https://pypi.org/project/django-csp,2025-04-02 16:41:45.000,54.0,1754034.0,,,,3.0,,,,,,,,,,,,,,,,,
+309,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2025-09-02 15:56:44.000000,2025-06-13 18:53:28,1214.0,142,26.0,232.0,57.0,117.0,593,Python requests like API built on top of Twisteds HTTP client.,1858.0,1736.0,57.0,29,True,,4.0,2025-06-03 03:42:30.000,25.5.0,24.0,379.0,435438.0,,conda-forge/treq,treq,https://pypi.org/project/treq,2025-06-03 03:42:30.000,122.0,433396.0,https://anaconda.org/conda-forge/treq,2025-06-03 14:18:11.182,122376.0,3.0,,,,,,,,,,,,,,,,,
+310,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,BSD-3-Clause,2011-06-12 21:20:23.000,2025-09-04 15:38:42.000000,2022-04-05 03:58:40,119.0,64,12.0,47.0,8.0,41.0,327,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,81381.0,81264.0,25.0,29,False,['flask'],,2022-04-05 03:59:51.000,1.0.1,16.0,,1510993.0,,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,117.0,1509704.0,https://anaconda.org/conda-forge/flask-bcrypt,2025-04-22 14:56:24.928,49004.0,2.0,,,,,,,,,,,,,,,,,
+311,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021-05-11 20:15:10.832,2025-09-02 16:03:10.400000,,,1053,,,,,13642,A high-level API to automate web browsers.,2667.0,,,28,True,,,2025-08-28 15:46:20.000,1.55.0,124.0,,20956553.0,,microsoft/playwright,playwright,https://pypi.org/project/playwright,2025-08-28 15:46:20.000,2667.0,20954561.0,https://anaconda.org/microsoft/playwright,2025-09-02 16:03:10.400,103607.0,2.0,,,,,,,,,,,,,,,,,
+312,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,2025-09-04 15:52:19.000000,2025-09-03 08:54:43,5076.0,1130,266.0,5323.0,335.0,1849.0,10356,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,126.0,28,True,,64.0,2025-08-07 14:37:50.000,5.9.0,100.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+313,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,430,72.0,109.0,113.0,189.0,6687,Preview GitHub README.md files locally before committing them.,2228.0,2194.0,40.0,28,False,,,2023-10-12 05:07:59.000,4.6.2,27.0,,33696.0,,,grip,https://pypi.org/project/grip,2023-10-12 05:07:59.000,34.0,33696.0,,,,3.0,,,,,,,,,,,,,,,,,
+314,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2025-08-31 20:59:33.000000,2025-08-31 20:59:33,659.0,383,107.0,278.0,44.0,147.0,4788,A Python library for automating interaction with websites.,116.0,,56.0,28,True,,7.0,2025-05-30 04:09:55.000,1.4.0,29.0,66.0,87634.0,,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2025-05-30 04:09:55.000,116.0,84402.0,https://anaconda.org/conda-forge/mechanicalsoup,2025-05-30 12:52:17.348,181007.0,2.0,,,,,,,,,,,,,,,,,
+315,grequests,spyoungtech/grequests,http-clients,,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012-05-10 21:50:15.000,2025-04-22 14:56:27.352000,2024-08-08 21:52:34,91.0,332,113.0,52.0,10.0,119.0,4573,Requests + Gevent = 3.,5152.0,4971.0,29.0,28,False,,,2023-06-08 00:06:01.754,0.7.0,7.0,34.0,440698.0,,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2023-06-08 00:06:01.754,181.0,423877.0,https://anaconda.org/conda-forge/grequests,2025-04-22 14:56:27.352,151389.0,3.0,,,,,,,,,,,,,,,,,
+316,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2024-05-11 13:19:25.000000,2023-07-19 20:05:32,3310.0,282,72.0,1510.0,260.0,575.0,4216,Language-agnostic HTTP API Testing Tool.,1214.0,1173.0,111.0,28,False,['openapi'],,2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,39519.0,,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,,5445.0,,,,2.0,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,41.0,34074.0,,,,,,,,,,,
+317,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,738,72.0,116.0,3.0,327.0,4153,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,405.0,,31.0,28,True,,,2025-01-01 14:12:00.000,4.0.2,15.0,,519936.0,,,googletrans,https://pypi.org/project/googletrans,2025-01-01 14:12:00.000,405.0,519936.0,,,,3.0,,,,,,,,,,,,,,,,,
+318,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2025-04-22 14:57:00.898000,2020-05-08 09:48:22,788.0,367,99.0,73.0,154.0,100.0,3879,Headless chrome/chromium automation library (unofficial port of puppeteer).,359.0,,24.0,28,False,,,2024-02-18 03:02:41.000,2.0.0,35.0,,1832350.0,,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2024-02-18 03:02:41.000,359.0,1825560.0,https://anaconda.org/conda-forge/pyppeteer,2025-04-22 14:57:00.898,407406.0,2.0,,,,,,,,,,,,,,,,,
+319,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2025-08-27 14:25:42.000000,2025-08-27 14:16:15,7951.0,735,124.0,1274.0,230.0,3060.0,3579,The free and open-source Download Manager written in pure Python.,3.0,,236.0,28,True,,46.0,2020-02-20 21:04:56.000,0.4.20,98.0,115729.0,5415.0,,,pyload-ng,https://pypi.org/project/pyload-ng,2025-08-27 14:25:42.000,3.0,4606.0,,,,3.0,,,,,,,,,,,,,,,,,
+320,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,2025-09-02 17:27:35.000000,2017-03-08 18:34:10,4395.0,354,180.0,142.0,69.0,263.0,3503,IMAP/SMTP sync system with modern APIs.,7.0,,79.0,28,False,,,2025-09-02 17:27:35.000,6.12.0,87.0,,221993.0,,,nylas,https://pypi.org/project/nylas,2025-09-02 17:27:35.000,7.0,221993.0,,,,2.0,,,,,,,,,,,,,,,,,
+321,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,170.0,501.0,104.0,292.0,3293,A Django based shop system.,239.0,230.0,96.0,28,False,['django'],,2021-02-02 21:13:24.000,1.2.4,47.0,,2636.0,,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,9.0,2636.0,,,,3.0,,,,,,,,,,,,,,,,,
+322,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2025-08-29 07:26:11.018000,2022-09-11 18:40:12,473.0,190,80.0,84.0,32.0,133.0,3025,A screamingly fast Python 2/3 WSGI server written in C.,883.0,816.0,44.0,28,False,,,2022-09-19 16:03:06.582,3.2.2,30.0,,48324.0,,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,67.0,44561.0,https://anaconda.org/conda-forge/bjoern,2025-08-29 07:26:11.018,222044.0,3.0,,,,,,,,,,,,,,,,,
+323,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/explorerhq/sql-explorer,https://github.com/explorerhq/sql-explorer,MIT,2013-12-22 20:58:37.000,2025-04-23 01:55:00.000000,2025-04-23 01:54:59,1016.0,371,62.0,378.0,36.0,292.0,2843,"SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor,..",525.0,517.0,107.0,28,True,['django'],,2024-09-24 20:46:34.000,5.3.0,68.0,,119374.0,explorerhq/sql-explorer,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2024-09-24 20:47:32.000,8.0,119374.0,,,,3.0,,,,,,,,,,,,,,,,,
+324,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,129.0,162.0,39.0,406.0,2130,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,870.0,869.0,71.0,28,False,['django'],,2016-09-27 13:25:46.000,0.18.1,29.0,,1636.0,,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,1.0,1636.0,,,,3.0,,,,,,,,,,,,,,,,,
+325,python-user-agents,selwin/python-user-agents,others,,https://github.com/selwin/python-user-agents,https://github.com/selwin/python-user-agents,MIT,2013-01-05 00:44:11.000,2025-04-22 14:56:26.410000,2023-02-16 01:51:50,146.0,197,40.0,54.0,44.0,34.0,1492,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",200.0,,32.0,28,False,,,2020-08-23 06:05:26.000,2.2.0,12.0,,7096847.0,,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,200.0,7095424.0,https://anaconda.org/conda-forge/user-agents,2025-04-22 14:56:26.410,86811.0,3.0,,,,,,,,,,,,,,,,,
+326,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014-02-15 12:27:34.000,2025-05-13 06:12:16.000000,2024-02-20 14:04:59,293.0,189,45.0,99.0,16.0,54.0,1458,Browsable web APIs for Flask.,6609.0,6552.0,35.0,28,False,['flask'],,2023-06-05 16:50:54.000,3.1,33.0,,165370.0,,,flask-api,https://pypi.org/project/flask-api,2023-06-05 16:50:38.084,57.0,165370.0,,,,2.0,,,,,,,,,,,,,,,,,
+327,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2025-04-27 14:54:32.000000,2025-04-27 14:54:24,729.0,123,13.0,79.0,103.0,136.0,1396,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,11803.0,11745.0,64.0,28,True,,,2024-05-28 20:55:48.000,0.17.3,56.0,,2856958.0,,,hypercorn,https://pypi.org/project/hypercorn,2024-05-28 20:55:48.000,58.0,2856958.0,,,,3.0,,,,,,,,,,,,,,,,,
+328,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,2025-09-01 17:26:31.000000,2025-07-26 11:51:44,490.0,218,20.0,218.0,23.0,141.0,1234,Authentication Module for django rest auth.,11748.0,11708.0,63.0,28,True,['django'],2.0,2024-09-30 21:24:17.000,5.0.2,28.0,,281350.0,jazzband/django-rest-knox,,django-rest-knox,https://pypi.org/project/django-rest-knox,2024-09-30 21:21:04.000,40.0,281350.0,,,,3.0,,,,,,,,,,,,,,,,,
+329,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,BSD-3-Clause,2009-07-03 17:51:56.000,2025-04-22 14:56:21.111000,2022-03-09 18:46:07,381.0,223,31.0,104.0,74.0,68.0,1039,A Redis cache backend for django.,4391.0,4355.0,46.0,28,False,['django'],,2022-03-09 18:49:10.000,3.0.1,53.0,,90356.0,,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022-03-09 18:49:10.000,36.0,88940.0,https://anaconda.org/conda-forge/django-redis-cache,2025-04-22 14:56:21.111,83601.0,3.0,,,,,,,,,,,,,,,,,
+330,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,2025-09-02 10:48:37.000000,2025-03-24 11:06:18,557.0,118,109.0,144.0,54.0,60.0,929,Extract embedded metadata from HTML markup.,1372.0,1334.0,40.0,28,True,,,2024-11-08 14:59:22.000,0.18.0,26.0,,547510.0,,,extruct,https://pypi.org/project/extruct,2024-11-08 14:59:22.000,38.0,547510.0,,,,2.0,,,,,,,,,,,,,,,,,
+331,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,BSD-3-Clause,2014-11-01 14:15:37.000,2025-09-04 13:02:14.000000,2025-07-27 11:08:17,511.0,157,22.0,119.0,47.0,131.0,920,Comprehensive Markdown plugin built for Django.,2896.0,2880.0,41.0,28,True,['django'],1.0,2025-04-23 12:13:31.000,4.0.9,63.0,,81411.0,,,django-markdownx,https://pypi.org/project/django-markdownx,2025-04-23 12:13:31.000,16.0,81411.0,,,,3.0,,,,,,,,,,,,,,,,,
+332,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,239,22.0,123.0,102.0,133.0,883,Django test runner using nose.,9971.0,9894.0,63.0,28,False,['django'],,2020-08-20 02:49:13.000,1.4.7,18.0,,210909.0,,,django-nose,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,77.0,210909.0,,,,2.0,,,,,,,,,,,,,,,,,
+333,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,2025-09-03 16:58:13.000000,2025-09-03 16:55:20,465.0,1314,10.0,111.0,37.0,129.0,868,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",1179.0,1163.0,44.0,28,True,['django'],30.0,2025-09-03 17:01:45.000,1.7.15,88.0,,19766.0,,,martor,https://pypi.org/project/martor,2025-09-03 16:58:13.000,16.0,19766.0,,,,3.0,,,,,,,,,,,,,,,,,
+334,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012-03-10 04:56:31.000,2025-04-22 14:56:44.336000,2023-03-27 01:44:02,219.0,106,17.0,79.0,44.0,75.0,852,Parameterized testing with any Python test framework.,24799.0,24056.0,30.0,28,False,,,2023-03-27 02:02:06.801,0.9.0,12.0,,12542334.0,,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,743.0,12513351.0,https://anaconda.org/conda-forge/parameterized,2025-04-22 14:56:44.336,1623050.0,2.0,,,,,,,,,,,,,,,,,
+335,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2025-09-02 16:08:01.000000,2025-08-12 08:41:55,3002.0,120,39.0,660.0,88.0,105.0,841,werkzeug + twisted.web.,1931.0,1877.0,56.0,28,True,,25.0,2024-08-12 01:50:16.000,24.8.0,27.0,,35318.0,,,klein,https://pypi.org/project/klein,2024-08-12 01:50:16.000,54.0,35318.0,,,,3.0,,,,,,,,,,,,,,,,,
+336,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,2025-05-21 07:41:58.000000,2025-05-21 07:41:36,291.0,90,13.0,101.0,11.0,109.0,823,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",5532.0,5507.0,46.0,28,True,['fastapi'],,2025-05-21 07:38:54.000,1.5.0,91.0,,678284.0,,,fastapi-mail,https://pypi.org/project/fastapi-mail,2025-05-21 07:38:54.000,25.0,678284.0,,,,2.0,,,,,,,,,,,,,,,,,
+337,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2025-02-16 18:49:28.000000,2025-02-15 19:31:33,1256.0,159,56.0,233.0,147.0,202.0,720,User-oriented Web UI browser tests in Python.,5959.0,5957.0,44.0,28,True,,,2024-03-06 19:05:45.000,2.0.0rc9,90.0,,20668.0,,,selene,https://pypi.org/project/selene,2024-03-06 19:05:27.000,2.0,20668.0,,,,2.0,,,,,,,,,,,,,,,,,
+338,flask-testing,jarus/flask-testing,testing,,https://github.com/jarus/flask-testing,https://github.com/jarus/flask-testing,BSD-3-Clause,2012-02-29 16:34:28.000,2025-04-22 14:56:27.629000,2020-12-24 16:50:31,190.0,110,9.0,73.0,56.0,45.0,502,Unittest extensions for Flask.,24658.0,24550.0,33.0,28,False,['flask'],,2020-12-24 16:51:48.000,0.8.1,18.0,,609106.0,,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,108.0,608117.0,https://anaconda.org/conda-forge/flask-testing,2025-04-22 14:56:27.629,106853.0,2.0,,,,,,,,,,,,,,,,,
+339,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,,2011-10-12 13:17:51.000,2025-08-18 06:47:49.000000,2025-03-24 09:40:05,1199.0,149,24.0,359.0,50.0,192.0,386,Build Web Services with Pyramid.,945.0,901.0,124.0,28,False,['pyramid'],,2024-02-08 11:28:46.000,6.1.0,59.0,,71330.0,,anaconda/cornice,cornice,https://pypi.org/project/cornice,2024-02-08 11:28:46.000,44.0,71240.0,https://anaconda.org/anaconda/cornice,2025-04-22 15:32:20.839,10543.0,3.0,,,,,,,,,,,,,,,,,
+340,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2025-06-14 09:39:36.493000,2025-06-04 19:59:09,1095.0,110,17.0,135.0,29.0,107.0,340,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",13017.0,12680.0,95.0,28,True,,,2025-06-04 19:58:59.000,3.0.6,61.0,,1291449.0,,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2025-06-04 19:58:59.000,337.0,1291041.0,https://anaconda.org/conda-forge/webtest,2025-06-14 09:39:36.493,20032.0,2.0,,,,,,,,,,,,,,,,,
+341,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-3-Clause,2013-05-14 16:52:08.000,2025-08-11 22:11:36.000000,2025-08-11 22:11:34,273.0,32,12.0,92.0,6.0,29.0,239,URI template parsing per RFC6570.,571.0,,19.0,28,True,,6.0,2025-06-02 15:12:03.000,4.2.0,13.0,2.0,90084866.0,,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2025-06-02 15:12:03.000,571.0,89968843.0,https://anaconda.org/conda-forge/uritemplate,2025-06-02 19:27:26.762,5453094.0,3.0,,,,,,,,,,,,,,,,,
+342,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2025-08-19 15:05:20.000000,2025-08-19 12:05:18,4357.0,1153,296.0,385.0,425.0,1970.0,19756,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,181.0,27,True,,17.0,,,,,,,,,,,,,,,,2.0,,,,,,,,,goaccess,,,,,,,goaccess,
+343,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,2096,198.0,106.0,140.0,173.0,8653,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,3.0,,38.0,27,False,,,2019-05-21 18:28:03.000,2.8.0,40.0,,8441.0,,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,3.0,8441.0,,,,3.0,,,,,,,,,,,,,,,,,
+344,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,2025-08-19 00:29:34.000000,2025-06-15 08:10:14,1391.0,324,57.0,575.0,61.0,323.0,8130,"Its React, but in Python.",273.0,263.0,24.0,27,True,,4.0,2025-01-11 01:58:31.000,@reactpy/client-v0.3.2,109.0,,355.0,reactive-python/reactpy,,idom,https://pypi.org/project/idom,2023-02-26 19:45:00.617,10.0,355.0,,,,3.0,,,,,,,,,,,,,,,,,
+345,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,2025-04-22 14:56:49.647000,2021-08-31 09:48:33,768.0,411,164.0,368.0,32.0,281.0,5571,The Web API toolkit.,835.0,780.0,90.0,27,False,['openapi'],,2023-11-30 00:45:19.885,0.1.0,95.0,,7466.0,,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2023-11-30 00:45:19.885,55.0,5648.0,https://anaconda.org/conda-forge/apistar,2025-04-22 14:56:49.647,161887.0,3.0,,,,,,,,,,,,,,,,,
+346,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-02-11 16:50:43.000000,2019-04-03 03:05:04,1296.0,1409,273.0,168.0,386.0,199.0,4772,"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,27,False,,,2022-09-24 08:54:19.425,2.0.4,4.0,,72.0,,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,72.0,,,,3.0,,,,,,,,,,,,,,,,,
+347,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,53.0,66.0,31.0,225.0,4744,Write interactive web app in script way.,1983.0,1936.0,19.0,27,True,,,2025-04-04 15:25:46.000,1.8.4,35.0,,6679.0,,,pywebio,https://pypi.org/project/pywebio,2025-04-04 15:25:46.000,47.0,6679.0,,,,3.0,,,,,,,,,,,,,,,,,
+348,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2025-05-08 08:19:53.000000,2025-05-08 08:19:53,1765.0,316,73.0,565.0,258.0,431.0,3898,The lektor static file content management system.,520.0,480.0,97.0,27,True,,,2024-08-18 23:46:36.000,3.3.12,50.0,7248.0,5574.0,,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2024-08-18 23:46:36.000,40.0,3636.0,https://anaconda.org/conda-forge/lektor,2025-04-22 14:56:29.125,114550.0,3.0,,,,,,,,,,,,,,,,,
+349,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,2025-09-01 06:22:37.000000,2025-02-02 23:43:10,1087.0,219,90.0,349.0,14.0,222.0,3610,A familiar HTTP Service Framework for Python.,599.0,584.0,87.0,27,True,,,2024-10-27 17:18:52.000,2.0.7,49.0,,4435.0,kennethreitz/responder,conda-forge/responder,responder,https://pypi.org/project/responder,2025-01-19 04:22:48.000,15.0,3036.0,https://anaconda.org/conda-forge/responder,2025-04-22 14:56:57.171,114769.0,3.0,,,,,,,,,,,,,,,,,
+350,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,Apache-2.0,2014-10-08 17:47:24.000,2025-04-22 14:57:40.707000,2023-04-22 10:13:29,635.0,846,122.0,161.0,145.0,340.0,3511,Pseudo API for Google Trends.,67.0,,86.0,27,False,,,2023-04-13 23:18:01.543,4.9.2,30.0,,339945.0,,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,67.0,339461.0,https://anaconda.org/conda-forge/pytrends,2025-04-22 14:57:40.707,28107.0,3.0,,,,,,,,,,,,,,,,,
+351,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,2025-08-11 21:19:53.000000,2025-03-23 11:24:43,946.0,602,54.0,1056.0,81.0,268.0,3411,Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse &..,37.0,,23.0,27,True,,,2025-02-18 16:37:01.000,2.4.10,45.0,1719.0,205058.0,,,proxy.py,https://pypi.org/project/proxy.py,2025-02-18 16:36:35.000,37.0,205021.0,,,,3.0,,,,,,,,,,,,,,,,,
+352,twitter,python-twitter-tools/twitter,third-party-apis,,https://github.com/python-twitter-tools/twitter,https://github.com/python-twitter-tools/twitter,MIT,2008-12-15 21:11:26.000,2025-02-10 18:45:41.000000,2025-02-10 18:45:40,753.0,710,158.0,175.0,51.0,296.0,3255,Python Twitter API.,50.0,,94.0,27,True,,,2022-09-19 22:45:26.007,1.19.6,60.0,,19779.0,,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,50.0,19779.0,,,,3.0,,,,,,,,,,,,,,,,,
+353,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,2025-07-25 06:00:02.000000,2025-07-25 05:55:03,213.0,412,104.0,106.0,24.0,343.0,2812,Reusable workflow library for Django.,364.0,362.0,27.0,27,True,['django'],1.0,2025-07-25 06:00:02.000,2.2.12,63.0,,46405.0,,,django-viewflow,https://pypi.org/project/django-viewflow,2025-07-25 06:00:02.000,2.0,46405.0,,,,3.0,,,,,,,,,,,,,,,,,
+354,telepot,nickoala/telepot,third-party-apis,,https://github.com/nickoala/telepot,https://github.com/nickoala/telepot,MIT,2015-07-09 03:06:53.000,2021-03-09 06:27:24.000000,2019-05-09 12:46:06,431.0,476,123.0,38.0,107.0,326.0,2426,Python framework for Telegram Bot API.,4271.0,4248.0,10.0,27,False,,,,,78.0,,20459.0,,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,23.0,20459.0,,,,3.0,,,,,,,,,,,,,,,,,
+355,django-suit,darklow/django-suit,admin-ui,,https://github.com/darklow/django-suit,https://github.com/darklow/django-suit,AFL-3.0,2013-02-17 11:59:33.000,2025-05-27 14:06:26.000000,2025-05-27 14:06:21,768.0,705,115.0,168.0,299.0,354.0,2386,Modern theme for Django admin interface.,3356.0,3345.0,60.0,27,False,['django'],,2019-10-02 08:36:30.000,0.2.28,47.0,,16930.0,,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,11.0,16930.0,,,,3.0,,,,,,,,,,,,,,,,,
+356,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,2025-09-04 16:14:54.000000,2025-08-29 20:20:22,478.0,630,62.0,349.0,128.0,323.0,2365,Send push notifications to mobile devices through GCM or APNS in Django.,10.0,,112.0,27,True,['django'],4.0,2025-03-07 23:13:34.000,3.2.1,21.0,160.0,205304.0,,,django-push-notifications,https://pypi.org/project/django-push-notifications,2025-03-07 23:13:34.000,10.0,205303.0,,,,3.0,,,,,,,,,,,,,,,,,
+357,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2025-03-25 15:52:44.000000,2025-03-20 20:11:49,4184.0,131,62.0,391.0,19.0,408.0,2306,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,598.0,547.0,88.0,27,True,,,2025-03-01 23:24:53.000,4.20.3,315.0,,24890.0,,,masonite,https://pypi.org/project/masonite,2024-10-25 15:42:01.000,51.0,24890.0,,,,3.0,,,,,,,,,,,,,,,,,
+358,fastapi-utils,dmontagu/fastapi-utils,fastapi-utils,,https://github.com/fastapiutils/fastapi-utils,https://github.com/fastapiutils/fastapi-utils,MIT,2020-01-19 22:34:25.000,2025-03-03 19:47:13.000000,2024-11-15 10:26:47,37.0,167,18.0,288.0,46.0,34.0,2156,Reusable utilities for FastAPI.,5142.0,5030.0,6.0,27,True,['fastapi'],,2024-11-11 08:30:01.000,0.8.0,7.0,,1056108.0,fastapiutils/fastapi-utils,,fastapi-utils,https://pypi.org/project/fastapi-utils,2024-11-11 08:30:01.000,112.0,1056108.0,,,,2.0,,,,,,,,,,,,,,,,,
+359,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-05-08 00:49:50.000000,2023-12-26 06:13:41,685.0,212,38.0,232.0,140.0,148.0,1625,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,863.0,858.0,42.0,27,False,"['openapi', 'graphql']",,2023-12-26 06:12:53.413,3.0.7,41.0,,15576.0,,,,,,,,,,,3.0,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023-12-26 06:12:53.413,5.0,15576.0,,,,,,,,,,,
+360,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2022-06-26 18:20:47.000000,2015-11-05 16:01:31,386.0,174,74.0,98.0,39.0,88.0,1601,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",61.0,,42.0,27,False,,,2017-01-22 16:51:43.000,0.7.3,36.0,,497960.0,,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,61.0,497960.0,,,,3.0,,,,,,,,,,,,,,,,,
+361,Django Facebook,tschellenbach/Django-facebook,third-party-apis,,https://github.com/tschellenbach/Django-facebook,https://github.com/tschellenbach/Django-facebook,BSD-3-Clause,2010-05-05 10:00:50.000,2021-11-28 03:00:31.000000,2018-04-16 21:33:15,1197.0,561,79.0,182.0,134.0,335.0,1429,Facebook open graph api implementation using the Django web framework in python.,408.0,408.0,89.0,27,False,,,2015-05-26 19:01:35.000,6.0.3,152.0,,1694.0,,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,,1694.0,,,,3.0,,,,,,,,,,,,,,,,,
+362,django-devserver,dcramer/django-devserver,servers,,https://github.com/dcramer/django-devserver,https://github.com/dcramer/django-devserver,BSD-3-Clause,2010-02-09 20:35:52.000,2020-02-26 17:37:11.000000,2016-03-05 15:18:30,218.0,158,30.0,72.0,59.0,28.0,1269,A drop-in replacement for Djangos runserver.,425.0,425.0,39.0,27,False,['django'],,2014-05-02 19:10:18.000,0.8.0,24.0,,126814.0,,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,,126814.0,,,,3.0,,,,,,,,,,,,,,,,,
+363,django-angular,jrief/django-angular,django-utils,,https://github.com/jrief/django-angular,https://github.com/jrief/django-angular,MIT,2013-03-11 09:12:53.000,2023-11-13 22:42:39.000000,2023-11-13 22:34:00,1536.0,294,75.0,173.0,22.0,184.0,1232,Let AngularJS play well with Django.,686.0,676.0,66.0,27,False,['django'],,2023-11-13 22:42:39.000,2.3.1,56.0,,4710.0,,,django-angular,https://pypi.org/project/django-angular,2023-11-13 22:42:39.000,10.0,4710.0,,,,3.0,,,,,,,,,,,,,,,,,
+364,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,2025-08-12 12:26:04.000000,2025-05-17 14:58:37,565.0,69,16.0,529.0,5.0,43.0,1172,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,3453.0,3441.0,27.0,27,True,['django'],,2024-07-05 14:30:34.000,1.3.2,18.0,,220330.0,wemake-services/django-split-settings,,django-split-settings,https://pypi.org/project/django-split-settings,2024-07-05 14:29:59.000,12.0,220330.0,,,,3.0,,,,,,,,,,,,,,,,,
+365,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,2025-04-22 14:56:22.067000,2025-02-28 13:38:21,401.0,151,30.0,122.0,57.0,107.0,1031,livereload server in python.,354.0,,60.0,27,True,,,2024-12-18 13:42:31.000,2.7.1,33.0,,614390.0,,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2024-12-18 13:41:56.000,354.0,603980.0,https://anaconda.org/conda-forge/livereload,2025-04-22 14:56:22.067,655892.0,3.0,,,,,,,,,,,,,,,,,
+366,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,BSD-3-Clause,2011-03-07 20:38:23.000,2024-10-14 12:11:01.000000,2024-10-14 12:11:00,924.0,382,46.0,143.0,17.0,271.0,992,Media-Management with Grappelli.,1018.0,1014.0,37.0,27,True,['django'],,2023-07-27 13:46:30.000,4.0.3,41.0,,13966.0,,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,4.0,13966.0,,,,3.0,,,,,,,,,,,,,,,,,
+367,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,2025-08-18 20:21:39.000000,2025-08-18 20:21:26,524.0,70,19.0,98.0,13.0,86.0,595,Trame lets you weave various components and technologies into a Web Application solely written in Python.,748.0,624.0,28.0,27,True,,10.0,2025-08-18 20:21:39.000,3.12.0,159.0,676.0,173845.0,,,trame,https://pypi.org/project/trame,2025-08-18 20:21:39.000,124.0,173830.0,,,,3.0,,,,,,,,,,,,,,,,,
+368,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2024-06-08 22:42:48.000000,2023-11-15 19:00:14,1643.0,160,31.0,351.0,47.0,135.0,419,A Python HTML form library.,866.0,838.0,101.0,27,False,,,2020-12-15 23:27:03.000,2.0.15,40.0,,13334.0,,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,28.0,13334.0,,,,3.0,,,,,,,,,,,,,,,,,
+369,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-09-01 02:21:29.000000,2025-09-01 02:19:19,209.0,61,12.0,57.0,20.0,32.0,402,flask extension for integration with the awesome pydantic package.,874.0,863.0,21.0,27,True,['flask'],6.0,2025-09-01 02:23:29.000,0.13.2,27.0,9.0,263413.0,pallets-eco/flask-pydantic,,flask_pydantic,https://pypi.org/project/flask_pydantic,2025-09-01 02:21:29.000,11.0,263412.0,,,,2.0,,,,,,,,2.0,,,,,,,,,
+370,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000,2025-08-27 15:32:44.000000,2025-08-27 15:32:44,3458.0,52,184.0,982.0,61.0,169.0,206,Python AsyncIO data API to manage billions of resources.,174.0,141.0,54.0,27,True,,4.0,2025-04-03 08:51:46.000,7.0.5,606.0,,3732.0,,,guillotina,https://pypi.org/project/guillotina,2025-04-03 08:51:46.000,33.0,3732.0,,,,3.0,,,,,,,,,,,,,,,,,
+371,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,2024-01-19 16:22:10.000000,2015-03-29 14:04:10,482.0,831,200.0,116.0,107.0,92.0,4046,"Html Content / Article Extractor, web scrapping lib in Python.",23.0,,35.0,26,False,,,2024-01-19 16:22:10.000,3.1.19,30.0,,63824.0,,,goose3,https://pypi.org/project/goose3,2024-01-19 16:22:10.000,23.0,63824.0,,,,3.0,,,,,,,,,,,,,,,,,
+372,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,2025-08-09 17:27:53.000000,2025-08-09 17:21:33,370.0,367,66.0,137.0,104.0,312.0,3766,Soundcloud Music Downloader.,431.0,426.0,53.0,26,True,,1.0,2025-08-09 17:27:53.000,3.0.0,82.0,,4000.0,scdl-org/scdl,,scdl,https://pypi.org/project/scdl,2025-08-09 17:27:53.000,5.0,4000.0,,,,3.0,,,,,,,,,,,,,,,,,
+373,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,122.0,116.0,100.0,86.0,3473,Static site generator for designers. Uses Python and Django templates.,1273.0,1273.0,52.0,26,False,['django'],,2021-12-15 15:49:39.278,3.0.0,20.0,,1352.0,,,cactus,https://pypi.org/project/cactus,2021-12-15 15:49:39.278,,1352.0,,,,3.0,,,,,,,,,,,,,,,,,
+374,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,262.0,160.0,118.0,,3043,Python Client for Instagram API.,828.0,823.0,52.0,26,False,,,2015-07-22 15:56:56.000,1.3.2,14.0,,2483.0,,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,5.0,2483.0,,,,3.0,,,,,,,,,,,,,,,,,
+375,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,2025-09-04 04:24:22.000000,2025-09-03 01:12:00,5489.0,536,81.0,560.0,158.0,1262.0,2669,"Misago is fully featured modern forum application that is fast, scalable and responsive.",53.0,53.0,46.0,26,True,,16.0,2025-08-09 13:25:50.000,0.39.4,73.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+376,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,133.0,164.0,61.0,450.0,2511,An unofficial client library for Google Music.,516.0,496.0,51.0,26,False,,,2020-03-27 18:06:36.000,13.0.0,29.0,,310.0,,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,20.0,310.0,,,,3.0,,,,,,,,,,,,,,,,,
+377,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,86.0,91.0,144.0,155.0,2452,Scrape Twitter for Tweets.,530.0,528.0,34.0,26,False,,,2020-07-28 11:38:17.000,1.6.1,47.0,,1340.0,,,twitterscraper,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,2.0,1340.0,,,,3.0,,,,,,,,,,,,,,,,,
+378,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2025-08-28 12:00:29.987000,2023-03-30 11:19:04,2415.0,362,49.0,208.0,100.0,432.0,1825,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,32.0,31.0,164.0,26,False,,,2021-12-15 14:07:20.549,6.5.4,42.0,,1356.0,,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-12-15 14:07:20.549,1.0,232.0,https://anaconda.org/conda-forge/offlineimap,2025-08-28 12:00:29.987,53953.0,3.0,,,,,,,,,,,,,,,,,
+379,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2024-05-03 19:55:11.000000,2023-03-03 17:53:06,380.0,206,85.0,173.0,75.0,37.0,1642,Python email address and Mime parsing library.,566.0,559.0,57.0,26,False,,,2023-03-03 17:53:47.000,0.9.15,62.0,,40992.0,,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,7.0,40992.0,,,,3.0,,,,,,,,,,,,,,,,,
+380,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,35.0,38.0,10.0,63.0,1633,Server-side rendering of React components.,1907.0,1907.0,23.0,26,False,,,2018-10-08 09:55:41.000,4.3.0,15.0,,9332.0,,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,,9332.0,,,,3.0,,,,,,,,,,,,,,,,,
+381,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,393,86.0,117.0,36.0,129.0,1580,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",1617.0,1613.0,65.0,26,False,['django'],,2015-12-15 08:53:11.000,2.5.7,45.0,,3505.0,,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,4.0,3505.0,,,,3.0,,,,,,,,,,,,,,,,,
+382,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,2025-06-10 13:12:18.000000,2025-06-10 12:56:06,755.0,213,36.0,117.0,15.0,139.0,1336,Multi-user accounts for Django projects.,322.0,316.0,49.0,26,True,['django'],1.0,2024-10-28 18:54:13.000,2.5.0,57.0,,124681.0,,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2024-10-28 18:54:13.000,6.0,124525.0,https://anaconda.org/conda-forge/django-organizations,2025-04-22 14:57:27.080,10047.0,3.0,,,,,,,,,,,,,,,,,
+383,frontera,scrapinghub/frontera,web-scraping,,https://github.com/scrapinghub/frontera,https://github.com/scrapinghub/frontera,BSD-3-Clause,2014-11-22 15:42:50.000,2025-06-06 14:41:24.000000,2025-06-06 14:40:42,925.0,218,156.0,262.0,95.0,78.0,1314,A scalable frontier for web crawlers.,46.0,40.0,42.0,26,True,,,2025-06-06 14:41:24.000,0.7.2,23.0,,2433.0,,,frontera,https://pypi.org/project/frontera,2025-06-06 14:41:24.000,6.0,2433.0,,,,3.0,,,,,,,,,,,,,,,,,
+384,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,2025-04-29 10:00:53.000000,2025-04-29 09:58:51,557.0,130,21.0,387.0,71.0,39.0,1243,This code generator creates FastAPI app from an openapi file.,251.0,244.0,30.0,26,True,"['fastapi', 'openapi']",,2025-04-29 10:00:53.000,0.5.4,47.0,,24210.0,,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2025-04-29 10:00:53.000,7.0,24210.0,,,,2.0,,,,,,,,,,,,,,,,,
+385,django-watson,etianen/django-watson,django-utils,,https://github.com/etianen/django-watson,https://github.com/etianen/django-watson,BSD-3-Clause,2011-08-20 17:50:53.000,2024-08-14 11:09:08.000000,2023-01-14 14:27:28,472.0,128,31.0,86.0,23.0,197.0,1233,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",823.0,813.0,42.0,26,False,['django'],,2023-01-14 14:30:02.448,1.6.3,35.0,,32541.0,,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,10.0,32541.0,,,,3.0,,,,,,,,,,,,,,,,,
+386,gevent-socketio,abourget/gevent-socketio,websocket,,https://github.com/abourget/gevent-socketio,https://github.com/abourget/gevent-socketio,BSD-3-Clause,2012-01-11 15:18:14.000,2022-09-17 20:57:58.000000,2016-09-03 23:19:38,565.0,331,73.0,112.0,108.0,68.0,1214,Official repository for gevent-socketio.,1401.0,1395.0,60.0,26,False,,,2014-02-03 05:14:23.000,0.3.6,9.0,,2226.0,,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,6.0,2226.0,,,,3.0,,,,,,,,,,,,,,,,,
+387,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,81,9.0,55.0,1.0,61.0,1179,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,17130.0,17093.0,18.0,26,True,['django'],,2024-09-18 21:58:04.000,9.0.0,40.0,,408861.0,,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2024-09-18 21:58:04.000,37.0,408511.0,https://anaconda.org/conda-forge/django-cleanup,2025-04-22 14:57:10.039,22066.0,3.0,,,,,,,,,,,,,,,,,
+388,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,2025-09-02 18:21:22.000000,2025-06-25 17:47:22,1685.0,70,29.0,90.0,37.0,322.0,1162,The web framework for inventors.,93.0,85.0,25.0,26,True,,3.0,2025-06-25 17:53:12.000,2.7.1,100.0,,484.0,,,emmett,https://pypi.org/project/emmett,2025-06-25 17:53:12.000,8.0,484.0,,,,3.0,,,,,,,,,,,,,,,,,
+389,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2025-07-13 14:30:05.000000,2025-07-13 14:30:02,845.0,119,19.0,99.0,26.0,124.0,967,"A fast, extensible and spec-compliant Markdown parser in pure Python.",1618.0,1500.0,39.0,26,True,,1.0,2024-07-14 10:23:27.000,1.4.0,30.0,1513.0,878075.0,,,mistletoe,https://pypi.org/project/mistletoe,2024-07-14 10:17:33.000,118.0,878060.0,,,,3.0,,,,,,,,,,,,,,,,,
+390,django-jenkins,kmmbvnr/django-jenkins,django-utils,,https://github.com/kmmbvnr/django-jenkins,https://github.com/kmmbvnr/django-jenkins,LGPL-3.0,2010-07-02 08:55:14.000,2022-03-29 15:06:39.000000,2017-02-16 12:03:00,544.0,279,24.0,153.0,19.0,219.0,946,Plug and play continuous integration with django and jenkins.,1442.0,1433.0,72.0,26,False,['django'],,2016-09-15 09:54:04.000,0.110.0,19.0,,25999.0,,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,9.0,25999.0,,,,3.0,,,,,,,,,,,,,,,,,
+391,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,Apache-2.0,2019-10-08 12:49:08.000,2025-08-12 11:51:37.000000,2025-08-12 11:51:35,425.0,96,11.0,370.0,29.0,126.0,931,Object factory for Django.,85.0,,63.0,26,True,['django'],4.0,2025-06-07 10:21:46.000,1.20.5,44.0,,951432.0,,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2025-06-07 10:21:46.000,85.0,950923.0,https://anaconda.org/conda-forge/model_bakery,2025-04-22 14:57:22.717,33634.0,3.0,,,,,,,,,,,,,,,,,
+392,sockjs-tornado,mrjoes/sockjs-tornado,websocket,,https://github.com/mrjoes/sockjs-tornado,https://github.com/mrjoes/sockjs-tornado,MIT,2011-12-06 20:41:39.000,2025-04-22 14:57:56.501000,2023-05-10 16:47:01,195.0,162,49.0,53.0,37.0,39.0,849,WebSocket emulation - Python server.,2302.0,2287.0,36.0,26,False,,,2020-04-24 15:02:06.000,1.0.7,11.0,,10604.0,,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,15.0,10548.0,https://anaconda.org/conda-forge/sockjs-tornado,2025-04-22 14:57:56.501,2808.0,3.0,,,,,,,,,,,,,,,,,
+393,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-04-22 14:56:42.322000,2021-04-13 17:30:55,220.0,161,33.0,105.0,28.0,33.0,755,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,167.0,,34.0,26,False,,,2020-11-19 17:10:42.000,2.4.0,27.0,,748946.0,,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,167.0,745605.0,https://anaconda.org/conda-forge/opentracing,2025-04-22 14:56:42.322,317396.0,3.0,,,,,,,,,,,,,,,,,
+394,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017-11-23 20:04:19.000,2025-04-22 14:57:19.448000,2025-03-25 22:15:44,254.0,164,8.0,38.0,42.0,109.0,674,Prometheus exporter for Flask applications.,81.0,,29.0,26,True,['flask'],,2025-03-11 23:05:29.000,0.23.2,73.0,,3542375.0,,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2025-03-11 23:05:29.000,81.0,3512503.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2025-04-22 14:57:19.448,1852091.0,3.0,,,,,,,,,,,,,,,,,
+395,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,155,20.0,96.0,116.0,71.0,657,Build and document REST APIs with Flask and apispec.,1869.0,1841.0,32.0,26,True,['flask'],,2022-08-11 23:33:04.168,0.11.4,30.0,,328492.0,,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,28.0,325523.0,https://anaconda.org/conda-forge/flask-apispec,2025-04-22 14:56:31.952,190043.0,2.0,,,,,,,,,,,,,,,,,
+396,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,MIT,2017-07-17 18:13:54.000,2025-09-01 00:12:07.000000,2025-08-04 04:03:25,932.0,30,10.0,652.0,4.0,30.0,593,"#1 quality TLS certs while you wait, for the discerning tester.",1250.0,1198.0,24.0,26,True,,6.0,2025-01-02 02:04:55.000,1.2.1,16.0,15.0,405649.0,,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2025-01-02 01:55:30.000,52.0,405210.0,https://anaconda.org/conda-forge/trustme,2025-04-22 14:57:39.232,25454.0,3.0,,,,,,,,,,,,,,,,,
+397,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2025-06-10 09:03:51.000000,2025-01-19 18:14:23,339.0,89,6.0,166.0,53.0,56.0,551,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,305.0,,54.0,26,True,,,2025-01-19 18:13:59.000,0.7.8,28.0,,8147224.0,,,aioresponses,https://pypi.org/project/aioresponses,2025-01-19 18:13:59.000,305.0,8147224.0,,,,3.0,,,,,,,,,,,,,,,,,
+398,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,2025-08-18 20:45:09.000000,2025-01-07 05:26:45,372.0,90,11.0,117.0,15.0,71.0,497,A set of pytest fixtures to test Flask applications.,201.0,,37.0,26,True,['flask'],,2023-10-23 14:53:24.000,1.3.0,30.0,17.0,793102.0,,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2023-10-23 14:53:18.000,201.0,791255.0,https://anaconda.org/conda-forge/pytest-flask,2025-04-22 14:56:38.362,107167.0,3.0,,,,,,,,,,,,,,,,,
+399,flask-assets,miracle2k/flask-assets,flask-utils,,https://github.com/miracle2k/flask-assets,https://github.com/miracle2k/flask-assets,BSD-2-Clause,2010-08-06 11:51:29.000,2025-04-22 14:56:29.104000,2023-12-15 13:55:26,284.0,100,10.0,66.0,22.0,81.0,456,Flask webassets integration.,8219.0,8144.0,43.0,26,False,['flask'],,2023-10-22 14:03:57.000,2.1.0,16.0,,159782.0,,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2023-10-22 14:01:03.000,75.0,156913.0,https://anaconda.org/conda-forge/flask-assets,2025-04-22 14:56:29.104,63118.0,2.0,,,,,,,,,,,,,,,,,
+400,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,2025-07-21 15:49:49.000000,2025-07-21 15:49:49,673.0,169,15.0,213.0,3.0,156.0,393,"Django CAS 1.0/2.0/3.0 client authentication library, supporting Django 4.2+ and Python 3.8+.",631.0,616.0,89.0,26,True,['django'],4.0,2023-10-17 22:51:49.000,5.0.1,28.0,719.0,33896.0,,,django-cas-ng,https://pypi.org/project/django-cas-ng,2023-10-17 22:37:39.000,15.0,33891.0,,,,3.0,,,,,,,,,,,,,,,,,
+401,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-04-22 14:56:27.804000,2025-01-06 17:54:26,104.0,49,14.0,46.0,1.0,50.0,381,Formatting of dates and times in Flask templates using moment.js.,25339.0,25309.0,22.0,26,True,['flask'],,2024-05-28 22:20:43.000,1.0.6,24.0,,206106.0,,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2024-05-28 22:20:40.000,30.0,204640.0,https://anaconda.org/conda-forge/flask-moment,2025-04-22 14:56:27.804,76247.0,2.0,,,,,,,,,,,,,,,,,
+402,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,2025-09-01 06:39:07.000000,2025-09-01 06:09:53,527.0,84,6.0,303.0,17.0,111.0,346,API spec validator and OpenAPI document generator for Python web frameworks.,136.0,128.0,48.0,26,True,['openapi'],17.0,2025-08-30 08:02:17.000,1.5.4,111.0,,185422.0,,,spectree,https://pypi.org/project/spectree,2025-08-30 08:02:17.000,8.0,185422.0,,,,3.0,,,,,,,,,,,,,,,,,
+403,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012-10-07 12:21:45.000,2025-04-22 14:57:10.373000,2024-12-23 11:10:06,161.0,79,6.0,35.0,10.0,69.0,285,Pagination support for flask.,3853.0,3838.0,28.0,26,True,['flask'],,2024-04-12 02:19:26.000,2024.4.12,38.0,80.0,332614.0,,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2024-04-12 02:17:43.000,15.0,332018.0,https://anaconda.org/conda-forge/flask-paginate,2025-04-22 14:57:10.373,35149.0,2.0,,,,,,,,,,,,,,,,,
+404,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2024-07-29 16:09:04.000000,2022-10-19 05:40:44,195.0,56,9.0,45.0,20.0,34.0,224,Python HTTP Agent Parser.,6286.0,6245.0,35.0,26,False,,,2022-10-19 05:57:00.902,1.9.5,58.0,,317643.0,,,httpagentparser,https://pypi.org/project/httpagentparser,2023-07-20 15:27:19.648,41.0,317643.0,,,,3.0,,,,,,,,,,,,,,,,,
+405,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,BSD-3-Clause,2011-12-06 18:51:00.000,2025-09-04 15:46:45.000000,2024-07-29 14:03:22,213.0,50,7.0,91.0,14.0,45.0,194,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2807.0,2786.0,34.0,26,False,['flask'],,2024-07-29 14:05:16.000,2.0.0,30.0,,60087.0,,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2024-07-29 14:05:16.000,21.0,58147.0,https://anaconda.org/conda-forge/flask-seasurf,2025-04-22 14:56:27.624,112539.0,2.0,,,,,,,,2.0,,,,,,,,,
+406,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2025-04-22 14:56:26.258000,2019-10-18 01:30:15,123.0,53,7.0,20.0,14.0,34.0,109,Python 3.3+s ipaddress for older Python versions.,40722.0,40062.0,7.0,26,False,,,2019-10-18 01:30:27.000,1.0.23,22.0,,5704565.0,,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,660.0,5695667.0,https://anaconda.org/conda-forge/ipaddress,2025-04-22 14:56:26.258,969905.0,3.0,,,,,,,,,,,,,,,,,
+407,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2025-09-02 08:36:57.000000,2025-09-02 08:36:02,3414.0,906,101.0,240.0,87.0,735.0,9384,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,101.0,25,True,,48.0,2025-09-02 08:36:57.000,3.11.2,69.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+408,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,329,166.0,107.0,54.0,54.0,9063,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",62.0,59.0,29.0,25,False,,,2021-03-05 14:17:53.000,2.1.0,24.0,,405.0,,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,3.0,405.0,,,,3.0,,,,,,,,,,,,,,,,,
+409,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,2025-04-28 04:40:17.000000,2025-04-28 04:40:13,187.0,490,83.0,35.0,52.0,47.0,7996,Lighter web automation with Python.,773.0,746.0,12.0,25,True,,,2025-02-20 16:06:27.000,5.1.1,46.0,,39947.0,mherrmann/helium,,helium,https://pypi.org/project/helium,2025-02-20 16:05:14.000,27.0,39947.0,,,,3.0,,,,,,,,,,,,,,,,,
+410,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,2025-06-17 22:15:18.000000,2025-06-17 22:15:09,250.0,441,70.0,115.0,154.0,112.0,4369,Unofficial Python API client for Notion.so.,38.0,,36.0,25,True,,1.0,2021-02-05 05:11:13.000,0.0.28,21.0,,547371.0,,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,38.0,547371.0,,,,3.0,,,,,,,,,,,,,,,,,
+411,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,107.0,31.0,59.0,30.0,3705,Your friendly neighborhood web scraper.,1029.0,980.0,10.0,25,False,,,2015-06-07 19:47:05.000,0.5.3,13.0,,37678.0,,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,49.0,37678.0,,,,3.0,,,,,,,,,,,,,,,,,
+412,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,2024-02-10 02:55:55.000000,2019-05-21 10:57:50,891.0,777,113.0,177.0,305.0,132.0,3623,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3398.0,3391.0,29.0,25,False,['django'],,2018-10-18 06:39:57.000,1.0.8,25.0,,6996.0,,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,7.0,6996.0,,,,3.0,,,,,,,,,,,,,,,,,
+413,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,426,41.0,51.0,72.0,72.0,3426,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",504.0,500.0,18.0,25,True,['fastapi'],,2022-06-08 00:52:23.000,1.0.4,27.0,,14820.0,,,fastapi-admin,https://pypi.org/project/fastapi-admin,2022-06-08 00:52:23.000,4.0,14820.0,,,,3.0,,,,,,,,,,,,,,,,,
+414,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,426,41.0,51.0,72.0,72.0,3426,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",504.0,500.0,18.0,25,True,['fastapi'],,2022-06-08 00:52:23.000,1.0.4,27.0,,14820.0,,,fastapi-admin,https://pypi.org/project/fastapi-admin,2022-06-08 00:52:23.000,4.0,14820.0,,,,2.0,,,,,,,,,,,,,,,,,
+415,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,185,1.0,1.0,1.0,,3415,Quart is a Python ASGI web microframework with the same API as Flask.,210.0,,68.0,25,False,,,2024-12-23 13:53:02.000,0.20.0,65.0,,1537893.0,,conda-forge/quart,quart,https://pypi.org/project/quart,2024-12-23 13:53:02.000,210.0,1535923.0,https://anaconda.org/conda-forge/quart,2025-04-22 14:56:59.887,126111.0,3.0,,,,,,,,,,,,,,,,,
+416,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,2024-09-02 16:01:44.000000,2024-09-02 15:58:32,214.0,147,38.0,83.0,40.0,86.0,1933,"Awesome Django authorization, without the database.",56.0,,32.0,25,True,['django'],,2024-09-02 16:01:04.000,3.5.0,22.0,,346070.0,,,rules,https://pypi.org/project/rules,2024-09-02 16:01:44.000,56.0,346070.0,,,,3.0,,,,,,,,,,,,,,,,,
+417,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2025-09-02 19:42:47.000000,2025-06-01 14:44:13,171.0,151,63.0,107.0,8.0,33.0,1840,Integration layer between Requests and Selenium for automation of web actions.,115.0,107.0,17.0,25,True,,,2024-02-04 04:47:33.000,0.4.0,22.0,,46591.0,,,requestium,https://pypi.org/project/requestium,2024-02-04 04:47:33.000,8.0,46591.0,,,,3.0,,,,,,,,,,,,,,,,,
+418,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,165,14.0,90.0,57.0,43.0,1534,A dynamic FastAPI router that automatically creates CRUD routes for your models.,269.0,263.0,21.0,25,False,['fastapi'],,2023-01-28 08:54:45.000,0.8.6,27.0,23.0,10681.0,,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,10681.0,,,,2.0,,,,,,,,,,,,,,,,,
+419,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,31.0,631.0,65.0,54.0,1511,A toolkit for developing and deploying serverless Python code in AWS Lambda.,230.0,230.0,48.0,25,False,,,2021-01-05 04:42:47.000,11.8.0,49.0,,7725.0,,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,,7725.0,,,,3.0,,,,,,,,,,,,,,,,,
+420,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000,2025-04-22 14:57:24.884000,2020-06-23 16:07:11,633.0,98,45.0,51.0,30.0,53.0,1458,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1211.0,1201.0,20.0,25,False,,,2020-05-17 13:09:14.000,1.0.2,40.0,,10467.0,,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,10.0,9975.0,https://anaconda.org/conda-forge/meinheld,2025-04-22 14:57:24.884,32018.0,3.0,,,,,,,,,,,,,,,,,
+421,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,2025-02-24 10:18:46.000000,2025-02-24 10:18:46,307.0,95,17.0,94.0,21.0,64.0,1388,"Declarative model lifecycle hooks, an alternative to Signals.",473.0,464.0,37.0,25,True,['django'],,2024-06-07 10:40:31.000,1.2.4,44.0,,117740.0,,,django-lifecycle,https://pypi.org/project/django-lifecycle,2024-06-07 10:40:31.000,9.0,117740.0,,,,3.0,,,,,,,,,,,,,,,,,
+422,flask-graphql,graphql-python/flask-graphql,graphql,,https://github.com/graphql-python/flask-graphql,https://github.com/graphql-python/flask-graphql,MIT,2016-01-23 09:20:02.000,2025-04-22 14:57:12.186000,2020-08-07 18:38:18,97.0,141,26.0,38.0,42.0,24.0,1331,Adds GraphQL support to your Flask application.,3736.0,3696.0,15.0,25,False,"['flask', 'graphql']",,2019-12-05 15:32:32.000,2.0.1,10.0,,351504.0,,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,40.0,351118.0,https://anaconda.org/conda-forge/flask-graphql,2025-04-22 14:57:12.186,27863.0,2.0,,,,,,,,,,,,,,,,,
+423,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,294,40.0,119.0,126.0,126.0,1074,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2889.0,2879.0,39.0,25,False,['flask'],,2018-04-16 17:42:06.000,0.6.21,54.0,,6567.0,,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,10.0,4706.0,https://anaconda.org/conda-forge/flask-user,2025-04-22 14:56:27.652,96802.0,3.0,,,,,,,,,,,,,,,,,
+424,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2025-09-01 19:15:50.000000,2025-08-14 09:46:44,4059.0,235,38.0,280.0,26.0,419.0,1020,A Django-based CMS with a focus on extensibility and concise code.,14.0,,138.0,25,True,['django'],1.0,2025-05-05 19:16:47.000,25.5.1,120.0,,5665.0,,,feincms,https://pypi.org/project/feincms,2025-05-05 19:16:47.000,14.0,5665.0,,,,3.0,,,,,,,,,,,,,,,,,
+425,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,160,25.0,73.0,23.0,56.0,880,Automatic caching and invalidation for Django models through the ORM.,318.0,317.0,29.0,25,False,['django'],,2022-07-06 18:41:15.000,1.2.0,10.0,,11413.0,,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,1.0,11413.0,,,,3.0,,,,,,,,,,,,,,,,,
+426,django-floppyforms,jazzband/django-floppyforms,django-utils,,https://github.com/jazzband/django-floppyforms,https://github.com/jazzband/django-floppyforms,MirOS,2010-11-24 23:21:33.000,2025-01-04 11:48:49.000000,2025-01-04 11:48:48,586.0,149,29.0,95.0,40.0,99.0,842,Full control of form rendering in the templates.,2175.0,2160.0,51.0,25,False,['django'],,2020-05-20 02:41:28.000,1.9.0,27.0,,52051.0,,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,15.0,52051.0,,,,3.0,,,,,,,,,,,,,,,,,
+427,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,2025-07-11 11:40:05.000000,2025-07-11 11:02:56,1664.0,168,17.0,336.0,60.0,139.0,808,Automatically monitor the evolving performance of Flask/Python web services.,11.0,,46.0,25,True,['flask'],5.0,2025-05-31 05:56:48.000,4.0.4,58.0,,19643.0,,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2025-05-31 05:56:48.000,11.0,19643.0,,,,3.0,,,,,,,,,,,,,,,,,
+428,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,2025-04-10 14:57:46.000000,2025-04-02 23:07:23,334.0,69,8.0,45.0,50.0,99.0,664,A delightful and complete interface to GitHubs amazing API.,3095.0,2983.0,18.0,25,True,,,2024-08-31 22:38:19.000,1.0.6,30.0,,2390522.0,AnswerDotAI/ghapi,,ghapi,https://pypi.org/project/ghapi,2024-08-31 22:38:19.000,112.0,2390522.0,,,,3.0,,,,,,,,,,,,,,,,,
+429,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2025-04-22 14:57:44.753000,2024-12-06 13:09:56,211.0,91,18.0,52.0,,59.0,656,a small library for extracting rich content from urls.,3018.0,2998.0,27.0,25,True,,,2024-12-06 13:10:19.000,0.5.6,26.0,,74520.0,,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2024-12-06 13:10:19.000,20.0,74113.0,https://anaconda.org/conda-forge/micawber,2025-04-22 14:57:44.753,22805.0,3.0,,,,,,,,,,,,,,,,,
+430,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,2025-09-01 08:16:45.000000,2025-07-11 19:54:41,185.0,28,7.0,168.0,21.0,34.0,503,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,1492.0,1422.0,9.0,25,True,['fastapi'],1.0,2025-03-04 06:36:23.000,0.4.0,19.0,,1624956.0,,,starlette-context,https://pypi.org/project/starlette-context,2025-03-04 06:36:23.000,70.0,1624956.0,,,,3.0,,,,,,,,,,,,,,,,,
+431,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,91,29.0,29.0,21.0,14.0,460,A swagger 2.0 spec extractor for flask.,14961.0,14912.0,24.0,25,False,['flask'],,2019-03-26 11:27:48.000,0.2.14,17.0,,187178.0,,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,49.0,177483.0,https://anaconda.org/conda-forge/flask-swagger,2025-04-22 14:56:35.632,77561.0,3.0,,,,,,,,,,,,,,,,,
+432,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,2024-11-17 08:26:20.000000,2014-07-30 05:44:44,181.0,187,34.0,51.0,108.0,35.0,409,A python module for retrieving and parsing WHOIS data.,675.0,568.0,7.0,25,False,,,2024-11-17 08:26:20.000,0.9.5,28.0,,787026.0,,,python-whois,https://pypi.org/project/python-whois,2024-11-17 08:26:20.000,107.0,787026.0,,,,3.0,,,,,,,,,,,,,,,,,
+433,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,15.0,90.0,,,397,Generating short urls with python has never been easier.,18289.0,18237.0,24.0,25,False,,,2020-03-19 17:55:20.000,1.0.1,27.0,,68513.0,,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,52.0,68513.0,,,,3.0,,,,,,,,,,,,,,,,,
+434,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,19.0,26.0,5.0,42.0,237,Flask-OpenID adds openid support to flask applications.,7609.0,7578.0,16.0,25,False,['flask'],,2024-05-26 15:49:11.000,1.3.1,14.0,29.0,2427556.0,,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2024-05-26 15:49:11.000,31.0,2425869.0,https://anaconda.org/conda-forge/flask-openid,2025-04-22 14:56:29.543,178852.0,3.0,,,,,,,,,,,,,,,,,
+435,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,2025-08-26 12:09:55.000000,2025-08-14 18:12:17,744.0,35,6.0,138.0,5.0,38.0,179,Streaming (and fast!) parser for multipart/form-data written in Cython.,205.0,194.0,20.0,25,True,,11.0,2025-01-10 18:32:20.000,1.19.1,46.0,,87530.0,,,streaming-form-data,https://pypi.org/project/streaming-form-data,2025-01-10 18:32:20.000,11.0,87530.0,,,,3.0,,,,,,,,,,,,,,,,,
+436,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,2025-07-16 01:06:22.749000,2025-03-28 13:11:18,171.0,25,4.0,46.0,7.0,31.0,133,WebSocket support for HTTPX.,950.0,899.0,14.0,25,True,,,2025-03-28 13:20:23.000,0.7.2,24.0,411.0,1261316.0,,conda-forge/httpx-ws,httpx-ws,https://pypi.org/project/httpx-ws,2025-03-28 13:20:04.000,51.0,1260283.0,https://anaconda.org/conda-forge/httpx-ws,2025-07-16 01:06:22.749,31673.0,3.0,,,,,,,,,,,,,,,,,
+437,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000,2025-08-12 02:23:15.000000,2024-02-05 03:35:38,1210.0,83,12.0,216.0,40.0,139.0,96,Pyramid debug toolbar.,46.0,,70.0,25,False,['pyramid'],,2024-02-05 03:40:27.000,4.12.1,66.0,,1872349.0,,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2024-02-05 03:40:27.000,46.0,1872212.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2025-04-22 14:57:47.760,7435.0,3.0,,,,,,,,,,,,,,,,,
+438,japronto,squeaky-pl/japronto,web-frameworks,,https://github.com/squeaky-pl/japronto,https://github.com/squeaky-pl/japronto,MIT,2016-10-26 19:51:32.000,2023-08-14 21:42:00.000000,2020-03-20 17:53:14,736.0,581,336.0,44.0,90.0,70.0,8612,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,132.0,125.0,23.0,24,False,,,2018-11-09 13:14:51.000,0.1.2,8.0,,81.0,,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,7.0,81.0,,,,3.0,,,,,,,,,,,,,,,,,
+439,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,959,73.0,99.0,135.0,120.0,3907,A tool for extracting plain text from Wikipedia dumps.,448.0,441.0,31.0,24,False,,,2023-01-24 18:46:33.000,3.0.7,4.0,,4298.0,,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,4298.0,,,,3.0,,,,,,,,,,,,,,,,,
+440,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,910,216.0,115.0,75.0,82.0,3003,"A fully tested, abstract interface to creating OAuth clients and servers.",5.0,,42.0,24,False,,,2019-06-28 17:57:45.000,1.1.1,13.0,,41322.0,,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,5.0,29728.0,https://anaconda.org/conda-forge/python-oauth2,2025-04-22 14:56:38.881,92755.0,3.0,,,,,,,,,,,,,,,,,
+441,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,2024-03-06 07:07:13.000000,2023-12-14 15:17:45,962.0,186,62.0,183.0,56.0,165.0,2187,A Django app that creates automatic web UIs for Python scripts.,52.0,52.0,24.0,24,False,,,2023-11-21 13:38:31.000,0.13.3,40.0,,220.0,,,wooey,https://pypi.org/project/wooey,2023-11-21 13:38:31.000,,220.0,,,,3.0,,,,,,,,,,,,,,,,,
+442,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,2025-09-01 17:32:42.000000,2025-09-01 17:32:29,8411.0,898,216.0,1458.0,370.0,709.0,2153,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,,,267.0,24,True,,13.0,2020-03-21 20:19:46.000,2.19.1,24.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+443,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,2023-12-17 20:05:38.000000,2023-12-17 20:05:28,761.0,93,28.0,46.0,,443.0,1266,An object oriented high-level Python Web Framework that requires no frontend programming.,546.0,539.0,19.0,24,False,,,2023-09-20 13:07:43.000,0.14.0,75.0,,1212.0,justpy-org/justpy,,justpy,https://pypi.org/project/justpy,2023-09-20 13:07:43.000,7.0,1212.0,,,,3.0,,,,,,,,,,,,,,,,,
+444,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2025-09-01 06:49:19.000000,2025-06-26 16:48:03,1236.0,388,33.0,118.0,46.0,93.0,1045,Simple yet powerful authorization / authentication client library for Python web applications.,10.0,,48.0,24,True,,8.0,2024-05-28 14:06:02.000,1.3.0,23.0,,4288.0,,,authomatic,https://pypi.org/project/authomatic,2024-05-28 14:06:02.000,10.0,4288.0,,,,3.0,,,,,,,,,,,,,,,,,
+445,django-vanilla-views,encode/django-vanilla-views,django-utils,,https://github.com/encode/django-vanilla-views,https://github.com/encode/django-vanilla-views,BSD-2-Clause,2013-09-02 13:41:57.000,2024-02-14 02:38:33.000000,2022-09-03 23:28:35,189.0,76,38.0,87.0,3.0,41.0,987,Beautifully simple class-based views.,739.0,736.0,31.0,24,False,['django'],,2021-05-09 09:56:51.000,3.0.0,15.0,,15855.0,,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,3.0,15855.0,,,,3.0,,,,,,,,,,,,,,,,,
+446,django-solo,lazybird/django-solo,django-utils,,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,CC-BY-3.0,2013-05-22 21:28:08.000,2025-04-14 15:53:22.000000,2025-04-14 15:53:22,175.0,85,17.0,81.0,10.0,56.0,938,Helps working with singletons - things like global settings that you want to edit from the admin site.,2727.0,2643.0,46.0,24,False,['django'],,2024-10-19 13:09:08.000,2.4.0,17.0,,286845.0,,,django-solo,https://pypi.org/project/django-solo,2024-10-19 13:09:08.000,84.0,286845.0,,,,3.0,,,,,,,,,,,,,,,,,
+447,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,2025-04-19 03:04:34.000000,2025-04-19 02:59:50,321.0,193,14.0,168.0,106.0,81.0,815,"Yet another Django audit log app, hopefully the simplest one.",369.0,365.0,51.0,24,True,['django'],,2024-10-09 11:35:31.000,1.3.7,65.0,,72906.0,,,django-easy-audit,https://pypi.org/project/django-easy-audit,2025-04-19 03:02:12.000,4.0,72906.0,,,,3.0,,,,,,,,,,,,,,,,,
+448,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,,2010-12-24 14:59:29.000,2025-04-22 14:56:27.699000,2024-11-12 22:19:49,297.0,76,18.0,69.0,13.0,58.0,796,Freezes a Flask application into a set of static files.,3842.0,3809.0,30.0,24,False,['flask'],,2024-02-09 14:33:23.000,1.0.2,21.0,108.0,76778.0,,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,2024-02-09 14:32:16.000,33.0,75631.0,https://anaconda.org/conda-forge/frozen-flask,2025-04-22 14:56:27.699,123954.0,3.0,,,,,,,,,,,,,,,,,
+449,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,22.0,63.0,44.0,35.0,755,a flask profiler which watches endpoint calls and tries to make some analysis.,399.0,395.0,29.0,24,False,['flask'],,2018-11-19 23:11:10.000,1.8.1,39.0,,21542.0,,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,4.0,21542.0,,,,3.0,,,,,,,,,,,,,,,,,
+450,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,2025-08-11 17:36:01.000000,2023-12-09 12:55:54,339.0,103,11.0,88.0,22.0,47.0,477,A Django app for managing robots.txt files following the robots exclusion protocol.,1592.0,1579.0,45.0,24,False,['django'],,2023-09-07 12:15:53.000,6.1,29.0,,51546.0,,,django-robots,https://pypi.org/project/django-robots,2023-12-09 13:03:38.000,13.0,51546.0,,,,3.0,,,,,,,,,,,,,,,,,
+451,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000,2023-09-29 20:58:48.000000,2020-10-28 12:00:08,102.0,57,12.0,41.0,17.0,16.0,466,A mocking library for requests.,3046.0,2989.0,29.0,24,False,,,2020-10-28 12:01:29.000,1.4.0,19.0,,1663703.0,,,httmock,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,57.0,1663703.0,,,,3.0,,,,,,,,,,,,,,,,,
+452,pysimplesoap,pysimplesoap/pysimplesoap,http-clients,,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013-06-02 11:09:05.000,2024-02-21 18:45:27.000000,2020-07-20 15:14:25,547.0,229,27.0,124.0,96.0,26.0,374,Python Simple SOAP Library.,1818.0,1803.0,51.0,24,False,,,2023-11-08 01:43:05.000,1.08.22,15.0,,12896.0,,,pysimplesoap,https://pypi.org/project/pysimplesoap,2023-10-24 01:20:23.000,15.0,12896.0,,,,3.0,,,,,,,,,,,,,,,,,
+453,flask-praetorian,dusktreader/flask-praetorian,auth,,https://github.com/dusktreader/flask-praetorian,https://github.com/dusktreader/flask-praetorian,MIT,2016-11-23 16:47:18.000,2025-08-19 01:56:49.000000,2025-08-19 01:55:25,402.0,47,14.0,155.0,4.0,144.0,351,"Strong, Simple, and Precise security for Flask APIs (using jwt).",452.0,450.0,27.0,24,True,['flask'],3.0,2025-08-19 01:56:49.000,1.6.2,51.0,,4259.0,,,flask-praetorian,https://pypi.org/project/flask-praetorian,2025-08-19 01:56:49.000,2.0,4259.0,,,,3.0,,,,,,,,,,,,,,,,,
+454,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,2025-08-30 08:23:23.000000,2025-08-28 15:59:39,652.0,46,13.0,214.0,3.0,86.0,298,"a socket mock framework - for all kinds of socket animals, web-clients included.",15.0,,31.0,24,True,,14.0,2025-08-24 08:53:32.000,3.13.11,111.0,,29087.0,,,mocket,https://pypi.org/project/mocket,2025-08-24 08:52:35.000,15.0,29087.0,,,,3.0,,,,,,,,,,,,,,,,,
+455,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2023-08-04 07:41:28.000000,2021-05-15 21:00:41,192.0,39,12.0,40.0,14.0,15.0,297,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4166.0,4131.0,18.0,24,False,,,2017-05-12 14:54:05.000,1.3.1,25.0,,74592.0,,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,35.0,74592.0,,,,3.0,,,,,,,,,,,,,,,,,
+456,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,2025-07-26 06:32:31.000000,2025-07-26 06:32:23,609.0,114,12.0,149.0,20.0,73.0,288,Graphene MongoEngine integration.,371.0,368.0,38.0,24,True,['graphql'],4.0,2024-06-17 18:45:34.000,0.4.4,38.0,,12132.0,,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2024-06-17 18:45:34.000,3.0,11980.0,https://anaconda.org/conda-forge/graphene-mongo,2025-04-22 14:57:22.848,10095.0,3.0,,,,,,,,,,,,,,,,,
+457,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,50,40.0,96.0,14.0,78.0,257,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,617.0,601.0,31.0,24,False,,,2022-09-09 19:48:12.442,3.3.2,74.0,,34088.0,,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,16.0,34088.0,,,,3.0,,,,,,,,,,,,,,,,,
+458,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,2025-04-22 14:57:49.740000,2023-06-06 19:50:56,90.0,13,4.0,48.0,3.0,17.0,240,Programmatic startup/shutdown of ASGI apps.,16735.0,16667.0,6.0,24,False,,,2023-03-28 17:37:00.954,2.1.0,15.0,,3479177.0,,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,68.0,3475816.0,https://anaconda.org/conda-forge/asgi-lifespan,2025-04-22 14:57:49.740,178150.0,3.0,,,,,,,,,,,,,,,,,
+459,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2024-08-02 09:30:47.000000,2022-05-05 14:10:10,2114.0,515,212.0,336.0,400.0,483.0,4172,"Lightweight, scriptable browser as a service with an HTTP API.",2.0,,62.0,23,False,,,2020-01-09 19:09:29.000,3.4.1,30.0,,605.0,,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,2.0,605.0,,,,3.0,,,,,,,,,,,,,,,,,
+460,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,95.0,101.0,51.0,64.0,3981,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,,1453.0,,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,1453.0,,,,3.0,,,,,,,,,,,,,,,,,
+461,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2024-10-29 22:08:29.000000,2024-09-07 00:49:42,631.0,647,125.0,100.0,73.0,150.0,3477,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",149.0,149.0,17.0,23,True,['django'],,2023-07-19 18:55:56.000,0.9.13,49.0,,865.0,,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,,865.0,,,,3.0,,,,,,,,,,,,,,,,,
+462,instagram_private_api,ping/instagram_private_api,third-party-apis,,https://github.com/ping/instagram_private_api,https://github.com/ping/instagram_private_api,MIT,2017-01-12 11:54:19.000,2024-05-06 07:28:46.000000,2019-11-14 10:11:13,444.0,618,112.0,57.0,149.0,221.0,3152,A Python library to access Instagrams private API.,9.0,,5.0,23,False,,,2019-02-22 08:05:21.000,1.6.0,39.0,,23873.0,,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,9.0,23873.0,,,,3.0,,,,,,,,,,,,,,,,,
+463,flaskbb,flaskbb/flaskbb,web-ui,,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,BSD-3-Clause,2013-09-11 08:39:17.000,2024-07-06 01:55:47.000000,2024-04-25 17:53:43,1973.0,654,113.0,333.0,54.0,304.0,2649,A classic Forum Software in Python using Flask.,10.0,,73.0,23,False,['flask'],,2021-09-09 20:26:21.000,2.1.0,4.0,,91.0,,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,10.0,91.0,,,,3.0,,,,,,,,,,,,,,,,,
+464,flask-ask,johnwheeler/flask-ask,flask-utils,,https://github.com/johnwheeler/flask-ask,https://github.com/johnwheeler/flask-ask,Apache-2.0,2016-05-12 00:54:46.000,2023-05-01 21:13:09.000000,2022-03-31 19:56:40,478.0,370,89.0,118.0,71.0,,1915,Alexa Skills Kit for Python.,805.0,803.0,40.0,23,False,['flask'],,2018-02-28 21:57:01.000,0.9.8,34.0,,347.0,,,flask-ask,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,2.0,347.0,,,,3.0,,,,,,,,,,,,,,,,,
+465,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011-04-18 22:38:56.000,2022-04-04 10:53:21.000000,2019-11-28 10:27:42,205.0,267,122.0,70.0,32.0,27.0,1883,A pure-python HTML screen-scraping library.,151.0,148.0,25.0,23,False,,,2019-11-28 11:03:32.000,0.14.1,13.0,,182.0,,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,3.0,182.0,,,,3.0,,,,,,,,,,,,,,,,,
+466,flask-sockets,heroku-python/flask-sockets,websocket,,https://github.com/heroku-python/flask-sockets,https://github.com/heroku-python/flask-sockets,MIT,2013-10-01 00:41:09.000,2021-05-14 12:12:05.000000,2017-05-30 17:23:01,57.0,164,42.0,25.0,32.0,33.0,1741,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,48.0,,13.0,23,False,['flask'],,2016-06-05 02:14:01.000,0.2.1,3.0,,30381.0,,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,48.0,30381.0,,,,3.0,,,,,,,,,,,,,,,,,
+467,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,68.0,52.0,40.0,79.0,1584,An improbable web debugger through WebSockets.,249.0,240.0,22.0,23,False,,,2019-09-16 09:25:54.000,3.3.0,53.0,,5908.0,,,wdb,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,9.0,5908.0,,,,3.0,,,,,,,,,,,,,,,,,
+468,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,2025-08-17 08:56:15.000000,2025-04-24 13:52:48,363.0,188,53.0,247.0,15.0,46.0,1575,A Modular Penetration Testing Framework.,17.0,17.0,12.0,23,True,,,2024-07-18 17:34:34.000,3.2.10,29.0,,1591.0,,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,1591.0,,,,3.0,,,,,,,,,,,,,,,,,
+469,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,151,61.0,243.0,44.0,194.0,1184,"Extendable, adaptable rewrite of django.contrib.admin.",30.0,30.0,50.0,23,False,['django'],,2018-10-22 22:22:05.390,0.7.1,7.0,,68.0,,,django-admin2,https://pypi.org/project/django-admin2,2018-10-22 22:22:05.390,,68.0,,,,3.0,,,,,,,,,,,,,,,,,
+470,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2025-04-22 14:56:50.530000,2018-02-03 22:03:13,531.0,326,85.0,94.0,132.0,116.0,1164,Python Rest Testing.,127.0,127.0,17.0,23,False,,,2016-03-15 03:16:18.000,1.7.1,14.0,,3090.0,,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,,2069.0,https://anaconda.org/conda-forge/pyresttest,2025-04-22 14:56:50.530,89848.0,3.0,,,,,,,,,,,,,,,,,
+471,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,228,36.0,155.0,71.0,288.0,1075,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,,71973.0,lqez/django-summernote,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,5.0,71973.0,,,,3.0,,,,,,,,,,,,,,,,,
+472,flask-talisman,GoogleCloudPlatform/flask-talisman,flask-utils,,https://github.com/GoogleCloudPlatform/flask-talisman,https://github.com/GoogleCloudPlatform/flask-talisman,Apache-2.0,2015-11-12 23:40:25.000,2024-05-01 11:53:42.000000,2020-07-13 17:40:33,60.0,86,37.0,44.0,24.0,22.0,940,HTTP security headers for Flask.,63.0,,19.0,23,False,['flask'],,2023-08-03 12:00:26.000,1.1.0,15.0,,1499958.0,,,flask-talisman,https://pypi.org/project/flask-talisman,2023-08-03 12:00:26.000,63.0,1499958.0,,,,3.0,,,,,,,,,,,,,,,,,
+473,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,65,10.0,94.0,1.0,58.0,704,FastAPI-Login tries to provide similar functionality as Flask-Login does.,1131.0,1124.0,15.0,23,True,['fastapi'],,2024-12-14 08:18:15.000,1.10.3,34.0,11.0,49367.0,maxrdu/fastapi_login,,fastapi_login,https://pypi.org/project/fastapi_login,2024-12-14 08:18:15.000,7.0,49367.0,,,,3.0,,,,,,,,,,,,,,,,,
+474,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,2024-09-10 09:40:10.000000,2024-09-10 09:39:59,357.0,38,17.0,8.0,1.0,24.0,694,Fast C based HTML 5 parsing for python.,898.0,887.0,7.0,23,True,,,2023-11-19 15:09:54.000,0.4.12,21.0,,13092.0,,,html5-parser,https://pypi.org/project/html5-parser,2023-11-19 15:09:54.000,11.0,13092.0,,,,3.0,,,,,,,,,,,,,,,,,
+475,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,2025-07-10 23:58:57.000000,2025-07-02 21:13:29,516.0,63,10.0,161.0,7.0,53.0,629,Useful additions to Djangos default TestCase.,4.0,,37.0,23,True,['django'],5.0,2025-07-02 21:16:57.000,2.3.0,39.0,,104655.0,,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2025-07-02 21:16:57.000,4.0,101862.0,https://anaconda.org/conda-forge/django-test-plus,2025-07-03 07:26:38.147,47493.0,3.0,,,,,,,,,,,,,,,,,
+476,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,19.0,57.0,15.0,27.0,399,Get inside your stronghold and make all your Django views default login_required.,490.0,482.0,23.0,23,True,['django'],,2020-01-17 16:34:53.000,0.4.0,23.0,,34503.0,,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,8.0,34503.0,,,,3.0,,,,,,,,,,,,,,,,,
+477,http-parser,benoitc/http-parser,http-clients,,https://github.com/benoitc/http-parser,https://github.com/benoitc/http-parser,MIT,2011-04-14 15:33:36.000,2024-05-21 14:05:11.000000,2020-04-06 23:28:44,224.0,96,15.0,46.0,21.0,41.0,344,HTTP request/response parser for python in C.,554.0,539.0,30.0,23,False,,,2020-04-06 23:00:26.000,0.9.0,36.0,,13078.0,,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,15.0,13078.0,,,,3.0,,,,,,,,,,,,,,,,,
+478,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/python-injector/flask_injector,https://github.com/python-injector/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000,2025-04-22 14:57:49.545000,2023-07-27 00:32:55,196.0,42,5.0,34.0,12.0,39.0,284,Adds Injector support to Flask.,1052.0,1031.0,13.0,23,False,['flask'],,2023-07-27 00:33:16.000,0.15.0,28.0,,58180.0,python-injector/flask_injector,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2023-07-27 00:33:16.000,21.0,57979.0,https://anaconda.org/conda-forge/flask-injector,2025-04-22 14:57:49.545,10676.0,3.0,,,,,,,,,,,,,,,,,
+479,Flask-Excel,pyexcel-webwares/Flask-Excel,flask-utils,,https://github.com/pyexcel-webwares/Flask-Excel,https://github.com/pyexcel-webwares/Flask-Excel,BSD-3-Clause,2015-01-21 19:55:07.000,2020-11-10 23:13:19.000000,2020-11-10 23:13:13,233.0,87,11.0,9.0,11.0,41.0,262,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1367.0,1362.0,8.0,23,False,,,2017-07-20 02:40:14.000,0.0.7,8.0,19.0,20569.0,,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,5.0,20569.0,,,,3.0,,,,,,,,,,,,,,,,,
+480,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2024-01-16 10:14:09.000000,2013-10-06 19:17:50,559.0,91,12.0,108.0,37.0,34.0,253,Simplifying third-party authentication for web applications.,810.0,808.0,43.0,23,False,,,2013-08-30 04:51:31.000,1.1.1,10.0,,13507.0,,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,2.0,13507.0,,,,3.0,,,,,,,,,,,,,,,,,
+481,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,2025-07-24 16:07:11.000000,2025-07-24 16:05:16,404.0,38,122.0,207.0,50.0,60.0,236,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",59.0,54.0,47.0,23,True,"['flask', 'openapi']",1.0,2024-10-10 17:59:55.000,3.3.2,54.0,,17996.0,,,flask-rebar,https://pypi.org/project/flask-rebar,2024-10-10 17:58:54.000,5.0,17996.0,,,,3.0,,,,,,,,,,,,,,,,,
+482,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2024-01-12 05:07:07.000000,2024-01-12 05:07:07,267.0,41,111.0,82.0,26.0,35.0,196,Modern robots.txt Parser for Python.,222.0,202.0,24.0,23,False,,,2019-09-16 19:32:19.000,0.4.14,24.0,,1688.0,,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,20.0,1688.0,,,,3.0,,,,,,,,,,,,,,,,,
+483,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,2025-09-04 16:24:14.000000,2025-09-04 16:22:00,2046.0,18,3.0,1377.0,10.0,32.0,183,A tool to automatically fix Django deprecations.,5.0,5.0,30.0,23,True,['django'],52.0,2025-08-25 14:36:33.000,2.3.6,109.0,1221.0,2265.0,,,django-codemod,https://pypi.org/project/django-codemod,2025-08-25 14:36:33.000,,2246.0,,,,3.0,,,,,,,,,,,,,,,,,
+484,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,41,17.0,20.0,11.0,23.0,145,A library to help construct a graphql-py server supporting react-relay.,53.0,,10.0,23,False,,,2022-04-16 11:03:43.000,3.2.0,27.0,,23051025.0,,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,53.0,23039335.0,https://anaconda.org/conda-forge/graphql-relay,2025-04-22 14:56:40.651,643002.0,3.0,,,,,,,,,,,,,,,,,
+485,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,2025-07-29 09:32:02.000000,2025-07-29 09:25:25,282.0,48,13.0,189.0,26.0,61.0,83,Pyramid addon for OpenAPI3 validation of requests and responses.,72.0,72.0,28.0,23,True,"['pyramid', 'openapi']",8.0,2025-07-29 09:32:05.000,0.21.0,8.0,,18431.0,,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2025-07-29 09:32:02.000,,18431.0,,,,3.0,,,,,,,,,,,,,,,,,
+486,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,2025-03-31 10:11:03.000000,2025-03-31 10:11:03,329.0,1569,322.0,88.0,53.0,68.0,11890,Incredibly fast crawler designed for OSINT.,,,21.0,22,True,,,2019-04-05 15:15:47.000,1.3.0,18.0,,757.0,,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,,757.0,,,,3.0,,,,,,,,,,,,,,,,,
+487,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-10-06 19:58:56.000000,2020-12-21 00:59:19,40.0,464,210.0,35.0,62.0,28.0,6519,Real-time metrics for nginx server.,40.0,40.0,9.0,22,False,,,2020-12-21 00:51:09.000,0.0.3,3.0,,2910.0,,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,,2910.0,,,,3.0,,,,,,,,,,,,,,,,,
+488,vibora,vibora-io/vibora,web-frameworks,,https://github.com/vibora-io/vibora,https://github.com/vibora-io/vibora,MIT,2018-06-13 15:58:58.000,2020-12-23 01:00:55.000000,2019-02-11 10:54:12,141.0,303,248.0,103.0,140.0,,5648,"Fast, asynchronous and elegant Python web framework.",117.0,115.0,28.0,22,False,,,2018-06-16 04:25:57.000,0.0.6,8.0,,194.0,,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,2.0,194.0,,,,3.0,,,,,,,,,,,,,,,,,
+489,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2025-07-28 17:00:15.000000,2020-12-21 15:15:51,250.0,211,61.0,341.0,39.0,53.0,2033,Automatically generate a RESTful API service for your legacy database. No code required!.,30.0,30.0,23.0,22,False,,,2021-12-15 15:31:18.692,0.0.2,29.0,,58.0,,,sandman2,https://pypi.org/project/sandman2,2021-12-15 15:31:18.692,,58.0,,,,3.0,,,,,,,,,,,,,,,,,
+490,ruia,howie6879/ruia,web-scraping,,https://github.com/howie6879/ruia,https://github.com/howie6879/ruia,Apache-2.0,2018-07-10 01:12:54.000,2023-07-01 08:23:28.000000,2022-08-21 07:26:04,440.0,183,41.0,59.0,8.0,93.0,1751,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,21.0,305.0,,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,305.0,,,,3.0,,,,,,,,,,,,,,,,,
+491,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,247,42.0,154.0,64.0,140.0,1633,A Python Static Website Generator (See https://duct-ui.org from the author).,98.0,96.0,43.0,22,True,,,2015-11-09 13:50:15.000,0.8.9,16.0,,87.0,,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,2.0,87.0,,,,3.0,,,,,,,,,,,,,,,,,
+492,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,544,165.0,3.0,14.0,52.0,1506,A high-level distributed crawling framework.,53.0,53.0,4.0,22,False,,,2016-03-31 04:19:26.000,0.1.0,3.0,,91.0,,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,,91.0,,,,3.0,,,,,,,,,,,,,,,,,
+493,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/flask-debugtoolbar/flask-debugtoolbar,https://github.com/flask-debugtoolbar/flask-debugtoolbar,BSD-3-Clause,2020-10-13 10:48:17.869,2025-08-11 23:21:02.000000,2025-08-11 23:21:02,13.0,146,,,,,952,MongoDB Bugbounty POC by @nvk0x.,78.0,,,22,True,['flask'],13.0,2024-09-28 14:55:33.000,0.16.0,31.0,,736204.0,,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2024-09-28 14:55:33.000,78.0,734339.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2025-04-22 14:56:27.983,110053.0,3.0,,,,,,,,,,,,,,,,,
+494,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2024-03-08 09:29:07.000000,2022-03-23 14:37:36,860.0,96,10.0,110.0,49.0,49.0,949,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",18.0,,43.0,22,False,"['flask', 'django']",,2022-03-23 14:39:31.000,7.2.2,157.0,,214257.0,,,mixer,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,18.0,214257.0,,,,3.0,,,,,,,,,,,,,,,,,
+495,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,37,21.0,491.0,12.0,131.0,858,GraphQL Engine built with Python 3.6+ / asyncio.,19.0,,27.0,22,False,,,2021-11-15 11:05:03.000,1.4.1,80.0,,4261.0,,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,19.0,4261.0,,,,3.0,,,,,,,,,,,,,,,,,
+496,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2024-03-18 18:17:01.000000,2023-11-23 07:01:25,503.0,33,13.0,50.0,16.0,100.0,466,Load Testing Tool.,155.0,149.0,16.0,22,False,,,2017-03-22 08:05:08.000,0.6.2,21.0,,192705.0,tarekziade/molotov,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,6.0,192705.0,,,,3.0,,,,,,,,,,,,,,,,,
+497,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009-12-11 20:59:14.000,2022-09-03 21:45:56.000000,2022-02-03 13:31:17,289.0,34,6.0,30.0,8.0,41.0,374,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,193.0,193.0,22.0,22,False,['django'],,2022-02-03 13:30:53.000,1.0.4,16.0,,9952.0,,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,,9952.0,,,,3.0,,,,,,,,,,,,,,,,,
+498,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,2025-08-27 18:18:41.000000,2025-08-27 18:18:41,238.0,34,15.0,41.0,10.0,34.0,323,JSON-RPC server based on fastapi.,83.0,75.0,15.0,22,True,['fastapi'],2.0,2025-04-24 14:54:19.000,3.4.1,82.0,,28214.0,,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2025-04-24 14:51:22.000,8.0,28214.0,,,,3.0,,,,,,,,,,,,,,,,,
+499,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,36,1.0,53.0,11.0,44.0,321,Prometheus exporter for Starlette and FastAPI.,26.0,,26.0,22,False,['fastapi'],,2024-06-26 04:06:52.000,0.23.0,28.0,,839900.0,,,starlette_exporter,https://pypi.org/project/starlette_exporter,2024-06-26 04:05:26.000,26.0,839900.0,,,,2.0,,,,,,,,,,,,,,,,,
+500,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,62,9.0,32.0,21.0,55.0,283,"A light-weight, modular, message representation and mail delivery framework for Python.",7.0,,22.0,22,True,,,2019-09-16 00:20:27.000,4.0.3,8.0,246.0,89676.0,,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,7.0,88030.0,https://anaconda.org/conda-forge/mailer,2025-08-28 14:55:58.010,97048.0,3.0,,,,,,,,,,,,,,,,,
+501,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,90,12.0,53.0,19.0,34.0,200,Seamlessly serve your static assets of your Flask app from Amazon S3.,537.0,530.0,26.0,22,False,,,2017-02-23 20:44:59.000,0.3.3,30.0,49.0,14938.0,,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,7.0,14938.0,,,,3.0,,,,,,,,,,,,,,,,,
+502,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,21,5.0,39.0,15.0,14.0,161,A framework-agnostic library for testing ASGI web applications.,931.0,880.0,14.0,22,False,,,2022-06-13 09:30:07.000,1.4.11,32.0,,149396.0,,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,51.0,149396.0,,,,3.0,,,,,,,,,,,,,,,,,
+503,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000,2025-06-29 14:42:43.000000,2025-05-26 09:57:07,815.0,36,6.0,188.0,24.0,132.0,155,Declarative HTTP Testing for Python and anything else.,10.0,,30.0,22,True,,,2025-05-26 10:07:26.000,4.1.1,132.0,33.0,27638.0,,,gabbi,https://pypi.org/project/gabbi,2025-05-26 10:07:20.000,10.0,27638.0,,,,3.0,,,,,,,,,,,,,,,,,
+504,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2023-10-03 17:31:57.000000,2023-06-12 12:26:15,95.0,385,131.0,23.0,7.0,22.0,6122,curl statistics made simple.,20.0,20.0,6.0,21,False,,,2022-10-11 14:44:08.598,1.3.2,9.0,337.0,3589.0,,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,3586.0,,,,3.0,,,,,,,,,,,,,,,,,
+505,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,140.0,32.0,102.0,80.0,4043,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,,5049.0,,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,6.0,5049.0,,,,3.0,,,,,,,,,,,,,,,,,
+506,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2025-08-25 13:12:25.000000,2025-08-25 13:12:25,960.0,351,71.0,335.0,81.0,432.0,2935,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",,,95.0,21,True,,2.0,,,38.0,,3334.0,,,urlwatch,https://pypi.org/project/urlwatch,2024-12-10 11:58:32.000,,3334.0,,,,3.0,,,,,,,,,,,,,,,,,
+507,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.0,2012-07-23 11:05:58.000,2025-08-19 11:08:45.000000,2025-03-12 14:32:59,3800.0,284,90.0,733.0,83.0,109.0,2531,Load and performance benchmark tool.,,,119.0,21,False,,,2024-12-19 07:38:35.000,2.0.12,51.0,,240.0,,,yandextank,https://pypi.org/project/yandextank,2024-12-19 07:38:35.000,,240.0,,,,3.0,,,,,,,,,,,,,,,,,
+508,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,BSD-3-Clause,2012-03-06 17:53:29.000,2025-04-22 14:56:52.700000,2019-08-14 04:58:34,139.0,724,9.0,5.0,1.0,4.0,1577,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",150.0,,6.0,21,False,['flask'],,,,36.0,,190939.0,,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,150.0,190709.0,https://anaconda.org/conda-forge/flask-bootstrap,2025-04-22 14:56:52.700,19863.0,3.0,,,,,,,,,,,,,,,,,
+509,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2024-04-30 08:21:11.000000,2021-08-09 23:54:18,298.0,335,17.0,108.0,41.0,97.0,1277,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,11.0,3.0,41.0,21,False,['openapi'],,2020-03-10 02:57:20.472,1.1.0,61.0,,865.0,,,,,,,,,,,3.0,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,8.0,865.0,,,,,,,,,,,
+510,fastapi-jwt-auth,IndominusByte/fastapi-jwt-auth,auth,,https://github.com/IndominusByte/fastapi-jwt-auth,https://github.com/IndominusByte/fastapi-jwt-auth,MIT,2020-07-23 09:40:19.000,2024-04-12 06:58:02.000000,2020-11-11 05:05:27,123.0,158,8.0,26.0,62.0,36.0,724,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",14.0,,4.0,21,False,['fastapi'],,2020-11-06 11:15:11.000,0.5.0,7.0,,100796.0,,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,14.0,100796.0,,,,3.0,,,,,,,,,,,,,,,,,
+511,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,2025-06-05 12:51:01.000000,2025-06-05 12:50:51,1370.0,73,13.0,73.0,5.0,77.0,411,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,608.0,606.0,17.0,21,True,"['flask', 'openapi']",,2025-05-07 14:09:02.000,3.1.7,84.0,,404.0,,,safrs,https://pypi.org/project/safrs,2025-05-07 14:07:22.000,2.0,404.0,,,,3.0,,,,,,,,,,,,,,,,,
+512,django-graphql-auth,PedroBern/django-graphql-auth,graphql,,https://github.com/PedroBern/django-graphql-auth,https://github.com/PedroBern/django-graphql-auth,MIT,2020-01-15 16:36:01.000,2024-08-06 13:07:28.000000,2022-06-17 09:46:13,276.0,104,20.0,62.0,75.0,44.0,333,Django registration and authentication with GraphQL.,745.0,745.0,16.0,21,False,['django'],,2020-11-16 13:18:58.000,0.3.15,37.0,,5703.0,,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,5703.0,,,,3.0,,,,,,,,,,,,,,,,,
+513,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,2025-08-07 16:33:33.000000,2024-11-02 16:06:46,685.0,62,14.0,552.0,16.0,79.0,295,Basic JSON-RPC implementation for your Flask-powered sites.,281.0,281.0,18.0,21,True,['flask'],,2024-02-11 21:36:57.000,3.0.1,15.0,207.0,243.0,,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,,239.0,,,,3.0,,,,,,,,,,,,,,,,,
+514,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,Apache-2.0,2019-06-20 00:49:40.000,2025-01-14 01:38:27.000000,2025-01-14 01:38:22,276.0,44,7.0,66.0,14.0,33.0,243,Integrate GraphQL with your Pydantic models.,3.0,,24.0,21,True,['graphql'],,2024-02-01 18:37:26.000,0.6.1,13.0,,92084.0,,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2024-02-01 18:37:26.000,3.0,92084.0,,,,3.0,,,,,,,,,,,,,,,,,
+515,python-jwt,davedoesdev/python-jwt,auth,,https://github.com/davedoesdev/python-jwt,https://github.com/davedoesdev/python-jwt,MIT,2013-09-30 08:03:49.000,2023-11-13 07:57:01.000000,2023-11-13 07:55:27,169.0,29,10.0,8.0,,17.0,222,Python module for generating and verifying JSON Web Tokens.,82.0,,5.0,21,False,,,2023-11-13 07:57:01.000,4.1.0,45.0,,343546.0,,,python-jwt,https://pypi.org/project/python-jwt,2023-11-13 07:57:01.000,82.0,343546.0,,,,3.0,,,,,,,,,,,,,,,,,
+516,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,46,13.0,14.0,10.0,6.0,156,Simple GraphQL client for Python 2.7+.,101.0,,6.0,21,False,,,2021-03-04 21:32:03.000,0.4.3,9.0,,550555.0,,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,101.0,550555.0,,,,3.0,,,,,,,,,,,,,,,,,
+517,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:31:57.000000,2024-02-29 21:10:38,72.0,47,10.0,31.0,9.0,22.0,138,OpenTracing instrumentation for the Flask microframework.,570.0,547.0,16.0,21,False,['flask'],,2024-02-29 21:31:57.000,2.0.0,13.0,,68093.0,,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2024-02-29 21:31:57.000,23.0,68093.0,,,,3.0,,,,,,,,,,,,,,,,,
+518,markdown-include,cmacmackin/markdown-include,markdown,,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35.000,2025-04-22 14:57:38.757000,2023-02-07 09:45:37,75.0,40,8.0,24.0,12.0,19.0,114,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,7719.0,7447.0,12.0,21,False,,,2023-02-07 09:49:00.957,0.8.1,14.0,,220801.0,,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,272.0,220282.0,https://anaconda.org/conda-forge/markdown-include,2025-04-22 14:57:38.757,30106.0,3.0,,,,,,,,,,,,,,,,,
+519,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-09-04 12:36:02.000000,2024-02-08 06:04:14,595.0,58,16.0,112.0,5.0,56.0,71,Jinja2 templating system bindings for the Pyramid web framework.,37.0,,51.0,21,False,['pyramid'],,2024-02-08 06:08:17.000,2.10.1,41.0,,1856007.0,,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2024-02-08 06:08:17.000,37.0,1855994.0,https://anaconda.org/anaconda/pyramid_jinja2,2025-04-22 15:32:19.383,1608.0,1.0,,,,,,,,,,,,,,,,,BSD-based
+520,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2025-09-03 15:34:12.000000,2025-09-03 15:34:11,354.0,1407,532.0,98.0,59.0,363.0,16875,Offensive Google framework.,,,35.0,20,False,,2.0,2024-06-06 01:54:02.000,2.2.0,3.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+521,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,577,147.0,270.0,163.0,298.0,5647,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",14.0,14.0,71.0,20,False,,,2017-09-14 16:02:39.000,0.11.7,22.0,124.0,1.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+522,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-09-03 00:35:32.000000,2025-08-13 12:05:18,2195.0,754,80.0,2218.0,10.0,181.0,4709,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,78.0,20,True,['flask'],35.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+523,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,235,76.0,84.0,6.0,49.0,3536,Every web site provides APIs.,21.0,21.0,12.0,20,False,,,2021-06-28 01:56:50.000,2.1.3,40.0,,68.0,elliotgao2/toapi,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,,68.0,,,,3.0,,,,,,,,,,,,,,,,,
+524,ucall,unum-cloud/ucall,rpc,,https://github.com/unum-cloud/ucall,https://github.com/unum-cloud/ucall,Apache-2.0,2023-01-03 10:23:50.000,2025-01-13 15:18:42.000000,2025-01-13 15:18:41,519.0,49,21.0,83.0,13.0,20.0,1250,"Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-..",60.0,59.0,13.0,20,True,,,2025-01-13 15:18:44.000,0.5.7,20.0,,734.0,,,ucall,https://pypi.org/project/ucall,2024-04-15 06:07:54.000,1.0,734.0,,,,3.0,,,,,,,,,,,,,,,,,
+525,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,17.0,27.0,16.0,33.0,769,"The simple, fast, and modern web scraping library.",360.0,344.0,16.0,20,False,,,2020-10-09 12:51:41.000,1.1,19.0,,4820.0,,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,16.0,4820.0,,,,3.0,,,,,,,,,,,,,,,,,
+526,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,2025-08-10 01:14:44.000000,2024-02-02 07:51:21,1230.0,56,7.0,226.0,21.0,105.0,684,Developer productivity tool for making high-quality FastAPI production-ready APIs.,18.0,18.0,7.0,20,False,['fastapi'],,2023-07-09 13:02:30.000,0.28.1,36.0,588.0,300.0,fastapi-mvc/fastapi-mvc,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,289.0,,,,3.0,,,,,,,,,,,,,,,,,
+527,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,21.0,46.0,12.0,29.0,623,Web Content Retrieval for Humans.,51.0,48.0,15.0,20,False,,,2021-08-20 14:34:18.000,0.11.11,38.0,,1062.0,,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,3.0,1062.0,,,,3.0,,,,,,,,,,,,,,,,,
+528,tornadio2,mrjoes/tornadio2,websocket,,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011-09-28 10:15:54.000,2021-12-15 13:51:02.491000,2013-08-25 06:52:07,143.0,117,29.0,25.0,13.0,46.0,529,Python socket.io server implementation on top of Tornado framework.,209.0,209.0,15.0,20,False,,,2021-12-15 13:51:02.491,0.0.1,4.0,,734.0,,,tornadio2,https://pypi.org/project/tornadio2,2021-12-15 13:51:02.491,,734.0,,,,3.0,,,,,,,,,,,,,,,,,
+529,Starlette Prometheus,perdy/starlette-prometheus,monitoring,,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019-01-10 15:49:38.000,2024-09-03 09:48:15.000000,2024-02-05 13:55:53,72.0,32,4.0,26.0,14.0,18.0,292,Prometheus integration for Starlette.,467.0,442.0,17.0,20,False,['fastapi'],,2024-09-03 09:48:15.000,0.10.0,11.0,40.0,133649.0,,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2024-09-03 09:48:15.000,25.0,133649.0,,,,3.0,,,,,,,,,,,,,,,,,
+530,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,2021-09-30 07:18:28.000000,2021-02-12 15:01:21,75.0,21,3.0,7.0,9.0,3.0,222,FastAPI simple cache.,358.0,354.0,7.0,20,False,['fastapi'],,2021-02-12 14:58:56.000,0.1.0,6.0,,10335.0,,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,4.0,10335.0,,,,3.0,,,,,,,,,,,,,,,,,
+531,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,43,9.0,21.0,3.0,18.0,205,Simple Login - Login Extension for Flask.,136.0,134.0,12.0,20,True,['flask'],5.0,2024-10-30 18:21:01.000,0.2.0,2.0,,33587.0,,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2024-10-30 18:21:01.000,2.0,33587.0,,,,3.0,,,,,,,,,,,,,,,,,
+532,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018-09-04 00:22:30.000,2023-11-02 19:01:53.000000,2019-04-28 13:53:50,26.0,57,5.0,13.0,32.0,5.0,140,A simple way to demo Flask apps from your machine.,4013.0,3998.0,2.0,20,False,['flask'],,2018-09-09 19:48:38.000,0.0.25,16.0,,40247.0,,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,15.0,40247.0,,,,3.0,,,,,,,,,,,,,,,,,
+533,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,18,16.0,49.0,3.0,33.0,106,Asyncio http mocking. Similar to the responses library used for requests.,717.0,699.0,15.0,20,False,,,2024-01-12 05:36:33.000,3.0.0,25.0,,75730.0,,,aresponses,https://pypi.org/project/aresponses,2024-01-12 05:36:33.000,18.0,75730.0,,,,3.0,,,,,,,,,,,,,,,,,
+534,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,35.0,62.0,1.0,31.0,94,Flask like web framework for AWS Lambda.,14.0,14.0,23.0,20,False,,,2023-03-08 12:15:00.843,13.0.3,53.0,,1799.0,,,lambdarest,https://pypi.org/project/lambdarest,2023-03-08 12:15:00.843,,1799.0,,,,3.0,,,,,,,,,,,,,,,,,
+535,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,40,15.0,59.0,12.0,33.0,50,A package for sending email from your Pyramid application.,28.0,,36.0,20,False,['pyramid'],,2016-12-13 20:51:40.258,0.15.1,24.0,,39058.0,,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:51:40.258,28.0,39058.0,,,,3.0,,,,,,,,,,,,,,,,,
+536,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,699,125.0,29.0,12.0,66.0,6912,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",2.0,,8.0,19,True,,5.0,2022-07-17 17:20:18.601,1.1.14,16.0,,2125.0,,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,2.0,2125.0,,,,3.0,,,,,,,,,,,,,,,,,
+537,snallygaster,hannob/snallygaster,web-scraping,,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,0BSD,2018-04-10 12:01:16.000,2025-04-15 07:25:09.000000,2025-04-15 07:18:30,253.0,228,69.0,45.0,12.0,33.0,2089,Tool to scan for secret files on HTTP servers.,8.0,8.0,17.0,19,False,,,2024-10-19 09:58:57.000,0.0.13,13.0,,312.0,,,snallygaster,https://pypi.org/project/snallygaster,2024-10-19 09:58:57.000,,312.0,,,,3.0,,,,,,,,,,,,,,,,,
+538,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,90.0,41.0,60.0,11.0,1792,A Pythonic interface for Google Mail.,8.0,,14.0,19,False,,,2017-08-07 19:59:52.000,0.6.3,10.0,,2796.0,,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,8.0,2796.0,,,,3.0,,,,,,,,,,,,,,,,,
+539,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,175,58.0,86.0,30.0,42.0,1022,A Django app to accept payments from various payment processors via Pluggable backends.,34.0,34.0,49.0,19,False,['django'],,,,9.0,,24.0,,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,,24.0,,,,3.0,,,,,,,,,,,,,,,,,
+540,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,64,7.0,33.0,35.0,17.0,731,api versioning for fastapi web applications.,16.0,,16.0,19,False,['fastapi'],,2021-08-24 17:06:33.000,0.10.0,10.0,,71125.0,,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,16.0,71125.0,,,,3.0,,,,,,,,,,,,,,,,,
+541,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019-11-03 16:30:26.000,2024-04-09 04:47:10.000000,2024-04-09 04:47:04,96.0,43,11.0,27.0,20.0,13.0,664,Adds simple SQLAlchemy support to FastAPI.,12.0,3.0,10.0,19,False,['fastapi'],,2020-09-25 16:26:29.000,0.2.1,9.0,,66275.0,,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,9.0,66275.0,,,,3.0,,,,,,,,,,,,,,,,,
+542,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,89,49.0,82.0,27.0,38.0,521,Restful API framework wrapped around MongoEngine.,53.0,53.0,18.0,19,False,['flask'],,2019-08-26 10:57:49.000,0.3.0,7.0,,137.0,,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,,137.0,,,,3.0,,,,,,,,,,,,,,,,,
+543,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,27,2.0,9.0,3.0,14.0,492,FastAPI framework plugins.,119.0,115.0,3.0,19,True,['fastapi'],7.0,2025-07-09 21:05:58.000,0.14.0,23.0,,6533.0,,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2025-07-09 21:00:09.000,4.0,6533.0,,,,3.0,,,,,,,,,,,,,,,,,
+544,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2024-10-29 14:42:07.000000,2022-07-03 18:00:41,2993.0,117,39.0,381.0,51.0,166.0,412,"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,,,,,,,,,,,,,,,,,
+545,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,2025-06-25 12:04:59.000000,2025-06-25 12:02:39,509.0,16,7.0,65.0,4.0,109.0,280,Fire up your models with the flame.,17.0,16.0,9.0,19,True,,11.0,2025-06-25 12:05:05.000,1.11.7,52.0,594.0,253.0,vortico/flama,,flama,https://pypi.org/project/flama,2025-06-25 12:04:59.000,1.0,244.0,,,,3.0,,,,,,,,,,,,,,,,,
+546,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,7.0,13.0,8.0,46.0,228,Full text search for flask.,618.0,618.0,4.0,19,False,['flask'],,2020-05-18 15:17:04.000,0.2.9,24.0,,582.0,,,flask-msearch,https://pypi.org/project/flask-msearch,2024-01-16 05:06:56.000,,582.0,,,,3.0,,,,,,,,,,,,,,,,,
+547,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013-04-09 03:12:09.000,2024-02-20 07:37:04.000000,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,12.0,,54.0,18,False,,,2024-02-20 07:37:04.000,66.0.3,77.0,,133.0,,,instagram-scraper,https://pypi.org/project/instagram-scraper,2024-02-20 07:37:04.000,12.0,133.0,,,,3.0,,,,,,,,,,,,,,,,,
+548,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,299,100.0,85.0,50.0,112.0,3296,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,,26.0,,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,26.0,,,,3.0,,,,,,,,,,,,,,,,,
+549,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019-08-21 20:51:35.000,2022-09-12 13:55:21.000000,2021-06-03 14:00:13,140.0,29,7.0,157.0,15.0,23.0,641,Opinionated set of utilities on top of FastAPI.,13.0,,12.0,18,False,['fastapi'],,2021-06-03 13:58:16.000,0.2.11,34.0,,7575.0,,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,7575.0,,,,3.0,,,,,,,,,,,,,,,,,
+550,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000,2022-02-07 13:15:15.000000,2021-11-16 00:44:19,643.0,75,37.0,99.0,16.0,120.0,486,A complete test automation tool.,8.0,7.0,21.0,18,False,,,2021-07-30 15:38:36.000,0.10.1,36.0,80.0,52.0,,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,
+551,huxley,facebookarchive/huxley,testing,,https://github.com/facebookarchive/huxley,https://github.com/facebookarchive/huxley,Apache-2.0,2013-07-30 06:01:12.000,2021-09-07 23:22:47.000000,2014-12-05 21:39:52,68.0,281,206.0,24.0,41.0,29.0,4059,A testing system for catching visual regressions in Web applications.,5.0,5.0,7.0,17,False,,,,,5.0,,20.0,,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,20.0,,,,3.0,,,,,,,,,,,,,,,,,
+552,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,366,45.0,139.0,44.0,39.0,2435,"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,,,,,,,,,,,,,,,,,
+553,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,45,23.0,19.0,2.0,19.0,505,Extract data from websites using basic statistical magic.,22.0,22.0,3.0,17,False,,,2015-06-28 22:20:05.000,0.0.12,4.0,,56.0,,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,,56.0,,,,3.0,,,,,,,,,,,,,,,,,
+554,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,31,3.0,16.0,20.0,16.0,334,Easily integrate socket.io with your FastAPI app.,3.0,,7.0,17,False,['fastapi'],,2023-03-03 08:42:00.907,0.0.10,14.0,,55535.0,,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,3.0,55535.0,,,,3.0,,,,,,,,,,,,,,,,,
+555,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,5.0,54.0,14.0,60.0,154,Easy file uploads for Flask.,97.0,97.0,7.0,17,False,['flask'],,2021-12-07 13:25:50.000,0.2.1,25.0,,48.0,,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,48.0,,,,3.0,,,,,,,,,,,,,,,,,
+556,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011-11-05 09:07:26.000,2024-07-23 05:36:00.000000,2021-02-24 02:40:04,189.0,66,14.0,56.0,20.0,34.0,106,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,2.0,,25.0,17,False,['pyramid'],,2021-02-24 02:34:47.000,4.0.0,11.0,,6135.0,,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,2.0,6135.0,,,,3.0,,,,,,,,,,,,,,,,,
+557,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000,2022-09-17 20:58:19.000000,2020-04-02 04:58:41,429.0,29,12.0,77.0,8.0,20.0,96,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",19.0,,19.0,17,False,['pyramid'],,,,5.0,,15384.0,,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,19.0,15384.0,,,,3.0,,,,,,,,,,,,,,,,,
+558,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/rscarrera27/Flask-GraphQL-Auth,https://github.com/rscarrera27/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2023-05-01 21:37:28.000000,2021-06-16 13:33:51,120.0,13,6.0,15.0,5.0,13.0,63,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,323.0,323.0,7.0,17,False,['flask'],,2021-04-19 04:21:50.000,1.3.3,14.0,,2071.0,rscarrera27/Flask-GraphQL-Auth,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,,2071.0,,,,3.0,,,,,,,,,,,,,,,,,
+559,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,2025-09-04 15:44:27.000000,2024-05-09 00:14:03,583.0,46,12.0,149.0,,,62,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,,,42.0,17,False,['pyramid'],,2024-05-08 20:50:15.000,2.9.0,29.0,,4585.0,Yelp/pyramid_swagger,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2024-05-08 20:50:15.000,,4585.0,,,,3.0,,,,,,,,,,,,,,,,,
+560,nginx-ui,schenkd/nginx-ui,admin-ui,,https://github.com/schenkd/nginx-ui,https://github.com/schenkd/nginx-ui,MIT,2020-05-30 08:31:03.000,2024-05-26 05:34:56.000000,2023-04-24 11:52:27,13.0,274,79.0,25.0,24.0,17.0,4481,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,16,False,,,2020-06-28 15:17:10.000,0.2,1.0,,8511.0,,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,14.0,544706.0,,,
+561,igramscraper,realsirjoe/instagram-scraper,third-party-apis,,https://github.com/realsirjoe/instagram-scraper,https://github.com/realsirjoe/instagram-scraper,MIT,2019-06-10 06:15:55.000,2021-09-05 10:31:32.000000,,,355,,,108.0,,2145,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",2.0,,24.0,16,False,,,2020-05-25 18:11:03.000,0.3.5,9.0,,407.0,,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,407.0,,,,3.0,,,,,,,,,,,,,,,,,
+562,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013-05-18 10:18:28.000,2022-10-09 23:59:25.000000,2022-10-09 23:59:25,738.0,78,27.0,54.0,20.0,46.0,304,Python blogging engine.,,,39.0,16,False,,,2019-12-06 00:18:53.000,1.7.2,24.0,,65.0,,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,,65.0,,,,3.0,,,,,,,,,,,,,,,,,
+563,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,82,15.0,28.0,23.0,2.0,233,A python module to parse the Open Graph Protocol.,112.0,110.0,8.0,16,False,,,,,3.0,,6217.0,,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,2.0,6217.0,,,,3.0,,,,,,,,,,,,,,,,,
+564,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,17,7.0,139.0,14.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,23.0,23.0,15.0,16,False,['graphql'],,2022-05-20 21:20:14.000,0.12.0,7.0,,250.0,,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,,250.0,,,,3.0,,,,,,,,,,,,,,,,,
+565,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-08-12 03:55:53.000000,2024-08-29 22:50:57,98.0,11,14.0,14.0,,5.0,82,A service layer for pyramid.,9.0,,7.0,16,False,['pyramid'],,2019-04-22 16:43:41.562,0.1.1,9.0,,17694.0,,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:43:41.941,9.0,17694.0,,,,3.0,,,,,,,,,,,,,,,,,
+566,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,9.0,248.0,4.0,15.0,61,"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,16,False,,,2021-11-15 10:12:31.000,1.4.1,31.0,,406.0,,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,406.0,,,,3.0,,,,,,,,,,,,,,,,,
+567,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000000,,,3837,,,,,17454,Tool for automated Instagram interactions.,,,,15,False,,,2022-01-19 04:05:04.000,0.6.16,52.0,,2455.0,,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,,2455.0,,,,3.0,,,,,,,,,,,,,,,,,
+568,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,404,86.0,76.0,66.0,36.0,2611,Automated Security Testing For REST APIs.,,,13.0,15,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+569,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,27,21.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,,,5.0,15,False,,,2016-10-16 15:29:10.000,0.8.0,10.0,,43.0,,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,,43.0,,,,3.0,,,,,,,,,,,,,,,,,
+570,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,53,16.0,26.0,5.0,18.0,614,Display machine state using Python3 with Flask.,3.0,3.0,10.0,15,False,['flask'],,2021-06-18 07:47:50.000,1.1.4,16.0,,48.0,,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,48.0,,,,3.0,,,,,,,,,,,,,,,,,
+571,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,2025-06-21 22:15:30.000000,2025-06-10 16:08:34,771.0,15,3.0,81.0,48.0,71.0,211,The Batteries-Detachable Web Framework.,,,11.0,15,True,,3.0,2024-05-26 19:22:30.000,1.0.0-alpha10,10.0,,968.0,,,view.py,https://pypi.org/project/view.py,2024-05-26 19:36:56.000,,968.0,,,,3.0,,,,,,,,,,,,,,,,,
+572,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,42.0,8.0,24.0,40.0,842,"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,,16.0,,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,16.0,,,,3.0,,,,,,,,,,,,,,,,,BSD-3-Clause
+573,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2025-03-27 15:12:27.000000,2025-03-27 15:11:05,467.0,69,20.0,75.0,20.0,,653,Moved to Codeberg.,1.0,,15.0,14,True,,,2024-08-09 17:49:09.000,3.3.0,15.0,153.0,283.0,,,salmon-mail,https://pypi.org/project/salmon-mail,2024-08-09 17:49:09.000,1.0,281.0,,,,3.0,,,,,,,,,,,,,,,,,
+574,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,48,13.0,10.0,9.0,3.0,550,row level security for FastAPI framework.,,,1.0,14,False,['fastapi'],,2020-10-05 14:18:40.000,0.2.7,10.0,,11525.0,,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,11525.0,,,,3.0,,,,,,,,,,,,,,,,,
+575,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,36,6.0,20.0,9.0,8.0,343,FastAPI client generator.,389.0,389.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
+576,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2025-08-31 00:24:20.000000,2020-08-16 21:52:05,198.0,23,9.0,429.0,216.0,3.0,215,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,14,False,,,2020-08-03 20:20:32.000,0.2.4,7.0,148.0,42.0,,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,41.0,,,,3.0,,,,,,,,,,,,,,,,,
+577,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015-12-16 14:33:49.000,2024-11-25 20:05:06.000000,2024-11-25 20:05:06,122.0,31,6.0,34.0,22.0,20.0,76,JWT authentication for Pyramid.,,,12.0,14,True,['pyramid'],,2021-02-20 11:34:46.712,1.6.1,10.0,,7370.0,,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,7370.0,,,,3.0,,,,,,,,,,,,,,,,,
+578,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,312,73.0,5.0,8.0,3.0,2200,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,,,,,,,,,,,,,,,,,
+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,10.0,6.0,2.0,5.0,311,A universal package of scraper scripts for humans.,2.0,2.0,4.0,13,False,,,2021-02-07 18:22:49.000,1.1.3,19.0,,31.0,,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,31.0,,,,3.0,,,,,,,,,,,,,,,,,
+580,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2022-09-15 20:25:29.000000,2022-09-15 20:25:29,60.0,18,9.0,6.0,5.0,2.0,148,Generate a Postman collection from your Flask application.,28.0,28.0,5.0,13,False,['flask'],,2020-01-16 15:13:52.000,1.4.4,18.0,,752.0,,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,,752.0,,,,3.0,,,,,,,,,,,,,,,,,
+581,gain,gaojiuli/gain,web-scraping,,https://github.com/gaojiuli/gain,https://github.com/gaojiuli/gain,GPL-3.0,2025-08-17 17:08:33.000,2025-08-17 17:08:33.000000,2025-08-17 17:08:33,1.0,210,,,,,1979,Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP].,1.0,,,11,True,,1.0,2017-06-19 01:18:41.000,0.1.4,5.0,,67.0,,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,67.0,,,,3.0,,,,,,,,,,,,,,,,,
+582,IP2Trace,ip2location/ip2trace-python,others,,https://github.com/ip2location/ip2trace-python,https://github.com/ip2location/ip2trace-python,MIT,2021-01-15 07:49:23.000,2024-10-04 05:18:31.000000,2024-10-04 05:13:02,25.0,18,9.0,1.0,,2.0,39,"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,,97.0,,,IP2Trace,https://pypi.org/project/IP2Trace,2024-10-04 05:12:31.000,,97.0,,,,3.0,,,,,,,,,,,,,,,,,
+583,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastango,https://github.com/yezz123/fastango,MIT,2021-09-30 14:25:29.000,2024-04-29 23:22:28.000000,2021-12-29 13:50:55,36.0,11,7.0,23.0,1.0,4.0,116,Simplifies class-based views for more organized and maintainable code in FastAPI.,,,2.0,10,False,['fastapi'],,2021-11-21 11:00:44.000,1.2.6,9.0,,17.0,yezz123/fastango,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,17.0,,,,3.0,,,,,,,,,,,,,,,,,
+584,timing-asgi,steinnes/timing-asgi,monitoring,,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,,2019-02-05 23:53:18.000,2023-07-18 10:19:04.000000,2023-07-18 10:18:35,80.0,11,1.0,20.0,4.0,4.0,128,ASGI middleware to record and emit timing metrics (to something like statsd).,167.0,167.0,5.0,8,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,
diff --git a/latest-changes.md b/latest-changes.md
index 008aee25..5197e140 100644
--- a/latest-changes.md
+++ b/latest-changes.md
@@ -2,15 +2,19 @@
_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._
-- Streamlit (π₯47 Β· β 41K Β· π) - Streamlit A faster way to build and share data apps. Apache-2
-- structlog (π₯38 Β· β 4.2K Β· π) - Simple, powerful, and fast logging for Python. Apache-2
-- datamodel-code-generator (π₯36 Β· β 3.4K Β· π) - Pydantic model and dataclasses.dataclass generator.. MIT 
-- django-redis (π₯34 Β· β 3K Β· π) - Full featured redis cache backend for Django. BSD-3 
-- django-polymorphic (π₯34 Β· β 1.8K Β· π) - Improved Django model inheritance with automatic.. BSD-3 
+- gunicorn (π₯44 Β· β 10K Β· π) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients.. MIT
+- wagtail (π₯42 Β· β 20K Β· π) - A Django content management system focused on flexibility and.. BSD-3 
+- httplib2 (π₯35 Β· β 500 Β· π) - Small, fast HTTP client library for Python. Features persistent.. MIT
+- flask_pydantic (π₯27 Β· β 400 Β· π) - flask extension for integration with the awesome.. MIT 
+- flask-seasurf (π₯26 Β· β 190 Β· π) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 
## π Trending Down
_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._
-- Kong (π₯37 Β· β 42K Β· π) - The Cloud-Native API Gateway and AI Gateway. Apache-2
+- jinja (π₯40 Β· β 11K Β· π) - A very fast and expressive template engine. BSD-3
+- certbot (π₯39 Β· β 32K Β· π) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. βUnlicensed
+- rdflib (π₯36 Β· β 2.3K Β· π) - RDFLib is a Python library for working with RDF, a simple yet.. BSD-3
+- graphene-django (π₯32 Β· β 4.4K Β· π) - Build powerful, efficient, and flexible GraphQL APIs.. MIT 

+- fake-useragent (π₯32 Β· β 4K Β· π) - Up-to-date simple useragent faker with real world database. Apache-2