From 84191935f70b31b95a1faac7b61aa0caa1c37885 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 29 Sep 2022 16:45:37 +0000 Subject: [PATCH] Update best-of list for version 2022.09.29 --- README.md | 1866 ++++++++++++++++--------------- history/2022-09-29_changes.md | 26 + history/2022-09-29_projects.csv | 576 ++++++++++ latest-changes.md | 26 +- 4 files changed, 1557 insertions(+), 937 deletions(-) create mode 100644 history/2022-09-29_changes.md create mode 100644 history/2022-09-29_projects.csv diff --git a/README.md b/README.md index edc00642..8213c19b 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@

- +

-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! +This curated list contains 580 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! --- @@ -43,7 +43,7 @@ This curated list contains 570 awesome open-source projects with a total of 2.4M - [RPC Utilities](#rpc-utilities) _4 projects_ - [Serverless](#serverless) _4 projects_ - [Content Management Systems](#content-management-systems) _6 projects_ -- [Web Testing](#web-testing) _49 projects_ +- [Web Testing](#web-testing) _50 projects_ - [Web Forms](#web-forms) _5 projects_ - [Markdown](#markdown) _12 projects_ - [Third-party Web APIs](#third-party-web-apis) _56 projects_ @@ -105,9 +105,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask ``` -
django (πŸ₯‡48 Β· ⭐ 66K) - The Web framework for perfectionists with deadlines. BSD-3 +
django (πŸ₯‡48 Β· ⭐ 67K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 2.8K Β· πŸ”€ 28K Β· πŸ“¦ 1M Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 2.8K Β· πŸ”€ 28K Β· πŸ“¦ 1M Β· ⏱️ 29.09.2022): ``` git clone https://github.com/django/django @@ -123,7 +123,7 @@ _General purpose web frameworks to build web applications and REST APIs._
werkzeug (πŸ₯‡44 Β· ⭐ 6.2K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.6K Β· πŸ“₯ 250 Β· πŸ“¦ 810K Β· πŸ“‹ 1K - 1% open Β· ⏱️ 01.09.2022): +- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.6K Β· πŸ“₯ 250 Β· πŸ“¦ 820K Β· πŸ“‹ 1K - 1% open Β· ⏱️ 01.09.2022): ``` git clone https://github.com/pallets/werkzeug @@ -132,14 +132,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 5.6M Β· ⏱️ 09.08.2022): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 5.7M Β· ⏱️ 09.08.2022): ``` conda install -c conda-forge werkzeug ```
django-rest-framework (πŸ₯‡43 Β· ⭐ 24K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 6.3K Β· πŸ“¦ 370K Β· πŸ“‹ 3.9K - 5% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 6.3K Β· πŸ“¦ 370K Β· πŸ“‹ 3.9K - 4% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/encode/django-rest-framework @@ -160,11 +160,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 9M / month Β· πŸ“¦ 1.3K Β· ⏱️ 14.05.2022): +- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 9.3M / month Β· πŸ“¦ 1.3K Β· ⏱️ 14.05.2022): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 950K Β· ⏱️ 15.09.2022): +- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 960K Β· ⏱️ 15.09.2022): ``` conda install -c conda-forge fastapi ``` @@ -187,12 +187,12 @@ _General purpose web frameworks to build web applications and REST APIs._
sanic (πŸ₯ˆ40 Β· ⭐ 16K) - Next generation Python web server/framework | Build fast. Run fast. MIT -- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.5K Β· πŸ“¦ 7.6K Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.5K Β· πŸ“¦ 7.7K Β· πŸ“‹ 1.2K - 4% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 950K / month Β· πŸ“¦ 630 Β· ⏱️ 11.08.2022): +- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 980K / month Β· πŸ“¦ 630 Β· ⏱️ 11.08.2022): ``` pip install sanic ``` @@ -203,12 +203,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Flask-AppBuilder (πŸ₯ˆ39 Β· ⭐ 3.9K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.2K Β· πŸ“¦ 3.5K Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 06.09.2022): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.2K Β· πŸ“¦ 3.5K Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 5M / month Β· πŸ“¦ 320 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 5.2M / month Β· πŸ“¦ 320 Β· ⏱️ 06.07.2022): ``` pip install flask-appbuilder ``` @@ -217,14 +217,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-appbuilder ```
-
bottle (πŸ₯ˆ38 Β· ⭐ 7.7K Β· πŸ“‰) - bottle.py is a fast and simple micro-framework for python web-.. MIT +
bottle (πŸ₯ˆ38 Β· ⭐ 7.8K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT - [GitHub](https://github.com/bottlepy/bottle) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.4K Β· πŸ“¦ 21K Β· πŸ“‹ 880 - 35% open Β· ⏱️ 05.09.2022): ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (πŸ“₯ 1.8M / month Β· πŸ“¦ 5.2K Β· ⏱️ 26.05.2022): +- [PyPi](https://pypi.org/project/bottle) (πŸ“₯ 1.9M / month Β· πŸ“¦ 5.2K Β· ⏱️ 26.05.2022): ``` pip install bottle ``` @@ -233,36 +233,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge bottle ```
-
starlette (πŸ₯ˆ38 Β· ⭐ 7.4K) - The little ASGI framework that shines. BSD-3 +
falcon (πŸ₯ˆ37 Β· ⭐ 8.9K) - The no-magic web data plane API and microservices framework for.. Apache-2 -- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 650 Β· πŸ“¦ 59K Β· πŸ“‹ 660 - 9% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 890 Β· πŸ“₯ 3.9K Β· πŸ“¦ 7K Β· πŸ“‹ 980 - 18% open Β· ⏱️ 16.09.2022): ``` - git clone https://github.com/encode/starlette + git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 9.5M / month Β· πŸ“¦ 700 Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 630K / month Β· πŸ“¦ 1.7K Β· ⏱️ 25.03.2022): ``` - pip install starlette + pip install falcon ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 900K Β· ⏱️ 28.06.2022): +- [Conda](https://anaconda.org/conda-forge/falcon) (πŸ“₯ 280K Β· ⏱️ 09.04.2022): ``` - conda install -c conda-forge starlette + conda install -c conda-forge falcon ```
-
falcon (πŸ₯ˆ37 Β· ⭐ 8.9K) - The no-magic web data plane API and microservices framework for.. Apache-2 +
starlette (πŸ₯ˆ37 Β· ⭐ 7.4K Β· πŸ“‰) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 890 Β· πŸ“₯ 3.9K Β· πŸ“¦ 7K Β· πŸ“‹ 980 - 18% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 660 Β· πŸ“¦ 60K Β· πŸ“‹ 650 - 7% open Β· ⏱️ 29.09.2022): ``` - git clone https://github.com/falconry/falcon + git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 640K / month Β· πŸ“¦ 1.7K Β· ⏱️ 25.03.2022): +- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 9.7M / month Β· πŸ“¦ 700 Β· ⏱️ 28.06.2022): ``` - pip install falcon + pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/falcon) (πŸ“₯ 270K Β· ⏱️ 09.04.2022): +- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 910K Β· ⏱️ 29.09.2022): ``` - conda install -c conda-forge falcon + conda install -c conda-forge starlette ```
flask-restful (πŸ₯ˆ36 Β· ⭐ 6.5K) - Simple framework for creating REST APIs. BSD-3 @@ -288,18 +288,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 2.8M / month Β· πŸ“¦ 10K Β· ⏱️ 03.07.2021): +- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 2.9M / month Β· πŸ“¦ 10K Β· ⏱️ 03.07.2021): ``` pip install cherrypy ``` -- [Conda](https://anaconda.org/anaconda/cherrypy) (πŸ“₯ 15K Β· ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/anaconda/cherrypy) (πŸ“₯ 16K Β· ⏱️ 02.05.2022): ``` conda install -c anaconda cherrypy ```
-
eve (πŸ₯‰33 Β· ⭐ 6.5K) - REST API framework designed for human beings. BSD-3 +
eve (πŸ₯‰34 Β· ⭐ 6.5K) - REST API framework designed for human beings. BSD-3 -- [GitHub](https://github.com/pyeve/eve) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 740 Β· πŸ“¦ 1K Β· πŸ“‹ 980 - 3% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/pyeve/eve) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 740 Β· πŸ“¦ 1K Β· πŸ“‹ 980 - 3% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/pyeve/eve @@ -316,7 +316,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 62K / month Β· πŸ“¦ 2.5K Β· ⏱️ 04.01.2022): +- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 61K / month Β· πŸ“¦ 2.5K Β· ⏱️ 04.01.2022): ``` pip install django-tastypie ``` @@ -328,7 +328,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/webpy/webpy ``` -- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 180K / month Β· πŸ“¦ 1.1K Β· ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 190K / month Β· πŸ“¦ 1.1K Β· ⏱️ 15.12.2021): ``` pip install web.py ``` @@ -337,14 +337,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge web.py ```
-
masonite (πŸ₯‰30 Β· ⭐ 1.9K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT +
masonite (πŸ₯‰29 Β· ⭐ 1.9K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 120 Β· πŸ“¦ 440 Β· πŸ“‹ 360 - 4% open Β· ⏱️ 10.08.2022): +- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 120 Β· πŸ“¦ 440 Β· πŸ“‹ 360 - 5% open Β· ⏱️ 10.08.2022): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 3.8K / month Β· πŸ“¦ 66 Β· ⏱️ 26.06.2022): +- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 3.3K / month Β· πŸ“¦ 66 Β· ⏱️ 26.06.2022): ``` pip install masonite ``` @@ -356,7 +356,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Cornices/cornice ``` -- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 24K / month Β· πŸ“¦ 360 Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 23K / month Β· πŸ“¦ 360 Β· ⏱️ 07.01.2022): ``` pip install 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) (πŸ“₯ 3.5K / month Β· πŸ“¦ 50 Β· ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 3.3K / month Β· πŸ“¦ 50 Β· ⏱️ 12.04.2022): ``` pip install guillotina ``` @@ -387,12 +387,12 @@ _General purpose web frameworks to build web applications and REST APIs._
justpy (πŸ₯‰25 Β· ⭐ 890) - An object oriented high-level Python Web Framework that requires no.. Apache-2 -- [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 75 Β· πŸ“‹ 370 - 11% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 75 Β· πŸ“‹ 370 - 11% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/elimintz/justpy ``` -- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 6.4K / month Β· πŸ“¦ 4 Β· ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 5.8K / month Β· πŸ“¦ 4 Β· ⏱️ 12.01.2022): ``` pip install justpy ``` @@ -404,7 +404,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 160 / month Β· πŸ“¦ 3 Β· ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 270 / month Β· πŸ“¦ 3 Β· ⏱️ 23.05.2022): ``` pip install emmett ``` @@ -416,7 +416,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/closeio/flask-mongorest ``` -- [PyPi](https://pypi.org/project/Flask-MongoRest) (πŸ“₯ 100 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/Flask-MongoRest) (πŸ“₯ 110 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): ``` pip install Flask-MongoRest ``` @@ -428,7 +428,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - flask-restplus (πŸ₯‰30 Β· ⭐ 2.6K Β· πŸ’€) - Fully featured framework for fast, easy and.. BSD-3 - japronto (πŸ₯‰26 Β· ⭐ 8.6K Β· πŸ’€) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT - responder (πŸ₯‰26 Β· ⭐ 3.6K Β· πŸ’€) - A familiar HTTP Service Framework for Python. Apache-2 -- vibora (πŸ₯‰22 Β· ⭐ 5.7K Β· πŸ’€) - Fast, asynchronous and elegant Python web framework. MIT +- vibora (πŸ₯‰23 Β· ⭐ 5.7K Β· πŸ’€) - Fast, asynchronous and elegant Python web framework. MIT - quart (πŸ₯‰18 Β· ⭐ 1) - Quart is a Python ASGI web microframework with the same API as Flask. MIT - Growler (πŸ₯‰14 Β· ⭐ 690 Β· πŸ’€) - A micro web-framework using asyncio coroutines and chained.. Apache-2 - flama (πŸ₯‰14 Β· ⭐ 210 Β· πŸ’€) - Fire up your API. ❗️GPL-3.0 @@ -441,7 +441,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (πŸ₯‡48 Β· ⭐ 48K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 8.9K Β· πŸ“₯ 3.4K Β· πŸ“¦ 1.6M Β· πŸ“‹ 3.7K - 6% open Β· ⏱️ 09.09.2022): +- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 8.9K Β· πŸ“₯ 3.5K Β· πŸ“¦ 1.6M Β· πŸ“‹ 3.7K - 6% open Β· ⏱️ 09.09.2022): ``` git clone https://github.com/psf/requests @@ -455,25 +455,25 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests ```
-
aiohttp (πŸ₯‡47 Β· ⭐ 13K Β· πŸ“ˆ) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +
aiohttp (πŸ₯‡47 Β· ⭐ 13K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 1.8K Β· πŸ“₯ 6.5K Β· πŸ“¦ 210K Β· πŸ“‹ 2.7K - 16% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 1.8K Β· πŸ“₯ 6.6K Β· πŸ“¦ 220K Β· πŸ“‹ 2.7K - 16% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 64M / month Β· πŸ“¦ 12K Β· ⏱️ 14.11.2021): +- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 67M / month Β· πŸ“¦ 12K Β· ⏱️ 14.11.2021): ``` pip install aiohttp ``` -- [Conda](https://anaconda.org/conda-forge/aiohttp) (πŸ“₯ 6.5M Β· ⏱️ 22.09.2022): +- [Conda](https://anaconda.org/conda-forge/aiohttp) (πŸ“₯ 6.6M Β· ⏱️ 22.09.2022): ``` conda install -c conda-forge aiohttp ```
-
urllib3 (πŸ₯ˆ42 Β· ⭐ 3.2K Β· πŸ“‰) - Python HTTP library with thread-safe connection pooling, file post.. MIT +
urllib3 (πŸ₯ˆ42 Β· ⭐ 3.2K) - Python HTTP library with thread-safe connection pooling, file post.. MIT -- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 980 Β· πŸ“₯ 3.2K Β· πŸ“¦ 970K Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 990 Β· πŸ“₯ 3.3K Β· πŸ“¦ 980K Β· πŸ“‹ 1K - 10% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/urllib3/urllib3 @@ -482,14 +482,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (πŸ“₯ 23M Β· ⏱️ 25.07.2022): +- [Conda](https://anaconda.org/conda-forge/urllib3) (πŸ“₯ 24M Β· ⏱️ 25.07.2022): ``` conda install -c conda-forge urllib3 ```
httpx (πŸ₯ˆ39 Β· ⭐ 9.4K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 610 Β· πŸ“¦ 33K Β· πŸ“‹ 730 - 7% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 610 Β· πŸ“¦ 34K Β· πŸ“‹ 730 - 7% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/encode/httpx @@ -498,7 +498,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 300K Β· ⏱️ 09.08.2022): +- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 310K Β· ⏱️ 09.08.2022): ``` conda install -c conda-forge httpx ``` @@ -510,7 +510,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 200K / month Β· πŸ“¦ 1.7K Β· ⏱️ 06.05.2022): +- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 190K / month Β· πŸ“¦ 1.7K Β· ⏱️ 06.05.2022): ``` pip install httpie ``` @@ -521,12 +521,12 @@ _General purpose web frameworks to build web applications and REST APIs._
python-zeep (πŸ₯ˆ34 Β· ⭐ 1.7K Β· πŸ’€) - A modern/fast python SOAP client based on lxml / requests. MIT -- [GitHub](https://github.com/mvantellingen/python-zeep) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 550 Β· πŸ“¦ 5K Β· πŸ“‹ 1.1K - 38% open Β· ⏱️ 29.12.2021): +- [GitHub](https://github.com/mvantellingen/python-zeep) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 550 Β· πŸ“¦ 5.1K Β· πŸ“‹ 1.1K - 38% open Β· ⏱️ 29.12.2021): ``` git clone https://github.com/mvantellingen/python-zeep ``` -- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 5.4M / month Β· πŸ“¦ 590 Β· ⏱️ 15.08.2021): +- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 5.5M / month Β· πŸ“¦ 590 Β· ⏱️ 15.08.2021): ``` pip install zeep ``` @@ -537,7 +537,7 @@ _General purpose web frameworks to build web applications and REST APIs._
httplib2 (πŸ₯ˆ33 Β· ⭐ 450) - Small, fast HTTP client library for Python. Features persistent.. MIT -- [GitHub](https://github.com/httplib2/httplib2) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 170 Β· πŸ“¦ 120K Β· πŸ“‹ 120 - 44% open Β· ⏱️ 16.07.2022): +- [GitHub](https://github.com/httplib2/httplib2) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 170 Β· πŸ“¦ 120K Β· πŸ“‹ 120 - 43% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/httplib2/httplib2 @@ -551,36 +551,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httplib2 ```
-
httpcore (πŸ₯ˆ33 Β· ⭐ 270) - A minimal HTTP client. BSD-3 +
requests-toolbelt (πŸ₯ˆ32 Β· ⭐ 870 Β· πŸ’€) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 54 Β· πŸ“¦ 20K Β· πŸ“‹ 110 - 6% open Β· ⏱️ 01.09.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) (πŸ“₯ 12M / month Β· πŸ“¦ 87 Β· ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 33M / month Β· πŸ“¦ 5.2K Β· ⏱️ 30.01.2019): ``` - pip install httpcore + pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 250K Β· ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 1.2M Β· ⏱️ 30.01.2019): ``` - conda install -c conda-forge httpcore + conda install -c conda-forge requests-toolbelt ```
-
requests-toolbelt (πŸ₯‰32 Β· ⭐ 870 Β· πŸ’€) - A toolbelt of useful classes and functions to be used.. Apache-2 +
httpcore (πŸ₯ˆ32 Β· ⭐ 280) - 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) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 54 Β· πŸ“¦ 20K Β· πŸ“‹ 110 - 6% open Β· ⏱️ 27.09.2022): ``` - git clone https://github.com/requests/toolbelt + git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 32M / month Β· πŸ“¦ 5.2K Β· ⏱️ 30.01.2019): +- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 12M / month Β· πŸ“¦ 87 Β· ⏱️ 17.05.2022): ``` - pip install requests-toolbelt + pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 1.1M Β· ⏱️ 30.01.2019): +- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 260K Β· ⏱️ 17.05.2022): ``` - conda install -c conda-forge requests-toolbelt + conda install -c conda-forge httpcore ```
httptools (πŸ₯‰30 Β· ⭐ 1.1K) - Fast HTTP parser. MIT @@ -590,7 +590,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 6.9M / month Β· πŸ“¦ 550 Β· ⏱️ 22.02.2022): +- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 9.7M / month Β· πŸ“¦ 550 Β· ⏱️ 22.02.2022): ``` pip install httptools ``` @@ -606,23 +606,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/grequests) (πŸ“₯ 410K / month Β· πŸ“¦ 660 Β· ⏱️ 05.04.2020): +- [PyPi](https://pypi.org/project/grequests) (πŸ“₯ 430K / month Β· πŸ“¦ 660 Β· ⏱️ 05.04.2020): ``` pip install grequests ``` -- [Conda](https://anaconda.org/conda-forge/grequests) (πŸ“₯ 60K Β· ⏱️ 22.04.2020): +- [Conda](https://anaconda.org/conda-forge/grequests) (πŸ“₯ 61K Β· ⏱️ 22.04.2020): ``` conda install -c conda-forge grequests ```
-
requests-futures (πŸ₯‰29 Β· ⭐ 1.9K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 +
requests-futures (πŸ₯‰29 Β· ⭐ 2K) - Asynchronous Python HTTP Requests for Humans using Futures. Apache-2 - [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 140 Β· πŸ“¦ 4.4K Β· πŸ“‹ 97 - 18% open Β· ⏱️ 31.08.2022): ``` git clone https://github.com/ross/requests-futures ``` -- [PyPi](https://pypi.org/project/requests-futures) (πŸ“₯ 1.1M / month Β· πŸ“¦ 950 Β· ⏱️ 11.06.2019): +- [PyPi](https://pypi.org/project/requests-futures) (πŸ“₯ 1M / month Β· πŸ“¦ 950 Β· ⏱️ 11.06.2019): ``` pip install requests-futures ``` @@ -638,7 +638,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) (πŸ“₯ 69K / month Β· πŸ“¦ 410 Β· ⏱️ 09.02.2022): ``` pip install treq ``` @@ -654,14 +654,14 @@ _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) (πŸ“₯ 540 / month Β· πŸ“¦ 8 Β· ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/http-prompt) (πŸ“₯ 650 / month Β· πŸ“¦ 8 Β· ⏱️ 05.03.2021): ``` pip install http-prompt ```
Show 5 hidden projects... -- pycurl (πŸ₯‰32 Β· ⭐ 900) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 +- pycurl (πŸ₯ˆ32 Β· ⭐ 900) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 - hyper (πŸ₯‰29 Β· ⭐ 1.1K Β· πŸ’€) - HTTP/2 for Python. MIT - pysimplesoap (πŸ₯‰26 Β· ⭐ 360 Β· πŸ’€) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-parser (πŸ₯‰23 Β· ⭐ 330 Β· πŸ’€) - HTTP request/response parser for python in C. MIT @@ -675,7 +675,7 @@ _General purpose web frameworks to build web applications and REST APIs._
gunicorn (πŸ₯‡43 Β· ⭐ 8.5K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.6K Β· πŸ“₯ 100 Β· πŸ“¦ 750K Β· πŸ“‹ 2K - 25% open Β· ⏱️ 25.08.2022): +- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.6K Β· πŸ“₯ 100 Β· πŸ“¦ 760K Β· πŸ“‹ 2K - 25% open Β· ⏱️ 25.08.2022): ``` git clone https://github.com/benoitc/gunicorn @@ -691,7 +691,7 @@ _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 Β· πŸ”€ 930 Β· πŸ“₯ 59K Β· πŸ“¦ 84K Β· πŸ“‹ 1.3K - 7% open Β· ⏱️ 20.01.2022): +- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 930 Β· πŸ“₯ 59K Β· πŸ“¦ 85K Β· πŸ“‹ 1.3K - 7% open Β· ⏱️ 20.01.2022): ``` git clone https://github.com/gevent/gevent @@ -700,19 +700,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install gevent ``` -- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 900K Β· ⏱️ 13.08.2022): +- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 910K Β· ⏱️ 13.08.2022): ``` conda install -c conda-forge gevent ```
-
uvicorn (πŸ₯‡38 Β· ⭐ 5.7K) - An ASGI web server, for Python. BSD-3 +
uvicorn (πŸ₯ˆ37 Β· ⭐ 5.7K Β· πŸ“‰) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 480 Β· πŸ“¦ 95K Β· πŸ“‹ 640 - 12% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 480 Β· πŸ“¦ 96K Β· πŸ“‹ 640 - 12% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 9.6M / month Β· πŸ“¦ 1.2K Β· ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 9.9M / month Β· πŸ“¦ 1.2K Β· ⏱️ 27.06.2022): ``` pip install uvicorn ``` @@ -723,7 +723,7 @@ _General purpose web frameworks to build web applications and REST APIs._
whitenoise (πŸ₯ˆ33 Β· ⭐ 2.1K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 120 Β· πŸ“‹ 220 - 11% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 120 Β· πŸ“‹ 220 - 11% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/evansd/whitenoise @@ -739,7 +739,7 @@ _General purpose web frameworks to build web applications and REST APIs._
asgiref (πŸ₯‰31 Β· ⭐ 1.1K) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/django/asgiref @@ -748,26 +748,26 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install asgiref ``` -- [Conda](https://anaconda.org/conda-forge/asgiref) (πŸ“₯ 740K Β· ⏱️ 17.05.2022): +- [Conda](https://anaconda.org/conda-forge/asgiref) (πŸ“₯ 750K Β· ⏱️ 17.05.2022): ``` conda install -c conda-forge asgiref ```
-
Hypercorn (πŸ₯‰30 Β· ⭐ 320) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (πŸ₯‰30 Β· ⭐ 330) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 33 Β· πŸ“¦ 2.9K Β· πŸ“‹ 72 - 25% open Β· ⏱️ 14.09.2022): +- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 33 Β· πŸ“¦ 2.9K Β· πŸ“‹ 73 - 24% open Β· ⏱️ 14.09.2022): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 530K / month Β· πŸ“¦ 23 Β· ⏱️ 29.08.2022): +- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 570K / month Β· πŸ“¦ 23 Β· ⏱️ 29.08.2022): ``` pip install hypercorn ```
bjoern (πŸ₯‰28 Β· ⭐ 2.8K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 -- [GitHub](https://github.com/jonashaag/bjoern) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 190 Β· πŸ“¦ 480 Β· πŸ“‹ 160 - 17% open Β· ⏱️ 11.09.2022): +- [GitHub](https://github.com/jonashaag/bjoern) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 190 Β· πŸ“¦ 490 Β· πŸ“‹ 160 - 17% open Β· ⏱️ 11.09.2022): ``` git clone https://github.com/jonashaag/bjoern @@ -788,7 +788,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (πŸ“₯ 490K / month Β· πŸ“¦ 1.6K Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (πŸ“₯ 510K / month Β· πŸ“¦ 1.6K Β· ⏱️ 22.08.2020): ``` pip install livereload ``` @@ -797,21 +797,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge livereload ```
-
mangum (πŸ₯‰27 Β· ⭐ 1K) - AWS Lambda support for ASGI applications. MIT +
mangum (πŸ₯‰27 Β· ⭐ 1.1K) - AWS Lambda support for ASGI applications. MIT - [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 75 Β· πŸ“¦ 1.1K Β· πŸ“‹ 150 - 7% open Β· ⏱️ 19.09.2022): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 340K / month Β· πŸ“¦ 8 Β· ⏱️ 24.04.2022): +- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 360K / month Β· πŸ“¦ 8 Β· ⏱️ 24.04.2022): ``` pip install mangum ```
Show 3 hidden projects... -- waitress (πŸ₯ˆ32 Β· ⭐ 1.1K Β· πŸ“ˆ) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1 +- waitress (πŸ₯ˆ32 Β· ⭐ 1.1K) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1 - Meinheld (πŸ₯‰25 Β· ⭐ 1.4K Β· πŸ’€) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - django-devserver (πŸ₯‰25 Β· ⭐ 1.3K Β· πŸ’€) - A drop-in replacement for Djangos runserver. BSD-3
@@ -828,34 +828,34 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 580K / month Β· πŸ“¦ 5.3K Β· ⏱️ 07.06.2022): +- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 590K / month Β· πŸ“¦ 5.3K Β· ⏱️ 07.06.2022): ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (πŸ“₯ 78K Β· ⏱️ 07.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (πŸ“₯ 79K Β· ⏱️ 07.06.2022): ``` conda install -c conda-forge django-allauth ```
oauthlib (πŸ₯‡40 Β· ⭐ 2.4K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 -- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 470 Β· πŸ“¦ 260K Β· πŸ“‹ 370 - 22% open Β· ⏱️ 09.09.2022): +- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 470 Β· πŸ“¦ 260K Β· πŸ“‹ 370 - 22% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 96M / month Β· πŸ“¦ 12K Β· ⏱️ 09.09.2022): +- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 94M / month Β· πŸ“¦ 12K Β· ⏱️ 09.09.2022): ``` pip install oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/oauthlib) (πŸ“₯ 6.1M Β· ⏱️ 09.09.2022): +- [Conda](https://anaconda.org/conda-forge/oauthlib) (πŸ“₯ 6.2M Β· ⏱️ 09.09.2022): ``` conda install -c conda-forge oauthlib ```
pyjwt (πŸ₯‡38 Β· ⭐ 4.3K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 590 Β· πŸ“¦ 250K Β· πŸ“‹ 370 - 6% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 590 Β· πŸ“¦ 250K Β· πŸ“‹ 370 - 6% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/jpadilla/pyjwt @@ -864,30 +864,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pyjwt ``` -- [Conda](https://anaconda.org/conda-forge/pyjwt) (πŸ“₯ 7.8M Β· ⏱️ 17.09.2022): +- [Conda](https://anaconda.org/conda-forge/pyjwt) (πŸ“₯ 7.9M Β· ⏱️ 17.09.2022): ``` conda install -c conda-forge pyjwt ```
google-auth (πŸ₯‡38 Β· ⭐ 560) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 240 Β· πŸ“¦ 150K Β· πŸ“‹ 370 - 16% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 250 Β· πŸ“¦ 150K Β· πŸ“‹ 380 - 18% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 77M / month Β· πŸ“¦ 2.5K Β· ⏱️ 29.06.2022): +- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 75M / month Β· πŸ“¦ 2.5K Β· ⏱️ 29.06.2022): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 5.3M Β· ⏱️ 20.08.2022): +- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 5.4M Β· ⏱️ 29.09.2022): ``` conda install -c conda-forge google-auth ```
authlib (πŸ₯ˆ37 Β· ⭐ 3.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 340 Β· πŸ“¦ 23K Β· πŸ“‹ 340 - 15% open Β· ⏱️ 09.09.2022): +- [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 340 Β· πŸ“¦ 23K Β· πŸ“‹ 350 - 15% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/lepture/authlib @@ -896,7 +896,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install authlib ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (πŸ“₯ 83K Β· ⏱️ 13.09.2022): +- [Conda](https://anaconda.org/conda-forge/authlib) (πŸ“₯ 84K Β· ⏱️ 13.09.2022): ``` conda install -c conda-forge authlib ``` @@ -908,11 +908,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 4M / month Β· πŸ“¦ 13K Β· ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 4.2M / month Β· πŸ“¦ 13K Β· ⏱️ 02.05.2022): ``` pip install flask-login ``` -- [Conda](https://anaconda.org/conda-forge/flask-login) (πŸ“₯ 130K Β· ⏱️ 25.07.2022): +- [Conda](https://anaconda.org/conda-forge/flask-login) (πŸ“₯ 140K Β· ⏱️ 25.07.2022): ``` conda install -c conda-forge flask-login ``` @@ -924,11 +924,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (πŸ“₯ 86M / month Β· πŸ“¦ 12K Β· ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/requests-oauthlib) (πŸ“₯ 84M / month Β· πŸ“¦ 12K Β· ⏱️ 29.01.2022): ``` pip install requests-oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (πŸ“₯ 5.8M Β· ⏱️ 30.01.2022): +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (πŸ“₯ 5.9M Β· ⏱️ 30.01.2022): ``` conda install -c conda-forge requests-oauthlib ``` @@ -940,7 +940,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 3.4M / month Β· πŸ“¦ 650 Β· ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 3.5M / month Β· πŸ“¦ 650 Β· ⏱️ 27.06.2022): ``` pip install flask-jwt-extended ``` @@ -949,9 +949,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-jwt-extended ```
-
django-oauth-toolkit (πŸ₯ˆ33 Β· ⭐ 2.6K) - OAuth2 goodies for the Djangonauts!. BSD-3 +
django-oauth-toolkit (πŸ₯ˆ33 Β· ⭐ 2.7K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 700 Β· πŸ“‹ 740 - 21% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 710 Β· πŸ“‹ 730 - 21% open Β· ⏱️ 22.09.2022): ``` git clone https://github.com/jazzband/django-oauth-toolkit @@ -963,7 +963,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-guardian (πŸ₯ˆ32 Β· ⭐ 3.3K) - Per object permissions for Django. BSD-3 -- [GitHub](https://github.com/django-guardian/django-guardian) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 540 Β· πŸ“¦ 5K Β· πŸ“‹ 460 - 30% open Β· ⏱️ 25.03.2022): +- [GitHub](https://github.com/django-guardian/django-guardian) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 540 Β· πŸ“¦ 5K Β· πŸ“‹ 460 - 29% open Β· ⏱️ 25.03.2022): ``` git clone https://github.com/django-guardian/django-guardian @@ -977,9 +977,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-guardian ```
-
django-rest-framework-simplejwt (πŸ₯ˆ32 Β· ⭐ 3.1K) - A JSON Web Token authentication plugin for the Django.. MIT +
django-rest-framework-simplejwt (πŸ₯ˆ32 Β· ⭐ 3.2K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 530 Β· πŸ“‹ 380 - 25% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 530 Β· πŸ“‹ 390 - 26% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt @@ -996,7 +996,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 2.2M / month Β· πŸ“¦ 550 Β· ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 2.3M / month Β· πŸ“¦ 550 Β· ⏱️ 04.02.2021): ``` pip install pyotp ``` @@ -1007,16 +1007,16 @@ _General purpose web frameworks to build web applications and REST APIs._
dj-rest-auth (πŸ₯ˆ31 Β· ⭐ 1.1K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 190 Β· πŸ“₯ 230 Β· πŸ“¦ 4.1K Β· πŸ“‹ 310 - 44% open Β· ⏱️ 17.07.2022): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 200 Β· πŸ“₯ 230 Β· πŸ“¦ 4.1K Β· πŸ“‹ 310 - 44% open Β· ⏱️ 17.07.2022): ``` git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 130K / month Β· πŸ“¦ 8 Β· ⏱️ 30.03.2022): +- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 140K / month Β· πŸ“¦ 8 Β· ⏱️ 30.03.2022): ``` pip install dj-rest-auth ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 7.5K Β· ⏱️ 18.07.2022): +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 7.7K Β· ⏱️ 18.07.2022): ``` conda install -c conda-forge dj-rest-auth ``` @@ -1037,19 +1037,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-jose ```
-
djoser (πŸ₯‰28 Β· ⭐ 2.2K) - REST implementation of Django authentication system. MIT - -- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 420 Β· πŸ“‹ 440 - 35% open Β· ⏱️ 29.08.2022): - - ``` - git clone https://github.com/sunscrapers/djoser - ``` -- [PyPi](https://pypi.org/project/djoser) (πŸ“₯ 140K / month Β· πŸ“¦ 220 Β· ⏱️ 30.10.2020): - ``` - pip install djoser - ``` -
-
Flask-HTTPAuth (πŸ₯‰28 Β· ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT +
Flask-HTTPAuth (πŸ₯‰29 Β· ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT - [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 100 - 8% open Β· ⏱️ 26.06.2022): @@ -1065,6 +1053,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-httpauth ```
+
djoser (πŸ₯‰28 Β· ⭐ 2.2K) - REST implementation of Django authentication system. MIT + +- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 420 Β· πŸ“‹ 440 - 35% open Β· ⏱️ 29.08.2022): + + ``` + git clone https://github.com/sunscrapers/djoser + ``` +- [PyPi](https://pypi.org/project/djoser) (πŸ“₯ 140K / month Β· πŸ“¦ 220 Β· ⏱️ 30.10.2020): + ``` + pip install djoser + ``` +
flask-dance (πŸ₯‰28 Β· ⭐ 900) - Doing the OAuth dance with style using Flask, requests, and.. MIT - [GitHub](https://github.com/singingwolfboy/flask-dance) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 140 Β· πŸ“¦ 2.8K Β· πŸ“‹ 200 - 18% open Β· ⏱️ 22.08.2022): @@ -1072,23 +1072,23 @@ _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) (πŸ“₯ 53K / month Β· πŸ“¦ 160 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 55K / month Β· πŸ“¦ 160 Β· ⏱️ 05.04.2022): ``` pip install flask-dance ``` -- [Conda](https://anaconda.org/conda-forge/flask-dance) (πŸ“₯ 8.2K Β· ⏱️ 07.06.2019): +- [Conda](https://anaconda.org/conda-forge/flask-dance) (πŸ“₯ 8.3K Β· ⏱️ 07.06.2019): ``` conda install -c conda-forge flask-dance ```
fastapi-users (πŸ₯‰27 Β· ⭐ 2.2K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 210 Β· πŸ“‹ 210 - 1% open Β· ⏱️ 08.09.2022): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 210 Β· πŸ“‹ 210 - 1% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 28K / month Β· πŸ“¦ 9 Β· ⏱️ 21.06.2022): +- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 30K / month Β· πŸ“¦ 9 Β· ⏱️ 21.06.2022): ``` pip install fastapi-users ``` @@ -1099,12 +1099,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rules (πŸ₯‰27 Β· ⭐ 1.5K) - Awesome Django authorization, without the database. MIT -- [GitHub](https://github.com/dfunckt/django-rules) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 120 Β· πŸ“¦ 930 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 23.03.2022): +- [GitHub](https://github.com/dfunckt/django-rules) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 120 Β· πŸ“¦ 940 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 23.03.2022): ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 89K / month Β· πŸ“¦ 130 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 91K / month Β· πŸ“¦ 130 Β· ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1116,7 +1116,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) (πŸ“₯ 77K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 78K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): ``` pip install django-rest-knox ``` @@ -1128,7 +1128,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 1.5K / month Β· πŸ“¦ 260 Β· ⏱️ 27.11.2019): +- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 1.7K / month Β· πŸ“¦ 260 Β· ⏱️ 27.11.2019): ``` pip install authomatic ``` @@ -1140,7 +1140,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 12K / month Β· πŸ“¦ 74 Β· ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 13K / month Β· πŸ“¦ 74 Β· ⏱️ 09.01.2022): ``` pip install django-cas-ng ``` @@ -1163,36 +1163,36 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi_login (πŸ₯‰24 Β· ⭐ 370) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 42 Β· πŸ“₯ 3 Β· πŸ“¦ 270 Β· πŸ“‹ 46 - 10% open Β· ⏱️ 27.05.2022): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 42 Β· πŸ“₯ 3 Β· πŸ“¦ 280 Β· πŸ“‹ 47 - 12% open Β· ⏱️ 27.05.2022): ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 9.1K / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2022): +- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 8.8K / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2022): ``` pip install fastapi_login ```
python-jwt (πŸ₯‰23 Β· ⭐ 200) - Python module for generating and verifying JSON Web Tokens. MIT -- [GitHub](https://github.com/davedoesdev/python-jwt) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 25 Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/davedoesdev/python-jwt) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 25 Β· ⏱️ 27.09.2022): ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 220K / month Β· πŸ“¦ 56 Β· ⏱️ 03.07.2022): +- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 220K / month Β· πŸ“¦ 56 Β· ⏱️ 21.09.2022): ``` pip install python-jwt ```
flask-praetorian (πŸ₯‰21 Β· ⭐ 320) - Strong, Simple, and Precise security for Flask APIs.. MIT -- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 44 Β· πŸ“‹ 140 - 2% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 43 Β· πŸ“‹ 140 - 2% open Β· ⏱️ 20.09.2022): ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 6.4K / month Β· πŸ“¦ 8 Β· ⏱️ 02.12.2021): +- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 5.3K / month Β· πŸ“¦ 8 Β· ⏱️ 02.12.2021): ``` pip install flask-praetorian ``` @@ -1204,7 +1204,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 76K / month Β· πŸ“¦ 2 Β· ⏱️ 25.10.2021): +- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 90K / month Β· πŸ“¦ 2 Β· ⏱️ 25.10.2021): ``` pip install flask_simplelogin ``` @@ -1215,7 +1215,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - python-social-auth (πŸ₯ˆ33 Β· ⭐ 2.8K Β· πŸ’€) - Social auth made simple. BSD-3 - django-rest-framework-jwt (πŸ₯ˆ31 Β· ⭐ 3.1K Β· πŸ’€) - JSON Web Token Authentication support for Django REST.. MIT - python-oauth2 (πŸ₯‰29 Β· ⭐ 3K Β· πŸ’€) - A fully tested, abstract interface to creating OAuth clients.. MIT -- rauth (πŸ₯‰29 Β· ⭐ 1.6K Β· πŸ’€) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT +- rauth (πŸ₯‰28 Β· ⭐ 1.6K Β· πŸ’€) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT - Flask-User (πŸ₯‰26 Β· ⭐ 990 Β· πŸ’€) - Customizable User Authorization & User Management: Register,.. MIT - django-stronghold (πŸ₯‰24 Β· ⭐ 380 Β· πŸ’€) - Get inside your stronghold and make all your Django.. MIT - velruse (πŸ₯‰22 Β· ⭐ 250 Β· πŸ’€) - Simplifying third-party authentication for web applications. MIT @@ -1230,41 +1230,41 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
lxml (πŸ₯‡37 Β· ⭐ 2.2K) - The lxml XML toolkit for Python. BSD-3 +
bleach (πŸ₯‡36 Β· ⭐ 2.4K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 500 Β· πŸ“₯ 5.3K Β· πŸ“¦ 280K Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 240 Β· πŸ“¦ 200K Β· πŸ“‹ 360 - 9% open Β· ⏱️ 27.06.2022): ``` - git clone https://github.com/lxml/lxml + git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 65M / month Β· πŸ“¦ 39K Β· ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/bleach) (πŸ“₯ 13M / month Β· πŸ“¦ 12K Β· ⏱️ 27.06.2022): ``` - pip install lxml + pip install bleach ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 7.8M Β· ⏱️ 02.07.2022): +- [Conda](https://anaconda.org/conda-forge/bleach) (πŸ“₯ 8.7M Β· ⏱️ 27.06.2022): ``` - conda install -c conda-forge lxml + conda install -c conda-forge bleach ```
-
bleach (πŸ₯ˆ35 Β· ⭐ 2.4K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 +
lxml (πŸ₯‡36 Β· ⭐ 2.2K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 240 Β· πŸ“¦ 200K Β· πŸ“‹ 360 - 9% open Β· ⏱️ 27.06.2022): +- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 510 Β· πŸ“₯ 5.4K Β· πŸ“¦ 280K Β· ⏱️ 16.09.2022): ``` - git clone https://github.com/mozilla/bleach + git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/bleach) (πŸ“₯ 12M / month Β· πŸ“¦ 12K Β· ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 67M / month Β· πŸ“¦ 39K Β· ⏱️ 01.07.2022): ``` - pip install bleach + pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/bleach) (πŸ“₯ 8.6M Β· ⏱️ 27.06.2022): +- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 8M Β· ⏱️ 02.07.2022): ``` - conda install -c conda-forge bleach + conda install -c conda-forge lxml ```
-
markupsafe (πŸ₯ˆ35 Β· ⭐ 500) - Safely add untrusted strings to HTML/XML markup. BSD-3 +
markupsafe (πŸ₯ˆ34 Β· ⭐ 500) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 120 Β· πŸ“¦ 950K Β· ⏱️ 01.09.2022): +- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 120 Β· πŸ“¦ 960K Β· ⏱️ 01.09.2022): ``` git clone https://github.com/pallets/markupsafe @@ -1285,7 +1285,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/html5lib/html5lib-python ``` -- [PyPi](https://pypi.org/project/html5lib) (πŸ“₯ 12M / month Β· πŸ“¦ 15K Β· ⏱️ 22.06.2020): +- [PyPi](https://pypi.org/project/html5lib) (πŸ“₯ 13M / month Β· πŸ“¦ 15K Β· ⏱️ 22.06.2020): ``` pip install html5lib ``` @@ -1296,28 +1296,28 @@ _General purpose web frameworks to build web applications and REST APIs._
WeasyPrint (πŸ₯‰32 Β· ⭐ 5.2K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 570 Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 570 Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 800K / month Β· πŸ“¦ 42 Β· ⏱️ 17.06.2022): +- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 750K / month Β· πŸ“¦ 42 Β· ⏱️ 17.06.2022): ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 68K Β· ⏱️ 25.07.2022): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 69K Β· ⏱️ 25.07.2022): ``` conda install -c conda-forge weasyprint ```
xhtml2pdf (πŸ₯‰32 Β· ⭐ 1.9K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“₯ 6 Β· πŸ“¦ 8.5K Β· πŸ“‹ 340 - 39% open Β· ⏱️ 16.06.2022): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“₯ 6 Β· πŸ“¦ 8.6K Β· πŸ“‹ 340 - 39% open Β· ⏱️ 16.06.2022): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 370K / month Β· πŸ“¦ 830 Β· ⏱️ 16.06.2022): +- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 380K / month Β· πŸ“¦ 830 Β· ⏱️ 16.06.2022): ``` pip install xhtml2pdf ``` @@ -1333,23 +1333,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 1.1M / month Β· πŸ“¦ 3.3K Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 1.2M / month Β· πŸ“¦ 3.3K Β· ⏱️ 21.11.2020): ``` pip install pyquery ``` -- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 29K Β· ⏱️ 27.11.2020): +- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 30K Β· ⏱️ 27.11.2020): ``` conda install -c conda-forge pyquery ```
-
selectolax (πŸ₯‰26 Β· ⭐ 590) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT +
selectolax (πŸ₯‰26 Β· ⭐ 600) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 49 Β· πŸ“¦ 340 Β· πŸ“‹ 58 - 12% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 50 Β· πŸ“¦ 340 Β· πŸ“‹ 58 - 12% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (πŸ“₯ 190K / month Β· πŸ“¦ 26 Β· ⏱️ 21.03.2022): +- [PyPi](https://pypi.org/project/selectolax) (πŸ“₯ 240K / month Β· πŸ“¦ 26 Β· ⏱️ 21.03.2022): ``` pip install selectolax ``` @@ -1383,11 +1383,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) (πŸ“₯ 6.2M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 6.5M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.05.2022): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 270K Β· ⏱️ 08.07.2022): +- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 280K Β· ⏱️ 08.07.2022): ``` conda install -c conda-forge tldextract ``` @@ -1399,11 +1399,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 97M / month Β· πŸ“¦ 2.8K Β· ⏱️ 01.11.2021): +- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 99M / month Β· πŸ“¦ 2.8K Β· ⏱️ 01.11.2021): ``` pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 6.1M Β· ⏱️ 03.04.2022): +- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 6.2M Β· ⏱️ 03.04.2022): ``` conda install -c conda-forge yarl ``` @@ -1415,7 +1415,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 4.2M / month Β· πŸ“¦ 1K Β· ⏱️ 08.05.2022): +- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 4.1M / month Β· πŸ“¦ 1K Β· ⏱️ 08.05.2022): ``` pip install shortuuid ``` @@ -1424,14 +1424,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge shortuuid ```
-
furl (πŸ₯‰27 Β· ⭐ 2.3K) - URL parsing and manipulation made easy. Unlicense +
furl (πŸ₯‰26 Β· ⭐ 2.3K) - URL parsing and manipulation made easy. Unlicense -- [GitHub](https://github.com/gruns/furl) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 130 Β· πŸ“‹ 110 - 24% open Β· ⏱️ 01.08.2022): +- [GitHub](https://github.com/gruns/furl) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 130 Β· πŸ“‹ 110 - 25% open Β· ⏱️ 01.08.2022): ``` git clone https://github.com/gruns/furl ``` -- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 1.5M / month Β· πŸ“¦ 590 Β· ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 1.4M / month Β· πŸ“¦ 590 Β· ⏱️ 27.09.2021): ``` pip install furl ``` @@ -1455,12 +1455,12 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 14K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.5K Β· πŸ”€ 4.6K Β· πŸ“¦ 4 Β· πŸ“‹ 6.1K - 56% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.5K Β· πŸ”€ 4.6K Β· πŸ“¦ 4 Β· πŸ“‹ 6.2K - 56% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 4.2K / month Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 4.1K / month Β· ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` @@ -1471,7 +1471,7 @@ _General purpose web frameworks to build web applications and REST APIs._
swagger-ui (πŸ₯‡37 Β· ⭐ 23K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 8.5K Β· πŸ“¦ 33K Β· πŸ“‹ 5K - 16% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 8.5K Β· πŸ“¦ 33K Β· πŸ“‹ 5K - 16% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1479,12 +1479,12 @@ _General purpose web frameworks to build web applications and REST APIs._
connexion (πŸ₯‡37 Β· ⭐ 4.1K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 -- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 720 Β· πŸ“¦ 7.1K Β· πŸ“‹ 880 - 16% open Β· ⏱️ 18.09.2022): +- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 720 Β· πŸ“¦ 7.2K Β· πŸ“‹ 890 - 16% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 4.6M / month Β· πŸ“¦ 710 Β· ⏱️ 22.06.2022): +- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 4.7M / month Β· πŸ“¦ 710 Β· ⏱️ 22.06.2022): ``` pip install connexion ``` @@ -1495,7 +1495,7 @@ _General purpose web frameworks to build web applications and REST APIs._
apispec (πŸ₯ˆ35 Β· ⭐ 980) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 160 Β· πŸ“¦ 6.1K Β· πŸ“‹ 250 - 11% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 160 Β· πŸ“¦ 6.2K Β· πŸ“‹ 250 - 11% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/marshmallow-code/apispec @@ -1511,7 +1511,7 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-yasg (πŸ₯ˆ34 Β· ⭐ 2.9K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 -- [GitHub](https://github.com/axnsan12/drf-yasg) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 370 Β· πŸ“¦ 68K Β· πŸ“‹ 600 - 34% open Β· ⏱️ 15.07.2022): +- [GitHub](https://github.com/axnsan12/drf-yasg) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 380 Β· πŸ“¦ 69K Β· πŸ“‹ 610 - 34% open Β· ⏱️ 15.07.2022): ``` git clone https://github.com/axnsan12/drf-yasg @@ -1520,60 +1520,60 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-yasg ``` -- [Conda](https://anaconda.org/conda-forge/drf-yasg) (πŸ“₯ 4.5K Β· ⏱️ 26.10.2020): +- [Conda](https://anaconda.org/conda-forge/drf-yasg) (πŸ“₯ 4.6K Β· ⏱️ 26.10.2020): ``` conda install -c conda-forge drf-yasg ```
redoc (πŸ₯ˆ33 Β· ⭐ 19K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 2K Β· πŸ“₯ 66 Β· πŸ“¦ 3K Β· πŸ“‹ 1.6K - 24% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 2K Β· πŸ“₯ 66 Β· πŸ“¦ 3K Β· πŸ“‹ 1.6K - 24% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/Redocly/redoc ```
-
flasgger (πŸ₯ˆ32 Β· ⭐ 3.1K Β· πŸ’€) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT +
drf-spectacular (πŸ₯ˆ33 Β· ⭐ 1.3K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/flasgger/flasgger) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 430 Β· πŸ“₯ 480 Β· πŸ“¦ 8.2K Β· πŸ“‹ 360 - 55% open Β· ⏱️ 21.01.2022): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 150 Β· πŸ“¦ 3.5K Β· πŸ“‹ 610 - 7% open Β· ⏱️ 26.09.2022): ``` - git clone https://github.com/flasgger/flasgger + git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/flasgger) (πŸ“₯ 470K / month Β· πŸ“¦ 360 Β· ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 640K / month Β· πŸ“¦ 25 Β· ⏱️ 26.07.2022): ``` - pip install flasgger + pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/flasgger) (πŸ“₯ 110K Β· ⏱️ 16.04.2021): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 8K Β· ⏱️ 26.09.2022): ``` - conda install -c conda-forge flasgger + conda install -c conda-forge drf-spectacular ```
-
drf-spectacular (πŸ₯ˆ32 Β· ⭐ 1.3K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
flasgger (πŸ₯ˆ32 Β· ⭐ 3.1K Β· πŸ’€) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT -- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 150 Β· πŸ“¦ 3.4K Β· πŸ“‹ 600 - 7% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/flasgger/flasgger) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 430 Β· πŸ“₯ 480 Β· πŸ“¦ 8.3K Β· πŸ“‹ 360 - 55% open Β· ⏱️ 21.01.2022): ``` - git clone https://github.com/tfranzel/drf-spectacular + git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 630K / month Β· πŸ“¦ 25 Β· ⏱️ 26.07.2022): +- [PyPi](https://pypi.org/project/flasgger) (πŸ“₯ 470K / month Β· πŸ“¦ 360 Β· ⏱️ 31.07.2020): ``` - pip install drf-spectacular + pip install flasgger ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 7.6K Β· ⏱️ 14.09.2022): +- [Conda](https://anaconda.org/conda-forge/flasgger) (πŸ“₯ 110K Β· ⏱️ 16.04.2021): ``` - conda install -c conda-forge drf-spectacular + conda install -c conda-forge flasgger ```
AutoRest (πŸ₯ˆ31 Β· ⭐ 3.9K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 710 Β· πŸ“₯ 85K Β· πŸ“¦ 400 Β· πŸ“‹ 2K - 3% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 710 Β· πŸ“₯ 85K Β· πŸ“¦ 400 Β· πŸ“‹ 2K - 3% open Β· ⏱️ 22.09.2022): ``` git clone https://github.com/Azure/autorest ```
-
swagger-codegen (πŸ₯‰30 Β· ⭐ 15K) - swagger-codegen contains a template-driven engine to.. Apache-2 +
swagger-codegen (πŸ₯‰29 Β· ⭐ 15K) - swagger-codegen contains a template-driven engine to.. Apache-2 - [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.8K Β· πŸ“‹ 6.6K - 48% open Β· ⏱️ 07.09.2022): @@ -1588,11 +1588,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 2M / month Β· πŸ“¦ 170 Β· ⏱️ 21.06.2022): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 2.1M / month Β· πŸ“¦ 170 Β· ⏱️ 21.06.2022): ``` pip install openapi-spec-validator ``` -- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 97K Β· ⏱️ 05.09.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 100K Β· ⏱️ 05.09.2022): ``` conda install -c conda-forge openapi-spec-validator ``` @@ -1604,35 +1604,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 6.2K / month Β· πŸ“¦ 1 Β· ⏱️ 04.02.2022): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 5.7K / month Β· πŸ“¦ 1 Β· ⏱️ 04.02.2022): ``` npm install openapi-to-graphql-cli ```
datamodel-code-generator (πŸ₯‰26 Β· ⭐ 1.2K) - Pydantic model generator for easy conversion of JSON,.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 120 Β· πŸ“‹ 220 - 37% open Β· ⏱️ 08.09.2022): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 120 Β· πŸ“‹ 220 - 37% open Β· ⏱️ 22.09.2022): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 150K / month Β· πŸ“¦ 26 Β· ⏱️ 27.05.2022): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 160K / month Β· πŸ“¦ 26 Β· ⏱️ 27.05.2022): ``` pip install datamodel-code-generator ```
-
openapi-core (πŸ₯‰25 Β· ⭐ 170) - OpenAPI core. BSD-3 +
openapi-core (πŸ₯‰26 Β· ⭐ 180) - OpenAPI core. BSD-3 -- [GitHub](https://github.com/p1c2u/openapi-core) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 100 Β· πŸ“‹ 170 - 37% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/p1c2u/openapi-core) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 100 Β· πŸ“‹ 170 - 37% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 150K / month Β· πŸ“¦ 25 Β· ⏱️ 03.06.2022): +- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 160K / month Β· πŸ“¦ 25 Β· ⏱️ 03.06.2022): ``` pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 4.3K Β· ⏱️ 12.09.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 4.4K Β· ⏱️ 12.09.2022): ``` conda install -c conda-forge openapi-core ``` @@ -1649,9 +1649,9 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install spectree ```
-
openapi-python-client (πŸ₯‰23 Β· ⭐ 470) - Generate modern Python clients from OpenAPI. MIT +
openapi-python-client (πŸ₯‰23 Β· ⭐ 480) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 91 Β· πŸ“‹ 260 - 32% open Β· ⏱️ 18.09.2022): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 93 Β· πŸ“‹ 260 - 32% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/openapi-generators/openapi-python-client @@ -1660,7 +1660,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 7.9K Β· ⏱️ 03.07.2022): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 8.2K Β· ⏱️ 03.07.2022): ``` conda install -c conda-forge openapi-python-client ``` @@ -1672,7 +1672,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) (πŸ“₯ 10K / month Β· πŸ“¦ 2 Β· ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 05.05.2022): ``` pip install pyramid_openapi3 ``` @@ -1711,7 +1711,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 1.4M / month Β· πŸ“¦ 840 Β· ⏱️ 30.05.2022): +- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 1.5M / month Β· πŸ“¦ 840 Β· ⏱️ 30.05.2022): ``` pip install graphene ``` @@ -1720,58 +1720,58 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene ```
-
Strawberry GraphQL (πŸ₯‡34 Β· ⭐ 2.6K) - A GraphQL library for Python that leverages type.. MIT +
graphene-django (πŸ₯‡34 Β· ⭐ 3.9K Β· πŸ“ˆ) - Integrate GraphQL into your Django project. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 310 Β· πŸ“₯ 490 Β· πŸ“¦ 620 Β· πŸ“‹ 620 - 47% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 710 Β· πŸ“¦ 8.6K Β· πŸ“‹ 760 - 18% open Β· ⏱️ 26.09.2022): ``` - git clone https://github.com/strawberry-graphql/strawberry + git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 240K / month Β· πŸ“¦ 24 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 420K / month Β· πŸ“¦ 490 Β· ⏱️ 31.12.2020): ``` - pip install strawberry-graphql + pip install graphene-django + ``` +- [Conda](https://anaconda.org/conda-forge/graphene-django) (πŸ“₯ 20K Β· ⏱️ 09.01.2021): + ``` + conda install -c conda-forge graphene-django ```
-
ariadne (πŸ₯ˆ33 Β· ⭐ 1.8K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 +
Strawberry GraphQL (πŸ₯‡34 Β· ⭐ 2.6K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 150 Β· πŸ“¦ 850 Β· πŸ“‹ 240 - 17% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 310 Β· πŸ“₯ 470 Β· πŸ“¦ 640 Β· πŸ“‹ 620 - 46% open Β· ⏱️ 29.09.2022): ``` - git clone https://github.com/mirumee/ariadne + git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 150K / month Β· πŸ“¦ 39 Β· ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 270K / month Β· πŸ“¦ 24 Β· ⏱️ 06.07.2022): ``` - pip install ariadne + pip install strawberry-graphql ```
-
graphene-django (πŸ₯ˆ32 Β· ⭐ 3.9K) - Integrate GraphQL into your Django project. MIT +
ariadne (πŸ₯ˆ33 Β· ⭐ 1.8K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 680 Β· πŸ“¦ 8.5K Β· πŸ“‹ 750 - 18% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 150 Β· πŸ“¦ 860 Β· πŸ“‹ 240 - 18% open Β· ⏱️ 26.09.2022): ``` - git clone https://github.com/graphql-python/graphene-django - ``` -- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 420K / month Β· πŸ“¦ 470 Β· ⏱️ 31.12.2020): - ``` - pip install graphene-django + git clone https://github.com/mirumee/ariadne ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (πŸ“₯ 20K Β· ⏱️ 09.01.2021): +- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 140K / month Β· πŸ“¦ 39 Β· ⏱️ 22.04.2022): ``` - conda install -c conda-forge graphene-django + pip install ariadne ```
graphql-core (πŸ₯ˆ31 Β· ⭐ 440) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 100 Β· πŸ“¦ 15K Β· πŸ“‹ 120 - 11% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 100 Β· πŸ“‹ 120 - 13% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 3.4M / month Β· πŸ“¦ 720 Β· ⏱️ 10.04.2022): +- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 3.5M / month Β· πŸ“¦ 720 Β· ⏱️ 10.04.2022): ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 390K Β· ⏱️ 10.04.2022): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 400K Β· ⏱️ 23.09.2022): ``` conda install -c conda-forge graphql-core ``` @@ -1787,7 +1787,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install graphql-relay ``` -- [Conda](https://anaconda.org/conda-forge/graphql-relay) (πŸ“₯ 180K Β· ⏱️ 16.04.2022): +- [Conda](https://anaconda.org/conda-forge/graphql-relay) (πŸ“₯ 190K Β· ⏱️ 16.04.2022): ``` conda install -c conda-forge graphql-relay ``` @@ -1799,7 +1799,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) (πŸ“₯ 16K / month Β· πŸ“¦ 13 Β· ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 15K / month Β· πŸ“¦ 13 Β· ⏱️ 14.01.2022): ``` pip install graphene-mongo ``` @@ -1815,14 +1815,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tartiflette/tartiflette ``` -- [PyPi](https://pypi.org/project/tartiflette) (πŸ“₯ 3.1K / month Β· πŸ“¦ 18 Β· ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tartiflette) (πŸ“₯ 3.5K / month Β· πŸ“¦ 18 Β· ⏱️ 15.11.2021): ``` pip install tartiflette ```
django-graphql-auth (πŸ₯‰22 Β· ⭐ 290) - Django registration and authentication with GraphQL. MIT -- [GitHub](https://github.com/PedroBern/django-graphql-auth) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 75 Β· πŸ“¦ 470 Β· πŸ“‹ 100 - 56% open Β· ⏱️ 17.06.2022): +- [GitHub](https://github.com/PedroBern/django-graphql-auth) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 75 Β· πŸ“¦ 480 Β· πŸ“‹ 100 - 56% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/PedroBern/django-graphql-auth @@ -1851,7 +1851,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tartiflette/tartiflette-asgi ``` -- [PyPi](https://pypi.org/project/tartiflette-asgi) (πŸ“₯ 250 / month Β· πŸ“¦ 1 Β· ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/tartiflette-asgi) (πŸ“₯ 410 / month Β· πŸ“¦ 1 Β· ⏱️ 20.05.2022): ``` pip install tartiflette-asgi ``` @@ -1863,7 +1863,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tartiflette/tartiflette-aiohttp ``` -- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (πŸ“₯ 1.4K / month Β· πŸ“¦ 4 Β· ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (πŸ“₯ 1.7K / month Β· πŸ“¦ 4 Β· ⏱️ 15.11.2021): ``` pip install tartiflette-aiohttp ``` @@ -1887,23 +1887,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (πŸ“₯ 43M / month Β· πŸ“¦ 6.7K Β· ⏱️ 20.06.2022): +- [PyPi](https://pypi.org/project/websocket-client) (πŸ“₯ 44M / month Β· πŸ“¦ 6.7K Β· ⏱️ 20.06.2022): ``` pip install websocket-client ``` -- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 3.9M Β· ⏱️ 04.09.2022): +- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 4M Β· ⏱️ 04.09.2022): ``` conda install -c conda-forge websocket-client ```
websockets (πŸ₯‡36 Β· ⭐ 4.2K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/aaugustin/websockets) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 440 Β· πŸ“¦ 69K Β· πŸ“‹ 920 - 3% open Β· ⏱️ 17.09.2022): +- [GitHub](https://github.com/aaugustin/websockets) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 440 Β· πŸ“¦ 69K Β· πŸ“‹ 920 - 3% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (πŸ“₯ 12M / month Β· πŸ“¦ 3.6K Β· ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/websockets) (πŸ“₯ 13M / month Β· πŸ“¦ 3.6K Β· ⏱️ 17.04.2022): ``` pip install websockets ``` @@ -1914,12 +1914,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 Β· πŸ“¦ 21K Β· πŸ“‹ 870 - 20% open Β· ⏱️ 23.08.2022): +- [GitHub](https://github.com/crossbario/autobahn-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 760 Β· πŸ“¦ 21K Β· πŸ“‹ 870 - 20% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/crossbario/autobahn-python ``` -- [PyPi](https://pypi.org/project/autobahn) (πŸ“₯ 980K / month Β· πŸ“¦ 2K Β· ⏱️ 05.07.2022): +- [PyPi](https://pypi.org/project/autobahn) (πŸ“₯ 1M / month Β· πŸ“¦ 2K Β· ⏱️ 05.07.2022): ``` pip install autobahn ``` @@ -1935,7 +1935,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 850K / month Β· πŸ“¦ 2.3K Β· ⏱️ 22.05.2022): +- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 830K / month Β· πŸ“¦ 2.3K Β· ⏱️ 22.05.2022): ``` pip install flask-socketio ``` @@ -1944,50 +1944,50 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-socketio ```
-
python-socketio (πŸ₯ˆ33 Β· ⭐ 3K) - Python Socket.IO server and client. MIT +
daphne (πŸ₯ˆ33 Β· ⭐ 1.8K) - Django Channels HTTP/WebSocket server. BSD-3 -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 500 Β· πŸ“‹ 740 - 5% open Β· ⏱️ 15.08.2022): +- [GitHub](https://github.com/django/daphne) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 210 Β· πŸ“¦ 16K Β· πŸ“‹ 300 - 15% open Β· ⏱️ 26.09.2022): ``` - git clone https://github.com/miguelgrinberg/python-socketio + git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 1.4M / month Β· πŸ“¦ 1.9K Β· ⏱️ 15.07.2022): +- [PyPi](https://pypi.org/project/daphne) (πŸ“₯ 540K / month Β· πŸ“¦ 770 Β· ⏱️ 07.04.2021): ``` - pip install python-socketio + pip install daphne ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (πŸ“₯ 260K Β· ⏱️ 15.07.2022): +- [Conda](https://anaconda.org/conda-forge/daphne) (πŸ“₯ 110K Β· ⏱️ 07.04.2021): ``` - conda install -c conda-forge python-socketio + conda install -c conda-forge daphne ```
-
daphne (πŸ₯ˆ33 Β· ⭐ 1.8K) - Django Channels HTTP/WebSocket server. BSD-3 +
python-socketio (πŸ₯‰32 Β· ⭐ 3K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/django/daphne) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 210 Β· πŸ“¦ 16K Β· πŸ“‹ 300 - 15% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 500 Β· πŸ“‹ 740 - 5% open Β· ⏱️ 15.08.2022): ``` - git clone https://github.com/django/daphne + git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/daphne) (πŸ“₯ 530K / month Β· πŸ“¦ 770 Β· ⏱️ 07.04.2021): +- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 1.4M / month Β· πŸ“¦ 1.9K Β· ⏱️ 15.07.2022): ``` - pip install daphne + pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/daphne) (πŸ“₯ 110K Β· ⏱️ 07.04.2021): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (πŸ“₯ 260K Β· ⏱️ 15.07.2022): ``` - conda install -c conda-forge daphne + conda install -c conda-forge python-socketio ```
-
websockify (πŸ₯‰28 Β· ⭐ 3.2K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 +
websockify (πŸ₯‰27 Β· ⭐ 3.2K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 - [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 620 Β· πŸ“¦ 600 Β· πŸ“‹ 320 - 7% open Β· ⏱️ 18.08.2022): ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 59K / month Β· πŸ“¦ 300 Β· ⏱️ 22.07.2021): +- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 54K / month Β· πŸ“¦ 300 Β· ⏱️ 22.07.2021): ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 50K Β· ⏱️ 17.04.2022): +- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 51K Β· ⏱️ 17.04.2022): ``` conda install -c conda-forge websockify ``` @@ -2007,16 +2007,16 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (πŸ₯‡48 Β· ⭐ 36K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 860 Β· πŸ”€ 9.4K Β· πŸ“₯ 61K Β· πŸ“¦ 3.7K Β· πŸ“‹ 11K - 8% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 870 Β· πŸ”€ 9.4K Β· πŸ“₯ 62K Β· πŸ“¦ 3.7K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 60M / month Β· πŸ“¦ 4.7K Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 58M / month Β· πŸ“¦ 4.7K Β· ⏱️ 06.07.2022): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 6.2M Β· ⏱️ 05.09.2022): +- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 6.3M Β· ⏱️ 05.09.2022): ``` conda install -c conda-forge grpcio ``` @@ -2028,7 +2028,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 300K / month Β· πŸ“¦ 330 Β· ⏱️ 26.02.2022): +- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 270K / month Β· πŸ“¦ 330 Β· ⏱️ 26.02.2022): ``` pip install rpyc ``` @@ -2066,7 +2066,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 180K / month Β· πŸ“¦ 160 Β· ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 190K / month Β· πŸ“¦ 160 Β· ⏱️ 01.06.2022): ``` pip install chalice ``` @@ -2082,19 +2082,19 @@ _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) (πŸ“₯ 4.6K / month Β· πŸ“¦ 33 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/python-lambda) (πŸ“₯ 4.2K / month Β· πŸ“¦ 33 Β· ⏱️ 05.01.2021): ``` pip install python-lambda ```
lambdarest (πŸ₯‰20 Β· ⭐ 91) - Flask like web framework for AWS Lambda. MIT -- [GitHub](https://github.com/sloev/python-lambdarest) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 23 Β· πŸ“‹ 31 - 9% open Β· ⏱️ 12.09.2022): +- [GitHub](https://github.com/sloev/python-lambdarest) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 23 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 12.09.2022): ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 3.3K / month Β· ⏱️ 22.09.2021): +- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 3.8K / month Β· ⏱️ 22.09.2021): ``` pip install lambdarest ``` @@ -2111,35 +2111,35 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (πŸ₯‡42 Β· ⭐ 13K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 2.7K Β· πŸ“¦ 7.2K Β· πŸ“‹ 4.1K - 23% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 2.7K Β· πŸ“¦ 7.2K Β· πŸ“‹ 4.1K - 23% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 120K / month Β· πŸ“¦ 1.4K Β· ⏱️ 16.06.2022): +- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 130K / month Β· πŸ“¦ 1.4K Β· ⏱️ 16.06.2022): ``` pip install wagtail ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 47K Β· ⏱️ 06.09.2022): +- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 48K Β· ⏱️ 06.09.2022): ``` conda install -c conda-forge wagtail ```
django-cms (πŸ₯ˆ40 Β· ⭐ 8.9K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2.8K Β· πŸ“¦ 4.5K Β· πŸ“‹ 3.4K - 3% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 2.8K Β· πŸ“¦ 4.5K Β· πŸ“‹ 3.4K - 3% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 74K / month Β· πŸ“¦ 1.7K Β· ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 76K / month Β· πŸ“¦ 1.7K Β· ⏱️ 27.06.2022): ``` pip install django-cms ```
mezzanine (πŸ₯ˆ32 Β· ⭐ 4.5K) - CMS framework for Django. BSD-2 -- [GitHub](https://github.com/stephenmcd/mezzanine) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.1K - 5% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/stephenmcd/mezzanine) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.1K - 4% open Β· ⏱️ 19.09.2022): ``` git clone https://github.com/stephenmcd/mezzanine @@ -2151,16 +2151,16 @@ _General purpose web frameworks to build web applications and REST APIs._
lektor (πŸ₯‰30 Β· ⭐ 3.6K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 300 Β· πŸ“₯ 7K Β· πŸ“‹ 630 - 39% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/lektor/lektor) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 300 Β· πŸ“₯ 7K Β· πŸ“‹ 630 - 38% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 2.1K / month Β· πŸ“¦ 84 Β· ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 2.3K / month Β· πŸ“¦ 84 Β· ⏱️ 02.05.2022): ``` pip install lektor ``` -- [Conda](https://anaconda.org/conda-forge/lektor) (πŸ“₯ 56K Β· ⏱️ 28.07.2022): +- [Conda](https://anaconda.org/conda-forge/lektor) (πŸ“₯ 56K Β· ⏱️ 22.09.2022): ``` conda install -c conda-forge lektor ``` @@ -2172,7 +2172,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.3K / month Β· πŸ“¦ 160 Β· ⏱️ 02.06.2022): +- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 4.5K / month Β· πŸ“¦ 160 Β· ⏱️ 02.06.2022): ``` pip install feincms ``` @@ -2187,25 +2187,25 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
selenium (πŸ₯‡48 Β· ⭐ 25K) - A browser automation framework and ecosystem. Apache-2 +
selenium (πŸ₯‡47 Β· ⭐ 25K Β· πŸ“‰) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 7.1K Β· πŸ“₯ 3.7M Β· πŸ“¦ 160K Β· πŸ“‹ 8.4K - 1% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 7.2K Β· πŸ“₯ 3.9M Β· πŸ“¦ 160K Β· πŸ“‹ 8.4K - 1% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (πŸ“₯ 14M / month Β· πŸ“¦ 16K Β· ⏱️ 23.06.2022): +- [PyPi](https://pypi.org/project/selenium) (πŸ“₯ 15M / month Β· πŸ“¦ 16K Β· ⏱️ 23.06.2022): ``` pip install selenium ``` -- [Conda](https://anaconda.org/conda-forge/selenium) (πŸ“₯ 860K Β· ⏱️ 09.08.2022): +- [Conda](https://anaconda.org/conda-forge/selenium) (πŸ“₯ 870K Β· ⏱️ 29.09.2022): ``` conda install -c conda-forge selenium ```
coverage (πŸ₯‡41 Β· ⭐ 2.2K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 310 Β· πŸ“¦ 230K Β· πŸ“‹ 1.2K - 20% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 310 Β· πŸ“¦ 230K Β· πŸ“‹ 1.2K - 20% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/nedbat/coveragepy @@ -2214,35 +2214,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 8.3M Β· ⏱️ 16.08.2022): +- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 8.4M Β· ⏱️ 16.08.2022): ``` conda install -c conda-forge coverage ```
mitmproxy (πŸ₯‡40 Β· ⭐ 29K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 3.4K Β· πŸ“₯ 220K Β· πŸ“¦ 2.1K Β· πŸ“‹ 2.9K - 9% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 3.4K Β· πŸ“₯ 220K Β· πŸ“¦ 2.1K Β· πŸ“‹ 2.9K - 9% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 180K / month Β· πŸ“¦ 470 Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 190K / month Β· πŸ“¦ 470 Β· ⏱️ 28.06.2022): ``` pip install mitmproxy ```
Locust (πŸ₯‡39 Β· ⭐ 20K) - Scalable user load testing tool written in Python. MIT -- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 2.6K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 2.6K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 1M / month Β· πŸ“¦ 88 Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 1.1M / month Β· πŸ“¦ 88 Β· ⏱️ 28.06.2022): ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 77K Β· ⏱️ 21.09.2022): +- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 78K Β· ⏱️ 21.09.2022): ``` conda install -c conda-forge locust ``` @@ -2263,26 +2263,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responses ```
-
splinter (πŸ₯ˆ35 Β· ⭐ 2.5K) - splinter - python test framework for web applications. BSD-3 +
splinter (πŸ₯ˆ35 Β· ⭐ 2.6K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 510 Β· πŸ“¦ 5.7K Β· πŸ“‹ 520 - 9% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 510 Β· πŸ“¦ 5.8K Β· πŸ“‹ 520 - 9% open Β· ⏱️ 16.09.2022): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 97K / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 96K / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.06.2022): ``` pip install splinter ```
SeleniumBase (πŸ₯ˆ34 Β· ⭐ 2.9K) - A framework for browser automation and testing with Selenium,.. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 700 Β· πŸ“¦ 350 Β· πŸ“‹ 500 - 0% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 700 Β· πŸ“¦ 350 Β· πŸ“‹ 510 - 0% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 99K / month Β· πŸ“¦ 17 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 120K / month Β· πŸ“¦ 17 Β· ⏱️ 06.07.2022): ``` pip install seleniumbase ``` @@ -2294,7 +2294,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/kevin1024/vcrpy ``` -- [PyPi](https://pypi.org/project/vcrpy) (πŸ“₯ 1.8M / month Β· πŸ“¦ 970 Β· ⏱️ 29.06.2022): +- [PyPi](https://pypi.org/project/vcrpy) (πŸ“₯ 1.7M / month Β· πŸ“¦ 970 Β· ⏱️ 29.06.2022): ``` pip install vcrpy ``` @@ -2305,19 +2305,19 @@ _General purpose web frameworks to build web applications and REST APIs._
django-silk (πŸ₯ˆ32 Β· ⭐ 3.5K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 300 Β· πŸ“₯ 180 Β· πŸ“¦ 2.3K Β· πŸ“‹ 310 - 37% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 300 Β· πŸ“₯ 180 Β· πŸ“¦ 2.3K Β· πŸ“‹ 310 - 38% open Β· ⏱️ 19.09.2022): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 240K / month Β· πŸ“¦ 150 Β· ⏱️ 04.07.2022): +- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 250K / month Β· πŸ“¦ 150 Β· ⏱️ 04.07.2022): ``` pip install django-silk ```
-
Prism (πŸ₯ˆ32 Β· ⭐ 3.1K Β· πŸ“‰) - Turn any OpenAPI2/3 and Postman Collection file into an API.. Apache-2 +
Prism (πŸ₯ˆ32 Β· ⭐ 3.1K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 260 Β· πŸ“₯ 760K Β· πŸ“¦ 280 Β· πŸ“‹ 590 - 9% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 260 Β· πŸ“₯ 760K Β· πŸ“¦ 280 Β· πŸ“‹ 590 - 9% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/stoplightio/prism @@ -2343,22 +2343,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge robotframework-seleniumlibrary ```
-
factory_boy (πŸ₯ˆ31 Β· ⭐ 2.9K) - A test fixtures replacement for Python. MIT - -- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“‹ 530 - 29% open Β· ⏱️ 17.08.2022): - - ``` - git clone https://github.com/FactoryBoy/factory_boy - ``` -- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 2.2M / month Β· πŸ“¦ 740 Β· ⏱️ 26.10.2021): - ``` - pip install factory_boy - ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (πŸ“₯ 110K Β· ⏱️ 26.10.2021): - ``` - conda install -c conda-forge factory_boy - ``` -
HTTPretty (πŸ₯ˆ31 Β· ⭐ 2K Β· πŸ’€) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT - [GitHub](https://github.com/gabrielfalcao/HTTPretty) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 250 Β· πŸ“¦ 6.6K Β· πŸ“‹ 230 - 39% open Β· ⏱️ 05.11.2021): @@ -2366,7 +2350,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gabrielfalcao/HTTPretty ``` -- [PyPi](https://pypi.org/project/httpretty) (πŸ“₯ 520K / month Β· πŸ“¦ 2.7K Β· ⏱️ 16.08.2021): +- [PyPi](https://pypi.org/project/httpretty) (πŸ“₯ 490K / month Β· πŸ“¦ 2.7K Β· ⏱️ 16.08.2021): ``` pip install httpretty ``` @@ -2391,6 +2375,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pytest-django ```
+
factory_boy (πŸ₯ˆ30 Β· ⭐ 2.9K) - A test fixtures replacement for Python. MIT + +- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 350 Β· πŸ“‹ 530 - 29% open Β· ⏱️ 17.08.2022): + + ``` + git clone https://github.com/FactoryBoy/factory_boy + ``` +- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 2.3M / month Β· πŸ“¦ 740 Β· ⏱️ 26.10.2021): + ``` + pip install factory_boy + ``` +- [Conda](https://anaconda.org/conda-forge/factory_boy) (πŸ“₯ 110K Β· ⏱️ 26.10.2021): + ``` + conda install -c conda-forge factory_boy + ``` +
Dredd (πŸ₯ˆ29 Β· ⭐ 3.9K) - Language-agnostic HTTP API Testing Tool. MIT - [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 860 Β· πŸ“‹ 820 - 30% open Β· ⏱️ 03.04.2022): @@ -2398,54 +2398,54 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5.5K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5.3K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 45K / month Β· πŸ“¦ 170 Β· ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 47K / month Β· πŸ“¦ 170 Β· ⏱️ 16.11.2021): ``` npm install dredd ```
httprunner (πŸ₯ˆ29 Β· ⭐ 3.4K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 1.1K Β· πŸ“₯ 3.2K Β· πŸ“¦ 1 Β· πŸ“‹ 1.1K - 34% open Β· ⏱️ 01.09.2022): +- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 1.1K Β· πŸ“₯ 3.4K Β· πŸ“¦ 1 Β· πŸ“‹ 1.1K - 34% open Β· ⏱️ 01.09.2022): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 4K / month Β· πŸ“¦ 7 Β· ⏱️ 04.07.2022): +- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 3.8K / month Β· πŸ“¦ 7 Β· ⏱️ 04.07.2022): ``` pip install httprunner ```
-
tavern (πŸ₯ˆ29 Β· ⭐ 890) - A command-line tool and Python library and Pytest plugin for automated.. MIT +
schemathesis (πŸ₯ˆ28 Β· ⭐ 1.5K) - Run thousands of randomly generated test scenarios based.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 170 Β· πŸ“¦ 340 Β· πŸ“‹ 560 - 8% open Β· ⏱️ 11.09.2022): +- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 110 Β· πŸ“‹ 670 - 15% open Β· ⏱️ 27.08.2022): ``` - git clone https://github.com/taverntesting/tavern + git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 140K / month Β· πŸ“¦ 23 Β· ⏱️ 26.06.2022): +- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 110K / month Β· πŸ“¦ 4 Β· ⏱️ 23.06.2022): ``` - pip install tavern + pip install schemathesis ```
-
schemathesis (πŸ₯ˆ28 Β· ⭐ 1.4K) - Run thousands of randomly generated test scenarios based.. MIT +
tavern (πŸ₯ˆ28 Β· ⭐ 890) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 110 Β· πŸ“‹ 670 - 15% open Β· ⏱️ 27.08.2022): +- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 180 Β· πŸ“¦ 340 Β· πŸ“‹ 560 - 8% open Β· ⏱️ 11.09.2022): ``` - git clone https://github.com/schemathesis/schemathesis + git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 99K / month Β· πŸ“¦ 4 Β· ⏱️ 23.06.2022): +- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 140K / month Β· πŸ“¦ 23 Β· ⏱️ 26.06.2022): ``` - pip install schemathesis + pip install tavern ```
django-nose (πŸ₯ˆ28 Β· ⭐ 880 Β· πŸ’€) - Django test runner using nose. BSD-3 -- [GitHub](https://github.com/jazzband/django-nose) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 240 Β· πŸ“¦ 8.5K Β· πŸ“‹ 230 - 41% open Β· ⏱️ 22.10.2021): +- [GitHub](https://github.com/jazzband/django-nose) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 240 Β· πŸ“¦ 8.6K Β· πŸ“‹ 230 - 41% open Β· ⏱️ 22.10.2021): ``` git clone https://github.com/jazzband/django-nose @@ -2455,7 +2455,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install django-nose ```
-
flask-debugtoolbar (πŸ₯ˆ28 Β· ⭐ 840) - A toolbar overlay for debugging Flask applications. BSD-3 +
flask-debugtoolbar (πŸ₯ˆ28 Β· ⭐ 850) - A toolbar overlay for debugging Flask applications. BSD-3 - [GitHub](https://github.com/flask-debugtoolbar/flask-debugtoolbar) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 130 Β· πŸ“¦ 19K Β· πŸ“‹ 110 - 40% open Β· ⏱️ 18.09.2022): @@ -2473,7 +2473,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Mockoon (πŸ₯‰27 Β· ⭐ 4.2K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT -- [GitHub](https://github.com/mockoon/mockoon) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 230 Β· πŸ“₯ 68K Β· πŸ“¦ 32 Β· πŸ“‹ 480 - 11% open Β· ⏱️ 25.08.2022): +- [GitHub](https://github.com/mockoon/mockoon) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 230 Β· πŸ“₯ 70K Β· πŸ“¦ 33 Β· πŸ“‹ 480 - 11% open Β· ⏱️ 25.08.2022): ``` git clone https://github.com/mockoon/mockoon @@ -2481,19 +2481,19 @@ _General purpose web frameworks to build web applications and REST APIs._
splash (πŸ₯‰27 Β· ⭐ 3.7K) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 -- [GitHub](https://github.com/scrapinghub/splash) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 470 Β· πŸ“‹ 830 - 43% open Β· ⏱️ 05.05.2022): +- [GitHub](https://github.com/scrapinghub/splash) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 480 Β· πŸ“‹ 830 - 43% open Β· ⏱️ 05.05.2022): ``` git clone https://github.com/scrapinghub/splash ``` -- [PyPi](https://pypi.org/project/splash) (πŸ“₯ 3K / month Β· πŸ“¦ 10 Β· ⏱️ 16.06.2020): +- [PyPi](https://pypi.org/project/splash) (πŸ“₯ 2.9K / month Β· πŸ“¦ 10 Β· ⏱️ 16.06.2020): ``` pip install splash ```
webtest (πŸ₯‰27 Β· ⭐ 320) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT -- [GitHub](https://github.com/Pylons/webtest) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 100 Β· πŸ“¦ 9.6K Β· πŸ“‹ 130 - 21% open Β· ⏱️ 18.08.2022): +- [GitHub](https://github.com/Pylons/webtest) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 100 Β· πŸ“¦ 9.7K Β· πŸ“‹ 130 - 21% open Β· ⏱️ 18.08.2022): ``` git clone https://github.com/Pylons/webtest @@ -2502,7 +2502,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install webtest ``` -- [Conda](https://anaconda.org/conda-forge/webtest) (πŸ“₯ 9.9K Β· ⏱️ 19.08.2021): +- [Conda](https://anaconda.org/conda-forge/webtest) (πŸ“₯ 10K Β· ⏱️ 19.08.2021): ``` conda install -c conda-forge webtest ``` @@ -2519,21 +2519,37 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install pytest-splinter ```
-
mixer (πŸ₯‰25 Β· ⭐ 850) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +
pytest-flask (πŸ₯‰26 Β· ⭐ 430) - A set of pytest fixtures to test Flask applications. MIT + +- [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 78 Β· πŸ“‹ 69 - 13% open Β· ⏱️ 26.06.2022): + + ``` + git clone https://github.com/pytest-dev/pytest-flask + ``` +- [PyPi](https://pypi.org/project/pytest-flask) (πŸ“₯ 270K / month Β· πŸ“¦ 8.3K Β· ⏱️ 27.02.2021): + ``` + pip install pytest-flask + ``` +- [Conda](https://anaconda.org/conda-forge/pytest-flask) (πŸ“₯ 60K Β· ⏱️ 27.02.2021): + ``` + conda install -c conda-forge pytest-flask + ``` +
+
mixer (πŸ₯‰25 Β· ⭐ 860) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 - [GitHub](https://github.com/klen/mixer) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 88 Β· πŸ“‹ 82 - 40% open Β· ⏱️ 23.03.2022): ``` git clone https://github.com/klen/mixer ``` -- [PyPi](https://pypi.org/project/mixer) (πŸ“₯ 89K / month Β· πŸ“¦ 310 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/mixer) (πŸ“₯ 92K / month Β· πŸ“¦ 310 Β· ⏱️ 23.03.2022): ``` pip install mixer ```
Model Bakery (πŸ₯‰25 Β· ⭐ 580) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 69 Β· πŸ“‹ 110 - 20% open Β· ⏱️ 11.09.2022): +- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 70 Β· πŸ“‹ 110 - 21% open Β· ⏱️ 11.09.2022): ``` git clone https://github.com/model-bakers/model_bakery @@ -2542,37 +2558,37 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install model_bakery ``` -- [Conda](https://anaconda.org/conda-forge/model_bakery) (πŸ“₯ 9.5K Β· ⏱️ 02.08.2022): +- [Conda](https://anaconda.org/conda-forge/model_bakery) (πŸ“₯ 9.7K Β· ⏱️ 02.08.2022): ``` conda install -c conda-forge model_bakery ```
selene (πŸ₯‰25 Β· ⭐ 560) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 120 Β· πŸ“‹ 260 - 36% open Β· ⏱️ 14.09.2022): +- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 120 Β· πŸ“‹ 270 - 36% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 16K / month Β· πŸ“¦ 15 Β· ⏱️ 24.06.2022): +- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 17K / month Β· πŸ“¦ 15 Β· ⏱️ 24.06.2022): ``` pip install selene ```
-
pytest-flask (πŸ₯‰25 Β· ⭐ 430) - A set of pytest fixtures to test Flask applications. MIT +
playwright (πŸ₯‰24 Β· ⭐ 6.9K Β· βž•) - A high-level API to automate web browsers. Apache-2 -- [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 78 Β· πŸ“‹ 69 - 13% open Β· ⏱️ 26.06.2022): +- [GitHub](https://github.com/Microsoft/playwright-python) (πŸ”€ 630): ``` - git clone https://github.com/pytest-dev/pytest-flask + git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/pytest-flask) (πŸ“₯ 270K / month Β· πŸ“¦ 8.3K Β· ⏱️ 27.02.2021): +- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 1M / month Β· πŸ“¦ 76 Β· ⏱️ 30.06.2022): ``` - pip install pytest-flask + pip install playwright ``` -- [Conda](https://anaconda.org/conda-forge/pytest-flask) (πŸ“₯ 60K Β· ⏱️ 27.02.2021): +- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 6.1K Β· ⏱️ 28.09.2022): ``` - conda install -c conda-forge pytest-flask + conda install -c microsoft playwright ```
selenium-python-helium (πŸ₯‰24 Β· ⭐ 3.1K) - Selenium-python but lighter: Helium is the best.. MIT @@ -2582,7 +2598,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 47K / month Β· πŸ“¦ 9 Β· ⏱️ 03.09.2021): +- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 48K / month Β· πŸ“¦ 9 Β· ⏱️ 03.09.2021): ``` pip install helium ``` @@ -2601,7 +2617,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-test-plus (πŸ₯‰24 Β· ⭐ 530) - Useful additions to Djangos default TestCase. BSD-3 -- [GitHub](https://github.com/revsys/django-test-plus) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 55 Β· πŸ“‹ 48 - 10% open Β· ⏱️ 13.07.2022): +- [GitHub](https://github.com/revsys/django-test-plus) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 55 Β· πŸ“‹ 49 - 12% open Β· ⏱️ 13.07.2022): ``` git clone https://github.com/revsys/django-test-plus @@ -2622,7 +2638,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 8.3K / month Β· πŸ“¦ 27 Β· ⏱️ 17.05.2022): +- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 8.2K / month Β· πŸ“¦ 27 Β· ⏱️ 17.05.2022): ``` pip install mocket ``` @@ -2650,33 +2666,33 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pyramid_debugtoolbar ``` -- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 2.7K Β· ⏱️ 03.03.2021): +- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 2.8K Β· ⏱️ 03.03.2021): ``` conda install -c conda-forge pyramid_debugtoolbar ```
-
gabbi (πŸ₯‰22 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 +
molotov (πŸ₯‰22 Β· ⭐ 390) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 150 - 15% open Β· ⏱️ 17.08.2022): +- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 29 Β· πŸ“¦ 85 Β· πŸ“‹ 110 - 20% open Β· ⏱️ 25.09.2022): ``` - git clone https://github.com/cdent/gabbi + git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 7.2K / month Β· πŸ“¦ 110 Β· ⏱️ 22.03.2022): +- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 19K / month Β· πŸ“¦ 13 Β· ⏱️ 25.01.2022): ``` - pip install gabbi + pip install molotov ```
-
molotov (πŸ₯‰21 Β· ⭐ 390) - Load Testing Tool. Apache-2 +
gabbi (πŸ₯‰22 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 -- [GitHub](https://github.com/loads/molotov) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 29 Β· πŸ“¦ 85 Β· πŸ“‹ 110 - 20% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 150 - 14% open Β· ⏱️ 23.09.2022): ``` - git clone https://github.com/loads/molotov + git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 19K / month Β· πŸ“¦ 12 Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 7.3K / month Β· πŸ“¦ 110 Β· ⏱️ 22.03.2022): ``` - pip install molotov + pip install gabbi ```
aresponses (πŸ₯‰21 Β· ⭐ 92) - Asyncio http mocking. Similar to the responses library used for requests. MIT @@ -2686,19 +2702,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aresponses/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 34K / month Β· πŸ“¦ 48 Β· ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 35K / month Β· πŸ“¦ 48 Β· ⏱️ 01.07.2022): ``` pip install aresponses ```
-
fsociety (πŸ₯‰19 Β· ⭐ 720) - A Modular Penetration Testing Framework. MIT +
fsociety (πŸ₯‰19 Β· ⭐ 730) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 96 Β· πŸ“¦ 2 Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 99 Β· πŸ“¦ 2 Β· ⏱️ 27.09.2022): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 740 / month Β· ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 840 / month Β· ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2710,19 +2726,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/vinissimus/async-asgi-testclient ``` -- [PyPi](https://pypi.org/project/async-asgi-testclient) (πŸ“₯ 36K / month Β· πŸ“¦ 19 Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/async-asgi-testclient) (πŸ“₯ 37K / month Β· πŸ“¦ 19 Β· ⏱️ 13.06.2022): ``` pip install async-asgi-testclient ```
-
golem (πŸ₯‰17 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT +
golem (πŸ₯‰18 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT - [GitHub](https://github.com/golemhq/golem) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 71 Β· πŸ“₯ 53 Β· πŸ“¦ 5 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 16.11.2021): ``` git clone https://github.com/golemhq/golem ``` -- [PyPi](https://pypi.org/project/golem-framework) (πŸ“₯ 98 / month Β· πŸ“¦ 1 Β· ⏱️ 30.07.2021): +- [PyPi](https://pypi.org/project/golem-framework) (πŸ“₯ 160 / month Β· πŸ“¦ 1 Β· ⏱️ 30.07.2021): ``` pip install golem-framework ``` @@ -2732,11 +2748,11 @@ _General purpose web frameworks to build web applications and REST APIs._ - pyppeteer (πŸ₯ˆ30 Β· ⭐ 3.5K Β· πŸ’€) - Headless chrome/chromium automation library (unofficial port of.. MIT - parameterized (πŸ₯ˆ28 Β· ⭐ 690 Β· πŸ’€) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - flask-testing (πŸ₯‰27 Β· ⭐ 490 Β· πŸ’€) - Unittest extensions for Flask. BSD-3 -- yandex-tank (πŸ₯‰23 Β· ⭐ 2.2K) - Load and performance benchmark tool. ❗️LGPL-2.1 +- yandex-tank (πŸ₯‰24 Β· ⭐ 2.2K) - Load and performance benchmark tool. ❗️LGPL-2.1 - pyresttest (πŸ₯‰23 Β· ⭐ 1.1K Β· πŸ’€) - Python Rest Testing. Apache-2 - httmock (πŸ₯‰23 Β· ⭐ 440 Β· πŸ’€) - A mocking library for requests. Apache-2 - wdb (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 -- huxley (πŸ₯‰16 Β· ⭐ 4.1K Β· πŸ’€) - A testing system for catching visual regressions in Web.. Apache-2 +- huxley (πŸ₯‰17 Β· ⭐ 4.1K Β· πŸ’€) - A testing system for catching visual regressions in Web.. Apache-2 - Astra (πŸ₯‰15 Β· ⭐ 2.1K Β· πŸ’€) - Automated Security Testing For REST APIs. Apache-2

@@ -2752,7 +2768,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 670K / month Β· πŸ“¦ 8K Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 660K / month Β· πŸ“¦ 8K Β· ⏱️ 25.01.2022): ``` pip install django-crispy-forms ``` @@ -2768,7 +2784,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) (πŸ“₯ 3.2M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): +- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 3.3M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): ``` pip install wtforms ``` @@ -2784,7 +2800,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 5.4M / month Β· πŸ“¦ 16K Β· ⏱️ 31.03.2022): +- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 5.7M / month Β· πŸ“¦ 16K Β· ⏱️ 31.03.2022): ``` pip install flask-wtf ``` @@ -2793,9 +2809,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-wtf ```
-
django-formtools (πŸ₯‰26 Β· ⭐ 590) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (πŸ₯‰27 Β· ⭐ 600) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 120 Β· πŸ“¦ 8.1K Β· πŸ“‹ 130 - 47% open Β· ⏱️ 05.09.2022): +- [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 120 Β· πŸ“¦ 8.2K Β· πŸ“‹ 130 - 48% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/jazzband/django-formtools @@ -2825,7 +2841,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown (πŸ₯‡38 Β· ⭐ 3K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 740 Β· πŸ“¦ 210K Β· πŸ“‹ 790 - 4% open Β· ⏱️ 31.08.2022): +- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 770 Β· πŸ“¦ 210K Β· πŸ“‹ 790 - 4% open Β· ⏱️ 31.08.2022): ``` git clone https://github.com/Python-Markdown/markdown @@ -2834,58 +2850,58 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install markdown ``` -- [Conda](https://anaconda.org/conda-forge/markdown) (πŸ“₯ 3.5M Β· ⏱️ 15.07.2022): +- [Conda](https://anaconda.org/conda-forge/markdown) (πŸ“₯ 3.6M Β· ⏱️ 15.07.2022): ``` conda install -c conda-forge markdown ```
-
pelican (πŸ₯‡37 Β· ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +
mistune (πŸ₯‡38 Β· ⭐ 2.1K Β· πŸ“ˆ) - A fast yet powerful Python Markdown parser with renderers and.. BSD-3 -- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 1.8K Β· πŸ“₯ 660 Β· πŸ“¦ 6.1K Β· πŸ“‹ 1.6K - 5% open Β· ⏱️ 15.09.2022): +- [GitHub](https://github.com/lepture/mistune) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 220 Β· πŸ“¦ 180K Β· πŸ“‹ 240 - 8% open Β· ⏱️ 26.09.2022): ``` - git clone https://github.com/getpelican/pelican + git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/pelican) (πŸ“₯ 15K / month Β· πŸ“¦ 1.8K Β· ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 9.8M / month Β· πŸ“¦ 9.2K Β· ⏱️ 14.07.2022): ``` - pip install pelican + pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/pelican) (πŸ“₯ 130K Β· ⏱️ 11.07.2022): +- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 8.8M Β· ⏱️ 15.07.2022): ``` - conda install -c conda-forge pelican + conda install -c conda-forge mistune ```
-
mistune (πŸ₯‡37 Β· ⭐ 2.1K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 +
pelican (πŸ₯ˆ37 Β· ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/lepture/mistune) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 210 Β· πŸ“¦ 180K Β· πŸ“‹ 240 - 10% open Β· ⏱️ 09.09.2022): +- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 1.8K Β· πŸ“₯ 660 Β· πŸ“¦ 6.1K Β· πŸ“‹ 1.6K - 5% open Β· ⏱️ 15.09.2022): ``` - git clone https://github.com/lepture/mistune + git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 9.8M / month Β· πŸ“¦ 9.2K Β· ⏱️ 14.07.2022): +- [PyPi](https://pypi.org/project/pelican) (πŸ“₯ 15K / month Β· πŸ“¦ 1.8K Β· ⏱️ 09.02.2022): ``` - pip install mistune + pip install pelican ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 8.7M Β· ⏱️ 15.07.2022): +- [Conda](https://anaconda.org/conda-forge/pelican) (πŸ“₯ 130K Β· ⏱️ 11.07.2022): ``` - conda install -c conda-forge mistune + conda install -c conda-forge pelican ```
python-markdown2 (πŸ₯ˆ35 Β· ⭐ 2.4K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 400 Β· πŸ“¦ 14K Β· πŸ“‹ 280 - 36% open Β· ⏱️ 14.09.2022): +- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 420 Β· πŸ“¦ 14K Β· πŸ“‹ 280 - 35% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 610K / month Β· πŸ“¦ 2.4K Β· ⏱️ 27.04.2022): +- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 630K / month Β· πŸ“¦ 2.4K Β· ⏱️ 27.04.2022): ``` pip install markdown2 ```
pymdown-extensions (πŸ₯ˆ30 Β· ⭐ 640) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 220 Β· πŸ“‹ 300 - 5% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 220 Β· πŸ“‹ 300 - 5% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/facelessuser/pymdown-extensions @@ -2894,7 +2910,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pymdown-extensions ``` -- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (πŸ“₯ 85K Β· ⏱️ 06.06.2022): +- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (πŸ“₯ 86K Β· ⏱️ 06.06.2022): ``` conda install -c conda-forge pymdown-extensions ``` @@ -2906,7 +2922,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Alir3z4/html2text ``` -- [PyPi](https://pypi.org/project/html2text) (πŸ“₯ 1.4M / month Β· πŸ“¦ 2.2K Β· ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/html2text) (πŸ“₯ 1.5M / month Β· πŸ“¦ 2.2K Β· ⏱️ 16.01.2020): ``` pip install html2text ``` @@ -2918,14 +2934,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 17K / month Β· πŸ“¦ 140 Β· ⏱️ 30.03.2022): +- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 18K / month Β· πŸ“¦ 140 Β· ⏱️ 30.03.2022): ``` pip install grip ```
-
mistletoe (πŸ₯‰27 Β· ⭐ 510) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +
mistletoe (πŸ₯‰27 Β· ⭐ 520) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 92 Β· πŸ“₯ 220 Β· πŸ“¦ 440 Β· πŸ“‹ 110 - 23% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 92 Β· πŸ“₯ 220 Β· πŸ“¦ 440 Β· πŸ“‹ 110 - 23% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/miyuchina/mistletoe @@ -2935,7 +2951,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install mistletoe ```
-
django-markdownx (πŸ₯‰25 Β· ⭐ 730 Β· πŸ’€) - Comprehensive Markdown plugin built for Django. BSD-3 +
django-markdownx (πŸ₯‰25 Β· ⭐ 740 Β· πŸ’€) - Comprehensive Markdown plugin built for Django. BSD-3 - [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 140 Β· πŸ“¦ 1.8K Β· πŸ“‹ 150 - 30% open Β· ⏱️ 22.02.2022): @@ -2954,18 +2970,18 @@ _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) (πŸ“₯ 3.4M / month Β· πŸ“¦ 41 Β· ⏱️ 16.04.2022): +- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 3.7M / month Β· πŸ“¦ 41 Β· ⏱️ 16.04.2022): ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 410K Β· ⏱️ 18.04.2022): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 420K Β· ⏱️ 18.04.2022): ``` conda install -c conda-forge markdown-it-py ```
django-markdown-editor (πŸ₯‰23 Β· ⭐ 620) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 930 Β· πŸ“‹ 120 - 22% open Β· ⏱️ 04.09.2022): +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 950 Β· πŸ“‹ 120 - 22% open Β· ⏱️ 04.09.2022): ``` git clone https://github.com/agusmakmun/django-markdown-editor @@ -2975,7 +2991,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install martor ```
-
markdown-include (πŸ₯‰21 Β· ⭐ 81) - Provides syntax for Python-Markdown which allows for the.. ❗️GPL-3.0 +
markdown-include (πŸ₯‰21 Β· ⭐ 83) - Provides syntax for Python-Markdown which allows for the.. ❗️GPL-3.0 - [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 35 Β· πŸ“¦ 2K Β· πŸ“‹ 27 - 59% open Β· ⏱️ 19.07.2022): @@ -2986,7 +3002,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install markdown-include ``` -- [Conda](https://anaconda.org/conda-forge/markdown-include) (πŸ“₯ 9.6K Β· ⏱️ 21.07.2022): +- [Conda](https://anaconda.org/conda-forge/markdown-include) (πŸ“₯ 9.8K Β· ⏱️ 21.07.2022): ``` conda install -c conda-forge markdown-include ``` @@ -3001,18 +3017,18 @@ _General purpose web frameworks to build web applications and REST APIs._ πŸ”— best-of-ml-python - DB Clients ( ⭐ 12K) - Collection of python database client libraries. -
discord.py (πŸ₯‡45 Β· ⭐ 11K) - An API wrapper for Discord written in Python. MIT +
discord.py (πŸ₯‡45 Β· ⭐ 12K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 3.4K Β· πŸ“¦ 48K Β· πŸ“‹ 2.7K - 2% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 3.4K Β· πŸ“¦ 48K Β· πŸ“‹ 2.7K - 2% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 73M / month Β· πŸ“¦ 2.7K Β· ⏱️ 12.06.2021): +- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 78M / month Β· πŸ“¦ 2.7K Β· ⏱️ 12.06.2021): ``` pip install discord.py ``` -- [Conda](https://anaconda.org/conda-forge/discord.py) (πŸ“₯ 5.2K Β· ⏱️ 12.06.2021): +- [Conda](https://anaconda.org/conda-forge/discord.py) (πŸ“₯ 5.3K Β· ⏱️ 12.06.2021): ``` conda install -c conda-forge discord.py ``` @@ -3024,7 +3040,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) (πŸ“₯ 8.2M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 8.9M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -3035,16 +3051,16 @@ _General purpose web frameworks to build web applications and REST APIs._
google-api-python-client (πŸ₯‡43 Β· ⭐ 6K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.2K Β· πŸ“¦ 120K Β· πŸ“‹ 930 - 6% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.2K Β· πŸ“¦ 120K Β· πŸ“‹ 940 - 7% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 26M / month Β· πŸ“¦ 7.3K Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 27M / month Β· πŸ“¦ 7.3K Β· ⏱️ 28.06.2022): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 1.5M Β· ⏱️ 20.09.2022): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 1.5M Β· ⏱️ 27.09.2022): ``` conda install -c conda-forge google-api-python-client ``` @@ -3060,11 +3076,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install tweepy ``` -- [Conda](https://anaconda.org/conda-forge/tweepy) (πŸ“₯ 170K Β· ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/tweepy) (πŸ“₯ 180K Β· ⏱️ 23.08.2022): ``` conda install -c conda-forge tweepy ```
+
Telethon (πŸ₯‡40 Β· ⭐ 6.9K Β· πŸ“ˆ) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT + +- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.2K Β· πŸ“¦ 36K Β· πŸ“‹ 1.9K - 2% open Β· ⏱️ 27.09.2022): + + ``` + git clone https://github.com/LonamiWebs/Telethon + ``` +- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 1.4M / month Β· πŸ“¦ 390 Β· ⏱️ 01.12.2021): + ``` + pip install telethon + ``` +
gspread (πŸ₯‡40 Β· ⭐ 6.1K) - Google Sheets Python API. MIT - [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 880 Β· πŸ“₯ 170 Β· πŸ“¦ 18K Β· πŸ“‹ 760 - 6% open Β· ⏱️ 14.09.2022): @@ -3072,7 +3100,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 9.2M / month Β· πŸ“¦ 970 Β· ⏱️ 31.05.2022): +- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 9.3M / month Β· πŸ“¦ 970 Β· ⏱️ 31.05.2022): ``` pip install gspread ``` @@ -3081,9 +3109,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gspread ```
-
python-telegram-bot (πŸ₯‡39 Β· ⭐ 20K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 +
python-telegram-bot (πŸ₯ˆ39 Β· ⭐ 20K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.3K Β· πŸ“₯ 11K Β· πŸ“¦ 64K Β· πŸ“‹ 1.7K - 1% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.3K Β· πŸ“₯ 11K Β· πŸ“¦ 64K Β· πŸ“‹ 1.7K - 1% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot @@ -3092,43 +3120,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install python-telegram-bot ``` -- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 58K Β· ⏱️ 29.06.2022): +- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 59K Β· ⏱️ 29.06.2022): ``` conda install -c conda-forge python-telegram-bot ```
-
Telethon (πŸ₯‡39 Β· ⭐ 6.9K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +
pyTelegramBotAPI (πŸ₯ˆ39 Β· ⭐ 6.1K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.2K Β· πŸ“¦ 36K Β· πŸ“‹ 2K - 6% open Β· ⏱️ 21.09.2022): - - ``` - git clone https://github.com/LonamiWebs/Telethon - ``` -- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 1.3M / month Β· πŸ“¦ 390 Β· ⏱️ 01.12.2021): - ``` - pip install telethon - ``` -
-
pyTelegramBotAPI (πŸ₯‡39 Β· ⭐ 6.1K) - Python Telegram bot api. ❗️GPL-2.0 - -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.6K Β· πŸ“¦ 26K Β· πŸ“‹ 1K - 0% open Β· ⏱️ 17.09.2022): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.6K Β· πŸ“¦ 27K Β· πŸ“‹ 1K - 0% open Β· ⏱️ 24.09.2022): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 610K / month Β· πŸ“¦ 920 Β· ⏱️ 23.06.2022): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 640K / month Β· πŸ“¦ 920 Β· ⏱️ 23.06.2022): ``` pip install pytelegrambotapi ```
-
GitPython (πŸ₯‡39 Β· ⭐ 3.7K) - GitPython is a python library used to interact with Git repositories. BSD-3 +
GitPython (πŸ₯ˆ39 Β· ⭐ 3.7K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 770 Β· πŸ“¦ 100K Β· πŸ“‹ 850 - 15% open Β· ⏱️ 14.09.2022): +- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 770 Β· πŸ“¦ 100K Β· πŸ“‹ 850 - 15% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 31M / month Β· πŸ“¦ 7.2K Β· ⏱️ 20.02.2022): +- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 30M / month Β· πŸ“¦ 7.2K Β· ⏱️ 20.02.2022): ``` pip install gitpython ``` @@ -3144,11 +3160,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (πŸ“₯ 6.4M / month Β· πŸ“¦ 2.2K Β· ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slackclient) (πŸ“₯ 6.3M / month Β· πŸ“¦ 2.2K Β· ⏱️ 22.04.2022): ``` pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (πŸ“₯ 530K Β· ⏱️ 19.11.2021): +- [Conda](https://anaconda.org/conda-forge/slackclient) (πŸ“₯ 540K Β· ⏱️ 19.11.2021): ``` conda install -c conda-forge slackclient ``` @@ -3164,7 +3180,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install jira ``` -- [Conda](https://anaconda.org/conda-forge/jira) (πŸ“₯ 85K Β· ⏱️ 06.09.2022): +- [Conda](https://anaconda.org/conda-forge/jira) (πŸ“₯ 86K Β· ⏱️ 06.09.2022): ``` conda install -c conda-forge jira ``` @@ -3176,23 +3192,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pytube/pytube ``` -- [PyPi](https://pypi.org/project/pytube) (πŸ“₯ 720K / month Β· πŸ“¦ 330 Β· ⏱️ 09.05.2022): +- [PyPi](https://pypi.org/project/pytube) (πŸ“₯ 770K / month Β· πŸ“¦ 330 Β· ⏱️ 09.05.2022): ``` pip install pytube ``` -- [Conda](https://anaconda.org/conda-forge/pytube) (πŸ“₯ 4.2K Β· ⏱️ 09.05.2022): +- [Conda](https://anaconda.org/conda-forge/pytube) (πŸ“₯ 4.3K Β· ⏱️ 09.05.2022): ``` conda install -c conda-forge pytube ```
PyGithub (πŸ₯ˆ36 Β· ⭐ 5.5K Β· πŸ’€) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.5K Β· πŸ“¦ 32K Β· πŸ“‹ 1.3K - 7% open Β· ⏱️ 20.12.2021): +- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.5K Β· πŸ“¦ 32K Β· πŸ“‹ 1.4K - 11% open Β· ⏱️ 20.12.2021): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 8.1M / month Β· πŸ“¦ 2.5K Β· ⏱️ 26.04.2021): +- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 8M / month Β· πŸ“¦ 2.5K Β· ⏱️ 26.04.2021): ``` pip install pygithub ``` @@ -3203,12 +3219,12 @@ _General purpose web frameworks to build web applications and REST APIs._
praw (πŸ₯ˆ36 Β· ⭐ 2.9K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 440 Β· πŸ“¦ 12K Β· πŸ“‹ 700 - 1% open Β· ⏱️ 06.09.2022): +- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 440 Β· πŸ“¦ 12K Β· πŸ“‹ 700 - 0% open Β· ⏱️ 06.09.2022): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (πŸ“₯ 1.6M / month Β· πŸ“¦ 1.7K Β· ⏱️ 10.05.2022): +- [PyPi](https://pypi.org/project/praw) (πŸ“₯ 1.8M / month Β· πŸ“¦ 1.7K Β· ⏱️ 10.05.2022): ``` pip install praw ``` @@ -3224,18 +3240,18 @@ _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) (πŸ“₯ 2.6M / month Β· πŸ“¦ 3.5K Β· ⏱️ 29.06.2022): +- [PyPi](https://pypi.org/project/twilio) (πŸ“₯ 2.5M / month Β· πŸ“¦ 3.5K Β· ⏱️ 29.06.2022): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 100K Β· ⏱️ 21.09.2022): +- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 110K Β· ⏱️ 21.09.2022): ``` conda install -c conda-forge twilio ```
stripe (πŸ₯ˆ36 Β· ⭐ 1.3K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“¦ 23K Β· πŸ“‹ 320 - 4% open Β· ⏱️ 06.09.2022): +- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 350 Β· πŸ“¦ 23K Β· πŸ“‹ 320 - 5% open Β· ⏱️ 23.09.2022): ``` git clone https://github.com/stripe/stripe-python @@ -3260,14 +3276,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (πŸ“₯ 42K Β· ⏱️ 06.09.2022): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (πŸ“₯ 44K Β· ⏱️ 06.09.2022): ``` conda install -c conda-forge slack-sdk ```
hvac (πŸ₯ˆ35 Β· ⭐ 1K) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 320 Β· πŸ“₯ 460 Β· πŸ“‹ 350 - 32% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 320 Β· πŸ“₯ 460 Β· πŸ“‹ 360 - 32% open Β· ⏱️ 19.09.2022): ``` git clone https://github.com/hvac/hvac @@ -3288,35 +3304,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 3.8K / month Β· πŸ“¦ 200 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 4K / month Β· πŸ“¦ 200 Β· ⏱️ 06.07.2022): ``` pip install thumbor ```
-
spotipy (πŸ₯ˆ33 Β· ⭐ 4K Β· πŸ“‰) - A light weight Python library for the Spotify Web API. MIT +
spotipy (πŸ₯ˆ33 Β· ⭐ 4.1K) - A light weight Python library for the Spotify Web API. MIT - [GitHub](https://github.com/plamere/spotipy) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 790 Β· πŸ“¦ 11K Β· πŸ“‹ 530 - 15% open Β· ⏱️ 30.08.2022): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 1.1M / month Β· πŸ“¦ 580 Β· ⏱️ 18.06.2022): +- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 1.2M / month Β· πŸ“¦ 580 Β· ⏱️ 18.06.2022): ``` pip install spotipy ``` -- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 5.2K Β· ⏱️ 25.06.2022): +- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 5.3K Β· ⏱️ 25.06.2022): ``` conda install -c conda-forge spotipy ```
google-maps-services-python (πŸ₯ˆ33 Β· ⭐ 3.7K) - 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): +- [GitHub](https://github.com/googlemaps/google-maps-services-python) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 1.2K Β· πŸ“‹ 230 - 7% open Β· ⏱️ 19.05.2022): ``` git clone https://github.com/googlemaps/google-maps-services-python ``` -- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 2.1M / month Β· πŸ“¦ 1.2K Β· ⏱️ 02.02.2022): +- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 1.8M / month Β· πŸ“¦ 1.2K Β· ⏱️ 02.02.2022): ``` pip install googlemaps ``` @@ -3328,7 +3344,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) (πŸ“₯ 67K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2022): +- [PyPi](https://pypi.org/project/twitter) (πŸ“₯ 71K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2022): ``` pip install twitter ``` @@ -3340,7 +3356,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/bear/python-twitter ``` -- [PyPi](https://pypi.org/project/python-twitter) (πŸ“₯ 190K / month Β· πŸ“¦ 1.7K Β· ⏱️ 03.11.2018): +- [PyPi](https://pypi.org/project/python-twitter) (πŸ“₯ 200K / month Β· πŸ“¦ 1.7K Β· ⏱️ 03.11.2018): ``` pip install python-twitter ``` @@ -3352,7 +3368,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.3M / month Β· πŸ“¦ 200 Β· ⏱️ 28.02.2022): +- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 4.2M / month Β· πŸ“¦ 200 Β· ⏱️ 28.02.2022): ``` pip install simple-salesforce ``` @@ -3361,21 +3377,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge simple-salesforce ```
-
sherlock (πŸ₯‰31 Β· ⭐ 35K) - Hunt down social media accounts by username across social networks. MIT +
sherlock (πŸ₯‰31 Β· ⭐ 36K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.2K Β· πŸ“‹ 750 - 22% open Β· ⏱️ 08.09.2022): +- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.2K Β· πŸ“‹ 760 - 22% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 5.2K / month Β· πŸ“¦ 7 Β· ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 5K / month Β· πŸ“¦ 7 Β· ⏱️ 11.05.2019): ``` pip install sherlock ```
instagram-scraper (πŸ₯‰31 Β· ⭐ 7.2K) - Scrapes an instagram users photos and videos. Unlicense -- [GitHub](https://github.com/arc298/instagram-scraper) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 1.4K Β· πŸ“¦ 310 Β· πŸ“‹ 690 - 62% open Β· ⏱️ 08.08.2022): +- [GitHub](https://github.com/arc298/instagram-scraper) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 1.4K Β· πŸ“¦ 320 Β· πŸ“‹ 690 - 62% open Β· ⏱️ 08.08.2022): ``` git clone https://github.com/arc298/instagram-scraper @@ -3385,26 +3401,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install instagram-scraper ```
-
wechatpy (πŸ₯‰31 Β· ⭐ 3.2K Β· πŸ“ˆ) - WeChat SDK for Python. MIT +
wechatpy (πŸ₯‰30 Β· ⭐ 3.2K) - WeChat SDK for Python. MIT - [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 720 Β· πŸ“‹ 340 - 9% open Β· ⏱️ 19.06.2022): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 440K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 380K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): ``` pip install wechatpy ```
gallery-dl (πŸ₯‰29 Β· ⭐ 5.6K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 550 Β· πŸ“₯ 240K Β· πŸ“‹ 2.6K - 24% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 560 Β· πŸ“₯ 240K Β· πŸ“‹ 2.6K - 24% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 20K / month Β· πŸ“¦ 5 Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 21K / month Β· πŸ“¦ 5 Β· ⏱️ 28.06.2022): ``` pip install gallery-dl ``` @@ -3416,85 +3432,85 @@ _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) (πŸ“₯ 18K / month Β· πŸ“¦ 12 Β· ⏱️ 17.07.2020): +- [PyPi](https://pypi.org/project/twitter-scraper) (πŸ“₯ 17K / month Β· πŸ“¦ 12 Β· ⏱️ 17.07.2020): ``` pip install twitter-scraper ```
-
imdbpy (πŸ₯‰28 Β· ⭐ 1K) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0 +
imdbpy (πŸ₯‰29 Β· ⭐ 1K) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0 -- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 260 Β· πŸ“₯ 140 Β· πŸ“‹ 260 - 17% open Β· ⏱️ 12.09.2022): +- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 260 Β· πŸ“₯ 140 Β· πŸ“‹ 260 - 17% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 1.9M / month Β· πŸ“¦ 120 Β· ⏱️ 18.04.2021): +- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 1.5M / month Β· πŸ“¦ 120 Β· ⏱️ 18.04.2021): ``` pip install imdbpy ```
ghapi (πŸ₯‰28 Β· ⭐ 390) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 43 Β· πŸ“¦ 420 Β· πŸ“‹ 120 - 31% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 43 Β· πŸ“¦ 430 Β· πŸ“‹ 120 - 31% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 480K / month Β· πŸ“¦ 29 Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 470K / month Β· πŸ“¦ 29 Β· ⏱️ 13.06.2022): ``` pip install ghapi ```
-
notion-sdk-py (πŸ₯‰26 Β· ⭐ 820) - Official Notion SDK rewritten in Python (sync + async). MIT +
notion-sdk-py (πŸ₯‰27 Β· ⭐ 830) - Official Notion SDK rewritten in Python (sync + async). MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 68 Β· πŸ“¦ 220 Β· πŸ“‹ 56 - 10% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 68 Β· πŸ“¦ 220 Β· πŸ“‹ 56 - 10% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 76K / month Β· πŸ“¦ 17 Β· ⏱️ 18.04.2022): +- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 78K / month Β· πŸ“¦ 17 Β· ⏱️ 18.04.2022): ``` pip install notion-client ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 2.6K Β· ⏱️ 21.04.2022): +- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 2.7K Β· ⏱️ 21.04.2022): ``` conda install -c conda-forge notion-client ```
scdl (πŸ₯‰25 Β· ⭐ 2.5K) - Soundcloud Music Downloader. ❗️GPL-2.0 -- [GitHub](https://github.com/flyingrub/scdl) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 270 Β· πŸ“¦ 50 Β· πŸ“‹ 330 - 15% open Β· ⏱️ 04.09.2022): +- [GitHub](https://github.com/flyingrub/scdl) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 270 Β· πŸ“¦ 51 Β· πŸ“‹ 330 - 15% open Β· ⏱️ 04.09.2022): ``` git clone https://github.com/flyingrub/scdl ``` -- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 980 / month Β· πŸ“¦ 6 Β· ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 1.1K / month Β· πŸ“¦ 6 Β· ⏱️ 05.05.2022): ``` pip install scdl ```
-
WikiExtractor (πŸ₯‰24 Β· ⭐ 3.1K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 +
igramscraper (πŸ₯‰25 Β· ⭐ 2.5K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT -- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 880 Β· πŸ“¦ 170 Β· πŸ“‹ 240 - 52% open Β· ⏱️ 07.03.2022): +- [GitHub](https://github.com/realsirjoe/instagram-scraper) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 380 Β· πŸ“¦ 140 Β· πŸ“‹ 150 - 71% open Β· ⏱️ 28.06.2022): ``` - git clone https://github.com/attardi/wikiextractor + git clone https://github.com/realsirjoe/instagram-scraper ``` -- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 1.3K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/igramscraper) (πŸ“₯ 1.9K / month Β· πŸ“¦ 2 Β· ⏱️ 25.05.2020): ``` - pip install wikiextractor + pip install igramscraper ```
-
igramscraper (πŸ₯‰24 Β· ⭐ 2.5K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT +
WikiExtractor (πŸ₯‰24 Β· ⭐ 3.1K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- [GitHub](https://github.com/realsirjoe/instagram-scraper) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 380 Β· πŸ“¦ 140 Β· πŸ“‹ 150 - 71% open Β· ⏱️ 28.06.2022): +- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 880 Β· πŸ“¦ 170 Β· πŸ“‹ 240 - 52% open Β· ⏱️ 07.03.2022): ``` - git clone https://github.com/realsirjoe/instagram-scraper + git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/igramscraper) (πŸ“₯ 1.9K / month Β· πŸ“¦ 2 Β· ⏱️ 25.05.2020): +- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 1.5K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): ``` - pip install igramscraper + pip install wikiextractor ```
pyshorteners (πŸ₯‰24 Β· ⭐ 340) - Generating short urls with python has never been easier. ❗️GPL-3.0 @@ -3524,7 +3540,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/timgrossmann/InstaPy ``` -- [PyPi](https://pypi.org/project/instapy) (πŸ“₯ 4.3K / month Β· πŸ“¦ 11 Β· ⏱️ 19.01.2022): +- [PyPi](https://pypi.org/project/instapy) (πŸ“₯ 4K / month Β· πŸ“¦ 11 Β· ⏱️ 19.01.2022): ``` pip install instapy ``` @@ -3534,10 +3550,10 @@ _General purpose web frameworks to build web applications and REST APIs._ - google-resumable-media (πŸ₯ˆ33 Β· ⭐ 35) - Utilities for Google Media Downloads and Resumable.. Apache-2 - Wikipedia (πŸ₯‰32 Β· ⭐ 2.5K Β· πŸ’€) - A Pythonic wrapper for the Wikipedia API. MIT - tushare (πŸ₯‰31 Β· ⭐ 12K Β· πŸ’€) - TuShare is a utility for crawling historical data of China stocks. BSD-3 +- Google Images Download (πŸ₯‰31 Β· ⭐ 8.1K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT - py-googletrans (πŸ₯‰31 Β· ⭐ 3.1K Β· πŸ’€) - (unofficial) Googletrans: Free and Unlimited Google.. MIT - facebook-sdk (πŸ₯‰31 Β· ⭐ 2.7K Β· πŸ’€) - Python SDK for Facebooks Graph API. Apache-2 - twython (πŸ₯‰31 Β· ⭐ 1.8K Β· πŸ’€) - Actively maintained, pure Python wrapper for the Twitter API... MIT -- Google Images Download (πŸ₯‰30 Β· ⭐ 8.1K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT - coursera-dl (πŸ₯‰29 Β· ⭐ 8.9K Β· πŸ’€) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 - slacker (πŸ₯‰29 Β· ⭐ 1.6K Β· πŸ’€) - Full-featured Python interface for the Slack API. Apache-2 - Django Facebook (πŸ₯‰28 Β· ⭐ 1.4K Β· πŸ’€) - Facebook open graph api implementation using the Django.. BSD-3 @@ -3556,12 +3572,12 @@ _General purpose web frameworks to build web applications and REST APIs._
yagmail (πŸ₯‡31 Β· ⭐ 2.4K) - Send email in Python conveniently for gmail using yagmail. MIT -- [GitHub](https://github.com/kootenpv/yagmail) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 260 Β· πŸ“¦ 2.5K Β· πŸ“‹ 220 - 44% open Β· ⏱️ 11.09.2022): +- [GitHub](https://github.com/kootenpv/yagmail) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 260 Β· πŸ“¦ 2.5K Β· πŸ“‹ 220 - 44% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/kootenpv/yagmail ``` -- [PyPi](https://pypi.org/project/yagmail) (πŸ“₯ 200K / month Β· πŸ“¦ 450 Β· ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/yagmail) (πŸ“₯ 190K / month Β· πŸ“¦ 450 Β· ⏱️ 01.07.2022): ``` pip install yagmail ``` @@ -3572,24 +3588,24 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (πŸ₯‡31 Β· ⭐ 2.3K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 310 Β· πŸ“¦ 35 Β· πŸ“‹ 1.7K - 8% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 310 Β· πŸ“¦ 35 Β· πŸ“‹ 1.7K - 8% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (πŸ“₯ 2K / month Β· πŸ“¦ 36 Β· ⏱️ 18.05.2022): +- [PyPi](https://pypi.org/project/modoboa) (πŸ“₯ 2.1K / month Β· πŸ“¦ 36 Β· ⏱️ 18.05.2022): ``` pip install modoboa ```
fastapi-mail (πŸ₯‰22 Β· ⭐ 360) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 48 Β· πŸ“‹ 74 - 5% open Β· ⏱️ 01.08.2022): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 48 Β· πŸ“‹ 74 - 5% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 35K / month Β· πŸ“¦ 8 Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 36K / month Β· πŸ“¦ 8 Β· ⏱️ 08.06.2022): ``` pip install fastapi-mail ``` @@ -3601,7 +3617,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 43K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 44K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -3617,28 +3633,28 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/pyramid_mailer ``` -- [PyPi](https://pypi.org/project/pyramid_mailer) (πŸ“₯ 21K / month Β· πŸ“¦ 120 Β· ⏱️ 13.12.2016): +- [PyPi](https://pypi.org/project/pyramid_mailer) (πŸ“₯ 22K / month Β· πŸ“¦ 120 Β· ⏱️ 13.12.2016): ``` pip install pyramid_mailer ```
-
salmon (πŸ₯‰18 Β· ⭐ 560) - A Python Mail Server. ❗️GPL-3.0 +
salmon (πŸ₯‰18 Β· ⭐ 570) - A Python Mail Server. ❗️GPL-3.0 - [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 54 Β· πŸ“₯ 74 Β· πŸ“¦ 17 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 06.06.2022): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 820 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 850 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): ``` pip install salmon-mail ```
Show 5 hidden projects... -- flask-mail (πŸ₯ˆ29 Β· ⭐ 540 Β· πŸ’€) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 +- flask-mail (πŸ₯ˆ30 Β· ⭐ 540 Β· πŸ’€) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - sync-engine (πŸ₯ˆ27 Β· ⭐ 3.5K Β· πŸ’€) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 -- flanker (πŸ₯ˆ27 Β· ⭐ 1.5K Β· πŸ’€) - Python email address and Mime parsing library. Apache-2 +- flanker (πŸ₯ˆ27 Β· ⭐ 1.6K Β· πŸ’€) - Python email address and Mime parsing library. Apache-2 - offlineimap (πŸ₯‰25 Β· ⭐ 1.7K Β· πŸ’€) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗️libpng-2.0 - gmail (πŸ₯‰20 Β· ⭐ 1.7K Β· πŸ’€) - A Pythonic interface for Google Mail. MIT
@@ -3652,7 +3668,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (πŸ₯‡45 Β· ⭐ 45K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 9.7K Β· πŸ“¦ 32K Β· πŸ“‹ 3K - 26% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 9.7K Β· πŸ“¦ 32K Β· πŸ“‹ 3K - 26% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/scrapy/scrapy @@ -3666,7 +3682,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge scrapy ```
-
feedparser (πŸ₯‡33 Β· ⭐ 1.5K Β· πŸ“ˆ) - Parse feeds in Python. BSD-2 +
feedparser (πŸ₯‡33 Β· ⭐ 1.5K) - Parse feeds in Python. BSD-2 - [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 290 Β· πŸ“‹ 220 - 33% open Β· ⏱️ 24.06.2022): @@ -3689,7 +3705,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 19K / month Β· πŸ“¦ 22 Β· ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 21K / month Β· πŸ“¦ 22 Β· ⏱️ 01.07.2022): ``` pip install you-get ``` @@ -3700,74 +3716,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dirsearch (πŸ₯ˆ30 Β· ⭐ 8.6K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 2K Β· πŸ“¦ 19 Β· πŸ“‹ 440 - 7% open Β· ⏱️ 15.09.2022): +- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 2K Β· πŸ“¦ 20 Β· πŸ“‹ 440 - 7% open Β· ⏱️ 15.09.2022): ``` git clone https://github.com/maurosoria/dirsearch ``` -- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 1.8K / month Β· ⏱️ 17.06.2021): +- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 1.7K / month Β· ⏱️ 17.06.2021): ``` pip install dirsearch ```
pytrends (πŸ₯ˆ30 Β· ⭐ 2.5K) - Pseudo API for Google Trends. Apache-2 -- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 670 Β· πŸ“¦ 1.6K Β· πŸ“‹ 400 - 22% open Β· ⏱️ 10.06.2022): +- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 700 Β· πŸ“¦ 1.6K Β· πŸ“‹ 410 - 25% open Β· ⏱️ 10.06.2022): ``` git clone https://github.com/GeneralMills/pytrends ``` -- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 190K / month Β· πŸ“¦ 63 Β· ⏱️ 02.02.2022): +- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 200K / month Β· πŸ“¦ 66 Β· ⏱️ 02.02.2022): ``` pip install pytrends ``` -- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 4.1K Β· ⏱️ 08.02.2022): +- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 4.2K Β· ⏱️ 08.02.2022): ``` conda install -c conda-forge pytrends ```
cloudscraper (πŸ₯ˆ30 Β· ⭐ 2.3K) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 350 Β· πŸ“¦ 8.7K Β· ⏱️ 29.08.2022): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 350 Β· πŸ“¦ 8.9K Β· ⏱️ 29.08.2022): ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 680K / month Β· πŸ“¦ 82 Β· ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 700K / month Β· πŸ“¦ 82 Β· ⏱️ 15.03.2022): ``` pip install cloudscraper ```
-
MechanicalSoup (πŸ₯ˆ29 Β· ⭐ 4.1K) - A Python library for automating interaction with websites. MIT +
parsel (πŸ₯ˆ30 Β· ⭐ 820) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 360 Β· πŸ“₯ 43 Β· πŸ“‹ 170 - 18% open Β· ⏱️ 17.09.2022): +- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 120 Β· πŸ“¦ 22K Β· πŸ“‹ 100 - 41% open Β· ⏱️ 28.06.2022): ``` - git clone https://github.com/MechanicalSoup/MechanicalSoup + git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 120K / month Β· πŸ“¦ 270 Β· ⏱️ 29.05.2021): +- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1.5M / month Β· πŸ“¦ 1.6K Β· ⏱️ 07.05.2020): ``` - pip install MechanicalSoup + pip install parsel ``` -- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (πŸ“₯ 130K Β· ⏱️ 19.09.2022): +- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 63K Β· ⏱️ 02.06.2020): ``` - conda install -c conda-forge mechanicalsoup + conda install -c conda-forge parsel ```
-
parsel (πŸ₯ˆ29 Β· ⭐ 820) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 +
MechanicalSoup (πŸ₯ˆ29 Β· ⭐ 4.1K) - A Python library for automating interaction with websites. MIT -- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 130 Β· πŸ“¦ 22K Β· πŸ“‹ 100 - 41% open Β· ⏱️ 28.06.2022): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 360 Β· πŸ“₯ 43 Β· πŸ“‹ 170 - 18% open Β· ⏱️ 17.09.2022): ``` - git clone https://github.com/scrapy/parsel + git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1.5M / month Β· πŸ“¦ 1.6K Β· ⏱️ 07.05.2020): +- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 130K / month Β· πŸ“¦ 270 Β· ⏱️ 29.05.2021): ``` - pip install parsel + pip install MechanicalSoup ``` -- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 62K Β· ⏱️ 02.06.2020): +- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (πŸ“₯ 130K Β· ⏱️ 19.09.2022): ``` - conda install -c conda-forge parsel + conda install -c conda-forge mechanicalsoup ```
Grab (πŸ₯ˆ28 Β· ⭐ 2.2K) - Web Scraping Framework. MIT @@ -3777,14 +3793,14 @@ _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.8K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.9K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): ``` pip install grab ```
trafilatura (πŸ₯‰27 Β· ⭐ 600) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 76 Β· πŸ“¦ 200 Β· πŸ“‹ 180 - 21% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 77 Β· πŸ“¦ 200 Β· πŸ“‹ 180 - 21% open Β· ⏱️ 13.09.2022): ``` git clone https://github.com/adbar/trafilatura @@ -3801,23 +3817,23 @@ _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) (πŸ“₯ 53M / month Β· πŸ“¦ 2.4K Β· ⏱️ 14.04.2022): +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 54M / month Β· πŸ“¦ 2.4K Β· ⏱️ 14.04.2022): ``` pip install soupsieve ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 7.9M Β· ⏱️ 19.07.2022): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 8M Β· ⏱️ 19.07.2022): ``` conda install -c conda-forge soupsieve ```
-
AutoScraper (πŸ₯‰25 Β· ⭐ 4.6K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT +
AutoScraper (πŸ₯‰25 Β· ⭐ 4.7K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - [GitHub](https://github.com/alirezamika/autoscraper) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 490 Β· πŸ“¦ 200 Β· πŸ“‹ 48 - 8% open Β· ⏱️ 17.07.2022): ``` git clone https://github.com/alirezamika/autoscraper ``` -- [PyPi](https://pypi.org/project/autoscraper) (πŸ“₯ 3.1K / month Β· πŸ“¦ 1 Β· ⏱️ 23.01.2021): +- [PyPi](https://pypi.org/project/autoscraper) (πŸ“₯ 3.8K / month Β· πŸ“¦ 1 Β· ⏱️ 23.01.2021): ``` pip install autoscraper ``` @@ -3829,19 +3845,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Gerapy/Gerapy ``` -- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 1.3K / month Β· πŸ“¦ 8 Β· ⏱️ 30.12.2021): +- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 1.2K / month Β· πŸ“¦ 8 Β· ⏱️ 30.12.2021): ``` pip install gerapy ```
ruia (πŸ₯‰24 Β· ⭐ 1.6K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 -- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 170 Β· πŸ“₯ 14 Β· πŸ“¦ 60 Β· πŸ“‹ 95 - 4% open Β· ⏱️ 21.08.2022): +- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 170 Β· πŸ“₯ 14 Β· πŸ“¦ 61 Β· πŸ“‹ 95 - 4% open Β· ⏱️ 21.08.2022): ``` git clone https://github.com/howie6879/ruia ``` -- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 940 / month Β· πŸ“¦ 9 Β· ⏱️ 07.05.2021): +- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 1K / month Β· πŸ“¦ 9 Β· ⏱️ 07.05.2021): ``` pip install ruia ``` @@ -3853,7 +3869,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 55K / month Β· πŸ“¦ 30 Β· ⏱️ 26.07.2021): +- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 50K / month Β· πŸ“¦ 30 Β· ⏱️ 26.07.2021): ``` pip install extruct ``` @@ -3865,7 +3881,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 440 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 460 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): ``` pip install photon ``` @@ -3898,21 +3914,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (πŸ₯‡40 Β· ⭐ 32K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 3.5K Β· πŸ“₯ 45K Β· πŸ“¦ 590 Β· πŸ“‹ 5.7K - 10% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 3.5K Β· πŸ“₯ 45K Β· πŸ“¦ 590 Β· πŸ“‹ 5.7K - 10% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 20K / month Β· πŸ“¦ 380 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 21K / month Β· πŸ“¦ 380 Β· ⏱️ 15.06.2022): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 240K Β· ⏱️ 05.09.2022): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 240K Β· ⏱️ 26.09.2022): ``` conda install -c conda-forge sentry-sdk ```
-
Prometheus Client (πŸ₯‡31 Β· ⭐ 2.9K) - Python client for the Prometheus monitoring system. Apache-2 +
Prometheus Client (πŸ₯‡31 Β· ⭐ 3K) - Python client for the Prometheus monitoring system. Apache-2 - [GitHub](https://github.com/prometheus/client_python) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 680 Β· πŸ“‹ 440 - 14% open Β· ⏱️ 19.08.2022): @@ -3923,23 +3939,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install prometheus-client ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 7.3M Β· ⏱️ 08.04.2022): +- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 7.4M Β· ⏱️ 08.04.2022): ``` conda install -c conda-forge prometheus_client ```
opentelemetry-python (πŸ₯ˆ28 Β· ⭐ 1K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 360 Β· πŸ“‹ 1.2K - 13% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 360 Β· πŸ“‹ 1.2K - 13% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 8K / month Β· πŸ“¦ 1 Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 7.7K / month Β· πŸ“¦ 1 Β· ⏱️ 13.11.2020): ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 88K Β· ⏱️ 09.08.2022): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 91K Β· ⏱️ 09.08.2022): ``` conda install -c conda-forge opentelemetry-api ``` @@ -3955,14 +3971,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install prometheus-flask-exporter ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 540K Β· ⏱️ 02.08.2022): +- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 570K Β· ⏱️ 02.08.2022): ``` conda install -c conda-forge prometheus_flask_exporter ```
GoAccess (πŸ₯‰24 Β· ⭐ 15K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 980 Β· πŸ“‹ 2K - 17% open Β· ⏱️ 06.09.2022): +- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1K Β· πŸ“‹ 2K - 17% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/allinurl/goaccess @@ -3999,7 +4015,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/perdy/starlette-prometheus ``` -- [PyPi](https://pypi.org/project/starlette-prometheus) (πŸ“₯ 51K / month Β· πŸ“¦ 5 Β· ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/starlette-prometheus) (πŸ“₯ 52K / month Β· πŸ“¦ 5 Β· ⏱️ 10.01.2022): ``` pip install starlette-prometheus ``` @@ -4007,9 +4023,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 4 hidden projects... - opentracing-python (πŸ₯ˆ27 Β· ⭐ 760 Β· πŸ’€) - OpenTracing API for Python. This library is.. Apache-2 -- ngxtop (πŸ₯‰23 Β· ⭐ 6.3K Β· πŸ’€) - Real-time metrics for nginx server. MIT +- ngxtop (πŸ₯‰24 Β· ⭐ 6.3K Β· πŸ’€) - Real-time metrics for nginx server. MIT - flask-state (πŸ₯‰14 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 -- timing-asgi (πŸ₯‰5 Β· ⭐ 93) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed +- timing-asgi (πŸ₯‰5 Β· ⭐ 95) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed

@@ -4019,31 +4035,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Streamlit (πŸ₯‡40 Β· ⭐ 21K) - Streamlit The fastest way to build data apps in Python. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.9K Β· πŸ“¦ 410 Β· πŸ“‹ 2.7K - 23% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.9K Β· πŸ“¦ 420 Β· πŸ“‹ 2.7K - 19% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 940K / month Β· πŸ“¦ 420 Β· ⏱️ 27.07.2022): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 960K / month Β· πŸ“¦ 420 Β· ⏱️ 27.07.2022): ``` pip install streamlit ```
wave (πŸ₯ˆ32 Β· ⭐ 3K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 180 Β· πŸ“₯ 1.2M Β· πŸ“‹ 790 - 23% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 180 Β· πŸ“₯ 1.2M Β· πŸ“‹ 790 - 22% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 46K / month Β· πŸ“¦ 170 Β· ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 55K / month Β· πŸ“¦ 170 Β· ⏱️ 09.01.2011): ``` pip install wave ```
PyWebIO (πŸ₯ˆ28 Β· ⭐ 3.4K) - Write interactive web app in script way. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 300 Β· πŸ“¦ 840 Β· πŸ“‹ 180 - 23% open Β· ⏱️ 03.09.2022): +- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 300 Β· πŸ“¦ 840 Β· πŸ“‹ 180 - 23% open Β· ⏱️ 24.09.2022): ``` git clone https://github.com/pywebio/PyWebIO @@ -4055,12 +4071,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Wooey (πŸ₯ˆ25 Β· ⭐ 1.8K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 -- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 180 Β· πŸ“¦ 38 Β· πŸ“‹ 210 - 24% open Β· ⏱️ 12.08.2022): +- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 180 Β· πŸ“¦ 39 Β· πŸ“‹ 210 - 24% open Β· ⏱️ 12.08.2022): ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 190 / month Β· πŸ“¦ 1 Β· ⏱️ 16.04.2020): +- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 230 / month Β· πŸ“¦ 1 Β· ⏱️ 16.04.2020): ``` pip install wooey ``` @@ -4077,21 +4093,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install FlaskBB ```
-
idom (πŸ₯‰24 Β· ⭐ 640) - Create highly interactive web pages purely in Python. MIT +
idom (πŸ₯‰24 Β· ⭐ 650) - Create highly interactive web pages purely in Python. MIT - [GitHub](https://github.com/idom-team/idom) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 35 Β· πŸ“¦ 6 Β· πŸ“‹ 260 - 27% open Β· ⏱️ 18.09.2022): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 2.2K / month Β· πŸ“¦ 6 Β· ⏱️ 20.06.2022): +- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 2.4K / month Β· πŸ“¦ 6 Β· ⏱️ 20.06.2022): ``` pip install idom ```
pyscript (πŸ₯‰23 Β· ⭐ 15K) - Home Page: https://pyscript.net Examples:.. Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 1K Β· πŸ“‹ 430 - 48% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 1K Β· πŸ“‹ 480 - 44% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/pyscript/pyscript @@ -4105,14 +4121,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/rafalp/Misago ```
-
trame (πŸ₯‰17 Β· ⭐ 63) - Trame let you weave various components and technologies into a Web.. Apache-2 +
trame (πŸ₯‰17 Β· ⭐ 65) - Trame let you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 19 Β· πŸ“₯ 14 Β· πŸ“‹ 18 - 55% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 19 Β· πŸ“₯ 14 Β· πŸ“‹ 18 - 50% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 1.2K / month Β· πŸ“¦ 7 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 1.8K / month Β· πŸ“¦ 7 Β· ⏱️ 15.06.2022): ``` pip install trame ``` @@ -4134,7 +4150,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1.6M / month Β· πŸ“¦ 2.4K Β· ⏱️ 30.01.2022): +- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1.7M / month Β· πŸ“¦ 2.4K Β· ⏱️ 30.01.2022): ``` pip install flask-admin ``` @@ -4143,9 +4159,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-admin ```
-
django-debug-toolbar (πŸ₯‡36 Β· ⭐ 7.2K) - A configurable set of panels that display various.. BSD-3 +
django-debug-toolbar (πŸ₯‡37 Β· ⭐ 7.2K Β· πŸ“ˆ) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 980 Β· πŸ“₯ 180 Β· πŸ“¦ 56K Β· πŸ“‹ 810 - 9% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 980 Β· πŸ“₯ 180 Β· πŸ“¦ 56K Β· πŸ“‹ 810 - 9% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/jazzband/django-debug-toolbar @@ -4154,7 +4170,7 @@ _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) (πŸ“₯ 140K Β· ⏱️ 18.08.2022): +- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (πŸ“₯ 140K Β· ⏱️ 26.09.2022): ``` conda install -c conda-forge django-debug-toolbar ``` @@ -4166,7 +4182,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-grappelli) (πŸ“₯ 160K / month Β· πŸ“¦ 1.7K Β· ⏱️ 18.02.2022): +- [PyPi](https://pypi.org/project/django-grappelli) (πŸ“₯ 180K / month Β· πŸ“¦ 1.7K Β· ⏱️ 18.02.2022): ``` pip install django-grappelli ``` @@ -4175,9 +4191,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-grappelli ```
-
django-admin-interface (πŸ₯ˆ28 Β· ⭐ 1.2K) - djangos default admin interface made customizable... MIT +
django-admin-interface (πŸ₯ˆ29 Β· ⭐ 1.2K) - djangos default admin interface made customizable... MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 130 Β· πŸ“¦ 2K Β· πŸ“‹ 130 - 7% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 130 Β· πŸ“¦ 2K Β· πŸ“‹ 130 - 9% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/fabiocaccamo/django-admin-interface @@ -4194,7 +4210,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) (πŸ“₯ 46 / month Β· πŸ“¦ 14 Β· ⏱️ 10.01.2017): +- [PyPi](https://pypi.org/project/django-admin2) (πŸ“₯ 52 / month Β· πŸ“¦ 14 Β· ⏱️ 10.01.2017): ``` pip install django-admin2 ``` @@ -4206,19 +4222,19 @@ _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) (πŸ“₯ 8.6K / month Β· πŸ“¦ 73 Β· ⏱️ 03.02.2022): +- [PyPi](https://pypi.org/project/django-smuggler) (πŸ“₯ 8.5K / month Β· πŸ“¦ 73 Β· ⏱️ 03.02.2022): ``` pip install django-smuggler ```
fastapi-admin (πŸ₯‰22 Β· ⭐ 1.5K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 200 Β· πŸ“‹ 94 - 31% open Β· ⏱️ 02.09.2022): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 210 Β· πŸ“‹ 94 - 31% open Β· ⏱️ 02.09.2022): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.3K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.5K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4226,7 +4242,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 (πŸ₯ˆ29 Β· ⭐ 4.7K Β· πŸ’€) - 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 (πŸ₯‰17 Β· ⭐ 4.2K Β· πŸ’€) - Nginx UI allows you to access and modify the nginx configurations.. MIT @@ -4239,7 +4255,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (πŸ₯‡37 Β· ⭐ 34K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 4.3K Β· πŸ“₯ 350K Β· πŸ“‹ 4K - 9% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 4.3K Β· πŸ“₯ 350K Β· πŸ“‹ 4.1K - 9% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/kong/kong @@ -4249,9 +4265,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar docker pull kong ```
-
tyk (πŸ₯‰27 Β· ⭐ 7.7K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 +
tyk (πŸ₯‰27 Β· ⭐ 7.8K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 920 Β· πŸ“₯ 9.3K Β· πŸ“‹ 1.9K - 19% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 920 Β· πŸ“₯ 9.2K Β· πŸ“‹ 2K - 19% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/TykTechnologies/tyk @@ -4265,7 +4281,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-sqlalchemy (πŸ₯‡37 Β· ⭐ 3.8K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 880 Β· πŸ“₯ 400 Β· πŸ“¦ 280K Β· πŸ“‹ 580 - 0% open Β· ⏱️ 18.09.2022): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 880 Β· πŸ“₯ 400 Β· πŸ“¦ 280K Β· ⏱️ 28.09.2022): ``` git clone https://github.com/pallets/flask-sqlalchemy @@ -4279,18 +4295,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-sqlalchemy ```
-
flask-caching (πŸ₯‡33 Β· ⭐ 740) - A caching extension for Flask. BSD-3 +
flask-caching (πŸ₯‡33 Β· ⭐ 750) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 170 Β· πŸ“¦ 11K Β· πŸ“‹ 210 - 17% open Β· ⏱️ 12.09.2022): +- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 170 Β· πŸ“¦ 12K Β· πŸ“‹ 210 - 17% open Β· ⏱️ 12.09.2022): ``` git clone https://github.com/pallets-eco/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 3.4M / month Β· πŸ“¦ 750 Β· ⏱️ 26.06.2022): +- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 3.7M / month Β· πŸ“¦ 750 Β· ⏱️ 26.06.2022): ``` pip install flask-caching ``` -- [Conda](https://anaconda.org/conda-forge/flask-caching) (πŸ“₯ 87K Β· ⏱️ 30.07.2022): +- [Conda](https://anaconda.org/conda-forge/flask-caching) (πŸ“₯ 88K Β· ⏱️ 30.07.2022): ``` conda install -c conda-forge flask-caching ``` @@ -4302,7 +4318,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/MongoEngine/flask-mongoengine ``` -- [PyPi](https://pypi.org/project/flask-mongoengine) (πŸ“₯ 76K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/flask-mongoengine) (πŸ“₯ 78K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.11.2020): ``` pip install flask-mongoengine ``` @@ -4330,7 +4346,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 5.4M / month Β· πŸ“¦ 8K Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 5.5M / month Β· πŸ“¦ 8K Β· ⏱️ 06.01.2021): ``` pip install flask-cors ``` @@ -4341,12 +4357,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-limiter (πŸ₯ˆ29 Β· ⭐ 890) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 110 Β· πŸ“₯ 22 Β· πŸ“¦ 3.9K Β· πŸ“‹ 150 - 1% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 110 Β· πŸ“₯ 24 Β· πŸ“¦ 3.9K Β· ⏱️ 22.09.2022): ``` git clone https://github.com/alisaifee/flask-limiter ``` -- [PyPi](https://pypi.org/project/flask-limiter) (πŸ“₯ 380K / month Β· πŸ“¦ 380 Β· ⏱️ 24.08.2022): +- [PyPi](https://pypi.org/project/flask-limiter) (πŸ“₯ 370K / month Β· πŸ“¦ 380 Β· ⏱️ 24.08.2022): ``` pip install flask-limiter ``` @@ -4358,23 +4374,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/python-babel/flask-babel ``` -- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 2.9M / month Β· πŸ“¦ 2.6K Β· ⏱️ 27.08.2020): +- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 3.1M / month Β· πŸ“¦ 2.6K Β· ⏱️ 27.08.2020): ``` pip install flask-babel ``` -- [Conda](https://anaconda.org/conda-forge/flask-babel) (πŸ“₯ 98K Β· ⏱️ 28.08.2020): +- [Conda](https://anaconda.org/conda-forge/flask-babel) (πŸ“₯ 99K Β· ⏱️ 28.08.2020): ``` conda install -c conda-forge flask-babel ```
flask-bcrypt (πŸ₯ˆ29 Β· ⭐ 310) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 -- [GitHub](https://github.com/maxcountryman/flask-bcrypt) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 57 Β· πŸ“¦ 42K Β· πŸ“‹ 45 - 8% open Β· ⏱️ 05.04.2022): +- [GitHub](https://github.com/maxcountryman/flask-bcrypt) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 59 Β· πŸ“¦ 42K Β· πŸ“‹ 45 - 8% open Β· ⏱️ 05.04.2022): ``` git clone https://github.com/maxcountryman/flask-bcrypt ``` -- [PyPi](https://pypi.org/project/flask-bcrypt) (πŸ“₯ 960K / month Β· πŸ“¦ 3K Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-bcrypt) (πŸ“₯ 1M / month Β· πŸ“¦ 3K Β· ⏱️ 05.04.2022): ``` pip install flask-bcrypt ``` @@ -4390,14 +4406,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-api/flask-api ``` -- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 310K / month Β· πŸ“¦ 680 Β· ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 320K / month Β· πŸ“¦ 680 Β· ⏱️ 15.06.2021): ``` pip install flask-api ```
flask-apispec (πŸ₯ˆ28 Β· ⭐ 610) - Build and document REST APIs with Flask and apispec. MIT -- [GitHub](https://github.com/jmcarp/flask-apispec) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 140 Β· πŸ“¦ 990 Β· πŸ“‹ 170 - 61% open Β· ⏱️ 11.08.2022): +- [GitHub](https://github.com/jmcarp/flask-apispec) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 140 Β· πŸ“¦ 1K Β· πŸ“‹ 170 - 61% open Β· ⏱️ 11.08.2022): ``` git clone https://github.com/jmcarp/flask-apispec @@ -4418,7 +4434,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) (πŸ“₯ 120K / month Β· πŸ“¦ 260 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-seasurf) (πŸ“₯ 130K / month Β· πŸ“¦ 260 Β· ⏱️ 05.04.2022): ``` pip install flask-seasurf ``` @@ -4450,12 +4466,12 @@ _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) (πŸ“₯ 480 / month Β· πŸ“¦ 130 Β· ⏱️ 28.02.2018): +- [PyPi](https://pypi.org/project/flask-ask) (πŸ“₯ 560 / month Β· πŸ“¦ 130 Β· ⏱️ 28.02.2018): ``` pip install flask-ask ```
-
Flask-Moment (πŸ₯‰24 Β· ⭐ 350) - Formatting of dates and times in Flask templates using.. MIT +
Flask-Moment (πŸ₯‰24 Β· ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT - [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 49 Β· πŸ“‹ 47 - 2% open Β· ⏱️ 15.09.2022): @@ -4478,7 +4494,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 370 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 380 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): ``` pip install rpc ``` @@ -4501,28 +4517,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask_injector (πŸ₯‰23 Β· ⭐ 240) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/alecthomas/flask_injector) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 35 Β· πŸ“¦ 680 Β· πŸ“‹ 48 - 22% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/alecthomas/flask_injector) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 35 Β· πŸ“¦ 690 Β· πŸ“‹ 48 - 22% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 44K / month Β· πŸ“¦ 65 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 43K / month Β· πŸ“¦ 65 Β· ⏱️ 15.06.2022): ``` pip install flask_injector ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 2.5K Β· ⏱️ 16.06.2022): +- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 2.6K Β· ⏱️ 16.06.2022): ``` conda install -c conda-forge flask-injector ```
flask_pydantic (πŸ₯‰23 Β· ⭐ 230) - flask extension for integration with the awesome pydantic.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 28 Β· πŸ“¦ 200 Β· πŸ“‹ 33 - 42% open Β· ⏱️ 31.07.2022): +- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 28 Β· πŸ“¦ 210 Β· πŸ“‹ 33 - 39% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 47K / month Β· πŸ“¦ 2 Β· ⏱️ 28.10.2021): +- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 51K / month Β· πŸ“¦ 2 Β· ⏱️ 28.10.2021): ``` pip install flask_pydantic ``` @@ -4534,7 +4550,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 750 / month Β· πŸ“¦ 1 Β· ⏱️ 29.12.2021): +- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 920 / month Β· πŸ“¦ 1 Β· ⏱️ 29.12.2021): ``` pip install safrs ``` @@ -4546,14 +4562,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 4.1K / month Β· πŸ“¦ 4 Β· ⏱️ 03.06.2022): +- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 4.3K / month Β· πŸ“¦ 4 Β· ⏱️ 03.06.2022): ``` pip install flask-rebar ```
cookiecutter-flask (πŸ₯‰21 Β· ⭐ 4.2K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 700 Β· πŸ“‹ 180 - 3% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 700 Β· πŸ“‹ 180 - 3% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask @@ -4566,7 +4582,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/christabor/flask_jsondash ``` -- [PyPi](https://pypi.org/project/flask_jsondash) (πŸ“₯ 44 / month Β· ⏱️ 13.06.2017): +- [PyPi](https://pypi.org/project/flask_jsondash) (πŸ“₯ 70 / month Β· ⏱️ 13.06.2017): ``` pip install flask_jsondash ``` @@ -4578,19 +4594,19 @@ _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) (πŸ“₯ 220 / month Β· ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 260 / month Β· ⏱️ 07.12.2021): ``` pip install flask-file-upload ```
-
flask2postman (πŸ₯‰13 Β· ⭐ 130) - Generate a Postman collection from your Flask application. MIT +
flask2postman (πŸ₯‰13 Β· ⭐ 140) - Generate a Postman collection from your Flask application. MIT -- [GitHub](https://github.com/numberly/flask2postman) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 16 Β· πŸ“¦ 11 Β· πŸ“‹ 7 - 71% open Β· ⏱️ 15.09.2022): +- [GitHub](https://github.com/numberly/flask2postman) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 17 Β· πŸ“¦ 11 Β· πŸ“‹ 7 - 71% open Β· ⏱️ 15.09.2022): ``` git clone https://github.com/numberly/flask2postman ``` -- [PyPi](https://pypi.org/project/flask2postman) (πŸ“₯ 1K / month Β· πŸ“¦ 1 Β· ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/flask2postman) (πŸ“₯ 940 / month Β· πŸ“¦ 1 Β· ⏱️ 16.01.2020): ``` pip install flask2postman ``` @@ -4618,17 +4634,17 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-admin/fastapi-admin (πŸ₯‡22 Β· ⭐ 1.5K) - A fast admin dashboard based on FastAPI and.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 200 Β· πŸ“‹ 94 - 31% open Β· ⏱️ 02.09.2022): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 210 Β· πŸ“‹ 94 - 31% open Β· ⏱️ 02.09.2022): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.3K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.5K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
-
fastapi-crudrouter (πŸ₯‡22 Β· ⭐ 870) - A dynamic FastAPI router that automatically creates.. MIT +
fastapi-crudrouter (πŸ₯‡22 Β· ⭐ 880) - A dynamic FastAPI router that automatically creates.. MIT - [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 100 Β· πŸ“₯ 5 Β· πŸ“¦ 110 Β· πŸ“‹ 92 - 58% open Β· ⏱️ 05.07.2022): @@ -4640,14 +4656,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-crudrouter ```
-
sqladmin (πŸ₯‡22 Β· ⭐ 570) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 +
sqladmin (πŸ₯‡22 Β· ⭐ 580) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 70 Β· πŸ“‹ 79 - 17% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 72 Β· πŸ“‹ 86 - 19% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 12K / month Β· ⏱️ 23.06.2022): +- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 13K / month Β· ⏱️ 23.06.2022): ``` pip install sqladmin ``` @@ -4659,31 +4675,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 46K / month Β· πŸ“¦ 3 Β· ⏱️ 24.08.2022): +- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 52K / month Β· πŸ“¦ 3 Β· ⏱️ 24.08.2022): ``` pip install slowapi ```
-
starlette_exporter (πŸ₯ˆ20 Β· ⭐ 200) - Prometheus exporter for Starlette and FastAPI. Apache-2 +
fastapi-sqlalchemy (πŸ₯ˆ20 Β· ⭐ 440) - Adds simple SQLAlchemy support to FastAPI. MIT + +- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 30 Β· πŸ“¦ 710 Β· πŸ“‹ 19 - 52% open Β· ⏱️ 25.09.2022): + + ``` + git clone https://github.com/mfreeborn/fastapi-sqlalchemy + ``` +- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (πŸ“₯ 43K / month Β· πŸ“¦ 1 Β· ⏱️ 25.09.2020): + ``` + pip install fastapi-sqlalchemy + ``` +
+
starlette_exporter (πŸ₯ˆ20 Β· ⭐ 210) - Prometheus exporter for Starlette and FastAPI. Apache-2 - [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 19 Β· πŸ“‹ 31 - 12% open Β· ⏱️ 27.08.2022): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 290K / month Β· πŸ“¦ 4 Β· ⏱️ 23.05.2022): +- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 300K / month Β· πŸ“¦ 4 Β· ⏱️ 23.05.2022): ``` pip install starlette_exporter ```
-
fastapi-mvc (πŸ₯ˆ20 Β· ⭐ 180) - Developer productivity tool for making high-quality FastAPI.. MIT +
fastapi-mvc (πŸ₯ˆ20 Β· ⭐ 190) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 28 Β· πŸ“₯ 54 Β· πŸ“‹ 86 - 20% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 28 Β· πŸ“₯ 59 Β· πŸ“‹ 86 - 20% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 320 / month Β· ⏱️ 13.06.2022): +- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 390 / month Β· ⏱️ 13.06.2022): ``` pip install fastapi-mvc ``` @@ -4695,7 +4723,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 1.8K / month Β· ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 2K / month Β· ⏱️ 13.05.2022): ``` pip install fastapi-code-generator ``` @@ -4707,7 +4735,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 6K / month Β· πŸ“¦ 1 Β· ⏱️ 07.07.2022): +- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 5.8K / month Β· πŸ“¦ 1 Β· ⏱️ 07.07.2022): ``` pip install fastapi-plugins ``` @@ -4719,7 +4747,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 2.7K / month Β· πŸ“¦ 1 Β· ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 2.6K / month Β· πŸ“¦ 1 Β· ⏱️ 06.12.2021): ``` pip install fastapi-socketio ``` @@ -4739,14 +4767,13 @@ _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) (πŸ“₯ 19 / month Β· ⏱️ 21.11.2021): +- [PyPi](https://pypi.org/project/fastapi-lazy) (πŸ“₯ 57 / month Β· ⏱️ 21.11.2021): ``` pip install fastapi-lazy ```
-
Show 6 hidden projects... +
Show 5 hidden projects... -- fastapi-sqlalchemy (πŸ₯ˆ20 Β· ⭐ 430 Β· πŸ’€) - Adds simple SQLAlchemy support to FastAPI. MIT - fastapi-utils (πŸ₯‰19 Β· ⭐ 1.2K Β· πŸ’€) - Reusable utilities for FastAPI. MIT - fastapi_contrib (πŸ₯‰18 Β· ⭐ 530 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT - fastapi-versioning (πŸ₯‰17 Β· ⭐ 430 Β· πŸ’€) - api versioning for fastapi web applications. MIT @@ -4773,7 +4800,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-extensions (πŸ₯‡39 Β· ⭐ 5.9K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 1.1K Β· πŸ“¦ 100K Β· πŸ“‹ 840 - 16% open Β· ⏱️ 09.09.2022): +- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 1.1K Β· πŸ“¦ 110K Β· πŸ“‹ 840 - 16% open Β· ⏱️ 09.09.2022): ``` git clone https://github.com/django-extensions/django-extensions @@ -4789,7 +4816,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
channels (πŸ₯‡39 Β· ⭐ 5.4K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 740 Β· πŸ“¦ 19K Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 740 Β· πŸ“¦ 20K Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 16.09.2022): ``` git clone https://github.com/django/channels @@ -4805,12 +4832,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cors-headers (πŸ₯‡36 Β· ⭐ 4.7K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 500 Β· πŸ“¦ 120K Β· πŸ“‹ 250 - 4% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 500 Β· πŸ“¦ 120K Β· πŸ“‹ 250 - 4% open Β· ⏱️ 27.09.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 ``` @@ -4821,7 +4848,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-filter (πŸ₯‡36 Β· ⭐ 3.8K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 700 Β· πŸ“¦ 95K Β· πŸ“‹ 790 - 9% open Β· ⏱️ 04.09.2022): +- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 700 Β· πŸ“¦ 96K Β· πŸ“‹ 790 - 9% open Β· ⏱️ 04.09.2022): ``` git clone https://github.com/carltongibson/django-filter @@ -4830,26 +4857,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-filter ``` -- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 82K Β· ⏱️ 17.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 83K Β· ⏱️ 17.06.2022): ``` conda install -c conda-forge django-filter ```
django-oscar (πŸ₯‡35 Β· ⭐ 5.5K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 2K Β· πŸ“¦ 900 Β· πŸ“‹ 1.4K - 10% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 2K Β· πŸ“¦ 900 Β· πŸ“‹ 1.5K - 11% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 18K / month Β· πŸ“¦ 270 Β· ⏱️ 24.06.2022): +- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 17K / month Β· πŸ“¦ 270 Β· ⏱️ 24.06.2022): ``` pip install django-oscar ```
django-environ (πŸ₯‡35 Β· ⭐ 2.6K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 280 Β· πŸ“₯ 3 Β· πŸ“¦ 92K Β· πŸ“‹ 210 - 26% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 280 Β· πŸ“₯ 3 Β· πŸ“¦ 93K Β· πŸ“‹ 210 - 26% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/joke2k/django-environ @@ -4858,14 +4885,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-environ ``` -- [Conda](https://anaconda.org/conda-forge/django-environ) (πŸ“₯ 56K Β· ⏱️ 09.07.2018): +- [Conda](https://anaconda.org/conda-forge/django-environ) (πŸ“₯ 57K Β· ⏱️ 09.07.2018): ``` conda install -c conda-forge django-environ ```
django-storages (πŸ₯‡35 Β· ⭐ 2.2K) - Django-storages is a project to provide a variety of.. BSD-3 -- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 780 Β· πŸ“‹ 630 - 30% open Β· ⏱️ 10.08.2022): +- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 780 Β· πŸ“‹ 630 - 30% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/jschneier/django-storages @@ -4881,24 +4908,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-simple-history (πŸ₯‡35 Β· ⭐ 1.7K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 400 Β· πŸ“¦ 3.1K Β· πŸ“‹ 490 - 22% open Β· ⏱️ 25.08.2022): +- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 400 Β· πŸ“¦ 3.1K Β· πŸ“‹ 500 - 23% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 550K / month Β· πŸ“¦ 450 Β· ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 570K / month Β· πŸ“¦ 450 Β· ⏱️ 11.05.2022): ``` pip install django-simple-history ```
dj-database-url (πŸ₯‡35 Β· ⭐ 1.3K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 180 Β· πŸ“¦ 200K Β· πŸ“‹ 78 - 14% open Β· ⏱️ 06.09.2022): +- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 180 Β· πŸ“¦ 200K Β· πŸ“‹ 78 - 14% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/jacobian/dj-database-url ``` -- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 940K / month Β· πŸ“¦ 21K Β· ⏱️ 01.03.2018): +- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 930K / month Β· πŸ“¦ 21K Β· ⏱️ 01.03.2018): ``` pip install dj-database-url ``` @@ -4919,18 +4946,34 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-haystack ```
-
django-reversion (πŸ₯ˆ34 Β· ⭐ 2.8K Β· πŸ“‰) - django-reversion is an extension to the Django web.. BSD-3 +
django-reversion (πŸ₯ˆ34 Β· ⭐ 2.8K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 470 Β· πŸ“¦ 6.5K Β· πŸ“‹ 620 - 2% open Β· ⏱️ 13.08.2022): +- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 470 Β· πŸ“¦ 6.5K Β· πŸ“‹ 620 - 2% open Β· ⏱️ 24.09.2022): ``` git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 240K / month Β· πŸ“¦ 2.1K Β· ⏱️ 18.06.2022): +- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 260K / month Β· πŸ“¦ 2.1K Β· ⏱️ 18.06.2022): ``` pip install django-reversion ```
+
django-mptt (πŸ₯ˆ34 Β· ⭐ 2.7K) - Utilities for implementing a modified pre-order traversal tree.. MIT + +- [GitHub](https://github.com/django-mptt/django-mptt) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 450 Β· πŸ“‹ 530 - 22% open Β· ⏱️ 27.09.2022): + + ``` + git clone https://github.com/django-mptt/django-mptt + ``` +- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 390K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2021): + ``` + pip install django-mptt + ``` +- [Conda](https://anaconda.org/anaconda/django-mptt): + ``` + conda install -c anaconda django-mptt + ``` +
django-import-export (πŸ₯ˆ34 Β· ⭐ 2.5K) - Django application and library for importing and.. BSD-2 - [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 720 Β· πŸ“¦ 15K Β· πŸ“‹ 880 - 12% open Β· ⏱️ 14.09.2022): @@ -4949,12 +4992,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-model-utils (πŸ₯ˆ34 Β· ⭐ 2.3K) - Django model mixins and utilities. BSD-3 -- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“¦ 18K Β· πŸ“‹ 280 - 41% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“¦ 18K Β· πŸ“‹ 280 - 42% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/jazzband/django-model-utils ``` -- [PyPi](https://pypi.org/project/django-model-utils) (πŸ“₯ 730K / month Β· πŸ“¦ 4.8K Β· ⏱️ 13.10.2021): +- [PyPi](https://pypi.org/project/django-model-utils) (πŸ“₯ 740K / month Β· πŸ“¦ 4.8K Β· ⏱️ 13.10.2021): ``` pip install django-model-utils ``` @@ -4987,34 +5030,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge sorl-thumbnail ```
-
django-mptt (πŸ₯ˆ33 Β· ⭐ 2.7K) - Utilities for implementing a modified pre-order traversal tree.. MIT - -- [GitHub](https://github.com/django-mptt/django-mptt) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 440 Β· πŸ“‹ 530 - 22% open Β· ⏱️ 22.09.2022): - - ``` - git clone https://github.com/django-mptt/django-mptt - ``` -- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 390K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2021): - ``` - pip install django-mptt - ``` -- [Conda](https://anaconda.org/anaconda/django-mptt): - ``` - conda install -c anaconda django-mptt - ``` -
django-bootstrap3 (πŸ₯ˆ33 Β· ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap3) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 690 Β· πŸ“¦ 18K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/zostera/django-bootstrap3) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 690 Β· πŸ“¦ 18K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 90K / month Β· πŸ“¦ 4K Β· ⏱️ 27.12.2021): +- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 92K / month Β· πŸ“¦ 4K Β· ⏱️ 27.12.2021): ``` pip install django-bootstrap3 ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (πŸ“₯ 23K Β· ⏱️ 04.08.2019): +- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (πŸ“₯ 24K Β· ⏱️ 04.08.2019): ``` conda install -c conda-forge django-bootstrap3 ``` @@ -5026,7 +5053,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (πŸ“₯ 230K / month Β· πŸ“¦ 1.5K Β· ⏱️ 31.05.2022): +- [PyPi](https://pypi.org/project/django-ckeditor) (πŸ“₯ 240K / month Β· πŸ“¦ 1.5K Β· ⏱️ 31.05.2022): ``` pip install django-ckeditor ``` @@ -5038,14 +5065,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/SmileyChris/easy-thumbnails ``` -- [PyPi](https://pypi.org/project/easy-thumbnails) (πŸ“₯ 220K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/easy-thumbnails) (πŸ“₯ 230K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.01.2022): ``` pip install easy-thumbnails ```
django-phonenumber-field (πŸ₯ˆ33 Β· ⭐ 1.3K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“‹ 200 - 2% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 4 Β· πŸ“‹ 200 - 2% open Β· ⏱️ 07.09.2022): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field @@ -5062,11 +5089,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) (πŸ“₯ 360K / month Β· πŸ“¦ 2.9K Β· ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 370K / month Β· πŸ“¦ 2.9K Β· ⏱️ 02.05.2022): ``` pip install django-taggit ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 97K Β· ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 98K Β· ⏱️ 02.05.2022): ``` conda install -c conda-forge django-taggit ``` @@ -5090,31 +5117,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jieter/django-tables2 ``` -- [PyPi](https://pypi.org/project/django-tables2) (πŸ“₯ 150K / month Β· πŸ“¦ 890 Β· ⏱️ 05.10.2021): +- [PyPi](https://pypi.org/project/django-tables2) (πŸ“₯ 160K / month Β· πŸ“¦ 890 Β· ⏱️ 05.10.2021): ``` pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 1.7K Β· ⏱️ 24.10.2021): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 1.8K Β· ⏱️ 24.10.2021): ``` conda install -c conda-forge django-tables2 ```
django-stubs (πŸ₯ˆ32 Β· ⭐ 980) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 260 Β· πŸ“¦ 2.9K Β· πŸ“‹ 480 - 41% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 260 Β· πŸ“¦ 2.9K Β· πŸ“‹ 480 - 41% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 550K / month Β· πŸ“¦ 76 Β· ⏱️ 17.06.2022): +- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 570K / month Β· πŸ“¦ 76 Β· ⏱️ 17.06.2022): ``` pip install django-stubs ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 6.3K Β· ⏱️ 20.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 6.4K Β· ⏱️ 20.06.2022): ``` conda install -c conda-forge django-stubs ```
+
django-redis (πŸ₯ˆ31 Β· ⭐ 2.4K) - Full featured redis cache backend for Django. BSD-3 + +- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 390 Β· πŸ“‹ 310 - 12% open Β· ⏱️ 29.06.2022): + + ``` + git clone https://github.com/jazzband/django-redis + ``` +- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 1.5M / month Β· πŸ“¦ 3.5K Β· ⏱️ 22.12.2021): + ``` + pip install django-redis + ``` +
django-webpack-loader (πŸ₯ˆ31 Β· ⭐ 2.4K) - Transparently use webpack with django. MIT - [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 330 Β· πŸ“¦ 7.7K Β· πŸ“‹ 180 - 15% open Β· ⏱️ 11.08.2022): @@ -5126,7 +5165,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 3.7K Β· ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 3.8K Β· ⏱️ 17.11.2021): ``` conda install -c conda-forge django-webpack-loader ``` @@ -5138,7 +5177,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 41K / month Β· πŸ“¦ 340 Β· ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 42K / month Β· πŸ“¦ 340 Β· ⏱️ 20.05.2022): ``` pip install django-activity-stream ``` @@ -5150,14 +5189,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 89K / month Β· πŸ“¦ 1K Β· ⏱️ 02.11.2021): +- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 91K / month Β· πŸ“¦ 1K Β· ⏱️ 02.11.2021): ``` pip install django-imagekit ```
django-constance (πŸ₯ˆ31 Β· ⭐ 1.5K) - Dynamic Django settings. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 300 Β· πŸ“¦ 1.1K Β· πŸ“‹ 260 - 12% open Β· ⏱️ 11.08.2022): +- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 300 Β· πŸ“¦ 1.1K Β· πŸ“‹ 260 - 13% open Β· ⏱️ 11.08.2022): ``` git clone https://github.com/jazzband/django-constance @@ -5181,7 +5220,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-bootstrap4 (πŸ₯ˆ31 Β· ⭐ 970) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 70K Β· πŸ“‹ 160 - 14% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 71K Β· πŸ“‹ 160 - 14% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/zostera/django-bootstrap4 @@ -5202,39 +5241,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 370K / month Β· πŸ“¦ 340 Β· ⏱️ 05.06.2022): +- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 380K / month Β· πŸ“¦ 340 Β· ⏱️ 05.06.2022): ``` pip install django-waffle ``` -- [Conda](https://anaconda.org/conda-forge/django-waffle) (πŸ“₯ 8.1K Β· ⏱️ 22.08.2022): +- [Conda](https://anaconda.org/conda-forge/django-waffle) (πŸ“₯ 8.3K Β· ⏱️ 22.08.2022): ``` conda install -c conda-forge django-waffle ```
-
cookiecutter-django (πŸ₯‰30 Β· ⭐ 9.7K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 +
cookiecutter-django (πŸ₯‰30 Β· ⭐ 9.8K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.5K Β· πŸ“¦ 19 Β· πŸ“‹ 1.1K - 12% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.5K Β· πŸ“¦ 19 Β· πŸ“‹ 1.1K - 12% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 74 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 78 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): ``` pip install cookiecutter-django ```
-
django-redis (πŸ₯‰30 Β· ⭐ 2.4K) - Full featured redis cache backend for Django. BSD-3 - -- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 390 Β· πŸ“‹ 310 - 12% open Β· ⏱️ 29.06.2022): - - ``` - git clone https://github.com/jazzband/django-redis - ``` -- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 1.5M / month Β· πŸ“¦ 3.5K Β· ⏱️ 22.12.2021): - ``` - pip install django-redis - ``` -
django-braces (πŸ₯‰30 Β· ⭐ 1.8K Β· πŸ’€) - Reusable, generic mixins for Django. BSD-3 - [GitHub](https://github.com/brack3t/django-braces) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 210 Β· πŸ“¦ 13K Β· πŸ“‹ 120 - 3% open Β· ⏱️ 18.11.2021): @@ -5253,7 +5280,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-widget-tweaks (πŸ₯‰30 Β· ⭐ 1.8K Β· πŸ’€) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“¦ 27K Β· πŸ“‹ 86 - 44% open Β· ⏱️ 13.01.2022): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 130 Β· πŸ“¦ 27K Β· πŸ“‹ 87 - 44% open Β· ⏱️ 13.01.2022): ``` git clone https://github.com/jazzband/django-widget-tweaks @@ -5265,7 +5292,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cacheops (πŸ₯‰30 Β· ⭐ 1.7K) - A slick ORM cache with automatic granular event-driven.. BSD-3 -- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“¦ 750 Β· πŸ“‹ 300 - 8% open Β· ⏱️ 11.07.2022): +- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“¦ 760 Β· πŸ“‹ 300 - 8% open Β· ⏱️ 11.07.2022): ``` git clone https://github.com/Suor/django-cacheops @@ -5282,7 +5309,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 130K / month Β· πŸ“¦ 430 Β· ⏱️ 22.11.2021): +- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 140K / month Β· πŸ“¦ 430 Β· ⏱️ 22.11.2021): ``` pip install django-rq ``` @@ -5294,7 +5321,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) (πŸ“₯ 52K / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 58K / month Β· πŸ“¦ 1.1K Β· ⏱️ 10.01.2022): ``` pip install django-pipeline ``` @@ -5306,7 +5333,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 460K / month Β· πŸ“¦ 1.5K Β· ⏱️ 01.03.2022): +- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 470K / month Β· πŸ“¦ 1.5K Β· ⏱️ 01.03.2022): ``` pip install django-countries ``` @@ -5318,7 +5345,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/django-fsm ``` -- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 280K / month Β· πŸ“¦ 330 Β· ⏱️ 05.11.2021): +- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 290K / month Β· πŸ“¦ 330 Β· ⏱️ 05.11.2021): ``` pip install django-fsm ``` @@ -5339,42 +5366,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-sql-explorer ```
-
django-angular (πŸ₯‰29 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT - -- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 300 Β· πŸ“¦ 600 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 03.09.2022): - - ``` - git clone https://github.com/jrief/django-angular - ``` -- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 8.2K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): - ``` - pip install django-angular - ``` -
django-dbbackup (πŸ₯‰29 Β· ⭐ 640) - Management commands to help backup and restore your.. BSD-3 -- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 200 Β· πŸ“¦ 1.1K Β· πŸ“‹ 260 - 23% open Β· ⏱️ 17.08.2022): +- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 200 Β· πŸ“¦ 1.1K Β· πŸ“‹ 260 - 23% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 59K / month Β· πŸ“¦ 160 Β· ⏱️ 24.12.2021): +- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 60K / month Β· πŸ“¦ 160 Β· ⏱️ 24.12.2021): ``` pip install django-dbbackup ```
Django-Ninja (πŸ₯‰28 Β· ⭐ 3.4K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 210 Β· πŸ“‹ 370 - 31% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 210 Β· πŸ“‹ 400 - 35% open Β· ⏱️ 20.09.2022): ``` git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 56K / month Β· πŸ“¦ 9 Β· ⏱️ 29.06.2022): +- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 59K / month Β· πŸ“¦ 9 Β· ⏱️ 29.06.2022): ``` pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 3.2K Β· ⏱️ 20.07.2022): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 3.3K Β· ⏱️ 20.07.2022): ``` conda install -c conda-forge django-ninja ``` @@ -5390,11 +5405,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-polymorphic ``` -- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (πŸ“₯ 54K Β· ⏱️ 18.11.2021): +- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (πŸ“₯ 55K Β· ⏱️ 18.11.2021): ``` conda install -c conda-forge django_polymorphic ```
+
django-angular (πŸ₯‰28 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT + +- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 300 Β· πŸ“¦ 600 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 03.09.2022): + + ``` + git clone https://github.com/jrief/django-angular + ``` +- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 7.9K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): + ``` + pip install django-angular + ``` +
django-redis-cache (πŸ₯‰28 Β· ⭐ 1K) - A Redis cache backend for django. BSD-3 - [GitHub](https://github.com/sebleier/django-redis-cache) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 200 Β· πŸ“¦ 3.4K Β· πŸ“‹ 130 - 49% open Β· ⏱️ 09.03.2022): @@ -5406,26 +5433,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-redis-cache ``` -- [Conda](https://anaconda.org/conda-forge/django-redis-cache) (πŸ“₯ 46K Β· ⏱️ 09.03.2022): +- [Conda](https://anaconda.org/conda-forge/django-redis-cache) (πŸ“₯ 47K Β· ⏱️ 09.03.2022): ``` conda install -c conda-forge django-redis-cache ```
+
django-rosetta (πŸ₯‰28 Β· ⭐ 890) - Rosetta is a Django application that eases the translation.. MIT + +- [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 180 Β· πŸ“¦ 2K Β· πŸ“‹ 150 - 28% open Β· ⏱️ 18.05.2022): + + ``` + git clone https://github.com/mbi/django-rosetta + ``` +- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 67K / month Β· πŸ“¦ 610 Β· ⏱️ 08.12.2021): + ``` + pip install django-rosetta + ``` +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 4.9K Β· ⏱️ 08.12.2021): + ``` + conda install -c conda-forge django-rosetta + ``` +
django-paypal (πŸ₯‰28 Β· ⭐ 660) - A pluggable Django application for integrating PayPal.. MIT -- [GitHub](https://github.com/spookylukey/django-paypal) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 200 Β· πŸ“¦ 2.1K Β· πŸ“‹ 160 - 5% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/spookylukey/django-paypal) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 200 Β· πŸ“¦ 2.1K Β· πŸ“‹ 160 - 5% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/spookylukey/django-paypal ``` -- [PyPi](https://pypi.org/project/django-paypal) (πŸ“₯ 9.4K / month Β· πŸ“¦ 290 Β· ⏱️ 25.03.2022): +- [PyPi](https://pypi.org/project/django-paypal) (πŸ“₯ 10K / month Β· πŸ“¦ 290 Β· ⏱️ 25.03.2022): ``` pip install django-paypal ```
djangorestframework-stubs (πŸ₯‰28 Β· ⭐ 290) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 69 Β· πŸ“¦ 1.4K Β· πŸ“‹ 100 - 42% open Β· ⏱️ 01.09.2022): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 69 Β· πŸ“¦ 1.4K Β· πŸ“‹ 100 - 42% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/typeddjango/djangorestframework-stubs @@ -5439,6 +5482,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge djangorestframework-stubs ```
+
viewflow (πŸ₯‰27 Β· ⭐ 2.3K) - Reusable workflow library for Django. ❗️AGPL-3.0 + +- [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 360 Β· πŸ“¦ 240 Β· πŸ“‹ 270 - 8% open Β· ⏱️ 01.07.2022): + + ``` + git clone https://github.com/viewflow/viewflow + ``` +- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 3.6K / month Β· πŸ“¦ 32 Β· ⏱️ 05.04.2022): + ``` + pip install django-viewflow + ``` +
django-push-notifications (πŸ₯‰27 Β· ⭐ 2K) - Send push notifications to mobile devices through GCM.. MIT - [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 550 Β· πŸ“₯ 80 Β· πŸ“‹ 410 - 34% open Β· ⏱️ 12.08.2022): @@ -5446,7 +5501,7 @@ _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) (πŸ“₯ 57K / month Β· πŸ“¦ 88 Β· ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 56K / month Β· πŸ“¦ 88 Β· ⏱️ 17.02.2022): ``` pip install django-push-notifications ``` @@ -5458,7 +5513,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) (πŸ“₯ 57K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 55K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): ``` pip install django-extra-views ``` @@ -5477,42 +5532,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-filebrowser (πŸ₯‰27 Β· ⭐ 900 Β· πŸ’€) - Media-Management with Grappelli. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 380 Β· πŸ“¦ 800 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 12.01.2022): +- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 380 Β· πŸ“¦ 810 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 12.01.2022): ``` git clone https://github.com/sehmaschine/django-filebrowser ``` -- [PyPi](https://pypi.org/project/django-filebrowser) (πŸ“₯ 8.5K / month Β· πŸ“¦ 270 Β· ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/django-filebrowser) (πŸ“₯ 8.3K / month Β· πŸ“¦ 270 Β· ⏱️ 12.01.2022): ``` pip install django-filebrowser ```
-
django-rosetta (πŸ₯‰27 Β· ⭐ 890) - Rosetta is a Django application that eases the translation.. MIT - -- [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 180 Β· πŸ“¦ 2K Β· πŸ“‹ 150 - 28% open Β· ⏱️ 18.05.2022): - - ``` - git clone https://github.com/mbi/django-rosetta - ``` -- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 67K / month Β· πŸ“¦ 610 Β· ⏱️ 08.12.2021): - ``` - pip install django-rosetta - ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 4.8K Β· ⏱️ 08.12.2021): - ``` - conda install -c conda-forge django-rosetta - ``` -
-
viewflow (πŸ₯‰26 Β· ⭐ 2.3K) - Reusable workflow library for Django. ❗️AGPL-3.0 +
django-cache-machine (πŸ₯‰27 Β· ⭐ 840) - Automatic caching and invalidation for Django models.. BSD-3 -- [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 360 Β· πŸ“¦ 240 Β· πŸ“‹ 270 - 8% open Β· ⏱️ 01.07.2022): +- [GitHub](https://github.com/django-cache-machine/django-cache-machine) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 170 Β· πŸ“¦ 230 Β· πŸ“‹ 75 - 25% open Β· ⏱️ 06.07.2022): ``` - git clone https://github.com/viewflow/viewflow + git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 3.6K / month Β· πŸ“¦ 32 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 8.1K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): ``` - pip install django-viewflow + pip install django-cache-machine ```
django-watson (πŸ₯‰26 Β· ⭐ 1K) - Full-text multi-table search application for Django. Easy to.. BSD-3 @@ -5527,14 +5566,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-watson ```
-
django-configurations (πŸ₯‰26 Β· ⭐ 930) - A helper for organizing Django project settings by.. BSD-3 +
django-configurations (πŸ₯‰26 Β· ⭐ 940) - A helper for organizing Django project settings by.. BSD-3 -- [GitHub](https://github.com/jazzband/django-configurations) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 130 Β· πŸ“¦ 2.4K Β· πŸ“‹ 190 - 24% open Β· ⏱️ 25.08.2022): +- [GitHub](https://github.com/jazzband/django-configurations) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 130 Β· πŸ“¦ 2.4K Β· πŸ“‹ 180 - 23% open Β· ⏱️ 22.09.2022): ``` git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 95K / month Β· πŸ“¦ 660 Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 94K / month Β· πŸ“¦ 660 Β· ⏱️ 25.01.2022): ``` pip install django-configurations ``` @@ -5543,26 +5582,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-configurations ```
-
django-cache-machine (πŸ₯‰26 Β· ⭐ 840) - Automatic caching and invalidation for Django models.. BSD-3 - -- [GitHub](https://github.com/django-cache-machine/django-cache-machine) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 170 Β· πŸ“¦ 230 Β· πŸ“‹ 75 - 25% open Β· ⏱️ 06.07.2022): - - ``` - git clone https://github.com/django-cache-machine/django-cache-machine - ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 7.6K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): - ``` - pip install django-cache-machine - ``` -
django-lifecycle (πŸ₯‰25 Β· ⭐ 990) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 60 Β· πŸ“¦ 130 Β· πŸ“‹ 47 - 27% open Β· ⏱️ 28.05.2022): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 61 Β· πŸ“¦ 140 Β· πŸ“‹ 48 - 29% open Β· ⏱️ 28.05.2022): ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 67K / month Β· πŸ“¦ 5 Β· ⏱️ 29.05.2022): +- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 64K / month Β· πŸ“¦ 5 Β· ⏱️ 29.05.2022): ``` pip install django-lifecycle ``` @@ -5583,25 +5610,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-cachalot ```
-
django-cleanup (πŸ₯‰25 Β· ⭐ 800) - Automatically deletes old file for FileField and ImageField... MIT +
django-split-settings (πŸ₯‰25 Β· ⭐ 920) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 71 Β· πŸ“¦ 8.1K Β· πŸ“‹ 48 - 4% open Β· ⏱️ 23.07.2022): - - ``` - git clone https://github.com/un1t/django-cleanup - ``` -- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 140K / month Β· πŸ“¦ 320 Β· ⏱️ 24.01.2022): - ``` - pip install django-cleanup - ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 7.1K Β· ⏱️ 26.01.2022): - ``` - conda install -c conda-forge django-cleanup - ``` -
-
django-split-settings (πŸ₯‰24 Β· ⭐ 910) - Organize Django settings into multiple files and.. BSD-3 - -- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 58 Β· πŸ“‹ 42 - 9% open Β· ⏱️ 15.08.2022): +- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 58 Β· πŸ“‹ 42 - 9% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/sobolevn/django-split-settings @@ -5611,16 +5622,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-split-settings ```
-
django-easy-audit (πŸ₯‰24 Β· ⭐ 490) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 +
django-cleanup (πŸ₯‰25 Β· ⭐ 800) - Automatically deletes old file for FileField and ImageField... MIT -- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 130 Β· πŸ“¦ 150 Β· πŸ“‹ 130 - 47% open Β· ⏱️ 04.09.2022): +- [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 71 Β· πŸ“¦ 8.2K Β· πŸ“‹ 48 - 4% open Β· ⏱️ 23.07.2022): ``` - git clone https://github.com/soynatan/django-easy-audit + git clone https://github.com/un1t/django-cleanup ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 28K / month Β· πŸ“¦ 10 Β· ⏱️ 30.06.2022): +- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 140K / month Β· πŸ“¦ 320 Β· ⏱️ 24.01.2022): ``` - pip install django-easy-audit + pip install django-cleanup + ``` +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 7.2K Β· ⏱️ 26.01.2022): + ``` + conda install -c conda-forge django-cleanup ```
django-robots (πŸ₯‰24 Β· ⭐ 380) - A Django app for managing robots.txt files following the.. BSD-3 @@ -5630,7 +5645,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 32K / month Β· πŸ“¦ 560 Β· ⏱️ 08.01.2022): +- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 34K / month Β· πŸ“¦ 560 Β· ⏱️ 08.01.2022): ``` pip install django-robots ``` @@ -5646,43 +5661,55 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-organizations ``` -- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 3.5K Β· ⏱️ 23.09.2021): +- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 3.6K Β· ⏱️ 23.09.2021): ``` conda install -c conda-forge django-organizations ```
-
django-vanilla-views (πŸ₯‰23 Β· ⭐ 940) - 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 Β· πŸ“¦ 560 Β· πŸ“‹ 42 - 4% open Β· ⏱️ 03.09.2022): ``` git clone https://github.com/encode/django-vanilla-views ``` -- [PyPi](https://pypi.org/project/django-vanilla-views) (πŸ“₯ 4.9K / month Β· πŸ“¦ 250 Β· ⏱️ 09.05.2021): +- [PyPi](https://pypi.org/project/django-vanilla-views) (πŸ“₯ 4.5K / month Β· πŸ“¦ 250 Β· ⏱️ 09.05.2021): ``` pip install django-vanilla-views ```
-
django-csp (πŸ₯‰22 Β· ⭐ 440) - Content Security Policy for Django. BSD-3 +
django-easy-audit (πŸ₯‰23 Β· ⭐ 490) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 + +- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 130 Β· πŸ“¦ 150 Β· πŸ“‹ 130 - 47% open Β· ⏱️ 04.09.2022): + + ``` + git clone https://github.com/soynatan/django-easy-audit + ``` +- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 27K / month Β· πŸ“¦ 10 Β· ⏱️ 30.06.2022): + ``` + pip install django-easy-audit + ``` +
+
django-csp (πŸ₯‰23 Β· ⭐ 440) - Content Security Policy for Django. BSD-3 -- [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 76 Β· πŸ“‹ 93 - 15% open Β· ⏱️ 28.06.2022): +- [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 77 Β· πŸ“‹ 93 - 15% open Β· ⏱️ 28.06.2022): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 270K / month Β· πŸ“¦ 14 Β· ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 280K / month Β· πŸ“¦ 14 Β· ⏱️ 12.08.2020): ``` pip install django-csp ```
django-codemod (πŸ₯‰19 Β· ⭐ 140) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 15 Β· πŸ“₯ 440 Β· πŸ“‹ 39 - 20% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 15 Β· πŸ“₯ 440 Β· πŸ“‹ 39 - 20% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 890 / month Β· ⏱️ 04.07.2022): +- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1.1K / month Β· ⏱️ 04.07.2022): ``` pip install django-codemod ``` @@ -5723,39 +5750,39 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
twisted (πŸ₯‡42 Β· ⭐ 4.8K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.1K Β· πŸ“¦ 58K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 17.09.2022): +- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.1K Β· πŸ“¦ 58K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3M / month Β· πŸ“¦ 10K Β· ⏱️ 11.04.2022): +- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3.1M / month Β· πŸ“¦ 10K Β· ⏱️ 11.04.2022): ``` pip install twisted ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 740K Β· ⏱️ 08.09.2022): +- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 750K Β· ⏱️ 08.09.2022): ``` conda install -c conda-forge twisted ```
certbot (πŸ₯‡39 Β· ⭐ 29K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 3.3K Β· πŸ“₯ 20K Β· πŸ“¦ 1.3K Β· πŸ“‹ 5.1K - 11% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 3.3K Β· πŸ“₯ 20K Β· πŸ“¦ 1.3K Β· πŸ“‹ 5.1K - 11% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 270K / month Β· πŸ“¦ 290 Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 260K / month Β· πŸ“¦ 290 Β· ⏱️ 08.06.2022): ``` pip install certbot ``` -- [Conda](https://anaconda.org/conda-forge/certbot-apache) (πŸ“₯ 9K Β· ⏱️ 18.09.2022): +- [Conda](https://anaconda.org/conda-forge/certbot-apache) (πŸ“₯ 9.3K Β· ⏱️ 18.09.2022): ``` conda install -c conda-forge certbot-apache ```
scapy (πŸ₯‡38 Β· ⭐ 8K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 1.7K Β· πŸ“¦ 8.7K Β· πŸ“‹ 1.4K - 5% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 1.7K Β· πŸ“¦ 8.7K Β· πŸ“‹ 1.4K - 5% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/secdev/scapy @@ -5764,30 +5791,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 50K Β· ⏱️ 19.04.2021): +- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 51K Β· ⏱️ 19.04.2021): ``` conda install -c conda-forge scapy ```
web3.py (πŸ₯‡38 Β· ⭐ 3.7K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.2K Β· πŸ“¦ 9.2K Β· πŸ“‹ 1.2K - 18% open Β· ⏱️ 21.09.2022): +- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.2K Β· πŸ“¦ 9.2K Β· πŸ“‹ 1.2K - 18% open Β· ⏱️ 26.09.2022): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 680K / month Β· πŸ“¦ 860 Β· ⏱️ 01.06.2022): +- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 670K / month Β· πŸ“¦ 860 Β· ⏱️ 01.06.2022): ``` pip install web3 ``` -- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 94K Β· ⏱️ 08.07.2022): +- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 96K Β· ⏱️ 08.07.2022): ``` conda install -c conda-forge web3 ```
dnspython (πŸ₯ˆ37 Β· ⭐ 2K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 460 Β· πŸ“¦ 130K Β· πŸ“‹ 420 - 0% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 460 Β· πŸ“¦ 140K Β· πŸ“‹ 420 - 0% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/rthalley/dnspython @@ -5796,7 +5823,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 480K Β· ⏱️ 07.03.2022): +- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 490K Β· ⏱️ 07.03.2022): ``` conda install -c conda-forge dnspython ``` @@ -5808,18 +5835,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 600K / month Β· πŸ“¦ 2K Β· ⏱️ 26.07.2022): +- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 620K / month Β· πŸ“¦ 2K Β· ⏱️ 26.07.2022): ``` pip install rdflib ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (πŸ“₯ 270K Β· ⏱️ 27.07.2022): +- [Conda](https://anaconda.org/conda-forge/rdflib) (πŸ“₯ 280K Β· ⏱️ 27.07.2022): ``` conda install -c conda-forge rdflib ```
certifi (πŸ₯ˆ37 Β· ⭐ 580) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 190 Β· πŸ“¦ 960K Β· πŸ“‹ 120 - 5% open Β· ⏱️ 14.09.2022): +- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 190 Β· πŸ“¦ 970K Β· πŸ“‹ 120 - 5% open Β· ⏱️ 24.09.2022): ``` git clone https://github.com/certifi/python-certifi @@ -5828,7 +5855,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install certifi ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 66M Β· ⏱️ 15.09.2022): +- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 67M Β· ⏱️ 24.09.2022): ``` conda install -c conda-forge certifi ``` @@ -5852,35 +5879,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 78M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 80M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): ``` pip install itsdangerous ``` -- [Conda](https://anaconda.org/conda-forge/itsdangerous) (πŸ“₯ 3.8M Β· ⏱️ 24.03.2022): +- [Conda](https://anaconda.org/conda-forge/itsdangerous) (πŸ“₯ 3.9M Β· ⏱️ 24.03.2022): ``` conda install -c conda-forge itsdangerous ```
-
pwntools (πŸ₯ˆ35 Β· ⭐ 9.4K) - CTF framework and exploit development library. MIT - -- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.5K Β· πŸ“¦ 720 Β· πŸ“‹ 940 - 14% open Β· ⏱️ 30.08.2022): - - ``` - git clone https://github.com/Gallopsled/pwntools - ``` -- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 28K / month Β· πŸ“¦ 54 Β· ⏱️ 20.04.2022): - ``` - pip install pwntools - ``` -
-
webargs (πŸ₯ˆ35 Β· ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT +
webargs (πŸ₯ˆ36 Β· ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 150 Β· πŸ“¦ 4.6K Β· πŸ“‹ 280 - 3% open Β· ⏱️ 19.09.2022): +- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 150 Β· πŸ“¦ 4.6K Β· πŸ“‹ 280 - 3% open Β· ⏱️ 28.09.2022): ``` git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 670K / month Β· πŸ“¦ 470 Β· ⏱️ 12.01.2022): +- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 660K / month Β· πŸ“¦ 470 Β· ⏱️ 12.01.2022): ``` pip install webargs ``` @@ -5889,25 +5904,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge webargs ```
-
pyopenssl (πŸ₯ˆ34 Β· ⭐ 780) - A Python wrapper around the OpenSSL library. Apache-2 +
pyopenssl (πŸ₯ˆ36 Β· ⭐ 780 Β· πŸ“ˆ) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/pyca/pyopenssl) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 380 Β· πŸ“‹ 480 - 17% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/pyca/pyopenssl) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 400 Β· πŸ“‹ 480 - 17% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 46M / month Β· πŸ“¦ 15K Β· ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 50M / month Β· πŸ“¦ 15K Β· ⏱️ 29.01.2022): ``` pip install pyopenssl ``` -- [Conda](https://anaconda.org/conda-forge/pyopenssl) (πŸ“₯ 21M Β· ⏱️ 22.09.2022): +- [Conda](https://anaconda.org/conda-forge/pyopenssl) (πŸ“₯ 22M Β· ⏱️ 22.09.2022): ``` conda install -c conda-forge pyopenssl ```
+
pwntools (πŸ₯ˆ35 Β· ⭐ 9.5K) - CTF framework and exploit development library. MIT + +- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.5K Β· πŸ“¦ 730 Β· πŸ“‹ 940 - 14% open Β· ⏱️ 25.09.2022): + + ``` + git clone https://github.com/Gallopsled/pwntools + ``` +- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 30K / month Β· πŸ“¦ 54 Β· ⏱️ 20.04.2022): + ``` + pip install pwntools + ``` +
weblate (πŸ₯ˆ33 Β· ⭐ 3.1K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 730 Β· πŸ“₯ 3.2K Β· πŸ“¦ 27 Β· πŸ“‹ 4.4K - 8% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 730 Β· πŸ“₯ 3.2K Β· πŸ“¦ 27 Β· πŸ“‹ 4.4K - 8% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/WeblateOrg/weblate @@ -5924,7 +5951,7 @@ _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) (πŸ“₯ 100K / month Β· πŸ“¦ 74 Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 83K / month Β· πŸ“¦ 74 Β· ⏱️ 05.04.2022): ``` pip install pywebview ``` @@ -5947,7 +5974,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Mako (πŸ₯ˆ32 Β· ⭐ 220) - Mako Templates for Python. MIT -- [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 44 Β· πŸ“‹ 330 - 19% open Β· ⏱️ 29.08.2022): +- [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 44 Β· πŸ“‹ 330 - 19% open Β· ⏱️ 22.09.2022): ``` git clone https://github.com/sqlalchemy/mako @@ -5956,36 +5983,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install mako ``` -- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 3.8M Β· ⏱️ 29.08.2022): +- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 3.8M Β· ⏱️ 22.09.2022): ``` conda install -c conda-forge mako ```
saleor (πŸ₯ˆ31 Β· ⭐ 17K) - A modular, high performance, headless e-commerce platform built.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 4.7K Β· πŸ“¦ 1 Β· πŸ“‹ 3.3K - 8% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 4.7K Β· πŸ“¦ 1 Β· πŸ“‹ 3.3K - 8% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/saleor/saleor ```
-
terminado (πŸ₯ˆ31 Β· ⭐ 320) - Terminals served by tornado websockets. BSD-3 - -- [GitHub](https://github.com/jupyter/terminado) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 80 Β· πŸ“₯ 76 Β· πŸ“‹ 62 - 40% open Β· ⏱️ 20.09.2022): - - ``` - git clone https://github.com/jupyter/terminado - ``` -- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 7M / month Β· πŸ“¦ 6.9K Β· ⏱️ 16.05.2022): - ``` - pip install terminado - ``` -- [Conda](https://anaconda.org/conda-forge/terminado) (πŸ“₯ 7.4M Β· ⏱️ 17.05.2022): - ``` - conda install -c conda-forge terminado - ``` -
-
idna (πŸ₯ˆ31 Β· ⭐ 190) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 +
idna (πŸ₯ˆ31 Β· ⭐ 200) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 - [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 74 Β· πŸ“‹ 69 - 4% open Β· ⏱️ 14.09.2022): @@ -6003,40 +6014,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Js2Py (πŸ₯‰30 Β· ⭐ 2K Β· πŸ’€) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT -- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 220 Β· πŸ“¦ 10K Β· πŸ“‹ 220 - 49% open Β· ⏱️ 18.09.2021): +- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 230 Β· πŸ“¦ 11K Β· πŸ“‹ 240 - 52% open Β· ⏱️ 18.09.2021): ``` git clone https://github.com/PiotrDabkowski/Js2Py ``` -- [PyPi](https://pypi.org/project/js2py) (πŸ“₯ 470K / month Β· πŸ“¦ 140 Β· ⏱️ 01.04.2021): +- [PyPi](https://pypi.org/project/js2py) (πŸ“₯ 660K / month Β· πŸ“¦ 160 Β· ⏱️ 01.04.2021): ``` pip install js2py ``` -- [Conda](https://anaconda.org/conda-forge/js2py) (πŸ“₯ 9.5K Β· ⏱️ 09.04.2021): +- [Conda](https://anaconda.org/conda-forge/js2py) (πŸ“₯ 9.9K Β· ⏱️ 09.04.2021): ``` conda install -c conda-forge js2py ```
-
pyload (πŸ₯‰29 Β· ⭐ 2.6K Β· πŸ“ˆ) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 +
pyload (πŸ₯‰29 Β· ⭐ 2.6K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 - [GitHub](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 660 Β· πŸ“₯ 86K Β· πŸ“‹ 3K - 4% open Β· ⏱️ 12.09.2022): ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 470K / month Β· πŸ“¦ 1 Β· ⏱️ 28.05.2022): +- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 840K / month Β· πŸ“¦ 1 Β· ⏱️ 28.05.2022): ``` pip install pyload-ng ```
Radicale (πŸ₯‰29 Β· ⭐ 2.5K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 -- [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 370 Β· πŸ“¦ 110 Β· πŸ“‹ 860 - 35% open Β· ⏱️ 14.07.2022): +- [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 370 Β· πŸ“¦ 120 Β· πŸ“‹ 870 - 35% open Β· ⏱️ 14.07.2022): ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 9.9K / month Β· πŸ“¦ 43 Β· ⏱️ 20.04.2022): +- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 9.5K / month Β· πŸ“¦ 43 Β· ⏱️ 20.04.2022): ``` pip install radicale ``` @@ -6048,7 +6059,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/selwin/python-user-agents ``` -- [PyPi](https://pypi.org/project/user-agents) (πŸ“₯ 3M / month Β· πŸ“¦ 480 Β· ⏱️ 23.08.2020): +- [PyPi](https://pypi.org/project/user-agents) (πŸ“₯ 3.1M / month Β· πŸ“¦ 480 Β· ⏱️ 23.08.2020): ``` pip install user-agents ``` @@ -6057,7 +6068,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge user-agents ```
-
dpkt (πŸ₯‰29 Β· ⭐ 940) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 +
dpkt (πŸ₯‰29 Β· ⭐ 950) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 - [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 250 Β· πŸ“¦ 1.1K Β· πŸ“‹ 370 - 18% open Β· ⏱️ 30.08.2022): @@ -6068,14 +6079,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install dpkt ``` -- [Conda](https://anaconda.org/conda-forge/dpkt) (πŸ“₯ 87K Β· ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/dpkt) (πŸ“₯ 89K Β· ⏱️ 19.08.2022): ``` conda install -c conda-forge dpkt ```
maltrail (πŸ₯‰28 Β· ⭐ 4.7K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 830 Β· πŸ“‹ 340 - 18% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 830 Β· πŸ“‹ 340 - 18% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/stamparm/maltrail @@ -6083,26 +6094,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
proxy.py (πŸ₯‰28 Β· ⭐ 2.1K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 470 Β· πŸ“₯ 450 Β· πŸ“¦ 110 Β· πŸ“‹ 280 - 17% open Β· ⏱️ 28.08.2022): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 470 Β· πŸ“₯ 460 Β· πŸ“¦ 110 Β· πŸ“‹ 280 - 17% open Β· ⏱️ 28.08.2022): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 95K / month Β· πŸ“¦ 16 Β· ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 100K / month Β· πŸ“¦ 16 Β· ⏱️ 28.06.2022): ``` pip install proxy.py ```
-
klein (πŸ₯‰28 Β· ⭐ 810) - werkzeug + twisted.web. MIT +
aiortc (πŸ₯‰27 Β· ⭐ 3.1K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 120 Β· πŸ“¦ 1.7K Β· πŸ“‹ 160 - 47% open Β· ⏱️ 02.07.2022): +- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 540 Β· πŸ“‹ 590 - 11% open Β· ⏱️ 25.06.2022): ``` - git clone https://github.com/twisted/klein + git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 34K / month Β· πŸ“¦ 400 Β· ⏱️ 08.08.2021): +- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 35K / month Β· πŸ“¦ 21 Β· ⏱️ 17.04.2022): ``` - pip install klein + pip install aiortc ```
sslyze (πŸ₯‰27 Β· ⭐ 2.8K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 @@ -6112,14 +6123,14 @@ _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) (πŸ“₯ 200K / month Β· πŸ“¦ 24 Β· ⏱️ 14.05.2022): +- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 180K / month Β· πŸ“¦ 24 Β· ⏱️ 14.05.2022): ``` pip install sslyze ```
tifffile (πŸ₯‰27 Β· ⭐ 320) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 -- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 94 Β· πŸ“₯ 32 Β· πŸ“‹ 140 - 2% open Β· ⏱️ 12.08.2022): +- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 94 Β· πŸ“₯ 35 Β· πŸ“‹ 140 - 1% open Β· ⏱️ 12.08.2022): ``` git clone https://github.com/cgohlke/tifffile @@ -6128,7 +6139,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 2.1M Β· ⏱️ 15.08.2022): +- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 2.2M Β· ⏱️ 15.08.2022): ``` conda install -c conda-forge tifffile ``` @@ -6145,37 +6156,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install httpagentparser ```
-
aiortc (πŸ₯‰26 Β· ⭐ 3.1K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 +
klein (πŸ₯‰26 Β· ⭐ 810 Β· πŸ“‰) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 540 Β· πŸ“‹ 590 - 11% open Β· ⏱️ 25.06.2022): +- [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 120 Β· πŸ“¦ 1.7K Β· πŸ“‹ 160 - 47% open Β· ⏱️ 02.07.2022): ``` - git clone https://github.com/aiortc/aiortc + git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 37K / month Β· πŸ“¦ 21 Β· ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 36K / month Β· πŸ“¦ 400 Β· ⏱️ 08.08.2021): ``` - pip install aiortc + pip install klein ```
trustme (πŸ₯‰24 Β· ⭐ 470) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 22 Β· πŸ“¦ 270 Β· πŸ“‹ 32 - 12% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 22 Β· πŸ“¦ 280 Β· πŸ“‹ 32 - 12% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/python-trio/trustme ``` -- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 43K / month Β· πŸ“¦ 44 Β· ⏱️ 12.08.2021): +- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 46K / month Β· πŸ“¦ 44 Β· ⏱️ 12.08.2021): ``` pip install trustme ``` -- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 4.2K Β· ⏱️ 12.08.2021): +- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 4.3K Β· ⏱️ 12.08.2021): ``` conda install -c conda-forge trustme ```
healthchecks (πŸ₯‰23 Β· ⭐ 5.5K) - A cron monitoring tool written in Python & Django. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 610 Β· πŸ“‹ 520 - 14% open Β· ⏱️ 22.09.2022): +- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 610 Β· πŸ“‹ 520 - 14% open Β· ⏱️ 29.09.2022): ``` git clone https://github.com/healthchecks/healthchecks @@ -6188,7 +6199,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 4.6K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 4.5K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2022): ``` pip install urlwatch ``` @@ -6200,18 +6211,18 @@ _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) (πŸ“₯ 85K / month Β· πŸ“¦ 61 Β· ⏱️ 25.08.2021): +- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 83K / month Β· πŸ“¦ 61 Β· ⏱️ 25.08.2021): ``` pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 58K Β· ⏱️ 25.08.2021): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 59K Β· ⏱️ 25.08.2021): ``` conda install -c conda-forge pyngrok ```
-
asgi-lifespan (πŸ₯‰21 Β· ⭐ 120) - Programmatic startup/shutdown of ASGI apps. MIT +
asgi-lifespan (πŸ₯‰22 Β· ⭐ 120) - Programmatic startup/shutdown of ASGI apps. MIT -- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 7 Β· πŸ“¦ 5.1K Β· πŸ“‹ 15 - 26% open Β· ⏱️ 03.08.2022): +- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 7 Β· πŸ“¦ 5.3K Β· πŸ“‹ 15 - 26% open Β· ⏱️ 24.09.2022): ``` git clone https://github.com/florimondmanca/asgi-lifespan @@ -6220,7 +6231,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) (πŸ“₯ 34K Β· ⏱️ 17.09.2022): +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 35K Β· ⏱️ 17.09.2022): ``` conda install -c conda-forge asgi-lifespan ``` @@ -6232,12 +6243,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 13K / month Β· πŸ“¦ 3 Β· ⏱️ 27.03.2022): +- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 14K / month Β· πŸ“¦ 3 Β· ⏱️ 27.03.2022): ``` pip install streaming-form-data ```
-
Show 20 hidden projects... +
Show 21 hidden projects... - pyzmq (πŸ₯‡39 Β· ⭐ 3.2K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD - PySocks (πŸ₯ˆ34 Β· ⭐ 1.1K Β· πŸ’€) - A SOCKS proxy client and wrapper for Python. BSD-3 @@ -6246,17 +6257,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - webassets (πŸ₯ˆ32 Β· ⭐ 910 Β· πŸ’€) - Asset management for Python web development. BSD-2 - fake-useragent (πŸ₯ˆ31 Β· ⭐ 2.8K Β· πŸ’€) - up to date simple useragent faker with real world.. Apache-2 - netaddr (πŸ₯ˆ31 Β· ⭐ 700 Β· πŸ’€) - A network address manipulation library for Python. BSD-3 +- terminado (πŸ₯‰29 Β· ⭐ 320 Β· πŸ“‰) - Terminals served by tornado websockets. ❗Unlicensed - aiodns (πŸ₯‰28 Β· ⭐ 460 Β· πŸ’€) - Simple DNS resolver for asyncio. MIT - python-whois (πŸ₯‰26 Β· ⭐ 380 Β· πŸ’€) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL - ipaddress (πŸ₯‰26 Β· ⭐ 100 Β· πŸ’€) - Python 3.3+s ipaddress for older Python versions. Python-2.0 -- Cactus (πŸ₯‰24 Β· ⭐ 3.4K Β· πŸ’€) - Static site generator for designers. Uses Python and Django.. BSD-3 +- Cactus (πŸ₯‰25 Β· ⭐ 3.4K Β· πŸ’€) - Static site generator for designers. Uses Python and Django.. BSD-3 - ProxyBroker (πŸ₯‰23 Β· ⭐ 3.1K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - sandman2 (πŸ₯‰23 Β· ⭐ 1.9K Β· πŸ’€) - Automatically generate a RESTful API service for your legacy.. Apache-2 - reppy (πŸ₯‰23 Β· ⭐ 180 Β· πŸ’€) - Modern robots.txt Parser for Python. MIT - hyde (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - A Python Static Website Generator. MIT +- toapi (πŸ₯‰21 Β· ⭐ 3.3K Β· πŸ’€) - Every web site provides APIs. MIT - cabot (πŸ₯‰20 Β· ⭐ 5.3K Β· πŸ’€) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT -- toapi (πŸ₯‰20 Β· ⭐ 3.3K Β· πŸ’€) - Every web site provides APIs. MIT -- tinkerer (πŸ₯‰19 Β· ⭐ 310 Β· πŸ’€) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD +- tinkerer (πŸ₯‰20 Β· ⭐ 310 Β· πŸ’€) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - libextract (πŸ₯‰17 Β· ⭐ 500 Β· πŸ’€) - Extract data from websites using basic statistical magic. MIT - IP2Trace (πŸ₯‰10 Β· ⭐ 18) - Python tool to traceroute with IP geolocation information, such as.. MIT
diff --git a/history/2022-09-29_changes.md b/history/2022-09-29_changes.md new file mode 100644 index 00000000..240836e7 --- /dev/null +++ b/history/2022-09-29_changes.md @@ -0,0 +1,26 @@ +## πŸ“ˆ 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._ + +- Telethon (πŸ₯‡40 Β· ⭐ 6.9K Β· πŸ“ˆ) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +- mistune (πŸ₯‡38 Β· ⭐ 2.1K Β· πŸ“ˆ) - A fast yet powerful Python Markdown parser with renderers and.. BSD-3 +- django-debug-toolbar (πŸ₯‡37 Β· ⭐ 7.2K Β· πŸ“ˆ) - A configurable set of panels that display various.. BSD-3 +- pyopenssl (πŸ₯ˆ36 Β· ⭐ 780 Β· πŸ“ˆ) - A Python wrapper around the OpenSSL library. Apache-2 +- graphene-django (πŸ₯‡34 Β· ⭐ 3.9K Β· πŸ“ˆ) - Integrate GraphQL into your Django project. 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._ + +- selenium (πŸ₯‡47 Β· ⭐ 25K Β· πŸ“‰) - A browser automation framework and ecosystem. Apache-2 +- starlette (πŸ₯ˆ37 Β· ⭐ 7.4K Β· πŸ“‰) - The little ASGI framework that shines. BSD-3 +- uvicorn (πŸ₯ˆ37 Β· ⭐ 5.7K Β· πŸ“‰) - An ASGI web server, for Python. BSD-3 +- terminado (πŸ₯‰29 Β· ⭐ 320 Β· πŸ“‰) - Terminals served by tornado websockets. ❗Unlicensed +- klein (πŸ₯‰26 Β· ⭐ 810 Β· πŸ“‰) - werkzeug + twisted.web. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- playwright (πŸ₯‰24 Β· ⭐ 6.9K Β· βž•) - A high-level API to automate web browsers. Apache-2 + diff --git a/history/2022-09-29_projects.csv b/history/2022-09-29_projects.csv new file mode 100644 index 00000000..b57cfa9e --- /dev/null +++ b/history/2022-09-29_projects.csv @@ -0,0 +1,576 @@ +,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,trending,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,conda_dependent_project_count,apt_id,new_addition,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000,2022-09-26 16:04:55.000,2022-07-19 13:39:16,4527.0,1.0,24069.0,3680.0,2833.0,62.0,397.0,210263,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-09-29 16:23:18.000,2022-09-29 16:23:00,1939.0,5.0,8595.0,866.0,991.0,541.0,1394.0,25048,The OpenAPI Specification Repository.,206.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-09-09 11:26:59.000,2022-09-01 19:38:45,569.0,1.0,1133.0,535.0,476.0,161.0,342.0,13885,GraphQL is a query language and execution engine tied to any backend service.,126.0,0,True,,2021-10-27 00:01:28.000,October2021,6.0,329.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2022-09-29 15:49:02.000,2022-09-22 21:40:55,308.0,30.0,1751.0,341.0,158.0,4.0,30.0,11666,Collection of python database client libraries.,35.0,0,True,,2022-09-22 21:41:03.000,2022.09.22,65.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2022-09-18 11:53:47.000,2022-09-18 11:53:47,4847.0,111.0,15252.0,2150.0,2262.0,3.0,2401.0,60668,The Python micro framework for building web applications.,797.0,49,True,['flask'],2022-08-08 23:28:50.040,2.2.2,49.0,5127.0,111582705.0,conda-forge/flask,flask,1289031.0,1167234.0,https://pypi.org/project/flask,2022-08-08 23:28:50.040,121797.0,111528712.0,https://anaconda.org/conda-forge/flask,2022-08-09 14:20:09.146,3934492.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-09-29 16:23:23.000,2022-09-29 14:28:44,31095.0,238.0,27849.0,2283.0,16086.0,153.0,,66514,The Web framework for perfectionists with deadlines.,2791.0,48,True,['django'],2022-09-05 05:04:54.315,4.1.1,303.0,,8935109.0,conda-forge/django,django,1149301.0,1027114.0,https://pypi.org/project/django,2022-08-03 08:42:47.124,122187.0,8919399.0,https://anaconda.org/conda-forge/django,2022-09-05 12:15:58.348,1225433.0,1.0,,,,,,,,,,,,,,,,,,, +6,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000,2022-09-26 11:18:49.000,2022-09-09 19:10:14,6128.0,4.0,8859.0,1363.0,2324.0,246.0,3451.0,48291,"A simple, yet elegant, HTTP library.",719.0,48,True,,2022-06-29 15:15:43.000,2.28.1,145.0,3462.0,232587493.0,conda-forge/requests,requests,1829487.0,1636093.0,https://pypi.org/project/requests,2022-06-29 15:13:40.000,193394.0,232278066.0,https://anaconda.org/conda-forge/requests,2022-08-30 15:25:17.047,23174636.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-09-29 16:40:57.000,2022-09-29 16:06:40,51869.0,619.0,9402.0,1361.0,20489.0,811.0,9799.0,35735,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",869.0,48,True,,2022-09-22 02:45:38.172,1.48.2,200.0,62153.0,57920149.0,conda-forge/grpcio,grpcio,8390.0,3716.0,https://pypi.org/project/grpcio,2022-07-06 17:22:34.000,4674.0,57789881.0,https://anaconda.org/conda-forge/grpcio,2022-09-05 20:50:30.488,6305082.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-09-29 15:20:16.000,2022-09-29 15:20:16,28735.0,274.0,7166.0,1309.0,2566.0,98.0,8292.0,24689,A browser automation framework and ecosystem.,760.0,47,True,,2022-09-28 20:41:06.000,selenium-4.5.0,170.0,3851802.0,14750898.0,conda-forge/selenium,selenium,178705.0,162690.0,https://pypi.org/project/selenium,2022-06-23 22:19:54.000,16015.0,14690532.0,https://anaconda.org/conda-forge/selenium,2022-09-29 13:30:24.528,870753.0,1.0,-1.0,,,,,,,,,,,,,,,,,, +9,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-09-29 10:41:22.000,2022-09-26 19:36:15,8963.0,251.0,1799.0,230.0,4232.0,435.0,2262.0,12863,Asynchronous HTTP client/server framework for asyncio and Python.,645.0,47,True,,2022-09-21 14:42:39.000,3.8.3,220.0,6562.0,67222119.0,conda-forge/aiohttp,aiohttp,228773.0,216524.0,https://pypi.org/project/aiohttp,2021-11-14 21:23:48.000,12249.0,67118515.0,https://anaconda.org/conda-forge/aiohttp,2022-09-22 13:14:51.842,6625657.0,1.0,,,,,,,,,,,,,,,,,,, +10,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-09-29 14:52:11.000,2022-09-27 15:53:56,9300.0,51.0,9720.0,1793.0,2886.0,800.0,2179.0,44645,"Scrapy, a fast high-level web crawling & scraping framework for Python.",542.0,45,True,,2022-09-27 23:04:26.642,2.6.3,88.0,,1345067.0,conda-forge/scrapy,scrapy,36352.0,31794.0,https://pypi.org/project/scrapy,2022-03-01 15:05:32.000,4558.0,1337458.0,https://anaconda.org/conda-forge/scrapy,2022-07-26 07:27:21.158,540243.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-09-29 01:58:17.000,2022-09-28 03:50:06,4607.0,220.0,3440.0,278.0,2406.0,69.0,2615.0,11533,An API wrapper for Discord written in Python.,362.0,45,True,,2022-08-27 23:52:11.500,2.0.1,68.0,,78294045.0,conda-forge/discord.py,discord.py,51028.0,48327.0,https://pypi.org/project/discord.py,2021-06-12 16:14:40.000,2701.0,78293781.0,https://anaconda.org/conda-forge/discord.py,2021-06-12 17:31:28.934,5290.0,1.0,,,,,,,,,,,,,,,,,,, +12,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-09-29 14:50:40.000,2022-09-02 23:53:56,18612.0,23.0,8193.0,2191.0,4759.0,4786.0,21327.0,113797,Command-line program to download videos from YouTube.com and other video sites.,976.0,44,True,,2021-12-16 19:02:14.000,2021.12.17,955.0,51201361.0,10063362.0,conda-forge/youtube-dl,youtube_dl,1792.0,,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1792.0,8880735.0,https://anaconda.org/conda-forge/youtube-dl,2021-12-20 18:52:45.882,1061800.0,1.0,,youtube-dl,,,,,,,,,,,,,,,,, +13,werkzeug,pallets/werkzeug,web-frameworks,,https://github.com/pallets/werkzeug,https://github.com/pallets/werkzeug,BSD-3-Clause,2010-10-18 11:42:40.000,2022-09-28 14:12:34.000,2022-09-01 16:26:22,5122.0,83.0,1635.0,226.0,1496.0,12.0,999.0,6176,The comprehensive WSGI web application library.,459.0,44,True,,2022-08-08 21:53:02.000,2.2.2,82.0,254.0,120448919.0,conda-forge/werkzeug,werkzeug,888651.0,819429.0,https://pypi.org/project/werkzeug,2022-04-28 17:39:34.000,69222.0,120371259.0,https://anaconda.org/conda-forge/werkzeug,2022-08-09 14:01:29.237,5668960.0,1.0,,,,,,,,,,,,,,,,,,, +14,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,BSD-3-Clause,2011-03-02 17:13:56.000,2022-09-29 13:40:26.000,2022-09-27 15:08:40,8585.0,36.0,6306.0,613.0,4405.0,190.0,3674.0,24194,Web APIs for Django.,1296.0,43,True,['django'],2021-05-31 07:29:11.000,3.12.4,40.0,,80418.0,conda-forge/djangorestframework,django-rest-framework,368589.0,368192.0,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,397.0,74722.0,https://anaconda.org/conda-forge/djangorestframework,2022-09-22 13:45:21.456,444323.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-09-19 19:08:22.000,2022-09-01 16:09:06,2645.0,13.0,1512.0,256.0,799.0,54.0,864.0,8784,A very fast and expressive template engine.,300.0,43,True,,2022-04-28 17:24:04.000,3.1.2,48.0,53119.0,153078188.0,conda-forge/jinja2,jinja2,99658.0,,https://pypi.org/project/jinja2,2022-04-28 17:21:25.000,99658.0,152808569.0,https://anaconda.org/conda-forge/jinja2,2022-06-22 15:50:33.204,20421514.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-09-25 14:32:18.000,2022-08-25 12:19:45,2913.0,7.0,1600.0,231.0,1001.0,493.0,1476.0,8545,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",374.0,43,True,,2021-04-28 15:16:08.000,20.1.0,81.0,100.0,26001035.0,conda-forge/gunicorn,gunicorn,817236.0,755321.0,https://pypi.org/project/gunicorn,2021-03-27 01:54:37.000,61915.0,25982128.0,https://anaconda.org/conda-forge/gunicorn,2022-04-08 02:35:25.496,1399139.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-09-28 02:22:11.000,2022-09-27 16:11:04,1511.0,54.0,2230.0,284.0,973.0,68.0,870.0,5986,The official Python client library for Googles discovery based APIs.,182.0,43,True,,2022-09-27 23:09:26.009,2.63.0,151.0,,26964019.0,conda-forge/google-api-python-client,google-api-python-client,123826.0,116489.0,https://pypi.org/project/google-api-python-client,2022-06-28 14:38:59.000,7337.0,26943273.0,https://anaconda.org/conda-forge/google-api-python-client,2022-09-27 19:17:54.220,1535228.0,1.0,,,,,,,,,,,,,,,,,,, +18,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2022-09-28 07:04:47.000,2022-09-20 14:30:02,2409.0,265.0,4000.0,602.0,1853.0,1516.0,1995.0,49960,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",387.0,42,True,"['fastapi', 'openapi']",2022-09-20 00:51:31.162,0.85.0,147.0,,9372831.0,conda-forge/fastapi,fastapi,1281.0,,https://pypi.org/project/fastapi,2022-05-14 20:02:44.000,1281.0,9346832.0,https://anaconda.org/conda-forge/fastapi,2022-09-15 21:42:31.790,961986.0,2.0,,,,,,,,,,,,,,,,,,, +19,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-09-20 19:36:06.000,2022-08-26 19:23:09,4473.0,18.0,5470.0,1009.0,1443.0,212.0,1547.0,20765,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",430.0,42,True,,2020-03-04 02:32:23.000,6.0.4,65.0,,20364523.0,conda-forge/tornado,tornado,289707.0,264184.0,https://pypi.org/project/tornado,2022-07-03 22:39:25.000,25523.0,20072507.0,https://anaconda.org/conda-forge/tornado,2022-07-04 12:56:23.878,22485299.0,2.0,,,,,,,,,,,,,,,,,,, +20,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-09-29 15:11:59.000,2022-09-29 06:52:25,17718.0,379.0,4604.0,198.0,7705.0,3510.0,2653.0,13561,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",2532.0,42,True,['openapi'],2022-09-24 13:55:25.000,6.2.0,679.0,,1399210.0,,openapi-generator-cli,430.0,4.0,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,4124.0,,,,1.0,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2022-09-05 10:23:45.120,426.0,1395086.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,, +21,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-09-29 14:44:13.000,2022-09-29 12:12:56,13903.0,646.0,2743.0,330.0,5177.0,987.0,3160.0,12768,A Django content management system focused on flexibility and user experience.,705.0,42,True,['django'],2022-09-23 11:34:01.671,4.0.2,189.0,,127827.0,conda-forge/wagtail,wagtail,8609.0,7175.0,https://pypi.org/project/wagtail,2022-06-16 09:03:29.000,1434.0,127032.0,https://anaconda.org/conda-forge/wagtail,2022-09-06 20:14:01.947,47705.0,1.0,,,,,,,,,,,,,,,,,,, +22,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2022-09-29 04:05:58.000,2022-09-28 01:05:18,28341.0,324.0,1083.0,174.0,1796.0,2713.0,7284.0,4763,Event-driven networking engine written in Python.,253.0,42,True,,2022-09-07 21:05:15.715,22.8.0,90.0,,3110464.0,conda-forge/twisted,twisted,68224.0,57978.0,https://pypi.org/project/twisted,2022-04-11 14:55:10.000,10246.0,3095769.0,https://anaconda.org/conda-forge/twisted,2022-09-08 14:05:44.374,749475.0,1.0,,,,,,,,,,,,,,,,,,, +23,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2022-09-27 12:53:05.000,2022-09-23 14:40:12,3822.0,35.0,993.0,101.0,1698.0,113.0,936.0,3158,"Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.",311.0,42,True,,2022-08-22 13:29:53.443,1.26.12,71.0,3265.0,266068580.0,conda-forge/urllib3,urllib3,1023203.0,979946.0,https://pypi.org/project/urllib3,2022-03-16 13:28:16.000,43257.0,265752747.0,https://anaconda.org/conda-forge/urllib3,2022-07-25 22:47:59.531,23681613.0,2.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-09-23 15:00:47.000,2022-09-14 16:12:22,2466.0,14.0,2632.0,191.0,1280.0,355.0,1569.0,7481,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",598.0,41,True,['django'],2022-06-07 09:47:35.000,0.51.0,66.0,,586399.0,conda-forge/django-allauth,django-allauth,109803.0,104532.0,https://pypi.org/project/django-allauth,2022-06-07 09:47:35.000,5271.0,585112.0,https://anaconda.org/conda-forge/django-allauth,2022-06-07 14:28:16.329,78520.0,1.0,,,,,,,,,,,,,,,,,,, +25,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-09-29 16:29:31.000,2022-09-29 16:29:20,5545.0,87.0,311.0,27.0,250.0,252.0,980.0,2210,The code coverage tool for Python.,150.0,41,True,,2022-08-16 14:41:47.000,6.4.4,107.0,,31530730.0,conda-forge/coverage,coverage,285381.0,229807.0,https://pypi.org/project/coverage,2022-06-02 11:03:22.000,55574.0,31416227.0,https://anaconda.org/conda-forge/coverage,2022-08-16 23:58:26.176,8358773.0,1.0,,,,,,,,,,,,,,,,,,, +26,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-09-29 16:36:53.000,2022-09-29 16:34:44,46723.0,2379.0,3548.0,675.0,33382.0,585.0,5096.0,32101,"Sentry is cross-platform application monitoring, with a focus on error reporting.",704.0,40,True,,2022-09-15 17:39:41.000,22.9.0,361.0,44904.0,26609.0,conda-forge/sentry-sdk,sentry,965.0,586.0,https://pypi.org/project/sentry,2022-06-15 18:01:32.000,379.0,20764.0,https://anaconda.org/conda-forge/sentry-sdk,2022-09-26 17:32:40.597,244864.0,1.0,,,,,,,,,,,,,,,,,,, +27,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2022-09-28 19:11:40.000,2022-09-25 16:49:05,9999.0,118.0,3444.0,614.0,2412.0,273.0,2662.0,28797,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,448.0,40,True,,2022-06-28 14:13:38.000,8.1.1,53.0,215623.0,190626.0,,mitmproxy,2615.0,2149.0,https://pypi.org/project/mitmproxy,2022-06-28 14:11:15.000,466.0,188648.0,,,,1.0,,,,,,,,,,,,,,,,,,, +28,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-09-29 16:17:12.000,2022-09-29 02:27:47,4972.0,206.0,1863.0,276.0,2637.0,538.0,2192.0,20783,Streamlit The fastest way to build data apps in Python.,154.0,40,True,,2022-09-22 17:20:10.762,1.13.0,182.0,,959897.0,,streamlit,836.0,415.0,https://pypi.org/project/streamlit,2022-07-27 21:22:03.770,421.0,959897.0,,,,1.0,,,,,,,,,,,,,,,,,,, +29,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-09-29 10:04:47.000,2022-09-29 10:04:46,2709.0,37.0,1469.0,415.0,1361.0,48.0,1151.0,16493,Next generation Python web server/framework | Build fast. Run fast.,324.0,40,True,,2022-09-29 09:17:08.761,22.9.0,71.0,,986498.0,conda-forge/sanic,sanic,8294.0,7662.0,https://pypi.org/project/sanic,2022-08-11 07:15:02.443,632.0,982729.0,https://anaconda.org/conda-forge/sanic,2022-08-11 12:27:42.222,222425.0,2.0,,,,,,,,,,,,,,,,,,, +30,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-09-26 15:19:15.000,2022-09-16 16:44:07,2979.0,8.0,4100.0,269.0,543.0,79.0,1111.0,9128,Twitter for Python!.,239.0,40,True,,2022-08-23 01:55:20.243,4.10.1,40.0,,1187811.0,conda-forge/tweepy,tweepy,41018.0,36653.0,https://pypi.org/project/tweepy,2022-05-20 17:36:29.000,4365.0,1185171.0,https://anaconda.org/conda-forge/tweepy,2022-08-23 13:48:05.710,176927.0,1.0,,,,,,,,,,,,,,,,,,, +31,django-cms,django-cms/django-cms,cms,,https://github.com/django-cms/django-cms,https://github.com/django-cms/django-cms,BSD-3-Clause,2009-03-05 10:14:18.000,2022-09-29 08:15:06.000,2022-09-27 08:54:04,16043.0,15.0,2811.0,410.0,3969.0,136.0,3280.0,8904,The easy-to-use and developer-friendly enterprise CMS powered by Django.,609.0,40,True,['django'],2022-06-27 23:39:05.000,3.10.1,102.0,,76357.0,,django-cms,6217.0,4529.0,https://pypi.org/project/django-cms,2022-06-27 23:39:05.000,1688.0,76357.0,,,,2.0,,,,,,,,,,,,,,,,,,, +32,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2022-09-27 09:32:53.000,2022-09-27 09:32:38,2831.0,47.0,1190.0,141.0,485.0,56.0,1822.0,6930,"Pure Python 3 MTProto API Telegram client library, for bots too!.",153.0,40,True,,2022-09-27 22:04:44.875,1.25.2,203.0,,1430188.0,,telethon,36408.0,36022.0,https://pypi.org/project/telethon,2021-12-01 18:09:22.000,386.0,1430188.0,,,,1.0,1.0,,,,,,,,,,,,,,,,,, +33,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-09-23 00:38:02.000,2022-09-14 14:51:50,1144.0,62.0,876.0,156.0,356.0,53.0,705.0,6092,Google Sheets Python API.,151.0,40,True,,2022-08-31 15:10:28.986,5.5.0,56.0,173.0,9268998.0,conda-forge/gspread,gspread,18837.0,17865.0,https://pypi.org/project/gspread,2022-05-31 15:09:56.000,972.0,9265442.0,https://anaconda.org/conda-forge/gspread,2022-06-01 07:52:26.343,231129.0,1.0,,,,,,,,,,,,,,,,,,, +34,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-09-17 06:36:57.000,2022-09-04 00:00:00,1191.0,14.0,711.0,89.0,295.0,8.0,556.0,3065,WebSocket client for Python.,204.0,40,True,,2022-09-04 20:03:14.145,1.4.1,75.0,,43609456.0,conda-forge/websocket-client,websocket-client,79882.0,73190.0,https://pypi.org/project/websocket-client,2022-06-20 08:41:19.000,6692.0,43555307.0,https://anaconda.org/conda-forge/websocket-client,2022-09-04 23:28:58.610,4007048.0,1.0,,,,,,,,,,,,,,,,,,, +35,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2022-09-23 11:15:47.000,2022-09-23 11:15:47,1640.0,10.0,466.0,69.0,474.0,83.0,284.0,2447,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",189.0,40,True,,2022-09-09 20:15:38.882,3.2.1,49.0,,94303997.0,conda-forge/oauthlib,oauthlib,276967.0,264539.0,https://pypi.org/project/oauthlib,2022-09-09 20:15:38.882,12428.0,94220178.0,https://anaconda.org/conda-forge/oauthlib,2022-09-09 23:41:20.558,6202606.0,1.0,,,,,,,,,,,,,,,,,,, +36,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-09-29 15:49:54.000,2022-09-26 21:48:30,10530.0,38.0,3269.0,773.0,4331.0,594.0,4522.0,29305,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,502.0,39,True,,2022-09-07 20:52:49.000,1.30.0,92.0,20189.0,263651.0,conda-forge/certbot-apache,certbot,1580.0,1286.0,https://pypi.org/project/certbot,2022-06-08 02:29:41.000,294.0,262476.0,https://anaconda.org/conda-forge/certbot-apache,2022-09-18 19:04:22.142,9322.0,1.0,,,,,,,,,,,,,,,,,,, +37,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2022-09-24 15:48:27.000,2022-09-23 11:33:54,3774.0,196.0,2555.0,430.0,842.0,16.0,1352.0,19840,Scalable user load testing tool written in Python.,264.0,39,True,,2022-09-21 09:57:16.554,2.12.1,193.0,,1089556.0,conda-forge/locust,locust,88.0,,https://pypi.org/project/locust,2022-06-28 22:20:25.000,88.0,1088048.0,https://anaconda.org/conda-forge/locust,2022-09-21 18:29:16.849,78455.0,1.0,,,,,,,,,,,,,,,,,,, +38,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-09-29 01:43:15.000,2022-09-28 19:33:15,2421.0,32.0,4300.0,600.0,1281.0,23.0,1709.0,19788,We have made you a wrapper you cant refuse.,175.0,39,True,,2022-09-04 08:06:01.000,13.14,120.0,11278.0,1224809.0,conda-forge/python-telegram-bot,python-telegram-bot,66411.0,63936.0,https://pypi.org/project/python-telegram-bot,2022-06-28 17:55:57.000,2475.0,1223630.0,https://anaconda.org/conda-forge/python-telegram-bot,2022-06-29 01:36:41.808,58684.0,2.0,,,,,,,,,,,,,,,,,,, +39,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-09-29 16:00:22.000,2022-09-29 16:00:21,1192.0,32.0,608.0,105.0,1210.0,54.0,673.0,9428,A next generation HTTP client for Python.,172.0,39,True,,2022-05-23 15:32:35.000,0.23.0,58.0,,12193829.0,conda-forge/httpx,httpx,35081.0,33625.0,https://pypi.org/project/httpx,2022-05-23 15:32:35.000,1456.0,12184653.0,https://anaconda.org/conda-forge/httpx,2022-08-09 19:35:14.661,311997.0,2.0,,,,,,,,,,,,,,,,,,, +40,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-09-28 11:32:29.000,2022-09-24 19:16:33,2114.0,148.0,1621.0,224.0,672.0,6.0,1009.0,6083,Python Telegram bot api.,201.0,39,True,,2022-08-15 14:30:03.656,4.7.0,103.0,,636932.0,,pytelegrambotapi,27457.0,26533.0,https://pypi.org/project/pytelegrambotapi,2022-06-23 08:21:26.000,924.0,636932.0,,,,2.0,,,,,,,,,,,,,,,,,,, +41,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-09-09 16:02:01.865,2022-09-09 11:10:06,3601.0,20.0,1107.0,105.0,939.0,139.0,705.0,5878,This is a repository for collecting global custom management extensions for the Django Framework.,568.0,39,True,['django'],2022-09-09 11:10:54.000,3.2.1,121.0,,2040114.0,conda-forge/django-extensions,django-extensions,118611.0,106327.0,https://pypi.org/project/django-extensions,2021-11-07 16:27:45.000,12284.0,2035767.0,https://anaconda.org/conda-forge/django-extensions,2022-09-09 16:02:01.865,339132.0,1.0,,,,,,,,,,,,,,,,,,, +42,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-09-26 16:54:49.000,2022-09-16 12:14:59,1269.0,45.0,735.0,164.0,646.0,77.0,1109.0,5412,Developer-friendly asynchrony for Django.,249.0,39,True,['django'],2021-07-11 07:53:00.000,3.0.4,64.0,,555684.0,conda-forge/channels,channels,20889.0,19587.0,https://pypi.org/project/channels,2021-07-11 07:53:00.000,1302.0,551998.0,https://anaconda.org/conda-forge/channels,2022-06-24 14:18:53.036,106905.0,1.0,,,,,,,,,,,,,,,,,,, +43,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-09-23 13:51:56.000,2022-09-23 13:51:56,3851.0,23.0,1214.0,160.0,774.0,100.0,1069.0,3911,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",177.0,39,True,['flask'],2022-09-05 12:28:41.000,4.1.4,276.0,,5194599.0,conda-forge/flask-appbuilder,flask-appbuilder,3854.0,3530.0,https://pypi.org/project/flask-appbuilder,2022-07-06 10:59:46.000,324.0,5191408.0,https://anaconda.org/conda-forge/flask-appbuilder,2022-09-06 00:27:09.757,217041.0,2.0,,,,,,,,,,,,,,,,,,, +44,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-09-27 14:22:14.000,2022-09-27 14:22:14,2931.0,27.0,772.0,98.0,514.0,130.0,721.0,3667,GitPython is a python library used to interact with Git repositories.,276.0,39,True,,2022-02-20 01:15:38.000,3.1.27,80.0,,30319614.0,conda-forge/gitpython,gitpython,110772.0,103577.0,https://pypi.org/project/gitpython,2022-02-20 01:15:38.000,7195.0,30271686.0,https://anaconda.org/conda-forge/gitpython,2022-02-22 12:09:50.755,3930114.0,2.0,,,,,,,,,,,,,,,,,,, +45,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2022-09-29 13:38:21.000,2022-09-28 13:56:07,3214.0,112.0,609.0,102.0,834.0,115.0,845.0,3168,PyZMQ: Python bindings for zeromq.,187.0,39,False,,2022-09-21 11:40:31.240,24.0.1,75.0,20622.0,12992272.0,conda-forge/pyzmq,pyzmq,221730.0,208476.0,https://pypi.org/project/pyzmq,2022-06-20 10:20:38.000,13254.0,12853812.0,https://anaconda.org/conda-forge/pyzmq,2022-09-22 07:41:17.144,10646860.0,1.0,,,,,,,,,,,,,,,,,,, +46,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-09-29 13:27:09.000,2022-09-28 07:57:21,6059.0,53.0,1726.0,217.0,2382.0,74.0,1324.0,8000,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,398.0,38,True,,2021-04-19 19:10:12.000,2.4.5,22.0,,1748228.0,conda-forge/scapy,scapy,9666.0,8702.0,https://pypi.org/project/scapy,2021-04-19 18:29:34.000,964.0,1746890.0,https://anaconda.org/conda-forge/scapy,2021-04-19 22:31:08.354,50846.0,1.0,,,,,,,,,,,,,,,,,,, +47,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2022-09-06 13:52:10.000,2022-09-05 15:24:52,1896.0,8.0,1391.0,314.0,582.0,315.0,570.0,7751,bottle.py is a fast and simple micro-framework for python web-applications.,225.0,38,True,,2022-08-03 13:27:07.930,0.12.22,78.0,,1868664.0,conda-forge/bottle,bottle,26552.0,21397.0,https://pypi.org/project/bottle,2022-05-26 18:47:00.000,5155.0,1863955.0,https://anaconda.org/conda-forge/bottle,2020-06-10 17:23:11.717,339077.0,2.0,,,,,,,,,,,,,,,,,,, +48,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2022-09-25 23:58:57.000,2022-01-20 16:12:07,5754.0,,933.0,244.0,618.0,96.0,1193.0,5820,Coroutine-based concurrency library for Python.,102.0,38,True,,2021-12-11 20:33:45.000,21.12.0,76.0,58813.0,6912128.0,conda-forge/gevent,gevent,99749.0,84904.0,https://pypi.org/project/gevent,2021-12-11 20:33:45.000,14845.0,6896882.0,https://anaconda.org/conda-forge/gevent,2022-08-13 10:13:37.501,911562.0,1.0,,,,,,,,,,,,,,,,,,, +49,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-09-26 15:25:32.000,2022-09-12 16:19:42,2981.0,15.0,1467.0,162.0,960.0,430.0,963.0,5162,Simple and extensible administrative interface framework for Flask.,344.0,38,True,['flask'],2022-01-30 03:35:03.000,1.6.0,38.0,,1706415.0,conda-forge/flask-admin,flask-admin,18869.0,16467.0,https://pypi.org/project/flask-admin,2022-01-30 03:32:51.000,2402.0,1704594.0,https://anaconda.org/conda-forge/flask-admin,2022-01-30 15:49:52.346,129351.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-09-23 11:14:12.000,2022-09-23 11:14:12,755.0,21.0,592.0,61.0,443.0,24.0,350.0,4338,JSON Web Token implementation in Python.,126.0,38,True,,2022-09-17 13:57:11.000,2.5.0,45.0,,103941789.0,conda-forge/pyjwt,pyjwt,261535.0,250486.0,https://pypi.org/project/pyjwt,2022-05-12 18:58:19.000,11049.0,103835264.0,https://anaconda.org/conda-forge/pyjwt,2022-09-17 16:38:21.656,7882863.0,1.0,,,,,,,,,,,,,,,,,,, +51,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-09-28 20:56:23.000,2022-09-26 19:11:59,3766.0,65.0,1179.0,112.0,1447.0,228.0,1004.0,3711,A python interface for interacting with the Ethereum blockchain and ecosystem.,213.0,38,True,,2022-09-20 06:49:48.473,5.31.0,176.0,,675178.0,conda-forge/web3,web3,10086.0,9226.0,https://pypi.org/project/web3,2022-06-01 20:37:06.000,860.0,671170.0,https://anaconda.org/conda-forge/web3,2022-07-08 13:36:17.423,96207.0,1.0,,,,,,,,,,,,,,,,,,, +52,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,BSD-3-Clause,2010-05-29 02:59:45.000,2022-09-11 18:55:35.000,2022-08-31 18:04:38,1526.0,6.0,770.0,77.0,500.0,36.0,755.0,3014,A Python implementation of John Grubers Markdown with Extension support.,162.0,38,True,,2022-05-05 19:08:38.000,3.3.7,46.0,,21913904.0,conda-forge/markdown,markdown,237243.0,214904.0,https://pypi.org/project/markdown,2022-05-05 19:08:38.000,22339.0,21854120.0,https://anaconda.org/conda-forge/markdown,2022-07-15 21:40:14.574,3587073.0,1.0,,,,,,,,,,,,,,,,,,, +53,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-09-26 11:43:40.000,2022-09-26 11:42:48,569.0,69.0,218.0,46.0,81.0,21.0,220.0,2115,A fast yet powerful Python Markdown parser with renderers and plugins.,35.0,38,True,,2022-09-25 07:31:17.000,2.0.4,35.0,,9956473.0,conda-forge/mistune,mistune,185732.0,176486.0,https://pypi.org/project/mistune,2022-07-14 23:30:24.398,9246.0,9842268.0,https://anaconda.org/conda-forge/mistune,2022-07-15 13:35:54.590,8793836.0,1.0,1.0,,,,,,,,,,,,,,,,,, +54,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-09-29 03:33:13.033,2022-09-28 17:29:19,632.0,45.0,247.0,74.0,788.0,71.0,309.0,564,Google Auth Python Library.,105.0,38,True,,2022-09-28 00:05:04.273,2.12.0,118.0,,75569889.0,conda-forge/google-auth,google-auth,153170.0,150643.0,https://pypi.org/project/google-auth,2022-06-29 03:41:25.000,2527.0,75483588.0,https://anaconda.org/conda-forge/google-auth,2022-09-29 03:33:13.033,5436988.0,1.0,,,,,,,,,,,,,,,,,,, +55,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-09-29 11:14:00.000,2022-09-29 08:40:22,8597.0,297.0,4256.0,1026.0,4864.0,394.0,3657.0,33669,The Cloud-Native API Gateway.,333.0,37,True,,2022-09-12 12:39:09.000,3.0.0,100.0,348301.0,3168224.0,,,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2022-09-14 02:19:14.429310,685.0,297345426.0,,,,, +56,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-09-28 21:33:58.000,2022-09-28 21:33:58,5471.0,53.0,8468.0,654.0,3149.0,828.0,4124.0,22756,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",531.0,37,True,['openapi'],2022-09-22 16:54:47.000,4.14.1,100.0,,,,,33381.0,33381.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +57,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-09-23 22:29:41.000,2022-09-15 14:33:19,3576.0,27.0,1784.0,349.0,1477.0,86.0,1503.0,11153,Static site generator that supports Markdown and reST syntax. Powered by Python.,433.0,37,True,,2022-07-11 17:51:03.000,4.8.0,58.0,659.0,17120.0,conda-forge/pelican,pelican,7882.0,6098.0,https://pypi.org/project/pelican,2022-02-09 13:25:58.000,1784.0,15458.0,https://anaconda.org/conda-forge/pelican,2022-07-11 23:41:39.166,127283.0,2.0,,,,,,,,,,,,,,,,,,, +58,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-09-28 20:39:08.000,2022-09-16 14:42:06,1855.0,15.0,887.0,266.0,1113.0,180.0,801.0,8884,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",192.0,37,True,,2022-03-25 16:12:51.000,3.1.0,70.0,3887.0,637013.0,conda-forge/falcon,falcon,8706.0,7009.0,https://pypi.org/project/falcon,2022-03-25 16:13:19.000,1697.0,633003.0,https://anaconda.org/conda-forge/falcon,2022-04-09 13:54:50.402,275441.0,2.0,,,,,,,,,,,,,,,,,,, +59,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-09-29 15:10:53.000,2022-09-29 15:10:51,1045.0,42.0,665.0,111.0,1071.0,49.0,601.0,7426,The little ASGI framework that shines.,210.0,37,True,,2022-09-26 17:13:21.173,0.21.0,124.0,,9759111.0,conda-forge/starlette,starlette,60237.0,59538.0,https://pypi.org/project/starlette,2022-06-28 12:09:24.000,699.0,9739723.0,https://anaconda.org/conda-forge/starlette,2022-09-29 07:06:10.295,911258.0,2.0,-1.0,,,,,,,,,,,,,,,,,, +60,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-09-26 18:31:06.000,2022-09-25 23:55:42,2405.0,33.0,979.0,107.0,870.0,75.0,735.0,7193,A configurable set of panels that display various debug information about the current request/response.,259.0,37,True,,2022-09-25 16:09:06.789,3.7.0,59.0,178.0,1586241.0,conda-forge/django-debug-toolbar,django-debug-toolbar,68119.0,55768.0,https://pypi.org/project/django-debug-toolbar,2022-06-23 18:02:50.000,12351.0,1584389.0,https://anaconda.org/conda-forge/django-debug-toolbar,2022-09-26 12:53:37.048,144446.0,1.0,1.0,,,,,,,,,,,,,,,,,, +61,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-09-28 16:26:51.000,2022-09-27 08:22:39,1037.0,41.0,480.0,86.0,950.0,80.0,560.0,5714,"An ASGI web server, for Python.",138.0,37,True,,2022-08-24 13:54:31.436,0.18.3,143.0,,9949762.0,conda-forge/uvicorn,uvicorn,97136.0,95930.0,https://pypi.org/project/uvicorn,2022-06-27 11:52:30.000,1206.0,9923932.0,https://anaconda.org/conda-forge/uvicorn,2022-08-24 21:10:06.890,1214028.0,2.0,-1.0,,,,,,,,,,,,,,,,,, +62,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-08-18 12:15:13.000,2022-07-15 10:14:31,1730.0,12.0,700.0,120.0,647.0,77.0,595.0,4540,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,221.0,37,True,['django'],2022-01-25 08:08:34.000,1.14.0,38.0,,664863.0,conda-forge/django-crispy-forms,django-crispy-forms,107016.0,99001.0,https://pypi.org/project/django-crispy-forms,2022-01-25 08:08:34.000,8015.0,663927.0,https://anaconda.org/conda-forge/django-crispy-forms,2022-01-25 11:08:25.716,57108.0,1.0,,,,,,,,,,,,,,,,,,, +63,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-09-28 15:29:32.000,2022-09-26 18:33:58,1319.0,16.0,715.0,90.0,710.0,144.0,742.0,4094,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,206.0,37,True,['openapi'],2022-08-23 16:44:21.601,2.14.1,140.0,,4678870.0,conda-forge/connexion,connexion,7914.0,7205.0,https://pypi.org/project/connexion,2022-06-22 19:23:56.000,709.0,4675906.0,https://anaconda.org/conda-forge/connexion,2022-08-23 20:29:38.972,186766.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,,, +64,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-09-28 16:17:31.000,2022-09-28 16:17:30,824.0,81.0,884.0,115.0,486.0,,582.0,3834,Adds SQLAlchemy support to Flask.,107.0,37,True,['flask'],2021-03-18 19:08:56.000,2.5.1,27.0,400.0,4526797.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,304722.0,278182.0,https://pypi.org/project/flask-sqlalchemy,2021-03-18 19:03:00.000,26540.0,4523234.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2021-03-18 21:20:33.487,266979.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,,, +65,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-09-29 06:42:03.000,2022-09-19 02:56:12,1159.0,22.0,817.0,167.0,593.0,16.0,651.0,3462,Slack Developer Kit for Python.,150.0,37,True,,2022-09-06 06:45:09.000,3.18.3,95.0,355.0,6293488.0,conda-forge/slackclient,slackclient,2157.0,,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2157.0,6286129.0,https://anaconda.org/conda-forge/slackclient,2021-11-19 20:03:49.166,536987.0,2.0,,,,,,,,,,,,,,,,,,, +66,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-09-25 07:23:23.000,2022-09-25 07:21:22,1266.0,26.0,340.0,58.0,143.0,53.0,296.0,3298,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",86.0,37,True,,2022-09-19 20:24:58.188,1.1.0,35.0,,5519925.0,conda-forge/authlib,authlib,22949.0,22640.0,https://pypi.org/project/authlib,2022-04-06 11:54:00.000,309.0,5517933.0,https://anaconda.org/conda-forge/authlib,2022-09-13 11:12:38.697,83666.0,2.0,,,,,,,,,,,,,,,,,,, +67,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-09-06 12:37:55.000,2022-09-06 12:37:55,443.0,16.0,722.0,66.0,339.0,10.0,347.0,3134,Flask user session management.,114.0,37,True,['flask'],2022-07-26 01:14:19.000,0.6.2,24.0,,4159595.0,conda-forge/flask-login,flask-login,129934.0,116906.0,https://pypi.org/project/flask-login,2022-05-02 04:11:28.000,13028.0,4157767.0,https://anaconda.org/conda-forge/flask-login,2022-07-25 23:55:41.308,135332.0,2.0,,,,,,,,,,,,,,,,,,, +68,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2022-09-29 16:03:48.000,2022-09-28 16:40:41,2112.0,19.0,455.0,61.0,409.0,2.0,417.0,2000,a powerful DNS toolkit for python.,102.0,37,True,,2022-01-18 13:43:15.000,2.2.0,28.0,,18486598.0,conda-forge/dnspython,dnspython,140613.0,136103.0,https://pypi.org/project/dnspython,2022-03-06 23:36:12.000,4510.0,18478487.0,https://anaconda.org/conda-forge/dnspython,2022-03-07 02:48:17.783,486661.0,2.0,,,,,,,,,,,,,,,,,,, +69,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-09-26 22:49:14.000,2022-09-17 20:25:53,4618.0,60.0,494.0,94.0,928.0,162.0,903.0,1765,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",194.0,37,True,,2022-07-26 15:43:56.000,6.2.0,33.0,22.0,621539.0,conda-forge/rdflib,rdflib,11225.0,9214.0,https://pypi.org/project/rdflib,2022-07-26 15:43:56.000,2011.0,617343.0,https://anaconda.org/conda-forge/rdflib,2022-07-27 16:03:33.298,276942.0,2.0,,,,,,,,,,,,,,,,,,, +70,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-09-26 17:19:15.000,2022-09-05 14:41:17,1504.0,46.0,776.0,80.0,828.0,116.0,533.0,1624,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,235.0,37,True,,2022-09-06 13:21:44.946,3.4.1,64.0,729.0,3761685.0,conda-forge/jira,jira,1057.0,5.0,https://pypi.org/project/jira,2022-04-13 23:41:40.000,1052.0,3760355.0,https://anaconda.org/conda-forge/jira,2022-09-06 20:45:30.043,85808.0,2.0,,,,,,,,,,,,,,,,,,, +71,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-09-24 20:33:53.926,2022-09-24 14:26:42,186.0,7.0,193.0,33.0,87.0,6.0,111.0,578,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,30.0,37,True,,2022-09-24 14:28:26.291,2022.9.24,54.0,,197760721.0,conda-forge/certifi,certifi,1015557.0,972125.0,https://pypi.org/project/certifi,2022-06-15 18:09:18.000,43432.0,196890944.0,https://anaconda.org/conda-forge/certifi,2022-09-24 20:33:53.926,66972899.0,2.0,,,,,,,,,,,,,,,,,,, +72,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-09-22 14:28:09.000,2022-08-10 16:13:49,1732.0,7.0,3665.0,68.0,558.0,114.0,668.0,23928,"HTTPie for Terminal modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions,..",152.0,36,True,,2022-05-06 07:10:47.000,3.2.1,55.0,1342.0,186658.0,conda-forge/httpie,httpie,12941.0,11254.0,https://pypi.org/project/httpie,2022-05-06 07:10:47.000,1687.0,185084.0,https://anaconda.org/conda-forge/httpie,2022-05-09 05:51:00.134,84359.0,2.0,,,,,,,,,,,,,,,,,,, +73,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-09-28 12:02:27.000,2022-07-20 13:39:33,3761.0,12.0,2844.0,351.0,641.0,257.0,634.0,9710,Impacket is a collection of Python classes for working with network protocols.,180.0,36,True,,2022-05-04 14:55:44.000,impacket_0_10_0,15.0,112483.0,125455.0,,impacket,2132.0,1924.0,https://pypi.org/project/impacket,2022-05-04 14:53:03.000,208.0,124177.0,,,,2.0,,,,,,,,,,,,,,,,,,, +74,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-09-22 08:59:20.000,2022-09-01 18:43:53,2361.0,27.0,955.0,242.0,825.0,401.0,803.0,9216,Python Serverless Microframework for AWS.,194.0,36,True,,2022-09-01 19:33:02.063,1.27.3,86.0,,193647.0,conda-forge/chalice,chalice,1767.0,1610.0,https://pypi.org/project/chalice,2022-06-01 18:14:46.000,157.0,190148.0,https://anaconda.org/conda-forge/chalice,2022-09-12 15:03:21.127,129493.0,1.0,,,,,,,,,,,,,,,,,,, +75,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-09-27 18:53:25.000,2022-09-18 02:17:07,1429.0,2.0,1565.0,171.0,512.0,207.0,715.0,7610,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",102.0,36,True,,2022-05-09 00:23:30.000,12.1.0,82.0,,768549.0,conda-forge/pytube,pytube,17764.0,17430.0,https://pypi.org/project/pytube,2022-05-09 00:23:30.000,334.0,768158.0,https://anaconda.org/conda-forge/pytube,2022-05-09 03:03:58.635,4302.0,2.0,,,,,,,,,,,,,,,,,,, +76,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-09-19 08:17:32.000,2022-09-19 08:17:31,1721.0,28.0,793.0,145.0,497.0,122.0,847.0,7403,GraphQL framework for Python.,189.0,36,True,['graphql'],2022-09-08 09:26:24.000,3.1.1,94.0,,1455546.0,conda-forge/graphene,graphene,14635.0,13797.0,https://pypi.org/project/graphene,2022-05-30 12:59:22.000,838.0,1452428.0,https://anaconda.org/conda-forge/graphene,2022-09-08 18:59:51.048,187092.0,1.0,,,,,,,,,,,,,,,,,,, +77,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-08-16 03:53:21.000,2022-03-04 14:26:53,835.0,,1010.0,183.0,408.0,133.0,452.0,6458,Simple framework for creating REST APIs.,159.0,36,True,['flask'],2021-12-15 14:00:52.343,0.0.1,32.0,,1327963.0,conda-forge/flask-restful,flask-restful,88550.0,81368.0,https://pypi.org/project/flask-restful,2021-05-17 19:23:14.000,7182.0,1326135.0,https://anaconda.org/conda-forge/flask-restful,2021-05-30 20:35:27.543,131677.0,2.0,,,,,,,,,,,,,,,,,,, +78,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-09-28 14:01:39.000,2021-12-20 07:27:19,1993.0,,1521.0,116.0,943.0,153.0,1216.0,5510,Typed interactions with the GitHub API v3.,284.0,36,True,,2021-04-26 04:44:57.000,1.55,85.0,,8038924.0,conda-forge/pygithub,pygithub,34916.0,32438.0,https://pypi.org/project/pygithub,2021-04-26 04:45:19.000,2478.0,8011286.0,https://anaconda.org/conda-forge/pygithub,2021-07-01 21:46:07.831,2266363.0,2.0,,,,,,,,,,,,,,,,,,, +79,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-09-27 09:08:47.000,2022-09-27 09:08:39,642.0,23.0,502.0,76.0,546.0,11.0,242.0,4736,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,63.0,36,True,['django'],2022-06-05 15:24:53.000,3.13.0,49.0,,2875454.0,conda-forge/django-cors-headers,django-cors-headers,129119.0,122419.0,https://pypi.org/project/django-cors-headers,2022-06-05 15:24:53.000,6700.0,2874406.0,https://anaconda.org/conda-forge/django-cors-headers,2022-06-06 20:11:12.906,49267.0,1.0,,,,,,,,,,,,,,,,,,, +80,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-09-26 19:59:38.000,2022-09-26 19:59:36,1186.0,30.0,445.0,108.0,317.0,30.0,893.0,4174,Library for building WebSocket servers and clients in Python.,62.0,36,True,,2021-05-15 16:08:26.000,9.0.2,33.0,,13082990.0,conda-forge/websockets,websockets,72783.0,69155.0,https://pypi.org/project/websockets,2022-04-17 14:23:21.000,3628.0,13061121.0,https://anaconda.org/conda-forge/websockets,2022-04-18 17:10:05.446,1508996.0,1.0,,,,,,,,,,,,,,,,,,, +81,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-09-27 09:51:54.000,2022-09-04 07:07:23,1260.0,4.0,696.0,70.0,692.0,73.0,719.0,3843,A generic system for filtering Django QuerySets based on user selections.,183.0,36,True,['django'],2022-07-26 12:48:52.000,22.1,37.0,,2703520.0,conda-forge/django-filter,django-filter,104351.0,95625.0,https://pypi.org/project/django-filter,2022-06-17 14:41:01.000,8726.0,2702340.0,https://anaconda.org/conda-forge/django-filter,2022-06-17 19:37:43.887,82619.0,1.0,,,,,,,,,,,,,,,,,,, +82,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-09-28 20:44:57.000,2022-09-21 14:34:13,671.0,21.0,298.0,89.0,347.0,4.0,236.0,3700,A utility for mocking out the Python Requests library.,111.0,36,True,,2022-05-25 14:20:54.000,0.21.0,47.0,68.0,7951249.0,conda-forge/responses,responses,18390.0,15479.0,https://pypi.org/project/responses,2022-05-25 14:20:48.000,2911.0,7926426.0,https://anaconda.org/conda-forge/responses,2022-05-26 01:32:16.033,1191518.0,1.0,,,,,,,,,,,,,,,,,,, +83,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-09-06 22:33:25.000,2022-09-06 22:33:24,3987.0,16.0,435.0,71.0,1197.0,7.0,694.0,2900,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",220.0,36,True,,2022-05-10 22:40:39.000,7.6.0,124.0,,1752287.0,conda-forge/praw,praw,13503.0,11754.0,https://pypi.org/project/praw,2022-05-10 22:40:39.000,1749.0,1751737.0,https://anaconda.org/conda-forge/praw,2022-05-28 19:27:44.995,30812.0,2.0,,,,,,,,,,,,,,,,,,, +84,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-09-05 23:32:13.000,2022-09-01 16:09:01,500.0,5.0,202.0,57.0,207.0,,107.0,2534,Safely pass trusted data to untrusted environments and back.,41.0,36,True,,2022-03-24 15:14:38.000,2.1.2,27.0,,80461562.0,conda-forge/itsdangerous,itsdangerous,734986.0,682275.0,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,52711.0,80408698.0,https://anaconda.org/conda-forge/itsdangerous,2022-03-24 18:41:25.078,3859128.0,2.0,,,,,,,,,,,,,,,,,,, +85,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-09-26 23:03:02.000,2022-06-27 14:39:13,850.0,,240.0,43.0,314.0,33.0,324.0,2383,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,78.0,36,True,,2022-06-27 14:39:57.000,5.0.1,52.0,,12682751.0,conda-forge/bleach,bleach,209459.0,197096.0,https://pypi.org/project/bleach,2022-06-27 14:39:57.000,12363.0,12554731.0,https://anaconda.org/conda-forge/bleach,2022-06-27 18:46:39.227,8705378.0,1.0,,,,,,,,,,,,,,,,,,, +86,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-09-26 17:44:50.000,2022-09-26 17:44:50,3317.0,11.0,757.0,100.0,724.0,177.0,694.0,2376,WebSocket and WAMP in Python for Twisted and asyncio.,129.0,36,True,,2022-08-02 17:05:34.685,22.7.1,147.0,,1004125.0,conda-forge/autobahn,autobahn,22679.0,20723.0,https://pypi.org/project/autobahn,2022-07-05 12:47:43.000,1956.0,999378.0,https://anaconda.org/conda-forge/autobahn,2022-08-03 02:53:52.117,332292.0,1.0,,,,,,,,,,,,,,,,,,, +87,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-09-23 19:16:50.000,2022-09-16 10:55:48,5830.0,9.0,510.0,78.0,294.0,20.0,,2180,The lxml XML toolkit for Python.,141.0,36,True,,2022-07-01 20:09:49.000,4.9.1,152.0,5370.0,67367528.0,conda-forge/lxml,lxml,318437.0,279784.0,https://pypi.org/project/lxml,2022-07-01 20:09:49.000,38653.0,67256353.0,https://anaconda.org/conda-forge/lxml,2022-07-02 11:18:04.415,7965966.0,1.0,,,,,,,,,,,,,,,,,,, +88,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-09-21 23:57:59.836,2022-09-21 19:09:04,1603.0,20.0,637.0,121.0,350.0,13.0,255.0,1611,A Python module for communicating with the Twilio API and generating TwiML.,128.0,36,True,,2022-09-21 19:15:05.814,7.14.1,271.0,,2523775.0,conda-forge/twilio,twilio,28158.0,24640.0,https://pypi.org/project/twilio,2022-06-29 19:22:46.000,3518.0,2520775.0,https://anaconda.org/conda-forge/twilio,2022-09-21 23:57:59.836,105020.0,2.0,,,,,,,,,,,,,,,,,,, +89,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-09-12 18:35:35.000,2022-07-17 20:36:25,4423.0,9.0,340.0,55.0,227.0,236.0,1508.0,1590,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",138.0,36,True,,2022-07-17 20:42:13.606,18.8.0,117.0,,2883566.0,anaconda/cherrypy,cherrypy,19815.0,9486.0,https://pypi.org/project/cherrypy,2021-07-03 22:34:11.000,10329.0,2883374.0,https://anaconda.org/anaconda/cherrypy,2022-05-02 20:14:01.196,15807.0,2.0,,,,,,,,,,,,,,,,,,, +90,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-09-03 07:38:43.000,2022-09-03 07:38:42,598.0,6.0,396.0,53.0,257.0,96.0,155.0,1556,OAuthlib support for Python-Requests!.,115.0,36,True,,2022-01-29 19:00:11.000,1.3.1,19.0,,84142659.0,conda-forge/requests-oauthlib,requests-oauthlib,261836.0,250179.0,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11657.0,84062945.0,https://anaconda.org/conda-forge/requests-oauthlib,2022-01-30 15:46:04.977,5898839.0,2.0,,,,,,,,,,,,,,,,,,, +91,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-08-15 23:27:55.497,2022-08-15 16:30:05,635.0,11.0,221.0,30.0,146.0,9.0,344.0,1354,An open source Flask extension that provides JWT support (with batteries included)!.,87.0,36,True,['flask'],2022-08-15 16:34:01.328,4.4.4,86.0,,3515500.0,conda-forge/flask-jwt-extended,flask-jwt-extended,21477.0,20828.0,https://pypi.org/project/flask-jwt-extended,2022-06-27 17:21:39.000,649.0,3513483.0,https://anaconda.org/conda-forge/flask-jwt-extended,2022-08-15 23:27:55.497,119045.0,2.0,,,,,,,,,,,,,,,,,,, +92,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-09-28 07:24:04.000,2022-09-28 07:24:03,1440.0,43.0,152.0,26.0,490.0,10.0,275.0,1283,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",74.0,36,True,,2022-07-12 13:33:01.470,8.2.0,100.0,,664908.0,conda-forge/webargs,webargs,5100.0,4628.0,https://pypi.org/project/webargs,2022-01-12 15:45:59.000,472.0,662490.0,https://anaconda.org/conda-forge/webargs,2022-07-13 12:19:43.309,171696.0,2.0,,,,,,,,,,,,,,,,,,, +93,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-09-26 23:36:56.000,2022-09-23 14:52:18,1402.0,26.0,349.0,38.0,550.0,19.0,305.0,1255,Python library for the Stripe API.,128.0,36,True,,2022-09-23 14:52:36.000,4.2.0,283.0,,1554552.0,anaconda/stripe,stripe,25304.0,23314.0,https://pypi.org/project/stripe,2022-06-30 19:21:52.000,1990.0,1554318.0,https://anaconda.org/anaconda/stripe,2021-09-08 10:25:16.508,19215.0,2.0,,,,,,,,,,,,,,,,,,, +94,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-09-25 19:14:06.000,2022-09-25 19:13:59,2168.0,11.0,403.0,55.0,682.0,82.0,400.0,782,A Python wrapper around the OpenSSL library.,104.0,36,True,,2022-09-25 17:47:29.332,22.1.0,28.0,,50197391.0,conda-forge/pyopenssl,pyopenssl,15323.0,,https://pypi.org/project/pyopenssl,2022-01-29 20:13:02.000,15323.0,49892166.0,https://anaconda.org/conda-forge/pyopenssl,2022-09-22 11:46:09.154,21671030.0,2.0,2.0,,,,,,,,,,,,,,,,,, +95,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2022-07-20 11:58:07.000,2021-02-20 16:10:31,2916.0,,1271.0,259.0,943.0,702.0,665.0,11877,Serverless Python.,260.0,35,False,,2022-08-05 04:00:00.629,0.55.0,129.0,275.0,85075.0,,zappa,395.0,,https://pypi.org/project/zappa,2021-11-11 20:31:33.000,395.0,85070.0,,,,2.0,,,,,,,,,,,,,,,,,,, +96,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2022-09-25 12:56:19.000,2022-09-25 12:56:19,4112.0,16.0,1545.0,291.0,1196.0,138.0,798.0,9454,CTF framework and exploit development library.,214.0,35,True,,2022-04-20 23:17:53.000,4.8.0,104.0,,29997.0,,pwntools,781.0,727.0,https://pypi.org/project/pwntools,2022-04-20 23:26:48.000,54.0,29997.0,,,,2.0,,,,,,,,,,,,,,,,,,, +97,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-09-29 11:19:32.000,2022-09-29 11:19:32,8821.0,17.0,2007.0,266.0,2542.0,161.0,1294.0,5472,Domain-driven e-commerce for Django.,333.0,35,True,['django'],2021-07-29 04:15:39.000,3.1,135.0,,17090.0,,django-oscar,1176.0,903.0,https://pypi.org/project/django-oscar,2022-06-24 08:35:05.000,273.0,17090.0,,,,1.0,,,,,,,,,,,,,,,,,,, +98,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-09-29 06:42:03.000,2022-09-19 02:56:12,1159.0,22.0,817.0,167.0,593.0,16.0,651.0,3462,Slack Developer Kit for Python.,150.0,35,True,,2022-09-06 06:45:09.000,3.18.3,95.0,355.0,7224832.0,conda-forge/slack-sdk,slack-sdk,95.0,,https://pypi.org/project/slack-sdk,2022-06-22 03:55:03.000,95.0,7222526.0,https://anaconda.org/conda-forge/slack-sdk,2022-09-06 10:16:58.147,43739.0,2.0,,,,,,,,,,,,,,,,,,, +99,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-09-26 13:23:33.000,2022-06-15 09:59:27,517.0,,275.0,35.0,211.0,56.0,152.0,2617,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,76.0,35,True,['django'],2022-06-15 15:03:09.000,0.9.0,17.0,3.0,1078467.0,conda-forge/django-environ,django-environ,96649.0,93147.0,https://pypi.org/project/django-environ,2022-06-15 14:49:17.000,3502.0,1077540.0,https://anaconda.org/conda-forge/django-environ,2018-07-09 17:25:55.132,56566.0,1.0,,,,,,,,,,,,,,,,,,, +100,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-09-16 23:35:20.000,2022-09-16 23:35:20,2156.0,27.0,507.0,96.0,586.0,50.0,466.0,2551,splinter - python test framework for web applications.,174.0,35,True,,2022-06-28 11:01:00.000,0.18.1,48.0,,96219.0,,splinter,6844.0,5764.0,https://pypi.org/project/splinter,2022-06-28 11:01:00.000,1080.0,96219.0,,,,2.0,,,,,,,,,,,,,,,,,,, +101,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-09-29 16:03:44.000,2022-09-25 23:21:29,907.0,63.0,425.0,62.0,203.0,97.0,180.0,2371,markdown2: A fast and complete implementation of Markdown in Python.,68.0,35,True,,2022-09-25 23:23:00.490,2.4.5,46.0,,628190.0,,markdown2,16260.0,13884.0,https://pypi.org/project/markdown2,2022-04-27 23:22:05.000,2376.0,628190.0,,,,2.0,,,,,,,,,,,,,,,,,,, +102,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-09-28 18:22:51.000,2022-09-27 04:18:17,1008.0,16.0,779.0,42.0,582.0,191.0,439.0,2242,Django-storages is a project to provide a variety of storage backends in a single library.,232.0,35,True,['django'],2022-08-06 11:47:05.357,1.13.1,38.0,,2012696.0,conda-forge/django-storages,django-storages,4912.0,,https://pypi.org/project/django-storages,2021-10-30 02:34:59.000,4912.0,2012058.0,https://anaconda.org/conda-forge/django-storages,2022-08-06 14:39:26.758,38974.0,1.0,,,,,,,,,,,,,,,,,,, +103,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-09-28 13:53:24.000,2022-09-28 07:04:58,1112.0,22.0,401.0,38.0,560.0,116.0,381.0,1683,Store model history and view/revert changes from admin site.,164.0,35,True,['django'],2022-09-28 13:53:24.000,3.2.0,42.0,,566456.0,,django-simple-history,3597.0,3147.0,https://pypi.org/project/django-simple-history,2022-05-11 15:46:42.000,450.0,566456.0,,,,1.0,,,,,,,,,,,,,,,,,,, +104,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-09-28 07:44:12.000,2022-07-17 16:26:12,1555.0,4.0,367.0,52.0,351.0,50.0,355.0,1342,A flexible forms validation and rendering library for Python.,135.0,35,True,,2021-12-23 10:10:33.000,3.0.1,25.0,,3260047.0,conda-forge/wtforms,wtforms,159536.0,144723.0,https://pypi.org/project/wtforms,2021-12-23 10:08:57.000,14813.0,3258252.0,https://anaconda.org/conda-forge/wtforms,2021-12-24 00:49:27.436,114914.0,2.0,,,,,,,,,,,,,,,,,,, +105,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-09-10 13:38:46.000,2022-08-02 07:05:43,741.0,5.0,290.0,32.0,225.0,35.0,277.0,1299,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",95.0,35,True,['flask'],2022-03-31 18:10:51.000,1.0.1,45.0,,5719330.0,conda-forge/flask-wtf,flask-wtf,167869.0,151533.0,https://pypi.org/project/flask-wtf,2022-03-31 18:09:30.000,16336.0,5717649.0,https://anaconda.org/conda-forge/flask-wtf,2022-04-01 06:10:06.163,124424.0,2.0,,,,,,,,,,,,,,,,,,, +106,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-09-26 08:24:40.000,2022-09-25 20:49:01,242.0,14.0,182.0,38.0,106.0,11.0,67.0,1295,Use Database URLs in your Django Application.,62.0,35,True,['django'],2022-07-29 13:11:48.000,1.0.0,13.0,,929001.0,,dj-database-url,219598.0,198689.0,https://pypi.org/project/dj-database-url,2018-03-01 18:39:51.000,20909.0,929001.0,,,,1.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,,, +107,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-09-25 21:20:42.000,2022-09-19 01:06:33,1245.0,87.0,316.0,25.0,534.0,115.0,240.0,1016,Python 2.7/3.X client for HashiCorp Vault.,161.0,35,True,,2022-09-20 05:33:51.791,1.0.2,64.0,455.0,6053893.0,conda-forge/hvac,hvac,323.0,,https://pypi.org/project/hvac,2021-09-23 17:47:10.000,323.0,6048832.0,https://anaconda.org/conda-forge/hvac,2021-09-23 21:36:35.403,202262.0,2.0,,,,,,,,,,,,,,,,,,, +108,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-09-28 07:23:58.000,2022-09-28 07:23:57,1558.0,16.0,159.0,23.0,549.0,30.0,222.0,981,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,78.0,35,True,['openapi'],2022-05-12 22:18:19.000,5.2.2,104.0,,3832427.0,conda-forge/apispec,apispec,13284.0,6177.0,https://pypi.org/project/apispec,2022-05-12 22:18:19.000,7107.0,3826763.0,https://anaconda.org/conda-forge/apispec,2022-05-13 08:41:50.332,402195.0,2.0,,,,,,,,,,,,,,,,,,, +109,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-07-30 23:24:55.000,2020-05-10 19:40:04,449.0,,899.0,278.0,147.0,190.0,202.0,12756,Pythonic HTML Parsing for Humans.,62.0,34,False,,2019-02-18 21:38:41.000,0.10.0,36.0,,758598.0,,requests-html,9038.0,8690.0,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,348.0,758598.0,,,,2.0,,,,,,,,,,,,,,,,,,, +110,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-09-23 07:44:58.000,2022-09-23 07:44:54,3361.0,20.0,739.0,230.0,519.0,33.0,944.0,6526,REST API framework designed for human beings.,210.0,34,True,,2022-09-07 14:54:25.749,2.0.1,50.0,,24001.0,,eve,1410.0,1030.0,https://pypi.org/project/eve,2022-06-08 13:51:50.000,380.0,24001.0,,,,3.0,,,,,,,,,,,,,,,,,,, +111,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-09-26 14:36:04.000,2022-09-26 12:08:32,883.0,23.0,709.0,75.0,540.0,140.0,624.0,3927,Integrate GraphQL into your Django project.,199.0,34,True,"['django', 'graphql']",2022-09-26 12:14:30.052,3.0.0,54.0,,418296.0,conda-forge/graphene-django,graphene-django,9061.0,8571.0,https://pypi.org/project/graphene-django,2020-12-31 06:55:57.000,490.0,417638.0,https://anaconda.org/conda-forge/graphene-django,2021-01-09 00:24:55.718,20402.0,1.0,2.0,,,,,,,,,,,,,,,,,, +112,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2022-08-12 14:19:29.000,2022-03-13 22:49:13,11766.0,,880.0,158.0,2668.0,74.0,966.0,3694,Pyramid - A Python web framework.,341.0,34,False,,2021-03-01 09:59:08.000,1.10.8,149.0,,1335295.0,pyramid,pyramid,14055.0,11111.0,https://pypi.org/project/pyramid,2021-03-01 03:27:45.000,2940.0,1335242.0,https://anaconda.org/anaconda/pyramid,2022-05-02 20:31:14.186,4380.0,3.0,,,,,,,,,,,,,,,,4.0,,, +113,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-09-27 12:37:45.000,2022-07-27 02:15:49,1812.0,2.0,1295.0,114.0,676.0,566.0,745.0,3345,Modular search for Django.,205.0,34,True,['django'],2022-05-03 18:14:18.000,3.2.1,44.0,,110277.0,conda-forge/django-haystack,django-haystack,10991.0,8192.0,https://pypi.org/project/django-haystack,2022-05-03 18:14:18.000,2799.0,110184.0,https://anaconda.org/conda-forge/django-haystack,2018-05-31 04:38:24.116,4869.0,2.0,,,,,,,,,,,,,,,,,,, +114,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2022-09-29 00:03:52.000,2022-09-29 00:02:27,6954.0,377.0,702.0,122.0,857.0,3.0,503.0,2916,"A framework for browser automation and testing with Selenium, Python, and pytest. Advanced features include: a..",35.0,34,True,,2022-09-29 00:11:03.599,4.5.0,788.0,,120207.0,,seleniumbase,371.0,354.0,https://pypi.org/project/seleniumbase,2022-07-06 22:46:17.000,17.0,120207.0,,,,2.0,,,,,,,,,,,,,,,,,,, +115,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-09-26 14:18:33.000,2022-07-15 12:15:08,529.0,4.0,384.0,32.0,234.0,211.0,396.0,2889,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,66.0,34,True,"['openapi', 'django']",2022-09-27 16:01:53.000,1.21.4,59.0,,1126603.0,conda-forge/drf-yasg,drf-yasg,69491.0,69125.0,https://pypi.org/project/drf-yasg,2020-10-25 20:12:43.000,366.0,1126428.0,https://anaconda.org/conda-forge/drf-yasg,2020-10-26 00:39:31.833,4559.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-09-25 14:39:33.000,2022-09-24 17:50:20,1480.0,7.0,466.0,57.0,297.0,15.0,608.0,2780,django-reversion is an extension to the Django web framework that provides version control for model instances.,183.0,34,True,['django'],2022-08-06 11:12:01.536,5.0.2,62.0,,258881.0,,django-reversion,8612.0,6485.0,https://pypi.org/project/django-reversion,2022-06-18 10:59:31.000,2127.0,258881.0,,,,2.0,,,,,,,,,,,,,,,,,,, +117,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-09-27 18:18:37.000,2022-09-27 18:15:28,1196.0,13.0,452.0,68.0,297.0,119.0,410.0,2675,Utilities for implementing a modified pre-order traversal tree in django.,154.0,34,True,['django'],2022-09-27 23:42:53.502,0.14.0,39.0,,390472.0,anaconda/django-mptt,django-mptt,3307.0,,https://pypi.org/project/django-mptt,2021-09-27 12:56:00.000,3307.0,390472.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,,, +118,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-09-29 15:46:20.000,2022-09-29 09:17:27,2340.0,184.0,313.0,42.0,1594.0,291.0,330.0,2628,A GraphQL library for Python that leverages type annotations.,154.0,34,True,['graphql'],2022-09-28 10:23:32.000,0.133.1,528.0,474.0,266823.0,,strawberry-graphql,667.0,643.0,https://pypi.org/project/strawberry-graphql,2022-07-06 11:28:11.000,24.0,266744.0,,,,1.0,,,,,,,,,,,,,,,,,,, +119,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-09-29 14:56:15.000,2022-09-14 20:00:20,1289.0,8.0,716.0,65.0,620.0,111.0,770.0,2508,Django application and library for importing and exporting data with admin integration.,186.0,34,True,['django'],2022-03-31 16:50:53.000,2.8.0,53.0,,518788.0,conda-forge/django-import-export,django-import-export,15846.0,14812.0,https://pypi.org/project/django-import-export,2022-05-17 14:57:55.000,1034.0,517859.0,https://anaconda.org/conda-forge/django-import-export,2022-09-15 02:04:46.714,65040.0,2.0,,,,,,,,,,,,,,,,,,, +120,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-09-26 18:58:49.000,2022-09-26 18:58:45,923.0,11.0,335.0,47.0,269.0,117.0,161.0,2324,Django model mixins and utilities.,124.0,34,True,['django'],2021-10-13 18:22:18.000,4.2.0,38.0,,742491.0,,django-model-utils,23180.0,18334.0,https://pypi.org/project/django-model-utils,2021-10-13 18:22:18.000,4846.0,742491.0,,,,2.0,,,,,,,,,,,,,,,,,,, +121,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-09-15 00:38:23.000,2021-12-29 09:55:48,1439.0,,547.0,68.0,346.0,411.0,653.0,1717,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,,5512883.0,conda-forge/zeep,zeep,5657.0,5071.0,https://pypi.org/project/zeep,2021-08-15 18:52:39.000,586.0,5510441.0,https://anaconda.org/conda-forge/zeep,2021-08-30 08:12:38.896,161186.0,2.0,,,,,,,,,,,,,,,,,,, +122,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-09-21 12:33:59.000,2022-09-09 20:50:23,2365.0,14.0,453.0,66.0,479.0,200.0,631.0,1631,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",190.0,34,True,['django'],2022-03-15 08:44:50.000,3.9.4,205.0,,181143.0,,django-autocomplete-light,3936.0,3193.0,https://pypi.org/project/django-autocomplete-light,2022-03-15 08:44:50.000,743.0,181143.0,,,,2.0,,,,,,,,,,,,,,,,,,, +123,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-09-06 19:00:51.420,2022-09-06 10:06:36,1010.0,12.0,476.0,36.0,311.0,113.0,291.0,1610,Thumbnails for Django.,152.0,34,True,['django'],2022-08-30 12:50:15.998,12.9.0,32.0,,148197.0,conda-forge/sorl-thumbnail,sorl-thumbnail,11864.0,9320.0,https://pypi.org/project/sorl-thumbnail,2022-02-10 22:08:37.000,2544.0,148068.0,https://anaconda.org/conda-forge/sorl-thumbnail,2022-09-06 19:00:51.420,3249.0,2.0,,,,,,,,,,,,,,,,,,, +124,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-09-20 10:57:24.000,2019-09-20 02:47:40,230.0,,264.0,49.0,59.0,54.0,61.0,1111,A SOCKS proxy client and wrapper for Python.,32.0,34,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,13094174.0,conda-forge/pysocks,pysocks,91991.0,88499.0,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3492.0,12763774.0,https://anaconda.org/conda-forge/pysocks,2022-08-27 12:59:48.847,24119239.0,2.0,,,,,,,,,,,,,,,,,,, +125,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,,433.0,104.0,449.0,2.0,303.0,784,This is a Python library for accessing resources protected by OAuth 2.0.,89.0,34,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,19991129.0,conda-forge/oauth2client,oauth2client,77212.0,71405.0,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5807.0,19982684.0,https://anaconda.org/conda-forge/oauth2client,2019-02-03 02:43:41.310,624931.0,2.0,,,,,,,,,,,,,,,,,,, +126,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-09-05 23:32:23.000,2022-09-01 16:31:12,516.0,9.0,117.0,27.0,218.0,,99.0,495,Safely add untrusted strings to HTML/XML markup.,39.0,34,True,,2022-03-15 13:22:05.000,2.1.1,27.0,,128672067.0,conda-forge/markupsafe,markupsafe,1036057.0,961755.0,https://pypi.org/project/markupsafe,2022-03-15 13:22:05.000,74302.0,128384839.0,https://anaconda.org/conda-forge/markupsafe,2022-06-08 16:56:29.553,22116626.0,2.0,,,,,,,,,,,,,,,,,,, +127,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2022-09-29 11:56:27.000,2022-09-29 11:42:23,2499.0,64.0,2024.0,283.0,599.0,389.0,1191.0,18577,OpenAPI/Swagger-generated API Reference Documentation.,203.0,33,True,['openapi'],2022-09-13 12:29:53.000,2.0.0,84.0,66.0,0.0,,,3049.0,3049.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +128,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-08-30 17:04:46.000,2021-07-07 19:50:15,299.0,,1787.0,309.0,193.0,53.0,,12231,Command line interface for testing internet bandwidth using speedtest.net.,10.0,33,False,,2021-04-08 13:53:00.000,2.1.3,28.0,,622610.0,conda-forge/speedtest-cli,speedtest-cli,41470.0,40937.0,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,533.0,622474.0,https://anaconda.org/conda-forge/speedtest-cli,2021-11-09 20:28:59.095,1366.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-09-26 18:46:53.000,2018-11-07 20:31:50,841.0,,1669.0,238.0,318.0,163.0,243.0,11159,"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,,92744.0,,httpbin,1570.0,1015.0,https://pypi.org/project/httpbin,2018-05-08 12:00:46.000,555.0,92744.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-09-26 17:56:30.000,2022-09-21 20:06:15,2336.0,18.0,780.0,195.0,581.0,15.0,891.0,9146,thumbor is an open-source photo thumbnail service by globo.com.,180.0,33,True,,2022-09-21 20:09:08.643,7.1.1,100.0,,4021.0,,thumbor,521.0,316.0,https://pypi.org/project/thumbor,2022-07-06 21:06:13.000,205.0,4021.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-08-30 12:13:51.000,2020-04-25 12:40:40,1434.0,,1577.0,552.0,127.0,169.0,76.0,8306,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",30.0,33,False,,,,6.0,16.0,2295322.0,conda-forge/pattern,pattern,1730.0,1402.0,https://pypi.org/project/pattern,2021-12-15 14:18:19.789,328.0,2294972.0,https://anaconda.org/conda-forge/pattern,2020-05-05 12:38:53.775,11709.0,1.0,,,,,,,,,,,,,,,,,,, +132,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-09-21 00:35:26.000,2022-09-15 22:05:45,442.0,7.0,877.0,103.0,117.0,9.0,1523.0,4787,Socket.IO integration for Flask applications.,67.0,33,True,['flask'],2022-09-19 15:56:20.674,5.3.1,83.0,,832641.0,conda-forge/flask-socketio,flask-socketio,2301.0,,https://pypi.org/project/flask-socketio,2022-05-22 15:52:15.000,2301.0,830333.0,https://anaconda.org/conda-forge/flask-socketio,2022-09-11 18:02:12.272,166204.0,2.0,,,,,,,,,,,,,,,,,,, +133,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-09-16 09:03:14.000,2022-08-30 22:16:38,592.0,1.0,787.0,79.0,329.0,82.0,450.0,4056,A light weight Python library for the Spotify Web API.,157.0,33,True,,2022-06-18 22:12:42.000,2.20.0,43.0,,1202184.0,conda-forge/spotipy,spotipy,12003.0,11420.0,https://pypi.org/project/spotipy,2022-06-18 22:10:01.000,583.0,1201903.0,https://anaconda.org/conda-forge/spotipy,2022-06-25 17:40:29.358,5340.0,2.0,,,,,,,,,,,,,,,,,,, +134,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-09-16 05:03:35.000,2022-09-15 22:23:13,1285.0,1.0,1161.0,128.0,823.0,416.0,515.0,3809,Creating delicious APIs for Django apps since 2010.,200.0,33,True,['django'],2022-01-04 01:26:36.000,0.14.4,25.0,,61191.0,,django-tastypie,7481.0,4948.0,https://pypi.org/project/django-tastypie,2022-01-04 01:19:47.000,2533.0,61191.0,,,,3.0,,,,,,,,,,,,,,,,,,, +135,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-09-26 13:27:10.000,2022-05-19 19:24:17,506.0,,1209.0,179.0,214.0,18.0,215.0,3678,Python client library for Google Maps API Web Services.,60.0,33,True,,2022-02-02 21:17:09.000,4.6.0,42.0,,1772792.0,,googlemaps,1195.0,,https://pypi.org/project/googlemaps,2022-02-02 21:17:08.000,1195.0,1772792.0,,,,2.0,,,,,,,,,,,,,,,,,,, +136,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-09-29 11:48:07.000,2022-09-29 11:47:11,54810.0,871.0,728.0,87.0,3348.0,364.0,4049.0,3146,Web based localization tool with tight version control integration.,1379.0,33,True,,2022-09-15 11:55:18.000,weblate-4.14.1,95.0,3163.0,2683.0,,weblate,38.0,27.0,https://pypi.org/project/weblate,2022-07-01 11:47:59.000,11.0,2600.0,,,,2.0,,,,,,,,,,,,,,,,,,, +137,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-09-15 15:59:33.000,2022-09-15 15:59:33,748.0,9.0,570.0,160.0,169.0,50.0,232.0,2846,Python Twitter API.,93.0,33,True,,2022-09-19 22:45:26.007,1.19.6,60.0,,71448.0,,twitter,4684.0,3629.0,https://pypi.org/project/twitter,2022-01-17 14:29:30.000,1055.0,71448.0,,,,2.0,,,,,,,,,,,,,,,,,,, +138,python-social-auth,omab/python-social-auth,auth,,https://github.com/omab/python-social-auth,https://github.com/omab/python-social-auth,BSD-3-Clause,2012-12-12 16:08:42.000,2022-07-01 19:07:30.000,2017-02-04 13:10:59,1973.0,,1140.0,120.0,466.0,18.0,643.0,2816,Social auth made simple.,283.0,33,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,31566.0,,python-social-auth,7721.0,5445.0,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,31566.0,,,,2.0,,,,,,,,,,,,,,,,,,, +139,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-09-22 13:50:03.000,2022-09-22 13:50:03,1217.0,8.0,706.0,66.0,479.0,157.0,576.0,2654,OAuth2 goodies for the Djangonauts!.,214.0,33,True,['django'],2022-06-23 15:08:52.000,2.1.0,42.0,,341838.0,,django-oauth-toolkit,1037.0,,https://pypi.org/project/django-oauth-toolkit,2022-06-23 15:06:05.000,1037.0,341838.0,,,,2.0,,,,,,,,,,,,,,,,,,, +140,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2022-09-27 15:58:59.000,2022-08-31 19:14:32,1042.0,4.0,310.0,40.0,323.0,112.0,254.0,2313,Automatically mock your HTTP interactions to simplify and speed up testing.,118.0,33,True,,2022-08-31 19:20:08.132,4.2.1,65.0,,1695031.0,conda-forge/vcrpy,vcrpy,5191.0,4220.0,https://pypi.org/project/vcrpy,2022-06-29 21:56:42.000,971.0,1691733.0,https://anaconda.org/conda-forge/vcrpy,2022-09-01 02:22:30.731,260610.0,2.0,,,,,,,,,,,,,,,,,,, +141,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-09-28 10:12:49.000,2022-09-28 10:12:02,916.0,28.0,692.0,106.0,455.0,7.0,284.0,2292,Bootstrap 3 integration with Django.,98.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,94.0,,92588.0,conda-forge/django-bootstrap3,django-bootstrap3,21502.0,17517.0,https://pypi.org/project/django-bootstrap3,2021-12-27 09:46:08.000,3985.0,92196.0,https://anaconda.org/conda-forge/django-bootstrap3,2019-08-04 21:11:14.583,23552.0,2.0,,,,,,,,,,,,,,,,,,, +142,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-09-07 08:44:34.000,2022-09-07 08:44:16,808.0,8.0,698.0,52.0,214.0,115.0,398.0,2124,Django admin CKEditor integration.,126.0,33,True,['django'],2022-09-07 08:45:32.686,6.5.1,51.0,,241219.0,,django-ckeditor,27328.0,25823.0,https://pypi.org/project/django-ckeditor,2022-05-31 09:50:03.000,1505.0,241219.0,,,,2.0,,,,,,,,,,,,,,,,,,, +143,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2022-09-26 19:48:13.000,2022-09-26 19:48:12,646.0,21.0,122.0,27.0,203.0,26.0,198.0,2080,Radically simplified static file serving for Python web apps.,62.0,33,True,,2022-06-05 15:29:23.000,6.2.0,48.0,,1282692.0,conda-forge/whitenoise,whitenoise,13322.0,,https://pypi.org/project/whitenoise,2022-06-05 15:29:23.000,13322.0,1281657.0,https://anaconda.org/conda-forge/whitenoise,2022-06-05 20:46:47.725,63191.0,2.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-09-26 13:58:49.000,2022-09-26 13:55:47,1502.0,33.0,149.0,41.0,543.0,44.0,197.0,1843,Python library for implementing GraphQL servers using schema-first approach.,58.0,33,True,['graphql'],2022-09-26 14:00:33.350,0.16.1,34.0,,141676.0,,ariadne,902.0,863.0,https://pypi.org/project/ariadne,2022-04-22 12:55:33.000,39.0,141676.0,,,,2.0,,,,,,,,,,,,,,,,,,, +145,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-09-26 20:47:44.000,2022-09-26 20:47:43,389.0,13.0,213.0,50.0,139.0,45.0,252.0,1838,Django Channels HTTP/WebSocket server.,62.0,33,True,['django'],2021-04-07 18:31:41.000,3.0.2,56.0,,541634.0,conda-forge/daphne,daphne,16655.0,15889.0,https://pypi.org/project/daphne,2021-04-07 18:31:41.000,766.0,537959.0,https://anaconda.org/conda-forge/daphne,2021-04-07 20:54:50.106,106589.0,2.0,,,,,,,,,,,,,,,,,,, +146,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-09-20 20:21:55.000,2022-07-08 18:57:09,431.0,1.0,193.0,49.0,99.0,19.0,155.0,1540,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",43.0,33,True,,2022-07-08 19:00:22.808,3.3.1,48.0,,6514422.0,conda-forge/tldextract,tldextract,13432.0,12318.0,https://pypi.org/project/tldextract,2022-05-04 23:35:38.000,1114.0,6510649.0,https://anaconda.org/conda-forge/tldextract,2022-07-08 23:46:34.943,275494.0,1.0,,,,,,,,,,,,,,,,,,, +147,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-24 19:28:46.000,2022-06-24 19:28:46,1171.0,,293.0,48.0,101.0,73.0,144.0,1472,Parse feeds in Python.,51.0,33,True,,2022-05-21 13:54:10.000,6.0.10,23.0,,3430907.0,conda-forge/feedparser,feedparser,7372.0,,https://pypi.org/project/feedparser,2022-05-21 13:54:10.000,7372.0,3418352.0,https://anaconda.org/conda-forge/feedparser,2022-05-21 17:17:26.460,351543.0,1.0,,,,,,,,,,,,,,,,,,, +148,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-09-11 11:13:03.000,2022-09-02 13:50:34,777.0,12.0,314.0,32.0,215.0,80.0,313.0,1291,Easy thumbnails for Django.,88.0,33,True,['django'],2022-08-02 22:20:44.335,2.8.3,49.0,,229005.0,,easy-thumbnails,10913.0,8817.0,https://pypi.org/project/easy-thumbnails,2022-01-20 03:34:09.000,2096.0,229005.0,,,,2.0,,,,,,,,,,,,,,,,,,, +149,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-09-26 17:41:17.937,2022-09-26 14:42:24,985.0,51.0,154.0,10.0,223.0,46.0,560.0,1288,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,79.0,33,True,['openapi'],2022-09-26 14:50:11.151,0.24.2,53.0,,643574.0,conda-forge/drf-spectacular,drf-spectacular,3502.0,3477.0,https://pypi.org/project/drf-spectacular,2022-07-26 11:32:00.693,25.0,642910.0,https://anaconda.org/conda-forge/drf-spectacular,2022-09-26 17:41:17.937,7974.0,2.0,,,,,,,,,,,,,,,,,,, +150,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-09-09 09:53:05.000,2022-09-07 20:41:56,543.0,20.0,304.0,23.0,341.0,5.0,191.0,1287,A django model and form field for normalised phone numbers using python-phonenumbers.,108.0,33,True,['django'],2022-09-07 15:15:41.217,7.0.0,30.0,4.0,566262.0,,django-phonenumber-field,857.0,,https://pypi.org/project/django-phonenumber-field,2022-06-17 09:39:35.000,857.0,566262.0,,,,2.0,,,,,,,,,,,,,,,,,,, +151,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-07-06 08:08:43.000,2021-09-17 10:33:24,1592.0,,257.0,47.0,303.0,86.0,160.0,986,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,,12740771.0,conda-forge/html5lib,html5lib,15066.0,,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15066.0,12700449.0,https://anaconda.org/conda-forge/html5lib,2020-06-23 16:41:15.573,2741931.0,3.0,,,,,,,,,,,,,,,,,,, +152,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-09-28 11:08:07.000,2022-08-01 21:28:00,986.0,25.0,117.0,28.0,577.0,30.0,166.0,844,Yet another URL library.,72.0,33,True,,2022-08-02 07:14:10.000,1.8.1,90.0,6063.0,99422737.0,conda-forge/yarl,yarl,2793.0,,https://pypi.org/project/yarl,2021-11-01 20:23:48.000,2793.0,99326403.0,https://anaconda.org/conda-forge/yarl,2022-04-03 06:28:50.763,6160040.0,1.0,,,,,,,,,,,,,,,,,,, +153,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-09-27 22:42:20.000,2022-09-12 10:44:11,678.0,17.0,174.0,16.0,185.0,36.0,172.0,746,A caching extension for Flask.,108.0,33,True,['flask'],2022-07-30 15:22:15.000,2.0.1,22.0,,3696762.0,conda-forge/flask-caching,flask-caching,12273.0,11527.0,https://pypi.org/project/flask-caching,2022-06-26 21:23:37.000,746.0,3694924.0,https://anaconda.org/conda-forge/flask-caching,2022-07-30 22:27:04.479,88262.0,1.0,,,,,,,,,,,,,,,,,,, +154,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2022-09-25 20:21:27.000,2022-09-25 20:21:26,541.0,2.0,174.0,24.0,115.0,53.0,68.0,451,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",73.0,33,True,,2022-02-03 00:00:29.000,0.20.4,36.0,,33512837.0,conda-forge/httplib2,httplib2,131778.0,115831.0,https://pypi.org/project/httplib2,2022-02-03 00:00:29.000,15947.0,33489564.0,https://anaconda.org/conda-forge/httplib2,2022-02-11 15:34:48.520,1792031.0,2.0,,,,,,,,,,,,,,,,,,, +155,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-09-27 16:42:46.000,2022-09-21 16:06:42,411.0,13.0,39.0,45.0,265.0,16.0,83.0,35,Utilities for Google Media Downloads and Resumable Uploads.,31.0,33,False,,2022-05-19 12:44:36.000,2.3.3,41.0,,42410519.0,conda-forge/google-resumable-media,google-resumable-media,38679.0,38146.0,https://pypi.org/project/google-resumable-media,2022-05-19 12:44:36.000,533.0,42368400.0,https://anaconda.org/conda-forge/google-resumable-media,2022-06-02 23:46:09.616,2653547.0,2.0,,,,,,,,,,,,,,,,,,, +156,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-09-26 06:02:54.000,2022-09-13 09:27:12,2478.0,6.0,9043.0,1380.0,1023.0,385.0,,45563,Dumb downloader that scrapes the web.,247.0,32,True,,2022-07-01 21:46:55.000,0.4.1620,168.0,359849.0,24871.0,conda-forge/you-get,you-get,22.0,,https://pypi.org/project/you-get,2022-07-01 21:28:26.000,22.0,20756.0,https://anaconda.org/conda-forge/you-get,2022-07-02 15:42:26.808,12457.0,1.0,,you-get,,,,,,,,,,,,,,,,, +157,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2022-09-23 03:52:08.000,2020-09-02 06:54:25,651.0,,1955.0,381.0,300.0,480.0,260.0,12177,"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,,123745.0,conda-forge/newspaper3k,newspaper3k,270.0,,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,270.0,122821.0,https://anaconda.org/conda-forge/newspaper3k,2021-10-28 12:04:52.629,53622.0,1.0,,,,,,,,,,,,,,,,,,, +158,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-09-27 10:26:18.000,2022-09-27 09:23:09,4881.0,96.0,567.0,137.0,290.0,154.0,1289.0,5210,The awesome document factory.,112.0,32,True,,2022-07-24 12:42:46.000,56.1,90.0,,751255.0,conda-forge/weasyprint,weasyprint,42.0,,https://pypi.org/project/weasyprint,2022-06-17 09:52:33.000,42.0,749437.0,https://anaconda.org/conda-forge/weasyprint,2022-07-25 06:06:31.107,69103.0,3.0,,,,,,,,,,,,,,,,,,, +159,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-09-19 16:56:41.000,2022-09-19 16:51:20,5303.0,2.0,1590.0,255.0,977.0,53.0,1008.0,4509,CMS framework for Django.,325.0,32,True,['django'],2022-05-12 12:48:08.000,6.0.0,138.0,,4733.0,,mezzanine,1204.0,,https://pypi.org/project/mezzanine,2022-05-12 12:48:14.000,1204.0,4733.0,,,,2.0,,,,,,,,,,,,,,,,,,, +160,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-09-27 01:11:12.000,2022-09-19 06:10:42,816.0,15.0,299.0,53.0,300.0,118.0,191.0,3521,Silky smooth profiling for Django.,131.0,32,True,['django'],2022-07-04 16:43:18.000,5.0.1,39.0,182.0,245579.0,,django-silk,2468.0,2320.0,https://pypi.org/project/django-silk,2022-07-04 16:43:18.000,148.0,245578.0,,,,2.0,,,,,,,,,,,,,,,,,,, +161,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.0,171.0,307.0,102.0,315.0,3354,A Python wrapper around the Twitter API.,171.0,32,True,,2018-09-29 23:52:35.000,3.5,23.0,,197958.0,,python-twitter,8023.0,6302.0,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1721.0,197958.0,,,,3.0,,,,,,,,,,,,,,,,,,, +162,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-09-14 09:57:08.000,2022-09-14 09:57:08,1868.0,4.0,635.0,97.0,317.0,24.0,683.0,3334,A jazzy skin for the Django Admin-Interface (official repository).,82.0,32,True,['django'],2022-01-21 12:06:47.000,3.0.2,72.0,,177260.0,conda-forge/django-grappelli,django-grappelli,6706.0,5001.0,https://pypi.org/project/django-grappelli,2022-02-18 10:43:24.000,1705.0,175901.0,https://anaconda.org/conda-forge/django-grappelli,2022-02-18 12:16:57.178,106032.0,2.0,,,,,,,,,,,,,,,,,,, +163,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-09-19 09:33:59.000,2022-03-25 21:42:47,1062.0,,544.0,84.0,347.0,137.0,320.0,3269,Per object permissions for Django.,159.0,32,True,['django'],2021-05-23 22:11:22.000,2.4.0,43.0,,209324.0,conda-forge/django-guardian,django-guardian,6910.0,4972.0,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1938.0,208691.0,https://anaconda.org/conda-forge/django-guardian,2021-05-26 14:44:48.305,39916.0,2.0,,,,,,,,,,,,,,,,,,, +164,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-09-28 04:32:00.000,2022-09-28 04:30:58,580.0,15.0,529.0,53.0,258.0,105.0,289.0,3157,A JSON Web Token authentication plugin for the Django REST Framework.,90.0,32,True,['django'],2022-09-28 04:32:00.000,5.2.1,41.0,,918875.0,,djangorestframework-simplejwt,309.0,,https://pypi.org/project/djangorestframework-simplejwt,2022-05-24 19:26:19.000,309.0,918875.0,,,,2.0,,,,,,,,,,,,,,,,,,, +165,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-09-28 14:47:29.000,2022-09-28 14:47:28,1794.0,42.0,262.0,55.0,1497.0,57.0,533.0,3132,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",80.0,32,True,['openapi'],2022-09-14 15:27:56.000,4.10.4,176.0,756265.0,216291.0,,,303.0,282.0,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2022-09-14 15:26:11.208,21.0,204287.0,,,,,,,,,,, +166,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-09-28 18:36:36.000,2022-09-19 20:34:24,1402.0,15.0,400.0,58.0,256.0,21.0,636.0,3092,"Build GUI for your Python program with JavaScript, HTML, and CSS.",91.0,32,True,,2022-04-05 20:23:37.000,3.6.3,48.0,,82568.0,,pywebview,838.0,764.0,https://pypi.org/project/pywebview,2022-04-05 20:23:37.000,74.0,82568.0,,,,2.0,,,,,,,,,,,,,,,,,,, +167,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2022-08-24 13:40:08.000,2022-01-21 01:17:15,532.0,,431.0,57.0,189.0,201.0,158.0,3075,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,478.0,467310.0,conda-forge/flasgger,flasgger,8653.0,8297.0,https://pypi.org/project/flasgger,2020-07-31 23:54:47.000,356.0,465396.0,https://anaconda.org/conda-forge/flasgger,2021-04-16 12:53:50.238,112634.0,2.0,,,,,,,,,,,,,,,,,,, +168,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-08-15 15:12:22.000,2022-08-15 15:12:16,502.0,9.0,504.0,61.0,126.0,39.0,704.0,3046,Python Socket.IO server and client.,61.0,32,True,,2022-07-15 19:07:04.264,5.7.1,87.0,,1444961.0,conda-forge/python-socketio,python-socketio,1891.0,,https://pypi.org/project/python-socketio,2022-07-15 19:07:04.264,1891.0,1441383.0,https://anaconda.org/conda-forge/python-socketio,2022-07-15 23:02:31.721,257617.0,3.0,,,,,,,,,,,,,,,,,,, +169,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-09-29 12:38:46.000,2022-09-29 07:14:10,1781.0,93.0,184.0,119.0,472.0,180.0,611.0,3039,Realtime Web Apps and Dashboards for Python and R.,31.0,32,True,,2022-09-20 09:41:28.000,0.23.1,44.0,1211707.0,99974.0,,wave,171.0,,https://pypi.org/project/wave,2011-01-09 22:48:14.000,171.0,55096.0,,,,2.0,,,,,,,,,,,,,,,,,,, +170,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-09-16 10:08:13.000,2022-09-08 07:58:53,999.0,10.0,602.0,65.0,429.0,78.0,320.0,2918,Simple tagging for django.,144.0,32,True,['django'],2022-05-02 07:43:26.000,3.0.0,62.0,,368895.0,conda-forge/django-taggit,django-taggit,2864.0,,https://pypi.org/project/django-taggit,2022-05-02 07:43:26.000,2864.0,367642.0,https://anaconda.org/conda-forge/django-taggit,2022-05-02 12:28:06.091,97788.0,2.0,,,,,,,,,,,,,,,,,,, +171,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-08-17 07:06:35.000,2022-08-14 09:33:20,1589.0,11.0,581.0,51.0,508.0,120.0,526.0,2601,Compresses linked and inline javascript or CSS into a single cached file.,209.0,32,True,['django'],2021-04-17 18:52:21.000,2.4.1,34.0,,316812.0,,django-compressor,286.0,,https://pypi.org/project/django-compressor,2022-04-23 10:25:08.000,286.0,316812.0,,,,2.0,,,,,,,,,,,,,,,,,,, +172,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-08-19 08:31:05.000,2020-10-09 23:49:59,186.0,,476.0,82.0,96.0,172.0,77.0,2501,A Pythonic wrapper for the Wikipedia API.,23.0,32,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,830257.0,conda-forge/wikipedia,wikipedia,36608.0,35542.0,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1066.0,829207.0,https://anaconda.org/conda-forge/wikipedia,2019-06-18 08:30:55.880,70416.0,3.0,,,,,,,,,,,,,,,,,,, +173,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2022-09-11 19:38:31.000,2022-09-11 19:37:41,196.0,3.0,280.0,51.0,58.0,6.0,76.0,2148,Python One-Time Password Library.,37.0,32,True,,2022-09-19 16:05:00.726,2.7.0,22.0,202.0,2344728.0,conda-forge/pyotp,pyotp,6181.0,5629.0,https://pypi.org/project/pyotp,2021-02-04 19:47:49.000,552.0,2344108.0,https://anaconda.org/conda-forge/pyotp,2021-02-04 21:15:23.858,25963.0,2.0,,,,,,,,,,,,,,,,,,, +174,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-08-12 09:45:06.000,2022-06-16 04:36:43,1031.0,,589.0,72.0,286.0,136.0,207.0,1940,A library for converting HTML into PDFs using ReportLab.,143.0,32,True,,2022-06-16 04:38:30.000,0.2.8,23.0,6.0,377753.0,conda-forge/xhtml2pdf,xhtml2pdf,9377.0,8550.0,https://pypi.org/project/xhtml2pdf,2022-06-16 04:32:32.000,827.0,376459.0,https://anaconda.org/conda-forge/xhtml2pdf,2022-06-16 08:28:19.087,54349.0,3.0,,,,,,,,,,,,,,,,,,, +175,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-09-26 22:56:05.000,2022-08-21 06:33:13,1376.0,9.0,388.0,55.0,326.0,60.0,480.0,1575,django-tables2 - An app for creating HTML tables.,139.0,32,True,['django'],2021-10-05 19:28:08.000,2.4.1,119.0,,157110.0,conda-forge/django-tables2,django-tables2,6075.0,5189.0,https://pypi.org/project/django-tables2,2021-10-05 19:28:08.000,886.0,156992.0,https://anaconda.org/conda-forge/django-tables2,2021-10-24 17:57:36.982,1777.0,2.0,,,,,,,,,,,,,,,,,,, +176,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-09-15 13:36:32.000,2022-09-15 13:35:29,440.0,7.0,584.0,89.0,238.0,141.0,221.0,1343,A very simple Salesforce.com REST API client for Python.,74.0,32,True,,2022-09-15 13:36:30.000,1.12.2,44.0,,4167398.0,conda-forge/simple-salesforce,simple-salesforce,197.0,,https://pypi.org/project/simple-salesforce,2022-02-28 17:07:07.000,197.0,4166677.0,https://anaconda.org/conda-forge/simple-salesforce,2020-12-11 15:45:59.182,46181.0,3.0,,,,,,,,,,,,,,,,,,, +177,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-09-24 18:11:50.000,2022-04-20 16:03:50,2099.0,,666.0,145.0,805.0,44.0,932.0,1163,Web testing library for Robot Framework.,109.0,32,True,,2022-01-09 18:51:51.000,6.0.0,50.0,3545.0,940559.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,2736.0,2612.0,https://pypi.org/project/robotframework-seleniumlibrary,2022-01-08 23:53:44.000,124.0,939511.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2022-01-12 00:54:57.623,53461.0,2.0,,,,,,,,,,,,,,,,,,, +178,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-07-31 07:12:39.000,2022-07-31 07:12:38,955.0,2.0,147.0,38.0,175.0,16.0,192.0,1127,Waitress - A WSGI server for Python 2 and 3.,45.0,32,False,,2022-05-30 21:53:26.000,2.1.2,49.0,,2769710.0,conda-forge/waitress,waitress,82916.0,79406.0,https://pypi.org/project/waitress,2022-05-30 21:46:19.000,3510.0,2768160.0,https://anaconda.org/conda-forge/waitress,2022-05-31 01:22:10.133,80614.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-09-29 15:16:10.000,2022-09-29 12:05:25,1001.0,82.0,258.0,17.0,700.0,198.0,284.0,985,PEP-484 stubs for Django.,177.0,32,True,['django'],2022-06-17 15:16:04.000,django-stubs@1.12.0,37.0,,572313.0,conda-forge/django-stubs,django-stubs,2995.0,2919.0,https://pypi.org/project/django-stubs,2022-06-17 15:16:01.000,76.0,571936.0,https://anaconda.org/conda-forge/django-stubs,2022-06-20 15:46:59.645,6421.0,2.0,,,,,,,,,,,,,,,,,,, +180,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-09-07 10:53:12.000,2022-09-07 10:53:03,721.0,3.0,215.0,28.0,481.0,41.0,249.0,923,Python binding to the Networking and Cryptography (NaCl) library.,64.0,32,True,,2022-01-07 22:05:49.000,1.5.0,16.0,,39521102.0,conda-forge/pynacl,pynacl,2415.0,,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2415.0,39476419.0,https://anaconda.org/conda-forge/pynacl,2022-04-09 16:14:36.368,3038472.0,2.0,,,,,,,,,,,,,,,,,,, +181,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-07-31 02:42:09.000,2021-05-01 12:22:50,1418.0,,256.0,21.0,253.0,66.0,232.0,910,Asset management for Python web development.,157.0,32,False,,2017-01-08 13:48:21.000,0.12.1,14.0,,194000.0,conda-forge/webassets,webassets,7580.0,5875.0,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1705.0,193320.0,https://anaconda.org/conda-forge/webassets,2019-12-24 13:40:58.186,49016.0,2.0,,,,,,,,,,,,,,,,,,, +182,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-09-14 21:12:20.000,2022-09-14 21:12:20,3271.0,9.0,232.0,48.0,444.0,12.0,319.0,897,PycURL - Python interface to libcurl.,99.0,32,False,,2022-03-09 23:19:42.000,7.45.0,53.0,,2016069.0,conda-forge/pycurl,pycurl,51365.0,47074.0,https://pypi.org/project/pycurl,2022-03-13 07:20:20.000,4291.0,1992997.0,https://anaconda.org/conda-forge/pycurl,2022-06-20 08:54:10.659,922894.0,2.0,,,,,,,,,,,,,,,,,,, +183,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-09-14 18:00:43.000,2021-10-28 12:22:27,555.0,,154.0,22.0,169.0,75.0,100.0,869,A toolbelt of useful classes and functions to be used with python-requests.,61.0,32,True,,2021-12-15 14:52:29.040,0.0.0,18.0,,33076481.0,conda-forge/requests-toolbelt,requests-toolbelt,5220.0,,https://pypi.org/project/requests-toolbelt,2019-01-30 01:29:52.000,5220.0,33061550.0,https://anaconda.org/conda-forge/requests-toolbelt,2019-01-30 10:52:02.782,1164648.0,2.0,,,,,,,,,,,,,,,,,,, +184,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,2022-09-06 07:24:08.000,2022-08-16 14:02:03,969.0,233.0,243.0,27.0,251.0,56.0,234.0,809,MongoEngine flask extension with WTF model forms support.,90.0,32,True,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,78488.0,,flask-mongoengine,1412.0,,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1412.0,78488.0,,,,1.0,,,,,,,,,,,,,,,,,,, +185,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-09-29 16:07:58.000,2022-09-27 11:56:58,376.0,9.0,54.0,22.0,451.0,7.0,101.0,277,A minimal HTTP client.,29.0,32,True,,2022-05-17 12:45:53.000,0.15.0,45.0,,12008935.0,conda-forge/httpcore,httpcore,20235.0,20148.0,https://pypi.org/project/httpcore,2022-05-17 12:45:53.000,87.0,12002373.0,https://anaconda.org/conda-forge/httpcore,2022-05-17 16:19:36.752,255930.0,2.0,,,,,,,,,,,,,,,,,,, +186,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2016-07-05 15:04:03.129,2022-09-22 22:25:58.093,2022-09-22 19:55:41,926.0,11.0,44.0,10.0,34.0,64.0,270.0,220,Mako Templates for Python.,57.0,32,True,,2022-09-22 19:57:39.063,1.2.3,65.0,,23049853.0,conda-forge/mako,mako,14151.0,,https://pypi.org/project/mako,2022-06-30 15:46:37.000,14151.0,22998073.0,https://anaconda.org/conda-forge/mako,2022-09-22 22:25:58.093,3831753.0,2.0,,,,,,,,,,,,,,,,,,, +187,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-09-26 11:51:32.000,2022-09-26 11:51:32,1812.0,64.0,4157.0,957.0,701.0,168.0,592.0,35616,Hunt down social media accounts by username across social networks.,183.0,31,True,,2019-05-11 11:26:59.000,0.3.2,5.0,,4994.0,,sherlock,7.0,,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000,7.0,4994.0,,,,3.0,,,,,,,,,,,,,,,,,,, +188,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-09-29 15:15:18.000,2022-09-29 12:44:43,19957.0,219.0,4707.0,387.0,6595.0,276.0,2996.0,16920,"A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.",250.0,31,True,"['django', 'graphql']",2022-09-29 08:22:05.000,3.6.16,100.0,,,,,1.0,1.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +189,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-09-23 02:20:35.000,2020-08-02 17:34:20,1181.0,,3611.0,903.0,165.0,288.0,547.0,15596,A Powerful Spider(Web Crawler) System in Python.,62.0,31,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,1917.0,,pyspider,346.0,314.0,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,1917.0,,,,2.0,,,,,,,,,,,,,,,,,,, +190,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.0,991.0,131.0,532.0,1054.0,11758,TuShare is a utility for crawling historical data of China stocks.,34.0,31,False,,2022-02-09 15:09:13.000,1.2.84,189.0,,20566.0,,tushare,1488.0,1270.0,https://pypi.org/project/tushare,2022-04-20 05:00:35.000,218.0,20566.0,,,,3.0,,,,,,,,,,,,,,,,,,, +191,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-08-18 12:21:25.000,2019-05-21 18:24:10,156.0,,1959.0,197.0,99.0,121.0,167.0,8104,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,38.0,31,False,,2019-05-21 18:28:03.000,2.8.0,40.0,,106379.0,,google_images_download,109.0,,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,106379.0,,,,3.0,,,,,,,,,,,,,,,,,,, +192,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-08-08 12:34:29.000,2022-08-08 12:34:09,374.0,3.0,1364.0,220.0,137.0,431.0,256.0,7195,Scrapes an instagram users photos and videos.,61.0,31,True,,2022-06-17 09:56:09.000,1.11.0,74.0,,9281.0,,instagram-scraper,341.0,315.0,https://pypi.org/project/instagram-scraper,2022-06-17 09:56:09.000,26.0,9281.0,,,,3.0,,,,,,,,,,,,,,,,,,, +193,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2022-07-18 20:22:16.000,2020-08-10 05:07:26,2410.0,,377.0,166.0,451.0,168.0,297.0,6651,"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,,52251.0,conda-forge/hug,hug,1797.0,1565.0,https://pypi.org/project/hug,2020-02-06 18:13:37.000,232.0,50022.0,https://anaconda.org/conda-forge/hug,2022-01-26 18:19:20.470,158261.0,3.0,,,,,,,,,,,,,,,,,,, +194,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2022-09-28 14:04:15.000,2022-09-22 16:51:14,5589.0,20.0,713.0,835.0,2411.0,64.0,1927.0,3941,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",166.0,31,True,['openapi'],,,100.0,85205.0,3155.0,,,396.0,396.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.0,80.0,190.0,164.0,187.0,3141,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,,297537.0,,djangorestframework-jwt,24064.0,22083.0,https://pypi.org/project/djangorestframework-jwt,2017-06-23 23:47:52.000,1981.0,297537.0,,,,2.0,,,,,,,,,,,,,,,,,,, +196,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,,517.0,67.0,85.0,18.0,254.0,3130,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,25.0,31,False,,2020-06-14 07:43:55.000,3.0.0,12.0,,2027579.0,,googletrans,35906.0,35362.0,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,544.0,2027579.0,,,,3.0,,,,,,,,,,,,,,,,,,, +197,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-09-23 15:10:36.000,2022-08-19 21:01:13,483.0,1.0,678.0,69.0,373.0,61.0,374.0,2953,Python client for the Prometheus monitoring system.,121.0,31,True,,2022-04-08 16:11:43.000,0.14.1,43.0,,17716903.0,conda-forge/prometheus_client,prometheus-client,544.0,,https://pypi.org/project/prometheus-client,2022-04-08 16:07:14.000,544.0,17612502.0,https://anaconda.org/conda-forge/prometheus_client,2022-04-08 19:47:49.220,7412475.0,1.0,,,,,,,,,,,,,,,,,,, +198,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-08-23 01:25:25.000,2020-09-22 17:19:03,167.0,,471.0,66.0,41.0,51.0,52.0,2810,up to date simple useragent faker with real world database.,7.0,31,False,,2018-10-04 15:02:12.000,0.1.11,21.0,,1773026.0,conda-forge/fake-useragent,fake-useragent,17500.0,16640.0,https://pypi.org/project/fake-useragent,2018-10-04 15:02:12.000,860.0,1772746.0,https://anaconda.org/conda-forge/fake-useragent,2021-06-25 12:14:04.093,4202.0,2.0,,,,,,,,,,,,,,,,,,, +199,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,,966.0,201.0,269.0,38.0,218.0,2660,Python SDK for Facebooks Graph API.,99.0,31,False,,2018-11-06 06:53:51.000,3.1.0,8.0,,170442.0,,facebook-sdk,4913.0,3648.0,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1265.0,170442.0,,,,3.0,,,,,,,,,,,,,,,,,,, +200,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-09-26 18:32:16.000,2022-06-29 17:53:57,974.0,,391.0,56.0,316.0,40.0,274.0,2431,Full featured redis cache backend for Django.,129.0,31,True,['django'],2021-12-22 15:10:32.000,5.2.0,66.0,,1488753.0,,django-redis,3466.0,,https://pypi.org/project/django-redis,2021-12-22 15:10:32.000,3466.0,1488753.0,,,,2.0,,,,,,,,,,,,,,,,,,, +201,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-08-11 17:25:04.000,2022-08-11 17:25:00,286.0,2.0,328.0,50.0,153.0,28.0,149.0,2402,Transparently use webpack with django.,56.0,31,True,['django'],2022-06-20 16:52:52.000,1.6.0,41.0,,323665.0,conda-forge/django-webpack-loader,django-webpack-loader,8692.0,7710.0,https://pypi.org/project/django-webpack-loader,2022-06-20 16:09:50.000,982.0,323539.0,https://anaconda.org/conda-forge/django-webpack-loader,2021-11-17 13:17:04.347,3802.0,2.0,,,,,,,,,,,,,,,,,,, +202,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2022-09-28 20:43:53.000,2022-09-28 20:43:53,295.0,14.0,263.0,53.0,44.0,95.0,120.0,2366,Send email in Python conveniently for gmail using yagmail.,32.0,31,True,,2022-09-19 15:58:02.665,0.15.293,107.0,,195470.0,conda-forge/yagmail,yagmail,2977.0,2530.0,https://pypi.org/project/yagmail,2022-07-01 11:05:01.000,447.0,194979.0,https://anaconda.org/conda-forge/yagmail,2022-09-11 22:50:49.361,17193.0,1.0,,,,,,,,,,,,,,,,,,, +203,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2022-09-26 16:26:54.000,2022-09-25 07:53:08,3982.0,46.0,309.0,97.0,693.0,141.0,1573.0,2264,Mail hosting made simple.,107.0,31,True,,2022-09-25 08:13:56.000,2.0.2,62.0,,2120.0,,modoboa,71.0,35.0,https://pypi.org/project/modoboa,2022-05-18 15:19:03.000,36.0,2120.0,,,,1.0,,,,,,,,,,,,,,,,,,, +204,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-08-31 07:22:38.000,2022-07-17 11:44:22,463.0,2.0,170.0,67.0,62.0,46.0,127.0,2128,A jquery-like library for python.,50.0,31,True,,2020-11-21 09:17:43.000,1.4.3,35.0,,1165163.0,conda-forge/pyquery,pyquery,18760.0,15419.0,https://pypi.org/project/pyquery,2020-11-21 09:17:43.000,3341.0,1164663.0,https://anaconda.org/conda-forge/pyquery,2020-11-27 04:30:29.453,29515.0,3.0,,,,,,,,,,,,,,,,,,, +205,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-09-16 02:17:54.000,2022-09-16 02:15:05,853.0,11.0,480.0,75.0,217.0,16.0,283.0,2118,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,110.0,31,True,['django'],2022-05-20 01:48:37.000,1.4.1,37.0,,41892.0,,django-activity-stream,1208.0,872.0,https://pypi.org/project/django-activity-stream,2022-05-20 01:48:37.000,336.0,41892.0,,,,2.0,,,,,,,,,,,,,,,,,,, +206,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-08-02 18:57:54.000,2022-08-02 18:57:30,201.0,1.0,201.0,26.0,74.0,10.0,377.0,2112,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,,1046028.0,conda-forge/flask-migrate,flask-migrate,9537.0,,https://pypi.org/project/flask-migrate,2021-08-01 10:46:46.000,9537.0,1043495.0,https://anaconda.org/conda-forge/flask-migrate,2022-03-17 13:52:10.293,179888.0,1.0,,,,,,,,,,,,,,,,,,, +207,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-08-06 21:04:58.000,2021-11-12 16:42:57,1091.0,,266.0,47.0,178.0,106.0,278.0,2043,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,70.0,90839.0,,django-imagekit,7571.0,6547.0,https://pypi.org/project/django-imagekit,2021-11-02 06:57:52.000,1024.0,90838.0,,,,2.0,,,,,,,,,,,,,,,,,,, +208,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2022-09-08 09:13:44.000,2021-11-05 14:27:35,681.0,,249.0,42.0,225.0,91.0,141.0,1981,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,104.0,31,True,,2021-08-16 19:35:31.000,1.1.4,59.0,,494704.0,conda-forge/httpretty,httpretty,9346.0,6613.0,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2733.0,491842.0,https://anaconda.org/conda-forge/httpretty,2021-08-16 20:48:49.567,223273.0,2.0,,,,,,,,,,,,,,,,,,, +209,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2022-07-30 23:24:29.000,2021-07-16 22:33:17,853.0,,396.0,101.0,222.0,21.0,304.0,1842,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",103.0,31,False,,2021-07-16 22:38:58.000,3.9.1,61.0,,174270.0,conda-forge/twython,twython,6537.0,5381.0,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1156.0,170261.0,https://anaconda.org/conda-forge/twython,2021-07-17 00:06:56.130,256613.0,3.0,,,,,,,,,,,,,,,,,,, +210,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-08-21 11:44:02.000,2022-08-21 11:44:02,153.0,5.0,101.0,25.0,33.0,2.0,50.0,1724,"A generator library for concise, unambiguous and URL-safe UUIDs.",27.0,31,True,,2022-05-08 09:57:42.000,1.0.9,22.0,,4127939.0,conda-forge/shortuuid,shortuuid,1026.0,,https://pypi.org/project/shortuuid,2022-05-08 09:57:42.000,1026.0,4123118.0,https://anaconda.org/conda-forge/shortuuid,2022-06-29 19:04:41.270,231414.0,2.0,,,,,,,,,,,,,,,,,,, +211,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-09-21 03:11:42.000,2022-08-11 11:54:59,620.0,5.0,297.0,32.0,245.0,35.0,225.0,1487,Dynamic Django settings.,134.0,31,True,['django'],2022-08-11 11:59:02.381,2.9.1,29.0,,158265.0,,django-constance,1416.0,1139.0,https://pypi.org/project/django-constance,2022-05-11 13:00:20.000,277.0,158265.0,,,,2.0,,,,,,,,,,,,,,,,,,, +212,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-09-27 10:03:47.000,2022-08-26 14:10:47,1144.0,2.0,280.0,27.0,361.0,59.0,262.0,1323,Money fields for Django forms and models.,101.0,31,True,['django'],2022-06-20 14:22:01.000,3.0.0,62.0,,129717.0,,django-money,2047.0,1845.0,https://pypi.org/project/django-money,2022-06-20 14:22:01.000,202.0,129717.0,,,,2.0,,,,,,,,,,,,,,,,,,, +213,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-09-19 09:54:13.000,2022-08-04 03:46:31,918.0,28.0,229.0,59.0,129.0,62.0,316.0,1230,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,80.0,31,True,,2022-08-04 03:51:20.000,5.2.3,26.0,164.0,293926.0,conda-forge/rpyc,rpyc,334.0,,https://pypi.org/project/rpyc,2022-02-26 22:50:30.000,334.0,266349.0,https://anaconda.org/conda-forge/rpyc,2021-01-12 03:08:24.569,661768.0,2.0,,,,,,,,,,,,,,,,,,, +214,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-09-25 09:19:54.000,2022-09-25 09:19:54,393.0,7.0,156.0,41.0,185.0,42.0,129.0,1095,ASGI specification and utilities.,74.0,31,True,,2022-05-16 20:39:27.000,3.5.2,58.0,,10807693.0,conda-forge/asgiref,asgiref,1145.0,,https://pypi.org/project/asgiref,2022-05-16 20:39:27.000,1145.0,10791794.0,https://anaconda.org/conda-forge/asgiref,2022-05-17 01:49:27.680,747289.0,3.0,,,,,,,,,,,,,,,,,,, +215,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-09-27 14:43:51.000,2022-08-25 15:52:33,1187.0,1.0,298.0,35.0,546.0,133.0,352.0,1092,A Django plugin for pytest.,134.0,31,True,['django'],2021-12-07 14:56:42.000,4.5.2,60.0,,1719995.0,conda-forge/pytest-django,pytest-django,5859.0,,https://pypi.org/project/pytest-django,2021-12-07 14:26:57.000,5859.0,1718119.0,https://anaconda.org/conda-forge/pytest-django,2021-12-08 02:26:58.061,146358.0,2.0,,,,,,,,,,,,,,,,,,, +216,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-09-26 10:59:57.000,2022-07-17 23:14:11,847.0,5.0,195.0,15.0,158.0,138.0,174.0,1063,Authentication for Django Rest Framework.,162.0,31,True,['django'],2022-07-17 22:27:00.455,2.2.5,38.0,233.0,137281.0,conda-forge/dj-rest-auth,dj-rest-auth,4134.0,4126.0,https://pypi.org/project/dj-rest-auth,2022-03-30 04:12:19.000,8.0,136722.0,https://anaconda.org/conda-forge/dj-rest-auth,2022-07-18 14:24:41.184,7737.0,2.0,,,,,,,,,,,,,,,,,,, +217,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-09-28 09:05:24.000,2022-09-28 09:04:30,1089.0,30.0,255.0,41.0,368.0,23.0,136.0,969,Bootstrap 4 integration with Django.,138.0,31,True,['django'],2021-05-20 08:44:02.000,3.0.1,23.0,,150436.0,conda-forge/django-bootstrap4,django-bootstrap4,72293.0,71300.0,https://pypi.org/project/django-bootstrap4,2022-03-07 10:16:50.000,993.0,150066.0,https://anaconda.org/conda-forge/django-bootstrap4,2021-10-20 17:13:15.114,20017.0,2.0,,,,,,,,,,,,,,,,,,, +218,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-09-18 23:15:37.000,2022-09-18 23:15:37,420.0,21.0,248.0,23.0,279.0,35.0,159.0,938,A feature flipper for Django.,114.0,31,True,['django'],2022-08-30 17:30:23.357,3.0.0,46.0,,383112.0,conda-forge/django-waffle,django-waffle,1160.0,820.0,https://pypi.org/project/django-waffle,2022-06-05 16:49:51.000,340.0,382766.0,https://anaconda.org/conda-forge/django-waffle,2022-08-22 15:31:48.597,8321.0,2.0,,,,,,,,,,,,,,,,,,, +219,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-09-10 21:46:22.000,2022-05-26 19:20:41,351.0,,119.0,11.0,181.0,40.0,102.0,791,Cross Origin Resource Sharing ( CORS ) support for Flask.,40.0,31,True,['flask'],2021-01-06 00:25:41.000,3.0.10,42.0,,5540758.0,conda-forge/flask-cors,flask-cors,179833.0,171877.0,https://pypi.org/project/flask-cors,2021-01-06 00:25:41.000,7956.0,5531253.0,https://anaconda.org/conda-forge/flask-cors,2021-05-30 14:07:35.715,684394.0,1.0,,,,,,,,,,,,,,,,,,, +220,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.0,42.0,89.0,45.0,121.0,704,A network address manipulation library for Python.,46.0,31,False,,2021-12-15 14:06:46.311,0.7.9,29.0,,3994992.0,conda-forge/netaddr,netaddr,23958.0,19183.0,https://pypi.org/project/netaddr,2020-07-03 14:43:51.000,4775.0,3992911.0,https://anaconda.org/conda-forge/netaddr,2017-09-16 17:36:03.062,154001.0,2.0,,,,,,,,,,,,,,,,,,, +221,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-09-27 05:58:49.000,2022-09-25 21:33:31,965.0,45.0,102.0,21.0,61.0,16.0,107.0,443,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,28.0,31,True,,2022-09-23 08:40:18.000,3.2.3,83.0,,3519013.0,conda-forge/graphql-core,graphql-core,725.0,,https://pypi.org/project/graphql-core,2022-04-10 16:49:32.000,725.0,3512429.0,https://anaconda.org/conda-forge/graphql-core,2022-09-23 13:09:40.039,395060.0,2.0,,,,,,,,,,,,,,,,,,, +222,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-09-19 22:11:45.024,2022-09-14 01:48:34,233.0,15.0,74.0,17.0,60.0,3.0,66.0,195,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,20.0,31,True,,,,27.0,,247083971.0,conda-forge/idna,idna,37789.0,,https://pypi.org/project/idna,2021-10-12 23:33:38.000,37789.0,246782595.0,https://anaconda.org/conda-forge/idna,2022-09-19 22:11:45.024,22000491.0,2.0,,,,,,,,,,,,,,,,,,, +223,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-09-28 21:23:07.000,2022-09-28 02:59:08,6102.0,112.0,2484.0,194.0,2795.0,137.0,952.0,9757,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,358.0,30,True,['django'],2022-09-28 02:59:10.000,2022.09.27,100.0,,78.0,,cookiecutter-django,20.0,19.0,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,78.0,,,,3.0,,,,,,,,,,,,,,,,,,, +224,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-09-15 18:07:01.000,2022-09-15 18:07:01,2213.0,81.0,2047.0,307.0,737.0,32.0,408.0,8595,Web path scanner.,89.0,30,True,,2021-09-13 04:20:21.000,0.4.2,15.0,,1746.0,,dirsearch,20.0,20.0,https://pypi.org/project/dirsearch,2021-06-17 05:18:52.000,,1746.0,,,,2.0,,,,,,,,,,,,,,,,,,, +225,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2022-08-09 13:46:04.000,2022-07-31 04:44:39,1054.0,2.0,1315.0,343.0,316.0,36.0,390.0,5728,web.py is a web framework for python that is as simple as it is powerful.,89.0,30,True,,2020-11-09 11:30:29.000,0.62,18.0,,192220.0,conda-forge/web.py,web.py,1134.0,,https://pypi.org/project/web.py,2021-12-15 13:44:43.853,1134.0,191497.0,https://anaconda.org/conda-forge/web.py,2020-11-12 06:59:49.279,44127.0,3.0,,,,,,,,,,,,,,,,,,, +226,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-09-28 01:44:57.000,2022-09-28 01:44:57,1608.0,80.0,304.0,77.0,471.0,244.0,384.0,3612,The lektor static file content management system.,92.0,30,True,,2022-09-21 19:19:50.000,3.3.7,35.0,7013.0,3164.0,conda-forge/lektor,lektor,84.0,,https://pypi.org/project/lektor,2022-05-02 22:01:49.000,84.0,2291.0,https://anaconda.org/conda-forge/lektor,2022-09-22 16:35:06.360,55879.0,3.0,,,,,,,,,,,,,,,,,,, +227,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.0,104.0,73.0,154.0,100.0,3507,Headless chrome/chromium automation library (unofficial port of puppeteer).,24.0,30,False,,2022-01-11 05:39:28.000,1.0.2,31.0,,1286417.0,conda-forge/pyppeteer,pyppeteer,9063.0,8725.0,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,338.0,1283371.0,https://anaconda.org/conda-forge/pyppeteer,2022-01-26 21:49:22.128,134025.0,2.0,,,,,,,,,,,,,,,,,,, +228,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-09-13 09:42:40.000,2022-06-19 11:34:19,1314.0,,720.0,168.0,397.0,34.0,309.0,3220,WeChat SDK for Python.,98.0,30,True,,2021-11-11 15:12:31.000,1.8.18,137.0,,376352.0,,wechatpy,126.0,,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,126.0,376352.0,,,,3.0,,,,,,,,,,,,,,,,,,, +229,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-09-24 13:14:51.000,2022-08-17 15:40:14,946.0,9.0,346.0,40.0,446.0,157.0,370.0,2935,A test fixtures replacement for Python.,123.0,30,True,['django'],2021-10-26 14:02:33.000,3.2.1,42.0,,2275172.0,conda-forge/factory_boy,factory_boy,735.0,,https://pypi.org/project/factory_boy,2021-10-26 14:02:33.000,735.0,2273663.0,https://anaconda.org/conda-forge/factory_boy,2021-10-26 21:47:41.376,108691.0,2.0,,,,,,,,,,,,,,,,,,, +230,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,,512.0,111.0,249.0,377.0,251.0,2643,"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,,336043.0,conda-forge/flask-restplus,flask-restplus,13130.0,12148.0,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,982.0,333099.0,https://anaconda.org/conda-forge/flask-restplus,2021-07-06 15:08:02.758,209043.0,3.0,,,,,,,,,,,,,,,,,,, +231,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013-06-13 19:28:32.000,2021-12-15 14:33:28.522,2019-06-04 18:10:32,801.0,,612.0,65.0,339.0,169.0,366.0,2576,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,,334200.0,,django-rest-swagger,16486.0,14414.0,https://pypi.org/project/django-rest-swagger,2018-04-30 19:59:57.000,2072.0,334200.0,,,,3.0,,,,,,,,,,,,,,,,,,, +232,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-09-17 22:04:55.000,2022-06-10 04:45:22,548.0,,698.0,108.0,132.0,102.0,305.0,2522,Pseudo API for Google Trends.,77.0,30,True,,2022-02-02 01:35:32.000,4.8.0,27.0,,202048.0,conda-forge/pytrends,pytrends,1714.0,1648.0,https://pypi.org/project/pytrends,2022-02-02 01:35:32.000,66.0,201858.0,https://anaconda.org/conda-forge/pytrends,2022-02-08 02:20:52.219,4182.0,2.0,,,,,,,,,,,,,,,,,,, +233,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2022-09-04 18:06:42.000,2022-08-29 22:07:28,272.0,4.0,352.0,121.0,53.0,4.0,,2321,A Python module to bypass Cloudflares anti-bot page.,11.0,30,True,,2022-08-29 22:10:18.265,1.2.64,87.0,,701486.0,,cloudscraper,8973.0,8891.0,https://pypi.org/project/cloudscraper,2022-03-15 12:33:17.000,82.0,701486.0,,,,2.0,,,,,,,,,,,,,,,,,,, +234,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-07-14 05:07:37.000,2020-01-10 15:34:53,764.0,,640.0,118.0,167.0,314.0,351.0,2176,Modern theme for Django admin interface.,60.0,30,False,['django'],2019-10-02 08:36:30.000,0.2.28,46.0,,73028.0,,django-suit,3932.0,2891.0,https://pypi.org/project/django-suit,2021-12-15 16:10:08.782,1041.0,73028.0,,,,2.0,,,,,,,,,,,,,,,,,,, +235,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2022-09-21 09:18:39.000,2021-09-18 13:29:34,295.0,,232.0,64.0,67.0,125.0,114.0,1975,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,28.0,30,True,,,,46.0,,664260.0,conda-forge/js2py,js2py,10704.0,10549.0,https://pypi.org/project/js2py,2021-04-01 18:29:44.000,155.0,663908.0,https://anaconda.org/conda-forge/js2py,2021-04-09 07:12:53.147,9874.0,3.0,,,,,,,,,,,,,,,,,,, +236,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-09-03 14:10:32.000,2021-11-18 21:51:43,693.0,,211.0,55.0,168.0,4.0,116.0,1838,"Reusable, generic mixins for Django.",77.0,30,True,['django'],2021-11-05 21:41:41.000,1.15.0,31.0,,165151.0,conda-forge/django-braces,django-braces,16698.0,12739.0,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3959.0,164604.0,https://anaconda.org/conda-forge/django-braces,2018-07-08 01:10:50.307,33398.0,3.0,,,,,,,,,,,,,,,,,,, +237,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-08-25 16:36:48.000,2022-01-13 10:48:20,187.0,,126.0,44.0,43.0,39.0,48.0,1774,"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,,258737.0,,django-widget-tweaks,29410.0,27184.0,https://pypi.org/project/django-widget-tweaks,2022-01-13 10:53:21.000,2226.0,258737.0,,,,3.0,,,,,,,,,,,,,,,,,,, +238,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-09-29 07:18:46.000,2022-07-11 12:20:48,1187.0,3.0,197.0,32.0,134.0,26.0,278.0,1674,A slick ORM cache with automatic granular event-driven invalidation.,64.0,30,True,['django'],2020-07-09 09:35:18.000,5.0.1,59.0,,131232.0,,django-cacheops,852.0,756.0,https://pypi.org/project/django-cacheops,2022-05-27 05:54:11.000,96.0,131232.0,,,,3.0,,,,,,,,,,,,,,,,,,, +239,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,,506.0,67.0,350.0,173.0,391.0,1588,Quick and simple security for Flask applications.,128.0,30,False,['flask'],2017-06-14 13:28:38.000,3.0.0,26.0,,64655.0,conda-forge/flask-security,flask-security,7676.0,6321.0,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1355.0,64092.0,https://anaconda.org/conda-forge/flask-security,2017-09-18 17:08:03.109,36618.0,2.0,,,,,,,,,,,,,,,,,,, +240,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-09-14 18:33:53.000,2022-07-31 08:02:48,568.0,3.0,253.0,26.0,251.0,68.0,230.0,1567,A simple app that provides django integration for RQ (Redis Queue).,107.0,30,True,['django'],2021-11-22 00:40:45.000,2.5.1,46.0,,137017.0,,django-rq,2476.0,2050.0,https://pypi.org/project/django-rq,2021-11-22 00:39:54.000,426.0,137017.0,,,,3.0,,,,,,,,,,,,,,,,,,, +241,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-09-29 09:31:25.000,2022-08-06 03:59:07,1179.0,2.0,381.0,26.0,334.0,151.0,318.0,1447,Pipeline is an asset packaging library for Django.,170.0,30,True,['django'],2022-01-10 19:32:37.000,2.0.8,129.0,,57556.0,,django-pipeline,3143.0,2007.0,https://pypi.org/project/django-pipeline,2022-01-10 19:32:37.000,1136.0,57556.0,,,,3.0,,,,,,,,,,,,,,,,,,, +242,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015-04-20 19:19:35.000,2022-08-26 03:35:51.000,2022-02-09 16:41:24,650.0,,200.0,32.0,171.0,55.0,75.0,1174,A JOSE implementation in Python.,49.0,30,True,,2021-06-05 03:30:38.000,3.3.0,38.0,,5621174.0,conda-forge/python-jose,python-jose,661.0,,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,661.0,5598085.0,https://anaconda.org/conda-forge/python-jose,2021-06-26 10:05:59.498,1131384.0,3.0,,,,,,,,,,,,,,,,,,, +243,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-08-25 16:46:02.000,2022-08-12 04:08:48,621.0,5.0,238.0,19.0,137.0,18.0,241.0,1171,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",48.0,30,True,['django'],2022-03-01 02:49:10.000,7.3.1,60.0,,465849.0,,django-countries,1539.0,,https://pypi.org/project/django-countries,2022-03-01 02:49:10.000,1539.0,465849.0,,,,3.0,,,,,,,,,,,,,,,,,,, +244,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.0,36.0,105.0,12.0,151.0,1138,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,109.0,439349.0,,jsonfield,12258.0,9938.0,https://pypi.org/project/jsonfield,2021-12-15 13:49:44.321,2320.0,439348.0,,,,3.0,,,,,,,,,,,,,,,,,,, +245,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2022-09-24 17:07:04.000,2022-09-13 04:55:45,88.0,3.0,68.0,40.0,41.0,8.0,39.0,1077,Fast HTTP parser.,14.0,30,True,,2022-09-19 20:12:09.500,0.5.0,20.0,,9699977.0,conda-forge/httptools,httptools,26603.0,26053.0,https://pypi.org/project/httptools,2022-02-22 18:55:52.000,550.0,9692870.0,https://anaconda.org/conda-forge/httptools,2022-09-13 17:05:28.047,419346.0,3.0,,,,,,,,,,,,,,,,,,, +246,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-08-26 07:19:42.000,2022-06-28 19:12:01,582.0,,125.0,33.0,157.0,43.0,61.0,821,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,,1518976.0,conda-forge/parsel,parsel,23258.0,21692.0,https://pypi.org/project/parsel,2020-05-07 20:46:55.000,1566.0,1516793.0,https://anaconda.org/conda-forge/parsel,2020-06-02 18:37:07.000,63332.0,2.0,,,,,,,,,,,,,,,,,,, +247,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-09-29 15:44:21.000,2022-09-29 12:53:01,1615.0,7.0,219.0,7.0,1483.0,16.0,287.0,642,Extensions for Python Markdown.,35.0,30,True,,2022-06-06 14:22:01.000,9.5,61.0,,1017067.0,conda-forge/pymdown-extensions,pymdown-extensions,902.0,,https://pypi.org/project/pymdown-extensions,2022-06-06 14:22:57.000,902.0,1014922.0,https://anaconda.org/conda-forge/pymdown-extensions,2022-06-06 18:04:19.888,85811.0,2.0,,,,,,,,,,,,,,,,,,, +248,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,2022-09-25 15:04:29.000,2014-11-04 19:45:41,236.0,,158.0,26.0,80.0,94.0,44.0,544,Flask-Mail adds SMTP mail sending to your Flask applications.,30.0,30,False,,2014-09-28 23:35:22.000,0.9.1,27.0,,432760.0,conda-forge/flask-mail,flask-mail,56199.0,52272.0,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3927.0,431494.0,https://anaconda.org/conda-forge/flask-mail,2018-07-12 05:02:17.778,92471.0,2.0,,,,,,,,,,,,,,,,,,, +249,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2022-09-14 09:34:44.000,2022-09-14 09:34:19,626.0,44.0,33.0,10.0,10.0,18.0,55.0,330,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,43.0,30,True,,2022-09-04 16:50:40.378,0.14.3,49.0,,567123.0,,hypercorn,2902.0,2879.0,https://pypi.org/project/hypercorn,2022-08-29 14:27:26.760,23.0,567123.0,,,,3.0,,,,,,,,,,,,,,,,,,, +250,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-09-21 03:23:05.000,2022-09-07 01:50:59,11544.0,4.0,5849.0,421.0,5367.0,3225.0,3382.0,14829,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",1207.0,29,True,['openapi'],2022-08-15 13:58:01.000,3.0.35,82.0,,,,,,,,,,,,,,3.0,,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,, +251,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,,2109.0,330.0,211.0,187.0,456.0,8889,Script for downloading Coursera.org videos and naming them.,85.0,29,False,,2019-12-16 20:45:01.000,0.11.5,12.0,,2781.0,conda-forge/coursera-dl,coursera-dl,213.0,199.0,https://pypi.org/project/coursera-dl,2019-12-16 20:45:01.000,14.0,2508.0,https://anaconda.org/conda-forge/coursera-dl,2019-11-20 13:24:57.856,19162.0,3.0,,,,,,,,,,,,,,,,,,, +252,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-09-29 08:32:39.000,2022-09-29 08:28:39,3939.0,152.0,556.0,112.0,210.0,626.0,1952.0,5597,Command-line program to download image galleries and collections from several image hosting sites.,68.0,29,True,,2022-09-20 04:55:24.408,1.23.1,123.0,242572.0,24933.0,,gallery-dl,5.0,,https://pypi.org/project/gallery-dl,2022-06-28 20:45:04.000,5.0,20678.0,,,,3.0,,,,,,,,,,,,,,,,,,, +253,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-09-28 06:55:15.000,2019-04-03 03:05:04,1296.0,,1429.0,280.0,167.0,387.0,197.0,4666,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",51.0,29,False,,2022-09-24 08:54:19.425,2.0.4,4.0,,101.0,,xadmin2,777.0,777.0,https://pypi.org/project/xadmin2,2019-12-09 13:36:33.000,,101.0,,,,2.0,,,,,,,,,,,,,,,,,,, +254,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2022-09-19 17:13:57.201,2022-09-17 20:30:35,620.0,7.0,361.0,109.0,241.0,31.0,137.0,4145,A Python library for automating interaction with websites.,51.0,29,True,,2022-09-17 20:00:08.000,1.2.0,27.0,43.0,129558.0,conda-forge/mechanicalsoup,MechanicalSoup,267.0,,https://pypi.org/project/MechanicalSoup,2021-05-29 23:11:14.000,267.0,127684.0,https://anaconda.org/conda-forge/mechanicalsoup,2022-09-19 17:13:57.201,129343.0,2.0,,,,,,,,,,,,,,,,,,, +255,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-07-16 05:48:37.000,2022-01-26 17:56:43,85.0,,336.0,111.0,49.0,9.0,99.0,4116,Requests + Gevent = 3.,28.0,29,True,,2020-04-05 14:27:35.000,0.6.0,6.0,,429481.0,conda-forge/grequests,grequests,3934.0,3271.0,https://pypi.org/project/grequests,2020-04-05 14:27:35.000,663.0,428641.0,https://anaconda.org/conda-forge/grequests,2020-04-22 02:04:17.085,60537.0,3.0,,,,,,,,,,,,,,,,,,, +256,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2022-09-29 13:08:50.000,2022-04-03 09:14:43,3309.0,,297.0,76.0,1341.0,247.0,574.0,3911,Language-agnostic HTTP API Testing Tool.,110.0,29,True,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,52574.0,,dredd_hooks,1067.0,858.0,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,5253.0,,,,2.0,,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,171.0,47321.0,,,,,,,,,,, +257,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-09-29 12:27:05.000,2022-09-01 06:58:32,3044.0,94.0,1132.0,147.0,298.0,386.0,745.0,3422,HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.,38.0,29,True,,2022-08-21 11:14:22.000,4.2.0,150.0,3358.0,3893.0,,httprunner,8.0,1.0,https://pypi.org/project/httprunner,2022-07-04 14:34:46.000,7.0,3831.0,,,,2.0,,,,,,,,,,,,,,,,,,, +258,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,2022-07-06 19:21:35.000,2021-12-17 16:00:19,208.0,,555.0,99.0,97.0,46.0,63.0,3317,Scrape the Twitter Frontend API without authentication.,31.0,29,True,,2020-07-17 18:56:19.000,0.4.4,11.0,,17449.0,,twitter-scraper,3886.0,3874.0,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,17449.0,,,,3.0,,,,,,,,,,,,,,,,,,, +259,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.0,216.0,114.0,75.0,81.0,2959,"A fully tested, abstract interface to creating OAuth clients and servers.",42.0,29,False,,2019-06-28 17:57:45.000,1.1.1,13.0,,36511.0,conda-forge/python-oauth2,python-oauth2,9718.0,9622.0,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,35117.0,https://anaconda.org/conda-forge/python-oauth2,2019-06-28 21:19:03.608,86488.0,3.0,,,,,,,,,,,,,,,,,,, +260,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-09-29 01:23:54.000,2022-09-12 19:48:08,7503.0,18.0,657.0,135.0,1195.0,137.0,2836.0,2643,The free and open-source Download Manager written in pure Python.,212.0,29,True,,2020-02-20 21:04:56.000,0.4.20,42.0,85898.0,843507.0,,pyload-ng,1.0,,https://pypi.org/project/pyload-ng,2022-05-28 11:04:18.000,1.0,842705.0,,,,3.0,,,,,,,,,,,,,,,,,,, +261,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-09-26 15:33:12.000,2022-07-14 20:22:53,2099.0,23.0,368.0,116.0,395.0,309.0,557.0,2543,A simple CalDAV (calendar) and CardDAV (contact) server.,94.0,29,True,,2022-07-14 20:36:02.000,3.1.8,58.0,,9517.0,,radicale,158.0,115.0,https://pypi.org/project/radicale,2022-04-20 16:12:24.000,43.0,9517.0,,,,3.0,,,,,,,,,,,,,,,,,,, +262,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010-05-31 14:03:48.000,2022-09-03 07:23:49.000,2022-08-15 10:45:43,336.0,2.0,277.0,43.0,137.0,27.0,135.0,2066,Django friendly finite state machine support.,64.0,29,True,['django'],2022-08-15 10:47:37.550,2.8.1,23.0,,294270.0,conda-forge/django-fsm,django-fsm,1456.0,1126.0,https://pypi.org/project/django-fsm,2021-11-05 06:22:51.000,330.0,293924.0,https://anaconda.org/conda-forge/django-fsm,2019-12-07 18:24:17.995,21115.0,3.0,,,,,,,,,,,,,,,,,,, +263,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/groveco/django-sql-explorer,https://github.com/groveco/django-sql-explorer,MIT,2013-12-22 20:58:37.000,2022-09-06 19:11:49.000,2022-09-04 12:29:06,846.0,5.0,324.0,84.0,237.0,32.0,225.0,2041,Easily share data across your company via SQL queries. From Grove Collab.,92.0,29,True,['django'],2022-08-30 00:27:13.000,2.4.2,30.0,,43098.0,,django-sql-explorer,377.0,303.0,https://pypi.org/project/django-sql-explorer,2022-03-10 17:49:10.000,74.0,43098.0,,,,3.0,,,,,,,,,,,,,,,,,,, +264,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,2022-08-31 13:41:32.000,2022-08-31 13:36:41,108.0,9.0,141.0,44.0,42.0,18.0,79.0,1951,Asynchronous Python HTTP Requests for Humans using Futures.,26.0,29,True,,2019-06-11 03:22:24.000,1.0.0,10.0,,1040210.0,conda-forge/requests-futures,requests-futures,5314.0,4368.0,https://pypi.org/project/requests-futures,2019-06-11 03:22:24.000,946.0,1038099.0,https://anaconda.org/conda-forge/requests-futures,2020-10-14 02:03:20.044,154158.0,3.0,,,,,,,,,,,,,,,,,,, +265,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2022-09-18 10:39:45.000,2022-08-10 02:00:24,3999.0,26.0,117.0,61.0,324.0,19.0,344.0,1894,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,81.0,29,True,,2022-08-10 02:05:06.598,4.16.4,305.0,,3314.0,,masonite,505.0,439.0,https://pypi.org/project/masonite,2022-06-26 02:01:04.000,66.0,3314.0,,,,3.0,,,,,,,,,,,,,,,,,,, +266,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014-03-12 15:13:32.000,2020-07-03 04:29:17.000,2020-07-03 04:29:16,356.0,,246.0,54.0,94.0,30.0,61.0,1614,Full-featured Python interface for the Slack API.,45.0,29,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,1427780.0,conda-forge/slacker,slacker,3786.0,2724.0,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1062.0,1424543.0,https://anaconda.org/conda-forge/slacker,2020-02-28 19:46:11.049,242845.0,3.0,,,,,,,,,,,,,,,,,,, +267,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-09-04 05:46:29.000,2022-02-22 21:28:40,768.0,,223.0,24.0,193.0,79.0,120.0,1308,Convert HTML to Markdown-formatted text.,76.0,29,True,,2020-01-16 14:21:52.000,2020.1.16,36.0,,1474968.0,,html2text,2205.0,,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2205.0,1474968.0,,,,3.0,,,,,,,,,,,,,,,,,,, +268,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,,197.0,39.0,51.0,42.0,31.0,1296,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",31.0,29,True,,2020-08-23 06:05:26.000,2.2.0,12.0,,3076952.0,conda-forge/user-agents,user-agents,5263.0,4787.0,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,476.0,3076446.0,https://anaconda.org/conda-forge/user-agents,2020-08-24 16:33:13.933,36982.0,3.0,,,,,,,,,,,,,,,,,,, +269,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-09-29 07:37:26.000,2022-09-29 07:37:26,555.0,18.0,128.0,34.0,45.0,13.0,120.0,1205,djangos default admin interface made customizable. popup windows replaced by modals.,25.0,29,True,['django'],2022-08-25 10:19:00.838,0.20.0,94.0,,47960.0,,django-admin-interface,2063.0,2021.0,https://pypi.org/project/django-admin-interface,2022-05-14 13:55:59.000,42.0,47960.0,,,,2.0,,,,,,,,,,,,,,,,,,, +270,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-26 15:00:21.000,2022-06-26 15:00:21,171.0,,200.0,19.0,52.0,9.0,94.0,1105,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",33.0,29,True,['flask'],2022-05-29 14:32:41.000,4.7.0,33.0,,532724.0,conda-forge/flask-httpauth,flask-httpauth,2223.0,,https://pypi.org/project/flask-httpauth,2022-05-29 14:32:41.000,2223.0,531194.0,https://anaconda.org/conda-forge/flask-httpauth,2022-05-29 22:38:50.710,111751.0,3.0,,,,,,,,,,,,,,,,,,, +271,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,,177.0,43.0,195.0,78.0,167.0,1052,HTTP/2 for Python.,43.0,29,False,,2020-08-02 14:24:39.000,0.5.0,18.0,169.0,285704.0,conda-forge/hyper,hyper,1115.0,991.0,https://pypi.org/project/hyper,2016-09-27 12:58:42.000,124.0,285358.0,https://anaconda.org/conda-forge/hyper,2018-12-02 11:42:05.815,19366.0,3.0,,,,,,,,,,,,,,,,,,, +272,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-09-27 15:31:01.000,2022-09-25 20:43:11,1882.0,3.0,263.0,42.0,125.0,47.0,216.0,1013,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,67.0,29,True,,2022-07-09 12:09:01.903,2022.7.9,44.0,144.0,1527308.0,,imdbpy,124.0,,https://pypi.org/project/imdbpy,2021-04-18 11:23:35.000,124.0,1527300.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,,, +273,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-09-26 05:04:58.000,2022-08-30 19:16:21,807.0,2.0,248.0,48.0,276.0,69.0,300.0,946,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",64.0,29,True,,2022-08-18 05:57:11.000,1.9.8,22.0,,423749.0,conda-forge/dpkt,dpkt,1397.0,1074.0,https://pypi.org/project/dpkt,2021-08-30 18:44:49.000,323.0,421729.0,https://anaconda.org/conda-forge/dpkt,2022-08-19 03:56:31.430,88901.0,3.0,,,,,,,,,,,,,,,,,,, +274,flask-limiter,alisaifee/flask-limiter,flask-utils,,https://github.com/alisaifee/flask-limiter,https://github.com/alisaifee/flask-limiter,MIT,2014-02-12 03:37:41.000,2022-09-22 15:46:35.000,2022-09-22 15:44:09,780.0,38.0,114.0,11.0,212.0,,144.0,890,Rate Limiting extension for Flask.,39.0,29,True,['flask'],2022-09-22 15:52:18.523,2.6.3,83.0,24.0,373705.0,,flask-limiter,4319.0,3942.0,https://pypi.org/project/flask-limiter,2022-08-24 16:44:18.981,377.0,373701.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-09-27 23:25:02.000,2022-09-27 23:24:22,466.0,6.0,197.0,20.0,207.0,61.0,203.0,642,Management commands to help backup and restore your project database and media files.,60.0,29,True,['django'],2022-09-28 00:30:54.478,4.0.2,44.0,,60210.0,,django-dbbackup,1234.0,1077.0,https://pypi.org/project/django-dbbackup,2021-12-24 13:17:37.000,157.0,60210.0,,,,3.0,,,,,,,,,,,,,,,,,,, +276,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-09-10 21:13:41.000,2022-08-10 23:42:32,185.0,3.0,147.0,15.0,95.0,19.0,93.0,394,i18n and l10n support for Flask based on Babel and pytz.,33.0,29,True,['flask'],2020-08-27 03:16:00.000,2.0.0,14.0,,3118872.0,conda-forge/flask-babel,flask-babel,17511.0,14869.0,https://pypi.org/project/flask-babel,2020-08-27 03:14:12.000,2642.0,3117537.0,https://anaconda.org/conda-forge/flask-babel,2020-08-28 13:16:34.928,98861.0,2.0,,,,,,,,,,,,,,,,,,, +277,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,,2014-09-29 23:44:25.000,2022-09-29 14:07:25.000,2022-09-29 14:07:20,419.0,15.0,83.0,19.0,129.0,27.0,38.0,317,Terminals served by tornado websockets.,43.0,29,False,,2022-09-29 14:09:01.400,0.16.0,31.0,81.0,7190378.0,conda-forge/terminado,terminado,6937.0,,https://pypi.org/project/terminado,2022-05-16 13:55:11.000,6937.0,7093026.0,https://anaconda.org/conda-forge/terminado,2022-05-17 12:51:00.045,7496062.0,3.0,-2.0,,,,,,,,,,,,,,,,,, +278,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-09-25 15:59:15.000,2022-04-05 03:58:40,119.0,,59.0,11.0,45.0,4.0,41.0,309,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,25.0,29,True,['flask'],2022-04-05 03:59:51.000,1.0.1,16.0,,996596.0,conda-forge/flask-bcrypt,flask-bcrypt,44786.0,41822.0,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2964.0,996201.0,https://anaconda.org/conda-forge/flask-bcrypt,2022-07-11 11:00:51.534,29234.0,2.0,,,,,,,,,,,,,,,,,,, +279,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,,401.0,75.0,101.0,92.0,184.0,5784,Preview GitHub README.md files locally before committing them.,39.0,28,True,,2022-03-30 18:06:59.000,4.6.1,26.0,,17935.0,,grip,1262.0,1119.0,https://pypi.org/project/grip,2022-03-30 18:06:59.000,143.0,17935.0,,,,3.0,,,,,,,,,,,,,,,,,,, +280,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,,417.0,172.0,374.0,59.0,289.0,5594,The Web API toolkit.,89.0,28,False,['openapi'],2019-04-03 08:12:14.000,0.7.2,94.0,,13150.0,conda-forge/apistar,apistar,853.0,687.0,https://pypi.org/project/apistar,2019-04-03 08:12:14.000,166.0,11169.0,https://anaconda.org/conda-forge/apistar,2019-04-03 08:38:52.532,104997.0,3.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-09-29 11:44:13.000,2022-09-29 11:44:13,81078.0,2884.0,828.0,220.0,18774.0,62.0,277.0,4738,Malicious traffic detection system.,37.0,28,True,,2022-08-31 22:11:05.000,0.49,38.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +282,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.0,200.0,116.0,105.0,92.0,3802,"Html Content / Article Extractor, web scrapping lib in Python.",35.0,28,False,,2022-09-19 22:00:56.378,3.1.12,23.0,,19280.0,,goose3,235.0,212.0,https://pypi.org/project/goose3,2022-01-18 18:42:34.000,23.0,19280.0,,,,2.0,,,,,,,,,,,,,,,,,,, +283,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-09-25 09:51:35.000,2022-09-20 13:30:30,699.0,64.0,213.0,58.0,159.0,141.0,256.0,3432,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",64.0,28,True,,2022-07-20 15:41:41.000,0.19.1,44.0,,59675.0,conda-forge/django-ninja,django-ninja,9.0,,https://pypi.org/project/django-ninja,2022-06-29 08:48:53.000,9.0,59263.0,https://anaconda.org/conda-forge/django-ninja,2022-07-20 18:34:47.427,3297.0,3.0,,,,,,,,,,,,,,,,,,, +284,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2022-09-24 08:33:53.000,2022-09-24 08:33:44,891.0,17.0,295.0,43.0,49.0,42.0,137.0,3371,Write interactive web app in script way.,14.0,28,True,,2022-09-03 17:20:20.825,1.6.3,28.0,,27937.0,,pywebio,852.0,845.0,https://pypi.org/project/pywebio,2022-05-22 16:26:29.000,7.0,27937.0,,,,2.0,,,,,,,,,,,,,,,,,,, +285,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,,937.0,166.0,500.0,84.0,292.0,2891,A Django based shop system.,95.0,28,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,5113.0,,django-shop,289.0,204.0,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,5113.0,,,,3.0,,,,,,,,,,,,,,,,,,, +286,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-09-12 08:28:02.069,2022-09-11 18:40:12,473.0,3.0,187.0,79.0,82.0,28.0,129.0,2844,A screamingly fast Python 2/3 WSGI server written in C.,44.0,28,True,,2022-09-19 16:03:06.582,3.2.2,30.0,,39993.0,conda-forge/bjoern,bjoern,628.0,486.0,https://pypi.org/project/bjoern,2022-02-14 08:09:52.000,142.0,38260.0,https://anaconda.org/conda-forge/bjoern,2022-09-12 08:28:02.069,81487.0,3.0,,,,,,,,,,,,,,,,,,, +287,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2022-07-31 00:22:53.000,2022-03-01 21:37:44,2233.0,,261.0,90.0,176.0,23.0,214.0,2221,Web Scraping Framework.,64.0,28,True,,2018-06-24 14:27:52.000,0.6.41,120.0,,2943.0,,grab,474.0,363.0,https://pypi.org/project/grab,2018-06-24 14:27:52.000,111.0,2943.0,,,,2.0,,,,,,,,,,,,,,,,,,, +288,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2022-09-16 21:37:05.000,2022-08-29 15:00:56,866.0,2.0,416.0,35.0,271.0,155.0,286.0,2158,REST implementation of Django authentication system.,104.0,28,True,['django'],2020-10-30 15:52:25.000,2.1.0,48.0,,135986.0,,djoser,217.0,,https://pypi.org/project/djoser,2020-10-30 15:52:25.000,217.0,135986.0,,,,3.0,,,,,,,,,,,,,,,,,,, +289,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-09-26 23:39:42.000,2022-08-28 12:59:20,866.0,24.0,467.0,48.0,905.0,48.0,231.0,2119,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,18.0,28,True,,2022-08-13 07:21:20.000,2.4.4rc3,37.0,458.0,101883.0,,proxy.py,123.0,107.0,https://pypi.org/project/proxy.py,2022-06-28 15:35:28.000,16.0,101838.0,,,,3.0,,,,,,,,,,,,,,,,,,, +290,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-08-06 03:04:34.000,2020-03-09 20:52:03,3155.0,,733.0,131.0,156.0,31.0,406.0,2058,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,71.0,28,False,['django'],2016-09-27 13:25:46.000,0.18.1,29.0,,2278.0,,django-blog-zinnia,682.0,518.0,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,2278.0,,,,3.0,,,,,,,,,,,,,,,,,,, +291,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-09-01 04:09:16.000,2021-06-26 12:04:16,1246.0,,214.0,53.0,305.0,247.0,145.0,1620,A multiprocessing distributed task queue for Django.,62.0,28,False,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,69656.0,,django-q,75.0,,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,75.0,69656.0,,,,3.0,,,,,,,,,,,,,,,,,,, +292,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2022-06-26 18:20:47.000,2015-11-05 16:01:31,386.0,,174.0,79.0,98.0,33.0,89.0,1599,"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,,410502.0,,rauth,986.0,,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,986.0,410502.0,,,,3.0,,,,,,,,,,,,,,,,,,, +293,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2022-09-29 02:16:05.000,2022-08-27 01:38:24,1647.0,80.0,107.0,16.0,901.0,107.0,562.0,1474,Run thousands of randomly generated test scenarios based on your API specification and always be sure your API works..,47.0,28,True,"['openapi', 'graphql']",2022-08-27 01:48:09.601,3.17.2,211.0,,105853.0,,schemathesis,4.0,,https://pypi.org/project/schemathesis,2022-06-23 10:07:03.000,4.0,105853.0,,,,2.0,,,,,,,,,,,,,,,,,,, +294,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.0,76.0,182.0,135.0,335.0,1424,Facebook open graph api implementation using the Django web framework in python.,89.0,28,False,,2015-05-26 19:01:35.000,6.0.3,152.0,,16747.0,,django-facebook,498.0,380.0,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,16747.0,,,,3.0,,,,,,,,,,,,,,,,,,, +295,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-09-20 15:30:15.000,2021-11-18 13:07:40,854.0,,238.0,29.0,212.0,142.0,175.0,1379,Improved Django model inheritance with automatic downcasting.,105.0,28,True,['django'],2021-11-18 11:55:38.000,3.1.0,40.0,,304640.0,conda-forge/django_polymorphic,django-polymorphic,154.0,,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,154.0,303930.0,https://anaconda.org/conda-forge/django_polymorphic,2021-11-18 16:21:32.309,54689.0,3.0,,,,,,,,,,,,,,,,,,, +296,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,2022-07-18 14:46:06.000,2022-07-18 14:46:05,267.0,2.0,174.0,48.0,77.0,13.0,51.0,1337,Browsable web APIs for Flask.,32.0,28,True,['flask'],2021-06-15 21:00:49.000,3.0,32.0,,324779.0,,flask-api,5966.0,5281.0,https://pypi.org/project/flask-api,2021-06-15 20:58:27.000,685.0,324779.0,,,,2.0,,,,,,,,,,,,,,,,,,, +297,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-09-03 07:51:41.000,2022-09-03 07:51:41,1534.0,4.0,300.0,79.0,171.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,,7892.0,,django-angular,841.0,598.0,https://pypi.org/project/django-angular,2020-05-05 21:38:28.000,243.0,7892.0,,,,3.0,,,,,,,,,,,,,,,,,,, +298,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-09-28 16:53:04.000,2022-09-28 12:57:42,1328.0,65.0,365.0,33.0,1613.0,163.0,1050.0,1047,OpenTelemetry Python API and SDK.,162.0,28,True,,2022-09-26 21:35:14.000,1.13.0,44.0,,11523.0,conda-forge/opentelemetry-api,timing-asgi,1.0,,https://pypi.org/project/timing-asgi,2020-11-13 11:48:35.000,1.0,7749.0,https://anaconda.org/conda-forge/opentelemetry-api,2022-08-09 23:23:57.418,90599.0,2.0,,,,,,,,,,,,,,,,,,, +299,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,,203.0,37.0,97.0,66.0,67.0,1011,A Redis cache backend for django.,46.0,28,True,['django'],2020-10-15 00:17:01.000,3.0.0,52.0,,169120.0,conda-forge/django-redis-cache,django-redis-cache,4598.0,3440.0,https://pypi.org/project/django-redis-cache,2020-10-15 00:17:01.000,1158.0,168522.0,https://anaconda.org/conda-forge/django-redis-cache,2022-03-09 23:27:44.398,46681.0,3.0,,,,,,,,,,,,,,,,,,, +300,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-09-16 11:19:57.000,2022-09-16 11:19:57,382.0,6.0,140.0,30.0,114.0,42.0,99.0,973,livereload server in python (MAINTAINERS NEEDED).,58.0,28,True,,2020-08-22 15:34:54.000,2.6.3,31.0,,508975.0,conda-forge/livereload,livereload,1610.0,,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1610.0,505573.0,https://anaconda.org/conda-forge/livereload,2020-08-22 16:48:00.872,261997.0,3.0,,,,,,,,,,,,,,,,,,, +301,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-08-22 17:22:21.000,2022-08-22 17:22:18,612.0,10.0,141.0,19.0,204.0,36.0,162.0,901,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",54.0,28,True,['flask'],2022-08-22 12:35:24.146,6.1.1,48.0,,55278.0,conda-forge/flask-dance,flask-dance,2991.0,2826.0,https://pypi.org/project/flask-dance,2022-04-05 19:17:22.000,165.0,55077.0,https://anaconda.org/conda-forge/flask-dance,2019-06-07 12:49:07.512,8253.0,3.0,,,,,,,,,,,,,,,,,,, +302,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-09-26 15:34:25.000,2022-05-18 08:56:39,528.0,,185.0,29.0,128.0,42.0,105.0,894,Rosetta is a Django application that eases the translation process of your Django projects.,78.0,28,True,['django'],2021-12-08 08:49:34.000,0.9.8,33.0,,67429.0,conda-forge/django-rosetta,django-rosetta,2574.0,1968.0,https://pypi.org/project/django-rosetta,2021-12-08 08:49:34.000,606.0,67242.0,https://anaconda.org/conda-forge/django-rosetta,2021-12-08 11:30:25.751,4887.0,3.0,,,,,,,,,,,,,,,,,,, +303,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2022-09-27 08:37:18.000,2022-09-11 13:26:57,993.0,2.0,175.0,29.0,250.0,48.0,514.0,892,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",54.0,28,True,,2022-06-26 14:13:04.000,1.23.3,151.0,,135384.0,,tavern,361.0,338.0,https://pypi.org/project/tavern,2022-06-26 14:26:22.000,23.0,135384.0,,,,2.0,,,,,,,,,,,,,,,,,,, +304,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,,237.0,22.0,115.0,93.0,133.0,876,Django test runner using nose.,63.0,28,True,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,250283.0,,django-nose,12952.0,8551.0,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4401.0,250283.0,,,,2.0,,,,,,,,,,,,,,,,,,, +305,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-09-18 21:08:43.000,2022-09-18 21:08:43,281.0,7.0,126.0,17.0,83.0,45.0,67.0,847,A toolbar overlay for debugging Flask applications.,43.0,28,True,['flask'],2022-03-29 22:45:35.000,0.13.1,26.0,,144950.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,21801.0,18829.0,https://pypi.org/project/flask-debugtoolbar,2022-03-29 22:36:44.000,2972.0,144181.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2022-03-30 02:13:06.339,55411.0,2.0,,,,,,,,,,,,,,,,,,, +306,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-08-29 14:54:29.000,2021-01-09 20:39:39,172.0,,94.0,18.0,52.0,38.0,65.0,694,Parameterized testing with any Python test framework.,24.0,28,False,,2021-01-09 20:35:16.000,0.8.1,11.0,,3402541.0,conda-forge/parameterized,parameterized,7512.0,6883.0,https://pypi.org/project/parameterized,2021-01-09 20:35:16.000,629.0,3398242.0,https://anaconda.org/conda-forge/parameterized,2022-07-24 13:26:17.999,245069.0,2.0,,,,,,,,,,,,,,,,,,, +307,django-paypal,spookylukey/django-paypal,django-utils,,https://github.com/spookylukey/django-paypal,https://github.com/spookylukey/django-paypal,MIT,2012-06-09 14:04:06.000,2022-09-26 19:35:40.000,2022-09-26 19:35:40,771.0,26.0,203.0,26.0,110.0,8.0,148.0,663,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,73.0,28,True,['django'],2021-12-15 15:40:40.554,0.1.4,28.0,,9956.0,,django-paypal,2385.0,2096.0,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,9956.0,,,,3.0,,,,,,,,,,,,,,,,,,, +308,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-08-12 12:17:35.034,2022-08-11 23:30:54,224.0,6.0,144.0,22.0,88.0,105.0,67.0,607,Build and document REST APIs with Flask and apispec.,32.0,28,True,['flask'],2022-08-11 23:33:04.168,0.11.4,30.0,,152268.0,conda-forge/flask-apispec,flask-apispec,1045.0,1002.0,https://pypi.org/project/flask-apispec,2022-03-30 02:50:06.000,43.0,150593.0,https://anaconda.org/conda-forge/flask-apispec,2022-08-12 12:17:35.034,112264.0,2.0,,,,,,,,,,,,,,,,,,, +309,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2022-08-02 22:44:27.000,2021-05-15 11:42:43,118.0,,55.0,8.0,39.0,5.0,57.0,462,Simple DNS resolver for asyncio.,24.0,28,False,,2021-05-14 08:52:08.000,3.0.0,15.0,,1864502.0,conda-forge/aiodns,aiodns,31519.0,30513.0,https://pypi.org/project/aiodns,2021-05-14 08:52:08.000,1006.0,1859296.0,https://anaconda.org/conda-forge/aiodns,2021-11-25 10:05:32.438,182217.0,3.0,,,,,,,,,,,,,,,,,,, +310,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-09-01 20:09:57.000,2021-06-24 09:49:29,66.0,,186.0,16.0,56.0,75.0,43.0,402,Server side session extension for Flask.,8.0,28,False,['flask'],2021-06-24 10:04:08.000,0.4.0,10.0,,3122494.0,,flask-session,24249.0,23175.0,https://pypi.org/project/flask-session,2021-06-24 10:04:08.000,1074.0,3122494.0,,,,2.0,,,,,,,,,,,,,,,,,,, +311,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-09-29 01:51:01.000,2022-09-27 21:08:47,303.0,54.0,43.0,7.0,36.0,37.0,79.0,390,A delightful and complete interface to GitHubs amazing API.,16.0,28,True,,2022-09-19 19:55:38.567,1.0.3,27.0,,472392.0,,ghapi,457.0,428.0,https://pypi.org/project/ghapi,2022-06-13 21:14:04.000,29.0,472392.0,,,,3.0,,,,,,,,,,,,,,,,,,, +312,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-07-18 09:42:27.000,2022-07-18 09:42:27,1160.0,2.0,155.0,24.0,336.0,45.0,190.0,374,Build Web Services with Pyramid.,121.0,28,True,['pyramid'],2022-01-07 13:41:40.000,6.0.1,57.0,,23080.0,anaconda/cornice,cornice,1109.0,749.0,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,360.0,23002.0,https://anaconda.org/anaconda/cornice,2021-10-05 11:52:51.258,6249.0,3.0,,,,,,,,,,,,,,,,,,, +313,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-09-27 04:18:00.000,2022-09-26 06:17:24,214.0,12.0,69.0,8.0,164.0,42.0,58.0,291,PEP-484 stubs for django-rest-framework.,47.0,28,True,['django'],2022-06-22 09:27:26.000,1.7.0,14.0,,314449.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,1480.0,1422.0,https://pypi.org/project/djangorestframework-stubs,2022-06-22 09:27:26.000,58.0,314322.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2022-06-02 23:02:42.343,2046.0,3.0,,,,,,,,,,,,,,,,,,, +314,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-09-27 17:19:51.000,2022-09-27 17:19:50,206.0,15.0,32.0,13.0,61.0,10.0,25.0,202,URI template parsing per RFC6570.,19.0,28,False,,2021-10-13 11:15:12.000,4.1.1,12.0,,24956148.0,conda-forge/uritemplate,uritemplate,3757.0,,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3757.0,24936110.0,https://anaconda.org/conda-forge/uritemplate,2021-10-13 19:20:40.871,1482818.0,3.0,,,,,,,,,,,,,,,,,,, +315,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-09-29 16:32:48.000,2022-09-29 10:31:06,3993.0,69.0,917.0,275.0,2446.0,388.0,1565.0,7763,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",101.0,27,True,,2022-09-28 10:05:05.000,4.2.1,100.0,9153.0,108.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +316,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000,2022-09-28 14:30:02.000,2022-08-25 09:27:37,993.0,24.0,234.0,56.0,165.0,57.0,419.0,4188,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",39.0,27,True,['openapi'],2022-08-01 13:57:40.000,1.20.0,29.0,69705.0,1422.0,,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +317,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-08-13 21:03:34.000,2022-05-05 14:10:10,2114.0,,475.0,218.0,332.0,357.0,470.0,3698,"Lightweight, scriptable browser as a service with an HTTP API.",62.0,27,True,,2020-01-09 19:09:29.000,3.4.1,30.0,,2860.0,,splash,10.0,,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,2860.0,,,,3.0,,,,,,,,,,,,,,,,,,, +318,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-30 19:44:05.000,2017-03-08 18:34:10,4395.0,,372.0,179.0,142.0,69.0,263.0,3514,IMAP/SMTP sync system with modern APIs.,74.0,27,False,,2022-09-22 19:33:05.225,5.10.1,52.0,,90657.0,,nylas,8.0,,https://pypi.org/project/nylas,2022-06-30 19:44:05.000,8.0,90657.0,,,,2.0,,,,,,,,,,,,,,,,,,, +319,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-07-18 10:09:55.000,2019-05-21 10:57:50,891.0,,739.0,116.0,175.0,294.0,123.0,3339,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,,24449.0,,django-jet,3010.0,2732.0,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,24449.0,,,,3.0,,,,,,,,,,,,,,,,,,, +320,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-09-09 14:08:26.000,2022-08-18 09:11:22,900.0,1.0,622.0,139.0,187.0,25.0,290.0,3179,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,89.0,27,True,,2021-07-22 15:22:25.000,0.10.0,10.0,,55816.0,conda-forge/websockify,websockify,902.0,598.0,https://pypi.org/project/websockify,2021-07-22 15:22:25.000,304.0,53871.0,https://anaconda.org/conda-forge/websockify,2022-04-17 22:46:50.248,50580.0,3.0,,,,,,,,,,,,,,,,,,, +321,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-09-28 09:11:52.000,2022-06-25 15:49:11,1200.0,,542.0,80.0,169.0,67.0,523.0,3083,WebRTC and ORTC implementation for Python using asyncio.,24.0,27,True,,2022-03-11 14:40:07.000,1.3.1,47.0,,34831.0,,aiortc,21.0,,https://pypi.org/project/aiortc,2022-04-17 14:22:13.000,21.0,34831.0,,,,3.0,,,,,,,,,,,,,,,,,,, +322,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,,1137.0,266.0,160.0,119.0,,2937,Python Client for Instagram API.,52.0,27,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,4997.0,,python-instagram,1119.0,752.0,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,4997.0,,,,3.0,,,,,,,,,,,,,,,,,,, +323,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-09-22 11:16:30.000,2022-07-29 08:53:25,1788.0,2.0,409.0,142.0,111.0,24.0,443.0,2783,Fast and powerful SSL/TLS scanning library.,64.0,27,True,,2022-05-14 12:17:29.000,5.0.5,63.0,98390.0,182897.0,,sslyze,24.0,,https://pypi.org/project/sslyze,2022-05-14 12:16:30.000,24.0,181873.0,,,,3.0,,,,,,,,,,,,,,,,,,, +324,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.0,133.0,164.0,61.0,450.0,2518,An unofficial client library for Google Music.,51.0,27,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,2583.0,,gmusicapi,609.0,463.0,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,2583.0,,,,3.0,,,,,,,,,,,,,,,,,,, +325,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-08-14 09:00:51.000,2022-07-01 11:17:40,857.0,,364.0,105.0,82.0,24.0,250.0,2255,Reusable workflow library for Django.,31.0,27,True,['django'],2022-04-05 06:26:44.000,1.11.0,39.0,,3606.0,,django-viewflow,270.0,238.0,https://pypi.org/project/django-viewflow,2022-04-05 06:26:44.000,32.0,3606.0,,,,3.0,,,,,,,,,,,,,,,,,,, +326,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-09-23 05:59:40.000,2022-09-23 05:59:38,636.0,23.0,210.0,34.0,500.0,4.0,208.0,2173,Ready-to-use and customizable users management for FastAPI.,50.0,27,True,['fastapi'],2022-08-11 11:29:00.984,10.1.5,88.0,,31335.0,conda-forge/fastapi-users,fastapi-users,9.0,,https://pypi.org/project/fastapi-users,2022-06-21 08:05:18.000,9.0,29755.0,https://anaconda.org/conda-forge/fastapi-users,2022-08-11 20:04:46.502,17381.0,3.0,,,,,,,,,,,,,,,,,,, +327,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-09-26 18:32:03.000,2022-08-12 16:29:29,396.0,3.0,553.0,66.0,275.0,141.0,269.0,1996,Send push notifications to mobile devices through GCM or APNS in Django.,93.0,27,True,['django'],2022-02-17 03:24:01.000,3.0.0,16.0,80.0,56219.0,,django-push-notifications,88.0,,https://pypi.org/project/django-push-notifications,2022-02-17 03:20:43.000,88.0,56219.0,,,,3.0,,,,,,,,,,,,,,,,,,, +328,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-08-29 09:55:41.000,2021-03-29 19:19:16,375.0,,182.0,92.0,169.0,52.0,36.0,1551,Python email address and Mime parsing library.,55.0,27,False,,2021-03-29 19:21:53.000,0.9.14,62.0,,54886.0,,flanker,354.0,262.0,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,92.0,54886.0,,,,2.0,,,,,,,,,,,,,,,,,,, +329,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,,123.0,33.0,65.0,30.0,81.0,1529,"Awesome Django authorization, without the database.",25.0,27,True,['django'],2022-03-23 08:53:01.000,3.3.0,20.0,,91112.0,,rules,1067.0,938.0,https://pypi.org/project/rules,2022-03-23 08:54:01.000,129.0,91112.0,,,,3.0,,,,,,,,,,,,,,,,,,, +330,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.0,61.0,110.0,10.0,126.0,1238,"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,,55137.0,,django-extra-views,2289.0,1772.0,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,517.0,55137.0,,,,3.0,,,,,,,,,,,,,,,,,,, +331,gevent-socketio,abourget/gevent-socketio,websocket,,https://github.com/abourget/gevent-socketio,https://github.com/abourget/gevent-socketio,BSD-3-Clause,2012-01-11 15:18:14.000,2022-09-17 20:57:58.000,2016-09-03 23:19:38,565.0,,325.0,78.0,112.0,105.0,65.0,1223,Official repository for gevent-socketio.,59.0,27,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,1669.0,,gevent-socketio,1570.0,1317.0,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,1669.0,,,,3.0,,,,,,,,,,,,,,,,,,, +332,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-08-14 21:52:09.000,2022-05-10 08:53:14,7043.0,,263.0,44.0,325.0,73.0,292.0,1058,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,126.0,27,False,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,66021.0,conda-forge/spyne,spyne,592.0,500.0,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,92.0,65194.0,https://anaconda.org/conda-forge/spyne,2022-02-03 05:30:05.668,63735.0,3.0,,,,,,,,,,,,,,,,,,, +333,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2022-09-19 09:42:03.000,2022-09-19 07:54:45,442.0,3.0,75.0,16.0,103.0,11.0,138.0,1057,AWS Lambda support for ASGI applications.,28.0,27,True,['fastapi'],2022-08-07 13:14:00.583,0.15.1,67.0,,361388.0,,mangum,1151.0,1143.0,https://pypi.org/project/mangum,2022-04-24 12:36:30.000,8.0,361388.0,,,,3.0,,,,,,,,,,,,,,,,,,, +334,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-09-02 22:36:21.000,2021-10-14 21:53:39,552.0,,213.0,37.0,147.0,53.0,284.0,916,Simply integrate Summernote editor with Django project.,68.0,27,True,['django'],2021-10-14 19:12:56.000,0.8.19.0,73.0,,68110.0,,django-summernote,227.0,,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,227.0,68110.0,,,,3.0,,,,,,,,,,,,,,,,,,, +335,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.0,42.0,140.0,17.0,266.0,898,Media-Management with Grappelli.,35.0,27,True,['django'],2022-01-12 13:11:27.000,3.14.3,38.0,,8333.0,,django-filebrowser,1079.0,807.0,https://pypi.org/project/django-filebrowser,2022-01-12 13:23:31.000,272.0,8333.0,,,,3.0,,,,,,,,,,,,,,,,,,, +336,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,2022-07-06 18:59:25.000,2022-07-06 18:40:08,299.0,9.0,166.0,26.0,73.0,19.0,56.0,843,Automatic caching and invalidation for Django models through the ORM.,27.0,27,True,['django'],2022-07-06 18:41:15.000,1.2.0,10.0,,8136.0,,django-cache-machine,346.0,234.0,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,8136.0,,,,3.0,,,,,,,,,,,,,,,,,,, +337,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-09-28 16:51:23.000,2022-09-26 07:34:22,154.0,10.0,68.0,21.0,40.0,6.0,50.0,828,Official Notion SDK rewritten in Python (sync + async).,17.0,27,True,,2022-04-18 14:54:22.000,1.0.0,11.0,,77851.0,conda-forge/notion-client,notion-client,237.0,220.0,https://pypi.org/project/notion-client,2022-04-18 14:51:04.000,17.0,77581.0,https://anaconda.org/conda-forge/notion-client,2022-04-21 22:10:14.821,2706.0,3.0,,,,,,,,,,,,,,,,,,, +338,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-08-30 11:27:00.000,2022-08-24 13:21:38,373.0,4.0,142.0,18.0,154.0,50.0,86.0,819,Authentication Module for django rest auth.,44.0,27,True,['django'],2022-01-31 17:42:28.000,4.2.0,25.0,,77511.0,,django-rest-knox,8055.0,7880.0,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,175.0,77511.0,,,,3.0,,,,,,,,,,,,,,,,,,, +339,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-07-01 23:08:13.000,2021-04-13 17:30:55,220.0,,114.0,38.0,105.0,20.0,33.0,763,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,,1677490.0,conda-forge/opentracing,opentracing,231.0,,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,231.0,1674958.0,https://anaconda.org/conda-forge/opentracing,2022-04-09 06:31:42.909,149412.0,2.0,,,,,,,,,,,,,,,,,,, +340,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-09-27 13:00:39.000,2022-09-13 10:23:38,1309.0,35.0,77.0,18.0,78.0,38.0,139.0,603,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",25.0,27,True,,2022-07-29 14:44:06.390,1.3.0,31.0,,212741.0,,trafilatura,209.0,202.0,https://pypi.org/project/trafilatura,2022-05-18 15:55:15.000,7.0,212741.0,,,,3.0,,,,,,,,,,,,,,,,,,, +341,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-09-28 18:32:22.000,2022-09-28 18:26:16,333.0,6.0,116.0,26.0,99.0,63.0,67.0,596,A set of high-level abstractions for Django forms.,67.0,27,True,['django'],,,6.0,,277396.0,,django-formtools,9372.0,8150.0,https://pypi.org/project/django-formtools,2021-04-19 03:58:32.000,1222.0,277396.0,,,,3.0,,,,,,,,,,,,,,,,,,, +342,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2022-09-10 19:23:24.000,2022-09-10 19:23:23,989.0,13.0,141.0,26.0,197.0,59.0,97.0,548,Python requests like API built on top of Twisteds HTTP client.,50.0,27,True,,2022-02-09 07:32:21.000,release-22.2.0,20.0,124.0,70131.0,conda-forge/treq,treq,1423.0,1009.0,https://pypi.org/project/treq,2022-02-09 07:29:49.000,414.0,69210.0,https://anaconda.org/conda-forge/treq,2022-01-30 18:10:19.801,64467.0,3.0,,,,,,,,,,,,,,,,,,, +343,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2022-09-25 14:12:55.000,2022-09-25 14:12:55,730.0,18.0,92.0,14.0,57.0,26.0,84.0,515,"A fast, extensible and spec-compliant Markdown parser in pure Python.",29.0,27,True,,2022-08-18 19:10:01.176,0.9.0,23.0,217.0,63927.0,,mistletoe,500.0,443.0,https://pypi.org/project/mistletoe,2022-02-09 21:00:17.000,57.0,63924.0,,,,3.0,,,,,,,,,,,,,,,,,,, +344,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-08-02 14:43:29.604,2022-08-02 11:27:05,208.0,3.0,128.0,9.0,27.0,22.0,92.0,513,Prometheus exporter for Flask applications.,23.0,27,True,['flask'],2022-08-02 11:34:01.939,0.20.3,64.0,,13036100.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,55.0,,https://pypi.org/project/prometheus-flask-exporter,2022-06-04 11:00:14.000,55.0,13018759.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2022-08-02 14:43:29.604,572281.0,2.0,,,,,,,,,,,,,,,,,,, +345,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.0,10.0,69.0,52.0,44.0,488,Unittest extensions for Flask.,33.0,27,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,306424.0,conda-forge/flask-testing,flask-testing,18039.0,15596.0,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2443.0,305612.0,https://anaconda.org/conda-forge/flask-testing,2020-12-24 18:39:23.520,58525.0,3.0,,,,,,,,,,,,,,,,,,, +346,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-08-18 15:11:43.000,2020-02-29 00:06:32,263.0,,85.0,6.0,58.0,21.0,75.0,430,Flask webassets integration.,38.0,27,False,['flask'],2011-10-12 14:37:19.000,0.6.2,15.0,,111314.0,conda-forge/flask-assets,flask-assets,8555.0,6506.0,https://pypi.org/project/flask-assets,2019-12-20 21:37:28.000,2049.0,110825.0,https://anaconda.org/conda-forge/flask-assets,2019-12-24 17:28:27.011,34755.0,2.0,,,,,,,,,,,,,,,,,,, +347,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2022-08-18 08:50:49.000,2022-08-18 08:50:49,1040.0,2.0,101.0,20.0,118.0,27.0,99.0,323,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",87.0,27,True,,2021-08-19 12:40:04.000,3.0.0,55.0,,545345.0,conda-forge/webtest,webtest,13637.0,9652.0,https://pypi.org/project/webtest,2021-08-19 12:40:04.000,3985.0,545051.0,https://anaconda.org/conda-forge/webtest,2021-08-19 22:26:42.789,10003.0,3.0,,,,,,,,,,,,,,,,,,, +348,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-08-15 07:54:09.476,2022-08-12 22:35:31,404.0,27.0,94.0,6.0,16.0,2.0,135.0,319,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,1.0,27,True,,2022-08-12 22:40:04.000,2022.8.12,103.0,35.0,3506179.0,conda-forge/tifffile,tifffile,568.0,,https://pypi.org/project/tifffile,2022-05-04 05:45:00.000,568.0,3479635.0,https://anaconda.org/conda-forge/tifffile,2022-08-15 07:54:09.476,2175232.0,3.0,,,,,,,,,,,,,,,,,,, +349,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,2022-09-09 19:42:17.000,2022-08-09 16:14:23,347.0,41.0,54.0,35.0,91.0,4.0,75.0,239,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,31.0,27,True,,2022-09-09 19:48:12.442,3.3.2,74.0,,16136.0,,pytest-splinter,517.0,401.0,https://pypi.org/project/pytest-splinter,2020-12-25 19:34:28.000,116.0,16136.0,,,,3.0,,,,,,,,,,,,,,,,,,, +350,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-09-16 06:13:54.000,2022-09-05 10:36:12,247.0,28.0,53.0,8.0,90.0,44.0,48.0,230,OpenAPI Spec validator.,33.0,27,True,,2022-09-05 10:39:01.558,0.5.1,26.0,,2133416.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,2130461.0,https://anaconda.org/conda-forge/openapi-spec-validator,2022-09-05 18:45:03.872,100480.0,3.0,,,,,,,,,,,,,,,,,,, +351,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2022-07-20 08:41:21.000,2022-06-19 07:28:33,191.0,,55.0,11.0,44.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,,354984.0,,httpagentparser,1205.0,942.0,https://pypi.org/project/httpagentparser,2022-06-19 07:29:41.000,263.0,354984.0,,,,3.0,,,,,,,,,,,,,,,,,,, +352,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-08-25 07:58:39.000,2022-08-25 07:58:34,3402.0,9.0,50.0,194.0,956.0,60.0,167.0,180,Python AsyncIO data API to manage billions of resources.,54.0,27,True,,2022-08-25 08:00:03.072,6.4.2,599.0,,3288.0,,guillotina,173.0,123.0,https://pypi.org/project/guillotina,2022-04-12 14:48:23.000,50.0,3288.0,,,,3.0,,,,,,,,,,,,,,,,,,, +353,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-09-03 07:50:43.000,2022-09-03 07:50:43,202.0,5.0,47.0,5.0,85.0,5.0,43.0,179,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,33.0,27,True,['flask'],2022-04-05 04:10:17.000,1.1.1,29.0,,132468.0,conda-forge/flask-seasurf,flask-seasurf,2304.0,2040.0,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,131324.0,https://anaconda.org/conda-forge/flask-seasurf,2022-04-05 08:40:51.518,82419.0,2.0,,,,,,,,,,,,,,,,,,, +354,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-08-06 05:22:12.000,2020-03-20 17:53:14,736.0,,588.0,359.0,40.0,86.0,66.0,8590,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,23.0,26,False,,2018-11-09 13:14:51.000,0.1.2,8.0,,192.0,,japronto,142.0,112.0,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,30.0,192.0,,,,3.0,,,,,,,,,,,,,,,,,,, +355,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,,441.0,75.0,109.0,154.0,109.0,3810,Unofficial Python API client for Notion.so.,31.0,26,False,,2021-02-05 05:11:13.000,0.0.28,21.0,,24832.0,,notion,660.0,624.0,https://pypi.org/project/notion,2021-02-05 05:11:13.000,36.0,24832.0,,,,3.0,,,,,,,,,,,,,,,,,,, +356,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.0,98.0,256.0,54.0,169.0,3573,A familiar HTTP Service Framework for Python.,86.0,26,False,,2021-01-08 08:30:24.000,2.0.7,48.0,,4799.0,conda-forge/responder,responder,567.0,498.0,https://pypi.org/project/responder,2021-01-08 08:30:24.000,69.0,3222.0,https://anaconda.org/conda-forge/responder,2021-01-08 11:32:52.270,72567.0,3.0,,,,,,,,,,,,,,,,,,, +357,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.0,129.0,38.0,108.0,326.0,2417,Python framework for Telegram Bot API.,10.0,26,False,,,,78.0,,51603.0,,telepot,3703.0,3211.0,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,492.0,51603.0,,,,3.0,,,,,,,,,,,,,,,,,,, +358,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2022-09-24 14:51:54.000,2022-08-01 04:59:34,549.0,2.0,134.0,38.0,51.0,28.0,84.0,2339,URL parsing and manipulation made easy.,15.0,26,True,,2021-09-27 21:31:14.000,2.1.3,51.0,,1398965.0,conda-forge/furl,furl,593.0,,https://pypi.org/project/furl,2021-09-27 21:31:14.000,593.0,1395733.0,https://anaconda.org/conda-forge/furl,2021-09-28 03:15:46.493,200384.0,3.0,,,,,,,,,,,,,,,,,,, +359,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,,533.0,90.0,90.0,129.0,154.0,2156,Scrape Twitter for Tweets.,34.0,26,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,1619.0,,twitterscraper,474.0,451.0,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,1619.0,,,,3.0,,,,,,,,,,,,,,,,,,, +360,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,,148.0,47.0,25.0,27.0,33.0,1736,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,13.0,26,False,['flask'],2016-06-05 02:14:01.000,0.2.1,3.0,,58913.0,,flask-sockets,23807.0,23359.0,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,58913.0,,,,3.0,,,,,,,,,,,,,,,,,,, +361,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.0,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,,2584.0,,django-admin-bootstrapped,2303.0,1507.0,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,796.0,2584.0,,,,3.0,,,,,,,,,,,,,,,,,,, +362,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-09-07 13:19:54.000,2022-05-03 05:03:01,654.0,,180.0,37.0,217.0,135.0,143.0,1372,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,40.0,26,True,"['openapi', 'graphql']",2022-02-04 06:54:03.000,2.6.3,37.0,,5709.0,,,539.0,538.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,5709.0,,,,,,,,,,, +363,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-09-29 01:28:19.000,2022-09-22 19:08:51,536.0,20.0,124.0,20.0,616.0,85.0,139.0,1183,"Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.",42.0,26,True,['openapi'],2022-08-11 18:47:04.879,0.13.1,151.0,,156582.0,,datamodel-code-generator,26.0,,https://pypi.org/project/datamodel-code-generator,2022-05-27 08:24:42.000,26.0,156582.0,,,,3.0,,,,,,,,,,,,,,,,,,, +364,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-09-03 06:12:24.000,2022-09-03 06:12:24,459.0,4.0,125.0,32.0,86.0,21.0,194.0,1041,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",41.0,26,True,['django'],2022-02-20 17:00:11.000,1.6.2,33.0,,13379.0,,django-watson,615.0,504.0,https://pypi.org/project/django-watson,2022-02-20 17:00:11.000,111.0,13379.0,,,,3.0,,,,,,,,,,,,,,,,,,, +365,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.0,43.0,119.0,123.0,125.0,988,"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,,10628.0,conda-forge/flask-user,flask-user,2510.0,2277.0,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,233.0,9873.0,https://anaconda.org/conda-forge/flask-user,2021-05-30 20:48:32.415,54397.0,3.0,,,,,,,,,,,,,,,,,,, +366,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,,244.0,24.0,153.0,10.0,219.0,942,Plug and play continuous integration with django and jenkins.,70.0,26,False,['django'],2016-09-15 09:54:04.000,0.110.0,19.0,,24235.0,,django-jenkins,1881.0,1275.0,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,24235.0,,,,3.0,,,,,,,,,,,,,,,,,,, +367,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-09-22 22:04:19.000,2022-09-22 22:04:19,475.0,8.0,130.0,20.0,165.0,44.0,140.0,936,A helper for organizing Django project settings by relying on well established programming patterns.,63.0,26,True,['django'],2022-09-01 09:46:30.000,2.4,21.0,,93954.0,conda-forge/django-configurations,django-configurations,3022.0,2360.0,https://pypi.org/project/django-configurations,2022-01-25 09:50:51.000,662.0,93522.0,https://anaconda.org/conda-forge/django-configurations,2020-10-13 14:25:12.025,25938.0,3.0,,,,,,,,,,,,,,,,,,, +368,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.0,52.0,51.0,36.0,39.0,855,WebSocket emulation - Python server.,35.0,26,False,,2020-04-24 15:02:06.000,1.0.7,11.0,,26789.0,conda-forge/sockjs-tornado,sockjs-tornado,2900.0,2148.0,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,752.0,26731.0,https://anaconda.org/conda-forge/sockjs-tornado,2021-07-06 23:21:40.898,825.0,3.0,,,,,,,,,,,,,,,,,,, +369,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-07-04 06:46:36.000,2022-07-04 06:46:36,3996.0,2.0,236.0,38.0,267.0,27.0,412.0,840,A Django-based CMS with a focus on extensibility and concise code.,135.0,26,True,['django'],2022-06-02 19:19:42.000,22.4.0,106.0,,4524.0,,feincms,163.0,,https://pypi.org/project/feincms,2022-06-02 19:19:42.000,163.0,4524.0,,,,3.0,,,,,,,,,,,,,,,,,,, +370,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2022-09-27 15:10:11.000,2022-07-02 20:51:39,2458.0,1.0,123.0,38.0,398.0,76.0,83.0,811,werkzeug + twisted.web.,52.0,26,True,,2021-08-08 18:33:51.000,21.8.0,18.0,,36193.0,,klein,2060.0,1663.0,https://pypi.org/project/klein,2021-08-08 18:33:51.000,397.0,36193.0,,,,3.0,-2.0,,,,,,,,,,,,,,,,,, +371,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-08-13 21:22:51.000,2020-12-21 13:18:36,580.0,,154.0,29.0,94.0,44.0,98.0,808,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,,18521.0,,django-floppyforms,3190.0,1976.0,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1214.0,18521.0,,,,3.0,,,,,,,,,,,,,,,,,,, +372,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.0,15.0,137.0,26.0,79.0,757,Flask + marshmallow for beautiful APIs.,17.0,26,True,['flask'],2020-09-28 03:38:46.000,0.14.0,18.0,,440737.0,conda-forge/flask-marshmallow,flask-marshmallow,20118.0,19318.0,https://pypi.org/project/flask-marshmallow,2020-09-28 03:38:46.000,800.0,439759.0,https://anaconda.org/conda-forge/flask-marshmallow,2020-09-28 06:55:48.753,69465.0,2.0,,,,,,,,,,,,,,,,,,, +373,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2022-09-28 14:52:23.000,2022-09-28 14:52:23,303.0,29.0,50.0,10.0,11.0,7.0,51.0,595,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,9.0,26,True,,2022-09-21 16:20:20.017,0.3.11,37.0,,242481.0,,selectolax,364.0,338.0,https://pypi.org/project/selectolax,2022-03-21 12:32:52.000,26.0,242481.0,,,,3.0,,,,,,,,,,,,,,,,,,, +374,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.0,28.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,,1397925.0,conda-forge/flask-swagger,flask-swagger,6116.0,5784.0,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,332.0,1397037.0,https://anaconda.org/conda-forge/flask-swagger,2019-04-20 13:39:31.818,57740.0,3.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-26 16:30:58.000,2022-06-26 16:30:58,319.0,,78.0,7.0,88.0,9.0,60.0,430,A set of pytest fixtures to test Flask applications.,31.0,26,True,['flask'],2021-02-27 03:48:05.000,1.2.0,29.0,,275061.0,conda-forge/pytest-flask,pytest-flask,8331.0,,https://pypi.org/project/pytest-flask,2021-02-27 03:48:05.000,8331.0,274091.0,https://anaconda.org/conda-forge/pytest-flask,2021-02-27 13:56:28.462,60195.0,3.0,,,,,,,,,,,,,,,,,,, +376,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-07-15 09:49:12.000,2022-07-15 09:49:12,1629.0,2.0,157.0,33.0,346.0,47.0,135.0,384,A Python HTML form library.,101.0,26,True,,2020-12-15 23:27:03.000,2.0.15,40.0,,6435.0,,deform,929.0,733.0,https://pypi.org/project/deform,2020-12-10 12:40:05.000,196.0,6435.0,,,,3.0,,,,,,,,,,,,,,,,,,, +377,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2022-07-03 21:17:25.000,2014-07-30 05:44:44,181.0,,184.0,35.0,51.0,108.0,35.0,380,A python module for retrieving and parsing WHOIS data.,7.0,26,False,,2022-07-03 21:17:25.000,0.8.0,22.0,,136022.0,,python-whois,705.0,466.0,https://pypi.org/project/python-whois,2022-07-03 21:17:25.000,239.0,136022.0,,,,3.0,,,,,,,,,,,,,,,,,,, +378,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,2022-09-11 13:06:46.000,2020-07-20 15:14:25,547.0,,226.0,32.0,117.0,94.0,23.0,365,Python Simple SOAP Library.,51.0,26,False,,2017-12-03 17:09:17.000,1.16.2,12.0,,14198.0,,pysimplesoap,1059.0,932.0,https://pypi.org/project/pysimplesoap,2017-12-03 17:09:17.000,127.0,14198.0,,,,3.0,,,,,,,,,,,,,,,,,,, +379,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-09-29 16:33:38.000,2022-09-28 16:28:14,670.0,44.0,103.0,10.0,263.0,63.0,106.0,175,OpenAPI core.,50.0,26,True,,2022-09-19 18:24:25.455,0.15.0,46.0,,157935.0,conda-forge/openapi-core,openapi-core,25.0,,https://pypi.org/project/openapi-core,2022-06-03 06:44:27.000,25.0,157677.0,https://anaconda.org/conda-forge/openapi-core,2022-09-12 14:49:08.997,4397.0,3.0,,,,,,,,,,,,,,,,,,, +380,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-09-16 14:29:28.000,2022-07-23 13:48:14,182.0,1.0,32.0,17.0,19.0,9.0,23.0,141,A library to help construct a graphql-py server supporting react-relay.,10.0,26,True,,2022-04-16 11:03:43.000,3.2.0,27.0,,1475620.0,conda-forge/graphql-relay,graphql-relay,12126.0,11650.0,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,476.0,1472532.0,https://anaconda.org/conda-forge/graphql-relay,2022-04-16 18:45:39.858,185330.0,2.0,,,,,,,,,,,,,,,,,,, +381,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2022-09-21 21:12:10.000,2022-09-21 21:12:10,309.0,2.0,29.0,7.0,142.0,15.0,95.0,139,A modern CSS selector implementation for BeautifulSoup.,9.0,26,True,,2022-04-14 12:57:02.000,2.3.2.post1,42.0,,54492341.0,conda-forge/soupsieve,soupsieve,2447.0,,https://pypi.org/project/soupsieve,2022-04-14 12:57:59.000,2447.0,54309979.0,https://anaconda.org/conda-forge/soupsieve,2022-07-19 05:15:10.016,8023970.0,3.0,,,,,,,,,,,,,,,,,,, +382,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,,48.0,7.0,20.0,9.0,34.0,101,Python 3.3+s ipaddress for older Python versions.,7.0,26,False,,2019-10-18 01:30:27.000,1.0.23,22.0,,4813627.0,conda-forge/ipaddress,ipaddress,37556.0,30806.0,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6750.0,4800921.0,https://anaconda.org/conda-forge/ipaddress,2019-10-18 02:37:29.309,927556.0,3.0,,,,,,,,,,,,,,,,,,, +383,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.0,174.0,105.0,46.0,54.0,8564,"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,,649.0,,http-prompt,50.0,42.0,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,8.0,649.0,,,,3.0,,,,,,,,,,,,,,,,,,, +384,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2022-08-08 10:53:14.000,2022-07-17 17:18:27,137.0,3.0,488.0,124.0,20.0,4.0,44.0,4651,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",8.0,25,True,,2022-07-17 17:20:18.601,1.1.14,16.0,,3819.0,,autoscraper,198.0,197.0,https://pypi.org/project/autoscraper,2021-01-23 17:11:12.000,1.0,3819.0,,,,3.0,,,,,,,,,,,,,,,,,,, +385,robobrowser,jmcarp/robobrowser,web-scraping,,https://github.com/jmcarp/robobrowser,https://github.com/jmcarp/robobrowser,BSD-3-Clause,2014-02-08 21:29:49.000,2020-09-10 18:41:47.000,2015-06-07 19:46:28,103.0,,345.0,107.0,31.0,59.0,30.0,3629,Your friendly neighborhood web scraper.,10.0,25,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,15646.0,,robobrowser,1028.0,846.0,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,15646.0,,,,3.0,,,,,,,,,,,,,,,,,,, +386,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-06-24 15:59:42.000,2017-07-31 02:40:23,667.0,,318.0,126.0,115.0,101.0,84.0,3431,Static site generator for designers. Uses Python and Django templates.,52.0,25,False,['django'],2016-02-21 17:10:55.000,3.3.3,20.0,,200.0,,cactus,1554.0,1131.0,https://pypi.org/project/cactus,2016-02-21 17:10:55.000,423.0,200.0,,,,3.0,,,,,,,,,,,,,,,,,,, +387,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2022-07-24 12:11:27.000,2022-07-24 09:04:35,589.0,4.0,564.0,122.0,52.0,51.0,147.0,2825,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",13.0,25,True,['django'],2022-07-24 12:13:00.214,0.9.11,47.0,,1167.0,,gerapy,133.0,125.0,https://pypi.org/project/gerapy,2021-12-30 08:03:58.000,8.0,1167.0,,,,3.0,,,,,,,,,,,,,,,,,,, +388,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-09-14 14:50:51.000,2022-09-04 19:08:06,298.0,3.0,266.0,64.0,105.0,50.0,282.0,2505,Soundcloud Music Downloader.,48.0,25,True,,2022-09-04 19:10:21.281,2.7.3,49.0,,1063.0,,scdl,57.0,51.0,https://pypi.org/project/scdl,2022-05-05 11:46:56.000,6.0,1063.0,,,,3.0,,,,,,,,,,,,,,,,,,, +389,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-07-06 20:58:54.000,2022-06-28 05:43:51,163.0,,377.0,92.0,65.0,108.0,43.0,2473,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",30.0,25,True,,2020-05-25 18:11:03.000,0.3.5,9.0,,1942.0,,igramscraper,147.0,145.0,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,1942.0,,,,3.0,,,,,,,,,,,,,,,,,,, +390,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-08-29 14:59:27.000,2022-06-04 18:11:51,8229.0,,853.0,220.0,1401.0,352.0,688.0,2015,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,,,,,,,,,,,,,,,,,,, +391,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,2022-08-12 20:15:53.000,2022-08-12 20:15:51,906.0,12.0,178.0,67.0,152.0,51.0,158.0,1826,A Django app that creates automatic web UIs for Python scripts.,23.0,25,True,,2020-04-16 02:58:59.000,0.12.0,33.0,,233.0,,wooey,40.0,39.0,https://pypi.org/project/wooey,2020-04-16 02:56:01.000,1.0,233.0,,,,2.0,,,,,,,,,,,,,,,,,,, +392,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-08-27 10:44:03.000,2021-08-02 23:24:07,2411.0,,368.0,52.0,207.0,91.0,420.0,1705,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,,727.0,conda-forge/offlineimap,offlineimap,30.0,23.0,https://pypi.org/project/offlineimap,2021-08-02 23:10:14.000,7.0,260.0,https://anaconda.org/conda-forge/offlineimap,2022-04-15 13:07:52.802,5607.0,3.0,,,,,,,,,,,,,,,,,,, +393,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,,223.0,31.0,627.0,44.0,53.0,1408,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,,4215.0,,python-lambda,197.0,164.0,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,4215.0,,,,3.0,,,,,,,,,,,,,,,,,,, +394,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.0,43.0,51.0,30.0,50.0,1403,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,20.0,25,False,,2020-05-17 13:09:14.000,1.0.2,40.0,,32815.0,conda-forge/meinheld,meinheld,1108.0,806.0,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,302.0,32342.0,https://anaconda.org/conda-forge/meinheld,2020-10-13 12:52:10.892,13737.0,3.0,,,,,,,,,,,,,,,,,,, +395,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,,133.0,28.0,37.0,39.0,23.0,1288,Adds GraphQL support to your Flask application.,15.0,25,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,199514.0,conda-forge/flask-graphql,flask-graphql,2500.0,2288.0,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,212.0,199173.0,https://anaconda.org/conda-forge/flask-graphql,2022-01-21 14:44:40.498,12287.0,3.0,,,,,,,,,,,,,,,,,,, +396,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.0,32.0,72.0,60.0,28.0,1268,A drop-in replacement for Djangos runserver.,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,3200.0,,django-devserver,426.0,357.0,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,3200.0,,,,3.0,,,,,,,,,,,,,,,,,,, +397,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2022-09-06 07:51:33.000,2022-09-06 07:51:33,1156.0,2.0,394.0,35.0,104.0,39.0,87.0,991,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,,1686.0,,authomatic,255.0,,https://pypi.org/project/authomatic,2019-11-27 16:10:13.000,255.0,1686.0,,,,3.0,,,,,,,,,,,,,,,,,,, +398,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-09-28 10:23:51.000,2022-05-28 23:59:27,231.0,,61.0,14.0,68.0,14.0,34.0,990,"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,,63571.0,,django-lifecycle,140.0,135.0,https://pypi.org/project/django-lifecycle,2022-05-29 00:00:04.000,5.0,63571.0,,,,3.0,,,,,,,,,,,,,,,,,,, +399,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-08-27 22:59:05.000,2022-08-27 02:06:52,627.0,1.0,119.0,25.0,73.0,20.0,126.0,965,"No effort, no worry, maximum performance.",30.0,25,True,['django'],2022-08-27 23:02:03.239,2.5.2,40.0,,48064.0,conda-forge/django-cachalot,django-cachalot,517.0,434.0,https://pypi.org/project/django-cachalot,2022-02-25 00:00:36.000,83.0,47408.0,https://anaconda.org/conda-forge/django-cachalot,2018-08-09 22:39:22.114,39388.0,3.0,,,,,,,,,,,,,,,,,,, +400,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-09-27 13:25:56.000,2022-09-27 12:51:22,456.0,24.0,58.0,20.0,404.0,4.0,38.0,920,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,20.0,25,True,['django'],2022-09-27 22:34:42.144,1.2.0,15.0,,76189.0,,django-split-settings,111.0,,https://pypi.org/project/django-split-settings,2021-08-14 15:06:05.000,111.0,76189.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,,, +401,justpy,elimintz/justpy,web-frameworks,,https://github.com/justpy-org/justpy,https://github.com/justpy-org/justpy,Apache-2.0,2019-06-17 13:38:23.000,2022-09-29 11:01:52.000,2022-09-29 11:01:52,521.0,396.0,75.0,28.0,41.0,43.0,324.0,886,An object oriented high-level Python Web Framework that requires no frontend programming.,18.0,25,True,,2022-09-20 06:12:39.434,0.9.4,49.0,,5849.0,,justpy,4.0,,https://pypi.org/project/justpy,2022-01-12 19:06:50.000,4.0,5849.0,,,,3.0,,,,,,,,,,,,,,,justpy-org/justpy,,,, +402,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-09-05 13:42:36.000,2022-03-23 14:37:36,860.0,,88.0,12.0,92.0,33.0,49.0,855,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",43.0,25,True,"['flask', 'django']",2022-03-23 14:39:31.000,7.2.2,157.0,,91541.0,,mixer,307.0,,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,307.0,91541.0,,,,3.0,,,,,,,,,,,,,,,,,,, +403,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-09-18 17:33:32.000,2022-07-23 21:49:28,165.0,2.0,71.0,11.0,47.0,2.0,46.0,802,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,17.0,25,True,['django'],2022-01-24 23:16:25.000,6.0.0,36.0,,136929.0,conda-forge/django-cleanup,django-cleanup,8488.0,8164.0,https://pypi.org/project/django-cleanup,2022-01-24 23:16:25.000,324.0,136735.0,https://anaconda.org/conda-forge/django-cleanup,2022-01-26 06:57:12.605,7201.0,3.0,,,,,,,,,,,,,,,,,,, +404,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,,142.0,22.0,96.0,46.0,104.0,735,Comprehensive Markdown plugin built for Django.,34.0,25,True,['django'],2019-12-28 09:04:32.000,3.0.1,53.0,,28965.0,,django-markdownx,1943.0,1822.0,https://pypi.org/project/django-markdownx,2022-01-03 15:34:41.000,121.0,28965.0,,,,3.0,,,,,,,,,,,,,,,,,,, +405,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-09-26 08:43:08.000,2022-09-11 18:42:53,241.0,16.0,70.0,12.0,230.0,24.0,87.0,585,Object factory for Django.,40.0,25,True,['django'],2022-08-02 15:20:00.644,1.7.0,16.0,,289725.0,conda-forge/model_bakery,model_bakery,14.0,,https://pypi.org/project/model_bakery,2022-06-26 16:59:33.000,14.0,289401.0,https://anaconda.org/conda-forge/model_bakery,2022-08-02 17:27:41.639,9731.0,3.0,,,,,,,,,,,,,,,,,,, +406,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2022-09-29 00:22:38.000,2022-09-27 07:45:18,955.0,30.0,124.0,55.0,181.0,97.0,171.0,562,User-oriented Web UI browser tests in Python.,35.0,25,True,,2022-09-26 11:53:51.000,2.0.0b12,73.0,,16961.0,,selene,15.0,,https://pypi.org/project/selene,2022-06-24 16:45:30.000,15.0,16961.0,,,,3.0,,,,,,,,,,,,,,,,,,, +407,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-08-29 16:33:56.000,2022-08-29 16:33:56,621.0,4.0,161.0,19.0,171.0,4.0,146.0,344,"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,438.0,12658.0,,django-cas-ng,433.0,359.0,https://pypi.org/project/django-cas-ng,2022-01-09 02:02:49.000,74.0,12654.0,,,,3.0,,,,,,,,,,,,,,,,,,, +408,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,,73.0,18.0,24.0,3.0,40.0,220,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,12.0,1672114.0,conda-forge/flask-openid,flask-openid,7294.0,5949.0,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1345.0,1670660.0,https://anaconda.org/conda-forge/flask-openid,2021-11-04 16:20:37.930,101737.0,3.0,,,,,,,,,,,,,,,,,,, +409,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2022-09-29 15:18:55.000,2022-09-29 12:18:50,3872.0,80.0,1006.0,283.0,319.0,351.0,1682.0,15184,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,147.0,24,True,,,,,,,,,,,,,,,,,,3.0,,goaccess,,,,,,,,,,,,,,,goaccess,, +410,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021-05-11 20:15:10.832,2022-09-28 20:21:09.571,,,,626.0,,,,,6904,A high-level API to automate web browsers.,,24,True,,2022-09-28 19:15:13.007,1.26.1,85.0,,1025986.0,microsoft/playwright,playwright,76.0,,https://pypi.org/project/playwright,2022-06-30 23:53:31.000,76.0,1025606.0,https://anaconda.org/microsoft/playwright,2022-09-28 20:21:09.571,6087.0,3.0,,,,,,,,,,,,,,,,,,True, +411,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-07-29 04:46:00.000,2020-12-21 00:59:19,40.0,,462.0,214.0,33.0,62.0,28.0,6337,Real-time metrics for nginx server.,9.0,24,False,,2020-12-21 00:51:09.000,0.0.3,3.0,,8403.0,,ngxtop,42.0,32.0,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,10.0,8403.0,,,,3.0,,,,,,,,,,,,,,,,,,, +412,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01.000,2022-09-21 12:44:51.000,2022-03-07 09:40:46,226.0,,882.0,74.0,80.0,124.0,113.0,3112,A tool for extracting plain text from Wikipedia dumps.,30.0,24,True,,2021-10-14 12:34:58.000,3.0.6,4.0,,1459.0,,wikiextractor,178.0,171.0,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,1459.0,,,,3.0,,,,,,,,,,,,,,,,,,, +413,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,,264.0,64.0,24.0,33.0,36.0,3060,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,,48075.0,,helium,312.0,303.0,https://pypi.org/project/helium,2021-09-03 06:49:57.000,9.0,48075.0,,,,3.0,,,,,,,,,,,,,,,,,,, +414,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,,542.0,117.0,51.0,109.0,218.0,2535,A Python library to access Instagrams private API.,5.0,24,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,22968.0,,instagram_private_api,12.0,,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,12.0,22968.0,,,,3.0,,,,,,,,,,,,,,,,,,, +415,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-09-16 19:18:05.000,2022-06-08 17:58:35,1944.0,,551.0,121.0,303.0,29.0,301.0,2244,A classic Forum Software in Python using Flask.,64.0,24,True,['flask'],2021-09-09 20:26:21.000,2.1.0,4.0,,122.0,,FlaskBB,35.0,27.0,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,8.0,122.0,,,,3.0,,,,,,,,,,,,,,,,,,, +416,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-09-21 13:02:39.000,2022-09-01 17:26:02,3613.0,10.0,250.0,87.0,705.0,68.0,107.0,2199,Load and performance benchmark tool.,107.0,24,False,,2021-09-10 16:12:35.000,1.17.8,38.0,,265.0,,yandextank,10.0,7.0,https://pypi.org/project/yandextank,2021-09-10 16:12:35.000,3.0,265.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,,370.0,90.0,114.0,71.0,,1887,Alexa Skills Kit for Python.,41.0,24,True,['flask'],2018-02-28 21:57:01.000,0.9.8,34.0,,561.0,,flask-ask,862.0,729.0,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,133.0,561.0,,,,3.0,,,,,,,,,,,,,,,,,,, +418,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.0,124.0,69.0,31.0,27.0,1805,A pure-python HTML screen-scraping library.,24.0,24,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,388.0,,scrapely,228.0,124.0,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,104.0,388.0,,,,3.0,,,,,,,,,,,,,,,,,,, +419,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-09-11 04:24:53.000,2022-09-11 04:24:31,99.0,4.0,137.0,72.0,35.0,5.0,21.0,1694,Integration layer between Requests and Selenium for automation of web actions.,11.0,24,True,,2022-09-19 15:34:10.244,0.1.14,17.0,,13809.0,,requestium,70.0,64.0,https://pypi.org/project/requestium,2022-04-17 03:33:29.000,6.0,13809.0,,,,3.0,,,,,,,,,,,,,,,,,,, +420,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-08-21 07:26:09.000,2022-08-21 07:26:04,440.0,4.0,172.0,41.0,58.0,4.0,91.0,1623,Async Python 3.6+ web scraping micro-framework based on asyncio.,17.0,24,True,,2022-09-06 08:56:03.702,0.8.5,55.0,14.0,1039.0,,ruia,70.0,61.0,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,9.0,1039.0,,,,3.0,,,,,,,,,,,,,,,,,,, +421,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,,114.0,35.0,34.0,7.0,63.0,1565,Server-side rendering of React components.,21.0,24,False,,2018-10-08 09:55:41.000,4.3.0,15.0,,5687.0,,react,541.0,493.0,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,5687.0,,,,3.0,,,,,,,,,,,,,,,,,,, +422,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,,727.0,10.0,4.0,3.0,4.0,1527,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",6.0,24,False,['flask'],,,36.0,,150070.0,conda-forge/flask-bootstrap,flask-bootstrap,5509.0,,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5509.0,149861.0,https://anaconda.org/conda-forge/flask-bootstrap,2018-07-09 17:35:26.581,10492.0,3.0,,,,,,,,,,,,,,,,,,, +423,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.0,167.0,256.0,101.0,75.0,1214,A scalable frontier for web crawlers.,41.0,24,False,,2019-04-05 16:36:41.000,0.8.1,22.0,,395.0,,frontera,45.0,30.0,https://pypi.org/project/frontera,2021-12-15 16:07:14.221,15.0,395.0,,,,3.0,,,,,,,,,,,,,,,,,,, +424,django-admin2,jazzband/django-admin2,admin-ui,,https://github.com/jazzband/django-admin2,https://github.com/jazzband/django-admin2,BSD-3-Clause,2013-05-14 12:11:48.000,2022-08-02 11:47:22.000,2021-10-22 15:46:32,1099.0,,156.0,61.0,243.0,45.0,194.0,1170,"Extendable, adaptable rewrite of django.contrib.admin.",49.0,24,True,['django'],2017-01-10 17:47:14.000,0.7.1,7.0,,52.0,,django-admin2,38.0,24.0,https://pypi.org/project/django-admin2,2017-01-10 17:47:14.000,14.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, +425,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,BSD-3-Clause,2010-12-24 14:59:29.000,2022-09-15 20:59:50.000,2021-07-19 16:39:46,240.0,,69.0,18.0,58.0,23.0,45.0,724,Freezes a Flask application into a set of static files.,25.0,24,False,['flask'],2017-06-26 22:54:01.000,0.15,17.0,66.0,44448.0,conda-forge/frozen-flask,frozen-flask,3082.0,2498.0,https://pypi.org/project/frozen-flask,2021-06-15 08:43:05.000,584.0,43519.0,https://anaconda.org/conda-forge/frozen-flask,2018-07-12 06:45:26.588,66949.0,3.0,,,,,,,,,,,,,,,,,,, +426,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,,70.0,17.0,59.0,10.0,48.0,712,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,,97343.0,,django-solo,1867.0,1565.0,https://pypi.org/project/django-solo,2021-12-13 07:47:26.000,302.0,97343.0,,,,3.0,,,,,,,,,,,,,,,,,,, +427,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,,101.0,118.0,117.0,30.0,53.0,704,Extract embedded metadata from HTML markup.,31.0,24,True,,2021-07-26 10:46:49.000,0.13.0,21.0,,49851.0,,extruct,480.0,450.0,https://pypi.org/project/extruct,2021-07-26 10:46:49.000,30.0,49851.0,,,,3.0,,,,,,,,,,,,,,,,,,, +428,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-09-28 13:54:42.000,2022-09-18 01:20:20,1196.0,15.0,35.0,14.0,387.0,73.0,192.0,650,Create highly interactive web pages purely in Python.,8.0,24,True,,2022-09-19 21:28:58.979,0.40.2,97.0,,2450.0,,idom,12.0,6.0,https://pypi.org/project/idom,2022-06-20 20:22:17.000,6.0,2450.0,,,,3.0,,,,,,,,,,,,,,,,,,, +429,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2021-07-14 07:34:13.620,2021-07-12 14:05:13,201.0,,84.0,15.0,49.0,,58.0,582,a small library for extracting rich content from urls.,27.0,24,False,,2021-07-12 14:05:33.000,0.5.4,24.0,,26442.0,conda-forge/micawber,micawber,988.0,795.0,https://pypi.org/project/micawber,2021-07-12 14:05:33.000,193.0,26181.0,https://anaconda.org/conda-forge/micawber,2021-07-14 07:34:13.620,5225.0,3.0,,,,,,,,,,,,,,,,,,, +430,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-08-11 16:15:56.000,2022-07-13 18:41:15,453.0,2.0,55.0,11.0,136.0,6.0,43.0,529,Useful additions to Djangos default TestCase.,29.0,24,True,['django'],2021-05-19 19:11:32.000,2.2.0,34.0,,58087.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,57664.0,https://anaconda.org/conda-forge/django-test-plus,2018-01-12 22:38:58.564,25809.0,3.0,,,,,,,,,,,,,,,,,,, +431,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-09-29 06:10:59.000,2022-09-29 06:10:58,792.0,23.0,22.0,11.0,483.0,4.0,28.0,469,"#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,,46233.0,conda-forge/trustme,trustme,324.0,280.0,https://pypi.org/project/trustme,2021-08-12 20:04:59.000,44.0,46038.0,https://anaconda.org/conda-forge/trustme,2021-08-12 23:02:22.099,4307.0,3.0,,,,,,,,,,,,,,,,,,, +432,django-stronghold,mgrouchy/django-stronghold,auth,,https://github.com/mgrouchy/django-stronghold,https://github.com/mgrouchy/django-stronghold,MIT,2013-01-29 02:30:21.000,2022-09-01 10:40:38.000,2020-03-11 11:00:24,167.0,,51.0,19.0,56.0,10.0,27.0,385,Get inside your stronghold and make all your Django views default login_required.,22.0,24,False,['django'],2020-01-17 16:34:53.000,0.4.0,22.0,,18897.0,,django-stronghold,485.0,372.0,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,18897.0,,,,3.0,,,,,,,,,,,,,,,,,,, +433,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-09-05 18:28:59.000,2022-04-23 10:58:59,309.0,,89.0,12.0,73.0,21.0,42.0,384,A Django app for managing robots.txt files following the robots exclusion protocol.,42.0,24,True,['django'],2022-01-08 12:12:02.000,5.0,24.0,,33662.0,,django-robots,1519.0,964.0,https://pypi.org/project/django-robots,2022-01-08 12:09:10.000,555.0,33662.0,,,,3.0,,,,,,,,,,,,,,,,,,, +434,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-09-06 07:27:54.000,2022-05-27 10:17:32,399.0,,42.0,5.0,47.0,6.0,41.0,372,FastAPI-Login tries to provide similar functionality as Flask-Login does.,10.0,24,True,['fastapi'],2022-05-27 10:22:30.000,1.8.2,25.0,3.0,8826.0,,fastapi_login,279.0,277.0,https://pypi.org/project/fastapi_login,2022-05-27 10:22:30.000,2.0,8826.0,,,,3.0,,,,,,,,,,,,,,,,,,, +435,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-09-19 10:39:17.000,2022-08-02 21:06:47,259.0,2.0,46.0,12.0,159.0,23.0,43.0,366,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",19.0,24,True,,2022-04-16 13:53:33.000,2.1.0,40.0,,3665143.0,conda-forge/markdown-it-py,markdown-it-py,41.0,,https://pypi.org/project/markdown-it-py,2022-04-16 13:53:33.000,41.0,3651107.0,https://anaconda.org/conda-forge/markdown-it-py,2022-04-18 18:11:03.748,421107.0,3.0,,,,,,,,,,,,,,,,,,, +436,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-09-15 22:04:43.000,2022-09-15 22:04:43,89.0,7.0,49.0,13.0,41.0,1.0,46.0,355,Formatting of dates and times in Flask templates using moment.js.,20.0,24,True,['flask'],2022-07-17 22:35:00.336,1.0.4,22.0,,26404.0,conda-forge/flask-moment,flask-moment,2266.0,,https://pypi.org/project/flask-moment,2021-07-16 09:29:29.000,2266.0,25890.0,https://anaconda.org/conda-forge/flask-moment,2022-07-18 02:20:30.227,37019.0,3.0,,,,,,,,,,,,,,,,,,, +437,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,,59.0,15.0,92.0,1.0,,344,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,,133551.0,,pyshorteners,6717.0,6632.0,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,85.0,133551.0,,,,3.0,,,,,,,,,,,,,,,,,,, +438,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-09-28 07:11:23.000,2022-09-15 15:26:42,558.0,81.0,61.0,14.0,243.0,4.0,62.0,268,Basic JSON-RPC implementation for your Flask-powered sites.,16.0,24,True,['flask'],2022-05-13 23:49:45.000,2.2.1,15.0,,385.0,,rpc,210.0,204.0,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,385.0,,,,3.0,,,,,,,,,,,,,,,,,,, +439,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-09-16 23:03:32.000,2022-09-16 23:03:32,152.0,2.0,79.0,8.0,34.0,7.0,62.0,260,Pagination support for flask.,27.0,24,True,['flask'],2022-01-12 14:45:43.000,2022.1.8,34.0,39.0,28704.0,conda-forge/flask-paginate,flask-paginate,2393.0,2347.0,https://pypi.org/project/flask-paginate,2022-01-09 06:06:39.000,46.0,28372.0,https://anaconda.org/conda-forge/flask-paginate,2022-01-12 17:27:37.466,12249.0,3.0,,,,,,,,,,,,,,,,,,, +440,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-09-20 00:57:55.000,2022-09-20 00:57:55,568.0,5.0,103.0,13.0,116.0,22.0,63.0,256,Graphene MongoEngine integration.,31.0,24,True,['graphql'],2022-01-14 08:59:07.000,0.2.14,32.0,,14721.0,conda-forge/graphene-mongo,graphene-mongo,293.0,280.0,https://pypi.org/project/graphene-mongo,2022-01-14 08:57:22.000,13.0,14558.0,https://anaconda.org/conda-forge/graphene-mongo,2020-06-30 21:31:16.669,4914.0,3.0,,,,,,,,,,,,,,,,,,, +441,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-09-14 08:40:26.000,2022-08-29 12:16:15,489.0,7.0,40.0,11.0,130.0,2.0,59.0,243,"a socket mock framework - for all kinds of socket animals, web-clients included.",22.0,24,True,,2022-08-23 16:12:24.000,3.10.8,85.0,,8152.0,,mocket,96.0,69.0,https://pypi.org/project/mocket,2022-05-17 19:03:55.000,27.0,8152.0,,,,3.0,,,,,,,,,,,,,,,,,,, +442,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-09-18 14:46:25.000,2022-09-04 13:01:12,404.0,22.0,51.0,7.0,169.0,10.0,76.0,224,API spec validator and OpenAPI document generator for Python web frameworks.,28.0,24,True,['openapi'],2022-08-24 06:01:30.561,0.10.6,64.0,,17476.0,,spectree,40.0,38.0,https://pypi.org/project/spectree,2022-07-07 10:19:31.000,2.0,17476.0,,,,3.0,,,,,,,,,,,,,,,,,,, +443,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-09-29 15:38:47.000,2022-09-29 15:20:33,596.0,101.0,1043.0,179.0,386.0,210.0,266.0,14584,Home Page: https://pyscript.net Examples: https://pyscript.net/examples.,90.0,23,True,,,,2.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +444,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,,1322.0,322.0,84.0,44.0,66.0,8994,Incredibly fast crawler designed for OSINT.,21.0,23,True,,2019-04-05 15:15:47.000,1.3.0,18.0,,463.0,,photon,5.0,,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,463.0,,,,3.0,,,,,,,,,,,,,,,,,,, +445,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.0,268.0,103.0,145.0,56.0,5715,"Fast, asynchronous and elegant Python web framework.",28.0,23,False,,2017-09-04 00:40:01.000,0.1.0,8.0,,149.0,,vibora,98.0,84.0,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,149.0,,,,3.0,,,,,,,,,,,,,,,,,,, +446,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-09-29 06:14:56.000,2022-09-29 06:14:35,2176.0,101.0,610.0,95.0,157.0,74.0,447.0,5528,A cron monitoring tool written in Python & Django.,72.0,23,True,,2022-08-05 09:10:11.000,2.3,38.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +447,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-08-30 21:46:27.000,2019-03-13 10:21:05,152.0,,803.0,139.0,28.0,96.0,80.0,3091,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,9.0,23,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,6439.0,,proxybroker,12.0,,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,6439.0,,,,3.0,,,,,,,,,,,,,,,,,,, +448,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-09-27 19:14:03.000,2022-08-25 21:08:04,5168.0,4.0,478.0,94.0,313.0,63.0,1011.0,2237,"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,,,,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +449,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-09-26 17:27:12.000,2020-12-21 15:15:51,250.0,,208.0,62.0,208.0,31.0,52.0,1867,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,,335.0,,sandman2,28.0,22.0,https://pypi.org/project/sandman2,2020-09-08 18:00:11.000,6.0,335.0,,,,3.0,,,,,,,,,,,,,,,,,,, +450,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2022-05-25 23:10:56.000,2021-08-09 23:54:18,298.0,,322.0,18.0,104.0,33.0,97.0,1253,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,39.0,23,False,['openapi'],2020-03-10 02:57:20.472,1.1.0,61.0,,4143.0,,,179.0,149.0,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,30.0,4143.0,,,,,,,,,,, +451,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.0,85.0,94.0,131.0,114.0,1111,Python Rest Testing.,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,14.0,,2815.0,conda-forge/pyresttest,pyresttest,130.0,105.0,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,25.0,1891.0,https://anaconda.org/conda-forge/pyresttest,2021-09-07 14:49:34.650,48050.0,3.0,,,,,,,,,,,,,,,,,,, +452,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-08-06 12:59:57.000,2022-08-06 12:59:57,703.0,2.0,176.0,33.0,85.0,16.0,129.0,1002,Multi-user accounts for Django projects.,45.0,23,True,['django'],2022-03-17 00:19:14.000,2.0.2,51.0,,22971.0,conda-forge/django-organizations,django-organizations,37.0,,https://pypi.org/project/django-organizations,2022-03-17 00:19:14.000,37.0,22843.0,https://anaconda.org/conda-forge/django-organizations,2021-09-23 10:46:51.034,3590.0,3.0,,,,,,,,,,,,,,,,,,, +453,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-09-03 23:28:36.000,2022-09-03 23:28:35,189.0,2.0,70.0,38.0,85.0,2.0,40.0,934,Beautifully simple class-based views.,31.0,23,True,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,4538.0,,django-vanilla-views,812.0,565.0,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,4538.0,,,,3.0,,,,,,,,,,,,,,,,,,, +454,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2022-09-26 07:06:30.000,2022-01-20 14:55:31,1149.0,,40.0,22.0,442.0,9.0,131.0,830,GraphQL Engine built with Python 3.6+ / asyncio.,27.0,23,True,,2021-11-15 11:05:03.000,1.4.1,80.0,,3543.0,,tartiflette,18.0,,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,18.0,3543.0,,,,3.0,,,,,,,,,,,,,,,,,,, +455,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,,65.0,30.0,69.0,22.0,276.0,778,The web framework for inventors.,21.0,23,True,,2022-05-23 08:00:28.000,2.4.10,100.0,,273.0,,emmett,28.0,25.0,https://pypi.org/project/emmett,2022-05-23 07:57:34.000,3.0,273.0,,,,3.0,,,,,,,,,,,,,,,,,,, +456,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-09-06 12:33:51.000,2022-09-04 15:16:06,307.0,8.0,946.0,10.0,70.0,27.0,92.0,625,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",31.0,23,True,['django'],2022-09-04 13:18:24.000,1.6.14,60.0,,13119.0,,martor,23.0,,https://pypi.org/project/martor,2022-03-31 13:55:03.000,23.0,13119.0,,,,3.0,,,,,,,,,,,,,,,,,,, +457,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-09-25 00:23:25.000,2022-09-04 03:26:19,259.0,8.0,130.0,16.0,118.0,62.0,68.0,489,"Yet another Django audit log app, hopefully the simplest one.",41.0,23,True,['django'],2022-06-30 20:42:07.000,1.3.3,51.0,,27254.0,,django-easy-audit,159.0,149.0,https://pypi.org/project/django-easy-audit,2022-06-30 20:40:52.000,10.0,27254.0,,,,3.0,,,,,,,,,,,,,,,,,,, +458,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-09-26 23:37:32.000,2022-09-26 23:31:08,566.0,23.0,93.0,13.0,392.0,84.0,177.0,475,Generate modern Python clients from OpenAPI.,43.0,23,True,['openapi'],2022-08-27 21:50:30.239,0.11.6,53.0,,34830.0,conda-forge/openapi-python-client,openapi-python-client,1.0,,https://pypi.org/project/openapi-python-client,2022-07-03 00:51:26.000,1.0,34204.0,https://anaconda.org/conda-forge/openapi-python-client,2022-07-03 05:42:29.302,8150.0,3.0,,,,,,,,,,,,,,,,,,, +459,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.0,11.0,40.0,15.0,15.0,445,A mocking library for requests.,29.0,23,False,,2020-10-28 12:01:29.000,1.4.0,19.0,,214305.0,,httmock,2369.0,1762.0,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,607.0,214305.0,,,,3.0,,,,,,,,,,,,,,,,,,, +460,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-06-28 15:56:07.000,2022-06-28 15:56:07,242.0,,77.0,23.0,97.0,14.0,79.0,438,Content Security Policy for Django.,49.0,23,True,['django'],2013-11-19 23:16:37.000,2.0.3,12.0,,284790.0,,django-csp,14.0,,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000,14.0,284790.0,,,,3.0,,,,,,,,,,,,,,,,,,, +461,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2022-08-05 20:10:37.000,2022-07-14 18:48:57,272.0,1.0,72.0,4.0,145.0,36.0,44.0,384,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,42.0,23,True,,2022-01-10 22:39:59.000,0.7.3,23.0,,252363.0,,aioresponses,127.0,,https://pypi.org/project/aioresponses,2022-01-10 22:39:59.000,127.0,252363.0,,,,3.0,,,,,,,,,,,,,,,,,,, +462,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009-12-11 20:59:14.000,2022-09-03 21:45:56.000,2022-02-03 13:31:17,289.0,,35.0,8.0,30.0,7.0,41.0,372,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,,8494.0,,django-smuggler,222.0,149.0,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,8494.0,,,,3.0,,,,,,,,,,,,,,,,,,, +463,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.0,14.0,40.0,13.0,41.0,333,HTTP request/response parser for python in C.,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,29488.0,,http-parser,544.0,463.0,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,81.0,29488.0,,,,3.0,,,,,,,,,,,,,,,,,,, +464,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2022-07-30 23:22:09.000,2021-05-15 21:00:41,192.0,,35.0,11.0,37.0,7.0,15.0,281,"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,,45813.0,,purl,2381.0,2003.0,https://pypi.org/project/purl,2021-05-15 21:05:39.000,378.0,45813.0,,,,3.0,,,,,,,,,,,,,,,,,,, +465,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,,83.0,12.0,9.0,11.0,40.0,244,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",8.0,23,False,,2017-07-20 02:40:14.000,0.0.7,8.0,8.0,32686.0,,flask-excel,869.0,797.0,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,32686.0,,,,3.0,,,,,,,,,,,,,,,,,,, +466,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,,35.0,7.0,31.0,11.0,37.0,243,Adds Injector support to Flask.,12.0,23,True,['flask'],2022-06-15 00:12:31.000,0.14.0,27.0,,42738.0,conda-forge/flask-injector,flask_injector,753.0,688.0,https://pypi.org/project/flask_injector,2022-06-15 00:12:31.000,65.0,42586.0,https://anaconda.org/conda-forge/flask-injector,2022-06-16 06:57:51.299,2599.0,3.0,,,,,,,,,,,,,,,,,,, +467,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-09-25 09:01:17.000,2022-09-25 09:01:13,146.0,17.0,28.0,4.0,27.0,13.0,20.0,228,flask extension for integration with the awesome pydantic package.,11.0,23,True,['flask'],2022-09-25 09:03:15.818,0.11.0,23.0,,51133.0,,flask_pydantic,208.0,206.0,https://pypi.org/project/flask_pydantic,2021-10-28 10:24:52.000,2.0,51133.0,,,,3.0,,,,,,,,,,,,,,,,,,, +468,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,2022-09-27 18:49:55.000,2022-09-27 18:49:44,163.0,6.0,25.0,9.0,8.0,,15.0,202,Python module for generating and verifying JSON Web Tokens.,5.0,23,True,,2022-09-27 23:49:03.153,4.0.0,44.0,,220138.0,,python-jwt,56.0,,https://pypi.org/project/python-jwt,2022-09-21 05:25:17.339,56.0,220138.0,,,,3.0,,,,,,,,,,,,,,,,,,, +469,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,,34.0,111.0,80.0,22.0,35.0,175,Modern robots.txt Parser for Python.,23.0,23,False,,2019-09-16 19:32:19.000,0.4.14,24.0,,10541.0,,reppy,185.0,141.0,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,44.0,10541.0,,,,3.0,,,,,,,,,,,,,,,,,,, +470,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-09-17 22:34:43.000,2022-09-17 22:34:43,1149.0,2.0,78.0,13.0,198.0,43.0,135.0,95,Pyramid debug toolbar.,66.0,23,True,['pyramid'],2020-02-11 00:38:09.000,4.6.1,62.0,,1084224.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,32.0,,https://pypi.org/project/pyramid_debugtoolbar,2020-11-25 05:21:32.000,32.0,1084071.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2021-03-03 21:19:47.418,2754.0,3.0,,,,,,,,,,,,,,,,,,, +471,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-09-27 16:15:22.000,2022-08-29 08:15:44,860.0,4.0,328.0,66.0,267.0,70.0,379.0,2432,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",83.0,22,True,,,,34.0,,4524.0,,urlwatch,2.0,,https://pypi.org/project/urlwatch,2022-03-15 13:45:11.000,2.0,4524.0,,,,3.0,,,,,,,,,,,,,,,,,,, +472,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.0,45.0,151.0,64.0,139.0,1603,A Python Static Website Generator.,43.0,22,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,102.0,,hyde,153.0,87.0,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,, +473,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.0,73.0,47.0,38.0,79.0,1551,An improbable web debugger through WebSockets.,22.0,22,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,8003.0,,wdb,151.0,120.0,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,31.0,8003.0,,,,3.0,,,,,,,,,,,,,,,,,,, +474,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-09-19 09:42:29.000,2022-09-02 14:38:22,358.0,14.0,208.0,30.0,30.0,30.0,64.0,1492,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",11.0,22,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,,2474.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,2474.0,,,,3.0,,,,,,,,,,,,,,,,,,, +475,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-09-19 09:42:29.000,2022-09-02 14:38:22,358.0,14.0,208.0,30.0,30.0,30.0,64.0,1492,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",11.0,22,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,,2474.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,2474.0,,,,1.0,,,,,,,,,,,,,,,,,,, +476,Cola,qinxuye/cola,web-scraping,,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013-05-15 06:41:01.000,2022-07-31 00:13:43.000,2020-03-01 06:25:05,254.0,,544.0,167.0,3.0,14.0,52.0,1447,A high-level distributed crawling framework.,3.0,22,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,111.0,,cola,18.0,16.0,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,111.0,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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-09-17 19:56:34.000,2022-07-05 05:56:46,468.0,5.0,104.0,11.0,78.0,54.0,38.0,875,A dynamic FastAPI router that automatically creates CRUD routes for your models.,19.0,22,True,['fastapi'],2022-01-27 06:55:51.000,0.8.5,26.0,5.0,14454.0,,fastapi-crudrouter,113.0,109.0,https://pypi.org/project/fastapi-crudrouter,2022-01-27 06:54:13.000,4.0,14454.0,,,,1.0,,,,,,,,,,,,,,,,,,, +478,flask-profiler,muatik/flask-profiler,flask-utils,,https://github.com/muatik/flask-profiler,https://github.com/muatik/flask-profiler,MIT,2015-10-05 20:49:53.000,2022-09-10 21:47:34.000,2020-10-20 08:42:33,157.0,,85.0,24.0,58.0,34.0,31.0,702,a flask profiler which watches endpoint calls and tries to make some analysis.,29.0,22,False,['flask'],2018-11-19 23:11:10.000,1.8.1,39.0,,28225.0,,flask-profiler,7.0,,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,7.0,28225.0,,,,3.0,,,,,,,,,,,,,,,,,,, +479,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-07-21 07:02:00.000,2021-11-06 10:10:00,1308.0,,128.0,19.0,241.0,51.0,128.0,643,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,,7768.0,,flask-monitoringdashboard,12.0,,https://pypi.org/project/flask-monitoringdashboard,2021-11-06 10:10:29.000,12.0,7768.0,,,,3.0,,,,,,,,,,,,,,,,,,, +480,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-09-28 08:03:22.000,2022-09-28 08:03:21,195.0,69.0,72.0,6.0,219.0,17.0,69.0,583,SQLAlchemy Admin for FastAPI and Starlette.,20.0,22,True,['fastapi'],2022-09-25 12:45:12.652,0.6.1,21.0,,13041.0,,sqladmin,,,https://pypi.org/project/sqladmin,2022-06-23 08:12:49.000,,13041.0,,,,1.0,,,,,,,,,,,,,,,,,,, +481,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2022-09-29 10:51:40.000,2022-08-30 09:02:43,171.0,10.0,48.0,14.0,51.0,25.0,40.0,503,A rate limiter for Starlette and FastAPI.,17.0,22,True,['fastapi'],2022-08-24 09:51:47.604,0.1.6,7.0,,51871.0,,slowapi,3.0,,https://pypi.org/project/slowapi,2022-08-24 09:51:47.604,3.0,51871.0,,,,1.0,,,,,,,,,,,,,,,,,,, +482,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2022-09-26 05:09:43.000,2022-09-25 23:19:06,456.0,7.0,29.0,16.0,36.0,23.0,89.0,394,Load Testing Tool.,14.0,22,True,,2017-03-22 08:05:08.000,0.6.2,20.0,,19133.0,,molotov,98.0,85.0,https://pypi.org/project/molotov,2022-01-25 15:32:12.000,13.0,19133.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,,, +483,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-09-26 09:56:53.000,2022-09-26 09:56:32,249.0,8.0,48.0,11.0,58.0,4.0,70.0,365,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",30.0,22,True,['fastapi'],2022-07-25 14:20:24.000,1.1.4,74.0,,35822.0,,fastapi-mail,8.0,,https://pypi.org/project/fastapi-mail,2022-06-08 14:34:58.000,8.0,35822.0,,,,3.0,,,,,,,,,,,,,,,,,,, +484,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-09-27 11:22:44.000,2022-09-20 13:39:44,1253.0,13.0,66.0,15.0,48.0,4.0,74.0,355,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,15.0,22,True,"['flask', 'openapi']",2022-07-27 13:29:01.739,2.12.3,70.0,,915.0,,safrs,64.0,63.0,https://pypi.org/project/safrs,2021-12-29 16:03:30.000,1.0,915.0,,,,3.0,,,,,,,,,,,,,,,,,,, +485,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2022-07-16 23:27:13.000,2022-07-16 23:27:04,670.0,1.0,48.0,5.0,36.0,1.0,60.0,317,A Python wrapper for ngrok.,8.0,22,True,,2021-08-25 06:11:54.000,5.1.0,77.0,,84857.0,conda-forge/pyngrok,pyngrok,61.0,,https://pypi.org/project/pyngrok,2021-08-25 06:11:54.000,61.0,82758.0,https://anaconda.org/conda-forge/pyngrok,2021-08-25 08:34:40.227,58785.0,3.0,,,,,,,,,,,,,,,,,,, +486,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,,75.0,20.0,56.0,58.0,44.0,293,Django registration and authentication with GraphQL.,16.0,22,True,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,11664.0,,django-graphql-auth,478.0,478.0,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,11664.0,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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.0,12.0,108.0,37.0,34.0,254,Simplifying third-party authentication for web applications.,44.0,22,False,,2013-08-30 04:51:31.000,1.1.1,10.0,,6405.0,,velruse,331.0,293.0,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,38.0,6405.0,,,,3.0,,,,,,,,,,,,,,,,,,, +488,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-07-22 19:20:27.000,2022-07-19 21:03:10,298.0,1.0,33.0,96.0,170.0,47.0,56.0,218,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",36.0,22,True,"['flask', 'openapi']",2022-08-24 23:39:16.000,2.2.1,43.0,,4334.0,,flask-rebar,41.0,37.0,https://pypi.org/project/flask-rebar,2022-06-03 14:18:26.000,4.0,4334.0,,,,3.0,,,,,,,,,,,,,,,,,,, +489,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,2022-09-15 20:17:45.000,2017-07-19 05:38:58,157.0,,87.0,12.0,52.0,16.0,34.0,188,Seamlessly serve your static assets of your Flask app from Amazon S3.,26.0,22,False,,2017-02-23 20:44:59.000,0.3.3,28.0,25.0,5619.0,,flask-s3,499.0,411.0,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,88.0,5619.0,,,,3.0,,,,,,,,,,,,,,,,,,, +490,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-09-23 14:31:37.000,2022-09-23 14:20:24,788.0,6.0,33.0,7.0,171.0,21.0,129.0,139,Declarative HTTP Testing for Python and anything else.,28.0,22,True,,2022-09-23 14:34:01.284,2.8.0,123.0,,7261.0,,gabbi,109.0,,https://pypi.org/project/gabbi,2022-03-22 19:57:13.000,109.0,7261.0,,,,3.0,,,,,,,,,,,,,,,,,,, +491,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-09-24 06:45:06.000,2022-09-24 06:45:06,81.0,3.0,7.0,3.0,37.0,4.0,11.0,118,Programmatic startup/shutdown of ASGI apps.,5.0,22,True,,2020-06-07 11:30:40.000,1.0.1,13.0,,137796.0,conda-forge/asgi-lifespan,asgi-lifespan,5333.0,5322.0,https://pypi.org/project/asgi-lifespan,2020-06-07 11:30:40.000,11.0,135732.0,https://anaconda.org/conda-forge/asgi-lifespan,2022-09-17 08:10:45.399,35094.0,3.0,,,,,,,,,,,,,,,,,,, +492,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,,345.0,126.0,19.0,6.0,22.0,5226,curl statistics made simple.,4.0,21,False,,2020-12-24 05:55:02.000,1.3.1,8.0,152.0,3338.0,,httpstat,13.0,13.0,https://pypi.org/project/httpstat,2020-12-24 05:55:02.000,,3336.0,,,,3.0,,,,,,,,,,,,,,,,,,, +493,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-09-29 03:04:11.000,2022-09-28 12:57:02,1524.0,61.0,703.0,85.0,1325.0,7.0,176.0,4195,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",70.0,21,True,['flask'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +494,toapi,gaojiuli/toapi,others,,https://github.com/gaojiuli/toapi,https://github.com/gaojiuli/toapi,MIT,2017-11-27 08:40:55.000,2022-07-05 22:11:04.000,2021-06-28 01:58:45,462.0,,230.0,78.0,84.0,8.0,48.0,3314,Every web site provides APIs.,12.0,21,False,,2021-06-28 01:56:50.000,2.1.3,40.0,,175.0,,toapi,8.0,,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,175.0,,,,3.0,,,,,,,,,,,,,,,,,,, +495,merchant,agiliq/merchant,django-utils,,https://github.com/agiliq/merchant,https://github.com/agiliq/merchant,BSD-3-Clause,2010-09-29 11:30:58.000,2022-07-08 19:12:50.000,2015-07-08 05:29:26,684.0,,175.0,58.0,86.0,30.0,40.0,992,A Django app to accept payments from various payment processors via Pluggable backends.,49.0,21,False,['django'],,,9.0,,207.0,,django-merchant,31.0,25.0,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,207.0,,,,3.0,,,,,,,,,,,,,,,,,,, +496,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.0,20.0,42.0,21.0,22.0,828,HTTP security headers for Flask.,19.0,21,False,['flask'],2022-03-17 14:23:42.000,1.0.0,14.0,,421399.0,,flask-talisman,103.0,,https://pypi.org/project/flask-talisman,2022-03-17 14:23:42.000,103.0,421399.0,,,,3.0,,,,,,,,,,,,,,,,,,, +497,Lassie,michaelhelmick/lassie,web-scraping,,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013-07-30 20:41:39.000,2022-07-30 23:22:33.000,2021-08-20 14:32:48,231.0,,46.0,22.0,46.0,10.0,29.0,564,Web Content Retrieval for Humans.,15.0,21,False,,2021-08-20 14:34:18.000,0.11.11,38.0,,3233.0,,lassie,37.0,28.0,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,3233.0,,,,3.0,,,,,,,,,,,,,,,,,,, +498,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-09-20 21:39:49.000,2022-09-20 21:39:07,364.0,18.0,43.0,14.0,129.0,4.0,136.0,316,"Strong, Simple, and Precise security for Flask APIs (using jwt).",27.0,21,True,['flask'],2021-12-02 22:57:39.000,1.3.0,47.0,,5345.0,,flask-praetorian,8.0,,https://pypi.org/project/flask-praetorian,2021-12-02 22:57:39.000,8.0,5345.0,,,,3.0,,,,,,,,,,,,,,,,,,, +499,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2022-07-15 11:36:50.000,2022-07-15 11:36:50,297.0,1.0,56.0,10.0,28.0,25.0,48.0,250,"A light-weight, modular, message representation and mail delivery framework for Python.",20.0,21,True,,2019-09-16 00:20:27.000,4.0.3,8.0,132.0,45298.0,conda-forge/mailer,mailer,83.0,,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,83.0,44239.0,https://anaconda.org/conda-forge/mailer,2021-07-01 11:13:17.243,50796.0,3.0,,,,,,,,,,,,,,,,,,, +500,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2022-07-02 07:30:01.000,2022-07-01 06:00:35,138.0,,16.0,16.0,43.0,1.0,30.0,92,Asyncio http mocking. Similar to the responses library used for requests.,14.0,21,True,,2022-07-01 06:04:27.000,2.1.6,24.0,,35487.0,,aresponses,352.0,304.0,https://pypi.org/project/aresponses,2022-07-01 06:04:27.000,48.0,35487.0,,,,3.0,,,,,,,,,,,,,,,,,,, +501,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-07-21 19:14:32.754,2022-07-19 19:21:47,44.0,4.0,35.0,9.0,16.0,16.0,11.0,83,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,9.0,21,True,,2022-07-19 19:34:00.927,0.7.0,11.0,,49850.0,conda-forge/markdown-include,markdown-include,2195.0,1971.0,https://pypi.org/project/markdown-include,2020-08-20 23:10:25.000,224.0,49407.0,https://anaconda.org/conda-forge/markdown-include,2022-07-21 19:14:32.754,9758.0,3.0,,,,,,,,,,,,,,,,,,, +502,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,,57.0,19.0,104.0,6.0,55.0,73,Jinja2 templating system bindings for the Pyramid web framework.,49.0,21,False,['pyramid'],2022-03-20 03:07:14.000,2.9.2,40.0,,1090797.0,anaconda/pyramid_jinja2,pyramid_jinja2,61.0,,https://pypi.org/project/pyramid_jinja2,2022-03-27 23:00:42.000,61.0,1090785.0,https://anaconda.org/anaconda/pyramid_jinja2,2021-09-08 10:24:54.530,1051.0,1.0,,,,,,,,,,,,,,,,,,,BSD-based +503,pyramid_mailer,Pylons/pyramid_mailer,email,,https://github.com/Pylons/pyramid_mailer,https://github.com/Pylons/pyramid_mailer,BSD-3-Clause,2011-09-26 01:17:42.000,2022-09-17 23:31:23.000,2022-09-17 23:31:23,389.0,2.0,39.0,16.0,58.0,9.0,33.0,51,A package for sending email from your Pyramid application.,35.0,21,True,['pyramid'],2016-12-13 20:48:50.000,0.15.1,24.0,,21926.0,,pyramid_mailer,115.0,,https://pypi.org/project/pyramid_mailer,2016-12-13 20:48:50.000,115.0,21926.0,,,,3.0,,,,,,,,,,,,,,,,,,, +504,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-07-03 14:30:58.000,2022-06-04 11:03:37,281.0,,1009.0,495.0,64.0,56.0,228.0,11994,Offensive Google framework.,26.0,20,True,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +505,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.0,154.0,269.0,163.0,296.0,5347,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",70.0,20,False,,2017-09-14 16:02:39.000,0.11.7,22.0,83.0,1.0,,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +506,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.0,90.0,40.0,58.0,10.0,1692,A Pythonic interface for Google Mail.,14.0,20,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,6086.0,,gmail,19.0,,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,19.0,6086.0,,,,3.0,,,,,,,,,,,,,,,,,,, +507,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,,58.0,17.0,26.0,13.0,32.0,673,"The simple, fast, and modern web scraping library.",16.0,20,False,,2020-10-09 12:51:41.000,1.1,19.0,,19084.0,,gazpacho,185.0,177.0,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,8.0,19084.0,,,,3.0,,,,,,,,,,,,,,,,,,, +508,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.0,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,,286.0,,tornadio2,268.0,186.0,https://pypi.org/project/tornadio2,2012-10-22 08:16:33.000,82.0,286.0,,,,3.0,,,,,,,,,,,,,,,,,,, +509,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-09-25 17:19:06.000,2022-09-25 17:19:06,53.0,2.0,30.0,10.0,22.0,10.0,9.0,435,Adds simple SQLAlchemy support to FastAPI.,5.0,20,True,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,42717.0,,fastapi-sqlalchemy,715.0,714.0,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,1.0,42717.0,,,,2.0,,,,,,,,,,,,,,,,,,, +510,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.0,27.0,54.0,19.0,46.0,306,Python blogging engine.,39.0,20,False,,2019-12-06 00:18:53.000,1.7.2,24.0,,159.0,,tinkerer,107.0,77.0,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,159.0,,,,3.0,,,,,,,,,,,,,,,,,,, +511,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,,17.0,4.0,42.0,4.0,28.0,281,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,5.0,20,True,['fastapi'],2022-06-22 07:54:08.000,0.3.4,16.0,,136296.0,,starlette-context,13.0,,https://pypi.org/project/starlette-context,2022-06-22 07:54:08.000,13.0,136296.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-08-28 00:18:41.000,2022-08-27 23:36:01,146.0,12.0,19.0,1.0,25.0,4.0,27.0,208,Prometheus exporter for Starlette and FastAPI.,14.0,20,True,['fastapi'],2022-08-16 05:37:16.000,0.14.0,17.0,,298345.0,,starlette_exporter,4.0,,https://pypi.org/project/starlette_exporter,2022-05-23 04:25:14.000,4.0,298345.0,,,,2.0,,,,,,,,,,,,,,,,,,, +513,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/fastapi-mvc/fastapi-mvc,https://github.com/fastapi-mvc/fastapi-mvc,MIT,2021-07-25 14:11:38.000,2022-09-28 16:21:58.000,2022-09-28 16:21:52,731.0,120.0,28.0,3.0,69.0,18.0,68.0,186,Developer productivity tool for making high-quality FastAPI production-ready APIs.,6.0,20,True,['fastapi'],2022-09-18 17:34:55.000,0.16.0,20.0,59.0,393.0,,fastapi-mvc,,,https://pypi.org/project/fastapi-mvc,2022-06-13 15:42:23.000,,389.0,,,,2.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,,, +514,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.0,13.0,14.0,4.0,6.0,148,Simple GraphQL client for Python 2.7+.,6.0,20,False,,2021-03-04 21:32:03.000,0.4.3,9.0,,115151.0,,python-graphql-client,260.0,248.0,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,12.0,115151.0,,,,3.0,,,,,,,,,,,,,,,,,,, +515,Flask-Opentracing,opentracing-contrib/python-flask,flask-utils,,https://github.com/opentracing-contrib/python-flask,https://github.com/opentracing-contrib/python-flask,BSD-3-Clause,2016-07-20 17:14:48.000,2021-10-11 22:11:27.000,2019-10-22 00:14:18,66.0,,41.0,12.0,26.0,18.0,13.0,133,OpenTracing instrumentation for the Flask microframework.,15.0,20,False,['flask'],2019-10-22 00:20:30.000,1.1.0,12.0,,176291.0,,Flask-Opentracing,364.0,337.0,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,27.0,176291.0,,,,3.0,,,,,,,,,,,,,,,,,,, +516,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,,42.0,5.0,11.0,18.0,5.0,113,A simple way to demo Flask apps from your machine.,2.0,20,False,['flask'],2018-09-09 19:48:38.000,0.0.25,16.0,,79725.0,,flask-ngrok,1946.0,1936.0,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,10.0,79725.0,,,,3.0,,,,,,,,,,,,,,,,,,, +517,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-09-12 11:04:49.000,2022-09-12 11:02:40,174.0,4.0,23.0,33.0,61.0,3.0,29.0,91,Flask like web framework for AWS Lambda.,22.0,20,True,,2022-09-19 18:31:08.002,12.0.1,49.0,,3751.0,,lambdarest,,,https://pypi.org/project/lambdarest,2021-09-22 10:32:52.000,,3751.0,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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-07-31 12:53:51.000,2022-07-21 12:31:11,210.0,2.0,226.0,73.0,38.0,14.0,31.0,1941,Tool to scan for secret files on HTTP servers.,16.0,19,False,,2022-01-31 20:30:27.000,0.0.12,12.0,,205.0,,snallygaster,3.0,3.0,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,205.0,,,,3.0,,,,,,,,,,,,,,,,,,, +519,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,2022-09-14 16:53:13.000,2020-03-07 05:52:59,21.0,,79.0,14.0,218.0,40.0,13.0,1163,Reusable utilities for FastAPI.,2.0,19,False,['fastapi'],2020-03-07 05:55:04.000,0.2.1,4.0,,597369.0,,fastapi-utils,2.0,,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,2.0,597369.0,,,,3.0,,,,,,,,,,,,,,,,,,, +520,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-09-27 15:12:32.000,2022-09-27 15:12:31,263.0,15.0,99.0,45.0,86.0,,16.0,731,A Modular Penetration Testing Framework.,10.0,19,True,,2022-09-06 13:59:08.357,3.2.8,28.0,,836.0,,fsociety,2.0,2.0,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,836.0,,,,3.0,,,,,,,,,,,,,,,,,,, +521,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.0,16.0,7.0,1.0,20.0,638,Fast C based HTML 5 parsing for python.,6.0,19,True,,2021-09-22 07:01:46.000,0.4.10,18.0,,31190.0,,html5-parser,15.0,,https://pypi.org/project/html5-parser,2021-09-22 07:01:46.000,15.0,31190.0,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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-09-28 01:12:04.000,2022-09-02 10:19:44,310.0,4.0,56.0,13.0,222.0,36.0,22.0,562,This code generator creates FastAPI app from an openapi file.,14.0,19,True,"['fastapi', 'openapi']",2022-05-13 04:12:02.000,0.3.5,35.0,,2035.0,,fastapi-code-generator,,,https://pypi.org/project/fastapi-code-generator,2022-05-13 04:12:02.000,,2035.0,,,,3.0,,,,,,,,,,,,,,,,,,, +523,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012-06-12 18:40:14.000,2022-09-12 18:52:55.000,2022-09-12 18:52:55,305.0,1.0,89.0,44.0,82.0,27.0,38.0,525,Restful API framework wrapped around MongoEngine.,18.0,19,True,['flask'],2019-08-26 10:57:49.000,0.3.0,7.0,,113.0,,Flask-MongoRest,75.0,48.0,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,113.0,,,,3.0,,,,,,,,,,,,,,,,,,, +524,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-07-11 23:42:12.000,2020-11-11 05:05:27,123.0,,70.0,7.0,15.0,42.0,34.0,419,"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,,39491.0,,fastapi-jwt-auth,6.0,,https://pypi.org/project/fastapi-jwt-auth,2020-11-06 11:10:56.000,6.0,39491.0,,,,3.0,,,,,,,,,,,,,,,,,,, +525,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2022-09-16 19:13:21.000,2022-07-03 18:00:41,2993.0,1.0,116.0,41.0,379.0,50.0,166.0,391,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",66.0,19,False,,,,,,,,,223.0,223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +526,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-09-19 08:46:57.000,2022-09-19 08:45:02,74.0,7.0,15.0,3.0,3.0,4.0,11.0,228,FastAPI framework plugins.,3.0,19,True,['fastapi'],2022-09-19 08:48:10.000,0.11.0,17.0,,5750.0,,fastapi-plugins,65.0,64.0,https://pypi.org/project/fastapi-plugins,2022-07-07 12:26:07.000,1.0,5750.0,,,,3.0,,,,,,,,,,,,,,,,,,, +527,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.0,7.0,13.0,13.0,33.0,195,Full text search for flask.,4.0,19,False,['flask'],2020-05-18 15:17:04.000,0.2.9,22.0,,397.0,,flask-msearch,410.0,398.0,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,397.0,,,,3.0,,,,,,,,,,,,,,,,,,, +528,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-09-12 06:17:54.000,2022-09-08 18:14:17,159.0,12.0,21.0,14.0,22.0,10.0,14.0,187,JSON-RPC server based on fastapi.,10.0,19,True,['fastapi'],2022-08-11 16:22:52.000,2.2.1,58.0,,4158.0,,fastapi-jsonrpc,1.0,,https://pypi.org/project/fastapi-jsonrpc,2022-05-13 15:44:21.000,1.0,4158.0,,,,3.0,,,,,,,,,,,,,,,,,,, +529,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-09-18 16:17:36.000,2022-04-23 20:47:54,183.0,,35.0,7.0,41.0,11.0,25.0,174,Integrate GraphQL with your Pydantic models.,15.0,19,True,['graphql'],2022-01-25 16:41:33.000,0.3.0,12.0,,11866.0,,graphene-pydantic,2.0,,https://pypi.org/project/graphene-pydantic,2022-01-25 16:41:33.000,2.0,11866.0,,,,3.0,,,,,,,,,,,,,,,,,,, +530,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-09-28 23:50:53.000,2022-09-28 23:50:52,1277.0,47.0,15.0,3.0,631.0,8.0,31.0,144,A tool to automatically fix Django deprecations.,20.0,19,True,['django'],2022-08-31 21:34:00.524,1.11.0,79.0,436.0,1072.0,,django-codemod,,,https://pypi.org/project/django-codemod,2022-07-04 19:56:00.000,,1057.0,,,,3.0,,,,,,,,,,,,,,,,,,, +531,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,,16.0,4.0,35.0,10.0,14.0,119,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,,36958.0,,async-asgi-testclient,228.0,209.0,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,19.0,36958.0,,,,3.0,,,,,,,,,,,,,,,,,,, +532,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,,23.0,5.0,39.0,6.0,23.0,106,Streaming parser for multipart/form-data written in Python.,10.0,19,True,,2022-03-27 10:48:04.000,1.10.2,34.0,,13725.0,,streaming-form-data,40.0,37.0,https://pypi.org/project/streaming-form-data,2022-03-27 10:48:04.000,3.0,13725.0,,,,3.0,,,,,,,,,,,,,,,,,,, +533,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016-02-18 04:34:48.000,2022-07-08 00:23:11.000,2022-07-08 00:23:11,773.0,1.0,294.0,104.0,84.0,50.0,112.0,3250,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,7.0,18,True,['flask'],2017-06-13 18:56:28.000,6.2.3,11.0,,70.0,,flask_jsondash,,,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, +534,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.0,77.0,15.0,8.0,28.0,2017,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,29.0,28.0,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, +535,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-07-14 22:53:58.000,2022-06-06 01:17:40,444.0,,54.0,19.0,70.0,17.0,73.0,566,A Python Mail Server.,15.0,18,True,,2019-12-31 19:27:38.000,3.2.0,12.0,74.0,849.0,,salmon-mail,18.0,17.0,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,847.0,,,,3.0,,,,,,,,,,,,,,,,,,, +536,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019-08-21 20:51:35.000,2022-09-12 13:55:21.000,2021-06-03 14:00:13,140.0,,25.0,8.0,157.0,7.0,21.0,530,Opinionated set of utilities on top of FastAPI.,11.0,18,False,['fastapi'],2021-06-03 13:58:16.000,0.2.11,34.0,,29659.0,,fastapi_contrib,,,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,,29659.0,,,,3.0,,,,,,,,,,,,,,,,,,, +537,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000,2022-02-07 13:15:15.000,2021-11-16 00:44:19,643.0,,71.0,37.0,99.0,16.0,120.0,486,A complete test automation tool.,20.0,18,True,,2021-07-30 15:38:36.000,0.10.1,36.0,53.0,165.0,,golem-framework,6.0,5.0,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,164.0,,,,3.0,,,,,,,,,,,,,,,,,,, +538,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-09-09 07:55:47.000,2022-06-16 09:12:33,39.0,,16.0,5.0,12.0,8.0,13.0,191,Easily integrate socket.io with your FastAPI app.,5.0,18,True,['fastapi'],2021-12-06 08:10:52.000,0.0.9,13.0,,2608.0,,fastapi-socketio,120.0,119.0,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,1.0,2608.0,,,,3.0,,,,,,,,,,,,,,,,,,, +539,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-09-05 14:27:16.000,2022-05-20 21:14:37,166.0,,15.0,7.0,131.0,12.0,43.0,101,ASGI support for the Tartiflette GraphQL engine.,14.0,18,True,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,407.0,,tartiflette-asgi,11.0,10.0,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,407.0,,,,3.0,,,,,,,,,,,,,,,,,,, +540,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,,35.0,16.0,112.0,23.0,41.0,77,Pyramid addon for OpenAPI3 validation of requests and responses.,22.0,18,True,"['pyramid', 'openapi']",2020-10-27 20:11:49.000,0.10.2,30.0,,12093.0,,pyramid_openapi3,2.0,,https://pypi.org/project/pyramid_openapi3,2022-05-05 13:12:24.000,2.0,12093.0,,,,3.0,,,,,,,,,,,,,,,,,,, +541,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,2022-09-18 16:33:52.000,2022-09-18 16:33:51,571.0,2.0,47.0,13.0,139.0,24.0,86.0,64,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,39.0,18,True,['pyramid'],2019-05-07 14:20:39.000,2.7.0,27.0,,13884.0,,pyramid_swagger,2.0,,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,2.0,13884.0,,,,3.0,,,,,,,,,,,,,,,,,,, +542,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2019-01-04 09:01:34.019,2022-08-11 23:08:35.026,2022-07-06 20:18:54,944.0,13.0,,,,,,1,Quart is a Python ASGI web microframework with the same API as Flask.,68.0,18,False,,2022-03-26 20:55:35.000,0.17.0,23.0,,366740.0,conda-forge/quart,quart,38.0,,https://pypi.org/project/quart,2022-03-26 20:55:35.000,38.0,365628.0,https://anaconda.org/conda-forge/quart,2022-08-11 23:08:35.026,48971.0,3.0,,,,,,,,,,,,,,,,,,, +543,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,,3624.0,,,,,14513,Tool for automated Instagram interactions.,,17,True,,2022-01-19 04:05:04.000,0.6.16,52.0,,3976.0,,instapy,11.0,,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,3976.0,,,,3.0,,,,,,,,,,,,,,,,,,, +544,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-09-10 23:46:11.000,2020-06-25 16:43:52,12.0,,248.0,83.0,20.0,24.0,11.0,4232,Nginx UI allows you to access and modify the nginx configurations files without cli.,3.0,17,False,,2020-06-28 15:17:10.000,0.2,1.0,,19203.0,,,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,16.0,537685.0,,,,, +545,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.0,211.0,24.0,42.0,29.0,4109,A testing system for catching visual regressions in Web applications.,7.0,17,False,,,,5.0,,27.0,,huxley,2.0,2.0,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, +546,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,,216.0,33.0,128.0,24.0,36.0,1333,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",13.0,17,True,['fastapi'],2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +547,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.0,24.0,19.0,3.0,19.0,497,Extract data from websites using basic statistical magic.,3.0,17,False,,2015-06-28 22:20:05.000,0.0.12,4.0,,139.0,,libextract,26.0,17.0,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,139.0,,,,3.0,,,,,,,,,,,,,,,,,,, +548,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-07-21 08:53:48.000,2021-08-24 17:12:25,93.0,,46.0,9.0,32.0,23.0,17.0,427,api versioning for fastapi web applications.,16.0,17,False,['fastapi'],2021-08-24 17:06:33.000,0.10.0,10.0,,39807.0,,fastapi-versioning,2.0,,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,2.0,39807.0,,,,3.0,,,,,,,,,,,,,,,,,,, +549,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-09-19 13:20:01.000,2022-01-10 15:26:57,63.0,,30.0,3.0,21.0,6.0,15.0,220,Prometheus integration for Starlette.,14.0,17,True,['fastapi'],2022-01-10 15:27:16.000,0.9.0,10.0,9.0,52078.0,,starlette-prometheus,5.0,,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,5.0,52078.0,,,,3.0,,,,,,,,,,,,,,,,,,, +550,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.0,9.0,15.0,2.0,15.0,173,Simple Login - Login Extension for Flask - maintainer @cuducos.,10.0,17,True,['flask'],2021-10-25 13:13:37.000,0.1.1,3.0,,90233.0,,flask_simplelogin,2.0,,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,2.0,90233.0,,,,3.0,,,,,,,,,,,,,,,,,,, +551,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.0,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,,264.0,,flask-file-upload,59.0,59.0,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,264.0,,,,3.0,,,,,,,,,,,,,,,,,,, +552,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.0,12.0,54.0,17.0,32.0,101,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,,5921.0,,pyramid_celery,1.0,,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,5921.0,,,,3.0,,,,,,,,,,,,,,,,,,, +553,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000,2022-09-17 20:58:19.000,2020-04-02 04:58:41,429.0,,29.0,12.0,77.0,8.0,20.0,96,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",19.0,17,False,['pyramid'],,,5.0,,6114.0,,apex,23.0,,https://pypi.org/project/apex,2021-12-15 14:18:14.200,23.0,6114.0,,,,3.0,,,,,,,,,,,,,,,,,,, +554,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-09-28 00:56:47.000,2022-09-28 00:56:04,84.0,19.0,19.0,8.0,39.0,9.0,9.0,65,Trame let you weave various components and technologies into a Web Application solely written in Python.,7.0,17,True,,2022-08-29 21:50:47.926,2.2.0,103.0,14.0,1802.0,,trame,7.0,,https://pypi.org/project/trame,2022-06-15 13:49:22.000,7.0,1801.0,,,,3.0,,,,,,,,,,,,,,,,,,, +555,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-09-26 07:06:32.000,2022-09-07 18:59:30,228.0,2.0,9.0,9.0,200.0,4.0,15.0,60,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",11.0,17,True,,2021-11-15 10:12:31.000,1.4.1,31.0,,1705.0,,tartiflette-aiohttp,48.0,44.0,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,1705.0,,,,3.0,,,,,,,,,,,,,,,,,,, +556,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015-12-16 14:33:49.000,2022-09-17 21:18:54.000,2020-10-09 07:57:39,120.0,,29.0,6.0,34.0,10.0,20.0,73,JWT authentication for Pyramid.,12.0,16,False,['pyramid'],2020-10-09 08:00:32.000,1.6.1,10.0,,18049.0,,pyramid_jwt,,,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,18049.0,,,,3.0,,,,,,,,,,,,,,,,,,, +557,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.0,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,16,False,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,1781.0,,flask-graphql-auth,147.0,143.0,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,1781.0,,,,3.0,,,,,,,,,,,,,,,,,,, +558,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,,350.0,83.0,57.0,51.0,28.0,2091,Automated Security Testing For REST APIs.,11.0,15,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +559,opengraph,erikriver/opengraph,web-scraping,,https://github.com/erikriver/opengraph,https://github.com/erikriver/opengraph,MIT,2011-06-17 08:11:10.000,2021-12-26 03:18:57.000,2017-09-19 15:55:05,27.0,,83.0,15.0,28.0,22.0,2.0,212,A python module to parse the Open Graph Protocol.,8.0,15,False,,,,3.0,,1056.0,,opengraph,118.0,94.0,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,1056.0,,,,3.0,,,,,,,,,,,,,,,,,,, +560,pyramid_services,mmerickel/pyramid_services,pyramid-utils,,https://github.com/mmerickel/pyramid_services,https://github.com/mmerickel/pyramid_services,MIT,2015-02-14 06:44:36.000,2021-05-07 20:41:09.000,2021-05-07 20:41:09,85.0,,9.0,15.0,11.0,,4.0,78,A service layer for pyramid.,6.0,15,False,['pyramid'],2015-02-17 08:24:43.000,0.1.1,9.0,,7511.0,,pyramid_services,24.0,,https://pypi.org/project/pyramid_services,2019-04-22 16:42:26.000,24.0,7511.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.0,44.0,8.0,24.0,39.0,809,"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,,12.0,,django-schedule-frinat,,,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,12.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.0,20.0,3.0,5.0,11.0,686,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,,77.0,,growler,2.0,,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,77.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.0,17.0,26.0,6.0,18.0,623,Display machine state using Python3 with Flask.,10.0,14,False,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,67.0,,Flask-State,,,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, +564,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-07-28 11:14:53.000,2020-10-05 14:24:37,44.0,,33.0,11.0,6.0,6.0,3.0,290,row level security for FastAPI framework.,1.0,14,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,3904.0,,fastapi-permissions,,,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,3904.0,,,,3.0,,,,,,,,,,,,,,,,,,, +565,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-09-23 18:54:13.000,2021-08-31 11:36:38,175.0,,14.0,7.0,20.0,18.0,24.0,211,Fire up your API.,8.0,14,False,,2020-11-16 12:59:28.000,0.16.0,15.0,64.0,132.0,,flama,,,https://pypi.org/project/flama,2020-11-16 12:59:17.000,,130.0,,,,3.0,,,,,,,,,,,,,,,,,,, +566,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,,307.0,77.0,5.0,7.0,3.0,2059,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,,,,,,,,,,,,,,,,,,, +567,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,,21.0,9.0,6.0,2.0,5.0,296,A universal package of scraper scripts for humans.,4.0,13,False,,2021-02-07 18:16:28.000,1.1.2,19.0,,107.0,,scrapera,,,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,107.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-09-28 22:17:31.000,2020-08-16 21:52:05,198.0,,20.0,10.0,252.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,72.0,42.0,,transistor,,,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,41.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,,16.0,2.0,7.0,7.0,2.0,186,FastAPI simple cache.,7.0,13,False,['fastapi'],2020-07-26 14:43:22.000,0.0.1,1.0,,4133.0,,fastapi_cache,36.0,36.0,https://pypi.org/project/fastapi_cache,2020-07-26 14:05:51.000,,4133.0,,,,3.0,,,,,,,,,,,,,,,,,,, +570,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2022-09-15 20:25:29.000,2022-09-15 20:25:29,60.0,1.0,17.0,9.0,6.0,5.0,2.0,135,Generate a Postman collection from your Flask application.,5.0,13,True,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,935.0,,flask2postman,12.0,11.0,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,935.0,,,,3.0,,,,,,,,,,,,,,,,,,, +571,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,,28.0,8.0,18.0,9.0,7.0,260,FastAPI client generator.,8.0,10,False,['fastapi'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,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,,11.0,7.0,21.0,4.0,1.0,92,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,,57.0,,fastapi-lazy,,,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, +573,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-07-01 08:27:39.000,2022-07-01 08:11:18,21.0,,7.0,4.0,,,2.0,18,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",2.0,10,False,,2022-07-01 08:27:39.000,3.1.3,15.0,,124.0,,IP2Trace,,,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,124.0,,,,3.0,,,,,,,,,,,,,,,,,,, +574,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,2022-07-13 23:43:00.000,2022-07-13 23:11:50,71.0,1.0,6.0,2.0,17.0,3.0,3.0,95,ASGI middleware to record and emit timing metrics (to something like statsd).,3.0,5,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 18d314c9..240836e7 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,25 @@ _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._ -- aiohttp (πŸ₯‡47 Β· ⭐ 13K Β· πŸ“ˆ) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- feedparser (πŸ₯‡33 Β· ⭐ 1.5K Β· πŸ“ˆ) - Parse feeds in Python. BSD-2 -- waitress (πŸ₯ˆ32 Β· ⭐ 1.1K Β· πŸ“ˆ) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1 -- wechatpy (πŸ₯‰31 Β· ⭐ 3.2K Β· πŸ“ˆ) - WeChat SDK for Python. MIT -- pyload (πŸ₯‰29 Β· ⭐ 2.6K Β· πŸ“ˆ) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 +- Telethon (πŸ₯‡40 Β· ⭐ 6.9K Β· πŸ“ˆ) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +- mistune (πŸ₯‡38 Β· ⭐ 2.1K Β· πŸ“ˆ) - A fast yet powerful Python Markdown parser with renderers and.. BSD-3 +- django-debug-toolbar (πŸ₯‡37 Β· ⭐ 7.2K Β· πŸ“ˆ) - A configurable set of panels that display various.. BSD-3 +- pyopenssl (πŸ₯ˆ36 Β· ⭐ 780 Β· πŸ“ˆ) - A Python wrapper around the OpenSSL library. Apache-2 +- graphene-django (πŸ₯‡34 Β· ⭐ 3.9K Β· πŸ“ˆ) - Integrate GraphQL into your Django project. 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._ -- urllib3 (πŸ₯ˆ42 Β· ⭐ 3.2K Β· πŸ“‰) - Python HTTP library with thread-safe connection pooling, file post.. MIT -- bottle (πŸ₯ˆ38 Β· ⭐ 7.7K Β· πŸ“‰) - bottle.py is a fast and simple micro-framework for python web-.. MIT -- django-reversion (πŸ₯ˆ34 Β· ⭐ 2.8K Β· πŸ“‰) - django-reversion is an extension to the Django web.. BSD-3 -- spotipy (πŸ₯ˆ33 Β· ⭐ 4K Β· πŸ“‰) - A light weight Python library for the Spotify Web API. MIT -- Prism (πŸ₯ˆ32 Β· ⭐ 3.1K Β· πŸ“‰) - Turn any OpenAPI2/3 and Postman Collection file into an API.. Apache-2 +- selenium (πŸ₯‡47 Β· ⭐ 25K Β· πŸ“‰) - A browser automation framework and ecosystem. Apache-2 +- starlette (πŸ₯ˆ37 Β· ⭐ 7.4K Β· πŸ“‰) - The little ASGI framework that shines. BSD-3 +- uvicorn (πŸ₯ˆ37 Β· ⭐ 5.7K Β· πŸ“‰) - An ASGI web server, for Python. BSD-3 +- terminado (πŸ₯‰29 Β· ⭐ 320 Β· πŸ“‰) - Terminals served by tornado websockets. ❗Unlicensed +- klein (πŸ₯‰26 Β· ⭐ 810 Β· πŸ“‰) - werkzeug + twisted.web. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- playwright (πŸ₯‰24 Β· ⭐ 6.9K Β· βž•) - A high-level API to automate web browsers. Apache-2