From fb0f32e0ba5045e28e0f88485686dcdb40dde28c Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 23 Jun 2022 16:48:37 +0000 Subject: [PATCH] Update best-of list for version 2022.06.23 --- README.md | 1832 ++++++++++++++++--------------- history/2022-06-23_changes.md | 28 + history/2022-06-23_projects.csv | 575 ++++++++++ latest-changes.md | 28 +- 4 files changed, 1553 insertions(+), 910 deletions(-) create mode 100644 history/2022-06-23_changes.md create mode 100644 history/2022-06-23_projects.csv diff --git a/README.md b/README.md index 2cdf5817..801122fe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

-This curated list contains 570 awesome open-source projects with a total of 2.3M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 570 awesome open-source projects with a total of 2.4M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! --- @@ -50,11 +50,11 @@ This curated list contains 570 awesome open-source projects with a total of 2.3M - [Email](#email) _11 projects_ - [Web Scraping & Crawling](#web-scraping--crawling) _33 projects_ - [Monitoring](#monitoring) _12 projects_ -- [Web UI](#web-ui) _8 projects_ +- [Web UI](#web-ui) _10 projects_ - [Admin UI](#admin-ui) _12 projects_ - [API Proxies & Gateways](#api-proxies--gateways) _2 projects_ - [Flask Utilities](#flask-utilities) _36 projects_ -- [FastAPI Utilities](#fastapi-utilities) _16 projects_ +- [FastAPI Utilities](#fastapi-utilities) _17 projects_ - [Pyramid Utilities](#pyramid-utilities) _3 projects_ - [Django Utilities](#django-utilities) _76 projects_ - [Others](#others) _58 projects_ @@ -91,12 +91,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django (πŸ₯‡48 Β· ⭐ 65K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 2.7K Β· πŸ”€ 27K Β· πŸ“¦ 940K Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 2.7K Β· πŸ”€ 27K Β· πŸ“¦ 950K Β· ⏱️ 23.06.2022): ``` git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/django) (πŸ“₯ 8.4M / month Β· πŸ“¦ 120K Β· ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/django) (πŸ“₯ 8.4M / month Β· πŸ“¦ 120K Β· ⏱️ 21.06.2022): ``` pip install django ``` @@ -107,28 +107,28 @@ _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.4K - 0% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 15K Β· πŸ“₯ 5.1K Β· πŸ“¦ 1.1M Β· πŸ“‹ 2.4K - 0% open Β· ⏱️ 18.06.2022): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 79M / month Β· πŸ“¦ 120K Β· ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 78M / month Β· πŸ“¦ 120K Β· ⏱️ 28.04.2022): ``` pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/flask) (πŸ“₯ 3.2M Β· ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/flask) (πŸ“₯ 3.3M Β· ⏱️ 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 Β· πŸ“¦ 750K Β· πŸ“‹ 970 - 2% open Β· ⏱️ 01.06.2022): +- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 1.6K Β· πŸ“₯ 250 Β· πŸ“¦ 760K Β· πŸ“‹ 970 - 2% open Β· ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 95M / month Β· πŸ“¦ 69K Β· ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 93M / month Β· πŸ“¦ 69K Β· ⏱️ 28.04.2022): ``` pip install werkzeug ``` @@ -137,41 +137,41 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge werkzeug ```
-
django-rest-framework (πŸ₯‡42 Β· ⭐ 24K) - Web APIs for Django. BSD-3 +
tornado (πŸ₯‡43 Β· ⭐ 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 -- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 6.2K Β· πŸ“¦ 330K Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 09.06.2022): +- [GitHub](https://github.com/tornadoweb/tornado) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 5.5K Β· πŸ“¦ 240K Β· πŸ“‹ 1.8K - 13% open Β· ⏱️ 23.06.2022): ``` - git clone https://github.com/encode/django-rest-framework + git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (πŸ“₯ 76K / month Β· πŸ“¦ 400 Β· ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 19M / month Β· πŸ“¦ 26K Β· ⏱️ 18.06.2022): ``` - pip install django-rest-framework + pip install tornado ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework) (πŸ“₯ 420K Β· ⏱️ 16.12.2021): +- [Conda](https://anaconda.org/conda-forge/tornado) (πŸ“₯ 20M Β· ⏱️ 01.04.2022): ``` - conda install -c conda-forge djangorestframework + conda install -c conda-forge tornado ```
-
tornado (πŸ₯‡42 Β· ⭐ 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 +
django-rest-framework (πŸ₯ˆ42 Β· ⭐ 24K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/tornadoweb/tornado) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 5.5K Β· πŸ“¦ 240K Β· πŸ“‹ 1.8K - 13% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 6.2K Β· πŸ“¦ 330K Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 20.06.2022): ``` - git clone https://github.com/tornadoweb/tornado + git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 19M / month Β· πŸ“¦ 26K Β· ⏱️ 11.06.2022): +- [PyPi](https://pypi.org/project/django-rest-framework) (πŸ“₯ 73K / month Β· πŸ“¦ 400 Β· ⏱️ 20.07.2017): ``` - pip install tornado + pip install django-rest-framework ``` -- [Conda](https://anaconda.org/conda-forge/tornado) (πŸ“₯ 20M Β· ⏱️ 01.04.2022): +- [Conda](https://anaconda.org/conda-forge/djangorestframework) (πŸ“₯ 420K Β· ⏱️ 16.12.2021): ``` - conda install -c conda-forge tornado + conda install -c conda-forge djangorestframework ```
-
fastapi (πŸ₯ˆ41 Β· ⭐ 46K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (πŸ₯ˆ41 Β· ⭐ 47K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.5K Β· πŸ“‹ 3.4K - 44% open Β· ⏱️ 14.05.2022): +- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 3.6K Β· πŸ“‹ 3.4K - 44% open Β· ⏱️ 14.05.2022): ``` git clone https://github.com/tiangolo/fastapi @@ -180,19 +180,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 760K Β· ⏱️ 15.05.2022): +- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 770K Β· ⏱️ 15.05.2022): ``` conda install -c conda-forge fastapi ```
sanic (πŸ₯ˆ38 Β· ⭐ 16K) - Next generation Python web server/framework | Build fast. Run fast. MIT -- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.4K Β· πŸ“‹ 1.2K - 4% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.4K Β· πŸ“‹ 1.2K - 4% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 860K / month Β· πŸ“¦ 620 Β· ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 880K / month Β· πŸ“¦ 620 Β· ⏱️ 11.05.2022): ``` pip install sanic ``` @@ -219,7 +219,7 @@ _General purpose web frameworks to build web applications and REST APIs._
bottle (πŸ₯ˆ38 Β· ⭐ 7.6K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT -- [GitHub](https://github.com/bottlepy/bottle) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“¦ 20K Β· πŸ“‹ 870 - 36% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/bottlepy/bottle) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“¦ 20K Β· πŸ“‹ 870 - 36% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/bottlepy/bottle @@ -235,32 +235,32 @@ _General purpose web frameworks to build web applications and REST APIs._
starlette (πŸ₯ˆ38 Β· ⭐ 7.1K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 610 Β· πŸ“¦ 44K Β· πŸ“‹ 630 - 8% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 610 Β· πŸ“¦ 45K Β· πŸ“‹ 630 - 8% open Β· ⏱️ 18.06.2022): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 9.1M / month Β· πŸ“¦ 690 Β· ⏱️ 10.06.2022): +- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 9M / month Β· πŸ“¦ 690 Β· ⏱️ 10.06.2022): ``` pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 710K Β· ⏱️ 11.06.2022): +- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 720K Β· ⏱️ 11.06.2022): ``` conda install -c conda-forge starlette ```
Flask-AppBuilder (πŸ₯ˆ38 Β· ⭐ 3.8K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.2K Β· πŸ“¦ 3.1K Β· πŸ“‹ 1.1K - 6% open Β· ⏱️ 25.05.2022): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.2K Β· πŸ“¦ 3.2K Β· πŸ“‹ 1.1K - 6% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 3.7M / month Β· πŸ“¦ 6 Β· ⏱️ 16.03.2021): +- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 3.6M / month Β· πŸ“¦ 320 Β· ⏱️ 23.06.2022): ``` pip install flask-appbuilder ``` -- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (πŸ“₯ 190K Β· ⏱️ 27.05.2022): +- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (πŸ“₯ 190K Β· ⏱️ 23.06.2022): ``` conda install -c conda-forge flask-appbuilder ``` @@ -283,12 +283,12 @@ _General purpose web frameworks to build web applications and REST APIs._
CherryPy (πŸ₯ˆ35 Β· ⭐ 1.6K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 340 Β· πŸ“¦ 9K Β· πŸ“‹ 1.7K - 13% open Β· ⏱️ 13.03.2022): +- [GitHub](https://github.com/cherrypy/cherrypy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 340 Β· πŸ“¦ 9.1K Β· πŸ“‹ 1.7K - 13% open Β· ⏱️ 13.03.2022): ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 2.1M / month Β· πŸ“¦ 10K Β· ⏱️ 03.07.2021): +- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 1.9M / month Β· πŸ“¦ 10K Β· ⏱️ 03.07.2021): ``` pip install cherrypy ``` @@ -304,7 +304,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 68K / month Β· πŸ“¦ 2.5K Β· ⏱️ 04.01.2022): +- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 65K / month Β· πŸ“¦ 2.5K Β· ⏱️ 04.01.2022): ``` pip install django-tastypie ``` @@ -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) (πŸ“₯ 22K / month Β· πŸ“¦ 380 Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/eve) (πŸ“₯ 20K / month Β· πŸ“¦ 380 Β· ⏱️ 08.06.2022): ``` pip install eve ``` @@ -339,19 +339,19 @@ _General purpose web frameworks to build web applications and REST APIs._
masonite (πŸ₯‰31 Β· ⭐ 1.8K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 110 Β· πŸ“₯ 14 Β· πŸ“¦ 420 Β· πŸ“‹ 340 - 4% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 110 Β· πŸ“₯ 14 Β· πŸ“¦ 420 Β· πŸ“‹ 350 - 5% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 6.7K / month Β· πŸ“¦ 64 Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 5.3K / month Β· πŸ“¦ 64 Β· ⏱️ 13.06.2022): ``` pip install masonite ```
cornice (πŸ₯‰29 Β· ⭐ 380) - Build Web Services with Pyramid. MPL-2.0 -- [GitHub](https://github.com/Cornices/cornice) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 160 Β· πŸ“¦ 730 Β· πŸ“‹ 230 - 18% open Β· ⏱️ 25.01.2022): +- [GitHub](https://github.com/Cornices/cornice) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 160 Β· πŸ“¦ 740 Β· πŸ“‹ 240 - 19% open Β· ⏱️ 25.01.2022): ``` git clone https://github.com/Cornices/cornice @@ -360,7 +360,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install cornice ``` -- [Conda](https://anaconda.org/anaconda/cornice) (πŸ“₯ 5.8K Β· ⏱️ 05.10.2021): +- [Conda](https://anaconda.org/anaconda/cornice) (πŸ“₯ 5.9K Β· ⏱️ 05.10.2021): ``` conda install -c anaconda cornice ``` @@ -372,7 +372,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/plone/guillotina ``` -- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 7.9K / month Β· πŸ“¦ 50 Β· ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 7.6K / month Β· πŸ“¦ 50 Β· ⏱️ 12.04.2022): ``` pip install guillotina ``` @@ -401,14 +401,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge quart ```
-
emmett (πŸ₯‰25 Β· ⭐ 760) - The web framework for inventors. BSD-3 +
emmett (πŸ₯‰25 Β· ⭐ 770) - The web framework for inventors. BSD-3 - [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 65 Β· πŸ“¦ 23 Β· πŸ“‹ 300 - 7% open Β· ⏱️ 20.05.2022): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 530 / month Β· πŸ“¦ 3 Β· ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 390 / month Β· πŸ“¦ 3 Β· ⏱️ 23.05.2022): ``` pip install emmett ``` @@ -432,19 +432,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` 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.4K / month Β· πŸ“¦ 2 Β· ⏱️ 12.01.2022): ``` pip install justpy ```
-
flama (πŸ₯‰14 Β· ⭐ 200 Β· πŸ’€) - Fire up your API. ❗️GPL-3.0 +
flama (πŸ₯‰15 Β· ⭐ 200 Β· πŸ’€) - Fire up your API. ❗️GPL-3.0 - [GitHub](https://github.com/perdy/flama) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 14 Β· πŸ“₯ 64 Β· πŸ“‹ 49 - 51% open Β· ⏱️ 31.08.2021): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 140 / month Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 180 / month Β· ⏱️ 16.11.2020): ``` pip install flama ``` @@ -483,12 +483,12 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (πŸ₯‡44 Β· ⭐ 13K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 1.8K Β· πŸ“₯ 4.9K Β· πŸ“¦ 190K Β· πŸ“‹ 2.7K - 16% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 1.8K Β· πŸ“₯ 4.9K Β· πŸ“¦ 190K Β· πŸ“‹ 2.7K - 16% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 60M / month Β· πŸ“¦ 12K Β· ⏱️ 14.11.2021): +- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 58M / month Β· πŸ“¦ 12K Β· ⏱️ 14.11.2021): ``` pip install aiohttp ``` @@ -499,7 +499,7 @@ _General purpose web frameworks to build web applications and REST APIs._
urllib3 (πŸ₯ˆ42 Β· ⭐ 3K) - Python HTTP library with thread-safe connection pooling, file post support,.. MIT -- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 910 Β· πŸ“₯ 2.1K Β· πŸ“¦ 880K Β· πŸ“‹ 1K - 11% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 910 Β· πŸ“₯ 2.1K Β· πŸ“¦ 880K Β· πŸ“‹ 1K - 11% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/urllib3/urllib3 @@ -515,23 +515,23 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx (πŸ₯ˆ39 Β· ⭐ 8.9K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 590 Β· πŸ“¦ 23K Β· πŸ“‹ 700 - 6% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 590 Β· πŸ“¦ 24K Β· πŸ“‹ 700 - 6% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 8.8M / month Β· πŸ“¦ 1.3K Β· ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 8.6M / month Β· πŸ“¦ 1.3K Β· ⏱️ 23.05.2022): ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 200K Β· ⏱️ 25.05.2022): +- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 210K Β· ⏱️ 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 Β· πŸ“₯ 470 Β· πŸ“¦ 11K Β· πŸ“‹ 770 - 13% open Β· ⏱️ 09.06.2022): +- [GitHub](https://github.com/httpie/httpie) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 3.7K Β· πŸ“₯ 510 Β· πŸ“¦ 11K Β· πŸ“‹ 770 - 13% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/httpie/httpie @@ -540,7 +540,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpie ``` -- [Conda](https://anaconda.org/conda-forge/httpie) (πŸ“₯ 77K Β· ⏱️ 09.05.2022): +- [Conda](https://anaconda.org/conda-forge/httpie) (πŸ“₯ 78K Β· ⏱️ 09.05.2022): ``` conda install -c conda-forge httpie ``` @@ -552,7 +552,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httplib2/httplib2 ``` -- [PyPi](https://pypi.org/project/httplib2) (πŸ“₯ 34M / month Β· πŸ“¦ 16K Β· ⏱️ 03.02.2022): +- [PyPi](https://pypi.org/project/httplib2) (πŸ“₯ 33M / month Β· πŸ“¦ 16K Β· ⏱️ 03.02.2022): ``` pip install httplib2 ``` @@ -577,36 +577,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge zeep ```
-
requests-toolbelt (πŸ₯‰31 Β· ⭐ 850 Β· πŸ’€) - A toolbelt of useful classes and functions to be used.. Apache-2 +
httpcore (πŸ₯‰32 Β· ⭐ 260) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 150 Β· πŸ“‹ 180 - 42% open Β· ⏱️ 28.10.2021): +- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 53 Β· πŸ“¦ 13K Β· πŸ“‹ 110 - 10% open Β· ⏱️ 19.06.2022): ``` - git clone https://github.com/requests/toolbelt + git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 28M / month Β· πŸ“¦ 5.1K Β· ⏱️ 30.01.2019): +- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 8.5M / month Β· πŸ“¦ 82 Β· ⏱️ 17.05.2022): ``` - pip install requests-toolbelt + pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 870K Β· ⏱️ 30.01.2019): +- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 160K Β· ⏱️ 17.05.2022): ``` - conda install -c conda-forge requests-toolbelt + conda install -c conda-forge httpcore ```
-
httpcore (πŸ₯‰31 Β· ⭐ 260) - A minimal HTTP client. BSD-3 +
requests-toolbelt (πŸ₯‰31 Β· ⭐ 850 Β· πŸ’€) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 53 Β· πŸ“¦ 12K Β· πŸ“‹ 110 - 11% open Β· ⏱️ 31.05.2022): +- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 150 Β· πŸ“‹ 180 - 42% open Β· ⏱️ 28.10.2021): ``` - git clone https://github.com/encode/httpcore + git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 8.6M / month Β· πŸ“¦ 82 Β· ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 28M / month Β· πŸ“¦ 5.1K Β· ⏱️ 30.01.2019): ``` - pip install httpcore + pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 160K Β· ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 890K Β· ⏱️ 30.01.2019): ``` - conda install -c conda-forge httpcore + conda install -c conda-forge requests-toolbelt ```
httptools (πŸ₯‰30 Β· ⭐ 1.1K) - Fast HTTP parser. MIT @@ -652,7 +652,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install grequests ``` -- [Conda](https://anaconda.org/conda-forge/grequests) (πŸ“₯ 52K Β· ⏱️ 22.04.2020): +- [Conda](https://anaconda.org/conda-forge/grequests) (πŸ“₯ 53K Β· ⏱️ 22.04.2020): ``` conda install -c conda-forge 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) (πŸ“₯ 71K / month Β· πŸ“¦ 410 Β· ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 67K / 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) (πŸ“₯ 390 / month Β· πŸ“¦ 8 Β· ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/http-prompt) (πŸ“₯ 370 / month Β· πŸ“¦ 8 Β· ⏱️ 05.03.2021): ``` pip install http-prompt ``` @@ -688,7 +688,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... - pycurl (πŸ₯ˆ34 Β· ⭐ 860) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 -- hyper (πŸ₯‰29 Β· ⭐ 1K Β· πŸ’€) - HTTP/2 for Python. MIT +- hyper (πŸ₯‰29 Β· ⭐ 1.1K Β· πŸ’€) - HTTP/2 for Python. MIT - pysimplesoap (πŸ₯‰25 Β· ⭐ 370 Β· πŸ’€) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-parser (πŸ₯‰23 Β· ⭐ 330 Β· πŸ’€) - HTTP request/response parser for python in C. MIT - httpstat (πŸ₯‰20 Β· ⭐ 5.1K Β· πŸ’€) - curl statistics made simple. MIT @@ -701,12 +701,12 @@ _General purpose web frameworks to build web applications and REST APIs._
gunicorn (πŸ₯‡43 Β· ⭐ 8.4K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.5K Β· πŸ“₯ 100 Β· πŸ“¦ 680K Β· πŸ“‹ 1.8K - 20% open Β· ⏱️ 14.03.2022): +- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.5K Β· πŸ“₯ 100 Β· πŸ“¦ 690K Β· πŸ“‹ 1.8K - 20% open Β· ⏱️ 14.03.2022): ``` git clone https://github.com/benoitc/gunicorn ``` -- [PyPi](https://pypi.org/project/gunicorn) (πŸ“₯ 26M / month Β· πŸ“¦ 62K Β· ⏱️ 27.03.2021): +- [PyPi](https://pypi.org/project/gunicorn) (πŸ“₯ 25M / month Β· πŸ“¦ 62K Β· ⏱️ 27.03.2021): ``` pip install gunicorn ``` @@ -717,28 +717,28 @@ _General purpose web frameworks to build web applications and REST APIs._
gevent (πŸ₯‡38 Β· ⭐ 5.8K) - Coroutine-based concurrency library for Python. MIT -- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 920 Β· πŸ“₯ 59K Β· πŸ“¦ 79K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 20.01.2022): +- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 920 Β· πŸ“₯ 59K Β· πŸ“¦ 80K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 20.01.2022): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 8.7M / month Β· πŸ“¦ 15K Β· ⏱️ 11.12.2021): +- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 8M / month Β· πŸ“¦ 15K Β· ⏱️ 11.12.2021): ``` pip install gevent ``` -- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 810K Β· ⏱️ 07.04.2022): +- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 820K Β· ⏱️ 07.04.2022): ``` conda install -c conda-forge gevent ```
uvicorn (πŸ₯ˆ36 Β· ⭐ 5.4K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 440 Β· πŸ“¦ 73K Β· πŸ“‹ 630 - 14% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 440 Β· πŸ“¦ 74K Β· πŸ“‹ 640 - 14% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 11M / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.03.2022): +- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 10M / month Β· πŸ“¦ 1.2K Β· ⏱️ 23.06.2022): ``` pip install uvicorn ``` @@ -749,7 +749,7 @@ _General purpose web frameworks to build web applications and REST APIs._
whitenoise (πŸ₯ˆ33 Β· ⭐ 2K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 120 Β· πŸ“‹ 220 - 10% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 120 Β· πŸ“‹ 220 - 10% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/evansd/whitenoise @@ -770,18 +770,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/asgiref ``` -- [PyPi](https://pypi.org/project/asgiref) (πŸ“₯ 15M / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.05.2022): +- [PyPi](https://pypi.org/project/asgiref) (πŸ“₯ 14M / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.05.2022): ``` pip install asgiref ``` -- [Conda](https://anaconda.org/conda-forge/asgiref) (πŸ“₯ 620K Β· ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/asgiref) (πŸ“₯ 630K Β· ⏱️ 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 Β· πŸ“¦ 450 Β· πŸ“‹ 150 - 18% open Β· ⏱️ 12.05.2022): +- [GitHub](https://github.com/jonashaag/bjoern) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 190 Β· πŸ“¦ 460 Β· πŸ“‹ 150 - 18% open Β· ⏱️ 12.05.2022): ``` git clone https://github.com/jonashaag/bjoern @@ -795,19 +795,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge bjoern ```
-
mangum (πŸ₯‰27 Β· ⭐ 950) - AWS Lambda support for ASGI applications. MIT - -- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 71 Β· πŸ“¦ 860 Β· πŸ“‹ 140 - 9% open Β· ⏱️ 03.05.2022): - - ``` - git clone https://github.com/jordaneremieff/mangum - ``` -- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 220K / month Β· πŸ“¦ 5 Β· ⏱️ 24.04.2022): - ``` - pip install mangum - ``` -
-
livereload (πŸ₯‰26 Β· ⭐ 970) - livereload server in python (MAINTAINERS NEEDED). BSD-3 +
livereload (πŸ₯‰27 Β· ⭐ 970) - livereload server in python (MAINTAINERS NEEDED). BSD-3 - [GitHub](https://github.com/lepture/python-livereload) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 140 Β· πŸ“‹ 140 - 29% open Β· ⏱️ 19.03.2022): @@ -823,14 +811,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge livereload ```
+
mangum (πŸ₯‰27 Β· ⭐ 960) - AWS Lambda support for ASGI applications. MIT + +- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 71 Β· πŸ“¦ 880 Β· πŸ“‹ 140 - 9% open Β· ⏱️ 03.05.2022): + + ``` + git clone https://github.com/jordaneremieff/mangum + ``` +- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 220K / month Β· πŸ“¦ 5 Β· ⏱️ 24.04.2022): + ``` + pip install mangum + ``` +
Hypercorn (πŸ₯‰25 Β· ⭐ 270) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 27 Β· πŸ“¦ 2.5K Β· πŸ“‹ 49 - 30% open Β· ⏱️ 22.02.2022): +- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 27 Β· πŸ“¦ 2.5K Β· πŸ“‹ 50 - 32% open Β· ⏱️ 22.02.2022): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 360K / month Β· πŸ“¦ 5 Β· ⏱️ 23.12.2021): +- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 390K / month Β· πŸ“¦ 5 Β· ⏱️ 23.12.2021): ``` pip install hypercorn ``` @@ -849,7 +849,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (πŸ₯‡41 Β· ⭐ 7.3K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 2.6K Β· πŸ“¦ 91K Β· πŸ“‹ 1.9K - 17% open Β· ⏱️ 10.06.2022): +- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 2.6K Β· πŸ“¦ 91K Β· πŸ“‹ 1.9K - 17% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/pennersr/django-allauth @@ -863,7 +863,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-allauth ```
-
oauthlib (πŸ₯‡39 Β· ⭐ 2.4K Β· πŸ“ˆ) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 +
oauthlib (πŸ₯‡39 Β· ⭐ 2.4K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 450 Β· πŸ“¦ 230K Β· πŸ“‹ 360 - 21% open Β· ⏱️ 15.06.2022): @@ -879,30 +879,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge oauthlib ```
-
pyjwt (πŸ₯‡38 Β· ⭐ 4.2K) - JSON Web Token implementation in Python. MIT +
pyjwt (πŸ₯‡38 Β· ⭐ 4.3K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 570 Β· πŸ“¦ 210K Β· πŸ“‹ 410 - 21% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 570 Β· πŸ“¦ 210K Β· πŸ“‹ 420 - 21% open Β· ⏱️ 14.06.2022): ``` git clone https://github.com/jpadilla/pyjwt ``` -- [PyPi](https://pypi.org/project/pyjwt) (πŸ“₯ 96M / month Β· πŸ“¦ 11K Β· ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/pyjwt) (πŸ“₯ 97M / month Β· πŸ“¦ 11K Β· ⏱️ 12.05.2022): ``` pip install pyjwt ``` -- [Conda](https://anaconda.org/conda-forge/pyjwt) (πŸ“₯ 6.6M Β· ⏱️ 12.05.2022): +- [Conda](https://anaconda.org/conda-forge/pyjwt) (πŸ“₯ 6.7M Β· ⏱️ 12.05.2022): ``` conda install -c conda-forge pyjwt ```
-
authlib (πŸ₯‡37 Β· ⭐ 3.1K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 +
authlib (πŸ₯‡37 Β· ⭐ 3.2K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 - [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 320 Β· πŸ“¦ 22K Β· πŸ“‹ 330 - 13% open Β· ⏱️ 09.06.2022): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 5.6M / month Β· πŸ“¦ 300 Β· ⏱️ 06.04.2022): +- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 5.7M / month Β· πŸ“¦ 300 Β· ⏱️ 06.04.2022): ``` pip install authlib ``` @@ -911,38 +911,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge authlib ```
-
google-auth (πŸ₯‡37 Β· ⭐ 520) - Google Auth Python Library. Apache-2 +
google-auth (πŸ₯‡37 Β· ⭐ 530) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 240 Β· πŸ“¦ 120K Β· πŸ“‹ 360 - 17% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 240 Β· πŸ“¦ 130K Β· πŸ“‹ 360 - 17% open Β· ⏱️ 16.06.2022): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 67M / month Β· πŸ“¦ 2.5K Β· ⏱️ 14.06.2022): +- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 68M / month Β· πŸ“¦ 2.5K Β· ⏱️ 14.06.2022): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 4.5M Β· ⏱️ 15.06.2022): +- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 4.6M Β· ⏱️ 15.06.2022): ``` conda install -c conda-forge google-auth ```
-
flask-login (πŸ₯ˆ36 Β· ⭐ 3.1K) - Flask user session management. MIT - -- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 710 Β· πŸ“¦ 110K Β· πŸ“‹ 340 - 0% open Β· ⏱️ 02.05.2022): - - ``` - git clone https://github.com/maxcountryman/flask-login - ``` -- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 2.3M / month Β· πŸ“¦ 13K Β· ⏱️ 02.05.2022): - ``` - pip install flask-login - ``` -- [Conda](https://anaconda.org/conda-forge/flask-login) (πŸ“₯ 120K Β· ⏱️ 02.05.2022): - ``` - conda install -c conda-forge flask-login - ``` -
requests-oauthlib (πŸ₯ˆ36 Β· ⭐ 1.5K) - OAuthlib support for Python-Requests!. ISC - [GitHub](https://github.com/requests/requests-oauthlib) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“¦ 220K Β· πŸ“‹ 240 - 39% open Β· ⏱️ 21.02.2022): @@ -975,14 +959,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-jwt-extended ```
+
flask-login (πŸ₯ˆ34 Β· ⭐ 3.1K Β· πŸ“‰) - Flask user session management. MIT + +- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 710 Β· πŸ“‹ 340 - 0% open Β· ⏱️ 02.05.2022): + + ``` + git clone https://github.com/maxcountryman/flask-login + ``` +- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 2.3M / month Β· πŸ“¦ 13K Β· ⏱️ 02.05.2022): + ``` + pip install flask-login + ``` +- [Conda](https://anaconda.org/conda-forge/flask-login) (πŸ“₯ 120K Β· ⏱️ 02.05.2022): + ``` + conda install -c conda-forge flask-login + ``` +
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 Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 700 Β· πŸ“‹ 720 - 20% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/jazzband/django-oauth-toolkit ``` -- [PyPi](https://pypi.org/project/django-oauth-toolkit) (πŸ“₯ 370K / month Β· πŸ“¦ 1K Β· ⏱️ 25.04.2022): +- [PyPi](https://pypi.org/project/django-oauth-toolkit) (πŸ“₯ 360K / month Β· πŸ“¦ 1K Β· ⏱️ 23.06.2022): ``` pip install django-oauth-toolkit ``` @@ -994,7 +994,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-guardian/django-guardian ``` -- [PyPi](https://pypi.org/project/django-guardian) (πŸ“₯ 240K / month Β· πŸ“¦ 1.9K Β· ⏱️ 23.05.2021): +- [PyPi](https://pypi.org/project/django-guardian) (πŸ“₯ 230K / month Β· πŸ“¦ 1.9K Β· ⏱️ 23.05.2021): ``` pip install django-guardian ``` @@ -1010,23 +1010,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (πŸ“₯ 810K / month Β· πŸ“¦ 300 Β· ⏱️ 24.05.2022): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (πŸ“₯ 820K / month Β· πŸ“¦ 300 Β· ⏱️ 24.05.2022): ``` pip install djangorestframework-simplejwt ```
-
pyotp (πŸ₯ˆ30 Β· ⭐ 2K) - Python One-Time Password Library. MIT +
pyotp (πŸ₯ˆ30 Β· ⭐ 2.1K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 270 Β· πŸ“₯ 160 Β· πŸ“¦ 5K Β· πŸ“‹ 77 - 7% open Β· ⏱️ 20.12.2021): +- [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 270 Β· πŸ“₯ 160 Β· πŸ“¦ 5.1K Β· πŸ“‹ 77 - 7% open Β· ⏱️ 20.12.2021): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 1.7M / month Β· πŸ“¦ 550 Β· ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 1.8M / month Β· πŸ“¦ 550 Β· ⏱️ 04.02.2021): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (πŸ“₯ 19K Β· ⏱️ 04.02.2021): +- [Conda](https://anaconda.org/conda-forge/pyotp) (πŸ“₯ 20K Β· ⏱️ 04.02.2021): ``` conda install -c conda-forge pyotp ``` @@ -1042,14 +1042,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install python-jose ``` -- [Conda](https://anaconda.org/conda-forge/python-jose) (πŸ“₯ 980K Β· ⏱️ 26.06.2021): +- [Conda](https://anaconda.org/conda-forge/python-jose) (πŸ“₯ 990K Β· ⏱️ 26.06.2021): ``` conda install -c conda-forge python-jose ```
djoser (πŸ₯‰29 Β· ⭐ 2.1K) - REST implementation of Django authentication system. MIT -- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 400 Β· πŸ“‹ 420 - 33% open Β· ⏱️ 13.01.2022): +- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 410 Β· πŸ“‹ 430 - 33% open Β· ⏱️ 13.01.2022): ``` git clone https://github.com/sunscrapers/djoser @@ -1061,12 +1061,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rules (πŸ₯‰29 Β· ⭐ 1.5K) - Awesome Django authorization, without the database. MIT -- [GitHub](https://github.com/dfunckt/django-rules) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 120 Β· πŸ“¦ 850 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 23.03.2022): +- [GitHub](https://github.com/dfunckt/django-rules) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 120 Β· πŸ“¦ 860 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 23.03.2022): ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 91K / month Β· πŸ“¦ 130 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 90K / month Β· πŸ“¦ 130 Β· ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1078,7 +1078,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 520K / month Β· πŸ“¦ 2.2K Β· ⏱️ 29.05.2022): +- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 540K / month Β· πŸ“¦ 2.2K Β· ⏱️ 29.05.2022): ``` pip install flask-httpauth ``` @@ -1087,7 +1087,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-httpauth ```
-
dj-rest-auth (πŸ₯‰29 Β· ⭐ 950) - Authentication for Django Rest Framework. MIT +
dj-rest-auth (πŸ₯‰29 Β· ⭐ 960) - Authentication for Django Rest Framework. MIT - [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 180 Β· πŸ“₯ 190 Β· πŸ“¦ 3.3K Β· πŸ“‹ 270 - 46% open Β· ⏱️ 07.06.2022): @@ -1098,23 +1098,23 @@ _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) (πŸ“₯ 3.4K Β· ⏱️ 30.03.2022): +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 3.6K Β· ⏱️ 30.03.2022): ``` conda install -c conda-forge dj-rest-auth ```
fastapi-users (πŸ₯‰28 Β· ⭐ 2K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 180 Β· πŸ“‹ 200 - 0% open Β· ⏱️ 07.06.2022): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 190 Β· πŸ“‹ 200 - 0% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 39K / month Β· πŸ“¦ 9 Β· ⏱️ 07.06.2022): +- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 35K / month Β· πŸ“¦ 9 Β· ⏱️ 21.06.2022): ``` pip install fastapi-users ``` -- [Conda](https://anaconda.org/conda-forge/fastapi-users) (πŸ“₯ 4K Β· ⏱️ 07.06.2022): +- [Conda](https://anaconda.org/conda-forge/fastapi-users) (πŸ“₯ 4.5K Β· ⏱️ 22.06.2022): ``` conda install -c conda-forge fastapi-users ``` @@ -1126,7 +1126,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/James1345/django-rest-knox ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 63K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 64K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): ``` pip install django-rest-knox ``` @@ -1138,11 +1138,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 46K / month Β· πŸ“¦ 160 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 50K / month Β· πŸ“¦ 160 Β· ⏱️ 05.04.2022): ``` pip install flask-dance ``` -- [Conda](https://anaconda.org/conda-forge/flask-dance) (πŸ“₯ 7.7K Β· ⏱️ 07.06.2019): +- [Conda](https://anaconda.org/conda-forge/flask-dance) (πŸ“₯ 7.8K Β· ⏱️ 07.06.2019): ``` conda install -c conda-forge flask-dance ``` @@ -1173,7 +1173,7 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi_login (πŸ₯‰25 Β· ⭐ 340) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 42 Β· πŸ“₯ 3 Β· πŸ“¦ 220 Β· πŸ“‹ 42 - 9% open Β· ⏱️ 27.05.2022): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 42 Β· πŸ“₯ 3 Β· πŸ“¦ 230 Β· πŸ“‹ 42 - 9% open Β· ⏱️ 27.05.2022): ``` git clone https://github.com/MushroomMaula/fastapi_login @@ -1218,19 +1218,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 12K / month Β· πŸ“¦ 8 Β· ⏱️ 02.12.2021): +- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 11K / month Β· πŸ“¦ 8 Β· ⏱️ 02.12.2021): ``` pip install flask-praetorian ```
-
flask_simplelogin (πŸ₯‰18 Β· ⭐ 170 Β· πŸ’€) - Simple Login - Login Extension for Flask - maintainer.. MIT +
flask_simplelogin (πŸ₯‰16 Β· ⭐ 170 Β· πŸ’€) - Simple Login - Login Extension for Flask - maintainer.. MIT - [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 34 Β· πŸ“‹ 16 - 12% open Β· ⏱️ 25.10.2021): ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 49K / month Β· πŸ“¦ 10 Β· ⏱️ 14.10.2019): +- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 49K / month Β· πŸ“¦ 2 Β· ⏱️ 25.10.2021): ``` pip install flask_simplelogin ``` @@ -1248,7 +1248,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - fastapi-jwt-auth (πŸ₯‰19 Β· ⭐ 380 Β· πŸ’€) - 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 +- fastapi-permissions (πŸ₯‰13 Β· ⭐ 270 Β· πŸ’€) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE

@@ -1267,23 +1267,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install bleach ``` -- [Conda](https://anaconda.org/conda-forge/bleach) (πŸ“₯ 7.2M Β· ⏱️ 07.04.2022): +- [Conda](https://anaconda.org/conda-forge/bleach) (πŸ“₯ 7.3M Β· ⏱️ 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.6K Β· πŸ“¦ 260K Β· ⏱️ 31.05.2022): +- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 500 Β· πŸ“₯ 3.6K Β· πŸ“¦ 260K Β· ⏱️ 22.06.2022): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 50M / month Β· πŸ“¦ 39K Β· ⏱️ 31.05.2022): +- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 52M / month Β· πŸ“¦ 39K Β· ⏱️ 31.05.2022): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 6M Β· ⏱️ 01.06.2022): +- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 6.1M Β· ⏱️ 01.06.2022): ``` conda install -c conda-forge lxml ``` @@ -1306,7 +1306,7 @@ _General purpose web frameworks to build web applications and REST APIs._
xhtml2pdf (πŸ₯‰33 Β· ⭐ 1.9K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“₯ 6 Β· πŸ“¦ 7.8K Β· πŸ“‹ 340 - 39% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“₯ 6 Β· πŸ“¦ 7.9K Β· πŸ“‹ 340 - 39% open Β· ⏱️ 16.06.2022): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf @@ -1315,7 +1315,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install xhtml2pdf ``` -- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (πŸ“₯ 43K Β· ⏱️ 16.06.2022): +- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (πŸ“₯ 44K Β· ⏱️ 16.06.2022): ``` conda install -c conda-forge xhtml2pdf ``` @@ -1338,23 +1338,23 @@ _General purpose web frameworks to build web applications and REST APIs._
WeasyPrint (πŸ₯‰32 Β· ⭐ 5K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 670K / month Β· πŸ“¦ 40 Β· ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 650K / month Β· πŸ“¦ 41 Β· ⏱️ 17.06.2022): ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 49K Β· ⏱️ 13.05.2022): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 51K Β· ⏱️ 13.05.2022): ``` conda install -c conda-forge weasyprint ```
pyquery (πŸ₯‰31 Β· ⭐ 2.1K) - A jquery-like library for python. BSD-3 -- [GitHub](https://github.com/gawel/pyquery) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 170 Β· πŸ“¦ 14K Β· πŸ“‹ 170 - 26% open Β· ⏱️ 19.01.2022): +- [GitHub](https://github.com/gawel/pyquery) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 170 Β· πŸ“¦ 15K Β· πŸ“‹ 170 - 26% open Β· ⏱️ 19.01.2022): ``` git clone https://github.com/gawel/pyquery @@ -1363,14 +1363,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pyquery ``` -- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 25K Β· ⏱️ 27.11.2020): +- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 26K Β· ⏱️ 27.11.2020): ``` conda install -c conda-forge pyquery ```
selectolax (πŸ₯‰24 Β· ⭐ 550) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 42 Β· πŸ“¦ 300 Β· πŸ“‹ 49 - 10% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 43 Β· πŸ“¦ 300 Β· πŸ“‹ 49 - 10% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/rushter/selectolax @@ -1409,11 +1409,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 5.8M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 5.7M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.05.2022): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 200K Β· ⏱️ 05.05.2022): +- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 210K Β· ⏱️ 05.05.2022): ``` conda install -c conda-forge tldextract ``` @@ -1425,43 +1425,43 @@ _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) (πŸ“₯ 90M / month Β· πŸ“¦ 2.7K Β· ⏱️ 01.11.2021): +- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 88M / month Β· πŸ“¦ 2.7K Β· ⏱️ 01.11.2021): ``` pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 4.9M Β· ⏱️ 03.04.2022): +- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 5M Β· ⏱️ 03.04.2022): ``` conda install -c conda-forge yarl ```
shortuuid (πŸ₯ˆ30 Β· ⭐ 1.7K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/skorokithakis/shortuuid) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 95 Β· πŸ“‹ 47 - 2% open Β· ⏱️ 08.05.2022): +- [GitHub](https://github.com/skorokithakis/shortuuid) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 96 Β· πŸ“‹ 48 - 2% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 6.5M / month Β· πŸ“¦ 1K Β· ⏱️ 08.05.2022): +- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 5.1M / month Β· πŸ“¦ 1K Β· ⏱️ 08.05.2022): ``` pip install shortuuid ``` -- [Conda](https://anaconda.org/conda-forge/shortuuid) (πŸ“₯ 170K Β· ⏱️ 05.02.2022): +- [Conda](https://anaconda.org/conda-forge/shortuuid) (πŸ“₯ 180K Β· ⏱️ 20.06.2022): ``` conda install -c conda-forge shortuuid ```
furl (πŸ₯‰26 Β· ⭐ 2.3K) - URL parsing and manipulation made easy. Unlicense -- [GitHub](https://github.com/gruns/furl) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 130 Β· πŸ“‹ 100 - 20% open Β· ⏱️ 16.05.2022): +- [GitHub](https://github.com/gruns/furl) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 130 Β· πŸ“‹ 100 - 21% open Β· ⏱️ 16.05.2022): ``` git clone https://github.com/gruns/furl ``` -- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 1M / month Β· πŸ“¦ 590 Β· ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 990K / month Β· πŸ“¦ 590 Β· ⏱️ 27.09.2021): ``` pip install furl ``` -- [Conda](https://anaconda.org/conda-forge/furl) (πŸ“₯ 170K Β· ⏱️ 28.09.2021): +- [Conda](https://anaconda.org/conda-forge/furl) (πŸ“₯ 180K Β· ⏱️ 28.09.2021): ``` conda install -c conda-forge furl ``` @@ -1479,54 +1479,54 @@ _General purpose web frameworks to build web applications and REST APIs._ πŸ”— OpenAPI-Specification ( ⭐ 24K) - The OpenAPI Specification Repository. -
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 12K) - OpenAPI Generator allows generation of API client.. Apache-2 +
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 13K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 4.3K Β· πŸ“¦ 4 Β· πŸ“‹ 5.7K - 56% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 4.3K Β· πŸ“¦ 4 Β· πŸ“‹ 5.7K - 56% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 2.5K / month Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 2.7K / month Β· ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 1.2M / month Β· πŸ“¦ 330 Β· ⏱️ 26.04.2022): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 1.1M / month Β· πŸ“¦ 330 Β· ⏱️ 26.04.2022): ``` npm install @openapitools/openapi-generator-cli ```
-
swagger-ui (πŸ₯‡37 Β· ⭐ 22K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 +
swagger-ui (πŸ₯‡36 Β· ⭐ 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 Β· ⏱️ 03.06.2022): +- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 8.3K Β· πŸ“¦ 33K Β· πŸ“‹ 4.9K - 15% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/swagger-api/swagger-ui ```
-
connexion (πŸ₯‡36 Β· ⭐ 4K Β· πŸ“‰) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 +
connexion (πŸ₯‡36 Β· ⭐ 4K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 -- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 700 Β· πŸ“¦ 6.7K Β· πŸ“‹ 870 - 17% open Β· ⏱️ 31.05.2022): +- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 710 Β· πŸ“¦ 6.8K Β· πŸ“‹ 870 - 17% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 3.2M / month Β· πŸ“¦ 710 Β· ⏱️ 27.04.2022): +- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 3M / month Β· πŸ“¦ 710 Β· ⏱️ 22.06.2022): ``` pip install connexion ``` -- [Conda](https://anaconda.org/conda-forge/connexion) (πŸ“₯ 170K Β· ⏱️ 28.04.2022): +- [Conda](https://anaconda.org/conda-forge/connexion) (πŸ“₯ 170K Β· ⏱️ 23.06.2022): ``` conda install -c conda-forge connexion ```
apispec (πŸ₯ˆ35 Β· ⭐ 960) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 160 Β· πŸ“¦ 5.3K Β· πŸ“‹ 250 - 12% open Β· ⏱️ 07.06.2022): +- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 160 Β· πŸ“¦ 5.4K Β· πŸ“‹ 250 - 12% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 4.6M / month Β· πŸ“¦ 7.1K Β· ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 4.4M / month Β· πŸ“¦ 7.1K Β· ⏱️ 12.05.2022): ``` pip install apispec ``` @@ -1537,7 +1537,7 @@ _General purpose web frameworks to build web applications and REST APIs._
redoc (πŸ₯ˆ33 Β· ⭐ 18K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.9K Β· πŸ“₯ 66 Β· πŸ“¦ 2.6K Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 02.06.2022): +- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.9K Β· πŸ“₯ 66 Β· πŸ“¦ 2.7K Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/Redocly/redoc @@ -1545,7 +1545,7 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-yasg (πŸ₯ˆ33 Β· ⭐ 2.8K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 -- [GitHub](https://github.com/axnsan12/drf-yasg) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 360 Β· πŸ“¦ 56K Β· πŸ“‹ 570 - 32% open Β· ⏱️ 16.12.2021): +- [GitHub](https://github.com/axnsan12/drf-yasg) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 370 Β· πŸ“¦ 57K Β· πŸ“‹ 570 - 32% open Β· ⏱️ 16.12.2021): ``` git clone https://github.com/axnsan12/drf-yasg @@ -1561,12 +1561,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flasgger (πŸ₯ˆ32 Β· ⭐ 3K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT -- [GitHub](https://github.com/flasgger/flasgger) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 420 Β· πŸ“₯ 470 Β· πŸ“¦ 7.1K Β· πŸ“‹ 350 - 55% open Β· ⏱️ 21.01.2022): +- [GitHub](https://github.com/flasgger/flasgger) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 420 Β· πŸ“₯ 470 Β· πŸ“¦ 7.2K Β· πŸ“‹ 350 - 55% open Β· ⏱️ 21.01.2022): ``` git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/flasgger) (πŸ“₯ 440K / month Β· πŸ“¦ 360 Β· ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/flasgger) (πŸ“₯ 450K / month Β· πŸ“¦ 360 Β· ⏱️ 31.07.2020): ``` pip install flasgger ``` @@ -1577,23 +1577,23 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-spectacular (πŸ₯ˆ32 Β· ⭐ 1.1K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 140 Β· πŸ“¦ 2.2K Β· πŸ“‹ 560 - 8% open Β· ⏱️ 06.06.2022): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 140 Β· πŸ“¦ 2.3K Β· πŸ“‹ 570 - 8% open Β· ⏱️ 06.06.2022): ``` git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 500K / month Β· πŸ“¦ 21 Β· ⏱️ 25.04.2022): +- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 510K / month Β· πŸ“¦ 21 Β· ⏱️ 25.04.2022): ``` pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 2.8K Β· ⏱️ 26.04.2022): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 3K Β· ⏱️ 26.04.2022): ``` conda install -c conda-forge drf-spectacular ```
AutoRest (πŸ₯ˆ31 Β· ⭐ 3.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 700 Β· πŸ“₯ 85K Β· πŸ“¦ 370 Β· πŸ“‹ 2K - 2% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 700 Β· πŸ“₯ 85K Β· πŸ“¦ 380 Β· πŸ“‹ 2K - 2% open Β· ⏱️ 16.06.2022): ``` git clone https://github.com/Azure/autorest @@ -1625,28 +1625,28 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI-to-GraphQL (πŸ₯‰27 Β· ⭐ 1.3K) - Translate APIs described by OpenAPI Specifications.. MIT -- [GitHub](https://github.com/IBM/openapi-to-graphql) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 170 Β· πŸ“¦ 480 Β· πŸ“‹ 260 - 46% open Β· ⏱️ 03.05.2022): +- [GitHub](https://github.com/IBM/openapi-to-graphql) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 170 Β· πŸ“¦ 480 Β· πŸ“‹ 270 - 47% open Β· ⏱️ 03.05.2022): ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 5.2K / month Β· πŸ“¦ 1 Β· ⏱️ 04.02.2022): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 5.3K / month Β· πŸ“¦ 1 Β· ⏱️ 04.02.2022): ``` npm install openapi-to-graphql-cli ```
OpenAPI Spec validator (πŸ₯‰26 Β· ⭐ 220) - OpenAPI Spec validator. Apache-2 -- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 48 Β· πŸ“‹ 83 - 49% open Β· ⏱️ 28.01.2022): +- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 49 Β· πŸ“‹ 82 - 47% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 1.5M / month Β· πŸ“¦ 170 Β· ⏱️ 28.01.2022): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 1.6M / month Β· πŸ“¦ 170 Β· ⏱️ 21.06.2022): ``` pip install openapi-spec-validator ``` -- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 36K Β· ⏱️ 28.01.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 40K Β· ⏱️ 28.01.2022): ``` conda install -c conda-forge openapi-spec-validator ``` @@ -1670,19 +1670,19 @@ _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.8K / month Β· πŸ“¦ 30 Β· ⏱️ 10.03.2020): +- [npm](https://www.npmjs.com/package/spectacle-docs) (πŸ“₯ 4.5K / 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 Β· πŸ“¦ 37 Β· πŸ“‹ 76 - 6% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 47 Β· πŸ“¦ 37 Β· πŸ“‹ 76 - 6% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 16K / month Β· πŸ“¦ 2 Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 15K / month Β· πŸ“¦ 2 Β· ⏱️ 13.06.2022): ``` pip install spectree ``` @@ -1698,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.9K Β· ⏱️ 17.05.2021): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 3K Β· ⏱️ 17.05.2021): ``` conda install -c conda-forge openapi-core ```
openapi-python-client (πŸ₯‰22 Β· ⭐ 390) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 79 Β· πŸ“‹ 230 - 30% open Β· ⏱️ 10.06.2022): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 81 Β· πŸ“‹ 230 - 30% open Β· ⏱️ 10.06.2022): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 32K / month Β· πŸ“¦ 1 Β· ⏱️ 10.06.2022): +- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 33K / month Β· πŸ“¦ 1 Β· ⏱️ 10.06.2022): ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 2.7K Β· ⏱️ 10.06.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 2.9K Β· ⏱️ 10.06.2022): ``` conda install -c conda-forge openapi-python-client ``` @@ -1726,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) (πŸ“₯ 8.6K / month Β· πŸ“¦ 2 Β· ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (πŸ“₯ 8.4K / month Β· πŸ“¦ 2 Β· ⏱️ 05.05.2022): ``` pip install pyramid_openapi3 ``` @@ -1735,7 +1735,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - django-rest-swagger (πŸ₯‰30 Β· ⭐ 2.6K Β· πŸ’€) - Swagger Documentation Generator for Django REST.. BSD-2 - flask-swagger (πŸ₯‰26 Β· ⭐ 460 Β· πŸ’€) - A swagger 2.0 spec extractor for flask. MIT -- pyramid_swagger (πŸ₯‰19 Β· ⭐ 64 Β· πŸ’€) - Convenient tools for using Swagger to define and.. BSD-3 +- pyramid_swagger (πŸ₯‰18 Β· ⭐ 64 Β· πŸ’€) - Convenient tools for using Swagger to define and.. BSD-3

@@ -1745,9 +1745,9 @@ _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 (πŸ₯‡35 Β· ⭐ 7.3K) - GraphQL framework for Python. MIT +
graphene (πŸ₯‡36 Β· ⭐ 7.3K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 780 Β· πŸ“¦ 13K Β· πŸ“‹ 970 - 15% open Β· ⏱️ 30.05.2022): +- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 780 Β· πŸ“¦ 13K Β· πŸ“‹ 970 - 15% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/graphql-python/graphene @@ -1756,43 +1756,43 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install graphene ``` -- [Conda](https://anaconda.org/conda-forge/graphene) (πŸ“₯ 170K Β· ⏱️ 06.06.2022): +- [Conda](https://anaconda.org/conda-forge/graphene) (πŸ“₯ 180K Β· ⏱️ 06.06.2022): ``` conda install -c conda-forge graphene ```
Strawberry GraphQL (πŸ₯‡33 Β· ⭐ 2.3K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 270 Β· πŸ“₯ 680 Β· πŸ“¦ 390 Β· πŸ“‹ 530 - 47% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 280 Β· πŸ“₯ 680 Β· πŸ“¦ 410 Β· πŸ“‹ 530 - 46% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 210K / month Β· πŸ“¦ 22 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 200K / month Β· πŸ“¦ 22 Β· ⏱️ 23.06.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 Β· πŸ“¦ 770 Β· πŸ“‹ 230 - 17% open Β· ⏱️ 19.05.2022): +- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 140 Β· πŸ“¦ 780 Β· πŸ“‹ 230 - 17% open Β· ⏱️ 19.05.2022): ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 700K / month Β· πŸ“¦ 36 Β· ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 660K / month Β· πŸ“¦ 36 Β· ⏱️ 22.04.2022): ``` pip install ariadne ```
graphene-django (πŸ₯ˆ32 Β· ⭐ 3.9K) - Integrate GraphQL into your Django project. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 650 Β· πŸ“¦ 8K Β· πŸ“‹ 750 - 18% open Β· ⏱️ 03.03.2022): +- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 650 Β· πŸ“¦ 8.1K Β· πŸ“‹ 750 - 18% open Β· ⏱️ 03.03.2022): ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 420K / month Β· πŸ“¦ 470 Β· ⏱️ 31.12.2020): +- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 430K / month Β· πŸ“¦ 470 Β· ⏱️ 31.12.2020): ``` pip install graphene-django ``` @@ -1801,9 +1801,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene-django ```
-
graphql-core (πŸ₯ˆ32 Β· ⭐ 430) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT +
graphql-core (πŸ₯ˆ32 Β· ⭐ 440) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 96 Β· πŸ“¦ 14K Β· πŸ“‹ 120 - 10% open Β· ⏱️ 11.06.2022): +- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 97 Β· πŸ“¦ 14K Β· πŸ“‹ 120 - 10% open Β· ⏱️ 11.06.2022): ``` git clone https://github.com/graphql-python/graphql-core @@ -1840,7 +1840,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 9.4K / month Β· πŸ“¦ 13 Β· ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 9.1K / month Β· πŸ“¦ 13 Β· ⏱️ 14.01.2022): ``` pip install graphene-mongo ``` @@ -1861,14 +1861,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install tartiflette ```
-
django-graphql-auth (πŸ₯‰22 Β· ⭐ 280) - Django registration and authentication with GraphQL. MIT +
django-graphql-auth (πŸ₯‰21 Β· ⭐ 290) - Django registration and authentication with GraphQL. MIT -- [GitHub](https://github.com/PedroBern/django-graphql-auth) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 75 Β· πŸ“¦ 420 Β· πŸ“‹ 100 - 56% open Β· ⏱️ 20.12.2021): +- [GitHub](https://github.com/PedroBern/django-graphql-auth) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 75 Β· πŸ“¦ 420 Β· πŸ“‹ 100 - 56% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/PedroBern/django-graphql-auth ``` -- [PyPi](https://pypi.org/project/django-graphql-auth) (πŸ“₯ 7.4K / month Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/django-graphql-auth) (πŸ“₯ 7.3K / month Β· ⏱️ 16.11.2020): ``` pip install django-graphql-auth ``` @@ -1880,24 +1880,24 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-pydantic ``` -- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 7.6K / month Β· πŸ“¦ 1 Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 7.4K / month Β· πŸ“¦ 1 Β· ⏱️ 25.01.2022): ``` pip install graphene-pydantic ```
-
tartiflette-asgi (πŸ₯‰18 Β· ⭐ 99) - ASGI support for the Tartiflette GraphQL engine. MIT +
tartiflette-asgi (πŸ₯‰18 Β· ⭐ 100) - 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) (πŸ“₯ 810 / month Β· πŸ“¦ 1 Β· ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/tartiflette-asgi) (πŸ“₯ 760 / month Β· πŸ“¦ 1 Β· ⏱️ 20.05.2022): ``` pip install tartiflette-asgi ```
-
tartiflette-aiohttp (πŸ₯‰18 Β· ⭐ 58 Β· πŸ’€) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT +
tartiflette-aiohttp (πŸ₯‰18 Β· ⭐ 59 Β· πŸ’€) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT - [GitHub](https://github.com/tartiflette/tartiflette-aiohttp) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 9 Β· πŸ“¦ 44 Β· πŸ“‹ 19 - 21% open Β· ⏱️ 15.11.2021): @@ -1911,12 +1911,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Flask-GraphQL-Auth (πŸ₯‰17 Β· ⭐ 64 Β· πŸ’€) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT -- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 10 Β· πŸ“¦ 90 Β· πŸ“‹ 19 - 31% open Β· ⏱️ 16.06.2021): +- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 10 Β· πŸ“¦ 92 Β· πŸ“‹ 19 - 31% open Β· ⏱️ 16.06.2021): ``` git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth ``` -- [PyPi](https://pypi.org/project/flask-graphql-auth) (πŸ“₯ 1.8K / month Β· πŸ“¦ 4 Β· ⏱️ 19.04.2021): +- [PyPi](https://pypi.org/project/flask-graphql-auth) (πŸ“₯ 1.7K / month Β· πŸ“¦ 4 Β· ⏱️ 19.04.2021): ``` pip install flask-graphql-auth ``` @@ -1934,23 +1934,23 @@ _General purpose web frameworks to build web applications and REST APIs._
websocket-client (πŸ₯‡38 Β· ⭐ 3K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 700 Β· πŸ“¦ 64K Β· πŸ“‹ 540 - 1% open Β· ⏱️ 01.06.2022): +- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 710 Β· πŸ“¦ 65K Β· πŸ“‹ 540 - 1% open Β· ⏱️ 20.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) (πŸ“₯ 39M / month Β· πŸ“¦ 6.7K Β· ⏱️ 20.06.2022): ``` pip install websocket-client ``` -- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 3M Β· ⏱️ 29.03.2022): +- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 3M Β· ⏱️ 21.06.2022): ``` conda install -c conda-forge websocket-client ```
websockets (πŸ₯‡36 Β· ⭐ 4K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/aaugustin/websockets) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 430 Β· πŸ“¦ 60K Β· πŸ“‹ 880 - 2% open Β· ⏱️ 05.05.2022): +- [GitHub](https://github.com/aaugustin/websockets) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 430 Β· πŸ“¦ 61K Β· πŸ“‹ 890 - 2% open Β· ⏱️ 05.05.2022): ``` git clone https://github.com/aaugustin/websockets @@ -1966,12 +1966,12 @@ _General purpose web frameworks to build web applications and REST APIs._
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 Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/crossbario/autobahn-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 760 Β· πŸ“¦ 19K Β· πŸ“‹ 860 - 19% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/crossbario/autobahn-python ``` -- [PyPi](https://pypi.org/project/autobahn) (πŸ“₯ 860K / month Β· πŸ“¦ 2K Β· ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/autobahn) (πŸ“₯ 950K / month Β· πŸ“¦ 2K Β· ⏱️ 04.05.2022): ``` pip install autobahn ``` @@ -1987,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) (πŸ“₯ 640K / month Β· πŸ“¦ 2.3K Β· ⏱️ 22.05.2022): +- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 680K / month Β· πŸ“¦ 2.3K Β· ⏱️ 22.05.2022): ``` pip install flask-socketio ``` @@ -1998,7 +1998,7 @@ _General purpose web frameworks to build web applications and REST APIs._
python-socketio (πŸ₯ˆ33 Β· ⭐ 2.9K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 480 Β· πŸ“‹ 700 - 4% open Β· ⏱️ 09.06.2022): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 490 Β· πŸ“‹ 700 - 4% open Β· ⏱️ 09.06.2022): ``` git clone https://github.com/miguelgrinberg/python-socketio @@ -2019,18 +2019,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (πŸ“₯ 490K / month Β· πŸ“¦ 770 Β· ⏱️ 07.04.2021): +- [PyPi](https://pypi.org/project/daphne) (πŸ“₯ 500K / month Β· πŸ“¦ 770 Β· ⏱️ 07.04.2021): ``` pip install daphne ``` -- [Conda](https://anaconda.org/conda-forge/daphne) (πŸ“₯ 89K Β· ⏱️ 07.04.2021): +- [Conda](https://anaconda.org/conda-forge/daphne) (πŸ“₯ 90K Β· ⏱️ 07.04.2021): ``` conda install -c conda-forge daphne ```
websockify (πŸ₯‰28 Β· ⭐ 3.1K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 -- [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 600 Β· πŸ“¦ 510 Β· πŸ“‹ 310 - 8% open Β· ⏱️ 26.05.2022): +- [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 600 Β· πŸ“¦ 520 Β· πŸ“‹ 310 - 8% open Β· ⏱️ 26.05.2022): ``` git clone https://github.com/novnc/websockify @@ -2059,23 +2059,23 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (πŸ₯‡48 Β· ⭐ 35K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 9.1K Β· πŸ“₯ 74K Β· πŸ“¦ 3.5K Β· πŸ“‹ 10K - 8% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 9.2K Β· πŸ“₯ 68K Β· πŸ“¦ 3.5K Β· πŸ“‹ 10K - 8% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 47M / month Β· πŸ“¦ 4.6K Β· ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 46M / month Β· πŸ“¦ 4.7K Β· ⏱️ 22.06.2022): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 5.2M Β· ⏱️ 15.06.2022): +- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 5.3M Β· ⏱️ 20.06.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) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 220 Β· πŸ“₯ 140 Β· πŸ“¦ 1.3K Β· πŸ“‹ 370 - 15% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 220 Β· πŸ“₯ 140 Β· πŸ“¦ 1.3K Β· πŸ“‹ 370 - 16% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/tomerfiliba-org/rpyc @@ -2096,7 +2096,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 4.1K / month Β· πŸ“¦ 1 Β· ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 3.9K / month Β· πŸ“¦ 1 Β· ⏱️ 13.05.2022): ``` pip install fastapi-jsonrpc ``` @@ -2113,12 +2113,12 @@ _General purpose web frameworks to build web applications and REST APIs._
chalice (πŸ₯‡36 Β· ⭐ 9K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 920 Β· πŸ“¦ 1.5K Β· πŸ“‹ 1.2K - 33% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 920 Β· πŸ“¦ 1.5K Β· πŸ“‹ 1.2K - 32% open Β· ⏱️ 13.06.2022): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 290K / month Β· πŸ“¦ 160 Β· ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 280K / month Β· πŸ“¦ 160 Β· ⏱️ 01.06.2022): ``` pip install chalice ``` @@ -2134,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) (πŸ“₯ 3.1K / month Β· πŸ“¦ 33 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/python-lambda) (πŸ“₯ 3.3K / month Β· πŸ“¦ 33 Β· ⏱️ 05.01.2021): ``` pip install python-lambda ``` @@ -2161,30 +2161,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wagtail (πŸ₯‡42 Β· ⭐ 12K Β· πŸ“ˆ) - A Django content management system focused on flexibility and.. BSD-3 +
wagtail (πŸ₯‡42 Β· ⭐ 12K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 2.6K Β· πŸ“¦ 6.8K Β· πŸ“‹ 4K - 25% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 2.7K Β· πŸ“¦ 6.9K Β· πŸ“‹ 4K - 26% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 110K / month Β· πŸ“¦ 1.4K Β· ⏱️ 16.06.2022): +- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 100K / month Β· πŸ“¦ 1.4K Β· ⏱️ 16.06.2022): ``` pip install wagtail ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 44K Β· ⏱️ 21.11.2019): +- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 44K Β· ⏱️ 23.06.2022): ``` conda install -c conda-forge wagtail ```
django-cms (πŸ₯ˆ39 Β· ⭐ 8.8K) - 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 Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 600 Β· πŸ”€ 2.8K Β· πŸ“¦ 4.5K Β· πŸ“‹ 3.4K - 7% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 51K / month Β· πŸ“¦ 1.7K Β· ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 54K / month Β· πŸ“¦ 1.7K Β· ⏱️ 01.06.2022): ``` pip install django-cms ``` @@ -2196,7 +2196,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/stephenmcd/mezzanine ``` -- [PyPi](https://pypi.org/project/mezzanine) (πŸ“₯ 3.2K / month Β· πŸ“¦ 1.2K Β· ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/mezzanine) (πŸ“₯ 3.5K / month Β· πŸ“¦ 1.2K Β· ⏱️ 12.05.2022): ``` pip install mezzanine ``` @@ -2208,7 +2208,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 1.7K / month Β· πŸ“¦ 84 Β· ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 1.9K / month Β· πŸ“¦ 84 Β· ⏱️ 02.05.2022): ``` pip install lektor ``` @@ -2224,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) (πŸ“₯ 4.5K / month Β· πŸ“¦ 160 Β· ⏱️ 02.06.2022): +- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 4.7K / month Β· πŸ“¦ 160 Β· ⏱️ 02.06.2022): ``` pip install feincms ``` @@ -2241,7 +2241,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (πŸ₯‡46 Β· ⭐ 24K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 7K Β· πŸ“₯ 2.4M Β· πŸ“¦ 150K Β· πŸ“‹ 8.2K - 1% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 7K Β· πŸ“₯ 2.4M Β· πŸ“¦ 150K Β· πŸ“‹ 8.2K - 1% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/SeleniumHQ/selenium @@ -2271,9 +2271,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge coverage ```
-
mitmproxy (πŸ₯‡40 Β· ⭐ 28K Β· πŸ“‰) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT +
mitmproxy (πŸ₯‡40 Β· ⭐ 28K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 3.3K Β· πŸ“₯ 210K Β· πŸ“¦ 2K Β· πŸ“‹ 2.8K - 8% open Β· ⏱️ 06.06.2022): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 3.3K Β· πŸ“₯ 210K Β· πŸ“¦ 2K Β· πŸ“‹ 2.9K - 8% open Β· ⏱️ 06.06.2022): ``` git clone https://github.com/mitmproxy/mitmproxy @@ -2285,28 +2285,28 @@ _General purpose web frameworks to build web applications and REST APIs._
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 Β· ⏱️ 09.06.2022): +- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 2.4K Β· πŸ“‹ 1.3K - 1% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 760K / month Β· πŸ“¦ 86 Β· ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 760K / month Β· πŸ“¦ 88 Β· ⏱️ 17.06.2022): ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 55K Β· ⏱️ 20.05.2022): +- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 56K Β· ⏱️ 20.05.2022): ``` conda install -c conda-forge locust ```
responses (πŸ₯‡35 Β· ⭐ 3.6K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 56 Β· πŸ“¦ 14K Β· πŸ“‹ 230 - 1% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 56 Β· πŸ“¦ 14K Β· πŸ“‹ 230 - 2% open Β· ⏱️ 13.06.2022): ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 11M / month Β· πŸ“¦ 2.9K Β· ⏱️ 25.05.2022): +- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 9.6M / month Β· πŸ“¦ 2.9K Β· ⏱️ 25.05.2022): ``` pip install responses ``` @@ -2317,31 +2317,31 @@ _General purpose web frameworks to build web applications and REST APIs._
splinter (πŸ₯‡35 Β· ⭐ 2.5K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 510 Β· πŸ“¦ 5.6K Β· πŸ“‹ 510 - 9% open Β· ⏱️ 11.06.2022): +- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 510 Β· πŸ“¦ 5.6K Β· πŸ“‹ 510 - 9% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 88K / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.06.2022): +- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 90K / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.06.2022): ``` pip install splinter ```
SeleniumBase (πŸ₯ˆ34 Β· ⭐ 2.8K) - Python framework for Web/UI automation and testing. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 650 Β· πŸ“¦ 310 Β· πŸ“‹ 410 - 0% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 650 Β· πŸ“¦ 310 Β· πŸ“‹ 410 - 0% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 380K / month Β· πŸ“¦ 17 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 370K / month Β· πŸ“¦ 17 Β· ⏱️ 22.06.2022): ``` pip install seleniumbase ```
-
vcrpy (πŸ₯ˆ33 Β· ⭐ 2.2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT +
vcrpy (πŸ₯ˆ33 Β· ⭐ 2.3K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 290 Β· πŸ“¦ 4K Β· πŸ“‹ 340 - 24% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/kevin1024/vcrpy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 290 Β· πŸ“¦ 4K Β· πŸ“‹ 340 - 24% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/kevin1024/vcrpy @@ -2355,32 +2355,28 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge vcrpy ```
-
Prism (πŸ₯ˆ32 Β· ⭐ 2.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 +
django-silk (πŸ₯ˆ32 Β· ⭐ 3.4K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 250 Β· πŸ“₯ 750K Β· πŸ“¦ 260 Β· πŸ“‹ 570 - 8% open Β· ⏱️ 10.06.2022): +- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 290 Β· πŸ“₯ 180 Β· πŸ“¦ 2.1K Β· πŸ“‹ 300 - 36% open Β· ⏱️ 20.06.2022): ``` - git clone https://github.com/stoplightio/prism + git clone https://github.com/jazzband/django-silk ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (πŸ“₯ 200K / month Β· πŸ“¦ 15 Β· ⏱️ 07.06.2022): +- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 240K / month Β· πŸ“¦ 150 Β· ⏱️ 20.06.2022): ``` - npm install @stoplight/prism-cli + pip install django-silk ```
-
factory_boy (πŸ₯ˆ32 Β· ⭐ 2.8K) - A test fixtures replacement for Python. MIT +
Prism (πŸ₯ˆ32 Β· ⭐ 2.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“‹ 520 - 30% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 250 Β· πŸ“₯ 750K Β· πŸ“¦ 260 Β· πŸ“‹ 570 - 8% open Β· ⏱️ 23.06.2022): ``` - git clone https://github.com/FactoryBoy/factory_boy - ``` -- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 2.1M / month Β· πŸ“¦ 2.1K Β· ⏱️ 05.05.2018): - ``` - pip install factory_boy + git clone https://github.com/stoplightio/prism ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (πŸ“₯ 99K Β· ⏱️ 26.10.2021): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (πŸ“₯ 200K / month Β· πŸ“¦ 15 Β· ⏱️ 22.06.2022): ``` - conda install -c conda-forge factory_boy + npm install @stoplight/prism-cli ```
SeleniumLibrary (πŸ₯ˆ32 Β· ⭐ 1.1K) - Web testing library for Robot Framework. Apache-2 @@ -2390,7 +2386,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) (πŸ“₯ 560K / month Β· πŸ“¦ 120 Β· ⏱️ 08.01.2022): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 570K / month Β· πŸ“¦ 120 Β· ⏱️ 08.01.2022): ``` pip install robotframework-seleniumlibrary ``` @@ -2415,21 +2411,25 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pytest-django ```
-
django-silk (πŸ₯ˆ31 Β· ⭐ 3.4K) - Silky smooth profiling for Django. MIT +
factory_boy (πŸ₯ˆ31 Β· ⭐ 2.9K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 290 Β· πŸ“₯ 180 Β· πŸ“¦ 2.1K Β· πŸ“‹ 300 - 36% open Β· ⏱️ 28.05.2022): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“‹ 520 - 30% open Β· ⏱️ 23.06.2022): ``` - git clone https://github.com/jazzband/django-silk + git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 240K / month Β· πŸ“¦ 150 Β· ⏱️ 05.03.2022): +- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 2.2M / month Β· πŸ“¦ 740 Β· ⏱️ 26.10.2021): ``` - pip install django-silk + pip install factory_boy + ``` +- [Conda](https://anaconda.org/conda-forge/factory_boy) (πŸ“₯ 100K Β· ⏱️ 26.10.2021): + ``` + conda install -c conda-forge factory_boy ```
HTTPretty (πŸ₯ˆ30 Β· ⭐ 2K Β· πŸ’€) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT -- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 250 Β· πŸ“¦ 6.2K Β· πŸ“‹ 230 - 38% open Β· ⏱️ 05.11.2021): +- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 250 Β· πŸ“¦ 6.3K Β· πŸ“‹ 230 - 38% open Β· ⏱️ 05.11.2021): ``` git clone https://github.com/gabrielfalcao/HTTPretty @@ -2443,7 +2443,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httpretty ```
-
tavern (πŸ₯ˆ30 Β· ⭐ 870) - A command-line tool and Python library and Pytest plugin for automated.. MIT +
tavern (πŸ₯ˆ30 Β· ⭐ 880) - A command-line tool and Python library and Pytest plugin for automated.. MIT - [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 170 Β· πŸ“¦ 300 Β· πŸ“‹ 560 - 8% open Β· ⏱️ 12.06.2022): @@ -2466,19 +2466,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install flask-debugtoolbar ``` -- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (πŸ“₯ 52K Β· ⏱️ 30.03.2022): +- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (πŸ“₯ 53K Β· ⏱️ 30.03.2022): ``` conda install -c conda-forge flask-debugtoolbar ```
httprunner (πŸ₯ˆ29 Β· ⭐ 3.1K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 1.1K Β· πŸ“₯ 870 Β· πŸ“¦ 1 Β· πŸ“‹ 1.1K - 33% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 1.1K Β· πŸ“₯ 1K Β· πŸ“¦ 1 Β· πŸ“‹ 1.1K - 32% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 5K / month Β· πŸ“¦ 7 Β· ⏱️ 14.06.2022): +- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 5.4K / month Β· πŸ“¦ 7 Β· ⏱️ 17.06.2022): ``` pip install httprunner ``` @@ -2497,7 +2497,7 @@ _General purpose web frameworks to build web applications and REST APIs._
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 Β· πŸ“₯ 58K Β· πŸ“¦ 26 Β· πŸ“‹ 440 - 11% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/mockoon/mockoon) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 220 Β· πŸ“₯ 60K Β· πŸ“¦ 26 Β· πŸ“‹ 440 - 11% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/mockoon/mockoon @@ -2505,7 +2505,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Dredd (πŸ₯ˆ28 Β· ⭐ 3.9K) - Language-agnostic HTTP API Testing Tool. MIT -- [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 820 Β· πŸ“‹ 820 - 30% open Β· ⏱️ 03.04.2022): +- [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 830 Β· πŸ“‹ 820 - 30% open Β· ⏱️ 03.04.2022): ``` git clone https://github.com/apiaryio/dredd @@ -2521,12 +2521,12 @@ _General purpose web frameworks to build web applications and REST APIs._
schemathesis (πŸ₯‰27 Β· ⭐ 1.3K) - A modern API testing tool for web applications built.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 99 Β· πŸ“‹ 660 - 16% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 100 Β· πŸ“‹ 660 - 16% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 55K / month Β· πŸ“¦ 4 Β· ⏱️ 06.06.2022): +- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 56K / month Β· πŸ“¦ 4 Β· ⏱️ 23.06.2022): ``` pip install schemathesis ``` @@ -2538,11 +2538,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 560K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): +- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 570K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): ``` pip install webtest ``` -- [Conda](https://anaconda.org/conda-forge/webtest) (πŸ“₯ 8.8K Β· ⏱️ 19.08.2021): +- [Conda](https://anaconda.org/conda-forge/webtest) (πŸ“₯ 8.9K Β· ⏱️ 19.08.2021): ``` conda install -c conda-forge webtest ``` @@ -2554,7 +2554,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/scrapinghub/splash ``` -- [PyPi](https://pypi.org/project/splash) (πŸ“₯ 3.5K / month Β· πŸ“¦ 10 Β· ⏱️ 16.06.2020): +- [PyPi](https://pypi.org/project/splash) (πŸ“₯ 3.7K / month Β· πŸ“¦ 10 Β· ⏱️ 16.06.2020): ``` pip install splash ``` @@ -2566,7 +2566,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/klen/mixer ``` -- [PyPi](https://pypi.org/project/mixer) (πŸ“₯ 72K / month Β· πŸ“¦ 310 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/mixer) (πŸ“₯ 73K / month Β· πŸ“¦ 310 Β· ⏱️ 23.03.2022): ``` pip install mixer ``` @@ -2578,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) (πŸ“₯ 63K / month Β· πŸ“¦ 1.3K Β· ⏱️ 19.05.2021): +- [PyPi](https://pypi.org/project/django-test-plus) (πŸ“₯ 61K / month Β· πŸ“¦ 1.3K Β· ⏱️ 19.05.2021): ``` pip install django-test-plus ``` @@ -2603,18 +2603,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pytest-flask ```
-
Model Bakery (πŸ₯‰25 Β· ⭐ 540) - Object factory for Django. Apache-2 +
Model Bakery (πŸ₯‰25 Β· ⭐ 550) - Object factory for Django. Apache-2 - [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 64 Β· πŸ“‹ 110 - 22% open Β· ⏱️ 13.04.2022): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 320K / month Β· πŸ“¦ 14 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 350K / month Β· πŸ“¦ 14 Β· ⏱️ 05.04.2022): ``` pip install model_bakery ``` -- [Conda](https://anaconda.org/conda-forge/model_bakery) (πŸ“₯ 6.1K Β· ⏱️ 06.04.2022): +- [Conda](https://anaconda.org/conda-forge/model_bakery) (πŸ“₯ 6.2K Β· ⏱️ 06.04.2022): ``` conda install -c conda-forge model_bakery ``` @@ -2638,19 +2638,19 @@ _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) (πŸ“₯ 14K / month Β· πŸ“¦ 27 Β· ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 13K / 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 Β· πŸ“¦ 220 Β· πŸ“‹ 60 - 43% open Β· ⏱️ 06.05.2022): +- [GitHub](https://github.com/mherrmann/selenium-python-helium) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 250 Β· πŸ“¦ 230 Β· πŸ“‹ 61 - 44% open Β· ⏱️ 06.05.2022): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 28K / month Β· πŸ“¦ 9 Β· ⏱️ 03.09.2021): +- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 33K / month Β· πŸ“¦ 9 Β· ⏱️ 03.09.2021): ``` pip install helium ``` @@ -2662,19 +2662,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 290K / month Β· πŸ“¦ 130 Β· ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 280K / month Β· πŸ“¦ 130 Β· ⏱️ 10.01.2022): ``` pip install aioresponses ```
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): +- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 140 Β· πŸ“¦ 61 Β· πŸ“‹ 22 - 18% open Β· ⏱️ 17.04.2022): ``` git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 12K / month Β· πŸ“¦ 6 Β· ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 11K / month Β· πŸ“¦ 6 Β· ⏱️ 17.04.2022): ``` pip install requestium ``` @@ -2686,14 +2686,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 9.9K / month Β· πŸ“¦ 110 Β· ⏱️ 22.03.2022): +- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 9.8K / month Β· πŸ“¦ 110 Β· ⏱️ 22.03.2022): ``` pip install gabbi ```
molotov (πŸ₯‰21 Β· ⭐ 380) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/loads/molotov) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 28 Β· πŸ“¦ 80 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 25.01.2022): +- [GitHub](https://github.com/loads/molotov) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 28 Β· πŸ“¦ 80 Β· πŸ“‹ 110 - 20% open Β· ⏱️ 25.01.2022): ``` git clone https://github.com/loads/molotov @@ -2705,24 +2705,24 @@ _General purpose web frameworks to build web applications and REST APIs._
aresponses (πŸ₯‰20 Β· ⭐ 90) - Asyncio http mocking. Similar to the responses library used for requests. MIT -- [GitHub](https://github.com/aresponses/aresponses) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 15 Β· πŸ“¦ 270 Β· ⏱️ 29.01.2022): +- [GitHub](https://github.com/aresponses/aresponses) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 15 Β· πŸ“¦ 280 Β· ⏱️ 29.01.2022): ``` git clone https://github.com/aresponses/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 26K / month Β· πŸ“¦ 48 Β· ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 24K / month Β· πŸ“¦ 48 Β· ⏱️ 29.01.2022): ``` pip install aresponses ```
fsociety (πŸ₯‰19 Β· ⭐ 650) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 88 Β· πŸ“¦ 2 Β· ⏱️ 07.06.2022): +- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 87 Β· πŸ“¦ 2 Β· ⏱️ 07.06.2022): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 760 / month Β· ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 790 / month Β· ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2741,12 +2741,12 @@ _General purpose web frameworks to build web applications and REST APIs._
golem (πŸ₯‰17 Β· ⭐ 480 Β· πŸ’€) - A complete test automation tool. MIT -- [GitHub](https://github.com/golemhq/golem) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 71 Β· πŸ“₯ 53 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 16.11.2021): +- [GitHub](https://github.com/golemhq/golem) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 70 Β· πŸ“₯ 53 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 16.11.2021): ``` git clone https://github.com/golemhq/golem ``` -- [PyPi](https://pypi.org/project/golem-framework) (πŸ“₯ 260 / month Β· πŸ“¦ 1 Β· ⏱️ 30.07.2021): +- [PyPi](https://pypi.org/project/golem-framework) (πŸ“₯ 250 / month Β· πŸ“¦ 1 Β· ⏱️ 30.07.2021): ``` pip install golem-framework ``` @@ -2756,8 +2756,8 @@ _General purpose web frameworks to build web applications and REST APIs._ - 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 Β· ⭐ 670 Β· πŸ’€) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD -- pyramid_debugtoolbar (πŸ₯‰26 Β· ⭐ 95 Β· πŸ’€) - Pyramid debug toolbar. BSD-3 - pytest-splinter (πŸ₯‰24 Β· ⭐ 230 Β· πŸ’€) - pytest splinter and selenium integration for anyone.. MIT +- pyramid_debugtoolbar (πŸ₯‰24 Β· ⭐ 95 Β· πŸ’€) - Pyramid debug toolbar. BSD-3 - wdb (πŸ₯‰23 Β· ⭐ 1.5K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (πŸ₯‰23 Β· ⭐ 1.1K Β· πŸ’€) - Python Rest Testing. Apache-2 - httmock (πŸ₯‰23 Β· ⭐ 440 Β· πŸ’€) - A mocking library for requests. Apache-2 @@ -2771,9 +2771,9 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
django-crispy-forms (πŸ₯‡37 Β· ⭐ 4.5K) - 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 Β· πŸ“¦ 92K Β· πŸ“‹ 660 - 11% open Β· ⏱️ 08.06.2022): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 700 Β· πŸ“¦ 93K Β· πŸ“‹ 660 - 11% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms @@ -2782,7 +2782,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install django-crispy-forms ``` -- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (πŸ“₯ 49K Β· ⏱️ 25.01.2022): +- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (πŸ“₯ 50K Β· ⏱️ 25.01.2022): ``` conda install -c conda-forge django-crispy-forms ``` @@ -2810,7 +2810,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 2.7M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): +- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 2.6M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): ``` pip install wtforms ``` @@ -2819,14 +2819,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wtforms ```
-
deform (πŸ₯‰28 Β· ⭐ 380 Β· πŸ’€) - A Python HTML form library. BSD-3 +
deform (πŸ₯‰27 Β· ⭐ 380) - A Python HTML form library. BSD-3 -- [GitHub](https://github.com/Pylons/deform) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 160 Β· πŸ“¦ 720 Β· πŸ“‹ 180 - 25% open Β· ⏱️ 23.10.2021): +- [GitHub](https://github.com/Pylons/deform) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 160 Β· πŸ“¦ 720 Β· πŸ“‹ 180 - 25% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 8.4K / month Β· πŸ“¦ 200 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 7.7K / month Β· πŸ“¦ 200 Β· ⏱️ 10.12.2020): ``` pip install deform ``` @@ -2838,7 +2838,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 280K / month Β· πŸ“¦ 1.2K Β· ⏱️ 19.04.2021): +- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 270K / month Β· πŸ“¦ 1.2K Β· ⏱️ 19.04.2021): ``` pip install django-formtools ``` @@ -2851,12 +2851,12 @@ _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 Β· πŸ“¦ 200K Β· πŸ“‹ 780 - 4% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 740 Β· πŸ“¦ 200K Β· πŸ“‹ 780 - 4% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/Python-Markdown/markdown ``` -- [PyPi](https://pypi.org/project/markdown) (πŸ“₯ 20M / month Β· πŸ“¦ 22K Β· ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/markdown) (πŸ“₯ 19M / month Β· πŸ“¦ 22K Β· ⏱️ 05.05.2022): ``` pip install markdown ``` @@ -2865,14 +2865,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markdown ```
-
pelican (πŸ₯‡36 Β· ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +
pelican (πŸ₯‡35 Β· ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 1.8K Β· πŸ“₯ 590 Β· πŸ“¦ 5.8K Β· πŸ“‹ 1.6K - 4% open Β· ⏱️ 03.04.2022): +- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 1.8K Β· πŸ“₯ 590 Β· πŸ“¦ 5.9K Β· πŸ“‹ 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 ``` @@ -2888,7 +2888,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 440K / month Β· πŸ“¦ 2.4K Β· ⏱️ 27.04.2022): +- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 430K / month Β· πŸ“¦ 2.4K Β· ⏱️ 27.04.2022): ``` pip install markdown2 ``` @@ -2900,39 +2900,39 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 13M / month Β· πŸ“¦ 9.2K Β· ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 12M / month Β· πŸ“¦ 9.2K Β· ⏱️ 14.01.2022): ``` pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 7.3M Β· ⏱️ 14.01.2022): +- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 7.4M Β· ⏱️ 14.01.2022): ``` conda install -c conda-forge mistune ```
-
pymdown-extensions (πŸ₯ˆ32 Β· ⭐ 600) - Extensions for Python Markdown. MIT +
pymdown-extensions (πŸ₯ˆ31 Β· ⭐ 600) - Extensions for Python Markdown. MIT - [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 210 Β· πŸ“‹ 300 - 5% open Β· ⏱️ 13.06.2022): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (πŸ“₯ 770K / month Β· πŸ“¦ 900 Β· ⏱️ 06.06.2022): +- [PyPi](https://pypi.org/project/pymdown-extensions) (πŸ“₯ 760K / month Β· πŸ“¦ 900 Β· ⏱️ 06.06.2022): ``` pip install pymdown-extensions ``` -- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (πŸ“₯ 69K Β· ⏱️ 06.06.2022): +- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (πŸ“₯ 70K Β· ⏱️ 06.06.2022): ``` conda install -c conda-forge pymdown-extensions ```
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): +- [GitHub](https://github.com/joeyespo/grip) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 400 Β· πŸ“¦ 1.1K Β· πŸ“‹ 280 - 33% open Β· ⏱️ 30.03.2022): ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 20K / month Β· πŸ“¦ 140 Β· ⏱️ 30.03.2022): +- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 21K / month Β· πŸ“¦ 140 Β· ⏱️ 30.03.2022): ``` pip install grip ``` @@ -2951,28 +2951,16 @@ _General purpose web frameworks to build web applications and REST APIs._
django-markdownx (πŸ₯‰26 Β· ⭐ 720) - Comprehensive Markdown plugin built for Django. BSD-3 -- [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 140 Β· πŸ“¦ 1.7K Β· πŸ“‹ 150 - 30% open Β· ⏱️ 22.02.2022): +- [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 140 Β· πŸ“¦ 1.8K Β· πŸ“‹ 150 - 30% open Β· ⏱️ 22.02.2022): ``` git clone https://github.com/neutronX/django-markdownx ``` -- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 35K / month Β· πŸ“¦ 120 Β· ⏱️ 03.01.2022): +- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 34K / month Β· πŸ“¦ 120 Β· ⏱️ 03.01.2022): ``` pip install django-markdownx ```
-
mistletoe (πŸ₯‰25 Β· ⭐ 480) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT - -- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 82 Β· πŸ“₯ 210 Β· πŸ“¦ 400 Β· πŸ“‹ 100 - 23% open Β· ⏱️ 29.04.2022): - - ``` - git clone https://github.com/miyuchina/mistletoe - ``` -- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 63K / month Β· πŸ“¦ 53 Β· ⏱️ 09.02.2022): - ``` - pip install mistletoe - ``` -
markdown-it-py (πŸ₯‰25 Β· ⭐ 330) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT - [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 40 Β· πŸ“‹ 61 - 32% open Β· ⏱️ 08.05.2022): @@ -2980,7 +2968,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 1.4M / month Β· πŸ“¦ 36 Β· ⏱️ 16.04.2022): +- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 1.3M / month Β· πŸ“¦ 36 Β· ⏱️ 16.04.2022): ``` pip install markdown-it-py ``` @@ -2989,14 +2977,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markdown-it-py ```
-
django-markdown-editor (πŸ₯‰22 Β· ⭐ 580) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
mistletoe (πŸ₯‰24 Β· ⭐ 480) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 860 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 31.03.2022): +- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 82 Β· πŸ“₯ 210 Β· πŸ“¦ 400 Β· πŸ“‹ 100 - 24% open Β· ⏱️ 29.04.2022): + + ``` + git clone https://github.com/miyuchina/mistletoe + ``` +- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 59K / month Β· πŸ“¦ 53 Β· ⏱️ 09.02.2022): + ``` + pip install mistletoe + ``` +
+
django-markdown-editor (πŸ₯‰23 Β· ⭐ 580) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 + +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 860 Β· πŸ“‹ 120 - 22% open Β· ⏱️ 31.03.2022): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 12K / month Β· πŸ“¦ 23 Β· ⏱️ 31.03.2022): +- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 11K / month Β· πŸ“¦ 23 Β· ⏱️ 31.03.2022): ``` pip install martor ``` @@ -3017,12 +3017,12 @@ _General purpose web frameworks to build web applications and REST APIs._
discord.py (πŸ₯‡44 Β· ⭐ 11K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 3.4K Β· πŸ“¦ 48K Β· πŸ“‹ 2.6K - 3% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 3.4K Β· πŸ“¦ 48K Β· πŸ“‹ 2.6K - 3% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 56M / month Β· πŸ“¦ 2.7K Β· ⏱️ 12.06.2021): +- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 55M / month Β· πŸ“¦ 2.7K Β· ⏱️ 12.06.2021): ``` pip install discord.py ``` @@ -3038,7 +3038,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 5.5M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 5.6M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -3049,7 +3049,7 @@ _General purpose web frameworks to build web applications and REST APIs._
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 Β· πŸ“¦ 110K Β· πŸ“‹ 910 - 5% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.2K Β· πŸ“¦ 110K Β· πŸ“‹ 910 - 5% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/googleapis/google-api-python-client @@ -3065,12 +3065,12 @@ _General purpose web frameworks to build web applications and REST APIs._
tweepy (πŸ₯‡41 Β· ⭐ 8.9K) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4K Β· πŸ“¦ 34K Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 01.06.2022): +- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4K Β· πŸ“¦ 35K Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 01.06.2022): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 920K / month Β· πŸ“¦ 4.4K Β· ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 930K / month Β· πŸ“¦ 4.4K Β· ⏱️ 20.05.2022): ``` pip install tweepy ``` @@ -3079,58 +3079,58 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tweepy ```
-
python-telegram-bot (πŸ₯‡40 Β· ⭐ 19K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 +
GitPython (πŸ₯‡41 Β· ⭐ 3.5K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 4.1K Β· πŸ“₯ 8K Β· πŸ“¦ 56K Β· πŸ“‹ 1.7K - 1% open Β· ⏱️ 09.06.2022): +- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 760 Β· πŸ“¦ 87K Β· πŸ“‹ 830 - 15% open Β· ⏱️ 21.06.2022): ``` - git clone https://github.com/python-telegram-bot/python-telegram-bot + git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 760K / month Β· πŸ“¦ 2.5K Β· ⏱️ 09.06.2022): +- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 27M / month Β· πŸ“¦ 7.2K Β· ⏱️ 20.02.2022): ``` - pip install python-telegram-bot + pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 49K Β· ⏱️ 02.02.2022): +- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 3.3M Β· ⏱️ 22.02.2022): ``` - conda install -c conda-forge python-telegram-bot + conda install -c conda-forge gitpython ```
-
GitPython (πŸ₯‡40 Β· ⭐ 3.5K) - GitPython is a python library used to interact with Git repositories. BSD-3 +
python-telegram-bot (πŸ₯‡40 Β· ⭐ 19K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 760 Β· πŸ“¦ 85K Β· πŸ“‹ 830 - 15% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 4.1K Β· πŸ“₯ 8.1K Β· πŸ“¦ 57K Β· πŸ“‹ 1.7K - 1% open Β· ⏱️ 19.06.2022): ``` - git clone https://github.com/gitpython-developers/GitPython + git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 28M / month Β· πŸ“¦ 7.2K Β· ⏱️ 20.02.2022): +- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 770K / month Β· πŸ“¦ 2.5K Β· ⏱️ 09.06.2022): ``` - pip install gitpython + pip install python-telegram-bot ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 3.3M Β· ⏱️ 22.02.2022): +- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 49K Β· ⏱️ 02.02.2022): ``` - conda install -c conda-forge gitpython + conda install -c conda-forge python-telegram-bot ```
pyTelegramBotAPI (πŸ₯ˆ39 Β· ⭐ 5.7K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.5K Β· πŸ“¦ 24K Β· πŸ“‹ 960 - 0% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.5K Β· πŸ“¦ 24K Β· πŸ“‹ 960 - 0% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 500K / month Β· πŸ“¦ 920 Β· ⏱️ 07.05.2022): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 530K / month Β· πŸ“¦ 920 Β· ⏱️ 23.06.2022): ``` pip install pytelegrambotapi ```
gspread (πŸ₯ˆ38 Β· ⭐ 6K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 870 Β· πŸ“₯ 120 Β· πŸ“¦ 16K Β· πŸ“‹ 730 - 7% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 870 Β· πŸ“₯ 120 Β· πŸ“¦ 16K Β· πŸ“‹ 730 - 7% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 10M / month Β· πŸ“¦ 970 Β· ⏱️ 31.05.2022): +- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 9.7M / month Β· πŸ“¦ 970 Β· ⏱️ 31.05.2022): ``` pip install gspread ``` @@ -3146,19 +3146,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 1M / month Β· πŸ“¦ 380 Β· ⏱️ 01.12.2021): +- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 800K / month Β· πŸ“¦ 390 Β· ⏱️ 01.12.2021): ``` pip install telethon ```
stripe (πŸ₯ˆ37 Β· ⭐ 1.2K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“¦ 22K Β· πŸ“‹ 310 - 4% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“¦ 22K Β· πŸ“‹ 310 - 5% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2M / month Β· πŸ“¦ 2K Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 1.9M / month Β· πŸ“¦ 2K Β· ⏱️ 17.06.2022): ``` pip install stripe ``` @@ -3174,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) (πŸ“₯ 9.2M / month Β· πŸ“¦ 2.5K Β· ⏱️ 26.04.2021): +- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 10M / month Β· πŸ“¦ 2.5K Β· ⏱️ 26.04.2021): ``` pip install pygithub ``` @@ -3185,12 +3185,12 @@ _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 Β· πŸ”€ 810 Β· πŸ“₯ 340 Β· πŸ“‹ 640 - 2% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 810 Β· πŸ“₯ 340 Β· πŸ“‹ 640 - 2% open Β· ⏱️ 22.06.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) (πŸ“₯ 7.5M / month Β· πŸ“¦ 2.2K Β· ⏱️ 22.04.2022): ``` pip install slackclient ``` @@ -3210,7 +3210,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install praw ``` -- [Conda](https://anaconda.org/conda-forge/praw) (πŸ“₯ 26K Β· ⏱️ 28.05.2022): +- [Conda](https://anaconda.org/conda-forge/praw) (πŸ“₯ 27K Β· ⏱️ 28.05.2022): ``` conda install -c conda-forge praw ``` @@ -3222,15 +3222,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (πŸ“₯ 3M / month Β· πŸ“¦ 3.5K Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/twilio) (πŸ“₯ 2.9M / month Β· πŸ“¦ 3.5K Β· ⏱️ 15.06.2022): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 80K Β· ⏱️ 16.06.2022): +- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 81K Β· ⏱️ 16.06.2022): ``` conda install -c conda-forge twilio ```
+
spotipy (πŸ₯ˆ35 Β· ⭐ 3.9K Β· πŸ“ˆ) - A light weight Python library for the Spotify Web API. MIT + +- [GitHub](https://github.com/plamere/spotipy) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 760 Β· πŸ“¦ 9.4K Β· πŸ“‹ 510 - 13% open Β· ⏱️ 19.06.2022): + + ``` + git clone https://github.com/plamere/spotipy + ``` +- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 580K / month Β· πŸ“¦ 580 Β· ⏱️ 18.06.2022): + ``` + pip install spotipy + ``` +- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 3.6K Β· ⏱️ 09.09.2021): + ``` + conda install -c conda-forge spotipy + ``` +
google-maps-services-python (πŸ₯ˆ35 Β· ⭐ 3.6K) - Python client library for Google Maps API Web Services. Apache-2 - [GitHub](https://github.com/googlemaps/google-maps-services-python) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 1.2K Β· πŸ“‹ 230 - 6% open Β· ⏱️ 19.05.2022): @@ -3238,12 +3254,12 @@ _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.6M / month Β· πŸ“¦ 1.2K Β· ⏱️ 02.02.2022): +- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 2M / month Β· πŸ“¦ 1.2K Β· ⏱️ 02.02.2022): ``` pip install googlemaps ```
-
jira (πŸ₯ˆ35 Β· ⭐ 1.6K Β· πŸ“‰) - Python Jira library. Development chat available on.. BSD-2 +
jira (πŸ₯ˆ35 Β· ⭐ 1.6K) - Python Jira library. Development chat available on.. BSD-2 - [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 760 Β· πŸ“₯ 720 Β· πŸ“¦ 4 Β· πŸ“‹ 620 - 18% open Β· ⏱️ 11.06.2022): @@ -3270,81 +3286,65 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pytube ``` -- [Conda](https://anaconda.org/conda-forge/pytube) (πŸ“₯ 1.5K Β· ⏱️ 09.05.2022): +- [Conda](https://anaconda.org/conda-forge/pytube) (πŸ“₯ 1.7K Β· ⏱️ 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 Β· πŸ”€ 810 Β· πŸ“₯ 340 Β· πŸ“‹ 640 - 2% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 810 Β· πŸ“₯ 340 Β· πŸ“‹ 640 - 2% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slack-sdk) (πŸ“₯ 6.3M / month Β· πŸ“¦ 91 Β· ⏱️ 14.06.2022): +- [PyPi](https://pypi.org/project/slack-sdk) (πŸ“₯ 6.4M / month Β· πŸ“¦ 93 Β· ⏱️ 22.06.2022): ``` pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (πŸ“₯ 16K Β· ⏱️ 14.06.2022): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (πŸ“₯ 17K Β· ⏱️ 22.06.2022): ``` conda install -c conda-forge slack-sdk ```
-
thumbor (πŸ₯ˆ33 Β· ⭐ 9K) - thumbor is an open-source photo thumbnail service by globo.com. MIT +
hvac (πŸ₯ˆ34 Β· ⭐ 990) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/thumbor/thumbor) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 760 Β· πŸ“¦ 310 Β· πŸ“‹ 890 - 1% open Β· ⏱️ 20.05.2022): +- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 310 Β· πŸ“₯ 450 Β· πŸ“¦ 2.5K Β· πŸ“‹ 330 - 35% open Β· ⏱️ 23.06.2022): ``` - git clone https://github.com/thumbor/thumbor - ``` -- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 4.4K / month Β· πŸ“¦ 200 Β· ⏱️ 20.05.2022): - ``` - pip install thumbor + git clone https://github.com/hvac/hvac ``` -
-
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): - +- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 5M / month Β· πŸ“¦ 310 Β· ⏱️ 23.09.2021): ``` - git clone https://github.com/bear/python-twitter + pip install hvac ``` -- [PyPi](https://pypi.org/project/python-twitter) (πŸ“₯ 180K / month Β· πŸ“¦ 1.7K Β· ⏱️ 03.11.2018): +- [Conda](https://anaconda.org/conda-forge/hvac) (πŸ“₯ 150K Β· ⏱️ 23.09.2021): ``` - pip install python-twitter + conda install -c conda-forge hvac ```
-
hvac (πŸ₯ˆ33 Β· ⭐ 980) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 +
thumbor (πŸ₯ˆ33 Β· ⭐ 9K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 310 Β· πŸ“₯ 450 Β· πŸ“¦ 2.4K Β· πŸ“‹ 330 - 35% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/thumbor/thumbor) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 760 Β· πŸ“¦ 310 Β· πŸ“‹ 890 - 1% open Β· ⏱️ 20.05.2022): ``` - git clone https://github.com/hvac/hvac - ``` -- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 4.9M / month Β· πŸ“¦ 310 Β· ⏱️ 23.09.2021): - ``` - pip install hvac + git clone https://github.com/thumbor/thumbor ``` -- [Conda](https://anaconda.org/conda-forge/hvac) (πŸ“₯ 150K Β· ⏱️ 23.09.2021): +- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 5.2K / month Β· πŸ“¦ 200 Β· ⏱️ 20.05.2022): ``` - conda install -c conda-forge hvac + pip install thumbor ```
-
spotipy (πŸ₯‰32 Β· ⭐ 3.9K) - A light weight Python library for the Spotify Web API. MIT +
python-twitter (πŸ₯ˆ33 Β· ⭐ 3.3K) - A Python wrapper around the Twitter API. Apache-2 -- [GitHub](https://github.com/plamere/spotipy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 760 Β· πŸ“¦ 9.2K Β· πŸ“‹ 510 - 13% open Β· ⏱️ 03.01.2022): +- [GitHub](https://github.com/bear/python-twitter) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 960 Β· πŸ“¦ 6.2K Β· πŸ“‹ 420 - 24% open Β· ⏱️ 19.12.2021): ``` - git clone https://github.com/plamere/spotipy - ``` -- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 510K / month Β· πŸ“¦ 570 Β· ⏱️ 12.08.2021): - ``` - pip install spotipy + git clone https://github.com/bear/python-twitter ``` -- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 3.5K Β· ⏱️ 09.09.2021): +- [PyPi](https://pypi.org/project/python-twitter) (πŸ“₯ 170K / month Β· πŸ“¦ 1.7K Β· ⏱️ 03.11.2018): ``` - conda install -c conda-forge spotipy + pip install python-twitter ```
simple-salesforce (πŸ₯‰32 Β· ⭐ 1.3K) - A very simple Salesforce.com REST API client for Python. Apache-2 @@ -3354,7 +3354,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 4.5M / month Β· πŸ“¦ 190 Β· ⏱️ 28.02.2022): +- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 4.6M / month Β· πŸ“¦ 190 Β· ⏱️ 28.02.2022): ``` pip install simple-salesforce ``` @@ -3363,26 +3363,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge simple-salesforce ```
-
sherlock (πŸ₯‰31 Β· ⭐ 32K) - Hunt down social media accounts by username across social networks. MIT +
sherlock (πŸ₯‰31 Β· ⭐ 33K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 3.7K Β· πŸ“‹ 690 - 19% open Β· ⏱️ 12.06.2022): +- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 3.7K Β· πŸ“‹ 690 - 19% open Β· ⏱️ 18.06.2022): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 4.6K / month Β· πŸ“¦ 7 Β· ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 4.3K / month Β· πŸ“¦ 7 Β· ⏱️ 11.05.2019): ``` pip install sherlock ```
-
instagram-scraper (πŸ₯‰30 Β· ⭐ 6.8K) - Scrapes an instagram users photos and videos. Unlicense +
instagram-scraper (πŸ₯‰31 Β· ⭐ 6.9K) - Scrapes an instagram users photos and videos. Unlicense -- [GitHub](https://github.com/arc298/instagram-scraper) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 1.3K Β· πŸ“¦ 290 Β· πŸ“‹ 670 - 62% open Β· ⏱️ 30.03.2022): +- [GitHub](https://github.com/arc298/instagram-scraper) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 1.4K Β· πŸ“¦ 300 Β· πŸ“‹ 670 - 62% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/arc298/instagram-scraper ``` -- [PyPi](https://pypi.org/project/instagram-scraper) (πŸ“₯ 9.5K / month Β· πŸ“¦ 26 Β· ⏱️ 24.02.2022): +- [PyPi](https://pypi.org/project/instagram-scraper) (πŸ“₯ 10K / month Β· πŸ“¦ 26 Β· ⏱️ 17.06.2022): ``` pip install instagram-scraper ``` @@ -3394,7 +3394,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) (πŸ“₯ 47K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2022): +- [PyPi](https://pypi.org/project/twitter) (πŸ“₯ 50K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2022): ``` pip install twitter ``` @@ -3417,36 +3417,36 @@ _General purpose web frameworks to build web applications and REST APIs._
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 Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 500 Β· πŸ“₯ 200K Β· πŸ“‹ 2.4K - 23% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 15K / month Β· πŸ“¦ 5 Β· ⏱️ 04.06.2022): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 16K / month Β· πŸ“¦ 5 Β· ⏱️ 04.06.2022): ``` pip install gallery-dl ```
wechatpy (πŸ₯‰29 Β· ⭐ 3.2K) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 710 Β· πŸ“‹ 330 - 9% open Β· ⏱️ 24.05.2022): +- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 720 Β· πŸ“‹ 340 - 10% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 3.9K / month Β· πŸ“¦ 130 Β· ⏱️ 27.03.2022): +- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 4.2K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): ``` pip install wechatpy ```
-
imdbpy (πŸ₯‰29 Β· ⭐ 970) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0 +
imdbpy (πŸ₯‰29 Β· ⭐ 980) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0 - [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 260 Β· πŸ“₯ 110 Β· πŸ“‹ 260 - 17% open Β· ⏱️ 29.05.2022): ``` git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 850K / month Β· πŸ“¦ 120 Β· ⏱️ 18.04.2021): +- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 580K / month Β· πŸ“¦ 120 Β· ⏱️ 18.04.2021): ``` pip install imdbpy ``` @@ -3458,7 +3458,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/bisguzar/twitter-scraper ``` -- [PyPi](https://pypi.org/project/twitter-scraper) (πŸ“₯ 19K / month Β· πŸ“¦ 12 Β· ⏱️ 17.07.2020): +- [PyPi](https://pypi.org/project/twitter-scraper) (πŸ“₯ 18K / month Β· πŸ“¦ 12 Β· ⏱️ 17.07.2020): ``` pip install twitter-scraper ``` @@ -3470,47 +3470,59 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flyingrub/scdl ``` -- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 920 / month Β· πŸ“¦ 6 Β· ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 870 / month Β· πŸ“¦ 6 Β· ⏱️ 05.05.2022): ``` pip install scdl ```
-
ghapi (πŸ₯‰25 Β· ⭐ 340) - A delightful and complete interface to GitHubs amazing API. Apache-2 +
notion-sdk-py (πŸ₯‰25 Β· ⭐ 710) - Official Notion SDK rewritten in Python (sync + async). MIT -- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 42 Β· πŸ“¦ 350 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 62 Β· πŸ“¦ 170 Β· πŸ“‹ 47 - 12% open Β· ⏱️ 17.05.2022): ``` - git clone https://github.com/fastai/ghapi + git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 320K / month Β· πŸ“¦ 28 Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 82K / month Β· πŸ“¦ 17 Β· ⏱️ 18.04.2022): ``` - pip install ghapi + pip install notion-client + ``` +- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 850 Β· ⏱️ 21.04.2022): + ``` + conda install -c conda-forge notion-client ```
-
notion-sdk-py (πŸ₯‰24 Β· ⭐ 710) - Official Notion SDK rewritten in Python (sync + async). MIT +
ghapi (πŸ₯‰25 Β· ⭐ 350) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 61 Β· πŸ“¦ 170 Β· πŸ“‹ 47 - 12% open Β· ⏱️ 17.05.2022): +- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 42 Β· πŸ“¦ 360 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 18.06.2022): ``` - git clone https://github.com/ramnes/notion-sdk-py + git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 80K / month Β· πŸ“¦ 17 Β· ⏱️ 18.04.2022): +- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 330K / month Β· πŸ“¦ 28 Β· ⏱️ 13.06.2022): ``` - pip install notion-client + pip install ghapi ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 780 Β· ⏱️ 21.04.2022): +
+
pyshorteners (πŸ₯‰24 Β· ⭐ 340 Β· πŸ“ˆ) - Generating short urls with python has never been easier. ❗️GPL-3.0 + +- [GitHub](https://github.com/ellisonleao/pyshorteners) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 59 Β· πŸ“¦ 5.7K Β· ⏱️ 06.06.2022): + ``` - conda install -c conda-forge notion-client + git clone https://github.com/ellisonleao/pyshorteners + ``` +- [PyPi](https://pypi.org/project/pyshorteners) (πŸ“₯ 130K / month Β· πŸ“¦ 85 Β· ⏱️ 19.03.2020): + ``` + pip install pyshorteners ```
WikiExtractor (πŸ₯‰23 Β· ⭐ 3K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 830 Β· πŸ“¦ 140 Β· πŸ“‹ 220 - 48% open Β· ⏱️ 07.03.2022): +- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 830 Β· πŸ“¦ 150 Β· πŸ“‹ 220 - 48% open Β· ⏱️ 07.03.2022): ``` git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 1.7K / month Β· πŸ“¦ 5 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 1.8K / month Β· πŸ“¦ 5 Β· ⏱️ 14.10.2021): ``` pip install wikiextractor ``` @@ -3523,18 +3535,6 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/mxrch/GHunt ```
-
pyshorteners (πŸ₯‰21 Β· ⭐ 330) - Generating short urls with python has never been easier. ❗️GPL-3.0 - -- [GitHub](https://github.com/ellisonleao/pyshorteners) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 59 Β· ⏱️ 06.06.2022): - - ``` - git clone https://github.com/ellisonleao/pyshorteners - ``` -- [PyPi](https://pypi.org/project/pyshorteners) (πŸ“₯ 160K / month Β· πŸ“¦ 85 Β· ⏱️ 19.03.2020): - ``` - pip install pyshorteners - ``` -
InstaPy (πŸ₯‰18 Β· ⭐ 14K) - Tool for automated Instagram interactions. ❗️GPL-3.0 - [GitHub]() (πŸ”€ 3.6K): @@ -3553,7 +3553,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - 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 (πŸ₯‰32 Β· ⭐ 2.5K Β· πŸ’€) - A Pythonic wrapper for the Wikipedia API. MIT -- google-resumable-media (πŸ₯‰32 Β· ⭐ 36) - Utilities for Google Media Downloads and Resumable.. Apache-2 +- google-resumable-media (πŸ₯‰32 Β· ⭐ 35) - Utilities for Google Media Downloads and Resumable.. Apache-2 - 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 @@ -3574,19 +3574,19 @@ _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 Β· πŸ”€ 300 Β· πŸ“¦ 35 Β· πŸ“‹ 1.7K - 8% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 300 Β· πŸ“¦ 35 Β· πŸ“‹ 1.7K - 8% open Β· ⏱️ 17.06.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 ```
yagmail (πŸ₯‡29 Β· ⭐ 2.3K) - Send email in Python conveniently for gmail using yagmail. MIT -- [GitHub](https://github.com/kootenpv/yagmail) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 250 Β· πŸ“¦ 2.3K Β· πŸ“‹ 200 - 44% open Β· ⏱️ 15.05.2022): +- [GitHub](https://github.com/kootenpv/yagmail) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 250 Β· πŸ“¦ 2.3K Β· πŸ“‹ 200 - 43% open Β· ⏱️ 15.05.2022): ``` git clone https://github.com/kootenpv/yagmail @@ -3602,24 +3602,24 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi-mail (πŸ₯‰22 Β· ⭐ 330) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 47 Β· πŸ“‹ 67 - 8% open Β· ⏱️ 08.06.2022): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 48 Β· πŸ“‹ 65 - 6% open Β· ⏱️ 08.06.2022): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 39K / month Β· πŸ“¦ 8 Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 35K / month Β· πŸ“¦ 8 Β· ⏱️ 08.06.2022): ``` pip install fastapi-mail ```
salmon (πŸ₯‰18 Β· ⭐ 550) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 53 Β· πŸ“₯ 60 Β· πŸ“¦ 17 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 06.06.2022): +- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 54 Β· πŸ“₯ 60 Β· πŸ“¦ 17 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 06.06.2022): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 840 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 820 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): ``` pip install salmon-mail ``` @@ -3644,12 +3644,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 Β· ⏱️ 11.06.2022): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 9.6K Β· πŸ“¦ 30K Β· πŸ“‹ 2.9K - 26% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.3M / month Β· πŸ“¦ 4.5K Β· ⏱️ 01.03.2022): +- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.4M / month Β· πŸ“¦ 4.5K Β· ⏱️ 01.03.2022): ``` pip install scrapy ``` @@ -3665,7 +3665,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/kurtmckee/feedparser ``` -- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 2.7M / month Β· πŸ“¦ 7.4K Β· ⏱️ 21.05.2022): +- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 2.5M / month Β· πŸ“¦ 7.4K Β· ⏱️ 21.05.2022): ``` pip install feedparser ``` @@ -3676,16 +3676,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
You-Get (πŸ₯‡33 Β· ⭐ 44K) - Dumb downloader that scrapes the web. MIT -- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 8.9K Β· πŸ“₯ 350K Β· ⏱️ 07.06.2022): +- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 8.9K Β· πŸ“₯ 350K Β· ⏱️ 20.06.2022): ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 22K / month Β· πŸ“¦ 22 Β· ⏱️ 30.05.2022): +- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 21K / month Β· πŸ“¦ 22 Β· ⏱️ 30.05.2022): ``` pip install you-get ``` -- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 8.1K Β· ⏱️ 31.05.2022): +- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 8.3K Β· ⏱️ 31.05.2022): ``` conda install -c conda-forge you-get ``` @@ -3701,11 +3701,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install pytrends ``` -- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 2.6K Β· ⏱️ 08.02.2022): +- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 2.7K Β· ⏱️ 08.02.2022): ``` conda install -c conda-forge pytrends ```
+
dirsearch (πŸ₯ˆ30 Β· ⭐ 8.1K) - Web path scanner. ❗️GPL-2.0 + +- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 1.9K Β· πŸ“¦ 13 Β· πŸ“‹ 420 - 9% open Β· ⏱️ 21.06.2022): + + ``` + git clone https://github.com/maurosoria/dirsearch + ``` +- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 1.6K / month Β· ⏱️ 17.06.2021): + ``` + pip install dirsearch + ``` +
parsel (πŸ₯ˆ30 Β· ⭐ 780) - 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): @@ -3717,31 +3729,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install parsel ``` -- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 38K Β· ⏱️ 02.06.2020): +- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 39K Β· ⏱️ 02.06.2020): ``` conda install -c conda-forge parsel ```
-
dirsearch (πŸ₯ˆ29 Β· ⭐ 8.1K) - Web path scanner. ❗️GPL-2.0 - -- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 1.9K Β· πŸ“¦ 13 Β· πŸ“‹ 420 - 9% open Β· ⏱️ 15.06.2022): - - ``` - git clone https://github.com/maurosoria/dirsearch - ``` -- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 1.6K / month Β· ⏱️ 17.06.2021): - ``` - pip install dirsearch - ``` -
cloudscraper (πŸ₯ˆ29 Β· ⭐ 2K) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 310 Β· πŸ“¦ 6.8K Β· ⏱️ 15.03.2022): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 320 Β· πŸ“¦ 7K Β· ⏱️ 15.03.2022): ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 1.1M / month Β· πŸ“¦ 77 Β· ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 660K / month Β· πŸ“¦ 77 Β· ⏱️ 15.03.2022): ``` pip install cloudscraper ``` @@ -3753,7 +3753,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 88K / month Β· πŸ“¦ 260 Β· ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 89K / month Β· πŸ“¦ 260 Β· ⏱️ 15.12.2021): ``` pip install MechanicalSoup ``` @@ -3769,11 +3769,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 50M / month Β· πŸ“¦ 2.4K Β· ⏱️ 14.04.2022): +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 49M / month Β· πŸ“¦ 2.4K Β· ⏱️ 14.04.2022): ``` pip install soupsieve ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 6.1M Β· ⏱️ 03.12.2021): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 6.2M Β· ⏱️ 03.12.2021): ``` conda install -c conda-forge soupsieve ``` @@ -3785,36 +3785,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.3K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.2K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): ``` pip install grab ```
-
trafilatura (πŸ₯‰26 Β· ⭐ 490) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0 +
trafilatura (πŸ₯‰26 Β· ⭐ 510) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0 - [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 66 Β· πŸ“¦ 170 Β· πŸ“‹ 150 - 22% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 190K / month Β· πŸ“¦ 5 Β· ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 180K / month Β· πŸ“¦ 5 Β· ⏱️ 18.05.2022): ``` pip install trafilatura ```
extruct (πŸ₯‰25 Β· ⭐ 690) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 99 Β· πŸ“¦ 420 Β· πŸ“‹ 83 - 36% open Β· ⏱️ 17.01.2022): +- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 99 Β· πŸ“¦ 430 Β· πŸ“‹ 83 - 36% open Β· ⏱️ 17.01.2022): ``` git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 42K / month Β· πŸ“¦ 30 Β· ⏱️ 26.07.2021): +- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 41K / month Β· πŸ“¦ 30 Β· ⏱️ 26.07.2021): ``` pip install extruct ```
-
Photon (πŸ₯‰24 Β· ⭐ 8.7K Β· πŸ“ˆ) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 +
Photon (πŸ₯‰24 Β· ⭐ 8.7K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 - [GitHub](https://github.com/s0md3v/Photon) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 1.3K Β· πŸ“‹ 100 - 36% open Β· ⏱️ 16.03.2022): @@ -3833,18 +3833,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 22K / month Β· πŸ“¦ 190 Β· ⏱️ 12.07.2021): +- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 21K / month Β· πŸ“¦ 190 Β· ⏱️ 12.07.2021): ``` pip install micawber ``` -- [Conda](https://anaconda.org/conda-forge/micawber) (πŸ“₯ 2.4K Β· ⏱️ 14.07.2021): +- [Conda](https://anaconda.org/conda-forge/micawber) (πŸ“₯ 2.5K Β· ⏱️ 14.07.2021): ``` conda install -c conda-forge micawber ```
Gerapy (πŸ₯‰22 Β· ⭐ 2.8K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT -- [GitHub](https://github.com/Gerapy/Gerapy) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 560 Β· πŸ“¦ 120 Β· πŸ“‹ 200 - 24% open Β· ⏱️ 26.05.2022): +- [GitHub](https://github.com/Gerapy/Gerapy) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 570 Β· πŸ“¦ 120 Β· πŸ“‹ 200 - 25% open Β· ⏱️ 26.05.2022): ``` git clone https://github.com/Gerapy/Gerapy @@ -3856,12 +3856,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
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): +- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 170 Β· πŸ“₯ 14 Β· πŸ“¦ 55 Β· πŸ“‹ 94 - 4% open Β· ⏱️ 27.03.2022): ``` git clone https://github.com/howie6879/ruia ``` -- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 580 / month Β· πŸ“¦ 9 Β· ⏱️ 07.05.2021): +- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 570 / month Β· πŸ“¦ 9 Β· ⏱️ 07.05.2021): ``` pip install ruia ``` @@ -3885,21 +3885,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/DarshanDeshpande/Scrapera ``` -- [PyPi](https://pypi.org/project/scrapera) (πŸ“₯ 71 / month Β· ⏱️ 07.02.2021): +- [PyPi](https://pypi.org/project/scrapera) (πŸ“₯ 70 / month Β· ⏱️ 07.02.2021): ``` pip install scrapera ```
Show 15 hidden projects... -- newspaper3k (πŸ₯‡32 Β· ⭐ 12K Β· πŸ’€) - News, full-text, and article metadata extraction in Python 3... MIT -- Pattern (πŸ₯‡32 Β· ⭐ 8.2K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural.. BSD-3 +- Pattern (πŸ₯‡33 Β· ⭐ 8.2K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural.. BSD-3 +- newspaper3k (πŸ₯ˆ32 Β· ⭐ 12K Β· πŸ’€) - News, full-text, and article metadata extraction in Python 3... MIT - pyspider (πŸ₯ˆ31 Β· ⭐ 15K Β· πŸ’€) - A Powerful Spider(Web Crawler) System in Python. Apache-2 - python-goose (πŸ₯ˆ28 Β· ⭐ 3.8K Β· πŸ’€) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 - scrapely (πŸ₯‰25 Β· ⭐ 1.8K Β· πŸ’€) - A pure-python HTML screen-scraping library. BSD-3 - robobrowser (πŸ₯‰24 Β· ⭐ 3.6K Β· πŸ’€) - Your friendly neighborhood web scraper. BSD-3 - frontera (πŸ₯‰24 Β· ⭐ 1.2K Β· πŸ’€) - A scalable frontier for web crawlers. BSD-3 -- AutoScraper (πŸ₯‰22 Β· ⭐ 4.4K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT +- AutoScraper (πŸ₯‰22 Β· ⭐ 4.5K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - snallygaster (πŸ₯‰21 Β· ⭐ 1.9K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - Cola (πŸ₯‰21 Β· ⭐ 1.4K Β· πŸ’€) - A high-level distributed crawling framework. Apache-2 - gazpacho (πŸ₯‰20 Β· ⭐ 660 Β· πŸ’€) - The simple, fast, and modern web scraping library. MIT @@ -3916,16 +3916,16 @@ _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.3K - 9% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 3.5K Β· πŸ“₯ 44K Β· πŸ“¦ 580 Β· πŸ“‹ 5.3K - 9% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 9.9K / month Β· πŸ“¦ 380 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 8.9K / month Β· πŸ“¦ 380 Β· ⏱️ 15.06.2022): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 180K Β· ⏱️ 10.05.2022): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 180K Β· ⏱️ 22.06.2022): ``` conda install -c conda-forge sentry-sdk ``` @@ -3937,11 +3937,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 21M / month Β· πŸ“¦ 490 Β· ⏱️ 08.04.2022): +- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 20M / month Β· πŸ“¦ 490 Β· ⏱️ 08.04.2022): ``` pip install prometheus-client ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 6M Β· ⏱️ 08.04.2022): +- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 6.1M Β· ⏱️ 08.04.2022): ``` conda install -c conda-forge prometheus_client ``` @@ -3962,50 +3962,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge prometheus_flask_exporter ```
-
opentelemetry-python (πŸ₯ˆ26 Β· ⭐ 930) - OpenTelemetry Python API and SDK. Apache-2 +
opentelemetry-python (πŸ₯ˆ26 Β· ⭐ 940) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 310 Β· πŸ“‹ 1.1K - 13% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 320 Β· πŸ“‹ 1.1K - 13% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 7.7K / month Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 7.6K / month Β· ⏱️ 13.11.2020): ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 61K Β· ⏱️ 22.04.2022): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 63K Β· ⏱️ 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 Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 980 Β· πŸ“‹ 2K - 17% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/allinurl/goaccess ```
-
Flask-MonitoringDashboard (πŸ₯‰22 Β· ⭐ 620 Β· πŸ’€) - Automatically monitor the evolving performance of.. MIT +
Flask-MonitoringDashboard (πŸ₯‰22 Β· ⭐ 630 Β· πŸ’€) - 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) (πŸ“₯ 7.8K / month Β· πŸ“¦ 12 Β· ⏱️ 06.11.2021): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 7.9K / month Β· πŸ“¦ 12 Β· ⏱️ 06.11.2021): ``` pip install flask-monitoringdashboard ```
-
starlette context (πŸ₯‰19 Β· ⭐ 260) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (πŸ₯‰22 Β· ⭐ 260 Β· πŸ“ˆ) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 13 Β· πŸ“‹ 30 - 13% open Β· ⏱️ 09.06.2022): +- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 14 Β· πŸ“‹ 32 - 12% open Β· ⏱️ 22.06.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) (πŸ“₯ 110K / month Β· πŸ“¦ 13 Β· ⏱️ 22.06.2022): ``` pip install starlette-context ``` @@ -4029,7 +4029,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/yoobool/flask-state ``` -- [PyPi](https://pypi.org/project/Flask-State) (πŸ“₯ 94 / month Β· ⏱️ 18.06.2021): +- [PyPi](https://pypi.org/project/Flask-State) (πŸ“₯ 100 / month Β· ⏱️ 18.06.2021): ``` pip install Flask-State ``` @@ -4048,19 +4048,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Streamlit (πŸ₯‡38 Β· ⭐ 20K) - Streamlit The fastest way to build data apps in Python. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“¦ 320 Β· πŸ“‹ 2.5K - 23% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“¦ 320 Β· πŸ“‹ 2.5K - 23% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 940K / month Β· πŸ“¦ 400 Β· ⏱️ 02.06.2022): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 910K / month Β· πŸ“¦ 400 Β· ⏱️ 02.06.2022): ``` pip install streamlit ```
wave (πŸ₯ˆ31 Β· ⭐ 3K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 160 Β· πŸ“₯ 930K Β· πŸ“‹ 720 - 26% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 160 Β· πŸ“₯ 950K Β· πŸ“‹ 730 - 26% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/h2oai/wave @@ -4072,24 +4072,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
PyWebIO (πŸ₯ˆ28 Β· ⭐ 3.1K) - Write interactive web app in script way. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 280 Β· πŸ“¦ 730 Β· πŸ“‹ 160 - 29% open Β· ⏱️ 07.06.2022): +- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 280 Β· πŸ“¦ 740 Β· πŸ“‹ 160 - 29% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 18K / month Β· πŸ“¦ 7 Β· ⏱️ 22.05.2022): +- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 19K / month Β· πŸ“¦ 7 Β· ⏱️ 22.05.2022): ``` pip install pywebio ```
-
flaskbb (πŸ₯‰25 Β· ⭐ 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) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 540 Β· πŸ“¦ 27 Β· πŸ“‹ 330 - 8% open Β· ⏱️ 08.06.2022): +- [GitHub](https://github.com/flaskbb/flaskbb) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 550 Β· πŸ“¦ 27 Β· πŸ“‹ 330 - 8% open Β· ⏱️ 08.06.2022): ``` git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 60 / month Β· πŸ“¦ 8 Β· ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 69 / month Β· πŸ“¦ 8 Β· ⏱️ 15.07.2018): ``` pip install FlaskBB ``` @@ -4108,12 +4108,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
idom (πŸ₯‰24 Β· ⭐ 600) - Create highly interactive web pages purely in Python. MIT -- [GitHub](https://github.com/idom-team/idom) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 33 Β· πŸ“¦ 6 Β· πŸ“‹ 240 - 24% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/idom-team/idom) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 35 Β· πŸ“¦ 6 Β· πŸ“‹ 240 - 24% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 3.1K / month Β· πŸ“¦ 5 Β· ⏱️ 16.04.2022): +- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 2.9K / month Β· πŸ“¦ 5 Β· ⏱️ 20.06.2022): ``` pip install idom ``` @@ -4126,18 +4126,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/rafalp/Misago ```
-
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 Β· πŸ“¦ 34 Β· πŸ“‹ 210 - 27% open Β· ⏱️ 09.08.2021): +- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 170 Β· πŸ“¦ 35 Β· πŸ“‹ 210 - 27% open Β· ⏱️ 09.08.2021): ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 140 / month Β· πŸ“¦ 1 Β· ⏱️ 16.04.2020): +- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 150 / month Β· πŸ“¦ 1 Β· ⏱️ 16.04.2020): ``` pip install wooey ```
+
pyscript (πŸ₯‰21 Β· ⭐ 13K Β· 🐣) - Home Page: https://pyscript.net Examples:.. Apache-2 + +- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 900 Β· πŸ“‹ 300 - 50% open Β· ⏱️ 23.06.2022): + + ``` + git clone https://github.com/pyscript/pyscript + ``` +
+
trame (πŸ₯‰18 Β· ⭐ 51 Β· βž•) - Trame let you weave various components and technologies into a Web.. Apache-2 + +- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 16 Β· πŸ“₯ 4 Β· πŸ“‹ 14 - 50% open Β· ⏱️ 21.06.2022): + + ``` + git clone https://github.com/Kitware/trame + ``` +- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 1.8K / month Β· πŸ“¦ 7 Β· ⏱️ 15.06.2022): + ``` + pip install trame + ``` +

## Admin UI @@ -4146,7 +4166,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (πŸ₯‡38 Β· ⭐ 7.1K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 980 Β· πŸ“₯ 170 Β· πŸ“¦ 52K Β· πŸ“‹ 800 - 11% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 980 Β· πŸ“₯ 170 Β· πŸ“¦ 52K Β· πŸ“‹ 800 - 11% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/jazzband/django-debug-toolbar @@ -4155,14 +4175,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-debug-toolbar ``` -- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (πŸ“₯ 130K Β· ⏱️ 03.05.2022): +- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (πŸ“₯ 140K Β· ⏱️ 03.05.2022): ``` conda install -c conda-forge django-debug-toolbar ```
flask-admin (πŸ₯‡38 Β· ⭐ 5.1K) - Simple and extensible administrative interface framework for.. BSD-3 -- [GitHub](https://github.com/flask-admin/flask-admin) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.4K Β· πŸ“¦ 15K Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 30.01.2022): +- [GitHub](https://github.com/flask-admin/flask-admin) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.4K Β· πŸ“¦ 15K Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/flask-admin/flask-admin @@ -4176,7 +4196,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-admin ```
-
django-grappelli (πŸ₯ˆ32 Β· ⭐ 3.3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 +
django-grappelli (πŸ₯ˆ33 Β· ⭐ 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): @@ -4194,12 +4214,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-admin-interface (πŸ₯ˆ28 Β· ⭐ 1.1K) - djangos default admin interface made customizable... MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 1.7K Β· πŸ“‹ 120 - 4% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 1.7K Β· πŸ“‹ 120 - 4% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (πŸ“₯ 49K / month Β· πŸ“¦ 42 Β· ⏱️ 14.05.2022): +- [PyPi](https://pypi.org/project/django-admin-interface) (πŸ“₯ 48K / month Β· πŸ“¦ 42 Β· ⏱️ 14.05.2022): ``` pip install django-admin-interface ``` @@ -4211,7 +4231,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) (πŸ“₯ 36 / month Β· πŸ“¦ 14 Β· ⏱️ 10.01.2017): +- [PyPi](https://pypi.org/project/django-admin2) (πŸ“₯ 37 / month Β· πŸ“¦ 14 Β· ⏱️ 10.01.2017): ``` pip install django-admin2 ``` @@ -4223,7 +4243,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/semente/django-smuggler ``` -- [PyPi](https://pypi.org/project/django-smuggler) (πŸ“₯ 17K / month Β· πŸ“¦ 73 Β· ⏱️ 03.02.2022): +- [PyPi](https://pypi.org/project/django-smuggler) (πŸ“₯ 18K / month Β· πŸ“¦ 73 Β· ⏱️ 03.02.2022): ``` pip install django-smuggler ``` @@ -4243,7 +4263,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 5 hidden projects... - django-suit (πŸ₯ˆ30 Β· ⭐ 2.2K Β· πŸ’€) - Modern theme for Django admin interface. ❗️AFL-3.0 -- xadmin (πŸ₯ˆ28 Β· ⭐ 4.7K Β· πŸ’€) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 +- xadmin (πŸ₯ˆ28 Β· ⭐ 4.6K Β· πŸ’€) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 - django-jet (πŸ₯‰27 Β· ⭐ 3.3K Β· πŸ’€) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 - django-admin-bootstrapped (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 - nginx-ui (πŸ₯‰16 Β· ⭐ 4.2K Β· πŸ’€) - Nginx UI allows you to access and modify the nginx configurations.. MIT @@ -4256,7 +4276,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (πŸ₯‡37 Β· ⭐ 33K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 4.2K Β· πŸ“₯ 350K Β· πŸ“‹ 4K - 8% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 4.2K Β· πŸ“₯ 350K Β· πŸ“‹ 4K - 8% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/kong/kong @@ -4268,7 +4288,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
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 Β· πŸ“₯ 10K Β· πŸ“‹ 1.9K - 18% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 880 Β· πŸ“₯ 10K Β· πŸ“‹ 1.9K - 18% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/TykTechnologies/tyk @@ -4287,7 +4307,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 4.1M / month Β· πŸ“¦ 27K Β· ⏱️ 18.03.2021): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 4M / month Β· πŸ“¦ 27K Β· ⏱️ 18.03.2021): ``` pip install flask-sqlalchemy ``` @@ -4298,7 +4318,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-caching (πŸ₯‡32 Β· ⭐ 720) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 170 Β· πŸ“¦ 11K Β· πŸ“‹ 200 - 17% open Β· ⏱️ 28.05.2022): +- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 170 Β· πŸ“¦ 11K Β· πŸ“‹ 200 - 17% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/pallets-eco/flask-caching @@ -4307,7 +4327,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install flask-caching ``` -- [Conda](https://anaconda.org/conda-forge/flask-caching) (πŸ“₯ 72K Β· ⏱️ 13.08.2021): +- [Conda](https://anaconda.org/conda-forge/flask-caching) (πŸ“₯ 73K Β· ⏱️ 13.08.2021): ``` conda install -c conda-forge flask-caching ``` @@ -4351,7 +4371,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install flask-cors ``` -- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 640K Β· ⏱️ 30.05.2021): +- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 650K Β· ⏱️ 30.05.2021): ``` conda install -c conda-forge flask-cors ``` @@ -4379,7 +4399,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/maxcountryman/flask-seasurf ``` -- [PyPi](https://pypi.org/project/flask-seasurf) (πŸ“₯ 88K / month Β· πŸ“¦ 260 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-seasurf) (πŸ“₯ 89K / month Β· πŸ“¦ 260 Β· ⏱️ 05.04.2022): ``` pip install flask-seasurf ``` @@ -4390,7 +4410,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-api (πŸ₯ˆ28 Β· ⭐ 1.3K Β· πŸ’€) - Browsable web APIs for Flask. BSD-3 -- [GitHub](https://github.com/flask-api/flask-api) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 170 Β· πŸ“¦ 5K Β· πŸ“‹ 63 - 19% open Β· ⏱️ 01.09.2021): +- [GitHub](https://github.com/flask-api/flask-api) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 170 Β· πŸ“¦ 5.1K Β· πŸ“‹ 63 - 19% open Β· ⏱️ 01.09.2021): ``` git clone https://github.com/flask-api/flask-api @@ -4407,51 +4427,51 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 1.7M / month Β· πŸ“¦ 1.1K Β· ⏱️ 24.06.2021): +- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 1.6M / month Β· πŸ“¦ 1.1K Β· ⏱️ 24.06.2021): ``` pip install flask-session ```
-
flask-babel (πŸ₯ˆ28 Β· ⭐ 380 Β· πŸ’€) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +
flask-marshmallow (πŸ₯ˆ27 Β· ⭐ 750) - Flask + marshmallow for beautiful APIs. MIT -- [GitHub](https://github.com/python-babel/flask-babel) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 150 Β· πŸ“¦ 14K Β· πŸ“‹ 110 - 17% open Β· ⏱️ 26.11.2021): +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 49 Β· πŸ“¦ 18K Β· πŸ“‹ 100 - 24% open Β· ⏱️ 30.01.2022): ``` - git clone https://github.com/python-babel/flask-babel + git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 2M / month Β· πŸ“¦ 2.6K Β· ⏱️ 27.08.2020): +- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 460K / month Β· πŸ“¦ 800 Β· ⏱️ 28.09.2020): ``` - pip install flask-babel + pip install flask-marshmallow ``` -- [Conda](https://anaconda.org/conda-forge/flask-babel) (πŸ“₯ 90K Β· ⏱️ 28.08.2020): +- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (πŸ“₯ 64K Β· ⏱️ 28.09.2020): ``` - conda install -c conda-forge flask-babel + conda install -c conda-forge flask-marshmallow ```
-
flask-marshmallow (πŸ₯ˆ27 Β· ⭐ 750) - Flask + marshmallow for beautiful APIs. MIT +
flask-babel (πŸ₯ˆ27 Β· ⭐ 380) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 49 Β· πŸ“¦ 18K Β· πŸ“‹ 100 - 24% open Β· ⏱️ 30.01.2022): +- [GitHub](https://github.com/python-babel/flask-babel) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 150 Β· πŸ“¦ 14K Β· πŸ“‹ 110 - 16% open Β· ⏱️ 20.06.2022): ``` - git clone https://github.com/marshmallow-code/flask-marshmallow + git clone https://github.com/python-babel/flask-babel ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 460K / month Β· πŸ“¦ 800 Β· ⏱️ 28.09.2020): +- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 2M / month Β· πŸ“¦ 2.6K Β· ⏱️ 27.08.2020): ``` - pip install flask-marshmallow + pip install flask-babel ``` -- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (πŸ“₯ 63K Β· ⏱️ 28.09.2020): +- [Conda](https://anaconda.org/conda-forge/flask-babel) (πŸ“₯ 90K Β· ⏱️ 28.08.2020): ``` - conda install -c conda-forge flask-marshmallow + conda install -c conda-forge flask-babel ```
flask-apispec (πŸ₯ˆ26 Β· ⭐ 590) - Build and document REST APIs with Flask and apispec. MIT -- [GitHub](https://github.com/jmcarp/flask-apispec) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 130 Β· πŸ“¦ 890 Β· πŸ“‹ 170 - 61% open Β· ⏱️ 30.03.2022): +- [GitHub](https://github.com/jmcarp/flask-apispec) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 130 Β· πŸ“¦ 900 Β· πŸ“‹ 170 - 61% open Β· ⏱️ 30.03.2022): ``` git clone https://github.com/jmcarp/flask-apispec ``` -- [PyPi](https://pypi.org/project/flask-apispec) (πŸ“₯ 320K / month Β· πŸ“¦ 41 Β· ⏱️ 30.03.2022): +- [PyPi](https://pypi.org/project/flask-apispec) (πŸ“₯ 280K / month Β· πŸ“¦ 41 Β· ⏱️ 30.03.2022): ``` pip install flask-apispec ``` @@ -4462,23 +4482,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-paginate (πŸ₯‰25 Β· ⭐ 250) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/lixxu/flask-paginate) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 79 Β· πŸ“₯ 38 Β· πŸ“¦ 2.2K Β· πŸ“‹ 67 - 7% open Β· ⏱️ 09.01.2022): +- [GitHub](https://github.com/lixxu/flask-paginate) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 79 Β· πŸ“₯ 39 Β· πŸ“¦ 2.3K Β· πŸ“‹ 67 - 7% open Β· ⏱️ 09.01.2022): ``` git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/flask-paginate) (πŸ“₯ 31K / month Β· πŸ“¦ 46 Β· ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/flask-paginate) (πŸ“₯ 29K / month Β· πŸ“¦ 46 Β· ⏱️ 09.01.2022): ``` pip install flask-paginate ``` -- [Conda](https://anaconda.org/conda-forge/flask-paginate) (πŸ“₯ 8.9K Β· ⏱️ 12.01.2022): +- [Conda](https://anaconda.org/conda-forge/flask-paginate) (πŸ“₯ 9.1K Β· ⏱️ 12.01.2022): ``` conda install -c conda-forge flask-paginate ```
-
flask_injector (πŸ₯‰25 Β· ⭐ 240 Β· πŸ“ˆ) - Adds Injector support to Flask. BSD-3 +
flask_injector (πŸ₯‰25 Β· ⭐ 240) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/alecthomas/flask_injector) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 33 Β· πŸ“¦ 660 Β· πŸ“‹ 47 - 23% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/alecthomas/flask_injector) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 33 Β· πŸ“¦ 660 Β· πŸ“‹ 48 - 22% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/alecthomas/flask_injector @@ -4487,7 +4507,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install flask_injector ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 1.6K Β· ⏱️ 16.06.2022): +- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 1.7K Β· ⏱️ 16.06.2022): ``` conda install -c conda-forge flask-injector ``` @@ -4499,43 +4519,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/johnwheeler/flask-ask ``` -- [PyPi](https://pypi.org/project/flask-ask) (πŸ“₯ 490 / month Β· πŸ“¦ 130 Β· ⏱️ 28.02.2018): +- [PyPi](https://pypi.org/project/flask-ask) (πŸ“₯ 500 / month Β· πŸ“¦ 130 Β· ⏱️ 28.02.2018): ``` pip install flask-ask ```
flask-jsonrpc (πŸ₯‰24 Β· ⭐ 260) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 61 Β· πŸ“¦ 200 Β· πŸ“‹ 60 - 6% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 61 Β· πŸ“¦ 200 Β· πŸ“‹ 60 - 6% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 410 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 350 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): ``` pip install rpc ```
-
flask-rebar (πŸ₯‰24 Β· ⭐ 210) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
flask-rebar (πŸ₯‰23 Β· ⭐ 210) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 32 Β· πŸ“¦ 35 Β· πŸ“‹ 100 - 46% open Β· ⏱️ 03.06.2022): +- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 32 Β· πŸ“‹ 100 - 46% open Β· ⏱️ 03.06.2022): ``` git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 4.9K / month Β· πŸ“¦ 4 Β· ⏱️ 03.06.2022): +- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 5.6K / month Β· πŸ“¦ 4 Β· ⏱️ 03.06.2022): ``` pip install flask-rebar ```
-
Frozen-Flask (πŸ₯‰23 Β· ⭐ 720 Β· πŸ’€) - Freezes a Flask application into a set of static files. BSD-3 +
Frozen-Flask (πŸ₯‰22 Β· ⭐ 720 Β· πŸ’€) - Freezes a Flask application into a set of static files. BSD-3 -- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 69 Β· πŸ“₯ 63 Β· πŸ“¦ 2.4K Β· πŸ“‹ 67 - 34% open Β· ⏱️ 19.07.2021): +- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 69 Β· πŸ“₯ 63 Β· πŸ“‹ 67 - 34% open Β· ⏱️ 19.07.2021): ``` git clone https://github.com/Frozen-Flask/Frozen-Flask ``` -- [PyPi](https://pypi.org/project/frozen-flask) (πŸ“₯ 30K / month Β· πŸ“¦ 580 Β· ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/frozen-flask) (πŸ“₯ 35K / month Β· πŸ“¦ 580 Β· ⏱️ 15.06.2021): ``` pip install frozen-flask ``` @@ -4575,31 +4595,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 880 / month Β· πŸ“¦ 1 Β· ⏱️ 29.12.2021): +- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 860 / 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 Β· πŸ”€ 25 Β· πŸ“¦ 150 Β· πŸ“‹ 27 - 33% open Β· ⏱️ 28.10.2021): +- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 25 Β· πŸ“¦ 160 Β· πŸ“‹ 27 - 33% open Β· ⏱️ 28.10.2021): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 52K / month Β· πŸ“¦ 2 Β· ⏱️ 28.10.2021): +- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 49K / month Β· πŸ“¦ 2 Β· ⏱️ 28.10.2021): ``` pip install flask_pydantic ```
flask-msearch (πŸ₯‰19 Β· ⭐ 190 Β· πŸ’€) - Full text search for flask. BSD-3 -- [GitHub](https://github.com/honmaple/flask-msearch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 28 Β· πŸ“¦ 370 Β· πŸ“‹ 44 - 29% open Β· ⏱️ 04.06.2021): +- [GitHub](https://github.com/honmaple/flask-msearch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 28 Β· πŸ“¦ 380 Β· πŸ“‹ 44 - 29% open Β· ⏱️ 04.06.2021): ``` git clone https://github.com/honmaple/flask-msearch ``` -- [PyPi](https://pypi.org/project/flask-msearch) (πŸ“₯ 570 / month Β· πŸ“¦ 12 Β· ⏱️ 04.06.2021): +- [PyPi](https://pypi.org/project/flask-msearch) (πŸ“₯ 550 / month Β· πŸ“¦ 12 Β· ⏱️ 04.06.2021): ``` pip install flask-msearch ``` @@ -4611,7 +4631,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 290 / month Β· ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 340 / month Β· ⏱️ 07.12.2021): ``` pip install flask-file-upload ``` @@ -4639,7 +4659,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-crudrouter (πŸ₯‡23 Β· ⭐ 760) - A dynamic FastAPI router that automatically creates.. MIT -- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 83 Β· πŸ“₯ 5 Β· πŸ“¦ 96 Β· πŸ“‹ 81 - 55% open Β· ⏱️ 18.02.2022): +- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 83 Β· πŸ“₯ 5 Β· πŸ“¦ 97 Β· πŸ“‹ 81 - 55% open Β· ⏱️ 18.02.2022): ``` git clone https://github.com/awtkns/fastapi-crudrouter @@ -4661,108 +4681,120 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-admin ```
-
starlette_exporter (πŸ₯ˆ20 Β· ⭐ 190) - Prometheus exporter for Starlette and FastAPI. Apache-2 +
slowapi (πŸ₯ˆ20 Β· ⭐ 450 Β· πŸ“ˆ) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 19 Β· πŸ“‹ 30 - 26% open Β· ⏱️ 23.05.2022): +- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 38 Β· πŸ“‹ 55 - 36% open Β· ⏱️ 17.06.2022): ``` - git clone https://github.com/stephenhillier/starlette_exporter + git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 280K / month Β· πŸ“¦ 4 Β· ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 31K / month Β· πŸ“¦ 1 Β· ⏱️ 28.08.2021): ``` - pip install starlette_exporter + pip install slowapi ```
-
fastapi-mvc (πŸ₯ˆ19 Β· ⭐ 140) - Developer productivity tool for making high-quality FastAPI.. MIT +
sqladmin (πŸ₯ˆ20 Β· ⭐ 450 Β· 🐣) - SQLAlchemy Admin for Starlette/FastAPI. BSD-3 -- [GitHub](https://github.com/rszamszur/fastapi-mvc) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 23 Β· πŸ“₯ 36 Β· πŸ“‹ 70 - 34% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 54 Β· πŸ“‹ 54 - 24% open Β· ⏱️ 23.06.2022): ``` - git clone https://github.com/rszamszur/fastapi-mvc + git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 280 / month Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 5.5K / month Β· ⏱️ 23.06.2022): ``` - pip install fastapi-mvc + pip install sqladmin ```
-
fastapi-react (πŸ₯ˆ18 Β· ⭐ 1.2K) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT +
starlette_exporter (πŸ₯ˆ20 Β· ⭐ 190) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- [GitHub](https://github.com/Buuntu/fastapi-react) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 190 Β· πŸ“‹ 58 - 37% open Β· ⏱️ 18.02.2022): +- [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 19 Β· πŸ“‹ 30 - 26% open Β· ⏱️ 23.05.2022): ``` - git clone https://github.com/Buuntu/fastapi-react + git clone https://github.com/stephenhillier/starlette_exporter + ``` +- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 280K / month Β· πŸ“¦ 4 Β· ⏱️ 23.05.2022): + ``` + pip install starlette_exporter ```
-
fastapi-code-generator (πŸ₯ˆ18 Β· ⭐ 510) - This code generator creates FastAPI app from an.. MIT +
fastapi-code-generator (πŸ₯ˆ19 Β· ⭐ 510) - This code generator creates FastAPI app from an.. MIT - [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 50 Β· πŸ“‹ 57 - 63% open Β· ⏱️ 24.03.2022): ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 1.8K / month Β· ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 1.6K / month Β· ⏱️ 13.05.2022): ``` pip install fastapi-code-generator ```
-
slowapi (πŸ₯ˆ18 Β· ⭐ 450) - A rate limiter for Starlette and FastAPI. MIT +
fastapi-mvc (πŸ₯ˆ19 Β· ⭐ 140) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 38 Β· πŸ“‹ 55 - 36% open Β· ⏱️ 02.02.2022): +- [GitHub](https://github.com/rszamszur/fastapi-mvc) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 25 Β· πŸ“₯ 37 Β· πŸ“‹ 73 - 36% open Β· ⏱️ 13.06.2022): ``` - git clone https://github.com/laurents/slowapi + git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 31K / month Β· πŸ“¦ 1 Β· ⏱️ 28.08.2021): +- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 240 / month Β· ⏱️ 13.06.2022): ``` - pip install slowapi + pip install fastapi-mvc ```
-
fastapi_contrib (πŸ₯‰17 Β· ⭐ 500 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT +
fastapi-react (πŸ₯‰18 Β· ⭐ 1.2K) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT -- [GitHub](https://github.com/identixone/fastapi_contrib) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 20 Β· πŸ“‹ 26 - 19% open Β· ⏱️ 03.06.2021): +- [GitHub](https://github.com/Buuntu/fastapi-react) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 190 Β· πŸ“‹ 58 - 37% open Β· ⏱️ 18.02.2022): ``` - git clone https://github.com/identixone/fastapi_contrib + git clone https://github.com/Buuntu/fastapi-react ``` -- [PyPi](https://pypi.org/project/fastapi_contrib) (πŸ“₯ 20K / month Β· ⏱️ 03.06.2021): +
+
fastapi-plugins (πŸ₯‰18 Β· ⭐ 220 Β· πŸ“ˆ) - FastAPI framework plugins. MIT + +- [GitHub](https://github.com/madkote/fastapi-plugins) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 12 Β· πŸ“¦ 55 Β· πŸ“‹ 14 - 28% open Β· ⏱️ 16.06.2022): + ``` - pip install fastapi_contrib + git clone https://github.com/madkote/fastapi-plugins + ``` +- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 4.9K / month Β· πŸ“¦ 1 Β· ⏱️ 16.06.2022): + ``` + pip install fastapi-plugins ```
-
fastapi-socketio (πŸ₯‰17 Β· ⭐ 160) - Easily integrate socket.io with your FastAPI app. Apache-2 +
fastapi_contrib (πŸ₯‰17 Β· ⭐ 500 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT -- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 15 Β· πŸ“¦ 98 Β· πŸ“‹ 19 - 31% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/identixone/fastapi_contrib) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 20 Β· πŸ“‹ 27 - 22% open Β· ⏱️ 03.06.2021): ``` - git clone https://github.com/pyropy/fastapi-socketio + git clone https://github.com/identixone/fastapi_contrib ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 4K / month Β· πŸ“¦ 1 Β· ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi_contrib) (πŸ“₯ 21K / month Β· ⏱️ 03.06.2021): ``` - pip install fastapi-socketio + pip install fastapi_contrib ```
-
fastapi-versioning (πŸ₯‰16 Β· ⭐ 390 Β· πŸ’€) - api versioning for fastapi web applications. MIT +
fastapi-versioning (πŸ₯‰17 Β· ⭐ 390 Β· πŸ’€) - api versioning for fastapi web applications. MIT -- [GitHub](https://github.com/DeanWay/fastapi-versioning) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 43 Β· πŸ“‹ 38 - 55% open Β· ⏱️ 24.08.2021): +- [GitHub](https://github.com/DeanWay/fastapi-versioning) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 45 Β· πŸ“‹ 38 - 55% open Β· ⏱️ 24.08.2021): ``` git clone https://github.com/DeanWay/fastapi-versioning ``` -- [PyPi](https://pypi.org/project/fastapi-versioning) (πŸ“₯ 28K / month Β· πŸ“¦ 2 Β· ⏱️ 24.08.2021): +- [PyPi](https://pypi.org/project/fastapi-versioning) (πŸ“₯ 27K / month Β· πŸ“¦ 2 Β· ⏱️ 24.08.2021): ``` pip install fastapi-versioning ```
-
fastapi-plugins (πŸ₯‰16 Β· ⭐ 210) - FastAPI framework plugins. MIT +
fastapi-socketio (πŸ₯‰17 Β· ⭐ 170) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/madkote/fastapi-plugins) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 12 Β· πŸ“¦ 55 Β· πŸ“‹ 14 - 28% open Β· ⏱️ 21.03.2022): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 15 Β· πŸ“¦ 100 Β· πŸ“‹ 19 - 31% open Β· ⏱️ 16.06.2022): ``` - git clone https://github.com/madkote/fastapi-plugins + git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 5K / month Β· ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 3.4K / month Β· πŸ“¦ 1 Β· ⏱️ 06.12.2021): ``` - pip install fastapi-plugins + pip install fastapi-socketio ```
fastapi-lazy (πŸ₯‰10 Β· ⭐ 87) - Lazy package to start your project using FastAPI. MIT @@ -4772,7 +4804,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/yezz123/fastapi-lazy ``` -- [PyPi](https://pypi.org/project/fastapi-lazy) (πŸ“₯ 58 / month Β· ⏱️ 21.11.2021): +- [PyPi](https://pypi.org/project/fastapi-lazy) (πŸ“₯ 44 / month Β· ⏱️ 21.11.2021): ``` pip install fastapi-lazy ``` @@ -4793,8 +4825,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 3 hidden projects... - pyramid_jinja2 (πŸ₯‡23 Β· ⭐ 73) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed -- pyramid_celery (πŸ₯‰18 Β· ⭐ 100 Β· πŸ’€) - Pyramid configuration with celery integration. Allows.. MIT -- pyramid_services (πŸ₯‰15 Β· ⭐ 78 Β· πŸ’€) - A service layer for pyramid. MIT +- pyramid_celery (πŸ₯‰17 Β· ⭐ 100 Β· πŸ’€) - Pyramid configuration with celery integration. Allows.. MIT +- pyramid_services (πŸ₯‰16 Β· ⭐ 78 Β· πŸ’€) - A service layer for pyramid. MIT

@@ -4804,7 +4836,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-extensions (πŸ₯‡37 Β· ⭐ 5.8K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 560 Β· πŸ”€ 1.1K Β· πŸ“¦ 93K Β· πŸ“‹ 860 - 18% open Β· ⏱️ 12.06.2022): +- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 560 Β· πŸ”€ 1.1K Β· πŸ“¦ 93K Β· πŸ“‹ 860 - 18% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/django-extensions/django-extensions @@ -4829,19 +4861,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install channels ``` -- [Conda](https://anaconda.org/conda-forge/channels) (πŸ“₯ 88K Β· ⏱️ 22.12.2021): +- [Conda](https://anaconda.org/conda-forge/channels) (πŸ“₯ 89K Β· ⏱️ 22.12.2021): ``` conda install -c conda-forge channels ```
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 Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 500 Β· πŸ“¦ 110K Β· πŸ“‹ 250 - 3% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 2.8M / month Β· πŸ“¦ 6.7K Β· ⏱️ 05.06.2022): +- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 2.9M / month Β· πŸ“¦ 6.7K Β· ⏱️ 05.06.2022): ``` pip install django-cors-headers ``` @@ -4850,53 +4882,53 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-cors-headers ```
-
django-environ (πŸ₯‡36 Β· ⭐ 2.5K Β· πŸ“ˆ) - Django-environ allows you to utilize 12factor inspired.. MIT +
django-filter (πŸ₯‡36 Β· ⭐ 3.7K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 270 Β· πŸ“¦ 77K Β· πŸ“‹ 210 - 27% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 700 Β· πŸ“¦ 88K Β· πŸ“‹ 790 - 9% open Β· ⏱️ 18.06.2022): ``` - git clone https://github.com/joke2k/django-environ + git clone https://github.com/carltongibson/django-filter ``` -- [PyPi](https://pypi.org/project/django-environ) (πŸ“₯ 940K / month Β· πŸ“¦ 3.5K Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 2.6M / month Β· πŸ“¦ 8.7K Β· ⏱️ 17.06.2022): ``` - pip install django-environ + pip install django-filter ``` -- [Conda](https://anaconda.org/conda-forge/django-environ) (πŸ“₯ 54K Β· ⏱️ 09.07.2018): +- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 74K Β· ⏱️ 17.06.2022): ``` - conda install -c conda-forge django-environ + conda install -c conda-forge django-filter ```
-
django-oscar (πŸ₯‡35 Β· ⭐ 5.4K) - Domain-driven e-commerce for Django. BSD-3 +
django-environ (πŸ₯‡36 Β· ⭐ 2.5K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.9K Β· πŸ“¦ 880 Β· πŸ“‹ 1.4K - 9% open Β· ⏱️ 20.05.2022): +- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 270 Β· πŸ“₯ 1 Β· πŸ“¦ 78K Β· πŸ“‹ 200 - 25% open Β· ⏱️ 15.06.2022): ``` - git clone https://github.com/django-oscar/django-oscar + git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 17K / month Β· πŸ“¦ 270 Β· ⏱️ 01.11.2021): +- [PyPi](https://pypi.org/project/django-environ) (πŸ“₯ 940K / month Β· πŸ“¦ 3.5K Β· ⏱️ 15.06.2022): ``` - pip install django-oscar + pip install django-environ + ``` +- [Conda](https://anaconda.org/conda-forge/django-environ) (πŸ“₯ 55K Β· ⏱️ 09.07.2018): + ``` + conda install -c conda-forge django-environ ```
-
django-filter (πŸ₯‡35 Β· ⭐ 3.7K) - A generic system for filtering Django QuerySets based on.. BSD-3 +
django-oscar (πŸ₯‡35 Β· ⭐ 5.4K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 690 Β· πŸ“¦ 87K Β· πŸ“‹ 780 - 8% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.9K Β· πŸ“¦ 880 Β· πŸ“‹ 1.4K - 9% open Β· ⏱️ 22.06.2022): ``` - git clone https://github.com/carltongibson/django-filter - ``` -- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 2.5M / month Β· πŸ“¦ 8.7K Β· ⏱️ 24.09.2021): - ``` - pip install django-filter + git clone https://github.com/django-oscar/django-oscar ``` -- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 73K Β· ⏱️ 24.09.2021): +- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 16K / month Β· πŸ“¦ 270 Β· ⏱️ 01.11.2021): ``` - conda install -c conda-forge django-filter + 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): +- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.3K Β· πŸ“¦ 8K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 03.05.2022): ``` git clone https://github.com/django-haystack/django-haystack @@ -4910,25 +4942,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-haystack ```
-
django-import-export (πŸ₯‡35 Β· ⭐ 2.4K Β· πŸ“‰) - Django application and library for importing and.. BSD-2 +
django-import-export (πŸ₯‡35 Β· ⭐ 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 Β· ⏱️ 13.06.2022): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 530K / month Β· πŸ“¦ 1K Β· ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 520K / month Β· πŸ“¦ 1K Β· ⏱️ 17.05.2022): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 58K Β· ⏱️ 31.03.2022): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 59K Β· ⏱️ 31.03.2022): ``` conda install -c conda-forge django-import-export ```
django-ckeditor (πŸ₯‡35 Β· ⭐ 2.1K) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 700 Β· πŸ“¦ 23K Β· πŸ“‹ 510 - 21% open Β· ⏱️ 31.05.2022): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 700 Β· πŸ“¦ 24K Β· πŸ“‹ 510 - 21% open Β· ⏱️ 31.05.2022): ``` git clone https://github.com/django-ckeditor/django-ckeditor @@ -4938,28 +4970,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-ckeditor ```
-
django-reversion (πŸ₯ˆ34 Β· ⭐ 2.7K) - django-reversion is an extension to the Django web.. BSD-3 +
dj-database-url (πŸ₯‡35 Β· ⭐ 1.3K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 460 Β· πŸ“¦ 6.4K Β· πŸ“‹ 620 - 2% open Β· ⏱️ 20.02.2022): +- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 180 Β· πŸ“¦ 180K Β· πŸ“‹ 76 - 15% open Β· ⏱️ 18.06.2022): ``` - git clone https://github.com/etianen/django-reversion + git clone https://github.com/jacobian/dj-database-url ``` -- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 230K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.02.2022): +- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 870K / month Β· πŸ“¦ 21K Β· ⏱️ 15.12.2021): ``` - pip install django-reversion + pip install dj-database-url ```
-
dj-database-url (πŸ₯ˆ34 Β· ⭐ 1.3K) - Use Database URLs in your Django Application. BSD-3 +
django-reversion (πŸ₯ˆ34 Β· ⭐ 2.7K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 180 Β· πŸ“¦ 180K Β· πŸ“‹ 76 - 15% open Β· ⏱️ 29.05.2022): +- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 460 Β· πŸ“¦ 6.4K Β· πŸ“‹ 620 - 2% open Β· ⏱️ 18.06.2022): ``` - git clone https://github.com/jacobian/dj-database-url + git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 870K / month Β· πŸ“¦ 21K Β· ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 220K / month Β· πŸ“¦ 2.1K Β· ⏱️ 18.06.2022): ``` - pip install dj-database-url + pip install django-reversion ```
django-mptt (πŸ₯ˆ33 Β· ⭐ 2.6K) - Utilities for implementing a modified pre-order traversal tree.. MIT @@ -4969,7 +5001,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) (πŸ“₯ 490K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 520K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2021): ``` pip install django-mptt ``` @@ -5013,7 +5045,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 440K / month Β· πŸ“¦ 450 Β· ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 430K / month Β· πŸ“¦ 450 Β· ⏱️ 11.05.2022): ``` pip install django-simple-history ``` @@ -5032,32 +5064,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-money (πŸ₯ˆ33 Β· ⭐ 1.3K) - Money fields for Django forms and models. BSD-3 -- [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 270 Β· πŸ“¦ 1.7K Β· πŸ“‹ 310 - 16% open Β· ⏱️ 08.06.2022): +- [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 280 Β· πŸ“¦ 1.7K Β· πŸ“‹ 320 - 17% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-money) (πŸ“₯ 120K / month Β· πŸ“¦ 200 Β· ⏱️ 02.01.2022): +- [PyPi](https://pypi.org/project/django-money) (πŸ“₯ 120K / month Β· πŸ“¦ 200 Β· ⏱️ 20.06.2022): ``` pip install django-money ```
-
django-stubs (πŸ₯ˆ33 Β· ⭐ 900) - PEP-484 stubs for Django. MIT - -- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 250 Β· πŸ“¦ 2.5K Β· πŸ“‹ 440 - 42% open Β· ⏱️ 16.06.2022): - - ``` - git clone https://github.com/typeddjango/django-stubs - ``` -- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 490K / month Β· πŸ“¦ 76 Β· ⏱️ 24.05.2022): - ``` - pip install django-stubs - ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 2.9K Β· ⏱️ 24.05.2022): - ``` - conda install -c conda-forge django-stubs - ``` -
django-taggit (πŸ₯ˆ32 Β· ⭐ 2.9K) - Simple tagging for django. BSD-3 - [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 600 Β· πŸ“‹ 390 - 18% open Β· ⏱️ 11.05.2022): @@ -5065,11 +5081,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-taggit ``` -- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 340K / month Β· πŸ“¦ 2.9K Β· ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 330K / month Β· πŸ“¦ 2.9K Β· ⏱️ 02.05.2022): ``` pip install django-taggit ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 92K Β· ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 93K Β· ⏱️ 02.05.2022): ``` conda install -c conda-forge django-taggit ``` @@ -5081,7 +5097,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jschneier/django-storages ``` -- [PyPi](https://pypi.org/project/django-storages) (πŸ“₯ 1.9M / month Β· πŸ“¦ 4.9K Β· ⏱️ 30.10.2021): +- [PyPi](https://pypi.org/project/django-storages) (πŸ“₯ 2M / month Β· πŸ“¦ 4.9K Β· ⏱️ 30.10.2021): ``` pip install django-storages ``` @@ -5101,14 +5117,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install sorl-thumbnail ``` -- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (πŸ“₯ 2.1K Β· ⏱️ 11.02.2022): +- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (πŸ“₯ 2.2K Β· ⏱️ 11.02.2022): ``` conda install -c conda-forge sorl-thumbnail ```
django-tables2 (πŸ₯ˆ32 Β· ⭐ 1.5K) - django-tables2 - An app for creating HTML tables. BSD-2 -- [GitHub](https://github.com/jieter/django-tables2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 380 Β· πŸ“¦ 4.9K Β· πŸ“‹ 530 - 10% open Β· ⏱️ 19.05.2022): +- [GitHub](https://github.com/jieter/django-tables2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 380 Β· πŸ“¦ 5K Β· πŸ“‹ 530 - 10% open Β· ⏱️ 19.05.2022): ``` git clone https://github.com/jieter/django-tables2 @@ -5129,7 +5145,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) (πŸ“₯ 59K / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 57K / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.01.2022): ``` pip install django-pipeline ``` @@ -5141,11 +5157,27 @@ _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) (πŸ“₯ 200K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/easy-thumbnails) (πŸ“₯ 210K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.01.2022): ``` pip install easy-thumbnails ```
+
django-stubs (πŸ₯ˆ32 Β· ⭐ 910) - PEP-484 stubs for Django. MIT + +- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 260 Β· πŸ“¦ 2.6K Β· πŸ“‹ 460 - 43% open Β· ⏱️ 23.06.2022): + + ``` + git clone https://github.com/typeddjango/django-stubs + ``` +- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 510K / month Β· πŸ“¦ 76 Β· ⏱️ 17.06.2022): + ``` + pip install django-stubs + ``` +- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 3.1K Β· ⏱️ 20.06.2022): + ``` + conda install -c conda-forge django-stubs + ``` +
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 Β· πŸ“‹ 640 - 17% open Β· ⏱️ 27.05.2022): @@ -5153,23 +5185,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-compressor/django-compressor ``` -- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 310K / month Β· πŸ“¦ 280 Β· ⏱️ 23.04.2022): +- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 300K / month Β· πŸ“¦ 280 Β· ⏱️ 23.04.2022): ``` pip install django-compressor ```
django-webpack-loader (πŸ₯ˆ31 Β· ⭐ 2.4K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 330 Β· πŸ“¦ 7.5K Β· πŸ“‹ 180 - 16% open Β· ⏱️ 06.05.2022): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 330 Β· πŸ“¦ 7.5K Β· πŸ“‹ 180 - 16% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 320K / month Β· πŸ“¦ 980 Β· ⏱️ 06.04.2022): +- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 320K / month Β· πŸ“¦ 980 Β· ⏱️ 20.06.2022): ``` pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 2.5K Β· ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 2.6K Β· ⏱️ 17.11.2021): ``` conda install -c conda-forge django-webpack-loader ``` @@ -5210,33 +5242,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-constance ```
-
django-phonenumber-field (πŸ₯ˆ31 Β· ⭐ 1.2K) - A django model and form field for normalised phone.. MIT +
django-phonenumber-field (πŸ₯ˆ31 Β· ⭐ 1.3K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“‹ 200 - 27% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“‹ 200 - 26% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (πŸ“₯ 560K / month Β· πŸ“¦ 860 Β· ⏱️ 14.06.2022): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (πŸ“₯ 550K / month Β· πŸ“¦ 860 Β· ⏱️ 17.06.2022): ``` pip install django-phonenumber-field ```
-
cookiecutter-django (πŸ₯ˆ30 Β· ⭐ 9.4K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 +
cookiecutter-django (πŸ₯ˆ30 Β· ⭐ 9.5K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 2.4K Β· πŸ“¦ 17 Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 2.4K Β· πŸ“¦ 17 Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 50 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 47 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): ``` 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 Β· πŸ“¦ 830 Β· πŸ“‹ 300 - 5% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 480 Β· πŸ“¦ 840 Β· πŸ“‹ 300 - 5% open Β· ⏱️ 14.06.2022): ``` git clone https://github.com/justquick/django-activity-stream @@ -5264,19 +5296,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-widget-tweaks (πŸ₯ˆ30 Β· ⭐ 1.7K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“¦ 25K Β· πŸ“‹ 85 - 43% open Β· ⏱️ 13.01.2022): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“¦ 26K Β· πŸ“‹ 85 - 43% open Β· ⏱️ 13.01.2022): ``` git clone https://github.com/jazzband/django-widget-tweaks ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (πŸ“₯ 280K / month Β· πŸ“¦ 2.2K Β· ⏱️ 13.01.2022): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (πŸ“₯ 270K / month Β· πŸ“¦ 2.2K Β· ⏱️ 13.01.2022): ``` pip install django-widget-tweaks ```
django-cacheops (πŸ₯ˆ30 Β· ⭐ 1.6K) - A slick ORM cache with automatic granular event-driven.. BSD-3 -- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 200 Β· πŸ“¦ 700 Β· πŸ“‹ 300 - 8% open Β· ⏱️ 27.05.2022): +- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 200 Β· πŸ“¦ 710 Β· πŸ“‹ 300 - 8% open Β· ⏱️ 27.05.2022): ``` git clone https://github.com/Suor/django-cacheops @@ -5300,7 +5332,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-bootstrap4 (πŸ₯ˆ30 Β· ⭐ 960) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 250 Β· πŸ“¦ 60K Β· πŸ“‹ 160 - 14% open Β· ⏱️ 02.06.2022): +- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 250 Β· πŸ“¦ 61K Β· πŸ“‹ 160 - 14% open Β· ⏱️ 02.06.2022): ``` git clone https://github.com/zostera/django-bootstrap4 @@ -5316,28 +5348,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-waffle (πŸ₯ˆ30 Β· ⭐ 920) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“¦ 770 Β· πŸ“‹ 190 - 18% open Β· ⏱️ 05.06.2022): +- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“¦ 780 Β· πŸ“‹ 190 - 18% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 310K / month Β· πŸ“¦ 340 Β· ⏱️ 05.06.2022): +- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 320K / month Β· πŸ“¦ 340 Β· ⏱️ 05.06.2022): ``` pip install django-waffle ``` -- [Conda](https://anaconda.org/conda-forge/django-waffle) (πŸ“₯ 5.2K Β· ⏱️ 05.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-waffle) (πŸ“₯ 5.4K Β· ⏱️ 05.06.2022): ``` conda install -c conda-forge django-waffle ```
django-braces (πŸ₯‰29 Β· ⭐ 1.8K Β· πŸ’€) - Reusable, generic mixins for Django. BSD-3 -- [GitHub](https://github.com/brack3t/django-braces) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 210 Β· πŸ“¦ 12K Β· πŸ“‹ 120 - 2% open Β· ⏱️ 18.11.2021): +- [GitHub](https://github.com/brack3t/django-braces) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 210 Β· πŸ“¦ 12K Β· πŸ“‹ 120 - 3% open Β· ⏱️ 18.11.2021): ``` git clone https://github.com/brack3t/django-braces ``` -- [PyPi](https://pypi.org/project/django-braces) (πŸ“₯ 180K / month Β· πŸ“¦ 4K Β· ⏱️ 05.11.2021): +- [PyPi](https://pypi.org/project/django-braces) (πŸ“₯ 170K / month Β· πŸ“¦ 4K Β· ⏱️ 05.11.2021): ``` pip install django-braces ``` @@ -5376,12 +5408,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-dbbackup (πŸ₯‰29 Β· ⭐ 600) - Management commands to help backup and restore your.. BSD-3 -- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 190 Β· πŸ“¦ 1K Β· πŸ“‹ 260 - 23% open Β· ⏱️ 12.06.2022): +- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 190 Β· πŸ“¦ 1K Β· πŸ“‹ 260 - 23% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 43K / month Β· πŸ“¦ 160 Β· ⏱️ 24.12.2021): +- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 45K / month Β· πŸ“¦ 160 Β· ⏱️ 24.12.2021): ``` pip install django-dbbackup ``` @@ -5393,7 +5425,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 51K / month Β· πŸ“¦ 74 Β· ⏱️ 10.03.2022): +- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 48K / month Β· πŸ“¦ 74 Β· ⏱️ 10.03.2022): ``` pip install django-sql-explorer ``` @@ -5405,19 +5437,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 65K / month Β· πŸ“¦ 89 Β· ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 62K / month Β· πŸ“¦ 89 Β· ⏱️ 17.02.2022): ``` pip install django-push-notifications ```
django-q (πŸ₯‰28 Β· ⭐ 1.5K Β· πŸ’€) - A multiprocessing distributed task queue for Django. MIT -- [GitHub](https://github.com/Koed00/django-q) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 200 Β· πŸ“‹ 380 - 62% open Β· ⏱️ 26.06.2021): +- [GitHub](https://github.com/Koed00/django-q) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 210 Β· πŸ“‹ 380 - 62% open Β· ⏱️ 26.06.2021): ``` git clone https://github.com/Koed00/django-q ``` -- [PyPi](https://pypi.org/project/django-q) (πŸ“₯ 76K / month Β· πŸ“¦ 75 Β· ⏱️ 27.06.2021): +- [PyPi](https://pypi.org/project/django-q) (πŸ“₯ 73K / month Β· πŸ“¦ 75 Β· ⏱️ 27.06.2021): ``` pip install django-q ``` @@ -5433,7 +5465,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-polymorphic ``` -- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (πŸ“₯ 51K Β· ⏱️ 18.11.2021): +- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (πŸ“₯ 52K Β· ⏱️ 18.11.2021): ``` conda install -c conda-forge django_polymorphic ``` @@ -5445,7 +5477,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jrief/django-angular ``` -- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 9.3K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 8.8K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): ``` pip install django-angular ``` @@ -5457,43 +5489,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sehmaschine/django-filebrowser ``` -- [PyPi](https://pypi.org/project/django-filebrowser) (πŸ“₯ 8.1K / month Β· πŸ“¦ 270 Β· ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/django-filebrowser) (πŸ“₯ 9.1K / month Β· πŸ“¦ 270 Β· ⏱️ 12.01.2022): ``` pip install django-filebrowser ```
djangorestframework-stubs (πŸ₯‰28 Β· ⭐ 270) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 66 Β· πŸ“¦ 1.3K Β· πŸ“‹ 93 - 40% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 69 Β· πŸ“¦ 1.3K Β· πŸ“‹ 99 - 42% open Β· ⏱️ 22.06.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) (πŸ“₯ 250K / month Β· πŸ“¦ 58 Β· ⏱️ 22.06.2022): ``` pip install djangorestframework-stubs ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (πŸ“₯ 860 Β· ⏱️ 02.06.2022): +- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (πŸ“₯ 910 Β· ⏱️ 02.06.2022): ``` conda install -c conda-forge djangorestframework-stubs ```
-
Django-Ninja (πŸ₯‰27 Β· ⭐ 3K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT - -- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 180 Β· πŸ“‹ 320 - 34% open Β· ⏱️ 16.06.2022): - - ``` - git clone https://github.com/vitalik/django-ninja - ``` -- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 39K / month Β· πŸ“¦ 9 Β· ⏱️ 03.06.2022): - ``` - pip install django-ninja - ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 620 Β· ⏱️ 10.06.2022): - ``` - conda install -c conda-forge django-ninja - ``` -
django-extra-views (πŸ₯‰27 Β· ⭐ 1.2K) - Djangos class-based generic views are awesome, lets.. MIT - [GitHub](https://github.com/AndrewIngram/django-extra-views) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 160 Β· πŸ“¦ 1.7K Β· πŸ“‹ 140 - 7% open Β· ⏱️ 07.01.2022): @@ -5501,7 +5517,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/AndrewIngram/django-extra-views ``` -- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 58K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 57K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): ``` pip install django-extra-views ``` @@ -5518,6 +5534,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-paypal ```
+
Django-Ninja (πŸ₯‰26 Β· ⭐ 3K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT + +- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 180 Β· πŸ“‹ 320 - 34% open Β· ⏱️ 22.06.2022): + + ``` + git clone https://github.com/vitalik/django-ninja + ``` +- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 40K / month Β· πŸ“¦ 9 Β· ⏱️ 03.06.2022): + ``` + pip install django-ninja + ``` +- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 700 Β· ⏱️ 10.06.2022): + ``` + conda install -c conda-forge django-ninja + ``` +
viewflow (πŸ₯‰26 Β· ⭐ 2.2K) - Reusable workflow library for Django. ❗️AGPL-3.0 - [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 360 Β· πŸ“¦ 230 Β· πŸ“‹ 270 - 8% open Β· ⏱️ 05.04.2022): @@ -5525,19 +5557,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 4.5K / month Β· πŸ“¦ 32 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 4.3K / month Β· πŸ“¦ 32 Β· ⏱️ 05.04.2022): ``` pip install django-viewflow ```
django-watson (πŸ₯‰26 Β· ⭐ 1K) - Full-text multi-table search application for Django. Easy to.. BSD-3 -- [GitHub](https://github.com/etianen/django-watson) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 120 Β· πŸ“¦ 480 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 20.02.2022): +- [GitHub](https://github.com/etianen/django-watson) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 120 Β· πŸ“¦ 490 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 20.02.2022): ``` git clone https://github.com/etianen/django-watson ``` -- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 12K / month Β· πŸ“¦ 110 Β· ⏱️ 20.02.2022): +- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 11K / month Β· πŸ“¦ 110 Β· ⏱️ 20.02.2022): ``` pip install django-watson ``` @@ -5549,7 +5581,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 91K / month Β· πŸ“¦ 660 Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 88K / month Β· πŸ“¦ 660 Β· ⏱️ 25.01.2022): ``` pip install django-configurations ``` @@ -5565,7 +5597,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/summernote/django-summernote ``` -- [PyPi](https://pypi.org/project/django-summernote) (πŸ“₯ 50K / month Β· πŸ“¦ 230 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/django-summernote) (πŸ“₯ 52K / month Β· πŸ“¦ 230 Β· ⏱️ 14.10.2021): ``` pip install django-summernote ``` @@ -5577,7 +5609,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 53K / month Β· πŸ“¦ 610 Β· ⏱️ 08.12.2021): +- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 52K / month Β· πŸ“¦ 610 Β· ⏱️ 08.12.2021): ``` pip install django-rosetta ``` @@ -5593,11 +5625,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/un1t/django-cleanup ``` -- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 100K / month Β· πŸ“¦ 320 Β· ⏱️ 24.01.2022): +- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 99K / month Β· πŸ“¦ 320 Β· ⏱️ 24.01.2022): ``` pip install django-cleanup ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 5.6K Β· ⏱️ 26.01.2022): +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 5.7K Β· ⏱️ 26.01.2022): ``` conda install -c conda-forge django-cleanup ``` @@ -5609,12 +5641,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 54K / month Β· πŸ“¦ 5 Β· ⏱️ 29.05.2022): +- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 59K / month Β· πŸ“¦ 5 Β· ⏱️ 29.05.2022): ``` pip install django-lifecycle ```
-
django-cachalot (πŸ₯‰25 Β· ⭐ 930) - No effort, no worry, maximum performance. BSD-3 +
django-cachalot (πŸ₯‰25 Β· ⭐ 940) - No effort, no worry, maximum performance. BSD-3 - [GitHub](https://github.com/noripyt/django-cachalot) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 110 Β· πŸ“¦ 420 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 24.02.2022): @@ -5632,12 +5664,12 @@ _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 Β· πŸ“¦ 900 Β· πŸ“‹ 60 - 30% open Β· ⏱️ 23.04.2022): +- [GitHub](https://github.com/jazzband/django-robots) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 89 Β· πŸ“¦ 910 Β· πŸ“‹ 60 - 30% open Β· ⏱️ 23.04.2022): ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 29K / month Β· πŸ“¦ 560 Β· ⏱️ 08.01.2022): +- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 28K / month Β· πŸ“¦ 560 Β· ⏱️ 08.01.2022): ``` pip install django-robots ``` @@ -5649,42 +5681,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-organizations) (πŸ“₯ 27K / month Β· πŸ“¦ 37 Β· ⏱️ 17.03.2022): +- [PyPi](https://pypi.org/project/django-organizations) (πŸ“₯ 26K / month Β· πŸ“¦ 37 Β· ⏱️ 17.03.2022): ``` pip install django-organizations ``` -- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 2.6K Β· ⏱️ 23.09.2021): +- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 2.7K Β· ⏱️ 23.09.2021): ``` conda install -c conda-forge django-organizations ```
django-split-settings (πŸ₯‰24 Β· ⭐ 880) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 58 Β· πŸ“‹ 41 - 9% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 58 Β· πŸ“‹ 41 - 9% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (πŸ“₯ 63K / month Β· πŸ“¦ 110 Β· ⏱️ 14.08.2021): +- [PyPi](https://pypi.org/project/django-split-settings) (πŸ“₯ 61K / month Β· πŸ“¦ 110 Β· ⏱️ 14.08.2021): ``` pip install django-split-settings ```
django-csp (πŸ₯‰24 Β· ⭐ 420 Β· πŸ’€) - Content Security Policy for Django. BSD-3 -- [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 77 Β· πŸ“‹ 92 - 15% open Β· ⏱️ 17.09.2021): +- [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 76 Β· πŸ“‹ 92 - 15% open Β· ⏱️ 17.09.2021): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 280K / month Β· πŸ“¦ 14 Β· ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 290K / month Β· πŸ“¦ 14 Β· ⏱️ 12.08.2020): ``` pip install django-csp ```
-
django-vanilla-views (πŸ₯‰23 Β· ⭐ 920) - Beautifully simple class-based views. BSD-2 +
django-vanilla-views (πŸ₯‰23 Β· ⭐ 930) - Beautifully simple class-based views. BSD-2 -- [GitHub](https://github.com/encode/django-vanilla-views) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 70 Β· πŸ“¦ 540 Β· πŸ“‹ 42 - 4% open Β· ⏱️ 05.05.2022): +- [GitHub](https://github.com/encode/django-vanilla-views) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 70 Β· πŸ“¦ 550 Β· πŸ“‹ 42 - 4% open Β· ⏱️ 05.05.2022): ``` git clone https://github.com/encode/django-vanilla-views @@ -5708,12 +5740,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 Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 14 Β· πŸ“₯ 420 Β· πŸ“‹ 38 - 21% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1.5K / month Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1.4K / month Β· ⏱️ 17.06.2022): ``` pip install django-codemod ``` @@ -5727,7 +5759,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - django-floppyforms (πŸ₯‰26 Β· ⭐ 810 Β· πŸ’€) - 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 (πŸ₯‰24 Β· ⭐ 690) - 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 +- merchant (πŸ₯‰20 Β· ⭐ 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

@@ -5736,7 +5768,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
jinja (πŸ₯‡43 Β· ⭐ 8.6K Β· πŸ“‰) - A very fast and expressive template engine. BSD-3 +
jinja (πŸ₯‡43 Β· ⭐ 8.6K) - A very fast and expressive template engine. BSD-3 - [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.5K Β· πŸ“₯ 53K Β· πŸ“‹ 880 - 4% open Β· ⏱️ 01.06.2022): @@ -5747,14 +5779,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 17M Β· ⏱️ 04.06.2022): +- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 17M Β· ⏱️ 22.06.2022): ``` conda install -c conda-forge jinja2 ```
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 Β· πŸ“₯ 14K Β· πŸ“¦ 1.2K Β· πŸ“‹ 5.1K - 11% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 3.2K Β· πŸ“₯ 15K Β· πŸ“¦ 1.2K Β· πŸ“‹ 5.1K - 11% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/certbot/certbot @@ -5763,67 +5795,67 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install certbot ``` -- [Conda](https://anaconda.org/conda-forge/certbot-apache) (πŸ“₯ 3.9K Β· ⏱️ 10.06.2022): +- [Conda](https://anaconda.org/conda-forge/certbot-apache) (πŸ“₯ 4.1K Β· ⏱️ 10.06.2022): ``` conda install -c conda-forge certbot-apache ```
twisted (πŸ₯‡39 Β· ⭐ 4.6K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.1K Β· πŸ“¦ 54K Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.1K Β· πŸ“¦ 55K Β· ⏱️ 16.06.2022): ``` git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 2.9M / month Β· πŸ“¦ 10K Β· ⏱️ 11.04.2022): +- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3M / month Β· πŸ“¦ 10K Β· ⏱️ 11.04.2022): ``` pip install twisted ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 680K Β· ⏱️ 12.04.2022): +- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 680K Β· ⏱️ 23.06.2022): ``` conda install -c conda-forge twisted ```
-
dnspython (πŸ₯‡39 Β· ⭐ 2K) - a powerful DNS toolkit for python. ISC +
scapy (πŸ₯‡38 Β· ⭐ 7.7K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 430 Β· πŸ“¦ 120K Β· πŸ“‹ 410 - 0% open Β· ⏱️ 12.06.2022): +- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.7K Β· πŸ“¦ 8K Β· πŸ“‹ 1.4K - 6% open Β· ⏱️ 21.06.2022): ``` - git clone https://github.com/rthalley/dnspython + git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 18M / month Β· πŸ“¦ 4.5K Β· ⏱️ 06.03.2022): +- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 2M / month Β· πŸ“¦ 960 Β· ⏱️ 19.04.2021): ``` - pip install dnspython + pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 390K Β· ⏱️ 07.03.2022): +- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 32K Β· ⏱️ 19.04.2021): ``` - conda install -c conda-forge dnspython + conda install -c conda-forge scapy ```
-
scapy (πŸ₯‡38 Β· ⭐ 7.7K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 +
web3.py (πŸ₯‡38 Β· ⭐ 3.5K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.7K Β· πŸ“¦ 8K Β· πŸ“‹ 1.4K - 6% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“¦ 8.2K Β· πŸ“‹ 1.2K - 19% open Β· ⏱️ 23.06.2022): ``` - git clone https://github.com/secdev/scapy + git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 2M / month Β· πŸ“¦ 960 Β· ⏱️ 19.04.2021): +- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 610K / month Β· πŸ“¦ 840 Β· ⏱️ 01.06.2022): ``` - pip install scapy + pip install web3 ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 31K Β· ⏱️ 19.04.2021): +- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 76K Β· ⏱️ 17.06.2022): ``` - conda install -c conda-forge scapy + conda install -c conda-forge web3 ```
itsdangerous (πŸ₯‡38 Β· ⭐ 2.5K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 200 Β· πŸ“¦ 620K Β· ⏱️ 01.06.2022): +- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 200 Β· πŸ“¦ 630K Β· ⏱️ 01.06.2022): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 61M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 60M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): ``` pip install itsdangerous ``` @@ -5832,42 +5864,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge itsdangerous ```
-
impacket (πŸ₯ˆ37 Β· ⭐ 9.1K) - Impacket is a collection of Python classes for working with network.. Apache-2 +
dnspython (πŸ₯‡38 Β· ⭐ 2K Β· πŸ“‰) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/SecureAuthCorp/impacket) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.7K Β· πŸ“₯ 92K Β· πŸ“¦ 1.6K Β· πŸ“‹ 840 - 26% open Β· ⏱️ 06.06.2022): +- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 430 Β· πŸ“¦ 120K Β· πŸ“‹ 410 - 0% open Β· ⏱️ 12.06.2022): ``` - git clone https://github.com/SecureAuthCorp/impacket + git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 96K / month Β· πŸ“¦ 210 Β· ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 17M / month Β· πŸ“¦ 4.5K Β· ⏱️ 06.03.2022): ``` - pip install impacket + pip install dnspython + ``` +- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 400K Β· ⏱️ 07.03.2022): + ``` + conda install -c conda-forge dnspython ```
-
web3.py (πŸ₯ˆ37 Β· ⭐ 3.5K) - A python interface for interacting with the Ethereum blockchain and.. MIT +
impacket (πŸ₯ˆ37 Β· ⭐ 9.2K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“¦ 8.1K Β· πŸ“‹ 1.2K - 19% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/SecureAuthCorp/impacket) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.7K Β· πŸ“₯ 93K Β· πŸ“¦ 1.6K Β· πŸ“‹ 840 - 26% open Β· ⏱️ 06.06.2022): ``` - git clone https://github.com/ethereum/web3.py - ``` -- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 580K / month Β· πŸ“¦ 840 Β· ⏱️ 01.06.2022): - ``` - pip install web3 + git clone https://github.com/SecureAuthCorp/impacket ``` -- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 75K Β· ⏱️ 14.04.2022): +- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 95K / month Β· πŸ“¦ 210 Β· ⏱️ 04.05.2022): ``` - conda install -c conda-forge web3 + pip install impacket ```
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) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 490 Β· πŸ“¦ 8.4K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 08.06.2022): +- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 490 Β· πŸ“¦ 8.5K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 490K / month Β· πŸ“¦ 2K Β· ⏱️ 19.12.2021): +- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 480K / month Β· πŸ“¦ 2K Β· ⏱️ 19.12.2021): ``` pip install rdflib ``` @@ -5878,12 +5910,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
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 Β· πŸ“¦ 4.1K Β· πŸ“‹ 280 - 3% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 150 Β· πŸ“¦ 4.1K Β· πŸ“‹ 280 - 3% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 730K / month Β· πŸ“¦ 470 Β· ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 700K / month Β· πŸ“¦ 470 Β· ⏱️ 12.01.2022): ``` pip install webargs ``` @@ -5899,63 +5931,63 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 41M / month Β· πŸ“¦ 15K Β· ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 42M / month Β· πŸ“¦ 15K Β· ⏱️ 29.01.2022): ``` pip install pyopenssl ``` -- [Conda](https://anaconda.org/conda-forge/pyopenssl) (πŸ“₯ 18M Β· ⏱️ 29.01.2022): +- [Conda](https://anaconda.org/conda-forge/pyopenssl) (πŸ“₯ 19M Β· ⏱️ 29.01.2022): ``` conda install -c conda-forge pyopenssl ```
certifi (πŸ₯ˆ36 Β· ⭐ 540) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 190 Β· πŸ“¦ 870K Β· πŸ“‹ 110 - 8% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 190 Β· πŸ“¦ 880K Β· πŸ“‹ 110 - 8% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/certifi/python-certifi ``` -- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 170M / month Β· πŸ“¦ 43K Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 180M / month Β· πŸ“¦ 43K Β· ⏱️ 15.06.2022): ``` pip install certifi ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 57M Β· ⏱️ 15.06.2022): +- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 58M Β· ⏱️ 15.06.2022): ``` conda install -c conda-forge certifi ```
-
pwntools (πŸ₯ˆ35 Β· ⭐ 9.1K) - CTF framework and exploit development library. MIT +
pwntools (πŸ₯ˆ35 Β· ⭐ 9.2K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.5K Β· πŸ“¦ 640 Β· πŸ“‹ 900 - 14% open Β· ⏱️ 04.06.2022): +- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.5K Β· πŸ“¦ 640 Β· πŸ“‹ 910 - 14% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 28K / month Β· πŸ“¦ 52 Β· ⏱️ 20.04.2022): +- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 27K / month Β· πŸ“¦ 52 Β· ⏱️ 20.04.2022): ``` pip install pwntools ```
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.9K Β· πŸ“¦ 23 Β· πŸ“‹ 4.3K - 8% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 710 Β· πŸ“₯ 2.9K Β· πŸ“¦ 27 Β· πŸ“‹ 4.3K - 8% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 2.5K / month Β· ⏱️ 17.06.2021): +- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 2.3K / month Β· πŸ“¦ 11 Β· ⏱️ 15.06.2022): ``` pip install weblate ```
pynacl (πŸ₯ˆ33 Β· ⭐ 890) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 -- [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“‹ 280 - 13% open Β· ⏱️ 12.06.2022): +- [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“‹ 290 - 13% open Β· ⏱️ 12.06.2022): ``` git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 38M / month Β· πŸ“¦ 2.3K Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 37M / month Β· πŸ“¦ 2.3K Β· ⏱️ 07.01.2022): ``` pip install pynacl ``` @@ -5971,14 +6003,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 91K / month Β· πŸ“¦ 74 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 84K / 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 Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.5K Β· πŸ“‹ 3.2K - 7% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/saleor/saleor @@ -5986,28 +6018,28 @@ _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 Β· πŸ“¦ 35K Β· ⏱️ 07.07.2021): +- [GitHub](https://github.com/sivel/speedtest-cli) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 1.7K Β· πŸ“¦ 36K Β· ⏱️ 07.07.2021): ``` git clone https://github.com/sivel/speedtest-cli ``` -- [PyPi](https://pypi.org/project/speedtest-cli) (πŸ“₯ 220K / month Β· πŸ“¦ 530 Β· ⏱️ 08.04.2021): +- [PyPi](https://pypi.org/project/speedtest-cli) (πŸ“₯ 210K / month Β· πŸ“¦ 530 Β· ⏱️ 08.04.2021): ``` pip install speedtest-cli ``` -- [Conda](https://anaconda.org/conda-forge/speedtest-cli) (πŸ“₯ 390 Β· ⏱️ 09.11.2021): +- [Conda](https://anaconda.org/conda-forge/speedtest-cli) (πŸ“₯ 410 Β· ⏱️ 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 Β· πŸ“₯ 65 Β· πŸ“‹ 62 - 40% open Β· ⏱️ 14.06.2022): +- [GitHub](https://github.com/jupyter/terminado) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 80 Β· πŸ“₯ 67 Β· πŸ“‹ 62 - 40% open Β· ⏱️ 20.06.2022): ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 11M / month Β· πŸ“¦ 6.9K Β· ⏱️ 16.05.2022): +- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 10M / month Β· πŸ“¦ 6.9K Β· ⏱️ 16.05.2022): ``` pip install terminado ``` @@ -6018,7 +6050,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
proxy.py (πŸ₯‰30 Β· ⭐ 1.9K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 460 Β· πŸ“₯ 290 Β· πŸ“¦ 100 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 460 Β· πŸ“₯ 300 Β· πŸ“¦ 100 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 21.06.2022): ``` git clone https://github.com/abhinavsingh/proxy.py @@ -6030,7 +6062,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
python-user-agents (πŸ₯‰30 Β· ⭐ 1.3K) - A Python library that provides an easy way to identify.. MIT -- [GitHub](https://github.com/selwin/python-user-agents) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 190 Β· πŸ“¦ 4.3K Β· πŸ“‹ 66 - 53% open Β· ⏱️ 14.12.2021): +- [GitHub](https://github.com/selwin/python-user-agents) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 190 Β· πŸ“¦ 4.4K Β· πŸ“‹ 66 - 53% open Β· ⏱️ 14.12.2021): ``` git clone https://github.com/selwin/python-user-agents @@ -6039,7 +6071,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install user-agents ``` -- [Conda](https://anaconda.org/conda-forge/user-agents) (πŸ“₯ 34K Β· ⏱️ 24.08.2020): +- [Conda](https://anaconda.org/conda-forge/user-agents) (πŸ“₯ 35K Β· ⏱️ 24.08.2020): ``` conda install -c conda-forge user-agents ``` @@ -6055,14 +6087,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install mako ``` -- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 3.1M Β· ⏱️ 04.04.2022): +- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 3.2M Β· ⏱️ 04.04.2022): ``` conda install -c conda-forge mako ```
idna (πŸ₯‰30 Β· ⭐ 190) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 70 Β· πŸ“‹ 64 - 4% open Β· ⏱️ 10.05.2022): +- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 69 Β· πŸ“‹ 64 - 4% open Β· ⏱️ 10.05.2022): ``` git clone https://github.com/kjd/idna @@ -6076,14 +6108,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge idna ```
-
aiortc (πŸ₯‰29 Β· ⭐ 2.9K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 +
aiortc (πŸ₯‰29 Β· ⭐ 3K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 - [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 530 Β· πŸ“‹ 570 - 11% open Β· ⏱️ 16.06.2022): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 39K / month Β· πŸ“¦ 21 Β· ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 36K / month Β· πŸ“¦ 21 Β· ⏱️ 17.04.2022): ``` pip install aiortc ``` @@ -6095,36 +6127,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/nabla-c0d3/sslyze ``` -- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 300K / month Β· πŸ“¦ 24 Β· ⏱️ 14.05.2022): +- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 290K / month Β· πŸ“¦ 24 Β· ⏱️ 14.05.2022): ``` pip install sslyze ```
Js2Py (πŸ₯‰29 Β· ⭐ 1.9K Β· πŸ’€) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT -- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 210 Β· πŸ“¦ 9.6K Β· πŸ“‹ 220 - 48% open Β· ⏱️ 18.09.2021): +- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 210 Β· πŸ“¦ 9.7K Β· πŸ“‹ 220 - 48% open Β· ⏱️ 18.09.2021): ``` git clone https://github.com/PiotrDabkowski/Js2Py ``` -- [PyPi](https://pypi.org/project/js2py) (πŸ“₯ 410K / month Β· πŸ“¦ 140 Β· ⏱️ 01.04.2021): +- [PyPi](https://pypi.org/project/js2py) (πŸ“₯ 350K / month Β· πŸ“¦ 140 Β· ⏱️ 01.04.2021): ``` pip install js2py ``` -- [Conda](https://anaconda.org/conda-forge/js2py) (πŸ“₯ 4.4K Β· ⏱️ 09.04.2021): +- [Conda](https://anaconda.org/conda-forge/js2py) (πŸ“₯ 4.5K Β· ⏱️ 09.04.2021): ``` conda install -c conda-forge js2py ```
maltrail (πŸ₯‰28 Β· ⭐ 4.6K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 810 Β· πŸ“‹ 320 - 19% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 810 Β· πŸ“‹ 320 - 19% open Β· ⏱️ 23.06.2022): ``` git clone https://github.com/stamparm/maltrail ```
-
Radicale (πŸ₯‰28 Β· ⭐ 2.4K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 +
Radicale (πŸ₯‰28 Β· ⭐ 2.5K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 360 Β· πŸ“¦ 110 Β· πŸ“‹ 860 - 35% open Β· ⏱️ 20.04.2022): @@ -6138,16 +6170,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dpkt (πŸ₯‰28 Β· ⭐ 920) - 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): +- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 230 Β· πŸ“¦ 1K Β· πŸ“‹ 370 - 19% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/kbandla/dpkt ``` -- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 260K / month Β· πŸ“¦ 320 Β· ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 280K / month Β· πŸ“¦ 320 Β· ⏱️ 15.12.2021): ``` pip install dpkt ``` -- [Conda](https://anaconda.org/conda-forge/dpkt) (πŸ“₯ 69K Β· ⏱️ 06.09.2021): +- [Conda](https://anaconda.org/conda-forge/dpkt) (πŸ“₯ 71K Β· ⏱️ 06.09.2021): ``` conda install -c conda-forge dpkt ``` @@ -6159,54 +6191,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 34K / month Β· πŸ“¦ 400 Β· ⏱️ 08.08.2021): +- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 32K / month Β· πŸ“¦ 400 Β· ⏱️ 08.08.2021): ``` pip install klein ```
-
pyload (πŸ₯‰27 Β· ⭐ 2.6K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 - -- [GitHub](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 650 Β· πŸ“₯ 81K Β· πŸ“‹ 2.9K - 4% open Β· ⏱️ 28.05.2022): - - ``` - git clone https://github.com/pyload/pyload - ``` -- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 3K / month Β· πŸ“¦ 1 Β· ⏱️ 28.05.2022): - ``` - pip install pyload-ng - ``` -
-
tifffile (πŸ₯‰27 Β· ⭐ 270) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 +
tifffile (πŸ₯‰27 Β· ⭐ 280) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 - [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 73 Β· πŸ“‹ 120 - 2% open Β· ⏱️ 04.05.2022): ``` git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 6.5M / month Β· πŸ“¦ 530 Β· ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 6.8M / month Β· πŸ“¦ 530 Β· ⏱️ 04.05.2022): ``` pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 1.7M Β· ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 1.8M Β· ⏱️ 04.05.2022): ``` conda install -c conda-forge tifffile ```
httpagentparser (πŸ₯‰27 Β· ⭐ 210) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/shon/httpagentparser) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 55 Β· πŸ“¦ 810 Β· πŸ“‹ 49 - 30% open Β· ⏱️ 27.01.2022): +- [GitHub](https://github.com/shon/httpagentparser) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 55 Β· πŸ“¦ 810 Β· πŸ“‹ 49 - 30% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/httpagentparser) (πŸ“₯ 200K / month Β· πŸ“¦ 260 Β· ⏱️ 27.01.2022): +- [PyPi](https://pypi.org/project/httpagentparser) (πŸ“₯ 190K / month Β· πŸ“¦ 260 Β· ⏱️ 19.06.2022): ``` pip install httpagentparser ```
-
healthchecks (πŸ₯‰24 Β· ⭐ 5.1K) - A cron monitoring tool written in Python & Django. BSD-3 +
pyload (πŸ₯‰26 Β· ⭐ 2.6K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 + +- [GitHub](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 650 Β· πŸ“₯ 81K Β· πŸ“‹ 3K - 4% open Β· ⏱️ 28.05.2022): + + ``` + git clone https://github.com/pyload/pyload + ``` +- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 2.9K / month Β· πŸ“¦ 1 Β· ⏱️ 28.05.2022): + ``` + pip install pyload-ng + ``` +
+
healthchecks (πŸ₯‰24 Β· ⭐ 5.2K) - A cron monitoring tool written in Python & Django. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 580 Β· πŸ“‹ 490 - 15% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 580 Β· πŸ“‹ 490 - 14% open Β· ⏱️ 22.06.2022): ``` git clone https://github.com/healthchecks/healthchecks @@ -6214,12 +6246,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trustme (πŸ₯‰24 Β· ⭐ 450) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 21 Β· πŸ“¦ 240 Β· πŸ“‹ 32 - 12% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 22 Β· πŸ“¦ 240 Β· πŸ“‹ 32 - 12% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/python-trio/trustme ``` -- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 36K / month Β· πŸ“¦ 44 Β· ⏱️ 12.08.2021): +- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 38K / month Β· πŸ“¦ 44 Β· ⏱️ 12.08.2021): ``` pip install trustme ``` @@ -6247,11 +6279,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 97K / month Β· πŸ“¦ 58 Β· ⏱️ 25.08.2021): +- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 85K / month Β· πŸ“¦ 58 Β· ⏱️ 25.08.2021): ``` pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 44K Β· ⏱️ 25.08.2021): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 45K Β· ⏱️ 25.08.2021): ``` conda install -c conda-forge pyngrok ``` @@ -6275,14 +6307,14 @@ _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) (πŸ“₯ 100 / month Β· πŸ“¦ 8 Β· ⏱️ 28.06.2021): +- [PyPi](https://pypi.org/project/toapi) (πŸ“₯ 110 / month Β· πŸ“¦ 8 Β· ⏱️ 28.06.2021): ``` pip install toapi ```
asgi-lifespan (πŸ₯‰19 Β· ⭐ 110) - Programmatic startup/shutdown of ASGI apps. MIT -- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 5 Β· πŸ“¦ 540 Β· πŸ“‹ 14 - 21% open Β· ⏱️ 06.12.2021): +- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 5 Β· πŸ“¦ 700 Β· πŸ“‹ 14 - 21% open Β· ⏱️ 06.12.2021): ``` git clone https://github.com/florimondmanca/asgi-lifespan @@ -6291,7 +6323,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install asgi-lifespan ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 24K Β· ⏱️ 19.04.2022): +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 26K Β· ⏱️ 19.04.2022): ``` conda install -c conda-forge asgi-lifespan ``` @@ -6301,11 +6333,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - 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 (πŸ₯ˆ31 Β· ⭐ 700 Β· πŸ’€) - A network address manipulation library for Python. BSD-3 +- netaddr (πŸ₯ˆ32 Β· ⭐ 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 (πŸ₯‰25 Β· ⭐ 3.4K Β· πŸ’€) - Static site generator for designers. Uses Python and Django.. BSD-3 +- 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 - ProxyBroker (πŸ₯‰23 Β· ⭐ 3K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 @@ -6315,7 +6347,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - 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 - 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 +- IP2Trace (πŸ₯‰10 Β· ⭐ 18) - A Python tool to display geolocation information in the traceroute. MIT
--- diff --git a/history/2022-06-23_changes.md b/history/2022-06-23_changes.md new file mode 100644 index 00000000..aae2dedb --- /dev/null +++ b/history/2022-06-23_changes.md @@ -0,0 +1,28 @@ +## πŸ“ˆ 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._ + +- spotipy (πŸ₯ˆ35 Β· ⭐ 3.9K Β· πŸ“ˆ) - A light weight Python library for the Spotify Web API. MIT +- pyshorteners (πŸ₯‰24 Β· ⭐ 340 Β· πŸ“ˆ) - Generating short urls with python has never been easier. ❗️GPL-3.0 +- starlette context (πŸ₯‰22 Β· ⭐ 260 Β· πŸ“ˆ) - Middleware for Starlette that allows you to store and.. MIT +- slowapi (πŸ₯ˆ20 Β· ⭐ 450 Β· πŸ“ˆ) - A rate limiter for Starlette and FastAPI. MIT +- fastapi-plugins (πŸ₯‰18 Β· ⭐ 220 Β· πŸ“ˆ) - FastAPI framework plugins. MIT + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- dnspython (πŸ₯‡38 Β· ⭐ 2K Β· πŸ“‰) - a powerful DNS toolkit for python. ISC +- swagger-ui (πŸ₯‡36 Β· ⭐ 22K Β· πŸ“‰) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 +- flask-login (πŸ₯ˆ34 Β· ⭐ 3.1K Β· πŸ“‰) - Flask user session management. MIT +- pyramid_debugtoolbar (πŸ₯‰24 Β· ⭐ 95 Β· πŸ’€) - Pyramid debug toolbar. BSD-3 +- flask_simplelogin (πŸ₯‰16 Β· ⭐ 170 Β· πŸ’€) - Simple Login - Login Extension for Flask - maintainer.. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- pyscript (πŸ₯‰21 Β· ⭐ 13K Β· 🐣) - Home Page: https://pyscript.net Examples:.. Apache-2 +- sqladmin (πŸ₯ˆ20 Β· ⭐ 450 Β· 🐣) - SQLAlchemy Admin for Starlette/FastAPI. BSD-3 +- trame (πŸ₯‰18 Β· ⭐ 51 Β· βž•) - Trame let you weave various components and technologies into a Web.. Apache-2 + diff --git a/history/2022-06-23_projects.csv b/history/2022-06-23_projects.csv new file mode 100644 index 00000000..6f8c0bd9 --- /dev/null +++ b/history/2022-06-23_projects.csv @@ -0,0 +1,575 @@ +,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,new_addition +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-06-22 15:33:56.000,2022-05-18 13:48:17,4526.0,1.0,22374,3576.0,2732.0,4.0,385.0,197064,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,6.0,8306,868.0,970.0,498.0,1372.0,24174,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-22 20:30:21.000,2022-06-21 20:17:02,566.0,15.0,1133,545.0,459.0,161.0,338.0,13792,GraphQL is a query language and execution engine tied to any backend service.,125.0,0,True,,2021-10-27 00:01:28.000,October2021,6.0,326.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-23 15:43:08.000,2022-06-20 11:02:55,273.0,63.0,1607,333.0,136.0,,29.0,10824,Collection of python database client libraries.,31.0,0,True,,2022-06-19 19:32:15.000,2022.06.19,51.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000,2022-06-21 19:12:01.000,2022-06-09 14:42:10,6119.0,13.0,8765,1362.0,2293.0,220.0,3419.0,47688,"A simple, yet elegant, HTTP library.",713.0,49,True,,2022-06-09 14:47:15.000,2.28.0,143.0,1300.0,214359554.0,conda-forge/requests,requests,1667756.0,1475093.0,https://pypi.org/project/requests,2022-01-05 15:40:49.000,192663.0,214084133.0,https://anaconda.org/conda-forge/requests,2022-06-09 17:43:55.446,19811616.0,1.0,,,,,,,,,,,,,,,,,,, +5,django,django/django,web-frameworks,,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012-04-28 02:47:18.000,2022-06-23 11:02:06.000,2022-06-23 09:12:35,30837.0,230.0,27290,2292.0,15739.0,147.0,,64737,The Web framework for perfectionists with deadlines.,2732.0,48,True,['django'],2022-06-01 12:22:12.000,4.0.5,296.0,,8463505.0,conda-forge/django,django,1070985.0,948846.0,https://pypi.org/project/django,2022-06-21 09:20:00.000,122139.0,8448320.0,https://anaconda.org/conda-forge/django,2022-04-11 12:13:30.042,1138913.0,1.0,,,,,,,,,,,,,,,,,,, +6,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-23 13:00:33.000,2022-06-18 19:24:13,4719.0,135.0,15099,2154.0,2192.0,15.0,2341.0,59341,The Python micro framework for building web applications.,783.0,48,True,['flask'],2022-04-28 17:48:46.000,2.1.2,45.0,5104.0,77996992.0,conda-forge/flask,flask,1201646.0,1079913.0,https://pypi.org/project/flask,2022-04-28 17:47:38.000,121733.0,77950217.0,https://anaconda.org/conda-forge/flask,2022-05-04 13:31:22.202,3267161.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-23 16:34:49.000,2022-06-23 09:05:56,51186.0,510.0,9174,1347.0,19554.0,840.0,9621.0,34716,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",845.0,48,True,,2022-06-22 18:13:55.000,1.47.0,191.0,67839.0,46289131.0,conda-forge/grpcio,grpcio,8175.0,3516.0,https://pypi.org/project/grpcio,2022-06-22 18:15:27.000,4659.0,46172062.0,https://anaconda.org/conda-forge/grpcio,2022-06-20 13:16:49.356,5307236.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-23 16:23:18.000,2022-06-23 16:22:06,28444.0,432.0,6988,1322.0,2495.0,114.0,8095.0,23975,A browser automation framework and ecosystem.,742.0,46,True,,2022-05-27 17:57:08.000,selenium-4.2.0,163.0,2438820.0,11713440.0,conda-forge/selenium,selenium,166639.0,150665.0,https://pypi.org/project/selenium,2022-05-27 14:34:17.000,15974.0,11670385.0,https://anaconda.org/conda-forge/selenium,2022-05-31 13:50:13.194,789562.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-23 09:12:22.000,2022-06-20 09:54:05,9147.0,25.0,9621,1801.0,2846.0,773.0,2135.0,43807,"Scrapy, a fast high-level web crawling & scraping framework for Python.",532.0,44,True,,2022-03-01 15:05:32.000,1.8.2,86.0,,1363365.0,conda-forge/scrapy,scrapy,34932.0,30383.0,https://pypi.org/project/scrapy,2022-03-01 15:05:32.000,4549.0,1355769.0,https://anaconda.org/conda-forge/scrapy,2022-04-04 10:00:38.857,516544.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-06-20 10:28:26.000,2022-06-20 10:21:07,8538.0,37.0,1765,235.0,4091.0,434.0,2236.0,12546,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,4878.0,58381246.0,conda-forge/aiohttp,aiohttp,202569.0,190491.0,https://pypi.org/project/aiohttp,2021-11-14 21:23:48.000,12078.0,58292157.0,https://anaconda.org/conda-forge/aiohttp,2022-04-03 19:27:26.036,5430864.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-23 08:18:22.000,2022-06-23 08:17:56,4373.0,406.0,3352,279.0,2269.0,83.0,2530.0,10863,An API wrapper for Discord written in Python.,349.0,44,True,,2021-06-12 16:14:40.000,1.7.3,66.0,,55140886.0,conda-forge/discord.py,discord.py,50990.0,48292.0,https://pypi.org/project/discord.py,2021-06-12 16:14:40.000,2698.0,55140654.0,https://anaconda.org/conda-forge/discord.py,2021-06-12 17:31:28.934,3946.0,1.0,,,,,,,,,,,,,,,,,,, +12,werkzeug,pallets/werkzeug,web-frameworks,,https://github.com/pallets/werkzeug,https://github.com/pallets/werkzeug,BSD-3-Clause,2010-10-18 11:42:40.000,2022-06-23 16:07:59.000,2022-06-01 16:17:23,5024.0,46.0,1617,223.0,1451.0,21.0,951.0,6097,The comprehensive WSGI web application library.,454.0,44,True,,2022-04-28 17:41:29.000,2.1.2,79.0,250.0,92762919.0,conda-forge/werkzeug,werkzeug,824661.0,755515.0,https://pypi.org/project/werkzeug,2022-04-28 17:39:34.000,69146.0,92695370.0,https://anaconda.org/conda-forge/werkzeug,2022-05-04 13:30:13.827,4728182.0,1.0,,,,,,,,,,,,,,,,,,, +13,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-06-22 18:07:45.000,2022-06-15 17:28:19,18588.0,25.0,7771,2206.0,4717.0,4768.0,21203.0,110993,Command-line program to download videos from YouTube.com and other video sites.,973.0,43,True,,2021-12-16 19:02:14.000,2021.12.17,955.0,49095250.0,6766815.0,conda-forge/youtube-dl,youtube_dl,1787.0,,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1787.0,5550685.0,https://anaconda.org/conda-forge/youtube-dl,2021-12-20 18:52:45.882,990333.0,1.0,youtube-dl,,,,,,,,,,,,,,,,,, +14,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-23 00:26:37.000,2022-06-23 00:26:37,4452.0,48.0,5454,1005.0,1432.0,233.0,1523.0,20588,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",425.0,43,True,,2020-03-04 02:32:23.000,6.0.4,64.0,,19633803.0,conda-forge/tornado,tornado,269555.0,244042.0,https://pypi.org/project/tornado,2022-06-18 02:03:15.000,25513.0,19367569.0,https://anaconda.org/conda-forge/tornado,2022-04-01 15:52:45.843,19701375.0,1.0,,,,,,,,,,,,,,,,,,, +15,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-22 15:50:33.204,2022-06-01 16:17:20,2630.0,26.0,1495,256.0,778.0,37.0,846.0,8577,A very fast and expressive template engine.,299.0,43,True,,2022-04-28 17:24:04.000,3.1.2,48.0,52772.0,127838490.0,conda-forge/jinja2,jinja2,99377.0,,https://pypi.org/project/jinja2,2022-04-28 17:21:25.000,99377.0,127599251.0,https://anaconda.org/conda-forge/jinja2,2022-06-22 15:50:33.204,17394471.0,1.0,,,,,,,,,,,,,,,,,,, +16,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2022-06-11 12:53:36.000,2022-03-14 17:58:23,2901.0,,1522,229.0,989.0,379.0,1463.0,8368,"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,24935995.0,conda-forge/gunicorn,gunicorn,747958.0,686161.0,https://pypi.org/project/gunicorn,2021-03-27 01:54:37.000,61797.0,24921044.0,https://anaconda.org/conda-forge/gunicorn,2022-04-08 02:35:25.496,1061575.0,1.0,,,,,,,,,,,,,,,,,,, +17,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-06-23 14:28:49.000,2022-06-21 07:24:10,1453.0,49.0,2158,282.0,900.0,53.0,855.0,5727,The official Python client library for Googles discovery based APIs.,179.0,43,True,,2022-06-14 14:19:58.000,2.51.0,140.0,,27717244.0,conda-forge/google-api-python-client,google-api-python-client,113667.0,106338.0,https://pypi.org/project/google-api-python-client,2022-06-14 14:26:39.000,7329.0,27699354.0,https://anaconda.org/conda-forge/google-api-python-client,2022-06-14 16:24:23.843,1270236.0,1.0,,,,,,,,,,,,,,,,,,, +18,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-06-23 14:31:22.000,2022-06-20 09:44:27,8544.0,23.0,6155,614.0,4342.0,260.0,3642.0,23614,Web APIs for Django.,1273.0,42,True,['django'],2021-05-31 07:29:11.000,3.12.4,39.0,,78746.0,conda-forge/djangorestframework,django-rest-framework,333317.0,332920.0,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,397.0,73154.0,https://anaconda.org/conda-forge/djangorestframework,2021-12-16 18:04:55.853,419419.0,2.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-23 16:24:47.000,2022-06-23 12:47:12,17310.0,376.0,4290,194.0,7230.0,3229.0,2496.0,12645,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",2447.0,42,True,['openapi'],2022-05-26 02:33:14.000,6.0.0,678.0,,1151074.0,,openapi-generator-cli,333.0,4.0,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,2749.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,1148325.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,,, +20,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-23 14:32:32.000,2022-06-23 12:42:28,13184.0,505.0,2652,333.0,4869.0,1034.0,2937.0,12248,A Django content management system focused on flexibility and user experience.,682.0,42,True,['django'],2022-06-16 09:03:29.000,3.0.1,180.0,,105624.0,conda-forge/wagtail,wagtail,8299.0,6866.0,https://pypi.org/project/wagtail,2022-06-16 09:03:29.000,1433.0,104854.0,https://anaconda.org/conda-forge/wagtail,2022-06-23 00:32:21.437,43902.0,1.0,,,,,,,,,,,,,,,,,,, +21,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-23 15:15:45.000,2022-06-22 01:56:04,3779.0,28.0,914,100.0,1633.0,119.0,905.0,3048,"Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.",301.0,42,True,,2022-03-16 13:31:43.000,1.26.9,68.0,2140.0,233745986.0,conda-forge/urllib3,urllib3,926208.0,883050.0,https://pypi.org/project/urllib3,2022-03-16 13:28:16.000,43158.0,233464330.0,https://anaconda.org/conda-forge/urllib3,2022-03-17 03:53:19.585,20275254.0,2.0,,,,,,,,,,,,,,,,,,, +22,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-22 14:07:20.000,2022-05-14 19:58:04,2140.0,146.0,3559,591.0,1704.0,1479.0,1878.0,46509,"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,,7557681.0,conda-forge/fastapi,fastapi,1202.0,,https://pypi.org/project/fastapi,2022-05-14 20:02:44.000,1202.0,7534914.0,https://anaconda.org/conda-forge/fastapi,2022-05-15 01:22:10.962,774084.0,2.0,,,,,,,,,,,,,,,,,,, +23,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-18 23:54:49.000,2022-06-01 13:26:38,2971.0,48.0,3998,267.0,539.0,67.0,1085.0,8893,Twitter for Python!.,239.0,41,True,,2022-05-20 17:36:29.000,4.10.0,39.0,,935050.0,conda-forge/tweepy,tweepy,39012.0,34658.0,https://pypi.org/project/tweepy,2022-05-20 17:36:29.000,4354.0,932690.0,https://anaconda.org/conda-forge/tweepy,2022-05-20 20:17:08.887,151082.0,1.0,,,,,,,,,,,,,,,,,,, +24,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-06-19 08:49:49.000,2022-06-19 08:49:37,2452.0,17.0,2616,192.0,1265.0,336.0,1563.0,7268,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",591.0,41,True,['django'],2022-06-07 09:47:35.000,0.51.0,66.0,,544891.0,conda-forge/django-allauth,django-allauth,96424.0,91153.0,https://pypi.org/project/django-allauth,2022-06-07 09:47:35.000,5271.0,543649.0,https://anaconda.org/conda-forge/django-allauth,2022-06-07 14:28:16.329,72057.0,1.0,,,,,,,,,,,,,,,,,,, +25,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-06-21 13:20:05.000,2022-06-21 03:45:00,2893.0,50.0,765,99.0,504.0,128.0,704.0,3528,GitPython is a python library used to interact with Git repositories.,267.0,41,True,,2022-02-20 01:15:38.000,3.1.27,80.0,,27125136.0,conda-forge/gitpython,gitpython,93893.0,86698.0,https://pypi.org/project/gitpython,2022-02-20 01:15:38.000,7195.0,27083386.0,https://anaconda.org/conda-forge/gitpython,2022-02-22 12:09:50.755,3298279.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-21 01:58:27.000,2022-06-14 23:59:45,5458.0,110.0,304,26.0,242.0,233.0,954.0,2079,The code coverage tool for Python.,150.0,41,True,,2022-06-02 11:06:15.000,6.4.1,104.0,,28717859.0,conda-forge/coverage,coverage,267549.0,212090.0,https://pypi.org/project/coverage,2022-06-02 11:03:22.000,55459.0,28613116.0,https://anaconda.org/conda-forge/coverage,2022-06-02 14:37:29.009,7332017.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-23 16:23:47.000,2022-06-23 16:23:46,44095.0,2287.0,3460,669.0,30349.0,502.0,4792.0,31155,"Sentry is cross-platform application monitoring, with a focus on error reporting.",667.0,40,True,,2022-06-15 18:01:38.000,22.6.0,358.0,43542.0,13655.0,conda-forge/sentry-sdk,sentry,958.0,579.0,https://pypi.org/project/sentry,2022-06-15 18:01:32.000,379.0,8901.0,https://anaconda.org/conda-forge/sentry-sdk,2022-06-22 13:51:23.186,181902.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-23 01:06:58.000,2022-06-23 01:06:53,10489.0,48.0,3231,783.0,4281.0,598.0,4477.0,29018,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-06-08 19:01:06.000,1.28.0,91.0,14504.0,241385.0,conda-forge/certbot-apache,certbot,1491.0,1197.0,https://pypi.org/project/certbot,2022-06-08 02:29:41.000,294.0,240605.0,https://anaconda.org/conda-forge/certbot-apache,2022-06-10 12:07:48.997,4075.0,1.0,,,,,,,,,,,,,,,,,,, +29,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2022-06-21 15:25:19.000,2022-06-06 09:27:30,9870.0,157.0,3334,613.0,2348.0,250.0,2603.0,27949,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,438.0,40,True,,2022-05-15 14:39:01.000,8.1.0,52.0,213931.0,167940.0,,mitmproxy,2432.0,1967.0,https://pypi.org/project/mitmproxy,2022-05-15 14:35:45.000,465.0,165922.0,,,,1.0,,,,,,,,,,,,,,,,,,, +30,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-23 15:28:12.000,2022-06-19 15:12:54,2381.0,111.0,4123,601.0,1224.0,22.0,1646.0,18954,We have made you a wrapper you cant refuse.,172.0,40,True,,2022-05-26 13:26:04.000,13.12,115.0,8083.0,772296.0,conda-forge/python-telegram-bot,python-telegram-bot,59377.0,56907.0,https://pypi.org/project/python-telegram-bot,2022-06-09 17:09:17.000,2470.0,771274.0,https://anaconda.org/conda-forge/python-telegram-bot,2022-02-02 22:20:08.618,49000.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-23 16:01:58.000,2022-06-19 10:50:04,1158.0,40.0,588,101.0,1172.0,48.0,655.0,8905,A next generation HTTP client for Python.,169.0,39,True,,2022-05-23 15:32:35.000,0.23.0,58.0,,8583046.0,conda-forge/httpx,httpx,25015.0,23676.0,https://pypi.org/project/httpx,2022-05-23 15:32:35.000,1339.0,8576370.0,https://anaconda.org/conda-forge/httpx,2022-05-25 16:41:09.983,206978.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-22 23:55:23.000,2022-06-22 23:55:22,16026.0,21.0,2777,410.0,3922.0,266.0,3163.0,8759,The easy-to-use and developer-friendly enterprise CMS powered by Django.,604.0,39,True,['django'],2022-03-26 09:51:09.000,3.10.0,100.0,,53764.0,,django-cms,6139.0,4452.0,https://pypi.org/project/django-cms,2022-06-01 22:04:07.000,1687.0,53764.0,,,,2.0,,,,,,,,,,,,,,,,,,, +33,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-23 13:48:25.000,2022-06-23 07:50:39,1942.0,125.0,1497,221.0,610.0,5.0,955.0,5725,Python Telegram bot api.,191.0,39,True,,2022-06-23 08:23:25.000,4.6.0,101.0,,527666.0,,pytelegrambotapi,24979.0,24055.0,https://pypi.org/project/pytelegrambotapi,2022-06-23 08:21:26.000,924.0,527666.0,,,,2.0,,,,,,,,,,,,,,,,,,, +34,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2022-06-23 16:40:12.648,2022-06-16 18:42:50,27975.0,253.0,1071,170.0,1735.0,103.0,,4635,Event-driven networking engine written in Python.,242.0,39,True,,2022-04-11 14:55:10.000,22.4.0,88.0,,2990225.0,conda-forge/twisted,twisted,64943.0,54699.0,https://pypi.org/project/twisted,2022-04-11 14:55:10.000,10244.0,2976039.0,https://anaconda.org/conda-forge/twisted,2022-06-23 16:40:12.648,680960.0,1.0,,,,,,,,,,,,,,,,,,, +35,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-20 10:20:38.000,2022-06-20 10:10:42,3100.0,73.0,596,102.0,798.0,110.0,821.0,3110,PyZMQ: Python bindings for zeromq.,183.0,39,False,,2022-06-02 09:49:05.000,23.1.0,72.0,20560.0,16107272.0,conda-forge/pyzmq,pyzmq,205092.0,191848.0,https://pypi.org/project/pyzmq,2022-06-20 10:20:38.000,13244.0,15988087.0,https://anaconda.org/conda-forge/pyzmq,2022-06-02 15:24:30.343,8805303.0,1.0,,,,,,,,,,,,,,,,,,, +36,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-06-21 14:53:40.000,2022-06-15 19:57:49,1625.0,3.0,454,69.0,466.0,78.0,278.0,2412,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",187.0,39,True,,2022-01-29 22:13:34.000,3.2.0,48.0,,79868950.0,conda-forge/oauthlib,oauthlib,246668.0,234246.0,https://pypi.org/project/oauthlib,2022-01-29 21:59:33.000,12422.0,79796902.0,https://anaconda.org/conda-forge/oauthlib,2022-01-30 02:01:59.671,5115447.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-06-19 07:20:22.000,2022-06-19 07:20:22,1725.0,51.0,3665,65.0,550.0,105.0,668.0,22174,"As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP client for the API era. JSON support, colors,..",151.0,38,True,,2022-05-06 07:10:47.000,3.2.1,55.0,514.0,241521.0,conda-forge/httpie,httpie,12476.0,10789.0,https://pypi.org/project/httpie,2022-05-06 07:10:47.000,1687.0,239997.0,https://anaconda.org/conda-forge/httpie,2022-05-09 05:51:00.134,77511.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-23 10:25:11.000,2022-06-22 21:05:33,4756.0,123.0,1748,266.0,2340.0,584.0,1884.0,19633,Streamlit The fastest way to build data apps in Python.,142.0,38,True,,2022-06-02 17:46:00.000,1.10.0,167.0,,906742.0,,streamlit,722.0,324.0,https://pypi.org/project/streamlit,2022-06-02 17:45:51.000,398.0,906742.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-23 09:15:46.000,2022-06-23 09:15:46,3572.0,107.0,2411,431.0,787.0,21.0,1306.0,19129,Scalable user load testing tool written in Python.,247.0,38,True,,2022-05-19 17:30:12.000,2.9.0,150.0,,758071.0,conda-forge/locust,locust,88.0,,https://pypi.org/project/locust,2022-06-17 08:59:03.000,88.0,756922.0,https://anaconda.org/conda-forge/locust,2022-05-20 18:56:17.810,56327.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-06-21 11:23:34.000,2022-06-19 11:48:06,2665.0,22.0,1449,416.0,1320.0,58.0,1114.0,16194,Next generation Python web server/framework | Build fast. Run fast.,322.0,38,True,,2022-05-11 06:36:55.000,22.3.2,65.0,,879843.0,conda-forge/sanic,sanic,623.0,,https://pypi.org/project/sanic,2022-05-11 06:36:55.000,623.0,876282.0,https://anaconda.org/conda-forge/sanic,2022-05-11 11:30:10.942,199455.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-21 05:42:20.000,2022-06-01 18:06:26,1838.0,10.0,869,271.0,1094.0,167.0,791.0,8801,"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,3494.0,711701.0,conda-forge/falcon,falcon,8435.0,6738.0,https://pypi.org/project/falcon,2022-03-25 16:13:19.000,1697.0,707758.0,https://anaconda.org/conda-forge/falcon,2022-04-09 13:54:50.402,258749.0,2.0,,,,,,,,,,,,,,,,,,, +42,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-06-23 12:27:54.000,2022-06-21 20:39:32,5989.0,66.0,1661,215.0,2319.0,90.0,1291.0,7681,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,390.0,38,True,,2021-04-19 19:10:12.000,2.4.5,21.0,,1989178.0,conda-forge/scapy,scapy,8970.0,8010.0,https://pypi.org/project/scapy,2021-04-19 18:29:34.000,960.0,1988256.0,https://anaconda.org/conda-forge/scapy,2021-04-19 22:31:08.354,32294.0,1.0,,,,,,,,,,,,,,,,,,, +43,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2022-06-21 09:42:16.000,2022-06-21 09:42:15,1887.0,5.0,1388,319.0,574.0,315.0,556.0,7636,bottle.py is a fast and simple micro-framework for python web-applications.,222.0,38,True,,2022-05-26 18:47:00.000,0.12.21,76.0,,1734990.0,conda-forge/bottle,bottle,25536.0,20385.0,https://pypi.org/project/bottle,2022-05-26 18:47:00.000,5151.0,1730429.0,https://anaconda.org/conda-forge/bottle,2020-06-10 17:23:11.717,314727.0,2.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-23 16:04:30.000,2022-06-18 16:34:13,989.0,53.0,614,112.0,993.0,54.0,574.0,7094,The little ASGI framework that shines.,203.0,38,True,,2022-06-10 05:18:17.000,0.20.3,122.0,,9061971.0,conda-forge/starlette,starlette,45515.0,44826.0,https://pypi.org/project/starlette,2022-06-10 05:18:17.000,689.0,9045512.0,https://anaconda.org/conda-forge/starlette,2022-06-11 15:47:24.637,724216.0,2.0,,,,,,,,,,,,,,,,,,, +45,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-21 06:06:01.000,2022-06-21 06:05:57,2367.0,76.0,977,105.0,843.0,93.0,712.0,7058,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,1500458.0,conda-forge/django-debug-toolbar,django-debug-toolbar,64611.0,52263.0,https://pypi.org/project/django-debug-toolbar,2022-05-03 13:01:38.000,12348.0,1498651.0,https://anaconda.org/conda-forge/django-debug-toolbar,2022-05-03 16:59:01.348,135473.0,1.0,,,,,,,,,,,,,,,,,,, +46,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-21 01:14:59.000,2022-06-17 14:02:25,1071.0,65.0,872,157.0,335.0,52.0,678.0,5962,Google Sheets Python API.,147.0,38,True,,2022-05-31 15:09:56.000,5.4.0,55.0,122.0,9661165.0,conda-forge/gspread,gspread,17310.0,16340.0,https://pypi.org/project/gspread,2022-05-31 15:09:56.000,970.0,9657617.0,https://anaconda.org/conda-forge/gspread,2022-06-01 07:52:26.343,219926.0,2.0,,,,,,,,,,,,,,,,,,, +47,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,84.0,1190.0,5755,Coroutine-based concurrency library for Python.,102.0,38,True,,2021-12-11 20:33:45.000,21.12.0,76.0,58744.0,8061938.0,conda-forge/gevent,gevent,94480.0,79660.0,https://pypi.org/project/gevent,2021-12-11 20:33:45.000,14820.0,8047537.0,https://anaconda.org/conda-forge/gevent,2022-04-07 10:43:34.868,816692.0,1.0,,,,,,,,,,,,,,,,,,, +48,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-23 12:43:32.000,2022-06-22 13:04:20,2957.0,5.0,1450,163.0,940.0,415.0,958.0,5080,Simple and extensible administrative interface framework for Flask.,341.0,38,True,['flask'],2022-01-30 03:35:03.000,1.6.0,38.0,,1483534.0,conda-forge/flask-admin,flask-admin,17685.0,15283.0,https://pypi.org/project/flask-admin,2022-01-30 03:32:51.000,2402.0,1481708.0,https://anaconda.org/conda-forge/flask-admin,2022-01-30 15:49:52.346,124177.0,1.0,,,,,,,,,,,,,,,,,,, +49,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-06-22 20:18:24.000,2022-06-22 20:18:21,1700.0,11.0,700,119.0,617.0,77.0,583.0,4474,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,220.0,38,True,['django'],2022-01-25 08:08:34.000,1.14.0,38.0,,630988.0,conda-forge/django-crispy-forms,django-crispy-forms,100600.0,92585.0,https://pypi.org/project/django-crispy-forms,2022-01-25 08:08:34.000,8015.0,630133.0,https://anaconda.org/conda-forge/django-crispy-forms,2022-01-25 11:08:25.716,49607.0,1.0,,,,,,,,,,,,,,,,,,, +50,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2022-06-22 14:55:07.000,2022-06-14 03:57:45,734.0,28.0,567,61.0,420.0,89.0,326.0,4251,JSON Web Token implementation in Python.,119.0,38,True,,2022-05-12 18:58:19.000,2.4.0,44.0,,96681298.0,conda-forge/pyjwt,pyjwt,225326.0,214353.0,https://pypi.org/project/pyjwt,2022-05-12 18:58:19.000,10973.0,96587446.0,https://anaconda.org/conda-forge/pyjwt,2022-05-12 23:37:34.524,6663546.0,1.0,,,,,,,,,,,,,,,,,,, +51,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-06-23 15:40:59.652,2022-06-23 08:48:00,3827.0,19.0,1183,161.0,738.0,78.0,1060.0,3789,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",171.0,38,True,['flask'],2022-06-23 09:47:46.000,4.1.2,272.0,,3579449.0,conda-forge/flask-appbuilder,flask-appbuilder,3497.0,3174.0,https://pypi.org/project/flask-appbuilder,2022-06-23 09:46:12.000,323.0,3576483.0,https://anaconda.org/conda-forge/flask-appbuilder,2022-06-23 15:40:59.652,192808.0,2.0,,,,,,,,,,,,,,,,,,, +52,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-23 16:47:14.000,2022-06-23 16:47:13,3693.0,78.0,1108,102.0,1377.0,228.0,948.0,3488,A python interface for interacting with the Ethereum blockchain and ecosystem.,205.0,38,True,,2022-06-01 20:37:06.000,5.29.2,171.0,,611405.0,conda-forge/web3,web3,9033.0,8189.0,https://pypi.org/project/web3,2022-06-01 20:37:06.000,844.0,607774.0,https://anaconda.org/conda-forge/web3,2022-06-17 08:49:41.593,76265.0,1.0,,,,,,,,,,,,,,,,,,, +53,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-21 07:29:37.120,2022-06-20 00:00:00,1177.0,5.0,707,86.0,288.0,10.0,529.0,2964,WebSocket client for Python.,203.0,38,True,,2022-06-20 08:41:19.000,1.3.3,73.0,,38829109.0,conda-forge/websocket-client,websocket-client,71450.0,64772.0,https://pypi.org/project/websocket-client,2022-06-20 08:41:19.000,6678.0,38786752.0,https://anaconda.org/conda-forge/websocket-client,2022-06-21 07:29:37.120,3007382.0,1.0,,,,,,,,,,,,,,,,,,, +54,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-06-17 12:46:44.000,2022-06-17 12:46:44,1520.0,20.0,738,77.0,490.0,33.0,745.0,2912,A Python implementation of John Grubers Markdown with Extension support.,162.0,38,True,,2021-11-17 15:59:43.000,3.3.6,44.0,,19520818.0,conda-forge/markdown,markdown,221194.0,198916.0,https://pypi.org/project/markdown,2022-05-05 19:08:38.000,22278.0,19466632.0,https://anaconda.org/conda-forge/markdown,2022-05-06 07:18:39.307,3088617.0,1.0,,,,,,,,,,,,,,,,,,, +55,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-06 20:45:59.000,2022-06-01 16:16:53,493.0,13.0,202,55.0,201.0,,107.0,2464,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,,59637807.0,conda-forge/itsdangerous,itsdangerous,680721.0,628010.0,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,52711.0,59592045.0,https://anaconda.org/conda-forge/itsdangerous,2022-03-24 18:41:25.078,3203400.0,1.0,,,,,,,,,,,,,,,,,,, +56,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2022-06-12 00:27:32.000,2022-06-12 00:25:14,2093.0,35.0,432,59.0,400.0,1.0,412.0,1955,a powerful DNS toolkit for python.,101.0,38,True,,2022-01-18 13:43:15.000,2.2.0,28.0,,17171892.0,conda-forge/dnspython,dnspython,121969.0,117459.0,https://pypi.org/project/dnspython,2022-03-06 23:36:12.000,4510.0,17164863.0,https://anaconda.org/conda-forge/dnspython,2022-03-07 02:48:17.783,400670.0,1.0,,,,,,,,,-1.0,,,,,,,,,, +57,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-23 14:29:09.000,2022-06-22 13:01:08,8279.0,220.0,4208,1026.0,4527.0,339.0,3621.0,32948,The Cloud-Native API Gateway.,320.0,37,True,,2022-05-23 15:57:38.000,2.3.4,100.0,351810.0,3200877.0,,,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2022-06-14 23:52:36.399463,672.0,290809071.0,,,,, +58,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-06-22 20:42:43.000,2022-06-06 15:38:12,3726.0,53.0,2685,350.0,608.0,221.0,621.0,9177,Impacket is a collection of Python classes for working with network protocols.,175.0,37,True,,2022-05-04 14:55:44.000,impacket_0_10_0,15.0,93257.0,95853.0,,impacket,1852.0,1646.0,https://pypi.org/project/impacket,2022-05-04 14:53:03.000,206.0,94756.0,,,,2.0,,,,,,,,,,,,,,,,,,, +59,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-06-21 09:53:37.000,2022-05-18 13:23:10,2957.0,1.0,1135,149.0,470.0,108.0,1703.0,6581,"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,,799775.0,,telethon,32542.0,32156.0,https://pypi.org/project/telethon,2021-12-01 18:09:22.000,386.0,799775.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-06-22 16:06:41.000,2022-06-20 22:32:56,3581.0,39.0,1083,107.0,924.0,156.0,701.0,5781,This is a repository for collecting global custom management extensions for the Django Framework.,558.0,37,True,['django'],2021-11-07 16:27:45.000,3.1.5,119.0,,1938687.0,conda-forge/django-extensions,django-extensions,105689.0,93403.0,https://pypi.org/project/django-extensions,2021-11-07 16:27:45.000,12286.0,1934426.0,https://anaconda.org/conda-forge/django-extensions,2021-11-07 20:03:56.706,319623.0,1.0,,,,,,,,,,,,,,,,,,, +61,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-06-14 19:28:50.000,2022-06-09 13:47:30,1238.0,18.0,320,56.0,133.0,45.0,284.0,3151,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",79.0,37,True,,2022-04-06 11:56:29.000,1.0.1,34.0,,5699732.0,conda-forge/authlib,authlib,22247.0,21950.0,https://pypi.org/project/authlib,2022-04-06 11:54:00.000,297.0,5697755.0,https://anaconda.org/conda-forge/authlib,2022-04-07 03:15:00.614,77136.0,1.0,,,,,,,,,,,,,,,,,,, +62,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-03 14:42:18.000,2022-06-03 12:43:30,844.0,29.0,236,42.0,313.0,38.0,323.0,2344,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,,15698201.0,conda-forge/bleach,bleach,194543.0,182214.0,https://pypi.org/project/bleach,2022-04-07 15:50:15.000,12329.0,15586031.0,https://anaconda.org/conda-forge/bleach,2022-04-07 20:08:14.254,7291079.0,1.0,,,,,,,,,,,,,,,,,,, +63,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-22 08:20:37.000,2022-06-22 07:10:10,5818.0,20.0,499,77.0,288.0,16.0,,2102,The lxml XML toolkit for Python.,140.0,37,True,,2022-05-31 21:16:21.000,4.9.0,151.0,3584.0,51724469.0,conda-forge/lxml,lxml,297019.0,258463.0,https://pypi.org/project/lxml,2022-05-31 21:16:21.000,38556.0,51636032.0,https://anaconda.org/conda-forge/lxml,2022-06-01 11:40:27.670,6066841.0,1.0,,,,,,,,,,,,,,,,,,, +64,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-21 17:05:43.000,2022-06-20 12:31:24,4554.0,262.0,491,96.0,857.0,165.0,880.0,1713,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",189.0,37,True,,2021-12-19 23:43:37.000,6.1.1,32.0,,487528.0,conda-forge/rdflib,rdflib,10527.0,8530.0,https://pypi.org/project/rdflib,2021-12-19 23:43:37.000,1997.0,483675.0,https://anaconda.org/conda-forge/rdflib,2022-01-13 23:09:40.520,242748.0,2.0,,,,,,,,,,,,,,,,,,, +65,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-23 14:54:41.000,2022-06-17 19:16:50,1373.0,50.0,337,38.0,509.0,16.0,298.0,1214,Python library for the Stripe API.,121.0,37,True,,2022-06-17 19:22:53.000,3.4.0,272.0,,1936556.0,anaconda/stripe,stripe,23682.0,21692.0,https://pypi.org/project/stripe,2022-06-17 19:22:53.000,1990.0,1936369.0,https://anaconda.org/anaconda/stripe,2021-09-08 10:25:16.508,14846.0,2.0,,,,,,,,,,,,,,,,,,, +66,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-16 01:02:49.000,2022-06-16 01:02:48,584.0,39.0,237,66.0,711.0,63.0,295.0,529,Google Auth Python Library.,94.0,37,True,,2022-06-14 22:10:18.000,2.8.0,112.0,,68376082.0,conda-forge/google-auth,google-auth,128750.0,126228.0,https://pypi.org/project/google-auth,2022-06-14 22:10:18.000,2522.0,68300046.0,https://anaconda.org/conda-forge/google-auth,2022-06-15 06:13:51.041,4562164.0,1.0,,,,,,,,,,,,,,,,,,, +67,swagger-ui,swagger-api/swagger-ui,openapi-utils,,https://github.com/swagger-api/swagger-ui,https://github.com/swagger-api/swagger-ui,Apache-2.0,2011-07-15 22:56:39.000,2022-06-22 16:30:16.000,2022-06-22 16:27:01,5418.0,29.0,8298,659.0,3093.0,751.0,4106.0,22251,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",519.0,36,True,['openapi'],2022-06-03 17:11:09.000,4.12.0,100.0,,,,,33079.0,33079.0,,,,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,, +68,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-21 06:57:51.000,2022-06-13 20:00:34,2332.0,36.0,924,243.0,809.0,389.0,791.0,8971,Python Serverless Microframework for AWS.,189.0,36,True,,2022-06-01 18:14:46.000,1.27.1,84.0,,279626.0,conda-forge/chalice,chalice,1677.0,1520.0,https://pypi.org/project/chalice,2022-06-01 18:14:46.000,157.0,276422.0,https://anaconda.org/conda-forge/chalice,2022-06-01 22:17:22.507,108955.0,1.0,,,,,,,,,,,,,,,,,,, +69,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-06-20 13:22:34.000,2022-06-20 13:14:27,1677.0,10.0,782,148.0,480.0,150.0,822.0,7266,GraphQL framework for Python.,180.0,36,True,['graphql'],2022-05-30 12:58:40.000,3.1.0,93.0,,1364913.0,conda-forge/graphene,graphene,13855.0,13017.0,https://pypi.org/project/graphene,2022-05-30 12:59:22.000,838.0,1361841.0,https://anaconda.org/conda-forge/graphene,2022-06-06 16:37:08.752,175138.0,1.0,,,,,,,,,,,,,,,,,,, +70,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,6388,Simple framework for creating REST APIs.,159.0,36,True,['flask'],2021-05-17 19:23:14.000,0.3.9,32.0,,1321934.0,conda-forge/flask-restful,flask-restful,84517.0,77351.0,https://pypi.org/project/flask-restful,2021-05-17 19:23:14.000,7166.0,1320198.0,https://anaconda.org/conda-forge/flask-restful,2021-05-30 20:35:27.543,119798.0,2.0,,,,,,,,,,,,,,,,,,, +71,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-23 08:20:33.000,2022-06-23 08:19:27,986.0,41.0,442,81.0,868.0,93.0,544.0,5404,"An ASGI web server, for Python.",130.0,36,True,,2022-06-23 08:19:36.000,0.18.1,140.0,,10014158.0,conda-forge/uvicorn,uvicorn,75668.0,74477.0,https://pypi.org/project/uvicorn,2022-06-23 08:20:28.000,1191.0,9991116.0,https://anaconda.org/conda-forge/uvicorn,2022-04-18 17:37:52.013,1013862.0,2.0,,,,,,,,,,,,,,,,,,, +72,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-13 06:02:00.000,2021-12-20 07:27:19,1993.0,,1487,109.0,923.0,97.0,1213.0,5322,Typed interactions with the GitHub API v3.,284.0,36,True,,2021-04-26 04:44:57.000,1.55,85.0,,10252518.0,conda-forge/pygithub,pygithub,32464.0,30011.0,https://pypi.org/project/pygithub,2021-04-26 04:45:19.000,2453.0,10225020.0,https://anaconda.org/conda-forge/pygithub,2021-07-01 21:46:07.831,2172368.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-06-03 22:50:51.000,2022-06-02 17:59:26,1223.0,6.0,703,169.0,615.0,108.0,1047.0,5314,Developer-friendly asynchrony for Django.,242.0,36,True,['django'],2021-07-11 07:53:00.000,3.0.4,63.0,,503096.0,conda-forge/channels,channels,19387.0,18103.0,https://pypi.org/project/channels,2021-07-11 07:53:00.000,1284.0,499677.0,https://anaconda.org/conda-forge/channels,2021-12-22 22:19:32.812,88917.0,1.0,,,,,,,,,,,,,,,,,,, +74,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-06-22 08:57:56.000,2022-06-22 08:57:55,619.0,25.0,498,74.0,527.0,9.0,241.0,4624,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,61.0,36,True,['django'],2022-06-05 15:24:53.000,3.13.0,49.0,,2854175.0,conda-forge/django-cors-headers,django-cors-headers,117815.0,111117.0,https://pypi.org/project/django-cors-headers,2022-06-05 15:24:53.000,6698.0,2853308.0,https://anaconda.org/conda-forge/django-cors-headers,2022-06-06 20:11:12.906,38180.0,1.0,,,,,,,,,,,,,,,,,,, +75,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-23 07:47:14.117,2022-06-20 20:54:54,1295.0,15.0,710,87.0,684.0,149.0,723.0,4022,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,198.0,36,True,['openapi'],2022-06-22 19:23:56.000,2.14.0,139.0,,3029543.0,conda-forge/connexion,connexion,7467.0,6758.0,https://pypi.org/project/connexion,2022-06-22 19:23:56.000,709.0,3026705.0,https://anaconda.org/conda-forge/connexion,2022-06-23 07:47:14.117,170313.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,,, +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,35.0,427,107.0,300.0,22.0,864.0,3985,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,,14111053.0,conda-forge/websockets,websockets,64295.0,60743.0,https://pypi.org/project/websockets,2022-04-17 14:23:21.000,3552.0,14091556.0,https://anaconda.org/conda-forge/websockets,2022-04-18 17:10:05.446,1286830.0,1.0,,,,,,,,,,,,,,,,,,, +77,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-06-18 08:20:11.000,2022-06-18 08:20:11,1256.0,15.0,696,73.0,683.0,73.0,713.0,3746,A generic system for filtering Django QuerySets based on user selections.,181.0,36,True,['django'],2021-09-26 09:44:15.000,21.1,37.0,,2585977.0,conda-forge/django-filter,django-filter,96614.0,87888.0,https://pypi.org/project/django-filter,2022-06-17 14:41:01.000,8726.0,2584876.0,https://anaconda.org/conda-forge/django-filter,2022-06-17 19:37:43.887,73808.0,1.0,,,,,,,,,,,,,,,,,,, +78,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-22 03:55:28.000,2022-06-22 03:55:15,1137.0,35.0,811,167.0,579.0,14.0,628.0,3423,Slack Developer Kit for Python.,143.0,36,True,,2022-06-22 04:31:48.000,3.17.2,91.0,341.0,7524099.0,conda-forge/slackclient,slackclient,2156.0,,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2156.0,7517223.0,https://anaconda.org/conda-forge/slackclient,2021-11-19 20:03:49.166,481080.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-06-13 16:20:42.000,2022-06-13 16:20:41,3971.0,36.0,433,71.0,1188.0,5.0,689.0,2823,"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,,1133753.0,conda-forge/praw,praw,12900.0,11153.0,https://pypi.org/project/praw,2022-05-10 22:40:39.000,1747.0,1133253.0,https://anaconda.org/conda-forge/praw,2022-05-28 19:27:44.995,26516.0,2.0,,,,,,,,,,,,,,,,,,, +80,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-06-21 22:02:33.000,2022-06-15 09:59:27,517.0,33.0,271,36.0,204.0,52.0,151.0,2547,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,76.0,36,True,['django'],2022-06-15 15:03:09.000,0.9.0,17.0,1.0,940091.0,conda-forge/django-environ,django-environ,81031.0,77530.0,https://pypi.org/project/django-environ,2022-06-15 14:49:17.000,3501.0,939151.0,https://anaconda.org/conda-forge/django-environ,2018-07-09 17:25:55.132,54543.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-17 11:56:02.000,2022-06-17 11:56:02,3305.0,34.0,757,99.0,715.0,172.0,691.0,2352,WebSocket and WAMP in Python for Twisted and asyncio.,129.0,36,True,,2022-05-04 14:40:32.000,22.4.2,145.0,,957291.0,conda-forge/autobahn,autobahn,21200.0,19245.0,https://pypi.org/project/autobahn,2022-05-04 14:40:32.000,1955.0,952935.0,https://anaconda.org/conda-forge/autobahn,2022-06-03 02:49:08.044,291870.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-16 03:05:52.964,2022-06-15 21:37:54,1581.0,19.0,631,123.0,343.0,15.0,253.0,1585,A Python module for communicating with the Twilio API and generating TwiML.,127.0,36,True,,2022-06-15 21:42:20.000,7.9.3,264.0,,2942652.0,conda-forge/twilio,twilio,26587.0,23070.0,https://pypi.org/project/twilio,2022-06-15 21:42:20.000,3517.0,2940112.0,https://anaconda.org/conda-forge/twilio,2022-06-16 03:05:52.964,81297.0,2.0,,,,,,,,,,,,,,,,,,, +83,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,1511,OAuthlib support for Python-Requests!.,113.0,36,True,,2022-01-29 19:00:11.000,1.3.1,19.0,,72665155.0,conda-forge/requests-oauthlib,requests-oauthlib,233285.0,221628.0,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11657.0,72595559.0,https://anaconda.org/conda-forge/requests-oauthlib,2022-01-30 15:46:04.977,4941321.0,2.0,,,,,,,,,,,,,,,,,,, +84,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-06-13 14:15:04.000,2022-06-13 14:15:01,735.0,27.0,290,33.0,219.0,35.0,276.0,1282,"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,,2373502.0,conda-forge/flask-wtf,flask-wtf,158402.0,142066.0,https://pypi.org/project/flask-wtf,2022-03-31 18:09:30.000,16336.0,2371935.0,https://anaconda.org/conda-forge/flask-wtf,2022-04-01 06:10:06.163,111288.0,2.0,,,,,,,,,,,,,,,,,,, +85,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-06-23 07:04:20.000,2022-06-23 07:04:19,1396.0,53.0,150,24.0,461.0,10.0,271.0,1267,"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,,703388.0,conda-forge/webargs,webargs,4600.0,4131.0,https://pypi.org/project/webargs,2022-01-12 15:45:59.000,469.0,701056.0,https://anaconda.org/conda-forge/webargs,2022-01-12 17:37:16.540,158606.0,2.0,,,,,,,,,,,,,,,,,,, +86,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-06-15 12:32:37.000,2022-06-09 17:58:38,2156.0,10.0,382,55.0,669.0,85.0,391.0,763,A Python wrapper around the OpenSSL library.,101.0,36,True,,2022-01-29 20:13:02.000,22.0.0,27.0,,42773634.0,conda-forge/pyopenssl,pyopenssl,15223.0,,https://pypi.org/project/pyopenssl,2022-01-29 20:13:02.000,15223.0,42499089.0,https://anaconda.org/conda-forge/pyopenssl,2022-01-29 22:55:56.847,18669089.0,2.0,,,,,,,,,,,,,,,,,,, +87,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-06-15 20:24:57.298,2022-06-15 18:08:54,179.0,5.0,191,30.0,84.0,10.0,104.0,541,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,29.0,36,True,,2022-06-15 18:09:18.000,2022.6.15,50.0,,176693296.0,conda-forge/certifi,certifi,920214.0,876824.0,https://pypi.org/project/certifi,2022-06-15 18:09:18.000,43390.0,175909188.0,https://anaconda.org/conda-forge/certifi,2022-06-15 20:24:57.298,58024015.0,2.0,,,,,,,,,,,,,,,,,,, +88,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-13 15:20:22.000,2022-06-13 15:20:12,504.0,28.0,117,26.0,208.0,,99.0,473,Safely add untrusted strings to HTML/XML markup.,39.0,36,True,,2022-03-15 13:22:05.000,2.1.1,27.0,,106844350.0,conda-forge/markupsafe,markupsafe,945468.0,871166.0,https://pypi.org/project/markupsafe,2022-03-15 13:22:05.000,74302.0,106588596.0,https://anaconda.org/conda-forge/markupsafe,2022-06-08 16:56:29.553,18925864.0,2.0,,,,,,,,,,,,,,,,,,, +89,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-06-16 04:19:39.000,2022-04-03 06:11:00,3539.0,2.0,1769,350.0,1468.0,77.0,1486.0,10997,Static site generator that supports Markdown and reST syntax. Powered by Python.,426.0,35,True,,2022-02-09 13:25:58.000,4.7.2,57.0,588.0,16033.0,conda-forge/pelican,pelican,7651.0,5869.0,https://pypi.org/project/pelican,2022-02-09 13:25:58.000,1782.0,14397.0,https://anaconda.org/conda-forge/pelican,2022-02-11 15:16:05.427,120506.0,1.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-17 19:50:47.000,2022-06-17 19:50:47,4096.0,36.0,1504,290.0,1178.0,131.0,777.0,9154,CTF framework and exploit development library.,204.0,35,True,,2022-04-20 23:17:53.000,4.8.0,104.0,,26895.0,,pwntools,693.0,641.0,https://pypi.org/project/pwntools,2022-04-20 23:26:48.000,52.0,26895.0,,,,2.0,,,,,,,,,,,,,,,,,,, +91,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-22 16:56:50.000,2022-06-22 11:14:19,8791.0,22.0,1899,261.0,2504.0,134.0,1292.0,5365,Domain-driven e-commerce for Django.,332.0,35,True,['django'],2021-07-29 04:15:39.000,3.1,133.0,,15984.0,,django-oscar,1155.0,882.0,https://pypi.org/project/django-oscar,2021-11-01 11:54:28.000,273.0,15984.0,,,,1.0,,,,,,,,,,,,,,,,,,, +92,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-23 03:26:52.000,2022-06-19 08:03:13,590.0,15.0,760,86.0,321.0,70.0,442.0,3921,A light weight Python library for the Spotify Web API.,155.0,35,True,,2022-06-18 22:12:42.000,2.20.0,43.0,,583397.0,conda-forge/spotipy,spotipy,9983.0,9400.0,https://pypi.org/project/spotipy,2022-06-18 22:10:01.000,583.0,583175.0,https://anaconda.org/conda-forge/spotipy,2021-09-09 19:29:47.163,3555.0,2.0,,,,,,,,,3.0,,,,,,,,,, +93,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-06-23 14:30:00.000,2022-06-13 14:53:40,648.0,23.0,298,81.0,326.0,5.0,225.0,3600,A utility for mocking out the Python Requests library.,110.0,35,True,,2022-05-25 14:20:54.000,0.21.0,47.0,56.0,9598576.0,conda-forge/responses,responses,16865.0,13954.0,https://pypi.org/project/responses,2022-05-25 14:20:48.000,2911.0,9574901.0,https://anaconda.org/conda-forge/responses,2022-05-26 01:32:16.033,1065381.0,1.0,,,,,,,,,,,,,,,,,,, +94,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-06-06 18:15:09.000,2022-05-19 19:24:17,506.0,14.0,1150,177.0,212.0,16.0,214.0,3587,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,,1963493.0,,googlemaps,1192.0,,https://pypi.org/project/googlemaps,2022-02-02 21:17:08.000,1192.0,1963493.0,,,,2.0,,,,,,,,,,,,,,,,,,, +95,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-06-13 22:54:43.000,2022-05-03 18:10:57,1810.0,5.0,1295,114.0,671.0,566.0,742.0,3304,Modular search for Django.,205.0,35,True,['django'],2022-05-03 18:14:18.000,3.2.1,44.0,,115883.0,conda-forge/django-haystack,django-haystack,10760.0,7961.0,https://pypi.org/project/django-haystack,2022-05-03 18:14:18.000,2799.0,115789.0,https://anaconda.org/conda-forge/django-haystack,2018-05-31 04:38:24.116,4616.0,1.0,,,,,,,,,,,,,,,,,,, +96,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-21 22:59:07.000,2022-06-21 22:59:07,2126.0,37.0,509,95.0,553.0,50.0,460.0,2521,splinter - python test framework for web applications.,173.0,35,True,,2022-06-10 22:16:35.000,0.18.0,47.0,,90316.0,,splinter,6647.0,5567.0,https://pypi.org/project/splinter,2022-06-10 22:16:35.000,1080.0,90316.0,,,,1.0,,,,,,,,,,,,,,,,,,, +97,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-06-16 16:24:04.000,2022-06-13 19:16:38,1281.0,9.0,701,66.0,601.0,81.0,762.0,2434,Django application and library for importing and exporting data with admin integration.,184.0,35,True,['django'],2022-03-31 16:50:53.000,2.8.0,52.0,,516769.0,conda-forge/django-import-export,django-import-export,15018.0,13985.0,https://pypi.org/project/django-import-export,2022-05-17 14:57:55.000,1033.0,515896.0,https://anaconda.org/conda-forge/django-import-export,2022-03-31 18:53:29.754,58518.0,1.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,2080,Django admin CKEditor integration.,126.0,35,True,['django'],2022-05-31 09:50:03.000,6.4.2,49.0,,246552.0,,django-ckeditor,25107.0,23601.0,https://pypi.org/project/django-ckeditor,2022-05-31 09:50:03.000,1506.0,246552.0,,,,1.0,,,,,,,,,,,,,,,,,,, +99,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-17 09:30:03.000,2022-06-11 16:08:24,1448.0,22.0,756,77.0,758.0,115.0,509.0,1564,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,228.0,35,True,,2022-04-13 23:41:40.000,3.2.0,59.0,719.0,3135677.0,conda-forge/jira,jira,1052.0,4.0,https://pypi.org/project/jira,2022-04-13 23:41:40.000,1048.0,3134405.0,https://anaconda.org/conda-forge/jira,2022-04-14 13:30:39.075,78185.0,2.0,,,,,,,,,,,,,,,,,,, +100,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-06-16 22:26:05.000,2022-03-13 22:31:07,4414.0,,341,53.0,223.0,229.0,1505.0,1555,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",139.0,35,True,,2021-12-15 13:44:42.491,3.0.3,115.0,,1947021.0,anaconda/cherrypy,cherrypy,19378.0,9054.0,https://pypi.org/project/cherrypy,2021-07-03 22:34:11.000,10324.0,1946836.0,https://anaconda.org/anaconda/cherrypy,2022-05-02 20:14:01.196,14673.0,2.0,,,,,,,,,,,,,,,,,,, +101,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-06 22:42:03.000,2022-06-05 23:36:15,430.0,17.0,192,49.0,97.0,20.0,153.0,1488,"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,,5747225.0,conda-forge/tldextract,tldextract,11903.0,10795.0,https://pypi.org/project/tldextract,2022-05-04 23:35:38.000,1108.0,5744229.0,https://anaconda.org/conda-forge/tldextract,2022-05-05 02:10:03.363,209753.0,1.0,,,,,,,,,,,,,,,,,,, +102,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,10.0,217,28.0,141.0,10.0,332.0,1327,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,,1829456.0,conda-forge/flask-jwt-extended,flask-jwt-extended,19734.0,19084.0,https://pypi.org/project/flask-jwt-extended,2022-06-02 00:19:58.000,650.0,1827628.0,https://anaconda.org/conda-forge/flask-jwt-extended,2022-06-02 12:53:54.713,102385.0,2.0,,,,,,,,,,,,,,,,,,, +103,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-18 20:46:56.000,2022-06-18 20:44:26,228.0,28.0,177,39.0,95.0,12.0,64.0,1261,Use Database URLs in your Django Application.,58.0,35,True,['django'],2022-06-18 20:46:56.000,1.0.0,12.0,,865812.0,,dj-database-url,205071.0,184173.0,https://pypi.org/project/dj-database-url,2021-12-15 13:58:07.981,20898.0,865812.0,,,,1.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,,, +104,apispec,marshmallow-code/apispec,openapi-utils,,https://github.com/marshmallow-code/apispec,https://github.com/marshmallow-code/apispec,MIT,2014-10-18 23:48:49.000,2022-06-23 07:47:22.000,2022-06-23 07:47:21,1542.0,23.0,159,22.0,531.0,30.0,216.0,961,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,,4359321.0,conda-forge/apispec,apispec,12512.0,5405.0,https://pypi.org/project/apispec,2022-05-12 22:18:19.000,7107.0,4353897.0,https://anaconda.org/conda-forge/apispec,2022-05-13 08:41:50.332,368844.0,2.0,,,,,,,,,,,,,,,,,,, +105,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2022-06-22 08:43:38.000,2022-02-02 23:24:16,539.0,,174,24.0,113.0,53.0,67.0,443,"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,,33056146.0,conda-forge/httplib2,httplib2,123491.0,107544.0,https://pypi.org/project/httplib2,2022-02-03 00:00:29.000,15947.0,33035291.0,https://anaconda.org/conda-forge/httplib2,2022-02-11 15:34:48.520,1543301.0,2.0,,,,,,,,,,,,,,,,,,, +106,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-06-06 16:00:47.000,2020-05-10 19:40:04,449.0,,887,278.0,145.0,184.0,201.0,12593,Pythonic HTML Parsing for Humans.,62.0,34,False,,2019-02-18 21:38:41.000,0.10.0,36.0,,753512.0,,requests-html,8467.0,8123.0,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,344.0,753512.0,,,,2.0,,,,,,,,,,,,,,,,,,, +107,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-11 19:21:04.000,2022-05-09 00:22:30,1427.0,2.0,1470,180.0,504.0,155.0,698.0,7329,"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,,431130.0,conda-forge/pytube,pytube,15977.0,15649.0,https://pypi.org/project/pytube,2022-05-09 00:23:30.000,328.0,430922.0,https://anaconda.org/conda-forge/pytube,2022-05-09 03:03:58.635,1664.0,2.0,,,,,,,,,,,,,,,,,,, +108,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-06-12 14:29:36.000,2022-06-12 14:29:02,435.0,10.0,866,104.0,113.0,8.0,1512.0,4702,Socket.IO integration for Flask applications.,65.0,34,True,['flask'],2022-05-22 15:52:15.000,5.2.0,81.0,,681228.0,conda-forge/flask-socketio,flask-socketio,2295.0,,https://pypi.org/project/flask-socketio,2022-05-22 15:52:15.000,2295.0,679021.0,https://anaconda.org/conda-forge/flask-socketio,2022-05-22 22:53:06.498,152346.0,2.0,,,,,,,,,,,,,,,,,,, +109,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,4446,CMS framework for Django.,325.0,34,True,['django'],2022-05-12 12:48:08.000,6.0.0,138.0,,3459.0,,mezzanine,1204.0,,https://pypi.org/project/mezzanine,2022-05-12 12:48:14.000,1204.0,3459.0,,,,2.0,,,,,,,,,,,,,,,,,,, +110,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,515.0,3792,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,,64704.0,,django-tastypie,7366.0,4833.0,https://pypi.org/project/django-tastypie,2022-01-04 01:19:47.000,2533.0,64704.0,,,,3.0,,,,,,,,,,,,,,,,,,, +111,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-06 19:27:22.000,2022-05-02 23:52:17,741.0,2.0,880,112.0,457.0,43.0,525.0,3777,Adds SQLAlchemy support to Flask.,106.0,34,True,['flask'],2021-03-18 19:08:56.000,2.5.1,25.0,400.0,4030872.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,286707.0,260176.0,https://pypi.org/project/flask-sqlalchemy,2021-03-18 19:03:00.000,26531.0,4027433.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2021-03-18 21:20:33.487,247300.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,,, +112,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2022-06-07 20:54:56.000,2022-03-13 22:49:13,11766.0,,880,157.0,2666.0,71.0,966.0,3666,Pyramid - A Python web framework.,341.0,34,False,,2021-03-01 09:59:08.000,1.10.8,149.0,,1317829.0,pyramid,pyramid,13679.0,10735.0,https://pypi.org/project/pyramid,2021-03-01 03:27:45.000,2940.0,1317778.0,https://anaconda.org/anaconda/pyramid,2022-05-02 20:31:14.186,4084.0,3.0,,,,,,,,,,,,,,,,4.0,,, +113,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-22 08:28:57.850,2022-06-22 03:55:15,1137.0,35.0,811,167.0,579.0,14.0,628.0,3423,Slack Developer Kit for Python.,143.0,34,True,,2022-06-22 04:31:48.000,3.17.2,91.0,341.0,6371560.0,conda-forge/slack-sdk,slack-sdk,93.0,,https://pypi.org/project/slack-sdk,2022-06-22 03:55:03.000,93.0,6370518.0,https://anaconda.org/conda-forge/slack-sdk,2022-06-22 08:28:57.850,16617.0,2.0,,,,,,,,,,,,,,,,,,, +114,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,66.0,331.0,3.0,335.0,3067,Flask user session management.,114.0,34,True,['flask'],2022-05-02 04:11:28.000,0.6.1,23.0,,2330467.0,conda-forge/flask-login,flask-login,13022.0,,https://pypi.org/project/flask-login,2022-05-02 04:11:28.000,13022.0,2328716.0,https://anaconda.org/conda-forge/flask-login,2022-05-02 14:36:07.346,124321.0,2.0,,,,,,,,,-2.0,,,,,,,,,, +115,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2022-06-22 15:31:18.000,2022-06-22 15:24:47,6530.0,434.0,654,121.0,811.0,2.0,408.0,2796,Python framework for Web/UI automation and testing.,34.0,34,True,,2022-06-22 15:25:18.000,3.2.12,746.0,,374648.0,,seleniumbase,331.0,314.0,https://pypi.org/project/seleniumbase,2022-06-22 15:31:18.000,17.0,374648.0,,,,2.0,,,,,,,,,,,,,,,,,,, +116,django-reversion,etianen/django-reversion,django-utils,,https://github.com/etianen/django-reversion,https://github.com/etianen/django-reversion,BSD-3-Clause,2010-05-31 15:32:25.000,2022-06-18 10:59:31.000,2022-06-18 10:55:38,1470.0,4.0,463,59.0,293.0,15.0,603.0,2744,django-reversion is an extension to the Django web framework that provides version control for model instances.,181.0,34,True,['django'],2022-06-18 10:59:31.000,5.0.1,61.0,,223363.0,,django-reversion,8487.0,6360.0,https://pypi.org/project/django-reversion,2022-06-18 10:59:31.000,2127.0,223363.0,,,,2.0,,,,,,,,,,,,,,,,,,, +117,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-23 15:06:05.000,2022-06-23 14:56:13,1209.0,26.0,695,68.0,467.0,146.0,571.0,2585,OAuth2 goodies for the Djangonauts!.,211.0,34,True,['django'],2022-06-23 15:08:52.000,2.1.0,42.0,,361832.0,,django-oauth-toolkit,1036.0,,https://pypi.org/project/django-oauth-toolkit,2022-06-23 15:06:05.000,1036.0,361832.0,,,,2.0,,,,,,,,,,,,,,,,,,, +118,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-06-21 07:44:47.000,2022-06-15 18:24:03,842.0,66.0,403,62.0,187.0,105.0,169.0,2327,markdown2: A fast and complete implementation of Markdown in Python.,65.0,34,True,,2022-04-27 23:22:05.000,2.4.3,44.0,,434572.0,,markdown2,15525.0,13151.0,https://pypi.org/project/markdown2,2022-04-27 23:22:05.000,2374.0,434572.0,,,,2.0,,,,,,,,,,,,,,,,,,, +119,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,28.0,202.0,2074,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,,12510732.0,conda-forge/mistune,mistune,9233.0,,https://pypi.org/project/mistune,2022-01-14 06:31:51.000,9233.0,12410437.0,https://anaconda.org/conda-forge/mistune,2022-01-14 14:48:29.121,7421849.0,2.0,,,,,,,,,,,,,,,,,,, +120,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-06-16 23:57:04.000,2021-12-29 09:55:48,1439.0,,519,67.0,339.0,365.0,650.0,1690,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,,5149482.0,conda-forge/zeep,zeep,5178.0,4629.0,https://pypi.org/project/zeep,2021-08-15 18:52:39.000,549.0,5147126.0,https://anaconda.org/conda-forge/zeep,2021-08-30 08:12:38.896,148474.0,2.0,,,,,,,,,,,,,,,,,,, +121,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-06-23 12:17:37.000,2022-05-21 15:54:46,1162.0,17.0,293,45.0,101.0,73.0,140.0,1434,Parse feeds in Python.,50.0,34,True,,2022-05-21 13:54:10.000,6.0.10,23.0,,2538496.0,conda-forge/feedparser,feedparser,7372.0,,https://pypi.org/project/feedparser,2022-05-21 13:54:10.000,7372.0,2526403.0,https://anaconda.org/conda-forge/feedparser,2022-05-21 17:17:26.460,302343.0,1.0,,,,,,,,,,,,,,,,,,, +122,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,1312,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,,2648882.0,conda-forge/wtforms,wtforms,148732.0,133919.0,https://pypi.org/project/wtforms,2021-12-23 10:08:57.000,14813.0,2647225.0,https://anaconda.org/conda-forge/wtforms,2021-12-24 00:49:27.436,101121.0,3.0,,,,,,,,,,,,,,,,,,, +123,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-23 13:44:46.000,2022-06-23 13:44:46,1158.0,22.0,307,23.0,486.0,115.0,213.0,986,Python 2.7/3.X client for HashiCorp Vault.,158.0,34,True,,2021-09-23 17:47:10.000,0.11.2,61.0,453.0,4984856.0,conda-forge/hvac,hvac,2767.0,2460.0,https://pypi.org/project/hvac,2021-09-23 17:47:10.000,307.0,4980775.0,https://anaconda.org/conda-forge/hvac,2021-09-23 21:36:35.403,150829.0,2.0,,,,,,,,,,,,,,,,,,, +124,pycurl,pycurl/pycurl,http-clients,,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,LGPL-2.1,2013-08-03 20:56:39.000,2022-06-20 08:54:10.659,2022-06-03 12:55:33,3261.0,14.0,229,45.0,438.0,10.0,311.0,862,PycURL - Python interface to libcurl.,99.0,34,False,,2022-03-09 23:19:42.000,7.45.0,53.0,,2759530.0,conda-forge/pycurl,pycurl,48903.0,44612.0,https://pypi.org/project/pycurl,2022-03-13 07:20:20.000,4291.0,2738550.0,https://anaconda.org/conda-forge/pycurl,2022-06-20 08:54:10.659,776286.0,2.0,,,,,,,,,,,,,,,,,,, +125,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-06-22 05:11:34.000,2022-06-20 21:04:56,2470.0,39.0,8905,1381.0,1007.0,377.0,,44260,Dumb downloader that scrapes the web.,244.0,33,True,,2022-05-30 00:29:03.000,0.4.1612,167.0,354645.0,25062.0,conda-forge/you-get,you-get,22.0,,https://pypi.org/project/you-get,2022-05-30 00:03:46.000,22.0,21037.0,https://anaconda.org/conda-forge/you-get,2022-05-31 14:29:37.586,8282.0,1.0,you-get,,,,,,,,,,,,,,,,,, +126,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-22 08:50:44.000,2022-06-20 10:30:25,2434.0,67.0,1948,283.0,530.0,393.0,1135.0,17642,OpenAPI/Swagger-generated API Reference Documentation.,192.0,33,True,['openapi'],2022-06-02 13:44:31.000,2.0.0-rc.72,79.0,66.0,0.0,,,2669.0,2669.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +127,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,11865,Serverless Python.,260.0,33,False,,2021-11-11 20:31:33.000,0.54.1,127.0,263.0,92897.0,,zappa,395.0,,https://pypi.org/project/zappa,2021-11-11 20:31:33.000,395.0,92892.0,,,,2.0,,,,,,,,,,,,,,,,,,, +128,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,990.0,131.0,532.0,1053.0,11614,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,,22825.0,,tushare,1439.0,1221.0,https://pypi.org/project/tushare,2022-04-20 05:00:35.000,218.0,22825.0,,,,2.0,,,,,,,,,,,,,,,,,,, +129,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,235.0,316.0,163.0,243.0,10921,"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,,174461.0,,httpbin,1540.0,984.0,https://pypi.org/project/httpbin,2018-05-08 12:00:46.000,556.0,174461.0,,,,2.0,,,,,,,,,,,,,,,,,,, +130,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-06-21 13:19:10.000,2022-05-20 21:08:40,2318.0,18.0,760,197.0,566.0,12.0,880.0,8993,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,,5171.0,,thumbor,512.0,310.0,https://pypi.org/project/thumbor,2022-05-20 21:11:21.000,202.0,5171.0,,,,2.0,,,,,,,,,,,,,,,,,,, +131,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,2022-06-22 20:53:02.000,2020-04-25 12:40:40,1434.0,,1577,553.0,126.0,169.0,76.0,8233,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",30.0,33,False,,,,6.0,,1387534.0,conda-forge/pattern,pattern,1674.0,1346.0,https://pypi.org/project/pattern,2021-12-15 14:18:19.789,328.0,1387206.0,https://anaconda.org/conda-forge/pattern,2020-05-05 12:38:53.775,10510.0,1.0,,,,,,,,,,,,,,,,,,, +132,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,3328,A Python wrapper around the Twitter API.,171.0,33,True,,2018-09-29 23:52:35.000,3.5,23.0,,167268.0,,python-twitter,7911.0,6190.0,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1721.0,167268.0,,,,2.0,,,,,,,,,,,,,,,,,,, +133,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-06-21 19:46:56.000,2022-02-18 10:33:33,1862.0,,635,95.0,316.0,24.0,681.0,3282,A jazzy skin for the Django Admin-Interface (official repository).,79.0,33,True,['django'],2022-01-21 12:06:47.000,3.0.2,72.0,,130262.0,conda-forge/django-grappelli,django-grappelli,6544.0,4839.0,https://pypi.org/project/django-grappelli,2022-02-18 10:43:24.000,1705.0,128952.0,https://anaconda.org/conda-forge/django-grappelli,2022-02-18 12:16:57.178,98268.0,2.0,,,,,,,,,,,,,,,,,,, +134,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-22 18:49:15.000,2022-06-22 17:31:37,53817.0,1210.0,711,87.0,3108.0,346.0,3952.0,3003,Web based localization tool with tight version control integration.,1323.0,33,True,,2022-06-15 12:27:09.000,weblate-4.13,92.0,2921.0,2429.0,,weblate,38.0,27.0,https://pypi.org/project/weblate,2022-06-15 12:26:27.000,11.0,2346.0,,,,2.0,,,,,,,,,,,,,,,,,,, +135,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-06-23 12:28:26.000,2022-06-09 09:26:42,490.0,11.0,487,59.0,112.0,31.0,672.0,2900,Python Socket.IO server and client.,58.0,33,True,,2022-04-24 09:38:13.000,5.6.0,85.0,,1083972.0,conda-forge/python-socketio,python-socketio,1880.0,,https://pypi.org/project/python-socketio,2022-04-24 09:38:13.000,1880.0,1080630.0,https://anaconda.org/conda-forge/python-socketio,2022-04-24 18:40:19.098,230658.0,2.0,,,,,,,,,,,,,,,,,,, +136,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017-11-29 10:30:22.000,2022-04-08 04:51:24.000,2021-12-16 12:44:41,522.0,,366,35.0,220.0,187.0,383.0,2780,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,,1264290.0,conda-forge/drf-yasg,drf-yasg,56911.0,56569.0,https://pypi.org/project/drf-yasg,2020-10-25 20:12:43.000,342.0,1264129.0,https://anaconda.org/conda-forge/drf-yasg,2020-10-26 00:39:31.833,3724.0,2.0,,,,,,,,,,,,,,,,,,, +137,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,2641,Utilities for implementing a modified pre-order traversal tree in django.,153.0,33,True,['django'],2021-09-27 12:56:00.000,0.13.4,38.0,,519420.0,anaconda/django-mptt,django-mptt,3291.0,,https://pypi.org/project/django-mptt,2021-09-27 12:56:00.000,3291.0,519420.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,,, +138,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-23 16:29:18.000,2022-06-23 11:38:50,2137.0,113.0,276,39.0,1414.0,250.0,282.0,2349,A GraphQL library for Python that leverages type annotations.,138.0,33,True,['graphql'],2022-06-23 10:07:48.000,0.114.4,430.0,684.0,200990.0,,strawberry-graphql,431.0,409.0,https://pypi.org/project/strawberry-graphql,2022-06-23 10:08:15.000,22.0,200893.0,,,,1.0,,,,,,,,,,,,,,,,,,, +139,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-20 10:11:32.000,2022-06-03 10:29:55,886.0,14.0,689,105.0,412.0,7.0,284.0,2280,Bootstrap 3 integration with Django.,98.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,93.0,,106533.0,conda-forge/django-bootstrap3,django-bootstrap3,21273.0,17289.0,https://pypi.org/project/django-bootstrap3,2021-12-27 09:46:08.000,3984.0,106148.0,https://anaconda.org/conda-forge/django-bootstrap3,2019-08-04 21:11:14.583,21985.0,2.0,,,,,,,,,,,,,,,,,,, +140,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009-11-10 06:18:00.000,2022-04-04 11:04:40.000,2022-03-14 02:39:11,912.0,,329,48.0,263.0,109.0,160.0,2277,Django model mixins and utilities.,122.0,33,True,['django'],2021-10-13 18:22:18.000,4.2.0,38.0,,724813.0,,django-model-utils,22422.0,17590.0,https://pypi.org/project/django-model-utils,2021-10-13 18:22:18.000,4832.0,724813.0,,,,2.0,,,,,,,,,,,,,,,,,,, +141,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2022-06-23 11:30:01.000,2022-06-23 11:29:52,1037.0,14.0,293,41.0,316.0,82.0,253.0,2253,Automatically mock your HTTP interactions to simplify and speed up testing.,117.0,33,True,,2020-10-09 20:43:45.000,4.1.1,63.0,,1760066.0,conda-forge/vcrpy,vcrpy,4948.0,3997.0,https://pypi.org/project/vcrpy,2020-10-09 20:43:45.000,951.0,1756824.0,https://anaconda.org/conda-forge/vcrpy,2020-10-09 23:08:36.024,246402.0,2.0,,,,,,,,,,,,,,,,,,, +142,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2022-06-22 08:55:03.000,2022-06-19 19:45:04,625.0,26.0,120,27.0,184.0,24.0,198.0,2018,Radically simplified static file serving for Python web apps.,60.0,33,True,,2022-06-05 15:29:23.000,6.2.0,48.0,,1256362.0,conda-forge/whitenoise,whitenoise,13317.0,,https://pypi.org/project/whitenoise,2022-06-05 15:29:23.000,13317.0,1255359.0,https://anaconda.org/conda-forge/whitenoise,2022-06-05 20:46:47.725,58182.0,2.0,,,,,,,,,,,,,,,,,,, +143,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-06-21 13:49:35.000,2022-06-16 04:36:43,1031.0,13.0,589,72.0,284.0,134.0,207.0,1905,A library for converting HTML into PDFs using ReportLab.,143.0,33,True,,2022-06-16 04:38:30.000,0.2.8,23.0,6.0,394963.0,conda-forge/xhtml2pdf,xhtml2pdf,8720.0,7893.0,https://pypi.org/project/xhtml2pdf,2022-06-16 04:32:32.000,827.0,393838.0,https://anaconda.org/conda-forge/xhtml2pdf,2022-06-16 08:28:19.087,43899.0,3.0,,,,,,,,,,,,,,,,,,, +144,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-06-22 14:41:32.000,2022-05-19 11:46:16,1469.0,52.0,142,44.0,518.0,40.0,194.0,1779,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,,661755.0,,ariadne,815.0,779.0,https://pypi.org/project/ariadne,2022-04-22 12:55:33.000,36.0,661755.0,,,,1.0,,,,,,,,,,,,,,,,,,, +145,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-06-22 19:52:42.000,2022-06-07 11:57:58,1085.0,18.0,392,37.0,534.0,97.0,380.0,1636,Store model history and view/revert changes from admin site.,158.0,33,True,['django'],2022-05-11 15:46:42.000,3.1.1,42.0,,434168.0,,django-simple-history,3296.0,2847.0,https://pypi.org/project/django-simple-history,2022-05-11 15:46:42.000,449.0,434168.0,,,,2.0,,,,,,,,,,,,,,,,,,, +146,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-06-12 04:39:26.000,2022-03-15 08:45:19,2351.0,,445,65.0,472.0,193.0,630.0,1603,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",186.0,33,True,['django'],2022-03-15 08:44:50.000,3.9.4,203.0,,181573.0,,django-autocomplete-light,3826.0,3083.0,https://pypi.org/project/django-autocomplete-light,2022-03-15 08:44:50.000,743.0,181573.0,,,,2.0,,,,,,,,,,,,,,,,,,, +147,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-06-20 14:22:01.000,2022-06-20 14:16:22,1142.0,25.0,280,27.0,354.0,57.0,262.0,1290,Money fields for Django forms and models.,99.0,33,True,['django'],2022-06-20 14:22:01.000,3.0.0,62.0,,121903.0,,django-money,1922.0,1720.0,https://pypi.org/project/django-money,2022-06-20 14:22:01.000,202.0,121903.0,,,,2.0,,,,,,,,,,,,,,,,,,, +148,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,1095,A SOCKS proxy client and wrapper for Python.,32.0,33,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,10192413.0,conda-forge/pysocks,pysocks,82946.0,79520.0,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3426.0,9899389.0,https://anaconda.org/conda-forge/pysocks,2022-04-02 00:08:22.290,20511748.0,2.0,,,,,,,,,,,,,,,,,,, +149,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,,254,46.0,303.0,86.0,160.0,973,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,,10130633.0,conda-forge/html5lib,html5lib,15066.0,,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15066.0,10093192.0,https://anaconda.org/conda-forge/html5lib,2020-06-23 16:41:15.573,2433714.0,3.0,,,,,,,,,,,,,,,,,,, +150,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-06-12 12:07:13.000,2022-06-12 12:07:13,718.0,4.0,203,28.0,478.0,38.0,248.0,891,Python binding to the Networking and Cryptography (NaCl) library.,64.0,33,True,,2022-01-07 22:05:49.000,1.5.0,16.0,,36571940.0,conda-forge/pynacl,pynacl,2340.0,,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2340.0,36530251.0,https://anaconda.org/conda-forge/pynacl,2022-04-09 16:14:36.368,2709843.0,2.0,,,,,,,,,,,,,,,,,,, +151,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,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,,19787879.0,conda-forge/oauth2client,oauth2client,71624.0,65819.0,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5805.0,19779778.0,https://anaconda.org/conda-forge/oauth2client,2019-02-03 02:43:41.310,575186.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-06-12 21:43:27.000,2020-09-02 06:54:25,651.0,,1955,386.0,298.0,480.0,257.0,11958,"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,,101370.0,conda-forge/newspaper3k,newspaper3k,270.0,,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,270.0,100449.0,https://anaconda.org/conda-forge/newspaper3k,2021-10-28 12:04:52.629,50667.0,2.0,,,,,,,,,,,,,,,,,,, +153,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-06-08 13:51:50.000,2022-06-08 13:19:08,3341.0,7.0,739,233.0,513.0,33.0,943.0,6481,REST API framework designed for human beings.,208.0,32,True,,2021-01-25 09:18:46.000,1.1.5,48.0,,19724.0,,eve,1402.0,1022.0,https://pypi.org/project/eve,2022-06-08 13:51:50.000,380.0,19724.0,,,,3.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-20 13:55:14.000,2022-06-20 13:55:00,4771.0,149.0,565,142.0,285.0,146.0,1233.0,5017,The awesome document factory.,110.0,32,True,,2022-05-12 17:06:45.000,55.0,87.0,,653732.0,conda-forge/weasyprint,weasyprint,41.0,,https://pypi.org/project/weasyprint,2022-06-17 09:52:33.000,41.0,652286.0,https://anaconda.org/conda-forge/weasyprint,2022-05-13 06:18:05.756,50623.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-06-20 20:58:30.000,2022-03-03 13:58:48,860.0,,651,73.0,520.0,139.0,611.0,3888,Integrate GraphQL into your Django project.,189.0,32,True,"['django', 'graphql']",2020-12-31 06:55:57.000,2.15.0,51.0,,432570.0,conda-forge/graphene-django,graphene-django,8557.0,8086.0,https://pypi.org/project/graphene-django,2020-12-31 06:55:57.000,471.0,431953.0,https://anaconda.org/conda-forge/graphene-django,2021-01-09 00:24:55.718,17284.0,2.0,,,,,,,,,,,,,,,,,,, +156,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-06-20 16:22:05.000,2022-06-20 16:16:17,801.0,11.0,291,54.0,282.0,108.0,189.0,3407,Silky smooth profiling for Django.,129.0,32,True,['django'],2022-06-20 16:14:06.000,4.4.0,36.0,182.0,238546.0,,django-silk,2273.0,2125.0,https://pypi.org/project/django-silk,2022-06-20 16:14:06.000,148.0,238545.0,,,,2.0,,,,,,,,,,,,,,,,,,, +157,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-06-08 14:15:10.000,2022-03-25 21:42:47,1062.0,,520,83.0,343.0,121.0,319.0,3207,Per object permissions for Django.,159.0,32,True,['django'],2021-05-23 22:11:22.000,2.4.0,43.0,,234076.0,conda-forge/django-guardian,django-guardian,6727.0,4790.0,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1937.0,233462.0,https://anaconda.org/conda-forge/django-guardian,2021-05-26 14:44:48.305,36842.0,2.0,,,,,,,,,,,,,,,,,,, +158,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-06-13 22:50:41.000,2022-06-13 22:50:40,565.0,16.0,499,54.0,239.0,87.0,284.0,3017,A JSON Web Token authentication plugin for the Django REST Framework.,87.0,32,True,['django'],2022-05-24 19:26:19.000,5.2.0,41.0,,819662.0,,djangorestframework-simplejwt,305.0,,https://pypi.org/project/djangorestframework-simplejwt,2022-05-24 19:26:19.000,305.0,819662.0,,,,2.0,,,,,,,,,,,,,,,,,,, +159,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,,505,68.0,85.0,17.0,247.0,3013,(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,,995015.0,,googletrans,33217.0,32673.0,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,544.0,995015.0,,,,3.0,,,,,,,,,,,,,,,,,,, +160,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2022-06-08 21:21:54.000,2022-01-21 01:17:15,532.0,,422,58.0,188.0,194.0,156.0,3004,Easy OpenAPI specs and Swagger UI for your Flask API.,107.0,32,True,['flask'],2020-08-01 15:28:10.000,0.9.5,49.0,468.0,449962.0,conda-forge/flasgger,flasgger,7512.0,7156.0,https://pypi.org/project/flasgger,2020-07-31 23:54:47.000,356.0,448007.0,https://anaconda.org/conda-forge/flasgger,2021-04-16 12:53:50.238,109238.0,2.0,,,,,,,,,,,,,,,,,,, +161,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-06-19 07:43:58.000,2022-04-27 07:34:30,1386.0,14.0,394,58.0,239.0,24.0,605.0,2961,"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,,83931.0,,pywebview,773.0,699.0,https://pypi.org/project/pywebview,2022-04-05 20:23:37.000,74.0,83931.0,,,,2.0,,,,,,,,,,,,,,,,,,, +162,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-23 16:39:42.000,2022-06-23 16:06:39,1747.0,37.0,251,52.0,1452.0,50.0,519.0,2914,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",76.0,32,True,['openapi'],2022-06-22 19:56:13.000,4.10.1,170.0,746580.0,208704.0,,,271.0,256.0,,,,,,,,2.0,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2022-06-22 19:54:41.162,15.0,196663.0,,,,,,,,,,,, +163,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-06-13 18:11:02.000,2022-05-11 10:08:10,989.0,15.0,595,66.0,421.0,70.0,318.0,2873,Simple tagging for django.,143.0,32,True,['django'],2022-05-02 07:43:26.000,3.0.0,62.0,,334711.0,conda-forge/django-taggit,django-taggit,2864.0,,https://pypi.org/project/django-taggit,2022-05-02 07:43:26.000,2864.0,333475.0,https://anaconda.org/conda-forge/django-taggit,2022-05-02 12:28:06.091,92748.0,2.0,,,,,,,,,,,,,,,,,,, +164,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,2812,Social auth made simple.,283.0,32,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,32851.0,,python-social-auth,7633.0,5357.0,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,32851.0,,,,2.0,,,,,,,,,,,,,,,,,,, +165,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,7.0,651,68.0,368.0,49.0,366.0,2794,Python client for the Prometheus monitoring system.,120.0,32,True,,2022-04-08 16:11:43.000,0.14.1,43.0,,20130262.0,conda-forge/prometheus_client,prometheus-client,492.0,,https://pypi.org/project/prometheus-client,2022-04-08 16:07:14.000,492.0,20040956.0,https://anaconda.org/conda-forge/prometheus_client,2022-04-08 19:47:49.220,6072846.0,1.0,,,,,,,,,,,,,,,,,,, +166,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,2649,Python SDK for Facebooks Graph API.,99.0,32,False,,2018-11-06 06:53:51.000,3.1.0,8.0,,125890.0,,facebook-sdk,4800.0,3536.0,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1264.0,125890.0,,,,3.0,,,,,,,,,,,,,,,,,,, +167,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,75.0,2455,A Pythonic wrapper for the Wikipedia API.,23.0,32,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,531564.0,conda-forge/wikipedia,wikipedia,33839.0,32773.0,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1066.0,530623.0,https://anaconda.org/conda-forge/wikipedia,2019-06-18 08:30:55.880,60237.0,3.0,,,,,,,,,,,,,,,,,,, +168,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-06-22 15:59:44.000,2022-05-19 22:58:45,990.0,2.0,771,40.0,562.0,200.0,421.0,2182,Django-storages is a project to provide a variety of storage backends in a single library.,227.0,32,True,['django'],2021-10-30 02:34:59.000,1.12.3,36.0,,2023115.0,conda-forge/django-storages,django-storages,4912.0,,https://pypi.org/project/django-storages,2021-10-30 02:34:59.000,4912.0,2022530.0,https://anaconda.org/conda-forge/django-storages,2021-10-30 07:11:48.206,33975.0,2.0,,,,,,,,,,,,,,,,,,, +169,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-06-13 22:58:38.000,2022-06-13 22:58:38,376.0,4.0,206,53.0,125.0,51.0,244.0,1779,Django Channels HTTP/WebSocket server.,61.0,32,True,['django'],2021-04-07 18:31:41.000,3.0.2,55.0,,504454.0,conda-forge/daphne,daphne,15370.0,14604.0,https://pypi.org/project/daphne,2021-04-07 18:31:41.000,766.0,500998.0,https://anaconda.org/conda-forge/daphne,2021-04-07 20:54:50.106,89872.0,3.0,,,,,,,,,,,,,,,,,,, +170,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,1590,Thumbnails for Django.,151.0,32,True,['django'],2022-02-10 22:08:37.000,12.8.0,31.0,,129033.0,conda-forge/sorl-thumbnail,sorl-thumbnail,11387.0,8842.0,https://pypi.org/project/sorl-thumbnail,2022-02-10 22:08:37.000,2545.0,128934.0,https://anaconda.org/conda-forge/sorl-thumbnail,2022-02-11 09:10:39.604,2191.0,2.0,,,,,,,,,,,,,,,,,,, +171,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-06-13 21:03:32.000,2022-05-19 14:10:24,1367.0,4.0,384,54.0,315.0,55.0,479.0,1547,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,,152451.0,conda-forge/django-tables2,django-tables2,5842.0,4956.0,https://pypi.org/project/django-tables2,2021-10-05 19:28:08.000,886.0,152366.0,https://anaconda.org/conda-forge/django-tables2,2021-10-24 17:57:36.982,1030.0,2.0,,,,,,,,,,,,,,,,,,, +172,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,1443,Pipeline is an asset packaging library for Django.,169.0,32,True,['django'],2022-01-10 19:32:37.000,2.0.8,129.0,,57323.0,,django-pipeline,3105.0,1969.0,https://pypi.org/project/django-pipeline,2022-01-10 19:32:37.000,1136.0,57323.0,,,,2.0,,,,,,,,,,,,,,,,,,, +173,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-06-09 03:38:34.000,2022-02-28 17:03:52,433.0,,573,90.0,222.0,134.0,213.0,1301,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,,4620985.0,conda-forge/simple-salesforce,simple-salesforce,191.0,,https://pypi.org/project/simple-salesforce,2022-02-28 17:07:07.000,191.0,4620263.0,https://anaconda.org/conda-forge/simple-salesforce,2020-12-11 15:45:59.182,44091.0,3.0,,,,,,,,,,,,,,,,,,, +174,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,1279,Easy thumbnails for Django.,88.0,32,True,['django'],2022-01-20 03:34:09.000,2.8.1,47.0,,208370.0,,easy-thumbnails,10674.0,8588.0,https://pypi.org/project/easy-thumbnails,2022-01-20 03:34:09.000,2086.0,208370.0,,,,2.0,,,,,,,,,,,,,,,,,,, +175,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-06-15 22:34:51.000,2022-06-15 22:34:51,887.0,21.0,222,61.0,125.0,60.0,310.0,1182,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,80.0,32,True,,2022-02-26 23:34:30.000,5.1.0,22.0,139.0,280208.0,conda-forge/rpyc,rpyc,1612.0,1281.0,https://pypi.org/project/rpyc,2022-02-26 22:50:30.000,331.0,250025.0,https://anaconda.org/conda-forge/rpyc,2021-01-12 03:08:24.569,633795.0,2.0,,,,,,,,,,,,,,,,,,, +176,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,146.0,804.0,44.0,931.0,1145,Web testing library for Robot Framework.,109.0,32,True,,2022-01-09 18:51:51.000,6.0.0,50.0,3539.0,574630.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,2557.0,2433.0,https://pypi.org/project/robotframework-seleniumlibrary,2022-01-08 23:53:44.000,124.0,573620.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2022-01-12 00:54:57.623,48448.0,2.0,,,,,,,,,,,,,,,,,,, +177,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-06-06 22:26:10.000,2022-06-06 22:26:10,933.0,46.0,138,8.0,204.0,46.0,520.0,1134,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,69.0,32,True,['openapi'],2022-04-25 16:29:02.000,0.22.1,48.0,,512816.0,conda-forge/drf-spectacular,drf-spectacular,2310.0,2289.0,https://pypi.org/project/drf-spectacular,2022-04-25 16:29:02.000,21.0,512486.0,https://anaconda.org/conda-forge/drf-spectacular,2022-04-26 12:29:43.842,2974.0,2.0,,,,,,,,,,,,,,,,,,, +178,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-06-06 13:43:16.000,2022-05-27 08:34:27,1186.0,6.0,298,35.0,542.0,130.0,351.0,1056,A Django plugin for pytest.,134.0,32,True,['django'],2021-12-07 14:56:42.000,4.5.2,60.0,,1710636.0,conda-forge/pytest-django,pytest-django,5859.0,,https://pypi.org/project/pytest-django,2021-12-07 14:26:57.000,5859.0,1708875.0,https://anaconda.org/conda-forge/pytest-django,2021-12-08 02:26:58.061,132112.0,2.0,,,,,,,,,,,,,,,,,,, +179,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-06-23 11:57:31.000,2022-06-23 10:52:31,907.0,68.0,258,16.0,589.0,198.0,259.0,911,PEP-484 stubs for Django.,164.0,32,True,['django'],2022-06-17 15:16:04.000,django-stubs@1.12.0,37.0,,508377.0,conda-forge/django-stubs,django-stubs,2659.0,2583.0,https://pypi.org/project/django-stubs,2022-06-17 15:16:01.000,76.0,508156.0,https://anaconda.org/conda-forge/django-stubs,2022-06-20 15:46:59.645,3097.0,2.0,,,,,,,,,,,,,,,,,,, +180,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-06-20 11:09:49.000,2022-06-14 14:24:23,961.0,29.0,110,27.0,551.0,30.0,164.0,813,Yet another URL library.,68.0,32,True,,2021-11-01 20:25:50.000,1.7.2,88.0,5826.0,87970379.0,conda-forge/yarl,yarl,2718.0,,https://pypi.org/project/yarl,2021-11-01 20:23:48.000,2718.0,87888768.0,https://anaconda.org/conda-forge/yarl,2022-04-03 06:28:50.763,4973160.0,2.0,,,,,,,,,,,,,,,,,,, +181,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-19 20:47:19.000,2022-06-19 20:47:19,656.0,28.0,166,15.0,164.0,35.0,164.0,723,A caching extension for Flask.,103.0,32,True,['flask'],2022-05-28 21:48:49.000,1.11.1,20.0,,2693086.0,conda-forge/flask-caching,flask-caching,11426.0,10684.0,https://pypi.org/project/flask-caching,2022-05-28 17:36:38.000,742.0,2691474.0,https://anaconda.org/conda-forge/flask-caching,2021-08-13 17:01:19.689,72559.0,1.0,,,,,,,,,,,,,,,,,,, +182,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-06-16 21:18:32.000,2021-04-15 22:45:55,618.0,,166,41.0,89.0,45.0,121.0,697,A network address manipulation library for Python.,46.0,32,False,,2021-12-15 14:06:46.311,0.7.9,29.0,,3271160.0,conda-forge/netaddr,netaddr,22399.0,17624.0,https://pypi.org/project/netaddr,2020-07-03 14:43:51.000,4775.0,3269125.0,https://anaconda.org/conda-forge/netaddr,2017-09-16 17:36:03.062,144496.0,2.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-06-16 23:48:33.000,2022-06-11 21:03:03,918.0,22.0,97,22.0,58.0,13.0,106.0,435,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,,3555579.0,conda-forge/graphql-core,graphql-core,14571.0,13856.0,https://pypi.org/project/graphql-core,2022-04-10 16:49:32.000,715.0,3550107.0,https://anaconda.org/conda-forge/graphql-core,2022-04-10 21:32:56.655,311934.0,2.0,,,,,,,,,,,,,,,,,,, +184,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-06-19 18:15:44.000,2022-06-19 16:50:57,365.0,12.0,53,22.0,432.0,12.0,98.0,262,A minimal HTTP client.,28.0,32,True,,2022-05-17 12:45:53.000,0.15.0,45.0,,8458464.0,conda-forge/httpcore,httpcore,12930.0,12848.0,https://pypi.org/project/httpcore,2022-05-17 12:45:53.000,82.0,8453957.0,https://anaconda.org/conda-forge/httpcore,2022-05-17 16:19:36.752,162279.0,3.0,,,,,,,,,,,,,,,,,,, +185,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-12 16:12:39.000,2022-05-24 22:24:08,398.0,7.0,39,46.0,242.0,16.0,78.0,35,Utilities for Google Media Downloads and Resumable Uploads.,31.0,32,False,,2022-05-19 12:44:36.000,2.3.3,41.0,,36489507.0,conda-forge/google-resumable-media,google-resumable-media,25042.0,24509.0,https://pypi.org/project/google-resumable-media,2022-05-19 12:44:36.000,533.0,36453505.0,https://anaconda.org/conda-forge/google-resumable-media,2022-06-02 23:46:09.616,2160135.0,3.0,,,,,,,,,,,,,,,,,,, +186,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-06-21 17:45:56.000,2022-06-18 06:46:27,1745.0,82.0,3716,937.0,653.0,134.0,555.0,32553,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,,4297.0,,sherlock,7.0,,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000,7.0,4297.0,,,,3.0,,,,,,,,,,,,,,,,,,, +187,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-23 15:18:41.000,2022-06-23 15:16:47,19704.0,247.0,4538,387.0,6056.0,227.0,2969.0,16311,"A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.",239.0,31,True,"['django', 'graphql']",2022-06-22 10:51:11.000,3.4.7,100.0,,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +188,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-07 09:58:09.000,2020-08-02 17:34:20,1181.0,,3611,901.0,165.0,288.0,545.0,15474,A Powerful Spider(Web Crawler) System in Python.,62.0,31,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,2310.0,,pyspider,344.0,312.0,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,2310.0,,,,2.0,,,,,,,,,,,,,,,,,,, +189,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,311.0,190.0,51.0,,12006,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,,209322.0,conda-forge/speedtest-cli,speedtest-cli,36391.0,35862.0,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,529.0,209264.0,https://anaconda.org/conda-forge/speedtest-cli,2021-11-09 20:28:59.095,408.0,2.0,,,,,,,,,,,,,,,,,,, +190,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-06-17 22:55:29.000,2022-06-17 09:53:52,371.0,6.0,1364,223.0,134.0,420.0,254.0,6883,Scrapes an instagram users photos and videos.,60.0,31,True,,2022-06-17 09:56:09.000,1.11.0,74.0,,10315.0,,instagram-scraper,321.0,295.0,https://pypi.org/project/instagram-scraper,2022-06-17 09:56:09.000,26.0,10315.0,,,,3.0,,,,,,,,,,,,,,,,,,, +191,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2022-06-21 21:22:39.000,2020-08-10 05:07:26,2410.0,,377,168.0,449.0,168.0,297.0,6622,"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,,41700.0,conda-forge/hug,hug,1689.0,1457.0,https://pypi.org/project/hug,2020-02-06 18:13:37.000,232.0,39486.0,https://anaconda.org/conda-forge/hug,2022-01-26 18:19:20.470,150552.0,3.0,,,,,,,,,,,,,,,,,,, +192,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,3.0,1315,344.0,312.0,36.0,389.0,5705,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,,210954.0,conda-forge/web.py,web.py,1134.0,,https://pypi.org/project/web.py,2021-12-15 13:44:43.853,1134.0,210295.0,https://anaconda.org/conda-forge/web.py,2020-11-12 06:59:49.279,38276.0,3.0,,,,,,,,,,,,,,,,,,, +193,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2022-06-20 18:46:21.000,2022-06-16 20:35:13,5567.0,40.0,698,836.0,2389.0,57.0,1899.0,3831,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",161.0,31,True,['openapi'],,,100.0,84832.0,3534.0,,,375.0,375.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +194,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,,367,105.0,73.0,154.0,100.0,3500,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,,1209386.0,conda-forge/pyppeteer,pyppeteer,8184.0,7868.0,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,316.0,1207367.0,https://anaconda.org/conda-forge/pyppeteer,2022-01-26 21:49:22.128,82779.0,2.0,,,,,,,,,,,,,,,,,,, +195,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,3132,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,,329918.0,,djangorestframework-jwt,23375.0,21394.0,https://pypi.org/project/djangorestframework-jwt,2017-06-23 23:47:52.000,1981.0,329918.0,,,,2.0,,,,,,,,,,,,,,,,,,, +196,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-23 15:03:33.000,2022-06-22 23:56:15,1682.0,128.0,164,122.0,427.0,194.0,534.0,2959,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,949692.0,50981.0,,wave,171.0,,https://pypi.org/project/wave,2011-01-09 22:48:14.000,171.0,11411.0,,,,2.0,,,,,,,,,,,,,,,,,,, +197,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-23 16:32:17.000,2022-06-23 10:19:34,929.0,35.0,338,38.0,427.0,158.0,360.0,2855,A test fixtures replacement for Python.,122.0,31,True,['django'],2021-10-26 14:02:33.000,3.2.1,42.0,,2151764.0,conda-forge/factory_boy,factory_boy,735.0,,https://pypi.org/project/factory_boy,2021-10-26 14:02:33.000,735.0,2150322.0,https://anaconda.org/conda-forge/factory_boy,2021-10-26 21:47:41.376,99554.0,2.0,,,,,,,,,,,,,,,,,,, +198,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,7.0,579,51.0,491.0,114.0,521.0,2576,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,,302796.0,,django-compressor,285.0,,https://pypi.org/project/django-compressor,2022-04-23 10:25:08.000,285.0,302796.0,,,,2.0,,,,,,,,,,,,,,,,,,, +199,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-06-10 13:03:36.000,2022-06-10 04:45:22,548.0,3.0,665,108.0,130.0,89.0,305.0,2435,Pseudo API for Google Trends.,77.0,31,True,,2022-02-02 01:35:32.000,4.8.0,27.0,,122219.0,conda-forge/pytrends,pytrends,1581.0,1518.0,https://pypi.org/project/pytrends,2022-02-02 01:35:32.000,63.0,122080.0,https://anaconda.org/conda-forge/pytrends,2022-02-08 02:20:52.219,2659.0,2.0,,,,,,,,,,,,,,,,,,, +200,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-06-20 16:52:52.000,2022-06-20 16:45:28,284.0,9.0,328,50.0,150.0,28.0,147.0,2382,Transparently use webpack with django.,56.0,31,True,['django'],2022-06-20 16:52:52.000,1.6.0,41.0,,323953.0,conda-forge/django-webpack-loader,django-webpack-loader,8496.0,7514.0,https://pypi.org/project/django-webpack-loader,2022-06-20 16:09:50.000,982.0,323856.0,https://anaconda.org/conda-forge/django-webpack-loader,2021-11-17 13:17:04.347,2638.0,2.0,,,,,,,,,,,,,,,,,,, +201,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-06-13 18:10:26.000,2022-05-10 06:38:11,973.0,3.0,380,58.0,312.0,30.0,274.0,2361,Full featured redis cache backend for Django.,129.0,31,True,['django'],2021-12-22 15:10:32.000,5.2.0,66.0,,1471449.0,,django-redis,3463.0,,https://pypi.org/project/django-redis,2021-12-22 15:10:32.000,3463.0,1471449.0,,,,2.0,,,,,,,,,,,,,,,,,,, +202,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2022-06-22 12:01:18.000,2022-06-17 12:10:48,3926.0,72.0,296,93.0,662.0,141.0,1556.0,2149,Mail hosting made simple.,105.0,31,True,,2022-05-18 15:04:07.000,2.0.1,61.0,,1956.0,,modoboa,71.0,35.0,https://pypi.org/project/modoboa,2022-05-18 15:19:03.000,36.0,1956.0,,,,1.0,,,,,,,,,,,,,,,,,,, +203,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,,169,65.0,60.0,46.0,127.0,2102,A jquery-like library for python.,50.0,31,True,,2020-11-21 09:17:43.000,1.4.3,35.0,,1103402.0,conda-forge/pyquery,pyquery,17848.0,14507.0,https://pypi.org/project/pyquery,2020-11-21 09:17:43.000,3341.0,1102945.0,https://anaconda.org/conda-forge/pyquery,2020-11-27 04:30:29.453,25637.0,3.0,,,,,,,,,,,,,,,,,,, +204,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,10.0,369.0,2069,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,,1028977.0,conda-forge/flask-migrate,flask-migrate,9537.0,,https://pypi.org/project/flask-migrate,2021-08-01 10:46:46.000,9537.0,1026505.0,https://anaconda.org/conda-forge/flask-migrate,2022-03-17 13:52:10.293,168131.0,1.0,,,,,,,,,,,,,,,,,,, +205,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,89727.0,,django-imagekit,7353.0,6329.0,https://pypi.org/project/django-imagekit,2021-11-02 06:57:52.000,1024.0,89726.0,,,,2.0,,,,,,,,,,,,,,,,,,, +206,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-22 02:22:29.000,2022-06-22 02:22:29,3950.0,315.0,112,57.0,309.0,18.0,331.0,1821,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,79.0,31,True,,2022-06-13 00:46:15.000,4.15.0,300.0,14.0,5300.0,,masonite,481.0,417.0,https://pypi.org/project/masonite,2022-06-13 00:47:37.000,64.0,5300.0,,,,3.0,,,,,,,,,,,,,,,,,,, +207,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-06-22 13:33:22.000,2022-05-11 12:28:16,615.0,5.0,293,33.0,237.0,31.0,219.0,1462,Dynamic Django settings.,131.0,31,True,['django'],2022-05-11 13:00:20.000,2.9.0,28.0,,165185.0,,django-constance,1344.0,1067.0,https://pypi.org/project/django-constance,2022-05-11 13:00:20.000,277.0,165185.0,,,,2.0,,,,,,,,,,,,,,,,,,, +208,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-06-22 16:40:31.000,2022-06-22 16:40:31,523.0,6.0,300,24.0,317.0,52.0,146.0,1252,A django model and form field for normalised phone numbers using python-phonenumbers.,107.0,31,True,['django'],2022-06-17 09:39:35.000,6.3.0,28.0,,552430.0,,django-phonenumber-field,856.0,,https://pypi.org/project/django-phonenumber-field,2022-06-17 09:39:35.000,856.0,552430.0,,,,2.0,,,,,,,,,,,,,,,,,,, +209,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,8.0,152,43.0,176.0,36.0,127.0,1048,ASGI specification and utilities.,71.0,31,True,,2022-05-16 20:39:27.000,3.5.2,58.0,,14240383.0,conda-forge/asgiref,asgiref,1135.0,,https://pypi.org/project/asgiref,2022-05-16 20:39:27.000,1135.0,14225970.0,https://anaconda.org/conda-forge/asgiref,2022-05-17 01:49:27.680,634214.0,2.0,,,,,,,,,,,,,,,,,,, +210,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,851,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,,27779302.0,conda-forge/requests-toolbelt,requests-toolbelt,5053.0,,https://pypi.org/project/requests-toolbelt,2019-01-30 01:29:52.000,5053.0,27767425.0,https://anaconda.org/conda-forge/requests-toolbelt,2019-01-30 10:52:02.782,890830.0,3.0,,,,,,,,,,,,,,,,,,, +211,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-23 12:13:00.000,2022-06-13 00:23:24,1608.0,40.0,214,7.0,1412.0,16.0,280.0,605,Extensions for Python Markdown.,35.0,31,True,,2022-06-06 14:22:01.000,9.5,61.0,,765748.0,conda-forge/pymdown-extensions,pymdown-extensions,902.0,,https://pypi.org/project/pymdown-extensions,2022-06-06 14:22:57.000,902.0,763858.0,https://anaconda.org/conda-forge/pymdown-extensions,2022-06-06 18:04:19.888,69933.0,2.0,,,,,,,,,,,,,,,,,,, +212,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-06-20 21:32:16.000,2022-06-20 21:32:15,403.0,26.0,80,18.0,114.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,67.0,10529892.0,conda-forge/terminado,terminado,6931.0,,https://pypi.org/project/terminado,2022-05-16 13:55:11.000,6931.0,10444387.0,https://anaconda.org/conda-forge/terminado,2022-05-17 12:51:00.045,6327332.0,2.0,,,,,,,,,,,,,,,,,,, +213,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-17 08:54:50.000,2022-06-02 20:05:07,11522.0,10.0,5796,422.0,5346.0,3170.0,3369.0,14536,"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,,,,,,,,,,, +214,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-23 10:01:03.000,2022-06-23 02:47:20,5985.0,112.0,2413,197.0,2690.0,120.0,939.0,9470,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,352.0,30,True,['django'],2022-06-23 02:47:23.000,2022.06.22,100.0,,47.0,,cookiecutter-django,18.0,17.0,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, +215,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,333.0,211.0,167.0,456.0,8809,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,,1691.0,conda-forge/coursera-dl,coursera-dl,204.0,190.0,https://pypi.org/project/coursera-dl,2019-12-16 20:45:01.000,14.0,1416.0,https://anaconda.org/conda-forge/coursera-dl,2019-11-20 13:24:57.856,18471.0,3.0,,,,,,,,,,,,,,,,,,, +216,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-06-21 22:34:08.000,2022-06-21 22:34:08,2130.0,58.0,1948,304.0,696.0,40.0,383.0,8109,Web path scanner.,88.0,30,True,,2021-09-13 04:20:21.000,0.4.2,17.0,,1609.0,,dirsearch,13.0,13.0,https://pypi.org/project/dirsearch,2021-06-17 05:18:52.000,,1609.0,,,,2.0,,,,,,,,,,,,,,,,,,, +217,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-06-08 20:24:26.000,2022-05-02 22:08:44,1527.0,71.0,300,78.0,450.0,240.0,367.0,3578,The lektor static file content management system.,90.0,30,True,,2022-05-02 22:05:52.000,3.3.4,30.0,6995.0,2720.0,conda-forge/lektor,lektor,84.0,,https://pypi.org/project/lektor,2022-05-02 22:01:49.000,84.0,1857.0,https://anaconda.org/conda-forge/lektor,2022-06-08 19:14:58.357,52670.0,3.0,,,,,,,,,,,,,,,,,,, +218,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,2022-06-16 16:07:43.000,2018-02-12 06:35:04,352.0,,1044,216.0,114.0,75.0,81.0,2943,"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,,55201.0,conda-forge/python-oauth2,python-oauth2,9550.0,9454.0,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,53756.0,https://anaconda.org/conda-forge/python-oauth2,2019-06-28 21:19:03.608,85274.0,2.0,,,,,,,,,,,,,,,,,,, +219,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,2787,Python Twitter API.,93.0,30,True,,2021-06-18 10:39:53.000,1.19.3,55.0,,49744.0,,twitter,4577.0,3522.0,https://pypi.org/project/twitter,2022-01-17 14:29:30.000,1055.0,49744.0,,,,3.0,,,,,,,,,,,,,,,,,,, +220,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,115.0,249.0,381.0,249.0,2625,"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,,355262.0,conda-forge/flask-restplus,flask-restplus,12856.0,11878.0,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,978.0,352279.0,https://anaconda.org/conda-forge/flask-restplus,2021-07-06 15:08:02.758,202868.0,3.0,,,,,,,,,,,,,,,,,,, +221,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,2565,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,,338474.0,,django-rest-swagger,15799.0,13727.0,https://pypi.org/project/django-rest-swagger,2018-04-30 19:59:57.000,2072.0,338474.0,,,,3.0,,,,,,,,,,,,,,,,,,, +222,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,2162,Modern theme for Django admin interface.,60.0,30,False,['django'],2019-10-02 08:36:30.000,0.2.28,46.0,,84470.0,,django-suit,3902.0,2861.0,https://pypi.org/project/django-suit,2021-12-15 16:10:08.782,1041.0,84470.0,,,,2.0,,,,,,,,,,,,,,,,,,, +223,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-06-14 16:36:49.000,2022-06-14 13:07:32,842.0,4.0,480,75.0,214.0,16.0,280.0,2063,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,109.0,30,True,['django'],2022-05-20 01:48:37.000,1.4.1,37.0,,45126.0,,django-activity-stream,1173.0,837.0,https://pypi.org/project/django-activity-stream,2022-05-20 01:48:37.000,336.0,45126.0,,,,2.0,,,,,,,,,,,,,,,,,,, +224,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,71.0,2054,Python One-Time Password Library.,36.0,30,True,,2021-02-04 19:47:49.000,2.6.0,21.0,165.0,1810729.0,conda-forge/pyotp,pyotp,5614.0,5068.0,https://pypi.org/project/pyotp,2021-02-04 19:47:49.000,546.0,1810223.0,https://anaconda.org/conda-forge/pyotp,2021-02-04 21:15:23.858,19687.0,2.0,,,,,,,,,,,,,,,,,,, +225,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,2012,Django friendly finite state machine support.,64.0,30,True,['django'],2022-03-25 12:30:10.000,2.8.0,22.0,,247499.0,conda-forge/django-fsm,django-fsm,1419.0,1089.0,https://pypi.org/project/django-fsm,2021-11-05 06:22:51.000,330.0,247151.0,https://anaconda.org/conda-forge/django-fsm,2019-12-07 18:24:17.995,20230.0,2.0,,,,,,,,,,,,,,,,,,, +226,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,90.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,,437727.0,conda-forge/httpretty,httpretty,8989.0,6256.0,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2733.0,435202.0,https://anaconda.org/conda-forge/httpretty,2021-08-16 20:48:49.567,189404.0,2.0,,,,,,,,,,,,,,,,,,, +227,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-23 11:30:46.000,2022-06-21 06:35:36,834.0,59.0,457,49.0,860.0,44.0,224.0,1940,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,17.0,30,True,,2022-06-12 05:08:48.000,2.4.3,34.0,296.0,111645.0,,proxy.py,120.0,104.0,https://pypi.org/project/proxy.py,2022-06-12 05:08:12.000,16.0,111603.0,,,,3.0,,,,,,,,,,,,,,,,,,, +228,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,,140181.0,conda-forge/twython,twython,6377.0,5221.0,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1156.0,136038.0,https://anaconda.org/conda-forge/twython,2021-07-17 00:06:56.130,252782.0,3.0,,,,,,,,,,,,,,,,,,, +229,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,1733,"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,,272916.0,,django-widget-tweaks,27741.0,25517.0,https://pypi.org/project/django-widget-tweaks,2022-01-13 10:53:21.000,2224.0,272916.0,,,,2.0,,,,,,,,,,,,,,,,,,, +230,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-06-21 07:35:55.000,2022-06-21 07:35:55,148.0,4.0,96,26.0,29.0,1.0,47.0,1669,"A generator library for concise, unambiguous and URL-safe UUIDs.",25.0,30,True,,2022-05-08 09:57:42.000,1.0.9,22.0,,5146405.0,conda-forge/shortuuid,shortuuid,1021.0,,https://pypi.org/project/shortuuid,2022-05-08 09:57:42.000,1021.0,5142479.0,https://anaconda.org/conda-forge/shortuuid,2022-06-20 05:51:48.480,176698.0,2.0,,,,,,,,,,,,,,,,,,, +231,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-03 08:49:06.000,2022-05-27 05:23:53,1184.0,3.0,197,32.0,131.0,26.0,277.0,1616,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,,140968.0,,django-cacheops,804.0,708.0,https://pypi.org/project/django-cacheops,2022-05-27 05:54:11.000,96.0,140968.0,,,,2.0,,,,,,,,,,,,,,,,,,, +232,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-06-10 04:23:39.000,2022-01-24 03:07:57,565.0,,249,27.0,244.0,66.0,230.0,1529,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,,116414.0,,django-rq,2345.0,1919.0,https://pypi.org/project/django-rq,2021-11-22 00:39:54.000,426.0,116414.0,,,,2.0,,,,,,,,,,,,,,,,,,, +233,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,,187,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,,2422873.0,conda-forge/user-agents,user-agents,4843.0,4372.0,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,471.0,2422381.0,https://anaconda.org/conda-forge/user-agents,2020-08-24 16:33:13.933,34507.0,3.0,,,,,,,,,,,,,,,,,,, +234,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,403994.0,,jsonfield,11850.0,9530.0,https://pypi.org/project/jsonfield,2021-12-15 13:49:44.321,2320.0,403993.0,,,,2.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,53.0,75.0,1119,A JOSE implementation in Python.,49.0,30,True,,2021-06-05 03:30:38.000,3.3.0,38.0,,5576628.0,conda-forge/python-jose,python-jose,661.0,,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,661.0,5555189.0,https://anaconda.org/conda-forge/python-jose,2021-06-26 10:05:59.498,986238.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,17.0,147,36.0,172.0,13.0,192.0,1089,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,,2589664.0,conda-forge/waitress,waitress,3510.0,,https://pypi.org/project/waitress,2022-05-30 21:46:19.000,3510.0,2588387.0,https://anaconda.org/conda-forge/waitress,2022-05-31 01:22:10.133,62590.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,1052,Fast HTTP parser.,13.0,30,True,,2022-02-22 18:55:52.000,0.4.0,19.0,,5349157.0,conda-forge/httptools,httptools,21970.0,21430.0,https://pypi.org/project/httptools,2022-02-22 18:55:52.000,540.0,5342212.0,https://anaconda.org/conda-forge/httptools,2022-04-09 05:58:00.632,388920.0,3.0,,,,,,,,,,,,,,,,,,, +238,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-20 09:01:37.000,2022-06-02 09:06:43,1058.0,9.0,248,40.0,326.0,23.0,136.0,960,Bootstrap 4 integration with Django.,138.0,30,True,['django'],2021-05-20 08:44:02.000,3.0.1,22.0,,137548.0,conda-forge/django-bootstrap4,django-bootstrap4,61909.0,60917.0,https://pypi.org/project/django-bootstrap4,2022-03-07 10:16:50.000,992.0,137196.0,https://anaconda.org/conda-forge/django-bootstrap4,2021-10-20 17:13:15.114,17984.0,2.0,,,,,,,,,,,,,,,,,,, +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-20 00:01:10.000,2022-06-19 23:41:46,399.0,8.0,245,23.0,259.0,36.0,156.0,918,A feature flipper for Django.,110.0,30,True,['django'],2022-06-05 16:49:51.000,2.5.0,43.0,,319725.0,conda-forge/django-waffle,django-waffle,1117.0,777.0,https://pypi.org/project/django-waffle,2022-06-05 16:49:51.000,340.0,319470.0,https://anaconda.org/conda-forge/django-waffle,2022-06-05 20:54:33.786,5371.0,2.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,909,Asset management for Python web development.,157.0,30,False,,2017-01-08 13:48:21.000,0.12.1,14.0,,194937.0,conda-forge/webassets,webassets,7433.0,5728.0,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1705.0,194267.0,https://anaconda.org/conda-forge/webassets,2019-12-24 13:40:58.186,46278.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-06-14 15:43:29.000,2022-06-12 17:21:18,988.0,26.0,167,29.0,243.0,48.0,509.0,875,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",54.0,30,True,,2022-06-12 17:21:26.000,1.23.2,146.0,,151040.0,,tavern,325.0,302.0,https://pypi.org/project/tavern,2022-06-12 17:33:57.000,23.0,151040.0,,,,2.0,,,,,,,,,,,,,,,,,,, +242,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-22 14:21:20.000,2022-06-14 16:06:21,741.0,108.0,109,11.0,208.0,5.0,132.0,868,Rate Limiting extension for Flask.,36.0,30,True,['flask'],2022-06-07 02:30:15.000,2.4.6,77.0,6.0,316096.0,,flask-limiter,4056.0,3679.0,https://pypi.org/project/flask-limiter,2022-06-07 02:29:56.000,377.0,316093.0,,,,1.0,,,,,,,,,,,,,,,,,,, +243,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-06-12 14:44:40.000,2022-04-01 20:32:48,274.0,15.0,126,16.0,80.0,45.0,66.0,839,A toolbar overlay for debugging Flask applications.,41.0,30,True,['flask'],2022-03-29 22:45:35.000,0.13.1,26.0,,115085.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,20699.0,17727.0,https://pypi.org/project/flask-debugtoolbar,2022-03-29 22:36:44.000,2972.0,114325.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2022-03-30 02:13:06.339,52505.0,2.0,,,,,,,,,,,,,,,,,,, +244,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-06-15 17:47:17.000,2022-05-26 19:20:41,351.0,2.0,117,10.0,180.0,37.0,102.0,788,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,,4514169.0,conda-forge/flask-cors,flask-cors,166250.0,158294.0,https://pypi.org/project/flask-cors,2021-01-06 00:25:41.000,7956.0,4504799.0,https://anaconda.org/conda-forge/flask-cors,2021-05-30 14:07:35.715,646560.0,1.0,,,,,,,,,,,,,,,,,,, +245,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,120,32.0,154.0,43.0,60.0,777,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,,1438228.0,conda-forge/parsel,parsel,22057.0,20491.0,https://pypi.org/project/parsel,2020-05-07 20:46:55.000,1566.0,1436714.0,https://anaconda.org/conda-forge/parsel,2020-06-02 18:37:07.000,39379.0,2.0,,,,,,,,,,,,,,,,,,, +246,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,18.0,57,11.0,44.0,1.0,41.0,303,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,,1104676.0,conda-forge/flask-bcrypt,flask-bcrypt,40859.0,37895.0,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2964.0,1104291.0,https://anaconda.org/conda-forge/flask-bcrypt,2018-10-22 23:50:17.511,27398.0,1.0,,,,,,,,,,,,,,,,,,, +247,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,4.0,38,10.0,32.0,66.0,265.0,202,Mako Templates for Python.,56.0,30,True,,2022-03-10 20:58:23.000,rel_1_2_0,62.0,,21746920.0,conda-forge/mako,mako,14137.0,,https://pypi.org/project/mako,2022-03-10 20:52:57.000,14137.0,21702366.0,https://anaconda.org/conda-forge/mako,2022-04-04 18:31:56.963,3163385.0,3.0,,,,,,,,,,,,,,,,,,, +248,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,69,16.0,57.0,3.0,61.0,190,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,20.0,30,True,,,,26.0,,212078131.0,conda-forge/idna,idna,37671.0,,https://pypi.org/project/idna,2021-10-12 23:33:38.000,37671.0,211807796.0,https://anaconda.org/conda-forge/idna,2022-01-17 15:34:09.394,18923460.0,3.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,200.0,98.0,121.0,165.0,7994,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,,67499.0,,google_images_download,109.0,,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,67499.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,76.0,101.0,92.0,184.0,5684,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,,20875.0,,grip,1197.0,1054.0,https://pypi.org/project/grip,2022-03-30 18:06:59.000,143.0,20875.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-20 09:32:32.000,2022-06-20 09:32:02,3769.0,151.0,505,110.0,189.0,548.0,1802.0,5042,Command-line program to download image galleries and collections from several image hosting sites.,62.0,29,True,,2022-06-04 17:47:30.000,1.22.1,118.0,202457.0,19073.0,,gallery-dl,5.0,,https://pypi.org/project/gallery-dl,2022-06-04 17:44:08.000,5.0,15699.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-19 11:36:01.000,2022-06-19 11:34:19,1314.0,14.0,720,166.0,395.0,34.0,304.0,3162,WeChat SDK for Python.,97.0,29,True,,2021-11-11 15:12:31.000,1.8.18,137.0,,4228.0,,wechatpy,126.0,,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,126.0,4228.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-06-23 09:11:39.000,2022-06-22 10:42:25,2920.0,325.0,1091,144.0,270.0,353.0,725.0,3144,HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.,35.0,29,True,,2022-06-17 15:02:40.000,4.1.4,147.0,1020.0,5396.0,,httprunner,8.0,1.0,https://pypi.org/project/httprunner,2022-06-17 14:55:55.000,7.0,5376.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-06-18 13:23:36.000,2022-06-16 20:06:17,1198.0,16.0,530,80.0,166.0,67.0,506.0,2956,WebRTC and ORTC implementation for Python using asyncio.,24.0,29,True,,2022-03-11 14:40:07.000,1.3.1,47.0,,35566.0,,aiortc,21.0,,https://pypi.org/project/aiortc,2022-04-17 14:22:13.000,21.0,35566.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,,932,164.0,500.0,83.0,292.0,2834,A Django based shop system.,95.0,29,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,5473.0,,django-shop,288.0,203.0,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,5473.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,2743,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,,1331525.0,conda-forge/fake-useragent,fake-useragent,16402.0,15554.0,https://pypi.org/project/fake-useragent,2018-10-04 15:02:12.000,848.0,1331320.0,https://anaconda.org/conda-forge/fake-useragent,2021-06-25 12:14:04.093,2469.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,17.0,409,142.0,109.0,24.0,438.0,2735,Fast and powerful SSL/TLS scanning library.,63.0,29,True,,2022-05-14 12:17:29.000,5.0.5,63.0,96145.0,293265.0,,sslyze,24.0,,https://pypi.org/project/sslyze,2022-05-14 12:16:30.000,24.0,292232.0,,,,3.0,,,,,,,,,,,,,,,,,,, +258,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,53.0,37.0,89.0,116.0,2289,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,,159722.0,conda-forge/yagmail,yagmail,2757.0,2329.0,https://pypi.org/project/yagmail,2022-01-14 00:28:35.000,428.0,159370.0,https://anaconda.org/conda-forge/yagmail,2022-01-14 03:42:40.624,11285.0,1.0,,,,,,,,,,,,,,,,,,, +259,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,,407,34.0,263.0,141.0,285.0,2114,REST implementation of Django authentication system.,103.0,29,True,['django'],2020-10-30 15:52:25.000,2.1.0,48.0,,127710.0,,djoser,216.0,,https://pypi.org/project/djoser,2020-10-30 15:52:25.000,216.0,127710.0,,,,3.0,,,,,,,,,,,,,,,,,,, +260,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,,315,110.0,50.0,4.0,,2028,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,,656928.0,,cloudscraper,7038.0,6961.0,https://pypi.org/project/cloudscraper,2022-03-15 12:33:17.000,77.0,656928.0,,,,2.0,,,,,,,,,,,,,,,,,,, +261,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,,210,62.0,65.0,107.0,113.0,1889,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,28.0,29,True,,,,46.0,,347936.0,conda-forge/js2py,js2py,9827.0,9684.0,https://pypi.org/project/js2py,2021-04-01 18:29:44.000,143.0,347755.0,https://anaconda.org/conda-forge/js2py,2021-04-09 07:12:53.147,4537.0,3.0,,,,,,,,,,,,,,,,,,, +262,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,54.0,167.0,4.0,116.0,1809,"Reusable, generic mixins for Django.",77.0,29,True,['django'],2021-11-05 21:41:41.000,1.15.0,31.0,,175528.0,conda-forge/django-braces,django-braces,16351.0,12392.0,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3959.0,174971.0,https://anaconda.org/conda-forge/django-braces,2018-07-08 01:10:50.307,32345.0,3.0,,,,,,,,,,,,,,,,,,, +263,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,1613,Full-featured Python interface for the Slack API.,45.0,29,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,788631.0,conda-forge/slacker,slacker,3737.0,2675.0,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1062.0,785677.0,https://anaconda.org/conda-forge/slacker,2020-02-28 19:46:11.049,212756.0,3.0,,,,,,,,,,,,,,,,,,, +264,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,1580,Quick and simple security for Flask applications.,127.0,29,False,['flask'],2017-06-14 13:28:38.000,3.0.0,26.0,,57438.0,conda-forge/flask-security,flask-security,7505.0,6152.0,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1353.0,56866.0,https://anaconda.org/conda-forge/flask-security,2017-09-18 17:08:03.109,35491.0,2.0,,,,,,,,,,,,,,,,,,, +265,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,,119,32.0,65.0,30.0,81.0,1489,"Awesome Django authorization, without the database.",25.0,29,True,['django'],2022-03-23 08:53:01.000,3.3.0,20.0,,90432.0,,rules,987.0,858.0,https://pypi.org/project/rules,2022-03-23 08:54:01.000,129.0,90432.0,,,,3.0,,,,,,,,,,,,,,,,,,, +266,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-06-12 15:44:27.000,2022-02-22 21:28:40,768.0,,219,24.0,191.0,78.0,120.0,1267,Convert HTML to Markdown-formatted text.,76.0,29,True,,2020-01-16 14:21:52.000,2020.1.16,36.0,,1406525.0,,html2text,2205.0,,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2205.0,1406525.0,,,,3.0,,,,,,,,,,,,,,,,,,, +267,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-06-04 15:14:51.000,2022-04-06 04:44:52,615.0,2.0,231,19.0,130.0,18.0,239.0,1131,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",46.0,29,True,['django'],2022-03-01 02:49:10.000,7.3.1,60.0,,386614.0,,django-countries,1539.0,,https://pypi.org/project/django-countries,2022-03-01 02:49:10.000,1539.0,386614.0,,,,3.0,,,,,,,,,,,,,,,,,,, +268,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-06-14 17:58:34.000,2022-05-29 14:32:44,170.0,9.0,200,19.0,52.0,9.0,92.0,1094,"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,,546260.0,conda-forge/flask-httpauth,flask-httpauth,2223.0,,https://pypi.org/project/flask-httpauth,2022-05-29 14:32:41.000,2223.0,544743.0,https://anaconda.org/conda-forge/flask-httpauth,2022-05-29 22:38:50.710,106215.0,3.0,,,,,,,,,,,,,,,,,,, +269,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,,175,42.0,195.0,78.0,168.0,1051,HTTP/2 for Python.,43.0,29,False,,2020-08-02 14:24:39.000,0.5.0,18.0,169.0,325298.0,conda-forge/hyper,hyper,1038.0,914.0,https://pypi.org/project/hyper,2016-09-27 12:58:42.000,124.0,324941.0,https://anaconda.org/conda-forge/hyper,2018-12-02 11:42:05.815,18884.0,3.0,,,,,,,,,,,,,,,,,,, +270,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,,199,38.0,97.0,64.0,66.0,1011,A Redis cache backend for django.,46.0,29,True,['django'],2020-10-15 00:17:01.000,3.0.0,52.0,,178317.0,conda-forge/django-redis-cache,django-redis-cache,4489.0,3331.0,https://pypi.org/project/django-redis-cache,2020-10-15 00:17:01.000,1158.0,177731.0,https://anaconda.org/conda-forge/django-redis-cache,2022-03-09 23:27:44.398,43959.0,3.0,,,,,,,,,,,,,,,,,,, +271,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,46.0,216.0,977,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,66.0,29,True,,2022-02-11 07:29:34.000,2022.02.11,43.0,110.0,583732.0,,imdbpy,122.0,,https://pypi.org/project/imdbpy,2021-04-18 11:23:35.000,122.0,583725.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,,, +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-06-13 06:59:58.000,2022-06-07 22:18:06,842.0,6.0,180,16.0,153.0,123.0,143.0,958,Authentication for Django Rest Framework.,160.0,29,True,['django'],2022-03-30 04:14:44.000,2.2.4,37.0,194.0,101673.0,conda-forge/dj-rest-auth,dj-rest-auth,3340.0,3333.0,https://pypi.org/project/dj-rest-auth,2022-03-30 04:12:19.000,7.0,101342.0,https://anaconda.org/conda-forge/dj-rest-auth,2022-03-30 09:28:29.454,3569.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,872,Django test runner using nose.,63.0,29,True,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,269462.0,,django-nose,12801.0,8400.0,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4401.0,269462.0,,,,2.0,,,,,,,,,,,,,,,,,,, +274,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,,76161.0,,flask-mongoengine,9129.0,7717.0,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1412.0,76161.0,,,,2.0,,,,,,,,,,,,,,,,,,, +275,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-06-23 08:16:02.000,2022-06-23 08:16:02,460.0,16.0,186,21.0,199.0,61.0,198.0,600,Management commands to help backup and restore your project database and media files.,57.0,29,True,['django'],2020-04-14 18:27:39.000,3.3.0,41.0,,45078.0,,django-dbbackup,1167.0,1010.0,https://pypi.org/project/django-dbbackup,2021-12-24 13:17:37.000,157.0,45078.0,,,,3.0,,,,,,,,,,,,,,,,,,, +276,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,540,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,,412642.0,conda-forge/flask-mail,flask-mail,54272.0,50345.0,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3927.0,411371.0,https://anaconda.org/conda-forge/flask-mail,2018-07-12 05:02:17.778,88983.0,1.0,,,,,,,,,,,,,,,,,,, +277,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,45.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,,34674.0,anaconda/cornice,cornice,1095.0,735.0,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,360.0,34598.0,https://anaconda.org/anaconda/cornice,2021-10-05 11:52:51.258,5885.0,3.0,,,,,,,,,,,,,,,,,,, +278,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,5.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,,90237.0,conda-forge/flask-seasurf,flask-seasurf,2196.0,1932.0,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,89094.0,https://anaconda.org/conda-forge/flask-seasurf,2022-04-05 08:40:51.518,78888.0,2.0,,,,,,,,,,,,,,,,,,, +279,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,,420,173.0,374.0,59.0,289.0,5600,The Web API toolkit.,89.0,28,True,['openapi'],2019-04-03 08:12:14.000,0.7.2,94.0,,11911.0,conda-forge/apistar,apistar,847.0,681.0,https://pypi.org/project/apistar,2019-04-03 08:12:14.000,166.0,9951.0,https://anaconda.org/conda-forge/apistar,2019-04-03 08:38:52.532,98038.0,3.0,,,,,,,,,,,,,,,,,,, +280,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-06-17 03:33:04.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,,45.0,,xadmin2,769.0,769.0,https://pypi.org/project/xadmin2,2019-12-09 13:36:33.000,,45.0,,,,2.0,,,,,,,,,,,,,,,,,,, +281,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2022-06-23 12:59:10.000,2022-06-23 12:59:10,77893.0,3604.0,814,219.0,18771.0,62.0,258.0,4597,Malicious traffic detection system.,35.0,28,True,,2022-05-31 22:11:06.000,0.46,35.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +282,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2022-06-22 20:26:11.000,2022-06-14 00:46:09,612.0,7.0,361,106.0,238.0,31.0,135.0,3957,A Python library for automating interaction with websites.,50.0,28,True,,2021-05-29 23:11:14.000,1.1.0,26.0,43.0,90451.0,conda-forge/mechanicalsoup,MechanicalSoup,264.0,,https://pypi.org/project/MechanicalSoup,2021-12-15 15:10:55.499,264.0,88538.0,https://anaconda.org/conda-forge/mechanicalsoup,2021-05-31 19:40:45.409,126323.0,2.0,,,,,,,,,,,,,,,,,,, +283,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000,2022-06-21 10:04:07.000,2022-06-20 06:41:26,967.0,45.0,224,58.0,136.0,51.0,391.0,3924,"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,60168.0,1308.0,,,26.0,26.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +284,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2022-06-20 13:17:52.000,2022-04-03 09:14:43,3309.0,1.0,296,78.0,1308.0,247.0,574.0,3857,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,,47954.0,,dredd_hooks,1035.0,826.0,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,5921.0,,,,2.0,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,171.0,42033.0,,,,,,,,,,,, +285,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,3779,"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,,16019.0,,goose3,234.0,211.0,https://pypi.org/project/goose3,2022-01-18 18:42:34.000,23.0,16019.0,,,,2.0,,,,,,,,,,,,,,,,,,, +286,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-06-21 15:17:00.000,2017-03-08 18:34:10,4395.0,,372,179.0,142.0,69.0,263.0,3508,IMAP/SMTP sync system with modern APIs.,74.0,28,False,,2022-06-21 15:17:00.000,5.9.1,49.0,,71876.0,,nylas,8.0,,https://pypi.org/project/nylas,2022-06-21 15:17:00.000,8.0,71876.0,,,,2.0,,,,,,,,,,,,,,,,,,, +287,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,3225,Scrape the Twitter Frontend API without authentication.,31.0,28,True,,2020-07-17 18:56:19.000,0.4.4,11.0,,17950.0,,twitter-scraper,3880.0,3868.0,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,17950.0,,,,3.0,,,,,,,,,,,,,,,,,,, +288,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2022-06-23 03:35:50.000,2022-06-22 14:53:06,874.0,26.0,281,44.0,47.0,46.0,111.0,3146,Write interactive web app in script way.,14.0,28,True,,2022-05-22 16:26:29.000,1.6.1,26.0,,18734.0,,pywebio,746.0,739.0,https://pypi.org/project/pywebio,2022-05-22 16:26:29.000,7.0,18734.0,,,,2.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,601,139.0,186.0,25.0,283.0,3087,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,,52963.0,conda-forge/websockify,websockify,823.0,519.0,https://pypi.org/project/websockify,2021-07-22 15:22:25.000,304.0,51169.0,https://anaconda.org/conda-forge/websockify,2022-04-17 22:46:50.248,41268.0,3.0,,,,,,,,,,,,,,,,,,, +290,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,2789,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,,23612.0,conda-forge/bjoern,bjoern,596.0,455.0,https://pypi.org/project/bjoern,2022-02-14 08:09:52.000,141.0,21993.0,https://anaconda.org/conda-forge/bjoern,2022-04-19 06:38:19.514,71266.0,3.0,,,,,,,,,,,,,,,,,,, +291,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,10.0,360,115.0,391.0,301.0,555.0,2454,A simple CalDAV (calendar) and CardDAV (contact) server.,93.0,28,True,,2022-04-20 16:06:33.000,3.1.7,57.0,,7769.0,,radicale,154.0,111.0,https://pypi.org/project/radicale,2022-04-20 16:12:24.000,43.0,7769.0,,,,3.0,,,,,,,,,,,,,,,,,,, +292,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-06-15 18:52:36.000,2022-05-04 14:35:52,841.0,1.0,314,85.0,231.0,26.0,224.0,2010,Easily share data across your company via SQL queries. From Grove Collab.,90.0,28,True,['django'],2022-03-10 17:51:30.000,2.4.1,28.0,,48344.0,,django-sql-explorer,369.0,295.0,https://pypi.org/project/django-sql-explorer,2022-03-10 17:49:10.000,74.0,48344.0,,,,3.0,,,,,,,,,,,,,,,,,,, +293,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-06-22 02:12:52.718,2022-06-21 08:01:35,612.0,57.0,186,31.0,488.0,2.0,201.0,1975,Ready-to-use and customizable users management for FastAPI.,46.0,28,True,['fastapi'],2022-06-21 08:05:18.000,10.1.1,84.0,,35824.0,conda-forge/fastapi-users,fastapi-users,9.0,,https://pypi.org/project/fastapi-users,2022-06-21 08:05:18.000,9.0,35264.0,https://anaconda.org/conda-forge/fastapi-users,2022-06-22 02:12:52.718,4484.0,3.0,,,,,,,,,,,,,,,,,,, +294,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-06-13 18:10:42.000,2022-05-10 16:03:34,390.0,2.0,541,65.0,269.0,140.0,266.0,1961,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,66.0,61724.0,,django-push-notifications,89.0,,https://pypi.org/project/django-push-notifications,2022-02-17 03:20:43.000,89.0,61724.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,,142,43.0,40.0,18.0,61.0,1936,Asynchronous Python HTTP Requests for Humans using Futures.,26.0,28,True,,2019-06-11 03:22:24.000,1.0.0,10.0,,1056559.0,conda-forge/requests-futures,requests-futures,5046.0,4100.0,https://pypi.org/project/requests-futures,2019-06-11 03:22:24.000,946.0,1054554.0,https://anaconda.org/conda-forge/requests-futures,2020-10-14 02:03:20.044,140360.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,,171,80.0,97.0,33.0,89.0,1593,"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,,196882.0,,rauth,986.0,,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,986.0,196882.0,,,,3.0,,,,,,,,,,,,,,,,,,, +297,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-06-21 09:42:53.000,2021-06-26 12:04:16,1246.0,,207,54.0,297.0,236.0,143.0,1530,A multiprocessing distributed task queue for Django.,62.0,28,True,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,72851.0,,django-q,75.0,,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,75.0,72851.0,,,,3.0,,,,,,,,,,,,,,,,,,, +298,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,1343,Improved Django model inheritance with automatic downcasting.,105.0,28,True,['django'],2021-11-18 11:55:38.000,3.1.0,40.0,,303290.0,conda-forge/django_polymorphic,django-polymorphic,154.0,,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,154.0,302593.0,https://anaconda.org/conda-forge/django_polymorphic,2021-11-18 16:21:32.309,51596.0,3.0,,,,,,,,,,,,,,,,,,, +299,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,,167,48.0,76.0,12.0,51.0,1322,Browsable web APIs for Flask.,32.0,28,True,['flask'],2021-06-15 21:00:49.000,3.0,32.0,,184736.0,,flask-api,5740.0,5056.0,https://pypi.org/project/flask-api,2021-06-15 20:58:27.000,684.0,184736.0,,,,2.0,,,,,,,,,,,,,,,,,,, +300,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,,8808.0,,django-angular,836.0,593.0,https://pypi.org/project/django-angular,2020-05-05 21:38:28.000,243.0,8808.0,,,,3.0,,,,,,,,,,,,,,,,,,, +301,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-06-22 12:43:31.000,2022-06-22 12:43:31,537.0,6.0,117,31.0,40.0,6.0,117.0,1135,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,,47568.0,,django-admin-interface,1762.0,1720.0,https://pypi.org/project/django-admin-interface,2022-05-14 13:55:59.000,42.0,47568.0,,,,2.0,,,,,,,,,,,,,,,,,,, +302,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,44.0,324.0,73.0,290.0,1047,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,,73590.0,conda-forge/spyne,spyne,567.0,475.0,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,92.0,72766.0,https://anaconda.org/conda-forge/spyne,2022-02-03 05:30:05.668,61006.0,3.0,,,,,,,,,,,,,,,,,,, +303,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2022-06-23 16:32:59.000,2022-06-17 16:08:44,804.0,5.0,232,49.0,271.0,70.0,298.0,918,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",62.0,28,True,,2021-08-30 18:54:20.000,1.9.7.2,21.0,,278307.0,conda-forge/dpkt,dpkt,1351.0,1030.0,https://pypi.org/project/dpkt,2021-12-15 13:42:03.674,321.0,276584.0,https://anaconda.org/conda-forge/dpkt,2021-09-06 12:49:11.383,70652.0,3.0,,,,,,,,,,,,,,,,,,, +304,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,890,Media-Management with Grappelli.,35.0,28,True,['django'],2022-01-12 13:11:27.000,3.14.3,38.0,,9136.0,,django-filebrowser,1062.0,790.0,https://pypi.org/project/django-filebrowser,2022-01-12 13:23:31.000,272.0,9136.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-06-02 19:19:58.000,2022-06-02 19:18:51,3994.0,13.0,236,39.0,266.0,27.0,412.0,832,A Django-based CMS with a focus on extensibility and concise code.,135.0,28,True,['django'],2022-06-02 19:19:42.000,22.4.0,106.0,,4675.0,,feincms,163.0,,https://pypi.org/project/feincms,2022-06-02 19:19:42.000,163.0,4675.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-23 06:55:34.000,2022-06-14 00:08:24,2426.0,30.0,123,39.0,391.0,73.0,80.0,805,werkzeug + twisted.web.,51.0,28,True,,2021-08-08 18:33:51.000,21.8.0,18.0,,32477.0,,klein,2030.0,1633.0,https://pypi.org/project/klein,2021-08-08 18:33:51.000,397.0,32477.0,,,,3.0,,,,,,,,,,,,,,,,,,, +307,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-06-17 16:04:42.000,2022-01-31 15:28:11,369.0,,130,18.0,147.0,50.0,85.0,764,Authentication Module for django rest auth.,42.0,28,True,['django'],2022-01-31 17:42:28.000,4.2.0,25.0,,64492.0,,django-rest-knox,7578.0,7403.0,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,175.0,64492.0,,,,3.0,,,,,,,,,,,,,,,,,,, +308,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-06-14 21:49:22.000,2021-06-24 09:49:29,66.0,,175,15.0,53.0,72.0,42.0,396,Server side session extension for Flask.,8.0,28,True,['flask'],2021-06-24 10:04:08.000,0.4.0,10.0,,1574481.0,,flask-session,22510.0,21442.0,https://pypi.org/project/flask-session,2021-06-24 10:04:08.000,1068.0,1574481.0,,,,2.0,,,,,,,,,,,,,,,,,,, +309,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-06-22 15:03:22.000,2022-06-22 15:03:22,199.0,33.0,69,7.0,148.0,42.0,57.0,270,PEP-484 stubs for django-rest-framework.,46.0,28,True,['django'],2022-06-22 09:27:26.000,1.7.0,14.0,,251104.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,1356.0,1298.0,https://pypi.org/project/djangorestframework-stubs,2022-06-22 09:27:26.000,58.0,251034.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2022-06-02 23:02:42.343,914.0,3.0,,,,,,,,,,,,,,,,,,, +310,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-06-14 18:13:18.000,2022-06-14 18:13:17,191.0,12.0,32,13.0,54.0,10.0,25.0,202,URI template parsing per RFC6570.,18.0,28,False,,2021-10-13 11:15:12.000,4.1.1,12.0,,24762976.0,conda-forge/uritemplate,uritemplate,3757.0,,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3757.0,24745583.0,https://anaconda.org/conda-forge/uritemplate,2021-10-13 19:20:40.871,1234906.0,3.0,,,,,,,,,,,,,,,,,,, +311,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,95.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,,49564398.0,conda-forge/soupsieve,soupsieve,2447.0,,https://pypi.org/project/soupsieve,2022-04-14 12:57:59.000,2447.0,49413204.0,https://anaconda.org/conda-forge/soupsieve,2021-12-03 17:00:51.007,6198991.0,2.0,,,,,,,,,,,,,,,,,,, +312,tyk,TykTechnologies/tyk,api-proxies,,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014-05-07 14:38:24.000,2022-06-23 14:15:05.000,2022-06-23 10:02:22,3916.0,126.0,882,275.0,2293.0,357.0,1549.0,7507,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",98.0,27,True,,2022-06-20 14:31:04.000,4.0.3,100.0,10179.0,122.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +313,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,99.0,4057,Requests + Gevent = 3.,28.0,27,True,,2020-04-05 14:27:35.000,0.6.0,6.0,,310497.0,conda-forge/grequests,grequests,3689.0,3026.0,https://pypi.org/project/grequests,2020-04-05 14:27:35.000,663.0,309733.0,https://anaconda.org/conda-forge/grequests,2020-04-22 02:04:17.085,52717.0,3.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,,396,74.0,109.0,139.0,109.0,3698,Unofficial Python API client for Notion.so.,31.0,27,False,,2021-02-05 05:11:13.000,0.0.28,21.0,,19882.0,,notion,634.0,600.0,https://pypi.org/project/notion,2021-02-05 05:11:13.000,34.0,19882.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-22 05:52:32.000,2019-05-21 10:57:50,891.0,,739,115.0,173.0,294.0,122.0,3294,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,,31740.0,,django-jet,2949.0,2671.0,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,31740.0,,,,3.0,,,,,,,,,,,,,,,,,,, +316,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,264.0,160.0,118.0,,2929,Python Client for Instagram API.,52.0,27,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,5203.0,,python-instagram,1107.0,740.0,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,5203.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,,1511.0,,gmusicapi,606.0,460.0,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,1511.0,,,,3.0,,,,,,,,,,,,,,,,,,, +318,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,,257,90.0,174.0,23.0,214.0,2191,Web Scraping Framework.,64.0,27,True,,2018-06-24 14:27:52.000,0.6.41,120.0,,2154.0,,grab,468.0,357.0,https://pypi.org/project/grab,2018-06-24 14:27:52.000,111.0,2154.0,,,,3.0,,,,,,,,,,,,,,,,,,, +319,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,,530,90.0,90.0,129.0,154.0,2071,Scrape Twitter for Tweets.,34.0,27,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,1616.0,,twitterscraper,465.0,442.0,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,1616.0,,,,3.0,,,,,,,,,,,,,,,,,,, +320,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,2049,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,,797.0,,django-blog-zinnia,659.0,495.0,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,797.0,,,,3.0,,,,,,,,,,,,,,,,,,, +321,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,,61796.0,,flask-sockets,22110.0,21662.0,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,61796.0,,,,3.0,,,,,,,,,,,,,,,,,,, +322,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,,181,89.0,166.0,52.0,36.0,1537,Python email address and Mime parsing library.,55.0,27,False,,2021-03-29 19:21:53.000,0.9.14,62.0,,57836.0,,flanker,343.0,251.0,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,92.0,57836.0,,,,2.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,1428,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,,3605.0,,django-facebook,494.0,376.0,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,3605.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-06-17 02:53:59.000,2022-05-03 05:03:01,654.0,3.0,170,35.0,214.0,126.0,142.0,1313,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,,5310.0,,,486.0,485.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,5310.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-23 16:09:20.000,2022-06-23 09:59:53,1556.0,127.0,101,17.0,838.0,106.0,551.0,1307,A modern API testing tool for web applications built with Open API and GraphQL specifications.,43.0,27,True,"['openapi', 'graphql']",2022-06-23 10:00:55.000,3.15.6,203.0,,56307.0,,schemathesis,4.0,,https://pypi.org/project/schemathesis,2022-06-23 10:07:03.000,4.0,56307.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,1233,"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,,57132.0,,django-extra-views,2229.0,1712.0,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,517.0,57132.0,,,,3.0,,,,,,,,,,,,,,,,,,, +327,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,,139,30.0,110.0,42.0,99.0,967,livereload server in python (MAINTAINERS NEEDED).,57.0,27,True,,2020-08-22 15:34:54.000,2.6.3,31.0,,507418.0,conda-forge/livereload,livereload,1610.0,,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1610.0,504448.0,https://anaconda.org/conda-forge/livereload,2020-08-22 16:48:00.872,219853.0,3.0,,,,,,,,,,,,,,,,,,, +328,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,4.0,71,16.0,101.0,13.0,129.0,955,AWS Lambda support for ASGI applications.,27.0,27,True,['fastapi'],2022-04-24 12:36:30.000,0.15.0,66.0,,224536.0,,mangum,884.0,879.0,https://pypi.org/project/mangum,2022-04-24 12:36:30.000,5.0,224536.0,,,,3.0,,,,,,,,,,,,,,,,,,, +329,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-06-05 18:30:57.000,2022-04-05 19:16:25,602.0,7.0,140,20.0,202.0,34.0,159.0,887,"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,,49709.0,conda-forge/flask-dance,flask-dance,2866.0,2701.0,https://pypi.org/project/flask-dance,2022-04-05 19:17:22.000,165.0,49505.0,https://anaconda.org/conda-forge/flask-dance,2019-06-07 12:49:07.512,7782.0,3.0,,,,,,,,,,,,,,,,,,, +330,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-06-11 12:40:43.000,2021-04-13 17:30:55,220.0,,114,37.0,104.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,,1580649.0,conda-forge/opentracing,opentracing,231.0,,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,231.0,1578213.0,https://anaconda.org/conda-forge/opentracing,2022-04-09 06:31:42.909,136441.0,2.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,,49,13.0,137.0,25.0,79.0,748,Flask + marshmallow for beautiful APIs.,17.0,27,True,['flask'],2020-09-28 03:38:46.000,0.14.0,18.0,,458550.0,conda-forge/flask-marshmallow,flask-marshmallow,18891.0,18091.0,https://pypi.org/project/flask-marshmallow,2020-09-28 03:38:46.000,800.0,457614.0,https://anaconda.org/conda-forge/flask-marshmallow,2020-09-28 06:55:48.753,63671.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-06-13 17:08:04.000,2022-03-25 21:26:13,745.0,,203,27.0,101.0,8.0,146.0,653,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,,12779.0,,django-paypal,2276.0,1987.0,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,12779.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,486,Unittest extensions for Flask.,33.0,27,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,347311.0,conda-forge/flask-testing,flask-testing,17682.0,15239.0,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2443.0,346494.0,https://anaconda.org/conda-forge/flask-testing,2020-12-24 18:39:23.520,56423.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-06-17 15:49:56.000,2022-06-04 10:53:05,205.0,7.0,125,9.0,27.0,19.0,89.0,484,Prometheus exporter for Flask applications.,23.0,27,True,['flask'],2022-06-04 11:00:14.000,0.20.2,63.0,,11302751.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,53.0,,https://pypi.org/project/prometheus-flask-exporter,2022-06-04 11:00:14.000,53.0,11291633.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2022-06-04 13:52:04.836,333564.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,451,Simple DNS resolver for asyncio.,24.0,27,False,,2021-05-14 08:52:08.000,3.0.0,15.0,,1706367.0,conda-forge/aiodns,aiodns,29099.0,28093.0,https://pypi.org/project/aiodns,2021-05-14 08:52:08.000,1006.0,1701260.0,https://anaconda.org/conda-forge/aiodns,2021-11-25 10:05:32.438,163440.0,3.0,,,,,,,,,,,,,,,,,,, +336,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-06-20 13:10:10.000,2022-06-20 13:10:10,182.0,1.0,147,14.0,94.0,19.0,93.0,384,i18n and l10n support for Flask based on Babel and pytz.,33.0,27,True,['flask'],2020-08-27 03:16:00.000,2.0.0,14.0,,2011184.0,conda-forge/flask-babel,flask-babel,16725.0,14083.0,https://pypi.org/project/flask-babel,2020-08-27 03:14:12.000,2642.0,2009912.0,https://anaconda.org/conda-forge/flask-babel,2020-08-28 13:16:34.928,90375.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,2022-06-19 07:51:23.000,2022-06-17 10:44:31,1627.0,4.0,156,33.0,345.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,,7744.0,,deform,919.0,723.0,https://pypi.org/project/deform,2020-12-10 12:40:05.000,196.0,7744.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,317,"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,,569134.0,conda-forge/webtest,webtest,13392.0,9407.0,https://pypi.org/project/webtest,2021-08-19 12:40:04.000,3985.0,568846.0,https://anaconda.org/conda-forge/webtest,2021-08-19 22:26:42.789,8942.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,27.0,73,5.0,14.0,3.0,120.0,277,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,,6832186.0,conda-forge/tifffile,tifffile,526.0,,https://pypi.org/project/tifffile,2022-05-04 05:45:00.000,526.0,6809935.0,https://anaconda.org/conda-forge/tifffile,2022-05-04 12:23:46.692,1757892.0,3.0,,,,,,,,,,,,,,,,,,, +340,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2022-06-19 07:29:41.000,2022-06-19 07:28:33,191.0,4.0,55,11.0,43.0,15.0,34.0,211,Python HTTP Agent Parser.,34.0,27,True,,2022-06-19 07:29:41.000,1.9.3,56.0,,185571.0,,httpagentparser,1076.0,813.0,https://pypi.org/project/httpagentparser,2022-06-19 07:29:41.000,263.0,185571.0,,,,3.0,,,,,,,,,,,,,,,,,,, +341,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000,2022-05-30 15:06:18.000,2022-04-12 14:48:31,3393.0,3.0,50,197.0,953.0,57.0,167.0,175,Python AsyncIO data API to manage billions of resources.,54.0,27,True,,2022-04-12 14:48:23.000,6.4.0,597.0,,7625.0,,guillotina,171.0,121.0,https://pypi.org/project/guillotina,2022-04-12 14:48:23.000,50.0,7625.0,,,,3.0,,,,,,,,,,,,,,,,,,, +342,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,141,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,,1296867.0,conda-forge/graphql-relay,graphql-relay,11418.0,10942.0,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,476.0,1293842.0,https://anaconda.org/conda-forge/graphql-relay,2022-04-16 18:45:39.858,172425.0,2.0,,,,,,,,,,,,,,,,,,, +343,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,467,213.0,331.0,356.0,469.0,3623,"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,,3685.0,,splash,10.0,,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,3685.0,,,,3.0,,,,,,,,,,,,,,,,,,, +344,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,96.0,256.0,54.0,169.0,3576,A familiar HTTP Service Framework for Python.,86.0,26,False,,2021-01-08 08:30:24.000,2.0.7,48.0,,5118.0,conda-forge/responder,responder,561.0,492.0,https://pypi.org/project/responder,2021-01-08 08:30:24.000,69.0,3507.0,https://anaconda.org/conda-forge/responder,2021-01-08 11:32:52.270,69301.0,3.0,,,,,,,,,,,,,,,,,,, +345,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,,162.0,,cactus,1534.0,1111.0,https://pypi.org/project/cactus,2016-02-21 17:10:55.000,423.0,162.0,,,,3.0,,,,,,,,,,,,,,,,,,, +346,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-06-22 15:27:53.000,2022-06-22 15:27:17,603.0,36.0,185,55.0,133.0,112.0,213.0,3046,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",55.0,26,True,,2022-06-03 09:01:50.000,.0.18.0,42.0,,40510.0,conda-forge/django-ninja,django-ninja,9.0,,https://pypi.org/project/django-ninja,2022-06-03 09:02:30.000,9.0,40371.0,https://anaconda.org/conda-forge/django-ninja,2022-06-10 20:17:11.713,695.0,3.0,,,,,,,,,,,,,,,,,,, +347,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-06-20 21:46:33.000,2022-05-28 10:49:41,7476.0,35.0,648,136.0,1189.0,130.0,2821.0,2563,The free and open-source Download Manager written in pure Python.,210.0,26,True,,2020-02-20 21:04:56.000,0.4.20,41.0,81249.0,3711.0,,pyload-ng,1.0,,https://pypi.org/project/pyload-ng,2022-05-28 11:04:18.000,1.0,2930.0,,,,3.0,,,,,,,,,,,,,,,,,,, +348,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,130.0,38.0,108.0,326.0,2404,Python framework for Telegram Bot API.,10.0,26,False,,,,78.0,,45390.0,,telepot,3589.0,3097.0,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,492.0,45390.0,,,,3.0,,,,,,,,,,,,,,,,,,, +349,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,1.0,128,37.0,48.0,22.0,82.0,2271,URL parsing and manipulation made easy.,15.0,26,True,,2021-09-27 21:31:14.000,2.1.3,51.0,,989761.0,conda-forge/furl,furl,593.0,,https://pypi.org/project/furl,2021-09-27 21:31:14.000,593.0,986770.0,https://anaconda.org/conda-forge/furl,2021-09-28 03:15:46.493,176492.0,3.0,,,,,,,,,,,,,,,,,,, +350,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,2207,Reusable workflow library for Django.,31.0,26,True,['django'],2022-04-05 06:26:44.000,1.11.0,39.0,,4286.0,,django-viewflow,261.0,229.0,https://pypi.org/project/django-viewflow,2022-04-05 06:26:44.000,32.0,4286.0,,,,3.0,,,,,,,,,,,,,,,,,,, +351,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,,2746.0,,django-admin-bootstrapped,2294.0,1498.0,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,796.0,2746.0,,,,3.0,,,,,,,,,,,,,,,,,,, +352,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,43.0,51.0,30.0,50.0,1392,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,,62461.0,conda-forge/meinheld,meinheld,1060.0,758.0,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,302.0,61983.0,https://anaconda.org/conda-forge/meinheld,2020-10-13 12:52:10.892,12448.0,3.0,,,,,,,,,,,,,,,,,,, +353,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-06-04 22:20:37.000,2020-08-07 18:38:18,97.0,,132,29.0,37.0,39.0,22.0,1283,Adds GraphQL support to your Flask application.,15.0,26,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,184420.0,conda-forge/flask-graphql,flask-graphql,2402.0,2190.0,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,212.0,184093.0,https://anaconda.org/conda-forge/flask-graphql,2022-01-21 14:44:40.498,10791.0,3.0,,,,,,,,,,,,,,,,,,, +354,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,1225,Official repository for gevent-socketio.,59.0,26,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,2805.0,,gevent-socketio,1567.0,1314.0,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,2805.0,,,,3.0,,,,,,,,,,,,,,,,,,, +355,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,33.0,84.0,21.0,194.0,1014,"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,,11419.0,,django-watson,598.0,487.0,https://pypi.org/project/django-watson,2022-02-20 17:00:11.000,111.0,11419.0,,,,3.0,,,,,,,,,,,,,,,,,,, +356,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,978,"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,,13120.0,conda-forge/flask-user,flask-user,2442.0,2209.0,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,233.0,12368.0,https://anaconda.org/conda-forge/flask-user,2021-05-30 20:48:32.415,51917.0,3.0,,,,,,,,,,,,,,,,,,, +357,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,,241,25.0,153.0,10.0,219.0,943,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,,25899.0,,django-jenkins,1864.0,1258.0,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,25899.0,,,,3.0,,,,,,,,,,,,,,,,,,, +358,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-22 18:43:27.000,2022-06-21 10:45:59,1256.0,82.0,318,31.0,1528.0,148.0,969.0,940,OpenTelemetry Python API and SDK.,148.0,26,True,,2022-05-17 20:51:10.000,1.12.0rc1,41.0,,10628.0,conda-forge/opentelemetry-api,timing-asgi,,,https://pypi.org/project/timing-asgi,2020-11-13 11:48:35.000,,7616.0,https://anaconda.org/conda-forge/opentelemetry-api,2022-04-22 04:42:02.320,63258.0,2.0,,,,,,,,,,,,,,,,,,, +359,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,20.0,160.0,44.0,137.0,916,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,,88031.0,conda-forge/django-configurations,django-configurations,2931.0,2270.0,https://pypi.org/project/django-configurations,2022-01-25 09:50:51.000,661.0,87596.0,https://anaconda.org/conda-forge/django-configurations,2020-10-13 14:25:12.025,24824.0,3.0,,,,,,,,,,,,,,,,,,, +360,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,49.0,284.0,899,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,,51761.0,,django-summernote,227.0,,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,227.0,51761.0,,,,3.0,,,,,,,,,,,,,,,,,,, +361,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,887,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,,51833.0,conda-forge/django-rosetta,django-rosetta,2407.0,1801.0,https://pypi.org/project/django-rosetta,2021-12-08 08:49:34.000,606.0,51679.0,https://anaconda.org/conda-forge/django-rosetta,2021-12-08 11:30:25.751,3547.0,3.0,,,,,,,,,,,,,,,,,,, +362,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,856,WebSocket emulation - Python server.,35.0,26,False,,2020-04-24 15:02:06.000,1.0.7,11.0,,28170.0,conda-forge/sockjs-tornado,sockjs-tornado,2880.0,2128.0,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,752.0,28118.0,https://anaconda.org/conda-forge/sockjs-tornado,2021-07-06 23:21:40.898,574.0,3.0,,,,,,,,,,,,,,,,,,, +363,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-06-22 08:25:59.000,2022-03-23 14:37:36,860.0,,88,12.0,85.0,31.0,49.0,833,"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,,72633.0,,mixer,307.0,,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,307.0,72633.0,,,,3.0,,,,,,,,,,,,,,,,,,, +364,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,806,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,,18830.0,,django-floppyforms,3175.0,1960.0,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1215.0,18830.0,,,,3.0,,,,,,,,,,,,,,,,,,, +365,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,773,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,,99395.0,conda-forge/django-cleanup,django-cleanup,7927.0,7603.0,https://pypi.org/project/django-cleanup,2022-01-24 23:16:25.000,324.0,99228.0,https://anaconda.org/conda-forge/django-cleanup,2022-01-26 06:57:12.605,5710.0,3.0,,,,,,,,,,,,,,,,,,, +366,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-09 09:28:28.000,2022-02-22 09:48:18,405.0,,141,22.0,96.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,,34023.0,,django-markdownx,1876.0,1755.0,https://pypi.org/project/django-markdownx,2022-01-03 15:34:41.000,121.0,34023.0,,,,3.0,,,,,,,,,,,,,,,,,,, +367,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,671,Parameterized testing with any Python test framework.,24.0,26,False,,2021-01-09 20:35:16.000,0.8.1,11.0,,3188429.0,conda-forge/parameterized,parameterized,6758.0,6179.0,https://pypi.org/project/parameterized,2021-01-09 20:35:16.000,579.0,3184564.0,https://anaconda.org/conda-forge/parameterized,2021-01-10 03:06:41.186,208727.0,3.0,,,,,,,,,,,,,,,,,,, +368,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,21.0,84.0,104.0,64.0,591,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,,284242.0,conda-forge/flask-apispec,flask-apispec,945.0,904.0,https://pypi.org/project/flask-apispec,2022-03-30 02:50:06.000,41.0,282593.0,https://anaconda.org/conda-forge/flask-apispec,2022-03-30 15:21:54.669,105587.0,2.0,,,,,,,,,,,,,,,,,,, +369,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,27.0,94.0,64.0,67.0,582,A set of high-level abstractions for Django forms.,67.0,26,True,['django'],,,5.0,,268711.0,,django-formtools,9112.0,7897.0,https://pypi.org/project/django-formtools,2021-04-19 03:58:32.000,1215.0,268711.0,,,,3.0,,,,,,,,,,,,,,,,,,, +370,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,543,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,68345.0,conda-forge/treq,treq,1383.0,969.0,https://pypi.org/project/treq,2022-02-09 07:29:49.000,414.0,67433.0,https://anaconda.org/conda-forge/treq,2022-01-30 18:10:19.801,61098.0,3.0,,,,,,,,,,,,,,,,,,, +371,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,514,Useful additions to Djangos default TestCase.,29.0,26,True,['django'],2021-05-19 19:11:32.000,2.2.0,34.0,,60977.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,60551.0,https://anaconda.org/conda-forge/django-test-plus,2018-01-12 22:38:58.564,24708.0,3.0,,,,,,,,,,,,,,,,,,, +372,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-06-15 14:47:23.000,2022-06-15 14:47:02,1269.0,43.0,66,17.0,61.0,34.0,117.0,506,"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,,181120.0,,trafilatura,177.0,172.0,https://pypi.org/project/trafilatura,2022-05-18 15:55:15.000,5.0,181120.0,,,,3.0,,,,,,,,,,,,,,,,,,, +373,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,455,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,,1501713.0,conda-forge/flask-swagger,flask-swagger,5368.0,5036.0,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,332.0,1500806.0,https://anaconda.org/conda-forge/flask-swagger,2019-04-20 13:39:31.818,56253.0,3.0,,,,,,,,,,,,,,,,,,, +374,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,427,Flask webassets integration.,38.0,26,False,['flask'],2011-10-12 14:37:19.000,0.6.2,15.0,,112636.0,conda-forge/flask-assets,flask-assets,8417.0,6368.0,https://pypi.org/project/flask-assets,2019-12-20 21:37:28.000,2049.0,112157.0,https://anaconda.org/conda-forge/flask-assets,2019-12-24 17:28:27.011,32611.0,2.0,,,,,,,,,,,,,,,,,,, +375,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-06-11 12:56:04.000,2022-06-11 12:56:04,317.0,2.0,76,7.0,87.0,10.0,59.0,423,A set of pytest fixtures to test Flask applications.,30.0,26,True,['flask'],2021-02-27 03:48:05.000,1.2.0,29.0,,273836.0,conda-forge/pytest-flask,pytest-flask,8331.0,,https://pypi.org/project/pytest-flask,2021-02-27 03:48:05.000,8331.0,272896.0,https://anaconda.org/conda-forge/pytest-flask,2021-02-27 13:56:28.462,55475.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-06-22 13:28:15.000,2022-06-21 05:49:01,219.0,9.0,49,8.0,76.0,39.0,43.0,218,OpenAPI Spec validator.,32.0,26,True,,2022-01-28 04:58:28.000,0.4.0,23.0,,1555804.0,conda-forge/openapi-spec-validator,openapi-spec-validator,171.0,,https://pypi.org/project/openapi-spec-validator,2022-06-21 05:55:51.000,171.0,1554519.0,https://anaconda.org/conda-forge/openapi-spec-validator,2022-01-28 14:43:59.211,39842.0,3.0,,,,,,,,,,,,,,,,,,, +377,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,8521,"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,,369.0,,http-prompt,49.0,41.0,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,8.0,369.0,,,,3.0,,,,,,,,,,,,,,,,,,, +378,instagram_private_api,ping/instagram_private_api,third-party-apis,,https://github.com/ping/instagram_private_api,https://github.com/ping/instagram_private_api,MIT,2017-01-12 11:54:19.000,2022-06-04 23:33:40.000,2019-11-14 10:11:13,444.0,,529,115.0,51.0,104.0,217.0,2446,A Python library to access Instagrams private API.,5.0,25,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,23110.0,,instagram_private_api,12.0,,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,12.0,23110.0,,,,3.0,,,,,,,,,,,,,,,,,,, +379,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-14 14:30:12.000,2022-05-05 11:45:30,295.0,6.0,255,61.0,102.0,45.0,277.0,2402,Soundcloud Music Downloader.,48.0,25,True,,2022-05-05 11:46:56.000,2.7.1,47.0,,866.0,,scdl,52.0,46.0,https://pypi.org/project/scdl,2022-05-05 11:46:56.000,6.0,866.0,,,,3.0,,,,,,,,,,,,,,,,,,, +380,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,2387,"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,,1260.0,,igramscraper,138.0,136.0,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,1260.0,,,,3.0,,,,,,,,,,,,,,,,,,, +381,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-17 17:03:55.000,2022-06-08 17:58:35,1944.0,16.0,546,122.0,299.0,29.0,301.0,2211,A classic Forum Software in Python using Flask.,64.0,25,True,['flask'],2021-09-09 20:26:21.000,2.1.0,4.0,,69.0,,FlaskBB,35.0,27.0,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,8.0,69.0,,,,2.0,,,,,,,,,,,,,,,,,,, +382,web2py,web2py/web2py,web-frameworks,,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008-11-07 06:08:58.000,2022-06-04 18:12:08.000,2022-06-04 18:11:51,8229.0,6.0,856,218.0,1400.0,352.0,687.0,1997,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,,,,,,,,,,,,,,,,,,, +383,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,1790,A pure-python HTML screen-scraping library.,23.0,25,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,452.0,,scrapely,226.0,122.0,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,104.0,452.0,,,,3.0,,,,,,,,,,,,,,,,,,, +384,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,1695,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,,589.0,conda-forge/offlineimap,offlineimap,26.0,19.0,https://pypi.org/project/offlineimap,2021-08-02 23:10:14.000,7.0,223.0,https://anaconda.org/conda-forge/offlineimap,2022-04-15 13:07:52.802,3297.0,3.0,,,,,,,,,,,,,,,,,,, +385,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-06-03 07:04:32.000,2022-06-03 06:57:29,384.0,1.0,219,31.0,627.0,44.0,53.0,1378,A toolkit for developing and deploying serverless Python code in AWS Lambda.,48.0,25,True,,2021-01-05 04:42:47.000,11.8.0,49.0,,3292.0,,python-lambda,195.0,162.0,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,3292.0,,,,3.0,,,,,,,,,,,,,,,,,,, +386,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,1270,A drop-in replacement for Djangos runserver.,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,4188.0,,django-devserver,424.0,355.0,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,4188.0,,,,3.0,,,,,,,,,,,,,,,,,,, +387,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2017-11-10 20:10:33.000,2022-06-10 01:16:48.000,2022-06-10 01:16:36,931.0,10.0,62,20.0,18.0,7.0,123.0,1072,Quart is a Python ASGI web microframework with the same API as Flask.,66.0,25,True,,2022-03-26 20:55:35.000,0.17.0,22.0,,221696.0,conda-forge/quart,quart,29.0,,https://pypi.org/project/quart,2022-03-26 20:55:35.000,29.0,220808.0,https://anaconda.org/conda-forge/quart,2022-03-28 18:16:05.424,36433.0,3.0,,,,,,,,,,,,,,,,,,, +388,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-20 01:45:50.000,2022-05-27 08:21:53,516.0,25.0,105,18.0,569.0,70.0,137.0,1046,"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,,118807.0,,datamodel-code-generator,23.0,,https://pypi.org/project/datamodel-code-generator,2022-05-27 08:24:42.000,23.0,118807.0,,,,3.0,,,,,,,,,,,,,,,,,,, +389,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,35.0,103.0,39.0,86.0,986,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,,1520.0,,authomatic,255.0,,https://pypi.org/project/authomatic,2019-11-27 16:10:13.000,255.0,1520.0,,,,3.0,,,,,,,,,,,,,,,,,,, +390,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,14.0,62.0,13.0,33.0,942,"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,,59138.0,,django-lifecycle,127.0,122.0,https://pypi.org/project/django-lifecycle,2022-05-29 00:00:04.000,5.0,59138.0,,,,3.0,,,,,,,,,,,,,,,,,,, +391,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,25.0,72.0,18.0,124.0,936,"No effort, no worry, maximum performance.",29.0,25,True,['django'],2022-02-25 00:00:36.000,2.5.1,39.0,,37834.0,conda-forge/django-cachalot,django-cachalot,504.0,421.0,https://pypi.org/project/django-cachalot,2022-02-25 00:00:36.000,83.0,37169.0,https://anaconda.org/conda-forge/django-cachalot,2018-08-09 22:39:22.114,37912.0,3.0,,,,,,,,,,,,,,,,,,, +392,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,830,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,,8347.0,,django-cache-machine,342.0,230.0,https://pypi.org/project/django-cache-machine,2019-02-18 02:51:30.000,112.0,8347.0,,,,3.0,,,,,,,,,,,,,,,,,,, +393,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,13.0,65,29.0,69.0,21.0,274.0,766,The web framework for inventors.,21.0,25,True,,2022-05-23 08:00:28.000,2.4.10,100.0,,389.0,,emmett,26.0,23.0,https://pypi.org/project/emmett,2022-05-23 07:57:34.000,3.0,389.0,,,,3.0,,,,,,,,,,,,,,,,,,, +394,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,62,22.0,34.0,6.0,41.0,713,Official Notion SDK rewritten in Python (sync + async).,14.0,25,True,,2022-04-18 14:54:22.000,1.0.0,11.0,,81826.0,conda-forge/notion-client,notion-client,191.0,174.0,https://pypi.org/project/notion-client,2022-04-18 14:51:04.000,17.0,81705.0,https://anaconda.org/conda-forge/notion-client,2022-04-21 22:10:14.821,849.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,112.0,117.0,30.0,53.0,690,Extract embedded metadata from HTML markup.,31.0,25,True,,2021-07-26 10:46:49.000,0.13.0,21.0,,41053.0,,extruct,459.0,429.0,https://pypi.org/project/extruct,2021-07-26 10:46:49.000,30.0,41053.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-13 20:07:59.000,2022-04-13 16:54:35,207.0,21.0,64,10.0,210.0,25.0,85.0,547,Object factory for Django.,40.0,25,True,['django'],2022-04-05 22:32:07.000,1.5.0,14.0,,352083.0,conda-forge/model_bakery,model_bakery,14.0,,https://pypi.org/project/model_bakery,2022-04-05 22:32:07.000,14.0,351853.0,https://anaconda.org/conda-forge/model_bakery,2022-04-06 06:41:09.345,6227.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-23 00:11:54.000,2022-06-15 16:12:07,924.0,29.0,123,52.0,173.0,89.0,160.0,538,User-oriented Web UI browser tests in Python.,35.0,25,True,,2022-06-15 16:24:55.000,2.0.0b4,65.0,,15000.0,,selene,15.0,,https://pypi.org/project/selene,2022-06-15 16:26:19.000,15.0,15000.0,,,,3.0,,,,,,,,,,,,,,,,,,, +398,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-06-13 18:11:20.000,2022-04-23 10:58:59,309.0,3.0,89,13.0,72.0,18.0,42.0,381,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,,28161.0,,django-robots,1462.0,907.0,https://pypi.org/project/django-robots,2022-01-08 12:09:10.000,555.0,28161.0,,,,3.0,,,,,,,,,,,,,,,,,,, +399,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,,11496.0,,pysimplesoap,983.0,856.0,https://pypi.org/project/pysimplesoap,2017-12-03 17:09:17.000,127.0,11496.0,,,,3.0,,,,,,,,,,,,,,,,,,, +400,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-06-18 07:00:31.000,2022-06-18 07:00:29,245.0,9.0,42,7.0,32.0,39.0,71.0,348,A delightful and complete interface to GitHubs amazing API.,12.0,25,True,,2022-06-13 21:14:04.000,0.1.21,21.0,,329317.0,,ghapi,383.0,355.0,https://pypi.org/project/ghapi,2022-06-13 21:14:04.000,28.0,329317.0,,,,3.0,,,,,,,,,,,,,,,,,,, +401,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,342,"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,9961.0,,django-cas-ng,395.0,321.0,https://pypi.org/project/django-cas-ng,2022-01-09 02:02:49.000,74.0,9957.0,,,,3.0,,,,,,,,,,,,,,,,,,, +402,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,13.0,42,5.0,46.0,4.0,38.0,340,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,10919.0,,fastapi_login,229.0,227.0,https://pypi.org/project/fastapi_login,2022-05-27 10:22:30.000,2.0,10919.0,,,,3.0,,,,,,,,,,,,,,,,,,, +403,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-06-13 16:39:36.000,2022-05-08 23:10:18,257.0,13.0,40,11.0,156.0,20.0,41.0,326,"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,,1272421.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,1260820.0,https://anaconda.org/conda-forge/markdown-it-py,2022-04-18 18:11:03.748,313251.0,3.0,,,,,,,,,,,,,,,,,,, +404,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,,27,9.0,9.0,16.0,34.0,274,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,,385695.0,,hypercorn,2522.0,2517.0,https://pypi.org/project/hypercorn,2021-12-23 16:59:14.000,5.0,385695.0,,,,3.0,,,,,,,,,,,,,,,,,,, +405,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012-10-07 12:21:45.000,2022-01-12 17:27:37.466,2022-01-09 06:07:10,150.0,,79,8.0,33.0,5.0,62.0,254,Pagination support for flask.,27.0,25,True,['flask'],2022-01-12 14:45:43.000,2022.1.8,34.0,39.0,29144.0,conda-forge/flask-paginate,flask-paginate,2301.0,2255.0,https://pypi.org/project/flask-paginate,2022-01-09 06:06:39.000,46.0,28876.0,https://anaconda.org/conda-forge/flask-paginate,2022-01-12 17:27:37.466,9094.0,3.0,,,,,,,,,,,,,,,,,,, +406,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,,98,12.0,114.0,24.0,60.0,251,Graphene MongoEngine integration.,29.0,25,True,['graphql'],2022-01-14 08:59:07.000,0.2.14,32.0,,9226.0,conda-forge/graphene-mongo,graphene-mongo,291.0,278.0,https://pypi.org/project/graphene-mongo,2022-01-14 08:57:22.000,13.0,9069.0,https://anaconda.org/conda-forge/graphene-mongo,2020-06-30 21:31:16.669,4246.0,3.0,,,,,,,,,,,,,,,,,,, +407,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-06-16 06:57:51.299,2022-06-15 00:02:48,191.0,10.0,33,7.0,31.0,11.0,37.0,240,Adds Injector support to Flask.,12.0,25,True,['flask'],2022-06-15 00:12:31.000,0.14.0,27.0,,40058.0,conda-forge/flask-injector,flask_injector,729.0,664.0,https://pypi.org/project/flask_injector,2022-06-15 00:12:31.000,65.0,39940.0,https://anaconda.org/conda-forge/flask-injector,2022-06-16 06:57:51.299,1653.0,3.0,,,,,,,,,,,,,,,,,,, +408,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,233,"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,,13153.0,,mocket,94.0,67.0,https://pypi.org/project/mocket,2022-05-17 19:03:55.000,27.0,13153.0,,,,3.0,,,,,,,,,,,,,,,,,,, +409,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,1700689.0,conda-forge/flask-openid,flask-openid,7063.0,5718.0,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1345.0,1699269.0,https://anaconda.org/conda-forge/flask-openid,2021-11-04 16:20:37.930,95078.0,3.0,,,,,,,,,,,,,,,,,,, +410,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,,4879368.0,conda-forge/ipaddress,ipaddress,6750.0,,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6750.0,4866269.0,https://anaconda.org/conda-forge/ipaddress,2019-10-18 02:37:29.309,916974.0,3.0,,,,,,,,,,,,,,,,,,, +411,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2022-06-17 17:10:28.000,2022-06-17 12:10:11,3770.0,63.0,978,284.0,317.0,349.0,1647.0,14826,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,, +412,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-06-14 04:32:46.000,2022-03-16 08:18:56,325.0,,1259,321.0,84.0,38.0,66.0,8745,Incredibly fast crawler designed for OSINT.,21.0,24,True,,2019-04-05 15:15:47.000,1.3.0,18.0,,318.0,,photon,5.0,,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,318.0,,,,3.0,,,,,,,,,,,,,,,,,,, +413,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,,588,364.0,39.0,86.0,65.0,8557,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,,143.0,,japronto,141.0,111.0,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,30.0,143.0,,,,3.0,,,,,,,,,,,,,,,,,,, +414,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-22 07:21:22.000,2022-06-22 07:21:14,2060.0,82.0,577,94.0,153.0,74.0,420.0,5183,A cron monitoring tool written in Python & Django.,70.0,24,True,,2022-06-13 11:57:49.000,2.2.1,37.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,,333,109.0,31.0,57.0,30.0,3609,Your friendly neighborhood web scraper.,10.0,24,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,4851.0,,robobrowser,1016.0,834.0,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,4851.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,254,64.0,24.0,27.0,34.0,2939,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,,32772.0,,helium,237.0,228.0,https://pypi.org/project/helium,2021-09-03 06:49:57.000,9.0,32772.0,,,,3.0,,,,,,,,,,,,,,,,,,, +417,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-06-07 17:33:39.000,2022-03-31 19:56:40,478.0,2.0,370,93.0,114.0,71.0,,1884,Alexa Skills Kit for Python.,41.0,24,True,['flask'],2018-02-28 21:57:01.000,0.9.8,34.0,,495.0,,flask-ask,858.0,725.0,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,133.0,495.0,,,,3.0,,,,,,,,,,,,,,,,,,, +418,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,1549,Server-side rendering of React components.,21.0,24,True,,2018-10-08 09:55:41.000,4.3.0,15.0,,5272.0,,react,502.0,454.0,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,5272.0,,,,3.0,,,,,,,,,,,,,,,,,,, +419,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,,178222.0,conda-forge/flask-bootstrap,flask-bootstrap,5507.0,,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5507.0,178027.0,https://anaconda.org/conda-forge/flask-bootstrap,2018-07-09 17:35:26.581,9192.0,3.0,,,,,,,,,,,,,,,,,,, +420,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,1252,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,,4501.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,4501.0,,,,,,,,,,,, +421,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,163.0,256.0,101.0,75.0,1203,A scalable frontier for web crawlers.,41.0,24,False,,2019-04-05 16:36:41.000,0.8.1,22.0,,475.0,,frontera,45.0,30.0,https://pypi.org/project/frontera,2021-12-15 16:07:14.221,15.0,475.0,,,,3.0,,,,,,,,,,,,,,,,,,, +422,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,5.0,176,31.0,84.0,16.0,129.0,981,Multi-user accounts for Django projects.,45.0,24,True,['django'],2022-03-17 00:19:14.000,2.0.2,51.0,,25995.0,conda-forge/django-organizations,django-organizations,37.0,,https://pypi.org/project/django-organizations,2022-03-17 00:19:14.000,37.0,25888.0,https://anaconda.org/conda-forge/django-organizations,2021-09-23 10:46:51.034,2695.0,3.0,,,,,,,,,,,,,,,,,,, +423,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-06-20 07:38:59.000,2022-06-20 07:38:57,432.0,28.0,58,18.0,375.0,4.0,37.0,876,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,,60818.0,,django-split-settings,111.0,,https://pypi.org/project/django-split-settings,2021-08-14 15:06:05.000,111.0,60818.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,,, +424,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,693,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,,96024.0,,django-solo,1792.0,1490.0,https://pypi.org/project/django-solo,2021-12-13 07:47:26.000,302.0,96024.0,,,,3.0,,,,,,,,,,,,,,,,,,, +425,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-06-23 14:04:06.000,2022-06-21 06:10:27,1179.0,34.0,35,14.0,372.0,60.0,185.0,605,Create highly interactive web pages purely in Python.,8.0,24,True,,2022-06-20 20:22:17.000,0.39.0,94.0,,2927.0,,idom,11.0,6.0,https://pypi.org/project/idom,2022-06-20 20:22:17.000,5.0,2927.0,,,,3.0,,,,,,,,,,,,,,,,,,, +426,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,580,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,,21250.0,conda-forge/micawber,micawber,946.0,753.0,https://pypi.org/project/micawber,2021-07-12 14:05:33.000,193.0,21106.0,https://anaconda.org/conda-forge/micawber,2021-07-14 07:34:13.620,2456.0,3.0,,,,,,,,,,,,,,,,,,, +427,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2022-06-21 19:43:07.000,2022-06-21 19:43:01,274.0,8.0,43,12.0,8.0,5.0,44.0,548,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,,36578.0,,selectolax,321.0,301.0,https://pypi.org/project/selectolax,2022-03-21 12:32:52.000,20.0,36578.0,,,,3.0,,,,,,,,,,,,,,,,,,, +428,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2022-06-22 20:47:14.000,2022-04-29 06:18:49,712.0,1.0,82,14.0,44.0,25.0,77.0,482,"A fast, extensible and spec-compliant Markdown parser in pure Python.",26.0,24,True,,2022-02-09 21:00:17.000,0.8.2,22.0,212.0,58749.0,,mistletoe,457.0,404.0,https://pypi.org/project/mistletoe,2022-02-09 21:00:17.000,53.0,58746.0,,,,3.0,,,,,,,,,,,,,,,,,,, +429,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-06-22 00:24:58.000,2022-06-17 13:11:49,763.0,24.0,22,10.0,451.0,4.0,28.0,454,"#1 quality TLS certs while you wait, for the discerning tester.",17.0,24,True,,2021-08-12 20:04:59.000,0.9.0,12.0,,38234.0,conda-forge/trustme,trustme,286.0,242.0,https://pypi.org/project/trustme,2021-08-12 20:04:59.000,44.0,38058.0,https://anaconda.org/conda-forge/trustme,2021-08-12 23:02:22.099,3349.0,3.0,,,,,,,,,,,,,,,,,,, +430,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,,76,21.0,97.0,14.0,78.0,425,Content Security Policy for Django.,48.0,24,True,['django'],2013-11-19 23:16:37.000,2.0.3,12.0,,285446.0,,django-csp,14.0,,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000,14.0,285446.0,,,,3.0,,,,,,,,,,,,,,,,,,, +431,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2021-09-18 00:03:01.000,2014-07-30 05:44:44,181.0,,184,35.0,51.0,108.0,35.0,379,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,,129907.0,,python-whois,690.0,455.0,https://pypi.org/project/python-whois,2020-06-17 15:45:47.000,235.0,129907.0,,,,3.0,,,,,,,,,,,,,,,,,,, +432,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,2.0,72,6.0,142.0,36.0,43.0,364,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,41.0,24,True,,2022-01-10 22:39:59.000,0.7.3,23.0,,282006.0,,aioresponses,127.0,,https://pypi.org/project/aioresponses,2022-01-10 22:39:59.000,127.0,282006.0,,,,3.0,,,,,,,,,,,,,,,,,,, +433,pyshorteners,ellisonleao/pyshorteners,third-party-apis,,https://github.com/ellisonleao/pyshorteners,https://github.com/ellisonleao/pyshorteners,GPL-3.0,2013-09-30 18:33:24.000,2022-06-06 19:18:46.000,2022-06-06 19:18:46,431.0,1.0,59,16.0,92.0,1.0,,337,Generating short urls with python has never been easier.,24.0,24,True,,2020-03-19 17:55:20.000,1.0.1,27.0,,131701.0,,pyshorteners,5795.0,5710.0,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,85.0,131701.0,,,,3.0,,,,,,,,,3.0,,,,,,,,,, +434,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-23 14:16:04.000,2022-06-23 14:16:02,468.0,70.0,61,15.0,185.0,4.0,56.0,262,Basic JSON-RPC implementation for your Flask-powered sites.,15.0,24,True,['flask'],2022-05-13 23:49:45.000,2.2.1,15.0,,352.0,,rpc,208.0,202.0,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,352.0,,,,3.0,,,,,,,,,,,,,,,,,,, +435,pytest-splinter,pytest-dev/pytest-splinter,testing,,https://github.com/pytest-dev/pytest-splinter,https://github.com/pytest-dev/pytest-splinter,MIT,2014-02-16 17:03:35.000,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,,16855.0,,pytest-splinter,500.0,384.0,https://pypi.org/project/pytest-splinter,2020-12-25 19:34:28.000,116.0,16855.0,,,,3.0,,,,,,,,,,,,,,,,,,, +436,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-06-21 06:35:29.000,2022-06-21 06:34:55,380.0,20.0,47,7.0,151.0,5.0,71.0,191,API spec validator and OpenAPI document generator for Python web frameworks.,24.0,24,True,['openapi'],2022-06-13 06:29:03.000,0.10.1,58.0,,14847.0,,spectree,39.0,37.0,https://pypi.org/project/spectree,2022-06-13 06:29:03.000,2.0,14847.0,,,,3.0,,,,,,,,,,,,,,,,,,, +437,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000,2022-06-14 07:03:56.000,2020-11-25 05:17:55,1147.0,,78,12.0,197.0,43.0,134.0,95,Pyramid debug toolbar.,65.0,24,False,['pyramid'],2020-02-11 00:38:09.000,4.6.1,62.0,,1112982.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,32.0,,https://pypi.org/project/pyramid_debugtoolbar,2020-11-25 05:21:32.000,32.0,1112832.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2021-03-03 21:19:47.418,2257.0,3.0,,,,,,,,,-2.0,,,,,,,,,, +438,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,214.0,33.0,62.0,28.0,6305,Real-time metrics for nginx server.,9.0,23,False,,2020-12-21 00:51:09.000,0.0.3,3.0,,2393.0,,ngxtop,42.0,32.0,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,10.0,2393.0,,,,3.0,,,,,,,,,,,,,,,,,,, +439,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01.000,2022-03-07 09:41:54.000,2022-03-07 09:40:46,226.0,,829,74.0,78.0,108.0,113.0,3036,A tool for extracting plain text from Wikipedia dumps.,30.0,23,True,,2021-10-14 12:34:58.000,3.0.6,4.0,,1769.0,,wikiextractor,154.0,149.0,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,5.0,1769.0,,,,3.0,,,,,,,,,,,,,,,,,,, +440,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,,709,140.0,27.0,88.0,78.0,2991,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,9.0,23,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,5819.0,,proxybroker,12.0,,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,5819.0,,,,3.0,,,,,,,,,,,,,,,,,,, +441,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,11.0,328,66.0,265.0,66.0,376.0,2394,urlwatch monitors webpages for you.,83.0,23,True,,,,34.0,,5218.0,,urlwatch,2.0,,https://pypi.org/project/urlwatch,2022-03-15 13:45:11.000,2.0,5218.0,,,,3.0,,,,,,,,,,,,,,,,,,, +442,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-05 21:12:56.000,2022-05-26 22:00:39,5164.0,4.0,478,97.0,310.0,63.0,1008.0,2208,"Misago is fully featured modern forum application that is fast, scalable and responsive.",36.0,23,True,,2020-05-25 20:23:24.000,0.27.0,43.0,,,,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +443,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-06-20 17:27:31.000,2020-12-21 15:15:51,250.0,,202,60.0,194.0,31.0,52.0,1836,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,,447.0,,sandman2,28.0,22.0,https://pypi.org/project/sandman2,2020-09-08 18:00:11.000,6.0,447.0,,,,3.0,,,,,,,,,,,,,,,,,,, +444,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,,173,68.0,143.0,57.0,149.0,1765,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,,152.0,,wooey,36.0,35.0,https://pypi.org/project/wooey,2020-04-16 02:56:01.000,1.0,152.0,,,,3.0,,,,,,,,,,,,,,,,,,, +445,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,1671,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,,11383.0,,requestium,67.0,61.0,https://pypi.org/project/requestium,2022-04-17 03:33:29.000,6.0,11383.0,,,,3.0,,,,,,,,,,,,,,,,,,, +446,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,1547,An improbable web debugger through WebSockets.,22.0,23,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,6018.0,,wdb,149.0,118.0,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,31.0,6018.0,,,,3.0,,,,,,,,,,,,,,,,,,, +447,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,,37.0,,django-admin2,38.0,24.0,https://pypi.org/project/django-admin2,2017-01-10 17:47:14.000,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, +448,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,85.0,94.0,131.0,114.0,1104,Python Rest Testing.,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,14.0,,2785.0,conda-forge/pyresttest,pyresttest,127.0,102.0,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,25.0,1869.0,https://anaconda.org/conda-forge/pyresttest,2021-09-07 14:49:34.650,44921.0,3.0,,,,,,,,,,,,,,,,,,, +449,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,926,Beautifully simple class-based views.,31.0,23,True,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,5608.0,,django-vanilla-views,795.0,548.0,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,5608.0,,,,3.0,,,,,,,,,,,,,,,,,,, +450,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2022-06-20 07:06:28.000,2022-01-20 14:55:31,1149.0,,40,23.0,433.0,9.0,131.0,821,GraphQL Engine built with Python 3.6+ / asyncio.,27.0,23,True,,2021-11-15 11:05:03.000,1.4.1,80.0,,3501.0,,tartiflette,18.0,,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,18.0,3501.0,,,,3.0,,,,,,,,,,,,,,,,,,, +451,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,810,HTTP security headers for Flask.,19.0,23,False,['flask'],2022-03-17 14:23:42.000,1.0.0,14.0,,415156.0,,flask-talisman,103.0,,https://pypi.org/project/flask-talisman,2022-03-17 14:23:42.000,103.0,415156.0,,,,3.0,,,,,,,,,,,,,,,,,,, +452,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-06-08 07:20:55.000,2022-02-18 06:50:34,448.0,,83,12.0,72.0,45.0,36.0,762,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,11028.0,,fastapi-crudrouter,101.0,97.0,https://pypi.org/project/fastapi-crudrouter,2022-01-27 06:54:13.000,4.0,11028.0,,,,1.0,,,,,,,,,,,,,,,,,,, +453,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-06-18 17:29:07.000,2022-03-31 13:52:06,299.0,4.0,864,10.0,66.0,27.0,92.0,582,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",29.0,23,True,['django'],2022-03-31 13:56:44.000,1.6.13,59.0,,11397.0,,martor,23.0,,https://pypi.org/project/martor,2022-03-31 13:55:03.000,23.0,11397.0,,,,3.0,,,,,,,,,,,,,,,,,,, +454,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,,145237.0,,httmock,2294.0,1687.0,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,607.0,145237.0,,,,3.0,,,,,,,,,,,,,,,,,,, +455,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,382,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,,20985.0,,django-stronghold,469.0,356.0,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,20985.0,,,,3.0,,,,,,,,,,,,,,,,,,, +456,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,369,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,,18043.0,,django-smuggler,214.0,141.0,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,18043.0,,,,3.0,,,,,,,,,,,,,,,,,,, +457,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,329,HTTP request/response parser for python in C.,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,32760.0,,http-parser,532.0,451.0,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,81.0,32760.0,,,,3.0,,,,,,,,,,,,,,,,,,, +458,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,297,A Python wrapper for ngrok.,8.0,23,True,,2021-08-25 06:11:54.000,5.1.0,77.0,,86837.0,conda-forge/pyngrok,pyngrok,58.0,,https://pypi.org/project/pyngrok,2021-08-25 06:11:54.000,58.0,85036.0,https://anaconda.org/conda-forge/pyngrok,2021-08-25 08:34:40.227,45034.0,3.0,,,,,,,,,,,,,,,,,,, +459,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,277,"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,,40192.0,,purl,2346.0,1968.0,https://pypi.org/project/purl,2021-05-15 21:05:39.000,378.0,40192.0,,,,3.0,,,,,,,,,,,,,,,,,,, +460,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-03 14:18:26.000,2022-06-03 14:15:39,296.0,10.0,32,81.0,167.0,47.0,55.0,214,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",35.0,23,True,"['flask', 'openapi']",2022-06-03 14:18:26.000,2.2.1,43.0,,5584.0,,flask-rebar,4.0,,https://pypi.org/project/flask-rebar,2022-06-03 14:18:26.000,4.0,5584.0,,,,3.0,,,,,,,,,,,,,,,,,,, +461,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-03 07:17:00.000,2022-06-03 06:41:14,626.0,5.0,98,12.0,238.0,65.0,105.0,162,OpenAPI core.,48.0,23,True,,2021-05-14 11:26:33.000,0.14.2,41.0,,124355.0,conda-forge/openapi-core,openapi-core,25.0,,https://pypi.org/project/openapi-core,2022-06-03 06:44:27.000,25.0,124143.0,https://anaconda.org/conda-forge/openapi-core,2021-05-17 11:42:41.430,2977.0,3.0,,,,,,,,,,,,,,,,,,, +462,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,3.0,58,18.0,104.0,6.0,55.0,73,Jinja2 templating system bindings for the Pyramid web framework.,49.0,23,False,['pyramid'],2022-03-20 03:07:14.000,2.9.2,40.0,,1112463.0,anaconda/pyramid_jinja2,pyramid_jinja2,61.0,,https://pypi.org/project/pyramid_jinja2,2022-03-27 23:00:42.000,61.0,1112451.0,https://anaconda.org/anaconda/pyramid_jinja2,2021-09-08 10:24:54.530,993.0,1.0,,,,,,,,,,,,,,,,,,BSD-based, +463,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,272.0,103.0,145.0,56.0,5727,"Fast, asynchronous and elegant Python web framework.",28.0,22,False,,2017-09-04 00:40:01.000,0.1.0,8.0,,84.0,,vibora,96.0,82.0,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,84.0,,,,3.0,,,,,,,,,,,,,,,,,,, +464,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,,472,122.0,18.0,7.0,39.0,4464,"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,,1642.0,,autoscraper,179.0,179.0,https://pypi.org/project/autoscraper,2021-01-23 17:11:12.000,,1642.0,,,,3.0,,,,,,,,,,,,,,,,,,, +465,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,566,122.0,51.0,49.0,147.0,2758,"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,,731.0,,gerapy,132.0,124.0,https://pypi.org/project/gerapy,2021-12-30 08:03:58.000,8.0,731.0,,,,3.0,,,,,,,,,,,,,,,,,,, +466,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-06-10 12:55:01.000,2022-02-01 14:48:24,3573.0,,250,86.0,701.0,68.0,108.0,2155,Load and performance benchmark tool.,99.0,22,False,,2021-09-10 16:12:35.000,1.17.8,38.0,,63.0,,yandextank,10.0,7.0,https://pypi.org/project/yandextank,2021-09-10 16:12:35.000,3.0,63.0,,,,3.0,,,,,,,,,,,,,,,,,,, +467,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,1602,A Python Static Website Generator.,43.0,22,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,79.0,,hyde,153.0,87.0,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,79.0,,,,3.0,,,,,,,,,,,,,,,,,,, +468,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-06-10 10:55:32.000,2022-06-08 00:50:52,335.0,4.0,194,27.0,28.0,30.0,62.0,1338,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",8.0,22,True,['fastapi'],2022-06-08 00:51:01.000,0.1.4,26.0,,1564.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,1564.0,,,,3.0,,,,,,,,,,,,,,,,,,, +469,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-06-10 10:55:32.000,2022-06-08 00:50:52,335.0,4.0,194,27.0,28.0,30.0,62.0,1338,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",8.0,22,True,['fastapi'],2022-06-08 00:51:01.000,0.1.4,26.0,,1564.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,1564.0,,,,1.0,,,,,,,,,,,,,,,,,,, +470,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,719,Freezes a Flask application into a set of static files.,25.0,22,True,['flask'],2017-06-26 22:54:01.000,0.15,17.0,63.0,35755.0,conda-forge/frozen-flask,frozen-flask,584.0,,https://pypi.org/project/frozen-flask,2021-06-15 08:43:05.000,584.0,34813.0,https://anaconda.org/conda-forge/frozen-flask,2018-07-12 06:45:26.588,65019.0,3.0,,,,,,,,,,,,,,,,,,, +471,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,628,Automatically monitor the evolving performance of Flask/Python web services.,30.0,22,True,['flask'],2021-11-06 10:10:29.000,3.1.1,45.0,,7896.0,,flask-monitoringdashboard,12.0,,https://pypi.org/project/flask-monitoringdashboard,2021-11-06 10:10:29.000,12.0,7896.0,,,,3.0,,,,,,,,,,,,,,,,,,, +472,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-06-06 22:26:07.000,2022-05-24 18:11:31,248.0,4.0,128,16.0,116.0,62.0,65.0,464,"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,,34266.0,,django-easy-audit,148.0,138.0,https://pypi.org/project/django-easy-audit,2022-05-24 18:20:27.000,10.0,34266.0,,,,3.0,,,,,,,,,,,,,,,,,,, +473,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-21 22:41:00.000,2022-06-10 02:05:54,543.0,9.0,81,13.0,372.0,71.0,163.0,391,Generate modern Python clients from OpenAPI.,37.0,22,True,['openapi'],2022-06-10 02:07:27.000,0.11.3,49.0,,33293.0,conda-forge/openapi-python-client,openapi-python-client,1.0,,https://pypi.org/project/openapi-python-client,2022-06-10 02:07:27.000,1.0,33003.0,https://anaconda.org/conda-forge/openapi-python-client,2022-06-10 07:16:15.780,2905.0,3.0,,,,,,,,,,,,,,,,,,, +474,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,,29149.0,conda-forge/flask-moment,flask-moment,2266.0,,https://pypi.org/project/flask-moment,2021-07-16 09:29:29.000,2266.0,28659.0,https://anaconda.org/conda-forge/flask-moment,2021-07-16 11:43:04.802,33875.0,3.0,,,,,,,,,,,,,,,,,,, +475,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-06-18 11:31:02.000,2022-06-08 14:33:04,241.0,4.0,48,9.0,50.0,4.0,61.0,334,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",27.0,22,True,['fastapi'],2022-06-08 14:34:58.000,1.0.9,68.0,,35486.0,,fastapi-mail,8.0,,https://pypi.org/project/fastapi-mail,2022-06-08 14:34:58.000,8.0,35486.0,,,,3.0,,,,,,,,,,,,,,,,,,, +476,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-06-22 07:54:08.000,2022-06-22 07:45:21,113.0,14.0,14,4.0,42.0,4.0,28.0,262,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,5.0,22,True,['fastapi'],2022-06-22 07:54:08.000,0.3.4,16.0,,114220.0,,starlette-context,13.0,,https://pypi.org/project/starlette-context,2022-06-22 07:54:08.000,13.0,114220.0,,,,3.0,,,,,,,,,3.0,,,,,,,,,, +477,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,,6202.0,,velruse,300.0,262.0,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,38.0,6202.0,,,,3.0,,,,,,,,,,,,,,,,,,, +478,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,20918.0,,flask-excel,843.0,771.0,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,20918.0,,,,3.0,,,,,,,,,,,,,,,,,,, +479,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,,6600.0,,reppy,180.0,136.0,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,44.0,6600.0,,,,3.0,,,,,,,,,,,,,,,,,,, +480,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,,31,7.0,167.0,21.0,127.0,140,Declarative HTTP Testing for Python and anything else.,28.0,22,True,,2022-03-22 19:57:13.000,2.7.1,121.0,,9789.0,,gabbi,109.0,,https://pypi.org/project/gabbi,2022-03-22 19:57:13.000,109.0,9789.0,,,,3.0,,,,,,,,,,,,,,,,,,, +481,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-06-22 05:06:10.000,2022-04-08 16:40:33,473.0,10.0,23,5.0,39.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,,11651.0,,streaming-form-data,37.0,34.0,https://pypi.org/project/streaming-form-data,2022-03-27 10:48:04.000,3.0,11651.0,,,,3.0,,,,,,,,,,,,,,,,,,, +482,pyscript,pyscript/pyscript,web-ui,,https://github.com/pyscript/pyscript,https://github.com/pyscript/pyscript,Apache-2.0,2022-02-21 04:55:20.000,2022-06-23 16:22:35.000,2022-06-23 16:22:33,483.0,446.0,902,175.0,255.0,152.0,148.0,13325,Home Page: https://pyscript.net Examples: https://pyscript.net/examples.,75.0,21,True,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,True +483,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-06-09 16:50:11.000,2022-06-04 11:03:37,281.0,14.0,938,494.0,63.0,46.0,223.0,11330,Offensive Google framework.,26.0,21,True,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +484,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,155.0,269.0,163.0,295.0,5306,"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,,,,,,,,,,,,,,,,,,, +485,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-09 13:05:55.000,2022-06-09 13:05:54,1456.0,45.0,693,84.0,1240.0,7.0,170.0,4121,"A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and..",68.0,21,True,['flask'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +486,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,,221,73.0,36.0,10.0,31.0,1929,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,,187.0,,snallygaster,3.0,3.0,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,187.0,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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,170,39.0,58.0,4.0,90.0,1594,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,572.0,,ruia,64.0,55.0,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,9.0,572.0,,,,3.0,,,,,,,,,,,,,,,,,,, +488,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,,86.0,,cola,12.0,10.0,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,86.0,,,,3.0,,,,,,,,,,,,,,,,,,, +489,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,,85,24.0,57.0,34.0,31.0,690,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,,22419.0,,flask-profiler,7.0,,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,7.0,22419.0,,,,3.0,,,,,,,,,,,,,,,,,,, +490,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,418,Adds simple SQLAlchemy support to FastAPI.,5.0,21,False,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,34561.0,,fastapi-sqlalchemy,604.0,603.0,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,1.0,34561.0,,,,2.0,,,,,,,,,,,,,,,,,,, +491,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2022-06-02 20:52:21.000,2022-05-05 07:55:43,2992.0,13.0,110,41.0,377.0,50.0,166.0,383,"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,,,,,,,,,,,,,,,,,,, +492,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,22.0,86.0,379,Load Testing Tool.,12.0,21,True,,2017-03-22 08:05:08.000,0.6.2,19.0,,17117.0,,molotov,92.0,80.0,https://pypi.org/project/molotov,2022-01-25 15:32:12.000,12.0,17117.0,,,,3.0,,,,,,,,,,,,,,,,,,, +493,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-03 14:27:19.000,2022-06-03 14:27:11,1238.0,10.0,66,15.0,39.0,2.0,74.0,346,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,15.0,21,True,"['flask', 'openapi']",2021-12-29 16:07:00.000,2.12.2,69.0,,864.0,,safrs,55.0,54.0,https://pypi.org/project/safrs,2021-12-29 16:03:30.000,1.0,864.0,,,,3.0,,,,,,,,,,,,,,,,,,, +494,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-06-17 09:46:13.000,2022-06-17 09:46:13,276.0,1.0,75,19.0,56.0,57.0,44.0,286,Django registration and authentication with GraphQL.,16.0,21,True,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,7279.0,,django-graphql-auth,422.0,422.0,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,7279.0,,,,3.0,,,,,,,,,,,,,,,,,,, +495,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,129.0,36970.0,conda-forge/mailer,mailer,83.0,,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,83.0,35915.0,https://anaconda.org/conda-forge/mailer,2021-07-01 11:13:17.243,47452.0,3.0,,,,,,,,,,,,,,,,,,, +496,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,,206589.0,,python-jwt,54.0,,https://pypi.org/project/python-jwt,2021-12-27 14:15:17.000,54.0,206589.0,,,,3.0,,,,,,,,,,,,,,,,,,, +497,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,187,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,5752.0,,flask-s3,486.0,398.0,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,88.0,5752.0,,,,3.0,,,,,,,,,,,,,,,,,,, +498,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,,39,5.0,11.0,17.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,,94191.0,,flask-ngrok,1764.0,1754.0,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,10.0,94191.0,,,,3.0,,,,,,,,,,,,,,,,,,, +499,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,,21915.0,,pyramid_mailer,115.0,,https://pypi.org/project/pyramid_mailer,2016-12-13 20:48:50.000,115.0,21915.0,,,,3.0,,,,,,,,,,,,,,,,,,, +500,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,,337,125.0,19.0,6.0,20.0,5147,curl statistics made simple.,4.0,20,False,,2020-12-24 05:55:02.000,1.3.1,8.0,117.0,3449.0,,httpstat,13.0,13.0,https://pypi.org/project/httpstat,2020-12-24 05:55:02.000,,3448.0,,,,3.0,,,,,,,,,,,,,,,,,,, +501,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,3275,Every web site provides APIs.,12.0,20,True,,2021-06-28 01:56:50.000,2.1.3,40.0,,110.0,,toapi,8.0,,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,110.0,,,,3.0,,,,,,,,,,,,,,,,,,, +502,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,1681,A Pythonic interface for Google Mail.,14.0,20,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,7791.0,,gmail,19.0,,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,19.0,7791.0,,,,3.0,,,,,,,,,,,,,,,,,,, +503,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,985,A Django app to accept payments from various payment processors via Pluggable backends.,49.0,20,False,['django'],,,9.0,,178.0,,django-merchant,29.0,23.0,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,178.0,,,,3.0,,,,,,,,,,,,,,,,,,, +504,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000,2021-04-24 18:18:14.000,2021-04-24 18:18:10,160.0,,56,18.0,26.0,12.0,32.0,659,"The simple, fast, and modern web scraping library.",16.0,20,False,,2020-10-09 12:51:41.000,1.1,19.0,,20479.0,,gazpacho,173.0,167.0,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,6.0,20479.0,,,,3.0,,,,,,,,,,,,,,,,,,, +505,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,560,Web Content Retrieval for Humans.,15.0,20,True,,2021-08-20 14:34:18.000,0.11.11,38.0,,2087.0,,lassie,37.0,28.0,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,2087.0,,,,3.0,,,,,,,,,,,,,,,,,,, +506,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,,491.0,,tornadio2,265.0,183.0,https://pypi.org/project/tornadio2,2012-10-22 08:16:33.000,82.0,491.0,,,,3.0,,,,,,,,,,,,,,,,,,, +507,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,42.0,81.0,27.0,38.0,522,Restful API framework wrapped around MongoEngine.,18.0,20,True,['flask'],2019-08-26 10:57:49.000,0.3.0,7.0,,135.0,,Flask-MongoRest,75.0,48.0,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,135.0,,,,3.0,,,,,,,,,,,,,,,,,,, +508,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2022-06-17 07:33:44.000,2022-06-17 07:33:36,161.0,16.0,38,11.0,45.0,20.0,35.0,452,A rate limiter for Starlette and FastAPI.,16.0,20,True,['fastapi'],2021-08-28 15:32:49.000,0.1.5,5.0,,30976.0,,slowapi,1.0,,https://pypi.org/project/slowapi,2021-08-28 15:32:49.000,1.0,30976.0,,,,2.0,,,,,,,,,2.0,,,,,,,,,, +509,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/aminalaee/sqladmin,https://github.com/aminalaee/sqladmin,BSD-3-Clause,2021-12-22 10:09:54.000,2022-06-23 13:35:10.000,2022-06-23 08:06:06,121.0,49.0,54,5.0,135.0,13.0,41.0,452,SQLAlchemy Admin for Starlette/FastAPI.,14.0,20,True,['fastapi'],2022-06-23 08:12:49.000,0.1.11,13.0,,5470.0,,sqladmin,,,https://pypi.org/project/sqladmin,2022-06-23 08:12:49.000,,5470.0,,,,2.0,,,,,,,,,,,,,,,,,,,True +510,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,,11370.0,,flask-praetorian,8.0,,https://pypi.org/project/flask-praetorian,2021-12-02 22:57:39.000,8.0,11370.0,,,,3.0,,,,,,,,,,,,,,,,,,, +511,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-06-07 03:33:10.000,2021-10-28 10:23:04,126.0,,25,5.0,23.0,9.0,18.0,203,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,,48780.0,,flask_pydantic,159.0,157.0,https://pypi.org/project/flask_pydantic,2021-10-28 10:24:52.000,2.0,48780.0,,,,3.0,,,,,,,,,,,,,,,,,,, +512,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,192,Prometheus exporter for Starlette and FastAPI.,13.0,20,True,['fastapi'],2022-05-23 04:47:55.000,0.13.0,16.0,,283757.0,,starlette_exporter,4.0,,https://pypi.org/project/starlette_exporter,2022-05-23 04:25:14.000,4.0,283757.0,,,,2.0,,,,,,,,,,,,,,,,,,, +513,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,,65950.0,,python-graphql-client,251.0,239.0,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,12.0,65950.0,,,,3.0,,,,,,,,,,,,,,,,,,, +514,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,,40,12.0,26.0,18.0,13.0,132,OpenTracing instrumentation for the Flask microframework.,15.0,20,False,['flask'],2019-10-22 00:20:30.000,1.1.0,12.0,,196919.0,,Flask-Opentracing,338.0,311.0,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,27.0,196919.0,,,,3.0,,,,,,,,,,,,,,,,,,, +515,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,,23857.0,,aresponses,326.0,278.0,https://pypi.org/project/aresponses,2022-01-29 05:43:19.000,48.0,23857.0,,,,3.0,,,,,,,,,,,,,,,,,,, +516,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,78,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,,56347.0,conda-forge/markdown-include,markdown-include,1942.0,1730.0,https://pypi.org/project/markdown-include,2020-08-20 23:10:25.000,212.0,55940.0,https://anaconda.org/conda-forge/markdown-include,2020-11-01 23:43:24.312,7740.0,3.0,,,,,,,,,,,,,,,,,,, +517,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-07 12:26:23.000,2022-06-07 12:26:22,247.0,24.0,87,42.0,71.0,,13.0,653,A Modular Penetration Testing Framework.,9.0,19,True,,2022-05-01 02:07:57.000,3.2.7,27.0,,790.0,,fsociety,2.0,2.0,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,790.0,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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,,28,16.0,7.0,1.0,20.0,630,Fast C based HTML 5 parsing for python.,6.0,19,True,,2021-09-22 07:01:46.000,0.4.10,18.0,,46491.0,,html5-parser,15.0,,https://pypi.org/project/html5-parser,2021-09-22 07:01:46.000,15.0,46491.0,,,,3.0,,,,,,,,,,,,,,,,,,, +519,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-07 01:12:05.000,2022-03-24 01:23:45,306.0,,50,13.0,208.0,36.0,21.0,512,This code generator creates FastAPI app from an openapi file.,13.0,19,True,"['fastapi', 'openapi']",2022-05-13 04:12:02.000,0.3.5,35.0,,1561.0,,fastapi-code-generator,,,https://pypi.org/project/fastapi-code-generator,2022-05-13 04:12:02.000,,1561.0,,,,2.0,,,,,,,,,,,,,,,,,,, +520,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,,60,7.0,14.0,38.0,34.0,378,"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,,32330.0,,fastapi-jwt-auth,6.0,,https://pypi.org/project/fastapi-jwt-auth,2020-11-06 11:10:56.000,6.0,32330.0,,,,3.0,,,,,,,,,,,,,,,,,,, +521,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,,110.0,,tinkerer,104.0,74.0,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,110.0,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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,,551.0,,flask-msearch,390.0,378.0,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,551.0,,,,3.0,,,,,,,,,,,,,,,,,,, +523,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,6.0,21,13.0,21.0,7.0,12.0,170,JSON-RPC server based on fastapi.,10.0,19,True,['fastapi'],2022-05-13 15:44:21.000,2.2.2,57.0,,3880.0,,fastapi-jsonrpc,18.0,17.0,https://pypi.org/project/fastapi-jsonrpc,2022-05-13 15:44:21.000,1.0,3880.0,,,,3.0,,,,,,,,,,,,,,,,,,, +524,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-06-19 14:33:52.000,2022-06-13 14:49:19,609.0,216.0,25,2.0,44.0,27.0,46.0,142,Developer productivity tool for making high-quality FastAPI production-ready APIs.,5.0,19,True,['fastapi'],2022-06-13 15:43:52.000,0.13.1,16.0,37.0,246.0,,fastapi-mvc,,,https://pypi.org/project/fastapi-mvc,2022-06-13 15:42:23.000,,243.0,,,,2.0,,,,,,,,,,,,,,,,,,, +525,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-19 16:31:18.000,2022-06-19 16:31:17,1228.0,66.0,14,2.0,579.0,8.0,30.0,139,A tool to automatically fix Django deprecations.,20.0,19,True,['django'],2022-06-17 17:39:57.000,1.10.7,77.0,424.0,1432.0,,django-codemod,,,https://pypi.org/project/django-codemod,2022-06-17 17:39:54.000,,1416.0,,,,3.0,,,,,,,,,,,,,,,,,,, +526,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-06-13 09:30:07.000,2022-06-13 09:29:26,55.0,1.0,15,4.0,35.0,10.0,13.0,112,A framework-agnostic library for testing ASGI web applications.,14.0,19,True,,2022-06-13 09:30:07.000,1.4.11,31.0,,37052.0,,async-asgi-testclient,196.0,177.0,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,19.0,37052.0,,,,3.0,,,,,,,,,,,,,,,,,,, +527,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,106,Programmatic startup/shutdown of ASGI apps.,2.0,19,True,,2020-06-07 11:30:40.000,1.0.1,13.0,,81553.0,conda-forge/asgi-lifespan,asgi-lifespan,711.0,700.0,https://pypi.org/project/asgi-lifespan,2020-06-07 11:30:40.000,11.0,79731.0,https://anaconda.org/conda-forge/asgi-lifespan,2022-04-19 07:26:07.266,25517.0,3.0,,,,,,,,,,,,,,,,,,, +528,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,,3391.0,,lambdarest,,,https://pypi.org/project/lambdarest,2021-09-22 10:32:52.000,,3391.0,,,,3.0,,,,,,,,,,,,,,,,,,, +529,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,19,True,"['pyramid', 'openapi']",2020-10-27 20:11:49.000,0.10.2,30.0,,8389.0,,pyramid_openapi3,2.0,,https://pypi.org/project/pyramid_openapi3,2022-05-05 13:12:24.000,2.0,8389.0,,,,3.0,,,,,,,,,,,,,,,,,,, +530,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.,,18,True,,2022-01-19 04:05:04.000,0.6.16,52.0,,5899.0,,instapy,11.0,,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,5899.0,,,,3.0,,,,,,,,,,,,,,,,,,, +531,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,,287,103.0,84.0,49.0,112.0,3241,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,,24.0,,flask_jsondash,,,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, +532,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,2012,Web crawling framework based on asyncio.,10.0,18,False,,2017-06-19 01:18:41.000,0.1.4,5.0,,49.0,,gain,23.0,22.0,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, +533,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,,192,32.0,128.0,22.0,36.0,1204,"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,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +534,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-06-06 01:17:40.000,2022-06-06 01:17:40,444.0,3.0,54,19.0,69.0,17.0,73.0,548,A Python Mail Server.,15.0,18,True,,2019-12-31 19:27:38.000,3.2.0,12.0,60.0,824.0,,salmon-mail,18.0,17.0,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,822.0,,,,3.0,,,,,,,,,,,,,,,,,,, +535,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-06-16 16:40:53.000,2022-06-16 16:38:34,62.0,1.0,12,3.0,3.0,4.0,10.0,215,FastAPI framework plugins.,3.0,18,True,['fastapi'],2022-06-16 16:42:25.000,0.9.1,15.0,,4892.0,,fastapi-plugins,56.0,55.0,https://pypi.org/project/fastapi-plugins,2022-06-16 16:40:28.000,1.0,4892.0,,,,3.0,,,,,,,,,2.0,,,,,,,,,, +536,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,197,Prometheus integration for Starlette.,14.0,18,True,['fastapi'],2022-01-10 15:27:16.000,0.9.0,10.0,8.0,35973.0,,starlette-prometheus,5.0,,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,5.0,35973.0,,,,3.0,,,,,,,,,,,,,,,,,,, +537,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,167,Integrate GraphQL with your Pydantic models.,15.0,18,True,['graphql'],2022-01-25 16:41:33.000,0.3.0,11.0,,7364.0,,graphene-pydantic,1.0,,https://pypi.org/project/graphene-pydantic,2022-01-25 16:41:33.000,1.0,7364.0,,,,3.0,,,,,,,,,,,,,,,,,,, +538,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,100,ASGI support for the Tartiflette GraphQL engine.,14.0,18,True,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,763.0,,tartiflette-asgi,11.0,10.0,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,763.0,,,,3.0,,,,,,,,,,,,,,,,,,, +539,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,18,False,['pyramid'],2019-05-07 14:20:39.000,2.7.0,27.0,,15587.0,,pyramid_swagger,2.0,,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,2.0,15587.0,,,,3.0,,,,,,,,,,,,,,,,,,, +540,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-06-20 07:06:29.000,2021-11-15 10:06:16,226.0,,9,9.0,190.0,4.0,15.0,59,"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,,1427.0,,tartiflette-aiohttp,48.0,44.0,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,1427.0,,,,3.0,,,,,,,,,,,,,,,,,,, +541,trame,Kitware/trame,web-ui,,https://github.com/Kitware/trame,https://github.com/Kitware/trame,Apache-2.0,2021-09-24 21:38:47.000,2022-06-23 15:42:21.000,2022-06-21 00:42:38,63.0,63.0,16,8.0,37.0,7.0,7.0,51,Trame let you weave various components and technologies into a Web Application solely written in Python.,7.0,18,True,,2022-06-15 13:49:26.000,2.1.1,101.0,4.0,1783.0,,trame,7.0,,https://pypi.org/project/trame,2022-06-15 13:49:22.000,7.0,1783.0,,,,3.0,,,,,,,,,,,,,,,,,,,True +542,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,212.0,24.0,42.0,29.0,4109,A testing system for catching visual regressions in Web applications.,7.0,17,False,,,,5.0,,28.0,,huxley,2.0,2.0,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, +543,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,,67,35.0,21.0,98.0,191.0,843,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,,1411.0,,justpy,2.0,,https://pypi.org/project/justpy,2022-01-12 19:06:50.000,2.0,1411.0,,,,3.0,,,,,,,,,,,,,,,,,,, +544,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,6.0,21.0,505,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,,20918.0,,fastapi_contrib,,,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,,20918.0,,,,3.0,,,,,,,,,,,,,,,,,,, +545,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,,51.0,,libextract,25.0,16.0,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, +546,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,,70,37.0,99.0,16.0,120.0,483,A complete test automation tool.,20.0,17,True,,2021-07-30 15:38:36.000,0.10.1,36.0,53.0,255.0,,golem-framework,1.0,,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,254.0,,,,3.0,,,,,,,,,,,,,,,,,,, +547,fastapi-versioning,DeanWay/fastapi-versioning,fastapi-utils,,https://github.com/DeanWay/fastapi-versioning,https://github.com/DeanWay/fastapi-versioning,MIT,2019-12-02 23:40:07.000,2022-06-22 10:36:32.000,2021-08-24 17:12:25,93.0,,45,9.0,31.0,21.0,17.0,393,api versioning for fastapi web applications.,16.0,17,True,['fastapi'],2021-08-24 17:06:33.000,0.10.0,10.0,,26931.0,,fastapi-versioning,2.0,,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,2.0,26931.0,,,,3.0,,,,,,,,,,,,,,,,,,, +548,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-06-16 09:12:33.000,2022-06-16 09:12:33,39.0,2.0,15,4.0,11.0,6.0,13.0,167,Easily integrate socket.io with your FastAPI app.,5.0,17,True,['fastapi'],2021-12-06 08:10:52.000,0.0.9,13.0,,3422.0,,fastapi-socketio,102.0,101.0,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,1.0,3422.0,,,,3.0,,,,,,,,,,,,,,,,,,, +549,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,,338.0,,flask-file-upload,56.0,56.0,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,338.0,,,,3.0,,,,,,,,,,,,,,,,,,, +550,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,17,False,['pyramid'],2021-02-24 02:34:47.000,4.0.0,11.0,,6327.0,,pyramid_celery,1.0,,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,6327.0,,,,3.0,,,,,,,,,,,,,,,,,,, +551,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-06-04 23:09:41.000,2021-06-16 13:33:51,120.0,,10,7.0,13.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,,1654.0,,flask-graphql-auth,96.0,92.0,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,1654.0,,,,3.0,,,,,,,,,,,,,,,,,,, +552,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,4175,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,,21497.0,,,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,16.0,537427.0,,,,, +553,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,,72,15.0,217.0,40.0,12.0,1075,Reusable utilities for FastAPI.,2.0,16,False,['fastapi'],2020-03-07 05:55:04.000,0.2.1,4.0,,288122.0,,fastapi-utils,2.0,,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,2.0,288122.0,,,,3.0,,,,,,,,,,,,,,,,,,, +554,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,173,Simple Login - Login Extension for Flask - maintainer @cuducos.,10.0,16,True,['flask'],2021-10-25 13:13:37.000,0.1.1,3.0,,48989.0,,flask_simplelogin,2.0,,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,2.0,48989.0,,,,3.0,,,,,,,,,-2.0,,,,,,,,,, +555,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,,6259.0,,apex,23.0,,https://pypi.org/project/apex,2021-12-15 14:18:14.200,23.0,6259.0,,,,3.0,,,,,,,,,,,,,,,,,,, +556,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,16,False,['pyramid'],2015-02-17 08:24:43.000,0.1.1,9.0,,8201.0,,pyramid_services,24.0,,https://pypi.org/project/pyramid_services,2019-04-22 16:42:26.000,24.0,8201.0,,,,3.0,,,,,,,,,,,,,,,,,,, +557,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,2037,Automated Security Testing For REST APIs.,11.0,15,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +558,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,,879.0,,opengraph,116.0,92.0,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,879.0,,,,3.0,,,,,,,,,,,,,,,,,,, +559,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-21 11:26:55.000,2021-08-31 11:36:38,175.0,,14,6.0,20.0,25.0,24.0,204,Fire up your API.,8.0,15,True,,2020-11-16 12:59:28.000,0.16.0,15.0,64.0,181.0,,flama,,,https://pypi.org/project/flama,2020-11-16 12:59:17.000,,179.0,,,,3.0,,,,,,,,,,,,,,,,,,, +560,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,10.0,,13279.0,,pyramid_jwt,,,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,13279.0,,,,3.0,,,,,,,,,,,,,,,,,,, +561,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,804,"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,,13.0,,django-schedule-frinat,,,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,BSD-3-Clause, +562,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,687,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,,56.0,,growler,2.0,,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, +563,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,625,Display machine state using Python3 with Flask.,10.0,14,True,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,104.0,,Flask-State,,,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,104.0,,,,3.0,,,,,,,,,,,,,,,,,,, +564,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,14,False,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,1197.0,,flask2postman,12.0,11.0,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,1197.0,,,,3.0,,,,,,,,,,,,,,,,,,, +565,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,2046,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,,,,,,,,,,,,,,,,,,, +566,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,297,A universal package of scraper scripts for humans.,4.0,13,True,,2021-02-07 18:16:28.000,1.1.2,19.0,,70.0,,scrapera,,,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, +567,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,,32,11.0,5.0,5.0,3.0,266,row level security for FastAPI framework.,1.0,13,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,2570.0,,fastapi-permissions,,,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,2570.0,,,,3.0,,,,,,,,,,,,,,,,,,, +568,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-08 14:14:26.000,2020-08-16 21:52:05,198.0,,20,10.0,237.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,66.0,27.0,,transistor,,,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, +569,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,183,FastAPI simple cache.,7.0,13,False,['fastapi'],2020-07-26 14:43:22.000,0.0.1,1.0,,4586.0,,fastapi_cache,34.0,34.0,https://pypi.org/project/fastapi_cache,2020-07-26 14:05:51.000,,4586.0,,,,3.0,,,,,,,,,,,,,,,,,,, +570,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,244,FastAPI client generator.,8.0,11,False,['fastapi'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +571,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,87,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,,44.0,,fastapi-lazy,,,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,44.0,,,,3.0,,,,,,,,,,,,,,,,,,, +572,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,18,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,,,,,,,,,,,,,,,,,,, +573,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,87,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 b7d47f9e..aae2dedb 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,27 @@ _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._ -- wagtail (πŸ₯‡42 Β· ⭐ 12K Β· πŸ“ˆ) - A Django content management system focused on flexibility and.. BSD-3 -- oauthlib (πŸ₯‡39 Β· ⭐ 2.4K Β· πŸ“ˆ) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 -- django-environ (πŸ₯‡36 Β· ⭐ 2.5K Β· πŸ“ˆ) - Django-environ allows you to utilize 12factor inspired.. MIT -- flask_injector (πŸ₯‰25 Β· ⭐ 240 Β· πŸ“ˆ) - Adds Injector support to Flask. BSD-3 -- Photon (πŸ₯‰24 Β· ⭐ 8.7K Β· πŸ“ˆ) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 +- spotipy (πŸ₯ˆ35 Β· ⭐ 3.9K Β· πŸ“ˆ) - A light weight Python library for the Spotify Web API. MIT +- pyshorteners (πŸ₯‰24 Β· ⭐ 340 Β· πŸ“ˆ) - Generating short urls with python has never been easier. ❗️GPL-3.0 +- starlette context (πŸ₯‰22 Β· ⭐ 260 Β· πŸ“ˆ) - Middleware for Starlette that allows you to store and.. MIT +- slowapi (πŸ₯ˆ20 Β· ⭐ 450 Β· πŸ“ˆ) - A rate limiter for Starlette and FastAPI. MIT +- fastapi-plugins (πŸ₯‰18 Β· ⭐ 220 Β· πŸ“ˆ) - FastAPI framework plugins. MIT ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- jinja (πŸ₯‡43 Β· ⭐ 8.6K Β· πŸ“‰) - A very fast and expressive template engine. BSD-3 -- mitmproxy (πŸ₯‡40 Β· ⭐ 28K Β· πŸ“‰) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- connexion (πŸ₯‡36 Β· ⭐ 4K Β· πŸ“‰) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 -- django-import-export (πŸ₯‡35 Β· ⭐ 2.4K Β· πŸ“‰) - Django application and library for importing and.. BSD-2 -- jira (πŸ₯ˆ35 Β· ⭐ 1.6K Β· πŸ“‰) - Python Jira library. Development chat available on.. BSD-2 +- dnspython (πŸ₯‡38 Β· ⭐ 2K Β· πŸ“‰) - a powerful DNS toolkit for python. ISC +- swagger-ui (πŸ₯‡36 Β· ⭐ 22K Β· πŸ“‰) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 +- flask-login (πŸ₯ˆ34 Β· ⭐ 3.1K Β· πŸ“‰) - Flask user session management. MIT +- pyramid_debugtoolbar (πŸ₯‰24 Β· ⭐ 95 Β· πŸ’€) - Pyramid debug toolbar. BSD-3 +- flask_simplelogin (πŸ₯‰16 Β· ⭐ 170 Β· πŸ’€) - Simple Login - Login Extension for Flask - maintainer.. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- pyscript (πŸ₯‰21 Β· ⭐ 13K Β· 🐣) - Home Page: https://pyscript.net Examples:.. Apache-2 +- sqladmin (πŸ₯ˆ20 Β· ⭐ 450 Β· 🐣) - SQLAlchemy Admin for Starlette/FastAPI. BSD-3 +- trame (πŸ₯‰18 Β· ⭐ 51 Β· βž•) - Trame let you weave various components and technologies into a Web.. Apache-2