From c2dfdffb926b702be86991c4a40f204c4fb789ca Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 2 Jun 2022 16:35:11 +0000 Subject: [PATCH] Update best-of list for version 2022.06.02 --- README.md | 2393 +++++++++++++++---------------- history/2022-06-02_changes.md | 20 + history/2022-06-02_projects.csv | 572 ++++++++ latest-changes.md | 20 +- 4 files changed, 1767 insertions(+), 1238 deletions(-) create mode 100644 history/2022-06-02_changes.md create mode 100644 history/2022-06-02_projects.csv diff --git a/README.md b/README.md index 123c58a5..7e32d070 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django (🥇48 · ⭐ 64K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 2.7K · 🔀 27K · 📦 930K · ⏱️ 26.05.2022): +- [GitHub](https://github.com/django/django) (👨‍💻 2.7K · 🔀 27K · 📦 930K · ⏱️ 02.06.2022): ``` git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/django) (📥 7.6M / month · 📦 120K · ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/django) (📥 7.8M / month · 📦 120K · ⏱️ 01.06.2022): ``` pip install django ``` @@ -107,44 +107,44 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (🥇48 · ⭐ 59K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/pallets/flask) (👨‍💻 780 · 🔀 15K · 📥 5.1K · 📦 1.1M · 📋 2.3K - 1% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/pallets/flask) (👨‍💻 780 · 🔀 15K · 📥 5.1K · 📦 1.1M · 📋 2.3K - 0% open · ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (📥 66M / month · 📦 120K · ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/flask) (📥 71M / month · 📦 120K · ⏱️ 28.04.2022): ``` pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/flask) (📥 3.1M · ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/flask) (📥 3.2M · ⏱️ 04.05.2022): ``` conda install -c conda-forge flask ```
werkzeug (🥇44 · ⭐ 6.1K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 450 · 🔀 1.6K · 📥 250 · 📦 740K · 📋 960 - 1% open · ⏱️ 01.05.2022): +- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 450 · 🔀 1.6K · 📥 250 · 📦 740K · 📋 970 - 1% open · ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (📥 79M / month · 📦 69K · ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/werkzeug) (📥 86M / month · 📦 69K · ⏱️ 28.04.2022): ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 4.5M · ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 4.6M · ⏱️ 04.05.2022): ``` conda install -c conda-forge werkzeug ```
django-rest-framework (🥇42 · ⭐ 23K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.3K · 🔀 6.2K · 📦 320K · 📋 3.9K - 6% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.3K · 🔀 6.2K · 📦 330K · 📋 3.9K - 6% open · ⏱️ 26.05.2022): ``` git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (📥 89K / month · 📦 400 · ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/django-rest-framework) (📥 85K / month · 📦 400 · ⏱️ 20.07.2017): ``` pip install django-rest-framework ``` @@ -160,7 +160,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/tornado) (📥 18M / month · 📦 25K · ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/tornado) (📥 19M / month · 📦 25K · ⏱️ 30.10.2020): ``` pip install tornado ``` @@ -176,7 +176,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (📥 6.7M / month · 📦 1.2K · ⏱️ 14.05.2022): +- [PyPi](https://pypi.org/project/fastapi) (📥 7M / month · 📦 1.2K · ⏱️ 14.05.2022): ``` pip install fastapi ``` @@ -192,7 +192,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) (📥 830K / month · 📦 620 · ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/sanic) (📥 820K / month · 📦 620 · ⏱️ 11.05.2022): ``` pip install sanic ``` @@ -203,12 +203,12 @@ _General purpose web frameworks to build web applications and REST APIs._
falcon (🥈38 · ⭐ 8.8K) - The no-magic web data plane API and microservices framework for.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (👨‍💻 190 · 🔀 870 · 📥 3.5K · 📦 6.7K · 📋 960 - 17% open · ⏱️ 22.05.2022): +- [GitHub](https://github.com/falconry/falcon) (👨‍💻 190 · 🔀 870 · 📥 3.5K · 📦 6.7K · 📋 960 - 17% open · ⏱️ 01.06.2022): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (📥 730K / month · 📦 1.7K · ⏱️ 25.03.2022): +- [PyPi](https://pypi.org/project/falcon) (📥 720K / month · 📦 1.7K · ⏱️ 25.03.2022): ``` pip install falcon ``` @@ -217,55 +217,55 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge falcon ```
-
Flask-AppBuilder (🥈38 · ⭐ 3.8K) - Simple and rapid application development framework,.. BSD-3 +
bottle (🥈38 · ⭐ 7.6K · 📈) - bottle.py is a fast and simple micro-framework for python web-.. MIT -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 170 · 🔀 1.2K · 📦 3.1K · 📋 1.1K - 6% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 220 · 🔀 1.4K · 📦 20K · 📋 860 - 36% open · ⏱️ 01.03.2022): ``` - git clone https://github.com/dpgaspar/Flask-AppBuilder + git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 3.7M / month · 📦 6 · ⏱️ 16.03.2021): +- [PyPi](https://pypi.org/project/bottle) (📥 1.6M / month · 📦 5.2K · ⏱️ 26.05.2022): ``` - pip install flask-appbuilder + pip install bottle ``` -- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 190K · ⏱️ 03.05.2022): +- [Conda](https://anaconda.org/conda-forge/bottle) (📥 310K · ⏱️ 10.06.2020): ``` - conda install -c conda-forge flask-appbuilder + conda install -c conda-forge bottle ```
-
starlette (🥈37 · ⭐ 7K) - The little ASGI framework that shines. BSD-3 +
starlette (🥈38 · ⭐ 7K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (👨‍💻 200 · 🔀 600 · 📦 42K · 📋 620 - 9% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/encode/starlette) (👨‍💻 200 · 🔀 610 · 📦 42K · 📋 620 - 7% open · ⏱️ 01.06.2022): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (📥 8.1M / month · 📦 670 · ⏱️ 03.05.2022): +- [PyPi](https://pypi.org/project/starlette) (📥 8.4M / month · 📦 680 · ⏱️ 28.05.2022): ``` pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (📥 680K · ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/starlette) (📥 690K · ⏱️ 28.05.2022): ``` conda install -c conda-forge starlette ```
-
bottle (🥈36 · ⭐ 7.6K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT +
Flask-AppBuilder (🥈38 · ⭐ 3.8K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 220 · 🔀 1.4K · 📦 20K · 📋 860 - 36% open · ⏱️ 01.03.2022): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 170 · 🔀 1.2K · 📦 3.1K · 📋 1.1K - 6% open · ⏱️ 25.05.2022): ``` - git clone https://github.com/bottlepy/bottle + git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/bottle) (📥 1.6M / month · 📦 5.2K · ⏱️ 26.05.2022): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 3.7M / month · 📦 6 · ⏱️ 16.03.2021): ``` - pip install bottle + pip install flask-appbuilder ``` -- [Conda](https://anaconda.org/conda-forge/bottle) (📥 310K · ⏱️ 10.06.2020): +- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 190K · ⏱️ 27.05.2022): ``` - conda install -c conda-forge bottle + conda install -c conda-forge flask-appbuilder ```
-
flask-restful (🥈35 · ⭐ 6.4K) - Simple framework for creating REST APIs. BSD-3 +
flask-restful (🥈36 · ⭐ 6.4K) - Simple framework for creating REST APIs. BSD-3 - [GitHub](https://github.com/flask-restful/flask-restful) (👨‍💻 160 · 🔀 970 · 📦 76K · 📋 570 - 20% open · ⏱️ 04.03.2022): @@ -276,12 +276,24 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install flask-restful ``` -- [Conda](https://anaconda.org/conda-forge/flask-restful) (📥 110K · ⏱️ 30.05.2021): +- [Conda](https://anaconda.org/conda-forge/flask-restful) (📥 120K · ⏱️ 30.05.2021): ``` conda install -c conda-forge flask-restful ```
-
CherryPy (🥈35 · ⭐ 1.5K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 +
django-tastypie (🥉34 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010. BSD-3 + +- [GitHub](https://github.com/django-tastypie/django-tastypie) (👨‍💻 200 · 🔀 1.2K · 📦 4.8K · 📋 930 - 44% open · ⏱️ 02.06.2022): + + ``` + git clone https://github.com/django-tastypie/django-tastypie + ``` +- [PyPi](https://pypi.org/project/django-tastypie) (📥 76K / month · 📦 2.5K · ⏱️ 04.01.2022): + ``` + pip install django-tastypie + ``` +
+
CherryPy (🥉34 · ⭐ 1.6K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 - [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 140 · 🔀 340 · 📦 8.9K · 📋 1.7K - 13% open · ⏱️ 13.03.2022): @@ -297,18 +309,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c anaconda cherrypy ```
-
django-tastypie (🥉34 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010. BSD-3 - -- [GitHub](https://github.com/django-tastypie/django-tastypie) (👨‍💻 200 · 🔀 1.2K · 📦 4.8K · 📋 930 - 44% open · ⏱️ 12.04.2022): - - ``` - git clone https://github.com/django-tastypie/django-tastypie - ``` -- [PyPi](https://pypi.org/project/django-tastypie) (📥 77K / month · 📦 2.5K · ⏱️ 04.01.2022): - ``` - pip install django-tastypie - ``` -
eve (🥉33 · ⭐ 6.5K) - REST API framework designed for human beings. BSD-3 - [GitHub](https://github.com/pyeve/eve) (👨‍💻 210 · 🔀 740 · 📦 1K · 📋 970 - 3% open · ⏱️ 13.04.2022): @@ -316,7 +316,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) (📥 23K / month · 📦 380 · ⏱️ 25.01.2021): +- [PyPi](https://pypi.org/project/eve) (📥 24K / month · 📦 380 · ⏱️ 25.01.2021): ``` pip install eve ``` @@ -328,23 +328,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/webpy/webpy ``` -- [PyPi](https://pypi.org/project/web.py) (📥 190K / month · 📦 1.1K · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/web.py) (📥 200K / month · 📦 1.1K · ⏱️ 15.12.2021): ``` pip install web.py ``` -- [Conda](https://anaconda.org/conda-forge/web.py) (📥 36K · ⏱️ 12.11.2020): +- [Conda](https://anaconda.org/conda-forge/web.py) (📥 37K · ⏱️ 12.11.2020): ``` conda install -c conda-forge web.py ```
masonite (🥉31 · ⭐ 1.8K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 78 · 🔀 110 · 📥 14 · 📦 410 · 📋 330 - 4% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 78 · 🔀 110 · 📥 14 · 📦 410 · 📋 340 - 4% open · ⏱️ 02.06.2022): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (📥 6.8K / month · 📦 63 · ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/masonite) (📥 6.6K / month · 📦 63 · ⏱️ 02.06.2022): ``` pip install masonite ``` @@ -356,11 +356,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Cornices/cornice ``` -- [PyPi](https://pypi.org/project/cornice) (📥 38K / month · 📦 360 · ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/cornice) (📥 36K / month · 📦 360 · ⏱️ 07.01.2022): ``` pip install cornice ``` -- [Conda](https://anaconda.org/anaconda/cornice) (📥 5.6K · ⏱️ 05.10.2021): +- [Conda](https://anaconda.org/anaconda/cornice) (📥 5.7K · ⏱️ 05.10.2021): ``` conda install -c anaconda cornice ``` @@ -372,14 +372,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/plone/guillotina ``` -- [PyPi](https://pypi.org/project/guillotina) (📥 3.1K / month · 📦 50 · ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/guillotina) (📥 3.5K / month · 📦 50 · ⏱️ 12.04.2022): ``` pip install guillotina ```
web2py (🥉25 · ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 -- [GitHub](https://github.com/web2py/web2py) (👨‍💻 260 · 🔀 850 · 📦 40 · 📋 1K - 33% open · ⏱️ 21.03.2022): +- [GitHub](https://github.com/web2py/web2py) (👨‍💻 260 · 🔀 860 · 📦 40 · 📋 1K - 33% open · ⏱️ 30.05.2022): ``` git clone https://github.com/web2py/web2py @@ -403,36 +403,36 @@ _General purpose web frameworks to build web applications and REST APIs._
emmett (🥉25 · ⭐ 760) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 21 · 🔀 65 · 📦 21 · 📋 300 - 7% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 21 · 🔀 65 · 📦 22 · 📋 300 - 7% open · ⏱️ 20.05.2022): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (📥 730 / month · 📦 3 · ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/emmett) (📥 640 / month · 📦 3 · ⏱️ 23.05.2022): ``` pip install emmett ```
-
flask-mongorest (🥉21 · ⭐ 520) - Restful API framework wrapped around MongoEngine. BSD-3 +
flask-mongorest (🥉20 · ⭐ 520) - Restful API framework wrapped around MongoEngine. BSD-3 - [GitHub](https://github.com/closeio/flask-mongorest) (👨‍💻 18 · 🔀 89 · 📦 48 · 📋 65 - 41% open · ⏱️ 21.12.2021): ``` git clone https://github.com/closeio/flask-mongorest ``` -- [PyPi](https://pypi.org/project/Flask-MongoRest) (📥 150 / month · 📦 27 · ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/Flask-MongoRest) (📥 120 / month · 📦 27 · ⏱️ 26.08.2019): ``` pip install Flask-MongoRest ```
justpy (🥉17 · ⭐ 840) - An object oriented high-level Python Web Framework that requires no.. Apache-2 -- [GitHub](https://github.com/elimintz/justpy) (👨‍💻 1 · 🔀 65 · 📋 290 - 33% open · ⏱️ 12.01.2022): +- [GitHub](https://github.com/elimintz/justpy) (👨‍💻 1 · 🔀 66 · 📋 290 - 33% open · ⏱️ 12.01.2022): ``` git clone https://github.com/elimintz/justpy ``` -- [PyPi](https://pypi.org/project/justpy) (📥 1.6K / month · 📦 2 · ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/justpy) (📥 1.7K / month · 📦 2 · ⏱️ 12.01.2022): ``` pip install justpy ``` @@ -444,7 +444,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 190 / month · ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/flama) (📥 180 / month · ⏱️ 16.11.2020): ``` pip install flama ``` @@ -465,14 +465,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
requests (🥇48 · ⭐ 48K · 📉) - A simple, yet elegant, HTTP library. Apache-2 +
requests (🥇48 · ⭐ 48K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 710 · 🔀 8.7K · 📥 1.1K · 📦 1.4M · 📋 3.6K - 6% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/psf/requests) (👨‍💻 710 · 🔀 8.8K · 📥 1.1K · 📦 1.4M · 📋 3.6K - 6% open · ⏱️ 01.06.2022): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (📥 210M / month · 📦 190K · ⏱️ 05.01.2022): +- [PyPi](https://pypi.org/project/requests) (📥 220M / month · 📦 190K · ⏱️ 05.01.2022): ``` pip install requests ``` @@ -483,23 +483,23 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (🥇44 · ⭐ 12K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 640 · 🔀 1.8K · 📥 4.8K · 📦 180K · 📋 2.7K - 16% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 640 · 🔀 1.8K · 📥 4.8K · 📦 180K · 📋 2.7K - 16% open · ⏱️ 31.05.2022): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (📥 56M / month · 📦 12K · ⏱️ 14.11.2021): +- [PyPi](https://pypi.org/project/aiohttp) (📥 58M / month · 📦 12K · ⏱️ 14.11.2021): ``` pip install aiohttp ``` -- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 5.1M · ⏱️ 03.04.2022): +- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 5.2M · ⏱️ 03.04.2022): ``` conda install -c conda-forge aiohttp ```
-
urllib3 (🥈40 · ⭐ 3K) - Python HTTP library with thread-safe connection pooling, file post support,.. MIT +
urllib3 (🥈42 · ⭐ 3K · 📈) - Python HTTP library with thread-safe connection pooling, file post.. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 300 · 🔀 910 · 📥 2K · 📋 1K - 11% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 300 · 🔀 910 · 📥 2K · 📦 860K · 📋 1K - 11% open · ⏱️ 02.06.2022): ``` git clone https://github.com/urllib3/urllib3 @@ -508,30 +508,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 19M · ⏱️ 17.03.2022): +- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 20M · ⏱️ 17.03.2022): ``` conda install -c conda-forge urllib3 ```
httpx (🥈39 · ⭐ 8.8K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (👨‍💻 170 · 🔀 590 · 📦 22K · 📋 700 - 6% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/encode/httpx) (👨‍💻 170 · 🔀 590 · 📦 22K · 📋 700 - 6% open · ⏱️ 30.05.2022): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (📥 8.7M / month · 📦 1.3K · ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/httpx) (📥 9M / month · 📦 1.3K · ⏱️ 23.05.2022): ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (📥 170K · ⏱️ 25.05.2022): +- [Conda](https://anaconda.org/conda-forge/httpx) (📥 180K · ⏱️ 25.05.2022): ``` conda install -c conda-forge httpx ```
httpie (🥈38 · ⭐ 22K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3 -- [GitHub](https://github.com/httpie/httpie) (👨‍💻 150 · 🔀 3.7K · 📥 340 · 📦 11K · 📋 770 - 13% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/httpie/httpie) (👨‍💻 150 · 🔀 3.7K · 📥 400 · 📦 11K · 📋 770 - 13% open · ⏱️ 19.05.2022): ``` git clone https://github.com/httpie/httpie @@ -547,7 +547,7 @@ _General purpose web frameworks to build web applications and REST APIs._
httplib2 (🥈35 · ⭐ 440) - Small, fast HTTP client library for Python. Features persistent.. MIT -- [GitHub](https://github.com/httplib2/httplib2) (👨‍💻 72 · 🔀 170 · 📦 100K · 📋 120 - 44% open · ⏱️ 02.02.2022): +- [GitHub](https://github.com/httplib2/httplib2) (👨‍💻 72 · 🔀 170 · 📦 110K · 📋 120 - 44% open · ⏱️ 02.02.2022): ``` git clone https://github.com/httplib2/httplib2 @@ -568,16 +568,16 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mvantellingen/python-zeep ``` -- [PyPi](https://pypi.org/project/zeep) (📥 5.1M / month · 📦 550 · ⏱️ 15.08.2021): +- [PyPi](https://pypi.org/project/zeep) (📥 5M / month · 📦 550 · ⏱️ 15.08.2021): ``` pip install zeep ``` -- [Conda](https://anaconda.org/conda-forge/zeep) (📥 140K · ⏱️ 30.08.2021): +- [Conda](https://anaconda.org/conda-forge/zeep) (📥 150K · ⏱️ 30.08.2021): ``` conda install -c conda-forge zeep ```
-
requests-toolbelt (🥉32 · ⭐ 840 · 💤) - A toolbelt of useful classes and functions to be used.. Apache-2 +
requests-toolbelt (🥉31 · ⭐ 840 · 💤) - A toolbelt of useful classes and functions to be used.. Apache-2 - [GitHub](https://github.com/requests/toolbelt) (👨‍💻 61 · 🔀 150 · 📋 180 - 42% open · ⏱️ 28.10.2021): @@ -588,35 +588,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 820K · ⏱️ 30.01.2019): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 840K · ⏱️ 30.01.2019): ``` conda install -c conda-forge requests-toolbelt ```
httpcore (🥉31 · ⭐ 260) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (👨‍💻 28 · 🔀 53 · 📦 12K · 📋 110 - 11% open · ⏱️ 17.05.2022): +- [GitHub](https://github.com/encode/httpcore) (👨‍💻 28 · 🔀 53 · 📦 12K · 📋 110 - 11% open · ⏱️ 31.05.2022): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (📥 8.6M / month · 📦 82 · ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/httpcore) (📥 8.9M / month · 📦 82 · ⏱️ 17.05.2022): ``` pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 130K · ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 140K · ⏱️ 17.05.2022): ``` conda install -c conda-forge httpcore ```
-
httptools (🥉30 · ⭐ 1K) - Fast HTTP parser. MIT +
httptools (🥉30 · ⭐ 1.1K) - Fast HTTP parser. MIT - [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 13 · 🔀 65 · 📦 20K · 📋 44 - 15% open · ⏱️ 22.02.2022): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (📥 4.5M / month · 📦 540 · ⏱️ 22.02.2022): +- [PyPi](https://pypi.org/project/httptools) (📥 4.6M / month · 📦 540 · ⏱️ 22.02.2022): ``` pip install httptools ``` @@ -632,7 +632,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/ross/requests-futures ``` -- [PyPi](https://pypi.org/project/requests-futures) (📥 1M / month · 📦 950 · ⏱️ 11.06.2019): +- [PyPi](https://pypi.org/project/requests-futures) (📥 1.1M / month · 📦 950 · ⏱️ 11.06.2019): ``` pip install requests-futures ``` @@ -648,7 +648,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/grequests) (📥 280K / month · 📦 660 · ⏱️ 05.04.2020): +- [PyPi](https://pypi.org/project/grequests) (📥 290K / month · 📦 660 · ⏱️ 05.04.2020): ``` pip install grequests ``` @@ -664,7 +664,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) (📥 77K / month · 📦 410 · ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/treq) (📥 82K / month · 📦 410 · ⏱️ 09.02.2022): ``` pip install treq ``` @@ -680,7 +680,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httpie/http-prompt ``` -- [PyPi](https://pypi.org/project/http-prompt) (📥 790 / month · 📦 8 · ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/http-prompt) (📥 440 / month · 📦 8 · ⏱️ 05.03.2021): ``` pip install http-prompt ``` @@ -706,7 +706,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/benoitc/gunicorn ``` -- [PyPi](https://pypi.org/project/gunicorn) (📥 25M / month · 📦 62K · ⏱️ 27.03.2021): +- [PyPi](https://pypi.org/project/gunicorn) (📥 26M / month · 📦 62K · ⏱️ 27.03.2021): ``` pip install gunicorn ``` @@ -715,14 +715,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gunicorn ```
-
gevent (🥇39 · ⭐ 5.8K) - Coroutine-based concurrency library for Python. MIT +
gevent (🥇38 · ⭐ 5.8K) - Coroutine-based concurrency library for Python. MIT - [GitHub](https://github.com/gevent/gevent) (👨‍💻 100 · 🔀 920 · 📥 59K · 📦 78K · 📋 1.3K - 6% open · ⏱️ 20.01.2022): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (📥 8.2M / month · 📦 15K · ⏱️ 11.12.2021): +- [PyPi](https://pypi.org/project/gevent) (📥 8.7M / month · 📦 15K · ⏱️ 11.12.2021): ``` pip install gevent ``` @@ -733,16 +733,16 @@ _General purpose web frameworks to build web applications and REST APIs._
uvicorn (🥈36 · ⭐ 5.3K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 130 · 🔀 440 · 📦 69K · 📋 630 - 14% open · ⏱️ 16.05.2022): +- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 130 · 🔀 440 · 📦 71K · 📋 630 - 14% open · ⏱️ 01.06.2022): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (📥 9.6M / month · 📦 1.1K · ⏱️ 11.03.2022): +- [PyPi](https://pypi.org/project/uvicorn) (📥 10M / month · 📦 1.1K · ⏱️ 11.03.2022): ``` pip install uvicorn ``` -- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 970K · ⏱️ 18.04.2022): +- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 980K · ⏱️ 18.04.2022): ``` conda install -c conda-forge uvicorn ``` @@ -774,35 +774,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install asgiref ``` -- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 590K · ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 600K · ⏱️ 17.05.2022): ``` conda install -c conda-forge asgiref ```
bjoern (🥉28 · ⭐ 2.8K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 -- [GitHub](https://github.com/jonashaag/bjoern) (👨‍💻 42 · 🔀 190 · 📦 440 · 📋 150 - 19% open · ⏱️ 12.05.2022): +- [GitHub](https://github.com/jonashaag/bjoern) (👨‍💻 42 · 🔀 190 · 📦 450 · 📋 150 - 18% open · ⏱️ 12.05.2022): ``` git clone https://github.com/jonashaag/bjoern ``` -- [PyPi](https://pypi.org/project/bjoern) (📥 24K / month · 📦 140 · ⏱️ 14.02.2022): +- [PyPi](https://pypi.org/project/bjoern) (📥 23K / month · 📦 140 · ⏱️ 14.02.2022): ``` pip install bjoern ``` -- [Conda](https://anaconda.org/conda-forge/bjoern) (📥 68K · ⏱️ 19.04.2022): +- [Conda](https://anaconda.org/conda-forge/bjoern) (📥 69K · ⏱️ 19.04.2022): ``` conda install -c conda-forge bjoern ```
-
livereload (🥉27 · ⭐ 960) - livereload server in python (MAINTAINERS NEEDED). BSD-3 +
livereload (🥉26 · ⭐ 970) - livereload server in python (MAINTAINERS NEEDED). BSD-3 - [GitHub](https://github.com/lepture/python-livereload) (👨‍💻 57 · 🔀 140 · 📋 140 - 29% open · ⏱️ 19.03.2022): ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (📥 490K / month · 📦 1.6K · ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (📥 480K / month · 📦 1.6K · ⏱️ 22.08.2020): ``` pip install livereload ``` @@ -811,9 +811,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge livereload ```
-
mangum (🥉26 · ⭐ 930) - AWS Lambda support for ASGI applications. MIT +
mangum (🥉26 · ⭐ 940) - AWS Lambda support for ASGI applications. MIT -- [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 27 · 🔀 70 · 📦 810 · 📋 140 - 9% open · ⏱️ 03.05.2022): +- [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 27 · 🔀 70 · 📦 820 · 📋 140 - 9% open · ⏱️ 03.05.2022): ``` git clone https://github.com/jordaneremieff/mangum @@ -823,7 +823,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install mangum ```
-
Hypercorn (🥉26 · ⭐ 270) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (🥉25 · ⭐ 270) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT - [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 39 · 🔀 26 · 📦 2.4K · 📋 46 - 26% open · ⏱️ 22.02.2022): @@ -849,16 +849,16 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (🥇41 · ⭐ 7.2K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 590 · 🔀 2.6K · 📦 89K · 📋 1.9K - 17% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 590 · 🔀 2.6K · 📦 90K · 📋 1.9K - 17% open · ⏱️ 23.05.2022): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (📥 510K / month · 📦 5.3K · ⏱️ 25.03.2022): +- [PyPi](https://pypi.org/project/django-allauth) (📥 520K / month · 📦 5.3K · ⏱️ 25.03.2022): ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 70K · ⏱️ 22.04.2022): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 71K · ⏱️ 22.04.2022): ``` conda install -c conda-forge django-allauth ``` @@ -870,32 +870,32 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (📥 81M / month · 📦 12K · ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/oauthlib) (📥 82M / month · 📦 12K · ⏱️ 29.01.2022): ``` pip install oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 4.8M · ⏱️ 30.01.2022): +- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 4.9M · ⏱️ 30.01.2022): ``` conda install -c conda-forge oauthlib ```
pyjwt (🥇38 · ⭐ 4.2K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (👨‍💻 120 · 🔀 570 · 📦 210K · 📋 380 - 23% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/jpadilla/pyjwt) (👨‍💻 120 · 🔀 570 · 📦 210K · 📋 390 - 22% open · ⏱️ 31.05.2022): ``` git clone https://github.com/jpadilla/pyjwt ``` -- [PyPi](https://pypi.org/project/pyjwt) (📥 94M / month · 📦 11K · ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/pyjwt) (📥 95M / month · 📦 11K · ⏱️ 12.05.2022): ``` pip install pyjwt ``` -- [Conda](https://anaconda.org/conda-forge/pyjwt) (📥 6.3M · ⏱️ 12.05.2022): +- [Conda](https://anaconda.org/conda-forge/pyjwt) (📥 6.4M · ⏱️ 12.05.2022): ``` conda install -c conda-forge pyjwt ```
-
authlib (🥇37 · ⭐ 3.1K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 +
authlib (🥇37 · ⭐ 3.1K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 - [GitHub](https://github.com/lepture/authlib) (👨‍💻 78 · 🔀 320 · 📦 22K · 📋 330 - 13% open · ⏱️ 05.05.2022): @@ -906,39 +906,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install authlib ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (📥 75K · ⏱️ 07.04.2022): +- [Conda](https://anaconda.org/conda-forge/authlib) (📥 76K · ⏱️ 07.04.2022): ``` conda install -c conda-forge authlib ```
-
requests-oauthlib (🥇37 · ⭐ 1.5K · 📉) - OAuthlib support for Python-Requests!. ISC - -- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 110 · 🔀 400 · 📦 210K · 📋 240 - 39% open · ⏱️ 21.02.2022): - - ``` - git clone https://github.com/requests/requests-oauthlib - ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 74M / month · 📦 12K · ⏱️ 29.01.2022): - ``` - pip install requests-oauthlib - ``` -- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 4.7M · ⏱️ 30.01.2022): - ``` - conda install -c conda-forge requests-oauthlib - ``` -
google-auth (🥇37 · ⭐ 520) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 93 · 🔀 240 · 📦 120K · 📋 360 - 17% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 93 · 🔀 240 · 📦 120K · 📋 360 - 17% open · ⏱️ 01.06.2022): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (📥 66M / month · 📦 2.5K · ⏱️ 21.04.2022): +- [PyPi](https://pypi.org/project/google-auth) (📥 67M / month · 📦 2.5K · ⏱️ 21.04.2022): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 4.3M · ⏱️ 22.04.2022): +- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 4.4M · ⏱️ 22.04.2022): ``` conda install -c conda-forge google-auth ``` @@ -959,42 +943,58 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-login ```
-
django-oauth-toolkit (🥈34 · ⭐ 2.6K) - OAuth2 goodies for the Djangonauts!. BSD-3 +
requests-oauthlib (🥈36 · ⭐ 1.5K) - OAuthlib support for Python-Requests!. ISC -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 200 · 🔀 690 · 📋 720 - 20% open · ⏱️ 17.05.2022): +- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 110 · 🔀 400 · 📦 220K · 📋 240 - 39% open · ⏱️ 21.02.2022): ``` - git clone https://github.com/jazzband/django-oauth-toolkit + git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 380K / month · 📦 1K · ⏱️ 25.04.2022): +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 75M / month · 📦 12K · ⏱️ 29.01.2022): ``` - pip install django-oauth-toolkit + pip install requests-oauthlib + ``` +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 4.7M · ⏱️ 30.01.2022): + ``` + conda install -c conda-forge requests-oauthlib ```
-
flask-jwt-extended (🥈34 · ⭐ 1.3K) - An open source Flask extension that provides JWT.. MIT +
flask-jwt-extended (🥈35 · ⭐ 1.3K) - An open source Flask extension that provides JWT.. MIT -- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 84 · 🔀 220 · 📦 19K · 📋 340 - 3% open · ⏱️ 06.05.2022): +- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 85 · 🔀 220 · 📦 19K · 📋 340 - 2% open · ⏱️ 02.06.2022): ``` git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 1.7M / month · 📦 650 · ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 1.7M / month · 📦 650 · ⏱️ 02.06.2022): ``` pip install flask-jwt-extended ``` -- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 98K · ⏱️ 03.05.2022): +- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 99K · ⏱️ 02.06.2022): ``` conda install -c conda-forge flask-jwt-extended ```
+
django-oauth-toolkit (🥈34 · ⭐ 2.6K) - OAuth2 goodies for the Djangonauts!. BSD-3 + +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 210 · 🔀 690 · 📋 720 - 20% open · ⏱️ 30.05.2022): + + ``` + git clone https://github.com/jazzband/django-oauth-toolkit + ``` +- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 380K / month · 📦 1K · ⏱️ 25.04.2022): + ``` + pip install django-oauth-toolkit + ``` +
django-guardian (🥈32 · ⭐ 3.2K) - Per object permissions for Django. BSD-3 -- [GitHub](https://github.com/django-guardian/django-guardian) (👨‍💻 160 · 🔀 520 · 📦 4.7K · 📋 440 - 27% open · ⏱️ 25.03.2022): +- [GitHub](https://github.com/django-guardian/django-guardian) (👨‍💻 160 · 🔀 520 · 📦 4.8K · 📋 440 - 27% open · ⏱️ 25.03.2022): ``` git clone https://github.com/django-guardian/django-guardian ``` -- [PyPi](https://pypi.org/project/django-guardian) (📥 260K / month · 📦 1.9K · ⏱️ 23.05.2021): +- [PyPi](https://pypi.org/project/django-guardian) (📥 250K / month · 📦 1.9K · ⏱️ 23.05.2021): ``` pip install django-guardian ``` @@ -1005,12 +1005,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rest-framework-simplejwt (🥈32 · ⭐ 3K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 85 · 🔀 500 · 📋 360 - 23% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 85 · 🔀 500 · 📋 370 - 23% open · ⏱️ 24.05.2022): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 760K / month · 📦 300 · ⏱️ 24.05.2022): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 780K / month · 📦 300 · ⏱️ 24.05.2022): ``` pip install djangorestframework-simplejwt ``` @@ -1022,27 +1022,15 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (📥 1.8M / month · 📦 550 · ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/pyotp) (📥 1.7M / month · 📦 550 · ⏱️ 04.02.2021): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 17K · ⏱️ 04.02.2021): +- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 18K · ⏱️ 04.02.2021): ``` conda install -c conda-forge pyotp ```
-
django-rules (🥈30 · ⭐ 1.5K) - Awesome Django authorization, without the database. MIT - -- [GitHub](https://github.com/dfunckt/django-rules) (👨‍💻 25 · 🔀 120 · 📦 830 · 📋 110 - 27% open · ⏱️ 23.03.2022): - - ``` - git clone https://github.com/dfunckt/django-rules - ``` -- [PyPi](https://pypi.org/project/rules) (📥 92K / month · 📦 130 · ⏱️ 23.03.2022): - ``` - pip install rules - ``` -
python-jose (🥈30 · ⭐ 1.1K) - A JOSE implementation in Python. MIT - [GitHub](https://github.com/mpdavis/python-jose) (👨‍💻 49 · 🔀 200 · 📋 130 - 40% open · ⏱️ 09.02.2022): @@ -1050,11 +1038,11 @@ _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) (📥 5.7M / month · 📦 660 · ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (📥 5.5M / month · 📦 660 · ⏱️ 05.06.2021): ``` pip install python-jose ``` -- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 950K · ⏱️ 26.06.2021): +- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 960K · ⏱️ 26.06.2021): ``` conda install -c conda-forge python-jose ``` @@ -1066,30 +1054,42 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sunscrapers/djoser ``` -- [PyPi](https://pypi.org/project/djoser) (📥 110K / month · 📦 220 · ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/djoser) (📥 120K / month · 📦 220 · ⏱️ 30.10.2020): ``` pip install djoser ```
+
django-rules (🥉29 · ⭐ 1.5K) - Awesome Django authorization, without the database. MIT + +- [GitHub](https://github.com/dfunckt/django-rules) (👨‍💻 25 · 🔀 120 · 📦 840 · 📋 110 - 27% open · ⏱️ 23.03.2022): + + ``` + git clone https://github.com/dfunckt/django-rules + ``` +- [PyPi](https://pypi.org/project/rules) (📥 90K / month · 📦 130 · ⏱️ 23.03.2022): + ``` + pip install rules + ``` +
Flask-HTTPAuth (🥉29 · ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 32 · 🔀 200 · 📋 100 - 10% open · ⏱️ 20.04.2022): +- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 32 · 🔀 200 · 📋 100 - 8% open · ⏱️ 29.05.2022): ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (📥 490K / month · 📦 2.2K · ⏱️ 20.04.2022): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 480K / month · 📦 2.2K · ⏱️ 29.05.2022): ``` pip install flask-httpauth ``` -- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 100K · ⏱️ 21.04.2022): +- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 100K · ⏱️ 29.05.2022): ``` conda install -c conda-forge flask-httpauth ```
-
dj-rest-auth (🥉29 · ⭐ 940) - Authentication for Django Rest Framework. MIT +
dj-rest-auth (🥉29 · ⭐ 950) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 160 · 🔀 180 · 📥 190 · 📦 3K · 📋 260 - 46% open · ⏱️ 17.04.2022): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 160 · 🔀 180 · 📥 190 · 📦 3.1K · 📋 260 - 46% open · ⏱️ 17.04.2022): ``` git clone https://github.com/iMerica/dj-rest-auth @@ -1098,55 +1098,67 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install dj-rest-auth ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 2.8K · ⏱️ 30.03.2022): +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 2.9K · ⏱️ 30.03.2022): ``` conda install -c conda-forge dj-rest-auth ```
fastapi-users (🥉28 · ⭐ 1.9K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 42 · 🔀 170 · 📋 200 - 1% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 43 · 🔀 170 · 📋 200 - 0% open · ⏱️ 27.05.2022): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (📥 42K / month · 📦 9 · ⏱️ 19.05.2022): +- [PyPi](https://pypi.org/project/fastapi-users) (📥 48K / month · 📦 9 · ⏱️ 27.05.2022): ``` pip install fastapi-users ``` -- [Conda](https://anaconda.org/conda-forge/fastapi-users) (📥 2.5K · ⏱️ 26.05.2022): +- [Conda](https://anaconda.org/conda-forge/fastapi-users) (📥 3K · ⏱️ 27.05.2022): ``` conda install -c conda-forge fastapi-users ```
-
flask-dance (🥉27 · ⭐ 880) - Doing the OAuth dance with style using Flask, requests, and.. MIT +
flask-dance (🥉27 · ⭐ 890) - Doing the OAuth dance with style using Flask, requests, and.. MIT - [GitHub](https://github.com/singingwolfboy/flask-dance) (👨‍💻 53 · 🔀 140 · 📦 2.7K · 📋 190 - 17% open · ⏱️ 05.04.2022): ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (📥 45K / month · 📦 160 · ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-dance) (📥 44K / month · 📦 160 · ⏱️ 05.04.2022): ``` pip install flask-dance ``` -- [Conda](https://anaconda.org/conda-forge/flask-dance) (📥 7.6K · ⏱️ 07.06.2019): +- [Conda](https://anaconda.org/conda-forge/flask-dance) (📥 7.7K · ⏱️ 07.06.2019): ``` conda install -c conda-forge flask-dance ```
-
django-rest-knox (🥉26 · ⭐ 750) - Authentication Module for django rest auth. MIT +
django-rest-knox (🥉27 · ⭐ 760) - Authentication Module for django rest auth. MIT - [GitHub](https://github.com/James1345/django-rest-knox) (👨‍💻 42 · 🔀 130 · 📦 7.3K · 📋 140 - 37% open · ⏱️ 31.01.2022): ``` git clone https://github.com/James1345/django-rest-knox ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (📥 59K / month · 📦 180 · ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (📥 61K / month · 📦 180 · ⏱️ 31.01.2022): ``` pip install django-rest-knox ```
+
authomatic (🥉25 · ⭐ 980 · 💤) - Simple yet powerful authorization / authentication client library.. MIT + +- [GitHub](https://github.com/authomatic/authomatic) (👨‍💻 44 · 🔀 390 · 📋 120 - 31% open · ⏱️ 02.10.2021): + + ``` + git clone https://github.com/authomatic/authomatic + ``` +- [PyPi](https://pypi.org/project/authomatic) (📥 1.3K / month · 📦 260 · ⏱️ 27.11.2019): + ``` + pip install authomatic + ``` +
django-cas-ng (🥉25 · ⭐ 340) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT - [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨‍💻 81 · 🔀 160 · 📥 430 · 📦 320 · 📋 150 - 2% open · ⏱️ 14.02.2022): @@ -1154,31 +1166,31 @@ _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) (📥 9.8K / month · 📦 74 · ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/django-cas-ng) (📥 10K / month · 📦 74 · ⏱️ 09.01.2022): ``` pip install django-cas-ng ```
fastapi_login (🥉25 · ⭐ 330) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 9 · 🔀 41 · 📥 3 · 📦 210 · 📋 40 - 10% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 10 · 🔀 42 · 📥 3 · 📦 210 · 📋 41 - 9% open · ⏱️ 27.05.2022): ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (📥 9.5K / month · 📦 2 · ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/fastapi_login) (📥 10K / month · 📦 2 · ⏱️ 27.05.2022): ``` pip install fastapi_login ```
-
Flask-OpenID (🥉25 · ⭐ 220) - Flask-OpenID adds openid support to flask applications. BSD-3 +
Flask-OpenID (🥉25 · ⭐ 220 · 💤) - Flask-OpenID adds openid support to flask applications. BSD-3 - [GitHub](https://github.com/pallets-eco/flask-openid) (👨‍💻 15 · 🔀 72 · 📥 10 · 📦 5.6K · 📋 42 - 4% open · ⏱️ 23.11.2021): ``` git clone https://github.com/pallets-eco/flask-openid ``` -- [PyPi](https://pypi.org/project/flask-openid) (📥 1.6M / month · 📦 1.3K · ⏱️ 08.09.2021): +- [PyPi](https://pypi.org/project/flask-openid) (📥 1.7M / month · 📦 1.3K · ⏱️ 08.09.2021): ``` pip install flask-openid ``` @@ -1187,31 +1199,19 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-openid ```
-
authomatic (🥉24 · ⭐ 980 · 💤) - Simple yet powerful authorization / authentication client library.. MIT - -- [GitHub](https://github.com/authomatic/authomatic) (👨‍💻 44 · 🔀 390 · 📋 120 - 31% open · ⏱️ 02.10.2021): - - ``` - git clone https://github.com/authomatic/authomatic - ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 1K / month · 📦 260 · ⏱️ 27.11.2019): - ``` - pip install authomatic - ``` -
-
python-jwt (🥉22 · ⭐ 200) - Python module for generating and verifying JSON Web Tokens. MIT +
python-jwt (🥉21 · ⭐ 200) - Python module for generating and verifying JSON Web Tokens. MIT - [GitHub](https://github.com/davedoesdev/python-jwt) (👨‍💻 5 · 🔀 25 · ⏱️ 27.12.2021): ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (📥 220K / month · 📦 54 · ⏱️ 27.12.2021): +- [PyPi](https://pypi.org/project/python-jwt) (📥 210K / month · 📦 54 · ⏱️ 27.12.2021): ``` pip install python-jwt ```
-
flask-praetorian (🥉21 · ⭐ 310) - Strong, Simple, and Precise security for Flask APIs.. MIT +
flask-praetorian (🥉20 · ⭐ 310) - Strong, Simple, and Precise security for Flask APIs.. MIT - [GitHub](https://github.com/dusktreader/flask-praetorian) (👨‍💻 24 · 🔀 42 · 📋 140 - 3% open · ⏱️ 17.01.2022): @@ -1245,9 +1245,9 @@ _General purpose web frameworks to build web applications and REST APIs._ - Flask-User (🥉26 · ⭐ 980 · 💀) - Customizable User Authorization & User Management: Register,.. MIT - django-stronghold (🥉23 · ⭐ 380 · 💀) - Get inside your stronghold and make all your Django.. MIT - velruse (🥉22 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications. MIT -- fastapi-jwt-auth (🥉19 · ⭐ 360 · 💀) - FastAPI extension that provides JWT Auth support.. MIT -- apex (🥉17 · ⭐ 96 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT -- pyramid_jwt (🥉16 · ⭐ 73 · 💀) - JWT authentication for Pyramid. BSD-2 +- fastapi-jwt-auth (🥉19 · ⭐ 370 · 💀) - FastAPI extension that provides JWT Auth support.. MIT +- apex (🥉16 · ⭐ 96 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT +- pyramid_jwt (🥉15 · ⭐ 73 · 💀) - JWT authentication for Pyramid. BSD-2 - fastapi-permissions (🥉13 · ⭐ 260 · 💀) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE

@@ -1258,44 +1258,44 @@ _General purpose web frameworks to build web applications and REST APIs._
bleach (🥇37 · ⭐ 2.3K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 78 · 🔀 240 · 📦 180K · 📋 360 - 10% open · ⏱️ 10.05.2022): +- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 78 · 🔀 240 · 📦 180K · 📋 360 - 10% open · ⏱️ 02.06.2022): ``` git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/bleach) (📥 15M / month · 📦 12K · ⏱️ 07.04.2022): +- [PyPi](https://pypi.org/project/bleach) (📥 16M / month · 📦 12K · ⏱️ 07.04.2022): ``` pip install bleach ``` -- [Conda](https://anaconda.org/conda-forge/bleach) (📥 6.9M · ⏱️ 07.04.2022): +- [Conda](https://anaconda.org/conda-forge/bleach) (📥 7M · ⏱️ 07.04.2022): ``` conda install -c conda-forge bleach ```
lxml (🥇37 · ⭐ 2.1K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (👨‍💻 140 · 🔀 500 · 📥 3.2K · 📦 250K · ⏱️ 17.05.2022): +- [GitHub](https://github.com/lxml/lxml) (👨‍💻 140 · 🔀 500 · 📥 3.4K · 📦 250K · ⏱️ 31.05.2022): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (📥 45M / month · 📦 39K · ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/lxml) (📥 45M / month · 📦 39K · ⏱️ 31.05.2022): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (📥 5.7M · ⏱️ 11.04.2022): +- [Conda](https://anaconda.org/conda-forge/lxml) (📥 5.8M · ⏱️ 01.06.2022): ``` conda install -c conda-forge lxml ```
markupsafe (🥈36 · ⭐ 470) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 38 · 🔀 120 · 📦 850K · ⏱️ 01.05.2022): +- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 38 · 🔀 120 · 📦 850K · ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/markupsafe ``` -- [PyPi](https://pypi.org/project/markupsafe) (📥 99M / month · 📦 74K · ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/markupsafe) (📥 100M / month · 📦 74K · ⏱️ 15.03.2022): ``` pip install markupsafe ``` @@ -1306,16 +1306,16 @@ _General purpose web frameworks to build web applications and REST APIs._
xhtml2pdf (🥈34 · ⭐ 1.9K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 140 · 🔀 590 · 📥 6 · 📦 7.7K · 📋 330 - 38% open · ⏱️ 19.04.2022): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 140 · 🔀 590 · 📥 6 · 📦 7.8K · 📋 340 - 38% open · ⏱️ 19.04.2022): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 370K / month · 📦 820 · ⏱️ 31.03.2022): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 380K / month · 📦 820 · ⏱️ 31.03.2022): ``` pip install xhtml2pdf ``` -- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 40K · ⏱️ 12.04.2022): +- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 41K · ⏱️ 12.04.2022): ``` conda install -c conda-forge xhtml2pdf ``` @@ -1327,18 +1327,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/html5lib/html5lib-python ``` -- [PyPi](https://pypi.org/project/html5lib) (📥 9.9M / month · 📦 15K · ⏱️ 22.06.2020): +- [PyPi](https://pypi.org/project/html5lib) (📥 9.8M / month · 📦 15K · ⏱️ 22.06.2020): ``` pip install html5lib ``` -- [Conda](https://anaconda.org/conda-forge/html5lib) (📥 2.3M · ⏱️ 23.06.2020): +- [Conda](https://anaconda.org/conda-forge/html5lib) (📥 2.4M · ⏱️ 23.06.2020): ``` conda install -c conda-forge html5lib ```
WeasyPrint (🥉32 · ⭐ 5K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 110 · 🔀 560 · 📋 1.4K - 10% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 110 · 🔀 560 · 📋 1.4K - 10% open · ⏱️ 01.06.2022): ``` git clone https://github.com/Kozea/WeasyPrint @@ -1347,7 +1347,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (📥 46K · ⏱️ 13.05.2022): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (📥 47K · ⏱️ 13.05.2022): ``` conda install -c conda-forge weasyprint ``` @@ -1375,19 +1375,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (📥 58K / month · 📦 20 · ⏱️ 21.03.2022): +- [PyPi](https://pypi.org/project/selectolax) (📥 41K / month · 📦 20 · ⏱️ 21.03.2022): ``` pip install selectolax ```
-
html5-parser (🥉20 · ⭐ 620) - Fast C based HTML 5 parsing for python. Apache-2 +
html5-parser (🥉19 · ⭐ 620) - Fast C based HTML 5 parsing for python. Apache-2 -- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 6 · 🔀 27 · ⏱️ 17.03.2022): +- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 6 · 🔀 28 · ⏱️ 17.03.2022): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (📥 38K / month · 📦 15 · ⏱️ 22.09.2021): +- [PyPi](https://pypi.org/project/html5-parser) (📥 46K / month · 📦 15 · ⏱️ 22.09.2021): ``` pip install html5-parser ``` @@ -1404,12 +1404,12 @@ _General purpose web frameworks to build web applications and REST APIs._
tldextract (🥇35 · ⭐ 1.5K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 43 · 🔀 190 · 📦 10K · 📋 170 - 11% open · ⏱️ 10.05.2022): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 43 · 🔀 190 · 📦 10K · 📋 170 - 11% open · ⏱️ 02.06.2022): ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (📥 5.6M / month · 📦 1.1K · ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/tldextract) (📥 5.8M / month · 📦 1.1K · ⏱️ 04.05.2022): ``` pip install tldextract ``` @@ -1425,11 +1425,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/yarl) (📥 75M / month · 📦 2.7K · ⏱️ 01.11.2021): +- [PyPi](https://pypi.org/project/yarl) (📥 82M / month · 📦 2.7K · ⏱️ 01.11.2021): ``` pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (📥 4.6M · ⏱️ 03.04.2022): +- [Conda](https://anaconda.org/conda-forge/yarl) (📥 4.7M · ⏱️ 03.04.2022): ``` conda install -c conda-forge yarl ``` @@ -1441,11 +1441,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (📥 6.7M / month · 📦 1K · ⏱️ 08.05.2022): +- [PyPi](https://pypi.org/project/shortuuid) (📥 7.3M / month · 📦 1K · ⏱️ 08.05.2022): ``` pip install shortuuid ``` -- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 160K · ⏱️ 05.02.2022): +- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 170K · ⏱️ 05.02.2022): ``` conda install -c conda-forge shortuuid ``` @@ -1457,7 +1457,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gruns/furl ``` -- [PyPi](https://pypi.org/project/furl) (📥 970K / month · 📦 590 · ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/furl) (📥 1M / month · 📦 590 · ⏱️ 27.09.2021): ``` pip install furl ``` @@ -1466,21 +1466,10 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge furl ```
-
purl (🥉23 · ⭐ 280 · 💤) - A simple, immutable URL class with a clean API for interrogation and.. MIT - -- [GitHub](https://github.com/codeinthehole/purl) (👨‍💻 18 · 🔀 35 · 📦 1.9K · 📋 22 - 31% open · ⏱️ 15.05.2021): - - ``` - git clone https://github.com/codeinthehole/purl - ``` -- [PyPi](https://pypi.org/project/purl) (📥 40K / month · 📦 380 · ⏱️ 15.05.2021): - ``` - pip install purl - ``` -
-
Show 1 hidden projects... +
Show 2 hidden projects... - uritemplate (🥉27 · ⭐ 200) - URI template parsing per RFC6570. ❗️BSD-1-Clause +- purl (🥉23 · ⭐ 280 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT

@@ -1492,12 +1481,12 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (🥇42 · ⭐ 12K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 2.4K · 🔀 4.2K · 📦 4 · 📋 5.7K - 56% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 2.4K · 🔀 4.2K · 📦 4 · 📋 5.7K - 56% open · ⏱️ 01.06.2022): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 1.7K / month · ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 2K / month · ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` @@ -1508,7 +1497,7 @@ _General purpose web frameworks to build web applications and REST APIs._
swagger-ui (🥇37 · ⭐ 22K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 520 · 🔀 8.3K · 📦 33K · 📋 4.9K - 15% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 520 · 🔀 8.3K · 📦 33K · 📋 4.9K - 15% open · ⏱️ 27.05.2022): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1516,7 +1505,7 @@ _General purpose web frameworks to build web applications and REST APIs._
connexion (🥇37 · ⭐ 4K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 -- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 200 · 🔀 700 · 📦 6.6K · 📋 860 - 17% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/spec-first/connexion) (👨‍💻 200 · 🔀 700 · 📦 6.7K · 📋 870 - 17% open · ⏱️ 31.05.2022): ``` git clone https://github.com/zalando/connexion @@ -1532,12 +1521,12 @@ _General purpose web frameworks to build web applications and REST APIs._
apispec (🥈35 · ⭐ 960) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 77 · 🔀 160 · 📦 5.2K · 📋 250 - 12% open · ⏱️ 12.05.2022): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 77 · 🔀 160 · 📦 5.2K · 📋 250 - 12% open · ⏱️ 30.05.2022): ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (📥 4.8M / month · 📦 7.1K · ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/apispec) (📥 4.6M / month · 📦 7.1K · ⏱️ 12.05.2022): ``` pip install apispec ``` @@ -1548,7 +1537,7 @@ _General purpose web frameworks to build web applications and REST APIs._
redoc (🥈33 · ⭐ 17K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 190 · 🔀 1.9K · 📥 66 · 📦 2.5K · 📋 1.5K - 25% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 190 · 🔀 1.9K · 📥 66 · 📦 2.6K · 📋 1.5K - 25% open · ⏱️ 02.06.2022): ``` git clone https://github.com/Redocly/redoc @@ -1572,47 +1561,47 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (🥈32 · ⭐ 3.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 160 · 🔀 690 · 📥 85K · 📦 370 · 📋 1.9K - 2% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 160 · 🔀 690 · 📥 85K · 📦 370 · 📋 1.9K - 2% open · ⏱️ 31.05.2022): ``` git clone https://github.com/Azure/autorest ```
-
flasgger (🥈31 · ⭐ 3K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT +
drf-spectacular (🥈32 · ⭐ 1.1K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/flasgger/flasgger) (👨‍💻 110 · 🔀 420 · 📥 470 · 📦 6.9K · 📋 350 - 55% open · ⏱️ 21.01.2022): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 68 · 🔀 130 · 📦 2.1K · 📋 560 - 8% open · ⏱️ 24.05.2022): ``` - git clone https://github.com/flasgger/flasgger + git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/flasgger) (📥 410K / month · 📦 360 · ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/drf-spectacular) (📥 470K / month · 📦 21 · ⏱️ 25.04.2022): ``` - pip install flasgger + pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/flasgger) (📥 110K · ⏱️ 16.04.2021): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (📥 2.4K · ⏱️ 26.04.2022): ``` - conda install -c conda-forge flasgger + conda install -c conda-forge drf-spectacular ```
-
drf-spectacular (🥈31 · ⭐ 1.1K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
flasgger (🥈31 · ⭐ 3K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT -- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 68 · 🔀 130 · 📦 2K · 📋 560 - 8% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/flasgger/flasgger) (👨‍💻 110 · 🔀 420 · 📥 470 · 📦 7K · 📋 350 - 55% open · ⏱️ 21.01.2022): ``` - git clone https://github.com/tfranzel/drf-spectacular + git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (📥 470K / month · 📦 21 · ⏱️ 25.04.2022): +- [PyPi](https://pypi.org/project/flasgger) (📥 420K / month · 📦 360 · ⏱️ 31.07.2020): ``` - pip install drf-spectacular + pip install flasgger ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (📥 2.2K · ⏱️ 26.04.2022): +- [Conda](https://anaconda.org/conda-forge/flasgger) (📥 110K · ⏱️ 16.04.2021): ``` - conda install -c conda-forge drf-spectacular + conda install -c conda-forge flasgger ```
swagger-codegen (🥉30 · ⭐ 14K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 5.8K · 📋 6.5K - 48% open · ⏱️ 12.04.2022): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 5.8K · 📋 6.5K - 48% open · ⏱️ 31.05.2022): ``` git clone https://github.com/swagger-api/swagger-codegen @@ -1625,7 +1614,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/encode/apistar ``` -- [PyPi](https://pypi.org/project/apistar) (📥 9.7K / month · 📦 170 · ⏱️ 03.04.2019): +- [PyPi](https://pypi.org/project/apistar) (📥 9.8K / month · 📦 170 · ⏱️ 03.04.2019): ``` pip install apistar ``` @@ -1634,14 +1623,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge apistar ```
-
OpenAPI-to-GraphQL (🥉28 · ⭐ 1.3K) - Translate APIs described by OpenAPI Specifications.. MIT +
OpenAPI-to-GraphQL (🥉27 · ⭐ 1.3K) - Translate APIs described by OpenAPI Specifications.. MIT - [GitHub](https://github.com/IBM/openapi-to-graphql) (👨‍💻 40 · 🔀 170 · 📦 470 · 📋 260 - 46% open · ⏱️ 03.05.2022): ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 11K / month · 📦 1 · ⏱️ 04.02.2022): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 6.3K / month · 📦 1 · ⏱️ 04.02.2022): ``` npm install openapi-to-graphql-cli ``` @@ -1657,19 +1646,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install openapi-spec-validator ``` -- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (📥 22K · ⏱️ 28.01.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (📥 26K · ⏱️ 28.01.2022): ``` conda install -c conda-forge openapi-spec-validator ```
datamodel-code-generator (🥉25 · ⭐ 1K) - Pydantic model generator for easy conversion of JSON,.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 37 · 🔀 100 · 📋 210 - 34% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 37 · 🔀 100 · 📋 210 - 33% open · ⏱️ 27.05.2022): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 100K / month · 📦 22 · ⏱️ 19.05.2022): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 110K / month · 📦 23 · ⏱️ 27.05.2022): ``` pip install datamodel-code-generator ``` @@ -1681,26 +1670,26 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sourcey/spectacle ``` -- [npm](https://www.npmjs.com/package/spectacle-docs) (📥 4.4K / month · 📦 30 · ⏱️ 10.03.2020): +- [npm](https://www.npmjs.com/package/spectacle-docs) (📥 4.6K / month · 📦 30 · ⏱️ 10.03.2020): ``` npm install spectacle-docs ```
Spectree (🥉24 · ⭐ 190) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 23 · 🔀 47 · 📦 36 · 📋 74 - 5% open · ⏱️ 17.05.2022): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 23 · 🔀 47 · 📦 36 · 📋 74 - 5% open · ⏱️ 28.05.2022): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 16K / month · 📦 2 · ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/spectree) (📥 15K / month · 📦 2 · ⏱️ 04.05.2022): ``` pip install spectree ```
openapi-core (🥉23 · ⭐ 160) - OpenAPI core. BSD-3 -- [GitHub](https://github.com/p1c2u/openapi-core) (👨‍💻 47 · 🔀 95 · 📋 160 - 35% open · ⏱️ 18.02.2022): +- [GitHub](https://github.com/p1c2u/openapi-core) (👨‍💻 48 · 🔀 95 · 📋 160 - 35% open · ⏱️ 02.06.2022): ``` git clone https://github.com/p1c2u/openapi-core @@ -1709,23 +1698,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 2.6K · ⏱️ 17.05.2021): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 2.7K · ⏱️ 17.05.2021): ``` conda install -c conda-forge openapi-core ```
-
openapi-python-client (🥉22 · ⭐ 370) - Generate modern Python clients from OpenAPI. MIT +
openapi-python-client (🥉22 · ⭐ 380) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 36 · 🔀 75 · 📋 220 - 27% open · ⏱️ 01.05.2022): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 36 · 🔀 75 · 📋 230 - 27% open · ⏱️ 01.05.2022): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 21K / month · 📦 1 · ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 20K / month · 📦 1 · ⏱️ 29.01.2022): ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 1.9K · ⏱️ 27.03.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (📥 2.1K · ⏱️ 27.03.2022): ``` conda install -c conda-forge openapi-python-client ``` @@ -1737,7 +1726,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/pyramid_openapi3 ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 7.2K / month · 📦 2 · ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 7.7K / month · 📦 2 · ⏱️ 05.05.2022): ``` pip install pyramid_openapi3 ``` @@ -1756,14 +1745,14 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 GraphQL Specification ( ⭐ 14K) - GraphQL is a query language and execution engine tied to any.. -
graphene (🥇34 · ⭐ 7.2K) - GraphQL framework for Python. MIT +
graphene (🥇35 · ⭐ 7.2K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (👨‍💻 180 · 🔀 770 · 📦 13K · 📋 970 - 15% open · ⏱️ 06.05.2022): +- [GitHub](https://github.com/graphql-python/graphene) (👨‍💻 180 · 🔀 780 · 📦 13K · 📋 970 - 15% open · ⏱️ 30.05.2022): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (📥 1.3M / month · 📦 840 · ⏱️ 13.11.2021): +- [PyPi](https://pypi.org/project/graphene) (📥 1.3M / month · 📦 840 · ⏱️ 30.05.2022): ``` pip install graphene ``` @@ -1774,58 +1763,58 @@ _General purpose web frameworks to build web applications and REST APIs._
Strawberry GraphQL (🥇33 · ⭐ 2.3K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 140 · 🔀 260 · 📥 640 · 📦 350 · 📋 530 - 47% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 140 · 🔀 270 · 📥 660 · 📦 360 · 📋 530 - 47% open · ⏱️ 27.05.2022): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 220K / month · 📦 21 · ⏱️ 19.05.2022): +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 210K / month · 📦 22 · ⏱️ 27.05.2022): ``` pip install strawberry-graphql ```
ariadne (🥇33 · ⭐ 1.8K) - Ariadne is a Python library for implementing GraphQL servers using.. BSD-3 -- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 54 · 🔀 140 · 📦 750 · 📋 230 - 17% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 54 · 🔀 140 · 📦 760 · 📋 230 - 17% open · ⏱️ 19.05.2022): ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 640K / month · 📦 36 · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/ariadne) (📥 630K / month · 📦 36 · ⏱️ 22.04.2022): ``` pip install ariadne ```
-
graphql-core (🥈32 · ⭐ 430) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT +
graphene-django (🥈32 · ⭐ 3.9K) - Integrate GraphQL into your Django project. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 26 · 🔀 96 · 📦 13K · 📋 120 - 10% open · ⏱️ 30.04.2022): +- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 190 · 🔀 650 · 📦 8K · 📋 750 - 18% open · ⏱️ 03.03.2022): ``` - git clone https://github.com/graphql-python/graphql-core + git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphql-core) (📥 3.6M / month · 📦 720 · ⏱️ 10.04.2022): +- [PyPi](https://pypi.org/project/graphene-django) (📥 380K / month · 📦 470 · ⏱️ 31.12.2020): ``` - pip install graphql-core + pip install graphene-django ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 290K · ⏱️ 10.04.2022): +- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 16K · ⏱️ 09.01.2021): ``` - conda install -c conda-forge graphql-core + conda install -c conda-forge graphene-django ```
-
graphene-django (🥈31 · ⭐ 3.9K) - Integrate GraphQL into your Django project. MIT +
graphql-core (🥈32 · ⭐ 430) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 190 · 🔀 650 · 📦 7.9K · 📋 750 - 18% open · ⏱️ 03.03.2022): +- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 26 · 🔀 96 · 📦 14K · 📋 120 - 10% open · ⏱️ 30.04.2022): ``` - git clone https://github.com/graphql-python/graphene-django + git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphene-django) (📥 380K / month · 📦 470 · ⏱️ 31.12.2020): +- [PyPi](https://pypi.org/project/graphql-core) (📥 3.5M / month · 📦 720 · ⏱️ 10.04.2022): ``` - pip install graphene-django + pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 16K · ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 290K · ⏱️ 10.04.2022): ``` - conda install -c conda-forge graphene-django + conda install -c conda-forge graphql-core ```
graphql-relay-py (🥈27 · ⭐ 140) - A library to help construct a graphql-py server supporting.. MIT @@ -1851,18 +1840,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (📥 9K / month · 📦 13 · ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/graphene-mongo) (📥 9.2K / month · 📦 13 · ⏱️ 14.01.2022): ``` pip install graphene-mongo ``` -- [Conda](https://anaconda.org/conda-forge/graphene-mongo) (📥 4K · ⏱️ 30.06.2020): +- [Conda](https://anaconda.org/conda-forge/graphene-mongo) (📥 4.1K · ⏱️ 30.06.2020): ``` conda install -c conda-forge graphene-mongo ```
-
tartiflette (🥉23 · ⭐ 810) - GraphQL Engine built with Python 3.6+ / asyncio. MIT +
tartiflette (🥉23 · ⭐ 820) - GraphQL Engine built with Python 3.6+ / asyncio. MIT -- [GitHub](https://github.com/tartiflette/tartiflette) (👨‍💻 27 · 🔀 38 · 📋 140 - 5% open · ⏱️ 20.01.2022): +- [GitHub](https://github.com/tartiflette/tartiflette) (👨‍💻 27 · 🔀 39 · 📋 140 - 5% open · ⏱️ 20.01.2022): ``` git clone https://github.com/tartiflette/tartiflette @@ -1874,55 +1863,55 @@ _General purpose web frameworks to build web applications and REST APIs._
django-graphql-auth (🥉22 · ⭐ 280) - Django registration and authentication with GraphQL. MIT -- [GitHub](https://github.com/PedroBern/django-graphql-auth) (👨‍💻 15 · 🔀 73 · 📦 400 · 📋 100 - 56% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/PedroBern/django-graphql-auth) (👨‍💻 15 · 🔀 73 · 📦 410 · 📋 100 - 56% open · ⏱️ 20.12.2021): ``` git clone https://github.com/PedroBern/django-graphql-auth ``` -- [PyPi](https://pypi.org/project/django-graphql-auth) (📥 7.8K / month · ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/django-graphql-auth) (📥 7.6K / month · ⏱️ 16.11.2020): ``` pip install django-graphql-auth ```
-
graphene-pydantic (🥉19 · ⭐ 160) - Integrate GraphQL with your Pydantic models. Apache-2 +
graphene-pydantic (🥉18 · ⭐ 170) - Integrate GraphQL with your Pydantic models. Apache-2 - [GitHub](https://github.com/graphql-python/graphene-pydantic) (👨‍💻 15 · 🔀 36 · 📋 35 - 28% open · ⏱️ 23.04.2022): ``` git clone https://github.com/graphql-python/graphene-pydantic ``` -- [PyPi](https://pypi.org/project/graphene-pydantic) (📥 8.4K / month · 📦 1 · ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/graphene-pydantic) (📥 8K / month · 📦 1 · ⏱️ 25.01.2022): ``` pip install graphene-pydantic ```
-
tartiflette-asgi (🥉19 · ⭐ 99 · 📈) - ASGI support for the Tartiflette GraphQL engine. MIT +
tartiflette-asgi (🥉18 · ⭐ 99) - ASGI support for the Tartiflette GraphQL engine. MIT - [GitHub](https://github.com/tartiflette/tartiflette-asgi) (👨‍💻 14 · 🔀 15 · 📦 10 · 📋 55 - 21% open · ⏱️ 20.05.2022): ``` git clone https://github.com/tartiflette/tartiflette-asgi ``` -- [PyPi](https://pypi.org/project/tartiflette-asgi) (📥 1.1K / month · 📦 1 · ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/tartiflette-asgi) (📥 870 / month · 📦 1 · ⏱️ 20.05.2022): ``` pip install tartiflette-asgi ```
-
tartiflette-aiohttp (🥉18 · ⭐ 58) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT +
tartiflette-aiohttp (🥉18 · ⭐ 58 · 💤) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT - [GitHub](https://github.com/tartiflette/tartiflette-aiohttp) (👨‍💻 10 · 🔀 9 · 📦 43 · 📋 19 - 21% open · ⏱️ 15.11.2021): ``` git clone https://github.com/tartiflette/tartiflette-aiohttp ``` -- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (📥 1.2K / month · 📦 4 · ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (📥 1.3K / month · 📦 4 · ⏱️ 15.11.2021): ``` pip install tartiflette-aiohttp ```
Flask-GraphQL-Auth (🥉17 · ⭐ 64 · 💤) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT -- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (👨‍💻 7 · 🔀 9 · 📦 87 · 📋 19 - 31% open · ⏱️ 16.06.2021): +- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (👨‍💻 7 · 🔀 9 · 📦 89 · 📋 19 - 31% open · ⏱️ 16.06.2021): ``` git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth @@ -1943,30 +1932,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
websocket-client (🥇38 · ⭐ 2.9K · 📉) - WebSocket client for Python. Apache-2 +
websocket-client (🥇38 · ⭐ 3K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (👨‍💻 200 · 🔀 700 · 📦 62K · 📋 530 - 2% open · ⏱️ 09.05.2022): +- [GitHub](https://github.com/websocket-client/websocket-client) (👨‍💻 200 · 🔀 700 · 📦 63K · 📋 540 - 1% open · ⏱️ 01.06.2022): ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (📥 40M / month · 📦 6.6K · ⏱️ 29.03.2022): +- [PyPi](https://pypi.org/project/websocket-client) (📥 41M / month · 📦 6.6K · ⏱️ 29.03.2022): ``` pip install websocket-client ``` -- [Conda](https://anaconda.org/conda-forge/websocket-client) (📥 2.8M · ⏱️ 29.03.2022): +- [Conda](https://anaconda.org/conda-forge/websocket-client) (📥 2.9M · ⏱️ 29.03.2022): ``` conda install -c conda-forge websocket-client ```
-
websockets (🥇36 · ⭐ 3.9K · 📉) - Library for building WebSocket servers and clients in Python. BSD-3 +
websockets (🥇36 · ⭐ 4K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/aaugustin/websockets) (👨‍💻 58 · 🔀 430 · 📦 58K · 📋 880 - 1% open · ⏱️ 05.05.2022): +- [GitHub](https://github.com/aaugustin/websockets) (👨‍💻 58 · 🔀 430 · 📦 59K · 📋 880 - 1% open · ⏱️ 05.05.2022): ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 16M / month · 📦 3.6K · ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/websockets) (📥 15M / month · 📦 3.6K · ⏱️ 17.04.2022): ``` pip install websockets ``` @@ -1975,9 +1964,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge websockets ```
-
autobahn-python (🥇36 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT +
autobahn-python (🥇36 · ⭐ 2.4K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT -- [GitHub](https://github.com/crossbario/autobahn-python) (👨‍💻 130 · 🔀 760 · 📦 19K · 📋 860 - 20% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/crossbario/autobahn-python) (👨‍💻 130 · 🔀 760 · 📦 19K · 📋 860 - 20% open · ⏱️ 02.06.2022): ``` git clone https://github.com/crossbario/autobahn-python @@ -1986,7 +1975,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install autobahn ``` -- [Conda](https://anaconda.org/conda-forge/autobahn) (📥 280K · ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/autobahn) (📥 280K · ⏱️ 30.05.2022): ``` conda install -c conda-forge autobahn ``` @@ -1998,7 +1987,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) (📥 550K / month · 📦 2.3K · ⏱️ 22.05.2022): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 570K / month · 📦 2.3K · ⏱️ 22.05.2022): ``` pip install flask-socketio ``` @@ -2014,7 +2003,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/python-socketio) (📥 920K / month · 📦 1.9K · ⏱️ 24.04.2022): +- [PyPi](https://pypi.org/project/python-socketio) (📥 980K / month · 📦 1.9K · ⏱️ 24.04.2022): ``` pip install python-socketio ``` @@ -2030,7 +2019,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (📥 460K / month · 📦 770 · ⏱️ 07.04.2021): +- [PyPi](https://pypi.org/project/daphne) (📥 470K / month · 📦 770 · ⏱️ 07.04.2021): ``` pip install daphne ``` @@ -2046,11 +2035,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (📥 52K / month · 📦 300 · ⏱️ 22.07.2021): +- [PyPi](https://pypi.org/project/websockify) (📥 53K / month · 📦 300 · ⏱️ 22.07.2021): ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (📥 38K · ⏱️ 17.04.2022): +- [Conda](https://anaconda.org/conda-forge/websockify) (📥 39K · ⏱️ 17.04.2022): ``` conda install -c conda-forge websockify ``` @@ -2070,23 +2059,23 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇48 · ⭐ 34K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (👨‍💻 840 · 🔀 9.1K · 📥 73K · 📦 3.4K · 📋 10K - 8% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 840 · 🔀 9.1K · 📥 73K · 📦 3.5K · 📋 10K - 8% open · ⏱️ 02.06.2022): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (📥 45M / month · 📦 4.6K · ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/grpcio) (📥 46M / month · 📦 4.6K · ⏱️ 20.05.2022): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 5M · ⏱️ 21.05.2022): +- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 5.1M · ⏱️ 21.05.2022): ``` conda install -c conda-forge grpcio ```
rpyc (🥈32 · ⭐ 1.2K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 79 · 🔀 220 · 📥 140 · 📦 1.2K · 📋 370 - 16% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 79 · 🔀 220 · 📥 140 · 📦 1.3K · 📋 370 - 16% open · ⏱️ 20.05.2022): ``` git clone https://github.com/tomerfiliba-org/rpyc @@ -2095,19 +2084,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install rpyc ``` -- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 610K · ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 620K · ⏱️ 12.01.2021): ``` conda install -c conda-forge rpyc ```
fastapi-jsonrpc (🥉19 · ⭐ 160) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 10 · 🔀 21 · 📦 15 · 📋 19 - 36% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 10 · 🔀 21 · 📦 16 · 📋 19 - 36% open · ⏱️ 13.05.2022): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 3.6K / month · 📦 1 · ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 3.7K / month · 📦 1 · ⏱️ 13.05.2022): ``` pip install fastapi-jsonrpc ``` @@ -2124,16 +2113,16 @@ _General purpose web frameworks to build web applications and REST APIs._
chalice (🥇36 · ⭐ 8.9K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (👨‍💻 190 · 🔀 920 · 📦 1.5K · 📋 1.2K - 32% open · ⏱️ 17.05.2022): +- [GitHub](https://github.com/aws/chalice) (👨‍💻 190 · 🔀 920 · 📦 1.5K · 📋 1.2K - 33% open · ⏱️ 01.06.2022): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 220K / month · 📦 160 · ⏱️ 19.04.2022): +- [PyPi](https://pypi.org/project/chalice) (📥 220K / month · 📦 160 · ⏱️ 01.06.2022): ``` pip install chalice ``` -- [Conda](https://anaconda.org/conda-forge/chalice) (📥 100K · ⏱️ 20.04.2022): +- [Conda](https://anaconda.org/conda-forge/chalice) (📥 100K · ⏱️ 01.06.2022): ``` conda install -c conda-forge chalice ``` @@ -2145,7 +2134,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/nficano/python-lambda ``` -- [PyPi](https://pypi.org/project/python-lambda) (📥 2.7K / month · 📦 33 · ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/python-lambda) (📥 3K / month · 📦 33 · ⏱️ 05.01.2021): ``` pip install python-lambda ``` @@ -2157,7 +2146,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) (📥 2.8K / month · ⏱️ 22.09.2021): +- [PyPi](https://pypi.org/project/lambdarest) (📥 3K / month · ⏱️ 22.09.2021): ``` pip install lambdarest ``` @@ -2174,7 +2163,7 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (🥇41 · ⭐ 12K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 670 · 🔀 2.6K · 📦 6.7K · 📋 3.9K - 26% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 670 · 🔀 2.6K · 📦 6.8K · 📋 3.9K - 25% open · ⏱️ 02.06.2022): ``` git clone https://github.com/wagtail/wagtail @@ -2188,14 +2177,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wagtail ```
-
django-cms (🥈38 · ⭐ 8.7K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 +
django-cms (🥈39 · ⭐ 8.7K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 600 · 🔀 2.8K · 📦 4.4K · 📋 3.4K - 7% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 600 · 🔀 2.8K · 📦 4.4K · 📋 3.4K - 7% open · ⏱️ 01.06.2022): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (📥 44K / month · 📦 1.7K · ⏱️ 26.03.2022): +- [PyPi](https://pypi.org/project/django-cms) (📥 45K / month · 📦 1.7K · ⏱️ 01.06.2022): ``` pip install django-cms ``` @@ -2235,7 +2224,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) (📥 6.9K / month · 📦 160 · ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/feincms) (📥 5K / month · 📦 160 · ⏱️ 17.05.2022): ``` pip install feincms ``` @@ -2250,25 +2239,25 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
selenium (🥇47 · ⭐ 24K) - A browser automation framework and ecosystem. Apache-2 +
selenium (🥇46 · ⭐ 24K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 740 · 🔀 6.9K · 📥 2.1M · 📦 150K · 📋 8.2K - 1% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 740 · 🔀 7K · 📥 2.2M · 📦 150K · 📋 8.2K - 1% open · ⏱️ 01.06.2022): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (📥 10M / month · 📦 16K · ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/selenium) (📥 11M / month · 📦 16K · ⏱️ 27.05.2022): ``` pip install selenium ``` -- [Conda](https://anaconda.org/conda-forge/selenium) (📥 770K · ⏱️ 11.01.2022): +- [Conda](https://anaconda.org/conda-forge/selenium) (📥 770K · ⏱️ 31.05.2022): ``` conda install -c conda-forge selenium ```
mitmproxy (🥇41 · ⭐ 28K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 440 · 🔀 3.3K · 📥 210K · 📦 1.9K · 📋 2.8K - 8% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 440 · 🔀 3.3K · 📥 210K · 📦 1.9K · 📋 2.8K - 8% open · ⏱️ 30.05.2022): ``` git clone https://github.com/mitmproxy/mitmproxy @@ -2278,34 +2267,34 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install mitmproxy ```
-
coverage (🥇40 · ⭐ 2.1K) - The code coverage tool for Python. Apache-2 +
coverage (🥇41 · ⭐ 2.1K · 📈) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 150 · 🔀 300 · 📦 210K · 📋 1.2K - 19% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 150 · 🔀 300 · 📦 210K · 📋 1.2K - 19% open · ⏱️ 02.06.2022): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 27M / month · 📦 55K · ⏱️ 22.05.2022): +- [PyPi](https://pypi.org/project/coverage) (📥 28M / month · 📦 55K · ⏱️ 02.06.2022): ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (📥 7M · ⏱️ 23.05.2022): +- [Conda](https://anaconda.org/conda-forge/coverage) (📥 7.1M · ⏱️ 02.06.2022): ``` conda install -c conda-forge coverage ```
Locust (🥇38 · ⭐ 19K) - Scalable user load testing tool written in Python. MIT -- [GitHub](https://github.com/locustio/locust) (👨‍💻 240 · 🔀 2.4K · 📋 1.3K - 1% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/locustio/locust) (👨‍💻 240 · 🔀 2.4K · 📋 1.3K - 1% open · ⏱️ 01.06.2022): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (📥 760K / month · 📦 86 · ⏱️ 25.05.2022): +- [PyPi](https://pypi.org/project/locust) (📥 760K / month · 📦 86 · ⏱️ 01.06.2022): ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (📥 52K · ⏱️ 20.05.2022): +- [Conda](https://anaconda.org/conda-forge/locust) (📥 53K · ⏱️ 20.05.2022): ``` conda install -c conda-forge locust ``` @@ -2326,28 +2315,28 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responses ```
-
splinter (🥇35 · ⭐ 2.5K) - splinter - python test framework for web applications. BSD-3 +
SeleniumBase (🥈34 · ⭐ 2.8K) - A complete Python framework for reliable web automation and testing. MIT -- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 170 · 🔀 510 · 📦 5.5K · 📋 510 - 10% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 34 · 🔀 650 · 📦 290 · 📋 400 - 0% open · ⏱️ 02.06.2022): ``` - git clone https://github.com/cobrateam/splinter + git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/splinter) (📥 86K / month · 📦 1.1K · ⏱️ 22.12.2021): +- [PyPi](https://pypi.org/project/seleniumbase) (📥 350K / month · 📦 17 · ⏱️ 02.06.2022): ``` - pip install splinter + pip install seleniumbase ```
-
SeleniumBase (🥈34 · ⭐ 2.8K) - A web automation framework for Python developers. Includes a test.. MIT +
splinter (🥈34 · ⭐ 2.5K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 34 · 🔀 650 · 📦 290 · 📋 390 - 1% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 170 · 🔀 510 · 📦 5.5K · 📋 510 - 10% open · ⏱️ 01.06.2022): ``` - git clone https://github.com/seleniumbase/SeleniumBase + git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 390K / month · 📦 17 · ⏱️ 26.05.2022): +- [PyPi](https://pypi.org/project/splinter) (📥 85K / month · 📦 1.1K · ⏱️ 22.12.2021): ``` - pip install seleniumbase + pip install splinter ```
vcrpy (🥈33 · ⭐ 2.2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT @@ -2366,25 +2355,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge vcrpy ```
-
pytest-django (🥈33 · ⭐ 1K) - A Django plugin for pytest. BSD-3 - -- [GitHub](https://github.com/pytest-dev/pytest-django) (👨‍💻 130 · 🔀 300 · 📋 480 - 27% open · ⏱️ 16.05.2022): - - ``` - git clone https://github.com/pytest-dev/pytest-django - ``` -- [PyPi](https://pypi.org/project/pytest-django) (📥 1.6M / month · 📦 5.9K · ⏱️ 07.12.2021): - ``` - pip install pytest-django - ``` -- [Conda](https://anaconda.org/conda-forge/pytest-django) (📥 130K · ⏱️ 08.12.2021): - ``` - conda install -c conda-forge pytest-django - ``` -
django-silk (🥈32 · ⭐ 3.4K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 130 · 🔀 290 · 📥 180 · 📦 2.1K · 📋 300 - 36% open · ⏱️ 20.03.2022): +- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 130 · 🔀 290 · 📥 180 · 📦 2.1K · 📋 300 - 36% open · ⏱️ 28.05.2022): ``` git clone https://github.com/jazzband/django-silk @@ -2396,16 +2369,32 @@ _General purpose web frameworks to build web applications and REST APIs._
Prism (🥈32 · ⭐ 2.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 73 · 🔀 240 · 📥 790K · 📦 250 · 📋 560 - 9% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 73 · 🔀 240 · 📥 790K · 📦 250 · 📋 570 - 9% open · ⏱️ 24.05.2022): ``` git clone https://github.com/stoplightio/prism ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 190K / month · 📦 15 · ⏱️ 19.05.2022): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 180K / month · 📦 15 · ⏱️ 19.05.2022): ``` npm install @stoplight/prism-cli ```
+
factory_boy (🥈32 · ⭐ 2.8K) - A test fixtures replacement for Python. MIT + +- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 120 · 🔀 340 · 📋 520 - 30% open · ⏱️ 01.06.2022): + + ``` + git clone https://github.com/FactoryBoy/factory_boy + ``` +- [PyPi](https://pypi.org/project/factory_boy) (📥 2M / month · 📦 2.1K · ⏱️ 05.05.2018): + ``` + pip install factory_boy + ``` +- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 98K · ⏱️ 26.10.2021): + ``` + conda install -c conda-forge factory_boy + ``` +
SeleniumLibrary (🥈32 · ⭐ 1.1K) - Web testing library for Robot Framework. Apache-2 - [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 110 · 🔀 670 · 📥 3.5K · 📦 2.4K · 📋 970 - 4% open · ⏱️ 20.04.2022): @@ -2413,7 +2402,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 590K / month · 📦 120 · ⏱️ 08.01.2022): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 580K / month · 📦 120 · ⏱️ 08.01.2022): ``` pip install robotframework-seleniumlibrary ``` @@ -2422,30 +2411,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge robotframework-seleniumlibrary ```
-
factory_boy (🥈31 · ⭐ 2.8K) - A test fixtures replacement for Python. MIT +
pytest-django (🥈32 · ⭐ 1K) - A Django plugin for pytest. BSD-3 -- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 120 · 🔀 340 · 📋 520 - 30% open · ⏱️ 16.05.2022): +- [GitHub](https://github.com/pytest-dev/pytest-django) (👨‍💻 130 · 🔀 300 · 📋 480 - 27% open · ⏱️ 27.05.2022): ``` - git clone https://github.com/FactoryBoy/factory_boy + git clone https://github.com/pytest-dev/pytest-django ``` -- [PyPi](https://pypi.org/project/factory_boy) (📥 2M / month · 📦 2.1K · ⏱️ 05.05.2018): +- [PyPi](https://pypi.org/project/pytest-django) (📥 1.6M / month · 📦 5.9K · ⏱️ 07.12.2021): ``` - pip install factory_boy + pip install pytest-django ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 97K · ⏱️ 26.10.2021): +- [Conda](https://anaconda.org/conda-forge/pytest-django) (📥 130K · ⏱️ 08.12.2021): ``` - conda install -c conda-forge factory_boy + conda install -c conda-forge pytest-django ```
-
HTTPretty (🥈30 · ⭐ 2K) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT +
HTTPretty (🥈30 · ⭐ 2K · 💤) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT - [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨‍💻 100 · 🔀 250 · 📦 6.1K · 📋 230 - 38% open · ⏱️ 05.11.2021): ``` git clone https://github.com/gabrielfalcao/HTTPretty ``` -- [PyPi](https://pypi.org/project/httpretty) (📥 430K / month · 📦 2.7K · ⏱️ 16.08.2021): +- [PyPi](https://pypi.org/project/httpretty) (📥 420K / month · 📦 2.7K · ⏱️ 16.08.2021): ``` pip install httpretty ``` @@ -2456,7 +2445,7 @@ _General purpose web frameworks to build web applications and REST APIs._
tavern (🥈30 · ⭐ 870) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 53 · 🔀 160 · 📦 290 · 📋 550 - 8% open · ⏱️ 02.05.2022): +- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 53 · 🔀 160 · 📦 300 · 📋 550 - 8% open · ⏱️ 02.05.2022): ``` git clone https://github.com/taverntesting/tavern @@ -2473,7 +2462,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) (📥 100K / month · 📦 3K · ⏱️ 29.03.2022): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 110K / month · 📦 3K · ⏱️ 29.03.2022): ``` pip install flask-debugtoolbar ``` @@ -2482,62 +2471,62 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-debugtoolbar ```
-
httprunner (🥈29 · ⭐ 2.8K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 +
httprunner (🥈29 · ⭐ 3K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 33 · 🔀 1K · 📥 400 · 📦 1 · 📋 1.1K - 34% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 33 · 🔀 1.1K · 📥 540 · 📦 1 · 📋 1.1K - 32% open · ⏱️ 31.05.2022): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (📥 4.6K / month · 📦 6 · ⏱️ 07.05.2022): +- [PyPi](https://pypi.org/project/httprunner) (📥 5.3K / month · 📦 6 · ⏱️ 29.05.2022): ``` pip install httprunner ```
django-nose (🥈29 · ⭐ 870 · 💤) - Django test runner using nose. BSD-3 -- [GitHub](https://github.com/jazzband/django-nose) (👨‍💻 63 · 🔀 240 · 📦 8.3K · 📋 230 - 41% open · ⏱️ 22.10.2021): +- [GitHub](https://github.com/jazzband/django-nose) (👨‍💻 63 · 🔀 240 · 📦 8.4K · 📋 230 - 41% open · ⏱️ 22.10.2021): ``` git clone https://github.com/jazzband/django-nose ``` -- [PyPi](https://pypi.org/project/django-nose) (📥 260K / month · 📦 4.4K · ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/django-nose) (📥 270K / month · 📦 4.4K · ⏱️ 20.08.2020): ``` pip install django-nose ```
+
Mockoon (🥈28 · ⭐ 3.9K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT + +- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 39 · 🔀 220 · 📥 52K · 📦 25 · 📋 440 - 12% open · ⏱️ 30.05.2022): + + ``` + git clone https://github.com/mockoon/mockoon + ``` +
Dredd (🥈28 · ⭐ 3.8K) - Language-agnostic HTTP API Testing Tool. MIT -- [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 300 · 📦 810 · 📋 820 - 30% open · ⏱️ 03.04.2022): +- [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 300 · 📦 820 · 📋 820 - 30% open · ⏱️ 03.04.2022): ``` git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (📥 5.2K / month · 📦 38 · ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (📥 5.5K / month · 📦 38 · ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (📥 43K / month · 📦 170 · ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (📥 42K / month · 📦 170 · ⏱️ 16.11.2021): ``` npm install dredd ```
-
Mockoon (🥉27 · ⭐ 3.9K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT - -- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 39 · 🔀 220 · 📥 78K · 📦 25 · 📋 440 - 12% open · ⏱️ 20.05.2022): - - ``` - git clone https://github.com/mockoon/mockoon - ``` -
schemathesis (🥉27 · ⭐ 1.3K) - A modern API testing tool for web applications built.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 41 · 🔀 98 · 📋 650 - 16% open · ⏱️ 09.05.2022): +- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 42 · 🔀 99 · 📋 660 - 16% open · ⏱️ 02.06.2022): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (📥 44K / month · 📦 4 · ⏱️ 09.05.2022): +- [PyPi](https://pypi.org/project/schemathesis) (📥 46K / month · 📦 4 · ⏱️ 28.05.2022): ``` pip install schemathesis ``` @@ -2553,7 +2542,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install webtest ``` -- [Conda](https://anaconda.org/conda-forge/webtest) (📥 8.5K · ⏱️ 19.08.2021): +- [Conda](https://anaconda.org/conda-forge/webtest) (📥 8.6K · ⏱️ 19.08.2021): ``` conda install -c conda-forge webtest ``` @@ -2565,19 +2554,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/scrapinghub/splash ``` -- [PyPi](https://pypi.org/project/splash) (📥 4.9K / month · 📦 10 · ⏱️ 16.06.2020): +- [PyPi](https://pypi.org/project/splash) (📥 4.2K / month · 📦 10 · ⏱️ 16.06.2020): ``` pip install splash ```
mixer (🥉26 · ⭐ 820) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 -- [GitHub](https://github.com/klen/mixer) (👨‍💻 43 · 🔀 88 · 📋 79 - 39% open · ⏱️ 23.03.2022): +- [GitHub](https://github.com/klen/mixer) (👨‍💻 43 · 🔀 88 · 📋 80 - 38% open · ⏱️ 23.03.2022): ``` git clone https://github.com/klen/mixer ``` -- [PyPi](https://pypi.org/project/mixer) (📥 70K / month · 📦 310 · ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/mixer) (📥 69K / month · 📦 310 · ⏱️ 23.03.2022): ``` pip install mixer ``` @@ -2589,7 +2578,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) (📥 70K / month · 📦 1.3K · ⏱️ 19.05.2021): +- [PyPi](https://pypi.org/project/django-test-plus) (📥 67K / month · 📦 1.3K · ⏱️ 19.05.2021): ``` pip install django-test-plus ``` @@ -2621,15 +2610,27 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 250K / month · 📦 14 · ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/model_bakery) (📥 270K / month · 📦 14 · ⏱️ 05.04.2022): ``` pip install model_bakery ``` -- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 5.6K · ⏱️ 06.04.2022): +- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 5.7K · ⏱️ 06.04.2022): ``` conda install -c conda-forge model_bakery ```
+
selene (🥉25 · ⭐ 530) - User-oriented Web UI browser tests in Python. MIT + +- [GitHub](https://github.com/yashaka/selene) (👨‍💻 35 · 🔀 120 · 📋 250 - 35% open · ⏱️ 30.05.2022): + + ``` + git clone https://github.com/yashaka/selene + ``` +- [PyPi](https://pypi.org/project/selene) (📥 15K / month · 📦 15 · ⏱️ 29.05.2022): + ``` + pip install selene + ``` +
aioresponses (🥉25 · ⭐ 360) - Aioresponses is a helper for mock/fake web requests in python.. MIT - [GitHub](https://github.com/pnuckowski/aioresponses) (👨‍💻 41 · 🔀 72 · 📋 79 - 45% open · ⏱️ 04.04.2022): @@ -2637,7 +2638,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/aioresponses) (📥 240K / month · 📦 130 · ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/aioresponses) (📥 260K / month · 📦 130 · ⏱️ 10.01.2022): ``` pip install aioresponses ``` @@ -2649,35 +2650,23 @@ _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) (📥 11K / month · 📦 27 · ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/mocket) (📥 12K / month · 📦 27 · ⏱️ 17.05.2022): ``` pip install mocket ```
selenium-python-helium (🥉24 · ⭐ 2.9K) - Selenium-python but lighter: Helium is the best.. MIT -- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨‍💻 7 · 🔀 250 · 📦 200 · 📋 59 - 42% open · ⏱️ 06.05.2022): +- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨‍💻 7 · 🔀 250 · 📦 210 · 📋 59 - 42% open · ⏱️ 06.05.2022): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (📥 19K / month · 📦 9 · ⏱️ 03.09.2021): +- [PyPi](https://pypi.org/project/helium) (📥 18K / month · 📦 9 · ⏱️ 03.09.2021): ``` pip install helium ```
-
selene (🥉24 · ⭐ 530) - User-oriented Web UI browser tests in Python. MIT - -- [GitHub](https://github.com/yashaka/selene) (👨‍💻 35 · 🔀 120 · 📋 240 - 34% open · ⏱️ 26.04.2022): - - ``` - git clone https://github.com/yashaka/selene - ``` -- [PyPi](https://pypi.org/project/selene) (📥 15K / month · 📦 15 · ⏱️ 29.03.2022): - ``` - pip install selene - ``` -
requestium (🥉23 · ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of.. BSD-3 - [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 9 · 🔀 140 · 📦 60 · 📋 22 - 18% open · ⏱️ 17.04.2022): @@ -2690,26 +2679,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install requestium ```
-
gabbi (🥉23 · ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 +
gabbi (🥉22 · ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 - [GitHub](https://github.com/cdent/gabbi) (👨‍💻 28 · 🔀 31 · 📋 150 - 13% open · ⏱️ 25.03.2022): ``` git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/gabbi) (📥 8.4K / month · 📦 110 · ⏱️ 22.03.2022): +- [PyPi](https://pypi.org/project/gabbi) (📥 9K / month · 📦 110 · ⏱️ 22.03.2022): ``` pip install gabbi ```
-
molotov (🥉22 · ⭐ 380) - Load Testing Tool. Apache-2 +
molotov (🥉21 · ⭐ 380) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/loads/molotov) (👨‍💻 12 · 🔀 28 · 📦 77 · 📋 110 - 19% open · ⏱️ 25.01.2022): +- [GitHub](https://github.com/loads/molotov) (👨‍💻 12 · 🔀 28 · 📦 78 · 📋 110 - 19% open · ⏱️ 25.01.2022): ``` git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/molotov) (📥 22K / month · 📦 12 · ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/molotov) (📥 18K / month · 📦 12 · ⏱️ 25.01.2022): ``` pip install molotov ``` @@ -2721,19 +2710,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aresponses/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (📥 31K / month · 📦 48 · ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/aresponses) (📥 28K / month · 📦 48 · ⏱️ 29.01.2022): ``` pip install aresponses ```
-
fsociety (🥉19 · ⭐ 620) - A Modular Penetration Testing Framework. MIT +
fsociety (🥉19 · ⭐ 630) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 9 · 🔀 85 · 📦 2 · ⏱️ 26.05.2022): +- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 9 · 🔀 85 · 📦 2 · ⏱️ 01.06.2022): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (📥 700 / month · ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (📥 740 / month · ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2745,19 +2734,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/vinissimus/async-asgi-testclient ``` -- [PyPi](https://pypi.org/project/async-asgi-testclient) (📥 34K / month · 📦 16 · ⏱️ 11.03.2022): +- [PyPi](https://pypi.org/project/async-asgi-testclient) (📥 36K / month · 📦 16 · ⏱️ 11.03.2022): ``` pip install async-asgi-testclient ```
-
golem (🥉17 · ⭐ 480) - A complete test automation tool. MIT +
golem (🥉17 · ⭐ 480 · 💤) - A complete test automation tool. MIT - [GitHub](https://github.com/golemhq/golem) (👨‍💻 20 · 🔀 71 · 📥 53 · 📋 140 - 11% open · ⏱️ 16.11.2021): ``` git clone https://github.com/golemhq/golem ``` -- [PyPi](https://pypi.org/project/golem-framework) (📥 160 / month · 📦 1 · ⏱️ 30.07.2021): +- [PyPi](https://pypi.org/project/golem-framework) (📥 200 / month · 📦 1 · ⏱️ 30.07.2021): ``` pip install golem-framework ``` @@ -2765,8 +2754,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 11 hidden projects... - pyppeteer (🥈31 · ⭐ 3.5K · 💀) - Headless chrome/chromium automation library (unofficial port of.. MIT -- flask-testing (🥉27 · ⭐ 490 · 💀) - Unittest extensions for Flask. BSD-3 -- parameterized (🥉26 · ⭐ 660 · 💀) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD +- flask-testing (🥉27 · ⭐ 480 · 💀) - Unittest extensions for Flask. BSD-3 +- parameterized (🥉26 · ⭐ 670 · 💀) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - pyramid_debugtoolbar (🥉25 · ⭐ 95 · 💀) - Pyramid debug toolbar. BSD-3 - pytest-splinter (🥉24 · ⭐ 230 · 💀) - pytest splinter and selenium integration for anyone.. MIT - wdb (🥉23 · ⭐ 1.5K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 @@ -2782,14 +2771,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
django-crispy-forms (🥇38 · ⭐ 4.4K) - The best way to have DRY Django forms. The app.. MIT +
django-crispy-forms (🥇38 · ⭐ 4.5K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 700 · 📦 90K · 📋 660 - 11% open · ⏱️ 21.05.2022): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 700 · 📦 91K · 📋 660 - 11% open · ⏱️ 21.05.2022): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 600K / month · 📦 8K · ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 610K / month · 📦 8K · ⏱️ 25.01.2022): ``` pip install django-crispy-forms ``` @@ -2814,7 +2803,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-wtf ```
-
wtforms (🥉35 · ⭐ 1.3K) - A flexible forms validation and rendering library for Python. BSD-3 +
wtforms (🥉34 · ⭐ 1.3K) - A flexible forms validation and rendering library for Python. BSD-3 - [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 130 · 🔀 360 · 📦 130K · 📋 400 - 11% open · ⏱️ 28.04.2022): @@ -2825,33 +2814,33 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install wtforms ``` -- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 98K · ⏱️ 24.12.2021): +- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 99K · ⏱️ 24.12.2021): ``` conda install -c conda-forge wtforms ```
-
django-formtools (🥉27 · ⭐ 580) - A set of high-level abstractions for Django forms. BSD-3 +
deform (🥉27 · ⭐ 380 · 💤) - A Python HTML form library. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 67 · 🔀 110 · 📦 7.8K · 📋 130 - 48% open · ⏱️ 02.03.2022): +- [GitHub](https://github.com/Pylons/deform) (👨‍💻 100 · 🔀 160 · 📦 720 · 📋 180 - 25% open · ⏱️ 23.10.2021): ``` - git clone https://github.com/jazzband/django-formtools + git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/django-formtools) (📥 270K / month · 📦 1.2K · ⏱️ 19.04.2021): +- [PyPi](https://pypi.org/project/deform) (📥 8.8K / month · 📦 200 · ⏱️ 10.12.2020): ``` - pip install django-formtools + pip install deform ```
-
deform (🥉27 · ⭐ 380 · 💤) - A Python HTML form library. BSD-3 +
django-formtools (🥉26 · ⭐ 580) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/Pylons/deform) (👨‍💻 100 · 🔀 150 · 📦 720 · 📋 180 - 25% open · ⏱️ 23.10.2021): +- [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 67 · 🔀 110 · 📦 7.8K · 📋 130 - 48% open · ⏱️ 02.03.2022): ``` - git clone https://github.com/Pylons/deform + git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/deform) (📥 8.9K / month · 📦 200 · ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/django-formtools) (📥 270K / month · 📦 1.2K · ⏱️ 19.04.2021): ``` - pip install deform + pip install django-formtools ```

@@ -2862,7 +2851,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown (🥇38 · ⭐ 2.9K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 160 · 🔀 740 · 📦 190K · 📋 770 - 4% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 160 · 🔀 740 · 📦 200K · 📋 780 - 4% open · ⏱️ 27.05.2022): ``` git clone https://github.com/Python-Markdown/markdown @@ -2878,12 +2867,12 @@ _General purpose web frameworks to build web applications and REST APIs._
pelican (🥇36 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 430 · 🔀 1.8K · 📥 570 · 📦 5.8K · 📋 1.6K - 4% open · ⏱️ 03.04.2022): +- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 430 · 🔀 1.8K · 📥 580 · 📦 5.8K · 📋 1.6K - 4% open · ⏱️ 03.04.2022): ``` git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/pelican) (📥 15K / month · 📦 1.8K · ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/pelican) (📥 14K / month · 📦 1.8K · ⏱️ 09.02.2022): ``` pip install pelican ``` @@ -2894,56 +2883,56 @@ _General purpose web frameworks to build web applications and REST APIs._
python-markdown2 (🥈35 · ⭐ 2.3K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 64 · 🔀 400 · 📦 13K · 📋 270 - 38% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 64 · 🔀 400 · 📦 13K · 📋 270 - 38% open · ⏱️ 28.05.2022): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (📥 500K / month · 📦 2.4K · ⏱️ 27.04.2022): +- [PyPi](https://pypi.org/project/markdown2) (📥 470K / month · 📦 2.4K · ⏱️ 27.04.2022): ``` pip install markdown2 ```
-
mistune (🥈33 · ⭐ 2.1K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 +
mistune (🥈34 · ⭐ 2.1K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/lepture/mistune) (👨‍💻 34 · 🔀 210 · 📋 230 - 11% open · ⏱️ 25.04.2022): +- [GitHub](https://github.com/lepture/mistune) (👨‍💻 35 · 🔀 210 · 📋 230 - 11% open · ⏱️ 28.05.2022): ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (📥 12M / month · 📦 9.2K · ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/mistune) (📥 13M / month · 📦 9.2K · ⏱️ 14.01.2022): ``` pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (📥 7M · ⏱️ 14.01.2022): +- [Conda](https://anaconda.org/conda-forge/mistune) (📥 7.1M · ⏱️ 14.01.2022): ``` conda install -c conda-forge mistune ```
pymdown-extensions (🥈31 · ⭐ 600) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 35 · 🔀 210 · 📋 300 - 7% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 35 · 🔀 210 · 📋 300 - 7% open · ⏱️ 31.05.2022): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 780K / month · 📦 900 · ⏱️ 25.04.2022): +- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 760K / month · 📦 900 · ⏱️ 25.04.2022): ``` pip install pymdown-extensions ``` -- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 65K · ⏱️ 25.05.2022): +- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 66K · ⏱️ 25.05.2022): ``` conda install -c conda-forge pymdown-extensions ```
-
grip (🥉30 · ⭐ 5.6K) - Preview GitHub README.md files locally before committing them. MIT +
grip (🥉29 · ⭐ 5.7K) - Preview GitHub README.md files locally before committing them. MIT - [GitHub](https://github.com/joeyespo/grip) (👨‍💻 39 · 🔀 400 · 📦 1K · 📋 280 - 33% open · ⏱️ 30.03.2022): ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (📥 21K / month · 📦 140 · ⏱️ 30.03.2022): +- [PyPi](https://pypi.org/project/grip) (📥 20K / month · 📦 140 · ⏱️ 30.03.2022): ``` pip install grip ``` @@ -2979,7 +2968,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (📥 62K / month · 📦 53 · ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/mistletoe) (📥 61K / month · 📦 53 · ⏱️ 09.02.2022): ``` pip install mistletoe ``` @@ -2995,12 +2984,12 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 280K · ⏱️ 18.04.2022): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 290K · ⏱️ 18.04.2022): ``` conda install -c conda-forge markdown-it-py ```
-
django-markdown-editor (🥉23 · ⭐ 570) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
django-markdown-editor (🥉22 · ⭐ 580) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 - [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 29 · 🔀 850 · 📋 120 - 21% open · ⏱️ 31.03.2022): @@ -3014,7 +3003,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 1 hidden projects... -- markdown-include (🥉21 · ⭐ 77 · 💀) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 +- markdown-include (🥉20 · ⭐ 77 · 💀) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0

@@ -3024,43 +3013,43 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 Public APIs ( ⭐ 190K) - A collective list of free APIs. -🔗 best-of-ml-python - DB Clients ( ⭐ 10K) - Collection of python database client libraries. +🔗 best-of-ml-python - DB Clients ( ⭐ 11K) - Collection of python database client libraries. -
youtube-dl (🥇44 · ⭐ 110K) - Command-line program to download videos from YouTube.com and.. Unlicense +
discord.py (🥇44 · ⭐ 11K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 970 · 🔀 7.8K · 📥 49M · 📋 26K - 18% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 340 · 🔀 3.3K · 📦 48K · 📋 2.6K - 3% open · ⏱️ 01.06.2022): ``` - git clone https://github.com/ytdl-org/youtube-dl + git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/youtube_dl) (📥 3.9M / month · 📦 1.8K · ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/discord.py) (📥 45M / month · 📦 2.7K · ⏱️ 12.06.2021): ``` - pip install youtube_dl + pip install discord.py ``` -- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 960K · ⏱️ 20.12.2021): +- [Conda](https://anaconda.org/conda-forge/discord.py) (📥 3.6K · ⏱️ 12.06.2021): ``` - conda install -c conda-forge youtube-dl + conda install -c conda-forge discord.py ```
-
discord.py (🥇44 · ⭐ 11K) - An API wrapper for Discord written in Python. MIT +
youtube-dl (🥇43 · ⭐ 110K) - Command-line program to download videos from YouTube.com and.. Unlicense -- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 340 · 🔀 3.3K · 📦 48K · 📋 2.6K - 3% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 970 · 🔀 7.8K · 📥 49M · 📋 26K - 18% open · ⏱️ 30.05.2022): ``` - git clone https://github.com/Rapptz/discord.py + git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 38M / month · 📦 2.7K · ⏱️ 12.06.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (📥 4.4M / month · 📦 1.8K · ⏱️ 16.12.2021): ``` - pip install discord.py + pip install youtube_dl ``` -- [Conda](https://anaconda.org/conda-forge/discord.py) (📥 3.5K · ⏱️ 12.06.2021): +- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 970K · ⏱️ 20.12.2021): ``` - conda install -c conda-forge discord.py + conda install -c conda-forge youtube-dl ```
google-api-python-client (🥇43 · ⭐ 5.7K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 180 · 🔀 2.2K · 📦 100K · 📋 910 - 5% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 180 · 🔀 2.2K · 📦 100K · 📋 910 - 5% open · ⏱️ 31.05.2022): ``` git clone https://github.com/googleapis/google-api-python-client @@ -3076,51 +3065,39 @@ _General purpose web frameworks to build web applications and REST APIs._
tweepy (🥇41 · ⭐ 8.8K) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 240 · 🔀 4K · 📦 34K · 📋 1.1K - 5% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 240 · 🔀 4K · 📦 34K · 📋 1.1K - 5% open · ⏱️ 01.06.2022): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (📥 750K / month · 📦 4.4K · ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/tweepy) (📥 810K / month · 📦 4.4K · ⏱️ 20.05.2022): ``` pip install tweepy ``` -- [Conda](https://anaconda.org/conda-forge/tweepy) (📥 140K · ⏱️ 20.05.2022): +- [Conda](https://anaconda.org/conda-forge/tweepy) (📥 150K · ⏱️ 20.05.2022): ``` conda install -c conda-forge tweepy ```
python-telegram-bot (🥇40 · ⭐ 19K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 170 · 🔀 4.1K · 📥 7.3K · 📦 54K · 📋 1.7K - 2% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 170 · 🔀 4.1K · 📥 7.7K · 📦 55K · 📋 1.7K - 2% open · ⏱️ 02.06.2022): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 660K / month · 📦 2.5K · ⏱️ 26.05.2022): +- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 700K / month · 📦 2.5K · ⏱️ 26.05.2022): ``` pip install python-telegram-bot ``` -- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (📥 46K · ⏱️ 02.02.2022): +- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (📥 47K · ⏱️ 02.02.2022): ``` conda install -c conda-forge python-telegram-bot ```
-
Telethon (🥇40 · ⭐ 6.5K · 📈) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT - -- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 150 · 🔀 1.1K · 📦 31K · 📋 1.8K - 5% open · ⏱️ 18.05.2022): - - ``` - git clone https://github.com/LonamiWebs/Telethon - ``` -- [PyPi](https://pypi.org/project/telethon) (📥 2.2M / month · 📦 380 · ⏱️ 01.12.2021): - ``` - pip install telethon - ``` -
GitPython (🥇40 · ⭐ 3.5K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 260 · 🔀 760 · 📦 82K · 📋 830 - 15% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 270 · 🔀 760 · 📦 83K · 📋 830 - 15% open · ⏱️ 29.05.2022): ``` git clone https://github.com/gitpython-developers/GitPython @@ -3136,40 +3113,52 @@ _General purpose web frameworks to build web applications and REST APIs._
pyTelegramBotAPI (🥈38 · ⭐ 5.6K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 190 · 🔀 1.5K · 📦 23K · 📋 950 - 0% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 190 · 🔀 1.5K · 📦 24K · 📋 960 - 0% open · ⏱️ 01.06.2022): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 370K / month · 📦 920 · ⏱️ 07.05.2022): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 410K / month · 📦 920 · ⏱️ 07.05.2022): ``` pip install pytelegrambotapi ```
+
Telethon (🥈37 · ⭐ 6.5K · 📉) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT + +- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 150 · 🔀 1.1K · 📦 31K · 📋 1.8K - 5% open · ⏱️ 18.05.2022): + + ``` + git clone https://github.com/LonamiWebs/Telethon + ``` +- [PyPi](https://pypi.org/project/telethon) (📥 1.9M / month · 📦 380 · ⏱️ 01.12.2021): + ``` + pip install telethon + ``` +
gspread (🥈37 · ⭐ 5.9K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (👨‍💻 150 · 🔀 870 · 📥 100 · 📦 16K · 📋 720 - 7% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/burnash/gspread) (👨‍💻 150 · 🔀 870 · 📥 110 · 📦 16K · 📋 720 - 7% open · ⏱️ 31.05.2022): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (📥 9.6M / month · 📦 960 · ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/gspread) (📥 10M / month · 📦 970 · ⏱️ 31.05.2022): ``` pip install gspread ``` -- [Conda](https://anaconda.org/conda-forge/gspread) (📥 220K · ⏱️ 09.08.2021): +- [Conda](https://anaconda.org/conda-forge/gspread) (📥 220K · ⏱️ 01.06.2022): ``` conda install -c conda-forge gspread ```
-
stripe (🥈37 · ⭐ 1.2K · 📈) - Python library for the Stripe API. MIT +
stripe (🥈37 · ⭐ 1.2K) - Python library for the Stripe API. MIT - [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 120 · 🔀 340 · 📦 21K · 📋 310 - 4% open · ⏱️ 24.05.2022): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (📥 1.8M / month · 📦 2K · ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/stripe) (📥 1.9M / month · 📦 2K · ⏱️ 23.05.2022): ``` pip install stripe ``` @@ -3185,7 +3174,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (📥 8.8M / month · 📦 2.5K · ⏱️ 26.04.2021): +- [PyPi](https://pypi.org/project/pygithub) (📥 9.4M / month · 📦 2.5K · ⏱️ 26.04.2021): ``` pip install pygithub ``` @@ -3196,53 +3185,53 @@ _General purpose web frameworks to build web applications and REST APIs._
slackclient (🥈36 · ⭐ 3.4K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 140 · 🔀 800 · 📥 340 · 📋 640 - 1% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 140 · 🔀 810 · 📥 340 · 📋 640 - 2% open · ⏱️ 31.05.2022): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 8.3M / month · 📦 2.2K · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slackclient) (📥 8.6M / month · 📦 2.2K · ⏱️ 22.04.2022): ``` pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 460K · ⏱️ 19.11.2021): +- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 470K · ⏱️ 19.11.2021): ``` conda install -c conda-forge slackclient ```
praw (🥈36 · ⭐ 2.8K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- [GitHub](https://github.com/praw-dev/praw) (👨‍💻 220 · 🔀 430 · 📦 11K · 📋 700 - 0% open · ⏱️ 21.05.2022): +- [GitHub](https://github.com/praw-dev/praw) (👨‍💻 220 · 🔀 430 · 📦 11K · 📋 690 - 0% open · ⏱️ 31.05.2022): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (📥 770K / month · 📦 1.7K · ⏱️ 10.05.2022): +- [PyPi](https://pypi.org/project/praw) (📥 850K / month · 📦 1.7K · ⏱️ 10.05.2022): ``` pip install praw ``` -- [Conda](https://anaconda.org/conda-forge/praw) (📥 26K · ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/praw) (📥 26K · ⏱️ 28.05.2022): ``` conda install -c conda-forge praw ```
twilio (🥈36 · ⭐ 1.6K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 130 · 🔀 630 · 📦 23K · 📋 270 - 5% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 130 · 🔀 630 · 📦 23K · 📋 270 - 5% open · ⏱️ 01.06.2022): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (📥 2.8M / month · 📦 3.5K · ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/twilio) (📥 2.8M / month · 📦 3.5K · ⏱️ 01.06.2022): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (📥 76K · ⏱️ 19.05.2022): +- [Conda](https://anaconda.org/conda-forge/twilio) (📥 77K · ⏱️ 02.06.2022): ``` conda install -c conda-forge twilio ```
-
jira (🥈36 · ⭐ 1.5K) - Python Jira library. Development chat available on.. BSD-2 +
jira (🥈36 · ⭐ 1.6K) - Python Jira library. Development chat available on.. BSD-2 - [GitHub](https://github.com/pycontribs/jira) (👨‍💻 230 · 🔀 760 · 📥 720 · 📦 4 · 📋 620 - 18% open · ⏱️ 17.05.2022): @@ -3253,7 +3242,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install jira ``` -- [Conda](https://anaconda.org/conda-forge/jira) (📥 76K · ⏱️ 14.04.2022): +- [Conda](https://anaconda.org/conda-forge/jira) (📥 77K · ⏱️ 14.04.2022): ``` conda install -c conda-forge jira ``` @@ -3265,39 +3254,39 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/googlemaps/google-maps-services-python ``` -- [PyPi](https://pypi.org/project/googlemaps) (📥 1.3M / month · 📦 1.2K · ⏱️ 02.02.2022): +- [PyPi](https://pypi.org/project/googlemaps) (📥 1.5M / month · 📦 1.2K · ⏱️ 02.02.2022): ``` pip install googlemaps ```
-
pytube (🥈34 · ⭐ 7.2K) - A lightweight, dependency-free Python library (and command-line.. Unlicense +
pytube (🥈34 · ⭐ 7.3K) - A lightweight, dependency-free Python library (and command-line.. Unlicense - [GitHub](https://github.com/pytube/pytube) (👨‍💻 100 · 🔀 1.5K · 📦 15K · 📋 850 - 18% open · ⏱️ 09.05.2022): ``` git clone https://github.com/pytube/pytube ``` -- [PyPi](https://pypi.org/project/pytube) (📥 350K / month · 📦 330 · ⏱️ 09.05.2022): +- [PyPi](https://pypi.org/project/pytube) (📥 380K / month · 📦 330 · ⏱️ 09.05.2022): ``` pip install pytube ``` -- [Conda](https://anaconda.org/conda-forge/pytube) (📥 1.2K · ⏱️ 09.05.2022): +- [Conda](https://anaconda.org/conda-forge/pytube) (📥 1.3K · ⏱️ 09.05.2022): ``` conda install -c conda-forge pytube ```
python-slack-sdk (🥈34 · ⭐ 3.4K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 140 · 🔀 800 · 📥 340 · 📋 640 - 1% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 140 · 🔀 810 · 📥 340 · 📋 640 - 2% open · ⏱️ 31.05.2022): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 5.7M / month · 📦 88 · ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/slack-sdk) (📥 5.8M / month · 📦 89 · ⏱️ 27.05.2022): ``` pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 12K · ⏱️ 18.05.2022): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 13K · ⏱️ 27.05.2022): ``` conda install -c conda-forge slack-sdk ``` @@ -3309,26 +3298,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 5K / month · 📦 200 · ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/thumbor) (📥 4.5K / month · 📦 200 · ⏱️ 20.05.2022): ``` pip install thumbor ```
-
python-twitter (🥈33 · ⭐ 3.3K) - A Python wrapper around the Twitter API. Apache-2 - -- [GitHub](https://github.com/bear/python-twitter) (👨‍💻 170 · 🔀 960 · 📦 6.2K · 📋 420 - 24% open · ⏱️ 19.12.2021): - - ``` - git clone https://github.com/bear/python-twitter - ``` -- [PyPi](https://pypi.org/project/python-twitter) (📥 170K / month · 📦 1.7K · ⏱️ 03.11.2018): - ``` - pip install python-twitter - ``` -
-
hvac (🥉32 · ⭐ 980) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 +
hvac (🥈33 · ⭐ 980) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (👨‍💻 160 · 🔀 310 · 📥 450 · 📦 2.4K · 📋 320 - 36% open · ⏱️ 02.05.2022): +- [GitHub](https://github.com/hvac/hvac) (👨‍💻 160 · 🔀 310 · 📥 450 · 📦 2.4K · 📋 330 - 35% open · ⏱️ 31.05.2022): ``` git clone https://github.com/hvac/hvac @@ -3342,60 +3319,60 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hvac ```
-
sherlock (🥉31 · ⭐ 32K) - Hunt down social media accounts by username across social networks. MIT +
python-twitter (🥉32 · ⭐ 3.3K) - A Python wrapper around the Twitter API. Apache-2 -- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 180 · 🔀 3.7K · 📋 680 - 19% open · ⏱️ 09.05.2022): +- [GitHub](https://github.com/bear/python-twitter) (👨‍💻 170 · 🔀 960 · 📋 420 - 24% open · ⏱️ 19.12.2021): ``` - git clone https://github.com/sherlock-project/sherlock + git clone https://github.com/bear/python-twitter ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 5.8K / month · 📦 7 · ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/python-twitter) (📥 180K / month · 📦 1.7K · ⏱️ 03.11.2018): ``` - pip install sherlock + pip install python-twitter ```
-
instagram-scraper (🥉31 · ⭐ 6.2K) - Scrapes an instagram users photos and videos. Unlicense +
simple-salesforce (🥉32 · ⭐ 1.3K) - A very simple Salesforce.com REST API client for Python. Apache-2 -- [GitHub](https://github.com/arc298/instagram-scraper) (👨‍💻 60 · 🔀 1.3K · 📦 290 · 📋 650 - 62% open · ⏱️ 30.03.2022): +- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨‍💻 74 · 🔀 570 · 📋 350 - 38% open · ⏱️ 28.02.2022): ``` - git clone https://github.com/arc298/instagram-scraper + git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/instagram-scraper) (📥 23K / month · 📦 26 · ⏱️ 24.02.2022): +- [PyPi](https://pypi.org/project/simple-salesforce) (📥 4.7M / month · 📦 190 · ⏱️ 28.02.2022): ``` - pip install instagram-scraper + pip install simple-salesforce + ``` +- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (📥 43K · ⏱️ 11.12.2020): + ``` + conda install -c conda-forge simple-salesforce ```
-
spotipy (🥉31 · ⭐ 3.9K) - A light weight Python library for the Spotify Web API. MIT +
sherlock (🥉31 · ⭐ 32K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/plamere/spotipy) (👨‍💻 140 · 🔀 750 · 📦 8.7K · 📋 500 - 12% open · ⏱️ 03.01.2022): +- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 180 · 🔀 3.7K · 📋 680 - 19% open · ⏱️ 09.05.2022): ``` - git clone https://github.com/plamere/spotipy - ``` -- [PyPi](https://pypi.org/project/spotipy) (📥 390K / month · 📦 570 · ⏱️ 12.08.2021): - ``` - pip install spotipy + git clone https://github.com/sherlock-project/sherlock ``` -- [Conda](https://anaconda.org/conda-forge/spotipy) (📥 3.2K · ⏱️ 09.09.2021): +- [PyPi](https://pypi.org/project/sherlock) (📥 5.5K / month · 📦 7 · ⏱️ 11.05.2019): ``` - conda install -c conda-forge spotipy + pip install sherlock ```
-
simple-salesforce (🥉31 · ⭐ 1.3K) - A very simple Salesforce.com REST API client for Python. Apache-2 +
spotipy (🥉31 · ⭐ 3.9K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨‍💻 74 · 🔀 570 · 📋 350 - 38% open · ⏱️ 28.02.2022): +- [GitHub](https://github.com/plamere/spotipy) (👨‍💻 140 · 🔀 750 · 📦 8.8K · 📋 510 - 13% open · ⏱️ 03.01.2022): ``` - git clone https://github.com/simple-salesforce/simple-salesforce + git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (📥 4.9M / month · 📦 190 · ⏱️ 28.02.2022): +- [PyPi](https://pypi.org/project/spotipy) (📥 390K / month · 📦 570 · ⏱️ 12.08.2021): ``` - pip install simple-salesforce + pip install spotipy ``` -- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (📥 43K · ⏱️ 11.12.2020): +- [Conda](https://anaconda.org/conda-forge/spotipy) (📥 3.2K · ⏱️ 09.09.2021): ``` - conda install -c conda-forge simple-salesforce + conda install -c conda-forge spotipy ```
twitter (🥉30 · ⭐ 2.8K) - Python Twitter API. MIT @@ -3405,7 +3382,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/python-twitter-tools/twitter ``` -- [PyPi](https://pypi.org/project/twitter) (📥 46K / month · 📦 1.1K · ⏱️ 17.01.2022): +- [PyPi](https://pypi.org/project/twitter) (📥 44K / month · 📦 1.1K · ⏱️ 17.01.2022): ``` pip install twitter ``` @@ -3426,14 +3403,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge twython ```
-
gallery-dl (🥉29 · ⭐ 4.9K) - Command-line program to download image galleries and.. ❗️GPL-2.0 +
imdbpy (🥉30 · ⭐ 980) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0 + +- [GitHub](https://github.com/cinemagoer/cinemagoer) (👨‍💻 65 · 🔀 260 · 📥 110 · 📋 260 - 16% open · ⏱️ 29.05.2022): + + ``` + git clone https://github.com/alberanid/imdbpy + ``` +- [PyPi](https://pypi.org/project/imdbpy) (📥 3.3M / month · 📦 120 · ⏱️ 18.04.2021): + ``` + pip install imdbpy + ``` +
+
gallery-dl (🥉29 · ⭐ 5K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 62 · 🔀 500 · 📥 200K · 📋 2.3K - 23% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 62 · 🔀 500 · 📥 200K · 📋 2.3K - 23% open · ⏱️ 01.06.2022): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (📥 13K / month · 📦 5 · ⏱️ 25.05.2022): +- [PyPi](https://pypi.org/project/gallery-dl) (📥 14K / month · 📦 5 · ⏱️ 25.05.2022): ``` pip install gallery-dl ``` @@ -3445,38 +3434,38 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (📥 3.5K / month · 📦 130 · ⏱️ 27.03.2022): +- [PyPi](https://pypi.org/project/wechatpy) (📥 4K / month · 📦 130 · ⏱️ 27.03.2022): ``` pip install wechatpy ```
-
imdbpy (🥉29 · ⭐ 970) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0 +
instagram-scraper (🥉28 · ⭐ 6.2K · 📉) - Scrapes an instagram users photos and videos. Unlicense -- [GitHub](https://github.com/cinemagoer/cinemagoer) (👨‍💻 64 · 🔀 260 · 📥 110 · 📋 260 - 17% open · ⏱️ 25.04.2022): +- [GitHub](https://github.com/arc298/instagram-scraper) (👨‍💻 60 · 🔀 1.3K · 📋 660 - 62% open · ⏱️ 30.03.2022): ``` - git clone https://github.com/alberanid/imdbpy + git clone https://github.com/arc298/instagram-scraper ``` -- [PyPi](https://pypi.org/project/imdbpy) (📥 4.3M / month · 📦 120 · ⏱️ 18.04.2021): +- [PyPi](https://pypi.org/project/instagram-scraper) (📥 19K / month · 📦 26 · ⏱️ 24.02.2022): ``` - pip install imdbpy + pip install instagram-scraper ```
twitter-scraper (🥉28 · ⭐ 3.2K) - Scrape the Twitter Frontend API without authentication. MIT -- [GitHub](https://github.com/bisguzar/twitter-scraper) (👨‍💻 31 · 🔀 560 · 📦 3.8K · 📋 110 - 42% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/bisguzar/twitter-scraper) (👨‍💻 31 · 🔀 560 · 📦 3.9K · 📋 110 - 42% open · ⏱️ 17.12.2021): ``` git clone https://github.com/bisguzar/twitter-scraper ``` -- [PyPi](https://pypi.org/project/twitter-scraper) (📥 26K / month · 📦 12 · ⏱️ 17.07.2020): +- [PyPi](https://pypi.org/project/twitter-scraper) (📥 24K / month · 📦 12 · ⏱️ 17.07.2020): ``` pip install twitter-scraper ```
scdl (🥉25 · ⭐ 2.4K) - Soundcloud Music Downloader. ❗️GPL-2.0 -- [GitHub](https://github.com/flyingrub/scdl) (👨‍💻 48 · 🔀 260 · 📦 46 · 📋 320 - 14% open · ⏱️ 05.05.2022): +- [GitHub](https://github.com/flyingrub/scdl) (👨‍💻 48 · 🔀 260 · 📦 46 · 📋 320 - 13% open · ⏱️ 05.05.2022): ``` git clone https://github.com/flyingrub/scdl @@ -3486,44 +3475,44 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install scdl ```
-
WikiExtractor (🥉23 · ⭐ 3K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 +
ghapi (🥉25 · ⭐ 340 · 📈) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/attardi/wikiextractor) (👨‍💻 30 · 🔀 830 · 📦 140 · 📋 220 - 49% open · ⏱️ 07.03.2022): +- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 12 · 🔀 43 · 📦 350 · 📋 100 - 32% open · ⏱️ 29.05.2022): ``` - git clone https://github.com/attardi/wikiextractor + git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/wikiextractor) (📥 1.8K / month · 📦 5 · ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/ghapi) (📥 310K / month · 📦 24 · ⏱️ 09.04.2022): ``` - pip install wikiextractor + pip install ghapi ```
notion-sdk-py (🥉23 · ⭐ 700) - Official Notion SDK rewritten in Python (sync + async). MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 14 · 🔀 60 · 📦 160 · 📋 45 - 13% open · ⏱️ 17.05.2022): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 14 · 🔀 60 · 📦 170 · 📋 45 - 13% open · ⏱️ 17.05.2022): ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (📥 46K / month · 📦 17 · ⏱️ 18.04.2022): +- [PyPi](https://pypi.org/project/notion-client) (📥 57K / month · 📦 17 · ⏱️ 18.04.2022): ``` pip install notion-client ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 540 · ⏱️ 21.04.2022): +- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 600 · ⏱️ 21.04.2022): ``` conda install -c conda-forge notion-client ```
-
ghapi (🥉23 · ⭐ 340) - A delightful and complete interface to GitHubs amazing API. Apache-2 +
WikiExtractor (🥉22 · ⭐ 3K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 12 · 🔀 42 · 📋 100 - 33% open · ⏱️ 09.04.2022): +- [GitHub](https://github.com/attardi/wikiextractor) (👨‍💻 30 · 🔀 830 · 📦 140 · 📋 220 - 48% open · ⏱️ 07.03.2022): ``` - git clone https://github.com/fastai/ghapi + git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 300K / month · 📦 24 · ⏱️ 09.04.2022): +- [PyPi](https://pypi.org/project/wikiextractor) (📥 1.8K / month · 📦 5 · ⏱️ 14.10.2021): ``` - pip install ghapi + pip install wikiextractor ```
GHunt (🥉21 · ⭐ 11K) - Offensive Google framework. MPL-2.0 @@ -3541,7 +3530,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/timgrossmann/InstaPy ``` -- [PyPi](https://pypi.org/project/instapy) (📥 160K / month · 📦 11 · ⏱️ 19.01.2022): +- [PyPi](https://pypi.org/project/instapy) (📥 110K / month · 📦 11 · ⏱️ 19.01.2022): ``` pip install instapy ``` @@ -3552,15 +3541,15 @@ _General purpose web frameworks to build web applications and REST APIs._ - google-resumable-media (🥈33 · ⭐ 35) - Utilities for Google Media Downloads and Resumable.. Apache-2 - py-googletrans (🥉32 · ⭐ 3K · 💀) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT - facebook-sdk (🥉32 · ⭐ 2.6K · 💀) - Python SDK for Facebooks Graph API. Apache-2 -- Wikipedia (🥉31 · ⭐ 2.4K · 💀) - A Pythonic wrapper for the Wikipedia API. MIT -- Google Images Download (🥉30 · ⭐ 8K · 💀) - Python Script to download hundreds of images from.. MIT -- coursera-dl (🥉29 · ⭐ 8.8K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 +- Wikipedia (🥉31 · ⭐ 2.5K · 💀) - A Pythonic wrapper for the Wikipedia API. MIT +- coursera-dl (🥉30 · ⭐ 8.8K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 +- Google Images Download (🥉29 · ⭐ 8K · 💀) - Python Script to download hundreds of images from.. MIT - slacker (🥉29 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API. Apache-2 - notion-py (🥉27 · ⭐ 3.7K · 💀) - Unofficial Python API client for Notion.so. MIT -- python-instagram (🥉27 · ⭐ 2.9K · 💀) - Python Client for Instagram API. MIT - gmusicapi (🥉27 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 - twitterscraper (🥉27 · ⭐ 2.1K · 💀) - Scrape Twitter for Tweets. MIT - Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3 +- python-instagram (🥉26 · ⭐ 2.9K · 💀) - Python Client for Instagram API. MIT - telepot (🥉26 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API. MIT - pyshorteners (🥉26 · ⭐ 330 · 💀) - Generating short urls with python has never been easier. ❗️GPL-3.0 - instagram_private_api (🥉25 · ⭐ 2.4K · 💀) - A Python library to access Instagrams private API. MIT @@ -3574,12 +3563,12 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (🥇31 · ⭐ 2.1K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 100 · 🔀 290 · 📦 34 · 📋 1.7K - 8% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 100 · 🔀 290 · 📦 35 · 📋 1.7K - 8% open · ⏱️ 25.05.2022): ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 1.9K / month · 📦 36 · ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/modoboa) (📥 2K / month · 📦 36 · ⏱️ 18.05.2022): ``` pip install modoboa ``` @@ -3595,35 +3584,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install yagmail ``` -- [Conda](https://anaconda.org/conda-forge/yagmail) (📥 10K · ⏱️ 14.01.2022): +- [Conda](https://anaconda.org/conda-forge/yagmail) (📥 11K · ⏱️ 14.01.2022): ``` conda install -c conda-forge yagmail ```
fastapi-mail (🥉22 · ⭐ 330) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 27 · 🔀 44 · 📋 63 - 7% open · ⏱️ 05.04.2022): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 27 · 🔀 45 · 📋 63 - 7% open · ⏱️ 05.04.2022): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (📥 43K / month · 📦 7 · ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/fastapi-mail) (📥 44K / month · 📦 7 · ⏱️ 05.04.2022): ``` pip install fastapi-mail ```
-
pyramid_mailer (🥉21 · ⭐ 51 · 💤) - A package for sending email from your Pyramid.. BSD-3 - -- [GitHub](https://github.com/Pylons/pyramid_mailer) (👨‍💻 35 · 🔀 39 · 📋 42 - 21% open · ⏱️ 15.05.2021): - - ``` - git clone https://github.com/Pylons/pyramid_mailer - ``` -- [PyPi](https://pypi.org/project/pyramid_mailer) (📥 22K / month · 📦 120 · ⏱️ 13.12.2016): - ``` - pip install pyramid_mailer - ``` -
salmon (🥉17 · ⭐ 540) - A Python Mail Server. ❗️GPL-3.0 - [GitHub](https://github.com/moggers87/salmon) (👨‍💻 15 · 🔀 53 · 📥 60 · 📦 17 · 📋 90 - 18% open · ⏱️ 29.01.2022): @@ -3631,18 +3608,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (📥 970 / month · 📦 1 · ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (📥 880 / month · 📦 1 · ⏱️ 31.12.2019): ``` pip install salmon-mail ```
-
Show 6 hidden projects... +
Show 7 hidden projects... - flask-mail (🥇29 · ⭐ 540 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - sync-engine (🥈28 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 -- flanker (🥈27 · ⭐ 1.5K · 💀) - Python email address and Mime parsing library. Apache-2 -- offlineimap (🥉25 · ⭐ 1.7K · 💤) - Read/sync your IMAP mailboxes (python2). ❗️libpng-2.0 +- flanker (🥈28 · ⭐ 1.5K · 💀) - Python email address and Mime parsing library. Apache-2 +- offlineimap (🥉25 · ⭐ 1.7K · 💤) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗️libpng-2.0 - mailer (🥉21 · ⭐ 240 · 💀) - A light-weight, modular, message representation and mail delivery.. MIT +- pyramid_mailer (🥉21 · ⭐ 51 · 💀) - A package for sending email from your Pyramid.. BSD-3 - gmail (🥉20 · ⭐ 1.7K · 💀) - A Pythonic interface for Google Mail. MIT

@@ -3655,12 +3633,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (🥇44 · ⭐ 44K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 530 · 🔀 9.6K · 📦 30K · 📋 2.9K - 26% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 530 · 🔀 9.6K · 📦 30K · 📋 2.9K - 26% open · ⏱️ 28.05.2022): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (📥 960K / month · 📦 4.5K · ⏱️ 01.03.2022): +- [PyPi](https://pypi.org/project/scrapy) (📥 1.1M / month · 📦 4.5K · ⏱️ 01.03.2022): ``` pip install scrapy ``` @@ -3669,7 +3647,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge scrapy ```
-
feedparser (🥇34 · ⭐ 1.4K · 📈) - Parse feeds in Python. BSD-2 +
feedparser (🥇34 · ⭐ 1.4K) - Parse feeds in Python. BSD-2 - [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 50 · 🔀 290 · 📋 210 - 34% open · ⏱️ 21.05.2022): @@ -3685,23 +3663,51 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge feedparser ```
-
You-Get (🥇32 · ⭐ 44K) - Dumb downloader that scrapes the web. MIT +
You-Get (🥇33 · ⭐ 44K) - Dumb downloader that scrapes the web. MIT -- [GitHub](https://github.com/soimort/you-get) (👨‍💻 240 · 🔀 8.9K · 📥 350K · ⏱️ 15.05.2022): +- [GitHub](https://github.com/soimort/you-get) (👨‍💻 240 · 🔀 8.9K · 📥 350K · ⏱️ 30.05.2022): ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (📥 25K / month · 📦 22 · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/you-get) (📥 25K / month · 📦 22 · ⏱️ 30.05.2022): ``` pip install you-get ``` -- [Conda](https://anaconda.org/conda-forge/you-get) (📥 7.3K · ⏱️ 23.04.2022): +- [Conda](https://anaconda.org/conda-forge/you-get) (📥 7.5K · ⏱️ 31.05.2022): ``` conda install -c conda-forge you-get ```
-
pytrends (🥈30 · ⭐ 2.4K) - Pseudo API for Google Trends. Apache-2 +
parsel (🥈30 · ⭐ 770) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 + +- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 43 · 🔀 120 · 📦 20K · 📋 100 - 41% open · ⏱️ 06.04.2022): + + ``` + git clone https://github.com/scrapy/parsel + ``` +- [PyPi](https://pypi.org/project/parsel) (📥 1.2M / month · 📦 1.6K · ⏱️ 07.05.2020): + ``` + pip install parsel + ``` +- [Conda](https://anaconda.org/conda-forge/parsel) (📥 33K · ⏱️ 02.06.2020): + ``` + conda install -c conda-forge parsel + ``` +
+
dirsearch (🥈29 · ⭐ 8K) - Web path scanner. ❗️GPL-2.0 + +- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 88 · 🔀 1.9K · 📦 13 · 📋 410 - 9% open · ⏱️ 31.05.2022): + + ``` + git clone https://github.com/maurosoria/dirsearch + ``` +- [PyPi](https://pypi.org/project/dirsearch) (📥 1.3K / month · ⏱️ 17.06.2021): + ``` + pip install dirsearch + ``` +
+
pytrends (🥈29 · ⭐ 2.4K) - Pseudo API for Google Trends. Apache-2 - [GitHub](https://github.com/GeneralMills/pytrends) (👨‍💻 76 · 🔀 660 · 📦 1.5K · 📋 390 - 22% open · ⏱️ 26.03.2022): @@ -3717,54 +3723,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pytrends ```
-
cloudscraper (🥈30 · ⭐ 1.9K) - A Python module to bypass Cloudflares anti-bot page. MIT +
cloudscraper (🥈29 · ⭐ 2K) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 11 · 🔀 300 · 📦 6.5K · ⏱️ 15.03.2022): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 11 · 🔀 300 · 📦 6.6K · ⏱️ 15.03.2022): ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 4.2M / month · 📦 77 · ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/cloudscraper) (📥 3.3M / month · 📦 77 · ⏱️ 15.03.2022): ``` pip install cloudscraper ```
-
parsel (🥈30 · ⭐ 770) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 +
soupsieve (🥈28 · ⭐ 130) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 43 · 🔀 120 · 📦 20K · 📋 100 - 41% open · ⏱️ 06.04.2022): +- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 9 · 🔀 28 · 📋 110 - 13% open · ⏱️ 26.05.2022): ``` - git clone https://github.com/scrapy/parsel - ``` -- [PyPi](https://pypi.org/project/parsel) (📥 1.1M / month · 📦 1.6K · ⏱️ 07.05.2020): - ``` - pip install parsel - ``` -- [Conda](https://anaconda.org/conda-forge/parsel) (📥 32K · ⏱️ 02.06.2020): - ``` - conda install -c conda-forge parsel + git clone https://github.com/facelessuser/soupsieve ``` -
-
dirsearch (🥈29 · ⭐ 8K) - Web path scanner. ❗️GPL-2.0 - -- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 88 · 🔀 1.9K · 📦 13 · 📋 410 - 9% open · ⏱️ 23.05.2022): - +- [PyPi](https://pypi.org/project/soupsieve) (📥 48M / month · 📦 2.4K · ⏱️ 14.04.2022): ``` - git clone https://github.com/maurosoria/dirsearch + pip install soupsieve ``` -- [PyPi](https://pypi.org/project/dirsearch) (📥 1.1K / month · ⏱️ 17.06.2021): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 5.8M · ⏱️ 03.12.2021): ``` - pip install dirsearch + conda install -c conda-forge soupsieve ```
-
MechanicalSoup (🥈29 · ⭐ 3.9K) - A Python library for automating interaction with websites. MIT +
MechanicalSoup (🥈27 · ⭐ 4K · 📉) - A Python library for automating interaction with websites. MIT - [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 49 · 🔀 360 · 📥 43 · 📋 170 - 18% open · ⏱️ 06.04.2022): ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 95K / month · 📦 260 · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 93K / month · 📦 260 · ⏱️ 15.12.2021): ``` pip install MechanicalSoup ``` @@ -3773,49 +3767,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge mechanicalsoup ```
-
Grab (🥈29 · ⭐ 2.2K) - Web Scraping Framework. MIT +
Grab (🥈27 · ⭐ 2.2K · 📉) - Web Scraping Framework. MIT - [GitHub](https://github.com/lorien/grab) (👨‍💻 64 · 🔀 260 · 📦 350 · 📋 240 - 9% open · ⏱️ 01.03.2022): ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (📥 2K / month · 📦 110 · ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (📥 2.1K / month · 📦 110 · ⏱️ 24.06.2018): ``` pip install grab ```
-
soupsieve (🥈28 · ⭐ 130) - A modern CSS selector implementation for BeautifulSoup. MIT - -- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 9 · 🔀 28 · 📋 110 - 13% open · ⏱️ 26.05.2022): - - ``` - git clone https://github.com/facelessuser/soupsieve - ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 47M / month · 📦 2.4K · ⏱️ 14.04.2022): - ``` - pip install soupsieve - ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 5.7M · ⏱️ 03.12.2021): - ``` - conda install -c conda-forge soupsieve - ``` -
trafilatura (🥉26 · ⭐ 480) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 19 · 🔀 66 · 📦 160 · 📋 150 - 23% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 19 · 🔀 66 · 📦 160 · 📋 150 - 22% open · ⏱️ 18.05.2022): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (📥 140K / month · 📦 5 · ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/trafilatura) (📥 150K / month · 📦 5 · ⏱️ 18.05.2022): ``` pip install trafilatura ```
extruct (🥉25 · ⭐ 680) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/scrapinghub/extruct) (👨‍💻 31 · 🔀 98 · 📦 420 · 📋 83 - 36% open · ⏱️ 17.01.2022): +- [GitHub](https://github.com/scrapinghub/extruct) (👨‍💻 31 · 🔀 99 · 📦 420 · 📋 83 - 36% open · ⏱️ 17.01.2022): ``` git clone https://github.com/scrapinghub/extruct @@ -3825,54 +3803,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install extruct ```
-
Gerapy (🥉24 · ⭐ 2.7K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT - -- [GitHub](https://github.com/Gerapy/Gerapy) (👨‍💻 13 · 🔀 560 · 📦 120 · 📋 190 - 24% open · ⏱️ 26.05.2022): - - ``` - git clone https://github.com/Gerapy/Gerapy - ``` -- [PyPi](https://pypi.org/project/gerapy) (📥 580 / month · 📦 8 · ⏱️ 30.12.2021): - ``` - pip install gerapy - ``` -
-
micawber (🥉24 · ⭐ 570 · 💤) - a small library for extracting rich content from urls. MIT +
micawber (🥉24 · ⭐ 580 · 💤) - a small library for extracting rich content from urls. MIT - [GitHub](https://github.com/coleifer/micawber) (👨‍💻 27 · 🔀 84 · 📦 740 · ⏱️ 12.07.2021): ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (📥 24K / month · 📦 190 · ⏱️ 12.07.2021): +- [PyPi](https://pypi.org/project/micawber) (📥 23K / month · 📦 190 · ⏱️ 12.07.2021): ``` pip install micawber ``` -- [Conda](https://anaconda.org/conda-forge/micawber) (📥 2.1K · ⏱️ 14.07.2021): +- [Conda](https://anaconda.org/conda-forge/micawber) (📥 2.2K · ⏱️ 14.07.2021): ``` conda install -c conda-forge micawber ```
-
Photon (🥉23 · ⭐ 8.7K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 +
Photon (🥉22 · ⭐ 8.7K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 - [GitHub](https://github.com/s0md3v/Photon) (👨‍💻 21 · 🔀 1.2K · 📋 100 - 36% open · ⏱️ 16.03.2022): ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (📥 230 / month · 📦 5 · ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (📥 240 / month · 📦 5 · ⏱️ 25.01.2019): ``` pip install photon ```
-
ruia (🥉22 · ⭐ 1.6K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 +
Gerapy (🥉22 · ⭐ 2.7K · 📉) - Distributed Crawler Management Framework Based on Scrapy,.. MIT + +- [GitHub](https://github.com/Gerapy/Gerapy) (👨‍💻 13 · 🔀 560 · 📦 120 · 📋 190 - 25% open · ⏱️ 26.05.2022): + + ``` + git clone https://github.com/Gerapy/Gerapy + ``` +- [PyPi](https://pypi.org/project/gerapy) (📥 720 / month · 📦 8 · ⏱️ 30.12.2021): + ``` + pip install gerapy + ``` +
+
ruia (🥉21 · ⭐ 1.6K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - [GitHub](https://github.com/howie6879/ruia) (👨‍💻 16 · 🔀 170 · 📥 14 · 📦 55 · 📋 93 - 3% open · ⏱️ 27.03.2022): ``` git clone https://github.com/howie6879/ruia ``` -- [PyPi](https://pypi.org/project/ruia) (📥 510 / month · 📦 9 · ⏱️ 07.05.2021): +- [PyPi](https://pypi.org/project/ruia) (📥 530 / month · 📦 9 · ⏱️ 07.05.2021): ``` pip install ruia ``` @@ -3884,7 +3862,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/michaelhelmick/lassie ``` -- [PyPi](https://pypi.org/project/lassie) (📥 1.9K / month · 📦 9 · ⏱️ 20.08.2021): +- [PyPi](https://pypi.org/project/lassie) (📥 2K / month · 📦 9 · ⏱️ 20.08.2021): ``` pip install lassie ``` @@ -3927,12 +3905,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (🥇40 · ⭐ 31K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 660 · 🔀 3.5K · 📥 43K · 📦 580 · 📋 5.2K - 9% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 660 · 🔀 3.5K · 📥 43K · 📦 580 · 📋 5.2K - 9% open · ⏱️ 02.06.2022): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (📥 7.2K / month · 📦 380 · ⏱️ 16.05.2022): +- [PyPi](https://pypi.org/project/sentry) (📥 8.2K / month · 📦 380 · ⏱️ 16.05.2022): ``` pip install sentry ``` @@ -3968,14 +3946,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install prometheus-flask-exporter ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (📥 310K · ⏱️ 08.04.2022): +- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (📥 320K · ⏱️ 08.04.2022): ``` conda install -c conda-forge prometheus_flask_exporter ```
-
opentelemetry-python (🥈26 · ⭐ 910) - OpenTelemetry Python API and SDK. Apache-2 +
opentelemetry-python (🥈26 · ⭐ 920) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 140 · 🔀 310 · 📋 1.1K - 13% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 140 · 🔀 310 · 📋 1.1K - 13% open · ⏱️ 02.06.2022): ``` git clone https://github.com/open-telemetry/opentelemetry-python @@ -3984,39 +3962,39 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 54K · ⏱️ 22.04.2022): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 56K · ⏱️ 22.04.2022): ``` conda install -c conda-forge opentelemetry-api ```
GoAccess (🥉24 · ⭐ 15K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 140 · 🔀 980 · 📋 2K - 17% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 140 · 🔀 980 · 📋 2K - 17% open · ⏱️ 01.06.2022): ``` git clone https://github.com/allinurl/goaccess ```
-
Flask-MonitoringDashboard (🥉22 · ⭐ 620) - Automatically monitor the evolving performance of.. MIT +
Flask-MonitoringDashboard (🥉23 · ⭐ 620 · 💤) - Automatically monitor the evolving performance of.. MIT - [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 30 · 🔀 130 · 📋 180 - 28% open · ⏱️ 06.11.2021): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 8.1K / month · 📦 12 · ⏱️ 06.11.2021): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 8.2K / month · 📦 12 · ⏱️ 06.11.2021): ``` pip install flask-monitoringdashboard ```
-
starlette context (🥉18 · ⭐ 250) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (🥉19 · ⭐ 250) - Middleware for Starlette that allows you to store and.. MIT - [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 5 · 🔀 13 · 📋 29 - 13% open · ⏱️ 02.03.2022): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 110K / month · 📦 5 · ⏱️ 28.06.2021): +- [PyPi](https://pypi.org/project/starlette-context) (📥 100K / month · 📦 5 · ⏱️ 28.06.2021): ``` pip install starlette-context ``` @@ -4059,48 +4037,48 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Streamlit (🥇38 · ⭐ 19K) - Streamlit The fastest way to build data apps in Python. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 140 · 🔀 1.7K · 📦 300 · 📋 2.4K - 23% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 140 · 🔀 1.7K · 📦 310 · 📋 2.4K - 23% open · ⏱️ 02.06.2022): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 990K / month · 📦 370 · ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/streamlit) (📥 970K / month · 📦 400 · ⏱️ 01.06.2022): ``` pip install streamlit ```
wave (🥈31 · ⭐ 2.9K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (👨‍💻 29 · 🔀 160 · 📥 860K · 📋 700 - 25% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/h2oai/wave) (👨‍💻 30 · 🔀 160 · 📥 880K · 📋 710 - 25% open · ⏱️ 02.06.2022): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (📥 12K / month · 📦 170 · ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (📥 11K / month · 📦 170 · ⏱️ 09.01.2011): ``` pip install wave ```
PyWebIO (🥈28 · ⭐ 3K) - Write interactive web app in script way. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 14 · 🔀 280 · 📦 700 · 📋 150 - 28% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/pywebio/PyWebIO) (👨‍💻 14 · 🔀 280 · 📦 720 · 📋 150 - 28% open · ⏱️ 26.05.2022): ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (📥 15K / month · 📦 6 · ⏱️ 22.05.2022): +- [PyPi](https://pypi.org/project/pywebio) (📥 17K / month · 📦 6 · ⏱️ 22.05.2022): ``` pip install pywebio ```
-
flaskbb (🥉24 · ⭐ 2.2K) - A classic Forum Software in Python using Flask. BSD-3 +
flaskbb (🥉25 · ⭐ 2.2K) - A classic Forum Software in Python using Flask. BSD-3 -- [GitHub](https://github.com/flaskbb/flaskbb) (👨‍💻 58 · 🔀 550 · 📦 27 · 📋 320 - 8% open · ⏱️ 22.03.2022): +- [GitHub](https://github.com/flaskbb/flaskbb) (👨‍💻 63 · 🔀 550 · 📦 27 · 📋 320 - 8% open · ⏱️ 01.06.2022): ``` git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/FlaskBB) (📥 55 / month · 📦 8 · ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (📥 64 / month · 📦 8 · ⏱️ 15.07.2018): ``` pip install FlaskBB ``` @@ -4112,38 +4090,38 @@ _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) (📥 4.8K / month · 📦 48 · ⏱️ 08.10.2018): +- [PyPi](https://pypi.org/project/react) (📥 4.9K / month · 📦 48 · ⏱️ 08.10.2018): ``` pip install react ```
idom (🥉24 · ⭐ 590) - Create highly interactive web pages purely in Python. MIT -- [GitHub](https://github.com/idom-team/idom) (👨‍💻 8 · 🔀 32 · 📦 6 · 📋 240 - 23% open · ⏱️ 29.04.2022): +- [GitHub](https://github.com/idom-team/idom) (👨‍💻 8 · 🔀 33 · 📦 6 · 📋 240 - 23% open · ⏱️ 31.05.2022): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (📥 3.3K / month · 📦 5 · ⏱️ 16.04.2022): +- [PyPi](https://pypi.org/project/idom) (📥 3.1K / month · 📦 5 · ⏱️ 16.04.2022): ``` pip install idom ```
-
Wooey (🥉22 · ⭐ 1.8K · 💤) - A Django app that creates automatic web UIs for Python scripts. BSD-3 +
Wooey (🥉23 · ⭐ 1.8K · 💤) - A Django app that creates automatic web UIs for Python scripts. BSD-3 -- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 22 · 🔀 170 · 📦 33 · 📋 210 - 27% open · ⏱️ 09.08.2021): +- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 22 · 🔀 170 · 📦 34 · 📋 210 - 27% open · ⏱️ 09.08.2021): ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (📥 120 / month · 📦 1 · ⏱️ 16.04.2020): +- [PyPi](https://pypi.org/project/wooey) (📥 160 / month · 📦 1 · ⏱️ 16.04.2020): ``` pip install wooey ```
-
Misago (🥉21 · ⭐ 2.2K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 +
Misago (🥉22 · ⭐ 2.2K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 33 · 🔀 480 · 📦 42 · 📋 1.1K - 5% open · ⏱️ 27.04.2022): +- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 36 · 🔀 480 · 📦 42 · 📋 1.1K - 5% open · ⏱️ 26.05.2022): ``` git clone https://github.com/rafalp/Misago @@ -4157,12 +4135,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (🥇38 · ⭐ 7K) - A configurable set of panels that display various debug.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 260 · 🔀 980 · 📥 170 · 📦 51K · 📋 800 - 11% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 260 · 🔀 980 · 📥 170 · 📦 51K · 📋 800 - 11% open · ⏱️ 01.06.2022): ``` git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 1.4M / month · 📦 12K · ⏱️ 03.05.2022): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 1.5M / month · 📦 12K · ⏱️ 03.05.2022): ``` pip install django-debug-toolbar ``` @@ -4178,7 +4156,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (📥 1.5M / month · 📦 2.4K · ⏱️ 30.01.2022): +- [PyPi](https://pypi.org/project/flask-admin) (📥 1.4M / month · 📦 2.4K · ⏱️ 30.01.2022): ``` pip install flask-admin ``` @@ -4187,7 +4165,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-admin ```
-
django-grappelli (🥈33 · ⭐ 3.3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 +
django-grappelli (🥈32 · ⭐ 3.3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 - [GitHub](https://github.com/sehmaschine/django-grappelli) (👨‍💻 79 · 🔀 640 · 📦 4.8K · 📋 700 - 3% open · ⏱️ 18.02.2022): @@ -4210,7 +4188,7 @@ _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) (📥 41K / month · 📦 42 · ⏱️ 14.05.2022): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 42K / month · 📦 42 · ⏱️ 14.05.2022): ``` pip install django-admin-interface ``` @@ -4222,7 +4200,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-admin2 ``` -- [PyPi](https://pypi.org/project/django-admin2) (📥 72 / month · 📦 14 · ⏱️ 10.01.2017): +- [PyPi](https://pypi.org/project/django-admin2) (📥 65 / month · 📦 14 · ⏱️ 10.01.2017): ``` pip install django-admin2 ``` @@ -4246,7 +4224,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 1.5K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 1.4K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4265,9 +4243,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Kong (🥇36 · ⭐ 33K) - The Cloud-Native API Gateway. Apache-2 +
Kong (🥇37 · ⭐ 33K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 320 · 🔀 4.2K · 📥 350K · 📋 4K - 8% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 320 · 🔀 4.2K · 📥 350K · 📋 4K - 8% open · ⏱️ 02.06.2022): ``` git clone https://github.com/kong/kong @@ -4277,9 +4255,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar docker pull kong ```
-
tyk (🥉27 · ⭐ 7.4K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 +
tyk (🥉27 · ⭐ 7.5K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 98 · 🔀 880 · 📥 11K · 📋 1.9K - 18% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 98 · 🔀 880 · 📥 11K · 📋 1.9K - 18% open · ⏱️ 02.06.2022): ``` git clone https://github.com/TykTechnologies/tyk @@ -4293,7 +4271,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-sqlalchemy (🥇34 · ⭐ 3.8K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 110 · 🔀 880 · 📥 400 · 📦 250K · 📋 570 - 7% open · ⏱️ 02.05.2022): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 110 · 🔀 880 · 📥 400 · 📦 260K · 📋 570 - 7% open · ⏱️ 02.05.2022): ``` git clone https://github.com/pallets/flask-sqlalchemy @@ -4307,62 +4285,62 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-sqlalchemy ```
-
Flask-Migrate (🥇31 · ⭐ 2.1K) - SQLAlchemy database migrations for Flask applications using.. MIT +
flask-caching (🥇32 · ⭐ 720) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 45 · 🔀 200 · 📋 380 - 2% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/pallets-eco/flask-caching) (👨‍💻 100 · 🔀 170 · 📦 10K · 📋 190 - 18% open · ⏱️ 28.05.2022): ``` - git clone https://github.com/miguelgrinberg/Flask-Migrate + git clone https://github.com/pallets-eco/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-migrate) (📥 1M / month · 📦 9.5K · ⏱️ 01.08.2021): +- [PyPi](https://pypi.org/project/flask-caching) (📥 2.7M / month · 📦 740 · ⏱️ 28.05.2022): ``` - pip install flask-migrate + pip install flask-caching ``` -- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 160K · ⏱️ 17.03.2022): +- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 69K · ⏱️ 13.08.2021): ``` - conda install -c conda-forge flask-migrate + conda install -c conda-forge flask-caching ```
-
flask-cors (🥇31 · ⭐ 780) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT +
Flask-Migrate (🥇31 · ⭐ 2.1K) - SQLAlchemy database migrations for Flask applications using.. MIT -- [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 38 · 🔀 110 · 📦 150K · 📋 140 - 26% open · ⏱️ 19.02.2022): +- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 45 · 🔀 200 · 📋 380 - 3% open · ⏱️ 19.05.2022): ``` - git clone https://github.com/corydolphin/flask-cors + git clone https://github.com/miguelgrinberg/Flask-Migrate ``` -- [PyPi](https://pypi.org/project/flask-cors) (📥 4.2M / month · 📦 8K · ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/flask-migrate) (📥 1M / month · 📦 9.5K · ⏱️ 01.08.2021): ``` - pip install flask-cors + pip install flask-migrate ``` -- [Conda](https://anaconda.org/conda-forge/flask-cors) (📥 630K · ⏱️ 30.05.2021): +- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 170K · ⏱️ 17.03.2022): ``` - conda install -c conda-forge flask-cors + conda install -c conda-forge flask-migrate ```
-
flask-caching (🥇31 · ⭐ 720) - A caching extension for Flask. BSD-3 +
flask-cors (🥇30 · ⭐ 780) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT -- [GitHub](https://github.com/pallets-eco/flask-caching) (👨‍💻 100 · 🔀 160 · 📦 10K · 📋 200 - 19% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 40 · 🔀 120 · 📦 160K · 📋 140 - 26% open · ⏱️ 26.05.2022): ``` - git clone https://github.com/pallets-eco/flask-caching + git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-caching) (📥 2.7M / month · 📦 740 · ⏱️ 17.03.2021): +- [PyPi](https://pypi.org/project/flask-cors) (📥 4.3M / month · 📦 8K · ⏱️ 06.01.2021): ``` - pip install flask-caching + pip install flask-cors ``` -- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 68K · ⏱️ 13.08.2021): +- [Conda](https://anaconda.org/conda-forge/flask-cors) (📥 640K · ⏱️ 30.05.2021): ``` - conda install -c conda-forge flask-caching + conda install -c conda-forge flask-cors ```
-
flask-bcrypt (🥈30 · ⭐ 300) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 +
flask-bcrypt (🥇30 · ⭐ 300) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 - [GitHub](https://github.com/maxcountryman/flask-bcrypt) (👨‍💻 25 · 🔀 57 · 📦 37K · 📋 42 - 2% open · ⏱️ 05.04.2022): ``` git clone https://github.com/maxcountryman/flask-bcrypt ``` -- [PyPi](https://pypi.org/project/flask-bcrypt) (📥 880K / month · 📦 3K · ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-bcrypt) (📥 950K / month · 📦 3K · ⏱️ 05.04.2022): ``` pip install flask-bcrypt ``` @@ -4373,7 +4351,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-limiter (🥈29 · ⭐ 860) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 36 · 🔀 110 · 📥 5 · 📦 3.6K · 📋 140 - 2% open · ⏱️ 11.05.2022): +- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 36 · 🔀 110 · 📥 6 · 📦 3.6K · 📋 140 - 2% open · ⏱️ 11.05.2022): ``` git clone https://github.com/alisaifee/flask-limiter @@ -4406,12 +4384,28 @@ _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) (📥 150K / month · 📦 680 · ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/flask-api) (📥 160K / month · 📦 680 · ⏱️ 15.06.2021): ``` pip install flask-api ```
-
flask-marshmallow (🥈28 · ⭐ 740) - Flask + marshmallow for beautiful APIs. MIT +
flask-babel (🥈28 · ⭐ 380 · 💤) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 + +- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 33 · 🔀 150 · 📦 14K · 📋 110 - 17% open · ⏱️ 26.11.2021): + + ``` + git clone https://github.com/python-babel/flask-babel + ``` +- [PyPi](https://pypi.org/project/flask-babel) (📥 1.9M / month · 📦 2.6K · ⏱️ 27.08.2020): + ``` + pip install flask-babel + ``` +- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 89K · ⏱️ 28.08.2020): + ``` + conda install -c conda-forge flask-babel + ``` +
+
flask-marshmallow (🥈27 · ⭐ 750) - Flask + marshmallow for beautiful APIs. MIT - [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 17 · 🔀 50 · 📦 18K · 📋 100 - 24% open · ⏱️ 30.01.2022): @@ -4427,23 +4421,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-marshmallow ```
-
flask-babel (🥈28 · ⭐ 380) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +
flask-session (🥈27 · ⭐ 390 · 💤) - Server side session extension for Flask. BSD-3 -- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 33 · 🔀 150 · 📦 14K · 📋 110 - 17% open · ⏱️ 26.11.2021): +- [GitHub](https://github.com/fengsp/flask-session) (👨‍💻 8 · 🔀 180 · 📦 21K · 📋 110 - 63% open · ⏱️ 24.06.2021): ``` - git clone https://github.com/python-babel/flask-babel - ``` -- [PyPi](https://pypi.org/project/flask-babel) (📥 1.9M / month · 📦 2.6K · ⏱️ 27.08.2020): - ``` - pip install flask-babel + git clone https://github.com/fengsp/flask-session ``` -- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 88K · ⏱️ 28.08.2020): +- [PyPi](https://pypi.org/project/flask-session) (📥 1.7M / month · 📦 1.1K · ⏱️ 24.06.2021): ``` - conda install -c conda-forge flask-babel + pip install flask-session ```
-
flask-apispec (🥈27 · ⭐ 590) - Build and document REST APIs with Flask and apispec. MIT +
flask-apispec (🥈26 · ⭐ 590) - Build and document REST APIs with Flask and apispec. MIT - [GitHub](https://github.com/jmcarp/flask-apispec) (👨‍💻 30 · 🔀 130 · 📦 870 · 📋 170 - 61% open · ⏱️ 30.03.2022): @@ -4459,56 +4449,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-apispec ```
-
flask-session (🥈27 · ⭐ 390 · 💤) - Server side session extension for Flask. BSD-3 - -- [GitHub](https://github.com/fengsp/flask-session) (👨‍💻 8 · 🔀 180 · 📦 21K · 📋 110 - 63% open · ⏱️ 24.06.2021): - - ``` - git clone https://github.com/fengsp/flask-session - ``` -- [PyPi](https://pypi.org/project/flask-session) (📥 1.7M / month · 📦 1.1K · ⏱️ 24.06.2021): - ``` - pip install flask-session - ``` -
flask-paginate (🥉25 · ⭐ 250) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 79 · 📥 36 · 📦 2.2K · 📋 67 - 7% open · ⏱️ 09.01.2022): +- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 79 · 📥 38 · 📦 2.2K · 📋 67 - 7% open · ⏱️ 09.01.2022): ``` git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/flask-paginate) (📥 33K / month · 📦 46 · ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/flask-paginate) (📥 34K / month · 📦 46 · ⏱️ 09.01.2022): ``` pip install flask-paginate ``` -- [Conda](https://anaconda.org/conda-forge/flask-paginate) (📥 8.4K · ⏱️ 12.01.2022): +- [Conda](https://anaconda.org/conda-forge/flask-paginate) (📥 8.5K · ⏱️ 12.01.2022): ``` conda install -c conda-forge flask-paginate ```
-
flask-ask (🥉24 · ⭐ 1.9K) - Alexa Skills Kit for Python. Apache-2 +
flask-jsonrpc (🥉24 · ⭐ 260) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 -- [GitHub](https://github.com/johnwheeler/flask-ask) (👨‍💻 41 · 🔀 370 · 📦 720 · ⏱️ 31.03.2022): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 14 · 🔀 61 · 📦 200 · 📋 60 - 6% open · ⏱️ 02.06.2022): ``` - git clone https://github.com/johnwheeler/flask-ask + git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/flask-ask) (📥 340 / month · 📦 130 · ⏱️ 28.02.2018): +- [PyPi](https://pypi.org/project/rpc) (📥 460 / month · 📦 6 · ⏱️ 28.04.2012): ``` - pip install flask-ask + pip install rpc ```
-
flask-jsonrpc (🥉24 · ⭐ 260) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 +
flask-ask (🥉23 · ⭐ 1.9K) - Alexa Skills Kit for Python. Apache-2 -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 14 · 🔀 61 · 📦 200 · 📋 60 - 6% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/johnwheeler/flask-ask) (👨‍💻 41 · 🔀 370 · 📦 720 · ⏱️ 31.03.2022): ``` - git clone https://github.com/cenobites/flask-jsonrpc + git clone https://github.com/johnwheeler/flask-ask ``` -- [PyPi](https://pypi.org/project/rpc) (📥 490 / month · 📦 6 · ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/flask-ask) (📥 410 / month · 📦 130 · ⏱️ 28.02.2018): ``` - pip install rpc + pip install flask-ask ```
Frozen-Flask (🥉23 · ⭐ 720 · 💤) - Freezes a Flask application into a set of static files. BSD-3 @@ -4518,7 +4496,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Frozen-Flask/Frozen-Flask ``` -- [PyPi](https://pypi.org/project/frozen-flask) (📥 29K / month · 📦 580 · ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/frozen-flask) (📥 31K / month · 📦 580 · ⏱️ 15.06.2021): ``` pip install frozen-flask ``` @@ -4527,30 +4505,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge frozen-flask ```
-
flask_injector (🥉23 · ⭐ 240 · 💤) - Adds Injector support to Flask. BSD-3 +
flask-rebar (🥉23 · ⭐ 210) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/alecthomas/flask_injector) (👨‍💻 11 · 🔀 32 · 📦 660 · 📋 47 - 25% open · ⏱️ 31.08.2021): - - ``` - git clone https://github.com/alecthomas/flask_injector - ``` -- [PyPi](https://pypi.org/project/flask_injector) (📥 39K / month · 📦 64 · ⏱️ 31.08.2021): - ``` - pip install flask_injector - ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (📥 1.4K · ⏱️ 01.09.2021): - ``` - conda install -c conda-forge flask-injector - ``` -
-
flask-rebar (🥉23 · ⭐ 210) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT - -- [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 33 · 🔀 31 · 📦 34 · 📋 100 - 47% open · ⏱️ 04.05.2022): +- [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 33 · 🔀 31 · 📦 35 · 📋 100 - 47% open · ⏱️ 04.05.2022): ``` git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask-rebar) (📥 3.9K / month · 📦 4 · ⏱️ 31.03.2022): +- [PyPi](https://pypi.org/project/flask-rebar) (📥 4.2K / month · 📦 4 · ⏱️ 31.03.2022): ``` pip install flask-rebar ``` @@ -4571,34 +4533,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-moment ```
+
flask_injector (🥉22 · ⭐ 240) - Adds Injector support to Flask. BSD-3 + +- [GitHub](https://github.com/alecthomas/flask_injector) (👨‍💻 12 · 🔀 32 · 📦 660 · 📋 48 - 25% open · ⏱️ 31.05.2022): + + ``` + git clone https://github.com/alecthomas/flask_injector + ``` +- [PyPi](https://pypi.org/project/flask_injector) (📥 40K / month · 📦 64 · ⏱️ 31.08.2021): + ``` + pip install flask_injector + ``` +- [Conda](https://anaconda.org/conda-forge/flask-injector) (📥 1.5K · ⏱️ 01.09.2021): + ``` + conda install -c conda-forge flask-injector + ``` +
cookiecutter-flask (🥉21 · ⭐ 4.1K) - A flask template with Bootstrap 4, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 68 · 🔀 690 · 📋 180 - 3% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 68 · 🔀 690 · 📋 180 - 3% open · ⏱️ 02.06.2022): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask ```
-
safrs (🥉21 · ⭐ 350) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 +
safrs (🥉20 · ⭐ 350) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 - [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 15 · 🔀 66 · 📦 52 · 📋 76 - 2% open · ⏱️ 28.04.2022): ``` git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/safrs) (📥 680 / month · 📦 1 · ⏱️ 29.12.2021): +- [PyPi](https://pypi.org/project/safrs) (📥 590 / month · 📦 1 · ⏱️ 29.12.2021): ``` pip install safrs ```
flask_pydantic (🥉20 · ⭐ 200 · 💤) - flask extension for integration with the awesome.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 9 · 🔀 23 · 📦 140 · 📋 27 - 33% open · ⏱️ 28.10.2021): +- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 9 · 🔀 24 · 📦 150 · 📋 27 - 33% open · ⏱️ 28.10.2021): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 43K / month · 📦 2 · ⏱️ 28.10.2021): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 41K / month · 📦 2 · ⏱️ 28.10.2021): ``` pip install flask_pydantic ``` @@ -4610,26 +4588,26 @@ _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) (📥 490 / month · 📦 12 · ⏱️ 04.06.2021): +- [PyPi](https://pypi.org/project/flask-msearch) (📥 540 / month · 📦 12 · ⏱️ 04.06.2021): ``` pip install flask-msearch ```
-
flask-file-upload (🥉18 · ⭐ 140) - Easy file uploads for Flask. MIT +
flask-file-upload (🥉17 · ⭐ 140) - Easy file uploads for Flask. MIT - [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨‍💻 6 · 🔀 13 · 📦 55 · 📋 73 - 17% open · ⏱️ 07.12.2021): ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (📥 260 / month · ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/flask-file-upload) (📥 250 / month · ⏱️ 07.12.2021): ``` pip install flask-file-upload ```
Show 12 hidden projects... -- flask-security (🥈30 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT +- flask-security (🥇30 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT - flask-mongoengine (🥈29 · ⭐ 800 · 💀) - MongoEngine flask extension with WTF model forms.. BSD-3 - flask-assets (🥈26 · ⭐ 430 · 💀) - Flask webassets integration. BSD-2 - flask-bootstrap (🥉24 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 @@ -4648,9 +4626,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
fastapi-crudrouter (🥇23 · ⭐ 730) - A dynamic FastAPI router that automatically creates.. MIT +
fastapi-crudrouter (🥇23 · ⭐ 750) - A dynamic FastAPI router that automatically creates.. MIT -- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (👨‍💻 18 · 🔀 78 · 📥 5 · 📦 92 · 📋 81 - 55% open · ⏱️ 18.02.2022): +- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (👨‍💻 18 · 🔀 81 · 📥 5 · 📦 93 · 📋 81 - 55% open · ⏱️ 18.02.2022): ``` git clone https://github.com/awtkns/fastapi-crudrouter @@ -4667,38 +4645,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 1.5K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 1.4K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
starlette_exporter (🥈20 · ⭐ 190) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 13 · 🔀 18 · 📋 30 - 26% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 13 · 🔀 19 · 📋 30 - 26% open · ⏱️ 23.05.2022): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (📥 300K / month · 📦 4 · ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/starlette_exporter) (📥 290K / month · 📦 4 · ⏱️ 23.05.2022): ``` pip install starlette_exporter ```
fastapi-mvc (🥈19 · ⭐ 130) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/rszamszur/fastapi-mvc) (👨‍💻 3 · 🔀 22 · 📥 34 · 📋 62 - 32% open · ⏱️ 10.05.2022): +- [GitHub](https://github.com/rszamszur/fastapi-mvc) (👨‍💻 3 · 🔀 22 · 📥 35 · 📋 62 - 32% open · ⏱️ 10.05.2022): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 290 / month · ⏱️ 10.05.2022): +- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 230 / month · ⏱️ 10.05.2022): ``` pip install fastapi-mvc ```
fastapi-react (🥈18 · ⭐ 1.2K) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT -- [GitHub](https://github.com/Buuntu/fastapi-react) (👨‍💻 13 · 🔀 180 · 📋 57 - 36% open · ⏱️ 18.02.2022): +- [GitHub](https://github.com/Buuntu/fastapi-react) (👨‍💻 13 · 🔀 190 · 📋 57 - 36% open · ⏱️ 18.02.2022): ``` git clone https://github.com/Buuntu/fastapi-react @@ -4706,19 +4684,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-code-generator (🥈18 · ⭐ 500) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 13 · 🔀 48 · 📋 57 - 63% open · ⏱️ 24.03.2022): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 13 · 🔀 49 · 📋 57 - 63% open · ⏱️ 24.03.2022): ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 2K / month · ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 1.9K / month · ⏱️ 13.05.2022): ``` pip install fastapi-code-generator ```
slowapi (🥈18 · ⭐ 440) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 15 · 🔀 35 · 📋 53 - 35% open · ⏱️ 02.02.2022): +- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 15 · 🔀 36 · 📋 54 - 35% open · ⏱️ 02.02.2022): ``` git clone https://github.com/laurents/slowapi @@ -4728,18 +4706,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install slowapi ```
-
fastapi-socketio (🥈18 · ⭐ 160) - Easily integrate socket.io with your FastAPI app. Apache-2 - -- [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 4 · 🔀 13 · 📦 92 · 📋 19 - 31% open · ⏱️ 05.12.2021): - - ``` - git clone https://github.com/pyropy/fastapi-socketio - ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 5K / month · 📦 1 · ⏱️ 06.12.2021): - ``` - pip install fastapi-socketio - ``` -
fastapi_contrib (🥉17 · ⭐ 500 · 💤) - Opinionated set of utilities on top of FastAPI. MIT - [GitHub](https://github.com/identixone/fastapi_contrib) (👨‍💻 11 · 🔀 20 · 📋 26 - 19% open · ⏱️ 03.06.2021): @@ -4747,50 +4713,62 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/identixone/fastapi_contrib ``` -- [PyPi](https://pypi.org/project/fastapi_contrib) (📥 22K / month · ⏱️ 03.06.2021): +- [PyPi](https://pypi.org/project/fastapi_contrib) (📥 21K / month · ⏱️ 03.06.2021): ``` pip install fastapi_contrib ```
-
fastapi-plugins (🥉17 · ⭐ 210) - FastAPI framework plugins. MIT +
fastapi-socketio (🥉17 · ⭐ 160) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 11 · 📦 54 · 📋 13 - 23% open · ⏱️ 21.03.2022): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 4 · 🔀 13 · 📦 94 · 📋 19 - 31% open · ⏱️ 05.12.2021): ``` - git clone https://github.com/madkote/fastapi-plugins + git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 4.7K / month · ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 4.9K / month · 📦 1 · ⏱️ 06.12.2021): ``` - pip install fastapi-plugins + pip install fastapi-socketio ```
-
fastapi-versioning (🥉16 · ⭐ 380 · 💤) - api versioning for fastapi web applications. MIT +
fastapi-versioning (🥉16 · ⭐ 390 · 💤) - api versioning for fastapi web applications. MIT - [GitHub](https://github.com/DeanWay/fastapi-versioning) (👨‍💻 16 · 🔀 40 · 📋 38 - 55% open · ⏱️ 24.08.2021): ``` git clone https://github.com/DeanWay/fastapi-versioning ``` -- [PyPi](https://pypi.org/project/fastapi-versioning) (📥 30K / month · 📦 2 · ⏱️ 24.08.2021): +- [PyPi](https://pypi.org/project/fastapi-versioning) (📥 29K / month · 📦 2 · ⏱️ 24.08.2021): ``` pip install fastapi-versioning ```
-
fastapi-lazy (🥉10 · ⭐ 85) - Lazy package to start your project using FastAPI. MIT +
fastapi-plugins (🥉16 · ⭐ 210) - FastAPI framework plugins. MIT + +- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 12 · 📦 54 · 📋 14 - 28% open · ⏱️ 21.03.2022): + + ``` + git clone https://github.com/madkote/fastapi-plugins + ``` +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 4.6K / month · ⏱️ 27.09.2021): + ``` + pip install fastapi-plugins + ``` +
+
fastapi-lazy (🥉10 · ⭐ 86) - Lazy package to start your project using FastAPI. MIT - [GitHub](https://github.com/yezz123/fastapi-lazy) (👨‍💻 2 · 🔀 10 · 📋 4 - 75% open · ⏱️ 29.12.2021): ``` git clone https://github.com/yezz123/fastapi-lazy ``` -- [PyPi](https://pypi.org/project/fastapi-lazy) (📥 48 / month · ⏱️ 21.11.2021): +- [PyPi](https://pypi.org/project/fastapi-lazy) (📥 70 / month · ⏱️ 21.11.2021): ``` pip install fastapi-lazy ```
Show 4 hidden projects... -- fastapi-sqlalchemy (🥇21 · ⭐ 410 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT +- fastapi-sqlalchemy (🥇21 · ⭐ 420 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT - fastapi-utils (🥉16 · ⭐ 1K · 💀) - Reusable utilities for FastAPI. MIT - fastapi_cache (🥉13 · ⭐ 180 · 💀) - FastAPI simple cache. MIT - fastapi_client (🥉11 · ⭐ 240 · 💀) - FastAPI client generator. Apache-2 @@ -4801,22 +4779,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
pyramid_services (🥉14 · ⭐ 78 · 💤) - A service layer for pyramid. MIT - -- [GitHub](https://github.com/mmerickel/pyramid_services) (👨‍💻 6 · 🔀 9 · ⏱️ 07.05.2021): - - ``` - git clone https://github.com/mmerickel/pyramid_services - ``` -- [PyPi](https://pypi.org/project/pyramid_services) (📥 7.5K / month · 📦 8 · ⏱️ 03.08.2018): - ``` - pip install pyramid_services - ``` -
-
Show 2 hidden projects... +
Show 3 hidden projects... - pyramid_jinja2 (🥇24 · ⭐ 73) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed - pyramid_celery (🥉18 · ⭐ 100 · 💀) - Pyramid configuration with celery integration. Allows.. MIT +- pyramid_services (🥉14 · ⭐ 78 · 💀) - A service layer for pyramid. MIT

@@ -4824,9 +4791,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
django-extensions (🥇36 · ⭐ 5.8K) - This is a repository for collecting global custom.. MIT +
django-extensions (🥇37 · ⭐ 5.8K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 540 · 🔀 1.1K · 📦 92K · 📋 850 - 18% open · ⏱️ 03.02.2022): +- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 540 · 🔀 1.1K · 📦 92K · 📋 850 - 18% open · ⏱️ 27.05.2022): ``` git clone https://github.com/django-extensions/django-extensions @@ -4858,12 +4825,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cors-headers (🥇36 · ⭐ 4.6K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 61 · 🔀 500 · 📦 110K · 📋 250 - 3% open · ⏱️ 21.05.2022): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 61 · 🔀 500 · 📦 110K · 📋 250 - 3% open · ⏱️ 31.05.2022): ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 2.5M / month · 📦 6.7K · ⏱️ 10.05.2022): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 2.6M / month · 📦 6.7K · ⏱️ 10.05.2022): ``` pip install django-cors-headers ``` @@ -4872,22 +4839,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-cors-headers ```
-
django-haystack (🥇36 · ⭐ 3.3K) - Modular search for Django. BSD-3 - -- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 200 · 🔀 1.3K · 📦 7.9K · 📋 1.3K - 43% open · ⏱️ 03.05.2022): - - ``` - git clone https://github.com/django-haystack/django-haystack - ``` -- [PyPi](https://pypi.org/project/django-haystack) (📥 120K / month · 📦 2.8K · ⏱️ 03.05.2022): - ``` - pip install django-haystack - ``` -- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 4.5K · ⏱️ 31.05.2018): - ``` - conda install -c conda-forge django-haystack - ``` -
django-import-export (🥇36 · ⭐ 2.4K) - Django application and library for importing and.. BSD-2 - [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 180 · 🔀 700 · 📦 14K · 📋 840 - 9% open · ⏱️ 31.03.2022): @@ -4904,26 +4855,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-import-export ```
-
django-oscar (🥇35 · ⭐ 5.3K) - Domain-driven e-commerce for Django. BSD-3 +
django-oscar (🥇35 · ⭐ 5.4K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 330 · 🔀 1.9K · 📦 870 · 📋 1.4K - 9% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 330 · 🔀 1.9K · 📦 880 · 📋 1.4K - 9% open · ⏱️ 20.05.2022): ``` git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/django-oscar) (📥 17K / month · 📦 270 · ⏱️ 01.11.2021): +- [PyPi](https://pypi.org/project/django-oscar) (📥 16K / month · 📦 270 · ⏱️ 01.11.2021): ``` pip install django-oscar ```
+
django-haystack (🥇35 · ⭐ 3.3K) - Modular search for Django. BSD-3 + +- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 200 · 🔀 1.3K · 📦 7.9K · 📋 1.3K - 43% open · ⏱️ 03.05.2022): + + ``` + git clone https://github.com/django-haystack/django-haystack + ``` +- [PyPi](https://pypi.org/project/django-haystack) (📥 120K / month · 📦 2.8K · ⏱️ 03.05.2022): + ``` + pip install django-haystack + ``` +- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 4.6K · ⏱️ 31.05.2018): + ``` + conda install -c conda-forge django-haystack + ``` +
django-ckeditor (🥇35 · ⭐ 2.1K) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 700 · 📦 23K · 📋 500 - 21% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 700 · 📦 23K · 📋 510 - 21% open · ⏱️ 31.05.2022): ``` git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (📥 240K / month · 📦 1.5K · ⏱️ 19.05.2022): +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 250K / month · 📦 1.5K · ⏱️ 31.05.2022): ``` pip install django-ckeditor ``` @@ -4946,7 +4913,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-autocomplete-light (🥇34 · ⭐ 1.6K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 190 · 🔀 440 · 📦 3K · 📋 820 - 23% open · ⏱️ 15.03.2022): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 190 · 🔀 440 · 📦 3.1K · 📋 820 - 23% open · ⏱️ 15.03.2022): ``` git clone https://github.com/yourlabs/django-autocomplete-light @@ -4958,7 +4925,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dj-database-url (🥇34 · ⭐ 1.3K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 57 · 🔀 180 · 📦 180K · 📋 74 - 31% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 58 · 🔀 180 · 📦 180K · 📋 76 - 15% open · ⏱️ 29.05.2022): ``` git clone https://github.com/jacobian/dj-database-url @@ -4975,14 +4942,14 @@ _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) (📥 250K / month · 📦 2.1K · ⏱️ 20.02.2022): +- [PyPi](https://pypi.org/project/django-reversion) (📥 240K / month · 📦 2.1K · ⏱️ 20.02.2022): ``` pip install django-reversion ```
django-environ (🥈33 · ⭐ 2.5K · 💤) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 71 · 🔀 270 · 📦 75K · 📋 210 - 34% open · ⏱️ 19.10.2021): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 71 · 🔀 270 · 📦 76K · 📋 210 - 34% open · ⏱️ 19.10.2021): ``` git clone https://github.com/joke2k/django-environ @@ -4998,7 +4965,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 98 · 🔀 690 · 📦 17K · 📋 290 - 2% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 98 · 🔀 690 · 📦 17K · 📋 290 - 2% open · ⏱️ 02.06.2022): ``` git clone https://github.com/zostera/django-bootstrap3 @@ -5007,7 +4974,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-bootstrap3 ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (📥 21K · ⏱️ 04.08.2019): +- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (📥 22K · ⏱️ 04.08.2019): ``` conda install -c conda-forge django-bootstrap3 ``` @@ -5042,12 +5009,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-simple-history (🥈33 · ⭐ 1.6K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 160 · 🔀 390 · 📦 2.7K · 📋 480 - 20% open · ⏱️ 08.05.2022): +- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 160 · 🔀 390 · 📦 2.8K · 📋 480 - 20% open · ⏱️ 08.05.2022): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (📥 410K / month · 📦 450 · ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/django-simple-history) (📥 420K / month · 📦 450 · ⏱️ 11.05.2022): ``` pip install django-simple-history ``` @@ -5059,7 +5026,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-pipeline) (📥 66K / month · 📦 1.1K · ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/django-pipeline) (📥 64K / month · 📦 1.1K · ⏱️ 10.01.2022): ``` pip install django-pipeline ``` @@ -5078,7 +5045,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-stubs (🥈33 · ⭐ 900) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 160 · 🔀 250 · 📦 2.5K · 📋 440 - 43% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 160 · 🔀 250 · 📦 2.5K · 📋 440 - 43% open · ⏱️ 27.05.2022): ``` git clone https://github.com/typeddjango/django-stubs @@ -5087,7 +5054,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-stubs ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 2.4K · ⏱️ 24.05.2022): +- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 2.6K · ⏱️ 24.05.2022): ``` conda install -c conda-forge django-stubs ``` @@ -5115,7 +5082,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) (📥 340K / month · 📦 3.3K · ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/django-mptt) (📥 420K / month · 📦 3.3K · ⏱️ 27.09.2021): ``` pip install django-mptt ``` @@ -5124,30 +5091,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c anaconda django-mptt ```
-
django-redis (🥈32 · ⭐ 2.3K) - Full featured redis cache backend for Django. BSD-3 - -- [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 130 · 🔀 380 · 📋 300 - 9% open · ⏱️ 10.05.2022): - - ``` - git clone https://github.com/jazzband/django-redis - ``` -- [PyPi](https://pypi.org/project/django-redis) (📥 1.4M / month · 📦 3.5K · ⏱️ 22.12.2021): - ``` - pip install django-redis - ``` -
-
django-imagekit (🥈32 · ⭐ 2K) - Automated image processing for Django. Currently v4.0. BSD-3 - -- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨‍💻 73 · 🔀 270 · 📥 64 · 📦 6.2K · 📋 380 - 27% open · ⏱️ 12.11.2021): - - ``` - git clone https://github.com/matthewwithanm/django-imagekit - ``` -- [PyPi](https://pypi.org/project/django-imagekit) (📥 86K / month · 📦 1K · ⏱️ 02.11.2021): - ``` - pip install django-imagekit - ``` -
sorl-thumbnail (🥈32 · ⭐ 1.6K) - Thumbnails for Django. BSD-3 - [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 150 · 🔀 470 · 📦 8.7K · 📋 400 - 28% open · ⏱️ 24.05.2022): @@ -5171,11 +5114,11 @@ _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) (📥 150K / month · 📦 890 · ⏱️ 05.10.2021): +- [PyPi](https://pypi.org/project/django-tables2) (📥 140K / month · 📦 890 · ⏱️ 05.10.2021): ``` pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (📥 870 · ⏱️ 24.10.2021): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (📥 900 · ⏱️ 24.10.2021): ``` conda install -c conda-forge django-tables2 ``` @@ -5187,14 +5130,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/SmileyChris/easy-thumbnails ``` -- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 170K / month · 📦 2.1K · ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 180K / month · 📦 2.1K · ⏱️ 20.01.2022): ``` pip install easy-thumbnails ```
django-phonenumber-field (🥈32 · ⭐ 1.2K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 100 · 🔀 290 · 📋 200 - 27% open · ⏱️ 03.04.2022): +- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 110 · 🔀 290 · 📋 200 - 27% open · ⏱️ 30.05.2022): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field @@ -5206,7 +5149,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-compressor (🥈31 · ⭐ 2.6K) - Compresses linked and inline javascript or CSS into a.. MIT -- [GitHub](https://github.com/django-compressor/django-compressor) (👨‍💻 210 · 🔀 580 · 📋 630 - 17% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/django-compressor/django-compressor) (👨‍💻 210 · 🔀 580 · 📋 640 - 17% open · ⏱️ 27.05.2022): ``` git clone https://github.com/django-compressor/django-compressor @@ -5232,33 +5175,45 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-webpack-loader ```
-
django-constance (🥈31 · ⭐ 1.5K) - Dynamic Django settings. BSD-3 +
django-redis (🥈31 · ⭐ 2.3K) - Full featured redis cache backend for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (👨‍💻 130 · 🔀 290 · 📦 1K · 📋 250 - 12% open · ⏱️ 11.05.2022): +- [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 130 · 🔀 380 · 📋 300 - 9% open · ⏱️ 10.05.2022): ``` - git clone https://github.com/jazzband/django-constance + git clone https://github.com/jazzband/django-redis ``` -- [PyPi](https://pypi.org/project/django-constance) (📥 150K / month · 📦 280 · ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/django-redis) (📥 1.4M / month · 📦 3.5K · ⏱️ 22.12.2021): ``` - pip install django-constance + pip install django-redis ```
-
django-countries (🥈31 · ⭐ 1.1K) - A Django application that provides country choices for.. MIT +
django-imagekit (🥈31 · ⭐ 2K · 💤) - Automated image processing for Django. Currently v4.0. BSD-3 -- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 46 · 🔀 230 · 📋 260 - 7% open · ⏱️ 06.04.2022): +- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨‍💻 73 · 🔀 270 · 📥 66 · 📦 6.3K · 📋 380 - 27% open · ⏱️ 12.11.2021): ``` - git clone https://github.com/SmileyChris/django-countries + git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-countries) (📥 370K / month · 📦 1.5K · ⏱️ 01.03.2022): +- [PyPi](https://pypi.org/project/django-imagekit) (📥 87K / month · 📦 1K · ⏱️ 02.11.2021): ``` - pip install django-countries + pip install django-imagekit + ``` +
+
django-constance (🥈31 · ⭐ 1.5K) - Dynamic Django settings. BSD-3 + +- [GitHub](https://github.com/jazzband/django-constance) (👨‍💻 130 · 🔀 290 · 📦 1.1K · 📋 250 - 12% open · ⏱️ 11.05.2022): + + ``` + git clone https://github.com/jazzband/django-constance + ``` +- [PyPi](https://pypi.org/project/django-constance) (📥 150K / month · 📦 280 · ⏱️ 11.05.2022): + ``` + pip install django-constance ```
django-bootstrap4 (🥈31 · ⭐ 960) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 140 · 🔀 250 · 📦 60K · 📋 160 - 14% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 140 · 🔀 250 · 📦 60K · 📋 160 - 14% open · ⏱️ 02.06.2022): ``` git clone https://github.com/zostera/django-bootstrap4 @@ -5267,14 +5222,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-bootstrap4 ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 17K · ⏱️ 20.10.2021): +- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 18K · ⏱️ 20.10.2021): ``` conda install -c conda-forge django-bootstrap4 ```
cookiecutter-django (🥉30 · ⭐ 9.4K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 350 · 🔀 2.4K · 📦 17 · 📋 1.1K - 11% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 350 · 🔀 2.4K · 📦 17 · 📋 1.1K - 11% open · ⏱️ 02.06.2022): ``` git clone https://github.com/cookiecutter/cookiecutter-django @@ -5284,18 +5239,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install cookiecutter-django ```
-
django-activity-stream (🥉30 · ⭐ 2.1K) - Generate generic activity streams from the actions on.. BSD-3 - -- [GitHub](https://github.com/justquick/django-activity-stream) (👨‍💻 110 · 🔀 480 · 📦 820 · 📋 300 - 5% open · ⏱️ 20.05.2022): - - ``` - git clone https://github.com/justquick/django-activity-stream - ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (📥 39K / month · 📦 340 · ⏱️ 20.05.2022): - ``` - pip install django-activity-stream - ``` -
django-fsm (🥉30 · ⭐ 2K) - Django friendly finite state machine support. MIT - [GitHub](https://github.com/viewflow/django-fsm) (👨‍💻 64 · 🔀 260 · 📦 1.1K · 📋 150 - 14% open · ⏱️ 16.02.2022): @@ -5312,32 +5255,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-fsm ```
-
django-braces (🥉30 · ⭐ 1.8K) - Reusable, generic mixins for Django. BSD-3 +
django-widget-tweaks (🥉30 · ⭐ 1.7K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/brack3t/django-braces) (👨‍💻 77 · 🔀 210 · 📦 12K · 📋 120 - 2% open · ⏱️ 18.11.2021): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 27 · 🔀 120 · 📦 25K · 📋 85 - 43% open · ⏱️ 13.01.2022): ``` - git clone https://github.com/brack3t/django-braces - ``` -- [PyPi](https://pypi.org/project/django-braces) (📥 190K / month · 📦 4K · ⏱️ 05.11.2021): - ``` - pip install django-braces + git clone https://github.com/jazzband/django-widget-tweaks ``` -- [Conda](https://anaconda.org/conda-forge/django-braces) (📥 32K · ⏱️ 08.07.2018): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 270K / month · 📦 2.2K · ⏱️ 13.01.2022): ``` - conda install -c conda-forge django-braces + pip install django-widget-tweaks ```
-
django-widget-tweaks (🥉30 · ⭐ 1.7K) - Tweak the form field rendering in templates, not in.. MIT +
django-cacheops (🥉30 · ⭐ 1.6K) - A slick ORM cache with automatic granular event-driven.. BSD-3 -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 27 · 🔀 120 · 📦 25K · 📋 85 - 43% open · ⏱️ 13.01.2022): +- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 62 · 🔀 200 · 📦 700 · 📋 300 - 8% open · ⏱️ 27.05.2022): ``` - git clone https://github.com/jazzband/django-widget-tweaks + git clone https://github.com/Suor/django-cacheops ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 260K / month · 📦 2.2K · ⏱️ 13.01.2022): +- [PyPi](https://pypi.org/project/django-cacheops) (📥 130K / month · 📦 96 · ⏱️ 27.05.2022): ``` - pip install django-widget-tweaks + pip install django-cacheops ```
django-rq (🥉30 · ⭐ 1.5K) - A simple app that provides django integration for RQ (Redis Queue). MIT @@ -5352,9 +5291,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-rq ```
+
django-countries (🥉30 · ⭐ 1.1K) - A Django application that provides country choices for.. MIT + +- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 46 · 🔀 230 · 📋 260 - 7% open · ⏱️ 06.04.2022): + + ``` + git clone https://github.com/SmileyChris/django-countries + ``` +- [PyPi](https://pypi.org/project/django-countries) (📥 380K / month · 📦 1.5K · ⏱️ 01.03.2022): + ``` + pip install django-countries + ``` +
django-waffle (🥉30 · ⭐ 910) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 110 · 🔀 240 · 📦 760 · 📋 190 - 17% open · ⏱️ 11.05.2022): +- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 110 · 🔀 240 · 📦 770 · 📋 190 - 17% open · ⏱️ 02.06.2022): ``` git clone https://github.com/django-waffle/django-waffle @@ -5363,45 +5314,49 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-waffle ``` -- [Conda](https://anaconda.org/conda-forge/django-waffle) (📥 4.8K · ⏱️ 29.03.2022): +- [Conda](https://anaconda.org/conda-forge/django-waffle) (📥 4.9K · ⏱️ 29.03.2022): ``` conda install -c conda-forge django-waffle ```
-
django-sql-explorer (🥉29 · ⭐ 2K) - Easily share data across your company via SQL queries... MIT +
django-activity-stream (🥉29 · ⭐ 2.1K) - Generate generic activity streams from the actions on.. BSD-3 -- [GitHub](https://github.com/groveco/django-sql-explorer) (👨‍💻 90 · 🔀 310 · 📦 290 · 📋 250 - 10% open · ⏱️ 04.05.2022): +- [GitHub](https://github.com/justquick/django-activity-stream) (👨‍💻 110 · 🔀 480 · 📦 820 · 📋 300 - 5% open · ⏱️ 20.05.2022): ``` - git clone https://github.com/groveco/django-sql-explorer + git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 52K / month · 📦 74 · ⏱️ 10.03.2022): +- [PyPi](https://pypi.org/project/django-activity-stream) (📥 41K / month · 📦 340 · ⏱️ 20.05.2022): ``` - pip install django-sql-explorer + pip install django-activity-stream ```
-
django-cacheops (🥉29 · ⭐ 1.6K) - A slick ORM cache with automatic granular event-driven.. BSD-3 +
django-sql-explorer (🥉29 · ⭐ 2K) - Easily share data across your company via SQL queries... MIT -- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 62 · 🔀 180 · 📦 700 · 📋 300 - 7% open · ⏱️ 17.04.2022): +- [GitHub](https://github.com/groveco/django-sql-explorer) (👨‍💻 90 · 🔀 310 · 📦 290 · 📋 250 - 10% open · ⏱️ 04.05.2022): ``` - git clone https://github.com/Suor/django-cacheops + git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-cacheops) (📥 130K / month · 📦 95 · ⏱️ 03.05.2021): +- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 52K / month · 📦 74 · ⏱️ 10.03.2022): ``` - pip install django-cacheops + pip install django-sql-explorer ```
-
django-angular (🥉29 · ⭐ 1.2K) - Let AngularJS play well with Django. MIT +
django-braces (🥉29 · ⭐ 1.8K · 💤) - Reusable, generic mixins for Django. BSD-3 -- [GitHub](https://github.com/jrief/django-angular) (👨‍💻 66 · 🔀 300 · 📦 590 · 📋 200 - 10% open · ⏱️ 11.12.2021): +- [GitHub](https://github.com/brack3t/django-braces) (👨‍💻 77 · 🔀 210 · 📦 12K · 📋 120 - 2% open · ⏱️ 18.11.2021): ``` - git clone https://github.com/jrief/django-angular + git clone https://github.com/brack3t/django-braces ``` -- [PyPi](https://pypi.org/project/django-angular) (📥 10K / month · 📦 240 · ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/django-braces) (📥 190K / month · 📦 4K · ⏱️ 05.11.2021): ``` - pip install django-angular + pip install django-braces + ``` +- [Conda](https://anaconda.org/conda-forge/django-braces) (📥 32K · ⏱️ 08.07.2018): + ``` + conda install -c conda-forge django-braces ```
django-redis-cache (🥉29 · ⭐ 1K) - A Redis cache backend for django. BSD-3 @@ -5411,7 +5366,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sebleier/django-redis-cache ``` -- [PyPi](https://pypi.org/project/django-redis-cache) (📥 180K / month · 📦 1.2K · ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/django-redis-cache) (📥 170K / month · 📦 1.2K · ⏱️ 15.10.2020): ``` pip install django-redis-cache ``` @@ -5422,7 +5377,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-dbbackup (🥉29 · ⭐ 590) - Management commands to help backup and restore your.. BSD-3 -- [GitHub](https://github.com/jazzband/django-dbbackup) (👨‍💻 55 · 🔀 190 · 📦 990 · 📋 260 - 23% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/jazzband/django-dbbackup) (👨‍💻 56 · 🔀 190 · 📦 990 · 📋 260 - 23% open · ⏱️ 27.05.2022): ``` git clone https://github.com/jazzband/django-dbbackup @@ -5443,19 +5398,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 380 · ⏱️ 04.02.2022): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 430 · ⏱️ 04.02.2022): ``` conda install -c conda-forge django-ninja ```
-
django-push-notifications (🥉28 · ⭐ 1.9K) - Send push notifications to mobile devices through GCM.. MIT +
django-push-notifications (🥉28 · ⭐ 2K) - Send push notifications to mobile devices through GCM.. MIT - [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 92 · 🔀 540 · 📥 63 · 📋 410 - 34% open · ⏱️ 10.05.2022): ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (📥 66K / month · 📦 89 · ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 65K / month · 📦 89 · ⏱️ 17.02.2022): ``` pip install django-push-notifications ``` @@ -5467,12 +5422,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Koed00/django-q ``` -- [PyPi](https://pypi.org/project/django-q) (📥 75K / month · 📦 75 · ⏱️ 27.06.2021): +- [PyPi](https://pypi.org/project/django-q) (📥 74K / month · 📦 75 · ⏱️ 27.06.2021): ``` pip install django-q ```
-
django-polymorphic (🥉28 · ⭐ 1.3K) - Improved Django model inheritance with automatic.. BSD-3 +
django-polymorphic (🥉28 · ⭐ 1.3K · 💤) - Improved Django model inheritance with automatic.. BSD-3 - [GitHub](https://github.com/django-polymorphic/django-polymorphic) (👨‍💻 100 · 🔀 240 · 📋 310 - 44% open · ⏱️ 18.11.2021): @@ -5488,42 +5443,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django_polymorphic ```
-
django-filebrowser (🥉28 · ⭐ 890) - Media-Management with Grappelli. BSD-3 - -- [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨‍💻 35 · 🔀 380 · 📦 780 · 📋 280 - 6% open · ⏱️ 12.01.2022): +
django-angular (🥉28 · ⭐ 1.2K) - Let AngularJS play well with Django. MIT - ``` - git clone https://github.com/sehmaschine/django-filebrowser - ``` -- [PyPi](https://pypi.org/project/django-filebrowser) (📥 6.9K / month · 📦 270 · ⏱️ 12.01.2022): - ``` - pip install django-filebrowser - ``` -
-
django-paypal (🥉28 · ⭐ 650) - A pluggable Django application for integrating PayPal.. MIT - -- [GitHub](https://github.com/spookylukey/django-paypal) (👨‍💻 70 · 🔀 200 · 📦 1.9K · 📋 150 - 5% open · ⏱️ 25.03.2022): +- [GitHub](https://github.com/jrief/django-angular) (👨‍💻 66 · 🔀 300 · 📦 590 · 📋 200 - 10% open · ⏱️ 11.12.2021): ``` - git clone https://github.com/spookylukey/django-paypal + git clone https://github.com/jrief/django-angular ``` -- [PyPi](https://pypi.org/project/django-paypal) (📥 12K / month · 📦 290 · ⏱️ 25.03.2022): +- [PyPi](https://pypi.org/project/django-angular) (📥 10K / month · 📦 240 · ⏱️ 05.05.2020): ``` - pip install django-paypal + pip install django-angular ```
djangorestframework-stubs (🥉28 · ⭐ 270) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 43 · 🔀 65 · 📦 1.3K · 📋 90 - 41% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 43 · 🔀 65 · 📦 1.3K · 📋 91 - 40% open · ⏱️ 29.05.2022): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 250K / month · 📦 58 · ⏱️ 24.05.2022): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 240K / month · 📦 58 · ⏱️ 24.05.2022): ``` pip install djangorestframework-stubs ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (📥 660 · ⏱️ 12.04.2022): +- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (📥 690 · ⏱️ 12.04.2022): ``` conda install -c conda-forge djangorestframework-stubs ``` @@ -5540,46 +5483,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-extra-views ```
-
django-configurations (🥉27 · ⭐ 910) - A helper for organizing Django project settings by.. BSD-3 +
django-filebrowser (🥉27 · ⭐ 890) - Media-Management with Grappelli. BSD-3 -- [GitHub](https://github.com/jazzband/django-configurations) (👨‍💻 61 · 🔀 130 · 📦 2.2K · 📋 180 - 24% open · ⏱️ 25.01.2022): +- [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨‍💻 35 · 🔀 380 · 📦 780 · 📋 280 - 6% open · ⏱️ 12.01.2022): ``` - git clone https://github.com/jazzband/django-configurations - ``` -- [PyPi](https://pypi.org/project/django-configurations) (📥 84K / month · 📦 660 · ⏱️ 25.01.2022): - ``` - pip install django-configurations + git clone https://github.com/sehmaschine/django-filebrowser ``` -- [Conda](https://anaconda.org/conda-forge/django-configurations) (📥 24K · ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/django-filebrowser) (📥 6.8K / month · 📦 270 · ⏱️ 12.01.2022): ``` - conda install -c conda-forge django-configurations + pip install django-filebrowser ```
-
django-rosetta (🥉27 · ⭐ 880) - Rosetta is a Django application that eases the translation.. MIT +
django-paypal (🥉27 · ⭐ 650) - A pluggable Django application for integrating PayPal.. MIT -- [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 79 · 🔀 180 · 📦 1.8K · 📋 150 - 28% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/spookylukey/django-paypal) (👨‍💻 70 · 🔀 200 · 📦 2K · 📋 150 - 5% open · ⏱️ 25.03.2022): ``` - git clone https://github.com/mbi/django-rosetta - ``` -- [PyPi](https://pypi.org/project/django-rosetta) (📥 49K / month · 📦 610 · ⏱️ 08.12.2021): - ``` - pip install django-rosetta + git clone https://github.com/spookylukey/django-paypal ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (📥 3.2K · ⏱️ 08.12.2021): +- [PyPi](https://pypi.org/project/django-paypal) (📥 13K / month · 📦 290 · ⏱️ 25.03.2022): ``` - conda install -c conda-forge django-rosetta + pip install django-paypal ```
viewflow (🥉26 · ⭐ 2.2K) - Reusable workflow library for Django. ❗️AGPL-3.0 -- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 31 · 🔀 360 · 📦 220 · 📋 270 - 8% open · ⏱️ 05.04.2022): +- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 31 · 🔀 360 · 📦 230 · 📋 270 - 8% open · ⏱️ 05.04.2022): ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (📥 5.3K / month · 📦 32 · ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/django-viewflow) (📥 4.9K / month · 📦 32 · ⏱️ 05.04.2022): ``` pip install django-viewflow ``` @@ -5596,6 +5531,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-watson ```
+
django-configurations (🥉26 · ⭐ 920) - A helper for organizing Django project settings by.. BSD-3 + +- [GitHub](https://github.com/jazzband/django-configurations) (👨‍💻 61 · 🔀 130 · 📦 2.2K · 📋 180 - 24% open · ⏱️ 25.01.2022): + + ``` + git clone https://github.com/jazzband/django-configurations + ``` +- [PyPi](https://pypi.org/project/django-configurations) (📥 87K / month · 📦 660 · ⏱️ 25.01.2022): + ``` + pip install django-configurations + ``` +- [Conda](https://anaconda.org/conda-forge/django-configurations) (📥 25K · ⏱️ 13.10.2020): + ``` + conda install -c conda-forge django-configurations + ``` +
django-summernote (🥉26 · ⭐ 890 · 💤) - Simply integrate Summernote editor with Django project. MIT - [GitHub](https://github.com/summernote/django-summernote) (👨‍💻 68 · 🔀 210 · 📋 330 - 14% open · ⏱️ 14.10.2021): @@ -5603,41 +5554,53 @@ _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) (📥 50K / month · 📦 230 · ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/django-summernote) (📥 49K / month · 📦 230 · ⏱️ 14.10.2021): ``` pip install django-summernote ```
+
django-rosetta (🥉26 · ⭐ 880) - Rosetta is a Django application that eases the translation.. MIT + +- [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 79 · 🔀 180 · 📦 1.8K · 📋 150 - 28% open · ⏱️ 18.05.2022): + + ``` + git clone https://github.com/mbi/django-rosetta + ``` +- [PyPi](https://pypi.org/project/django-rosetta) (📥 51K / month · 📦 610 · ⏱️ 08.12.2021): + ``` + pip install django-rosetta + ``` +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (📥 3.3K · ⏱️ 08.12.2021): + ``` + conda install -c conda-forge django-rosetta + ``` +
django-cleanup (🥉26 · ⭐ 770) - Automatically deletes old file for FileField and ImageField... MIT -- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 17 · 🔀 70 · 📦 7.4K · 📋 48 - 4% open · ⏱️ 24.01.2022): +- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 17 · 🔀 70 · 📦 7.5K · 📋 48 - 4% open · ⏱️ 24.01.2022): ``` git clone https://github.com/un1t/django-cleanup ``` -- [PyPi](https://pypi.org/project/django-cleanup) (📥 89K / month · 📦 320 · ⏱️ 24.01.2022): +- [PyPi](https://pypi.org/project/django-cleanup) (📥 91K / month · 📦 320 · ⏱️ 24.01.2022): ``` pip install django-cleanup ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (📥 5.3K · ⏱️ 26.01.2022): +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (📥 5.4K · ⏱️ 26.01.2022): ``` conda install -c conda-forge django-cleanup ```
-
django-organizations (🥉25 · ⭐ 980) - Multi-user accounts for Django projects. BSD-2 +
django-lifecycle (🥉25 · ⭐ 930) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/bennylope/django-organizations) (👨‍💻 45 · 🔀 170 · 📋 140 - 11% open · ⏱️ 29.03.2022): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 28 · 🔀 57 · 📦 120 · 📋 46 - 28% open · ⏱️ 28.05.2022): ``` - git clone https://github.com/bennylope/django-organizations - ``` -- [PyPi](https://pypi.org/project/django-organizations) (📥 30K / month · 📦 37 · ⏱️ 17.03.2022): + git clone https://github.com/rsinger86/django-lifecycle ``` - pip install django-organizations +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 54K / month · 📦 5 · ⏱️ 29.05.2022): ``` -- [Conda](https://anaconda.org/conda-forge/django-organizations) (📥 2.5K · ⏱️ 23.09.2021): - ``` - conda install -c conda-forge django-organizations + pip install django-lifecycle ```
django-cachalot (🥉25 · ⭐ 930) - No effort, no worry, maximum performance. BSD-3 @@ -5647,7 +5610,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 40K / month · 📦 83 · ⏱️ 25.02.2022): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 38K / month · 📦 83 · ⏱️ 25.02.2022): ``` pip install django-cachalot ``` @@ -5658,7 +5621,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-robots (🥉25 · ⭐ 380) - A Django app for managing robots.txt files following the.. BSD-3 -- [GitHub](https://github.com/jazzband/django-robots) (👨‍💻 42 · 🔀 89 · 📦 890 · 📋 60 - 30% open · ⏱️ 23.04.2022): +- [GitHub](https://github.com/jazzband/django-robots) (👨‍💻 42 · 🔀 89 · 📦 900 · 📋 60 - 30% open · ⏱️ 23.04.2022): ``` git clone https://github.com/jazzband/django-robots @@ -5668,26 +5631,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-robots ```
-
django-lifecycle (🥉24 · ⭐ 930) - Declarative model lifecycle hooks, an alternative to.. MIT +
django-organizations (🥉24 · ⭐ 980) - Multi-user accounts for Django projects. BSD-2 -- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 28 · 🔀 57 · 📦 120 · 📋 46 - 30% open · ⏱️ 22.05.2022): +- [GitHub](https://github.com/bennylope/django-organizations) (👨‍💻 45 · 🔀 180 · 📋 140 - 11% open · ⏱️ 29.03.2022): ``` - git clone https://github.com/rsinger86/django-lifecycle + git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 55K / month · 📦 5 · ⏱️ 15.02.2022): +- [PyPi](https://pypi.org/project/django-organizations) (📥 30K / month · 📦 37 · ⏱️ 17.03.2022): ``` - pip install django-lifecycle + pip install django-organizations + ``` +- [Conda](https://anaconda.org/conda-forge/django-organizations) (📥 2.5K · ⏱️ 23.09.2021): + ``` + conda install -c conda-forge django-organizations ```
-
django-split-settings (🥉24 · ⭐ 860) - Organize Django settings into multiple files and.. BSD-3 +
django-split-settings (🥉24 · ⭐ 870) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 19 · 🔀 58 · 📋 41 - 9% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 19 · 🔀 58 · 📋 41 - 9% open · ⏱️ 30.05.2022): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (📥 65K / month · 📦 110 · ⏱️ 14.08.2021): +- [PyPi](https://pypi.org/project/django-split-settings) (📥 64K / month · 📦 110 · ⏱️ 14.08.2021): ``` pip install django-split-settings ``` @@ -5699,7 +5666,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (📥 260K / month · 📦 14 · ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (📥 270K / month · 📦 14 · ⏱️ 12.08.2020): ``` pip install django-csp ``` @@ -5711,12 +5678,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/encode/django-vanilla-views ``` -- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 6.7K / month · 📦 250 · ⏱️ 09.05.2021): +- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 6.3K / month · 📦 250 · ⏱️ 09.05.2021): ``` pip install django-vanilla-views ```
-
django-easy-audit (🥉23 · ⭐ 450) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 +
django-easy-audit (🥉22 · ⭐ 460) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 - [GitHub](https://github.com/soynatan/django-easy-audit) (👨‍💻 35 · 🔀 130 · 📦 140 · 📋 130 - 48% open · ⏱️ 24.05.2022): @@ -5730,12 +5697,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-codemod (🥉19 · ⭐ 140) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 20 · 🔀 14 · 📥 420 · 📋 38 - 21% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 20 · 🔀 14 · 📥 420 · 📋 38 - 21% open · ⏱️ 02.06.2022): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 1.3K / month · ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/django-codemod) (📥 1.5K / month · ⏱️ 11.05.2022): ``` pip install django-codemod ``` @@ -5744,11 +5711,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - jsonfield (🥉30 · ⭐ 1.1K · 💀) - A reusable Django model field for storing ad-hoc JSON data. MIT - django-shop (🥉29 · ⭐ 2.8K · 💀) - A Django based shop system. BSD-3 -- django-blog-zinnia (🥉27 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application.. BSD-3 -- django-jenkins (🥉27 · ⭐ 940 · 💀) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 +- django-blog-zinnia (🥉27 · ⭐ 2K · 💀) - Simple yet powerful and really extendable application.. BSD-3 +- django-jenkins (🥉26 · ⭐ 940 · 💀) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 - django-floppyforms (🥉26 · ⭐ 800 · 💀) - Full control of form rendering in the templates. ❗️MirOS - django-cache-machine (🥉25 · ⭐ 830 · 💀) - Automatic caching and invalidation for Django models.. BSD-3 -- django-solo (🥉25 · ⭐ 680) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 +- django-solo (🥉24 · ⭐ 680) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 - merchant (🥉19 · ⭐ 980 · 💀) - A Django app to accept payments from various payment.. BSD-3 - django-schedule (🥉14 · ⭐ 800 · 💀) - A calendaring app for Django. It is now stable,.. BSD-3
@@ -5760,12 +5727,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
jinja (🥇44 · ⭐ 8.5K) - A very fast and expressive template engine. BSD-3 -- [GitHub](https://github.com/pallets/jinja) (👨‍💻 300 · 🔀 1.5K · 📥 53K · 📋 880 - 4% open · ⏱️ 01.05.2022): +- [GitHub](https://github.com/pallets/jinja) (👨‍💻 300 · 🔀 1.5K · 📥 53K · 📋 880 - 4% open · ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/jinja ``` -- [PyPi](https://pypi.org/project/jinja2) (📥 110M / month · 📦 99K · ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/jinja2) (📥 120M / month · 📦 99K · ⏱️ 28.04.2022): ``` pip install jinja2 ``` @@ -5776,7 +5743,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
certbot (🥇40 · ⭐ 29K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (👨‍💻 490 · 🔀 3.2K · 📥 13K · 📦 1.2K · 📋 5.1K - 11% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/certbot/certbot) (👨‍💻 490 · 🔀 3.2K · 📥 14K · 📦 1.2K · 📋 5.1K - 11% open · ⏱️ 31.05.2022): ``` git clone https://github.com/certbot/certbot @@ -5785,7 +5752,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install certbot ``` -- [Conda](https://anaconda.org/conda-forge/certbot-apache) (📥 3.1K · ⏱️ 17.04.2022): +- [Conda](https://anaconda.org/conda-forge/certbot-apache) (📥 3.3K · ⏱️ 17.04.2022): ``` conda install -c conda-forge certbot-apache ``` @@ -5797,11 +5764,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/twisted) (📥 2.5M / month · 📦 10K · ⏱️ 11.04.2022): +- [PyPi](https://pypi.org/project/twisted) (📥 2.6M / month · 📦 10K · ⏱️ 11.04.2022): ``` pip install twisted ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (📥 660K · ⏱️ 12.04.2022): +- [Conda](https://anaconda.org/conda-forge/twisted) (📥 670K · ⏱️ 12.04.2022): ``` conda install -c conda-forge twisted ``` @@ -5817,19 +5784,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 370K · ⏱️ 07.03.2022): +- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 380K · ⏱️ 07.03.2022): ``` conda install -c conda-forge dnspython ```
itsdangerous (🥇38 · ⭐ 2.5K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 41 · 🔀 200 · 📦 610K · ⏱️ 01.05.2022): +- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 41 · 🔀 200 · 📦 620K · ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (📥 53M / month · 📦 53K · ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (📥 57M / month · 📦 53K · ⏱️ 24.03.2022): ``` pip install itsdangerous ``` @@ -5838,90 +5805,90 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge itsdangerous ```
-
rdflib (🥇38 · ⭐ 1.7K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 - -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 180 · 🔀 490 · 📦 8.3K · 📋 1K - 15% open · ⏱️ 26.05.2022): - - ``` - git clone https://github.com/RDFLib/rdflib - ``` -- [PyPi](https://pypi.org/project/rdflib) (📥 480K / month · 📦 2K · ⏱️ 19.12.2021): - ``` - pip install rdflib - ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 230K · ⏱️ 13.01.2022): - ``` - conda install -c conda-forge rdflib - ``` -
-
impacket (🥈37 · ⭐ 9K) - Impacket is a collection of Python classes for working with network.. Apache-2 +
impacket (🥈37 · ⭐ 9.1K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/SecureAuthCorp/impacket) (👨‍💻 170 · 🔀 2.7K · 📥 89K · 📦 1.6K · 📋 830 - 26% open · ⏱️ 13.05.2022): +- [GitHub](https://github.com/SecureAuthCorp/impacket) (👨‍💻 170 · 🔀 2.7K · 📥 90K · 📦 1.6K · 📋 830 - 26% open · ⏱️ 30.05.2022): ``` git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/impacket) (📥 98K / month · 📦 210 · ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/impacket) (📥 99K / month · 📦 210 · ⏱️ 04.05.2022): ``` pip install impacket ```
-
scapy (🥈37 · ⭐ 7.6K · 📉) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 +
scapy (🥈37 · ⭐ 7.6K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (👨‍💻 380 · 🔀 1.7K · 📦 7.8K · 📋 1.4K - 6% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 380 · 🔀 1.7K · 📦 7.8K · 📋 1.4K - 6% open · ⏱️ 28.05.2022): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (📥 1.8M / month · 📦 960 · ⏱️ 19.04.2021): +- [PyPi](https://pypi.org/project/scapy) (📥 1.9M / month · 📦 960 · ⏱️ 19.04.2021): ``` pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (📥 27K · ⏱️ 19.04.2021): +- [Conda](https://anaconda.org/conda-forge/scapy) (📥 29K · ⏱️ 19.04.2021): ``` conda install -c conda-forge scapy ```
web3.py (🥈37 · ⭐ 3.4K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 200 · 🔀 1.1K · 📦 7.8K · 📋 1.2K - 19% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 200 · 🔀 1.1K · 📦 7.9K · 📋 1.2K - 19% open · ⏱️ 01.06.2022): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (📥 500K / month · 📦 830 · ⏱️ 16.05.2022): +- [PyPi](https://pypi.org/project/web3) (📥 520K / month · 📦 840 · ⏱️ 01.06.2022): ``` pip install web3 ``` -- [Conda](https://anaconda.org/conda-forge/web3) (📥 69K · ⏱️ 14.04.2022): +- [Conda](https://anaconda.org/conda-forge/web3) (📥 70K · ⏱️ 14.04.2022): ``` conda install -c conda-forge web3 ```
+
rdflib (🥈37 · ⭐ 1.7K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 + +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 180 · 🔀 490 · 📦 8.4K · 📋 1K - 15% open · ⏱️ 26.05.2022): + + ``` + git clone https://github.com/RDFLib/rdflib + ``` +- [PyPi](https://pypi.org/project/rdflib) (📥 490K / month · 📦 2K · ⏱️ 19.12.2021): + ``` + pip install rdflib + ``` +- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 230K · ⏱️ 13.01.2022): + ``` + conda install -c conda-forge rdflib + ``` +
webargs (🥈36 · ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 69 · 🔀 150 · 📦 4K · 📋 280 - 3% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 69 · 🔀 150 · 📦 4K · 📋 280 - 3% open · ⏱️ 30.05.2022): ``` git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/webargs) (📥 710K / month · 📦 470 · ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/webargs) (📥 730K / month · 📦 470 · ⏱️ 12.01.2022): ``` pip install webargs ``` -- [Conda](https://anaconda.org/conda-forge/webargs) (📥 150K · ⏱️ 12.01.2022): +- [Conda](https://anaconda.org/conda-forge/webargs) (📥 160K · ⏱️ 12.01.2022): ``` conda install -c conda-forge webargs ```
pyopenssl (🥈36 · ⭐ 760) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 100 · 🔀 380 · 📋 470 - 17% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 100 · 🔀 380 · 📋 470 - 17% open · ⏱️ 28.05.2022): ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (📥 39M / month · 📦 15K · ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/pyopenssl) (📥 40M / month · 📦 15K · ⏱️ 29.01.2022): ``` pip install pyopenssl ``` @@ -5932,7 +5899,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
certifi (🥈36 · ⭐ 530) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 29 · 🔀 180 · 📦 850K · 📋 120 - 10% open · ⏱️ 21.05.2022): +- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 29 · 🔀 180 · 📦 860K · 📋 120 - 10% open · ⏱️ 21.05.2022): ``` git clone https://github.com/certifi/python-certifi @@ -5941,14 +5908,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install certifi ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (📥 55M · ⏱️ 20.05.2022): +- [Conda](https://anaconda.org/conda-forge/certifi) (📥 56M · ⏱️ 20.05.2022): ``` conda install -c conda-forge certifi ```
pwntools (🥈35 · ⭐ 9.1K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 200 · 🔀 1.5K · 📦 620 · 📋 910 - 14% open · ⏱️ 18.05.2022): +- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 200 · 🔀 1.5K · 📦 630 · 📋 910 - 14% open · ⏱️ 18.05.2022): ``` git clone https://github.com/Gallopsled/pwntools @@ -5960,24 +5927,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
weblate (🥈33 · ⭐ 3K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.3K · 🔀 710 · 📥 2.7K · 📦 23 · 📋 4.3K - 7% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.3K · 🔀 710 · 📥 2.9K · 📦 23 · 📋 4.3K - 7% open · ⏱️ 02.06.2022): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (📥 2.4K / month · ⏱️ 17.06.2021): +- [PyPi](https://pypi.org/project/weblate) (📥 2.5K / month · ⏱️ 17.06.2021): ``` pip install weblate ```
pynacl (🥈33 · ⭐ 890) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 -- [GitHub](https://github.com/pyca/pynacl) (👨‍💻 63 · 🔀 200 · 📋 280 - 13% open · ⏱️ 11.04.2022): +- [GitHub](https://github.com/pyca/pynacl) (👨‍💻 63 · 🔀 200 · 📋 280 - 13% open · ⏱️ 28.05.2022): ``` git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/pynacl) (📥 37M / month · 📦 2.3K · ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/pynacl) (📥 38M / month · 📦 2.3K · ⏱️ 07.01.2022): ``` pip install pynacl ``` @@ -5988,19 +5955,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pywebview (🥈32 · ⭐ 2.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 86 · 🔀 390 · 📦 670 · 📋 620 - 3% open · ⏱️ 27.04.2022): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 86 · 🔀 390 · 📦 680 · 📋 620 - 3% open · ⏱️ 27.04.2022): ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 100K / month · 📦 74 · ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/pywebview) (📥 110K / month · 📦 74 · ⏱️ 05.04.2022): ``` pip install pywebview ```
saleor (🥈31 · ⭐ 16K) - A modular, high performance, headless e-commerce platform built.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (👨‍💻 240 · 🔀 4.5K · 📋 3.2K - 7% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/saleor/saleor) (👨‍💻 240 · 🔀 4.5K · 📋 3.2K - 7% open · ⏱️ 31.05.2022): ``` git clone https://github.com/saleor/saleor @@ -6008,78 +5975,78 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
speedtest-cli (🥈31 · ⭐ 12K · 💤) - Command line interface for testing internet bandwidth.. Apache-2 -- [GitHub](https://github.com/sivel/speedtest-cli) (👨‍💻 10 · 🔀 1.7K · 📦 34K · ⏱️ 07.07.2021): +- [GitHub](https://github.com/sivel/speedtest-cli) (👨‍💻 10 · 🔀 1.7K · 📦 35K · ⏱️ 07.07.2021): ``` git clone https://github.com/sivel/speedtest-cli ``` -- [PyPi](https://pypi.org/project/speedtest-cli) (📥 250K / month · 📦 530 · ⏱️ 08.04.2021): +- [PyPi](https://pypi.org/project/speedtest-cli) (📥 240K / month · 📦 530 · ⏱️ 08.04.2021): ``` pip install speedtest-cli ``` -- [Conda](https://anaconda.org/conda-forge/speedtest-cli) (📥 270 · ⏱️ 09.11.2021): +- [Conda](https://anaconda.org/conda-forge/speedtest-cli) (📥 320 · ⏱️ 09.11.2021): ``` conda install -c conda-forge speedtest-cli ```
terminado (🥈31 · ⭐ 310) - Terminals served by tornado websockets. BSD-3 -- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 42 · 🔀 80 · 📥 57 · 📋 62 - 40% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 42 · 🔀 80 · 📥 59 · 📋 62 - 40% open · ⏱️ 31.05.2022): ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (📥 10M / month · 📦 6.9K · ⏱️ 16.05.2022): +- [PyPi](https://pypi.org/project/terminado) (📥 11M / month · 📦 6.9K · ⏱️ 16.05.2022): ``` pip install terminado ``` -- [Conda](https://anaconda.org/conda-forge/terminado) (📥 6M · ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/terminado) (📥 6.1M · ⏱️ 17.05.2022): ``` conda install -c conda-forge terminado ```
proxy.py (🥉30 · ⭐ 1.9K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (👨‍💻 17 · 🔀 440 · 📥 240 · 📦 100 · 📋 260 - 16% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (👨‍💻 17 · 🔀 440 · 📥 270 · 📦 100 · 📋 260 - 16% open · ⏱️ 31.05.2022): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (📥 82K / month · 📦 16 · ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/proxy.py) (📥 89K / month · 📦 16 · ⏱️ 23.05.2022): ``` pip install proxy.py ```
Js2Py (🥉30 · ⭐ 1.9K · 💤) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT -- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (👨‍💻 28 · 🔀 210 · 📦 9.3K · 📋 220 - 48% open · ⏱️ 18.09.2021): +- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (👨‍💻 28 · 🔀 210 · 📦 9.4K · 📋 220 - 48% open · ⏱️ 18.09.2021): ``` git clone https://github.com/PiotrDabkowski/Js2Py ``` -- [PyPi](https://pypi.org/project/js2py) (📥 440K / month · 📦 140 · ⏱️ 01.04.2021): +- [PyPi](https://pypi.org/project/js2py) (📥 460K / month · 📦 140 · ⏱️ 01.04.2021): ``` pip install js2py ``` -- [Conda](https://anaconda.org/conda-forge/js2py) (📥 3.7K · ⏱️ 09.04.2021): +- [Conda](https://anaconda.org/conda-forge/js2py) (📥 3.9K · ⏱️ 09.04.2021): ``` conda install -c conda-forge js2py ```
-
webassets (🥉30 · ⭐ 910 · 💤) - Asset management for Python web development. BSD-2 +
python-user-agents (🥉30 · ⭐ 1.3K) - A Python library that provides an easy way to identify.. MIT -- [GitHub](https://github.com/miracle2k/webassets) (👨‍💻 160 · 🔀 260 · 📦 5.7K · 📋 300 - 22% open · ⏱️ 01.05.2021): +- [GitHub](https://github.com/selwin/python-user-agents) (👨‍💻 31 · 🔀 190 · 📦 4.3K · 📋 66 - 53% open · ⏱️ 14.12.2021): ``` - git clone https://github.com/miracle2k/webassets + git clone https://github.com/selwin/python-user-agents ``` -- [PyPi](https://pypi.org/project/webassets) (📥 170K / month · 📦 1.7K · ⏱️ 20.12.2019): +- [PyPi](https://pypi.org/project/user-agents) (📥 2.5M / month · 📦 470 · ⏱️ 23.08.2020): ``` - pip install webassets + pip install user-agents ``` -- [Conda](https://anaconda.org/conda-forge/webassets) (📥 45K · ⏱️ 24.12.2019): +- [Conda](https://anaconda.org/conda-forge/user-agents) (📥 34K · ⏱️ 24.08.2020): ``` - conda install -c conda-forge webassets + conda install -c conda-forge user-agents ```
Mako (🥉30 · ⭐ 200) - Mako Templates for Python. MIT @@ -6089,7 +6056,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sqlalchemy/mako ``` -- [PyPi](https://pypi.org/project/mako) (📥 21M / month · 📦 14K · ⏱️ 10.03.2022): +- [PyPi](https://pypi.org/project/mako) (📥 22M / month · 📦 14K · ⏱️ 10.03.2022): ``` pip install mako ``` @@ -6105,7 +6072,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/kjd/idna ``` -- [PyPi](https://pypi.org/project/idna) (📥 190M / month · 📦 38K · ⏱️ 12.10.2021): +- [PyPi](https://pypi.org/project/idna) (📥 200M / month · 📦 38K · ⏱️ 12.10.2021): ``` pip install idna ``` @@ -6121,7 +6088,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 43K / month · 📦 21 · ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/aiortc) (📥 40K / month · 📦 21 · ⏱️ 17.04.2022): ``` pip install aiortc ``` @@ -6138,42 +6105,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install sslyze ```
-
python-user-agents (🥉29 · ⭐ 1.3K) - A Python library that provides an easy way to identify.. MIT +
Radicale (🥉29 · ⭐ 2.4K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 -- [GitHub](https://github.com/selwin/python-user-agents) (👨‍💻 31 · 🔀 190 · 📦 4.2K · 📋 66 - 53% open · ⏱️ 14.12.2021): +- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 93 · 🔀 360 · 📦 110 · 📋 860 - 35% open · ⏱️ 20.04.2022): ``` - git clone https://github.com/selwin/python-user-agents - ``` -- [PyPi](https://pypi.org/project/user-agents) (📥 2.5M / month · 📦 470 · ⏱️ 23.08.2020): - ``` - pip install user-agents + git clone https://github.com/Kozea/Radicale ``` -- [Conda](https://anaconda.org/conda-forge/user-agents) (📥 34K · ⏱️ 24.08.2020): +- [PyPi](https://pypi.org/project/radicale) (📥 8.2K / month · 📦 43 · ⏱️ 20.04.2022): ``` - conda install -c conda-forge user-agents + pip install radicale ```
maltrail (🥉28 · ⭐ 4.6K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 34 · 🔀 800 · 📋 320 - 19% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 34 · 🔀 810 · 📋 320 - 18% open · ⏱️ 02.06.2022): ``` git clone https://github.com/stamparm/maltrail ```
-
Radicale (🥉28 · ⭐ 2.4K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - -- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 93 · 🔀 360 · 📦 110 · 📋 850 - 34% open · ⏱️ 20.04.2022): - - ``` - git clone https://github.com/Kozea/Radicale - ``` -- [PyPi](https://pypi.org/project/radicale) (📥 8.1K / month · 📦 43 · ⏱️ 20.04.2022): - ``` - pip install radicale - ``` -
dpkt (🥉28 · ⭐ 910) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 - [GitHub](https://github.com/kbandla/dpkt) (👨‍💻 61 · 🔀 230 · 📦 1K · 📋 370 - 19% open · ⏱️ 26.04.2022): @@ -6185,37 +6136,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install dpkt ``` -- [Conda](https://anaconda.org/conda-forge/dpkt) (📥 65K · ⏱️ 06.09.2021): +- [Conda](https://anaconda.org/conda-forge/dpkt) (📥 67K · ⏱️ 06.09.2021): ``` conda install -c conda-forge dpkt ```
-
pyload (🥉27 · ⭐ 2.5K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 +
klein (🥉28 · ⭐ 800 · 📈) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/pyload/pyload) (👨‍💻 210 · 🔀 650 · 📥 80K · 📋 2.9K - 4% open · ⏱️ 21.05.2022): +- [GitHub](https://github.com/twisted/klein) (👨‍💻 51 · 🔀 120 · 📦 1.6K · 📋 150 - 47% open · ⏱️ 01.06.2022): ``` - git clone https://github.com/pyload/pyload + git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/pyload-ng) (📥 3K / month · 📦 1 · ⏱️ 21.05.2022): +- [PyPi](https://pypi.org/project/klein) (📥 32K / month · 📦 400 · ⏱️ 08.08.2021): ``` - pip install pyload-ng + pip install klein ```
-
aiodns (🥉27 · ⭐ 450 · 💤) - Simple DNS resolver for asyncio. MIT +
pyload (🥉27 · ⭐ 2.6K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/saghul/aiodns) (👨‍💻 24 · 🔀 52 · 📦 27K · 📋 62 - 8% open · ⏱️ 15.05.2021): +- [GitHub](https://github.com/pyload/pyload) (👨‍💻 210 · 🔀 650 · 📥 81K · 📋 2.9K - 4% open · ⏱️ 28.05.2022): ``` - git clone https://github.com/saghul/aiodns - ``` -- [PyPi](https://pypi.org/project/aiodns) (📥 1.7M / month · 📦 1K · ⏱️ 14.05.2021): - ``` - pip install aiodns + git clone https://github.com/pyload/pyload ``` -- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 160K · ⏱️ 25.11.2021): +- [PyPi](https://pypi.org/project/pyload-ng) (📥 3.2K / month · 📦 1 · ⏱️ 28.05.2022): ``` - conda install -c conda-forge aiodns + pip install pyload-ng ```
tifffile (🥉27 · ⭐ 270) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 @@ -6225,42 +6172,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/tifffile) (📥 7.4M / month · 📦 530 · ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/tifffile) (📥 7.9M / month · 📦 530 · ⏱️ 04.05.2022): ``` pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 1.6M · ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 1.7M · ⏱️ 04.05.2022): ``` conda install -c conda-forge tifffile ```
-
klein (🥉26 · ⭐ 800) - werkzeug + twisted.web. MIT - -- [GitHub](https://github.com/twisted/klein) (👨‍💻 51 · 🔀 120 · 📦 1.6K · 📋 150 - 47% open · ⏱️ 07.03.2022): - - ``` - git clone https://github.com/twisted/klein - ``` -- [PyPi](https://pypi.org/project/klein) (📥 34K / month · 📦 400 · ⏱️ 08.08.2021): - ``` - pip install klein - ``` -
httpagentparser (🥉26 · ⭐ 210) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 33 · 🔀 54 · 📦 770 · 📋 49 - 30% open · ⏱️ 27.01.2022): +- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 33 · 🔀 54 · 📦 780 · 📋 49 - 30% open · ⏱️ 27.01.2022): ``` git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/httpagentparser) (📥 170K / month · 📦 260 · ⏱️ 27.01.2022): +- [PyPi](https://pypi.org/project/httpagentparser) (📥 180K / month · 📦 260 · ⏱️ 27.01.2022): ``` pip install httpagentparser ```
trustme (🥉24 · ⭐ 450) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 16 · 🔀 21 · 📦 230 · 📋 32 - 12% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 16 · 🔀 21 · 📦 230 · 📋 32 - 12% open · ⏱️ 30.05.2022): ``` git clone https://github.com/python-trio/trustme @@ -6276,7 +6211,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
healthchecks (🥉23 · ⭐ 5.1K) - A cron monitoring tool written in Python & Django. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 69 · 🔀 560 · 📋 480 - 15% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 69 · 🔀 570 · 📋 480 - 15% open · ⏱️ 01.06.2022): ``` git clone https://github.com/healthchecks/healthchecks @@ -6284,7 +6219,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
urlwatch (🥉23 · ⭐ 2.4K) - urlwatch monitors webpages for you. BSD-3 -- [GitHub](https://github.com/thp/urlwatch) (👨‍💻 82 · 🔀 330 · 📋 440 - 14% open · ⏱️ 26.05.2022): +- [GitHub](https://github.com/thp/urlwatch) (👨‍💻 83 · 🔀 330 · 📋 440 - 14% open · ⏱️ 02.06.2022): ``` git clone https://github.com/thp/urlwatch @@ -6305,19 +6240,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 41K · ⏱️ 25.08.2021): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 42K · ⏱️ 25.08.2021): ``` conda install -c conda-forge pyngrok ```
streaming-form-data (🥉22 · ⭐ 100) - Streaming parser for multipart/form-data written in Python. MIT -- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 10 · 🔀 23 · 📦 31 · 📋 29 - 20% open · ⏱️ 08.04.2022): +- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 10 · 🔀 23 · 📦 32 · 📋 29 - 20% open · ⏱️ 08.04.2022): ``` git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (📥 12K / month · 📦 3 · ⏱️ 27.03.2022): +- [PyPi](https://pypi.org/project/streaming-form-data) (📥 13K / month · 📦 3 · ⏱️ 27.03.2022): ``` pip install streaming-form-data ``` @@ -6329,34 +6264,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/gaojiuli/toapi ``` -- [PyPi](https://pypi.org/project/toapi) (📥 70 / month · 📦 8 · ⏱️ 28.06.2021): +- [PyPi](https://pypi.org/project/toapi) (📥 120 / month · 📦 8 · ⏱️ 28.06.2021): ``` pip install toapi ```
asgi-lifespan (🥉19 · ⭐ 100) - Programmatic startup/shutdown of ASGI apps. MIT -- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (👨‍💻 2 · 🔀 5 · 📦 480 · 📋 14 - 21% open · ⏱️ 06.12.2021): +- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (👨‍💻 2 · 🔀 5 · 📦 490 · 📋 14 - 21% open · ⏱️ 06.12.2021): ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 79K / month · 📦 11 · ⏱️ 07.06.2020): +- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 78K / month · 📦 11 · ⏱️ 07.06.2020): ``` pip install asgi-lifespan ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (📥 20K · ⏱️ 19.04.2022): +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (📥 21K · ⏱️ 19.04.2022): ``` conda install -c conda-forge asgi-lifespan ```
-
Show 16 hidden projects... +
Show 18 hidden projects... - pyzmq (🥇39 · ⭐ 3.1K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD - httpbin (🥈33 · ⭐ 11K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC - PySocks (🥈33 · ⭐ 1.1K · 💀) - A SOCKS proxy client and wrapper for Python. BSD-3 -- netaddr (🥈32 · ⭐ 700 · 💀) - A network address manipulation library for Python. BSD-3 +- netaddr (🥈31 · ⭐ 700 · 💀) - A network address manipulation library for Python. BSD-3 +- webassets (🥉30 · ⭐ 910 · 💀) - Asset management for Python web development. BSD-2 - fake-useragent (🥉29 · ⭐ 2.7K · 💀) - up to date simple useragent faker with real world.. Apache-2 +- aiodns (🥉27 · ⭐ 450 · 💀) - Simple DNS resolver for asyncio. MIT - Cactus (🥉26 · ⭐ 3.4K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 - ipaddress (🥉25 · ⭐ 100 · 💀) - Python 3.3+s ipaddress for older Python versions. Python-2.0 - python-whois (🥉24 · ⭐ 380 · 💀) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL @@ -6365,7 +6302,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - hyde (🥉22 · ⭐ 1.6K · 💀) - A Python Static Website Generator. MIT - reppy (🥉22 · ⭐ 170 · 💀) - Modern robots.txt Parser for Python. MIT - cabot (🥉21 · ⭐ 5.3K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT -- tinkerer (🥉19 · ⭐ 300) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD +- tinkerer (🥉19 · ⭐ 300 · 💤) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - libextract (🥉17 · ⭐ 500 · 💀) - Extract data from websites using basic statistical magic. MIT - IP2Trace (🥉10 · ⭐ 17) - A Python tool to display geolocation information in the traceroute. MIT
diff --git a/history/2022-06-02_changes.md b/history/2022-06-02_changes.md new file mode 100644 index 00000000..7a487ee0 --- /dev/null +++ b/history/2022-06-02_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._ + +- urllib3 (🥈42 · ⭐ 3K · 📈) - Python HTTP library with thread-safe connection pooling, file post.. MIT +- coverage (🥇41 · ⭐ 2.1K · 📈) - The code coverage tool for Python. Apache-2 +- bottle (🥈38 · ⭐ 7.6K · 📈) - bottle.py is a fast and simple micro-framework for python web-.. MIT +- klein (🥉28 · ⭐ 800 · 📈) - werkzeug + twisted.web. MIT +- ghapi (🥉25 · ⭐ 340 · 📈) - A delightful and complete interface to GitHubs amazing API. Apache-2 + +## 📉 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._ + +- Telethon (🥈37 · ⭐ 6.5K · 📉) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +- instagram-scraper (🥉28 · ⭐ 6.2K · 📉) - Scrapes an instagram users photos and videos. Unlicense +- MechanicalSoup (🥈27 · ⭐ 4K · 📉) - A Python library for automating interaction with websites. MIT +- Grab (🥈27 · ⭐ 2.2K · 📉) - Web Scraping Framework. MIT +- Gerapy (🥉22 · ⭐ 2.7K · 📉) - Distributed Crawler Management Framework Based on Scrapy,.. MIT + diff --git a/history/2022-06-02_projects.csv b/history/2022-06-02_projects.csv new file mode 100644 index 00000000..c3bf8d63 --- /dev/null +++ b/history/2022-06-02_projects.csv @@ -0,0 +1,572 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,labels,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,conda_id,pypi_id,dependent_project_count,github_dependent_project_count,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,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,trending,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,2022-05-29 20:26:56.000,2022-05-18 13:48:17,4526.0,52.0,22374,3563.0,2712.0,2.0,383.0,194887,A collective list of free APIs.,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,2022-05-29 16:25:14.000,2022-04-20 14:22:08,1934.0,7.0,8306,865.0,970.0,498.0,1367.0,23855,The OpenAPI Specification Repository.,205.0,0,True,['openapi'],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,2022-06-01 20:47:53.000,2022-01-17 18:36:12,551.0,,1133,547.0,448.0,161.0,335.0,13766,GraphQL is a query language and execution engine tied to any backend service.,124.0,0,True,,2021-10-27 00:01:28.000,October2021,6.0,325.0,4.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,2022-06-02 15:20:21.000,2022-05-26 17:06:09,255.0,45.0,1578,327.0,131.0,1.0,28.0,10598,Collection of python database client libraries.,31.0,0,True,,2022-05-26 17:06:17.000,2022.05.26,47.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,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,2022-06-02 15:46:16.000,2022-06-02 13:15:04,30805.0,261.0,27193,2288.0,15703.0,154.0,,64416,The Web framework for perfectionists with deadlines.,2720.0,48,True,['django'],2022-06-01 12:22:12.000,4.0.5,295.0,,7839610.0,conda-forge/django,django,1054752.0,932650.0,https://pypi.org/project/django,2022-06-01 12:22:12.000,122102.0,7824678.0,https://anaconda.org/conda-forge/django,2022-04-11 12:13:30.042,1119942.0,1.0,,,,,,,,,,,,,,,,,, +5,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,2022-06-01 23:10:31.000,2022-06-01 18:27:08,4675.0,113.0,15099,2158.0,2171.0,15.0,2320.0,59148,The Python micro framework for building web applications.,779.0,48,True,['flask'],2022-04-28 17:48:46.000,2.1.2,45.0,5101.0,71066209.0,conda-forge/flask,flask,1181822.0,1060129.0,https://pypi.org/project/flask,2022-04-28 17:47:38.000,121693.0,71020990.0,https://anaconda.org/conda-forge/flask,2022-05-04 13:31:22.202,3158232.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,2022-06-02 08:14:12.000,2022-06-01 17:51:04,6114.0,9.0,8757,1362.0,2282.0,224.0,3410.0,47561,"A simple, yet elegant, HTTP library.",712.0,48,True,,2022-01-06 17:49:01.000,2.27.1,143.0,1148.0,215535527.0,conda-forge/requests,requests,1637281.0,1444892.0,https://pypi.org/project/requests,2022-01-05 15:40:49.000,192389.0,215270014.0,https://anaconda.org/conda-forge/requests,2022-01-07 18:31:46.804,19100519.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,2022-06-02 16:28:18.000,2022-06-02 15:46:19,51072.0,509.0,9093,1348.0,19382.0,868.0,9528.0,34484,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",839.0,48,True,,2022-05-20 20:45:24.000,1.46.3,189.0,73145.0,46170195.0,conda-forge/grpcio,grpcio,8080.0,3459.0,https://pypi.org/project/grpcio,2022-05-20 20:32:08.000,4621.0,46057405.0,https://anaconda.org/conda-forge/grpcio,2022-05-21 15:25:37.964,5106276.0,1.0,,,,,,,,,,,,,,,,,, +8,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2022-06-01 18:37:16.000,2022-06-01 18:37:04,28338.0,357.0,6970,1317.0,2478.0,114.0,8056.0,23793,A browser automation framework and ecosystem.,742.0,46,True,,2022-05-27 17:57:08.000,selenium-4.2.0,163.0,2198527.0,10794492.0,conda-forge/selenium,selenium,164191.0,148229.0,https://pypi.org/project/selenium,2022-05-27 14:34:17.000,15962.0,10754834.0,https://anaconda.org/conda-forge/selenium,2022-05-31 13:50:13.194,772674.0,1.0,,,,,,,,,,,,,,,,,, +9,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,2022-06-02 00:51:25.000,2022-05-28 08:38:05,9130.0,16.0,9621,1802.0,2826.0,773.0,2126.0,43631,"Scrapy, a fast high-level web crawling & scraping framework for Python.",528.0,44,True,,2022-03-01 15:05:32.000,1.8.2,86.0,,1103883.0,conda-forge/scrapy,scrapy,34642.0,30093.0,https://pypi.org/project/scrapy,2022-03-01 15:05:32.000,4549.0,1096381.0,https://anaconda.org/conda-forge/scrapy,2022-04-04 10:00:38.857,510145.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,2022-05-31 10:24:43.000,2022-05-31 10:21:04,8530.0,31.0,1765,236.0,4078.0,434.0,2232.0,12471,Asynchronous HTTP client/server framework for asyncio and Python.,637.0,44,True,,2021-11-14 21:25:48.000,3.8.1,217.0,4760.0,57856523.0,conda-forge/aiohttp,aiohttp,196589.0,184511.0,https://pypi.org/project/aiohttp,2021-11-14 21:23:48.000,12078.0,57771845.0,https://anaconda.org/conda-forge/aiohttp,2022-04-03 19:27:26.036,5161830.0,1.0,,,,,,,,,,,,,,,,,, +11,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,2022-06-02 13:33:44.000,2022-06-01 06:38:20,4318.0,611.0,3343,281.0,2226.0,86.0,2502.0,10708,An API wrapper for Discord written in Python.,342.0,44,True,,2021-06-12 16:14:40.000,1.7.3,66.0,,45419019.0,conda-forge/discord.py,discord.py,50733.0,48040.0,https://pypi.org/project/discord.py,2021-06-12 16:14:40.000,2693.0,45418806.0,https://anaconda.org/conda-forge/discord.py,2021-06-12 17:31:28.934,3630.0,1.0,,,,,,,,,,,,,,,,,, +12,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2022-06-01 16:17:21.000,2022-06-01 16:17:20,2630.0,61.0,1495,256.0,776.0,37.0,845.0,8537,A very fast and expressive template engine.,299.0,44,True,,2022-04-28 17:24:04.000,3.1.2,48.0,52695.0,118507243.0,conda-forge/jinja2,jinja2,99377.0,,https://pypi.org/project/jinja2,2022-04-28 17:21:25.000,99377.0,118277153.0,https://anaconda.org/conda-forge/jinja2,2022-05-05 18:15:03.013,16726686.0,1.0,,,,,,,,,,,,,,,,,, +13,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,2022-06-01 16:17:24.000,2022-06-01 16:17:23,5024.0,66.0,1617,224.0,1448.0,19.0,948.0,6089,The comprehensive WSGI web application library.,454.0,44,True,,2022-04-28 17:41:29.000,2.1.2,79.0,250.0,86483492.0,conda-forge/werkzeug,werkzeug,811204.0,742058.0,https://pypi.org/project/werkzeug,2022-04-28 17:39:34.000,69146.0,86418193.0,https://anaconda.org/conda-forge/werkzeug,2022-05-04 13:30:13.827,4570670.0,1.0,,,,,,,,,,,,,,,,,, +14,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,2022-05-30 13:40:11.000,2022-05-30 01:50:50,18579.0,17.0,7771,2210.0,4707.0,4768.0,21122.0,110457,Command-line program to download videos from YouTube.com and other video sites.,972.0,43,True,,2021-12-16 19:02:14.000,2021.12.17,955.0,48694359.0,5621930.0,conda-forge/youtube-dl,youtube_dl,1787.0,,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1787.0,4416002.0,https://anaconda.org/conda-forge/youtube-dl,2021-12-20 18:52:45.882,967873.0,1.0,youtube-dl,,,,,,,,,,,,,,,,, +15,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2022-05-29 23:18:29.000,2022-03-14 17:58:23,2901.0,4.0,1516,227.0,988.0,379.0,1461.0,8342,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",368.0,43,True,,2021-04-28 15:16:08.000,20.1.0,81.0,100.0,25657618.0,conda-forge/gunicorn,gunicorn,732995.0,671198.0,https://pypi.org/project/gunicorn,2021-03-27 01:54:37.000,61797.0,25643189.0,https://anaconda.org/conda-forge/gunicorn,2022-04-08 02:35:25.496,1024465.0,1.0,,,,,,,,,,,,,,,,,, +16,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,2022-05-31 21:59:48.000,2022-05-31 07:24:21,1446.0,55.0,2158,283.0,888.0,53.0,854.0,5675,The official Python client library for Googles discovery based APIs.,179.0,43,True,,2022-05-25 22:36:20.000,2.49.0,138.0,,27126340.0,conda-forge/google-api-python-client,google-api-python-client,110905.0,103592.0,https://pypi.org/project/google-api-python-client,2022-05-25 22:42:49.000,7313.0,27109170.0,https://anaconda.org/conda-forge/google-api-python-client,2022-05-26 13:28:46.880,1219110.0,1.0,,,,,,,,,,,,,,,,,, +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,2022-05-31 15:36:30.000,2022-05-26 10:19:09,8528.0,19.0,6155,614.0,4332.0,260.0,3620.0,23474,Web APIs for Django.,1262.0,42,True,['django'],2021-05-31 07:29:11.000,3.12.4,39.0,,90469.0,conda-forge/djangorestframework,django-rest-framework,326758.0,326361.0,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,397.0,84953.0,https://anaconda.org/conda-forge/djangorestframework,2021-12-16 18:04:55.853,413752.0,1.0,,,,,,,,,,,,,,,,,, +18,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,2022-06-01 18:13:10.000,2022-04-22 18:13:32,4410.0,14.0,5456,1005.0,1415.0,233.0,1517.0,20559,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",425.0,42,True,,2020-03-04 02:32:23.000,6.0.4,62.0,,18791601.0,conda-forge/tornado,tornado,264659.0,239161.0,https://pypi.org/project/tornado,2020-10-30 19:04:55.000,25498.0,18533742.0,https://anaconda.org/conda-forge/tornado,2022-04-01 15:52:45.843,19081624.0,1.0,,,,,,,,,,,,,,,,,, +19,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,2022-06-02 15:31:58.000,2022-06-01 12:00:02,17235.0,395.0,4221,192.0,7141.0,3205.0,2468.0,12344,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",2429.0,42,True,['openapi'],2022-05-26 02:33:14.000,6.0.0,678.0,,1126371.0,,openapi-generator-cli,333.0,4.0,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,1983.0,,,,1.0,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2022-04-26 17:55:00.425,329.0,1124388.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,, +20,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2022-06-02 12:44:40.000,2022-06-02 12:44:39,3763.0,17.0,914,98.0,1608.0,119.0,896.0,2992,"Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.",297.0,42,True,,2022-03-16 13:31:43.000,1.26.9,68.0,2011.0,224464494.0,conda-forge/urllib3,urllib3,906563.0,863567.0,https://pypi.org/project/urllib3,2022-03-16 13:28:16.000,42996.0,224192528.0,https://anaconda.org/conda-forge/urllib3,2022-03-17 03:53:19.585,19577852.0,2.0,,,,,,,,,2.0,,,,,,,,, +21,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2022-06-02 12:28:34.000,2022-05-14 19:58:04,2140.0,165.0,3511,584.0,1672.0,1479.0,1855.0,45794,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",318.0,41,True,"['fastapi', 'openapi']",2022-05-14 20:02:44.000,0.78.0,139.0,,6989891.0,conda-forge/fastapi,fastapi,1202.0,,https://pypi.org/project/fastapi,2022-05-14 20:02:44.000,1202.0,6968003.0,https://anaconda.org/conda-forge/fastapi,2022-05-15 01:22:10.962,744212.0,2.0,,,,,,,,,,,,,,,,,, +22,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2022-06-02 04:18:39.000,2022-05-30 14:41:10,9868.0,215.0,3334,617.0,2338.0,246.0,2601.0,27734,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,438.0,41,True,,2022-05-15 14:39:01.000,8.1.0,52.0,213638.0,169792.0,,mitmproxy,2399.0,1934.0,https://pypi.org/project/mitmproxy,2022-05-15 14:35:45.000,465.0,167777.0,,,,1.0,,,,,,,,,,,,,,,,,, +23,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2022-06-02 14:12:30.000,2022-06-02 12:12:55,13076.0,475.0,2624,333.0,4795.0,1015.0,2908.0,12140,A Django content management system focused on flexibility and user experience.,672.0,41,True,['django'],2022-05-16 13:41:22.000,3.0,179.0,,106144.0,conda-forge/wagtail,wagtail,8207.0,6778.0,https://pypi.org/project/wagtail,2022-05-16 14:02:05.000,1429.0,105387.0,https://anaconda.org/conda-forge/wagtail,2019-11-21 18:45:42.993,43192.0,1.0,,,,,,,,,,,,,,,,,, +24,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2022-06-01 13:27:46.000,2022-06-01 13:26:38,2971.0,69.0,3998,268.0,537.0,67.0,1080.0,8830,Twitter for Python!.,239.0,41,True,,2022-05-20 17:36:29.000,4.10.0,39.0,,812743.0,conda-forge/tweepy,tweepy,38539.0,34185.0,https://pypi.org/project/tweepy,2022-05-20 17:36:29.000,4354.0,810467.0,https://anaconda.org/conda-forge/tweepy,2022-05-20 20:17:08.887,145668.0,1.0,,,,,,,,,,,,,,,,,, +25,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,2022-05-31 08:57:52.000,2022-05-23 20:39:14,2438.0,16.0,2599,191.0,1259.0,334.0,1558.0,7232,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",587.0,41,True,['django'],2022-03-25 08:11:05.000,0.50.0,65.0,,516308.0,conda-forge/django-allauth,django-allauth,94907.0,89637.0,https://pypi.org/project/django-allauth,2022-03-25 08:11:05.000,5270.0,515090.0,https://anaconda.org/conda-forge/django-allauth,2022-04-22 16:40:16.512,70696.0,1.0,,,,,,,,,,,,,,,,,, +26,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2016-08-09 00:05:44.974,2022-06-02 14:37:29.009,2022-06-02 12:47:13,5443.0,101.0,304,26.0,232.0,233.0,949.0,2058,The code coverage tool for Python.,150.0,41,True,,2022-06-02 11:06:15.000,6.4.1,104.0,,27653767.0,conda-forge/coverage,coverage,263904.0,208445.0,https://pypi.org/project/coverage,2022-06-02 11:03:22.000,55459.0,27552542.0,https://anaconda.org/conda-forge/coverage,2022-06-02 14:37:29.009,7085777.0,1.0,,,,,,,,,1.0,,,,,,,,, +27,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2022-06-02 16:24:45.000,2022-06-02 16:09:00,43559.0,2226.0,3460,665.0,29734.0,502.0,4744.0,31015,"Sentry is cross-platform application monitoring, with a focus on error reporting.",660.0,40,True,,2022-05-16 18:55:19.000,22.5.0,357.0,43303.0,12655.0,conda-forge/sentry-sdk,sentry,953.0,575.0,https://pypi.org/project/sentry,2022-05-16 18:55:12.000,378.0,8182.0,https://anaconda.org/conda-forge/sentry-sdk,2022-05-10 18:24:34.709,169945.0,1.0,,,,,,,,,,,,,,,,,, +28,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2022-06-01 18:23:42.000,2022-05-31 19:58:19,10475.0,50.0,3220,785.0,4269.0,590.0,4470.0,28961,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,493.0,40,True,,2022-05-03 22:29:05.000,1.27.0,90.0,13690.0,260505.0,conda-forge/certbot-apache,certbot,1467.0,1174.0,https://pypi.org/project/certbot,2022-05-03 22:18:44.000,293.0,259811.0,https://anaconda.org/conda-forge/certbot-apache,2022-04-17 18:14:41.575,3297.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,2022-06-02 08:10:10.000,2022-06-02 08:10:08,2371.0,101.0,4088,600.0,1202.0,34.0,1636.0,18691,We have made you a wrapper you cant refuse.,172.0,40,True,,2022-05-26 13:26:04.000,13.12,114.0,7682.0,705574.0,conda-forge/python-telegram-bot,python-telegram-bot,57422.0,54957.0,https://pypi.org/project/python-telegram-bot,2022-05-26 13:22:45.000,2465.0,704594.0,https://anaconda.org/conda-forge/python-telegram-bot,2022-02-02 22:20:08.618,47027.0,1.0,,,,,,,,,,,,,,,,,, +30,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,2022-05-30 23:52:49.000,2022-05-29 03:09:45,2874.0,32.0,765,100.0,501.0,128.0,703.0,3513,GitPython is a python library used to interact with Git repositories.,266.0,40,True,,2022-02-20 01:15:38.000,3.1.27,80.0,,29311447.0,conda-forge/gitpython,gitpython,90510.0,83315.0,https://pypi.org/project/gitpython,2022-02-20 01:15:38.000,7195.0,29270894.0,https://anaconda.org/conda-forge/gitpython,2022-02-22 12:09:50.755,3203714.0,1.0,,,,,,,,,,,,,,,,,, +31,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,2022-06-01 16:06:00.000,2022-05-30 13:54:47,1152.0,36.0,588,101.0,1166.0,48.0,651.0,8824,A next generation HTTP client for Python.,167.0,39,True,,2022-05-23 15:32:35.000,0.23.0,58.0,,9000947.0,conda-forge/httpx,httpx,23667.0,22328.0,https://pypi.org/project/httpx,2022-05-23 15:32:35.000,1339.0,8995143.0,https://anaconda.org/conda-forge/httpx,2022-05-25 16:41:09.983,179942.0,2.0,,,,,,,,,,,,,,,,,, +32,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,2022-06-02 14:49:55.000,2022-06-01 22:45:41,16020.0,25.0,2777,411.0,3917.0,266.0,3161.0,8732,The easy-to-use and developer-friendly enterprise CMS powered by Django.,600.0,39,True,['django'],2022-03-26 09:51:09.000,3.10.0,100.0,,45008.0,,django-cms,6116.0,4429.0,https://pypi.org/project/django-cms,2022-06-01 22:04:07.000,1687.0,45008.0,,,,2.0,,,,,,,,,,,,,,,,,, +33,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2022-05-25 20:56:26.000,2022-05-25 20:56:25,27919.0,231.0,1071,170.0,1730.0,103.0,,4613,Event-driven networking engine written in Python.,238.0,39,True,,2022-04-11 14:55:10.000,22.4.0,88.0,,2612604.0,conda-forge/twisted,twisted,64196.0,53952.0,https://pypi.org/project/twisted,2022-04-11 14:55:10.000,10244.0,2598735.0,https://anaconda.org/conda-forge/twisted,2022-04-12 14:35:49.263,665742.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,2022-06-02 15:24:30.343,2022-06-02 09:41:04,3081.0,67.0,596,102.0,790.0,110.0,816.0,3090,PyZMQ: Python bindings for zeromq.,182.0,39,False,,2022-06-02 09:49:05.000,23.1.0,71.0,20535.0,16867330.0,conda-forge/pyzmq,pyzmq,200994.0,187751.0,https://pypi.org/project/pyzmq,2022-06-02 09:49:05.000,13243.0,16753721.0,https://anaconda.org/conda-forge/pyzmq,2022-06-02 15:24:30.343,8392658.0,1.0,,,,,,,,,,,,,,,,,, +35,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2022-05-25 16:27:13.000,2022-05-25 16:27:13,1624.0,3.0,454,69.0,464.0,78.0,278.0,2404,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",186.0,39,True,,2022-01-29 22:13:34.000,3.2.0,48.0,,81629129.0,conda-forge/oauthlib,oauthlib,241081.0,228688.0,https://pypi.org/project/oauthlib,2022-01-29 21:59:33.000,12393.0,81559994.0,https://anaconda.org/conda-forge/oauthlib,2022-01-30 02:01:59.671,4908640.0,1.0,,,,,,,,,,,,,,,,,, +36,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2022-05-16 15:53:43.000,2022-05-16 15:53:43,2072.0,75.0,432,59.0,393.0,1.0,410.0,1947,a powerful DNS toolkit for python.,100.0,39,True,,2022-01-18 13:43:15.000,2.2.0,28.0,,17449060.0,conda-forge/dnspython,dnspython,118136.0,113626.0,https://pypi.org/project/dnspython,2022-03-06 23:36:12.000,4510.0,17442397.0,https://anaconda.org/conda-forge/dnspython,2022-03-07 02:48:17.783,379808.0,1.0,,,,,,,,,,,,,,,,,, +37,httpie,httpie/httpie,http-clients,,https://github.com/httpie/httpie,https://github.com/httpie/httpie,BSD-3-Clause,2012-02-25 12:39:13.000,2022-05-20 07:42:53.000,2022-05-19 13:22:50,1718.0,70.0,3665,65.0,546.0,101.0,666.0,21774,"As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP client for the API era. JSON support, colors,..",149.0,38,True,,2022-05-06 07:10:47.000,3.2.1,55.0,399.0,205098.0,conda-forge/httpie,httpie,12334.0,10647.0,https://pypi.org/project/httpie,2022-05-06 07:10:47.000,1687.0,203618.0,https://anaconda.org/conda-forge/httpie,2022-05-09 05:51:00.134,75364.0,2.0,,,,,,,,,,,,,,,,,, +38,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,2022-06-02 16:13:37.000,2022-06-02 00:44:15,4736.0,122.0,1738,266.0,2310.0,577.0,1858.0,19419,Streamlit The fastest way to build data apps in Python.,141.0,38,True,,2022-05-27 18:22:37.000,1.9.2,166.0,,973174.0,,streamlit,705.0,308.0,https://pypi.org/project/streamlit,2022-06-01 20:21:06.000,397.0,973174.0,,,,1.0,,,,,,,,,,,,,,,,,, +39,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2022-06-01 11:05:07.000,2022-06-01 10:55:33,3553.0,103.0,2411,430.0,782.0,21.0,1299.0,18991,Scalable user load testing tool written in Python.,244.0,38,True,,2022-05-19 17:30:12.000,2.9.0,148.0,,759457.0,conda-forge/locust,locust,86.0,,https://pypi.org/project/locust,2022-06-01 11:05:07.000,86.0,758380.0,https://anaconda.org/conda-forge/locust,2022-05-20 18:56:17.810,52820.0,1.0,,,,,,,,,,,,,,,,,, +40,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,2022-05-27 17:23:59.000,2022-05-26 09:48:32,2656.0,24.0,1449,417.0,1315.0,58.0,1111.0,16150,Next generation Python web server/framework | Build fast. Run fast.,319.0,38,True,,2022-05-11 06:36:55.000,22.3.2,65.0,,820574.0,conda-forge/sanic,sanic,623.0,,https://pypi.org/project/sanic,2022-05-11 06:36:55.000,623.0,817134.0,https://anaconda.org/conda-forge/sanic,2022-05-11 11:30:10.942,192693.0,2.0,,,,,,,,,,,,,,,,,, +41,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,2022-06-01 18:06:26.000,2022-06-01 18:06:26,1838.0,22.0,869,271.0,1093.0,168.0,789.0,8778,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",189.0,38,True,,2022-03-25 16:12:51.000,3.1.0,70.0,3484.0,720443.0,conda-forge/falcon,falcon,8375.0,6678.0,https://pypi.org/project/falcon,2022-03-25 16:13:19.000,1697.0,716576.0,https://anaconda.org/conda-forge/falcon,2022-04-09 13:54:50.402,253564.0,2.0,,,,,,,,,,,,,,,,,, +42,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2022-05-26 18:47:00.000,2022-03-01 21:05:57,1882.0,,1388,322.0,571.0,315.0,547.0,7627,bottle.py is a fast and simple micro-framework for python web-applications.,221.0,38,True,,2022-05-26 13:44:44.000,0.12.20,76.0,,1615721.0,conda-forge/bottle,bottle,25317.0,20167.0,https://pypi.org/project/bottle,2022-05-26 18:47:00.000,5150.0,1611231.0,https://anaconda.org/conda-forge/bottle,2020-06-10 17:23:11.717,309820.0,2.0,,,,,,,,,2.0,,,,,,,,, +43,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,2022-06-01 13:28:03.000,2022-06-01 13:28:03,2365.0,79.0,977,105.0,841.0,93.0,712.0,7031,A configurable set of panels that display various debug information about the current request/response.,255.0,38,True,,2022-05-03 13:01:38.000,3.4.0,56.0,174.0,1459325.0,conda-forge/django-debug-toolbar,django-debug-toolbar,63795.0,51447.0,https://pypi.org/project/django-debug-toolbar,2022-05-03 13:01:38.000,12348.0,1457546.0,https://anaconda.org/conda-forge/django-debug-toolbar,2022-05-03 16:59:01.348,133379.0,1.0,,,,,,,,,,,,,,,,,, +44,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,2022-06-02 13:52:21.000,2022-06-01 19:26:22,978.0,44.0,608,109.0,971.0,46.0,570.0,7020,The little ASGI framework that shines.,201.0,38,True,,2022-05-28 07:59:43.000,0.20.1,120.0,,8405742.0,conda-forge/starlette,starlette,42990.0,42308.0,https://pypi.org/project/starlette,2022-05-28 07:59:43.000,682.0,8389987.0,https://anaconda.org/conda-forge/starlette,2022-05-28 18:13:03.013,693240.0,2.0,,,,,,,,,,,,,,,,,, +45,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2022-04-26 16:31:40.000,2022-01-20 16:12:07,5754.0,,924,243.0,614.0,82.0,1189.0,5755,Coroutine-based concurrency library for Python.,102.0,38,True,,2021-12-11 20:33:45.000,21.12.0,76.0,58727.0,8708488.0,conda-forge/gevent,gevent,93221.0,78401.0,https://pypi.org/project/gevent,2021-12-11 20:33:45.000,14820.0,8694469.0,https://anaconda.org/conda-forge/gevent,2022-04-07 10:43:34.868,794174.0,1.0,,,,,,,,,,,,,,,,,, +46,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,2022-06-01 16:14:59.000,2022-06-01 16:14:59,1926.0,150.0,1490,220.0,604.0,3.0,952.0,5640,Python Telegram bot api.,189.0,38,True,,2022-05-07 19:44:43.000,4.5.1,100.0,,408084.0,,pytelegrambotapi,24442.0,23523.0,https://pypi.org/project/pytelegrambotapi,2022-05-07 19:44:43.000,919.0,408084.0,,,,2.0,,,,,,,,,,,,,,,,,, +47,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,2022-06-01 22:39:11.000,2022-01-30 03:31:07,2952.0,,1450,163.0,935.0,415.0,958.0,5068,Simple and extensible administrative interface framework for Flask.,340.0,38,True,['flask'],2022-01-30 03:35:03.000,1.6.0,38.0,,1450546.0,conda-forge/flask-admin,flask-admin,17390.0,14988.0,https://pypi.org/project/flask-admin,2022-01-30 03:32:51.000,2402.0,1448741.0,https://anaconda.org/conda-forge/flask-admin,2022-01-30 15:49:52.346,122807.0,1.0,,,,,,,,,,,,,,,,,, +48,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,2022-05-21 07:08:30.000,2022-05-21 07:08:26,1695.0,10.0,700,119.0,612.0,77.0,580.0,4456,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,219.0,38,True,['django'],2022-01-25 08:08:34.000,1.14.0,38.0,,610454.0,conda-forge/django-crispy-forms,django-crispy-forms,98753.0,90738.0,https://pypi.org/project/django-crispy-forms,2022-01-25 08:08:34.000,8015.0,609626.0,https://anaconda.org/conda-forge/django-crispy-forms,2022-01-25 11:08:25.716,48072.0,1.0,,,,,,,,,,,,,,,,,, +49,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2022-05-31 19:07:58.000,2022-05-31 19:07:58,732.0,27.0,567,62.0,417.0,89.0,303.0,4234,JSON Web Token implementation in Python.,119.0,38,True,,2022-05-12 18:58:19.000,2.4.0,44.0,,94986588.0,conda-forge/pyjwt,pyjwt,219652.0,208679.0,https://pypi.org/project/pyjwt,2022-05-12 18:58:19.000,10973.0,94896341.0,https://anaconda.org/conda-forge/pyjwt,2022-05-12 23:37:34.524,6407579.0,1.0,,,,,,,,,,,,,,,,,, +50,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,2022-05-27 15:05:28.766,2022-05-25 10:16:23,3824.0,20.0,1183,161.0,735.0,78.0,1058.0,3772,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",171.0,38,True,['flask'],2022-05-25 10:23:20.000,4.1.1,230.0,,3751979.0,conda-forge/flask-appbuilder,flask-appbuilder,3106.0,3100.0,https://pypi.org/project/flask-appbuilder,2021-03-16 09:17:59.000,6.0,3749090.0,https://anaconda.org/conda-forge/flask-appbuilder,2022-05-27 15:05:28.766,187841.0,2.0,,,,,,,,,,,,,,,,,, +51,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,2022-06-01 13:34:35.000,2022-06-01 13:34:35,1176.0,7.0,695,86.0,288.0,9.0,526.0,2951,WebSocket client for Python.,203.0,38,True,,2022-03-29 10:26:37.000,1.3.2,72.0,,40835114.0,conda-forge/websocket-client,websocket-client,69462.0,62844.0,https://pypi.org/project/websocket-client,2022-03-29 10:26:37.000,6618.0,40794927.0,https://anaconda.org/conda-forge/websocket-client,2022-03-29 14:05:00.602,2853322.0,1.0,,,,,,,,,,,,,,,,,, +52,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,2022-05-31 00:29:52.000,2022-05-27 13:13:09,1518.0,19.0,738,77.0,488.0,33.0,742.0,2895,A Python implementation of John Grubers Markdown with Extension support.,160.0,38,True,,2021-11-17 15:59:43.000,3.3.6,44.0,,22401236.0,conda-forge/markdown,markdown,217355.0,195077.0,https://pypi.org/project/markdown,2022-05-05 19:08:38.000,22278.0,22348815.0,https://anaconda.org/conda-forge/markdown,2022-05-06 07:18:39.307,2988032.0,1.0,,,,,,,,,,,,,,,,,, +53,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2022-06-01 16:16:54.000,2022-06-01 16:16:53,493.0,32.0,202,55.0,200.0,,106.0,2463,Safely pass trusted data to untrusted environments and back.,41.0,38,True,,2022-03-24 15:14:38.000,2.1.2,27.0,,56594463.0,conda-forge/itsdangerous,itsdangerous,669511.0,616800.0,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,52711.0,56550246.0,https://anaconda.org/conda-forge/itsdangerous,2022-03-24 18:41:25.078,3095204.0,1.0,,,,,,,,,,,,,,,,,, +54,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,2022-06-02 15:28:59.000,2022-06-02 15:28:55,8210.0,200.0,4199,1022.0,4443.0,343.0,3617.0,32691,The Cloud-Native API Gateway.,318.0,37,True,,2022-05-23 15:57:38.000,2.3.4,100.0,350884.0,3186956.0,,,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2022-04-30 01:33:19.362645,669.0,289543506.0,,,, +55,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,2022-05-27 22:09:42.000,2022-05-27 18:56:28,5415.0,55.0,8298,659.0,3087.0,751.0,4103.0,22142,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",519.0,37,True,['openapi'],2022-05-13 15:42:41.000,4.11.1,100.0,,,,,32997.0,32997.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,, +56,impacket,SecureAuthCorp/impacket,others,,https://github.com/SecureAuthCorp/impacket,https://github.com/SecureAuthCorp/impacket,Apache-2.0,2015-04-15 14:04:07.000,2022-05-30 18:01:27.000,2022-05-30 18:01:27,3722.0,73.0,2685,350.0,597.0,221.0,612.0,9075,Impacket is a collection of Python classes for working with network protocols.,174.0,37,True,,2022-05-04 14:55:44.000,impacket_0_10_0,15.0,90016.0,99768.0,,impacket,1804.0,1598.0,https://pypi.org/project/impacket,2022-05-04 14:53:03.000,206.0,98709.0,,,,2.0,,,,,,,,,,,,,,,,,, +57,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2022-05-30 16:22:44.000,2022-05-28 20:27:06,5955.0,39.0,1661,214.0,2296.0,90.0,1276.0,7602,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,384.0,37,True,,2021-04-19 19:10:12.000,2.4.5,21.0,,1915827.0,conda-forge/scapy,scapy,8810.0,7850.0,https://pypi.org/project/scapy,2021-04-19 18:29:34.000,960.0,1915013.0,https://anaconda.org/conda-forge/scapy,2021-04-19 22:31:08.354,28520.0,2.0,,,,,,,,,,,,,,,,,, +58,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2022-05-31 09:58:49.000,2022-05-18 13:23:10,2957.0,2.0,1121,149.0,468.0,104.0,1698.0,6507,"Pure Python 3 MTProto API Telegram client library, for bots too!.",151.0,37,True,,2021-12-01 18:09:22.000,1.24.0,200.0,,1885121.0,,telethon,31321.0,30940.0,https://pypi.org/project/telethon,2021-12-01 18:09:22.000,381.0,1885121.0,,,,2.0,,,,,,,,,-3.0,,,,,,,,, +59,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2022-06-01 07:52:26.343,2022-05-31 15:03:23,1058.0,64.0,872,157.0,330.0,52.0,672.0,5939,Google Sheets Python API.,146.0,37,True,,2022-05-31 15:09:56.000,5.4.0,55.0,113.0,10265033.0,conda-forge/gspread,gspread,16960.0,15990.0,https://pypi.org/project/gspread,2022-05-31 15:09:56.000,970.0,10261529.0,https://anaconda.org/conda-forge/gspread,2022-06-01 07:52:26.343,217207.0,2.0,,,,,,,,,,,,,,,,,, +60,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,2022-05-30 09:30:44.000,2022-05-27 15:14:44,3535.0,15.0,1083,107.0,916.0,156.0,695.0,5761,This is a repository for collecting global custom management extensions for the Django Framework.,543.0,37,True,['django'],2021-11-07 16:27:45.000,3.1.5,119.0,,1903641.0,conda-forge/django-extensions,django-extensions,104339.0,92053.0,https://pypi.org/project/django-extensions,2021-11-07 16:27:45.000,12286.0,1899445.0,https://anaconda.org/conda-forge/django-extensions,2021-11-07 20:03:56.706,314726.0,1.0,,,,,,,,,,,,,,,,,, +61,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,2022-06-01 20:21:52.000,2022-05-31 17:01:27,1294.0,22.0,703,88.0,678.0,149.0,718.0,4018,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,198.0,37,True,['openapi'],2022-04-27 20:56:40.000,2.13.1,138.0,,3383068.0,conda-forge/connexion,connexion,7363.0,6654.0,https://pypi.org/project/connexion,2022-04-27 20:56:40.000,709.0,3380288.0,https://anaconda.org/conda-forge/connexion,2022-04-28 07:16:41.482,166823.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,, +62,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,2022-06-01 20:41:01.000,2022-06-01 20:41:00,3663.0,64.0,1070,100.0,1352.0,227.0,942.0,3424,A python interface for interacting with the Ethereum blockchain and ecosystem.,204.0,37,True,,2022-05-16 18:38:32.000,5.29.1,171.0,,518584.0,conda-forge/web3,web3,8749.0,7914.0,https://pypi.org/project/web3,2022-06-01 20:37:06.000,835.0,515243.0,https://anaconda.org/conda-forge/web3,2022-04-14 13:48:37.504,70177.0,2.0,,,,,,,,,,,,,,,,,, +63,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2022-05-05 12:00:36.000,2022-05-05 11:58:53,1236.0,29.0,320,56.0,131.0,45.0,282.0,3123,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",78.0,37,True,,2022-04-06 11:56:29.000,1.0.1,34.0,,5222717.0,conda-forge/authlib,authlib,22092.0,21795.0,https://pypi.org/project/authlib,2022-04-06 11:54:00.000,297.0,5220776.0,https://anaconda.org/conda-forge/authlib,2022-04-07 03:15:00.614,75727.0,1.0,,,,,,,,,,,,,,,,,, +64,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,2022-06-02 14:10:23.000,2022-06-02 00:56:47,843.0,28.0,236,42.0,312.0,38.0,322.0,2339,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,78.0,37,True,,2022-04-07 15:50:15.000,5.0.0,51.0,,15845363.0,conda-forge/bleach,bleach,190825.0,178496.0,https://pypi.org/project/bleach,2022-04-07 15:50:15.000,12329.0,15737778.0,https://anaconda.org/conda-forge/bleach,2022-04-07 20:08:14.254,6993057.0,1.0,,,,,,,,,,,,,,,,,, +65,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,2022-06-01 11:40:27.670,2022-05-31 21:18:38,5817.0,21.0,499,77.0,286.0,16.0,,2089,The lxml XML toolkit for Python.,140.0,37,True,,2022-05-31 21:16:21.000,4.9.0,151.0,3434.0,45411572.0,conda-forge/lxml,lxml,292269.0,253713.0,https://pypi.org/project/lxml,2022-05-31 21:16:21.000,38556.0,45327223.0,https://anaconda.org/conda-forge/lxml,2022-06-01 11:40:27.670,5786283.0,1.0,,,,,,,,,,,,,,,,,, +66,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2022-06-01 22:21:46.000,2022-05-26 12:02:41,4536.0,302.0,491,96.0,841.0,165.0,873.0,1701,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",185.0,37,True,,2021-12-19 23:43:37.000,6.1.1,32.0,,490053.0,conda-forge/rdflib,rdflib,10358.0,8361.0,https://pypi.org/project/rdflib,2021-12-19 23:43:37.000,1997.0,486325.0,https://anaconda.org/conda-forge/rdflib,2022-01-13 23:09:40.520,234880.0,2.0,,,,,,,,,,,,,,,,,, +67,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,2022-06-02 16:28:12.000,2022-05-24 16:58:40,1366.0,48.0,335,37.0,503.0,14.0,297.0,1209,Python library for the Stripe API.,121.0,37,True,,2022-05-23 20:12:35.000,3.2.0,270.0,,1866021.0,anaconda/stripe,stripe,23330.0,21340.0,https://pypi.org/project/stripe,2022-05-23 20:12:35.000,1990.0,1865844.0,https://anaconda.org/anaconda/stripe,2021-09-08 10:25:16.508,14053.0,2.0,,,,,,,,,,,,,,,,,, +68,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,2022-06-01 20:40:16.000,2022-06-01 20:39:52,572.0,30.0,235,67.0,699.0,63.0,293.0,519,Google Auth Python Library.,93.0,37,True,,2022-04-21 23:30:11.000,2.6.6,110.0,,66732120.0,conda-forge/google-auth,google-auth,124449.0,121967.0,https://pypi.org/project/google-auth,2022-04-21 23:30:11.000,2482.0,66659205.0,https://anaconda.org/conda-forge/google-auth,2022-04-22 01:56:34.670,4374914.0,1.0,,,,,,,,,,,,,,,,,, +69,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2022-05-08 02:53:31.000,2022-04-03 06:11:00,3539.0,4.0,1769,350.0,1465.0,77.0,1485.0,10974,Static site generator that supports Markdown and reST syntax. Powered by Python.,426.0,36,True,,2022-02-09 13:25:58.000,4.7.2,57.0,584.0,15932.0,conda-forge/pelican,pelican,7591.0,5809.0,https://pypi.org/project/pelican,2022-02-09 13:25:58.000,1782.0,14316.0,https://anaconda.org/conda-forge/pelican,2022-02-11 15:16:05.427,119039.0,1.0,,,,,,,,,,,,,,,,,, +70,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2022-06-01 22:17:22.507,2022-06-01 16:56:29,2322.0,34.0,924,244.0,806.0,389.0,788.0,8914,Python Serverless Microframework for AWS.,188.0,36,True,,2022-06-01 18:14:46.000,1.27.1,84.0,,219391.0,conda-forge/chalice,chalice,1641.0,1484.0,https://pypi.org/project/chalice,2022-06-01 18:14:46.000,157.0,216351.0,https://anaconda.org/conda-forge/chalice,2022-06-01 22:17:22.507,103371.0,1.0,,,,,,,,,,,,,,,,,, +71,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,2022-05-18 16:34:13.000,2022-03-04 14:26:53,835.0,,968,183.0,404.0,117.0,451.0,6368,Simple framework for creating REST APIs.,159.0,36,True,['flask'],2021-05-17 19:23:14.000,0.3.9,32.0,,1310156.0,conda-forge/flask-restful,flask-restful,83477.0,76311.0,https://pypi.org/project/flask-restful,2021-05-17 19:23:14.000,7166.0,1308477.0,https://anaconda.org/conda-forge/flask-restful,2021-05-30 20:35:27.543,115902.0,2.0,,,,,,,,,,,,,,,,,, +72,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2022-06-01 04:36:52.000,2022-06-01 04:36:51,974.0,39.0,442,78.0,859.0,93.0,534.0,5330,"An ASGI web server, for Python.",128.0,36,True,,2022-03-11 08:52:41.000,0.17.6,138.0,,10296140.0,conda-forge/uvicorn,uvicorn,71707.0,70584.0,https://pypi.org/project/uvicorn,2022-03-11 08:52:41.000,1123.0,10273932.0,https://anaconda.org/conda-forge/uvicorn,2022-04-18 17:37:52.013,977166.0,2.0,,,,,,,,,,,,,,,,,, +73,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,2022-05-30 18:46:00.000,2022-05-05 07:35:09,1222.0,7.0,701,169.0,613.0,108.0,1045.0,5292,Developer-friendly asynchrony for Django.,242.0,36,True,['django'],2021-07-11 07:53:00.000,3.0.4,63.0,,487366.0,conda-forge/channels,channels,19065.0,17781.0,https://pypi.org/project/channels,2021-07-11 07:53:00.000,1284.0,484044.0,https://anaconda.org/conda-forge/channels,2021-12-22 22:19:32.812,86379.0,1.0,,,,,,,,,,,,,,,,,, +74,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,2022-06-01 15:26:29.000,2021-12-20 07:27:19,1993.0,,1487,108.0,920.0,97.0,1213.0,5284,Typed interactions with the GitHub API v3.,284.0,36,True,,2021-04-26 04:44:57.000,1.55,85.0,,9382811.0,conda-forge/pygithub,pygithub,31894.0,29441.0,https://pypi.org/project/pygithub,2021-04-26 04:45:19.000,2453.0,9355716.0,https://anaconda.org/conda-forge/pygithub,2021-07-01 21:46:07.831,2140537.0,2.0,,,,,,,,,,,,,,,,,, +75,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,2022-05-31 08:14:23.000,2022-05-31 08:14:22,613.0,22.0,496,75.0,523.0,9.0,240.0,4597,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,61.0,36,True,['django'],2022-05-10 12:24:05.000,3.12.0,48.0,,2630955.0,conda-forge/django-cors-headers,django-cors-headers,115324.0,108628.0,https://pypi.org/project/django-cors-headers,2022-05-10 12:24:05.000,6696.0,2630133.0,https://anaconda.org/conda-forge/django-cors-headers,2022-05-10 18:28:33.344,36207.0,1.0,,,,,,,,,,,,,,,,,, +76,websockets,aaugustin/websockets,websocket,,https://github.com/aaugustin/websockets,https://github.com/aaugustin/websockets,BSD-3-Clause,2013-03-30 08:59:30.000,2022-05-15 10:50:37.000,2022-05-05 06:32:07,1155.0,39.0,427,108.0,300.0,17.0,861.0,3957,Library for building WebSocket servers and clients in Python.,58.0,36,True,,2021-05-15 16:08:26.000,9.0.2,33.0,,14878367.0,conda-forge/websockets,websockets,62440.0,58888.0,https://pypi.org/project/websockets,2022-04-17 14:23:21.000,3552.0,14859468.0,https://anaconda.org/conda-forge/websockets,2022-04-18 17:10:05.446,1247383.0,1.0,,,,,,,,,,,,,,,,,, +77,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,2022-06-02 10:19:09.000,2022-05-31 01:21:31,1129.0,27.0,807,166.0,574.0,13.0,625.0,3409,Slack Developer Kit for Python.,141.0,36,True,,2022-05-27 05:38:46.000,3.17.0,89.0,341.0,8624186.0,conda-forge/slackclient,slackclient,2155.0,,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2155.0,8617498.0,https://anaconda.org/conda-forge/slackclient,2021-11-19 20:03:49.166,467925.0,2.0,,,,,,,,,,,,,,,,,, +78,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,2022-06-01 13:51:57.000,2022-05-02 04:08:01,427.0,42.0,706,64.0,331.0,3.0,333.0,3050,Flask user session management.,114.0,36,True,['flask'],2022-05-02 04:11:28.000,0.6.1,23.0,,2224964.0,conda-forge/flask-login,flask-login,120530.0,107508.0,https://pypi.org/project/flask-login,2022-05-02 04:11:28.000,13022.0,2223244.0,https://anaconda.org/conda-forge/flask-login,2022-05-02 14:36:07.346,122142.0,2.0,,,,,,,,,,,,,,,,,, +79,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,2022-05-31 03:52:29.000,2022-05-31 03:52:29,3961.0,29.0,433,71.0,1184.0,5.0,689.0,2808,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",218.0,36,True,,2022-05-10 22:40:39.000,7.6.0,124.0,,854788.0,conda-forge/praw,praw,12762.0,11015.0,https://pypi.org/project/praw,2022-05-10 22:40:39.000,1747.0,854302.0,https://anaconda.org/conda-forge/praw,2022-05-28 19:27:44.995,25780.0,2.0,,,,,,,,,,,,,,,,,, +80,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,2022-05-23 16:14:52.000,2022-03-31 16:48:51,1280.0,10.0,701,66.0,599.0,81.0,761.0,2418,Django application and library for importing and exporting data with admin integration.,184.0,36,True,['django'],2022-03-31 16:50:53.000,2.8.0,52.0,,553920.0,conda-forge/django-import-export,django-import-export,14798.0,13765.0,https://pypi.org/project/django-import-export,2022-05-17 14:57:55.000,1033.0,553068.0,https://anaconda.org/conda-forge/django-import-export,2022-03-31 18:53:29.754,57131.0,1.0,,,,,,,,,,,,,,,,,, +81,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,2022-06-02 15:55:18.000,2022-06-02 15:54:16,3301.0,31.0,757,100.0,712.0,173.0,689.0,2350,WebSocket and WAMP in Python for Twisted and asyncio.,128.0,36,True,,2022-05-04 14:40:32.000,22.4.2,145.0,,837863.0,conda-forge/autobahn,autobahn,20869.0,18914.0,https://pypi.org/project/autobahn,2022-05-04 14:40:32.000,1955.0,833621.0,https://anaconda.org/conda-forge/autobahn,2022-05-30 16:16:08.916,284279.0,1.0,,,,,,,,,,,,,,,,,, +82,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,2022-06-02 06:04:34.891,2022-06-01 19:04:50,1579.0,24.0,631,123.0,342.0,14.0,252.0,1580,A Python module for communicating with the Twilio API and generating TwiML.,127.0,36,True,,2022-06-01 19:09:18.000,7.9.2,263.0,,2844339.0,conda-forge/twilio,twilio,26261.0,22746.0,https://pypi.org/project/twilio,2022-06-01 19:09:18.000,3515.0,2841924.0,https://anaconda.org/conda-forge/twilio,2022-06-02 06:04:34.891,77304.0,2.0,,,,,,,,,,,,,,,,,, +83,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,2022-06-02 08:29:23.000,2022-05-17 06:54:05,1446.0,53.0,756,78.0,750.0,115.0,509.0,1550,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,227.0,36,True,,2022-04-13 23:41:40.000,3.2.0,59.0,717.0,3048441.0,conda-forge/jira,jira,1052.0,4.0,https://pypi.org/project/jira,2022-04-13 23:41:40.000,1048.0,3047193.0,https://anaconda.org/conda-forge/jira,2022-04-14 13:30:39.075,76754.0,2.0,,,,,,,,,,,,,,,,,, +84,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,2022-03-17 19:21:17.000,2022-02-21 11:38:30,592.0,,396,53.0,253.0,96.0,149.0,1499,OAuthlib support for Python-Requests!.,113.0,36,True,,2022-01-29 19:00:11.000,1.3.1,19.0,,74657785.0,conda-forge/requests-oauthlib,requests-oauthlib,228101.0,216466.0,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11635.0,74590959.0,https://anaconda.org/conda-forge/requests-oauthlib,2022-01-30 15:46:04.977,4744695.0,2.0,,,,,,,,,,,,,,,,,, +85,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,2022-05-02 22:17:32.000,2022-05-02 22:17:29,731.0,23.0,290,33.0,217.0,35.0,275.0,1274,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",95.0,36,True,['flask'],2022-03-31 18:10:51.000,1.0.1,45.0,,2258652.0,conda-forge/flask-wtf,flask-wtf,155919.0,139583.0,https://pypi.org/project/flask-wtf,2022-03-31 18:09:30.000,16336.0,2257120.0,https://anaconda.org/conda-forge/flask-wtf,2022-04-01 06:10:06.163,108783.0,2.0,,,,,,,,,,,,,,,,,, +86,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,2022-05-30 18:59:31.000,2022-05-30 18:59:30,1379.0,47.0,150,24.0,452.0,10.0,271.0,1263,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",69.0,36,True,,2022-01-12 15:45:59.000,8.1.0,99.0,,729808.0,conda-forge/webargs,webargs,4506.0,4037.0,https://pypi.org/project/webargs,2022-01-12 15:45:59.000,469.0,727527.0,https://anaconda.org/conda-forge/webargs,2022-01-12 17:37:16.540,155143.0,2.0,,,,,,,,,,,,,,,,,, +87,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2022-05-28 00:14:42.000,2022-05-28 00:14:41,2154.0,12.0,382,56.0,667.0,85.0,389.0,761,A Python wrapper around the OpenSSL library.,101.0,36,True,,2022-01-29 20:13:02.000,22.0.0,27.0,,40301423.0,conda-forge/pyopenssl,pyopenssl,15223.0,,https://pypi.org/project/pyopenssl,2022-01-29 20:13:02.000,15223.0,40036558.0,https://anaconda.org/conda-forge/pyopenssl,2022-01-29 22:55:56.847,18010882.0,2.0,,,,,,,,,,,,,,,,,, +88,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,2022-05-21 01:05:29.000,2022-05-21 01:05:29,178.0,6.0,185,29.0,84.0,12.0,104.0,534,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,29.0,36,True,,2022-05-18 19:12:27.000,2022.5.18,49.0,,164951714.0,conda-forge/certifi,certifi,900884.0,857564.0,https://pypi.org/project/certifi,2022-05-19 19:21:28.000,43320.0,164194681.0,https://anaconda.org/conda-forge/certifi,2022-05-20 02:07:39.841,56020509.0,2.0,,,,,,,,,,,,,,,,,, +89,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,2022-06-01 16:16:44.000,2022-06-01 16:16:43,497.0,27.0,117,26.0,206.0,,97.0,473,Safely add untrusted strings to HTML/XML markup.,38.0,36,True,,2022-03-15 13:22:05.000,2.1.1,27.0,,102861464.0,conda-forge/markupsafe,markupsafe,928705.0,854403.0,https://pypi.org/project/markupsafe,2022-03-15 13:22:05.000,74302.0,102615198.0,https://anaconda.org/conda-forge/markupsafe,2022-03-31 14:59:04.302,18223686.0,2.0,,,,,,,,,,,,,,,,,, +90,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2022-06-02 15:08:54.000,2022-05-18 14:00:28,4094.0,34.0,1504,289.0,1176.0,131.0,775.0,9088,CTF framework and exploit development library.,204.0,35,True,,2022-04-20 23:17:53.000,4.8.0,104.0,,27693.0,,pwntools,681.0,629.0,https://pypi.org/project/pwntools,2022-04-20 23:26:48.000,52.0,27693.0,,,,2.0,,,,,,,,,,,,,,,,,, +91,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,2022-05-30 12:59:22.000,2022-05-30 12:57:16,1674.0,8.0,782,147.0,478.0,149.0,820.0,7227,GraphQL framework for Python.,178.0,35,True,['graphql'],2022-05-30 12:58:40.000,3.1.0,93.0,,1274731.0,conda-forge/graphene,graphene,13658.0,12821.0,https://pypi.org/project/graphene,2022-05-30 12:59:22.000,837.0,1271696.0,https://anaconda.org/conda-forge/graphene,2021-11-14 16:55:23.240,173044.0,1.0,,,,,,,,,,,,,,,,,, +92,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,2022-06-02 10:06:44.000,2022-05-20 13:49:53,8779.0,21.0,1898,262.0,2499.0,134.0,1292.0,5350,Domain-driven e-commerce for Django.,332.0,35,True,['django'],2021-07-29 04:15:39.000,3.1,133.0,,16194.0,,django-oscar,1151.0,878.0,https://pypi.org/project/django-oscar,2021-11-01 11:54:28.000,273.0,16194.0,,,,1.0,,,,,,,,,,,,,,,,,, +93,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2022-05-26 16:31:41.000,2022-03-13 22:49:13,11766.0,12.0,880,159.0,2665.0,70.0,966.0,3663,Pyramid - A Python web framework.,341.0,35,False,,2021-03-01 09:59:08.000,1.10.8,149.0,,1301043.0,pyramid,pyramid,13572.0,10628.0,https://pypi.org/project/pyramid,2021-03-01 03:27:45.000,2940.0,1300993.0,https://anaconda.org/anaconda/pyramid,2022-05-02 20:31:14.186,3982.0,2.0,,,,,,,,,,,,,,,,4.0,, +94,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2022-05-31 18:15:31.000,2022-05-25 14:20:59,647.0,36.0,298,80.0,325.0,4.0,224.0,3588,A utility for mocking out the Python Requests library.,109.0,35,True,,2022-05-25 14:20:54.000,0.21.0,47.0,52.0,11938344.0,conda-forge/responses,responses,16534.0,13623.0,https://pypi.org/project/responses,2022-05-25 14:20:48.000,2911.0,11915159.0,https://anaconda.org/conda-forge/responses,2022-05-26 01:32:16.033,1043341.0,1.0,,,,,,,,,,,,,,,,,, +95,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,2022-05-25 17:31:25.000,2022-05-19 19:24:17,506.0,14.0,1150,177.0,212.0,16.0,214.0,3572,Python client library for Google Maps API Web Services.,60.0,35,True,,2022-02-02 21:17:09.000,4.6.0,42.0,,1458538.0,,googlemaps,1192.0,,https://pypi.org/project/googlemaps,2022-02-02 21:17:08.000,1192.0,1458538.0,,,,2.0,,,,,,,,,,,,,,,,,, +96,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,2022-05-03 18:41:39.000,2022-05-03 18:10:57,1810.0,9.0,1295,114.0,670.0,566.0,742.0,3301,Modular search for Django.,205.0,35,True,['django'],2022-05-03 18:14:18.000,3.2.1,44.0,,118236.0,conda-forge/django-haystack,django-haystack,10711.0,7912.0,https://pypi.org/project/django-haystack,2022-05-03 18:14:18.000,2799.0,118144.0,https://anaconda.org/conda-forge/django-haystack,2018-05-31 04:38:24.116,4553.0,1.0,,,,,,,,,,,,,,,,,, +97,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,2022-05-28 03:52:14.000,2022-05-28 03:52:12,833.0,73.0,403,63.0,183.0,105.0,166.0,2315,markdown2: A fast and complete implementation of Markdown in Python.,64.0,35,True,,2022-04-27 23:22:05.000,2.4.3,44.0,,467968.0,,markdown2,15326.0,12952.0,https://pypi.org/project/markdown2,2022-04-27 23:22:05.000,2374.0,467968.0,,,,2.0,,,,,,,,,,,,,,,,,, +98,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,2022-05-31 09:50:10.000,2022-05-31 09:49:34,800.0,53.0,697,51.0,214.0,111.0,395.0,2072,Django admin CKEditor integration.,126.0,35,True,['django'],2022-05-31 09:50:03.000,6.4.2,49.0,,246397.0,,django-ckeditor,24633.0,23127.0,https://pypi.org/project/django-ckeditor,2022-05-31 09:50:03.000,1506.0,246397.0,,,,1.0,,,,,,,,,,,,,,,,,, +99,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,2022-06-02 03:55:42.000,2022-06-02 03:53:48,429.0,25.0,192,49.0,97.0,20.0,150.0,1487,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",43.0,35,True,,2022-05-04 23:35:38.000,3.3.0,47.0,,5824336.0,conda-forge/tldextract,tldextract,11525.0,10417.0,https://pypi.org/project/tldextract,2022-05-04 23:35:38.000,1108.0,5821597.0,https://anaconda.org/conda-forge/tldextract,2022-05-05 02:10:03.363,191769.0,1.0,,,,,,,,,,,,,,,,,, +100,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,2022-06-02 12:53:54.713,2022-06-02 00:15:11,620.0,11.0,217,28.0,141.0,10.0,331.0,1309,An open source Flask extension that provides JWT support (with batteries included)!.,85.0,35,True,['flask'],2022-06-02 00:19:58.000,4.4.1,83.0,,1716953.0,conda-forge/flask-jwt-extended,flask-jwt-extended,19399.0,18749.0,https://pypi.org/project/flask-jwt-extended,2022-06-02 00:19:58.000,650.0,1715184.0,https://anaconda.org/conda-forge/flask-jwt-extended,2022-06-02 12:53:54.713,99064.0,2.0,,,,,,,,,,,,,,,,,, +101,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,2022-05-30 08:20:03.000,2022-05-30 08:20:02,1538.0,31.0,159,22.0,527.0,30.0,216.0,957,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,77.0,35,True,['openapi'],2022-05-12 22:18:19.000,5.2.2,104.0,,4579384.0,conda-forge/apispec,apispec,12354.0,5247.0,https://pypi.org/project/apispec,2022-05-12 22:18:19.000,7107.0,4574070.0,https://anaconda.org/conda-forge/apispec,2022-05-13 08:41:50.332,361377.0,2.0,,,,,,,,,,,,,,,,,, +102,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2022-04-26 17:06:27.000,2022-02-02 23:24:16,539.0,,174,24.0,112.0,53.0,67.0,444,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",72.0,35,True,,2022-02-03 00:00:29.000,0.20.4,36.0,,34329928.0,conda-forge/httplib2,httplib2,121387.0,105440.0,https://pypi.org/project/httplib2,2022-02-03 00:00:29.000,15947.0,34309712.0,https://anaconda.org/conda-forge/httplib2,2022-02-11 15:34:48.520,1496006.0,2.0,,,,,,,,,,,,,,,,,, +103,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,2022-05-06 15:44:31.000,2020-05-10 19:40:04,449.0,,887,278.0,144.0,184.0,201.0,12561,Pythonic HTML Parsing for Humans.,62.0,34,False,,2019-02-18 21:38:41.000,0.10.0,36.0,,718204.0,,requests-html,8328.0,7984.0,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,344.0,718204.0,,,,2.0,,,,,,,,,,,,,,,,,, +104,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2022-06-02 04:14:52.000,2022-05-09 00:22:30,1427.0,2.0,1470,180.0,497.0,155.0,696.0,7269,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",101.0,34,True,,2022-02-14 18:52:43.000,12.0.0,82.0,,378518.0,conda-forge/pytube,pytube,15639.0,15311.0,https://pypi.org/project/pytube,2022-05-09 00:23:30.000,328.0,378360.0,https://anaconda.org/conda-forge/pytube,2022-05-09 03:03:58.635,1270.0,2.0,,,,,,,,,,,,,,,,,, +105,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2022-05-16 16:28:30.000,2022-05-16 16:24:31,5301.0,12.0,1513,256.0,974.0,88.0,1006.0,4442,CMS framework for Django.,325.0,34,True,['django'],2022-05-12 12:48:08.000,6.0.0,138.0,,3376.0,,mezzanine,1204.0,,https://pypi.org/project/mezzanine,2022-05-12 12:48:14.000,1204.0,3376.0,,,,2.0,,,,,,,,,,,,,,,,,, +106,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,2022-06-02 02:25:43.000,2022-06-02 02:25:43,1284.0,2.0,1161,128.0,821.0,416.0,514.0,3795,Creating delicious APIs for Django apps since 2010.,200.0,34,True,['django'],2022-01-04 01:26:36.000,0.14.4,25.0,,76100.0,,django-tastypie,7344.0,4811.0,https://pypi.org/project/django-tastypie,2022-01-04 01:19:47.000,2533.0,76100.0,,,,3.0,,,,,,,,,,,,,,,,,, +107,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,2022-06-01 09:57:56.000,2022-05-02 23:52:17,741.0,2.0,880,112.0,456.0,42.0,525.0,3770,Adds SQLAlchemy support to Flask.,106.0,34,True,['flask'],2021-03-18 19:08:56.000,2.5.1,25.0,400.0,3921143.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,282325.0,255794.0,https://pypi.org/project/flask-sqlalchemy,2021-03-18 19:03:00.000,26531.0,3917787.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2021-03-18 21:20:33.487,241305.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,, +108,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,2022-05-18 07:36:31.000,2022-05-18 07:36:31,1243.0,2.0,691,73.0,682.0,67.0,710.0,3725,A generic system for filtering Django QuerySets based on user selections.,180.0,34,True,['django'],2021-09-26 09:44:15.000,21.1,36.0,,2438153.0,conda-forge/django-filter,django-filter,94845.0,86172.0,https://pypi.org/project/django-filter,2021-09-24 14:08:37.000,8673.0,2437078.0,https://anaconda.org/conda-forge/django-filter,2021-09-24 16:27:58.281,72044.0,1.0,,,,,,,,,,,,,,,,,, +109,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,2022-06-02 10:19:09.000,2022-05-31 01:21:31,1129.0,27.0,807,166.0,574.0,13.0,625.0,3409,Slack Developer Kit for Python.,141.0,34,True,,2022-05-27 05:38:46.000,3.17.0,89.0,341.0,5817848.0,conda-forge/slack-sdk,slack-sdk,89.0,,https://pypi.org/project/slack-sdk,2022-05-27 05:32:22.000,89.0,5817009.0,https://anaconda.org/conda-forge/slack-sdk,2022-05-27 09:22:01.839,13361.0,2.0,,,,,,,,,,,,,,,,,, +110,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2022-06-02 01:22:08.000,2022-06-02 01:14:28,6366.0,324.0,650,123.0,804.0,2.0,395.0,2778,A complete Python framework for reliable web automation and testing.,34.0,34,True,,2022-06-01 21:58:24.000,3.2.6,740.0,,347846.0,,seleniumbase,311.0,294.0,https://pypi.org/project/seleniumbase,2022-06-02 01:22:08.000,17.0,347846.0,,,,2.0,,,,,,,,,,,,,,,,,, +111,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,2022-06-02 14:25:06.000,2022-05-30 13:39:10,1199.0,20.0,692,68.0,460.0,148.0,569.0,2564,OAuth2 goodies for the Djangonauts!.,206.0,34,True,['django'],2022-04-25 13:36:31.000,2.0.0,41.0,,381677.0,,django-oauth-toolkit,1036.0,,https://pypi.org/project/django-oauth-toolkit,2022-04-25 13:36:31.000,1036.0,381677.0,,,,2.0,,,,,,,,,,,,,,,,,, +112,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2022-06-01 16:16:31.000,2022-06-01 16:16:30,2113.0,27.0,511,97.0,541.0,52.0,456.0,2515,splinter - python test framework for web applications.,172.0,34,True,,2021-12-22 15:03:30.000,0.17.0,46.0,,85215.0,,splinter,6600.0,5520.0,https://pypi.org/project/splinter,2021-12-22 15:03:30.000,1080.0,85215.0,,,,2.0,,,,,,,,,,,,,,,,,, +113,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2022-06-01 09:18:31.000,2022-05-28 11:13:42,445.0,4.0,210,46.0,79.0,27.0,202.0,2066,A fast yet powerful Python Markdown parser with renderers and plugins.,35.0,34,True,,2022-01-14 06:33:19.000,2.0.2,29.0,,12844572.0,conda-forge/mistune,mistune,9233.0,,https://pypi.org/project/mistune,2022-01-14 06:31:51.000,9233.0,12748475.0,https://anaconda.org/conda-forge/mistune,2022-01-14 14:48:29.121,7111251.0,2.0,,,,,,,,,,,,,,,,,, +114,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,2022-04-19 18:56:28.000,2022-04-19 18:56:28,1028.0,46.0,587,73.0,282.0,128.0,207.0,1900,A library for converting HTML into PDFs using ReportLab.,142.0,34,True,,2022-03-31 23:51:14.000,0.2.7,22.0,6.0,378659.0,conda-forge/xhtml2pdf,xhtml2pdf,8583.0,7758.0,https://pypi.org/project/xhtml2pdf,2022-03-31 22:42:55.000,825.0,377613.0,https://anaconda.org/conda-forge/xhtml2pdf,2022-04-12 02:50:36.541,40831.0,2.0,,,,,,,,,,,,,,,,,, +115,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,2022-04-29 19:51:50.000,2021-12-29 09:55:48,1439.0,,520,67.0,339.0,365.0,649.0,1686,A modern/fast python SOAP client based on lxml / requests.,129.0,34,True,,2021-08-15 18:52:39.000,4.1.0,62.0,,5009910.0,conda-forge/zeep,zeep,5068.0,4519.0,https://pypi.org/project/zeep,2021-08-15 18:52:39.000,549.0,5007606.0,https://anaconda.org/conda-forge/zeep,2021-08-30 08:12:38.896,145162.0,2.0,,,,,,,,,,,,,,,,,, +116,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,2022-04-26 07:31:30.000,2022-03-15 08:45:19,2351.0,10.0,445,65.0,471.0,191.0,630.0,1596,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",186.0,34,True,['django'],2022-03-15 08:44:50.000,3.9.4,203.0,,164980.0,,django-autocomplete-light,3801.0,3058.0,https://pypi.org/project/django-autocomplete-light,2022-03-15 08:44:50.000,743.0,164980.0,,,,1.0,,,,,,,,,,,,,,,,,, +117,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,2022-05-23 17:53:31.000,2022-03-13 22:31:07,4414.0,1.0,341,54.0,222.0,229.0,1505.0,1551,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",139.0,34,True,,2021-12-15 13:44:42.491,3.0.3,115.0,,2169669.0,anaconda/cherrypy,cherrypy,19264.0,8940.0,https://pypi.org/project/cherrypy,2021-07-03 22:34:11.000,10324.0,2169489.0,https://anaconda.org/anaconda/cherrypy,2022-05-02 20:14:01.196,14271.0,3.0,,,,,,,,,,,,,,,,,, +118,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,2022-05-22 13:20:31.000,2022-05-21 15:54:46,1162.0,17.0,293,44.0,100.0,73.0,138.0,1419,Parse feeds in Python.,50.0,34,True,,2022-05-21 13:54:10.000,6.0.10,23.0,,2606997.0,conda-forge/feedparser,feedparser,7372.0,,https://pypi.org/project/feedparser,2022-05-21 13:54:10.000,7372.0,2595469.0,https://anaconda.org/conda-forge/feedparser,2022-05-21 17:17:26.460,288201.0,1.0,,,,,,,,,,,,,,,,,, +119,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2022-05-04 16:25:44.000,2022-04-28 19:54:24,1550.0,2.0,362,52.0,346.0,46.0,352.0,1309,A flexible forms validation and rendering library for Python.,134.0,34,True,,2021-12-23 10:10:33.000,3.0.1,25.0,,2574514.0,conda-forge/wtforms,wtforms,146217.0,131404.0,https://pypi.org/project/wtforms,2021-12-23 10:08:57.000,14813.0,2572900.0,https://anaconda.org/conda-forge/wtforms,2021-12-24 00:49:27.436,98502.0,3.0,,,,,,,,,,,,,,,,,, +120,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,2022-06-01 14:44:21.000,2022-05-29 09:33:52,226.0,26.0,177,39.0,94.0,12.0,64.0,1254,Use Database URLs in your Django Application.,58.0,34,True,['django'],2018-03-01 18:39:51.000,0.5.0,12.0,,857466.0,,dj-database-url,201526.0,180628.0,https://pypi.org/project/dj-database-url,2021-12-15 13:58:07.981,20898.0,857466.0,,,,1.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,, +121,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,2022-05-07 04:11:25.000,2022-05-07 04:11:25,3259.0,36.0,229,45.0,436.0,10.0,311.0,859,PycURL - Python interface to libcurl.,98.0,34,False,,2022-03-09 23:19:42.000,7.45.0,53.0,,2210145.0,conda-forge/pycurl,pycurl,48273.0,43982.0,https://pypi.org/project/pycurl,2022-03-13 07:20:20.000,4291.0,2190183.0,https://anaconda.org/conda-forge/pycurl,2022-04-08 16:04:42.641,738617.0,2.0,,,,,,,,,,,,,,,,,, +122,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,2022-05-31 14:29:37.586,2022-05-30 13:38:47,2468.0,42.0,8905,1381.0,1003.0,377.0,,44104,Dumb downloader that scrapes the web.,244.0,33,True,,2022-05-30 00:29:03.000,0.4.1612,167.0,353153.0,28545.0,conda-forge/you-get,you-get,22.0,,https://pypi.org/project/you-get,2022-05-30 00:03:46.000,22.0,24567.0,https://anaconda.org/conda-forge/you-get,2022-05-31 14:29:37.586,7519.0,1.0,you-get,,,,,,,,,,,,,,,,, +123,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2022-06-02 13:55:26.000,2022-06-02 13:37:43,2432.0,90.0,1940,283.0,527.0,386.0,1127.0,17463,OpenAPI/Swagger-generated API Reference Documentation.,191.0,33,True,['openapi'],2022-06-02 13:44:31.000,2.0.0-rc.72,79.0,66.0,0.0,,,2573.0,2573.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +124,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2022-02-23 19:15:47.000,2021-02-20 16:10:31,2916.0,,1271,257.0,942.0,702.0,664.0,11863,Serverless Python.,260.0,33,False,,2021-11-11 20:31:33.000,0.54.1,127.0,263.0,97386.0,,zappa,395.0,,https://pypi.org/project/zappa,2021-11-11 20:31:33.000,395.0,97381.0,,,,2.0,,,,,,,,,,,,,,,,,, +125,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,2022-04-20 05:00:35.000,2020-03-04 14:36:33,412.0,,4202,989.0,131.0,532.0,1051.0,11576,TuShare is a utility for crawling historical data of China stocks.,34.0,33,False,,2022-02-09 15:09:13.000,1.2.84,189.0,,25433.0,,tushare,1428.0,1210.0,https://pypi.org/project/tushare,2022-04-20 05:00:35.000,218.0,25433.0,,,,2.0,,,,,,,,,,,,,,,,,, +126,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2022-05-18 15:28:21.000,2018-11-07 20:31:50,841.0,,1635,236.0,316.0,163.0,242.0,10871,"HTTP Request & Response Service, written in Python + Flask.",108.0,33,False,['flask'],2018-05-08 12:00:46.000,0.7.0,13.0,,284085.0,,httpbin,1530.0,974.0,https://pypi.org/project/httpbin,2018-05-08 12:00:46.000,556.0,284085.0,,,,2.0,,,,,,,,,,,,,,,,,, +127,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2022-05-30 20:58:23.000,2022-05-20 21:08:40,2318.0,25.0,760,198.0,565.0,12.0,876.0,8964,thumbor is an open-source photo thumbnail service by globo.com.,174.0,33,True,,2022-05-20 21:11:21.000,7.0.10,100.0,,4523.0,,thumbor,507.0,305.0,https://pypi.org/project/thumbor,2022-05-20 21:11:21.000,202.0,4523.0,,,,2.0,,,,,,,,,,,,,,,,,, +128,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,2022-04-18 19:32:41.000,2022-04-13 13:17:07,3340.0,10.0,739,236.0,513.0,33.0,941.0,6480,REST API framework designed for human beings.,208.0,33,True,,2021-01-25 09:18:46.000,1.1.5,47.0,,24055.0,,eve,1401.0,1021.0,https://pypi.org/project/eve,2021-01-25 09:18:46.000,380.0,24055.0,,,,3.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,2022-05-22 22:53:06.498,2022-05-22 17:49:00,433.0,8.0,866,104.0,111.0,8.0,1510.0,4682,Socket.IO integration for Flask applications.,65.0,33,True,['flask'],2022-05-22 15:52:15.000,5.2.0,81.0,,575720.0,conda-forge/flask-socketio,flask-socketio,2295.0,,https://pypi.org/project/flask-socketio,2022-05-22 15:52:15.000,2295.0,573562.0,https://anaconda.org/conda-forge/flask-socketio,2022-05-22 22:53:06.498,148959.0,2.0,,,,,,,,,,,,,,,,,, +130,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2022-06-02 14:40:55.000,2022-06-02 11:05:30,53700.0,1265.0,711,85.0,3071.0,341.0,3936.0,2967,Web based localization tool with tight version control integration.,1318.0,33,True,,2022-05-11 12:17:54.000,weblate-4.12.2,75.0,2897.0,2620.0,,weblate,23.0,23.0,https://pypi.org/project/weblate,2021-06-17 05:28:46.000,,2538.0,,,,2.0,,,,,,,,,,,,,,,,,, +131,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,2022-05-26 01:08:01.000,2022-05-18 09:10:15,489.0,12.0,480,59.0,110.0,31.0,670.0,2875,Python Socket.IO server and client.,58.0,33,True,,2022-04-24 09:38:13.000,5.6.0,85.0,,979058.0,conda-forge/python-socketio,python-socketio,1880.0,,https://pypi.org/project/python-socketio,2022-04-24 09:38:13.000,1880.0,975803.0,https://anaconda.org/conda-forge/python-socketio,2022-04-24 18:40:19.098,224606.0,2.0,,,,,,,,,,,,,,,,,, +132,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,2022-04-08 04:51:24.000,2021-12-16 12:44:41,522.0,,359,35.0,220.0,187.0,383.0,2748,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,65.0,33,True,"['openapi', 'django']",2020-10-25 22:17:54.000,1.17.1,54.0,,1307504.0,conda-forge/drf-yasg,drf-yasg,55700.0,55358.0,https://pypi.org/project/drf-yasg,2020-10-25 20:12:43.000,342.0,1307352.0,https://anaconda.org/conda-forge/drf-yasg,2020-10-26 00:39:31.833,3503.0,2.0,,,,,,,,,,,,,,,,,, +133,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,2022-02-20 16:49:42.000,2022-02-20 16:46:24,1466.0,,461,59.0,292.0,15.0,602.0,2739,django-reversion is an extension to the Django web framework that provides version control for model instances.,180.0,33,True,['django'],2022-02-20 16:49:42.000,5.0.0,60.0,,240020.0,,django-reversion,8463.0,6337.0,https://pypi.org/project/django-reversion,2022-02-20 16:49:42.000,2126.0,240020.0,,,,2.0,,,,,,,,,,,,,,,,,, +134,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,2022-05-09 12:14:12.000,2021-10-19 21:45:18,454.0,,271,36.0,191.0,72.0,139.0,2530,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,71.0,33,True,['django'],2021-10-20 12:33:27.000,0.8.1,16.0,,921814.0,conda-forge/django-environ,django-environ,79072.0,75573.0,https://pypi.org/project/django-environ,2021-10-20 12:32:57.000,3499.0,920886.0,https://anaconda.org/conda-forge/django-environ,2018-07-09 17:25:55.132,53857.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,2022-06-01 12:48:44.000,2022-05-27 08:41:40,2126.0,160.0,269,40.0,1399.0,250.0,279.0,2286,A GraphQL library for Python that leverages type annotations.,138.0,33,True,['graphql'],2022-05-27 08:41:49.000,0.114.0,424.0,665.0,213984.0,,strawberry-graphql,380.0,358.0,https://pypi.org/project/strawberry-graphql,2022-05-27 08:42:16.000,22.0,213889.0,,,,1.0,,,,,,,,,,,,,,,,,, +136,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,2022-06-02 10:14:01.000,2022-06-02 10:14:00,885.0,14.0,689,106.0,404.0,7.0,284.0,2282,Bootstrap 3 integration with Django.,98.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,93.0,,102943.0,conda-forge/django-bootstrap3,django-bootstrap3,21078.0,17094.0,https://pypi.org/project/django-bootstrap3,2021-12-27 09:46:08.000,3984.0,102565.0,https://anaconda.org/conda-forge/django-bootstrap3,2019-08-04 21:11:14.583,21579.0,2.0,,,,,,,,,,,,,,,,,, +137,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,2022-04-04 11:04:40.000,2022-03-14 02:39:11,912.0,3.0,329,48.0,263.0,109.0,160.0,2266,Django model mixins and utilities.,122.0,33,True,['django'],2021-10-13 18:22:18.000,4.2.0,38.0,,715876.0,,django-model-utils,22216.0,17384.0,https://pypi.org/project/django-model-utils,2021-10-13 18:22:18.000,4832.0,715876.0,,,,2.0,,,,,,,,,,,,,,,,,, +138,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2022-05-22 14:26:06.000,2022-05-22 14:26:06,1033.0,10.0,290,41.0,314.0,82.0,253.0,2246,Automatically mock your HTTP interactions to simplify and speed up testing.,116.0,33,True,,2020-10-09 20:43:45.000,4.1.1,63.0,,2949129.0,conda-forge/vcrpy,vcrpy,4874.0,3923.0,https://pypi.org/project/vcrpy,2020-10-09 20:43:45.000,951.0,2945935.0,https://anaconda.org/conda-forge/vcrpy,2020-10-09 23:08:36.024,242746.0,2.0,,,,,,,,,,,,,,,,,, +139,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,2022-05-19 22:58:45.000,2022-05-19 22:58:45,990.0,5.0,771,40.0,560.0,200.0,420.0,2167,Django-storages is a project to provide a variety of storage backends in a single library.,227.0,33,True,['django'],2021-10-30 02:34:59.000,1.12.3,36.0,,1816700.0,conda-forge/django-storages,django-storages,4912.0,,https://pypi.org/project/django-storages,2021-10-30 02:34:59.000,4912.0,1816129.0,https://anaconda.org/conda-forge/django-storages,2021-10-30 07:11:48.206,33161.0,2.0,,,,,,,,,,,,,,,,,, +140,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2022-05-21 09:22:14.000,2022-05-21 09:22:12,614.0,18.0,120,27.0,176.0,23.0,197.0,2003,Radically simplified static file serving for Python web apps.,59.0,33,True,,2022-02-09 22:17:45.000,6.0.0,47.0,,1229852.0,conda-forge/whitenoise,whitenoise,13308.0,,https://pypi.org/project/whitenoise,2022-05-10 15:56:37.000,13308.0,1228870.0,https://anaconda.org/conda-forge/whitenoise,2022-05-10 18:30:06.044,56984.0,2.0,,,,,,,,,,,,,,,,,, +141,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2022-05-30 04:02:26.000,2022-05-19 11:46:16,1469.0,77.0,140,45.0,511.0,40.0,194.0,1772,Ariadne is a Python library for implementing GraphQL servers using schema-first approach.,54.0,33,True,['graphql'],2022-04-22 12:55:33.000,0.15.1,29.0,,626118.0,,ariadne,796.0,760.0,https://pypi.org/project/ariadne,2022-04-22 12:55:33.000,36.0,626118.0,,,,1.0,,,,,,,,,,,,,,,,,, +142,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,2022-05-30 17:05:08.000,2022-05-08 11:46:32,1081.0,20.0,392,35.0,528.0,97.0,378.0,1620,Store model history and view/revert changes from admin site.,156.0,33,True,['django'],2022-05-11 15:46:42.000,3.1.1,42.0,,418119.0,,django-simple-history,3217.0,2768.0,https://pypi.org/project/django-simple-history,2022-05-11 15:46:42.000,449.0,418119.0,,,,2.0,,,,,,,,,,,,,,,,,, +143,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,2022-04-04 17:38:46.000,2022-01-10 19:55:38,1177.0,,381,26.0,332.0,151.0,316.0,1437,Pipeline is an asset packaging library for Django.,169.0,33,True,['django'],2022-01-10 19:32:37.000,2.0.8,129.0,,64292.0,,django-pipeline,3091.0,1955.0,https://pypi.org/project/django-pipeline,2022-01-10 19:32:37.000,1136.0,64292.0,,,,2.0,,,,,,,,,,,,,,,,,, +144,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,2022-05-26 21:52:48.000,2022-05-25 09:14:20,1113.0,10.0,269,27.0,352.0,50.0,260.0,1282,Money fields for Django forms and models.,99.0,33,True,['django'],2022-01-02 17:44:36.000,2.1.1,61.0,,122763.0,,django-money,1882.0,1680.0,https://pypi.org/project/django-money,2022-01-02 17:44:36.000,202.0,122763.0,,,,2.0,,,,,,,,,,,,,,,,,, +145,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2022-04-02 00:08:22.290,2019-09-20 02:47:40,230.0,,257,47.0,57.0,45.0,61.0,1093,A SOCKS proxy client and wrapper for Python.,32.0,33,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,10344635.0,conda-forge/pysocks,pysocks,81044.0,77618.0,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3426.0,10063094.0,https://anaconda.org/conda-forge/pysocks,2022-04-02 00:08:22.290,19707870.0,2.0,,,,,,,,,,,,,,,,,, +146,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,2022-06-01 01:14:07.000,2022-05-31 21:32:21,1141.0,5.0,307,23.0,481.0,116.0,210.0,978,Python 2.7/3.X client for HashiCorp Vault.,157.0,33,True,,2021-09-23 17:47:10.000,0.11.2,61.0,453.0,4799731.0,conda-forge/hvac,hvac,2720.0,2413.0,https://pypi.org/project/hvac,2021-09-23 17:47:10.000,307.0,4795929.0,https://anaconda.org/conda-forge/hvac,2021-09-23 21:36:35.403,140523.0,2.0,,,,,,,,,,,,,,,,,, +147,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,2022-05-26 16:46:39.000,2021-09-17 10:33:24,1592.0,,253,46.0,303.0,86.0,160.0,972,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,62.0,33,True,,2017-12-07 14:10:04.000,1.0.1,27.0,,9828014.0,conda-forge/html5lib,html5lib,15066.0,,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15066.0,9791575.0,https://anaconda.org/conda-forge/html5lib,2020-06-23 16:41:15.573,2368547.0,3.0,,,,,,,,,,,,,,,,,, +148,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,2022-05-27 10:42:45.000,2022-05-27 10:42:45,882.0,51.0,251,15.0,566.0,188.0,247.0,895,PEP-484 stubs for Django.,161.0,33,True,['django'],2022-05-24 09:25:57.000,1.11.0,36.0,,466002.0,conda-forge/django-stubs,django-stubs,2567.0,2491.0,https://pypi.org/project/django-stubs,2022-05-24 09:25:57.000,76.0,465820.0,https://anaconda.org/conda-forge/django-stubs,2022-05-24 14:12:39.392,2550.0,2.0,,,,,,,,,,,,,,,,,, +149,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2022-05-28 00:15:39.000,2022-05-28 00:15:35,716.0,3.0,203,28.0,476.0,39.0,246.0,888,Python binding to the Networking and Cryptography (NaCl) library.,63.0,33,True,,2022-01-07 22:05:49.000,1.5.0,16.0,,38450154.0,conda-forge/pynacl,pynacl,2340.0,,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2340.0,38409820.0,https://anaconda.org/conda-forge/pynacl,2022-04-09 16:14:36.368,2621765.0,2.0,,,,,,,,,,,,,,,,,, +150,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2019-11-01 21:25:38.000,2018-09-07 21:33:19,1482.0,,414,106.0,449.0,2.0,303.0,778,This is a Python library for accessing resources protected by OAuth 2.0.,89.0,33,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,20759080.0,conda-forge/oauth2client,oauth2client,70039.0,64235.0,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5804.0,20751143.0,https://anaconda.org/conda-forge/oauth2client,2019-02-03 02:43:41.310,563539.0,2.0,,,,,,,,,,,,,,,,,, +151,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,2022-06-02 16:11:23.596,2022-05-24 22:24:08,398.0,10.0,38,46.0,238.0,14.0,78.0,35,Utilities for Google Media Downloads and Resumable Uploads.,31.0,33,False,,2022-05-19 12:44:36.000,2.3.3,41.0,,33450675.0,conda-forge/google-resumable-media,google-resumable-media,23531.0,22999.0,https://pypi.org/project/google-resumable-media,2022-05-19 12:44:36.000,532.0,33416580.0,https://anaconda.org/conda-forge/google-resumable-media,2022-06-02 16:11:23.596,2045713.0,2.0,,,,,,,,,,,,,,,,,, +152,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2022-04-09 01:41:00.000,2020-09-02 06:54:25,651.0,,1955,386.0,297.0,480.0,257.0,11905,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",103.0,32,False,,2018-09-28 04:58:18.000,0.2.8,18.0,,119665.0,conda-forge/newspaper3k,newspaper3k,270.0,,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,270.0,118758.0,https://anaconda.org/conda-forge/newspaper3k,2021-10-28 12:04:52.629,49897.0,1.0,,,,,,,,,,,,,,,,,, +153,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,2021-12-15 14:18:19.789,2020-04-25 12:40:40,1434.0,,1577,553.0,125.0,169.0,76.0,8220,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",30.0,32,False,,,,6.0,,1571979.0,conda-forge/pattern,pattern,1658.0,1330.0,https://pypi.org/project/pattern,2021-12-15 14:18:19.789,328.0,1571658.0,https://anaconda.org/conda-forge/pattern,2020-05-05 12:38:53.775,10281.0,1.0,,,,,,,,,,,,,,,,,, +154,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,2022-06-01 15:00:21.000,2022-06-01 14:59:30,4730.0,142.0,565,141.0,284.0,146.0,1221.0,4979,The awesome document factory.,110.0,32,True,,2022-05-12 17:06:45.000,55.0,86.0,,656419.0,conda-forge/weasyprint,weasyprint,40.0,,https://pypi.org/project/weasyprint,2022-05-12 16:54:52.000,40.0,655079.0,https://anaconda.org/conda-forge/weasyprint,2022-05-13 06:18:05.756,46911.0,3.0,,,,,,,,,,,,,,,,,, +155,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,2022-04-09 13:58:10.000,2022-03-03 13:58:48,860.0,,648,73.0,518.0,139.0,611.0,3868,Integrate GraphQL into your Django project.,189.0,32,True,"['django', 'graphql']",2020-12-31 06:55:57.000,2.15.0,51.0,,383699.0,conda-forge/graphene-django,graphene-django,8437.0,7966.0,https://pypi.org/project/graphene-django,2020-12-31 06:55:57.000,471.0,383112.0,https://anaconda.org/conda-forge/graphene-django,2021-01-09 00:24:55.718,16439.0,2.0,,,,,,,,,,,,,,,,,, +156,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2022-05-31 14:46:41.000,2022-05-31 14:46:41,5558.0,53.0,694,835.0,2382.0,56.0,1890.0,3810,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",161.0,32,True,['openapi'],,,100.0,84764.0,3531.0,,,368.0,368.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +157,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,2022-05-29 11:57:05.000,2022-05-28 15:33:34,794.0,17.0,289,54.0,280.0,108.0,189.0,3390,Silky smooth profiling for Django.,128.0,32,True,['django'],2022-03-05 06:13:51.000,4.3.0,35.0,182.0,231217.0,,django-silk,2222.0,2074.0,https://pypi.org/project/django-silk,2022-03-05 06:13:51.000,148.0,231216.0,,,,2.0,,,,,,,,,,,,,,,,,, +158,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,,963,172.0,307.0,102.0,315.0,3321,A Python wrapper around the Twitter API.,171.0,32,True,,2018-09-29 23:52:35.000,3.5,23.0,,180650.0,,python-twitter,1721.0,,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1721.0,180650.0,,,,3.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,2022-03-14 06:21:28.000,2022-02-18 10:33:33,1862.0,,635,95.0,315.0,24.0,680.0,3271,A jazzy skin for the Django Admin-Interface (official repository).,79.0,32,True,['django'],2022-01-21 12:06:47.000,3.0.2,72.0,,118057.0,conda-forge/django-grappelli,django-grappelli,6511.0,4806.0,https://pypi.org/project/django-grappelli,2022-02-18 10:43:24.000,1705.0,116771.0,https://anaconda.org/conda-forge/django-grappelli,2022-02-18 12:16:57.178,96466.0,2.0,,,,,,,,,,,,,,,,,, +160,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,2022-05-25 08:39:51.000,2022-03-25 21:42:47,1062.0,5.0,520,83.0,343.0,121.0,319.0,3194,Per object permissions for Django.,159.0,32,True,['django'],2021-05-23 22:11:22.000,2.4.0,43.0,,255009.0,conda-forge/django-guardian,django-guardian,6692.0,4755.0,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1937.0,254408.0,https://anaconda.org/conda-forge/django-guardian,2021-05-26 14:44:48.305,36080.0,2.0,,,,,,,,,,,,,,,,,, +161,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,2022-05-30 01:47:28.000,2021-03-10 14:43:53,116.0,,502,67.0,85.0,17.0,246.0,2988,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,25.0,32,False,,2020-06-14 07:43:55.000,3.0.0,12.0,,1070421.0,,googletrans,32512.0,31968.0,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,544.0,1070421.0,,,,3.0,,,,,,,,,,,,,,,,,, +162,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,2022-05-30 02:03:56.000,2022-05-24 19:22:11,562.0,15.0,499,53.0,236.0,87.0,281.0,2984,A JSON Web Token authentication plugin for the Django REST Framework.,85.0,32,True,['django'],2022-05-24 19:26:19.000,5.2.0,41.0,,776001.0,,djangorestframework-simplejwt,305.0,,https://pypi.org/project/djangorestframework-simplejwt,2022-05-24 19:26:19.000,305.0,776001.0,,,,2.0,,,,,,,,,,,,,,,,,, +163,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2022-05-22 08:25:09.000,2022-04-27 07:34:30,1386.0,17.0,394,57.0,239.0,21.0,604.0,2941,"Build GUI for your Python program with JavaScript, HTML, and CSS.",86.0,32,True,,2022-04-05 20:23:37.000,3.6.3,48.0,,106919.0,,pywebview,751.0,677.0,https://pypi.org/project/pywebview,2022-04-05 20:23:37.000,74.0,106919.0,,,,2.0,,,,,,,,,,,,,,,,,, +164,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2022-06-01 17:52:33.000,2022-05-24 21:39:31,1728.0,26.0,243,50.0,1446.0,56.0,515.0,2874,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",73.0,32,True,['openapi'],2022-05-19 14:35:51.000,4.9.3,168.0,792574.0,195346.0,,,267.0,252.0,,,,,,,,2.0,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2022-05-19 14:34:31.051,15.0,182563.0,,,,,,,,,,, +165,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,2022-05-11 10:08:10.000,2022-05-11 10:08:10,989.0,15.0,595,66.0,420.0,70.0,315.0,2865,Simple tagging for django.,143.0,32,True,['django'],2022-05-02 07:43:26.000,3.0.0,62.0,,341384.0,conda-forge/django-taggit,django-taggit,2864.0,,https://pypi.org/project/django-taggit,2022-05-02 07:43:26.000,2864.0,340165.0,https://anaconda.org/conda-forge/django-taggit,2022-05-02 12:28:06.091,91447.0,2.0,,,,,,,,,,,,,,,,,, +166,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,2022-06-02 10:51:24.000,2022-06-01 09:47:04,905.0,11.0,337,38.0,421.0,158.0,359.0,2839,A test fixtures replacement for Python.,121.0,32,True,['django'],2018-05-05 15:05:40.000,2.11.1,36.0,,2016209.0,conda-forge/factory_boy,factory_boy,2143.0,,https://pypi.org/project/factory_boy,2018-05-05 15:05:40.000,2143.0,2014791.0,https://anaconda.org/conda-forge/factory_boy,2021-10-26 21:47:41.376,97860.0,2.0,,,,,,,,,,,,,,,,,, +167,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,2019-10-03 00:57:30.000,2017-02-04 13:10:59,1973.0,,1140,119.0,466.0,18.0,643.0,2813,Social auth made simple.,283.0,32,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,33608.0,,python-social-auth,7616.0,5340.0,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,33608.0,,,,2.0,,,,,,,,,,,,,,,,,, +168,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,2022-05-18 08:58:19.000,2022-05-06 10:59:19,482.0,9.0,650,67.0,368.0,49.0,364.0,2762,Python client for the Prometheus monitoring system.,120.0,32,True,,2022-04-08 16:11:43.000,0.14.1,43.0,,21005747.0,conda-forge/prometheus_client,prometheus-client,492.0,,https://pypi.org/project/prometheus-client,2022-04-08 16:07:14.000,492.0,20919770.0,https://anaconda.org/conda-forge/prometheus_client,2022-04-08 19:47:49.220,5846466.0,1.0,,,,,,,,,,,,,,,,,, +169,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,2022-05-27 06:26:30.000,2020-12-27 07:29:21,544.0,,952,201.0,269.0,34.0,216.0,2646,Python SDK for Facebooks Graph API.,99.0,32,False,,2018-11-06 06:53:51.000,3.1.0,8.0,,134243.0,,facebook-sdk,4782.0,3518.0,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1264.0,134243.0,,,,3.0,,,,,,,,,,,,,,,,,, +170,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,2022-05-17 09:58:11.000,2022-05-17 09:58:11,1183.0,3.0,435,70.0,292.0,118.0,406.0,2636,Utilities for implementing a modified pre-order traversal tree in django.,153.0,32,True,['django'],2021-09-27 12:56:00.000,0.13.4,38.0,,415898.0,anaconda/django-mptt,django-mptt,3291.0,,https://pypi.org/project/django-mptt,2021-09-27 12:56:00.000,3291.0,415898.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,, +171,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2022-05-24 10:40:02.000,2022-05-24 10:40:02,375.0,3.0,206,54.0,124.0,51.0,240.0,1768,Django Channels HTTP/WebSocket server.,60.0,32,True,['django'],2021-04-07 18:31:41.000,3.0.2,55.0,,476774.0,conda-forge/daphne,daphne,15102.0,14336.0,https://pypi.org/project/daphne,2021-04-07 18:31:41.000,766.0,473414.0,https://anaconda.org/conda-forge/daphne,2021-04-07 20:54:50.106,87369.0,3.0,,,,,,,,,,,,,,,,,, +172,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,2022-05-24 07:14:15.000,2022-05-24 07:14:15,998.0,1.0,470,36.0,301.0,114.0,285.0,1589,Thumbnails for Django.,151.0,32,True,['django'],2022-02-10 22:08:37.000,12.8.0,31.0,,136467.0,conda-forge/sorl-thumbnail,sorl-thumbnail,11285.0,8740.0,https://pypi.org/project/sorl-thumbnail,2022-02-10 22:08:37.000,2545.0,136375.0,https://anaconda.org/conda-forge/sorl-thumbnail,2022-02-11 09:10:39.604,2029.0,2.0,,,,,,,,,,,,,,,,,, +173,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,2022-05-24 12:11:43.000,2022-05-19 14:10:24,1367.0,4.0,384,54.0,312.0,55.0,479.0,1537,django-tables2 - An app for creating HTML tables.,137.0,32,True,['django'],2021-10-05 19:28:08.000,2.4.1,119.0,,144742.0,conda-forge/django-tables2,django-tables2,5802.0,4916.0,https://pypi.org/project/django-tables2,2021-10-05 19:28:08.000,886.0,144667.0,https://anaconda.org/conda-forge/django-tables2,2021-10-24 17:57:36.982,905.0,2.0,,,,,,,,,,,,,,,,,, +174,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,2022-05-25 17:23:15.000,2022-02-28 17:03:52,433.0,,573,90.0,220.0,134.0,213.0,1299,A very simple Salesforce.com REST API client for Python.,74.0,32,True,,2022-02-28 17:07:07.000,1.11.6,41.0,,4687525.0,conda-forge/simple-salesforce,simple-salesforce,191.0,,https://pypi.org/project/simple-salesforce,2022-02-28 17:07:07.000,191.0,4686814.0,https://anaconda.org/conda-forge/simple-salesforce,2020-12-11 15:45:59.182,43413.0,3.0,,,,,,,,,,,,,,,,,, +175,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,2022-05-19 10:56:19.000,2022-02-22 10:14:41,764.0,,306,33.0,210.0,87.0,310.0,1276,Easy thumbnails for Django.,88.0,32,True,['django'],2022-01-20 03:34:09.000,2.8.1,47.0,,179230.0,,easy-thumbnails,10616.0,8530.0,https://pypi.org/project/easy-thumbnails,2022-01-20 03:34:09.000,2086.0,179230.0,,,,2.0,,,,,,,,,,,,,,,,,, +176,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,2022-05-30 10:03:08.000,2022-05-30 10:03:08,519.0,13.0,292,24.0,316.0,55.0,143.0,1244,A django model and form field for normalised phone numbers using python-phonenumbers.,106.0,32,True,['django'],2022-02-15 18:13:14.000,6.1.0,26.0,,555349.0,,django-phonenumber-field,856.0,,https://pypi.org/project/django-phonenumber-field,2022-02-15 18:13:14.000,856.0,555349.0,,,,2.0,,,,,,,,,,,,,,,,,, +177,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,2022-05-20 22:13:45.000,2022-05-20 22:13:36,879.0,35.0,220,61.0,124.0,61.0,308.0,1172,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,79.0,32,True,,2022-02-26 23:34:30.000,5.1.0,22.0,139.0,277619.0,conda-forge/rpyc,rpyc,1585.0,1254.0,https://pypi.org/project/rpyc,2022-02-26 22:50:30.000,331.0,248262.0,https://anaconda.org/conda-forge/rpyc,2021-01-12 03:08:24.569,616451.0,2.0,,,,,,,,,,,,,,,,,, +178,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2022-04-20 16:03:50.000,2022-04-20 16:03:50,2099.0,1.0,666,145.0,804.0,44.0,930.0,1137,Web testing library for Robot Framework.,109.0,32,True,,2022-01-09 18:51:51.000,6.0.0,50.0,3539.0,580011.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,2518.0,2394.0,https://pypi.org/project/robotframework-seleniumlibrary,2022-01-08 23:53:44.000,124.0,579026.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2022-01-12 00:54:57.623,47150.0,2.0,,,,,,,,,,,,,,,,,, +179,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,2022-05-24 12:54:04.000,2022-05-24 09:50:16,930.0,58.0,133,7.0,203.0,46.0,511.0,1107,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,68.0,32,True,['openapi'],2022-04-25 16:29:02.000,0.22.1,48.0,,471946.0,conda-forge/drf-spectacular,drf-spectacular,2077.0,2056.0,https://pypi.org/project/drf-spectacular,2022-04-25 16:29:02.000,21.0,471679.0,https://anaconda.org/conda-forge/drf-spectacular,2022-04-26 12:29:43.842,2410.0,2.0,,,,,,,,,,,,,,,,,, +180,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,BSD-3-Clause,2011-09-29 19:35:55.000,2022-05-27 08:34:27.000,2022-05-27 08:34:27,1186.0,7.0,296,35.0,541.0,130.0,351.0,1048,A Django plugin for pytest.,134.0,32,True,['django'],2021-12-07 14:56:42.000,4.5.2,60.0,,1617128.0,conda-forge/pytest-django,pytest-django,5859.0,,https://pypi.org/project/pytest-django,2021-12-07 14:26:57.000,5859.0,1615406.0,https://anaconda.org/conda-forge/pytest-django,2021-12-08 02:26:58.061,129159.0,2.0,,,,,,,,,,,,,,,,,, +181,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,2022-05-31 11:05:52.000,2022-04-23 18:01:12,946.0,14.0,109,27.0,540.0,30.0,163.0,810,Yet another URL library.,68.0,32,True,,2021-11-01 20:25:50.000,1.7.2,88.0,5824.0,82086484.0,conda-forge/yarl,yarl,2718.0,,https://pypi.org/project/yarl,2021-11-01 20:23:48.000,2718.0,82009186.0,https://anaconda.org/conda-forge/yarl,2022-04-03 06:28:50.763,4710075.0,2.0,,,,,,,,,,,,,,,,,, +182,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,2022-06-01 09:56:09.000,2022-05-28 21:44:11,650.0,26.0,166,16.0,160.0,35.0,159.0,720,A caching extension for Flask.,103.0,32,True,['flask'],2022-05-28 21:48:49.000,1.11.1,20.0,,2663716.0,conda-forge/flask-caching,flask-caching,11227.0,10485.0,https://pypi.org/project/flask-caching,2022-05-28 17:36:38.000,742.0,2662176.0,https://anaconda.org/conda-forge/flask-caching,2021-08-13 17:01:19.689,69335.0,1.0,,,,,,,,,,,,,,,,,, +183,graphql-core,graphql-python/graphql-core,graphql,,https://github.com/graphql-python/graphql-core,https://github.com/graphql-python/graphql-core,MIT,2017-09-02 07:26:43.951,2022-05-29 23:39:09.000,2022-04-30 21:43:26,912.0,16.0,96,22.0,55.0,12.0,106.0,431,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,26.0,32,True,,2022-04-10 16:49:32.000,3.2.1,80.0,,3519817.0,conda-forge/graphql-core,graphql-core,14287.0,13572.0,https://pypi.org/project/graphql-core,2022-04-10 16:49:32.000,715.0,3514698.0,https://anaconda.org/conda-forge/graphql-core,2022-04-10 21:32:56.655,291819.0,2.0,,,,,,,,,,,,,,,,,, +184,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,2022-05-26 10:57:05.000,2022-05-09 21:12:12,1731.0,75.0,3716,930.0,635.0,134.0,548.0,32015,Hunt down social media accounts by username across social networks.,175.0,31,True,,2019-05-11 11:26:59.000,0.3.2,5.0,,5525.0,,sherlock,7.0,,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000,7.0,5525.0,,,,3.0,,,,,,,,,,,,,,,,,, +185,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2022-06-02 14:32:20.000,2022-05-31 13:01:22,19656.0,243.0,4538,386.0,5958.0,227.0,2959.0,16174,"A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.",236.0,31,True,"['django', 'graphql']",2022-05-30 14:51:01.000,3.4.1,100.0,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +186,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,2022-06-01 08:09:40.000,2020-08-02 17:34:20,1181.0,,3611,902.0,165.0,288.0,545.0,15437,A Powerful Spider(Web Crawler) System in Python.,62.0,31,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,2657.0,,pyspider,343.0,311.0,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,2657.0,,,,2.0,,,,,,,,,,,,,,,,,, +187,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,2022-02-20 13:46:33.000,2021-07-07 19:50:15,299.0,,1743,308.0,190.0,51.0,,11957,Command line interface for testing internet bandwidth using speedtest.net.,10.0,31,True,,2021-04-08 13:53:00.000,2.1.3,28.0,,243241.0,conda-forge/speedtest-cli,speedtest-cli,35107.0,34578.0,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,529.0,243196.0,https://anaconda.org/conda-forge/speedtest-cli,2021-11-09 20:28:59.095,320.0,2.0,,,,,,,,,,,,,,,,,, +188,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2022-05-26 01:10:47.000,2020-08-10 05:07:26,2410.0,,377,168.0,448.0,168.0,297.0,6620,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",118.0,31,False,,2020-02-06 18:13:37.000,2.6.1,70.0,,38353.0,conda-forge/hug,hug,1666.0,1434.0,https://pypi.org/project/hug,2020-02-06 18:13:37.000,232.0,36176.0,https://anaconda.org/conda-forge/hug,2022-01-26 18:19:20.470,148071.0,3.0,,,,,,,,,,,,,,,,,, +189,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2022-05-20 14:44:39.000,2022-05-19 14:41:38,1052.0,7.0,1315,345.0,312.0,36.0,389.0,5698,web.py is a web framework for python that is as simple as it is powerful.,88.0,31,True,,2020-11-09 11:30:29.000,0.62,18.0,,198438.0,conda-forge/web.py,web.py,1134.0,,https://pypi.org/project/web.py,2021-12-15 13:44:43.853,1134.0,197802.0,https://anaconda.org/conda-forge/web.py,2020-11-12 06:59:49.279,36891.0,3.0,,,,,,,,,,,,,,,,,, +190,spotipy,plamere/spotipy,third-party-apis,,https://github.com/plamere/spotipy,https://github.com/plamere/spotipy,MIT,2014-04-05 13:11:25.000,2022-06-01 04:51:35.000,2022-01-03 18:33:13,575.0,,751,86.0,310.0,66.0,440.0,3902,A light weight Python library for the Spotify Web API.,145.0,31,True,,2021-08-12 10:29:45.000,2.19.0,42.0,,391663.0,conda-forge/spotipy,spotipy,9419.0,8850.0,https://pypi.org/project/spotipy,2021-08-12 10:28:23.000,569.0,391461.0,https://anaconda.org/conda-forge/spotipy,2021-09-09 19:29:47.163,3243.0,3.0,,,,,,,,,,,,,,,,,, +191,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2022-01-26 21:49:22.128,2020-05-08 09:48:22,788.0,,368,105.0,73.0,154.0,100.0,3503,Headless chrome/chromium automation library (unofficial port of puppeteer).,24.0,31,False,,2022-01-11 05:39:28.000,1.0.2,31.0,,1315908.0,conda-forge/pyppeteer,pyppeteer,8009.0,7693.0,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,316.0,1314166.0,https://anaconda.org/conda-forge/pyppeteer,2022-01-26 21:49:22.128,71433.0,2.0,,,,,,,,,,,,,,,,,, +192,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,2021-09-01 20:14:40.000,2019-08-13 02:11:02,369.0,,584,80.0,190.0,164.0,187.0,3127,JSON Web Token Authentication support for Django REST Framework.,62.0,31,False,,2017-06-23 23:57:19.000,1.11.0,26.0,,311237.0,,djangorestframework-jwt,23212.0,21231.0,https://pypi.org/project/djangorestframework-jwt,2017-06-23 23:47:52.000,1981.0,311237.0,,,,2.0,,,,,,,,,,,,,,,,,, +193,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2022-05-16 20:40:54.000,2022-01-21 01:17:15,532.0,,419,58.0,187.0,193.0,155.0,2988,Easy OpenAPI specs and Swagger UI for your Flask API.,107.0,31,True,['flask'],2020-08-01 15:28:10.000,0.9.5,49.0,467.0,422470.0,conda-forge/flasgger,flasgger,7377.0,7021.0,https://pypi.org/project/flasgger,2020-07-31 23:54:47.000,356.0,420530.0,https://anaconda.org/conda-forge/flasgger,2021-04-16 12:53:50.238,108408.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,2022-06-02 13:09:34.000,2022-06-02 07:00:23,1675.0,145.0,163,122.0,417.0,183.0,527.0,2923,Realtime Web Apps and Dashboards for Python and R.,30.0,31,True,,2022-05-31 17:47:07.000,0.22.0,42.0,879273.0,48058.0,,wave,171.0,,https://pypi.org/project/wave,2011-01-09 22:48:14.000,171.0,11422.0,,,,2.0,,,,,,,,,,,,,,,,,, +195,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,2022-05-27 12:45:20.000,2022-05-27 12:45:20,1578.0,8.0,579,50.0,491.0,114.0,521.0,2571,Compresses linked and inline javascript or CSS into a single cached file.,209.0,31,True,['django'],2021-04-17 18:52:21.000,2.4.1,33.0,,299610.0,,django-compressor,285.0,,https://pypi.org/project/django-compressor,2022-04-23 10:25:08.000,285.0,299610.0,,,,2.0,,,,,,,,,,,,,,,,,, +196,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2022-05-22 08:57:25.000,2020-10-09 23:49:59,186.0,,476,80.0,94.0,172.0,74.0,2452,A Pythonic wrapper for the Wikipedia API.,23.0,31,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,431831.0,conda-forge/wikipedia,wikipedia,33221.0,32155.0,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1066.0,430931.0,https://anaconda.org/conda-forge/wikipedia,2019-06-18 08:30:55.880,57609.0,3.0,,,,,,,,,,,,,,,,,, +197,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,2022-05-31 15:18:39.000,2022-05-06 13:12:32,281.0,9.0,326,50.0,149.0,29.0,147.0,2374,Transparently use webpack with django.,55.0,31,True,['django'],2022-04-06 18:03:58.000,1.5.0,40.0,,318578.0,conda-forge/django-webpack-loader,django-webpack-loader,8453.0,7473.0,https://pypi.org/project/django-webpack-loader,2022-04-06 18:03:58.000,980.0,318492.0,https://anaconda.org/conda-forge/django-webpack-loader,2021-11-17 13:17:04.347,2342.0,2.0,,,,,,,,,,,,,,,,,, +198,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,2022-05-29 11:00:23.000,2022-05-10 06:38:11,973.0,3.0,380,58.0,311.0,30.0,273.0,2348,Full featured redis cache backend for Django.,129.0,31,True,['django'],2021-12-22 15:10:32.000,5.2.0,66.0,,1426675.0,,django-redis,3463.0,,https://pypi.org/project/django-redis,2021-12-22 15:10:32.000,3463.0,1426675.0,,,,2.0,,,,,,,,,,,,,,,,,, +199,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2022-06-01 21:32:52.000,2022-05-25 14:21:46,3917.0,72.0,294,92.0,656.0,141.0,1551.0,2134,Mail hosting made simple.,104.0,31,True,,2022-05-18 15:04:07.000,2.0.1,61.0,,1985.0,,modoboa,71.0,35.0,https://pypi.org/project/modoboa,2022-05-18 15:19:03.000,36.0,1985.0,,,,1.0,,,,,,,,,,,,,,,,,, +200,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,2022-01-19 08:50:01.000,2022-01-19 08:49:57,461.0,,170,65.0,60.0,46.0,127.0,2097,A jquery-like library for python.,50.0,31,True,,2020-11-21 09:17:43.000,1.4.3,35.0,,1188880.0,conda-forge/pyquery,pyquery,17646.0,14329.0,https://pypi.org/project/pyquery,2020-11-21 09:17:43.000,3317.0,1188438.0,https://anaconda.org/conda-forge/pyquery,2020-11-27 04:30:29.453,24770.0,3.0,,,,,,,,,,,,,,,,,, +201,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,2022-05-19 09:36:05.000,2022-05-19 09:36:05,200.0,2.0,198,25.0,74.0,12.0,364.0,2056,SQLAlchemy database migrations for Flask applications using Alembic.,45.0,31,True,['flask'],2021-08-01 10:46:46.000,3.1.0,39.0,,1024010.0,conda-forge/flask-migrate,flask-migrate,9537.0,,https://pypi.org/project/flask-migrate,2021-08-01 10:46:46.000,9537.0,1021583.0,https://anaconda.org/conda-forge/flask-migrate,2022-03-17 13:52:10.293,165077.0,1.0,,,,,,,,,,,,,,,,,, +202,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,2022-04-03 04:20:01.000,2021-11-12 16:42:57,1091.0,,266,47.0,177.0,106.0,278.0,1980,Automated image processing for Django. Currently v4.0.,73.0,31,True,['django'],2021-12-17 07:00:32.000,4.1.0,40.0,66.0,87054.0,,django-imagekit,7294.0,6270.0,https://pypi.org/project/django-imagekit,2021-11-02 06:57:52.000,1024.0,87053.0,,,,2.0,,,,,,,,,,,,,,,,,, +203,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2022-06-02 12:55:44.000,2022-06-02 12:55:25,3885.0,315.0,110,56.0,302.0,15.0,321.0,1783,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,78.0,31,True,,2022-06-02 10:50:25.000,4.14.3,299.0,14.0,6568.0,,masonite,476.0,413.0,https://pypi.org/project/masonite,2022-06-02 10:51:43.000,63.0,6568.0,,,,3.0,,,,,,,,,,,,,,,,,, +204,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,2022-05-11 13:00:20.000,2022-05-11 12:28:16,615.0,7.0,293,33.0,237.0,31.0,217.0,1460,Dynamic Django settings.,131.0,31,True,['django'],2022-05-11 13:00:20.000,2.9.0,28.0,,154585.0,,django-constance,1333.0,1056.0,https://pypi.org/project/django-constance,2022-05-11 13:00:20.000,277.0,154585.0,,,,2.0,,,,,,,,,,,,,,,,,, +205,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2022-05-22 19:13:06.000,2022-05-22 19:13:06,385.0,9.0,152,41.0,176.0,36.0,127.0,1041,ASGI specification and utilities.,71.0,31,True,,2022-05-16 20:39:27.000,3.5.2,58.0,,14482651.0,conda-forge/asgiref,asgiref,1135.0,,https://pypi.org/project/asgiref,2022-05-16 20:39:27.000,1135.0,14468962.0,https://anaconda.org/conda-forge/asgiref,2022-05-17 01:49:27.680,602332.0,2.0,,,,,,,,,,,,,,,,,, +206,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,2022-06-02 09:06:45.000,2022-06-02 09:06:43,1058.0,20.0,248,41.0,316.0,23.0,136.0,960,Bootstrap 4 integration with Django.,138.0,31,True,['django'],2021-05-20 08:44:02.000,3.0.1,22.0,,127796.0,conda-forge/django-bootstrap4,django-bootstrap4,60851.0,59859.0,https://pypi.org/project/django-bootstrap4,2022-03-07 10:16:50.000,992.0,127453.0,https://anaconda.org/conda-forge/django-bootstrap4,2021-10-20 17:13:15.114,17534.0,2.0,,,,,,,,,,,,,,,,,, +207,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,2022-03-08 16:30:47.000,2021-10-28 12:22:27,555.0,,152,22.0,169.0,75.0,100.0,844,A toolbelt of useful classes and functions to be used with python-requests.,61.0,31,True,,2019-01-30 01:29:52.000,0.9.1,18.0,,26859708.0,conda-forge/requests-toolbelt,requests-toolbelt,5053.0,,https://pypi.org/project/requests-toolbelt,2019-01-30 01:29:52.000,5053.0,26848563.0,https://anaconda.org/conda-forge/requests-toolbelt,2019-01-30 10:52:02.782,835889.0,3.0,,,,,,,,,,,,,,,,,, +208,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2022-04-11 07:50:00.000,2021-04-15 22:45:55,618.0,,166,41.0,88.0,45.0,121.0,699,A network address manipulation library for Python.,46.0,31,False,,2021-12-15 14:06:46.311,0.7.9,29.0,,3148638.0,conda-forge/netaddr,netaddr,22072.0,17297.0,https://pypi.org/project/netaddr,2020-07-03 14:43:51.000,4775.0,3146627.0,https://anaconda.org/conda-forge/netaddr,2017-09-16 17:36:03.062,142813.0,2.0,,,,,,,,,,,,,,,,,, +209,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,2022-06-02 10:00:43.000,2022-05-31 14:45:29,1588.0,33.0,213,7.0,1399.0,23.0,277.0,604,Extensions for Python Markdown.,35.0,31,True,,2022-04-25 00:00:38.000,9.4,60.0,,757976.0,conda-forge/pymdown-extensions,pymdown-extensions,901.0,,https://pypi.org/project/pymdown-extensions,2022-04-25 00:01:44.000,901.0,756185.0,https://anaconda.org/conda-forge/pymdown-extensions,2022-05-25 23:10:51.372,66276.0,2.0,,,,,,,,,,,,,,,,,, +210,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-3-Clause,2014-09-29 23:44:25.000,2022-05-31 02:19:31.000,2022-05-31 02:19:29,400.0,26.0,80,18.0,111.0,25.0,37.0,310,Terminals served by tornado websockets.,42.0,31,True,,2022-05-16 13:55:18.000,0.15.0,30.0,59.0,10947079.0,conda-forge/terminado,terminado,6931.0,,https://pypi.org/project/terminado,2022-05-16 13:55:11.000,6931.0,10864744.0,https://anaconda.org/conda-forge/terminado,2022-05-17 12:51:00.045,6092749.0,2.0,,,,,,,,,,,,,,,,,, +211,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2019-06-23 04:27:05.225,2022-05-31 16:18:29.000,2022-05-31 16:18:28,357.0,4.0,53,21.0,423.0,12.0,97.0,262,A minimal HTTP client.,28.0,31,True,,2022-05-17 12:45:53.000,0.15.0,45.0,,8867430.0,conda-forge/httpcore,httpcore,12055.0,11973.0,https://pypi.org/project/httpcore,2022-05-17 12:45:53.000,82.0,8863578.0,https://anaconda.org/conda-forge/httpcore,2022-05-17 16:19:36.752,138674.0,3.0,,,,,,,,,,,,,,,,,, +212,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,2022-06-02 14:00:25.000,2022-05-31 09:53:23,11517.0,12.0,5796,420.0,5344.0,3170.0,3364.0,14466,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",1207.0,30,True,['openapi'],2022-04-12 18:53:16.000,3.0.34,80.0,,,,,,,,,,,,,,3.0,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,, +213,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,2022-06-02 02:49:03.000,2022-06-02 02:49:02,5947.0,93.0,2413,195.0,2665.0,120.0,937.0,9403,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,352.0,30,True,['django'],2022-06-02 02:49:04.000,2022.06.01,100.0,,60.0,,cookiecutter-django,18.0,17.0,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,60.0,,,,3.0,,,,,,,,,,,,,,,,,, +214,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,2022-05-27 00:45:25.000,2021-02-12 03:30:48,1131.0,,2069,334.0,211.0,167.0,456.0,8791,Script for downloading Coursera.org videos and naming them.,85.0,30,False,,2019-12-16 20:45:01.000,0.11.5,12.0,,1577.0,conda-forge/coursera-dl,coursera-dl,203.0,189.0,https://pypi.org/project/coursera-dl,2019-12-16 20:45:01.000,14.0,1305.0,https://anaconda.org/conda-forge/coursera-dl,2019-11-20 13:24:57.856,18246.0,3.0,,,,,,,,,,,,,,,,,, +215,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2022-05-16 00:21:24.000,2022-05-02 22:08:44,1527.0,74.0,298,78.0,449.0,239.0,367.0,3577,The lektor static file content management system.,90.0,30,True,,2022-05-02 22:05:52.000,3.3.4,30.0,6987.0,2526.0,conda-forge/lektor,lektor,84.0,,https://pypi.org/project/lektor,2022-05-02 22:01:49.000,84.0,1674.0,https://anaconda.org/conda-forge/lektor,2020-08-27 20:53:04.977,51950.0,3.0,,,,,,,,,,,,,,,,,, +216,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,2021-07-07 20:02:26.000,2018-02-12 06:35:04,352.0,,1044,216.0,113.0,75.0,81.0,2944,"A fully tested, abstract interface to creating OAuth clients and servers.",42.0,30,False,,2019-06-28 17:57:45.000,1.1.1,13.0,,63407.0,conda-forge/python-oauth2,python-oauth2,9487.0,9391.0,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,61966.0,https://anaconda.org/conda-forge/python-oauth2,2019-06-28 21:19:03.608,85026.0,2.0,,,,,,,,,,,,,,,,,, +217,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-02-16 17:08:41.000,2022-02-16 17:08:41,739.0,,547,157.0,163.0,48.0,232.0,2769,Python Twitter API.,93.0,30,True,,2021-06-18 10:39:53.000,1.19.3,55.0,,43871.0,,twitter,4559.0,3504.0,https://pypi.org/project/twitter,2022-01-17 14:29:30.000,1055.0,43871.0,,,,3.0,,,,,,,,,,,,,,,,,, +218,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,2021-10-14 16:24:30.000,2020-01-13 15:25:46,731.0,,515,116.0,249.0,381.0,249.0,2624,"Fully featured framework for fast, easy and documented API development with Flask.",89.0,30,False,['flask'],2019-08-12 21:51:40.000,0.13.0,35.0,,356832.0,conda-forge/flask-restplus,flask-restplus,12777.0,11799.0,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,978.0,353879.0,https://anaconda.org/conda-forge/flask-restplus,2021-07-06 15:08:02.758,200805.0,3.0,,,,,,,,,,,,,,,,,, +219,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:33:28.522,2019-06-04 18:10:32,801.0,,612,65.0,339.0,169.0,366.0,2562,Swagger Documentation Generator for Django REST Framework: deprecated.,93.0,30,False,['django'],2018-04-30 20:02:25.000,2.2.0,50.0,,335695.0,,django-rest-swagger,15639.0,13567.0,https://pypi.org/project/django-rest-swagger,2018-04-30 19:59:57.000,2072.0,335695.0,,,,3.0,,,,,,,,,,,,,,,,,, +220,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,2022-05-12 19:59:55.000,2020-01-10 15:34:53,764.0,,640,115.0,166.0,314.0,339.0,2159,Modern theme for Django admin interface.,60.0,30,False,['django'],2019-10-02 08:36:30.000,0.2.28,46.0,,63170.0,,django-suit,3888.0,2847.0,https://pypi.org/project/django-suit,2021-12-15 16:10:08.782,1041.0,63170.0,,,,2.0,,,,,,,,,,,,,,,,,, +221,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2022-02-07 17:07:57.000,2021-12-20 02:09:05,193.0,,267,49.0,56.0,6.0,70.0,2040,Python One-Time Password Library.,36.0,30,True,,2021-02-04 19:47:49.000,2.6.0,21.0,158.0,1724537.0,conda-forge/pyotp,pyotp,5484.0,4938.0,https://pypi.org/project/pyotp,2021-02-04 19:47:49.000,546.0,1724086.0,https://anaconda.org/conda-forge/pyotp,2021-02-04 21:15:23.858,17534.0,2.0,,,,,,,,,,,,,,,,,, +222,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,2022-05-25 18:49:03.000,2022-02-16 02:10:15,334.0,,257,44.0,133.0,22.0,132.0,2004,Django friendly finite state machine support.,64.0,30,True,['django'],2022-03-25 12:30:10.000,2.8.0,22.0,,244351.0,conda-forge/django-fsm,django-fsm,1415.0,1085.0,https://pypi.org/project/django-fsm,2021-11-05 06:22:51.000,330.0,244007.0,https://anaconda.org/conda-forge/django-fsm,2019-12-07 18:24:17.995,19972.0,3.0,,,,,,,,,,,,,,,,,, +223,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2022-05-14 11:40:41.000,2021-11-05 14:27:35,681.0,,249,41.0,224.0,89.0,141.0,1956,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,104.0,30,True,,2021-08-16 19:35:31.000,1.1.4,59.0,,426044.0,conda-forge/httpretty,httpretty,8879.0,6146.0,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2733.0,423628.0,https://anaconda.org/conda-forge/httpretty,2021-08-16 20:48:49.567,181207.0,2.0,,,,,,,,,,,,,,,,,, +224,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,2022-06-02 04:01:13.000,2022-05-31 06:09:05,816.0,50.0,440,50.0,840.0,44.0,221.0,1910,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,17.0,30,True,,2022-05-23 07:46:51.000,2.4.2,33.0,270.0,89329.0,,proxy.py,117.0,101.0,https://pypi.org/project/proxy.py,2022-05-23 07:46:11.000,16.0,89291.0,,,,3.0,,,,,,,,,,,,,,,,,, +225,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2022-05-11 21:02:50.000,2021-09-18 13:29:34,295.0,,206,62.0,65.0,107.0,113.0,1875,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,28.0,30,True,,,,46.0,,462222.0,conda-forge/js2py,js2py,9574.0,9431.0,https://pypi.org/project/js2py,2021-04-01 18:29:44.000,143.0,462067.0,https://anaconda.org/conda-forge/js2py,2021-04-09 07:12:53.147,3877.0,3.0,,,,,,,,,,,,,,,,,, +226,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2021-07-17 00:06:56.130,2021-07-16 22:33:17,853.0,,396,100.0,221.0,21.0,304.0,1832,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",103.0,30,True,,2021-07-16 22:38:58.000,3.9.1,61.0,,145170.0,conda-forge/twython,twython,6337.0,5181.0,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1156.0,141040.0,https://anaconda.org/conda-forge/twython,2021-07-17 00:06:56.130,251952.0,3.0,,,,,,,,,,,,,,,,,, +227,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,2022-01-13 10:53:21.000,2022-01-13 10:48:20,187.0,,121,44.0,42.0,37.0,48.0,1724,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",27.0,30,True,['django'],2022-01-13 10:53:21.000,1.4.12,21.0,,268126.0,,django-widget-tweaks,27356.0,25132.0,https://pypi.org/project/django-widget-tweaks,2022-01-13 10:53:21.000,2224.0,268126.0,,,,3.0,,,,,,,,,,,,,,,,,, +228,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,2022-05-08 09:57:42.000,2022-05-08 09:55:15,147.0,4.0,95,26.0,28.0,1.0,46.0,1660,"A generator library for concise, unambiguous and URL-safe UUIDs.",24.0,30,True,,2022-05-08 09:57:42.000,1.0.9,22.0,,7317425.0,conda-forge/shortuuid,shortuuid,1021.0,,https://pypi.org/project/shortuuid,2022-05-08 09:57:42.000,1021.0,7313754.0,https://anaconda.org/conda-forge/shortuuid,2022-02-05 10:22:29.429,165195.0,2.0,,,,,,,,,,,,,,,,,, +229,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,2022-06-02 02:00:05.000,2022-05-27 05:23:53,1184.0,3.0,197,32.0,131.0,26.0,277.0,1603,A slick ORM cache with automatic granular event-driven invalidation.,62.0,30,True,['django'],2020-07-09 09:35:18.000,5.0.1,59.0,,133098.0,,django-cacheops,794.0,698.0,https://pypi.org/project/django-cacheops,2022-05-27 05:54:11.000,96.0,133098.0,,,,3.0,,,,,,,,,,,,,,,,,, +230,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,2021-01-25 19:17:07.000,2020-04-23 15:22:46,932.0,,474,65.0,350.0,137.0,390.0,1576,Quick and simple security for Flask applications.,127.0,30,False,['flask'],2017-06-14 13:28:38.000,3.0.0,26.0,,59911.0,conda-forge/flask-security,flask-security,7466.0,6113.0,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1353.0,59344.0,https://anaconda.org/conda-forge/flask-security,2017-09-18 17:08:03.109,35165.0,1.0,,,,,,,,,,,,,,,,,, +231,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,2022-04-12 06:26:18.000,2022-01-24 03:07:57,565.0,,249,27.0,243.0,66.0,230.0,1520,A simple app that provides django integration for RQ (Redis Queue).,106.0,30,True,['django'],2021-11-22 00:40:45.000,2.5.1,46.0,,116481.0,,django-rq,2316.0,1890.0,https://pypi.org/project/django-rq,2021-11-22 00:39:54.000,426.0,116481.0,,,,3.0,,,,,,,,,,,,,,,,,, +232,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,2022-05-27 15:11:20.000,2021-12-14 02:14:43,144.0,,188,38.0,51.0,35.0,31.0,1271,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",31.0,30,True,,2020-08-23 06:05:26.000,2.2.0,12.0,,2498232.0,conda-forge/user-agents,user-agents,4750.0,4279.0,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,471.0,2497747.0,https://anaconda.org/conda-forge/user-agents,2020-08-24 16:33:13.933,33958.0,3.0,,,,,,,,,,,,,,,,,, +233,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2021-12-15 13:49:44.321,2020-02-22 08:36:44,368.0,,259,36.0,105.0,12.0,151.0,1130,A reusable Django model field for storing ad-hoc JSON data.,50.0,30,False,['django'],2020-02-22 08:42:29.000,3.1.0,34.0,96.0,415012.0,,jsonfield,11716.0,9396.0,https://pypi.org/project/jsonfield,2021-12-15 13:49:44.321,2320.0,415011.0,,,,3.0,,,,,,,,,,,,,,,,,, +234,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,2022-04-10 03:23:56.000,2022-04-06 04:44:52,615.0,9.0,229,19.0,129.0,18.0,239.0,1123,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",46.0,30,True,['django'],2022-03-01 02:49:10.000,7.3.1,60.0,,380398.0,,django-countries,1539.0,,https://pypi.org/project/django-countries,2022-03-01 02:49:10.000,1539.0,380398.0,,,,3.0,,,,,,,,,,,,,,,,,, +235,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,2022-04-04 16:27:05.000,2022-02-09 16:41:24,650.0,,197,30.0,168.0,52.0,75.0,1105,A JOSE implementation in Python.,49.0,30,True,,2021-06-05 03:30:38.000,3.3.0,38.0,,5566491.0,conda-forge/python-jose,python-jose,661.0,,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,661.0,5545659.0,https://anaconda.org/conda-forge/python-jose,2021-06-26 10:05:59.498,958280.0,2.0,,,,,,,,,,,,,,,,,, +236,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2022-05-31 01:22:10.133,2022-05-30 21:51:53,953.0,32.0,147,37.0,172.0,13.0,192.0,1083,Waitress - A WSGI server for Python 2 and 3.,45.0,30,False,,2022-05-30 21:53:26.000,2.1.2,49.0,,2352077.0,conda-forge/waitress,waitress,3510.0,,https://pypi.org/project/waitress,2022-05-30 21:46:19.000,3510.0,2350878.0,https://anaconda.org/conda-forge/waitress,2022-05-31 01:22:10.133,58761.0,3.0,,,,,,,,,,,,,,,,,, +237,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2022-04-09 05:58:00.632,2022-02-22 18:41:30,85.0,,65,43.0,36.0,7.0,37.0,1051,Fast HTTP parser.,13.0,30,True,,2022-02-22 18:55:52.000,0.4.0,19.0,,4630911.0,conda-forge/httptools,httptools,20982.0,20442.0,https://pypi.org/project/httptools,2022-02-22 18:55:52.000,540.0,4624079.0,https://anaconda.org/conda-forge/httptools,2022-04-09 05:58:00.632,382609.0,3.0,,,,,,,,,,,,,,,,,, +238,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,2022-05-29 13:44:25.000,2022-05-29 13:44:15,1879.0,18.0,258,42.0,123.0,44.0,216.0,975,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,65.0,30,True,,2022-02-11 07:29:34.000,2022.02.11,43.0,110.0,3296875.0,,imdbpy,122.0,,https://pypi.org/project/imdbpy,2021-04-18 11:23:35.000,122.0,3296868.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,, +239,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,2022-06-02 13:20:43.000,2022-06-02 13:20:42,397.0,8.0,240,23.0,256.0,34.0,155.0,911,A feature flipper for Django.,109.0,30,True,['django'],2022-03-28 23:22:58.000,2.4.1,42.0,,282182.0,conda-forge/django-waffle,django-waffle,1106.0,766.0,https://pypi.org/project/django-waffle,2022-03-28 23:22:58.000,340.0,281949.0,https://anaconda.org/conda-forge/django-waffle,2022-03-29 13:55:27.202,4901.0,3.0,,,,,,,,,,,,,,,,,, +240,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2022-02-14 12:00:43.000,2021-05-01 12:22:50,1418.0,,256,20.0,251.0,66.0,232.0,907,Asset management for Python web development.,157.0,30,False,,2017-01-08 13:48:21.000,0.12.1,14.0,,179962.0,conda-forge/webassets,webassets,7380.0,5675.0,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1705.0,179310.0,https://anaconda.org/conda-forge/webassets,2019-12-24 13:40:58.186,45032.0,3.0,,,,,,,,,,,,,,,,,, +241,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2022-05-08 17:04:25.000,2022-05-02 15:20:44,976.0,14.0,164,29.0,238.0,45.0,503.0,868,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",53.0,30,True,,2022-05-02 14:40:59.000,1.22.1,142.0,,138670.0,,tavern,320.0,297.0,https://pypi.org/project/tavern,2022-05-02 14:40:59.000,23.0,138670.0,,,,2.0,,,,,,,,,,,,,,,,,, +242,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/flask-debugtoolbar/flask-debugtoolbar,https://github.com/flask-debugtoolbar/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000,2022-04-01 20:32:48.000,2022-04-01 20:32:48,274.0,15.0,126,16.0,79.0,45.0,66.0,838,A toolbar overlay for debugging Flask applications.,41.0,30,True,['flask'],2022-03-29 22:45:35.000,0.13.1,26.0,,105931.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,20437.0,17465.0,https://pypi.org/project/flask-debugtoolbar,2022-03-29 22:36:44.000,2972.0,105182.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2022-03-30 02:13:06.339,51706.0,2.0,,,,,,,,,,,,,,,,,, +243,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,2022-05-27 23:10:59.000,2022-05-26 19:20:41,351.0,2.0,115,10.0,179.0,37.0,101.0,785,Cross Origin Resource Sharing ( CORS ) support for Flask.,40.0,30,True,['flask'],2021-01-06 00:25:41.000,3.0.10,42.0,,4267998.0,conda-forge/flask-cors,flask-cors,163289.0,155333.0,https://pypi.org/project/flask-cors,2021-01-06 00:25:41.000,7956.0,4258769.0,https://anaconda.org/conda-forge/flask-cors,2021-05-30 14:07:35.715,636866.0,1.0,,,,,,,,,,,,,,,,,, +244,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,2022-05-20 08:24:07.000,2022-04-06 12:56:28,581.0,4.0,118,32.0,154.0,43.0,60.0,774,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,43.0,30,True,,2020-05-07 21:28:33.000,1.6.0,20.0,,1153132.0,conda-forge/parsel,parsel,21822.0,20256.0,https://pypi.org/project/parsel,2020-05-07 20:46:55.000,1566.0,1151855.0,https://anaconda.org/conda-forge/parsel,2020-06-02 18:37:07.000,33202.0,2.0,,,,,,,,,,,,,,,,,, +245,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,2022-04-05 03:59:51.000,2022-04-05 03:58:40,119.0,20.0,57,11.0,44.0,1.0,41.0,304,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,25.0,30,True,['flask'],2022-04-05 03:59:51.000,1.0.1,16.0,,947797.0,conda-forge/flask-bcrypt,flask-bcrypt,40065.0,37101.0,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2964.0,947416.0,https://anaconda.org/conda-forge/flask-bcrypt,2018-10-22 23:50:17.511,27074.0,1.0,,,,,,,,,,,,,,,,,, +246,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2016-07-05 15:04:03.129,2022-05-29 15:36:04.000,2022-05-13 12:48:40,909.0,7.0,38,10.0,32.0,66.0,265.0,197,Mako Templates for Python.,56.0,30,True,,2022-03-10 20:58:23.000,rel_1_2_0,62.0,,21954819.0,conda-forge/mako,mako,14137.0,,https://pypi.org/project/mako,2022-03-10 20:52:57.000,14137.0,21911915.0,https://anaconda.org/conda-forge/mako,2022-04-04 18:31:56.963,3046208.0,3.0,,,,,,,,,,,,,,,,,, +247,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2022-05-10 22:02:18.000,2022-05-10 22:02:17,218.0,4.0,70,16.0,57.0,3.0,61.0,188,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,20.0,30,True,,,,26.0,,198740929.0,conda-forge/idna,idna,37671.0,,https://pypi.org/project/idna,2021-10-12 23:33:38.000,37671.0,198479943.0,https://anaconda.org/conda-forge/idna,2022-01-17 15:34:09.394,18269080.0,3.0,,,,,,,,,,,,,,,,,, +248,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,2022-05-31 02:43:25.000,2022-05-31 02:43:25,2115.0,68.0,1948,306.0,691.0,40.0,373.0,8034,Web path scanner.,88.0,29,True,,2021-09-13 04:20:21.000,0.4.2,17.0,,1253.0,,dirsearch,13.0,13.0,https://pypi.org/project/dirsearch,2021-06-17 05:18:52.000,,1253.0,,,,2.0,,,,,,,,,,,,,,,,,, +249,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,2022-03-03 23:11:12.000,2019-05-21 18:24:10,156.0,,1959,201.0,98.0,121.0,165.0,7968,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,38.0,29,False,,2019-05-21 18:28:03.000,2.8.0,40.0,,65499.0,,google_images_download,109.0,,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,65499.0,,,,3.0,,,,,,,,,,,,,,,,,, +250,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2022-03-30 18:08:08.000,2022-03-30 18:00:12,575.0,6.0,401,75.0,101.0,92.0,184.0,5654,Preview GitHub README.md files locally before committing them.,39.0,29,True,,2022-03-30 18:06:59.000,4.6.1,26.0,,20376.0,,grip,1178.0,1035.0,https://pypi.org/project/grip,2022-03-30 18:06:59.000,143.0,20376.0,,,,3.0,,,,,,,,,,,,,,,,,, +251,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,2022-06-01 20:11:24.000,2022-06-01 20:05:45,3737.0,159.0,501,112.0,188.0,543.0,1767.0,4962,Command-line program to download image galleries and collections from several image hosting sites.,62.0,29,True,,2022-05-25 18:33:52.000,1.22.0,117.0,197239.0,16796.0,,gallery-dl,5.0,,https://pypi.org/project/gallery-dl,2022-05-25 18:30:38.000,5.0,13563.0,,,,3.0,,,,,,,,,,,,,,,,,, +252,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2022-06-02 01:19:53.000,2022-05-24 01:53:01,1312.0,38.0,713,165.0,393.0,32.0,302.0,3139,WeChat SDK for Python.,96.0,29,True,,2021-11-11 15:12:31.000,1.8.18,136.0,,3991.0,,wechatpy,126.0,,https://pypi.org/project/wechatpy,2022-03-27 15:47:10.000,126.0,3991.0,,,,3.0,,,,,,,,,,,,,,,,,, +253,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2022-05-31 14:26:38.000,2022-05-31 14:25:16,2839.0,312.0,1072,141.0,253.0,347.0,708.0,2967,HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.,33.0,29,True,,2022-05-31 14:27:50.000,4.1.1,143.0,540.0,5323.0,,httprunner,7.0,1.0,https://pypi.org/project/httprunner,2022-05-29 05:48:38.000,6.0,5313.0,,,,2.0,,,,,,,,,,,,,,,,,, +254,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2022-05-26 17:12:44.000,2022-05-10 14:15:58,1196.0,28.0,530,79.0,163.0,67.0,497.0,2932,WebRTC and ORTC implementation for Python using asyncio.,24.0,29,True,,2022-03-11 14:40:07.000,1.3.1,47.0,,40301.0,,aiortc,21.0,,https://pypi.org/project/aiortc,2022-04-17 14:22:13.000,21.0,40301.0,,,,3.0,,,,,,,,,,,,,,,,,, +255,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,2022-04-08 09:00:09.000,2021-02-28 18:04:57,5402.0,,929,164.0,500.0,83.0,292.0,2825,A Django based shop system.,95.0,29,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,6940.0,,django-shop,288.0,203.0,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,6940.0,,,,3.0,,,,,,,,,,,,,,,,,, +256,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/hellysmile/fake-useragent,https://github.com/hellysmile/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000,2022-02-12 20:52:38.000,2020-09-22 17:19:03,167.0,,458,66.0,40.0,49.0,52.0,2735,up to date simple useragent faker with real world database.,7.0,29,False,,2018-10-04 15:02:12.000,0.1.11,21.0,,1391349.0,conda-forge/fake-useragent,fake-useragent,16154.0,15306.0,https://pypi.org/project/fake-useragent,2018-10-04 15:02:12.000,848.0,1391174.0,https://anaconda.org/conda-forge/fake-useragent,2021-06-25 12:14:04.093,2110.0,3.0,,,,,,,,,,,,,,,,,, +257,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,2022-05-14 17:29:32.000,2022-05-14 17:29:08,1786.0,27.0,409,142.0,109.0,24.0,438.0,2731,Fast and powerful SSL/TLS scanning library.,63.0,29,True,,2022-05-14 12:17:29.000,5.0.5,63.0,95779.0,235061.0,,sslyze,24.0,,https://pypi.org/project/sslyze,2022-05-14 12:16:30.000,24.0,234032.0,,,,3.0,,,,,,,,,,,,,,,,,, +258,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2022-05-29 08:25:23.000,2022-04-20 15:54:54,2076.0,11.0,359,114.0,391.0,302.0,554.0,2436,A simple CalDAV (calendar) and CardDAV (contact) server.,93.0,29,True,,2022-04-20 16:06:33.000,3.1.7,57.0,,8192.0,,radicale,154.0,111.0,https://pypi.org/project/radicale,2022-04-20 16:12:24.000,43.0,8192.0,,,,3.0,,,,,,,,,,,,,,,,,, +259,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,2022-03-26 05:54:49.000,2022-03-26 05:54:49,546.0,1.0,658,108.0,127.0,89.0,303.0,2412,Pseudo API for Google Trends.,76.0,29,True,,2022-02-02 01:35:32.000,4.8.0,27.0,,116855.0,conda-forge/pytrends,pytrends,1556.0,1493.0,https://pypi.org/project/pytrends,2022-02-02 01:35:32.000,63.0,116728.0,https://anaconda.org/conda-forge/pytrends,2022-02-08 02:20:52.219,2425.0,2.0,,,,,,,,,,,,,,,,,, +260,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2022-05-15 11:38:29.000,2022-05-15 11:38:18,278.0,1.0,252,54.0,37.0,89.0,110.0,2270,Send email in Python conveniently for gmail using yagmail.,31.0,29,True,,2022-01-14 00:28:35.000,0.15.277,102.0,,150320.0,conda-forge/yagmail,yagmail,2707.0,2279.0,https://pypi.org/project/yagmail,2022-01-14 00:28:35.000,428.0,149992.0,https://anaconda.org/conda-forge/yagmail,2022-01-14 03:42:40.624,10510.0,1.0,,,,,,,,,,,,,,,,,, +261,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2022-05-24 05:37:56.000,2022-01-13 07:30:42,864.0,,404,33.0,263.0,141.0,283.0,2109,REST implementation of Django authentication system.,103.0,29,True,['django'],2020-10-30 15:52:25.000,2.1.0,48.0,,118839.0,,djoser,216.0,,https://pypi.org/project/djoser,2020-10-30 15:52:25.000,216.0,118839.0,,,,3.0,,,,,,,,,,,,,,,,,, +262,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,2022-05-20 01:55:15.000,2022-05-20 01:47:39,840.0,2.0,480,75.0,212.0,16.0,280.0,2055,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,109.0,29,True,['django'],2022-05-20 01:48:37.000,1.4.1,37.0,,40726.0,,django-activity-stream,1159.0,823.0,https://pypi.org/project/django-activity-stream,2022-05-20 01:48:37.000,336.0,40726.0,,,,3.0,,,,,,,,,,,,,,,,,, +263,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/groveco/django-sql-explorer,https://github.com/groveco/django-sql-explorer,MIT,2013-12-22 20:58:37.000,2022-05-04 14:35:52.000,2022-05-04 14:35:52,841.0,5.0,314,85.0,231.0,26.0,224.0,2004,Easily share data across your company via SQL queries. From Grove Collab.,90.0,29,True,['django'],2022-03-10 17:51:30.000,2.4.1,28.0,,52332.0,,django-sql-explorer,362.0,288.0,https://pypi.org/project/django-sql-explorer,2022-03-10 17:49:10.000,74.0,52332.0,,,,3.0,,,,,,,,,,,,,,,,,, +264,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2022-03-15 12:39:12.000,2022-03-15 12:31:33,268.0,1.0,304,110.0,50.0,4.0,,1972,A Python module to bypass Cloudflares anti-bot page.,11.0,29,True,,2022-03-15 12:39:12.000,1.2.60,83.0,,3303046.0,,cloudscraper,6705.0,6628.0,https://pypi.org/project/cloudscraper,2022-03-15 12:33:17.000,77.0,3303046.0,,,,2.0,,,,,,,,,,,,,,,,,, +265,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,2022-03-11 15:53:30.000,2021-11-18 21:51:43,693.0,,211,55.0,167.0,3.0,116.0,1805,"Reusable, generic mixins for Django.",77.0,29,True,['django'],2021-11-05 21:41:41.000,1.15.0,31.0,,188702.0,conda-forge/django-braces,django-braces,16242.0,12283.0,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3959.0,188151.0,https://anaconda.org/conda-forge/django-braces,2018-07-08 01:10:50.307,32006.0,3.0,,,,,,,,,,,,,,,,,, +266,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,2020-07-03 04:29:17.000,2020-07-03 04:29:16,356.0,,246,54.0,94.0,30.0,61.0,1614,Full-featured Python interface for the Slack API.,45.0,29,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,864343.0,conda-forge/slacker,slacker,3725.0,2663.0,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1062.0,861482.0,https://anaconda.org/conda-forge/slacker,2020-02-28 19:46:11.049,206036.0,3.0,,,,,,,,,,,,,,,,,, +267,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,2022-04-20 02:54:39.000,2022-03-23 08:52:18,184.0,4.0,119,32.0,65.0,30.0,81.0,1483,"Awesome Django authorization, without the database.",25.0,29,True,['django'],2022-03-23 08:53:01.000,3.3.0,20.0,,90457.0,,rules,964.0,835.0,https://pypi.org/project/rules,2022-03-23 08:54:01.000,129.0,90457.0,,,,3.0,,,,,,,,,,,,,,,,,, +268,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2022-04-05 18:21:09.000,2022-02-22 21:28:40,768.0,,216,24.0,190.0,77.0,120.0,1257,Convert HTML to Markdown-formatted text.,76.0,29,True,,2020-01-16 14:21:52.000,2020.1.16,36.0,,1374718.0,,html2text,2205.0,,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2205.0,1374718.0,,,,3.0,,,,,,,,,,,,,,,,,, +269,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,2022-05-29 22:38:50.710,2022-05-29 14:32:44,170.0,9.0,200,19.0,51.0,9.0,92.0,1088,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",32.0,29,True,['flask'],2022-05-29 14:32:41.000,4.7.0,33.0,,483197.0,conda-forge/flask-httpauth,flask-httpauth,2223.0,,https://pypi.org/project/flask-httpauth,2022-05-29 14:32:41.000,2223.0,481705.0,https://anaconda.org/conda-forge/flask-httpauth,2022-05-29 22:38:50.710,104489.0,3.0,,,,,,,,,,,,,,,,,, +270,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,2021-04-29 13:03:32.000,2021-01-12 18:36:50,1415.0,,172,42.0,195.0,78.0,168.0,1050,HTTP/2 for Python.,43.0,29,False,,2020-08-02 14:24:39.000,0.5.0,18.0,169.0,313484.0,conda-forge/hyper,hyper,1022.0,898.0,https://pypi.org/project/hyper,2016-09-27 12:58:42.000,124.0,313130.0,https://anaconda.org/conda-forge/hyper,2018-12-02 11:42:05.815,18726.0,3.0,,,,,,,,,,,,,,,,,, +271,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,2022-05-29 11:10:52.000,2022-03-09 18:46:07,381.0,3.0,199,37.0,97.0,64.0,66.0,1010,A Redis cache backend for django.,46.0,29,True,['django'],2020-10-15 00:17:01.000,3.0.0,52.0,,173953.0,conda-forge/django-redis-cache,django-redis-cache,4458.0,3300.0,https://pypi.org/project/django-redis-cache,2020-10-15 00:17:01.000,1158.0,173377.0,https://anaconda.org/conda-forge/django-redis-cache,2022-03-09 23:27:44.398,43251.0,3.0,,,,,,,,,,,,,,,,,, +272,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,2022-05-08 16:33:47.000,2022-04-17 14:19:42,841.0,6.0,177,16.0,153.0,123.0,141.0,947,Authentication for Django Rest Framework.,159.0,29,True,['django'],2022-03-30 04:14:44.000,2.2.4,37.0,192.0,101764.0,conda-forge/dj-rest-auth,dj-rest-auth,3146.0,3139.0,https://pypi.org/project/dj-rest-auth,2022-03-30 04:12:19.000,7.0,101492.0,https://anaconda.org/conda-forge/dj-rest-auth,2022-03-30 09:28:29.454,2922.0,3.0,,,,,,,,,,,,,,,,,, +273,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,2022-05-16 20:47:19.000,2021-10-22 14:38:03,379.0,,236,22.0,115.0,93.0,133.0,871,Django test runner using nose.,63.0,29,True,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,265683.0,,django-nose,12756.0,8355.0,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4401.0,265683.0,,,,2.0,,,,,,,,,,,,,,,,,, +274,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,2022-06-01 13:04:34.000,2022-05-11 15:16:27,723.0,98.0,107,11.0,201.0,4.0,131.0,861,Rate Limiting extension for Flask.,36.0,29,True,['flask'],2022-04-22 12:10:09.000,2.4.5.1,76.0,6.0,293885.0,,flask-limiter,3994.0,3617.0,https://pypi.org/project/flask-limiter,2022-04-22 12:09:48.000,377.0,293882.0,,,,2.0,,,,,,,,,,,,,,,,,, +275,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,2021-09-23 04:45:19.000,2020-12-28 20:43:21,655.0,,243,30.0,201.0,56.0,200.0,802,MongoEngine flask extension with WTF model forms support.,82.0,29,False,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,92832.0,,flask-mongoengine,9060.0,7648.0,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1412.0,92832.0,,,,2.0,,,,,,,,,,,,,,,,,, +276,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,2022-05-27 19:23:51.000,2022-05-27 19:23:51,457.0,13.0,186,21.0,196.0,61.0,197.0,594,Management commands to help backup and restore your project database and media files.,56.0,29,True,['django'],2020-04-14 18:27:39.000,3.3.0,41.0,,40790.0,,django-dbbackup,1150.0,993.0,https://pypi.org/project/django-dbbackup,2021-12-24 13:17:37.000,157.0,40790.0,,,,3.0,,,,,,,,,,,,,,,,,, +277,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,2020-03-28 02:40:44.000,2014-11-04 19:45:41,236.0,,151,26.0,79.0,94.0,44.0,539,Flask-Mail adds SMTP mail sending to your Flask applications.,29.0,29,False,,2014-09-28 23:35:22.000,0.9.1,27.0,,394342.0,conda-forge/flask-mail,flask-mail,53784.0,49857.0,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3927.0,393087.0,https://anaconda.org/conda-forge/flask-mail,2018-07-12 05:02:17.778,87874.0,1.0,,,,,,,,,,,,,,,,,, +278,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,MPL-2.0,2011-10-12 13:17:51.000,2022-01-25 16:27:00.000,2022-01-25 16:27:00,1158.0,,155,23.0,335.0,44.0,190.0,375,Build Web Services with Pyramid.,121.0,29,True,['pyramid'],2022-01-07 13:41:40.000,6.0.1,57.0,,35661.0,anaconda/cornice,cornice,1091.0,731.0,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,360.0,35587.0,https://anaconda.org/anaconda/cornice,2021-10-05 11:52:51.258,5715.0,3.0,,,,,,,,,,,,,,,,,, +279,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,2022-04-24 14:20:19.000,2022-04-24 14:20:19,197.0,45.0,47,6.0,83.0,5.0,43.0,178,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,33.0,29,True,['flask'],2022-04-05 04:10:17.000,1.1.1,29.0,,88316.0,conda-forge/flask-seasurf,flask-seasurf,2165.0,1901.0,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,87184.0,https://anaconda.org/conda-forge/flask-seasurf,2022-04-05 08:40:51.518,78135.0,2.0,,,,,,,,,,,,,,,,,, +280,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,2022-05-31 17:32:38.000,2022-03-30 17:33:43,366.0,1.0,1284,216.0,132.0,411.0,246.0,6246,Scrapes an instagram users photos and videos.,60.0,28,True,,2022-02-24 08:39:39.000,1.10.6,73.0,,18628.0,,instagram-scraper,26.0,,https://pypi.org/project/instagram-scraper,2022-02-24 08:39:39.000,26.0,18628.0,,,,3.0,,,,,,,,,-3.0,,,,,,,,, +281,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,2022-02-24 05:00:58.000,2021-08-31 09:48:33,768.0,,423,173.0,374.0,59.0,289.0,5608,The Web API toolkit.,89.0,28,True,['openapi'],2019-04-03 08:12:14.000,0.7.2,94.0,,11735.0,conda-forge/apistar,apistar,847.0,681.0,https://pypi.org/project/apistar,2019-04-03 08:12:14.000,166.0,9809.0,https://anaconda.org/conda-forge/apistar,2019-04-03 08:38:52.532,96343.0,3.0,,,,,,,,,,,,,,,,,, +282,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,2022-05-19 15:57:47.000,2019-04-03 03:05:04,1296.0,,1429,280.0,166.0,384.0,197.0,4650,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",51.0,28,False,,2019-12-09 13:36:33.000,2.0.3,3.0,,70.0,,xadmin2,767.0,767.0,https://pypi.org/project/xadmin2,2019-12-09 13:36:33.000,,70.0,,,,2.0,,,,,,,,,,,,,,,,,, +283,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2022-06-02 16:05:13.000,2022-06-02 16:05:13,77084.0,3696.0,806,217.0,18766.0,60.0,257.0,4565,Malicious traffic detection system.,34.0,28,True,,2022-05-31 22:11:06.000,0.46,35.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +284,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000,2022-05-31 11:49:59.000,2022-05-30 13:16:30,963.0,43.0,224,59.0,133.0,56.0,383.0,3883,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",39.0,28,True,['openapi'],2022-05-30 13:18:58.000,1.19.0,28.0,52340.0,1137.0,,,25.0,25.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +285,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2022-06-01 13:17:03.000,2022-04-03 09:14:43,3309.0,1.0,296,80.0,1293.0,247.0,574.0,3843,Language-agnostic HTTP API Testing Tool.,110.0,28,True,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,47796.0,,dredd_hooks,1028.0,819.0,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,5456.0,,,,2.0,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,171.0,42340.0,,,,,,,,,,, +286,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,2022-01-18 18:42:34.000,2015-03-29 14:04:10,482.0,,761,199.0,116.0,105.0,92.0,3775,"Html Content / Article Extractor, web scrapping lib in Python.",35.0,28,False,,2022-01-18 18:42:34.000,3.1.11,22.0,,15248.0,,goose3,234.0,211.0,https://pypi.org/project/goose3,2022-01-18 18:42:34.000,23.0,15248.0,,,,2.0,,,,,,,,,,,,,,,,,, +287,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,2022-05-10 22:03:55.000,2017-03-08 18:34:10,4395.0,,372,178.0,142.0,69.0,263.0,3510,IMAP/SMTP sync system with modern APIs.,74.0,28,False,,2022-05-10 22:03:55.000,5.9.0,48.0,,65022.0,,nylas,8.0,,https://pypi.org/project/nylas,2022-05-10 22:03:55.000,8.0,65022.0,,,,2.0,,,,,,,,,,,,,,,,,, +288,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,2021-12-17 16:01:21.000,2021-12-17 16:00:19,208.0,,555,98.0,96.0,46.0,63.0,3207,Scrape the Twitter Frontend API without authentication.,31.0,28,True,,2020-07-17 18:56:19.000,0.4.4,11.0,,23773.0,,twitter-scraper,3864.0,3852.0,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,23773.0,,,,3.0,,,,,,,,,,,,,,,,,, +289,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2022-05-27 12:36:29.000,2022-05-26 13:59:39,898.0,10.0,596,139.0,186.0,25.0,283.0,3066,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,89.0,28,True,,2021-07-22 15:22:25.000,0.10.0,10.0,,54466.0,conda-forge/websockify,websockify,806.0,502.0,https://pypi.org/project/websockify,2021-07-22 15:22:25.000,304.0,52782.0,https://anaconda.org/conda-forge/websockify,2022-04-17 22:46:50.248,38733.0,3.0,,,,,,,,,,,,,,,,,, +290,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2022-05-28 02:28:00.000,2022-05-26 13:29:59,867.0,29.0,277,46.0,45.0,43.0,106.0,3029,Write interactive web app in script way.,14.0,28,True,,2022-05-22 16:26:29.000,1.6.1,26.0,,16860.0,,pywebio,722.0,716.0,https://pypi.org/project/pywebio,2022-05-22 16:26:29.000,6.0,16860.0,,,,2.0,,,,,,,,,,,,,,,,,, +291,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,2022-05-26 12:47:44.000,2022-05-25 21:24:40,592.0,44.0,180,56.0,131.0,105.0,197.0,2977,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",54.0,28,True,,2022-02-03 22:03:40.000,0.17.0,41.0,,36640.0,conda-forge/django-ninja,django-ninja,8.0,,https://pypi.org/project/django-ninja,2022-02-03 22:04:45.000,8.0,36555.0,https://anaconda.org/conda-forge/django-ninja,2022-02-04 16:59:13.878,429.0,3.0,,,,,,,,,,,,,,,,,, +292,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2022-05-12 22:20:17.000,2022-05-12 22:20:16,470.0,3.0,189,77.0,79.0,29.0,124.0,2782,A screamingly fast Python 2/3 WSGI server written in C.,42.0,28,True,,2022-02-14 08:09:52.000,3.2.1,29.0,,24491.0,conda-forge/bjoern,bjoern,591.0,450.0,https://pypi.org/project/bjoern,2022-02-14 08:09:52.000,141.0,22926.0,https://anaconda.org/conda-forge/bjoern,2022-04-19 06:38:19.514,68861.0,3.0,,,,,,,,,,,,,,,,,, +293,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,2022-05-10 16:03:34.000,2022-05-10 16:03:34,390.0,2.0,541,65.0,268.0,140.0,266.0,1951,Send push notifications to mobile devices through GCM or APNS in Django.,92.0,28,True,['django'],2022-02-17 03:24:01.000,3.0.0,16.0,63.0,65210.0,,django-push-notifications,89.0,,https://pypi.org/project/django-push-notifications,2022-02-17 03:20:43.000,89.0,65210.0,,,,3.0,,,,,,,,,,,,,,,,,, +294,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,2022-05-27 12:41:50.605,2022-05-27 07:57:34,597.0,50.0,174,30.0,482.0,2.0,199.0,1948,Ready-to-use and customizable users management for FastAPI.,43.0,28,True,['fastapi'],2022-05-27 07:53:02.000,10.0.6,81.0,,48364.0,conda-forge/fastapi-users,fastapi-users,9.0,,https://pypi.org/project/fastapi-users,2022-05-27 07:53:02.000,9.0,47993.0,https://anaconda.org/conda-forge/fastapi-users,2022-05-27 12:41:50.605,2972.0,3.0,,,,,,,,,,,,,,,,,, +295,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,2021-10-25 20:07:42.000,2021-10-25 20:07:42,99.0,,141,43.0,40.0,18.0,61.0,1926,Asynchronous Python HTTP Requests for Humans using Futures.,26.0,28,True,,2019-06-11 03:22:24.000,1.0.0,10.0,,1084062.0,conda-forge/requests-futures,requests-futures,4990.0,4044.0,https://pypi.org/project/requests-futures,2019-06-11 03:22:24.000,946.0,1082102.0,https://anaconda.org/conda-forge/requests-futures,2020-10-14 02:03:20.044,137251.0,3.0,,,,,,,,,,,,,,,,,, +296,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2020-12-26 21:19:28.000,2015-11-05 16:01:31,386.0,,172,80.0,97.0,33.0,89.0,1594,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",42.0,28,False,,2017-01-22 16:51:43.000,0.7.3,36.0,,170221.0,,rauth,986.0,,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,986.0,170221.0,,,,3.0,,,,,,,,,,,,,,,,,, +297,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2022-05-31 18:37:37.000,2021-03-29 19:19:16,375.0,,179,89.0,166.0,52.0,36.0,1538,Python email address and Mime parsing library.,55.0,28,False,,2021-03-29 19:21:53.000,0.9.14,62.0,,65279.0,,flanker,338.0,246.0,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,92.0,65279.0,,,,2.0,,,,,,,,,,,,,,,,,, +298,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,2022-04-22 20:52:12.000,2021-06-26 12:04:16,1246.0,,202,54.0,292.0,236.0,143.0,1521,A multiprocessing distributed task queue for Django.,62.0,28,True,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,74372.0,,django-q,75.0,,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,75.0,74372.0,,,,3.0,,,,,,,,,,,,,,,,,, +299,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/django-polymorphic/django-polymorphic,https://github.com/django-polymorphic/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2022-05-11 11:44:46.000,2021-11-18 13:07:40,854.0,,238,28.0,207.0,138.0,174.0,1337,Improved Django model inheritance with automatic downcasting.,105.0,28,True,['django'],2021-11-18 11:55:38.000,3.1.0,40.0,,291393.0,conda-forge/django_polymorphic,django-polymorphic,154.0,,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,154.0,290706.0,https://anaconda.org/conda-forge/django_polymorphic,2021-11-18 16:21:32.309,50905.0,3.0,,,,,,,,,,,,,,,,,, +300,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,2021-09-01 12:16:41.000,2021-09-01 12:16:40,265.0,,165,48.0,76.0,12.0,51.0,1321,Browsable web APIs for Flask.,32.0,28,True,['flask'],2021-06-15 21:00:49.000,3.0,32.0,,158250.0,,flask-api,5700.0,5016.0,https://pypi.org/project/flask-api,2021-06-15 20:58:27.000,684.0,158250.0,,,,2.0,,,,,,,,,,,,,,,,,, +301,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,2022-03-11 23:17:16.000,2021-12-11 13:18:36,1530.0,,300,80.0,170.0,22.0,181.0,1243,Let AngularJS play well with Django.,66.0,28,True,['django'],2019-11-26 15:51:32.000,2.2.4,55.0,,10394.0,,django-angular,836.0,593.0,https://pypi.org/project/django-angular,2020-05-05 21:38:28.000,243.0,10394.0,,,,3.0,,,,,,,,,,,,,,,,,, +302,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,2022-05-14 13:55:59.000,2022-05-14 13:55:16,535.0,9.0,117,31.0,40.0,6.0,117.0,1113,djangos default admin interface made customizable. popup windows replaced by modals.,22.0,28,True,['django'],2022-05-14 13:55:59.000,0.19.1,92.0,,42259.0,,django-admin-interface,1682.0,1640.0,https://pypi.org/project/django-admin-interface,2022-05-14 13:55:59.000,42.0,42259.0,,,,2.0,,,,,,,,,,,,,,,,,, +303,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2022-05-10 08:53:14.000,2022-05-10 08:53:14,7043.0,3.0,263,45.0,324.0,73.0,289.0,1048,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,126.0,28,False,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,75806.0,conda-forge/spyne,spyne,565.0,473.0,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,92.0,74992.0,https://anaconda.org/conda-forge/spyne,2022-02-03 05:30:05.668,60268.0,3.0,,,,,,,,,,,,,,,,,, +304,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2022-06-02 08:51:30.000,2022-04-26 16:56:32,802.0,3.0,231,48.0,270.0,70.0,297.0,912,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",61.0,28,True,,2021-08-30 18:54:20.000,1.9.7.2,21.0,,244690.0,conda-forge/dpkt,dpkt,1332.0,1011.0,https://pypi.org/project/dpkt,2021-12-15 13:42:03.674,321.0,243060.0,https://anaconda.org/conda-forge/dpkt,2021-09-06 12:49:11.383,66858.0,3.0,,,,,,,,,,,,,,,,,, +305,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2022-05-17 06:41:52.000,2022-05-17 06:40:55,3992.0,29.0,236,39.0,266.0,27.0,412.0,829,A Django-based CMS with a focus on extensibility and concise code.,135.0,28,True,['django'],2022-05-17 06:41:31.000,22.3.0,105.0,,5027.0,,feincms,163.0,,https://pypi.org/project/feincms,2022-05-17 06:41:31.000,163.0,5027.0,,,,3.0,,,,,,,,,,,,,,,,,, +306,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2022-06-02 06:44:37.000,2022-06-01 05:07:36,2424.0,29.0,123,39.0,389.0,73.0,80.0,804,werkzeug + twisted.web.,51.0,28,True,,2021-08-08 18:33:51.000,21.8.0,18.0,,32457.0,,klein,2017.0,1620.0,https://pypi.org/project/klein,2021-08-08 18:33:51.000,397.0,32457.0,,,,3.0,,,,,,,,,2.0,,,,,,,,, +307,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,2022-05-31 13:48:22.000,2021-11-26 00:50:24,181.0,,147,14.0,93.0,19.0,91.0,381,i18n and l10n support for Flask based on Babel and pytz.,33.0,28,True,['flask'],2020-08-27 03:16:00.000,2.0.0,14.0,,1949154.0,conda-forge/flask-babel,flask-babel,16561.0,13919.0,https://pypi.org/project/flask-babel,2020-08-27 03:14:12.000,2642.0,1947906.0,https://anaconda.org/conda-forge/flask-babel,2020-08-28 13:16:34.928,88645.0,2.0,,,,,,,,,,,,,,,,,, +308,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,2022-05-29 08:12:47.000,2022-05-29 08:12:47,192.0,27.0,65,7.0,140.0,37.0,54.0,268,PEP-484 stubs for django-rest-framework.,43.0,28,True,['django'],2022-05-24 10:07:44.000,1.6.0,13.0,,240771.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,1337.0,1279.0,https://pypi.org/project/djangorestframework-stubs,2022-05-24 10:06:57.000,58.0,240719.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2022-04-12 18:15:20.640,688.0,3.0,,,,,,,,,,,,,,,,,, +309,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,2022-05-30 15:06:18.000,2022-04-12 14:48:31,3393.0,12.0,50,199.0,953.0,57.0,167.0,175,Python AsyncIO data API to manage billions of resources.,54.0,28,True,,2022-04-12 14:48:23.000,6.4.0,597.0,,3500.0,,guillotina,170.0,120.0,https://pypi.org/project/guillotina,2022-04-12 14:48:23.000,50.0,3500.0,,,,3.0,,,,,,,,,,,,,,,,,, +310,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2022-05-26 13:41:54.000,2022-05-26 13:41:53,307.0,11.0,28,5.0,141.0,15.0,94.0,134,A modern CSS selector implementation for BeautifulSoup.,9.0,28,True,,2022-04-14 12:57:02.000,2.3.2.post1,42.0,,48170853.0,conda-forge/soupsieve,soupsieve,2447.0,,https://pypi.org/project/soupsieve,2022-04-14 12:57:59.000,2447.0,48028176.0,https://anaconda.org/conda-forge/soupsieve,2021-12-03 17:00:51.007,5849794.0,2.0,,,,,,,,,,,,,,,,,, +311,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,2022-06-02 15:46:31.000,2022-06-02 10:48:12,3881.0,113.0,882,275.0,2253.0,357.0,1548.0,7459,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",98.0,27,True,,2022-05-26 15:58:25.000,4.0.2,100.0,10879.0,129.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +312,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,2022-01-26 17:56:43.000,2022-01-26 17:56:43,85.0,,336,111.0,48.0,9.0,97.0,4045,Requests + Gevent = 3.,28.0,27,True,,2020-04-05 14:27:35.000,0.6.0,6.0,,286974.0,conda-forge/grequests,grequests,3658.0,2995.0,https://pypi.org/project/grequests,2020-04-05 14:27:35.000,663.0,286233.0,https://anaconda.org/conda-forge/grequests,2020-04-22 02:04:17.085,51150.0,3.0,,,,,,,,,,,,,,,,,, +313,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2022-05-19 18:12:23.000,2022-04-06 15:49:12,607.0,2.0,361,109.0,235.0,31.0,135.0,3951,A Python library for automating interaction with websites.,49.0,27,True,,2021-05-29 23:11:14.000,1.1.0,26.0,43.0,94717.0,conda-forge/mechanicalsoup,MechanicalSoup,264.0,,https://pypi.org/project/MechanicalSoup,2021-12-15 15:10:55.499,264.0,92815.0,https://anaconda.org/conda-forge/mechanicalsoup,2021-05-31 19:40:45.409,125565.0,2.0,,,,,,,,,-2.0,,,,,,,,, +314,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,2022-05-13 02:28:27.000,2021-02-05 05:10:12,233.0,,393,74.0,109.0,139.0,109.0,3670,Unofficial Python API client for Notion.so.,31.0,27,False,,2021-02-05 05:11:13.000,0.0.28,21.0,,18132.0,,notion,628.0,594.0,https://pypi.org/project/notion,2021-02-05 05:11:13.000,34.0,18132.0,,,,3.0,,,,,,,,,,,,,,,,,, +315,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,2022-06-02 11:34:03.000,2019-05-21 10:57:50,891.0,,739,116.0,172.0,294.0,122.0,3286,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,29.0,27,False,['django'],2018-10-18 06:39:57.000,1.0.8,25.0,,32070.0,,django-jet,2936.0,2658.0,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,32070.0,,,,3.0,,,,,,,,,,,,,,,,,, +316,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2022-05-29 20:04:09.000,2022-05-28 10:49:41,7476.0,59.0,648,137.0,1188.0,130.0,2813.0,2554,The free and open-source Download Manager written in pure Python.,210.0,27,True,,2020-02-20 21:04:56.000,0.4.20,41.0,80527.0,3966.0,,pyload-ng,1.0,,https://pypi.org/project/pyload-ng,2022-05-28 11:04:18.000,1.0,3192.0,,,,3.0,,,,,,,,,,,,,,,,,, +317,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,2529,An unofficial client library for Google Music.,51.0,27,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,1282.0,,gmusicapi,605.0,459.0,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,1282.0,,,,3.0,,,,,,,,,,,,,,,,,, +318,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2022-05-17 05:35:53.000,2022-05-16 04:24:18,546.0,3.0,128,37.0,48.0,21.0,82.0,2265,URL parsing and manipulation made easy.,15.0,27,True,,2021-09-27 21:31:14.000,2.1.3,51.0,,1008662.0,conda-forge/furl,furl,593.0,,https://pypi.org/project/furl,2021-09-27 21:31:14.000,593.0,1005752.0,https://anaconda.org/conda-forge/furl,2021-09-28 03:15:46.493,171717.0,3.0,,,,,,,,,,,,,,,,,, +319,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2022-03-01 21:37:44.000,2022-03-01 21:37:44,2233.0,,256,89.0,174.0,23.0,214.0,2188,Web Scraping Framework.,64.0,27,True,,2018-06-24 14:27:52.000,0.6.41,120.0,,2115.0,,grab,465.0,354.0,https://pypi.org/project/grab,2018-06-24 14:27:52.000,111.0,2115.0,,,,2.0,,,,,,,,,-2.0,,,,,,,,, +320,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-05-23 10:52:26.000,2020-07-28 11:36:45,262.0,,529,89.0,90.0,129.0,154.0,2061,Scrape Twitter for Tweets.,34.0,27,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,1332.0,,twitterscraper,461.0,438.0,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,1332.0,,,,3.0,,,,,,,,,,,,,,,,,, +321,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,2022-04-27 23:05:17.000,2020-03-09 20:52:03,3155.0,,733,131.0,155.0,31.0,406.0,2050,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,71.0,27,False,['django'],2016-09-27 13:25:46.000,0.18.1,29.0,,910.0,,django-blog-zinnia,658.0,494.0,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,910.0,,,,3.0,,,,,,,,,,,,,,,,,, +322,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,,146,48.0,25.0,27.0,33.0,1738,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,13.0,27,False,['flask'],2016-06-05 02:14:01.000,0.2.1,3.0,,63140.0,,flask-sockets,21660.0,21212.0,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,63140.0,,,,3.0,,,,,,,,,,,,,,,,,, +323,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,,556,76.0,182.0,135.0,335.0,1429,Facebook open graph api implementation using the Django web framework in python.,89.0,27,False,,2015-05-26 19:01:35.000,6.0.3,152.0,,3821.0,,django-facebook,493.0,375.0,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,3821.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,2022-05-23 19:34:46.000,2022-05-03 05:03:01,654.0,3.0,168,35.0,213.0,122.0,142.0,1299,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,40.0,27,True,"['openapi', 'graphql']",2022-02-04 06:54:03.000,2.6.3,37.0,,6297.0,,,475.0,474.0,,,,,,,,3.0,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2022-02-04 06:49:55.874,1.0,6297.0,,,,,,,,,,, +325,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2022-06-02 09:16:45.000,2022-06-02 09:16:44,1546.0,130.0,99,17.0,833.0,109.0,547.0,1265,A modern API testing tool for web applications built with Open API and GraphQL specifications.,42.0,27,True,"['openapi', 'graphql']",2022-05-28 19:13:41.000,3.15.3,200.0,,46463.0,,schemathesis,4.0,,https://pypi.org/project/schemathesis,2022-05-28 19:13:41.000,4.0,46463.0,,,,3.0,,,,,,,,,,,,,,,,,, +326,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,2022-01-07 14:05:08.000,2022-01-07 14:05:07,451.0,,163,61.0,110.0,10.0,126.0,1228,"Djangos class-based generic views are awesome, lets have more of them.",58.0,27,True,['django'],2021-06-09 09:02:36.000,0.14.0,26.0,,55786.0,,django-extra-views,2214.0,1697.0,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,517.0,55786.0,,,,3.0,,,,,,,,,,,,,,,,,, +327,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,2022-03-11 23:13:42.000,2022-01-12 13:19:35,908.0,,382,42.0,140.0,17.0,265.0,887,Media-Management with Grappelli.,35.0,27,True,['django'],2022-01-12 13:11:27.000,3.14.3,38.0,,6784.0,,django-filebrowser,1056.0,784.0,https://pypi.org/project/django-filebrowser,2022-01-12 13:23:31.000,272.0,6784.0,,,,3.0,,,,,,,,,,,,,,,,,, +328,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,2022-05-09 04:06:33.000,2022-04-05 19:16:25,602.0,7.0,140,19.0,201.0,33.0,156.0,886,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",53.0,27,True,['flask'],2022-04-05 19:18:41.000,6.0.0,46.0,,43749.0,conda-forge/flask-dance,flask-dance,2839.0,2674.0,https://pypi.org/project/flask-dance,2022-04-05 19:17:22.000,165.0,43548.0,https://anaconda.org/conda-forge/flask-dance,2019-06-07 12:49:07.512,7664.0,3.0,,,,,,,,,,,,,,,,,, +329,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,2022-04-09 06:31:42.909,2021-04-13 17:30:55,220.0,,114,37.0,103.0,19.0,33.0,762,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,34.0,27,False,,2020-11-19 17:10:42.000,2.4.0,26.0,,1958720.0,conda-forge/opentracing,opentracing,231.0,,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,231.0,1956338.0,https://anaconda.org/conda-forge/opentracing,2022-04-09 06:31:42.909,133420.0,2.0,,,,,,,,,,,,,,,,,, +330,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/James1345/django-rest-knox,https://github.com/James1345/django-rest-knox,MIT,2015-09-09 14:52:23.000,2022-02-10 12:39:30.000,2022-01-31 15:28:11,369.0,,127,18.0,145.0,50.0,85.0,755,Authentication Module for django rest auth.,42.0,27,True,['django'],2022-01-31 17:42:28.000,4.2.0,25.0,,60547.0,,django-rest-knox,7496.0,7321.0,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,175.0,60547.0,,,,3.0,,,,,,,,,,,,,,,,,, +331,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,2022-03-17 02:27:04.000,2022-01-30 18:23:52,308.0,,50,13.0,137.0,25.0,79.0,747,Flask + marshmallow for beautiful APIs.,17.0,27,True,['flask'],2020-09-28 03:38:46.000,0.14.0,18.0,,457387.0,conda-forge/flask-marshmallow,flask-marshmallow,18638.0,17838.0,https://pypi.org/project/flask-marshmallow,2020-09-28 03:38:46.000,800.0,456474.0,https://anaconda.org/conda-forge/flask-marshmallow,2020-09-28 06:55:48.753,62130.0,2.0,,,,,,,,,,,,,,,,,, +332,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,2022-05-09 16:57:01.000,2022-03-25 21:26:13,745.0,7.0,203,27.0,101.0,8.0,146.0,652,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,70.0,27,True,['django'],2021-12-15 15:40:40.554,0.1.4,28.0,,12974.0,,django-paypal,2252.0,1963.0,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,12974.0,,,,3.0,,,,,,,,,,,,,,,,,, +333,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,2020-12-24 18:39:23.520,2020-12-24 16:50:31,190.0,,106,10.0,69.0,52.0,44.0,485,Unittest extensions for Flask.,33.0,27,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,300681.0,conda-forge/flask-testing,flask-testing,17544.0,15101.0,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2443.0,299874.0,https://anaconda.org/conda-forge/flask-testing,2020-12-24 18:39:23.520,55686.0,3.0,,,,,,,,,,,,,,,,,, +334,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,2022-04-08 03:01:32.759,2022-04-07 21:33:47,204.0,7.0,124,9.0,26.0,19.0,89.0,470,Prometheus exporter for Flask applications.,23.0,27,True,['flask'],2022-04-07 21:38:14.000,0.20.1,62.0,,10848260.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,53.0,,https://pypi.org/project/prometheus-flask-exporter,2022-04-07 21:38:14.000,53.0,10837710.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2022-04-08 03:01:32.759,316513.0,2.0,,,,,,,,,,,,,,,,,, +335,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2021-11-25 10:05:32.438,2021-05-15 11:42:43,118.0,,52,7.0,38.0,5.0,57.0,452,Simple DNS resolver for asyncio.,24.0,27,False,,2021-05-14 08:52:08.000,3.0.0,15.0,,1687032.0,conda-forge/aiodns,aiodns,28473.0,27467.0,https://pypi.org/project/aiodns,2021-05-14 08:52:08.000,1006.0,1682098.0,https://anaconda.org/conda-forge/aiodns,2021-11-25 10:05:32.438,157900.0,3.0,,,,,,,,,,,,,,,,,, +336,flask-session,fengsp/flask-session,flask-utils,,https://github.com/fengsp/flask-session,https://github.com/fengsp/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000,2022-02-23 20:53:53.000,2021-06-24 09:49:29,66.0,,175,16.0,51.0,72.0,41.0,394,Server side session extension for Flask.,8.0,27,True,['flask'],2021-06-24 10:04:08.000,0.4.0,10.0,,1729708.0,,flask-session,22192.0,21124.0,https://pypi.org/project/flask-session,2021-06-24 10:04:08.000,1068.0,1729708.0,,,,2.0,,,,,,,,,,,,,,,,,, +337,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2021-10-23 09:48:19.000,2021-10-23 05:35:24,1623.0,,155,33.0,342.0,47.0,135.0,381,A Python HTML form library.,101.0,27,True,,2020-12-15 23:27:03.000,2.0.15,40.0,,8802.0,,deform,919.0,723.0,https://pypi.org/project/deform,2020-12-10 12:40:05.000,196.0,8802.0,,,,3.0,,,,,,,,,,,,,,,,,, +338,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2022-01-19 07:55:34.000,2022-01-19 07:55:34,1038.0,,101,19.0,117.0,27.0,99.0,316,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",86.0,27,True,,2021-08-19 12:40:04.000,3.0.0,55.0,,550443.0,conda-forge/webtest,webtest,13333.0,9348.0,https://pypi.org/project/webtest,2021-08-19 12:40:04.000,3985.0,550166.0,https://anaconda.org/conda-forge/webtest,2021-08-19 22:26:42.789,8606.0,3.0,,,,,,,,,,,,,,,,,, +339,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2015-11-06 06:55:53.451,2022-05-13 22:04:34.000,2022-05-04 05:45:02,367.0,35.0,71,5.0,14.0,2.0,119.0,271,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,1.0,27,True,,2022-05-04 05:45:00.000,2022.5.4,99.0,,7910414.0,conda-forge/tifffile,tifffile,526.0,,https://pypi.org/project/tifffile,2022-05-04 05:45:00.000,526.0,7889376.0,https://anaconda.org/conda-forge/tifffile,2022-05-04 12:23:46.692,1662071.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,2022-05-30 21:41:23.000,2022-05-30 21:41:22,189.0,14.0,32,13.0,53.0,10.0,25.0,202,URI template parsing per RFC6570.,18.0,27,False,,2021-10-13 11:15:12.000,4.1.1,12.0,,23898904.0,conda-forge/uritemplate,uritemplate,3757.0,,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3757.0,23882175.0,https://anaconda.org/conda-forge/uritemplate,2021-10-13 19:20:40.871,1187792.0,3.0,,,,,,,,,,,,,,,,,, +341,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,2022-04-16 18:45:39.858,2022-04-16 10:46:07,181.0,5.0,32,16.0,18.0,9.0,23.0,140,A library to help construct a graphql-py server supporting react-relay.,10.0,27,True,,2022-04-16 11:03:43.000,3.2.0,27.0,,1253188.0,conda-forge/graphql-relay,graphql-relay,11238.0,10762.0,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,476.0,1250202.0,https://anaconda.org/conda-forge/graphql-relay,2022-04-16 18:45:39.858,170246.0,2.0,,,,,,,,,,,,,,,,,, +342,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2022-05-05 14:10:10.000,2022-05-05 14:10:10,2114.0,1.0,466,212.0,331.0,355.0,469.0,3608,"Lightweight, scriptable browser as a service with an HTTP API.",62.0,26,True,,2020-01-09 19:09:29.000,3.4.1,30.0,,4170.0,,splash,10.0,,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,4170.0,,,,3.0,,,,,,,,,,,,,,,,,, +343,responder,taoufik07/responder,web-frameworks,,https://github.com/taoufik07/responder,https://github.com/taoufik07/responder,Apache-2.0,2018-10-09 11:15:00.000,2021-10-21 18:23:02.000,2021-03-24 10:24:29,995.0,,211,97.0,256.0,54.0,169.0,3575,A familiar HTTP Service Framework for Python.,86.0,26,False,,2021-01-08 08:30:24.000,2.0.7,48.0,,4782.0,conda-forge/responder,responder,559.0,490.0,https://pypi.org/project/responder,2021-01-08 08:30:24.000,69.0,3195.0,https://anaconda.org/conda-forge/responder,2021-01-08 11:32:52.270,68252.0,3.0,,,,,,,,,,,,,,,,,, +344,Cactus,eudicots/Cactus,others,,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011-02-28 11:56:43.000,2022-04-27 10:48:02.000,2017-07-31 02:40:23,667.0,,318,128.0,115.0,101.0,84.0,3431,Static site generator for designers. Uses Python and Django templates.,52.0,26,False,['django'],2016-02-21 17:10:55.000,3.3.3,20.0,,187.0,,cactus,1530.0,1107.0,https://pypi.org/project/cactus,2016-02-21 17:10:55.000,423.0,187.0,,,,3.0,,,,,,,,,,,,,,,,,, +345,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,,1143,265.0,160.0,118.0,,2926,Python Client for Instagram API.,52.0,26,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,5575.0,,python-instagram,367.0,,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,5575.0,,,,3.0,,,,,,,,,,,,,,,,,, +346,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,129.0,38.0,108.0,326.0,2405,Python framework for Telegram Bot API.,10.0,26,False,,,,78.0,,42528.0,,telepot,3559.0,3067.0,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,492.0,42528.0,,,,3.0,,,,,,,,,,,,,,,,,, +347,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,2022-04-11 04:56:06.000,2022-04-05 06:16:15,856.0,1.0,362,103.0,81.0,24.0,247.0,2197,Reusable workflow library for Django.,31.0,26,True,['django'],2022-04-05 06:26:44.000,1.11.0,39.0,,4911.0,,django-viewflow,259.0,227.0,https://pypi.org/project/django-viewflow,2022-04-05 06:26:44.000,32.0,4911.0,,,,3.0,,,,,,,,,,,,,,,,,, +348,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,,400,89.0,117.0,36.0,129.0,1563,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",65.0,26,False,['django'],2015-12-15 08:53:11.000,2.5.7,45.0,,3781.0,,django-admin-bootstrapped,2290.0,1494.0,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,796.0,3781.0,,,,3.0,,,,,,,,,,,,,,,,,, +349,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000,2021-05-08 08:18:11.000,2020-06-23 16:07:11,633.0,,98,42.0,51.0,30.0,50.0,1389,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,20.0,26,False,,2020-05-17 13:09:14.000,1.0.2,40.0,,65676.0,conda-forge/meinheld,meinheld,1046.0,744.0,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,302.0,65212.0,https://anaconda.org/conda-forge/meinheld,2020-10-13 12:52:10.892,12075.0,3.0,,,,,,,,,,,,,,,,,, +350,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,2022-04-19 21:04:18.000,2021-07-14 02:38:56,383.0,,219,31.0,627.0,44.0,53.0,1376,A toolkit for developing and deploying serverless Python code in AWS Lambda.,47.0,26,True,,2021-01-05 04:42:47.000,11.8.0,49.0,,2994.0,,python-lambda,194.0,161.0,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,2994.0,,,,3.0,,,,,,,,,,,,,,,,,, +351,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,2020-01-14 03:57:16.000,2016-09-03 23:19:38,565.0,,325,78.0,111.0,105.0,65.0,1227,Official repository for gevent-socketio.,59.0,26,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,3406.0,,gevent-socketio,1565.0,1312.0,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,3406.0,,,,3.0,,,,,,,,,,,,,,,,,, +352,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,2022-02-20 17:00:11.000,2022-02-20 16:58:22,455.0,,125,32.0,84.0,21.0,194.0,1008,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",40.0,26,True,['django'],2022-02-20 17:00:11.000,1.6.2,33.0,,12517.0,,django-watson,592.0,481.0,https://pypi.org/project/django-watson,2022-02-20 17:00:11.000,111.0,12517.0,,,,3.0,,,,,,,,,,,,,,,,,, +353,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,2022-02-03 05:42:05.000,2019-12-18 13:33:49,666.0,,274,42.0,119.0,123.0,125.0,977,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",39.0,26,False,['flask'],2018-04-16 17:42:06.000,0.6.21,54.0,,15806.0,conda-forge/flask-user,flask-user,2418.0,2185.0,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,233.0,15064.0,https://anaconda.org/conda-forge/flask-user,2021-05-30 20:48:32.415,51241.0,3.0,,,,,,,,,,,,,,,,,, +354,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,2022-03-19 15:48:52.000,2022-03-19 15:48:52,376.0,2.0,139,30.0,110.0,41.0,99.0,966,livereload server in python (MAINTAINERS NEEDED).,57.0,26,True,,2020-08-22 15:34:54.000,2.6.3,31.0,,484648.0,conda-forge/livereload,livereload,1610.0,,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1610.0,481804.0,https://anaconda.org/conda-forge/livereload,2020-08-22 16:48:00.872,210509.0,3.0,,,,,,,,,,,,,,,,,, +355,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,,240,25.0,153.0,10.0,219.0,942,Plug and play continuous integration with django and jenkins.,70.0,26,False,['django'],2016-09-15 09:54:04.000,0.110.0,19.0,,26830.0,,django-jenkins,1857.0,1251.0,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,26830.0,,,,3.0,,,,,,,,,,,,,,,,,, +356,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2022-05-03 00:20:16.000,2022-05-03 00:20:16,439.0,7.0,70,15.0,101.0,13.0,129.0,935,AWS Lambda support for ASGI applications.,27.0,26,True,['fastapi'],2022-04-24 12:36:30.000,0.15.0,66.0,,203047.0,,mangum,826.0,821.0,https://pypi.org/project/mangum,2022-04-24 12:36:30.000,5.0,203047.0,,,,3.0,,,,,,,,,,,,,,,,,, +357,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,2022-06-02 13:56:21.000,2022-06-02 13:48:10,1242.0,89.0,313,32.0,1512.0,148.0,950.0,921,OpenTelemetry Python API and SDK.,145.0,26,True,,2022-05-17 20:51:10.000,1.12.0rc1,41.0,,10265.0,conda-forge/opentelemetry-api,timing-asgi,,,https://pypi.org/project/timing-asgi,2020-11-13 11:48:35.000,,7604.0,https://anaconda.org/conda-forge/opentelemetry-api,2022-04-22 04:42:02.320,55901.0,2.0,,,,,,,,,,,,,,,,,, +358,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,2022-03-24 16:07:47.000,2022-01-25 09:27:57,467.0,,130,19.0,160.0,44.0,137.0,915,A helper for organizing Django project settings by relying on well established programming patterns.,61.0,26,True,['django'],2022-01-25 09:29:26.000,2.3.2,20.0,,87458.0,conda-forge/django-configurations,django-configurations,2911.0,2250.0,https://pypi.org/project/django-configurations,2022-01-25 09:50:51.000,661.0,87028.0,https://anaconda.org/conda-forge/django-configurations,2020-10-13 14:25:12.025,24512.0,3.0,,,,,,,,,,,,,,,,,, +359,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,2022-04-05 05:30:35.000,2021-10-14 21:53:39,552.0,,212,38.0,146.0,48.0,284.0,894,Simply integrate Summernote editor with Django project.,68.0,26,True,['django'],2021-10-14 19:12:56.000,0.8.19.0,73.0,,48534.0,,django-summernote,227.0,,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,227.0,48534.0,,,,3.0,,,,,,,,,,,,,,,,,, +360,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,2022-05-18 08:57:25.000,2022-05-18 08:56:39,528.0,1.0,185,29.0,127.0,42.0,104.0,883,Rosetta is a Django application that eases the translation process of your Django projects.,79.0,26,True,['django'],2021-12-08 08:49:34.000,0.9.8,33.0,,50696.0,conda-forge/django-rosetta,django-rosetta,2375.0,1769.0,https://pypi.org/project/django-rosetta,2021-12-08 08:49:34.000,606.0,50555.0,https://anaconda.org/conda-forge/django-rosetta,2021-12-08 11:30:25.751,3254.0,3.0,,,,,,,,,,,,,,,,,, +361,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,2021-07-06 23:21:40.898,2020-04-24 15:02:32,194.0,,163,51.0,51.0,36.0,39.0,857,WebSocket emulation - Python server.,35.0,26,False,,2020-04-24 15:02:06.000,1.0.7,11.0,,27564.0,conda-forge/sockjs-tornado,sockjs-tornado,2874.0,2122.0,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,752.0,27520.0,https://anaconda.org/conda-forge/sockjs-tornado,2021-07-06 23:21:40.898,492.0,3.0,,,,,,,,,,,,,,,,,, +362,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2022-05-30 04:14:18.000,2022-03-23 14:37:36,860.0,4.0,88,12.0,83.0,31.0,49.0,824,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",43.0,26,True,"['flask', 'django']",2022-03-23 14:39:31.000,7.2.2,157.0,,69378.0,,mixer,307.0,,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,307.0,69378.0,,,,3.0,,,,,,,,,,,,,,,,,, +363,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,2022-05-24 12:45:01.000,2020-12-21 13:18:36,580.0,,152,29.0,93.0,43.0,98.0,805,Full control of form rendering in the templates.,46.0,26,False,['django'],2020-05-20 02:41:28.000,1.9.0,27.0,,18770.0,,django-floppyforms,3170.0,1955.0,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1215.0,18770.0,,,,3.0,,,,,,,,,,,,,,,,,, +364,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,2022-01-29 20:10:08.000,2022-01-24 23:10:00,163.0,,70,11.0,46.0,2.0,46.0,766,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,17.0,26,True,['django'],2022-01-24 23:16:25.000,6.0.0,36.0,,91555.0,conda-forge/django-cleanup,django-cleanup,7795.0,7471.0,https://pypi.org/project/django-cleanup,2022-01-24 23:16:25.000,324.0,91397.0,https://anaconda.org/conda-forge/django-cleanup,2022-01-26 06:57:12.605,5393.0,3.0,,,,,,,,,,,,,,,,,, +365,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,2022-06-01 09:14:09.000,2022-02-22 09:48:18,405.0,,141,22.0,95.0,46.0,104.0,721,Comprehensive Markdown plugin built for Django.,34.0,26,True,['django'],2019-12-28 09:04:32.000,3.0.1,53.0,,35094.0,,django-markdownx,1834.0,1713.0,https://pypi.org/project/django-markdownx,2022-01-03 15:34:41.000,121.0,35094.0,,,,3.0,,,,,,,,,,,,,,,,,, +366,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,2022-02-20 17:11:00.000,2021-01-09 20:39:39,172.0,,88,17.0,49.0,25.0,65.0,666,Parameterized testing with any Python test framework.,24.0,26,False,,2021-01-09 20:35:16.000,0.8.1,11.0,,2946328.0,conda-forge/parameterized,parameterized,6581.0,6002.0,https://pypi.org/project/parameterized,2021-01-09 20:35:16.000,579.0,2942599.0,https://anaconda.org/conda-forge/parameterized,2021-01-10 03:06:41.186,201390.0,3.0,,,,,,,,,,,,,,,,,, +367,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,2022-03-30 15:21:54.669,2022-03-30 02:45:55,218.0,2.0,132,22.0,84.0,104.0,64.0,588,Build and document REST APIs with Flask and apispec.,30.0,26,True,['flask'],2022-03-30 02:50:06.000,0.11.1,27.0,,333432.0,conda-forge/flask-apispec,flask-apispec,912.0,871.0,https://pypi.org/project/flask-apispec,2022-03-30 02:50:06.000,41.0,331810.0,https://anaconda.org/conda-forge/flask-apispec,2022-03-30 15:21:54.669,103822.0,2.0,,,,,,,,,,,,,,,,,, +368,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,2022-03-02 21:06:56.000,2022-03-02 21:06:56,327.0,,112,26.0,94.0,64.0,67.0,580,A set of high-level abstractions for Django forms.,67.0,26,True,['django'],,,5.0,,273839.0,,django-formtools,9051.0,7836.0,https://pypi.org/project/django-formtools,2021-04-19 03:58:32.000,1215.0,273839.0,,,,3.0,,,,,,,,,,,,,,,,,, +369,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2022-02-09 07:29:49.000,2022-02-09 07:17:10,976.0,,141,28.0,193.0,58.0,94.0,541,Python requests like API built on top of Twisteds HTTP client.,48.0,26,True,,2022-02-09 07:32:21.000,release-22.2.0,20.0,122.0,82846.0,conda-forge/treq,treq,1375.0,961.0,https://pypi.org/project/treq,2022-02-09 07:29:49.000,414.0,81945.0,https://anaconda.org/conda-forge/treq,2022-01-30 18:10:19.801,60305.0,3.0,,,,,,,,,,,,,,,,,, +370,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,2022-04-22 22:57:45.000,2022-02-25 17:22:49,451.0,,54,12.0,134.0,5.0,43.0,512,Useful additions to Djangos default TestCase.,29.0,26,True,['django'],2021-05-19 19:11:32.000,2.2.0,34.0,,66925.0,conda-forge/django-test-plus,django-test-plus,1261.0,,https://pypi.org/project/django-test-plus,2021-05-19 19:11:32.000,1261.0,66505.0,https://anaconda.org/conda-forge/django-test-plus,2018-01-12 22:38:58.564,24390.0,3.0,,,,,,,,,,,,,,,,,, +371,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,2022-05-27 05:43:53.000,2022-05-18 15:45:32,1264.0,50.0,66,17.0,61.0,34.0,114.0,484,"Web scraping library and command-line tool for text discovery and extraction (main content, metadata, comments).",19.0,26,True,,2022-05-18 15:55:18.000,1.2.2,30.0,,154511.0,,trafilatura,170.0,165.0,https://pypi.org/project/trafilatura,2022-05-18 15:55:15.000,5.0,154511.0,,,,3.0,,,,,,,,,,,,,,,,,, +372,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,2021-11-18 17:50:40.000,2020-09-29 10:30:18,120.0,,91,27.0,29.0,21.0,14.0,454,A swagger 2.0 spec extractor for flask.,24.0,26,False,['flask'],2019-03-26 11:27:48.000,0.2.14,17.0,,1486134.0,conda-forge/flask-swagger,flask-swagger,5204.0,4872.0,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,332.0,1485233.0,https://anaconda.org/conda-forge/flask-swagger,2019-04-20 13:39:31.818,55899.0,3.0,,,,,,,,,,,,,,,,,, +373,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,2022-02-14 12:01:16.000,2020-02-29 00:06:32,263.0,,85,6.0,57.0,21.0,74.0,426,Flask webassets integration.,38.0,26,False,['flask'],2011-10-12 14:37:19.000,0.6.2,15.0,,97807.0,conda-forge/flask-assets,flask-assets,8362.0,6313.0,https://pypi.org/project/flask-assets,2019-12-20 21:37:28.000,2049.0,97346.0,https://anaconda.org/conda-forge/flask-assets,2019-12-24 17:28:27.011,31408.0,2.0,,,,,,,,,,,,,,,,,, +374,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,2022-05-25 19:08:26.000,2022-04-18 02:27:45,316.0,1.0,76,7.0,87.0,10.0,58.0,420,A set of pytest fixtures to test Flask applications.,29.0,26,True,['flask'],2021-02-27 03:48:05.000,1.2.0,29.0,,257220.0,conda-forge/pytest-flask,pytest-flask,8331.0,,https://pypi.org/project/pytest-flask,2021-02-27 03:48:05.000,8331.0,256301.0,https://anaconda.org/conda-forge/pytest-flask,2021-02-27 13:56:28.462,54254.0,3.0,,,,,,,,,,,,,,,,,, +375,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-05-22 07:58:35.000,2020-07-29 05:23:09,430.0,,59,16.0,92.0,4.0,76.0,333,Generating short urls with python has never been easier.,24.0,26,False,,2020-03-19 17:55:20.000,1.0.1,27.0,,234558.0,,pyshorteners,5547.0,5462.0,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,85.0,234558.0,,,,3.0,,,,,,,,,,,,,,,,,, +376,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/p1c2u/openapi-spec-validator,https://github.com/p1c2u/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000,2022-05-24 13:40:54.000,2022-01-28 07:22:42,209.0,,49,7.0,74.0,41.0,42.0,215,OpenAPI Spec validator.,29.0,26,True,,2022-01-28 04:58:28.000,0.4.0,22.0,,1473797.0,conda-forge/openapi-spec-validator,openapi-spec-validator,168.0,,https://pypi.org/project/openapi-spec-validator,2022-01-28 07:28:25.000,168.0,1472974.0,https://anaconda.org/conda-forge/openapi-spec-validator,2022-01-28 14:43:59.211,25532.0,3.0,,,,,,,,,,,,,,,,,, +377,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2022-01-27 03:49:23.000,2022-01-27 03:45:33,187.0,,54,11.0,42.0,15.0,34.0,212,Python HTTP Agent Parser.,33.0,26,True,,2022-01-27 03:49:23.000,1.9.2,55.0,,179672.0,,httpagentparser,1042.0,780.0,https://pypi.org/project/httpagentparser,2022-01-27 03:49:23.000,262.0,179672.0,,,,3.0,,,,,,,,,,,,,,,,,, +378,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,2022-02-09 03:27:59.000,2022-01-21 21:56:58,391.0,,317,174.0,105.0,46.0,54.0,8505,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",29.0,25,True,,2021-03-05 14:17:53.000,2.1.0,24.0,,438.0,,http-prompt,49.0,41.0,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,8.0,438.0,,,,3.0,,,,,,,,,,,,,,,,,, +379,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-05-21 06:46:00.000,2019-11-14 10:11:13,444.0,,528,113.0,50.0,102.0,217.0,2426,A Python library to access Instagrams private API.,5.0,25,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,21379.0,,instagram_private_api,12.0,,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,12.0,21379.0,,,,3.0,,,,,,,,,,,,,,,,,, +380,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,2022-06-02 10:26:44.000,2022-05-05 11:45:30,295.0,6.0,255,61.0,102.0,45.0,277.0,2377,Soundcloud Music Downloader.,48.0,25,True,,2022-05-05 11:46:56.000,2.7.1,47.0,,1008.0,,scdl,52.0,46.0,https://pypi.org/project/scdl,2022-05-05 11:46:56.000,6.0,1008.0,,,,3.0,,,,,,,,,,,,,,,,,, +381,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,2022-04-11 04:58:12.000,2021-04-27 01:54:19,161.0,,367,95.0,64.0,108.0,43.0,2367,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",29.0,25,False,,2020-05-25 18:11:03.000,0.3.5,9.0,,1259.0,,igramscraper,137.0,135.0,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,1259.0,,,,3.0,,,,,,,,,,,,,,,,,, +382,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,2022-06-01 15:20:34.000,2022-06-01 15:20:21,1938.0,27.0,547,124.0,297.0,29.0,295.0,2204,A classic Forum Software in Python using Flask.,63.0,25,True,['flask'],2021-09-09 20:26:21.000,2.1.0,4.0,,64.0,,FlaskBB,35.0,27.0,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,8.0,64.0,,,,3.0,,,,,,,,,,,,,,,,,, +383,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,2022-05-30 18:37:40.000,2022-05-30 18:36:33,8227.0,9.0,855,221.0,1400.0,352.0,687.0,1996,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,255.0,25,True,,2020-03-21 20:19:46.000,2.19.1,24.0,,,,,40.0,40.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +384,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,,255,123.0,69.0,31.0,27.0,1791,A pure-python HTML screen-scraping library.,23.0,25,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,434.0,,scrapely,225.0,121.0,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,104.0,434.0,,,,3.0,,,,,,,,,,,,,,,,,, +385,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2022-05-30 21:50:54.000,2021-08-02 23:24:07,2411.0,,368,52.0,207.0,89.0,419.0,1691,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,162.0,25,False,,2021-08-02 23:10:14.000,7.3.4,41.0,,557.0,conda-forge/offlineimap,offlineimap,26.0,19.0,https://pypi.org/project/offlineimap,2021-08-02 23:10:14.000,7.0,267.0,https://anaconda.org/conda-forge/offlineimap,2022-04-15 13:07:52.802,2611.0,3.0,,,,,,,,,,,,,,,,,, +386,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,2022-01-21 14:44:40.498,2020-08-07 18:38:18,97.0,,131,29.0,36.0,39.0,22.0,1281,Adds GraphQL support to your Flask application.,15.0,25,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,187881.0,conda-forge/flask-graphql,flask-graphql,2386.0,2174.0,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,212.0,187563.0,https://anaconda.org/conda-forge/flask-graphql,2022-01-21 14:44:40.498,10513.0,3.0,,,,,,,,,,,,,,,,,, +387,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,,166,32.0,72.0,60.0,28.0,1269,A drop-in replacement for Djangos runserver.,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,4495.0,,django-devserver,421.0,352.0,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,4495.0,,,,3.0,,,,,,,,,,,,,,,,,, +388,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2017-11-10 20:10:33.000,2022-05-22 21:20:52.000,2022-05-02 08:45:20,927.0,14.0,62,20.0,18.0,7.0,123.0,1059,Quart is a Python ASGI web microframework with the same API as Flask.,65.0,25,True,,2022-03-26 20:55:35.000,0.17.0,22.0,,209402.0,conda-forge/quart,quart,29.0,,https://pypi.org/project/quart,2022-03-26 20:55:35.000,29.0,208563.0,https://anaconda.org/conda-forge/quart,2022-03-28 18:16:05.424,34404.0,3.0,,,,,,,,,,,,,,,,,, +389,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,2022-06-02 01:56:25.000,2022-05-27 08:21:53,516.0,33.0,104,17.0,558.0,69.0,137.0,1017,"Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.",37.0,25,True,['openapi'],2022-05-27 08:24:42.000,0.13.0,150.0,,111173.0,,datamodel-code-generator,23.0,,https://pypi.org/project/datamodel-code-generator,2022-05-27 08:24:42.000,23.0,111173.0,,,,3.0,,,,,,,,,,,,,,,,,, +390,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2021-10-02 15:19:00.000,2021-10-02 15:19:00,1154.0,,394,36.0,103.0,39.0,86.0,984,Simple yet powerful authorization / authentication client library for Python web applications.,44.0,25,True,,2019-11-27 16:10:13.000,1.0.0,20.0,,1264.0,,authomatic,255.0,,https://pypi.org/project/authomatic,2019-11-27 16:10:13.000,255.0,1264.0,,,,3.0,,,,,,,,,,,,,,,,,, +391,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,2022-05-29 00:00:57.000,2022-05-28 23:59:27,231.0,12.0,57,13.0,62.0,13.0,33.0,930,"Declarative model lifecycle hooks, an alternative to Signals.",28.0,25,True,['django'],2022-05-29 00:00:57.000,1.0.0,34.0,,54386.0,,django-lifecycle,120.0,115.0,https://pypi.org/project/django-lifecycle,2022-05-29 00:00:04.000,5.0,54386.0,,,,3.0,,,,,,,,,,,,,,,,,, +392,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,2022-02-25 00:00:36.000,2022-02-24 23:41:59,626.0,,113,24.0,72.0,17.0,124.0,928,"No effort, no worry, maximum performance.",29.0,25,True,['django'],2022-02-25 00:00:36.000,2.5.1,39.0,,39145.0,conda-forge/django-cachalot,django-cachalot,502.0,419.0,https://pypi.org/project/django-cachalot,2022-02-25 00:00:36.000,83.0,38488.0,https://anaconda.org/conda-forge/django-cachalot,2018-08-09 22:39:22.114,37467.0,3.0,,,,,,,,,,,,,,,,,, +393,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,2021-11-25 10:13:42.000,2019-11-25 14:30:13,290.0,,161,26.0,70.0,22.0,56.0,829,Automatic caching and invalidation for Django models through the ORM.,26.0,25,False,['django'],2019-02-18 02:51:30.000,1.1.0,9.0,,9199.0,,django-cache-machine,339.0,227.0,https://pypi.org/project/django-cache-machine,2019-02-18 02:51:30.000,112.0,9199.0,,,,3.0,,,,,,,,,,,,,,,,,, +394,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,2022-05-23 15:10:28.000,2022-05-20 08:45:19,1536.0,20.0,65,29.0,69.0,21.0,274.0,760,The web framework for inventors.,21.0,25,True,,2022-05-23 08:00:28.000,2.4.10,100.0,,641.0,,emmett,25.0,22.0,https://pypi.org/project/emmett,2022-05-23 07:57:34.000,3.0,641.0,,,,3.0,,,,,,,,,,,,,,,,,, +395,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,2022-05-13 18:23:56.000,2022-01-17 08:13:14,473.0,,99,111.0,117.0,30.0,53.0,682,Extract embedded metadata from HTML markup.,31.0,25,True,,2021-07-26 10:46:49.000,0.13.0,21.0,,42021.0,,extruct,450.0,420.0,https://pypi.org/project/extruct,2021-07-26 10:46:49.000,30.0,42021.0,,,,3.0,,,,,,,,,,,,,,,,,, +396,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,2022-06-02 00:02:53.000,2022-04-13 16:54:35,207.0,21.0,64,10.0,209.0,25.0,85.0,541,Object factory for Django.,40.0,25,True,['django'],2022-04-05 22:32:07.000,1.5.0,14.0,,267754.0,conda-forge/model_bakery,model_bakery,14.0,,https://pypi.org/project/model_bakery,2022-04-05 22:32:07.000,14.0,267544.0,https://anaconda.org/conda-forge/model_bakery,2022-04-06 06:41:09.345,5696.0,3.0,,,,,,,,,,,,,,,,,, +397,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2022-06-02 00:15:29.000,2022-05-30 22:32:24,914.0,19.0,120,52.0,173.0,87.0,160.0,532,User-oriented Web UI browser tests in Python.,35.0,25,True,,2022-05-29 19:43:44.000,2.0.0b3,64.0,,14785.0,,selene,15.0,,https://pypi.org/project/selene,2022-05-29 19:45:05.000,15.0,14785.0,,,,3.0,,,,,,,,,,,,,,,,,, +398,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2022-04-29 21:54:08.000,2022-04-29 06:18:49,712.0,1.0,82,13.0,42.0,24.0,77.0,472,"A fast, extensible and spec-compliant Markdown parser in pure Python.",26.0,25,True,,2022-02-09 21:00:17.000,0.8.2,22.0,211.0,60811.0,,mistletoe,440.0,387.0,https://pypi.org/project/mistletoe,2022-02-09 21:00:17.000,53.0,60808.0,,,,3.0,,,,,,,,,,,,,,,,,, +399,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,2022-04-23 11:00:12.000,2022-04-23 10:58:59,309.0,3.0,89,13.0,71.0,18.0,42.0,380,A Django app for managing robots.txt files following the robots exclusion protocol.,42.0,25,True,['django'],2022-01-08 12:12:02.000,5.0,24.0,,30042.0,,django-robots,1452.0,897.0,https://pypi.org/project/django-robots,2022-01-08 12:09:10.000,555.0,30042.0,,,,3.0,,,,,,,,,,,,,,,,,, +400,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,2021-06-19 13:36:27.000,2020-07-20 15:14:25,547.0,,226,32.0,116.0,94.0,22.0,366,Python Simple SOAP Library.,51.0,25,False,,2017-12-03 17:09:17.000,1.16.2,12.0,,10711.0,,pysimplesoap,962.0,835.0,https://pypi.org/project/pysimplesoap,2017-12-03 17:09:17.000,127.0,10711.0,,,,3.0,,,,,,,,,,,,,,,,,, +401,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2022-05-22 14:20:14.000,2022-04-04 22:25:25,269.0,4.0,72,6.0,142.0,36.0,43.0,357,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,41.0,25,True,,2022-01-10 22:39:59.000,0.7.3,23.0,,260006.0,,aioresponses,127.0,,https://pypi.org/project/aioresponses,2022-01-10 22:39:59.000,127.0,260006.0,,,,3.0,,,,,,,,,,,,,,,,,, +402,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,2022-05-29 20:17:25.000,2022-05-29 20:17:23,242.0,6.0,43,7.0,32.0,34.0,71.0,340,A delightful and complete interface to GitHubs amazing API.,12.0,25,True,,2022-04-09 00:34:25.000,0.1.20,20.0,,306128.0,,ghapi,373.0,349.0,https://pypi.org/project/ghapi,2022-04-09 00:34:25.000,24.0,306128.0,,,,3.0,,,,,,,,,2.0,,,,,,,,, +403,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,2022-02-14 19:07:50.000,2022-02-14 19:07:46,617.0,,161,19.0,168.0,4.0,143.0,339,"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+.",81.0,25,True,['django'],2022-01-09 02:06:44.000,4.3.0,26.0,433.0,10252.0,,django-cas-ng,391.0,317.0,https://pypi.org/project/django-cas-ng,2022-01-09 02:02:49.000,74.0,10248.0,,,,3.0,,,,,,,,,,,,,,,,,, +404,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,2022-05-27 10:22:30.000,2022-05-27 10:17:32,399.0,34.0,42,5.0,46.0,4.0,37.0,333,FastAPI-Login tries to provide similar functionality as Flask-Login does.,10.0,25,True,['fastapi'],2022-05-27 10:22:30.000,1.8.2,25.0,3.0,10044.0,,fastapi_login,212.0,210.0,https://pypi.org/project/fastapi_login,2022-05-27 10:22:30.000,2.0,10044.0,,,,3.0,,,,,,,,,,,,,,,,,, +405,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,2022-05-30 16:34:14.000,2022-05-08 23:10:18,257.0,13.0,40,11.0,156.0,20.0,41.0,320,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",18.0,25,True,,2022-04-16 13:53:33.000,2.1.0,40.0,,2184929.0,conda-forge/markdown-it-py,markdown-it-py,36.0,,https://pypi.org/project/markdown-it-py,2022-04-16 13:53:33.000,36.0,2174144.0,https://anaconda.org/conda-forge/markdown-it-py,2022-04-18 18:11:03.748,291211.0,3.0,,,,,,,,,,,,,,,,,, +406,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2022-02-22 20:07:21.000,2022-02-22 20:06:46,582.0,,26,9.0,9.0,12.0,34.0,269,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,39.0,25,True,,2021-12-16 19:41:02.000,0.13.1,4.0,,331248.0,,hypercorn,2453.0,2448.0,https://pypi.org/project/hypercorn,2021-12-23 16:59:14.000,5.0,331248.0,,,,3.0,,,,,,,,,,,,,,,,,, +407,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,2022-01-12 17:27:37.466,2022-01-09 06:07:10,150.0,,79,8.0,33.0,5.0,62.0,253,Pagination support for flask.,27.0,25,True,['flask'],2022-01-12 14:45:43.000,2022.1.8,34.0,38.0,34385.0,conda-forge/flask-paginate,flask-paginate,2266.0,2220.0,https://pypi.org/project/flask-paginate,2022-01-09 06:06:39.000,46.0,34135.0,https://anaconda.org/conda-forge/flask-paginate,2022-01-12 17:27:37.466,8495.0,3.0,,,,,,,,,,,,,,,,,, +408,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,2022-04-22 21:58:47.000,2022-01-14 08:49:33,561.0,,96,12.0,114.0,24.0,60.0,250,Graphene MongoEngine integration.,29.0,25,True,['graphql'],2022-01-14 08:59:07.000,0.2.14,32.0,,9317.0,conda-forge/graphene-mongo,graphene-mongo,288.0,275.0,https://pypi.org/project/graphene-mongo,2022-01-14 08:57:22.000,13.0,9166.0,https://anaconda.org/conda-forge/graphene-mongo,2020-06-30 21:31:16.669,4079.0,3.0,,,,,,,,,,,,,,,,,, +409,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,2022-05-21 21:18:19.000,2022-05-20 07:30:20,482.0,11.0,39,11.0,125.0,1.0,56.0,232,"a socket mock framework - for all kinds of socket animals, web-clients included.",22.0,25,True,,2022-05-17 19:06:16.000,3.10.6,83.0,,11735.0,,mocket,93.0,66.0,https://pypi.org/project/mocket,2022-05-17 19:03:55.000,27.0,11735.0,,,,3.0,,,,,,,,,,,,,,,,,, +410,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,2021-11-23 16:48:39.000,2021-11-23 16:48:39,93.0,,72,17.0,24.0,2.0,40.0,217,Flask-OpenID adds openid support to flask applications.,15.0,25,True,['flask'],2021-09-08 22:09:37.000,1.3.0,13.0,10.0,1654043.0,conda-forge/flask-openid,flask-openid,6992.0,5647.0,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1345.0,1652650.0,https://anaconda.org/conda-forge/flask-openid,2021-11-04 16:20:37.930,93326.0,3.0,,,,,,,,,,,,,,,,,, +411,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2020-11-20 14:29:57.000,2019-10-18 01:30:15,123.0,,46,6.0,20.0,9.0,34.0,100,Python 3.3+s ipaddress for older Python versions.,7.0,25,False,,2019-10-18 01:30:27.000,1.0.23,22.0,,4942783.0,conda-forge/ipaddress,ipaddress,6750.0,,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6750.0,4929708.0,https://anaconda.org/conda-forge/ipaddress,2019-10-18 02:37:29.309,915291.0,3.0,,,,,,,,,,,,,,,,,, +412,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,2021-12-15 22:54:37.000,2020-11-25 05:17:55,1147.0,,78,12.0,196.0,43.0,134.0,95,Pyramid debug toolbar.,65.0,25,False,['pyramid'],2017-07-01 01:35:59.000,4.2.1,55.0,,1094671.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,649.0,,https://pypi.org/project/pyramid_debugtoolbar,2018-09-10 02:25:05.000,649.0,1094529.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2021-03-03 21:19:47.418,2134.0,3.0,,,,,,,,,,,,,,,,,, +413,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2022-06-01 03:55:35.000,2022-06-01 03:35:44,3756.0,57.0,978,283.0,316.0,349.0,1634.0,14756,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,145.0,24,True,,,,,,,,,,,,,,,,,,3.0,goaccess,,,,,,,,,,,,,,,,goaccess, +414,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,2022-02-17 14:48:43.000,2020-03-20 17:53:14,736.0,,589,366.0,39.0,86.0,64.0,8556,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,23.0,24,False,,2018-11-09 13:14:51.000,0.1.2,8.0,,142.0,,japronto,141.0,111.0,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,30.0,142.0,,,,3.0,,,,,,,,,,,,,,,,,, +415,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,,334,109.0,31.0,57.0,30.0,3604,Your friendly neighborhood web scraper.,10.0,24,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,5057.0,,robobrowser,1011.0,829.0,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,5057.0,,,,3.0,,,,,,,,,,,,,,,,,, +416,selenium-python-helium,mherrmann/selenium-python-helium,testing,,https://github.com/mherrmann/selenium-python-helium,https://github.com/mherrmann/selenium-python-helium,MIT,2019-11-26 16:12:28.000,2022-05-24 01:41:10.000,2022-05-06 15:10:10,120.0,1.0,250,65.0,24.0,25.0,34.0,2904,Selenium-python but lighter: Helium is the best Python library for web automation.,7.0,24,True,,2021-09-03 06:51:56.000,3.0.8,26.0,,18498.0,,helium,218.0,209.0,https://pypi.org/project/helium,2021-09-03 06:49:57.000,9.0,18498.0,,,,3.0,,,,,,,,,,,,,,,,,, +417,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,2021-07-13 23:06:20.000,2021-07-13 23:06:20,331.0,,113,36.0,34.0,7.0,62.0,1546,Server-side rendering of React components.,21.0,24,True,,2018-10-08 09:55:41.000,4.3.0,15.0,,4900.0,,react,498.0,450.0,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,4900.0,,,,3.0,,,,,,,,,,,,,,,,,, +418,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,2019-08-14 04:58:43.000,2019-08-14 04:58:34,139.0,,694,10.0,4.0,3.0,4.0,1476,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",6.0,24,False,['flask'],,,36.0,,171206.0,conda-forge/flask-bootstrap,flask-bootstrap,5507.0,,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5507.0,171016.0,https://anaconda.org/conda-forge/flask-bootstrap,2018-07-09 17:35:26.581,8964.0,3.0,,,,,,,,,,,,,,,,,, +419,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2022-05-25 23:10:56.000,2021-08-09 23:54:18,298.0,,322,18.0,104.0,33.0,97.0,1250,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,39.0,24,True,['openapi'],2020-03-10 02:57:20.472,1.1.0,61.0,,4623.0,,,178.0,148.0,,,,,,,,3.0,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,30.0,4623.0,,,,,,,,,,, +420,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,2021-12-15 16:07:14.221,2019-11-29 15:30:27,923.0,,214,162.0,256.0,101.0,75.0,1199,A scalable frontier for web crawlers.,41.0,24,False,,2019-04-05 16:36:41.000,0.8.1,22.0,,447.0,,frontera,45.0,30.0,https://pypi.org/project/frontera,2021-12-15 16:07:14.221,15.0,447.0,,,,3.0,,,,,,,,,,,,,,,,,, +421,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,2022-03-29 22:21:24.000,2022-03-29 22:21:23,701.0,8.0,175,31.0,84.0,16.0,129.0,977,Multi-user accounts for Django projects.,45.0,24,True,['django'],2022-03-17 00:19:14.000,2.0.2,51.0,,30231.0,conda-forge/django-organizations,django-organizations,37.0,,https://pypi.org/project/django-organizations,2022-03-17 00:19:14.000,37.0,30130.0,https://anaconda.org/conda-forge/django-organizations,2021-09-23 10:46:51.034,2525.0,3.0,,,,,,,,,,,,,,,,,, +422,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,2022-05-30 06:19:37.000,2022-05-30 06:19:35,423.0,22.0,58,18.0,366.0,4.0,37.0,867,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,19.0,24,True,['django'],2021-08-14 15:06:05.000,1.1.0,14.0,,64401.0,,django-split-settings,111.0,,https://pypi.org/project/django-split-settings,2021-08-14 15:06:05.000,111.0,64401.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,, +423,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,2022-05-06 10:28:24.000,2022-04-19 07:54:24,153.0,2.0,70,17.0,59.0,11.0,48.0,684,Helps working with singletons - things like global settings that you want to edit from the admin site.,45.0,24,False,['django'],2021-12-13 07:47:26.000,2.0.0,13.0,,88660.0,,django-solo,1763.0,1461.0,https://pypi.org/project/django-solo,2021-12-13 07:47:26.000,302.0,88660.0,,,,3.0,,,,,,,,,,,,,,,,,, +424,idom,idom-team/idom,web-ui,,https://github.com/idom-team/idom,https://github.com/idom-team/idom,MIT,2019-02-19 05:25:54.000,2022-05-31 19:10:27.000,2022-05-31 19:10:07,1171.0,30.0,33,13.0,364.0,57.0,183.0,593,Create highly interactive web pages purely in Python.,8.0,24,True,,2022-04-16 06:13:31.000,0.38.1,93.0,,3073.0,,idom,11.0,6.0,https://pypi.org/project/idom,2022-04-16 06:13:31.000,5.0,3073.0,,,,3.0,,,,,,,,,,,,,,,,,, +425,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2021-07-14 07:34:13.620,2021-07-12 14:05:13,201.0,,84,15.0,49.0,,57.0,575,a small library for extracting rich content from urls.,27.0,24,True,,2021-07-12 14:05:33.000,0.5.4,24.0,,23288.0,conda-forge/micawber,micawber,933.0,740.0,https://pypi.org/project/micawber,2021-07-12 14:05:33.000,193.0,23161.0,https://anaconda.org/conda-forge/micawber,2021-07-14 07:34:13.620,2169.0,3.0,,,,,,,,,,,,,,,,,, +426,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2022-04-04 15:59:34.000,2022-04-04 15:59:28,267.0,3.0,42,12.0,8.0,5.0,44.0,543,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,7.0,24,True,,2022-03-21 12:32:52.000,0.3.7,34.0,,40841.0,,selectolax,314.0,294.0,https://pypi.org/project/selectolax,2022-03-21 12:32:52.000,20.0,40841.0,,,,3.0,,,,,,,,,,,,,,,,,, +427,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,2022-05-31 00:20:24.000,2022-05-30 11:14:56,757.0,27.0,21,10.0,442.0,4.0,28.0,453,"#1 quality TLS certs while you wait, for the discerning tester.",16.0,24,True,,2021-08-12 20:04:59.000,0.9.0,12.0,,36751.0,conda-forge/trustme,trustme,276.0,232.0,https://pypi.org/project/trustme,2021-08-12 20:04:59.000,44.0,36587.0,https://anaconda.org/conda-forge/trustme,2021-08-12 23:02:22.099,3134.0,3.0,,,,,,,,,,,,,,,,,, +428,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,2022-05-26 05:55:13.000,2021-09-17 17:40:30,240.0,,77,21.0,97.0,14.0,78.0,422,Content Security Policy for Django.,48.0,24,True,['django'],2013-11-19 23:16:37.000,2.0.3,12.0,,266826.0,,django-csp,14.0,,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000,14.0,266826.0,,,,3.0,,,,,,,,,,,,,,,,,, +429,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2021-09-18 00:03:01.000,2014-07-30 05:44:44,181.0,,184,35.0,51.0,108.0,35.0,381,A python module for retrieving and parsing WHOIS data.,7.0,24,False,,2020-06-17 15:45:47.000,0.7.3,21.0,,133313.0,,python-whois,687.0,452.0,https://pypi.org/project/python-whois,2020-06-17 15:45:47.000,235.0,133313.0,,,,3.0,,,,,,,,,,,,,,,,,, +430,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,2022-06-02 11:39:12.000,2022-06-02 11:39:09,446.0,72.0,61,15.0,175.0,4.0,56.0,259,Basic JSON-RPC implementation for your Flask-powered sites.,14.0,24,True,['flask'],2022-05-13 23:49:45.000,2.2.1,15.0,,460.0,,rpc,207.0,201.0,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,460.0,,,,3.0,,,,,,,,,,,,,,,,,, +431,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,2021-12-23 01:34:06.000,2020-12-25 19:34:19,305.0,,50,37.0,85.0,9.0,66.0,234,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,28.0,24,False,,2020-12-25 19:34:28.000,3.3.1,73.0,,18357.0,,pytest-splinter,499.0,383.0,https://pypi.org/project/pytest-splinter,2020-12-25 19:34:28.000,116.0,18357.0,,,,3.0,,,,,,,,,,,,,,,,,, +432,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,2022-05-29 04:27:36.000,2022-05-28 00:26:53,375.0,15.0,47,7.0,147.0,4.0,70.0,187,API spec validator and OpenAPI document generator for Python web frameworks.,23.0,24,True,['openapi'],2022-05-04 03:27:48.000,0.10.0,57.0,,15370.0,,spectree,38.0,36.0,https://pypi.org/project/spectree,2022-05-04 03:27:48.000,2.0,15370.0,,,,3.0,,,,,,,,,,,,,,,,,, +433,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,2022-05-15 23:36:22.000,2022-05-15 23:36:03,577.0,12.0,58,18.0,104.0,6.0,55.0,73,Jinja2 templating system bindings for the Pyramid web framework.,49.0,24,False,['pyramid'],2016-01-23 15:34:59.000,2.6.2,36.0,,1085814.0,anaconda/pyramid_jinja2,pyramid_jinja2,274.0,,https://pypi.org/project/pyramid_jinja2,2016-11-15 16:40:41.000,274.0,1085802.0,https://anaconda.org/anaconda/pyramid_jinja2,2021-09-08 10:24:54.530,954.0,1.0,,,,,,,,,,,,,,,,,,BSD-based +434,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-05-26 15:42:49.000,2020-12-21 00:59:19,40.0,,462,217.0,33.0,62.0,28.0,6296,Real-time metrics for nginx server.,9.0,23,False,,2020-12-21 00:51:09.000,0.0.3,3.0,,2339.0,,ngxtop,42.0,32.0,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,10.0,2339.0,,,,3.0,,,,,,,,,,,,,,,,,, +435,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,273.0,103.0,145.0,56.0,5727,"Fast, asynchronous and elegant Python web framework.",28.0,23,False,,2017-09-04 00:40:01.000,0.1.0,8.0,,181.0,,vibora,95.0,81.0,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,181.0,,,,3.0,,,,,,,,,,,,,,,,,, +436,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2022-06-01 13:38:04.000,2022-06-01 13:37:54,2041.0,84.0,572,94.0,150.0,74.0,410.0,5099,A cron monitoring tool written in Python & Django.,69.0,23,True,,2022-05-10 13:32:54.000,2.1,35.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +437,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2022-05-16 04:21:59.000,2019-03-13 10:21:05,152.0,,705,140.0,27.0,88.0,78.0,2968,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,9.0,23,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,5696.0,,proxybroker,12.0,,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,5696.0,,,,3.0,,,,,,,,,,,,,,,,,, +438,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2022-06-02 12:58:06.000,2022-06-02 12:58:06,856.0,23.0,328,65.0,265.0,66.0,375.0,2385,urlwatch monitors webpages for you.,83.0,23,True,,,,34.0,,5087.0,,urlwatch,2.0,,https://pypi.org/project/urlwatch,2022-03-15 13:45:11.000,2.0,5087.0,,,,3.0,,,,,,,,,,,,,,,,,, +439,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,2022-03-31 19:57:09.000,2022-03-31 19:56:40,478.0,2.0,370,94.0,114.0,71.0,,1883,Alexa Skills Kit for Python.,41.0,23,True,['flask'],2018-02-28 21:57:01.000,0.9.8,34.0,,414.0,,flask-ask,858.0,725.0,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,133.0,414.0,,,,3.0,,,,,,,,,,,,,,,,,, +440,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2022-05-30 17:27:08.000,2020-12-21 15:15:51,250.0,,201,60.0,192.0,31.0,52.0,1827,Automatically generate a RESTful API service for your legacy database. No code required!.,23.0,23,False,,2020-09-08 18:00:11.000,1.2.3,29.0,,505.0,,sandman2,28.0,22.0,https://pypi.org/project/sandman2,2020-09-08 18:00:11.000,6.0,505.0,,,,3.0,,,,,,,,,,,,,,,,,, +441,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000,2021-10-08 14:50:45.000,2021-08-09 00:34:56,894.0,,174,68.0,143.0,57.0,149.0,1758,A Django app that creates automatic web UIs for Python scripts.,22.0,23,True,,2020-04-16 02:58:59.000,0.12.0,30.0,,162.0,,wooey,35.0,34.0,https://pypi.org/project/wooey,2020-04-16 02:56:01.000,1.0,162.0,,,,3.0,,,,,,,,,,,,,,,,,, +442,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2022-04-17 03:33:49.000,2022-04-17 03:30:56,95.0,7.0,138,73.0,33.0,4.0,18.0,1665,Integration layer between Requests and Selenium for automation of web actions.,9.0,23,True,,2022-04-17 03:33:29.000,0.1.13,16.0,,11728.0,,requestium,66.0,60.0,https://pypi.org/project/requestium,2022-04-17 03:33:29.000,6.0,11728.0,,,,3.0,,,,,,,,,,,,,,,,,, +443,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-05-25 23:32:49.000,2019-09-16 09:29:29,658.0,,109,74.0,47.0,38.0,79.0,1546,An improbable web debugger through WebSockets.,22.0,23,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,5960.0,,wdb,147.0,116.0,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,31.0,5960.0,,,,3.0,,,,,,,,,,,,,,,,,, +444,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,2021-10-22 15:46:32.000,2021-10-22 15:46:32,1099.0,,156,62.0,242.0,44.0,194.0,1156,"Extendable, adaptable rewrite of django.contrib.admin.",49.0,23,True,['django'],2017-01-10 17:47:14.000,0.7.1,7.0,,65.0,,django-admin2,38.0,24.0,https://pypi.org/project/django-admin2,2017-01-10 17:47:14.000,14.0,65.0,,,,3.0,,,,,,,,,,,,,,,,,, +445,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2021-09-07 14:49:34.650,2018-02-03 22:03:13,531.0,,319,84.0,94.0,131.0,114.0,1101,Python Rest Testing.,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,14.0,,2729.0,conda-forge/pyresttest,pyresttest,126.0,101.0,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,25.0,1834.0,https://anaconda.org/conda-forge/pyresttest,2021-09-07 14:49:34.650,43865.0,3.0,,,,,,,,,,,,,,,,,, +446,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,2022-05-05 20:56:45.000,2022-05-05 20:56:45,187.0,1.0,70,39.0,83.0,2.0,40.0,924,Beautifully simple class-based views.,31.0,23,True,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,6267.0,,django-vanilla-views,790.0,543.0,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,6267.0,,,,3.0,,,,,,,,,,,,,,,,,, +447,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2022-05-16 07:07:44.000,2022-01-20 14:55:31,1149.0,,39,23.0,430.0,8.0,130.0,818,GraphQL Engine built with Python 3.6+ / asyncio.,27.0,23,True,,2021-11-15 11:05:03.000,1.4.1,80.0,,3618.0,,tartiflette,18.0,,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,18.0,3618.0,,,,3.0,,,,,,,,,,,,,,,,,, +448,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,2022-05-14 18:42:46.000,2020-07-13 17:40:33,60.0,,76,18.0,42.0,21.0,22.0,811,HTTP security headers for Flask.,19.0,23,False,['flask'],2022-03-17 14:23:42.000,1.0.0,14.0,,396688.0,,flask-talisman,103.0,,https://pypi.org/project/flask-talisman,2022-03-17 14:23:42.000,103.0,396688.0,,,,3.0,,,,,,,,,,,,,,,,,, +449,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,2022-05-31 19:42:29.000,2022-02-18 06:50:34,448.0,,81,12.0,72.0,45.0,36.0,746,A dynamic FastAPI router that automatically creates CRUD routes for your models.,18.0,23,True,['fastapi'],2022-01-27 06:55:51.000,0.8.5,26.0,5.0,10908.0,,fastapi-crudrouter,97.0,93.0,https://pypi.org/project/fastapi-crudrouter,2022-01-27 06:54:13.000,4.0,10908.0,,,,1.0,,,,,,,,,,,,,,,,,, +450,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,BSD-3-Clause,2010-12-24 14:59:29.000,2021-07-19 16:39:47.000,2021-07-19 16:39:46,240.0,,69,18.0,57.0,23.0,44.0,717,Freezes a Flask application into a set of static files.,25.0,23,True,['flask'],2017-06-26 22:54:01.000,0.15,17.0,63.0,32365.0,conda-forge/frozen-flask,frozen-flask,2985.0,2401.0,https://pypi.org/project/frozen-flask,2021-06-15 08:43:05.000,584.0,31431.0,https://anaconda.org/conda-forge/frozen-flask,2018-07-12 06:45:26.588,64448.0,3.0,,,,,,,,,,,,,,,,,, +451,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,2022-05-17 16:06:46.000,2022-05-17 16:05:54,144.0,5.0,60,22.0,34.0,6.0,39.0,699,Official Notion SDK rewritten in Python (sync + async).,14.0,23,True,,2022-04-18 14:54:22.000,1.0.0,11.0,,57135.0,conda-forge/notion-client,notion-client,183.0,166.0,https://pypi.org/project/notion-client,2022-04-18 14:51:04.000,17.0,57049.0,https://anaconda.org/conda-forge/notion-client,2022-04-21 22:10:14.821,604.0,3.0,,,,,,,,,,,,,,,,,, +452,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,2022-05-31 10:39:34.000,2021-11-06 10:10:00,1308.0,,127,19.0,239.0,51.0,128.0,622,Automatically monitor the evolving performance of Flask/Python web services.,30.0,23,True,['flask'],2021-11-06 10:10:29.000,3.1.1,45.0,,8185.0,,flask-monitoringdashboard,12.0,,https://pypi.org/project/flask-monitoringdashboard,2021-11-06 10:10:29.000,12.0,8185.0,,,,3.0,,,,,,,,,,,,,,,,,, +453,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000,2022-01-10 13:37:58.000,2020-10-28 12:00:08,102.0,,52,11.0,40.0,15.0,15.0,444,A mocking library for requests.,29.0,23,False,,2020-10-28 12:01:29.000,1.4.0,19.0,,147643.0,,httmock,2267.0,1660.0,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,607.0,147643.0,,,,3.0,,,,,,,,,,,,,,,,,, +454,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,2021-10-04 12:53:54.000,2020-03-11 11:00:24,167.0,,51,19.0,54.0,10.0,27.0,380,Get inside your stronghold and make all your Django views default login_required.,22.0,23,False,['django'],2020-01-17 16:34:53.000,0.4.0,22.0,,24387.0,,django-stronghold,467.0,354.0,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,24387.0,,,,3.0,,,,,,,,,,,,,,,,,, +455,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-02-03 13:39:20.000,2022-02-03 13:31:17,289.0,,34,8.0,29.0,7.0,41.0,368,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,21.0,23,True,['django'],2022-02-03 13:30:53.000,1.0.4,16.0,,14484.0,,django-smuggler,214.0,141.0,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,14484.0,,,,3.0,,,,,,,,,,,,,,,,,, +456,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,2020-04-06 23:28:56.000,2020-04-06 23:28:44,224.0,,90,14.0,40.0,13.0,41.0,330,HTTP request/response parser for python in C.,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,30810.0,,http-parser,531.0,450.0,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,81.0,30810.0,,,,3.0,,,,,,,,,,,,,,,,,, +457,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2022-05-21 14:55:35.000,2022-05-21 14:55:01,669.0,3.0,43,5.0,36.0,1.0,58.0,294,A Python wrapper for ngrok.,8.0,23,True,,2021-08-25 06:11:54.000,5.1.0,77.0,,110242.0,conda-forge/pyngrok,pyngrok,58.0,,https://pypi.org/project/pyngrok,2021-08-25 06:11:54.000,58.0,108561.0,https://anaconda.org/conda-forge/pyngrok,2021-08-25 08:34:40.227,42035.0,3.0,,,,,,,,,,,,,,,,,, +458,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2022-05-03 17:04:45.000,2021-05-15 21:00:41,192.0,,35,11.0,36.0,7.0,15.0,276,"A simple, immutable URL class with a clean API for interrogation and manipulation.",18.0,23,False,,2017-05-12 14:54:05.000,1.3.1,25.0,,41367.0,,purl,2328.0,1950.0,https://pypi.org/project/purl,2021-05-15 21:05:39.000,378.0,41367.0,,,,3.0,,,,,,,,,,,,,,,,,, +459,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,2022-06-01 20:49:01.000,2022-05-04 15:53:08,294.0,8.0,31,80.0,167.0,48.0,54.0,213,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",33.0,23,True,"['flask', 'openapi']",2022-03-31 23:21:56.000,2.2.0,42.0,,4171.0,,flask-rebar,39.0,35.0,https://pypi.org/project/flask-rebar,2022-03-31 23:21:56.000,4.0,4171.0,,,,3.0,,,,,,,,,,,,,,,,,, +460,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/p1c2u/openapi-core,https://github.com/p1c2u/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000,2022-06-02 03:22:03.000,2022-06-02 03:22:00,625.0,4.0,95,12.0,238.0,56.0,103.0,162,OpenAPI core.,48.0,23,True,,2021-05-14 11:26:33.000,0.14.2,40.0,,118266.0,conda-forge/openapi-core,openapi-core,21.0,,https://pypi.org/project/openapi-core,2021-05-14 11:26:33.000,21.0,118073.0,https://anaconda.org/conda-forge/openapi-core,2021-05-17 11:42:41.430,2706.0,3.0,,,,,,,,,,,,,,,,,, +461,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,2022-03-16 08:18:56.000,2022-03-16 08:18:56,325.0,1.0,1249,319.0,83.0,38.0,66.0,8683,Incredibly fast crawler designed for OSINT.,21.0,22,True,,2019-04-05 15:15:47.000,1.3.0,18.0,,244.0,,photon,5.0,,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,244.0,,,,3.0,,,,,,,,,,,,,,,,,, +462,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2021-02-03 21:12:16.000,2021-02-03 21:12:16,134.0,,471,122.0,18.0,9.0,37.0,4426,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",6.0,22,False,,2021-01-23 17:11:12.000,1.1.12,15.0,,1529.0,,autoscraper,171.0,171.0,https://pypi.org/project/autoscraper,2021-01-23 17:11:12.000,,1529.0,,,,3.0,,,,,,,,,,,,,,,,,, +463,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,2022-03-07 09:41:54.000,2022-03-07 09:40:46,226.0,2.0,827,74.0,78.0,108.0,113.0,3016,A tool for extracting plain text from Wikipedia dumps.,30.0,22,True,,2021-10-14 12:34:58.000,3.0.6,4.0,,1802.0,,wikiextractor,146.0,141.0,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,5.0,1802.0,,,,3.0,,,,,,,,,,,,,,,,,, +464,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2022-06-01 22:15:57.000,2022-05-26 16:29:42,585.0,2.0,557,123.0,51.0,49.0,145.0,2740,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",13.0,22,True,['django'],2021-12-30 08:07:51.000,0.9.10,46.0,,719.0,,gerapy,132.0,124.0,https://pypi.org/project/gerapy,2021-12-30 08:03:58.000,8.0,719.0,,,,3.0,,,,,,,,,-2.0,,,,,,,,, +465,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,2022-06-01 21:56:25.000,2022-05-26 22:00:39,5164.0,4.0,478,98.0,310.0,63.0,1006.0,2207,"Misago is fully featured modern forum application that is fast, scalable and responsive.",36.0,22,True,,2020-05-25 20:23:24.000,0.27.0,43.0,,,,,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +466,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,45.0,151.0,64.0,139.0,1600,A Python Static Website Generator.,43.0,22,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,78.0,,hyde,153.0,87.0,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,78.0,,,,3.0,,,,,,,,,,,,,,,,,, +467,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,2022-03-31 13:55:03.000,2022-03-31 13:52:06,299.0,6.0,854,10.0,65.0,25.0,92.0,575,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",29.0,22,True,['django'],2022-03-31 13:56:44.000,1.6.13,59.0,,12277.0,,martor,23.0,,https://pypi.org/project/martor,2022-03-31 13:55:03.000,23.0,12277.0,,,,3.0,,,,,,,,,,,,,,,,,, +468,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,2022-05-25 08:21:31.000,2022-05-24 18:11:31,248.0,8.0,127,16.0,114.0,62.0,65.0,455,"Yet another Django audit log app, hopefully the simplest one.",35.0,22,True,['django'],2021-12-16 02:00:47.000,1.3.2,47.0,,31824.0,,django-easy-audit,146.0,136.0,https://pypi.org/project/django-easy-audit,2022-05-24 18:20:27.000,10.0,31824.0,,,,3.0,,,,,,,,,,,,,,,,,, +469,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,2022-06-01 23:59:04.000,2022-05-01 18:17:18,537.0,4.0,75,12.0,365.0,63.0,163.0,376,Generate modern Python clients from OpenAPI.,36.0,22,True,['openapi'],2022-01-29 22:47:11.000,0.11.1,47.0,,20622.0,conda-forge/openapi-python-client,openapi-python-client,1.0,,https://pypi.org/project/openapi-python-client,2022-01-29 22:47:11.000,1.0,20412.0,https://anaconda.org/conda-forge/openapi-python-client,2022-03-27 00:10:54.861,2108.0,3.0,,,,,,,,,,,,,,,,,, +470,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,2022-01-16 18:10:27.000,2022-01-16 18:10:12,82.0,,48,13.0,39.0,1.0,44.0,352,Formatting of dates and times in Flask templates using moment.js.,19.0,22,True,['flask'],2021-07-16 09:29:29.000,1.0.2,20.0,,28886.0,conda-forge/flask-moment,flask-moment,2266.0,,https://pypi.org/project/flask-moment,2021-07-16 09:29:29.000,2266.0,28405.0,https://anaconda.org/conda-forge/flask-moment,2021-07-16 11:43:04.802,33249.0,3.0,,,,,,,,,,,,,,,,,, +471,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,2022-05-17 11:57:20.000,2022-04-05 19:59:40,240.0,6.0,45,8.0,48.0,5.0,58.0,330,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",27.0,22,True,['fastapi'],2022-04-05 20:11:31.000,1.0.8,67.0,,43625.0,,fastapi-mail,7.0,,https://pypi.org/project/fastapi-mail,2022-04-05 20:11:31.000,7.0,43625.0,,,,3.0,,,,,,,,,,,,,,,,,, +472,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,2022-05-25 05:40:31.000,2021-12-20 13:16:51,274.0,,73,19.0,56.0,57.0,44.0,285,Django registration and authentication with GraphQL.,15.0,22,True,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,7637.0,,django-graphql-auth,408.0,408.0,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,7637.0,,,,3.0,,,,,,,,,,,,,,,,,, +473,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2021-11-19 13:58:47.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.,44.0,22,False,,2013-08-30 04:51:31.000,1.1.1,10.0,,7802.0,,velruse,292.0,254.0,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,38.0,7802.0,,,,3.0,,,,,,,,,,,,,,,,,, +474,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,,79,12.0,9.0,11.0,40.0,242,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",8.0,22,False,,2017-07-20 02:40:14.000,0.0.7,8.0,8.0,21112.0,,flask-excel,823.0,751.0,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,21112.0,,,,3.0,,,,,,,,,,,,,,,,,, +475,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/alecthomas/flask_injector,https://github.com/alecthomas/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000,2022-05-31 08:50:39.000,2022-05-31 08:50:39,182.0,1.0,32,8.0,28.0,12.0,36.0,240,Adds Injector support to Flask.,12.0,22,True,['flask'],2021-08-31 21:56:05.000,0.13.0,26.0,,39977.0,conda-forge/flask-injector,flask_injector,726.0,662.0,https://pypi.org/project/flask_injector,2021-08-31 21:56:05.000,64.0,39873.0,https://anaconda.org/conda-forge/flask-injector,2021-09-01 07:11:12.985,1459.0,3.0,,,,,,,,,,,,,,,,,, +476,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2021-10-05 19:19:16.000,2020-03-12 22:31:33,265.0,,33,111.0,80.0,22.0,35.0,173,Modern robots.txt Parser for Python.,23.0,22,False,,2019-09-16 19:32:19.000,0.4.14,24.0,,7093.0,,reppy,178.0,134.0,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,44.0,7093.0,,,,3.0,,,,,,,,,,,,,,,,,, +477,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000,2022-03-25 16:28:18.000,2022-03-25 16:27:25,782.0,7.0,31,7.0,167.0,20.0,127.0,138,Declarative HTTP Testing for Python and anything else.,28.0,22,True,,2022-03-22 19:57:13.000,2.7.1,121.0,,9013.0,,gabbi,109.0,,https://pypi.org/project/gabbi,2022-03-22 19:57:13.000,109.0,9013.0,,,,3.0,,,,,,,,,,,,,,,,,, +478,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,2022-04-28 18:18:19.000,2022-04-08 16:40:33,473.0,13.0,23,5.0,37.0,6.0,23.0,105,Streaming parser for multipart/form-data written in Python.,10.0,22,True,,2022-03-27 10:48:04.000,1.10.2,34.0,,12558.0,,streaming-form-data,35.0,32.0,https://pypi.org/project/streaming-form-data,2022-03-27 10:48:04.000,3.0,12558.0,,,,3.0,,,,,,,,,,,,,,,,,, +479,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,MPL-2.0,2020-10-02 11:26:03.000,2022-05-25 07:50:31.000,2022-05-25 07:50:29,279.0,12.0,932,495.0,62.0,47.0,218.0,11253,Offensive Google framework.,26.0,21,True,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +480,cabot,arachnys/cabot,others,,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014-01-06 17:48:59.000,2022-05-25 02:53:27.000,2021-01-05 10:40:20,735.0,,577,154.0,269.0,163.0,295.0,5297,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",70.0,21,False,,2017-09-14 16:02:39.000,0.11.7,22.0,83.0,1.0,,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +481,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,2022-06-02 03:21:32.000,2022-06-02 03:21:31,1453.0,54.0,693,85.0,1237.0,7.0,170.0,4109,"A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and..",68.0,21,True,['flask'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +482,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,2022-04-25 18:15:42.000,2022-02-01 14:48:24,3573.0,,250,86.0,701.0,68.0,108.0,2154,Load and performance benchmark tool.,99.0,21,False,,2021-09-10 16:12:35.000,1.17.8,38.0,,83.0,,yandextank,9.0,6.0,https://pypi.org/project/yandextank,2021-09-10 16:12:35.000,3.0,83.0,,,,3.0,,,,,,,,,,,,,,,,,, +483,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,2022-05-19 11:59:37.000,2022-03-12 14:28:16,208.0,5.0,221,72.0,36.0,10.0,31.0,1933,Tool to scan for secret files on HTTP servers.,15.0,21,False,,2022-01-31 20:30:27.000,0.0.12,12.0,,212.0,,snallygaster,3.0,3.0,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,212.0,,,,3.0,,,,,,,,,,,,,,,,,, +484,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,2022-03-27 14:36:35.000,2022-03-27 14:36:35,436.0,2.0,169,39.0,58.0,3.0,90.0,1581,Async Python 3.6+ web scraping micro-framework based on asyncio.,16.0,21,True,,2021-05-07 01:36:59.000,0.8.4,54.0,14.0,526.0,,ruia,64.0,55.0,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,9.0,526.0,,,,3.0,,,,,,,,,,,,,,,,,, +485,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,2020-03-01 06:25:06.000,2020-03-01 06:25:05,254.0,,544,167.0,2.0,14.0,52.0,1440,A high-level distributed crawling framework.,3.0,21,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,91.0,,cola,12.0,10.0,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,91.0,,,,3.0,,,,,,,,,,,,,,,,,, +486,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,2022-05-01 19:53:46.000,2022-02-06 11:31:46,331.0,,186,27.0,28.0,30.0,62.0,1304,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",8.0,21,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,,1409.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,1409.0,,,,3.0,,,,,,,,,,,,,,,,,, +487,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,2022-05-01 19:53:46.000,2022-02-06 11:31:46,331.0,,186,27.0,28.0,30.0,62.0,1304,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",8.0,21,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,,1409.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,1409.0,,,,1.0,,,,,,,,,,,,,,,,,, +488,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,2021-12-14 14:28:06.000,2020-10-20 08:42:33,157.0,,84,23.0,57.0,33.0,31.0,686,a flask profiler which watches endpoint calls and tries to make some analysis.,29.0,21,False,['flask'],2018-11-19 23:11:10.000,1.8.1,39.0,,23321.0,,flask-profiler,7.0,,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,7.0,23321.0,,,,3.0,,,,,,,,,,,,,,,,,, +489,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,2022-05-11 21:44:52.000,2020-09-25 16:23:54,51.0,,31,9.0,22.0,10.0,9.0,415,Adds simple SQLAlchemy support to FastAPI.,5.0,21,False,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,31235.0,,fastapi-sqlalchemy,579.0,578.0,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,1.0,31235.0,,,,1.0,,,,,,,,,,,,,,,,,, +490,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2022-05-05 08:12:59.000,2022-05-05 07:55:43,2992.0,13.0,110,41.0,376.0,50.0,166.0,379,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",65.0,21,False,,,,,,,,,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +491,molotov,loads/molotov,testing,,https://github.com/loads/molotov,https://github.com/loads/molotov,Apache-2.0,2015-05-04 09:17:25.000,2022-03-25 16:19:03.000,2022-01-25 15:33:24,449.0,,28,16.0,35.0,21.0,86.0,378,Load Testing Tool.,12.0,21,True,,2017-03-22 08:05:08.000,0.6.2,19.0,,18367.0,,molotov,90.0,78.0,https://pypi.org/project/molotov,2022-01-25 15:32:12.000,12.0,18367.0,,,,3.0,,,,,,,,,,,,,,,,,, +492,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2022-02-17 21:38:51.000,2021-04-20 02:51:08,296.0,,54,9.0,27.0,25.0,48.0,244,"A light-weight, modular, message representation and mail delivery framework for Python.",20.0,21,False,,2019-09-16 00:20:27.000,4.0.3,8.0,127.0,37236.0,conda-forge/mailer,mailer,83.0,,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,83.0,36205.0,https://anaconda.org/conda-forge/mailer,2021-07-01 11:13:17.243,46393.0,3.0,,,,,,,,,,,,,,,,,, +493,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,2021-12-27 14:15:17.000,2021-12-27 14:00:57,157.0,,25,9.0,7.0,,15.0,197,Python module for generating and verifying JSON Web Tokens.,5.0,21,True,,2021-12-27 14:15:17.000,3.3.2,40.0,,210658.0,,python-jwt,54.0,,https://pypi.org/project/python-jwt,2021-12-27 14:15:17.000,54.0,210658.0,,,,3.0,,,,,,,,,,,,,,,,,, +494,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,2021-06-04 09:34:30.000,2017-07-19 05:38:58,157.0,,87,12.0,51.0,16.0,34.0,186,Seamlessly serve your static assets of your Flask app from Amazon S3.,26.0,21,False,,2017-02-23 20:44:59.000,0.3.3,28.0,23.0,5185.0,,flask-s3,477.0,389.0,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,88.0,5185.0,,,,3.0,,,,,,,,,,,,,,,,,, +495,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,2022-05-13 16:04:42.000,2019-04-28 13:53:50,26.0,,38,5.0,11.0,16.0,5.0,109,A simple way to demo Flask apps from your machine.,2.0,21,False,['flask'],2018-09-09 19:48:38.000,0.0.25,16.0,,85907.0,,flask-ngrok,1725.0,1715.0,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,10.0,85907.0,,,,3.0,,,,,,,,,,,,,,,,,, +496,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,2021-08-11 15:50:21.000,2021-05-15 21:42:07,387.0,,39,16.0,57.0,9.0,33.0,51,A package for sending email from your Pyramid application.,35.0,21,False,['pyramid'],2016-12-13 20:48:50.000,0.15.1,24.0,,22318.0,,pyramid_mailer,115.0,,https://pypi.org/project/pyramid_mailer,2016-12-13 20:48:50.000,115.0,22318.0,,,,3.0,,,,,,,,,,,,,,,,,, +497,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,,3561,,,,,14152,Tool for automated Instagram interactions.,,20,True,,2022-01-19 04:05:04.000,0.6.16,52.0,,107124.0,,instapy,11.0,,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,107124.0,,,,3.0,,,,,,,,,,,,,,,,,, +498,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2020-12-24 05:55:39.000,2020-12-24 05:55:08,91.0,,336,126.0,19.0,6.0,20.0,5140,curl statistics made simple.,4.0,20,False,,2020-12-24 05:55:02.000,1.3.1,8.0,110.0,3106.0,,httpstat,13.0,13.0,https://pypi.org/project/httpstat,2020-12-24 05:55:02.000,,3105.0,,,,3.0,,,,,,,,,,,,,,,,,, +499,toapi,gaojiuli/toapi,others,,https://github.com/gaojiuli/toapi,https://github.com/gaojiuli/toapi,MIT,2017-11-27 08:40:55.000,2022-05-26 01:21:14.000,2021-06-28 01:58:45,462.0,,230,79.0,83.0,8.0,48.0,3268,Every web site provides APIs.,12.0,20,True,,2021-06-28 01:56:50.000,2.1.3,40.0,,116.0,,toapi,8.0,,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,116.0,,,,3.0,,,,,,,,,,,,,,,,,, +500,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000,2021-03-02 05:41:37.000,2014-02-04 22:59:23,73.0,,358,90.0,40.0,58.0,10.0,1683,A Pythonic interface for Google Mail.,14.0,20,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,6590.0,,gmail,19.0,,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,19.0,6590.0,,,,3.0,,,,,,,,,,,,,,,,,, +501,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000,2021-04-24 18:18:14.000,2021-04-24 18:18:10,160.0,,56,18.0,26.0,12.0,32.0,649,"The simple, fast, and modern web scraping library.",16.0,20,False,,2020-10-09 12:51:41.000,1.1,19.0,,17136.0,,gazpacho,171.0,165.0,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,6.0,17136.0,,,,3.0,,,,,,,,,,,,,,,,,, +502,Lassie,michaelhelmick/lassie,web-scraping,,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013-07-30 20:41:39.000,2022-02-28 02:29:42.000,2021-08-20 14:32:48,231.0,,46,22.0,45.0,10.0,29.0,557,Web Content Retrieval for Humans.,15.0,20,True,,2021-08-20 14:34:18.000,0.11.11,38.0,,2000.0,,lassie,37.0,28.0,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,2000.0,,,,3.0,,,,,,,,,,,,,,,,,, +503,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.,15.0,20,False,,2012-10-22 08:16:33.000,0.0.4,4.0,,438.0,,tornadio2,265.0,183.0,https://pypi.org/project/tornadio2,2012-10-22 08:16:33.000,82.0,438.0,,,,3.0,,,,,,,,,,,,,,,,,, +504,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,2022-05-02 19:36:38.000,2021-12-21 14:08:54,304.0,,89,43.0,81.0,27.0,38.0,521,Restful API framework wrapped around MongoEngine.,18.0,20,True,['flask'],2019-08-26 10:57:49.000,0.3.0,7.0,,125.0,,Flask-MongoRest,75.0,48.0,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,125.0,,,,3.0,,,,,,,,,,,,,,,,,, +505,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,2022-06-01 22:23:54.000,2022-04-28 12:30:52,1232.0,5.0,66,14.0,39.0,2.0,74.0,346,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,15.0,20,True,"['flask', 'openapi']",2021-12-29 16:07:00.000,2.12.2,69.0,,594.0,,safrs,53.0,52.0,https://pypi.org/project/safrs,2021-12-29 16:03:30.000,1.0,594.0,,,,3.0,,,,,,,,,,,,,,,,,, +506,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,2022-01-17 19:31:43.000,2022-01-17 19:31:42,346.0,,42,14.0,120.0,5.0,134.0,312,"Strong, Simple, and Precise security for Flask APIs (using jwt).",24.0,20,True,['flask'],2021-12-02 22:57:39.000,1.3.0,46.0,,11185.0,,flask-praetorian,8.0,,https://pypi.org/project/flask-praetorian,2021-12-02 22:57:39.000,8.0,11185.0,,,,3.0,,,,,,,,,,,,,,,,,, +507,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,2022-05-13 15:38:59.000,2021-10-28 10:23:04,126.0,,24,5.0,22.0,9.0,18.0,200,flask extension for integration with the awesome pydantic package.,9.0,20,True,['flask'],2021-10-28 10:24:52.000,0.9.0,21.0,,41409.0,,flask_pydantic,148.0,146.0,https://pypi.org/project/flask_pydantic,2021-10-28 10:24:52.000,2.0,41409.0,,,,3.0,,,,,,,,,,,,,,,,,, +508,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,2022-05-27 17:53:19.000,2022-05-23 04:42:52,134.0,10.0,19,1.0,23.0,8.0,22.0,189,Prometheus exporter for Starlette and FastAPI.,13.0,20,True,['fastapi'],2022-05-23 04:47:55.000,0.13.0,16.0,,288770.0,,starlette_exporter,4.0,,https://pypi.org/project/starlette_exporter,2022-05-23 04:25:14.000,4.0,288770.0,,,,2.0,,,,,,,,,,,,,,,,,, +509,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,,42,14.0,14.0,3.0,6.0,147,Simple GraphQL client for Python 2.7+.,6.0,20,False,,2021-03-04 21:32:03.000,0.4.3,9.0,,63703.0,,python-graphql-client,249.0,237.0,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,12.0,63703.0,,,,3.0,,,,,,,,,,,,,,,,,, +510,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,2021-10-11 22:11:27.000,2019-10-22 00:14:18,66.0,,41,12.0,26.0,18.0,13.0,131,OpenTracing instrumentation for the Flask microframework.,15.0,20,False,['flask'],2019-10-22 00:20:30.000,1.1.0,12.0,,182836.0,,Flask-Opentracing,329.0,302.0,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,27.0,182836.0,,,,3.0,,,,,,,,,,,,,,,,,, +511,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2022-01-29 05:43:19.000,2022-01-29 05:37:45,134.0,,15,16.0,41.0,,29.0,90,Asyncio http mocking. Similar to the responses library used for requests.,13.0,20,True,,2022-01-29 05:43:19.000,2.1.5,23.0,,27564.0,,aresponses,317.0,269.0,https://pypi.org/project/aresponses,2022-01-29 05:43:19.000,48.0,27564.0,,,,3.0,,,,,,,,,,,,,,,,,, +512,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,2022-04-08 16:12:05.000,2020-08-20 23:05:51,40.0,,32,8.0,15.0,9.0,10.0,77,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,8.0,20,False,,2020-08-20 23:10:25.000,0.6.0,9.0,,56124.0,conda-forge/markdown-include,markdown-include,1902.0,1690.0,https://pypi.org/project/markdown-include,2020-08-20 23:10:25.000,212.0,55745.0,https://anaconda.org/conda-forge/markdown-include,2020-11-01 23:43:24.312,7202.0,3.0,,,,,,,,,,,,,,,,,, +513,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,2021-12-24 17:32:00.000,2015-07-08 05:29:26,684.0,,175,59.0,84.0,30.0,40.0,984,A Django app to accept payments from various payment processors via Pluggable backends.,49.0,19,False,['django'],,,9.0,,138.0,,django-merchant,29.0,23.0,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,138.0,,,,3.0,,,,,,,,,,,,,,,,,, +514,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,2022-06-01 13:39:59.000,2022-06-01 13:39:57,246.0,26.0,85,42.0,70.0,,13.0,632,A Modular Penetration Testing Framework.,9.0,19,True,,2022-05-01 02:07:57.000,3.2.7,27.0,,742.0,,fsociety,2.0,2.0,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,742.0,,,,3.0,,,,,,,,,,,,,,,,,, +515,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,2022-03-17 03:37:35.000,2022-03-17 03:37:22,327.0,3.0,28,16.0,7.0,,20.0,622,Fast C based HTML 5 parsing for python.,6.0,19,True,,2021-09-22 07:01:46.000,0.4.10,18.0,,46423.0,,html5-parser,15.0,,https://pypi.org/project/html5-parser,2021-09-22 07:01:46.000,15.0,46423.0,,,,3.0,,,,,,,,,,,,,,,,,, +516,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,2022-05-03 11:10:00.000,2020-11-11 05:05:27,123.0,,56,7.0,14.0,36.0,34.0,370,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",3.0,19,False,['fastapi'],2020-11-06 11:15:11.000,0.5.0,7.0,,30491.0,,fastapi-jwt-auth,6.0,,https://pypi.org/project/fastapi-jwt-auth,2020-11-06 11:10:56.000,6.0,30491.0,,,,3.0,,,,,,,,,,,,,,,,,, +517,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,2021-12-15 13:47:04.512,2021-11-14 18:07:28,737.0,,83,27.0,54.0,19.0,46.0,304,Python blogging engine.,39.0,19,False,,2019-12-06 00:18:53.000,1.7.2,24.0,,116.0,,tinkerer,103.0,73.0,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,116.0,,,,3.0,,,,,,,,,,,,,,,,,, +518,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,2022-05-16 17:32:34.000,2022-03-02 07:28:18,99.0,,13,4.0,37.0,4.0,25.0,249,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,5.0,19,True,['fastapi'],2021-06-28 14:54:26.000,0.3.3,15.0,,101303.0,,starlette-context,5.0,,https://pypi.org/project/starlette-context,2021-06-28 14:54:26.000,5.0,101303.0,,,,3.0,,,,,,,,,,,,,,,,,, +519,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,2021-06-05 18:11:41.000,2021-06-04 02:17:35,59.0,,28,7.0,13.0,13.0,31.0,192,Full text search for flask.,4.0,19,True,['flask'],2020-05-18 15:17:04.000,0.2.9,22.0,,544.0,,flask-msearch,371.0,359.0,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,544.0,,,,3.0,,,,,,,,,,,,,,,,,, +520,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,2022-05-13 15:44:21.000,2022-05-13 15:44:08,147.0,7.0,21,13.0,21.0,7.0,12.0,163,JSON-RPC server based on fastapi.,10.0,19,True,['fastapi'],2022-05-13 15:44:21.000,2.2.2,57.0,,3707.0,,fastapi-jsonrpc,17.0,16.0,https://pypi.org/project/fastapi-jsonrpc,2022-05-13 15:44:21.000,1.0,3707.0,,,,3.0,,,,,,,,,,,,,,,,,, +521,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,2022-06-02 15:46:06.000,2022-06-02 15:19:06,1207.0,57.0,14,2.0,562.0,8.0,30.0,138,A tool to automatically fix Django deprecations.,20.0,19,True,['django'],2022-05-11 17:12:35.000,1.10.3,73.0,421.0,1518.0,,django-codemod,,,https://pypi.org/project/django-codemod,2022-05-11 17:12:32.000,,1502.0,,,,3.0,,,,,,,,,,,,,,,,,, +522,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/rszamszur/fastapi-mvc,https://github.com/rszamszur/fastapi-mvc,MIT,2021-07-25 14:11:38.000,2022-05-10 21:14:51.000,2022-05-10 21:05:33,582.0,193.0,22,2.0,37.0,20.0,42.0,131,Developer productivity tool for making high-quality FastAPI production-ready APIs.,3.0,19,True,['fastapi'],2022-05-10 21:14:51.000,0.12.0,14.0,35.0,229.0,,fastapi-mvc,,,https://pypi.org/project/fastapi-mvc,2022-05-10 21:12:58.000,,226.0,,,,2.0,,,,,,,,,,,,,,,,,, +523,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,2022-04-19 07:26:07.266,2021-12-06 12:32:17,78.0,,5,3.0,33.0,3.0,11.0,104,Programmatic startup/shutdown of ASGI apps.,2.0,19,True,,2020-06-07 11:30:40.000,1.0.1,13.0,,79104.0,conda-forge/asgi-lifespan,asgi-lifespan,497.0,486.0,https://pypi.org/project/asgi-lifespan,2020-06-07 11:30:40.000,11.0,77575.0,https://anaconda.org/conda-forge/asgi-lifespan,2022-04-19 07:26:07.266,21408.0,3.0,,,,,,,,,,,,,,,,,, +524,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,2022-05-16 17:36:55.000,2021-09-22 10:31:18,166.0,,22,33.0,61.0,2.0,27.0,91,Flask like web framework for AWS Lambda.,21.0,19,True,,2021-09-22 10:32:52.000,12.0.0,48.0,,3039.0,,lambdarest,,,https://pypi.org/project/lambdarest,2021-09-22 10:32:52.000,,3039.0,,,,3.0,,,,,,,,,,,,,,,,,, +525,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/striglia/pyramid_swagger,https://github.com/striglia/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2020-06-14 04:45:59.000,2020-03-29 21:22:12,569.0,,47,14.0,138.0,24.0,86.0,64,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,39.0,19,False,['pyramid'],2018-07-02 12:17:34.000,2.6.2,26.0,,14897.0,,pyramid_swagger,3.0,,https://pypi.org/project/pyramid_swagger,2018-07-02 12:17:34.000,3.0,14897.0,,,,3.0,,,,,,,,,,,,,,,,,, +526,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,2021-07-14 13:13:57.000,2019-04-17 23:52:22,772.0,,286,103.0,84.0,49.0,112.0,3244,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,,29.0,,flask_jsondash,,,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,29.0,,,,3.0,,,,,,,,,,,,,,,,,, +527,gain,gaojiuli/gain,web-scraping,,https://github.com/gaojiuli/gain,https://github.com/gaojiuli/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,77.0,15.0,8.0,28.0,2013,Web crawling framework based on asyncio.,10.0,18,False,,2017-06-19 01:18:41.000,0.1.4,5.0,,27.0,,gain,22.0,21.0,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,, +528,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,2022-06-01 23:57:19.000,2022-02-18 04:40:27,150.0,,186,32.0,128.0,21.0,36.0,1183,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",13.0,18,True,['fastapi'],2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +529,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,2022-06-01 23:59:54.000,2022-03-24 01:23:45,306.0,1.0,49,13.0,207.0,36.0,21.0,504,This code generator creates FastAPI app from an openapi file.,13.0,18,True,"['fastapi', 'openapi']",2022-05-13 04:12:02.000,0.3.5,35.0,,1906.0,,fastapi-code-generator,,,https://pypi.org/project/fastapi-code-generator,2022-05-13 04:12:02.000,,1906.0,,,,2.0,,,,,,,,,,,,,,,,,, +530,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2022-05-30 08:39:17.000,2022-02-02 08:38:30,145.0,,36,12.0,42.0,19.0,35.0,445,A rate limiter for Starlette and FastAPI.,15.0,18,True,['fastapi'],2021-08-28 15:32:49.000,0.1.5,5.0,,32085.0,,slowapi,1.0,,https://pypi.org/project/slowapi,2021-08-28 15:32:49.000,1.0,32085.0,,,,2.0,,,,,,,,,,,,,,,,,, +531,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,2022-04-23 09:54:01.000,2022-01-10 15:26:57,63.0,,28,3.0,19.0,5.0,15.0,193,Prometheus integration for Starlette.,14.0,18,True,['fastapi'],2022-01-10 15:27:16.000,0.9.0,10.0,8.0,34782.0,,starlette-prometheus,5.0,,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,5.0,34782.0,,,,3.0,,,,,,,,,,,,,,,,,, +532,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,2021-10-30 08:41:53.000,2021-10-25 13:10:41,87.0,,34,9.0,15.0,2.0,14.0,171,Simple Login - Login Extension for Flask - maintainer @cuducos.,10.0,18,True,['flask'],2021-10-25 13:12:46.000,0.1.1,8.0,,48521.0,,flask_simplelogin,10.0,,https://pypi.org/project/flask_simplelogin,2019-10-14 00:25:51.000,10.0,48521.0,,,,3.0,,,,,,,,,,,,,,,,,, +533,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,2022-05-05 20:39:04.000,2022-04-23 20:47:54,183.0,1.0,36,7.0,40.0,10.0,25.0,166,Integrate GraphQL with your Pydantic models.,15.0,18,True,['graphql'],2022-01-25 16:41:33.000,0.3.0,11.0,,7989.0,,graphene-pydantic,1.0,,https://pypi.org/project/graphene-pydantic,2022-01-25 16:41:33.000,1.0,7989.0,,,,3.0,,,,,,,,,,,,,,,,,, +534,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,2022-05-02 13:39:59.000,2022-03-11 11:49:59,54.0,1.0,14,4.0,34.0,7.0,13.0,111,A framework-agnostic library for testing ASGI web applications.,13.0,18,True,,2022-03-11 11:50:35.000,1.4.10,30.0,,35922.0,,async-asgi-testclient,189.0,173.0,https://pypi.org/project/async-asgi-testclient,2022-03-11 11:50:35.000,16.0,35922.0,,,,3.0,,,,,,,,,,,,,,,,,, +535,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,2022-02-14 10:25:31.000,2021-02-24 02:40:04,189.0,,67,12.0,54.0,17.0,32.0,100,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,25.0,18,False,['pyramid'],2016-12-24 03:58:09.000,3.0.0,10.0,,6306.0,,pyramid_celery,8.0,,https://pypi.org/project/pyramid_celery,2016-12-24 03:58:09.000,8.0,6306.0,,,,3.0,,,,,,,,,,,,,,,,,, +536,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,2022-05-30 07:07:09.000,2022-05-20 21:14:37,166.0,3.0,15,7.0,129.0,12.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,14.0,18,True,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,871.0,,tartiflette-asgi,11.0,10.0,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,871.0,,,,3.0,,,,,,,,,,,,,,,,,, +537,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,2022-05-30 20:57:41.000,2022-05-26 09:49:48,172.0,4.0,35,16.0,112.0,23.0,41.0,75,Pyramid addon for OpenAPI3 validation of requests and responses.,22.0,18,True,"['pyramid', 'openapi']",2020-10-27 20:11:49.000,0.10.2,30.0,,7707.0,,pyramid_openapi3,2.0,,https://pypi.org/project/pyramid_openapi3,2022-05-05 13:12:24.000,2.0,7707.0,,,,3.0,,,,,,,,,,,,,,,,,, +538,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,2022-05-16 07:07:54.000,2021-11-15 10:06:16,226.0,,9,9.0,187.0,4.0,15.0,58,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",10.0,18,True,,2021-11-15 10:12:31.000,1.4.1,31.0,,1261.0,,tartiflette-aiohttp,47.0,43.0,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,1261.0,,,,3.0,,,,,,,,,,,,,,,,,, +539,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,210.0,24.0,42.0,29.0,4109,A testing system for catching visual regressions in Web applications.,7.0,17,False,,,,5.0,,25.0,,huxley,2.0,2.0,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, +540,justpy,elimintz/justpy,web-frameworks,,https://github.com/elimintz/justpy,https://github.com/elimintz/justpy,Apache-2.0,2019-06-17 13:38:23.000,2022-02-20 00:47:51.000,2022-01-12 20:23:54,118.0,,66,35.0,21.0,96.0,190.0,839,An object oriented high-level Python Web Framework that requires no frontend programming.,1.0,17,True,,2022-01-12 19:25:04.000,.0.2.3,18.0,,1677.0,,justpy,2.0,,https://pypi.org/project/justpy,2022-01-12 19:06:50.000,2.0,1677.0,,,,3.0,,,,,,,,,,,,,,,,,, +541,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2022-01-29 23:47:54.000,2022-01-29 23:46:27,441.0,,53,19.0,68.0,17.0,73.0,545,A Python Mail Server.,15.0,17,True,,2019-12-31 19:27:38.000,3.2.0,12.0,60.0,880.0,,salmon-mail,18.0,17.0,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,878.0,,,,3.0,,,,,,,,,,,,,,,,,, +542,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019-08-21 20:51:35.000,2022-05-18 21:59:22.000,2021-06-03 14:00:13,140.0,,20,8.0,155.0,5.0,21.0,498,Opinionated set of utilities on top of FastAPI.,11.0,17,True,['fastapi'],2021-06-03 13:58:16.000,0.2.11,34.0,,20715.0,,fastapi_contrib,,,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,,20715.0,,,,3.0,,,,,,,,,,,,,,,,,, +543,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,,40,24.0,19.0,3.0,19.0,496,Extract data from websites using basic statistical magic.,3.0,17,False,,2015-06-28 22:20:05.000,0.0.12,4.0,,48.0,,libextract,25.0,16.0,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,48.0,,,,3.0,,,,,,,,,,,,,,,,,, +544,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,,71,37.0,99.0,16.0,120.0,481,A complete test automation tool.,20.0,17,True,,2021-07-30 15:38:36.000,0.10.1,36.0,53.0,204.0,,golem-framework,1.0,,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,203.0,,,,3.0,,,,,,,,,,,,,,,,,, +545,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,2022-02-24 11:02:08.000,2021-12-05 10:57:15,37.0,,13,4.0,10.0,6.0,13.0,163,Easily integrate socket.io with your FastAPI app.,4.0,17,True,['fastapi'],2021-12-06 08:10:52.000,0.0.9,13.0,,4945.0,,fastapi-socketio,95.0,94.0,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,1.0,4945.0,,,,3.0,,,,,,,,,,,,,,,,,, +546,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,2021-12-07 13:25:50.000,2021-12-07 13:24:06,372.0,,13,4.0,49.0,13.0,60.0,142,Easy file uploads for Flask.,6.0,17,True,['flask'],2021-12-07 13:25:50.000,0.2.1,25.0,,252.0,,flask-file-upload,55.0,55.0,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,252.0,,,,3.0,,,,,,,,,,,,,,,,,, +547,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/NovemberOscar/Flask-GraphQL-Auth,https://github.com/NovemberOscar/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2022-05-25 01:39:56.000,2021-06-16 13:33:51,120.0,,9,7.0,12.0,6.0,13.0,64,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,7.0,17,True,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,1730.0,,flask-graphql-auth,93.0,89.0,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,1730.0,,,,3.0,,,,,,,,,,,,,,,,,, +548,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,2022-02-08 09:55:35.000,2020-06-25 16:43:52,12.0,,237,84.0,20.0,22.0,11.0,4165,Nginx UI allows you to access and modify the nginx configurations files without cli.,3.0,16,False,,2020-06-28 15:17:10.000,0.2,1.0,,21492.0,,,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,16.0,537313.0,,,, +549,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,2021-08-03 13:38:32.000,2020-03-07 05:52:59,21.0,,70,15.0,217.0,40.0,12.0,1043,Reusable utilities for FastAPI.,2.0,16,False,['fastapi'],2020-03-07 05:55:04.000,0.2.1,4.0,,257327.0,,fastapi-utils,2.0,,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,2.0,257327.0,,,,3.0,,,,,,,,,,,,,,,,,, +550,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,2021-09-26 09:02:00.000,2021-08-24 17:12:25,93.0,,40,10.0,29.0,21.0,17.0,386,api versioning for fastapi web applications.,16.0,16,True,['fastapi'],2021-08-24 17:06:33.000,0.10.0,10.0,,28847.0,,fastapi-versioning,2.0,,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,2.0,28847.0,,,,3.0,,,,,,,,,,,,,,,,,, +551,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,2022-03-21 17:22:33.000,2022-03-21 17:22:30,61.0,1.0,12,3.0,3.0,4.0,10.0,212,FastAPI framework plugins.,3.0,16,True,['fastapi'],2021-09-27 09:16:19.000,0.9.0,14.0,,4628.0,,fastapi-plugins,54.0,54.0,https://pypi.org/project/fastapi-plugins,2021-09-27 09:14:56.000,,4628.0,,,,3.0,,,,,,,,,,,,,,,,,, +552,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000,2021-12-15 14:18:14.200,2020-04-02 04:58:41,429.0,,29,12.0,76.0,8.0,20.0,96,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",19.0,16,False,['pyramid'],,,5.0,,8077.0,,apex,23.0,,https://pypi.org/project/apex,2021-12-15 14:18:14.200,23.0,8077.0,,,,3.0,,,,,,,,,,,,,,,,,, +553,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,2022-01-29 16:01:16.000,2019-04-05 11:55:48,486.0,,338,83.0,57.0,49.0,27.0,2021,Automated Security Testing For REST APIs.,11.0,15,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +554,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,,75,14.0,28.0,19.0,2.0,210,A python module to parse the Open Graph Protocol.,8.0,15,False,,,,3.0,,834.0,,opengraph,116.0,92.0,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,834.0,,,,3.0,,,,,,,,,,,,,,,,,, +555,flama,perdy/flama,web-frameworks,,https://github.com/perdy/flama,https://github.com/perdy/flama,GPL-3.0,2018-09-27 15:29:54.000,2022-06-02 14:21:13.000,2021-08-31 11:36:38,175.0,,14,6.0,19.0,26.0,23.0,200,Fire up your API.,8.0,15,True,,2020-11-16 12:59:28.000,0.16.0,15.0,64.0,184.0,,flama,,,https://pypi.org/project/flama,2020-11-16 12:59:17.000,,182.0,,,,3.0,,,,,,,,,,,,,,,,,, +556,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-03-21 22:16:23.000,2020-10-09 07:57:39,120.0,,29,6.0,33.0,10.0,20.0,73,JWT authentication for Pyramid.,12.0,15,False,['pyramid'],2020-10-09 08:00:32.000,1.6.1,6.0,,13737.0,,pyramid_jwt,1.0,,https://pypi.org/project/pyramid_jwt,2018-08-10 08:30:25.000,1.0,13737.0,,,,3.0,,,,,,,,,,,,,,,,,, +557,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,39.0,803,"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,,14.0,,django-schedule-frinat,,,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,BSD-3-Clause +558,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,20.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,5.0,14,False,,2016-10-16 15:29:10.000,0.8.0,10.0,,58.0,,growler,2.0,,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,58.0,,,,3.0,,,,,,,,,,,,,,,,,, +559,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,624,Display machine state using Python3 with Flask.,10.0,14,True,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,103.0,,Flask-State,,,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,103.0,,,,3.0,,,,,,,,,,,,,,,,,, +560,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,2021-05-07 20:41:09.000,2021-05-07 20:41:09,85.0,,9,15.0,11.0,,4.0,78,A service layer for pyramid.,6.0,14,False,['pyramid'],2015-02-17 08:24:43.000,0.1.1,9.0,,8052.0,,pyramid_services,8.0,,https://pypi.org/project/pyramid_services,2018-08-03 05:57:10.000,8.0,8052.0,,,,3.0,,,,,,,,,,,,,,,,,, +561,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,,305,76.0,5.0,7.0,3.0,2036,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,,,,,,,,,,,,,,,,,, +562,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,,20,9.0,6.0,2.0,5.0,293,A universal package of scraper scripts for humans.,4.0,13,True,,2021-02-07 18:16:28.000,1.1.2,19.0,,62.0,,scrapera,,,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,62.0,,,,3.0,,,,,,,,,,,,,,,,,, +563,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,2022-02-14 23:40:05.000,2020-10-05 14:24:37,44.0,,31,11.0,5.0,4.0,3.0,262,row level security for FastAPI framework.,1.0,13,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,3201.0,,fastapi-permissions,,,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,3201.0,,,,3.0,,,,,,,,,,,,,,,,,, +564,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2022-06-02 15:01:42.000,2020-08-16 21:52:05,198.0,,20,10.0,236.0,60.0,3.0,210,"Transistor, a Python web scraping framework for intelligent use cases.",2.0,13,False,,2020-08-03 20:20:32.000,0.2.4,7.0,65.0,33.0,,transistor,,,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,32.0,,,,3.0,,,,,,,,,,,,,,,,,, +565,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,,13,2.0,7.0,7.0,2.0,180,FastAPI simple cache.,7.0,13,False,['fastapi'],2020-07-26 14:43:22.000,0.0.1,1.0,,4148.0,,fastapi_cache,32.0,32.0,https://pypi.org/project/fastapi_cache,2020-07-26 14:05:51.000,,4148.0,,,,3.0,,,,,,,,,,,,,,,,,, +566,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2020-07-08 07:19:51.000,2020-07-08 07:19:50,59.0,,16,9.0,5.0,5.0,2.0,133,Generate a Postman collection from your Flask application.,4.0,13,False,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,1026.0,,flask2postman,12.0,11.0,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,1026.0,,,,3.0,,,,,,,,,,,,,,,,,, +567,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019-08-03 10:35:23.000,2022-05-10 20:39:19.000,2021-02-11 19:35:35,36.0,,26,9.0,18.0,9.0,7.0,243,FastAPI client generator.,8.0,11,False,['fastapi'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +568,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastapi-lazy,https://github.com/yezz123/fastapi-lazy,MIT,2021-09-30 14:25:29.000,2022-01-30 01:46:04.000,2021-12-29 13:50:55,36.0,,10,7.0,21.0,3.0,1.0,86,Lazy package to start your project using FastAPI.,2.0,10,True,['fastapi'],2021-11-21 11:00:44.000,1.2.6,9.0,,70.0,,fastapi-lazy,,,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,70.0,,,,3.0,,,,,,,,,,,,,,,,,, +569,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,2022-03-02 08:08:35.000,2022-03-02 08:07:33,18.0,,5,4.0,,,2.0,17,A Python tool to display geolocation information in the traceroute.,2.0,10,False,,2022-03-02 08:08:35.000,3.1.2,14.0,,115.0,,IP2Trace,,,https://pypi.org/project/IP2Trace,2022-03-02 08:04:05.000,,115.0,,,,3.0,,,,,,,,,,,,,,,,,, +570,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,2021-09-09 08:55:24.000,2020-11-13 14:36:01,69.0,,7,2.0,16.0,4.0,1.0,86,ASGI middleware to record and emit timing metrics (to something like statsd).,2.0,4,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 573297a2..7a487ee0 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- Telethon (🥇40 · ⭐ 6.5K · 📈) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- authlib (🥇37 · ⭐ 3.1K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 -- stripe (🥈37 · ⭐ 1.2K · 📈) - Python library for the Stripe API. MIT -- feedparser (🥇34 · ⭐ 1.4K · 📈) - Parse feeds in Python. BSD-2 -- tartiflette-asgi (🥉19 · ⭐ 99 · 📈) - ASGI support for the Tartiflette GraphQL engine. MIT +- urllib3 (🥈42 · ⭐ 3K · 📈) - Python HTTP library with thread-safe connection pooling, file post.. MIT +- coverage (🥇41 · ⭐ 2.1K · 📈) - The code coverage tool for Python. Apache-2 +- bottle (🥈38 · ⭐ 7.6K · 📈) - bottle.py is a fast and simple micro-framework for python web-.. MIT +- klein (🥉28 · ⭐ 800 · 📈) - werkzeug + twisted.web. MIT +- ghapi (🥉25 · ⭐ 340 · 📈) - A delightful and complete interface to GitHubs amazing API. Apache-2 ## 📉 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._ -- requests (🥇48 · ⭐ 48K · 📉) - A simple, yet elegant, HTTP library. Apache-2 -- websocket-client (🥇38 · ⭐ 2.9K · 📉) - WebSocket client for Python. Apache-2 -- scapy (🥈37 · ⭐ 7.6K · 📉) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- requests-oauthlib (🥇37 · ⭐ 1.5K · 📉) - OAuthlib support for Python-Requests!. ISC -- websockets (🥇36 · ⭐ 3.9K · 📉) - Library for building WebSocket servers and clients in Python. BSD-3 +- Telethon (🥈37 · ⭐ 6.5K · 📉) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +- instagram-scraper (🥉28 · ⭐ 6.2K · 📉) - Scrapes an instagram users photos and videos. Unlicense +- MechanicalSoup (🥈27 · ⭐ 4K · 📉) - A Python library for automating interaction with websites. MIT +- Grab (🥈27 · ⭐ 2.2K · 📉) - Web Scraping Framework. MIT +- Gerapy (🥉22 · ⭐ 2.7K · 📉) - Distributed Crawler Management Framework Based on Scrapy,.. MIT