diff --git a/README.md b/README.md index 66cf83bd..a9666018 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This curated list contains 580 awesome open-source projects with a total of 2.7M - [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_ +- [Third-party Web APIs](#third-party-web-apis) _55 projects_ - [Email](#email) _11 projects_ - [Web Scraping & Crawling](#web-scraping--crawling) _33 projects_ - [Monitoring](#monitoring) _12 projects_ @@ -91,12 +91,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (πŸ₯‡50 Β· ⭐ 64K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 820 Β· πŸ”€ 16K Β· πŸ“₯ 6.4K Β· πŸ“¦ 1.6M Β· πŸ“‹ 2.5K - 0% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 820 Β· πŸ”€ 16K Β· πŸ“₯ 6.4K Β· πŸ“¦ 1.6M Β· πŸ“‹ 2.5K - 0% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 92M / month Β· πŸ“¦ 120K Β· ⏱️ 02.05.2023): +- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 93M / month Β· πŸ“¦ 120K Β· ⏱️ 02.05.2023): ``` pip install flask ``` @@ -105,9 +105,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask ```
-
django (πŸ₯‡48 Β· ⭐ 72K) - The Web framework for perfectionists with deadlines. BSD-3 +
django (πŸ₯‡48 Β· ⭐ 73K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 3K Β· πŸ”€ 30K Β· πŸ“¦ 1.4M Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 3K Β· πŸ”€ 30K Β· πŸ“¦ 1.4M Β· ⏱️ 12.08.2023): ``` git clone https://github.com/django/django @@ -121,30 +121,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django ```
-
fastapi (πŸ₯‡46 Β· ⭐ 61K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (πŸ₯‡46 Β· ⭐ 62K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 5.1K Β· πŸ“¦ 220K Β· πŸ“‹ 3.8K - 12% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 5.2K Β· πŸ“¦ 220K Β· πŸ“‹ 3.8K - 12% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 20M / month Β· πŸ“¦ 2.5K Β· ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 20M / month Β· πŸ“¦ 2.5K Β· ⏱️ 14.08.2023): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 1.6M Β· ⏱️ 05.08.2023): +- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 1.7M Β· ⏱️ 14.08.2023): ``` conda install -c conda-forge fastapi ```
tornado (πŸ₯‡46 Β· ⭐ 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 -- [GitHub](https://github.com/tornadoweb/tornado) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 5.5K Β· πŸ“¦ 370K Β· πŸ“‹ 1.8K - 11% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/tornadoweb/tornado) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 5.5K Β· πŸ“¦ 370K Β· πŸ“‹ 1.8K - 11% open Β· ⏱️ 13.08.2023): ``` git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 30M / month Β· πŸ“¦ 26K Β· ⏱️ 14.05.2023): +- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 31M / month Β· πŸ“¦ 26K Β· ⏱️ 11.08.2023): ``` pip install tornado ``` @@ -155,23 +155,23 @@ _General purpose web frameworks to build web applications and REST APIs._
werkzeug (πŸ₯ˆ45 Β· ⭐ 6.4K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 1.7K Β· πŸ“₯ 500 Β· πŸ“¦ 1.1M Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 1.7K Β· πŸ“₯ 510 Β· πŸ“¦ 1.1M Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 100M / month Β· πŸ“¦ 70K Β· ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 100M / month Β· πŸ“¦ 70K Β· ⏱️ 14.08.2023): ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 8.5M Β· ⏱️ 09.06.2023): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 8.6M Β· ⏱️ 15.08.2023): ``` conda install -c conda-forge werkzeug ```
django-rest-framework (πŸ₯ˆ43 Β· ⭐ 26K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 6.6K Β· πŸ“¦ 540K Β· πŸ“‹ 3.9K - 3% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 6.6K Β· πŸ“¦ 550K Β· πŸ“‹ 3.9K - 3% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/encode/django-rest-framework @@ -208,7 +208,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 18M / month Β· πŸ“¦ 960 Β· ⏱️ 24.07.2023): +- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 19M / month Β· πŸ“¦ 960 Β· ⏱️ 24.07.2023): ``` pip install starlette ``` @@ -219,12 +219,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Flask-AppBuilder (πŸ₯ˆ40 Β· ⭐ 4.3K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.3K Β· πŸ“¦ 4.9K Β· πŸ“‹ 1.3K - 11% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.3K Β· πŸ“¦ 5K Β· πŸ“‹ 1.3K - 11% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 4.8M / month Β· πŸ“¦ 330 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 4.7M / month Β· πŸ“¦ 330 Β· ⏱️ 27.07.2023): ``` pip install flask-appbuilder ``` @@ -251,12 +251,12 @@ _General purpose web frameworks to build web applications and REST APIs._
falcon (πŸ₯ˆ37 Β· ⭐ 9.2K) - The no-magic web data plane API and microservices framework for.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“₯ 5K Β· πŸ“¦ 8.4K Β· πŸ“‹ 990 - 15% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“₯ 5K Β· πŸ“¦ 8.4K Β· πŸ“‹ 990 - 15% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 580K / month Β· πŸ“¦ 1.7K Β· ⏱️ 18.11.2022): +- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 590K / month Β· πŸ“¦ 1.7K Β· ⏱️ 18.11.2022): ``` pip install falcon ``` @@ -283,12 +283,12 @@ _General purpose web frameworks to build web applications and REST APIs._
CherryPy (πŸ₯ˆ35 Β· ⭐ 1.7K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“¦ 11K Β· πŸ“‹ 1.8K - 14% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/cherrypy/cherrypy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“¦ 12K Β· πŸ“‹ 1.8K - 14% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 1M / month Β· πŸ“¦ 10K Β· ⏱️ 17.07.2022): +- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 970K / month Β· πŸ“¦ 10K Β· ⏱️ 17.07.2022): ``` pip install cherrypy ``` @@ -309,14 +309,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install django-tastypie ```
+
eve (πŸ₯‰33 Β· ⭐ 6.6K Β· πŸ“ˆ) - REST API framework designed for human beings. BSD-3 + +- [GitHub](https://github.com/pyeve/eve) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 750 Β· πŸ“¦ 1.1K Β· πŸ“‹ 970 - 2% open Β· ⏱️ 10.07.2023): + + ``` + git clone https://github.com/pyeve/eve + ``` +- [PyPi](https://pypi.org/project/eve) (πŸ“₯ 11K / month Β· πŸ“¦ 380 Β· ⏱️ 08.06.2022): + ``` + pip install eve + ``` +
hug (πŸ₯‰31 Β· ⭐ 6.7K) - Embrace the APIs of the future. Hug aims to make developing APIs as simple as.. MIT -- [GitHub](https://github.com/hugapi/hug) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 380 Β· πŸ“¦ 2.4K Β· πŸ“‹ 460 - 35% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/hugapi/hug) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 390 Β· πŸ“¦ 2.5K Β· πŸ“‹ 480 - 37% open Β· ⏱️ 30.06.2023): ``` git clone https://github.com/hugapi/hug ``` -- [PyPi](https://pypi.org/project/hug) (πŸ“₯ 55K / month): +- [PyPi](https://pypi.org/project/hug) (πŸ“₯ 52K / month Β· πŸ“¦ 230 Β· ⏱️ 06.02.2020): ``` pip install hug ``` @@ -325,68 +337,68 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hug ```
-
webpy (πŸ₯‰30 Β· ⭐ 5.8K) - web.py is a web framework for python that is as simple as it is.. Unlicense +
cornice (πŸ₯‰29 Β· ⭐ 380) - Build Web Services with Pyramid. MPL-2.0 -- [GitHub](https://github.com/webpy/webpy) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 1.3K Β· πŸ“¦ 4 Β· πŸ“‹ 440 - 9% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/Cornices/cornice) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 160 Β· πŸ“¦ 830 Β· πŸ“‹ 240 - 19% open Β· ⏱️ 13.07.2023): ``` - git clone https://github.com/webpy/webpy + git clone https://github.com/Cornices/cornice ``` -- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 280K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 38K / month Β· πŸ“¦ 350 Β· ⏱️ 07.01.2022): ``` - pip install web.py + pip install cornice ``` -- [Conda](https://anaconda.org/conda-forge/web.py) (πŸ“₯ 55K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/anaconda/cornice) (πŸ“₯ 7.7K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge web.py + conda install -c anaconda cornice ```
robyn (πŸ₯‰27 Β· ⭐ 2.9K) - A High-Performance, Community-Driven, and Innovator Friendly Web Framework.. BSD-2 -- [GitHub](https://github.com/sparckles/robyn) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 150 Β· πŸ“¦ 31 Β· πŸ“‹ 290 - 39% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/sparckles/robyn) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 150 Β· πŸ“¦ 31 Β· πŸ“‹ 290 - 38% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 27K / month Β· ⏱️ 06.08.2023): +- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 29K / month Β· ⏱️ 13.08.2023): ``` pip install robyn ``` -- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 99K Β· ⏱️ 07.08.2023): +- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 100K Β· ⏱️ 07.08.2023): ``` conda install -c conda-forge robyn ```
masonite (πŸ₯‰26 Β· ⭐ 2K Β· πŸ’€) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 130 Β· πŸ“¦ 490 Β· πŸ“‹ 400 - 10% open Β· ⏱️ 05.11.2022): +- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 120 Β· πŸ“¦ 490 Β· πŸ“‹ 390 - 8% open Β· ⏱️ 05.11.2022): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 2.4K / month Β· πŸ“¦ 75 Β· ⏱️ 26.06.2022): +- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 2.1K / month): ``` pip install masonite ```
-
emmett (πŸ₯‰26 Β· ⭐ 870) - The web framework for inventors. BSD-3 +
web2py (πŸ₯‰25 Β· ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 -- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 65 Β· πŸ“¦ 47 Β· πŸ“‹ 310 - 9% open Β· ⏱️ 22.06.2023): +- [GitHub](https://github.com/web2py/web2py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 860 Β· πŸ“¦ 40 Β· πŸ“‹ 1.1K - 34% open Β· ⏱️ 05.07.2023): ``` - git clone https://github.com/emmett-framework/emmett - ``` -- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 490 / month Β· πŸ“¦ 4 Β· ⏱️ 23.05.2022): - ``` - pip install emmett + git clone https://github.com/web2py/web2py ```
-
web2py (πŸ₯‰25 Β· ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 +
emmett (πŸ₯‰25 Β· ⭐ 870) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/web2py/web2py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 880 Β· πŸ“¦ 40 Β· πŸ“‹ 1.1K - 34% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 65 Β· πŸ“¦ 51 Β· πŸ“‹ 310 - 9% open Β· ⏱️ 22.06.2023): ``` - git clone https://github.com/web2py/web2py + git clone https://github.com/emmett-framework/emmett + ``` +- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 310 / month Β· πŸ“¦ 4 Β· ⏱️ 23.05.2022): + ``` + pip install emmett ```
guillotina (πŸ₯‰25 Β· ⭐ 180 Β· πŸ’€) - Python AsyncIO data API to manage billions of resources. BSD-3 @@ -396,7 +408,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) (πŸ“₯ 5.3K / month Β· πŸ“¦ 46 Β· ⏱️ 25.08.2022): +- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 4.1K / month Β· πŸ“¦ 46 Β· ⏱️ 25.08.2022): ``` pip install guillotina ``` @@ -408,23 +420,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/elimintz/justpy ``` -- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 1.6K / month Β· πŸ“¦ 7 Β· ⏱️ 20.03.2023): +- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 1.8K / month Β· πŸ“¦ 7 Β· ⏱️ 20.03.2023): ``` pip install justpy ```
-
flask-mongorest (πŸ₯‰20 Β· ⭐ 530 Β· πŸ’€) - Restful API framework wrapped around MongoEngine. BSD-3 - -- [GitHub](https://github.com/closeio/flask-mongorest) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 89 Β· πŸ“¦ 49 Β· πŸ“‹ 65 - 41% open Β· ⏱️ 12.09.2022): - - ``` - git clone https://github.com/closeio/flask-mongorest - ``` -- [PyPi](https://pypi.org/project/Flask-MongoRest) (πŸ“₯ 350 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): - ``` - pip install Flask-MongoRest - ``` -
flama (πŸ₯‰19 Β· ⭐ 240) - Fire up your models with the flame. Apache-2 - [GitHub](https://github.com/vortico/flama) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“₯ 140 Β· πŸ“¦ 12 Β· πŸ“‹ 71 - 15% open Β· ⏱️ 08.06.2023): @@ -432,21 +432,21 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 210 / month Β· πŸ“¦ 1 Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 180 / month): ``` pip install flama ```
Show 9 hidden projects... -- pyramid (πŸ₯‰34 Β· ⭐ 3.8K) - Pyramid - A Python web framework. ❗Unlicensed -- eve (πŸ₯‰28 Β· ⭐ 6.6K Β· πŸ“‰) - REST API framework designed for human beings. ❗Unlicensed -- flask-restplus (πŸ₯‰28 Β· ⭐ 2.7K Β· πŸ’€) - Fully featured framework for fast, easy and.. ❗Unlicensed +- pyramid (πŸ₯‰33 Β· ⭐ 3.8K) - Pyramid - A Python web framework. ❗Unlicensed +- flask-restplus (πŸ₯‰31 Β· ⭐ 2.7K Β· πŸ’€) - Fully featured framework for fast, easy and.. BSD-3 - responder (πŸ₯‰27 Β· ⭐ 3.6K Β· πŸ’€) - A familiar HTTP Service Framework for Python. Apache-2 -- japronto (πŸ₯‰26 Β· ⭐ 8.6K Β· πŸ’€) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT +- webpy (πŸ₯‰25 Β· ⭐ 5.8K) - web.py is a web framework for python that is as simple as it is.. ❗Unlicensed - quart (πŸ₯‰25 Β· ⭐ 2K Β· πŸ’€) - Quart is a Python ASGI web microframework with the same API as Flask. MIT -- cornice (πŸ₯‰25 Β· ⭐ 370) - Build Web Services with Pyramid. ❗Unlicensed -- vibora (πŸ₯‰22 Β· ⭐ 5.7K Β· πŸ’€) - Fast, asynchronous and elegant Python web framework. MIT +- japronto (πŸ₯‰24 Β· ⭐ 8.6K Β· πŸ’€) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT +- vibora (πŸ₯‰20 Β· ⭐ 5.7K Β· πŸ’€) - Fast, asynchronous and elegant Python web framework. MIT +- flask-mongorest (πŸ₯‰18 Β· ⭐ 520 Β· πŸ’€) - Restful API framework wrapped around MongoEngine. ❗Unlicensed - Growler (πŸ₯‰15 Β· ⭐ 690 Β· πŸ’€) - A micro web-framework using asyncio coroutines and chained.. Apache-2

@@ -457,12 +457,12 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (πŸ₯‡49 Β· ⭐ 50K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 8.7K Β· πŸ“₯ 6.3K Β· πŸ“¦ 2.4M Β· πŸ“‹ 3.8K - 5% open Β· ⏱️ 30.07.2023): +- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 9.1K Β· πŸ“₯ 6.4K Β· πŸ“¦ 2.4M Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (πŸ“₯ 330M / month): +- [PyPi](https://pypi.org/project/requests) (πŸ“₯ 330M / month Β· πŸ“¦ 200K Β· ⏱️ 20.07.2023): ``` pip install requests ``` @@ -473,12 +473,12 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (πŸ₯‡47 Β· ⭐ 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 1.9K Β· πŸ“₯ 12K Β· πŸ“¦ 370K Β· πŸ“‹ 2.9K - 17% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 680 Β· πŸ”€ 1.9K Β· πŸ“₯ 12K Β· πŸ“¦ 370K Β· πŸ“‹ 2.9K - 17% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 75M / month Β· πŸ“¦ 14K Β· ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 79M / month Β· πŸ“¦ 14K Β· ⏱️ 19.07.2023): ``` pip install aiohttp ``` @@ -494,39 +494,39 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (πŸ“₯ 380M / month Β· πŸ“¦ 45K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/urllib3) (πŸ“₯ 390M / month Β· πŸ“¦ 45K Β· ⏱️ 20.07.2023): ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (πŸ“₯ 37M Β· ⏱️ 19.07.2023): +- [Conda](https://anaconda.org/conda-forge/urllib3) (πŸ“₯ 38M Β· ⏱️ 19.07.2023): ``` conda install -c conda-forge urllib3 ```
httpx (πŸ₯ˆ40 Β· ⭐ 11K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 720 Β· πŸ“¦ 100K Β· πŸ“‹ 790 - 4% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 720 Β· πŸ“¦ 110K Β· πŸ“‹ 790 - 4% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 20M / month Β· πŸ“¦ 3K Β· ⏱️ 19.05.2023): +- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 22M / month Β· πŸ“¦ 3K Β· ⏱️ 19.05.2023): ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 710K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 720K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge httpx ```
httpie (πŸ₯ˆ36 Β· ⭐ 29K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 -- [GitHub](https://github.com/httpie/cli) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.8K Β· πŸ“₯ 4.7K Β· πŸ“¦ 4 Β· πŸ“‹ 820 - 17% open Β· ⏱️ 06.08.2023): +- [GitHub](https://github.com/httpie/cli) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.8K Β· πŸ“₯ 4.8K Β· πŸ“¦ 10 Β· πŸ“‹ 820 - 17% open Β· ⏱️ 06.08.2023): ``` git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 230K / month Β· πŸ“¦ 1.7K Β· ⏱️ 21.03.2020): +- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 240K / month Β· πŸ“¦ 1.7K Β· ⏱️ 21.03.2020): ``` pip install httpie ``` @@ -542,7 +542,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mvantellingen/python-zeep ``` -- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 8.4M / month Β· πŸ“¦ 640 Β· ⏱️ 20.11.2022): +- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 8.5M / month Β· πŸ“¦ 640 Β· ⏱️ 20.11.2022): ``` pip install zeep ``` @@ -553,7 +553,7 @@ _General purpose web frameworks to build web applications and REST APIs._
httplib2 (πŸ₯ˆ35 Β· ⭐ 470) - Small, fast HTTP client library for Python. Features persistent.. MIT -- [GitHub](https://github.com/httplib2/httplib2) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 200 Β· πŸ“¦ 150K Β· πŸ“‹ 130 - 46% open Β· ⏱️ 21.03.2023): +- [GitHub](https://github.com/httplib2/httplib2) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 200 Β· πŸ“¦ 160K Β· πŸ“‹ 130 - 46% open Β· ⏱️ 21.03.2023): ``` git clone https://github.com/httplib2/httplib2 @@ -569,28 +569,28 @@ _General purpose web frameworks to build web applications and REST APIs._
httpcore (πŸ₯ˆ34 Β· ⭐ 350) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 70 Β· πŸ“¦ 60K Β· πŸ“‹ 150 - 10% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 70 Β· πŸ“¦ 62K Β· πŸ“‹ 150 - 10% open Β· ⏱️ 13.08.2023): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 25M / month Β· πŸ“¦ 150 Β· ⏱️ 05.07.2023): +- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 26M / month Β· πŸ“¦ 150 Β· ⏱️ 05.07.2023): ``` pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 650K Β· ⏱️ 06.07.2023): +- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 670K Β· ⏱️ 06.07.2023): ``` conda install -c conda-forge httpcore ```
requests-futures (πŸ₯‰32 Β· ⭐ 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 -- [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 5.7K Β· πŸ“‹ 87 - 2% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 160 Β· πŸ“¦ 5.7K Β· πŸ“‹ 88 - 2% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/ross/requests-futures ``` -- [PyPi](https://pypi.org/project/requests-futures) (πŸ“₯ 1.5M / month Β· πŸ“¦ 980 Β· ⏱️ 19.06.2023): +- [PyPi](https://pypi.org/project/requests-futures) (πŸ“₯ 1.6M / month Β· πŸ“¦ 980 Β· ⏱️ 19.06.2023): ``` pip install requests-futures ``` @@ -599,36 +599,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests-futures ```
-
httptools (πŸ₯‰30 Β· ⭐ 1.1K) - Fast HTTP parser. MIT +
requests-toolbelt (πŸ₯‰31 Β· ⭐ 940) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 74 Β· πŸ“¦ 54K Β· πŸ“‹ 49 - 18% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 180 Β· πŸ“‹ 200 - 43% open Β· ⏱️ 11.08.2023): ``` - git clone https://github.com/MagicStack/httptools + git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 9.3M / month Β· πŸ“¦ 580 Β· ⏱️ 07.07.2023): +- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 45M / month Β· πŸ“¦ 720 Β· ⏱️ 01.05.2023): ``` - pip install httptools + pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/httptools) (πŸ“₯ 530K Β· ⏱️ 07.07.2023): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 2.5M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge httptools + conda install -c conda-forge requests-toolbelt ```
-
requests-toolbelt (πŸ₯‰30 Β· ⭐ 940) - A toolbelt of useful classes and functions to be used.. Apache-2 +
httptools (πŸ₯‰30 Β· ⭐ 1.1K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 180 Β· πŸ“‹ 200 - 43% open Β· ⏱️ 28.06.2023): +- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 74 Β· πŸ“¦ 55K Β· πŸ“‹ 49 - 18% open Β· ⏱️ 06.07.2023): ``` - git clone https://github.com/requests/toolbelt + git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 45M / month Β· πŸ“¦ 720 Β· ⏱️ 01.05.2023): +- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 11M / month Β· πŸ“¦ 580 Β· ⏱️ 07.07.2023): ``` - pip install requests-toolbelt + pip install httptools ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 2.4M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/httptools) (πŸ“₯ 530K Β· ⏱️ 07.07.2023): ``` - conda install -c conda-forge requests-toolbelt + conda install -c conda-forge httptools ```
grequests (πŸ₯‰29 Β· ⭐ 4.3K) - Requests + Gevent = 3. BSD-2 @@ -665,12 +665,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpstat (πŸ₯‰21 Β· ⭐ 5.4K) - curl statistics made simple. MIT -- [GitHub](https://github.com/reorx/httpstat) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 370 Β· πŸ“₯ 200 Β· πŸ“¦ 14 Β· πŸ“‹ 29 - 24% open Β· ⏱️ 12.06.2023): +- [GitHub](https://github.com/reorx/httpstat) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 360 Β· πŸ“₯ 200 Β· πŸ“¦ 14 Β· πŸ“‹ 29 - 24% open Β· ⏱️ 12.06.2023): ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (πŸ“₯ 1.5K / month Β· ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/httpstat) (πŸ“₯ 1.3K / month Β· ⏱️ 11.10.2022): ``` pip install httpstat ``` @@ -691,7 +691,7 @@ _General purpose web frameworks to build web applications and REST APIs._
gunicorn (πŸ₯‡45 Β· ⭐ 9.1K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 1.7K Β· πŸ“₯ 100 Β· πŸ“¦ 1M Β· πŸ“‹ 2.1K - 16% open Β· ⏱️ 19.07.2023): +- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 1.7K Β· πŸ“₯ 100 Β· πŸ“¦ 1M Β· πŸ“‹ 2.1K - 17% open Β· ⏱️ 19.07.2023): ``` git clone https://github.com/benoitc/gunicorn @@ -705,30 +705,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gunicorn ```
-
gevent (πŸ₯‡41 Β· ⭐ 6K) - Coroutine-based concurrency library for Python. MIT - -- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 940 Β· πŸ“₯ 59K Β· πŸ“¦ 110K Β· πŸ“‹ 1.3K - 7% open Β· ⏱️ 04.08.2023): - - ``` - git clone https://github.com/gevent/gevent - ``` -- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 7.4M / month Β· πŸ“¦ 15K Β· ⏱️ 11.07.2023): - ``` - pip install gevent - ``` -- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 1.2M Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge gevent - ``` -
-
uvicorn (πŸ₯ˆ39 Β· ⭐ 6.9K) - An ASGI web server, for Python. BSD-3 +
uvicorn (πŸ₯‡39 Β· ⭐ 6.9K) - An ASGI web server, for Python. BSD-3 - [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 600 Β· πŸ“¦ 220K Β· πŸ“‹ 680 - 7% open Β· ⏱️ 08.08.2023): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 15M / month Β· πŸ“¦ 1.9K Β· ⏱️ 31.07.2023): +- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 16M / month Β· πŸ“¦ 1.9K Β· ⏱️ 31.07.2023): ``` pip install uvicorn ``` @@ -737,14 +721,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge uvicorn ```
-
asgiref (πŸ₯ˆ36 Β· ⭐ 1.3K) - ASGI specification and utilities. BSD-3 +
asgiref (πŸ₯ˆ37 Β· ⭐ 1.3K) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 180 Β· πŸ“¦ 650K Β· πŸ“‹ 180 - 16% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 190 Β· πŸ“¦ 650K Β· πŸ“‹ 190 - 20% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/django/asgiref ``` -- [PyPi](https://pypi.org/project/asgiref) (πŸ“₯ 16M / month): +- [PyPi](https://pypi.org/project/asgiref) (πŸ“₯ 17M / month Β· πŸ“¦ 1.2K Β· ⏱️ 27.05.2023): ``` pip install asgiref ``` @@ -753,14 +737,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge asgiref ```
-
whitenoise (πŸ₯ˆ33 Β· ⭐ 2.3K) - Radically simplified static file serving for Python web apps. MIT +
whitenoise (πŸ₯‰33 Β· ⭐ 2.3K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“‹ 240 - 13% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“‹ 240 - 13% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (πŸ“₯ 1.9M / month Β· πŸ“¦ 13K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/whitenoise) (πŸ“₯ 2M / month Β· πŸ“¦ 13K Β· ⏱️ 16.06.2023): ``` pip install whitenoise ``` @@ -771,12 +755,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Hypercorn (πŸ₯‰30 Β· ⭐ 650) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 62 Β· πŸ“¦ 4.6K Β· πŸ“‹ 110 - 41% open Β· ⏱️ 08.07.2023): +- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 62 Β· πŸ“¦ 4.7K Β· πŸ“‹ 110 - 41% open Β· ⏱️ 08.07.2023): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 480K / month Β· πŸ“¦ 50 Β· ⏱️ 08.07.2023): +- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 510K / month Β· πŸ“¦ 50 Β· ⏱️ 08.07.2023): ``` pip install hypercorn ``` @@ -792,29 +776,45 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install livereload ``` -- [Conda](https://anaconda.org/conda-forge/livereload) (πŸ“₯ 410K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/livereload) (πŸ“₯ 420K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge livereload ```
mangum (πŸ₯‰28 Β· ⭐ 1.4K Β· πŸ’€) - AWS Lambda support for ASGI applications. MIT -- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 88 Β· πŸ“¦ 2.6K Β· πŸ“‹ 160 - 10% open Β· ⏱️ 27.11.2022): +- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 89 Β· πŸ“¦ 2.6K Β· πŸ“‹ 160 - 10% open Β· ⏱️ 27.11.2022): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 450K / month): +- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 450K / month Β· πŸ“¦ 15 Β· ⏱️ 27.11.2022): ``` pip install mangum ```
+
bjoern (πŸ₯‰27 Β· ⭐ 2.9K Β· πŸ’€) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 + +- [GitHub](https://github.com/jonashaag/bjoern) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 190 Β· πŸ“¦ 660 Β· πŸ“‹ 160 - 17% open Β· ⏱️ 11.09.2022): + + ``` + git clone https://github.com/jonashaag/bjoern + ``` +- [PyPi](https://pypi.org/project/bjoern) (πŸ“₯ 24K / month Β· πŸ“¦ 150 Β· ⏱️ 19.09.2022): + ``` + pip install bjoern + ``` +- [Conda](https://anaconda.org/conda-forge/bjoern) (πŸ“₯ 110K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge bjoern + ``` +
Show 4 hidden projects... -- waitress (πŸ₯ˆ33 Β· ⭐ 1.3K) - Waitress - A WSGI server for Python 3. ❗Unlicensed -- Meinheld (πŸ₯‰26 Β· ⭐ 1.4K Β· πŸ’€) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 -- bjoern (πŸ₯‰24 Β· ⭐ 2.9K Β· πŸ’€) - A screamingly fast Python 2/3 WSGI server written in C. ❗Unlicensed -- django-devserver (πŸ₯‰22 Β· ⭐ 1.3K Β· πŸ’€) - A drop-in replacement for Djangos runserver. BSD-3 +- gevent (πŸ₯ˆ38 Β· ⭐ 6K) - Coroutine-based concurrency library for Python. ❗Unlicensed +- waitress (πŸ₯ˆ34 Β· ⭐ 1.3K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 +- django-devserver (πŸ₯‰25 Β· ⭐ 1.3K Β· πŸ’€) - A drop-in replacement for Djangos runserver. BSD-3 +- Meinheld (πŸ₯‰23 Β· ⭐ 1.4K Β· πŸ’€) - Meinheld is a high performance asynchronous WSGI Web Server.. ❗Unlicensed

@@ -822,14 +822,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
django-allauth (πŸ₯‡41 Β· ⭐ 8.1K) - Integrated set of Django applications addressing.. MIT +
django-allauth (πŸ₯‡41 Β· ⭐ 8.2K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 650 Β· πŸ”€ 2.8K Β· πŸ“¦ 4 Β· πŸ“‹ 2.1K - 11% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 650 Β· πŸ”€ 2.8K Β· πŸ“¦ 10 Β· πŸ“‹ 2.1K - 11% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 740K / month Β· πŸ“¦ 5.3K Β· ⏱️ 31.03.2023): +- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 730K / month Β· πŸ“¦ 5.3K Β· ⏱️ 31.03.2023): ``` pip install django-allauth ``` @@ -838,9 +838,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-allauth ```
-
pyjwt (πŸ₯‡39 Β· ⭐ 4.7K) - JSON Web Token implementation in Python. MIT +
pyjwt (πŸ₯‡38 Β· ⭐ 4.7K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 640 Β· πŸ“¦ 430K Β· πŸ“‹ 410 - 3% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 640 Β· πŸ“¦ 440K Β· πŸ“‹ 410 - 3% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/jpadilla/pyjwt @@ -856,16 +856,16 @@ _General purpose web frameworks to build web applications and REST APIs._
oauthlib (πŸ₯‡38 Β· ⭐ 2.6K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 -- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 490 Β· πŸ“¦ 410K Β· πŸ“‹ 380 - 23% open Β· ⏱️ 13.06.2023): +- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 490 Β· πŸ“¦ 420K Β· πŸ“‹ 380 - 23% open Β· ⏱️ 13.06.2023): ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 82M / month Β· πŸ“¦ 13K Β· ⏱️ 17.10.2022): +- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 81M / month Β· πŸ“¦ 13K Β· ⏱️ 17.10.2022): ``` pip install oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/oauthlib) (πŸ“₯ 9.1M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/oauthlib) (πŸ“₯ 9.2M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge oauthlib ``` @@ -897,7 +897,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install requests-oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (πŸ“₯ 8.3M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (πŸ“₯ 8.4M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge requests-oauthlib ``` @@ -909,23 +909,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 93M / month Β· πŸ“¦ 2.8K Β· ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 95M / month Β· πŸ“¦ 2.8K Β· ⏱️ 11.07.2023): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 8M Β· ⏱️ 11.07.2023): +- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 8.1M Β· ⏱️ 11.07.2023): ``` conda install -c conda-forge google-auth ```
flask-login (πŸ₯ˆ36 Β· ⭐ 3.3K) - Flask user session management. MIT -- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 780 Β· πŸ“¦ 140K Β· πŸ“‹ 380 - 6% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 780 Β· πŸ“¦ 150K Β· πŸ“‹ 380 - 6% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 4.7M / month Β· πŸ“¦ 13K Β· ⏱️ 25.07.2022): +- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 4.6M / month Β· πŸ“¦ 13K Β· ⏱️ 25.07.2022): ``` pip install flask-login ``` @@ -941,7 +941,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) (πŸ“₯ 4.3M / month Β· πŸ“¦ 670 Β· ⏱️ 26.05.2023): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 4.2M / month Β· πŸ“¦ 670 Β· ⏱️ 26.05.2023): ``` pip install flask-jwt-extended ``` @@ -952,7 +952,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-oauth-toolkit (πŸ₯ˆ35 Β· ⭐ 2.9K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 750 Β· πŸ“‹ 780 - 23% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 750 Β· πŸ“‹ 780 - 23% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/jazzband/django-oauth-toolkit @@ -981,7 +981,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) (πŸ“₯ 5.2M / month Β· πŸ“¦ 600 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 5.4M / month Β· πŸ“¦ 600 Β· ⏱️ 27.07.2023): ``` pip install pyotp ``` @@ -990,46 +990,46 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pyotp ```
-
dj-rest-auth (πŸ₯ˆ32 Β· ⭐ 1.4K) - Authentication for Django Rest Framework. MIT +
django-rest-framework-simplejwt (πŸ₯ˆ32 Β· ⭐ 3.5K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 240 Β· πŸ“₯ 340 Β· πŸ“¦ 8.8K Β· πŸ“‹ 350 - 42% open Β· ⏱️ 17.07.2023): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 610 Β· πŸ“‹ 460 - 32% open Β· ⏱️ 10.08.2023): ``` - git clone https://github.com/iMerica/dj-rest-auth - ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 240K / month): - ``` - pip install dj-rest-auth + git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 18K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (πŸ“₯ 1.4M / month Β· πŸ“¦ 350 Β· ⏱️ 20.10.2022): ``` - conda install -c conda-forge dj-rest-auth + pip install djangorestframework-simplejwt ```
-
django-rest-framework-simplejwt (πŸ₯‰31 Β· ⭐ 3.5K) - A JSON Web Token authentication plugin for the Django.. MIT +
dj-rest-auth (πŸ₯ˆ32 Β· ⭐ 1.4K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 610 Β· πŸ“‹ 450 - 31% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 240 Β· πŸ“₯ 340 Β· πŸ“¦ 8.9K Β· πŸ“‹ 350 - 42% open Β· ⏱️ 17.07.2023): ``` - git clone https://github.com/jazzband/djangorestframework-simplejwt + git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (πŸ“₯ 1.5M / month Β· πŸ“¦ 340 Β· ⏱️ 20.10.2022): +- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 230K / month Β· πŸ“¦ 12 Β· ⏱️ 14.01.2023): ``` - pip install djangorestframework-simplejwt + pip install dj-rest-auth + ``` +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 18K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge dj-rest-auth ```
fastapi-users (πŸ₯‰31 Β· ⭐ 3.2K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 300 Β· πŸ“₯ 71 Β· πŸ“¦ 1.7K Β· πŸ“‹ 240 - 2% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 300 Β· πŸ“₯ 72 Β· πŸ“¦ 1.8K Β· πŸ“‹ 240 - 2% open Β· ⏱️ 10.08.2023): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 52K / month Β· πŸ“¦ 15 Β· ⏱️ 08.08.2023): +- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 53K / month Β· πŸ“¦ 15 Β· ⏱️ 08.08.2023): ``` pip install fastapi-users ``` -- [Conda](https://anaconda.org/conda-forge/fastapi-users) (πŸ“₯ 38K Β· ⏱️ 12.07.2023): +- [Conda](https://anaconda.org/conda-forge/fastapi-users) (πŸ“₯ 39K Β· ⏱️ 12.07.2023): ``` conda install -c conda-forge fastapi-users ``` @@ -1041,7 +1041,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 630K / month Β· πŸ“¦ 2.2K Β· ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 620K / month Β· πŸ“¦ 2.2K Β· ⏱️ 27.04.2023): ``` pip install flask-httpauth ``` @@ -1057,7 +1057,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 7.1M / month Β· πŸ“¦ 830 Β· ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 7M / month Β· πŸ“¦ 830 Β· ⏱️ 05.06.2021): ``` pip install python-jose ``` @@ -1066,9 +1066,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-jose ```
-
django-rest-knox (πŸ₯‰29 Β· ⭐ 960 Β· πŸ’€) - Authentication Module for django rest auth. MIT +
django-rest-knox (πŸ₯‰29 Β· ⭐ 960) - Authentication Module for django rest auth. MIT -- [GitHub](https://github.com/jazzband/django-rest-knox) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 180 Β· πŸ“¦ 9.8K Β· πŸ“‹ 150 - 42% open Β· ⏱️ 24.08.2022): +- [GitHub](https://github.com/jazzband/django-rest-knox) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 180 Β· πŸ“¦ 9.8K Β· πŸ“‹ 160 - 42% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/James1345/django-rest-knox @@ -1085,11 +1085,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 68K / month Β· πŸ“¦ 160 Β· ⏱️ 10.05.2023): +- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 70K / month Β· πŸ“¦ 160 Β· ⏱️ 10.05.2023): ``` pip install flask-dance ``` -- [Conda](https://anaconda.org/conda-forge/flask-dance) (πŸ“₯ 9.5K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-dance) (πŸ“₯ 9.6K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge flask-dance ``` @@ -1101,7 +1101,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 110K / month Β· πŸ“¦ 140 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 120K / month Β· πŸ“¦ 140 Β· ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1118,6 +1118,18 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install authomatic ```
+
django-cas-ng (πŸ₯‰25 Β· ⭐ 360) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT + +- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 160 Β· πŸ“₯ 530 Β· πŸ“¦ 460 Β· πŸ“‹ 150 - 2% open Β· ⏱️ 27.06.2023): + + ``` + git clone https://github.com/django-cas-ng/django-cas-ng + ``` +- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 17K / month Β· πŸ“¦ 74 Β· ⏱️ 09.01.2022): + ``` + pip install django-cas-ng + ``` +
fastapi_login (πŸ₯‰24 Β· ⭐ 510) - FastAPI-Login tries to provide similar functionality as.. MIT - [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 52 Β· πŸ“₯ 3 Β· πŸ“¦ 580 Β· πŸ“‹ 54 - 16% open Β· ⏱️ 27.07.2023): @@ -1125,21 +1137,21 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 20K / month Β· πŸ“¦ 2 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 22K / month Β· πŸ“¦ 2 Β· ⏱️ 27.07.2023): ``` pip install fastapi_login ```
-
django-cas-ng (πŸ₯‰24 Β· ⭐ 360) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT +
flask-praetorian (πŸ₯‰22 Β· ⭐ 340 Β· πŸ’€) - Strong, Simple, and Precise security for Flask APIs.. MIT -- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 160 Β· πŸ“₯ 530 Β· πŸ“¦ 460 Β· πŸ“‹ 150 - 1% open Β· ⏱️ 27.06.2023): +- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 62 Β· πŸ“¦ 380 Β· πŸ“‹ 140 - 4% open Β· ⏱️ 20.09.2022): ``` - git clone https://github.com/django-cas-ng/django-cas-ng + git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 17K / month): +- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 3.6K / month Β· πŸ“¦ 8 Β· ⏱️ 20.09.2022): ``` - pip install django-cas-ng + pip install flask-praetorian ```
python-jwt (πŸ₯‰21 Β· ⭐ 210 Β· πŸ’€) - Python module for generating and verifying JSON Web Tokens. MIT @@ -1149,23 +1161,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 200K / month Β· πŸ“¦ 59 Β· ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 190K / month Β· πŸ“¦ 59 Β· ⏱️ 27.09.2022): ``` pip install python-jwt ```
-
flask-praetorian (πŸ₯‰20 Β· ⭐ 340 Β· πŸ’€) - Strong, Simple, and Precise security for Flask APIs.. MIT - -- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 46 Β· πŸ“¦ 380 Β· πŸ“‹ 140 - 2% open Β· ⏱️ 20.09.2022): - - ``` - git clone https://github.com/dusktreader/flask-praetorian - ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 3.6K / month): - ``` - pip install flask-praetorian - ``` -
flask_simplelogin (πŸ₯‰19 Β· ⭐ 190) - Simple Login - Login Extension for Flask - maintainer.. MIT - [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 39 Β· πŸ“¦ 31 Β· πŸ“‹ 18 - 16% open Β· ⏱️ 05.05.2023): @@ -1173,7 +1173,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) (πŸ“₯ 26K / month Β· πŸ“¦ 3 Β· ⏱️ 25.10.2021): +- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 24K / month Β· πŸ“¦ 3 Β· ⏱️ 25.10.2021): ``` pip install flask_simplelogin ``` @@ -1181,7 +1181,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 14 hidden projects... - oauth2client (πŸ₯ˆ35 Β· ⭐ 800 Β· πŸ’€) - This is a Python library for accessing resources protected.. Apache-2 -- django-guardian (πŸ₯ˆ32 Β· ⭐ 3.4K Β· πŸ’€) - Per object permissions for Django. BSD-3 +- django-guardian (πŸ₯ˆ33 Β· ⭐ 3.4K Β· πŸ’€) - Per object permissions for Django. BSD-3 - django-rest-framework-jwt (πŸ₯ˆ32 Β· ⭐ 3.2K Β· πŸ’€) - JSON Web Token Authentication support for Django REST.. MIT - python-social-auth (πŸ₯ˆ32 Β· ⭐ 2.8K Β· πŸ’€) - Social auth made simple. BSD-3 - python-oauth2 (πŸ₯‰30 Β· ⭐ 3K Β· πŸ’€) - A fully tested, abstract interface to creating OAuth clients.. MIT @@ -1190,10 +1190,10 @@ _General purpose web frameworks to build web applications and REST APIs._ - Flask-OpenID (πŸ₯‰26 Β· ⭐ 230 Β· πŸ’€) - Flask-OpenID adds openid support to flask applications. BSD-3 - django-stronghold (πŸ₯‰23 Β· ⭐ 390 Β· πŸ’€) - Get inside your stronghold and make all your Django.. MIT - velruse (πŸ₯‰23 Β· ⭐ 250 Β· πŸ’€) - Simplifying third-party authentication for web applications. MIT -- fastapi-jwt-auth (πŸ₯‰18 Β· ⭐ 540 Β· πŸ’€) - FastAPI extension that provides JWT Auth support.. MIT +- fastapi-jwt-auth (πŸ₯‰20 Β· ⭐ 540 Β· πŸ’€) - FastAPI extension that provides JWT Auth support.. MIT +- apex (πŸ₯‰17 Β· ⭐ 95 Β· πŸ’€) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT - pyramid_jwt (πŸ₯‰15 Β· ⭐ 74 Β· πŸ’€) - JWT authentication for Pyramid. BSD-2 -- fastapi-permissions (πŸ₯‰14 Β· ⭐ 380 Β· πŸ’€) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE -- apex (πŸ₯‰14 Β· ⭐ 95 Β· πŸ’€) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT +- fastapi-permissions (πŸ₯‰13 Β· ⭐ 380 Β· πŸ’€) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE

@@ -1201,14 +1201,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
markupsafe (πŸ₯‡37 Β· ⭐ 540) - Safely add untrusted strings to HTML/XML markup. BSD-3 +
lxml (πŸ₯‡40 Β· ⭐ 2.4K) - The lxml XML toolkit for Python. BSD-3 + +- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 540 Β· πŸ“₯ 20K Β· πŸ“¦ 370K Β· ⏱️ 13.08.2023): + + ``` + git clone https://github.com/lxml/lxml + ``` +- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 73M / month Β· πŸ“¦ 40K Β· ⏱️ 05.07.2023): + ``` + pip install lxml + ``` +- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 10M Β· ⏱️ 05.07.2023): + ``` + conda install -c conda-forge lxml + ``` +
+
markupsafe (πŸ₯ˆ37 Β· ⭐ 540) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 130 Β· πŸ“₯ 2K Β· πŸ“¦ 1.3M Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 150 Β· πŸ“₯ 2K Β· πŸ“¦ 1.3M Β· πŸ“‹ 110 - 0% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/pallets/markupsafe ``` -- [PyPi](https://pypi.org/project/markupsafe) (πŸ“₯ 130M / month): +- [PyPi](https://pypi.org/project/markupsafe) (πŸ“₯ 130M / month Β· πŸ“¦ 75K Β· ⏱️ 02.06.2023): ``` pip install markupsafe ``` @@ -1217,14 +1233,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markupsafe ```
-
Requests-HTML (πŸ₯ˆ34 Β· ⭐ 13K) - Pythonic HTML Parsing for Humans. MIT +
bleach (πŸ₯ˆ36 Β· ⭐ 2.5K Β· πŸ’€) - Bleach is an allowed-list-based HTML sanitizing library that.. Apache-2 + +- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 250 Β· πŸ“¦ 260K Β· πŸ“‹ 370 - 8% open Β· ⏱️ 23.01.2023): + + ``` + git clone https://github.com/mozilla/bleach + ``` +- [PyPi](https://pypi.org/project/bleach) (πŸ“₯ 16M / month Β· πŸ“¦ 13K Β· ⏱️ 23.01.2023): + ``` + pip install bleach + ``` +- [Conda](https://anaconda.org/conda-forge/bleach) (πŸ“₯ 14M Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge bleach + ``` +
+
Requests-HTML (πŸ₯ˆ33 Β· ⭐ 13K) - Pythonic HTML Parsing for Humans. MIT -- [GitHub](https://github.com/psf/requests-html) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 960 Β· πŸ“¦ 12K Β· πŸ“‹ 420 - 48% open Β· ⏱️ 03.04.2023): +- [GitHub](https://github.com/psf/requests-html) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 900 Β· πŸ“¦ 12K Β· πŸ“‹ 380 - 43% open Β· ⏱️ 03.04.2023): ``` git clone https://github.com/psf/requests-html ``` -- [PyPi](https://pypi.org/project/requests-html) (πŸ“₯ 720K / month Β· πŸ“¦ 380 Β· ⏱️ 17.02.2019): +- [PyPi](https://pypi.org/project/requests-html) (πŸ“₯ 710K / month): ``` pip install requests-html ``` @@ -1236,7 +1268,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 560K / month Β· πŸ“¦ 830 Β· ⏱️ 07.05.2023): +- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 580K / month Β· πŸ“¦ 830 Β· ⏱️ 07.05.2023): ``` pip install xhtml2pdf ``` @@ -1245,14 +1277,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge xhtml2pdf ```
-
WeasyPrint (πŸ₯‰32 Β· ⭐ 6K Β· πŸ“ˆ) - The awesome document factory. BSD-3 +
html5lib-python (πŸ₯ˆ33 Β· ⭐ 1K Β· πŸ“ˆ) - Standards-compliant library for parsing and serializing HTML.. MIT + +- [GitHub](https://github.com/html5lib/html5lib-python) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 280 Β· πŸ“‹ 260 - 31% open Β· ⏱️ 03.03.2023): + + ``` + git clone https://github.com/html5lib/html5lib-python + ``` +- [PyPi](https://pypi.org/project/html5lib) (πŸ“₯ 17M / month Β· πŸ“¦ 15K Β· ⏱️ 22.06.2020): + ``` + pip install html5lib + ``` +- [Conda](https://anaconda.org/conda-forge/html5lib) (πŸ“₯ 3.7M Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge html5lib + ``` +
+
WeasyPrint (πŸ₯‰32 Β· ⭐ 6K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 610 Β· πŸ“¦ 4 Β· πŸ“‹ 1.6K - 11% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 610 Β· πŸ“¦ 10 Β· πŸ“‹ 1.6K - 11% open Β· ⏱️ 09.08.2023): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 990K / month Β· πŸ“¦ 94 Β· ⏱️ 11.05.2023): +- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 950K / month Β· πŸ“¦ 94 Β· ⏱️ 11.05.2023): ``` pip install weasyprint ``` @@ -1268,7 +1316,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 1.8M / month Β· πŸ“¦ 3.4K Β· ⏱️ 28.12.2022): +- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 1.7M / month Β· πŸ“¦ 3.4K Β· ⏱️ 28.12.2022): ``` pip install pyquery ``` @@ -1277,30 +1325,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pyquery ```
-
html5lib-python (πŸ₯‰26 Β· ⭐ 1K Β· πŸ“‰) - Standards-compliant library for parsing and serializing HTML.. MIT - -- [GitHub](https://github.com/html5lib/html5lib-python) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 260 Β· πŸ“‹ 250 - 30% open Β· ⏱️ 03.03.2023): - - ``` - git clone https://github.com/html5lib/html5lib-python - ``` -- [PyPi](https://pypi.org/project/html5lib) (πŸ“₯ 18M / month): - ``` - pip install html5lib - ``` -- [Conda](https://anaconda.org/conda-forge/html5lib) (πŸ“₯ 3.7M Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge html5lib - ``` -
selectolax (πŸ₯‰26 Β· ⭐ 860) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 63 Β· πŸ“¦ 1K Β· πŸ“‹ 77 - 20% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 63 Β· πŸ“¦ 1K Β· πŸ“‹ 78 - 19% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (πŸ“₯ 43K / month Β· πŸ“¦ 37 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/selectolax) (πŸ“₯ 46K / month Β· πŸ“¦ 37 Β· ⏱️ 27.07.2023): ``` pip install selectolax ``` @@ -1312,16 +1344,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 150K / month Β· πŸ“¦ 17 Β· ⏱️ 12.04.2023): +- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 160K / month Β· πŸ“¦ 17 Β· ⏱️ 12.04.2023): ``` pip install html5-parser ```
-
Show 2 hidden projects... - -- lxml (πŸ₯‡37 Β· ⭐ 2.4K) - The lxml XML toolkit for Python. ❗Unlicensed -- bleach (πŸ₯‰32 Β· ⭐ 2.5K Β· πŸ’€) - Bleach is an allowed-list-based HTML sanitizing library that.. ❗Unlicensed -

## URL Utilities @@ -1335,31 +1362,15 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 5.9M / month Β· πŸ“¦ 1.2K Β· ⏱️ 20.05.2023): +- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 6.3M / month Β· πŸ“¦ 1.2K Β· ⏱️ 20.05.2023): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 400K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 410K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge tldextract ```
-
Yarl (πŸ₯ˆ33 Β· ⭐ 980 Β· πŸ“ˆ) - Yet another URL library. Apache-2 - -- [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 140 Β· πŸ“₯ 9.7K Β· πŸ“‹ 220 - 16% open Β· ⏱️ 18.07.2023): - - ``` - git clone https://github.com/aio-libs/yarl - ``` -- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 69M / month Β· πŸ“¦ 3.1K Β· ⏱️ 25.04.2023): - ``` - pip install yarl - ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 10M Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge yarl - ``` -
shortuuid (πŸ₯ˆ31 Β· ⭐ 1.9K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 - [GitHub](https://github.com/skorokithakis/shortuuid) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 110 Β· πŸ“¦ 19K Β· ⏱️ 25.02.2023): @@ -1367,7 +1378,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) (πŸ“₯ 3M / month Β· πŸ“¦ 1.1K Β· ⏱️ 13.11.2022): +- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 2.9M / month Β· πŸ“¦ 1.1K Β· ⏱️ 13.11.2022): ``` pip install shortuuid ``` @@ -1376,22 +1387,38 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge shortuuid ```
-
furl (πŸ₯‰28 Β· ⭐ 2.5K Β· πŸ’€) - URL parsing and manipulation made easy. Unlicense +
furl (πŸ₯ˆ28 Β· ⭐ 2.5K Β· πŸ’€) - URL parsing and manipulation made easy. Unlicense - [GitHub](https://github.com/gruns/furl) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 150 Β· πŸ“‹ 120 - 30% open Β· ⏱️ 01.08.2022): ``` git clone https://github.com/gruns/furl ``` -- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 1.6M / month Β· πŸ“¦ 660 Β· ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 1.7M / month Β· πŸ“¦ 660 Β· ⏱️ 27.09.2021): ``` pip install furl ``` -- [Conda](https://anaconda.org/conda-forge/furl) (πŸ“₯ 280K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/furl) (πŸ“₯ 290K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge furl ```
+
Yarl (πŸ₯ˆ28 Β· ⭐ 980) - Yet another URL library. Apache-2 + +- [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 140 Β· πŸ“₯ 9.7K Β· πŸ“‹ 220 - 16% open Β· ⏱️ 18.07.2023): + + ``` + git clone https://github.com/aio-libs/yarl + ``` +- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 69M / month): + ``` + pip install yarl + ``` +- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 10M Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge yarl + ``` +
Show 2 hidden projects... - uritemplate (πŸ₯‰27 Β· ⭐ 210) - URI template parsing per RFC6570. ❗️BSD-1-Clause @@ -1405,25 +1432,25 @@ _General purpose web frameworks to build web applications and REST APIs._ πŸ”— OpenAPI-Specification ( ⭐ 27K) - The OpenAPI Specification Repository. -
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 17K) - OpenAPI Generator allows generation of API client.. Apache-2 +
OpenAPI Generator (πŸ₯‡39 Β· ⭐ 17K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.8K Β· πŸ”€ 5.5K Β· πŸ“¦ 5 Β· πŸ“‹ 7.4K - 56% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.8K Β· πŸ”€ 5.3K Β· πŸ“¦ 5 Β· πŸ“‹ 7K - 53% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 10K / month Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 10K / month): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 1.7M / month Β· πŸ“¦ 590 Β· ⏱️ 18.07.2023): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 1.7M / month): ``` npm install @openapitools/openapi-generator-cli ```
swagger-ui (πŸ₯‡37 Β· ⭐ 24K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 560 Β· πŸ”€ 8.7K Β· πŸ“¦ 35K Β· πŸ“‹ 5.2K - 19% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 560 Β· πŸ”€ 7.9K Β· πŸ“¦ 35K Β· πŸ“‹ 5.2K - 18% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1431,7 +1458,7 @@ _General purpose web frameworks to build web applications and REST APIs._
connexion (πŸ₯‡35 Β· ⭐ 4.3K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 -- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 730 Β· πŸ“¦ 9.6K Β· πŸ“‹ 930 - 10% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 730 Β· πŸ“¦ 9.7K Β· πŸ“‹ 940 - 11% open Β· ⏱️ 01.07.2023): ``` git clone https://github.com/zalando/connexion @@ -1447,7 +1474,7 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-spectacular (πŸ₯‡35 Β· ⭐ 1.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 210 Β· πŸ“¦ 59K Β· πŸ“‹ 780 - 7% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 210 Β· πŸ“¦ 60K Β· πŸ“‹ 780 - 7% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/tfranzel/drf-spectacular @@ -1463,12 +1490,12 @@ _General purpose web frameworks to build web applications and REST APIs._
apispec (πŸ₯‡35 Β· ⭐ 1K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 170 Β· πŸ“¦ 9.5K Β· πŸ“‹ 270 - 11% open Β· ⏱️ 05.08.2023): +- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 170 Β· πŸ“¦ 9.6K Β· πŸ“‹ 270 - 11% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 4.2M / month Β· πŸ“¦ 7.1K Β· ⏱️ 10.03.2023): +- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 4.1M / month Β· πŸ“¦ 7.1K Β· ⏱️ 10.03.2023): ``` pip install apispec ``` @@ -1484,7 +1511,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/axnsan12/drf-yasg ``` -- [PyPi](https://pypi.org/project/drf-yasg) (πŸ“₯ 1.7M / month Β· πŸ“¦ 380 Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/drf-yasg) (πŸ“₯ 1.8M / month Β· πŸ“¦ 380 Β· ⏱️ 20.07.2023): ``` pip install drf-yasg ``` @@ -1495,19 +1522,19 @@ _General purpose web frameworks to build web applications and REST APIs._
datamodel-code-generator (πŸ₯ˆ34 Β· ⭐ 1.8K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 200 Β· πŸ“¦ 840 Β· πŸ“‹ 350 - 22% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 210 Β· πŸ“¦ 840 Β· πŸ“‹ 350 - 22% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 520K / month Β· πŸ“¦ 54 Β· ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 540K / month Β· πŸ“¦ 54 Β· ⏱️ 09.08.2023): ``` pip install datamodel-code-generator ```
-
redoc (πŸ₯ˆ32 Β· ⭐ 21K) - OpenAPI/Swagger-generated API Reference Documentation. MIT +
redoc (πŸ₯ˆ33 Β· ⭐ 21K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.2K Β· πŸ“₯ 90 Β· πŸ“¦ 5.1K Β· πŸ“‹ 1.7K - 17% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.2K Β· πŸ“₯ 91 Β· πŸ“¦ 5.1K Β· πŸ“‹ 1.7K - 18% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/Redocly/redoc @@ -1515,12 +1542,12 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Spec validator (πŸ₯ˆ32 Β· ⭐ 270) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 -- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 59 Β· πŸ“¦ 5.5K Β· πŸ“‹ 100 - 36% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 59 Β· πŸ“¦ 5.5K Β· πŸ“‹ 100 - 35% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 4.2M / month Β· πŸ“¦ 230 Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 4.4M / month): ``` pip install openapi-spec-validator ``` @@ -1529,6 +1556,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge openapi-spec-validator ```
+
swagger-codegen (πŸ₯‰31 Β· ⭐ 16K) - swagger-codegen contains a template-driven engine to.. Apache-2 + +- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.7K Β· πŸ“¦ 12 Β· πŸ“‹ 6.4K - 46% open Β· ⏱️ 15.08.2023): + + ``` + git clone https://github.com/swagger-api/swagger-codegen + ``` +
flasgger (πŸ₯‰31 Β· ⭐ 3.3K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT - [GitHub](https://github.com/flasgger/flasgger) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 480 Β· πŸ“₯ 510 Β· πŸ“¦ 11K Β· πŸ“‹ 410 - 60% open Β· ⏱️ 18.05.2023): @@ -1536,7 +1571,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/flasgger) (πŸ“₯ 430K / month Β· πŸ“¦ 360 Β· ⏱️ 10.06.2023): +- [PyPi](https://pypi.org/project/flasgger) (πŸ“₯ 420K / month Β· πŸ“¦ 370 Β· ⏱️ 10.06.2023): ``` pip install flasgger ``` @@ -1545,14 +1580,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flasgger ```
-
swagger-codegen (πŸ₯‰30 Β· ⭐ 16K) - swagger-codegen contains a template-driven engine to.. Apache-2 - -- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 6K Β· πŸ“¦ 5 Β· πŸ“‹ 6.8K - 49% open Β· ⏱️ 06.08.2023): - - ``` - git clone https://github.com/swagger-api/swagger-codegen - ``` -
AutoRest (πŸ₯‰30 Β· ⭐ 4.3K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT - [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 740 Β· πŸ“₯ 87K Β· πŸ“¦ 500 Β· πŸ“‹ 2K - 3% open Β· ⏱️ 01.08.2023): @@ -1561,14 +1588,14 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/Azure/autorest ```
-
openapi-python-client (πŸ₯‰28 Β· ⭐ 790) - Generate modern Python clients from OpenAPI. MIT +
openapi-python-client (πŸ₯‰29 Β· ⭐ 800) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 150 Β· πŸ“¦ 520 Β· πŸ“‹ 310 - 30% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 150 Β· πŸ“¦ 540 Β· πŸ“‹ 360 - 25% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 150K / month Β· πŸ“¦ 3 Β· ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 150K / month Β· πŸ“¦ 4 Β· ⏱️ 12.08.2023): ``` pip install openapi-python-client ``` @@ -1577,14 +1604,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge openapi-python-client ```
-
openapi-core (πŸ₯‰28 Β· ⭐ 220) - Openapi-core is a Python library that adds client-side and.. BSD-3 +
openapi-core (πŸ₯‰28 Β· ⭐ 230) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 120 Β· πŸ“¦ 390 Β· πŸ“‹ 200 - 31% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/python-openapi/openapi-core) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 120 Β· πŸ“¦ 390 Β· πŸ“‹ 210 - 31% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 130K / month Β· πŸ“¦ 36 Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 140K / month Β· πŸ“¦ 36 Β· ⏱️ 10.07.2023): ``` pip install openapi-core ``` @@ -1600,31 +1627,31 @@ _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) (πŸ“₯ 5.4K / month Β· πŸ“¦ 3 Β· ⏱️ 09.03.2023): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 4.9K / month Β· πŸ“¦ 3 Β· ⏱️ 09.03.2023): ``` npm install openapi-to-graphql-cli ```
Spectree (πŸ₯‰25 Β· ⭐ 280) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 66 Β· πŸ“¦ 71 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 67 Β· πŸ“¦ 72 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 32K / month Β· πŸ“¦ 5 Β· ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 32K / month Β· πŸ“¦ 5 Β· ⏱️ 16.08.2023): ``` pip install spectree ```
-
pyramid_openapi3 (πŸ₯‰20 Β· ⭐ 78) - Pyramid addon for OpenAPI3 validation of requests and.. MIT +
pyramid_openapi3 (πŸ₯‰21 Β· ⭐ 78) - Pyramid addon for OpenAPI3 validation of requests and.. MIT - [GitHub](https://github.com/Pylons/pyramid_openapi3) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 40 Β· πŸ“‹ 83 - 39% open Β· ⏱️ 17.05.2023): ``` git clone https://github.com/Pylons/pyramid_openapi3 ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (πŸ“₯ 24K / month Β· πŸ“¦ 5 Β· ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (πŸ“₯ 25K / month Β· πŸ“¦ 5 Β· ⏱️ 11.12.2022): ``` pip install pyramid_openapi3 ``` @@ -1636,7 +1663,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/striglia/pyramid_swagger ``` -- [PyPi](https://pypi.org/project/pyramid_swagger) (πŸ“₯ 7.5K / month Β· πŸ“¦ 1 Β· ⏱️ 07.05.2019): +- [PyPi](https://pypi.org/project/pyramid_swagger) (πŸ“₯ 6.3K / month Β· πŸ“¦ 1 Β· ⏱️ 07.05.2019): ``` pip install pyramid_swagger ``` @@ -1658,12 +1685,12 @@ _General purpose web frameworks to build web applications and REST APIs._
graphene (πŸ₯‡37 Β· ⭐ 7.8K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 790 Β· πŸ“¦ 18K Β· πŸ“‹ 970 - 10% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 830 Β· πŸ“¦ 18K Β· πŸ“‹ 990 - 11% open Β· ⏱️ 26.07.2023): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 1.8M / month): +- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 1.8M / month Β· πŸ“¦ 850 Β· ⏱️ 26.07.2023): ``` pip install graphene ``` @@ -1674,24 +1701,24 @@ _General purpose web frameworks to build web applications and REST APIs._
Strawberry GraphQL (πŸ₯‡37 Β· ⭐ 3.4K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 430 Β· πŸ“₯ 380 Β· πŸ“¦ 2.1K Β· πŸ“‹ 880 - 44% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 430 Β· πŸ“₯ 370 Β· πŸ“¦ 2.1K Β· πŸ“‹ 880 - 44% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 660K / month Β· πŸ“¦ 43 Β· ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 660K / month Β· πŸ“¦ 43 Β· ⏱️ 15.08.2023): ``` pip install strawberry-graphql ```
graphene-django (πŸ₯ˆ34 Β· ⭐ 4.1K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 710 Β· πŸ“¦ 13K Β· πŸ“‹ 790 - 16% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 740 Β· πŸ“¦ 13K Β· πŸ“‹ 800 - 17% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 420K / month): +- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 430K / month Β· πŸ“¦ 500 Β· ⏱️ 09.08.2023): ``` pip install graphene-django ``` @@ -1702,12 +1729,12 @@ _General purpose web frameworks to build web applications and REST APIs._
ariadne (πŸ₯ˆ34 Β· ⭐ 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 170 Β· πŸ“¦ 1.3K Β· πŸ“‹ 290 - 14% open Β· ⏱️ 27.06.2023): +- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 170 Β· πŸ“¦ 1.3K Β· πŸ“‹ 300 - 16% open Β· ⏱️ 27.06.2023): ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 250K / month): +- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 240K / month Β· πŸ“¦ 45 Β· ⏱️ 27.06.2023): ``` pip install ariadne ``` @@ -1719,11 +1746,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 4.8M / month Β· πŸ“¦ 770 Β· ⏱️ 04.06.2023): +- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 4.7M / month Β· πŸ“¦ 770 Β· ⏱️ 04.06.2023): ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 740K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 750K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge graphql-core ``` @@ -1735,7 +1762,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) (πŸ“₯ 45K / month Β· πŸ“¦ 13 Β· ⏱️ 14.10.2022): +- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 44K / month Β· πŸ“¦ 13 Β· ⏱️ 14.10.2022): ``` pip install graphene-mongo ``` @@ -1763,7 +1790,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) (πŸ“₯ 660 / month Β· πŸ“¦ 4 Β· ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (πŸ“₯ 730 / month Β· πŸ“¦ 4 Β· ⏱️ 15.11.2021): ``` pip install tartiflette-aiohttp ``` @@ -1773,7 +1800,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - flask-graphql (πŸ₯ˆ26 Β· ⭐ 1.3K Β· πŸ’€) - Adds GraphQL support to your Flask application. MIT - graphql-relay-py (πŸ₯ˆ26 Β· ⭐ 140 Β· πŸ’€) - A library to help construct a graphql-py server supporting.. MIT - tartiflette (πŸ₯‰23 Β· ⭐ 850 Β· πŸ’€) - GraphQL Engine built with Python 3.6+ / asyncio. MIT -- django-graphql-auth (πŸ₯‰22 Β· ⭐ 320 Β· πŸ’€) - Django registration and authentication with GraphQL. MIT +- django-graphql-auth (πŸ₯‰23 Β· ⭐ 320 Β· πŸ’€) - Django registration and authentication with GraphQL. MIT - python-graphql-client (πŸ₯‰21 Β· ⭐ 160 Β· πŸ’€) - Simple GraphQL client for Python 2.7+. MIT - tartiflette-asgi (πŸ₯‰18 Β· ⭐ 100 Β· πŸ’€) - ASGI support for the Tartiflette GraphQL engine. MIT - Flask-GraphQL-Auth (πŸ₯‰17 Β· ⭐ 63 Β· πŸ’€) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT @@ -1786,21 +1813,21 @@ _General purpose web frameworks to build web applications and REST APIs._
websocket-client (πŸ₯‡40 Β· ⭐ 3.3K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 750 Β· πŸ“¦ 130K Β· πŸ“‹ 620 - 2% open Β· ⏱️ 29.07.2023): +- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 750 Β· πŸ“¦ 130K Β· πŸ“‹ 620 - 2% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (πŸ“₯ 58M / month Β· πŸ“¦ 7K Β· ⏱️ 23.06.2023): +- [PyPi](https://pypi.org/project/websocket-client) (πŸ“₯ 59M / month Β· πŸ“¦ 7K Β· ⏱️ 23.06.2023): ``` pip install websocket-client ``` -- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 9.3M Β· ⏱️ 26.06.2023): +- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 9.5M Β· ⏱️ 26.06.2023): ``` conda install -c conda-forge websocket-client ```
-
websockets (πŸ₯‡38 Β· ⭐ 4.7K) - Library for building WebSocket servers and clients in Python. BSD-3 +
websockets (πŸ₯‡37 Β· ⭐ 4.7K) - Library for building WebSocket servers and clients in Python. BSD-3 - [GitHub](https://github.com/python-websockets/websockets) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 500 Β· πŸ“¦ 120K Β· πŸ“‹ 1K - 2% open Β· ⏱️ 15.07.2023): @@ -1811,7 +1838,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install websockets ``` -- [Conda](https://anaconda.org/conda-forge/websockets) (πŸ“₯ 2.1M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/websockets) (πŸ“₯ 2.2M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge websockets ``` @@ -1832,14 +1859,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge autobahn ```
+
Flask-SocketIO (πŸ₯ˆ33 Β· ⭐ 5.1K Β· πŸ“ˆ) - Socket.IO integration for Flask applications. MIT + +- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 900 Β· πŸ“¦ 10 Β· πŸ“‹ 1.6K - 0% open Β· ⏱️ 26.07.2023): + + ``` + git clone https://github.com/miguelgrinberg/Flask-SocketIO + ``` +- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 850K / month Β· πŸ“¦ 2.4K Β· ⏱️ 26.07.2023): + ``` + pip install flask-socketio + ``` +- [Conda](https://anaconda.org/conda-forge/flask-socketio) (πŸ“₯ 340K Β· ⏱️ 26.07.2023): + ``` + conda install -c conda-forge flask-socketio + ``` +
python-socketio (πŸ₯ˆ32 Β· ⭐ 3.5K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 540 Β· πŸ“‹ 770 - 4% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 540 Β· πŸ“‹ 770 - 4% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 1.6M / month Β· πŸ“¦ 1.9K Β· ⏱️ 16.03.2023): +- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 1.6M / month Β· πŸ“¦ 2K Β· ⏱️ 16.03.2023): ``` pip install python-socketio ``` @@ -1848,7 +1891,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-socketio ```
-
daphne (πŸ₯ˆ29 Β· ⭐ 2.1K) - Django Channels HTTP/WebSocket server. BSD-3 +
daphne (πŸ₯‰29 Β· ⭐ 2.1K) - Django Channels HTTP/WebSocket server. BSD-3 - [GitHub](https://github.com/django/daphne) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 240 Β· πŸ“‹ 310 - 13% open Β· ⏱️ 04.07.2023): @@ -1864,38 +1907,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge daphne ```
-
websockify (πŸ₯‰28 Β· ⭐ 3.5K Β· πŸ’€) - Websockify is a WebSocket to TCP proxy/bridge. This allows.. ❗️LGPL-3.0 +
websockify (πŸ₯‰27 Β· ⭐ 3.5K Β· πŸ’€) - Websockify is a WebSocket to TCP proxy/bridge. This allows.. ❗️LGPL-3.0 -- [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 710 Β· πŸ“¦ 1K Β· πŸ“‹ 340 - 7% open Β· ⏱️ 20.01.2023): +- [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 710 Β· πŸ“¦ 30 Β· πŸ“‹ 340 - 7% open Β· ⏱️ 20.01.2023): ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 41K / month Β· πŸ“¦ 300 Β· ⏱️ 22.07.2021): +- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 43K / month Β· πŸ“¦ 300 Β· ⏱️ 22.07.2021): ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 86K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 87K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge websockify ```
-
Flask-SocketIO (πŸ₯‰27 Β· ⭐ 5.1K Β· πŸ“‰) - Socket.IO integration for Flask applications. MIT - -- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 870 Β· πŸ“¦ 4 Β· πŸ“‹ 1.6K - 0% open Β· ⏱️ 26.07.2023): - - ``` - git clone https://github.com/miguelgrinberg/Flask-SocketIO - ``` -- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 850K / month): - ``` - pip install flask-socketio - ``` -- [Conda](https://anaconda.org/conda-forge/flask-socketio) (πŸ“₯ 330K Β· ⏱️ 26.07.2023): - ``` - conda install -c conda-forge flask-socketio - ``` -
sockjs-tornado (πŸ₯‰27 Β· ⭐ 860) - WebSocket emulation - Python server. MIT - [GitHub](https://github.com/mrjoes/sockjs-tornado) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 160 Β· πŸ“¦ 2.2K Β· πŸ“‹ 74 - 47% open Β· ⏱️ 10.05.2023): @@ -1903,11 +1930,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mrjoes/sockjs-tornado ``` -- [PyPi](https://pypi.org/project/sockjs-tornado) (πŸ“₯ 24K / month Β· πŸ“¦ 750 Β· ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/sockjs-tornado) (πŸ“₯ 25K / month Β· πŸ“¦ 750 Β· ⏱️ 24.04.2020): ``` pip install sockjs-tornado ``` -- [Conda](https://anaconda.org/conda-forge/sockjs-tornado) (πŸ“₯ 1.5K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/sockjs-tornado) (πŸ“₯ 1.6K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge sockjs-tornado ``` @@ -1915,8 +1942,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... - gevent-socketio (πŸ₯‰26 Β· ⭐ 1.2K Β· πŸ’€) - Official repository for gevent-socketio. BSD-3 +- flask-sockets (πŸ₯‰24 Β· ⭐ 1.7K Β· πŸ’€) - [DEPRECATED] Alternative:.. MIT - tornadio2 (πŸ₯‰20 Β· ⭐ 530 Β· πŸ’€) - Python socket.io server implementation on top of Tornado.. Apache-2 -- flask-sockets (πŸ₯‰19 Β· ⭐ 1.7K Β· πŸ’€) - [DEPRECATED] Alternative:.. MIT

@@ -1926,36 +1953,20 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (πŸ₯‡48 Β· ⭐ 39K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 10K Β· πŸ“₯ 28K Β· πŸ“¦ 4.5K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 10K Β· πŸ“₯ 28K Β· πŸ“¦ 4.5K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 70M / month Β· πŸ“¦ 5.2K Β· ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 73M / month Β· πŸ“¦ 5.2K Β· ⏱️ 10.08.2023): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 9.3M Β· ⏱️ 09.08.2023): +- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 9.4M Β· ⏱️ 14.08.2023): ``` conda install -c conda-forge grpcio ```
-
rpyc (πŸ₯ˆ30 Β· ⭐ 1.4K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT - -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 240 Β· πŸ“₯ 320 Β· πŸ“¦ 1.9K Β· πŸ“‹ 410 - 16% open Β· ⏱️ 10.06.2023): - - ``` - git clone https://github.com/tomerfiliba-org/rpyc - ``` -- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 310K / month Β· πŸ“¦ 350 Β· ⏱️ 22.02.2023): - ``` - pip install rpyc - ``` -- [Conda](https://anaconda.org/conda-forge/rpyc) (πŸ“₯ 760K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge rpyc - ``` -
fastapi-jsonrpc (πŸ₯‰20 Β· ⭐ 230) - JSON-RPC server based on fastapi. MIT - [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 24 Β· πŸ“¦ 37 Β· πŸ“‹ 27 - 29% open Β· ⏱️ 03.07.2023): @@ -1963,26 +1974,27 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 4.4K / month Β· πŸ“¦ 5 Β· ⏱️ 09.11.2022): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 4.1K / month): ``` pip install fastapi-jsonrpc ```
ucall (πŸ₯‰19 Β· ⭐ 800) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 -- [GitHub](https://github.com/unum-cloud/ucall) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 19 Β· πŸ“¦ 6 Β· πŸ“‹ 21 - 33% open Β· ⏱️ 08.06.2023): +- [GitHub](https://github.com/unum-cloud/ucall) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 19 Β· πŸ“¦ 7 Β· πŸ“‹ 20 - 30% open Β· ⏱️ 08.06.2023): ``` git clone https://github.com/unum-cloud/ucall ``` -- [PyPi](https://pypi.org/project/ucall) (πŸ“₯ 1.5K / month Β· ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/ucall) (πŸ“₯ 1.6K / month): ``` pip install ucall ```
-
Show 1 hidden projects... +
Show 2 hidden projects... -- spyne (πŸ₯‰28 Β· ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1 +- rpyc (πŸ₯ˆ28 Β· ⭐ 1.4K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library.. ❗Unlicensed +- spyne (πŸ₯ˆ28 Β· ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1

@@ -2006,21 +2018,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge chalice ```
-
lambdarest (πŸ₯‰20 Β· ⭐ 92) - Flask like web framework for AWS Lambda. MIT +
lambdarest (πŸ₯‰18 Β· ⭐ 90) - Flask like web framework for AWS Lambda. MIT - [GitHub](https://github.com/sloev/python-lambdarest) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 24 Β· πŸ“¦ 10 Β· πŸ“‹ 32 - 3% open Β· ⏱️ 08.03.2023): ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 180 / month Β· ⏱️ 08.03.2023): +- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 220 / month): ``` pip install lambdarest ```
Show 2 hidden projects... -- Zappa (πŸ₯ˆ34 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT +- Zappa (πŸ₯ˆ31 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT - python-lambda (πŸ₯‰26 Β· ⭐ 1.4K Β· πŸ’€) - A toolkit for developing and deploying serverless Python code.. ISC

@@ -2029,42 +2041,54 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
django-cms (πŸ₯‡39 Β· ⭐ 9.4K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 +
wagtail (πŸ₯‡41 Β· ⭐ 15K Β· πŸ“ˆ) - A Django content management system focused on flexibility and.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 2.9K Β· πŸ“¦ 4.9K Β· πŸ“‹ 3.4K - 2% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 3.3K Β· πŸ“¦ 6 Β· πŸ“‹ 4.6K - 20% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/django-cms/django-cms + git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 46K / month): +- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 160K / month Β· πŸ“¦ 1.5K Β· ⏱️ 14.08.2023): ``` - pip install django-cms + pip install wagtail + ``` +- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 63K Β· ⏱️ 14.08.2023): + ``` + conda install -c conda-forge wagtail ```
-
wagtail (πŸ₯ˆ36 Β· ⭐ 15K) - A Django content management system focused on flexibility and user.. BSD-3 +
django-cms (πŸ₯ˆ39 Β· ⭐ 9.5K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 3.2K Β· πŸ“¦ 6 Β· πŸ“‹ 4.5K - 18% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 3K Β· πŸ“¦ 4.9K Β· πŸ“‹ 3.4K - 3% open Β· ⏱️ 08.08.2023): ``` - git clone https://github.com/wagtail/wagtail + git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 160K / month): +- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 45K / month Β· πŸ“¦ 1.7K Β· ⏱️ 02.01.2023): ``` - pip install wagtail + pip install django-cms ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 63K Β· ⏱️ 02.08.2023): +
+
mezzanine (πŸ₯ˆ31 Β· ⭐ 4.6K Β· πŸ’€) - CMS framework for Django. BSD-2 + +- [GitHub](https://github.com/stephenmcd/mezzanine) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.1K - 5% open Β· ⏱️ 02.11.2022): + ``` - conda install -c conda-forge wagtail + git clone https://github.com/stephenmcd/mezzanine + ``` +- [PyPi](https://pypi.org/project/mezzanine) (πŸ“₯ 2.8K / month Β· πŸ“¦ 1.2K Β· ⏱️ 08.08.2018): + ``` + pip install mezzanine ```
-
lektor (πŸ₯ˆ30 Β· ⭐ 3.7K) - The lektor static file content management system. BSD-3 +
lektor (πŸ₯‰30 Β· ⭐ 3.7K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 300 Β· πŸ“₯ 7.1K Β· πŸ“¦ 420 Β· πŸ“‹ 640 - 34% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/lektor/lektor) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 310 Β· πŸ“₯ 7.1K Β· πŸ“¦ 420 Β· πŸ“‹ 650 - 35% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 5.4K / month): +- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 4.4K / month Β· πŸ“¦ 89 Β· ⏱️ 02.05.2022): ``` pip install lektor ``` @@ -2073,26 +2097,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge lektor ```
-
mezzanine (πŸ₯‰26 Β· ⭐ 4.6K Β· πŸ’€) - CMS framework for Django. BSD-2 - -- [GitHub](https://github.com/stephenmcd/mezzanine) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.1K - 3% open Β· ⏱️ 02.11.2022): - - ``` - git clone https://github.com/stephenmcd/mezzanine - ``` -- [PyPi](https://pypi.org/project/mezzanine) (πŸ“₯ 2.8K / month): - ``` - pip install mezzanine - ``` -
-
feincms (πŸ₯‰21 Β· ⭐ 870) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 +
feincms (πŸ₯‰27 Β· ⭐ 870 Β· πŸ“ˆ) - A Django-based CMS with a focus on extensibility and concise.. BSD-3 -- [GitHub](https://github.com/feincms/feincms) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 210 Β· πŸ“‹ 440 - 6% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/feincms/feincms) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 230 Β· πŸ“‹ 440 - 6% open Β· ⏱️ 07.08.2023): ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 5.7K / month): +- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 5.3K / month Β· πŸ“¦ 160 Β· ⏱️ 07.08.2023): ``` pip install feincms ``` @@ -2109,7 +2121,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (πŸ₯‡48 Β· ⭐ 27K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 7.7K Β· πŸ“₯ 11M Β· πŸ“¦ 220K Β· πŸ“‹ 9.3K - 2% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 7.7K Β· πŸ“₯ 11M Β· πŸ“¦ 220K Β· πŸ“‹ 9.3K - 2% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/SeleniumHQ/selenium @@ -2118,30 +2130,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install selenium ``` -- [Conda](https://anaconda.org/conda-forge/selenium) (πŸ“₯ 1.1M Β· ⏱️ 01.08.2023): +- [Conda](https://anaconda.org/conda-forge/selenium) (πŸ“₯ 1.1M Β· ⏱️ 10.08.2023): ``` conda install -c conda-forge selenium ```
coverage (πŸ₯‡43 Β· ⭐ 2.6K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 380 Β· πŸ“¦ 330K Β· πŸ“‹ 1.4K - 18% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 380 Β· πŸ“¦ 330K Β· πŸ“‹ 1.4K - 18% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 60M / month Β· πŸ“¦ 57K Β· ⏱️ 29.05.2023): +- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 61M / month Β· πŸ“¦ 57K Β· ⏱️ 12.08.2023): ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 12M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 12M Β· ⏱️ 12.08.2023): ``` conda install -c conda-forge coverage ```
Locust (πŸ₯‡41 Β· ⭐ 22K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.7K Β· πŸ“¦ 6.3K Β· πŸ“‹ 1.5K - 0% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.7K Β· πŸ“¦ 6.4K Β· πŸ“‹ 1.5K - 0% open Β· ⏱️ 07.08.2023): ``` git clone https://github.com/locustio/locust @@ -2162,7 +2174,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 260K / month Β· πŸ“¦ 470 Β· ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 240K / month Β· πŸ“¦ 470 Β· ⏱️ 04.08.2023): ``` pip install mitmproxy ``` @@ -2174,7 +2186,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 11M / month Β· πŸ“¦ 3.1K Β· ⏱️ 01.08.2023): +- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 12M / month Β· πŸ“¦ 3.1K Β· ⏱️ 01.08.2023): ``` pip install responses ``` @@ -2199,26 +2211,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge vcrpy ```
-
SeleniumBase (πŸ₯ˆ35 Β· ⭐ 3.5K) - Pythons best framework for browser automation and testing. MIT +
SeleniumLibrary (πŸ₯ˆ35 Β· ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 820 Β· πŸ“¦ 780 Β· πŸ“‹ 780 - 0% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 680 Β· πŸ“₯ 3.6K Β· πŸ“¦ 3.8K Β· πŸ“‹ 1K - 6% open Β· ⏱️ 04.08.2023): ``` - git clone https://github.com/seleniumbase/SeleniumBase + git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 450K / month Β· πŸ“¦ 7 Β· ⏱️ 09.08.2023): - ``` - pip install seleniumbase - ``` -
-
SeleniumLibrary (πŸ₯ˆ35 Β· ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 - -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 720 Β· πŸ“₯ 3.6K Β· πŸ“¦ 3.8K Β· πŸ“‹ 1K - 7% open Β· ⏱️ 04.08.2023): - - ``` - git clone https://github.com/robotframework/SeleniumLibrary - ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 630K / month Β· πŸ“¦ 140 Β· ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 650K / month): ``` pip install robotframework-seleniumlibrary ``` @@ -2227,61 +2227,57 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge robotframework-seleniumlibrary ```
-
Prism (πŸ₯ˆ33 Β· ⭐ 3.7K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 +
SeleniumBase (πŸ₯ˆ34 Β· ⭐ 3.5K) - Pythons best framework for browser automation and testing. MIT -- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 310 Β· πŸ“₯ 790K Β· πŸ“¦ 1.2K Β· πŸ“‹ 650 - 10% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 820 Β· πŸ“¦ 790 Β· πŸ“‹ 790 - 0% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/stoplightio/prism + git clone https://github.com/seleniumbase/SeleniumBase ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (πŸ“₯ 200K / month Β· πŸ“¦ 28 Β· ⏱️ 28.07.2023): +- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 420K / month Β· πŸ“¦ 7 Β· ⏱️ 16.08.2023): ``` - npm install @stoplight/prism-cli + pip install seleniumbase ```
-
splinter (πŸ₯ˆ33 Β· ⭐ 2.6K) - splinter - python test framework for web applications. BSD-3 +
splinter (πŸ₯ˆ34 Β· ⭐ 2.6K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 510 Β· πŸ“¦ 6.4K Β· πŸ“‹ 530 - 11% open Β· ⏱️ 07.07.2023): +- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 510 Β· πŸ“¦ 6.4K Β· πŸ“‹ 530 - 11% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 80K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2023): +- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 77K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2023): ``` pip install splinter ```
-
pytest-django (πŸ₯ˆ33 Β· ⭐ 1.2K) - A Django plugin for pytest. BSD-3 +
Prism (πŸ₯ˆ33 Β· ⭐ 3.7K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/pytest-dev/pytest-django) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 330 Β· πŸ“‹ 540 - 32% open Β· ⏱️ 05.04.2023): +- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 310 Β· πŸ“₯ 790K Β· πŸ“¦ 1.2K Β· πŸ“‹ 650 - 10% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/pytest-dev/pytest-django - ``` -- [PyPi](https://pypi.org/project/pytest-django) (πŸ“₯ 2.4M / month Β· πŸ“¦ 6K Β· ⏱️ 07.12.2021): - ``` - pip install pytest-django + git clone https://github.com/stoplightio/prism ``` -- [Conda](https://anaconda.org/conda-forge/pytest-django) (πŸ“₯ 190K Β· ⏱️ 16.06.2023): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (πŸ“₯ 200K / month Β· πŸ“¦ 28 Β· ⏱️ 28.07.2023): ``` - conda install -c conda-forge pytest-django + npm install @stoplight/prism-cli ```
-
django-silk (πŸ₯ˆ32 Β· ⭐ 3.9K) - Silky smooth profiling for Django. MIT +
django-silk (πŸ₯ˆ32 Β· ⭐ 4K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 320 Β· πŸ“₯ 190 Β· πŸ“¦ 3.9K Β· πŸ“‹ 340 - 32% open Β· ⏱️ 06.08.2023): +- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 320 Β· πŸ“₯ 190 Β· πŸ“¦ 4K Β· πŸ“‹ 340 - 32% open Β· ⏱️ 06.08.2023): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 550K / month Β· πŸ“¦ 150 Β· ⏱️ 15.01.2023): +- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 580K / month Β· πŸ“¦ 150 Β· ⏱️ 15.01.2023): ``` pip install django-silk ```
-
factory_boy (πŸ₯ˆ31 Β· ⭐ 3.2K) - A test fixtures replacement for Python. MIT +
factory_boy (πŸ₯ˆ32 Β· ⭐ 3.2K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 380 Β· πŸ“‹ 590 - 33% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 380 Β· πŸ“‹ 590 - 33% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/FactoryBoy/factory_boy @@ -2302,7 +2298,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.8K Β· ⏱️ 16.08.2021): +- [PyPi](https://pypi.org/project/httpretty) (πŸ“₯ 500K / month Β· πŸ“¦ 2.8K Β· ⏱️ 16.08.2021): ``` pip install httpretty ``` @@ -2313,31 +2309,31 @@ _General purpose web frameworks to build web applications and REST APIs._
schemathesis (πŸ₯ˆ31 Β· ⭐ 1.8K) - Guarantee flawless API functionality with thorough,.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 250 Β· πŸ“‹ 730 - 17% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 250 Β· πŸ“‹ 740 - 18% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 89K / month): +- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 83K / month Β· πŸ“¦ 4 Β· ⏱️ 14.08.2023): ``` pip install schemathesis ```
httprunner (πŸ₯ˆ30 Β· ⭐ 3.8K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 1.2K Β· πŸ“₯ 8.6K Β· πŸ“¦ 1 Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 1.2K Β· πŸ“₯ 8.7K Β· πŸ“¦ 1 Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 5.3K / month Β· πŸ“¦ 7 Β· ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 5.1K / month Β· πŸ“¦ 7 Β· ⏱️ 23.07.2023): ``` pip install httprunner ```
-
tavern (πŸ₯ˆ30 Β· ⭐ 930) - A command-line tool and Python library and Pytest plugin for automated.. MIT +
tavern (πŸ₯ˆ30 Β· ⭐ 940) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 190 Β· πŸ“¦ 470 Β· πŸ“‹ 590 - 7% open Β· ⏱️ 05.08.2023): +- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 190 Β· πŸ“¦ 480 Β· πŸ“‹ 590 - 7% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/taverntesting/tavern @@ -2347,14 +2343,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install tavern ```
-
Model Bakery (πŸ₯ˆ29 Β· ⭐ 690) - Object factory for Django. Apache-2 +
Model Bakery (πŸ₯ˆ29 Β· ⭐ 700) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 80 Β· πŸ“¦ 3.2K Β· πŸ“‹ 130 - 22% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 80 Β· πŸ“¦ 3.2K Β· πŸ“‹ 130 - 22% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 450K / month Β· πŸ“¦ 25 Β· ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 460K / month Β· πŸ“¦ 26 Β· ⏱️ 17.08.2023): ``` pip install model_bakery ``` @@ -2363,58 +2359,42 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge model_bakery ```
-
Dredd (πŸ₯‰28 Β· ⭐ 4K) - Language-agnostic HTTP API Testing Tool. MIT +
Dredd (πŸ₯ˆ28 Β· ⭐ 4K) - Language-agnostic HTTP API Testing Tool. MIT -- [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 990 Β· πŸ“‹ 830 - 30% open Β· ⏱️ 19.07.2023): +- [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 1K Β· πŸ“‹ 830 - 30% open Β· ⏱️ 19.07.2023): ``` git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5.3K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 30K / month Β· πŸ“¦ 180 Β· ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 29K / month Β· πŸ“¦ 180 Β· ⏱️ 16.11.2021): ``` npm install dredd ```
-
selene (πŸ₯‰28 Β· ⭐ 620) - User-oriented Web UI browser tests in Python. MIT +
selene (πŸ₯ˆ28 Β· ⭐ 620) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 140 Β· πŸ“¦ 2.7K Β· πŸ“‹ 300 - 36% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 140 Β· πŸ“¦ 2.7K Β· πŸ“‹ 290 - 35% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 15K / month Β· πŸ“¦ 15 Β· ⏱️ 02.08.2023): +- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 15K / month): ``` pip install selene ```
-
django-test-plus (πŸ₯‰28 Β· ⭐ 580) - Useful additions to Djangos default TestCase. BSD-3 - -- [GitHub](https://github.com/revsys/django-test-plus) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 66 Β· πŸ“‹ 57 - 19% open Β· ⏱️ 11.07.2023): - - ``` - git clone https://github.com/revsys/django-test-plus - ``` -- [PyPi](https://pypi.org/project/django-test-plus) (πŸ“₯ 60K / month Β· πŸ“¦ 1.3K Β· ⏱️ 19.05.2021): - ``` - pip install django-test-plus - ``` -- [Conda](https://anaconda.org/conda-forge/django-test-plus) (πŸ“₯ 29K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge django-test-plus - ``` -
-
webtest (πŸ₯‰28 Β· ⭐ 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT +
webtest (πŸ₯ˆ28 Β· ⭐ 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT - [GitHub](https://github.com/Pylons/webtest) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 110 Β· πŸ“¦ 11K Β· πŸ“‹ 130 - 21% open Β· ⏱️ 08.06.2023): ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 770K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): +- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 740K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): ``` pip install webtest ``` @@ -2425,12 +2405,12 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium-python-helium (πŸ₯‰27 Β· ⭐ 3.5K) - Selenium-python but lighter: Helium is the best.. MIT -- [GitHub](https://github.com/mherrmann/selenium-python-helium) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 290 Β· πŸ“¦ 470 Β· πŸ“‹ 83 - 53% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/mherrmann/selenium-python-helium) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 300 Β· πŸ“¦ 470 Β· πŸ“‹ 87 - 54% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 24K / month): +- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 20K / month Β· πŸ“¦ 11 Β· ⏱️ 03.08.2023): ``` pip install helium ``` @@ -2451,6 +2431,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-debugtoolbar ```
+
django-test-plus (πŸ₯‰27 Β· ⭐ 580) - Useful additions to Djangos default TestCase. BSD-3 + +- [GitHub](https://github.com/revsys/django-test-plus) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 66 Β· πŸ“‹ 57 - 19% open Β· ⏱️ 11.07.2023): + + ``` + git clone https://github.com/revsys/django-test-plus + ``` +- [PyPi](https://pypi.org/project/django-test-plus) (πŸ“₯ 59K / month Β· πŸ“¦ 1.3K Β· ⏱️ 19.05.2021): + ``` + pip install django-test-plus + ``` +- [Conda](https://anaconda.org/conda-forge/django-test-plus) (πŸ“₯ 29K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge django-test-plus + ``` +
pytest-flask (πŸ₯‰27 Β· ⭐ 450) - A set of pytest fixtures to test Flask applications. MIT - [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 84 Β· πŸ“‹ 74 - 16% open Β· ⏱️ 18.02.2023): @@ -2467,18 +2463,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pytest-flask ```
-
playwright (πŸ₯‰26 Β· ⭐ 9K) - A high-level API to automate web browsers. Apache-2 +
playwright (πŸ₯‰26 Β· ⭐ 9.2K) - A high-level API to automate web browsers. Apache-2 -- [GitHub](https://github.com/Microsoft/playwright-python) (πŸ”€ 740): +- [GitHub](https://github.com/Microsoft/playwright-python) (πŸ”€ 760): ``` git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 1.4M / month Β· πŸ“¦ 210 Β· ⏱️ 14.07.2023): +- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 1.5M / month Β· πŸ“¦ 240 Β· ⏱️ 14.08.2023): ``` pip install playwright ``` -- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 18K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 19K Β· ⏱️ 14.08.2023): ``` conda install -c microsoft playwright ``` @@ -2495,54 +2491,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install pytest-splinter ```
-
aioresponses (πŸ₯‰24 Β· ⭐ 440) - Aioresponses is a helper for mock/fake web requests in python.. MIT - -- [GitHub](https://github.com/pnuckowski/aioresponses) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 83 Β· πŸ“‹ 97 - 51% open Β· ⏱️ 19.06.2023): - - ``` - git clone https://github.com/pnuckowski/aioresponses - ``` -- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 560K / month Β· πŸ“¦ 160 Β· ⏱️ 14.12.2022): - ``` - pip install aioresponses - ``` -
-
pyramid_debugtoolbar (πŸ₯‰24 Β· ⭐ 95 Β· πŸ’€) - Pyramid debug toolbar. BSD-3 - -- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 82 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 03.01.2023): - - ``` - git clone https://github.com/Pylons/pyramid_debugtoolbar - ``` -- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 2.4M / month Β· πŸ“¦ 23 Β· ⏱️ 05.01.2015): - ``` - pip install pyramid_debugtoolbar - ``` -- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 4.1K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge pyramid_debugtoolbar - ``` -
-
requestium (πŸ₯‰23 Β· ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of.. BSD-3 +
python-mocket (πŸ₯‰23 Β· ⭐ 270) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 140 Β· πŸ“¦ 83 Β· πŸ“‹ 31 - 9% open Β· ⏱️ 30.04.2023): +- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 41 Β· πŸ“¦ 89 Β· πŸ“‹ 68 - 4% open Β· ⏱️ 30.07.2023): ``` - git clone https://github.com/tryolabs/requestium + git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 21K / month Β· πŸ“¦ 7 Β· ⏱️ 04.12.2022): +- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 8.6K / month Β· πŸ“¦ 27 Β· ⏱️ 03.12.2022): ``` - pip install requestium + pip install mocket ```
-
fsociety (πŸ₯‰22 Β· ⭐ 990) - A Modular Penetration Testing Framework. MIT +
fsociety (πŸ₯‰22 Β· ⭐ 1K) - A Modular Penetration Testing Framework. MIT - [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 130 Β· πŸ“¦ 7 Β· πŸ“‹ 27 - 7% open Β· ⏱️ 09.08.2023): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 1.7K / month Β· ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 1.9K / month Β· ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2559,55 +2527,58 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install molotov ```
-
python-mocket (πŸ₯‰22 Β· ⭐ 260) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 +
aioresponses (πŸ₯‰21 Β· ⭐ 450) - Aioresponses is a helper for mock/fake web requests in python.. MIT -- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 39 Β· πŸ“¦ 89 Β· πŸ“‹ 66 - 1% open Β· ⏱️ 30.07.2023): +- [GitHub](https://github.com/pnuckowski/aioresponses) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 81 Β· πŸ“‹ 90 - 47% open Β· ⏱️ 19.06.2023): ``` - git clone https://github.com/mindflayer/python-mocket + git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 5.3K / month): +- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 570K / month): ``` - pip install mocket + pip install aioresponses ```
-
gabbi (πŸ₯‰22 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 +
requestium (πŸ₯‰20 Β· ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 -- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 150 - 14% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 140 Β· πŸ“¦ 83 Β· πŸ“‹ 31 - 9% open Β· ⏱️ 30.04.2023): ``` - git clone https://github.com/cdent/gabbi + git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 11K / month Β· πŸ“¦ 110 Β· ⏱️ 23.09.2022): +- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 21K / month): ``` - pip install gabbi + pip install requestium ```
Astra (πŸ₯‰16 Β· ⭐ 2.3K) - Automated Security Testing For REST APIs. Apache-2 -- [GitHub](https://github.com/flipkart-incubator/Astra) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 360 Β· πŸ“‹ 82 - 65% open Β· ⏱️ 16.02.2023): +- [GitHub](https://github.com/flipkart-incubator/Astra) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 370 Β· πŸ“‹ 85 - 67% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/flipkart-incubator/Astra ```
-
Show 15 hidden projects... +
Show 18 hidden projects... - pyppeteer (πŸ₯ˆ29 Β· ⭐ 3.5K Β· πŸ’€) - Headless chrome/chromium automation library (unofficial port of.. MIT - parameterized (πŸ₯ˆ29 Β· ⭐ 770) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD -- django-nose (πŸ₯‰28 Β· ⭐ 880 Β· πŸ’€) - Django test runner using nose. BSD-3 -- flask-testing (πŸ₯‰28 Β· ⭐ 490 Β· πŸ’€) - Unittest extensions for Flask. BSD-3 +- django-nose (πŸ₯ˆ28 Β· ⭐ 880 Β· πŸ’€) - Django test runner using nose. BSD-3 +- flask-testing (πŸ₯ˆ28 Β· ⭐ 490 Β· πŸ’€) - Unittest extensions for Flask. BSD-3 - Mockoon (πŸ₯‰27 Β· ⭐ 5.3K) - Mockoon is the easiest and quickest way to run mock APIs.. ❗Unlicensed - splash (πŸ₯‰26 Β· ⭐ 3.9K Β· πŸ’€) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 -- mixer (πŸ₯‰25 Β· ⭐ 910 Β· πŸ’€) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- pytest-django (πŸ₯‰25 Β· ⭐ 1.2K) - A Django plugin for pytest. ❗Unlicensed - pyresttest (πŸ₯‰24 Β· ⭐ 1.1K Β· πŸ’€) - Python Rest Testing. Apache-2 -- yandex-tank (πŸ₯‰23 Β· ⭐ 2.3K) - Load and performance benchmark tool. ❗️LGPL-2.1 -- httmock (πŸ₯‰23 Β· ⭐ 460 Β· πŸ’€) - A mocking library for requests. Apache-2 +- yandex-tank (πŸ₯‰22 Β· ⭐ 2.3K) - Load and performance benchmark tool. ❗️LGPL-2.1 - wdb (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 +- mixer (πŸ₯‰19 Β· ⭐ 910 Β· πŸ’€) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- httmock (πŸ₯‰19 Β· ⭐ 460 Β· πŸ’€) - A mocking library for requests. ❗Unlicensed +- async-asgi-testclient (πŸ₯‰19 Β· ⭐ 140 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT +- aresponses (πŸ₯‰19 Β· ⭐ 96 Β· πŸ’€) - Asyncio http mocking. Similar to the responses library used for.. MIT - golem (πŸ₯‰18 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT +- pyramid_debugtoolbar (πŸ₯‰18 Β· ⭐ 94 Β· πŸ’€) - Pyramid debug toolbar. ❗Unlicensed - huxley (πŸ₯‰17 Β· ⭐ 4.1K Β· πŸ’€) - A testing system for catching visual regressions in Web.. Apache-2 -- async-asgi-testclient (πŸ₯‰17 Β· ⭐ 140 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT -- aresponses (πŸ₯‰17 Β· ⭐ 96 Β· πŸ’€) - Asyncio http mocking. Similar to the responses library used for.. MIT +- gabbi (πŸ₯‰15 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed

@@ -2615,14 +2586,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wtforms (πŸ₯‡37 Β· ⭐ 1.4K) - A flexible forms validation and rendering library for Python. BSD-3 +
wtforms (πŸ₯‡38 Β· ⭐ 1.4K) - A flexible forms validation and rendering library for Python. BSD-3 -- [GitHub](https://github.com/wtforms/wtforms) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 390 Β· πŸ“¦ 180K Β· πŸ“‹ 460 - 17% open Β· ⏱️ 30.07.2023): +- [GitHub](https://github.com/wtforms/wtforms) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 390 Β· πŸ“¦ 180K Β· πŸ“‹ 460 - 17% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 4.1M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): +- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 4M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): ``` pip install wtforms ``` @@ -2633,51 +2604,51 @@ _General purpose web frameworks to build web applications and REST APIs._
flask-wtf (πŸ₯ˆ36 Β· ⭐ 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 -- [GitHub](https://github.com/wtforms/flask-wtf) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 300 Β· πŸ“¦ 180K Β· πŸ“‹ 320 - 8% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/wtforms/flask-wtf) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 310 Β· πŸ“¦ 180K Β· πŸ“‹ 340 - 12% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 5.2M / month): +- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 5M / month Β· πŸ“¦ 16K Β· ⏱️ 17.01.2023): ``` pip install flask-wtf ``` -- [Conda](https://anaconda.org/conda-forge/flask-wtf) (πŸ“₯ 170K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-wtf) (πŸ“₯ 180K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge flask-wtf ```
django-crispy-forms (πŸ₯‰35 Β· ⭐ 4.8K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 730 Β· πŸ“¦ 120K Β· πŸ“‹ 690 - 9% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 730 Β· πŸ“¦ 120K Β· πŸ“‹ 690 - 9% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 760K / month Β· πŸ“¦ 8K Β· ⏱️ 13.02.2023): +- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 750K / month Β· πŸ“¦ 8K Β· ⏱️ 13.02.2023): ``` pip install django-crispy-forms ``` -- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (πŸ“₯ 82K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (πŸ“₯ 83K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge django-crispy-forms ```
-
django-formtools (πŸ₯‰29 Β· ⭐ 680 Β· πŸ“ˆ) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (πŸ₯‰28 Β· ⭐ 680) - A set of high-level abstractions for Django forms. BSD-3 - [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 120 Β· πŸ“¦ 9.3K Β· πŸ“‹ 140 - 48% open Β· ⏱️ 20.07.2023): ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 360K / month Β· πŸ“¦ 1.2K Β· ⏱️ 13.05.2023): +- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 370K / month Β· πŸ“¦ 1.2K Β· ⏱️ 13.05.2023): ``` pip install django-formtools ```
Show 1 hidden projects... -- deform (πŸ₯‰26 Β· ⭐ 400 Β· πŸ’€) - A Python HTML form library. BSD-3 +- deform (πŸ₯‰27 Β· ⭐ 400 Β· πŸ’€) - A Python HTML form library. BSD-3

@@ -2692,18 +2663,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 17M / month Β· πŸ“¦ 9.4K Β· ⏱️ 09.06.2023): +- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 18M / month Β· πŸ“¦ 9.4K Β· ⏱️ 09.06.2023): ``` pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 14M Β· ⏱️ 09.06.2023): +- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 14M Β· ⏱️ 15.08.2023): ``` conda install -c conda-forge mistune ```
pelican (πŸ₯ˆ36 Β· ⭐ 12K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.8K Β· πŸ“₯ 850 Β· πŸ“¦ 7.2K Β· πŸ“‹ 1.6K - 5% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.8K Β· πŸ“₯ 850 Β· πŸ“¦ 7.2K Β· πŸ“‹ 1.7K - 5% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/getpelican/pelican @@ -2719,19 +2690,19 @@ _General purpose web frameworks to build web applications and REST APIs._
python-markdown2 (πŸ₯ˆ35 Β· ⭐ 2.5K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 440 Β· πŸ“¦ 19K Β· πŸ“‹ 300 - 29% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 440 Β· πŸ“¦ 19K Β· πŸ“‹ 290 - 28% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.4M / month Β· πŸ“¦ 2.4K Β· ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.8M / month Β· πŸ“¦ 2.4K Β· ⏱️ 25.07.2023): ``` pip install markdown2 ```
pymdown-extensions (πŸ₯ˆ34 Β· ⭐ 790) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 250 Β· πŸ“¦ 23K Β· πŸ“‹ 340 - 3% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 250 Β· πŸ“¦ 23K Β· πŸ“‹ 340 - 4% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/facelessuser/pymdown-extensions @@ -2747,52 +2718,40 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown-it-py (πŸ₯‰33 Β· ⭐ 510) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 61 Β· πŸ“¦ 40K Β· πŸ“‹ 78 - 34% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 54 Β· πŸ“¦ 42K Β· πŸ“‹ 73 - 30% open Β· ⏱️ 05.07.2023): ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 30M / month Β· πŸ“¦ 200 Β· ⏱️ 03.06.2023): +- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 32M / month): ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 2.2M Β· ⏱️ 07.06.2023): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 2.3M Β· ⏱️ 07.06.2023): ``` conda install -c conda-forge markdown-it-py ```
-
django-markdownx (πŸ₯‰27 Β· ⭐ 780) - Comprehensive Markdown plugin built for Django. BSD-3 - -- [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 150 Β· πŸ“¦ 2.3K Β· πŸ“‹ 160 - 28% open Β· ⏱️ 31.03.2023): - - ``` - git clone https://github.com/neutronX/django-markdownx - ``` -- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 29K / month Β· πŸ“¦ 120 Β· ⏱️ 03.01.2022): - ``` - pip install django-markdownx - ``` -
mistletoe (πŸ₯‰27 Β· ⭐ 640) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 100 Β· πŸ“₯ 320 Β· πŸ“¦ 690 Β· πŸ“‹ 120 - 19% open Β· ⏱️ 29.07.2023): +- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 96 Β· πŸ“₯ 320 Β· πŸ“¦ 700 Β· πŸ“‹ 120 - 13% open Β· ⏱️ 13.08.2023): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 95K / month Β· πŸ“¦ 72 Β· ⏱️ 11.06.2023): +- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 110K / month): ``` pip install mistletoe ```
-
django-markdown-editor (πŸ₯‰25 Β· ⭐ 720) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
django-markdown-editor (πŸ₯‰23 Β· ⭐ 720) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 - [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 1.2K Β· πŸ“‹ 130 - 22% open Β· ⏱️ 20.07.2023): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 20K / month Β· πŸ“¦ 25 Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 21K / month): ``` pip install martor ``` @@ -2804,7 +2763,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/markdown-include) (πŸ“₯ 65K / month Β· πŸ“¦ 270 Β· ⏱️ 07.02.2023): +- [PyPi](https://pypi.org/project/markdown-include) (πŸ“₯ 64K / month Β· πŸ“¦ 270 Β· ⏱️ 07.02.2023): ``` pip install markdown-include ``` @@ -2813,11 +2772,12 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markdown-include ```
-
Show 3 hidden projects... +
Show 4 hidden projects... - markdown (πŸ₯‡38 Β· ⭐ 3.3K) - A Python implementation of John Grubers Markdown with Extension.. ❗Unlicensed -- grip (πŸ₯‰29 Β· ⭐ 6.1K Β· πŸ’€) - Preview GitHub README.md files locally before committing them. MIT -- html2text (πŸ₯‰28 Β· ⭐ 1.4K Β· πŸ’€) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 +- html2text (πŸ₯‰28 Β· ⭐ 1.5K Β· πŸ’€) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 +- grip (πŸ₯‰27 Β· ⭐ 6.1K Β· πŸ’€) - Preview GitHub README.md files locally before committing them. MIT +- django-markdownx (πŸ₯‰25 Β· ⭐ 780) - Comprehensive Markdown plugin built for Django. ❗Unlicensed

@@ -2829,78 +2789,78 @@ _General purpose web frameworks to build web applications and REST APIs._ πŸ”— best-of-ml-python - DB Clients ( ⭐ 14K) - Collection of python database client libraries. -
youtube-dl (πŸ₯‡45 Β· ⭐ 120K) - Command-line program to download videos from YouTube.com and.. Unlicense +
discord.py (πŸ₯‡43 Β· ⭐ 13K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/ytdl-org/youtube-dl) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 9.2K Β· πŸ“₯ 59M Β· πŸ“‹ 27K - 16% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 3.8K Β· πŸ“¦ 32K Β· πŸ“‹ 2.9K - 3% open Β· ⏱️ 11.08.2023): ``` - git clone https://github.com/ytdl-org/youtube-dl + git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 4.2M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 9.8M / month Β· πŸ“¦ 2.8K Β· ⏱️ 10.08.2023): ``` - pip install youtube_dl + pip install discord.py ``` -- [Conda](https://anaconda.org/conda-forge/youtube-dl) (πŸ“₯ 1.3M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/discord.py) (πŸ“₯ 12K Β· ⏱️ 11.08.2023): ``` - conda install -c conda-forge youtube-dl + conda install -c conda-forge discord.py ```
-
google-api-python-client (πŸ₯‡43 Β· ⭐ 6.8K Β· πŸ“ˆ) - The official Python client library for Googles.. Apache-2 +
google-api-python-client (πŸ₯‡43 Β· ⭐ 6.8K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.4K Β· πŸ“¦ 160K Β· πŸ“‹ 1K - 10% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.4K Β· πŸ“¦ 160K Β· πŸ“‹ 1K - 10% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 48M / month Β· πŸ“¦ 7.6K Β· ⏱️ 08.08.2023): +- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 48M / month Β· πŸ“¦ 7.6K Β· ⏱️ 15.08.2023): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 2.3M Β· ⏱️ 08.08.2023): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 2.4M Β· ⏱️ 15.08.2023): ``` conda install -c conda-forge google-api-python-client ```
-
discord.py (πŸ₯‡41 Β· ⭐ 13K) - An API wrapper for Discord written in Python. MIT +
GitPython (πŸ₯‡41 Β· ⭐ 4K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 3.4K Β· πŸ“¦ 32K Β· πŸ“‹ 2.8K - 2% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 860 Β· πŸ“¦ 180K Β· πŸ“‹ 910 - 16% open Β· ⏱️ 22.07.2023): ``` - git clone https://github.com/Rapptz/discord.py + git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 9.6M / month): +- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 44M / month Β· πŸ“¦ 8K Β· ⏱️ 10.07.2023): ``` - pip install discord.py + pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/discord.py) (πŸ“₯ 12K Β· ⏱️ 26.06.2023): +- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 6.2M Β· ⏱️ 10.07.2023): ``` - conda install -c conda-forge discord.py + conda install -c conda-forge gitpython ```
-
GitPython (πŸ₯‡41 Β· ⭐ 4K) - GitPython is a python library used to interact with Git repositories. BSD-3 +
youtube-dl (πŸ₯‡40 Β· ⭐ 120K) - Command-line program to download videos from YouTube.com and.. Unlicense -- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 860 Β· πŸ“¦ 180K Β· πŸ“‹ 910 - 16% open Β· ⏱️ 22.07.2023): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 9K Β· πŸ“₯ 59M Β· πŸ“‹ 26K - 14% open Β· ⏱️ 04.08.2023): ``` - git clone https://github.com/gitpython-developers/GitPython + git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 42M / month Β· πŸ“¦ 8K Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 3.7M / month): ``` - pip install gitpython + pip install youtube_dl ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 6.1M Β· ⏱️ 10.07.2023): +- [Conda](https://anaconda.org/conda-forge/youtube-dl) (πŸ“₯ 1.3M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge gitpython + conda install -c conda-forge youtube-dl ```
python-telegram-bot (πŸ₯‡40 Β· ⭐ 23K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.9K Β· πŸ“₯ 19K Β· πŸ“¦ 88K Β· πŸ“‹ 1.9K - 0% open Β· ⏱️ 05.08.2023): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.9K Β· πŸ“₯ 19K Β· πŸ“¦ 88K Β· πŸ“‹ 2K - 1% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 770K / month Β· πŸ“¦ 2.5K Β· ⏱️ 09.07.2023): +- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 780K / month Β· πŸ“¦ 2.5K Β· ⏱️ 09.07.2023): ``` pip install python-telegram-bot ``` @@ -2909,54 +2869,42 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-telegram-bot ```
-
tweepy (πŸ₯‡40 Β· ⭐ 9.8K) - Twitter for Python!. MIT +
tweepy (πŸ₯‡40 Β· ⭐ 9.9K) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.4K Β· πŸ“¦ 46K Β· πŸ“‹ 1.3K - 4% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.5K Β· πŸ“¦ 47K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 760K / month): +- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 730K / month Β· πŸ“¦ 4.4K Β· ⏱️ 20.05.2022): ``` pip install tweepy ``` -- [Conda](https://anaconda.org/conda-forge/tweepy) (πŸ“₯ 250K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tweepy) (πŸ“₯ 260K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge tweepy ```
Telethon (πŸ₯‡40 Β· ⭐ 8.1K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.3K Β· πŸ“¦ 49K Β· πŸ“‹ 2.1K - 1% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.3K Β· πŸ“¦ 50K Β· πŸ“‹ 2.1K - 1% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 1.9M / month Β· πŸ“¦ 420 Β· ⏱️ 24.07.2023): +- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 1.7M / month Β· πŸ“¦ 420 Β· ⏱️ 24.07.2023): ``` pip install telethon ```
-
pyTelegramBotAPI (πŸ₯‡40 Β· ⭐ 7K) - Python Telegram bot api. ❗️GPL-2.0 - -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.8K Β· πŸ“¦ 39K Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 30.07.2023): - - ``` - git clone https://github.com/eternnoir/pyTelegramBotAPI - ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 3.4M / month Β· πŸ“¦ 940 Β· ⏱️ 18.05.2023): - ``` - pip install pytelegrambotapi - ``` -
gspread (πŸ₯‡40 Β· ⭐ 6.5K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 920 Β· πŸ“₯ 1.2K Β· πŸ“¦ 25K Β· πŸ“‹ 820 - 5% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 920 Β· πŸ“₯ 1.2K Β· πŸ“¦ 25K Β· πŸ“‹ 820 - 5% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 6.9M / month Β· πŸ“¦ 1K Β· ⏱️ 29.06.2023): +- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 7M / month Β· πŸ“¦ 1K Β· ⏱️ 29.06.2023): ``` pip install gspread ``` @@ -2967,7 +2915,7 @@ _General purpose web frameworks to build web applications and REST APIs._
PyGithub (πŸ₯‡40 Β· ⭐ 6.2K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.7K Β· πŸ“¦ 44K Β· πŸ“‹ 1.5K - 11% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.7K Β· πŸ“¦ 44K Β· πŸ“‹ 1.6K - 18% open Β· ⏱️ 10.08.2023): ``` git clone https://github.com/PyGithub/PyGithub @@ -2981,6 +2929,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pygithub ```
+
pyTelegramBotAPI (πŸ₯ˆ39 Β· ⭐ 7.1K) - Python Telegram bot api. ❗️GPL-2.0 + +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.8K Β· πŸ“¦ 39K Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 30.07.2023): + + ``` + git clone https://github.com/eternnoir/pyTelegramBotAPI + ``` +- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 3M / month Β· πŸ“¦ 940 Β· ⏱️ 18.05.2023): + ``` + pip install pytelegrambotapi + ``` +
slackclient (πŸ₯ˆ37 Β· ⭐ 3.7K) - Slack Developer Kit for Python. MIT - [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 840 Β· πŸ“₯ 400 Β· πŸ“¦ 1 Β· πŸ“‹ 750 - 2% open Β· ⏱️ 15.07.2023): @@ -2999,12 +2959,12 @@ _General purpose web frameworks to build web applications and REST APIs._
hvac (πŸ₯ˆ37 Β· ⭐ 1.1K) - Python 3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 370 Β· πŸ“₯ 530 Β· πŸ“¦ 3.7K Β· πŸ“‹ 420 - 33% open Β· ⏱️ 10.07.2023): +- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 370 Β· πŸ“₯ 540 Β· πŸ“¦ 3.7K Β· πŸ“‹ 430 - 33% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 11M / month Β· πŸ“¦ 380 Β· ⏱️ 17.06.2023): +- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 11M / month Β· πŸ“¦ 390 Β· ⏱️ 17.06.2023): ``` pip install hvac ``` @@ -3013,9 +2973,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hvac ```
-
pytube (πŸ₯ˆ36 Β· ⭐ 9K) - A lightweight, dependency-free Python library (and command-line.. Unlicense +
pytube (πŸ₯ˆ36 Β· ⭐ 9.1K) - A lightweight, dependency-free Python library (and command-line.. Unlicense -- [GitHub](https://github.com/pytube/pytube) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2K Β· πŸ“¦ 27K Β· πŸ“‹ 1.2K - 36% open Β· ⏱️ 20.05.2023): +- [GitHub](https://github.com/pytube/pytube) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2K Β· πŸ“¦ 27K Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 20.05.2023): ``` git clone https://github.com/pytube/pytube @@ -3031,7 +2991,7 @@ _General purpose web frameworks to build web applications and REST APIs._
praw (πŸ₯ˆ36 Β· ⭐ 3.1K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 460 Β· πŸ“¦ 16K Β· πŸ“‹ 730 - 0% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 460 Β· πŸ“¦ 17K Β· πŸ“‹ 730 - 0% open Β· ⏱️ 18.07.2023): ``` git clone https://github.com/praw-dev/praw @@ -3047,7 +3007,7 @@ _General purpose web frameworks to build web applications and REST APIs._
jira (πŸ₯ˆ36 Β· ⭐ 1.8K) - Python Jira library. Development chat available on.. BSD-2 -- [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 820 Β· πŸ“₯ 780 Β· πŸ“¦ 6 Β· πŸ“‹ 690 - 20% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 820 Β· πŸ“₯ 780 Β· πŸ“¦ 7 Β· πŸ“‹ 690 - 20% open Β· ⏱️ 24.07.2023): ``` git clone https://github.com/pycontribs/jira @@ -3072,23 +3032,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 160K Β· ⏱️ 13.07.2023): +- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 170K Β· ⏱️ 13.07.2023): ``` conda install -c conda-forge twilio ```
stripe (πŸ₯ˆ36 Β· ⭐ 1.4K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 390 Β· πŸ“¦ 35K Β· πŸ“‹ 340 - 4% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 390 Β· πŸ“¦ 35K Β· πŸ“‹ 340 - 4% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2.1M / month Β· πŸ“¦ 2K Β· ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2.2M / month Β· πŸ“¦ 2K Β· ⏱️ 16.08.2023): ``` pip install stripe ``` -- [Conda](https://anaconda.org/anaconda/stripe) (πŸ“₯ 29K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/anaconda/stripe) (πŸ“₯ 30K Β· ⏱️ 16.06.2023): ``` conda install -c anaconda stripe ``` @@ -3111,7 +3071,7 @@ _General purpose web frameworks to build web applications and REST APIs._
spotipy (πŸ₯ˆ34 Β· ⭐ 4.5K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 900 Β· πŸ“¦ 20K Β· πŸ“‹ 600 - 17% open Β· ⏱️ 02.05.2023): +- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 910 Β· πŸ“¦ 21K Β· πŸ“‹ 600 - 17% open Β· ⏱️ 02.05.2023): ``` git clone https://github.com/plamere/spotipy @@ -3137,31 +3097,31 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install thumbor ```
-
google-maps-services-python (πŸ₯ˆ33 Β· ⭐ 4K Β· πŸ’€) - Python client library for Google Maps API Web Services. Apache-2 +
gallery-dl (πŸ₯ˆ32 Β· ⭐ 8K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 -- [GitHub](https://github.com/googlemaps/google-maps-services-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 1.2K Β· πŸ“‹ 260 - 10% open Β· ⏱️ 27.01.2023): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 710 Β· πŸ“₯ 390K Β· πŸ“¦ 10 Β· πŸ“‹ 3.7K - 21% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/googlemaps/google-maps-services-python + git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 1.6M / month Β· πŸ“¦ 1.2K Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 55K / month Β· πŸ“¦ 9 Β· ⏱️ 28.06.2022): ``` - pip install googlemaps + pip install gallery-dl ```
-
wechatpy (πŸ₯‰32 Β· ⭐ 3.5K Β· πŸ“ˆ) - WeChat SDK for Python. MIT +
wechatpy (πŸ₯ˆ32 Β· ⭐ 3.5K) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 770 Β· πŸ“¦ 6.3K Β· πŸ“‹ 360 - 12% open Β· ⏱️ 10.05.2023): +- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 770 Β· πŸ“¦ 6.4K Β· πŸ“‹ 360 - 12% open Β· ⏱️ 10.05.2023): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 24K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 23K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): ``` pip install wechatpy ```
-
simple-salesforce (πŸ₯‰32 Β· ⭐ 1.5K) - A very simple Salesforce.com REST API client for Python. Apache-2 +
simple-salesforce (πŸ₯ˆ32 Β· ⭐ 1.5K) - A very simple Salesforce.com REST API client for Python. Apache-2 - [GitHub](https://github.com/simple-salesforce/simple-salesforce) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 630 Β· πŸ“‹ 430 - 40% open Β· ⏱️ 17.05.2023): @@ -3177,57 +3137,45 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge simple-salesforce ```
-
gallery-dl (πŸ₯‰31 Β· ⭐ 8K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 - -- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 700 Β· πŸ“₯ 390K Β· πŸ“¦ 4 Β· πŸ“‹ 3.6K - 20% open Β· ⏱️ 04.08.2023): - - ``` - git clone https://github.com/mikf/gallery-dl - ``` -- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 56K / month): - ``` - pip install gallery-dl - ``` -
-
sherlock (πŸ₯‰30 Β· ⭐ 43K) - Hunt down social media accounts by username across social networks. MIT +
twitter (πŸ₯‰30 Β· ⭐ 3K Β· πŸ’€) - Python Twitter API. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 5.2K Β· πŸ“‹ 910 - 19% open Β· ⏱️ 21.04.2023): +- [GitHub](https://github.com/python-twitter-tools/twitter) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 650 Β· πŸ“¦ 4.1K Β· πŸ“‹ 290 - 17% open Β· ⏱️ 26.10.2022): ``` - git clone https://github.com/sherlock-project/sherlock + git clone https://github.com/python-twitter-tools/twitter ``` -- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 12K / month Β· πŸ“¦ 9 Β· ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/twitter) (πŸ“₯ 25K / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.09.2022): ``` - pip install sherlock + pip install twitter ```
-
twitter (πŸ₯‰30 Β· ⭐ 3K Β· πŸ’€) - Python Twitter API. MIT +
google-maps-services-python (πŸ₯‰28 Β· ⭐ 4K Β· πŸ’€) - Python client library for Google Maps API Web Services. Apache-2 -- [GitHub](https://github.com/python-twitter-tools/twitter) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 650 Β· πŸ“¦ 4.1K Β· πŸ“‹ 290 - 17% open Β· ⏱️ 26.10.2022): +- [GitHub](https://github.com/googlemaps/google-maps-services-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 1.2K Β· πŸ“‹ 260 - 10% open Β· ⏱️ 27.01.2023): ``` - git clone https://github.com/python-twitter-tools/twitter + git clone https://github.com/googlemaps/google-maps-services-python ``` -- [PyPi](https://pypi.org/project/twitter) (πŸ“₯ 26K / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 1.7M / month): ``` - pip install twitter + pip install googlemaps ```
-
imdbpy (πŸ₯‰29 Β· ⭐ 1.1K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 +
sherlock (πŸ₯‰27 Β· ⭐ 43K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 320 Β· πŸ“₯ 280 Β· πŸ“‹ 310 - 19% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 5K Β· πŸ“‹ 810 - 9% open Β· ⏱️ 21.04.2023): ``` - git clone https://github.com/alberanid/imdbpy + git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 5.7M / month Β· πŸ“¦ 130 Β· ⏱️ 09.07.2022): +- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 12K / month): ``` - pip install imdbpy + pip install sherlock ```
notion-sdk-py (πŸ₯‰27 Β· ⭐ 1.2K) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 98 Β· πŸ“¦ 570 Β· πŸ“‹ 68 - 4% open Β· ⏱️ 24.04.2023): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 98 Β· πŸ“¦ 580 Β· πŸ“‹ 68 - 4% open Β· ⏱️ 24.04.2023): ``` git clone https://github.com/ramnes/notion-sdk-py @@ -3236,11 +3184,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install notion-client ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 5.4K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 5.5K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge notion-client ```
+
imdbpy (πŸ₯‰27 Β· ⭐ 1.1K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 + +- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 300 Β· πŸ“₯ 290 Β· πŸ“‹ 310 - 19% open Β· ⏱️ 15.08.2023): + + ``` + git clone https://github.com/alberanid/imdbpy + ``` +- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 5.2M / month): + ``` + pip install imdbpy + ``` +
WikiExtractor (πŸ₯‰25 Β· ⭐ 3.4K Β· πŸ’€) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 - [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 910 Β· πŸ“¦ 270 Β· πŸ“‹ 250 - 53% open Β· ⏱️ 24.01.2023): @@ -3248,19 +3208,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 3.3K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 3.2K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): ``` pip install wikiextractor ```
ghapi (πŸ₯‰25 Β· ⭐ 470) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 53 Β· πŸ“¦ 910 Β· πŸ“‹ 130 - 35% open Β· ⏱️ 14.06.2023): +- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 53 Β· πŸ“¦ 920 Β· πŸ“‹ 130 - 35% open Β· ⏱️ 14.06.2023): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 420K / month Β· πŸ“¦ 53 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 430K / month Β· πŸ“¦ 53 Β· ⏱️ 14.06.2023): ``` pip install ghapi ``` @@ -3272,36 +3232,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flyingrub/scdl ``` -- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 860 / month Β· πŸ“¦ 6 Β· ⏱️ 04.09.2022): +- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 890 / month Β· πŸ“¦ 6 Β· ⏱️ 04.09.2022): ``` pip install scdl ```
-
Show 23 hidden projects... +
Show 22 hidden projects... -- google-resumable-media (πŸ₯ˆ33 Β· ⭐ 39) - Utilities for Google Media Downloads and Resumable.. Apache-2 -- py-googletrans (πŸ₯‰32 Β· ⭐ 3.5K Β· πŸ’€) - (unofficial) Googletrans: Free and Unlimited Google.. MIT -- facebook-sdk (πŸ₯‰32 Β· ⭐ 2.7K Β· πŸ’€) - Python SDK for Facebooks Graph API. Apache-2 +- google-resumable-media (πŸ₯ˆ33 Β· ⭐ 40) - Utilities for Google Media Downloads and Resumable.. Apache-2 +- python-twitter (πŸ₯ˆ32 Β· ⭐ 3.4K Β· πŸ’€) - A Python wrapper around the Twitter API. Apache-2 +- facebook-sdk (πŸ₯ˆ32 Β· ⭐ 2.7K Β· πŸ’€) - Python SDK for Facebooks Graph API. Apache-2 - tushare (πŸ₯‰31 Β· ⭐ 12K Β· πŸ’€) - TuShare is a utility for crawling historical data of China stocks. BSD-3 -- python-twitter (πŸ₯‰31 Β· ⭐ 3.4K Β· πŸ’€) - A Python wrapper around the Twitter API. Apache-2 - Wikipedia (πŸ₯‰31 Β· ⭐ 2.7K Β· πŸ’€) - A Pythonic wrapper for the Wikipedia API. MIT - twython (πŸ₯‰31 Β· ⭐ 1.9K Β· πŸ’€) - Actively maintained, pure Python wrapper for the Twitter API... MIT - slacker (πŸ₯‰31 Β· ⭐ 1.6K Β· πŸ’€) - Full-featured Python interface for the Slack API. Apache-2 -- coursera-dl (πŸ₯‰30 Β· ⭐ 9.1K Β· πŸ’€) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 -- Google Images Download (πŸ₯‰30 Β· ⭐ 8.4K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT -- notion-py (πŸ₯‰27 Β· ⭐ 4K Β· πŸ’€) - Unofficial Python API client for Notion.so. MIT +- py-googletrans (πŸ₯‰30 Β· ⭐ 3.5K Β· πŸ’€) - (unofficial) Googletrans: Free and Unlimited Google.. MIT +- coursera-dl (πŸ₯‰29 Β· ⭐ 9.1K Β· πŸ’€) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 - python-instagram (πŸ₯‰27 Β· ⭐ 3K Β· πŸ’€) - Python Client for Instagram API. MIT -- telepot (πŸ₯‰27 Β· ⭐ 2.4K Β· πŸ’€) - Python framework for Telegram Bot API. MIT -- Django Facebook (πŸ₯‰27 Β· ⭐ 1.4K Β· πŸ’€) - Facebook open graph api implementation using the Django.. BSD-3 -- twitter-scraper (πŸ₯‰26 Β· ⭐ 3.6K Β· πŸ’€) - Scrape the Twitter Frontend API without authentication. MIT +- notion-py (πŸ₯‰26 Β· ⭐ 4K Β· πŸ’€) - Unofficial Python API client for Notion.so. MIT - gmusicapi (πŸ₯‰26 Β· ⭐ 2.5K Β· πŸ’€) - An unofficial client library for Google Music. BSD-3 - twitterscraper (πŸ₯‰26 Β· ⭐ 2.3K Β· πŸ’€) - Scrape Twitter for Tweets. MIT -- instagram_private_api (πŸ₯‰24 Β· ⭐ 2.8K Β· πŸ’€) - A Python library to access Instagrams private API. MIT +- Google Images Download (πŸ₯‰25 Β· ⭐ 8.4K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT +- telepot (πŸ₯‰25 Β· ⭐ 2.4K Β· πŸ’€) - Python framework for Telegram Bot API. MIT +- Django Facebook (πŸ₯‰25 Β· ⭐ 1.4K Β· πŸ’€) - Facebook open graph api implementation using the Django.. BSD-3 +- twitter-scraper (πŸ₯‰24 Β· ⭐ 3.6K Β· πŸ’€) - Scrape the Twitter Frontend API without authentication. MIT - pyshorteners (πŸ₯‰23 Β· ⭐ 360 Β· πŸ’€) - Generating short urls with python has never been easier. ❗️GPL-3.0 +- instagram_private_api (πŸ₯‰22 Β· ⭐ 2.8K Β· πŸ’€) - A Python library to access Instagrams private API. MIT - GHunt (πŸ₯‰20 Β· ⭐ 14K) - Offensive Google framework. ❗Unlicensed - instagram-scraper (πŸ₯‰20 Β· ⭐ 6.9K Β· πŸ’€) - Scrapes an instagram users photos and videos. Unlicense - InstaPy (πŸ₯‰17 Β· ⭐ 16K Β· πŸ’€) - Tool for automated Instagram interactions. ❗️GPL-3.0 -- igramscraper (πŸ₯‰16 Β· ⭐ 2.1K Β· πŸ’€) - scrapes medias, likes, followers, tags and all metadata... MIT

@@ -3321,7 +3280,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install modoboa ```
-
yagmail (πŸ₯ˆ30 Β· ⭐ 2.5K Β· πŸ’€) - Send email in Python conveniently for gmail using yagmail. MIT +
yagmail (πŸ₯‡30 Β· ⭐ 2.5K Β· πŸ’€) - Send email in Python conveniently for gmail using yagmail. MIT - [GitHub](https://github.com/kootenpv/yagmail) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 270 Β· πŸ“¦ 3.4K Β· πŸ“‹ 230 - 44% open Β· ⏱️ 28.09.2022): @@ -3339,7 +3298,7 @@ _General purpose web frameworks to build web applications and REST APIs._
flanker (πŸ₯ˆ28 Β· ⭐ 1.6K) - Python email address and Mime parsing library. Apache-2 -- [GitHub](https://github.com/mailgun/flanker) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 190 Β· πŸ“¦ 480 Β· πŸ“‹ 90 - 57% open Β· ⏱️ 03.03.2023): +- [GitHub](https://github.com/mailgun/flanker) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 180 Β· πŸ“¦ 490 Β· πŸ“‹ 90 - 57% open Β· ⏱️ 03.03.2023): ``` git clone https://github.com/mailgun/flanker @@ -3349,14 +3308,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install flanker ```
-
fastapi-mail (πŸ₯‰27 Β· ⭐ 510) - Fastapi mail system sending mails(individual, bulk).. MIT +
fastapi-mail (πŸ₯ˆ27 Β· ⭐ 510) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 70 Β· πŸ“¦ 1.6K Β· πŸ“‹ 99 - 5% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 71 Β· πŸ“¦ 1.6K Β· πŸ“‹ 100 - 6% open Β· ⏱️ 18.07.2023): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 100K / month): +- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 110K / month Β· πŸ“¦ 8 Β· ⏱️ 18.07.2023): ``` pip install fastapi-mail ``` @@ -3368,14 +3327,14 @@ _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) (πŸ“₯ 37K / month Β· πŸ“¦ 110 Β· ⏱️ 10.12.2014): +- [PyPi](https://pypi.org/project/pyramid_mailer) (πŸ“₯ 39K / month Β· πŸ“¦ 110 Β· ⏱️ 10.12.2014): ``` pip install pyramid_mailer ```
salmon (πŸ₯‰18 Β· ⭐ 610) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 60 Β· πŸ“₯ 94 Β· πŸ“¦ 19 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 02.04.2023): +- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 60 Β· πŸ“₯ 95 Β· πŸ“¦ 19 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 02.04.2023): ``` git clone https://github.com/moggers87/salmon @@ -3387,11 +3346,11 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... -- flask-mail (πŸ₯‡31 Β· ⭐ 570 Β· πŸ’€) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 -- sync-engine (πŸ₯ˆ29 Β· ⭐ 3.5K Β· πŸ’€) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 +- flask-mail (πŸ₯ˆ27 Β· ⭐ 570 Β· πŸ’€) - Flask-Mail adds SMTP mail sending to your Flask.. ❗Unlicensed +- sync-engine (πŸ₯‰25 Β· ⭐ 3.5K Β· πŸ’€) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 +- offlineimap (πŸ₯‰25 Β· ⭐ 1.8K) - Read/sync your IMAP mailboxes (python2) [LEGACY: move to.. ❗️libpng-2.0 - mailer (πŸ₯‰24 Β· ⭐ 260 Β· πŸ’€) - A light-weight, modular, message representation and mail delivery.. MIT -- offlineimap (πŸ₯‰23 Β· ⭐ 1.8K) - Read/sync your IMAP mailboxes (python2) [LEGACY: move to.. ❗Unlicensed -- gmail (πŸ₯‰17 Β· ⭐ 1.7K Β· πŸ’€) - A Pythonic interface for Google Mail. MIT +- gmail (πŸ₯‰21 Β· ⭐ 1.7K Β· πŸ’€) - A Pythonic interface for Google Mail. MIT

@@ -3403,28 +3362,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (πŸ₯‡45 Β· ⭐ 48K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 10K Β· πŸ“¦ 39K Β· πŸ“‹ 3.1K - 23% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 9.8K Β· πŸ“¦ 39K Β· πŸ“‹ 2.8K - 16% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.2M / month Β· πŸ“¦ 4.6K Β· ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.3M / month): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 690K Β· ⏱️ 04.08.2023): +- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 700K Β· ⏱️ 04.08.2023): ``` conda install -c conda-forge scrapy ```
+
feedparser (πŸ₯‡36 Β· ⭐ 1.7K) - Parse feeds in Python. BSD-2 + +- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 320 Β· πŸ“¦ 70K Β· πŸ“‹ 240 - 30% open Β· ⏱️ 15.08.2023): + + ``` + git clone https://github.com/kurtmckee/feedparser + ``` +- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 2.1M / month Β· πŸ“¦ 7.5K Β· ⏱️ 21.05.2022): + ``` + pip install feedparser + ``` +- [Conda](https://anaconda.org/conda-forge/feedparser) (πŸ“₯ 550K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge feedparser + ``` +
soupsieve (πŸ₯‡33 Β· ⭐ 170) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 33 Β· πŸ“¦ 390K Β· πŸ“‹ 110 - 8% open Β· ⏱️ 16.04.2023): +- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 35 Β· πŸ“¦ 400K Β· πŸ“‹ 110 - 10% open Β· ⏱️ 16.04.2023): ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 62M / month): +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 61M / month Β· πŸ“¦ 2.7K Β· ⏱️ 16.04.2023): ``` pip install soupsieve ``` @@ -3435,7 +3410,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pytrends (πŸ₯‡32 Β· ⭐ 2.8K) - Pseudo API for Google Trends. Apache-2 -- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 760 Β· πŸ“¦ 3.9K Β· πŸ“‹ 450 - 25% open Β· ⏱️ 22.04.2023): +- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 770 Β· πŸ“¦ 3.9K Β· πŸ“‹ 460 - 25% open Β· ⏱️ 22.04.2023): ``` git clone https://github.com/GeneralMills/pytrends @@ -3451,7 +3426,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
You-Get (πŸ₯ˆ31 Β· ⭐ 48K) - Dumb downloader that scrapes the web. MIT -- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 9.2K Β· πŸ“₯ 370K Β· πŸ“¦ 4 Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 9.3K Β· πŸ“₯ 370K Β· πŸ“¦ 10 Β· ⏱️ 25.07.2023): ``` git clone https://github.com/soimort/you-get @@ -3460,19 +3435,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install you-get ``` -- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 21K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 22K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge you-get ```
-
parsel (πŸ₯ˆ31 Β· ⭐ 950) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 +
trafilatura (πŸ₯ˆ31 Β· ⭐ 1.8K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 + +- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 140 Β· πŸ“¦ 1.1K Β· πŸ“‹ 240 - 20% open Β· ⏱️ 07.08.2023): + + ``` + git clone https://github.com/adbar/trafilatura + ``` +- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 360K / month Β· πŸ“¦ 19 Β· ⏱️ 23.08.2019): + ``` + pip install trafilatura + ``` +
+
parsel (πŸ₯ˆ31 Β· ⭐ 960) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 130 Β· πŸ“¦ 28K Β· πŸ“‹ 100 - 24% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 130 Β· πŸ“¦ 28K Β· πŸ“‹ 110 - 31% open Β· ⏱️ 06.07.2023): ``` git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1.1M / month): +- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1.1M / month Β· πŸ“¦ 1.6K Β· ⏱️ 18.04.2023): ``` pip install parsel ``` @@ -3481,40 +3468,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge parsel ```
-
trafilatura (πŸ₯ˆ30 Β· ⭐ 1.3K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 +
cloudscraper (πŸ₯ˆ30 Β· ⭐ 3.4K) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 140 Β· πŸ“¦ 520 Β· πŸ“‹ 240 - 20% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 420 Β· πŸ“¦ 18K Β· ⏱️ 25.04.2023): ``` - git clone https://github.com/adbar/trafilatura + git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 390K / month): +- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 300K / month Β· πŸ“¦ 130 Β· ⏱️ 10.01.2023): ``` - pip install trafilatura + pip install cloudscraper ```
-
dirsearch (πŸ₯ˆ29 Β· ⭐ 10K) - Web path scanner. ❗️GPL-2.0 +
extruct (πŸ₯ˆ29 Β· ⭐ 760) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 2.2K Β· πŸ“¦ 50 Β· πŸ“‹ 500 - 11% open Β· ⏱️ 24.06.2023): +- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 990 Β· πŸ“‹ 98 - 45% open Β· ⏱️ 07.07.2023): ``` - git clone https://github.com/maurosoria/dirsearch + git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 2.7K / month Β· ⏱️ 03.10.2022): +- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 85K / month Β· πŸ“¦ 41 Β· ⏱️ 26.10.2015): ``` - pip install dirsearch + pip install extruct ```
-
cloudscraper (πŸ₯ˆ29 Β· ⭐ 3.3K) - A Python module to bypass Cloudflares anti-bot page. MIT +
dirsearch (πŸ₯ˆ28 Β· ⭐ 10K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 420 Β· πŸ“¦ 17K Β· ⏱️ 25.04.2023): +- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 2.2K Β· πŸ“¦ 50 Β· πŸ“‹ 500 - 12% open Β· ⏱️ 24.06.2023): ``` - git clone https://github.com/venomous/cloudscraper + git clone https://github.com/maurosoria/dirsearch ``` -- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 300K / month): +- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 2.6K / month Β· ⏱️ 03.10.2022): ``` - pip install cloudscraper + pip install dirsearch ```
MechanicalSoup (πŸ₯ˆ28 Β· ⭐ 4.4K) - A Python library for automating interaction with websites. MIT @@ -3535,97 +3522,84 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Grab (πŸ₯ˆ28 Β· ⭐ 2.3K) - Web Scraping Framework. MIT -- [GitHub](https://github.com/lorien/grab) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 260 Β· πŸ“¦ 390 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/lorien/grab) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 390 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 01.07.2023): ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.7K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.6K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): ``` pip install grab ```
-
Gerapy (πŸ₯‰26 Β· ⭐ 3K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT +
Gerapy (πŸ₯‰25 Β· ⭐ 3K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT - [GitHub](https://github.com/Gerapy/Gerapy) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 610 Β· πŸ“¦ 130 Β· πŸ“‹ 210 - 28% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/Gerapy/Gerapy ``` -- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 970 / month Β· πŸ“¦ 8 Β· ⏱️ 19.07.2023): ``` pip install gerapy ```
-
extruct (πŸ₯‰26 Β· ⭐ 760) - Extract embedded metadata from HTML markup. BSD-3 +
ruia (πŸ₯‰24 Β· ⭐ 1.7K Β· πŸ’€) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 -- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 990 Β· πŸ“‹ 84 - 36% open Β· ⏱️ 07.07.2023): +- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 180 Β· πŸ“₯ 16 Β· πŸ“¦ 68 Β· πŸ“‹ 99 - 7% open Β· ⏱️ 21.08.2022): ``` - git clone https://github.com/scrapinghub/extruct + git clone https://github.com/howie6879/ruia ``` -- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 82K / month): +- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 1.2K / month Β· πŸ“¦ 11 Β· ⏱️ 07.05.2021): ``` - pip install extruct + pip install ruia ```
-
micawber (πŸ₯‰26 Β· ⭐ 600) - a small library for extracting rich content from urls. MIT +
micawber (πŸ₯‰24 Β· ⭐ 610) - a small library for extracting rich content from urls. MIT -- [GitHub](https://github.com/coleifer/micawber) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 90 Β· πŸ“¦ 2.7K Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/coleifer/micawber) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 88 Β· πŸ“¦ 2.7K Β· ⏱️ 19.06.2023): ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 25K / month Β· πŸ“¦ 190 Β· ⏱️ 12.07.2021): +- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 23K / month): ``` pip install micawber ``` -- [Conda](https://anaconda.org/conda-forge/micawber) (πŸ“₯ 11K Β· ⏱️ 10.07.2023): +- [Conda](https://anaconda.org/conda-forge/micawber) (πŸ“₯ 12K Β· ⏱️ 10.07.2023): ``` conda install -c conda-forge micawber ```
Photon (πŸ₯‰23 Β· ⭐ 9.9K Β· πŸ’€) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 -- [GitHub](https://github.com/s0md3v/Photon) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 1.4K Β· πŸ“‹ 110 - 41% open Β· ⏱️ 20.12.2022): +- [GitHub](https://github.com/s0md3v/Photon) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 1.4K Β· πŸ“‹ 110 - 42% open Β· ⏱️ 20.12.2022): ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 330 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 320 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): ``` pip install photon ```
-
ruia (πŸ₯‰23 Β· ⭐ 1.7K Β· πŸ’€) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - -- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 180 Β· πŸ“₯ 16 Β· πŸ“¦ 68 Β· πŸ“‹ 99 - 7% open Β· ⏱️ 21.08.2022): - - ``` - git clone https://github.com/howie6879/ruia - ``` -- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 1.1K / month Β· πŸ“¦ 11 Β· ⏱️ 07.05.2021): - ``` - pip install ruia - ``` -
-
Show 18 hidden projects... +
Show 17 hidden projects... -- Pattern (πŸ₯‡33 Β· ⭐ 8.5K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural.. BSD-3 -- newspaper3k (πŸ₯‡32 Β· ⭐ 13K Β· πŸ’€) - News, full-text, and article metadata extraction in Python 3... MIT -- feedparser (πŸ₯‡32 Β· ⭐ 1.7K) - Parse feeds in Python. ❗Unlicensed +- Pattern (πŸ₯‡32 Β· ⭐ 8.5K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural.. BSD-3 - pyspider (πŸ₯ˆ31 Β· ⭐ 16K Β· πŸ’€) - A Powerful Spider(Web Crawler) System in Python. Apache-2 +- newspaper3k (πŸ₯ˆ30 Β· ⭐ 13K Β· πŸ’€) - News, full-text, and article metadata extraction in Python 3... MIT - python-goose (πŸ₯ˆ28 Β· ⭐ 3.9K Β· πŸ’€) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 - robobrowser (πŸ₯‰25 Β· ⭐ 3.7K Β· πŸ’€) - Your friendly neighborhood web scraper. BSD-3 - AutoScraper (πŸ₯‰24 Β· ⭐ 5.4K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - scrapely (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - A pure-python HTML screen-scraping library. BSD-3 -- frontera (πŸ₯‰23 Β· ⭐ 1.2K Β· πŸ’€) - A scalable frontier for web crawlers. BSD-3 +- frontera (πŸ₯‰24 Β· ⭐ 1.2K Β· πŸ’€) - A scalable frontier for web crawlers. BSD-3 +- Cola (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - A high-level distributed crawling framework. Apache-2 - gazpacho (πŸ₯‰21 Β· ⭐ 710 Β· πŸ’€) - The simple, fast, and modern web scraping library. MIT +- Lassie (πŸ₯‰21 Β· ⭐ 590 Β· πŸ’€) - Web Content Retrieval for Humans. MIT - snallygaster (πŸ₯‰20 Β· ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 -- Lassie (πŸ₯‰20 Β· ⭐ 590 Β· πŸ’€) - Web Content Retrieval for Humans. MIT - gain (πŸ₯‰19 Β· ⭐ 2K Β· πŸ’€) - Web crawling framework based on asyncio. ❗️GPL-3.0 -- Cola (πŸ₯‰17 Β· ⭐ 1.5K Β· πŸ’€) - A high-level distributed crawling framework. ❗Unlicensed -- opengraph (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - A python module to parse the Open Graph Protocol. MIT +- opengraph (πŸ₯‰15 Β· ⭐ 220 Β· πŸ’€) - A python module to parse the Open Graph Protocol. MIT - Transistor (πŸ₯‰14 Β· ⭐ 210 Β· πŸ’€) - Transistor, a Python web scraping framework for intelligent use.. MIT - lazynlp (πŸ₯‰13 Β· ⭐ 2.1K Β· πŸ’€) - Library to scrape and clean web pages to create massive datasets. MIT - Scrapera (πŸ₯‰12 Β· ⭐ 300 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT @@ -3636,46 +3610,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
sentry (πŸ₯‡40 Β· ⭐ 35K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 +
sentry (πŸ₯‡39 Β· ⭐ 35K) - Developer-first error tracking and performance monitoring. ❗Unlicensed -- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 3.9K Β· πŸ“₯ 47K Β· πŸ“¦ 630 Β· πŸ“‹ 8.7K - 15% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 3.7K Β· πŸ“₯ 47K Β· πŸ“¦ 630 Β· πŸ“‹ 8.6K - 14% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 20K / month Β· πŸ“¦ 390 Β· ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 19K / month): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 560K Β· ⏱️ 01.08.2023): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 570K Β· ⏱️ 01.08.2023): ``` conda install -c conda-forge sentry-sdk ```
-
opentelemetry-python (πŸ₯‡35 Β· ⭐ 1.3K) - OpenTelemetry Python API and SDK. Apache-2 +
opentelemetry-python (πŸ₯‡36 Β· ⭐ 1.3K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 480 Β· πŸ“¦ 5K Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 480 Β· πŸ“¦ 5.7K Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 47K / month Β· πŸ“¦ 4 Β· ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 52K / month Β· πŸ“¦ 4 Β· ⏱️ 18.07.2023): ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 280K Β· ⏱️ 13.07.2023): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 290K Β· ⏱️ 13.07.2023): ``` conda install -c conda-forge opentelemetry-api ```
-
Prometheus Client (πŸ₯ˆ33 Β· ⭐ 3.5K) - Python client for the Prometheus monitoring system. Apache-2 +
Prometheus Client (πŸ₯ˆ34 Β· ⭐ 3.5K) - Python client for the Prometheus monitoring system. Apache-2 - [GitHub](https://github.com/prometheus/client_python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 740 Β· πŸ“‹ 490 - 18% open Β· ⏱️ 08.08.2023): ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 23M / month Β· πŸ“¦ 750 Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 24M / month Β· πŸ“¦ 750 Β· ⏱️ 10.07.2023): ``` pip install prometheus-client ``` @@ -3691,43 +3665,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 6.7M / month Β· πŸ“¦ 62 Β· ⏱️ 28.04.2023): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 6.6M / month Β· πŸ“¦ 62 Β· ⏱️ 28.04.2023): ``` pip install prometheus-flask-exporter ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 990K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 1M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge prometheus_flask_exporter ```
-
GoAccess (πŸ₯‰24 Β· ⭐ 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT +
GoAccess (πŸ₯‰25 Β· ⭐ 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 4 Β· πŸ“‹ 2.1K - 17% open Β· ⏱️ 22.07.2023): +- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 10 Β· πŸ“‹ 2.1K - 17% open Β· ⏱️ 22.07.2023): ``` git clone https://github.com/allinurl/goaccess ```
-
starlette context (πŸ₯‰23 Β· ⭐ 360) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (πŸ₯‰22 Β· ⭐ 360) - Middleware for Starlette that allows you to store and.. MIT - [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 20 Β· πŸ“¦ 650 Β· πŸ“‹ 38 - 15% open Β· ⏱️ 25.07.2023): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 220K / month Β· πŸ“¦ 17 Β· ⏱️ 26.11.2022): +- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 210K / month Β· πŸ“¦ 17 Β· ⏱️ 26.11.2022): ``` pip install starlette-context ```
-
Flask-MonitoringDashboard (πŸ₯‰22 Β· ⭐ 710) - Automatically monitor the evolving performance of.. MIT +
Flask-MonitoringDashboard (πŸ₯‰20 Β· ⭐ 710) - Automatically monitor the evolving performance of.. MIT - [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 140 Β· πŸ“‹ 180 - 29% open Β· ⏱️ 03.03.2023): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 7.2K / month Β· πŸ“¦ 13 Β· ⏱️ 06.11.2021): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 6.9K / month): ``` pip install flask-monitoringdashboard ``` @@ -3746,38 +3720,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Streamlit (πŸ₯‡40 Β· ⭐ 26K) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (πŸ₯‡40 Β· ⭐ 27K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.3K Β· πŸ“¦ 920 Β· πŸ“‹ 3.5K - 19% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.3K Β· πŸ“¦ 930 Β· πŸ“‹ 3.5K - 19% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 2.2M / month Β· πŸ“¦ 950 Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 2.3M / month Β· πŸ“¦ 960 Β· ⏱️ 20.07.2023): ``` pip install streamlit ```
Panel (πŸ₯‡38 Β· ⭐ 3K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 7.9K Β· πŸ“‹ 2.7K - 28% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 7.9K Β· πŸ“‹ 2.8K - 29% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 500K / month Β· πŸ“¦ 170 Β· ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 530K / month Β· πŸ“¦ 170 Β· ⏱️ 17.08.2023): ``` pip install panel ```
wave (πŸ₯ˆ33 Β· ⭐ 3.6K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 260 Β· πŸ“₯ 1.8M Β· πŸ“‹ 980 - 20% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 270 Β· πŸ“₯ 1.8M Β· πŸ“‹ 980 - 20% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 20K / month Β· πŸ“¦ 200 Β· ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 19K / month Β· πŸ“¦ 200 Β· ⏱️ 09.01.2011): ``` pip install wave ``` @@ -3789,19 +3763,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 8.3K / month Β· πŸ“¦ 15 Β· ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 8.4K / month Β· πŸ“¦ 15 Β· ⏱️ 11.12.2022): ``` pip install pywebio ```
-
idom (πŸ₯ˆ27 Β· ⭐ 6.5K) - Its React, but in Python. MIT +
idom (πŸ₯ˆ27 Β· ⭐ 6.7K) - Its React, but in Python. MIT -- [GitHub](https://github.com/reactive-python/reactpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 270 Β· πŸ“¦ 58 Β· πŸ“‹ 350 - 28% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/reactive-python/reactpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 270 Β· πŸ“¦ 64 Β· πŸ“‹ 350 - 28% open Β· ⏱️ 24.07.2023): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 620 / month Β· πŸ“¦ 6 Β· ⏱️ 20.06.2022): +- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 790 / month Β· πŸ“¦ 6 Β· ⏱️ 20.06.2022): ``` pip install idom ``` @@ -3821,7 +3795,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 480 / month Β· πŸ“¦ 1 Β· ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 370 / month Β· πŸ“¦ 1 Β· ⏱️ 05.10.2022): ``` pip install wooey ``` @@ -3838,36 +3812,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install FlaskBB ```
-
python-react (πŸ₯‰24 Β· ⭐ 1.6K) - Server-side rendering of React components. MIT +
python-react (πŸ₯‰25 Β· ⭐ 1.6K) - Server-side rendering of React components. MIT - [GitHub](https://github.com/markfinger/python-react) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 700 Β· πŸ“‹ 73 - 13% open Β· ⏱️ 29.06.2023): ``` git clone https://github.com/markfinger/python-react ``` -- [PyPi](https://pypi.org/project/react) (πŸ“₯ 7.2K / month Β· πŸ“¦ 48 Β· ⏱️ 08.10.2018): +- [PyPi](https://pypi.org/project/react) (πŸ“₯ 8.1K / month Β· πŸ“¦ 48 Β· ⏱️ 08.10.2018): ``` pip install react ```
-
pyscript (πŸ₯‰23 Β· ⭐ 17K) - Home Page: https://pyscript.net Examples:.. Apache-2 +
trame (πŸ₯‰24 Β· ⭐ 170) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.3K Β· πŸ“₯ 190 Β· πŸ“‹ 660 - 17% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 38 Β· πŸ“₯ 160 Β· πŸ“‹ 41 - 12% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/pyscript/pyscript + git clone https://github.com/Kitware/trame + ``` +- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 22K / month Β· πŸ“¦ 19 Β· ⏱️ 17.08.2023): + ``` + pip install trame ```
-
trame (πŸ₯‰23 Β· ⭐ 170) - Trame lets you weave various components and technologies into a Web.. Apache-2 +
pyscript (πŸ₯‰23 Β· ⭐ 17K) - Home Page: https://pyscript.net Examples:.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 37 Β· πŸ“₯ 160 Β· πŸ“‹ 41 - 12% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.3K Β· πŸ“₯ 190 Β· πŸ“‹ 660 - 17% open Β· ⏱️ 09.08.2023): ``` - git clone https://github.com/Kitware/trame - ``` -- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 19K / month Β· πŸ“¦ 17 Β· ⏱️ 04.08.2023): - ``` - pip install trame + git clone https://github.com/pyscript/pyscript ```

@@ -3876,57 +3850,57 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-admin (πŸ₯‡38 Β· ⭐ 5.4K) - Simple and extensible administrative interface framework for.. BSD-3 +
django-debug-toolbar (πŸ₯‡38 Β· ⭐ 7.6K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/flask-admin/flask-admin) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.6K Β· πŸ“¦ 22K Β· πŸ“‹ 1.5K - 33% open Β· ⏱️ 24.04.2023): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 1K Β· πŸ“₯ 210 Β· πŸ“¦ 76K Β· πŸ“‹ 860 - 8% open Β· ⏱️ 11.08.2023): ``` - git clone https://github.com/flask-admin/flask-admin + git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1.3M / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.02.2023): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (πŸ“₯ 2.1M / month Β· πŸ“¦ 12K Β· ⏱️ 11.08.2023): ``` - pip install flask-admin + pip install django-debug-toolbar ``` -- [Conda](https://anaconda.org/conda-forge/flask-admin) (πŸ“₯ 140K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (πŸ“₯ 170K Β· ⏱️ 11.08.2023): ``` - conda install -c conda-forge flask-admin + conda install -c conda-forge django-debug-toolbar ```
-
django-debug-toolbar (πŸ₯‡37 Β· ⭐ 7.6K) - A configurable set of panels that display various.. BSD-3 +
flask-admin (πŸ₯‡38 Β· ⭐ 5.4K) - Simple and extensible administrative interface framework for.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 1K Β· πŸ“₯ 210 Β· πŸ“¦ 75K Β· πŸ“‹ 860 - 8% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/flask-admin/flask-admin) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.6K Β· πŸ“¦ 22K Β· πŸ“‹ 1.5K - 33% open Β· ⏱️ 24.04.2023): ``` - git clone https://github.com/jazzband/django-debug-toolbar + git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (πŸ“₯ 2.1M / month Β· πŸ“¦ 12K Β· ⏱️ 16.05.2023): +- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1.3M / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.02.2023): ``` - pip install django-debug-toolbar + pip install flask-admin ``` -- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (πŸ“₯ 170K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-admin) (πŸ“₯ 140K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge django-debug-toolbar + conda install -c conda-forge flask-admin ```
django-grappelli (πŸ₯ˆ33 Β· ⭐ 3.5K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 650 Β· πŸ“¦ 5.7K Β· πŸ“‹ 700 - 1% open Β· ⏱️ 03.05.2023): +- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 650 Β· πŸ“¦ 5.8K Β· πŸ“‹ 700 - 1% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-grappelli) (πŸ“₯ 160K / month Β· πŸ“¦ 1.7K Β· ⏱️ 03.05.2023): +- [PyPi](https://pypi.org/project/django-grappelli) (πŸ“₯ 160K / month Β· πŸ“¦ 1.7K Β· ⏱️ 15.08.2023): ``` pip install django-grappelli ``` -- [Conda](https://anaconda.org/conda-forge/django-grappelli) (πŸ“₯ 130K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-grappelli) (πŸ“₯ 130K Β· ⏱️ 15.08.2023): ``` conda install -c conda-forge django-grappelli ```
django-admin-interface (πŸ₯ˆ32 Β· ⭐ 1.5K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“¦ 3.1K Β· πŸ“‹ 180 - 10% open Β· ⏱️ 05.08.2023): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“¦ 3.2K Β· πŸ“‹ 180 - 10% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/fabiocaccamo/django-admin-interface @@ -3938,12 +3912,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-admin (πŸ₯‰24 Β· ⭐ 2K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 270 Β· πŸ“¦ 170 Β· πŸ“‹ 110 - 39% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 270 Β· πŸ“¦ 180 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 3.7K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 3.5K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -3975,21 +3949,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Kong (πŸ₯‡38 Β· ⭐ 36K) - The Cloud-Native API Gateway. Apache-2 +
Kong (πŸ₯‡39 Β· ⭐ 36K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 4.6K Β· πŸ“¦ 4 Β· πŸ“‹ 4.2K - 5% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 4.6K Β· πŸ“¦ 10 Β· πŸ“‹ 4.2K - 5% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/kong/kong ``` -- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 310M Β· ⭐ 750 Β· ⏱️ 09.08.2023): +- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 310M Β· ⭐ 750 Β· ⏱️ 16.08.2023): ``` docker pull kong ```
tyk (πŸ₯‰28 Β· ⭐ 8.7K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1K Β· πŸ“₯ 770 Β· πŸ“‹ 2.1K - 14% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1K Β· πŸ“₯ 760 Β· πŸ“‹ 2.1K - 14% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/TykTechnologies/tyk @@ -4049,14 +4023,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-migrate ```
-
flask-caching (πŸ₯‡31 Β· ⭐ 810) - A caching extension for Flask. BSD-3 +
flask-caching (πŸ₯‡31 Β· ⭐ 820) - A caching extension for Flask. BSD-3 - [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 180 Β· πŸ“¦ 16K Β· πŸ“‹ 240 - 26% open Β· ⏱️ 28.04.2023): ``` git clone https://github.com/pallets-eco/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 3.9M / month Β· πŸ“¦ 760 Β· ⏱️ 12.01.2023): +- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 3.8M / month Β· πŸ“¦ 760 Β· ⏱️ 12.01.2023): ``` pip install flask-caching ``` @@ -4065,26 +4039,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-caching ```
-
flask-api (πŸ₯ˆ30 Β· ⭐ 1.4K) - Browsable web APIs for Flask. BSD-3 +
flask-mongoengine (πŸ₯ˆ30 Β· ⭐ 830 Β· πŸ’€) - MongoEngine flask extension with WTF model forms.. BSD-3 -- [GitHub](https://github.com/flask-api/flask-api) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 180 Β· πŸ“¦ 6K Β· πŸ“‹ 67 - 20% open Β· ⏱️ 02.08.2023): - - ``` - git clone https://github.com/flask-api/flask-api - ``` -- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 100K / month Β· πŸ“¦ 700 Β· ⏱️ 15.06.2021): - ``` - pip install flask-api - ``` -
-
flask-mongoengine (πŸ₯ˆ30 Β· ⭐ 830 Β· πŸ’€) - MongoEngine flask extension with WTF model forms.. BSD-3 - -- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 250 Β· πŸ“¦ 9K Β· πŸ“‹ 280 - 15% open Β· ⏱️ 16.08.2022): +- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 250 Β· πŸ“¦ 9K Β· πŸ“‹ 280 - 15% open Β· ⏱️ 16.08.2022): ``` git clone https://github.com/MongoEngine/flask-mongoengine ``` -- [PyPi](https://pypi.org/project/flask-mongoengine) (πŸ“₯ 150K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/flask-mongoengine) (πŸ“₯ 140K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.11.2020): ``` pip install flask-mongoengine ``` @@ -4096,7 +4058,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 540K / month Β· πŸ“¦ 820 Β· ⏱️ 05.04.2023): +- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 530K / month Β· πŸ“¦ 820 Β· ⏱️ 05.04.2023): ``` pip install flask-marshmallow ``` @@ -4107,12 +4069,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-session (πŸ₯ˆ30 Β· ⭐ 440) - Server side session extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-session) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 210 Β· πŸ“₯ 10 Β· πŸ“¦ 31K Β· πŸ“‹ 110 - 33% open Β· ⏱️ 21.06.2023): +- [GitHub](https://github.com/pallets-eco/flask-session) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 210 Β· πŸ“₯ 11 Β· πŸ“¦ 31K Β· πŸ“‹ 110 - 33% open Β· ⏱️ 21.06.2023): ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 3.4M / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.05.2023): +- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 3.3M / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.05.2023): ``` pip install flask-session ``` @@ -4136,7 +4098,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jmcarp/flask-apispec ``` -- [PyPi](https://pypi.org/project/flask-apispec) (πŸ“₯ 290K / month Β· πŸ“¦ 45 Β· ⏱️ 11.08.2022): +- [PyPi](https://pypi.org/project/flask-apispec) (πŸ“₯ 280K / month Β· πŸ“¦ 45 Β· ⏱️ 11.08.2022): ``` pip install flask-apispec ``` @@ -4145,182 +4107,153 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-apispec ```
-
flask-babel (πŸ₯ˆ26 Β· ⭐ 420) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +
flask-paginate (πŸ₯ˆ25 Β· ⭐ 270 Β· πŸ’€) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/python-babel/flask-babel) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 160 Β· πŸ“‹ 120 - 8% open Β· ⏱️ 07.04.2023): +- [GitHub](https://github.com/lixxu/flask-paginate) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 79 Β· πŸ“₯ 56 Β· πŸ“¦ 2.8K Β· πŸ“‹ 72 - 11% open Β· ⏱️ 16.09.2022): ``` - git clone https://github.com/python-babel/flask-babel + git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 2.4M / month Β· πŸ“¦ 36 Β· ⏱️ 07.04.2023): +- [PyPi](https://pypi.org/project/flask-paginate) (πŸ“₯ 44K / month Β· πŸ“¦ 47 Β· ⏱️ 09.01.2022): ``` - pip install flask-babel + pip install flask-paginate ``` -- [Conda](https://anaconda.org/conda-forge/flask-babel) (πŸ“₯ 130K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-paginate) (πŸ“₯ 18K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge flask-babel + conda install -c conda-forge flask-paginate ```
-
flask_injector (πŸ₯ˆ26 Β· ⭐ 250) - Adds Injector support to Flask. BSD-3 +
flask-rebar (πŸ₯ˆ25 Β· ⭐ 220) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/python-injector/flask_injector) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 40 Β· πŸ“¦ 820 Β· πŸ“‹ 51 - 23% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 33 Β· πŸ“¦ 51 Β· πŸ“‹ 100 - 43% open Β· ⏱️ 08.08.2023): ``` - git clone https://github.com/alecthomas/flask_injector - ``` -- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 63K / month Β· πŸ“¦ 65 Β· ⏱️ 27.07.2023): - ``` - pip install flask_injector - ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 4.7K Β· ⏱️ 28.07.2023): - ``` - conda install -c conda-forge flask-injector - ``` -
-
flask-seasurf (πŸ₯ˆ26 Β· ⭐ 190 Β· πŸ’€) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 - -- [GitHub](https://github.com/maxcountryman/flask-seasurf) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 47 Β· πŸ“¦ 2.4K Β· πŸ“‹ 51 - 15% open Β· ⏱️ 03.09.2022): - - ``` - git clone https://github.com/maxcountryman/flask-seasurf - ``` -- [PyPi](https://pypi.org/project/flask-seasurf) (πŸ“₯ 73K / month Β· πŸ“¦ 260 Β· ⏱️ 05.04.2022): - ``` - pip install flask-seasurf + git clone https://github.com/plangrid/flask-rebar ``` -- [Conda](https://anaconda.org/conda-forge/flask-seasurf) (πŸ“₯ 90K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 7.2K / month): ``` - conda install -c conda-forge flask-seasurf + pip install flask-rebar ```
-
flask-rebar (πŸ₯‰25 Β· ⭐ 220) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
safrs (πŸ₯‰22 Β· ⭐ 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 -- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 35 Β· πŸ“¦ 51 Β· πŸ“‹ 100 - 45% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 69 Β· πŸ“¦ 110 Β· πŸ“‹ 78 - 2% open Β· ⏱️ 23.07.2023): ``` - git clone https://github.com/plangrid/flask-rebar + git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 7K / month Β· πŸ“¦ 6 Β· ⏱️ 08.08.2023): +- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 920 / month): ``` - pip install flask-rebar + pip install safrs ```
-
Frozen-Flask (πŸ₯‰24 Β· ⭐ 760 Β· πŸ’€) - Freezes a Flask application into a set of static files. BSD-3 +
flask_injector (πŸ₯‰22 Β· ⭐ 250) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 77 Β· πŸ“₯ 71 Β· πŸ“¦ 2.9K Β· πŸ“‹ 68 - 33% open Β· ⏱️ 13.12.2022): +- [GitHub](https://github.com/python-injector/flask_injector) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 39 Β· πŸ“¦ 820 Β· πŸ“‹ 51 - 23% open Β· ⏱️ 27.07.2023): ``` - git clone https://github.com/Frozen-Flask/Frozen-Flask + git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/frozen-flask) (πŸ“₯ 36K / month Β· πŸ“¦ 590 Β· ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 56K / month): ``` - pip install frozen-flask + pip install flask_injector ``` -- [Conda](https://anaconda.org/conda-forge/frozen-flask) (πŸ“₯ 73K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 4.8K Β· ⏱️ 28.07.2023): ``` - conda install -c conda-forge frozen-flask + conda install -c conda-forge flask-injector ```
-
Flask-Moment (πŸ₯‰23 Β· ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT +
cookiecutter-flask (πŸ₯‰21 Β· ⭐ 4.4K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 50 Β· πŸ“‹ 49 - 4% open Β· ⏱️ 20.06.2023): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 720 Β· πŸ“‹ 180 - 0% open Β· ⏱️ 16.08.2023): ``` - git clone https://github.com/miguelgrinberg/Flask-Moment - ``` -- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 38K / month Β· πŸ“¦ 2.3K Β· ⏱️ 05.10.2022): - ``` - pip install flask-moment - ``` -- [Conda](https://anaconda.org/conda-forge/flask-moment) (πŸ“₯ 46K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge flask-moment + git clone https://github.com/cookiecutter-flask/cookiecutter-flask ```
-
flask_pydantic (πŸ₯‰23 Β· ⭐ 290 Β· πŸ’€) - flask extension for integration with the awesome.. MIT +
flask_pydantic (πŸ₯‰21 Β· ⭐ 300 Β· πŸ’€) - flask extension for integration with the awesome.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 46 Β· πŸ“¦ 440 Β· πŸ“‹ 39 - 43% open Β· ⏱️ 02.01.2023): +- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 46 Β· πŸ“¦ 450 Β· πŸ“‹ 39 - 43% open Β· ⏱️ 02.01.2023): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 130K / month Β· πŸ“¦ 5 Β· ⏱️ 25.09.2022): +- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 110K / month): ``` pip install flask_pydantic ```
-
safrs (πŸ₯‰22 Β· ⭐ 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 +
flask-jsonrpc (πŸ₯‰21 Β· ⭐ 280) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 -- [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 69 Β· πŸ“¦ 110 Β· πŸ“‹ 78 - 2% open Β· ⏱️ 23.07.2023): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 62 Β· πŸ“₯ 18 Β· πŸ“¦ 220 Β· πŸ“‹ 79 - 12% open Β· ⏱️ 06.04.2023): ``` - git clone https://github.com/thomaxxl/safrs + git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 960 / month Β· πŸ“¦ 1 Β· ⏱️ 01.11.2022): +- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 310 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): ``` - pip install safrs + pip install rpc ```
-
cookiecutter-flask (πŸ₯‰21 Β· ⭐ 4.4K) - A flask template with Bootstrap, asset.. MIT +
Flask-Moment (πŸ₯‰17 Β· ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 750 Β· πŸ“‹ 180 - 2% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 49 Β· πŸ“‹ 48 - 2% open Β· ⏱️ 20.06.2023): ``` - git clone https://github.com/cookiecutter-flask/cookiecutter-flask + git clone https://github.com/miguelgrinberg/Flask-Moment ``` -
-
flask-jsonrpc (πŸ₯‰21 Β· ⭐ 280) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 - -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 62 Β· πŸ“₯ 18 Β· πŸ“¦ 220 Β· πŸ“‹ 79 - 12% open Β· ⏱️ 06.04.2023): - +- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 39K / month): ``` - git clone https://github.com/cenobites/flask-jsonrpc + pip install flask-moment ``` -- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 320 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): +- [Conda](https://anaconda.org/conda-forge/flask-moment) (πŸ“₯ 46K Β· ⏱️ 16.06.2023): ``` - pip install rpc + conda install -c conda-forge flask-moment ```
-
flask-file-upload (πŸ₯‰18 Β· ⭐ 150) - Easy file uploads for Flask. MIT +
flask-file-upload (πŸ₯‰17 Β· ⭐ 150) - Easy file uploads for Flask. MIT - [GitHub](https://github.com/joegasewicz/flask-file-upload) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 13 Β· πŸ“¦ 76 Β· πŸ“‹ 73 - 17% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 510 / month Β· ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 370 / month): ``` pip install flask-file-upload ```
-
flask2postman (πŸ₯‰11 Β· ⭐ 140 Β· πŸ’€) - 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 Β· πŸ”€ 17 Β· πŸ“¦ 18 Β· πŸ“‹ 6 - 66% open Β· ⏱️ 15.09.2022): +- [GitHub](https://github.com/numberly/flask2postman) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 17 Β· πŸ“¦ 18 Β· πŸ“‹ 7 - 71% open Β· ⏱️ 15.09.2022): ``` git clone https://github.com/numberly/flask2postman ``` -- [PyPi](https://pypi.org/project/flask2postman) (πŸ“₯ 770 / month): +- [PyPi](https://pypi.org/project/flask2postman) (πŸ“₯ 660 / month Β· πŸ“¦ 1 Β· ⏱️ 16.01.2020): ``` pip install flask2postman ```
-
Show 14 hidden projects... +
Show 17 hidden projects... -- flask-security (πŸ₯ˆ30 Β· ⭐ 1.6K Β· πŸ’€) - Quick and simple security for Flask applications. MIT +- flask-security (πŸ₯ˆ29 Β· ⭐ 1.6K Β· πŸ’€) - Quick and simple security for Flask applications. MIT +- flask-api (πŸ₯ˆ28 Β· ⭐ 1.4K) - Browsable web APIs for Flask. ❗Unlicensed - flask-bcrypt (πŸ₯ˆ28 Β· ⭐ 320 Β· πŸ’€) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 -- flask-assets (πŸ₯ˆ27 Β· ⭐ 440 Β· πŸ’€) - Flask webassets integration. BSD-2 -- flask-bootstrap (πŸ₯‰25 Β· ⭐ 1.6K Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. BSD-3 -- flask-ask (πŸ₯‰24 Β· ⭐ 1.9K Β· πŸ’€) - Alexa Skills Kit for Python. Apache-2 -- flask-talisman (πŸ₯‰24 Β· ⭐ 890 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 -- flask-profiler (πŸ₯‰24 Β· ⭐ 730 Β· πŸ’€) - a flask profiler which watches endpoint calls and tries.. MIT -- flask-paginate (πŸ₯‰23 Β· ⭐ 270 Β· πŸ’€) - Pagination support for flask. ❗Unlicensed +- flask-assets (πŸ₯ˆ26 Β· ⭐ 440 Β· πŸ’€) - Flask webassets integration. BSD-2 +- flask-profiler (πŸ₯‰23 Β· ⭐ 730 Β· πŸ’€) - a flask profiler which watches endpoint calls and tries.. MIT - Flask-Excel (πŸ₯‰23 Β· ⭐ 250 Β· πŸ’€) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 -- flask-s3 (πŸ₯‰20 Β· ⭐ 190 Β· πŸ’€) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- flask-seasurf (πŸ₯‰23 Β· ⭐ 190 Β· πŸ’€) - SeaSurf is a Flask extension for preventing cross-.. ❗Unlicensed +- Frozen-Flask (πŸ₯‰22 Β· ⭐ 760 Β· πŸ’€) - Freezes a Flask application into a set of static files. ❗Unlicensed +- flask-ask (πŸ₯‰21 Β· ⭐ 1.9K Β· πŸ’€) - Alexa Skills Kit for Python. Apache-2 +- flask-babel (πŸ₯‰21 Β· ⭐ 420) - i18n and l10n support for Flask based on Babel and pytz. ❗Unlicensed +- flask-s3 (πŸ₯‰21 Β· ⭐ 190 Β· πŸ’€) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- flask-talisman (πŸ₯‰20 Β· ⭐ 890 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 - Flask-Opentracing (πŸ₯‰20 Β· ⭐ 140 Β· πŸ’€) - OpenTracing instrumentation for the Flask.. BSD-3 - flask-ngrok (πŸ₯‰20 Β· ⭐ 130 Β· πŸ’€) - A simple way to demo Flask apps from your machine. Apache-2 -- flask-msearch (πŸ₯‰19 Β· ⭐ 200 Β· πŸ’€) - Full text search for flask. BSD-3 +- flask-msearch (πŸ₯‰19 Β· ⭐ 210 Β· πŸ’€) - Full text search for flask. BSD-3 - flask_jsondash (πŸ₯‰18 Β· ⭐ 3.3K Β· πŸ’€) - Build complex dashboards without any front-end code... MIT +- flask-bootstrap (πŸ₯‰14 Β· ⭐ 200 Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed

@@ -4328,9 +4261,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
sqladmin (πŸ₯‡27 Β· ⭐ 1.1K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 +
sqladmin (πŸ₯‡27 Β· ⭐ 1.2K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 120 Β· πŸ“¦ 290 Β· πŸ“‹ 150 - 13% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 120 Β· πŸ“¦ 300 Β· πŸ“‹ 150 - 13% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/aminalaee/sqladmin @@ -4340,7 +4273,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install sqladmin ```
-
slowapi (πŸ₯‡26 Β· ⭐ 740) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (πŸ₯‡26 Β· ⭐ 750) - A rate limiter for Starlette and FastAPI. MIT - [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 60 Β· πŸ“¦ 1.3K Β· πŸ“‹ 100 - 48% open Β· ⏱️ 08.06.2023): @@ -4354,12 +4287,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-admin/fastapi-admin (πŸ₯ˆ24 Β· ⭐ 2K) - A fast admin dashboard based on FastAPI and.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 270 Β· πŸ“¦ 170 Β· πŸ“‹ 110 - 39% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 270 Β· πŸ“¦ 180 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 3.7K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 3.5K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4371,14 +4304,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/dmontagu/fastapi-utils ``` -- [PyPi](https://pypi.org/project/fastapi-utils) (πŸ“₯ 680K / month Β· πŸ“¦ 49 Β· ⏱️ 07.03.2020): +- [PyPi](https://pypi.org/project/fastapi-utils) (πŸ“₯ 700K / month Β· πŸ“¦ 49 Β· ⏱️ 07.03.2020): ``` pip install fastapi-utils ```
-
fastapi-crudrouter (πŸ₯ˆ23 Β· ⭐ 1.2K Β· πŸ’€) - A dynamic FastAPI router that automatically creates.. MIT +
fastapi-crudrouter (πŸ₯ˆ24 Β· ⭐ 1.2K Β· πŸ’€) - A dynamic FastAPI router that automatically creates.. MIT -- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 130 Β· πŸ“₯ 8 Β· πŸ“¦ 180 Β· πŸ“‹ 96 - 59% open Β· ⏱️ 28.01.2023): +- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 140 Β· πŸ“₯ 13 Β· πŸ“¦ 180 Β· πŸ“‹ 96 - 59% open Β· ⏱️ 28.01.2023): ``` git clone https://github.com/awtkns/fastapi-crudrouter @@ -4390,60 +4323,60 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-code-generator (πŸ₯ˆ23 Β· ⭐ 760) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 83 Β· πŸ“¦ 150 Β· πŸ“‹ 76 - 60% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 83 Β· πŸ“¦ 150 Β· πŸ“‹ 77 - 59% open Β· ⏱️ 10.08.2023): ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 5.4K / month Β· πŸ“¦ 1 Β· ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 5.6K / month Β· πŸ“¦ 1 Β· ⏱️ 27.04.2023): ``` pip install fastapi-code-generator ```
-
fastapi-sqlalchemy (πŸ₯ˆ22 Β· ⭐ 520 Β· πŸ’€) - Adds simple SQLAlchemy support to FastAPI. MIT +
fastapi-sqlalchemy (πŸ₯ˆ23 Β· ⭐ 520 Β· πŸ’€) - Adds simple SQLAlchemy support to FastAPI. MIT -- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 33 Β· πŸ“¦ 1.4K Β· πŸ“‹ 21 - 52% open Β· ⏱️ 25.09.2022): +- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 34 Β· πŸ“¦ 1.5K Β· πŸ“‹ 21 - 52% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/mfreeborn/fastapi-sqlalchemy ``` -- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (πŸ“₯ 87K / month): +- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (πŸ“₯ 85K / month Β· πŸ“¦ 8 Β· ⏱️ 25.09.2020): ``` pip install fastapi-sqlalchemy ```
-
fastapi-mvc (πŸ₯ˆ22 Β· ⭐ 440) - Developer productivity tool for making high-quality FastAPI.. MIT +
fastapi-mvc (πŸ₯‰22 Β· ⭐ 450) - Developer productivity tool for making high-quality FastAPI.. MIT - [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 41 Β· πŸ“₯ 250 Β· πŸ“¦ 7 Β· πŸ“‹ 120 - 13% open Β· ⏱️ 08.08.2023): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 590 / month Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 530 / month Β· ⏱️ 09.01.2023): ``` pip install fastapi-mvc ```
-
fastapi-socketio (πŸ₯‰21 Β· ⭐ 260) - Easily integrate socket.io with your FastAPI app. Apache-2 +
fastapi-socketio (πŸ₯‰22 Β· ⭐ 260) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 23 Β· πŸ“¦ 440 Β· πŸ“‹ 31 - 48% open Β· ⏱️ 03.03.2023): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 23 Β· πŸ“¦ 1K Β· πŸ“‹ 31 - 48% open Β· ⏱️ 03.03.2023): ``` git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 54K / month Β· πŸ“¦ 3 Β· ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 55K / month Β· πŸ“¦ 3 Β· ⏱️ 06.12.2021): ``` pip install fastapi-socketio ```
-
starlette_exporter (πŸ₯‰20 Β· ⭐ 260) - Prometheus exporter for Starlette and FastAPI. Apache-2 +
starlette_exporter (πŸ₯‰21 Β· ⭐ 260) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 27 Β· πŸ“‹ 35 - 8% open Β· ⏱️ 06.08.2023): +- [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 27 Β· πŸ“‹ 37 - 13% open Β· ⏱️ 06.08.2023): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 320K / month): +- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 310K / month Β· πŸ“¦ 8 Β· ⏱️ 05.05.2023): ``` pip install starlette_exporter ``` @@ -4455,19 +4388,19 @@ _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) (πŸ“₯ 7.2K / month): +- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 6.2K / month Β· πŸ“¦ 1 Β· ⏱️ 07.07.2022): ``` pip install fastapi-plugins ```
Show 6 hidden projects... -- fastapi-react (πŸ₯‰18 Β· ⭐ 1.7K Β· πŸ’€) - Cookiecutter Template for FastAPI + React Projects... MIT +- fastapi-react (πŸ₯‰18 Β· ⭐ 1.8K Β· πŸ’€) - Cookiecutter Template for FastAPI + React Projects... MIT +- fastapi_contrib (πŸ₯‰18 Β· ⭐ 570 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT - fastapi-versioning (πŸ₯‰18 Β· ⭐ 540 Β· πŸ’€) - api versioning for fastapi web applications. MIT -- fastapi_cache (πŸ₯‰18 Β· ⭐ 200 Β· πŸ’€) - FastAPI simple cache. MIT -- fastapi_contrib (πŸ₯‰16 Β· ⭐ 570 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT +- fastapi_cache (πŸ₯‰17 Β· ⭐ 200 Β· πŸ’€) - FastAPI simple cache. MIT - fastapi_client (πŸ₯‰15 Β· ⭐ 310 Β· πŸ’€) - FastAPI client generator. Apache-2 -- fastapi-lazy (πŸ₯‰10 Β· ⭐ 100 Β· πŸ’€) - Lazy package to start your project using FastAPI. MIT +- fastapi-lazy (πŸ₯‰10 Β· ⭐ 99 Β· πŸ’€) - Lazy package to start your project using FastAPI. MIT

@@ -4475,14 +4408,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
pyramid_services (πŸ₯‰16 Β· ⭐ 81) - A service layer for pyramid. MIT +
pyramid_services (πŸ₯‰12 Β· ⭐ 81) - A service layer for pyramid. MIT - [GitHub](https://github.com/mmerickel/pyramid_services) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 10 Β· ⏱️ 16.04.2023): ``` git clone https://github.com/mmerickel/pyramid_services ``` -- [PyPi](https://pypi.org/project/pyramid_services) (πŸ“₯ 8.9K / month Β· πŸ“¦ 21 Β· ⏱️ 22.04.2019): +- [PyPi](https://pypi.org/project/pyramid_services) (πŸ“₯ 9.5K / month): ``` pip install pyramid_services ``` @@ -4490,7 +4423,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 2 hidden projects... - pyramid_jinja2 (πŸ₯‡22 Β· ⭐ 74 Β· πŸ’€) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed -- pyramid_celery (πŸ₯‰17 Β· ⭐ 100 Β· πŸ’€) - Pyramid configuration with celery integration. Allows.. MIT +- pyramid_celery (πŸ₯‰15 Β· ⭐ 100 Β· πŸ’€) - Pyramid configuration with celery integration. Allows.. MIT

@@ -4498,7 +4431,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
django-extensions (πŸ₯‡39 Β· ⭐ 6.2K) - This is a repository for collecting global custom.. MIT +
django-extensions (πŸ₯‡38 Β· ⭐ 6.2K) - This is a repository for collecting global custom.. MIT - [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 1.1K Β· πŸ“¦ 180K Β· πŸ“‹ 890 - 19% open Β· ⏱️ 05.06.2023): @@ -4516,40 +4449,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cors-headers (πŸ₯‡37 Β· ⭐ 5K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 540 Β· πŸ“¦ 180K Β· πŸ“‹ 260 - 2% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 540 Β· πŸ“¦ 180K Β· πŸ“‹ 260 - 2% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 4.2M / month Β· πŸ“¦ 6.7K Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 4.3M / month Β· πŸ“¦ 6.7K Β· ⏱️ 10.07.2023): ``` pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 79K Β· ⏱️ 18.07.2023): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 80K Β· ⏱️ 18.07.2023): ``` conda install -c conda-forge django-cors-headers ```
django-simple-history (πŸ₯‡37 Β· ⭐ 1.9K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 440 Β· πŸ“¦ 4.3K Β· πŸ“‹ 540 - 26% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 440 Β· πŸ“¦ 4.3K Β· πŸ“‹ 540 - 26% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 1M / month Β· πŸ“¦ 460 Β· ⏱️ 10.03.2023): +- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 1.1M / month Β· πŸ“¦ 460 Β· ⏱️ 10.03.2023): ``` pip install django-simple-history ```
-
django-stubs (πŸ₯‡37 Β· ⭐ 1.2K) - PEP-484 stubs for Django. MIT +
django-stubs (πŸ₯‡37 Β· ⭐ 1.3K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 360 Β· πŸ“¦ 8.5K Β· πŸ“‹ 640 - 36% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 320 Β· πŸ“¦ 8.6K Β· πŸ“‹ 600 - 31% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 940K / month Β· πŸ“¦ 86 Β· ⏱️ 29.06.2023): +- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 950K / month): ``` pip install django-stubs ``` @@ -4560,16 +4493,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-import-export (πŸ₯‡36 Β· ⭐ 2.7K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 750 Β· πŸ“¦ 67K Β· πŸ“‹ 920 - 9% open Β· ⏱️ 20.07.2023): +- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 710 Β· πŸ“¦ 68K Β· πŸ“‹ 920 - 9% open Β· ⏱️ 20.07.2023): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 840K / month Β· πŸ“¦ 1K Β· ⏱️ 12.04.2023): +- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 870K / month): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 82K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 83K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge django-import-export ``` @@ -4581,19 +4514,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 15K / month Β· πŸ“¦ 270 Β· ⏱️ 24.06.2022): +- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 14K / month Β· πŸ“¦ 270 Β· ⏱️ 24.06.2022): ``` pip install django-oscar ```
channels (πŸ₯‡35 Β· ⭐ 5.7K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 780 Β· πŸ“¦ 4 Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 14.06.2023): +- [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 780 Β· πŸ“¦ 10 Β· πŸ“‹ 1.3K - 8% open Β· ⏱️ 14.06.2023): ``` git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/channels) (πŸ“₯ 710K / month Β· πŸ“¦ 1.3K Β· ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/channels) (πŸ“₯ 700K / month Β· πŸ“¦ 1.3K Β· ⏱️ 03.02.2023): ``` pip install channels ``` @@ -4602,46 +4535,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge channels ```
-
django-filter (πŸ₯‡35 Β· ⭐ 4.1K) - A generic system for filtering Django QuerySets based on.. BSD-3 - -- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 740 Β· πŸ“¦ 140K Β· πŸ“‹ 820 - 9% open Β· ⏱️ 23.05.2023): - - ``` - git clone https://github.com/carltongibson/django-filter - ``` -- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 3.2M / month Β· πŸ“¦ 8.8K Β· ⏱️ 30.04.2023): - ``` - pip install django-filter - ``` -- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 110K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge django-filter - ``` -
-
django-haystack (πŸ₯‡35 Β· ⭐ 3.5K) - Modular search for Django. BSD-3 - -- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.3K Β· πŸ“¦ 9.2K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 08.08.2023): - - ``` - git clone https://github.com/django-haystack/django-haystack - ``` -- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 100K / month Β· πŸ“¦ 2.8K Β· ⏱️ 03.05.2022): - ``` - pip install django-haystack - ``` -- [Conda](https://anaconda.org/conda-forge/django-haystack) (πŸ“₯ 5.5K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge django-haystack - ``` -
django-environ (πŸ₯‡35 Β· ⭐ 2.8K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 310 Β· πŸ“₯ 15 Β· πŸ“¦ 180K Β· πŸ“‹ 230 - 28% open Β· ⏱️ 02.03.2023): +- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 300 Β· πŸ“₯ 15 Β· πŸ“¦ 180K Β· πŸ“‹ 230 - 25% open Β· ⏱️ 02.03.2023): ``` git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-environ) (πŸ“₯ 1.5M / month Β· πŸ“¦ 3.5K Β· ⏱️ 02.03.2023): +- [PyPi](https://pypi.org/project/django-environ) (πŸ“₯ 1.5M / month): ``` pip install django-environ ``` @@ -4652,44 +4553,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-model-utils (πŸ₯‡35 Β· ⭐ 2.5K) - Django model mixins and utilities. BSD-3 -- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 22K Β· πŸ“‹ 300 - 44% open Β· ⏱️ 16.06.2023): +- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 350 Β· πŸ“¦ 22K Β· πŸ“‹ 280 - 40% open Β· ⏱️ 16.06.2023): ``` git clone https://github.com/jazzband/django-model-utils ``` -- [PyPi](https://pypi.org/project/django-model-utils) (πŸ“₯ 1.1M / month Β· πŸ“¦ 4.9K Β· ⏱️ 16.11.2022): +- [PyPi](https://pypi.org/project/django-model-utils) (πŸ“₯ 1.1M / month): ``` pip install django-model-utils ```
-
django-reversion (πŸ₯ˆ34 Β· ⭐ 2.9K) - django-reversion is an extension to the Django web.. BSD-3 - -- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 480 Β· πŸ“¦ 7.1K Β· πŸ“‹ 640 - 2% open Β· ⏱️ 21.05.2023): - - ``` - git clone https://github.com/etianen/django-reversion - ``` -- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 290K / month Β· πŸ“¦ 2.1K Β· ⏱️ 12.11.2022): - ``` - pip install django-reversion - ``` -
-
django-storages (πŸ₯ˆ34 Β· ⭐ 2.5K) - Django-storages is a project to provide a variety of.. BSD-3 - -- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 830 Β· πŸ“‹ 670 - 30% open Β· ⏱️ 02.08.2023): - - ``` - git clone https://github.com/jschneier/django-storages - ``` -- [PyPi](https://pypi.org/project/django-storages) (πŸ“₯ 2.4M / month Β· πŸ“¦ 4.9K Β· ⏱️ 23.12.2022): - ``` - pip install django-storages - ``` -- [Conda](https://anaconda.org/conda-forge/django-storages) (πŸ“₯ 52K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge django-storages - ``` -
django-phonenumber-field (πŸ₯ˆ34 Β· ⭐ 1.4K) - A django model and form field for normalised phone.. MIT - [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 310 Β· πŸ“₯ 13 Β· πŸ“¦ 22K Β· πŸ“‹ 210 - 5% open Β· ⏱️ 09.08.2023): @@ -4704,44 +4577,32 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dj-database-url (πŸ₯ˆ34 Β· ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 200 Β· πŸ“¦ 240K Β· πŸ“‹ 90 - 7% open Β· ⏱️ 27.04.2023): +- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 200 Β· πŸ“¦ 240K Β· πŸ“‹ 90 - 5% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/jacobian/dj-database-url ``` -- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 1.1M / month Β· πŸ“¦ 21K Β· ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 1.1M / month Β· πŸ“¦ 21K Β· ⏱️ 15.08.2023): ``` pip install dj-database-url ```
Django-Ninja (πŸ₯ˆ33 Β· ⭐ 4.8K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 280 Β· πŸ“¦ 1.5K Β· πŸ“‹ 530 - 31% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 290 Β· πŸ“¦ 1.5K Β· πŸ“‹ 560 - 34% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 150K / month): +- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 150K / month Β· πŸ“¦ 18 Β· ⏱️ 17.08.2023): ``` pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 7.6K Β· ⏱️ 18.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 7.7K Β· ⏱️ 18.06.2023): ``` conda install -c conda-forge django-ninja ```
-
django-redis (πŸ₯ˆ33 Β· ⭐ 2.6K) - Full featured redis cache backend for Django. BSD-3 - -- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 420 Β· πŸ“‹ 340 - 13% open Β· ⏱️ 01.08.2023): - - ``` - git clone https://github.com/jazzband/django-redis - ``` -- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 2M / month Β· πŸ“¦ 3.5K Β· ⏱️ 16.06.2023): - ``` - pip install django-redis - ``` -
django-bootstrap3 (πŸ₯ˆ33 Β· ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 - [GitHub](https://github.com/zostera/django-bootstrap3) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 690 Β· πŸ“¦ 18K Β· πŸ“‹ 300 - 1% open Β· ⏱️ 28.06.2023): @@ -4749,7 +4610,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 88K / month Β· πŸ“¦ 4K Β· ⏱️ 28.06.2023): +- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 85K / month Β· πŸ“¦ 4K Β· ⏱️ 28.06.2023): ``` pip install django-bootstrap3 ``` @@ -4758,18 +4619,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap3 ```
-
django-ckeditor (πŸ₯ˆ33 Β· ⭐ 2.3K) - Django admin CKEditor integration. BSD-3 - -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 700 Β· πŸ“¦ 35K Β· πŸ“‹ 530 - 1% open Β· ⏱️ 27.07.2023): - - ``` - git clone https://github.com/django-ckeditor/django-ckeditor - ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (πŸ“₯ 340K / month Β· πŸ“¦ 1.5K Β· ⏱️ 27.07.2023): - ``` - pip install django-ckeditor - ``` -
django-autocomplete-light (πŸ₯ˆ33 Β· ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT - [GitHub](https://github.com/yourlabs/django-autocomplete-light) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 460 Β· πŸ“¦ 3.7K Β· πŸ“‹ 840 - 24% open Β· ⏱️ 01.06.2023): @@ -4777,7 +4626,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/yourlabs/django-autocomplete-light ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (πŸ“₯ 290K / month Β· πŸ“¦ 750 Β· ⏱️ 24.05.2023): +- [PyPi](https://pypi.org/project/django-autocomplete-light) (πŸ“₯ 280K / month Β· πŸ“¦ 750 Β· ⏱️ 24.05.2023): ``` pip install django-autocomplete-light ``` @@ -4793,19 +4642,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 5.5K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 5.6K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge django-tables2 ```
sorl-thumbnail (πŸ₯ˆ33 Β· ⭐ 1.7K) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 510 Β· πŸ“¦ 13K Β· πŸ“‹ 420 - 30% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 470 Β· πŸ“¦ 13K Β· πŸ“‹ 410 - 27% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 150K / month Β· πŸ“¦ 2.5K Β· ⏱️ 30.08.2022): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 150K / month): ``` pip install sorl-thumbnail ``` @@ -4830,49 +4679,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap4 ```
-
django-compressor (πŸ₯ˆ32 Β· ⭐ 2.7K) - Compresses linked and inline javascript or CSS into a.. MIT - -- [GitHub](https://github.com/django-compressor/django-compressor) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 590 Β· πŸ“‹ 660 - 18% open Β· ⏱️ 03.07.2023): - - ``` - git clone https://github.com/django-compressor/django-compressor - ``` -- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 460K / month Β· πŸ“¦ 300 Β· ⏱️ 27.06.2023): - ``` - pip install django-compressor - ``` -
django-webpack-loader (πŸ₯ˆ32 Β· ⭐ 2.5K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 340 Β· πŸ“¦ 8.9K Β· πŸ“‹ 190 - 17% open Β· ⏱️ 14.06.2023): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 300 Β· πŸ“¦ 8.9K Β· πŸ“‹ 180 - 13% open Β· ⏱️ 14.06.2023): ``` git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 380K / month Β· πŸ“¦ 990 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 370K / month): ``` pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 7.1K Β· ⏱️ 27.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 7.2K Β· ⏱️ 27.06.2023): ``` conda install -c conda-forge django-webpack-loader ```
-
django-pipeline (πŸ₯ˆ32 Β· ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT - -- [GitHub](https://github.com/jazzband/django-pipeline) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 380 Β· πŸ“¦ 2.3K Β· πŸ“‹ 470 - 30% open Β· ⏱️ 11.04.2023): - - ``` - git clone https://github.com/jazzband/django-pipeline - ``` -- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 92K / month Β· πŸ“¦ 1.1K Β· ⏱️ 24.01.2023): - ``` - pip install django-pipeline - ``` -
django-money (πŸ₯ˆ32 Β· ⭐ 1.5K) - Money fields for Django forms and models. BSD-3 -- [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 2.4K Β· πŸ“‹ 350 - 21% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 2.5K Β· πŸ“‹ 350 - 21% open Β· ⏱️ 26.07.2023): ``` git clone https://github.com/django-money/django-money @@ -4882,74 +4707,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-money ```
-
cookiecutter-django (πŸ₯ˆ31 Β· ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 +
django-pipeline (πŸ₯ˆ32 Β· ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 2.6K Β· πŸ“¦ 22 Β· πŸ“‹ 1.1K - 6% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/jazzband/django-pipeline) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 350 Β· πŸ“¦ 2.3K Β· πŸ“‹ 440 - 26% open Β· ⏱️ 11.04.2023): ``` - git clone https://github.com/cookiecutter/cookiecutter-django + git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 85 / month): +- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 92K / month): ``` - pip install cookiecutter-django + pip install django-pipeline ```
-
django-taggit (πŸ₯ˆ31 Β· ⭐ 3.1K) - Simple tagging for django. BSD-3 +
cookiecutter-django (πŸ₯ˆ31 Β· ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 610 Β· πŸ“‹ 430 - 21% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 2.7K Β· πŸ“¦ 22 Β· πŸ“‹ 1.1K - 8% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/jazzband/django-taggit - ``` -- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 420K / month Β· πŸ“¦ 2.9K Β· ⏱️ 04.05.2023): - ``` - pip install django-taggit + git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 110K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 76 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): ``` - conda install -c conda-forge django-taggit + pip install cookiecutter-django ```
-
django-mptt (πŸ₯ˆ31 Β· ⭐ 2.8K) - Utilities for implementing a modified pre-order traversal tree.. MIT +
django-reversion (πŸ₯ˆ31 Β· ⭐ 2.9K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/django-mptt/django-mptt) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 460 Β· πŸ“‹ 530 - 22% open Β· ⏱️ 20.06.2023): +- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 450 Β· πŸ“¦ 7.1K Β· πŸ“‹ 640 - 2% open Β· ⏱️ 21.05.2023): ``` - git clone https://github.com/django-mptt/django-mptt - ``` -- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 410K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2022): - ``` - pip install django-mptt + git clone https://github.com/etianen/django-reversion ``` -- [Conda](https://anaconda.org/anaconda/django-mptt): +- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 290K / month): ``` - conda install -c anaconda django-mptt + pip install django-reversion ```
django-imagekit (πŸ₯ˆ31 Β· ⭐ 2.1K) - Automated image processing for Django. Currently v4.0. BSD-3 -- [GitHub](https://github.com/matthewwithanm/django-imagekit) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 280 Β· πŸ“₯ 93 Β· πŸ“¦ 8.3K Β· πŸ“‹ 390 - 25% open Β· ⏱️ 10.05.2023): +- [GitHub](https://github.com/matthewwithanm/django-imagekit) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 270 Β· πŸ“₯ 93 Β· πŸ“¦ 8.3K Β· πŸ“‹ 380 - 24% open Β· ⏱️ 10.05.2023): ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 100K / month Β· πŸ“¦ 1K Β· ⏱️ 02.11.2021): +- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 100K / month): ``` pip install django-imagekit ```
-
django-cacheops (πŸ₯ˆ31 Β· ⭐ 1.9K) - A slick ORM cache with automatic granular event-driven.. BSD-3 - -- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 210 Β· πŸ“¦ 1.1K Β· πŸ“‹ 320 - 6% open Β· ⏱️ 20.05.2023): - - ``` - git clone https://github.com/Suor/django-cacheops - ``` -- [PyPi](https://pypi.org/project/django-cacheops) (πŸ“₯ 170K / month Β· πŸ“¦ 97 Β· ⏱️ 27.05.2022): - ``` - pip install django-cacheops - ``` -
django-rq (πŸ₯ˆ31 Β· ⭐ 1.7K) - A simple app that provides django integration for RQ (Redis Queue). MIT - [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“¦ 2.8K Β· πŸ“‹ 340 - 26% open Β· ⏱️ 02.06.2023): @@ -4969,43 +4774,55 @@ _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) (πŸ“₯ 180K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/easy-thumbnails) (πŸ“₯ 170K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.01.2022): ``` pip install easy-thumbnails ```
-
django-constance (πŸ₯‰30 Β· ⭐ 1.6K) - Dynamic Django settings. BSD-3 +
django-ckeditor (πŸ₯ˆ30 Β· ⭐ 2.3K) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 300 Β· πŸ“¦ 1.8K Β· πŸ“‹ 270 - 10% open Β· ⏱️ 29.07.2023): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 620 Β· πŸ“¦ 35K Β· πŸ“‹ 530 - 1% open Β· ⏱️ 27.07.2023): ``` - git clone https://github.com/jazzband/django-constance + git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-constance) (πŸ“₯ 200K / month Β· πŸ“¦ 280 Β· ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/django-ckeditor) (πŸ“₯ 350K / month): ``` - pip install django-constance + pip install django-ckeditor ```
-
django-countries (πŸ₯‰30 Β· ⭐ 1.3K) - A Django application that provides country choices for.. MIT +
django-sql-explorer (πŸ₯ˆ30 Β· ⭐ 2.1K) - Easily share data across your company via SQL.. MIT -- [GitHub](https://github.com/SmileyChris/django-countries) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 260 Β· πŸ“‹ 280 - 8% open Β· ⏱️ 16.03.2023): +- [GitHub](https://github.com/groveco/django-sql-explorer) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 320 Β· πŸ“¦ 380 Β· πŸ“‹ 270 - 5% open Β· ⏱️ 01.08.2023): ``` - git clone https://github.com/SmileyChris/django-countries + git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 510K / month Β· πŸ“¦ 1.6K Β· ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 68K / month): ``` - pip install django-countries + pip install django-sql-explorer + ``` +
+
django-constance (πŸ₯ˆ30 Β· ⭐ 1.6K) - Dynamic Django settings. BSD-3 + +- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 300 Β· πŸ“¦ 1.8K Β· πŸ“‹ 270 - 10% open Β· ⏱️ 29.07.2023): + + ``` + git clone https://github.com/jazzband/django-constance + ``` +- [PyPi](https://pypi.org/project/django-constance) (πŸ“₯ 200K / month Β· πŸ“¦ 280 Β· ⏱️ 11.05.2022): + ``` + pip install django-constance ```
-
django-waffle (πŸ₯‰30 Β· ⭐ 1K) - A feature flipper for Django. BSD-3 +
django-waffle (πŸ₯ˆ30 Β· ⭐ 1K) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 230 Β· πŸ“¦ 1.2K Β· πŸ“‹ 200 - 18% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.2K Β· πŸ“‹ 200 - 19% open Β· ⏱️ 26.07.2023): ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 350K / month): +- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 370K / month Β· πŸ“¦ 340 Β· ⏱️ 26.07.2023): ``` pip install django-waffle ``` @@ -5014,26 +4831,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-waffle ```
-
django-activity-stream (πŸ₯‰29 Β· ⭐ 2.2K) - Generate generic activity streams from the actions on.. BSD-3 +
django-filebrowser (πŸ₯ˆ30 Β· ⭐ 930) - Media-Management with Grappelli. BSD-3 -- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 490 Β· πŸ“₯ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 300 - 5% open Β· ⏱️ 24.05.2023): +- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 380 Β· πŸ“¦ 890 Β· πŸ“‹ 280 - 5% open Β· ⏱️ 27.07.2023): ``` - git clone https://github.com/justquick/django-activity-stream + git clone https://github.com/sehmaschine/django-filebrowser ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 42K / month Β· πŸ“¦ 340 Β· ⏱️ 19.12.2022): +- [PyPi](https://pypi.org/project/django-filebrowser) (πŸ“₯ 16K / month Β· πŸ“¦ 270 Β· ⏱️ 27.07.2023): ``` - pip install django-activity-stream + pip install django-filebrowser ```
django-fsm (πŸ₯‰29 Β· ⭐ 2.2K Β· πŸ’€) - Django friendly finite state machine support. MIT -- [GitHub](https://github.com/viewflow/django-fsm) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 300 Β· πŸ“¦ 1.5K Β· πŸ“‹ 160 - 15% open Β· ⏱️ 19.01.2023): +- [GitHub](https://github.com/viewflow/django-fsm) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.5K Β· πŸ“‹ 160 - 11% open Β· ⏱️ 19.01.2023): ``` git clone https://github.com/viewflow/django-fsm ``` -- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 300K / month Β· πŸ“¦ 330 Β· ⏱️ 15.08.2022): +- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 290K / month): ``` pip install django-fsm ``` @@ -5042,54 +4859,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-fsm ```
-
django-sql-explorer (πŸ₯‰29 Β· ⭐ 2.1K) - Easily share data across your company via SQL.. MIT - -- [GitHub](https://github.com/groveco/django-sql-explorer) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 340 Β· πŸ“¦ 370 Β· πŸ“‹ 280 - 8% open Β· ⏱️ 01.08.2023): - - ``` - git clone https://github.com/groveco/django-sql-explorer - ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 59K / month Β· πŸ“¦ 74 Β· ⏱️ 13.07.2023): - ``` - pip install django-sql-explorer - ``` -
django-rosetta (πŸ₯‰29 Β· ⭐ 950) - Rosetta is a Django application that eases the translation.. MIT -- [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 180 Β· πŸ“¦ 2.6K Β· πŸ“‹ 150 - 27% open Β· ⏱️ 11.05.2023): +- [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 190 Β· πŸ“¦ 2.7K Β· πŸ“‹ 150 - 28% open Β· ⏱️ 11.05.2023): ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 73K / month): +- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 71K / month Β· πŸ“¦ 610 Β· ⏱️ 18.04.2023): ``` pip install django-rosetta ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 8.1K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 8.2K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge django-rosetta ```
-
django-dbbackup (πŸ₯‰29 Β· ⭐ 770 Β· πŸ’€) - Management commands to help backup and restore your.. BSD-3 +
django-dbbackup (πŸ₯‰29 Β· ⭐ 780 Β· πŸ’€) - Management commands to help backup and restore your.. BSD-3 -- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 210 Β· πŸ“¦ 1.5K Β· πŸ“‹ 280 - 26% open Β· ⏱️ 12.12.2022): +- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 180 Β· πŸ“¦ 1.6K Β· πŸ“‹ 270 - 23% open Β· ⏱️ 12.12.2022): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 68K / month Β· πŸ“¦ 160 Β· ⏱️ 28.09.2022): +- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 66K / month): ``` pip install django-dbbackup ```
djangorestframework-stubs (πŸ₯‰29 Β· ⭐ 360) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 93 Β· πŸ“¦ 2.4K Β· πŸ“‹ 120 - 38% open Β· ⏱️ 03.08.2023): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 93 Β· πŸ“¦ 2.4K Β· πŸ“‹ 120 - 38% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (πŸ“₯ 600K / month Β· πŸ“¦ 57 Β· ⏱️ 27.06.2023): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (πŸ“₯ 610K / month Β· πŸ“¦ 57 Β· ⏱️ 27.06.2023): ``` pip install djangorestframework-stubs ``` @@ -5098,14 +4903,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge djangorestframework-stubs ```
-
django-push-notifications (πŸ₯‰28 Β· ⭐ 2.1K Β· πŸ’€) - Send push notifications to mobile devices through GCM.. MIT +
django-activity-stream (πŸ₯‰28 Β· ⭐ 2.2K) - Generate generic activity streams from the actions on.. BSD-3 + +- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 450 Β· πŸ“₯ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 300 - 4% open Β· ⏱️ 24.05.2023): + + ``` + git clone https://github.com/justquick/django-activity-stream + ``` +- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 42K / month): + ``` + pip install django-activity-stream + ``` +
+
django-push-notifications (πŸ₯‰28 Β· ⭐ 2.1K) - Send push notifications to mobile devices through GCM.. MIT -- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 580 Β· πŸ“₯ 100 Β· πŸ“‹ 420 - 36% open Β· ⏱️ 12.08.2022): +- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 580 Β· πŸ“₯ 100 Β· πŸ“‹ 430 - 35% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 70K / month Β· πŸ“¦ 89 Β· ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 66K / month Β· πŸ“¦ 89 Β· ⏱️ 17.02.2022): ``` pip install django-push-notifications ``` @@ -5117,7 +4934,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) (πŸ“₯ 64K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 63K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): ``` pip install django-extra-views ``` @@ -5129,7 +4946,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jrief/django-angular ``` -- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 5.9K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 5.6K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): ``` pip install django-angular ``` @@ -5162,14 +4979,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-paypal ```
+
django-cacheops (πŸ₯‰27 Β· ⭐ 1.9K) - A slick ORM cache with automatic granular event-driven.. BSD-3 + +- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 200 Β· πŸ“¦ 1.1K Β· πŸ“‹ 320 - 5% open Β· ⏱️ 20.05.2023): + + ``` + git clone https://github.com/Suor/django-cacheops + ``` +- [PyPi](https://pypi.org/project/django-cacheops) (πŸ“₯ 180K / month): + ``` + pip install django-cacheops + ``` +
django-split-settings (πŸ₯‰27 Β· ⭐ 1K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 62 Β· πŸ“¦ 2.1K Β· πŸ“‹ 44 - 9% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 62 Β· πŸ“¦ 2.1K Β· πŸ“‹ 44 - 9% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (πŸ“₯ 97K / month Β· πŸ“¦ 110 Β· ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/django-split-settings) (πŸ“₯ 96K / month Β· πŸ“¦ 110 Β· ⏱️ 27.09.2022): ``` pip install django-split-settings ``` @@ -5190,9 +5019,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-configurations ```
+
django-storages (πŸ₯‰26 Β· ⭐ 2.5K Β· πŸ“‰) - Django-storages is a project to provide a variety of.. BSD-3 + +- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 770 Β· πŸ“‹ 640 - 26% open Β· ⏱️ 02.08.2023): + + ``` + git clone https://github.com/jschneier/django-storages + ``` +- [PyPi](https://pypi.org/project/django-storages) (πŸ“₯ 2.3M / month): + ``` + pip install django-storages + ``` +- [Conda](https://anaconda.org/conda-forge/django-storages) (πŸ“₯ 52K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge django-storages + ``` +
viewflow (πŸ₯‰26 Β· ⭐ 2.4K) - Reusable workflow library for Django. ❗️AGPL-3.0 -- [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 380 Β· πŸ“¦ 270 Β· πŸ“‹ 290 - 11% open Β· ⏱️ 28.07.2023): +- [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 380 Β· πŸ“¦ 280 Β· πŸ“‹ 290 - 11% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/viewflow/viewflow @@ -5202,6 +5047,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-viewflow ```
+
django-watson (πŸ₯‰26 Β· ⭐ 1.1K Β· πŸ’€) - Full-text multi-table search application for Django... BSD-3 + +- [GitHub](https://github.com/etianen/django-watson) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 130 Β· πŸ“¦ 610 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 14.01.2023): + + ``` + git clone https://github.com/etianen/django-watson + ``` +- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 18K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2023): + ``` + pip install django-watson + ``` +
django-cachalot (πŸ₯‰26 Β· ⭐ 1.1K) - No effort, no worry, maximum performance. BSD-3 - [GitHub](https://github.com/noripyt/django-cachalot) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 130 Β· πŸ“¦ 620 Β· πŸ“‹ 160 - 16% open Β· ⏱️ 08.08.2023): @@ -5209,7 +5066,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 57K / month Β· πŸ“¦ 85 Β· ⏱️ 21.07.2023): +- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 56K / month Β· πŸ“¦ 85 Β· ⏱️ 21.07.2023): ``` pip install django-cachalot ``` @@ -5218,28 +5075,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-cachalot ```
-
django-watson (πŸ₯‰25 Β· ⭐ 1.1K Β· πŸ’€) - Full-text multi-table search application for Django... BSD-3 +
django-taggit (πŸ₯‰24 Β· ⭐ 3.1K) - Simple tagging for django. BSD-3 -- [GitHub](https://github.com/etianen/django-watson) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 120 Β· πŸ“¦ 610 Β· πŸ“‹ 210 - 8% open Β· ⏱️ 14.01.2023): +- [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 570 Β· πŸ“‹ 420 - 19% open Β· ⏱️ 24.07.2023): ``` - git clone https://github.com/etianen/django-watson - ``` -- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 18K / month): - ``` - pip install django-watson + git clone https://github.com/jazzband/django-taggit ``` -
-
django-easy-audit (πŸ₯‰25 Β· ⭐ 580) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 - -- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 150 Β· πŸ“¦ 190 Β· πŸ“‹ 140 - 50% open Β· ⏱️ 13.06.2023): - +- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 420K / month): ``` - git clone https://github.com/soynatan/django-easy-audit + pip install django-taggit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 41K / month Β· πŸ“¦ 11 Β· ⏱️ 26.01.2023): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 110K Β· ⏱️ 16.06.2023): ``` - pip install django-easy-audit + conda install -c conda-forge django-taggit ```
django-organizations (πŸ₯‰24 Β· ⭐ 1.1K) - Multi-user accounts for Django projects. BSD-2 @@ -5258,6 +5107,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-organizations ```
+
django-vanilla-views (πŸ₯‰24 Β· ⭐ 970 Β· πŸ’€) - Beautifully simple class-based views. BSD-2 + +- [GitHub](https://github.com/encode/django-vanilla-views) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 71 Β· πŸ“¦ 650 Β· πŸ“‹ 42 - 4% open Β· ⏱️ 03.09.2022): + + ``` + git clone https://github.com/encode/django-vanilla-views + ``` +- [PyPi](https://pypi.org/project/django-vanilla-views) (πŸ“₯ 7.1K / month Β· πŸ“¦ 250 Β· ⏱️ 09.05.2021): + ``` + pip install django-vanilla-views + ``` +
django-cache-machine (πŸ₯‰24 Β· ⭐ 860) - Automatic caching and invalidation for Django models.. BSD-3 - [GitHub](https://github.com/django-cache-machine/django-cache-machine) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 270 Β· πŸ“‹ 78 - 28% open Β· ⏱️ 20.02.2023): @@ -5265,66 +5126,82 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 6.5K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 6.2K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): ``` pip install django-cache-machine ```
django-robots (πŸ₯‰24 Β· ⭐ 420 Β· πŸ’€) - A Django app for managing robots.txt files following.. BSD-3 -- [GitHub](https://github.com/jazzband/django-robots) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 91 Β· πŸ“¦ 1.2K Β· πŸ“‹ 68 - 33% open Β· ⏱️ 15.10.2022): +- [GitHub](https://github.com/jazzband/django-robots) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 88 Β· πŸ“¦ 1.2K Β· πŸ“‹ 64 - 29% open Β· ⏱️ 15.10.2022): ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 35K / month Β· πŸ“¦ 560 Β· ⏱️ 15.10.2022): +- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 35K / month): ``` pip install django-robots ```
-
django-codemod (πŸ₯‰22 Β· ⭐ 160) - A tool to automatically fix Django deprecations. MIT +
django-countries (πŸ₯‰23 Β· ⭐ 1.3K) - A Django application that provides country choices for.. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 16 Β· πŸ“₯ 600 Β· πŸ“¦ 2 Β· πŸ“‹ 40 - 22% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/SmileyChris/django-countries) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 250 Β· πŸ“‹ 280 - 7% open Β· ⏱️ 16.03.2023): ``` - git clone https://github.com/browniebroke/django-codemod + git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1.1K / month Β· ⏱️ 07.08.2023): +- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 510K / month): ``` - pip install django-codemod + pip install django-countries ```
-
django-vanilla-views (πŸ₯‰21 Β· ⭐ 970 Β· πŸ’€) - Beautifully simple class-based views. BSD-2 +
django-easy-audit (πŸ₯‰23 Β· ⭐ 580) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 -- [GitHub](https://github.com/encode/django-vanilla-views) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 71 Β· πŸ“¦ 650 Β· πŸ“‹ 41 - 2% open Β· ⏱️ 03.09.2022): +- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 140 Β· πŸ“¦ 190 Β· πŸ“‹ 130 - 46% open Β· ⏱️ 13.06.2023): ``` - git clone https://github.com/encode/django-vanilla-views + git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-vanilla-views) (πŸ“₯ 6.9K / month): +- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 40K / month): ``` - pip install django-vanilla-views + pip install django-easy-audit ```
-
Show 17 hidden projects... +
django-codemod (πŸ₯‰21 Β· ⭐ 160) - A tool to automatically fix Django deprecations. MIT + +- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 16 Β· πŸ“₯ 600 Β· πŸ“¦ 2 Β· πŸ“‹ 39 - 20% open Β· ⏱️ 17.08.2023): + + ``` + git clone https://github.com/browniebroke/django-codemod + ``` +- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 690 / month): + ``` + pip install django-codemod + ``` +
+
Show 21 hidden projects... +- django-filter (πŸ₯ˆ33 Β· ⭐ 4.1K) - A generic system for filtering Django QuerySets based.. ❗Unlicensed +- django-haystack (πŸ₯ˆ33 Β· ⭐ 3.5K) - Modular search for Django. ❗Unlicensed - jsonfield (πŸ₯ˆ32 Β· ⭐ 1.2K Β· πŸ’€) - A reusable Django model field for storing ad-hoc JSON data. MIT -- django-braces (πŸ₯ˆ31 Β· ⭐ 1.9K Β· πŸ’€) - Reusable, generic mixins for Django. BSD-3 - django-widget-tweaks (πŸ₯ˆ31 Β· ⭐ 1.9K Β· πŸ’€) - Tweak the form field rendering in templates, not in.. MIT +- django-braces (πŸ₯ˆ30 Β· ⭐ 1.9K Β· πŸ’€) - Reusable, generic mixins for Django. BSD-3 - django-q (πŸ₯‰29 Β· ⭐ 1.7K Β· πŸ’€) - A multiprocessing distributed task queue for Django. MIT - django-redis-cache (πŸ₯‰29 Β· ⭐ 1K Β· πŸ’€) - A Redis cache backend for django. BSD-3 - django-shop (πŸ₯‰28 Β· ⭐ 3K Β· πŸ’€) - A Django based shop system. BSD-3 - django-polymorphic (πŸ₯‰28 Β· ⭐ 1.5K Β· πŸ’€) - Improved Django model inheritance with automatic.. BSD-3 -- django-blog-zinnia (πŸ₯‰27 Β· ⭐ 2.1K Β· πŸ’€) - Simple yet powerful and really extendable application.. BSD-3 +- django-blog-zinnia (πŸ₯‰26 Β· ⭐ 2.1K Β· πŸ’€) - Simple yet powerful and really extendable application.. BSD-3 +- django-summernote (πŸ₯‰26 Β· ⭐ 980 Β· πŸ’€) - Simply integrate Summernote editor with Django project. MIT - django-jenkins (πŸ₯‰26 Β· ⭐ 950 Β· πŸ’€) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 -- django-solo (πŸ₯‰26 Β· ⭐ 780) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 +- django-redis (πŸ₯‰25 Β· ⭐ 2.6K Β· πŸ“‰) - Full featured redis cache backend for Django. ❗Unlicensed - django-lifecycle (πŸ₯‰25 Β· ⭐ 1.1K Β· πŸ’€) - Declarative model lifecycle hooks, an alternative to.. MIT -- django-filebrowser (πŸ₯‰25 Β· ⭐ 930) - Media-Management with Grappelli. ❗Unlicensed - django-floppyforms (πŸ₯‰25 Β· ⭐ 820) - Full control of form rendering in the templates. ❗️MirOS -- django-csp (πŸ₯‰24 Β· ⭐ 480 Β· πŸ’€) - Content Security Policy for Django. BSD-3 -- django-summernote (πŸ₯‰22 Β· ⭐ 980 Β· πŸ’€) - Simply integrate Summernote editor with Django project. MIT +- django-solo (πŸ₯‰25 Β· ⭐ 780) - Helps working with singletons - things like global.. ❗Unlicensed +- django-mptt (πŸ₯‰24 Β· ⭐ 2.8K) - Utilities for implementing a modified pre-order.. ❗Unlicensed +- django-compressor (πŸ₯‰23 Β· ⭐ 2.7K Β· πŸ“‰) - Compresses linked and inline javascript or CSS into a.. ❗Unlicensed +- django-csp (πŸ₯‰22 Β· ⭐ 480 Β· πŸ’€) - Content Security Policy for Django. BSD-3 - merchant (πŸ₯‰19 Β· ⭐ 1K Β· πŸ’€) - A Django app to accept payments from various payment processors.. BSD-3 -- django-schedule (πŸ₯‰12 Β· ⭐ 830 Β· πŸ’€) - A calendaring app for Django. It is now stable,.. ❗Unlicensed +- django-schedule (πŸ₯‰14 Β· ⭐ 830 Β· πŸ’€) - A calendaring app for Django. It is now stable,.. BSD-3

@@ -5332,46 +5209,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
jinja (πŸ₯‡42 Β· ⭐ 9.4K) - A very fast and expressive template engine. BSD-3 +
twisted (πŸ₯‡43 Β· ⭐ 5.2K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.6K Β· πŸ“₯ 55K Β· πŸ“¦ 4 Β· πŸ“‹ 1K - 7% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.1K Β· πŸ“¦ 73K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 16.08.2023): ``` - git clone https://github.com/pallets/jinja + git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/jinja2) (πŸ“₯ 110M / month Β· πŸ“¦ 100K Β· ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3.1M / month Β· πŸ“¦ 10K Β· ⏱️ 31.10.2022): ``` - pip install jinja2 + pip install twisted ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 31M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 970K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge jinja2 + conda install -c conda-forge twisted ```
-
twisted (πŸ₯‡42 Β· ⭐ 5.2K) - Event-driven networking engine written in Python. MIT +
jinja (πŸ₯‡42 Β· ⭐ 9.4K) - A very fast and expressive template engine. BSD-3 -- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.1K Β· πŸ“¦ 73K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 23.07.2023): +- [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.6K Β· πŸ“₯ 55K Β· πŸ“¦ 10 Β· πŸ“‹ 1K - 7% open Β· ⏱️ 01.08.2023): ``` - git clone https://github.com/twisted/twisted + git clone https://github.com/pallets/jinja ``` -- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3.1M / month Β· πŸ“¦ 10K Β· ⏱️ 31.10.2022): +- [PyPi](https://pypi.org/project/jinja2) (πŸ“₯ 110M / month Β· πŸ“¦ 100K Β· ⏱️ 28.04.2022): ``` - pip install twisted + pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 960K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 31M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge twisted + conda install -c conda-forge jinja2 ```
certbot (πŸ₯‡40 Β· ⭐ 30K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 3.4K Β· πŸ“₯ 73K Β· πŸ“¦ 1.7K Β· πŸ“‹ 5.4K - 7% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 3.4K Β· πŸ“₯ 75K Β· πŸ“¦ 1.7K Β· πŸ“‹ 5.4K - 7% open Β· ⏱️ 24.07.2023): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 670K / month Β· πŸ“¦ 320 Β· ⏱️ 09.05.2023): +- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 650K / month Β· πŸ“¦ 320 Β· ⏱️ 09.05.2023): ``` pip install certbot ``` @@ -5382,12 +5259,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
web3.py (πŸ₯‡40 Β· ⭐ 4.4K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.6K Β· πŸ“¦ 16K Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.6K Β· πŸ“¦ 16K Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 970K / month Β· πŸ“¦ 1K Β· ⏱️ 02.08.2023): +- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 990K / month Β· πŸ“¦ 1K Β· ⏱️ 02.08.2023): ``` pip install web3 ``` @@ -5398,21 +5275,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dnspython (πŸ₯‡40 Β· ⭐ 2.2K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 490 Β· πŸ“¦ 220K Β· πŸ“‹ 480 - 1% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 490 Β· πŸ“₯ 16 Β· πŸ“¦ 220K Β· πŸ“‹ 480 - 1% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 28M / month Β· πŸ“¦ 4.7K Β· ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 31M / month Β· πŸ“¦ 4.7K Β· ⏱️ 09.08.2023): ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 920K Β· ⏱️ 09.08.2023): +- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 930K Β· ⏱️ 09.08.2023): ``` conda install -c conda-forge dnspython ```
-
scapy (πŸ₯‡39 Β· ⭐ 9.1K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 +
scapy (πŸ₯ˆ39 Β· ⭐ 9.1K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 - [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 1.9K Β· πŸ“¦ 12K Β· πŸ“‹ 1.5K - 8% open Β· ⏱️ 08.08.2023): @@ -5423,26 +5300,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 92K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 93K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge scapy ```
-
pwntools (πŸ₯ˆ37 Β· ⭐ 10K) - CTF framework and exploit development library. MIT +
impacket (πŸ₯ˆ38 Β· ⭐ 12K) - Impacket is a collection of Python classes for working with network.. Apache-2 + +- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 3.2K Β· πŸ“₯ 160K Β· πŸ“¦ 3.9K Β· πŸ“‹ 860 - 19% open Β· ⏱️ 17.08.2023): + + ``` + git clone https://github.com/SecureAuthCorp/impacket + ``` +- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 140K / month Β· πŸ“¦ 220 Β· ⏱️ 03.08.2023): + ``` + pip install impacket + ``` +
+
pwntools (πŸ₯ˆ37 Β· ⭐ 11K) - CTF framework and exploit development library. MIT - [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.6K Β· πŸ“¦ 1.1K Β· πŸ“‹ 980 - 12% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 45K / month Β· πŸ“¦ 67 Β· ⏱️ 29.12.2022): +- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 46K / month Β· πŸ“¦ 67 Β· ⏱️ 29.12.2022): ``` pip install pwntools ```
itsdangerous (πŸ₯ˆ37 Β· ⭐ 2.7K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 220 Β· πŸ“¦ 890K Β· πŸ“‹ 110 - 0% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 220 Β· πŸ“¦ 900K Β· πŸ“‹ 110 - 0% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/pallets/itsdangerous @@ -5451,30 +5340,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install itsdangerous ``` -- [Conda](https://anaconda.org/conda-forge/itsdangerous) (πŸ“₯ 5.9M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/itsdangerous) (πŸ“₯ 6M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge itsdangerous ```
rdflib (πŸ₯ˆ37 Β· ⭐ 1.9K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 520 Β· πŸ“₯ 170 Β· πŸ“¦ 13K Β· πŸ“‹ 1.1K - 17% open Β· ⏱️ 07.08.2023): +- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 540 Β· πŸ“₯ 170 Β· πŸ“¦ 14K Β· πŸ“‹ 1.2K - 19% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 1.5M / month): +- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 1.5M / month Β· πŸ“¦ 2.1K Β· ⏱️ 01.08.2023): ``` pip install rdflib ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (πŸ“₯ 410K Β· ⏱️ 02.08.2023): +- [Conda](https://anaconda.org/conda-forge/rdflib) (πŸ“₯ 420K Β· ⏱️ 02.08.2023): ``` conda install -c conda-forge rdflib ```
webargs (πŸ₯ˆ36 Β· ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 160 Β· πŸ“¦ 6.8K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 160 Β· πŸ“¦ 6.8K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/marshmallow-code/webargs @@ -5495,7 +5384,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 61M / month Β· πŸ“¦ 15K Β· ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 63M / month Β· πŸ“¦ 16K Β· ⏱️ 31.05.2023): ``` pip install pyopenssl ``` @@ -5504,14 +5393,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pyopenssl ```
-
certifi (πŸ₯ˆ35 Β· ⭐ 680) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +
certifi (πŸ₯ˆ35 Β· ⭐ 690) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 230 Β· πŸ“¦ 5 Β· πŸ“‹ 140 - 3% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 230 Β· πŸ“¦ 5 Β· πŸ“‹ 140 - 3% open Β· ⏱️ 14.08.2023): ``` git clone https://github.com/certifi/python-certifi ``` -- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 260M / month Β· πŸ“¦ 45K Β· ⏱️ 22.07.2023): +- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 280M / month Β· πŸ“¦ 45K Β· ⏱️ 22.07.2023): ``` pip install certifi ``` @@ -5522,7 +5411,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
idna (πŸ₯ˆ34 Β· ⭐ 220) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 79 Β· πŸ“¦ 1.4M Β· πŸ“‹ 77 - 3% open Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 80 Β· πŸ“¦ 1.4M Β· πŸ“‹ 77 - 2% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/kjd/idna @@ -5536,33 +5425,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge idna ```
-
pywebview (πŸ₯ˆ33 Β· ⭐ 3.7K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 +
weblate (πŸ₯ˆ33 Β· ⭐ 3.7K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 480 Β· πŸ“¦ 1.3K Β· πŸ“‹ 810 - 2% open Β· ⏱️ 06.08.2023): +- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.6K Β· πŸ”€ 850 Β· πŸ“₯ 4K Β· πŸ“¦ 29 Β· πŸ“‹ 4.8K - 8% open Β· ⏱️ 17.08.2023): ``` - git clone https://github.com/r0x0r/pywebview + git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 45K / month Β· πŸ“¦ 94 Β· ⏱️ 25.06.2023): +- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 3.5K / month Β· πŸ“¦ 11 Β· ⏱️ 25.01.2023): ``` - pip install pywebview + pip install weblate ```
-
weblate (πŸ₯ˆ33 Β· ⭐ 3.7K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 +
pywebview (πŸ₯ˆ33 Β· ⭐ 3.7K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.6K Β· πŸ”€ 850 Β· πŸ“₯ 4K Β· πŸ“¦ 29 Β· πŸ“‹ 4.8K - 8% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 480 Β· πŸ“¦ 1.3K Β· πŸ“‹ 810 - 2% open Β· ⏱️ 15.08.2023): ``` - git clone https://github.com/WeblateOrg/weblate + git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 3.8K / month Β· πŸ“¦ 11 Β· ⏱️ 25.01.2023): +- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 43K / month Β· πŸ“¦ 94 Β· ⏱️ 25.06.2023): ``` - pip install weblate + pip install pywebview ```
fake-useragent (πŸ₯ˆ33 Β· ⭐ 3.1K) - Up-to-date simple useragent faker with real world database. Apache-2 -- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 510 Β· πŸ“¦ 22K Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 510 Β· πŸ“¦ 23K Β· ⏱️ 10.08.2023): ``` git clone https://github.com/hellysmile/fake-useragent @@ -5576,7 +5465,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge fake-useragent ```
-
Mako (πŸ₯ˆ33 Β· ⭐ 270 Β· πŸ’€) - Mako Templates for Python. MIT +
Mako (πŸ₯ˆ33 Β· ⭐ 280 Β· πŸ’€) - Mako Templates for Python. MIT - [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 48 Β· πŸ“¦ 190K Β· πŸ“‹ 340 - 19% open Β· ⏱️ 03.01.2023): @@ -5592,9 +5481,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge mako ```
+
tifffile (πŸ₯ˆ32 Β· ⭐ 400) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 + +- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 150 Β· πŸ“₯ 160 Β· πŸ“¦ 39K Β· ⏱️ 13.08.2023): + + ``` + git clone https://github.com/cgohlke/tifffile + ``` +- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 5.5M / month Β· πŸ“¦ 730 Β· ⏱️ 13.08.2023): + ``` + pip install tifffile + ``` +- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 3.7M Β· ⏱️ 15.08.2023): + ``` + conda install -c conda-forge tifffile + ``` +
saleor (πŸ₯‰31 Β· ⭐ 19K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 5.1K Β· πŸ“₯ 15 Β· πŸ“¦ 1 Β· πŸ“‹ 3.9K - 14% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 5.1K Β· πŸ“₯ 15 Β· πŸ“¦ 1 Β· πŸ“‹ 3.9K - 14% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/saleor/saleor @@ -5602,12 +5507,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
aiortc (πŸ₯‰31 Β· ⭐ 3.5K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 680 Β· πŸ“¦ 2.1K Β· πŸ“‹ 640 - 8% open Β· ⏱️ 03.04.2023): +- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 680 Β· πŸ“¦ 2.2K Β· πŸ“‹ 650 - 8% open Β· ⏱️ 03.04.2023): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 37K / month Β· πŸ“¦ 37 Β· ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 39K / month Β· πŸ“¦ 37 Β· ⏱️ 17.04.2022): ``` pip install aiortc ``` @@ -5619,7 +5524,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 45M / month Β· πŸ“¦ 2.6K Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 46M / month Β· πŸ“¦ 2.6K Β· ⏱️ 07.01.2022): ``` pip install pynacl ``` @@ -5635,15 +5540,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 9.4M / month Β· πŸ“¦ 7K Β· ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 9.5M / month Β· πŸ“¦ 7K Β· ⏱️ 02.02.2023): ``` pip install terminado ``` -- [Conda](https://anaconda.org/conda-forge/terminado) (πŸ“₯ 12M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/terminado) (πŸ“₯ 13M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge terminado ```
+
maltrail (πŸ₯‰30 Β· ⭐ 5.3K) - Malicious traffic detection system. MIT + +- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 970 Β· πŸ“¦ 10 Β· πŸ“‹ 380 - 20% open Β· ⏱️ 17.08.2023): + + ``` + git clone https://github.com/stamparm/maltrail + ``` +
python-user-agents (πŸ₯‰30 Β· ⭐ 1.4K) - A Python library that provides an easy way to identify.. MIT - [GitHub](https://github.com/selwin/python-user-agents) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 200 Β· πŸ“¦ 6.6K Β· πŸ“‹ 77 - 57% open Β· ⏱️ 16.02.2023): @@ -5655,32 +5568,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install user-agents ``` -- [Conda](https://anaconda.org/conda-forge/user-agents) (πŸ“₯ 43K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/user-agents) (πŸ“₯ 44K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge user-agents ```
klein (πŸ₯‰30 Β· ⭐ 820) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 1.8K Β· πŸ“‹ 180 - 44% open Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 1.8K Β· πŸ“‹ 180 - 44% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 59K / month Β· πŸ“¦ 390 Β· ⏱️ 22.10.2017): +- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 56K / month Β· πŸ“¦ 390 Β· ⏱️ 22.10.2017): ``` pip install klein ```
-
maltrail (πŸ₯‰29 Β· ⭐ 5.3K) - Malicious traffic detection system. MIT - -- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 950 Β· πŸ“¦ 4 Β· πŸ“‹ 380 - 20% open Β· ⏱️ 10.08.2023): - - ``` - git clone https://github.com/stamparm/maltrail - ``` -
-
Js2Py (πŸ₯‰29 Β· ⭐ 2.2K Β· πŸ’€) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT +
Js2Py (πŸ₯‰29 Β· ⭐ 2.3K Β· πŸ’€) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT - [GitHub](https://github.com/PiotrDabkowski/Js2Py) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 250 Β· πŸ“¦ 13K Β· πŸ“‹ 260 - 52% open Β· ⏱️ 06.11.2022): @@ -5698,12 +5603,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dpkt (πŸ₯‰29 Β· ⭐ 1K Β· πŸ’€) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 -- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.4K Β· πŸ“‹ 380 - 19% open Β· ⏱️ 27.01.2023): +- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.5K Β· πŸ“‹ 380 - 19% open Β· ⏱️ 27.01.2023): ``` git clone https://github.com/kbandla/dpkt ``` -- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 290K / month Β· πŸ“¦ 330 Β· ⏱️ 18.08.2022): +- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 300K / month Β· πŸ“¦ 330 Β· ⏱️ 18.08.2022): ``` pip install dpkt ``` @@ -5712,22 +5617,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge dpkt ```
-
tifffile (πŸ₯‰29 Β· ⭐ 400) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 - -- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 150 Β· πŸ“₯ 150 Β· ⏱️ 19.07.2023): - - ``` - git clone https://github.com/cgohlke/tifffile - ``` -- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 5.2M / month Β· πŸ“¦ 730 Β· ⏱️ 19.07.2023): - ``` - pip install tifffile - ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 3.6M Β· ⏱️ 20.07.2023): - ``` - conda install -c conda-forge tifffile - ``` -
sslyze (πŸ₯‰28 Β· ⭐ 3K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 - [GitHub](https://github.com/nabla-c0d3/sslyze) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 420 Β· πŸ“₯ 100K Β· πŸ“‹ 490 - 5% open Β· ⏱️ 01.04.2023): @@ -5735,31 +5624,19 @@ _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) (πŸ“₯ 63K / month Β· πŸ“¦ 24 Β· ⏱️ 18.01.2023): +- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 61K / month Β· πŸ“¦ 24 Β· ⏱️ 18.01.2023): ``` pip install sslyze ```
-
pyload (πŸ₯‰28 Β· ⭐ 3K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 - -- [GitHub](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 690 Β· πŸ“₯ 96K Β· πŸ“¦ 10 Β· πŸ“‹ 3.1K - 4% open Β· ⏱️ 18.06.2023): - - ``` - git clone https://github.com/pyload/pyload - ``` -- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 2.2K / month Β· πŸ“¦ 1 Β· ⏱️ 28.05.2022): - ``` - pip install pyload-ng - ``` -
proxy.py (πŸ₯‰27 Β· ⭐ 2.6K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 500 Β· πŸ“₯ 860 Β· πŸ“¦ 120 Β· πŸ“‹ 300 - 22% open Β· ⏱️ 17.04.2023): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 500 Β· πŸ“₯ 880 Β· πŸ“¦ 120 Β· πŸ“‹ 300 - 22% open Β· ⏱️ 17.04.2023): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 150K / month Β· πŸ“¦ 19 Β· ⏱️ 13.08.2022): +- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 160K / month Β· πŸ“¦ 19 Β· ⏱️ 13.08.2022): ``` pip install proxy.py ``` @@ -5771,23 +5648,39 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 7.3K / month Β· πŸ“¦ 43 Β· ⏱️ 20.04.2022): +- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 7.4K / month Β· πŸ“¦ 43 Β· ⏱️ 20.04.2022): ``` pip install radicale ```
+
trustme (πŸ₯‰26 Β· ⭐ 500) - #1 quality TLS certs while you wait, for the discerning tester. MIT + +- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 27 Β· πŸ“¦ 520 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 17.08.2023): + + ``` + git clone https://github.com/python-trio/trustme + ``` +- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 97K / month Β· πŸ“¦ 50 Β· ⏱️ 10.07.2023): + ``` + pip install trustme + ``` +- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 7.2K Β· ⏱️ 10.07.2023): + ``` + conda install -c conda-forge trustme + ``` +
pyngrok (πŸ₯‰26 Β· ⭐ 360) - A Python wrapper for ngrok. MIT -- [GitHub](https://github.com/alexdlaird/pyngrok) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 55 Β· πŸ“¦ 4.2K Β· ⏱️ 23.05.2023): +- [GitHub](https://github.com/alexdlaird/pyngrok) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 55 Β· πŸ“¦ 4.3K Β· ⏱️ 23.05.2023): ``` git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 220K / month): +- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 210K / month Β· πŸ“¦ 81 Β· ⏱️ 29.11.2022): ``` pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 91K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 92K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge pyngrok ``` @@ -5799,14 +5692,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/httpagentparser) (πŸ“₯ 250K / month Β· πŸ“¦ 260 Β· ⏱️ 19.10.2022): +- [PyPi](https://pypi.org/project/httpagentparser) (πŸ“₯ 240K / month Β· πŸ“¦ 260 Β· ⏱️ 19.10.2022): ``` pip install httpagentparser ```
healthchecks (πŸ₯‰23 Β· ⭐ 6.5K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 700 Β· πŸ“‹ 620 - 10% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 700 Β· πŸ“‹ 620 - 10% open Β· ⏱️ 17.08.2023): ``` git clone https://github.com/healthchecks/healthchecks @@ -5819,7 +5712,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 340K / month Β· πŸ“¦ 27 Β· ⏱️ 28.03.2023): +- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 330K / month Β· πŸ“¦ 27 Β· ⏱️ 28.03.2023): ``` pip install asgi-lifespan ``` @@ -5828,51 +5721,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge asgi-lifespan ```
-
urlwatch (πŸ₯‰21 Β· ⭐ 2.6K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 +
streaming-form-data (πŸ₯‰23 Β· ⭐ 130) - Streaming parser for multipart/form-data written in Cython. MIT -- [GitHub](https://github.com/thp/urlwatch) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 350 Β· πŸ“‹ 470 - 15% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 30 Β· πŸ“¦ 68 Β· πŸ“‹ 34 - 17% open Β· ⏱️ 16.07.2023): ``` - git clone https://github.com/thp/urlwatch + git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 3.6K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 32K / month Β· πŸ“¦ 4 Β· ⏱️ 06.10.2022): ``` - pip install urlwatch + pip install streaming-form-data ```
-
streaming-form-data (πŸ₯‰20 Β· ⭐ 130) - Streaming parser for multipart/form-data written in Cython. MIT +
urlwatch (πŸ₯‰21 Β· ⭐ 2.6K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 -- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 29 Β· πŸ“¦ 68 Β· πŸ“‹ 32 - 12% open Β· ⏱️ 16.07.2023): +- [GitHub](https://github.com/thp/urlwatch) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 350 Β· πŸ“‹ 470 - 15% open Β· ⏱️ 01.08.2023): ``` - git clone https://github.com/siddhantgoel/streaming-form-data + git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 31K / month): +- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 3.7K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2022): ``` - pip install streaming-form-data + pip install urlwatch ```
-
Show 21 hidden projects... +
Show 20 hidden projects... -- pyzmq (πŸ₯‡39 Β· ⭐ 3.4K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD -- impacket (πŸ₯ˆ36 Β· ⭐ 12K) - Impacket is a collection of Python classes for working with.. ❗Unlicensed +- pyzmq (πŸ₯‡40 Β· ⭐ 3.4K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD - PySocks (πŸ₯ˆ34 Β· ⭐ 1.2K Β· πŸ’€) - A SOCKS proxy client and wrapper for Python. BSD-3 +- httpbin (πŸ₯ˆ33 Β· ⭐ 12K Β· πŸ’€) - HTTP Request & Response Service, written in Python + Flask. ISC - speedtest-cli (πŸ₯ˆ32 Β· ⭐ 13K Β· πŸ’€) - Command line interface for testing internet bandwidth.. Apache-2 -- httpbin (πŸ₯ˆ32 Β· ⭐ 12K Β· πŸ’€) - HTTP Request & Response Service, written in Python + Flask. ISC - webassets (πŸ₯ˆ32 Β· ⭐ 920 Β· πŸ’€) - Asset management for Python web development. BSD-2 - netaddr (πŸ₯ˆ32 Β· ⭐ 730 Β· πŸ’€) - A network address manipulation library for Python. BSD-3 - aiodns (πŸ₯‰28 Β· ⭐ 490 Β· πŸ’€) - Simple DNS resolver for asyncio. MIT +- pyload (πŸ₯‰27 Β· ⭐ 3K) - The free and open-source Download Manager written in pure Python. ❗Unlicensed - ipaddress (πŸ₯‰27 Β· ⭐ 100 Β· πŸ’€) - Python 3.3+s ipaddress for older Python versions. Python-2.0 - Cactus (πŸ₯‰25 Β· ⭐ 3.5K Β· πŸ’€) - Static site generator for designers. Uses Python and Django.. BSD-3 - python-whois (πŸ₯‰24 Β· ⭐ 390 Β· πŸ’€) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL -- sandman2 (πŸ₯‰23 Β· ⭐ 2K Β· πŸ’€) - Automatically generate a RESTful API service for your legacy.. Apache-2 +- ProxyBroker (πŸ₯‰23 Β· ⭐ 3.5K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - hyde (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - A Python Static Website Generator. MIT - reppy (πŸ₯‰23 Β· ⭐ 180 Β· πŸ’€) - Modern robots.txt Parser for Python. MIT -- trustme (πŸ₯‰22 Β· ⭐ 500) - #1 quality TLS certs while you wait, for the discerning tester. ❗Unlicensed - cabot (πŸ₯‰21 Β· ⭐ 5.5K Β· πŸ’€) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT -- toapi (πŸ₯‰20 Β· ⭐ 3.4K Β· πŸ’€) - Every web site provides APIs. MIT -- ProxyBroker (πŸ₯‰19 Β· ⭐ 3.5K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 +- sandman2 (πŸ₯‰21 Β· ⭐ 2K Β· πŸ’€) - Automatically generate a RESTful API service for your legacy.. Apache-2 - tinkerer (πŸ₯‰19 Β· ⭐ 310 Β· πŸ’€) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD +- toapi (πŸ₯‰18 Β· ⭐ 3.4K Β· πŸ’€) - Every web site provides APIs. MIT - libextract (πŸ₯‰17 Β· ⭐ 500 Β· πŸ’€) - Extract data from websites using basic statistical magic. MIT - IP2Trace (πŸ₯‰10 Β· ⭐ 28) - Python tool to traceroute with IP geolocation information, such as.. MIT
diff --git a/history/2023-08-17_changes.md b/history/2023-08-17_changes.md new file mode 100644 index 00000000..c474ac28 --- /dev/null +++ b/history/2023-08-17_changes.md @@ -0,0 +1,20 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- wagtail (πŸ₯‡41 Β· ⭐ 15K Β· πŸ“ˆ) - A Django content management system focused on flexibility and.. BSD-3 +- eve (πŸ₯‰33 Β· ⭐ 6.6K Β· πŸ“ˆ) - REST API framework designed for human beings. BSD-3 +- Flask-SocketIO (πŸ₯ˆ33 Β· ⭐ 5.1K Β· πŸ“ˆ) - Socket.IO integration for Flask applications. MIT +- html5lib-python (πŸ₯ˆ33 Β· ⭐ 1K Β· πŸ“ˆ) - Standards-compliant library for parsing and serializing HTML.. MIT +- feincms (πŸ₯‰27 Β· ⭐ 870 Β· πŸ“ˆ) - A Django-based CMS with a focus on extensibility and concise.. BSD-3 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- django-storages (πŸ₯‰26 Β· ⭐ 2.5K Β· πŸ“‰) - Django-storages is a project to provide a variety of.. BSD-3 +- django-redis (πŸ₯‰25 Β· ⭐ 2.6K Β· πŸ“‰) - Full featured redis cache backend for Django. ❗Unlicensed +- django-compressor (πŸ₯‰23 Β· ⭐ 2.7K Β· πŸ“‰) - Compresses linked and inline javascript or CSS into a.. ❗Unlicensed +- flask-bootstrap (πŸ₯‰14 Β· ⭐ 200 Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed +- igramscraper (πŸ₯‰2 Β· πŸ“‰) - ❗Unlicensed + diff --git a/history/2023-08-17_projects.csv b/history/2023-08-17_projects.csv new file mode 100644 index 00000000..2af73650 --- /dev/null +++ b/history/2023-08-17_projects.csv @@ -0,0 +1,579 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,show,labels,latest_stable_release_published_at,latest_stable_release_number,release_count,recent_commit_count,github_release_downloads,monthly_downloads,conda_id,pypi_id,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,trending,brew_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,maven_id,npm_id,npm_url,npm_monthly_downloads,maven_url,updated_github_id,conda_dependent_project_count,npm_latest_release_published_at,npm_dependent_project_count,apt_id,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000,2023-08-14 10:53:08.000,2022-07-19 13:39:16,4527.0,28943.0,3897.0,3016.0,184.0,500.0,252307.0,A collective list of free APIs.,2.0,2.0,1378.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,openapi-utils,True,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014-03-03 16:53:36.000,2023-08-14 19:04:24.000,2023-05-11 15:37:06,1964.0,8751.0,853.0,1071.0,556.0,1488.0,26952.0,The OpenAPI Specification Repository.,10.0,10.0,218.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,2023-08-05 13:25:04.000,2023-07-08 09:20:59,586.0,1171.0,532.0,503.0,185.0,348.0,14096.0,GraphQL is a query language and execution engine tied to any backend service.,1.0,1.0,128.0,0,True,,2021-10-27 00:01:28.000,October2021,6.0,2.0,368.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,2023-08-17 15:08:50.000,2023-08-17 15:08:49,410.0,2050.0,378.0,215.0,16.0,32.0,14181.0,Collection of python database client libraries.,,,41.0,0,True,,2023-08-17 15:08:55.000,2023.08.17,100.0,32.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,2023-08-17 03:26:14.000,2023-08-16 22:08:52,5145.0,15835.0,2140.0,2448.0,3.0,2527.0,63901.0,The Python micro framework for building web applications.,1686783.0,1563892.0,823.0,50,True,['flask'],2023-05-02 14:44:44.419,2.2.5,55.0,76.0,6408.0,92815637.0,conda-forge/flask,flask,https://pypi.org/project/flask,2023-05-02 14:44:44.419,122891.0,92592390.0,https://anaconda.org/conda-forge/flask,2023-08-01 09:19:08.813,6024989.0,1.0,,,,,,,,,,,,,,,,,, +5,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,2023-08-16 15:17:12.000,2023-08-16 15:16:53,6181.0,9145.0,1346.0,2421.0,259.0,3599.0,50073.0,"A simple, yet elegant, HTTP library.",2575979.0,2371325.0,739.0,49,True,,2023-07-20 16:16:14.211,0.0.1,151.0,27.0,6353.0,333613612.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023-07-20 16:16:14.211,204654.0,333192411.0,https://anaconda.org/conda-forge/requests,2023-06-16 13:18:00.202,36194572.0,1.0,,,,,,,,,,,,,,,,,, +6,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,2023-08-17 06:11:08.000,2023-08-12 18:37:15,31921.0,29648.0,2283.0,17114.0,145.0,,72541.0,The Web framework for perfectionists with deadlines.,1510622.0,1387224.0,2965.0,48,True,['django'],2023-08-01 17:30:17.000,4.2.4,333.0,207.0,,12013578.0,conda-forge/django,django,https://pypi.org/project/django,2023-08-01 17:30:17.000,123398.0,11973429.0,https://anaconda.org/conda-forge/django,2023-07-03 13:52:40.232,1525667.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,2023-08-17 16:18:35.000,2023-08-17 06:49:14,53570.0,10361.0,1371.0,22921.0,834.0,10295.0,38727.0,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",9650.0,4485.0,965.0,48,True,,2023-08-10 15:51:52.000,1.57.0,227.0,482.0,27709.0,73310258.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2023-08-10 15:51:52.000,5165.0,73062655.0,https://anaconda.org/conda-forge/grpcio,2023-08-14 15:17:17.150,9372626.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,2023-08-17 09:24:13.000,2023-08-16 21:14:40,30190.0,7696.0,1326.0,3154.0,219.0,9104.0,27382.0,A browser automation framework and ecosystem.,237259.0,220660.0,829.0,48,True,,2023-08-01 04:07:16.000,4.11.2,185.0,494.0,11140346.0,11743601.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2023-08-01 04:07:16.000,16599.0,11587112.0,https://anaconda.org/conda-forge/selenium,2023-08-10 18:36:27.272,1144806.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,2023-08-17 15:02:05.000,2023-08-17 11:51:18,9115.0,1915.0,224.0,4597.0,509.0,2360.0,13814.0,Asynchronous HTTP client/server framework for asyncio and Python.,386792.0,372625.0,682.0,47,True,,2023-07-19 17:04:14.000,3.8.5,222.0,86.0,11587.0,78898287.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2023-07-19 17:04:14.000,14167.0,78578896.0,https://anaconda.org/conda-forge/aiohttp,2023-07-19 22:51:22.665,10855131.0,1.0,,,,,,,,,,,,,,,,,, +10,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2023-08-17 08:52:41.000,2023-08-17 08:52:40,3148.0,5173.0,639.0,2544.0,474.0,3324.0,61533.0,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",223039.0,220538.0,488.0,46,True,"['fastapi', 'openapi']",2023-08-14 10:09:45.000,0.101.1,177.0,315.0,,20350086.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2023-08-14 10:09:45.000,2501.0,20307587.0,https://anaconda.org/conda-forge/fastapi,2023-08-14 12:12:36.252,1657476.0,1.0,,,,,,,,,,,,,,,,,, +11,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,2023-08-13 00:55:16.000,2023-08-13 00:55:15,4648.0,5501.0,998.0,1519.0,210.0,1600.0,21224.0,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",397496.0,371814.0,437.0,46,True,,2023-08-11 15:21:47.000,6.3.3,70.0,57.0,,31227775.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2023-08-11 15:21:47.000,25682.0,30839213.0,https://anaconda.org/conda-forge/tornado,2023-06-16 13:24:37.233,34193539.0,1.0,,,,,,,,,,,,,,,,,, +12,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,2023-08-14 23:15:04.000,2023-08-14 15:55:38,10029.0,9842.0,1778.0,3111.0,478.0,2362.0,48154.0,"Scrapy, a fast high-level web crawling & scraping framework for Python.",39306.0,39306.0,611.0,45,True,,2023-08-04 13:59:19.000,2.10.0,34.0,149.0,,1271152.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,,,1252315.0,https://anaconda.org/conda-forge/scrapy,2023-08-04 17:01:19.159,696974.0,1.0,,,,,,,,,,,,,,,,,, +13,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2023-08-17 09:21:57.000,2023-07-19 11:31:10,3044.0,1672.0,225.0,1046.0,356.0,1708.0,9082.0,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1063345.0,1001191.0,408.0,45,True,,2023-07-19 11:51:19.000,21.2.0,86.0,25.0,103.0,30804406.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2023-07-19 11:46:44.000,62154.0,30742225.0,https://anaconda.org/conda-forge/gunicorn,2023-07-19 16:08:10.332,2114172.0,1.0,,,,,,,,,,,,,,,,,, +14,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,2023-08-15 13:28:51.212,2023-08-14 20:16:17,5488.0,1715.0,222.0,1639.0,3.0,1106.0,6406.0,The comprehensive WSGI web application library.,1144844.0,1075256.0,482.0,45,True,,2023-08-14 14:11:36.000,2.3.7,92.0,100.0,508.0,102149333.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2023-08-14 09:30:45.000,69588.0,101830928.0,https://anaconda.org/conda-forge/werkzeug,2023-08-15 13:28:51.212,8596746.0,2.0,,,,,,,,,,,,,,,,,, +15,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,2023-08-17 10:21:03.000,2023-08-17 10:21:03,8712.0,6643.0,617.0,4559.0,127.0,3766.0,26145.0,Web APIs for Django.,547695.0,547270.0,1376.0,43,True,['django'],2022-11-08 10:37:57.000,3.14.0,40.0,29.0,,107330.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,425.0,101491.0,https://anaconda.org/conda-forge/djangorestframework,2023-06-16 13:24:55.645,519703.0,2.0,,,,,,,,,,,,,,,,,, +16,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,2023-08-17 04:14:21.000,2023-08-11 20:45:53,4895.0,3766.0,267.0,2640.0,108.0,2749.0,13316.0,An API wrapper for Discord written in Python.,35200.0,32440.0,391.0,43,True,,2023-08-10 21:44:05.000,2.3.2,77.0,71.0,,9766904.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2023-08-10 21:44:05.000,2760.0,9766513.0,https://anaconda.org/conda-forge/discord.py,2023-08-11 00:02:19.093,12130.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,2023-08-16 18:01:07.000,2023-08-15 15:03:09,1652.0,2380.0,280.0,1141.0,111.0,901.0,6805.0,The official Python client library for Googles discovery based APIs.,169385.0,161774.0,188.0,43,True,,2023-08-15 15:07:27.000,2.97.0,186.0,48.0,,48536800.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2023-08-15 15:07:27.000,7611.0,48476302.0,https://anaconda.org/conda-forge/google-api-python-client,2023-08-15 19:43:00.483,2359449.0,1.0,,,,,,,,,,,,,,,,,, +18,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2023-08-16 16:59:38.000,2023-08-16 15:54:22,29021.0,1131.0,177.0,1884.0,2758.0,7382.0,5163.0,Event-driven networking engine written in Python.,83087.0,72815.0,260.0,43,True,,2023-07-20 16:20:44.819,8.2.0,94.0,59.0,,3093563.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2022-10-31 09:31:04.010,10272.0,3077965.0,https://anaconda.org/conda-forge/twisted,2023-06-16 16:09:07.402,967085.0,1.0,,,,,,,,,,,,,,,,,, +19,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2023-08-14 12:21:09.000,2023-08-14 11:58:08,6079.0,379.0,28.0,309.0,256.0,1124.0,2598.0,The code coverage tool for Python.,387028.0,329733.0,184.0,43,True,,2023-08-12 18:37:21.000,7.3.0,129.0,103.0,,61765641.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2023-08-12 18:34:06.000,57295.0,61435790.0,https://anaconda.org/conda-forge/coverage,2023-08-12 21:39:43.112,12204494.0,1.0,,,,,,,,,,,,,,,,,, +20,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2023-08-01 16:50:37.000,2023-08-01 16:50:36,2750.0,1569.0,249.0,864.0,79.0,918.0,9423.0,A very fast and expressive template engine.,101738.0,10.0,304.0,42,True,,2022-04-28 17:24:04.000,3.1.2,48.0,32.0,54816.0,113471280.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2022-04-28 17:21:25.000,101728.0,113113504.0,https://anaconda.org/conda-forge/jinja2,2023-06-16 13:17:18.409,31057520.0,1.0,,,,,,,,,,,,,,,,,, +21,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2023-08-14 23:11:28.000,2023-08-08 03:19:47,3998.0,1080.0,101.0,1943.0,130.0,1043.0,3469.0,urllib3 is a user-friendly HTTP client library for Python.,1478173.0,1432772.0,330.0,42,True,,2023-07-20 16:29:31.010,0.4.1,88.0,32.0,15177.0,388964404.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2023-07-20 16:29:31.010,45401.0,387948034.0,https://anaconda.org/conda-forge/urllib3,2023-07-19 18:06:56.635,37594949.0,2.0,,,,,,,,,,,,,,,,,, +22,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2023-08-14 15:22:14.000,2023-08-07 16:10:13,4030.0,2736.0,436.0,912.0,14.0,1448.0,21971.0,Write scalable load tests in plain Python.,6482.0,6376.0,291.0,41,True,,2023-08-05 14:21:31.000,2.16.1,254.0,46.0,,1209086.0,conda-forge/locust,locust,https://pypi.org/project/locust,2023-08-05 14:21:31.000,106.0,1205836.0,https://anaconda.org/conda-forge/locust,2023-08-06 16:05:19.783,126758.0,1.0,,,,,,,,,,,,,,,,,, +23,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2023-08-17 15:59:54.000,2023-08-17 13:45:31,15724.0,3279.0,337.0,6058.0,953.0,3664.0,15275.0,A Django content management system focused on flexibility and user experience.,1522.0,6.0,826.0,41,True,['django'],2023-08-14 14:34:24.000,5.1.1,212.0,537.0,,168125.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2023-08-14 14:34:24.000,1516.0,163631.0,https://anaconda.org/conda-forge/wagtail,2023-08-14 21:13:03.000,62926.0,1.0,5.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,2023-08-17 07:25:45.000,2023-08-17 07:25:18,2647.0,2821.0,186.0,1371.0,242.0,1845.0,8156.0,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",5296.0,10.0,646.0,41,True,['django'],2023-03-31 21:25:01.853,0.54.0,70.0,115.0,,740747.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2023-03-31 21:25:01.853,5286.0,734372.0,https://anaconda.org/conda-forge/django-allauth,2023-06-21 00:33:51.573,102001.0,1.0,,,,,,,,,,,,,,,,,, +25,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010-11-30 17:34:03.000,2023-08-04 10:36:04.000,2023-07-22 05:33:13,3065.0,860.0,99.0,553.0,149.0,765.0,4038.0,GitPython is a python library used to interact with Git repositories.,190347.0,182309.0,296.0,41,True,,2023-07-20 15:56:31.888,2.1.2,86.0,60.0,,44485446.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2023-07-10 18:08:47.113,8038.0,44327019.0,https://anaconda.org/conda-forge/gitpython,2023-07-10 19:36:12.150,6178665.0,1.0,,,,,,,,,,,,,,,,,, +26,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,2023-08-17 14:50:58.000,2023-08-04 21:54:12,18776.0,8973.0,2193.0,4864.0,3836.0,22454.0,122774.0,Command-line program to download videos from YouTube.com and other video sites.,,,996.0,40,True,,2021-12-16 19:01:08.000,2021.12.17,120.0,60.0,59069328.0,4807939.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,,,3715024.0,https://anaconda.org/conda-forge/youtube-dl,2023-06-16 16:12:46.297,1268189.0,1.0,,youtube-dl,,,,,,,,,,,,,,,, +27,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2023-08-09 08:34:26.000,2023-08-09 08:34:26,10379.0,3761.0,616.0,2631.0,299.0,2833.0,31994.0,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,3524.0,3050.0,492.0,40,True,,2023-08-04 09:50:12.000,10.0.0,56.0,57.0,220858.0,241781.0,,mitmproxy,https://pypi.org/project/mitmproxy,2023-08-04 09:50:12.000,474.0,239941.0,,,,1.0,,,,,,,,,,,,,,,,,, +28,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2023-08-16 09:41:25.000,2023-07-24 20:12:28,10804.0,3360.0,759.0,4526.0,380.0,4979.0,30134.0,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2039.0,1715.0,522.0,40,True,,2023-05-09 21:00:14.000,2.6.0,103.0,19.0,75249.0,649096.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2023-05-09 20:39:01.660,324.0,646636.0,https://anaconda.org/conda-forge/certbot-apache,2023-06-11 22:01:48.664,21281.0,1.0,,,,,,,,,,,,,,,,,, +29,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,2023-08-17 16:04:06.000,2023-08-16 23:32:35,5676.0,2349.0,300.0,3581.0,678.0,2852.0,26566.0,Streamlit A faster way to build and share data apps.,1894.0,931.0,192.0,40,True,,2023-07-20 22:07:55.000,1.25.0,204.0,161.0,,2295203.0,,streamlit,https://pypi.org/project/streamlit,2023-07-20 22:07:48.000,963.0,2295203.0,,,,1.0,,,,,,,,,,,,,,,,,, +30,python-telegram-bot,python-telegram-bot/python-telegram-bot,third-party-apis,,https://github.com/python-telegram-bot/python-telegram-bot,https://github.com/python-telegram-bot/python-telegram-bot,GPL-3.0,2015-07-07 15:30:39.000,2023-08-17 09:50:27.000,2023-08-17 09:50:26,2610.0,4903.0,598.0,1555.0,21.0,1937.0,22704.0,We have made you a wrapper you cant refuse.,91017.0,88484.0,183.0,40,True,,2023-07-09 10:29:01.000,20.4,129.0,39.0,18888.0,783184.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2023-07-09 10:32:10.465,2533.0,780717.0,https://anaconda.org/conda-forge/python-telegram-bot,2023-07-09 16:35:43.190,84031.0,1.0,,,,,,,,,,,,,,,,,, +31,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,2023-08-17 04:43:08.000,2023-07-25 13:13:47,2807.0,1528.0,407.0,1476.0,75.0,1256.0,17241.0,Accelerate your web app development | Build fast. Run fast.,14500.0,13809.0,334.0,40,True,,2023-07-25 13:16:00.000,23.6.0,75.0,25.0,,876275.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2023-07-25 13:16:00.000,691.0,868417.0,https://anaconda.org/conda-forge/sanic,2023-08-01 16:38:00.695,298637.0,2.0,,,,,,,,,,,,,,,,,, +32,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,2023-08-14 14:02:31.000,2023-08-14 14:01:00,1339.0,715.0,110.0,1396.0,36.0,758.0,10903.0,A next generation HTTP client for Python.,109730.0,106762.0,201.0,40,True,,2023-05-19 00:52:17.424,0.24.1,63.0,29.0,,21603544.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2023-05-19 00:52:17.424,2968.0,21587531.0,https://anaconda.org/conda-forge/httpx,2023-06-16 16:19:01.405,720588.0,2.0,,,,,,,,,,,,,,,,,, +33,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2023-08-03 03:16:08.000,2023-08-03 03:14:48,3093.0,4509.0,270.0,564.0,81.0,1206.0,9852.0,Twitter for Python!.,51314.0,46903.0,243.0,40,True,,2023-04-24 22:17:30.329,4.14.0,47.0,6.0,,738182.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2022-05-20 17:36:29.000,4411.0,734905.0,https://anaconda.org/conda-forge/tweepy,2023-06-16 13:24:08.253,255656.0,1.0,,,,,,,,,,,,,,,,,, +34,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,2023-08-13 23:32:32.000,2023-07-24 15:46:24,1191.0,774.0,106.0,1277.0,47.0,649.0,8548.0,The little ASGI framework that shines.,128986.0,128030.0,239.0,40,True,,2023-07-24 15:48:29.000,0.31.0,137.0,38.0,,18725748.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2023-07-24 15:48:29.000,956.0,18681336.0,https://anaconda.org/conda-forge/starlette,2023-07-28 08:31:00.564,1643260.0,2.0,,,,,,,,,,,,,,,,,, +35,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2023-08-03 17:01:12.000,2023-08-03 17:01:10,2959.0,1282.0,149.0,514.0,37.0,2043.0,8082.0,"Pure Python 3 MTProto API Telegram client library, for bots too!.",49993.0,49570.0,154.0,40,True,,2023-07-24 15:26:11.000,1.29.2,216.0,30.0,,1656265.0,,telethon,https://pypi.org/project/telethon,2023-07-24 15:26:11.000,423.0,1656265.0,,,,1.0,,,,,,,,,,,,,,,,,, +36,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2023-08-17 13:08:36.000,2023-08-16 13:33:52,1410.0,920.0,159.0,453.0,48.0,776.0,6536.0,Google Sheets Python API.,25974.0,24953.0,161.0,40,True,,2023-06-29 12:25:28.901,5.10.0,64.0,179.0,1178.0,6979987.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2023-06-29 12:25:28.901,1021.0,6976260.0,https://anaconda.org/conda-forge/gspread,2023-06-16 13:25:17.944,282559.0,1.0,,,,,,,,,,,,,,,,,, +37,PyGithub,PyGithub/PyGithub,third-party-apis,,https://github.com/PyGithub/PyGithub,https://github.com/PyGithub/PyGithub,LGPL-3.0,2012-02-25 12:53:47.000,2023-08-17 13:41:59.000,2023-08-10 08:06:44,2123.0,1654.0,112.0,1182.0,290.0,1298.0,6190.0,Typed interactions with the GitHub API v3.,47031.0,44368.0,321.0,40,True,,2023-08-03 09:43:00.000,1.59.1,95.0,87.0,,13064977.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2023-08-03 10:36:10.000,2663.0,12995293.0,https://anaconda.org/conda-forge/pygithub,2023-08-03 12:22:03.105,2717713.0,1.0,,,,,,,,,,,,,,,,,, +38,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,2023-08-16 22:44:59.000,2023-08-15 17:35:28,4218.0,1578.0,118.0,1693.0,213.0,1178.0,4398.0,A python interface for interacting with the Ethereum blockchain and ecosystem.,17006.0,15988.0,240.0,40,True,,2023-08-02 17:57:42.000,6.8.0,197.0,210.0,,990622.0,conda-forge/web3,web3,https://pypi.org/project/web3,2023-08-02 17:57:42.000,1018.0,985677.0,https://anaconda.org/conda-forge/web3,2023-08-09 14:34:17.442,168147.0,1.0,,,,,,,,,,,,,,,,,, +39,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,2023-08-14 15:53:41.000,2023-07-27 15:03:32,3913.0,1334.0,159.0,876.0,150.0,1102.0,4279.0,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",5313.0,4980.0,193.0,40,True,['flask'],2023-07-27 15:06:13.000,4.3.5,302.0,23.0,,4751529.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2023-07-27 15:06:13.000,333.0,4743753.0,https://anaconda.org/conda-forge/flask-appbuilder,2023-07-28 09:49:08.739,287721.0,2.0,,,,,,,,,,,,,,,,,, +40,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2023-08-11 10:52:14.000,2023-08-10 09:28:41,3395.0,623.0,103.0,903.0,117.0,878.0,3411.0,PyZMQ: Python bindings for zeromq.,301560.0,288153.0,193.0,40,False,,2023-08-10 08:36:36.000,25.1.1,83.0,72.0,20725.0,24699850.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2023-08-10 08:36:36.000,13407.0,24187548.0,https://anaconda.org/conda-forge/pyzmq,2023-08-10 12:16:30.283,18948757.0,1.0,,,,,,,,,,,,,,,,,, +41,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,2023-08-15 03:28:35.000,2023-08-15 00:00:00,1234.0,749.0,87.0,316.0,15.0,609.0,3285.0,WebSocket client for Python.,136053.0,129021.0,217.0,40,True,,2023-06-23 11:13:12.841,1.6.1,82.0,21.0,,59716083.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2023-06-23 11:13:12.841,7032.0,59453096.0,https://anaconda.org/conda-forge/websocket-client,2023-06-26 14:22:38.810,9467538.0,1.0,,,,,,,,,,,,,,,,,, +42,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,2023-08-13 05:55:44.000,2023-08-13 05:55:40,6007.0,544.0,81.0,322.0,24.0,,2409.0,The lxml XML toolkit for Python.,413834.0,374077.0,151.0,40,True,,2023-07-05 11:49:49.679,4.9.3,156.0,99.0,19605.0,73097806.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2023-07-05 11:49:49.679,39757.0,72830157.0,https://anaconda.org/conda-forge/lxml,2023-07-05 14:02:29.780,10401933.0,1.0,,,,,,,,,,,,,,,,,, +43,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2023-08-14 16:12:45.000,2023-08-11 01:00:57,2286.0,494.0,60.0,471.0,8.0,474.0,2227.0,a powerful DNS toolkit for python.,224178.0,219441.0,112.0,40,True,,2023-08-12 20:31:54.000,2.4.2,41.0,55.0,16.0,30984167.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2023-08-09 13:54:10.000,4737.0,30957584.0,https://anaconda.org/conda-forge/dnspython,2023-08-09 16:26:25.800,929865.0,1.0,,,,,,,,,,,,,,,,,, +44,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,2023-08-17 16:10:19.000,2023-08-17 14:45:45,9681.0,4586.0,1016.0,6351.0,238.0,3955.0,36474.0,The Cloud-Native API Gateway.,10.0,10.0,386.0,39,True,,2023-08-09 15:57:37.000,3.4.0,100.0,329.0,,2990333.0,,,,,,,,,,1.0,,,kong,https://hub.docker.com/r/_/kong,2023-08-16 16:19:57.421586,746.0,313985026.0,,,,,,,,,,, +45,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,,2010-08-30 22:06:41.000,2023-08-17 16:11:49.000,2023-08-17 16:11:47,57858.0,3737.0,689.0,45596.0,1236.0,7382.0,34906.0,Developer-first error tracking and performance monitoring.,631.0,631.0,782.0,39,True,,2023-08-15 21:47:50.000,23.8.0,107.0,3831.0,46502.0,34690.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,,,19273.0,https://anaconda.org/conda-forge/sentry-sdk,2023-08-01 17:08:22.065,566046.0,1.0,,,,,,,,,,,,,,,,,, +46,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,2023-08-17 15:01:43.000,2023-08-17 09:40:22,19008.0,5341.0,216.0,9309.0,3753.0,3209.0,17329.0,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",5.0,5.0,2813.0,39,True,['openapi'],2023-05-11 02:04:23.000,6.6.0,56.0,448.0,,1726773.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,,,10253.0,,,,1.0,,,,,,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,1716520.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,, +47,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,2023-08-15 11:17:49.000,2023-08-08 18:53:33,16206.0,2959.0,405.0,4145.0,106.0,3342.0,9453.0,The easy-to-use and developer-friendly enterprise CMS powered by Django.,6644.0,4939.0,629.0,39,True,['django'],2023-06-21 19:30:41.278,3.8.2,111.0,15.0,,44995.0,,django-cms,https://pypi.org/project/django-cms,2023-01-02 18:13:47.883,1705.0,44995.0,,,,2.0,,,,,,,,,,,,,,,,,, +48,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2023-08-15 12:24:16.000,2023-08-08 11:03:44,6246.0,1880.0,226.0,2606.0,132.0,1410.0,9104.0,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,12656.0,11658.0,428.0,39,True,,2022-12-25 10:30:01.270,2.5.0,25.0,45.0,,2187356.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2022-12-25 10:30:01.270,998.0,2185454.0,https://anaconda.org/conda-forge/scapy,2023-06-16 16:15:58.809,93231.0,2.0,,,,,,,,,,,,,,,,,, +49,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,2023-07-30 18:19:57.000,2023-07-30 18:19:57,2434.0,1820.0,224.0,767.0,1.0,1117.0,7071.0,Python Telegram bot api.,39807.0,38862.0,220.0,39,True,,2023-07-20 16:27:29.603,2.0.2,110.0,18.0,,2970823.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2023-05-18 15:12:02.176,945.0,2970823.0,,,,2.0,,,,,,,,,,,,,,,,,, +50,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2023-08-14 11:24:08.000,2023-08-08 05:47:40,1187.0,605.0,87.0,1194.0,48.0,632.0,6882.0,"An ASGI web server, for Python.",222776.0,220875.0,165.0,39,True,,2023-07-31 06:49:23.000,0.23.2,151.0,39.0,,15857065.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2023-07-31 06:49:23.000,1901.0,15798057.0,https://anaconda.org/conda-forge/uvicorn,2023-07-31 14:04:27.794,2006288.0,1.0,,,,,,,,,,,,,,,,,, +51,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,2023-08-01 16:28:59.000,2023-08-01 16:28:58,1007.0,915.0,119.0,558.0,5.0,624.0,4041.0,Adds SQLAlchemy support to Flask.,373038.0,346431.0,119.0,39,True,['flask'],2023-06-21 17:07:49.000,3.0.5,33.0,56.0,485.0,5282034.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-06-21 16:49:04.770,26607.0,5278024.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023-06-16 13:17:53.221,344470.0,1.0,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,,,, +52,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2023-08-17 14:11:38.000,2023-08-17 06:24:22,3915.0,3219.0,368.0,732.0,167.0,689.0,11577.0,Impacket is a collection of Python classes for working with network protocols.,4122.0,3900.0,208.0,38,True,,2023-08-03 17:36:40.000,impacket_0_11_0,16.0,52.0,164691.0,142097.0,,impacket,https://pypi.org/project/impacket,2023-08-03 17:31:48.000,222.0,140434.0,,,,2.0,,,,,,,,,,,,,fortra/impacket,,,,, +53,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2023-08-06 09:44:10.000,2022-09-05 15:24:52,1896.0,1446.0,312.0,592.0,314.0,577.0,8050.0,bottle.py is a fast and simple micro-framework for python web-applications.,31870.0,26675.0,225.0,38,True,,2023-03-04 15:35:02.955,0.12.25,80.0,,,2097460.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2023-03-04 15:35:02.955,5195.0,2092535.0,https://anaconda.org/conda-forge/bottle,2023-06-16 13:25:17.978,408813.0,2.0,,,,,,,,,,,,,,,,,, +54,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/jazzband/django-debug-toolbar,https://github.com/jazzband/django-debug-toolbar,BSD-3-Clause,2008-08-28 06:58:04.000,2023-08-14 20:15:46.000,2023-08-11 01:25:08,2528.0,1020.0,109.0,965.0,74.0,788.0,7600.0,A configurable set of panels that display various debug information about the current request/response.,88043.0,75674.0,273.0,38,True,,2023-08-11 01:41:40.000,4.2.0,63.0,29.0,212.0,2109185.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2023-08-11 01:41:40.000,12369.0,2104382.0,https://anaconda.org/conda-forge/django-debug-toolbar,2023-08-11 14:26:20.726,168095.0,1.0,,,,,,,,,,,,,,,,,, +55,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,2023-06-05 19:37:51.183,2023-06-05 17:09:24,3620.0,1134.0,103.0,963.0,174.0,719.0,6183.0,This is a repository for collecting global custom management extensions for the Django Framework.,196407.0,184068.0,573.0,38,True,['django'],2023-06-07 11:23:14.000,3.2.3,125.0,9.0,,2842387.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2023-06-05 17:10:00.484,12339.0,2837952.0,https://anaconda.org/conda-forge/django-extensions,2023-06-05 19:37:51.183,394800.0,1.0,,,,,,,,,,,,,,,,,, +56,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,,2012-09-13 22:03:03.000,2023-08-04 21:14:52.000,2023-08-04 21:14:50,5889.0,887.0,242.0,633.0,102.0,1246.0,6030.0,Coroutine-based concurrency library for Python.,108136.0,108136.0,108.0,38,False,,2017-09-07 10:41:57.000,1.2.2,24.0,55.0,59262.0,7483080.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,,,7465958.0,https://anaconda.org/conda-forge/gevent,2023-06-16 13:24:39.571,1213606.0,2.0,,,,,,,,,,,,,,,,,, +57,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,2023-08-09 04:56:17.000,2023-04-24 16:58:03,3043.0,1552.0,162.0,1000.0,483.0,976.0,5440.0,Simple and extensible administrative interface framework for Flask.,24389.0,21981.0,353.0,38,True,['flask'],2023-06-19 22:55:48.000,1.6.1,39.0,,,1314092.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2023-02-20 12:55:50.822,2408.0,1312332.0,https://anaconda.org/conda-forge/flask-admin,2023-06-16 13:25:18.421,144325.0,1.0,,,,,,,,,,,,,,,,,, +58,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2023-08-15 09:34:37.000,2023-08-15 09:34:36,805.0,641.0,63.0,495.0,14.0,397.0,4664.0,JSON Web Token implementation in Python.,447054.0,435404.0,138.0,38,True,,2023-07-18 20:02:21.000,2.8.0,48.0,9.0,,123785106.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2023-07-18 20:02:21.000,11650.0,123414311.0,https://anaconda.org/conda-forge/pyjwt,2023-07-18 23:09:58.000,11494665.0,1.0,,,,,,,,,,,,,,,,,, +59,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,,2010-05-29 02:59:45.000,2023-08-15 20:54:50.000,2023-08-11 17:59:03,1553.0,843.0,76.0,533.0,35.0,808.0,3307.0,A Python implementation of John Grubers Markdown with Extension support.,318016.0,295291.0,169.0,38,False,,2023-07-25 15:13:43.000,3.4.4,49.0,14.0,,31115198.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2023-07-25 15:13:43.000,22725.0,30956331.0,https://anaconda.org/conda-forge/markdown,2023-07-25 17:56:12.017,5401490.0,1.0,,,,,,,,,,,,,,,,,, +60,Panel,holoviz/panel,web-ui,,https://github.com/holoviz/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2023-08-17 15:50:48.000,2023-08-17 14:43:45,3139.0,361.0,53.0,2660.0,816.0,1945.0,3028.0,Panel: The powerful data exploration & web app framework for Python.,8097.0,7930.0,138.0,38,True,,2023-07-25 17:04:29.000,1.2.1,311.0,211.0,,531525.0,,panel,https://pypi.org/project/panel,2023-08-17 14:04:56.000,167.0,531525.0,,,,1.0,,,,,,,,,,,,,,,,,, +61,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2023-08-13 05:43:18.000,2023-06-13 03:01:14,1646.0,488.0,69.0,482.0,88.0,289.0,2627.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",429601.0,416962.0,192.0,38,True,,2023-01-10 13:13:43.000,3.2.2,50.0,1.0,,81487800.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022-10-17 20:06:06.447,12639.0,81379709.0,https://anaconda.org/conda-forge/oauthlib,2023-06-16 13:18:41.781,9187755.0,1.0,,,,,,,,,,,,,,,,,, +62,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2023-08-14 08:31:15.000,2023-08-11 09:50:22,1607.0,386.0,49.0,372.0,78.0,378.0,1408.0,A flexible forms validation and rendering library for Python.,198763.0,183893.0,149.0,38,True,,2021-12-23 10:10:33.000,3.0.1,25.0,30.0,,3996724.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2021-12-23 10:10:04.017,14870.0,3994485.0,https://anaconda.org/conda-forge/wtforms,2023-06-16 13:20:39.666,167948.0,1.0,,,,,,,,,,,,,,,,,, +63,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,2023-08-17 13:15:18.000,2023-08-17 13:15:08,5953.0,7946.0,655.0,3598.0,947.0,4234.0,24292.0,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",35292.0,35292.0,560.0,37,True,['openapi'],2023-08-17 13:18:16.000,5.4.1,100.0,195.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,, +64,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2023-08-01 23:34:17.000,2023-08-01 23:34:17,4234.0,1623.0,295.0,1294.0,123.0,859.0,10503.0,CTF framework and exploit development library.,1173.0,1106.0,239.0,37,True,,2023-05-21 14:18:00.934,4.10.0,108.0,68.0,,45629.0,,pwntools,https://pypi.org/project/pwntools,2022-12-29 13:25:51.375,67.0,45629.0,,,,2.0,,,,,,,,,,,,,,,,,, +65,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,2023-08-16 08:58:51.000,2023-08-15 21:25:28,1881.0,917.0,263.0,1144.0,153.0,834.0,9221.0,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",10083.0,8375.0,201.0,37,True,,2022-11-18 19:45:40.537,3.1.1,75.0,12.0,4995.0,595670.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2022-11-18 19:45:40.537,1708.0,591456.0,https://anaconda.org/conda-forge/falcon,2023-06-16 13:21:50.744,336831.0,2.0,,,,,,,,,,,,,,,,,, +66,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,2023-08-08 12:54:50.000,2023-07-26 07:43:40,1753.0,827.0,146.0,530.0,117.0,874.0,7753.0,GraphQL framework for Python.,19300.0,18452.0,205.0,37,True,['graphql'],2023-07-26 06:47:55.000,3.3.0,98.0,11.0,,1811421.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2023-07-26 06:48:37.000,848.0,1801859.0,https://anaconda.org/conda-forge/graphene,2023-07-26 14:03:33.843,239054.0,1.0,,,,,,,,,,,,,,,,,, +67,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,2023-08-15 08:36:21.000,2023-08-15 08:36:20,743.0,536.0,80.0,623.0,6.0,255.0,5045.0,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,183741.0,177005.0,66.0,37,True,['django'],2023-07-10 09:10:35.505,4.2.0,53.0,21.0,,4260853.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2023-07-10 09:10:35.505,6736.0,4258747.0,https://anaconda.org/conda-forge/django-cors-headers,2023-07-18 12:14:20.227,80030.0,1.0,,,,,,,,,,,,,,,,,, +68,websockets,aaugustin/websockets,websocket,,https://github.com/python-websockets/websockets,https://github.com/python-websockets/websockets,BSD-3-Clause,2013-03-30 08:59:30.000,2023-08-02 00:22:19.000,2023-07-15 08:47:27,1321.0,495.0,106.0,356.0,23.0,1011.0,4665.0,Library for building WebSocket servers and clients in Python.,127189.0,123037.0,69.0,37,True,,2023-05-07 14:25:28.716,11.0.3,38.0,4.0,,16958944.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2023-05-07 14:25:28.716,4152.0,16931950.0,https://anaconda.org/conda-forge/websockets,2023-06-16 13:18:56.905,2159581.0,1.0,,,,,,,,,,,,,python-websockets/websockets,,,,, +69,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2023-07-29 23:29:25.000,2023-07-29 23:29:24,1332.0,377.0,62.0,166.0,55.0,337.0,3893.0,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",28018.0,27640.0,97.0,37,True,,2023-06-25 13:04:04.991,1.2.1,39.0,13.0,,6311747.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2023-06-25 13:04:04.991,378.0,6308819.0,https://anaconda.org/conda-forge/authlib,2023-06-26 08:15:44.096,114205.0,1.0,,,,,,,,,,,,,,,,,, +70,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,2023-07-15 04:59:43.000,2023-07-15 04:59:43,1238.0,845.0,168.0,635.0,18.0,731.0,3683.0,Slack Developer Kit for Python.,2162.0,1.0,160.0,37,True,,2023-04-28 07:13:03.000,3.21.3,100.0,11.0,397.0,5236269.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2161.0,5228162.0,https://anaconda.org/conda-forge/slackclient,2023-06-16 13:23:23.749,680505.0,2.0,,,,,,,,,,,,,,,,,, +71,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,2023-08-16 19:03:27.000,2023-08-15 09:22:02,2923.0,433.0,44.0,2160.0,389.0,489.0,3385.0,A GraphQL library for Python that leverages type annotations.,2153.0,2110.0,219.0,37,True,['graphql'],2023-08-15 09:22:31.000,0.204.0,748.0,210.0,371.0,656048.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2023-08-15 09:23:12.000,43.0,655974.0,,,,1.0,,,,,,,,,,,,,,,,,, +72,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2023-08-01 16:16:51.000,2023-08-01 16:16:49,584.0,219.0,56.0,245.0,1.0,109.0,2711.0,Safely pass trusted data to untrusted environments and back.,950146.0,897223.0,42.0,37,True,,2022-03-24 15:14:38.000,2.1.2,27.0,28.0,,49173926.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,52923.0,49103062.0,https://anaconda.org/conda-forge/itsdangerous,2023-06-16 13:24:58.387,5952652.0,2.0,,,,,,,,,,,,,,,,,, +73,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2023-08-15 16:28:11.153,2023-06-27 13:43:45,648.0,237.0,46.0,91.0,17.0,244.0,2308.0,A fast yet powerful Python Markdown parser with renderers and plugins.,242941.0,233587.0,40.0,37,True,,2023-06-09 23:58:09.907,3.0.1,42.0,13.0,,18248209.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2023-06-09 23:58:09.907,9354.0,17832866.0,https://anaconda.org/conda-forge/mistune,2023-08-15 16:28:11.153,14121685.0,1.0,,,,,,,,,,,,,,,,,, +74,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2023-08-17 02:25:35.000,2023-08-15 20:40:55,4844.0,536.0,90.0,1206.0,233.0,948.0,1939.0,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",15705.0,13583.0,188.0,37,True,,2023-08-01 21:17:28.000,7.0.0,37.0,84.0,167.0,1548250.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2023-08-01 21:14:52.000,2122.0,1536012.0,https://anaconda.org/conda-forge/rdflib,2023-08-02 14:39:27.018,416063.0,2.0,,,,,,,,,,,,,,,,,, +75,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,2023-08-16 20:45:11.000,2023-08-16 20:45:02,1272.0,443.0,40.0,704.0,142.0,400.0,1920.0,Store model history and view/revert changes from admin site.,4791.0,4335.0,175.0,37,True,['django'],2023-03-10 19:18:01.223,3.3.0,45.0,54.0,,1067159.0,,django-simple-history,https://pypi.org/project/django-simple-history,2023-03-10 19:18:01.223,456.0,1067159.0,,,,1.0,,,,,,,,,,,,,,,,,, +76,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,2023-07-13 12:52:27.000,2022-09-03 07:38:42,598.0,411.0,54.0,261.0,109.0,158.0,1655.0,OAuthlib support for Python-Requests!.,404504.0,392625.0,115.0,37,True,,2022-01-29 19:00:11.000,1.3.1,19.0,,,71897460.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11879.0,71799196.0,https://anaconda.org/conda-forge/requests-oauthlib,2023-06-16 13:25:40.359,8352492.0,1.0,,,,,,,,,,,,,,,,,, +77,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2023-08-14 17:31:20.000,2023-08-03 15:26:59,428.0,188.0,38.0,221.0,38.0,151.0,1278.0,ASGI specification and utilities.,652438.0,651189.0,87.0,37,True,,2023-05-27 17:22:06.910,3.7.2,62.0,8.0,,16566441.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2023-05-27 17:22:06.910,1249.0,16549694.0,https://anaconda.org/conda-forge/asgiref,2023-06-16 16:11:41.134,971338.0,2.0,,,,,,,,,,,,,,,,,, +78,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,2023-08-17 07:50:04.000,2023-08-16 07:33:54,1314.0,318.0,21.0,1053.0,192.0,412.0,1257.0,PEP-484 stubs for Django.,8572.0,8572.0,221.0,37,True,['django'],2023-06-29 17:10:46.000,4.2.3,46.0,105.0,,951026.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,,,950404.0,https://anaconda.org/conda-forge/django-stubs,2023-07-01 15:00:52.088,17428.0,1.0,,,,,,,,,,,,,,,,,, +79,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,2023-08-15 17:27:24.000,2023-08-14 20:22:10,1297.0,366.0,28.0,591.0,144.0,282.0,1127.0,Python 3.X client for HashiCorp Vault.,4123.0,3737.0,185.0,37,True,,2023-07-20 15:52:17.819,0.2.11,67.0,24.0,535.0,10841455.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2023-06-17 20:09:02.116,386.0,10833814.0,https://anaconda.org/conda-forge/hvac,2023-06-16 16:15:07.952,389457.0,2.0,,,,,,,,,,,,,,,,,, +80,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,2023-08-16 18:42:19.000,2023-08-09 17:10:47,748.0,286.0,69.0,944.0,86.0,351.0,659.0,Google Auth Python Library.,282084.0,279265.0,111.0,37,True,,2023-07-11 17:26:11.670,2.22.0,138.0,39.0,,95480209.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2023-07-11 17:26:11.670,2819.0,95268246.0,https://anaconda.org/conda-forge/google-auth,2023-07-11 21:18:02.132,8054631.0,1.0,,,,,,,,,,,,,,,,,, +81,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,2023-08-01 16:51:17.000,2023-08-01 16:51:15,635.0,147.0,26.0,278.0,1.0,107.0,544.0,Safely add untrusted strings to HTML/XML markup.,1389054.0,1313926.0,41.0,37,True,,2023-06-02 21:45:17.000,2.1.3,29.0,47.0,1963.0,131440062.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2023-06-02 21:44:04.873,75128.0,131064258.0,https://anaconda.org/conda-forge/markupsafe,2023-06-03 05:40:53.859,33064599.0,2.0,,,,,,,,,,,,,,,,,, +82,httpie,httpie/httpie,http-clients,,https://github.com/httpie/cli,https://github.com/httpie/cli,BSD-3-Clause,2012-02-25 12:39:13.000,2023-08-06 12:35:58.000,2023-08-06 12:35:57,1773.0,3797.0,82.0,591.0,142.0,682.0,28850.0,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",1711.0,10.0,163.0,36,True,,2023-05-19 21:43:34.000,3.2.2,56.0,14.0,4756.0,241801.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2020-03-21 13:07:18.000,1701.0,240136.0,https://anaconda.org/conda-forge/httpie,2023-06-16 16:08:14.893,105560.0,2.0,,,,,,,,,,,,,httpie/cli,,,,, +83,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2023-08-17 10:48:59.000,2023-08-15 18:07:39,3645.0,1815.0,339.0,1512.0,94.0,1557.0,11717.0,Static site generator that supports Markdown and reST syntax. Powered by Python.,9002.0,7199.0,445.0,36,True,,2022-07-11 17:53:11.019,4.8.0,58.0,38.0,848.0,17788.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2022-02-09 13:25:58.000,1803.0,16141.0,https://anaconda.org/conda-forge/pelican,2023-06-16 13:16:01.780,144109.0,2.0,,,,,,,,,,,,,,,,,, +84,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2023-08-16 12:49:17.000,2023-05-20 10:08:41,1461.0,2021.0,188.0,613.0,454.0,760.0,9090.0,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",27215.0,26792.0,112.0,36,True,,2023-05-07 19:40:40.414,15.0.0,86.0,1.0,,306656.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2022-12-17 00:12:00.643,423.0,306100.0,https://anaconda.org/conda-forge/pytube,2023-06-16 19:27:33.750,12234.0,2.0,,,,,,,,,,,,,,,,,, +85,flask-restful,flask-restful/flask-restful,web-frameworks,,https://github.com/flask-restful/flask-restful,https://github.com/flask-restful/flask-restful,BSD-3-Clause,2012-10-12 00:08:51.000,2023-07-13 19:04:26.000,2023-05-21 03:47:13,837.0,1027.0,182.0,413.0,138.0,456.0,6644.0,Simple framework for creating REST APIs.,103189.0,95965.0,161.0,36,True,['flask'],2023-05-21 03:59:07.841,0.3.10,33.0,2.0,,1570031.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,7224.0,1568017.0,https://anaconda.org/conda-forge/flask-restful,2023-06-16 13:21:11.595,167228.0,2.0,,,,,,,,,,,,,,,,,, +86,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2023-08-15 13:31:45.000,2023-08-01 14:19:35,719.0,333.0,95.0,383.0,6.0,271.0,3920.0,A utility for mocking out the Python Requests library.,31374.0,28295.0,119.0,36,True,,2023-08-01 14:19:31.000,0.23.3,52.0,13.0,169.0,11583452.0,conda-forge/responses,responses,https://pypi.org/project/responses,2023-08-01 14:19:26.000,3079.0,11535128.0,https://anaconda.org/conda-forge/responses,2023-07-27 14:43:01.872,1836292.0,1.0,,,,,,,,,,,,,,,,,, +87,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,2023-08-02 02:34:44.000,2023-08-02 02:34:43,476.0,775.0,74.0,368.0,23.0,360.0,3349.0,Flask user session management.,158169.0,145110.0,116.0,36,True,['flask'],2022-07-26 01:14:19.000,0.6.2,24.0,12.0,,4574502.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2022-07-25 15:17:06.350,13059.0,4572361.0,https://anaconda.org/conda-forge/flask-login,2023-06-16 13:22:54.556,182020.0,2.0,,,,,,,,,,,,,,,,,, +88,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,2023-07-31 15:10:43.000,2023-07-18 07:34:24,4086.0,457.0,74.0,1239.0,7.0,721.0,3149.0,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",18567.0,16792.0,222.0,36,True,,2023-07-11 20:51:56.555,7.7.1,127.0,14.0,,344041.0,conda-forge/praw,praw,https://pypi.org/project/praw,2023-07-11 20:51:56.555,1775.0,343424.0,https://anaconda.org/conda-forge/praw,2023-06-16 16:08:14.313,41398.0,2.0,,,,,,,,,,,,,,,,,, +89,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,2023-08-16 14:01:28.000,2023-07-20 15:21:48,1348.0,707.0,66.0,672.0,86.0,829.0,2729.0,Django application and library for importing and exporting data with admin integration.,67891.0,67891.0,200.0,36,True,['django'],2023-04-12 18:09:24.000,3.2.0,27.0,3.0,,868265.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,,,867246.0,https://anaconda.org/conda-forge/django-import-export,2023-06-16 13:25:21.541,82599.0,1.0,,,,,,,,,,,,,,,,,, +90,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,2023-07-20 16:16:30.656,2023-01-23 18:07:53,892.0,253.0,45.0,332.0,32.0,337.0,2540.0,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,276821.0,264234.0,78.0,36,True,,2023-07-20 16:16:34.168,0.1.2,57.0,,,16556454.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023-01-23 16:40:54.346,12587.0,16377917.0,https://anaconda.org/conda-forge/bleach,2023-06-16 13:24:47.323,14104464.0,2.0,,,,,,,,,,,,,,,,,, +91,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2023-08-13 01:59:46.000,2023-08-09 13:09:12,1174.0,346.0,39.0,397.0,125.0,279.0,2470.0,Automatically mock your HTTP interactions to simplify and speed up testing.,8811.0,7797.0,136.0,36,True,,2023-07-31 03:19:30.000,5.1.0,70.0,103.0,,1541498.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2023-07-31 03:19:30.000,1014.0,1533047.0,https://anaconda.org/conda-forge/vcrpy,2023-07-31 18:22:06.572,312700.0,1.0,,,,,,,,,,,,,,,,,, +92,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,2023-08-15 13:58:06.000,2023-07-24 23:42:39,1575.0,816.0,80.0,979.0,143.0,551.0,1795.0,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,1102.0,7.0,248.0,36,True,,2023-06-29 11:33:03.501,3.5.2,67.0,20.0,776.0,5224578.0,conda-forge/jira,jira,https://pypi.org/project/jira,2023-06-29 11:33:03.501,1095.0,5219358.0,https://anaconda.org/conda-forge/jira,2023-06-29 17:00:06.361,114648.0,2.0,,,,,,,,,,,,,,,,,, +93,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,2023-08-10 10:21:16.000,2023-08-10 10:21:10,1664.0,681.0,122.0,430.0,9.0,278.0,1701.0,A Python module for communicating with the Twilio API and generating TwiML.,37837.0,34288.0,135.0,36,True,,2023-07-13 15:34:03.723,8.5.0,295.0,13.0,,2573241.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2023-07-13 15:34:03.723,3549.0,2569011.0,https://anaconda.org/conda-forge/twilio,2023-07-13 18:04:05.866,165008.0,2.0,,,,,,,,,,,,,,,,,, +94,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,2023-08-01 06:57:55.000,2023-07-15 21:20:29,464.0,212.0,46.0,112.0,18.0,172.0,1698.0,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",22041.0,20881.0,46.0,36,True,,2023-05-20 00:36:03.051,3.4.4,53.0,12.0,,6258291.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2023-05-20 00:36:03.051,1160.0,6253448.0,https://anaconda.org/conda-forge/tldextract,2023-06-16 13:22:23.615,406839.0,1.0,,,,,,,,,,,,,,,,,, +95,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,2023-08-15 11:11:25.000,2023-08-15 11:11:24,1298.0,318.0,47.0,151.0,72.0,164.0,1668.0,Parse feeds in Python.,77142.0,69672.0,55.0,36,True,,2022-05-21 13:54:10.000,6.0.10,23.0,33.0,,2108240.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2022-05-21 13:54:10.000,7470.0,2094165.0,https://anaconda.org/conda-forge/feedparser,2023-06-16 19:19:23.894,548937.0,1.0,,,,,,,,,,,,,,,,,, +96,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,2023-08-02 02:45:49.000,2023-08-02 02:45:42,656.0,230.0,28.0,158.0,9.0,354.0,1436.0,An open source Flask extension that provides JWT support (with batteries included)!.,30716.0,30048.0,92.0,36,True,['flask'],2023-05-26 19:18:02.544,4.5.2,89.0,19.0,,4218766.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2023-05-26 19:18:02.544,668.0,4216290.0,https://anaconda.org/conda-forge/flask-jwt-extended,2023-06-16 13:24:44.212,173347.0,2.0,,,,,,,,,,,,,,,,,, +97,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,2023-08-17 14:28:55.000,2023-08-17 10:51:13,1459.0,392.0,38.0,665.0,14.0,324.0,1403.0,Python library for the Stripe API.,36807.0,34799.0,129.0,36,True,,2023-08-16 23:19:36.000,6.0.0,315.0,22.0,,2175781.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2023-08-16 23:23:04.000,2008.0,2175463.0,https://anaconda.org/anaconda/stripe,2023-06-16 13:06:07.020,29656.0,2.0,,,,,,,,,,,,,,,,,, +98,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,2023-08-16 00:06:25.000,2023-08-01 07:49:59,795.0,309.0,31.0,256.0,42.0,293.0,1388.0,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",200626.0,184236.0,99.0,36,True,['flask'],2023-01-17 19:28:30.000,1.1.1,47.0,19.0,,5046686.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023-01-17 19:28:02.711,16390.0,5044612.0,https://anaconda.org/conda-forge/flask-wtf,2023-06-16 13:18:03.568,176351.0,2.0,,,,,,,,,,,,,,,,,, +99,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,2023-08-17 16:02:49.000,2023-08-17 16:02:49,1465.0,475.0,37.0,1812.0,219.0,1215.0,1345.0,OpenTelemetry Python API and SDK.,5702.0,5698.0,198.0,36,True,,2023-07-18 10:20:43.208,0.3.1,50.0,34.0,,60245.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023-07-18 10:20:43.208,4.0,52099.0,https://anaconda.org/conda-forge/opentelemetry-api,2023-07-13 15:58:07.258,285110.0,1.0,,,,,,,,,,,,,,,,,, +100,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,2023-08-17 04:10:13.000,2023-08-17 04:10:12,1586.0,157.0,24.0,584.0,7.0,281.0,1339.0,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",7319.0,6842.0,77.0,36,True,,2023-07-10 14:49:02.947,8.3.0,101.0,57.0,,890904.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2023-07-10 14:49:02.947,477.0,884986.0,https://anaconda.org/conda-forge/webargs,2023-07-10 15:27:32.961,207139.0,2.0,,,,,,,,,,,,,,,,,, +101,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2023-08-10 16:35:23.000,2023-07-29 15:46:41,2205.0,418.0,55.0,728.0,99.0,425.0,830.0,A Python wrapper around the OpenSSL library.,15501.0,,109.0,36,True,,2023-05-31 03:22:14.751,23.2.0,33.0,11.0,,63778564.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2023-05-31 03:22:14.751,15501.0,63359566.0,https://anaconda.org/conda-forge/pyopenssl,2023-06-16 13:23:45.002,34357913.0,2.0,,,,,,,,,,,,,,,,,, +102,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2023-07-28 19:39:40.000,2023-06-08 21:04:06,2404.0,1025.0,244.0,852.0,451.0,815.0,9930.0,Python Serverless Microframework for AWS.,2779.0,2620.0,197.0,35,True,,2023-06-05 16:58:01.834,1.29.0,88.0,9.0,,227711.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2023-06-05 16:58:01.834,159.0,223787.0,https://anaconda.org/conda-forge/chalice,2023-06-05 19:49:52.398,188397.0,1.0,,,,,,,,,,,,,,,,,, +103,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,2023-08-09 08:53:35.000,2023-07-14 11:53:30,8933.0,2120.0,268.0,2673.0,89.0,1388.0,5823.0,Domain-driven e-commerce for Django.,1285.0,1012.0,349.0,35,True,['django'],2022-12-23 15:54:06.000,3.2,141.0,28.0,,13808.0,,django-oscar,https://pypi.org/project/django-oscar,2022-06-24 08:35:05.000,273.0,13808.0,,,,1.0,,,,,,,,,,,,,,,,,, +104,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,2023-08-16 03:32:17.000,2023-06-14 15:47:48,1299.0,784.0,161.0,685.0,107.0,1144.0,5696.0,Developer-friendly asynchrony for Django.,1340.0,10.0,254.0,35,True,['django'],2023-02-03 17:50:28.135,3.0.5,66.0,3.0,,708000.0,conda-forge/channels,channels,https://pypi.org/project/channels,2023-02-03 17:50:28.135,1330.0,704009.0,https://anaconda.org/conda-forge/channels,2023-06-16 19:18:51.880,159667.0,1.0,,,,,,,,,,,,,,,,,, +105,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,2023-08-14 07:00:58.000,2023-08-14 07:00:58,1766.0,733.0,116.0,685.0,66.0,623.0,4758.0,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,132880.0,124839.0,225.0,35,True,['django'],2023-02-13 19:12:03.000,2.0,40.0,7.0,,750572.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2023-02-13 19:16:14.573,8041.0,749423.0,https://anaconda.org/conda-forge/django-crispy-forms,2023-06-16 13:22:16.156,82736.0,3.0,,,,,,,,,,,,,,,,,, +106,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,2023-08-17 11:45:25.000,2023-07-01 09:08:21,1420.0,734.0,87.0,784.0,105.0,831.0,4269.0,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,10408.0,9685.0,213.0,35,True,['openapi'],2023-01-25 17:04:57.156,2.14.2,147.0,6.0,,3755302.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2023-04-24 17:01:02.192,723.0,3752082.0,https://anaconda.org/conda-forge/connexion,2023-06-16 13:24:18.026,238299.0,1.0,,,,,,,,,,,,,spec-first/connexion,,,,, +107,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,2023-07-15 04:59:43.000,2023-07-15 04:59:43,1238.0,845.0,168.0,635.0,18.0,731.0,3683.0,Slack Developer Kit for Python.,181.0,1.0,160.0,35,True,,2023-04-28 07:13:03.000,3.21.3,100.0,11.0,397.0,9949258.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2023-04-28 07:12:06.382,180.0,9945687.0,https://anaconda.org/conda-forge/slack-sdk,2023-06-16 19:24:56.765,106955.0,2.0,,,,,,,,,,,,,,,,,, +108,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,2023-08-17 13:15:00.000,2023-08-17 13:15:00,1258.0,751.0,68.0,533.0,182.0,603.0,2879.0,OAuth2 goodies for the Djangonauts!.,1050.0,,230.0,35,True,['django'],2023-05-31 21:05:41.654,2.3.0,44.0,12.0,,460821.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2023-05-31 21:05:41.654,1050.0,460821.0,,,,2.0,,,,,,,,,,,,,,,,,, +109,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,2023-07-17 17:03:28.000,2023-03-02 22:09:52,588.0,295.0,36.0,254.0,58.0,168.0,2801.0,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,176993.0,176993.0,84.0,35,True,['django'],2023-03-02 22:11:27.000,0.10.0,16.0,,15.0,1498515.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,,,1466530.0,https://anaconda.org/conda-forge/django-environ,2023-07-09 03:47:55.733,63970.0,1.0,,,,,,,,,,,,,,,,,, +110,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,2023-08-01 14:26:50.000,2023-06-16 13:34:47,964.0,349.0,46.0,298.0,113.0,168.0,2496.0,Django model mixins and utilities.,21952.0,21952.0,132.0,35,True,['django'],2023-06-16 06:13:31.000,4.3.1,6.0,14.0,,1108327.0,,django-model-utils,https://pypi.org/project/django-model-utils,,,1108327.0,,,,1.0,,,,,,,,,,,,,,,,,, +111,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,2023-08-14 16:59:02.000,2023-08-14 02:59:00,1029.0,439.0,61.0,230.0,83.0,211.0,2494.0,markdown2: A fast and complete implementation of Markdown in Python.,21015.0,18606.0,72.0,35,True,,2023-07-25 03:27:17.000,2.4.10,51.0,38.0,,2752491.0,,markdown2,https://pypi.org/project/markdown2,2023-07-25 03:27:17.000,2409.0,2752491.0,,,,2.0,,,,,,,,,,,,,,,,,, +112,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,2023-07-28 09:34:11.000,2023-03-17 12:05:15,1472.0,565.0,70.0,356.0,425.0,671.0,1811.0,A Python SOAP client.,7678.0,7036.0,140.0,35,True,,2023-07-20 15:31:54.183,0.0.1,65.0,,,8464384.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2022-11-20 20:39:08.463,642.0,8461869.0,https://anaconda.org/conda-forge/zeep,2023-06-16 13:24:15.406,193718.0,2.0,,,,,,,,,,,,,,,,,, +113,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,2023-08-14 23:15:29.000,2023-08-14 23:13:07,1127.0,210.0,13.0,278.0,61.0,720.0,1788.0,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,60308.0,60255.0,101.0,35,True,['openapi'],2023-07-23 21:23:35.000,0.26.4,60.0,40.0,,1183165.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2023-07-23 21:21:48.000,53.0,1182254.0,https://anaconda.org/conda-forge/drf-spectacular,2023-07-24 00:41:43.845,20957.0,1.0,,,,,,,,,,,,,,,,,, +114,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,2023-08-14 20:58:54.000,2023-08-04 13:52:17,4470.0,352.0,54.0,233.0,248.0,1515.0,1698.0,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",21864.0,11519.0,141.0,35,True,,2023-07-20 15:14:02.924,3.1.1,119.0,1.0,,966505.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2022-07-17 20:42:13.606,10345.0,966290.0,https://anaconda.org/anaconda/cherrypy,2023-06-16 13:06:07.509,20061.0,2.0,,,,,,,,,,,,,,,,,, +115,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2023-08-12 20:00:12.000,2023-08-04 13:44:47,2229.0,679.0,146.0,827.0,70.0,953.0,1258.0,Web testing library for Robot Framework.,3830.0,3830.0,114.0,35,True,,2023-08-04 13:38:47.000,6.1.1,52.0,29.0,3566.0,647693.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,,,645676.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2023-08-04 15:07:13.585,73332.0,2.0,,,,,,,,,,,,,,,,,, +116,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,2023-08-15 15:59:20.000,2023-08-15 15:59:19,1633.0,166.0,25.0,589.0,32.0,236.0,1045.0,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,16717.0,9585.0,84.0,35,True,['openapi'],2023-03-10 08:20:45.086,6.3.0,111.0,12.0,,4141553.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2023-03-10 08:20:45.086,7132.0,4125925.0,https://anaconda.org/conda-forge/apispec,2023-06-25 18:51:49.542,593883.0,1.0,,,,,,,,,,,,,,,,,, +117,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2023-06-16 13:21:07.089,2018-09-07 21:33:19,1482.0,440.0,100.0,449.0,2.0,303.0,798.0,This is a Python library for accessing resources protected by OAuth 2.0.,97211.0,91357.0,89.0,35,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,,14341119.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5854.0,14331366.0,https://anaconda.org/conda-forge/oauth2client,2023-06-16 13:21:07.089,829073.0,2.0,,,,,,,,,,,,,,,,,, +118,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,2023-08-14 23:15:37.000,2023-08-14 23:15:30,202.0,231.0,39.0,98.0,5.0,132.0,687.0,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,44712.0,5.0,34.0,35,True,,2023-07-22 08:39:25.000,2023.7.22,57.0,7.0,,278688323.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2023-07-22 08:39:25.000,44707.0,276122649.0,https://anaconda.org/conda-forge/certifi,2023-07-22 11:17:50.578,97495642.0,2.0,,,,,,,,,,,,,,,,,, +119,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2023-06-16 13:17:06.741,2023-03-21 22:23:06,551.0,196.0,28.0,121.0,59.0,68.0,473.0,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",171380.0,155403.0,77.0,35,True,,2023-03-21 22:31:05.208,0.22.0,39.0,,,31038945.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2023-03-21 22:31:05.208,15977.0,31009024.0,https://anaconda.org/conda-forge/httplib2,2023-06-16 13:17:06.741,2633125.0,2.0,,,,,,,,,,,,,,,,,, +120,spotipy,plamere/spotipy,third-party-apis,,https://github.com/spotipy-dev/spotipy,https://github.com/spotipy-dev/spotipy,MIT,2014-04-05 13:11:25.000,2023-08-17 06:05:10.000,2023-05-02 21:26:40,632.0,914.0,78.0,412.0,105.0,500.0,4537.0,A light weight Python library for the Spotify Web API.,21148.0,20523.0,177.0,34,True,,2023-04-07 17:46:10.000,2.23.0,48.0,,,225884.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2022-06-18 22:10:01.000,625.0,225511.0,https://anaconda.org/conda-forge/spotipy,2023-06-16 19:25:00.895,11205.0,2.0,,,,,,,,,,,,,spotipy-dev/spotipy,,,,, +121,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,2023-08-16 10:00:52.000,2023-08-11 15:24:58,943.0,744.0,72.0,596.0,136.0,661.0,4119.0,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",13947.0,13448.0,213.0,34,True,"['django', 'graphql']",2023-08-09 22:13:20.000,3.1.5,63.0,33.0,,432583.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2023-08-09 22:13:20.000,499.0,431819.0,https://anaconda.org/conda-forge/graphene-django,2023-08-10 00:37:37.441,29032.0,2.0,,,,,,,,,,,,,,,,,, +122,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,2023-06-08 08:22:40.000,2023-04-11 00:57:44,1290.0,1308.0,125.0,832.0,409.0,522.0,3864.0,Creating delicious APIs for Django apps since 2010.,7923.0,5390.0,200.0,34,True,['django'],2023-01-26 00:16:26.000,0.14.5,26.0,,,64155.0,,django-tastypie,https://pypi.org/project/django-tastypie,2023-01-24 18:15:52.586,2533.0,64155.0,,,,3.0,,,,,,,,,,,,,,,,,, +123,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,2023-08-08 20:55:46.000,2023-08-08 20:55:44,532.0,742.0,68.0,401.0,92.0,402.0,3500.0,Python client for the Prometheus monitoring system.,748.0,,134.0,34,True,,2023-07-10 21:21:10.669,0.17.1,47.0,16.0,,24179353.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2023-07-10 21:21:10.669,748.0,23854805.0,https://anaconda.org/conda-forge/prometheus_client,2023-07-10 23:43:43.209,12657382.0,2.0,,,,,,,,,,,,,,,,,, +124,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2023-08-17 02:39:14.000,2023-08-17 02:39:10,8057.0,824.0,124.0,999.0,3.0,783.0,3471.0,Pythons best framework for browser automation and testing.,794.0,787.0,36.0,34,True,,2023-08-16 02:16:54.000,4.17.7,845.0,296.0,,415632.0,,seleniumbase,https://pypi.org/project/seleniumbase,2023-08-16 02:16:54.000,7.0,415632.0,,,,2.0,,,,,,,,,,,,,,,,,, +125,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017-11-29 10:30:22.000,2023-07-21 13:46:18.000,2023-07-20 14:29:45,530.0,427.0,33.0,251.0,237.0,404.0,3144.0,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,92874.0,92493.0,66.0,34,True,"['openapi', 'django']",2023-07-20 13:47:31.000,1.21.7,62.0,1.0,,1789258.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2023-07-20 13:47:31.000,381.0,1789077.0,https://anaconda.org/conda-forge/drf-yasg,2023-06-16 19:21:08.460,6714.0,2.0,,,,,,,,,,,,,,,,,, +126,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2023-08-16 02:10:11.000,2023-08-16 02:10:10,2217.0,510.0,96.0,669.0,59.0,469.0,2650.0,splinter - python test framework for web applications.,7527.0,6449.0,177.0,34,True,,2023-01-17 23:36:01.122,0.19.0,49.0,12.0,,77455.0,,splinter,https://pypi.org/project/splinter,2023-01-17 23:36:01.122,1078.0,77455.0,,,,2.0,,,,,,,,,,,,,,,,,, +127,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,2023-06-14 11:29:38.363,2023-06-14 07:25:55,3332.0,770.0,104.0,736.0,181.0,704.0,2437.0,WebSocket and WAMP in Python for Twisted and asyncio.,29004.0,27047.0,132.0,34,True,,2023-07-20 16:17:16.961,0.12.0,155.0,2.0,,1091731.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023-06-14 07:28:02.363,1957.0,1080117.0,https://anaconda.org/conda-forge/autobahn,2023-06-14 11:29:38.363,441343.0,2.0,,,,,,,,,,,,,,,,,, +128,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2023-08-09 08:43:22.000,2023-07-03 15:56:34,915.0,450.0,38.0,310.0,169.0,300.0,2325.0,REST implementation of Django authentication system.,20070.0,19852.0,108.0,34,True,['django'],2023-04-16 11:43:00.533,2.2.0,50.0,29.0,,191779.0,,djoser,https://pypi.org/project/djoser,2020-10-30 15:52:25.000,218.0,191779.0,,,,2.0,,,,,,,,,,,,,,,,,, +129,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2023-06-27 14:27:03.924,2023-06-27 14:21:08,1679.0,172.0,40.0,628.0,49.0,250.0,2058.0,Python library for implementing GraphQL servers using schema-first approach.,1363.0,1318.0,69.0,34,True,['graphql'],2023-06-27 14:27:03.924,0.20.1,47.0,57.0,,241414.0,,ariadne,https://pypi.org/project/ariadne,2023-06-27 14:27:03.924,45.0,241414.0,,,,2.0,,,,,,,,,,,,,,,,,, +130,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,2023-08-16 03:30:48.000,2023-08-16 03:30:17,887.0,206.0,22.0,1115.0,80.0,270.0,1776.0,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",899.0,845.0,87.0,34,True,['openapi'],2023-08-09 18:40:01.000,0.21.4,172.0,93.0,,537784.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2023-08-09 18:40:01.000,54.0,537784.0,,,,2.0,,,,,,,,,,,,,,,,,, +131,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,2023-08-09 16:09:05.000,2023-08-09 16:09:04,567.0,311.0,24.0,358.0,11.0,198.0,1399.0,A django model and form field for normalised phone numbers using python-phonenumbers.,22895.0,22030.0,114.0,34,True,['django'],2023-04-26 20:45:01.333,7.1.0,33.0,6.0,13.0,752843.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023-04-26 20:45:01.333,865.0,752843.0,,,,2.0,,,,,,,,,,,,,,,,,, +132,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,2023-08-15 14:39:01.000,2023-08-15 13:11:14,278.0,203.0,33.0,134.0,5.0,85.0,1382.0,Use Database URLs in your Django Application.,264862.0,243939.0,68.0,34,True,['django'],2023-08-15 14:39:01.000,2.1.0,18.0,4.0,,1128440.0,,dj-database-url,https://pypi.org/project/dj-database-url,2023-08-15 14:39:01.000,20923.0,1128440.0,,,,2.0,,,,,,,,,,,,,jazzband/dj-database-url,,,,, +133,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2023-06-16 16:07:27.834,2023-04-06 05:12:58,981.0,159.0,37.0,188.0,20.0,207.0,1280.0,Waitress - A WSGI server for Python 3.,150705.0,147090.0,51.0,34,False,,2022-05-30 21:53:26.000,2.1.2,49.0,,,4096139.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2022-05-30 21:48:04.564,3615.0,4093761.0,https://anaconda.org/conda-forge/waitress,2023-06-16 16:07:27.834,149874.0,2.0,,,,,,,,,,,,,,,,,, +134,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2023-07-17 05:15:25.000,2019-09-20 02:47:40,230.0,262.0,50.0,61.0,57.0,63.0,1168.0,A SOCKS proxy client and wrapper for Python.,134472.0,130805.0,32.0,34,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,,13666852.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3667.0,13228903.0,https://anaconda.org/conda-forge/pysocks,2023-06-16 13:22:53.016,36787747.0,2.0,,,,,,,,,,,,,,,,,, +135,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,2023-08-14 18:26:04.000,2023-08-14 18:26:04,1707.0,251.0,9.0,1733.0,17.0,328.0,794.0,Extensions for Python Markdown.,23247.0,23069.0,43.0,34,True,,2023-07-13 18:01:54.000,10.1.0,80.0,16.0,,1939724.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2023-07-13 18:05:07.431,178.0,1935518.0,https://anaconda.org/conda-forge/pymdown-extensions,2023-07-13 22:01:57.000,151445.0,2.0,,,,,,,,,,,,,,,,,, +136,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2020-01-30 12:41:11.000,2023-08-13 10:19:56.000,2023-08-13 10:19:56,469.0,70.0,25.0,588.0,16.0,133.0,352.0,A minimal HTTP client.,62023.0,61874.0,39.0,34,True,,2023-07-05 12:10:02.440,0.17.3,53.0,32.0,,25590499.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2023-07-05 12:10:02.440,149.0,25573435.0,https://anaconda.org/conda-forge/httpcore,2023-07-06 03:01:34.660,665514.0,2.0,,,,,,,,,,,,,,,,,, +137,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2023-08-17 01:54:22.000,2023-08-17 01:54:22,268.0,80.0,15.0,70.0,2.0,75.0,217.0,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1425241.0,1386477.0,22.0,34,True,,,,27.0,19.0,,222001124.0,conda-forge/idna,idna,https://pypi.org/project/idna,2022-09-19 21:36:30.273,38764.0,221579405.0,https://anaconda.org/conda-forge/idna,2023-06-16 13:21:56.407,35424419.0,2.0,,,,,,,,,,,,,,,,,, +138,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2023-08-17 14:18:51.000,2023-08-17 13:33:15,2540.0,2210.0,286.0,659.0,315.0,1402.0,20774.0,OpenAPI/Swagger-generated API Reference Documentation.,5116.0,5116.0,215.0,33,True,['openapi'],2023-08-17 14:10:26.000,2.1.0,85.0,17.0,91.0,1.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +139,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,2023-08-15 17:19:45.000,2023-04-03 17:09:56,462.0,905.0,275.0,161.0,168.0,217.0,13285.0,Pythonic HTML Parsing for Humans.,11766.0,11766.0,66.0,33,True,,2019-02-18 21:38:41.000,0.10.0,1.0,,,713029.0,,requests-html,https://pypi.org/project/requests-html,,,713029.0,,,,2.0,,,,,,,,,,,,,,,,,, +140,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2023-08-10 23:33:49.000,2018-11-07 20:31:50,841.0,1770.0,238.0,328.0,181.0,243.0,11896.0,"HTTP Request & Response Service, written in Python + Flask.",1752.0,1197.0,108.0,33,False,['flask'],2023-08-10 23:33:49.000,0.10.0,14.0,,,43755.0,,httpbin,https://pypi.org/project/httpbin,2023-08-10 23:33:49.000,555.0,43755.0,,,,2.0,,,,,,,,,,,,,,,,,, +141,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2023-07-30 11:46:51.000,2023-07-01 09:52:57,2400.0,815.0,201.0,630.0,11.0,949.0,9595.0,thumbor is an open-source photo thumbnail service by globo.com.,550.0,341.0,197.0,33,True,,2023-07-07 06:41:07.486,7.5.2,110.0,7.0,,11194.0,,thumbor,https://pypi.org/project/thumbor,2022-12-20 01:31:56.417,209.0,11194.0,,,,2.0,,,,,,,,,,,,,,,,,, +142,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,2023-08-02 14:19:24.000,2023-07-10 07:05:49,3393.0,754.0,228.0,534.0,24.0,949.0,6627.0,REST API framework designed for human beings.,1475.0,1095.0,214.0,33,True,,2023-03-14 08:50:44.188,2.1.0,53.0,6.0,,10599.0,,eve,https://pypi.org/project/eve,2022-06-08 13:51:50.000,380.0,10599.0,,,,3.0,5.0,,,,,,,,,,,,,,,,, +143,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,2023-07-26 23:36:54.924,2023-07-26 18:14:41,461.0,900.0,108.0,122.0,10.0,1548.0,5096.0,Socket.IO integration for Flask applications.,2368.0,10.0,69.0,33,True,['flask'],2023-07-26 18:14:38.000,5.3.5,87.0,4.0,,857428.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2023-07-26 18:14:38.000,2358.0,848299.0,https://anaconda.org/conda-forge/flask-socketio,2023-07-26 23:36:54.924,337794.0,2.0,6.0,,,,,,,,,,,,,,,,, +144,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,2023-08-17 14:54:45.000,2023-08-17 14:50:14,897.0,289.0,68.0,221.0,191.0,365.0,4789.0,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",1563.0,1545.0,95.0,33,True,,2023-06-08 15:45:00.713,0.22.2,52.0,64.0,,152813.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2023-08-17 14:54:45.000,18.0,152408.0,https://anaconda.org/conda-forge/django-ninja,2023-06-18 08:40:31.826,7710.0,2.0,,,,,,,,,,,,,,,,,, +145,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,,2009-01-30 00:35:57.000,2023-08-03 15:04:11.000,2023-05-23 06:37:03,1284.0,706.0,73.0,717.0,48.0,746.0,4112.0,A generic system for filtering Django QuerySets based on user selections.,136153.0,136153.0,197.0,33,False,['django'],2023-04-23 17:35:23.000,23.1,23.0,1.0,,3208764.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,,,3207342.0,https://anaconda.org/conda-forge/django-filter,2023-06-16 13:23:02.579,115255.0,2.0,,,,,,,,,,,,,,,,,, +146,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2023-08-10 19:28:53.000,2023-08-10 19:28:53,11809.0,891.0,161.0,2683.0,73.0,976.0,3831.0,Pyramid - A Python web framework.,16093.0,13227.0,347.0,33,False,,2023-01-30 01:11:32.638,2.0.1,150.0,2.0,,2747558.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023-01-30 01:11:32.638,2862.0,2747496.0,https://anaconda.org/anaconda/pyramid,2023-06-16 13:05:11.275,5855.0,3.0,,,,,,,,,,,,,,4.0,,,, +147,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2023-08-17 07:29:07.000,2023-08-17 05:41:46,59431.0,851.0,89.0,4380.0,414.0,4427.0,3726.0,Web based localization tool with tight version control integration.,40.0,29.0,1555.0,33,True,,2023-06-30 12:25:08.000,weblate-4.18.2,109.0,1463.0,3981.0,3570.0,,weblate,https://pypi.org/project/weblate,2023-01-25 17:03:32.107,11.0,3489.0,,,,2.0,,,,,,,,,,,,,,,,,, +148,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2023-08-15 12:16:31.000,2023-08-15 12:16:29,1752.0,481.0,62.0,305.0,18.0,794.0,3725.0,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1415.0,1321.0,115.0,33,True,,2023-06-25 20:57:02.350,4.2.2,58.0,51.0,,42751.0,,pywebview,https://pypi.org/project/pywebview,2023-06-25 20:57:02.350,94.0,42751.0,,,,2.0,,,,,,,,,,,,,,,,,, +149,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2023-08-17 14:58:49.000,2023-08-17 14:57:52,1928.0,309.0,52.0,1643.0,67.0,586.0,3682.0,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",1239.0,1211.0,88.0,33,True,['openapi'],2023-08-17 14:12:57.000,5.3.0,187.0,42.0,790525.0,210141.0,,,,,,,,,,2.0,,,,,,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,198343.0,,,,2023-07-28 18:18:05.419,28.0,, +150,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,2023-08-17 13:28:31.000,2023-08-17 08:30:08,2113.0,269.0,118.0,640.0,203.0,773.0,3644.0,Realtime Web Apps and Dashboards for Python and R.,200.0,,49.0,33,True,,2023-08-03 10:26:49.000,0.26.2,54.0,118.0,1807892.0,66329.0,,wave,https://pypi.org/project/wave,2011-01-09 22:48:14.000,200.0,18753.0,,,,2.0,,,,,,,,,,,,,,,,,, +151,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,2023-08-15 20:29:51.859,2023-08-15 14:45:49,1892.0,650.0,95.0,322.0,8.0,694.0,3466.0,A jazzy skin for the Django Admin-Interface (official repository).,7456.0,5750.0,83.0,33,True,['django'],2023-08-15 14:49:31.000,3.0.7,78.0,4.0,,161240.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2023-08-15 14:49:31.000,1706.0,157440.0,https://anaconda.org/conda-forge/django-grappelli,2023-08-15 20:29:51.859,125400.0,2.0,,,,,,,,,,,,,,,,,, +152,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,,2009-01-29 20:23:57.000,2023-08-15 14:32:45.000,2023-08-15 14:32:41,1841.0,1212.0,112.0,704.0,428.0,746.0,3456.0,Modular search for Django.,9165.0,9165.0,209.0,33,False,['django'],2021-08-27 00:27:32.000,3.1.0,11.0,10.0,,103579.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,,,103492.0,https://anaconda.org/conda-forge/django-haystack,2023-06-16 16:08:42.206,5531.0,2.0,,,,,,,,,,,,,,,,,, +153,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,2023-08-07 06:45:50.000,2022-03-25 21:42:47,1062.0,554.0,83.0,351.0,150.0,322.0,3423.0,Per object permissions for Django.,8046.0,6098.0,159.0,33,False,['django'],2021-05-23 22:11:22.000,2.4.0,43.0,,,454131.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1948.0,453482.0,https://anaconda.org/conda-forge/django-guardian,2023-06-16 13:23:00.573,48029.0,2.0,,,,,,,,,,,,,,,,,, +154,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/fake-useragent/fake-useragent,https://github.com/fake-useragent/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000,2023-08-14 08:58:16.000,2023-08-10 23:25:07,311.0,508.0,63.0,85.0,,113.0,3128.0,Up-to-date simple useragent faker with real world database.,23456.0,22516.0,14.0,33,True,,2023-08-02 14:07:21.000,1.2.1,30.0,21.0,,1674864.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2023-08-02 14:07:21.000,940.0,1674310.0,https://anaconda.org/conda-forge/fake-useragent,2023-08-02 15:49:06.822,14428.0,2.0,,,,,,,,,,,,,fake-useragent/fake-useragent,,,,, +155,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2023-07-28 02:07:25.779,2023-07-27 23:44:23,213.0,298.0,53.0,64.0,4.0,83.0,2585.0,Python One-Time Password Library.,10993.0,10388.0,40.0,33,True,,2023-07-27 23:41:01.000,2.9.0,24.0,3.0,253.0,5415423.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,605.0,5414261.0,https://anaconda.org/conda-forge/pyotp,2023-07-28 02:07:25.779,41734.0,2.0,,,,,,,,,,,,,,,,,, +156,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,2023-07-23 18:31:37.000,2023-06-28 18:59:37,1023.0,693.0,107.0,594.0,4.0,291.0,2321.0,Bootstrap 3 integration with Django.,22439.0,18454.0,99.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,99.0,29.0,,85585.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2023-06-28 04:34:01.228,3985.0,85201.0,https://anaconda.org/conda-forge/django-bootstrap3,2023-06-16 13:24:31.399,27296.0,2.0,,,,,,,,,,,,,,,,,, +157,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2023-08-15 08:36:33.000,2023-08-15 08:36:31,745.0,138.0,23.0,287.0,33.0,210.0,2281.0,Radically simplified static file serving for Python web apps.,13363.0,,64.0,33,True,,2023-06-16 15:04:02.270,6.5.0,51.0,20.0,,1956736.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023-06-16 15:04:02.270,13363.0,1954407.0,https://anaconda.org/conda-forge/whitenoise,2023-06-16 16:49:52.891,79193.0,3.0,,,,,,,,,,,,,,,,,, +158,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,2023-07-24 12:19:19.000,2023-07-24 12:19:19,1066.0,615.0,71.0,311.0,125.0,267.0,2061.0,A library for converting HTML into PDFs using ReportLab.,12772.0,11938.0,155.0,33,True,,2023-05-07 15:58:17.000,0.2.11,27.0,2.0,6.0,582739.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2023-05-07 15:58:03.115,834.0,580318.0,https://anaconda.org/conda-forge/xhtml2pdf,2023-07-19 02:05:58.812,87180.0,2.0,,,,,,,,,,,,,,,,,, +159,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,2023-08-16 11:52:16.000,2023-06-01 10:29:42,2396.0,457.0,66.0,490.0,203.0,638.0,1709.0,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4484.0,3737.0,193.0,33,True,['django'],2023-05-12 16:00:39.776,3.9.7,221.0,1.0,,283729.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2023-05-24 08:55:02.414,747.0,283729.0,,,,2.0,,,,,,,,,,,,,,,,,, +160,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,2023-07-17 21:13:14.000,2023-06-27 09:40:34,1426.0,417.0,55.0,363.0,77.0,493.0,1699.0,django-tables2 - An app for creating HTML tables.,7358.0,6464.0,145.0,33,True,['django'],2023-06-27 09:43:01.678,2.6.0,125.0,3.0,,233615.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023-06-27 09:43:01.678,894.0,233400.0,https://anaconda.org/conda-forge/django-tables2,2023-06-16 19:26:11.100,5594.0,2.0,,,,,,,,,,,,,,,,,, +161,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,2023-08-15 06:45:26.000,2023-08-15 06:45:26,1034.0,473.0,38.0,329.0,114.0,299.0,1690.0,Thumbnails for Django.,13219.0,13219.0,158.0,33,True,['django'],2022-08-29 17:21:52.000,12.9.0,6.0,21.0,,147216.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,,,147057.0,https://anaconda.org/conda-forge/sorl-thumbnail,2023-06-16 19:21:11.457,5734.0,2.0,,,,,,,,,,,,,,,,,, +162,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,2023-08-09 09:55:47.000,2023-03-03 15:43:58,1609.0,279.0,48.0,313.0,82.0,175.0,1049.0,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15247.0,,65.0,33,True,,2017-12-07 14:10:04.000,1.0.1,27.0,,,17424165.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15247.0,17377254.0,https://anaconda.org/conda-forge/html5lib,2023-06-16 13:22:43.827,3706044.0,2.0,7.0,,,,,,,,,,,,,,,,, +163,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,2023-06-28 12:32:29.000,2023-06-28 12:15:08,1169.0,258.0,39.0,489.0,20.0,140.0,1005.0,Bootstrap 4 integration with Django.,133842.0,132845.0,138.0,33,True,['django'],2021-05-20 08:44:02.000,3.0.1,27.0,20.0,,170509.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2022-03-07 10:16:50.000,997.0,170127.0,https://anaconda.org/conda-forge/django-bootstrap4,2023-06-16 16:13:38.994,24893.0,2.0,,,,,,,,,,,,,,,,,, +164,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,2023-08-08 15:31:37.000,2023-08-08 15:30:27,3305.0,288.0,47.0,459.0,8.0,344.0,995.0,PycURL - Python interface to libcurl.,61145.0,56823.0,100.0,33,False,,2022-12-16 19:44:33.490,7.45.2,55.0,15.0,,1163149.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2022-12-16 19:44:33.490,4322.0,1130585.0,https://anaconda.org/conda-forge/pycurl,2023-06-16 16:15:06.468,1660781.0,3.0,,,,,,,,,,,,,,,,,, +165,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,2023-08-14 16:56:15.000,2023-07-05 14:51:52,308.0,54.0,17.0,222.0,22.0,51.0,510.0,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",41599.0,41599.0,25.0,33,True,,2023-06-03 06:33:35.000,3.0.0,41.0,27.0,,31565781.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,,,31509362.0,https://anaconda.org/conda-forge/markdown-it-py,2023-06-07 22:00:26.242,2313183.0,3.0,,,,,,,,,,,,,,,,,, +166,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2016-07-05 15:04:03.129,2023-06-16 13:18:04.250,2023-01-03 17:53:44,931.0,48.0,12.0,37.0,65.0,274.0,275.0,Mako Templates for Python.,204173.0,189949.0,59.0,33,True,,2022-11-15 14:39:00.630,1.2.4,66.0,,,28198657.0,conda-forge/mako,mako,https://pypi.org/project/mako,2022-11-15 14:39:00.630,14224.0,28136990.0,https://anaconda.org/conda-forge/mako,2023-06-16 13:18:04.250,5241699.0,2.0,,,,,,,,,,,,,,,,,, +167,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2023-06-16 16:13:38.824,2023-04-16 23:49:18,338.0,35.0,8.0,148.0,12.0,102.0,172.0,A modern CSS selector implementation for BeautifulSoup.,399052.0,396380.0,10.0,33,True,,2023-04-16 23:58:03.946,2.4.1,44.0,,,61607486.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2023-04-16 23:58:03.946,2672.0,61334433.0,https://anaconda.org/conda-forge/soupsieve,2023-06-16 16:13:38.824,15017940.0,1.0,,,,,,,,,,,,,,,,,, +168,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,2023-08-16 01:01:27.000,2023-08-03 14:43:33,431.0,43.0,41.0,296.0,18.0,85.0,40.0,Utilities for Google Media Downloads and Resumable Uploads.,115066.0,114511.0,33.0,33,False,,2023-04-24 19:03:03.026,2.5.0,44.0,8.0,,41052064.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023-04-24 19:03:03.026,555.0,40996923.0,https://anaconda.org/conda-forge/google-resumable-media,2023-06-16 13:22:08.210,4080452.0,2.0,,,,,,,,,,,,,,,,,, +169,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,2023-08-01 09:19:19.000,2021-07-07 19:50:15,299.0,1923.0,313.0,205.0,65.0,,12898.0,Command line interface for testing internet bandwidth using speedtest.net.,59248.0,58695.0,10.0,32,False,,2021-04-08 13:53:00.000,2.1.3,28.0,,,175971.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,553.0,175167.0,https://anaconda.org/conda-forge/speedtest-cli,2023-06-16 19:27:52.128,16890.0,2.0,,,,,,,,,,,,,,,,,, +170,Pattern,clips/pattern,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01.000,2023-07-12 09:12:48.000,2020-04-25 12:40:40,1434.0,1494.0,546.0,128.0,129.0,76.0,8533.0,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1619.0,1619.0,30.0,32,False,,,,1.0,,84.0,662569.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,,,662251.0,https://anaconda.org/conda-forge/pattern,2023-06-16 16:18:03.754,14329.0,1.0,,,,,,,,,,,,,,,,,, +171,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,2023-08-17 14:08:18.000,2023-08-17 14:06:35,4809.0,714.0,133.0,357.0,786.0,2883.0,8039.0,Command-line program to download image galleries and collections from several image hosting sites.,19.0,10.0,96.0,32,True,,2023-07-15 17:29:36.000,1.25.8,142.0,210.0,390629.0,61666.0,,gallery-dl,https://pypi.org/project/gallery-dl,2022-06-28 20:45:04.000,9.0,54564.0,,,,2.0,,,,,,,,,,,,,,,,,, +172,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,2023-08-10 09:42:50.000,2023-08-09 18:23:15,5105.0,614.0,135.0,326.0,190.0,1430.0,6001.0,The awesome document factory.,104.0,10.0,126.0,32,True,,2023-05-11 09:31:13.000,59.0,98.0,31.0,,955848.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2023-05-11 09:29:01.316,94.0,953223.0,https://anaconda.org/conda-forge/weasyprint,2023-06-16 16:16:10.254,128640.0,3.0,,,,,,,,,,,,,,,,,, +173,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,2023-08-14 20:17:34.000,2023-08-06 04:40:29,861.0,315.0,50.0,344.0,109.0,227.0,3958.0,Silky smooth profiling for Django.,4107.0,3956.0,142.0,32,True,['django'],2023-01-15 00:27:12.000,5.0.3,41.0,4.0,193.0,584082.0,,django-silk,https://pypi.org/project/django-silk,2023-01-15 00:25:47.298,151.0,584081.0,,,,2.0,,,,,,,,,,,,,,,,,, +174,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2023-08-09 00:38:23.000,2023-05-10 14:46:52,1319.0,768.0,172.0,408.0,45.0,312.0,3549.0,WeChat SDK for Python.,6540.0,6412.0,101.0,32,True,,2021-11-11 15:12:31.000,1.8.18,137.0,,,23169.0,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,128.0,23169.0,,,,2.0,,,,,,,,,,,,,,,,,, +175,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,2023-08-14 08:12:18.000,2023-08-10 21:39:06,613.0,613.0,55.0,324.0,149.0,312.0,3532.0,A JSON Web Token authentication plugin for the Django REST Framework.,347.0,,104.0,32,True,['django'],2023-08-11 10:54:55.000,5.3.0,43.0,11.0,,1437913.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2022-10-20 17:00:18.890,347.0,1437913.0,,,,2.0,,,,,,,,,,,,,,,,,, +176,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,2023-08-15 18:02:22.000,2023-08-15 18:02:17,561.0,544.0,61.0,162.0,36.0,737.0,3475.0,Python Socket.IO server and client.,1950.0,,65.0,32,True,,2023-03-16 22:46:23.869,5.8.0,89.0,6.0,,1631149.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2023-03-16 22:46:23.869,1950.0,1626184.0,https://anaconda.org/conda-forge/python-socketio,2023-06-16 13:22:56.390,412161.0,2.0,,,,,,,,,,,,,,,,,, +177,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,172.0,307.0,102.0,315.0,3392.0,A Python wrapper around the Twitter API.,8655.0,6931.0,171.0,32,False,,2018-09-29 23:52:35.000,3.5,23.0,,,60755.0,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1724.0,60755.0,,,,2.0,,,,,,,,,,,,,,,,,, +178,django-rest-framework-jwt,jpadilla/django-rest-framework-jwt,auth,,https://github.com/jpadilla/django-rest-framework-jwt,https://github.com/jpadilla/django-rest-framework-jwt,MIT,2014-01-16 04:54:06.000,2022-12-06 16:30:54.000,2019-08-13 02:11:02,369.0,639.0,81.0,190.0,163.0,187.0,3175.0,JSON Web Token Authentication support for Django REST Framework.,27054.0,25074.0,62.0,32,False,,2021-12-15 15:59:35.858,1.3.0,26.0,,,482954.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2017-06-23 23:47:52.000,1980.0,482954.0,,,,2.0,,,,,,,,,,,,,,,,,, +179,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,2023-08-16 07:22:30.000,2023-08-16 07:22:30,985.0,378.0,41.0,481.0,195.0,392.0,3164.0,A test fixtures replacement for Python.,805.0,,128.0,32,True,['django'],2023-07-19 09:04:00.000,3.3.0,43.0,10.0,,3014813.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2023-07-19 09:04:00.000,805.0,3011006.0,https://anaconda.org/conda-forge/factory_boy,2023-07-19 13:42:09.417,133279.0,2.0,,,,,,,,,,,,,,,,,, +180,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,19.0,643.0,2835.0,Social auth made simple.,8089.0,5813.0,283.0,32,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,,32458.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,32458.0,,,,2.0,,,,,,,,,,,,,,,,,, +181,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,2023-06-16 19:23:49.272,2023-04-22 10:13:29,635.0,768.0,117.0,152.0,118.0,337.0,2832.0,Pseudo API for Google Trends.,3941.0,3865.0,86.0,32,True,,2023-04-13 23:18:01.543,4.9.2,30.0,,,109615.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,76.0,109008.0,https://anaconda.org/conda-forge/pytrends,2023-06-16 19:23:49.272,20052.0,1.0,,,,,,,,,,,,,,,,,, +182,facebook-sdk,mobolic/facebook-sdk,third-party-apis,,https://github.com/mobolic/facebook-sdk,https://github.com/mobolic/facebook-sdk,Apache-2.0,2011-05-11 13:38:27.000,2023-07-09 08:26:26.000,2020-12-27 07:29:21,544.0,974.0,202.0,269.0,37.0,219.0,2692.0,Python SDK for Facebooks Graph API.,5912.0,4647.0,99.0,32,False,,2018-11-06 06:53:51.000,3.1.0,8.0,,,378540.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1265.0,378540.0,,,,2.0,,,,,,,,,,,,,,,,,, +183,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,2023-07-05 23:27:20.000,2023-06-14 12:15:45,305.0,303.0,48.0,170.0,25.0,156.0,2466.0,Transparently use webpack with django.,8922.0,8922.0,57.0,32,True,['django'],2023-06-14 12:17:25.000,2.0.1,22.0,6.0,,368651.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,,,368376.0,https://anaconda.org/conda-forge/django-webpack-loader,2023-06-27 11:35:31.675,7167.0,2.0,,,,,,,,,,,,,,,,,, +184,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000,2023-07-31 20:26:20.000,2023-07-31 20:26:15,491.0,183.0,65.0,67.0,53.0,132.0,2223.0,A jquery-like library for python.,23356.0,19994.0,53.0,32,True,,2022-12-28 14:35:51.514,2.0.0,36.0,5.0,,1748281.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022-12-28 14:35:51.514,3362.0,1747632.0,https://anaconda.org/conda-forge/pyquery,2023-06-16 13:23:09.494,45477.0,3.0,,,,,,,,,,,,,,,,,, +185,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,2023-08-11 17:28:56.000,2023-08-11 17:28:56,133.0,155.0,43.0,52.0,2.0,86.0,2058.0,Asynchronous Python HTTP Requests for Humans using Futures.,6660.0,5678.0,28.0,32,True,,2023-06-19 20:01:02.768,1.0.1,11.0,17.0,,1585928.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2023-06-19 20:01:02.768,982.0,1580327.0,https://anaconda.org/conda-forge/requests-futures,2023-06-20 13:15:11.629,201660.0,3.0,,,,,,,,,,,,,,,,,, +186,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,2023-08-17 00:10:13.000,2023-08-05 07:23:19,759.0,157.0,33.0,118.0,18.0,162.0,1478.0,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",3205.0,3161.0,33.0,32,True,['django'],2023-05-10 23:40:51.486,0.26.0,106.0,17.0,,71088.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2023-05-10 23:40:51.486,44.0,71088.0,,,,2.0,,,,,,,,,,,,,,,,,, +187,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,2023-08-15 14:43:21.000,2023-05-17 16:37:45,449.0,626.0,93.0,278.0,176.0,254.0,1478.0,A very simple Salesforce.com REST API client for Python.,214.0,,75.0,32,True,,2023-05-17 16:45:02.592,1.12.4,46.0,,,6812373.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2023-05-17 16:45:02.592,214.0,6811688.0,https://anaconda.org/conda-forge/simple-salesforce,2023-06-16 13:23:43.695,51410.0,2.0,,,,,,,,,,,,,,,,,, +188,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,2023-08-01 18:19:29.000,2023-07-26 13:24:06,1168.0,305.0,26.0,374.0,73.0,274.0,1472.0,Money fields for Django forms and models.,2657.0,2452.0,111.0,32,True,['django'],2023-07-03 14:52:00.962,3.2.0,64.0,4.0,,170607.0,,django-money,https://pypi.org/project/django-money,2018-05-19 17:01:36.000,205.0,170607.0,,,,2.0,,,,,,,,,,,,,,,,,, +189,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,2023-04-11 16:36:15.000,2023-04-11 16:36:15,1204.0,350.0,26.0,351.0,116.0,326.0,1471.0,Pipeline is an asset packaging library for Django.,2314.0,2314.0,175.0,32,True,['django'],2023-03-09 14:54:40.000,2.1.0,12.0,,,92408.0,,django-pipeline,https://pypi.org/project/django-pipeline,,,92408.0,,,,2.0,,,,,,,,,,,,,,,,,, +190,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,2023-08-15 08:24:13.000,2023-07-17 02:52:03,882.0,242.0,15.0,186.0,147.0,199.0,1365.0,Authentication for Django Rest Framework.,8939.0,8927.0,179.0,32,True,['django'],2023-05-21 03:13:00.433,4.0.1,44.0,5.0,345.0,230512.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2023-01-14 17:34:00.512,12.0,229789.0,https://anaconda.org/conda-forge/dj-rest-auth,2023-06-16 19:26:46.579,17891.0,2.0,,,,,,,,,,,,,,,,,, +191,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2023-07-24 09:17:20.000,2020-02-22 08:36:44,368.0,273.0,37.0,107.0,12.0,152.0,1156.0,A reusable Django model field for storing ad-hoc JSON data.,14371.0,12037.0,51.0,32,False,['django'],2020-02-22 08:42:29.000,3.1.0,34.0,,125.0,474389.0,,jsonfield,https://pypi.org/project/jsonfield,2020-02-22 08:42:29.000,2334.0,474388.0,,,,2.0,,,,,,,,,,,,,,,,,, +192,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2023-06-16 13:18:16.196,2021-05-01 12:22:50,1418.0,256.0,21.0,253.0,66.0,234.0,917.0,Asset management for Python web development.,8269.0,6565.0,157.0,32,False,,2017-01-08 13:48:21.000,0.12.1,14.0,,,224055.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1704.0,223350.0,https://anaconda.org/conda-forge/webassets,2023-06-16 13:18:16.196,58530.0,2.0,,,,,,,,,,,,,,,,,, +193,flask-cors,corydolphin/flask-cors,flask-utils,,https://github.com/corydolphin/flask-cors,https://github.com/corydolphin/flask-cors,MIT,2013-07-28 21:33:57.000,2023-07-29 16:50:30.000,2023-07-29 16:50:30,360.0,131.0,12.0,186.0,47.0,108.0,830.0,Cross Origin Resource Sharing ( CORS ) support for Flask.,238548.0,230330.0,45.0,32,True,['flask'],2023-06-26 05:39:35.576,4.0.0,44.0,4.0,,6322491.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2023-06-26 05:39:35.576,8218.0,6292771.0,https://anaconda.org/conda-forge/flask-cors,2023-06-26 12:46:52.217,802453.0,1.0,,,,,,,,,,,,,,,,,, +194,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2023-06-16 13:18:00.942,2021-04-15 22:45:55,618.0,171.0,42.0,89.0,54.0,121.0,726.0,A network address manipulation library for Python.,31624.0,26823.0,46.0,32,False,,2020-07-03 14:43:51.000,0.8.0,32.0,,,4134933.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2020-07-03 14:43:51.000,4801.0,4132915.0,https://anaconda.org/conda-forge/netaddr,2023-06-16 13:18:00.942,171590.0,2.0,,,,,,,,,,,,,,,,,, +195,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,2023-06-16 13:19:01.788,2023-06-09 22:13:10,1035.0,123.0,22.0,69.0,22.0,120.0,483.0,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,22218.0,21451.0,31.0,32,True,,2022-09-23 08:40:18.000,3.2.3,85.0,15.0,,4719330.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2023-06-04 19:59:03.978,767.0,4708750.0,https://anaconda.org/conda-forge/graphql-core,2023-06-16 13:19:01.788,751203.0,2.0,,,,,,,,,,,,,,,,,, +196,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2023-08-15 17:25:15.767,2023-08-13 03:36:50,490.0,153.0,7.0,22.0,,197.0,403.0,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,39785.0,39055.0,1.0,32,True,,2023-08-13 03:57:18.000,2023.8.12,118.0,26.0,159.0,5567251.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2023-08-13 03:36:48.000,730.0,5473320.0,https://anaconda.org/conda-forge/tifffile,2023-08-15 17:25:15.767,3662842.0,2.0,,,,,,,,,,,,,,,,,, +197,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/python-openapi/openapi-spec-validator,https://github.com/python-openapi/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000,2023-08-15 13:48:18.000,2023-08-15 13:48:15,411.0,59.0,9.0,159.0,37.0,68.0,274.0,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",5543.0,5543.0,38.0,32,True,,2023-07-10 07:57:34.000,0.6.0,24.0,123.0,,4449380.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,,,4439009.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023-07-10 16:10:48.707,383747.0,2.0,,,,,,,,,,,,,python-openapi/openapi-spec-validator,,,,, +198,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,2023-08-03 15:10:18.000,2023-07-25 21:42:57,2515.0,9300.0,1371.0,1053.0,384.0,,47986.0,Dumb downloader that scrapes the web.,35.0,10.0,254.0,31,True,,2022-12-11 17:34:28.000,0.4.1650,169.0,3.0,372859.0,20833.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022-07-01 21:28:26.000,25.0,16861.0,https://anaconda.org/conda-forge/you-get,2023-06-16 19:19:15.886,21540.0,2.0,,you-get,,,,,,,,,,,,,,,, +199,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2023-08-17 16:11:07.000,2023-08-17 12:11:35,20633.0,5086.0,376.0,8650.0,570.0,3300.0,18895.0,"Saleor Core: the high performance, composable, headless commerce API.",1.0,1.0,277.0,31,True,"['django', 'graphql']",2023-08-09 12:48:50.000,3.14.9,100.0,215.0,15.0,3.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +200,pyspider,binux/pyspider,web-scraping,,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014-02-21 19:18:47.000,2023-07-05 17:04:26.000,2020-08-02 17:34:20,1181.0,3676.0,904.0,171.0,296.0,548.0,15984.0,A Powerful Spider(Web Crawler) System in Python.,358.0,326.0,62.0,31,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,,1331.0,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,1331.0,,,,2.0,,,,,,,,,,,,,,,,,, +201,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,2023-08-16 13:53:31.000,2023-08-15 14:03:02,11620.0,5735.0,423.0,5490.0,2985.0,3419.0,15908.0,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",12.0,12.0,1212.0,31,True,['openapi'],2023-06-07 11:25:00.000,3.0.46,97.0,8.0,,,,,,,,,,,,3.0,,,,,,,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,, +202,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,2023-05-25 03:01:38.000,2020-03-04 14:36:33,412.0,4276.0,991.0,133.0,583.0,1058.0,12285.0,TuShare is a utility for crawling historical data of China stocks.,1809.0,1577.0,34.0,31,False,,2022-12-07 01:40:05.410,1.2.89,193.0,,,21916.0,,tushare,https://pypi.org/project/tushare,2022-12-07 01:40:05.410,232.0,21916.0,,,,3.0,,,,,,,,,,,,,,,,,, +203,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2023-03-23 13:59:31.000,2021-02-20 16:10:31,2916.0,1163.0,254.0,945.0,604.0,670.0,11907.0,Serverless Python.,10.0,10.0,260.0,31,False,,2020-03-09 13:51:28.000,0.51.0,6.0,,320.0,129577.0,,zappa,https://pypi.org/project/zappa,,,129572.0,,,,2.0,,,,,,,,,,,,,,,,,, +204,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,2023-08-17 08:06:44.000,2023-08-17 08:06:43,6801.0,2669.0,193.0,3336.0,97.0,1047.0,10764.0,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,23.0,22.0,392.0,31,True,['django'],2023-08-17 02:07:30.000,2023.08.16,100.0,218.0,,76.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,76.0,,,,2.0,,,,,,,,,,,,,,,,,, +205,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2023-06-30 22:47:56.000,2023-06-30 13:14:01,2415.0,387.0,163.0,456.0,179.0,300.0,6732.0,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",2691.0,2457.0,120.0,31,True,,2020-02-06 18:13:37.000,2.6.1,71.0,5.0,,54663.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,234.0,52436.0,https://anaconda.org/conda-forge/hug,2023-06-16 13:24:44.089,182648.0,3.0,,,,,,,,,,,,,,,,,, +206,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2023-04-20 00:52:52.000,2022-11-02 08:25:54,5304.0,1635.0,254.0,981.0,57.0,1011.0,4647.0,CMS framework for Django.,1202.0,,326.0,31,True,['django'],2022-05-12 12:50:07.885,6.0.0,138.0,,,2817.0,,mezzanine,https://pypi.org/project/mezzanine,2018-08-08 01:20:56.000,1202.0,2817.0,,,,2.0,,,,,,,,,,,,,,,,,, +207,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2023-07-13 14:49:50.000,2023-04-03 05:33:46,1217.0,675.0,90.0,196.0,56.0,594.0,3515.0,WebRTC and ORTC implementation for Python using asyncio.,2200.0,2163.0,27.0,31,True,,2023-04-01 17:58:08.493,1.5.0,49.0,,,38809.0,,aiortc,https://pypi.org/project/aiortc,2022-04-17 14:22:13.000,37.0,38809.0,,,,3.0,,,,,,,,,,,,,,,,,, +208,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2023-06-20 19:24:38.000,2023-05-18 17:18:52,561.0,475.0,56.0,198.0,246.0,163.0,3331.0,Easy OpenAPI specs and Swagger UI for your Flask API.,11444.0,11078.0,110.0,31,True,['flask'],2020-08-01 15:28:10.000,0.9.5,54.0,,511.0,423704.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,366.0,421928.0,https://anaconda.org/conda-forge/flasgger,2023-06-16 13:23:54.649,124003.0,3.0,,,,,,,,,,,,,,,,,, +209,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,2023-08-16 04:07:44.000,2023-08-10 07:13:59,712.0,296.0,36.0,539.0,5.0,239.0,3201.0,Ready-to-use and customizable users management for FastAPI.,1786.0,1771.0,61.0,31,True,['fastapi'],2023-08-08 09:57:11.000,12.1.1,100.0,21.0,72.0,54290.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2023-08-08 09:55:39.000,15.0,52534.0,https://anaconda.org/conda-forge/fastapi-users,2023-07-12 13:16:33.369,38610.0,3.0,,,,,,,,,,,,,,,,,, +210,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,2023-05-21 16:15:51.000,2023-05-21 16:15:51,1501.0,452.0,58.0,305.0,14.0,625.0,2905.0,django-reversion is an extension to the Django web framework that provides version control for model instances.,7139.0,7139.0,186.0,31,True,['django'],2022-11-12 14:45:12.000,5.0.4,8.0,2.0,,291942.0,,django-reversion,https://pypi.org/project/django-reversion,,,291942.0,,,,2.0,,,,,,,,,,,,,,,,,, +211,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,BSD-3-Clause,2014-08-14 13:26:03.000,2023-06-16 13:23:51.607,2020-01-13 15:25:46,731.0,509.0,108.0,250.0,374.0,252.0,2706.0,"Fully featured framework for fast, easy and documented API development with Flask.",14312.0,13339.0,89.0,31,False,['flask'],2019-08-12 21:51:40.000,0.13.0,35.0,,,208325.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,973.0,205552.0,https://anaconda.org/conda-forge/flask-restplus,2023-06-16 13:23:51.607,227429.0,3.0,,,,,,,,,,,,,,,,,, +212,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2023-06-16 13:19:46.257,2020-10-09 23:49:59,186.0,523.0,83.0,96.0,185.0,80.0,2674.0,A Pythonic wrapper for the Wikipedia API.,49006.0,47865.0,23.0,31,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,,284729.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1141.0,283334.0,https://anaconda.org/conda-forge/wikipedia,2023-06-16 13:19:46.257,108870.0,3.0,,,,,,,,,,,,,,,,,, +213,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2023-08-10 12:17:47.000,2023-07-31 10:31:50,4561.0,345.0,91.0,939.0,141.0,1666.0,2637.0,Mail hosting made simple.,76.0,40.0,114.0,31,True,,2023-05-03 08:01:02.026,2.1.2,70.0,73.0,,2239.0,,modoboa,https://pypi.org/project/modoboa,2017-10-11 16:25:41.000,36.0,2239.0,,,,1.0,,,,,,,,,,,,,,,,,, +214,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013-06-13 19:28:32.000,2021-12-15 14:37:49.132,2019-06-04 18:10:32,801.0,618.0,67.0,339.0,167.0,366.0,2593.0,Swagger Documentation Generator for Django REST Framework: deprecated.,19532.0,17458.0,93.0,31,False,['django'],2021-12-15 14:37:49.132,0.1.6,50.0,,,319752.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,2074.0,319752.0,,,,3.0,,,,,,,,,,,,,,,,,, +215,Flask-Migrate,miguelgrinberg/Flask-Migrate,flask-utils,,https://github.com/miguelgrinberg/Flask-Migrate,https://github.com/miguelgrinberg/Flask-Migrate,MIT,2013-09-08 19:24:57.000,2023-07-21 10:18:36.000,2023-07-21 10:18:35,230.0,220.0,25.0,81.0,13.0,396.0,2239.0,SQLAlchemy database migrations for Flask applications using Alembic.,9565.0,,48.0,31,True,['flask'],2023-02-02 23:25:01.889,4.0.4,44.0,1.0,,1234980.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2023-02-02 23:25:01.889,9565.0,1232339.0,https://anaconda.org/conda-forge/flask-migrate,2023-06-16 13:25:36.124,216637.0,1.0,,,,,,,,,,,,,,,,,, +216,django-imagekit,matthewwithanm/django-imagekit,django-utils,,https://github.com/matthewwithanm/django-imagekit,https://github.com/matthewwithanm/django-imagekit,BSD-3-Clause,2011-02-10 21:01:29.000,2023-05-10 21:29:18.000,2023-05-10 21:29:18,1108.0,268.0,46.0,182.0,94.0,290.0,2145.0,Automated image processing for Django. Currently v4.0.,8344.0,8344.0,77.0,31,True,['django'],2021-12-17 07:00:32.000,4.1.0,4.0,,93.0,103971.0,,django-imagekit,https://pypi.org/project/django-imagekit,,,103970.0,,,,2.0,,,,,,,,,,,,,,,,,, +217,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2023-06-16 13:23:40.530,2022-10-16 23:12:02,684.0,268.0,45.0,229.0,112.0,142.0,2061.0,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,16957.0,14201.0,105.0,31,True,,2021-08-16 19:35:31.000,1.1.4,59.0,,,504270.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2756.0,500488.0,https://anaconda.org/conda-forge/httpretty,2023-06-16 13:23:40.530,336602.0,2.0,,,,,,,,,,,,,,,,,, +218,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,2023-06-16 16:09:52.924,2023-02-25 23:08:33,172.0,109.0,27.0,39.0,,60.0,1893.0,"A generator library for concise, unambiguous and URL-safe UUIDs.",19955.0,18858.0,33.0,31,True,,2022-11-13 22:15:36.662,1.0.11,24.0,,,2953586.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2022-11-13 22:15:36.662,1097.0,2946910.0,https://anaconda.org/conda-forge/shortuuid,2023-06-16 16:09:52.924,393925.0,2.0,,,,,,,,,,,,,,,,,, +219,django-widget-tweaks,jazzband/django-widget-tweaks,django-utils,,https://github.com/jazzband/django-widget-tweaks,https://github.com/jazzband/django-widget-tweaks,MIT,2012-03-05 20:11:03.000,2023-07-14 01:33:25.000,2022-01-13 10:48:20,187.0,127.0,46.0,45.0,42.0,48.0,1890.0,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",34571.0,34571.0,27.0,31,False,['django'],2022-01-13 10:49:12.000,1.4.12,5.0,,,530097.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,,,530097.0,,,,2.0,,,,,,,,,,,,,,,,,, +220,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2023-06-16 13:20:59.998,2021-07-16 22:33:17,853.0,405.0,103.0,222.0,26.0,306.0,1854.0,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7761.0,6604.0,103.0,31,False,,2021-07-16 22:38:58.000,3.9.1,61.0,,,269562.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1157.0,266037.0,https://anaconda.org/conda-forge/twython,2023-06-16 13:20:59.998,264433.0,3.0,,,,,,,,,,,,,,,,,, +221,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2023-08-14 14:32:43.000,2023-08-14 14:26:04,1776.0,134.0,21.0,980.0,135.0,600.0,1810.0,"Guarantee flawless API functionality with thorough, high-quality test scenarios generated from your API specification.",252.0,248.0,56.0,31,True,"['openapi', 'graphql']",2023-08-14 14:32:43.000,3.19.6,229.0,26.0,,83335.0,,schemathesis,https://pypi.org/project/schemathesis,2023-08-14 14:32:43.000,4.0,83335.0,,,,2.0,,,,,,,,,,,,,,,,,, +222,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,2023-08-17 04:35:41.000,2023-08-07 14:40:18,1418.0,141.0,24.0,158.0,48.0,190.0,1805.0,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",1148.0,1129.0,33.0,31,True,,2023-06-15 13:01:00.764,1.6.1,37.0,24.0,,364368.0,,trafilatura,https://pypi.org/project/trafilatura,2019-08-23 11:59:12.000,19.0,364368.0,,,,2.0,,,,,,,,,,,,,,,,,, +223,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,2023-08-07 04:43:43.000,2023-06-02 03:24:02,609.0,273.0,29.0,288.0,89.0,249.0,1676.0,A simple app that provides django integration for RQ (Redis Queue).,3285.0,2847.0,118.0,31,True,['django'],2023-05-14 01:34:02.513,2.8.1,50.0,5.0,,189630.0,,django-rq,https://pypi.org/project/django-rq,2023-05-14 01:34:02.513,438.0,189630.0,,,,2.0,,,,,,,,,,,,,,,,,, +224,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014-03-12 15:13:32.000,2023-06-16 13:18:03.732,2020-07-03 04:29:16,356.0,257.0,55.0,94.0,30.0,61.0,1620.0,Full-featured Python interface for the Slack API.,4043.0,2986.0,45.0,31,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,,630934.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1057.0,626578.0,https://anaconda.org/conda-forge/slacker,2023-06-16 13:18:03.732,374620.0,3.0,,,,,,,,,,,,,,,,,, +225,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,2023-08-06 09:03:23.000,2023-01-09 10:51:18,797.0,314.0,32.0,220.0,84.0,317.0,1329.0,Easy thumbnails for Django.,12098.0,9992.0,91.0,31,True,['django'],2023-01-09 22:18:33.244,2.8.5,51.0,,,174042.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2022-01-20 03:34:09.000,2106.0,174042.0,,,,2.0,,,,,,,,,,,,,,,,,, +226,Flask-HTTPAuth,miguelgrinberg/Flask-HTTPAuth,auth,,https://github.com/miguelgrinberg/Flask-HTTPAuth,https://github.com/miguelgrinberg/Flask-HTTPAuth,MIT,2013-05-18 05:10:52.000,2023-06-23 18:29:32.000,2023-06-23 18:29:28,182.0,220.0,21.0,53.0,8.0,100.0,1203.0,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",2242.0,,33.0,31,True,['flask'],2023-04-27 09:56:10.209,4.8.0,34.0,3.0,,625127.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023-04-27 09:56:10.209,2242.0,623611.0,https://anaconda.org/conda-forge/flask-httpauth,2023-06-16 13:24:13.070,127401.0,3.0,,,,,,,,,,,,,,,,,, +227,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2023-06-16 13:24:55.830,2023-06-12 11:04:35,738.0,225.0,28.0,499.0,43.0,251.0,982.0,Python binding to the Networking and Cryptography (NaCl) library.,2563.0,,65.0,31,True,,2022-01-07 22:05:49.000,1.5.0,16.0,1.0,,45937643.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2563.0,45877643.0,https://anaconda.org/conda-forge/pynacl,2023-06-16 13:24:55.830,4740057.0,3.0,,,,,,,,,,,,,,,,,, +228,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,2023-07-06 05:56:10.000,2023-07-06 05:56:10,770.0,133.0,34.0,177.0,36.0,77.0,960.0,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,29733.0,28122.0,49.0,31,True,,2023-04-18 13:48:20.000,1.8.1,22.0,3.0,,1137368.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2023-04-18 13:42:01.626,1611.0,1133299.0,https://anaconda.org/conda-forge/parsel,2023-06-16 19:18:48.857,162787.0,2.0,,,,,,,,,,,,,,,,,, +229,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,2023-08-11 14:04:51.000,2023-08-11 14:04:51,593.0,182.0,22.0,188.0,90.0,115.0,940.0,A toolbelt of useful classes and functions to be used with python-requests.,723.0,,68.0,31,True,,2023-05-01 04:12:06.235,1.0.0,21.0,3.0,,45031540.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,723.0,45003777.0,https://anaconda.org/conda-forge/requests-toolbelt,2023-06-16 13:16:20.351,2470965.0,3.0,,,,,,,,,,,,,,,,,, +230,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,2023-08-02 01:27:34.000,2023-04-28 14:56:25,724.0,181.0,18.0,288.0,64.0,174.0,816.0,A caching extension for Flask.,16749.0,15984.0,108.0,31,True,['flask'],2023-01-12 17:46:46.000,2.0.2,24.0,,,3843624.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2023-01-12 17:46:16.905,765.0,3841253.0,https://anaconda.org/conda-forge/flask-caching,2023-06-16 16:09:48.286,139942.0,1.0,,,,,,,,,,,,,,,,,, +231,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014-09-29 23:44:25.000,2023-08-01 09:54:48.000,2023-08-01 09:54:44,451.0,91.0,19.0,159.0,28.0,40.0,344.0,Terminals served by tornado websockets.,227145.0,220163.0,47.0,31,True,,2023-02-02 20:56:08.594,0.13.3,34.0,3.0,202.0,9621091.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2023-02-02 20:56:08.594,6982.0,9477527.0,https://anaconda.org/conda-forge/terminado,2023-06-16 13:22:36.326,12633522.0,3.0,,,,,,,,,,,,,,,,,, +232,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2023-06-16 13:25:29.128,2020-09-02 06:54:25,651.0,1957.0,381.0,304.0,400.0,265.0,13016.0,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",10.0,10.0,103.0,30,False,,2014-12-17 19:19:47.000,0.0.9,3.0,,,210160.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,,,209254.0,https://anaconda.org/conda-forge/newspaper3k,2023-06-16 13:25:29.128,62571.0,2.0,,,,,,,,,,,,,,,,,, +233,apistar,encode/apistar,openapi-utils,,https://github.com/encode/apistar,https://github.com/encode/apistar,BSD-3-Clause,2017-03-17 15:42:12.000,2023-06-16 16:08:51.994,2021-08-31 09:48:33,768.0,414.0,168.0,374.0,59.0,289.0,5599.0,The Web API toolkit.,918.0,748.0,91.0,30,False,['openapi'],2019-04-03 08:12:14.000,0.7.2,94.0,,,10394.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2019-04-03 08:12:14.000,170.0,8466.0,https://anaconda.org/conda-forge/apistar,2023-06-16 16:08:51.994,123400.0,3.0,,,,,,,,,,,,,,,,,, +234,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2023-08-17 13:57:32.000,2023-08-17 13:57:31,92365.0,970.0,222.0,18816.0,79.0,300.0,5284.0,Malicious traffic detection system.,10.0,10.0,42.0,30,True,,2023-07-31 22:11:04.000,0.60,49.0,2287.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +235,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2023-08-01 15:34:19.000,2023-08-01 15:34:17,5625.0,744.0,820.0,2451.0,77.0,1963.0,4303.0,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",505.0,505.0,169.0,30,True,['openapi'],,,100.0,8.0,86830.0,2285.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +236,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2023-08-14 06:59:01.000,2023-08-11 07:34:49,3552.0,1218.0,150.0,369.0,449.0,764.0,3774.0,HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.,8.0,1.0,44.0,30,True,,2023-07-23 16:10:42.000,4.3.5,152.0,116.0,8731.0,5275.0,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,5141.0,,,,2.0,,,,,,,,,,,,,,,,,, +237,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2023-08-01 16:12:09.000,2023-08-01 02:36:06,1711.0,313.0,75.0,521.0,235.0,419.0,3690.0,The lektor static file content management system.,514.0,425.0,94.0,30,True,,2023-05-06 02:07:29.000,3.3.10,44.0,20.0,7102.0,5319.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2022-05-02 22:01:49.000,89.0,4445.0,https://anaconda.org/conda-forge/lektor,2023-06-04 00:07:49.844,65420.0,3.0,,,,,,,,,,,,,,,,,, +238,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,2023-06-25 11:30:23.000,2021-03-10 14:43:53,116.0,555.0,67.0,96.0,15.0,273.0,3516.0,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,46023.0,46023.0,25.0,30,False,,2015-07-17 15:29:18.000,1.2,1.0,,,568865.0,,googletrans,https://pypi.org/project/googletrans,,,568865.0,,,,3.0,,,,,,,,,,,,,,,,,, +239,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2023-08-01 05:22:57.000,2023-04-25 23:19:48,285.0,424.0,137.0,58.0,6.0,,3352.0,A Python module to bypass Cloudflares anti-bot page.,17768.0,17637.0,12.0,30,True,,2023-04-25 23:20:54.756,1.2.71,95.0,,,295425.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023-01-10 04:21:19.799,131.0,295425.0,,,,2.0,,,,,,,,,,,,,,,,,, +240,twitter,python-twitter-tools/twitter,third-party-apis,,https://github.com/python-twitter-tools/twitter,https://github.com/python-twitter-tools/twitter,MIT,2008-12-15 21:11:26.000,2022-10-26 21:06:08.000,2022-10-26 21:06:08,751.0,650.0,162.0,171.0,51.0,237.0,3019.0,Python Twitter API.,5125.0,4070.0,94.0,30,True,,2022-09-19 22:45:26.007,1.19.6,60.0,,,25081.0,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,1055.0,25081.0,,,,3.0,,,,,,,,,,,,,,,,,, +241,python-oauth2,joestump/python-oauth2,auth,,https://github.com/joestump/python-oauth2,https://github.com/joestump/python-oauth2,MIT,2009-10-21 17:21:07.000,2023-06-16 13:23:13.681,2018-02-12 06:35:04,352.0,1047.0,220.0,114.0,76.0,81.0,2984.0,"A fully tested, abstract interface to creating OAuth clients and servers.",10911.0,10815.0,42.0,30,False,,2019-06-28 17:57:45.000,1.1.1,13.0,,,46180.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,44961.0,https://anaconda.org/conda-forge/python-oauth2,2023-06-16 13:23:13.681,89033.0,3.0,,,,,,,,,,,,,,,,,, +242,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2023-06-16 16:18:42.921,2022-09-28 20:43:53,295.0,270.0,54.0,44.0,100.0,126.0,2517.0,Send email in Python conveniently for gmail using yagmail.,3872.0,3410.0,32.0,30,True,,2022-09-19 15:58:02.665,0.15.293,107.0,,,147917.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,462.0,147263.0,https://anaconda.org/conda-forge/yagmail,2023-06-16 16:18:42.921,30085.0,1.0,,,,,,,,,,,,,,,,,, +243,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,2023-07-27 12:42:21.000,2023-07-27 12:41:48,822.0,616.0,53.0,219.0,9.0,520.0,2258.0,Django admin CKEditor integration.,34884.0,34884.0,129.0,30,True,['django'],,,,8.0,,347988.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,,,347988.0,,,,2.0,,,,,,,,,,,,,,,,,, +244,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,2023-08-01 10:47:51.000,2023-08-01 10:47:41,886.0,320.0,75.0,280.0,16.0,252.0,2135.0,Easily share data across your company via SQL queries. From Grove Collab.,377.0,377.0,98.0,30,True,['django'],2023-07-13 02:55:37.000,3.2.1,14.0,6.0,,68381.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,,,68381.0,,,,2.0,,,,,,,,,,,,,,,,,, +245,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,2023-06-16 13:18:43.744,2021-11-18 21:51:43,693.0,206.0,56.0,173.0,5.0,125.0,1915.0,"Reusable, generic mixins for Django.",14416.0,14416.0,77.0,30,False,['django'],2021-11-05 21:15:47.000,1.15.0,15.0,,,192793.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,,,192285.0,https://anaconda.org/conda-forge/django-braces,2023-06-16 13:18:43.744,36613.0,2.0,,,,,,,,,,,,,,,,,, +246,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,2023-07-29 16:35:38.000,2023-07-29 16:35:38,636.0,304.0,33.0,255.0,28.0,245.0,1586.0,Dynamic Django settings.,2041.0,1761.0,140.0,30,True,['django'],2022-08-11 11:59:02.381,2.9.1,29.0,3.0,,200932.0,,django-constance,https://pypi.org/project/django-constance,2022-05-11 13:00:20.000,280.0,200932.0,,,,2.0,,,,,,,,,,,,,,,,,, +247,python-user-agents,selwin/python-user-agents,others,,https://github.com/selwin/python-user-agents,https://github.com/selwin/python-user-agents,MIT,2013-01-05 00:44:11.000,2023-06-16 13:16:51.489,2023-02-16 01:51:50,146.0,201.0,40.0,52.0,44.0,33.0,1371.0,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",7116.0,6613.0,32.0,30,True,,2020-08-23 06:05:26.000,2.2.0,12.0,,,2268448.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,503.0,2267930.0,https://anaconda.org/conda-forge/user-agents,2023-06-16 13:16:51.489,43531.0,3.0,,,,,,,,,,,,,,,,,, +248,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015-04-20 19:19:35.000,2023-08-16 20:29:57.000,2023-05-03 16:54:16,657.0,226.0,30.0,188.0,82.0,76.0,1340.0,A JOSE implementation in Python.,832.0,,49.0,30,True,,2021-06-05 03:30:38.000,3.3.0,38.0,,,7008102.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,832.0,6979624.0,https://anaconda.org/conda-forge/python-jose,2023-06-16 16:09:38.555,1708726.0,3.0,,,,,,,,,,,,,,,,,, +249,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2023-07-07 05:07:24.350,2023-07-06 21:26:29,90.0,74.0,41.0,44.0,9.0,40.0,1126.0,Fast HTTP parser.,55828.0,55253.0,14.0,30,True,,2023-07-07 02:39:51.297,0.6.0,21.0,2.0,,10966892.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2023-07-07 02:39:51.297,575.0,10951176.0,https://anaconda.org/conda-forge/httptools,2023-07-07 05:07:24.350,534347.0,3.0,,,,,,,,,,,,,,,,,, +250,hyper,python-hyper/hyper,http-clients,,https://github.com/python-hyper/hyper,https://github.com/python-hyper/hyper,MIT,2014-01-23 07:53:47.000,2023-06-16 16:07:33.511,2021-01-12 18:36:50,1415.0,189.0,43.0,195.0,101.0,167.0,1052.0,HTTP/2 for Python.,1306.0,1178.0,43.0,30,False,,2020-08-02 14:24:39.000,0.5.0,18.0,,187.0,214826.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,128.0,214514.0,https://anaconda.org/conda-forge/hyper,2023-06-16 16:07:33.511,20841.0,3.0,,,,,,,,,,,,,,,,,, +251,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,2023-07-31 15:13:53.926,2023-07-26 04:55:12,428.0,255.0,22.0,288.0,39.0,163.0,1006.0,A feature flipper for Django.,1551.0,1206.0,116.0,30,True,['django'],2023-07-26 04:58:44.000,4.0.0,47.0,3.0,,374192.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2023-07-26 04:58:44.000,345.0,373774.0,https://anaconda.org/conda-forge/django-waffle,2023-07-31 15:13:53.926,14643.0,2.0,,,,,,,,,,,,,,,,,, +252,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2023-08-05 19:07:21.000,2023-08-05 18:24:24,1066.0,187.0,28.0,298.0,44.0,545.0,935.0,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",499.0,476.0,58.0,30,True,,2023-06-25 17:58:02.216,2.2.0,175.0,13.0,,149070.0,,tavern,https://pypi.org/project/tavern,2022-06-26 14:26:22.000,23.0,149070.0,,,,2.0,,,,,,,,,,,,,,,,,, +253,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,BSD-3-Clause,2011-03-07 20:38:23.000,2023-07-27 13:55:33.000,2023-07-27 13:43:35,922.0,382.0,44.0,142.0,17.0,268.0,932.0,Media-Management with Grappelli.,1161.0,889.0,36.0,30,True,['django'],2023-07-27 13:46:30.000,4.0.3,40.0,10.0,,16429.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,272.0,16429.0,,,,2.0,,,,,,,,,,,,,,,,,, +254,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,2023-08-15 10:52:23.000,2022-08-16 14:02:03,969.0,251.0,28.0,262.0,42.0,236.0,829.0,MongoEngine flask extension with WTF model forms support.,10414.0,8998.0,90.0,30,True,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,,138662.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1416.0,138662.0,,,,2.0,,,,,,,,,,,,,,,,,, +255,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2023-08-15 00:46:12.000,2023-08-15 00:41:44,2739.0,127.0,38.0,471.0,79.0,97.0,817.0,werkzeug + twisted.web.,2163.0,1770.0,56.0,30,True,,2023-05-03 00:07:23.000,23.5.0,19.0,147.0,,56492.0,,klein,https://pypi.org/project/klein,2017-10-22 19:20:42.000,393.0,56492.0,,,,3.0,,,,,,,,,,,,,,,,,, +256,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,2023-08-02 04:58:36.000,2023-08-02 04:58:35,352.0,56.0,16.0,156.0,27.0,85.0,809.0,Flask + marshmallow for beautiful APIs.,25813.0,24992.0,21.0,30,True,['flask'],2023-04-05 17:20:02.044,0.15.0,19.0,6.0,,533442.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2023-04-05 17:20:02.044,821.0,532403.0,https://anaconda.org/conda-forge/flask-marshmallow,2023-06-16 13:23:42.076,85274.0,2.0,,,,,,,,,,,,,,,,,, +257,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2023-07-08 17:39:01.028,2023-07-08 17:36:47,644.0,62.0,13.0,26.0,47.0,66.0,652.0,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,4724.0,4674.0,50.0,30,True,,2023-07-08 17:39:01.028,0.14.4,50.0,13.0,,513972.0,,hypercorn,https://pypi.org/project/hypercorn,2023-07-08 17:39:01.028,50.0,513972.0,,,,3.0,,,,,,,,,,,,,,,,,, +258,flask-session,fengsp/flask-session,flask-utils,,https://github.com/pallets-eco/flask-session,https://github.com/pallets-eco/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000,2023-08-10 12:44:03.000,2023-06-21 14:35:45,86.0,206.0,22.0,76.0,36.0,72.0,439.0,Server side session extension for Flask.,32109.0,31012.0,10.0,30,True,['flask'],2023-05-11 18:45:02.000,0.5.0,12.0,1.0,11.0,3291198.0,,flask-session,https://pypi.org/project/flask-session,2023-05-11 18:45:00.315,1097.0,3291195.0,,,,2.0,,,,,,,,,,,,,pallets-eco/flask-session,,,,, +259,coursera-dl,coursera-dl/coursera-dl,third-party-apis,,https://github.com/coursera-dl/coursera-dl,https://github.com/coursera-dl/coursera-dl,LGPL-3.0,2012-03-21 21:07:15.000,2023-07-01 05:39:55.000,2021-02-12 03:30:48,1131.0,1833.0,330.0,216.0,177.0,460.0,9105.0,Script for downloading Coursera.org videos and naming them.,220.0,220.0,85.0,29,False,,,,2.0,,,1176.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,,,915.0,https://anaconda.org/conda-forge/coursera-dl,2023-06-16 13:14:45.566,21207.0,3.0,,,,,,,,,,,,,,,,,, +260,grequests,spyoungtech/grequests,http-clients,,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012-05-10 21:50:15.000,2023-06-16 13:16:57.269,2023-06-08 00:01:30,89.0,332.0,113.0,50.0,5.0,116.0,4284.0,Requests + Gevent = 3.,4656.0,3977.0,28.0,29,True,,2023-06-08 00:06:01.754,0.7.0,7.0,2.0,3.0,269412.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2020-04-05 14:27:35.000,679.0,268437.0,https://anaconda.org/conda-forge/grequests,2023-06-16 13:16:57.269,81006.0,3.0,,,,,,,,,,,,,,,,,, +261,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2023-08-12 23:53:59.000,2023-08-05 09:40:53,956.0,349.0,56.0,62.0,58.0,187.0,4022.0,Write interactive web app in script way.,1283.0,1268.0,19.0,29,True,,2023-04-22 05:40:00.950,1.8.2,33.0,5.0,,8368.0,,pywebio,https://pypi.org/project/pywebio,2022-12-11 10:34:31.514,15.0,8368.0,,,,2.0,,,,,,,,,,,,,,,,,, +262,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2023-06-16 16:13:26.272,2020-05-08 09:48:22,788.0,367.0,102.0,73.0,154.0,100.0,3534.0,Headless chrome/chromium automation library (unofficial port of puppeteer).,362.0,,24.0,29,False,,2022-01-11 05:39:28.000,1.0.2,31.0,,,1109051.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,362.0,1104347.0,https://anaconda.org/conda-forge/pyppeteer,2023-06-16 16:13:26.272,258737.0,2.0,,,,,,,,,,,,,,,,,, +263,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2023-08-03 18:06:40.000,2022-11-06 10:12:00,297.0,252.0,62.0,72.0,135.0,123.0,2255.0,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,13096.0,12925.0,29.0,29,True,,,,48.0,,,183733.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,171.0,182497.0,https://anaconda.org/conda-forge/js2py,2023-06-16 19:19:20.466,48231.0,3.0,,,,,,,,,,,,,,,,,, +264,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,2023-04-15 10:49:38.000,2022-11-29 19:37:09,766.0,677.0,118.0,168.0,298.0,353.0,2252.0,Modern theme for Django admin interface.,4146.0,3106.0,60.0,29,False,['django'],2019-10-02 08:36:30.000,0.2.28,47.0,,,68341.0,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,1040.0,68341.0,,,,2.0,,,,,,,,,,,,,,,,,, +265,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010-05-31 14:03:48.000,2023-08-16 08:39:23.000,2023-01-19 10:56:01,341.0,267.0,44.0,142.0,18.0,137.0,2229.0,Django friendly finite state machine support.,1474.0,1474.0,67.0,29,True,['django'],2022-03-25 12:30:10.000,2.8.0,4.0,,,295134.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,,,294796.0,https://anaconda.org/conda-forge/django-fsm,2023-06-16 13:21:26.721,24348.0,3.0,,,,,,,,,,,,,,,,,, +266,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2023-07-04 04:48:52.000,2023-07-04 04:48:51,411.0,242.0,48.0,164.0,43.0,265.0,2067.0,Django Channels HTTP/WebSocket server.,778.0,,65.0,29,True,['django'],2022-10-07 13:19:03.413,4.0.0,57.0,1.0,,669559.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2022-10-07 13:19:03.413,778.0,665615.0,https://anaconda.org/conda-forge/daphne,2023-06-16 19:18:51.620,157782.0,3.0,,,,,,,,,,,,,,,,,, +267,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,2023-04-06 17:32:52.000,2021-06-26 12:04:16,1246.0,240.0,53.0,309.0,316.0,146.0,1737.0,A multiprocessing distributed task queue for Django.,1517.0,1437.0,62.0,29,False,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,,64351.0,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,80.0,64351.0,,,,3.0,,,,,,,,,,,,,,,,,, +268,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2022-06-26 18:20:47.000,2015-11-05 16:01:31,386.0,178.0,79.0,98.0,38.0,89.0,1610.0,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",982.0,,42.0,29,False,,2017-01-22 16:51:43.000,0.7.3,36.0,,,545290.0,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,982.0,545290.0,,,,3.0,,,,,,,,,,,,,,,,,, +269,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/mattupstate/flask-security,https://github.com/mattupstate/flask-security,MIT,2012-03-07 19:44:05.000,2023-06-16 13:21:48.371,2020-04-23 15:22:46,932.0,475.0,68.0,350.0,134.0,393.0,1605.0,Quick and simple security for Flask applications.,7158.0,7158.0,128.0,29,False,['flask'],,,2.0,,,49160.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,,,48630.0,https://anaconda.org/conda-forge/flask-security,2023-06-16 13:21:48.371,40299.0,2.0,,,,,,,,,,,,,,,,,, +270,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,BSD-3-Clause,2009-07-03 17:51:56.000,2023-08-01 03:17:29.000,2022-03-09 18:46:07,381.0,212.0,34.0,102.0,73.0,67.0,1030.0,A Redis cache backend for django.,5147.0,3991.0,46.0,29,False,['django'],2022-03-09 18:49:10.000,3.0.1,53.0,,,163571.0,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022-03-09 18:49:10.000,1156.0,162969.0,https://anaconda.org/conda-forge/django-redis-cache,2023-06-16 13:15:48.268,53659.0,3.0,,,,,,,,,,,,,,,,,, +271,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2023-08-09 21:58:24.000,2023-01-27 16:44:52,813.0,266.0,50.0,283.0,74.0,305.0,1029.0,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1786.0,1457.0,67.0,29,True,,2022-08-18 05:57:11.000,1.9.8,22.0,,,299168.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,329.0,296927.0,https://anaconda.org/conda-forge/dpkt,2023-06-16 16:13:36.846,123307.0,3.0,,,,,,,,,,,,,,,,,, +272,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,2023-08-14 13:49:36.000,2023-05-22 19:33:12,893.0,120.0,12.0,243.0,3.0,158.0,1014.0,Rate Limiting extension for Flask.,7118.0,6731.0,43.0,29,True,['flask'],2023-05-03 23:51:18.625,3.3.1,96.0,1.0,211.0,2351675.0,,flask-limiter,https://pypi.org/project/flask-limiter,2023-05-03 23:51:18.625,387.0,2351662.0,,,,2.0,,,,,,,,,,,,,,,,,, +273,livereload,lepture/python-livereload,servers,,https://github.com/lepture/python-livereload,https://github.com/lepture/python-livereload,BSD-3-Clause,2012-05-03 16:38:39.000,2023-07-29 13:22:01.000,2023-07-29 13:20:56,391.0,150.0,31.0,118.0,53.0,103.0,993.0,livereload server in python.,1659.0,,59.0,29,True,,2020-08-22 15:34:54.000,2.6.3,31.0,3.0,,617015.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1659.0,612252.0,https://anaconda.org/conda-forge/livereload,2023-06-16 13:15:58.931,419144.0,3.0,,,,,,,,,,,,,,,,,, +274,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/jazzband/django-rest-knox,https://github.com/jazzband/django-rest-knox,MIT,2015-09-09 14:52:23.000,2023-08-15 18:31:36.000,2023-08-15 18:31:32,380.0,176.0,21.0,168.0,66.0,90.0,958.0,Authentication Module for django rest auth.,9975.0,9794.0,46.0,29,True,['django'],2022-01-31 17:42:28.000,4.2.0,25.0,7.0,,119142.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,181.0,119142.0,,,,3.0,,,,,,,,,,,,,jazzband/django-rest-knox,,,,, +275,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,2023-06-16 19:21:07.393,2023-05-11 11:03:18,548.0,191.0,27.0,131.0,43.0,108.0,950.0,Rosetta is a Django application that eases the translation process of your Django projects.,3265.0,2655.0,81.0,29,True,['django'],2023-04-18 13:45:49.000,0.9.9,36.0,,,70793.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2023-04-18 13:42:00.986,610.0,70573.0,https://anaconda.org/conda-forge/django-rosetta,2023-06-16 19:21:07.393,8166.0,3.0,,,,,,,,,,,,,,,,,, +276,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,2023-06-30 02:47:33.000,2023-05-10 18:26:21,623.0,151.0,19.0,216.0,38.0,167.0,949.0,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",3810.0,3645.0,56.0,29,True,['flask'],2023-05-10 18:30:01.565,7.0.0,50.0,,,69971.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2023-05-10 18:30:01.565,165.0,69788.0,https://anaconda.org/conda-forge/flask-dance,2023-06-16 16:14:55.987,9552.0,3.0,,,,,,,,,,,,,,,,,, +277,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,2023-08-14 17:06:12.000,2023-08-14 00:25:17,643.0,150.0,14.0,456.0,93.0,269.0,797.0,Generate modern Python clients from OpenAPI.,542.0,538.0,54.0,29,True,['openapi'],2023-08-12 23:11:45.000,0.15.1,65.0,20.0,,146733.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2023-08-12 23:11:45.000,4.0,145929.0,https://anaconda.org/conda-forge/openapi-python-client,2023-07-23 22:32:19.353,19317.0,3.0,,,,,,,,,,,,,,,,,, +278,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,2023-08-14 20:15:54.000,2022-12-12 10:26:16,471.0,183.0,22.0,219.0,62.0,207.0,777.0,Management commands to help backup and restore your project database and media files.,1551.0,1551.0,64.0,29,True,['django'],2022-09-27 23:25:03.000,4.0.2,3.0,,,65786.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,,,65786.0,,,,3.0,,,,,,,,,,,,,,,,,, +279,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012-03-10 04:56:31.000,2023-06-16 13:22:44.707,2023-03-27 01:44:02,219.0,101.0,19.0,70.0,37.0,75.0,771.0,Parameterized testing with any Python test framework.,12283.0,11566.0,31.0,29,False,,2023-03-27 02:02:06.801,0.9.0,12.0,,,3893827.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,717.0,3887207.0,https://anaconda.org/conda-forge/parameterized,2023-06-16 13:22:44.707,450165.0,2.0,,,,,,,,,,,,,,,,,, +280,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,2023-07-07 11:18:36.000,2023-07-07 11:18:01,516.0,107.0,116.0,123.0,45.0,53.0,764.0,Extract embedded metadata from HTML markup.,1035.0,994.0,35.0,29,True,,2023-07-07 10:41:03.731,0.15.0,24.0,10.0,,85140.0,,extruct,https://pypi.org/project/extruct,2015-10-26 12:20:00.000,41.0,85140.0,,,,2.0,,,,,,,,,,,,,,,,,, +281,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,2023-08-17 12:45:24.000,2023-08-17 12:42:55,335.0,80.0,11.0,307.0,28.0,99.0,696.0,Object factory for Django.,3230.0,3204.0,48.0,29,True,['django'],2023-08-17 12:45:24.000,1.14.0,25.0,30.0,,460966.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2023-08-17 12:45:24.000,26.0,460520.0,https://anaconda.org/conda-forge/model_bakery,2023-06-16 19:18:17.599,18304.0,2.0,,,,,,,,,,,,,,,,,, +282,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,2023-08-03 22:56:20.000,2023-07-13 14:59:13,1164.0,155.0,23.0,339.0,46.0,190.0,376.0,Build Web Services with Pyramid.,1185.0,831.0,123.0,29,True,['pyramid'],2022-01-07 13:41:40.000,6.0.1,57.0,4.0,,37786.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,354.0,37702.0,https://anaconda.org/anaconda/cornice,2023-06-16 13:22:16.673,7715.0,3.0,,,,,,,,,,,,,,,,,, +283,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,2023-08-15 02:04:04.000,2023-08-14 03:11:31,340.0,93.0,8.0,334.0,48.0,76.0,364.0,PEP-484 stubs for django-rest-framework.,2437.0,2380.0,62.0,29,True,['django'],2023-06-27 17:55:27.199,3.14.2,21.0,28.0,,606913.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2023-06-27 17:55:27.199,57.0,606679.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2023-07-01 20:49:07.150,6340.0,3.0,,,,,,,,,,,,,,,,,, +284,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,2023-07-24 13:26:40.000,2023-06-24 05:05:29,2294.0,2172.0,309.0,779.0,61.0,444.0,10121.0,Web path scanner.,50.0,50.0,96.0,28,True,,2022-10-05 13:01:24.000,0.4.3,16.0,2.0,,2647.0,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,2647.0,,,,2.0,,,,,,,,,,,,,,,,,, +285,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,2023-08-17 15:46:45.000,2023-08-17 14:00:26,4392.0,1027.0,278.0,3503.0,297.0,1785.0,8739.0,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,113.0,28,True,,2023-08-15 11:55:26.000,5.0.5,100.0,132.0,760.0,44.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +286,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2023-07-04 19:25:27.000,2023-07-04 19:24:49,633.0,393.0,108.0,248.0,35.0,141.0,4425.0,A Python library for automating interaction with websites.,268.0,,54.0,28,True,,2023-07-04 19:24:03.902,1.3.0,28.0,3.0,43.0,36706.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2022-09-20 04:09:52.844,268.0,34977.0,https://anaconda.org/conda-forge/mechanicalsoup,2023-06-16 13:22:31.491,138396.0,2.0,,,,,,,,,,,,,,,,,, +287,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,2023-08-14 14:04:49.000,2023-01-27 01:01:18,524.0,1217.0,179.0,234.0,26.0,229.0,4047.0,Python client library for Google Maps API Web Services.,,,66.0,28,True,,2023-01-26 16:45:04.000,4.10.0,29.0,,,1675718.0,,googlemaps,https://pypi.org/project/googlemaps,,,1675718.0,,,,3.0,,,,,,,,,,,,,,,,,, +288,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2023-08-16 13:16:55.000,2023-07-19 20:05:32,3310.0,304.0,74.0,1476.0,255.0,575.0,4043.0,Language-agnostic HTTP API Testing Tool.,1209.0,995.0,111.0,28,True,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,1.0,,33846.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,5014.0,,,,2.0,,,,,,,,,dredd,https://www.npmjs.com/package/dredd,28832.0,,,,2021-11-16 12:36:05.644,176.0,, +289,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,790.0,203.0,116.0,107.0,92.0,3883.0,"Html Content / Article Extractor, web scrapping lib in Python.",245.0,218.0,35.0,28,False,,2023-07-04 15:18:01.058,3.1.17,28.0,,,23259.0,,goose3,https://pypi.org/project/goose3,2022-01-18 18:42:34.000,27.0,23259.0,,,,2.0,,,,,,,,,,,,,,,,,, +290,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,1014.0,171.0,500.0,101.0,292.0,3035.0,A Django based shop system.,301.0,216.0,96.0,28,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,,4467.0,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,4467.0,,,,3.0,,,,,,,,,,,,,,,,,, +291,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,2023-07-05 07:49:12.000,2023-04-01 13:29:11,1836.0,422.0,142.0,118.0,29.0,463.0,2990.0,Fast and powerful SSL/TLS scanning library.,24.0,,66.0,28,True,,2023-04-01 13:44:31.000,5.1.3,68.0,,103505.0,61933.0,,sslyze,https://pypi.org/project/sslyze,2023-01-18 20:11:02.773,24.0,60966.0,,,,3.0,,,,,,,,,,,,,,,,,, +292,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2023-06-16 13:21:21.441,2022-08-01 04:59:34,549.0,151.0,36.0,54.0,36.0,84.0,2489.0,URL parsing and manipulation made easy.,659.0,,15.0,28,True,,2021-09-27 21:31:14.000,2.1.3,51.0,,,1719215.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021-09-27 21:31:14.000,659.0,1715284.0,https://anaconda.org/conda-forge/furl,2023-06-16 13:21:21.441,287027.0,2.0,,,,,,,,,,,,,,,,,, +293,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2023-07-01 14:51:25.000,2023-07-01 14:51:21,2489.0,267.0,91.0,180.0,23.0,221.0,2310.0,Web Scraping Framework.,501.0,391.0,67.0,28,True,,2018-06-24 14:27:52.000,0.6.41,120.0,5.0,,2560.0,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,110.0,2560.0,,,,2.0,,,,,,,,,,,,,,,,,, +294,django-activity-stream,justquick/django-activity-stream,django-utils,,https://github.com/justquick/django-activity-stream,https://github.com/justquick/django-activity-stream,BSD-3-Clause,2010-02-24 21:16:51.000,2023-05-24 11:42:55.000,2023-05-24 11:42:46,938.0,454.0,74.0,222.0,15.0,288.0,2228.0,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1093.0,1093.0,113.0,28,True,['django'],2022-12-19 05:38:06.000,1.4.2,8.0,3.0,9.0,42266.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,,,42266.0,,,,3.0,,,,,,,,,,,,,,,,,, +295,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,2023-08-16 14:50:38.000,2023-08-16 14:50:38,401.0,581.0,65.0,283.0,154.0,277.0,2127.0,Send push notifications to mobile devices through GCM or APNS in Django.,89.0,,95.0,28,True,['django'],2022-02-17 03:24:01.000,3.0.0,16.0,5.0,103.0,66081.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2022-02-17 03:20:43.000,89.0,66081.0,,,,3.0,,,,,,,,,,,,,,,,,, +296,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,2023-07-18 09:23:37.000,2023-02-23 16:06:08,195.0,133.0,34.0,69.0,30.0,83.0,1664.0,"Awesome Django authorization, without the database.",1526.0,1391.0,28.0,28,True,['django'],2022-03-23 08:53:01.000,3.3.0,20.0,,,115913.0,,rules,https://pypi.org/project/rules,2022-03-23 08:54:01.000,135.0,115913.0,,,,3.0,,,,,,,,,,,,,,,,,, +297,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2023-08-03 10:54:26.000,2023-03-03 17:53:06,380.0,185.0,90.0,170.0,52.0,38.0,1598.0,Python email address and Mime parsing library.,580.0,487.0,57.0,28,True,,2023-03-03 17:53:47.000,0.9.15,62.0,,,30255.0,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,93.0,30255.0,,,,2.0,,,,,,,,,,,,,,,,,, +298,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/django-polymorphic/django-polymorphic,https://github.com/django-polymorphic/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2023-06-27 07:13:57.000,2021-11-18 13:07:40,854.0,265.0,28.0,221.0,167.0,176.0,1487.0,Improved Django model inheritance with automatic downcasting.,179.0,,105.0,28,False,['django'],2021-11-18 11:55:38.000,3.1.0,40.0,,,305749.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,179.0,305042.0,https://anaconda.org/conda-forge/django_polymorphic,2023-06-16 13:15:49.260,62302.0,3.0,,,,,,,,,,,,,,,,,, +299,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2023-01-07 21:13:26.000,2022-02-22 21:28:40,768.0,242.0,24.0,196.0,97.0,121.0,1453.0,Convert HTML to Markdown-formatted text.,2348.0,,76.0,28,False,,2020-01-16 14:21:52.000,2020.1.16,38.0,,,1510708.0,,html2text,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2348.0,1510708.0,,,,3.0,,,,,,,,,,,,,,,,,, +300,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,,2009-03-08 11:23:29.000,2023-06-17 23:09:02.000,2023-06-10 01:55:50,973.0,231.0,60.0,135.0,66.0,340.0,1427.0,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,1890.0,1890.0,84.0,28,False,,2023-02-22 03:48:42.000,5.3.1,13.0,7.0,322.0,327263.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,,,305637.0,https://anaconda.org/conda-forge/rpyc,2023-06-16 19:21:36.467,756719.0,2.0,,,,,,,,,,,,,,,,,, +301,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2023-08-09 17:39:30.000,2022-11-27 11:20:23,448.0,89.0,17.0,112.0,17.0,144.0,1422.0,AWS Lambda support for ASGI applications.,2641.0,2626.0,29.0,28,True,['fastapi'],2022-11-27 11:23:00.627,0.17.0,69.0,,,452710.0,,mangum,https://pypi.org/project/mangum,2022-11-27 11:23:00.627,15.0,452710.0,,,,3.0,,,,,,,,,,,,,,,,,, +302,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,,2014-02-15 12:27:34.000,2023-08-02 02:59:17.000,2023-08-02 02:59:16,283.0,180.0,47.0,91.0,13.0,53.0,1386.0,Browsable web APIs for Flask.,5967.0,5967.0,34.0,28,False,['flask'],2023-06-05 16:50:54.000,3.1,14.0,9.0,,101999.0,,flask-api,https://pypi.org/project/flask-api,,,101999.0,,,,2.0,,,,,,,,,,,,,,,,,, +303,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,2023-06-19 20:00:14.000,2023-06-19 20:00:13,463.0,175.0,60.0,121.0,17.0,128.0,1325.0,"Djangos class-based generic views are awesome, lets have more of them.",2594.0,2073.0,61.0,28,True,['django'],2021-06-09 09:02:36.000,0.14.0,26.0,2.0,,63278.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,521.0,63278.0,,,,3.0,,,,,,,,,,,,,,,,,, +304,django-angular,jrief/django-angular,django-utils,,https://github.com/jrief/django-angular,https://github.com/jrief/django-angular,MIT,2013-03-11 09:12:53.000,2023-03-31 14:49:23.000,2022-09-03 07:51:41,1534.0,300.0,80.0,174.0,22.0,181.0,1243.0,Let AngularJS play well with Django.,880.0,638.0,66.0,28,True,['django'],2019-11-26 15:51:32.000,2.2.4,55.0,,,5634.0,,django-angular,https://pypi.org/project/django-angular,2020-05-05 21:38:28.000,242.0,5634.0,,,,3.0,,,,,,,,,,,,,,,,,, +305,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2023-06-16 13:15:58.493,2023-03-27 15:47:57,7049.0,263.0,43.0,327.0,73.0,293.0,1107.0,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,725.0,628.0,127.0,28,False,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,,119955.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,97.0,119153.0,https://anaconda.org/conda-forge/spyne,2023-06-16 13:15:58.493,70594.0,2.0,,,,,,,,,,,,,,,,,, +306,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2023-06-12 10:00:14.000,2023-06-09 10:55:35,1203.0,391.0,35.0,109.0,44.0,89.0,1015.0,Simple yet powerful authorization / authentication client library for Python web applications.,252.0,,47.0,28,True,,2023-06-08 18:10:01.850,1.2.1,22.0,19.0,,1500.0,,authomatic,https://pypi.org/project/authomatic,2023-06-08 18:10:01.850,252.0,1500.0,,,,3.0,,,,,,,,,,,,,,,,,, +307,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,2023-08-17 11:33:26.000,2023-07-18 13:05:59,1068.0,140.0,29.0,700.0,35.0,183.0,983.0,Yet another URL library.,,,81.0,28,True,,2023-04-25 19:10:28.000,1.9.2,60.0,29.0,9747.0,68958919.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,,,68820220.0,https://anaconda.org/conda-forge/yarl,2023-06-16 13:23:41.533,10393718.0,2.0,,,,,,,,,,,,,,,,,, +308,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,2023-06-15 06:19:16.352,2023-06-14 22:02:58,191.0,74.0,10.0,50.0,,52.0,949.0,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,11695.0,11364.0,17.0,28,True,['django'],2023-06-14 22:14:00.885,8.0.0,38.0,13.0,,152791.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2023-06-14 22:14:00.885,331.0,152500.0,https://anaconda.org/conda-forge/django-cleanup,2023-06-15 06:19:16.352,11064.0,3.0,,,,,,,,,,,,,,,,,, +309,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-12-26 20:29:09.000,2021-10-22 14:38:03,379.0,217.0,21.0,116.0,79.0,133.0,881.0,Django test runner using nose.,9224.0,9224.0,63.0,28,False,['django'],2020-08-20 02:22:45.000,1.4.7,8.0,,,192423.0,,django-nose,https://pypi.org/project/django-nose,,,192423.0,,,,2.0,,,,,,,,,,,,,,,,,, +310,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,2023-07-31 18:10:55.000,2022-11-28 20:19:07,783.0,203.0,28.0,118.0,9.0,150.0,691.0,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,3022.0,2733.0,73.0,28,True,['django'],2021-12-15 15:40:40.554,0.1.4,28.0,,,10933.0,,django-paypal,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,10933.0,,,,3.0,,,,,,,,,,,,,,,,,, +311,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,2023-07-20 07:18:39.000,2023-07-20 07:18:39,342.0,124.0,27.0,113.0,68.0,73.0,678.0,A set of high-level abstractions for Django forms.,10517.0,9298.0,71.0,28,True,['django'],2023-05-13 12:54:02.166,2.4.1,7.0,2.0,,370045.0,,django-formtools,https://pypi.org/project/django-formtools,2023-05-13 12:54:02.166,1219.0,370045.0,,,,3.0,,,,,,,,,,,,,,,,,, +312,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2023-08-17 00:10:50.000,2023-08-02 21:25:42,1096.0,135.0,55.0,202.0,104.0,188.0,621.0,User-oriented Web UI browser tests in Python.,2718.0,2718.0,38.0,28,True,,2023-08-02 21:27:13.000,2.0.0rc4,34.0,22.0,,15467.0,,selene,https://pypi.org/project/selene,,,15467.0,,,,2.0,,,,,,,,,,,,,,,,,, +313,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017-11-23 20:04:19.000,2023-06-16 16:21:37.707,2023-04-28 01:13:03,240.0,161.0,10.0,31.0,28.0,100.0,581.0,Prometheus exporter for Flask applications.,62.0,,27.0,28,True,['flask'],2023-04-28 01:21:00.091,0.22.4,70.0,,,6626415.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2023-04-28 01:21:00.091,62.0,6603687.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2023-06-16 16:21:37.707,1000063.0,2.0,,,,,,,,,,,,,,,,,, +314,flask-testing,jarus/flask-testing,testing,,https://github.com/jarus/flask-testing,https://github.com/jarus/flask-testing,BSD-3-Clause,2012-02-29 16:34:28.000,2023-06-16 13:22:55.760,2020-12-24 16:50:31,190.0,113.0,10.0,70.0,42.0,45.0,493.0,Unittest extensions for Flask.,19720.0,17274.0,33.0,28,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,,282252.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2446.0,281428.0,https://anaconda.org/conda-forge/flask-testing,2023-06-16 13:22:55.760,68425.0,2.0,,,,,,,,,,,,,,,,,, +315,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2023-06-16 16:18:11.597,2021-05-15 11:42:43,118.0,64.0,9.0,43.0,12.0,57.0,487.0,Simple DNS resolver for asyncio.,44934.0,43808.0,24.0,28,False,,2021-05-14 08:52:08.000,3.0.0,15.0,,,2038480.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2021-05-14 08:52:08.000,1126.0,2033778.0,https://anaconda.org/conda-forge/aiodns,2023-06-16 16:18:11.597,216302.0,3.0,,,,,,,,,,,,,,,,,, +316,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2023-06-24 14:17:52.000,2023-06-08 06:54:30,1052.0,109.0,19.0,125.0,27.0,100.0,332.0,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",14808.0,10822.0,91.0,28,True,,2021-08-19 12:40:12.829,3.0.0,55.0,4.0,,743095.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021-08-19 12:40:12.829,3986.0,742814.0,https://anaconda.org/conda-forge/webtest,2023-06-16 16:18:49.891,12655.0,2.0,,,,,,,,,,,,,,,,,, +317,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,BSD-3-Clause,2011-06-12 21:20:23.000,2023-06-16 13:18:03.589,2022-04-05 03:58:40,119.0,62.0,13.0,45.0,6.0,41.0,315.0,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,56409.0,53429.0,25.0,28,False,['flask'],2022-04-05 03:59:51.000,1.0.1,16.0,,,1115770.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2980.0,1115368.0,https://anaconda.org/conda-forge/flask-bcrypt,2023-06-16 13:18:03.589,34212.0,2.0,,,,,,,,,,,,,,,,,, +318,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/python-openapi/openapi-core,https://github.com/python-openapi/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000,2023-08-17 14:03:41.000,2023-08-17 14:00:16,1000.0,116.0,10.0,431.0,64.0,142.0,226.0,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,426.0,390.0,60.0,28,True,,2023-07-10 08:44:03.533,0.18.0,61.0,123.0,,136277.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2023-07-10 08:44:03.533,36.0,135801.0,https://anaconda.org/conda-forge/openapi-core,2023-07-10 16:43:09.130,13349.0,3.0,,,,,,,,,,,,,python-openapi/openapi-core,,,,, +319,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,2023-08-13 16:48:10.000,2023-04-21 09:14:35,2097.0,5011.0,1020.0,901.0,80.0,734.0,42758.0,Hunt down social media accounts by username across social networks.,,,220.0,27,True,,,,,,,12182.0,,sherlock,https://pypi.org/project/sherlock,,,12182.0,,,,3.0,,,,,,,,,,,,,,,,,, +320,idom,idom-team/idom,web-ui,,https://github.com/reactive-python/reactpy,https://github.com/reactive-python/reactpy,MIT,2019-02-19 05:25:54.000,2023-08-16 10:31:03.000,2023-07-24 04:55:31,1334.0,269.0,49.0,508.0,100.0,247.0,6692.0,"Its React, but in Python.",70.0,64.0,20.0,27,True,,2023-07-04 05:29:39.000,reactpy-v1.0.2,109.0,45.0,,791.0,,idom,https://pypi.org/project/idom,2022-06-20 20:22:17.000,6.0,791.0,,,,2.0,,,,,,,,,,,,,reactive-python/reactpy,,,,, +321,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2023-07-24 20:34:59.000,2022-03-30 18:00:12,575.0,424.0,76.0,104.0,99.0,186.0,6105.0,Preview GitHub README.md files locally before committing them.,1480.0,1480.0,39.0,27,False,,,,,,,16083.0,,grip,https://pypi.org/project/grip,,,16083.0,,,,3.0,,,,,,,,,,,,,,,,,, +322,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017-07-17 13:19:16.000,2023-08-16 07:34:34.000,2023-08-16 07:34:26,1122.0,293.0,57.0,252.0,68.0,530.0,5314.0,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",73.0,73.0,52.0,27,False,['openapi'],2023-07-24 09:24:50.000,4.0.0,36.0,36.0,170023.0,2833.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +323,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-12-03 13:57:05.000,2019-04-03 03:05:04,1296.0,1429.0,277.0,167.0,387.0,199.0,4704.0,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",799.0,799.0,51.0,27,False,,2022-09-24 08:54:19.425,2.0.4,4.0,,,142.0,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,142.0,,,,3.0,,,,,,,,,,,,,,,,,, +324,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,2023-06-16 16:12:56.673,2021-03-24 10:24:29,995.0,211.0,97.0,256.0,54.0,169.0,3561.0,A familiar HTTP Service Framework for Python.,613.0,544.0,86.0,27,False,,2021-01-08 08:35:11.365,2.0.7,48.0,,,3893.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021-01-06 08:04:39.000,69.0,2456.0,https://anaconda.org/conda-forge/responder,2023-06-16 16:12:56.673,81955.0,3.0,,,,,,,,,,,,,,,,,, +325,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2023-06-16 19:21:03.017,2023-01-20 16:01:32,925.0,713.0,143.0,194.0,26.0,309.0,3533.0,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,335.0,30.0,96.0,27,True,,2022-12-16 12:13:23.000,0.11.0,10.0,,,45370.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2021-07-22 15:22:25.000,305.0,43016.0,https://anaconda.org/conda-forge/websockify,2023-06-16 19:21:03.017,87132.0,3.0,,,,,,,,,,,,,,,,,, +326,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,2023-08-03 16:28:06.000,2023-08-03 16:26:37,136.0,302.0,71.0,29.0,47.0,40.0,3469.0,Selenium-python but lighter: Helium is the best Python library for web automation.,481.0,470.0,8.0,27,True,,2023-08-03 16:29:02.000,3.2.5,35.0,12.0,,20188.0,,helium,https://pypi.org/project/helium,2023-08-03 16:27:31.000,11.0,20188.0,,,,3.0,,,,,,,,,,,,,,,,,, +327,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,,2013-02-10 13:12:02.000,2023-08-10 20:39:42.000,2023-06-18 19:33:58,7680.0,664.0,134.0,1228.0,147.0,2924.0,2972.0,The free and open-source Download Manager written in pure Python.,10.0,10.0,220.0,27,False,,2020-02-20 21:04:56.000,0.4.20,17.0,19.0,95938.0,2906.0,,pyload-ng,https://pypi.org/project/pyload-ng,,,2093.0,,,,3.0,,,,,,,,,,,,,,,,,, +328,python-instagram,facebookarchive/python-instagram,third-party-apis,,https://github.com/facebookarchive/python-instagram,https://github.com/facebookarchive/python-instagram,MIT,2011-02-02 02:45:23.000,2020-10-01 16:22:11.000,2018-01-03 00:17:14,233.0,1144.0,262.0,160.0,119.0,,2965.0,Python Client for Instagram API.,1144.0,777.0,52.0,27,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,,4470.0,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,4470.0,,,,3.0,,,,,,,,,,,,,,,,,, +329,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2023-06-17 21:35:06.000,2022-09-11 18:40:12,473.0,187.0,79.0,83.0,29.0,133.0,2933.0,A screamingly fast Python 2/3 WSGI server written in C.,807.0,657.0,44.0,27,True,,2022-09-19 16:03:06.582,3.2.2,30.0,,,25797.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,150.0,23836.0,https://anaconda.org/conda-forge/bjoern,2023-06-16 16:13:39.525,113777.0,3.0,,,,,,,,,,,,,,,,,, +330,robyn,sansyrox/robyn,web-frameworks,,https://github.com/sparckles/robyn,https://github.com/sparckles/robyn,BSD-2-Clause,2021-06-18 09:32:00.000,2023-08-17 07:11:04.000,2023-08-14 07:37:50,397.0,148.0,21.0,285.0,112.0,176.0,2876.0,"A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.",31.0,31.0,49.0,27,True,,2023-08-14 11:44:28.000,0.38.0,78.0,41.0,,33507.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2023-08-13 13:32:32.000,,29124.0,https://anaconda.org/conda-forge/robyn,2023-08-07 16:20:29.494,100815.0,3.0,,,,,,,,,,,,,sparckles/robyn,,,,, +331,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,2023-08-15 07:31:53.000,2023-04-17 04:12:18,882.0,501.0,52.0,942.0,67.0,235.0,2559.0,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,143.0,124.0,19.0,27,True,,2023-03-14 16:49:54.000,2.4.4rc4,38.0,,875.0,157436.0,,proxy.py,https://pypi.org/project/proxy.py,2022-08-13 07:22:00.491,19.0,157395.0,,,,3.0,,,,,,,,,,,,,,,,,, +332,django-cacheops,Suor/django-cacheops,django-utils,,https://github.com/Suor/django-cacheops,https://github.com/Suor/django-cacheops,BSD-3-Clause,2011-06-04 12:25:47.000,2023-05-20 06:23:11.000,2023-05-20 06:23:06,1228.0,202.0,37.0,139.0,16.0,304.0,1879.0,A slick ORM cache with automatic granular event-driven invalidation.,1121.0,1121.0,66.0,27,True,['django'],,,,2.0,,179359.0,,django-cacheops,https://pypi.org/project/django-cacheops,,,179359.0,,,,3.0,,,,,,,,,,,,,,,,,, +333,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,2023-06-29 13:13:10.000,2023-04-24 15:44:41,174.0,98.0,24.0,52.0,3.0,65.0,1243.0,"The official Notion API client library, but rewritten in Python! (sync + async).",612.0,579.0,24.0,27,True,,2022-12-10 14:24:59.000,2.0.0,13.0,,,103633.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2022-12-10 14:12:02.423,33.0,103373.0,https://anaconda.org/conda-forge/notion-client,2023-06-16 19:27:59.196,5468.0,3.0,,,,,,,,,,,,,,,,,, +334,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,2023-08-14 10:34:22.000,2023-08-14 10:30:10,290.0,115.0,11.0,322.0,20.0,131.0,1152.0,SQLAlchemy Admin for FastAPI and Starlette.,302.0,297.0,34.0,27,True,['fastapi'],2023-08-08 09:51:51.000,0.14.1,33.0,31.0,,33352.0,,sqladmin,https://pypi.org/project/sqladmin,2023-08-08 09:51:51.000,5.0,33352.0,,,,1.0,,,,,,,,,,,,,,,,,, +335,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,2023-08-15 12:06:37.000,2023-08-15 12:06:27,1974.0,300.0,48.0,138.0,60.0,252.0,1134.0,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,,,74.0,27,True,,2023-05-01 13:48:42.000,2023.05.01,6.0,7.0,286.0,5158090.0,,imdbpy,https://pypi.org/project/imdbpy,,,5158080.0,,,,3.0,,,,,,,,,,,,,cinemagoer/cinemagoer,,,,, +336,Flask-User,lingthio/Flask-User,auth,,https://github.com/lingthio/Flask-User,https://github.com/lingthio/Flask-User,MIT,2014-02-19 23:57:57.000,2023-06-16 13:23:47.208,2019-12-18 13:33:49,666.0,276.0,43.0,119.0,123.0,126.0,1020.0,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2838.0,2606.0,39.0,27,False,['flask'],2018-04-16 17:42:06.000,0.6.21,54.0,,,56519.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,232.0,55779.0,https://anaconda.org/conda-forge/flask-user,2023-06-16 13:23:47.208,61474.0,3.0,,,,,,,,,,,,,,,,,, +337,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,2023-08-14 03:10:37.000,2023-08-14 03:10:34,487.0,62.0,18.0,447.0,4.0,40.0,1011.0,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,2256.0,2142.0,23.0,27,True,['django'],2022-09-27 22:34:42.144,1.2.0,15.0,10.0,,96349.0,,django-split-settings,https://pypi.org/project/django-split-settings,2022-09-27 22:34:42.144,114.0,96349.0,,,,3.0,,,,,,,,,,,,,wemake-services/django-split-settings,,,,, +338,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,2023-07-26 14:17:35.000,2023-04-04 10:56:38,482.0,133.0,20.0,172.0,53.0,145.0,999.0,A helper for organizing Django project settings by relying on well established programming patterns.,3395.0,2730.0,64.0,27,True,['django'],2023-04-04 16:05:56.391,2.4.1,22.0,,,120039.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2023-04-04 16:05:56.391,665.0,119629.0,https://anaconda.org/conda-forge/django-configurations,2023-06-16 13:24:27.549,29152.0,3.0,,,,,,,,,,,,,,,,,, +339,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/pallets-eco/flask-debugtoolbar,https://github.com/pallets-eco/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000,2023-07-06 13:09:00.000,2023-05-24 17:22:56,295.0,133.0,19.0,92.0,40.0,73.0,880.0,A toolbar overlay for debugging Flask applications.,26640.0,23665.0,47.0,27,True,['flask'],2022-03-29 22:45:35.000,0.13.1,26.0,1.0,,125732.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2022-03-29 22:36:44.000,2975.0,124969.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2023-06-16 13:18:19.194,63393.0,3.0,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,,,, +340,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2023-08-07 06:30:42.000,2023-08-07 06:30:00,4007.0,230.0,38.0,267.0,28.0,412.0,871.0,A Django-based CMS with a focus on extensibility and concise code.,164.0,,135.0,27,True,['django'],2023-08-07 06:30:42.000,23.8.0,108.0,4.0,,5341.0,,feincms,https://pypi.org/project/feincms,2023-08-07 06:30:42.000,164.0,5341.0,,,,3.0,6.0,,,,,,,,,,,,,,,,, +341,sockjs-tornado,mrjoes/sockjs-tornado,websocket,,https://github.com/mrjoes/sockjs-tornado,https://github.com/mrjoes/sockjs-tornado,MIT,2011-12-06 20:41:39.000,2023-08-04 15:50:54.000,2023-05-10 16:47:01,195.0,160.0,51.0,53.0,35.0,39.0,857.0,WebSocket emulation - Python server.,2959.0,2213.0,36.0,27,True,,2020-04-24 15:02:06.000,1.0.7,11.0,,,25307.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,746.0,25245.0,https://anaconda.org/conda-forge/sockjs-tornado,2023-06-16 19:26:46.613,1550.0,3.0,,,,,,,,,,,,,,,,,, +342,opentracing-python,opentracing/opentracing-python,monitoring,,https://github.com/opentracing/opentracing-python,https://github.com/opentracing/opentracing-python,Apache-2.0,2016-01-06 22:57:00.000,2023-06-16 13:23:04.175,2021-04-13 17:30:55,220.0,118.0,36.0,105.0,28.0,33.0,766.0,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,252.0,,34.0,27,False,,2020-11-19 17:10:42.000,2.4.0,27.0,,,2801368.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,252.0,2798604.0,https://anaconda.org/conda-forge/opentracing,2023-06-16 13:23:04.175,193502.0,2.0,,,,,,,,,,,,,,,,,, +343,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2023-08-14 18:16:01.000,2023-08-13 20:00:38,801.0,96.0,14.0,75.0,15.0,100.0,642.0,"A fast, extensible and spec-compliant Markdown parser in pure Python.",699.0,699.0,32.0,27,True,,2023-06-11 15:02:26.000,1.1.0,26.0,26.0,319.0,105630.0,,mistletoe,https://pypi.org/project/mistletoe,,,105626.0,,,,3.0,,,,,,,,,,,,,,,,,, +344,flask-apispec,jmcarp/flask-apispec,flask-utils,,https://github.com/jmcarp/flask-apispec,https://github.com/jmcarp/flask-apispec,MIT,2015-07-13 02:46:44.000,2023-07-14 13:07:17.000,2022-08-11 23:30:54,224.0,146.0,22.0,92.0,112.0,67.0,630.0,Build and document REST APIs with Flask and apispec.,1369.0,1324.0,32.0,27,True,['flask'],2022-08-11 23:33:04.168,0.11.4,30.0,,,286662.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,45.0,284997.0,https://anaconda.org/conda-forge/flask-apispec,2023-06-16 13:24:09.005,129940.0,2.0,,,,,,,,,,,,,,,,,, +345,django-test-plus,revsys/django-test-plus,testing,,https://github.com/revsys/django-test-plus,https://github.com/revsys/django-test-plus,BSD-3-Clause,2015-05-23 16:08:52.000,2023-07-11 11:38:09.000,2023-07-11 11:37:47,489.0,66.0,11.0,152.0,11.0,46.0,581.0,Useful additions to Djangos default TestCase.,1261.0,,33.0,27,True,['django'],2023-07-11 11:44:02.719,2.2.3,37.0,10.0,,58916.0,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2021-05-19 19:11:32.000,1261.0,58515.0,https://anaconda.org/conda-forge/django-test-plus,2023-06-16 13:22:55.415,28916.0,3.0,,,,,,,,,,,,,,,,,, +346,flask-mail,mattupstate/flask-mail,email,,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,,2012-02-29 16:39:29.000,2023-06-16 13:17:02.870,2014-11-04 19:45:41,236.0,158.0,27.0,80.0,77.0,44.0,570.0,Flask-Mail adds SMTP mail sending to your Flask applications.,60537.0,60537.0,30.0,27,False,,,,1.0,,,491992.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,,,490769.0,https://anaconda.org/conda-forge/flask-mail,2023-06-16 13:17:02.870,102743.0,2.0,,,,,,,,,,,,,,,,,, +347,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,2023-07-18 18:53:18.000,2023-07-18 18:50:59,277.0,71.0,11.0,86.0,6.0,94.0,514.0,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",1619.0,1611.0,41.0,27,True,['fastapi'],2023-07-18 18:53:18.000,1.4.1,89.0,8.0,,110435.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023-07-18 18:53:18.000,8.0,110435.0,,,,2.0,,,,,,,,,,,,,,,,,, +348,flask-swagger,getsling/flask-swagger,openapi-utils,,https://github.com/getsling/flask-swagger,https://github.com/getsling/flask-swagger,MIT,2015-03-01 01:08:16.000,2023-06-16 13:20:31.304,2020-09-29 10:30:18,120.0,92.0,29.0,29.0,21.0,14.0,456.0,A swagger 2.0 spec extractor for flask.,9099.0,8760.0,24.0,27,False,['flask'],2019-03-26 11:27:48.000,0.2.14,17.0,,,857782.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,339.0,856975.0,https://anaconda.org/conda-forge/flask-swagger,2023-06-16 13:20:31.304,61341.0,3.0,,,,,,,,,,,,,,,,,, +349,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,2023-06-16 13:24:38.184,2023-02-18 00:45:45,320.0,84.0,8.0,90.0,12.0,62.0,452.0,A set of pytest fixtures to test Flask applications.,8354.0,,32.0,27,True,['flask'],2021-02-27 03:48:05.000,1.2.0,29.0,,,349278.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2021-02-27 03:48:05.000,8354.0,348203.0,https://anaconda.org/conda-forge/pytest-flask,2023-06-16 13:24:38.184,78488.0,3.0,,,,,,,,,,,,,,,,,, +350,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2023-05-31 16:07:10.000,2022-07-15 09:49:12,1629.0,157.0,33.0,348.0,47.0,135.0,399.0,A Python HTML form library.,976.0,786.0,101.0,27,False,,2020-12-15 23:27:03.000,2.0.15,40.0,,,22196.0,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,190.0,22196.0,,,,3.0,,,,,,,,,,,,,,,,,, +351,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,2023-08-15 12:08:31.000,2023-08-15 12:08:30,235.0,32.0,13.0,75.0,10.0,26.0,214.0,URI template parsing per RFC6570.,3820.0,,19.0,27,False,,2021-10-13 11:15:12.000,4.1.1,12.0,3.0,,28489328.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3820.0,28461056.0,https://anaconda.org/conda-forge/uritemplate,2023-06-16 13:14:30.428,2403125.0,3.0,,,,,,,,,,,,,,,,,, +352,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2023-06-16 13:20:43.209,2019-10-18 01:30:15,123.0,51.0,7.0,20.0,14.0,34.0,105.0,Python 3.3+s ipaddress for older Python versions.,41301.0,34523.0,7.0,27,False,,2019-10-18 01:30:27.000,1.0.23,22.0,,,4069918.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6778.0,4058670.0,https://anaconda.org/conda-forge/ipaddress,2023-06-16 13:20:43.209,944898.0,3.0,,,,,,,,,,,,,,,,,, +353,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,2023-08-14 21:58:21.742,,,765.0,,,,,9166.0,A high-level API to automate web browsers.,240.0,,,26,True,,2023-08-14 17:43:22.000,1.37.0,101.0,,,1453558.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2023-08-14 17:43:22.000,240.0,1452871.0,https://anaconda.org/microsoft/playwright,2023-08-14 21:58:21.742,18573.0,3.0,,,,,,,,,,,,,,,,,, +354,notion-py,jamalex/notion-py,third-party-apis,,https://github.com/jamalex/notion-py,https://github.com/jamalex/notion-py,MIT,2018-11-26 03:08:41.000,2023-06-18 11:30:08.000,2021-02-05 05:10:12,233.0,441.0,75.0,110.0,154.0,111.0,4049.0,Unofficial Python API client for Notion.so.,785.0,747.0,31.0,26,False,,2021-02-05 05:11:13.000,0.0.28,21.0,,,7907.0,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,38.0,7907.0,,,,3.0,,,,,,,,,,,,,,,,,, +355,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2023-07-12 06:56:48.000,2022-05-05 14:10:10,2114.0,506.0,213.0,333.0,397.0,474.0,3881.0,"Lightweight, scriptable browser as a service with an HTTP API.",10.0,,62.0,26,False,,2020-01-09 19:09:29.000,3.4.1,30.0,,,311.0,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,311.0,,,,3.0,,,,,,,,,,,,,,,,,, +356,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-12-06 19:59:16.000,2019-05-21 10:57:50,891.0,786.0,118.0,177.0,307.0,126.0,3451.0,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3302.0,3024.0,29.0,26,False,['django'],2018-10-18 06:39:57.000,1.0.8,25.0,,,18428.0,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,18428.0,,,,3.0,,,,,,,,,,,,,,,,,, +357,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2023-08-05 16:39:09.000,2023-04-22 18:01:58,2118.0,391.0,116.0,411.0,365.0,572.0,2829.0,A simple CalDAV (calendar) and CardDAV (contact) server.,178.0,135.0,96.0,26,True,,2022-07-14 20:39:01.389,3.1.8,58.0,,,7393.0,,radicale,https://pypi.org/project/radicale,2022-04-20 16:12:24.000,43.0,7393.0,,,,3.0,,,,,,,,,,,,,,,,,, +358,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,134.0,164.0,61.0,450.0,2510.0,An unofficial client library for Google Music.,631.0,485.0,51.0,26,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,,524.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,524.0,,,,3.0,,,,,,,,,,,,,,,,,, +359,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,2023-08-14 09:25:07.000,2023-08-02 15:37:05,1047.0,774.0,43.0,636.0,171.0,466.0,2469.0,Django-storages is a project to provide a variety of storage backends in a single library.,,,248.0,26,True,['django'],,,13.0,7.0,,2332238.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,,,2331512.0,https://anaconda.org/conda-forge/django-storages,2023-06-16 13:21:28.484,52291.0,3.0,-8.0,,,,,,,,,,,,,,,,, +360,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,2023-08-17 04:27:17.000,2023-08-17 04:27:15,123.0,382.0,104.0,94.0,33.0,260.0,2419.0,Reusable workflow library for Django.,307.0,275.0,27.0,26,True,['django'],2022-04-05 06:26:44.000,1.11.0,46.0,15.0,,4829.0,,django-viewflow,https://pypi.org/project/django-viewflow,2023-07-28 07:56:40.000,32.0,4829.0,,,,3.0,,,,,,,,,,,,,,,,,, +361,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,2023-08-01 17:07:22.000,2023-08-01 17:07:18,5305.0,495.0,84.0,416.0,95.0,1121.0,2362.0,"Misago is fully featured modern forum application that is fast, scalable and responsive.",47.0,47.0,40.0,26,True,,2023-05-28 12:53:50.000,0.36.1,60.0,28.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +362,twitterscraper,taspinar/twitterscraper,third-party-apis,,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016-06-16 06:51:10.000,2022-10-05 15:48:52.000,2020-07-28 11:36:45,262.0,554.0,89.0,91.0,130.0,155.0,2312.0,Scrape Twitter for Tweets.,496.0,496.0,34.0,26,False,,2020-07-22 15:08:13.000,1.6.0,6.0,,,1533.0,,twitterscraper,https://pypi.org/project/twitterscraper,,,1533.0,,,,3.0,,,,,,,,,,,,,,,,,, +363,django-blog-zinnia,Fantomas42/django-blog-zinnia,django-utils,,https://github.com/Fantomas42/django-blog-zinnia,https://github.com/Fantomas42/django-blog-zinnia,BSD-3-Clause,2009-07-13 14:58:26.000,2023-05-18 11:56:44.000,2020-03-09 20:52:03,3155.0,745.0,131.0,160.0,38.0,406.0,2088.0,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,760.0,596.0,71.0,26,False,['django'],2016-09-27 13:25:46.000,0.18.1,29.0,,,1045.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,1045.0,,,,3.0,,,,,,,,,,,,,,,,,, +364,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2023-04-02 23:24:53.000,2022-11-05 01:29:29,4030.0,125.0,62.0,342.0,32.0,356.0,2047.0,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,490.0,490.0,85.0,26,True,,2022-10-13 11:13:04.000,4.17.4,100.0,,,2068.0,,masonite,https://pypi.org/project/masonite,,,2068.0,,,,3.0,,,,,,,,,,,,,,,,,, +365,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000,2023-07-25 21:40:27.000,2023-07-11 13:16:57,948.0,187.0,66.0,176.0,53.0,161.0,1977.0,A Django app that creates automatic web UIs for Python scripts.,43.0,42.0,24.0,26,True,,2022-10-05 14:12:48.578,0.13.2,38.0,26.0,,368.0,,wooey,https://pypi.org/project/wooey,2022-10-05 14:12:48.578,1.0,368.0,,,,3.0,,,,,,,,,,,,,,,,,, +366,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,1575.0,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",2374.0,1579.0,65.0,26,False,['django'],2015-12-15 08:53:11.000,2.5.7,45.0,,,3188.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,795.0,3188.0,,,,3.0,,,,,,,,,,,,,,,,,, +367,OpenAPI-to-GraphQL,IBM/openapi-to-graphql,openapi-utils,,https://github.com/IBM/openapi-to-graphql,https://github.com/IBM/openapi-to-graphql,MIT,2018-09-05 18:52:16.000,2023-04-17 11:15:27.000,2023-03-09 15:32:59,677.0,200.0,40.0,229.0,139.0,146.0,1526.0,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,716.0,713.0,42.0,26,True,"['openapi', 'graphql']",2023-03-09 15:32:21.528,3.0.5,38.0,,,4942.0,,,,,,,,,,3.0,,,,,,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,4942.0,,,,2023-03-09 15:32:21.528,3.0,, +368,python-lambda,nficano/python-lambda,serverless,,https://github.com/nficano/python-lambda,https://github.com/nficano/python-lambda,ISC,2016-02-26 03:21:06.000,2023-06-28 11:38:10.000,2022-06-03 06:57:29,384.0,232.0,32.0,630.0,63.0,53.0,1445.0,A toolkit for developing and deploying serverless Python code in AWS Lambda.,230.0,197.0,48.0,26,False,,2021-01-05 04:42:47.000,11.8.0,49.0,,,4971.0,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,4971.0,,,,3.0,,,,,,,,,,,,,,,,,, +369,flask-graphql,graphql-python/flask-graphql,graphql,,https://github.com/graphql-python/flask-graphql,https://github.com/graphql-python/flask-graphql,MIT,2016-01-23 09:20:02.000,2023-06-16 16:17:00.297,2020-08-07 18:38:18,97.0,145.0,28.0,38.0,42.0,24.0,1311.0,Adds GraphQL support to your Flask application.,3104.0,2893.0,15.0,26,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,,149400.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,211.0,149079.0,https://anaconda.org/conda-forge/flask-graphql,2023-06-16 16:17:00.297,15123.0,2.0,,,,,,,,,,,,,,,,,, +370,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,338.0,76.0,112.0,107.0,66.0,1219.0,Official repository for gevent-socketio.,1606.0,1354.0,60.0,26,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,,3222.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,252.0,3222.0,,,,3.0,,,,,,,,,,,,,,,,,, +371,django-watson,etianen/django-watson,django-utils,,https://github.com/etianen/django-watson,https://github.com/etianen/django-watson,BSD-3-Clause,2011-08-20 17:50:53.000,2023-01-14 14:30:02.448,2023-01-14 14:27:28,472.0,129.0,33.0,89.0,21.0,196.0,1125.0,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",722.0,611.0,43.0,26,True,['django'],2023-01-14 14:30:02.448,1.6.3,34.0,,,17760.0,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,111.0,17760.0,,,,3.0,,,,,,,,,,,,,,,,,, +372,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,2023-08-08 15:43:10.000,2023-08-08 15:43:10,637.0,130.0,24.0,84.0,26.0,133.0,1060.0,"No effort, no worry, maximum performance.",707.0,622.0,33.0,26,True,['django'],2023-07-21 22:32:48.000,2.6.1,43.0,5.0,,57066.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2023-07-21 22:32:48.000,85.0,56451.0,https://anaconda.org/conda-forge/django-cachalot,2023-06-16 13:23:58.353,43727.0,3.0,,,,,,,,,,,,,,,,,, +373,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,2023-08-11 10:08:43.000,2021-10-14 21:53:39,552.0,224.0,36.0,150.0,62.0,284.0,978.0,Simply integrate Summernote editor with Django project.,229.0,,68.0,26,False,['django'],2021-10-14 19:12:56.000,0.8.19.0,73.0,,,59026.0,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,229.0,59026.0,,,,3.0,,,,,,,,,,,,,,,,,, +374,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,279.0,25.0,153.0,19.0,219.0,947.0,Plug and play continuous integration with django and jenkins.,1973.0,1367.0,70.0,26,False,['django'],2016-09-15 09:54:04.000,0.110.0,19.0,,,33352.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,33352.0,,,,3.0,,,,,,,,,,,,,,,,,, +375,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2023-07-27 11:53:40.000,2023-07-27 08:43:09,333.0,63.0,11.0,14.0,15.0,63.0,859.0,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,1043.0,1006.0,12.0,26,True,,2023-07-27 11:53:40.000,0.3.16,43.0,14.0,,45611.0,,selectolax,https://pypi.org/project/selectolax,2023-07-27 11:53:40.000,37.0,45611.0,,,,3.0,,,,,,,,,,,,,,,,,, +376,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2023-08-17 05:11:04.000,2023-06-08 11:47:57,235.0,60.0,17.0,89.0,48.0,52.0,749.0,A rate limiter for Starlette and FastAPI.,1314.0,1302.0,22.0,26,True,['fastapi'],2023-04-07 14:20:00.918,0.1.8,9.0,2.0,,129444.0,,slowapi,https://pypi.org/project/slowapi,2022-11-28 10:22:00.816,12.0,129444.0,,,,1.0,,,,,,,,,,,,,,,,,, +377,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2023-06-16 13:24:26.385,2023-05-03 06:10:14,1006.0,142.0,26.0,205.0,58.0,100.0,557.0,Python requests like API built on top of Twisteds HTTP client.,1907.0,1490.0,51.0,26,True,,2022-02-09 08:41:14.460,22.2.0,20.0,,182.0,56617.0,conda-forge/treq,treq,https://pypi.org/project/treq,2022-02-09 08:41:14.460,417.0,55713.0,https://anaconda.org/conda-forge/treq,2023-06-16 13:24:26.385,73140.0,3.0,,,,,,,,,,,,,,,,,, +378,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,2023-08-17 04:51:12.000,2023-08-17 04:51:11,873.0,27.0,13.0,588.0,3.0,29.0,505.0,"#1 quality TLS certs while you wait, for the discerning tester.",573.0,523.0,20.0,26,True,,2023-07-10 06:58:01.555,1.1.0,14.0,28.0,,96776.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2023-07-10 06:58:01.555,50.0,96560.0,https://anaconda.org/conda-forge/trustme,2023-07-10 13:47:34.286,7154.0,3.0,,,,,,,,,,,,,,,,,, +379,flask-assets,miracle2k/flask-assets,flask-utils,,https://github.com/miracle2k/flask-assets,https://github.com/miracle2k/flask-assets,BSD-2-Clause,2010-08-06 11:51:29.000,2023-07-24 17:22:54.000,2020-02-29 00:06:32,263.0,88.0,9.0,59.0,22.0,76.0,439.0,Flask webassets integration.,7200.0,7200.0,38.0,26,False,['flask'],,,2.0,,,143671.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,,,143162.0,https://anaconda.org/conda-forge/flask-assets,2023-06-16 13:17:41.545,41806.0,2.0,,,,,,,,,,,,,,,,,, +380,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,2023-08-10 15:19:59.000,2020-07-20 15:14:25,547.0,229.0,30.0,120.0,94.0,26.0,370.0,Python Simple SOAP Library.,1306.0,1175.0,51.0,26,False,,2017-12-03 17:09:17.000,1.16.2,14.0,,,9529.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2017-12-03 17:09:17.000,131.0,9529.0,,,,3.0,,,,,,,,,,,,,,,,,, +381,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2023-06-16 19:19:06.219,2023-05-23 20:39:54,740.0,55.0,6.0,36.0,,71.0,364.0,A Python wrapper for ngrok.,4352.0,4271.0,8.0,26,True,,2023-04-12 14:55:00.900,6.0.0,82.0,2.0,,216085.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2022-11-29 17:07:01.316,81.0,213734.0,https://anaconda.org/conda-forge/pyngrok,2023-06-16 19:19:06.219,91696.0,3.0,,,,,,,,,,,,,,,,,, +382,Flask-OpenID,pallets-eco/flask-openid,auth,,https://github.com/pallets-eco/flask-openid,https://github.com/pallets-eco/flask-openid,BSD-3-Clause,2010-05-06 11:08:54.000,2023-06-16 13:19:07.189,2021-11-23 16:48:39,93.0,72.0,19.0,24.0,5.0,40.0,227.0,Flask-OpenID adds openid support to flask applications.,7905.0,6557.0,15.0,26,False,['flask'],2021-09-08 22:09:37.000,1.3.0,13.0,,15.0,1606758.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1348.0,1605224.0,https://anaconda.org/conda-forge/flask-openid,2023-06-16 13:19:07.189,124301.0,3.0,,,,,,,,,,,,,,,,,, +383,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2023-07-20 15:27:19.648,2022-10-19 05:40:44,195.0,55.0,11.0,44.0,17.0,34.0,217.0,Python HTTP Agent Parser.,2801.0,2538.0,35.0,26,True,,2022-10-19 05:57:00.902,1.9.5,58.0,,,241633.0,,httpagentparser,https://pypi.org/project/httpagentparser,2022-10-19 05:57:00.902,263.0,241633.0,,,,3.0,,,,,,,,,,,,,,,,,, +384,graphql-relay-py,graphql-python/graphql-relay-py,graphql,,https://github.com/graphql-python/graphql-relay-py,https://github.com/graphql-python/graphql-relay-py,MIT,2015-09-17 17:16:20.000,2023-06-16 13:21:37.925,2022-07-23 13:48:14,182.0,38.0,18.0,20.0,10.0,23.0,145.0,A library to help construct a graphql-py server supporting react-relay.,15295.0,14817.0,10.0,26,False,,2022-04-16 11:03:43.000,3.2.0,27.0,,,1594541.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,478.0,1591220.0,https://anaconda.org/conda-forge/graphql-relay,2023-06-16 13:21:37.925,235805.0,2.0,,,,,,,,,,,,,,,,,, +385,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2023-07-22 23:52:55.000,2023-07-22 23:52:55,4016.0,1043.0,293.0,335.0,365.0,1782.0,16529.0,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,10.0,10.0,156.0,25,True,,,,,8.0,,,,,,,,,,,,3.0,,goaccess,,,,,,,,,,,,,,,goaccess, +386,http-prompt,httpie/http-prompt,http-clients,,https://github.com/httpie/http-prompt,https://github.com/httpie/http-prompt,MIT,2016-04-06 07:24:35.000,2023-04-24 14:46:59.000,2022-01-21 21:56:58,391.0,323.0,171.0,106.0,49.0,54.0,8762.0,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",61.0,53.0,29.0,25,False,,2021-03-05 14:17:53.000,2.1.0,24.0,,,881.0,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,8.0,881.0,,,,3.0,,,,,,,,,,,,,,,,,, +387,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,2023-06-21 16:58:16.000,2019-05-21 18:24:10,156.0,1738.0,200.0,102.0,106.0,169.0,8360.0,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,,,38.0,25,False,,,,,,,10930.0,,google_images_download,https://pypi.org/project/google_images_download,,,10930.0,,,,3.0,,,,,,,,,,,,,,,,,, +388,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,,2008-09-29 03:42:56.000,2023-08-04 15:46:21.000,2023-08-04 15:46:20,1066.0,1275.0,340.0,334.0,38.0,396.0,5824.0,web.py is a web framework for python that is as simple as it is powerful.,10.0,10.0,89.0,25,False,,2020-11-09 11:30:29.000,0.62,7.0,1.0,,246225.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,,,245457.0,https://anaconda.org/conda-forge/web.py,2023-06-16 13:21:14.383,55310.0,3.0,,,,,,,,,,,,,,,,,, +389,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,110.0,31.0,60.0,30.0,3681.0,Your friendly neighborhood web scraper.,1109.0,927.0,10.0,25,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,,19133.0,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,19133.0,,,,3.0,,,,,,,,,,,,,,,,,, +390,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,2020-03-27 21:43:12.000,2017-03-08 18:34:10,4395.0,351.0,183.0,142.0,61.0,263.0,3509.0,IMAP/SMTP sync system with modern APIs.,,,78.0,25,False,,2017-01-06 00:18:10.000,17.1.6,3.0,,,101862.0,,nylas,https://pypi.org/project/nylas,,,101862.0,,,,3.0,,,,,,,,,,,,,,,,,, +391,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,125.0,115.0,101.0,85.0,3453.0,Static site generator for designers. Uses Python and Django templates.,1627.0,1204.0,52.0,25,False,['django'],2021-12-15 15:49:39.278,3.0.0,20.0,,,215.0,,cactus,https://pypi.org/project/cactus,2016-02-21 17:10:55.000,423.0,215.0,,,,3.0,,,,,,,,,,,,,,,,,, +392,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,2023-08-16 06:57:52.000,2023-01-24 18:02:27,227.0,908.0,73.0,88.0,135.0,118.0,3415.0,A tool for extracting plain text from Wikipedia dumps.,279.0,272.0,31.0,25,True,,2023-01-24 18:46:33.000,3.0.7,4.0,,,3224.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,3224.0,,,,3.0,,,,,,,,,,,,,,,,,, +393,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2023-08-02 02:25:37.000,2023-07-30 18:08:55,612.0,606.0,123.0,70.0,59.0,148.0,3042.0,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",137.0,129.0,16.0,25,True,['django'],2023-07-19 18:55:56.000,0.9.13,49.0,13.0,,972.0,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,8.0,972.0,,,,3.0,,,,,,,,,,,,,,,,,, +394,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,,2012-04-17 16:29:49.000,2023-08-01 05:02:13.000,2023-08-01 05:02:10,1043.0,410.0,58.0,344.0,34.0,298.0,2647.0,Full featured redis cache backend for Django.,,,133.0,25,False,['django'],2023-06-16 12:08:44.000,5.3.0,1.0,34.0,,2021492.0,,django-redis,https://pypi.org/project/django-redis,,,2021492.0,,,,3.0,-8.0,,,,,,,,,,,,,,,,, +395,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,463.0,126.0,38.0,99.0,326.0,2422.0,Python framework for Telegram Bot API.,3666.0,3666.0,10.0,25,False,,,,,,,28317.0,,telepot,https://pypi.org/project/telepot,,,28317.0,,,,3.0,,,,,,,,,,,,,,,,,, +396,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,2023-07-30 20:37:02.000,2023-03-13 06:51:20,1961.0,584.0,120.0,318.0,45.0,304.0,2417.0,A classic Forum Software in Python using Flask.,37.0,28.0,67.0,25,True,['flask'],2021-09-09 20:26:21.000,2.1.0,4.0,,,159.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,9.0,159.0,,,,3.0,,,,,,,,,,,,,,,,,, +397,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,2023-07-05 10:40:46.000,2023-07-05 10:40:45,8266.0,859.0,221.0,1416.0,360.0,693.0,2049.0,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,40.0,40.0,257.0,25,True,,2020-03-21 20:19:46.000,2.19.1,24.0,3.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +398,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2019-01-04 09:01:34.019,2023-06-16 16:12:56.597,2022-07-06 20:18:54,944.0,120.0,,1.0,,,2029.0,Quart is a Python ASGI web microframework with the same API as Flask.,88.0,,68.0,25,False,,2023-04-09 16:20:01.159,0.18.4,54.0,,,208233.0,conda-forge/quart,quart,https://pypi.org/project/quart,2023-04-09 16:20:01.159,88.0,206709.0,https://anaconda.org/conda-forge/quart,2023-06-16 16:12:56.597,83870.0,3.0,,,,,,,,,,,,,,,,,, +399,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2023-06-16 19:27:19.192,2023-03-30 11:19:04,2415.0,374.0,52.0,208.0,96.0,422.0,1762.0,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,31.0,24.0,162.0,25,False,,2021-12-15 14:07:20.549,6.5.4,41.0,,,741.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-08-02 23:10:14.000,7.0,81.0,https://anaconda.org/conda-forge/offlineimap,2023-06-16 19:27:19.192,15186.0,3.0,,,,,,,,,,,,,,,,,, +400,python-react,markfinger/python-react,web-ui,,https://github.com/markfinger/python-react,https://github.com/markfinger/python-react,MIT,2014-12-02 00:12:53.000,2023-06-29 15:16:48.000,2023-06-29 15:16:47,333.0,117.0,38.0,35.0,10.0,63.0,1596.0,Server-side rendering of React components.,753.0,705.0,22.0,25,True,,2018-10-08 09:55:41.000,4.3.0,15.0,2.0,,8134.0,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,8134.0,,,,3.0,,,,,,,,,,,,,,,,,, +401,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,528.0,80.0,182.0,103.0,335.0,1429.0,Facebook open graph api implementation using the Django web framework in python.,388.0,388.0,89.0,25,False,,,,,,,4047.0,,django-facebook,https://pypi.org/project/django-facebook,,,4047.0,,,,3.0,,,,,,,,,,,,,,,,,, +402,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,1274.0,A drop-in replacement for Djangos runserver.,451.0,382.0,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,,6801.0,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,6801.0,,,,3.0,,,,,,,,,,,,,,,,,, +403,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,,2011-09-29 19:35:55.000,2023-08-01 20:20:32.000,2023-04-05 08:15:33,1205.0,313.0,39.0,564.0,147.0,361.0,1214.0,A Django plugin for pytest.,,,138.0,25,False,['django'],2021-12-07 14:56:42.000,4.5.2,31.0,,,2427115.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,,,2424952.0,https://anaconda.org/conda-forge/pytest-django,2023-06-16 13:25:21.640,192546.0,3.0,,,,,,,,,,,,,,,,,, +404,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,2023-04-21 20:33:06.000,2022-05-28 23:59:27,231.0,73.0,15.0,75.0,20.0,38.0,1145.0,"Declarative model lifecycle hooks, an alternative to Signals.",252.0,242.0,28.0,25,False,['django'],2022-05-29 00:00:57.000,1.0.0,34.0,,,84321.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2022-05-29 00:00:04.000,10.0,84321.0,,,,3.0,,,,,,,,,,,,,,,,,, +405,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,2023-08-04 19:33:10.000,2023-06-22 12:34:39,1592.0,65.0,30.0,78.0,29.0,285.0,873.0,The web framework for inventors.,55.0,51.0,23.0,25,True,,2023-06-22 12:45:04.220,2.5.3,100.0,9.0,,308.0,,emmett,https://pypi.org/project/emmett,2022-05-23 07:57:34.000,4.0,308.0,,,,3.0,,,,,,,,,,,,,,,,,, +406,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,2023-02-20 14:22:02.000,2023-02-20 14:22:02,581.0,152.0,30.0,94.0,44.0,98.0,824.0,Full control of form rendering in the templates.,3265.0,2053.0,48.0,25,False,['django'],2020-05-20 02:41:28.000,1.9.0,27.0,,,28319.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1212.0,28319.0,,,,3.0,,,,,,,,,,,,,,,,,, +407,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,,2014-11-01 14:15:37.000,2023-06-12 10:00:27.000,2023-03-31 10:40:55,431.0,147.0,23.0,104.0,39.0,114.0,784.0,Comprehensive Markdown plugin built for Django.,2270.0,2270.0,36.0,25,False,['django'],2023-03-31 10:43:23.000,4.0.2,38.0,,,29485.0,,django-markdownx,https://pypi.org/project/django-markdownx,,,29485.0,,,,3.0,,,,,,,,,,,,,,,,,, +408,django-solo,lazybird/django-solo,django-utils,,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,,2013-05-22 21:28:08.000,2023-07-23 02:33:19.000,2023-05-25 23:24:57,160.0,78.0,18.0,65.0,10.0,51.0,778.0,Helps working with singletons - things like global settings that you want to edit from the admin site.,1999.0,1999.0,45.0,25,False,['django'],2023-05-25 23:27:16.000,2.1.0,3.0,3.0,,147701.0,,django-solo,https://pypi.org/project/django-solo,,,147701.0,,,,3.0,,,,,,,,,,,,,,,,,, +409,ghapi,fastai/ghapi,third-party-apis,,https://github.com/fastai/ghapi,https://github.com/fastai/ghapi,Apache-2.0,2020-11-21 01:10:28.000,2023-06-14 04:45:01.503,2023-06-14 04:39:28,304.0,53.0,9.0,36.0,46.0,84.0,468.0,A delightful and complete interface to GitHubs amazing API.,978.0,925.0,16.0,25,True,,2023-06-14 04:45:01.503,1.0.4,28.0,1.0,,429591.0,,ghapi,https://pypi.org/project/ghapi,2023-06-14 04:45:01.503,53.0,429591.0,,,,3.0,,,,,,,,,,,,,,,,,, +410,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,2023-08-07 02:43:45.000,2023-06-27 18:23:37,640.0,161.0,18.0,183.0,4.0,149.0,356.0,"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+.",536.0,462.0,83.0,25,True,['django'],2022-01-09 02:06:44.000,4.3.0,26.0,2.0,534.0,16579.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2022-01-09 02:02:49.000,74.0,16575.0,,,,3.0,,,,,,,,,,,,,,,,,, +411,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,2023-08-16 09:20:19.000,2023-08-16 09:18:46,449.0,67.0,8.0,224.0,17.0,89.0,280.0,API spec validator and OpenAPI document generator for Python web frameworks.,77.0,72.0,40.0,25,True,['openapi'],2023-08-16 09:20:19.000,1.2.1,82.0,15.0,,32130.0,,spectree,https://pypi.org/project/spectree,2023-08-16 09:20:19.000,5.0,32130.0,,,,3.0,,,,,,,,,,,,,,,,,, +412,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012-10-07 12:21:45.000,2023-06-16 16:16:29.946,2022-09-16 23:03:32,152.0,79.0,7.0,34.0,8.0,64.0,270.0,Pagination support for flask.,2888.0,2841.0,27.0,25,True,['flask'],2022-01-12 14:45:43.000,2022.1.8,34.0,,56.0,44441.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2022-01-09 06:06:39.000,47.0,44057.0,https://anaconda.org/conda-forge/flask-paginate,2023-06-16 16:16:29.946,18424.0,2.0,,,,,,,,,,,,,,,,,, +413,pytest-splinter,pytest-dev/pytest-splinter,testing,,https://github.com/pytest-dev/pytest-splinter,https://github.com/pytest-dev/pytest-splinter,MIT,2014-02-16 17:03:35.000,2023-06-15 13:58:36.000,2022-08-09 16:14:23,347.0,53.0,35.0,96.0,8.0,75.0,245.0,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,574.0,459.0,31.0,25,True,,2022-09-09 19:48:12.442,3.3.2,74.0,,,16405.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,115.0,16405.0,,,,3.0,,,,,,,,,,,,,,,,,, +414,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,2023-08-14 18:37:07.000,2023-08-08 20:56:52,350.0,33.0,109.0,185.0,44.0,57.0,223.0,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",51.0,51.0,37.0,25,True,"['flask', 'openapi']",2023-08-08 20:58:01.000,3.0.0,5.0,24.0,,7212.0,,flask-rebar,https://pypi.org/project/flask-rebar,,,7212.0,,,,2.0,,,,,,,,,,,,,,,,,, +415,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,2023-04-24 15:24:41.000,2022-12-12 14:47:56,3409.0,51.0,192.0,965.0,60.0,168.0,182.0,Python AsyncIO data API to manage billions of resources.,176.0,130.0,54.0,25,True,,2022-08-25 08:00:03.072,6.4.2,599.0,,,4110.0,,guillotina,https://pypi.org/project/guillotina,2022-08-25 08:00:03.072,46.0,4110.0,,,,3.0,,,,,,,,,,,,,,,,,, +416,japronto,squeaky-pl/japronto,web-frameworks,,https://github.com/squeaky-pl/japronto,https://github.com/squeaky-pl/japronto,MIT,2016-10-26 19:51:32.000,2023-08-14 21:42:00.000,2020-03-20 17:53:14,736.0,589.0,353.0,43.0,84.0,66.0,8622.0,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,116.0,116.0,23.0,24,False,,,,,,,173.0,,japronto,https://pypi.org/project/japronto,,,173.0,,,,3.0,,,,,,,,,,,,,,,,,, +417,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2023-05-11 09:25:29.000,2022-07-17 17:18:27,137.0,570.0,125.0,22.0,10.0,49.0,5358.0,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",290.0,289.0,8.0,24,False,,2022-07-17 17:20:18.601,1.1.14,16.0,,,9279.0,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,1.0,9279.0,,,,3.0,,,,,,,,,,,,,,,,,, +418,twitter-scraper,bisguzar/twitter-scraper,third-party-apis,,https://github.com/bisguzar/twitter-scraper,https://github.com/bisguzar/twitter-scraper,MIT,2018-02-22 14:58:34.000,2023-02-08 02:26:40.000,2021-12-17 16:00:19,208.0,572.0,99.0,100.0,37.0,63.0,3615.0,Scrape the Twitter Frontend API without authentication.,3925.0,3925.0,31.0,24,False,,,,,,,895.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,,,895.0,,,,3.0,,,,,,,,,,,,,,,,,, +419,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,2023-07-31 20:31:28.000,2023-07-24 05:52:41,1038.0,570.0,64.0,449.0,81.0,335.0,3106.0,Simple tagging for django.,,,148.0,24,True,['django'],,,15.0,6.0,,418563.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,,,417296.0,https://anaconda.org/conda-forge/django-taggit,2023-06-16 13:17:20.808,112816.0,3.0,,,,,,,,,,,,,,,,,, +420,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,2023-04-19 15:13:11.000,2022-09-04 19:08:06,298.0,285.0,65.0,108.0,65.0,284.0,2847.0,Soundcloud Music Downloader.,237.0,231.0,48.0,24,True,,2022-09-04 19:10:21.281,2.7.3,49.0,,,893.0,,scdl,https://pypi.org/project/scdl,2022-09-04 19:10:21.281,6.0,893.0,,,,3.0,,,,,,,,,,,,,,,,,, +421,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,,2010-08-31 19:12:55.000,2023-07-26 12:36:20.000,2023-06-20 09:12:14,1198.0,441.0,67.0,302.0,113.0,413.0,2763.0,Utilities for implementing a modified pre-order traversal tree in django.,,,156.0,24,False,['django'],2017-12-09 00:57:18.000,0.9.0,9.0,1.0,,362233.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,,,362233.0,https://anaconda.org/anaconda/django-mptt,,,3.0,,,,,,,,,,,,,,,,,, +422,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,2023-07-27 09:29:42.000,2023-07-27 09:29:42,379.0,268.0,34.0,37.0,45.0,70.0,2046.0,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",175.0,175.0,13.0,24,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,9.0,,3501.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3501.0,,,,3.0,,,,,,,,,,,,,,,,,, +423,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,2023-07-27 09:29:42.000,2023-07-27 09:29:42,379.0,268.0,34.0,37.0,45.0,70.0,2046.0,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",175.0,175.0,13.0,24,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,9.0,,3501.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3501.0,,,,2.0,,,,,,,,,,,,,,,,,, +424,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011-04-18 22:38:56.000,2022-04-04 10:53:21.000,2019-11-28 10:27:42,205.0,267.0,123.0,69.0,32.0,27.0,1831.0,A pure-python HTML screen-scraping library.,235.0,132.0,25.0,24,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,,680.0,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,103.0,680.0,,,,3.0,,,,,,,,,,,,,,,,,, +425,flask-sockets,heroku-python/flask-sockets,websocket,,https://github.com/heroku-python/flask-sockets,https://github.com/heroku-python/flask-sockets,MIT,2013-10-01 00:41:09.000,2021-05-14 12:12:05.000,2017-05-30 17:23:01,57.0,149.0,46.0,25.0,27.0,33.0,1740.0,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,448.0,,13.0,24,False,['flask'],2016-06-05 02:14:01.000,0.2.1,3.0,,,58866.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,58866.0,,,,3.0,,,,,,,,,,,,,,,,,, +426,ruia,howie6879/ruia,web-scraping,,https://github.com/howie6879/ruia,https://github.com/howie6879/ruia,Apache-2.0,2018-07-10 01:12:54.000,2023-07-01 08:23:28.000,2022-08-21 07:26:04,440.0,179.0,42.0,59.0,7.0,92.0,1693.0,Async Python 3.6+ web scraping micro-framework based on asyncio.,79.0,68.0,17.0,24,True,,2022-09-06 08:56:03.702,0.8.5,55.0,,16.0,1171.0,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,1171.0,,,,3.0,,,,,,,,,,,,,,,,,, +427,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,2023-07-19 20:13:22.000,2023-03-19 18:34:49,22.0,140.0,17.0,223.0,54.0,13.0,1508.0,Reusable utilities for FastAPI.,2878.0,2829.0,2.0,24,True,['fastapi'],2020-03-07 05:55:04.000,0.2.1,4.0,,,701976.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,49.0,701976.0,,,,2.0,,,,,,,,,,,,,,,,,, +428,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,165.0,256.0,101.0,76.0,1241.0,A scalable frontier for web crawlers.,48.0,33.0,41.0,24,False,,2021-12-15 16:24:14.316,0.3.2,22.0,,,497.0,,frontera,https://pypi.org/project/frontera,2019-04-05 16:36:41.000,15.0,497.0,,,,3.0,,,,,,,,,,,,,,,,,, +429,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,153.0,61.0,243.0,44.0,194.0,1175.0,"Extendable, adaptable rewrite of django.contrib.admin.",39.0,25.0,50.0,24,False,['django'],2018-10-22 22:22:05.390,0.7.1,7.0,,,236.0,,django-admin2,https://pypi.org/project/django-admin2,2016-11-13 07:28:10.000,14.0,236.0,,,,3.0,,,,,,,,,,,,,,,,,, +430,fastapi-crudrouter,awtkns/fastapi-crudrouter,fastapi-utils,,https://github.com/awtkns/fastapi-crudrouter,https://github.com/awtkns/fastapi-crudrouter,MIT,2020-12-19 20:58:44.000,2023-08-17 15:57:49.000,2023-01-28 08:44:21,498.0,136.0,13.0,88.0,57.0,39.0,1167.0,A dynamic FastAPI router that automatically creates CRUD routes for your models.,186.0,180.0,21.0,24,True,['fastapi'],2023-01-28 08:54:45.000,0.8.6,27.0,,13.0,11790.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,11790.0,,,,2.0,,,,,,,,,,,,,,,,,, +431,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,2023-07-18 19:51:40.000,2023-05-23 16:27:10,728.0,196.0,36.0,94.0,16.0,132.0,1149.0,Multi-user accounts for Django projects.,37.0,,47.0,24,True,['django'],2022-10-25 22:26:01.441,2.1.0,52.0,1.0,,36981.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2022-03-17 00:19:14.000,37.0,36843.0,https://anaconda.org/conda-forge/django-organizations,2023-06-16 19:19:26.379,5395.0,3.0,,,,,,,,,,,,,,,,,, +432,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2023-06-16 16:08:35.701,2018-02-03 22:03:13,531.0,317.0,87.0,94.0,111.0,115.0,1131.0,Python Rest Testing.,115.0,115.0,17.0,24,False,,2016-03-15 03:16:18.000,1.7.1,3.0,,,3246.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,,,2335.0,https://anaconda.org/conda-forge/pyresttest,2023-06-16 16:08:35.701,57426.0,3.0,,,,,,,,,,,,,,,,,, +433,justpy,elimintz/justpy,web-frameworks,,https://github.com/justpy-org/justpy,https://github.com/justpy-org/justpy,Apache-2.0,2019-06-17 13:38:23.000,2023-08-09 10:46:09.000,2023-08-09 10:45:56,746.0,89.0,30.0,47.0,59.0,382.0,1069.0,An object oriented high-level Python Web Framework that requires no frontend programming.,388.0,381.0,20.0,24,True,,2023-03-20 10:56:02.196,0.13.0,74.0,2.0,,1755.0,,justpy,https://pypi.org/project/justpy,2023-03-20 10:56:02.196,7.0,1755.0,,,,3.0,,,,,,,,,,,,,justpy-org/justpy,,,,, +434,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,71.0,39.0,85.0,2.0,40.0,967.0,Beautifully simple class-based views.,900.0,653.0,31.0,24,True,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,,7126.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,7126.0,,,,3.0,,,,,,,,,,,,,,,,,, +435,django-cache-machine,django-cache-machine/django-cache-machine,django-utils,,https://github.com/django-cache-machine/django-cache-machine,https://github.com/django-cache-machine/django-cache-machine,BSD-3-Clause,2010-02-09 23:01:12.000,2023-02-20 18:13:51.000,2023-02-20 18:13:51,300.0,162.0,26.0,73.0,22.0,56.0,862.0,Automatic caching and invalidation for Django models through the ORM.,378.0,266.0,27.0,24,True,['django'],2022-07-06 18:41:15.000,1.2.0,10.0,,,6158.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,6158.0,,,,3.0,,,,,,,,,,,,,,,,,, +436,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2023-07-10 11:27:45.154,2023-06-19 13:22:53,205.0,88.0,17.0,51.0,,58.0,606.0,a small library for extracting rich content from urls.,2727.0,2727.0,27.0,24,True,,,,4.0,3.0,,23753.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,,,23382.0,https://anaconda.org/conda-forge/micawber,2023-07-10 11:27:45.154,11527.0,3.0,,,,,,,,,,,,,,,,,, +437,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,2023-08-08 08:52:55.000,2023-07-27 11:36:00,460.0,52.0,7.0,62.0,9.0,45.0,508.0,FastAPI-Login tries to provide similar functionality as Flask-Login does.,583.0,581.0,14.0,24,True,['fastapi'],2023-07-27 11:44:22.000,1.9.1,28.0,9.0,3.0,22280.0,,fastapi_login,https://pypi.org/project/fastapi_login,2023-07-27 11:44:22.000,2.0,22280.0,,,,3.0,,,,,,,,,,,,,,,,,, +438,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,2023-07-31 20:31:14.000,2022-10-15 15:59:26,320.0,88.0,12.0,81.0,19.0,45.0,419.0,A Django app for managing robots.txt files following the robots exclusion protocol.,1182.0,1182.0,43.0,24,True,['django'],2022-01-08 12:12:02.000,5.0,4.0,,,34931.0,,django-robots,https://pypi.org/project/django-robots,,,34931.0,,,,3.0,,,,,,,,,,,,,,,,,, +439,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,34.0,51.0,108.0,35.0,390.0,A python module for retrieving and parsing WHOIS data.,767.0,510.0,7.0,24,False,,2022-07-03 21:17:25.000,0.8.0,22.0,,,150338.0,,python-whois,https://pypi.org/project/python-whois,2022-07-03 21:17:25.000,257.0,150338.0,,,,3.0,,,,,,,,,,,,,,,,,, +440,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2023-08-04 07:41:28.000,2021-05-15 21:00:41,192.0,38.0,11.0,40.0,16.0,15.0,291.0,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4206.0,3833.0,18.0,24,False,,2017-05-12 14:54:05.000,1.3.1,25.0,,,52615.0,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,373.0,52615.0,,,,3.0,,,,,,,,,,,,,,,,,, +441,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,2023-08-05 18:27:01.000,2023-06-01 03:31:51,597.0,106.0,15.0,134.0,29.0,72.0,272.0,Graphene MongoEngine integration.,328.0,315.0,37.0,24,True,['graphql'],2023-04-05 10:09:33.000,0.3.0,33.0,1.0,,44282.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2022-10-14 06:01:17.934,13.0,44119.0,https://anaconda.org/conda-forge/graphene-mongo,2023-06-16 19:18:19.405,6708.0,3.0,,,,,,,,,,,,,,,,,, +442,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2023-08-17 15:28:34.000,2022-07-15 11:36:50,297.0,58.0,10.0,30.0,25.0,48.0,264.0,"A light-weight, modular, message representation and mail delivery framework for Python.",396.0,314.0,20.0,24,False,,2019-09-16 00:20:27.000,4.0.3,8.0,,154.0,125368.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,82.0,124323.0,https://anaconda.org/conda-forge/mailer,2023-06-16 16:09:42.549,61609.0,3.0,,,,,,,,,,,,,,,,,, +443,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,2023-08-17 03:58:01.000,2023-08-17 03:57:59,224.0,38.0,11.0,48.0,5.0,36.0,169.0,Trame lets you weave various components and technologies into a Web Application solely written in Python.,19.0,,15.0,24,True,,2023-08-17 03:58:04.000,3.2.2,125.0,46.0,164.0,21507.0,,trame,https://pypi.org/project/trame,2023-08-17 03:58:01.000,19.0,21500.0,,,,3.0,,,,,,,,,,,,,,,,,, +444,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,2023-08-17 15:12:55.000,2023-08-09 08:35:57,924.0,1348.0,173.0,828.0,118.0,543.0,16930.0,Home Page: https://pyscript.net Examples: https://pyscript.net/examples.,,,115.0,23,True,,,,6.0,26.0,189.0,13.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +445,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-12-26 16:11:37.000,2022-12-20 10:27:06,326.0,1421.0,326.0,85.0,48.0,66.0,9903.0,Incredibly fast crawler designed for OSINT.,5.0,,21.0,23,True,,2019-04-05 15:15:47.000,1.3.0,18.0,,,316.0,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,316.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,2023-08-17 08:52:07.000,2023-08-17 08:51:57,2565.0,699.0,98.0,181.0,66.0,556.0,6472.0,"Open-source cron job and background task monitoring service, written in Python & Django.",,,83.0,23,True,,2023-07-02 07:08:05.000,2.10,50.0,136.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +447,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-10-06 19:58:56.000,2020-12-21 00:59:19,40.0,462.0,213.0,34.0,62.0,28.0,6404.0,Real-time metrics for nginx server.,43.0,34.0,9.0,23,False,,2020-12-21 00:51:09.000,0.0.3,3.0,,,2310.0,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,9.0,2310.0,,,,3.0,,,,,,,,,,,,,,,,,, +448,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2023-07-25 10:12:16.000,2019-03-13 10:21:05,152.0,830.0,141.0,29.0,96.0,80.0,3461.0,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,12.0,,9.0,23,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,,3663.0,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,3663.0,,,,3.0,,,,,,,,,,,,,,,,,, +449,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,,2010-02-05 15:48:14.000,2023-08-04 13:30:33.000,2023-07-03 17:24:39,1617.0,549.0,52.0,543.0,107.0,539.0,2695.0,Compresses linked and inline javascript or CSS into a single cached file.,,,215.0,23,False,['django'],,,,2.0,,448090.0,,django-compressor,https://pypi.org/project/django-compressor,,,448090.0,,,,3.0,-9.0,,,,,,,,,,,,,,,,, +450,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,140.0,1614.0,A Python Static Website Generator.,157.0,91.0,43.0,23,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,,222.0,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,222.0,,,,3.0,,,,,,,,,,,,,,,,,, +451,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,,2010-07-30 01:38:27.000,2023-06-16 19:18:58.504,2020-06-23 16:07:11,633.0,100.0,45.0,51.0,31.0,51.0,1437.0,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1080.0,1080.0,20.0,23,False,,,,2.0,,,26457.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,,,26021.0,https://anaconda.org/conda-forge/meinheld,2023-06-16 19:18:58.504,17462.0,3.0,,,,,,,,,,,,,,,,,, +452,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,2023-08-13 17:07:33.000,2023-03-16 04:26:28,687.0,253.0,20.0,148.0,20.0,255.0,1295.0,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",,,53.0,23,True,['django'],,,,,,508004.0,,django-countries,https://pypi.org/project/django-countries,,,508004.0,,,,3.0,,,,,,,,,,,,,,,,,, +453,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2023-07-31 07:15:16.000,2022-01-20 14:55:31,1149.0,40.0,22.0,488.0,10.0,131.0,848.0,GraphQL Engine built with Python 3.6+ / asyncio.,19.0,,27.0,23,False,,2021-11-15 11:05:03.000,1.4.1,80.0,,,2776.0,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,19.0,2776.0,,,,3.0,,,,,,,,,,,,,,,,,, +454,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,2023-08-14 00:08:01.000,2023-08-10 15:46:47,413.0,83.0,18.0,302.0,46.0,31.0,760.0,This code generator creates FastAPI app from an openapi file.,154.0,153.0,22.0,23,True,"['fastapi', 'openapi']",2023-04-27 16:12:02.120,0.4.2,39.0,8.0,,5583.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2023-04-27 16:12:02.120,1.0,5583.0,,,,2.0,,,,,,,,,,,,,,,,,, +455,flask-profiler,muatik/flask-profiler,flask-utils,,https://github.com/muatik/flask-profiler,https://github.com/muatik/flask-profiler,MIT,2015-10-05 20:49:53.000,2022-12-02 02:48:05.000,2020-10-20 08:42:33,157.0,93.0,25.0,62.0,37.0,32.0,734.0,a flask profiler which watches endpoint calls and tries to make some analysis.,342.0,342.0,29.0,23,False,['flask'],2018-11-18 20:58:18.000,1.8,8.0,,,23097.0,,flask-profiler,https://pypi.org/project/flask-profiler,,,23097.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,2023-08-14 12:19:06.000,2023-07-20 02:14:01,340.0,1187.0,11.0,80.0,29.0,102.0,723.0,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",,,34.0,23,True,['django'],2023-07-20 02:17:08.000,1.6.28,74.0,12.0,,20590.0,,martor,https://pypi.org/project/martor,,,20590.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,2023-07-26 18:46:33.000,2023-06-13 14:37:11,272.0,145.0,15.0,128.0,60.0,70.0,577.0,"Yet another Django audit log app, hopefully the simplest one.",189.0,189.0,45.0,23,True,['django'],2023-06-13 14:40:10.000,1.3.5,50.0,3.0,,40072.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,,,40072.0,,,,3.0,,,,,,,,,,,,,,,,,, +458,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019-11-03 16:30:26.000,2023-08-17 01:53:56.000,2022-09-25 17:19:06,53.0,34.0,12.0,26.0,11.0,10.0,525.0,Adds simple SQLAlchemy support to FastAPI.,1465.0,1457.0,5.0,23,True,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,,84625.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,8.0,84625.0,,,,2.0,,,,,,,,,,,,,,,,,, +459,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,20.0,56.0,10.0,27.0,390.0,Get inside your stronghold and make all your Django views default login_required.,527.0,414.0,22.0,23,False,['django'],2020-01-17 16:34:53.000,0.4.0,22.0,,,14017.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,14017.0,,,,3.0,,,,,,,,,,,,,,,,,, +460,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,65.0,16.0,90.0,,,364.0,Generating short urls with python has never been easier.,9319.0,9319.0,24.0,23,False,,2020-03-19 17:55:20.000,1.0.1,3.0,,,43734.0,,pyshorteners,https://pypi.org/project/pyshorteners,,,43734.0,,,,3.0,,,,,,,,,,,,,,,,,, +461,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,2022-11-12 13:14:40.000,2020-04-06 23:28:44,224.0,90.0,16.0,42.0,14.0,41.0,337.0,HTTP request/response parser for python in C.,588.0,507.0,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,,24886.0,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,81.0,24886.0,,,,3.0,,,,,,,,,,,,,,,,,, +462,django-graphql-auth,PedroBern/django-graphql-auth,graphql,,https://github.com/PedroBern/django-graphql-auth,https://github.com/PedroBern/django-graphql-auth,MIT,2020-01-15 16:36:01.000,2023-08-14 18:47:11.000,2022-06-17 09:46:13,276.0,94.0,20.0,62.0,73.0,44.0,318.0,Django registration and authentication with GraphQL.,619.0,619.0,16.0,23,False,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,,9689.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,9689.0,,,,3.0,,,,,,,,,,,,,,,,,, +463,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,2023-07-30 18:15:45.000,2023-07-30 14:45:05,498.0,41.0,14.0,139.0,3.0,65.0,266.0,"a socket mock framework - for all kinds of socket animals, web-clients included.",116.0,89.0,24.0,23,True,,2023-05-12 10:34:12.000,3.11.1,88.0,2.0,,8582.0,,mocket,https://pypi.org/project/mocket,2022-12-03 22:24:00.955,27.0,8582.0,,,,3.0,,,,,,,,,,,,,,,,,, +464,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.0,Simplifying third-party authentication for web applications.,452.0,415.0,43.0,23,False,,2013-08-30 04:51:31.000,1.1.1,10.0,,,11906.0,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,37.0,11906.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,84.0,12.0,9.0,11.0,40.0,253.0,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1022.0,950.0,8.0,23,False,,2017-07-20 02:40:14.000,0.0.7,8.0,,10.0,17322.0,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,17322.0,,,,3.0,,,,,,,,,,,,,,,,,, +466,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,,2011-12-06 18:51:00.000,2023-06-16 13:18:14.121,2022-09-03 07:50:43,202.0,46.0,7.0,85.0,8.0,43.0,188.0,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2454.0,2454.0,33.0,23,False,['flask'],,,7.0,,,72262.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,,,71183.0,https://anaconda.org/conda-forge/flask-seasurf,2023-06-16 13:18:14.121,89635.0,3.0,,,,,,,,,,,,,,,,,, +467,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,36.0,114.0,80.0,22.0,35.0,177.0,Modern robots.txt Parser for Python.,211.0,166.0,23.0,23,False,,2019-09-16 19:32:19.000,0.4.14,24.0,,,3540.0,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,45.0,3540.0,,,,3.0,,,,,,,,,,,,,,,,,, +468,asgi-lifespan,florimondmanca/asgi-lifespan,others,,https://github.com/florimondmanca/asgi-lifespan,https://github.com/florimondmanca/asgi-lifespan,MIT,2019-09-27 19:42:10.000,2023-06-16 19:25:31.174,2023-06-06 19:50:56,90.0,10.0,4.0,44.0,,16.0,159.0,Programmatic startup/shutdown of ASGI apps.,13176.0,13149.0,6.0,23,True,,2023-03-28 17:37:00.954,2.1.0,15.0,1.0,,332402.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,27.0,329645.0,https://anaconda.org/conda-forge/asgi-lifespan,2023-06-16 19:25:31.174,77197.0,3.0,,,,,,,,,,,,,,,,,, +469,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,2023-08-14 23:38:44.000,2023-07-16 15:29:12,545.0,30.0,6.0,54.0,6.0,28.0,134.0,Streaming parser for multipart/form-data written in Cython.,72.0,68.0,17.0,23,True,,2023-05-13 10:45:00.640,1.12.0,37.0,10.0,,31640.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2022-10-06 19:04:00.923,4.0,31640.0,,,,3.0,,,,,,,,,,,,,,,,,, +470,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,566.0,115.0,51.0,119.0,219.0,2751.0,A Python library to access Instagrams private API.,,,5.0,22,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,,22126.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,,,22126.0,,,,3.0,,,,,,,,,,,,,,,,,, +471,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,2023-08-08 12:16:08.000,2023-05-24 10:08:08,3658.0,292.0,88.0,716.0,76.0,108.0,2316.0,Load and performance benchmark tool.,11.0,8.0,114.0,22,False,,2023-05-30 07:58:00.467,1.21.4,40.0,2.0,,91.0,,yandextank,https://pypi.org/project/yandextank,2021-09-10 16:12:35.000,3.0,91.0,,,,3.0,,,,,,,,,,,,,,,,,, +472,wdb,Kozea/wdb,testing,,https://github.com/Kozea/wdb,https://github.com/Kozea/wdb,GPL-3.0,2012-10-05 16:40:23.000,2022-12-06 14:33:43.000,2019-09-16 09:29:29,658.0,111.0,74.0,48.0,30.0,79.0,1567.0,An improbable web debugger through WebSockets.,204.0,204.0,22.0,22,False,,,,,,,10930.0,,wdb,https://pypi.org/project/wdb,,,10930.0,,,,3.0,,,,,,,,,,,,,,,,,, +473,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2023-01-23 20:38:12.000,2021-08-09 23:54:18,298.0,334.0,19.0,106.0,39.0,97.0,1262.0,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,33.0,2.0,39.0,22,False,['openapi'],2020-03-10 02:57:20.472,1.1.0,61.0,,,3157.0,,,,,,,,,,3.0,,,,,,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,3157.0,,,,2020-03-10 02:57:20.472,31.0,, +474,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,2023-08-17 11:20:36.000,2023-08-09 06:56:43,340.0,132.0,48.0,167.0,2.0,25.0,1003.0,A Modular Penetration Testing Framework.,7.0,7.0,11.0,22,True,,2023-06-16 22:29:00.871,3.2.9,29.0,18.0,,1894.0,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,1894.0,,,,3.0,,,,,,,,,,,,,,,,,, +475,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,,2010-12-24 14:59:29.000,2023-06-16 13:21:09.547,2022-12-13 10:16:01,242.0,77.0,18.0,60.0,23.0,45.0,755.0,Freezes a Flask application into a set of static files.,2952.0,2952.0,25.0,22,False,['flask'],2017-06-26 22:54:01.000,0.15,4.0,,71.0,38787.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,,,37907.0,https://anaconda.org/conda-forge/frozen-flask,2023-06-16 13:21:09.547,73065.0,3.0,,,,,,,,,,,,,,,,,, +476,html5-parser,kovidgoyal/html5-parser,html-processing,,https://github.com/kovidgoyal/html5-parser,https://github.com/kovidgoyal/html5-parser,Apache-2.0,2017-06-03 06:56:36.000,2023-04-12 05:10:52.887,2023-04-12 05:07:46,339.0,35.0,17.0,7.0,1.0,21.0,648.0,Fast C based HTML 5 parsing for python.,17.0,,6.0,22,True,,2023-04-12 05:10:52.887,0.4.11,20.0,,,158323.0,,html5-parser,https://pypi.org/project/html5-parser,2023-04-12 05:10:52.887,17.0,158323.0,,,,3.0,,,,,,,,,,,,,,,,,, +477,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,2023-04-10 08:37:47.000,2022-06-28 15:56:07,242.0,87.0,28.0,100.0,17.0,80.0,485.0,Content Security Policy for Django.,75.0,75.0,49.0,22,False,['django'],,,,,,404199.0,,django-csp,https://pypi.org/project/django-csp,,,404199.0,,,,3.0,,,,,,,,,,,,,,,,,, +478,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,2023-08-13 00:39:18.000,2023-08-08 11:37:19,1192.0,41.0,6.0,176.0,17.0,105.0,448.0,Developer productivity tool for making high-quality FastAPI production-ready APIs.,7.0,7.0,7.0,22,True,['fastapi'],2023-07-09 13:02:30.000,0.28.1,36.0,46.0,247.0,542.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,533.0,,,,3.0,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,,,, +479,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2023-07-20 16:33:10.000,2023-07-18 06:58:50,489.0,31.0,16.0,43.0,15.0,98.0,433.0,Load Testing Tool.,128.0,115.0,16.0,22,True,,2017-03-22 08:05:08.000,0.6.2,21.0,6.0,,26949.0,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,13.0,26949.0,,,,3.0,,,,,,,,,,,,,tarekziade/molotov,,,,, +480,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,2023-07-23 07:49:24.000,2023-07-23 07:49:14,1328.0,69.0,14.0,68.0,2.0,76.0,388.0,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,108.0,108.0,16.0,22,True,"['flask', 'openapi']",2023-05-30 18:33:44.000,3.1.0,44.0,20.0,,925.0,,safrs,https://pypi.org/project/safrs,,,925.0,,,,3.0,,,,,,,,,,,,,,,,,, +481,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,373.0,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,248.0,175.0,21.0,22,False,['django'],2022-02-03 13:30:53.000,1.0.4,16.0,,,10433.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,10433.0,,,,3.0,,,,,,,,,,,,,,,,,, +482,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,2023-07-25 15:29:38.000,2023-07-25 15:29:36,145.0,20.0,5.0,76.0,6.0,32.0,359.0,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,668.0,651.0,7.0,22,True,['fastapi'],2023-02-16 22:18:00.698,0.3.6,18.0,9.0,,214808.0,,starlette-context,https://pypi.org/project/starlette-context,2022-11-26 15:35:00.518,17.0,214808.0,,,,3.0,,,,,,,,,,,,,,,,,, +483,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,2023-02-16 06:33:20.000,2022-09-20 21:39:07,364.0,62.0,15.0,131.0,6.0,136.0,335.0,"Strong, Simple, and Precise security for Flask APIs (using jwt).",393.0,385.0,27.0,22,True,['flask'],2022-09-20 21:42:23.773,1.4.0,47.0,,,3598.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2022-09-20 21:42:23.773,8.0,3598.0,,,,3.0,,,,,,,,,,,,,,,,,, +484,fastapi-socketio,pyropy/fastapi-socketio,fastapi-utils,,https://github.com/pyropy/fastapi-socketio,https://github.com/pyropy/fastapi-socketio,Apache-2.0,2020-09-11 15:22:31.000,2023-03-03 08:44:23.000,2023-03-03 08:44:22,44.0,23.0,4.0,14.0,15.0,16.0,261.0,Easily integrate socket.io with your FastAPI app.,1050.0,1047.0,7.0,22,True,['fastapi'],2023-03-03 08:42:00.907,0.0.10,14.0,,,54558.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,3.0,54558.0,,,,3.0,,,,,,,,,,,,,,,,,, +485,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/python-injector/flask_injector,https://github.com/python-injector/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000,2023-07-28 11:51:11.738,2023-07-27 00:32:55,196.0,39.0,6.0,32.0,12.0,39.0,253.0,Adds Injector support to Flask.,822.0,822.0,13.0,22,True,['flask'],,,4.0,5.0,,56132.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,,,55962.0,https://anaconda.org/conda-forge/flask-injector,2023-07-28 11:51:11.738,4769.0,3.0,,,,,,,,,,,,,python-injector/flask_injector,,,,, +486,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,2023-06-16 19:23:30.014,2023-02-07 09:45:37,75.0,40.0,9.0,21.0,11.0,15.0,90.0,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,5143.0,4874.0,12.0,22,True,,2023-02-07 09:49:00.957,0.8.1,14.0,,,64126.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,269.0,63576.0,https://anaconda.org/conda-forge/markdown-include,2023-06-16 19:23:30.014,18171.0,3.0,,,,,,,,,,,,,,,,,, +487,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,2023-06-16 13:06:08.832,2023-01-03 04:59:27,586.0,58.0,18.0,107.0,6.0,55.0,74.0,Jinja2 templating system bindings for the Pyramid web framework.,62.0,,51.0,22,False,['pyramid'],2022-03-20 03:07:14.000,2.9.2,40.0,,,2482553.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2022-03-27 23:00:42.000,62.0,2482540.0,https://anaconda.org/anaconda/pyramid_jinja2,2023-06-16 13:06:08.832,1241.0,1.0,,,,,,,,,,,,,,,,,,BSD-based +488,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,153.0,269.0,163.0,297.0,5478.0,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",10.0,10.0,70.0,21,False,,2017-09-14 16:02:39.000,0.11.7,22.0,,94.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +489,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2023-06-12 12:26:15.000,2023-06-12 12:26:15,95.0,365.0,129.0,21.0,7.0,22.0,5448.0,curl statistics made simple.,14.0,14.0,6.0,21,True,,2022-10-11 14:44:08.598,1.3.2,9.0,2.0,201.0,1348.0,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,1346.0,,,,3.0,,,,,,,,,,,,,,,,,, +490,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,2023-08-16 10:43:01.000,2023-08-16 10:42:07,1791.0,715.0,85.0,1671.0,1.0,180.0,4388.0,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,74.0,21,True,['flask'],,,,79.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +491,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2023-08-01 17:48:44.000,2023-08-01 17:48:34,908.0,348.0,67.0,286.0,71.0,402.0,2584.0,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",2.0,,88.0,21,True,,,,37.0,1.0,,3748.0,,urlwatch,https://pypi.org/project/urlwatch,2022-03-15 13:45:11.000,2.0,3748.0,,,,3.0,,,,,,,,,,,,,,,,,, +492,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2023-08-14 17:16:15.000,2020-12-21 15:15:51,250.0,209.0,63.0,248.0,33.0,52.0,1956.0,Automatically generate a RESTful API service for your legacy database. No code required!.,24.0,24.0,23.0,21,False,,,,,,,270.0,,sandman2,https://pypi.org/project/sandman2,,,270.0,,,,3.0,,,,,,,,,,,,,,,,,, +493,flask-ask,johnwheeler/flask-ask,flask-utils,,https://github.com/johnwheeler/flask-ask,https://github.com/johnwheeler/flask-ask,Apache-2.0,2016-05-12 00:54:46.000,2023-05-01 21:13:09.000,2022-03-31 19:56:40,478.0,358.0,89.0,117.0,,,1910.0,Alexa Skills Kit for Python.,753.0,753.0,41.0,21,False,['flask'],,,,,,623.0,,flask-ask,https://pypi.org/project/flask-ask,,,623.0,,,,3.0,,,,,,,,,,,,,,,,,, +494,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000,2023-07-09 19:49:08.000,2014-02-04 22:59:23,73.0,358.0,90.0,40.0,58.0,10.0,1727.0,A Pythonic interface for Google Mail.,22.0,,14.0,21,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,,6847.0,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,22.0,6847.0,,,,3.0,,,,,,,,,,,,,,,,,, +495,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,1474.0,A high-level distributed crawling framework.,34.0,32.0,4.0,21,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,,84.0,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,84.0,,,,3.0,,,,,,,,,,,,,,,,,, +496,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,18.0,26.0,14.0,32.0,712.0,"The simple, fast, and modern web scraping library.",258.0,249.0,16.0,21,False,,2020-10-09 12:51:41.000,1.1,19.0,,,8327.0,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,9.0,8327.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,47.0,22.0,46.0,10.0,29.0,586.0,Web Content Retrieval for Humans.,45.0,36.0,15.0,21,False,,2021-08-20 14:34:18.000,0.11.11,38.0,,,1151.0,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,1151.0,,,,3.0,,,,,,,,,,,,,,,,,, +498,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2023-06-20 12:44:30.000,2023-06-19 21:15:26,304.0,81.0,5.0,154.0,43.0,47.0,447.0,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,,,44.0,21,True,,2022-12-14 00:03:57.000,0.7.4,14.0,1.0,,565260.0,,aioresponses,https://pypi.org/project/aioresponses,,,565260.0,,,,3.0,,,,,,,,,,,,,,,,,, +499,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,,2010-05-29 14:14:08.000,2023-06-16 13:18:01.654,2023-04-07 20:09:39,247.0,130.0,15.0,108.0,9.0,115.0,418.0,i18n and l10n support for Flask based on Babel and pytz.,,,41.0,21,False,['flask'],2023-04-07 20:25:07.000,3.1.0,9.0,,,2372776.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,,,2371201.0,https://anaconda.org/conda-forge/flask-babel,2023-06-16 13:18:01.654,133959.0,3.0,,,,,,,,,,,,,,,,,, +500,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,2023-08-04 06:43:27.000,2023-01-02 16:09:46,148.0,46.0,5.0,36.0,17.0,22.0,295.0,flask extension for integration with the awesome pydantic package.,448.0,448.0,12.0,21,True,['flask'],,,,,,114502.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,,,114502.0,,,,3.0,,,,,,,,,,,,,,,,,, +501,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,2023-06-26 08:00:10.000,2023-04-06 14:24:46,596.0,62.0,14.0,347.0,10.0,69.0,277.0,Basic JSON-RPC implementation for your Flask-powered sites.,226.0,220.0,16.0,21,True,['flask'],2022-10-19 14:18:10.000,2.2.2,15.0,,18.0,312.0,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,312.0,,,,3.0,,,,,,,,,,,,,,,,,, +502,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,2023-08-06 13:50:42.000,2023-08-06 13:50:36,174.0,27.0,1.0,36.0,5.0,32.0,264.0,Prometheus exporter for Starlette and FastAPI.,8.0,,19.0,21,True,['fastapi'],2023-05-05 18:03:01.000,0.16.0,20.0,6.0,,314449.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2023-05-05 17:45:01.282,8.0,314449.0,,,,3.0,,,,,,,,,,,,,,,,,, +503,python-jwt,davedoesdev/python-jwt,auth,,https://github.com/davedoesdev/python-jwt,https://github.com/davedoesdev/python-jwt,MIT,2013-09-30 08:03:49.000,2023-01-01 18:50:09.000,2023-01-01 18:49:57,168.0,27.0,9.0,8.0,,17.0,213.0,Python module for generating and verifying JSON Web Tokens.,59.0,,5.0,21,True,,2022-09-27 23:49:03.153,4.0.0,44.0,,,194215.0,,python-jwt,https://pypi.org/project/python-jwt,2022-09-27 23:49:03.153,59.0,194215.0,,,,3.0,,,,,,,,,,,,,,,,,, +504,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,90.0,13.0,52.0,18.0,34.0,191.0,Seamlessly serve your static assets of your Flask app from Amazon S3.,547.0,458.0,26.0,21,False,,2017-02-23 20:44:59.000,0.3.3,28.0,,27.0,7712.0,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,89.0,7712.0,,,,3.0,,,,,,,,,,,,,,,,,, +505,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,2023-08-17 08:54:55.000,2023-08-17 08:54:54,1478.0,16.0,4.0,832.0,8.0,31.0,164.0,A tool to automatically fix Django deprecations.,2.0,2.0,22.0,21,True,['django'],2023-08-07 15:01:05.000,2.1.0,88.0,79.0,602.0,706.0,,django-codemod,https://pypi.org/project/django-codemod,,,691.0,,,,3.0,,,,,,,,,,,,,,,,,, +506,python-graphql-client,prisma-labs/python-graphql-client,graphql,,https://github.com/prisma-labs/python-graphql-client,https://github.com/prisma-labs/python-graphql-client,MIT,2016-05-12 12:09:18.000,2021-03-04 21:32:03.000,2018-07-12 02:38:48,26.0,45.0,14.0,14.0,4.0,6.0,155.0,Simple GraphQL client for Python 2.7+.,360.0,335.0,6.0,21,False,,2021-03-04 21:32:03.000,0.4.3,9.0,,,349699.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,25.0,349699.0,,,,3.0,,,,,,,,,,,,,,,,,, +507,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,2023-07-20 20:11:10.000,2023-05-17 21:29:34,203.0,40.0,13.0,136.0,33.0,50.0,78.0,Pyramid addon for OpenAPI3 validation of requests and responses.,5.0,,24.0,21,True,"['pyramid', 'openapi']",2023-03-22 16:23:00.785,0.16.0,36.0,,,24697.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2022-12-11 18:18:00.398,5.0,24697.0,,,,3.0,,,,,,,,,,,,,,,,,, +508,pyramid_mailer,Pylons/pyramid_mailer,email,,https://github.com/Pylons/pyramid_mailer,https://github.com/Pylons/pyramid_mailer,BSD-3-Clause,2011-09-26 01:17:42.000,2022-11-17 20:47:17.000,2022-09-17 23:31:23,389.0,40.0,16.0,59.0,12.0,33.0,50.0,A package for sending email from your Pyramid application.,107.0,,35.0,21,True,['pyramid'],2016-12-13 20:51:40.258,0.15.1,24.0,,,39188.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2014-12-10 19:42:56.000,107.0,39188.0,,,,3.0,,,,,,,,,,,,,,,,,, +509,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2023-08-08 15:32:13.000,2023-08-08 15:32:12,303.0,1158.0,497.0,77.0,20.0,324.0,13958.0,Offensive Google framework.,2.0,2.0,29.0,20,False,,2022-12-03 20:30:21.000,2.0.1,1.0,5.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +510,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013-04-09 03:12:09.000,2022-06-17 09:56:09.000,,,1364.0,,,420.0,,6873.0,Scrapes an instagram users photos and videos.,27.0,,54.0,20,False,,2023-02-10 17:10:00.811,66.0.2,76.0,,,2702.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2022-06-17 09:56:09.000,27.0,2702.0,,,,3.0,,,,,,,,,,,,,,,,,, +511,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,310.0,256.0,103.0,111.0,58.0,5706.0,"Fast, asynchronous and elegant Python web framework.",97.0,97.0,28.0,20,False,,,,,,,89.0,,vibora,https://pypi.org/project/vibora,,,89.0,,,,3.0,,,,,,,,,,,,,,,,,, +512,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,2023-07-31 07:26:19.000,2023-04-27 20:02:54,225.0,226.0,75.0,41.0,14.0,31.0,2008.0,Tool to scan for secret files on HTTP servers.,4.0,4.0,17.0,20,False,,2022-01-31 20:30:27.000,0.0.12,12.0,,,320.0,,snallygaster,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,320.0,,,,3.0,,,,,,,,,,,,,,,,,, +513,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2023-04-30 16:37:46.000,2023-04-30 16:37:21,112.0,140.0,72.0,39.0,3.0,28.0,1750.0,Integration layer between Requests and Selenium for automation of web actions.,83.0,83.0,14.0,20,True,,,,,,,21022.0,,requestium,https://pypi.org/project/requestium,,,21022.0,,,,3.0,,,,,,,,,,,,,,,,,, +514,flask-talisman,GoogleCloudPlatform/flask-talisman,flask-utils,,https://github.com/GoogleCloudPlatform/flask-talisman,https://github.com/GoogleCloudPlatform/flask-talisman,Apache-2.0,2015-11-12 23:40:25.000,2023-07-06 19:27:49.000,2020-07-13 17:40:33,60.0,73.0,20.0,43.0,17.0,22.0,888.0,HTTP security headers for Flask.,,,19.0,20,False,['flask'],2019-05-28 19:35:00.000,0.7.0,6.0,,,635860.0,,flask-talisman,https://pypi.org/project/flask-talisman,,,635860.0,,,,3.0,,,,,,,,,,,,,,,,,, +515,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,2023-07-18 23:34:35.000,2023-03-03 14:51:57,1313.0,145.0,19.0,251.0,54.0,128.0,707.0,Automatically monitor the evolving performance of Flask/Python web services.,,,32.0,20,True,['flask'],2020-02-28 12:28:49.000,3.0.7,7.0,,,6929.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,,,6929.0,,,,3.0,,,,,,,,,,,,,,,,,, +516,fastapi-jwt-auth,IndominusByte/fastapi-jwt-auth,auth,,https://github.com/IndominusByte/fastapi-jwt-auth,https://github.com/IndominusByte/fastapi-jwt-auth,MIT,2020-07-23 09:40:19.000,2023-08-15 08:33:45.000,2020-11-11 05:05:27,123.0,106.0,8.0,19.0,57.0,36.0,544.0,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",11.0,,3.0,20,False,['fastapi'],2020-11-06 11:15:11.000,0.5.0,7.0,,,48994.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,11.0,48994.0,,,,3.0,,,,,,,,,,,,,,,,,, +517,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.0,Python socket.io server implementation on top of Tornado framework.,276.0,196.0,15.0,20,False,,2021-12-15 13:51:02.491,0.0.1,4.0,,,1076.0,,tornadio2,https://pypi.org/project/tornadio2,2012-10-22 08:16:33.000,80.0,1076.0,,,,3.0,,,,,,,,,,,,,,,,,, +518,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-12-08 13:21:24.000,2022-01-10 15:26:57,63.0,28.0,4.0,22.0,8.0,15.0,254.0,Prometheus integration for Starlette.,273.0,262.0,14.0,20,False,['fastapi'],2022-01-10 15:27:16.000,0.9.0,10.0,,22.0,84321.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,11.0,84321.0,,,,3.0,,,,,,,,,,,,,,,,,, +519,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,2023-07-03 13:23:51.000,2023-07-03 13:22:27,172.0,24.0,15.0,25.0,8.0,19.0,234.0,JSON-RPC server based on fastapi.,37.0,37.0,10.0,20,True,['fastapi'],2023-07-03 13:24:16.000,2.5.0,8.0,3.0,,4086.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,,,4086.0,,,,3.0,,,,,,,,,,,,,,,,,, +520,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,2023-04-20 11:54:26.000,2019-10-22 00:14:18,66.0,48.0,11.0,27.0,20.0,13.0,135.0,OpenTracing instrumentation for the Flask microframework.,477.0,445.0,15.0,20,False,['flask'],2019-10-22 00:20:30.000,1.1.0,12.0,,,341224.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,32.0,341224.0,,,,3.0,,,,,,,,,,,,,,,,,, +521,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018-09-04 00:22:30.000,2023-04-22 10:36:26.000,2019-04-28 13:53:50,26.0,46.0,5.0,12.0,19.0,5.0,127.0,A simple way to demo Flask apps from your machine.,2710.0,2696.0,2.0,20,False,['flask'],2018-09-09 19:48:38.000,0.0.25,16.0,,,301350.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,14.0,301350.0,,,,3.0,,,,,,,,,,,,,,,,,, +522,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,76.0,15.0,8.0,28.0,2025.0,Web crawling framework based on asyncio.,45.0,44.0,10.0,19,False,,2017-06-19 01:18:41.000,0.1.4,5.0,,,45.0,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,45.0,,,,3.0,,,,,,,,,,,,,,,,,, +523,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,59.0,86.0,30.0,42.0,1012.0,A Django app to accept payments from various payment processors via Pluggable backends.,32.0,26.0,49.0,19,False,['django'],,,9.0,,,54.0,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, +524,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2023-08-16 04:11:31.000,2022-03-23 14:37:36,860.0,91.0,11.0,108.0,36.0,49.0,912.0,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",,,43.0,19,False,"['flask', 'django']",,,,,,97164.0,,mixer,https://pypi.org/project/mixer,,,97164.0,,,,3.0,,,,,,,,,,,,,,,,,, +525,ucall,unum-cloud/ucall,rpc,,https://github.com/unum-cloud/ucall,https://github.com/unum-cloud/ucall,Apache-2.0,2023-01-03 10:23:50.000,2023-08-14 13:17:33.000,2023-06-08 16:53:54,504.0,19.0,12.0,56.0,6.0,14.0,801.0,"Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing REST & JSON-RPC over..",7.0,7.0,10.0,19,True,,2023-06-08 16:53:56.000,0.5.1,14.0,18.0,,1559.0,,ucall,https://pypi.org/project/ucall,,,1559.0,,,,3.0,,,,,,,,,,,,,,,,,, +526,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,,2013-03-19 23:35:33.000,2022-01-10 13:37:58.000,2020-10-28 12:00:08,102.0,49.0,12.0,40.0,11.0,15.0,457.0,A mocking library for requests.,2324.0,2324.0,29.0,19,False,,,,,,,329751.0,,httmock,https://pypi.org/project/httmock,,,329751.0,,,,3.0,,,,,,,,,,,,,,,,,, +527,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,116.0,41.0,379.0,50.0,166.0,400.0,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",227.0,227.0,66.0,19,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +528,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013-05-18 10:18:28.000,2022-10-09 23:59:25.000,2022-10-09 23:59:25,738.0,80.0,28.0,54.0,19.0,46.0,307.0,Python blogging engine.,109.0,79.0,39.0,19,False,,2019-12-06 00:18:53.000,1.7.2,24.0,,,79.0,,tinkerer,https://pypi.org/project/tinkerer,2019-12-06 00:18:53.000,30.0,79.0,,,,3.0,,,,,,,,,,,,,,,,,, +529,flama,perdy/flama,web-frameworks,,https://github.com/vortico/flama,https://github.com/vortico/flama,Apache-2.0,2018-09-27 15:29:54.000,2023-08-08 10:46:26.000,2023-06-08 13:30:13,361.0,14.0,9.0,33.0,11.0,60.0,236.0,Fire up your models with the flame.,12.0,12.0,9.0,19,True,,2023-06-08 13:30:50.000,1.4.0,10.0,9.0,142.0,181.0,,flama,https://pypi.org/project/flama,,,178.0,,,,3.0,,,,,,,,,,,,,vortico/flama,,,,, +530,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,27.0,8.0,13.0,13.0,35.0,206.0,Full text search for flask.,521.0,509.0,4.0,19,False,['flask'],2020-05-18 15:17:04.000,0.2.9,22.0,,,939.0,,flask-msearch,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,939.0,,,,3.0,,,,,,,,,,,,,,,,,, +531,flask_simplelogin,flask-extensions/flask_simplelogin,auth,,https://github.com/flask-extensions/Flask-SimpleLogin,https://github.com/flask-extensions/Flask-SimpleLogin,MIT,2017-08-23 22:29:20.000,2023-05-05 14:54:23.000,2023-05-05 14:54:23,94.0,39.0,10.0,16.0,3.0,15.0,191.0,Simple Login - Login Extension for Flask - maintainer @cuducos.,34.0,31.0,11.0,19,True,['flask'],2023-05-04 16:20:00.426,0.1.2,3.0,,,24033.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,3.0,24033.0,,,,3.0,,,,,,,,,,,,,,,,,, +532,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,2023-07-24 02:06:51.000,2023-07-24 01:48:16,197.0,40.0,8.0,50.0,18.0,30.0,191.0,Integrate GraphQL with your Pydantic models.,2.0,,18.0,19,True,['graphql'],2022-09-20 05:04:48.864,0.4.0,12.0,5.0,,11362.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2022-01-25 16:41:33.000,2.0,11362.0,,,,3.0,,,,,,,,,,,,,,,,,, +533,async-asgi-testclient,vinissimus/async-asgi-testclient,testing,,https://github.com/vinissimus/async-asgi-testclient,https://github.com/vinissimus/async-asgi-testclient,MIT,2019-04-15 12:26:06.000,2023-06-29 14:52:47.000,2022-06-13 09:29:26,55.0,18.0,5.0,39.0,10.0,14.0,138.0,A framework-agnostic library for testing ASGI web applications.,546.0,518.0,14.0,19,False,,2022-06-13 09:30:07.000,1.4.11,31.0,,,51601.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,28.0,51601.0,,,,3.0,,,,,,,,,,,,,,,,,, +534,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,18.0,16.0,43.0,1.0,30.0,96.0,Asyncio http mocking. Similar to the responses library used for requests.,617.0,565.0,14.0,19,False,,2022-07-01 06:04:27.000,2.1.6,24.0,,,32943.0,,aresponses,https://pypi.org/project/aresponses,2022-07-01 06:04:27.000,52.0,32943.0,,,,3.0,,,,,,,,,,,,,,,,,, +535,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,6.0,48.0,3404.0,Every web site provides APIs.,19.0,19.0,12.0,18,False,,,,,,,116.0,,toapi,https://pypi.org/project/toapi,,,116.0,,,,3.0,,,,,,,,,,,,,,,,,, +536,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,299.0,102.0,84.0,50.0,112.0,3280.0,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,18,False,['flask'],2017-06-13 18:56:28.000,6.2.3,11.0,,,113.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,113.0,,,,3.0,,,,,,,,,,,,,,,,,, +537,fastapi-react,Buuntu/fastapi-react,fastapi-utils,,https://github.com/Buuntu/fastapi-react,https://github.com/Buuntu/fastapi-react,MIT,2020-03-21 19:48:47.000,2023-08-04 12:18:30.000,2022-02-18 04:40:27,150.0,288.0,40.0,136.0,26.0,38.0,1754.0,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,18,False,['fastapi'],2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +538,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2023-04-05 02:56:48.000,2023-04-02 04:09:41,448.0,60.0,20.0,71.0,17.0,73.0,609.0,A Python Mail Server.,20.0,19.0,15.0,18,True,,2019-12-31 19:27:38.000,3.2.0,12.0,,95.0,1323.0,,salmon-mail,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,1321.0,,,,3.0,,,,,,,,,,,,,,,,,, +539,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,27.0,8.0,157.0,5.0,23.0,570.0,Opinionated set of utilities on top of FastAPI.,13.0,,12.0,18,False,['fastapi'],2021-06-03 13:58:16.000,0.2.11,34.0,,,5805.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,5805.0,,,,3.0,,,,,,,,,,,,,,,,,, +540,fastapi-versioning,DeanWay/fastapi-versioning,fastapi-utils,,https://github.com/DeanWay/fastapi-versioning,https://github.com/DeanWay/fastapi-versioning,MIT,2019-12-02 23:40:07.000,2023-07-25 14:20:52.000,2021-08-24 17:12:25,93.0,57.0,9.0,33.0,31.0,17.0,541.0,api versioning for fastapi web applications.,7.0,,16.0,18,False,['fastapi'],2021-08-24 17:06:33.000,0.10.0,10.0,,,58822.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,7.0,58822.0,,,,3.0,,,,,,,,,,,,,,,,,, +541,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,,2012-06-12 18:40:14.000,2022-09-12 18:52:55.000,2022-09-12 18:52:55,305.0,86.0,45.0,82.0,19.0,38.0,524.0,Restful API framework wrapped around MongoEngine.,49.0,49.0,18.0,18,False,['flask'],2019-08-26 10:57:49.000,0.3.0,2.0,,,240.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,,,240.0,,,,3.0,,,,,,,,,,,,,,,,,, +542,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000,2022-02-07 13:15:15.000,2021-11-16 00:44:19,643.0,75.0,38.0,99.0,16.0,120.0,489.0,A complete test automation tool.,6.0,5.0,20.0,18,False,,2021-07-30 15:38:36.000,0.10.1,36.0,,65.0,257.0,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,256.0,,,,3.0,,,,,,,,,,,,,,,,,, +543,fastapi-plugins,madkote/fastapi-plugins,fastapi-utils,,https://github.com/madkote/fastapi-plugins,https://github.com/madkote/fastapi-plugins,MIT,2019-11-20 11:41:50.000,2023-03-24 12:57:07.000,2023-03-24 12:57:03,86.0,16.0,3.0,5.0,2.0,12.0,293.0,FastAPI framework plugins.,93.0,92.0,3.0,18,True,['fastapi'],2023-03-24 12:44:12.000,0.12.0,19.0,,,6244.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2022-07-07 12:26:07.000,1.0,6244.0,,,,3.0,,,,,,,,,,,,,,,,,, +544,tartiflette-asgi,tartiflette/tartiflette-asgi,graphql,,https://github.com/tartiflette/tartiflette-asgi,https://github.com/tartiflette/tartiflette-asgi,MIT,2019-04-19 19:38:45.000,2023-06-26 07:57:25.000,2022-05-20 21:14:37,166.0,16.0,8.0,139.0,12.0,43.0,100.0,ASGI support for the Tartiflette GraphQL engine.,20.0,19.0,14.0,18,False,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,,1504.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,1504.0,,,,3.0,,,,,,,,,,,,,,,,,, +545,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,,2011-07-23 02:21:03.000,2023-06-16 19:25:02.720,2023-01-03 02:30:26,1170.0,78.0,13.0,207.0,40.0,138.0,94.0,Pyramid debug toolbar.,,,68.0,18,False,['pyramid'],,,1.0,,,2481441.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,,,2481300.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2023-06-16 19:25:02.720,4112.0,3.0,,,,,,,,,,,,,,,,,, +546,lambdarest,sloev/python-lambdarest,serverless,,https://github.com/sloev/python-lambdarest,https://github.com/sloev/python-lambdarest,MIT,2017-02-07 15:30:04.000,2023-03-08 21:03:10.000,2023-03-08 21:03:05,179.0,24.0,35.0,62.0,1.0,31.0,90.0,Flask like web framework for AWS Lambda.,10.0,10.0,23.0,18,True,,2020-04-14 08:51:22.000,untagged-080ed2ae2bbff1b043aa,32.0,,,221.0,,lambdarest,https://pypi.org/project/lambdarest,,,221.0,,,,3.0,,,,,,,,,,,,,,,,,, +547,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,3761.0,,,,,15578.0,Tool for automated Instagram interactions.,11.0,,,17,False,,2022-01-19 04:05:04.000,0.6.16,52.0,,,3151.0,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,3151.0,,,,3.0,,,,,,,,,,,,,,,,,, +548,nginx-ui,schenkd/nginx-ui,admin-ui,,https://github.com/schenkd/nginx-ui,https://github.com/schenkd/nginx-ui,MIT,2020-05-30 08:31:03.000,2023-07-23 18:39:02.000,2023-04-24 11:52:27,13.0,260.0,81.0,23.0,24.0,14.0,4342.0,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,17,True,,2020-06-28 15:17:10.000,0.2,1.0,,,13814.0,,,,,,,,,,3.0,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,16.0,538750.0,,,,,,,,,,, +549,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,4110.0,A testing system for catching visual regressions in Web applications.,2.0,2.0,7.0,17,False,,,,5.0,,,40.0,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, +550,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,500.0,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,17,False,,2015-06-28 22:20:05.000,0.0.12,4.0,,,76.0,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,76.0,,,,3.0,,,,,,,,,,,,,,,,,, +551,Flask-Moment,miguelgrinberg/Flask-Moment,flask-utils,,https://github.com/miguelgrinberg/Flask-Moment,https://github.com/miguelgrinberg/Flask-Moment,MIT,2013-10-24 04:17:57.000,2023-06-20 11:53:41.000,2023-06-20 11:53:39,96.0,49.0,14.0,44.0,1.0,47.0,363.0,Formatting of dates and times in Flask templates using moment.js.,,,22.0,17,True,['flask'],,,10.0,1.0,,39245.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,,,38690.0,https://anaconda.org/conda-forge/flask-moment,2023-06-16 13:18:41.479,46116.0,3.0,,,,,,,,,,,,,,,,,, +552,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,15.0,3.0,7.0,7.0,3.0,198.0,FastAPI simple cache.,81.0,81.0,7.0,17,False,['fastapi'],2021-02-12 14:58:56.000,0.1.0,6.0,,,7984.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,,7984.0,,,,3.0,,,,,,,,,,,,,,,,,, +553,flask-file-upload,joegasewicz/flask-file-upload,flask-utils,,https://github.com/joegasewicz/flask-file-upload,https://github.com/joegasewicz/flask-file-upload,MIT,2019-12-13 11:26:42.000,2023-02-16 04:15:10.000,2023-02-08 08:18:07,375.0,13.0,5.0,54.0,13.0,60.0,150.0,Easy file uploads for Flask.,76.0,76.0,6.0,17,True,['flask'],2021-12-07 13:25:00.000,02.1,5.0,,,368.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,,,368.0,,,,3.0,,,,,,,,,,,,,,,,,, +554,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,13.0,77.0,8.0,20.0,95.0,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",29.0,,19.0,17,False,['pyramid'],,,5.0,,,8803.0,,apex,https://pypi.org/project/apex,2013-03-05 16:52:43.000,29.0,8803.0,,,,3.0,,,,,,,,,,,,,,,,,, +555,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/danielpops/pyramid_swagger,https://github.com/danielpops/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2022-09-18 16:33:52.000,2022-09-18 16:33:51,571.0,47.0,13.0,139.0,24.0,86.0,65.0,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,1.0,,39.0,17,True,['pyramid'],2019-05-07 14:20:39.000,2.7.0,27.0,,,6275.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,1.0,6275.0,,,,3.0,,,,,,,,,,,,,danielpops/pyramid_swagger,,,,, +556,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/sierrasevn/Flask-GraphQL-Auth,https://github.com/sierrasevn/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2023-05-01 21:37:28.000,2021-06-16 13:33:51,120.0,12.0,7.0,15.0,6.0,13.0,63.0,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,209.0,205.0,7.0,17,False,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,,2888.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,2888.0,,,,3.0,,,,,,,,,,,,,sierrasevn/Flask-GraphQL-Auth,,,,, +557,tartiflette-aiohttp,tartiflette/tartiflette-aiohttp,graphql,,https://github.com/tartiflette/tartiflette-aiohttp,https://github.com/tartiflette/tartiflette-aiohttp,MIT,2018-11-07 05:16:40.000,2023-08-14 07:13:30.000,2022-09-07 18:59:30,228.0,9.0,10.0,243.0,4.0,15.0,60.0,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",55.0,51.0,11.0,17,True,,2021-11-15 10:12:31.000,1.4.1,31.0,,,733.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,733.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,2023-06-08 15:26:19.000,2023-02-16 09:33:40,487.0,369.0,84.0,64.0,57.0,28.0,2313.0,Automated Security Testing For REST APIs.,,,12.0,16,True,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +559,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,22.0,3.0,5.0,11.0,688.0,A micro web-framework using asyncio coroutines and chained middleware.,2.0,,5.0,15,False,,2016-10-16 15:29:10.000,0.8.0,10.0,,,84.0,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,84.0,,,,3.0,,,,,,,,,,,,,,,,,, +560,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019-08-03 10:35:23.000,2023-07-06 21:45:13.000,2021-02-11 19:35:35,36.0,32.0,8.0,20.0,9.0,7.0,310.0,FastAPI client generator.,303.0,303.0,8.0,15,False,['fastapi'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +561,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,221.0,A python module to parse the Open Graph Protocol.,122.0,98.0,8.0,15,False,,,,3.0,,,583.0,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,583.0,,,,3.0,,,,,,,,,,,,,,,,,, +562,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,,2014-12-12 14:46:59.000,2023-06-26 12:55:15.000,2023-06-26 12:49:38,790.0,32.0,7.0,172.0,21.0,129.0,141.0,Declarative HTTP Testing for Python and anything else.,,,28.0,15,False,,2021-09-03 11:57:56.000,2.3.0,1.0,2.0,,11004.0,,gabbi,https://pypi.org/project/gabbi,,,11004.0,,,,3.0,,,,,,,,,,,,,,,,,, +563,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,60.0,14.0,54.0,15.0,32.0,104.0,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,,,25.0,15,False,['pyramid'],,,,,,4705.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,,,4705.0,,,,3.0,,,,,,,,,,,,,,,,,, +564,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015-12-16 14:33:49.000,2022-09-17 21:18:54.000,2020-10-09 07:57:39,120.0,31.0,6.0,34.0,22.0,20.0,74.0,JWT authentication for Pyramid.,,,12.0,15,False,['pyramid'],2021-02-20 11:34:46.712,1.6.1,10.0,,,13879.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,13879.0,,,,3.0,,,,,,,,,,,,,,,,,, +565,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,40.0,826.0,"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 +566,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,620.0,Display machine state using Python3 with Flask.,2.0,2.0,10.0,14,False,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,,97.0,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,97.0,,,,3.0,,,,,,,,,,,,,,,,,, +567,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2023-08-12 21:35:48.000,2020-08-16 21:52:05,198.0,23.0,11.0,301.0,60.0,3.0,211.0,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,14,False,,2020-08-03 20:20:32.000,0.2.4,7.0,,96.0,49.0,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,48.0,,,,3.0,,,,,,,,,,,,,,,,,, +568,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,,2012-03-06 17:53:29.000,2023-06-16 16:09:08.933,2019-08-14 04:58:34,139.0,49.0,11.0,5.0,1.0,4.0,204.0,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",,,6.0,14,False,['flask'],,,1.0,,,158986.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,,,158754.0,https://anaconda.org/conda-forge/flask-bootstrap,2023-06-16 16:09:08.933,14165.0,3.0,-11.0,,,,,,,,,,,,,,,,, +569,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,5.0,3.0,2130.0,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,,,,,,,,,,,,,,,,,, +570,fastapi-permissions,holgi/fastapi-permissions,auth,,https://github.com/holgi/fastapi-permissions,https://github.com/holgi/fastapi-permissions,THE BEER-WARE LICENSE,2019-07-19 22:36:43.000,2023-03-23 10:53:53.000,2020-10-05 14:24:37,44.0,41.0,12.0,9.0,9.0,3.0,377.0,row level security for FastAPI framework.,,,1.0,13,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,,6026.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,6026.0,,,,3.0,,,,,,,,,,,,,,,,,, +571,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2022-09-15 20:25:29.000,2022-09-15 20:25:29,60.0,17.0,9.0,6.0,5.0,2.0,142.0,Generate a Postman collection from your Flask application.,19.0,18.0,5.0,13,True,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,,658.0,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,658.0,,,,3.0,,,,,,,,,,,,,,,,,, +572,Scrapera,DarshanDeshpande/Scrapera,web-scraping,,https://github.com/DarshanDeshpande/Scrapera,https://github.com/DarshanDeshpande/Scrapera,MIT,2021-01-23 11:55:03.000,2022-05-22 20:08:21.000,2021-08-30 16:47:21,37.0,19.0,10.0,6.0,2.0,5.0,303.0,A universal package of scraper scripts for humans.,,,4.0,12,False,,2021-02-07 18:22:49.000,1.1.3,19.0,,,73.0,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,73.0,,,,3.0,,,,,,,,,,,,,,,,,, +573,pyramid_services,mmerickel/pyramid_services,pyramid-utils,,https://github.com/mmerickel/pyramid_services,https://github.com/mmerickel/pyramid_services,MIT,2015-02-14 06:44:36.000,2023-04-16 21:30:24.000,2023-04-16 21:30:17,91.0,10.0,14.0,11.0,,5.0,81.0,A service layer for pyramid.,,,6.0,12,True,['pyramid'],,,,,,9502.0,,pyramid_services,https://pypi.org/project/pyramid_services,,,9502.0,,,,3.0,,,,,,,,,,,,,,,,,, +574,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,12.0,8.0,21.0,4.0,1.0,99.0,Lazy package to start your project using FastAPI.,,,2.0,10,False,['fastapi'],2021-11-21 11:00:44.000,1.2.6,9.0,,,81.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,81.0,,,,3.0,,,,,,,,,,,,,,,,,, +575,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,2023-05-09 08:40:01.000,2023-05-09 07:20:19,22.0,10.0,7.0,,,2.0,28.0,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",1.0,1.0,2.0,10,False,,2023-05-09 08:40:01.000,3.2.0,16.0,,,136.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,136.0,,,,3.0,,,,,,,,,,,,,,,,,, +576,timing-asgi,steinnes/timing-asgi,monitoring,,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,,2019-02-05 23:53:18.000,2023-07-18 10:19:04.000,2023-07-18 10:18:35,80.0,8.0,2.0,19.0,4.0,3.0,109.0,ASGI middleware to record and emit timing metrics (to something like statsd).,32.0,32.0,5.0,8,False,,,,,5.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +577,igramscraper,realsirjoe/instagram-scraper,third-party-apis,,,{},,,,,,,,,,,,,,,,2,False,,,,,,,989.0,,igramscraper,https://pypi.org/project/igramscraper,,,989.0,,,,3.0,-14.0,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index c7eb3e00..c474ac28 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- google-api-python-client (πŸ₯‡43 Β· ⭐ 6.8K Β· πŸ“ˆ) - The official Python client library for Googles.. Apache-2 -- Yarl (πŸ₯ˆ33 Β· ⭐ 980 Β· πŸ“ˆ) - Yet another URL library. Apache-2 -- WeasyPrint (πŸ₯‰32 Β· ⭐ 6K Β· πŸ“ˆ) - The awesome document factory. BSD-3 -- wechatpy (πŸ₯‰32 Β· ⭐ 3.5K Β· πŸ“ˆ) - WeChat SDK for Python. MIT -- django-formtools (πŸ₯‰29 Β· ⭐ 680 Β· πŸ“ˆ) - A set of high-level abstractions for Django forms. BSD-3 +- wagtail (πŸ₯‡41 Β· ⭐ 15K Β· πŸ“ˆ) - A Django content management system focused on flexibility and.. BSD-3 +- eve (πŸ₯‰33 Β· ⭐ 6.6K Β· πŸ“ˆ) - REST API framework designed for human beings. BSD-3 +- Flask-SocketIO (πŸ₯ˆ33 Β· ⭐ 5.1K Β· πŸ“ˆ) - Socket.IO integration for Flask applications. MIT +- html5lib-python (πŸ₯ˆ33 Β· ⭐ 1K Β· πŸ“ˆ) - Standards-compliant library for parsing and serializing HTML.. MIT +- feincms (πŸ₯‰27 Β· ⭐ 870 Β· πŸ“ˆ) - A Django-based CMS with a focus on extensibility and concise.. BSD-3 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- eve (πŸ₯‰28 Β· ⭐ 6.6K Β· πŸ“‰) - REST API framework designed for human beings. ❗Unlicensed -- Flask-SocketIO (πŸ₯‰27 Β· ⭐ 5.1K Β· πŸ“‰) - Socket.IO integration for Flask applications. MIT -- mezzanine (πŸ₯‰26 Β· ⭐ 4.6K Β· πŸ’€) - CMS framework for Django. BSD-2 -- html5lib-python (πŸ₯‰26 Β· ⭐ 1K Β· πŸ“‰) - Standards-compliant library for parsing and serializing HTML.. MIT -- flask-sockets (πŸ₯‰19 Β· ⭐ 1.7K Β· πŸ’€) - [DEPRECATED] Alternative:.. MIT +- django-storages (πŸ₯‰26 Β· ⭐ 2.5K Β· πŸ“‰) - Django-storages is a project to provide a variety of.. BSD-3 +- django-redis (πŸ₯‰25 Β· ⭐ 2.6K Β· πŸ“‰) - Full featured redis cache backend for Django. ❗Unlicensed +- django-compressor (πŸ₯‰23 Β· ⭐ 2.7K Β· πŸ“‰) - Compresses linked and inline javascript or CSS into a.. ❗Unlicensed +- flask-bootstrap (πŸ₯‰14 Β· ⭐ 200 Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed +- igramscraper (πŸ₯‰2 Β· πŸ“‰) - ❗Unlicensed