From 842f25ae72e762fa4c77b5cd337eb4397f5fe6eb Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 29 Feb 2024 16:52:30 +0000 Subject: [PATCH] Update best-of list for version 2024.02.29 --- README.md | 2001 +++++++++++++++---------------- history/2024-02-29_changes.md | 20 + history/2024-02-29_projects.csv | 583 +++++++++ latest-changes.md | 26 +- 4 files changed, 1606 insertions(+), 1024 deletions(-) create mode 100644 history/2024-02-29_changes.md create mode 100644 history/2024-02-29_projects.csv diff --git a/README.md b/README.md index 30beb0dd..49b3f715 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

-This curated list contains 580 awesome open-source projects with a total of 2.8M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 580 awesome open-source projects with a total of 2.9M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! --- @@ -96,7 +96,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (📥 98M / month · 📦 120K · ⏱️ 03.02.2024): +- [PyPi](https://pypi.org/project/flask) (📥 99M / month · 📦 120K · ⏱️ 03.02.2024): ``` pip install flask ``` @@ -105,9 +105,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask ``` -
django (🥇49 · ⭐ 76K · 📈) - The Web framework for perfectionists with deadlines. BSD-3 +
django (🥇49 · ⭐ 76K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 3.1K · 🔀 31K · 📦 1.6M · ⏱️ 22.02.2024): +- [GitHub](https://github.com/django/django) (👨‍💻 3.1K · 🔀 30K · 📦 1.6M · ⏱️ 29.02.2024): ``` git clone https://github.com/django/django @@ -116,35 +116,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install django ``` -- [Conda](https://anaconda.org/conda-forge/django) (📥 1.6M · ⏱️ 06.02.2024): +- [Conda](https://anaconda.org/conda-forge/django) (📥 1.6M · ⏱️ 26.02.2024): ``` conda install -c conda-forge django ```
-
fastapi (🥇47 · ⭐ 68K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (🥇47 · ⭐ 69K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 590 · 🔀 5.7K · 📦 310K · 📋 3.8K - 12% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 590 · 🔀 5.7K · 📦 310K · 📋 3.8K - 12% open · ⏱️ 28.02.2024): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (📥 48M / month · 📦 3.5K · ⏱️ 04.02.2024): +- [PyPi](https://pypi.org/project/fastapi) (📥 47M / month · 📦 3.5K · ⏱️ 24.02.2024): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 1.9M · ⏱️ 05.02.2024): +- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 1.9M · ⏱️ 25.02.2024): ``` conda install -c conda-forge fastapi ```
django-rest-framework (🥇43 · ⭐ 27K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.4K · 🔀 6.9K · 📦 630K · 📋 3.9K - 3% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.4K · 🔀 6.9K · 📦 640K · 📋 3.9K - 3% open · ⏱️ 28.02.2024): ``` git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (📥 110K / month · 📦 440 · ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/django-rest-framework) (📥 120K / month · 📦 440 · ⏱️ 20.07.2017): ``` pip install django-rest-framework ``` @@ -153,41 +153,41 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge djangorestframework ```
-
tornado (🥇43 · ⭐ 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 +
werkzeug (🥇43 · ⭐ 6.5K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 440 · 🔀 5.6K · 📦 440K · 📋 1.8K - 11% open · ⏱️ 12.01.2024): +- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 490 · 🔀 1.7K · 📥 770 · 📦 1.2M · 📋 1.2K - 1% open · ⏱️ 27.02.2024): ``` - git clone https://github.com/tornadoweb/tornado + git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/tornado) (📥 37M / month · 📦 26K · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/werkzeug) (📥 110M / month · 📦 70K · ⏱️ 08.11.2023): ``` - pip install tornado + pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/tornado) (📥 39M · ⏱️ 19.02.2024): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 9.7M · ⏱️ 09.11.2023): ``` - conda install -c conda-forge tornado + conda install -c conda-forge werkzeug ```
-
werkzeug (🥇43 · ⭐ 6.5K) - The comprehensive WSGI web application library. BSD-3 +
tornado (🥈42 · ⭐ 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 -- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 490 · 🔀 1.7K · 📥 750 · 📦 1.2M · 📋 1.2K - 1% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 440 · 🔀 5.6K · 📦 450K · 📋 1.8K - 11% open · ⏱️ 12.01.2024): ``` - git clone https://github.com/pallets/werkzeug + git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/werkzeug) (📥 110M / month · 📦 70K · ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/tornado) (📥 38M / month · 📦 26K · ⏱️ 29.11.2023): ``` - pip install werkzeug + pip install tornado ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 9.7M · ⏱️ 09.11.2023): +- [Conda](https://anaconda.org/conda-forge/tornado) (📥 39M · ⏱️ 19.02.2024): ``` - conda install -c conda-forge werkzeug + conda install -c conda-forge tornado ```
starlette (🥈42 · ⭐ 9.2K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (👨‍💻 260 · 🔀 820 · 📦 180K · 📋 710 - 4% open · ⏱️ 15.02.2024): +- [GitHub](https://github.com/encode/starlette) (👨‍💻 260 · 🔀 820 · 📦 180K · 📋 710 - 4% open · ⏱️ 29.02.2024): ``` git clone https://github.com/encode/starlette @@ -208,7 +208,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (📥 790K / month · 📦 710 · ⏱️ 09.01.2024): +- [PyPi](https://pypi.org/project/sanic) (📥 780K / month · 📦 710 · ⏱️ 09.01.2024): ``` pip install sanic ``` @@ -219,28 +219,28 @@ _General purpose web frameworks to build web applications and REST APIs._
Flask-AppBuilder (🥈40 · ⭐ 4.5K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 200 · 🔀 1.4K · 📦 6.2K · 📋 1.3K - 13% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 200 · 🔀 1.3K · 📦 6.3K · 📋 1.3K - 13% open · ⏱️ 23.02.2024): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 9.7M / month · 📦 340 · ⏱️ 19.02.2024): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 9.7M / month · 📦 340 · ⏱️ 23.02.2024): ``` pip install flask-appbuilder ``` -- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 330K · ⏱️ 19.02.2024): +- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 330K · ⏱️ 24.02.2024): ``` conda install -c conda-forge flask-appbuilder ```
-
falcon (🥈37 · ⭐ 9.3K) - The no-magic web data plane API and microservices framework for.. Apache-2 +
falcon (🥈37 · ⭐ 9.4K) - The no-magic web data plane API and microservices framework for.. Apache-2 - [GitHub](https://github.com/falconry/falcon) (👨‍💻 200 · 🔀 920 · 📥 7.2K · 📦 8.9K · 📋 1K - 16% open · ⏱️ 16.01.2024): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (📥 1.3M / month · 📦 1.7K · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/falcon) (📥 1.1M / month · 📦 1.7K · ⏱️ 05.12.2023): ``` pip install falcon ``` @@ -256,7 +256,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (📥 2.9M / month · 📦 5.2K · ⏱️ 04.03.2023): +- [PyPi](https://pypi.org/project/bottle) (📥 3.2M / month · 📦 5.2K · ⏱️ 04.03.2023): ``` pip install bottle ``` @@ -267,7 +267,7 @@ _General purpose web frameworks to build web applications and REST APIs._
CherryPy (🥈37 · ⭐ 1.8K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 140 · 🔀 360 · 📦 12K · 📋 1.8K - 14% open · ⏱️ 15.02.2024): +- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 140 · 🔀 360 · 📦 12K · 📋 1.8K - 14% open · ⏱️ 25.02.2024): ``` git clone https://github.com/cherrypy/cherrypy @@ -288,7 +288,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (📥 1.6M / month · 📦 7.3K · ⏱️ 21.05.2023): +- [PyPi](https://pypi.org/project/flask-restful) (📥 1.7M / month · 📦 7.3K · ⏱️ 21.05.2023): ``` pip install flask-restful ``` @@ -297,6 +297,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-restful ```
+
litestar (🥉34 · ⭐ 4.1K · 📈) - Production-ready, Light, Flexible and Extensible ASGI API.. MIT + +- [GitHub](https://github.com/litestar-org/litestar) (👨‍💻 180 · 🔀 310 · 📦 400 · 📋 930 - 15% open · ⏱️ 27.02.2024): + + ``` + git clone https://github.com/litestar-org/litestar + ``` +- [PyPi](https://pypi.org/project/litestar) (📥 210K / month · 📦 13 · ⏱️ 14.02.2024): + ``` + pip install litestar + ``` +
django-tastypie (🥉34 · ⭐ 3.9K) - Creating delicious APIs for Django apps since 2010. BSD-3 - [GitHub](https://github.com/django-tastypie/django-tastypie) (👨‍💻 200 · 🔀 1.3K · 📦 5.7K · 📋 930 - 43% open · ⏱️ 18.01.2024): @@ -304,7 +316,7 @@ _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) (📥 74K / month · 📦 2.5K · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/django-tastypie) (📥 77K / month · 📦 2.5K · ⏱️ 02.09.2023): ``` pip install django-tastypie ``` @@ -316,7 +328,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pyeve/eve ``` -- [PyPi](https://pypi.org/project/eve) (📥 11K / month · 📦 380 · ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/eve) (📥 12K / month · 📦 380 · ⏱️ 14.03.2023): ``` pip install eve ``` @@ -337,18 +349,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge web.py ```
-
litestar (🥉32 · ⭐ 4K · ➕) - Production-ready, Light, Flexible and Extensible ASGI API.. MIT - -- [GitHub](https://github.com/litestar-org/litestar) (👨‍💻 180 · 🔀 310 · 📋 920 - 14% open · ⏱️ 22.02.2024): - - ``` - git clone https://github.com/litestar-org/litestar - ``` -- [PyPi](https://pypi.org/project/litestar) (📥 33K / month · 📦 11 · ⏱️ 14.02.2024): - ``` - pip install litestar - ``` -
hug (🥉31 · ⭐ 6.8K · 💤) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT - [GitHub](https://github.com/hugapi/hug) (👨‍💻 120 · 🔀 390 · 📦 4.8K · 📋 480 - 37% open · ⏱️ 30.06.2023): @@ -356,7 +356,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/hugapi/hug ``` -- [PyPi](https://pypi.org/project/hug) (📥 57K / month · 📦 240 · ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/hug) (📥 55K / month · 📦 240 · ⏱️ 06.02.2020): ``` pip install hug ``` @@ -367,12 +367,12 @@ _General purpose web frameworks to build web applications and REST APIs._
robyn (🥉30 · ⭐ 3.3K) - Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web.. BSD-2 -- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 59 · 🔀 160 · 📦 53 · 📋 350 - 36% open · ⏱️ 12.02.2024): +- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 60 · 🔀 160 · 📦 53 · 📋 350 - 35% open · ⏱️ 23.02.2024): ``` git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/robyn) (📥 32K / month · 📦 1 · ⏱️ 11.02.2024): +- [PyPi](https://pypi.org/project/robyn) (📥 43K / month · 📦 1 · ⏱️ 11.02.2024): ``` pip install robyn ``` @@ -388,7 +388,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/taoufik07/responder ``` -- [PyPi](https://pypi.org/project/responder) (📥 2.9K / month · 📦 69 · ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/responder) (📥 2.5K / month · 📦 69 · ⏱️ 08.01.2021): ``` pip install responder ``` @@ -399,12 +399,12 @@ _General purpose web frameworks to build web applications and REST APIs._
masonite (🥉29 · ⭐ 2.1K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 87 · 🔀 130 · 📦 510 · 📋 420 - 11% open · ⏱️ 17.02.2024): +- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 87 · 🔀 130 · 📦 510 · 📋 410 - 10% open · ⏱️ 25.02.2024): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (📥 4.9K / month · 📦 78 · ⏱️ 01.01.2024): +- [PyPi](https://pypi.org/project/masonite) (📥 7.2K / month · 📦 78 · ⏱️ 25.02.2024): ``` pip install masonite ``` @@ -416,31 +416,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/plone/guillotina ``` -- [PyPi](https://pypi.org/project/guillotina) (📥 5.6K / month · 📦 47 · ⏱️ 23.01.2024): +- [PyPi](https://pypi.org/project/guillotina) (📥 5.7K / month · 📦 47 · ⏱️ 23.01.2024): ``` pip install guillotina ```
emmett (🥉27 · ⭐ 930) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 24 · 🔀 69 · 📦 58 · 📋 320 - 9% open · ⏱️ 28.01.2024): +- [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 24 · 🔀 69 · 📦 59 · 📋 320 - 9% open · ⏱️ 27.02.2024): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (📥 1.4K / month · 📦 4 · ⏱️ 28.01.2024): +- [PyPi](https://pypi.org/project/emmett) (📥 1.3K / month · 📦 4 · ⏱️ 28.01.2024): ``` pip install emmett ```
justpy (🥉26 · ⭐ 1.1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2 -- [GitHub](https://github.com/justpy-org/justpy) (👨‍💻 20 · 🔀 89 · 📦 450 · 📋 440 - 0% open · ⏱️ 17.12.2023): +- [GitHub](https://github.com/justpy-org/justpy) (👨‍💻 20 · 🔀 89 · 📦 460 · 📋 440 - 0% open · ⏱️ 17.12.2023): ``` git clone https://github.com/elimintz/justpy ``` -- [PyPi](https://pypi.org/project/justpy) (📥 2.1K / month · 📦 7 · ⏱️ 20.09.2023): +- [PyPi](https://pypi.org/project/justpy) (📥 2.2K / month · 📦 7 · ⏱️ 20.09.2023): ``` pip install justpy ``` @@ -460,7 +460,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/closeio/flask-mongorest ``` -- [PyPi](https://pypi.org/project/Flask-MongoRest) (📥 300 / month · 📦 27 · ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/Flask-MongoRest) (📥 430 / month · 📦 27 · ⏱️ 26.08.2019): ``` pip install Flask-MongoRest ``` @@ -472,19 +472,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 270 / month · 📦 1 · ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/flama) (📥 300 / month · 📦 1 · ⏱️ 27.09.2023): ``` pip install flama ```
-
view.py (🥉19 · ⭐ 200) - The Batteries-Detachable Web Framework. MIT +
view.py (🥉18 · ⭐ 200) - The Batteries-Detachable Web Framework. MIT - [GitHub](https://github.com/ZeroIntensity/view.py) (👨‍💻 8 · 🔀 15 · 📋 100 - 52% open · ⏱️ 09.02.2024): ``` git clone https://github.com/ZeroIntensity/view.py ``` -- [PyPi](https://pypi.org/project/view.py) (📥 2.4K / month · ⏱️ 04.02.2024): +- [PyPi](https://pypi.org/project/view.py) (📥 2.2K / month · ⏱️ 04.02.2024): ``` pip install view.py ``` @@ -505,14 +505,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
requests (🥇48 · ⭐ 51K) - A simple, yet elegant, HTTP library. Apache-2 +
requests (🥇49 · ⭐ 51K · 📈) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 750 · 🔀 9.3K · 📥 9.1K · 📦 2.7M · 📋 3.9K - 6% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/psf/requests) (👨‍💻 750 · 🔀 9.3K · 📥 9.2K · 📦 2.8M · 📋 4K - 6% open · ⏱️ 23.02.2024): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (📥 390M / month · 📦 210K · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/requests) (📥 400M / month · 📦 210K · ⏱️ 20.07.2023): ``` pip install requests ``` @@ -523,12 +523,12 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (🥇47 · ⭐ 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 720 · 🔀 2K · 📥 16K · 📦 460K · 📋 2.9K - 16% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 720 · 🔀 2K · 📥 16K · 📦 460K · 📋 2.9K - 16% open · ⏱️ 26.02.2024): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (📥 110M / month · 📦 16K · ⏱️ 16.02.2024): +- [PyPi](https://pypi.org/project/aiohttp) (📥 100M / month · 📦 16K · ⏱️ 16.02.2024): ``` pip install aiohttp ``` @@ -537,14 +537,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge aiohttp ```
-
urllib3 (🥈45 · ⭐ 3.6K · 📉) - urllib3 is a user-friendly HTTP client library for Python. MIT +
urllib3 (🥈45 · ⭐ 3.6K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 350 · 🔀 1.1K · 📥 33K · 📦 1.7M · 📋 1.3K - 11% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 350 · 🔀 1.1K · 📥 33K · 📦 1.7M · 📋 1.3K - 11% open · ⏱️ 28.02.2024): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (📥 470M / month · 📦 47K · ⏱️ 18.02.2024): +- [PyPi](https://pypi.org/project/urllib3) (📥 480M / month · 📦 47K · ⏱️ 18.02.2024): ``` pip install urllib3 ``` @@ -555,12 +555,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx (🥈42 · ⭐ 12K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (👨‍💻 210 · 🔀 760 · 📦 160K · 📋 840 - 5% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/encode/httpx) (👨‍💻 220 · 🔀 760 · 📦 160K · 📋 840 - 5% open · ⏱️ 29.02.2024): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (📥 44M / month · 📦 4.4K · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/httpx) (📥 47M / month · 📦 4.4K · ⏱️ 21.02.2024): ``` pip install httpx ``` @@ -571,12 +571,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpie (🥈35 · ⭐ 31K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 -- [GitHub](https://github.com/httpie/cli) (👨‍💻 160 · 🔀 3.9K · 📥 7.1K · 📦 1 · 📋 850 - 18% open · ⏱️ 24.10.2023): +- [GitHub](https://github.com/httpie/cli) (👨‍💻 160 · 🔀 3.9K · 📥 7.2K · 📦 1 · 📋 850 - 18% open · ⏱️ 24.10.2023): ``` git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/httpie) (📥 470K / month · 📦 1.7K · ⏱️ 19.05.2023): +- [PyPi](https://pypi.org/project/httpie) (📥 450K / month · 📦 1.7K · ⏱️ 19.05.2023): ``` pip install httpie ``` @@ -587,12 +587,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpcore (🥈35 · ⭐ 390) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (👨‍💻 47 · 🔀 83 · 📦 100K · 📋 170 - 12% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/encode/httpcore) (👨‍💻 47 · 🔀 83 · 📦 100K · 📋 170 - 12% open · ⏱️ 23.02.2024): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (📥 45M / month · 📦 260 · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/httpcore) (📥 48M / month · 📦 260 · ⏱️ 21.02.2024): ``` pip install httpcore ``` @@ -608,7 +608,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httplib2/httplib2 ``` -- [PyPi](https://pypi.org/project/httplib2) (📥 31M / month · 📦 16K · ⏱️ 21.03.2023): +- [PyPi](https://pypi.org/project/httplib2) (📥 33M / month · 📦 16K · ⏱️ 21.03.2023): ``` pip install httplib2 ``` @@ -635,12 +635,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httptools (🥉31 · ⭐ 1.2K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 16 · 🔀 76 · 📦 78K · 📋 51 - 17% open · ⏱️ 16.10.2023): +- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 16 · 🔀 76 · 📦 79K · 📋 51 - 17% open · ⏱️ 16.10.2023): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (📥 8.7M / month · 📦 600 · ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/httptools) (📥 8.8M / month · 📦 600 · ⏱️ 16.10.2023): ``` pip install httptools ``` @@ -651,12 +651,12 @@ _General purpose web frameworks to build web applications and REST APIs._
requests-toolbelt (🥉30 · ⭐ 970) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/requests/toolbelt) (👨‍💻 69 · 🔀 180 · 📋 200 - 43% open · ⏱️ 12.10.2023): +- [GitHub](https://github.com/requests/toolbelt) (👨‍💻 69 · 🔀 180 · 📋 200 - 43% open · ⏱️ 26.02.2024): ``` git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 61M / month · 📦 1.1K · ⏱️ 01.05.2023): +- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 67M / month · 📦 1.1K · ⏱️ 01.05.2023): ``` pip install requests-toolbelt ``` @@ -688,11 +688,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/grequests) (📥 320K / month · 📦 680 · ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/grequests) (📥 340K / month · 📦 680 · ⏱️ 08.06.2023): ``` pip install grequests ``` -- [Conda](https://anaconda.org/conda-forge/grequests) (📥 90K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/grequests) (📥 91K · ⏱️ 16.06.2023): ``` conda install -c conda-forge grequests ``` @@ -704,7 +704,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (📥 87K / month · 📦 420 · ⏱️ 04.11.2023): +- [PyPi](https://pypi.org/project/treq) (📥 91K / month · 📦 420 · ⏱️ 04.11.2023): ``` pip install treq ``` @@ -720,14 +720,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (📥 3.8K / month · ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/httpstat) (📥 3.4K / month · ⏱️ 11.10.2022): ``` pip install httpstat ```
Show 5 hidden projects... -- pycurl (🥈34 · ⭐ 1K · 📈) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 +- pycurl (🥈34 · ⭐ 1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 - hyper (🥉29 · ⭐ 1K · 💀) - HTTP/2 for Python. MIT - pysimplesoap (🥉26 · ⭐ 370 · 💀) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-prompt (🥉25 · ⭐ 8.9K · 💀) - An interactive command-line HTTP and API testing client built on.. MIT @@ -741,7 +741,7 @@ _General purpose web frameworks to build web applications and REST APIs._
gunicorn (🥇44 · ⭐ 9.4K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 420 · 🔀 1.7K · 📥 100 · 📦 1.1M · 📋 2.1K - 16% open · ⏱️ 05.01.2024): +- [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 420 · 🔀 1.7K · 📥 100 · 📦 1.1M · 📋 2.1K - 17% open · ⏱️ 05.01.2024): ``` git clone https://github.com/benoitc/gunicorn @@ -757,7 +757,7 @@ _General purpose web frameworks to build web applications and REST APIs._
uvicorn (🥇40 · ⭐ 7.6K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 180 · 🔀 700 · 📦 310K · 📋 700 - 8% open · ⏱️ 12.02.2024): +- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 180 · 🔀 700 · 📦 310K · 📋 700 - 8% open · ⏱️ 28.02.2024): ``` git clone https://github.com/encode/uvicorn @@ -771,22 +771,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge uvicorn ```
-
gevent (🥇40 · ⭐ 6.1K) - Coroutine-based concurrency library for Python. MIT - -- [GitHub](https://github.com/gevent/gevent) (👨‍💻 110 · 🔀 990 · 📥 59K · 📦 120K · 📋 1.4K - 8% open · ⏱️ 14.02.2024): - - ``` - git clone https://github.com/gevent/gevent - ``` -- [PyPi](https://pypi.org/project/gevent) (📥 8.5M / month · 📦 15K · ⏱️ 14.02.2024): - ``` - pip install gevent - ``` -- [Conda](https://anaconda.org/conda-forge/gevent) (📥 1.3M · ⏱️ 08.10.2023): - ``` - conda install -c conda-forge gevent - ``` -
asgiref (🥈37 · ⭐ 1.4K) - ASGI specification and utilities. BSD-3 - [GitHub](https://github.com/django/asgiref) (👨‍💻 93 · 🔀 200 · 📦 790K · 📋 210 - 19% open · ⏱️ 06.02.2024): @@ -794,7 +778,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) (📥 24M / month · 📦 1.3K · ⏱️ 27.05.2023): +- [PyPi](https://pypi.org/project/asgiref) (📥 25M / month · 📦 1.3K · ⏱️ 27.05.2023): ``` pip install asgiref ``` @@ -810,35 +794,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (📥 2.4M / month · 📦 13K · ⏱️ 11.10.2023): +- [PyPi](https://pypi.org/project/whitenoise) (📥 2.5M / month · 📦 13K · ⏱️ 11.10.2023): ``` pip install whitenoise ``` -- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 85K · ⏱️ 11.10.2023): +- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 86K · ⏱️ 11.10.2023): ``` conda install -c conda-forge whitenoise ```
-
Hypercorn (🥉29 · ⭐ 910) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT - -- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 58 · 🔀 78 · 📦 6.6K · 📋 150 - 38% open · ⏱️ 04.01.2024): - - ``` - git clone https://github.com/pgjones/hypercorn - ``` -- [PyPi](https://pypi.org/project/hypercorn) (📥 830K / month · 📦 67 · ⏱️ 08.07.2023): - ``` - pip install hypercorn - ``` -
mangum (🥉28 · ⭐ 1.5K) - AWS Lambda support for ASGI applications. MIT -- [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 30 · 🔀 95 · 📦 3.6K · 📋 170 - 14% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 30 · 🔀 96 · 📦 3.7K · 📋 170 - 14% open · ⏱️ 03.11.2023): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (📥 660K / month · 📦 15 · ⏱️ 27.11.2022): +- [PyPi](https://pypi.org/project/mangum) (📥 710K / month · 📦 15 · ⏱️ 27.11.2022): ``` pip install mangum ``` @@ -850,7 +822,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (📥 740K / month · 📦 1.7K · ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (📥 810K / month · 📦 1.7K · ⏱️ 22.08.2020): ``` pip install livereload ``` @@ -859,12 +831,25 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge livereload ```
-
Show 4 hidden projects... +
Hypercorn (🥉27 · ⭐ 920) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT + +- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 58 · 🔀 79 · 📦 6.6K · 📋 150 - 39% open · ⏱️ 04.01.2024): + + ``` + git clone https://github.com/pgjones/hypercorn + ``` +- [PyPi](https://pypi.org/project/hypercorn) (📥 850K / month): + ``` + pip install hypercorn + ``` +
+
Show 5 hidden projects... +- gevent (🥈37 · ⭐ 6.1K) - Coroutine-based concurrency library for Python. ❗Unlicensed - waitress (🥈36 · ⭐ 1.4K) - 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 -- Meinheld (🥉25 · ⭐ 1.4K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - django-devserver (🥉25 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver. BSD-3 +- Meinheld (🥉22 · ⭐ 1.4K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server.. ❗Unlicensed

@@ -874,7 +859,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (🥇41 · ⭐ 8.7K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 680 · 🔀 2.9K · 📦 21 · 📋 2.2K - 3% open · ⏱️ 18.02.2024): +- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 680 · 🔀 2.9K · 📦 21 · 📋 2.2K - 3% open · ⏱️ 29.02.2024): ``` git clone https://github.com/pennersr/django-allauth @@ -895,7 +880,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (📥 85M / month · 📦 13K · ⏱️ 17.10.2022): +- [PyPi](https://pypi.org/project/oauthlib) (📥 89M / month · 📦 13K · ⏱️ 17.10.2022): ``` pip install oauthlib ``` @@ -904,6 +889,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge oauthlib ```
+
requests-oauthlib (🥇38 · ⭐ 1.7K · 📈) - OAuthlib support for Python-Requests!. ISC + +- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 410 · 📦 470K · 📋 270 - 39% open · ⏱️ 27.02.2024): + + ``` + git clone https://github.com/requests/requests-oauthlib + ``` +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 85M / month · 📦 12K · ⏱️ 27.02.2024): + ``` + pip install requests-oauthlib + ``` +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 9M · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge requests-oauthlib + ``` +
pyjwt (🥇37 · ⭐ 4.8K) - JSON Web Token implementation in Python. MIT - [GitHub](https://github.com/jpadilla/pyjwt) (👨‍💻 140 · 🔀 700 · 📦 530K · 📋 430 - 4% open · ⏱️ 14.02.2024): @@ -922,12 +923,12 @@ _General purpose web frameworks to build web applications and REST APIs._
authlib (🥇37 · ⭐ 4.2K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (👨‍💻 100 · 🔀 400 · 📦 31K · 📋 430 - 18% open · ⏱️ 17.01.2024): +- [GitHub](https://github.com/lepture/authlib) (👨‍💻 110 · 🔀 400 · 📦 31K · 📋 430 - 18% open · ⏱️ 28.02.2024): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (📥 7.8M / month · 📦 420 · ⏱️ 17.12.2023): +- [PyPi](https://pypi.org/project/authlib) (📥 8.1M / month · 📦 420 · ⏱️ 17.12.2023): ``` pip install authlib ``` @@ -943,7 +944,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (📥 6M / month · 📦 13K · ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/flask-login) (📥 6.1M / month · 📦 13K · ⏱️ 30.10.2023): ``` pip install flask-login ``` @@ -952,22 +953,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-login ```
-
requests-oauthlib (🥈36 · ⭐ 1.7K) - OAuthlib support for Python-Requests!. ISC - -- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 410 · 📦 470K · 📋 270 - 40% open · ⏱️ 06.01.2024): - - ``` - git clone https://github.com/requests/requests-oauthlib - ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 82M / month · 📦 12K · ⏱️ 29.01.2022): - ``` - pip install requests-oauthlib - ``` -- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 9M · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge requests-oauthlib - ``` -
flask-jwt-extended (🥈35 · ⭐ 1.5K) - An open source Flask extension that provides JWT.. MIT - [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 94 · 🔀 240 · 📦 36K · 📋 380 - 2% open · ⏱️ 19.02.2024): @@ -986,19 +971,19 @@ _General purpose web frameworks to build web applications and REST APIs._
django-oauth-toolkit (🥈34 · ⭐ 3K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 250 · 🔀 770 · 📋 830 - 21% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 250 · 🔀 770 · 📋 830 - 21% open · ⏱️ 27.02.2024): ``` git clone https://github.com/jazzband/django-oauth-toolkit ``` -- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 600K / month · 📦 1.1K · ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 610K / month · 📦 1.1K · ⏱️ 31.05.2023): ``` pip install django-oauth-toolkit ```
google-auth (🥈34 · ⭐ 730) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 130 · 🔀 330 · 📋 470 - 20% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 130 · 🔀 330 · 📋 470 - 19% open · ⏱️ 21.02.2024): ``` git clone https://github.com/googleapis/google-auth-library-python @@ -1012,74 +997,74 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge google-auth ```
-
fastapi-users (🥈32 · ⭐ 3.9K) - Ready-to-use and customizable users management for FastAPI. MIT +
djoser (🥈33 · ⭐ 2.4K) - REST implementation of Django authentication system. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 64 · 🔀 340 · 📥 160 · 📦 2.8K · 📋 260 - 4% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 450 · 📦 26K · 📋 490 - 36% open · ⏱️ 29.11.2023): ``` - git clone https://github.com/fastapi-users/fastapi-users - ``` -- [PyPi](https://pypi.org/project/fastapi-users) (📥 88K / month · 📦 15 · ⏱️ 05.02.2024): - ``` - pip install fastapi-users + git clone https://github.com/sunscrapers/djoser ``` -- [Conda](https://anaconda.org/conda-forge/fastapi-users) (📥 45K · ⏱️ 05.02.2024): +- [PyPi](https://pypi.org/project/djoser) (📥 190K / month · 📦 220 · ⏱️ 09.11.2023): ``` - conda install -c conda-forge fastapi-users + pip install djoser ```
-
django-rest-framework-simplejwt (🥈32 · ⭐ 3.7K) - A JSON Web Token authentication plugin for the Django.. MIT +
dj-rest-auth (🥈33 · ⭐ 1.5K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 110 · 🔀 640 · 📋 480 - 32% open · ⏱️ 02.02.2024): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 190 · 🔀 280 · 📥 360 · 📦 27K · 📋 390 - 45% open · ⏱️ 26.11.2023): ``` - git clone https://github.com/jazzband/djangorestframework-simplejwt + git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 2.1M / month · 📦 370 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 260K / month · 📦 13 · ⏱️ 15.11.2023): ``` - pip install djangorestframework-simplejwt + pip install dj-rest-auth + ``` +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 22K · ⏱️ 15.11.2023): + ``` + conda install -c conda-forge dj-rest-auth ```
-
djoser (🥈32 · ⭐ 2.4K) - REST implementation of Django authentication system. MIT +
fastapi-users (🥈32 · ⭐ 3.9K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 450 · 📦 26K · 📋 480 - 36% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 64 · 🔀 340 · 📥 160 · 📦 2.9K · 📋 260 - 4% open · ⏱️ 20.02.2024): ``` - git clone https://github.com/sunscrapers/djoser + git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/djoser) (📥 190K / month · 📦 220 · ⏱️ 09.11.2023): +- [PyPi](https://pypi.org/project/fastapi-users) (📥 92K / month · 📦 15 · ⏱️ 05.02.2024): ``` - pip install djoser + pip install fastapi-users + ``` +- [Conda](https://anaconda.org/conda-forge/fastapi-users) (📥 45K · ⏱️ 05.02.2024): + ``` + conda install -c conda-forge fastapi-users ```
-
dj-rest-auth (🥈32 · ⭐ 1.5K) - Authentication for Django Rest Framework. MIT +
django-rest-framework-simplejwt (🥈32 · ⭐ 3.7K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 190 · 🔀 280 · 📥 360 · 📦 27K · 📋 390 - 45% open · ⏱️ 26.11.2023): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 110 · 🔀 640 · 📋 490 - 32% open · ⏱️ 02.02.2024): ``` - git clone https://github.com/iMerica/dj-rest-auth - ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 250K / month · 📦 13 · ⏱️ 15.11.2023): - ``` - pip install dj-rest-auth + git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 22K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 2.1M / month · 📦 370 · ⏱️ 04.12.2023): ``` - conda install -c conda-forge dj-rest-auth + pip install djangorestframework-simplejwt ```
-
pyotp (🥉31 · ⭐ 2.8K) - Python One-Time Password Library. MIT +
pyotp (🥈32 · ⭐ 2.8K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 43 · 🔀 310 · 📥 280 · 📦 14K · 📋 90 - 4% open · ⏱️ 19.10.2023): +- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 43 · 🔀 310 · 📥 280 · 📦 14K · 📋 91 - 4% open · ⏱️ 19.10.2023): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (📥 4.6M / month · 📦 650 · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/pyotp) (📥 5.1M / month · 📦 650 · ⏱️ 27.07.2023): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 51K · ⏱️ 28.07.2023): +- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 52K · ⏱️ 28.07.2023): ``` conda install -c conda-forge pyotp ``` @@ -1091,7 +1076,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) (📥 7.2M / month · 📦 890 · ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (📥 7.6M / month · 📦 900 · ⏱️ 05.06.2021): ``` pip install python-jose ``` @@ -1107,7 +1092,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) (📥 690K / month · 📦 2.2K · ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 740K / month · 📦 2.2K · ⏱️ 27.04.2023): ``` pip install flask-httpauth ``` @@ -1123,7 +1108,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/James1345/django-rest-knox ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (📥 160K / month · 📦 180 · ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (📥 170K / month · 📦 180 · ⏱️ 31.01.2022): ``` pip install django-rest-knox ``` @@ -1135,7 +1120,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (📥 84K / month · 📦 160 · ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/flask-dance) (📥 87K / month · 📦 160 · ⏱️ 04.01.2024): ``` pip install flask-dance ``` @@ -1151,7 +1136,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) (📥 130K / month · 📦 140 · ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (📥 140K / month · 📦 140 · ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1163,45 +1148,45 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (📥 34K / month · 📦 74 · ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/django-cas-ng) (📥 37K / month · 📦 74 · ⏱️ 17.10.2023): ``` pip install django-cas-ng ```
-
authomatic (🥉25 · ⭐ 1K · 💤) - Simple yet powerful authorization / authentication client library.. MIT +
authomatic (🥉26 · ⭐ 1K · 💤) - Simple yet powerful authorization / authentication client library.. MIT - [GitHub](https://github.com/authomatic/authomatic) (👨‍💻 47 · 🔀 390 · 📋 130 - 33% open · ⏱️ 09.06.2023): ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 1.9K / month · 📦 250 · ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/authomatic) (📥 2.2K / month · 📦 250 · ⏱️ 08.06.2023): ``` pip install authomatic ```
-
flask-praetorian (🥉25 · ⭐ 340) - Strong, Simple, and Precise security for Flask APIs.. MIT +
fastapi_login (🥉24 · ⭐ 570) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/dusktreader/flask-praetorian) (👨‍💻 27 · 🔀 62 · 📦 410 · 📋 140 - 4% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 14 · 🔀 55 · 📥 3 · 📦 800 · 📋 61 - 13% open · ⏱️ 27.02.2024): ``` - git clone https://github.com/dusktreader/flask-praetorian + git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (📥 4.3K / month · 📦 8 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/fastapi_login) (📥 23K / month · 📦 3 · ⏱️ 21.01.2024): ``` - pip install flask-praetorian + pip install fastapi_login ```
-
fastapi_login (🥉24 · ⭐ 570) - FastAPI-Login tries to provide similar functionality as.. MIT +
flask-praetorian (🥉24 · ⭐ 340) - Strong, Simple, and Precise security for Flask APIs.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 14 · 🔀 55 · 📥 3 · 📦 790 · 📋 60 - 13% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/dusktreader/flask-praetorian) (👨‍💻 27 · 🔀 62 · 📦 410 · 📋 140 - 4% open · ⏱️ 29.11.2023): ``` - git clone https://github.com/MushroomMaula/fastapi_login + git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/fastapi_login) (📥 23K / month · 📦 3 · ⏱️ 21.01.2024): +- [PyPi](https://pypi.org/project/flask-praetorian) (📥 4.4K / month · 📦 8 · ⏱️ 29.11.2023): ``` - pip install fastapi_login + pip install flask-praetorian ```
python-jwt (🥉22 · ⭐ 220) - Python module for generating and verifying JSON Web Tokens. MIT @@ -1211,19 +1196,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (📥 180K / month · 📦 64 · ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/python-jwt) (📥 190K / month · 📦 64 · ⏱️ 13.11.2023): ``` pip install python-jwt ```
-
flask_simplelogin (🥉20 · ⭐ 190) - Simple Login - Login Extension for Flask - maintainer.. MIT +
flask_simplelogin (🥉20 · ⭐ 200) - Simple Login - Login Extension for Flask - maintainer.. MIT - [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 11 · 🔀 39 · 📦 43 · 📋 19 - 21% open · ⏱️ 18.08.2023): ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 68K / month · 📦 3 · ⏱️ 25.10.2021): +- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 71K / month · 📦 3 · ⏱️ 25.10.2021): ``` pip install flask_simplelogin ``` @@ -1269,7 +1254,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markupsafe (🥈38 · ⭐ 590) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 42 · 🔀 150 · 📥 3.2K · 📦 1.5M · 📋 110 - 1% open · ⏱️ 02.02.2024): +- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 42 · 🔀 150 · 📥 3.4K · 📦 1.5M · 📋 110 - 1% open · ⏱️ 02.02.2024): ``` git clone https://github.com/pallets/markupsafe @@ -1290,7 +1275,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/bleach) (📥 19M / month · 📦 13K · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/bleach) (📥 21M / month · 📦 13K · ⏱️ 06.10.2023): ``` pip install bleach ``` @@ -1306,27 +1291,27 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 1.2M / month · 📦 840 · ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 1.1M / month · 📦 840 · ⏱️ 08.02.2024): ``` pip install xhtml2pdf ``` -- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 95K · ⏱️ 19.07.2023): +- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 96K · ⏱️ 19.07.2023): ``` conda install -c conda-forge xhtml2pdf ```
WeasyPrint (🥉33 · ⭐ 6.5K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 140 · 🔀 640 · 📥 34 · 📦 21 · 📋 1.7K - 10% open · ⏱️ 17.02.2024): +- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 140 · 🔀 640 · 📥 130 · 📦 21 · 📋 1.7K - 10% open · ⏱️ 26.02.2024): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (📥 1.4M / month · 📦 130 · ⏱️ 12.02.2024): +- [PyPi](https://pypi.org/project/weasyprint) (📥 1.5M / month · 📦 130 · ⏱️ 26.02.2024): ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (📥 150K · ⏱️ 12.02.2024): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (📥 150K · ⏱️ 26.02.2024): ``` conda install -c conda-forge weasyprint ``` @@ -1347,14 +1332,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge html5lib ```
-
Requests-HTML (🥉31 · ⭐ 14K · 💤) - Pythonic HTML Parsing for Humans. MIT +
Requests-HTML (🥉32 · ⭐ 14K · 💤) - Pythonic HTML Parsing for Humans. MIT - [GitHub](https://github.com/psf/requests-html) (👨‍💻 66 · 🔀 1K · 📋 430 - 49% open · ⏱️ 03.04.2023): ``` git clone https://github.com/psf/requests-html ``` -- [PyPi](https://pypi.org/project/requests-html) (📥 670K / month · 📦 410 · ⏱️ 17.02.2019): +- [PyPi](https://pypi.org/project/requests-html) (📥 640K / month · 📦 410 · ⏱️ 17.02.2019): ``` pip install requests-html ``` @@ -1366,7 +1351,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (📥 2.3M / month · 📦 3.4K · ⏱️ 28.12.2022): +- [PyPi](https://pypi.org/project/pyquery) (📥 2.5M / month · 📦 3.4K · ⏱️ 28.12.2022): ``` pip install pyquery ``` @@ -1382,7 +1367,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (📥 78K / month · 📦 60 · ⏱️ 09.02.2024): +- [PyPi](https://pypi.org/project/selectolax) (📥 83K / month · 📦 60 · ⏱️ 09.02.2024): ``` pip install selectolax ``` @@ -1394,7 +1379,7 @@ _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) (📥 160K / month · 📦 18 · ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/html5-parser) (📥 180K / month · 📦 18 · ⏱️ 19.11.2023): ``` pip install html5-parser ``` @@ -1405,52 +1390,52 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
Yarl (🥇37 · ⭐ 1.2K) - Yet another URL library. Apache-2 +
tldextract (🥇35 · ⭐ 1.8K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 88 · 🔀 160 · 📥 14K · 📋 240 - 19% open · ⏱️ 31.01.2024): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 50 · 🔀 210 · 📦 26K · 📋 200 - 6% open · ⏱️ 28.02.2024): ``` - git clone https://github.com/aio-libs/yarl + git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/yarl) (📥 100M / month · 📦 3.4K · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/tldextract) (📥 8.2M / month · 📦 1.2K · ⏱️ 17.11.2023): ``` - pip install yarl + pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (📥 12M · ⏱️ 17.01.2024): +- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 460K · ⏱️ 17.11.2023): ``` - conda install -c conda-forge yarl + conda install -c conda-forge tldextract ```
-
tldextract (🥈35 · ⭐ 1.8K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 +
shortuuid (🥈32 · ⭐ 2K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 50 · 🔀 210 · 📦 26K · 📋 200 - 6% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 33 · 🔀 110 · 📦 23K · 📋 64 - 3% open · ⏱️ 28.02.2024): ``` - git clone https://github.com/john-kurkowski/tldextract + git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/tldextract) (📥 7.9M / month · 📦 1.2K · ⏱️ 17.11.2023): +- [PyPi](https://pypi.org/project/shortuuid) (📥 3.8M / month · 📦 1.2K · ⏱️ 28.02.2024): ``` - pip install tldextract + pip install shortuuid ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 450K · ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 430K · ⏱️ 29.02.2024): ``` - conda install -c conda-forge tldextract + conda install -c conda-forge shortuuid ```
-
shortuuid (🥈31 · ⭐ 2K · 💤) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 +
Yarl (🥈32 · ⭐ 1.2K · 📉) - Yet another URL library. Apache-2 -- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 33 · 🔀 110 · 📦 22K · 📋 62 - 1% open · ⏱️ 25.02.2023): +- [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 85 · 🔀 150 · 📥 14K · 📋 220 - 15% open · ⏱️ 31.01.2024): ``` - git clone https://github.com/skorokithakis/shortuuid + git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/shortuuid) (📥 3.7M / month · 📦 1.2K · ⏱️ 13.11.2022): +- [PyPi](https://pypi.org/project/yarl) (📥 99M / month): ``` - pip install shortuuid + pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 430K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/yarl) (📥 12M · ⏱️ 17.01.2024): ``` - conda install -c conda-forge shortuuid + conda install -c conda-forge yarl ```
Show 3 hidden projects... @@ -1469,47 +1454,31 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (🥇42 · ⭐ 19K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3K · 🔀 6K · 📦 5 · 📋 8K - 55% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3K · 🔀 6K · 📦 5 · 📋 8K - 55% open · ⏱️ 29.02.2024): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 5.4K / month · ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 5.8K / month · ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 2M / month · 📦 680 · ⏱️ 19.01.2024): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 2.1M / month · 📦 680 · ⏱️ 19.01.2024): ``` npm install @openapitools/openapi-generator-cli ```
swagger-ui (🥇37 · ⭐ 25K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 580 · 🔀 8.9K · 📦 36K · 📋 5.4K - 20% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 580 · 🔀 8.8K · 📦 36K · 📋 5.4K - 20% open · ⏱️ 29.02.2024): ``` git clone https://github.com/swagger-api/swagger-ui ```
-
connexion (🥇37 · ⭐ 4.4K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 - -- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 220 · 🔀 750 · 📦 11K · 📋 1K - 8% open · ⏱️ 18.02.2024): - - ``` - git clone https://github.com/zalando/connexion - ``` -- [PyPi](https://pypi.org/project/connexion) (📥 6M / month · 📦 730 · ⏱️ 14.02.2024): - ``` - pip install connexion - ``` -- [Conda](https://anaconda.org/conda-forge/connexion) (📥 270K · ⏱️ 14.02.2024): - ``` - conda install -c conda-forge connexion - ``` -
drf-spectacular (🥇37 · ⭐ 2K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 110 · 🔀 240 · 📦 89K · 📋 870 - 9% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 110 · 🔀 240 · 📦 89K · 📋 880 - 9% open · ⏱️ 27.02.2024): ``` git clone https://github.com/tfranzel/drf-spectacular @@ -1525,12 +1494,12 @@ _General purpose web frameworks to build web applications and REST APIs._
apispec (🥇37 · ⭐ 1.1K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 86 · 🔀 170 · 📦 12K · 📋 270 - 11% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 86 · 🔀 170 · 📦 12K · 📋 270 - 11% open · ⏱️ 26.02.2024): ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (📥 7.5M / month · 📦 7.1K · ⏱️ 10.01.2024): +- [PyPi](https://pypi.org/project/apispec) (📥 7.4M / month · 📦 7.1K · ⏱️ 26.02.2024): ``` pip install apispec ``` @@ -1539,6 +1508,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge apispec ```
+
connexion (🥈36 · ⭐ 4.4K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 + +- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 220 · 🔀 750 · 📦 12K · 📋 1K - 8% open · ⏱️ 18.02.2024): + + ``` + git clone https://github.com/zalando/connexion + ``` +- [PyPi](https://pypi.org/project/connexion) (📥 6.2M / month · 📦 730 · ⏱️ 14.02.2024): + ``` + pip install connexion + ``` +- [Conda](https://anaconda.org/conda-forge/connexion) (📥 270K · ⏱️ 14.02.2024): + ``` + conda install -c conda-forge connexion + ``` +
drf-yasg (🥈34 · ⭐ 3.3K · 💤) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 - [GitHub](https://github.com/axnsan12/drf-yasg) (👨‍💻 66 · 🔀 430 · 📦 100K · 📋 640 - 36% open · ⏱️ 20.07.2023): @@ -1550,26 +1535,26 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-yasg ``` -- [Conda](https://anaconda.org/conda-forge/drf-yasg) (📥 8.4K · ⏱️ 25.10.2023): +- [Conda](https://anaconda.org/conda-forge/drf-yasg) (📥 8.5K · ⏱️ 25.10.2023): ``` conda install -c conda-forge drf-yasg ```
-
datamodel-code-generator (🥈34 · ⭐ 2.1K) - Pydantic model and dataclasses.dataclass generator.. MIT +
datamodel-code-generator (🥈34 · ⭐ 2.2K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 110 · 🔀 240 · 📦 1.1K · 📋 470 - 27% open · ⏱️ 13.02.2024): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 110 · 🔀 250 · 📦 1.1K · 📋 470 - 27% open · ⏱️ 13.02.2024): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 780K / month · 📦 70 · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 810K / month · 📦 70 · ⏱️ 13.02.2024): ``` pip install datamodel-code-generator ```
redoc (🥈32 · ⭐ 22K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 220 · 🔀 2.3K · 📥 92 · 📦 6.3K · 📋 1.8K - 17% open · ⏱️ 12.02.2024): +- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 220 · 🔀 2.3K · 📥 92 · 📦 6.4K · 📋 1.8K - 17% open · ⏱️ 12.02.2024): ``` git clone https://github.com/Redocly/redoc @@ -1590,7 +1575,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/flasgger) (📥 480K / month · 📦 370 · ⏱️ 10.06.2023): +- [PyPi](https://pypi.org/project/flasgger) (📥 470K / month · 📦 380 · ⏱️ 10.06.2023): ``` pip install flasgger ``` @@ -1601,20 +1586,20 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (🥉31 · ⭐ 4.4K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 170 · 🔀 760 · 📥 88K · 📦 550 · 📋 2.1K - 4% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 170 · 🔀 760 · 📥 88K · 📦 560 · 📋 2.1K - 4% open · ⏱️ 28.02.2024): ``` git clone https://github.com/Azure/autorest ```
-
OpenAPI Spec validator (🥉31 · ⭐ 300) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 +
OpenAPI Spec validator (🥉31 · ⭐ 310) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 -- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (👨‍💻 38 · 🔀 59 · 📦 6.2K · 📋 110 - 30% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (👨‍💻 38 · 🔀 60 · 📦 6.2K · 📋 110 - 30% open · ⏱️ 26.02.2024): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 4.1M / month · 📦 250 · ⏱️ 13.10.2023): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 4.2M / month · 📦 250 · ⏱️ 13.10.2023): ``` pip install openapi-spec-validator ``` @@ -1623,30 +1608,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge openapi-spec-validator ```
-
openapi-python-client (🥉30 · ⭐ 980) - Generate modern Python clients from OpenAPI. MIT +
openapi-python-client (🥉30 · ⭐ 1K) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 58 · 🔀 200 · 📦 830 · 📋 340 - 15% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 58 · 🔀 200 · 📦 840 · 📋 340 - 14% open · ⏱️ 27.02.2024): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 220K / month · 📦 10 · ⏱️ 20.02.2024): +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 230K / month · 📦 10 · ⏱️ 22.02.2024): ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 25K · ⏱️ 20.02.2024): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 25K · ⏱️ 22.02.2024): ``` conda install -c conda-forge openapi-python-client ```
openapi-core (🥉30 · ⭐ 270) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 62 · 🔀 120 · 📦 530 · 📋 230 - 28% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 62 · 🔀 120 · 📦 540 · 📋 230 - 28% open · ⏱️ 24.02.2024): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (📥 240K / month · 📦 42 · ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/openapi-core) (📥 260K / month · 📦 42 · ⏱️ 14.02.2024): ``` pip install openapi-core ``` @@ -1662,26 +1647,26 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 22K / month · 📦 4 · ⏱️ 26.12.2023): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 19K / month · 📦 4 · ⏱️ 26.12.2023): ``` npm install openapi-to-graphql-cli ```
Spectree (🥉24 · ⭐ 300) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 42 · 🔀 71 · 📦 87 · 📋 110 - 16% open · ⏱️ 26.01.2024): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 42 · 🔀 71 · 📦 88 · 📋 110 - 16% open · ⏱️ 26.01.2024): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 45K / month · 📦 5 · ⏱️ 26.01.2024): +- [PyPi](https://pypi.org/project/spectree) (📥 46K / month · 📦 5 · ⏱️ 26.01.2024): ``` pip install spectree ```
pyramid_openapi3 (🥉20 · ⭐ 79 · 💤) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 24 · 🔀 42 · 📋 84 - 39% open · ⏱️ 17.05.2023): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 24 · 🔀 43 · 📋 84 - 39% open · ⏱️ 17.05.2023): ``` git clone https://github.com/Pylons/pyramid_openapi3 @@ -1714,7 +1699,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (📥 2.2M / month · 📦 860 · ⏱️ 26.07.2023): +- [PyPi](https://pypi.org/project/graphene) (📥 2.2M / month · 📦 870 · ⏱️ 26.07.2023): ``` pip install graphene ``` @@ -1730,7 +1715,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (📥 460K / month · 📦 520 · ⏱️ 20.12.2023): +- [PyPi](https://pypi.org/project/graphene-django) (📥 480K / month · 📦 520 · ⏱️ 20.12.2023): ``` pip install graphene-django ``` @@ -1739,38 +1724,38 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene-django ```
-
ariadne (🥇34 · ⭐ 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 +
Strawberry GraphQL (🥇34 · ⭐ 3.7K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 72 · 🔀 180 · 📦 1.5K · 📋 310 - 11% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 240 · 🔀 490 · 📥 470 · 📋 990 - 46% open · ⏱️ 28.02.2024): ``` - git clone https://github.com/mirumee/ariadne + git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 190K / month · 📦 50 · ⏱️ 31.01.2024): +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 770K / month · 📦 53 · ⏱️ 06.02.2024): ``` - pip install ariadne + pip install strawberry-graphql ```
-
Strawberry GraphQL (🥈33 · ⭐ 3.7K) - A GraphQL library for Python that leverages type.. MIT +
ariadne (🥇34 · ⭐ 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 240 · 🔀 490 · 📥 470 · 📋 990 - 46% open · ⏱️ 11.02.2024): +- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 72 · 🔀 180 · 📦 1.5K · 📋 310 - 11% open · ⏱️ 21.02.2024): ``` - git clone https://github.com/strawberry-graphql/strawberry + git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 770K / month · 📦 53 · ⏱️ 06.02.2024): +- [PyPi](https://pypi.org/project/ariadne) (📥 210K / month · 📦 50 · ⏱️ 31.01.2024): ``` - pip install strawberry-graphql + pip install ariadne ```
graphql-core (🥈31 · ⭐ 490) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 33 · 🔀 130 · 📦 25K · 📋 150 - 17% open · ⏱️ 17.02.2024): +- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 33 · 🔀 130 · 📦 26K · 📋 150 - 17% open · ⏱️ 29.02.2024): ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (📥 5.5M / month · 📦 790 · ⏱️ 17.02.2024): +- [PyPi](https://pypi.org/project/graphql-core) (📥 6M / month · 📦 790 · ⏱️ 17.02.2024): ``` pip install graphql-core ``` @@ -1781,12 +1766,12 @@ _General purpose web frameworks to build web applications and REST APIs._
graphene-mongo (🥈25 · ⭐ 280) - Graphene MongoEngine integration. MIT -- [GitHub](https://github.com/graphql-python/graphene-mongo) (👨‍💻 37 · 🔀 110 · 📦 340 · 📋 92 - 21% open · ⏱️ 09.12.2023): +- [GitHub](https://github.com/graphql-python/graphene-mongo) (👨‍💻 38 · 🔀 110 · 📦 340 · 📋 94 - 22% open · ⏱️ 24.02.2024): ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (📥 10K / month · 📦 13 · ⏱️ 09.12.2023): +- [PyPi](https://pypi.org/project/graphene-mongo) (📥 11K / month · 📦 13 · ⏱️ 24.02.2024): ``` pip install graphene-mongo ``` @@ -1831,11 +1816,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (📥 61M / month · 📦 7.3K · ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/websocket-client) (📥 60M / month · 📦 7.3K · ⏱️ 03.12.2023): ``` pip install websocket-client ``` -- [Conda](https://anaconda.org/conda-forge/websocket-client) (📥 12M · ⏱️ 03.12.2023): +- [Conda](https://anaconda.org/conda-forge/websocket-client): ``` conda install -c conda-forge websocket-client ``` @@ -1847,7 +1832,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 25M / month · 📦 4.5K · ⏱️ 21.10.2023): +- [PyPi](https://pypi.org/project/websockets) (📥 26M / month · 📦 4.6K · ⏱️ 21.10.2023): ``` pip install websockets ``` @@ -1879,7 +1864,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (📥 850K / month · 📦 2.4K · ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 930K / month · 📦 2.4K · ⏱️ 05.09.2023): ``` pip install flask-socketio ``` @@ -1911,11 +1896,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (📥 760K / month · 📦 790 · ⏱️ 10.02.2024): +- [PyPi](https://pypi.org/project/daphne) (📥 840K / month · 📦 790 · ⏱️ 10.02.2024): ``` pip install daphne ``` -- [Conda](https://anaconda.org/conda-forge/daphne) (📥 170K · ⏱️ 10.02.2024): +- [Conda](https://anaconda.org/conda-forge/daphne) (📥 180K · ⏱️ 10.02.2024): ``` conda install -c conda-forge daphne ``` @@ -1927,7 +1912,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (📥 58K / month · 📦 310 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/websockify) (📥 63K / month · 📦 310 · ⏱️ 21.08.2023): ``` pip install websockify ``` @@ -1956,7 +1941,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - gevent-socketio (🥉26 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio. BSD-3 - flask-sockets (🥉25 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:.. MIT -- tornadio2 (🥉20 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado.. Apache-2 +- tornadio2 (🥉21 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado.. Apache-2

@@ -1966,28 +1951,28 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇48 · ⭐ 40K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (👨‍💻 1K · 🔀 10K · 📥 12K · 📦 4.8K · 📋 11K - 7% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 1K · 🔀 10K · 📥 13K · 📦 4.9K · 📋 11K - 7% open · ⏱️ 29.02.2024): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (📥 85M / month · 📦 5.5K · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/grpcio) (📥 86M / month · 📦 5.5K · ⏱️ 21.02.2024): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 11M · ⏱️ 13.02.2024): +- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 11M · ⏱️ 29.02.2024): ``` conda install -c conda-forge grpcio ```
-
rpyc (🥈31 · ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT +
rpyc (🥈33 · ⭐ 1.5K · 📈) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 84 · 🔀 240 · 📥 450 · 📦 2.2K · 📋 420 - 18% open · ⏱️ 27.01.2024): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 84 · 🔀 240 · 📥 460 · 📦 2.2K · 📋 420 - 17% open · ⏱️ 23.02.2024): ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (📥 430K / month · 📦 360 · ⏱️ 22.02.2023): +- [PyPi](https://pypi.org/project/rpyc) (📥 480K / month · 📦 360 · ⏱️ 23.02.2024): ``` pip install rpyc ``` @@ -2003,19 +1988,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 9K / month · 📦 5 · ⏱️ 08.01.2024): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 9.4K / month · 📦 5 · ⏱️ 08.01.2024): ``` pip install fastapi-jsonrpc ```
ucall (🥉22 · ⭐ 960) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 -- [GitHub](https://github.com/unum-cloud/ucall) (👨‍💻 10 · 🔀 31 · 📦 43 · 📋 25 - 28% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/unum-cloud/ucall) (👨‍💻 10 · 🔀 31 · 📦 44 · 📋 25 - 28% open · ⏱️ 19.02.2024): ``` git clone https://github.com/unum-cloud/ucall ``` -- [PyPi](https://pypi.org/project/ucall) (📥 27K / month · 📦 1 · ⏱️ 20.02.2024): +- [PyPi](https://pypi.org/project/ucall) (📥 26K / month · 📦 1 · ⏱️ 20.02.2024): ``` pip install ucall ``` @@ -2032,16 +2017,16 @@ _General purpose web frameworks to build web applications and REST APIs._
chalice (🥇36 · ⭐ 10K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (👨‍💻 200 · 🔀 1.1K · 📦 2.8K · 📋 1.3K - 36% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/aws/chalice) (👨‍💻 200 · 🔀 1K · 📦 2.8K · 📋 1.3K - 36% open · ⏱️ 22.02.2024): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 240K / month · 📦 160 · ⏱️ 15.12.2023): +- [PyPi](https://pypi.org/project/chalice) (📥 250K / month · 📦 160 · ⏱️ 27.02.2024): ``` pip install chalice ``` -- [Conda](https://anaconda.org/conda-forge/chalice) (📥 200K · ⏱️ 15.12.2023): +- [Conda](https://anaconda.org/conda-forge/chalice) (📥 200K · ⏱️ 27.02.2024): ``` conda install -c conda-forge chalice ``` @@ -2053,7 +2038,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (📥 1.6K / month · ⏱️ 08.03.2023): +- [PyPi](https://pypi.org/project/lambdarest) (📥 1.9K / month · ⏱️ 08.03.2023): ``` pip install lambdarest ``` @@ -2071,12 +2056,12 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (🥇41 · ⭐ 17K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 900 · 🔀 3.6K · 📦 8 · 📋 4.9K - 19% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 900 · 🔀 3.6K · 📦 8 · 📋 4.9K - 19% open · ⏱️ 29.02.2024): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (📥 230K / month · 📦 1.6K · ⏱️ 15.02.2024): +- [PyPi](https://pypi.org/project/wagtail) (📥 240K / month · 📦 1.6K · ⏱️ 15.02.2024): ``` pip install wagtail ``` @@ -2085,26 +2070,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wagtail ```
-
django-cms (🥈39 · ⭐ 9.7K · 📉) - The easy-to-use and developer-friendly enterprise CMS.. BSD-3 +
django-cms (🥈40 · ⭐ 9.8K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 560 · 🔀 3K · 📋 3.5K - 3% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 560 · 🔀 3K · 📋 3.5K - 3% open · ⏱️ 29.02.2024): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (📥 68K / month · 📦 1.7K · ⏱️ 09.02.2024): +- [PyPi](https://pypi.org/project/django-cms) (📥 71K / month · 📦 1.7K · ⏱️ 09.02.2024): ``` pip install django-cms ```
-
lektor (🥉28 · ⭐ 3.8K) - The lektor static file content management system. BSD-3 +
lektor (🥉29 · ⭐ 3.8K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (👨‍💻 94 · 🔀 320 · 📥 7.1K · 📦 450 · 📋 660 - 36% open · ⏱️ 08.01.2024): +- [GitHub](https://github.com/lektor/lektor) (👨‍💻 94 · 🔀 310 · 📥 7.1K · 📦 450 · 📋 660 - 36% open · ⏱️ 27.02.2024): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (📥 3.2K / month · 📦 89 · ⏱️ 08.01.2024): +- [PyPi](https://pypi.org/project/lektor) (📥 4.4K / month · 📦 90 · ⏱️ 27.02.2024): ``` pip install lektor ``` @@ -2120,7 +2105,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.8K / month · 📦 160 · ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/feincms) (📥 5.7K / month · 📦 160 · ⏱️ 22.12.2023): ``` pip install feincms ``` @@ -2136,9 +2121,9 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
selenium (🥇47 · ⭐ 29K · 📉) - A browser automation framework and ecosystem. Apache-2 +
selenium (🥇47 · ⭐ 29K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 840 · 🔀 8K · 📥 15M · 📦 250K · 📋 10K - 1% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 840 · 🔀 7.9K · 📥 15M · 📦 250K · 📋 10K - 1% open · ⏱️ 26.02.2024): ``` git clone https://github.com/SeleniumHQ/selenium @@ -2154,23 +2139,23 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (🥇43 · ⭐ 2.8K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 190 · 🔀 400 · 📦 370K · 📋 1.4K - 19% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 190 · 🔀 400 · 📦 370K · 📋 1.4K - 19% open · ⏱️ 28.02.2024): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 71M / month · 📦 58K · ⏱️ 20.02.2024): +- [PyPi](https://pypi.org/project/coverage) (📥 74M / month · 📦 59K · ⏱️ 23.02.2024): ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (📥 14M · ⏱️ 20.02.2024): +- [Conda](https://anaconda.org/conda-forge/coverage) (📥 14M · ⏱️ 26.02.2024): ``` conda install -c conda-forge coverage ```
mitmproxy (🥇41 · ⭐ 34K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 520 · 🔀 4K · 📥 220K · 📦 3.4K · 📋 3.2K - 9% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 520 · 🔀 4K · 📥 220K · 📦 3.4K · 📋 3.3K - 9% open · ⏱️ 28.02.2024): ``` git clone https://github.com/mitmproxy/mitmproxy @@ -2182,12 +2167,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Locust (🥇39 · ⭐ 23K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (👨‍💻 320 · 🔀 2.9K · 📦 4 · 📋 1.6K - 0% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/locustio/locust) (👨‍💻 320 · 🔀 2.8K · 📦 4 · 📋 1.6K - 0% open · ⏱️ 29.02.2024): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (📥 1.5M / month · 📦 110 · ⏱️ 15.02.2024): +- [PyPi](https://pypi.org/project/locust) (📥 1.5M / month · 📦 110 · ⏱️ 29.02.2024): ``` pip install locust ``` @@ -2196,9 +2181,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge locust ```
+
SeleniumBase (🥇36 · ⭐ 4K) - Pythons all-in-one framework for web crawling, scraping, testing,.. MIT + +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 38 · 🔀 860 · 📦 1.2K · 📋 1.1K - 0% open · ⏱️ 28.02.2024): + + ``` + git clone https://github.com/seleniumbase/SeleniumBase + ``` +- [PyPi](https://pypi.org/project/seleniumbase) (📥 470K / month · 📦 13 · ⏱️ 28.02.2024): + ``` + pip install seleniumbase + ``` +
vcrpy (🥇36 · ⭐ 2.6K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 140 · 🔀 360 · 📦 8.4K · 📋 420 - 31% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 140 · 🔀 360 · 📦 8.4K · 📋 420 - 31% open · ⏱️ 28.02.2024): ``` git clone https://github.com/kevin1024/vcrpy @@ -2214,12 +2211,12 @@ _General purpose web frameworks to build web applications and REST APIs._
SeleniumLibrary (🥇36 · ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 120 · 🔀 740 · 📥 3.6K · 📦 4.7K · 📋 1K - 7% open · ⏱️ 20.01.2024): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 120 · 🔀 700 · 📥 3.6K · 📦 4.7K · 📋 1K - 6% open · ⏱️ 20.01.2024): ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 4.1M / month · 📦 140 · ⏱️ 25.11.2023): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 4.2M / month): ``` pip install robotframework-seleniumlibrary ``` @@ -2230,12 +2227,12 @@ _General purpose web frameworks to build web applications and REST APIs._
responses (🥈35 · ⭐ 4K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (👨‍💻 120 · 🔀 340 · 📥 200 · 📦 34K · 📋 300 - 3% open · ⏱️ 15.02.2024): +- [GitHub](https://github.com/getsentry/responses) (👨‍💻 120 · 🔀 340 · 📥 210 · 📦 35K · 📋 300 - 3% open · ⏱️ 15.02.2024): ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (📥 17M / month · 📦 3.2K · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/responses) (📥 18M / month · 📦 3.2K · ⏱️ 13.02.2024): ``` pip install responses ``` @@ -2244,26 +2241,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responses ```
-
SeleniumBase (🥈35 · ⭐ 4K) - Browser automation framework for testing with Selenium, Python, and.. MIT - -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 38 · 🔀 880 · 📦 1.2K · 📋 1.1K - 0% open · ⏱️ 20.02.2024): - - ``` - git clone https://github.com/seleniumbase/SeleniumBase - ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 420K / month · 📦 13 · ⏱️ 20.02.2024): - ``` - pip install seleniumbase - ``` -
splinter (🥈35 · ⭐ 2.7K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 180 · 🔀 530 · 📦 6.7K · 📋 540 - 10% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 180 · 🔀 530 · 📦 6.7K · 📋 540 - 10% open · ⏱️ 26.02.2024): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (📥 130K / month · 📦 1.1K · ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/splinter) (📥 140K / month · 📦 1.1K · ⏱️ 16.01.2024): ``` pip install splinter ``` @@ -2275,7 +2260,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (📥 560K / month · 📦 150 · ⏱️ 22.01.2024): +- [PyPi](https://pypi.org/project/django-silk) (📥 590K / month · 📦 150 · ⏱️ 22.01.2024): ``` pip install django-silk ``` @@ -2287,12 +2272,24 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (📥 7.5K / month · 📦 7 · ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/httprunner) (📥 7.1K / month · 📦 7 · ⏱️ 23.07.2023): ``` pip install httprunner ```
-
factory_boy (🥈32 · ⭐ 3.4K) - A test fixtures replacement for Python. MIT +
Prism (🥈31 · ⭐ 3.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 + +- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 91 · 🔀 320 · 📥 820K · 📦 500 · 📋 680 - 9% open · ⏱️ 23.02.2024): + + ``` + git clone https://github.com/stoplightio/prism + ``` +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 260K / month · 📦 31 · ⏱️ 02.02.2024): + ``` + npm install @stoplight/prism-cli + ``` +
+
factory_boy (🥈31 · ⭐ 3.4K) - A test fixtures replacement for Python. MIT - [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 380 · 📋 590 - 32% open · ⏱️ 07.02.2024): @@ -2308,38 +2305,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge factory_boy ```
-
schemathesis (🥈32 · ⭐ 2K) - Automate your API Testing: catch crashes, validate specs,.. MIT +
schemathesis (🥈31 · ⭐ 2K) - Automate your API Testing: catch crashes, validate specs,.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 62 · 🔀 150 · 📦 280 · 📋 790 - 9% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 62 · 🔀 140 · 📦 290 · 📋 800 - 9% open · ⏱️ 29.02.2024): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (📥 130K / month · 📦 4 · ⏱️ 22.02.2024): +- [PyPi](https://pypi.org/project/schemathesis) (📥 140K / month): ``` pip install schemathesis ```
-
Prism (🥈31 · ⭐ 3.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 - -- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 91 · 🔀 320 · 📥 820K · 📦 500 · 📋 680 - 9% open · ⏱️ 02.02.2024): - - ``` - git clone https://github.com/stoplightio/prism - ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 260K / month · 📦 31 · ⏱️ 02.02.2024): - ``` - npm install @stoplight/prism-cli - ``` -
tavern (🥈31 · ⭐ 980) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 62 · 🔀 190 · 📦 540 · 📋 600 - 6% open · ⏱️ 17.02.2024): +- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 62 · 🔀 190 · 📦 550 · 📋 600 - 6% open · ⏱️ 17.02.2024): ``` git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/tavern) (📥 230K / month · 📦 24 · ⏱️ 17.02.2024): +- [PyPi](https://pypi.org/project/tavern) (📥 240K / month · 📦 24 · ⏱️ 17.02.2024): ``` pip install tavern ``` @@ -2351,7 +2336,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) (📥 170K / month · 📦 3K · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 160K / month · 📦 3K · ⏱️ 07.12.2023): ``` pip install flask-debugtoolbar ``` @@ -2360,74 +2345,58 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-debugtoolbar ```
-
selene (🥈30 · ⭐ 650) - User-oriented Web UI browser tests in Python. MIT +
selene (🥈30 · ⭐ 660) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/yashaka/selene) (👨‍💻 41 · 🔀 140 · 📦 4K · 📋 310 - 36% open · ⏱️ 13.02.2024): +- [GitHub](https://github.com/yashaka/selene) (👨‍💻 41 · 🔀 140 · 📦 4K · 📋 310 - 35% open · ⏱️ 13.02.2024): ``` git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/selene) (📥 20K / month · 📦 15 · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/selene) (📥 21K / month): ``` pip install selene ```
-
Dredd (🥉28 · ⭐ 4.1K · 💤) - Language-agnostic HTTP API Testing Tool. MIT +
Model Bakery (🥉29 · ⭐ 760) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 300 · 📦 1.1K · 📋 830 - 30% open · ⏱️ 19.07.2023): +- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 52 · 🔀 81 · 📦 3.8K · 📋 130 - 21% open · ⏱️ 12.12.2023): ``` - git clone https://github.com/apiaryio/dredd + git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (📥 6.9K / month · 📦 38 · ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/model_bakery) (📥 560K / month · 📦 32 · ⏱️ 27.10.2023): ``` - pip install dredd_hooks - ``` -- [npm](https://www.npmjs.com/package/dredd) (📥 29K / month · 📦 180 · ⏱️ 16.11.2021): - ``` - npm install dredd - ``` -
-
Model Bakery (🥉28 · ⭐ 760) - Object factory for Django. Apache-2 - -- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 52 · 🔀 81 · 📦 3.8K · 📋 130 - 21% open · ⏱️ 12.12.2023): - - ``` - git clone https://github.com/model-bakers/model_bakery - ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 550K / month · 📦 32 · ⏱️ 27.10.2023): - ``` - pip install model_bakery + pip install model_bakery ``` - [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 20K · ⏱️ 16.06.2023): ``` conda install -c conda-forge model_bakery ```
-
pytest-flask (🥉28 · ⭐ 470) - A set of pytest fixtures to test Flask applications. MIT +
Dredd (🥉28 · ⭐ 4.1K · 💤) - Language-agnostic HTTP API Testing Tool. MIT -- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨‍💻 36 · 🔀 91 · 📥 5 · 📋 84 - 15% open · ⏱️ 27.12.2023): +- [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 300 · 📦 1.1K · 📋 830 - 30% open · ⏱️ 19.07.2023): ``` - git clone https://github.com/pytest-dev/pytest-flask + git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/pytest-flask) (📥 410K / month · 📦 8.4K · ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/dredd_hooks) (📥 7K / month · 📦 38 · ⏱️ 09.04.2018): ``` - pip install pytest-flask + pip install dredd_hooks ``` -- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 81K · ⏱️ 23.10.2023): +- [npm](https://www.npmjs.com/package/dredd) (📥 29K / month · 📦 180 · ⏱️ 16.11.2021): ``` - conda install -c conda-forge pytest-flask + npm install dredd ```
selenium-python-helium (🥉27 · ⭐ 3.8K) - Lighter web automation for Python. MIT -- [GitHub](https://github.com/mherrmann/helium) (👨‍💻 8 · 🔀 340 · 📦 530 · 📋 89 - 52% open · ⏱️ 09.02.2024): +- [GitHub](https://github.com/mherrmann/helium) (👨‍💻 8 · 🔀 310 · 📦 530 · 📋 89 - 52% open · ⏱️ 09.02.2024): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (📥 8.6K / month · 📦 14 · ⏱️ 08.12.2023): +- [PyPi](https://pypi.org/project/helium) (📥 9.1K / month): ``` pip install helium ``` @@ -2444,6 +2413,22 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install aioresponses ```
+
pytest-flask (🥉27 · ⭐ 470) - A set of pytest fixtures to test Flask applications. MIT + +- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨‍💻 36 · 🔀 91 · 📥 5 · 📋 84 - 15% open · ⏱️ 27.12.2023): + + ``` + git clone https://github.com/pytest-dev/pytest-flask + ``` +- [PyPi](https://pypi.org/project/pytest-flask) (📥 430K / month · 📦 8.4K · ⏱️ 23.10.2023): + ``` + pip install pytest-flask + ``` +- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 81K · ⏱️ 23.10.2023): + ``` + conda install -c conda-forge pytest-flask + ``` +
webtest (🥉27 · ⭐ 330 · 💤) - Wraps any WSGI application and makes it easy to send test requests to.. MIT - [GitHub](https://github.com/Pylons/webtest) (👨‍💻 91 · 🔀 110 · 📦 11K · 📋 130 - 23% open · ⏱️ 08.06.2023): @@ -2467,27 +2452,15 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (📥 2.5M / month · 📦 480 · ⏱️ 06.02.2024): +- [PyPi](https://pypi.org/project/playwright) (📥 2.6M / month · 📦 480 · ⏱️ 06.02.2024): ``` pip install playwright ``` -- [Conda](https://anaconda.org/microsoft/playwright) (📥 31K · ⏱️ 06.02.2024): +- [Conda](https://anaconda.org/microsoft/playwright) (📥 32K · ⏱️ 06.02.2024): ``` conda install -c microsoft playwright ```
-
requestium (🥉26 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 - -- [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 16 · 🔀 150 · 📦 90 · 📋 35 - 11% open · ⏱️ 04.02.2024): - - ``` - git clone https://github.com/tryolabs/requestium - ``` -- [PyPi](https://pypi.org/project/requestium) (📥 63K / month · 📦 8 · ⏱️ 04.02.2024): - ``` - pip install requestium - ``` -
django-test-plus (🥉25 · ⭐ 600 · 💤) - Useful additions to Djangos default TestCase. BSD-3 - [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 33 · 🔀 66 · 📋 57 - 19% open · ⏱️ 11.07.2023): @@ -2495,7 +2468,7 @@ _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) (📥 61K / month · 📦 1.3K · ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/django-test-plus) (📥 62K / month · 📦 1.3K · ⏱️ 11.07.2023): ``` pip install django-test-plus ``` @@ -2527,33 +2500,33 @@ _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) (📥 5.3K / month · 📦 29 · ⏱️ 06.02.2024): +- [PyPi](https://pypi.org/project/mocket) (📥 5K / month · 📦 29 · ⏱️ 06.02.2024): ``` pip install mocket ```
-
molotov (🥉22 · ⭐ 440) - Load Testing Tool. Apache-2 +
requestium (🥉22 · ⭐ 1.8K · 📉) - Integration layer between Requests and Selenium for automation.. BSD-3 -- [GitHub](https://github.com/tarekziade/molotov) (👨‍💻 16 · 🔀 31 · 📦 120 · 📋 120 - 13% open · ⏱️ 23.11.2023): +- [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 16 · 🔀 150 · 📦 91 · 📋 35 - 11% open · ⏱️ 04.02.2024): ``` - git clone https://github.com/loads/molotov + git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/molotov) (📥 39K / month · 📦 13 · ⏱️ 21.10.2022): +- [PyPi](https://pypi.org/project/requestium) (📥 67K / month): ``` - pip install molotov + pip install requestium ```
-
gabbi (🥉22 · ⭐ 150) - Declarative HTTP Testing for Python and anything else. Apache-2 +
molotov (🥉22 · ⭐ 440) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/cdent/gabbi) (👨‍💻 29 · 🔀 34 · 📋 150 - 14% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/tarekziade/molotov) (👨‍💻 16 · 🔀 31 · 📦 120 · 📋 120 - 13% open · ⏱️ 23.11.2023): ``` - git clone https://github.com/cdent/gabbi + git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/gabbi) (📥 20K / month · 📦 110 · ⏱️ 03.01.2024): +- [PyPi](https://pypi.org/project/molotov) (📥 41K / month · 📦 13 · ⏱️ 21.10.2022): ``` - pip install gabbi + pip install molotov ```
fsociety (🥉21 · ⭐ 1.2K) - A Modular Penetration Testing Framework. MIT @@ -2563,7 +2536,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) (📥 2.7K / month · ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (📥 2.8K / month · ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2575,7 +2548,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aresponses/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (📥 48K / month · 📦 52 · ⏱️ 12.01.2024): +- [PyPi](https://pypi.org/project/aresponses) (📥 52K / month · 📦 52 · ⏱️ 12.01.2024): ``` pip install aresponses ``` @@ -2588,25 +2561,26 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/flipkart-incubator/Astra ```
-
Show 17 hidden projects... +
Show 18 hidden projects... -- pytest-django (🥈34 · ⭐ 1.3K) - A Django plugin for pytest. ❗Unlicensed - HTTPretty (🥈32 · ⭐ 2.1K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT -- pyppeteer (🥈30 · ⭐ 3.5K · 💀) - Headless chrome/chromium automation library (unofficial port of.. MIT +- pytest-django (🥈32 · ⭐ 1.3K) - A Django plugin for pytest. ❗Unlicensed +- pyppeteer (🥈30 · ⭐ 3.6K · 💀) - Headless chrome/chromium automation library (unofficial port of.. MIT +- django-nose (🥉29 · ⭐ 880 · 💀) - Django test runner using nose. BSD-3 - Mockoon (🥉28 · ⭐ 5.7K) - Mockoon is the easiest and quickest way to run mock APIs.. ❗Unlicensed -- django-nose (🥉28 · ⭐ 880 · 💀) - Django test runner using nose. BSD-3 - parameterized (🥉27 · ⭐ 800 · 💤) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - flask-testing (🥉27 · ⭐ 500 · 💀) - Unittest extensions for Flask. BSD-3 - splash (🥉25 · ⭐ 4K · 💀) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 -- mixer (🥉25 · ⭐ 920 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 -- yandex-tank (🥉24 · ⭐ 2.4K) - Load and performance benchmark tool. ❗️LGPL-2.1 -- httmock (🥉24 · ⭐ 460 · 💀) - A mocking library for requests. Apache-2 +- yandex-tank (🥉25 · ⭐ 2.4K) - Load and performance benchmark tool. ❗️LGPL-2.1 - pytest-splinter (🥉24 · ⭐ 250 · 💀) - pytest splinter and selenium integration for anyone.. MIT -- wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (🥉23 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2 +- wdb (🥉21 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 +- httmock (🥉20 · ⭐ 460 · 💀) - A mocking library for requests. ❗Unlicensed +- mixer (🥉19 · ⭐ 930 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- golem (🥉19 · ⭐ 490 · 💀) - A complete test automation tool. MIT - async-asgi-testclient (🥉19 · ⭐ 150 · 💀) - A framework-agnostic library for testing ASGI web.. MIT -- golem (🥉18 · ⭐ 490 · 💀) - A complete test automation tool. MIT - huxley (🥉17 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2 +- gabbi (🥉17 · ⭐ 150 · 📉) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed

@@ -2614,14 +2588,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wtforms (🥇37 · ⭐ 1.4K) - A flexible forms validation and rendering library for Python. BSD-3 +
wtforms (🥇37 · ⭐ 1.5K) - A flexible forms validation and rendering library for Python. BSD-3 - [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 160 · 🔀 390 · 📋 440 - 11% open · ⏱️ 15.02.2024): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (📥 5M / month · 📦 15K · ⏱️ 06.01.2024): +- [PyPi](https://pypi.org/project/wtforms) (📥 5.1M / month · 📦 15K · ⏱️ 06.01.2024): ``` pip install wtforms ``` @@ -2637,7 +2611,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) (📥 1M / month · 📦 8.1K · ⏱️ 15.10.2023): +- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 1.1M / month · 📦 8.1K · ⏱️ 15.10.2023): ``` pip install django-crispy-forms ``` @@ -2646,14 +2620,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-crispy-forms ```
-
flask-wtf (🥉35 · ⭐ 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 +
flask-wtf (🥉34 · ⭐ 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 -- [GitHub](https://github.com/wtforms/flask-wtf) (👨‍💻 99 · 🔀 310 · 📋 330 - 9% open · ⏱️ 09.02.2024): +- [GitHub](https://github.com/wtforms/flask-wtf) (👨‍💻 99 · 🔀 310 · 📋 330 - 9% open · ⏱️ 23.02.2024): ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (📥 6.4M / month · 📦 16K · ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/flask-wtf) (📥 6.5M / month · 📦 16K · ⏱️ 02.10.2023): ``` pip install flask-wtf ``` @@ -2662,14 +2636,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-wtf ```
-
django-formtools (🥉30 · ⭐ 730) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (🥉29 · ⭐ 740) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 73 · 🔀 130 · 📦 9.9K · 📋 150 - 49% open · ⏱️ 19.12.2023): +- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 73 · 🔀 130 · 📦 10K · 📋 150 - 49% open · ⏱️ 19.12.2023): ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (📥 500K / month · 📦 1.2K · ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/django-formtools) (📥 510K / month · 📦 1.2K · ⏱️ 19.12.2023): ``` pip install django-formtools ``` @@ -2681,7 +2655,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (📥 5.9K / month · 📦 190 · ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (📥 6K / month · 📦 190 · ⏱️ 10.12.2020): ``` pip install deform ``` @@ -2692,14 +2666,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
markdown (🥇40 · ⭐ 3.5K · 📉) - A Python implementation of John Grubers Markdown with Extension.. BSD-3 +
markdown (🥇40 · ⭐ 3.5K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 170 · 🔀 850 · 📥 43 · 📦 340K · 📋 860 - 3% open · ⏱️ 05.02.2024): +- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 170 · 🔀 850 · 📥 46 · 📦 340K · 📋 860 - 3% open · ⏱️ 05.02.2024): ``` git clone https://github.com/Python-Markdown/markdown ``` -- [PyPi](https://pypi.org/project/markdown) (📥 36M / month · 📦 23K · ⏱️ 10.01.2024): +- [PyPi](https://pypi.org/project/markdown) (📥 37M / month · 📦 23K · ⏱️ 10.01.2024): ``` pip install markdown ``` @@ -2710,12 +2684,12 @@ _General purpose web frameworks to build web applications and REST APIs._
pelican (🥇37 · ⭐ 12K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 460 · 🔀 1.8K · 📥 1K · 📦 7.6K · 📋 1.7K - 3% open · ⏱️ 29.01.2024): +- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 460 · 🔀 1.8K · 📥 1K · 📦 7.7K · 📋 1.7K - 3% open · ⏱️ 29.01.2024): ``` git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/pelican) (📥 19K / month · 📦 1.8K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/pelican) (📥 21K / month · 📦 1.8K · ⏱️ 15.11.2023): ``` pip install pelican ``` @@ -2726,24 +2700,24 @@ _General purpose web frameworks to build web applications and REST APIs._
python-markdown2 (🥈35 · ⭐ 2.6K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 74 · 🔀 420 · 📋 320 - 28% open · ⏱️ 23.01.2024): +- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 74 · 🔀 420 · 📋 320 - 28% open · ⏱️ 28.02.2024): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (📥 2.2M / month · 📦 2.4K · ⏱️ 17.12.2023): +- [PyPi](https://pypi.org/project/markdown2) (📥 2.3M / month · 📦 2.4K · ⏱️ 25.02.2024): ``` pip install markdown2 ```
mistune (🥈35 · ⭐ 2.4K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/lepture/mistune) (👨‍💻 43 · 🔀 240 · 📦 270K · 📋 280 - 8% open · ⏱️ 17.01.2024): +- [GitHub](https://github.com/lepture/mistune) (👨‍💻 43 · 🔀 240 · 📦 270K · 📋 280 - 9% open · ⏱️ 17.01.2024): ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (📥 20M / month · 📦 9.4K · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/mistune) (📥 21M / month · 📦 9.4K · ⏱️ 29.09.2023): ``` pip install mistune ``` @@ -2768,14 +2742,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pymdown-extensions ```
-
markdown-it-py (🥈32 · ⭐ 590) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT +
markdown-it-py (🥈32 · ⭐ 600) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 28 · 🔀 69 · 📦 87K · 📋 88 - 38% open · ⏱️ 11.01.2024): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 28 · 🔀 69 · 📦 89K · 📋 88 - 38% open · ⏱️ 28.02.2024): ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (📥 41M / month · 📦 450 · ⏱️ 03.06.2023): +- [PyPi](https://pypi.org/project/markdown-it-py) (📥 42M / month · 📦 450 · ⏱️ 03.06.2023): ``` pip install markdown-it-py ``` @@ -2784,28 +2758,28 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markdown-it-py ```
-
grip (🥉30 · ⭐ 6.3K) - Preview GitHub README.md files locally before committing them. MIT +
html2text (🥉31 · ⭐ 1.6K · 📈) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 -- [GitHub](https://github.com/joeyespo/grip) (👨‍💻 40 · 🔀 440 · 📦 1.6K · 📋 290 - 35% open · ⏱️ 13.10.2023): +- [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 77 · 🔀 250 · 📋 220 - 39% open · ⏱️ 28.02.2024): ``` - git clone https://github.com/joeyespo/grip + git clone https://github.com/Alir3z4/html2text ``` -- [PyPi](https://pypi.org/project/grip) (📥 35K / month · 📦 150 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/html2text) (📥 1.4M / month · 📦 2.5K · ⏱️ 27.02.2024): ``` - pip install grip + pip install html2text ```
-
html2text (🥉29 · ⭐ 1.6K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 +
grip (🥉30 · ⭐ 6.3K) - Preview GitHub README.md files locally before committing them. MIT -- [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 77 · 🔀 250 · 📋 220 - 43% open · ⏱️ 02.02.2024): +- [GitHub](https://github.com/joeyespo/grip) (👨‍💻 40 · 🔀 440 · 📦 1.7K · 📋 290 - 35% open · ⏱️ 13.10.2023): ``` - git clone https://github.com/Alir3z4/html2text + git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/html2text) (📥 1.4M / month · 📦 2.5K · ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/grip) (📥 37K / month · 📦 150 · ⏱️ 12.10.2023): ``` - pip install html2text + pip install grip ```
django-markdownx (🥉28 · ⭐ 810) - Comprehensive Markdown plugin built for Django. BSD-3 @@ -2820,9 +2794,9 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install django-markdownx ```
-
mistletoe (🥉28 · ⭐ 720) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +
mistletoe (🥉28 · ⭐ 730) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 35 · 🔀 110 · 📥 530 · 📦 840 · 📋 130 - 15% open · ⏱️ 27.01.2024): +- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 35 · 🔀 110 · 📥 530 · 📦 850 · 📋 130 - 15% open · ⏱️ 27.01.2024): ``` git clone https://github.com/miyuchina/mistletoe @@ -2839,7 +2813,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (📥 24K / month · 📦 25 · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/martor) (📥 25K / month · 📦 25 · ⏱️ 20.07.2023): ``` pip install martor ``` @@ -2851,7 +2825,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/markdown-include) (📥 78K / month · 📦 280 · ⏱️ 07.02.2023): +- [PyPi](https://pypi.org/project/markdown-include) (📥 81K / month · 📦 280 · ⏱️ 07.02.2023): ``` pip install markdown-include ``` @@ -2877,7 +2851,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) (📥 290K / month · 📦 1.8K · ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (📥 310K / month · 📦 1.8K · ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -2886,30 +2860,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge youtube-dl ```
-
google-api-python-client (🥇42 · ⭐ 7.2K) - The official Python client library for Googles.. Apache-2 +
google-api-python-client (🥇42 · ⭐ 7.3K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 190 · 🔀 2.5K · 📦 180K · 📋 1K - 11% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 190 · 🔀 2.3K · 📦 190K · 📋 1K - 11% open · ⏱️ 29.02.2024): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (📥 38M / month · 📦 7.8K · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/google-api-python-client) (📥 38M / month · 📦 7.8K · ⏱️ 22.02.2024): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 2.7M · ⏱️ 14.02.2024): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 2.7M · ⏱️ 22.02.2024): ``` conda install -c conda-forge google-api-python-client ```
GitPython (🥇42 · ⭐ 4.3K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 310 · 🔀 930 · 📦 230K · 📋 980 - 15% open · ⏱️ 16.02.2024): +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 310 · 🔀 930 · 📦 230K · 📋 990 - 15% open · ⏱️ 28.02.2024): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (📥 57M / month · 📦 8.5K · ⏱️ 15.02.2024): +- [PyPi](https://pypi.org/project/gitpython) (📥 58M / month · 📦 8.5K · ⏱️ 15.02.2024): ``` pip install gitpython ``` @@ -2920,7 +2894,7 @@ _General purpose web frameworks to build web applications and REST APIs._
python-telegram-bot (🥇41 · ⭐ 24K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 190 · 🔀 5.2K · 📥 22K · 📦 97K · 📋 2.1K - 0% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 190 · 🔀 5.2K · 📥 22K · 📦 98K · 📋 2.1K - 0% open · ⏱️ 26.02.2024): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot @@ -2934,26 +2908,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-telegram-bot ```
-
Telethon (🥇41 · ⭐ 8.7K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +
Telethon (🥇41 · ⭐ 8.8K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 180 · 🔀 1.4K · 📦 55K · 📋 2.2K - 1% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 180 · 🔀 1.4K · 📦 55K · 📋 2.2K - 1% open · ⏱️ 23.02.2024): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (📥 2.6M / month · 📦 470 · ⏱️ 02.02.2024): +- [PyPi](https://pypi.org/project/telethon) (📥 2.8M / month · 📦 470 · ⏱️ 02.02.2024): ``` pip install telethon ```
discord.py (🥇40 · ⭐ 14K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 400 · 🔀 3.7K · 📦 40K · 📋 2.9K - 3% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 400 · 🔀 3.7K · 📦 41K · 📋 2.9K - 3% open · ⏱️ 23.02.2024): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 620K / month · 📦 2.8K · ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/discord.py) (📥 540K / month · 📦 2.8K · ⏱️ 10.08.2023): ``` pip install discord.py ``` @@ -2964,12 +2938,12 @@ _General purpose web frameworks to build web applications and REST APIs._
gspread (🥇40 · ⭐ 6.8K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (👨‍💻 170 · 🔀 980 · 📥 2.6K · 📦 30K · 📋 890 - 5% open · ⏱️ 14.02.2024): +- [GitHub](https://github.com/burnash/gspread) (👨‍💻 170 · 🔀 980 · 📥 2.7K · 📦 30K · 📋 900 - 5% open · ⏱️ 27.02.2024): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (📥 8.9M / month · 📦 1.1K · ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/gspread) (📥 9.1M / month · 📦 1.1K · ⏱️ 14.02.2024): ``` pip install gspread ``` @@ -2980,24 +2954,24 @@ _General purpose web frameworks to build web applications and REST APIs._
pyTelegramBotAPI (🥈39 · ⭐ 7.5K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 230 · 🔀 2K · 📦 44K · 📋 1.2K - 0% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 230 · 🔀 2K · 📦 44K · 📋 1.2K - 0% open · ⏱️ 28.02.2024): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 390K / month · 📦 960 · ⏱️ 17.02.2024): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 410K / month · 📦 960 · ⏱️ 17.02.2024): ``` pip install pytelegrambotapi ```
PyGithub (🥈39 · ⭐ 6.6K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 350 · 🔀 1.7K · 📦 49K · 📋 1.6K - 16% open · ⏱️ 17.02.2024): +- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 350 · 🔀 1.7K · 📦 49K · 📋 1.6K - 16% open · ⏱️ 22.02.2024): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (📥 18M / month · 📦 2.8K · ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/pygithub) (📥 19M / month · 📦 2.8K · ⏱️ 30.01.2024): ``` pip install pygithub ``` @@ -3013,7 +2987,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (📥 960K / month · 📦 4.4K · ⏱️ 24.04.2023): +- [PyPi](https://pypi.org/project/tweepy) (📥 1M / month · 📦 4.4K · ⏱️ 24.04.2023): ``` pip install tweepy ``` @@ -3022,34 +2996,50 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tweepy ```
+
pytube (🥈37 · ⭐ 10K · 💤) - A lightweight, dependency-free Python library (and command-line.. Unlicense + +- [GitHub](https://github.com/pytube/pytube) (👨‍💻 110 · 🔀 2.2K · 📦 33K · 📋 1.3K - 41% open · ⏱️ 20.05.2023): + + ``` + git clone https://github.com/pytube/pytube + ``` +- [PyPi](https://pypi.org/project/pytube) (📥 560K / month · 📦 490 · ⏱️ 07.05.2023): + ``` + pip install pytube + ``` +- [Conda](https://anaconda.org/conda-forge/pytube) (📥 15K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pytube + ``` +
slackclient (🥈37 · ⭐ 3.8K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 890 · 📥 240 · 📦 1 · 📋 790 - 3% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 890 · 📥 200 · 📦 1 · 📋 790 - 3% open · ⏱️ 28.02.2024): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 4.8M / month · 📦 2.2K · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slackclient) (📥 4.9M / month · 📦 2.2K · ⏱️ 22.04.2022): ``` pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 730K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 740K · ⏱️ 16.06.2023): ``` conda install -c conda-forge slackclient ```
twilio (🥈37 · ⭐ 1.8K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 140 · 🔀 760 · 📦 38K · 📋 300 - 6% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 140 · 🔀 680 · 📦 38K · 📋 300 - 6% open · ⏱️ 27.02.2024): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (📥 4M / month · 📦 3.6K · ⏱️ 09.02.2024): +- [PyPi](https://pypi.org/project/twilio) (📥 4M / month · 📦 3.6K · ⏱️ 27.02.2024): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (📥 180K · ⏱️ 09.02.2024): +- [Conda](https://anaconda.org/conda-forge/twilio) (📥 180K · ⏱️ 27.02.2024): ``` conda install -c conda-forge twilio ``` @@ -3070,46 +3060,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hvac ```
-
pytube (🥈36 · ⭐ 10K · 💤) - A lightweight, dependency-free Python library (and command-line.. Unlicense - -- [GitHub](https://github.com/pytube/pytube) (👨‍💻 110 · 🔀 2.2K · 📦 33K · 📋 1.3K - 41% open · ⏱️ 20.05.2023): - - ``` - git clone https://github.com/pytube/pytube - ``` -- [PyPi](https://pypi.org/project/pytube) (📥 430K / month · 📦 480 · ⏱️ 07.05.2023): - ``` - pip install pytube - ``` -- [Conda](https://anaconda.org/conda-forge/pytube) (📥 15K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge pytube - ``` -
python-slack-sdk (🥈36 · ⭐ 3.8K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 890 · 📥 240 · 📦 1 · 📋 790 - 3% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 890 · 📥 200 · 📦 1 · 📋 790 - 3% open · ⏱️ 28.02.2024): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 19M / month · 📦 240 · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/slack-sdk) (📥 20M / month · 📦 240 · ⏱️ 28.02.2024): ``` pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 150K · ⏱️ 13.02.2024): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 150K · ⏱️ 28.02.2024): ``` conda install -c conda-forge slack-sdk ```
jira (🥈36 · ⭐ 1.9K) - Python Jira library. Development chat available on.. BSD-2 -- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 250 · 🔀 840 · 📥 780 · 📦 8 · 📋 710 - 21% open · ⏱️ 06.01.2024): +- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 250 · 🔀 840 · 📥 780 · 📦 8 · 📋 710 - 21% open · ⏱️ 24.02.2024): ``` git clone https://github.com/pycontribs/jira ``` -- [PyPi](https://pypi.org/project/jira) (📥 7.2M / month · 📦 1.1K · ⏱️ 05.01.2024): +- [PyPi](https://pypi.org/project/jira) (📥 7.5M / month · 📦 1.1K · ⏱️ 05.01.2024): ``` pip install jira ``` @@ -3120,12 +3094,12 @@ _General purpose web frameworks to build web applications and REST APIs._
stripe (🥈36 · ⭐ 1.5K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 170 · 🔀 450 · 📋 360 - 3% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 170 · 🔀 390 · 📋 360 - 3% open · ⏱️ 28.02.2024): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (📥 3M / month · 📦 2K · ⏱️ 16.02.2024): +- [PyPi](https://pypi.org/project/stripe) (📥 3M / month · 📦 2K · ⏱️ 27.02.2024): ``` pip install stripe ``` @@ -3134,14 +3108,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c anaconda stripe ```
-
praw (🥈35 · ⭐ 3.3K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 +
praw (🥈34 · ⭐ 3.3K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 - [GitHub](https://github.com/praw-dev/praw) (👨‍💻 230 · 🔀 460 · 📦 19K · 📋 750 - 0% open · ⏱️ 29.01.2024): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (📥 200K / month · 📦 1.8K · ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/praw) (📥 210K / month · 📦 1.8K · ⏱️ 11.07.2023): ``` pip install praw ``` @@ -3152,19 +3126,19 @@ _General purpose web frameworks to build web applications and REST APIs._
thumbor (🥈33 · ⭐ 9.8K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 200 · 🔀 840 · 📦 350 · 📋 980 - 2% open · ⏱️ 23.01.2024): +- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 200 · 🔀 840 · 📦 350 · 📋 980 - 2% open · ⏱️ 27.02.2024): ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 7.9K / month · 📦 210 · ⏱️ 09.01.2024): +- [PyPi](https://pypi.org/project/thumbor) (📥 8K / month · 📦 210 · ⏱️ 09.01.2024): ``` pip install thumbor ```
-
gallery-dl (🥉32 · ⭐ 9.6K) - Command-line program to download image galleries and.. ❗️GPL-2.0 +
gallery-dl (🥉32 · ⭐ 9.7K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 110 · 🔀 820 · 📥 490K · 📦 21 · 📋 4.3K - 21% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 110 · 🔀 820 · 📥 500K · 📦 21 · 📋 4.3K - 21% open · ⏱️ 27.02.2024): ``` git clone https://github.com/mikf/gallery-dl @@ -3181,7 +3155,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (📥 160K / month · 📦 650 · ⏱️ 07.04.2023): +- [PyPi](https://pypi.org/project/spotipy) (📥 180K / month · 📦 650 · ⏱️ 07.04.2023): ``` pip install spotipy ``` @@ -3192,24 +3166,24 @@ _General purpose web frameworks to build web applications and REST APIs._
wechatpy (🥉32 · ⭐ 3.7K · 💤) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 100 · 🔀 830 · 📦 9.6K · 📋 370 - 14% open · ⏱️ 10.05.2023): +- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 100 · 🔀 830 · 📦 9.7K · 📋 370 - 14% open · ⏱️ 10.05.2023): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (📥 19K / month · 📦 130 · ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (📥 21K / month · 📦 130 · ⏱️ 19.06.2022): ``` pip install wechatpy ```
simple-salesforce (🥉32 · ⭐ 1.6K) - A very simple Salesforce.com REST API client for Python. Apache-2 -- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨‍💻 75 · 🔀 630 · 📋 440 - 40% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨‍💻 75 · 🔀 630 · 📋 440 - 40% open · ⏱️ 27.02.2024): ``` git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (📥 7.8M / month · 📦 220 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/simple-salesforce) (📥 7.9M / month · 📦 220 · ⏱️ 06.09.2023): ``` pip install simple-salesforce ``` @@ -3218,42 +3192,42 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge simple-salesforce ```
-
sherlock (🥉31 · ⭐ 49K) - Hunt down social media accounts by username across social networks. MIT +
notion-sdk-py (🥉31 · ⭐ 1.5K) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 220 · 🔀 5.9K · 📋 1K - 20% open · ⏱️ 19.01.2024): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 30 · 🔀 120 · 📦 830 · 📋 84 - 7% open · ⏱️ 22.02.2024): ``` - git clone https://github.com/sherlock-project/sherlock + git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 21K / month · 📦 9 · ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/notion-client) (📥 760K / month · 📦 48 · ⏱️ 28.12.2023): ``` - pip install sherlock + pip install notion-client + ``` +- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 6.2K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge notion-client ```
-
notion-sdk-py (🥉30 · ⭐ 1.5K) - The official Notion API client library, but rewritten in Python!.. MIT +
sherlock (🥉28 · ⭐ 50K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 29 · 🔀 120 · 📦 810 · 📋 84 - 7% open · ⏱️ 13.01.2024): +- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 220 · 🔀 5.9K · 📋 880 - 8% open · ⏱️ 19.01.2024): ``` - git clone https://github.com/ramnes/notion-sdk-py - ``` -- [PyPi](https://pypi.org/project/notion-client) (📥 710K / month · 📦 48 · ⏱️ 28.12.2023): - ``` - pip install notion-client + git clone https://github.com/sherlock-project/sherlock ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 6.1K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/sherlock) (📥 22K / month): ``` - conda install -c conda-forge notion-client + pip install sherlock ```
-
imdbpy (🥉29 · ⭐ 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 +
imdbpy (🥉28 · ⭐ 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 - [GitHub](https://github.com/cinemagoer/cinemagoer) (👨‍💻 78 · 🔀 340 · 📥 400 · 📋 330 - 21% open · ⏱️ 04.12.2023): ``` git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/imdbpy) (📥 13M / month · 📦 130 · ⏱️ 09.07.2022): +- [PyPi](https://pypi.org/project/imdbpy) (📥 14M / month · 📦 130 · ⏱️ 09.07.2022): ``` pip install imdbpy ``` @@ -3265,19 +3239,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/notion) (📥 6.1K / month · 📦 38 · ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/notion) (📥 6.4K / month · 📦 38 · ⏱️ 05.02.2021): ``` pip install notion ```
ghapi (🥉25 · ⭐ 500 · 💤) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 16 · 🔀 55 · 📦 1.2K · 📋 130 - 36% open · ⏱️ 14.06.2023): +- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 16 · 🔀 56 · 📦 1.2K · 📋 130 - 36% open · ⏱️ 14.06.2023): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 730K / month · 📦 64 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ghapi) (📥 800K / month · 📦 64 · ⏱️ 14.06.2023): ``` pip install ghapi ``` @@ -3289,7 +3263,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/arc298/instagram-scraper ``` -- [PyPi](https://pypi.org/project/instagram-scraper) (📥 2.4K / month · 📦 27 · ⏱️ 20.02.2024): +- [PyPi](https://pypi.org/project/instagram-scraper) (📥 2.1K / month · 📦 27 · ⏱️ 20.02.2024): ``` pip install instagram-scraper ``` @@ -3308,13 +3282,13 @@ _General purpose web frameworks to build web applications and REST APIs._ - slacker (🥉30 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API. Apache-2 - Google Images Download (🥉29 · ⭐ 8.5K · 💀) - Python Script to download hundreds of images from.. MIT - coursera-dl (🥉28 · ⭐ 9.2K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 -- twitter-scraper (🥉27 · ⭐ 3.8K · 💀) - Scrape the Twitter Frontend API without authentication. MIT - python-instagram (🥉27 · ⭐ 3K · 💀) - Python Client for Instagram API. 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 +- scdl (🥉26 · ⭐ 3K · 💀) - Soundcloud Music Downloader. ❗️GPL-2.0 - gmusicapi (🥉26 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 +- twitter-scraper (🥉25 · ⭐ 3.8K · 💀) - Scrape the Twitter Frontend API without authentication. MIT - WikiExtractor (🥉25 · ⭐ 3.6K · 💀) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- scdl (🥉25 · ⭐ 3K · 💀) - Soundcloud Music Downloader. ❗️GPL-2.0 - twitterscraper (🥉25 · ⭐ 2.4K · 💀) - Scrape Twitter for Tweets. MIT - instagram_private_api (🥉24 · ⭐ 2.9K · 💀) - A Python library to access Instagrams private API. MIT - pyshorteners (🥉24 · ⭐ 370 · 💀) - Generating short urls with python has never been easier. ❗️GPL-3.0 @@ -3335,14 +3309,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 3.9K / month · 📦 37 · ⏱️ 11.01.2024): +- [PyPi](https://pypi.org/project/modoboa) (📥 4K / month · 📦 37 · ⏱️ 11.01.2024): ``` pip install modoboa ```
flanker (🥈26 · ⭐ 1.6K · 💤) - Python email address and Mime parsing library. Apache-2 -- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 57 · 🔀 190 · 📦 500 · 📋 92 - 58% open · ⏱️ 03.03.2023): +- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 57 · 🔀 190 · 📦 510 · 📋 92 - 58% open · ⏱️ 03.03.2023): ``` git clone https://github.com/mailgun/flanker @@ -3354,7 +3328,7 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi-mail (🥈26 · ⭐ 580 · 💤) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 41 · 🔀 75 · 📦 2.4K · 📋 110 - 13% open · ⏱️ 18.07.2023): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 41 · 🔀 75 · 📦 2.5K · 📋 110 - 13% open · ⏱️ 18.07.2023): ``` git clone https://github.com/sabuhish/fastapi-mail @@ -3371,7 +3345,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (📥 100K / month · 📦 82 · ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (📥 110K / month · 📦 82 · ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -3382,7 +3356,7 @@ _General purpose web frameworks to build web applications and REST APIs._
salmon (🥉17 · ⭐ 620 · 💤) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (👨‍💻 15 · 🔀 69 · 📥 120 · 📦 20 · 📋 90 - 18% open · ⏱️ 02.04.2023): +- [GitHub](https://github.com/moggers87/salmon) (👨‍💻 15 · 🔀 68 · 📥 120 · 📦 20 · 📋 90 - 18% open · ⏱️ 02.04.2023): ``` git clone https://github.com/moggers87/salmon @@ -3394,9 +3368,9 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 6 hidden projects... -- flask-mail (🥇30 · ⭐ 580 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 -- sync-engine (🥈29 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 -- yagmail (🥈29 · ⭐ 2.6K · 💀) - Send email in Python conveniently for gmail using yagmail. MIT +- sync-engine (🥇29 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 +- yagmail (🥇29 · ⭐ 2.6K · 💀) - Send email in Python conveniently for gmail using yagmail. MIT +- flask-mail (🥇29 · ⭐ 580 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - offlineimap (🥉24 · ⭐ 1.8K · 💤) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗️libpng-2.0 - pyramid_mailer (🥉21 · ⭐ 50 · 💀) - A package for sending email from your Pyramid.. BSD-3 - gmail (🥉20 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail. MIT @@ -3411,12 +3385,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (🥇45 · ⭐ 50K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 640 · 🔀 10K · 📦 44K · 📋 3.2K - 21% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 640 · 🔀 10K · 📦 44K · 📋 3.2K - 20% open · ⏱️ 29.02.2024): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (📥 1.2M / month · 📦 4.6K · ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/scrapy) (📥 1.3M / month · 📦 4.6K · ⏱️ 14.02.2024): ``` pip install scrapy ``` @@ -3436,7 +3410,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install feedparser ``` -- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 620K · ⏱️ 10.01.2024): +- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 630K · ⏱️ 10.01.2024): ``` conda install -c conda-forge feedparser ``` @@ -3448,7 +3422,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) (📥 16K / month · 📦 27 · ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/you-get) (📥 17K / month · 📦 27 · ⏱️ 01.07.2022): ``` pip install you-get ``` @@ -3457,14 +3431,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge you-get ```
-
trafilatura (🥇32 · ⭐ 2.5K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 +
trafilatura (🥇32 · ⭐ 2.6K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 38 · 🔀 190 · 📦 2.8K · 📋 290 - 23% open · ⏱️ 16.02.2024): +- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 38 · 🔀 190 · 📦 2.8K · 📋 290 - 23% open · ⏱️ 27.02.2024): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (📥 200K / month · 📦 73 · ⏱️ 25.01.2024): +- [PyPi](https://pypi.org/project/trafilatura) (📥 220K / month · 📦 73 · ⏱️ 25.01.2024): ``` pip install trafilatura ``` @@ -3476,7 +3450,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/maurosoria/dirsearch ``` -- [PyPi](https://pypi.org/project/dirsearch) (📥 2.9K / month · ⏱️ 03.10.2022): +- [PyPi](https://pypi.org/project/dirsearch) (📥 3.3K / month · ⏱️ 03.10.2022): ``` pip install dirsearch ``` @@ -3488,7 +3462,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/GeneralMills/pytrends ``` -- [PyPi](https://pypi.org/project/pytrends) (📥 120K / month · 📦 80 · ⏱️ 13.04.2023): +- [PyPi](https://pypi.org/project/pytrends) (📥 130K / month · 📦 82 · ⏱️ 13.04.2023): ``` pip install pytrends ``` @@ -3504,7 +3478,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 89M / month · 📦 2.8K · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/soupsieve) (📥 92M / month · 📦 2.8K · ⏱️ 02.09.2023): ``` pip install soupsieve ``` @@ -3513,9 +3487,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge soupsieve ```
+
cloudscraper (🥈30 · ⭐ 3.8K · 💤) - A Python module to bypass Cloudflares anti-bot page. MIT + +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 12 · 🔀 440 · 📦 21K · ⏱️ 25.04.2023): + + ``` + git clone https://github.com/venomous/cloudscraper + ``` +- [PyPi](https://pypi.org/project/cloudscraper) (📥 480K / month · 📦 150 · ⏱️ 25.04.2023): + ``` + pip install cloudscraper + ``` +
parsel (🥈30 · ⭐ 1.1K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 50 · 🔀 140 · 📦 32K · 📋 120 - 31% open · ⏱️ 05.10.2023): +- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 50 · 🔀 140 · 📦 32K · 📋 120 - 31% open · ⏱️ 23.02.2024): ``` git clone https://github.com/scrapy/parsel @@ -3529,16 +3515,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge parsel ```
-
cloudscraper (🥈29 · ⭐ 3.8K · 💤) - A Python module to bypass Cloudflares anti-bot page. MIT +
MechanicalSoup (🥉28 · ⭐ 4.5K) - A Python library for automating interaction with websites. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 12 · 🔀 440 · 📦 21K · ⏱️ 25.04.2023): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 55 · 🔀 390 · 📥 43 · 📋 180 - 19% open · ⏱️ 24.12.2023): ``` - git clone https://github.com/venomous/cloudscraper + git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 410K / month · 📦 150 · ⏱️ 25.04.2023): +- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 64K / month · 📦 270 · ⏱️ 04.07.2023): ``` - pip install cloudscraper + pip install MechanicalSoup + ``` +- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 140K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge mechanicalsoup ```
extruct (🥉28 · ⭐ 800 · 💤) - Extract embedded metadata from HTML markup. BSD-3 @@ -3553,22 +3543,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install extruct ```
-
MechanicalSoup (🥉27 · ⭐ 4.5K) - A Python library for automating interaction with websites. MIT - -- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 55 · 🔀 390 · 📥 43 · 📋 180 - 19% open · ⏱️ 24.12.2023): - - ``` - git clone https://github.com/MechanicalSoup/MechanicalSoup - ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 54K / month · 📦 270 · ⏱️ 04.07.2023): - ``` - pip install MechanicalSoup - ``` -- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 140K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge mechanicalsoup - ``` -
Grab (🥉27 · ⭐ 2.3K · 💤) - Web Scraping Framework. MIT - [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 260 · 📦 410 · 📋 240 - 9% open · ⏱️ 01.07.2023): @@ -3576,7 +3550,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (📥 3.5K / month · 📦 110 · ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (📥 4.1K / month · 📦 110 · ⏱️ 24.06.2018): ``` pip install grab ``` @@ -3588,7 +3562,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) (📥 27K / month · 📦 190 · ⏱️ 19.06.2023): +- [PyPi](https://pypi.org/project/micawber) (📥 28K / month · 📦 190 · ⏱️ 19.06.2023): ``` pip install micawber ``` @@ -3604,19 +3578,19 @@ _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) (📥 810 / month · 📦 8 · ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/gerapy) (📥 970 / month · 📦 8 · ⏱️ 19.07.2023): ``` pip install gerapy ```
-
gazpacho (🥉21 · ⭐ 730) - The simple, fast, and modern web scraping library. MIT +
gazpacho (🥉20 · ⭐ 730) - The simple, fast, and modern web scraping library. MIT - [GitHub](https://github.com/maxhumber/gazpacho) (👨‍💻 16 · 🔀 58 · 📦 280 · 📋 47 - 29% open · ⏱️ 07.12.2023): ``` git clone https://github.com/maxhumber/gazpacho ``` -- [PyPi](https://pypi.org/project/gazpacho) (📥 9.8K / month · 📦 9 · ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/gazpacho) (📥 7.9K / month · 📦 9 · ⏱️ 09.10.2020): ``` pip install gazpacho ``` @@ -3628,19 +3602,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - pyspider (🥈29 · ⭐ 16K · 💀) - A Powerful Spider(Web Crawler) System in Python. Apache-2 - python-goose (🥈29 · ⭐ 3.9K · 💀) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 - robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper. BSD-3 +- scrapely (🥉25 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library. BSD-3 - Photon (🥉24 · ⭐ 10K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 -- scrapely (🥉24 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library. BSD-3 - frontera (🥉24 · ⭐ 1.3K · 💀) - A scalable frontier for web crawlers. BSD-3 - AutoScraper (🥉23 · ⭐ 5.8K · 💀) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - ruia (🥉23 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - Cola (🥉21 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework. Apache-2 - Lassie (🥉21 · ⭐ 600 · 💀) - Web Content Retrieval for Humans. MIT -- snallygaster (🥉20 · ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - gain (🥉19 · ⭐ 2K · 💀) - Web crawling framework based on asyncio. ❗️GPL-3.0 +- snallygaster (🥉19 · ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - opengraph (🥉15 · ⭐ 220 · 💀) - A python module to parse the Open Graph Protocol. MIT - Transistor (🥉14 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use.. MIT - lazynlp (🥉13 · ⭐ 2.1K · 💀) - Library to scrape and clean web pages to create massive datasets. MIT -- Scrapera (🥉12 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans. MIT +- Scrapera (🥉13 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans. MIT

@@ -3650,23 +3624,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (🥇42 · ⭐ 36K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 810 · 🔀 4.1K · 📥 47K · 📦 680 · 📋 11K - 18% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 820 · 🔀 4.1K · 📥 47K · 📦 680 · 📋 11K - 18% open · ⏱️ 29.02.2024): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (📥 3.9K / month · 📦 400 · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sentry) (📥 5K / month · 📦 400 · ⏱️ 25.07.2023): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 730K · ⏱️ 19.02.2024): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 730K · ⏱️ 27.02.2024): ``` conda install -c conda-forge sentry-sdk ```
opentelemetry-python (🥇37 · ⭐ 1.5K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 220 · 🔀 550 · 📦 12K · 📋 1.6K - 18% open · ⏱️ 16.02.2024): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 220 · 🔀 530 · 📦 12K · 📋 1.6K - 17% open · ⏱️ 29.02.2024): ``` git clone https://github.com/open-telemetry/opentelemetry-python @@ -3675,7 +3649,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 420K · ⏱️ 22.12.2023): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 420K · ⏱️ 23.02.2024): ``` conda install -c conda-forge opentelemetry-api ``` @@ -3687,7 +3661,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (📥 30M / month · 📦 900 · ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/prometheus-client) (📥 31M / month · 📦 900 · ⏱️ 14.02.2024): ``` pip install prometheus-client ``` @@ -3704,18 +3678,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/allinurl/goaccess ```
-
Flask-MonitoringDashboard (🥈27 · ⭐ 730) - Automatically monitor the evolving performance of.. MIT - -- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 37 · 🔀 160 · 📋 190 - 28% open · ⏱️ 21.02.2024): - - ``` - git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard - ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 11K / month · 📦 15 · ⏱️ 05.12.2023): - ``` - pip install flask-monitoringdashboard - ``` -
prometheus-flask-exporter (🥈27 · ⭐ 610) - Prometheus exporter for Flask applications. MIT - [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (👨‍💻 27 · 🔀 160 · 📋 140 - 26% open · ⏱️ 26.10.2023): @@ -3723,7 +3685,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 5.5M / month · 📦 72 · ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 5.2M / month · 📦 72 · ⏱️ 27.10.2023): ``` pip install prometheus-flask-exporter ``` @@ -3732,14 +3694,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge prometheus_flask_exporter ```
+
Flask-MonitoringDashboard (🥉26 · ⭐ 730) - Automatically monitor the evolving performance of.. MIT + +- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 37 · 🔀 160 · 📋 190 - 28% open · ⏱️ 21.02.2024): + + ``` + git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard + ``` +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 11K / month · 📦 15 · ⏱️ 05.12.2023): + ``` + pip install flask-monitoringdashboard + ``` +
starlette context (🥉25 · ⭐ 410) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 7 · 🔀 21 · 📦 780 · 📋 38 - 15% open · ⏱️ 07.11.2023): +- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 7 · 🔀 21 · 📦 790 · 📋 38 - 15% open · ⏱️ 07.11.2023): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 480K / month · 📦 24 · ⏱️ 16.02.2023): +- [PyPi](https://pypi.org/project/starlette-context) (📥 520K / month · 📦 24 · ⏱️ 16.02.2023): ``` pip install starlette-context ``` @@ -3751,7 +3725,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/perdy/starlette-prometheus ``` -- [PyPi](https://pypi.org/project/starlette-prometheus) (📥 70K / month · 📦 11 · ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/starlette-prometheus) (📥 74K / month · 📦 11 · ⏱️ 10.01.2022): ``` pip install starlette-prometheus ``` @@ -3771,68 +3745,68 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Streamlit (🥇44 · ⭐ 30K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 220 · 🔀 2.7K · 📦 310K · 📋 3.9K - 18% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 220 · 🔀 2.7K · 📦 320K · 📋 4K - 19% open · ⏱️ 29.02.2024): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 4.2M / month · 📦 1.4K · ⏱️ 12.02.2024): +- [PyPi](https://pypi.org/project/streamlit) (📥 5M / month · 📦 1.4K · ⏱️ 12.02.2024): ``` pip install streamlit ```
Panel (🥇39 · ⭐ 3.9K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 160 · 🔀 430 · 📦 10K · 📋 3.2K - 30% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 160 · 🔀 440 · 📦 10K · 📋 3.3K - 30% open · ⏱️ 27.02.2024): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (📥 710K / month · 📦 210 · ⏱️ 24.01.2024): +- [PyPi](https://pypi.org/project/panel) (📥 740K / month · 📦 210 · ⏱️ 28.02.2024): ``` pip install panel ```
-
NiceGUI (🥈34 · ⭐ 6.7K) - Create web-based user interfaces with Python. The nice way. MIT +
NiceGUI (🥈34 · ⭐ 6.8K) - Create web-based user interfaces with Python. The nice way. MIT -- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 92 · 🔀 400 · 📦 570 · 📋 750 - 3% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 96 · 🔀 410 · 📦 570 · 📋 770 - 5% open · ⏱️ 29.02.2024): ``` git clone https://github.com/zauberzeug/nicegui ``` -- [PyPi](https://pypi.org/project/nicegui) (📥 95K / month · 📦 36 · ⏱️ 09.02.2024): +- [PyPi](https://pypi.org/project/nicegui) (📥 88K / month · 📦 37 · ⏱️ 27.02.2024): ``` pip install nicegui ``` -- [Conda](https://anaconda.org/conda-forge/nicegui) (📥 8.4K · ⏱️ 10.02.2024): +- [Conda](https://anaconda.org/conda-forge/nicegui) (📥 8.5K · ⏱️ 29.02.2024): ``` conda install -c conda-forge nicegui ``` -- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 15K · ⭐ 10 · ⏱️ 09.02.2024): +- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 15K · ⭐ 10 · ⏱️ 27.02.2024): ``` docker pull zauberzeug/nicegui ```
wave (🥈32 · ⭐ 3.8K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (👨‍💻 53 · 🔀 310 · 📥 1.9M · 📋 1K - 20% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/h2oai/wave) (👨‍💻 53 · 🔀 310 · 📥 1.9M · 📋 1K - 20% open · ⏱️ 26.02.2024): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (📥 28K / month · 📦 200 · ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (📥 29K / month · 📦 200 · ⏱️ 09.01.2011): ``` pip install wave ```
PyWebIO (🥈29 · ⭐ 4.3K) - Write interactive web app in script way. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 19 · 🔀 370 · 📦 1.5K · 📋 220 - 12% open · ⏱️ 16.02.2024): +- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 19 · 🔀 360 · 📦 1.5K · 📋 220 - 12% open · ⏱️ 16.02.2024): ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (📥 8.6K / month · 📦 17 · ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/pywebio) (📥 8.8K / month · 📦 17 · ⏱️ 30.10.2023): ``` pip install pywebio ``` @@ -3845,9 +3819,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/pyscript/pyscript ```
+
idom (🥉26 · ⭐ 7.6K) - Its React, but in Python. MIT + +- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 21 · 🔀 300 · 📦 120 · 📋 360 - 25% open · ⏱️ 10.02.2024): + + ``` + git clone https://github.com/idom-team/idom + ``` +- [PyPi](https://pypi.org/project/idom) (📥 1.4K / month · 📦 6 · ⏱️ 26.02.2023): + ``` + pip install idom + ``` +
Misago (🥉26 · ⭐ 2.4K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 43 · 🔀 520 · 📦 47 · 📋 1.3K - 9% open · ⏱️ 18.02.2024): +- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 43 · 🔀 520 · 📦 47 · 📋 1.3K - 9% open · ⏱️ 25.02.2024): ``` git clone https://github.com/rafalp/Misago @@ -3860,7 +3846,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (📥 560 / month · 📦 1 · ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/wooey) (📥 540 / month · 📦 1 · ⏱️ 21.11.2023): ``` pip install wooey ``` @@ -3872,23 +3858,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/markfinger/python-react ``` -- [PyPi](https://pypi.org/project/react) (📥 11K / month · 📦 48 · ⏱️ 08.10.2018): +- [PyPi](https://pypi.org/project/react) (📥 12K / month · 📦 48 · ⏱️ 08.10.2018): ``` pip install react ```
-
idom (🥉25 · ⭐ 7.5K) - Its React, but in Python. MIT - -- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 21 · 🔀 300 · 📦 110 · 📋 360 - 31% open · ⏱️ 10.02.2024): - - ``` - git clone https://github.com/idom-team/idom - ``` -- [PyPi](https://pypi.org/project/idom) (📥 870 / month · 📦 6 · ⏱️ 26.02.2023): - ``` - pip install idom - ``` -
flaskbb (🥉24 · ⭐ 2.5K · 💤) - A classic Forum Software in Python using Flask. BSD-3 - [GitHub](https://github.com/flaskbb/flaskbb) (👨‍💻 67 · 🔀 600 · 📦 30 · 📋 350 - 12% open · ⏱️ 13.03.2023): @@ -3903,12 +3877,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trame (🥉24 · ⭐ 280) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (👨‍💻 18 · 🔀 44 · 📥 220 · 📋 56 - 19% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/Kitware/trame) (👨‍💻 18 · 🔀 44 · 📥 220 · 📋 57 - 21% open · ⏱️ 23.02.2024): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (📥 41K / month · 📦 31 · ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/trame) (📥 39K / month · 📦 31 · ⏱️ 01.02.2024): ``` pip install trame ``` @@ -3921,12 +3895,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (🥇38 · ⭐ 7.8K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 280 · 🔀 1K · 📥 210 · 📦 84K · 📋 890 - 8% open · ⏱️ 14.02.2024): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 280 · 🔀 1K · 📥 210 · 📦 85K · 📋 880 - 8% open · ⏱️ 22.02.2024): ``` git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 2.5M / month · 📦 12K · ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 2.6M / month · 📦 12K · ⏱️ 01.02.2024): ``` pip install django-debug-toolbar ``` @@ -3958,7 +3932,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-grappelli) (📥 200K / month · 📦 1.7K · ⏱️ 20.12.2023): +- [PyPi](https://pypi.org/project/django-grappelli) (📥 210K / month · 📦 1.7K · ⏱️ 20.12.2023): ``` pip install django-grappelli ``` @@ -3974,14 +3948,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (📥 110K / month · 📦 44 · ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 120K / month · 📦 44 · ⏱️ 30.01.2024): ``` pip install django-admin-interface ```
-
starlette-admin (🥉25 · ⭐ 430) - Fast, beautiful and extensible administrative interface.. MIT +
starlette-admin (🥉25 · ⭐ 440) - Fast, beautiful and extensible administrative interface.. MIT -- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 14 · 🔀 47 · 📦 290 · 📋 180 - 37% open · ⏱️ 16.02.2024): +- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 14 · 🔀 48 · 📦 300 · 📋 180 - 36% open · ⏱️ 16.02.2024): ``` git clone https://github.com/jowilf/starlette-admin @@ -3990,19 +3964,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install starlette-admin ``` -- [Conda](https://anaconda.org/conda-forge/starlette-admin) (📥 1.2K · ⏱️ 21.01.2024): +- [Conda](https://anaconda.org/conda-forge/starlette-admin) (📥 1.3K · ⏱️ 21.01.2024): ``` conda install -c conda-forge starlette-admin ```
fastapi-admin (🥉24 · ⭐ 2.4K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 13 · 🔀 320 · 📦 270 · 📋 120 - 39% open · ⏱️ 18.01.2024): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 13 · 🔀 320 · 📦 280 · 📋 120 - 38% open · ⏱️ 18.01.2024): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.6K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.9K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4036,7 +4010,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇39 · ⭐ 38K) - The Cloud-Native API Gateway and AI Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 400 · 🔀 4.7K · 📦 21 · 📋 4.3K - 2% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 400 · 🔀 4.7K · 📦 21 · 📋 4.4K - 2% open · ⏱️ 29.02.2024): ``` git clone https://github.com/kong/kong @@ -4048,7 +4022,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
tyk (🥉27 · ⭐ 9.1K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 120 · 🔀 1K · 📋 2.1K - 14% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 120 · 🔀 1.1K · 📋 2.2K - 15% open · ⏱️ 29.02.2024): ``` git clone https://github.com/TykTechnologies/tyk @@ -4062,12 +4036,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-sqlalchemy (🥇37 · ⭐ 4.1K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 920 · 📥 530 · 📦 380K · 📋 650 - 1% open · ⏱️ 15.01.2024): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 920 · 📥 540 · 📦 390K · 📋 650 - 1% open · ⏱️ 15.01.2024): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 6.2M / month · 📦 27K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 6.4M / month · 📦 27K · ⏱️ 11.09.2023): ``` pip install flask-sqlalchemy ``` @@ -4083,7 +4057,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/miguelgrinberg/Flask-Migrate ``` -- [PyPi](https://pypi.org/project/flask-migrate) (📥 1.6M / month · 📦 9.6K · ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/flask-migrate) (📥 1.7M / month · 📦 9.6K · ⏱️ 12.09.2023): ``` pip install flask-migrate ``` @@ -4092,18 +4066,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-migrate ```
-
flask-limiter (🥇32 · ⭐ 1.1K) - Rate Limiting extension for Flask. MIT - -- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 44 · 🔀 120 · 📥 250 · 📦 8.8K · 📋 170 - 0% open · ⏱️ 11.02.2024): - - ``` - git clone https://github.com/alisaifee/flask-limiter - ``` -- [PyPi](https://pypi.org/project/flask-limiter) (📥 5.7M / month · 📦 400 · ⏱️ 11.02.2024): - ``` - pip install flask-limiter - ``` -
flask-caching (🥇32 · ⭐ 860) - A caching extension for Flask. BSD-3 - [GitHub](https://github.com/pallets-eco/flask-caching) (👨‍💻 110 · 🔀 190 · 📦 19K · 📋 240 - 24% open · ⏱️ 06.01.2024): @@ -4122,16 +4084,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-session (🥇32 · ⭐ 480) - Server side session extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-session) (👨‍💻 15 · 🔀 230 · 📥 26 · 📦 36K · 📋 120 - 25% open · ⏱️ 02.02.2024): +- [GitHub](https://github.com/pallets-eco/flask-session) (👨‍💻 15 · 🔀 230 · 📥 26 · 📦 36K · 📋 120 - 14% open · ⏱️ 02.02.2024): ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (📥 4M / month · 📦 1.1K · ⏱️ 19.01.2024): +- [PyPi](https://pypi.org/project/flask-session) (📥 4.1M / month · 📦 1.1K · ⏱️ 19.01.2024): ``` pip install flask-session ```
+
flask-limiter (🥈31 · ⭐ 1.1K) - Rate Limiting extension for Flask. MIT + +- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 44 · 🔀 120 · 📥 250 · 📦 8.9K · 📋 170 - 0% open · ⏱️ 11.02.2024): + + ``` + git clone https://github.com/alisaifee/flask-limiter + ``` +- [PyPi](https://pypi.org/project/flask-limiter) (📥 5.7M / month · 📦 400 · ⏱️ 11.02.2024): + ``` + pip install flask-limiter + ``` +
flask-cors (🥈31 · ⭐ 860) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT - [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 45 · 🔀 140 · 📦 270K · 📋 160 - 29% open · ⏱️ 27.08.2023): @@ -4139,7 +4113,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (📥 7.3M / month · 📦 8.3K · ⏱️ 26.06.2023): +- [PyPi](https://pypi.org/project/flask-cors) (📥 7.4M / month · 📦 8.4K · ⏱️ 26.06.2023): ``` pip install flask-cors ``` @@ -4155,7 +4129,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 720K / month · 📦 830 · ⏱️ 05.02.2024): +- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 780K / month · 📦 830 · ⏱️ 05.02.2024): ``` pip install flask-marshmallow ``` @@ -4187,7 +4161,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-api/flask-api ``` -- [PyPi](https://pypi.org/project/flask-api) (📥 130K / month · 📦 700 · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/flask-api) (📥 120K / month · 📦 700 · ⏱️ 05.06.2023): ``` pip install flask-api ``` @@ -4215,7 +4189,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/flask-paginate) (📥 90K / month · 📦 49 · ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/flask-paginate) (📥 95K / month · 📦 49 · ⏱️ 23.10.2023): ``` pip install flask-paginate ``` @@ -4231,7 +4205,7 @@ _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) (📥 43K / month · 📦 2.3K · ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/flask-moment) (📥 45K / month · 📦 2.3K · ⏱️ 05.10.2022): ``` pip install flask-moment ``` @@ -4242,59 +4216,59 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask_pydantic (🥉25 · ⭐ 320) - flask extension for integration with the awesome pydantic.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 13 · 🔀 55 · 📦 550 · 📋 44 - 45% open · ⏱️ 08.01.2024): +- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 13 · 🔀 55 · 📦 550 · 📋 45 - 44% open · ⏱️ 08.01.2024): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 160K / month · 📦 5 · ⏱️ 08.01.2024): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 170K / month · 📦 5 · ⏱️ 08.01.2024): ``` pip install flask_pydantic ```
-
flask-rebar (🥉24 · ⭐ 230) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
flask_injector (🥉24 · ⭐ 260 · 💤) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 39 · 🔀 37 · 📦 51 · 📋 110 - 46% open · ⏱️ 16.02.2024): +- [GitHub](https://github.com/python-injector/flask_injector) (👨‍💻 13 · 🔀 40 · 📦 880 · 📋 51 - 23% open · ⏱️ 27.07.2023): ``` - git clone https://github.com/plangrid/flask-rebar + git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/flask-rebar) (📥 6K / month · 📦 6 · ⏱️ 16.02.2024): +- [PyPi](https://pypi.org/project/flask_injector) (📥 61K / month · 📦 66 · ⏱️ 27.07.2023): ``` - pip install flask-rebar + pip install flask_injector + ``` +- [Conda](https://anaconda.org/conda-forge/flask-injector) (📥 5.5K · ⏱️ 28.07.2023): + ``` + conda install -c conda-forge flask-injector ```
-
flask-jsonrpc (🥉23 · ⭐ 280) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 +
flask-rebar (🥉24 · ⭐ 230) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 17 · 🔀 66 · 📥 30 · 📦 230 · 📋 81 - 12% open · ⏱️ 13.02.2024): +- [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 40 · 🔀 37 · 📦 51 · 📋 110 - 46% open · ⏱️ 23.02.2024): ``` - git clone https://github.com/cenobites/flask-jsonrpc + git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/rpc) (📥 310 / month · 📦 6 · ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/flask-rebar) (📥 6.9K / month · 📦 6 · ⏱️ 16.02.2024): ``` - pip install rpc + pip install flask-rebar ```
-
flask_injector (🥉23 · ⭐ 260 · 💤) - Adds Injector support to Flask. BSD-3 +
flask-jsonrpc (🥉23 · ⭐ 280) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 -- [GitHub](https://github.com/python-injector/flask_injector) (👨‍💻 13 · 🔀 40 · 📦 880 · 📋 51 - 23% open · ⏱️ 27.07.2023): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 17 · 🔀 66 · 📥 30 · 📦 230 · 📋 81 - 12% open · ⏱️ 13.02.2024): ``` - git clone https://github.com/alecthomas/flask_injector - ``` -- [PyPi](https://pypi.org/project/flask_injector) (📥 54K / month · 📦 66 · ⏱️ 27.07.2023): - ``` - pip install flask_injector + git clone https://github.com/cenobites/flask-jsonrpc ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (📥 5.5K · ⏱️ 28.07.2023): +- [PyPi](https://pypi.org/project/rpc) (📥 340 / month · 📦 6 · ⏱️ 28.04.2012): ``` - conda install -c conda-forge flask-injector + pip install rpc ```
cookiecutter-flask (🥉21 · ⭐ 4.5K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 77 · 🔀 760 · 📋 190 - 4% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 77 · 🔀 750 · 📋 190 - 5% open · ⏱️ 27.02.2024): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask @@ -4307,11 +4281,23 @@ _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) (📥 500 / month · 📦 1 · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/safrs) (📥 540 / month · 📦 1 · ⏱️ 28.11.2023): ``` pip install safrs ```
+
Flask-Opentracing (🥉21 · ⭐ 140) - OpenTracing instrumentation for the Flask.. BSD-3 + +- [GitHub](https://github.com/opentracing-contrib/python-flask) (👨‍💻 16 · 🔀 48 · 📦 480 · 📋 34 - 58% open · ⏱️ 29.02.2024): + + ``` + git clone https://github.com/opentracing-contrib/python-flask + ``` +- [PyPi](https://pypi.org/project/Flask-Opentracing) (📥 330K / month · 📦 32 · ⏱️ 22.10.2019): + ``` + pip install Flask-Opentracing + ``` +
flask-msearch (🥉19 · ⭐ 210) - Full text search for flask. BSD-3 - [GitHub](https://github.com/honmaple/flask-msearch) (👨‍💻 4 · 🔀 30 · 📦 550 · 📋 52 - 17% open · ⏱️ 16.01.2024): @@ -4319,7 +4305,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/honmaple/flask-msearch ``` -- [PyPi](https://pypi.org/project/flask-msearch) (📥 660 / month · 📦 12 · ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/flask-msearch) (📥 600 / month · 📦 12 · ⏱️ 16.01.2024): ``` pip install flask-msearch ``` @@ -4331,26 +4317,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (📥 120 / month · ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/flask-file-upload) (📥 140 / month · ⏱️ 07.12.2021): ``` pip install flask-file-upload ```
-
Show 16 hidden projects... +
Show 15 hidden projects... - flask-mongoengine (🥈30 · ⭐ 840 · 💀) - MongoEngine flask extension with WTF model forms.. BSD-3 - flask-security (🥈29 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT - flask-bcrypt (🥈27 · ⭐ 320 · 💀) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 - flask-apispec (🥈26 · ⭐ 640 · 💀) - Build and document REST APIs with Flask and apispec. MIT +- Frozen-Flask (🥉25 · ⭐ 780) - Freezes a Flask application into a set of static files. ❗Unlicensed - flask-ask (🥉24 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python. Apache-2 - flask-bootstrap (🥉24 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 -- Frozen-Flask (🥉24 · ⭐ 780) - Freezes a Flask application into a set of static files. ❗Unlicensed - flask-profiler (🥉24 · ⭐ 740 · 💀) - a flask profiler which watches endpoint calls and tries.. MIT - flask-seasurf (🥉24 · ⭐ 190 · 💀) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 - Flask-Excel (🥉23 · ⭐ 260 · 💀) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 - flask-talisman (🥉22 · ⭐ 910 · 💀) - HTTP security headers for Flask. Apache-2 - flask-s3 (🥉21 · ⭐ 190 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL -- Flask-Opentracing (🥉21 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3 - flask-ngrok (🥉20 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine. Apache-2 - flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code... MIT - flask2postman (🥉13 · ⭐ 150 · 💀) - Generate a Postman collection from your Flask application. MIT @@ -4361,62 +4346,62 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
sqladmin (🥇29 · ⭐ 1.5K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 +
sqladmin (🥇28 · ⭐ 1.5K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (👨‍💻 49 · 🔀 150 · 📦 610 · 📋 190 - 14% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/aminalaee/sqladmin) (👨‍💻 49 · 🔀 150 · 📦 620 · 📋 190 - 14% open · ⏱️ 21.02.2024): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (📥 53K / month · 📦 7 · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/sqladmin) (📥 54K / month · 📦 7 · ⏱️ 21.02.2024): ``` pip install sqladmin ```
-
slowapi (🥇27 · ⭐ 910) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (🥇27 · ⭐ 920) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 24 · 🔀 65 · 📦 1.9K · 📋 110 - 49% open · ⏱️ 05.02.2024): +- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 24 · 🔀 64 · 📦 1.9K · 📋 110 - 49% open · ⏱️ 05.02.2024): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (📥 220K / month · 📦 25 · ⏱️ 05.02.2024): +- [PyPi](https://pypi.org/project/slowapi) (📥 250K / month · 📦 25 · ⏱️ 05.02.2024): ``` pip install slowapi ```
fastapi-utils (🥈25 · ⭐ 1.7K · 💤) - Reusable utilities for FastAPI. MIT -- [GitHub](https://github.com/dmontagu/fastapi-utils) (👨‍💻 2 · 🔀 160 · 📦 3.5K · 📋 74 - 82% open · ⏱️ 19.03.2023): +- [GitHub](https://github.com/dmontagu/fastapi-utils) (👨‍💻 2 · 🔀 160 · 📦 3.5K · 📋 74 - 81% open · ⏱️ 19.03.2023): ``` git clone https://github.com/dmontagu/fastapi-utils ``` -- [PyPi](https://pypi.org/project/fastapi-utils) (📥 1.4M / month · 📦 62 · ⏱️ 07.03.2020): +- [PyPi](https://pypi.org/project/fastapi-utils) (📥 1.3M / month · 📦 64 · ⏱️ 07.03.2020): ``` pip install fastapi-utils ```
-
starlette_exporter (🥈25 · ⭐ 280) - Prometheus exporter for Starlette and FastAPI. Apache-2 +
starlette_exporter (🥈25 · ⭐ 290) - Prometheus exporter for Starlette and FastAPI. Apache-2 - [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 25 · 🔀 34 · 📋 49 - 14% open · ⏱️ 12.02.2024): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (📥 1.2M / month · 📦 11 · ⏱️ 12.02.2024): +- [PyPi](https://pypi.org/project/starlette_exporter) (📥 1.3M / month · 📦 11 · ⏱️ 12.02.2024): ``` pip install starlette_exporter ```
fastapi-admin/fastapi-admin (🥈24 · ⭐ 2.4K) - A fast admin dashboard based on FastAPI and.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 13 · 🔀 320 · 📦 270 · 📋 120 - 39% open · ⏱️ 18.01.2024): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (👨‍💻 13 · 🔀 320 · 📦 280 · 📋 120 - 38% open · ⏱️ 18.01.2024): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.6K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.9K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4428,31 +4413,31 @@ _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) (📥 6.1K / month · 📦 3 · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 6.7K / month · 📦 3 · ⏱️ 07.09.2023): ``` pip install fastapi-code-generator ```
-
fastapi-socketio (🥉22 · ⭐ 310 · 💤) - Easily integrate socket.io with your FastAPI app. Apache-2 +
fastapi-socketio (🥉22 · ⭐ 320 · 💤) - Easily integrate socket.io with your FastAPI app. Apache-2 - [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 7 · 🔀 25 · 📦 3K · 📋 34 - 52% open · ⏱️ 03.03.2023): ``` git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 63K / month · 📦 3 · ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 70K / month · 📦 3 · ⏱️ 06.12.2021): ``` pip install fastapi-socketio ```
fastapi-mvc (🥉21 · ⭐ 540) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 49 · 📥 260 · 📦 10 · 📋 120 - 14% open · ⏱️ 02.02.2024): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 50 · 📥 260 · 📦 10 · 📋 120 - 15% open · ⏱️ 02.02.2024): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 740 / month · ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 840 / month · ⏱️ 09.01.2023): ``` pip install fastapi-mvc ``` @@ -4464,7 +4449,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) (📥 4.2K / month · 📦 2 · ⏱️ 16.02.2024): +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 4.6K / month · 📦 2 · ⏱️ 16.02.2024): ``` pip install fastapi-plugins ``` @@ -4472,9 +4457,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 8 hidden projects... - fastapi-crudrouter (🥈24 · ⭐ 1.3K · 💀) - A dynamic FastAPI router that automatically creates.. MIT -- fastapi-sqlalchemy (🥉22 · ⭐ 560 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT -- fastapi_contrib (🥉18 · ⭐ 590 · 💀) - Opinionated set of utilities on top of FastAPI. MIT +- fastapi-sqlalchemy (🥉22 · ⭐ 570 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT - fastapi-versioning (🥉18 · ⭐ 590 · 💀) - api versioning for fastapi web applications. MIT +- fastapi_contrib (🥉18 · ⭐ 590 · 💀) - Opinionated set of utilities on top of FastAPI. MIT - fastapi_cache (🥉18 · ⭐ 210 · 💀) - FastAPI simple cache. MIT - fastapi-react (🥉17 · ⭐ 2K · 💀) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT - fastapi_client (🥉14 · ⭐ 320 · 💀) - FastAPI client generator. Apache-2 @@ -4523,7 +4508,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-import-export (🥇38 · ⭐ 2.8K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 200 · 🔀 780 · 📦 93K · 📋 980 - 2% open · ⏱️ 03.02.2024): +- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 200 · 🔀 780 · 📦 94K · 📋 980 - 2% open · ⏱️ 03.02.2024): ``` git clone https://github.com/django-import-export/django-import-export @@ -4539,12 +4524,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-extensions (🥇37 · ⭐ 6.4K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 580 · 🔀 1.1K · 📦 210K · 📋 920 - 21% open · ⏱️ 07.02.2024): +- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 580 · 🔀 1.1K · 📦 220K · 📋 920 - 21% open · ⏱️ 07.02.2024): ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (📥 3.5M / month · 📦 12K · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/django-extensions) (📥 3.6M / month · 📦 12K · ⏱️ 05.06.2023): ``` pip install django-extensions ``` @@ -4560,7 +4545,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 5.4M / month · 📦 6.8K · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 5.6M / month · 📦 6.8K · ⏱️ 14.11.2023): ``` pip install django-cors-headers ``` @@ -4571,12 +4556,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-filter (🥇36 · ⭐ 4.3K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 210 · 🔀 750 · 📦 150K · 📋 820 - 7% open · ⏱️ 27.01.2024): +- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 210 · 🔀 750 · 📦 160K · 📋 820 - 7% open · ⏱️ 27.01.2024): ``` git clone https://github.com/carltongibson/django-filter ``` -- [PyPi](https://pypi.org/project/django-filter) (📥 4.3M / month · 📦 8.9K · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-filter) (📥 4.4M / month · 📦 8.9K · ⏱️ 05.12.2023): ``` pip install django-filter ``` @@ -4608,7 +4593,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-mptt/django-mptt ``` -- [PyPi](https://pypi.org/project/django-mptt) (📥 540K / month · 📦 3.3K · ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/django-mptt) (📥 550K / month · 📦 3.3K · ⏱️ 16.01.2024): ``` pip install django-mptt ``` @@ -4617,26 +4602,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c anaconda django-mptt ```
-
django-simple-history (🥇36 · ⭐ 2K) - Store model history and view/revert changes from.. BSD-3 +
django-storages (🥇36 · ⭐ 2.6K) - Django-storages is a project to provide a variety of.. BSD-3 + +- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 260 · 🔀 840 · 📦 170K · 📋 700 - 21% open · ⏱️ 26.11.2023): + + ``` + git clone https://github.com/jschneier/django-storages + ``` +- [PyPi](https://pypi.org/project/django-storages) (📥 3.2M / month · 📦 5K · ⏱️ 09.10.2023): + ``` + pip install django-storages + ``` +- [Conda](https://anaconda.org/conda-forge/django-storages) (📥 57K · ⏱️ 21.10.2023): + ``` + conda install -c conda-forge django-storages + ``` +
+
django-simple-history (🥇36 · ⭐ 2.1K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 180 · 🔀 460 · 📦 5K · 📋 580 - 27% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 180 · 🔀 460 · 📦 5K · 📋 590 - 27% open · ⏱️ 24.02.2024): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (📥 1.2M / month · 📦 460 · ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/django-simple-history) (📥 1.2M / month · 📦 460 · ⏱️ 23.02.2024): ``` pip install django-simple-history ```
django-stubs (🥇36 · ⭐ 1.4K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 240 · 🔀 400 · 📦 9.8K · 📋 740 - 31% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 240 · 🔀 400 · 📦 9.8K · 📋 740 - 31% open · ⏱️ 26.02.2024): ``` git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-stubs) (📥 1.4M / month · 📦 110 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-stubs) (📥 1.3M / month · 📦 110 · ⏱️ 05.12.2023): ``` pip install django-stubs ``` @@ -4652,7 +4653,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) (📥 830K / month · 📦 1.4K · ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/channels) (📥 920K / month · 📦 1.4K · ⏱️ 03.02.2023): ``` pip install channels ``` @@ -4668,19 +4669,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-reversion) (📥 390K / month · 📦 2.1K · ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/django-reversion) (📥 400K / month · 📦 2.1K · ⏱️ 30.01.2024): ``` pip install django-reversion ```
django-environ (🥈35 · ⭐ 2.9K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 93 · 🔀 320 · 📥 50 · 📦 210K · 📋 240 - 26% open · ⏱️ 01.09.2023): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 93 · 🔀 320 · 📥 54 · 📦 220K · 📋 240 - 26% open · ⏱️ 01.09.2023): ``` git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-environ) (📥 2.1M / month · 📦 3.6K · ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/django-environ) (📥 2.2M / month · 📦 3.6K · ⏱️ 01.09.2023): ``` pip install django-environ ``` @@ -4689,22 +4690,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-environ ```
-
django-storages (🥈35 · ⭐ 2.6K) - Django-storages is a project to provide a variety of.. BSD-3 - -- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 260 · 🔀 840 · 📦 170K · 📋 700 - 21% open · ⏱️ 26.11.2023): - - ``` - git clone https://github.com/jschneier/django-storages - ``` -- [PyPi](https://pypi.org/project/django-storages) (📥 3.1M / month · 📦 5K · ⏱️ 09.10.2023): - ``` - pip install django-storages - ``` -- [Conda](https://anaconda.org/conda-forge/django-storages) (📥 57K · ⏱️ 21.10.2023): - ``` - conda install -c conda-forge django-storages - ``` -
django-phonenumber-field (🥈35 · ⭐ 1.4K) - A django model and form field for normalised phone.. MIT - [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 120 · 🔀 320 · 📥 16 · 📦 25K · 📋 220 - 2% open · ⏱️ 29.12.2023): @@ -4712,7 +4697,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 980K / month · 📦 880 · ⏱️ 29.12.2023): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 1M / month · 📦 880 · ⏱️ 29.12.2023): ``` pip install django-phonenumber-field ``` @@ -4724,19 +4709,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-redis ``` -- [PyPi](https://pypi.org/project/django-redis) (📥 2.6M / month · 📦 3.5K · ⏱️ 01.10.2023): +- [PyPi](https://pypi.org/project/django-redis) (📥 2.7M / month · 📦 3.5K · ⏱️ 01.10.2023): ``` pip install django-redis ```
django-model-utils (🥈34 · ⭐ 2.6K) - Django model mixins and utilities. BSD-3 -- [GitHub](https://github.com/jazzband/django-model-utils) (👨‍💻 130 · 🔀 360 · 📦 23K · 📋 310 - 38% open · ⏱️ 10.02.2024): +- [GitHub](https://github.com/jazzband/django-model-utils) (👨‍💻 130 · 🔀 360 · 📦 23K · 📋 310 - 37% open · ⏱️ 10.02.2024): ``` git clone https://github.com/jazzband/django-model-utils ``` -- [PyPi](https://pypi.org/project/django-model-utils) (📥 1.3M / month · 📦 4.9K · ⏱️ 11.02.2024): +- [PyPi](https://pypi.org/project/django-model-utils) (📥 1.4M / month · 📦 4.9K · ⏱️ 11.02.2024): ``` pip install django-model-utils ``` @@ -4748,7 +4733,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 440K / month · 📦 990 · ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 450K / month · 📦 990 · ⏱️ 16.01.2024): ``` pip install django-webpack-loader ``` @@ -4764,7 +4749,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) (📥 500K / month · 📦 1.5K · ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 510K / month · 📦 1.5K · ⏱️ 08.02.2024): ``` pip install django-ckeditor ``` @@ -4776,7 +4761,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jieter/django-tables2 ``` -- [PyPi](https://pypi.org/project/django-tables2) (📥 280K / month · 📦 900 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-tables2) (📥 290K / month · 📦 900 · ⏱️ 05.12.2023): ``` pip install django-tables2 ``` @@ -4785,32 +4770,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-tables2 ```
-
django-pipeline (🥈34 · ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT +
django-autocomplete-light (🥈34 · ⭐ 1.8K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 180 · 🔀 380 · 📦 2.4K · 📋 470 - 30% open · ⏱️ 15.01.2024): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 470 · 📦 4K · 📋 860 - 24% open · ⏱️ 23.02.2024): ``` - git clone https://github.com/jazzband/django-pipeline - ``` -- [PyPi](https://pypi.org/project/django-pipeline) (📥 130K / month · 📦 1.1K · ⏱️ 27.12.2023): - ``` - pip install django-pipeline - ``` -
-
Django-Ninja (🥈33 · ⭐ 5.9K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT - -- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 130 · 🔀 350 · 📦 2.1K · 📋 700 - 34% open · ⏱️ 09.02.2024): - - ``` - git clone https://github.com/vitalik/django-ninja - ``` -- [PyPi](https://pypi.org/project/django-ninja) (📥 270K / month · 📦 22 · ⏱️ 07.12.2023): - ``` - pip install django-ninja + git clone https://github.com/yourlabs/django-autocomplete-light ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 9.1K · ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 280K / month · 📦 750 · ⏱️ 23.02.2024): ``` - conda install -c conda-forge django-ninja + pip install django-autocomplete-light ```
django-compressor (🥈33 · ⭐ 2.7K) - Compresses linked and inline javascript or CSS into a.. MIT @@ -4820,19 +4789,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-compressor/django-compressor ``` -- [PyPi](https://pypi.org/project/django-compressor) (📥 550K / month · 📦 310 · ⏱️ 27.06.2023): +- [PyPi](https://pypi.org/project/django-compressor) (📥 560K / month · 📦 310 · ⏱️ 27.06.2023): ``` pip install django-compressor ```
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 99 · 🔀 690 · 📦 19K · 📋 300 - 1% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 99 · 🔀 690 · 📦 19K · 📋 300 - 1% open · ⏱️ 26.02.2024): ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 100K / month · 📦 4K · ⏱️ 28.12.2023): +- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 110K / month · 📦 4K · ⏱️ 28.12.2023): ``` pip install django-bootstrap3 ``` @@ -4841,21 +4810,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap3 ```
-
django-autocomplete-light (🥈33 · ⭐ 1.8K) - A fresh approach to autocomplete implementations,.. MIT - -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 470 · 📦 4K · 📋 850 - 24% open · ⏱️ 09.01.2024): - - ``` - git clone https://github.com/yourlabs/django-autocomplete-light - ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 270K / month · 📦 750 · ⏱️ 09.01.2024): - ``` - pip install django-autocomplete-light - ``` -
sorl-thumbnail (🥈33 · ⭐ 1.7K) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 160 · 🔀 500 · 📦 14K · 📋 420 - 29% open · ⏱️ 04.10.2023): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 160 · 🔀 500 · 📦 14K · 📋 430 - 29% open · ⏱️ 04.10.2023): ``` git clone https://github.com/jazzband/sorl-thumbnail @@ -4869,6 +4826,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge sorl-thumbnail ```
+
django-pipeline (🥈33 · ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT + +- [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 180 · 🔀 380 · 📦 2.4K · 📋 470 - 30% open · ⏱️ 15.01.2024): + + ``` + git clone https://github.com/jazzband/django-pipeline + ``` +- [PyPi](https://pypi.org/project/django-pipeline) (📥 130K / month · 📦 1.1K · ⏱️ 27.12.2023): + ``` + pip install django-pipeline + ``` +
dj-database-url (🥈33 · ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3 - [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 71 · 🔀 200 · 📦 260K · 📋 92 - 2% open · ⏱️ 20.02.2024): @@ -4883,7 +4852,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-bootstrap4 (🥈33 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 140 · 🔀 260 · 📦 160K · 📋 160 - 12% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 140 · 🔀 260 · 📦 160K · 📋 160 - 12% open · ⏱️ 26.02.2024): ``` git clone https://github.com/zostera/django-bootstrap4 @@ -4897,6 +4866,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap4 ```
+
Django-Ninja (🥈32 · ⭐ 5.9K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT + +- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 130 · 🔀 350 · 📦 2.1K · 📋 700 - 34% open · ⏱️ 09.02.2024): + + ``` + git clone https://github.com/vitalik/django-ninja + ``` +- [PyPi](https://pypi.org/project/django-ninja) (📥 280K / month · 📦 22 · ⏱️ 07.12.2023): + ``` + pip install django-ninja + ``` +- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 9.1K · ⏱️ 12.12.2023): + ``` + conda install -c conda-forge django-ninja + ``` +
django-taggit (🥈32 · ⭐ 3.2K) - Simple tagging for django. BSD-3 - [GitHub](https://github.com/jazzband/django-taggit) (👨‍💻 150 · 🔀 630 · 📋 440 - 21% open · ⏱️ 18.01.2024): @@ -4904,7 +4889,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) (📥 530K / month · 📦 2.9K · ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-taggit) (📥 570K / month · 📦 2.9K · ⏱️ 29.10.2023): ``` pip install django-taggit ``` @@ -4915,12 +4900,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-sql-explorer (🥈32 · ⭐ 2.2K) - Easily share data across your company via SQL.. MIT -- [GitHub](https://github.com/chrisclark/django-sql-explorer) (👨‍💻 99 · 🔀 340 · 📦 400 · 📋 280 - 7% open · ⏱️ 07.02.2024): +- [GitHub](https://github.com/chrisclark/django-sql-explorer) (👨‍💻 99 · 🔀 340 · 📦 400 · 📋 280 - 7% open · ⏱️ 26.02.2024): ``` git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 62K / month · 📦 75 · ⏱️ 07.02.2024): +- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 65K / month · 📦 75 · ⏱️ 07.02.2024): ``` pip install django-sql-explorer ``` @@ -4932,7 +4917,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (📥 520K / month · 📦 450 · ⏱️ 18.12.2023): +- [PyPi](https://pypi.org/project/django-rq) (📥 550K / month · 📦 450 · ⏱️ 18.12.2023): ``` pip install django-rq ``` @@ -4944,19 +4929,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-money) (📥 210K / month · 📦 210 · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/django-money) (📥 220K / month · 📦 210 · ⏱️ 30.11.2023): ``` pip install django-money ```
cookiecutter-django (🥉31 · ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 410 · 🔀 2.8K · 📦 24 · 📋 1.2K - 8% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 410 · 🔀 2.8K · 📦 24 · 📋 1.2K - 8% open · ⏱️ 29.02.2024): ``` git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 85 / month · 📦 1 · ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 88 / month · 📦 1 · ⏱️ 15.01.2018): ``` pip install cookiecutter-django ``` @@ -4968,7 +4953,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) (📥 62K / month · 📦 340 · ⏱️ 04.10.2023): +- [PyPi](https://pypi.org/project/django-activity-stream) (📥 65K / month · 📦 340 · ⏱️ 04.10.2023): ``` pip install django-activity-stream ``` @@ -4980,7 +4965,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (📥 140K / month · 📦 1K · ⏱️ 28.09.2023): +- [PyPi](https://pypi.org/project/django-imagekit) (📥 150K / month · 📦 1K · ⏱️ 28.09.2023): ``` pip install django-imagekit ``` @@ -4992,7 +4977,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Suor/django-cacheops ``` -- [PyPi](https://pypi.org/project/django-cacheops) (📥 150K / month · 📦 98 · ⏱️ 24.10.2023): +- [PyPi](https://pypi.org/project/django-cacheops) (📥 160K / month · 📦 98 · ⏱️ 24.10.2023): ``` pip install django-cacheops ``` @@ -5004,19 +4989,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (📥 600K / month · 📦 1.6K · ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/django-countries) (📥 640K / month · 📦 1.6K · ⏱️ 02.02.2023): ``` pip install django-countries ```
-
django-dbbackup (🥉31 · ⭐ 850) - Management commands to help backup and restore your.. BSD-3 +
django-dbbackup (🥉31 · ⭐ 860) - Management commands to help backup and restore your.. BSD-3 - [GitHub](https://github.com/jazzband/django-dbbackup) (👨‍💻 68 · 🔀 220 · 📦 1.8K · 📋 290 - 26% open · ⏱️ 30.01.2024): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (📥 96K / month · 📦 160 · ⏱️ 15.01.2024): +- [PyPi](https://pypi.org/project/django-dbbackup) (📥 100K / month · 📦 160 · ⏱️ 15.01.2024): ``` pip install django-dbbackup ``` @@ -5028,7 +5013,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/django-fsm ``` -- [PyPi](https://pypi.org/project/django-fsm) (📥 300K / month · 📦 330 · ⏱️ 15.08.2022): +- [PyPi](https://pypi.org/project/django-fsm) (📥 330K / month · 📦 330 · ⏱️ 15.08.2022): ``` pip install django-fsm ``` @@ -5039,12 +5024,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-widget-tweaks (🥉30 · ⭐ 2K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 30 · 🔀 140 · 📦 38K · 📋 96 - 43% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 30 · 🔀 140 · 📦 39K · 📋 96 - 43% open · ⏱️ 03.11.2023): ``` git clone https://github.com/jazzband/django-widget-tweaks ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 630K / month · 📦 2.2K · ⏱️ 25.08.2023): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 640K / month · 📦 2.2K · ⏱️ 25.08.2023): ``` pip install django-widget-tweaks ``` @@ -5056,7 +5041,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-constance ``` -- [PyPi](https://pypi.org/project/django-constance) (📥 270K / month · 📦 280 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/django-constance) (📥 280K / month · 📦 280 · ⏱️ 21.08.2023): ``` pip install django-constance ``` @@ -5080,7 +5065,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (📥 440K / month · 📦 350 · ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/django-waffle) (📥 460K / month · 📦 350 · ⏱️ 11.12.2023): ``` pip install django-waffle ``` @@ -5096,7 +5081,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) (📥 91K / month · 📦 610 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/django-rosetta) (📥 97K / month · 📦 610 · ⏱️ 04.12.2023): ``` pip install django-rosetta ``` @@ -5105,14 +5090,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-rosetta ```
+
django-push-notifications (🥉29 · ⭐ 2.2K) - Send push notifications to mobile devices through GCM.. MIT + +- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 99 · 🔀 590 · 📥 120 · 📋 420 - 28% open · ⏱️ 27.02.2024): + + ``` + git clone https://github.com/jazzband/django-push-notifications + ``` +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 79K / month · 📦 90 · ⏱️ 29.10.2023): + ``` + pip install django-push-notifications + ``` +
django-polymorphic (🥉29 · ⭐ 1.5K) - Improved Django model inheritance with automatic.. BSD-3 -- [GitHub](https://github.com/jazzband/django-polymorphic) (👨‍💻 110 · 🔀 270 · 📋 330 - 45% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/jazzband/django-polymorphic) (👨‍💻 110 · 🔀 270 · 📋 330 - 46% open · ⏱️ 21.02.2024): ``` git clone https://github.com/django-polymorphic/django-polymorphic ``` -- [PyPi](https://pypi.org/project/django-polymorphic) (📥 350K / month · 📦 190 · ⏱️ 18.11.2021): +- [PyPi](https://pypi.org/project/django-polymorphic) (📥 380K / month · 📦 190 · ⏱️ 18.11.2021): ``` pip install django-polymorphic ``` @@ -5121,16 +5118,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django_polymorphic ```
-
django-push-notifications (🥉28 · ⭐ 2.2K) - Send push notifications to mobile devices through GCM.. MIT +
django-configurations (🥉29 · ⭐ 1K) - A helper for organizing Django project settings by.. BSD-3 -- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 98 · 🔀 590 · 📥 120 · 📋 420 - 28% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/jazzband/django-configurations) (👨‍💻 66 · 🔀 140 · 📦 3K · 📋 210 - 27% open · ⏱️ 30.11.2023): ``` - git clone https://github.com/jazzband/django-push-notifications + git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (📥 78K / month · 📦 90 · ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-configurations) (📥 230K / month · 📦 670 · ⏱️ 21.10.2023): ``` - pip install django-push-notifications + pip install django-configurations + ``` +- [Conda](https://anaconda.org/conda-forge/django-configurations) (📥 31K · ⏱️ 21.10.2023): + ``` + conda install -c conda-forge django-configurations ```
django-extra-views (🥉28 · ⭐ 1.4K) - Djangos class-based generic views are awesome, lets.. MIT @@ -5140,27 +5141,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/AndrewIngram/django-extra-views ``` -- [PyPi](https://pypi.org/project/django-extra-views) (📥 85K / month · 📦 520 · ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/django-extra-views) (📥 91K / month · 📦 520 · ⏱️ 09.06.2021): ``` pip install django-extra-views ```
-
django-configurations (🥉28 · ⭐ 1K) - A helper for organizing Django project settings by.. BSD-3 - -- [GitHub](https://github.com/jazzband/django-configurations) (👨‍💻 66 · 🔀 140 · 📦 3K · 📋 210 - 27% open · ⏱️ 30.11.2023): - - ``` - git clone https://github.com/jazzband/django-configurations - ``` -- [PyPi](https://pypi.org/project/django-configurations) (📥 230K / month · 📦 670 · ⏱️ 21.10.2023): - ``` - pip install django-configurations - ``` -- [Conda](https://anaconda.org/conda-forge/django-configurations) (📥 31K · ⏱️ 21.10.2023): - ``` - conda install -c conda-forge django-configurations - ``` -
django-cleanup (🥉28 · ⭐ 1K) - Automatically deletes old file for FileField and ImageField... MIT - [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 17 · 🔀 77 · 📦 13K · 📋 54 - 1% open · ⏱️ 28.01.2024): @@ -5168,7 +5153,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/un1t/django-cleanup ``` -- [PyPi](https://pypi.org/project/django-cleanup) (📥 220K / month · 📦 330 · ⏱️ 29.01.2024): +- [PyPi](https://pypi.org/project/django-cleanup) (📥 230K / month · 📦 330 · ⏱️ 29.01.2024): ``` pip install django-cleanup ``` @@ -5191,12 +5176,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
djangorestframework-stubs (🥉28 · ⭐ 390) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 66 · 🔀 100 · 📦 2.8K · 📋 140 - 38% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 67 · 🔀 100 · 📦 2.8K · 📋 140 - 38% open · ⏱️ 26.02.2024): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 860K / month · 📦 60 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 850K / month · 📦 60 · ⏱️ 05.12.2023): ``` pip install djangorestframework-stubs ``` @@ -5205,14 +5190,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge djangorestframework-stubs ```
-
django-organizations (🥉27 · ⭐ 1.2K · 📉) - Multi-user accounts for Django projects. BSD-2 +
django-lifecycle (🥉27 · ⭐ 1.3K) - Declarative model lifecycle hooks, an alternative to.. MIT + +- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 33 · 🔀 79 · 📦 310 · 📋 73 - 27% open · ⏱️ 23.02.2024): + + ``` + git clone https://github.com/rsinger86/django-lifecycle + ``` +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 100K / month · 📦 10 · ⏱️ 08.11.2023): + ``` + pip install django-lifecycle + ``` +
+
django-organizations (🥉27 · ⭐ 1.2K) - Multi-user accounts for Django projects. BSD-2 - [GitHub](https://github.com/bennylope/django-organizations) (👨‍💻 49 · 🔀 200 · 📦 270 · 📋 150 - 8% open · ⏱️ 18.01.2024): ``` git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-organizations) (📥 31K / month · 📦 37 · ⏱️ 23.11.2023): +- [PyPi](https://pypi.org/project/django-organizations) (📥 33K / month · 📦 37 · ⏱️ 23.11.2023): ``` pip install django-organizations ``` @@ -5223,12 +5220,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cachalot (🥉27 · ⭐ 1.1K) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 35 · 🔀 140 · 📦 700 · 📋 160 - 17% open · ⏱️ 11.01.2024): +- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 35 · 🔀 140 · 📦 710 · 📋 160 - 17% open · ⏱️ 11.01.2024): ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 74K / month · 📦 86 · ⏱️ 11.01.2024): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 78K / month · 📦 86 · ⏱️ 11.01.2024): ``` pip install django-cachalot ``` @@ -5239,12 +5236,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-split-settings (🥉27 · ⭐ 1K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 24 · 🔀 65 · 📦 2.6K · 📋 45 - 8% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 24 · 🔀 65 · 📦 2.6K · 📋 45 - 8% open · ⏱️ 26.02.2024): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (📥 120K / month · 📦 120 · ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/django-split-settings) (📥 130K / month · 📦 120 · ⏱️ 27.09.2022): ``` pip install django-split-settings ``` @@ -5263,40 +5260,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-csp (🥉27 · ⭐ 500) - Content Security Policy for Django. BSD-3 -- [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 54 · 🔀 98 · 📦 79 · 📋 100 - 20% open · ⏱️ 30.01.2024): +- [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 55 · 🔀 94 · 📦 79 · 📋 100 - 19% open · ⏱️ 28.02.2024): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (📥 500K / month · 📦 32 · ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/django-csp) (📥 510K / month · 📦 32 · ⏱️ 28.02.2024): ``` pip install django-csp ```
viewflow (🥉26 · ⭐ 2.5K) - Reusable workflow library for Django. ❗️AGPL-3.0 -- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 27 · 🔀 380 · 📦 290 · 📋 330 - 11% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 27 · 🔀 380 · 📦 290 · 📋 340 - 11% open · ⏱️ 29.02.2024): ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (📥 5.7K / month · 📦 32 · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/django-viewflow) (📥 6K / month · 📦 32 · ⏱️ 29.09.2023): ``` pip install django-viewflow ```
-
django-lifecycle (🥉26 · ⭐ 1.2K) - Declarative model lifecycle hooks, an alternative to.. MIT - -- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 32 · 🔀 79 · 📦 300 · 📋 72 - 27% open · ⏱️ 04.02.2024): - - ``` - git clone https://github.com/rsinger86/django-lifecycle - ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 110K / month · 📦 10 · ⏱️ 08.11.2023): - ``` - pip install django-lifecycle - ``` -
django-summernote (🥉26 · ⭐ 990) - Simply integrate Summernote editor with Django project. MIT - [GitHub](https://github.com/summernote/django-summernote) (👨‍💻 72 · 🔀 220 · 📋 360 - 19% open · ⏱️ 16.02.2024): @@ -5304,7 +5289,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/summernote/django-summernote ``` -- [PyPi](https://pypi.org/project/django-summernote) (📥 54K / month · 📦 230 · ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/django-summernote) (📥 55K / month · 📦 230 · ⏱️ 14.10.2021): ``` pip install django-summernote ``` @@ -5316,7 +5301,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (📥 11K / month · 📦 110 · ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/django-cache-machine) (📥 12K / month · 📦 110 · ⏱️ 06.07.2022): ``` pip install django-cache-machine ``` @@ -5328,7 +5313,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (📥 36K / month · 📦 12 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/django-easy-audit) (📥 40K / month · 📦 12 · ⏱️ 21.08.2023): ``` pip install django-easy-audit ``` @@ -5340,29 +5325,29 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (📥 40K / month · 📦 560 · ⏱️ 09.12.2023): +- [PyPi](https://pypi.org/project/django-robots) (📥 41K / month · 📦 560 · ⏱️ 09.12.2023): ``` pip install django-robots ```
django-codemod (🥉22 · ⭐ 170) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 22 · 🔀 16 · 📥 630 · 📦 2 · 📋 40 - 22% open · ⏱️ 19.02.2024): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 22 · 🔀 16 · 📥 630 · 📦 2 · 📋 40 - 22% open · ⏱️ 28.02.2024): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 1.7K / month · ⏱️ 05.01.2024): +- [PyPi](https://pypi.org/project/django-codemod) (📥 2K / month · ⏱️ 05.01.2024): ``` pip install django-codemod ```
Show 14 hidden projects... +- django-braces (🥉31 · ⭐ 1.9K · 💀) - Reusable, generic mixins for Django. BSD-3 +- django-q (🥉31 · ⭐ 1.8K · 💀) - A multiprocessing distributed task queue for Django. MIT - easy-thumbnails (🥉31 · ⭐ 1.4K · 💀) - Easy thumbnails for Django. BSD-3 - jsonfield (🥉31 · ⭐ 1.2K · 💀) - A reusable Django model field for storing ad-hoc JSON data. MIT -- django-braces (🥉30 · ⭐ 1.9K · 💀) - Reusable, generic mixins for Django. BSD-3 -- django-q (🥉30 · ⭐ 1.8K · 💀) - A multiprocessing distributed task queue for Django. MIT - django-redis-cache (🥉29 · ⭐ 1K · 💀) - A Redis cache backend for django. BSD-3 - django-shop (🥉28 · ⭐ 3.1K · 💀) - A Django based shop system. BSD-3 - django-blog-zinnia (🥉26 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application.. BSD-3 @@ -5382,12 +5367,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
twisted (🥇44 · ⭐ 5.4K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (👨‍💻 270 · 🔀 1.1K · 📦 81K · 📋 10K - 27% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/twisted/twisted) (👨‍💻 270 · 🔀 1.1K · 📦 81K · 📋 10K - 27% open · ⏱️ 28.02.2024): ``` git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/twisted) (📥 4M / month · 📦 10K · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/twisted) (📥 4.1M / month · 📦 10K · ⏱️ 21.02.2024): ``` pip install twisted ``` @@ -5407,7 +5392,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 35M · ⏱️ 11.01.2024): +- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 36M · ⏱️ 11.01.2024): ``` conda install -c conda-forge jinja2 ``` @@ -5419,7 +5404,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (📥 1.9M / month · 📦 340 · ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/certbot) (📥 3.1M / month · 📦 350 · ⏱️ 08.02.2024): ``` pip install certbot ``` @@ -5428,14 +5413,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge certbot-apache ```
-
web3.py (🥇40 · ⭐ 4.6K) - A python interface for interacting with the Ethereum blockchain and.. MIT +
web3.py (🥇40 · ⭐ 4.7K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 250 · 🔀 1.6K · 📦 19K · 📋 1.4K - 10% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 250 · 🔀 1.6K · 📦 19K · 📋 1.4K - 10% open · ⏱️ 28.02.2024): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (📥 1.3M / month · 📦 1.1K · ⏱️ 05.02.2024): +- [PyPi](https://pypi.org/project/web3) (📥 1.3M / month · 📦 1.1K · ⏱️ 28.02.2024): ``` pip install web3 ``` @@ -5446,28 +5431,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dnspython (🥇40 · ⭐ 2.3K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 120 · 🔀 530 · 📥 330 · 📦 270K · 📋 520 - 1% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 120 · 🔀 530 · 📥 350 · 📦 270K · 📋 520 - 1% open · ⏱️ 24.02.2024): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (📥 35M / month · 📦 4.9K · ⏱️ 18.02.2024): +- [PyPi](https://pypi.org/project/dnspython) (📥 36M / month · 📦 4.9K · ⏱️ 18.02.2024): ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 1.3M · ⏱️ 18.02.2024): +- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 1.3M · ⏱️ 29.02.2024): ``` conda install -c conda-forge dnspython ```
-
scapy (🥈39 · ⭐ 9.8K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 +
scapy (🥈39 · ⭐ 9.9K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (👨‍💻 460 · 🔀 2K · 📦 13K · 📋 1.6K - 9% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 460 · 🔀 2K · 📦 13K · 📋 1.6K - 9% open · ⏱️ 26.02.2024): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (📥 2.3M / month · 📦 1K · ⏱️ 25.12.2022): +- [PyPi](https://pypi.org/project/scapy) (📥 2.2M / month · 📦 1K · ⏱️ 25.12.2022): ``` pip install scapy ``` @@ -5478,24 +5463,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pwntools (🥈37 · ⭐ 11K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 250 · 🔀 1.7K · 📦 1.3K · 📋 1K - 9% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 250 · 🔀 1.7K · 📦 1.3K · 📋 1K - 9% open · ⏱️ 25.02.2024): ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (📥 53K / month · 📦 71 · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/pwntools) (📥 55K / month · 📦 71 · ⏱️ 22.02.2024): ``` pip install pwntools ```
weblate (🥈36 · ⭐ 4.1K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.6K · 🔀 920 · 📥 5.6K · 📦 32 · 📋 5.1K - 8% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.7K · 🔀 920 · 📥 5.6K · 📦 32 · 📋 5.2K - 8% open · ⏱️ 29.02.2024): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (📥 3.9K / month · 📦 11 · ⏱️ 22.02.2024): +- [PyPi](https://pypi.org/project/weblate) (📥 5K / month · 📦 11 · ⏱️ 22.02.2024): ``` pip install weblate ``` @@ -5507,7 +5492,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (📥 46M / month · 📦 53K · ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (📥 47M / month · 📦 53K · ⏱️ 24.03.2022): ``` pip install itsdangerous ``` @@ -5516,6 +5501,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge itsdangerous ```
+
rdflib (🥈36 · ⭐ 2.1K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 + +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 190 · 🔀 540 · 📥 230 · 📦 17K · 📋 1.2K - 19% open · ⏱️ 27.02.2024): + + ``` + git clone https://github.com/RDFLib/rdflib + ``` +- [PyPi](https://pypi.org/project/rdflib) (📥 3.2M / month · 📦 2.3K · ⏱️ 01.08.2023): + ``` + pip install rdflib + ``` +- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 470K · ⏱️ 02.08.2023): + ``` + conda install -c conda-forge rdflib + ``` +
webargs (🥈36 · ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT - [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 78 · 🔀 160 · 📦 7.9K · 📋 290 - 2% open · ⏱️ 19.02.2024): @@ -5550,7 +5551,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
certifi (🥈36 · ⭐ 740) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 37 · 🔀 280 · 📦 6 · 📋 150 - 3% open · ⏱️ 05.02.2024): +- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 37 · 🔀 280 · 📦 6 · 📋 150 - 3% open · ⏱️ 26.02.2024): ``` git clone https://github.com/certifi/python-certifi @@ -5566,32 +5567,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
impacket (🥈35 · ⭐ 12K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/fortra/impacket) (👨‍💻 220 · 🔀 3.2K · 📥 200K · 📦 4.4K · 📋 910 - 21% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/fortra/impacket) (👨‍💻 220 · 🔀 3.2K · 📥 200K · 📦 4.5K · 📋 910 - 21% open · ⏱️ 27.02.2024): ``` git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/impacket) (📥 130K / month · 📦 230 · ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/impacket) (📥 120K / month · 📦 230 · ⏱️ 03.08.2023): ``` pip install impacket ```
-
rdflib (🥈35 · ⭐ 2K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 - -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 190 · 🔀 540 · 📥 220 · 📦 17K · 📋 1.2K - 19% open · ⏱️ 18.02.2024): - - ``` - git clone https://github.com/RDFLib/rdflib - ``` -- [PyPi](https://pypi.org/project/rdflib) (📥 3.2M / month · 📦 2.3K · ⏱️ 01.08.2023): - ``` - pip install rdflib - ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 470K · ⏱️ 02.08.2023): - ``` - conda install -c conda-forge rdflib - ``` -
netaddr (🥈35 · ⭐ 750) - A network address manipulation library for Python. BSD-3 - [GitHub](https://github.com/netaddr/netaddr) (👨‍💻 53 · 🔀 180 · 📦 30K · 📋 180 - 17% open · ⏱️ 20.02.2024): @@ -5608,37 +5593,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge netaddr ```
-
idna (🥈34 · ⭐ 230) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 - -- [GitHub](https://github.com/kjd/idna) (👨‍💻 24 · 🔀 84 · 📦 1.6M · 📋 88 - 7% open · ⏱️ 27.12.2023): - - ``` - git clone https://github.com/kjd/idna - ``` -- [PyPi](https://pypi.org/project/idna) (📥 340M / month · 📦 39K · ⏱️ 25.11.2023): - ``` - pip install idna - ``` -- [Conda](https://anaconda.org/conda-forge/idna) (📥 40M · ⏱️ 26.11.2023): - ``` - conda install -c conda-forge idna - ``` -
aiortc (🥈33 · ⭐ 3.8K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 31 · 🔀 710 · 📦 2.7K · 📋 700 - 3% open · ⏱️ 28.01.2024): +- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 31 · 🔀 710 · 📦 2.8K · 📋 700 - 3% open · ⏱️ 28.01.2024): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 130K / month · 📦 43 · ⏱️ 25.01.2024): +- [PyPi](https://pypi.org/project/aiortc) (📥 62K / month · 📦 43 · ⏱️ 25.01.2024): ``` pip install aiortc ```
fake-useragent (🥈33 · ⭐ 3.4K) - Up-to-date simple useragent faker with real world database. Apache-2 -- [GitHub](https://github.com/fake-useragent/fake-useragent) (👨‍💻 15 · 🔀 510 · 📦 26K · 📋 120 - 0% open · ⏱️ 14.02.2024): +- [GitHub](https://github.com/fake-useragent/fake-useragent) (👨‍💻 15 · 🔀 510 · 📦 26K · 📋 120 - 0% open · ⏱️ 28.02.2024): ``` git clone https://github.com/hellysmile/fake-useragent @@ -5654,7 +5623,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Mako (🥈33 · ⭐ 300) - Mako Templates for Python. MIT -- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 60 · 🔀 56 · 📦 220K · 📋 340 - 18% open · ⏱️ 30.01.2024): +- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 60 · 🔀 56 · 📦 220K · 📋 350 - 18% open · ⏱️ 30.01.2024): ``` git clone https://github.com/sqlalchemy/mako @@ -5668,9 +5637,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge mako ```
+
idna (🥈33 · ⭐ 230) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 + +- [GitHub](https://github.com/kjd/idna) (👨‍💻 24 · 🔀 84 · 📦 1.7M · 📋 89 - 7% open · ⏱️ 27.12.2023): + + ``` + git clone https://github.com/kjd/idna + ``` +- [PyPi](https://pypi.org/project/idna) (📥 340M / month · 📦 39K · ⏱️ 25.11.2023): + ``` + pip install idna + ``` +- [Conda](https://anaconda.org/conda-forge/idna) (📥 40M · ⏱️ 26.11.2023): + ``` + conda install -c conda-forge idna + ``` +
saleor (🥈32 · ⭐ 20K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (👨‍💻 290 · 🔀 5.2K · 📥 130 · 📦 3 · 📋 4.3K - 14% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/saleor/saleor) (👨‍💻 290 · 🔀 5.3K · 📥 180 · 📦 3 · 📋 4.3K - 14% open · ⏱️ 29.02.2024): ``` git clone https://github.com/saleor/saleor @@ -5678,64 +5663,64 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pywebview (🥈32 · ⭐ 4.1K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 130 · 🔀 510 · 📦 1.7K · 📋 890 - 2% open · ⏱️ 07.02.2024): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 130 · 🔀 510 · 📦 1.7K · 📋 900 - 2% open · ⏱️ 07.02.2024): ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 50K / month · 📦 110 · ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/pywebview) (📥 49K / month · 📦 110 · ⏱️ 31.10.2023): ``` pip install pywebview ```
-
tifffile (🥈32 · ⭐ 450) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 +
pynacl (🥈32 · ⭐ 1K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 -- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 150 · 📥 200 · 📦 49K · 📋 220 - 0% open · ⏱️ 12.02.2024): +- [GitHub](https://github.com/pyca/pynacl) (👨‍💻 67 · 🔀 220 · 📋 300 - 14% open · ⏱️ 23.02.2024): ``` - git clone https://github.com/cgohlke/tifffile + git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/tifffile) (📥 7.4M / month · 📦 850 · ⏱️ 12.02.2024): +- [PyPi](https://pypi.org/project/pynacl) (📥 54M / month · 📦 2.6K · ⏱️ 07.01.2022): ``` - pip install tifffile + pip install pynacl ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 4.2M · ⏱️ 13.02.2024): +- [Conda](https://anaconda.org/conda-forge/pynacl) (📥 5.5M · ⏱️ 24.09.2023): ``` - conda install -c conda-forge tifffile + conda install -c conda-forge pynacl ```
-
maltrail (🥉31 · ⭐ 5.6K) - Malicious traffic detection system. MIT +
tifffile (🥈32 · ⭐ 460) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 48 · 🔀 1K · 📦 20 · 📋 400 - 19% open · ⏱️ 22.02.2024): +- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 150 · 📥 210 · 📦 49K · ⏱️ 12.02.2024): ``` - git clone https://github.com/stamparm/maltrail + git clone https://github.com/cgohlke/tifffile ``` -
-
pynacl (🥉31 · ⭐ 1K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 - -- [GitHub](https://github.com/pyca/pynacl) (👨‍💻 67 · 🔀 220 · 📋 300 - 14% open · ⏱️ 17.12.2023): - +- [PyPi](https://pypi.org/project/tifffile) (📥 7.3M / month · 📦 860 · ⏱️ 12.02.2024): ``` - git clone https://github.com/pyca/pynacl + pip install tifffile ``` -- [PyPi](https://pypi.org/project/pynacl) (📥 51M / month · 📦 2.6K · ⏱️ 07.01.2022): +- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 4.2M · ⏱️ 13.02.2024): ``` - pip install pynacl + conda install -c conda-forge tifffile ``` -- [Conda](https://anaconda.org/conda-forge/pynacl) (📥 5.5M · ⏱️ 24.09.2023): +
+
maltrail (🥉31 · ⭐ 5.6K) - Malicious traffic detection system. MIT + +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 48 · 🔀 1K · 📦 20 · 📋 400 - 19% open · ⏱️ 29.02.2024): + ``` - conda install -c conda-forge pynacl + git clone https://github.com/stamparm/maltrail ```
klein (🥉31 · ⭐ 830) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/twisted/klein) (👨‍💻 56 · 🔀 130 · 📦 1.8K · 📋 190 - 47% open · ⏱️ 13.02.2024): +- [GitHub](https://github.com/twisted/klein) (👨‍💻 56 · 🔀 130 · 📦 1.8K · 📋 190 - 47% open · ⏱️ 27.02.2024): ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (📥 84K / month · 📦 400 · ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/klein) (📥 87K / month · 📦 400 · ⏱️ 22.12.2023): ``` pip install klein ``` @@ -5747,7 +5732,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) (📥 14M / month · 📦 7K · ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/terminado) (📥 15M / month · 📦 7K · ⏱️ 10.11.2023): ``` pip install terminado ``` @@ -5774,52 +5759,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyngrok (🥉29 · ⭐ 400) - A Python wrapper for ngrok. MIT -- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 9 · 🔀 63 · 📦 5.5K · ⏱️ 20.02.2024): +- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 9 · 🔀 60 · 📦 5.5K · ⏱️ 26.02.2024): ``` git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/pyngrok) (📥 330K / month · 📦 110 · ⏱️ 11.02.2024): +- [PyPi](https://pypi.org/project/pyngrok) (📥 350K / month · 📦 110 · ⏱️ 26.02.2024): ``` pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 100K · ⏱️ 11.02.2024): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 100K · ⏱️ 26.02.2024): ``` conda install -c conda-forge pyngrok ```
pyload (🥉28 · ⭐ 3.1K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/pyload/pyload) (👨‍💻 230 · 🔀 710 · 📥 100K · 📦 11 · 📋 3.2K - 5% open · ⏱️ 10.02.2024): +- [GitHub](https://github.com/pyload/pyload) (👨‍💻 230 · 🔀 690 · 📥 100K · 📦 11 · 📋 3.2K - 5% open · ⏱️ 28.02.2024): ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (📥 4.7K / month · 📦 1 · ⏱️ 10.02.2024): +- [PyPi](https://pypi.org/project/pyload-ng) (📥 4.9K / month · 📦 1 · ⏱️ 29.02.2024): ``` pip install pyload-ng ```
-
sslyze (🥉28 · ⭐ 3.1K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 - -- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 68 · 🔀 440 · 📥 110K · 📋 510 - 5% open · ⏱️ 24.09.2023): - - ``` - git clone https://github.com/nabla-c0d3/sslyze - ``` -- [PyPi](https://pypi.org/project/sslyze) (📥 130K / month · 📦 22 · ⏱️ 24.09.2023): - ``` - pip install sslyze - ``` -
aiodns (🥉28 · ⭐ 510) - Simple DNS resolver for asyncio. MIT -- [GitHub](https://github.com/saghul/aiodns) (👨‍💻 28 · 🔀 66 · 📦 51K · 📋 64 - 9% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/saghul/aiodns) (👨‍💻 28 · 🔀 66 · 📦 52K · 📋 64 - 9% open · ⏱️ 02.01.2024): ``` git clone https://github.com/saghul/aiodns ``` -- [PyPi](https://pypi.org/project/aiodns) (📥 3.1M / month): +- [PyPi](https://pypi.org/project/aiodns) (📥 3.2M / month · 📦 1.2K · ⏱️ 16.10.2023): ``` pip install aiodns ``` @@ -5828,6 +5801,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge aiodns ```
+
sslyze (🥉27 · ⭐ 3.1K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 + +- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 69 · 🔀 440 · 📥 110K · 📋 510 - 5% open · ⏱️ 24.02.2024): + + ``` + git clone https://github.com/nabla-c0d3/sslyze + ``` +- [PyPi](https://pypi.org/project/sslyze) (📥 120K / month · 📦 22 · ⏱️ 24.09.2023): + ``` + pip install sslyze + ``` +
Radicale (🥉26 · ⭐ 3K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 97 · 🔀 400 · 📦 140 · 📋 950 - 38% open · ⏱️ 08.02.2024): @@ -5835,7 +5820,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (📥 7.1K / month · 📦 43 · ⏱️ 14.07.2022): +- [PyPi](https://pypi.org/project/radicale) (📥 7.8K / month · 📦 43 · ⏱️ 14.07.2022): ``` pip install radicale ``` @@ -5847,14 +5832,14 @@ _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) (📥 97K / month · 📦 24 · ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/proxy.py) (📥 110K / month · 📦 24 · ⏱️ 14.03.2023): ``` pip install proxy.py ```
-
trustme (🥉25 · ⭐ 530) - #1 quality TLS certs while you wait, for the discerning tester. MIT +
trustme (🥉24 · ⭐ 530) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 21 · 🔀 27 · 📦 620 · 📋 32 - 9% open · ⏱️ 01.02.2024): +- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 21 · 🔀 27 · 📦 640 · 📋 32 - 9% open · ⏱️ 01.02.2024): ``` git clone https://github.com/python-trio/trustme @@ -5870,7 +5855,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
healthchecks (🥉23 · ⭐ 7.1K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 88 · 🔀 750 · 📦 1 · 📋 680 - 10% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 88 · 🔀 750 · 📦 1 · 📋 680 - 10% open · ⏱️ 29.02.2024): ``` git clone https://github.com/healthchecks/healthchecks @@ -5883,7 +5868,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (📥 3.4K / month · 📦 2 · ⏱️ 03.05.2023): +- [PyPi](https://pypi.org/project/urlwatch) (📥 3.3K / month · 📦 2 · ⏱️ 03.05.2023): ``` pip install urlwatch ``` @@ -5895,7 +5880,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/seomoz/reppy ``` -- [PyPi](https://pypi.org/project/reppy) (📥 6.5K / month · 📦 45 · ⏱️ 16.09.2019): +- [PyPi](https://pypi.org/project/reppy) (📥 6.4K / month · 📦 45 · ⏱️ 16.09.2019): ``` pip install reppy ``` @@ -5907,11 +5892,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 460K / month · 📦 30 · ⏱️ 28.03.2023): +- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 500K / month · 📦 30 · ⏱️ 28.03.2023): ``` pip install asgi-lifespan ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (📥 91K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (📥 92K · ⏱️ 16.06.2023): ``` conda install -c conda-forge asgi-lifespan ``` @@ -5936,12 +5921,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - speedtest-cli (🥈32 · ⭐ 13K · 💀) - Command line interface for testing internet bandwidth.. Apache-2 - webassets (🥉31 · ⭐ 920 · 💀) - Asset management for Python web development. BSD-2 - Js2Py (🥉30 · ⭐ 2.4K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT -- dpkt (🥉28 · ⭐ 1K · 💀) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 +- dpkt (🥉29 · ⭐ 1.1K · 💀) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 - ipaddress (🥉26 · ⭐ 100 · 💀) - 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 - httpagentparser (🥉25 · ⭐ 220 · 💀) - Python HTTP Agent Parser. MIT - python-whois (🥉24 · ⭐ 390 · 💀) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL -- ProxyBroker (🥉23 · ⭐ 3.6K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 +- ProxyBroker (🥉23 · ⭐ 3.7K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - sandman2 (🥉23 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy.. Apache-2 - hyde (🥉23 · ⭐ 1.6K · 💀) - A Python Static Website Generator. MIT - cabot (🥉21 · ⭐ 5.5K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT diff --git a/history/2024-02-29_changes.md b/history/2024-02-29_changes.md new file mode 100644 index 00000000..102b9ca0 --- /dev/null +++ b/history/2024-02-29_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._ + +- requests (🥇49 · ⭐ 51K · 📈) - A simple, yet elegant, HTTP library. Apache-2 +- requests-oauthlib (🥇38 · ⭐ 1.7K · 📈) - OAuthlib support for Python-Requests!. ISC +- litestar (🥉34 · ⭐ 4.1K · 📈) - Production-ready, Light, Flexible and Extensible ASGI API.. MIT +- rpyc (🥈33 · ⭐ 1.5K · 📈) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT +- html2text (🥉31 · ⭐ 1.6K · 📈) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- Yarl (🥈32 · ⭐ 1.2K · 📉) - Yet another URL library. Apache-2 +- requestium (🥉22 · ⭐ 1.8K · 📉) - Integration layer between Requests and Selenium for automation.. BSD-3 +- httmock (🥉20 · ⭐ 460 · 💀) - A mocking library for requests. ❗Unlicensed +- mixer (🥉19 · ⭐ 930 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- gabbi (🥉17 · ⭐ 150 · 📉) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed + diff --git a/history/2024-02-29_projects.csv b/history/2024-02-29_projects.csv new file mode 100644 index 00000000..2cf41419 --- /dev/null +++ b/history/2024-02-29_projects.csv @@ -0,0 +1,583 @@ +,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,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,trending,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,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,2024-02-29 13:33:32.000,2023-09-20 13:07:26,4529.0,30592,4088.0,3106.0,239.0,547.0,283452,A collective list of free APIs.,2.0,2.0,1378.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,2024-02-29 12:08:11.000,2024-02-26 21:12:32,2051.0,9268,851.0,1178.0,380.0,1793.0,27929,The OpenAPI Specification Repository.,21.0,21.0,226.0,0,True,['openapi'],62.0,2021-02-16 19:33:45.000,3.1.0,10.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,2024-02-27 20:00:52.000,2023-12-14 12:48:30,589.0,1171,522.0,536.0,185.0,354.0,14193,GraphQL is a query language and execution engine tied to any backend service.,1.0,1.0,129.0,0,True,,1.0,2021-10-27 00:01:28.000,October2021,6.0,376.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2024-02-29 15:08:41.000,2024-02-29 15:08:41,467.0,2286,386.0,247.0,22.0,34.0,15121,Collection of python database client libraries.,,,45.0,0,True,,25.0,2024-02-29 15:08:47.000,2024.02.29,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2024-02-27 00:25:19.000,2024-02-12 20:50:45,5245.0,16170,2129.0,2519.0,4.0,2600.0,65848,The Python micro framework for building web applications.,1924479.0,1800725.0,833.0,50,True,['flask'],43.0,2024-02-03 21:12:56.000,3.0.2,59.0,7338.0,98752358.0,conda-forge/flask,flask,https://pypi.org/project/flask,2024-02-03 21:11:42.000,123754.0,98543393.0,https://anaconda.org/conda-forge/flask,2024-02-04 10:54:57.158,6892428.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,2024-02-29 16:18:46.000,2024-02-29 09:38:19,32465.0,30445,2306.0,17861.0,166.0,,75825,The Web framework for perfectionists with deadlines.,1700385.0,1576159.0,3082.0,49,True,['django'],255.0,2024-02-06 14:54:24.000,3.2.24,352.0,,14349295.0,conda-forge/django,django,https://pypi.org/project/django,2024-02-06 14:54:24.000,124226.0,14312431.0,https://anaconda.org/conda-forge/django,2024-02-26 12:14:54.179,1622022.0,1.0,,,,,,,,,,,,,,,,,, +6,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,2024-02-28 02:11:08.000,2024-02-23 12:26:38,6261.0,9332,1332.0,2480.0,272.0,3678.0,51098,"A simple, yet elegant, HTTP library.",2974778.0,2762718.0,752.0,49,True,,45.0,2023-07-20 16:16:14.211,0.0.1,151.0,9160.0,400394139.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023-07-20 16:16:14.211,212060.0,399956442.0,https://anaconda.org/conda-forge/requests,2023-06-16 13:18:00.202,40234464.0,1.0,1.0,,,,,,,,,,,,,,,,, +7,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2024-02-29 16:19:22.000,2024-02-29 16:12:55,54602.0,10263,1365.0,24581.0,869.0,10568.0,40297,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",10362.0,4854.0,1006.0,48,True,,468.0,2024-02-21 22:10:03.000,1.62.0,238.0,12602.0,86307790.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2024-02-21 22:10:03.000,5508.0,86064072.0,https://anaconda.org/conda-forge/grpcio,2024-02-29 01:54:08.641,10699546.0,1.0,,,,,,,,,,,,,,,,,, +8,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2024-02-29 15:18:14.000,2024-02-28 14:04:27,3815.0,5660,658.0,3108.0,471.0,3350.0,68725,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",318378.0,314860.0,592.0,47,True,"['fastapi', 'openapi']",491.0,2024-02-24 23:21:47.000,0.110.0,191.0,,46595720.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2024-02-24 23:21:47.000,3518.0,46552874.0,https://anaconda.org/conda-forge/fastapi,2024-02-25 01:19:25.011,1928094.0,1.0,,,,,,,,,,,,,,,,,, +9,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2024-02-29 08:23:33.000,2024-02-26 20:15:50,31253.0,7858,1299.0,3576.0,187.0,9806.0,28901,A browser automation framework and ecosystem.,268972.0,251916.0,844.0,47,True,,432.0,2024-02-20 01:02:16.000,selenium-4.18.0,197.0,15448886.0,14334492.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2024-02-20 00:14:19.000,17056.0,14143316.0,https://anaconda.org/conda-forge/selenium,2024-02-20 15:39:27.844,1240326.0,1.0,,,,,,,,,,,,,,,,,, +10,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,2024-02-26 11:37:50.000,2024-02-26 11:19:12,9621.0,2006,222.0,5110.0,500.0,2447.0,14407,Asynchronous HTTP client/server framework for asyncio and Python.,479177.0,463586.0,715.0,47,True,,131.0,2024-01-29 20:39:36.000,3.9.3,231.0,16022.0,105075167.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2024-02-16 13:38:48.000,15591.0,104764898.0,https://anaconda.org/conda-forge/aiohttp,2024-02-11 17:15:08.147,12404147.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,2024-02-29 12:12:01.000,2024-02-29 12:12:01,10344.0,10271,1776.0,3267.0,661.0,2500.0,50264,"Scrapy, a fast high-level web crawling & scraping framework for Python.",48394.0,43746.0,637.0,45,True,,110.0,2024-02-14 19:10:54.000,1.8.4,98.0,,1284218.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2024-02-14 19:05:52.000,4648.0,1266703.0,https://anaconda.org/conda-forge/scrapy,2024-02-15 13:30:16.004,753162.0,1.0,,,,,,,,,,,,,,,,,, +12,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2024-02-28 15:56:00.000,2024-02-28 15:55:59,4128.0,1095,99.0,2116.0,138.0,1116.0,3637,urllib3 is a user-friendly HTTP client library for Python.,1740059.0,1693063.0,352.0,45,True,,62.0,2024-02-18 03:55:54.000,2.2.1,96.0,33289.0,482717681.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2024-02-18 03:55:54.000,46996.0,481713456.0,https://anaconda.org/conda-forge/urllib3,2024-02-18 07:00:40.617,43157067.0,2.0,,,,,,,,,,,,,,,,,, +13,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,2024-02-29 15:52:50.000,2024-02-29 09:37:03,6136.0,2705,307.0,4172.0,759.0,3207.0,30448,Streamlit A faster way to build and share data apps.,319028.0,317616.0,221.0,44,True,,169.0,2024-02-12 17:53:30.000,1.31.1,215.0,,5007214.0,,streamlit,https://pypi.org/project/streamlit,2024-02-12 17:53:21.000,1412.0,5007214.0,,,,1.0,,,,,,,,,,,,,,,,,, +14,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2024-02-19 05:13:32.000,2024-01-05 08:24:01,3097.0,1695,225.0,1083.0,364.0,1768.0,9391,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1191720.0,1129365.0,416.0,44,True,,39.0,2023-07-19 11:51:19.000,21.2.0,86.0,103.0,36191046.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2023-07-19 11:46:44.000,62355.0,36130013.0,https://anaconda.org/conda-forge/gunicorn,2023-09-22 20:44:42.316,2441346.0,1.0,,,,,,,,,,,,,,,,,, +15,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2024-02-29 04:46:06.000,2024-02-28 12:54:13,29838.0,1130,174.0,1971.0,2788.0,7467.0,5370,Event-driven networking engine written in Python.,91621.0,81297.0,273.0,44,True,,120.0,2023-10-31 08:10:38.000,23.10.0,99.0,,4157139.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2024-02-21 16:21:16.000,10324.0,4130717.0,https://anaconda.org/conda-forge/twisted,2023-10-31 14:38:33.127,1056917.0,1.0,,,,,,,,,,,,,,,,,, +16,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,2024-02-26 12:18:44.000,2024-02-22 12:54:07,18805.0,9566,2194.0,4896.0,4253.0,22708.0,127343,Command-line program to download videos from YouTube.com and other video sites.,1830.0,,1001.0,43,True,,18.0,2021-12-16 19:02:14.000,2021.12.17,955.0,60589581.0,1322351.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1830.0,311219.0,https://anaconda.org/conda-forge/youtube-dl,2023-06-16 16:12:46.297,1303881.0,1.0,,youtube-dl,,,,,,,,,,,,,,,, +17,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,2024-02-28 11:57:01.000,2024-02-28 11:01:49,8751.0,6873,620.0,4646.0,152.0,3780.0,27192,Web APIs for Django.,637905.0,637470.0,1394.0,43,True,['django'],23.0,2022-11-08 10:37:57.000,3.14.0,40.0,,121477.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,435.0,115715.0,https://anaconda.org/conda-forge/djangorestframework,2023-06-16 13:24:55.645,547410.0,1.0,,,,,,,,,,,,,,,,,, +18,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2024-02-26 11:44:19.000,2024-01-10 23:22:02,2774.0,1596,252.0,892.0,96.0,936.0,9811,A very fast and expressive template engine.,103145.0,21.0,306.0,43,True,,14.0,2024-01-10 23:12:42.000,3.1.3,49.0,55490.0,154290001.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2024-01-10 23:12:19.000,103124.0,153327788.0,https://anaconda.org/conda-forge/jinja2,2024-01-11 09:59:51.180,35574542.0,1.0,,,,,,,,,,,,,,,,,, +19,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,2024-02-27 21:09:13.000,2024-02-27 21:07:21,5533.0,1730,219.0,1679.0,20.0,1133.0,6509,The comprehensive WSGI web application library.,1295093.0,1225232.0,487.0,43,True,,7.0,2023-11-08 18:37:01.000,2.3.8,95.0,766.0,112400923.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2023-11-08 18:37:01.000,69861.0,112105764.0,https://anaconda.org/conda-forge/werkzeug,2023-11-09 01:18:53.893,9739933.0,1.0,,,,,,,,,,,,,,,,,, +20,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2024-02-28 20:24:00.000,2024-02-28 19:57:16,6291.0,404,32.0,333.0,284.0,1154.0,2771,The code coverage tool for Python.,428574.0,370072.0,188.0,43,True,,139.0,2024-02-23 20:59:44.000,7.4.3,137.0,,74090236.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2024-02-23 20:57:22.000,58502.0,73771399.0,https://anaconda.org/conda-forge/coverage,2024-02-26 18:05:36.433,13710013.0,1.0,,,,,,,,,,,,,,,,,, +21,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2024-02-29 16:43:05.000,2024-02-29 16:41:36,65507.0,4096,686.0,53939.0,2048.0,9232.0,36390,Developer-first error tracking and performance monitoring.,1078.0,683.0,816.0,42,True,,3524.0,2024-02-15 21:08:56.000,24.2.0,378.0,46768.0,22128.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-07-25 17:18:50.000,395.0,5019.0,https://anaconda.org/conda-forge/sentry-sdk,2024-02-27 13:03:24.244,730709.0,1.0,,,,,,,,,,,,,,,,,, +22,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,2024-02-28 02:45:05.000,2024-01-12 01:45:58,4685.0,5559,990.0,1546.0,218.0,1616.0,21452,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",472693.0,446821.0,438.0,42,True,,2.0,2023-08-11 15:21:47.000,6.3.3,72.0,,39388263.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2023-11-29 03:39:29.000,25872.0,38419117.0,https://anaconda.org/conda-forge/tornado,2024-02-19 18:05:19.611,38765845.0,2.0,,,,,,,,,,,,,,,,,, +23,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,2024-02-29 16:06:57.000,2024-02-29 08:05:08,19753.0,5994,216.0,10282.0,4451.0,3593.0,19224,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",687.0,5.0,3031.0,42,True,['openapi'],334.0,2024-02-08 07:44:48.000,7.3.0,685.0,,2072020.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,5798.0,,,,1.0,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2024-01-19 11:16:08.502,682.0,2066222.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,, +24,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,2024-02-29 13:40:08.000,2024-02-29 13:40:07,1437.0,764,113.0,1523.0,45.0,797.0,11961,A next generation HTTP client for Python.,168147.0,163794.0,218.0,42,True,,52.0,2024-02-21 13:07:50.000,0.27.0,68.0,,47151463.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2024-02-21 13:07:50.000,4353.0,47124890.0,https://anaconda.org/conda-forge/httpx,2024-02-21 15:58:12.168,1195803.0,2.0,,,,,,,,,,,,,,,,,, +25,starlette,encode/starlette,web-frameworks,,https://github.com/encode/starlette,https://github.com/encode/starlette,BSD-3-Clause,2018-06-25 13:16:21.000,2024-02-29 12:55:05.000,2024-02-29 12:55:04,1324.0,824,105.0,1444.0,29.0,679.0,9224,The little ASGI framework that shines.,181175.0,180007.0,264.0,42,True,,83.0,2024-02-09 22:00:00.000,0.37.1,150.0,,29786330.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2024-02-09 22:00:00.000,1168.0,29741215.0,https://anaconda.org/conda-forge/starlette,2024-02-12 19:06:34.539,1939959.0,2.0,,,,,,,,,,,,,,,,,, +26,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,2024-02-29 16:49:40.000,2024-02-29 16:49:39,1722.0,2349,283.0,1226.0,124.0,924.0,7259,The official Python client library for Googles discovery based APIs.,192919.0,185089.0,190.0,42,True,,37.0,2024-02-22 19:47:40.000,2.119.0,208.0,,38493219.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2024-02-22 19:47:40.000,7830.0,38434165.0,https://anaconda.org/conda-forge/google-api-python-client,2024-02-22 20:53:42.144,2657472.0,1.0,,,,,,,,,,,,,,,,,, +27,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010-11-30 17:34:03.000,2024-02-29 09:00:37.000,2024-02-28 06:08:28,3675.0,928,103.0,676.0,152.0,840.0,4314,GitPython is a python library used to interact with Git repositories.,240564.0,232026.0,309.0,42,True,,205.0,2024-02-15 20:14:50.000,3.1.42,96.0,,58053471.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2024-02-15 20:13:18.000,8538.0,57889340.0,https://anaconda.org/conda-forge/gitpython,2024-02-16 07:43:58.931,7385900.0,1.0,,,,,,,,,,,,,,,,,, +28,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2024-02-29 07:46:21.000,2024-02-28 22:04:45,10510.0,3964,619.0,2750.0,322.0,2931.0,33761,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,3928.0,3445.0,524.0,41,True,,65.0,2024-01-21 17:16:50.000,10.2.2,66.0,222918.0,327558.0,,mitmproxy,https://pypi.org/project/mitmproxy,2024-01-21 17:16:50.000,483.0,325789.0,,,,1.0,,,,,,,,,,,,,,,,,, +29,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,2024-02-29 06:16:13.000,2024-02-26 16:47:04,2715.0,5155,595.0,1681.0,18.0,2054.0,24338,We have made you a wrapper you cant refuse.,100202.0,97634.0,187.0,41,True,,43.0,2024-02-08 17:43:26.000,20.8,133.0,22370.0,1134491.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2024-02-08 17:39:12.000,2568.0,1132125.0,https://anaconda.org/conda-forge/python-telegram-bot,2024-02-08 21:17:21.163,92238.0,1.0,,,,,,,,,,,,,,,,,, +30,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,2024-02-29 09:41:34.000,2024-01-01 13:45:07,2854.0,1546,409.0,1542.0,108.0,1276.0,17623,Accelerate your web app development | Build fast. Run fast.,17564.0,16852.0,340.0,41,True,,28.0,2024-01-09 17:48:45.000,23.12.1,77.0,,783720.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2024-01-09 17:48:45.000,712.0,776578.0,https://anaconda.org/conda-forge/sanic,2024-01-09 20:43:02.096,314262.0,2.0,,,,,,,,,,,,,,,,,, +31,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2024-02-29 14:59:07.000,2024-02-29 11:37:53,17035.0,3598,344.0,6609.0,942.0,3964.0,16848,A Django content management system focused on flexibility and user experience.,1567.0,8.0,902.0,41,True,['django'],590.0,2024-02-15 14:16:17.000,6.0.1,228.0,,238908.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2024-02-15 14:16:17.000,1559.0,235466.0,https://anaconda.org/conda-forge/wagtail,2024-02-16 00:34:32.125,68854.0,1.0,,,,,,,,,,,,,,,,,, +32,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2024-02-25 06:44:32.000,2024-02-23 19:53:54,3015.0,1357,149.0,550.0,40.0,2144.0,8783,"Pure Python 3 MTProto API Telegram client library, for bots too!.",55777.0,55303.0,176.0,41,True,,24.0,2024-02-02 17:19:21.000,1.34.0,229.0,,2834435.0,,telethon,https://pypi.org/project/telethon,2024-02-02 17:19:21.000,474.0,2834435.0,,,,1.0,,,,,,,,,,,,,,,,,, +33,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,2024-02-29 15:13:49.000,2024-02-29 15:13:45,2991.0,2901,187.0,1476.0,67.0,2093.0,8721,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",5316.0,21.0,684.0,41,True,['django'],137.0,2024-02-09 09:15:16.000,0.57.2,86.0,,858459.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2024-02-09 09:15:16.000,5295.0,853349.0,https://anaconda.org/conda-forge/django-allauth,2024-02-09 11:56:42.359,112435.0,1.0,,,,,,,,,,,,,,,,,, +34,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2024-02-29 14:18:20.000,2024-02-29 07:20:00,3535.0,668,102.0,950.0,98.0,963.0,3519,PyZMQ: Python bindings for zeromq.,355537.0,341985.0,196.0,41,False,,93.0,2023-12-05 07:34:47.000,25.1.2,91.0,20850.0,32496134.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2024-02-27 14:29:12.000,13552.0,31967652.0,https://anaconda.org/conda-forge/pyzmq,2023-12-05 14:10:46.430,22717610.0,1.0,,,,,,,,,,,,,,,,,, +35,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2024-02-28 00:31:21.000,2024-02-08 21:31:36,10899.0,3465,759.0,4599.0,282.0,5040.0,30655,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2316.0,1970.0,526.0,40,True,,28.0,2024-02-08 21:24:26.000,2.9.0,111.0,150377.0,3097884.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2024-02-08 20:47:16.000,346.0,3094189.0,https://anaconda.org/conda-forge/certbot-apache,2024-01-06 18:43:10.294,24656.0,1.0,,,,,,,,,,,,,,,,,, +36,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,2024-02-26 18:04:02.000,2024-02-23 01:42:24,4993.0,3710,261.0,2732.0,107.0,2813.0,14077,An API wrapper for Discord written in Python.,43321.0,40527.0,404.0,40,True,,32.0,2023-08-10 21:44:05.000,2.3.2,77.0,,541348.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2023-08-10 21:44:05.000,2794.0,540948.0,https://anaconda.org/conda-forge/discord.py,2023-08-11 00:02:19.093,14827.0,1.0,,,,,,,,,,,,,,,,,, +37,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,2024-02-29 07:39:38.000,2024-02-29 07:12:56,15992.0,3009,395.0,4282.0,135.0,3369.0,9759,The easy-to-use and developer-friendly enterprise CMS powered by Django.,1713.0,,558.0,40,True,['django'],44.0,2024-02-09 15:05:53.000,3.11.5,116.0,,70824.0,,django-cms,https://pypi.org/project/django-cms,2024-02-09 15:05:53.000,1713.0,70824.0,,,,2.0,,,,,,,,,,,,,,,,,, +38,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2024-02-28 13:08:08.000,2024-02-28 13:08:08,1250.0,699,93.0,1279.0,58.0,641.0,7593,"An ASGI web server, for Python.",314704.0,312177.0,175.0,40,True,,28.0,2024-02-10 12:09:08.000,0.27.1,158.0,,25198135.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2024-02-10 12:09:08.000,2527.0,25139828.0,https://anaconda.org/conda-forge/uvicorn,2024-02-10 21:33:13.617,2332287.0,1.0,,,,,,,,,,,,,,,,,, +39,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2024-02-28 18:33:07.000,2024-02-27 20:00:58,1812.0,980,158.0,531.0,51.0,847.0,6784,Google Sheets Python API.,31085.0,30020.0,172.0,40,True,,87.0,2024-02-14 13:57:39.000,6.0.2,76.0,2665.0,9078948.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2024-02-14 13:57:39.000,1065.0,9071815.0,https://anaconda.org/conda-forge/gspread,2024-01-24 07:54:52.292,305761.0,1.0,,,,,,,,,,,,,,,,,, +40,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,2024-02-28 20:41:44.000,2024-02-28 20:09:50,4474.0,1575,119.0,1809.0,145.0,1302.0,4668,A python interface for interacting with the Ethereum blockchain and ecosystem.,19906.0,18789.0,251.0,40,True,,133.0,2024-02-05 21:33:12.000,6.15.1,209.0,,1300017.0,conda-forge/web3,web3,https://pypi.org/project/web3,2024-02-28 20:10:25.000,1117.0,1294952.0,https://anaconda.org/conda-forge/web3,2024-02-07 14:48:10.805,202639.0,1.0,,,,,,,,,,,,,,,,,, +41,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,2024-02-28 20:34:42.000,2024-02-23 16:36:50,3966.0,1320,157.0,961.0,175.0,1120.0,4457,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",6648.0,6312.0,202.0,40,True,['flask'],23.0,2024-02-23 16:39:33.000,4.4.1,318.0,,9721811.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2024-02-23 16:39:33.000,336.0,9714154.0,https://anaconda.org/conda-forge/flask-appbuilder,2024-02-24 08:05:18.842,329272.0,2.0,,,,,,,,,,,,,,,,,, +42,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,2024-02-22 18:31:04.000,2024-02-05 13:43:49,1583.0,846,76.0,571.0,29.0,836.0,3525,A Python implementation of John Grubers Markdown with Extension support.,365030.0,342065.0,173.0,40,True,,9.0,2024-01-10 15:19:41.000,3.5.2,52.0,46.0,36885334.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2024-01-10 15:19:36.000,22965.0,36727665.0,https://anaconda.org/conda-forge/markdown,2024-01-10 17:42:17.805,6306354.0,1.0,,,,,,,,,,,,,,,,,, +43,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,2024-02-26 20:40:45.000,2024-01-12 00:00:00,1268.0,803,86.0,325.0,17.0,622.0,3419,WebSocket client for Python.,180421.0,173128.0,220.0,40,True,,24.0,2023-12-03 15:58:45.000,1.7.0,86.0,,60453758.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2023-12-03 15:58:45.000,7293.0,60453758.0,https://anaconda.org/conda-forge/websocket-client,,,1.0,,,,,,,,,,,,,,,,,, +44,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2024-02-06 14:46:47.000,2024-01-06 20:50:34,1694.0,488,68.0,496.0,88.0,293.0,2726,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",512564.0,499819.0,195.0,40,True,,14.0,2023-01-10 13:13:43.000,3.2.2,50.0,,88704087.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022-10-17 20:06:06.447,12745.0,88593045.0,https://anaconda.org/conda-forge/oauthlib,2023-06-16 13:18:41.781,10104864.0,1.0,,,,,,,,,,,,,,,,,, +45,lxml,lxml/lxml,html-processing,,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011-02-11 05:43:11.000,2024-02-28 12:43:44.000,2024-02-15 16:47:36,6246.0,586,79.0,349.0,21.0,,2540,The lxml XML toolkit for Python.,465297.0,424573.0,157.0,40,True,,194.0,2024-01-08 20:30:20.000,lxml-5.0.1-1,160.0,32311.0,82723557.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2024-01-08 08:28:54.000,40724.0,82472934.0,https://anaconda.org/conda-forge/lxml,2024-01-08 14:48:57.905,11224226.0,1.0,,,,,,,,,,,,,,,,,, +46,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2024-02-29 07:14:47.954,2024-02-24 13:33:57,2374.0,533,60.0,512.0,10.0,510.0,2310,a powerful DNS toolkit for python.,272073.0,267207.0,115.0,40,True,,57.0,2024-02-18 18:51:16.000,2.6.1,46.0,346.0,35815278.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2024-02-18 18:48:46.000,4866.0,35783324.0,https://anaconda.org/conda-forge/dnspython,2024-02-29 07:14:47.954,1307814.0,1.0,,,,,,,,,,,,,,,,,, +47,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,2024-02-29 15:21:49.000,2024-02-29 11:14:52,10235.0,4741,1008.0,7346.0,118.0,4233.0,37828,The Cloud-Native API Gateway and AI Gateway.,21.0,21.0,400.0,39,True,,212.0,2024-02-09 22:08:50.000,3.6.0,100.0,,2891593.0,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2024-02-16 05:36:36.447224,771.0,320966912.0,,,, +48,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2024-02-29 11:12:51.000,2024-02-29 11:03:56,4619.0,2842,433.0,1049.0,13.0,1549.0,23244,Write scalable load tests in plain Python.,115.0,4.0,317.0,39,True,,341.0,2024-02-11 22:07:38.000,2.23.1,364.0,,1540227.0,conda-forge/locust,locust,https://pypi.org/project/locust,2024-02-29 11:12:51.000,111.0,1537114.0,https://anaconda.org/conda-forge/locust,2024-02-11 23:49:07.952,140087.0,1.0,,,,,,,,,,,,,,,,,, +49,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2024-02-27 22:01:36.000,2024-02-26 21:02:55,6399.0,2007,227.0,2753.0,153.0,1482.0,9862,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,14519.0,13481.0,462.0,39,True,,81.0,2022-12-25 10:30:01.270,2.5.0,25.0,,2251034.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2022-12-25 10:30:01.270,1038.0,2249019.0,https://anaconda.org/conda-forge/scapy,2023-06-16 16:15:58.809,110829.0,2.0,,,,,,,,,,,,,,,,,, +50,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,2024-02-28 08:18:37.000,2024-02-28 08:18:37,2636.0,2030,225.0,832.0,3.0,1179.0,7548,Python Telegram bot api.,44919.0,43958.0,232.0,39,True,,166.0,2024-02-17 18:18:08.000,4.16.1,121.0,,411451.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2024-02-17 18:18:08.000,961.0,411451.0,,,,2.0,,,,,,,,,,,,,,,,,, +51,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,2024-02-27 11:53:48.000,2024-02-22 19:46:22,2229.0,1718,111.0,1274.0,271.0,1325.0,6576,Typed interactions with the GitHub API v3.,52150.0,49383.0,351.0,39,True,,31.0,2024-01-30 07:55:35.000,2.2.0,98.0,,19146437.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2024-01-30 07:55:35.000,2767.0,19081598.0,https://anaconda.org/conda-forge/pygithub,2024-01-30 09:36:04.222,2917792.0,2.0,,,,,,,,,,,,,,,,,, +52,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,2024-02-29 13:16:08.000,2024-02-27 21:44:16,3646.0,438,54.0,3168.0,994.0,2257.0,3918,Panel: The powerful data exploration & web app framework for Python.,10486.0,10272.0,164.0,39,True,,208.0,2024-01-24 17:41:24.000,1.3.8,356.0,,738436.0,,panel,https://pypi.org/project/panel,2024-02-28 16:44:11.000,214.0,738436.0,,,,1.0,,,,,,,,,,,,,,,,,, +53,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2024-02-06 17:33:46.000,2024-02-06 17:33:45,3099.0,4509,267.0,567.0,81.0,1209.0,10136,Twitter for Python!.,56113.0,51691.0,244.0,38,True,,1.0,2023-04-24 22:17:30.329,4.14.0,47.0,,1003453.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2023-04-24 22:17:30.329,4422.0,1000070.0,https://anaconda.org/conda-forge/tweepy,2023-06-16 13:24:08.253,284188.0,2.0,,,,,,,,,,,,,,,,,, +54,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/jazzband/django-debug-toolbar,https://github.com/jazzband/django-debug-toolbar,BSD-3-Clause,2008-08-28 06:58:04.000,2024-02-29 12:04:27.000,2024-02-22 20:42:50,2568.0,1014,110.0,1008.0,73.0,811.0,7833,A configurable set of panels that display various debug information about the current request/response.,96994.0,84610.0,283.0,38,True,,23.0,2024-02-01 19:36:52.000,4.3.0,64.0,213.0,2627943.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2024-02-01 19:36:52.000,12384.0,2623690.0,https://anaconda.org/conda-forge/django-debug-toolbar,2024-02-02 17:35:23.617,174354.0,1.0,,,,,,,,,,,,,,,,,, +55,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,2024-02-26 09:04:53.000,2024-02-22 10:35:18,9032.0,2192,269.0,2755.0,100.0,1404.0,6050,Domain-driven e-commerce for Django.,1352.0,1076.0,361.0,38,True,['django'],60.0,2024-02-08 09:53:27.000,3.2.4,150.0,,20187.0,,django-oscar,https://pypi.org/project/django-oscar,2024-02-08 09:53:27.000,276.0,20187.0,,,,1.0,,,,,,,,,,,,,,,,,, +56,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,2024-02-28 10:30:03.000,2024-02-11 20:20:48,1370.0,500,108.0,375.0,30.0,1038.0,4896,Library for building WebSocket servers and clients in Python.,169304.0,164734.0,71.0,38,True,,31.0,2023-10-21 14:25:02.000,12.0,39.0,,25934561.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2023-10-21 14:19:28.000,4570.0,25875078.0,https://anaconda.org/conda-forge/websockets,2023-10-21 19:12:20.114,2438805.0,1.0,,,,,,,,,,,,,,,python-websockets/websockets,,, +57,django-import-export,django-import-export/django-import-export,django-utils,,https://github.com/django-import-export/django-import-export,https://github.com/django-import-export/django-import-export,BSD-2-Clause,2012-11-15 13:12:22.000,2024-02-29 09:58:32.000,2024-02-03 17:08:39,1412.0,776,65.0,764.0,28.0,956.0,2826,Django application and library for importing and exporting data with admin integration.,94601.0,93538.0,205.0,38,True,['django'],25.0,2024-02-03 17:07:06.000,3.3.7,73.0,,1126897.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2024-02-14 15:16:21.000,1063.0,1124880.0,https://anaconda.org/conda-forge/django-import-export,2024-02-05 13:34:33.303,88777.0,1.0,,,,,,,,,,,,,,,,,, +58,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,2024-02-27 22:34:38.000,2024-02-27 21:35:43,641.0,411,53.0,269.0,106.0,164.0,1686,OAuthlib support for Python-Requests!.,481650.0,469642.0,119.0,38,True,,40.0,2022-01-29 19:00:11.000,1.3.1,20.0,,84785982.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2024-02-27 22:22:25.000,12008.0,84686675.0,https://anaconda.org/conda-forge/requests-oauthlib,2023-06-16 13:25:40.359,9036978.0,1.0,2.0,,,,,,,,,,,,,,,,, +59,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,2024-02-02 19:37:02.898,2024-02-02 16:59:18,707.0,153,25.0,308.0,2.0,110.0,589,Safely add untrusted strings to HTML/XML markup.,1596619.0,1521155.0,42.0,38,True,,37.0,2024-02-02 16:31:56.000,2.1.5,31.0,3441.0,164749298.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2024-02-02 16:30:04.000,75464.0,163828373.0,https://anaconda.org/conda-forge/markupsafe,2024-02-02 19:37:02.898,37753785.0,2.0,,,,,,,,,,,,,,,,,, +60,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,2024-02-29 11:12:51.000,2024-02-29 11:08:55,6281.0,8772,650.0,3941.0,1082.0,4295.0,25248,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",36116.0,36116.0,576.0,37,True,['openapi'],153.0,2024-02-23 11:51:02.000,5.11.8,100.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,, +61,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2024-01-29 14:06:19.000,2024-01-29 14:06:18,3795.0,1828,341.0,1566.0,55.0,1615.0,12038,Static site generator that supports Markdown and reST syntax. Powered by Python.,9465.0,7660.0,456.0,37,True,,23.0,2023-11-15 17:16:49.000,4.9.1,60.0,1020.0,24613.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2023-11-15 17:16:49.000,1805.0,21082.0,https://anaconda.org/conda-forge/pelican,2023-11-27 14:15:58.572,147877.0,1.0,,,,,,,,,,,,,,,,,, +62,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2024-02-29 12:24:41.000,2024-02-25 13:39:51,4352.0,1689,290.0,1360.0,93.0,906.0,11245,CTF framework and exploit development library.,1420.0,1349.0,254.0,37,True,,74.0,2024-02-22 21:43:50.000,4.12.0,114.0,,54541.0,,pwntools,https://pypi.org/project/pwntools,2024-02-22 22:41:52.000,71.0,54541.0,,,,2.0,,,,,,,,,,,,,,,,,, +63,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2024-02-27 09:39:41.000,2023-05-20 10:08:41,1461.0,2203,194.0,643.0,551.0,767.0,10043,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",33425.0,32939.0,112.0,37,True,,,2023-05-07 19:40:40.414,15.0.0,86.0,,563961.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2023-05-07 19:40:40.414,486.0,563428.0,https://anaconda.org/conda-forge/pytube,2023-06-16 19:27:33.750,14945.0,2.0,,,,,,,,,,,,,,,,,, +64,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,2024-02-17 21:34:05.000,2024-01-16 08:13:02,1892.0,925,263.0,1164.0,162.0,844.0,9350,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",10661.0,8940.0,201.0,37,True,,6.0,2023-12-05 06:19:32.000,3.1.3,81.0,7175.0,1090630.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2023-12-05 06:19:32.000,1721.0,1081494.0,https://anaconda.org/conda-forge/falcon,2023-12-07 03:16:59.124,357930.0,2.0,,,,,,,,,,,,,,,,,, +65,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2024-02-02 10:31:03.000,2024-01-03 22:31:48,1897.0,1446,312.0,595.0,314.0,580.0,8241,bottle.py is a fast and simple micro-framework for python web-applications.,34543.0,29318.0,226.0,37,True,,1.0,2023-03-04 15:35:02.955,0.12.25,80.0,,3195068.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2023-03-04 15:35:02.955,5225.0,3190334.0,https://anaconda.org/conda-forge/bottle,2023-06-16 13:25:17.978,421385.0,2.0,,,,,,,,,,,,,,,,,, +66,django-extensions,django-extensions/django-extensions,django-utils,,https://github.com/django-extensions/django-extensions,https://github.com/django-extensions/django-extensions,MIT,2009-03-21 16:11:19.000,2024-02-08 16:35:03.000,2024-02-07 23:51:13,3623.0,1148,103.0,978.0,197.0,721.0,6367,This is a repository for collecting global custom management extensions for the Django Framework.,227527.0,215159.0,576.0,37,True,['django'],2.0,2023-06-07 11:23:14.000,3.2.3,125.0,,3613361.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2023-06-05 17:10:00.484,12368.0,3609050.0,https://anaconda.org/conda-forge/django-extensions,2023-06-05 19:37:51.183,409559.0,1.0,,,,,,,,,,,,,,,,,, +67,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,,2012-09-13 22:03:03.000,2024-02-14 11:22:51.000,2024-02-14 11:22:48,5940.0,889,243.0,635.0,110.0,1274.0,6145,Coroutine-based concurrency library for Python.,120488.0,120488.0,110.0,37,False,,30.0,2017-09-07 10:41:57.000,1.2.2,25.0,59450.0,8761190.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,,,8731270.0,https://anaconda.org/conda-forge/gevent,2023-10-08 07:45:42.176,1325051.0,2.0,,,,,,,,,,,,,,,,,, +68,flask-admin,flask-admin/flask-admin,admin-ui,,https://github.com/flask-admin/flask-admin,https://github.com/flask-admin/flask-admin,BSD-3-Clause,2012-03-18 23:21:57.000,2024-01-05 17:22:57.000,2023-10-15 10:04:30,3087.0,1569,158.0,1015.0,487.0,985.0,5591,Simple and extensible administrative interface framework for Flask.,27061.0,24644.0,364.0,37,True,['flask'],,2023-06-19 22:55:48.000,1.6.1,39.0,,1261600.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2023-02-20 12:55:50.822,2417.0,1259915.0,https://anaconda.org/conda-forge/flask-admin,2023-06-16 13:25:18.421,148346.0,1.0,,,,,,,,,,,,,,,,,, +69,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,2024-02-20 06:56:49.000,2024-02-20 06:56:48,785.0,541,79.0,662.0,6.0,261.0,5225,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,216348.0,209584.0,69.0,37,True,['django'],12.0,2023-11-14 17:27:27.000,4.3.1,55.0,,5575617.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2023-11-14 17:27:27.000,6764.0,5573486.0,https://anaconda.org/conda-forge/django-cors-headers,2023-11-14 19:33:39.439,93787.0,1.0,,,,,,,,,,,,,,,,,, +70,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2024-02-21 01:44:27.000,2024-02-14 03:17:32,818.0,700,59.0,513.0,20.0,408.0,4848,JSON Web Token implementation in Python.,540856.0,528798.0,139.0,37,True,,5.0,2023-07-18 20:02:21.000,2.8.0,48.0,,143604178.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2023-07-18 20:02:21.000,12058.0,143260898.0,https://anaconda.org/conda-forge/pyjwt,2024-02-02 17:34:13.319,12701364.0,1.0,,,,,,,,,,,,,,,,,, +71,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2024-02-28 01:46:29.000,2024-02-28 01:46:28,1378.0,401,62.0,188.0,78.0,349.0,4170,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",31500.0,31077.0,107.0,37,True,,16.0,2023-12-17 23:51:31.000,1.3.0,40.0,,8053202.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2023-12-17 23:51:31.000,423.0,8050371.0,https://anaconda.org/conda-forge/authlib,2023-12-18 02:03:16.423,127401.0,1.0,,,,,,,,,,,,,,,,,, +72,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,2024-02-19 10:23:19.000,2024-01-15 17:08:19,1090.0,917,112.0,599.0,10.0,641.0,4131,Adds SQLAlchemy support to Flask.,413127.0,386455.0,121.0,37,True,['flask'],7.0,2023-09-11 21:43:39.000,3.1.1,35.0,535.0,6451383.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-09-11 21:42:34.000,26672.0,6447179.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023-06-16 13:17:53.221,386336.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,, +73,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2024-02-09 03:32:11.000,2024-02-09 03:32:10,11895.0,931,161.0,2699.0,77.0,984.0,3884,Pyramid - A Python web framework.,19239.0,16350.0,350.0,37,False,,61.0,2023-08-25 06:33:20.000,2.0.2,151.0,,3027841.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023-08-25 06:33:20.000,2885.0,3027779.0,https://anaconda.org/anaconda/pyramid,2023-06-16 13:05:11.275,6216.0,2.0,,,,,,,,,,,,,,,,4.0,, +74,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,2024-02-28 02:10:47.000,2024-02-28 02:09:42,1285.0,889,165.0,663.0,24.0,768.0,3761,Slack Developer Kit for Python.,2165.0,1.0,165.0,37,True,,18.0,2024-02-28 02:12:31.000,3.27.1,100.0,197.0,4939865.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2164.0,4931694.0,https://anaconda.org/conda-forge/slackclient,2023-06-16 13:23:23.749,735163.0,2.0,,,,,,,,,,,,,,,,,, +75,drf-spectacular,tfranzel/drf-spectacular,openapi-utils,,https://github.com/tfranzel/drf-spectacular,https://github.com/tfranzel/drf-spectacular,BSD-3-Clause,2020-03-01 22:36:54.000,2024-02-29 09:55:07.000,2024-02-27 14:14:29,1217.0,240,13.0,316.0,83.0,792.0,2025,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,89420.0,89345.0,111.0,37,True,['openapi'],55.0,2024-01-18 20:00:34.000,0.27.1,63.0,,1715926.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2024-01-18 19:58:32.000,75.0,1714892.0,https://anaconda.org/conda-forge/drf-spectacular,2024-01-19 02:26:45.824,30001.0,1.0,,,,,,,,,,,,,,,,,, +76,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,2024-02-05 21:09:25.000,2024-02-01 17:13:24,1352.0,377,47.0,184.0,81.0,168.0,1802,Parse feeds in Python.,85098.0,77494.0,57.0,37,True,,24.0,2023-12-10 16:03:19.000,6.0.11,24.0,,2746679.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2023-12-10 16:03:19.000,7604.0,2732660.0,https://anaconda.org/conda-forge/feedparser,2024-01-10 16:15:29.292,630855.0,1.0,,,,,,,,,,,,,,,,,, +77,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,2024-02-25 03:28:14.000,2024-02-25 03:28:13,4502.0,361,54.0,244.0,252.0,1521.0,1765,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",22801.0,12421.0,144.0,37,True,,32.0,2023-12-13 14:33:25.000,18.9.0,120.0,,980183.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2023-12-13 14:33:25.000,10380.0,979970.0,https://anaconda.org/anaconda/cherrypy,2023-06-16 13:06:07.509,21177.0,2.0,,,,,,,,,,,,,,,,,, +78,twilio,twilio/twilio-python,third-party-apis,,https://github.com/twilio/twilio-python,https://github.com/twilio/twilio-python,MIT,2009-09-15 05:33:57.000,2024-02-29 07:38:48.000,2024-02-27 14:14:41,1707.0,683,125.0,474.0,21.0,281.0,1759,A Python module for communicating with the Twilio API and generating TwiML.,41876.0,38307.0,139.0,37,True,,19.0,2024-02-27 14:22:59.000,9.0.0,310.0,,4005820.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2024-02-27 14:22:59.000,3569.0,4001752.0,https://anaconda.org/conda-forge/twilio,2024-02-27 17:11:57.450,183075.0,2.0,,,,,,,,,,,,,,,,,, +79,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,2024-02-29 15:28:07.000,2024-02-29 03:52:10,1559.0,526,38.0,1962.0,278.0,1300.0,1530,OpenTelemetry Python API and SDK.,12366.0,12362.0,222.0,37,True,,50.0,2024-02-23 17:02:14.000,1.23.0,54.0,,135229.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023-07-18 10:20:43.208,4.0,124943.0,https://anaconda.org/conda-forge/opentelemetry-api,2024-02-23 22:39:58.967,421753.0,1.0,,,,,,,,,,,,,,,,,, +80,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2024-02-21 18:50:20.997,2024-02-15 10:03:08,1689.0,393,47.0,389.0,51.0,394.0,1452,A flexible forms validation and rendering library for Python.,14897.0,,157.0,37,True,,21.0,2024-01-06 07:53:50.000,3.1.2,28.0,,5093286.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2024-01-06 07:52:43.000,14897.0,5088543.0,https://anaconda.org/conda-forge/wtforms,2024-02-21 18:50:20.997,203949.0,1.0,,,,,,,,,,,,,,,,,, +81,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2024-02-06 17:38:45.000,2024-02-06 17:38:44,444.0,203,41.0,238.0,42.0,169.0,1369,ASGI specification and utilities.,795157.0,793816.0,93.0,37,True,,9.0,2023-05-27 17:22:06.910,3.7.2,62.0,,24743246.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2023-05-27 17:22:06.910,1341.0,24726371.0,https://anaconda.org/conda-forge/asgiref,2023-06-16 16:11:41.134,1080026.0,2.0,,,,,,,,,,,,,,,,,, +82,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,2024-02-21 14:21:17.000,2024-01-27 19:05:32,1344.0,376,27.0,650.0,143.0,330.0,1169,Python 3.X client for HashiCorp Vault.,4705.0,4300.0,195.0,37,True,,15.0,2024-01-03 16:36:09.000,2.1.0,71.0,643.0,14931942.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2024-01-03 16:36:09.000,405.0,14921519.0,https://anaconda.org/conda-forge/hvac,2024-01-03 19:13:11.642,458369.0,2.0,,,,,,,,,,,,,,,,,, +83,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,2024-02-26 19:57:09.000,2024-02-26 19:55:25,1668.0,172,25.0,617.0,31.0,242.0,1119,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,19483.0,12337.0,86.0,37,True,['openapi'],26.0,2024-02-26 19:57:09.000,6.5.0,114.0,,7393955.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2024-02-26 19:57:09.000,7146.0,7378904.0,https://anaconda.org/conda-forge/apispec,2024-01-10 07:59:43.287,662270.0,1.0,,,,,,,,,,,,,,,,,, +84,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2024-02-27 17:23:49.689,2024-02-22 22:38:57,2433.0,1003,237.0,865.0,469.0,822.0,10224,Python Serverless Microframework for AWS.,2947.0,2786.0,201.0,36,True,,22.0,2024-02-27 15:31:29.000,1.31.0,90.0,,259462.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2024-02-27 15:31:29.000,161.0,254460.0,https://anaconda.org/conda-forge/chalice,2024-02-27 17:23:49.689,200113.0,1.0,,,,,,,,,,,,,,,,,, +85,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,2024-02-13 19:13:39.000,2023-05-21 03:47:13,837.0,1027,177.0,419.0,138.0,458.0,6746,Simple framework for creating REST APIs.,111262.0,104006.0,161.0,36,True,['flask'],,2023-05-21 03:59:07.841,0.3.10,33.0,,1724634.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,7256.0,1722617.0,https://anaconda.org/conda-forge/flask-restful,2023-06-16 13:21:11.595,179570.0,2.0,,,,,,,,,,,,,,,,,, +86,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,2024-02-08 10:38:47.000,2023-11-03 12:08:09,1773.0,735,115.0,693.0,63.0,635.0,4876,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,145912.0,137847.0,225.0,36,True,['django'],,2023-10-15 09:24:57.000,2.1,41.0,,1094284.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2023-10-15 09:27:10.000,8065.0,1091939.0,https://anaconda.org/conda-forge/django-crispy-forms,2023-10-15 12:16:27.870,91459.0,2.0,,,,,,,,,,,,,,,,,, +87,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,2024-02-23 14:45:13.000,2024-02-18 20:56:31,1476.0,747,84.0,854.0,90.0,928.0,4394,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,12265.0,11534.0,222.0,36,True,['openapi'],9.0,2024-02-14 08:35:14.000,3.0.6,156.0,,6174486.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2024-02-14 08:35:14.000,731.0,6166935.0,https://anaconda.org/conda-forge/connexion,2024-02-14 11:14:58.306,271836.0,2.0,,,,,,,,,,,,,,,spec-first/connexion,,, +88,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,2024-01-27 14:44:22.000,2024-01-27 13:13:05,1310.0,747,72.0,736.0,62.0,759.0,4268,A generic system for filtering Django QuerySets based on user selections.,164245.0,155366.0,208.0,36,True,['django'],5.0,2023-04-23 17:35:23.000,23.1,42.0,,4355378.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2023-12-05 08:15:29.000,8879.0,4352367.0,https://anaconda.org/conda-forge/django-filter,2023-12-05 13:36:19.811,132501.0,1.0,,,,,,,,,,,,,,,,,, +89,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2024-02-29 15:03:28.000,2024-02-29 06:45:50,63370.0,918,89.0,5266.0,447.0,4705.0,4102,Web based localization tool with tight version control integration.,43.0,32.0,1654.0,36,True,,1495.0,2024-02-22 08:20:39.000,5.4.2,121.0,5613.0,5087.0,,weblate,https://pypi.org/project/weblate,2024-02-22 08:20:39.000,11.0,4985.0,,,,2.0,,,,,,,,,,,,,,,,,, +90,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2024-02-28 02:52:48.000,2024-02-28 02:48:01,8470.0,861,130.0,1061.0,8.0,1095.0,3990,"Pythons all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides..",1196.0,1183.0,38.0,36,True,,128.0,2024-02-28 02:52:48.000,4.24.2,901.0,,467526.0,,seleniumbase,https://pypi.org/project/seleniumbase,2024-02-28 02:52:48.000,13.0,467526.0,,,,1.0,,,,,,,,,,,,,,,,,, +91,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,2024-02-28 05:03:52.090,2024-02-28 02:09:42,1285.0,889,165.0,663.0,24.0,768.0,3761,Slack Developer Kit for Python.,244.0,1.0,165.0,36,True,,18.0,2024-02-28 02:12:31.000,3.27.1,103.0,197.0,19538588.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2024-02-28 02:10:27.000,243.0,19534449.0,https://anaconda.org/conda-forge/slack-sdk,2024-02-28 05:03:52.090,148931.0,2.0,,,,,,,,,,,,,,,,,, +92,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,2024-02-20 04:54:00.000,2024-02-20 04:53:59,1880.0,1314,112.0,750.0,572.0,749.0,3527,Modular search for Django.,12323.0,9514.0,214.0,36,True,['django'],23.0,2023-12-07 17:10:09.000,3.2.1,45.0,,147318.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2023-07-20 15:31:03.062,2809.0,141512.0,https://anaconda.org/conda-forge/django-haystack,2024-02-11 15:33:14.217,5806.0,1.0,,,,,,,,,,,,,,,,,, +93,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,2024-02-01 16:46:40.000,2024-01-20 00:02:31,530.0,790,72.0,397.0,18.0,399.0,3468,Flask user session management.,173098.0,160006.0,119.0,36,True,['flask'],6.0,2023-10-30 14:56:07.000,0.6.3,25.0,,6140450.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2023-10-30 14:53:19.000,13092.0,6131052.0,https://anaconda.org/conda-forge/flask-login,2023-11-06 12:27:42.095,216168.0,2.0,,,,,,,,,,,,,,,,,, +94,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,2024-02-29 10:49:53.000,2024-01-16 15:28:47,1216.0,459,66.0,308.0,117.0,415.0,2813,Utilities for implementing a modified pre-order traversal tree in django.,23996.0,20666.0,157.0,36,True,['django'],4.0,2024-01-16 15:29:27.000,0.16.0,42.0,,546767.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2024-01-16 15:29:27.000,3330.0,546767.0,https://anaconda.org/anaconda/django-mptt,,,1.0,,,,,,,,,,,,,,,,,, +95,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2024-02-05 20:28:57.000,2023-09-06 16:00:46,590.0,219,56.0,256.0,1.0,109.0,2806,Safely pass trusted data to untrusted environments and back.,1068023.0,1014969.0,42.0,36,True,,,2022-03-24 15:14:38.000,2.1.2,27.0,,47288499.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,53054.0,47212818.0,https://anaconda.org/conda-forge/itsdangerous,2023-06-16 13:24:58.387,6811303.0,2.0,,,,,,,,,,,,,,,,,, +96,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,2024-02-27 18:43:32.000,2023-11-26 16:55:58,1095.0,842,42.0,686.0,150.0,546.0,2595,Django-storages is a project to provide a variety of storage backends in a single library.,178891.0,173927.0,258.0,36,True,['django'],,2023-10-09 01:37:41.000,1.14.2,42.0,,3175805.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2023-10-09 01:37:41.000,4964.0,3173974.0,https://anaconda.org/conda-forge/django-storages,2023-10-21 14:41:13.604,56761.0,1.0,,,,,,,,,,,,,,,,,, +97,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2024-02-28 20:02:10.000,2024-02-28 19:38:23,1267.0,365,38.0,445.0,133.0,290.0,2572,Automatically mock your HTTP interactions to simplify and speed up testing.,9454.0,8414.0,141.0,36,True,,92.0,2024-01-25 16:17:46.000,6.0.1,72.0,,1112185.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2024-01-25 16:17:46.000,1040.0,1104519.0,https://anaconda.org/conda-forge/vcrpy,2024-02-07 19:44:28.619,329670.0,1.0,,,,,,,,,,,,,,,,,, +98,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2024-02-26 09:07:02.000,2024-02-20 06:56:58,785.0,140,24.0,325.0,32.0,212.0,2392,Radically simplified static file serving for Python web apps.,432649.0,419261.0,63.0,36,True,,12.0,2023-10-11 09:40:57.000,6.6.0,52.0,,2476019.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023-10-11 09:40:57.000,13388.0,2473879.0,https://anaconda.org/conda-forge/whitenoise,2023-10-11 12:09:49.301,85600.0,2.0,,,,,,,,,,,,,,,,,, +99,django-simple-history,jazzband/django-simple-history,django-utils,,https://github.com/jazzband/django-simple-history,https://github.com/jazzband/django-simple-history,BSD-3-Clause,2011-03-06 22:42:19.000,2024-02-24 19:06:19.000,2024-02-24 18:46:42,1317.0,456,44.0,753.0,159.0,429.0,2055,Store model history and view/revert changes from admin site.,5449.0,4986.0,180.0,36,True,['django'],13.0,2024-02-23 22:10:18.000,3.5.0,47.0,,1239180.0,,django-simple-history,https://pypi.org/project/django-simple-history,2024-02-23 22:10:18.000,463.0,1239180.0,,,,1.0,,,,,,,,,,,,,,,,,, +100,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2024-02-27 12:12:06.000,2024-02-27 12:09:15,4938.0,536,89.0,1355.0,233.0,959.0,2051,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",19509.0,17253.0,189.0,36,True,,15.0,2023-08-01 21:17:28.000,7.0.0,37.0,234.0,3237794.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2023-08-01 21:14:52.000,2256.0,3226055.0,https://anaconda.org/conda-forge/rdflib,2023-08-02 14:39:27.018,469487.0,2.0,,,,,,,,,,,,,,,,,, +101,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,2024-02-26 16:49:50.000,2024-02-24 22:33:42,1621.0,841,79.0,1053.0,156.0,556.0,1860,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,1128.0,8.0,253.0,36,True,,30.0,2024-01-05 17:18:20.000,3.6.0,68.0,782.0,7486820.0,conda-forge/jira,jira,https://pypi.org/project/jira,2024-01-05 17:18:20.000,1120.0,7482361.0,https://anaconda.org/conda-forge/jira,2024-01-07 15:21:24.533,124605.0,2.0,,,,,,,,,,,,,,,,,, +102,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,2024-02-29 15:59:00.000,2024-02-28 20:18:47,1614.0,394,37.0,882.0,13.0,345.0,1520,Python library for the Stripe API.,2027.0,,170.0,36,True,,67.0,2024-02-22 22:25:17.000,8.4.0,373.0,,3044732.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2024-02-27 20:14:33.000,2027.0,3044385.0,https://anaconda.org/anaconda/stripe,2023-06-16 13:06:07.020,34426.0,2.0,,,,,,,,,,,,,,,,,, +103,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,2024-02-26 21:01:10.000,2024-02-26 06:18:50,1525.0,398,18.0,1301.0,237.0,507.0,1421,PEP-484 stubs for Django.,9923.0,9809.0,240.0,36,True,['django'],82.0,2023-12-05 19:02:25.000,4.2.7,52.0,,1342398.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2023-12-05 19:02:25.000,114.0,1341746.0,https://anaconda.org/conda-forge/django-stubs,2023-12-05 22:23:35.493,22197.0,1.0,,,,,,,,,,,,,,,,,, +104,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,2024-02-19 22:30:25.000,2024-02-19 22:30:25,1665.0,158,23.0,635.0,7.0,282.0,1363,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",8397.0,7915.0,78.0,36,True,,44.0,2024-01-07 22:59:24.000,8.4.0,102.0,,1554375.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2024-01-07 22:59:24.000,482.0,1549102.0,https://anaconda.org/conda-forge/webargs,2024-01-08 03:30:10.349,216221.0,2.0,,,,,,,,,,,,,,,,,, +105,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2024-02-05 06:32:34.000,2024-02-05 05:02:24,1013.0,167,37.0,197.0,15.0,220.0,1358,Waitress - A WSGI server for Python 3.,180946.0,177248.0,54.0,36,False,,29.0,2024-02-04 23:35:02.000,3.0.0,50.0,,4980420.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2024-02-04 23:33:53.000,3698.0,4975913.0,https://anaconda.org/conda-forge/waitress,2024-02-05 01:00:24.086,175782.0,2.0,,,,,,,,,,,,,,,,,, +106,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2024-02-13 09:01:16.000,2024-01-20 21:23:56,2340.0,697,147.0,845.0,72.0,967.0,1328,Web testing library for Robot Framework.,4683.0,4683.0,118.0,36,True,,19.0,2023-11-25 02:30:22.000,6.2.0,55.0,3577.0,4178530.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,,,4176639.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2023-11-27 13:09:23.522,79877.0,1.0,,,,,,,,,,,,,,,,,, +107,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2024-02-18 14:15:06.000,2024-02-18 14:15:03,2235.0,426,54.0,765.0,84.0,464.0,854,A Python wrapper around the OpenSSL library.,15660.0,,111.0,36,True,,11.0,2024-01-23 01:43:41.000,24.0.0,35.0,,86246294.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2024-01-23 01:43:41.000,15660.0,85299315.0,https://anaconda.org/conda-forge/pyopenssl,2024-01-31 00:17:49.640,36932185.0,2.0,,,,,,,,,,,,,,,,,, +108,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,2024-02-26 23:57:21.000,2024-02-26 23:57:14,230.0,282,38.0,123.0,5.0,141.0,745,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,45629.0,6.0,37.0,36,True,,14.0,2024-02-02 01:22:14.000,2024.2.2,59.0,,376843553.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2024-02-02 01:22:14.000,45623.0,374381109.0,https://anaconda.org/conda-forge/certifi,2024-02-04 04:52:10.135,108347567.0,2.0,,,,,,,,,,,,,,,,,, +109,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,2024-02-08 08:15:26.000,2023-10-24 17:23:30,1774.0,3853,84.0,605.0,161.0,688.0,31262,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",1710.0,1.0,164.0,35,True,,,2023-05-19 21:43:34.000,3.2.2,56.0,7217.0,448108.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2023-05-19 21:42:02.908,1709.0,446452.0,https://anaconda.org/conda-forge/httpie,2023-06-16 16:08:14.893,113424.0,2.0,,,,,,,,,,,,,,,httpie/cli,,, +110,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2024-02-29 10:48:37.000,2024-02-27 11:19:36,3940.0,3219,372.0,787.0,195.0,714.0,12440,Impacket is a collection of Python classes for working with network protocols.,4692.0,4459.0,219.0,35,True,,6.0,2023-08-03 17:36:40.000,impacket_0_11_0,16.0,199344.0,123738.0,,impacket,https://pypi.org/project/impacket,2023-08-03 17:31:48.000,233.0,121840.0,,,,2.0,,,,,,,,,,,,,,,fortra/impacket,,, +111,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2023-12-02 01:29:52.048,2021-02-20 16:10:31,2916.0,1271,250.0,945.0,702.0,673.0,11900,Serverless Python.,421.0,21.0,261.0,35,False,,,2023-12-02 01:29:52.048,0.0.1,134.0,323.0,135762.0,,zappa,https://pypi.org/project/zappa,2023-09-15 07:26:31.000,400.0,135757.0,,,,2.0,,,,,,,,,,,,,,,,,, +112,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,2024-02-18 00:38:53.000,2023-10-06 20:15:26,1755.0,841,143.0,541.0,122.0,877.0,7928,GraphQL framework for Python.,20950.0,20084.0,207.0,35,True,['graphql'],,2023-07-26 06:47:55.000,3.3.0,98.0,,2179857.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2023-07-26 06:48:37.000,866.0,2171137.0,https://anaconda.org/conda-forge/graphene,2023-07-26 14:03:33.843,270335.0,1.0,,,,,,,,,,,,,,,,,, +113,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,2024-02-27 18:39:56.000,2024-01-10 15:10:23,1306.0,784,160.0,691.0,107.0,1167.0,5869,Developer-friendly asynchrony for Django.,1378.0,21.0,258.0,35,True,['django'],4.0,2023-02-03 17:50:28.135,3.0.5,66.0,,926664.0,conda-forge/channels,channels,https://pypi.org/project/channels,2023-02-03 17:50:28.135,1357.0,922812.0,https://anaconda.org/conda-forge/channels,2023-06-16 19:18:51.880,177227.0,2.0,,,,,,,,,,,,,,,,,, +114,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2024-02-15 16:45:35.000,2024-02-15 16:45:23,754.0,339,94.0,406.0,9.0,288.0,4018,A utility for mocking out the Python Requests library.,37855.0,34635.0,125.0,35,True,,9.0,2024-02-13 21:15:47.000,0.25.0,55.0,206.0,17824621.0,conda-forge/responses,responses,https://pypi.org/project/responses,2024-02-13 21:15:42.000,3220.0,17777535.0,https://anaconda.org/conda-forge/responses,2024-02-14 01:13:01.170,2071757.0,2.0,,,,,,,,,,,,,,,,,, +115,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,2024-02-09 19:02:15.000,2024-02-09 19:02:12,610.0,600,61.0,179.0,9.0,792.0,3701,Python Socket.IO server and client.,44141.0,42078.0,69.0,35,True,,20.0,2024-02-05 15:10:35.000,5.11.1,93.0,,2054135.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2024-02-05 15:10:31.000,2063.0,2042252.0,https://anaconda.org/conda-forge/python-socketio,2024-02-05 17:21:59.428,451566.0,2.0,,,,,,,,,,,,,,,,,, +116,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-02-28 22:40:39.000,2024-01-30 20:02:26,1533.0,483,56.0,316.0,14.0,633.0,2958,django-reversion is an extension to the Django web framework that provides version control for model instances.,9455.0,7332.0,192.0,35,True,['django'],16.0,2024-01-30 20:05:52.000,5.0.12,83.0,,403793.0,,django-reversion,https://pypi.org/project/django-reversion,2024-01-30 20:05:52.000,2123.0,403793.0,,,,2.0,,,,,,,,,,,,,,,,,, +117,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,2024-02-26 21:11:34.000,2023-09-01 19:02:16,636.0,315,34.0,281.0,64.0,176.0,2903,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,218732.0,215148.0,93.0,35,True,['django'],,2023-09-01 21:08:14.000,0.11.2,21.0,54.0,2175793.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2023-09-01 21:02:59.000,3584.0,2167326.0,https://anaconda.org/conda-forge/django-environ,2023-09-02 01:20:03.974,67736.0,2.0,,,,,,,,,,,,,,,,,, +118,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2024-02-28 23:03:48.000,2024-02-26 19:05:08,2277.0,532,94.0,728.0,58.0,482.0,2676,splinter - python test framework for web applications.,7739.0,6660.0,180.0,35,True,,33.0,2024-01-16 00:59:02.000,0.21.0,52.0,,137155.0,,splinter,https://pypi.org/project/splinter,2024-01-16 00:59:02.000,1079.0,137155.0,,,,2.0,,,,,,,,,,,,,,,,,, +119,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,2024-02-01 12:38:02.000,2024-02-01 12:37:55,916.0,253,44.0,348.0,5.0,368.0,2597,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,314954.0,302256.0,79.0,35,True,,2.0,2023-10-06 19:30:49.000,6.1.0,58.0,,20910334.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023-10-06 19:30:49.000,12698.0,20506115.0,https://anaconda.org/conda-forge/bleach,2023-10-06 22:13:27.662,16573017.0,2.0,,,,,,,,,,,,,,,,,, +120,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,2024-02-28 18:12:23.000,2024-02-28 18:12:22,1147.0,425,60.0,254.0,92.0,233.0,2567,markdown2: A fast and complete implementation of Markdown in Python.,2443.0,,74.0,35,True,,65.0,2024-02-25 23:13:56.000,2.4.13,54.0,,2327134.0,,markdown2,https://pypi.org/project/markdown2,2024-02-25 23:13:56.000,2443.0,2327134.0,,,,2.0,,,,,,,,,,,,,,,,,, +121,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2024-01-17 08:33:27.000,2024-01-17 08:33:27,656.0,239,47.0,95.0,26.0,253.0,2409,A fast yet powerful Python Markdown parser with renderers and plugins.,278087.0,268662.0,43.0,35,True,,2.0,2023-09-29 23:59:10.000,3.0.2,43.0,,21636808.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2023-09-29 23:58:46.000,9425.0,21215689.0,https://anaconda.org/conda-forge/mistune,2023-11-02 17:48:24.922,16844780.0,2.0,,,,,,,,,,,,,,,,,, +122,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,2024-02-10 10:53:13.000,2024-02-08 23:03:47,1104.0,667,74.0,342.0,114.0,303.0,2148,A library for converting HTML into PDFs using ReportLab.,14709.0,13864.0,158.0,35,True,,5.0,2024-02-08 23:06:19.000,0.2.15,31.0,35.0,1119890.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2024-02-08 23:06:19.000,845.0,1117615.0,https://anaconda.org/conda-forge/xhtml2pdf,2023-07-19 02:05:58.812,95571.0,2.0,,,,,,,,,,,,,,,,,, +123,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,2024-02-28 19:02:15.000,2024-02-28 19:02:15,503.0,214,48.0,122.0,12.0,184.0,1759,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",27125.0,25928.0,50.0,35,True,,4.0,2023-11-17 03:47:18.000,5.1.1,60.0,,8170673.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2023-11-17 03:44:56.000,1197.0,8156868.0,https://anaconda.org/conda-forge/tldextract,2023-11-17 11:29:35.666,455575.0,1.0,,,,,,,,,,,,,,,,,, +124,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,2024-02-21 20:47:13.000,2024-02-19 16:22:28,666.0,237,30.0,170.0,9.0,368.0,1485,An open source Flask extension that provides JWT support (with batteries included)!.,37131.0,36445.0,94.0,35,True,['flask'],5.0,2023-12-13 05:29:35.000,4.6.0,91.0,,5228614.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2023-12-13 05:29:35.000,686.0,5223199.0,https://anaconda.org/conda-forge/flask-jwt-extended,2023-12-13 12:55:50.538,211218.0,2.0,,,,,,,,,,,,,,,,,, +125,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,2024-01-27 19:50:55.000,2023-12-29 14:11:49,587.0,317,24.0,378.0,6.0,214.0,1438,A django model and form field for normalised phone numbers using python-phonenumbers.,25838.0,24959.0,115.0,35,True,['django'],11.0,2023-12-29 14:33:36.000,7.3.0,35.0,16.0,1005927.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023-12-29 14:33:36.000,879.0,1005927.0,,,,2.0,,,,,,,,,,,,,,,,,, +126,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2024-02-20 16:13:11.000,2024-02-20 00:37:48,797.0,182,40.0,204.0,30.0,146.0,754,A network address manipulation library for Python.,35163.0,30332.0,53.0,35,True,,165.0,2024-02-17 20:41:26.000,1.2.1,39.0,,5570576.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2024-02-17 20:38:24.000,4831.0,5568617.0,https://anaconda.org/conda-forge/netaddr,2023-06-16 13:18:00.942,178275.0,2.0,,,,,,,,,,,,,,,,,, +127,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,2024-02-26 16:42:15.000,2024-02-23 12:35:02,529.0,83,29.0,658.0,21.0,146.0,392,A minimal HTTP client.,105242.0,104977.0,47.0,35,True,,22.0,2024-02-21 13:02:28.000,1.0.4,59.0,,47655879.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2024-02-21 13:02:28.000,265.0,47628142.0,https://anaconda.org/conda-forge/httpcore,2024-02-21 15:31:20.909,1248175.0,2.0,,,,,,,,,,,,,,,,,, +128,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2024-02-29 12:30:55.000,2024-02-29 12:30:45,5242.0,406,57.0,541.0,39.0,730.0,6762,Create web-based user interfaces with Python. The nice way.,608.0,571.0,96.0,34,True,,550.0,2024-02-27 13:01:20.000,1.4.17,226.0,,89010.0,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,2024-02-27 13:00:03.000,37.0,87694.0,https://anaconda.org/conda-forge/nicegui,2024-02-29 05:56:17.304,8508.0,2.0,,,,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2024-02-27 13:05:26.260604,10.0,15395.0,,,, +129,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,2024-01-11 22:57:09.000,2024-01-11 22:57:06,469.0,903,107.0,124.0,10.0,1563.0,5230,Socket.IO integration for Flask applications.,38432.0,36032.0,69.0,34,True,['flask'],1.0,2023-09-05 09:35:27.000,5.3.6,88.0,,938817.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2023-09-05 09:35:23.000,2400.0,929893.0,https://anaconda.org/conda-forge/flask-socketio,2023-09-05 13:08:38.777,383746.0,2.0,,,,,,,,,,,,,,,,,, +130,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,2024-02-09 08:58:37.000,2024-02-08 02:50:13,959.0,754,71.0,618.0,138.0,672.0,4211,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",14888.0,14368.0,219.0,34,True,"['django', 'graphql']",9.0,2023-12-20 10:25:20.000,3.2.0,65.0,,485353.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2023-12-20 10:25:20.000,520.0,484605.0,https://anaconda.org/conda-forge/graphene-django,2023-12-20 20:26:45.484,32927.0,1.0,,,,,,,,,,,,,,,,,, +131,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,2024-02-19 17:41:59.000,2024-01-24 08:53:20,890.0,329,49.0,367.0,121.0,230.0,4197,Silky smooth profiling for Django.,4592.0,4439.0,145.0,34,True,['django'],20.0,2024-01-22 01:38:56.000,5.1.0,43.0,196.0,591785.0,,django-silk,https://pypi.org/project/django-silk,2024-01-22 01:38:56.000,153.0,591784.0,,,,2.0,,,,,,,,,,,,,,,,,, +132,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,2024-02-28 07:55:58.000,2024-02-27 09:45:55,2619.0,306,35.0,2055.0,141.0,790.0,4122,"Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs.",410.0,397.0,179.0,34,True,['openapi'],181.0,2024-02-14 14:37:31.000,2.6.1,100.0,,205530.0,,litestar,https://pypi.org/project/litestar,2024-02-14 14:37:31.000,13.0,205530.0,,,,3.0,2.0,,,,,,,,,,,,,,,,, +133,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,2024-02-05 14:30:39.000,2024-01-18 19:00:39,1293.0,1329,126.0,838.0,407.0,525.0,3888,Creating delicious APIs for Django apps since 2010.,8201.0,5667.0,201.0,34,True,['django'],1.0,2023-09-02 17:41:30.000,0.14.6,27.0,,77477.0,,django-tastypie,https://pypi.org/project/django-tastypie,2023-09-02 17:41:30.000,2534.0,77477.0,,,,3.0,,,,,,,,,,,,,,,,,, +134,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,2024-02-14 19:56:39.000,2024-02-14 15:43:45,557.0,816,72.0,423.0,93.0,437.0,3716,Python client for the Prometheus monitoring system.,898.0,,144.0,34,True,,7.0,2024-02-14 15:55:57.000,0.20.0,50.0,,31079278.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2024-02-14 15:55:03.000,898.0,30738569.0,https://anaconda.org/conda-forge/prometheus_client,2024-02-14 17:48:15.061,15331922.0,2.0,,,,,,,,,,,,,,,,,, +135,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,2024-02-28 18:45:53.000,2024-02-28 18:45:52,3055.0,490,44.0,2392.0,459.0,528.0,3683,A GraphQL library for Python that leverages type annotations.,53.0,,240.0,34,True,['graphql'],43.0,2024-02-06 15:24:07.000,0.219.2,801.0,468.0,770054.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2024-02-06 15:24:07.000,53.0,769996.0,,,,1.0,,,,,,,,,,,,,,,,,, +136,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,2023-12-05 07:46:27.000,2023-07-20 14:29:45,530.0,427,31.0,255.0,237.0,405.0,3288,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,101446.0,101053.0,66.0,34,True,"['openapi', 'django']",,2023-07-20 13:47:31.000,1.21.7,62.0,,1933116.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2023-07-20 13:47:31.000,393.0,1932920.0,https://anaconda.org/conda-forge/drf-yasg,2023-10-25 19:51:12.475,8456.0,2.0,,,,,,,,,,,,,,,,,, +137,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,2024-02-19 15:10:09.000,2024-01-29 15:51:21,4153.0,457,73.0,1268.0,7.0,739.0,3270,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",21324.0,19495.0,226.0,34,True,,8.0,2023-07-11 20:51:56.555,7.7.1,127.0,,207171.0,conda-forge/praw,praw,https://pypi.org/project/praw,2023-07-11 20:51:56.555,1829.0,205553.0,https://anaconda.org/conda-forge/praw,2023-09-23 21:19:51.770,45318.0,2.0,,,,,,,,,,,,,,,,,, +138,django-oauth-toolkit,jazzband/django-oauth-toolkit,auth,,https://github.com/jazzband/django-oauth-toolkit,https://github.com/jazzband/django-oauth-toolkit,BSD-3-Clause,2013-05-20 15:46:18.000,2024-02-28 15:10:52.000,2024-02-27 17:50:13,1330.0,768,69.0,588.0,182.0,650.0,2991,OAuth2 goodies for the Djangonauts!.,1057.0,,247.0,34,True,['django'],13.0,2023-05-31 21:05:41.654,2.3.0,44.0,,612542.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2023-05-31 21:05:41.654,1057.0,612542.0,,,,2.0,,,,,,,,,,,,,,,,,, +139,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,2024-02-29 13:27:38.000,2024-02-20 06:53:28,1167.0,424,58.0,386.0,51.0,312.0,2773,Full featured redis cache backend for Django.,3512.0,,139.0,34,True,['django'],38.0,2023-10-01 20:21:33.000,5.4.0,68.0,,2684222.0,,django-redis,https://pypi.org/project/django-redis,2023-10-01 20:21:33.000,3512.0,2684222.0,,,,2.0,,,,,,,,,,,,,,,,,, +140,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009-11-10 06:18:00.000,2024-02-19 17:41:35.000,2024-02-10 16:17:31,977.0,363,47.0,304.0,116.0,190.0,2577,Django model mixins and utilities.,28336.0,23448.0,134.0,34,True,['django'],5.0,2024-02-11 20:49:04.000,4.4.0,40.0,,1386658.0,,django-model-utils,https://pypi.org/project/django-model-utils,2024-02-11 20:49:04.000,4888.0,1386658.0,,,,2.0,,,,,,,,,,,,,,,,,, +141,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,2024-02-22 07:29:36.000,2024-01-16 13:31:24,353.0,342,48.0,209.0,9.0,177.0,2488,Transparently use webpack with django.,10231.0,9242.0,61.0,34,True,['django'],21.0,2024-01-16 13:37:17.000,3.0.1,48.0,,454087.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2024-01-16 13:37:17.000,989.0,453799.0,https://anaconda.org/conda-forge/django-webpack-loader,2024-01-16 14:45:53.868,9219.0,2.0,,,,,,,,,,,,,,,,,, +142,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,2024-01-24 17:11:39.000,2023-06-14 07:25:55,3332.0,813,101.0,737.0,182.0,704.0,2452,WebSocket and WAMP in Python for Twisted and asyncio.,32693.0,30730.0,132.0,34,True,,,2023-07-20 16:17:16.961,0.12.0,155.0,,1151890.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023-07-20 16:17:16.961,1963.0,1141124.0,https://anaconda.org/conda-forge/autobahn,2023-06-14 11:29:38.363,473711.0,2.0,,,,,,,,,,,,,,,,,, +143,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,2024-02-08 07:43:56.000,2024-02-08 07:43:27,830.0,702,53.0,221.0,15.0,527.0,2344,Django admin CKEditor integration.,41279.0,39751.0,130.0,34,True,['django'],8.0,2024-02-08 07:43:53.000,6.7.1,55.0,,514523.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,2024-02-08 07:43:53.000,1528.0,514523.0,,,,2.0,,,,,,,,,,,,,,,,,, +144,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,2023-10-17 09:38:30.000,2023-10-15 11:54:41,237.0,221,26.0,84.0,11.0,399.0,2289,SQLAlchemy database migrations for Flask applications using Alembic.,150997.0,141413.0,48.0,34,True,['flask'],,2023-09-12 11:22:09.000,4.0.5,45.0,,1731086.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2023-09-12 11:22:06.000,9584.0,1725427.0,https://anaconda.org/conda-forge/flask-migrate,2023-09-12 17:11:59.310,226360.0,1.0,,,,,,,,,,,,,,,,,, +145,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,2024-02-27 17:57:45.000,2024-02-13 18:06:56,1059.0,246,24.0,1355.0,131.0,341.0,2162,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",1166.0,1096.0,111.0,34,True,['openapi'],48.0,2024-02-13 18:10:11.000,0.25.4,184.0,,814101.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2024-02-13 18:10:11.000,70.0,814101.0,,,,2.0,,,,,,,,,,,,,,,,,, +146,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2024-02-28 17:26:20.000,2024-02-21 15:48:39,1802.0,180,39.0,650.0,36.0,271.0,2121,Python library for implementing GraphQL servers using schema-first approach.,1575.0,1525.0,72.0,34,True,['graphql'],96.0,2024-01-31 15:58:31.000,0.22.0,50.0,,205287.0,,ariadne,https://pypi.org/project/ariadne,2024-01-31 15:59:13.000,50.0,205287.0,,,,1.0,,,,,,,,,,,,,,,,,, +147,django-tables2,jieter/django-tables2,django-utils,,https://github.com/jieter/django-tables2,https://github.com/jieter/django-tables2,BSD-2-Clause,2010-12-07 05:26:16.000,2024-02-10 13:33:45.000,2024-02-05 11:17:38,1442.0,452,53.0,380.0,79.0,495.0,1776,django-tables2 - An app for creating HTML tables.,7878.0,6973.0,150.0,34,True,['django'],8.0,2023-12-05 07:54:57.000,2.7.0,126.0,,291364.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023-12-05 07:54:57.000,905.0,291130.0,https://anaconda.org/conda-forge/django-tables2,2023-12-09 16:35:06.644,7519.0,2.0,,,,,,,,,,,,,,,,,, +148,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,2024-02-26 16:06:06.000,2024-02-23 19:20:18,2411.0,468,66.0,495.0,213.0,643.0,1752,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4718.0,3970.0,196.0,34,True,['django'],9.0,2024-02-23 19:20:19.000,3.11.0,226.0,,275946.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2024-02-23 19:20:19.000,748.0,275946.0,,,,2.0,,,,,,,,,,,,,,,,,, +149,flask-wtf,wtforms/flask-wtf,forms,,https://github.com/wtforms/flask-wtf,https://github.com/wtforms/flask-wtf,BSD-3-Clause,2012-02-29 16:38:52.000,2024-02-23 16:51:56.000,2024-02-23 16:51:44,829.0,310,31.0,269.0,30.0,300.0,1421,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",16417.0,,99.0,34,True,['flask'],9.0,2023-10-02 07:56:35.000,1.2.1,50.0,,6461517.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023-10-02 07:50:32.000,16417.0,6455099.0,https://anaconda.org/conda-forge/flask-wtf,2023-10-13 16:58:33.547,211805.0,3.0,,,,,,,,,,,,,,,,,, +150,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,2024-02-24 15:18:11.230,2024-02-18 03:04:53,3350.0,288,45.0,469.0,9.0,355.0,1039,PycURL - Python interface to libcurl.,66208.0,61874.0,104.0,34,False,,17.0,2024-02-18 03:50:06.000,7.45.3,56.0,,1205473.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2024-02-18 03:50:06.000,4334.0,1151866.0,https://anaconda.org/conda-forge/pycurl,2024-02-24 15:18:11.230,2144292.0,2.0,,,,,,,,,,,,,,,,,, +151,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2023-06-16 13:21:07.089,2018-09-07 21:33:19,1482.0,440,101.0,449.0,2.0,303.0,798,This is a Python library for accessing resources protected by OAuth 2.0.,104721.0,98815.0,89.0,34,False,,,2018-09-07 21:38:16.000,4.1.3,44.0,,16069635.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5906.0,16059603.0,https://anaconda.org/conda-forge/oauth2client,2023-06-16 13:21:07.089,912913.0,2.0,,,,,,,,,,,,,,,,,, +152,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,2024-02-29 14:32:59.000,2024-02-21 18:27:17,817.0,334,75.0,1038.0,94.0,377.0,729,Google Auth Python Library.,3189.0,,129.0,34,True,,34.0,2024-02-21 18:30:44.000,2.28.1,153.0,,121244773.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2024-02-21 18:30:44.000,3189.0,121042494.0,https://anaconda.org/conda-forge/google-auth,2024-02-21 20:43:37.454,8900285.0,2.0,,,,,,,,,,,,,,,,,, +153,tushare,waditu/tushare,third-party-apis,,https://github.com/waditu/tushare,https://github.com/waditu/tushare,BSD-3-Clause,2015-01-07 07:51:14.000,2024-02-29 05:16:42.000,2020-03-04 14:36:33,412.0,4302,984.0,133.0,593.0,1060.0,12538,TuShare is a utility for crawling historical data of China stocks.,1978.0,1738.0,34.0,33,False,,,2024-02-29 04:36:24.000,1.4.0,205.0,,22235.0,,tushare,https://pypi.org/project/tushare,2024-02-29 05:16:42.000,240.0,22235.0,,,,2.0,,,,,,,,,,,,,,,,,, +154,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2024-02-28 15:36:11.000,2018-11-07 20:31:50,841.0,1770,239.0,330.0,181.0,245.0,12278,"HTTP Request & Response Service, written in Python + Flask.",1826.0,1270.0,108.0,33,False,['flask'],,2024-02-20 21:30:12.000,0.10.2,16.0,,44770.0,,httpbin,https://pypi.org/project/httpbin,2024-02-20 21:30:12.000,556.0,44770.0,,,,2.0,,,,,,,,,,,,,,,,,, +155,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2024-02-27 21:21:57.000,2024-02-27 18:28:58,2434.0,835,202.0,672.0,25.0,960.0,9817,thumbor is an open-source photo thumbnail service by globo.com.,563.0,351.0,201.0,33,True,,12.0,2024-01-09 13:36:10.000,7.7.3,115.0,,8049.0,,thumbor,https://pypi.org/project/thumbor,2024-01-09 13:36:10.000,212.0,8049.0,,,,2.0,,,,,,,,,,,,,,,,,, +156,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,2024-02-26 15:32:38.000,2024-02-26 15:29:06,5321.0,637,135.0,360.0,186.0,1535.0,6473,The awesome document factory.,150.0,21.0,137.0,33,True,,114.0,2024-02-26 12:56:01.000,61.1,103.0,126.0,1546038.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2024-02-26 12:54:49.000,129.0,1542357.0,https://anaconda.org/conda-forge/weasyprint,2024-02-26 14:25:43.502,154578.0,3.0,,,,,,,,,,,,,,,,,, +157,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,2024-02-26 14:04:10.000,2023-01-27 01:01:18,524.0,1257,180.0,240.0,36.0,231.0,4271,Python client library for Google Maps API Web Services.,1206.0,,66.0,33,False,,,2023-01-26 16:46:28.581,4.10.0,51.0,,1106060.0,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,1206.0,1106060.0,,,,2.0,,,,,,,,,,,,,,,,,, +158,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2024-02-26 16:32:51.000,2024-01-28 21:58:26,1240.0,713,94.0,221.0,25.0,678.0,3815,WebRTC and ORTC implementation for Python using asyncio.,2812.0,2769.0,31.0,33,True,,12.0,2024-01-25 10:23:38.000,1.7.0,51.0,,62173.0,,aiortc,https://pypi.org/project/aiortc,2024-01-25 10:23:38.000,43.0,62173.0,,,,2.0,,,,,,,,,,,,,,,,,, +159,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,2024-02-22 14:59:13.000,2023-12-18 12:41:11,1924.0,656,94.0,333.0,11.0,708.0,3557,A jazzy skin for the Django Admin-Interface (official repository).,7775.0,6069.0,87.0,33,True,['django'],4.0,2023-12-20 12:49:06.000,2.15.7,80.0,,208766.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2023-12-20 12:49:06.000,1706.0,205406.0,https://anaconda.org/conda-forge/django-grappelli,2023-09-21 20:42:43.450,131046.0,2.0,,,,,,,,,,,,,,,,,, +160,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,2024-02-29 13:07:50.000,2024-02-28 22:46:33,373.0,512,61.0,164.0,1.0,123.0,3391,Up-to-date simple useragent faker with real world database.,27418.0,26408.0,15.0,33,True,,28.0,2023-11-24 21:07:56.000,1.4.0,32.0,,1685037.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2023-11-24 21:07:56.000,1010.0,1684465.0,https://anaconda.org/conda-forge/fake-useragent,2023-11-25 01:47:49.143,18335.0,2.0,,,,,,,,,,,,,,,fake-useragent/fake-useragent,,, +161,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,2024-02-26 07:54:37.000,2024-01-19 08:27:10,1632.0,586,50.0,570.0,124.0,542.0,2742,Compresses linked and inline javascript or CSS into a single cached file.,306.0,,218.0,33,True,['django'],12.0,2023-01-22 12:46:02.983,4.3.1,38.0,,563827.0,,django-compressor,https://pypi.org/project/django-compressor,2023-06-27 22:14:07.890,306.0,563827.0,,,,2.0,,,,,,,,,,,,,,,,,, +162,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2024-02-22 05:54:37.000,2023-11-29 05:39:31,926.0,453,38.0,334.0,179.0,307.0,2437,REST implementation of Django authentication system.,26200.0,25982.0,107.0,33,True,['django'],,2023-11-09 11:10:10.000,2.2.2,52.0,,190588.0,,djoser,https://pypi.org/project/djoser,2023-11-09 11:10:10.000,218.0,190588.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,2024-02-26 11:02:28.000,2024-02-26 11:01:23,1065.0,694,103.0,636.0,5.0,292.0,2331,Bootstrap 3 integration with Django.,22812.0,18825.0,99.0,33,True,['django'],37.0,2021-04-10 05:34:25.000,15.0.0,101.0,,111062.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2023-12-28 11:19:44.000,3987.0,110695.0,https://anaconda.org/conda-forge/django-bootstrap3,2023-06-16 13:24:31.399,28272.0,2.0,,,,,,,,,,,,,,,,,, +164,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,2024-01-08 17:36:46.000,2023-10-04 19:59:12,1036.0,496,38.0,332.0,126.0,300.0,1713,Thumbnails for Django.,17037.0,14493.0,158.0,33,True,['django'],,2023-10-05 09:31:20.000,12.10.0,33.0,,246202.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2023-10-05 09:31:20.000,2544.0,246047.0,https://anaconda.org/conda-forge/sorl-thumbnail,2023-10-05 12:50:18.222,6532.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,2024-02-19 17:40:21.000,2024-02-19 17:40:19,851.0,170,32.0,155.0,16.0,185.0,1632,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",3739.0,3695.0,37.0,33,True,['django'],65.0,2024-01-30 10:38:30.000,0.28.5,114.0,,119443.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2024-01-30 10:38:30.000,44.0,119443.0,,,,2.0,,,,,,,,,,,,,,,,,, +166,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,2024-01-31 17:20:29.000,2023-11-26 05:47:50,894.0,276,15.0,208.0,177.0,214.0,1533,Authentication for Django Rest Framework.,27359.0,27346.0,187.0,33,True,['django'],,2023-11-15 04:02:07.000,5.0.2,47.0,358.0,257111.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2023-11-15 04:02:07.000,13.0,256402.0,https://anaconda.org/conda-forge/dj-rest-auth,2023-11-15 20:15:56.825,21785.0,2.0,,,,,,,,,,,,,,,,,, +167,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,2024-01-15 14:16:52.000,2024-01-15 14:16:52,1214.0,377,27.0,362.0,145.0,327.0,1490,Pipeline is an asset packaging library for Django.,3549.0,2414.0,177.0,33,True,['django'],8.0,2024-01-15 14:29:18.000,3.0.0,132.0,,129764.0,,django-pipeline,https://pypi.org/project/django-pipeline,2023-12-27 11:22:51.000,1135.0,129764.0,,,,2.0,,,,,,,,,,,,,,,,,, +168,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,2024-02-23 23:41:11.000,2024-02-23 23:30:15,989.0,239,60.0,135.0,74.0,342.0,1489,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,2563.0,2202.0,84.0,33,True,,10.0,2024-02-23 23:46:38.000,6.0.0,29.0,457.0,496171.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2024-02-23 23:41:11.000,361.0,477568.0,https://anaconda.org/conda-forge/rpyc,2023-06-16 19:21:36.467,762430.0,2.0,2.0,,,,,,,,,,,,,,,,, +169,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,2024-02-29 13:11:21.000,2024-02-20 00:02:06,293.0,203,34.0,150.0,2.0,90.0,1434,Use Database URLs in your Django Application.,283991.0,263054.0,71.0,33,True,['django'],8.0,2023-08-15 14:39:01.000,2.1.0,18.0,,1389765.0,,dj-database-url,https://pypi.org/project/dj-database-url,2023-08-15 14:39:01.000,20937.0,1389765.0,,,,2.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,, +170,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2023-07-17 05:15:25.000,2019-09-20 02:47:40,230.0,263,49.0,61.0,57.0,63.0,1200,A SOCKS proxy client and wrapper for Python.,161693.0,157909.0,32.0,33,False,,,2019-09-20 02:06:20.000,1.7.1,19.0,,16426420.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3784.0,15973156.0,https://anaconda.org/conda-forge/pysocks,2023-06-16 13:22:53.016,40793780.0,2.0,,,,,,,,,,,,,,,,,, +171,html5lib-python,html5lib/html5lib-python,html-processing,,https://github.com/html5lib/html5lib-python,https://github.com/html5lib/html5lib-python,MIT,2013-04-09 14:07:42.000,2024-02-27 19:49:36.000,2024-02-21 15:31:38,1612.0,279,49.0,317.0,82.0,177.0,1085,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15333.0,,66.0,33,True,,3.0,2017-12-07 14:10:04.000,1.0.1,27.0,,13043705.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15333.0,12996837.0,https://anaconda.org/conda-forge/html5lib,2023-06-16 13:22:43.827,3983786.0,3.0,,,,,,,,,,,,,,,,,, +172,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,2024-02-26 10:00:31.000,2024-02-26 10:00:29,1203.0,261,37.0,524.0,20.0,142.0,1023,Bootstrap 4 integration with Django.,159220.0,158222.0,139.0,33,True,['django'],28.0,2021-05-20 08:44:02.000,3.0.1,30.0,,179197.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2024-01-29 14:37:41.000,998.0,178827.0,https://anaconda.org/conda-forge/django-bootstrap4,2023-06-16 16:13:38.994,26299.0,2.0,,,,,,,,,,,,,,,,,, +173,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2023-09-13 19:24:05.000,2023-03-21 22:23:06,551.0,196,28.0,122.0,59.0,69.0,479,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",196453.0,180433.0,77.0,33,True,,,2023-03-21 22:31:05.208,0.22.0,39.0,,32843094.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2023-03-21 22:31:05.208,16020.0,32811967.0,https://anaconda.org/conda-forge/httplib2,2023-06-16 13:17:06.741,2925992.0,2.0,,,,,,,,,,,,,,,,,, +174,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2024-02-06 06:39:00.000,2024-01-30 13:31:04,943.0,56,11.0,41.0,65.0,281.0,302,Mako Templates for Python.,236139.0,221856.0,60.0,33,True,,8.0,2024-01-30 13:30:58.000,rel_1_3_2,69.0,,35188302.0,conda-forge/mako,mako,https://pypi.org/project/mako,2024-01-30 13:30:54.000,14283.0,35052616.0,https://anaconda.org/conda-forge/mako,2024-01-30 15:45:30.555,5834534.0,2.0,,,,,,,,,,,,,,,,,, +175,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2024-01-15 13:26:26.000,2023-12-27 02:15:28,293.0,84,16.0,83.0,7.0,82.0,230,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1696535.0,1657126.0,24.0,33,True,,1.0,,,29.0,,345682865.0,conda-forge/idna,idna,https://pypi.org/project/idna,2023-11-25 15:40:52.000,39409.0,344768819.0,https://anaconda.org/conda-forge/idna,2023-11-26 19:32:51.305,40218029.0,2.0,,,,,,,,,,,,,,,,,, +176,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,2024-02-27 15:59:11.000,2024-01-19 22:50:07,445.0,45,44.0,322.0,13.0,86.0,43,Utilities for Google Media Downloads and Resumable Uploads.,147905.0,147336.0,34.0,33,False,,5.0,2023-12-12 19:03:29.000,2.7.0,46.0,,55165829.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023-12-12 19:03:29.000,569.0,55063607.0,https://anaconda.org/conda-forge/google-resumable-media,2023-12-13 03:13:58.038,4497801.0,2.0,,,,,,,,,,,,,,,,,, +177,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,2024-02-26 13:05:43.000,2023-07-25 21:42:57,2515.0,9407,1372.0,1058.0,385.0,,49003,Dumb downloader that scrapes the web.,48.0,21.0,254.0,32,True,,,2022-12-11 17:34:28.000,0.4.1650,169.0,378314.0,21303.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022-07-01 21:28:26.000,27.0,17482.0,https://anaconda.org/conda-forge/you-get,2023-06-16 19:19:15.886,23948.0,1.0,,you-get,,,,,,,,,,,,,,,, +178,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2024-02-21 03:04:54.000,2024-02-12 14:44:00,2568.0,2278,293.0,694.0,317.0,1463.0,22123,OpenAPI/Swagger-generated API Reference Documentation.,6387.0,6387.0,218.0,32,True,['openapi'],4.0,2023-10-25 09:01:59.000,2.1.3,88.0,92.0,0.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +179,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2024-02-29 15:09:07.000,2024-02-29 13:18:56,21088.0,5252,370.0,9920.0,613.0,3700.0,19791,"Saleor Core: the high performance, composable, headless commerce API.",3.0,3.0,289.0,32,True,"['django', 'graphql']",124.0,2024-02-26 10:38:34.000,3.19.4,100.0,175.0,58.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +180,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,2024-02-19 17:36:58.000,2024-02-11 02:37:10,11709.0,5982,417.0,5561.0,3366.0,3468.0,16371,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1229.0,32,True,['openapi'],27.0,2024-02-19 17:36:58.000,3.0.54,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,,,,,,,,, +181,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2024-02-04 15:31:48.000,2020-09-02 06:54:25,651.0,2073,389.0,307.0,501.0,266.0,13547,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",353.0,21.0,103.0,32,False,,,2018-09-28 04:58:18.000,0.2.8,18.0,,235860.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,332.0,234989.0,https://anaconda.org/conda-forge/newspaper3k,2023-06-16 13:25:29.128,65344.0,1.0,,,,,,,,,,,,,,,,,, +182,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-02-26 13:41:57.000,2023-04-03 17:09:56,462.0,1028,271.0,162.0,211.0,219.0,13513,Pythonic HTML Parsing for Humans.,407.0,,66.0,32,True,,,2019-02-18 21:38:41.000,0.10.0,36.0,,642926.0,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,407.0,642926.0,,,,3.0,,,,,,,,,,,,,,,,,, +183,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,2024-02-26 18:23:28.000,2021-07-07 19:50:15,299.0,1945,313.0,209.0,68.0,,13195,Command line interface for testing internet bandwidth using speedtest.net.,67349.0,66788.0,10.0,32,False,,,2021-04-08 13:53:00.000,2.1.3,28.0,,157951.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,561.0,157218.0,https://anaconda.org/conda-forge/speedtest-cli,2023-06-16 19:27:52.128,19799.0,2.0,,,,,,,,,,,,,,,,,, +184,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,2024-02-27 17:48:14.000,2024-02-27 17:42:29,5331.0,823,145.0,423.0,937.0,3347.0,9662,Command-line program to download image galleries and collections from several image hosting sites.,31.0,21.0,114.0,32,True,,269.0,2024-02-17 20:09:43.000,1.26.8,151.0,496492.0,58088.0,,gallery-dl,https://pypi.org/project/gallery-dl,2024-02-17 20:03:11.000,10.0,49223.0,,,,3.0,,,,,,,,,,,,,,,,,, +185,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,2023-07-12 09:12:48.000,2020-04-25 12:40:40,1434.0,1596,544.0,128.0,174.0,76.0,8633,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",2054.0,1719.0,30.0,32,False,,,,,9.0,106.0,573191.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2018-08-18 15:11:17.000,335.0,572891.0,https://anaconda.org/conda-forge/pattern,2023-06-16 16:18:03.754,15358.0,1.0,,,,,,,,,,,,,,,,,, +186,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,2024-01-11 03:31:19.000,2023-07-10 07:05:49,3393.0,754,224.0,544.0,24.0,949.0,6654,REST API framework designed for human beings.,1499.0,1119.0,214.0,32,True,,,2023-03-14 08:50:44.188,2.1.0,53.0,,12002.0,,eve,https://pypi.org/project/eve,2023-03-14 08:50:44.188,380.0,12002.0,,,,3.0,,,,,,,,,,,,,,,,,, +187,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,2024-02-28 20:21:59.000,2024-02-09 10:23:44,1081.0,354,76.0,297.0,246.0,459.0,5929,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",2113.0,2091.0,128.0,32,True,,42.0,2023-12-07 22:14:02.000,1.1.0,58.0,,277163.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2023-12-07 22:14:02.000,22.0,276798.0,https://anaconda.org/conda-forge/django-ninja,2023-12-12 17:20:02.209,9137.0,2.0,,,,,,,,,,,,,,,,,, +188,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2024-02-21 05:06:14.000,2024-02-21 05:06:13,1074.0,1327,336.0,343.0,55.0,401.0,5862,web.py is a web framework for python that is as simple as it is powerful.,1162.0,21.0,91.0,32,True,,4.0,2023-10-10 14:50:45.000,webpy-0.70,22.0,,166612.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020-11-09 11:24:34.000,1141.0,165885.0,https://anaconda.org/conda-forge/web.py,2023-06-16 13:21:14.383,56725.0,3.0,,,,,,,,,,,,,,,,,, +189,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,2024-02-22 04:24:46.000,2023-12-29 14:50:13,634.0,943,79.0,438.0,125.0,512.0,4735,A light weight Python library for the Spotify Web API.,28122.0,27475.0,179.0,32,True,,1.0,2023-04-07 17:46:10.000,2.23.0,48.0,,181182.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2023-04-07 17:40:01.447,647.0,180819.0,https://anaconda.org/conda-forge/spotipy,2023-06-16 19:25:00.895,13093.0,3.0,,,,,,,,,,,,,,,spotipy-dev/spotipy,,, +190,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2023-12-26 03:56:22.000,2022-11-02 08:25:54,5304.0,1642,247.0,983.0,56.0,1012.0,4698,CMS framework for Django.,1202.0,,327.0,32,False,['django'],,2022-05-12 12:50:07.885,6.0.0,138.0,,3608.0,,mezzanine,https://pypi.org/project/mezzanine,2022-05-12 12:50:07.885,1202.0,3608.0,,,,2.0,,,,,,,,,,,,,,,,,, +191,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2024-02-29 11:17:37.000,2024-02-07 20:23:37,1894.0,508,62.0,332.0,21.0,875.0,4082,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1812.0,1700.0,127.0,32,True,,14.0,2023-10-31 21:00:02.000,4.4.1,64.0,,49241.0,,pywebview,https://pypi.org/project/pywebview,2023-10-31 20:57:15.000,112.0,49241.0,,,,2.0,,,,,,,,,,,,,,,,,, +192,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2024-02-22 17:23:59.000,2024-01-24 08:30:22,3726.0,1258,152.0,392.0,480.0,767.0,3937,HttpRunner API/UI.,542.0,535.0,45.0,32,True,,10.0,2023-09-19 09:11:28.000,4.3.6,152.0,11057.0,7246.0,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,7091.0,,,,2.0,,,,,,,,,,,,,,,,,, +193,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,2024-02-20 07:43:24.000,2024-02-20 07:42:46,734.0,341,40.0,557.0,11.0,249.0,3902,Ready-to-use and customizable users management for FastAPI.,2882.0,2867.0,64.0,32,True,['fastapi'],18.0,2024-02-05 08:55:46.000,12.1.3,102.0,165.0,93523.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2024-02-05 08:55:28.000,15.0,91908.0,https://anaconda.org/conda-forge/fastapi-users,2024-02-05 17:47:46.583,45154.0,2.0,,,,,,,,,,,,,,,,,, +194,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,2024-02-26 07:57:00.000,2024-02-26 07:56:59,2227.0,310,118.0,702.0,211.0,830.0,3813,Realtime Web Apps and Dashboards for Python and R.,205.0,,53.0,32,True,,20.0,2024-02-07 17:10:16.000,1.0.2,58.0,1894456.0,71735.0,,wave,https://pypi.org/project/wave,2011-01-09 22:48:14.000,205.0,28680.0,,,,2.0,,,,,,,,,,,,,,,,,, +195,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,2024-02-19 17:42:11.000,2024-02-02 08:57:08,627.0,641,59.0,342.0,157.0,330.0,3746,A JSON Web Token authentication plugin for the Django REST Framework.,369.0,,112.0,32,True,['django'],11.0,2023-12-04 06:38:25.000,5.3.1,45.0,,2080870.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2023-12-04 06:38:25.000,369.0,2080870.0,,,,2.0,,,,,,,,,,,,,,,,,, +196,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2024-02-28 09:15:13.000,2023-05-10 14:46:52,1319.0,833,171.0,412.0,53.0,313.0,3734,WeChat SDK for Python.,9867.0,9738.0,101.0,32,True,,,2021-11-11 15:12:31.000,1.8.18,137.0,,20757.0,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,129.0,20757.0,,,,3.0,,,,,,,,,,,,,,,,,, +197,django-guardian,django-guardian/django-guardian,auth,,https://github.com/django-guardian/django-guardian,https://github.com/django-guardian/django-guardian,BSD-3-Clause,2010-06-04 23:15:37.000,2024-02-03 02:31:17.000,2022-03-25 21:42:47,1062.0,554,82.0,357.0,150.0,323.0,3522,Per object permissions for Django.,8433.0,6483.0,158.0,32,False,['django'],,2021-05-23 22:11:22.000,2.4.0,43.0,,387824.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1950.0,387192.0,https://anaconda.org/conda-forge/django-guardian,2023-06-16 13:23:00.573,50620.0,2.0,,,,,,,,,,,,,,,,,, +198,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2024-02-19 06:18:40.000,2023-05-18 17:18:52,561.0,502,55.0,201.0,265.0,165.0,3459,Easy OpenAPI specs and Swagger UI for your Flask API.,13172.0,12796.0,110.0,32,True,['flask'],,2020-08-01 15:28:10.000,0.9.5,54.0,517.0,476451.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,376.0,474768.0,https://anaconda.org/conda-forge/flasgger,2023-06-16 13:23:54.649,127573.0,2.0,,,,,,,,,,,,,,,,,, +199,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,2024-02-19 17:43:16.000,2024-01-18 03:14:06,1068.0,626,64.0,461.0,95.0,340.0,3198,Simple tagging for django.,2890.0,,149.0,32,True,['django'],2.0,2023-10-29 11:56:57.000,5.0.1,67.0,,571727.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2023-10-29 11:56:57.000,2890.0,568577.0,https://anaconda.org/conda-forge/django-taggit,2023-10-29 13:54:08.113,116559.0,2.0,,,,,,,,,,,,,,,,,, +200,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.000,2019-08-13 02:11:02,369.0,639,81.0,190.0,163.0,187.0,3187,JSON Web Token Authentication support for Django REST Framework.,28293.0,26312.0,62.0,32,False,,,2021-12-15 15:59:35.858,1.3.0,26.0,,663399.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2021-12-15 15:59:35.858,1981.0,663399.0,,,,2.0,,,,,,,,,,,,,,,,,, +201,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.000,2017-02-04 13:10:59,1973.0,1140,119.0,466.0,21.0,643.0,2830,Social auth made simple.,8264.0,5988.0,284.0,32,False,,,2017-02-03 12:20:08.000,0.3.6,55.0,,32114.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,32114.0,,,,2.0,,,,,,,,,,,,,,,,,, +202,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2024-02-26 09:12:28.000,2023-10-19 14:23:22,215.0,310,52.0,67.0,4.0,87.0,2787,Python One-Time Password Library.,14463.0,13809.0,43.0,32,True,,,2023-07-27 23:41:01.000,2.9.0,24.0,285.0,5094876.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,654.0,5093643.0,https://anaconda.org/conda-forge/pyotp,2023-07-28 02:07:25.779,51667.0,2.0,,,,,,,,,,,,,,,,,, +203,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,GPL-3.0,2019-04-08 11:38:48.000,2024-02-29 13:22:24.000,2024-02-27 12:37:31,1461.0,193,29.0,216.0,67.0,222.0,2565,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",2863.0,2790.0,38.0,32,True,,26.0,2024-01-25 13:05:41.000,1.7.0,41.0,,218045.0,,trafilatura,https://pypi.org/project/trafilatura,2024-01-25 13:03:14.000,73.0,218045.0,,,,1.0,,,,,,,,,,,,,,,,,, +204,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/chrisclark/django-sql-explorer,https://github.com/chrisclark/django-sql-explorer,MIT,2013-12-22 20:58:37.000,2024-02-29 14:04:42.000,2024-02-26 15:58:24,938.0,342,70.0,316.0,20.0,260.0,2187,Easily share data across your company via SQL queries. From Grove Collab.,473.0,398.0,99.0,32,True,['django'],49.0,2024-02-07 00:21:24.000,4.0.2,43.0,,64963.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2024-02-07 00:21:24.000,75.0,64963.0,,,,2.0,,,,,,,,,,,,,,,chrisclark/django-sql-explorer,,, +205,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2024-01-31 15:29:21.000,2022-10-16 23:12:02,684.0,268,45.0,232.0,112.0,143.0,2083,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,17533.0,14755.0,105.0,32,False,,,2021-08-16 19:35:31.000,1.1.4,59.0,,575621.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2778.0,571811.0,https://anaconda.org/conda-forge/httpretty,2023-06-16 13:23:40.530,362025.0,2.0,,,,,,,,,,,,,,,,,, +206,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,2024-02-29 05:48:16.089,2024-02-28 23:17:33,173.0,107,29.0,39.0,2.0,62.0,1976,"A generator library for concise, unambiguous and URL-safe UUIDs.",23733.0,22554.0,33.0,32,True,,1.0,2024-02-28 23:17:50.000,1.0.12,25.0,,3841002.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2024-02-28 23:17:50.000,1179.0,3830173.0,https://anaconda.org/conda-forge/shortuuid,2024-02-29 05:48:16.089,433186.0,2.0,,,,,,,,,,,,,,,,,, +207,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,2024-02-23 17:48:05.000,2023-03-17 12:05:15,1472.0,565,64.0,362.0,425.0,672.0,1844,A Python SOAP client.,665.0,,140.0,32,True,,,2023-07-20 15:31:54.183,0.0.1,65.0,,10422616.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2023-07-20 15:31:54.183,665.0,10420165.0,https://anaconda.org/conda-forge/zeep,2023-06-16 13:24:15.406,203465.0,3.0,,,,,,,,,,,,,,,,,, +208,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,2024-02-20 13:59:17.000,2024-01-18 01:14:51,625.0,277,27.0,304.0,95.0,254.0,1743,A simple app that provides django integration for RQ (Redis Queue).,3612.0,3164.0,123.0,32,True,['django'],8.0,2023-12-18 10:33:19.000,2.10.1,53.0,,552955.0,,django-rq,https://pypi.org/project/django-rq,2023-12-18 10:32:31.000,448.0,552955.0,,,,2.0,,,,,,,,,,,,,,,,,, +209,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,2024-01-26 09:40:29.000,2023-12-01 08:59:00,1178.0,309,26.0,389.0,75.0,280.0,1580,Money fields for Django forms and models.,2906.0,2698.0,115.0,32,True,['django'],,2023-11-30 19:38:07.000,3.4.1,67.0,,222822.0,,django-money,https://pypi.org/project/django-money,2023-11-30 19:38:07.000,208.0,222822.0,,,,2.0,,,,,,,,,,,,,,,,,, +210,simple-salesforce,simple-salesforce/simple-salesforce,third-party-apis,,https://github.com/simple-salesforce/simple-salesforce,https://github.com/simple-salesforce/simple-salesforce,Apache-2.0,2013-01-17 20:08:57.000,2024-02-27 08:50:36.000,2024-02-27 08:50:36,461.0,632,92.0,294.0,177.0,264.0,1561,A very simple Salesforce.com REST API client for Python.,223.0,,75.0,32,True,,5.0,2024-02-27 08:03:30.000,1.12.6,47.0,,7872840.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2023-09-06 15:13:28.000,223.0,7872179.0,https://anaconda.org/conda-forge/simple-salesforce,2023-06-16 13:23:43.695,53577.0,3.0,,,,,,,,,,,,,,,,,, +211,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,2024-02-13 12:14:55.000,2024-01-31 10:49:52,1263.0,332,40.0,597.0,165.0,375.0,1286,A Django plugin for pytest.,6117.0,,145.0,32,False,['django'],8.0,2024-01-30 13:15:21.000,4.8.0,63.0,,3259130.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2024-01-30 13:14:17.000,6117.0,3254065.0,https://anaconda.org/conda-forge/pytest-django,2024-01-30 17:45:23.939,207688.0,2.0,,,,,,,,,,,,,,,,,, +212,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,2024-02-26 11:20:41.000,2024-01-31 11:38:20,1314.0,151,31.0,768.0,34.0,190.0,1175,Yet another URL library.,,,85.0,32,True,,47.0,2023-12-06 12:48:20.000,1.9.4,62.0,14465.0,99553481.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,,,99253693.0,https://anaconda.org/conda-forge/yarl,2024-01-17 16:36:35.377,11985052.0,2.0,-5.0,,,,,,,,,,,,,,,,, +213,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2024-02-23 19:52:05.000,2024-02-23 19:52:02,746.0,225,28.0,512.0,43.0,253.0,1020,Python binding to the Networking and Cryptography (NaCl) library.,2650.0,,67.0,32,True,,3.0,2022-01-07 22:05:49.000,1.5.0,16.0,,54224374.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2650.0,54090878.0,https://anaconda.org/conda-forge/pynacl,2023-09-24 08:54:47.641,5473339.0,2.0,,,,,,,,,,,,,,,,,, +214,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,2024-02-29 10:59:33.000,2023-12-30 23:10:16,1758.0,296,8.0,1869.0,9.0,350.0,869,Extensions for Python Markdown.,29333.0,29091.0,51.0,32,True,,6.0,2023-12-30 23:11:13.000,10.7,88.0,,3125069.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2023-12-30 23:11:52.000,242.0,3120574.0,https://anaconda.org/conda-forge/pymdown-extensions,2023-12-31 00:40:00.385,188820.0,2.0,,,,,,,,,,,,,,,,,, +215,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,2024-02-05 15:04:00.000,2024-01-06 12:39:55,745.0,186,17.0,314.0,57.0,180.0,858,A caching extension for Flask.,19491.0,18711.0,111.0,32,True,['flask'],1.0,2023-10-08 14:19:11.000,2.1.0,25.0,,4922809.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2023-10-08 14:15:58.000,780.0,4916917.0,https://anaconda.org/conda-forge/flask-caching,2023-10-08 20:55:00.179,176782.0,1.0,,,,,,,,,,,,,,,,,, +216,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,2024-02-28 01:13:42.000,2024-02-28 01:12:12,318.0,69,18.0,233.0,34.0,54.0,596,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",89202.0,88748.0,28.0,32,True,,5.0,2023-06-03 06:43:00.637,3.0.0,42.0,,42256815.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2023-06-03 06:43:00.637,454.0,42173968.0,https://anaconda.org/conda-forge/markdown-it-py,2023-06-07 22:00:26.242,3893851.0,2.0,,,,,,,,,,,,,,,,,, +217,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,2024-02-28 23:16:26.000,2024-02-02 04:10:03,134.0,227,22.0,92.0,18.0,104.0,478,Server side session extension for Flask.,37459.0,36347.0,15.0,32,True,['flask'],29.0,2024-01-19 02:48:20.000,0.6.0,14.0,26.0,4140590.0,,flask-session,https://pypi.org/project/flask-session,2024-01-19 03:08:24.000,1112.0,4140588.0,,,,1.0,,,,,,,,,,,,,,,pallets-eco/flask-session,,, +218,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2024-02-13 11:50:48.742,2024-02-12 19:03:45,531.0,154,9.0,25.0,,217.0,455,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,50031.0,49172.0,1.0,32,True,,20.0,2024-02-12 19:07:35.000,2024.2.12,125.0,208.0,7388597.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2024-02-12 19:03:42.000,859.0,7294710.0,https://anaconda.org/conda-forge/tifffile,2024-02-13 11:50:48.742,4224495.0,2.0,,,,,,,,,,,,,,,,,, +219,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,2024-02-29 15:44:36.000,2024-02-29 02:09:01,7240.0,2773,197.0,3642.0,104.0,1081.0,11374,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,25.0,24.0,410.0,31,True,['django'],226.0,2024-02-29 02:09:02.000,2024.02.28,100.0,,88.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,88.0,,,,3.0,,,,,,,,,,,,,,,,,, +220,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,2024-01-28 04:34:54.000,2024-01-28 04:34:54,2361.0,2172,311.0,802.0,57.0,477.0,10969,Web path scanner.,74.0,74.0,106.0,31,True,,45.0,2022-10-05 13:01:24.000,0.4.3,16.0,,3290.0,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,3290.0,,,,2.0,,,,,,,,,,,,,,,,,, +221,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2023-06-30 22:47:56.000,2023-06-30 13:14:01,2415.0,387,161.0,456.0,179.0,300.0,6806,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5060.0,4824.0,120.0,31,True,,,2020-02-06 18:13:37.000,2.6.1,71.0,,57637.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,236.0,55497.0,https://anaconda.org/conda-forge/hug,2023-06-16 13:24:44.089,188367.0,3.0,,,,,,,,,,,,,,,,,, +222,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2024-02-29 11:34:35.000,2024-02-29 11:34:35,103725.0,1023,229.0,18838.0,77.0,327.0,5642,Malicious traffic detection system.,20.0,20.0,48.0,31,True,,4465.0,2024-01-31 23:11:04.000,0.66,55.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +223,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2024-02-28 19:04:15.000,2024-02-28 19:04:14,5649.0,756,836.0,2475.0,97.0,2030.0,4445,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",555.0,555.0,172.0,31,True,['openapi'],16.0,,,100.0,87812.0,1995.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +224,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2024-02-27 00:43:30.000,2024-02-23 17:12:32,1965.0,319,54.0,1712.0,66.0,611.0,3916,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",530.0,499.0,91.0,31,True,['openapi'],7.0,2024-02-02 16:58:48.000,5.5.4,196.0,821148.0,275823.0,,,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2024-02-02 16:57:22.689,31.0,264258.0,,,,,,,,,, +225,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,2024-02-18 07:11:08.000,2021-03-10 14:43:53,116.0,731,70.0,98.0,22.0,277.0,3666,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,52488.0,51831.0,25.0,31,False,,,2020-06-14 07:43:55.000,3.0.0,12.0,,430484.0,,googletrans,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,657.0,430484.0,,,,3.0,,,,,,,,,,,,,,,,,, +226,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,2022-05-20 09:56:40.000,2021-12-19 18:05:27,1104.0,1008,170.0,307.0,101.0,315.0,3404,A Python wrapper around the Twitter API.,8792.0,7067.0,171.0,31,False,,,2018-09-29 23:52:35.000,3.5,24.0,,55188.0,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1725.0,55188.0,,,,3.0,,,,,,,,,,,,,,,,,, +227,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,2024-02-07 11:18:16.000,2024-02-07 09:43:18,1002.0,378,41.0,496.0,195.0,396.0,3361,A test fixtures replacement for Python.,846.0,,130.0,31,True,['django'],8.0,2023-07-19 09:04:00.000,3.3.0,43.0,,3930191.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2023-07-19 09:04:00.000,846.0,3926744.0,https://anaconda.org/conda-forge/factory_boy,2023-07-19 13:42:09.417,141345.0,2.0,,,,,,,,,,,,,,,,,, +228,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,2024-01-12 05:56:44.000,2023-04-22 10:13:29,635.0,790,118.0,154.0,134.0,338.0,2996,Pseudo API for Google Trends.,4246.0,4164.0,86.0,31,True,,,2023-04-13 23:18:01.543,4.9.2,30.0,,135048.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,82.0,134472.0,https://anaconda.org/conda-forge/pytrends,2023-06-16 19:23:49.272,22490.0,2.0,,,,,,,,,,,,,,,,,, +229,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2024-02-21 13:02:11.000,2024-02-21 12:49:28,4732.0,383,90.0,1002.0,91.0,1712.0,2848,Mail hosting made simple.,79.0,42.0,114.0,31,True,,65.0,2024-01-11 16:52:09.000,2.2.4,75.0,,3968.0,,modoboa,https://pypi.org/project/modoboa,2024-01-11 16:52:09.000,37.0,3968.0,,,,1.0,,,,,,,,,,,,,,,,,, +230,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,2023-10-17 18:14:04.000,2020-12-27 07:29:21,544.0,1028,199.0,271.0,38.0,219.0,2716,Python SDK for Facebooks Graph API.,6145.0,4879.0,99.0,31,False,,,2018-11-06 06:53:51.000,3.1.0,9.0,,143502.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1266.0,143502.0,,,,3.0,,,,,,,,,,,,,,,,,, +231,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.132,2019-06-04 18:10:32,801.0,618,67.0,339.0,167.0,366.0,2593,Swagger Documentation Generator for Django REST Framework: deprecated.,21040.0,18964.0,93.0,31,False,['django'],,2021-12-15 14:37:49.132,0.1.6,50.0,,323427.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,2076.0,323427.0,,,,3.0,,,,,,,,,,,,,,,,,, +232,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,2023-12-18 00:27:01.000,2023-10-04 07:44:51,941.0,495,75.0,227.0,17.0,289.0,2293,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1479.0,1143.0,113.0,31,True,['django'],,2023-10-04 07:51:20.000,2.0.0,41.0,9.0,65460.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,2023-10-04 07:51:20.000,336.0,65460.0,,,,3.0,,,,,,,,,,,,,,,,,, +233,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,2023-07-31 20:26:20.000,2023-07-31 20:26:15,491.0,183,65.0,67.0,55.0,132.0,2262,A jquery-like library for python.,25744.0,22349.0,53.0,31,True,,,2022-12-28 14:35:51.514,2.0.0,36.0,,2469486.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022-12-28 14:35:51.514,3395.0,2468706.0,https://anaconda.org/conda-forge/pyquery,2023-06-16 13:23:09.494,59328.0,3.0,,,,,,,,,,,,,,,,,, +234,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2024-02-10 16:56:17.672,2024-02-10 14:39:05,421.0,254,46.0,175.0,45.0,273.0,2225,Django Channels HTTP/WebSocket server.,787.0,,69.0,31,True,['django'],6.0,2024-02-10 14:47:05.000,4.1.0,58.0,,842967.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2024-02-10 14:47:05.000,787.0,838584.0,https://anaconda.org/conda-forge/daphne,2024-02-10 16:56:17.672,175328.0,3.0,,,,,,,,,,,,,,,,,, +235,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,2023-09-28 00:33:05.000,2023-09-28 00:27:19,1131.0,280,48.0,182.0,97.0,297.0,2202,Automated image processing for Django. Currently v4.0.,9908.0,8879.0,78.0,31,True,['django'],,2023-09-28 00:55:14.000,5.0,41.0,97.0,146587.0,,django-imagekit,https://pypi.org/project/django-imagekit,2023-09-28 00:30:36.000,1029.0,146586.0,,,,3.0,,,,,,,,,,,,,,,,,, +236,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2024-02-29 13:35:16.000,2024-02-29 13:34:53,2115.0,141,18.0,1212.0,72.0,723.0,2023,"Automate your API Testing: catch crashes, validate specs, and save time.",287.0,287.0,62.0,31,True,"['openapi', 'graphql']",174.0,2024-02-29 13:36:21.000,3.25.5,100.0,,141123.0,,schemathesis,https://pypi.org/project/schemathesis,,,141123.0,,,,2.0,,,,,,,,,,,,,,,,,, +237,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,2023-12-05 07:15:26.000,2023-12-05 07:15:26,1233.0,221,41.0,141.0,18.0,316.0,1999,A slick ORM cache with automatic granular event-driven invalidation.,1318.0,1220.0,67.0,31,True,['django'],2.0,2023-10-24 10:23:43.000,7.0.2,63.0,,156913.0,,django-cacheops,https://pypi.org/project/django-cacheops,2023-10-24 10:23:43.000,98.0,156913.0,,,,3.0,,,,,,,,,,,,,,,,,, +238,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,2024-02-24 15:36:03.000,2021-11-18 21:51:43,693.0,218,54.0,174.0,11.0,125.0,1933,"Reusable, generic mixins for Django.",19064.0,15103.0,77.0,31,False,['django'],,2021-11-05 21:41:41.000,1.15.0,31.0,,210743.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3961.0,210267.0,https://anaconda.org/conda-forge/django-braces,2023-06-16 13:18:43.744,37150.0,3.0,,,,,,,,,,,,,,,,,, +239,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-01-12 23:03:44.000,2021-06-26 12:04:16,1246.0,240,51.0,311.0,316.0,150.0,1783,A multiprocessing distributed task queue for Django.,1666.0,1585.0,62.0,31,False,['django'],,2021-06-27 12:04:53.000,1.3.9,78.0,,63571.0,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,81.0,63571.0,,,,3.0,,,,,,,,,,,,,,,,,, +240,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2024-02-28 18:23:00.000,2024-02-28 18:22:59,782.0,248,26.0,201.0,86.0,134.0,1583,Convert HTML to Markdown-formatted text.,2490.0,,77.0,31,True,,13.0,2024-02-27 18:51:33.000,2024.2.26,40.0,,1414454.0,,html2text,https://pypi.org/project/html2text,2024-02-27 18:49:24.000,2490.0,1414454.0,,,,3.0,2.0,,,,,,,,,,,,,,,,, +241,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,2024-02-22 17:17:53.000,2024-02-22 17:15:55,204.0,120,25.0,63.0,6.0,78.0,1512,"The official Notion API client library, but rewritten in Python! (sync + async).",876.0,828.0,30.0,31,True,,10.0,2023-12-28 11:35:57.000,2.2.1,16.0,,757166.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2023-12-28 11:31:34.000,48.0,756939.0,https://anaconda.org/conda-forge/notion-client,2023-06-16 19:27:59.196,6151.0,3.0,,,,,,,,,,,,,,,,,, +242,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,2023-12-27 12:43:59.000,2023-05-03 16:54:16,657.0,239,28.0,193.0,85.0,78.0,1446,A JOSE implementation in Python.,897.0,,49.0,31,True,,,2021-06-05 03:30:38.000,3.3.0,38.0,,7592849.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,897.0,7563430.0,https://anaconda.org/conda-forge/python-jose,2023-06-16 16:09:38.555,1941698.0,3.0,,,,,,,,,,,,,,,,,, +243,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,2024-02-19 14:27:46.000,2023-01-09 10:51:18,797.0,314,32.0,223.0,84.0,317.0,1354,Easy thumbnails for Django.,12696.0,10589.0,91.0,31,False,['django'],,2023-01-09 22:18:33.244,2.8.5,51.0,,210039.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2023-01-09 22:18:33.244,2107.0,210039.0,,,,3.0,,,,,,,,,,,,,,,,,, +244,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,2024-02-10 09:58:06.000,2023-08-27 01:42:59,689.0,281,21.0,156.0,43.0,255.0,1346,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",1559.0,,54.0,31,True,['django'],,2023-02-02 20:54:56.568,7.3.2,66.0,,635125.0,,django-countries,https://pypi.org/project/django-countries,2023-02-02 20:54:56.568,1559.0,635125.0,,,,3.0,,,,,,,,,,,,,,,,,, +245,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,2023-10-15 12:04:08.000,2023-10-15 12:03:34,184.0,220,24.0,54.0,9.0,101.0,1238,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",20691.0,18441.0,34.0,31,True,['flask'],,2023-08-21 18:47:15.000,4.8.0,36.0,,741107.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023-04-27 09:56:10.209,2250.0,739643.0,https://anaconda.org/conda-forge/flask-httpauth,2023-06-16 13:24:13.070,131795.0,3.0,,,,,,,,,,,,,,,,,, +246,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2023-10-16 19:56:49.681,2023-10-16 17:30:31,94.0,76,41.0,47.0,9.0,42.0,1159,Fast HTTP parser.,79500.0,78895.0,16.0,31,True,,,2023-10-16 17:41:35.000,0.6.1,22.0,,8816390.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2023-10-16 17:41:35.000,605.0,8801654.0,https://anaconda.org/conda-forge/httptools,2023-10-16 19:56:49.681,589463.0,3.0,,,,,,,,,,,,,,,,,, +247,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2023-07-24 09:17:20.000,2020-02-22 08:36:44,368.0,273,36.0,107.0,12.0,152.0,1157,A reusable Django model field for storing ad-hoc JSON data.,15011.0,12670.0,51.0,31,False,['django'],,2020-02-22 08:42:29.000,3.1.0,34.0,126.0,481274.0,,jsonfield,https://pypi.org/project/jsonfield,2020-02-22 08:42:29.000,2341.0,481273.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,2024-02-14 23:46:32.000,2024-02-11 20:53:54,927.0,123,12.0,255.0,1.0,171.0,1066,Rate Limiting extension for Flask.,9276.0,8881.0,44.0,31,True,['flask'],9.0,2024-02-11 20:56:42.000,3.5.1,100.0,248.0,5700057.0,,flask-limiter,https://pypi.org/project/flask-limiter,2024-02-11 20:56:25.000,395.0,5700046.0,,,,2.0,,,,,,,,,,,,,,,,,, +249,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2024-02-21 20:50:10.000,2024-02-17 14:05:10,1107.0,189,26.0,327.0,37.0,558.0,980,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",570.0,546.0,62.0,31,True,,22.0,2024-02-17 14:05:23.000,2.9.3,188.0,,241864.0,,tavern,https://pypi.org/project/tavern,2024-02-17 14:05:23.000,24.0,241864.0,,,,2.0,,,,,,,,,,,,,,,,,, +250,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2023-06-16 13:18:16.196,2021-05-01 12:22:50,1418.0,256,22.0,253.0,66.0,234.0,919,Asset management for Python web development.,8538.0,6831.0,157.0,31,False,,,2017-01-08 13:48:21.000,0.12.1,14.0,,281625.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1707.0,280926.0,https://anaconda.org/conda-forge/webassets,2023-06-16 13:18:16.196,62263.0,3.0,,,,,,,,,,,,,,,,,, +251,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/pallets-eco/flask-debugtoolbar,https://github.com/pallets-eco/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000,2024-01-17 16:40:50.000,2024-01-17 16:40:50,327.0,139,21.0,110.0,36.0,86.0,914,A toolbar overlay for debugging Flask applications.,28901.0,25919.0,53.0,31,True,['flask'],15.0,2023-12-07 17:38:29.000,0.14.1,27.0,,164798.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2023-12-07 17:38:29.000,2982.0,163166.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2023-12-07 19:29:24.063,65319.0,2.0,,,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,, +252,django-dbbackup,jazzband/django-dbbackup,django-utils,,https://github.com/jazzband/django-dbbackup,https://github.com/jazzband/django-dbbackup,BSD-3-Clause,2014-12-29 02:39:34.000,2024-02-19 17:41:22.000,2024-01-30 03:44:14,484.0,216,23.0,232.0,75.0,211.0,861,Management commands to help backup and restore your project database and media files.,1947.0,1785.0,68.0,31,True,['django'],13.0,2024-01-15 00:57:07.000,4.1.0,45.0,,99931.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,2024-01-15 00:57:07.000,162.0,99931.0,,,,3.0,,,,,,,,,,,,,,,,,, +253,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,2023-12-13 03:38:30.000,2023-08-27 22:10:47,361.0,136,10.0,188.0,47.0,111.0,857,Cross Origin Resource Sharing ( CORS ) support for Flask.,276099.0,267742.0,45.0,31,True,['flask'],,2023-08-27 22:12:17.000,4.0.0,44.0,,7452540.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2023-06-26 05:39:35.576,8357.0,7426988.0,https://anaconda.org/conda-forge/flask-cors,2023-06-26 12:46:52.217,843220.0,2.0,,,,,,,,,,,,,,,,,, +254,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,2024-02-19 22:30:37.000,2024-02-19 22:30:36,388.0,57,15.0,181.0,23.0,92.0,837,Flask + marshmallow for beautiful APIs.,28804.0,27977.0,24.0,31,True,['flask'],36.0,2024-02-05 17:51:34.000,1.2.0,22.0,,784284.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2024-02-05 17:51:34.000,827.0,783263.0,https://anaconda.org/conda-forge/flask-marshmallow,2023-06-16 13:23:42.076,89925.0,2.0,,,,,,,,,,,,,,,,,, +255,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2024-02-27 07:59:34.000,2024-02-27 07:57:40,2840.0,129,38.0,546.0,91.0,99.0,829,werkzeug + twisted.web.,2205.0,1810.0,56.0,31,True,,53.0,2023-12-22 16:29:38.000,23.12.0,25.0,,87262.0,,klein,https://pypi.org/project/klein,2023-12-22 16:29:38.000,395.0,87262.0,,,,3.0,,,,,,,,,,,,,,,,,, +256,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,2024-02-29 08:27:03.000,2024-02-29 08:26:22,1064.0,128,20.0,71.0,26.0,120.0,493,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,26298.0,25508.0,33.0,31,True,,29.0,2022-09-23 08:40:18.000,3.2.3,86.0,,6052901.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2024-02-17 11:26:52.000,790.0,6032797.0,https://anaconda.org/conda-forge/graphql-core,2023-10-19 14:07:19.641,904703.0,2.0,,,,,,,,,,,,,,,,,, +257,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014-09-29 23:44:25.000,2024-02-18 17:57:21.000,2024-02-18 17:54:51,463.0,92,19.0,172.0,28.0,40.0,351,Terminals served by tornado websockets.,259541.0,252528.0,48.0,31,True,,2.0,2023-11-10 01:37:45.000,0.18.0,35.0,262.0,15165468.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2023-11-10 01:37:39.000,7013.0,14803849.0,https://anaconda.org/conda-forge/terminado,2023-11-12 17:36:06.145,14826258.0,3.0,,,,,,,,,,,,,,,,,, +258,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,2024-02-26 19:11:15.000,2024-02-26 18:46:21,507.0,60,9.0,222.0,34.0,76.0,306,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",6493.0,6241.0,38.0,31,True,,22.0,2023-10-13 11:43:38.000,0.7.1,38.0,,4211058.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2023-10-13 11:43:38.000,252.0,4199358.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023-10-14 14:27:38.498,503104.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-spec-validator,,, +259,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2023-09-11 03:53:49.000,2023-09-11 03:53:49,347.0,35,8.0,151.0,12.0,102.0,184,A modern CSS selector implementation for BeautifulSoup.,492251.0,489461.0,11.0,31,True,,,2023-09-02 12:47:29.000,2.5,45.0,,92076555.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2023-09-02 12:48:20.000,2790.0,91639287.0,https://anaconda.org/conda-forge/soupsieve,2023-09-05 15:57:57.854,18365272.0,2.0,,,,,,,,,,,,,,,,,, +260,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2023-12-03 14:52:00.000,2023-10-13 03:30:58,586.0,435,75.0,104.0,104.0,189.0,6302,Preview GitHub README.md files locally before committing them.,1816.0,1664.0,40.0,30,True,,,2023-10-12 05:07:59.000,4.6.2,27.0,,36953.0,,grip,https://pypi.org/project/grip,2023-10-12 05:07:59.000,152.0,36953.0,,,,3.0,,,,,,,,,,,,,,,,,, +261,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,2023-11-30 00:45:19.885,2021-08-31 09:48:33,768.0,406,169.0,374.0,59.0,289.0,5579,The Web API toolkit.,928.0,757.0,91.0,30,False,['openapi'],,2023-11-30 00:45:19.885,0.1.0,95.0,,9991.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2023-11-30 00:45:19.885,171.0,8164.0,https://anaconda.org/conda-forge/apistar,2023-06-16 16:08:51.994,127903.0,3.0,,,,,,,,,,,,,,,,,, +262,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2024-02-23 12:43:37.000,2023-04-25 23:19:48,285.0,443,143.0,60.0,6.0,,3834,A Python module to bypass Cloudflares anti-bot page.,21048.0,20895.0,12.0,30,True,,,2023-04-25 23:20:54.756,1.2.71,95.0,,479632.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023-04-25 23:20:54.756,153.0,479632.0,,,,2.0,,,,,,,,,,,,,,,,,, +263,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2024-02-18 03:02:41.000,2020-05-08 09:48:22,788.0,367,101.0,73.0,154.0,100.0,3552,Headless chrome/chromium automation library (unofficial port of puppeteer).,393.0,,24.0,30,False,,,2024-02-18 03:02:41.000,2.0.0,35.0,,1230246.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2024-02-18 03:02:41.000,393.0,1225555.0,https://anaconda.org/conda-forge/pyppeteer,2023-06-16 16:13:26.272,286181.0,2.0,,,,,,,,,,,,,,,,,, +264,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,2024-02-29 14:21:34.000,2024-02-23 22:19:24,516.0,165,29.0,388.0,126.0,227.0,3287,"Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.",54.0,53.0,60.0,30,True,,47.0,2024-02-11 20:25:32.000,0.52.0,103.0,,47439.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2024-02-11 17:13:38.000,1.0,42828.0,https://anaconda.org/conda-forge/robyn,2024-02-13 19:04:22.693,133723.0,3.0,,,,,,,,,,,,,,,sparckles/Robyn,,, +265,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,2022-10-26 21:06:08.000,2022-10-26 21:06:08,751.0,780,160.0,171.0,51.0,241.0,3115,Python Twitter API.,5319.0,4263.0,94.0,30,False,,,2022-09-19 22:45:26.007,1.19.6,60.0,,17732.0,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,1056.0,17732.0,,,,3.0,,,,,,,,,,,,,,,,,, +266,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,2023-06-16 13:23:13.681,2018-02-12 06:35:04,352.0,1047,219.0,114.0,76.0,81.0,2985,"A fully tested, abstract interface to creating OAuth clients and servers.",11256.0,11160.0,42.0,30,False,,,2019-06-28 17:57:45.000,1.1.1,13.0,,155785.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,154650.0,https://anaconda.org/conda-forge/python-oauth2,2023-06-16 13:23:13.681,89698.0,3.0,,,,,,,,,,,,,,,,,, +267,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2023-06-16 13:19:46.257,2020-10-09 23:49:59,186.0,523,84.0,96.0,185.0,80.0,2793,A Pythonic wrapper for the Wikipedia API.,56355.0,55166.0,23.0,30,False,,,2014-11-15 15:59:49.000,1.4.0,20.0,,237605.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1189.0,236084.0,https://anaconda.org/conda-forge/wikipedia,2023-06-16 13:19:46.257,127791.0,3.0,,,,,,,,,,,,,,,,,, +268,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,2023-06-16 13:23:51.607,2020-01-13 15:25:46,731.0,509,106.0,250.0,372.0,254.0,2727,"Fully featured framework for fast, easy and documented API development with Flask.",14827.0,13853.0,89.0,30,False,['flask'],,2019-08-12 21:51:40.000,0.13.0,35.0,,151203.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,974.0,148583.0,https://anaconda.org/conda-forge/flask-restplus,2023-06-16 13:23:51.607,230616.0,3.0,,,,,,,,,,,,,,,,,, +269,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2023-12-28 20:57:01.000,2022-11-06 10:12:00,297.0,253,61.0,75.0,135.0,123.0,2369,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,14290.0,14103.0,29.0,30,False,,,,,48.0,,712472.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,187.0,711135.0,https://anaconda.org/conda-forge/js2py,2023-06-16 19:19:20.466,60172.0,3.0,,,,,,,,,,,,,,,,,, +270,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,2023-12-21 09:38:18.000,2023-12-21 09:38:15,346.0,296,44.0,144.0,26.0,156.0,2304,Django friendly finite state machine support.,1915.0,1582.0,69.0,30,True,['django'],5.0,2022-08-15 10:47:37.550,2.8.1,23.0,,327960.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2022-08-15 10:47:37.550,333.0,327639.0,https://anaconda.org/conda-forge/django-fsm,2023-06-16 13:21:26.721,25058.0,3.0,,,,,,,,,,,,,,,,,, +271,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,2023-11-03 14:12:55.000,2023-11-03 14:12:55,201.0,136,45.0,50.0,42.0,54.0,2002,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",40777.0,38539.0,30.0,30,True,['django'],,2023-08-25 15:29:05.000,1.5.0,22.0,,642202.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2023-08-25 15:29:05.000,2238.0,642202.0,,,,3.0,,,,,,,,,,,,,,,,,, +272,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2023-06-16 13:20:59.998,2021-07-16 22:33:17,853.0,405,102.0,222.0,26.0,306.0,1855,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",8102.0,6944.0,103.0,30,False,,,2021-07-16 22:38:58.000,3.9.1,61.0,,108516.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1158.0,105236.0,https://anaconda.org/conda-forge/twython,2023-06-16 13:20:59.998,265722.0,3.0,,,,,,,,,,,,,,,,,, +273,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,2024-02-05 05:01:10.000,2024-02-05 05:01:09,644.0,309,35.0,260.0,33.0,248.0,1640,Dynamic Django settings.,2216.0,1936.0,142.0,30,True,['django'],6.0,2023-08-21 21:35:43.000,3.1.0,31.0,,278567.0,,django-constance,https://pypi.org/project/django-constance,2023-08-21 21:35:43.000,280.0,278567.0,,,,3.0,,,,,,,,,,,,,,,,,, +274,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,2023-06-16 13:18:03.732,2020-07-03 04:29:16,356.0,257,56.0,94.0,30.0,61.0,1620,Full-featured Python interface for the Slack API.,4116.0,3059.0,45.0,30,False,,,2020-02-15 09:06:13.000,0.14.0,57.0,,659771.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1057.0,655112.0,https://anaconda.org/conda-forge/slacker,2023-06-16 13:18:03.732,428711.0,3.0,,,,,,,,,,,,,,,,,, +275,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.000,2023-11-13 22:34:00,1536.0,297,78.0,174.0,22.0,183.0,1235,Let AngularJS play well with Django.,891.0,649.0,66.0,30,True,['django'],,2023-11-13 22:42:39.000,2.3.1,56.0,,10072.0,,django-angular,https://pypi.org/project/django-angular,2023-11-13 22:42:39.000,242.0,10072.0,,,,3.0,,,,,,,,,,,,,,,,,, +276,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,2024-02-20 19:08:26.000,2023-12-11 08:11:51,431.0,258,22.0,292.0,40.0,166.0,1056,A feature flipper for Django.,1669.0,1321.0,118.0,30,True,['django'],2.0,2023-12-11 08:14:37.000,4.1.0,48.0,,456310.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2023-12-11 08:14:37.000,348.0,455915.0,https://anaconda.org/conda-forge/django-waffle,2023-07-31 15:13:53.926,16220.0,3.0,,,,,,,,,,,,,,,,,, +277,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,2024-02-23 12:10:06.000,2024-02-23 12:10:05,778.0,136,36.0,180.0,36.0,79.0,1055,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,33400.0,31769.0,50.0,30,True,,6.0,2023-04-18 13:48:20.000,1.8.1,22.0,,1127836.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2023-04-18 13:42:01.626,1631.0,1123537.0,https://anaconda.org/conda-forge/parsel,2023-06-16 19:18:48.857,197777.0,2.0,,,,,,,,,,,,,,,,,, +278,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,2024-02-01 14:34:49.000,2024-01-28 17:35:53,419.0,199,24.0,181.0,50.0,98.0,1047,Authentication Module for django rest auth.,10625.0,10441.0,53.0,30,True,['django'],11.0,2022-01-31 17:42:28.000,4.2.0,25.0,,170051.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,184.0,170051.0,,,,3.0,,,,,,,,,,,,,,,jazzband/django-rest-knox,,, +279,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,2024-02-27 07:20:45.000,2024-02-27 07:18:05,725.0,195,14.0,547.0,50.0,290.0,997,Generate modern Python clients from OpenAPI.,854.0,844.0,58.0,30,True,['openapi'],50.0,2024-02-22 18:09:14.000,0.18.0,73.0,,226891.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2024-02-22 18:09:11.000,10.0,226066.0,https://anaconda.org/conda-forge/openapi-python-client,2024-02-22 20:49:37.857,24771.0,3.0,,,,,,,,,,,,,,,,,, +280,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,2024-01-20 15:37:07.000,2023-12-13 11:45:49,559.0,193,29.0,132.0,45.0,110.0,987,Rosetta is a Django application that eases the translation process of your Django projects.,3620.0,3008.0,81.0,30,True,['django'],11.0,2023-12-04 16:00:01.000,0.10.0,37.0,,97293.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2023-12-04 16:00:01.000,612.0,97081.0,https://anaconda.org/conda-forge/django-rosetta,2023-06-16 19:21:07.393,9136.0,3.0,,,,,,,,,,,,,,,,,, +281,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,2024-01-11 18:24:21.000,2024-01-11 18:24:21,627.0,155,20.0,222.0,41.0,169.0,982,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",4185.0,4020.0,57.0,30,True,['flask'],4.0,2024-01-04 23:39:16.000,7.0.1,51.0,,88723.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2024-01-04 23:39:16.000,165.0,86642.0,https://anaconda.org/conda-forge/flask-dance,2023-09-13 17:12:10.238,10405.0,3.0,,,,,,,,,,,,,,,,,, +282,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,2024-02-26 12:26:18.000,2024-02-26 12:26:18,598.0,182,21.0,191.0,90.0,115.0,972,A toolbelt of useful classes and functions to be used with python-requests.,1051.0,,69.0,30,True,,1.0,2023-05-01 04:12:06.235,1.0.0,21.0,,67200377.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,1051.0,67165720.0,https://anaconda.org/conda-forge/requests-toolbelt,2023-06-16 13:16:20.351,3292460.0,3.0,,,,,,,,,,,,,,,,,, +283,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.000,2022-08-16 14:02:03,969.0,251,29.0,271.0,42.0,236.0,839,MongoEngine flask extension with WTF model forms support.,10798.0,9381.0,90.0,30,False,['flask'],,2020-11-21 06:02:04.000,1.0.0,21.0,,111344.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1417.0,111344.0,,,,2.0,,,,,,,,,,,,,,,,,, +284,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2024-02-29 00:11:51.000,2024-02-13 09:13:24,1120.0,141,57.0,209.0,110.0,196.0,656,User-oriented Web UI browser tests in Python.,4025.0,4025.0,41.0,30,True,,22.0,2024-02-13 09:21:36.000,2.0.0rc8,38.0,,21372.0,,selene,https://pypi.org/project/selene,,,21372.0,,,,2.0,,,,,,,,,,,,,,,,,, +285,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,2023-11-30 03:15:36.990,2023-10-02 01:03:49,255.0,158,15.0,110.0,11.0,118.0,429,i18n and l10n support for Flask based on Babel and pytz.,21376.0,21308.0,42.0,30,True,['flask'],,2023-10-02 01:10:48.000,4.0.0,18.0,,2823828.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-10-02 01:10:48.000,68.0,2819938.0,https://anaconda.org/conda-forge/flask-babel,2023-11-30 03:15:36.990,163407.0,2.0,,,,,,,,,,,,,,,,,, +286,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,2024-02-26 23:26:37.000,2024-02-24 19:05:57,1236.0,122,10.0,556.0,65.0,161.0,267,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,578.0,536.0,62.0,30,True,,82.0,2024-02-14 15:44:26.000,0.19.0,66.0,,260069.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2024-02-14 15:44:26.000,42.0,259581.0,https://anaconda.org/conda-forge/openapi-core,2024-02-19 16:55:18.572,16610.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-core,,, +287,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,2023-07-05 17:04:26.000,2020-08-02 17:34:20,1181.0,3735,902.0,171.0,300.0,548.0,16229,A Powerful Spider(Web Crawler) System in Python.,364.0,332.0,62.0,29,False,,,2018-04-18 04:25:22.000,0.3.10,17.0,,1094.0,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,1094.0,,,,2.0,,,,,,,,,,,,,,,,,, +288,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.000,2019-05-21 18:24:10,156.0,2015,201.0,104.0,130.0,170.0,8468,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,109.0,,38.0,29,False,,,2019-05-21 18:28:03.000,2.8.0,40.0,,5075.0,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,5075.0,,,,3.0,,,,,,,,,,,,,,,,,, +289,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2024-02-16 04:56:16.000,2024-02-16 04:54:33,962.0,365,54.0,64.0,28.0,197.0,4272,Write interactive web app in script way.,1496.0,1479.0,19.0,29,True,,3.0,2023-10-30 13:40:38.000,1.8.3,34.0,,8759.0,,pywebio,https://pypi.org/project/pywebio,2023-10-30 13:40:38.000,17.0,8759.0,,,,2.0,,,,,,,,,,,,,,,,,, +290,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.000,2015-03-29 14:04:10,482.0,831,203.0,116.0,107.0,92.0,3935,"Html Content / Article Extractor, web scrapping lib in Python.",251.0,220.0,35.0,29,False,,,2024-01-19 16:22:10.000,3.1.19,30.0,,45476.0,,goose3,https://pypi.org/project/goose3,2024-01-19 16:22:10.000,31.0,45476.0,,,,2.0,,,,,,,,,,,,,,,,,, +291,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2024-02-27 21:30:03.000,2024-02-27 18:42:46,1739.0,308,77.0,535.0,241.0,424.0,3753,The lektor static file content management system.,538.0,448.0,94.0,29,True,,6.0,2024-02-27 21:17:57.000,3.3.11,48.0,7133.0,5237.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2024-02-27 21:30:03.000,90.0,4397.0,https://anaconda.org/conda-forge/lektor,2023-06-04 00:07:49.844,67648.0,3.0,,,,,,,,,,,,,,,,,, +292,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,2024-01-26 19:39:41.000,2024-01-26 19:39:40,1119.0,217,92.0,290.0,54.0,171.0,3580,A familiar HTTP Service Framework for Python.,623.0,554.0,90.0,29,True,,34.0,2021-01-08 08:35:11.365,2.0.7,48.0,,3783.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021-01-08 08:35:11.365,69.0,2460.0,https://anaconda.org/conda-forge/responder,2023-06-16 16:12:56.673,83369.0,3.0,,,,,,,,,,,,,,,kennethreitz/responder,,, +293,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,2024-02-27 22:44:28.000,2017-03-08 18:34:10,4395.0,372,180.0,142.0,69.0,263.0,3507,IMAP/SMTP sync system with modern APIs.,10.0,,79.0,29,False,,,2024-02-27 22:44:28.000,6.1.0,73.0,,86232.0,,nylas,https://pypi.org/project/nylas,2024-02-27 22:44:28.000,10.0,86232.0,,,,1.0,,,,,,,,,,,,,,,,,, +294,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2023-06-16 16:18:42.921,2022-09-28 20:43:53,295.0,270,54.0,44.0,102.0,127.0,2573,Send email in Python conveniently for gmail using yagmail.,4362.0,3892.0,32.0,29,False,,,2022-09-19 15:58:02.665,0.15.293,107.0,,145962.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,470.0,145322.0,https://anaconda.org/conda-forge/yagmail,2023-06-16 16:18:42.921,33317.0,1.0,,,,,,,,,,,,,,,,,, +295,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,2024-02-12 15:05:34.000,2022-11-29 19:37:09,766.0,677,118.0,168.0,298.0,353.0,2280,Modern theme for Django admin interface.,4211.0,3171.0,60.0,29,False,['django'],,2019-10-02 08:36:30.000,0.2.28,47.0,,33052.0,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,1040.0,33052.0,,,,2.0,,,,,,,,,,,,,,,,,, +296,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,2024-02-27 14:04:27.000,2024-02-27 14:04:26,414.0,594,65.0,297.0,121.0,299.0,2188,Send push notifications to mobile devices through GCM or APNS in Django.,90.0,,99.0,29,True,['django'],5.0,2023-10-29 17:23:59.000,3.0.2,17.0,115.0,79400.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2023-10-29 17:23:59.000,90.0,79399.0,,,,3.0,,,,,,,,,,,,,,,,,, +297,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2024-02-25 00:44:33.000,2024-02-25 00:23:13,4082.0,130,63.0,358.0,41.0,369.0,2122,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,591.0,513.0,87.0,29,True,,19.0,2024-02-25 00:44:33.000,4.19.1,312.0,,7196.0,,masonite,https://pypi.org/project/masonite,2024-02-25 00:44:33.000,78.0,7196.0,,,,3.0,,,,,,,,,,,,,,,,,, +298,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,2024-01-11 21:20:06.000,2024-01-11 21:20:05,146.0,155,44.0,61.0,2.0,88.0,2081,Asynchronous Python HTTP Requests for Humans using Futures.,7218.0,6229.0,28.0,29,True,,2.0,2023-06-19 20:01:02.768,1.0.1,11.0,,1533486.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2023-06-19 20:01:02.768,989.0,1528449.0,https://anaconda.org/conda-forge/requests-futures,2023-06-20 13:15:11.629,211569.0,3.0,,,,,,,,,,,,,,,,,, +299,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/mattupstate/flask-security,https://github.com/mattupstate/flask-security,MIT,2012-03-07 19:44:05.000,2023-11-15 14:07:04.000,2020-04-23 15:22:46,932.0,506,66.0,351.0,173.0,397.0,1622,Quick and simple security for Flask applications.,8903.0,7549.0,128.0,29,False,['flask'],,2017-06-14 13:28:38.000,3.0.0,26.0,,50179.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1354.0,49681.0,https://anaconda.org/conda-forge/flask-security,2023-06-16 13:21:48.371,40905.0,2.0,,,,,,,,,,,,,,,,,, +300,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,2024-02-29 10:22:22.000,2024-02-21 21:56:19,900.0,269,31.0,247.0,154.0,180.0,1545,Improved Django model inheritance with automatic downcasting.,188.0,,114.0,29,True,['django'],29.0,2021-11-18 11:55:38.000,3.1.0,40.0,,384808.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,188.0,384129.0,https://anaconda.org/conda-forge/django_polymorphic,2023-06-16 13:15:49.260,63884.0,3.0,,,,,,,,,,,,,,,jazzband/django-polymorphic,,, +301,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,2024-02-20 14:05:00.000,2024-02-20 14:04:59,293.0,182,46.0,98.0,15.0,54.0,1417,Browsable web APIs for Flask.,6876.0,6178.0,35.0,29,True,['flask'],3.0,2023-06-05 16:50:54.000,3.1,33.0,,124797.0,,flask-api,https://pypi.org/project/flask-api,2023-06-05 16:50:38.084,698.0,124797.0,,,,2.0,,,,,,,,,,,,,,,,,, +302,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,2023-06-16 13:16:51.489,2023-02-16 01:51:50,146.0,201,38.0,52.0,44.0,33.0,1409,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",8225.0,7704.0,32.0,29,True,,,2020-08-23 06:05:26.000,2.2.0,12.0,,2820433.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,521.0,2819927.0,https://anaconda.org/conda-forge/user-agents,2023-06-16 13:16:51.489,45588.0,3.0,,,,,,,,,,,,,,,,,, +303,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2024-02-27 20:57:16.000,2023-01-27 16:44:52,813.0,267,51.0,286.0,74.0,307.0,1051,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1962.0,1628.0,67.0,29,False,,,2022-08-18 05:57:11.000,1.9.8,22.0,,439888.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,334.0,437714.0,https://anaconda.org/conda-forge/dpkt,2023-06-16 16:13:36.846,132633.0,3.0,,,,,,,,,,,,,,,,,, +304,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,2023-06-16 16:07:33.511,2021-01-12 18:36:50,1415.0,226,43.0,195.0,101.0,167.0,1050,HTTP/2 for Python.,1376.0,1247.0,43.0,29,False,,,2020-08-02 14:24:39.000,0.5.0,18.0,187.0,161573.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,129.0,161284.0,https://anaconda.org/conda-forge/hyper,2023-06-16 16:07:33.511,21068.0,3.0,,,,,,,,,,,,,,,,,, +305,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,2024-01-17 20:46:44.000,2023-11-30 09:53:39,490.0,141,22.0,180.0,58.0,152.0,1047,A helper for organizing Django project settings by relying on well established programming patterns.,3645.0,2975.0,66.0,29,True,['django'],,2023-11-30 10:00:09.000,2.5.1,24.0,,232043.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2023-10-21 09:54:06.000,670.0,231274.0,https://anaconda.org/conda-forge/django-configurations,2023-10-21 12:00:06.961,30786.0,3.0,,,,,,,,,,,,,,,,,, +306,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,2024-01-29 14:51:51.000,2022-03-09 18:46:07,381.0,212,33.0,104.0,73.0,67.0,1030,A Redis cache backend for django.,5282.0,4124.0,46.0,29,False,['django'],,2022-03-09 18:49:10.000,3.0.1,53.0,,127753.0,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022-03-09 18:49:10.000,1158.0,127174.0,https://anaconda.org/conda-forge/django-redis-cache,2023-06-16 13:15:48.268,55068.0,3.0,,,,,,,,,,,,,,,,,, +307,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.000,2021-10-22 14:38:03,379.0,243,23.0,116.0,96.0,133.0,884,Django test runner using nose.,9536.0,9536.0,63.0,29,False,['django'],,2020-08-20 02:22:45.000,1.4.7,8.0,,456705.0,,django-nose,https://pypi.org/project/django-nose,,,456705.0,,,,3.0,,,,,,,,,,,,,,,,,, +308,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,2024-01-02 14:37:20.000,2023-12-12 07:39:06,365.0,81,11.0,334.0,29.0,105.0,759,Object factory for Django.,3843.0,3811.0,52.0,29,True,['django'],3.0,2023-10-27 12:47:07.000,1.17.0,28.0,,560024.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2023-10-27 12:47:07.000,32.0,559591.0,https://anaconda.org/conda-forge/model_bakery,2023-06-16 19:18:17.599,20383.0,3.0,,,,,,,,,,,,,,,,,, +309,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,2024-02-19 17:41:33.000,2023-12-19 10:25:09,358.0,128,27.0,131.0,74.0,76.0,735,A set of high-level abstractions for Django forms.,11174.0,9951.0,73.0,29,True,['django'],1.0,2023-12-19 10:30:02.000,2.5.1,8.0,,511336.0,,django-formtools,https://pypi.org/project/django-formtools,2023-12-19 10:30:02.000,1223.0,511336.0,,,,3.0,,,,,,,,,,,,,,,,,, +310,flask-mail,mattupstate/flask-mail,email,,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,BSD-3-Clause,2012-02-29 16:39:29.000,2023-09-30 23:48:44.000,2014-11-04 19:45:41,236.0,167,26.0,81.0,100.0,44.0,579,Flask-Mail adds SMTP mail sending to your Flask applications.,3947.0,,30.0,29,False,,,2014-09-28 23:35:22.000,0.9.1,28.0,,525899.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3947.0,524733.0,https://anaconda.org/conda-forge/flask-mail,2023-06-16 13:17:02.870,104947.0,1.0,,,,,,,,,,,,,,,,,, +311,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2024-02-26 19:09:52.176,2024-02-26 16:09:33,878.0,60,6.0,42.0,,85.0,402,A Python wrapper for ngrok.,5614.0,5506.0,9.0,29,True,,73.0,2024-02-26 16:21:51.000,7.1.3,95.0,,351739.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2024-02-26 16:21:51.000,108.0,349469.0,https://anaconda.org/conda-forge/pyngrok,2024-02-26 19:09:52.176,102161.0,3.0,,,,,,,,,,,,,,,,,, +312,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,,2011-10-12 13:17:51.000,2024-02-08 11:28:46.000,2024-02-08 11:26:52,1180.0,154,24.0,342.0,48.0,191.0,378,Build Web Services with Pyramid.,1213.0,853.0,124.0,29,False,['pyramid'],16.0,2024-02-08 11:28:46.000,6.1.0,59.0,,38284.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2024-02-08 11:28:46.000,360.0,38201.0,https://anaconda.org/anaconda/cornice,2023-06-16 13:22:16.673,8065.0,3.0,,,,,,,,,,,,,,,,,, +313,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,2024-02-28 22:33:40.000,2024-01-19 21:28:55,2136.0,5859,1080.0,987.0,73.0,806.0,49660,Hunt down social media accounts by username across social networks.,,,225.0,28,True,,21.0,,,,,21996.0,,sherlock,https://pypi.org/project/sherlock,,,21996.0,,,,3.0,,,,,,,,,,,,,,,,,, +314,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,2023-10-09 02:21:52.000,2021-02-12 03:30:48,1131.0,2219,326.0,219.0,210.0,462.0,9226,Script for downloading Coursera.org videos and naming them.,247.0,233.0,85.0,28,False,,,2019-12-16 21:11:03.021,0.11.5,12.0,,1088.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018-06-03 08:31:25.000,14.0,840.0,https://anaconda.org/conda-forge/coursera-dl,2023-06-16 13:14:45.566,21625.0,3.0,,,,,,,,,,,,,,,,,, +315,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017-07-17 13:19:16.000,2024-02-29 16:32:16.000,2024-02-28 12:55:49,1254.0,319,60.0,330.0,69.0,617.0,5717,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",104.0,104.0,60.0,28,False,['openapi'],54.0,2024-01-30 14:29:48.000,6.2.0,43.0,220603.0,3342.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +316,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,2023-12-20 09:13:45.000,2019-04-03 03:05:04,1296.0,1429,278.0,168.0,387.0,199.0,4740,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",803.0,803.0,51.0,28,False,,,2022-09-24 08:54:19.425,2.0.4,4.0,,91.0,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,91.0,,,,3.0,,,,,,,,,,,,,,,,,, +317,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2023-12-24 12:59:01.000,2023-12-24 12:59:00,642.0,393,108.0,257.0,35.0,141.0,4511,A Python library for automating interaction with websites.,271.0,,55.0,28,True,,5.0,2023-07-04 19:24:03.902,1.3.0,28.0,43.0,65482.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2023-07-04 19:24:03.902,271.0,63846.0,https://anaconda.org/conda-forge/mechanicalsoup,2023-06-16 13:22:31.491,140764.0,3.0,,,,,,,,,,,,,,,,,, +318,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,2023-06-16 13:16:57.269,2023-06-08 00:01:30,89.0,336,114.0,50.0,6.0,118.0,4382,Requests + Gevent = 3.,4965.0,4282.0,28.0,28,True,,,2023-06-08 00:06:01.754,0.7.0,7.0,11.0,342905.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2023-06-08 00:06:01.754,683.0,341887.0,https://anaconda.org/conda-forge/grequests,2023-06-16 13:16:57.269,90653.0,3.0,,,,,,,,,,,,,,,,,, +319,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2023-10-25 13:52:57.000,2023-07-19 20:05:32,3310.0,304,75.0,1509.0,255.0,575.0,4102,Language-agnostic HTTP API Testing Tool.,1267.0,1052.0,111.0,28,True,['openapi'],,2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,35813.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,7006.0,,,,3.0,,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,177.0,28807.0,,,,,,,,,, +320,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.000,2021-02-28 18:04:57,5402.0,1014,173.0,501.0,101.0,292.0,3119,A Django based shop system.,308.0,223.0,96.0,28,False,['django'],,2021-02-02 21:13:24.000,1.2.4,47.0,,5186.0,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,5186.0,,,,3.0,,,,,,,,,,,,,,,,,, +321,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2024-02-29 00:04:13.000,2024-02-28 23:48:23,7772.0,694,134.0,1242.0,181.0,2971.0,3118,The free and open-source Download Manager written in pure Python.,12.0,11.0,226.0,28,True,,31.0,2020-02-20 21:04:56.000,0.4.20,89.0,100602.0,5667.0,,pyload-ng,https://pypi.org/project/pyload-ng,2024-02-29 00:04:13.000,1.0,4856.0,,,,3.0,,,,,,,,,,,,,,,,,, +322,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-01-16 21:02:04.000,2023-02-23 16:06:08,195.0,136,35.0,72.0,30.0,83.0,1749,"Awesome Django authorization, without the database.",1725.0,1585.0,28.0,28,True,['django'],,2022-03-23 08:53:01.000,3.3.0,20.0,,140816.0,,rules,https://pypi.org/project/rules,2022-03-23 08:54:01.000,140.0,140816.0,,,,3.0,,,,,,,,,,,,,,,,,, +323,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.000,2015-11-05 16:01:31,386.0,178,76.0,98.0,38.0,89.0,1608,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",984.0,,42.0,28,False,,,2017-01-22 16:51:43.000,0.7.3,36.0,,296853.0,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,984.0,296853.0,,,,3.0,,,,,,,,,,,,,,,,,, +324,OpenAPI-to-GraphQL,IBM/openapi-to-graphql,openapi-utils,,https://github.com/IBM/openapi-to-graphql,https://github.com/IBM/openapi-to-graphql,MIT,2018-09-05 18:52:16.000,2023-12-26 06:13:42.000,2023-12-26 06:13:41,685.0,206,40.0,231.0,142.0,147.0,1586,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,777.0,773.0,42.0,28,True,"['openapi', 'graphql']",8.0,2023-12-26 06:12:53.413,3.0.7,41.0,,18756.0,,,,,,,,,,3.0,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023-12-26 06:12:53.413,4.0,18756.0,,,,,,,,,, +325,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2024-01-13 08:16:09.000,2023-11-03 13:46:42,449.0,96,15.0,116.0,24.0,145.0,1549,AWS Lambda support for ASGI applications.,3675.0,3660.0,30.0,28,True,['fastapi'],,2022-11-27 11:23:00.627,0.17.0,69.0,,710417.0,,mangum,https://pypi.org/project/mangum,2022-11-27 11:23:00.627,15.0,710417.0,,,,3.0,,,,,,,,,,,,,,,,,, +326,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,2024-02-29 14:50:24.000,2024-02-21 09:01:00,337.0,151,13.0,377.0,28.0,165.0,1468,SQLAlchemy Admin for FastAPI and Starlette.,629.0,622.0,49.0,28,True,['fastapi'],9.0,2024-02-21 15:17:21.000,0.16.1,38.0,,53794.0,,sqladmin,https://pypi.org/project/sqladmin,2024-02-21 15:17:21.000,7.0,53794.0,,,,1.0,,,,,,,,,,,,,,,,,, +327,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,2024-01-17 13:21:10.000,2024-01-17 13:21:10,464.0,175,61.0,123.0,17.0,128.0,1359,"Djangos class-based generic views are awesome, lets have more of them.",2721.0,2199.0,61.0,28,True,['django'],1.0,2021-06-09 09:02:36.000,0.14.0,26.0,,90742.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,522.0,90742.0,,,,3.0,,,,,,,,,,,,,,,,,, +328,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,2024-02-06 08:44:16.000,2023-12-04 15:17:21,2005.0,339,48.0,145.0,71.0,259.0,1173,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,127.0,,78.0,28,True,,1.0,2023-05-01 13:48:42.000,2023.05.01,45.0,395.0,14210606.0,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,127.0,14210595.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,, +329,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2024-01-13 18:04:00.000,2023-12-08 16:44:29,7057.0,264,41.0,331.0,73.0,294.0,1126,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,787.0,688.0,130.0,28,False,,5.0,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,100237.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,99.0,99476.0,https://anaconda.org/conda-forge/spyne,2023-06-16 13:15:58.493,71606.0,3.0,,,,,,,,,,,,,,,,,, +330,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,2024-01-29 11:16:54.668,2024-01-28 23:53:58,202.0,77,11.0,51.0,1.0,53.0,1022,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,13139.0,12805.0,17.0,28,True,['django'],11.0,2024-01-29 00:06:40.000,8.1.0,39.0,,228819.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2024-01-29 00:06:40.000,334.0,228538.0,https://anaconda.org/conda-forge/django-cleanup,2024-01-29 11:16:54.668,12387.0,3.0,,,,,,,,,,,,,,,,,, +331,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,2023-11-22 17:43:57.000,2023-07-29 13:20:56,391.0,150,30.0,119.0,53.0,103.0,998,livereload server in python.,1681.0,,59.0,28,True,,,2020-08-22 15:34:54.000,2.6.3,31.0,,817891.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1681.0,812744.0,https://anaconda.org/conda-forge/livereload,2023-06-16 13:15:58.931,483854.0,3.0,,,,,,,,,,,,,,,,,, +332,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,2023-12-02 01:08:48.819,2023-07-27 13:43:35,922.0,382,44.0,142.0,17.0,270.0,947,Media-Management with Grappelli.,1191.0,919.0,36.0,28,True,['django'],,2023-07-27 13:46:30.000,4.0.3,41.0,,19106.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,272.0,19106.0,,,,3.0,,,,,,,,,,,,,,,,,, +333,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,2023-12-08 19:17:13.000,2023-12-08 19:11:10,451.0,151,22.0,106.0,49.0,117.0,814,Comprehensive Markdown plugin built for Django.,2594.0,2472.0,36.0,28,True,['django'],5.0,2023-12-08 19:16:52.000,4.0.7,61.0,,34083.0,,django-markdownx,https://pypi.org/project/django-markdownx,2023-12-08 19:16:52.000,122.0,34083.0,,,,3.0,,,,,,,,,,,,,,,,,, +334,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,2024-02-12 08:41:18.000,2023-07-07 11:18:01,516.0,151,116.0,125.0,50.0,52.0,800,Extract embedded metadata from HTML markup.,1106.0,1065.0,35.0,28,True,,,2023-07-07 10:41:03.731,0.15.0,24.0,,105233.0,,extruct,https://pypi.org/project/extruct,2023-07-07 10:41:03.731,41.0,105233.0,,,,3.0,,,,,,,,,,,,,,,,,, +335,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2024-01-27 07:53:25.000,2024-01-27 07:53:24,825.0,109,16.0,84.0,20.0,110.0,727,"A fast, extensible and spec-compliant Markdown parser in pure Python.",928.0,847.0,35.0,28,True,,15.0,2024-01-21 16:18:14.000,1.3.0,29.0,529.0,237821.0,,mistletoe,https://pypi.org/project/mistletoe,2024-01-21 16:11:17.000,81.0,237815.0,,,,3.0,,,,,,,,,,,,,,,,,, +336,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2024-02-01 21:53:15.000,2024-01-06 01:51:23,1054.0,143,25.0,211.0,59.0,104.0,573,Python requests like API built on top of Twisteds HTTP client.,1969.0,1551.0,51.0,28,True,,15.0,2023-11-04 05:30:33.000,release-23.11.0,21.0,256.0,92466.0,conda-forge/treq,treq,https://pypi.org/project/treq,2023-11-04 05:27:57.000,418.0,90632.0,https://anaconda.org/conda-forge/treq,2023-11-04 22:31:47.479,75139.0,3.0,,,,,,,,,,,,,,,,,, +337,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2024-01-02 20:53:12.000,2024-01-02 20:53:12,136.0,66,9.0,47.0,6.0,58.0,509,Simple DNS resolver for asyncio.,53009.0,51817.0,28.0,28,True,,1.0,2023-10-16 07:20:13.000,3.1.1,17.0,,3174764.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2023-10-16 07:20:13.000,1192.0,3170470.0,https://anaconda.org/conda-forge/aiodns,2023-06-16 16:18:11.597,223294.0,3.0,,,,,,,,,,,,,,,,,, +338,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,2023-12-15 13:55:26.000,2023-12-15 13:55:26,284.0,100,9.0,66.0,22.0,80.0,450,Flask webassets integration.,9497.0,7440.0,42.0,28,True,['flask'],3.0,2023-10-22 14:03:57.000,2.1.0,16.0,,193590.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2023-10-22 14:01:03.000,2057.0,178785.0,https://anaconda.org/conda-forge/flask-assets,2023-11-09 12:07:16.985,44417.0,2.0,,,,,,,,,,,,,,,,,, +339,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,2024-02-26 20:49:08.000,2024-02-26 20:49:07,392.0,103,7.0,414.0,52.0,83.0,391,PEP-484 stubs for django-rest-framework.,2885.0,2825.0,67.0,28,True,['django'],8.0,2023-12-05 19:21:09.000,3.14.5,24.0,,848959.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2023-12-05 19:21:09.000,60.0,848690.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2023-12-05 23:18:45.357,8899.0,3.0,,,,,,,,,,,,,,,,,, +340,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-1-Clause,2013-05-14 16:52:08.000,2024-02-20 00:22:52.000,2023-12-26 01:52:22,253.0,36,13.0,84.0,10.0,26.0,216,URI template parsing per RFC6570.,3857.0,,19.0,28,False,,4.0,2021-10-13 11:15:12.000,4.1.1,12.0,,30412362.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3857.0,30382468.0,https://anaconda.org/conda-forge/uritemplate,2023-06-16 13:14:30.428,2720426.0,3.0,,,,,,,,,,,,,,,,,, +341,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,2024-01-30 14:57:31.000,2024-01-30 14:57:31,3445.0,51,189.0,974.0,60.0,169.0,186,Python AsyncIO data API to manage billions of resources.,182.0,135.0,54.0,28,True,,19.0,2024-01-23 15:54:46.000,7.0.2,603.0,,5713.0,,guillotina,https://pypi.org/project/guillotina,2024-01-23 15:54:46.000,47.0,5713.0,,,,3.0,,,,,,,,,,,,,,,,,, +342,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,2024-02-28 22:18:29.000,2024-02-15 16:49:09,1106.0,1392,167.0,1006.0,22.0,721.0,17345,Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community:..,9.0,9.0,116.0,27,True,,34.0,2024-02-22 14:13:58.000,2024.2.1,13.0,205.0,10.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +343,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2024-02-15 00:02:03.000,2024-02-15 00:01:59,4175.0,1067,294.0,354.0,382.0,1831.0,17272,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,167.0,27,True,,116.0,,,,,,,,,,,,,,,2.0,,goaccess,,,,,,,,,,,,,,,goaccess, +344,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,2024-02-29 14:40:37.000,2024-02-29 13:41:44,4626.0,1051,279.0,4126.0,343.0,1811.0,9130,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,116.0,27,True,,131.0,2023-12-21 08:50:38.000,5.0.10,100.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +345,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,2024-02-09 06:04:34.000,2024-02-09 06:02:27,157.0,310,76.0,30.0,47.0,42.0,3825,Lighter web automation for Python.,532.0,532.0,8.0,27,True,,3.0,2023-12-08 06:49:25.000,5.0.0,19.0,,9098.0,,helium,https://pypi.org/project/helium,,,9098.0,,,,3.0,,,,,,,,,,,,,,,mherrmann/helium,,, +346,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2024-02-16 22:13:58.000,2024-02-08 08:43:55,930.0,726,143.0,196.0,28.0,320.0,3698,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,338.0,31.0,97.0,27,True,,2.0,2023-08-21 11:35:49.000,0.11.0,11.0,,65274.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2023-08-21 11:35:49.000,307.0,62996.0,https://anaconda.org/conda-forge/websockify,2023-10-01 11:25:12.968,97972.0,3.0,,,,,,,,,,,,,,,,,, +347,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.000,2019-05-21 10:57:50,891.0,789,116.0,177.0,307.0,128.0,3512,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3421.0,3143.0,29.0,27,False,['django'],,2018-10-18 06:39:57.000,1.0.8,25.0,,14298.0,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,14298.0,,,,3.0,,,,,,,,,,,,,,,,,, +348,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,2024-02-27 09:30:05.000,2024-02-24 19:26:08,1864.0,439,139.0,130.0,29.0,484.0,3093,Fast and powerful SSL/TLS scanning library.,22.0,,69.0,27,True,,2.0,2023-09-24 14:58:30.000,5.2.0,69.0,106443.0,125318.0,,sslyze,https://pypi.org/project/sslyze,2023-09-24 14:52:01.000,22.0,124377.0,,,,3.0,,,,,,,,,,,,,,,,,, +349,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.000,2018-01-03 00:17:14,233.0,1144,263.0,160.0,119.0,,2991,Python Client for Instagram API.,1158.0,791.0,52.0,27,False,,,2015-07-22 15:56:56.000,1.3.2,14.0,,5236.0,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,5236.0,,,,3.0,,,,,,,,,,,,,,,,,, +350,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2023-10-05 05:07:19.350,2022-09-11 18:40:12,473.0,187,80.0,83.0,29.0,133.0,2970,A screamingly fast Python 2/3 WSGI server written in C.,895.0,724.0,44.0,27,False,,,2022-09-19 16:03:06.582,3.2.2,30.0,,27121.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,171.0,24128.0,https://anaconda.org/conda-forge/bjoern,2023-10-05 05:07:19.350,119734.0,3.0,,,,,,,,,,,,,,,,,, +351,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2023-06-16 13:21:21.441,2022-08-01 04:59:34,549.0,151,36.0,54.0,36.0,84.0,2544,URL parsing and manipulation made easy.,685.0,,15.0,27,False,,,2021-09-27 21:31:14.000,2.1.3,51.0,,2117851.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021-09-27 21:31:14.000,685.0,2113536.0,https://anaconda.org/conda-forge/furl,2023-06-16 13:21:21.441,340949.0,3.0,,,,,,,,,,,,,,,,,, +352,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.000,2019-05-09 12:46:06,431.0,470,126.0,38.0,108.0,326.0,2417,Python framework for Telegram Bot API.,4344.0,3849.0,10.0,27,False,,,,,78.0,,23611.0,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,495.0,23611.0,,,,3.0,,,,,,,,,,,,,,,,,, +353,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2023-07-01 14:51:25.000,2023-07-01 14:51:21,2489.0,264,91.0,180.0,23.0,219.0,2343,Web Scraping Framework.,519.0,409.0,67.0,27,True,,,2018-06-24 14:27:52.000,0.6.41,120.0,,4146.0,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,110.0,4146.0,,,,3.0,,,,,,,,,,,,,,,,,, +354,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.000,2018-04-16 21:33:15,1197.0,561,80.0,182.0,134.0,336.0,1429,Facebook open graph api implementation using the Django web framework in python.,515.0,397.0,89.0,27,False,,,2015-05-26 19:01:35.000,6.0.3,152.0,,3583.0,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,3583.0,,,,3.0,,,,,,,,,,,,,,,,,, +355,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,2024-02-28 16:43:29.000,2024-02-23 17:21:55,275.0,79,16.0,84.0,20.0,53.0,1253,"Declarative model lifecycle hooks, an alternative to Signals.",317.0,307.0,33.0,27,True,['django'],4.0,2023-11-08 11:56:17.000,1.1.2,39.0,,104773.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2023-11-08 11:56:17.000,10.0,104773.0,,,,3.0,,,,,,,,,,,,,,,,,, +356,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,2024-01-18 16:09:17.000,2024-01-18 16:09:16,746.0,199,37.0,108.0,13.0,137.0,1206,Multi-user accounts for Django projects.,310.0,273.0,49.0,27,True,['django'],2.0,2023-11-23 14:43:29.000,2.3.1,55.0,,32701.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2023-11-23 14:43:29.000,37.0,32570.0,https://anaconda.org/conda-forge/django-organizations,2023-06-16 19:19:26.379,5897.0,3.0,,,,,,,,,,,,,,,,,, +357,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,2024-01-11 06:46:52.000,2024-01-11 06:40:32,640.0,139,24.0,91.0,29.0,134.0,1143,"No effort, no worry, maximum performance.",797.0,711.0,35.0,27,True,['django'],2.0,2024-01-11 06:46:52.000,2.6.2,44.0,,78211.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2024-01-11 06:46:52.000,86.0,77633.0,https://anaconda.org/conda-forge/django-cachalot,2023-06-16 13:23:58.353,44539.0,3.0,,,,,,,,,,,,,,,,,, +358,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,2024-02-26 06:28:10.000,2024-02-26 06:28:07,518.0,65,17.0,480.0,4.0,41.0,1047,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,2699.0,2584.0,24.0,27,True,['django'],13.0,2022-09-27 22:34:42.144,1.2.0,15.0,,133996.0,,django-split-settings,https://pypi.org/project/django-split-settings,2022-09-27 22:34:42.144,115.0,133996.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,, +359,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2024-02-09 14:04:04.000,2024-02-09 12:08:43,355.0,61,12.0,15.0,16.0,75.0,939,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,1364.0,1304.0,13.0,27,True,,13.0,2024-02-09 14:04:04.000,0.3.20,47.0,,83134.0,,selectolax,https://pypi.org/project/selectolax,2024-02-09 14:04:04.000,60.0,83134.0,,,,3.0,,,,,,,,,,,,,,,,,, +360,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,2024-02-27 21:38:48.000,2024-02-27 21:38:43,1617.0,69,31.0,80.0,30.0,291.0,928,The web framework for inventors.,63.0,59.0,24.0,27,True,,13.0,2024-01-28 15:21:46.000,2.5.9,100.0,,1340.0,,emmett,https://pypi.org/project/emmett,2024-01-28 15:21:46.000,4.0,1340.0,,,,3.0,,,,,,,,,,,,,,,,,, +361,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2024-02-17 04:26:31.000,2024-02-05 12:09:50,242.0,64,16.0,96.0,54.0,55.0,918,A rate limiter for Starlette and FastAPI.,1918.0,1893.0,24.0,27,True,['fastapi'],6.0,2024-02-05 12:11:50.000,0.1.9,10.0,,246665.0,,slowapi,https://pypi.org/project/slowapi,2024-02-05 12:11:50.000,25.0,246665.0,,,,1.0,,,,,,,,,,,,,,,,,, +362,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2024-02-24 07:34:55.000,2024-01-04 23:14:06,680.0,79,15.0,45.0,61.0,92.0,918,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,6632.0,6632.0,58.0,27,True,,19.0,,,,,848014.0,,hypercorn,https://pypi.org/project/hypercorn,,,848014.0,,,,3.0,,,,,,,,,,,,,,,,,, +363,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2023-12-22 13:54:49.000,2023-12-22 13:54:05,4011.0,230,39.0,271.0,28.0,412.0,885,A Django-based CMS with a focus on extensibility and concise code.,164.0,,136.0,27,True,['django'],4.0,2023-12-22 13:54:49.000,23.12.0,110.0,,5723.0,,feincms,https://pypi.org/project/feincms,2023-12-22 13:54:49.000,164.0,5723.0,,,,3.0,,,,,,,,,,,,,,,,,, +364,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,2023-11-14 04:50:46.000,2023-03-27 01:44:02,219.0,101,18.0,74.0,37.0,75.0,802,Parameterized testing with any Python test framework.,14679.0,13896.0,30.0,27,False,,,2023-03-27 02:02:06.801,0.9.0,12.0,,4937715.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,783.0,4930537.0,https://anaconda.org/conda-forge/parameterized,2023-06-16 13:22:44.707,531188.0,3.0,,,,,,,,,,,,,,,,,, +365,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,2024-02-20 15:35:45.000,2024-02-20 15:35:32,785.0,203,27.0,119.0,12.0,150.0,703,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,3478.0,3189.0,73.0,27,True,['django'],2.0,2021-12-15 15:40:40.554,0.1.4,28.0,,13228.0,,django-paypal,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,13228.0,,,,3.0,,,,,,,,,,,,,,,,,, +366,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,2023-10-27 05:40:29.389,2023-10-26 23:57:22,245.0,160,10.0,32.0,37.0,101.0,611,Prometheus exporter for Flask applications.,72.0,,27.0,27,True,['flask'],,2023-10-27 00:04:02.000,0.23.0,71.0,,5237972.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2023-10-27 00:04:02.000,72.0,5210167.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2023-10-27 05:40:29.389,1195634.0,2.0,,,,,,,,,,,,,,,,,, +367,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,2024-02-28 10:05:52.000,2024-02-28 09:57:47,262.0,94,27.0,114.0,20.0,84.0,505,Content Security Policy for Django.,111.0,79.0,55.0,27,True,['django'],16.0,2024-02-28 10:02:18.000,3.8rc1,14.0,,510801.0,,django-csp,https://pypi.org/project/django-csp,2024-02-28 10:05:52.000,32.0,510801.0,,,,3.0,,,,,,,,,,,,,,,,,, +368,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,2023-08-21 08:39:36.000,2020-12-24 16:50:31,190.0,113,10.0,73.0,55.0,45.0,499,Unittest extensions for Flask.,21499.0,19051.0,33.0,27,False,['flask'],,2020-12-24 16:51:48.000,0.8.1,18.0,,285970.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2448.0,285160.0,https://anaconda.org/conda-forge/flask-testing,2023-06-16 13:22:55.760,72120.0,3.0,,,,,,,,,,,,,,,,,, +369,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2024-01-12 06:00:08.000,2023-11-17 08:53:14,309.0,83,6.0,157.0,51.0,51.0,490,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,208.0,,46.0,27,True,,,2023-11-20 17:55:18.000,0.7.6,26.0,,1113383.0,,aioresponses,https://pypi.org/project/aioresponses,2023-11-20 17:55:18.000,208.0,1113383.0,,,,3.0,,,,,,,,,,,,,,,,,, +370,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,2024-02-20 00:26:50.000,2023-12-27 11:10:12,365.0,91,12.0,108.0,13.0,71.0,471,A set of pytest fixtures to test Flask applications.,8361.0,,36.0,27,True,['flask'],1.0,2023-10-23 14:53:24.000,1.3.0,30.0,5.0,432747.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2023-10-23 14:53:18.000,8361.0,430658.0,https://anaconda.org/conda-forge/pytest-flask,2023-10-23 16:19:46.599,81464.0,3.0,,,,,,,,,,,,,,,,,, +371,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-02-12 15:14:11.000,2023-11-15 19:00:14,1643.0,158,33.0,351.0,47.0,135.0,413,A Python HTML form library.,991.0,800.0,101.0,27,True,,,2020-12-15 23:27:03.000,2.0.15,40.0,,5980.0,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,191.0,5980.0,,,,3.0,,,,,,,,,,,,,,,,,, +372,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,2024-02-13 17:36:58.000,2023-10-17 22:52:22,655.0,169,17.0,188.0,3.0,151.0,367,"Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.0, 2.1, 2.2, 3.0 and Python 3.5+.",579.0,505.0,86.0,27,True,['django'],,2023-10-17 22:51:49.000,5.0.1,28.0,549.0,36921.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2023-10-17 22:37:39.000,74.0,36917.0,,,,3.0,,,,,,,,,,,,,,,,,, +373,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2023-06-24 14:17:52.000,2023-06-08 06:54:30,1052.0,109,19.0,125.0,30.0,100.0,333,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",15308.0,11305.0,91.0,27,True,,,2021-08-19 12:40:12.829,3.0.0,55.0,,728682.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021-08-19 12:40:12.829,4003.0,728420.0,https://anaconda.org/conda-forge/webtest,2023-06-16 16:18:49.891,13391.0,3.0,,,,,,,,,,,,,,,,,, +374,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,2023-11-22 19:12:39.000,2022-04-05 03:58:40,119.0,62,13.0,46.0,6.0,41.0,319,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,63371.0,60387.0,25.0,27,False,['flask'],,2022-04-05 03:59:51.000,1.0.1,16.0,,772822.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2984.0,772431.0,https://anaconda.org/conda-forge/flask-bcrypt,2023-06-16 13:18:03.589,35603.0,2.0,,,,,,,,,,,,,,,,,, +375,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,2024-02-06 21:31:54.349,,,855,,,,,10084,A high-level API to automate web browsers.,475.0,,,26,True,,,2024-02-06 21:00:19.000,1.41.2,108.0,,2620838.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2024-02-06 21:00:19.000,475.0,2619878.0,https://anaconda.org/microsoft/playwright,2024-02-06 21:31:54.349,31702.0,3.0,,,,,,,,,,,,,,,,,, +376,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,2024-02-24 22:52:45.000,2024-02-10 18:59:16,1342.0,300,57.0,523.0,93.0,271.0,7568,"Its React, but in Python.",122.0,116.0,21.0,26,True,,5.0,2023-07-04 05:29:39.000,reactpy-v1.0.2,109.0,,1448.0,,idom,https://pypi.org/project/idom,2023-02-26 19:45:00.617,6.0,1448.0,,,,3.0,,,,,,,,,,,,,,,reactive-python/reactpy,,, +377,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,2023-12-21 09:43:09.000,2023-10-25 00:34:24,243.0,441,71.0,111.0,154.0,112.0,4163,Unofficial Python API client for Notion.so.,818.0,780.0,35.0,26,True,,,2021-02-05 05:11:13.000,0.0.28,21.0,,6391.0,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,38.0,6391.0,,,,3.0,,,,,,,,,,,,,,,,,, +378,scdl,flyingrub/scdl,third-party-apis,,https://github.com/flyingrub/scdl,https://github.com/flyingrub/scdl,GPL-2.0,2014-10-02 19:37:42.000,2024-02-21 17:08:29.000,2022-09-04 19:08:06,298.0,307,65.0,110.0,70.0,285.0,3040,Soundcloud Music Downloader.,264.0,257.0,48.0,26,False,,,2022-09-04 19:10:21.281,2.7.3,50.0,,1148.0,,scdl,https://pypi.org/project/scdl,2022-09-04 19:10:21.281,7.0,1148.0,,,,3.0,,,,,,,,,,,,,,,,,, +379,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2024-02-08 09:08:20.000,2024-02-08 08:58:20,2122.0,398,116.0,416.0,365.0,587.0,3012,A simple CalDAV (calendar) and CardDAV (contact) server.,186.0,143.0,97.0,26,True,,4.0,2022-07-14 20:39:01.389,3.1.8,58.0,,7839.0,,radicale,https://pypi.org/project/radicale,2022-07-14 20:39:01.389,43.0,7839.0,,,,3.0,,,,,,,,,,,,,,,,,, +380,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,2024-02-28 10:01:12.000,2023-04-17 04:12:18,882.0,556,53.0,947.0,88.0,234.0,2807,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,158.0,134.0,19.0,26,True,,,2023-03-14 16:49:54.000,2.4.4rc4,38.0,1004.0,109125.0,,proxy.py,https://pypi.org/project/proxy.py,2023-03-14 16:50:47.878,24.0,109088.0,,,,3.0,,,,,,,,,,,,,,,,,, +381,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,2024-02-29 07:20:09.000,2024-02-29 07:20:06,146.0,382,107.0,97.0,39.0,296.0,2513,Reusable workflow library for Django.,319.0,287.0,27.0,26,True,['django'],20.0,2022-04-05 06:26:44.000,1.11.0,48.0,,6029.0,,django-viewflow,https://pypi.org/project/django-viewflow,2023-09-29 07:00:08.000,32.0,6029.0,,,,3.0,,,,,,,,,,,,,,,,,, +382,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.000,2020-09-25 14:34:17,1430.0,304,134.0,164.0,61.0,450.0,2511,An unofficial client library for Google Music.,635.0,489.0,51.0,26,False,,,2020-03-27 18:06:36.000,13.0.0,29.0,,342.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,342.0,,,,3.0,,,,,,,,,,,,,,,,,, +383,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,2024-02-26 05:54:53.000,2024-02-25 12:04:01,5377.0,516,81.0,457.0,122.0,1153.0,2445,"Misago is fully featured modern forum application that is fast, scalable and responsive.",47.0,47.0,43.0,26,True,,39.0,2023-12-25 10:14:56.000,0.39.0,69.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +384,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,2023-10-03 13:29:29.000,2020-03-09 20:52:03,3155.0,742,130.0,160.0,39.0,406.0,2100,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,842.0,678.0,71.0,26,False,['django'],,2016-09-27 13:25:46.000,0.18.1,29.0,,988.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,988.0,,,,3.0,,,,,,,,,,,,,,,,,, +385,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,2023-12-29 18:47:55.000,2023-12-14 15:17:45,962.0,188,65.0,182.0,54.0,163.0,2041,A Django app that creates automatic web UIs for Python scripts.,45.0,44.0,24.0,26,True,,8.0,2023-11-21 13:38:31.000,0.13.3,40.0,,543.0,,wooey,https://pypi.org/project/wooey,2023-11-21 13:38:31.000,1.0,543.0,,,,3.0,,,,,,,,,,,,,,,,,, +386,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2023-11-21 21:56:09.000,2023-03-03 17:53:06,380.0,188,88.0,173.0,54.0,38.0,1616,Python email address and Mime parsing library.,599.0,506.0,57.0,26,True,,,2023-03-03 17:53:47.000,0.9.15,62.0,,25137.0,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,93.0,25137.0,,,,2.0,,,,,,,,,,,,,,,,,, +387,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,2023-06-29 15:16:48.000,2023-06-29 15:16:47,333.0,117,37.0,35.0,10.0,63.0,1606,Server-side rendering of React components.,907.0,859.0,22.0,26,True,,,2018-10-08 09:55:41.000,4.3.0,15.0,,11551.0,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,11551.0,,,,3.0,,,,,,,,,,,,,,,,,, +388,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.000,2020-07-10 10:16:08,437.0,401,88.0,117.0,36.0,129.0,1576,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",2385.0,1590.0,65.0,26,False,['django'],,2015-12-15 08:53:11.000,2.5.7,45.0,,3838.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,795.0,3838.0,,,,3.0,,,,,,,,,,,,,,,,,, +389,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.000,2016-09-03 23:19:38,565.0,337,74.0,112.0,107.0,66.0,1217,Official repository for gevent-socketio.,1625.0,1372.0,60.0,26,False,,,2014-02-03 05:14:23.000,0.3.6,9.0,,2510.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,2510.0,,,,3.0,,,,,,,,,,,,,,,,,, +390,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,2023-01-14 14:30:02.448,2023-01-14 14:27:28,472.0,131,32.0,89.0,21.0,199.0,1184,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",756.0,645.0,43.0,26,False,['django'],,2023-01-14 14:30:02.448,1.6.3,35.0,,21835.0,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,111.0,21835.0,,,,3.0,,,,,,,,,,,,,,,,,, +391,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.000,2023-12-17 20:05:28,761.0,89,28.0,47.0,1.0,443.0,1144,An object oriented high-level Python Web Framework that requires no frontend programming.,462.0,455.0,20.0,26,True,,7.0,2023-09-20 13:07:43.000,0.14.0,75.0,,2249.0,,justpy,https://pypi.org/project/justpy,2023-09-20 13:07:43.000,7.0,2249.0,,,,3.0,,,,,,,,,,,,,,,justpy-org/justpy,,, +392,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,2023-06-16 13:23:47.208,2019-12-18 13:33:49,666.0,279,41.0,119.0,123.0,126.0,1041,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2965.0,2733.0,39.0,26,False,['flask'],,2018-04-16 17:42:06.000,0.6.21,54.0,,18198.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,232.0,17490.0,https://anaconda.org/conda-forge/flask-user,2023-06-16 13:23:47.208,63055.0,3.0,,,,,,,,,,,,,,,,,, +393,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2024-02-28 18:29:41.000,2023-06-09 10:55:35,1203.0,391,35.0,110.0,44.0,89.0,1024,Simple yet powerful authorization / authentication client library for Python web applications.,253.0,,47.0,26,True,,,2023-06-08 18:10:01.850,1.2.1,22.0,,2205.0,,authomatic,https://pypi.org/project/authomatic,2023-06-08 18:10:01.850,253.0,2205.0,,,,3.0,,,,,,,,,,,,,,,,,, +394,django-summernote,summernote/django-summernote,django-utils,,https://github.com/summernote/django-summernote,https://github.com/summernote/django-summernote,MIT,2013-07-16 12:07:21.000,2024-02-16 21:48:38.000,2024-02-16 08:33:16,560.0,224,36.0,152.0,70.0,287.0,991,Simply integrate Summernote editor with Django project.,229.0,,72.0,26,True,['django'],4.0,2021-10-14 19:12:56.000,0.8.19.0,73.0,,54665.0,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,229.0,54665.0,,,,3.0,,,,,,,,,,,,,,,,,, +395,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.000,2017-02-16 12:03:00,544.0,276,25.0,153.0,19.0,219.0,947,Plug and play continuous integration with django and jenkins.,2001.0,1395.0,70.0,26,False,['django'],,2016-09-15 09:54:04.000,0.110.0,19.0,,26060.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,26060.0,,,,3.0,,,,,,,,,,,,,,,,,, +396,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,2023-08-04 15:50:54.000,2023-05-10 16:47:01,195.0,160,50.0,53.0,35.0,39.0,857,WebSocket emulation - Python server.,2982.0,2236.0,36.0,26,True,,,2020-04-24 15:02:06.000,1.0.7,11.0,,19195.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,746.0,19139.0,https://anaconda.org/conda-forge/sockjs-tornado,2023-06-16 19:26:46.613,1761.0,3.0,,,,,,,,,,,,,,,,,, +397,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,2024-02-02 11:41:30.000,2023-02-20 14:22:02,581.0,153,31.0,95.0,45.0,98.0,834,Full control of form rendering in the templates.,3305.0,2093.0,48.0,26,False,['django'],,2020-05-20 02:41:28.000,1.9.0,27.0,,37094.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1212.0,37094.0,,,,3.0,,,,,,,,,,,,,,,,,, +398,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,2024-01-15 20:05:47.000,2024-01-15 15:14:26,164.0,85,18.0,71.0,14.0,51.0,834,Helps working with singletons - things like global settings that you want to edit from the admin site.,2529.0,2203.0,46.0,26,False,['django'],4.0,2024-01-13 20:05:03.000,2.2.0,15.0,,184044.0,,django-solo,https://pypi.org/project/django-solo,2024-01-13 20:05:03.000,326.0,184044.0,,,,3.0,,,,,,,,,,,,,,,,,, +399,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,2023-06-16 13:23:04.175,2021-04-13 17:30:55,220.0,118,36.0,105.0,28.0,33.0,766,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,252.0,,34.0,26,False,,,2020-11-19 17:10:42.000,2.4.0,27.0,,1736365.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,252.0,1733731.0,https://anaconda.org/conda-forge/opentracing,2023-06-16 13:23:04.175,200211.0,3.0,,,,,,,,,,,,,,,,,, +400,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,2024-02-27 05:04:35.000,2024-02-21 12:51:52,1374.0,155,21.0,262.0,53.0,133.0,728,Automatically monitor the evolving performance of Flask/Python web services.,15.0,,37.0,26,True,['flask'],8.0,2023-12-05 12:30:17.000,3.2.2,48.0,,10958.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2023-12-05 12:30:17.000,15.0,10958.0,,,,3.0,,,,,,,,,,,,,,,,,, +401,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,2023-09-12 00:45:09.000,2022-08-11 23:30:54,224.0,146,22.0,93.0,112.0,67.0,643,Build and document REST APIs with Flask and apispec.,1515.0,1469.0,32.0,26,False,['flask'],,2022-08-11 23:33:04.168,0.11.4,30.0,,376783.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,46.0,375185.0,https://anaconda.org/conda-forge/flask-apispec,2023-06-16 13:24:09.005,134270.0,2.0,,,,,,,,,,,,,,,,,, +402,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,2024-01-28 16:39:54.000,2023-07-18 18:50:59,277.0,75,12.0,89.0,15.0,95.0,580,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",2468.0,2460.0,41.0,26,True,['fastapi'],,2023-07-18 18:53:18.000,1.4.1,89.0,,204555.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023-07-18 18:53:18.000,8.0,204555.0,,,,2.0,,,,,,,,,,,,,,,,,, +403,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,2023-06-16 13:20:31.304,2020-09-29 10:30:18,120.0,92,29.0,29.0,21.0,14.0,456,A swagger 2.0 spec extractor for flask.,10560.0,10219.0,24.0,26,False,['flask'],,2019-03-26 11:27:48.000,0.2.14,17.0,,779596.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,341.0,778841.0,https://anaconda.org/conda-forge/flask-swagger,2023-06-16 13:20:31.304,61959.0,3.0,,,,,,,,,,,,,,,,,, +404,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.000,2020-07-20 15:14:25,547.0,228,28.0,123.0,95.0,26.0,371,Python Simple SOAP Library.,1456.0,1323.0,51.0,26,False,,,2023-11-08 01:43:05.000,1.08.22,15.0,,14722.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2023-10-24 01:20:23.000,133.0,14722.0,,,,3.0,,,,,,,,,,,,,,,,,, +405,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,2023-10-23 05:36:49.714,2023-10-23 03:31:30,155.0,79,7.0,34.0,9.0,65.0,277,Pagination support for flask.,3131.0,3082.0,27.0,26,True,['flask'],,2023-10-23 03:36:17.000,2023.10.24,36.0,56.0,95282.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2023-10-23 03:33:00.000,49.0,94771.0,https://anaconda.org/conda-forge/flask-paginate,2023-10-23 05:36:49.714,20433.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,2023-06-16 13:20:43.209,2019-10-18 01:30:15,123.0,51,7.0,20.0,14.0,34.0,104,Python 3.3+s ipaddress for older Python versions.,42732.0,35923.0,7.0,26,False,,,2019-10-18 01:30:27.000,1.0.23,22.0,,4839969.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6809.0,4829399.0,https://anaconda.org/conda-forge/ipaddress,2023-06-16 13:20:43.209,951302.0,3.0,,,,,,,,,,,,,,,,,, +407,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,2023-04-24 14:46:59.000,2022-01-21 21:56:58,391.0,325,170.0,106.0,49.0,54.0,8852,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",64.0,55.0,29.0,25,False,,,2021-03-05 14:17:53.000,2.1.0,24.0,,783.0,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,9.0,783.0,,,,3.0,,,,,,,,,,,,,,,,,, +408,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.000,2020-03-20 17:53:14,736.0,593,351.0,43.0,94.0,68.0,8627,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,151.0,119.0,23.0,25,False,,,2018-11-09 13:14:51.000,0.1.2,8.0,,199.0,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,32.0,199.0,,,,3.0,,,,,,,,,,,,,,,,,, +409,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2023-07-12 06:56:48.000,2022-05-05 14:10:10,2114.0,506,213.0,333.0,397.0,478.0,3984,"Lightweight, scriptable browser as a service with an HTTP API.",10.0,,62.0,25,False,,,2020-01-09 19:09:29.000,3.4.1,30.0,,427.0,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,427.0,,,,3.0,,,,,,,,,,,,,,,,,, +410,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.000,2021-12-17 16:00:19,208.0,571,100.0,101.0,42.0,63.0,3775,Scrape the Twitter Frontend API without authentication.,3939.0,3939.0,31.0,25,False,,,,,,,1220.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,,,1220.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.000,2015-06-07 19:46:28,103.0,345,111.0,31.0,60.0,30.0,3688,Your friendly neighborhood web scraper.,1125.0,943.0,10.0,25,False,,,2015-06-07 19:47:05.000,0.5.3,13.0,,15971.0,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,15971.0,,,,3.0,,,,,,,,,,,,,,,,,, +412,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-01-12 21:01:15.000,2023-01-24 18:02:27,227.0,908,73.0,91.0,135.0,118.0,3580,A tool for extracting plain text from Wikipedia dumps.,344.0,337.0,31.0,25,False,,,2023-01-24 18:46:33.000,3.0.7,4.0,,2382.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,2382.0,,,,3.0,,,,,,,,,,,,,,,,,, +413,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.000,2017-07-31 02:40:23,667.0,318,124.0,116.0,101.0,86.0,3453,Static site generator for designers. Uses Python and Django templates.,1651.0,1228.0,52.0,25,False,['django'],,2021-12-15 15:49:39.278,3.0.0,20.0,,241.0,,cactus,https://pypi.org/project/cactus,2021-12-15 15:49:39.278,423.0,241.0,,,,3.0,,,,,,,,,,,,,,,,,, +414,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.1,2012-07-23 11:05:58.000,2024-02-29 08:16:53.000,2024-02-29 08:16:52,3724.0,284,89.0,724.0,84.0,108.0,2392,Load and performance benchmark tool.,14.0,11.0,116.0,25,False,,36.0,2024-02-29 07:45:21.000,2.0.0,44.0,,604.0,,yandextank,https://pypi.org/project/yandextank,2024-02-29 07:45:21.000,3.0,604.0,,,,3.0,,,,,,,,,,,,,,,,,, +415,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.000,2020-07-28 11:36:45,262.0,560,89.0,91.0,130.0,155.0,2357,Scrape Twitter for Tweets.,510.0,510.0,34.0,25,False,,,2020-07-22 15:08:13.000,1.6.0,6.0,,634.0,,twitterscraper,https://pypi.org/project/twitterscraper,,,634.0,,,,3.0,,,,,,,,,,,,,,,,,, +416,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,2024-01-16 04:53:27.000,2024-01-16 04:53:27,8289.0,883,223.0,1419.0,364.0,697.0,2073,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,40.0,40.0,261.0,25,True,,3.0,2020-03-21 20:19:46.000,2.19.1,24.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +417,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.000,2019-11-28 10:27:42,205.0,267,124.0,69.0,32.0,27.0,1843,A pure-python HTML screen-scraping library.,241.0,138.0,25.0,25,False,,,2019-11-28 11:03:32.000,0.14.1,13.0,,1098.0,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,103.0,1098.0,,,,3.0,,,,,,,,,,,,,,,,,, +418,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.000,2017-05-30 17:23:01,57.0,149,45.0,25.0,27.0,33.0,1740,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,449.0,,13.0,25,False,['flask'],,2016-06-05 02:14:01.000,0.2.1,3.0,,70707.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,449.0,70707.0,,,,3.0,,,,,,,,,,,,,,,,,, +419,fastapi-utils,dmontagu/fastapi-utils,fastapi-utils,,https://github.com/dmontagu/fastapi-utils,https://github.com/dmontagu/fastapi-utils,MIT,2020-01-19 22:34:25.000,2024-02-06 17:52:31.000,2023-03-19 18:34:49,22.0,157,16.0,225.0,60.0,14.0,1689,Reusable utilities for FastAPI.,3558.0,3494.0,2.0,25,True,['fastapi'],,2020-03-07 05:55:04.000,0.2.1,4.0,,1289500.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,64.0,1289500.0,,,,2.0,,,,,,,,,,,,,,,,,, +420,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.000,2022-06-03 06:57:29,384.0,270,32.0,630.0,63.0,54.0,1467,A toolkit for developing and deploying serverless Python code in AWS Lambda.,238.0,205.0,48.0,25,False,,,2021-01-05 04:42:47.000,11.8.0,49.0,,5585.0,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,5585.0,,,,3.0,,,,,,,,,,,,,,,,,, +421,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,2023-06-16 16:17:00.297,2020-08-07 18:38:18,97.0,145,27.0,38.0,42.0,24.0,1318,Adds GraphQL support to your Flask application.,3277.0,3065.0,15.0,25,False,"['flask', 'graphql']",,2019-12-05 15:32:32.000,2.0.1,10.0,,151191.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,212.0,150853.0,https://anaconda.org/conda-forge/flask-graphql,2023-06-16 16:17:00.297,17948.0,2.0,,,,,,,,,,,,,,,,,, +422,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.000,2016-03-05 15:18:30,218.0,165,31.0,72.0,59.0,28.0,1275,A drop-in replacement for Djangos runserver.,462.0,393.0,39.0,25,False,['django'],,2014-05-02 19:10:18.000,0.8.0,24.0,,5223.0,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,5223.0,,,,3.0,,,,,,,,,,,,,,,,,, +423,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.000,2022-09-03 23:28:35,189.0,74,40.0,86.0,2.0,40.0,977,Beautifully simple class-based views.,919.0,672.0,31.0,25,False,['django'],,2021-05-09 09:56:51.000,3.0.0,15.0,,6912.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,6912.0,,,,3.0,,,,,,,,,,,,,,,,,, +424,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.000,2023-02-20 18:13:51,300.0,162,26.0,73.0,22.0,56.0,868,Automatic caching and invalidation for Django models through the ORM.,388.0,276.0,27.0,25,True,['django'],,2022-07-06 18:41:15.000,1.2.0,10.0,,11652.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,11652.0,,,,3.0,,,,,,,,,,,,,,,,,, +425,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,2024-02-09 14:33:01.000,2024-02-09 14:29:08,290.0,82,18.0,68.0,18.0,54.0,776,Freezes a Flask application into a set of static files.,3779.0,3192.0,29.0,25,False,['flask'],6.0,2024-02-09 14:33:23.000,1.0.2,21.0,72.0,60461.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,2024-02-09 14:32:16.000,587.0,59631.0,https://anaconda.org/conda-forge/frozen-flask,2023-06-16 13:21:09.547,73944.0,3.0,,,,,,,,,,,,,,,,,, +426,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,2024-02-29 15:54:47.000,2024-01-04 20:28:35,285.0,158,15.0,137.0,74.0,72.0,643,"Yet another Django audit log app, hopefully the simplest one.",248.0,236.0,46.0,25,True,['django'],11.0,2023-06-13 14:41:01.137,1.3.5,56.0,,39750.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,2023-08-21 14:01:17.000,12.0,39750.0,,,,3.0,,,,,,,,,,,,,,,,,, +427,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,2023-07-11 11:44:02.719,2023-07-11 11:37:47,489.0,66,11.0,152.0,11.0,46.0,596,Useful additions to Djangos default TestCase.,1261.0,,33.0,25,True,['django'],,2023-07-11 11:44:02.719,2.2.3,37.0,,62498.0,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2023-07-11 11:44:02.719,1261.0,62120.0,https://anaconda.org/conda-forge/django-test-plus,2023-06-16 13:22:55.415,29536.0,3.0,,,,,,,,,,,,,,,,,, +428,ghapi,fastai/ghapi,third-party-apis,,https://github.com/fastai/ghapi,https://github.com/fastai/ghapi,Apache-2.0,2020-11-21 01:10:28.000,2023-06-14 04:45:01.503,2023-06-14 04:39:28,304.0,56,9.0,36.0,49.0,85.0,500,A delightful and complete interface to GitHubs amazing API.,1290.0,1226.0,16.0,25,True,,,2023-06-14 04:45:01.503,1.0.4,28.0,,801812.0,,ghapi,https://pypi.org/project/ghapi,2023-06-14 04:45:01.503,64.0,801812.0,,,,3.0,,,,,,,,,,,,,,,,,, +429,django-robots,jazzband/django-robots,django-utils,,https://github.com/jazzband/django-robots,https://github.com/jazzband/django-robots,BSD-3-Clause,2009-09-20 15:27:41.000,2024-02-19 17:41:56.000,2023-12-09 12:55:54,339.0,94,13.0,87.0,20.0,47.0,450,A Django app for managing robots.txt files following the robots exclusion protocol.,1894.0,1336.0,45.0,25,True,['django'],4.0,2023-09-07 12:15:53.000,6.1,29.0,,41172.0,,django-robots,https://pypi.org/project/django-robots,2023-12-09 13:03:38.000,558.0,41172.0,,,,3.0,,,,,,,,,,,,,,,,,, +430,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,2024-02-21 11:06:07.000,2024-02-16 02:15:18,469.0,48,5.0,292.0,68.0,116.0,437,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",309.0,299.0,14.0,25,True,['fastapi'],32.0,2024-02-04 21:27:56.000,0.13.2,58.0,,43801.0,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,2024-02-04 21:27:56.000,10.0,43622.0,https://anaconda.org/conda-forge/starlette-admin,2024-01-21 23:54:26.115,1259.0,3.0,,,,,,,,,,,,,,,,,, +431,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,2024-02-12 04:36:00.000,2023-11-07 07:37:29,149.0,21,5.0,98.0,6.0,32.0,414,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,811.0,787.0,7.0,25,True,['fastapi'],,2023-02-16 22:18:00.698,0.3.6,18.0,,518751.0,,starlette-context,https://pypi.org/project/starlette-context,2023-02-16 22:18:00.698,24.0,518751.0,,,,3.0,,,,,,,,,,,,,,,,,, +432,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,2023-10-15 13:22:39.000,2023-10-15 13:22:36,97.0,50,15.0,44.0,2.0,47.0,365,Formatting of dates and times in Flask templates using moment.js.,25709.0,23441.0,22.0,25,True,['flask'],,2023-08-21 18:40:23.000,1.0.5,23.0,,45333.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2022-10-05 14:13:24.427,2268.0,44790.0,https://anaconda.org/conda-forge/flask-moment,2023-06-16 13:18:41.479,48348.0,3.0,,,,,,,,,,,,,,,,,, +433,flask_pydantic,bauerji/flask_pydantic,flask-utils,,https://github.com/bauerji/flask-pydantic,https://github.com/bauerji/flask-pydantic,MIT,2020-01-06 17:45:59.000,2024-02-07 01:01:21.000,2024-01-08 16:14:23,162.0,55,7.0,45.0,20.0,25.0,325,flask extension for integration with the awesome pydantic package.,557.0,552.0,13.0,25,True,['flask'],7.0,2024-01-08 16:25:14.000,0.12.0,24.0,,172136.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,2024-01-08 16:25:14.000,5.0,172136.0,,,,3.0,,,,,,,,,,,,,,,,,, +434,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-02-12 05:11:03.000,2024-02-12 04:59:15,212.0,34,2.0,49.0,7.0,42.0,287,Prometheus exporter for Starlette and FastAPI.,11.0,,25.0,25,True,['fastapi'],26.0,2024-02-12 05:11:04.000,0.21.0,26.0,,1272158.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2024-02-12 05:01:47.000,11.0,1272158.0,,,,2.0,,,,,,,,,,,,,,,,,, +435,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,2024-02-24 09:49:25.000,2024-02-24 09:43:55,602.0,114,14.0,140.0,21.0,73.0,283,Graphene MongoEngine integration.,351.0,338.0,38.0,25,True,['graphql'],4.0,2024-02-24 09:49:25.000,0.4.2,36.0,,10843.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2024-02-24 09:49:25.000,13.0,10691.0,https://anaconda.org/conda-forge/graphene-mongo,2023-06-16 19:18:19.405,7189.0,2.0,,,,,,,,,,,,,,,,,, +436,Flask-OpenID,pallets-eco/flask-openid,auth,,https://github.com/pallets-eco/flask-openid,https://github.com/pallets-eco/flask-openid,BSD-3-Clause,2010-05-06 11:08:54.000,2023-11-01 14:43:45.000,2021-11-23 16:48:39,93.0,72,19.0,25.0,6.0,40.0,232,Flask-OpenID adds openid support to flask applications.,8140.0,6791.0,15.0,25,False,['flask'],,2021-09-08 22:09:37.000,1.3.0,13.0,17.0,1433664.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1349.0,1432039.0,https://anaconda.org/conda-forge/flask-openid,2023-06-16 13:19:07.189,141381.0,3.0,,,,,,,,,,,,,,,,,, +437,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2023-07-20 15:27:19.648,2022-10-19 05:40:44,195.0,55,10.0,44.0,17.0,34.0,219,Python HTTP Agent Parser.,3619.0,3354.0,35.0,25,False,,,2022-10-19 05:57:00.902,1.9.5,58.0,,233912.0,,httpagentparser,https://pypi.org/project/httpagentparser,2023-07-20 15:27:19.648,265.0,233912.0,,,,3.0,,,,,,,,,,,,,,,,,, +438,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,2023-06-16 13:21:37.925,2022-07-23 13:48:14,182.0,38,18.0,20.0,10.0,23.0,145,A library to help construct a graphql-py server supporting react-relay.,16700.0,16219.0,10.0,25,False,,,2022-04-16 11:03:43.000,3.2.0,27.0,,1833042.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,481.0,1829586.0,https://anaconda.org/conda-forge/graphql-relay,2023-06-16 13:21:37.925,266182.0,2.0,,,,,,,,,,,,,,,,,, +439,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,2024-02-05 03:40:40.000,2024-02-05 03:35:38,1210.0,83,13.0,213.0,40.0,139.0,94,Pyramid debug toolbar.,28.0,,70.0,25,True,['pyramid'],38.0,2020-02-11 00:39:55.921,4.6.1,66.0,,2716549.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2024-02-05 03:40:27.000,28.0,2716420.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2023-06-16 19:25:02.720,4528.0,3.0,,,,,,,,,,,,,,,,,, +440,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,2024-01-04 18:02:21.000,2022-12-20 10:27:06,326.0,1421,325.0,86.0,48.0,66.0,10377,Incredibly fast crawler designed for OSINT.,5.0,,21.0,24,False,,,2019-04-05 15:15:47.000,1.3.0,18.0,,400.0,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,400.0,,,,3.0,,,,,,,,,,,,,,,,,, +441,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,2022-06-04 23:33:40.000,2019-11-14 10:11:13,444.0,604,114.0,51.0,138.0,220.0,2855,A Python library to access Instagrams private API.,13.0,,5.0,24,False,,,2019-02-22 08:05:21.000,1.6.0,39.0,,20877.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,13.0,20877.0,,,,3.0,,,,,,,,,,,,,,,,,, +442,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-01-14 12:37:50.000,2023-03-13 06:51:20,1961.0,600,120.0,318.0,45.0,304.0,2518,A classic Forum Software in Python using Flask.,39.0,30.0,67.0,24,True,['flask'],,2021-09-09 20:26:21.000,2.1.0,4.0,,112.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,9.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,, +443,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,2024-02-28 12:15:42.000,2024-01-18 08:02:36,382.0,319,35.0,40.0,45.0,71.0,2414,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",276.0,276.0,13.0,24,True,['fastapi'],1.0,2021-08-31 03:30:19.000,1.0.3,26.0,,3927.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3927.0,,,,3.0,,,,,,,,,,,,,,,,,, +444,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,2024-02-28 12:15:42.000,2024-01-18 08:02:36,382.0,319,35.0,40.0,45.0,71.0,2414,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",276.0,276.0,13.0,24,True,['fastapi'],1.0,2021-08-31 03:30:19.000,1.0.3,26.0,,3927.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3927.0,,,,2.0,,,,,,,,,,,,,,,,,, +445,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.000,2022-03-31 19:56:40,478.0,370,89.0,117.0,71.0,,1911,Alexa Skills Kit for Python.,893.0,760.0,42.0,24,False,['flask'],,2018-02-28 21:57:01.000,0.9.8,34.0,,445.0,,flask-ask,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,133.0,445.0,,,,3.0,,,,,,,,,,,,,,,,,, +446,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2023-06-16 19:27:19.192,2023-03-30 11:19:04,2415.0,374,51.0,208.0,98.0,424.0,1775,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,34.0,27.0,163.0,24,False,,,2021-12-15 14:07:20.549,6.5.4,42.0,,810.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-12-15 14:07:20.549,7.0,233.0,https://anaconda.org/conda-forge/offlineimap,2023-06-16 19:27:19.192,16756.0,3.0,,,,,,,,,,,,,,,,,, +447,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,2023-06-16 16:09:08.933,2019-08-14 04:58:34,139.0,737,10.0,5.0,1.0,4.0,1563,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",5517.0,,6.0,24,False,['flask'],,,,36.0,,176795.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5517.0,176565.0,https://anaconda.org/conda-forge/flask-bootstrap,2023-06-16 16:09:08.933,15474.0,3.0,,,,,,,,,,,,,,,,,, +448,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.000,2023-01-28 08:44:21,498.0,145,15.0,89.0,57.0,40.0,1281,A dynamic FastAPI router that automatically creates CRUD routes for your models.,218.0,212.0,21.0,24,False,['fastapi'],,2023-01-28 08:54:45.000,0.8.6,27.0,15.0,15741.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,15741.0,,,,2.0,,,,,,,,,,,,,,,,,, +449,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,2023-09-18 11:10:47.000,2019-11-29 15:30:27,923.0,214,163.0,258.0,101.0,77.0,1273,A scalable frontier for web crawlers.,51.0,36.0,41.0,24,False,,,2021-12-15 16:24:14.316,0.3.2,22.0,,727.0,,frontera,https://pypi.org/project/frontera,2019-04-05 16:36:41.000,15.0,727.0,,,,3.0,,,,,,,,,,,,,,,,,, +450,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2024-02-08 17:07:23.000,2021-08-09 23:54:18,298.0,334,19.0,107.0,39.0,97.0,1261,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,35.0,3.0,39.0,24,False,['openapi'],,2020-03-10 02:57:20.472,1.1.0,61.0,,20984.0,,,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,32.0,20984.0,,,,,,,,,, +451,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.000,2020-10-20 08:42:33,157.0,92,23.0,62.0,36.0,35.0,744,a flask profiler which watches endpoint calls and tries to make some analysis.,357.0,348.0,29.0,24,False,['flask'],,2018-11-19 23:11:10.000,1.8.1,39.0,,34508.0,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,9.0,34508.0,,,,3.0,,,,,,,,,,,,,,,,,, +452,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2024-01-02 14:08:35.000,2024-01-02 14:08:26,207.0,90,17.0,51.0,,59.0,619,a small library for extracting rich content from urls.,2991.0,2797.0,27.0,24,True,,1.0,2023-06-19 13:24:07.578,0.5.5,25.0,,27977.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2023-06-19 13:24:07.578,194.0,27600.0,https://anaconda.org/conda-forge/micawber,2023-07-10 11:27:45.154,13976.0,3.0,,,,,,,,,,,,,,,,,, +453,fastapi_login,MushroomMaula/fastapi_login,auth,,https://github.com/MushroomMaula/fastapi_login,https://github.com/MushroomMaula/fastapi_login,MIT,2019-10-21 14:47:00.000,2024-02-27 05:01:57.000,2024-02-27 05:01:52,469.0,55,8.0,76.0,8.0,53.0,570,FastAPI-Login tries to provide similar functionality as Flask-Login does.,798.0,795.0,14.0,24,True,['fastapi'],8.0,2024-01-21 09:26:38.000,1.9.3,30.0,3.0,23339.0,,fastapi_login,https://pypi.org/project/fastapi_login,2024-01-21 09:26:38.000,3.0,23339.0,,,,3.0,,,,,,,,,,,,,,,,,, +454,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,2024-02-25 18:16:15.000,2024-02-01 06:22:44,886.0,27,13.0,607.0,3.0,29.0,530,"#1 quality TLS certs while you wait, for the discerning tester.",695.0,638.0,21.0,24,True,,2.0,2023-07-10 06:58:01.555,1.1.0,14.0,,133215.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2023-07-10 06:58:01.555,57.0,132994.0,https://anaconda.org/conda-forge/trustme,2023-07-10 13:47:34.286,8619.0,3.0,,,,,,,,,,,,,,,,,, +455,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,2022-07-03 21:17:25.000,2014-07-30 05:44:44,181.0,184,34.0,51.0,108.0,35.0,394,A python module for retrieving and parsing WHOIS data.,795.0,527.0,7.0,24,False,,,2022-07-03 21:17:25.000,0.8.0,22.0,,202467.0,,python-whois,https://pypi.org/project/python-whois,2022-07-03 21:17:25.000,268.0,202467.0,,,,3.0,,,,,,,,,,,,,,,,,, +456,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.000,2022-06-06 19:18:46,431.0,63,16.0,90.0,,,373,Generating short urls with python has never been easier.,11701.0,11599.0,24.0,24,False,,,2020-03-19 17:55:20.000,1.0.1,27.0,,88464.0,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,102.0,88464.0,,,,3.0,,,,,,,,,,,,,,,,,, +457,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,2024-02-22 01:11:17.000,2023-11-29 00:53:39,374.0,62,15.0,134.0,6.0,137.0,339,"Strong, Simple, and Precise security for Flask APIs (using jwt).",416.0,408.0,27.0,24,True,['flask'],,2023-11-29 00:38:54.000,1.5.0,48.0,,4402.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2023-11-29 00:38:54.000,8.0,4402.0,,,,3.0,,,,,,,,,,,,,,,,,, +458,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-01-11 03:15:22.000,2020-04-06 23:28:44,224.0,97,16.0,44.0,19.0,41.0,339,HTTP request/response parser for python in C.,599.0,516.0,31.0,24,False,,,2020-04-06 23:00:26.000,0.9.0,36.0,,16910.0,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,83.0,16910.0,,,,3.0,,,,,,,,,,,,,,,,,, +459,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,2024-02-03 03:05:29.000,2024-01-26 10:32:33,475.0,71,8.0,251.0,18.0,94.0,301,API spec validator and OpenAPI document generator for Python web frameworks.,93.0,88.0,42.0,24,True,['openapi'],9.0,2024-01-26 10:30:44.000,1.2.9,90.0,,45622.0,,spectree,https://pypi.org/project/spectree,2024-01-26 10:30:44.000,5.0,45622.0,,,,3.0,,,,,,,,,,,,,,,,,, +460,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.000,2021-05-15 21:00:41,192.0,38,12.0,40.0,16.0,15.0,296,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4331.0,3955.0,18.0,24,False,,,2017-05-12 14:54:05.000,1.3.1,25.0,,62503.0,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,376.0,62503.0,,,,3.0,,,,,,,,,,,,,,,,,, +461,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,2024-02-23 17:10:38.000,2024-02-23 17:10:32,339.0,44,12.0,62.0,12.0,45.0,284,Trame lets you weave various components and technologies into a Web Application solely written in Python.,31.0,,18.0,24,True,,52.0,2024-02-01 23:49:55.000,3.5.2,136.0,223.0,39265.0,,trame,https://pypi.org/project/trame,2024-02-01 23:49:49.000,31.0,39257.0,,,,3.0,,,,,,,,,,,,,,,,,, +462,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,2024-02-19 02:24:43.000,2024-02-06 10:21:39,536.0,42,15.0,149.0,3.0,75.0,270,"a socket mock framework - for all kinds of socket animals, web-clients included.",120.0,91.0,26.0,24,True,,34.0,2024-02-06 10:26:44.000,3.12.4,93.0,,4974.0,,mocket,https://pypi.org/project/mocket,2024-02-06 10:22:52.000,29.0,4974.0,,,,3.0,,,,,,,,,,,,,,,,,, +463,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,2023-07-28 11:51:11.738,2023-07-27 00:32:55,196.0,40,5.0,32.0,12.0,39.0,264,Adds Injector support to Flask.,947.0,881.0,13.0,24,True,['flask'],,2023-07-27 00:33:16.000,0.15.0,28.0,,60834.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2023-07-27 00:33:16.000,66.0,60672.0,https://anaconda.org/conda-forge/flask-injector,2023-07-28 11:51:11.738,5509.0,3.0,,,,,,,,,,,,,,,python-injector/flask_injector,,, +464,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.000,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.,519.0,482.0,43.0,24,False,,,2013-08-30 04:51:31.000,1.1.1,10.0,,9788.0,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,37.0,9788.0,,,,3.0,,,,,,,,,,,,,,,,,, +465,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.000,2022-08-09 16:14:23,347.0,55,36.0,96.0,14.0,77.0,250,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,619.0,503.0,31.0,24,False,,,2022-09-09 19:48:12.442,3.3.2,74.0,,18697.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,116.0,18697.0,,,,3.0,,,,,,,,,,,,,,,,,, +466,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,2024-02-23 18:39:59.000,2024-02-23 18:39:58,371.0,37,116.0,192.0,49.0,57.0,230,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",57.0,51.0,40.0,24,True,"['flask', 'openapi']",6.0,2024-02-16 19:30:35.000,3.2.0,50.0,,6878.0,,flask-rebar,https://pypi.org/project/flask-rebar,2024-02-16 19:29:57.000,6.0,6878.0,,,,3.0,,,,,,,,,,,,,,,,,, +467,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,2023-11-09 09:26:48.000,2022-09-03 07:50:43,202.0,47,7.0,86.0,13.0,44.0,191,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2838.0,2574.0,33.0,24,False,['flask'],,2022-04-05 04:10:17.000,1.1.1,29.0,,47900.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,46875.0,https://anaconda.org/conda-forge/flask-seasurf,2023-06-16 13:18:14.121,91259.0,3.0,,,,,,,,,,,,,,,,,, +468,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2024-02-07 14:13:53.000,2024-02-06 20:27:21,311.0,1240,505.0,89.0,47.0,341.0,14655,Offensive Google framework.,8.0,8.0,29.0,23,False,,5.0,2024-01-17 00:04:02.000,2.1.0,2.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +469,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2024-02-29 12:38:50.000,2024-02-29 12:38:35,2869.0,754,97.0,193.0,74.0,607.0,7080,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,88.0,23,True,,95.0,2024-02-09 12:45:35.000,3.2,54.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +470,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.000,2020-12-21 00:59:19,40.0,462,216.0,34.0,62.0,28.0,6438,Real-time metrics for nginx server.,43.0,34.0,9.0,23,False,,,2020-12-21 00:51:09.000,0.0.3,3.0,,2077.0,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,9.0,2077.0,,,,3.0,,,,,,,,,,,,,,,,,, +471,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2023-05-11 09:25:29.000,2022-07-17 17:18:27,137.0,613,124.0,22.0,10.0,49.0,5821,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",344.0,343.0,8.0,23,False,,,2022-07-17 17:20:18.601,1.1.14,16.0,,3936.0,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,1.0,3936.0,,,,3.0,,,,,,,,,,,,,,,,,, +472,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2023-12-07 12:02:07.000,2019-03-13 10:21:05,152.0,1059,143.0,29.0,101.0,80.0,3658,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,12.0,,9.0,23,False,,,2019-03-12 19:47:46.000,0.3.2,12.0,,4055.0,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,4055.0,,,,3.0,,,,,,,,,,,,,,,,,, +473,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2024-02-21 20:13:06.000,2024-01-13 09:41:43,620.0,609,125.0,85.0,62.0,148.0,3176,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",142.0,134.0,17.0,23,True,['django'],6.0,2023-07-19 18:55:56.000,0.9.13,49.0,,968.0,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,8.0,968.0,,,,3.0,,,,,,,,,,,,,,,,,, +474,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2024-02-27 11:08:46.000,2024-02-16 21:23:23,928.0,348,67.0,308.0,76.0,414.0,2703,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",2.0,,92.0,23,True,,13.0,,,37.0,,3321.0,,urlwatch,https://pypi.org/project/urlwatch,2023-05-03 08:08:01.753,2.0,3321.0,,,,3.0,,,,,,,,,,,,,,,,,, +475,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2020-05-21 11:25:28.304,2023-11-19 12:11:35.795,2022-07-06 20:18:54,944.0,133,1.0,1.0,,,2356,Quart is a Python ASGI web microframework with the same API as Flask.,122.0,,68.0,23,False,,,2023-04-09 16:20:01.159,0.18.4,54.0,,476768.0,conda-forge/quart,quart,https://pypi.org/project/quart,2023-04-09 16:20:01.159,122.0,474711.0,https://anaconda.org/conda-forge/quart,2023-11-19 12:11:35.795,92579.0,3.0,,,,,,,,,,,,,,,,,, +476,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2024-02-26 17:07:12.000,2020-12-21 15:15:51,250.0,212,62.0,278.0,36.0,52.0,1978,Automatically generate a RESTful API service for your legacy database. No code required!.,32.0,26.0,23.0,23,False,,,2021-12-15 15:31:18.692,0.0.2,29.0,,177.0,,sandman2,https://pypi.org/project/sandman2,2021-12-15 15:31:18.692,6.0,177.0,,,,3.0,,,,,,,,,,,,,,,,,, +477,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.000,2022-08-21 07:26:04,440.0,181,43.0,59.0,7.0,92.0,1730,Async Python 3.6+ web scraping micro-framework based on asyncio.,81.0,70.0,17.0,23,False,,,2022-09-06 08:56:03.702,0.8.5,55.0,16.0,1479.0,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,1479.0,,,,3.0,,,,,,,,,,,,,,,,,, +478,hyde,hyde/hyde,others,,https://github.com/hyde/hyde,https://github.com/hyde/hyde,MIT,2011-01-07 09:52:20.000,2021-10-05 10:31:44.000,2016-03-10 01:59:31,600.0,247,44.0,151.0,64.0,141.0,1623,A Python Static Website Generator.,157.0,91.0,43.0,23,False,,,2015-11-09 13:50:15.000,0.8.9,16.0,,162.0,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,162.0,,,,3.0,,,,,,,,,,,,,,,,,, +479,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.000,2021-10-22 15:46:32,1099.0,154,62.0,243.0,44.0,194.0,1181,"Extendable, adaptable rewrite of django.contrib.admin.",40.0,26.0,50.0,23,False,['django'],,2018-10-22 22:22:05.390,0.7.1,7.0,,46.0,,django-admin2,https://pypi.org/project/django-admin2,2018-10-22 22:22:05.390,14.0,46.0,,,,3.0,,,,,,,,,,,,,,,,,, +480,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2023-06-16 16:08:35.701,2018-02-03 22:03:13,531.0,316,87.0,94.0,110.0,116.0,1145,Python Rest Testing.,118.0,118.0,17.0,23,False,,,2016-03-15 03:16:18.000,1.7.1,3.0,,3744.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,,,2892.0,https://anaconda.org/conda-forge/pyresttest,2023-06-16 16:08:35.701,58821.0,3.0,,,,,,,,,,,,,,,,,, +481,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,2024-02-19 17:46:24.000,2023-09-07 16:20:16,454.0,93,20.0,324.0,48.0,36.0,881,This code generator creates FastAPI app from an openapi file.,182.0,179.0,24.0,23,True,"['fastapi', 'openapi']",,2023-09-07 16:22:53.000,0.4.4,41.0,,6727.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2023-09-07 16:22:53.000,3.0,6727.0,,,,2.0,,,,,,,,,,,,,,,,,, +482,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,2024-02-21 18:04:54.000,2023-10-29 01:58:33,350.0,1275,11.0,91.0,37.0,103.0,762,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",25.0,,37.0,23,True,['django'],,2023-07-20 02:17:31.000,1.6.28,74.0,,25225.0,,martor,https://pypi.org/project/martor,2023-07-20 02:17:31.000,25.0,25225.0,,,,3.0,,,,,,,,,,,,,,,,,, +483,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,2022-09-01 10:40:38.000,2020-03-11 11:00:24,167.0,49,20.0,56.0,14.0,27.0,391,Get inside your stronghold and make all your Django views default login_required.,551.0,438.0,22.0,23,False,['django'],,2020-01-17 16:34:53.000,0.4.0,23.0,,15518.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,15518.0,,,,3.0,,,,,,,,,,,,,,,,,, +484,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,2024-02-29 07:52:21.000,2024-02-13 12:07:48,619.0,66,14.0,373.0,10.0,71.0,285,Basic JSON-RPC implementation for your Flask-powered sites.,239.0,233.0,17.0,23,True,['flask'],23.0,2024-02-11 21:36:57.000,3.0.1,15.0,30.0,338.0,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,337.0,,,,3.0,,,,,,,,,,,,,,,,,, +485,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2023-10-17 19:40:59.000,2023-10-05 15:43:44,300.0,59,10.0,31.0,25.0,54.0,277,"A light-weight, modular, message representation and mail delivery framework for Python.",399.0,317.0,20.0,23,True,,,2019-09-16 00:20:27.000,4.0.3,8.0,155.0,109086.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,82.0,108104.0,https://anaconda.org/conda-forge/mailer,2023-06-16 16:09:42.549,63792.0,3.0,,,,,,,,,,,,,,,,,, +486,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,2024-01-08 11:21:16.000,2024-01-08 11:13:11,206.0,25,14.0,32.0,5.0,27.0,256,JSON-RPC server based on fastapi.,44.0,39.0,11.0,23,True,['fastapi'],7.0,2024-01-08 12:47:14.000,3.1.0,75.0,,9431.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2024-01-08 11:21:16.000,5.0,9431.0,,,,3.0,,,,,,,,,,,,,,,,,, +487,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.000,2020-11-10 23:13:13,233.0,85,12.0,9.0,11.0,40.0,255,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1107.0,1035.0,8.0,23,False,,,2017-07-20 02:40:14.000,0.0.7,8.0,10.0,17195.0,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,17195.0,,,,3.0,,,,,,,,,,,,,,,,,, +488,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,2024-02-19 12:48:47.000,2024-02-03 15:46:48,270.0,41,8.0,60.0,9.0,33.0,213,Integrate GraphQL with your Pydantic models.,3.0,,23.0,23,True,['graphql'],17.0,2024-02-01 18:37:26.000,0.6.1,13.0,,10890.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2024-02-01 18:37:26.000,3.0,10890.0,,,,3.0,,,,,,,,,,,,,,,,,, +489,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.000,2024-01-12 05:07:07,267.0,36,114.0,81.0,22.0,35.0,182,Modern robots.txt Parser for Python.,217.0,172.0,24.0,23,True,,2.0,2019-09-16 19:32:19.000,0.4.14,24.0,,6394.0,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,45.0,6394.0,,,,3.0,,,,,,,,,,,,,,,,,, +490,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,2023-10-30 15:31:42.000,2023-06-06 19:50:56,90.0,12,5.0,45.0,,16.0,181,Programmatic startup/shutdown of ASGI apps.,14166.0,14136.0,6.0,23,True,,,2023-03-28 17:37:00.954,2.1.0,15.0,,498483.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,30.0,495785.0,https://anaconda.org/conda-forge/asgi-lifespan,2023-06-16 19:25:31.174,91749.0,3.0,,,,,,,,,,,,,,,,,, +491,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,2024-02-26 12:53:19.000,2024-02-03 16:54:58,581.0,33,6.0,64.0,4.0,30.0,146,Streaming (and fast!) parser for multipart/form-data written in Cython.,96.0,91.0,19.0,23,True,,15.0,2024-02-03 17:02:07.000,1.14.0,39.0,,43445.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2024-02-03 17:02:07.000,5.0,43445.0,,,,3.0,,,,,,,,,,,,,,,,,, +492,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,2024-02-08 06:08:30.000,2024-02-08 06:04:14,595.0,59,18.0,110.0,6.0,55.0,71,Jinja2 templating system bindings for the Pyramid web framework.,55.0,,52.0,23,False,['pyramid'],7.0,2024-02-08 06:08:17.000,2.10.1,41.0,,2686504.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2024-02-08 06:08:17.000,55.0,2686491.0,https://anaconda.org/anaconda/pyramid_jinja2,2023-06-16 13:06:08.832,1295.0,1.0,,,,,,,,,,,,,,,,,,BSD-based +493,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.000,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,27.0,,54.0,22,True,,,2024-02-20 07:37:04.000,66.0.3,77.0,,2051.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2024-02-20 07:37:04.000,27.0,2051.0,,,,3.0,,,,,,,,,,,,,,,,,, +494,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.000,2019-02-11 10:54:12,141.0,316,254.0,103.0,145.0,,5712,"Fast, asynchronous and elegant Python web framework.",118.0,104.0,28.0,22,False,,,2018-06-16 04:25:57.000,0.0.6,8.0,,315.0,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,315.0,,,,3.0,,,,,,,,,,,,,,,,,, +495,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2024-02-29 16:23:05.000,2024-02-04 04:33:01,118.0,147,70.0,43.0,4.0,31.0,1801,Integration layer between Requests and Selenium for automation of web actions.,91.0,91.0,16.0,22,True,,4.0,,,,,66632.0,,requestium,https://pypi.org/project/requestium,,,66632.0,,,,3.0,-4.0,,,,,,,,,,,,,,,,, +496,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,,2010-07-30 01:38:27.000,2023-06-16 19:18:58.504,2020-06-23 16:07:11,633.0,100,46.0,51.0,31.0,51.0,1450,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1128.0,1128.0,20.0,22,False,,,,,2.0,,18064.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,,,17672.0,https://anaconda.org/conda-forge/meinheld,2023-06-16 19:18:58.504,18033.0,3.0,,,,,,,,,,,,,,,,,, +497,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,2024-02-20 00:02:52.000,2024-02-19 23:45:01,509.0,31,15.0,67.0,7.0,18.0,963,"Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over..",45.0,44.0,10.0,22,True,,5.0,2024-02-20 00:02:52.000,0.5.2,16.0,,25825.0,,ucall,https://pypi.org/project/ucall,2024-02-20 00:02:52.000,1.0,25825.0,,,,3.0,,,,,,,,,,,,,,,,,, +498,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,2023-08-03 12:00:26.000,2020-07-13 17:40:33,60.0,85,20.0,43.0,21.0,22.0,910,HTTP security headers for Flask.,119.0,,19.0,22,False,['flask'],,2023-08-03 12:00:26.000,1.1.0,15.0,,762515.0,,flask-talisman,https://pypi.org/project/flask-talisman,2023-08-03 12:00:26.000,119.0,762515.0,,,,3.0,,,,,,,,,,,,,,,,,, +499,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.000,2022-01-20 14:55:31,1149.0,38,22.0,491.0,12.0,131.0,851,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,,2965.0,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,19.0,2965.0,,,,3.0,,,,,,,,,,,,,,,,,, +500,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,2023-11-19 15:15:02.000,2023-11-19 15:14:48,354.0,77,17.0,8.0,1.0,22.0,660,Fast C based HTML 5 parsing for python.,18.0,,7.0,22,True,,,2023-11-19 15:09:54.000,0.4.12,21.0,,182686.0,,html5-parser,https://pypi.org/project/html5-parser,2023-11-19 15:09:54.000,18.0,182686.0,,,,3.0,,,,,,,,,,,,,,,,,, +501,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,2023-09-26 22:18:45.000,2022-09-25 17:19:06,53.0,34,11.0,26.0,22.0,11.0,566,Adds simple SQLAlchemy support to FastAPI.,1811.0,1802.0,5.0,22,False,['fastapi'],,2020-09-25 16:26:29.000,0.2.1,9.0,,80623.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,9.0,80623.0,,,,3.0,,,,,,,,,,,,,,,,,, +502,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-01-30 00:16:46.000,2023-11-23 07:01:25,503.0,31,15.0,50.0,15.0,100.0,443,Load Testing Tool.,138.0,125.0,16.0,22,True,,,2017-03-22 08:05:08.000,0.6.2,21.0,,40542.0,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,13.0,40542.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,, +503,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.000,2022-02-03 13:31:17,289.0,34,8.0,30.0,8.0,41.0,372,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,253.0,180.0,21.0,22,False,['django'],,2022-02-03 13:30:53.000,1.0.4,16.0,,9691.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,9691.0,,,,3.0,,,,,,,,,,,,,,,,,, +504,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,2023-08-14 18:47:11.000,2022-06-17 09:46:13,276.0,99,20.0,62.0,75.0,44.0,324,Django registration and authentication with GraphQL.,677.0,677.0,16.0,22,False,['django'],,2020-11-16 13:18:58.000,0.3.15,37.0,,9228.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,9228.0,,,,3.0,,,,,,,,,,,,,,,,,, +505,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.000,2023-03-03 08:44:22,44.0,25,3.0,16.0,18.0,16.0,315,Easily integrate socket.io with your FastAPI app.,3000.0,2997.0,7.0,22,True,['fastapi'],,2023-03-03 08:42:00.907,0.0.10,14.0,,69642.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,3.0,69642.0,,,,3.0,,,,,,,,,,,,,,,,,, +506,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.000,2023-11-13 07:55:27,169.0,29,10.0,8.0,,17.0,218,Python module for generating and verifying JSON Web Tokens.,64.0,,5.0,22,True,,,2023-11-13 07:57:01.000,4.1.0,45.0,,187721.0,,python-jwt,https://pypi.org/project/python-jwt,2023-11-13 07:57:01.000,64.0,187721.0,,,,3.0,,,,,,,,,,,,,,,,,, +507,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,2024-02-28 19:19:09.000,2024-02-28 19:18:13,1626.0,16,4.0,968.0,9.0,31.0,173,A tool to automatically fix Django deprecations.,2.0,2.0,22.0,22,True,['django'],64.0,2024-01-05 23:25:17.000,2.1.9,97.0,629.0,2009.0,,django-codemod,https://pypi.org/project/django-codemod,2024-01-05 23:25:17.000,,1996.0,,,,3.0,,,,,,,,,,,,,,,,,, +508,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.000,2018-07-12 02:38:48,26.0,45,14.0,14.0,4.0,6.0,155,Simple GraphQL client for Python 2.7+.,445.0,376.0,6.0,22,False,,,2021-03-04 21:32:03.000,0.4.3,9.0,,782195.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,69.0,782195.0,,,,3.0,,,,,,,,,,,,,,,,,, +509,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,2024-02-19 18:04:06.000,2023-02-07 09:45:37,75.0,40,10.0,23.0,11.0,17.0,95,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,5813.0,5530.0,12.0,22,True,,,2023-02-07 09:49:00.957,0.8.1,14.0,,81982.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,283.0,81466.0,https://anaconda.org/conda-forge/markdown-include,2023-06-16 19:23:30.014,20143.0,3.0,,,,,,,,,,,,,,,,,, +510,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.000,2023-06-12 12:26:15,95.0,369,129.0,22.0,7.0,22.0,5547,curl statistics made simple.,15.0,15.0,6.0,21,True,,,2022-10-11 14:44:08.598,1.3.2,9.0,226.0,3391.0,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,3389.0,,,,3.0,,,,,,,,,,,,,,,,,, +511,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.000,2021-01-05 10:40:20,735.0,577,152.0,270.0,163.0,298.0,5543,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",10.0,10.0,70.0,21,False,,,2017-09-14 16:02:39.000,0.11.7,22.0,94.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +512,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,2024-02-29 03:06:42.000,2024-02-27 11:39:33,1910.0,750,84.0,1840.0,10.0,180.0,4494,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,77.0,21,True,['flask'],54.0,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +513,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.000,2019-09-16 09:29:29,658.0,111,74.0,48.0,30.0,79.0,1570,An improbable web debugger through WebSockets.,217.0,217.0,22.0,21,False,,,,,,,7118.0,,wdb,https://pypi.org/project/wdb,,,7118.0,,,,3.0,,,,,,,,,,,,,,,,,, +514,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.000,2020-03-01 06:25:05,254.0,544,167.0,3.0,14.0,52.0,1487,A high-level distributed crawling framework.,41.0,39.0,4.0,21,False,,,2016-03-31 04:19:26.000,0.1.0,3.0,,67.0,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,67.0,,,,3.0,,,,,,,,,,,,,,,,,, +515,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,2024-02-19 22:23:02.000,2023-11-11 03:54:26,353.0,141,49.0,197.0,4.0,32.0,1167,A Modular Penetration Testing Framework.,8.0,8.0,11.0,21,True,,,2023-06-16 22:29:00.871,3.2.9,29.0,,2774.0,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,2774.0,,,,3.0,,,,,,,,,,,,,,,,,, +516,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.000,2021-08-20 14:32:48,231.0,47,22.0,46.0,10.0,29.0,596,Web Content Retrieval for Humans.,50.0,41.0,15.0,21,False,,,2021-08-20 14:34:18.000,0.11.11,38.0,,1883.0,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,1883.0,,,,3.0,,,,,,,,,,,,,,,,,, +517,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,2024-02-05 23:19:22.000,2024-02-02 07:51:21,1230.0,50,6.0,217.0,19.0,105.0,542,Developer productivity tool for making high-quality FastAPI production-ready APIs.,10.0,10.0,7.0,21,True,['fastapi'],15.0,2023-07-09 13:02:30.000,0.28.1,36.0,256.0,849.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,841.0,,,,3.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,, +518,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.491,2013-08-25 06:52:07,143.0,117,30.0,25.0,13.0,46.0,529,Python socket.io server implementation on top of Tornado framework.,282.0,202.0,15.0,21,False,,,2021-12-15 13:51:02.491,0.0.1,4.0,,1106.0,,tornadio2,https://pypi.org/project/tornadio2,2021-12-15 13:51:02.491,80.0,1106.0,,,,3.0,,,,,,,,,,,,,,,,,, +519,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,2024-01-11 17:29:05.000,2024-01-11 07:09:56,1337.0,69,14.0,70.0,4.0,76.0,395,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,121.0,120.0,16.0,21,True,"['flask', 'openapi']",3.0,2023-11-28 18:18:55.000,3.1.3,80.0,,539.0,,safrs,https://pypi.org/project/safrs,2023-11-28 18:17:14.000,1.0,539.0,,,,3.0,,,,,,,,,,,,,,,,,, +520,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-02-05 13:56:45.000,2024-02-05 13:55:53,72.0,29,5.0,23.0,7.0,17.0,263,Prometheus integration for Starlette.,306.0,295.0,17.0,21,True,['fastapi'],6.0,2022-01-10 15:27:16.000,0.9.0,10.0,22.0,74293.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,11.0,74293.0,,,,3.0,,,,,,,,,,,,,,,,,, +521,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.000,2017-07-19 05:38:58,157.0,90,13.0,53.0,20.0,34.0,194,Seamlessly serve your static assets of your Flask app from Amazon S3.,564.0,475.0,26.0,21,False,,,2017-02-23 20:44:59.000,0.3.3,30.0,27.0,7467.0,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,89.0,7467.0,,,,3.0,,,,,,,,,,,,,,,,,, +522,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 16:12:01.000,2024-02-29 16:07:11,70.0,48,13.0,30.0,20.0,14.0,135,OpenTracing instrumentation for the Flask microframework.,508.0,476.0,16.0,21,True,['flask'],4.0,2019-10-22 00:20:30.000,1.1.0,12.0,,329400.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,32.0,329400.0,,,,3.0,,,,,,,,,,,,,,,,,, +523,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2024-02-04 20:25:21.000,2024-02-04 20:25:21,145.0,19,16.0,48.0,1.0,33.0,100,Asyncio http mocking. Similar to the responses library used for requests.,649.0,597.0,15.0,21,True,,7.0,2024-01-12 05:36:33.000,3.0.0,25.0,,51900.0,,aresponses,https://pypi.org/project/aresponses,2024-01-12 05:36:33.000,52.0,51900.0,,,,3.0,,,,,,,,,,,,,,,,,, +524,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.000,2022-09-17 23:31:23,389.0,40,16.0,59.0,12.0,33.0,50,A package for sending email from your Pyramid application.,110.0,,36.0,21,False,['pyramid'],,2016-12-13 20:51:40.258,0.15.1,24.0,,22157.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:51:40.258,110.0,22157.0,,,,3.0,,,,,,,,,,,,,,,,,, +525,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.000,2021-06-28 01:58:45,462.0,247,78.0,84.0,10.0,48.0,3446,Every web site provides APIs.,27.0,19.0,12.0,20,False,,,2021-06-28 01:56:50.000,2.1.3,40.0,,142.0,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,142.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/toapi,,, +526,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.000,2014-02-04 22:59:23,73.0,438,91.0,40.0,60.0,10.0,1755,A Pythonic interface for Google Mail.,22.0,,14.0,20,False,,,2017-08-07 19:59:52.000,0.6.3,10.0,,3135.0,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,22.0,3135.0,,,,3.0,,,,,,,,,,,,,,,,,, +527,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.000,2023-12-07 03:03:36,161.0,58,19.0,26.0,14.0,33.0,727,"The simple, fast, and modern web scraping library.",291.0,282.0,16.0,20,True,,1.0,2020-10-09 12:51:41.000,1.1,19.0,,7919.0,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,9.0,7919.0,,,,3.0,,,,,,,,,,,,,,,,,, +528,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.000,2024-01-23 12:59:32,306.0,89,45.0,82.0,27.0,38.0,525,Restful API framework wrapped around MongoEngine.,76.0,49.0,18.0,20,True,['flask'],1.0,2019-08-26 10:57:49.000,0.3.0,7.0,,429.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,429.0,,,,3.0,,,,,,,,,,,,,,,,,, +529,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,,2013-03-19 23:35:33.000,2023-09-29 20:58:48.000,2020-10-28 12:00:08,102.0,55,12.0,41.0,15.0,15.0,462,A mocking library for requests.,2534.0,2534.0,29.0,20,False,,,,,,,520268.0,,httmock,https://pypi.org/project/httmock,,,520268.0,,,,3.0,-4.0,,,,,,,,,,,,,,,,, +530,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,2023-08-18 00:26:32.000,2023-08-18 00:26:32,95.0,39,10.0,17.0,4.0,15.0,196,Simple Login - Login Extension for Flask - maintainer @cuducos.,46.0,43.0,11.0,20,True,['flask'],,2023-05-04 16:20:00.426,0.1.2,3.0,,70630.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,3.0,70630.0,,,,3.0,,,,,,,,,,,,,,,,,, +531,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018-09-04 00:22:30.000,2023-11-02 19:01:53.000,2019-04-28 13:53:50,26.0,48,5.0,13.0,21.0,5.0,136,A simple way to demo Flask apps from your machine.,3094.0,3078.0,2.0,20,False,['flask'],,2018-09-09 19:48:38.000,0.0.25,16.0,,82156.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,16.0,82156.0,,,,3.0,,,,,,,,,,,,,,,,,, +532,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.000,2023-03-08 21:03:05,179.0,24,35.0,62.0,1.0,31.0,92,Flask like web framework for AWS Lambda.,12.0,12.0,23.0,20,True,,,2023-03-08 12:15:00.843,13.0.3,53.0,,1867.0,,lambdarest,https://pypi.org/project/lambdarest,2023-03-08 12:15:00.843,,1867.0,,,,3.0,,,,,,,,,,,,,,,,,, +533,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,2024-02-29 15:32:12.000,2023-05-17 21:29:34,203.0,43,13.0,140.0,33.0,51.0,79,Pyramid addon for OpenAPI3 validation of requests and responses.,6.0,,24.0,20,True,"['pyramid', 'openapi']",,2023-03-22 16:23:00.785,0.16.0,36.0,,18403.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2023-03-22 16:23:00.785,6.0,18403.0,,,,3.0,,,,,,,,,,,,,,,,,, +534,gain,gaojiuli/gain,web-scraping,,https://github.com/elliotgao2/gain,https://github.com/elliotgao2/gain,GPL-3.0,2017-05-31 08:56:04.000,2019-06-01 22:54:09.000,2018-03-19 01:21:01,85.0,210,75.0,15.0,8.0,28.0,2029,Web crawling framework based on asyncio.,53.0,52.0,10.0,19,False,,,2017-06-19 01:18:41.000,0.1.4,5.0,,37.0,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,37.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/gain,,, +535,snallygaster,hannob/snallygaster,web-scraping,,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,CC0-1.0,2018-04-10 12:01:16.000,2024-02-18 08:23:20.000,2024-02-18 08:23:17,236.0,226,75.0,43.0,14.0,31.0,2020,Tool to scan for secret files on HTTP servers.,4.0,4.0,17.0,19,False,,2.0,2022-01-31 20:30:27.000,0.0.12,12.0,,356.0,,snallygaster,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,356.0,,,,3.0,,,,,,,,,,,,,,,,,, +536,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.000,2015-07-08 05:29:26,684.0,175,59.0,86.0,30.0,42.0,1019,A Django app to accept payments from various payment processors via Pluggable backends.,34.0,28.0,49.0,19,False,['django'],,,,9.0,,118.0,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,118.0,,,,3.0,,,,,,,,,,,,,,,,,, +537,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-02-01 00:42:19.000,2022-03-23 14:37:36,860.0,92,11.0,109.0,37.0,49.0,927,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",,,43.0,19,False,"['flask', 'django']",,,,,,94426.0,,mixer,https://pypi.org/project/mixer,,,94426.0,,,,3.0,-6.0,,,,,,,,,,,,,,,,, +538,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,2023-08-15 08:33:45.000,2020-11-11 05:05:27,123.0,107,8.0,19.0,57.0,36.0,592,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",11.0,,3.0,19,False,['fastapi'],,2020-11-06 11:15:11.000,0.5.0,7.0,,39161.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,11.0,39161.0,,,,3.0,,,,,,,,,,,,,,,,,, +539,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.000,2021-11-16 00:44:19,643.0,75,38.0,99.0,16.0,120.0,489,A complete test automation tool.,6.0,5.0,21.0,19,False,,,2021-07-30 15:38:36.000,0.10.1,36.0,65.0,195.0,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,194.0,,,,3.0,,,,,,,,,,,,,,,,,, +540,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2023-09-18 07:31:51.000,2022-07-03 18:00:41,2993.0,116,41.0,379.0,50.0,166.0,410,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",228.0,228.0,66.0,19,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +541,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,2024-02-18 09:47:57.000,2024-02-18 09:47:53,92.0,18,3.0,6.0,3.0,13.0,320,FastAPI framework plugins.,99.0,97.0,3.0,19,True,['fastapi'],6.0,2024-02-18 09:46:45.000,0.13.0,20.0,,4618.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2024-02-16 12:22:39.000,2.0,4618.0,,,,3.0,,,,,,,,,,,,,,,,,, +542,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.000,2022-10-09 23:59:25,738.0,80,28.0,54.0,20.0,46.0,305,Python blogging engine.,114.0,84.0,39.0,19,False,,,2019-12-06 00:18:53.000,1.7.2,24.0,,121.0,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,121.0,,,,3.0,,,,,,,,,,,,,,,,,, +543,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,2024-02-10 19:35:40.000,2023-11-20 16:43:39,389.0,16,9.0,45.0,7.0,84.0,254,Fire up your models with the flame.,13.0,12.0,9.0,19,True,,,2023-09-27 01:28:39.000,1.6.0,26.0,160.0,301.0,,flama,https://pypi.org/project/flama,2023-09-27 01:28:27.000,1.0,298.0,,,,3.0,,,,,,,,,,,,,,,vortico/flama,,, +544,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.000,2024-01-16 05:07:05,61.0,30,8.0,13.0,9.0,43.0,207,Full text search for flask.,560.0,548.0,4.0,19,True,['flask'],2.0,2020-05-18 15:17:04.000,0.2.9,24.0,,603.0,,flask-msearch,https://pypi.org/project/flask-msearch,2024-01-16 05:06:56.000,12.0,603.0,,,,3.0,,,,,,,,,,,,,,,,,, +545,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.000,2022-06-13 09:29:26,55.0,19,6.0,39.0,15.0,14.0,148,A framework-agnostic library for testing ASGI web applications.,667.0,640.0,14.0,19,False,,,2022-06-13 09:30:07.000,1.4.11,32.0,,74660.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,27.0,74660.0,,,,3.0,,,,,,,,,,,,,,,,,, +546,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016-02-18 04:34:48.000,2022-07-08 00:23:11.000,2022-07-08 00:23:11,773.0,301,102.0,84.0,50.0,112.0,3288,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,18,False,['flask'],,2017-06-13 18:56:28.000,6.2.3,11.0,,50.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, +547,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.000,2021-08-24 17:12:25,93.0,57,9.0,33.0,31.0,17.0,592,api versioning for fastapi web applications.,7.0,,16.0,18,False,['fastapi'],,2021-08-24 17:06:33.000,0.10.0,10.0,,78793.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,7.0,78793.0,,,,3.0,,,,,,,,,,,,,,,,,, +548,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.000,2021-06-03 14:00:13,140.0,29,8.0,157.0,5.0,23.0,591,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,,4922.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,4922.0,,,,3.0,,,,,,,,,,,,,,,,,, +549,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.000,2021-02-12 15:01:21,75.0,16,3.0,7.0,7.0,3.0,209,FastAPI simple cache.,130.0,130.0,7.0,18,False,['fastapi'],,2021-02-12 14:58:56.000,0.1.0,6.0,,11092.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,,11092.0,,,,3.0,,,,,,,,,,,,,,,,,, +550,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,2024-02-11 19:37:51.000,2024-02-09 15:22:01,471.0,15,3.0,54.0,52.0,48.0,201,The Batteries-Detachable Web Framework.,,,8.0,18,True,,156.0,,,9.0,,2185.0,,view.py,https://pypi.org/project/view.py,2024-02-04 21:05:39.000,,2185.0,,,,3.0,,,,,,,,,,,,,,,,,, +551,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/danielpops/pyramid_swagger,https://github.com/danielpops/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2022-09-18 16:33:52.000,2022-09-18 16:33:51,571.0,45,13.0,139.0,22.0,86.0,65,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,,,39.0,18,False,['pyramid'],,2019-05-07 14:20:39.000,2.7.0,27.0,,9150.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,,9150.0,,,,3.0,,,,,,,,,,,,,,,danielpops/pyramid_swagger,,, +552,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,3822,,,,,16090,Tool for automated Instagram interactions.,11.0,,,17,False,,,2022-01-19 04:05:04.000,0.6.16,52.0,,3703.0,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,3703.0,,,,3.0,,,,,,,,,,,,,,,,,, +553,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.000,2014-12-05 21:39:52,68.0,304,209.0,24.0,42.0,29.0,4110,A testing system for catching visual regressions in Web applications.,2.0,2.0,7.0,17,False,,,,,5.0,,24.0,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, +554,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.000,2022-02-18 04:40:27,150.0,315,42.0,139.0,43.0,38.0,1990,"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,,,,,,,,,,,,,,,,,, +555,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2023-04-05 02:56:48.000,2023-04-02 04:09:41,448.0,68,20.0,71.0,17.0,73.0,625,A Python Mail Server.,21.0,20.0,15.0,17,True,,,2019-12-31 19:27:38.000,3.2.0,12.0,122.0,534.0,,salmon-mail,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,532.0,,,,3.0,,,,,,,,,,,,,,,,,, +556,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.000,2023-02-08 08:18:07,375.0,14,5.0,54.0,14.0,60.0,154,Easy file uploads for Flask.,81.0,81.0,6.0,17,True,['flask'],,2021-12-07 13:25:50.000,0.2.1,25.0,,144.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,144.0,,,,3.0,,,,,,,,,,,,,,,,,, +557,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,,2014-12-12 14:46:59.000,2024-01-03 13:23:54.000,2024-01-03 13:16:19,797.0,33,7.0,175.0,21.0,129.0,147,Declarative HTTP Testing for Python and anything else.,,,29.0,17,False,,2.0,2023-10-02 20:43:20.000,2.10.0,2.0,,22184.0,,gabbi,https://pypi.org/project/gabbi,,,22184.0,,,,3.0,-5.0,,,,,,,,,,,,,,,,, +558,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011-11-05 09:07:26.000,2023-11-21 03:04:23.000,2021-02-24 02:40:04,189.0,67,14.0,55.0,17.0,34.0,105,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,1.0,,25.0,17,False,['pyramid'],,2021-02-24 02:34:47.000,4.0.0,11.0,,3411.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,3411.0,,,,3.0,,,,,,,,,,,,,,,,,, +559,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.000,2020-04-02 04:58:41,429.0,29,13.0,77.0,8.0,20.0,95,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",33.0,,19.0,17,False,['pyramid'],,,,5.0,,8196.0,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,33.0,8196.0,,,,3.0,,,,,,,,,,,,,,,,,, +560,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.000,2021-06-16 13:33:51,120.0,12,7.0,15.0,6.0,13.0,63,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,245.0,241.0,7.0,17,False,['flask'],,2021-04-19 04:21:50.000,1.3.3,14.0,,4940.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,4940.0,,,,3.0,,,,,,,,,,,,,,,rscarrera27/Flask-GraphQL-Auth,,, +561,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,2023-07-23 18:39:02.000,2023-04-24 11:52:27,13.0,263,81.0,23.0,24.0,14.0,4383,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,16,True,,,2020-06-28 15:17:10.000,0.2,1.0,,12010.0,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,15.0,540455.0,,,, +562,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,2023-12-03 15:25:44.000,2023-02-16 09:33:40,487.0,390,85.0,65.0,69.0,28.0,2402,Automated Security Testing For REST APIs.,,,12.0,16,True,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +563,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.000,,,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,,556.0,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,556.0,,,,3.0,,,,,,,,,,,,,,,,,, +564,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.000,2015-05-23 08:52:06,317.0,41,24.0,19.0,3.0,19.0,499,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,16,False,,,2015-06-28 22:20:05.000,0.0.12,4.0,,15.0,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, +565,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.000,2022-05-20 21:14:37,166.0,16,8.0,139.0,12.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,20.0,19.0,15.0,16,False,['graphql'],,2022-05-20 21:20:14.000,0.12.0,7.0,,962.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,962.0,,,,3.0,,,,,,,,,,,,,,,,,, +566,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,2023-09-04 21:03:12.000,2023-04-16 21:30:17,91.0,10,15.0,12.0,,5.0,81,A service layer for pyramid.,20.0,,6.0,16,True,['pyramid'],,2019-04-22 16:43:41.562,0.1.1,9.0,,15310.0,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:43:41.941,20.0,15310.0,,,,3.0,,,,,,,,,,,,,,,,,, +567,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.000,2022-09-07 18:59:30,228.0,10,10.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..",57.0,53.0,11.0,16,False,,,2021-11-15 10:12:31.000,1.4.1,31.0,,726.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,726.0,,,,3.0,,,,,,,,,,,,,,,,,, +568,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.000,2020-03-08 07:51:41,599.0,27,22.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,2.0,,5.0,15,False,,,2016-10-16 15:29:10.000,0.8.0,10.0,,75.0,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,75.0,,,,3.0,,,,,,,,,,,,,,,,,, +569,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.000,2021-06-18 07:32:23,511.0,52,17.0,26.0,6.0,18.0,623,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,,115.0,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,115.0,,,,3.0,,,,,,,,,,,,,,,,,, +570,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.000,2017-09-19 15:55:05,27.0,83,15.0,28.0,22.0,2.0,224,A python module to parse the Open Graph Protocol.,124.0,100.0,8.0,15,False,,,,,3.0,,787.0,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,787.0,,,,3.0,,,,,,,,,,,,,,,,,, +571,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,2022-09-17 21:18:54.000,2020-10-09 07:57:39,120.0,31,6.0,34.0,22.0,20.0,74,JWT authentication for Pyramid.,,,12.0,15,False,['pyramid'],,2021-02-20 11:34:46.712,1.6.1,10.0,,17097.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,17097.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.000,2016-04-16 20:26:10,326.0,290,44.0,8.0,24.0,40.0,831,"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,,15.0,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,15.0,,,,3.0,,,,,,,,,,,,,,,,,,BSD-3-Clause +573,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019-08-03 10:35:23.000,2023-07-06 21:45:13.000,2021-02-11 19:35:35,36.0,32,8.0,20.0,8.0,8.0,320,FastAPI client generator.,329.0,329.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +574,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2024-02-27 17:43:18.000,2020-08-16 21:52:05,198.0,23,11.0,334.0,216.0,3.0,211,"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,97.0,78.0,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,77.0,,,,3.0,,,,,,,,,,,,,,,,,, +575,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.000,2019-10-07 16:52:30,14.0,309,77.0,5.0,7.0,3.0,2142,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,,,,,,,,,,,,,,,,,, +576,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.000,2020-10-05 14:24:37,44.0,44,13.0,10.0,9.0,3.0,433,row level security for FastAPI framework.,,,1.0,13,False,['fastapi'],,2020-10-05 14:18:40.000,0.2.7,10.0,,5577.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,5577.0,,,,3.0,,,,,,,,,,,,,,,,,, +577,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.000,2021-08-30 16:47:21,37.0,19,10.0,6.0,2.0,5.0,309,A universal package of scraper scripts for humans.,,,4.0,13,False,,,2021-02-07 18:22:49.000,1.1.3,19.0,,158.0,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,158.0,,,,3.0,,,,,,,,,,,,,,,,,, +578,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.000,2022-09-15 20:25:29,60.0,17,10.0,6.0,5.0,2.0,147,Generate a Postman collection from your Flask application.,20.0,19.0,5.0,13,False,['flask'],,2020-01-16 15:13:52.000,1.4.4,18.0,,864.0,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,864.0,,,,3.0,,,,,,,,,,,,,,,,,, +579,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-01-17 21:30:33.000,2021-12-29 13:50:55,36.0,12,7.0,22.0,,4.0,109,Lazy package to start your project using FastAPI.,,,2.0,11,False,['fastapi'],,2021-11-21 11:00:44.000,1.2.6,9.0,,80.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,80.0,,,,3.0,,,,,,,,,,,,,,,yezz123/fastango,,, +580,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-01-16 11:49:08.000,2024-01-03 01:23:27,23.0,14,9.0,1.0,,2.0,32,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",,,2.0,9,False,,1.0,2023-05-09 08:40:01.000,3.2.0,16.0,,146.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,146.0,,,,3.0,,,,,,,,,,,,,,,,,, +581,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.000,2023-07-18 10:18:35,80.0,9,2.0,19.0,4.0,3.0,114,ASGI middleware to record and emit timing metrics (to something like statsd).,54.0,54.0,5.0,8,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 70bd8824..102b9ca0 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,25 +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._ -- django (🥇49 · ⭐ 76K · 📈) - The Web framework for perfectionists with deadlines. BSD-3 -- pycurl (🥈34 · ⭐ 1K · 📈) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 -- httpbin (🥈33 · ⭐ 12K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC -- furl (🥉27 · ⭐ 2.5K · 💀) - URL parsing and manipulation made easy. Unlicense -- purl (🥉24 · ⭐ 300 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT +- requests (🥇49 · ⭐ 51K · 📈) - A simple, yet elegant, HTTP library. Apache-2 +- requests-oauthlib (🥇38 · ⭐ 1.7K · 📈) - OAuthlib support for Python-Requests!. ISC +- litestar (🥉34 · ⭐ 4.1K · 📈) - Production-ready, Light, Flexible and Extensible ASGI API.. MIT +- rpyc (🥈33 · ⭐ 1.5K · 📈) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT +- html2text (🥉31 · ⭐ 1.6K · 📈) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- selenium (🥇47 · ⭐ 29K · 📉) - A browser automation framework and ecosystem. Apache-2 -- urllib3 (🥈45 · ⭐ 3.6K · 📉) - urllib3 is a user-friendly HTTP client library for Python. MIT -- markdown (🥇40 · ⭐ 3.5K · 📉) - A Python implementation of John Grubers Markdown with Extension.. BSD-3 -- django-cms (🥈39 · ⭐ 9.7K · 📉) - The easy-to-use and developer-friendly enterprise CMS.. BSD-3 -- django-organizations (🥉27 · ⭐ 1.2K · 📉) - Multi-user accounts for Django projects. BSD-2 - -## ➕ Added Projects - -_Projects that were recently added to this best-of list._ - -- litestar (🥉32 · ⭐ 4K · ➕) - Production-ready, Light, Flexible and Extensible ASGI API.. MIT +- Yarl (🥈32 · ⭐ 1.2K · 📉) - Yet another URL library. Apache-2 +- requestium (🥉22 · ⭐ 1.8K · 📉) - Integration layer between Requests and Selenium for automation.. BSD-3 +- httmock (🥉20 · ⭐ 460 · 💀) - A mocking library for requests. ❗Unlicensed +- mixer (🥉19 · ⭐ 930 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- gabbi (🥉17 · ⭐ 150 · 📉) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed