From 0dae60c990da578f9bf7b1d2cccfdc4f91d30861 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 1 Apr 2021 15:16:12 +0000 Subject: [PATCH] Update best-of list for version 2021.04.01 --- README.md | 3593 +++++++++++++++---------------- history/2021-04-01_changes.md | 26 + history/2021-04-01_projects.csv | 547 +++++ latest-changes.md | 26 +- 4 files changed, 2324 insertions(+), 1868 deletions(-) create mode 100644 history/2021-04-01_changes.md create mode 100644 history/2021-04-01_projects.csv diff --git a/README.md b/README.md index abc2214e..06af5a2b 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@

- +

-This curated list contains 540 awesome open-source projects with a total of 1.9M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 550 awesome open-source projects with a total of 1.9M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome! --- @@ -57,7 +57,7 @@ This curated list contains 540 awesome open-source projects with a total of 1.9M - [FastAPI Utilities](#fastapi-utilities) _12 projects_ - [Pyramid Utilities](#pyramid-utilities) _3 projects_ - [Django Utilities](#django-utilities) _76 projects_ -- [Others](#others) _51 projects_ +- [Others](#others) _52 projects_ ## Explanation - 🥇🥈🥉  Combined project-quality score @@ -91,232 +91,220 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (🥇39 · ⭐ 54K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/pallets/flask) (👨‍💻 710 · 🔀 14K · 📥 4.8K · 📦 680K · 📋 2.1K - 1% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/pallets/flask) (👨‍💻 710 · 🔀 14K · 📥 4.8K · 📦 700K · 📋 2.1K - 1% open · ⏱️ 22.03.2021): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (📥 8.6M / month · 📦 230K · ⏱️ 03.04.2020): +- [PyPi](https://pypi.org/project/flask) (📥 7.1M / month · 📦 230K · ⏱️ 03.04.2020): ``` pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/flask) (📥 1.7M · ⏱️ 03.04.2020): +- [Conda](https://anaconda.org/conda-forge/flask) (📥 1.8M · ⏱️ 03.04.2020): ``` conda install -c conda-forge flask ```
-
django-rest-framework (🥇38 · ⭐ 20K) - Web APIs for Django. BSD-3 +
django (🥇37 · ⭐ 57K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.2K · 🔀 5.6K · 📦 200K · 📋 3.8K - 6% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/django/django) (👨‍💻 2.5K · 🔀 24K · 📦 640K · ⏱️ 01.04.2021): ``` - git clone https://github.com/encode/django-rest-framework + git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (📥 480K / month · 📦 750 · ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/django) (📥 2.5M / month · 📦 230K · ⏱️ 18.03.2021): ``` - pip install django-rest-framework + pip install django ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework) (📥 340K · ⏱️ 06.01.2021): +- [Conda](https://anaconda.org/conda-forge/django) (📥 800K · ⏱️ 19.02.2021): ``` - conda install -c conda-forge djangorestframework + conda install -c conda-forge django ```
-
django (🥇37 · ⭐ 56K · 📉) - The Web framework for perfectionists with deadlines. BSD-3 +
django-rest-framework (🥇37 · ⭐ 21K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 2.5K · 🔀 24K · 📦 620K · ⏱️ 11.03.2021): +- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.2K · 🔀 5.6K · 📦 210K · 📋 3.8K - 5% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/django/django + git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/django) (📥 3M / month · 📦 230K · ⏱️ 19.02.2021): +- [PyPi](https://pypi.org/project/django-rest-framework) (📥 420K / month · 📦 750 · ⏱️ 20.07.2017): ``` - pip install django + pip install django-rest-framework ``` -- [Conda](https://anaconda.org/conda-forge/django) (📥 780K · ⏱️ 19.02.2021): +- [Conda](https://anaconda.org/conda-forge/djangorestframework) (📥 340K · ⏱️ 26.03.2021): ``` - conda install -c conda-forge django + conda install -c conda-forge djangorestframework ```
tornado (🥇37 · ⭐ 20K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 -- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 410 · 🔀 5.3K · 📦 150K · 📋 1.7K - 13% open · ⏱️ 04.02.2021): +- [GitHub](https://github.com/tornadoweb/tornado) (👨‍💻 410 · 🔀 5.3K · 📦 150K · 📋 1.7K - 13% open · ⏱️ 20.03.2021): ``` git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/tornado) (📥 9.3M / month · 📦 48K · ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/tornado) (📥 8.5M / month · 📦 48K · ⏱️ 30.10.2020): ``` pip install tornado ``` -- [Conda](https://anaconda.org/conda-forge/tornado) (📥 11M · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/tornado) (📥 12M · ⏱️ 08.01.2021): ``` conda install -c conda-forge tornado ```
-
werkzeug (🥇37 · ⭐ 5.6K) - The comprehensive WSGI web application library. BSD-3 +
werkzeug (🥇37 · ⭐ 5.7K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 410 · 🔀 1.5K · 📥 240 · 📦 470K · 📋 840 - 2% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/pallets/werkzeug) (👨‍💻 410 · 🔀 1.5K · 📥 240 · 📦 480K · 📋 840 - 2% open · ⏱️ 30.03.2021): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (📥 11M / month · 📦 140K · ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/werkzeug) (📥 8.4M / month · 📦 140K · ⏱️ 17.03.2021): ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 2.6M · ⏱️ 01.04.2020): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 2.7M · ⏱️ 01.04.2020): ``` conda install -c conda-forge werkzeug ```
-
sanic (🥈36 · ⭐ 15K) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT - -- [GitHub](https://github.com/sanic-org/sanic) (👨‍💻 280 · 🔀 1.3K · 📦 4.9K · 📋 970 - 4% open · ⏱️ 11.03.2021): - - ``` - git clone https://github.com/sanic-org/sanic - ``` -- [PyPi](https://pypi.org/project/sanic) (📥 8M / month · 📦 530 · ⏱️ 16.02.2021): - ``` - pip install sanic - ``` -- [Conda](https://anaconda.org/conda-forge/sanic) (📥 110K · ⏱️ 10.03.2021): - ``` - conda install -c conda-forge sanic - ``` -
-
bottle (🥈35 · ⭐ 7.2K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT +
bottle (🥈34 · ⭐ 7.2K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT -- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 220 · 🔀 1.4K · 📦 15K · 📋 830 - 36% open · ⏱️ 01.01.2021): +- [GitHub](https://github.com/bottlepy/bottle) (👨‍💻 220 · 🔀 1.4K · 📦 16K · 📋 840 - 37% open · ⏱️ 01.01.2021): ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (📥 510K / month · 📦 9.7K · ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/bottle) (📥 430K / month · 📦 9.7K · ⏱️ 11.11.2020): ``` pip install bottle ``` -- [Conda](https://anaconda.org/conda-forge/bottle) (📥 220K · ⏱️ 10.06.2020): +- [Conda](https://anaconda.org/conda-forge/bottle) (📥 230K · ⏱️ 10.06.2020): ``` conda install -c conda-forge bottle ```
-
fastapi (🥈33 · ⭐ 28K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (🥈33 · ⭐ 29K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 210 · 🔀 1.9K · 📋 2.1K - 34% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 210 · 🔀 2K · 📋 2.2K - 35% open · ⏱️ 27.03.2021): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (📥 600K / month · 📦 280 · ⏱️ 20.12.2020): +- [PyPi](https://pypi.org/project/fastapi) (📥 490K / month · 📦 280 · ⏱️ 20.12.2020): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 180K · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 200K · ⏱️ 08.01.2021): ``` conda install -c conda-forge fastapi ```
pyramid (🥈33 · ⭐ 3.5K) - Pyramid - A Python web framework. BSD-3 -- [GitHub](https://github.com/Pylons/pyramid) (👨‍💻 340 · 🔀 870 · 📦 9K · 📋 1K - 6% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/Pylons/pyramid) (👨‍💻 340 · 🔀 870 · 📦 9K · 📋 1K - 6% open · ⏱️ 15.03.2021): ``` git clone https://github.com/Pylons/pyramid ``` -- [PyPi](https://pypi.org/project/pyramid) (📥 160K / month · 📦 5.2K · ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/pyramid) (📥 130K / month · 📦 5.2K · ⏱️ 01.03.2021): ``` pip install pyramid ``` -- [Conda](https://anaconda.org/anaconda/pyramid) (📥 2.6K · ⏱️ 25.02.2021): +- [Conda](https://anaconda.org/anaconda/pyramid) (📥 2.7K · ⏱️ 25.02.2021): ``` conda install -c anaconda pyramid ```
+
sanic (🥈32 · ⭐ 15K · 📉) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT + +- [GitHub](https://github.com/sanic-org/sanic) (👨‍💻 290 · 🔀 1.3K · 📦 5K · 📋 980 - 3% open · ⏱️ 23.03.2021): + + ``` + git clone https://github.com/sanic-org/sanic + ``` +- [PyPi](https://pypi.org/project/sanic) (📥 2.1M / month · 📦 530 · ⏱️ 23.03.2021): + ``` + pip install sanic + ``` +- [Conda](https://anaconda.org/conda-forge/sanic) (📥 120K · ⏱️ 10.03.2021): + ``` + conda install -c conda-forge sanic + ``` +
falcon (🥈32 · ⭐ 8.3K) - The no-nonsense, minimalist REST and app backend framework for Python.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (👨‍💻 170 · 🔀 810 · 📥 400 · 📦 5.3K · 📋 890 - 22% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/falconry/falcon) (👨‍💻 170 · 🔀 820 · 📥 400 · 📦 5.3K · 📋 890 - 21% open · ⏱️ 29.03.2021): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (📥 250K / month · 📦 3K · ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/falcon) (📥 190K / month · 📦 3K · ⏱️ 29.03.2021): ``` pip install falcon ``` -- [Conda](https://anaconda.org/conda-forge/falcon) (📥 170K · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/falcon) (📥 180K · ⏱️ 08.01.2021): ``` conda install -c conda-forge falcon ```
-
flask-restful (🥈32 · ⭐ 6K) - Simple framework for creating REST APIs. BSD-3 +
flask-restful (🥈31 · ⭐ 6K) - Simple framework for creating REST APIs. BSD-3 -- [GitHub](https://github.com/flask-restful/flask-restful) (👨‍💻 160 · 🔀 930 · 📦 53K · 📋 550 - 20% open · ⏱️ 15.10.2020): +- [GitHub](https://github.com/flask-restful/flask-restful) (👨‍💻 160 · 🔀 930 · 📦 55K · 📋 550 - 20% open · ⏱️ 15.10.2020): ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (📥 570K / month · 📦 14K · ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/flask-restful) (📥 440K / month · 📦 14K · ⏱️ 06.02.2020): ``` pip install flask-restful ``` -- [Conda](https://anaconda.org/conda-forge/flask-restful) (📥 77K · ⏱️ 24.03.2020): +- [Conda](https://anaconda.org/conda-forge/flask-restful) (📥 79K · ⏱️ 24.03.2020): ``` conda install -c conda-forge flask-restful ```
starlette (🥈31 · ⭐ 5.3K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (👨‍💻 140 · 🔀 440 · 📦 12K · 📋 590 - 32% open · ⏱️ 07.02.2021): +- [GitHub](https://github.com/encode/starlette) (👨‍💻 150 · 🔀 460 · 📦 13K · 📋 580 - 30% open · ⏱️ 29.03.2021): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (📥 810K / month · 📦 580 · ⏱️ 02.02.2021): +- [PyPi](https://pypi.org/project/starlette) (📥 660K / month · 📦 580 · ⏱️ 02.02.2021): ``` pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (📥 170K · ⏱️ 03.02.2021): +- [Conda](https://anaconda.org/conda-forge/starlette) (📥 180K · ⏱️ 03.02.2021): ``` conda install -c conda-forge starlette ```
Flask-AppBuilder (🥈31 · ⭐ 3.2K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 140 · 🔀 1K · 📦 1.8K · 📋 1K - 8% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨‍💻 140 · 🔀 1K · 📦 1.8K · 📋 1K - 9% open · ⏱️ 29.03.2021): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 580K / month · 📦 600 · ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 540K / month · ⏱️ 16.03.2021): ``` pip install flask-appbuilder ``` -- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 130K · ⏱️ 19.02.2021): +- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 130K · ⏱️ 16.03.2021): ``` conda install -c conda-forge flask-appbuilder ```
-
CherryPy (🥈31 · ⭐ 1.4K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 - -- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 130 · 🔀 310 · 📦 7K · 📋 1.7K - 11% open · ⏱️ 17.01.2021): - - ``` - git clone https://github.com/cherrypy/cherrypy - ``` -- [PyPi](https://pypi.org/project/cherrypy) (📥 180K / month · 📦 20K · ⏱️ 17.04.2020): - ``` - pip install cherrypy - ``` -
eve (🥉29 · ⭐ 6.3K) - REST API framework designed for human beings. BSD-3 -- [GitHub](https://github.com/pyeve/eve) (👨‍💻 200 · 🔀 720 · 📦 940 · 📋 940 - 3% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/pyeve/eve) (👨‍💻 200 · 🔀 720 · 📦 940 · 📋 940 - 3% open · ⏱️ 14.03.2021): ``` git clone https://github.com/pyeve/eve ``` -- [PyPi](https://pypi.org/project/eve) (📥 4.7K / month · 📦 710 · ⏱️ 25.01.2021): +- [PyPi](https://pypi.org/project/eve) (📥 3.7K / month · 📦 710 · ⏱️ 25.01.2021): ``` pip install eve ``` @@ -328,7 +316,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/hugapi/hug ``` -- [PyPi](https://pypi.org/project/hug) (📥 11K / month · 📦 420 · ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/hug) (📥 8.8K / month · 📦 420 · ⏱️ 06.02.2020): ``` pip install hug ``` @@ -349,82 +337,82 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install web.py ```
-
cornice (🥉28 · ⭐ 360) - Build Web Services with Pyramid. MPL-2.0 +
CherryPy (🥉28 · ⭐ 1.4K · 📉) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/Cornices/cornice) (👨‍💻 110 · 🔀 150 · 📦 640 · 📋 230 - 20% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 130 · 🔀 310 · 📦 7.1K · 📋 1.7K - 11% open · ⏱️ 17.01.2021): ``` - git clone https://github.com/Cornices/cornice + git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cornice) (📥 16K / month · 📦 660 · ⏱️ 31.08.2020): +- [PyPi](https://pypi.org/project/cherrypy) (📥 150K / month · 📦 20K · ⏱️ 17.04.2020): ``` - pip install cornice + pip install cherrypy ```
-
quart (🥉27 · ⭐ 870) - Quart is a Python ASGI web microframework with the same API as Flask. MIT +
cornice (🥉28 · ⭐ 360) - Build Web Services with Pyramid. MPL-2.0 -- [GitHub](https://github.com/pgjones/quart) (👨‍💻 54 · 🔀 83 · 📦 1.2K · 📋 110 - 2% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/Cornices/cornice) (👨‍💻 110 · 🔀 150 · 📦 640 · 📋 230 - 20% open · ⏱️ 11.03.2021): ``` - git clone https://github.com/pgjones/quart - ``` -- [PyPi](https://pypi.org/project/quart) (📥 78K / month · 📦 160 · ⏱️ 13.12.2020): - ``` - pip install quart + git clone https://github.com/Cornices/cornice ``` -- [Conda](https://anaconda.org/conda-forge/quart) (📥 16K · ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/cornice) (📥 13K / month · 📦 660 · ⏱️ 31.08.2020): ``` - conda install -c conda-forge quart + pip install cornice ```
-
responder (🥉26 · ⭐ 3.5K) - A familiar HTTP Service Framework for Python. Apache-2 +
responder (🥉26 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2 -- [GitHub](https://github.com/taoufik07/responder) (👨‍💻 85 · 🔀 210 · 📦 420 · 📋 220 - 21% open · ⏱️ 08.01.2021): +- [GitHub](https://github.com/taoufik07/responder) (👨‍💻 86 · 🔀 210 · 📦 430 · 📋 220 - 24% open · ⏱️ 24.03.2021): ``` git clone https://github.com/taoufik07/responder ``` -- [PyPi](https://pypi.org/project/responder) (📥 2.6K / month · 📦 120 · ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/responder) (📥 2.1K / month · 📦 120 · ⏱️ 08.01.2021): ``` pip install responder ``` -- [Conda](https://anaconda.org/conda-forge/responder) (📥 52K · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/responder) (📥 54K · ⏱️ 08.01.2021): ``` conda install -c conda-forge responder ```
-
masonite (🥉25 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT +
quart (🥉26 · ⭐ 880) - Quart is a Python ASGI web microframework with the same API as Flask. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 72 · 🔀 94 · 📥 8 · 📋 240 - 11% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/pgjones/quart) (👨‍💻 55 · 🔀 83 · 📦 1.2K · 📋 110 - 2% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/MasoniteFramework/masonite + git clone https://github.com/pgjones/quart ``` -- [PyPi](https://pypi.org/project/masonite) (📥 1.4K / month · 📦 94 · ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/quart) (📥 50K / month · 📦 160 · ⏱️ 13.12.2020): ``` - pip install masonite + pip install quart + ``` +- [Conda](https://anaconda.org/conda-forge/quart) (📥 17K · ⏱️ 10.01.2021): + ``` + conda install -c conda-forge quart ```
-
japronto (🥉24 · ⭐ 8.4K · 💤) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT +
masonite (🥉24 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/squeaky-pl/japronto) (👨‍💻 23 · 🔀 570 · 📦 100 · 📋 150 - 58% open · ⏱️ 20.03.2020): +- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 72 · 🔀 97 · 📥 8 · 📋 240 - 11% open · ⏱️ 23.03.2021): ``` - git clone https://github.com/squeaky-pl/japronto + git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/japronto) (📥 160 / month · 📦 54 · ⏱️ 09.11.2018): +- [PyPi](https://pypi.org/project/masonite) (📥 600 / month · 📦 94 · ⏱️ 23.03.2021): ``` - pip install japronto + pip install masonite ```
-
guillotina (🥉24 · ⭐ 150) - Python AsyncIO data API to manage billions of resources. BSD-3 +
guillotina (🥉24 · ⭐ 160) - Python AsyncIO data API to manage billions of resources. BSD-3 -- [GitHub](https://github.com/plone/guillotina) (👨‍💻 46 · 🔀 41 · 📦 110 · 📋 210 - 22% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/plone/guillotina) (👨‍💻 46 · 🔀 41 · 📦 110 · 📋 210 - 22% open · ⏱️ 01.04.2021): ``` git clone https://github.com/plone/guillotina ``` -- [PyPi](https://pypi.org/project/guillotina) (📥 2.1K / month · 📦 52 · ⏱️ 04.03.2021): +- [PyPi](https://pypi.org/project/guillotina) (📥 1.5K / month · 📦 52 · ⏱️ 04.03.2021): ``` pip install guillotina ``` @@ -437,14 +425,14 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/web2py/web2py ```
-
emmett (🥉20 · ⭐ 650 · 📈) - The web framework for inventors. BSD-3 +
emmett (🥉20 · ⭐ 650) - The web framework for inventors. BSD-3 - [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 20 · 🔀 56 · 📦 8 · 📋 260 - 9% open · ⏱️ 09.03.2021): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (📥 160 / month · ⏱️ 09.03.2021): +- [PyPi](https://pypi.org/project/emmett) (📥 150 / month · ⏱️ 09.03.2021): ``` pip install emmett ``` @@ -461,35 +449,25 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install Flask-MongoRest ```
-
flama (🥉15 · ⭐ 160) - Fire up your API with this flamethrower. ❗️GPL-3.0 +
flama (🥉14 · ⭐ 160) - Fire up your API with this flamethrower. ❗️GPL-3.0 -- [GitHub](https://github.com/perdy/flama) (👨‍💻 8 · 🔀 12 · 📥 50 · 📋 27 - 33% open · ⏱️ 16.11.2020): +- [GitHub](https://github.com/perdy/flama) (👨‍💻 8 · 🔀 12 · 📥 50 · 📋 29 - 31% open · ⏱️ 16.11.2020): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 140 / month · ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/flama) (📥 88 / month · ⏱️ 16.11.2020): ``` pip install flama ```
-
Growler (🥉14 · ⭐ 690 · 💤) - A micro web-framework using asyncio coroutines and chained.. Apache-2 - -- [GitHub](https://github.com/pyGrowler/Growler) (👨‍💻 5 · 🔀 27 · 📋 16 - 31% open · ⏱️ 08.03.2020): - - ``` - git clone https://github.com/pyGrowler/Growler - ``` -- [PyPi](https://pypi.org/project/growler) (📥 17 / month · 📦 2 · ⏱️ 16.10.2016): - ``` - pip install growler - ``` -
-
Show 3 hidden projects... +
Show 5 hidden projects... - django-tastypie (🥈31 · ⭐ 3.7K · 💀) - Creating delicious APIs for Django apps since 2010. BSD-3 -- flask-restplus (🥉29 · ⭐ 2.5K · 💀) - Fully featured framework for fast, easy and.. BSD-3 +- flask-restplus (🥉28 · ⭐ 2.5K · 💀) - Fully featured framework for fast, easy and.. BSD-3 +- japronto (🥉23 · ⭐ 8.4K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT - vibora (🥉21 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework. MIT +- Growler (🥉14 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2

@@ -499,232 +477,248 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (🥇41 · ⭐ 45K) - A simple, yet elegant HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 680 · 🔀 8.2K · 📦 890K · 📋 3.4K - 9% open · ⏱️ 24.02.2021): +- [GitHub](https://github.com/psf/requests) (👨‍💻 680 · 🔀 8.2K · 📦 910K · 📋 3.4K - 9% open · ⏱️ 19.03.2021): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (📥 59M / month · 📦 300K · ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/requests) (📥 42M / month · 📦 300K · ⏱️ 16.12.2020): ``` pip install requests ``` -- [Conda](https://anaconda.org/conda-forge/requests) (📥 9.6M · ⏱️ 16.12.2020): +- [Conda](https://anaconda.org/conda-forge/requests) (📥 10M · ⏱️ 16.12.2020): ``` conda install -c conda-forge requests ```
aiohttp (🥇38 · ⭐ 11K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 570 · 🔀 1.6K · 📥 800 · 📦 78K · 📋 2.4K - 14% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 570 · 🔀 1.6K · 📥 810 · 📦 82K · 📋 2.4K - 14% open · ⏱️ 31.03.2021): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (📥 16M / month · 📦 15K · ⏱️ 25.02.2021): +- [PyPi](https://pypi.org/project/aiohttp) (📥 14M / month · 📦 15K · ⏱️ 25.02.2021): ``` pip install aiohttp ``` -- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 1.6M · ⏱️ 25.02.2021): +- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 1.7M · ⏱️ 25.02.2021): ``` conda install -c conda-forge aiohttp ```
urllib3 (🥈35 · ⭐ 2.6K) - Python HTTP library with thread-safe connection pooling, file post.. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 270 · 🔀 820 · 📦 500K · 📋 900 - 16% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 270 · 🔀 820 · 📥 25 · 📦 520K · 📋 900 - 16% open · ⏱️ 29.03.2021): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (📥 87M / month · 📦 75K · ⏱️ 26.01.2021): +- [PyPi](https://pypi.org/project/urllib3) (📥 60M / month · 📦 75K · ⏱️ 15.03.2021): ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 9.5M · ⏱️ 26.01.2021): +- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 9.9M · ⏱️ 15.03.2021): ``` conda install -c conda-forge urllib3 ```
httpie (🥈33 · ⭐ 50K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3 -- [GitHub](https://github.com/httpie/httpie) (👨‍💻 120 · 🔀 3.3K · 📦 8.1K · 📋 700 - 20% open · ⏱️ 24.02.2021): +- [GitHub](https://github.com/httpie/httpie) (👨‍💻 120 · 🔀 3.3K · 📦 8.3K · 📋 700 - 20% open · ⏱️ 30.03.2021): ``` git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/httpie) (📥 90K / month · 📦 3.3K · ⏱️ 06.02.2021): +- [PyPi](https://pypi.org/project/httpie) (📥 76K / month · 📦 3.3K · ⏱️ 06.02.2021): ``` pip install httpie ``` -- [Conda](https://anaconda.org/conda-forge/httpie) (📥 51K · ⏱️ 14.10.2020): +- [Conda](https://anaconda.org/conda-forge/httpie) (📥 53K · ⏱️ 14.10.2020): ``` conda install -c conda-forge httpie ```
-
httpx (🥈32 · ⭐ 6.6K) - A next generation HTTP client for Python. BSD-3 +
httplib2 (🥈32 · ⭐ 400) - Small, fast HTTP client library for Python. Features persistent.. MIT -- [GitHub](https://github.com/encode/httpx) (👨‍💻 120 · 🔀 420 · 📦 5.1K · 📋 580 - 10% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/httplib2/httplib2) (👨‍💻 64 · 🔀 140 · 📦 70K · 📋 110 - 42% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/encode/httpx + git clone https://github.com/httplib2/httplib2 ``` -- [PyPi](https://pypi.org/project/httpx) (📥 8.9M / month · 📦 64 · ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/httplib2) (📥 6.5M / month · 📦 31K · ⏱️ 07.02.2021): ``` - pip install httpx + pip install httplib2 ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (📥 44K · ⏱️ 01.03.2021): +- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 950K · ⏱️ 30.03.2021): ``` - conda install -c conda-forge httpx + conda install -c conda-forge httplib2 ```
-
httplib2 (🥈32 · ⭐ 400) - Small, fast HTTP client library for Python. Features persistent.. MIT +
httpx (🥈31 · ⭐ 6.7K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/httplib2/httplib2) (👨‍💻 64 · 🔀 130 · 📦 69K · 📋 100 - 41% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/encode/httpx) (👨‍💻 120 · 🔀 430 · 📦 5.5K · 📋 590 - 8% open · ⏱️ 26.03.2021): ``` - git clone https://github.com/httplib2/httplib2 + git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httplib2) (📥 7.7M / month · 📦 31K · ⏱️ 07.02.2021): +- [PyPi](https://pypi.org/project/httpx) (📥 2.7M / month · 📦 64 · ⏱️ 28.02.2021): ``` - pip install httplib2 + pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 930K · ⏱️ 08.02.2021): +- [Conda](https://anaconda.org/conda-forge/httpx) (📥 47K · ⏱️ 15.03.2021): ``` - conda install -c conda-forge httplib2 + conda install -c conda-forge httpx ```
-
python-zeep (🥈31 · ⭐ 1.5K) - A modern/fast python SOAP client based on lxml / requests. MIT +
python-zeep (🥈30 · ⭐ 1.5K) - A modern/fast python SOAP client based on lxml / requests. MIT -- [GitHub](https://github.com/mvantellingen/python-zeep) (👨‍💻 110 · 🔀 490 · 📦 2.7K · 📋 960 - 34% open · ⏱️ 17.02.2021): +- [GitHub](https://github.com/mvantellingen/python-zeep) (👨‍💻 110 · 🔀 500 · 📦 2.8K · 📋 970 - 35% open · ⏱️ 17.02.2021): ``` git clone https://github.com/mvantellingen/python-zeep ``` -- [PyPi](https://pypi.org/project/zeep) (📥 790K / month · 📦 650 · ⏱️ 12.10.2020): +- [PyPi](https://pypi.org/project/zeep) (📥 640K / month · 📦 650 · ⏱️ 12.10.2020): ``` pip install zeep ```
-
pycurl (🥈31 · ⭐ 740) - PycURL - Python interface to libcurl. MIT +
requests-toolbelt (🥈30 · ⭐ 760) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/pycurl/pycurl) (👨‍💻 86 · 🔀 200 · 📦 30K · 📋 280 - 5% open · ⏱️ 07.12.2020): +- [GitHub](https://github.com/requests/toolbelt) (👨‍💻 58 · 🔀 130 · 📦 26K · 📋 150 - 36% open · ⏱️ 25.03.2021): ``` - git clone https://github.com/pycurl/pycurl + git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/pycurl) (📥 550K / month · 📦 8.3K · ⏱️ 02.09.2020): +- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 4.3M / month · 📦 8.2K · ⏱️ 30.01.2019): ``` - pip install pycurl + pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/pycurl) (📥 400K · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 420K · ⏱️ 30.01.2019): ``` - conda install -c conda-forge pycurl + conda install -c conda-forge requests-toolbelt ```
-
requests-toolbelt (🥉30 · ⭐ 740) - A toolbelt of useful classes and functions to be used.. Apache-2 +
pycurl (🥈30 · ⭐ 740) - PycURL - Python interface to libcurl. MIT -- [GitHub](https://github.com/requests/toolbelt) (👨‍💻 57 · 🔀 130 · 📦 25K · 📋 150 - 36% open · ⏱️ 11.01.2021): +- [GitHub](https://github.com/pycurl/pycurl) (👨‍💻 86 · 🔀 200 · 📦 31K · 📋 280 - 5% open · ⏱️ 07.12.2020): ``` - git clone https://github.com/requests/toolbelt + git clone https://github.com/pycurl/pycurl ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 5.2M / month · 📦 8.2K · ⏱️ 30.01.2019): +- [PyPi](https://pypi.org/project/pycurl) (📥 510K / month · 📦 8.3K · ⏱️ 02.09.2020): ``` - pip install requests-toolbelt + pip install pycurl ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 400K · ⏱️ 30.01.2019): +- [Conda](https://anaconda.org/conda-forge/pycurl) (📥 420K · ⏱️ 08.01.2021): ``` - conda install -c conda-forge requests-toolbelt + conda install -c conda-forge pycurl ```
-
httpcore (🥉28 · ⭐ 160) - A minimal HTTP client. BSD-3 +
httpcore (🥉27 · ⭐ 160) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (👨‍💻 17 · 🔀 23 · 📦 2.5K · 📋 72 - 29% open · ⏱️ 28.01.2021): +- [GitHub](https://github.com/encode/httpcore) (👨‍💻 18 · 🔀 26 · 📦 2.7K · 📋 81 - 30% open · ⏱️ 01.04.2021): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (📥 8.4M / month · 📦 70 · ⏱️ 28.01.2021): +- [PyPi](https://pypi.org/project/httpcore) (📥 2.5M / month · 📦 70 · ⏱️ 28.01.2021): ``` pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 26K · ⏱️ 28.01.2021): +- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 28K · ⏱️ 28.01.2021): ``` conda install -c conda-forge httpcore ```
-
requests-futures (🥉27 · ⭐ 1.7K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 +
grequests (🥉26 · ⭐ 3.7K · 💤) - Requests + Gevent = 3. BSD-2 -- [GitHub](https://github.com/ross/requests-futures) (👨‍💻 24 · 🔀 140 · 📦 2.6K · 📋 69 - 24% open · ⏱️ 13.01.2021): +- [GitHub](https://github.com/spyoungtech/grequests) (👨‍💻 27 · 🔀 320 · 📦 2.3K · 📋 100 - 10% open · ⏱️ 05.04.2020): ``` - git clone https://github.com/ross/requests-futures + git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/requests-futures) (📥 370K / month · 📦 1.6K · ⏱️ 11.06.2019): +- [PyPi](https://pypi.org/project/grequests) (📥 140K / month · 📦 1.2K · ⏱️ 05.04.2020): ``` - pip install requests-futures + pip install grequests ``` -- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 96K · ⏱️ 14.10.2020): +- [Conda](https://anaconda.org/conda-forge/grequests) (📥 34K · ⏱️ 22.04.2020): ``` - conda install -c conda-forge requests-futures + conda install -c conda-forge grequests ```
-
grequests (🥉26 · ⭐ 3.7K · 💤) - Requests + Gevent = 3. BSD-2 +
requests-futures (🥉26 · ⭐ 1.7K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 -- [GitHub](https://github.com/spyoungtech/grequests) (👨‍💻 27 · 🔀 300 · 📦 2.2K · 📋 100 - 10% open · ⏱️ 05.04.2020): +- [GitHub](https://github.com/ross/requests-futures) (👨‍💻 24 · 🔀 140 · 📦 2.7K · 📋 70 - 25% open · ⏱️ 13.01.2021): ``` - git clone https://github.com/spyoungtech/grequests + git clone https://github.com/ross/requests-futures ``` -- [PyPi](https://pypi.org/project/grequests) (📥 220K / month · 📦 1.2K · ⏱️ 05.04.2020): +- [PyPi](https://pypi.org/project/requests-futures) (📥 280K / month · 📦 1.6K · ⏱️ 11.06.2019): ``` - pip install grequests + pip install requests-futures ``` -- [Conda](https://anaconda.org/conda-forge/grequests) (📥 33K · ⏱️ 22.04.2020): +- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 99K · ⏱️ 14.10.2020): ``` - conda install -c conda-forge grequests + conda install -c conda-forge requests-futures ```
-
hyper (🥉26 · ⭐ 1K) - HTTP/2 for Python. MIT +
httptools (🥉26 · ⭐ 930) - Fast HTTP parser. MIT -- [GitHub](https://github.com/python-hyper/hyper) (👨‍💻 43 · 🔀 150 · 📥 140 · 📋 250 - 31% open · ⏱️ 12.01.2021): +- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 10 · 🔀 55 · 📦 7.7K · 📋 41 - 34% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/python-hyper/hyper + git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/hyper) (📥 220K / month · 📦 180 · ⏱️ 27.09.2016): +- [PyPi](https://pypi.org/project/httptools) (📥 2.2M / month · 📦 900 · ⏱️ 08.02.2020): ``` - pip install hyper + pip install httptools ``` -- [Conda](https://anaconda.org/conda-forge/hyper) (📥 16K · ⏱️ 02.12.2018): +- [Conda](https://anaconda.org/conda-forge/httptools) (📥 250K · ⏱️ 09.02.2021): ``` - conda install -c conda-forge hyper + conda install -c conda-forge httptools ```
treq (🥉26 · ⭐ 520) - Python requests like API built on top of Twisted's HTTP client. MIT -- [GitHub](https://github.com/twisted/treq) (👨‍💻 43 · 🔀 140 · 📥 71 · 📦 820 · 📋 150 - 40% open · ⏱️ 02.02.2021): +- [GitHub](https://github.com/twisted/treq) (👨‍💻 43 · 🔀 140 · 📥 74 · 📦 820 · 📋 150 - 41% open · ⏱️ 02.02.2021): ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (📥 29K / month · 📦 700 · ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/treq) (📥 24K / month · 📦 700 · ⏱️ 15.01.2021): ``` pip install treq ``` -- [Conda](https://anaconda.org/conda-forge/treq) (📥 49K · ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/treq) (📥 50K · ⏱️ 15.01.2021): ``` conda install -c conda-forge treq ```
+
hyper (🥉25 · ⭐ 1K) - HTTP/2 for Python. MIT + +- [GitHub](https://github.com/python-hyper/hyper) (👨‍💻 43 · 🔀 160 · 📥 140 · 📋 250 - 31% open · ⏱️ 12.01.2021): + + ``` + git clone https://github.com/python-hyper/hyper + ``` +- [PyPi](https://pypi.org/project/hyper) (📥 190K / month · 📦 180 · ⏱️ 27.09.2016): + ``` + pip install hyper + ``` +- [Conda](https://anaconda.org/conda-forge/hyper) (📥 16K · ⏱️ 02.12.2018): + ``` + conda install -c conda-forge hyper + ``` +
http-prompt (🥉24 · ⭐ 8.1K) - An interactive command-line HTTP and API testing client built on top.. MIT -- [GitHub](https://github.com/httpie/http-prompt) (👨‍💻 24 · 🔀 310 · 📦 34 · 📋 94 - 44% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/httpie/http-prompt) (👨‍💻 25 · 🔀 310 · 📦 34 · 📋 94 - 44% open · ⏱️ 21.03.2021): ``` git clone https://github.com/httpie/http-prompt ``` -- [PyPi](https://pypi.org/project/http-prompt) (📥 490 / month · 📦 14 · ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/http-prompt) (📥 310 / month · 📦 14 · ⏱️ 05.03.2021): ``` pip install http-prompt ``` @@ -736,117 +730,113 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/benoitc/http-parser ``` -- [PyPi](https://pypi.org/project/http-parser) (📥 14K / month · 📦 150 · ⏱️ 06.04.2020): +- [PyPi](https://pypi.org/project/http-parser) (📥 13K / month · 📦 150 · ⏱️ 06.04.2020): ``` pip install http-parser ```
pysimplesoap (🥉22 · ⭐ 360 · 💤) - Python Simple SOAP Library. ❗️LGPL-3.0 -- [GitHub](https://github.com/pysimplesoap/pysimplesoap) (👨‍💻 51 · 🔀 220 · 📦 520 · 📋 110 - 81% open · ⏱️ 20.07.2020): +- [GitHub](https://github.com/pysimplesoap/pysimplesoap) (👨‍💻 51 · 🔀 220 · 📦 530 · 📋 110 - 81% open · ⏱️ 20.07.2020): ``` git clone https://github.com/pysimplesoap/pysimplesoap ``` -- [PyPi](https://pypi.org/project/pysimplesoap) (📥 5.4K / month · 📦 250 · ⏱️ 03.12.2017): +- [PyPi](https://pypi.org/project/pysimplesoap) (📥 4K / month · 📦 250 · ⏱️ 03.12.2017): ``` pip install pysimplesoap ```
httpstat (🥉19 · ⭐ 4.7K) - curl statistics made simple. MIT -- [GitHub](https://github.com/reorx/httpstat) (👨‍💻 4 · 🔀 310 · 📥 25 · 📦 9 · 📋 23 - 21% open · ⏱️ 24.12.2020): +- [GitHub](https://github.com/reorx/httpstat) (👨‍💻 4 · 🔀 310 · 📥 31 · 📦 9 · 📋 23 - 21% open · ⏱️ 24.12.2020): ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (📥 920 / month · ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/httpstat) (📥 780 / month · ⏱️ 24.12.2020): ``` pip install httpstat ```
-
Show 1 hidden projects... - -- httptools (🥉27 · ⭐ 920 · 💀) - Fast HTTP parser. MIT -

## Servers Back to top -
gunicorn (🥇37 · ⭐ 7.5K) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients.. MIT +
gunicorn (🥇38 · ⭐ 7.5K · 📈) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 360 · 🔀 1.4K · 📥 97 · 📦 410K · 📋 1.6K - 16% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 360 · 🔀 1.4K · 📥 97 · 📦 420K · 📋 1.7K - 18% open · ⏱️ 27.03.2021): ``` git clone https://github.com/benoitc/gunicorn ``` -- [PyPi](https://pypi.org/project/gunicorn) (📥 6.2M / month · 📦 120K · ⏱️ 26.11.2019): +- [PyPi](https://pypi.org/project/gunicorn) (📥 5.4M / month · 📦 120K · ⏱️ 27.03.2021): ``` pip install gunicorn ``` -- [Conda](https://anaconda.org/conda-forge/gunicorn) (📥 560K · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/gunicorn) (📥 580K · ⏱️ 29.03.2021): ``` conda install -c conda-forge gunicorn ```
-
gevent (🥇34 · ⭐ 5.4K) - Coroutine-based concurrency library for Python. MIT +
gevent (🥇34 · ⭐ 5.5K) - Coroutine-based concurrency library for Python. MIT -- [GitHub](https://github.com/gevent/gevent) (👨‍💻 97 · 🔀 890 · 📥 58K · 📦 58K · 📋 1.2K - 3% open · ⏱️ 22.01.2021): +- [GitHub](https://github.com/gevent/gevent) (👨‍💻 97 · 🔀 900 · 📥 58K · 📦 60K · 📋 1.2K - 4% open · ⏱️ 22.01.2021): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (📥 1.9M / month · 📦 28K · ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/gevent) (📥 1.6M / month · 📦 28K · ⏱️ 20.01.2021): ``` pip install gevent ``` -- [Conda](https://anaconda.org/conda-forge/gevent) (📥 510K · ⏱️ 14.02.2021): +- [Conda](https://anaconda.org/conda-forge/gevent) (📥 530K · ⏱️ 17.03.2021): ``` conda install -c conda-forge gevent ```
uvicorn (🥈32 · ⭐ 3.7K) - The lightning-fast ASGI server. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 96 · 🔀 290 · 📦 19K · 📋 500 - 19% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 96 · 🔀 300 · 📦 20K · 📋 510 - 21% open · ⏱️ 14.03.2021): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (📥 810K / month · 📦 710 · ⏱️ 20.02.2021): +- [PyPi](https://pypi.org/project/uvicorn) (📥 640K / month · 📦 710 · ⏱️ 20.02.2021): ``` pip install uvicorn ``` -- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 340K · ⏱️ 20.02.2021): +- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 360K · ⏱️ 20.02.2021): ``` conda install -c conda-forge uvicorn ```
whitenoise (🥈30 · ⭐ 1.6K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (👨‍💻 46 · 🔀 99 · 📦 140K · 📋 200 - 10% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/evansd/whitenoise) (👨‍💻 46 · 🔀 100 · 📦 140K · 📋 200 - 13% open · ⏱️ 06.03.2021): ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (📥 430K / month · 📦 26K · ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/whitenoise) (📥 360K / month · 📦 26K · ⏱️ 04.08.2020): ``` pip install whitenoise ``` -- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 45K · ⏱️ 13.10.2020): +- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 46K · ⏱️ 13.10.2020): ``` conda install -c conda-forge whitenoise ```
-
livereload (🥉27 · ⭐ 900) - livereload server in python (MAINTAINERS NEEDED). BSD-3 +
livereload (🥈27 · ⭐ 900) - livereload server in python (MAINTAINERS NEEDED). BSD-3 -- [GitHub](https://github.com/lepture/python-livereload) (👨‍💻 55 · 🔀 130 · 📦 6K · 📋 130 - 26% open · ⏱️ 13.10.2020): +- [GitHub](https://github.com/lepture/python-livereload) (👨‍💻 55 · 🔀 140 · 📦 6.2K · 📋 140 - 29% open · ⏱️ 13.10.2020): ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (📥 290K / month · 📦 3.1K · ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (📥 240K / month · 📦 3.1K · ⏱️ 22.08.2020): ``` pip install livereload ``` @@ -855,77 +845,77 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge livereload ```
-
Hypercorn (🥉27 · ⭐ 190) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
asgiref (🥉26 · ⭐ 820) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 28 · 🔀 29 · 📦 900 · 📋 34 - 14% open · ⏱️ 07.02.2021): +- [GitHub](https://github.com/django/asgiref) (👨‍💻 56 · 🔀 110 · 📋 120 - 19% open · ⏱️ 23.03.2021): ``` - git clone https://github.com/pgjones/hypercorn + git clone https://github.com/django/asgiref ``` -- [PyPi](https://pypi.org/project/hypercorn) (📥 90K / month · 📦 98 · ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/asgiref) (📥 1.3M / month · 📦 1.8K · ⏱️ 09.11.2020): ``` - pip install hypercorn + pip install asgiref + ``` +- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 72K · ⏱️ 16.11.2020): + ``` + conda install -c conda-forge asgiref ```
-
asgiref (🥉26 · ⭐ 800 · 📉) - ASGI specification and utilities. BSD-3 +
Hypercorn (🥉26 · ⭐ 190) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/django/asgiref) (👨‍💻 55 · 🔀 110 · 📋 120 - 19% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 28 · 🔀 29 · 📦 940 · 📋 34 - 14% open · ⏱️ 07.02.2021): ``` - git clone https://github.com/django/asgiref + git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/asgiref) (📥 1.5M / month · 📦 1.8K · ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/hypercorn) (📥 58K / month · 📦 98 · ⏱️ 10.01.2021): ``` - pip install asgiref + pip install hypercorn ``` -- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 67K · ⏱️ 16.11.2020): +
+
Meinheld (🥉25 · ⭐ 1.3K · 💤) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 + +- [GitHub](https://github.com/mopemope/meinheld) (👨‍💻 20 · 🔀 91 · 📦 580 · 📋 73 - 31% open · ⏱️ 23.06.2020): + ``` - conda install -c conda-forge asgiref + git clone https://github.com/mopemope/meinheld + ``` +- [PyPi](https://pypi.org/project/meinheld) (📥 11K / month · 📦 590 · ⏱️ 17.05.2020): + ``` + pip install meinheld ```
bjoern (🥉24 · ⭐ 2.5K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 -- [GitHub](https://github.com/jonashaag/bjoern) (👨‍💻 40 · 🔀 180 · 📦 270 · 📋 130 - 15% open · ⏱️ 20.12.2020): +- [GitHub](https://github.com/jonashaag/bjoern) (👨‍💻 40 · 🔀 180 · 📦 270 · 📋 140 - 20% open · ⏱️ 20.12.2020): ``` git clone https://github.com/jonashaag/bjoern ``` -- [PyPi](https://pypi.org/project/bjoern) (📥 5.3K / month · 📦 240 · ⏱️ 03.11.2019): +- [PyPi](https://pypi.org/project/bjoern) (📥 4.4K / month · 📦 240 · ⏱️ 03.11.2019): ``` pip install bjoern ``` -- [Conda](https://anaconda.org/conda-forge/bjoern) (📥 41K · ⏱️ 13.10.2020): +- [Conda](https://anaconda.org/conda-forge/bjoern) (📥 42K · ⏱️ 13.10.2020): ``` conda install -c conda-forge bjoern ```
-
Meinheld (🥉24 · ⭐ 1.3K · 💤) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - -- [GitHub](https://github.com/mopemope/meinheld) (👨‍💻 20 · 🔀 87 · 📦 570 · 📋 72 - 31% open · ⏱️ 23.06.2020): - - ``` - git clone https://github.com/mopemope/meinheld - ``` -- [PyPi](https://pypi.org/project/meinheld) (📥 13K / month · 📦 590 · ⏱️ 17.05.2020): - ``` - pip install meinheld - ``` -
-
mangum (🥉23 · ⭐ 460) - AWS Lambda & API Gateway support for ASGI. MIT +
mangum (🥉23 · ⭐ 500) - AWS Lambda & API Gateway support for ASGI. MIT -- [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 16 · 🔀 43 · 📦 170 · 📋 97 - 12% open · ⏱️ 28.02.2021): +- [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 17 · 🔀 44 · 📦 180 · 📋 100 - 11% open · ⏱️ 22.03.2021): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (📥 15K / month · ⏱️ 03.10.2020): +- [PyPi](https://pypi.org/project/mangum) (📥 11K / month · ⏱️ 19.03.2021): ``` pip install mangum ```
Show 2 hidden projects... -- waitress (🥈28 · ⭐ 910 · 📈) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1 +- waitress (🥈27 · ⭐ 920) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1 - django-devserver (🥉24 · ⭐ 1.3K · 💀) - A drop-in replacement for Django's runserver. BSD-3

@@ -941,230 +931,230 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (📥 18M / month · 📦 24K · ⏱️ 06.08.2019): +- [PyPi](https://pypi.org/project/oauthlib) (📥 15M / month · 📦 24K · ⏱️ 06.08.2019): ``` pip install oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 2.2M · ⏱️ 20.02.2019): +- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 2.3M · ⏱️ 20.02.2019): ``` conda install -c conda-forge oauthlib ```
django-allauth (🥇34 · ⭐ 6.3K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 530 · 🔀 2.2K · 📦 58K · 📋 1.7K - 18% open · ⏱️ 23.02.2021): +- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 530 · 🔀 2.2K · 📦 59K · 📋 1.7K - 18% open · ⏱️ 23.02.2021): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (📥 170K / month · 📦 10K · ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/django-allauth) (📥 150K / month · 📦 10K · ⏱️ 25.11.2020): ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 56K · ⏱️ 23.12.2019): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 57K · ⏱️ 23.12.2019): ``` conda install -c conda-forge django-allauth ```
pyjwt (🥇34 · ⭐ 3.7K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (👨‍💻 89 · 🔀 490 · 📦 100K · 📋 320 - 27% open · ⏱️ 27.02.2021): +- [GitHub](https://github.com/jpadilla/pyjwt) (👨‍💻 91 · 🔀 490 · 📦 110K · 📋 320 - 27% open · ⏱️ 27.03.2021): ``` git clone https://github.com/jpadilla/pyjwt ``` -- [PyPi](https://pypi.org/project/pyjwt) (📥 14M / month · 📦 19K · ⏱️ 17.01.2021): +- [PyPi](https://pypi.org/project/pyjwt) (📥 12M / month · 📦 19K · ⏱️ 17.01.2021): ``` pip install pyjwt ``` -- [Conda](https://anaconda.org/conda-forge/pyjwt) (📥 2.8M · ⏱️ 17.01.2021): +- [Conda](https://anaconda.org/conda-forge/pyjwt) (📥 2.9M · ⏱️ 31.03.2021): ``` conda install -c conda-forge pyjwt ```
requests-oauthlib (🥇33 · ⭐ 1.4K · 💤) - OAuthlib support for Python-Requests!. ISC -- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 98 · 🔀 340 · 📦 120K · 📋 220 - 40% open · ⏱️ 14.05.2020): +- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 98 · 🔀 360 · 📦 130K · 📋 230 - 43% open · ⏱️ 14.05.2020): ``` git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 18M / month · 📦 22K · ⏱️ 06.11.2019): +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 15M / month · 📦 22K · ⏱️ 06.11.2019): ``` pip install requests-oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 2.1M · ⏱️ 23.07.2020): +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 2.2M · ⏱️ 23.07.2020): ``` conda install -c conda-forge requests-oauthlib ```
authlib (🥈32 · ⭐ 2.4K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (👨‍💻 58 · 🔀 240 · 📦 12K · 📋 240 - 6% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/lepture/authlib) (👨‍💻 58 · 🔀 250 · 📦 13K · 📋 240 - 7% open · ⏱️ 08.03.2021): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (📥 640K / month · 📦 320 · ⏱️ 31.01.2021): +- [PyPi](https://pypi.org/project/authlib) (📥 630K / month · 📦 320 · ⏱️ 31.01.2021): ``` pip install authlib ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (📥 47K · ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/authlib) (📥 49K · ⏱️ 15.01.2021): ``` conda install -c conda-forge authlib ```
google-auth (🥈32 · ⭐ 400) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 70 · 🔀 190 · 📦 52K · 📋 270 - 22% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 71 · 🔀 190 · 📦 54K · 📋 270 - 22% open · ⏱️ 26.03.2021): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (📥 15M / month · 📦 3.6K · ⏱️ 04.03.2021): +- [PyPi](https://pypi.org/project/google-auth) (📥 12M / month · 📦 3.6K · ⏱️ 16.03.2021): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 2.1M · ⏱️ 16.12.2020): +- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 2.1M · ⏱️ 30.03.2021): ``` conda install -c conda-forge google-auth ```
flask-login (🥈31 · ⭐ 2.8K) - Flask user session management. MIT -- [GitHub](https://github.com/maxcountryman/flask-login) (👨‍💻 97 · 🔀 620 · 📋 320 - 13% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/maxcountryman/flask-login) (👨‍💻 97 · 🔀 620 · 📋 320 - 13% open · ⏱️ 24.03.2021): ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (📥 750K / month · 📦 25K · ⏱️ 09.02.2020): +- [PyPi](https://pypi.org/project/flask-login) (📥 650K / month · 📦 25K · ⏱️ 09.02.2020): ``` pip install flask-login ``` -- [Conda](https://anaconda.org/conda-forge/flask-login) (📥 89K · ⏱️ 27.04.2020): +- [Conda](https://anaconda.org/conda-forge/flask-login) (📥 91K · ⏱️ 27.04.2020): ``` conda install -c conda-forge flask-login ```
-
django-oauth-toolkit (🥈31 · ⭐ 2.2K · 📈) - OAuth2 goodies for the Djangonauts!. BSD-3 +
django-oauth-toolkit (🥈31 · ⭐ 2.2K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 170 · 🔀 600 · 📋 590 - 24% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 170 · 🔀 600 · 📋 600 - 24% open · ⏱️ 22.03.2021): ``` git clone https://github.com/jazzband/django-oauth-toolkit ``` -- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 100K / month · 📦 2K · ⏱️ 08.02.2021): +- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 83K / month · 📦 2K · ⏱️ 22.03.2021): ``` pip install django-oauth-toolkit ```
flask-jwt-extended (🥈31 · ⭐ 1.1K) - An open source Flask extension that provides JWT.. MIT -- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 69 · 🔀 180 · 📦 11K · 📋 290 - 3% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 69 · 🔀 180 · 📦 12K · 📋 290 - 3% open · ⏱️ 29.03.2021): ``` git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 650K / month · 📦 1.2K · ⏱️ 09.03.2021): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 580K / month · 📦 1.2K · ⏱️ 09.03.2021): ``` pip install flask-jwt-extended ``` -- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 58K · ⏱️ 10.03.2021): +- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 61K · ⏱️ 10.03.2021): ``` conda install -c conda-forge flask-jwt-extended ```
django-guardian (🥈30 · ⭐ 2.9K) - Per object permissions for Django. BSD-3 -- [GitHub](https://github.com/django-guardian/django-guardian) (👨‍💻 160 · 🔀 500 · 📦 3.9K · 📋 420 - 25% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/django-guardian/django-guardian) (👨‍💻 160 · 🔀 500 · 📦 3.9K · 📋 420 - 25% open · ⏱️ 21.03.2021): ``` git clone https://github.com/django-guardian/django-guardian ``` -- [PyPi](https://pypi.org/project/django-guardian) (📥 80K / month · 📦 3.8K · ⏱️ 07.06.2020): +- [PyPi](https://pypi.org/project/django-guardian) (📥 70K / month · 📦 3.8K · ⏱️ 07.06.2020): ``` pip install django-guardian ``` -- [Conda](https://anaconda.org/conda-forge/django-guardian) (📥 26K · ⏱️ 08.09.2019): +- [Conda](https://anaconda.org/conda-forge/django-guardian) (📥 27K · ⏱️ 08.09.2019): ``` conda install -c conda-forge django-guardian ```
-
django-rest-framework-simplejwt (🥈28 · ⭐ 2.2K) - A JSON Web Token authentication plugin for the Django.. MIT +
django-rest-framework-simplejwt (🥈28 · ⭐ 2.3K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/SimpleJWT/django-rest-framework-simplejwt) (👨‍💻 40 · 🔀 330 · 📋 280 - 29% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/jazzband/django-rest-framework-simplejwt) (👨‍💻 41 · 🔀 350 · 📋 250 - 20% open · ⏱️ 18.03.2021): ``` git clone https://github.com/SimpleJWT/django-rest-framework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 170K / month · 📦 480 · ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 130K / month · 📦 480 · ⏱️ 13.11.2020): ``` pip install djangorestframework-simplejwt ```
pyotp (🥈28 · ⭐ 1.6K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 36 · 🔀 220 · 📥 85 · 📦 2.7K · 📋 64 - 4% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 36 · 🔀 230 · 📥 87 · 📦 2.8K · 📋 64 - 4% open · ⏱️ 02.03.2021): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (📥 940K / month · 📦 890 · ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/pyotp) (📥 760K / month · 📦 890 · ⏱️ 04.02.2021): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 7.4K · ⏱️ 04.02.2021): +- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 7.9K · ⏱️ 04.02.2021): ``` conda install -c conda-forge pyotp ```
-
Flask-HTTPAuth (🥈28 · ⭐ 950) - Simple extension that provides Basic, Digest and Token HTTP.. MIT +
Flask-HTTPAuth (🥈28 · ⭐ 960) - Simple extension that provides Basic, Digest and Token HTTP.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 28 · 🔀 170 · 📦 11K · 📋 81 - 4% open · ⏱️ 21.02.2021): +- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 28 · 🔀 170 · 📦 11K · 📋 82 - 6% open · ⏱️ 21.02.2021): ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (📥 130K / month · 📦 4.3K · ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 83K / month · 📦 4.3K · ⏱️ 16.11.2020): ``` pip install flask-httpauth ``` -- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 84K · ⏱️ 16.11.2020): +- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 86K · ⏱️ 16.11.2020): ``` conda install -c conda-forge flask-httpauth ```
-
djoser (🥉27 · ⭐ 1.8K) - REST implementation of Django authentication system. MIT +
djoser (🥉26 · ⭐ 1.8K) - REST implementation of Django authentication system. MIT - [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 89 · 🔀 350 · 📋 370 - 26% open · ⏱️ 31.12.2020): ``` git clone https://github.com/sunscrapers/djoser ``` -- [PyPi](https://pypi.org/project/djoser) (📥 33K / month · 📦 420 · ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/djoser) (📥 26K / month · 📦 420 · ⏱️ 30.10.2020): ``` pip install djoser ```
flask-dance (🥉26 · ⭐ 810) - Doing the OAuth dance with style using Flask, requests, and.. MIT -- [GitHub](https://github.com/singingwolfboy/flask-dance) (👨‍💻 48 · 🔀 140 · 📦 1.8K · 📋 170 - 15% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/singingwolfboy/flask-dance) (👨‍💻 49 · 🔀 140 · 📦 1.9K · 📋 170 - 15% open · ⏱️ 02.03.2021): ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (📥 17K / month · 📦 300 · ⏱️ 25.02.2021): +- [PyPi](https://pypi.org/project/flask-dance) (📥 13K / month · 📦 300 · ⏱️ 25.02.2021): ``` pip install flask-dance ``` -- [Conda](https://anaconda.org/conda-forge/flask-dance) (📥 5.5K · ⏱️ 07.06.2019): +- [Conda](https://anaconda.org/conda-forge/flask-dance) (📥 5.6K · ⏱️ 07.06.2019): ``` conda install -c conda-forge flask-dance ```
-
django-rest-knox (🥉26 · ⭐ 650) - Authentication Module for django rest auth. MIT +
django-rest-knox (🥉26 · ⭐ 660) - Authentication Module for django rest auth. MIT -- [GitHub](https://github.com/James1345/django-rest-knox) (👨‍💻 40 · 🔀 99 · 📦 4.9K · 📋 120 - 30% open · ⏱️ 01.12.2020): +- [GitHub](https://github.com/James1345/django-rest-knox) (👨‍💻 40 · 🔀 99 · 📦 5K · 📋 120 - 30% open · ⏱️ 01.12.2020): ``` git clone https://github.com/James1345/django-rest-knox @@ -1174,14 +1164,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install django-rest-knox ```
-
dj-rest-auth (🥉25 · ⭐ 480) - Authentication for Django Rest Framework. MIT +
dj-rest-auth (🥉25 · ⭐ 510) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 130 · 🔀 88 · 📥 99 · 📦 660 · 📋 140 - 36% open · ⏱️ 28.02.2021): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 140 · 🔀 96 · 📥 100 · 📦 730 · 📋 150 - 38% open · ⏱️ 24.03.2021): ``` git clone https://github.com/jazzband/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 21K / month · ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 22K / month · ⏱️ 20.03.2021): ``` pip install dj-rest-auth ``` @@ -1193,35 +1183,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 700 / month · 📦 490 · ⏱️ 27.11.2019): +- [PyPi](https://pypi.org/project/authomatic) (📥 620 / month · 📦 490 · ⏱️ 27.11.2019): ``` pip install authomatic ```
django-cas-ng (🥉23 · ⭐ 300) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT -- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨‍💻 74 · 🔀 150 · 📥 390 · 📦 230 · 📋 130 - 3% open · ⏱️ 10.02.2021): +- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨‍💻 76 · 🔀 150 · 📥 390 · 📦 240 · 📋 130 - 3% open · ⏱️ 31.03.2021): ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (📥 4.5K / month · 📦 130 · ⏱️ 27.02.2020): +- [PyPi](https://pypi.org/project/django-cas-ng) (📥 4.1K / month · 📦 130 · ⏱️ 27.02.2020): ``` pip install django-cas-ng ```
-
django-stronghold (🥉22 · ⭐ 360 · 💤) - Get inside your stronghold and make all your Django.. MIT - -- [GitHub](https://github.com/mgrouchy/django-stronghold) (👨‍💻 22 · 🔀 51 · 📦 230 · 📋 37 - 27% open · ⏱️ 11.03.2020): - - ``` - git clone https://github.com/mgrouchy/django-stronghold - ``` -- [PyPi](https://pypi.org/project/django-stronghold) (📥 5K / month · 📦 220 · ⏱️ 17.01.2020): - ``` - pip install django-stronghold - ``` -
flask-praetorian (🥉20 · ⭐ 270) - Strong, Simple, and Precise security for Flask APIs.. MIT - [GitHub](https://github.com/dusktreader/flask-praetorian) (👨‍💻 19 · 🔀 35 · 📋 120 - 4% open · ⏱️ 07.12.2020): @@ -1229,47 +1207,59 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (📥 3.8K / month · 📦 14 · ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/flask-praetorian) (📥 1.8K / month · 📦 14 · ⏱️ 07.12.2020): ``` pip install flask-praetorian ```
-
fastapi_login (🥉20 · ⭐ 120) - FastAPI-Login tries to provide similar functionality as.. MIT +
fastapi_login (🥉20 · ⭐ 130) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 5 · 🔀 11 · 📥 3 · 📦 49 · ⏱️ 18.02.2021): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 5 · 🔀 12 · 📥 3 · 📦 57 · ⏱️ 18.02.2021): ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (📥 1.8K / month · ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/fastapi_login) (📥 1.3K / month · ⏱️ 18.02.2021): ``` pip install fastapi_login ```
-
fastapi-users (🥉19 · ⭐ 690) - Ready-to-use and customizable users management for FastAPI. MIT +
fastapi-users (🥉19 · ⭐ 750) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/frankie567/fastapi-users) (👨‍💻 16 · 🔀 68 · 📋 130 - 3% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/frankie567/fastapi-users) (👨‍💻 16 · 🔀 72 · 📋 140 - 6% open · ⏱️ 29.03.2021): ``` git clone https://github.com/frankie567/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.6K / month · ⏱️ 04.03.2021): +- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.4K / month · ⏱️ 29.03.2021): ``` pip install fastapi-users ```
-
python-jwt (🥉19 · ⭐ 180 · 💤) - Python module for generating and verifying JSON Web Tokens. MIT +
python-jwt (🥉19 · ⭐ 190 · 💤) - Python module for generating and verifying JSON Web Tokens. MIT - [GitHub](https://github.com/davedoesdev/python-jwt) (👨‍💻 5 · 🔀 23 · ⏱️ 24.08.2020): ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (📥 47K / month · 📦 42 · ⏱️ 24.08.2020): +- [PyPi](https://pypi.org/project/python-jwt) (📥 44K / month · 📦 42 · ⏱️ 24.08.2020): ``` pip install python-jwt ```
+
fastapi-jwt-auth (🥉18 · ⭐ 150 · 📈) - FastAPI extension that provides JWT Auth support.. MIT + +- [GitHub](https://github.com/IndominusByte/fastapi-jwt-auth) (👨‍💻 3 · 🔀 21 · 📋 42 - 30% open · ⏱️ 11.11.2020): + + ``` + git clone https://github.com/IndominusByte/fastapi-jwt-auth + ``` +- [PyPi](https://pypi.org/project/fastapi-jwt-auth) (📥 2.1K / month · ⏱️ 06.11.2020): + ``` + pip install fastapi-jwt-auth + ``` +
apex (🥉18 · ⭐ 95 · 💤) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT - [GitHub](https://github.com/cd34/apex) (👨‍💻 19 · 🔀 29 · 📋 27 - 29% open · ⏱️ 02.04.2020): @@ -1277,7 +1267,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cd34/apex ``` -- [PyPi](https://pypi.org/project/apex) (📥 1.7K / month · 📦 44 · ⏱️ 05.03.2013): +- [PyPi](https://pypi.org/project/apex) (📥 1.6K / month · 📦 44 · ⏱️ 05.03.2013): ``` pip install apex ``` @@ -1289,47 +1279,36 @@ _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) (📥 2.5K / month · 📦 14 · ⏱️ 14.10.2019): +- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 2.1K / month · 📦 14 · ⏱️ 14.10.2019): ``` pip install flask_simplelogin ```
-
pyramid_jwt (🥉17 · ⭐ 70) - JWT authentication for Pyramid. BSD-2 +
pyramid_jwt (🥉16 · ⭐ 70) - JWT authentication for Pyramid. BSD-2 -- [GitHub](https://github.com/wichert/pyramid_jwt) (👨‍💻 12 · 🔀 26 · 📋 27 - 25% open · ⏱️ 09.10.2020): +- [GitHub](https://github.com/wichert/pyramid_jwt) (👨‍💻 12 · 🔀 27 · 📋 28 - 28% open · ⏱️ 09.10.2020): ``` git clone https://github.com/wichert/pyramid_jwt ``` -- [PyPi](https://pypi.org/project/pyramid_jwt) (📥 7.7K / month · 📦 1 · ⏱️ 10.08.2018): +- [PyPi](https://pypi.org/project/pyramid_jwt) (📥 6.2K / month · 📦 1 · ⏱️ 10.08.2018): ``` pip install pyramid_jwt ```
-
fastapi-jwt-auth (🥉16 · ⭐ 140) - FastAPI extension that provides JWT Auth support (secure,.. MIT - -- [GitHub](https://github.com/IndominusByte/fastapi-jwt-auth) (👨‍💻 3 · 🔀 20 · 📋 40 - 32% open · ⏱️ 11.11.2020): - - ``` - git clone https://github.com/IndominusByte/fastapi-jwt-auth - ``` -- [PyPi](https://pypi.org/project/fastapi-jwt-auth) (📥 2.4K / month · ⏱️ 06.11.2020): - ``` - pip install fastapi-jwt-auth - ``` -
-
Show 10 hidden projects... +
Show 11 hidden projects... - oauth2client (🥈31 · ⭐ 770 · 💀) - This is a Python library for accessing resources protected.. Apache-2 - python-social-auth (🥈30 · ⭐ 2.8K · 💀) - Social auth made simple. BSD-3 - django-rest-framework-jwt (🥈29 · ⭐ 3.1K · 💀) - JSON Web Token Authentication support for Django REST.. MIT - python-oauth2 (🥉27 · ⭐ 2.9K · 💀) - A fully tested, abstract interface to creating OAuth clients.. MIT - rauth (🥉26 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT -- Flask-User (🥉25 · ⭐ 920 · 💀) - Customizable User Authorization & User Management: Register,.. MIT -- Flask-OpenID (🥉24 · ⭐ 200 · 💀) - Flask-OpenID adds openid support to flask applications. BSD-3 -- django-rules (🥉23 · ⭐ 1.2K · 💀) - Awesome Django authorization, without the database. MIT +- Flask-User (🥉25 · ⭐ 930 · 💀) - Customizable User Authorization & User Management: Register,.. MIT +- Flask-OpenID (🥉24 · ⭐ 210 · 💀) - Flask-OpenID adds openid support to flask applications. BSD-3 +- django-stronghold (🥉23 · ⭐ 370 · 💀) - Get inside your stronghold and make all your Django.. MIT +- django-rules (🥉22 · ⭐ 1.3K · 💀) - Awesome Django authorization, without the database. MIT - velruse (🥉22 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications. MIT -- fastapi-permissions (🥉13 · ⭐ 120) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE +- fastapi-permissions (🥉12 · ⭐ 130) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE

@@ -1339,72 +1318,72 @@ _General purpose web frameworks to build web applications and REST APIs._
lxml (🥇35 · ⭐ 1.8K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (👨‍💻 120 · 🔀 440 · 📦 160K · ⏱️ 27.11.2020): +- [GitHub](https://github.com/lxml/lxml) (👨‍💻 120 · 🔀 450 · 📦 160K · ⏱️ 29.03.2021): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (📥 16M / month · 📦 67K · ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/lxml) (📥 8.4M / month · 📦 67K · ⏱️ 21.03.2021): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (📥 2.9M · ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/lxml) (📥 3M · ⏱️ 23.03.2021): ``` conda install -c conda-forge lxml ```
bleach (🥈34 · ⭐ 2.1K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 71 · 🔀 210 · 📦 110K · 📋 320 - 14% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 71 · 🔀 220 · 📦 110K · 📋 320 - 15% open · ⏱️ 22.02.2021): ``` git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/bleach) (📥 8.3M / month · 📦 23K · ⏱️ 01.02.2021): +- [PyPi](https://pypi.org/project/bleach) (📥 7.5M / month · 📦 23K · ⏱️ 01.02.2021): ``` pip install bleach ``` -- [Conda](https://anaconda.org/conda-forge/bleach) (📥 3.8M · ⏱️ 01.02.2021): +- [Conda](https://anaconda.org/conda-forge/bleach) (📥 3.9M · ⏱️ 01.02.2021): ``` conda install -c conda-forge bleach ```
-
markupsafe (🥈33 · ⭐ 370) - Safely add untrusted strings to HTML/XML markup. BSD-3 +
html5lib-python (🥈32 · ⭐ 900) - Standards-compliant library for parsing and serializing HTML.. MIT -- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 32 · 🔀 98 · 📦 530K · ⏱️ 01.03.2021): +- [GitHub](https://github.com/html5lib/html5lib-python) (👨‍💻 61 · 🔀 250 · 📦 86K · 📋 240 - 35% open · ⏱️ 29.03.2021): ``` - git clone https://github.com/pallets/markupsafe - ``` -- [PyPi](https://pypi.org/project/markupsafe) (📥 25M / month · 📦 150K · ⏱️ 15.02.2021): - ``` - pip install markupsafe + git clone https://github.com/html5lib/html5lib-python ``` -- [Conda](https://anaconda.org/conda-forge/markupsafe) (📥 9.6M · ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/html5lib) (📥 1.5M / month · 📦 29K · ⏱️ 22.06.2020): ``` - conda install -c conda-forge markupsafe + pip install html5lib ```
-
html5lib-python (🥈32 · ⭐ 890 · 💤) - Standards-compliant library for parsing and serializing HTML.. MIT +
markupsafe (🥈32 · ⭐ 370) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/html5lib/html5lib-python) (👨‍💻 60 · 🔀 250 · 📦 84K · 📋 240 - 35% open · ⏱️ 10.08.2020): +- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 32 · 🔀 98 · 📦 540K · ⏱️ 22.03.2021): ``` - git clone https://github.com/html5lib/html5lib-python + git clone https://github.com/pallets/markupsafe ``` -- [PyPi](https://pypi.org/project/html5lib) (📥 1.8M / month · 📦 29K · ⏱️ 22.06.2020): +- [PyPi](https://pypi.org/project/markupsafe) (📥 23M / month · 📦 150K · ⏱️ 15.02.2021): ``` - pip install html5lib + pip install markupsafe + ``` +- [Conda](https://anaconda.org/conda-forge/markupsafe) (📥 9.9M · ⏱️ 08.01.2021): + ``` + conda install -c conda-forge markupsafe ```
Requests-HTML (🥉30 · ⭐ 12K · 💤) - Pythonic HTML Parsing for Humans. MIT -- [GitHub](https://github.com/psf/requests-html) (👨‍💻 62 · 🔀 770 · 📦 4K · 📋 340 - 42% open · ⏱️ 10.05.2020): +- [GitHub](https://github.com/psf/requests-html) (👨‍💻 62 · 🔀 770 · 📦 4.1K · 📋 340 - 42% open · ⏱️ 10.05.2020): ``` git clone https://github.com/psf/requests-html ``` -- [PyPi](https://pypi.org/project/requests-html) (📥 230K / month · 📦 360 · ⏱️ 17.02.2019): +- [PyPi](https://pypi.org/project/requests-html) (📥 190K / month · 📦 360 · ⏱️ 17.02.2019): ``` pip install requests-html ``` @@ -1416,63 +1395,63 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (📥 330K / month · 📦 6.2K · ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/pyquery) (📥 270K / month · 📦 6.2K · ⏱️ 21.11.2020): ``` pip install pyquery ``` -- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 13K · ⏱️ 27.11.2020): +- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 14K · ⏱️ 27.11.2020): ``` conda install -c conda-forge pyquery ```
-
xhtml2pdf (🥉30 · ⭐ 1.8K) - A library for converting HTML into PDFs using ReportLab. Apache-2 +
WeasyPrint (🥉29 · ⭐ 4.2K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 130 · 🔀 540 · 📦 4.4K · 📋 280 - 35% open · ⏱️ 31.10.2020): +- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 100 · 🔀 490 · 📋 1.1K - 13% open · ⏱️ 29.03.2021): ``` - git clone https://github.com/xhtml2pdf/xhtml2pdf - ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 140K / month · 📦 1.6K · ⏱️ 08.10.2020): - ``` - pip install xhtml2pdf + git clone https://github.com/Kozea/WeasyPrint ``` -- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 18K · ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/weasyprint) (📥 150K / month · 📦 1.2K · ⏱️ 11.03.2021): ``` - conda install -c conda-forge xhtml2pdf + pip install weasyprint ```
-
WeasyPrint (🥉29 · ⭐ 4.2K) - The awesome document factory. BSD-3 +
xhtml2pdf (🥉29 · ⭐ 1.8K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 100 · 🔀 490 · 📋 1.1K - 13% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 130 · 🔀 540 · 📦 4.6K · 📋 280 - 35% open · ⏱️ 19.03.2021): ``` - git clone https://github.com/Kozea/WeasyPrint + git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/weasyprint) (📥 180K / month · 📦 1.2K · ⏱️ 11.03.2021): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 100K / month · 📦 1.6K · ⏱️ 08.10.2020): ``` - pip install weasyprint + pip install xhtml2pdf + ``` +- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 19K · ⏱️ 20.01.2021): + ``` + conda install -c conda-forge xhtml2pdf ```
-
html5-parser (🥉24 · ⭐ 600) - Fast C based HTML 5 parsing for python. Apache-2 +
html5-parser (🥉23 · ⭐ 600) - Fast C based HTML 5 parsing for python. Apache-2 -- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 5 · 🔀 21 · 📦 190 · 📋 18 - 5% open · ⏱️ 17.12.2020): +- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 5 · 🔀 21 · 📦 200 · 📋 18 - 5% open · ⏱️ 17.12.2020): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (📥 500K / month · 📦 24 · ⏱️ 03.11.2019): +- [PyPi](https://pypi.org/project/html5-parser) (📥 98K / month · 📦 24 · ⏱️ 03.11.2019): ``` pip install html5-parser ```
-
selectolax (🥉21 · ⭐ 370) - Python binding to Modest engine (fast HTML5 parser with CSS selectors). MIT +
selectolax (🥉20 · ⭐ 370) - Python binding to Modest engine (fast HTML5 parser with CSS selectors). MIT -- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 2 · 🔀 24 · 📦 150 · 📋 30 - 20% open · ⏱️ 09.01.2021): +- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 2 · 🔀 24 · 📦 160 · 📋 32 - 21% open · ⏱️ 09.01.2021): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (📥 7.3K / month · 📦 6 · ⏱️ 19.12.2020): +- [PyPi](https://pypi.org/project/selectolax) (📥 5.5K / month · 📦 6 · ⏱️ 19.12.2020): ``` pip install selectolax ``` @@ -1485,60 +1464,60 @@ _General purpose web frameworks to build web applications and REST APIs._
tldextract (🥇30 · ⭐ 1.3K) - Accurately separate the TLD from the registered domain and.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 38 · 🔀 180 · 📦 5.4K · 📋 140 - 13% open · ⏱️ 22.11.2020): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 38 · 🔀 180 · 📦 5.6K · 📋 140 - 13% open · ⏱️ 22.11.2020): ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (📥 1.8M / month · 📦 1.8K · ⏱️ 22.11.2020): +- [PyPi](https://pypi.org/project/tldextract) (📥 1.4M / month · 📦 1.8K · ⏱️ 22.11.2020): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 73K · ⏱️ 09.11.2019): +- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 76K · ⏱️ 09.11.2019): ``` conda install -c conda-forge tldextract ```
-
Yarl (🥇30 · ⭐ 610) - Yet another URL library. Apache-2 +
Yarl (🥇30 · ⭐ 620) - Yet another URL library. Apache-2 -- [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 58 · 🔀 87 · 📥 1.3K · 📋 170 - 15% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 58 · 🔀 87 · 📥 1.4K · 📋 170 - 15% open · ⏱️ 22.02.2021): ``` git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/yarl) (📥 16M / month · 📦 4.6K · ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/yarl) (📥 13M / month · 📦 4.6K · ⏱️ 14.11.2020): ``` pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (📥 1.4M · ⏱️ 11.01.2021): +- [Conda](https://anaconda.org/conda-forge/yarl) (📥 1.5M · ⏱️ 11.01.2021): ``` conda install -c conda-forge yarl ```
shortuuid (🥈27 · ⭐ 1.4K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 22 · 🔀 88 · 📦 4.5K · 📋 29 - 6% open · ⏱️ 17.02.2021): +- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 22 · 🔀 91 · 📦 4.7K · 📋 29 - 6% open · ⏱️ 17.02.2021): ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (📥 310K / month · 📦 1.7K · ⏱️ 06.03.2020): +- [PyPi](https://pypi.org/project/shortuuid) (📥 250K / month · 📦 1.7K · ⏱️ 06.03.2020): ``` pip install shortuuid ``` -- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 48K · ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 60K · ⏱️ 12.01.2021): ``` conda install -c conda-forge shortuuid ```
furl (🥉25 · ⭐ 2K) - URL parsing and manipulation made easy. Unlicense -- [GitHub](https://github.com/gruns/furl) (👨‍💻 13 · 🔀 120 · 📋 91 - 17% open · ⏱️ 20.02.2021): +- [GitHub](https://github.com/gruns/furl) (👨‍💻 13 · 🔀 120 · 📋 92 - 18% open · ⏱️ 14.03.2021): ``` git clone https://github.com/gruns/furl ``` -- [PyPi](https://pypi.org/project/furl) (📥 180K / month · 📦 850 · ⏱️ 20.09.2019): +- [PyPi](https://pypi.org/project/furl) (📥 140K / month · 📦 850 · ⏱️ 20.09.2019): ``` pip install furl ``` @@ -1560,30 +1539,30 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 OpenAPI-Specification ( ⭐ 20K) - The OpenAPI Specification Repository. -
OpenAPI Generator (🥇34 · ⭐ 7.9K) - OpenAPI Generator allows generation of API client.. Apache-2 +
OpenAPI Generator (🥇35 · ⭐ 8.1K · 📈) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 2K · 🔀 2.8K · 📦 240 · 📋 4K - 55% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 2K · 🔀 2.9K · 📦 260 · 📋 4.1K - 55% open · ⏱️ 01.04.2021): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 1.2K / month · ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 1.1K / month · ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [NPM](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 560K / month · 📦 400 · ⏱️ 10.03.2021): +- [NPM](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 580K / month · 📦 400 · ⏱️ 29.03.2021): ``` npm install @openapitools/openapi-generator-cli ```
connexion (🥇31 · ⭐ 3.6K · 💤) - Swagger/OpenAPI First framework for Python on top of.. Apache-2 -- [GitHub](https://github.com/zalando/connexion) (👨‍💻 160 · 🔀 590 · 📦 4.6K · 📋 800 - 47% open · ⏱️ 10.08.2020): +- [GitHub](https://github.com/zalando/connexion) (👨‍💻 160 · 🔀 600 · 📦 4.7K · 📋 800 - 47% open · ⏱️ 10.08.2020): ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (📥 370K / month · 📦 1.2K · ⏱️ 25.04.2020): +- [PyPi](https://pypi.org/project/connexion) (📥 360K / month · 📦 1.2K · ⏱️ 25.04.2020): ``` pip install connexion ``` @@ -1592,29 +1571,29 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge connexion ```
-
drf-yasg (🥇31 · ⭐ 2.1K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 +
swagger-ui (🥇30 · ⭐ 20K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/axnsan12/drf-yasg) (👨‍💻 60 · 🔀 280 · 📦 31K · 📋 520 - 30% open · ⏱️ 31.10.2020): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 470 · 🔀 7.8K · 📦 31K · 📋 4.5K - 13% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/axnsan12/drf-yasg - ``` -- [PyPi](https://pypi.org/project/drf-yasg) (📥 330K / month · 📦 580 · ⏱️ 25.10.2020): - ``` - pip install drf-yasg + git clone https://github.com/swagger-api/swagger-ui ```
-
swagger-ui (🥈30 · ⭐ 20K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 +
drf-yasg (🥇30 · ⭐ 2.2K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 470 · 🔀 7.8K · 📦 31K · 📋 4.4K - 13% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/axnsan12/drf-yasg) (👨‍💻 60 · 🔀 300 · 📦 33K · 📋 540 - 31% open · ⏱️ 31.10.2020): ``` - git clone https://github.com/swagger-api/swagger-ui + git clone https://github.com/axnsan12/drf-yasg + ``` +- [PyPi](https://pypi.org/project/drf-yasg) (📥 280K / month · 📦 580 · ⏱️ 25.10.2020): + ``` + pip install drf-yasg ```
swagger-codegen (🥈29 · ⭐ 13K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 5.5K · 📦 530 · 📋 5.9K - 48% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨‍💻 1.2K · 🔀 5.5K · 📦 540 · 📋 5.9K - 48% open · ⏱️ 28.03.2021): ``` git clone https://github.com/swagger-api/swagger-codegen @@ -1622,47 +1601,47 @@ _General purpose web frameworks to build web applications and REST APIs._
flasgger (🥈29 · ⭐ 2.5K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT -- [GitHub](https://github.com/flasgger/flasgger) (👨‍💻 93 · 🔀 350 · 📥 450 · 📦 4K · 📋 320 - 53% open · ⏱️ 23.12.2020): +- [GitHub](https://github.com/flasgger/flasgger) (👨‍💻 96 · 🔀 360 · 📥 450 · 📦 4.2K · 📋 320 - 53% open · ⏱️ 13.03.2021): ``` git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/flasgger) (📥 81K / month · 📦 590 · ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/flasgger) (📥 60K / month · 📦 590 · ⏱️ 31.07.2020): ``` pip install flasgger ``` -- [Conda](https://anaconda.org/conda-forge/flasgger) (📥 79K · ⏱️ 01.08.2020): +- [Conda](https://anaconda.org/conda-forge/flasgger) (📥 82K · ⏱️ 01.08.2020): ``` conda install -c conda-forge flasgger ```
-
apispec (🥈27 · ⭐ 830) - A pluggable API specification generator. Currently supports the.. MIT +
apispec (🥈27 · ⭐ 840) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 66 · 🔀 130 · 📦 2.7K · 📋 220 - 15% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 67 · 🔀 140 · 📦 2.8K · 📋 220 - 15% open · ⏱️ 31.03.2021): ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (📥 660K / month · 📦 14K · ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/apispec) (📥 590K / month · 📦 14K · ⏱️ 31.03.2021): ``` pip install apispec ```
-
OpenAPI Spec validator (🥈26 · ⭐ 160) - OpenAPI Spec validator. Apache-2 +
OpenAPI Spec validator (🥈26 · ⭐ 170) - OpenAPI Spec validator. Apache-2 -- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (👨‍💻 18 · 🔀 28 · 📋 61 - 40% open · ⏱️ 24.02.2021): +- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (👨‍💻 20 · 🔀 31 · 📋 63 - 41% open · ⏱️ 28.03.2021): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 580K / month · 📦 220 · ⏱️ 24.02.2021): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 530K / month · 📦 220 · ⏱️ 24.02.2021): ``` pip install openapi-spec-validator ```
redoc (🥉25 · ⭐ 13K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 140 · 🔀 1.4K · 📥 60 · 📦 1.3K · 📋 1.3K - 30% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 150 · 🔀 1.5K · 📥 60 · 📦 1.3K · 📋 1.3K - 30% open · ⏱️ 31.03.2021): ``` git clone https://github.com/Redocly/redoc @@ -1670,142 +1649,131 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (🥉25 · ⭐ 3.3K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 140 · 🔀 620 · 📥 78K · 📦 260 · 📋 1.7K - 10% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 150 · 🔀 630 · 📥 74K · 📦 270 · 📋 1.7K - 9% open · ⏱️ 31.03.2021): ``` git clone https://github.com/Azure/autorest ```
-
flask-swagger (🥉25 · ⭐ 430) - A swagger 2.0 spec extractor for flask. MIT +
Spectacle (🥉25 · ⭐ 1.2K · 💤) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT -- [GitHub](https://github.com/gangverk/flask-swagger) (👨‍💻 24 · 🔀 85 · 📦 2.5K · 📋 30 - 56% open · ⏱️ 29.09.2020): +- [GitHub](https://github.com/sourcey/spectacle) (👨‍💻 37 · 🔀 280 · 📦 130 · 📋 130 - 27% open · ⏱️ 21.05.2020): ``` - git clone https://github.com/gangverk/flask-swagger - ``` -- [PyPi](https://pypi.org/project/flask-swagger) (📥 440K / month · 📦 620 · ⏱️ 26.03.2019): - ``` - pip install flask-swagger + git clone https://github.com/sourcey/spectacle ``` -- [Conda](https://anaconda.org/conda-forge/flask-swagger) (📥 46K · ⏱️ 20.04.2019): +- [NPM](https://www.npmjs.com/package/spectacle-docs) (📥 27K / month · 📦 52 · ⏱️ 10.03.2020): ``` - conda install -c conda-forge flask-swagger + npm install spectacle-docs ```
-
drf-spectacular (🥉25 · ⭐ 390) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
drf-spectacular (🥉25 · ⭐ 440) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 33 · 🔀 56 · 📦 190 · 📋 250 - 10% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 34 · 🔀 57 · 📦 230 · 📋 260 - 9% open · ⏱️ 30.03.2021): ``` git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (📥 31K / month · ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/drf-spectacular) (📥 26K / month · ⏱️ 10.02.2021): ``` pip install drf-spectacular ```
-
Spectacle (🥉24 · ⭐ 1.2K · 💤) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT +
flask-swagger (🥉24 · ⭐ 430 · 💤) - A swagger 2.0 spec extractor for flask. MIT -- [GitHub](https://github.com/sourcey/spectacle) (👨‍💻 37 · 🔀 280 · 📦 130 · 📋 130 - 27% open · ⏱️ 21.05.2020): +- [GitHub](https://github.com/gangverk/flask-swagger) (👨‍💻 24 · 🔀 85 · 📦 2.7K · 📋 30 - 56% open · ⏱️ 29.09.2020): ``` - git clone https://github.com/sourcey/spectacle + git clone https://github.com/gangverk/flask-swagger ``` -- [NPM](https://www.npmjs.com/package/spectacle-docs) (📥 20K / month · 📦 52 · ⏱️ 10.03.2020): +- [PyPi](https://pypi.org/project/flask-swagger) (📥 380K / month · 📦 620 · ⏱️ 26.03.2019): ``` - npm install spectacle-docs + pip install flask-swagger + ``` +- [Conda](https://anaconda.org/conda-forge/flask-swagger) (📥 47K · ⏱️ 20.04.2019): + ``` + conda install -c conda-forge flask-swagger ```
-
OpenAPI-to-GraphQL (🥉23 · ⭐ 960) - Translate APIs described by OpenAPI Specifications.. MIT +
OpenAPI-to-GraphQL (🥉23 · ⭐ 980) - Translate APIs described by OpenAPI Specifications.. MIT -- [GitHub](https://github.com/IBM/openapi-to-graphql) (👨‍💻 32 · 🔀 110 · 📦 270 · 📋 210 - 41% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/IBM/openapi-to-graphql) (👨‍💻 32 · 🔀 120 · 📦 280 · 📋 210 - 42% open · ⏱️ 30.03.2021): ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [NPM](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 4.7K / month · 📦 1 · ⏱️ 08.02.2021): +- [NPM](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 5.2K / month · 📦 1 · ⏱️ 17.03.2021): ``` npm install openapi-to-graphql-cli ```
openapi-core (🥉23 · ⭐ 120) - OpenAPI core. BSD-3 -- [GitHub](https://github.com/p1c2u/openapi-core) (👨‍💻 38 · 🔀 80 · 📋 140 - 37% open · ⏱️ 21.02.2021): +- [GitHub](https://github.com/p1c2u/openapi-core) (👨‍💻 40 · 🔀 80 · 📋 140 - 36% open · ⏱️ 31.03.2021): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (📥 150K / month · 📦 22 · ⏱️ 15.02.2021): +- [PyPi](https://pypi.org/project/openapi-core) (📥 110K / month · 📦 22 · ⏱️ 15.02.2021): ``` pip install openapi-core ```
-
datamodel-code-generator (🥉20 · ⭐ 390) - Pydantic model generator for easy conversion of JSON,.. MIT +
datamodel-code-generator (🥉20 · ⭐ 420) - Pydantic model generator for easy conversion of JSON,.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 16 · 🔀 44 · 📋 110 - 16% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 17 · 🔀 48 · 📋 110 - 14% open · ⏱️ 31.03.2021): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 13K / month · ⏱️ 08.03.2021): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 10K / month · ⏱️ 31.03.2021): ``` pip install datamodel-code-generator ```
-
Spectree (🥉19 · ⭐ 77) - API spec validator and OpenAPI document generator for Python web.. Apache-2 +
Spectree (🥉19 · ⭐ 81) - API spec validator and OpenAPI document generator for Python web.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 9 · 🔀 28 · 📦 12 · 📋 40 - 22% open · ⏱️ 28.01.2021): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 11 · 🔀 30 · 📦 12 · 📋 44 - 29% open · ⏱️ 01.04.2021): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 1K / month · ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/spectree) (📥 690 / month · ⏱️ 21.03.2021): ``` pip install spectree ```
-
pyramid_swagger (🥉18 · ⭐ 64 · 💤) - Convenient tools for using Swagger to define and.. BSD-3 +
openapi-python-client (🥉17 · ⭐ 130) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/striglia/pyramid_swagger) (👨‍💻 40 · 🔀 48 · 📋 110 - 21% open · ⏱️ 29.03.2020): +- [GitHub](https://github.com/triaxtec/openapi-python-client) (👨‍💻 22 · 🔀 29 · 📋 130 - 19% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/striglia/pyramid_swagger + git clone https://github.com/triaxtec/openapi-python-client ``` -- [PyPi](https://pypi.org/project/pyramid_swagger) (📥 5.3K / month · 📦 3 · ⏱️ 02.07.2018): +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 2.7K / month · ⏱️ 19.02.2021): ``` - pip install pyramid_swagger + pip install openapi-python-client ```
-
pyramid_openapi3 (🥉17 · ⭐ 60) - Pyramid addon for OpenAPI3 validation of requests and.. MIT +
pyramid_openapi3 (🥉17 · ⭐ 61) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 16 · 🔀 26 · 📋 37 - 40% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 17 · 🔀 26 · 📋 38 - 42% open · ⏱️ 25.03.2021): ``` git clone https://github.com/Pylons/pyramid_openapi3 ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 2.6K / month · 📦 1 · ⏱️ 15.02.2021): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 2K / month · 📦 1 · ⏱️ 15.02.2021): ``` pip install pyramid_openapi3 ```
-
openapi-python-client (🥉16 · ⭐ 120) - Generate modern Python clients from OpenAPI. MIT +
Show 3 hidden projects... -- [GitHub](https://github.com/triaxtec/openapi-python-client) (👨‍💻 19 · 🔀 26 · 📋 120 - 20% open · ⏱️ 04.03.2021): - - ``` - git clone https://github.com/triaxtec/openapi-python-client - ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 3.7K / month · ⏱️ 19.02.2021): - ``` - pip install openapi-python-client - ``` -
-
Show 2 hidden projects... - -- django-rest-swagger (🥈28 · ⭐ 2.5K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2 -- apistar (🥈26 · ⭐ 5.5K · 💀) - The Web API toolkit. BSD-3 -
-
+- django-rest-swagger (🥈28 · ⭐ 2.5K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2 +- apistar (🥉25 · ⭐ 5.6K · 💀) - The Web API toolkit. BSD-3 +- pyramid_swagger (🥉18 · ⭐ 64 · 💀) - Convenient tools for using Swagger to define and.. BSD-3 +
+
## GraphQL Utilities @@ -1813,14 +1781,14 @@ _General purpose web frameworks to build web applications and REST APIs._ 🔗 GraphQL Specification ( ⭐ 13K) - GraphQL is a query language and execution engine tied to any.. -
graphene (🥇31 · ⭐ 6.4K) - GraphQL framework for Python. MIT +
graphene (🥇31 · ⭐ 6.5K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (👨‍💻 170 · 🔀 680 · 📦 8K · 📋 880 - 9% open · ⏱️ 06.01.2021): +- [GitHub](https://github.com/graphql-python/graphene) (👨‍💻 170 · 🔀 680 · 📦 8.2K · 📋 890 - 9% open · ⏱️ 24.03.2021): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (📥 430K / month · 📦 1.4K · ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/graphene) (📥 320K / month · 📦 1.4K · ⏱️ 06.01.2021): ``` pip install graphene ``` @@ -1829,93 +1797,93 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene ```
-
graphene-django (🥇29 · ⭐ 3.4K) - Integrate GraphQL into your Django project. MIT +
graphene-django (🥇29 · ⭐ 3.5K) - Integrate GraphQL into your Django project. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 180 · 🔀 590 · 📦 5.1K · 📋 700 - 15% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 180 · 🔀 600 · 📦 5.3K · 📋 700 - 15% open · ⏱️ 31.03.2021): ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (📥 91K / month · 📦 780 · ⏱️ 31.12.2020): +- [PyPi](https://pypi.org/project/graphene-django) (📥 85K / month · 📦 780 · ⏱️ 31.12.2020): ``` pip install graphene-django ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 7.9K · ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 8.7K · ⏱️ 09.01.2021): ``` conda install -c conda-forge graphene-django ```
-
graphql-core (🥈26 · ⭐ 340) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT +
ariadne (🥈26 · ⭐ 1.3K) - Ariadne is a Python library for implementing GraphQL servers using.. BSD-3 -- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 17 · 🔀 65 · 📦 7.9K · 📋 86 - 12% open · ⏱️ 08.02.2021): +- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 38 · 🔀 100 · 📦 350 · 📋 190 - 26% open · ⏱️ 22.03.2021): ``` - git clone https://github.com/graphql-python/graphql-core - ``` -- [PyPi](https://pypi.org/project/graphql-core) (📥 660K / month · 📦 1.1K · ⏱️ 08.02.2021): - ``` - pip install graphql-core + git clone https://github.com/mirumee/ariadne ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 150K · ⏱️ 08.02.2021): +- [PyPi](https://pypi.org/project/ariadne) (📥 18K / month · 📦 20 · ⏱️ 17.03.2021): ``` - conda install -c conda-forge graphql-core + pip install ariadne ```
-
ariadne (🥈25 · ⭐ 1.3K) - Ariadne is a Python library for implementing GraphQL servers using.. BSD-3 +
graphql-core (🥈26 · ⭐ 350) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 38 · 🔀 98 · 📦 340 · 📋 180 - 31% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 17 · 🔀 67 · 📦 8.1K · 📋 91 - 15% open · ⏱️ 29.03.2021): ``` - git clone https://github.com/mirumee/ariadne + git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 25K / month · 📦 20 · ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/graphql-core) (📥 500K / month · 📦 1.1K · ⏱️ 08.02.2021): ``` - pip install ariadne + pip install graphql-core + ``` +- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 160K · ⏱️ 08.02.2021): + ``` + conda install -c conda-forge graphql-core ```
graphql-relay-py (🥈25 · ⭐ 130) - A library to help construct a graphql-py server supporting.. MIT -- [GitHub](https://github.com/graphql-python/graphql-relay-py) (👨‍💻 8 · 🔀 27 · 📦 6.5K · 📋 24 - 50% open · ⏱️ 25.02.2021): +- [GitHub](https://github.com/graphql-python/graphql-relay-py) (👨‍💻 8 · 🔀 28 · 📦 6.7K · 📋 24 - 37% open · ⏱️ 19.03.2021): ``` git clone https://github.com/graphql-python/graphql-relay-py ``` -- [PyPi](https://pypi.org/project/graphql-relay) (📥 430K / month · 📦 900 · ⏱️ 25.02.2021): +- [PyPi](https://pypi.org/project/graphql-relay) (📥 330K / month · 📦 900 · ⏱️ 25.02.2021): ``` pip install graphql-relay ```
flask-graphql (🥉24 · ⭐ 1.2K · 💤) - Adds GraphQL support to your Flask application. MIT -- [GitHub](https://github.com/graphql-python/flask-graphql) (👨‍💻 15 · 🔀 120 · 📦 1.7K · 📋 51 - 60% open · ⏱️ 07.08.2020): +- [GitHub](https://github.com/graphql-python/flask-graphql) (👨‍💻 15 · 🔀 130 · 📦 1.7K · 📋 60 - 65% open · ⏱️ 07.08.2020): ``` git clone https://github.com/graphql-python/flask-graphql ``` -- [PyPi](https://pypi.org/project/flask-graphql) (📥 89K / month · 📦 380 · ⏱️ 05.12.2019): +- [PyPi](https://pypi.org/project/flask-graphql) (📥 66K / month · 📦 380 · ⏱️ 05.12.2019): ``` pip install flask-graphql ``` -- [Conda](https://anaconda.org/conda-forge/flask-graphql) (📥 6.4K · ⏱️ 11.05.2020): +- [Conda](https://anaconda.org/conda-forge/flask-graphql) (📥 6.6K · ⏱️ 11.05.2020): ``` conda install -c conda-forge flask-graphql ```
-
tartiflette (🥉23 · ⭐ 710) - GraphQL Engine built with Python 3.6+ / asyncio. MIT +
tartiflette (🥉22 · ⭐ 730) - GraphQL Engine built with Python 3.6+ / asyncio. MIT -- [GitHub](https://github.com/tartiflette/tartiflette) (👨‍💻 23 · 🔀 34 · 📦 56 · 📋 130 - 8% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/tartiflette/tartiflette) (👨‍💻 23 · 🔀 34 · 📦 58 · 📋 140 - 9% open · ⏱️ 30.03.2021): ``` git clone https://github.com/tartiflette/tartiflette ``` -- [PyPi](https://pypi.org/project/tartiflette) (📥 1.2K / month · 📦 14 · ⏱️ 27.01.2021): +- [PyPi](https://pypi.org/project/tartiflette) (📥 920 / month · 📦 14 · ⏱️ 30.03.2021): ``` pip install tartiflette ```
django-graphql-auth (🥉22 · ⭐ 200) - Django registration and authentication with GraphQL. MIT -- [GitHub](https://github.com/PedroBern/django-graphql-auth) (👨‍💻 14 · 🔀 37 · 📦 110 · 📋 72 - 54% open · ⏱️ 16.11.2020): +- [GitHub](https://github.com/PedroBern/django-graphql-auth) (👨‍💻 14 · 🔀 38 · 📦 120 · 📋 73 - 53% open · ⏱️ 14.03.2021): ``` git clone https://github.com/PedroBern/django-graphql-auth @@ -1925,14 +1893,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install django-graphql-auth ```
-
Strawberry GraphQL (🥉21 · ⭐ 880) - A new GraphQL library for Python. MIT +
Strawberry GraphQL (🥉18 · ⭐ 920) - A new GraphQL library for Python. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 55 · 🔀 93 · 📥 340 · 📋 170 - 41% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 59 · 🔀 93 · 📥 270 · 📋 180 - 40% open · ⏱️ 31.03.2021): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 5.5K / month · 📦 2 · ⏱️ 11.03.2021): +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 4.2K / month · 📦 2 · ⏱️ 31.03.2021): ``` pip install strawberry-graphql ``` @@ -1944,31 +1912,31 @@ _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) (📥 800 / month · 📦 4 · ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (📥 560 / month · 📦 4 · ⏱️ 15.12.2020): ``` pip install tartiflette-aiohttp ```
-
Flask-GraphQL-Auth (🥉16 · ⭐ 55 · 💤) - (Now finding maintainer) A Pythonic way to provide.. MIT +
Flask-GraphQL-Auth (🥉17 · ⭐ 56 · 💤) - (Now finding maintainer) A Pythonic way to provide.. MIT -- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (👨‍💻 6 · 🔀 7 · 📦 52 · 📋 17 - 41% open · ⏱️ 11.07.2020): +- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (👨‍💻 6 · 🔀 8 · 📦 53 · 📋 17 - 41% open · ⏱️ 11.07.2020): ``` git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth ``` -- [PyPi](https://pypi.org/project/flask-graphql-auth) (📥 450 / month · 📦 4 · ⏱️ 11.07.2020): +- [PyPi](https://pypi.org/project/flask-graphql-auth) (📥 270 / month · 📦 4 · ⏱️ 11.07.2020): ``` pip install flask-graphql-auth ```
-
tartiflette-asgi (🥉15 · ⭐ 79) - ASGI support for the Tartiflette GraphQL engine. MIT +
tartiflette-asgi (🥉15 · ⭐ 81) - ASGI support for the Tartiflette GraphQL engine. MIT - [GitHub](https://github.com/tartiflette/tartiflette-asgi) (👨‍💻 9 · 🔀 11 · 📦 6 · 📋 48 - 14% open · ⏱️ 01.03.2021): ``` git clone https://github.com/tartiflette/tartiflette-asgi ``` -- [PyPi](https://pypi.org/project/tartiflette-asgi) (📥 91 / month · 📦 1 · ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/tartiflette-asgi) (📥 63 / month · 📦 1 · ⏱️ 19.01.2021): ``` pip install tartiflette-asgi ``` @@ -1983,30 +1951,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
websockets (🥇32 · ⭐ 3.2K) - Library for building WebSocket servers and clients in Python. BSD-3 +
websockets (🥇32 · ⭐ 3.3K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/aaugustin/websockets) (👨‍💻 47 · 🔀 350 · 📦 30K · 📋 690 - 9% open · ⏱️ 02.01.2021): +- [GitHub](https://github.com/aaugustin/websockets) (👨‍💻 47 · 🔀 370 · 📦 31K · 📋 700 - 10% open · ⏱️ 02.01.2021): ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 10M / month · 📦 5K · ⏱️ 01.11.2019): +- [PyPi](https://pypi.org/project/websockets) (📥 3.4M / month · 📦 5K · ⏱️ 01.11.2019): ``` pip install websockets ``` -- [Conda](https://anaconda.org/conda-forge/websockets) (📥 560K · ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/websockets) (📥 610K · ⏱️ 15.01.2021): ``` conda install -c conda-forge websockets ```
Flask-SocketIO (🥈31 · ⭐ 4.2K) - Socket.IO integration for Flask applications. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 58 · 🔀 760 · 📦 17K · 📋 1.4K - 4% open · ⏱️ 07.02.2021): +- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 58 · 🔀 770 · 📦 17K · 📋 1.4K - 4% open · ⏱️ 07.02.2021): ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (📥 270K / month · 📦 4.3K · ⏱️ 19.12.2020): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 260K / month · 📦 4.3K · ⏱️ 19.12.2020): ``` pip install flask-socketio ``` @@ -2015,62 +1983,62 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-socketio ```
-
autobahn-python (🥈31 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT +
python-socketio (🥈31 · ⭐ 2.3K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/crossbario/autobahn-python) (👨‍💻 120 · 🔀 630 · 📦 12K · 📋 810 - 21% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 50 · 🔀 390 · 📦 15K · 📋 580 - 9% open · ⏱️ 27.03.2021): ``` - git clone https://github.com/crossbario/autobahn-python + git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/autobahn) (📥 220K / month · 📦 3.6K · ⏱️ 02.03.2021): +- [PyPi](https://pypi.org/project/python-socketio) (📥 190K / month · 📦 3.4K · ⏱️ 25.12.2020): ``` - pip install autobahn + pip install python-socketio + ``` +- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 160K · ⏱️ 10.03.2021): + ``` + conda install -c conda-forge python-socketio ```
-
python-socketio (🥈31 · ⭐ 2.2K) - Python Socket.IO server and client. MIT +
autobahn-python (🥈31 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 50 · 🔀 380 · 📦 15K · 📋 570 - 8% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/crossbario/autobahn-python) (👨‍💻 120 · 🔀 630 · 📦 12K · 📋 820 - 21% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/miguelgrinberg/python-socketio - ``` -- [PyPi](https://pypi.org/project/python-socketio) (📥 230K / month · 📦 3.4K · ⏱️ 25.12.2020): - ``` - pip install python-socketio + git clone https://github.com/crossbario/autobahn-python ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 160K · ⏱️ 10.03.2021): +- [PyPi](https://pypi.org/project/autobahn) (📥 180K / month · 📦 3.6K · ⏱️ 02.03.2021): ``` - conda install -c conda-forge python-socketio + pip install autobahn ```
daphne (🥉28 · ⭐ 1.5K) - Django Channels HTTP/WebSocket server. BSD-3 -- [GitHub](https://github.com/django/daphne) (👨‍💻 57 · 🔀 180 · 📦 8.5K · 📋 260 - 14% open · ⏱️ 12.11.2020): +- [GitHub](https://github.com/django/daphne) (👨‍💻 57 · 🔀 180 · 📦 8.8K · 📋 260 - 16% open · ⏱️ 12.11.2020): ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (📥 130K / month · 📦 1.5K · ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/daphne) (📥 95K / month · 📦 1.5K · ⏱️ 12.11.2020): ``` pip install daphne ``` -- [Conda](https://anaconda.org/conda-forge/daphne) (📥 36K · ⏱️ 12.11.2020): +- [Conda](https://anaconda.org/conda-forge/daphne) (📥 38K · ⏱️ 12.11.2020): ``` conda install -c conda-forge daphne ```
websockify (🥉26 · ⭐ 2.7K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 -- [GitHub](https://github.com/novnc/websockify) (👨‍💻 87 · 🔀 570 · 📦 380 · 📋 280 - 11% open · ⏱️ 08.02.2021): +- [GitHub](https://github.com/novnc/websockify) (👨‍💻 88 · 🔀 570 · 📦 380 · 📋 280 - 11% open · ⏱️ 22.03.2021): ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (📥 14K / month · 📦 600 · ⏱️ 13.08.2019): +- [PyPi](https://pypi.org/project/websockify) (📥 12K / month · 📦 600 · ⏱️ 13.08.2019): ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (📥 10K · ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/websockify) (📥 12K · ⏱️ 15.01.2021): ``` conda install -c conda-forge websockify ``` @@ -2082,7 +2050,7 @@ _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) (📥 7.5K / month · 📦 1.5K · ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/sockjs-tornado) (📥 5.4K / month · 📦 1.5K · ⏱️ 24.04.2020): ``` pip install sockjs-tornado ``` @@ -2090,8 +2058,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 4 hidden projects... - websocket-client (🥇33 · ⭐ 2.5K) - WebSocket client for Python. ❗️LGPL-2.1 -- flask-sockets (🥉25 · ⭐ 1.7K · 💀) - Elegant WebSockets for your Flask apps. MIT - gevent-socketio (🥉25 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio. BSD-3 +- flask-sockets (🥉24 · ⭐ 1.7K · 💀) - Elegant WebSockets for your Flask apps. MIT - tornadio2 (🥉19 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado.. Apache-2

@@ -2102,51 +2070,51 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇37 · ⭐ 30K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (👨‍💻 710 · 🔀 7.6K · 📥 180K · 📦 2.6K · 📋 9.5K - 7% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 720 · 🔀 7.6K · 📥 180K · 📦 2.6K · 📋 9.5K - 7% open · ⏱️ 01.04.2021): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (📥 9.9M / month · 📦 6.8K · ⏱️ 26.02.2021): +- [PyPi](https://pypi.org/project/grpcio) (📥 8.1M / month · 📦 6.8K · ⏱️ 31.03.2021): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 2.2M · ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 2.3M · ⏱️ 04.03.2021): ``` conda install -c conda-forge grpcio ```
-
rpyc (🥈28 · ⭐ 980) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT +
rpyc (🥈28 · ⭐ 990) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 69 · 🔀 190 · 📥 120 · 📦 810 · 📋 340 - 13% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 69 · 🔀 190 · 📥 120 · 📦 830 · 📋 340 - 13% open · ⏱️ 10.03.2021): ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (📥 210K / month · 📦 530 · ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/rpyc) (📥 170K / month · 📦 530 · ⏱️ 11.01.2021): ``` pip install rpyc ``` -- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 88K · ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 99K · ⏱️ 12.01.2021): ``` conda install -c conda-forge rpyc ```
-
fastapi-jsonrpc (🥉16 · ⭐ 81) - JSON-RPC server based on fastapi. MIT +
fastapi-jsonrpc (🥉15 · ⭐ 87) - JSON-RPC server based on fastapi. MIT - [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 6 · 🔀 10 · 📦 4 · 📋 9 - 44% open · ⏱️ 28.12.2020): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 300 / month · ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 220 / month · ⏱️ 28.12.2020): ``` pip install fastapi-jsonrpc ```
Show 1 hidden projects... -- spyne (🥉25 · ⭐ 990) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1 +- spyne (🥉25 · ⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1

@@ -2154,42 +2122,42 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
Zappa (🥇32 · ⭐ 12K) - Serverless Python. MIT +
Zappa (🥇31 · ⭐ 12K) - Serverless Python. MIT -- [GitHub](https://github.com/Miserlou/Zappa) (👨‍💻 260 · 🔀 1.2K · 📥 250 · 📦 2.6K · 📋 1.4K - 51% open · ⏱️ 20.02.2021): +- [GitHub](https://github.com/Miserlou/Zappa) (👨‍💻 260 · 🔀 1.2K · 📥 250 · 📦 2.7K · 📋 1.4K - 51% open · ⏱️ 20.02.2021): ``` git clone https://github.com/Miserlou/Zappa ``` -- [PyPi](https://pypi.org/project/zappa) (📥 42K / month · 📦 780 · ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/zappa) (📥 33K / month · 📦 780 · ⏱️ 07.10.2020): ``` pip install zappa ```
-
chalice (🥉30 · ⭐ 7.7K) - Python Serverless Microframework for AWS. Apache-2 +
chalice (🥉30 · ⭐ 7.8K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (👨‍💻 160 · 🔀 790 · 📦 970 · 📋 1K - 27% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/aws/chalice) (👨‍💻 160 · 🔀 800 · 📦 1K · 📋 1K - 28% open · ⏱️ 31.03.2021): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 50K / month · 📦 250 · ⏱️ 01.02.2021): +- [PyPi](https://pypi.org/project/chalice) (📥 41K / month · 📦 250 · ⏱️ 01.02.2021): ``` pip install chalice ``` -- [Conda](https://anaconda.org/conda-forge/chalice) (📥 39K · ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/chalice) (📥 43K · ⏱️ 15.01.2021): ``` conda install -c conda-forge chalice ```
-
python-lambda (🥉25 · ⭐ 1.2K) - A toolkit for developing and deploying serverless Python code in.. ISC +
python-lambda (🥉25 · ⭐ 1.3K) - A toolkit for developing and deploying serverless Python code in.. ISC - [GitHub](https://github.com/nficano/python-lambda) (👨‍💻 47 · 🔀 210 · 📦 140 · 📋 96 - 45% open · ⏱️ 09.01.2021): ``` git clone https://github.com/nficano/python-lambda ``` -- [PyPi](https://pypi.org/project/python-lambda) (📥 2.3K / month · 📦 33 · ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/python-lambda) (📥 2.1K / month · 📦 33 · ⏱️ 05.01.2021): ``` pip install python-lambda ``` @@ -2202,68 +2170,68 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (🥇34 · ⭐ 10K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 550 · 🔀 2.2K · 📦 5K · 📋 3.3K - 27% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 560 · 🔀 2.2K · 📦 5.1K · 📋 3.3K - 28% open · ⏱️ 31.03.2021): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (📥 46K / month · 📦 2.4K · ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/wagtail) (📥 36K / month · 📦 2.4K · ⏱️ 18.02.2021): ``` pip install wagtail ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 34K · ⏱️ 21.11.2019): +- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 35K · ⏱️ 21.11.2019): ``` conda install -c conda-forge wagtail ```
-
django-cms (🥈29 · ⭐ 8K) - The easy-to-use and developer-friendly CMS. BSD-3 +
mezzanine (🥈29 · ⭐ 4.2K · 💤) - CMS framework for Django. BSD-2 -- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 560 · 🔀 2.6K · 📦 3.7K · 📋 3.3K - 7% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 320 · 🔀 1.5K · 📋 1K - 7% open · ⏱️ 10.09.2020): ``` - git clone https://github.com/django-cms/django-cms + git clone https://github.com/stephenmcd/mezzanine ``` -- [PyPi](https://pypi.org/project/django-cms) (📥 19K / month · 📦 3.1K · ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/mezzanine) (📥 1.4K / month · 📦 2.4K · ⏱️ 09.09.2020): ``` - pip install django-cms + pip install mezzanine ```
-
mezzanine (🥈29 · ⭐ 4.2K) - CMS framework for Django. BSD-2 +
django-cms (🥈28 · ⭐ 8.1K) - The easy-to-use and developer-friendly CMS. BSD-3 -- [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 320 · 🔀 1.5K · 📋 1K - 7% open · ⏱️ 10.09.2020): +- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 570 · 🔀 2.6K · 📦 3.8K · 📋 3.3K - 7% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/stephenmcd/mezzanine + git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/mezzanine) (📥 2K / month · 📦 2.4K · ⏱️ 09.09.2020): +- [PyPi](https://pypi.org/project/django-cms) (📥 14K / month · 📦 3.1K · ⏱️ 28.10.2020): ``` - pip install mezzanine + pip install django-cms ```
lektor (🥉26 · ⭐ 3.4K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (👨‍💻 88 · 🔀 260 · 📥 6.8K · 📦 270 · 📋 550 - 41% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/lektor/lektor) (👨‍💻 88 · 🔀 280 · 📥 6.8K · 📦 270 · 📋 550 - 41% open · ⏱️ 27.03.2021): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (📥 1.4K / month · 📦 140 · ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/lektor) (📥 2.8K / month · 📦 140 · ⏱️ 20.08.2020): ``` pip install lektor ``` -- [Conda](https://anaconda.org/conda-forge/lektor) (📥 42K · ⏱️ 27.08.2020): +- [Conda](https://anaconda.org/conda-forge/lektor) (📥 43K · ⏱️ 27.08.2020): ``` conda install -c conda-forge lektor ```
-
feincms (🥉25 · ⭐ 790) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 +
feincms (🥉23 · ⭐ 800) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 -- [GitHub](https://github.com/feincms/feincms) (👨‍💻 130 · 🔀 220 · 📦 230 · 📋 440 - 8% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/feincms/feincms) (👨‍💻 130 · 🔀 230 · 📋 440 - 8% open · ⏱️ 24.03.2021): ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (📥 1.5K / month · 📦 310 · ⏱️ 21.01.2020): +- [PyPi](https://pypi.org/project/feincms) (📥 1.2K / month · 📦 310 · ⏱️ 22.03.2021): ``` pip install feincms ``` @@ -2280,180 +2248,180 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (🥇34 · ⭐ 1.5K) - Code coverage measurement for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 110 · 🔀 200 · 📦 140K · 📋 1K - 23% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 110 · 🔀 200 · 📦 140K · 📋 1K - 23% open · ⏱️ 22.03.2021): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 7.3M / month · 📦 100K · ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/coverage) (📥 6.1M / month · 📦 100K · ⏱️ 28.02.2021): ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (📥 3.4M · ⏱️ 28.02.2021): +- [Conda](https://anaconda.org/conda-forge/coverage) (📥 3.6M · ⏱️ 28.02.2021): ``` conda install -c conda-forge coverage ```
-
mitmproxy (🥇33 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT - -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 390 · 🔀 2.8K · 📥 210K · 📦 1.2K · 📋 2.5K - 9% open · ⏱️ 11.03.2021): - - ``` - git clone https://github.com/mitmproxy/mitmproxy - ``` -- [PyPi](https://pypi.org/project/mitmproxy) (📥 58K / month · 📦 850 · ⏱️ 15.12.2020): - ``` - pip install mitmproxy - ``` -
Locust (🥇33 · ⭐ 16K) - Scalable user load testing tool written in Python. MIT -- [GitHub](https://github.com/locustio/locust) (👨‍💻 200 · 🔀 2.1K · 📦 1K · 📋 1.1K - 4% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/locustio/locust) (👨‍💻 200 · 🔀 2.1K · 📦 1.1K · 📋 1.1K - 4% open · ⏱️ 24.03.2021): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (📥 120K / month · 📦 70 · ⏱️ 28.01.2021): +- [PyPi](https://pypi.org/project/locust) (📥 110K / month · 📦 70 · ⏱️ 28.01.2021): ``` pip install locust ```
selenium (🥇32 · ⭐ 20K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 660 · 🔀 6.2K · 📦 89K · 📋 7.2K - 3% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 670 · 🔀 6.2K · 📦 92K · 📋 7.2K - 2% open · ⏱️ 01.04.2021): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (📥 3M / month · 📦 28K · ⏱️ 15.02.2021): +- [PyPi](https://pypi.org/project/selenium) (📥 2.5M / month · 📦 28K · ⏱️ 17.03.2021): ``` pip install selenium ``` -- [Conda](https://anaconda.org/conda-forge/selenium) (📥 530K · ⏱️ 14.01.2021): +- [Conda](https://anaconda.org/conda-forge/selenium) (📥 540K · ⏱️ 14.01.2021): ``` conda install -c conda-forge selenium ```
-
responses (🥇31 · ⭐ 3.1K) - A utility for mocking out the Python Requests library. Apache-2 +
responses (🥇31 · ⭐ 3.2K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (👨‍💻 92 · 🔀 250 · 📦 8.7K · 📋 190 - 38% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/getsentry/responses) (👨‍💻 93 · 🔀 260 · 📦 8.9K · 📋 190 - 37% open · ⏱️ 29.03.2021): ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (📥 1.6M / month · 📦 4.9K · ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/responses) (📥 1.3M / month · 📦 4.9K · ⏱️ 29.03.2021): ``` pip install responses ``` -- [Conda](https://anaconda.org/conda-forge/responses) (📥 440K · ⏱️ 12.11.2020): +- [Conda](https://anaconda.org/conda-forge/responses) (📥 480K · ⏱️ 29.03.2021): ``` conda install -c conda-forge responses ```
splinter (🥇31 · ⭐ 2.4K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 160 · 🔀 480 · 📦 4.4K · 📋 500 - 19% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 160 · 🔀 480 · 📦 4.5K · 📋 510 - 19% open · ⏱️ 26.03.2021): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (📥 78K / month · 📦 2.1K · ⏱️ 19.08.2020): +- [PyPi](https://pypi.org/project/splinter) (📥 81K / month · 📦 2.1K · ⏱️ 19.08.2020): ``` pip install splinter ```
-
vcrpy (🥇31 · ⭐ 1.9K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT +
factory_boy (🥈30 · ⭐ 2.4K) - A test fixtures replacement for Python. MIT + +- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 110 · 🔀 320 · 📋 480 - 29% open · ⏱️ 18.03.2021): + + ``` + git clone https://github.com/FactoryBoy/factory_boy + ``` +- [PyPi](https://pypi.org/project/factory_boy) (📥 500K / month · 📦 4.3K · ⏱️ 05.05.2018): + ``` + pip install factory_boy + ``` +
+
vcrpy (🥈30 · ⭐ 2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT - [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 110 · 🔀 270 · 📦 2.8K · 📋 330 - 24% open · ⏱️ 09.10.2020): ``` git clone https://github.com/kevin1024/vcrpy ``` -- [PyPi](https://pypi.org/project/vcrpy) (📥 640K / month · 📦 1.7K · ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/vcrpy) (📥 490K / month · 📦 1.7K · ⏱️ 09.10.2020): ``` pip install vcrpy ```
-
pyppeteer (🥈30 · ⭐ 3.4K · 💤) - Headless chrome/chromium automation library (unofficial port of.. MIT +
pytest-django (🥈30 · ⭐ 880) - A Django plugin for pytest. BSD-3 -- [GitHub](https://github.com/miyakogi/pyppeteer) (👨‍💻 24 · 🔀 370 · 📦 3.7K · 📋 250 - 60% open · ⏱️ 08.05.2020): +- [GitHub](https://github.com/pytest-dev/pytest-django) (👨‍💻 120 · 🔀 270 · 📋 440 - 28% open · ⏱️ 20.03.2021): ``` - git clone https://github.com/miyakogi/pyppeteer - ``` -- [PyPi](https://pypi.org/project/pyppeteer) (📥 400K / month · 📦 370 · ⏱️ 08.01.2021): - ``` - pip install pyppeteer + git clone https://github.com/pytest-dev/pytest-django ``` -- [Conda](https://anaconda.org/conda-forge/pyppeteer) (📥 17K · ⏱️ 19.09.2020): +- [PyPi](https://pypi.org/project/pytest-django) (📥 460K / month · 📦 11K · ⏱️ 22.10.2020): ``` - conda install -c conda-forge pyppeteer + pip install pytest-django ```
-
factory_boy (🥈30 · ⭐ 2.4K) - A test fixtures replacement for Python. MIT +
mitmproxy (🥈29 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 110 · 🔀 310 · 📋 480 - 29% open · ⏱️ 18.02.2021): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 390 · 🔀 2.8K · 📥 210K · 📦 1.3K · 📋 2.5K - 9% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/FactoryBoy/factory_boy + git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/factory_boy) (📥 610K / month · 📦 4.3K · ⏱️ 05.05.2018): +- [PyPi](https://pypi.org/project/mitmproxy) (📥 43K / month · 📦 850 · ⏱️ 15.12.2020): ``` - pip install factory_boy + pip install mitmproxy ```
-
HTTPretty (🥈30 · ⭐ 1.9K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby. MIT +
Dredd (🥈29 · ⭐ 3.6K) - Language-agnostic HTTP API Testing Tool. MIT -- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨‍💻 100 · 🔀 240 · 📦 4.2K · 📋 220 - 41% open · ⏱️ 17.01.2021): +- [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 280 · 📦 680 · 📋 790 - 27% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/gabrielfalcao/HTTPretty + git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/httpretty) (📥 130K / month · 📦 5.3K · ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/dredd_hooks) (📥 1.9K / month · 📦 38 · ⏱️ 09.04.2018): ``` - pip install httpretty + pip install dredd_hooks ``` -- [Conda](https://anaconda.org/conda-forge/httpretty) (📥 82K · ⏱️ 06.01.2021): +- [NPM](https://www.npmjs.com/package/dredd) (📥 52K / month · 📦 310 · ⏱️ 30.11.2020): ``` - conda install -c conda-forge httpretty + npm install dredd ```
-
pytest-django (🥈30 · ⭐ 860) - A Django plugin for pytest. BSD-3 +
pyppeteer (🥈29 · ⭐ 3.4K · 💤) - Headless chrome/chromium automation library (unofficial port of.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-django) (👨‍💻 120 · 🔀 270 · 📋 440 - 28% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/miyakogi/pyppeteer) (👨‍💻 24 · 🔀 370 · 📦 3.9K · 📋 250 - 60% open · ⏱️ 08.05.2020): ``` - git clone https://github.com/pytest-dev/pytest-django + git clone https://github.com/miyakogi/pyppeteer ``` -- [PyPi](https://pypi.org/project/pytest-django) (📥 560K / month · 📦 11K · ⏱️ 22.10.2020): +- [PyPi](https://pypi.org/project/pyppeteer) (📥 280K / month · 📦 370 · ⏱️ 08.01.2021): ``` - pip install pytest-django + pip install pyppeteer + ``` +- [Conda](https://anaconda.org/conda-forge/pyppeteer) (📥 19K · ⏱️ 19.09.2020): + ``` + conda install -c conda-forge pyppeteer ```
-
Dredd (🥈29 · ⭐ 3.6K) - Language-agnostic HTTP API Testing Tool. MIT +
HTTPretty (🥈29 · ⭐ 1.9K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby. MIT -- [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 280 · 📦 670 · 📋 790 - 27% open · ⏱️ 23.02.2021): +- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨‍💻 100 · 🔀 250 · 📦 4.4K · 📋 220 - 40% open · ⏱️ 17.01.2021): ``` - git clone https://github.com/apiaryio/dredd + git clone https://github.com/gabrielfalcao/HTTPretty ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (📥 2.4K / month · 📦 38 · ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/httpretty) (📥 110K / month · 📦 5.3K · ⏱️ 06.01.2021): ``` - pip install dredd_hooks + pip install httpretty ``` -- [NPM](https://www.npmjs.com/package/dredd) (📥 50K / month · 📦 310 · ⏱️ 30.11.2020): +- [Conda](https://anaconda.org/conda-forge/httpretty) (📥 90K · ⏱️ 06.01.2021): ``` - npm install dredd + conda install -c conda-forge httpretty ```
SeleniumLibrary (🥈29 · ⭐ 1K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 110 · 🔀 630 · 📥 3.5K · 📦 1.3K · 📋 930 - 2% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨‍💻 110 · 🔀 640 · 📥 3.5K · 📦 1.3K · 📋 940 - 2% open · ⏱️ 31.03.2021): ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 130K / month · 📦 150 · ⏱️ 26.02.2021): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 110K / month · 📦 150 · ⏱️ 23.03.2021): ``` pip install robotframework-seleniumlibrary ``` @@ -2465,31 +2433,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (📥 120K / month · 📦 280 · ⏱️ 07.08.2020): +- [PyPi](https://pypi.org/project/django-silk) (📥 100K / month · 📦 280 · ⏱️ 07.08.2020): ``` pip install django-silk ```
-
SeleniumBase (🥈28 · ⭐ 2.1K) - A complete framework for Web-UI testing. Fast, easy, and reliable... MIT - -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 25 · 🔀 460 · 📦 120 · 📋 200 - 0% open · ⏱️ 10.03.2021): - - ``` - git clone https://github.com/seleniumbase/SeleniumBase - ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 63K / month · 📦 24 · ⏱️ 10.03.2021): - ``` - pip install seleniumbase - ``` -
-
Prism (🥈28 · ⭐ 1.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 +
Prism (🥈28 · ⭐ 1.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 45 · 🔀 160 · 📥 750K · 📦 100 · 📋 440 - 6% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 45 · 🔀 160 · 📥 760K · 📦 110 · 📋 450 - 6% open · ⏱️ 31.03.2021): ``` git clone https://github.com/stoplightio/prism ``` -- [NPM](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 83K / month · 📦 4 · ⏱️ 01.12.2020): +- [NPM](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 86K / month · 📦 4 · ⏱️ 01.12.2020): ``` npm install @stoplight/prism-cli ``` @@ -2501,39 +2457,51 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/django-nose ``` -- [PyPi](https://pypi.org/project/django-nose) (📥 170K / month · 📦 8.7K · ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/django-nose) (📥 130K / month · 📦 8.7K · ⏱️ 20.08.2020): ``` pip install django-nose ```
pytest-flask (🥈28 · ⭐ 360) - A set of pytest fixtures to test Flask applications. MIT -- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨‍💻 25 · 🔀 63 · 📋 64 - 15% open · ⏱️ 27.02.2021): +- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨‍💻 25 · 🔀 63 · 📋 63 - 12% open · ⏱️ 27.02.2021): ``` git clone https://github.com/pytest-dev/pytest-flask ``` -- [PyPi](https://pypi.org/project/pytest-flask) (📥 100K / month · 📦 17K · ⏱️ 27.02.2021): +- [PyPi](https://pypi.org/project/pytest-flask) (📥 81K / month · 📦 17K · ⏱️ 27.02.2021): ``` pip install pytest-flask ``` -- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 42K · ⏱️ 27.02.2021): +- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 43K · ⏱️ 27.02.2021): ``` conda install -c conda-forge pytest-flask ```
+
SeleniumBase (🥈27 · ⭐ 2.1K) - A complete framework for fast, easy, & reliable web testing... MIT + +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 25 · 🔀 470 · 📦 120 · ⏱️ 29.03.2021): + + ``` + git clone https://github.com/seleniumbase/SeleniumBase + ``` +- [PyPi](https://pypi.org/project/seleniumbase) (📥 42K / month · 📦 24 · ⏱️ 29.03.2021): + ``` + pip install seleniumbase + ``` +
flask-testing (🥈27 · ⭐ 460) - Unittest extensions for Flask. BSD-3 -- [GitHub](https://github.com/jarus/flask-testing) (👨‍💻 33 · 🔀 110 · 📦 12K · 📋 95 - 53% open · ⏱️ 24.12.2020): +- [GitHub](https://github.com/jarus/flask-testing) (👨‍💻 33 · 🔀 100 · 📦 12K · 📋 96 - 54% open · ⏱️ 24.12.2020): ``` git clone https://github.com/jarus/flask-testing ``` -- [PyPi](https://pypi.org/project/flask-testing) (📥 110K / month · 📦 4.8K · ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/flask-testing) (📥 84K / month · 📦 4.8K · ⏱️ 24.12.2020): ``` pip install flask-testing ``` -- [Conda](https://anaconda.org/conda-forge/flask-testing) (📥 45K · ⏱️ 24.12.2020): +- [Conda](https://anaconda.org/conda-forge/flask-testing) (📥 46K · ⏱️ 24.12.2020): ``` conda install -c conda-forge flask-testing ``` @@ -2545,23 +2513,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 36K / month · 📦 5.9K · ⏱️ 18.02.2020): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 29K / month · 📦 5.9K · ⏱️ 18.02.2020): ``` pip install flask-debugtoolbar ``` -- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (📥 37K · ⏱️ 13.10.2020): +- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (📥 38K · ⏱️ 13.10.2020): ``` conda install -c conda-forge flask-debugtoolbar ```
-
django-test-plus (🥉26 · ⭐ 430 · 💤) - Useful additions to Django's default TestCase. BSD-3 +
django-test-plus (🥉26 · ⭐ 440 · 💤) - Useful additions to Django's default TestCase. BSD-3 -- [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 27 · 🔀 44 · 📦 2.7K · 📋 44 - 15% open · ⏱️ 28.05.2020): +- [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 27 · 🔀 45 · 📦 2.7K · 📋 44 - 15% open · ⏱️ 28.05.2020): ``` git clone https://github.com/revsys/django-test-plus ``` -- [PyPi](https://pypi.org/project/django-test-plus) (📥 24K / month · 📦 2.5K · ⏱️ 03.12.2019): +- [PyPi](https://pypi.org/project/django-test-plus) (📥 20K / month · 📦 2.5K · ⏱️ 03.12.2019): ``` pip install django-test-plus ``` @@ -2572,86 +2540,74 @@ _General purpose web frameworks to build web applications and REST APIs._
webtest (🥉26 · ⭐ 300) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT -- [GitHub](https://github.com/Pylons/webtest) (👨‍💻 83 · 🔀 96 · 📦 8.2K · 📋 120 - 20% open · ⏱️ 17.12.2020): +- [GitHub](https://github.com/Pylons/webtest) (👨‍💻 83 · 🔀 98 · 📦 8.2K · 📋 120 - 20% open · ⏱️ 17.12.2020): ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (📥 340K / month · 📦 7.7K · ⏱️ 27.04.2020): +- [PyPi](https://pypi.org/project/webtest) (📥 270K / month · 📦 7.7K · ⏱️ 27.04.2020): ``` pip install webtest ```
-
pyramid_debugtoolbar (🥉26 · ⭐ 93) - Pyramid debug toolbar. BSD-3 - -- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (👨‍💻 65 · 🔀 78 · 📋 180 - 24% open · ⏱️ 25.11.2020): - - ``` - git clone https://github.com/Pylons/pyramid_debugtoolbar - ``` -- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (📥 69K / month · 📦 1.3K · ⏱️ 10.09.2018): - ``` - pip install pyramid_debugtoolbar - ``` -
tavern (🥉25 · ⭐ 760) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 42 · 🔀 150 · 📦 220 · 📋 470 - 7% open · ⏱️ 20.02.2021): +- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 44 · 🔀 150 · 📦 220 · 📋 470 - 7% open · ⏱️ 27.03.2021): ``` git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/tavern) (📥 57K / month · 📦 40 · ⏱️ 20.02.2021): +- [PyPi](https://pypi.org/project/tavern) (📥 52K / month · 📦 40 · ⏱️ 27.03.2021): ``` pip install tavern ```
-
mixer (🥉25 · ⭐ 740) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +
mixer (🥉25 · ⭐ 750) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 - [GitHub](https://github.com/klen/mixer) (👨‍💻 39 · 🔀 86 · 📋 73 - 36% open · ⏱️ 11.01.2021): ``` git clone https://github.com/klen/mixer ``` -- [PyPi](https://pypi.org/project/mixer) (📥 31K / month · 📦 600 · ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/mixer) (📥 27K / month · 📦 600 · ⏱️ 11.01.2021): ``` pip install mixer ```
-
httmock (🥉25 · ⭐ 420) - A mocking library for requests. Apache-2 +
aioresponses (🥉25 · ⭐ 280) - Aioresponses is a helper for mock/fake web requests in python.. MIT -- [GitHub](https://github.com/patrys/httmock) (👨‍💻 29 · 🔀 52 · 📦 1.3K · 📋 30 - 50% open · ⏱️ 28.10.2020): +- [GitHub](https://github.com/pnuckowski/aioresponses) (👨‍💻 34 · 🔀 53 · 📋 65 - 38% open · ⏱️ 09.03.2021): ``` - git clone https://github.com/patrys/httmock + git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/httmock) (📥 170K / month · 📦 1.2K · ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/aioresponses) (📥 81K / month · 📦 150 · ⏱️ 09.03.2021): ``` - pip install httmock + pip install aioresponses ```
-
aioresponses (🥉25 · ⭐ 280) - Aioresponses is a helper for mock/fake web requests in python.. MIT +
httmock (🥉24 · ⭐ 420) - A mocking library for requests. Apache-2 -- [GitHub](https://github.com/pnuckowski/aioresponses) (👨‍💻 34 · 🔀 53 · 📋 65 - 38% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/patrys/httmock) (👨‍💻 29 · 🔀 52 · 📦 1.3K · 📋 30 - 50% open · ⏱️ 28.10.2020): ``` - git clone https://github.com/pnuckowski/aioresponses + git clone https://github.com/patrys/httmock ``` -- [PyPi](https://pypi.org/project/aioresponses) (📥 110K / month · 📦 150 · ⏱️ 09.03.2021): +- [PyPi](https://pypi.org/project/httmock) (📥 130K / month · 📦 1.2K · ⏱️ 28.10.2020): ``` - pip install aioresponses + pip install httmock ```
-
pytest-splinter (🥉24 · ⭐ 200) - pytest splinter and selenium integration for anyone interested.. MIT +
pyramid_debugtoolbar (🥉24 · ⭐ 93) - Pyramid debug toolbar. BSD-3 -- [GitHub](https://github.com/pytest-dev/pytest-splinter) (👨‍💻 28 · 🔀 49 · 📦 310 · 📋 75 - 12% open · ⏱️ 25.12.2020): +- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (👨‍💻 65 · 🔀 78 · 📋 180 - 24% open · ⏱️ 25.11.2020): ``` - git clone https://github.com/pytest-dev/pytest-splinter + git clone https://github.com/Pylons/pyramid_debugtoolbar ``` -- [PyPi](https://pypi.org/project/pytest-splinter) (📥 12K / month · 📦 210 · ⏱️ 25.12.2020): +- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (📥 59K / month · 📦 1.3K · ⏱️ 10.09.2018): ``` - pip install pytest-splinter + pip install pyramid_debugtoolbar ```
splash (🥉23 · ⭐ 3.3K) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 @@ -2661,171 +2617,183 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/scrapinghub/splash ``` -- [PyPi](https://pypi.org/project/splash) (📥 640 / month · 📦 18 · ⏱️ 16.06.2020): +- [PyPi](https://pypi.org/project/splash) (📥 550 / month · 📦 18 · ⏱️ 16.06.2020): ``` pip install splash ```
-
httprunner (🥉23 · ⭐ 2.4K) - One-stop solution for HTTP(S) testing. Apache-2 +
pytest-splinter (🥉23 · ⭐ 200) - pytest splinter and selenium integration for anyone interested.. MIT -- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 22 · 🔀 920 · 📋 890 - 36% open · ⏱️ 28.01.2021): +- [GitHub](https://github.com/pytest-dev/pytest-splinter) (👨‍💻 28 · 🔀 49 · 📦 310 · 📋 75 - 12% open · ⏱️ 25.12.2020): ``` - git clone https://github.com/httprunner/httprunner + git clone https://github.com/pytest-dev/pytest-splinter ``` -- [PyPi](https://pypi.org/project/httprunner) (📥 1.6K / month · 📦 6 · ⏱️ 30.07.2020): +- [PyPi](https://pypi.org/project/pytest-splinter) (📥 7K / month · 📦 210 · ⏱️ 25.12.2020): ``` - pip install httprunner + pip install pytest-splinter ```
-
selene (🥉23 · ⭐ 440) - User-oriented Web UI browser tests in Python. MIT +
gabbi (🥉23 · ⭐ 130) - Declarative HTTP Testing for Python and anything else. Apache-2 -- [GitHub](https://github.com/yashaka/selene) (👨‍💻 24 · 🔀 96 · 📦 170 · 📋 190 - 33% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/cdent/gabbi) (👨‍💻 26 · 🔀 29 · 📋 140 - 15% open · ⏱️ 23.02.2021): ``` - git clone https://github.com/yashaka/selene + git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/selene) (📥 8K / month · 📦 28 · ⏱️ 22.12.2020): +- [PyPi](https://pypi.org/project/gabbi) (📥 3.7K / month · 📦 200 · ⏱️ 23.02.2021): ``` - pip install selene + pip install gabbi ```
-
gabbi (🥉23 · ⭐ 130) - Declarative HTTP Testing for Python and anything else. Apache-2 +
Mockoon (🥉22 · ⭐ 2.6K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT -- [GitHub](https://github.com/cdent/gabbi) (👨‍💻 26 · 🔀 29 · 📋 140 - 15% open · ⏱️ 23.02.2021): +- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 33 · 🔀 150 · 📥 40K · 📋 330 - 14% open · ⏱️ 22.03.2021): ``` - git clone https://github.com/cdent/gabbi - ``` -- [PyPi](https://pypi.org/project/gabbi) (📥 4.2K / month · 📦 200 · ⏱️ 23.02.2021): - ``` - pip install gabbi + git clone https://github.com/mockoon/mockoon ```
selenium-python-helium (🥉22 · ⭐ 2.4K) - Selenium-python but lighter: Helium is the best.. MIT -- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨‍💻 5 · 🔀 180 · 📦 69 · 📋 36 - 25% open · ⏱️ 04.01.2021): +- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨‍💻 5 · 🔀 190 · 📦 74 · 📋 36 - 25% open · ⏱️ 23.03.2021): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (📥 1.5K / month · ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/helium) (📥 1K / month · ⏱️ 14.09.2020): ``` pip install helium ```
-
python-mocket (🥉22 · ⭐ 210) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 +
httprunner (🥉22 · ⭐ 2.4K) - One-stop solution for HTTP(S) testing. Apache-2 -- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 19 · 🔀 33 · 📦 49 · 📋 49 - 4% open · ⏱️ 21.02.2021): +- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 22 · 🔀 920 · 📋 890 - 36% open · ⏱️ 28.01.2021): ``` - git clone https://github.com/mindflayer/python-mocket + git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/mocket) (📥 1.3K / month · 📦 46 · ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/httprunner) (📥 1.4K / month · 📦 6 · ⏱️ 30.07.2020): ``` - pip install mocket + pip install httprunner ```
-
Mockoon (🥉21 · ⭐ 2.5K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT +
schemathesis (🥉22 · ⭐ 790) - A modern API testing tool for web applications built with.. MIT -- [GitHub](https://github.com/mockoon/mockoon) (👨‍💻 33 · 🔀 150 · 📥 35K · 📋 320 - 14% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 29 · 🔀 59 · 📋 500 - 13% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/mockoon/mockoon + git clone https://github.com/schemathesis/schemathesis + ``` +- [PyPi](https://pypi.org/project/schemathesis) (📥 9.7K / month · ⏱️ 27.03.2021): + ``` + pip install schemathesis ```
-
schemathesis (🥉21 · ⭐ 760) - A modern API testing tool for web applications built with.. MIT +
python-mocket (🥉22 · ⭐ 210) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/schemathesis/schemathesis) (👨‍💻 28 · 🔀 57 · 📋 480 - 13% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 19 · 🔀 33 · 📦 50 · 📋 49 - 4% open · ⏱️ 21.02.2021): ``` - git clone https://github.com/schemathesis/schemathesis + git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/schemathesis) (📥 13K / month · ⏱️ 11.03.2021): +- [PyPi](https://pypi.org/project/mocket) (📥 1.1K / month · 📦 46 · ⏱️ 21.01.2021): ``` - pip install schemathesis + pip install mocket + ``` +
+
selene (🥉21 · ⭐ 450) - User-oriented Web UI browser tests in Python. MIT + +- [GitHub](https://github.com/yashaka/selene) (👨‍💻 24 · 🔀 97 · 📋 190 - 32% open · ⏱️ 30.03.2021): + + ``` + git clone https://github.com/yashaka/selene + ``` +- [PyPi](https://pypi.org/project/selene) (📥 6.5K / month · 📦 28 · ⏱️ 30.03.2021): + ``` + pip install selene ```
-
Model Bakery (🥉21 · ⭐ 320) - Object factory for Django. Apache-2 +
Model Bakery (🥉20 · ⭐ 330) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 24 · 🔀 36 · 📋 76 - 28% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 24 · 🔀 39 · 📋 79 - 30% open · ⏱️ 12.03.2021): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 66K / month · 📦 8 · ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/model_bakery) (📥 53K / month · 📦 8 · ⏱️ 12.11.2020): ``` pip install model_bakery ```
molotov (🥉20 · ⭐ 320) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/loads/molotov) (👨‍💻 12 · 🔀 24 · 📦 61 · 📋 99 - 15% open · ⏱️ 21.12.2020): +- [GitHub](https://github.com/loads/molotov) (👨‍💻 12 · 🔀 24 · 📦 61 · 📋 100 - 16% open · ⏱️ 21.12.2020): ``` git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/molotov) (📥 350 / month · 📦 20 · ⏱️ 18.11.2020): +- [PyPi](https://pypi.org/project/molotov) (📥 250 / month · 📦 20 · ⏱️ 18.11.2020): ``` pip install molotov ```
-
aresponses (🥉20 · ⭐ 79) - Asyncio http mocking. Similar to the responses library used for.. MIT +
aresponses (🥉19 · ⭐ 81) - Asyncio http mocking. Similar to the responses library used for.. MIT - [GitHub](https://github.com/aresponses/aresponses) (👨‍💻 12 · 🔀 14 · 📦 140 · ⏱️ 21.01.2021): ``` git clone https://github.com/CircleUp/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (📥 5.7K / month · 📦 92 · ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/aresponses) (📥 3.9K / month · 📦 92 · ⏱️ 21.01.2021): ``` pip install aresponses ```
-
async-asgi-testclient (🥉20 · ⭐ 66) - A framework-agnostic library for testing ASGI web.. MIT +
async-asgi-testclient (🥉19 · ⭐ 68) - A framework-agnostic library for testing ASGI web.. MIT -- [GitHub](https://github.com/vinissimus/async-asgi-testclient) (👨‍💻 10 · 🔀 9 · 📦 56 · 📋 10 - 10% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/vinissimus/async-asgi-testclient) (👨‍💻 10 · 🔀 9 · 📦 56 · 📋 11 - 9% open · ⏱️ 02.03.2021): ``` git clone https://github.com/vinissimus/async-asgi-testclient ``` -- [PyPi](https://pypi.org/project/async-asgi-testclient) (📥 8.1K / month · 📦 6 · ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/async-asgi-testclient) (📥 7.1K / month · 📦 6 · ⏱️ 11.01.2021): ``` pip install async-asgi-testclient ```
-
fsociety (🥉17 · ⭐ 250) - A Modular Penetration Testing Framework. MIT +
golem (🥉17 · ⭐ 440 · 💤) - A complete test automation tool. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 3 · 🔀 36 · ⏱️ 13.11.2020): +- [GitHub](https://github.com/golemhq/golem) (👨‍💻 18 · 🔀 66 · 📥 43 · 📦 4 · 📋 130 - 16% open · ⏱️ 05.09.2020): ``` - git clone https://github.com/fsociety-team/fsociety + git clone https://github.com/golemhq/golem ``` -- [PyPi](https://pypi.org/project/fsociety) (📥 230 / month · ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/golem-framework) (📥 72 / month · 📦 1 · ⏱️ 04.08.2020): ``` - pip install fsociety + pip install golem-framework ```
-
golem (🥉16 · ⭐ 440) - A complete test automation tool. MIT +
fsociety (🥉16 · ⭐ 270) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/golemhq/golem) (👨‍💻 18 · 🔀 66 · 📥 43 · 📦 4 · 📋 130 - 16% open · ⏱️ 05.09.2020): +- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 3 · 🔀 42 · ⏱️ 13.11.2020): ``` - git clone https://github.com/golemhq/golem + git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/golem-framework) (📥 98 / month · 📦 1 · ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/fsociety) (📥 160 / month · ⏱️ 13.11.2020): ``` - pip install golem-framework + pip install fsociety ```
Show 7 hidden projects... - parameterized (🥈28 · ⭐ 540) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - wdb (🥉22 · ⭐ 1.5K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 -- pyresttest (🥉22 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2 +- pyresttest (🥉21 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2 - requestium (🥉20 · ⭐ 1.6K · 💀) - Integration layer between Requests and Selenium for automation.. BSD-3 -- yandex-tank (🥉18 · ⭐ 2K) - Load and performance benchmark tool. ❗️LGPL-2.1 -- huxley (🥉14 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2 +- yandex-tank (🥉17 · ⭐ 2K) - Load and performance benchmark tool. ❗️LGPL-2.1 +- huxley (🥉15 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2 - Astra (🥉14 · ⭐ 1.7K · 💀) - Automated Security Testing For REST API's. Apache-2

@@ -2834,62 +2802,62 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
django-crispy-forms (🥇33 · ⭐ 4.1K) - The best way to have DRY Django forms. The app.. MIT +
django-crispy-forms (🥇33 · ⭐ 4.2K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 210 · 🔀 680 · 📦 57K · 📋 620 - 12% open · ⏱️ 21.02.2021): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 680 · 📦 59K · 📋 620 - 13% open · ⏱️ 21.03.2021): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 220K / month · 📦 16K · ⏱️ 30.01.2021): +- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 180K / month · 📦 16K · ⏱️ 21.03.2021): ``` pip install django-crispy-forms ``` -- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (📥 33K · ⏱️ 21.02.2021): +- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (📥 34K · ⏱️ 21.03.2021): ``` conda install -c conda-forge django-crispy-forms ```
wtforms (🥇33 · ⭐ 1.2K) - A flexible forms validation and rendering library for Python. BSD-3 -- [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 120 · 🔀 330 · 📦 87K · 📋 370 - 13% open · ⏱️ 11.02.2021): +- [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 120 · 🔀 340 · 📦 89K · 📋 370 - 12% open · ⏱️ 11.02.2021): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (📥 900K / month · 📦 29K · ⏱️ 23.11.2020): +- [PyPi](https://pypi.org/project/wtforms) (📥 720K / month · 📦 29K · ⏱️ 23.11.2020): ``` pip install wtforms ``` -- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 64K · ⏱️ 29.07.2020): +- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 66K · ⏱️ 29.07.2020): ``` conda install -c conda-forge wtforms ```
flask-wtf (🥉32 · ⭐ 1.2K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 -- [GitHub](https://github.com/lepture/flask-wtf) (👨‍💻 89 · 🔀 260 · 📦 95K · 📋 280 - 12% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/lepture/flask-wtf) (👨‍💻 89 · 🔀 260 · 📦 97K · 📋 280 - 12% open · ⏱️ 01.03.2021): ``` git clone https://github.com/lepture/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (📥 820K / month · 📦 32K · ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/flask-wtf) (📥 710K / month · 📦 32K · ⏱️ 06.02.2020): ``` pip install flask-wtf ``` -- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 73K · ⏱️ 11.02.2020): +- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 75K · ⏱️ 11.02.2020): ``` conda install -c conda-forge flask-wtf ```
-
django-formtools (🥉26 · ⭐ 450) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (🥉26 · ⭐ 460) - A set of high-level abstractions for Django forms. BSD-3 - [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 64 · 🔀 100 · 📦 6.4K · 📋 120 - 49% open · ⏱️ 09.03.2021): ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (📥 83K / month · 📦 2.3K · ⏱️ 05.12.2019): +- [PyPi](https://pypi.org/project/django-formtools) (📥 62K / month · 📦 2.3K · ⏱️ 05.12.2019): ``` pip install django-formtools ``` @@ -2901,7 +2869,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (📥 3.3K / month · 📦 350 · ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (📥 2.3K / month · 📦 350 · ⏱️ 10.12.2020): ``` pip install deform ``` @@ -2912,130 +2880,130 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
markdown (🥇35 · ⭐ 2.4K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 +
markdown (🥇34 · ⭐ 2.5K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 140 · 🔀 600 · 📦 120K · 📋 680 - 2% open · ⏱️ 24.02.2021): +- [GitHub](https://github.com/Python-Markdown/markdown) (👨‍💻 140 · 🔀 610 · 📦 130K · 📋 690 - 3% open · ⏱️ 24.03.2021): ``` git clone https://github.com/Python-Markdown/markdown ``` -- [PyPi](https://pypi.org/project/markdown) (📥 4.5M / month · 📦 41K · ⏱️ 25.10.2020): +- [PyPi](https://pypi.org/project/markdown) (📥 3.6M / month · 📦 41K · ⏱️ 25.10.2020): ``` pip install markdown ``` -- [Conda](https://anaconda.org/conda-forge/markdown) (📥 1.7M · ⏱️ 01.03.2021): +- [Conda](https://anaconda.org/conda-forge/markdown) (📥 1.8M · ⏱️ 01.03.2021): ``` conda install -c conda-forge markdown ```
mistune (🥇33 · ⭐ 1.9K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/lepture/mistune) (👨‍💻 30 · 🔀 200 · 📦 97K · 📋 210 - 11% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/lepture/mistune) (👨‍💻 30 · 🔀 200 · 📦 100K · 📋 210 - 11% open · ⏱️ 07.03.2021): ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (📥 7.2M / month · 📦 18K · ⏱️ 16.02.2021): +- [PyPi](https://pypi.org/project/mistune) (📥 6.7M / month · 📦 18K · ⏱️ 16.02.2021): ``` pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (📥 3.6M · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/mistune) (📥 3.7M · ⏱️ 08.01.2021): ``` conda install -c conda-forge mistune ```
pelican (🥈32 · ⭐ 10K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 410 · 🔀 1.7K · 📥 300 · 📦 4.8K · 📋 1.5K - 3% open · ⏱️ 19.02.2021): +- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 410 · 🔀 1.7K · 📥 310 · 📦 4.8K · 📋 1.5K - 3% open · ⏱️ 23.03.2021): ``` git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/pelican) (📥 9.8K / month · 📦 3.4K · ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/pelican) (📥 7.6K / month · 📦 3.4K · ⏱️ 23.03.2021): ``` pip install pelican ``` -- [Conda](https://anaconda.org/conda-forge/pelican) (📥 99K · ⏱️ 04.01.2021): +- [Conda](https://anaconda.org/conda-forge/pelican) (📥 100K · ⏱️ 23.03.2021): ``` conda install -c conda-forge pelican ```
python-markdown2 (🥈30 · ⭐ 2.2K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 59 · 🔀 370 · 📦 8.8K · 📋 240 - 41% open · ⏱️ 14.02.2021): +- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 60 · 🔀 370 · 📦 8.9K · 📋 240 - 41% open · ⏱️ 16.03.2021): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (📥 130K / month · 📦 4.4K · ⏱️ 22.01.2021): +- [PyPi](https://pypi.org/project/markdown2) (📥 110K / month · 📦 4.4K · ⏱️ 22.01.2021): ``` pip install markdown2 ```
pymdown-extensions (🥈27 · ⭐ 460) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 25 · 🔀 160 · 📦 4.6K · 📋 240 - 6% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 26 · 🔀 170 · 📦 4.8K · 📋 260 - 9% open · ⏱️ 30.03.2021): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 170K / month · 📦 1.5K · ⏱️ 26.01.2021): +- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 140K / month · 📦 1.5K · ⏱️ 26.01.2021): ``` pip install pymdown-extensions ``` -- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 35K · ⏱️ 26.01.2021): +- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 38K · ⏱️ 26.01.2021): ``` conda install -c conda-forge pymdown-extensions ```
html2text (🥉26 · ⭐ 1.1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 -- [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 72 · 🔀 190 · 📋 180 - 33% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/Alir3z4/html2text) (👨‍💻 72 · 🔀 190 · 📋 180 - 34% open · ⏱️ 10.03.2021): ``` git clone https://github.com/Alir3z4/html2text ``` -- [PyPi](https://pypi.org/project/html2text) (📥 310K / month · 📦 3.8K · ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/html2text) (📥 250K / month · 📦 3.8K · ⏱️ 16.01.2020): ``` pip install html2text ```
-
django-markdown-editor (🥉24 · ⭐ 420) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
django-markdown-editor (🥉24 · ⭐ 430) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 23 · 🔀 520 · 📦 360 · 📋 97 - 21% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 23 · 🔀 560 · 📦 370 · 📋 97 - 21% open · ⏱️ 10.03.2021): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (📥 2.9K / month · 📦 40 · ⏱️ 09.03.2021): +- [PyPi](https://pypi.org/project/martor) (📥 2.4K / month · 📦 40 · ⏱️ 09.03.2021): ``` pip install martor ```
-
markdown-it-py (🥉23 · ⭐ 150) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT +
markdown-it-py (🥉20 · ⭐ 160) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 11 · 🔀 20 · 📦 240 · 📋 50 - 48% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 12 · 🔀 21 · 📋 48 - 37% open · ⏱️ 01.04.2021): ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (📥 48K / month · ⏱️ 06.02.2021): +- [PyPi](https://pypi.org/project/markdown-it-py) (📥 41K / month · ⏱️ 31.03.2021): ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 64K · ⏱️ 07.02.2021): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 76K · ⏱️ 07.02.2021): ``` conda install -c conda-forge markdown-it-py ```
-
markdown-include (🥉20 · ⭐ 52 · 💤) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 +
markdown-include (🥉20 · ⭐ 54 · 💤) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 -- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 8 · 🔀 27 · 📦 780 · 📋 19 - 47% open · ⏱️ 20.08.2020): +- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 8 · 🔀 27 · 📦 810 · 📋 19 - 47% open · ⏱️ 20.08.2020): ``` git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/markdown-include) (📥 22K / month · 📦 310 · ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/markdown-include) (📥 18K / month · 📦 310 · ⏱️ 20.08.2020): ``` pip install markdown-include ``` @@ -3043,7 +3011,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... - grip (🥉26 · ⭐ 5.1K · 💀) - Preview GitHub README.md files locally before committing them. MIT -- django-markdownx (🥉25 · ⭐ 660 · 💀) - Comprehensive Markdown plugin built for Django. BSD-3 +- django-markdownx (🥉24 · ⭐ 660 · 💀) - Comprehensive Markdown plugin built for Django. BSD-3 - mistletoe (🥉22 · ⭐ 370 · 💀) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT

@@ -3052,78 +3020,78 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -🔗 Public APIs ( ⭐ 110K) - A collective list of free APIs for use in software and web development. +🔗 Public APIs ( ⭐ 120K) - A collective list of free APIs. -🔗 best-of-ml-python - DB Clients ( ⭐ 4.3K · 🐣) - Collection of python database client libraries. +🔗 best-of-ml-python - DB Clients ( ⭐ 4.6K · 🐣) - Collection of python database client libraries. -
discord.py (🥇36 · ⭐ 6.7K) - An API wrapper for Discord written in Python. MIT +
youtube-dl (🥇36 · ⭐ 92K · 📈) - Command-line program to download videos from YouTube.com and.. Unlicense -- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 220 · 🔀 1.9K · 📦 30K · 📋 2.3K - 7% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 950 · 🔀 4.5K · 📥 42M · 📋 24K - 16% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/Rapptz/discord.py + git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 6.9M / month · 📦 4.6K · ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (📥 1.2M / month · 📦 2.9K · ⏱️ 31.03.2021): ``` - pip install discord.py + pip install youtube_dl + ``` +- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 650K · ⏱️ 31.03.2021): + ``` + conda install -c conda-forge youtube-dl ```
-
google-api-python-client (🥇36 · ⭐ 4.5K) - The official Python client library for Google's.. Apache-2 +
discord.py (🥇36 · ⭐ 6.9K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 160 · 🔀 1.8K · 📥 90 · 📦 54K · 📋 740 - 3% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 230 · 🔀 2K · 📦 31K · 📋 2.2K - 5% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/googleapis/google-api-python-client - ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (📥 13M / month · 📦 13K · ⏱️ 04.03.2021): - ``` - pip install google-api-python-client + git clone https://github.com/Rapptz/discord.py ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 610K · ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/discord.py) (📥 5.4M / month · 📦 4.6K · ⏱️ 08.01.2021): ``` - conda install -c conda-forge google-api-python-client + pip install discord.py ```
-
youtube-dl (🥇35 · ⭐ 91K) - Command-line program to download videos from YouTube.com and.. Unlicense +
google-api-python-client (🥇36 · ⭐ 4.6K) - The official Python client library for Google's.. Apache-2 -- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 940 · 🔀 4.3K · 📥 43M · 📋 24K - 16% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 160 · 🔀 1.8K · 📥 90 · 📦 56K · 📋 750 - 3% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/ytdl-org/youtube-dl + git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/youtube_dl) (📥 1.5M / month · 📦 2.9K · ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/google-api-python-client) (📥 11M / month · 📦 13K · ⏱️ 31.03.2021): ``` - pip install youtube_dl + pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 610K · ⏱️ 03.03.2021): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 640K · ⏱️ 05.03.2021): ``` - conda install -c conda-forge youtube-dl + conda install -c conda-forge google-api-python-client ```
GitPython (🥇35 · ⭐ 3K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 220 · 🔀 680 · 📦 32K · 📋 750 - 16% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 230 · 🔀 680 · 📦 34K · 📋 750 - 16% open · ⏱️ 28.03.2021): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (📥 5.4M / month · 📦 11K · ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/gitpython) (📥 4.4M / month · 📦 11K · ⏱️ 28.02.2021): ``` pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 1.4M · ⏱️ 28.02.2021): +- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 1.5M · ⏱️ 28.02.2021): ``` conda install -c conda-forge gitpython ```
tweepy (🥇34 · ⭐ 7.6K) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 220 · 🔀 3.4K · 📦 23K · 📋 980 - 9% open · ⏱️ 23.02.2021): +- [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 220 · 🔀 3.4K · 📦 24K · 📋 990 - 10% open · ⏱️ 23.02.2021): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (📥 250K / month · 📦 8.3K · ⏱️ 26.12.2020): +- [PyPi](https://pypi.org/project/tweepy) (📥 190K / month · 📦 8.3K · ⏱️ 26.12.2020): ``` pip install tweepy ``` @@ -3132,46 +3100,46 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tweepy ```
-
PyGithub (🥇34 · ⭐ 4.1K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 +
PyGithub (🥇34 · ⭐ 4.2K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 260 · 🔀 1.3K · 📦 15K · 📋 1.1K - 9% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 260 · 🔀 1.3K · 📦 15K · 📋 1.1K - 9% open · ⏱️ 26.03.2021): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (📥 1.2M / month · 📦 3.8K · ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/pygithub) (📥 980K / month · 📦 3.8K · ⏱️ 24.12.2020): ``` pip install pygithub ``` -- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 880K · ⏱️ 20.01.2021): +- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 930K · ⏱️ 20.01.2021): ``` conda install -c conda-forge pygithub ```
-
python-telegram-bot (🥈32 · ⭐ 14K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0 +
python-telegram-bot (🥈33 · ⭐ 14K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 150 · 🔀 2.9K · 📥 2.7K · 📋 1.4K - 2% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 150 · 🔀 3K · 📥 2.8K · 📋 1.4K - 1% open · ⏱️ 30.03.2021): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 190K / month · 📦 4.3K · ⏱️ 19.02.2021): +- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 170K / month · 📦 4.3K · ⏱️ 14.03.2021): ``` pip install python-telegram-bot ``` -- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (📥 29K · ⏱️ 08.02.2021): +- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (📥 30K · ⏱️ 08.02.2021): ``` conda install -c conda-forge python-telegram-bot ```
-
praw (🥈32 · ⭐ 2.4K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 +
praw (🥈32 · ⭐ 2.5K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- [GitHub](https://github.com/praw-dev/praw) (👨‍💻 200 · 🔀 400 · 📦 7.9K · 📋 650 - 6% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/praw-dev/praw) (👨‍💻 200 · 🔀 410 · 📦 8.1K · 📋 660 - 7% open · ⏱️ 05.03.2021): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (📥 250K / month · 📦 3.3K · ⏱️ 24.02.2021): +- [PyPi](https://pypi.org/project/praw) (📥 190K / month · 📦 3.3K · ⏱️ 24.02.2021): ``` pip install praw ``` @@ -3180,26 +3148,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge praw ```
-
stripe (🥈32 · ⭐ 1K · 📈) - Python library for the Stripe API. MIT - -- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 110 · 🔀 280 · 📦 13K · 📋 280 - 4% open · ⏱️ 02.03.2021): - - ``` - git clone https://github.com/stripe/stripe-python - ``` -- [PyPi](https://pypi.org/project/stripe) (📥 530K / month · 📦 3.8K · ⏱️ 22.02.2021): - ``` - pip install stripe - ``` -
gspread (🥈31 · ⭐ 5.2K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (👨‍💻 110 · 🔀 790 · 📦 9.3K · 📋 620 - 26% open · ⏱️ 20.02.2021): +- [GitHub](https://github.com/burnash/gspread) (👨‍💻 110 · 🔀 790 · 📦 9.5K · 📋 620 - 25% open · ⏱️ 31.03.2021): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (📥 1.3M / month · 📦 1.6K · ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/gspread) (📥 860K / month · 📦 1.6K · ⏱️ 18.02.2021): ``` pip install gspread ``` @@ -3208,222 +3164,222 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gspread ```
-
Telethon (🥈31 · ⭐ 4.6K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +
Telethon (🥈31 · ⭐ 4.7K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 120 · 🔀 690 · 📦 9.9K · 📋 1.3K - 5% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 120 · 🔀 700 · 📦 11K · 📋 1.5K - 5% open · ⏱️ 31.03.2021): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (📥 120K / month · 📦 540 · ⏱️ 27.02.2021): +- [PyPi](https://pypi.org/project/telethon) (📥 110K / month · 📦 540 · ⏱️ 14.03.2021): ``` pip install telethon ```
-
pytube (🥈31 · ⭐ 4.1K) - A lightweight, dependency-free Python library (and command-line.. Unlicense +
pytube (🥈31 · ⭐ 4.2K) - A lightweight, dependency-free Python library (and command-line.. Unlicense -- [GitHub](https://github.com/pytube/pytube) (👨‍💻 87 · 🔀 1K · 📦 5.2K · 📋 550 - 2% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/pytube/pytube) (👨‍💻 89 · 🔀 1K · 📦 5.6K · 📋 560 - 3% open · ⏱️ 28.03.2021): ``` git clone https://github.com/pytube/pytube ``` -- [PyPi](https://pypi.org/project/pytube) (📥 150K / month · 📦 420 · ⏱️ 06.03.2021): +- [PyPi](https://pypi.org/project/pytube) (📥 82K / month · 📦 420 · ⏱️ 19.03.2021): ``` pip install pytube ```
-
tushare (🥈30 · ⭐ 11K · 💤) - TuShare is a utility for crawling historical data of China stocks. BSD-3 +
pyTelegramBotAPI (🥈31 · ⭐ 4K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/waditu/tushare) (👨‍💻 34 · 🔀 4K · 📦 910 · 📋 1.5K - 28% open · ⏱️ 04.03.2020): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 140 · 🔀 1.1K · 📦 13K · 📋 740 - 1% open · ⏱️ 28.03.2021): ``` - git clone https://github.com/waditu/tushare + git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/tushare) (📥 12K / month · 📦 360 · ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 74K / month · 📦 1.7K · ⏱️ 28.03.2021): ``` - pip install tushare + pip install pytelegrambotapi ```
-
pyTelegramBotAPI (🥈30 · ⭐ 4K) - Python Telegram bot api. ❗️GPL-2.0 +
stripe (🥈31 · ⭐ 1K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 140 · 🔀 1.1K · 📦 13K · 📋 730 - 1% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 110 · 🔀 280 · 📦 14K · 📋 280 - 4% open · ⏱️ 02.03.2021): ``` - git clone https://github.com/eternnoir/pyTelegramBotAPI + git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 82K / month · 📦 1.7K · ⏱️ 17.01.2021): +- [PyPi](https://pypi.org/project/stripe) (📥 390K / month · 📦 3.8K · ⏱️ 22.02.2021): ``` - pip install pytelegrambotapi + pip install stripe ```
spotipy (🥈30 · ⭐ 3.1K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/plamere/spotipy) (👨‍💻 130 · 🔀 660 · 📦 4.2K · 📋 390 - 5% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/plamere/spotipy) (👨‍💻 130 · 🔀 670 · 📦 4.3K · 📋 390 - 6% open · ⏱️ 13.03.2021): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (📥 180K / month · 📦 920 · ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/spotipy) (📥 110K / month · 📦 920 · ⏱️ 28.02.2021): ``` pip install spotipy ```
google-maps-services-python (🥈30 · ⭐ 3.1K) - Python client library for Google Maps API Web Services. Apache-2 -- [GitHub](https://github.com/googlemaps/google-maps-services-python) (👨‍💻 52 · 🔀 1.1K · 📦 5.3K · 📋 210 - 9% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/googlemaps/google-maps-services-python) (👨‍💻 56 · 🔀 1.1K · 📦 5.4K · 📋 210 - 8% open · ⏱️ 15.03.2021): ``` git clone https://github.com/googlemaps/google-maps-services-python ``` -- [PyPi](https://pypi.org/project/googlemaps) (📥 310K / month · 📦 2.3K · ⏱️ 28.07.2020): +- [PyPi](https://pypi.org/project/googlemaps) (📥 240K / month · 📦 2.3K · ⏱️ 28.07.2020): ``` pip install googlemaps ```
-
twilio (🥈30 · ⭐ 1.4K) - A Python module for communicating with the Twilio API and generating TwiML. MIT +
twilio (🥈30 · ⭐ 1.5K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 120 · 🔀 560 · 📦 15K · 📋 250 - 5% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 120 · 🔀 560 · 📦 16K · 📋 240 - 2% open · ⏱️ 24.03.2021): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (📥 650K / month · 📦 6.7K · ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/twilio) (📥 540K / month · 📦 6.7K · ⏱️ 24.03.2021): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (📥 38K · ⏱️ 24.02.2021): +- [Conda](https://anaconda.org/conda-forge/twilio) (📥 43K · ⏱️ 24.03.2021): ``` conda install -c conda-forge twilio ```
jira (🥈30 · ⭐ 1.3K · 💤) - Python JIRA Library is the easiest way to automate JIRA. Support for.. BSD-2 -- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 190 · 🔀 640 · 📥 640 · 📋 550 - 21% open · ⏱️ 05.06.2020): +- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 190 · 🔀 660 · 📥 640 · 📋 560 - 22% open · ⏱️ 05.06.2020): ``` git clone https://github.com/pycontribs/jira ``` -- [PyPi](https://pypi.org/project/jira) (📥 900K / month · 📦 1.8K · ⏱️ 15.10.2019): +- [PyPi](https://pypi.org/project/jira) (📥 740K / month · 📦 1.8K · ⏱️ 15.10.2019): ``` pip install jira ``` -- [Conda](https://anaconda.org/conda-forge/jira) (📥 48K · ⏱️ 17.07.2018): +- [Conda](https://anaconda.org/conda-forge/jira) (📥 50K · ⏱️ 17.07.2018): ``` conda install -c conda-forge jira ```
-
InstaPy (🥈29 · ⭐ 12K) - Instagram Bot - Tool for automated Instagram interactions. ❗️GPL-3.0 +
InstaPy (🥈29 · ⭐ 13K) - Instagram Bot - Tool for automated Instagram interactions. ❗️GPL-3.0 -- [GitHub](https://github.com/timgrossmann/InstaPy) (👨‍💻 300 · 🔀 3.1K · 📦 350 · 📋 5K - 3% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/timgrossmann/InstaPy) (👨‍💻 300 · 🔀 3.1K · 📦 360 · 📋 5K - 3% open · ⏱️ 12.03.2021): ``` git clone https://github.com/timgrossmann/InstaPy ``` -- [PyPi](https://pypi.org/project/instapy) (📥 5K / month · 📦 11 · ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/instapy) (📥 3.8K / month · 📦 11 · ⏱️ 07.01.2021): ``` pip install instapy ```
-
python-twitter (🥈29 · ⭐ 3.1K · 💤) - A Python wrapper around the Twitter API. Apache-2 +
facebook-sdk (🥈29 · ⭐ 2.6K) - Python SDK for Facebook's Graph API. Apache-2 -- [GitHub](https://github.com/bear/python-twitter) (👨‍💻 150 · 🔀 940 · 📦 5.3K · 📋 400 - 22% open · ⏱️ 12.05.2020): +- [GitHub](https://github.com/mobolic/facebook-sdk) (👨‍💻 99 · 🔀 950 · 📦 3K · 📋 240 - 10% open · ⏱️ 27.12.2020): ``` - git clone https://github.com/bear/python-twitter + git clone https://github.com/mobolic/facebook-sdk ``` -- [PyPi](https://pypi.org/project/python-twitter) (📥 79K / month · 📦 3.3K · ⏱️ 03.11.2018): +- [PyPi](https://pypi.org/project/facebook-sdk) (📥 140K / month · 📦 2.5K · ⏱️ 06.11.2018): ``` - pip install python-twitter + pip install facebook-sdk ```
-
slackclient (🥈29 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT +
py-googletrans (🥈29 · ⭐ 2.4K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 120 · 🔀 720 · 📥 310 · 📋 520 - 2% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/ssut/py-googletrans) (👨‍💻 25 · 🔀 450 · 📦 13K · 📋 210 - 8% open · ⏱️ 10.03.2021): ``` - git clone https://github.com/slackapi/python-slack-sdk - ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 3.3M / month · 📦 3.7K · ⏱️ 22.10.2020): - ``` - pip install slackclient + git clone https://github.com/ssut/py-googletrans ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 280K · ⏱️ 13.01.2021): +- [PyPi](https://pypi.org/project/googletrans) (📥 610K / month · 📦 890 · ⏱️ 09.12.2020): ``` - conda install -c conda-forge slackclient + pip install googletrans ```
-
facebook-sdk (🥈29 · ⭐ 2.6K) - Python SDK for Facebook's Graph API. Apache-2 +
Wikipedia (🥈29 · ⭐ 2.2K) - A Pythonic wrapper for the Wikipedia API. MIT -- [GitHub](https://github.com/mobolic/facebook-sdk) (👨‍💻 99 · 🔀 950 · 📦 2.9K · 📋 240 - 10% open · ⏱️ 27.12.2020): +- [GitHub](https://github.com/goldsmith/Wikipedia) (👨‍💻 23 · 🔀 440 · 📦 15K · 📋 220 - 71% open · ⏱️ 09.10.2020): ``` - git clone https://github.com/mobolic/facebook-sdk + git clone https://github.com/goldsmith/Wikipedia ``` -- [PyPi](https://pypi.org/project/facebook-sdk) (📥 170K / month · 📦 2.5K · ⏱️ 06.11.2018): +- [PyPi](https://pypi.org/project/wikipedia) (📥 120K / month · 📦 1.9K · ⏱️ 15.11.2014): ``` - pip install facebook-sdk + pip install wikipedia + ``` +- [Conda](https://anaconda.org/conda-forge/wikipedia) (📥 42K · ⏱️ 18.06.2019): + ``` + conda install -c conda-forge wikipedia ```
-
twitter (🥈29 · ⭐ 2.6K) - Python Twitter API. MIT +
thumbor (🥉28 · ⭐ 8.3K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/python-twitter-tools/twitter) (👨‍💻 89 · 🔀 520 · 📦 2.9K · 📋 280 - 25% open · ⏱️ 19.02.2021): +- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 160 · 🔀 710 · 📦 270 · 📋 850 - 14% open · ⏱️ 25.01.2021): ``` - git clone https://github.com/sixohsix/twitter + git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/twitter) (📥 63K / month · 📦 2.1K · ⏱️ 20.10.2017): +- [PyPi](https://pypi.org/project/thumbor) (📥 6.1K / month · 📦 370 · ⏱️ 25.03.2020): ``` - pip install twitter + pip install thumbor ```
-
py-googletrans (🥈29 · ⭐ 2.3K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT +
python-twitter (🥉28 · ⭐ 3.2K · 💤) - A Python wrapper around the Twitter API. Apache-2 -- [GitHub](https://github.com/ssut/py-googletrans) (👨‍💻 25 · 🔀 450 · 📦 13K · 📋 210 - 8% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/bear/python-twitter) (👨‍💻 150 · 🔀 940 · 📦 5.4K · 📋 400 - 22% open · ⏱️ 12.05.2020): ``` - git clone https://github.com/ssut/py-googletrans + git clone https://github.com/bear/python-twitter ``` -- [PyPi](https://pypi.org/project/googletrans) (📥 1.1M / month · 📦 890 · ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/python-twitter) (📥 56K / month · 📦 3.3K · ⏱️ 03.11.2018): ``` - pip install googletrans + pip install python-twitter ```
-
Wikipedia (🥈29 · ⭐ 2.2K) - A Pythonic wrapper for the Wikipedia API. MIT +
slackclient (🥉28 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/goldsmith/Wikipedia) (👨‍💻 23 · 🔀 440 · 📦 14K · 📋 220 - 71% open · ⏱️ 09.10.2020): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 120 · 🔀 720 · 📥 310 · 📋 520 - 1% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/goldsmith/Wikipedia + git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/wikipedia) (📥 140K / month · 📦 1.9K · ⏱️ 15.11.2014): +- [PyPi](https://pypi.org/project/slackclient) (📥 2.4M / month · 📦 3.7K · ⏱️ 22.10.2020): ``` - pip install wikipedia + pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/wikipedia) (📥 41K · ⏱️ 18.06.2019): +- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 290K · ⏱️ 13.01.2021): ``` - conda install -c conda-forge wikipedia + conda install -c conda-forge slackclient ```
-
thumbor (🥉28 · ⭐ 8.3K) - thumbor is an open-source photo thumbnail service by globo.com. MIT +
twitter (🥉28 · ⭐ 2.6K) - Python Twitter API. MIT -- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 160 · 🔀 710 · 📦 260 · 📋 850 - 14% open · ⏱️ 25.01.2021): +- [GitHub](https://github.com/python-twitter-tools/twitter) (👨‍💻 89 · 🔀 520 · 📦 3K · 📋 280 - 25% open · ⏱️ 19.02.2021): ``` - git clone https://github.com/thumbor/thumbor + git clone https://github.com/sixohsix/twitter ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 7.5K / month · 📦 370 · ⏱️ 25.03.2020): +- [PyPi](https://pypi.org/project/twitter) (📥 52K / month · 📦 2.1K · ⏱️ 20.10.2017): ``` - pip install thumbor + pip install twitter ```
twython (🥉28 · ⭐ 1.8K) - Actively maintained, pure Python wrapper for the Twitter API. Supports.. MIT -- [GitHub](https://github.com/ryanmcgrath/twython) (👨‍💻 100 · 🔀 400 · 📦 4.2K · 📋 320 - 7% open · ⏱️ 14.01.2021): +- [GitHub](https://github.com/ryanmcgrath/twython) (👨‍💻 100 · 🔀 400 · 📦 4.3K · 📋 320 - 7% open · ⏱️ 14.01.2021): ``` git clone https://github.com/ryanmcgrath/twython ``` -- [PyPi](https://pypi.org/project/twython) (📥 33K / month · 📦 2.3K · ⏱️ 04.04.2020): +- [PyPi](https://pypi.org/project/twython) (📥 27K / month · 📦 2.3K · ⏱️ 04.04.2020): ``` pip install twython ``` @@ -3439,67 +3395,67 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/os/slacker ``` -- [PyPi](https://pypi.org/project/slacker) (📥 360K / month · 📦 2K · ⏱️ 15.02.2020): +- [PyPi](https://pypi.org/project/slacker) (📥 290K / month · 📦 2K · ⏱️ 15.02.2020): ``` pip install slacker ``` -- [Conda](https://anaconda.org/conda-forge/slacker) (📥 150K · ⏱️ 28.02.2020): +- [Conda](https://anaconda.org/conda-forge/slacker) (📥 160K · ⏱️ 28.02.2020): ``` conda install -c conda-forge slacker ```
simple-salesforce (🥉28 · ⭐ 1.1K) - A very simple Salesforce.com REST API client for Python. Apache-2 -- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨‍💻 63 · 🔀 480 · 📋 300 - 43% open · ⏱️ 21.12.2020): +- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨‍💻 68 · 🔀 480 · 📋 300 - 42% open · ⏱️ 31.03.2021): ``` git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (📥 990K / month · 📦 280 · ⏱️ 14.07.2020): +- [PyPi](https://pypi.org/project/simple-salesforce) (📥 960K / month · 📦 280 · ⏱️ 31.03.2021): ``` pip install simple-salesforce ``` -- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (📥 31K · ⏱️ 11.12.2020): +- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (📥 32K · ⏱️ 11.12.2020): ``` conda install -c conda-forge simple-salesforce ```
wechatpy (🥉27 · ⭐ 2.8K) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 83 · 🔀 630 · 📋 310 - 8% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 84 · 🔀 630 · 📋 310 - 9% open · ⏱️ 17.03.2021): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (📥 2.5K / month · 📦 230 · ⏱️ 26.01.2021): +- [PyPi](https://pypi.org/project/wechatpy) (📥 2.1K / month · 📦 230 · ⏱️ 17.03.2021): ``` pip install wechatpy ```
-
hvac (🥉27 · ⭐ 840) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 +
hvac (🥉27 · ⭐ 850) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (👨‍💻 140 · 🔀 260 · 📥 420 · 📦 1.5K · 📋 270 - 31% open · ⏱️ 08.02.2021): +- [GitHub](https://github.com/hvac/hvac) (👨‍💻 140 · 🔀 270 · 📥 420 · 📦 1.5K · 📋 280 - 32% open · ⏱️ 19.03.2021): ``` git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/hvac) (📥 1.1M / month · 📦 380 · ⏱️ 08.02.2021): +- [PyPi](https://pypi.org/project/hvac) (📥 910K / month · 📦 380 · ⏱️ 08.02.2021): ``` pip install hvac ``` -- [Conda](https://anaconda.org/conda-forge/hvac) (📥 57K · ⏱️ 14.10.2020): +- [Conda](https://anaconda.org/conda-forge/hvac) (📥 60K · ⏱️ 14.10.2020): ``` conda install -c conda-forge hvac ```
coursera-dl (🥉26 · ⭐ 8.3K) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 -- [GitHub](https://github.com/coursera-dl/coursera-dl) (👨‍💻 85 · 🔀 2K · 📦 120 · 📋 600 - 26% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/coursera-dl/coursera-dl) (👨‍💻 85 · 🔀 2K · 📦 130 · 📋 610 - 26% open · ⏱️ 12.02.2021): ``` git clone https://github.com/coursera-dl/coursera-dl ``` -- [PyPi](https://pypi.org/project/coursera-dl) (📥 1.3K / month · 📦 24 · ⏱️ 16.12.2019): +- [PyPi](https://pypi.org/project/coursera-dl) (📥 1.5K / month · 📦 24 · ⏱️ 16.12.2019): ``` pip install coursera-dl ``` @@ -3508,110 +3464,110 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge coursera-dl ```
-
instagram-scraper (🥉26 · ⭐ 4.8K) - Scrapes an instagram user's photos and videos. Unlicense - -- [GitHub](https://github.com/arc298/instagram-scraper) (👨‍💻 53 · 🔀 1K · 📦 200 · 📋 550 - 65% open · ⏱️ 10.10.2020): - - ``` - git clone https://github.com/arc298/instagram-scraper - ``` -- [PyPi](https://pypi.org/project/instagram-scraper) (📥 3K / month · 📦 40 · ⏱️ 10.10.2020): - ``` - pip install instagram-scraper - ``` -
-
notion-py (🥉26 · ⭐ 2.5K) - Unofficial Python API client for Notion.so. MIT +
notion-py (🥉26 · ⭐ 2.6K) - Unofficial Python API client for Notion.so. MIT -- [GitHub](https://github.com/jamalex/notion-py) (👨‍💻 31 · 🔀 290 · 📦 340 · 📋 210 - 55% open · ⏱️ 05.02.2021): +- [GitHub](https://github.com/jamalex/notion-py) (👨‍💻 31 · 🔀 290 · 📦 350 · 📋 220 - 54% open · ⏱️ 05.02.2021): ``` git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/notion) (📥 3.7K / month · 📦 18 · ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/notion) (📥 4.8K / month · 📦 18 · ⏱️ 05.02.2021): ``` pip install notion ```
-
sherlock (🥉25 · ⭐ 23K) - Hunt down social media accounts by username across social networks. MIT +
sherlock (🥉25 · ⭐ 24K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 140 · 🔀 2.3K · 📋 500 - 19% open · ⏱️ 15.01.2021): +- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 140 · 🔀 2.4K · 📋 540 - 22% open · ⏱️ 15.01.2021): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 1.5K / month · 📦 6 · ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/sherlock) (📥 1.4K / month · 📦 6 · ⏱️ 11.05.2019): ``` pip install sherlock ```
-
twitter-scraper (🥉25 · ⭐ 2.7K) - Scrape the Twitter Frontend API without authentication. MIT +
instagram-scraper (🥉25 · ⭐ 4.9K) - Scrapes an instagram user's photos and videos. Unlicense -- [GitHub](https://github.com/bisguzar/twitter-scraper) (👨‍💻 31 · 🔀 460 · 📦 630 · 📋 98 - 38% open · ⏱️ 09.01.2021): +- [GitHub](https://github.com/arc298/instagram-scraper) (👨‍💻 53 · 🔀 1K · 📦 210 · 📋 550 - 65% open · ⏱️ 10.10.2020): ``` - git clone https://github.com/bisguzar/twitter-scraper + git clone https://github.com/arc298/instagram-scraper ``` -- [PyPi](https://pypi.org/project/twitter-scraper) (📥 2.6K / month · 📦 20 · ⏱️ 17.07.2020): +- [PyPi](https://pypi.org/project/instagram-scraper) (📥 2.7K / month · 📦 40 · ⏱️ 10.10.2020): ``` - pip install twitter-scraper + pip install instagram-scraper ```
-
imdbpy (🥉25 · ⭐ 790) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0 +
twitter-scraper (🥉25 · ⭐ 2.8K) - Scrape the Twitter Frontend API without authentication. MIT -- [GitHub](https://github.com/alberanid/imdbpy) (👨‍💻 50 · 🔀 220 · 📋 210 - 14% open · ⏱️ 25.02.2021): +- [GitHub](https://github.com/bisguzar/twitter-scraper) (👨‍💻 31 · 🔀 480 · 📦 750 · 📋 110 - 43% open · ⏱️ 09.01.2021): ``` - git clone https://github.com/alberanid/imdbpy + git clone https://github.com/bisguzar/twitter-scraper ``` -- [PyPi](https://pypi.org/project/imdbpy) (📥 11K / month · 📦 210 · ⏱️ 25.09.2020): +- [PyPi](https://pypi.org/project/twitter-scraper) (📥 3K / month · 📦 20 · ⏱️ 17.07.2020): ``` - pip install imdbpy + pip install twitter-scraper ```
-
gmusicapi (🥉24 · ⭐ 2.6K) - An unofficial client library for Google Music. BSD-3 +
gmusicapi (🥉24 · ⭐ 2.6K · 💤) - An unofficial client library for Google Music. BSD-3 - [GitHub](https://github.com/simon-weber/gmusicapi) (👨‍💻 51 · 🔀 300 · 📦 430 · 📋 510 - 11% open · ⏱️ 25.09.2020): ``` git clone https://github.com/simon-weber/gmusicapi ``` -- [PyPi](https://pypi.org/project/gmusicapi) (📥 570 / month · 📦 270 · ⏱️ 27.03.2020): +- [PyPi](https://pypi.org/project/gmusicapi) (📥 500 / month · 📦 270 · ⏱️ 27.03.2020): ``` pip install gmusicapi ```
igramscraper (🥉24 · ⭐ 1.9K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT -- [GitHub](https://github.com/realsirjoe/instagram-scraper) (👨‍💻 27 · 🔀 300 · 📦 90 · 📋 120 - 67% open · ⏱️ 30.09.2020): +- [GitHub](https://github.com/realsirjoe/instagram-scraper) (👨‍💻 28 · 🔀 300 · 📦 95 · 📋 120 - 67% open · ⏱️ 12.03.2021): ``` git clone https://github.com/realsirjoe/instagram-scraper ``` -- [PyPi](https://pypi.org/project/igramscraper) (📥 5.4K / month · 📦 2 · ⏱️ 25.05.2020): +- [PyPi](https://pypi.org/project/igramscraper) (📥 4.5K / month · 📦 2 · ⏱️ 25.05.2020): ``` pip install igramscraper ```
+
imdbpy (🥉24 · ⭐ 800) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0 + +- [GitHub](https://github.com/alberanid/imdbpy) (👨‍💻 50 · 🔀 220 · 📋 210 - 14% open · ⏱️ 19.03.2021): + + ``` + git clone https://github.com/alberanid/imdbpy + ``` +- [PyPi](https://pypi.org/project/imdbpy) (📥 7.6K / month · 📦 210 · ⏱️ 25.09.2020): + ``` + pip install imdbpy + ``` +
gallery-dl (🥉23 · ⭐ 3.1K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 34 · 🔀 260 · 📥 91K · 📋 1.3K - 16% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 37 · 🔀 280 · 📥 94K · 📋 1.3K - 17% open · ⏱️ 01.04.2021): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (📥 2.4K / month · 📦 8 · ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/gallery-dl) (📥 1.9K / month · 📦 8 · ⏱️ 19.03.2021): ``` pip install gallery-dl ```
WikiExtractor (🥉23 · ⭐ 2.6K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- [GitHub](https://github.com/attardi/wikiextractor) (👨‍💻 29 · 🔀 730 · 📦 53 · 📋 190 - 43% open · ⏱️ 17.12.2020): +- [GitHub](https://github.com/attardi/wikiextractor) (👨‍💻 30 · 🔀 730 · 📦 56 · 📋 190 - 43% open · ⏱️ 18.03.2021): ``` git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/wikiextractor) (📥 790 / month · 📦 4 · ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/wikiextractor) (📥 540 / month · 📦 4 · ⏱️ 05.12.2020): ``` pip install wikiextractor ``` @@ -3623,71 +3579,72 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/taspinar/twitterscraper ``` -- [PyPi](https://pypi.org/project/twitterscraper) (📥 1.1K / month · 📦 44 · ⏱️ 28.07.2020): +- [PyPi](https://pypi.org/project/twitterscraper) (📥 910 / month · 📦 44 · ⏱️ 28.07.2020): ``` pip install twitterscraper ```
python-slack-sdk (🥉22 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 120 · 🔀 720 · 📥 310 · 📋 520 - 2% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 120 · 🔀 720 · 📥 310 · 📋 520 - 1% open · ⏱️ 30.03.2021): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 140K / month · ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/slack-sdk) (📥 150K / month · ⏱️ 05.03.2021): ``` pip install slack-sdk ```
-
pyshorteners (🥉21 · ⭐ 290 · 💤) - Generating short urls with python has never been easier. ❗️GPL-3.0 +
pyshorteners (🥉22 · ⭐ 290 · 💤) - Generating short urls with python has never been easier. ❗️GPL-3.0 -- [GitHub](https://github.com/ellisonleao/pyshorteners) (👨‍💻 24 · 🔀 53 · 📦 690 · 📋 71 - 2% open · ⏱️ 29.07.2020): +- [GitHub](https://github.com/ellisonleao/pyshorteners) (👨‍💻 24 · 🔀 53 · 📦 750 · 📋 71 - 2% open · ⏱️ 29.07.2020): ``` git clone https://github.com/ellisonleao/pyshorteners ``` -- [PyPi](https://pypi.org/project/pyshorteners) (📥 19K / month · 📦 140 · ⏱️ 19.03.2020): +- [PyPi](https://pypi.org/project/pyshorteners) (📥 27K / month · 📦 140 · ⏱️ 19.03.2020): ``` pip install pyshorteners ```
-
ghapi (🥉18 · ⭐ 190 · 🐣) - A delightful and complete interface to GitHub's amazing API. Apache-2 +
scdl (🥉18 · ⭐ 2K) - Soundcloud Music Downloader. ❗️GPL-2.0 -- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 4 · 🔀 11 · 📋 31 - 41% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/flyingrub/scdl) (👨‍💻 41 · 🔀 210 · 📦 32 · 📋 270 - 13% open · ⏱️ 28.12.2020): ``` - git clone https://github.com/fastai/ghapi - ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 12K / month · ⏱️ 21.01.2021): - ``` - pip install ghapi + git clone https://github.com/flyingrub/scdl ```
-
scdl (🥉17 · ⭐ 2K) - Soundcloud Music Downloader. ❗️GPL-2.0 +
ghapi (🥉18 · ⭐ 190 · 🐣) - A delightful and complete interface to GitHub's amazing API. Apache-2 -- [GitHub](https://github.com/flyingrub/scdl) (👨‍💻 41 · 🔀 210 · 📦 32 · 📋 270 - 13% open · ⏱️ 28.12.2020): +- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 4 · 🔀 11 · 📋 33 - 42% open · ⏱️ 22.02.2021): ``` - git clone https://github.com/flyingrub/scdl + git clone https://github.com/fastai/ghapi + ``` +- [PyPi](https://pypi.org/project/ghapi) (📥 15K / month · ⏱️ 21.01.2021): + ``` + pip install ghapi ```
-
GHunt (🥉15 · ⭐ 9.1K · 🐣) - Investigate Google Accounts with emails. MPL-2.0 +
GHunt (🥉17 · ⭐ 9.3K · 🐣) - Investigate Google Accounts with emails. MPL-2.0 -- [GitHub](https://github.com/mxrch/GHunt) (👨‍💻 20 · 🔀 660 · 📋 170 - 9% open · ⏱️ 18.01.2021): +- [GitHub](https://github.com/mxrch/GHunt) (👨‍💻 21 · 🔀 670 · 📋 180 - 8% open · ⏱️ 20.03.2021): ``` git clone https://github.com/mxrch/GHunt ```
-
Show 6 hidden projects... +
Show 7 hidden projects... +- tushare (🥈29 · ⭐ 11K · 💀) - TuShare is a utility for crawling historical data of China stocks. BSD-3 - google-resumable-media (🥉28 · ⭐ 29) - Utilities for Google Media Downloads and Resumable.. Apache-2 - Google Images Download (🥉27 · ⭐ 7.5K · 💀) - Python Script to download hundreds of images from.. MIT - python-instagram (🥉26 · ⭐ 2.8K · 💀) - Python Client for Instagram API. 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 -- instagram_private_api (🥉23 · ⭐ 1.9K · 💀) - A Python library to access Instagram's private API. MIT +- instagram_private_api (🥉22 · ⭐ 1.9K · 💀) - A Python library to access Instagram's private API. MIT

@@ -3697,12 +3654,12 @@ _General purpose web frameworks to build web applications and REST APIs._
yagmail (🥇27 · ⭐ 2K) - Send email in Python conveniently for gmail using yagmail. MIT -- [GitHub](https://github.com/kootenpv/yagmail) (👨‍💻 27 · 🔀 220 · 📦 1.2K · 📋 170 - 41% open · ⏱️ 08.10.2020): +- [GitHub](https://github.com/kootenpv/yagmail) (👨‍💻 27 · 🔀 230 · 📦 1.2K · 📋 170 - 42% open · ⏱️ 31.03.2021): ``` git clone https://github.com/kootenpv/yagmail ``` -- [PyPi](https://pypi.org/project/yagmail) (📥 40K / month · 📦 760 · ⏱️ 08.10.2020): +- [PyPi](https://pypi.org/project/yagmail) (📥 34K / month · 📦 760 · ⏱️ 31.03.2021): ``` pip install yagmail ``` @@ -3714,81 +3671,70 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 11K / month · 📦 48 · ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/modoboa) (📥 8.9K / month · 📦 48 · ⏱️ 05.11.2020): ``` pip install modoboa ```
-
flanker (🥈26 · ⭐ 1.5K · 💤) - Python email address and Mime parsing library. Apache-2 +
flanker (🥇27 · ⭐ 1.5K) - Python email address and Mime parsing library. Apache-2 -- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 54 · 🔀 160 · 📦 140 · 📋 85 - 57% open · ⏱️ 16.03.2020): +- [GitHub](https://github.com/mailgun/flanker) (👨‍💻 55 · 🔀 160 · 📦 140 · 📋 85 - 57% open · ⏱️ 29.03.2021): ``` git clone https://github.com/mailgun/flanker ``` -- [PyPi](https://pypi.org/project/flanker) (📥 22K / month · 📦 180 · ⏱️ 05.12.2019): +- [PyPi](https://pypi.org/project/flanker) (📥 19K / month · 📦 180 · ⏱️ 05.12.2019): ``` pip install flanker ```
-
mailer (🥉22 · ⭐ 220 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT +
mailer (🥉21 · ⭐ 220 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT -- [GitHub](https://github.com/marrow/mailer) (👨‍💻 19 · 🔀 49 · 📥 110 · 📋 70 - 35% open · ⏱️ 22.04.2020): +- [GitHub](https://github.com/marrow/mailer) (👨‍💻 19 · 🔀 50 · 📥 110 · 📋 70 - 35% open · ⏱️ 22.04.2020): ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (📥 7.3K / month · 📦 160 · ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (📥 7.1K / month · 📦 160 · ⏱️ 22.04.2015): ``` pip install mailer ``` -- [Conda](https://anaconda.org/conda-forge/mailer) (📥 29K · ⏱️ 10.01.2021): +- [Conda](https://anaconda.org/conda-forge/mailer) (📥 31K · ⏱️ 10.01.2021): ``` conda install -c conda-forge mailer ```
-
pyramid_mailer (🥉22 · ⭐ 51 · 💤) - A package for sending email from your Pyramid.. BSD-3 - -- [GitHub](https://github.com/Pylons/pyramid_mailer) (👨‍💻 34 · 🔀 39 · 📋 42 - 21% open · ⏱️ 29.03.2020): - - ``` - git clone https://github.com/Pylons/pyramid_mailer - ``` -- [PyPi](https://pypi.org/project/pyramid_mailer) (📥 10K / month · 📦 190 · ⏱️ 13.12.2016): - ``` - pip install pyramid_mailer - ``` -
-
fastapi-mail (🥉19 · ⭐ 110) - Fastapi mail system sending mails(individual, bulk).. MIT +
fastapi-mail (🥉19 · ⭐ 120) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 14 · 🔀 19 · 📦 44 · 📋 21 - 4% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 15 · 🔀 20 · 📦 48 · 📋 24 - 16% open · ⏱️ 01.04.2021): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (📥 3.4K / month · ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/fastapi-mail) (📥 2.5K / month · ⏱️ 28.02.2021): ``` pip install fastapi-mail ```
-
salmon (🥉18 · ⭐ 480) - A Python Mail Server. ❗️GPL-3.0 +
salmon (🥉17 · ⭐ 480) - A Python Mail Server. ❗️GPL-3.0 - [GitHub](https://github.com/moggers87/salmon) (👨‍💻 15 · 🔀 49 · 📥 36 · 📦 11 · 📋 84 - 16% open · ⏱️ 02.03.2021): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (📥 160 / month · 📦 1 · ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (📥 130 / month · 📦 1 · ⏱️ 31.12.2019): ``` pip install salmon-mail ```
-
Show 4 hidden projects... +
Show 5 hidden projects... -- flask-mail (🥇27 · ⭐ 510 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 +- flask-mail (🥇28 · ⭐ 510 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - sync-engine (🥈23 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 - offlineimap (🥉22 · ⭐ 1.6K · 💤) - Read/sync your IMAP mailboxes (python2). ❗️libpng-2.0 -- gmail (🥉21 · ⭐ 1.6K · 💀) - A Pythonic interface for Google Mail. MIT +- pyramid_mailer (🥉21 · ⭐ 51 · 💀) - A package for sending email from your Pyramid.. BSD-3 +- gmail (🥉20 · ⭐ 1.6K · 💀) - A Pythonic interface for Google Mail. MIT

@@ -3798,76 +3744,64 @@ _General purpose web frameworks to build web applications and REST APIs._ _Libraries for web scraping, crawling, downloading, and mining as well as libraries._ -
Scrapy (🥇38 · ⭐ 40K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 +
Scrapy (🥇37 · ⭐ 40K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 460 · 🔀 9.1K · 📦 23K · 📋 2.7K - 29% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 470 · 🔀 9.1K · 📦 23K · 📋 2.7K - 29% open · ⏱️ 26.03.2021): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (📥 730K / month · 📦 8.4K · ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/scrapy) (📥 280K / month · 📦 8.4K · ⏱️ 17.11.2020): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 410K · ⏱️ 24.02.2021): +- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 420K · ⏱️ 24.02.2021): ``` conda install -c conda-forge scrapy ```
-
feedparser (🥇31 · ⭐ 1.2K) - Parse feeds in Python. BSD-2 - -- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 42 · 🔀 250 · 📋 180 - 37% open · ⏱️ 01.01.2021): - - ``` - git clone https://github.com/kurtmckee/feedparser - ``` -- [PyPi](https://pypi.org/project/feedparser) (📥 460K / month · 📦 14K · ⏱️ 25.10.2020): - ``` - pip install feedparser - ``` -
-
You-Get (🥇30 · ⭐ 39K) - Dumb downloader that scrapes the web. MIT +
You-Get (🥇30 · ⭐ 40K) - Dumb downloader that scrapes the web. MIT -- [GitHub](https://github.com/soimort/you-get) (👨‍💻 230 · 🔀 8.1K · 📥 330K · ⏱️ 08.03.2021): +- [GitHub](https://github.com/soimort/you-get) (👨‍💻 230 · 🔀 8.2K · 📥 330K · ⏱️ 29.03.2021): ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (📥 9.8K / month · 📦 36 · ⏱️ 26.12.2020): +- [PyPi](https://pypi.org/project/you-get) (📥 8.5K / month · 📦 36 · ⏱️ 29.03.2021): ``` pip install you-get ```
-
newspaper3k (🥇30 · ⭐ 11K) - News, full-text, and article metadata extraction in Python 3... MIT +
newspaper3k (🥇29 · ⭐ 11K · 💤) - News, full-text, and article metadata extraction in Python 3... MIT -- [GitHub](https://github.com/codelucas/newspaper) (👨‍💻 100 · 🔀 1.8K · 📦 2.4K · 📋 680 - 64% open · ⏱️ 02.09.2020): +- [GitHub](https://github.com/codelucas/newspaper) (👨‍💻 100 · 🔀 1.8K · 📦 2.5K · 📋 680 - 64% open · ⏱️ 02.09.2020): ``` git clone https://github.com/codelucas/newspaper ``` -- [PyPi](https://pypi.org/project/newspaper3k) (📥 120K / month · 📦 440 · ⏱️ 28.09.2018): +- [PyPi](https://pypi.org/project/newspaper3k) (📥 54K / month · 📦 440 · ⏱️ 28.09.2018): ``` pip install newspaper3k ``` -- [Conda](https://anaconda.org/conda-forge/newspaper3k) (📥 38K · ⏱️ 14.10.2020): +- [Conda](https://anaconda.org/conda-forge/newspaper3k) (📥 39K · ⏱️ 14.10.2020): ``` conda install -c conda-forge newspaper3k ```
-
parsel (🥈29 · ⭐ 630) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 +
soupsieve (🥇29 · ⭐ 96) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 38 · 🔀 94 · 📦 14K · 📋 85 - 36% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 8 · 🔀 18 · 📦 110K · 📋 94 - 13% open · ⏱️ 19.03.2021): ``` - git clone https://github.com/scrapy/parsel + git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/parsel) (📥 760K / month · 📦 2.9K · ⏱️ 07.05.2020): +- [PyPi](https://pypi.org/project/soupsieve) (📥 6M / month · 📦 4.2K · ⏱️ 09.02.2021): ``` - pip install parsel + pip install soupsieve ``` -- [Conda](https://anaconda.org/conda-forge/parsel) (📥 17K · ⏱️ 02.06.2020): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 2.6M · ⏱️ 17.08.2020): ``` - conda install -c conda-forge parsel + conda install -c conda-forge soupsieve ```
pyspider (🥈28 · ⭐ 15K · 💤) - A Powerful Spider(Web Crawler) System in Python. Apache-2 @@ -3877,25 +3811,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/binux/pyspider ``` -- [PyPi](https://pypi.org/project/pyspider) (📥 1.7K / month · 📦 60 · ⏱️ 18.04.2018): +- [PyPi](https://pypi.org/project/pyspider) (📥 1.8K / month · 📦 60 · ⏱️ 18.04.2018): ``` pip install pyspider ```
-
soupsieve (🥈28 · ⭐ 92) - A modern CSS selector implementation for BeautifulSoup. MIT +
feedparser (🥈28 · ⭐ 1.2K · 📉) - Parse feeds in Python. BSD-2 + +- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 42 · 🔀 250 · 📋 180 - 37% open · ⏱️ 01.01.2021): + + ``` + git clone https://github.com/kurtmckee/feedparser + ``` +- [PyPi](https://pypi.org/project/feedparser) (📥 320K / month · 📦 14K · ⏱️ 25.10.2020): + ``` + pip install feedparser + ``` +
+
parsel (🥈28 · ⭐ 630) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 8 · 🔀 18 · 📦 110K · 📋 91 - 13% open · ⏱️ 19.02.2021): +- [GitHub](https://github.com/scrapy/parsel) (👨‍💻 38 · 🔀 99 · 📦 15K · 📋 91 - 40% open · ⏱️ 12.03.2021): ``` - git clone https://github.com/facelessuser/soupsieve + git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 7.4M / month · 📦 4.2K · ⏱️ 09.02.2021): +- [PyPi](https://pypi.org/project/parsel) (📥 310K / month · 📦 2.9K · ⏱️ 07.05.2020): ``` - pip install soupsieve + pip install parsel ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 2.4M · ⏱️ 17.08.2020): +- [Conda](https://anaconda.org/conda-forge/parsel) (📥 17K · ⏱️ 02.06.2020): ``` - conda install -c conda-forge soupsieve + conda install -c conda-forge parsel ```
Pattern (🥈27 · ⭐ 7.8K · 💤) - Web mining module for Python, with tools for scraping, natural.. BSD-3 @@ -3905,87 +3851,87 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/clips/pattern ``` -- [PyPi](https://pypi.org/project/pattern) (📥 50K / month · 📦 610 · ⏱️ 18.08.2018): +- [PyPi](https://pypi.org/project/pattern) (📥 40K / month · 📦 610 · ⏱️ 18.08.2018): ``` pip install pattern ``` -- [Conda](https://anaconda.org/conda-forge/pattern) (📥 6.1K · ⏱️ 05.05.2020): +- [Conda](https://anaconda.org/conda-forge/pattern) (📥 6.4K · ⏱️ 05.05.2020): ``` conda install -c conda-forge pattern ```
MechanicalSoup (🥈27 · ⭐ 3.7K) - A Python library for automating interaction with websites. MIT -- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 41 · 🔀 340 · 📥 39 · 📋 150 - 14% open · ⏱️ 09.01.2021): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨‍💻 43 · 🔀 350 · 📥 39 · 📋 150 - 16% open · ⏱️ 14.03.2021): ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 33K / month · 📦 430 · ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 25K / month · 📦 430 · ⏱️ 05.01.2021): ``` pip install MechanicalSoup ``` -- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 91K · ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 97K · ⏱️ 08.01.2021): ``` conda install -c conda-forge mechanicalsoup ```
-
Grab (🥈26 · ⭐ 2.1K) - Web Scraping Framework. MIT +
Grab (🥈25 · ⭐ 2.1K) - Web Scraping Framework. MIT - [GitHub](https://github.com/lorien/grab) (👨‍💻 65 · 🔀 250 · 📦 300 · 📋 220 - 12% open · ⏱️ 08.12.2020): ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (📥 1.2K / month · 📦 210 · ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (📥 1.1K / month · 📦 210 · ⏱️ 24.06.2018): ``` pip install grab ```
-
extruct (🥈25 · ⭐ 570) - Extract embedded metadata from HTML markup. BSD-3 +
extruct (🥈25 · ⭐ 580) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/scrapinghub/extruct) (👨‍💻 26 · 🔀 82 · 📦 240 · 📋 79 - 37% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/scrapinghub/extruct) (👨‍💻 27 · 🔀 84 · 📦 240 · 📋 79 - 37% open · ⏱️ 16.03.2021): ``` git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/extruct) (📥 28K / month · 📦 42 · ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/extruct) (📥 22K / month · 📦 42 · ⏱️ 28.12.2020): ``` pip install extruct ```
micawber (🥈25 · ⭐ 530) - a small library for extracting rich content from urls. MIT -- [GitHub](https://github.com/coleifer/micawber) (👨‍💻 27 · 🔀 80 · 📦 500 · ⏱️ 04.03.2021): +- [GitHub](https://github.com/coleifer/micawber) (👨‍💻 27 · 🔀 80 · 📦 510 · ⏱️ 04.03.2021): ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (📥 4.8K / month · 📦 370 · ⏱️ 04.03.2021): +- [PyPi](https://pypi.org/project/micawber) (📥 3.6K / month · 📦 370 · ⏱️ 04.03.2021): ``` pip install micawber ```
-
cloudscraper (🥉24 · ⭐ 800) - A Python module to bypass Cloudflare's anti-bot page. MIT +
cloudscraper (🥉23 · ⭐ 820) - A Python module to bypass Cloudflare's anti-bot page. MIT -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 8 · 🔀 120 · 📦 430 · ⏱️ 28.01.2021): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 8 · 🔀 130 · 📦 470 · ⏱️ 28.01.2021): ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 26K / month · 📦 8 · ⏱️ 28.01.2021): +- [PyPi](https://pypi.org/project/cloudscraper) (📥 23K / month · 📦 8 · ⏱️ 28.01.2021): ``` pip install cloudscraper ```
Gerapy (🥉22 · ⭐ 2.4K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT -- [GitHub](https://github.com/Gerapy/Gerapy) (👨‍💻 11 · 🔀 510 · 📦 110 · 📋 160 - 29% open · ⏱️ 13.09.2020): +- [GitHub](https://github.com/Gerapy/Gerapy) (👨‍💻 11 · 🔀 510 · 📦 110 · 📋 160 - 29% open · ⏱️ 21.03.2021): ``` git clone https://github.com/Gerapy/Gerapy ``` -- [PyPi](https://pypi.org/project/gerapy) (📥 260 / month · 📦 8 · ⏱️ 27.08.2020): +- [PyPi](https://pypi.org/project/gerapy) (📥 210 / month · 📦 8 · ⏱️ 27.08.2020): ``` pip install gerapy ``` @@ -3997,26 +3943,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/alirezamika/autoscraper ``` -- [PyPi](https://pypi.org/project/autoscraper) (📥 530 / month · ⏱️ 23.01.2021): +- [PyPi](https://pypi.org/project/autoscraper) (📥 540 / month · ⏱️ 23.01.2021): ``` pip install autoscraper ```
ruia (🥉21 · ⭐ 1.4K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 -- [GitHub](https://github.com/howie6879/ruia) (👨‍💻 12 · 🔀 140 · 📥 11 · 📦 44 · 📋 79 - 3% open · ⏱️ 06.02.2021): +- [GitHub](https://github.com/howie6879/ruia) (👨‍💻 13 · 🔀 150 · 📥 11 · 📦 44 · 📋 80 - 3% open · ⏱️ 24.03.2021): ``` git clone https://github.com/howie6879/ruia ``` -- [PyPi](https://pypi.org/project/ruia) (📥 55 / month · 📦 6 · ⏱️ 06.02.2021): +- [PyPi](https://pypi.org/project/ruia) (📥 63 / month · 📦 6 · ⏱️ 06.02.2021): ``` pip install ruia ```
-
trafilatura (🥉21 · ⭐ 100) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0 +
trafilatura (🥉21 · ⭐ 110) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 11 · 🔀 26 · 📦 50 · 📋 45 - 17% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 11 · 🔀 27 · 📦 58 · 📋 51 - 21% open · ⏱️ 31.03.2021): ``` git clone https://github.com/adbar/trafilatura @@ -4026,30 +3972,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install trafilatura ```
-
beautifulsoup4 (🥉21) - Screen-scraping library. MIT +
beautifulsoup4 (🥉20) - Screen-scraping library. MIT -- [PyPi](https://pypi.org/project/beautifulsoup4) (📥 7.8M / month · 📦 62K · ⏱️ 03.10.2020): +- [PyPi](https://pypi.org/project/beautifulsoup4) (📥 6.3M / month · 📦 62K · ⏱️ 03.10.2020): ``` pip install beautifulsoup4 ``` -- [Conda](https://anaconda.org/conda-forge/beautifulsoup4) (📥 3.7M · ⏱️ 03.10.2020): +- [Conda](https://anaconda.org/conda-forge/beautifulsoup4) (📥 3.8M · ⏱️ 03.10.2020): ``` conda install -c conda-forge beautifulsoup4 ```
-
gazpacho (🥉20 · ⭐ 520) - The simple, fast, and modern web scraping library. MIT - -- [GitHub](https://github.com/maxhumber/gazpacho) (👨‍💻 13 · 🔀 51 · 📦 96 · 📋 39 - 25% open · ⏱️ 31.10.2020): - - ``` - git clone https://github.com/maxhumber/gazpacho - ``` -- [PyPi](https://pypi.org/project/gazpacho) (📥 6.3K / month · 📦 2 · ⏱️ 09.10.2020): - ``` - pip install gazpacho - ``` -
-
dirsearch (🥉19 · ⭐ 5.7K) - Web path scanner. ❗️GPL-2.0 +
dirsearch (🥉19 · ⭐ 5.8K) - Web path scanner. ❗️GPL-2.0 - [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 71 · 🔀 1.4K · 📋 280 - 21% open · ⏱️ 10.02.2021): @@ -4057,52 +3991,53 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/maurosoria/dirsearch ```
-
Lassie (🥉19 · ⭐ 520) - Web Content Retrieval for Humans. MIT +
gazpacho (🥉19 · ⭐ 530) - The simple, fast, and modern web scraping library. MIT -- [GitHub](https://github.com/michaelhelmick/lassie) (👨‍💻 14 · 🔀 41 · 📦 22 · 📋 39 - 25% open · ⏱️ 16.12.2020): +- [GitHub](https://github.com/maxhumber/gazpacho) (👨‍💻 13 · 🔀 51 · 📦 100 · 📋 40 - 27% open · ⏱️ 19.03.2021): ``` - git clone https://github.com/michaelhelmick/lassie + git clone https://github.com/maxhumber/gazpacho ``` -- [PyPi](https://pypi.org/project/lassie) (📥 240 / month · 📦 14 · ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/gazpacho) (📥 4.3K / month · 📦 2 · ⏱️ 09.10.2020): ``` - pip install lassie + pip install gazpacho ```
-
Cola (🥉18 · ⭐ 1.4K · 💤) - A high-level distributed crawling framework. Apache-2 +
Lassie (🥉19 · ⭐ 520) - Web Content Retrieval for Humans. MIT -- [GitHub](https://github.com/qinxuye/cola) (👨‍💻 3 · 🔀 540 · 📦 3 · 📋 66 - 21% open · ⏱️ 01.03.2020): +- [GitHub](https://github.com/michaelhelmick/lassie) (👨‍💻 14 · 🔀 41 · 📦 22 · 📋 39 - 25% open · ⏱️ 16.12.2020): ``` - git clone https://github.com/qinxuye/cola + git clone https://github.com/michaelhelmick/lassie ``` -- [PyPi](https://pypi.org/project/cola) (📥 37 / month · 📦 2 · ⏱️ 31.03.2016): +- [PyPi](https://pypi.org/project/lassie) (📥 170 / month · 📦 14 · ⏱️ 16.12.2020): ``` - pip install cola + pip install lassie ```
-
Transistor (🥉13 · ⭐ 200 · 💤) - Transistor, a Python web scraping framework for intelligent use.. MIT +
Transistor (🥉14 · ⭐ 200 · 💤) - Transistor, a Python web scraping framework for intelligent use.. MIT - [GitHub](https://github.com/bomquote/transistor) (👨‍💻 2 · 🔀 18 · 📥 54 · 📋 63 - 95% open · ⏱️ 16.08.2020): ``` git clone https://github.com/bomquote/transistor ``` -- [PyPi](https://pypi.org/project/transistor) (📥 16 / month · ⏱️ 03.08.2020): +- [PyPi](https://pypi.org/project/transistor) (📥 21 / month · ⏱️ 03.08.2020): ``` pip install transistor ```
-
Show 9 hidden projects... +
Show 10 hidden projects... - python-goose (🥈26 · ⭐ 3.7K · 💀) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 - robobrowser (🥉23 · ⭐ 3.5K · 💀) - Your friendly neighborhood web scraper. BSD-3 - scrapely (🥉23 · ⭐ 1.7K · 💀) - A pure-python HTML screen-scraping library. BSD-3 -- frontera (🥉22 · ⭐ 1.1K · 💀) - A scalable frontier for web crawlers. BSD-3 -- Photon (🥉19 · ⭐ 7.7K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 +- frontera (🥉21 · ⭐ 1.2K · 💀) - A scalable frontier for web crawlers. BSD-3 +- Photon (🥉20 · ⭐ 7.7K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 +- Cola (🥉18 · ⭐ 1.4K · 💀) - A high-level distributed crawling framework. Apache-2 - opengraph (🥉17 · ⭐ 190 · 💀) - A python module to parse the Open Graph Protocol. MIT - gain (🥉16 · ⭐ 2K · 💀) - Web crawling framework based on asyncio. ❗️GPL-3.0 -- snallygaster (🥉16 · ⭐ 1.8K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 +- snallygaster (🥉15 · ⭐ 1.8K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - lazynlp (🥉13 · ⭐ 1.9K · 💀) - Library to scrape and clean web pages to create massive datasets. MIT

@@ -4113,120 +4048,120 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (🥇32 · ⭐ 28K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 580 · 🔀 3.1K · 📥 36K · 📦 480 · 📋 4.5K - 6% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 580 · 🔀 3.1K · 📥 37K · 📦 500 · 📋 4.5K - 7% open · ⏱️ 01.04.2021): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (📥 6.7K / month · 📦 640 · ⏱️ 15.02.2021): +- [PyPi](https://pypi.org/project/sentry) (📥 6.9K / month · 📦 640 · ⏱️ 15.02.2021): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 66K · ⏱️ 18.02.2021): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 71K · ⏱️ 18.02.2021): ``` conda install -c conda-forge sentry-sdk ```
Prometheus Client (🥈26 · ⭐ 2.1K) - Python client for the Prometheus monitoring system. Apache-2 -- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 100 · 🔀 520 · 📋 320 - 8% open · ⏱️ 25.02.2021): +- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 100 · 🔀 530 · 📋 320 - 8% open · ⏱️ 25.02.2021): ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (📥 10M / month · ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/prometheus-client) (📥 9.2M / month · ⏱️ 16.11.2020): ``` pip install prometheus-client ```
-
Flask-MonitoringDashboard (🥈25 · ⭐ 480) - Automatically monitor the evolving performance of.. MIT +
Flask-MonitoringDashboard (🥈25 · ⭐ 490) - Automatically monitor the evolving performance of.. MIT -- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 24 · 🔀 110 · 📦 660 · 📋 160 - 27% open · ⏱️ 30.01.2021): +- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 25 · 🔀 110 · 📦 720 · 📋 160 - 27% open · ⏱️ 01.04.2021): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 14K / month · 📦 14 · ⏱️ 09.09.2020): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 11K / month · 📦 14 · ⏱️ 09.09.2020): ``` pip install flask-monitoringdashboard ```
-
prometheus-flask-exporter (🥈23 · ⭐ 310) - Prometheus exporter for Flask applications. MIT +
ngxtop (🥈22 · ⭐ 6.1K) - Real-time metrics for nginx server. MIT -- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (👨‍💻 15 · 🔀 59 · 📋 73 - 8% open · ⏱️ 30.11.2020): +- [GitHub](https://github.com/lebinh/ngxtop) (👨‍💻 9 · 🔀 460 · 📦 26 · 📋 89 - 69% open · ⏱️ 21.12.2020): ``` - git clone https://github.com/rycus86/prometheus_flask_exporter + git clone https://github.com/lebinh/ngxtop ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 2M / month · 📦 40 · ⏱️ 10.10.2020): +- [PyPi](https://pypi.org/project/ngxtop) (📥 2K / month · 📦 18 · ⏱️ 21.12.2020): ``` - pip install prometheus-flask-exporter + pip install ngxtop ```
-
ngxtop (🥉22 · ⭐ 6.1K) - Real-time metrics for nginx server. MIT +
prometheus-flask-exporter (🥈22 · ⭐ 320) - Prometheus exporter for Flask applications. MIT -- [GitHub](https://github.com/lebinh/ngxtop) (👨‍💻 9 · 🔀 460 · 📦 25 · 📋 89 - 69% open · ⏱️ 21.12.2020): +- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (👨‍💻 15 · 🔀 64 · 📋 75 - 9% open · ⏱️ 30.11.2020): ``` - git clone https://github.com/lebinh/ngxtop + git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/ngxtop) (📥 2.9K / month · 📦 18 · ⏱️ 21.12.2020): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 1.6M / month · 📦 40 · ⏱️ 10.10.2020): ``` - pip install ngxtop + pip install prometheus-flask-exporter ```
GoAccess (🥉18 · ⭐ 13K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 130 · 🔀 850 · 📋 1.8K - 18% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 130 · 🔀 850 · 📋 1.8K - 18% open · ⏱️ 31.03.2021): ``` git clone https://github.com/allinurl/goaccess ```
-
flask-state (🥉17 · ⭐ 520) - Display machine state using Python3 with Flask. BSD-3 +
flask-state (🥉17 · ⭐ 580) - Display machine state using Python3 with Flask. BSD-3 -- [GitHub](https://github.com/yoobool/flask-state) (👨‍💻 10 · 🔀 40 · 📋 23 - 39% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/yoobool/flask-state) (👨‍💻 10 · 🔀 44 · 📋 22 - 36% open · ⏱️ 31.03.2021): ``` git clone https://github.com/yoobool/flask-state ``` -- [PyPi](https://pypi.org/project/Flask-State) (📥 74 / month · ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/Flask-State) (📥 65 / month · ⏱️ 31.03.2021): ``` pip install Flask-State ```
-
starlette context (🥉17 · ⭐ 120) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (🥉16 · ⭐ 120) - Middleware for Starlette that allows you to store and.. MIT - [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 3 · 🔀 7 · 📋 15 - 20% open · ⏱️ 25.10.2020): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 9K / month · ⏱️ 17.10.2020): +- [PyPi](https://pypi.org/project/starlette-context) (📥 8.2K / month · ⏱️ 17.10.2020): ``` pip install starlette-context ```
-
timing-asgi (🥉16 · ⭐ 62) - ASGI middleware to record and emit timing metrics (to something like.. MIT +
timing-asgi (🥉15 · ⭐ 62) - ASGI middleware to record and emit timing metrics (to something like.. MIT - [GitHub](https://github.com/steinnes/timing-asgi) (👨‍💻 2 · 🔀 4 · 📋 3 - 66% open · ⏱️ 13.11.2020): ``` git clone https://github.com/steinnes/timing-asgi ``` -- [PyPi](https://pypi.org/project/timing-asgi) (📥 70K / month · ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/timing-asgi) (📥 55K / month · ⏱️ 13.11.2020): ``` pip install timing-asgi ```
-
Starlette Prometheus (🥉14 · ⭐ 130 · 💤) - Prometheus integration for Starlette. ❗️GPL-3.0 +
Starlette Prometheus (🥉14 · ⭐ 130) - Prometheus integration for Starlette. ❗️GPL-3.0 -- [GitHub](https://github.com/perdy/starlette-prometheus) (👨‍💻 8 · 🔀 18 · 📋 11 - 18% open · ⏱️ 31.08.2020): +- [GitHub](https://github.com/perdy/starlette-prometheus) (👨‍💻 10 · 🔀 19 · 📋 12 - 16% open · ⏱️ 17.03.2021): ``` git clone https://github.com/perdy/starlette-prometheus ``` -- [PyPi](https://pypi.org/project/starlette-prometheus) (📥 9.6K / month · ⏱️ 09.07.2020): +- [PyPi](https://pypi.org/project/starlette-prometheus) (📥 7.7K / month · ⏱️ 09.07.2020): ``` pip install starlette-prometheus ``` @@ -4237,14 +4172,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
wave (🥇23 · ⭐ 2.5K) - Realtime Web Apps and Dashboards for Python. Apache-2 +
wave (🥇24 · ⭐ 2.5K) - Realtime Web Apps and Dashboards for Python. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (👨‍💻 20 · 🔀 100 · 📥 26K · 📋 360 - 44% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/h2oai/wave) (👨‍💻 21 · 🔀 110 · 📥 30K · 📋 430 - 39% open · ⏱️ 01.04.2021): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (📥 3.3K / month · 📦 320 · ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (📥 2.5K / month · 📦 320 · ⏱️ 09.01.2011): ``` pip install wave ``` @@ -4256,14 +4191,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/FlaskBB) (📥 43 / month · 📦 2 · ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (📥 22 / month · 📦 2 · ⏱️ 15.07.2018): ``` pip install FlaskBB ```
Misago (🥉20 · ⭐ 2.1K · 💤) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 32 · 🔀 440 · 📦 39 · 📋 1K - 6% open · ⏱️ 25.05.2020): +- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 32 · 🔀 450 · 📦 39 · 📋 1K - 6% open · ⏱️ 25.05.2020): ``` git clone https://github.com/rafalp/Misago @@ -4271,12 +4206,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Wooey (🥉20 · ⭐ 1.5K · 💤) - A Django app that creates automatic web UIs for Python scripts. BSD-3 -- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 22 · 🔀 170 · 📦 29 · 📋 200 - 27% open · ⏱️ 23.08.2020): +- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 22 · 🔀 170 · 📦 30 · 📋 200 - 28% open · ⏱️ 23.08.2020): ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (📥 140 / month · 📦 1 · ⏱️ 16.04.2020): +- [PyPi](https://pypi.org/project/wooey) (📥 74 / month · 📦 1 · ⏱️ 16.04.2020): ``` pip install wooey ``` @@ -4287,74 +4222,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-admin (🥇33 · ⭐ 4.6K) - Simple and extensible administrative interface framework for.. BSD-3 +
flask-admin (🥇32 · ⭐ 4.7K) - Simple and extensible administrative interface framework for.. BSD-3 -- [GitHub](https://github.com/flask-admin/flask-admin) (👨‍💻 310 · 🔀 1.3K · 📦 10K · 📋 1.3K - 28% open · ⏱️ 30.01.2021): +- [GitHub](https://github.com/flask-admin/flask-admin) (👨‍💻 320 · 🔀 1.3K · 📦 11K · 📋 1.3K - 29% open · ⏱️ 22.03.2021): ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (📥 420K / month · 📦 4.6K · ⏱️ 26.10.2020): +- [PyPi](https://pypi.org/project/flask-admin) (📥 350K / month · 📦 4.6K · ⏱️ 26.10.2020): ``` pip install flask-admin ``` -- [Conda](https://anaconda.org/conda-forge/flask-admin) (📥 98K · ⏱️ 26.10.2020): +- [Conda](https://anaconda.org/conda-forge/flask-admin) (📥 100K · ⏱️ 26.10.2020): ``` conda install -c conda-forge flask-admin ```
-
django-debug-toolbar (🥇30 · ⭐ 6.4K) - A configurable set of panels that display various.. BSD-3 +
django-grappelli (🥇30 · ⭐ 3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 230 · 🔀 910 · 📥 160 · 📦 36K · 📋 770 - 13% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/sehmaschine/django-grappelli) (👨‍💻 73 · 🔀 610 · 📦 4K · 📋 660 - 2% open · ⏱️ 03.02.2021): ``` - git clone https://github.com/jazzband/django-debug-toolbar + git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 480K / month · 📦 25K · ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/django-grappelli) (📥 40K / month · 📦 3.4K · ⏱️ 24.11.2020): ``` - pip install django-debug-toolbar + pip install django-grappelli ``` -- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 110K · ⏱️ 03.12.2020): +- [Conda](https://anaconda.org/conda-forge/django-grappelli) (📥 76K · ⏱️ 24.11.2020): ``` - conda install -c conda-forge django-debug-toolbar + conda install -c conda-forge django-grappelli ```
-
django-grappelli (🥇30 · ⭐ 3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 +
django-debug-toolbar (🥈29 · ⭐ 6.4K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-grappelli) (👨‍💻 73 · 🔀 610 · 📦 3.9K · 📋 660 - 2% open · ⏱️ 03.02.2021): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 230 · 🔀 910 · 📥 160 · 📦 37K · 📋 770 - 13% open · ⏱️ 09.03.2021): ``` - git clone https://github.com/sehmaschine/django-grappelli + git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/django-grappelli) (📥 54K / month · 📦 3.4K · ⏱️ 24.11.2020): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 390K / month · 📦 25K · ⏱️ 03.12.2020): ``` - pip install django-grappelli + pip install django-debug-toolbar ``` -- [Conda](https://anaconda.org/conda-forge/django-grappelli) (📥 74K · ⏱️ 24.11.2020): +- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 110K · ⏱️ 03.12.2020): ``` - conda install -c conda-forge django-grappelli + conda install -c conda-forge django-debug-toolbar ```
-
django-admin-bootstrapped (🥈26 · ⭐ 1.5K · 💤) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 +
django-admin-bootstrapped (🥉25 · ⭐ 1.5K · 💤) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 - [GitHub](https://github.com/django-admin-bootstrapped/django-admin-bootstrapped) (👨‍💻 64 · 🔀 400 · 📦 1.4K · 📋 160 - 21% open · ⏱️ 10.07.2020): ``` git clone https://github.com/django-admin-bootstrapped/django-admin-bootstrapped ``` -- [PyPi](https://pypi.org/project/django-admin-bootstrapped) (📥 2K / month · 📦 1.6K · ⏱️ 15.12.2015): +- [PyPi](https://pypi.org/project/django-admin-bootstrapped) (📥 1.8K / month · 📦 1.6K · ⏱️ 15.12.2015): ``` pip install django-admin-bootstrapped ```
-
django-admin-interface (🥉24 · ⭐ 710) - django's default admin interface made customizable... MIT +
django-admin-interface (🥉24 · ⭐ 760) - django's default admin interface made customizable... MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 13 · 🔀 83 · 📦 590 · 📋 92 - 6% open · ⏱️ 02.03.2021): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 14 · 🔀 85 · 📦 620 · 📋 93 - 5% open · ⏱️ 30.03.2021): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (📥 14K / month · 📦 42 · ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 9.7K / month · 📦 42 · ⏱️ 26.03.2021): ``` pip install django-admin-interface ``` @@ -4366,52 +4301,52 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-admin2 ``` -- [PyPi](https://pypi.org/project/django-admin2) (📥 36 / month · 📦 14 · ⏱️ 10.01.2017): +- [PyPi](https://pypi.org/project/django-admin2) (📥 24 / month · 📦 14 · ⏱️ 10.01.2017): ``` pip install django-admin2 ```
-
django-smuggler (🥉19 · ⭐ 350) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0 +
django-smuggler (🥉19 · ⭐ 350 · 💤) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0 -- [GitHub](https://github.com/semente/django-smuggler) (👨‍💻 20 · 🔀 33 · 📦 110 · 📋 45 - 15% open · ⏱️ 28.09.2020): +- [GitHub](https://github.com/semente/django-smuggler) (👨‍💻 20 · 🔀 33 · 📦 120 · 📋 46 - 17% open · ⏱️ 28.09.2020): ``` git clone https://github.com/semente/django-smuggler ``` -- [PyPi](https://pypi.org/project/django-smuggler) (📥 2.4K / month · 📦 73 · ⏱️ 28.09.2020): +- [PyPi](https://pypi.org/project/django-smuggler) (📥 1.6K / month · 📦 73 · ⏱️ 28.09.2020): ``` pip install django-smuggler ```
-
fastapi-admin (🥉18 · ⭐ 500) - FastAPI Admin Dashboard based on FastAPI and Tortoise ORM. Apache-2 +
fastapi-admin (🥉18 · ⭐ 540) - FastAPI Admin Dashboard based on FastAPI and Tortoise ORM. Apache-2 -- [GitHub](https://github.com/long2ice/fastapi-admin) (👨‍💻 4 · 🔀 78 · 📋 30 - 20% open · ⏱️ 04.02.2021): +- [GitHub](https://github.com/long2ice/fastapi-admin) (👨‍💻 4 · 🔀 80 · 📋 35 - 25% open · ⏱️ 21.03.2021): ``` git clone https://github.com/long2ice/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 220 / month · ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 240 / month · ⏱️ 04.02.2021): ``` pip install fastapi-admin ```
-
nginx-ui (🥉16 · ⭐ 3.8K · 💤) - Nginx UI allows you to access and modify the nginx configurations.. MIT +
nginx-ui (🥉17 · ⭐ 3.8K · 💤) - Nginx UI allows you to access and modify the nginx configurations.. MIT -- [GitHub](https://github.com/schenkd/nginx-ui) (👨‍💻 3 · 🔀 170 · 📋 26 - 57% open · ⏱️ 25.06.2020): +- [GitHub](https://github.com/schenkd/nginx-ui) (👨‍💻 3 · 🔀 180 · 📋 26 - 57% open · ⏱️ 25.06.2020): ``` git clone https://github.com/schenkd/nginx-ui ``` -- [Docker Hub](https://hub.docker.com/r/schenkd/nginx-ui) (📥 290K · ⭐ 8 · ⏱️ 25.06.2020): +- [Docker Hub](https://hub.docker.com/r/schenkd/nginx-ui) (📥 300K · ⭐ 8 · ⏱️ 25.06.2020): ``` docker pull schenkd/nginx-ui ```
Show 3 hidden projects... -- django-jet (🥈26 · ⭐ 3K · 💀) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 -- django-suit (🥈26 · ⭐ 2.1K · 💀) - Modern theme for Django admin interface. ❗️AFL-3.0 -- xadmin (🥉25 · ⭐ 4.5K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 +- django-suit (🥈27 · ⭐ 2.1K · 💀) - Modern theme for Django admin interface. ❗️AFL-3.0 +- django-jet (🥈26 · ⭐ 3.1K · 💀) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 +- xadmin (🥉25 · ⭐ 4.6K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3

@@ -4421,19 +4356,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇29 · ⭐ 29K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 230 · 🔀 3.7K · 📥 530K · 📋 3.4K - 11% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 230 · 🔀 3.7K · 📥 520K · 📋 3.5K - 11% open · ⏱️ 01.04.2021): ``` git clone https://github.com/kong/kong ``` -- [Docker Hub](https://hub.docker.com/r/_/kong) (📥 220M · ⭐ 550 · ⏱️ 06.03.2021): +- [Docker Hub](https://hub.docker.com/r/_/kong) (📥 230M · ⭐ 550 · ⏱️ 01.04.2021): ``` docker pull kong ```
tyk (🥉22 · ⭐ 6.1K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 77 · 🔀 760 · 📥 17K · 📋 1.8K - 19% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 77 · 🔀 760 · 📥 17K · 📋 1.8K - 18% open · ⏱️ 31.03.2021): ``` git clone https://github.com/TykTechnologies/tyk @@ -4445,152 +4380,140 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-sqlalchemy (🥇32 · ⭐ 3.4K) - Adds SQLAlchemy support to Flask. BSD-3 +
flask-sqlalchemy (🥇33 · ⭐ 3.4K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets/flask-sqlalchemy) (👨‍💻 100 · 🔀 790 · 📥 340 · 📦 170K · 📋 530 - 8% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/pallets/flask-sqlalchemy) (👨‍💻 100 · 🔀 820 · 📥 340 · 📦 180K · 📋 550 - 7% open · ⏱️ 29.03.2021): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 1.2M / month · 📦 52K · ⏱️ 14.07.2020): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 990K / month · 📦 52K · ⏱️ 18.03.2021): ``` pip install flask-sqlalchemy ``` -- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 170K · ⏱️ 14.07.2020): +- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 170K · ⏱️ 18.03.2021): ``` conda install -c conda-forge flask-sqlalchemy ```
Flask-Migrate (🥇32 · ⭐ 1.8K) - SQLAlchemy database migrations for Flask applications using.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 42 · 🔀 180 · 📦 67K · 📋 320 - 2% open · ⏱️ 21.02.2021): +- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 43 · 🔀 190 · 📦 68K · 📋 330 - 2% open · ⏱️ 24.03.2021): ``` git clone https://github.com/miguelgrinberg/Flask-Migrate ``` -- [PyPi](https://pypi.org/project/flask-migrate) (📥 410K / month · 📦 19K · ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/flask-migrate) (📥 340K / month · 📦 19K · ⏱️ 19.01.2021): ``` pip install flask-migrate ``` -- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 120K · ⏱️ 11.10.2020): +- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 130K · ⏱️ 11.10.2020): ``` conda install -c conda-forge flask-migrate ```
-
flask-cors (🥇31 · ⭐ 690) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT +
flask-cors (🥇31 · ⭐ 700) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT -- [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 36 · 🔀 96 · 📦 93K · 📋 130 - 22% open · ⏱️ 05.01.2021): +- [GitHub](https://github.com/corydolphin/flask-cors) (👨‍💻 36 · 🔀 98 · 📦 95K · 📋 130 - 22% open · ⏱️ 05.01.2021): ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (📥 1.5M / month · 📦 15K · ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/flask-cors) (📥 960K / month · 📦 15K · ⏱️ 06.01.2021): ``` pip install flask-cors ``` -- [Conda](https://anaconda.org/conda-forge/flask-cors) (📥 250K · ⏱️ 15.06.2019): +- [Conda](https://anaconda.org/conda-forge/flask-cors) (📥 270K · ⏱️ 15.06.2019): ``` conda install -c conda-forge flask-cors ```
-
flask-caching (🥇29 · ⭐ 580) - A caching extension for Flask. BSD-3 +
flask-caching (🥇29 · ⭐ 600) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/sh4nks/flask-caching) (👨‍💻 92 · 🔀 120 · 📦 6.6K · 📋 150 - 10% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/sh4nks/flask-caching) (👨‍💻 92 · 🔀 120 · 📦 6.8K · 📋 150 - 9% open · ⏱️ 17.03.2021): ``` git clone https://github.com/sh4nks/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-caching) (📥 640K / month · 📦 1.3K · ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/flask-caching) (📥 570K / month · 📦 1.3K · ⏱️ 17.03.2021): ``` pip install flask-caching ``` -- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 34K · ⏱️ 18.05.2019): +- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 36K · ⏱️ 18.05.2019): ``` conda install -c conda-forge flask-caching ```
-
flask-security (🥈28 · ⭐ 1.6K · 💤) - Quick and simple security for Flask applications. MIT +
flask-mongoengine (🥈28 · ⭐ 750) - MongoEngine flask extension with WTF model forms.. BSD-3 -- [GitHub](https://github.com/mattupstate/flask-security) (👨‍💻 130 · 🔀 470 · 📦 5.1K · 📋 520 - 26% open · ⏱️ 23.04.2020): +- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (👨‍💻 82 · 🔀 240 · 📦 5.6K · 📋 250 - 22% open · ⏱️ 28.12.2020): ``` - git clone https://github.com/mattupstate/flask-security - ``` -- [PyPi](https://pypi.org/project/flask-security) (📥 27K / month · 📦 2.6K · ⏱️ 14.06.2017): - ``` - pip install flask-security + git clone https://github.com/MongoEngine/flask-mongoengine ``` -- [Conda](https://anaconda.org/conda-forge/flask-security) (📥 29K · ⏱️ 18.09.2017): +- [PyPi](https://pypi.org/project/flask-mongoengine) (📥 42K / month · 📦 2.8K · ⏱️ 21.11.2020): ``` - conda install -c conda-forge flask-security + pip install flask-mongoengine ```
-
flask-mongoengine (🥈28 · ⭐ 750) - MongoEngine flask extension with WTF model forms.. BSD-3 +
flask-security (🥈27 · ⭐ 1.6K · 💤) - Quick and simple security for Flask applications. MIT -- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (👨‍💻 82 · 🔀 240 · 📦 5.5K · 📋 250 - 22% open · ⏱️ 28.12.2020): +- [GitHub](https://github.com/mattupstate/flask-security) (👨‍💻 130 · 🔀 470 · 📦 5.1K · 📋 520 - 26% open · ⏱️ 23.04.2020): ``` - git clone https://github.com/MongoEngine/flask-mongoengine + git clone https://github.com/mattupstate/flask-security ``` -- [PyPi](https://pypi.org/project/flask-mongoengine) (📥 48K / month · 📦 2.8K · ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/flask-security) (📥 22K / month · 📦 2.6K · ⏱️ 14.06.2017): ``` - pip install flask-mongoengine + pip install flask-security + ``` +- [Conda](https://anaconda.org/conda-forge/flask-security) (📥 29K · ⏱️ 18.09.2017): + ``` + conda install -c conda-forge flask-security ```
flask-api (🥈27 · ⭐ 1.2K) - Browsable web APIs for Flask. BSD-3 -- [GitHub](https://github.com/flask-api/flask-api) (👨‍💻 32 · 🔀 140 · 📦 4.2K · 📋 60 - 20% open · ⏱️ 13.02.2021): +- [GitHub](https://github.com/flask-api/flask-api) (👨‍💻 32 · 🔀 150 · 📦 4.3K · 📋 60 - 20% open · ⏱️ 13.02.2021): ``` git clone https://github.com/flask-api/flask-api ``` -- [PyPi](https://pypi.org/project/flask-api) (📥 110K / month · 📦 1.3K · ⏱️ 27.11.2019): +- [PyPi](https://pypi.org/project/flask-api) (📥 86K / month · 📦 1.3K · ⏱️ 27.11.2019): ``` pip install flask-api ```
flask-babel (🥈27 · ⭐ 360) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 -- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 33 · 🔀 140 · 📦 11K · 📋 100 - 12% open · ⏱️ 01.12.2020): +- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 33 · 🔀 140 · 📦 11K · 📋 100 - 14% open · ⏱️ 01.12.2020): ``` git clone https://github.com/python-babel/flask-babel ``` -- [PyPi](https://pypi.org/project/flask-babel) (📥 420K / month · 📦 5.1K · ⏱️ 27.08.2020): +- [PyPi](https://pypi.org/project/flask-babel) (📥 350K / month · 📦 5.1K · ⏱️ 27.08.2020): ``` pip install flask-babel ``` -- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 61K · ⏱️ 28.08.2020): +- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 63K · ⏱️ 28.08.2020): ``` conda install -c conda-forge flask-babel ```
-
flask-bcrypt (🥈26 · ⭐ 280 · 💤) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 +
Flask-Moment (🥈26 · ⭐ 320) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/maxcountryman/flask-bcrypt) (👨‍💻 20 · 🔀 50 · 📦 24K · 📋 36 - 19% open · ⏱️ 28.03.2020): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 16 · 🔀 45 · 📦 15K · 📋 39 - 12% open · ⏱️ 17.12.2020): ``` - git clone https://github.com/maxcountryman/flask-bcrypt - ``` -- [PyPi](https://pypi.org/project/flask-bcrypt) (📥 350K / month · 📦 5.8K · ⏱️ 05.10.2015): - ``` - pip install flask-bcrypt - ``` -- [Conda](https://anaconda.org/conda-forge/flask-bcrypt) (📥 22K · ⏱️ 22.10.2018): - ``` - conda install -c conda-forge flask-bcrypt + git clone https://github.com/miguelgrinberg/Flask-Moment ``` -
-
flask-limiter (🥈25 · ⭐ 720) - Rate Limiting extension for Flask. MIT - -- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 29 · 🔀 90 · 📦 2.2K · 📋 110 - 14% open · ⏱️ 01.01.2021): - +- [PyPi](https://pypi.org/project/flask-moment) (📥 12K / month · 📦 4.5K · ⏱️ 17.12.2020): ``` - git clone https://github.com/alisaifee/flask-limiter + pip install flask-moment ``` -- [PyPi](https://pypi.org/project/flask-limiter) (📥 56K / month · 📦 690 · ⏱️ 25.08.2020): +- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 25K · ⏱️ 18.05.2019): ``` - pip install flask-limiter + conda install -c conda-forge flask-moment ```
flask-session (🥈25 · ⭐ 340 · 💤) - Server side session extension for Flask. BSD-3 @@ -4600,226 +4523,222 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (📥 51K / month · 📦 2K · ⏱️ 14.05.2020): +- [PyPi](https://pypi.org/project/flask-session) (📥 40K / month · 📦 2K · ⏱️ 14.05.2020): ``` pip install flask-session ```
-
Flask-Moment (🥈25 · ⭐ 320) - Formatting of dates and times in Flask templates using.. MIT +
flask-paginate (🥈25 · ⭐ 230) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 16 · 🔀 45 · 📦 15K · 📋 39 - 12% open · ⏱️ 17.12.2020): +- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 72 · 📥 22 · 📦 1.6K · 📋 58 - 5% open · ⏱️ 31.01.2021): ``` - git clone https://github.com/miguelgrinberg/Flask-Moment - ``` -- [PyPi](https://pypi.org/project/flask-moment) (📥 14K / month · 📦 4.5K · ⏱️ 17.12.2020): - ``` - pip install flask-moment + git clone https://github.com/lixxu/flask-paginate ``` -- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 25K · ⏱️ 18.05.2019): +- [PyPi](https://pypi.org/project/flask-paginate) (📥 11K / month · 📦 84 · ⏱️ 31.01.2021): ``` - conda install -c conda-forge flask-moment + pip install flask-paginate ```
-
flask-paginate (🥈25 · ⭐ 220) - Pagination support for flask. BSD-3 +
flask-ask (🥈24 · ⭐ 1.9K · 💤) - Alexa Skills Kit for Python. Apache-2 -- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 72 · 📥 22 · 📦 1.6K · 📋 58 - 5% open · ⏱️ 31.01.2021): +- [GitHub](https://github.com/johnwheeler/flask-ask) (👨‍💻 39 · 🔀 350 · 📦 700 · ⏱️ 06.09.2020): ``` - git clone https://github.com/lixxu/flask-paginate + git clone https://github.com/johnwheeler/flask-ask ``` -- [PyPi](https://pypi.org/project/flask-paginate) (📥 14K / month · 📦 84 · ⏱️ 31.01.2021): +- [PyPi](https://pypi.org/project/flask-ask) (📥 270 / month · 📦 130 · ⏱️ 28.02.2018): ``` - pip install flask-paginate + pip install flask-ask ```
-
flask-seasurf (🥈25 · ⭐ 160) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 +
flask-limiter (🥈24 · ⭐ 740) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/maxcountryman/flask-seasurf) (👨‍💻 29 · 🔀 41 · 📦 1.3K · 📋 43 - 16% open · ⏱️ 10.01.2021): +- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 29 · 🔀 91 · 📦 2.3K · 📋 110 - 14% open · ⏱️ 01.01.2021): ``` - git clone https://github.com/maxcountryman/flask-seasurf - ``` -- [PyPi](https://pypi.org/project/flask-seasurf) (📥 20K / month · 📦 500 · ⏱️ 10.01.2021): - ``` - pip install flask-seasurf + git clone https://github.com/alisaifee/flask-limiter ``` -- [Conda](https://anaconda.org/conda-forge/flask-seasurf) (📥 14K · ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/flask-limiter) (📥 44K / month · 📦 690 · ⏱️ 25.08.2020): ``` - conda install -c conda-forge flask-seasurf + pip install flask-limiter ```
-
flask-marshmallow (🥉24 · ⭐ 660) - Flask + marshmallow for beautiful APIs. MIT +
flask-marshmallow (🥈24 · ⭐ 670) - Flask + marshmallow for beautiful APIs. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 15 · 🔀 44 · 📦 12K · 📋 98 - 21% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 15 · 🔀 45 · 📦 12K · 📋 99 - 20% open · ⏱️ 22.03.2021): ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 160K / month · 📦 1.5K · ⏱️ 28.09.2020): +- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 130K / month · 📦 1.5K · ⏱️ 28.09.2020): ``` pip install flask-marshmallow ``` -- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 44K · ⏱️ 28.09.2020): +- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 46K · ⏱️ 28.09.2020): ``` conda install -c conda-forge flask-marshmallow ```
-
flask-apispec (🥉24 · ⭐ 530) - Build and document REST APIs with Flask and apispec. MIT +
flask-seasurf (🥈24 · ⭐ 170) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 -- [GitHub](https://github.com/jmcarp/flask-apispec) (👨‍💻 29 · 🔀 120 · 📦 440 · 📋 150 - 58% open · ⏱️ 25.10.2020): +- [GitHub](https://github.com/maxcountryman/flask-seasurf) (👨‍💻 29 · 🔀 42 · 📦 1.3K · 📋 43 - 16% open · ⏱️ 10.01.2021): ``` - git clone https://github.com/jmcarp/flask-apispec - ``` -- [PyPi](https://pypi.org/project/flask-apispec) (📥 36K / month · 📦 62 · ⏱️ 25.10.2020): - ``` - pip install flask-apispec - ``` -- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 83K · ⏱️ 25.10.2020): - ``` - conda install -c conda-forge flask-apispec + git clone https://github.com/maxcountryman/flask-seasurf ``` -
-
flask-ask (🥉23 · ⭐ 1.9K) - Alexa Skills Kit for Python. Apache-2 - -- [GitHub](https://github.com/johnwheeler/flask-ask) (👨‍💻 39 · 🔀 350 · 📦 690 · ⏱️ 06.09.2020): - +- [PyPi](https://pypi.org/project/flask-seasurf) (📥 13K / month · 📦 500 · ⏱️ 10.01.2021): ``` - git clone https://github.com/johnwheeler/flask-ask + pip install flask-seasurf ``` -- [PyPi](https://pypi.org/project/flask-ask) (📥 340 / month · 📦 130 · ⏱️ 28.02.2018): +- [Conda](https://anaconda.org/conda-forge/flask-seasurf) (📥 14K · ⏱️ 27.11.2020): ``` - pip install flask-ask + conda install -c conda-forge flask-seasurf ```
flask-talisman (🥉23 · ⭐ 740 · 💤) - HTTP security headers for Flask. Apache-2 -- [GitHub](https://github.com/GoogleCloudPlatform/flask-talisman) (👨‍💻 19 · 🔀 59 · 📦 1.1K · 📋 32 - 37% open · ⏱️ 13.07.2020): +- [GitHub](https://github.com/GoogleCloudPlatform/flask-talisman) (👨‍💻 19 · 🔀 60 · 📦 1.2K · 📋 35 - 42% open · ⏱️ 13.07.2020): ``` git clone https://github.com/GoogleCloudPlatform/flask-talisman ``` -- [PyPi](https://pypi.org/project/flask-talisman) (📥 84K / month · 📦 160 · ⏱️ 28.05.2019): +- [PyPi](https://pypi.org/project/flask-talisman) (📥 67K / month · 📦 160 · ⏱️ 28.05.2019): ``` pip install flask-talisman ```
Frozen-Flask (🥉23 · ⭐ 680) - Freezes a Flask application into a set of static files. BSD-3 -- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (👨‍💻 24 · 🔀 64 · 📥 53 · 📦 1.9K · 📋 58 - 31% open · ⏱️ 26.11.2020): +- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (👨‍💻 24 · 🔀 64 · 📥 54 · 📦 2K · 📋 58 - 31% open · ⏱️ 26.11.2020): ``` git clone https://github.com/Frozen-Flask/Frozen-Flask ``` -- [PyPi](https://pypi.org/project/frozen-flask) (📥 18K / month · 📦 1.1K · ⏱️ 26.06.2017): +- [PyPi](https://pypi.org/project/frozen-flask) (📥 16K / month · 📦 1.1K · ⏱️ 26.06.2017): ``` pip install frozen-flask ``` -- [Conda](https://anaconda.org/conda-forge/frozen-flask) (📥 54K · ⏱️ 12.07.2018): +- [Conda](https://anaconda.org/conda-forge/frozen-flask) (📥 55K · ⏱️ 12.07.2018): ``` conda install -c conda-forge frozen-flask ```
-
flask_injector (🥉23 · ⭐ 220) - Adds Injector support to Flask. BSD-3 +
flask-apispec (🥉23 · ⭐ 530) - Build and document REST APIs with Flask and apispec. MIT -- [GitHub](https://github.com/alecthomas/flask_injector) (👨‍💻 10 · 🔀 27 · 📦 500 · 📋 43 - 23% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/jmcarp/flask-apispec) (👨‍💻 29 · 🔀 120 · 📦 460 · 📋 150 - 59% open · ⏱️ 25.10.2020): ``` - git clone https://github.com/alecthomas/flask_injector + git clone https://github.com/jmcarp/flask-apispec ``` -- [PyPi](https://pypi.org/project/flask_injector) (📥 16K / month · 📦 110 · ⏱️ 22.02.2020): +- [PyPi](https://pypi.org/project/flask-apispec) (📥 24K / month · 📦 62 · ⏱️ 25.10.2020): ``` - pip install flask_injector + pip install flask-apispec + ``` +- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 85K · ⏱️ 25.10.2020): + ``` + conda install -c conda-forge flask-apispec ```
-
Flask-Excel (🥉21 · ⭐ 230) - A flask extension using pyexcel to read, manipulate and write data.. BSD-3 +
flask_injector (🥉23 · ⭐ 220) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/pyexcel-webwares/Flask-Excel) (👨‍💻 8 · 🔀 70 · 📥 7 · 📦 580 · 📋 49 - 20% open · ⏱️ 10.11.2020): +- [GitHub](https://github.com/alecthomas/flask_injector) (👨‍💻 10 · 🔀 27 · 📦 510 · 📋 43 - 23% open · ⏱️ 22.02.2021): ``` - git clone https://github.com/pyexcel-webwares/Flask-Excel + git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/flask-excel) (📥 7.3K / month · 📦 140 · ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/flask_injector) (📥 11K / month · 📦 110 · ⏱️ 22.02.2020): ``` - pip install flask-excel + pip install flask_injector ```
-
flask-profiler (🥉20 · ⭐ 620) - a flask profiler which watches endpoint calls and tries to.. MIT +
flask-profiler (🥉21 · ⭐ 630) - a flask profiler which watches endpoint calls and tries to.. MIT -- [GitHub](https://github.com/muatik/flask-profiler) (👨‍💻 29 · 🔀 80 · 📋 56 - 50% open · ⏱️ 20.10.2020): +- [GitHub](https://github.com/muatik/flask-profiler) (👨‍💻 29 · 🔀 81 · 📋 56 - 50% open · ⏱️ 20.10.2020): ``` git clone https://github.com/muatik/flask-profiler ``` -- [PyPi](https://pypi.org/project/flask-profiler) (📥 4.7K / month · 📦 12 · ⏱️ 19.11.2018): +- [PyPi](https://pypi.org/project/flask-profiler) (📥 4.2K / month · 📦 12 · ⏱️ 19.11.2018): ``` pip install flask-profiler ```
-
safrs (🥉20 · ⭐ 250) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 +
Flask-Excel (🥉21 · ⭐ 230) - A flask extension using pyexcel to read, manipulate and write data.. BSD-3 -- [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 15 · 🔀 52 · 📦 22 · ⏱️ 10.03.2021): +- [GitHub](https://github.com/pyexcel-webwares/Flask-Excel) (👨‍💻 8 · 🔀 71 · 📥 7 · 📦 580 · 📋 49 - 20% open · ⏱️ 10.11.2020): ``` - git clone https://github.com/thomaxxl/safrs + git clone https://github.com/pyexcel-webwares/Flask-Excel ``` -- [PyPi](https://pypi.org/project/safrs) (📥 370 / month · ⏱️ 06.02.2021): +- [PyPi](https://pypi.org/project/flask-excel) (📥 5.6K / month · 📦 140 · ⏱️ 20.07.2017): ``` - pip install safrs + pip install flask-excel ```
-
flask-rebar (🥉20 · ⭐ 170) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
safrs (🥉20 · ⭐ 260) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 -- [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 30 · 🔀 26 · 📦 23 · 📋 85 - 49% open · ⏱️ 07.01.2021): +- [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 15 · 🔀 52 · 📦 24 · ⏱️ 25.03.2021): ``` - git clone https://github.com/plangrid/flask-rebar + git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/flask-rebar) (📥 890 / month · 📦 6 · ⏱️ 10.09.2020): +- [PyPi](https://pypi.org/project/safrs) (📥 500 / month · ⏱️ 17.03.2021): ``` - pip install flask-rebar + pip install safrs ```
-
flask-msearch (🥉19 · ⭐ 160) - Full text search for flask. BSD-3 +
flask-msearch (🥉20 · ⭐ 160) - Full text search for flask. BSD-3 -- [GitHub](https://github.com/honmaple/flask-msearch) (👨‍💻 4 · 🔀 26 · 📦 160 · 📋 39 - 30% open · ⏱️ 02.01.2021): +- [GitHub](https://github.com/honmaple/flask-msearch) (👨‍💻 4 · 🔀 25 · 📦 180 · 📋 42 - 30% open · ⏱️ 22.03.2021): ``` git clone https://github.com/honmaple/flask-msearch ``` -- [PyPi](https://pypi.org/project/flask-msearch) (📥 180 / month · 📦 12 · ⏱️ 18.05.2020): +- [PyPi](https://pypi.org/project/flask-msearch) (📥 190 / month · 📦 12 · ⏱️ 22.03.2021): ``` pip install flask-msearch ```
-
flask-jsonrpc (🥉18 · ⭐ 220) - A basic JSON-RPC implementation for your Flask-powered sites. BSD-3 +
flask-rebar (🥉19 · ⭐ 170) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 11 · 🔀 58 · 📦 160 · 📋 55 - 7% open · ⏱️ 07.11.2020): +- [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 30 · 🔀 27 · 📦 23 · 📋 85 - 49% open · ⏱️ 07.01.2021): ``` - git clone https://github.com/cenobites/flask-jsonrpc + git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/rpc) (📥 140 / month · 📦 6 · ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/flask-rebar) (📥 670 / month · 📦 6 · ⏱️ 10.09.2020): + ``` + pip install flask-rebar + ``` +
+
flask-jsonrpc (🥉18 · ⭐ 220) - A basic JSON-RPC implementation for your Flask-powered sites. BSD-3 + +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 11 · 🔀 58 · 📦 160 · 📋 55 - 7% open · ⏱️ 07.11.2020): + + ``` + git clone https://github.com/cenobites/flask-jsonrpc + ``` +- [PyPi](https://pypi.org/project/rpc) (📥 120 / month · 📦 6 · ⏱️ 28.04.2012): ``` pip install rpc ```
-
flask_pydantic (🥉18 · ⭐ 96) - flask extension for integration with the awesome pydantic.. MIT +
flask_pydantic (🥉18 · ⭐ 98) - flask extension for integration with the awesome pydantic.. MIT -- [GitHub](https://github.com/bauerji/flask_pydantic) (👨‍💻 5 · 🔀 11 · 📦 15 · 📋 15 - 6% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/bauerji/flask_pydantic) (👨‍💻 5 · 🔀 12 · 📦 19 · 📋 17 - 11% open · ⏱️ 26.03.2021): ``` git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 1.8K / month · ⏱️ 09.03.2021): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 1.5K / month · ⏱️ 26.03.2021): ``` pip install flask_pydantic ```
cookiecutter-flask (🥉17 · ⭐ 3.7K) - A flask template with Bootstrap 4, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 60 · 🔀 660 · 📋 160 - 3% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 60 · 🔀 660 · 📋 160 - 3% open · ⏱️ 31.03.2021): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask @@ -4827,12 +4746,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-file-upload (🥉15 · ⭐ 110) - Easy file uploads for Flask. ❗️GPL-3.0 -- [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨‍💻 3 · 🔀 8 · 📦 15 · 📋 63 - 30% open · ⏱️ 10.02.2021): +- [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨‍💻 4 · 🔀 8 · 📦 16 · 📋 65 - 30% open · ⏱️ 15.03.2021): ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (📥 92 / month · ⏱️ 25.09.2020): +- [PyPi](https://pypi.org/project/flask-file-upload) (📥 84 / month · ⏱️ 25.09.2020): ``` pip install flask-file-upload ``` @@ -4844,17 +4763,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/numberly/flask2postman ``` -- [PyPi](https://pypi.org/project/flask2postman) (📥 64 / month · 📦 1 · ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/flask2postman) (📥 44 / month · 📦 1 · ⏱️ 16.01.2020): ``` pip install flask2postman ```
-
Show 4 hidden projects... +
Show 5 hidden projects... -- flask-assets (🥈25 · ⭐ 410 · 💀) - Flask webassets integration. BSD-2 -- flask-bootstrap (🥉24 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 -- flask-s3 (🥉22 · ⭐ 180 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL -- Flask-Opentracing (🥉19 · ⭐ 120 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3 +- flask-assets (🥈26 · ⭐ 410 · 💀) - Flask webassets integration. BSD-2 +- flask-bcrypt (🥈25 · ⭐ 280 · 💀) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 +- flask-bootstrap (🥈24 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 +- flask-s3 (🥉21 · ⭐ 180 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- Flask-Opentracing (🥉20 · ⭐ 120 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3

@@ -4862,123 +4782,111 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
fastapi-sqlalchemy (🥇19 · ⭐ 200) - Adds simple SQLAlchemy support to FastAPI. MIT +
fastapi-sqlalchemy (🥇19 · ⭐ 210 · 💤) - Adds simple SQLAlchemy support to FastAPI. MIT -- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (👨‍💻 5 · 🔀 18 · 📦 120 · 📋 16 - 50% open · ⏱️ 25.09.2020): +- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (👨‍💻 5 · 🔀 19 · 📦 140 · 📋 17 - 52% open · ⏱️ 25.09.2020): ``` git clone https://github.com/mfreeborn/fastapi-sqlalchemy ``` -- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (📥 5.4K / month · ⏱️ 25.09.2020): +- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (📥 4.2K / month · ⏱️ 25.09.2020): ``` pip install fastapi-sqlalchemy ```
-
fastapi-utils (🥇17 · ⭐ 580 · 💤) - Reusable utilities for FastAPI. MIT +
fastapi_contrib (🥇17 · ⭐ 310) - Opinionated set of utilities on top of FastAPI. MIT -- [GitHub](https://github.com/dmontagu/fastapi-utils) (👨‍💻 2 · 🔀 25 · 📋 27 - 62% open · ⏱️ 07.03.2020): - - ``` - git clone https://github.com/dmontagu/fastapi-utils - ``` -- [PyPi](https://pypi.org/project/fastapi-utils) (📥 19K / month · ⏱️ 07.03.2020): - ``` - pip install fastapi-utils - ``` -
-
fastapi_contrib (🥇17 · ⭐ 300) - Opinionated set of utilities on top of FastAPI. MIT - -- [GitHub](https://github.com/identixone/fastapi_contrib) (👨‍💻 9 · 🔀 19 · 📋 24 - 25% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/identixone/fastapi_contrib) (👨‍💻 9 · 🔀 20 · 📋 25 - 24% open · ⏱️ 01.03.2021): ``` git clone https://github.com/identixone/fastapi_contrib ``` -- [PyPi](https://pypi.org/project/fastapi_contrib) (📥 3.8K / month · ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/fastapi_contrib) (📥 2.6K / month · ⏱️ 01.03.2021): ``` pip install fastapi_contrib ```
-
slowapi (🥇17 · ⭐ 160) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (🥇17 · ⭐ 180) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 7 · 🔀 11 · 📋 32 - 40% open · ⏱️ 21.02.2021): +- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 7 · 🔀 12 · 📋 35 - 37% open · ⏱️ 14.03.2021): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (📥 1.3K / month · ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/slowapi) (📥 1.2K / month · ⏱️ 23.12.2020): ``` pip install slowapi ```
-
fastapi-code-generator (🥈16 · ⭐ 140) - This code generator creates FastAPI app from an.. MIT +
fastapi-versioning (🥇17 · ⭐ 150) - api versioning for fastapi web applications. MIT -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 6 · 🔀 10 · 📋 27 - 37% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/DeanWay/fastapi-versioning) (👨‍💻 11 · 🔀 20 · 📋 20 - 60% open · ⏱️ 09.02.2021): ``` - git clone https://github.com/koxudaxi/fastapi-code-generator + git clone https://github.com/DeanWay/fastapi-versioning ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 240 / month · ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/fastapi-versioning) (📥 1.5K / month · 📦 1 · ⏱️ 09.02.2021): ``` - pip install fastapi-code-generator + pip install fastapi-versioning ```
-
fastapi-versioning (🥈16 · ⭐ 140) - api versioning for fastapi web applications. MIT +
fastapi-plugins (🥇17 · ⭐ 110) - FastAPI framework plugins. MIT -- [GitHub](https://github.com/DeanWay/fastapi-versioning) (👨‍💻 11 · 🔀 20 · 📋 17 - 52% open · ⏱️ 09.02.2021): +- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 4 · 📦 23 · 📋 8 - 12% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/DeanWay/fastapi-versioning + git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-versioning) (📥 1.9K / month · 📦 1 · ⏱️ 09.02.2021): +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 1K / month · ⏱️ 31.03.2021): ``` - pip install fastapi-versioning + pip install fastapi-plugins ```
-
fastapi-plugins (🥈16 · ⭐ 100) - FastAPI framework plugins. MIT +
fastapi-code-generator (🥉16 · ⭐ 160) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 4 · 📦 19 · 📋 6 - 16% open · ⏱️ 26.11.2020): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨‍💻 6 · 🔀 13 · 📋 27 - 37% open · ⏱️ 01.03.2021): ``` - git clone https://github.com/madkote/fastapi-plugins + git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 1K / month · ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 130 / month · ⏱️ 01.03.2021): ``` - pip install fastapi-plugins + pip install fastapi-code-generator ```
-
starlette_exporter (🥈16 · ⭐ 85) - Prometheus exporter for Starlette and FastAPI. Apache-2 +
starlette_exporter (🥉16 · ⭐ 88) - Prometheus exporter for Starlette and FastAPI. Apache-2 - [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 6 · 🔀 9 · 📋 8 - 25% open · ⏱️ 20.11.2020): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (📥 15K / month · ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/starlette_exporter) (📥 11K / month · ⏱️ 20.11.2020): ``` pip install starlette_exporter ```
-
fastapi-react (🥉15 · ⭐ 480) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT +
fastapi-react (🥉15 · ⭐ 510) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT -- [GitHub](https://github.com/Buuntu/fastapi-react) (👨‍💻 8 · 🔀 66 · 📋 44 - 27% open · ⏱️ 02.02.2021): +- [GitHub](https://github.com/Buuntu/fastapi-react) (👨‍💻 9 · 🔀 72 · 📋 45 - 28% open · ⏱️ 20.03.2021): ``` git clone https://github.com/Buuntu/fastapi-react ```
-
fastapi_cache (🥉12 · ⭐ 94) - FastAPI simple cache. MIT +
fastapi_cache (🥉12 · ⭐ 100) - FastAPI simple cache. MIT -- [GitHub](https://github.com/comeuplater/fastapi_cache) (👨‍💻 7 · 🔀 2 · 📦 2 · 📋 3 - 33% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/comeuplater/fastapi_cache) (👨‍💻 7 · 🔀 2 · 📦 2 · 📋 4 - 50% open · ⏱️ 12.02.2021): ``` git clone https://github.com/comeuplater/fastapi_cache ``` -- [PyPi](https://pypi.org/project/fastapi_cache) (📥 740 / month · ⏱️ 26.07.2020): +- [PyPi](https://pypi.org/project/fastapi_cache) (📥 440 / month · ⏱️ 26.07.2020): ``` pip install fastapi_cache ```
-
fastapi_client (🥉10 · ⭐ 140) - FastAPI client generator. Apache-2 +
fastapi_client (🥉10 · ⭐ 150) - FastAPI client generator. Apache-2 - [GitHub](https://github.com/dmontagu/fastapi_client) (👨‍💻 8 · 🔀 10 · 📋 10 - 30% open · ⏱️ 11.02.2021): @@ -4986,9 +4894,10 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/dmontagu/fastapi_client ```
-
Show 1 hidden projects... +
Show 2 hidden projects... -- fastapi-socketio (🥉14 · ⭐ 45 · 🐣) - Easily integrate socket.io with your FastAPI app. Apache-2 +- fastapi-utils (🥇17 · ⭐ 620 · 💀) - Reusable utilities for FastAPI. MIT +- fastapi-socketio (🥉14 · ⭐ 48) - Easily integrate socket.io with your FastAPI app. Apache-2

@@ -4996,21 +4905,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
pyramid_celery (🥉20 · ⭐ 99) - Pyramid configuration with celery integration. Allows you to.. MIT +
pyramid_celery (🥇20 · ⭐ 99) - Pyramid configuration with celery integration. Allows you to.. MIT -- [GitHub](https://github.com/sontek/pyramid_celery) (👨‍💻 25 · 🔀 62 · 📋 40 - 20% open · ⏱️ 24.02.2021): +- [GitHub](https://github.com/sontek/pyramid_celery) (👨‍💻 25 · 🔀 62 · 📋 41 - 21% open · ⏱️ 24.02.2021): ``` git clone https://github.com/sontek/pyramid_celery ``` -- [PyPi](https://pypi.org/project/pyramid_celery) (📥 2.1K / month · 📦 12 · ⏱️ 24.12.2016): +- [PyPi](https://pypi.org/project/pyramid_celery) (📥 1.7K / month · 📦 12 · ⏱️ 24.12.2016): ``` pip install pyramid_celery ```
Show 2 hidden projects... -- pyramid_jinja2 (🥇21 · ⭐ 72 · 💤) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed +- pyramid_jinja2 (🥇20 · ⭐ 72 · 💤) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed - pyramid_services (🥉16 · ⭐ 77 · 💀) - A service layer for pyramid. MIT

@@ -5021,56 +4930,56 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-extensions (🥇35 · ⭐ 5.3K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 530 · 🔀 1K · 📦 65K · 📋 780 - 12% open · ⏱️ 19.02.2021): +- [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 530 · 🔀 1K · 📦 66K · 📋 790 - 13% open · ⏱️ 31.03.2021): ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (📥 800K / month · 📦 24K · ⏱️ 07.02.2021): +- [PyPi](https://pypi.org/project/django-extensions) (📥 660K / month · 📦 24K · ⏱️ 07.02.2021): ``` pip install django-extensions ``` -- [Conda](https://anaconda.org/conda-forge/django-extensions) (📥 240K · ⏱️ 07.02.2021): +- [Conda](https://anaconda.org/conda-forge/django-extensions) (📥 250K · ⏱️ 07.02.2021): ``` conda install -c conda-forge django-extensions ```
django-reversion (🥇32 · ⭐ 2.5K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (👨‍💻 170 · 🔀 440 · 📦 5.7K · 📋 580 - 1% open · ⏱️ 25.01.2021): +- [GitHub](https://github.com/etianen/django-reversion) (👨‍💻 170 · 🔀 440 · 📦 5.7K · 📋 580 - 1% open · ⏱️ 20.03.2021): ``` git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-reversion) (📥 98K / month · 📦 4.2K · ⏱️ 22.01.2021): +- [PyPi](https://pypi.org/project/django-reversion) (📥 77K / month · 📦 4.2K · ⏱️ 22.01.2021): ``` pip install django-reversion ```
django-import-export (🥇32 · ⭐ 2.1K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 170 · 🔀 620 · 📦 9.5K · 📋 750 - 11% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 170 · 🔀 620 · 📦 9.7K · 📋 750 - 11% open · ⏱️ 14.03.2021): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (📥 230K / month · 📦 2K · ⏱️ 31.12.2020): +- [PyPi](https://pypi.org/project/django-import-export) (📥 200K / month · 📦 2K · ⏱️ 31.12.2020): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 43K · ⏱️ 31.12.2020): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 44K · ⏱️ 31.12.2020): ``` conda install -c conda-forge django-import-export ```
-
django-storages (🥇32 · ⭐ 1.8K) - Django-storages is a project to provide a variety of.. BSD-3 +
django-storages (🥇32 · ⭐ 1.9K) - Django-storages is a project to provide a variety of.. BSD-3 -- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 200 · 🔀 680 · 📋 510 - 28% open · ⏱️ 24.12.2020): +- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 200 · 🔀 680 · 📋 520 - 28% open · ⏱️ 24.12.2020): ``` git clone https://github.com/jschneier/django-storages ``` -- [PyPi](https://pypi.org/project/django-storages) (📥 610K / month · 📦 9.7K · ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/django-storages) (📥 490K / month · 📦 9.7K · ⏱️ 24.12.2020): ``` pip install django-storages ``` @@ -5081,28 +4990,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-oscar (🥇31 · ⭐ 4.8K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 320 · 🔀 1.8K · 📦 720 · 📋 1.4K - 8% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 320 · 🔀 1.8K · 📦 730 · 📋 1.4K - 8% open · ⏱️ 30.03.2021): ``` git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/django-oscar) (📥 7.7K / month · 📦 500 · ⏱️ 22.02.2021): +- [PyPi](https://pypi.org/project/django-oscar) (📥 5.9K / month · 📦 500 · ⏱️ 22.02.2021): ``` pip install django-oscar ```
-
django-haystack (🥇31 · ⭐ 3.1K) - Modular search for Django. BSD-3 +
django-haystack (🥇31 · ⭐ 3.2K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 180 · 🔀 1.2K · 📦 6.8K · 📋 1.3K - 44% open · ⏱️ 06.02.2021): +- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 180 · 🔀 1.2K · 📦 6.9K · 📋 1.3K - 44% open · ⏱️ 06.02.2021): ``` git clone https://github.com/django-haystack/django-haystack ``` -- [PyPi](https://pypi.org/project/django-haystack) (📥 48K / month · 📦 5.5K · ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/django-haystack) (📥 40K / month · 📦 5.5K · ⏱️ 14.09.2020): ``` pip install django-haystack ``` -- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 3.8K · ⏱️ 31.05.2018): +- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 3.9K · ⏱️ 31.05.2018): ``` conda install -c conda-forge django-haystack ``` @@ -5114,23 +5023,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-model-utils ``` -- [PyPi](https://pypi.org/project/django-model-utils) (📥 300K / month · 📦 9.2K · ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/django-model-utils) (📥 230K / month · 📦 9.2K · ⏱️ 01.12.2020): ``` pip install django-model-utils ```
-
django-autocomplete-light (🥇31 · ⭐ 1.5K) - A fresh approach to autocomplete implementations,.. MIT - -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 170 · 🔀 420 · 📦 2.5K · 📋 780 - 23% open · ⏱️ 22.02.2021): - - ``` - git clone https://github.com/yourlabs/django-autocomplete-light - ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 49K / month · 📦 1.4K · ⏱️ 13.10.2020): - ``` - pip install django-autocomplete-light - ``` -
django-pipeline (🥇31 · ⭐ 1.4K) - Pipeline is an asset packaging library for Django. MIT - [GitHub](https://github.com/jazzband/django-pipeline) (👨‍💻 160 · 🔀 360 · 📦 1.7K · 📋 460 - 33% open · ⏱️ 09.03.2021): @@ -5138,131 +5035,103 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-pipeline) (📥 54K / month · 📦 2.2K · ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/django-pipeline) (📥 38K / month · 📦 2.2K · ⏱️ 19.01.2021): ``` pip install django-pipeline ```
django-cors-headers (🥈30 · ⭐ 4.1K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 60 · 🔀 460 · 📦 61K · 📋 220 - 4% open · ⏱️ 27.02.2021): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 60 · 🔀 470 · 📦 63K · 📋 220 - 4% open · ⏱️ 27.03.2021): ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 860K / month · 📦 13K · ⏱️ 25.01.2021): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 690K / month · 📦 13K · ⏱️ 25.01.2021): ``` pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 17K · ⏱️ 26.06.2020): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 18K · ⏱️ 26.06.2020): ``` conda install -c conda-forge django-cors-headers ```
django-filter (🥈30 · ⭐ 3.3K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 160 · 🔀 630 · 📦 53K · 📋 710 - 11% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 160 · 🔀 660 · 📦 54K · 📋 740 - 14% open · ⏱️ 30.03.2021): ``` git clone https://github.com/carltongibson/django-filter ``` -- [PyPi](https://pypi.org/project/django-filter) (📥 800K / month · 📦 17K · ⏱️ 27.09.2020): +- [PyPi](https://pypi.org/project/django-filter) (📥 660K / month · 📦 17K · ⏱️ 27.09.2020): ``` pip install django-filter ```
django-mptt (🥈30 · ⭐ 2.5K) - Utilities for implementing a modified pre-order traversal tree.. MIT -- [GitHub](https://github.com/django-mptt/django-mptt) (👨‍💻 140 · 🔀 410 · 📦 8.8K · 📋 500 - 21% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/django-mptt/django-mptt) (👨‍💻 140 · 🔀 410 · 📦 8.9K · 📋 510 - 22% open · ⏱️ 04.03.2021): ``` git clone https://github.com/django-mptt/django-mptt ``` -- [PyPi](https://pypi.org/project/django-mptt) (📥 130K / month · 📦 6.3K · ⏱️ 18.01.2020): +- [PyPi](https://pypi.org/project/django-mptt) (📥 99K / month · 📦 6.3K · ⏱️ 18.01.2020): ``` pip install django-mptt ```
-
django-environ (🥈30 · ⭐ 2.2K · 💤) - Django-environ allows you to utilize 12factor inspired.. MIT +
django-autocomplete-light (🥈30 · ⭐ 1.5K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 55 · 🔀 230 · 📦 45K · 📋 190 - 61% open · ⏱️ 20.07.2020): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 170 · 🔀 420 · 📦 2.5K · 📋 780 - 23% open · ⏱️ 15.03.2021): ``` - git clone https://github.com/joke2k/django-environ - ``` -- [PyPi](https://pypi.org/project/django-environ) (📥 350K / month · 📦 6.8K · ⏱️ 25.06.2018): - ``` - pip install django-environ - ``` -- [Conda](https://anaconda.org/conda-forge/django-environ) (📥 44K · ⏱️ 09.07.2018): - ``` - conda install -c conda-forge django-environ - ``` -
-
django-redis (🥈30 · ⭐ 2K) - Full featured redis cache backend for Django. BSD-3 - -- [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 120 · 🔀 330 · 📋 260 - 11% open · ⏱️ 09.03.2021): - - ``` - git clone https://github.com/jazzband/django-redis + git clone https://github.com/yourlabs/django-autocomplete-light ``` -- [PyPi](https://pypi.org/project/django-redis) (📥 510K / month · 📦 6.7K · ⏱️ 27.05.2020): +- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 38K / month · 📦 1.4K · ⏱️ 13.10.2020): ``` - pip install django-redis + pip install django-autocomplete-light ```
django-tables2 (🥈30 · ⭐ 1.4K) - django-tables2 - An app for creating HTML tables. BSD-2 -- [GitHub](https://github.com/jieter/django-tables2) (👨‍💻 130 · 🔀 370 · 📦 3.8K · 📋 510 - 8% open · ⏱️ 27.02.2021): +- [GitHub](https://github.com/jieter/django-tables2) (👨‍💻 130 · 🔀 370 · 📦 3.8K · 📋 510 - 8% open · ⏱️ 28.03.2021): ``` git clone https://github.com/jieter/django-tables2 ``` -- [PyPi](https://pypi.org/project/django-tables2) (📥 54K / month · 📦 1.7K · ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/django-tables2) (📥 41K / month · 📦 1.7K · ⏱️ 10.01.2021): ``` pip install django-tables2 ```
-
easy-thumbnails (🥈30 · ⭐ 1.2K) - Easy thumbnails for Django. BSD-3 - -- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨‍💻 82 · 🔀 300 · 📦 6.8K · 📋 380 - 21% open · ⏱️ 22.01.2021): - - ``` - git clone https://github.com/SmileyChris/easy-thumbnails - ``` -- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 62K / month · 📦 4.1K · ⏱️ 23.11.2020): - ``` - pip install easy-thumbnails - ``` -
channels (🥈29 · ⭐ 4.8K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/django/channels) (👨‍💻 220 · 🔀 660 · 📦 11K · 📋 1.1K - 10% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/django/channels) (👨‍💻 220 · 🔀 660 · 📦 11K · 📋 1.1K - 10% open · ⏱️ 26.03.2021): ``` git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/channels) (📥 120K / month · 📦 2.3K · ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/channels) (📥 99K / month · 📦 2.3K · ⏱️ 28.12.2020): ``` pip install channels ``` -- [Conda](https://anaconda.org/conda-forge/channels) (📥 36K · ⏱️ 28.12.2020): +- [Conda](https://anaconda.org/conda-forge/channels) (📥 38K · ⏱️ 28.12.2020): ``` conda install -c conda-forge channels ```
django-taggit (🥈29 · ⭐ 2.6K) - Simple tagging for django. BSD-3 -- [GitHub](https://github.com/jazzband/django-taggit) (👨‍💻 120 · 🔀 550 · 📋 360 - 32% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/jazzband/django-taggit) (👨‍💻 120 · 🔀 550 · 📋 360 - 32% open · ⏱️ 18.03.2021): ``` git clone https://github.com/jazzband/django-taggit ``` -- [PyPi](https://pypi.org/project/django-taggit) (📥 110K / month · 📦 5.6K · ⏱️ 22.05.2020): +- [PyPi](https://pypi.org/project/django-taggit) (📥 100K / month · 📦 5.6K · ⏱️ 22.05.2020): ``` pip install django-taggit ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 73K · ⏱️ 01.01.2021): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 74K · ⏱️ 01.01.2021): ``` conda install -c conda-forge django-taggit ``` @@ -5274,179 +5143,179 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-compressor/django-compressor ``` -- [PyPi](https://pypi.org/project/django-compressor) (📥 120K / month · 📦 400 · ⏱️ 30.12.2019): +- [PyPi](https://pypi.org/project/django-compressor) (📥 92K / month · 📦 400 · ⏱️ 30.12.2019): ``` pip install django-compressor ```
django-webpack-loader (🥈29 · ⭐ 2.2K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨‍💻 37 · 🔀 300 · 📦 6.3K · 📋 140 - 33% open · ⏱️ 21.01.2021): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨‍💻 38 · 🔀 300 · 📦 6.3K · 📋 150 - 34% open · ⏱️ 11.03.2021): ``` git clone https://github.com/owais/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 120K / month · 📦 1.9K · ⏱️ 24.02.2020): +- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 88K / month · 📦 1.9K · ⏱️ 24.02.2020): ``` pip install django-webpack-loader ```
-
django-widget-tweaks (🥈29 · ⭐ 1.5K) - Tweak the form field rendering in templates, not in.. MIT +
django-environ (🥈29 · ⭐ 2.2K · 💤) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 23 · 🔀 110 · 📦 17K · 📋 71 - 38% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 55 · 🔀 230 · 📦 47K · 📋 190 - 61% open · ⏱️ 20.07.2020): ``` - git clone https://github.com/jazzband/django-widget-tweaks + git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 94K / month · 📦 4.3K · ⏱️ 16.03.2020): +- [PyPi](https://pypi.org/project/django-environ) (📥 270K / month · 📦 6.8K · ⏱️ 25.06.2018): ``` - pip install django-widget-tweaks - ``` -
-
sorl-thumbnail (🥈29 · ⭐ 1.5K) - Thumbnails for Django. BSD-3 - -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 140 · 🔀 440 · 📦 6.4K · 📋 380 - 28% open · ⏱️ 07.12.2020): - - ``` - git clone https://github.com/jazzband/sorl-thumbnail + pip install django-environ ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 73K / month · 📦 5K · ⏱️ 23.11.2020): +- [Conda](https://anaconda.org/conda-forge/django-environ) (📥 45K · ⏱️ 09.07.2018): ``` - pip install sorl-thumbnail + conda install -c conda-forge django-environ ```
-
django-simple-history (🥈29 · ⭐ 1.3K) - Store model history and view/revert changes from.. BSD-3 +
django-redis (🥈29 · ⭐ 2K) - Full featured redis cache backend for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 130 · 🔀 330 · 📦 1.7K · 📋 420 - 17% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 120 · 🔀 330 · 📋 260 - 11% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/jazzband/django-simple-history + git clone https://github.com/jazzband/django-redis ``` -- [PyPi](https://pypi.org/project/django-simple-history) (📥 130K / month · 📦 830 · ⏱️ 14.10.2020): +- [PyPi](https://pypi.org/project/django-redis) (📥 420K / month · 📦 6.7K · ⏱️ 27.05.2020): ``` - pip install django-simple-history + pip install django-redis ```
-
django-redis-cache (🥈29 · ⭐ 990) - A Redis cache backend for django. BSD-3 +
django-ckeditor (🥈29 · ⭐ 1.9K) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/sebleier/django-redis-cache) (👨‍💻 46 · 🔀 200 · 📦 2.7K · 📋 120 - 47% open · ⏱️ 15.10.2020): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 120 · 🔀 650 · 📦 14K · 📋 490 - 23% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/sebleier/django-redis-cache + git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-redis-cache) (📥 110K / month · 📦 2.3K · ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 64K / month · 📦 2.9K · ⏱️ 06.09.2020): ``` - pip install django-redis-cache + pip install django-ckeditor ```
-
django-ckeditor (🥈28 · ⭐ 1.9K) - Django admin CKEditor integration. BSD-3 +
django-widget-tweaks (🥈29 · ⭐ 1.5K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 120 · 🔀 650 · 📦 13K · 📋 490 - 23% open · ⏱️ 04.10.2020): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 23 · 🔀 110 · 📦 17K · 📋 71 - 38% open · ⏱️ 11.03.2021): ``` - git clone https://github.com/django-ckeditor/django-ckeditor + git clone https://github.com/jazzband/django-widget-tweaks ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (📥 77K / month · 📦 2.9K · ⏱️ 06.09.2020): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 75K / month · 📦 4.3K · ⏱️ 16.03.2020): ``` - pip install django-ckeditor + pip install django-widget-tweaks ```
-
django-activity-stream (🥈28 · ⭐ 1.9K) - Generate generic activity streams from the actions on.. BSD-3 +
sorl-thumbnail (🥈29 · ⭐ 1.5K) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/justquick/django-activity-stream) (👨‍💻 100 · 🔀 460 · 📦 600 · 📋 280 - 17% open · ⏱️ 28.01.2021): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 140 · 🔀 440 · 📦 6.5K · 📋 380 - 28% open · ⏱️ 07.12.2020): ``` - git clone https://github.com/justquick/django-activity-stream + git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (📥 12K / month · 📦 660 · ⏱️ 28.01.2021): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 58K / month · 📦 5K · ⏱️ 23.11.2020): ``` - pip install django-activity-stream + pip install sorl-thumbnail ```
django-imagekit (🥈28 · ⭐ 1.9K) - Automated image processing for Django. Currently v4.0. BSD-3 -- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨‍💻 70 · 🔀 230 · 📥 47 · 📦 4.8K · 📋 350 - 25% open · ⏱️ 13.02.2021): +- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨‍💻 70 · 🔀 230 · 📥 49 · 📦 4.9K · 📋 350 - 25% open · ⏱️ 13.02.2021): ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (📥 34K / month · 📦 2K · ⏱️ 20.11.2017): +- [PyPi](https://pypi.org/project/django-imagekit) (📥 28K / month · 📦 2K · ⏱️ 20.11.2017): ``` pip install django-imagekit ```
-
django-fsm (🥈28 · ⭐ 1.7K) - Django friendly finite state machine support. MIT +
django-rq (🥈28 · ⭐ 1.4K) - A simple app that provides django integration for RQ (Redis Queue). MIT -- [GitHub](https://github.com/viewflow/django-fsm) (👨‍💻 60 · 🔀 240 · 📦 850 · 📋 130 - 13% open · ⏱️ 09.12.2020): +- [GitHub](https://github.com/rq/django-rq) (👨‍💻 95 · 🔀 220 · 📦 1.4K · 📋 270 - 20% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/viewflow/django-fsm - ``` -- [PyPi](https://pypi.org/project/django-fsm) (📥 69K / month · 📦 600 · ⏱️ 13.10.2020): + git clone https://github.com/rq/django-rq ``` - pip install django-fsm +- [PyPi](https://pypi.org/project/django-rq) (📥 28K / month · 📦 780 · ⏱️ 31.03.2021): ``` -- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 16K · ⏱️ 07.12.2019): - ``` - conda install -c conda-forge django-fsm + pip install django-rq ```
-
django-rq (🥈28 · ⭐ 1.4K) - A simple app that provides django integration for RQ (Redis Queue). MIT +
django-constance (🥈28 · ⭐ 1.3K) - Dynamic Django settings. BSD-3 -- [GitHub](https://github.com/rq/django-rq) (👨‍💻 92 · 🔀 220 · 📦 1.4K · 📋 260 - 18% open · ⏱️ 26.01.2021): +- [GitHub](https://github.com/jazzband/django-constance) (👨‍💻 120 · 🔀 270 · 📦 750 · 📋 230 - 10% open · ⏱️ 17.03.2021): ``` - git clone https://github.com/rq/django-rq + git clone https://github.com/jazzband/django-constance ``` -- [PyPi](https://pypi.org/project/django-rq) (📥 34K / month · 📦 780 · ⏱️ 08.11.2020): +- [PyPi](https://pypi.org/project/django-constance) (📥 32K / month · 📦 540 · ⏱️ 20.11.2020): ``` - pip install django-rq + pip install django-constance ```
-
django-constance (🥈28 · ⭐ 1.3K) - Dynamic Django settings. BSD-3 +
django-simple-history (🥈28 · ⭐ 1.3K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (👨‍💻 120 · 🔀 270 · 📦 750 · 📋 230 - 10% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 130 · 🔀 330 · 📦 1.7K · 📋 420 - 17% open · ⏱️ 15.03.2021): ``` - git clone https://github.com/jazzband/django-constance + git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-constance) (📥 42K / month · 📦 540 · ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/django-simple-history) (📥 100K / month · 📦 830 · ⏱️ 14.10.2020): ``` - pip install django-constance + pip install django-simple-history ```
django-q (🥈28 · ⭐ 1.2K) - A multiprocessing distributed task queue for Django. MIT -- [GitHub](https://github.com/Koed00/django-q) (👨‍💻 53 · 🔀 170 · 📦 490 · 📋 290 - 58% open · ⏱️ 26.02.2021): +- [GitHub](https://github.com/Koed00/django-q) (👨‍💻 55 · 🔀 170 · 📦 510 · 📋 290 - 58% open · ⏱️ 26.03.2021): ``` git clone https://github.com/Koed00/django-q ``` -- [PyPi](https://pypi.org/project/django-q) (📥 15K / month · 📦 130 · ⏱️ 26.02.2021): +- [PyPi](https://pypi.org/project/django-q) (📥 13K / month · 📦 130 · ⏱️ 26.02.2021): ``` pip install django-q ```
-
django-waffle (🥈28 · ⭐ 820) - A feature flipper for Django. BSD-3 +
easy-thumbnails (🥈28 · ⭐ 1.2K) - Easy thumbnails for Django. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 96 · 🔀 230 · 📦 580 · 📋 170 - 14% open · ⏱️ 25.01.2021): +- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨‍💻 82 · 🔀 300 · 📦 6.9K · 📋 380 - 21% open · ⏱️ 22.01.2021): ``` - git clone https://github.com/django-waffle/django-waffle + git clone https://github.com/SmileyChris/easy-thumbnails ``` -- [PyPi](https://pypi.org/project/django-waffle) (📥 79K / month · 📦 650 · ⏱️ 22.01.2021): +- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 48K / month · 📦 4.1K · ⏱️ 23.11.2020): ``` - pip install django-waffle + pip install easy-thumbnails + ``` +
+
django-redis-cache (🥈28 · ⭐ 990) - A Redis cache backend for django. BSD-3 + +- [GitHub](https://github.com/sebleier/django-redis-cache) (👨‍💻 46 · 🔀 200 · 📦 2.8K · 📋 130 - 48% open · ⏱️ 15.10.2020): + + ``` + git clone https://github.com/sebleier/django-redis-cache + ``` +- [PyPi](https://pypi.org/project/django-redis-cache) (📥 82K / month · 📦 2.3K · ⏱️ 15.10.2020): + ``` + pip install django-redis-cache ```
django-bootstrap3 (🥉27 · ⭐ 2.2K) - Bootstrap 3 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 97 · 🔀 700 · 📋 290 - 1% open · ⏱️ 31.10.2020): +- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 97 · 🔀 700 · 📦 15K · 📋 290 - 1% open · ⏱️ 14.03.2021): ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 41K / month · 📦 7.9K · ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 34K / month · 📦 7.9K · ⏱️ 13.10.2020): ``` pip install django-bootstrap3 ``` @@ -5455,26 +5324,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap3 ```
-
django-sql-explorer (🥉27 · ⭐ 1.8K) - Easily share data across your company via SQL.. MIT +
django-activity-stream (🥉27 · ⭐ 1.9K) - Generate generic activity streams from the actions on.. BSD-3 -- [GitHub](https://github.com/groveco/django-sql-explorer) (👨‍💻 81 · 🔀 290 · 📦 220 · 📋 230 - 6% open · ⏱️ 13.02.2021): +- [GitHub](https://github.com/justquick/django-activity-stream) (👨‍💻 110 · 🔀 460 · 📦 610 · 📋 280 - 17% open · ⏱️ 28.03.2021): ``` - git clone https://github.com/groveco/django-sql-explorer + git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 12K / month · 📦 140 · ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/django-activity-stream) (📥 8K / month · 📦 660 · ⏱️ 28.01.2021): ``` - pip install django-sql-explorer + pip install django-activity-stream + ``` +
+
django-fsm (🥉27 · ⭐ 1.8K) - Django friendly finite state machine support. MIT + +- [GitHub](https://github.com/viewflow/django-fsm) (👨‍💻 60 · 🔀 240 · 📦 860 · 📋 130 - 14% open · ⏱️ 09.12.2020): + + ``` + git clone https://github.com/viewflow/django-fsm + ``` +- [PyPi](https://pypi.org/project/django-fsm) (📥 56K / month · 📦 600 · ⏱️ 13.10.2020): + ``` + pip install django-fsm + ``` +- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 16K · ⏱️ 07.12.2019): + ``` + conda install -c conda-forge django-fsm ```
django-cacheops (🥉27 · ⭐ 1.4K) - A slick ORM cache with automatic granular event-driven.. BSD-3 -- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 56 · 🔀 170 · 📦 450 · 📋 280 - 8% open · ⏱️ 19.02.2021): +- [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 56 · 🔀 170 · 📦 470 · 📋 280 - 8% open · ⏱️ 19.02.2021): ``` git clone https://github.com/Suor/django-cacheops ``` -- [PyPi](https://pypi.org/project/django-cacheops) (📥 59K / month · 📦 180 · ⏱️ 25.10.2020): +- [PyPi](https://pypi.org/project/django-cacheops) (📥 47K / month · 📦 180 · ⏱️ 25.10.2020): ``` pip install django-cacheops ``` @@ -5486,7 +5371,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) (📥 4.6K / month · 📦 470 · ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/django-angular) (📥 3.6K / month · 📦 470 · ⏱️ 05.05.2020): ``` pip install django-angular ``` @@ -5498,45 +5383,45 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-money) (📥 31K / month · 📦 370 · ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/django-money) (📥 24K / month · 📦 370 · ⏱️ 04.02.2021): ``` pip install django-money ```
-
django-countries (🥉27 · ⭐ 960) - A Django application that provides country choices for.. MIT +
django-countries (🥉27 · ⭐ 970) - A Django application that provides country choices for.. MIT -- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 44 · 🔀 210 · 📋 220 - 4% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 44 · 🔀 220 · 📋 220 - 4% open · ⏱️ 17.03.2021): ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (📥 190K / month · 📦 3K · ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/django-countries) (📥 140K / month · 📦 3K · ⏱️ 17.03.2021): ``` pip install django-countries ```
-
django-rosetta (🥉27 · ⭐ 800) - Rosetta is a Django application that eases the translation.. MIT +
django-waffle (🥉27 · ⭐ 830) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 75 · 🔀 180 · 📦 1.2K · 📋 140 - 30% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 96 · 🔀 230 · 📦 590 · 📋 170 - 14% open · ⏱️ 25.01.2021): ``` - git clone https://github.com/mbi/django-rosetta + git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-rosetta) (📥 18K / month · 📦 1.2K · ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/django-waffle) (📥 60K / month · 📦 650 · ⏱️ 22.01.2021): ``` - pip install django-rosetta + pip install django-waffle ```
-
django-stubs (🥉27 · ⭐ 610) - PEP-484 stubs for Django. MIT +
django-rosetta (🥉27 · ⭐ 810) - Rosetta is a Django application that eases the translation.. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 99 · 🔀 140 · 📦 1K · 📋 270 - 41% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 75 · 🔀 180 · 📦 1.2K · 📋 140 - 30% open · ⏱️ 19.03.2021): ``` - git clone https://github.com/typeddjango/django-stubs + git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-stubs) (📥 99K / month · 📦 64 · ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/django-rosetta) (📥 14K / month · 📦 1.2K · ⏱️ 19.03.2021): ``` - pip install django-stubs + pip install django-rosetta ```
django-shop (🥉26 · ⭐ 2.5K) - A Django based shop system. BSD-3 @@ -5546,163 +5431,187 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/awesto/django-shop ``` -- [PyPi](https://pypi.org/project/django-shop) (📥 600 / month · 📦 160 · ⏱️ 02.02.2021): +- [PyPi](https://pypi.org/project/django-shop) (📥 640 / month · 📦 160 · ⏱️ 02.02.2021): ``` pip install django-shop ```
+
django-sql-explorer (🥉26 · ⭐ 1.8K) - Easily share data across your company via SQL.. MIT + +- [GitHub](https://github.com/groveco/django-sql-explorer) (👨‍💻 81 · 🔀 290 · 📦 220 · 📋 230 - 6% open · ⏱️ 13.02.2021): + + ``` + git clone https://github.com/groveco/django-sql-explorer + ``` +- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 7.1K / month · 📦 140 · ⏱️ 19.01.2021): + ``` + pip install django-sql-explorer + ``` +
django-polymorphic (🥉26 · ⭐ 1.1K · 💤) - Improved Django model inheritance with automatic.. BSD-3 -- [GitHub](https://github.com/django-polymorphic/django-polymorphic) (👨‍💻 95 · 🔀 220 · 📋 290 - 42% open · ⏱️ 21.08.2020): +- [GitHub](https://github.com/django-polymorphic/django-polymorphic) (👨‍💻 95 · 🔀 230 · 📋 300 - 44% open · ⏱️ 21.08.2020): ``` git clone https://github.com/django-polymorphic/django-polymorphic ``` -- [PyPi](https://pypi.org/project/django-polymorphic) (📥 96K / month · 📦 180 · ⏱️ 21.08.2020): +- [PyPi](https://pypi.org/project/django-polymorphic) (📥 75K / month · 📦 180 · ⏱️ 21.08.2020): ``` pip install django-polymorphic ```
-
django-filebrowser (🥉26 · ⭐ 820) - Media-Management with Grappelli. BSD-3 +
django-extra-views (🥉26 · ⭐ 1.1K) - Django's class-based generic views are awesome, let's.. MIT -- [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨‍💻 35 · 🔀 380 · 📦 670 · 📋 270 - 6% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 57 · 🔀 160 · 📦 1.4K · 📋 120 - 7% open · ⏱️ 15.03.2021): ``` - git clone https://github.com/sehmaschine/django-filebrowser + git clone https://github.com/AndrewIngram/django-extra-views ``` -- [PyPi](https://pypi.org/project/django-filebrowser) (📥 2.9K / month · 📦 270 · ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/django-extra-views) (📥 18K / month · 📦 990 · ⏱️ 20.12.2019): ``` - pip install django-filebrowser + pip install django-extra-views ```
-
cookiecutter-django (🥉25 · ⭐ 7.8K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 +
django-bootstrap4 (🥉26 · ⭐ 890) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/pydanny/cookiecutter-django) (👨‍💻 310 · 🔀 2.1K · 📦 11 · 📋 960 - 13% open · ⏱️ 06.03.2021): +- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 130 · 🔀 200 · 📦 42K · 📋 140 - 21% open · ⏱️ 15.03.2021): ``` - git clone https://github.com/pydanny/cookiecutter-django + git clone https://github.com/zostera/django-bootstrap4 ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 36 / month · 📦 1 · ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 51K / month · 📦 1.9K · ⏱️ 16.10.2020): ``` - pip install cookiecutter-django + pip install django-bootstrap4 + ``` +- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 13K · ⏱️ 02.01.2020): + ``` + conda install -c conda-forge django-bootstrap4 ```
-
viewflow (🥉25 · ⭐ 2K) - Reusable workflow library for Django. ❗️AGPL-3.0 +
django-filebrowser (🥉26 · ⭐ 830) - Media-Management with Grappelli. BSD-3 -- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 27 · 🔀 330 · 📦 180 · 📋 250 - 9% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨‍💻 35 · 🔀 380 · 📦 680 · 📋 270 - 6% open · ⏱️ 12.02.2021): ``` - git clone https://github.com/viewflow/viewflow + git clone https://github.com/sehmaschine/django-filebrowser ``` -- [PyPi](https://pypi.org/project/django-viewflow) (📥 1.4K / month · 📦 60 · ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/django-filebrowser) (📥 2.4K / month · 📦 270 · ⏱️ 25.11.2020): ``` - pip install django-viewflow + pip install django-filebrowser ```
-
django-blog-zinnia (🥉25 · ⭐ 2K · 💤) - Simple yet powerful and really extendable application.. BSD-3 +
django-stubs (🥉26 · ⭐ 620) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/Fantomas42/django-blog-zinnia) (👨‍💻 71 · 🔀 730 · 📦 440 · 📋 440 - 7% open · ⏱️ 09.03.2020): +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 99 · 🔀 140 · 📦 1.1K · 📋 270 - 41% open · ⏱️ 07.03.2021): ``` - git clone https://github.com/Fantomas42/django-blog-zinnia + git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-blog-zinnia) (📥 1.8K / month · 📦 330 · ⏱️ 10.03.2018): +- [PyPi](https://pypi.org/project/django-stubs) (📥 77K / month · 📦 64 · ⏱️ 28.10.2020): ``` - pip install django-blog-zinnia + pip install django-stubs ```
-
django-push-notifications (🥉25 · ⭐ 1.7K) - Send push notifications to mobile devices through GCM.. MIT +
cookiecutter-django (🥉25 · ⭐ 7.9K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 84 · 🔀 500 · 📥 34 · 📋 370 - 32% open · ⏱️ 04.03.2021): +- [GitHub](https://github.com/pydanny/cookiecutter-django) (👨‍💻 310 · 🔀 2.1K · 📦 11 · 📋 970 - 14% open · ⏱️ 27.03.2021): ``` - git clone https://github.com/jazzband/django-push-notifications + git clone https://github.com/pydanny/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (📥 15K / month · 📦 170 · ⏱️ 11.03.2020): +- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 61 / month · 📦 1 · ⏱️ 15.01.2018): ``` - pip install django-push-notifications + pip install cookiecutter-django ```
-
django-extra-views (🥉25 · ⭐ 1.1K) - Django's class-based generic views are awesome, let's.. MIT +
django-push-notifications (🥉25 · ⭐ 1.7K) - Send push notifications to mobile devices through GCM.. MIT -- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 57 · 🔀 160 · 📦 1.3K · 📋 120 - 7% open · ⏱️ 09.12.2020): +- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 85 · 🔀 500 · 📥 35 · 📋 380 - 32% open · ⏱️ 23.03.2021): ``` - git clone https://github.com/AndrewIngram/django-extra-views + git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-extra-views) (📥 23K / month · 📦 990 · ⏱️ 20.12.2019): +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 12K / month · 📦 170 · ⏱️ 11.03.2020): ``` - pip install django-extra-views + pip install django-push-notifications ```
-
django-phonenumber-field (🥉25 · ⭐ 1K) - A django model and form field for normalised phone.. MIT +
django-phonenumber-field (🥉25 · ⭐ 1.1K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 94 · 🔀 280 · 📋 180 - 32% open · ⏱️ 01.03.2021): +- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 94 · 🔀 280 · 📋 180 - 32% open · ⏱️ 24.03.2021): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 170K / month · 📦 1.6K · ⏱️ 17.08.2020): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 130K / month · 📦 1.6K · ⏱️ 17.08.2020): ``` pip install django-phonenumber-field ```
-
django-bootstrap4 (🥉25 · ⭐ 870) - Bootstrap 4 integration with Django. BSD-3 +
django-cachalot (🥉25 · ⭐ 790) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (👨‍💻 130 · 🔀 200 · 📋 140 - 21% open · ⏱️ 17.11.2020): +- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 25 · 🔀 100 · 📦 340 · 📋 120 - 14% open · ⏱️ 30.03.2021): ``` - git clone https://github.com/zostera/django-bootstrap4 + git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 47K / month · 📦 1.9K · ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 12K / month · 📦 160 · ⏱️ 23.03.2021): ``` - pip install django-bootstrap4 + pip install django-cachalot ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 12K · ⏱️ 02.01.2020): +- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 31K · ⏱️ 09.08.2018): ``` - conda install -c conda-forge django-bootstrap4 + conda install -c conda-forge django-cachalot ```
-
django-cachalot (🥉25 · ⭐ 790) - No effort, no worry, maximum performance. BSD-3 +
django-paypal (🥉25 · ⭐ 600) - A pluggable Django application for integrating PayPal.. MIT -- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 23 · 🔀 100 · 📦 330 · 📋 120 - 15% open · ⏱️ 09.11.2020): +- [GitHub](https://github.com/spookylukey/django-paypal) (👨‍💻 70 · 🔀 190 · 📦 1.5K · 📋 140 - 4% open · ⏱️ 14.03.2021): ``` - git clone https://github.com/noripyt/django-cachalot - ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 18K / month · 📦 160 · ⏱️ 09.11.2020): - ``` - pip install django-cachalot + git clone https://github.com/spookylukey/django-paypal ``` -- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 30K · ⏱️ 09.08.2018): +- [PyPi](https://pypi.org/project/django-paypal) (📥 4.6K / month · 📦 580 · ⏱️ 14.03.2021): ``` - conda install -c conda-forge django-cachalot + pip install django-paypal ```
-
django-dbbackup (🥉25 · ⭐ 470) - Management commands to help backup and restore your.. BSD-3 +
django-dbbackup (🥉25 · ⭐ 480) - Management commands to help backup and restore your.. BSD-3 -- [GitHub](https://github.com/django-dbbackup/django-dbbackup) (👨‍💻 50 · 🔀 140 · 📦 620 · 📋 250 - 25% open · ⏱️ 25.12.2020): +- [GitHub](https://github.com/django-dbbackup/django-dbbackup) (👨‍💻 50 · 🔀 140 · 📦 630 · 📋 250 - 25% open · ⏱️ 25.12.2020): ``` git clone https://github.com/django-dbbackup/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (📥 15K / month · 📦 300 · ⏱️ 14.04.2020): +- [PyPi](https://pypi.org/project/django-dbbackup) (📥 12K / month · 📦 300 · ⏱️ 14.04.2020): ``` pip install django-dbbackup ```
-
djangorestframework-stubs (🥉25 · ⭐ 190) - PEP-484 stubs for django-rest-framework. MIT +
djangorestframework-stubs (🥉25 · ⭐ 200) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 28 · 🔀 37 · 📦 890 · 📋 60 - 30% open · ⏱️ 03.02.2021): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 30 · 🔀 41 · 📦 900 · 📋 62 - 30% open · ⏱️ 29.03.2021): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 42K / month · 📦 86 · ⏱️ 03.02.2021): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 32K / month · 📦 86 · ⏱️ 03.02.2021): ``` pip install djangorestframework-stubs ```
+
viewflow (🥉24 · ⭐ 2K) - Reusable workflow library for Django. ❗️AGPL-3.0 + +- [GitHub](https://github.com/viewflow/viewflow) (👨‍💻 27 · 🔀 330 · 📦 180 · 📋 250 - 9% open · ⏱️ 26.03.2021): + + ``` + git clone https://github.com/viewflow/viewflow + ``` +- [PyPi](https://pypi.org/project/django-viewflow) (📥 1.1K / month · 📦 60 · ⏱️ 15.01.2021): + ``` + pip install django-viewflow + ``` +
django-configurations (🥉24 · ⭐ 800) - A helper for organizing Django project settings by.. BSD-3 - [GitHub](https://github.com/jazzband/django-configurations) (👨‍💻 51 · 🔀 120 · 📦 1.8K · 📋 170 - 29% open · ⏱️ 09.03.2021): @@ -5710,177 +5619,155 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-configurations) (📥 33K / month · 📦 1.3K · ⏱️ 03.12.2019): +- [PyPi](https://pypi.org/project/django-configurations) (📥 25K / month · 📦 1.3K · ⏱️ 03.12.2019): ``` pip install django-configurations ```
-
django-paypal (🥉24 · ⭐ 600) - A pluggable Django application for integrating PayPal.. MIT +
django-lifecycle (🥉24 · ⭐ 690) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/spookylukey/django-paypal) (👨‍💻 69 · 🔀 170 · 📦 1.5K · 📋 140 - 5% open · ⏱️ 12.11.2020): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 22 · 🔀 41 · 📦 39 · 📋 30 - 23% open · ⏱️ 14.03.2021): ``` - git clone https://github.com/spookylukey/django-paypal + git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-paypal) (📥 5.6K / month · 📦 580 · ⏱️ 22.03.2019): +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 8.9K / month · 📦 4 · ⏱️ 14.03.2021): ``` - pip install django-paypal + pip install django-lifecycle ```
-
django-cleanup (🥉24 · ⭐ 590) - Automatically deletes old file for FileField and ImageField... MIT +
django-cleanup (🥉24 · ⭐ 600 · 💤) - Automatically deletes old file for FileField and.. MIT -- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 15 · 🔀 50 · 📦 4.2K · 📋 40 - 2% open · ⏱️ 15.09.2020): +- [GitHub](https://github.com/un1t/django-cleanup) (👨‍💻 15 · 🔀 52 · 📦 4.3K · 📋 43 - 9% open · ⏱️ 15.09.2020): ``` git clone https://github.com/un1t/django-cleanup ``` -- [PyPi](https://pypi.org/project/django-cleanup) (📥 26K / month · 📦 630 · ⏱️ 15.09.2020): +- [PyPi](https://pypi.org/project/django-cleanup) (📥 22K / month · 📦 630 · ⏱️ 15.09.2020): ``` pip install django-cleanup ```
django-robots (🥉24 · ⭐ 340) - A Django app for managing robots.txt files following the.. BSD-3 -- [GitHub](https://github.com/jazzband/django-robots) (👨‍💻 37 · 🔀 74 · 📦 710 · 📋 50 - 26% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/jazzband/django-robots) (👨‍💻 37 · 🔀 74 · 📦 720 · 📋 50 - 26% open · ⏱️ 10.03.2021): ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (📥 9.5K / month · 📦 1.1K · ⏱️ 04.01.2020): +- [PyPi](https://pypi.org/project/django-robots) (📥 8.3K / month · 📦 1.1K · ⏱️ 04.01.2020): ``` pip install django-robots ```
-
django-vanilla-views (🥉23 · ⭐ 880) - Beautifully simple class-based views. BSD-2 +
django-vanilla-views (🥉23 · ⭐ 890 · 💤) - Beautifully simple class-based views. BSD-2 -- [GitHub](https://github.com/encode/django-vanilla-views) (👨‍💻 30 · 🔀 70 · 📦 440 · 📋 41 - 4% open · ⏱️ 10.09.2020): +- [GitHub](https://github.com/encode/django-vanilla-views) (👨‍💻 30 · 🔀 70 · 📦 450 · 📋 41 - 4% open · ⏱️ 10.09.2020): ``` git clone https://github.com/encode/django-vanilla-views ``` -- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 3.2K / month · 📦 490 · ⏱️ 10.09.2020): +- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 2.5K / month · 📦 490 · ⏱️ 10.09.2020): ``` pip install django-vanilla-views ```
-
django-organizations (🥉23 · ⭐ 810) - Multi-user accounts for Django projects. BSD-2 +
django-organizations (🥉23 · ⭐ 820) - Multi-user accounts for Django projects. BSD-2 -- [GitHub](https://github.com/bennylope/django-organizations) (👨‍💻 43 · 🔀 150 · 📋 130 - 12% open · ⏱️ 30.11.2020): +- [GitHub](https://github.com/bennylope/django-organizations) (👨‍💻 43 · 🔀 160 · 📋 130 - 12% open · ⏱️ 30.11.2020): ``` git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-organizations) (📥 29K / month · 📦 68 · ⏱️ 07.09.2020): +- [PyPi](https://pypi.org/project/django-organizations) (📥 22K / month · 📦 68 · ⏱️ 07.09.2020): ``` pip install django-organizations ```
-
django-split-settings (🥉23 · ⭐ 680) - Organize Django settings into multiple files and.. BSD-3 +
django-split-settings (🥉23 · ⭐ 690) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/sobolevn/django-split-settings) (👨‍💻 18 · 🔀 49 · 📋 36 - 11% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/sobolevn/django-split-settings) (👨‍💻 18 · 🔀 50 · 📋 36 - 11% open · ⏱️ 22.03.2021): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (📥 21K / month · 📦 110 · ⏱️ 22.04.2020): +- [PyPi](https://pypi.org/project/django-split-settings) (📥 16K / month · 📦 110 · ⏱️ 22.04.2020): ``` pip install django-split-settings ```
-
django-lifecycle (🥉23 · ⭐ 640) - Declarative model lifecycle hooks, an alternative to.. MIT - -- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 21 · 🔀 40 · 📦 35 · 📋 29 - 20% open · ⏱️ 14.02.2021): - - ``` - git clone https://github.com/rsinger86/django-lifecycle - ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 11K / month · 📦 4 · ⏱️ 14.02.2021): - ``` - pip install django-lifecycle - ``` -
-
django-watson (🥉22 · ⭐ 890 · 💤) - Full-text multi-table search application for Django... BSD-3 - -- [GitHub](https://github.com/etianen/django-watson) (👨‍💻 37 · 🔀 110 · 📦 380 · 📋 200 - 7% open · ⏱️ 30.03.2020): - - ``` - git clone https://github.com/etianen/django-watson - ``` -- [PyPi](https://pypi.org/project/django-watson) (📥 5.3K / month · 📦 210 · ⏱️ 30.03.2020): - ``` - pip install django-watson - ``` -
django-summernote (🥉22 · ⭐ 800) - Simply integrate Summernote editor with Django project. MIT -- [GitHub](https://github.com/summernote/django-summernote) (👨‍💻 67 · 🔀 200 · 📋 310 - 11% open · ⏱️ 13.02.2021): +- [GitHub](https://github.com/summernote/django-summernote) (👨‍💻 67 · 🔀 200 · 📋 310 - 12% open · ⏱️ 13.02.2021): ``` git clone https://github.com/summernote/django-summernote ``` -- [PyPi](https://pypi.org/project/django-summernote) (📥 12K / month · 📦 450 · ⏱️ 22.12.2019): +- [PyPi](https://pypi.org/project/django-summernote) (📥 10K / month · 📦 450 · ⏱️ 22.12.2019): ``` pip install django-summernote ```
django-easy-audit (🥉21 · ⭐ 290) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 -- [GitHub](https://github.com/soynatan/django-easy-audit) (👨‍💻 26 · 🔀 95 · 📦 93 · 📋 89 - 37% open · ⏱️ 09.11.2020): +- [GitHub](https://github.com/soynatan/django-easy-audit) (👨‍💻 26 · 🔀 95 · 📦 97 · 📋 89 - 37% open · ⏱️ 09.11.2020): ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (📥 7.5K / month · 📦 16 · ⏱️ 07.11.2020): +- [PyPi](https://pypi.org/project/django-easy-audit) (📥 5.4K / month · 📦 16 · ⏱️ 07.11.2020): ``` pip install django-easy-audit ```
-
django-csp (🥉20 · ⭐ 360) - Content Security Policy for Django. BSD-3 +
django-csp (🥉19 · ⭐ 360) - Content Security Policy for Django. BSD-3 - [GitHub](https://github.com/mozilla/django-csp) (👨‍💻 43 · 🔀 76 · 📋 85 - 16% open · ⏱️ 04.01.2021): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (📥 56K / month · ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (📥 43K / month · ⏱️ 12.08.2020): ``` pip install django-csp ```
-
Django-Ninja (🥉18 · ⭐ 830) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT +
Django-Ninja (🥉18 · ⭐ 960) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 14 · 🔀 43 · 📋 70 - 40% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 19 · 🔀 53 · 📋 89 - 37% open · ⏱️ 26.03.2021): ``` git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-ninja) (📥 860 / month · ⏱️ 02.02.2021): +- [PyPi](https://pypi.org/project/django-ninja) (📥 780 / month · ⏱️ 26.03.2021): ``` pip install django-ninja ```
-
django-codemod (🥉14 · ⭐ 81) - A tool to automatically fix Django deprecations. MIT +
django-codemod (🥉14 · ⭐ 91) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 15 · 🔀 10 · 📥 63 · 📋 32 - 18% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 15 · 🔀 10 · 📥 63 · 📋 32 - 18% open · ⏱️ 27.03.2021): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 270 / month · ⏱️ 02.03.2021): +- [PyPi](https://pypi.org/project/django-codemod) (📥 280 / month · ⏱️ 02.03.2021): ``` pip install django-codemod ```
-
Show 9 hidden projects... +
Show 11 hidden projects... -- dj-database-url (🥇31 · ⭐ 1.2K · 💀) - Use Database URLs in your Django Application. BSD-2 -- django-braces (🥈29 · ⭐ 1.7K · 💀) - Reusable, generic mixins for Django. BSD-3 -- jsonfield (🥈28 · ⭐ 1.1K · 💀) - A reusable Django model field for storing ad-hoc JSON data. MIT -- django-floppyforms (🥉25 · ⭐ 780) - Full control of form rendering in the templates. ❗️MirOS +- dj-database-url (🥈30 · ⭐ 1.2K · 💀) - Use Database URLs in your Django Application. BSD-2 +- jsonfield (🥈29 · ⭐ 1.1K · 💀) - A reusable Django model field for storing ad-hoc JSON data. MIT +- django-braces (🥈28 · ⭐ 1.7K · 💀) - Reusable, generic mixins for Django. BSD-3 +- django-blog-zinnia (🥉26 · ⭐ 2K · 💀) - Simple yet powerful and really extendable application.. BSD-3 - django-jenkins (🥉24 · ⭐ 930 · 💀) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 -- django-solo (🥉24 · ⭐ 560) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 +- django-floppyforms (🥉24 · ⭐ 790) - Full control of form rendering in the templates. ❗️MirOS - django-cache-machine (🥉23 · ⭐ 800 · 💀) - Automatic caching and invalidation for Django models.. BSD-3 -- merchant (🥉19 · ⭐ 970 · 💀) - A Django app to accept payments from various payment.. BSD-3 +- django-solo (🥉23 · ⭐ 570) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 +- django-watson (🥉22 · ⭐ 900 · 💀) - Full-text multi-table search application for Django... BSD-3 +- merchant (🥉19 · ⭐ 960 · 💀) - A Django app to accept payments from various payment.. BSD-3 - django-schedule (🥉11 · ⭐ 790 · 💀) - A calendaring app for Django. It is now stable,.. ❗Unlicensed

@@ -5889,30 +5776,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
jinja (🥇39 · ⭐ 7.6K) - A very fast and expressive template engine. BSD-3 +
jinja (🥇38 · ⭐ 7.6K) - A very fast and expressive template engine. BSD-3 -- [GitHub](https://github.com/pallets/jinja) (👨‍💻 270 · 🔀 1.4K · 📥 52K · 📦 580K · 📋 750 - 7% open · ⏱️ 25.02.2021): +- [GitHub](https://github.com/pallets/jinja) (👨‍💻 270 · 🔀 1.4K · 📥 52K · 📦 600K · 📋 750 - 7% open · ⏱️ 01.04.2021): ``` git clone https://github.com/pallets/jinja ``` -- [PyPi](https://pypi.org/project/jinja2) (📥 27M / month · 📦 190K · ⏱️ 31.01.2021): +- [PyPi](https://pypi.org/project/jinja2) (📥 23M / month · 📦 190K · ⏱️ 31.01.2021): ``` pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 8.7M · ⏱️ 31.01.2021): +- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 9M · ⏱️ 31.01.2021): ``` conda install -c conda-forge jinja2 ```
-
itsdangerous (🥇34 · ⭐ 2.1K) - Safely pass trusted data to untrusted environments and back. BSD-3 +
itsdangerous (🥇34 · ⭐ 2.2K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 35 · 🔀 180 · 📦 390K · ⏱️ 01.03.2021): +- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 35 · 🔀 180 · 📦 400K · ⏱️ 22.03.2021): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (📥 8.7M / month · 📦 100K · ⏱️ 15.02.2021): +- [PyPi](https://pypi.org/project/itsdangerous) (📥 7.2M / month · 📦 100K · ⏱️ 15.02.2021): ``` pip install itsdangerous ``` @@ -5923,144 +5810,144 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dnspython (🥇34 · ⭐ 1.7K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 80 · 🔀 370 · 📦 46K · 📋 340 - 2% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 81 · 🔀 380 · 📦 48K · 📋 340 - 2% open · ⏱️ 23.03.2021): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (📥 11M / month · 📦 7.8K · ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/dnspython) (📥 4.4M / month · 📦 7.8K · ⏱️ 07.01.2021): ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 110K · ⏱️ 02.09.2020): +- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 120K · ⏱️ 02.09.2020): ``` conda install -c conda-forge dnspython ```
-
certifi (🥇34 · ⭐ 430) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +
certbot (🥇33 · ⭐ 28K) - Certbot is EFF's tool to obtain certs from Let's Encrypt and.. Apache-2 -- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 25 · 🔀 130 · 📦 500K · 📋 94 - 17% open · ⏱️ 05.12.2020): +- [GitHub](https://github.com/certbot/certbot) (👨‍💻 470 · 🔀 3.1K · 📥 4K · 📦 850 · 📋 4.8K - 11% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/certifi/python-certifi - ``` -- [PyPi](https://pypi.org/project/certifi) (📥 66M / month · 📦 79K · ⏱️ 05.12.2020): - ``` - pip install certifi + git clone https://github.com/certbot/certbot ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (📥 31M · ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/certbot) (📥 52K / month · 📦 360 · ⏱️ 03.03.2021): ``` - conda install -c conda-forge certifi + pip install certbot ```
-
certbot (🥇33 · ⭐ 28K) - Certbot is EFF's tool to obtain certs from Let's Encrypt and.. Apache-2 +
certifi (🥇33 · ⭐ 430) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certbot/certbot) (👨‍💻 470 · 🔀 3.1K · 📥 3.8K · 📦 820 · 📋 4.8K - 12% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 25 · 🔀 140 · 📦 510K · 📋 94 - 17% open · ⏱️ 05.12.2020): ``` - git clone https://github.com/certbot/certbot + git clone https://github.com/certifi/python-certifi ``` -- [PyPi](https://pypi.org/project/certbot) (📥 53K / month · 📦 360 · ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/certifi) (📥 43M / month · 📦 79K · ⏱️ 05.12.2020): ``` - pip install certbot + pip install certifi + ``` +- [Conda](https://anaconda.org/conda-forge/certifi) (📥 32M · ⏱️ 07.01.2021): + ``` + conda install -c conda-forge certifi ```
scapy (🥈32 · ⭐ 6.1K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (👨‍💻 340 · 🔀 1.4K · 📦 4.4K · 📋 1.1K - 4% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 340 · 🔀 1.4K · 📦 4.6K · 📋 1.2K - 5% open · ⏱️ 30.03.2021): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (📥 840K / month · 📦 1.6K · ⏱️ 02.09.2020): +- [PyPi](https://pypi.org/project/scapy) (📥 660K / month · 📦 1.6K · ⏱️ 02.09.2020): ``` pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (📥 8.7K · ⏱️ 02.09.2020): +- [Conda](https://anaconda.org/conda-forge/scapy) (📥 9.1K · ⏱️ 02.09.2020): ``` conda install -c conda-forge scapy ```
twisted (🥈31 · ⭐ 4.2K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (👨‍💻 220 · 🔀 1K · 📦 38K · ⏱️ 09.03.2021): +- [GitHub](https://github.com/twisted/twisted) (👨‍💻 220 · 🔀 1K · 📦 39K · ⏱️ 31.03.2021): ``` git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/twisted) (📥 1.3M / month · 📦 19K · ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/twisted) (📥 620K / month · 📦 19K · ⏱️ 28.02.2021): ``` pip install twisted ```
rdflib (🥈31 · ⭐ 1.4K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 150 · 🔀 400 · 📦 5.3K · 📋 820 - 29% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 150 · 🔀 410 · 📦 5.4K · 📋 840 - 30% open · ⏱️ 23.03.2021): ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (📥 150K / month · 📦 3.1K · ⏱️ 18.04.2020): +- [PyPi](https://pypi.org/project/rdflib) (📥 130K / month · 📦 3.1K · ⏱️ 18.04.2020): ``` pip install rdflib ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 140K · ⏱️ 13.01.2021): +- [Conda](https://anaconda.org/conda-forge/rdflib) (📥 150K · ⏱️ 13.01.2021): ``` conda install -c conda-forge rdflib ```
-
impacket (🥈30 · ⭐ 6.4K) - Impacket is a collection of Python classes for working with network.. Apache-2 +
impacket (🥈30 · ⭐ 6.5K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/SecureAuthCorp/impacket) (👨‍💻 140 · 🔀 1.9K · 📥 44K · 📦 810 · 📋 670 - 22% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/SecureAuthCorp/impacket) (👨‍💻 140 · 🔀 1.9K · 📥 47K · 📦 840 · 📋 680 - 23% open · ⏱️ 15.03.2021): ``` git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/impacket) (📥 19K / month · 📦 360 · ⏱️ 23.11.2020): +- [PyPi](https://pypi.org/project/impacket) (📥 16K / month · 📦 360 · ⏱️ 23.11.2020): ``` pip install impacket ```
-
pyopenssl (🥈30 · ⭐ 700) - A Python wrapper around the OpenSSL library. Apache-2 +
pyopenssl (🥈30 · ⭐ 710) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 93 · 🔀 360 · 📋 430 - 17% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 93 · 🔀 360 · 📋 430 - 17% open · ⏱️ 26.03.2021): ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (📥 15M / month · 📦 28K · ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/pyopenssl) (📥 8.6M / month · 📦 28K · ⏱️ 15.12.2020): ``` pip install pyopenssl ``` -- [Conda](https://anaconda.org/conda-forge/pyopenssl) (📥 8.8M · ⏱️ 15.12.2020): +- [Conda](https://anaconda.org/conda-forge/pyopenssl) (📥 9.1M · ⏱️ 15.12.2020): ``` conda install -c conda-forge pyopenssl ```
terminado (🥈30 · ⭐ 270) - Terminals served by tornado websockets. BSD-3 -- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 26 · 🔀 59 · 📋 50 - 44% open · ⏱️ 04.01.2021): +- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 28 · 🔀 64 · 📋 53 - 45% open · ⏱️ 29.03.2021): ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (📥 6.9M / month · 📦 14K · ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/terminado) (📥 6.5M / month · 📦 14K · ⏱️ 15.03.2021): ``` pip install terminado ``` -- [Conda](https://anaconda.org/conda-forge/terminado) (📥 3.3M · ⏱️ 16.01.2021): +- [Conda](https://anaconda.org/conda-forge/terminado) (📥 3.4M · ⏱️ 29.03.2021): ``` conda install -c conda-forge terminado ```
netaddr (🥈29 · ⭐ 650) - A network address manipulation library for Python. BSD-3 -- [GitHub](https://github.com/netaddr/netaddr) (👨‍💻 45 · 🔀 140 · 📦 11K · 📋 150 - 19% open · ⏱️ 08.02.2021): +- [GitHub](https://github.com/netaddr/netaddr) (👨‍💻 45 · 🔀 140 · 📦 12K · 📋 150 - 19% open · ⏱️ 24.03.2021): ``` git clone https://github.com/netaddr/netaddr ``` -- [PyPi](https://pypi.org/project/netaddr) (📥 1.3M / month · 📦 8.8K · ⏱️ 03.07.2020): +- [PyPi](https://pypi.org/project/netaddr) (📥 940K / month · 📦 8.8K · ⏱️ 03.07.2020): ``` pip install netaddr ``` @@ -6069,36 +5956,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge netaddr ```
-
Mako (🥈29 · ⭐ 130) - Mako Templates for Python. MIT +
fake-useragent (🥈28 · ⭐ 2.4K · 💤) - up to date simple useragent faker with real world.. Apache-2 -- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 50 · 🔀 24 · 📋 310 - 20% open · ⏱️ 14.01.2021): +- [GitHub](https://github.com/hellysmile/fake-useragent) (👨‍💻 7 · 🔀 340 · 📦 8.4K · 📋 84 - 41% open · ⏱️ 22.09.2020): ``` - git clone https://github.com/sqlalchemy/mako - ``` -- [PyPi](https://pypi.org/project/mako) (📥 4.1M / month · 📦 27K · ⏱️ 14.01.2021): - ``` - pip install mako + git clone https://github.com/hellysmile/fake-useragent ``` -- [Conda](https://anaconda.org/conda-forge/mako) (📥 1.7M · ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/fake-useragent) (📥 350K / month · 📦 1.2K · ⏱️ 04.10.2018): ``` - conda install -c conda-forge mako + pip install fake-useragent ```
-
dpkt (🥈28 · ⭐ 780) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 +
python-user-agents (🥈28 · ⭐ 1.1K) - A Python library that provides an easy way to identify.. MIT -- [GitHub](https://github.com/kbandla/dpkt) (👨‍💻 49 · 🔀 220 · 📦 720 · 📋 340 - 22% open · ⏱️ 09.02.2021): +- [GitHub](https://github.com/selwin/python-user-agents) (👨‍💻 28 · 🔀 180 · 📦 2.5K · 📋 65 - 52% open · ⏱️ 16.03.2021): ``` - git clone https://github.com/kbandla/dpkt - ``` -- [PyPi](https://pypi.org/project/dpkt) (📥 180K / month · 📦 560 · ⏱️ 08.02.2021): + git clone https://github.com/selwin/python-user-agents ``` - pip install dpkt +- [PyPi](https://pypi.org/project/user-agents) (📥 500K / month · 📦 820 · ⏱️ 23.08.2020): ``` -- [Conda](https://anaconda.org/conda-forge/dpkt) (📥 16K · ⏱️ 10.02.2021): - ``` - conda install -c conda-forge dpkt + pip install user-agents ```
pynacl (🥈28 · ⭐ 760) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 @@ -6108,111 +5987,107 @@ _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) (📥 7.2M / month · 📦 3.9K · ⏱️ 25.05.2020): +- [PyPi](https://pypi.org/project/pynacl) (📥 5.1M / month · 📦 3.9K · ⏱️ 25.05.2020): ``` pip install pynacl ``` -- [Conda](https://anaconda.org/conda-forge/pynacl) (📥 810K · ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/pynacl) (📥 860K · ⏱️ 15.01.2021): ``` conda install -c conda-forge pynacl ```
-
idna (🥈28 · ⭐ 140) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 +
Mako (🥈28 · ⭐ 130) - Mako Templates for Python. MIT -- [GitHub](https://github.com/kjd/idna) (👨‍💻 18 · 🔀 53 · 📋 56 - 7% open · ⏱️ 29.01.2021): +- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 50 · 🔀 28 · 📋 310 - 20% open · ⏱️ 14.01.2021): ``` - git clone https://github.com/kjd/idna + git clone https://github.com/sqlalchemy/mako ``` -- [PyPi](https://pypi.org/project/idna) (📥 58M / month · 📦 71K · ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/mako) (📥 3.4M / month · 📦 27K · ⏱️ 14.01.2021): ``` - pip install idna + pip install mako ``` -- [Conda](https://anaconda.org/conda-forge/idna) (📥 8.8M · ⏱️ 05.01.2021): +- [Conda](https://anaconda.org/conda-forge/mako) (📥 1.8M · ⏱️ 14.01.2021): ``` - conda install -c conda-forge idna + conda install -c conda-forge mako ```
-
pwntools (🥉27 · ⭐ 7.6K) - CTF framework and exploit development library. MIT +
pwntools (🥉27 · ⭐ 7.7K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 170 · 🔀 1.4K · 📦 320 · 📋 800 - 14% open · ⏱️ 08.03.2021): +- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 170 · 🔀 1.4K · 📦 330 · 📋 800 - 14% open · ⏱️ 31.03.2021): ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (📥 12K / month · 📦 64 · ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/pwntools) (📥 10K / month · 📦 64 · ⏱️ 30.03.2021): ``` pip install pwntools ```
-
fake-useragent (🥉27 · ⭐ 2.3K) - up to date simple useragent faker with real world database. Apache-2 +
dpkt (🥉27 · ⭐ 790) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 -- [GitHub](https://github.com/hellysmile/fake-useragent) (👨‍💻 7 · 🔀 340 · 📦 8.1K · 📋 84 - 41% open · ⏱️ 22.09.2020): +- [GitHub](https://github.com/kbandla/dpkt) (👨‍💻 50 · 🔀 220 · 📦 730 · 📋 340 - 22% open · ⏱️ 12.03.2021): ``` - git clone https://github.com/hellysmile/fake-useragent - ``` -- [PyPi](https://pypi.org/project/fake-useragent) (📥 420K / month · 📦 1.2K · ⏱️ 04.10.2018): - ``` - pip install fake-useragent + git clone https://github.com/kbandla/dpkt ``` -
-
Js2Py (🥉27 · ⭐ 1.4K) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT - -- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (👨‍💻 24 · 🔀 150 · 📦 1.6K · 📋 190 - 45% open · ⏱️ 18.02.2021): - +- [PyPi](https://pypi.org/project/dpkt) (📥 57K / month · 📦 560 · ⏱️ 08.02.2021): ``` - git clone https://github.com/PiotrDabkowski/Js2Py + pip install dpkt ``` -- [PyPi](https://pypi.org/project/js2py) (📥 61K / month · 📦 160 · ⏱️ 11.04.2020): +- [Conda](https://anaconda.org/conda-forge/dpkt) (📥 16K · ⏱️ 10.02.2021): ``` - pip install js2py + conda install -c conda-forge dpkt ```
-
python-user-agents (🥉27 · ⭐ 1.1K · 💤) - A Python library that provides an easy way to identify.. MIT +
idna (🥉27 · ⭐ 140) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/selwin/python-user-agents) (👨‍💻 26 · 🔀 180 · 📦 2.4K · 📋 67 - 53% open · ⏱️ 23.08.2020): +- [GitHub](https://github.com/kjd/idna) (👨‍💻 18 · 🔀 56 · 📋 56 - 7% open · ⏱️ 29.01.2021): ``` - git clone https://github.com/selwin/python-user-agents + git clone https://github.com/kjd/idna ``` -- [PyPi](https://pypi.org/project/user-agents) (📥 650K / month · 📦 820 · ⏱️ 23.08.2020): +- [PyPi](https://pypi.org/project/idna) (📥 42M / month · 📦 71K · ⏱️ 04.01.2021): ``` - pip install user-agents + pip install idna + ``` +- [Conda](https://anaconda.org/conda-forge/idna) (📥 9.2M · ⏱️ 05.01.2021): + ``` + conda install -c conda-forge idna ```
-
httpagentparser (🥉27 · ⭐ 210) - Python HTTP Agent Parser. MIT +
pywebview (🥉26 · ⭐ 2.3K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 31 · 🔀 51 · 📦 510 · 📋 48 - 29% open · ⏱️ 12.01.2021): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 69 · 🔀 310 · 📦 380 · 📋 520 - 7% open · ⏱️ 26.03.2021): ``` - git clone https://github.com/shon/httpagentparser + git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/httpagentparser) (📥 72K / month · 📦 480 · ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/pywebview) (📥 1.6K / month · 📦 84 · ⏱️ 04.12.2020): ``` - pip install httpagentparser + pip install pywebview ```
-
pywebview (🥉26 · ⭐ 2.3K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 +
Js2Py (🥉26 · ⭐ 1.4K) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 69 · 🔀 300 · 📦 370 · 📋 520 - 7% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/PiotrDabkowski/Js2Py) (👨‍💻 24 · 🔀 160 · 📦 1.7K · 📋 200 - 48% open · ⏱️ 18.02.2021): ``` - git clone https://github.com/r0x0r/pywebview + git clone https://github.com/PiotrDabkowski/Js2Py ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 2.2K / month · 📦 84 · ⏱️ 04.12.2020): +- [PyPi](https://pypi.org/project/js2py) (📥 56K / month · 📦 160 · ⏱️ 11.04.2020): ``` - pip install pywebview + pip install js2py ```
-
webargs (🥉26 · ⭐ 1.1K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT +
webargs (🥉26 · ⭐ 1.2K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 57 · 🔀 140 · 📦 2.4K · 📋 250 - 4% open · ⏱️ 09.03.2021): +- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 57 · 🔀 140 · 📦 2.4K · 📋 250 - 2% open · ⏱️ 22.03.2021): ``` git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/webargs) (📥 150K / month · 📦 800 · ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/webargs) (📥 120K / month · 📦 800 · ⏱️ 14.12.2020): ``` pip install webargs ``` @@ -6221,101 +6096,89 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge webargs ```
-
klein (🥉26 · ⭐ 770) - werkzeug + twisted.web. MIT +
httpagentparser (🥉26 · ⭐ 200) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/twisted/klein) (👨‍💻 47 · 🔀 120 · 📦 1.4K · 📋 150 - 48% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 31 · 🔀 52 · 📦 520 · 📋 48 - 29% open · ⏱️ 12.01.2021): ``` - git clone https://github.com/twisted/klein + git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/klein) (📥 9.8K / month · 📦 730 · ⏱️ 08.06.2020): +- [PyPi](https://pypi.org/project/httpagentparser) (📥 56K / month · 📦 480 · ⏱️ 12.01.2021): ``` - pip install klein + pip install httpagentparser ```
-
saleor (🥉24 · ⭐ 11K) - A modular, high performance, headless e-commerce platform built.. BSD-3 +
klein (🥉25 · ⭐ 770) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/mirumee/saleor) (👨‍💻 200 · 🔀 3.6K · 📋 2.9K - 7% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/twisted/klein) (👨‍💻 47 · 🔀 120 · 📦 1.4K · 📋 150 - 48% open · ⏱️ 26.03.2021): ``` - git clone https://github.com/mirumee/saleor + git clone https://github.com/twisted/klein + ``` +- [PyPi](https://pypi.org/project/klein) (📥 6.8K / month · 📦 730 · ⏱️ 08.06.2020): + ``` + pip install klein ```
-
weblate (🥉24 · ⭐ 2.3K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 +
saleor (🥉24 · ⭐ 11K) - A modular, high performance, headless e-commerce platform built.. BSD-3 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.1K · 🔀 590 · 📥 960 · 📦 18 · 📋 3.6K - 7% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/mirumee/saleor) (👨‍💻 200 · 🔀 3.6K · 📋 2.9K - 7% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/WeblateOrg/weblate - ``` -- [PyPi](https://pypi.org/project/weblate) (📥 620 / month · 📦 20 · ⏱️ 05.03.2021): - ``` - pip install weblate + git clone https://github.com/mirumee/saleor ```
-
Radicale (🥉24 · ⭐ 2K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 +
Radicale (🥉24 · ⭐ 2.1K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 -- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 88 · 🔀 330 · 📦 85 · 📋 780 - 33% open · ⏱️ 25.10.2020): +- [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 90 · 🔀 330 · 📦 86 · 📋 780 - 33% open · ⏱️ 30.03.2021): ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (📥 3.5K / month · 📦 48 · ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/radicale) (📥 3K / month · 📦 48 · ⏱️ 14.09.2020): ``` pip install radicale ```
sslyze (🥉22 · ⭐ 2.4K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 -- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 57 · 🔀 350 · 📥 89K · 📋 410 - 4% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 57 · 🔀 360 · 📥 89K · 📋 420 - 4% open · ⏱️ 29.03.2021): ``` git clone https://github.com/nabla-c0d3/sslyze ``` -- [PyPi](https://pypi.org/project/sslyze) (📥 48K / month · 📦 30 · ⏱️ 22.02.2021): +- [PyPi](https://pypi.org/project/sslyze) (📥 35K / month · 📦 30 · ⏱️ 22.02.2021): ``` pip install sslyze ```
aiortc (🥉22 · ⭐ 2.3K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 19 · 🔀 370 · 📋 390 - 9% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 19 · 🔀 370 · 📋 400 - 9% open · ⏱️ 07.03.2021): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 18K / month · 📦 12 · ⏱️ 07.03.2021): +- [PyPi](https://pypi.org/project/aiortc) (📥 14K / month · 📦 12 · ⏱️ 07.03.2021): ``` pip install aiortc ```
-
reppy (🥉22 · ⭐ 160 · 💤) - Modern robots.txt Parser for Python. MIT - -- [GitHub](https://github.com/seomoz/reppy) (👨‍💻 23 · 🔀 31 · 📦 110 · 📋 53 - 33% open · ⏱️ 12.03.2020): - - ``` - git clone https://github.com/seomoz/reppy - ``` -- [PyPi](https://pypi.org/project/reppy) (📥 8.2K / month · 📦 64 · ⏱️ 16.09.2019): - ``` - pip install reppy - ``` -
sandman2 (🥉21 · ⭐ 1.7K) - Automatically generate a RESTful API service for your legacy.. Apache-2 -- [GitHub](https://github.com/jeffknupp/sandman2) (👨‍💻 23 · 🔀 170 · 📦 14 · 📋 72 - 27% open · ⏱️ 21.12.2020): +- [GitHub](https://github.com/jeffknupp/sandman2) (👨‍💻 23 · 🔀 170 · 📦 15 · 📋 73 - 28% open · ⏱️ 21.12.2020): ``` git clone https://github.com/jeffknupp/sandman2 ``` -- [PyPi](https://pypi.org/project/sandman2) (📥 120 / month · 📦 6 · ⏱️ 08.09.2020): +- [PyPi](https://pypi.org/project/sandman2) (📥 94 / month · 📦 6 · ⏱️ 08.09.2020): ``` pip install sandman2 ```
-
maltrail (🥉20 · ⭐ 3.9K) - Malicious traffic detection system. MIT +
maltrail (🥉20 · ⭐ 4K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 30 · 🔀 750 · 📋 270 - 20% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 30 · 🔀 750 · 📋 270 - 20% open · ⏱️ 01.04.2021): ``` git clone https://github.com/stamparm/maltrail @@ -6323,27 +6186,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
healthchecks (🥉20 · ⭐ 3.6K) - A cron monitoring tool written in Python & Django. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 60 · 🔀 440 · 📋 360 - 17% open · ⏱️ 11.03.2021): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 60 · 🔀 440 · 📋 360 - 18% open · ⏱️ 15.03.2021): ``` git clone https://github.com/healthchecks/healthchecks ```
-
urlwatch (🥉20 · ⭐ 2K) - urlwatch monitors webpages for you. BSD-3 +
weblate (🥉20 · ⭐ 2.3K · 📉) - Web based localization tool with tight version control.. ❗️GPL-3.0 -- [GitHub](https://github.com/thp/urlwatch) (👨‍💻 66 · 🔀 300 · 📋 400 - 15% open · ⏱️ 19.12.2020): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.1K · 🔀 600 · 📥 1K · 📦 18 · 📋 3.7K - 7% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/thp/urlwatch + git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/urlwatch) (📥 1.2K / month · 📦 2 · ⏱️ 19.12.2020): +- [PyPi](https://pypi.org/project/weblate) (📥 630 / month · 📦 20 · ⏱️ 01.04.2021): ``` - pip install urlwatch + pip install weblate ```
pyload (🥉19 · ⭐ 2.1K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/pyload/pyload) (👨‍💻 210 · 🔀 620 · 📥 61K · 📋 2.8K - 5% open · ⏱️ 04.01.2021): +- [GitHub](https://github.com/pyload/pyload) (👨‍💻 210 · 🔀 620 · 📥 63K · 📋 2.8K - 5% open · ⏱️ 04.01.2021): ``` git clone https://github.com/pyload/pyload @@ -6353,6 +6216,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install pyload-ng ```
+
urlwatch (🥉19 · ⭐ 2K) - urlwatch monitors webpages for you. BSD-3 + +- [GitHub](https://github.com/thp/urlwatch) (👨‍💻 66 · 🔀 300 · 📋 400 - 15% open · ⏱️ 19.12.2020): + + ``` + git clone https://github.com/thp/urlwatch + ``` +- [PyPi](https://pypi.org/project/urlwatch) (📥 900 / month · 📦 2 · ⏱️ 19.12.2020): + ``` + pip install urlwatch + ``` +
cabot (🥉18 · ⭐ 5K) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT - [GitHub](https://github.com/arachnys/cabot) (👨‍💻 70 · 🔀 560 · 📥 72 · 📦 7 · 📋 460 - 35% open · ⏱️ 05.01.2021): @@ -6361,34 +6236,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/arachnys/cabot ```
-
asgi-lifespan (🥉16 · ⭐ 64 · 💤) - Programmatic startup/shutdown of ASGI apps. MIT +
asgi-lifespan (🥉16 · ⭐ 65 · 💤) - Programmatic startup/shutdown of ASGI apps. MIT -- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (👨‍💻 1 · 🔀 3 · 📦 78 · 📋 12 - 8% open · ⏱️ 30.08.2020): +- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (👨‍💻 1 · 🔀 3 · 📦 87 · 📋 12 - 8% open · ⏱️ 30.08.2020): ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 5.5K / month · ⏱️ 07.06.2020): +- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 5K / month · ⏱️ 07.06.2020): ``` pip install asgi-lifespan ```
-
Show 14 hidden projects... +
Show 16 hidden projects... - pyzmq (🥇35 · ⭐ 2.7K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD -- PySocks (🥈30 · ⭐ 1K · 💀) - A SOCKS proxy client and wrapper for Python. BSD-3 - speedtest-cli (🥈29 · ⭐ 11K · 💀) - Command line interface for testing internet bandwidth.. Apache-2 -- httpbin (🥈29 · ⭐ 9.6K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC +- httpbin (🥈29 · ⭐ 9.7K · 💀) - HTTP Request & Response Service, written in Python + Flask. ISC +- PySocks (🥈29 · ⭐ 1K · 💀) - A SOCKS proxy client and wrapper for Python. BSD-3 - webassets (🥈28 · ⭐ 890 · 💀) - Asset management for Python web development. BSD-3 - ipaddress (🥉25 · ⭐ 89 · 💀) - Python 3.3+'s ipaddress for older Python versions. Python-2.0 - Cactus (🥉23 · ⭐ 3.4K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 -- ProxyBroker (🥉23 · ⭐ 2.4K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - aiodns (🥉23 · ⭐ 370 · 💀) - Simple DNS resolver for asyncio. MIT - python-whois (🥉23 · ⭐ 360 · 💀) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL +- ProxyBroker (🥉22 · ⭐ 2.4K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - hyde (🥉22 · ⭐ 1.6K · 💀) - A Python Static Website Generator. MIT +- reppy (🥉21 · ⭐ 160 · 💀) - Modern robots.txt Parser for Python. MIT - toapi (🥉19 · ⭐ 3.1K · 💀) - Every web site provides APIs. Apache-2 - tinkerer (🥉18 · ⭐ 300 · 💀) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - libextract (🥉14 · ⭐ 490 · 💀) - Extract data from websites using basic statistical magic. MIT +- IP2Trace (🥉9 · ⭐ 4 · 🐣) - A Python tool to display geolocation information in the traceroute. MIT
--- diff --git a/history/2021-04-01_changes.md b/history/2021-04-01_changes.md new file mode 100644 index 00000000..d9272865 --- /dev/null +++ b/history/2021-04-01_changes.md @@ -0,0 +1,26 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- gunicorn (🥇38 · ⭐ 7.5K · 📈) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast.. MIT +- youtube-dl (🥇36 · ⭐ 92K · 📈) - Command-line program to download videos from YouTube.com and.. Unlicense +- OpenAPI Generator (🥇35 · ⭐ 8.1K · 📈) - OpenAPI Generator allows generation of API client.. Apache-2 +- fastapi-jwt-auth (🥉18 · ⭐ 150 · 📈) - FastAPI extension that provides JWT Auth support.. MIT +- GHunt (🥉17 · ⭐ 9.3K · 🐣) - Investigate Google Accounts with emails. MPL-2.0 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- sanic (🥈32 · ⭐ 15K · 📉) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT +- mitmproxy (🥈29 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT +- CherryPy (🥉28 · ⭐ 1.4K · 📉) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 +- feedparser (🥈28 · ⭐ 1.2K · 📉) - Parse feeds in Python. BSD-2 +- weblate (🥉20 · ⭐ 2.3K · 📉) - Web based localization tool with tight version control.. ❗️GPL-3.0 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- IP2Trace (🥉9 · ⭐ 4 · 🐣) - A Python tool to display geolocation information in the traceroute. MIT + diff --git a/history/2021-04-01_projects.csv b/history/2021-04-01_projects.csv new file mode 100644 index 00000000..8fe71310 --- /dev/null +++ b/history/2021-04-01_projects.csv @@ -0,0 +1,547 @@ +,name,github_id,resource,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,closed_issue_count,star_count,commit_count,description,contributor_count,projectrank,show,labels,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,conda_id,pypi_id,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,trending,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,conda_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,licenses,apt_id,new_addition +0,Public APIs,public-apis/public-apis,True,third-party-apis,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000000,2021-04-01 01:05:42.000000,2021-04-01 01:05:35.000000,13568.0,56.0,173.0,115759.0,2471.0,A collective list of free APIs.,721.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,True,openapi-utils,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014-03-03 16:53:36.000000,2021-03-31 09:19:44.000000,2021-03-25 16:56:26.000000,7311.0,502.0,1180.0,20413.0,1864.0,The OpenAPI Specification Repository.,185.0,0,True,['openapi'],2021-02-16 19:33:45.000000,3.1.0,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,GraphQL Specification,graphql/graphql-spec,True,graphql,https://github.com/graphql/graphql-spec,https://github.com/graphql/graphql-spec,,2015-07-01 01:26:56.000000,2021-03-16 17:08:46.000000,2021-03-06 17:59:06.000000,995.0,128.0,317.0,13219.0,,GraphQL is a query language and execution engine tied to any backend service.,115.0,0,True,,2018-06-11 02:45:19.000000,June2018,5.0,204.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,True,third-party-apis,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.000000,2021-04-01 14:05:50.000000,2021-03-13 18:24:25.000000,575.0,3.0,12.0,4555.0,,Collection of python database client libraries.,17.0,0,True,,2021-03-13 18:20:49.000000,2021.03.11,18.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,requests,psf/requests,,http-clients,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000000,2021-03-31 10:25:43.000000,2021-03-19 22:09:29.000000,8201.0,318.0,3109.0,44877.0,6026.0,"A simple, yet elegant HTTP library.",681.0,41,True,,2020-12-16 19:38:34.000000,2.25.1,139.0,,42127638.0,conda-forge/requests,requests,1215565.0,911109.0,https://pypi.org/project/requests,2020-12-16 19:38:34.000000,304456.0,41955633.0,https://anaconda.org/conda-forge/requests,2020-12-16 22:06:36.742000,9976294.0,1.0,,,,,,,,,,,,,,,,,,, +5,flask,pallets/flask,,web-frameworks,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000000,2021-03-27 15:27:03.000000,2021-03-22 17:50:37.000000,14192.0,23.0,2047.0,54357.0,4154.0,The Python micro framework for building web applications.,712.0,39,True,['flask'],2020-04-03 17:22:22.000000,1.1.2,34.0,4828.0,7102546.0,conda-forge/flask,flask,933354.0,700754.0,https://pypi.org/project/flask,2020-04-03 17:17:53.000000,232600.0,7070975.0,https://anaconda.org/conda-forge/flask,2020-04-03 22:37:56.556000,1760500.0,1.0,,,,,,,,,,,,,,,,,,, +6,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.000000,2021-04-01 14:11:55.000000,2021-03-31 12:12:40.000000,1567.0,348.0,2057.0,11010.0,7275.0,Asynchronous HTTP client/server framework for asyncio and Python.,572.0,38,True,,2021-02-25 17:50:09.000000,3.7.4,213.0,806.0,14284451.0,conda-forge/aiohttp,aiohttp,96346.0,81636.0,https://pypi.org/project/aiohttp,2021-02-25 17:50:09.000000,14710.0,14247693.0,https://anaconda.org/conda-forge/aiohttp,2021-02-25 19:42:33.060000,1727130.0,1.0,,,,,,,,,,,,,,,,,,, +7,jinja,pallets/jinja,,others,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000000,2021-04-01 00:21:23.000000,2021-04-01 00:21:21.000000,1384.0,57.0,694.0,7650.0,2319.0,A very fast and expressive template engine.,271.0,38,True,,2021-01-31 17:15:06.000000,2.11.3,39.0,52024.0,23375918.0,conda-forge/jinja2,jinja2,786379.0,599385.0,https://pypi.org/project/jinja2,2021-01-31 16:33:07.000000,186994.0,23221794.0,https://anaconda.org/conda-forge/jinja2,2021-01-31 18:58:14.619000,9018553.0,1.0,,,,,,,,,,,,,,,,,,, +8,gunicorn,benoitc/gunicorn,,servers,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000000,2021-04-01 05:22:45.000000,2021-03-27 02:07:48.000000,1414.0,317.0,1378.0,7548.0,2875.0,"gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",363.0,38,True,,2021-03-27 01:54:37.000000,20.1.0,81.0,97.0,5450162.0,conda-forge/gunicorn,gunicorn,541234.0,419142.0,https://pypi.org/project/gunicorn,2021-03-27 01:54:37.000000,122092.0,5439993.0,https://anaconda.org/conda-forge/gunicorn,2021-03-29 19:00:57.252000,579605.0,1.0,1.0,,,,,,,,,,,,,,,,,, +9,django,django/django,,web-frameworks,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012-04-28 02:47:18.000000,2021-04-01 12:34:32.000000,2021-04-01 09:11:07.000000,24091.0,166.0,,56524.0,,The Web framework for perfectionists with deadlines.,2495.0,37,True,['django'],2021-02-19 09:08:09.000000,3.1.7,252.0,,2466867.0,conda-forge/django,django,869274.0,638524.0,https://pypi.org/project/django,2021-03-18 13:55:59.000000,230750.0,2453794.0,https://anaconda.org/conda-forge/django,2021-02-19 11:08:20.419000,797493.0,1.0,,,,,,,,,,,,,,,,,,, +10,Scrapy,scrapy/scrapy,,web-scraping,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14.000000,2021-04-01 08:14:13.000000,2021-03-26 13:45:26.000000,9094.0,794.0,1943.0,40209.0,8746.0,"Scrapy, a fast high-level web crawling & scraping framework for Python.",466.0,37,True,,2020-11-17 21:01:36.000000,2.4.1,80.0,,288129.0,conda-forge/scrapy,scrapy,31799.0,23429.0,https://pypi.org/project/scrapy,2020-11-17 12:04:15.000000,8370.0,280410.0,https://anaconda.org/conda-forge/scrapy,2021-02-24 12:22:36.027000,416848.0,1.0,,,,,,,,,,,,,,,,,,, +11,grpc,grpc/grpc,,rpc,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000000,2021-04-01 07:38:14.000000,2021-04-01 06:42:42.000000,7642.0,752.0,8778.0,29850.0,48769.0,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",715.0,37,True,,2021-03-19 01:05:46.000000,1.36.4,161.0,176349.0,8185979.0,conda-forge/grpcio,grpcio,9404.0,2642.0,https://pypi.org/project/grpcio,2021-03-31 00:28:33.000000,6762.0,8109019.0,https://anaconda.org/conda-forge/grpcio,2021-03-04 04:17:34.495000,2305985.0,1.0,,,,,,,,,,,,,,,,,,, +12,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.000000,2021-04-01 13:42:02.000000,2021-04-01 13:15:53.000000,5622.0,218.0,3533.0,20604.0,8412.0,Web APIs for Django.,1199.0,37,True,['django'],2019-04-29 14:36:10.000000,3.9.3,37.0,,421860.0,conda-forge/djangorestframework,django-rest-framework,209689.0,208943.0,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000000,746.0,416255.0,https://anaconda.org/conda-forge/djangorestframework,2021-03-26 11:25:51.529000,341945.0,1.0,,,,,,,,,,,,,,,,,,, +13,tornado,tornadoweb/tornado,,web-frameworks,https://github.com/tornadoweb/tornado,https://github.com/tornadoweb/tornado,Apache-2.0,2009-09-09 04:55:16.000000,2021-03-30 02:01:44.000000,2021-03-20 15:46:43.000000,5335.0,220.0,1447.0,19898.0,4319.0,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",412.0,37,True,,2020-03-04 02:32:23.000000,6.0.4,62.0,,8677598.0,conda-forge/tornado,tornado,202635.0,154479.0,https://pypi.org/project/tornado,2020-10-30 19:04:55.000000,48156.0,8485582.0,https://anaconda.org/conda-forge/tornado,2021-01-08 08:53:30.908000,11521004.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.000000,2021-03-30 19:37:46.000000,2021-03-30 19:37:46.000000,1518.0,21.0,823.0,5663.0,4607.0,The comprehensive WSGI web application library.,413.0,37,True,,2020-03-31 18:05:58.000000,1.0.1,70.0,238.0,8470729.0,conda-forge/werkzeug,werkzeug,615559.0,480115.0,https://pypi.org/project/werkzeug,2021-03-17 20:42:05.000000,135444.0,8422343.0,https://anaconda.org/conda-forge/werkzeug,2020-04-01 07:59:51.500000,2709361.0,1.0,,,,,,,,,,,,,,,,,,, +15,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.000000,2021-04-01 12:59:56.000000,2021-04-01 12:59:12.000000,4492.0,3999.0,19813.0,92231.0,18381.0,Command-line program to download videos from YouTube.com and other video sites.,946.0,36,True,,2021-03-31 21:48:52.000000,2021.4.1,947.0,42026544.0,2707712.0,conda-forge/youtube-dl,youtube_dl,2854.0,,https://pypi.org/project/youtube_dl,2021-03-31 21:48:52.000000,2854.0,1241822.0,https://anaconda.org/conda-forge/youtube-dl,2021-03-31 23:34:08.827000,651279.0,1.0,1.0,youtube-dl,,,,,,,,,,,,,,,,, +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.000000,2021-04-01 14:05:03.000000,2021-04-01 07:49:45.000000,2017.0,116.0,2134.0,6901.0,2836.0,An API wrapper for Discord written in Python.,227.0,36,True,,2021-01-08 04:56:50.000000,1.6.0,62.0,,5409612.0,,discord.py,35656.0,31082.0,https://pypi.org/project/discord.py,2021-01-08 04:56:50.000000,4574.0,5409612.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.000000,2021-04-01 10:36:55.000000,2021-03-31 20:48:02.000000,1847.0,24.0,727.0,4597.0,1142.0,The official Python client library for Google's discovery based APIs.,160.0,36,True,,2021-03-31 20:53:58.000000,2.1.0,86.0,90.0,11289691.0,conda-forge/google-api-python-client,google-api-python-client,68279.0,55695.0,https://pypi.org/project/google-api-python-client,2021-03-31 20:53:58.000000,12584.0,11278550.0,https://anaconda.org/conda-forge/google-api-python-client,2021-03-05 18:24:02.322000,635007.0,1.0,,,,,,,,,,,,,,,,,,, +18,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.000000,2021-04-01 14:38:08.000000,2021-04-01 08:57:36.000000,2884.0,2275.0,1816.0,8133.0,15536.0,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",1990.0,35,True,['openapi'],2021-03-29 04:24:33.078000,2.2.4,634.0,,580428.0,,openapi-generator-cli,651.0,255.0,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000000,,1060.0,,,,1.0,1.0,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2021-03-29 04:24:33.078000,396.0,579368.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,, +19,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.000000,2021-03-31 21:09:23.000000,2021-03-31 21:09:23.000000,1021.0,108.0,683.0,5295.0,3486.0,This is a repository for collecting global custom management extensions for the Django Framework.,530.0,35,True,['django'],2021-02-07 21:13:23.000000,3.1.1,115.0,,660008.0,conda-forge/django-extensions,django-extensions,90614.0,66424.0,https://pypi.org/project/django-extensions,2021-02-07 21:13:23.000000,24190.0,655914.0,https://anaconda.org/conda-forge/django-extensions,2021-02-07 23:05:05.134000,249742.0,1.0,,,,,,,,,,,,,,,,,,, +20,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.000000,2021-04-01 10:44:56.000000,2021-03-28 01:36:07.000000,684.0,124.0,627.0,3049.0,2266.0,GitPython is a python library used to interact with Git repositories.,226.0,35,True,,2021-02-28 04:55:08.000000,3.1.14,68.0,,4378746.0,conda-forge/gitpython,gitpython,44420.0,33526.0,https://pypi.org/project/gitpython,2021-02-28 04:55:08.000000,10894.0,4355315.0,https://anaconda.org/conda-forge/gitpython,2021-02-28 07:15:57.610000,1523066.0,1.0,,,,,,,,,,,,,,,,,,, +21,pyzmq,zeromq/pyzmq,,others,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000000,2021-04-01 13:11:15.000000,2021-04-01 13:11:15.000000,557.0,127.0,728.0,2749.0,2807.0,PyZMQ: Python bindings for zeromq.,166.0,35,False,,2021-02-12 12:05:53.000000,22.0.3,63.0,20237.0,7322632.0,conda-forge/pyzmq,pyzmq,139875.0,114957.0,https://pypi.org/project/pyzmq,2021-02-12 12:05:53.000000,24918.0,7248956.0,https://anaconda.org/conda-forge/pyzmq,2021-03-01 15:37:24.390000,4407242.0,1.0,,,,,,,,,,,,,,,,,,, +22,urllib3,urllib3/urllib3,,http-clients,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000000,2021-03-29 14:32:44.000000,2021-03-29 14:32:44.000000,825.0,145.0,757.0,2610.0,,"Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.",273.0,35,True,,2021-03-15 15:06:49.000000,1.26.4,63.0,25.0,60625615.0,conda-forge/urllib3,urllib3,591963.0,516529.0,https://pypi.org/project/urllib3,2021-03-15 15:04:35.000000,75434.0,60454458.0,https://anaconda.org/conda-forge/urllib3,2021-03-15 17:22:39.152000,9927055.0,2.0,,,,,,,,,,,,,,,,,,, +23,oauthlib,oauthlib/oauthlib,,auth,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000000,2021-03-22 14:43:45.000000,2021-02-12 11:36:13.000000,430.0,67.0,260.0,2184.0,1564.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",172.0,35,True,,2019-08-06 14:50:40.000000,3.1.0,46.0,,14718509.0,conda-forge/oauthlib,oauthlib,157315.0,133503.0,https://pypi.org/project/oauthlib,2019-08-06 14:50:40.000000,23812.0,14678845.0,https://anaconda.org/conda-forge/oauthlib,2019-02-20 03:58:38.233000,2260898.0,1.0,,,,,,,,,,,,,,,,,,, +24,lxml,lxml/lxml,,html-processing,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011-02-11 05:43:11.000000,2021-03-29 20:30:46.000000,2021-03-29 20:30:25.000000,446.0,23.0,,1844.0,5644.0,The lxml XML toolkit for Python.,120.0,35,True,,2021-03-21 18:44:59.000000,4.6.3,144.0,,8485714.0,conda-forge/lxml,lxml,230208.0,163568.0,https://pypi.org/project/lxml,2021-03-21 18:44:59.000000,66640.0,8430851.0,https://anaconda.org/conda-forge/lxml,2021-03-23 22:17:16.089000,3017492.0,1.0,,,,,,,,,,,,,,,,,,, +25,wagtail,wagtail/wagtail,,cms,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000000,2021-04-01 13:16:30.000000,2021-03-31 19:50:26.000000,2190.0,952.0,2385.0,10430.0,10896.0,A Django content management system focused on flexibility and user experience.,560.0,34,True,['django'],2021-03-05 13:51:48.000000,2.12.3,142.0,,36586.0,conda-forge/wagtail,wagtail,7469.0,5115.0,https://pypi.org/project/wagtail,2021-02-18 10:00:06.000000,2354.0,35768.0,https://anaconda.org/conda-forge/wagtail,2019-11-21 18:45:42.993000,35200.0,1.0,,,,,,,,,,,,,,,,,,, +26,tweepy,tweepy/tweepy,,third-party-apis,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000000,2021-03-19 23:10:53.000000,2021-02-23 03:21:52.000000,3438.0,103.0,883.0,7624.0,2070.0,Twitter for Python!.,218.0,34,True,,2020-12-26 02:23:47.000000,3.10.0,28.0,,189702.0,conda-forge/tweepy,tweepy,31995.0,23693.0,https://pypi.org/project/tweepy,2020-12-26 02:23:47.000000,8302.0,187541.0,https://anaconda.org/conda-forge/tweepy,2020-12-26 13:20:39.788000,108060.0,1.0,,,,,,,,,,,,,,,,,,, +27,bottle,bottlepy/bottle,,web-frameworks,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000000,2021-03-28 04:38:09.000000,2021-01-01 15:17:44.000000,1377.0,312.0,529.0,7218.0,1869.0,bottle.py is a fast and simple micro-framework for python web-applications.,216.0,34,True,,2020-11-11 18:51:24.000000,0.12.19,74.0,,435595.0,conda-forge/bottle,bottle,25269.0,15589.0,https://pypi.org/project/bottle,2020-11-11 18:51:24.000000,9680.0,431463.0,https://anaconda.org/conda-forge/bottle,2020-06-10 17:23:11.717000,227298.0,2.0,,,,,,,,,,,,,,,,,,, +28,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.000000,2021-03-30 22:29:45.000000,2021-02-23 23:05:19.000000,2227.0,324.0,1390.0,6324.0,2301.0,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",529.0,34,True,['django'],2020-11-25 17:58:40.000000,0.44.0,59.0,,147082.0,conda-forge/django-allauth,django-allauth,69739.0,59419.0,https://pypi.org/project/django-allauth,2020-11-25 17:58:40.000000,10320.0,145779.0,https://anaconda.org/conda-forge/django-allauth,2019-12-23 17:47:06.130000,57335.0,1.0,,,,,,,,,,,,,,,,,,, +29,gevent,gevent/gevent,,servers,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000000,2021-03-17 12:09:35.972000,2021-01-22 22:31:27.000000,898.0,48.0,1147.0,5455.0,5681.0,Coroutine-based concurrency library for Python.,97.0,34,True,,2021-01-20 22:12:53.000000,21.1.2,74.0,58109.0,1653372.0,conda-forge/gevent,gevent,87613.0,59587.0,https://pypi.org/project/gevent,2021-01-20 22:12:53.000000,28026.0,1640960.0,https://anaconda.org/conda-forge/gevent,2021-03-17 12:09:35.972000,529849.0,1.0,,,,,,,,,,,,,,,,,,, +30,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.000000,2021-03-31 04:38:33.000000,2021-03-26 09:43:48.000000,1278.0,104.0,1027.0,4207.0,1952.0,Typed interactions with the GitHub API v3.,265.0,34,True,,2021-03-31 04:40:31.000000,1.54.0,83.0,,993364.0,conda-forge/pygithub,pygithub,18943.0,15185.0,https://pypi.org/project/pygithub,2020-12-24 05:39:36.000000,3758.0,978999.0,https://anaconda.org/conda-forge/pygithub,2021-01-20 02:14:25.170000,933743.0,1.0,,,,,,,,,,,,,,,,,,, +31,pyjwt,jpadilla/pyjwt,,auth,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000000,2021-03-31 14:02:12.361000,2021-03-27 13:54:35.000000,487.0,87.0,233.0,3739.0,656.0,JSON Web Token implementation in Python.,91.0,34,True,,2021-01-17 17:59:22.000000,2.0.1,40.0,,11594700.0,conda-forge/pyjwt,pyjwt,127352.0,108466.0,https://pypi.org/project/pyjwt,2021-01-17 17:57:18.000000,18886.0,11543366.0,https://anaconda.org/conda-forge/pyjwt,2021-03-31 14:02:12.361000,2926069.0,1.0,,,,,,,,,,,,,,,,,,, +32,markdown,Python-Markdown/markdown,,markdown,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,BSD-3-Clause,2010-05-29 02:59:45.000000,2021-03-24 18:35:59.000000,2021-03-24 18:35:59.000000,607.0,23.0,663.0,2459.0,1477.0,A Python implementation of John Grubers Markdown with Extension support.,139.0,34,True,,2020-10-25 20:21:59.000000,3.3.3,39.0,,3654822.0,conda-forge/markdown,markdown,166782.0,125318.0,https://pypi.org/project/markdown,2020-10-25 20:21:59.000000,41464.0,3613417.0,https://anaconda.org/conda-forge/markdown,2021-03-01 10:52:27.431000,1780440.0,1.0,,,,,,,,,,,,,,,,,,, +33,itsdangerous,pallets/itsdangerous,,others,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000000,2021-03-22 17:50:23.000000,2021-03-22 17:50:22.000000,176.0,,93.0,2156.0,354.0,Safely pass trusted data to untrusted environments and back.,35.0,34,True,,2018-10-27 00:17:35.000000,1.1.0,21.0,,7195988.0,conda-forge/itsdangerous,itsdangerous,500693.0,396437.0,https://pypi.org/project/itsdangerous,2021-02-15 16:53:16.000000,104256.0,7165172.0,https://anaconda.org/conda-forge/itsdangerous,2018-10-27 01:43:40.092000,1725730.0,1.0,,,,,,,,,,,,,,,,,,, +34,bleach,mozilla/bleach,,html-processing,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010-02-19 01:12:41.000000,2021-02-22 14:35:15.000000,2021-02-22 14:35:15.000000,218.0,48.0,271.0,2120.0,735.0,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,71.0,34,True,,2021-02-01 17:15:27.000000,3.3.0,47.0,,7598390.0,conda-forge/bleach,bleach,136525.0,113131.0,https://pypi.org/project/bleach,2021-02-01 17:15:27.000000,23394.0,7521825.0,https://anaconda.org/conda-forge/bleach,2021-02-01 21:07:15.002000,3904848.0,2.0,,,,,,,,,,,,,,,,,,, +35,dnspython,rthalley/dnspython,,others,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000000,2021-03-23 00:32:01.000000,2021-03-23 00:32:01.000000,381.0,8.0,333.0,1699.0,1770.0,a powerful DNS toolkit for python.,81.0,34,True,,2021-01-07 17:23:58.000000,2.1.0,12.0,,4353227.0,conda-forge/dnspython,dnspython,56229.0,48433.0,https://pypi.org/project/dnspython,2021-01-07 17:23:58.000000,7796.0,4350387.0,https://anaconda.org/conda-forge/dnspython,2020-09-02 00:20:21.520000,122156.0,1.0,,,,,,,,,,,,,,,,,,, +36,coverage,nedbat/coveragepy,,testing,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2016-08-09 00:05:44.974000,2021-03-22 11:10:31.000000,2021-03-22 11:04:13.000000,200.0,236.0,784.0,1549.0,4797.0,Code coverage measurement for Python.,107.0,34,True,,2021-02-28 20:21:28.000000,coverage-5.5,84.0,,6151283.0,conda-forge/coverage,coverage,243533.0,143191.0,https://pypi.org/project/coverage,2021-02-28 20:12:09.000000,100342.0,6087779.0,https://anaconda.org/conda-forge/coverage,2021-02-28 22:44:34.015000,3556259.0,1.0,,,,,,,,,,,,,,,,,,, +37,httpie,httpie/httpie,,http-clients,https://github.com/httpie/httpie,https://github.com/httpie/httpie,BSD-3-Clause,2012-02-25 12:39:13.000000,2021-03-30 20:54:53.000000,2021-03-30 20:54:53.000000,3282.0,143.0,560.0,50316.0,1330.0,"As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP client for the API era. JSON support, colors,..",123.0,33,True,,2021-02-06 10:23:44.000000,2.4.0,47.0,,77360.0,conda-forge/httpie,httpie,11564.0,8274.0,https://pypi.org/project/httpie,2021-02-06 10:16:47.000000,3290.0,75924.0,https://anaconda.org/conda-forge/httpie,2020-10-14 01:54:28.234000,53168.0,2.0,,,,,,,,,,,,,,,,,,, +38,fastapi,tiangolo/fastapi,,web-frameworks,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000000,2021-04-01 10:44:37.000000,2021-03-27 17:52:30.000000,2012.0,774.0,1415.0,29152.0,1530.0,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",214.0,33,True,"['fastapi', 'openapi']",2020-12-20 19:21:26.000000,0.63.0,113.0,,504331.0,conda-forge/fastapi,fastapi,276.0,,https://pypi.org/project/fastapi,2020-12-20 19:21:26.000000,276.0,494274.0,https://anaconda.org/conda-forge/fastapi,2021-01-08 10:36:10.346000,201159.0,2.0,,,,,,,,,,,,,,,,,,, +39,certbot,certbot/certbot,,others,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000000,2021-04-01 11:54:28.000000,2021-03-31 19:42:42.000000,3060.0,575.0,4248.0,27859.0,10165.0,Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can..,472.0,33,True,,2021-03-03 20:46:33.000000,1.13.0,77.0,3956.0,52506.0,,certbot,1205.0,849.0,https://pypi.org/project/certbot,2021-03-03 20:42:08.000000,356.0,52274.0,,,,1.0,,,,,,,,,,,,,,,,,,, +40,Locust,locustio/locust,,testing,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000000,2021-03-24 19:55:23.000000,2021-03-24 19:55:04.000000,2093.0,53.0,1073.0,15755.0,2637.0,Scalable user load testing tool written in Python.,198.0,33,True,,2021-01-28 00:32:54.000000,1.4.3,40.0,,107964.0,,locust,1171.0,1101.0,https://pypi.org/project/locust,2021-01-28 00:31:37.000000,70.0,107964.0,,,,1.0,,,,,,,,,,,,,,,,,,, +41,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,LGPL-3.0,2015-07-07 15:30:39.000000,2021-03-31 22:27:23.000000,2021-03-30 17:28:01.000000,3000.0,26.0,1381.0,14251.0,2213.0,We have made you a wrapper you can't refuse.,152.0,33,True,,2021-03-14 18:56:08.000000,13.4.1,103.0,2763.0,172388.0,conda-forge/python-telegram-bot,python-telegram-bot,4330.0,,https://pypi.org/project/python-telegram-bot,2021-03-14 18:24:24.000000,4330.0,171575.0,https://anaconda.org/conda-forge/python-telegram-bot,2021-02-08 17:54:24.539000,30184.0,2.0,,,,,,,,,,,,,,,,,,, +42,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.000000,2021-03-29 16:00:59.000000,2021-03-21 19:12:05.000000,678.0,84.0,541.0,4160.0,1615.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..,215.0,33,True,['django'],2021-03-21 19:16:02.000000,1.11.2,35.0,,179142.0,conda-forge/django-crispy-forms,django-crispy-forms,74494.0,58850.0,https://pypi.org/project/django-crispy-forms,2021-03-21 19:16:02.000000,15644.0,178370.0,https://anaconda.org/conda-forge/django-crispy-forms,2021-03-21 22:01:29.720000,33986.0,1.0,,,,,,,,,,,,,,,,,,, +43,pyramid,Pylons/pyramid,,web-frameworks,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,BSD-3-Clause,2010-10-24 22:00:35.000000,2021-04-01 07:42:47.000000,2021-03-15 06:21:30.000000,871.0,64.0,959.0,3539.0,11724.0,Pyramid - A Python web framework.,337.0,33,True,,2021-03-01 09:59:08.000000,1.10.8,149.0,,134992.0,pyramid,pyramid,14199.0,9037.0,https://pypi.org/project/pyramid,2021-03-01 03:27:45.000000,5162.0,134951.0,https://anaconda.org/anaconda/pyramid,2021-02-25 16:44:15.913000,2665.0,2.0,,,,,,,,,,0.0,,,,,,,,, +44,flask-sqlalchemy,pallets/flask-sqlalchemy,,flask-utils,https://github.com/pallets/flask-sqlalchemy,https://github.com/pallets/flask-sqlalchemy,BSD-3-Clause,2010-06-01 15:01:50.000000,2021-03-29 17:05:03.000000,2021-03-29 17:05:03.000000,819.0,41.0,505.0,3445.0,663.0,Adds SQLAlchemy support to Flask.,104.0,33,True,['flask'],2021-03-18 19:08:56.000000,2.5.1,25.0,336.0,989091.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,227105.0,175145.0,https://pypi.org/project/flask-sqlalchemy,2021-03-18 19:03:00.000000,51960.0,986098.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2021-03-18 21:20:33.487000,173321.0,1.0,,,,,,,,,,,,,,,,,,, +45,websocket-client,websocket-client/websocket-client,,websocket,https://github.com/websocket-client/websocket-client,https://github.com/websocket-client/websocket-client,LGPL-2.1,2010-12-28 06:35:25.000000,2021-04-01 01:17:43.000000,2021-04-01 01:17:32.000000,628.0,101.0,361.0,2536.0,1022.0,WebSocket client for Python.,179.0,33,False,,2021-03-03 01:53:13.000000,0.58.0,56.0,,8284481.0,conda-forge/websocket-client,websocket-client,46677.0,35369.0,https://pypi.org/project/websocket-client,2018-11-01 04:35:20.000000,11308.0,8264158.0,https://anaconda.org/conda-forge/websocket-client,2021-01-08 20:45:00.210000,1158422.0,1.0,,,,,,,,,,,,,,,,,,, +46,mistune,lepture/mistune,,markdown,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000000,2021-03-08 02:24:46.000000,2021-03-07 02:09:52.000000,195.0,24.0,188.0,1929.0,420.0,A fast yet powerful Python Markdown parser with renderers and plugins.,30.0,33,True,,2019-10-30 02:34:25.000000,0.8.4,26.0,,6777878.0,conda-forge/mistune,mistune,117739.0,99981.0,https://pypi.org/project/mistune,2021-02-16 08:18:36.000000,17758.0,6715549.0,https://anaconda.org/conda-forge/mistune,2021-01-08 13:51:06.304000,3739759.0,1.0,,,,,,,,,,,,,,,,,,, +47,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.000000,2021-02-08 13:41:10.000000,2020-05-14 21:03:15.000000,359.0,102.0,131.0,1372.0,504.0,OAuthlib support for Python-Requests!.,98.0,33,True,,2019-11-06 14:41:48.000000,1.3.0,18.0,,14852755.0,conda-forge/requests-oauthlib,requests-oauthlib,148640.0,126922.0,https://pypi.org/project/requests-oauthlib,2019-11-06 14:41:48.000000,21718.0,14813909.0,https://anaconda.org/conda-forge/requests-oauthlib,2020-07-23 08:18:32.844000,2214236.0,1.0,,,,,,,,,,,,,,,,,,, +48,wtforms,wtforms/wtforms,,forms,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000000,2021-02-24 02:27:28.000000,2021-02-11 14:49:27.000000,343.0,46.0,324.0,1215.0,1478.0,A flexible forms validation and rendering library for Python.,123.0,33,True,,2020-07-30 17:11:53.000000,2.3.3,23.0,,725227.0,conda-forge/wtforms,wtforms,118524.0,89382.0,https://pypi.org/project/wtforms,2020-11-23 15:21:40.000000,29142.0,723831.0,https://anaconda.org/conda-forge/wtforms,2020-07-29 22:05:29.782000,65638.0,1.0,,,,,,,,,,,,,,,,,,, +49,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.000000,2021-01-24 03:03:17.000000,2020-12-05 20:30:05.000000,136.0,16.0,78.0,432.0,163.0,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,25.0,33,True,,2020-12-05 20:31:18.000000,2020.12.5,43.0,,43530776.0,conda-forge/certifi,certifi,591778.0,512360.0,https://pypi.org/project/certifi,2020-12-05 20:31:18.000000,79418.0,42994977.0,https://anaconda.org/conda-forge/certifi,2021-01-07 00:39:17.201000,32147958.0,1.0,,,,,,,,,,,,,,,,,,, +50,sentry,getsentry/sentry,,monitoring,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000000,2021-04-01 14:54:49.000000,2021-04-01 14:33:39.000000,3101.0,321.0,4212.0,27673.0,35259.0,"Sentry is cross-platform application monitoring, with a focus on error reporting.",582.0,32,True,,2021-03-15 17:48:38.000000,21.3.0,335.0,36753.0,9894.0,conda-forge/sentry-sdk,sentry,1140.0,504.0,https://pypi.org/project/sentry,2021-02-15 18:07:12.000000,636.0,6916.0,https://anaconda.org/conda-forge/sentry-sdk,2021-02-18 16:32:52.126000,70951.0,1.0,,,,,,,,,,,,,,,,,,, +51,selenium,SeleniumHQ/selenium,,testing,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000000,2021-04-01 13:04:50.000000,2021-04-01 13:04:35.000000,6212.0,214.0,6994.0,20456.0,,A browser automation framework and ecosystem.,666.0,32,True,,2018-12-19 20:46:40.000000,selenium-3.141.59,151.0,,2471541.0,conda-forge/selenium,selenium,119912.0,91602.0,https://pypi.org/project/selenium,2021-03-17 16:41:33.000000,28310.0,2462158.0,https://anaconda.org/conda-forge/selenium,2021-01-14 23:35:46.509000,544242.0,1.0,,,,,,,,,,,,,,,,,,, +52,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.000000,2021-03-31 04:25:52.000000,2021-03-23 00:31:17.000000,1319.0,36.0,945.0,14740.0,,Async Python 3.7+ web server/framework | Build fast. Run fast.,286.0,32,True,,2021-03-23 00:33:09.000000,21.3.2,49.0,,2061720.0,conda-forge/sanic,sanic,5509.0,4975.0,https://pypi.org/project/sanic,2021-03-23 00:45:00.000000,534.0,2058837.0,https://anaconda.org/conda-forge/sanic,2021-03-10 21:28:50.823000,121099.0,2.0,-4.0,,,,,,,,,,,,,,,,,, +53,pelican,getpelican/pelican,,markdown,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000000,2021-03-23 13:21:37.527000,2021-03-23 10:31:21.000000,1698.0,47.0,1420.0,10302.0,3444.0,Static site generator that supports Markdown and reST syntax. Powered by Python.,413.0,32,True,,2021-03-23 10:31:30.000000,4.6.0,54.0,309.0,9312.0,conda-forge/pelican,pelican,8208.0,4830.0,https://pypi.org/project/pelican,2021-03-23 10:31:30.000000,3378.0,7622.0,https://anaconda.org/conda-forge/pelican,2021-03-23 13:21:37.527000,101132.0,2.0,,,,,,,,,,,,,,,,,,, +54,falcon,falconry/falcon,,web-frameworks,https://github.com/falconry/falcon,https://github.com/falconry/falcon,Apache-2.0,2012-12-06 18:17:51.000000,2021-03-29 22:43:52.000000,2021-03-29 21:31:16.000000,820.0,195.0,696.0,8305.0,1748.0,"The no-nonsense, minimalist REST and app backend framework for Python developers, with a focus on reliability,..",172.0,32,True,,2019-04-26 18:26:34.000000,2.0.0,63.0,401.0,194656.0,conda-forge/falcon,falcon,8358.0,5316.0,https://pypi.org/project/falcon,2021-03-29 22:43:52.000000,3042.0,191317.0,https://anaconda.org/conda-forge/falcon,2021-01-08 12:41:52.394000,178182.0,2.0,,,,,,,,,,,,,,,,,,, +55,scapy,secdev/scapy,,others,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000000,2021-03-31 22:28:33.000000,2021-03-30 15:32:39.000000,1427.0,68.0,1095.0,6128.0,5709.0,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,341.0,32,True,,2020-09-02 18:21:06.000000,2.4.4,19.0,,656685.0,conda-forge/scapy,scapy,6232.0,4604.0,https://pypi.org/project/scapy,2020-09-02 18:20:08.000000,1628.0,656252.0,https://anaconda.org/conda-forge/scapy,2020-09-02 21:16:59.007000,9097.0,2.0,,,,,,,,,,,,,,,,,,, +56,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.000000,2021-03-30 07:56:09.000000,2021-03-22 13:01:05.000000,1320.0,375.0,910.0,4652.0,2820.0,Simple and extensible administrative interface framework for Flask.,316.0,32,True,['flask'],2020-10-26 02:17:18.000000,1.5.7,36.0,,351589.0,conda-forge/flask-admin,flask-admin,15122.0,10504.0,https://pypi.org/project/flask-admin,2020-10-26 02:13:36.000000,4618.0,349739.0,https://anaconda.org/conda-forge/flask-admin,2020-10-26 07:59:54.929000,99925.0,1.0,,,,,,,,,,,,,,,,,,, +57,uvicorn,encode/uvicorn,,servers,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000000,2021-03-20 16:16:46.000000,2021-03-14 17:20:08.000000,300.0,107.0,401.0,3742.0,787.0,The lightning-fast ASGI server.,96.0,32,True,,2021-02-20 16:49:32.000000,0.13.4,128.0,,656260.0,conda-forge/uvicorn,uvicorn,21055.0,20341.0,https://pypi.org/project/uvicorn,2021-02-20 16:49:32.000000,714.0,644144.0,https://anaconda.org/conda-forge/uvicorn,2021-02-20 19:05:21.613000,363495.0,2.0,,,,,,,,,,,,,,,,,,, +58,websockets,aaugustin/websockets,,websocket,https://github.com/aaugustin/websockets,https://github.com/aaugustin/websockets,BSD-3-Clause,2013-03-30 08:59:30.000000,2021-03-24 00:58:35.000000,2021-01-02 09:30:30.000000,367.0,72.0,626.0,3258.0,831.0,Library for building WebSocket servers and clients in Python.,47.0,32,True,,2019-07-31 19:31:03.000000,8.0.2,24.0,,3453128.0,conda-forge/websockets,websockets,36232.0,31182.0,https://pypi.org/project/websockets,2019-11-01 13:40:26.000000,5050.0,3441411.0,https://anaconda.org/conda-forge/websockets,2021-01-15 22:30:14.292000,609289.0,1.0,,,,,,,,,,,,,,,,,,, +59,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.000000,2021-03-20 13:55:36.000000,2021-03-20 13:55:33.000000,442.0,8.0,575.0,2541.0,1433.0,django-reversion is an extension to the Django web framework that provides version control for model instances.,172.0,32,True,['django'],2021-01-22 10:47:19.000000,3.0.9,56.0,,77317.0,,django-reversion,9835.0,5681.0,https://pypi.org/project/django-reversion,2021-01-22 10:47:19.000000,4154.0,77317.0,,,,1.0,,,,,,,,,,,,,,,,,,, +60,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.000000,2021-03-17 08:26:01.000000,2021-03-05 18:05:36.000000,407.0,47.0,608.0,2451.0,3523.0,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddit's API.",204.0,32,True,,2021-02-24 02:49:37.000000,7.2.0,120.0,,192936.0,conda-forge/praw,praw,11388.0,8092.0,https://pypi.org/project/praw,2021-02-24 02:49:37.000000,3296.0,192444.0,https://anaconda.org/conda-forge/praw,2020-05-03 01:16:10.948000,19216.0,2.0,,,,,,,,,,,,,,,,,,, +61,authlib,lepture/authlib,,auth,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000000,2021-03-31 17:22:21.000000,2021-03-08 10:35:19.000000,251.0,19.0,223.0,2409.0,1141.0,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",58.0,32,True,,2021-01-15 13:59:52.000000,0.15.3,26.0,,636388.0,conda-forge/authlib,authlib,12919.0,12595.0,https://pypi.org/project/authlib,2021-01-31 11:46:16.000000,324.0,634429.0,https://anaconda.org/conda-forge/authlib,2021-01-15 15:43:46.919000,48980.0,2.0,,,,,,,,,,,,,,,,,,, +62,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.000000,2021-03-29 18:18:21.000000,2021-03-14 18:49:47.000000,616.0,86.0,662.0,2075.0,1202.0,Django application and library for importing and exporting data with admin integration.,168.0,32,True,['django'],2020-12-31 14:02:35.000000,2.5.0,42.0,,196875.0,conda-forge/django-import-export,django-import-export,11646.0,9682.0,https://pypi.org/project/django-import-export,2020-12-31 14:02:35.000000,1964.0,196048.0,https://anaconda.org/conda-forge/django-import-export,2020-12-31 15:24:54.356000,43869.0,1.0,,,,,,,,,,,,,,,,,,, +63,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.000000,2021-03-22 17:59:40.000000,2020-12-24 00:35:10.000000,676.0,146.0,369.0,1868.0,944.0,Django-storages is a project to provide a variety of storage backends in a single library.,205.0,32,True,['django'],2020-12-24 00:37:37.000000,1.11.1,32.0,,491364.0,conda-forge/django-storages,django-storages,9692.0,,https://pypi.org/project/django-storages,2020-12-24 00:37:37.000000,9692.0,490810.0,https://anaconda.org/conda-forge/django-storages,2019-11-21 18:39:49.346000,24419.0,1.0,,,,,,,,,,,,,,,,,,, +64,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.000000,2021-03-24 23:22:17.000000,2021-03-24 23:22:17.000000,186.0,9.0,318.0,1840.0,179.0,SQLAlchemy database migrations for Flask applications using Alembic.,43.0,32,True,['flask'],2021-01-19 11:36:48.000000,2.6.0,35.0,,341548.0,conda-forge/flask-migrate,flask-migrate,87046.0,68320.0,https://pypi.org/project/flask-migrate,2021-01-19 11:36:48.000000,18726.0,339194.0,https://anaconda.org/conda-forge/flask-migrate,2020-10-11 11:33:12.426000,127140.0,1.0,,,,,,,,,,,,,,,,,,, +65,flask-wtf,lepture/flask-wtf,,forms,https://github.com/lepture/flask-wtf,https://github.com/lepture/flask-wtf,BSD-3-Clause,2012-02-29 16:38:52.000000,2021-03-14 13:16:41.000000,2021-03-01 13:45:46.000000,265.0,35.0,248.0,1169.0,585.0,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",89.0,32,True,['flask'],2020-02-06 23:18:16.000000,0.14.3,41.0,,709125.0,conda-forge/flask-wtf,flask-wtf,128730.0,96670.0,https://pypi.org/project/flask-wtf,2020-02-06 23:18:16.000000,32060.0,707812.0,https://anaconda.org/conda-forge/flask-wtf,2020-02-11 22:52:06.906000,74887.0,3.0,,,,,,,,,,,,,,,,,,, +66,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.000000,2021-03-29 08:42:49.000000,2021-03-29 08:42:48.000000,247.0,86.0,158.0,895.0,1589.0,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,61.0,32,True,,2017-12-07 14:10:04.000000,1.0.1,27.0,,1549646.0,,html5lib,114710.0,85650.0,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000000,29060.0,1549646.0,,,,2.0,,,,,,,,,,,,,,,,,,, +67,httplib2,httplib2/httplib2,,http-clients,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000000,2021-03-30 20:03:41.603000,2021-03-30 16:03:13.000000,136.0,45.0,61.0,404.0,512.0,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",64.0,32,True,,2021-02-07 20:07:46.000000,0.19.0,29.0,,6489819.0,conda-forge/httplib2,httplib2,101311.0,70427.0,https://pypi.org/project/httplib2,2021-02-07 20:07:46.000000,30884.0,6473939.0,https://anaconda.org/conda-forge/httplib2,2021-03-30 20:03:41.603000,952809.0,2.0,,,,,,,,,,,,,,,,,,, +68,google-auth,googleapis/google-auth-library-python,,auth,https://github.com/googleapis/google-auth-library-python,https://github.com/googleapis/google-auth-library-python,Apache-2.0,2016-09-26 00:38:59.000000,2021-03-30 19:31:47.000000,2021-03-26 00:35:43.000000,190.0,62.0,212.0,397.0,397.0,Google Auth Python Library.,71.0,32,True,,2021-03-16 22:21:34.000000,1.28.0,78.0,,11969172.0,conda-forge/google-auth,google-auth,58022.0,54372.0,https://pypi.org/project/google-auth,2021-03-16 22:21:34.000000,3650.0,11922579.0,https://anaconda.org/conda-forge/google-auth,2021-03-30 17:07:43.657000,2143278.0,2.0,,,,,,,,,,,,,,,,,,, +69,markupsafe,pallets/markupsafe,,html-processing,https://github.com/pallets/markupsafe,https://github.com/pallets/markupsafe,BSD-3-Clause,2010-06-22 17:22:58.000000,2021-03-22 17:50:42.000000,2021-03-22 17:50:41.000000,98.0,,69.0,371.0,327.0,Safely add untrusted strings to HTML/XML markup.,32.0,32,True,,2019-02-24 01:04:50.000000,1.1.1,22.0,,22710469.0,conda-forge/markupsafe,markupsafe,689613.0,543095.0,https://pypi.org/project/markupsafe,2021-02-15 16:34:00.000000,146518.0,22544691.0,https://anaconda.org/conda-forge/markupsafe,2021-01-08 18:00:00.348000,9946690.0,2.0,,,,,,,,,,,,,,,,,,, +70,Zappa,Miserlou/Zappa,,serverless,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000000,2021-03-30 12:15:45.000000,2021-02-20 16:10:31.000000,1248.0,699.0,660.0,11752.0,2916.0,Serverless Python.,257.0,31,True,,2020-10-07 16:06:39.000000,0.52.0,124.0,251.0,33455.0,,zappa,3442.0,2664.0,https://pypi.org/project/zappa,2020-10-07 16:06:39.000000,778.0,33447.0,,,,1.0,,,,,,,,,,,,,,,,,,, +71,httpx,encode/httpx,,http-clients,https://github.com/encode/httpx,https://github.com/encode/httpx,BSD-3-Clause,2019-04-04 12:27:00.000000,2021-03-26 15:07:19.000000,2021-03-26 15:07:18.000000,426.0,51.0,539.0,6672.0,966.0,A next generation HTTP client for Python.,120.0,31,True,,2021-03-15 09:18:42.000000,0.17.1,44.0,,2660264.0,conda-forge/httpx,httpx,5580.0,5516.0,https://pypi.org/project/httpx,2021-02-28 16:10:02.000000,64.0,2657510.0,https://anaconda.org/conda-forge/httpx,2021-03-15 11:03:54.699000,46834.0,2.0,,,,,,,,,,,,,,,,,,, +72,graphene,graphql-python/graphene,,graphql,https://github.com/graphql-python/graphene,https://github.com/graphql-python/graphene,MIT,2015-09-24 09:18:18.000000,2021-03-30 13:56:37.000000,2021-03-24 19:32:51.000000,679.0,84.0,802.0,6457.0,1580.0,GraphQL framework for Python.,168.0,31,True,['graphql'],2019-08-17 20:59:55.000000,2.1.8,87.0,,327631.0,conda-forge/graphene,graphene,9575.0,8209.0,https://pypi.org/project/graphene,2021-01-06 10:05:24.000000,1366.0,324394.0,https://anaconda.org/conda-forge/graphene,2019-08-28 08:56:12.825000,139197.0,1.0,,,,,,,,,,,,,,,,,,, +73,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.000000,2021-02-15 01:10:48.000000,2020-10-15 18:09:57.000000,932.0,112.0,439.0,5971.0,831.0,Simple framework for creating REST APIs.,155.0,31,True,['flask'],2020-02-06 13:49:38.000000,0.3.8,30.0,,438778.0,conda-forge/flask-restful,flask-restful,68194.0,54544.0,https://pypi.org/project/flask-restful,2020-02-06 13:49:38.000000,13650.0,437338.0,https://anaconda.org/conda-forge/flask-restful,2020-03-24 22:41:47.333000,79248.0,2.0,,,,,,,,,,,,,,,,,,, +74,starlette,encode/starlette,,web-frameworks,https://github.com/encode/starlette,https://github.com/encode/starlette,BSD-3-Clause,2018-06-25 13:16:21.000000,2021-03-30 14:13:11.000000,2021-03-29 15:02:22.000000,455.0,180.0,402.0,5343.0,761.0,The little ASGI framework that shines.,146.0,31,True,,2021-02-02 20:13:15.000000,0.14.2,111.0,,662325.0,conda-forge/starlette,starlette,13149.0,12573.0,https://pypi.org/project/starlette,2021-02-02 20:13:15.000000,576.0,656396.0,https://anaconda.org/conda-forge/starlette,2021-02-03 17:02:46.492000,177875.0,2.0,,,,,,,,,,,,,,,,,,, +75,gspread,burnash/gspread,,third-party-apis,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000000,2021-03-31 17:24:13.000000,2021-03-31 17:24:13.000000,790.0,161.0,462.0,5244.0,799.0,Google Sheets Python API.,113.0,31,True,,2021-02-18 09:11:49.000000,3.7.0,46.0,,865168.0,conda-forge/gspread,gspread,11138.0,9498.0,https://pypi.org/project/gspread,2021-02-18 09:10:37.000000,1640.0,861439.0,https://anaconda.org/conda-forge/gspread,2021-02-18 12:55:05.937000,179026.0,2.0,,,,,,,,,,,,,,,,,,, +76,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.000000,2021-03-30 04:07:07.000000,2021-03-30 04:06:58.000000,1782.0,116.0,1236.0,4832.0,8632.0,Domain-driven e-commerce for Django.,321.0,31,True,['django'],2021-02-22 07:25:19.000000,3.0.2,130.0,,5894.0,,django-oscar,1226.0,730.0,https://pypi.org/project/django-oscar,2021-02-22 07:25:19.000000,496.0,5894.0,,,,1.0,,,,,,,,,,,,,,,,,,, +77,Telethon,LonamiWebs/Telethon,,third-party-apis,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000000,2021-03-31 08:57:23.000000,2021-03-31 08:57:20.000000,703.0,76.0,1388.0,4726.0,2679.0,"Pure Python 3 MTProto API Telegram client library, for bots too!.",125.0,31,True,,2021-02-08 21:58:03.000000,1.19.5,197.0,,106934.0,,telethon,11114.0,10570.0,https://pypi.org/project/telethon,2021-03-14 10:31:34.000000,544.0,106934.0,,,,2.0,,,,,,,,,,,,,,,,,,, +78,twisted,twisted/twisted,,others,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000000,2021-04-01 08:56:44.000000,2021-03-31 00:01:48.000000,1010.0,83.0,,4222.0,,Event-driven networking engine written in Python.,222.0,31,True,,2021-02-28 10:03:55.000000,21.2.0,64.0,,621229.0,,twisted,58507.0,39117.0,https://pypi.org/project/twisted,2021-02-28 10:03:55.000000,19390.0,621229.0,,,,2.0,,,,,,,,,,,,,,,,,,, +79,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.000000,2021-02-07 19:57:30.000000,2021-02-07 19:57:30.000000,767.0,63.0,1351.0,4196.0,384.0,Socket.IO integration for Flask applications.,58.0,31,True,['flask'],2020-12-19 15:37:36.000000,5.0.1,75.0,,265031.0,conda-forge/flask-socketio,flask-socketio,21475.0,17215.0,https://pypi.org/project/flask-socketio,2020-12-19 15:37:36.000000,4260.0,262891.0,https://anaconda.org/conda-forge/flask-socketio,2020-12-19 17:19:26.245000,117731.0,2.0,,,,,,,,,,,,,,,,,,, +80,pytube,pytube/pytube,,third-party-apis,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000000,2021-03-28 14:47:08.000000,2021-03-28 14:47:08.000000,1028.0,17.0,543.0,4165.0,1356.0,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",89.0,31,True,,2021-03-28 14:36:48.000000,10.6.1,63.0,,81817.0,,pytube,5999.0,5575.0,https://pypi.org/project/pytube,2021-03-19 15:00:07.000000,424.0,81817.0,,,,2.0,,,,,,,,,,,,,,,,,,, +81,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.000000,2021-03-31 21:00:45.000000,2021-03-28 08:57:49.000000,1121.0,8.0,728.0,4031.0,1252.0,Python Telegram bot api.,145.0,31,True,,2021-03-28 09:03:25.000000,3.7.7,79.0,,74423.0,,pytelegrambotapi,15183.0,13453.0,https://pypi.org/project/pytelegrambotapi,2021-03-28 09:03:25.000000,1730.0,74423.0,,,,2.0,,,,,,,,,,,,,,,,,,, +82,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.000000,2021-02-25 01:13:20.000000,2020-01-06 14:43:54.000000,1156.0,420.0,502.0,3727.0,1277.0,Creating delicious APIs for Django apps since 2010.,197.0,31,False,['django'],2020-01-06 14:46:44.000000,0.14.3,24.0,,29133.0,,django-tastypie,9381.0,4365.0,https://pypi.org/project/django-tastypie,2020-01-06 14:46:44.000000,5016.0,29133.0,,,,2.0,,,,,,,,,,,,,,,,,,, +83,connexion,zalando/connexion,,openapi-utils,https://github.com/zalando/connexion,https://github.com/zalando/connexion,Apache-2.0,2015-05-19 13:05:58.000000,2021-03-12 01:05:57.000000,2020-08-10 06:51:42.000000,596.0,378.0,421.0,3596.0,1190.0,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,162.0,31,True,['openapi'],2020-04-25 16:28:38.000000,2.7.0,129.0,,358346.0,conda-forge/connexion,connexion,5954.0,4734.0,https://pypi.org/project/connexion,2020-04-25 16:24:32.000000,1220.0,355632.0,https://anaconda.org/conda-forge/connexion,2021-02-13 12:55:11.443000,124878.0,1.0,,,,,,,,,,,,,,,,,,, +84,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.000000,2021-04-01 08:50:54.000000,2021-03-29 14:38:55.000000,1008.0,94.0,933.0,3249.0,3717.0,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",142.0,31,True,['flask'],2021-03-29 14:41:14.000000,3.2.1,230.0,,539391.0,conda-forge/flask-appbuilder,flask-appbuilder,1822.0,1822.0,https://pypi.org/project/flask-appbuilder,2021-03-16 09:17:59.000000,,536836.0,https://anaconda.org/conda-forge/flask-appbuilder,2021-03-16 16:05:17.752000,130351.0,2.0,,,,,,,,,,,,,,,,,,, +85,responses,getsentry/responses,,testing,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000000,2021-03-29 14:52:18.938000,2021-03-29 13:32:03.000000,263.0,72.0,119.0,3159.0,483.0,A utility for mocking out the Python Requests library.,93.0,31,True,,2021-03-29 13:34:29.000000,0.13.2,37.0,,1346347.0,conda-forge/responses,responses,13826.0,8894.0,https://pypi.org/project/responses,2021-03-29 13:34:29.000000,4932.0,1330818.0,https://anaconda.org/conda-forge/responses,2021-03-29 14:52:18.938000,481401.0,1.0,,,,,,,,,,,,,,,,,,, +86,django-haystack,django-haystack/django-haystack,,django-utils,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009-01-29 20:23:57.000000,2021-03-02 20:08:12.000000,2021-02-06 17:32:26.000000,1244.0,572.0,718.0,3154.0,1656.0,Modular search for Django.,185.0,31,True,['django'],2018-06-15 17:34:09.000000,2.8.1,39.0,,40343.0,conda-forge/django-haystack,django-haystack,12377.0,6879.0,https://pypi.org/project/django-haystack,2020-09-14 23:11:13.000000,5498.0,40232.0,https://anaconda.org/conda-forge/django-haystack,2018-05-31 04:38:24.116000,3906.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.000000,2021-03-28 11:57:58.000000,2021-03-24 17:04:49.000000,625.0,43.0,280.0,2764.0,359.0,Flask user session management.,97.0,31,True,['flask'],2020-02-09 16:55:42.000000,0.5.0,21.0,,650997.0,conda-forge/flask-login,flask-login,25428.0,,https://pypi.org/project/flask-login,2020-02-09 16:55:42.000000,25428.0,649406.0,https://anaconda.org/conda-forge/flask-login,2020-04-27 14:19:28.649000,90697.0,2.0,,,,,,,,,,,,,,,,,,, +88,splinter,cobrateam/splinter,,testing,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000000,2021-03-26 12:33:04.000000,2021-03-26 12:33:03.000000,475.0,99.0,407.0,2366.0,1981.0,splinter - python test framework for web applications.,163.0,31,True,,2020-08-19 22:56:03.000000,0.14.0,43.0,,80736.0,,splinter,6560.0,4464.0,https://pypi.org/project/splinter,2020-08-19 22:56:03.000000,2096.0,80736.0,,,,1.0,,,,,,,,,,,,,,,,,,, +89,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.000000,2021-03-27 11:44:12.000000,2021-03-27 11:44:04.000000,389.0,55.0,530.0,2275.0,410.0,Python Socket.IO server and client.,50.0,31,True,,2020-12-25 19:20:24.000000,5.0.4,75.0,,195323.0,conda-forge/python-socketio,python-socketio,18507.0,15149.0,https://pypi.org/project/python-socketio,2020-12-25 19:20:24.000000,3358.0,192372.0,https://anaconda.org/conda-forge/python-socketio,2021-03-10 13:48:58.002000,162358.0,2.0,,,,,,,,,,,,,,,,,,, +90,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.000000,2021-04-01 10:03:05.000000,2021-04-01 10:03:04.000000,626.0,172.0,643.0,2264.0,3238.0,WebSocket and WAMP in Python for Twisted and asyncio.,122.0,31,True,,2021-02-26 01:38:26.000000,21.2.2,137.0,,182343.0,,autobahn,15845.0,12219.0,https://pypi.org/project/autobahn,2021-03-02 15:10:09.000000,3626.0,182343.0,,,,2.0,,,,,,,,,,,,,,,,,,, +91,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.000000,2021-03-22 15:06:31.000000,2021-03-22 15:06:30.000000,603.0,145.0,459.0,2216.0,1112.0,OAuth2 goodies for the Djangonauts!.,174.0,31,True,['django'],2021-03-22 13:34:44.000000,1.5.0,34.0,,83465.0,,django-oauth-toolkit,1990.0,,https://pypi.org/project/django-oauth-toolkit,2021-03-22 13:34:44.000000,1990.0,83465.0,,,,2.0,,,,,,,,,,,,,,,,,,, +92,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.000000,2021-03-10 12:10:03.000000,2021-03-09 16:34:56.000000,306.0,91.0,151.0,2008.0,878.0,Django model mixins and utilities.,113.0,31,True,['django'],2020-12-01 23:19:20.000000,4.1.1,37.0,,231140.0,,django-model-utils,22629.0,13423.0,https://pypi.org/project/django-model-utils,2020-12-01 23:19:20.000000,9206.0,231140.0,,,,1.0,,,,,,,,,,,,,,,,,,, +93,rdflib,RDFLib/rdflib,,others,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000000,2021-03-30 03:35:34.000000,2021-03-23 09:24:17.000000,411.0,258.0,582.0,1415.0,3454.0,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",151.0,31,True,,2020-04-18 04:48:42.000000,5.0.0,19.0,,135888.0,conda-forge/rdflib,rdflib,8573.0,5439.0,https://pypi.org/project/rdflib,2020-04-18 01:33:53.000000,3134.0,132841.0,https://anaconda.org/conda-forge/rdflib,2021-01-13 23:54:07.934000,149321.0,2.0,,,,,,,,,,,,,,,,,,, +94,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.000000,2021-03-09 13:00:32.000000,2021-03-09 13:00:29.000000,358.0,152.0,305.0,1393.0,1163.0,Pipeline is an asset packaging library for Django.,165.0,31,True,['django'],2021-01-19 20:53:17.000000,2.0.6,127.0,,38235.0,,django-pipeline,3965.0,1731.0,https://pypi.org/project/django-pipeline,2021-01-19 20:53:17.000000,2234.0,38235.0,,,,1.0,,,,,,,,,,,,,,,,,,, +95,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.000000,2021-03-29 16:01:49.000000,2021-03-29 16:01:46.000000,180.0,11.0,282.0,1117.0,570.0,An open source Flask extension that provides JWT support (with batteries included)!.,69.0,31,True,['flask'],2021-03-09 15:51:12.000000,4.1.0,75.0,,577094.0,conda-forge/flask-jwt-extended,flask-jwt-extended,12685.0,11535.0,https://pypi.org/project/flask-jwt-extended,2021-03-09 15:51:12.000000,1150.0,575649.0,https://anaconda.org/conda-forge/flask-jwt-extended,2021-03-10 13:47:34.817000,60697.0,2.0,,,,,,,,,,,,,,,,,,, +96,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.000000,2021-03-21 22:09:59.000000,2021-03-02 17:34:53.000000,283.0,12.0,270.0,1014.0,1274.0,Python library for the Stripe API.,112.0,31,True,,2021-02-22 14:29:54.000000,2.56.0,247.0,,391365.0,,stripe,17529.0,13721.0,https://pypi.org/project/stripe,2021-02-22 14:29:50.000000,3808.0,391365.0,,,,2.0,,,,,,,,,,,,,,,,,,, +97,oauth2client,googleapis/oauth2client,,auth,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000000,2019-11-01 21:25:38.000000,2018-09-07 21:33:19.000000,414.0,2.0,303.0,771.0,1482.0,This is a Python library for accessing resources protected by OAuth 2.0.,89.0,31,False,,2018-09-07 21:38:16.000000,4.1.3,44.0,,4069085.0,conda-forge/oauth2client,oauth2client,48644.0,38136.0,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000000,10508.0,4061438.0,https://anaconda.org/conda-forge/oauth2client,2019-02-03 02:43:41.310000,435927.0,2.0,,,,,,,,,,,,,,,,,,, +98,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.000000,2021-02-17 16:18:26.000000,2021-01-05 15:14:56.000000,98.0,28.0,99.0,701.0,346.0,Cross Origin Resource Sharing ( CORS ) support for Flask.,36.0,31,True,['flask'],2021-01-06 00:25:41.000000,3.0.10,42.0,,967128.0,conda-forge/flask-cors,flask-cors,110185.0,95477.0,https://pypi.org/project/flask-cors,2021-01-06 00:25:41.000000,14708.0,962255.0,https://anaconda.org/conda-forge/flask-cors,2019-06-15 13:28:32.816000,268041.0,1.0,,,,,,,,,,,,,,,,,,, +99,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.000000,2021-03-29 15:00:59.000000,2021-03-29 14:44:07.000000,8193.0,354.0,,39636.0,2372.0,Dumb downloader that scrapes the web.,227.0,30,True,,2021-03-29 15:09:41.000000,0.4.1520,160.0,333956.0,12415.0,,you-get,36.0,,https://pypi.org/project/you-get,2021-03-29 14:51:27.000000,36.0,8532.0,,,,1.0,,you-get,,,,,,,,,,,,,,,,, +100,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.000000,2021-03-31 18:55:26.000000,2021-03-31 18:50:40.000000,7793.0,586.0,3870.0,19775.0,4874.0,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",471.0,30,True,['openapi'],2021-03-31 18:52:46.000000,3.46.0,100.0,,,,,31221.0,31221.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +101,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.000000,2021-03-29 16:45:25.000000,2020-05-10 19:40:04.000000,774.0,143.0,195.0,11746.0,449.0,Pythonic HTML Parsing for Humans.,62.0,30,True,,2019-02-18 21:38:41.000000,0.10.0,36.0,,189628.0,,requests-html,4493.0,4129.0,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000000,364.0,189628.0,,,,3.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.000000,2021-03-31 22:24:08.000000,2021-03-31 22:21:18.000000,799.0,283.0,725.0,7775.0,2105.0,Python Serverless Microframework for AWS.,164.0,30,True,,2021-02-01 21:09:05.000000,1.22.1,67.0,,43570.0,conda-forge/chalice,chalice,1260.0,1008.0,https://pypi.org/project/chalice,2021-02-01 21:09:05.000000,252.0,41420.0,https://anaconda.org/conda-forge/chalice,2021-01-15 19:18:11.605000,43000.0,3.0,,,,,,,,,,,,,,,,,,, +103,impacket,SecureAuthCorp/impacket,,others,https://github.com/SecureAuthCorp/impacket,https://github.com/SecureAuthCorp/impacket,Apache-2.0,2015-04-15 14:04:07.000000,2021-03-23 10:11:27.000000,2021-03-15 15:14:12.000000,1922.0,160.0,519.0,6482.0,3343.0,Impacket is a collection of Python classes for working with network protocols.,144.0,30,True,,2020-11-23 14:48:53.000000,0.9.22,11.0,46748.0,16809.0,,impacket,1194.0,836.0,https://pypi.org/project/impacket,2020-11-23 14:48:53.000000,358.0,16151.0,,,,2.0,,,,,,,,,,,,,,,,,,, +104,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.000000,2021-03-27 19:53:45.000000,2021-03-27 19:53:44.000000,468.0,9.0,213.0,4080.0,,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,60.0,30,True,['django'],2021-01-25 14:48:41.000000,3.7.0,42.0,,692942.0,conda-forge/django-cors-headers,django-cors-headers,75953.0,62899.0,https://pypi.org/project/django-cors-headers,2021-01-25 14:48:41.000000,13054.0,692345.0,https://anaconda.org/conda-forge/django-cors-headers,2020-06-26 00:08:34.467000,17920.0,2.0,,,,,,,,,,,,,,,,,,, +105,django-filter,carltongibson/django-filter,,django-utils,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009-01-30 00:35:57.000000,2021-03-30 04:53:21.000000,2021-03-30 04:53:18.000000,658.0,108.0,631.0,3337.0,,A generic system for filtering Django QuerySets based on user selections.,163.0,30,True,['django'],2020-09-27 09:11:02.000000,2.4.0,35.0,,656696.0,,django-filter,70899.0,54199.0,https://pypi.org/project/django-filter,2020-09-27 09:08:52.000000,16700.0,656696.0,,,,2.0,,,,,,,,,,,,,,,,,,, +106,spotipy,plamere/spotipy,,third-party-apis,https://github.com/plamere/spotipy,https://github.com/plamere/spotipy,MIT,2014-04-05 13:11:25.000000,2021-03-13 13:34:52.000000,2021-03-13 13:34:52.000000,667.0,24.0,370.0,3140.0,553.0,A light weight Python library for the Spotify Web API.,134.0,30,True,,2021-02-28 13:56:45.000000,2.17.1,40.0,,106946.0,,spotipy,5269.0,4345.0,https://pypi.org/project/spotipy,2021-02-28 13:53:55.000000,924.0,106946.0,,,,2.0,,,,,,,,,,,,,,,,,,, +107,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.000000,2021-03-15 19:47:25.000000,2021-03-15 19:47:20.000000,1058.0,18.0,194.0,3124.0,473.0,Python client library for Google Maps API Web Services.,56.0,30,True,,2021-03-15 19:47:28.000000,4.4.5,36.0,,243359.0,,googlemaps,7687.0,5381.0,https://pypi.org/project/googlemaps,2020-07-28 17:47:05.000000,2306.0,243359.0,,,,2.0,,,,,,,,,,,,,,,,,,, +108,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.000000,2021-03-22 14:47:43.000000,2021-02-03 12:34:22.000000,607.0,19.0,639.0,3016.0,1800.0,A jazzy skin for the Django Admin-Interface (official repository).,73.0,30,True,['django'],2020-11-24 14:31:22.000000,2.14.2,64.0,,41659.0,conda-forge/django-grappelli,django-grappelli,7378.0,4004.0,https://pypi.org/project/django-grappelli,2020-11-24 15:01:47.000000,3374.0,40418.0,https://anaconda.org/conda-forge/django-grappelli,2020-11-24 17:15:21.234000,75707.0,1.0,,,,,,,,,,,,,,,,,,, +109,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.000000,2021-03-21 12:28:39.000000,2021-03-21 12:28:29.000000,505.0,110.0,315.0,2912.0,935.0,Per object permissions for Django.,156.0,30,True,['django'],2020-06-07 23:52:17.000000,2.3.0,42.0,,70983.0,conda-forge/django-guardian,django-guardian,7716.0,3934.0,https://pypi.org/project/django-guardian,2020-06-07 23:52:17.000000,3782.0,70397.0,https://anaconda.org/conda-forge/django-guardian,2019-09-08 23:35:21.475000,26959.0,2.0,,,,,,,,,,,,,,,,,,, +110,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.000000,2019-10-03 00:57:30.000000,2017-02-04 13:10:59.000000,1140.0,18.0,642.0,2799.0,1973.0,Social auth made simple.,283.0,30,False,,2017-02-03 12:20:08.000000,0.3.6,55.0,,10980.0,,python-social-auth,9307.0,4799.0,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000000,4508.0,10980.0,,,,2.0,,,,,,,,,,,,,,,,,,, +111,django-mptt,django-mptt/django-mptt,,django-utils,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,MIT,2010-08-31 19:12:55.000000,2021-03-17 14:07:11.000000,2021-03-04 10:53:41.000000,414.0,116.0,396.0,2488.0,1139.0,Utilities for implementing a modified pre-order traversal tree in django.,143.0,30,True,['django'],2020-01-18 16:10:10.000000,0.11.0,33.0,,99335.0,,django-mptt,15283.0,8935.0,https://pypi.org/project/django-mptt,2020-01-18 16:10:10.000000,6348.0,99335.0,,,,2.0,,,,,,,,,,,,,,,,,,, +112,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.000000,2021-03-29 12:14:03.000000,2021-03-18 08:49:27.000000,315.0,138.0,337.0,2448.0,874.0,A test fixtures replacement for Python.,113.0,30,True,['django'],2018-05-05 15:05:40.000000,2.11.1,36.0,,499131.0,,factory_boy,4256.0,,https://pypi.org/project/factory_boy,2018-05-05 15:05:40.000000,4256.0,499131.0,,,,2.0,,,,,,,,,,,,,,,,,,, +113,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.000000,2021-03-20 19:12:31.000000,2020-10-31 13:39:53.000000,297.0,170.0,365.0,2198.0,496.0,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,60.0,30,True,"['openapi', 'django']",2020-10-25 22:17:54.000000,1.17.1,54.0,,281975.0,,drf-yasg,33444.0,32864.0,https://pypi.org/project/drf-yasg,2020-10-25 20:12:43.000000,580.0,281975.0,,,,1.0,,,,,,,,,,,,,,,,,,, +114,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.000000,2021-03-16 17:30:18.000000,2021-03-16 17:30:18.000000,366.0,102.0,143.0,2160.0,734.0,markdown2: A fast and complete implementation of Markdown in Python.,60.0,30,True,,2021-01-22 20:51:09.000000,2.4.0,41.0,,109233.0,,markdown2,13383.0,8945.0,https://pypi.org/project/markdown2,2021-01-22 20:51:09.000000,4438.0,109233.0,,,,2.0,,,,,,,,,,,,,,,,,,, +115,pyquery,gawel/pyquery,,html-processing,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000000,2021-03-09 14:39:09.000000,2021-03-09 14:39:04.000000,163.0,45.0,118.0,1981.0,442.0,A jquery-like library for python.,47.0,30,True,,2020-11-21 09:17:43.000000,1.4.3,35.0,,269497.0,conda-forge/pyquery,pyquery,16678.0,10444.0,https://pypi.org/project/pyquery,2020-11-21 09:17:43.000000,6234.0,269167.0,https://anaconda.org/conda-forge/pyquery,2020-11-27 04:30:29.453000,13884.0,3.0,,,,,,,,,,,,,,,,,,, +116,vcrpy,kevin1024/vcrpy,,testing,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000000,2021-02-14 19:54:30.000000,2020-10-09 20:38:37.000000,272.0,82.0,247.0,1950.0,1006.0,Automatically mock your HTTP interactions to simplify and speed up testing.,109.0,30,True,,2020-10-09 20:43:45.000000,4.1.1,63.0,,493287.0,,vcrpy,4532.0,2812.0,https://pypi.org/project/vcrpy,2020-10-09 20:43:45.000000,1720.0,493287.0,,,,2.0,,,,,,,,,,,,,,,,,,, +117,whitenoise,evansd/whitenoise,,servers,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000000,2021-03-19 22:11:41.000000,2021-03-06 16:02:15.000000,102.0,27.0,175.0,1639.0,517.0,Radically simplified static file serving for Python web apps.,46.0,30,True,,2020-08-04 09:33:41.000000,5.2.0,44.0,,356363.0,conda-forge/whitenoise,whitenoise,169525.0,143253.0,https://pypi.org/project/whitenoise,2020-08-04 09:33:41.000000,26272.0,355323.0,https://anaconda.org/conda-forge/whitenoise,2020-10-13 13:46:24.606000,45777.0,2.0,,,,,,,,,,,,,,,,,,, +118,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.000000,2021-04-01 00:46:28.000000,2021-02-17 10:42:48.000000,498.0,341.0,627.0,1546.0,1401.0,A modern/fast python SOAP client based on lxml / requests.,114.0,30,True,,2020-10-12 07:38:33.000000,4.0.0,61.0,,638791.0,,zeep,3448.0,2794.0,https://pypi.org/project/zeep,2020-10-12 07:38:33.000000,654.0,638791.0,,,,2.0,,,,,,,,,,,,,,,,,,, +119,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.000000,2021-03-15 02:18:54.000000,2021-03-15 02:07:44.000000,420.0,185.0,600.0,1494.0,2290.0,"A fresh approach to autocomplete implementations, specially for Django. Status: v3 stable, 2.x.x stable, 1.x.x..",173.0,30,True,['django'],2020-10-13 14:40:21.000000,3.8.1,189.0,,37614.0,,django-autocomplete-light,3927.0,2529.0,https://pypi.org/project/django-autocomplete-light,2020-10-13 14:40:21.000000,1398.0,37614.0,,,,2.0,,,,,,,,,,,,,,,,,,, +120,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.000000,2021-03-24 23:43:20.142000,2021-03-24 21:23:10.000000,565.0,7.0,238.0,1456.0,,A Python module for communicating with the Twilio API and generating TwiML.,118.0,30,True,,2021-03-24 21:28:45.000000,6.55.0,235.0,,539759.0,conda-forge/twilio,twilio,22256.0,15522.0,https://pypi.org/project/twilio,2021-03-24 21:28:45.000000,6734.0,537364.0,https://anaconda.org/conda-forge/twilio,2021-03-24 23:43:20.142000,43117.0,2.0,,,,,,,,,,,,,,,,,,, +121,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.000000,2021-03-28 06:39:51.000000,2021-03-28 06:39:51.000000,368.0,45.0,463.0,1368.0,1347.0,django-tables2 - An app for creating HTML tables.,133.0,30,True,['django'],2021-01-10 12:06:01.000000,2.3.4,117.0,,40511.0,,django-tables2,5518.0,3818.0,https://pypi.org/project/django-tables2,2021-01-10 12:06:01.000000,1700.0,40511.0,,,,2.0,,,,,,,,,,,,,,,,,,, +122,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.000000,2021-03-17 13:17:16.000000,2020-06-05 16:02:40.000000,655.0,127.0,434.0,1328.0,1229.0,"Python JIRA Library is the easiest way to automate JIRA. Support for py27 was dropped on 2019-10-14, do not raise bugs..",187.0,30,True,,2020-07-28 13:33:27.000000,3.0,55.0,642.0,744743.0,conda-forge/jira,jira,1816.0,,https://pypi.org/project/jira,2019-10-15 10:43:01.000000,1816.0,743696.0,https://anaconda.org/conda-forge/jira,2018-07-17 03:36:55.140000,49714.0,2.0,,,,,,,,,,,,,,,,,,, +123,tldextract,john-kurkowski/tldextract,,url-utils,https://github.com/john-kurkowski/tldextract,https://github.com/john-kurkowski/tldextract,BSD-3-Clause,2011-02-26 06:48:00.000000,2020-12-16 10:06:08.000000,2020-11-22 20:38:27.000000,177.0,19.0,124.0,1311.0,368.0,"Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List.",38.0,30,True,,2020-11-22 20:39:37.000000,3.1.0,42.0,,1379367.0,conda-forge/tldextract,tldextract,7340.0,5588.0,https://pypi.org/project/tldextract,2020-11-22 20:39:37.000000,1752.0,1378015.0,https://anaconda.org/conda-forge/tldextract,2019-11-09 17:49:15.119000,75759.0,1.0,,,,,,,,,,,,,,,,,,, +124,dj-database-url,jacobian/dj-database-url,,django-utils,https://github.com/jacobian/dj-database-url,https://github.com/jacobian/dj-database-url,BSD-2-Clause,2012-04-30 17:20:23.000000,2021-01-21 19:54:21.000000,2019-12-25 15:53:32.000000,164.0,19.0,48.0,1179.0,191.0,Use Database URLs in your Django Application.,52.0,30,False,['django'],2018-03-01 18:39:51.000000,0.5.0,11.0,,233581.0,,dj-database-url,164288.0,122740.0,https://pypi.org/project/dj-database-url,2018-03-01 18:39:51.000000,41548.0,233581.0,,,,2.0,,,,,,,,,,,,,,,,,,, +125,pytest-django,pytest-dev/pytest-django,,testing,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,BSD-3-Clause,2011-09-29 19:35:55.000000,2021-03-28 21:46:19.000000,2021-03-20 21:17:09.000000,274.0,126.0,318.0,876.0,1100.0,A Django plugin for pytest.,120.0,30,True,['django'],2020-10-22 19:19:04.000000,4.1.0,54.0,,457747.0,,pytest-django,10934.0,,https://pypi.org/project/pytest-django,2020-10-22 19:02:03.000000,10934.0,457747.0,,,,2.0,,,,,,,,,,,,,,,,,,, +126,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.000000,2021-03-25 12:59:01.000000,2021-03-25 12:59:01.000000,134.0,54.0,94.0,757.0,549.0,A toolbelt of useful classes and functions to be used with python-requests.,58.0,30,True,,2019-01-30 01:29:52.000000,0.9.1,17.0,,4303405.0,conda-forge/requests-toolbelt,requests-toolbelt,33688.0,25502.0,https://pypi.org/project/requests-toolbelt,2019-01-30 01:29:52.000000,8186.0,4296541.0,https://anaconda.org/conda-forge/requests-toolbelt,2019-01-30 10:52:02.782000,418736.0,2.0,,,,,,,,,,,,,,,,,,, +127,pycurl,pycurl/pycurl,,http-clients,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,MIT,2013-08-03 20:56:39.000000,2021-01-21 20:22:25.000000,2020-12-07 05:30:17.000000,203.0,15.0,265.0,742.0,3108.0,PycURL - Python interface to libcurl.,86.0,30,True,,2016-02-05 06:14:50.000000,7.43.0,19.0,,527058.0,conda-forge/pycurl,pycurl,39139.0,30843.0,https://pypi.org/project/pycurl,2020-09-02 05:40:45.000000,8296.0,508893.0,https://anaconda.org/conda-forge/pycurl,2021-01-08 17:35:21.951000,417806.0,2.0,,,,,,,,,,,,,,,,,,, +128,pyopenssl,pyca/pyopenssl,,others,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000000,2021-03-28 21:29:44.000000,2021-03-26 03:20:20.000000,361.0,74.0,355.0,706.0,,A Python wrapper around the OpenSSL library.,93.0,30,True,,2020-12-15 15:31:57.000000,20.0.1,25.0,,8740252.0,conda-forge/pyopenssl,pyopenssl,28376.0,,https://pypi.org/project/pyopenssl,2020-12-15 15:31:57.000000,28376.0,8571111.0,https://anaconda.org/conda-forge/pyopenssl,2020-12-15 18:12:40.442000,9133632.0,2.0,,,,,,,,,,,,,,,,,,, +129,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.000000,2021-03-22 07:28:36.000000,2021-02-22 07:23:39.000000,87.0,27.0,146.0,624.0,842.0,Yet another URL library.,58.0,30,True,,2020-11-14 20:19:58.000000,1.6.3,83.0,1351.0,13103947.0,conda-forge/yarl,yarl,4568.0,,https://pypi.org/project/yarl,2020-11-14 20:16:31.000000,4568.0,13071256.0,https://anaconda.org/conda-forge/yarl,2021-01-11 08:48:39.505000,1535356.0,1.0,,,,,,,,,,,,,,,,,,, +130,terminado,jupyter/terminado,,others,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-3-Clause,2014-09-29 23:44:25.000000,2021-03-29 20:46:03.206000,2021-03-29 15:42:28.000000,64.0,24.0,29.0,274.0,315.0,Terminals served by tornado websockets.,28.0,30,True,,2021-03-15 17:53:21.000000,0.9.3,18.0,,6515503.0,conda-forge/terminado,terminado,13612.0,,https://pypi.org/project/terminado,2021-03-15 17:53:21.000000,13612.0,6458804.0,https://anaconda.org/conda-forge/terminado,2021-03-29 20:46:03.206000,3401978.0,2.0,,,,,,,,,,,,,,,,,,, +131,Kong,kong/kong,,api-proxies,https://github.com/Kong/kong,https://github.com/Kong/kong,Apache-2.0,2014-11-17 23:56:08.000000,2021-04-01 14:46:17.803386,2021-04-01 11:28:53.000000,3718.0,397.0,3076.0,29121.0,6482.0,The Cloud-Native API Gateway.,230.0,29,True,,2021-03-05 16:56:57.000000,2.2.2,100.0,523848.0,2968182.0,,,,,,,,,,,,1.0,,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2021-04-01 14:46:17.803386,553.0,227956945.0,,,, +132,mitmproxy,mitmproxy/mitmproxy,,testing,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000000,2021-04-01 10:30:11.000000,2021-03-30 15:03:14.000000,2783.0,228.0,2271.0,21954.0,,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,390.0,29,True,,2021-01-21 09:59:25.000000,6.0.2,45.0,210859.0,45334.0,,mitmproxy,2111.0,1265.0,https://pypi.org/project/mitmproxy,2020-12-15 16:49:54.000000,846.0,43043.0,,,,2.0,-4.0,,,,,,,,,,,,,,,,,, +133,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.000000,2021-03-31 09:20:30.000000,2021-03-28 08:04:53.000000,5491.0,2859.0,3089.0,12848.0,11314.0,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",1193.0,29,True,['openapi'],2021-03-04 05:12:06.000000,3.0.25,63.0,,,,,538.0,538.0,,,,,,,,2.0,,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,, +134,InstaPy,timgrossmann/InstaPy,,third-party-apis,https://github.com/timgrossmann/InstaPy,https://github.com/timgrossmann/InstaPy,GPL-3.0,2016-09-26 20:36:26.000000,2021-04-01 08:00:04.000000,2021-03-12 07:46:00.000000,3088.0,178.0,4863.0,12535.0,3266.0,Instagram Bot - Tool for automated Instagram interactions.,297.0,29,True,,2021-01-07 18:41:10.000000,0.6.13,49.0,,3848.0,,instapy,371.0,360.0,https://pypi.org/project/instapy,2021-01-07 18:41:10.000000,11.0,3848.0,,,,2.0,,,,,,,,,,,,,,,,,,, +135,newspaper3k,codelucas/newspaper,,web-scraping,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000000,2021-03-06 01:40:55.000000,2020-09-02 06:54:25.000000,1789.0,435.0,244.0,10852.0,651.0,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",103.0,29,True,,2018-09-28 04:58:18.000000,0.2.8,18.0,,54557.0,conda-forge/newspaper3k,newspaper3k,2923.0,2479.0,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000000,444.0,53611.0,https://anaconda.org/conda-forge/newspaper3k,2020-10-14 01:55:00.844000,38816.0,1.0,,,,,,,,,,,,,,,,,,, +136,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.000000,2021-02-02 14:13:49.000000,2020-03-04 14:36:33.000000,3984.0,421.0,1035.0,10720.0,412.0,TuShare is a utility for crawling historical data of China stocks.,34.0,29,False,,2020-10-16 10:59:55.000000,1.2.62,168.0,,9877.0,,tushare,1282.0,926.0,https://pypi.org/project/tushare,2020-10-16 10:59:55.000000,356.0,9877.0,,,,2.0,,,,,,,,,,,,,,,,,,, +137,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.000000,2021-03-08 22:57:16.000000,2019-08-22 14:48:18.000000,1514.0,48.0,,10609.0,295.0,Command line interface for testing internet bandwidth using speedtest.net.,10.0,29,False,,2019-08-22 14:51:02.000000,2.1.2,27.0,,35803.0,,speedtest-cli,10740.0,9840.0,https://pypi.org/project/speedtest-cli,2019-08-22 14:49:50.000000,900.0,35803.0,,,,2.0,,,,,,,,,,,,,,,,,,, +138,httpbin,postmanlabs/httpbin,,others,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000000,2021-03-30 21:48:10.000000,2018-11-07 20:31:50.000000,1404.0,135.0,239.0,9707.0,841.0,"HTTP Request & Response Service, written in Python + Flask.",108.0,29,False,['flask'],2018-05-08 12:00:46.000000,0.7.0,13.0,,43002.0,,httpbin,1874.0,776.0,https://pypi.org/project/httpbin,2018-05-08 12:00:46.000000,1098.0,43002.0,,,,2.0,,,,,,,,,,,,,,,,,,, +139,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.000000,2021-03-09 12:44:01.000000,2021-03-09 12:42:34.000000,912.0,104.0,664.0,6384.0,,A configurable set of panels that display various debug information about the current request/response.,234.0,29,True,,2020-09-24 16:03:05.000000,3.1.1,47.0,160.0,392726.0,conda-forge/django-debug-toolbar,django-debug-toolbar,61631.0,37127.0,https://pypi.org/project/django-debug-toolbar,2020-12-03 08:16:11.000000,24504.0,390956.0,https://anaconda.org/conda-forge/django-debug-toolbar,2020-12-03 09:40:57.198000,107953.0,2.0,,,,,,,,,,,,,,,,,,, +140,eve,pyeve/eve,,web-frameworks,https://github.com/pyeve/eve,https://github.com/pyeve/eve,BSD-3-Clause,2012-10-22 07:39:33.000000,2021-04-01 06:35:12.000000,2021-03-14 16:47:07.000000,724.0,29.0,915.0,6316.0,3303.0,REST API framework designed for human beings.,203.0,29,True,,2021-01-25 09:18:46.000000,1.1.5,47.0,,3667.0,,eve,1659.0,945.0,https://pypi.org/project/eve,2021-01-25 09:18:46.000000,714.0,3667.0,,,,3.0,,,,,,,,,,,,,,,,,,, +141,channels,django/channels,,django-utils,https://github.com/django/channels,https://github.com/django/channels,BSD-3-Clause,2015-06-03 17:16:20.000000,2021-03-26 10:19:45.000000,2021-03-26 10:19:45.000000,662.0,116.0,970.0,4828.0,,Developer-friendly asynchrony for Django.,225.0,29,True,['django'],2020-12-28 08:45:10.000000,3.0.3,62.0,,101975.0,conda-forge/channels,channels,13595.0,11267.0,https://pypi.org/project/channels,2020-12-28 08:45:10.000000,2328.0,98799.0,https://anaconda.org/conda-forge/channels,2020-12-28 10:00:47.968000,38115.0,2.0,,,,,,,,,,,,,,,,,,, +142,mezzanine,stephenmcd/mezzanine,,cms,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000000,2021-03-30 16:36:56.000000,2020-09-10 00:59:07.000000,1496.0,78.0,963.0,4244.0,5233.0,CMS framework for Django.,316.0,29,True,['django'],2018-08-08 01:20:56.000000,4.3.1,130.0,,1420.0,,mezzanine,2378.0,,https://pypi.org/project/mezzanine,2020-09-09 01:40:20.000000,2378.0,1420.0,,,,2.0,,,,,,,,,,,,,,,,,,, +143,WeasyPrint,Kozea/WeasyPrint,,html-processing,https://github.com/Kozea/WeasyPrint,https://github.com/Kozea/WeasyPrint,BSD-3-Clause,2011-08-09 14:14:24.000000,2021-03-31 13:28:29.000000,2021-03-29 14:32:47.000000,490.0,149.0,944.0,4231.0,4030.0,The awesome document factory.,101.0,29,True,,2021-03-11 15:05:26.000000,52.4,71.0,,145177.0,,weasyprint,1240.0,,https://pypi.org/project/weasyprint,2021-03-11 15:02:54.000000,1240.0,145177.0,,,,3.0,,,,,,,,,,,,,,,,,,, +144,Dredd,apiaryio/dredd,,testing,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000000,2021-03-30 13:52:28.000000,2021-03-30 13:52:25.000000,277.0,221.0,573.0,3628.0,3272.0,Language-agnostic HTTP API Testing Tool.,107.0,29,True,['openapi'],2020-11-30 13:59:20.385000,14.0.0,222.0,,54188.0,,dredd_hooks,1020.0,676.0,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000000,38.0,1896.0,,,,2.0,,,,dredd,https://www.npmjs.com/package/dredd,2020-11-30 13:59:20.385000,306.0,52292.0,,,,,,,,,,, +145,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.000000,2021-03-31 17:32:00.000000,2021-03-31 17:31:45.000000,595.0,110.0,593.0,3455.0,,Integrate GraphQL into your Django project.,181.0,29,True,"['django', 'graphql']",2020-12-31 06:55:57.000000,2.15.0,51.0,,85539.0,conda-forge/graphene-django,graphene-django,6046.0,5264.0,https://pypi.org/project/graphene-django,2020-12-31 06:55:57.000000,782.0,84920.0,https://anaconda.org/conda-forge/graphene-django,2021-01-09 00:24:55.718000,8677.0,1.0,,,,,,,,,,,,,,,,,,, +146,pyppeteer,miyakogi/pyppeteer,,testing,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000000,2021-01-08 05:25:38.000000,2020-05-08 09:48:22.000000,367.0,154.0,100.0,3419.0,746.0,Headless chrome/chromium automation library (unofficial port of puppeteer).,24.0,29,True,,2021-01-08 05:25:38.000000,0.2.5,27.0,,285575.0,conda-forge/pyppeteer,pyppeteer,4225.0,3855.0,https://pypi.org/project/pyppeteer,2021-01-08 05:25:38.000000,370.0,284859.0,https://anaconda.org/conda-forge/pyppeteer,2020-09-19 11:30:38.099000,19341.0,2.0,,,,,,,,,,,,,,,,,,, +147,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.000000,2020-05-07 23:27:06.000000,2019-08-13 02:11:02.000000,554.0,164.0,187.0,3066.0,369.0,JSON Web Token Authentication support for Django REST Framework.,61.0,29,False,,2017-06-23 23:57:19.000000,1.11.0,25.0,,132454.0,,djangorestframework-jwt,20347.0,16495.0,https://pypi.org/project/djangorestframework-jwt,2017-06-23 23:47:52.000000,3852.0,132454.0,,,,2.0,,,,,,,,,,,,,,,,,,, +148,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.000000,2021-03-18 11:08:12.000000,2021-03-18 10:24:59.000000,551.0,118.0,240.0,2593.0,864.0,Simple tagging for django.,120.0,29,True,['django'],2020-05-22 07:48:45.000000,1.3.0,57.0,,101242.0,conda-forge/django-taggit,django-taggit,5552.0,,https://pypi.org/project/django-taggit,2020-05-22 07:48:45.000000,5552.0,100024.0,https://anaconda.org/conda-forge/django-taggit,2021-01-01 17:59:40.744000,74342.0,2.0,,,,,,,,,,,,,,,,,,, +149,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.000000,2021-03-29 13:41:34.000000,2020-12-27 07:29:21.000000,946.0,25.0,214.0,2586.0,544.0,Python SDK for Facebook's Graph API.,99.0,29,True,,2018-11-06 06:53:51.000000,3.1.0,8.0,,138634.0,,facebook-sdk,5445.0,2957.0,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000000,2488.0,138634.0,,,,2.0,,,,,,,,,,,,,,,,,,, +150,flasgger,flasgger/flasgger,,openapi-utils,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000000,2021-03-27 04:39:13.000000,2021-03-13 04:51:34.000000,357.0,169.0,147.0,2521.0,515.0,Easy OpenAPI specs and Swagger UI for your Flask API.,96.0,29,True,['flask'],2020-08-01 15:28:10.000000,0.9.5,49.0,453.0,62115.0,conda-forge/flasgger,flasgger,4758.0,4168.0,https://pypi.org/project/flasgger,2020-07-31 23:54:47.000000,590.0,60166.0,https://anaconda.org/conda-forge/flasgger,2020-08-01 02:19:12.813000,81615.0,2.0,,,,,,,,,,,,,,,,,,, +151,django-compressor,django-compressor/django-compressor,,django-utils,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,MIT,2010-02-05 15:48:14.000000,2021-03-19 17:43:19.000000,2021-01-12 13:21:12.000000,546.0,99.0,492.0,2445.0,1495.0,Compresses linked and inline javascript or CSS into a single cached file.,199.0,29,True,['django'],2017-02-02 10:45:26.000000,2.1.1,29.0,,91627.0,,django-compressor,398.0,,https://pypi.org/project/django-compressor,2019-12-30 23:36:47.000000,398.0,91627.0,,,,2.0,,,,,,,,,,,,,,,,,,, +152,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.000000,2021-03-11 00:51:55.000000,2021-03-10 14:43:53.000000,453.0,18.0,190.0,2358.0,116.0,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,25.0,29,True,,2020-06-14 07:43:55.000000,3.0.0,12.0,,611561.0,,googletrans,14296.0,13410.0,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000000,886.0,611561.0,,,,2.0,,,,,,,,,,,,,,,,,,, +153,django-webpack-loader,owais/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.000000,2021-04-01 12:30:36.000000,2021-03-11 20:18:00.000000,301.0,50.0,96.0,2242.0,173.0,Transparently use webpack with django.,38.0,29,True,['django'],2020-02-24 12:24:37.000000,0.7.0,34.0,,87641.0,,django-webpack-loader,8232.0,6330.0,https://pypi.org/project/django-webpack-loader,2020-02-24 12:23:14.000000,1902.0,87641.0,,,,2.0,,,,,,,,,,,,,,,,django-webpack/django-webpack-loader,,, +154,Wikipedia,goldsmith/Wikipedia,,third-party-apis,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000000,2021-03-12 15:57:58.000000,2020-10-09 23:49:59.000000,441.0,161.0,64.0,2214.0,186.0,A Pythonic wrapper for the Wikipedia API.,23.0,29,True,,2014-11-15 15:59:49.000000,1.4.0,20.0,,118322.0,conda-forge/wikipedia,wikipedia,16833.0,14905.0,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000000,1928.0,117488.0,https://anaconda.org/conda-forge/wikipedia,2019-06-18 08:30:55.880000,41721.0,2.0,,,,,,,,,,,,,,,,,,, +155,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.000000,2021-01-18 12:41:10.000000,2020-07-20 18:02:39.000000,231.0,117.0,74.0,2200.0,238.0,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,55.0,29,True,['django'],2018-06-25 17:00:55.000000,0.4.5,11.0,,268151.0,conda-forge/django-environ,django-environ,53613.0,46853.0,https://pypi.org/project/django-environ,2018-06-25 16:52:20.000000,6760.0,267133.0,https://anaconda.org/conda-forge/django-environ,2018-07-09 17:25:55.132000,44815.0,2.0,,,,,,,,,,,,,,,,,,, +156,django-redis,jazzband/django-redis,,django-utils,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012-04-17 16:29:49.000000,2021-04-01 10:45:20.000000,2021-04-01 10:45:20.000000,333.0,29.0,230.0,2010.0,917.0,Full featured redis cache backend for Django.,116.0,29,True,['django'],2020-05-27 11:38:54.000000,4.12.1,63.0,,420667.0,,django-redis,6728.0,,https://pypi.org/project/django-redis,2020-05-27 11:38:54.000000,6728.0,420667.0,,,,2.0,,,,,,,,,,,,,,,,,,, +157,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.000000,2021-03-30 05:57:15.000000,2021-03-30 05:57:15.000000,649.0,114.0,377.0,1884.0,735.0,Django admin CKEditor integration.,121.0,29,True,['django'],2020-09-06 11:43:36.000000,6.0.0,41.0,,63626.0,,django-ckeditor,16418.0,13526.0,https://pypi.org/project/django-ckeditor,2020-09-06 11:43:36.000000,2892.0,63626.0,,,,2.0,,,,,,,,,,,,,,,,,,, +158,HTTPretty,gabrielfalcao/HTTPretty,,testing,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000000,2021-01-17 17:53:28.000000,2021-01-17 17:53:22.000000,247.0,88.0,128.0,1858.0,646.0,HTTP client mocking tool for Python - inspired by Fakeweb for Ruby.,102.0,29,True,,2021-01-06 02:43:42.000000,1.0.5,54.0,,109666.0,conda-forge/httpretty,httpretty,9636.0,4356.0,https://pypi.org/project/httpretty,2021-01-06 02:43:42.000000,5280.0,108191.0,https://anaconda.org/conda-forge/httpretty,2021-01-06 04:13:00.207000,89986.0,2.0,,,,,,,,,,,,,,,,,,, +159,xhtml2pdf,xhtml2pdf/xhtml2pdf,,html-processing,https://github.com/xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf,Apache-2.0,2011-05-16 13:45:29.000000,2021-03-19 20:44:10.000000,2021-03-19 20:44:10.000000,540.0,102.0,183.0,1771.0,946.0,A library for converting HTML into PDFs using ReportLab.,134.0,29,True,,2020-10-08 18:57:39.000000,0.2.5,20.0,,100738.0,conda-forge/xhtml2pdf,xhtml2pdf,6115.0,4551.0,https://pypi.org/project/xhtml2pdf,2020-10-08 18:57:39.000000,1564.0,99959.0,https://anaconda.org/conda-forge/xhtml2pdf,2021-01-20 16:11:32.618000,19495.0,3.0,,,,,,,,,,,,,,,,,,, +160,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.000000,2021-03-11 10:08:27.000000,2021-03-11 10:08:24.000000,112.0,27.0,44.0,1538.0,175.0,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",23.0,29,True,['django'],2020-03-16 16:27:09.000000,1.4.8,18.0,,74628.0,,django-widget-tweaks,21252.0,16924.0,https://pypi.org/project/django-widget-tweaks,2020-03-16 16:27:09.000000,4328.0,74628.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.000000,2021-03-26 09:19:04.000000,2020-12-07 07:47:15.000000,442.0,109.0,271.0,1472.0,979.0,Thumbnails for Django.,144.0,29,True,['django'],2020-11-23 18:34:27.000000,12.7.0,30.0,,57630.0,,sorl-thumbnail,11502.0,6518.0,https://pypi.org/project/sorl-thumbnail,2020-11-23 18:34:27.000000,4984.0,57630.0,,,,2.0,,,,,,,,,,,,,,,,,,, +162,jsonfield,rpkilby/jsonfield,,django-utils,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000000,2021-03-25 11:25:22.000000,2020-02-22 08:36:44.000000,250.0,7.0,150.0,1107.0,368.0,A reusable Django model field for storing ad-hoc JSON data.,50.0,29,False,['django'],2020-02-22 08:42:29.000000,3.1.0,33.0,87.0,215064.0,,jsonfield,11500.0,7124.0,https://pypi.org/project/jsonfield,2020-02-22 08:42:29.000000,4376.0,215063.0,,,,2.0,,,,,,,,,,,,,,,,,,, +163,SeleniumLibrary,robotframework/SeleniumLibrary,,testing,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000000,2021-03-31 16:57:17.000000,2021-03-31 16:57:17.000000,635.0,25.0,914.0,1012.0,2062.0,Web testing library for Robot Framework.,107.0,29,True,,2021-03-23 21:33:09.000000,5.1.3,49.0,3457.0,111228.0,,robotframework-seleniumlibrary,1476.0,1328.0,https://pypi.org/project/robotframework-seleniumlibrary,2021-03-23 21:33:09.000000,148.0,111179.0,,,,2.0,,,,,,,,,,,,,,,,,,, +164,PySocks,Anorov/PySocks,,others,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000000,2021-01-10 15:22:47.613000,2019-09-20 02:47:40.000000,244.0,36.0,61.0,1012.0,230.0,A SOCKS proxy client and wrapper for Python.,32.0,29,False,,2019-09-20 02:06:20.000000,1.7.1,19.0,,950456.0,conda-forge/pysocks,pysocks,54792.0,48528.0,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000000,6264.0,774209.0,https://anaconda.org/conda-forge/pysocks,2021-01-10 15:22:47.613000,9869885.0,2.0,,,,,,,,,,,,,,,,,,, +165,netaddr,netaddr/netaddr,,others,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000000,2021-03-24 17:15:37.000000,2021-03-24 17:15:37.000000,136.0,29.0,119.0,650.0,617.0,A network address manipulation library for Python.,45.0,29,True,,2020-07-03 14:43:51.000000,0.8.0,26.0,,941657.0,conda-forge/netaddr,netaddr,20330.0,11524.0,https://pypi.org/project/netaddr,2020-07-03 14:43:51.000000,8806.0,939695.0,https://anaconda.org/conda-forge/netaddr,2017-09-16 17:36:03.062000,111861.0,2.0,,,,,,,,,,,,,,,,,,, +166,flask-caching,sh4nks/flask-caching,,flask-utils,https://github.com/sh4nks/flask-caching,https://github.com/sh4nks/flask-caching,BSD-3-Clause,2016-07-04 19:53:57.000000,2021-03-25 15:43:30.000000,2021-03-17 16:42:53.000000,125.0,14.0,137.0,596.0,599.0,A caching extension for Flask.,92.0,29,True,['flask'],2021-03-17 16:25:11.000000,1.10.1,19.0,,575553.0,conda-forge/flask-caching,flask-caching,8037.0,6765.0,https://pypi.org/project/flask-caching,2021-03-17 16:25:11.000000,1272.0,574394.0,https://anaconda.org/conda-forge/flask-caching,2019-05-18 02:21:53.058000,35944.0,1.0,,,,,,,,,,,,,,,,,,, +167,soupsieve,facelessuser/soupsieve,,web-scraping,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000000,2021-03-24 14:23:09.000000,2021-03-19 04:55:17.000000,18.0,13.0,81.0,96.0,278.0,A modern CSS selector implementation for BeautifulSoup.,8.0,29,True,,2021-03-19 04:58:49.000000,2.2.1,38.0,,6122034.0,conda-forge/soupsieve,soupsieve,115054.0,110810.0,https://pypi.org/project/soupsieve,2021-02-09 19:57:08.000000,4244.0,6026421.0,https://anaconda.org/conda-forge/soupsieve,2020-08-17 16:10:44.009000,2581568.0,1.0,,,,,,,,,,,,,,,,,,, +168,pyspider,binux/pyspider,,web-scraping,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014-02-21 19:18:47.000000,2021-03-09 08:53:54.000000,2020-08-02 17:34:20.000000,3560.0,276.0,543.0,14933.0,1181.0,A Powerful Spider(Web Crawler) System in Python.,62.0,28,True,,2018-04-18 04:25:22.000000,0.3.10,17.0,,1840.0,,pyspider,350.0,290.0,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000000,60.0,1840.0,,,,2.0,,,,,,,,,,,,,,,,,,, +169,thumbor,thumbor/thumbor,,third-party-apis,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000000,2021-03-18 00:29:16.000000,2021-01-25 21:10:23.000000,710.0,121.0,727.0,8305.0,2221.0,thumbor is an open-source photo thumbnail service by globo.com.,159.0,28,True,,2020-03-09 21:00:52.000000,6.7.5,93.0,,6071.0,,thumbor,646.0,272.0,https://pypi.org/project/thumbor,2020-03-25 18:54:55.000000,374.0,6071.0,,,,3.0,,,,,,,,,,,,,,,,,,, +170,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.000000,2021-04-01 13:47:35.000000,2021-04-01 13:47:35.000000,2593.0,246.0,3096.0,8089.0,,The easy-to-use and developer-friendly CMS.,566.0,28,True,['django'],2020-10-28 12:25:57.000000,3.8.0,92.0,,14072.0,,django-cms,6856.0,3764.0,https://pypi.org/project/django-cms,2020-10-28 12:25:57.000000,3092.0,14072.0,,,,2.0,,,,,,,,,,,,,,,,,,, +171,hug,hugapi/hug,,web-frameworks,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000000,2021-03-18 20:14:48.000000,2020-08-10 05:07:26.000000,365.0,147.0,297.0,6475.0,2396.0,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",118.0,28,True,,2020-02-06 18:13:37.000000,2.6.1,70.0,,10849.0,conda-forge/hug,hug,1452.0,1036.0,https://pypi.org/project/hug,2020-02-06 18:13:37.000000,416.0,8777.0,https://anaconda.org/conda-forge/hug,2020-02-19 03:35:51.547000,111923.0,3.0,,,,,,,,,,,,,,,,,,, +172,webpy,webpy/webpy,,web-frameworks,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000000,2021-03-03 00:03:19.000000,2021-03-03 00:03:19.000000,1307.0,27.0,384.0,5527.0,1043.0,web.py is a web framework for python that is as simple as it is powerful.,83.0,28,True,,2020-11-09 11:30:29.000000,0.62,16.0,,26294.0,,web.py,2222.0,,https://pypi.org/project/web.py,2020-11-09 11:24:34.000000,2222.0,26294.0,,,,3.0,,,,,,,,,,,,,,,,,,, +173,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.000000,2021-02-19 05:03:17.000000,2020-05-12 20:50:36.000000,938.0,90.0,308.0,3152.0,1050.0,A Python wrapper around the Twitter API.,154.0,28,True,,2018-09-29 23:52:35.000000,3.5,23.0,,55693.0,,python-twitter,8722.0,5380.0,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000000,3342.0,55693.0,,,,3.0,,,,,,,,,,,,,,,,,,, +174,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.000000,2021-03-30 19:45:44.000000,2021-03-30 19:45:43.000000,725.0,10.0,507.0,3105.0,,Slack Developer Kit for Python.,122.0,28,True,,2021-03-05 05:26:46.000000,3.4.2,60.0,312.0,2428107.0,conda-forge/slackclient,slackclient,3718.0,,https://pypi.org/project/slackclient,2020-10-22 00:34:16.000000,3718.0,2422963.0,https://anaconda.org/conda-forge/slackclient,2021-01-13 16:22:20.276000,287793.0,3.0,,,,,,,,,,,,,,,,,,, +175,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.000000,2021-03-20 02:56:42.000000,2021-03-09 13:18:07.000000,238.0,112.0,146.0,2873.0,694.0,Silky smooth profiling for Django.,104.0,28,True,['django'],2020-08-07 15:46:03.000000,4.1.0,33.0,167.0,104031.0,,django-silk,1670.0,1386.0,https://pypi.org/project/django-silk,2020-08-07 15:46:03.000000,284.0,104029.0,,,,2.0,,,,,,,,,,,,,,,,,,, +176,twitter,sixohsix/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.000000,2021-03-06 14:31:32.000000,2021-02-19 14:01:01.000000,522.0,71.0,212.0,2570.0,710.0,Python Twitter API.,89.0,28,True,,2017-10-20 08:14:20.000000,1.18.0,50.0,,52330.0,,twitter,5025.0,2969.0,https://pypi.org/project/twitter,2017-10-20 08:14:20.000000,2056.0,52330.0,,,,3.0,,,,,,,,,,,,,,,,python-twitter-tools/twitter,,, +177,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.000000,2020-12-14 12:00:00.000000,2019-06-04 18:10:32.000000,617.0,169.0,366.0,2541.0,801.0,Swagger Documentation Generator for Django REST Framework: deprecated.,93.0,28,False,['django'],2018-04-30 20:02:25.000000,2.2.0,43.0,,126957.0,,django-rest-swagger,4062.0,,https://pypi.org/project/django-rest-swagger,2018-04-30 19:59:57.000000,4062.0,126957.0,,,,2.0,,,,,,,,,,,,,,,,,,, +178,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.000000,2021-01-13 11:31:12.154000,2020-01-13 15:25:46.000000,504.0,377.0,248.0,2493.0,731.0,"Fully featured framework for fast, easy and documented API development with Flask.",89.0,28,False,['flask'],2019-08-12 21:51:40.000000,0.13.0,35.0,,146402.0,conda-forge/flask-restplus,flask-restplus,11053.0,9327.0,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000000,1726.0,143454.0,https://anaconda.org/conda-forge/flask-restplus,2021-01-13 11:31:12.154000,159214.0,3.0,,,,,,,,,,,,,,,,,,, +179,fake-useragent,hellysmile/fake-useragent,,others,https://github.com/hellysmile/fake-useragent,https://github.com/hellysmile/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000000,2021-03-29 17:22:35.000000,2020-09-22 17:19:03.000000,340.0,35.0,49.0,2381.0,167.0,up to date simple useragent faker with real world database.,7.0,28,True,,2018-10-04 15:02:12.000000,0.1.11,21.0,,346808.0,,fake-useragent,9657.0,8439.0,https://pypi.org/project/fake-useragent,2018-10-04 15:02:12.000000,1218.0,346808.0,,,,2.0,,,,,,,,,,,,,,,,,,, +180,django-rest-framework-simplejwt,SimpleJWT/django-rest-framework-simplejwt,,auth,https://github.com/jazzband/django-rest-framework-simplejwt,https://github.com/jazzband/django-rest-framework-simplejwt,MIT,2017-05-05 17:41:35.000000,2021-03-18 08:04:46.000000,2021-03-18 08:03:09.000000,351.0,51.0,198.0,2271.0,468.0,A JSON Web Token authentication plugin for the Django REST Framework.,41.0,28,True,['django'],2020-11-13 07:19:10.000000,4.6.0,34.0,,133111.0,,djangorestframework-simplejwt,484.0,,https://pypi.org/project/djangorestframework-simplejwt,2020-11-13 07:19:10.000000,484.0,133111.0,,,,2.0,,,,,,,,,,,,,,,,jazzband/django-rest-framework-simplejwt,,, +181,Prism,stoplightio/prism,,testing,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000000,2021-03-31 07:46:48.000000,2021-03-31 07:46:47.000000,156.0,29.0,418.0,1868.0,1430.0,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",45.0,28,True,['openapi'],2020-12-01 19:06:33.293000,4.1.2,143.0,758283.0,100382.0,,,112.0,108.0,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2020-12-01 19:06:33.293000,4.0,85800.0,,,,,,,,,,, +182,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.000000,2021-02-13 21:13:43.000000,2021-02-13 21:13:42.000000,233.0,91.0,263.0,1860.0,1028.0,Automated image processing for Django. Currently v4.0.,70.0,28,True,['django'],2017-11-20 09:30:09.000000,4.0.2,39.0,49.0,28071.0,,django-imagekit,6864.0,4864.0,https://pypi.org/project/django-imagekit,2017-11-20 09:21:52.000000,2000.0,28070.0,,,,2.0,,,,,,,,,,,,,,,,,,, +183,twython,ryanmcgrath/twython,,third-party-apis,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000000,2021-02-06 22:47:57.000000,2021-01-14 23:53:25.000000,396.0,25.0,299.0,1775.0,844.0,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",100.0,28,True,,2020-04-04 23:21:39.000000,3.8.2,59.0,,31967.0,conda-forge/twython,twython,6522.0,4266.0,https://pypi.org/project/twython,2020-04-04 23:21:39.000000,2256.0,26869.0,https://anaconda.org/conda-forge/twython,2018-05-08 05:03:20.094000,239640.0,3.0,,,,,,,,,,,,,,,,,,, +184,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.000000,2020-09-28 11:37:40.000000,2019-12-30 20:26:03.000000,210.0,23.0,91.0,1706.0,647.0,"Reusable, generic mixins for Django.",75.0,28,False,['django'],2019-12-30 21:21:35.000000,1.14.0,30.0,,53808.0,conda-forge/django-braces,django-braces,17958.0,10118.0,https://pypi.org/project/django-braces,2019-12-30 21:21:35.000000,7840.0,53205.0,https://anaconda.org/conda-forge/django-braces,2018-07-08 01:10:50.307000,26565.0,2.0,,,,,,,,,,,,,,,,,,, +185,pyotp,pyauth/pyotp,,auth,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000000,2021-03-02 15:22:36.000000,2021-03-02 15:22:36.000000,228.0,3.0,61.0,1639.0,,Python One-Time Password Library.,36.0,28,True,,2021-02-04 19:47:49.000000,2.6.0,21.0,87.0,765182.0,conda-forge/pyotp,pyotp,3709.0,2823.0,https://pypi.org/project/pyotp,2021-02-04 19:47:49.000000,886.0,764864.0,https://anaconda.org/conda-forge/pyotp,2021-02-04 21:15:23.858000,7933.0,2.0,,,,,,,,,,,,,,,,,,, +186,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.000000,2020-07-03 04:29:17.000000,2020-07-03 04:29:16.000000,246.0,30.0,61.0,1613.0,356.0,Full-featured Python interface for the Slack API.,44.0,28,True,,2020-02-15 09:06:13.000000,0.14.0,57.0,,293203.0,conda-forge/slacker,slacker,4322.0,2338.0,https://pypi.org/project/slacker,2020-02-15 09:06:13.000000,1984.0,290512.0,https://anaconda.org/conda-forge/slacker,2020-02-28 19:46:11.049000,156100.0,3.0,,,,,,,,,,,,,,,,,,, +187,daphne,django/daphne,,websocket,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000000,2021-03-22 17:51:36.000000,2020-11-12 19:34:13.000000,182.0,44.0,219.0,1501.0,,Django Channels HTTP/WebSocket server.,57.0,28,True,['django'],2020-11-12 19:38:46.000000,3.0.1,54.0,,97751.0,conda-forge/daphne,daphne,10234.0,8754.0,https://pypi.org/project/daphne,2020-11-12 19:38:46.000000,1480.0,94549.0,https://anaconda.org/conda-forge/daphne,2020-11-12 20:59:11.622000,38434.0,3.0,,,,,,,,,,,,,,,,,,, +188,CherryPy,cherrypy/cherrypy,,web-frameworks,https://github.com/cherrypy/cherrypy,https://github.com/cherrypy/cherrypy,BSD-3-Clause,2016-04-30 10:09:26.000000,2021-03-23 00:13:11.000000,2021-01-17 23:39:22.000000,310.0,200.0,1494.0,1367.0,,"CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/.",132.0,28,True,,2020-04-17 18:29:30.000000,18.6.0,103.0,,146861.0,,cherrypy,27365.0,7051.0,https://pypi.org/project/cherrypy,2020-04-17 18:29:30.000000,20314.0,146861.0,,,,3.0,-3.0,,,,,,,,,,,,,,,,,, +189,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.000000,2021-03-31 01:30:30.000000,2021-03-31 01:28:30.000000,221.0,54.0,214.0,1364.0,540.0,A simple app that provides django integration for RQ (Redis Queue).,95.0,28,True,['django'],2021-03-31 01:29:41.000000,2.4.1,44.0,,27980.0,,django-rq,2155.0,1371.0,https://pypi.org/project/django-rq,2021-03-31 01:29:41.000000,784.0,27980.0,,,,2.0,,,,,,,,,,,,,,,,,,, +190,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.000000,2021-03-17 20:00:27.000000,2021-03-17 17:22:30.000000,273.0,25.0,206.0,1286.0,595.0,Dynamic Django settings.,118.0,28,True,['django'],2020-11-20 13:09:51.000000,2.8.0,27.0,,32329.0,,django-constance,1292.0,754.0,https://pypi.org/project/django-constance,2020-11-20 13:09:51.000000,538.0,32329.0,,,,2.0,,,,,,,,,,,,,,,,,,, +191,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.000000,2021-03-30 11:31:54.000000,2021-03-15 14:25:00.000000,329.0,75.0,347.0,1276.0,945.0,Store model history and view/revert changes from admin site.,133.0,28,True,['django'],2020-10-14 21:00:09.000000,2.12.0,40.0,,99857.0,,django-simple-history,2580.0,1746.0,https://pypi.org/project/django-simple-history,2020-10-14 20:49:58.000000,834.0,99857.0,,,,2.0,,,,,,,,,,,,,,,,,,, +192,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.000000,2021-03-26 10:25:24.000000,2021-03-26 10:25:17.000000,174.0,171.0,119.0,1240.0,1206.0,A multiprocessing distributed task queue for Django.,55.0,28,True,['django'],2021-02-26 14:01:59.000000,1.3.5,74.0,,13112.0,,django-q,642.0,512.0,https://pypi.org/project/django-q,2021-02-26 14:01:59.000000,130.0,13112.0,,,,2.0,,,,,,,,,,,,,,,,,,, +193,feedparser,kurtmckee/feedparser,,web-scraping,https://github.com/kurtmckee/feedparser,https://github.com/kurtmckee/feedparser,BSD-2-Clause,2010-11-26 02:53:24.000000,2021-01-27 12:45:37.000000,2021-01-01 20:41:32.000000,254.0,67.0,112.0,1206.0,1040.0,Parse feeds in Python.,42.0,28,True,,2020-10-25 17:38:15.000000,6.0.2,15.0,,318804.0,,feedparser,13774.0,,https://pypi.org/project/feedparser,2020-10-25 17:38:15.000000,13774.0,318804.0,,,,2.0,-3.0,,,,,,,,,,,,,,,,,, +194,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.000000,2021-01-26 05:55:43.000000,2021-01-22 08:38:40.000000,297.0,84.0,298.0,1193.0,685.0,Easy thumbnails for Django.,82.0,28,True,['django'],2020-11-23 11:00:19.000000,2.7.1,43.0,,48209.0,,easy-thumbnails,10939.0,6887.0,https://pypi.org/project/easy-thumbnails,2020-11-23 11:15:59.000000,4052.0,48209.0,,,,2.0,,,,,,,,,,,,,,,,,,, +195,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.000000,2021-03-30 07:29:01.000000,2021-03-16 23:36:57.000000,185.0,34.0,31.0,1140.0,142.0,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",28.0,28,True,,2020-08-23 06:05:26.000000,2.2.0,12.0,,502762.0,,user-agents,3302.0,2480.0,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000000,822.0,502762.0,,,,2.0,,,,,,,,,,,,,,,,,,, +196,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.000000,2021-03-31 20:56:01.000000,2021-03-31 20:55:09.000000,482.0,128.0,175.0,1078.0,420.0,A very simple Salesforce.com REST API client for Python.,68.0,28,True,,2021-03-31 20:56:01.000000,1.11.1,36.0,,958696.0,conda-forge/simple-salesforce,simple-salesforce,276.0,,https://pypi.org/project/simple-salesforce,2021-03-31 20:09:48.000000,276.0,958021.0,https://anaconda.org/conda-forge/simple-salesforce,2020-12-11 15:45:59.182000,31728.0,3.0,,,,,,,,,,,,,,,,,,, +197,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.000000,2021-03-25 21:56:51.000000,2020-10-15 00:10:53.000000,200.0,61.0,65.0,992.0,378.0,A Redis cache backend for django.,46.0,28,True,['django'],2020-10-15 00:17:01.000000,3.0.0,52.0,,81820.0,,django-redis-cache,5053.0,2779.0,https://pypi.org/project/django-redis-cache,2020-10-15 00:17:01.000000,2274.0,81820.0,,,,2.0,,,,,,,,,,,,,,,,,,, +198,rpyc,tomerfiliba-org/rpyc,,rpc,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009-03-08 11:23:29.000000,2021-03-10 04:34:06.000000,2021-03-10 04:34:01.000000,193.0,45.0,293.0,991.0,799.0,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,69.0,28,True,,2021-01-11 19:21:00.000000,5.0.1,21.0,123.0,183253.0,conda-forge/rpyc,rpyc,1362.0,828.0,https://pypi.org/project/rpyc,2021-01-11 19:26:24.000000,534.0,169041.0,https://anaconda.org/conda-forge/rpyc,2021-01-12 03:08:24.569000,99451.0,2.0,,,,,,,,,,,,,,,,,,, +199,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.000000,2021-04-01 03:11:24.000000,2021-02-21 13:13:02.000000,174.0,5.0,77.0,959.0,145.0,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",28.0,28,True,['flask'],2020-11-16 12:31:40.000000,4.2.0,28.0,,84692.0,conda-forge/flask-httpauth,flask-httpauth,15492.0,11220.0,https://pypi.org/project/flask-httpauth,2020-11-16 12:31:40.000000,4272.0,83159.0,https://anaconda.org/conda-forge/flask-httpauth,2020-11-16 15:04:26.752000,85850.0,2.0,,,,,,,,,,,,,,,,,,, +200,webassets,miracle2k/webassets,,others,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-3-Clause,2009-12-08 05:40:34.000000,2020-07-14 08:10:46.000000,2020-02-29 00:06:11.000000,248.0,61.0,232.0,893.0,1414.0,Asset management for Python web development.,156.0,28,False,,2017-01-08 13:48:21.000000,0.12.1,14.0,,45126.0,conda-forge/webassets,webassets,8110.0,4792.0,https://pypi.org/project/webassets,2019-12-20 17:37:28.000000,3318.0,44512.0,https://anaconda.org/conda-forge/webassets,2019-12-24 13:40:58.186000,33816.0,2.0,,,,,,,,,,,,,,,,,,, +201,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.000000,2021-03-09 13:03:25.000000,2021-03-09 13:03:22.000000,235.0,91.0,132.0,864.0,377.0,Django test runner using nose.,62.0,28,True,['django'],2020-08-20 02:49:13.000000,1.4.7,18.0,,126220.0,,django-nose,16159.0,7443.0,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000000,8716.0,126220.0,,,,2.0,,,,,,,,,,,,,,,,,,, +202,pynacl,pyca/pynacl,,others,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000000,2021-02-13 18:49:44.000000,2021-02-13 18:49:44.000000,166.0,41.0,210.0,764.0,,Python binding to the Networking and Cryptography (NaCl) library.,55.0,28,True,,2020-05-25 19:39:23.000000,1.4.0,15.0,,5074810.0,conda-forge/pynacl,pynacl,3938.0,,https://pypi.org/project/pynacl,2020-05-25 19:39:23.000000,3938.0,5057877.0,https://anaconda.org/conda-forge/pynacl,2021-01-15 01:48:22.749000,863586.0,2.0,,,,,,,,,,,,,,,,,,, +203,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.000000,2021-03-27 21:21:51.000000,2020-12-28 20:43:21.000000,236.0,55.0,195.0,752.0,655.0,MongoEngine flask extension with WTF model forms support.,82.0,28,True,['flask'],2020-11-21 06:02:04.000000,1.0.0,21.0,,41982.0,,flask-mongoengine,8361.0,5591.0,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000000,2770.0,41982.0,,,,2.0,,,,,,,,,,,,,,,,,,, +204,parsel,scrapy/parsel,,web-scraping,https://github.com/scrapy/parsel,https://github.com/scrapy/parsel,BSD-3-Clause,2015-04-24 15:53:36.000000,2021-03-20 09:41:26.000000,2021-03-12 12:29:44.000000,99.0,37.0,54.0,631.0,543.0,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,38.0,28,True,,2020-05-07 21:28:33.000000,1.6.0,19.0,,307745.0,conda-forge/parsel,parsel,17549.0,14613.0,https://pypi.org/project/parsel,2020-05-07 20:46:55.000000,2936.0,306303.0,https://anaconda.org/conda-forge/parsel,2020-06-02 18:37:07.000000,17306.0,2.0,,,,,,,,,,,,,,,,,,, +205,parameterized,wolever/parameterized,,testing,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012-03-10 04:56:31.000000,2021-03-17 15:44:45.000000,2021-01-09 20:39:39.000000,77.0,17.0,64.0,542.0,172.0,Parameterized testing with any Python test framework.,24.0,28,False,,2021-01-09 20:35:16.000000,0.8.1,11.0,,630703.0,conda-forge/parameterized,parameterized,4409.0,3551.0,https://pypi.org/project/parameterized,2021-01-09 20:35:16.000000,858.0,628763.0,https://anaconda.org/conda-forge/parameterized,2021-01-10 03:06:41.186000,77601.0,2.0,,,,,,,,,,,,,,,,,,, +206,flask-mail,mattupstate/flask-mail,,email,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,BSD-3-Clause,2012-02-29 16:39:29.000000,2020-03-28 02:40:44.000000,2014-11-04 19:45:41.000000,149.0,94.0,42.0,508.0,236.0,Flask-Mail adds SMTP mail sending to your Flask applications.,29.0,28,False,,2014-09-28 23:35:22.000000,0.9.1,27.0,,115424.0,conda-forge/flask-mail,flask-mail,44737.0,37087.0,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000000,7650.0,114281.0,https://anaconda.org/conda-forge/flask-mail,2018-07-12 05:02:17.778000,64012.0,1.0,,,,,,,,,,,,,,,,,,, +207,cornice,Cornices/cornice,,web-frameworks,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,MPL-2.0,2011-10-12 13:17:51.000000,2021-03-11 20:19:30.000000,2021-03-11 11:00:15.000000,153.0,47.0,187.0,365.0,1116.0,Build Web Services with Pyramid.,114.0,28,True,['pyramid'],2021-02-18 15:29:08.000000,5.1.0,54.0,,12796.0,,cornice,1302.0,640.0,https://pypi.org/project/cornice,2020-08-31 09:25:24.000000,662.0,12796.0,,,,3.0,,,,,,,,,,,,,,,,,,, +208,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.000000,2021-02-27 13:56:28.462000,2021-02-27 04:09:18.000000,63.0,8.0,55.0,360.0,304.0,A set of pytest fixtures to test Flask applications.,25.0,28,True,['flask'],2021-02-27 03:48:05.000000,1.2.0,29.0,,82164.0,conda-forge/pytest-flask,pytest-flask,16504.0,,https://pypi.org/project/pytest-flask,2021-02-27 03:48:05.000000,16504.0,81205.0,https://anaconda.org/conda-forge/pytest-flask,2021-02-27 13:56:28.462000,43196.0,2.0,,,,,,,,,,,,,,,,,,, +209,Mako,sqlalchemy/mako,,others,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2016-07-05 15:04:03.129000,2021-01-14 21:21:56.635000,2021-01-14 18:30:47.000000,28.0,62.0,247.0,129.0,862.0,Mako Templates for Python.,50.0,28,True,,2021-01-14 18:30:35.000000,rel_1_1_4,59.0,,3434026.0,conda-forge/mako,mako,27460.0,,https://pypi.org/project/mako,2021-01-14 18:30:32.000000,27460.0,3402868.0,https://anaconda.org/conda-forge/mako,2021-01-14 21:21:56.635000,1776025.0,2.0,,,,,,,,,,,,,,,,,,, +210,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.000000,2021-03-25 21:59:32.000000,2021-03-23 19:52:08.000000,34.0,13.0,54.0,29.0,317.0,Utilities for Google Media Downloads and Resumable Uploads.,19.0,28,False,,2020-12-14 19:25:37.000000,1.2.0,25.0,,7066829.0,conda-forge/google-resumable-media,google-resumable-media,11537.0,10643.0,https://pypi.org/project/google-resumable-media,2020-12-14 19:25:37.000000,894.0,7045113.0,https://anaconda.org/conda-forge/google-resumable-media,2020-12-16 17:53:38.765000,998957.0,3.0,,,,,,,,,,,,,,,,,,, +211,Pattern,clips/pattern,,web-scraping,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01.000000,2020-12-03 13:45:30.000000,2020-04-25 12:40:40.000000,1546.0,164.0,75.0,7845.0,1434.0,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",30.0,27,True,,,,2.0,,40166.0,conda-forge/pattern,pattern,1704.0,1092.0,https://pypi.org/project/pattern,2018-08-18 15:11:17.000000,612.0,39810.0,https://anaconda.org/conda-forge/pattern,2020-05-05 12:38:53.775000,6424.0,2.0,,,,,,,,,,,,,,,,,,, +212,pwntools,Gallopsled/pwntools,,others,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000000,2021-03-31 21:09:08.000000,2021-03-31 21:10:34.000000,1364.0,118.0,682.0,7703.0,,CTF framework and exploit development library.,173.0,27,True,,2021-03-29 09:59:08.000000,4.4.0,92.0,,10357.0,,pwntools,393.0,329.0,https://pypi.org/project/pwntools,2021-03-30 21:09:33.000000,64.0,10357.0,,,,3.0,,,,,,,,,,,,,,,,,,, +213,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.000000,2021-03-16 22:14:14.000000,2019-05-21 18:24:10.000000,1784.0,108.0,161.0,7504.0,156.0,Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!.,38.0,27,False,,2019-05-21 18:28:03.000000,2.8.0,40.0,,10215.0,,google_images_download,214.0,,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000000,214.0,10215.0,,,,3.0,,,,,,,,,,,,,,,,,,, +214,MechanicalSoup,MechanicalSoup/MechanicalSoup,,web-scraping,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000000,2021-03-14 21:47:10.000000,2021-03-14 21:47:10.000000,346.0,25.0,127.0,3711.0,578.0,A Python library for automating interaction with websites.,43.0,27,True,,2021-01-05 20:01:29.000000,1.0.0,24.0,39.0,26808.0,conda-forge/mechanicalsoup,MechanicalSoup,434.0,,https://pypi.org/project/MechanicalSoup,2021-01-05 20:01:29.000000,434.0,24941.0,https://anaconda.org/conda-forge/mechanicalsoup,2021-01-08 23:23:39.389000,97122.0,2.0,,,,,,,,,,,,,,,,,,, +215,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.000000,2020-02-04 17:15:56.000000,2018-02-12 06:35:04.000000,1015.0,66.0,80.0,2936.0,352.0,"A fully tested, abstract interface to creating OAuth clients and servers.",42.0,27,False,,2019-06-28 17:57:45.000000,1.1.1,13.0,,26593.0,conda-forge/python-oauth2,python-oauth2,8350.0,8164.0,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000000,186.0,24956.0,https://anaconda.org/conda-forge/python-oauth2,2019-06-28 21:19:03.608000,73708.0,3.0,,,,,,,,,,,,,,,,,,, +216,wechatpy,wechatpy/wechatpy,,third-party-apis,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000000,2021-03-17 03:42:30.000000,2021-03-17 03:39:30.000000,632.0,29.0,284.0,2804.0,1233.0,WeChat SDK for Python.,84.0,27,True,,2021-03-17 03:42:30.000000,1.8.15,115.0,,2063.0,,wechatpy,226.0,,https://pypi.org/project/wechatpy,2021-03-17 03:42:30.000000,226.0,2063.0,,,,3.0,,,,,,,,,,,,,,,,,,, +217,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.000000,2021-03-22 09:08:18.000000,2021-03-14 08:04:48.000000,695.0,5.0,284.0,2243.0,,Bootstrap 3 integration with Django.,97.0,27,True,['django'],2020-10-13 06:50:48.000000,14.2.0,86.0,,34735.0,conda-forge/django-bootstrap3,django-bootstrap3,22730.0,14836.0,https://pypi.org/project/django-bootstrap3,2020-10-13 06:50:48.000000,7894.0,34342.0,https://anaconda.org/conda-forge/django-bootstrap3,2019-08-04 21:11:14.583000,16940.0,3.0,,,,,,,,,,,,,,,,,,, +218,SeleniumBase,seleniumbase/SeleniumBase,,testing,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000000,2021-03-29 04:09:38.000000,2021-03-29 04:05:31.000000,471.0,,204.0,2099.0,5048.0,"A complete framework for fast, easy, & reliable web testing. (Python/pytest/Selenium).",25.0,27,True,,2021-03-29 04:05:59.000000,1.59.4,577.0,,42388.0,,seleniumbase,146.0,122.0,https://pypi.org/project/seleniumbase,2021-03-29 04:09:38.000000,24.0,42388.0,,,,2.0,,,,,,,,,,,,,,,,,,, +219,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.000000,2021-03-21 23:06:59.000000,2020-01-10 15:34:53.000000,590.0,308.0,333.0,2072.0,687.0,Modern theme for Django admin interface.,59.0,27,False,['django'],2019-10-02 08:36:30.000000,0.2.28,42.0,,10394.0,,django-suit,4643.0,2575.0,https://pypi.org/project/django-suit,2019-10-02 08:36:30.000000,2068.0,10394.0,,,,2.0,,,,,,,,,,,,,,,,,,, +220,yagmail,kootenpv/yagmail,,email,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000000,2021-03-31 13:37:13.000000,2021-03-31 13:37:13.000000,227.0,72.0,98.0,1988.0,249.0,Send email in Python conveniently for gmail using yagmail.,27.0,27,True,,2020-10-08 12:26:39.000000,0.14.245,97.0,,33917.0,,yagmail,1958.0,1198.0,https://pypi.org/project/yagmail,2021-03-31 13:01:47.000000,760.0,33917.0,,,,1.0,,,,,,,,,,,,,,,,,,, +221,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.000000,2021-03-28 13:58:25.000000,2021-03-28 13:58:25.000000,461.0,49.0,231.0,1892.0,812.0,Generate generic activity streams from the actions on your site. Users can follow any actors' activities for..,107.0,27,True,['django'],2021-01-28 07:40:40.000000,0.10.0,35.0,,8006.0,,django-activity-stream,1271.0,611.0,https://pypi.org/project/django-activity-stream,2021-01-28 07:40:40.000000,660.0,8006.0,,,,3.0,,,,,,,,,,,,,,,,,,, +222,modoboa,modoboa/modoboa,,email,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000000,2021-03-17 10:03:05.000000,2021-02-19 06:00:55.000000,249.0,141.0,1469.0,1778.0,3616.0,Mail hosting made simple.,99.0,27,True,,2020-11-05 15:19:47.000000,1.17.0,56.0,,8911.0,,modoboa,79.0,31.0,https://pypi.org/project/modoboa,2020-11-05 15:19:47.000000,48.0,8911.0,,,,1.0,,,,,,,,,,,,,,,,,,, +223,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.000000,2021-03-29 09:56:28.000000,2020-12-09 13:02:36.000000,241.0,19.0,112.0,1753.0,317.0,Django friendly finite state machine support.,60.0,27,True,['django'],2020-10-13 11:22:39.000000,2.7.1,21.0,,56275.0,conda-forge/django-fsm,django-fsm,1463.0,859.0,https://pypi.org/project/django-fsm,2020-10-13 11:22:39.000000,604.0,55905.0,https://anaconda.org/conda-forge/django-fsm,2019-12-07 18:24:17.995000,16285.0,3.0,,,,,,,,,,,,,,,,,,, +224,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.000000,2021-01-25 19:17:07.000000,2020-04-23 15:22:46.000000,469.0,137.0,388.0,1554.0,886.0,Quick and simple security for Flask applications.,127.0,27,True,['flask'],2017-06-14 13:28:38.000000,3.0.0,26.0,,22283.0,conda-forge/flask-security,flask-security,7764.0,5130.0,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000000,2634.0,21670.0,https://anaconda.org/conda-forge/flask-security,2017-09-18 17:08:03.109000,29437.0,2.0,,,,,,,,,,,,,,,,,,, +225,flanker,mailgun/flanker,,email,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000000,2021-03-29 21:12:41.000000,2021-03-29 19:19:16.000000,165.0,49.0,36.0,1454.0,375.0,Python email address and Mime parsing library.,55.0,27,True,,2021-03-29 19:21:53.000000,0.9.14,62.0,,19438.0,,flanker,317.0,139.0,https://pypi.org/project/flanker,2019-12-05 16:08:20.000000,178.0,19438.0,,,,1.0,,,,,,,,,,,,,,,,,,, +226,shortuuid,skorokithakis/shortuuid,,url-utils,https://github.com/skorokithakis/shortuuid,https://github.com/skorokithakis/shortuuid,BSD-3-Clause,2011-01-08 13:00:43.000000,2021-02-17 14:56:27.000000,2021-02-17 14:56:27.000000,91.0,2.0,27.0,1442.0,123.0,"A generator library for concise, unambiguous and URL-safe UUIDs.",22.0,27,True,,2020-03-06 11:49:45.000000,1.0.1,14.0,,253025.0,conda-forge/shortuuid,shortuuid,6348.0,4654.0,https://pypi.org/project/shortuuid,2020-03-06 11:49:45.000000,1694.0,251088.0,https://anaconda.org/conda-forge/shortuuid,2021-01-12 08:25:46.345000,60058.0,2.0,,,,,,,,,,,,,,,,,,, +227,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.000000,2021-02-19 03:52:31.000000,2021-02-19 03:52:23.000000,169.0,23.0,259.0,1385.0,1150.0,A slick ORM cache with automatic granular event-driven invalidation.,56.0,27,True,['django'],2020-07-09 09:35:18.000000,5.0.1,57.0,,47021.0,,django-cacheops,653.0,469.0,https://pypi.org/project/django-cacheops,2020-10-25 14:11:29.000000,184.0,47021.0,,,,3.0,,,,,,,,,,,,,,,,,,, +228,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.000000,2021-03-18 20:24:45.000000,2021-01-08 16:23:57.000000,305.0,18.0,181.0,1234.0,1529.0,Let AngularJS play well with Django.,67.0,27,True,['django'],2019-11-26 15:51:32.000000,2.2.4,55.0,,3640.0,,django-angular,996.0,524.0,https://pypi.org/project/django-angular,2020-05-05 21:38:28.000000,472.0,3640.0,,,,3.0,,,,,,,,,,,,,,,,,,, +229,flask-api,flask-api/flask-api,,flask-utils,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014-02-15 12:27:34.000000,2021-02-13 16:48:26.000000,2021-02-13 16:48:25.000000,146.0,12.0,48.0,1227.0,229.0,Browsable web APIs for Flask.,32.0,27,True,['flask'],2019-11-27 20:09:57.000000,2.0,24.0,,86203.0,,flask-api,5596.0,4278.0,https://pypi.org/project/flask-api,2019-11-27 20:09:11.000000,1318.0,86203.0,,,,2.0,,,,,,,,,,,,,,,,,,, +230,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.000000,2021-02-04 09:34:39.000000,2021-02-04 09:32:33.000000,251.0,43.0,247.0,1071.0,1046.0,Money fields for Django forms and models.,90.0,27,True,['django'],2021-02-04 09:34:39.000000,1.3.1,55.0,,24077.0,,django-money,1472.0,1104.0,https://pypi.org/project/django-money,2021-02-04 09:34:39.000000,368.0,24077.0,,,,3.0,,,,,,,,,,,,,,,,,,, +231,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.000000,2021-03-17 03:34:41.000000,2021-03-17 03:34:33.000000,215.0,10.0,212.0,966.0,576.0,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",44.0,27,True,['django'],2020-08-18 00:46:53.000000,6.1.3,55.0,,139284.0,,django-countries,2990.0,,https://pypi.org/project/django-countries,2021-03-17 03:34:25.000000,2990.0,139284.0,,,,3.0,,,,,,,,,,,,,,,,,,, +232,waitress,Pylons/waitress,,servers,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000000,2021-03-08 10:25:40.740000,2021-03-08 07:24:23.000000,129.0,14.0,165.0,920.0,889.0,Waitress - A WSGI server for Python 2 and 3.,43.0,27,False,,2021-03-08 07:25:28.000000,2.0.0,45.0,,440666.0,conda-forge/waitress,waitress,6386.0,,https://pypi.org/project/waitress,2021-03-08 07:25:28.000000,6386.0,439807.0,https://anaconda.org/conda-forge/waitress,2021-03-08 10:25:40.740000,30076.0,2.0,,,,,,,,,,,,,,,,,,, +233,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.000000,2021-03-27 10:10:49.000000,2020-10-13 21:38:20.000000,136.0,41.0,96.0,902.0,369.0,livereload server in python (MAINTAINERS NEEDED).,55.0,27,True,,2020-08-22 15:34:54.000000,2.6.3,31.0,,245101.0,conda-forge/livereload,livereload,9237.0,6183.0,https://pypi.org/project/livereload,2020-08-22 15:31:53.000000,3054.0,243046.0,https://anaconda.org/conda-forge/livereload,2020-08-22 16:48:00.872000,123314.0,2.0,,,,,,,,,,,,,,,,,,, +234,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.000000,2021-03-19 18:50:44.000000,2021-03-19 18:50:44.000000,267.0,90.0,186.0,848.0,,Python 2.7/3.X client for HashiCorp Vault.,140.0,27,True,,2021-02-08 15:38:08.000000,0.10.8,52.0,419.0,908270.0,conda-forge/hvac,hvac,1892.0,1508.0,https://pypi.org/project/hvac,2021-02-08 15:38:08.000000,384.0,905670.0,https://anaconda.org/conda-forge/hvac,2020-10-14 01:29:51.892000,59696.0,3.0,,,,,,,,,,,,,,,,,,, +235,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.000000,2021-04-01 12:03:35.000000,2021-03-31 21:46:20.000000,135.0,35.0,185.0,838.0,,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,67.0,27,True,['openapi'],2021-03-31 21:50:46.000000,4.4.0,91.0,,591343.0,,apispec,16716.0,2810.0,https://pypi.org/project/apispec,2021-03-31 21:50:46.000000,13906.0,591343.0,,,,2.0,,,,,,,,,,,,,,,,,,, +236,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.000000,2021-03-29 13:55:43.000000,2021-01-25 04:15:05.000000,227.0,25.0,146.0,828.0,370.0,A feature flipper for Django.,96.0,27,True,['django'],2021-01-22 09:36:17.000000,2.1.0,37.0,,59618.0,,django-waffle,1243.0,591.0,https://pypi.org/project/django-waffle,2021-01-22 09:36:17.000000,652.0,59618.0,,,,3.0,,,,,,,,,,,,,,,,,,, +237,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.000000,2021-03-19 14:36:10.000000,2021-03-19 14:33:53.000000,181.0,42.0,98.0,810.0,165.0,Rosetta is a Django application that eases the translation process of your Django projects.,75.0,27,True,['django'],2021-03-19 14:35:25.000000,0.9.6,31.0,,14014.0,,django-rosetta,2410.0,1214.0,https://pypi.org/project/django-rosetta,2021-03-19 14:35:25.000000,1196.0,14014.0,,,,3.0,,,,,,,,,,,,,,,,,,, +238,dpkt,kbandla/dpkt,,others,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000000,2021-03-12 21:15:38.000000,2021-03-12 21:15:37.000000,216.0,75.0,260.0,786.0,732.0,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",50.0,27,True,,2021-02-08 01:08:02.000000,1.9.5,14.0,,57997.0,conda-forge/dpkt,dpkt,1294.0,734.0,https://pypi.org/project/dpkt,2021-02-08 01:03:40.000000,560.0,57388.0,https://anaconda.org/conda-forge/dpkt,2021-02-10 04:27:22.904000,16453.0,3.0,,,,,,,,,,,,,,,,,,, +239,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.000000,2020-12-24 18:39:23.520000,2020-12-24 16:50:31.000000,105.0,52.0,44.0,463.0,190.0,Unittest extensions for Flask.,33.0,27,True,['flask'],2020-12-24 16:51:48.000000,0.8.1,18.0,,84676.0,conda-forge/flask-testing,flask-testing,16732.0,11952.0,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000000,4780.0,83840.0,https://anaconda.org/conda-forge/flask-testing,2020-12-24 18:39:23.520000,46006.0,2.0,,,,,,,,,,,,,,,,,,, +240,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.000000,2021-03-30 05:59:23.000000,2021-03-30 05:56:43.000000,171.0,24.0,231.0,460.0,,Extensions for Python Markdown.,26.0,27,True,,2021-01-26 01:43:08.000000,8.1.1,53.0,,144291.0,conda-forge/pymdown-extensions,pymdown-extensions,6343.0,4811.0,https://pypi.org/project/pymdown-extensions,2021-01-26 01:43:08.000000,1532.0,142645.0,https://anaconda.org/conda-forge/pymdown-extensions,2021-01-26 02:54:40.486000,37859.0,2.0,,,,,,,,,,,,,,,,,,, +241,flask-babel,python-babel/flask-babel,,flask-utils,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,BSD-3-Clause,2010-05-29 14:14:08.000000,2021-02-05 12:38:10.000000,2020-12-01 14:41:38.000000,144.0,15.0,88.0,360.0,175.0,i18n and l10n support for Flask based on Babel and pytz.,33.0,27,True,['flask'],2020-08-27 03:16:00.000000,2.0.0,14.0,,353498.0,conda-forge/flask-babel,flask-babel,15852.0,10760.0,https://pypi.org/project/flask-babel,2020-08-27 03:14:12.000000,5092.0,352399.0,https://anaconda.org/conda-forge/flask-babel,2020-08-28 13:16:34.928000,62692.0,2.0,,,,,,,,,,,,,,,,,,, +242,httpcore,encode/httpcore,,http-clients,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2019-06-23 04:27:05.225000,2021-04-01 08:37:38.000000,2021-04-01 08:37:38.000000,26.0,25.0,56.0,165.0,203.0,A minimal HTTP client.,18.0,27,True,,2021-01-28 16:02:41.000000,0.12.3,28.0,,2540814.0,conda-forge/httpcore,httpcore,2809.0,2739.0,https://pypi.org/project/httpcore,2021-01-28 16:02:41.000000,70.0,2539528.0,https://anaconda.org/conda-forge/httpcore,2021-01-28 20:15:53.325000,28300.0,3.0,,,,,,,,,,,,,,,,,,, +243,idna,kjd/idna,,others,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000000,2021-01-29 15:32:34.000000,2021-01-29 15:32:33.000000,56.0,4.0,52.0,140.0,190.0,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,18.0,27,True,,,,23.0,,41934076.0,conda-forge/idna,idna,70594.0,,https://pypi.org/project/idna,2021-01-04 16:20:02.000000,70594.0,41769382.0,https://anaconda.org/conda-forge/idna,2021-01-05 08:47:24.910000,9222869.0,3.0,,,,,,,,,,,,,,,,,,, +244,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.000000,2021-03-06 23:32:35.000000,2021-02-12 03:30:48.000000,2035.0,159.0,447.0,8349.0,1131.0,Script for downloading Coursera.org videos and naming them.,85.0,26,True,,2019-12-16 20:45:01.000000,0.11.5,12.0,,1795.0,conda-forge/coursera-dl,coursera-dl,151.0,127.0,https://pypi.org/project/coursera-dl,2019-12-16 20:45:01.000000,24.0,1513.0,https://anaconda.org/conda-forge/coursera-dl,2019-11-20 13:24:57.856000,14983.0,3.0,,,,,,,,,,,,,,,,,,, +245,grip,joeyespo/grip,,markdown,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000000,2021-03-27 19:51:56.000000,2019-06-17 04:53:31.000000,356.0,60.0,174.0,5121.0,564.0,Preview GitHub README.md files locally before committing them.,38.0,26,False,,2018-03-19 03:58:20.000000,4.5.2,24.0,,5330.0,,grip,886.0,614.0,https://pypi.org/project/grip,2018-03-19 03:58:20.000000,272.0,5330.0,,,,3.0,,,,,,,,,,,,,,,,,,, +246,grequests,spyoungtech/grequests,,http-clients,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012-05-10 21:50:15.000000,2020-04-22 02:04:17.085000,2020-04-05 14:25:51.000000,320.0,11.0,92.0,3698.0,83.0,Requests + Gevent = 3.,27.0,26,True,,2020-04-05 14:27:35.000000,0.6.0,6.0,,136832.0,conda-forge/grequests,grequests,3421.0,2261.0,https://pypi.org/project/grequests,2020-04-05 14:27:35.000000,1160.0,136212.0,https://anaconda.org/conda-forge/grequests,2020-04-22 02:04:17.085000,34151.0,3.0,,,,,,,,,,,,,,,,,,, +247,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.000000,2021-02-22 14:09:59.000000,2015-03-29 14:04:10.000000,761.0,105.0,91.0,3666.0,479.0,"Html Content / Article Extractor, web scrapping lib in Python.",35.0,26,False,,2021-02-22 14:09:59.000000,3.1.8,19.0,,3357.0,,goose3,240.0,202.0,https://pypi.org/project/goose3,2021-02-22 14:09:59.000000,38.0,3357.0,,,,2.0,,,,,,,,,,,,,,,,,,, +248,responder,taoufik07/responder,,web-frameworks,https://github.com/taoufik07/responder,https://github.com/taoufik07/responder,Apache-2.0,2018-10-09 11:15:00.000000,2021-03-29 18:22:21.000000,2021-03-24 10:24:29.000000,211.0,54.0,169.0,3558.0,995.0,A familiar HTTP Service Framework for Python.,86.0,26,True,,2021-01-08 08:30:24.000000,2.0.7,48.0,,3956.0,conda-forge/responder,responder,548.0,430.0,https://pypi.org/project/responder,2021-01-08 08:30:24.000000,118.0,2105.0,https://anaconda.org/conda-forge/responder,2021-01-08 11:32:52.270000,53688.0,3.0,,,,,,,,,,,,,,,,,,, +249,lektor,lektor/lektor,,cms,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000000,2021-03-27 08:35:28.000000,2021-03-27 08:35:27.000000,276.0,226.0,324.0,3422.0,1137.0,The lektor static file content management system.,88.0,26,True,,2020-08-20 23:40:20.000000,3.2.0,22.0,6839.0,3728.0,conda-forge/lektor,lektor,410.0,274.0,https://pypi.org/project/lektor,2020-08-20 23:34:31.000000,136.0,2824.0,https://anaconda.org/conda-forge/lektor,2020-08-27 20:53:04.977000,43102.0,3.0,,,,,,,,,,,,,,,,,,, +250,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.000000,2021-03-30 17:46:41.000000,2019-05-21 10:57:50.000000,664.0,276.0,118.0,3055.0,909.0,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,29.0,26,False,['django'],2018-10-18 06:39:57.000000,1.0.8,25.0,,12548.0,,django-jet,2762.0,2214.0,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000000,548.0,12548.0,,,,2.0,,,,,,,,,,,,,,,,,,, +251,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.000000,2020-10-01 16:22:11.000000,2018-01-03 00:17:14.000000,1143.0,118.0,,2836.0,233.0,Python Client for Instagram API.,52.0,26,False,,2015-07-22 15:56:56.000000,1.3.2,14.0,,1916.0,,python-instagram,1406.0,678.0,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000000,728.0,1916.0,,,,3.0,,,,,,,,,,,,,,,,,,, +252,websockify,novnc/websockify,,websocket,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000000,2021-03-22 08:23:15.000000,2021-03-22 08:23:15.000000,569.0,32.0,249.0,2718.0,879.0,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service...,88.0,26,True,,2019-08-13 12:30:02.000000,0.9.0,9.0,,13734.0,conda-forge/websockify,websockify,975.0,379.0,https://pypi.org/project/websockify,2019-08-13 11:54:17.000000,596.0,12442.0,https://anaconda.org/conda-forge/websockify,2021-01-15 14:51:04.294000,11633.0,3.0,,,,,,,,,,,,,,,,,,, +253,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.000000,2021-03-09 15:21:00.000000,2021-02-05 05:10:12.000000,291.0,118.0,99.0,2634.0,233.0,Unofficial Python API client for Notion.so.,31.0,26,True,,2021-02-05 05:11:13.000000,0.0.28,21.0,,4822.0,,notion,369.0,351.0,https://pypi.org/project/notion,2021-02-05 05:11:13.000000,18.0,4822.0,,,,3.0,,,,,,,,,,,,,,,,,,, +254,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.000000,2021-02-28 18:04:58.000000,2021-02-28 18:04:57.000000,880.0,83.0,283.0,2506.0,5402.0,A Django based shop system.,96.0,26,True,['django'],2021-02-02 21:13:24.000000,1.2.4,47.0,,641.0,,django-shop,341.0,181.0,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000000,160.0,641.0,,,,3.0,,,,,,,,,,,,,,,,,,, +255,pywebview,r0x0r/pywebview,,others,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000000,2021-03-30 02:20:18.000000,2021-03-26 20:13:19.000000,311.0,40.0,484.0,2316.0,1267.0,"Build GUI for your Python program with JavaScript, HTML, and CSS.",69.0,26,True,,2020-12-04 22:29:43.000000,3.4,42.0,,1647.0,,pywebview,467.0,383.0,https://pypi.org/project/pywebview,2020-12-04 22:30:50.000000,84.0,1647.0,,,,3.0,,,,,,,,,,,,,,,,,,, +256,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.000000,2021-04-01 09:11:44.000000,2021-02-25 21:42:12.000000,527.0,27.0,298.0,2097.0,418.0,Python client for the Prometheus monitoring system.,102.0,26,True,,2020-11-16 13:40:13.000000,0.9.0,35.0,,9180770.0,,prometheus-client,0.0,,https://pypi.org/project/prometheus-client,2020-11-16 13:34:22.000000,0.0,9180770.0,,,,2.0,,,,,,,,,,,,,,,,,,, +257,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.000000,2021-03-30 12:12:22.000000,2020-03-09 20:52:03.000000,733.0,31.0,406.0,2007.0,3127.0,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,71.0,26,False,['django'],2016-09-27 13:25:46.000000,0.18.1,29.0,,1552.0,,django-blog-zinnia,767.0,441.0,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000000,326.0,1552.0,,,,3.0,,,,,,,,,,,,,,,,,,, +258,djoser,sunscrapers/djoser,,auth,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000000,2021-03-26 07:06:37.000000,2020-12-31 18:31:00.000000,347.0,100.0,273.0,1845.0,738.0,REST implementation of Django authentication system.,89.0,26,True,['django'],2020-10-30 15:52:25.000000,2.1.0,48.0,,26310.0,,djoser,424.0,,https://pypi.org/project/djoser,2020-10-30 15:52:25.000000,424.0,26310.0,,,,3.0,,,,,,,,,,,,,,,,,,, +259,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.000000,2021-02-13 18:24:16.000000,2021-02-13 18:24:16.000000,290.0,14.0,213.0,1775.0,810.0,Easily share data across your company via SQL queries. From Grove Collab.,81.0,26,True,['django'],2021-01-19 23:32:37.000000,2.1.2,23.0,,7085.0,,django-sql-explorer,360.0,222.0,https://pypi.org/project/django-sql-explorer,2021-01-19 23:32:37.000000,138.0,7085.0,,,,3.0,,,,,,,,,,,,,,,,,,, +260,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.000000,2021-01-13 15:48:46.000000,2021-01-13 15:48:45.000000,136.0,18.0,52.0,1740.0,87.0,Asynchronous Python HTTP Requests for Humans using Futures.,24.0,26,True,,2019-06-11 03:22:24.000000,1.0.0,10.0,,286569.0,conda-forge/requests-futures,requests-futures,4291.0,2669.0,https://pypi.org/project/requests-futures,2019-06-11 03:22:24.000000,1622.0,284810.0,https://anaconda.org/conda-forge/requests-futures,2020-10-14 02:03:20.044000,98521.0,3.0,,,,,,,,,,,,,,,,,,, +261,rauth,litl/rauth,,auth,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000000,2020-12-26 21:19:28.000000,2015-11-05 16:01:31.000000,170.0,33.0,89.0,1573.0,386.0,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",42.0,26,False,,2017-01-22 16:51:43.000000,0.7.3,36.0,,43714.0,,rauth,1902.0,,https://pypi.org/project/rauth,2017-01-22 16:51:43.000000,1902.0,43714.0,,,,3.0,,,,,,,,,,,,,,,,,,, +262,Js2Py,PiotrDabkowski/Js2Py,,others,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000000,2021-02-18 22:40:50.000000,2021-02-18 22:40:48.000000,165.0,95.0,102.0,1439.0,287.0,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,24.0,26,True,,,,45.0,,55821.0,,js2py,1823.0,1667.0,https://pypi.org/project/js2py,2020-04-11 09:58:30.000000,156.0,55821.0,,,,3.0,,,,,,,,,,,,,,,,,,, +263,ariadne,mirumee/ariadne,,graphql,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000000,2021-03-22 11:10:34.000000,2021-03-22 11:10:33.000000,100.0,50.0,140.0,1296.0,1078.0,Ariadne is a Python library for implementing GraphQL servers using schema-first approach.,38.0,26,True,['graphql'],2021-03-17 14:16:30.000000,0.13.0,23.0,,18276.0,,ariadne,369.0,349.0,https://pypi.org/project/ariadne,2021-03-17 09:40:19.000000,20.0,18276.0,,,,2.0,,,,,,,,,,,,,,,,,,, +264,webargs,marshmallow-code/webargs,,others,https://github.com/marshmallow-code/webargs,https://github.com/marshmallow-code/webargs,MIT,2014-02-17 02:16:12.000000,2021-03-22 05:31:28.000000,2021-03-22 05:31:27.000000,142.0,5.0,245.0,1151.0,,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",57.0,26,True,,2020-12-14 15:00:14.000000,7.0.1,96.0,,119940.0,conda-forge/webargs,webargs,3245.0,2449.0,https://pypi.org/project/webargs,2020-12-14 15:00:14.000000,796.0,117657.0,https://anaconda.org/conda-forge/webargs,2020-12-15 00:23:08.496000,123283.0,3.0,,,,,,,,,,,,,,,,,,, +265,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.000000,2021-03-18 20:45:47.000000,2020-08-21 10:31:07.000000,231.0,136.0,167.0,1142.0,822.0,Improved Django model inheritance with automatic downcasting.,95.0,26,True,['django'],2020-08-21 10:15:53.000000,3.0.0,39.0,,75275.0,,django-polymorphic,182.0,,https://pypi.org/project/django-polymorphic,2020-08-21 10:15:53.000000,182.0,75275.0,,,,3.0,,,,,,,,,,,,,,,,,,, +266,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.000000,2021-03-15 18:14:15.000000,2021-03-15 18:14:15.000000,157.0,9.0,116.0,1086.0,430.0,"Django's class-based generic views are awesome, let's have more of them.",57.0,26,True,['django'],2019-12-20 11:03:49.000000,0.13.0,25.0,,17537.0,,django-extra-views,2344.0,1350.0,https://pypi.org/project/django-extra-views,2019-12-20 11:03:49.000000,994.0,17537.0,,,,3.0,,,,,,,,,,,,,,,,,,, +267,html2text,Alir3z4/html2text,,markdown,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000000,2021-03-11 05:03:20.000000,2021-03-10 20:31:29.000000,188.0,61.0,117.0,1075.0,743.0,Convert HTML to Markdown-formatted text.,72.0,26,True,,2020-01-16 14:21:52.000000,2020.1.16,35.0,,246161.0,,html2text,3808.0,,https://pypi.org/project/html2text,2020-01-16 14:21:52.000000,3808.0,246161.0,,,,3.0,,,,,,,,,,,,,,,,,,, +268,httptools,MagicStack/httptools,,http-clients,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000000,2021-03-30 17:09:03.000000,2021-03-30 17:09:03.000000,55.0,14.0,27.0,929.0,74.0,Fast HTTP parser.,10.0,26,True,,2020-02-08 00:33:19.000000,0.1.1,15.0,,2203157.0,conda-forge/httptools,httptools,8642.0,7742.0,https://pypi.org/project/httptools,2020-02-08 00:33:19.000000,900.0,2197127.0,https://anaconda.org/conda-forge/httptools,2021-02-09 20:06:45.268000,253280.0,3.0,,,,,,,,,,,,,,,,,,, +269,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.000000,2021-03-23 05:05:23.000000,2021-03-15 11:56:26.000000,203.0,30.0,112.0,889.0,,Bootstrap 4 integration with Django.,128.0,26,True,['django'],2020-10-16 05:42:08.000000,2.3.1,18.0,,51422.0,conda-forge/django-bootstrap4,django-bootstrap4,43440.0,41528.0,https://pypi.org/project/django-bootstrap4,2020-10-16 05:42:08.000000,1912.0,51079.0,https://anaconda.org/conda-forge/django-bootstrap4,2020-01-02 21:42:35.673000,12703.0,3.0,,,,,,,,,,,,,,,,,,, +270,quart,pgjones/quart,,web-frameworks,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2017-11-10 20:10:33.000000,2021-03-31 20:21:19.000000,2021-03-31 20:19:49.000000,83.0,3.0,105.0,877.0,796.0,Quart is a Python ASGI web microframework with the same API as Flask.,55.0,26,True,,2020-12-13 15:11:17.000000,0.14.1,42.0,,50482.0,conda-forge/quart,quart,1404.0,1248.0,https://pypi.org/project/quart,2020-12-13 15:11:17.000000,156.0,49852.0,https://anaconda.org/conda-forge/quart,2021-01-10 04:36:46.877000,17031.0,3.0,,,,,,,,,,,,,,,,,,, +271,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.000000,2021-02-12 17:14:51.000000,2021-02-12 17:14:51.000000,382.0,17.0,253.0,831.0,885.0,Media-Management with Grappelli.,35.0,26,True,['django'],2020-11-25 15:31:59.000000,3.13.2,33.0,,2400.0,,django-filebrowser,948.0,678.0,https://pypi.org/project/django-filebrowser,2020-11-25 15:31:59.000000,270.0,2400.0,,,,3.0,,,,,,,,,,,,,,,,,,, +272,asgiref,django/asgiref,,servers,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000000,2021-03-23 22:01:09.000000,2021-03-23 22:01:09.000000,110.0,23.0,94.0,817.0,,ASGI specification and utilities.,56.0,26,True,,2020-11-09 15:58:48.000000,3.3.1,50.0,,1263981.0,conda-forge/asgiref,asgiref,1802.0,,https://pypi.org/project/asgiref,2020-11-09 15:58:48.000000,1802.0,1261588.0,https://anaconda.org/conda-forge/asgiref,2020-11-16 10:39:44.502000,71813.0,3.0,,,,,,,,,,,,,,,,,,, +273,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.000000,2021-03-02 10:33:03.000000,2021-03-02 10:32:59.000000,135.0,26.0,146.0,813.0,552.0,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",49.0,26,True,['flask'],2021-03-01 19:11:13.000000,3.3.1,41.0,,13125.0,conda-forge/flask-dance,flask-dance,2160.0,1858.0,https://pypi.org/project/flask-dance,2021-02-25 13:26:32.000000,302.0,12892.0,https://anaconda.org/conda-forge/flask-dance,2019-06-07 12:49:07.512000,5597.0,3.0,,,,,,,,,,,,,,,,,,, +274,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,,testing,https://github.com/flask-debugtoolbar/flask-debugtoolbar,https://github.com/flask-debugtoolbar/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000000,2020-12-11 21:28:07.000000,2020-08-14 18:39:15.000000,122.0,38.0,63.0,794.0,259.0,A toolbar overlay for debugging Flask applications.,38.0,26,True,['flask'],2020-02-18 09:15:23.000000,0.11.0,22.0,,29447.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,19031.0,13151.0,https://pypi.org/project/flask-debugtoolbar,2020-02-18 09:14:21.000000,5880.0,28751.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2020-10-13 10:56:58.023000,38326.0,3.0,,,,,,,,,,,,,,,,,,, +275,django-rest-knox,James1345/django-rest-knox,,auth,https://github.com/James1345/django-rest-knox,https://github.com/James1345/django-rest-knox,MIT,2015-09-09 14:52:23.000000,2021-02-16 02:38:39.000000,2020-12-01 23:02:24.000000,99.0,36.0,81.0,656.0,328.0,Authentication Module for django rest auth.,40.0,26,True,['django'],2019-06-01 06:29:52.000000,4.1.0,24.0,,20087.0,,django-rest-knox,5371.0,5047.0,https://pypi.org/project/django-rest-knox,2019-06-01 06:29:52.000000,324.0,20087.0,,,,3.0,,,,,,,,,,,,,,,,,,, +276,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.000000,2021-03-19 15:31:47.000000,2021-03-07 10:32:56.000000,145.0,111.0,156.0,623.0,667.0,PEP-484 stubs for Django.,99.0,26,True,['django'],2020-10-28 08:51:11.000000,1.7.0,32.0,,76726.0,,django-stubs,1115.0,1051.0,https://pypi.org/project/django-stubs,2020-10-28 08:51:11.000000,64.0,76726.0,,,,3.0,,,,,,,,,,,,,,,,,,, +277,treq,twisted/treq,,http-clients,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000000,2021-03-06 07:48:27.000000,2021-02-02 05:39:00.000000,140.0,63.0,88.0,520.0,918.0,Python requests like API built on top of Twisted's HTTP client.,43.0,26,True,,2021-01-15 07:44:41.000000,21.1.0,17.0,74.0,24689.0,conda-forge/treq,treq,1524.0,822.0,https://pypi.org/project/treq,2021-01-15 07:44:41.000000,702.0,23740.0,https://anaconda.org/conda-forge/treq,2021-01-15 14:02:18.727000,50255.0,3.0,,,,,,,,,,,,,,,,,,, +278,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.000000,2021-03-09 13:22:16.000000,2021-03-09 13:22:12.000000,104.0,60.0,61.0,460.0,313.0,A set of high-level abstractions for Django forms.,64.0,26,True,['django'],,,4.0,,61924.0,,django-formtools,8786.0,6440.0,https://pypi.org/project/django-formtools,2019-12-05 17:01:45.000000,2346.0,61924.0,,,,3.0,,,,,,,,,,,,,,,,,,, +279,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.000000,2021-03-25 11:15:19.000000,2020-05-28 01:29:39.000000,45.0,7.0,37.0,439.0,384.0,Useful additions to Django's default TestCase.,27.0,26,True,['django'],2019-12-03 15:18:43.000000,1.4.0,30.0,,20777.0,conda-forge/django-test-plus,django-test-plus,5262.0,2746.0,https://pypi.org/project/django-test-plus,2019-12-03 15:18:43.000000,2516.0,20323.0,https://anaconda.org/conda-forge/django-test-plus,2018-01-12 22:38:58.564000,19976.0,3.0,,,,,,,,,,,,,,,,,,, +280,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.000000,2021-03-21 17:37:02.000000,2020-02-29 00:06:32.000000,85.0,18.0,72.0,407.0,263.0,Flask webassets integration.,38.0,26,False,['flask'],2011-10-12 14:37:19.000000,0.6.2,15.0,,32356.0,conda-forge/flask-assets,flask-assets,9540.0,5510.0,https://pypi.org/project/flask-assets,2019-12-20 21:37:28.000000,4030.0,31964.0,https://anaconda.org/conda-forge/flask-assets,2019-12-24 17:28:27.011000,21169.0,2.0,,,,,,,,,,,,,,,,,,, +281,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.951000,2021-03-29 23:32:45.000000,2021-03-29 23:32:30.000000,67.0,14.0,77.0,347.0,,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,17.0,26,True,,2021-02-08 19:41:14.000000,3.1.3,67.0,,505772.0,conda-forge/graphql-core,graphql-core,9267.0,8137.0,https://pypi.org/project/graphql-core,2021-02-08 19:24:40.000000,1130.0,502074.0,https://anaconda.org/conda-forge/graphql-core,2021-02-08 21:55:59.120000,159054.0,2.0,,,,,,,,,,,,,,,,,,, +282,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.000000,2021-03-19 22:15:43.000000,2020-12-17 18:40:45.000000,45.0,5.0,34.0,324.0,58.0,Formatting of dates and times in Flask templates using moment.js.,16.0,26,True,['flask'],2020-12-17 18:41:55.000000,0.11.0,17.0,,12956.0,conda-forge/flask-moment,flask-moment,19627.0,15123.0,https://pypi.org/project/flask-moment,2020-12-17 18:41:55.000000,4504.0,12495.0,https://anaconda.org/conda-forge/flask-moment,2019-05-18 03:43:39.212000,25399.0,2.0,,,,,,,,,,,,,,,,,,, +283,webtest,Pylons/webtest,,testing,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000000,2020-12-17 08:31:41.000000,2020-12-17 08:31:40.000000,98.0,25.0,95.0,295.0,1023.0,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",83.0,26,True,,2020-04-27 14:09:57.000000,2.0.35,54.0,,272626.0,,webtest,15919.0,8243.0,https://pypi.org/project/webtest,2020-04-27 14:09:57.000000,7676.0,272626.0,,,,3.0,,,,,,,,,,,,,,,,,,, +284,httpagentparser,shon/httpagentparser,,others,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000000,2021-03-19 02:28:02.000000,2021-01-12 12:32:39.000000,52.0,14.0,34.0,205.0,182.0,Python HTTP Agent Parser.,31.0,26,True,,2021-01-12 12:33:14.000000,1.9.1,54.0,,56318.0,,httpagentparser,996.0,516.0,https://pypi.org/project/httpagentparser,2021-01-12 12:33:14.000000,480.0,56318.0,,,,3.0,,,,,,,,,,,,,,,,,,, +285,Hypercorn,pgjones/hypercorn,,servers,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000000,2021-02-07 16:00:19.000000,2021-02-07 15:59:49.000000,29.0,5.0,29.0,192.0,515.0,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,28.0,26,True,,2021-01-10 13:09:54.000000,0.11.2,42.0,,58347.0,,hypercorn,1043.0,945.0,https://pypi.org/project/hypercorn,2021-01-10 13:09:54.000000,98.0,58347.0,,,,3.0,,,,,,,,,,,,,,,,,,, +286,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.000000,2019-12-24 14:25:54.920000,2019-12-19 23:38:37.000000,25.0,10.0,19.0,188.0,133.0,URI template parsing per RFC6570.,13.0,26,False,,2019-12-19 22:13:06.000000,3.0.1,9.0,,10083129.0,conda-forge/uritemplate,uritemplate,69117.0,61937.0,https://pypi.org/project/uritemplate,2019-12-19 22:13:06.000000,7180.0,10072431.0,https://anaconda.org/conda-forge/uritemplate,2019-12-24 14:25:54.920000,609808.0,3.0,,,,,,,,,,,,,,,,,,, +287,OpenAPI Spec validator,p1c2u/openapi-spec-validator,,openapi-utils,https://github.com/p1c2u/openapi-spec-validator,https://github.com/p1c2u/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000000,2021-03-28 18:30:13.000000,2021-03-28 18:30:08.000000,31.0,26.0,37.0,167.0,171.0,OpenAPI Spec validator.,20.0,26,True,,2021-02-24 21:56:48.000000,0.3.0,18.0,,529251.0,,openapi-spec-validator,220.0,,https://pypi.org/project/openapi-spec-validator,2021-02-24 21:56:48.000000,220.0,529251.0,,,,2.0,,,,,,,,,,,,,,,,,,, +288,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.000000,2021-03-31 17:33:46.000000,2021-01-15 08:16:35.000000,2412.0,119.0,416.0,24041.0,1505.0,Hunt down social media accounts by username across social networks.,137.0,25,True,,2019-05-11 11:26:59.000000,0.3.2,5.0,,1427.0,,sherlock,6.0,,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000000,6.0,1427.0,,,,3.0,,,,,,,,,,,,,,,,,,, +289,redoc,Redocly/redoc,,openapi-utils,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000000,2021-03-31 17:53:29.000000,2021-03-31 12:52:45.000000,1464.0,393.0,884.0,13385.0,2183.0,OpenAPI/Swagger-generated API Reference Documentation.,147.0,25,True,['openapi'],2020-08-24 09:14:57.000000,2.0.0-rc.39,52.0,60.0,1.0,,,1347.0,1347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +290,cookiecutter-django,pydanny/cookiecutter-django,,django-utils,https://github.com/pydanny/cookiecutter-django,https://github.com/pydanny/cookiecutter-django,BSD-3-Clause,2013-08-14 17:43:31.000000,2021-03-30 10:27:09.000000,2021-03-27 02:23:07.000000,2069.0,142.0,830.0,7912.0,4985.0,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,314.0,25,True,['django'],2021-02-23 19:45:46.000000,3.1.7,20.0,,61.0,,cookiecutter-django,12.0,11.0,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000000,1.0,61.0,,,,3.0,,,,,,,,,,,,,,,,,,, +291,apistar,encode/apistar,,openapi-utils,https://github.com/encode/apistar,https://github.com/encode/apistar,BSD-3-Clause,2017-03-17 15:42:12.000000,2020-10-15 10:07:13.000000,2020-02-10 10:46:11.000000,425.0,59.0,289.0,5553.0,767.0,The Web API toolkit.,88.0,25,False,['openapi'],2019-04-03 08:12:14.000000,0.7.2,94.0,,7984.0,conda-forge/apistar,apistar,910.0,630.0,https://pypi.org/project/apistar,2019-04-03 08:12:14.000000,280.0,5864.0,https://anaconda.org/conda-forge/apistar,2019-04-03 08:38:52.532000,76324.0,3.0,,,,,,,,,,,,,,,,,,, +292,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.000000,2021-03-24 14:12:07.000000,2020-10-10 16:56:27.000000,1042.0,361.0,193.0,4859.0,307.0,Scrapes an instagram user's photos and videos.,53.0,25,True,,2020-10-10 17:10:36.000000,1.9.1,66.0,,2719.0,,instagram-scraper,252.0,212.0,https://pypi.org/project/instagram-scraper,2020-10-10 17:04:48.000000,40.0,2719.0,,,,3.0,,,,,,,,,,,,,,,,,,, +293,xadmin,sshwsfc/xadmin,,admin-ui,https://github.com/sshwsfc/xadmin,https://github.com/sshwsfc/xadmin,BSD-3-Clause,2012-11-19 06:21:50.000000,2021-03-25 06:29:09.000000,2019-04-03 03:05:04.000000,1403.0,385.0,193.0,4554.0,1296.0,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",51.0,25,False,,2019-12-09 13:36:33.000000,2.0.3,3.0,,63.0,,xadmin2,730.0,730.0,https://pypi.org/project/xadmin2,2019-12-09 13:36:33.000000,,63.0,,,,3.0,,,,,,,,,,,,,,,,,,, +294,AutoRest,Azure/autorest,,openapi-utils,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000000,2021-03-31 22:59:34.000000,2021-03-31 16:01:55.000000,627.0,158.0,1579.0,3336.0,5291.0,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python,..",146.0,25,True,['openapi'],,,100.0,73974.0,6164.0,,,270.0,270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +295,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.000000,2021-03-29 21:27:04.000000,2021-01-09 18:48:30.000000,477.0,46.0,60.0,2753.0,206.0,Scrape the Twitter Frontend API without authentication.,31.0,25,True,,2020-07-17 18:56:19.000000,0.4.4,11.0,,2956.0,,twitter-scraper,768.0,748.0,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000000,20.0,2956.0,,,,3.0,,,,,,,,,,,,,,,,,,, +296,telepot,nickoala/telepot,,third-party-apis,https://github.com/nickoala/telepot,https://github.com/nickoala/telepot,MIT,2015-07-09 03:06:53.000000,2021-03-09 06:27:24.000000,2019-05-09 12:46:06.000000,439.0,108.0,326.0,2364.0,431.0,Python framework for Telegram Bot API.,10.0,25,False,,,,78.0,,8411.0,,telepot,3456.0,2492.0,https://pypi.org/project/telepot,2018-05-26 16:26:54.000000,964.0,8411.0,,,,3.0,,,,,,,,,,,,,,,,,,, +297,Grab,lorien/grab,,web-scraping,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000000,2021-02-22 09:46:08.000000,2020-12-08 03:50:03.000000,251.0,26.0,190.0,2077.0,2179.0,Web Scraping Framework.,65.0,25,True,,2018-06-24 14:27:52.000000,0.6.41,120.0,,1080.0,,grab,519.0,305.0,https://pypi.org/project/grab,2018-06-24 14:27:52.000000,214.0,1080.0,,,,2.0,,,,,,,,,,,,,,,,,,, +298,furl,gruns/furl,,url-utils,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000000,2021-03-29 22:24:55.000000,2021-03-14 04:02:29.000000,121.0,17.0,75.0,1998.0,517.0,URL parsing and manipulation made easy.,13.0,25,True,,2019-09-20 20:58:30.000000,2.1.0,48.0,,146432.0,conda-forge/furl,furl,846.0,,https://pypi.org/project/furl,2019-09-20 20:58:30.000000,846.0,143982.0,https://anaconda.org/conda-forge/furl,2019-11-22 12:23:16.821000,110293.0,3.0,,,,,,,,,,,,,,,,,,, +299,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.000000,2021-03-26 09:13:18.000000,2021-03-23 18:43:29.000000,495.0,120.0,255.0,1737.0,372.0,Send push notifications to mobile devices through GCM or APNS in Django.,85.0,25,True,['django'],2020-03-11 14:13:42.000000,2.0.0,15.0,35.0,11548.0,,django-push-notifications,170.0,,https://pypi.org/project/django-push-notifications,2020-03-11 14:08:19.000000,170.0,11548.0,,,,3.0,,,,,,,,,,,,,,,,,,, +300,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.000000,2021-01-20 15:47:14.000000,2020-07-10 10:16:08.000000,400.0,36.0,129.0,1542.0,437.0,"A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to..",64.0,25,True,['django'],2015-12-15 08:53:11.000000,2.5.7,45.0,,1831.0,,django-admin-bootstrapped,3015.0,1429.0,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000000,1586.0,1831.0,,,,3.0,,,,,,,,,,,,,,,,,,, +301,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.000000,2020-12-28 07:06:49.000000,2018-04-16 21:33:15.000000,528.0,130.0,335.0,1419.0,1197.0,Facebook open graph api implementation using the Django web framework in python.,89.0,25,False,,2015-05-26 19:01:35.000000,6.0.3,152.0,,2268.0,,django-facebook,465.0,347.0,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000000,118.0,2268.0,,,,3.0,,,,,,,,,,,,,,,,,,, +302,Meinheld,mopemope/meinheld,,servers,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000000,2021-03-31 13:07:20.000000,2020-06-23 16:07:11.000000,91.0,23.0,50.0,1340.0,633.0,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,20.0,25,True,,2020-05-17 13:09:14.000000,1.0.2,40.0,,10725.0,,meinheld,1169.0,575.0,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000000,594.0,10725.0,,,,3.0,,,,,,,,,,,,,,,,,,, +303,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.000000,2021-03-31 10:20:49.000000,2021-01-09 10:21:57.000000,208.0,44.0,52.0,1251.0,380.0,A toolkit for developing and deploying serverless Python code in AWS Lambda.,47.0,25,True,,2021-01-05 04:42:47.000000,11.8.0,49.0,,2071.0,,python-lambda,170.0,137.0,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000000,33.0,2071.0,,,,3.0,,,,,,,,,,,,,,,,,,, +304,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.000000,2020-01-14 03:57:16.000000,2016-09-03 23:19:38.000000,325.0,105.0,65.0,1227.0,565.0,Official repository for gevent-socketio.,59.0,25,False,,2014-02-03 05:11:24.000000,0.3.6,9.0,,1304.0,,gevent-socketio,1713.0,1215.0,https://pypi.org/project/gevent-socketio,2014-02-03 05:11:24.000000,498.0,1304.0,,,,3.0,,,,,,,,,,,,,,,,,,, +305,Spectacle,sourcey/spectacle,,openapi-utils,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000000,2021-03-29 17:22:08.000000,2020-05-21 00:42:58.000000,278.0,36.0,95.0,1191.0,294.0,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,37.0,25,True,['openapi'],2020-03-10 02:57:20.472000,1.1.0,61.0,,26565.0,,,186.0,134.0,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472000,52.0,26565.0,,,,,,,,,,, +306,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.000000,2021-03-24 11:33:33.000000,2021-03-24 11:27:19.000000,278.0,59.0,124.0,1055.0,,A django model and form field for normalised phone numbers using python-phonenumbers.,94.0,25,True,['django'],2020-08-17 14:47:46.000000,5.0.0,22.0,,127159.0,,django-phonenumber-field,1596.0,,https://pypi.org/project/django-phonenumber-field,2020-08-17 14:47:46.000000,1596.0,127159.0,,,,3.0,,,,,,,,,,,,,,,,,,, +307,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.000000,2021-01-12 18:37:36.000000,2021-01-12 18:36:50.000000,157.0,78.0,168.0,1043.0,1326.0,HTTP/2 for Python.,43.0,25,True,,2020-08-02 14:24:39.000000,0.5.0,18.0,142.0,190481.0,conda-forge/hyper,hyper,182.0,,https://pypi.org/project/hyper,2016-09-27 12:58:42.000000,182.0,190075.0,https://anaconda.org/conda-forge/hyper,2018-12-02 11:42:05.815000,15829.0,3.0,,,,,,,,,,,,,,,,,,, +308,spyne,arskom/spyne,,rpc,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000000,2020-12-10 09:06:24.000000,2020-12-10 09:06:24.000000,263.0,73.0,276.0,997.0,6971.0,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,121.0,25,False,,2020-11-23 19:19:17.000000,2.13.16,46.0,,23443.0,conda-forge/spyne,spyne,523.0,349.0,https://pypi.org/project/spyne,2020-11-23 19:19:17.000000,174.0,22602.0,https://anaconda.org/conda-forge/spyne,2020-11-23 22:49:35.187000,50468.0,3.0,,,,,,,,,,,,,,,,,,, +309,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.000000,2021-03-08 22:04:29.000000,2019-12-18 13:33:49.000000,263.0,118.0,122.0,926.0,666.0,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",39.0,25,False,['flask'],2018-04-16 17:42:06.000000,0.6.21,54.0,,5719.0,conda-forge/flask-user,flask-user,2039.0,1587.0,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000000,452.0,4947.0,https://anaconda.org/conda-forge/flask-user,2019-02-03 00:20:57.156000,42511.0,3.0,,,,,,,,,,,,,,,,,,, +310,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.000000,2021-03-30 22:44:48.000000,2021-03-30 22:44:47.000000,104.0,18.0,104.0,793.0,594.0,"No effort, no worry, maximum performance.",25.0,25,True,['django'],2021-03-23 03:14:16.000000,2.3.4,30.0,,12619.0,conda-forge/django-cachalot,django-cachalot,502.0,338.0,https://pypi.org/project/django-cachalot,2021-03-23 03:14:16.000000,164.0,11899.0,https://anaconda.org/conda-forge/django-cachalot,2018-08-09 22:39:22.114000,30961.0,3.0,,,,,,,,,,,,,,,,,,, +311,klein,twisted/klein,,others,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000000,2021-03-27 00:36:23.000000,2021-03-26 21:25:15.000000,119.0,73.0,77.0,772.0,2136.0,werkzeug + twisted.web.,47.0,25,True,,2020-06-08 02:52:27.000000,20.6.0,17.0,,6825.0,,klein,2119.0,1391.0,https://pypi.org/project/klein,2020-06-08 02:52:27.000000,728.0,6825.0,,,,3.0,,,,,,,,,,,,,,,,,,, +312,tavern,taverntesting/tavern,,testing,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000000,2021-03-29 18:47:21.000000,2021-03-27 13:39:07.000000,146.0,37.0,434.0,762.0,908.0,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",44.0,25,True,,2021-03-27 13:42:06.000000,1.14.1,117.0,,51826.0,,tavern,257.0,217.0,https://pypi.org/project/tavern,2021-03-27 13:42:06.000000,40.0,51826.0,,,,3.0,,,,,,,,,,,,,,,,,,, +313,mixer,klen/mixer,,testing,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000000,2021-03-01 11:33:35.000000,2021-01-11 12:31:21.000000,86.0,27.0,46.0,748.0,841.0,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",39.0,25,True,"['flask', 'django']",2021-01-11 12:31:32.000000,7.1.2,154.0,,26667.0,,mixer,598.0,,https://pypi.org/project/mixer,2021-01-11 12:31:32.000000,598.0,26667.0,,,,3.0,,,,,,,,,,,,,,,,,,, +314,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.000000,2021-03-14 20:12:24.000000,2021-03-14 20:11:00.000000,188.0,6.0,137.0,604.0,722.0,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,70.0,25,True,['django'],2020-02-15 14:06:51.000000,1.0.0,24.0,,4596.0,,django-paypal,2055.0,1479.0,https://pypi.org/project/django-paypal,2021-03-14 20:11:52.000000,576.0,4596.0,,,,3.0,,,,,,,,,,,,,,,,,,, +315,extruct,scrapinghub/extruct,,web-scraping,https://github.com/scrapinghub/extruct,https://github.com/scrapinghub/extruct,BSD-3-Clause,2015-10-26 11:51:21.000000,2021-03-16 17:09:53.000000,2021-03-16 17:09:53.000000,84.0,30.0,49.0,581.0,457.0,Extract embedded metadata from HTML markup.,27.0,25,True,,2020-12-28 15:33:32.000000,0.12.0,20.0,,22034.0,,extruct,284.0,242.0,https://pypi.org/project/extruct,2020-12-28 15:33:32.000000,42.0,22034.0,,,,2.0,,,,,,,,,,,,,,,,,,, +316,micawber,coleifer/micawber,,web-scraping,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000000,2021-03-04 15:16:52.000000,2021-03-04 15:16:37.000000,80.0,,53.0,533.0,196.0,a small library for extracting rich content from urls.,27.0,25,True,,2021-03-04 15:16:52.000000,0.5.3,23.0,,3637.0,,micawber,886.0,514.0,https://pypi.org/project/micawber,2021-03-04 15:16:52.000000,372.0,3637.0,,,,2.0,,,,,,,,,,,,,,,,,,, +317,dj-rest-auth,jazzband/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.000000,2021-03-24 00:21:42.000000,2021-03-24 00:21:42.000000,96.0,58.0,94.0,506.0,793.0,Authentication for Django Rest Framework.,136.0,25,True,['django'],2021-03-20 18:21:52.000000,2.1.4,24.0,100.0,22499.0,,dj-rest-auth,726.0,726.0,https://pypi.org/project/dj-rest-auth,2021-03-20 18:01:53.000000,0.0,22492.0,,,,3.0,,,,,,,,,,,,,,,,iMerica/dj-rest-auth,,, +318,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.000000,2021-04-01 07:14:45.000000,2021-04-01 07:14:36.000000,112.0,45.0,119.0,491.0,1249.0,Automatically monitor the evolving performance of Flask/Python web services.,25.0,25,True,['flask'],2020-09-09 16:34:31.000000,3.1.0,44.0,,11140.0,,flask-monitoringdashboard,733.0,719.0,https://pypi.org/project/flask-monitoringdashboard,2020-09-09 16:34:31.000000,14.0,11140.0,,,,2.0,,,,,,,,,,,,,,,,,,, +319,django-dbbackup,django-dbbackup/django-dbbackup,,django-utils,https://github.com/django-dbbackup/django-dbbackup,https://github.com/django-dbbackup/django-dbbackup,BSD-3-Clause,2014-12-29 02:39:34.000000,2021-02-18 09:38:18.000000,2020-12-25 17:39:41.000000,139.0,64.0,188.0,481.0,415.0,Management commands to help backup and restore your project database and media files.,50.0,25,True,['django'],2020-04-14 18:27:39.000000,3.3.0,40.0,,11918.0,,django-dbbackup,929.0,631.0,https://pypi.org/project/django-dbbackup,2020-04-14 18:27:39.000000,298.0,11918.0,,,,3.0,,,,,,,,,,,,,,,,,,, +320,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.000000,2021-03-30 15:48:38.000000,2021-03-30 15:48:38.000000,57.0,25.0,238.0,435.0,566.0,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,34.0,25,True,['openapi'],2021-02-10 23:12:55.000000,0.13.2,28.0,,26419.0,,drf-spectacular,228.0,228.0,https://pypi.org/project/drf-spectacular,2021-02-10 23:12:55.000000,0.0,26419.0,,,,3.0,,,,,,,,,,,,,,,,,,, +321,flask-session,fengsp/flask-session,,flask-utils,https://github.com/fengsp/flask-session,https://github.com/fengsp/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000000,2021-02-10 10:22:21.000000,2020-05-14 07:31:28.000000,152.0,70.0,35.0,345.0,62.0,Server side session extension for Flask.,7.0,25,True,['flask'],2020-05-14 07:11:28.000000,0.3.2,9.0,,40394.0,,flask-session,16424.0,14386.0,https://pypi.org/project/flask-session,2020-05-14 07:11:28.000000,2038.0,40394.0,,,,2.0,,,,,,,,,,,,,,,,,,, +322,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.000000,2021-01-19 19:37:11.000000,2020-03-28 03:32:36.000000,50.0,8.0,29.0,282.0,96.0,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,20.0,25,False,['flask'],2015-10-05 23:50:14.000000,0.7.1,13.0,,284794.0,conda-forge/flask-bcrypt,flask-bcrypt,30015.0,24177.0,https://pypi.org/project/flask-bcrypt,2015-10-05 23:50:14.000000,5838.0,284396.0,https://anaconda.org/conda-forge/flask-bcrypt,2018-10-22 23:50:17.511000,22698.0,2.0,,,,,,,,,,,,,,,,,,, +323,aioresponses,pnuckowski/aioresponses,,testing,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000000,2021-03-09 15:13:45.000000,2021-03-09 08:06:17.000000,53.0,25.0,40.0,280.0,236.0,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,34.0,25,True,,2021-03-09 08:12:49.000000,0.7.2,22.0,,80709.0,,aioresponses,152.0,,https://pypi.org/project/aioresponses,2021-03-09 08:12:49.000000,152.0,80709.0,,,,3.0,,,,,,,,,,,,,,,,,,, +324,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.000000,2021-02-01 01:47:59.000000,2021-01-31 23:34:01.000000,72.0,3.0,55.0,226.0,143.0,Pagination support for flask.,27.0,25,True,['flask'],2021-02-01 01:47:58.000000,0.8.1,30.0,22.0,10841.0,,flask-paginate,1662.0,1578.0,https://pypi.org/project/flask-paginate,2021-01-31 23:34:40.000000,84.0,10840.0,,,,2.0,,,,,,,,,,,,,,,,,,, +325,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.000000,2021-03-29 18:10:48.000000,2021-03-29 18:10:47.000000,41.0,19.0,43.0,195.0,141.0,PEP-484 stubs for django-rest-framework.,30.0,25,True,['django'],2021-02-03 11:26:23.000000,1.4.0,11.0,,32244.0,,djangorestframework-stubs,985.0,899.0,https://pypi.org/project/djangorestframework-stubs,2021-02-03 11:25:42.000000,86.0,32244.0,,,,3.0,,,,,,,,,,,,,,,,,,, +326,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.000000,2021-03-19 23:07:13.000000,2021-03-19 23:06:51.000000,28.0,9.0,15.0,128.0,137.0,A library to help construct a graphql-py server supporting react-relay.,8.0,25,True,,2021-02-25 20:33:37.000000,3.1.0,21.0,,330188.0,,graphql-relay,7565.0,6669.0,https://pypi.org/project/graphql-relay,2021-02-25 20:30:08.000000,896.0,330188.0,,,,2.0,,,,,,,,,,,,,,,,,,, +327,ipaddress,phihag/ipaddress,,others,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000000,2020-11-20 14:29:57.000000,2019-10-18 01:30:15.000000,43.0,7.0,34.0,89.0,123.0,Python 3.3+'s ipaddress for older Python versions.,7.0,25,False,,2019-10-18 01:30:27.000000,1.0.23,22.0,,2537188.0,conda-forge/ipaddress,ipaddress,38739.0,25889.0,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000000,12850.0,2521628.0,https://anaconda.org/conda-forge/ipaddress,2019-10-18 02:37:29.309000,871371.0,3.0,,,,,,,,,,,,,,,,,,, +328,saleor,mirumee/saleor,,others,https://github.com/mirumee/saleor,https://github.com/mirumee/saleor,BSD-3-Clause,2013-02-12 16:46:39.000000,2021-04-01 11:22:17.000000,2021-04-01 09:05:12.000000,3578.0,209.0,2729.0,10754.0,18057.0,"A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and ReactJS.",200.0,24,True,"['django', 'graphql']",2021-02-08 12:38:55.000000,2.11.8,69.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +329,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.000000,2021-03-21 18:48:57.000000,2021-03-21 18:48:57.000000,313.0,42.0,52.0,8073.0,381.0,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",25.0,24,True,,2021-03-05 14:17:53.000000,2.1.0,24.0,,312.0,,http-prompt,48.0,34.0,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000000,14.0,312.0,,,,3.0,,,,,,,,,,,,,,,,,,, +330,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.000000,2020-12-26 18:14:42.000000,2020-09-25 14:34:17.000000,304.0,61.0,449.0,2556.0,1426.0,An unofficial client library for Google Music.,51.0,24,True,,2020-03-27 18:06:36.000000,13.0.0,29.0,,499.0,,gmusicapi,701.0,429.0,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000000,272.0,499.0,,,,3.0,,,,,,,,,,,,,,,,,,, +331,bjoern,jonashaag/bjoern,,servers,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000000,2020-12-31 13:34:42.000000,2020-12-20 15:32:47.000000,184.0,28.0,112.0,2547.0,459.0,A screamingly fast Python 2/3 WSGI server written in C.,40.0,24,True,,2019-11-03 09:45:13.000000,3.1.0,27.0,,5773.0,conda-forge/bjoern,bjoern,513.0,273.0,https://pypi.org/project/bjoern,2019-11-03 09:45:13.000000,240.0,4369.0,https://anaconda.org/conda-forge/bjoern,2020-10-13 11:58:13.060000,42141.0,3.0,,,,,,,,,,,,,,,,,,, +332,wave,h2oai/wave,,web-ui,https://github.com/h2oai/wave,https://github.com/h2oai/wave,Apache-2.0,2020-05-16 20:07:18.000000,2021-04-01 13:33:37.000000,2021-04-01 01:52:17.000000,109.0,168.0,261.0,2540.0,1005.0,Realtime Web Apps and Dashboards for Python.,21.0,24,True,,2011-01-09 22:48:14.000000,0.0.2,28.0,30138.0,5525.0,,wave,318.0,,https://pypi.org/project/wave,2011-01-09 22:48:14.000000,318.0,2512.0,,,,1.0,,,,,,,,,,,,,,,,,,, +333,Radicale,Kozea/Radicale,,others,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000000,2021-03-30 22:07:02.000000,2021-03-30 22:06:03.000000,332.0,258.0,520.0,2067.0,1958.0,A simple CalDAV (calendar) and CardDAV (contact) server.,90.0,24,True,,2020-09-14 19:44:33.000000,3.0.6,48.0,,2959.0,,radicale,134.0,86.0,https://pypi.org/project/radicale,2020-09-14 19:44:33.000000,48.0,2959.0,,,,3.0,,,,,,,,,,,,,,,,,,, +334,viewflow,viewflow/viewflow,,django-utils,https://github.com/viewflow/viewflow,https://github.com/viewflow/viewflow,AGPL-3.0,2013-09-10 10:16:35.000000,2021-03-26 00:25:41.000000,2021-03-26 00:25:35.000000,328.0,23.0,226.0,2030.0,822.0,Reusable workflow library for Django.,27.0,24,True,['django'],2021-01-15 06:46:28.000000,1.8.1,34.0,,1080.0,,django-viewflow,241.0,181.0,https://pypi.org/project/django-viewflow,2021-01-15 06:46:28.000000,60.0,1080.0,,,,3.0,,,,,,,,,,,,,,,,,,, +335,igramscraper,realsirjoe/instagram-scraper,,third-party-apis,https://github.com/realsirjoe/instagram-scraper,https://github.com/realsirjoe/instagram-scraper,MIT,2019-06-10 06:15:55.000000,2021-03-31 20:25:13.000000,2021-03-12 06:49:21.000000,303.0,81.0,39.0,1874.0,159.0,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",28.0,24,True,,2020-05-25 18:11:03.000000,0.3.5,9.0,,4548.0,,igramscraper,97.0,95.0,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000000,2.0,4548.0,,,,3.0,,,,,,,,,,,,,,,,,,, +336,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.000000,2021-03-25 21:57:26.000000,2020-09-06 05:14:04.000000,353.0,60.0,,1870.0,474.0,Alexa Skills Kit for Python.,39.0,24,True,['flask'],2018-02-28 21:57:01.000000,0.9.8,34.0,,270.0,,flask-ask,831.0,699.0,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000000,132.0,270.0,,,,2.0,,,,,,,,,,,,,,,,,,, +337,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.000000,2021-01-06 05:00:55.000000,2017-05-30 17:23:01.000000,134.0,23.0,32.0,1713.0,57.0,Elegant WebSockets for your Flask apps.,13.0,24,False,['flask'],2016-06-05 02:14:01.000000,0.2.1,3.0,,27396.0,,flask-sockets,12271.0,11427.0,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000000,844.0,27396.0,,,,3.0,,,,,,,,,,,,,,,,,,, +338,masonite,MasoniteFramework/masonite,,web-frameworks,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000000,2021-03-23 14:35:28.000000,2021-03-23 14:32:16.000000,97.0,29.0,215.0,1563.0,2974.0,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Slack channel..,72.0,24,True,,2021-03-23 14:35:28.000000,3.0.10,251.0,8.0,601.0,,masonite,94.0,,https://pypi.org/project/masonite,2021-03-23 14:35:28.000000,94.0,601.0,,,,3.0,,,,,,,,,,,,,,,,,,, +339,flask-bootstrap,esbullington/flask-bootstrap,,flask-utils,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,BSD-3-Clause,2012-03-06 17:53:29.000000,2019-08-14 04:58:43.000000,2019-08-14 04:58:34.000000,685.0,3.0,4.0,1470.0,139.0,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",6.0,24,False,['flask'],,,36.0,,43953.0,conda-forge/flask-bootstrap,flask-bootstrap,10876.0,,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000000,10876.0,43772.0,https://anaconda.org/conda-forge/flask-bootstrap,2018-07-09 17:35:26.581000,5976.0,2.0,,,,,,,,,,,,,,,,,,, +340,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.000000,2020-02-26 17:37:11.000000,2016-03-05 15:18:30.000000,166.0,60.0,28.0,1264.0,218.0,A drop-in replacement for Django's runserver.,39.0,24,False,['django'],2014-05-02 19:10:18.000000,0.8.0,24.0,,2603.0,,django-devserver,394.0,325.0,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000000,69.0,2603.0,,,,3.0,,,,,,,,,,,,,,,,,,, +341,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.000000,2020-08-07 18:38:19.000000,2020-08-07 18:38:18.000000,130.0,39.0,21.0,1192.0,97.0,Adds GraphQL support to your Flask application.,15.0,24,True,"['flask', 'graphql']",2019-12-05 15:32:32.000000,2.0.1,10.0,,66102.0,conda-forge/flask-graphql,flask-graphql,2092.0,1712.0,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000000,380.0,65754.0,https://anaconda.org/conda-forge/flask-graphql,2020-05-11 12:46:13.920000,6626.0,3.0,,,,,,,,,,,,,,,,,,, +342,authomatic,authomatic/authomatic,,auth,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000000,2021-02-19 12:25:53.000000,2021-02-19 12:24:42.000000,394.0,39.0,86.0,961.0,1137.0,Simple yet powerful authorization / authentication client library for Python web applications.,43.0,24,True,,2019-11-27 16:10:13.000000,1.0.0,20.0,,620.0,,authomatic,492.0,,https://pypi.org/project/authomatic,2019-11-27 16:10:13.000000,492.0,620.0,,,,3.0,,,,,,,,,,,,,,,,,,, +343,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.000000,2020-07-02 15:22:43.000000,2017-02-16 12:03:00.000000,238.0,9.0,219.0,933.0,544.0,Plug and play continuous integration with django and jenkins.,70.0,24,False,['django'],2016-09-15 09:54:04.000000,0.110.0,19.0,,14158.0,,django-jenkins,2331.0,1129.0,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000000,1202.0,14158.0,,,,3.0,,,,,,,,,,,,,,,,,,, +344,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.000000,2020-08-16 21:25:27.000000,2020-04-24 15:02:32.000000,160.0,35.0,40.0,853.0,194.0,WebSocket emulation - Python server.,35.0,24,True,,2020-04-24 15:02:06.000000,1.0.7,11.0,,5358.0,,sockjs-tornado,3493.0,2019.0,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000000,1474.0,5358.0,,,,3.0,,,,,,,,,,,,,,,,,,, +345,imdbpy,alberanid/imdbpy,,third-party-apis,https://github.com/alberanid/imdbpy,https://github.com/alberanid/imdbpy,GPL-2.0,2010-08-01 17:34:24.000000,2021-03-19 08:53:38.000000,2021-03-19 08:53:27.000000,223.0,30.0,178.0,798.0,1750.0,"IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people,..",50.0,24,True,,2020-09-25 07:54:10.000000,2020.9.25,42.0,,7560.0,,imdbpy,214.0,,https://pypi.org/project/imdbpy,2020-09-25 07:54:10.000000,214.0,7560.0,,,,3.0,,,,,,,,,,,,,,,,,,, +346,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.000000,2021-03-09 18:20:35.000000,2021-03-09 18:20:31.000000,117.0,49.0,117.0,798.0,392.0,A helper for organizing Django project settings by relying on well established programming patterns.,51.0,24,True,['django'],2018-08-16 12:51:51.000000,2.1,17.0,,25350.0,,django-configurations,3106.0,1848.0,https://pypi.org/project/django-configurations,2019-12-03 12:43:48.000000,1258.0,25350.0,,,,3.0,,,,,,,,,,,,,,,,,,, +347,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.000000,2020-12-21 13:19:27.000000,2020-12-21 13:18:36.000000,150.0,41.0,98.0,786.0,580.0,Full control of form rendering in the templates.,46.0,24,False,['django'],2020-05-20 02:41:28.000000,1.9.0,27.0,,6770.0,,django-floppyforms,4248.0,1844.0,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000000,2404.0,6770.0,,,,3.0,,,,,,,,,,,,,,,,,,, +348,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.000000,2021-03-30 16:17:31.000000,2021-03-30 16:17:29.000000,85.0,5.0,88.0,765.0,442.0,django's default admin interface made customizable. popup windows replaced by modals.,14.0,24,True,['django'],2021-03-30 16:16:30.000000,0.16.0,75.0,,9682.0,,django-admin-interface,657.0,615.0,https://pypi.org/project/django-admin-interface,2021-03-26 18:17:43.000000,42.0,9682.0,,,,3.0,,,,,,,,,,,,,,,,,,, +349,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.000000,2021-01-01 16:38:28.000000,2021-01-01 16:38:27.000000,91.0,16.0,96.0,735.0,499.0,Rate Limiting extension for Flask.,29.0,24,True,['flask'],2020-05-22 00:41:52.000000,1.3.1,52.0,,44455.0,,flask-limiter,2967.0,2277.0,https://pypi.org/project/flask-limiter,2020-08-25 19:43:07.000000,690.0,44455.0,,,,2.0,,,,,,,,,,,,,,,,,,, +350,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.000000,2021-03-30 12:13:27.000000,2021-03-14 17:08:31.000000,41.0,7.0,23.0,687.0,177.0,"Declarative model lifecycle hooks, an alternative to Signals.",22.0,24,True,['django'],2021-03-14 17:09:24.000000,0.9.1,28.0,,8861.0,,django-lifecycle,43.0,39.0,https://pypi.org/project/django-lifecycle,2021-03-14 17:09:24.000000,4.0,8861.0,,,,3.0,,,,,,,,,,,,,,,,,,, +351,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.000000,2021-03-27 20:45:59.000000,2021-03-22 05:24:45.000000,45.0,20.0,79.0,670.0,,Flask + marshmallow for beautiful APIs.,15.0,24,True,['flask'],2020-09-28 03:38:46.000000,0.14.0,18.0,,129189.0,conda-forge/flask-marshmallow,flask-marshmallow,13325.0,11855.0,https://pypi.org/project/flask-marshmallow,2020-09-28 03:38:46.000000,1470.0,128345.0,https://anaconda.org/conda-forge/flask-marshmallow,2020-09-28 06:55:48.753000,45598.0,2.0,,,,,,,,,,,,,,,,,,, +352,django-markdownx,neutronX/django-markdownx,,markdown,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,BSD-3-Clause,2014-11-01 14:15:37.000000,2021-03-21 02:18:55.000000,2020-02-25 19:36:54.000000,123.0,28.0,98.0,658.0,357.0,Comprehensive Markdown plugin built for Django.,26.0,24,False,['django'],2019-12-28 09:04:32.000000,3.0.1,51.0,,7031.0,,django-markdownx,1458.0,1226.0,https://pypi.org/project/django-markdownx,2019-12-28 09:03:20.000000,232.0,7031.0,,,,3.0,,,,,,,,,,,,,,,,,,, +353,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.000000,2021-03-24 15:35:14.000000,2020-09-15 20:44:03.000000,52.0,4.0,39.0,598.0,124.0,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,15.0,24,True,['django'],2020-09-15 20:59:36.000000,5.1.0,34.0,,21901.0,,django-cleanup,4974.0,4342.0,https://pypi.org/project/django-cleanup,2020-09-15 20:59:36.000000,632.0,21901.0,,,,3.0,,,,,,,,,,,,,,,,,,, +354,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.000000,2021-03-10 11:10:37.000000,2021-03-10 11:09:13.000000,561.0,21.0,76.0,432.0,254.0,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",23.0,24,True,['django'],2021-03-10 11:11:44.000000,1.6.0,48.0,,2418.0,,martor,413.0,373.0,https://pypi.org/project/martor,2021-03-09 14:34:29.000000,40.0,2418.0,,,,3.0,,,,,,,,,,,,,,,,,,, +355,flask-swagger,gangverk/flask-swagger,,openapi-utils,https://github.com/gangverk/flask-swagger,https://github.com/gangverk/flask-swagger,MIT,2015-03-01 01:08:16.000000,2020-11-06 14:58:07.000000,2020-09-29 10:30:18.000000,85.0,17.0,13.0,427.0,120.0,A swagger 2.0 spec extractor for flask.,24.0,24,True,['flask'],2019-03-26 11:27:48.000000,0.2.14,17.0,,380515.0,conda-forge/flask-swagger,flask-swagger,3303.0,2685.0,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000000,618.0,379533.0,https://anaconda.org/conda-forge/flask-swagger,2019-04-20 13:39:31.818000,47137.0,3.0,,,,,,,,,,,,,,,,,,, +356,httmock,patrys/httmock,,testing,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000000,2020-10-28 12:01:29.000000,2020-10-28 12:00:08.000000,52.0,15.0,15.0,422.0,102.0,A mocking library for requests.,29.0,24,True,,2020-10-28 12:01:29.000000,1.4.0,19.0,,127621.0,,httmock,2458.0,1294.0,https://pypi.org/project/httmock,2020-10-28 12:01:29.000000,1164.0,127621.0,,,,3.0,,,,,,,,,,,,,,,,,,, +357,deform,Pylons/deform,,forms,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000000,2021-02-22 11:59:11.000000,2021-02-22 11:47:12.000000,154.0,47.0,135.0,356.0,,A Python HTML form library.,100.0,24,True,,2020-12-15 23:27:03.000000,2.0.15,40.0,,2298.0,,deform,1031.0,683.0,https://pypi.org/project/deform,2020-12-10 12:40:05.000000,348.0,2298.0,,,,3.0,,,,,,,,,,,,,,,,,,, +358,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.000000,2021-03-10 21:19:06.000000,2021-03-10 21:19:03.000000,74.0,13.0,37.0,345.0,291.0,A Django app for managing robots.txt files following the robots exclusion protocol.,37.0,24,True,['django'],2020-01-04 20:45:05.000000,4.0,22.0,,8324.0,,django-robots,1817.0,719.0,https://pypi.org/project/django-robots,2020-01-04 20:48:23.000000,1098.0,8324.0,,,,3.0,,,,,,,,,,,,,,,,,,, +359,Flask-OpenID,mitsuhiko/flask-openid,,auth,https://github.com/mitsuhiko/flask-openid,https://github.com/mitsuhiko/flask-openid,BSD-3-Clause,2010-05-06 11:08:54.000000,2020-10-10 13:35:12.444000,2016-05-09 11:31:09.000000,61.0,5.0,34.0,207.0,85.0,Flask-OpenID adds openid support to flask applications.,11.0,24,False,['flask'],2015-09-14 13:42:21.000000,1.2.5,12.0,,258264.0,conda-forge/flask-openid,flask-openid,7003.0,4343.0,https://pypi.org/project/flask-openid,2015-09-14 13:42:21.000000,2660.0,257042.0,https://anaconda.org/conda-forge/flask-openid,2020-10-10 13:35:12.444000,64802.0,3.0,,,,,,,,,,,,,,,,,,, +360,flask-seasurf,maxcountryman/flask-seasurf,,flask-utils,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,BSD-3-Clause,2011-12-06 18:51:00.000000,2021-01-10 15:40:47.000000,2021-01-10 15:37:12.000000,42.0,7.0,36.0,166.0,148.0,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,29.0,24,True,['flask'],2021-01-10 15:40:47.000000,0.3.0,25.0,,13571.0,conda-forge/flask-seasurf,flask-seasurf,1843.0,1343.0,https://pypi.org/project/flask-seasurf,2021-01-10 15:40:47.000000,500.0,13318.0,https://anaconda.org/conda-forge/flask-seasurf,2020-11-27 05:33:00.251000,13935.0,2.0,,,,,,,,,,,,,,,,,,, +361,guillotina,plone/guillotina,,web-frameworks,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000000,2021-04-01 07:35:09.000000,2021-04-01 07:35:01.000000,41.0,48.0,164.0,155.0,3192.0,Python AsyncIO data API to manage billions of resources.,46.0,24,True,,2021-03-04 09:08:13.000000,6.2.0,568.0,,1482.0,,guillotina,163.0,111.0,https://pypi.org/project/guillotina,2021-03-04 09:08:13.000000,52.0,1482.0,,,,3.0,,,,,,,,,,,,,,,,,,, +362,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,,testing,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000000,2021-01-27 16:23:36.000000,2020-11-25 05:17:55.000000,78.0,43.0,134.0,93.0,1147.0,Pyramid debug toolbar.,65.0,24,True,['pyramid'],2017-07-01 01:35:59.000000,4.2.1,55.0,,59401.0,,pyramid_debugtoolbar,1286.0,,https://pypi.org/project/pyramid_debugtoolbar,2018-09-10 02:25:05.000000,1286.0,59401.0,,,,3.0,,,,,,,,,,,,,,,,,,, +363,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.000000,2021-03-02 15:45:45.000000,2020-03-20 17:53:14.000000,571.0,86.0,62.0,8379.0,736.0,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,23.0,23,False,,2018-11-09 13:14:51.000000,0.1.2,8.0,,122.0,,japronto,159.0,105.0,https://pypi.org/project/japronto,2018-11-09 13:14:51.000000,54.0,122.0,,,,3.0,,,,,,,,,,,,,,,,,,, +364,robobrowser,jmcarp/robobrowser,,web-scraping,https://github.com/jmcarp/robobrowser,https://github.com/jmcarp/robobrowser,BSD-3-Clause,2014-02-08 21:29:49.000000,2020-09-10 18:41:47.000000,2015-06-07 19:46:28.000000,333.0,57.0,30.0,3537.0,103.0,Your friendly neighborhood web scraper.,10.0,23,False,,2015-06-07 19:47:05.000000,0.5.3,13.0,,3068.0,,robobrowser,1047.0,735.0,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000000,312.0,3068.0,,,,3.0,,,,,,,,,,,,,,,,,,, +365,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.000000,2020-07-17 12:04:01.000000,2017-03-08 18:34:10.000000,360.0,67.0,263.0,3506.0,4395.0,IMAP/SMTP sync system with modern APIs.,72.0,23,False,,2020-07-17 12:04:01.000000,4.12.1,34.0,,9803.0,,nylas,14.0,,https://pypi.org/project/nylas,2020-07-17 12:04:01.000000,14.0,9803.0,,,,2.0,,,,,,,,,,,,,,,,,,, +366,Cactus,eudicots/Cactus,,others,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011-02-28 11:56:43.000000,2020-12-23 10:51:29.000000,2017-07-31 02:40:23.000000,308.0,100.0,84.0,3381.0,667.0,Static site generator for designers. Uses Python and Django templates.,52.0,23,False,['django'],2016-02-21 17:10:55.000000,3.3.3,11.0,,95.0,,cactus,1389.0,966.0,https://pypi.org/project/cactus,2016-02-21 17:10:55.000000,423.0,95.0,,,,3.0,,,,,,,,,,,,,,,,,,, +367,splash,scrapinghub/splash,,testing,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000000,2021-02-21 07:19:56.000000,2021-02-21 07:19:56.000000,437.0,336.0,458.0,3306.0,2105.0,"Lightweight, scriptable browser as a service with an HTTP API.",58.0,23,True,,2020-01-09 19:09:29.000000,3.4.1,30.0,,551.0,,splash,18.0,,https://pypi.org/project/splash,2020-06-16 13:27:02.000000,18.0,551.0,,,,3.0,,,,,,,,,,,,,,,,,,, +368,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.000000,2021-04-01 12:47:34.000000,2021-04-01 12:35:56.000000,277.0,226.0,1078.0,3129.0,2999.0,Command-line program to download image galleries and collections from several image hosting sites.,37.0,23,True,,2021-03-19 18:18:47.000000,1.17.1,94.0,93528.0,3338.0,,gallery-dl,8.0,,https://pypi.org/project/gallery-dl,2021-03-19 18:14:24.000000,8.0,1900.0,,,,3.0,,,,,,,,,,,,,,,,,,, +369,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.000000,2021-03-18 07:31:36.000000,2021-03-18 00:14:59.000000,732.0,84.0,110.0,2586.0,220.0,A tool for extracting plain text from Wikipedia dumps.,30.0,23,True,,2020-12-05 19:18:56.000000,3.0.4,3.0,,538.0,,wikiextractor,60.0,56.0,https://pypi.org/project/wikiextractor,2020-12-05 19:18:56.000000,4.0,538.0,,,,3.0,,,,,,,,,,,,,,,,,,, +370,scrapely,scrapy/scrapely,,web-scraping,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011-04-18 22:38:56.000000,2019-11-28 11:03:32.000000,2019-11-28 10:27:42.000000,247.0,29.0,27.0,1745.0,205.0,A pure-python HTML screen-scraping library.,23.0,23,False,,2019-11-28 11:03:32.000000,0.14.1,13.0,,457.0,,scrapely,309.0,107.0,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000000,202.0,457.0,,,,3.0,,,,,,,,,,,,,,,,,,, +371,twitterscraper,taspinar/twitterscraper,,third-party-apis,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016-06-16 06:51:10.000000,2020-10-02 10:01:08.000000,2020-07-28 11:36:45.000000,499.0,129.0,153.0,1685.0,262.0,Scrape Twitter for Tweets.,34.0,23,True,,2020-07-28 11:38:17.000000,1.6.1,47.0,,907.0,,twitterscraper,386.0,342.0,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000000,44.0,907.0,,,,3.0,,,,,,,,,,,,,,,,,,, +372,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.000000,2021-03-30 13:58:59.000000,2021-03-30 13:58:52.000000,121.0,89.0,122.0,980.0,582.0,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,32.0,23,True,"['openapi', 'graphql']",2021-03-17 14:49:29.000000,openapi-to-graphql@2.3.0,30.0,,5171.0,,,280.0,279.0,,,,,,,,3.0,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2021-03-17 14:34:46.362000,1.0,5171.0,,,,,,,,,,, +373,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.000000,2020-09-10 16:38:44.000000,2020-09-10 16:33:08.000000,70.0,2.0,39.0,886.0,167.0,Beautifully simple class-based views.,30.0,23,True,['django'],2020-09-10 16:34:19.000000,2.0.0,14.0,,2535.0,,django-vanilla-views,940.0,450.0,https://pypi.org/project/django-vanilla-views,2020-09-10 16:34:19.000000,490.0,2535.0,,,,3.0,,,,,,,,,,,,,,,,,,, +374,cloudscraper,venomous/cloudscraper,,web-scraping,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000000,2021-01-28 02:36:23.000000,2021-01-28 01:37:16.000000,127.0,5.0,,822.0,249.0,A Python module to bypass Cloudflare's anti-bot page.,8.0,23,True,,2021-01-28 01:41:51.000000,1.2.56,82.0,,22576.0,,cloudscraper,482.0,474.0,https://pypi.org/project/cloudscraper,2021-01-28 01:41:51.000000,8.0,22576.0,,,,3.0,,,,,,,,,,,,,,,,,,, +375,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.000000,2020-12-07 01:11:43.000000,2020-11-30 16:16:25.000000,157.0,17.0,117.0,815.0,667.0,Multi-user accounts for Django projects.,43.0,23,True,['django'],2020-09-07 21:19:05.000000,2.0.0,49.0,,22099.0,,django-organizations,68.0,,https://pypi.org/project/django-organizations,2020-09-07 21:19:05.000000,68.0,22099.0,,,,3.0,,,,,,,,,,,,,,,,,,, +376,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.000000,2020-08-11 07:11:45.000000,2019-11-25 14:30:13.000000,162.0,22.0,56.0,804.0,290.0,Automatic caching and invalidation for Django models through the ORM.,26.0,23,False,['django'],2019-02-18 02:51:30.000000,1.1.0,9.0,,3136.0,,django-cache-machine,425.0,203.0,https://pypi.org/project/django-cache-machine,2019-02-18 02:51:30.000000,222.0,3136.0,,,,3.0,,,,,,,,,,,,,,,,,,, +377,feincms,feincms/feincms,,cms,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000000,2021-03-25 11:20:13.000000,2021-03-24 18:36:26.000000,231.0,38.0,400.0,795.0,,A Django-based CMS with a focus on extensibility and concise code.,134.0,23,True,['django'],2021-03-22 21:11:29.000000,1.20.0,99.0,,1231.0,,feincms,314.0,,https://pypi.org/project/feincms,2021-03-22 21:11:29.000000,314.0,1231.0,,,,3.0,,,,,,,,,,,,,,,,,,, +378,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.000000,2020-09-08 12:17:08.000000,2020-07-13 17:40:33.000000,60.0,15.0,20.0,739.0,60.0,HTTP security headers for Flask.,19.0,23,True,['flask'],2019-05-28 19:35:31.000000,0.7.0,11.0,,66754.0,,flask-talisman,1321.0,1161.0,https://pypi.org/project/flask-talisman,2019-05-28 19:35:31.000000,160.0,66754.0,,,,3.0,,,,,,,,,,,,,,,,,,, +379,django-split-settings,sobolevn/django-split-settings,,django-utils,https://github.com/sobolevn/django-split-settings,https://github.com/sobolevn/django-split-settings,BSD-3-Clause,2013-05-17 06:04:30.000000,2021-03-22 02:33:21.000000,2021-03-22 02:33:20.000000,50.0,4.0,32.0,691.0,273.0,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,18.0,23,True,['django'],2020-11-17 07:53:22.000000,1.1.0,13.0,,16462.0,,django-split-settings,108.0,,https://pypi.org/project/django-split-settings,2020-04-22 09:42:29.000000,108.0,16462.0,,,,3.0,,,,,,,,,,,,,,,,,,, +380,Frozen-Flask,Frozen-Flask/Frozen-Flask,,flask-utils,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,BSD-3-Clause,2010-12-24 14:59:29.000000,2020-11-26 16:22:51.000000,2020-11-26 16:22:50.000000,64.0,18.0,40.0,679.0,225.0,Freezes a Flask application into a set of static files.,24.0,23,True,['flask'],2017-06-26 22:54:01.000000,0.15,15.0,54.0,16922.0,conda-forge/frozen-flask,frozen-flask,3091.0,1951.0,https://pypi.org/project/frozen-flask,2017-06-26 22:30:37.000000,1140.0,15929.0,https://anaconda.org/conda-forge/frozen-flask,2018-07-12 06:45:26.588000,54661.0,3.0,,,,,,,,,,,,,,,,,,, +381,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.000000,2020-12-17 02:18:46.000000,2020-12-17 02:18:36.000000,21.0,1.0,17.0,599.0,303.0,Fast C based HTML 5 parsing for python.,5.0,23,True,,2019-11-03 03:14:33.000000,0.4.9,17.0,,97694.0,,html5-parser,226.0,202.0,https://pypi.org/project/html5-parser,2019-11-03 03:14:33.000000,24.0,97694.0,,,,3.0,,,,,,,,,,,,,,,,,,, +382,django-solo,lazybird/django-solo,,django-utils,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,CC-BY-3.0,2013-05-22 21:28:08.000000,2021-01-09 12:42:16.000000,2020-12-19 05:43:35.000000,68.0,12.0,36.0,566.0,125.0,Helps working with singletons - things like global settings that you want to edit from the admin site.,39.0,23,False,['django'],2020-12-19 05:44:54.000000,1.1.5,11.0,,21720.0,,django-solo,1536.0,982.0,https://pypi.org/project/django-solo,2020-12-19 05:44:54.000000,554.0,21720.0,,,,3.0,,,,,,,,,,,,,,,,,,, +383,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.000000,2020-10-25 23:22:51.084000,2020-10-25 21:04:10.000000,120.0,90.0,61.0,528.0,216.0,Build and document REST APIs with Flask and apispec.,29.0,23,True,['flask'],2020-10-25 21:09:57.000000,0.11.0,26.0,,25755.0,conda-forge/flask-apispec,flask-apispec,517.0,455.0,https://pypi.org/project/flask-apispec,2020-10-25 21:09:57.000000,62.0,24050.0,https://anaconda.org/conda-forge/flask-apispec,2020-10-25 23:22:51.084000,85255.0,3.0,,,,,,,,,,,,,,,,,,, +384,mangum,jordaneremieff/mangum,,servers,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000000,2021-03-28 20:43:48.000000,2021-03-22 15:00:08.000000,44.0,12.0,89.0,498.0,375.0,AWS Lambda & API Gateway support for ASGI.,17.0,23,True,['fastapi'],2021-03-19 13:14:04.000000,0.11.0,57.0,,11334.0,,mangum,176.0,176.0,https://pypi.org/project/mangum,2021-03-19 13:14:59.000000,0.0,11334.0,,,,3.0,,,,,,,,,,,,,,,,,,, +385,aiodns,saghul/aiodns,,others,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000000,2020-11-24 04:45:35.000000,2019-12-12 21:50:36.000000,49.0,8.0,48.0,370.0,97.0,Simple DNS resolver for asyncio.,19.0,23,False,,2019-03-02 12:03:12.000000,aiodns-2.0.0,14.0,,287924.0,conda-forge/aiodns,aiodns,15987.0,14465.0,https://pypi.org/project/aiodns,2019-03-02 12:02:22.000000,1522.0,285099.0,https://anaconda.org/conda-forge/aiodns,2020-01-22 15:42:21.416000,50863.0,3.0,,,,,,,,,,,,,,,,,,, +386,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.000000,2021-03-29 16:47:45.000000,2020-03-11 11:00:24.000000,51.0,10.0,27.0,366.0,167.0,Get inside your stronghold and make all your Django views default login_required.,22.0,23,False,['django'],2020-01-17 16:34:53.000000,0.4.0,22.0,,3772.0,,django-stronghold,453.0,235.0,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000000,218.0,3772.0,,,,3.0,,,,,,,,,,,,,,,,,,, +387,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.000000,2020-06-17 15:45:47.000000,2014-07-30 05:44:44.000000,150.0,101.0,34.0,359.0,181.0,A python module for retrieving and parsing WHOIS data.,7.0,23,False,,2020-06-17 15:45:47.000000,0.7.3,21.0,,114200.0,,python-whois,806.0,378.0,https://pypi.org/project/python-whois,2020-06-17 15:45:47.000000,428.0,114200.0,,,,3.0,,,,,,,,,,,,,,,,,,, +388,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.000000,2020-04-06 23:28:56.000000,2020-04-06 23:28:44.000000,90.0,13.0,41.0,332.0,224.0,HTTP request/response parser for python in C.,31.0,23,True,,2020-04-06 23:00:26.000000,0.9.0,36.0,,12983.0,,http-parser,523.0,373.0,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000000,150.0,12983.0,,,,3.0,,,,,,,,,,,,,,,,,,, +389,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.000000,2021-03-31 21:42:34.000000,2021-03-31 21:42:34.000000,147.0,4.0,124.0,300.0,577.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+.",76.0,23,True,['django'],2020-02-27 04:50:56.000000,4.1.1,23.0,391.0,4082.0,,django-cas-ng,373.0,241.0,https://pypi.org/project/django-cas-ng,2020-02-27 04:49:40.000000,132.0,4078.0,,,,3.0,,,,,,,,,,,,,,,,,,, +390,purl,codeinthehole/purl,,url-utils,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000000,2020-11-11 22:08:26.000000,2019-03-10 21:13:36.000000,32.0,6.0,12.0,250.0,182.0,"A simple, immutable URL class with a clean API for interrogation and manipulation.",15.0,23,False,,2017-05-12 14:54:05.000000,1.3.1,24.0,,13225.0,,purl,2262.0,1550.0,https://pypi.org/project/purl,2019-03-10 20:52:30.000000,712.0,13225.0,,,,3.0,,,,,,,,,,,,,,,,,,, +391,flask_injector,alecthomas/flask_injector,,flask-utils,https://github.com/alecthomas/flask_injector,https://github.com/alecthomas/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000000,2021-02-22 20:24:48.000000,2021-02-22 20:22:57.000000,27.0,10.0,33.0,220.0,180.0,Adds Injector support to Flask.,10.0,23,True,['flask'],2020-02-22 13:39:54.000000,0.12.3,25.0,,10850.0,,flask_injector,622.0,514.0,https://pypi.org/project/flask_injector,2020-02-22 13:39:54.000000,108.0,10850.0,,,,3.0,,,,,,,,,,,,,,,,,,, +392,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.000000,2020-12-25 19:34:28.000000,2020-12-25 19:34:19.000000,49.0,9.0,66.0,203.0,305.0,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,28.0,23,True,,2020-12-25 19:34:28.000000,3.3.1,73.0,,7011.0,,pytest-splinter,526.0,312.0,https://pypi.org/project/pytest-splinter,2020-12-25 19:34:28.000000,214.0,7011.0,,,,3.0,,,,,,,,,,,,,,,,,,, +393,gabbi,cdent/gabbi,,testing,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000000,2021-02-23 17:29:49.000000,2021-02-23 17:16:46.000000,29.0,22.0,118.0,132.0,753.0,Declarative HTTP Testing for Python and anything else.,26.0,23,True,,2021-02-23 17:29:49.000000,2.2.0,115.0,,3744.0,,gabbi,202.0,,https://pypi.org/project/gabbi,2021-02-23 17:29:49.000000,202.0,3744.0,,,,3.0,,,,,,,,,,,,,,,,,,, +394,openapi-core,p1c2u/openapi-core,,openapi-utils,https://github.com/p1c2u/openapi-core,https://github.com/p1c2u/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000000,2021-03-31 15:25:22.000000,2021-03-31 15:25:18.000000,80.0,52.0,89.0,122.0,480.0,OpenAPI core.,40.0,23,True,,2021-02-15 12:32:51.000000,0.13.7,36.0,,106343.0,,openapi-core,22.0,,https://pypi.org/project/openapi-core,2021-02-15 12:32:51.000000,22.0,106343.0,,,,3.0,,,,,,,,,,,,,,,,,,, +395,tyk,TykTechnologies/tyk,,api-proxies,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014-05-07 14:38:24.000000,2021-03-31 12:23:12.000000,2021-03-31 12:22:35.000000,764.0,349.0,1500.0,6136.0,3531.0,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",77.0,22,True,,2021-01-28 14:49:42.000000,3.0.4,95.0,16806.0,210.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +396,ngxtop,lebinh/ngxtop,,monitoring,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000000,2020-12-21 01:02:13.000000,2020-12-21 00:59:19.000000,462.0,62.0,27.0,6098.0,40.0,Real-time metrics for nginx server.,9.0,22,True,,2020-12-21 00:51:09.000000,0.0.3,3.0,,1997.0,,ngxtop,44.0,26.0,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000000,18.0,1997.0,,,,2.0,,,,,,,,,,,,,,,,,,, +397,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.000000,2021-03-30 19:45:44.000000,2021-03-30 19:45:43.000000,725.0,10.0,507.0,3105.0,,Slack Developer Kit for Python.,122.0,22,True,,2021-03-05 05:26:46.000000,3.4.2,60.0,312.0,147092.0,,slack-sdk,0.0,,https://pypi.org/project/slack-sdk,2021-03-05 05:23:43.000000,0.0,147087.0,,,,3.0,,,,,,,,,,,,,,,,,,, +398,Mockoon,mockoon/mockoon,,testing,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000000,2021-04-01 13:43:41.000000,2021-03-22 08:11:05.000000,152.0,46.0,281.0,2626.0,720.0,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",33.0,22,True,['openapi'],2021-03-04 08:53:14.000000,1.12.0,19.0,40363.0,1261.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +399,ProxyBroker,constverum/Proxybroker,,others,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000000,2021-02-02 18:14:17.000000,2019-03-13 10:21:05.000000,618.0,86.0,77.0,2445.0,152.0,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,9.0,22,False,,2019-03-12 19:47:46.000000,0.3.2,12.0,,7409.0,,proxybroker,18.0,,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000000,18.0,7409.0,,,,3.0,,,,,,,,,,,,,,,,,,, +400,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.000000,2021-03-29 01:11:29.000000,2021-03-29 01:11:23.000000,359.0,20.0,404.0,2440.0,,Fast and powerful SSL/TLS scanning library.,57.0,22,True,,2021-03-29 00:46:55.000000,4.1.0,57.0,89394.0,36071.0,,sslyze,30.0,,https://pypi.org/project/sslyze,2021-02-22 05:17:46.000000,30.0,34940.0,,,,3.0,,,,,,,,,,,,,,,,,,, +401,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.000000,2021-03-23 07:47:08.000000,2021-03-23 07:47:03.000000,186.0,9.0,27.0,2440.0,112.0,Selenium-python but lighter: Helium is the best Python library for web automation.,5.0,22,True,,2021-03-19 06:58:16.000000,3.0.6,23.0,,1048.0,,helium,74.0,74.0,https://pypi.org/project/helium,2020-09-14 12:11:39.000000,0.0,1048.0,,,,3.0,,,,,,,,,,,,,,,,,,, +402,httprunner,httprunner/httprunner,,testing,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000000,2021-01-28 14:31:14.000000,2021-01-28 14:30:58.000000,925.0,328.0,559.0,2394.0,1934.0,One-stop solution for HTTP(S) testing.,22.0,22,True,,2020-07-30 04:21:41.000000,3.1.4,129.0,,1386.0,,httprunner,6.0,,https://pypi.org/project/httprunner,2020-07-30 04:20:45.000000,6.0,1386.0,,,,3.0,,,,,,,,,,,,,,,,,,, +403,Gerapy,Gerapy/Gerapy,,web-scraping,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000000,2021-03-31 01:53:23.000000,2021-03-21 07:25:31.000000,508.0,48.0,114.0,2372.0,536.0,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",11.0,22,True,['django'],2020-08-27 05:24:50.000000,0.9.6,41.0,,208.0,,gerapy,114.0,106.0,https://pypi.org/project/gerapy,2020-08-27 05:23:56.000000,8.0,208.0,,,,3.0,,,,,,,,,,,,,,,,,,, +404,aiortc,aiortc/aiortc,,others,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000000,2021-03-10 20:46:58.000000,2021-03-07 16:21:53.000000,370.0,39.0,362.0,2313.0,,WebRTC and ORTC implementation for Python using asyncio.,19.0,22,True,,2021-03-07 16:31:14.000000,1.2.0,43.0,,13674.0,,aiortc,12.0,,https://pypi.org/project/aiortc,2021-03-07 16:31:14.000000,12.0,13674.0,,,,3.0,,,,,,,,,,,,,,,,,,, +405,flaskbb,flaskbb/flaskbb,,web-ui,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,BSD-3-Clause,2013-09-11 08:39:17.000000,2021-03-29 22:56:53.000000,2020-12-30 18:38:06.000000,503.0,32.0,278.0,2014.0,1791.0,A classic Forum Software in Python using Flask.,54.0,22,True,['flask'],2018-07-15 19:10:30.000000,2.0.2,4.0,,22.0,,FlaskBB,24.0,22.0,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000000,2.0,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, +406,web2py,web2py/web2py,,web-frameworks,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008-11-07 06:08:58.000000,2021-03-03 06:47:33.000000,2021-03-03 06:47:33.000000,826.0,350.0,657.0,1936.0,8167.0,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,245.0,22,True,,2020-03-21 20:19:46.000000,2.19.1,24.0,,,,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +407,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.000000,2021-03-07 18:32:55.000000,2019-11-14 10:11:13.000000,455.0,90.0,206.0,1934.0,444.0,A Python library to access Instagram's private API.,5.0,22,False,,2019-02-22 08:05:21.000000,1.6.0,39.0,,7734.0,,instagram_private_api,16.0,,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000000,16.0,7734.0,,,,3.0,,,,,,,,,,,,,,,,,,, +408,offlineimap,OfflineIMAP/offlineimap,,email,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000000,2020-09-06 11:25:39.000000,2020-04-10 23:09:25.000000,360.0,88.0,398.0,1605.0,2393.0,Read/sync your IMAP mailboxes (python2).,157.0,22,False,,2020-04-10 23:13:14.000000,7.3.3,39.0,,249.0,,offlineimap,23.0,11.0,https://pypi.org/project/offlineimap,2020-04-10 23:13:14.000000,12.0,249.0,,,,3.0,,,,,,,,,,,,,,,,,,, +409,hyde,hyde/hyde,,others,https://github.com/hyde/hyde,https://github.com/hyde/hyde,MIT,2011-01-07 09:52:20.000000,2020-12-28 00:18:49.000000,2016-03-10 01:59:31.000000,247.0,64.0,138.0,1578.0,600.0,A Python Static Website Generator.,43.0,22,False,,2015-11-09 13:50:15.000000,0.8.9,16.0,,38.0,,hyde,211.0,81.0,https://pypi.org/project/hyde,2015-11-09 13:50:15.000000,130.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, +410,wdb,Kozea/wdb,,testing,https://github.com/Kozea/wdb,https://github.com/Kozea/wdb,GPL-3.0,2012-10-05 16:40:23.000000,2021-03-04 23:08:38.000000,2019-09-16 09:29:29.000000,103.0,33.0,79.0,1512.0,658.0,An improbable web debugger through WebSockets.,22.0,22,False,,2019-09-16 09:25:54.000000,3.3.0,53.0,,1672.0,,wdb,143.0,87.0,https://pypi.org/project/wdb,2019-09-16 09:25:54.000000,56.0,1672.0,,,,3.0,,,,,,,,,,,,,,,,,,, +411,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.000000,2021-01-20 06:10:24.000000,2020-01-17 10:18:04.000000,99.0,17.0,77.0,1266.0,126.0,"Awesome Django authorization, without the database.",20.0,22,False,['django'],2020-04-30 17:45:40.000000,2.2.0,15.0,,19428.0,,rules,821.0,601.0,https://pypi.org/project/rules,2020-01-17 10:23:24.000000,220.0,19428.0,,,,3.0,,,,,,,,,,,,,,,,,,, +412,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.000000,2020-03-30 09:11:26.000000,2020-03-30 09:08:58.000000,112.0,17.0,189.0,895.0,430.0,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",37.0,22,False,['django'],2020-03-30 09:11:26.000000,1.5.5,29.0,,4830.0,,django-watson,591.0,379.0,https://pypi.org/project/django-watson,2020-03-30 09:11:26.000000,212.0,4830.0,,,,3.0,,,,,,,,,,,,,,,,,,, +413,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.000000,2021-03-11 02:04:20.000000,2021-02-13 02:44:41.000000,199.0,40.0,273.0,802.0,,Simply integrate Summernote editor with Django project.,67.0,22,True,['django'],2019-12-22 21:30:56.000000,0.8.11.6,71.0,,10436.0,,django-summernote,452.0,,https://pypi.org/project/django-summernote,2019-12-22 21:30:11.000000,452.0,10436.0,,,,3.0,,,,,,,,,,,,,,,,,,, +414,schemathesis,schemathesis/schemathesis,,testing,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000000,2021-04-01 12:49:20.000000,2021-04-01 12:49:19.000000,59.0,65.0,435.0,794.0,1123.0,A modern API testing tool for web applications built with Open API and GraphQL specifications.,29.0,22,True,"['openapi', 'graphql']",2021-03-27 14:48:05.000000,3.5.3,139.0,,9672.0,,schemathesis,0.0,,https://pypi.org/project/schemathesis,2021-03-27 14:48:05.000000,0.0,9672.0,,,,3.0,,,,,,,,,,,,,,,,,,, +415,tartiflette,tartiflette/tartiflette,,graphql,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000000,2021-03-30 07:28:10.000000,2021-03-30 07:20:03.000000,34.0,13.0,122.0,730.0,1014.0,GraphQL Engine built with Python 3.6+ / asyncio.,23.0,22,True,,2021-03-30 07:28:10.000000,1.3.2,77.0,,921.0,,tartiflette,72.0,58.0,https://pypi.org/project/tartiflette,2021-03-30 07:26:27.000000,14.0,921.0,,,,3.0,,,,,,,,,,,,,,,,,,, +416,mistletoe,miyuchina/mistletoe,,markdown,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000000,2020-09-19 18:57:37.000000,2019-06-08 19:09:57.000000,71.0,34.0,51.0,370.0,634.0,"A fast, extensible and spec-compliant Markdown parser in pure Python.",16.0,22,False,,2019-06-08 19:28:01.000000,0.7.2,20.0,178.0,23708.0,,mistletoe,210.0,170.0,https://pypi.org/project/mistletoe,2019-06-08 19:14:21.000000,40.0,23705.0,,,,3.0,,,,,,,,,,,,,,,,,,, +417,pysimplesoap,pysimplesoap/pysimplesoap,,http-clients,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013-06-02 11:09:05.000000,2020-10-22 09:47:19.000000,2020-07-20 15:14:25.000000,221.0,89.0,20.0,358.0,547.0,Python Simple SOAP Library.,51.0,22,True,,2017-12-03 17:09:17.000000,1.16.2,12.0,,4010.0,,pysimplesoap,780.0,534.0,https://pypi.org/project/pysimplesoap,2017-12-03 17:09:17.000000,246.0,4010.0,,,,3.0,,,,,,,,,,,,,,,,,,, +418,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.000000,2020-11-30 07:50:19.000000,2020-11-30 07:50:18.000000,64.0,7.0,68.0,323.0,173.0,Prometheus exporter for Flask applications.,15.0,22,True,['flask'],2020-10-10 09:47:04.000000,0.18.1,53.0,,1592500.0,,prometheus-flask-exporter,40.0,,https://pypi.org/project/prometheus-flask-exporter,2020-10-10 09:47:04.000000,40.0,1592500.0,,,,2.0,,,,,,,,,,,,,,,,,,, +419,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.000000,2021-03-03 22:26:32.000000,2020-07-29 05:23:09.000000,53.0,2.0,69.0,291.0,,Generating short urls with python has never been easier.,24.0,22,True,,2020-03-19 17:55:20.000000,1.0.1,27.0,,27122.0,,pyshorteners,883.0,747.0,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000000,136.0,27122.0,,,,3.0,,,,,,,,,,,,,,,,,,, +420,velruse,bbangert/velruse,,auth,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000000,2020-05-12 14:00:34.000000,2013-10-06 19:17:50.000000,91.0,37.0,34.0,253.0,559.0,Simplifying third-party authentication for web applications.,44.0,22,False,,2013-08-30 04:51:31.000000,1.1.1,10.0,,1688.0,,velruse,227.0,155.0,https://pypi.org/project/velruse,2013-08-30 04:51:31.000000,72.0,1688.0,,,,3.0,,,,,,,,,,,,,,,,,,, +421,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.000000,2021-02-21 17:29:45.000000,2021-02-21 17:29:33.000000,33.0,2.0,47.0,209.0,433.0,"a socket mock framework - for all kinds of socket animals, web-clients included.",19.0,22,True,,2021-01-21 16:40:23.000000,3.9.40,72.0,,1117.0,,mocket,96.0,50.0,https://pypi.org/project/mocket,2021-01-21 16:39:03.000000,46.0,1117.0,,,,3.0,,,,,,,,,,,,,,,,,,, +422,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.000000,2021-03-30 12:39:54.000000,2021-03-14 19:23:47.000000,38.0,39.0,34.0,204.0,262.0,Django registration and authentication with GraphQL.,14.0,22,True,['django'],2020-11-16 13:18:58.000000,0.3.15,37.0,,2699.0,,django-graphql-auth,121.0,121.0,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000000,,2699.0,,,,3.0,,,,,,,,,,,,,,,,,,, +423,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.000000,2020-12-23 01:00:55.000000,2019-02-11 10:54:12.000000,309.0,147.0,55.0,5706.0,141.0,"Fast, asynchronous and elegant Python web framework.",28.0,21,False,,2017-09-04 00:40:01.000000,0.1.0,8.0,,219.0,,vibora,92.0,66.0,https://pypi.org/project/vibora,2018-06-16 04:25:57.000000,26.0,219.0,,,,3.0,,,,,,,,,,,,,,,,,,, +424,AutoScraper,alirezamika/autoscraper,,web-scraping,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000000,2021-02-03 21:12:16.000000,2021-02-03 21:12:16.000000,325.0,2.0,31.0,3414.0,134.0,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",6.0,21,True,,2021-01-23 17:11:12.000000,1.1.12,15.0,,545.0,,autoscraper,24.0,24.0,https://pypi.org/project/autoscraper,2021-01-23 17:11:12.000000,,545.0,,,,3.0,,,,,,,,,,,,,,,,,,, +425,sandman2,jeffknupp/sandman2,,others,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000000,2021-03-29 17:11:08.000000,2020-12-21 15:15:51.000000,174.0,21.0,52.0,1660.0,250.0,Automatically generate a RESTful API service for your legacy database. No code required!.,23.0,21,True,,2020-09-08 18:00:11.000000,1.2.3,28.0,,94.0,,sandman2,21.0,15.0,https://pypi.org/project/sandman2,2020-09-08 18:00:11.000000,6.0,94.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.000000,2021-03-24 12:59:32.000000,2021-03-24 12:59:26.000000,147.0,3.0,77.0,1370.0,417.0,Async Python 3.6+ web scraping micro-framework based on asyncio.,13.0,21,True,,2021-02-06 02:23:20.000000,0.8.2,52.0,11.0,63.0,,ruia,50.0,44.0,https://pypi.org/project/ruia,2021-02-06 02:23:20.000000,6.0,63.0,,,,3.0,,,,,,,,,,,,,,,,,,, +427,frontera,scrapinghub/frontera,,web-scraping,https://github.com/scrapinghub/frontera,https://github.com/scrapinghub/frontera,BSD-3-Clause,2014-11-22 15:42:50.000000,2020-08-07 20:18:38.000000,2019-11-29 15:30:27.000000,204.0,96.0,74.0,1152.0,923.0,A scalable frontier for web crawlers.,41.0,21,False,,2019-04-05 16:36:41.000000,0.8.1,22.0,,93.0,,frontera,51.0,27.0,https://pypi.org/project/frontera,2019-04-05 16:36:41.000000,24.0,93.0,,,,3.0,,,,,,,,,,,,,,,,,,, +428,pyresttest,svanoort/pyresttest,,testing,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000000,2021-01-10 09:43:41.688000,2018-02-03 22:03:13.000000,319.0,131.0,114.0,1062.0,531.0,Python Rest Testing.,17.0,21,False,,2016-03-15 03:16:18.000000,1.7.1,14.0,,1458.0,conda-forge/pyresttest,pyresttest,88.0,63.0,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000000,25.0,605.0,https://anaconda.org/conda-forge/pyresttest,2021-01-10 09:43:41.688000,29881.0,3.0,,,,,,,,,,,,,,,,,,, +429,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.000000,2021-03-19 22:05:41.000000,2020-10-20 08:42:33.000000,81.0,28.0,28.0,629.0,157.0,a flask profiler which watches endpoint calls and tries to make some analysis.,29.0,21,True,['flask'],2018-11-19 23:11:10.000000,1.8.1,39.0,,4160.0,,flask-profiler,12.0,,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000000,12.0,4160.0,,,,3.0,,,,,,,,,,,,,,,,,,, +430,selene,yashaka/selene,,testing,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000000,2021-04-01 00:12:43.000000,2021-03-30 19:09:51.000000,97.0,62.0,127.0,447.0,685.0,User-oriented Web UI browser tests in Python.,24.0,21,True,,2020-02-17 13:32:07.000000,1.0.2,57.0,,6487.0,,selene,28.0,,https://pypi.org/project/selene,2021-03-30 19:14:26.000000,28.0,6487.0,,,,3.0,,,,,,,,,,,,,,,,,,, +431,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.000000,2021-03-03 19:29:36.000000,2020-11-09 03:53:43.000000,95.0,33.0,56.0,293.0,224.0,"Yet another Django audit log app, hopefully the simplest one.",26.0,21,True,['django'],2020-11-07 19:38:27.000000,1.3.1a1,37.0,,5420.0,,django-easy-audit,113.0,97.0,https://pypi.org/project/django-easy-audit,2020-11-07 19:35:28.000000,16.0,5420.0,,,,3.0,,,,,,,,,,,,,,,,,,, +432,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.000000,2020-11-10 23:13:19.000000,2020-11-10 23:13:13.000000,71.0,10.0,39.0,227.0,233.0,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",8.0,21,True,,2017-07-20 02:40:14.000000,0.0.7,8.0,7.0,5561.0,,flask-excel,722.0,582.0,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000000,140.0,5561.0,,,,3.0,,,,,,,,,,,,,,,,,,, +433,mailer,marrow/mailer,,email,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000000,2021-03-13 16:05:34.000000,2020-04-22 19:28:26.000000,50.0,25.0,45.0,224.0,295.0,"A light-weight, modular, message representation and mail delivery framework for Python.",19.0,21,True,,2019-09-16 00:20:27.000000,4.0.3,8.0,106.0,8094.0,conda-forge/mailer,mailer,156.0,,https://pypi.org/project/mailer,2015-04-22 03:10:28.000000,156.0,7086.0,https://anaconda.org/conda-forge/mailer,2021-01-10 22:48:12.147000,31188.0,3.0,,,,,,,,,,,,,,,,,,, +434,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.000000,2021-01-27 14:53:40.000000,2017-07-19 05:38:58.000000,87.0,14.0,34.0,180.0,157.0,Seamlessly serve your static assets of your Flask app from Amazon S3.,26.0,21,False,,2017-02-23 20:44:59.000000,0.3.3,28.0,20.0,2269.0,,flask-s3,483.0,315.0,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000000,168.0,2269.0,,,,3.0,,,,,,,,,,,,,,,,,,, +435,reppy,seomoz/reppy,,others,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000000,2020-03-12 22:32:22.000000,2020-03-12 22:31:33.000000,31.0,18.0,35.0,161.0,265.0,Modern robots.txt Parser for Python.,23.0,21,False,,2019-09-16 19:32:19.000000,0.4.14,24.0,,5461.0,,reppy,175.0,111.0,https://pypi.org/project/reppy,2019-09-16 19:32:19.000000,64.0,5461.0,,,,3.0,,,,,,,,,,,,,,,,,,, +436,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.000000,2021-03-04 21:32:03.000000,2018-07-12 02:38:48.000000,40.0,3.0,6.0,134.0,26.0,Simple GraphQL client for Python 2.7+.,6.0,21,False,,2021-03-04 21:32:03.000000,0.4.3,9.0,,8290.0,,python-graphql-client,183.0,183.0,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000000,0.0,8290.0,,,,3.0,,,,,,,,,,,,,,,,,,, +437,trafilatura,adbar/trafilatura,,web-scraping,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,GPL-3.0,2019-04-08 11:38:48.000000,2021-03-31 16:54:06.000000,2021-03-31 16:51:03.000000,27.0,11.0,40.0,111.0,857.0,"Web scraping library and command-line tool for text discovery and extraction (main content, metadata, comments).",11.0,21,True,,2021-03-11 16:12:07.000000,0.8.1,20.0,,20014.0,,trafilatura,58.0,58.0,https://pypi.org/project/trafilatura,2021-02-19 18:00:41.000000,0.0,20014.0,,,,3.0,,,,,,,,,,,,,,,,,,, +438,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.000000,2021-03-04 20:01:41.000000,2020-03-29 10:32:51.000000,39.0,9.0,33.0,51.0,376.0,A package for sending email from your Pyramid application.,34.0,21,False,['pyramid'],2016-12-13 20:48:50.000000,0.15.1,24.0,,7845.0,,pyramid_mailer,188.0,,https://pypi.org/project/pyramid_mailer,2016-12-13 20:48:50.000000,188.0,7845.0,,,,3.0,,,,,,,,,,,,,,,,,,, +439,Photon,s0md3v/Photon,,web-scraping,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018-03-30 19:38:22.000000,2021-03-07 18:27:17.000000,2019-12-06 14:59:47.000000,1072.0,37.0,65.0,7716.0,324.0,Incredibly fast crawler designed for OSINT.,21.0,20,False,,2019-04-05 15:15:47.000000,1.3.0,18.0,,174.0,,photon,5.0,,https://pypi.org/project/photon,2019-01-25 01:13:36.000000,5.0,174.0,,,,3.0,,,,,,,,,,,,,,,,,,, +440,maltrail,stamparm/maltrail,,others,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000000,2021-04-01 14:23:00.000000,2021-04-01 08:20:23.000000,754.0,56.0,216.0,3959.0,56248.0,Malicious traffic detection system.,30.0,20,True,,2021-03-31 23:01:08.000000,0.31,20.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +441,healthchecks,healthchecks/healthchecks,,others,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000000,2021-03-15 12:13:42.000000,2021-03-15 12:13:27.000000,444.0,66.0,299.0,3624.0,1658.0,A cron monitoring tool written in Python & Django.,60.0,20,True,,2021-02-03 08:59:25.000000,1.19.0,24.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +442,weblate,WeblateOrg/weblate,,others,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000000,2021-04-01 13:25:31.000000,2021-04-01 13:25:09.000000,595.0,278.0,3409.0,2334.0,,Web based localization tool with tight version control integration.,1086.0,20,True,,2021-04-01 11:38:38.000000,weblate-4.5.3,71.0,996.0,673.0,,weblate,38.0,18.0,https://pypi.org/project/weblate,2021-04-01 11:38:25.000000,20.0,626.0,,,,3.0,-4.0,,,,,,,,,,,,,,,,,, +443,Misago,rafalp/Misago,,web-ui,https://github.com/rafalp/Misago,https://github.com/rafalp/Misago,GPL-2.0,2012-06-22 14:24:02.000000,2021-03-21 03:18:11.000000,2020-05-25 19:36:15.000000,446.0,64.0,983.0,2088.0,5160.0,"Misago is fully featured modern forum application that is fast, scalable and responsive.",32.0,20,True,,2020-05-25 20:23:24.000000,0.27.0,43.0,,,,,39.0,39.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +444,gmail,charlierguo/gmail,,email,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000000,2021-03-02 05:41:37.000000,2014-02-04 22:59:23.000000,325.0,55.0,10.0,1637.0,73.0,A Pythonic interface for Google Mail.,14.0,20,False,,2017-08-07 19:59:52.000000,0.6.3,10.0,,992.0,,gmail,34.0,,https://pypi.org/project/gmail,2017-08-07 19:59:52.000000,34.0,992.0,,,,3.0,,,,,,,,,,,,,,,,,,, +445,requestium,tryolabs/requestium,,testing,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000000,2019-10-17 02:58:04.000000,2018-02-20 19:04:56.000000,127.0,20.0,5.0,1566.0,83.0,Integration layer between Requests and Selenium for automation of web actions.,6.0,20,False,,2017-11-30 18:12:45.000000,0.1.9,12.0,,3137.0,,requestium,56.0,51.0,https://pypi.org/project/requestium,2017-11-30 18:12:45.000000,5.0,3137.0,,,,3.0,,,,,,,,,,,,,,,,,,, +446,Wooey,wooey/wooey,,web-ui,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000000,2020-08-23 15:14:54.000000,2020-08-23 15:14:53.000000,168.0,55.0,141.0,1548.0,887.0,A Django app that creates automatic web UIs for Python scripts.,22.0,20,True,,2020-04-16 02:58:59.000000,0.12.0,30.0,,74.0,,wooey,31.0,30.0,https://pypi.org/project/wooey,2020-04-16 02:56:01.000000,1.0,74.0,,,,3.0,,,,,,,,,,,,,,,,,,, +447,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.000000,2021-03-09 23:37:45.000000,2021-03-09 23:17:07.000000,56.0,26.0,237.0,647.0,1389.0,The web framework for inventors.,20.0,20,True,,2021-03-09 23:37:24.000000,2.2.0,82.0,,150.0,,emmett,8.0,8.0,https://pypi.org/project/emmett,2021-03-09 23:37:45.000000,0.0,150.0,,,,3.0,,,,,,,,,,,,,,,,,,, +448,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.000000,2021-03-31 17:20:52.000000,2021-03-31 17:19:40.000000,48.0,16.0,98.0,416.0,328.0,"Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.",17.0,20,True,['openapi'],2021-03-31 15:55:24.000000,0.10.1,122.0,,10344.0,,datamodel-code-generator,0.0,,https://pypi.org/project/datamodel-code-generator,2021-03-31 15:55:24.000000,0.0,10344.0,,,,3.0,,,,,,,,,,,,,,,,,,, +449,selectolax,rushter/selectolax,,html-processing,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000000,2021-01-09 12:54:29.000000,2021-01-09 12:54:28.000000,24.0,7.0,25.0,371.0,149.0,Python binding to Modest engine (fast HTML5 parser with CSS selectors).,2.0,20,True,,2020-12-19 17:14:45.000000,0.2.10,25.0,,5492.0,,selectolax,161.0,155.0,https://pypi.org/project/selectolax,2020-12-19 17:14:45.000000,6.0,5492.0,,,,3.0,,,,,,,,,,,,,,,,,,, +450,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.000000,2021-04-01 05:42:41.000000,2021-03-12 13:36:22.000000,39.0,24.0,55.0,330.0,,Object factory for Django.,24.0,20,True,['django'],2020-11-12 17:32:22.000000,1.2.1,8.0,,53343.0,,model_bakery,8.0,,https://pypi.org/project/model_bakery,2020-11-12 17:32:22.000000,8.0,53343.0,,,,3.0,,,,,,,,,,,,,,,,,,, +451,molotov,loads/molotov,,testing,https://github.com/loads/molotov,https://github.com/loads/molotov,Apache-2.0,2015-05-04 09:17:25.000000,2021-02-26 02:12:52.000000,2020-12-21 16:05:39.000000,24.0,16.0,84.0,321.0,445.0,Load Testing Tool.,12.0,20,True,,2017-03-22 08:05:08.000000,0.6.2,16.0,,251.0,,molotov,81.0,61.0,https://pypi.org/project/molotov,2020-11-18 09:13:33.000000,20.0,251.0,,,,3.0,,,,,,,,,,,,,,,,,,, +452,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.000000,2020-12-07 17:48:51.000000,2020-12-07 17:42:12.000000,35.0,6.0,116.0,273.0,317.0,"Strong, Simple, and Precise security for Flask APIs (using jwt).",19.0,20,True,['flask'],2020-12-07 17:48:51.000000,1.1.0,44.0,,1829.0,,flask-praetorian,14.0,,https://pypi.org/project/flask-praetorian,2020-12-07 17:48:51.000000,14.0,1829.0,,,,3.0,,,,,,,,,,,,,,,,,,, +453,safrs,thomaxxl/safrs,,flask-utils,https://github.com/thomaxxl/safrs,https://github.com/thomaxxl/safrs,GPL-3.0,2017-09-20 07:56:55.000000,2021-03-25 23:44:38.000000,2021-03-25 23:44:30.000000,52.0,,70.0,260.0,1129.0,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,15.0,20,True,"['flask', 'openapi']",2021-03-17 13:03:39.000000,2.11.2,63.0,,499.0,,safrs,24.0,24.0,https://pypi.org/project/safrs,2021-03-17 12:44:09.000000,0.0,499.0,,,,3.0,,,,,,,,,,,,,,,,,,, +454,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.000000,2021-03-22 15:42:59.000000,2021-03-22 15:42:22.000000,25.0,13.0,29.0,165.0,58.0,Full text search for flask.,4.0,20,True,['flask'],2020-05-18 15:17:04.000000,0.2.9,21.0,,194.0,,flask-msearch,194.0,182.0,https://pypi.org/project/flask-msearch,2021-03-22 15:42:05.000000,12.0,194.0,,,,3.0,,,,,,,,,,,,,,,,,,, +455,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.000000,2021-04-01 04:01:04.000000,2021-04-01 03:38:49.000000,21.0,18.0,30.0,156.0,210.0,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",12.0,20,True,,2021-02-06 23:44:21.000000,0.6.2,33.0,,46927.0,conda-forge/markdown-it-py,markdown-it-py,0.0,,https://pypi.org/project/markdown-it-py,2021-03-31 07:52:11.000000,0.0,41071.0,https://anaconda.org/conda-forge/markdown-it-py,2021-02-07 00:49:46.874000,76128.0,3.0,,,,,,,,,,,,,,,,,,, +456,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.000000,2021-03-12 12:33:44.000000,2021-02-18 20:41:04.000000,12.0,,16.0,127.0,174.0,FastAPI-Login tries to provide similar functionality as Flask-Login does.,5.0,20,True,['fastapi'],2021-02-18 20:44:43.000000,1.5.3,14.0,3.0,1305.0,,fastapi_login,57.0,57.0,https://pypi.org/project/fastapi_login,2021-02-18 20:44:43.000000,,1305.0,,,,3.0,,,,,,,,,,,,,,,,,,, +457,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.000000,2021-03-30 06:45:02.000000,2019-10-22 00:14:18.000000,38.0,18.0,13.0,117.0,66.0,OpenTracing instrumentation for the Flask microframework.,15.0,20,False,['flask'],2019-10-22 00:20:30.000000,1.1.0,12.0,,23140.0,,Flask-Opentracing,183.0,143.0,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000000,40.0,23140.0,,,,3.0,,,,,,,,,,,,,,,,,,, +458,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.000000,2021-03-03 19:58:18.000000,2021-02-24 02:40:04.000000,62.0,9.0,32.0,99.0,189.0,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,25.0,20,True,['pyramid'],2016-12-24 03:58:09.000000,3.0.0,10.0,,1696.0,,pyramid_celery,12.0,,https://pypi.org/project/pyramid_celery,2016-12-24 03:58:09.000000,12.0,1696.0,,,,1.0,,,,,,,,,,,,,,,,,,, +459,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.000000,2020-04-17 18:23:40.000000,2020-04-17 18:23:35.000000,58.0,6.0,54.0,72.0,535.0,Jinja2 templating system bindings for the Pyramid web framework.,46.0,20,False,['pyramid'],2016-01-23 15:34:59.000000,2.6.2,36.0,,57033.0,,pyramid_jinja2,510.0,,https://pypi.org/project/pyramid_jinja2,2016-11-15 16:40:41.000000,510.0,57033.0,,,,1.0,,,,,,,,,,,,,,,,,BSD-based,, +460,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.000000,2020-12-15 14:15:51.000000,2020-08-20 23:05:51.000000,27.0,9.0,10.0,54.0,40.0,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,8.0,20,True,,2020-08-20 23:10:25.000000,0.6.0,9.0,,17956.0,,markdown-include,1124.0,810.0,https://pypi.org/project/markdown-include,2020-08-20 23:10:25.000000,314.0,17956.0,,,,3.0,,,,,,,,,,,,,,,,,,, +461,beautifulsoup4,,,web-scraping,,http://www.crummy.com/software/BeautifulSoup/bs4/,MIT,2017-02-22 14:59:00.739000,2020-10-03 17:19:11.351000,,,,,,,Screen-scraping library.,,20,True,,2020-10-03 15:37:19.000000,4.9.3,33.0,,6386568.0,conda-forge/beautifulsoup4,beautifulsoup4,61666.0,,https://pypi.org/project/beautifulsoup4,2020-10-03 15:37:19.000000,61666.0,6310489.0,https://anaconda.org/conda-forge/beautifulsoup4,2020-10-03 17:19:11.351000,3803979.0,3.0,,,,,,,,,,,,,,,,,,, +462,dirsearch,maurosoria/dirsearch,,web-scraping,https://github.com/maurosoria/dirsearch,https://github.com/maurosoria/dirsearch,GPL-2.0,2013-04-30 15:57:40.000000,2021-04-01 09:11:34.000000,2021-02-10 01:26:28.000000,1449.0,60.0,219.0,5795.0,1558.0,Web path scanner.,71.0,19,True,,2020-09-26 18:38:46.000000,0.4.0,14.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +463,httpstat,reorx/httpstat,,http-clients,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000000,2020-12-24 05:55:39.000000,2020-12-24 05:55:08.000000,308.0,5.0,18.0,4701.0,91.0,curl statistics made simple.,4.0,19,True,,2020-12-24 05:55:02.000000,1.3.1,8.0,31.0,776.0,,httpstat,9.0,9.0,https://pypi.org/project/httpstat,2020-12-24 05:55:02.000000,,776.0,,,,3.0,,,,,,,,,,,,,,,,,,, +464,toapi,gaojiuli/toapi,,others,https://github.com/gaojiuli/toapi,https://github.com/gaojiuli/toapi,Apache-2.0,2017-11-27 08:40:55.000000,2020-02-29 19:53:42.000000,2018-08-12 12:59:59.000000,227.0,8.0,48.0,3120.0,459.0,Every web site provides APIs.,11.0,19,False,,2018-08-12 12:58:24.000000,2.1.2,39.0,,38.0,,toapi,23.0,15.0,https://pypi.org/project/toapi,2018-08-12 12:58:24.000000,8.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, +465,pyload,pyload/pyload,,others,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000000,2021-04-01 00:39:38.000000,2021-01-04 23:08:17.000000,625.0,156.0,2621.0,2146.0,,The free and open-source Download Manager written in pure Python.,207.0,19,True,,2020-02-20 21:04:56.000000,0.4.20,23.0,62608.0,1297.0,,pyload-ng,0.0,,https://pypi.org/project/pyload-ng,2020-11-06 11:36:41.000000,0.0,602.0,,,,3.0,,,,,,,,,,,,,,,,,,, +466,urlwatch,thp/urlwatch,,others,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000000,2021-03-04 07:58:30.000000,2020-12-19 16:06:56.000000,299.0,61.0,335.0,2048.0,746.0,urlwatch monitors webpages for you.,66.0,19,True,,,,30.0,,905.0,,urlwatch,2.0,,https://pypi.org/project/urlwatch,2020-12-19 11:28:33.000000,2.0,905.0,,,,3.0,,,,,,,,,,,,,,,,,,, +467,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.000000,2021-03-09 17:36:54.000000,2021-03-09 17:36:51.000000,155.0,44.0,194.0,1108.0,,"Extendable, adaptable rewrite of django.contrib.admin.",48.0,19,True,['django'],2017-01-10 17:47:14.000000,0.7.1,7.0,,24.0,,django-admin2,34.0,20.0,https://pypi.org/project/django-admin2,2017-01-10 17:47:14.000000,14.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, +468,merchant,agiliq/merchant,,django-utils,https://github.com/agiliq/merchant,https://github.com/agiliq/merchant,BSD-3-Clause,2010-09-29 11:30:58.000000,2021-03-22 17:12:56.000000,2015-07-08 05:29:26.000000,165.0,24.0,40.0,965.0,684.0,A Django app to accept payments from various payment processors via Pluggable backends.,49.0,19,False,['django'],,,9.0,,46.0,,django-merchant,25.0,19.0,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000000,6.0,46.0,,,,3.0,,,,,,,,,,,,,,,,,,, +469,fastapi-users,frankie567/fastapi-users,,auth,https://github.com/frankie567/fastapi-users,https://github.com/frankie567/fastapi-users,MIT,2019-10-05 15:40:31.000000,2021-03-29 09:40:10.000000,2021-03-29 06:08:57.000000,72.0,9.0,128.0,754.0,370.0,Ready-to-use and customizable users management for FastAPI.,16.0,19,True,['fastapi'],2021-03-29 06:12:27.000000,5.1.3,45.0,,1405.0,,fastapi-users,,,https://pypi.org/project/fastapi-users,2021-03-29 06:12:27.000000,,1405.0,,,,3.0,,,,,,,,,,,,,,,,,,, +470,tornadio2,mrjoes/tornadio2,,websocket,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011-09-28 10:15:54.000000,2020-08-16 16:25:21.000000,2013-08-25 06:52:07.000000,108.0,13.0,47.0,533.0,143.0,Python socket.io server implementation on top of Tornado framework.,15.0,19,False,,2012-10-22 08:16:33.000000,0.0.4,3.0,,382.0,,tornadio2,314.0,154.0,https://pypi.org/project/tornadio2,2012-10-22 08:16:33.000000,160.0,382.0,,,,3.0,,,,,,,,,,,,,,,,,,, +471,gazpacho,maxhumber/gazpacho,,web-scraping,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000000,2021-03-19 19:15:04.000000,2021-03-19 19:15:03.000000,51.0,11.0,29.0,530.0,143.0,"The simple, fast, and modern web scraping library.",13.0,19,True,,2020-10-09 12:51:41.000000,1.1,19.0,,4337.0,,gazpacho,102.0,100.0,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000000,2.0,4337.0,,,,3.0,,,,,,,,,,,,,,,,,,, +472,Lassie,michaelhelmick/lassie,,web-scraping,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013-07-30 20:41:39.000000,2020-12-16 20:27:03.000000,2020-12-16 20:25:31.000000,41.0,10.0,29.0,522.0,214.0,Web Content Retrieval for Humans.,14.0,19,True,,2020-12-16 20:27:03.000000,0.11.9,36.0,,167.0,,lassie,36.0,22.0,https://pypi.org/project/lassie,2020-12-16 20:27:03.000000,14.0,167.0,,,,3.0,,,,,,,,,,,,,,,,,,, +473,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.000000,2021-01-04 22:52:23.000000,2021-01-04 22:52:20.000000,76.0,14.0,71.0,364.0,217.0,Content Security Policy for Django.,43.0,19,True,['django'],2013-11-19 23:16:37.000000,2.0.3,12.0,,42882.0,,django-csp,0.0,,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000000,0.0,42882.0,,,,3.0,,,,,,,,,,,,,,,,,,, +474,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.000000,2020-09-28 13:35:55.000000,2020-09-28 13:34:15.000000,33.0,8.0,38.0,350.0,282.0,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,20.0,19,True,['django'],2020-09-28 13:35:55.000000,1.0.2,13.0,,1593.0,,django-smuggler,190.0,117.0,https://pypi.org/project/django-smuggler,2020-09-28 13:35:55.000000,73.0,1593.0,,,,3.0,,,,,,,,,,,,,,,,,,, +475,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.000000,2021-03-29 18:50:55.000000,2020-09-25 16:23:54.000000,19.0,9.0,8.0,213.0,51.0,Adds simple SQLAlchemy support to FastAPI.,5.0,19,True,['fastapi'],2020-09-25 16:26:29.000000,0.2.1,9.0,,4169.0,,fastapi-sqlalchemy,137.0,137.0,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000000,0.0,4169.0,,,,1.0,,,,,,,,,,,,,,,,,,, +476,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.000000,2020-08-24 22:05:39.000000,2020-08-24 21:37:50.000000,23.0,,15.0,186.0,142.0,Python module for generating and verifying JSON Web Tokens.,5.0,19,True,,2020-08-24 22:05:39.000000,3.3.0,38.0,,44059.0,,python-jwt,42.0,,https://pypi.org/project/python-jwt,2020-08-24 22:05:39.000000,42.0,44059.0,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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.000000,2021-01-21 01:39:06.000000,2021-01-07 03:41:57.000000,27.0,42.0,43.0,166.0,246.0,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",30.0,19,True,"['flask', 'openapi']",2020-08-04 23:41:32.000000,1.12.2,32.0,,668.0,,flask-rebar,29.0,23.0,https://pypi.org/project/flask-rebar,2020-09-10 17:18:12.000000,6.0,668.0,,,,3.0,,,,,,,,,,,,,,,,,,, +478,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.000000,2021-04-01 05:47:23.000000,2021-04-01 05:46:51.000000,20.0,4.0,20.0,123.0,179.0,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",15.0,19,True,['fastapi'],2021-02-28 22:15:15.000000,0.3.5.0,49.0,,2482.0,,fastapi-mail,48.0,48.0,https://pypi.org/project/fastapi-mail,2021-02-28 22:15:51.000000,,2482.0,,,,3.0,,,,,,,,,,,,,,,,,,, +479,aresponses,CircleUp/aresponses,,testing,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000000,2021-01-21 06:27:50.000000,2021-01-21 06:26:42.000000,14.0,,26.0,81.0,128.0,Asyncio http mocking. Similar to the responses library used for 'requests'.,12.0,19,True,,2021-01-21 06:27:50.000000,2.1.4,22.0,,3905.0,,aresponses,234.0,142.0,https://pypi.org/project/aresponses,2021-01-21 06:27:50.000000,92.0,3905.0,,,,3.0,,,,,,,,,,,,,,,,aresponses/aresponses,,, +480,Spectree,0b01001001/spectree,,openapi-utils,https://github.com/0b01001001/spectree,https://github.com/0b01001001/spectree,Apache-2.0,2019-12-01 07:04:07.000000,2021-04-01 15:09:37.000000,2021-04-01 15:08:40.000000,30.0,13.0,31.0,81.0,260.0,API spec validator and OpenAPI document generator for Python web frameworks.,11.0,19,True,['openapi'],2021-03-21 16:18:50.000000,0.4.1,28.0,,686.0,,spectree,12.0,12.0,https://pypi.org/project/spectree,2021-03-21 16:18:50.000000,0.0,686.0,,,,3.0,,,,,,,,,,,,,,,,,,, +481,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.000000,2021-03-02 15:20:01.000000,2021-03-02 15:19:51.000000,9.0,1.0,10.0,68.0,47.0,A framework-agnostic library for testing ASGI web applications.,10.0,19,True,,2021-01-11 12:26:30.000000,1.4.5,26.0,,7090.0,,async-asgi-testclient,62.0,56.0,https://pypi.org/project/async-asgi-testclient,2021-01-11 12:26:30.000000,6.0,7090.0,,,,3.0,,,,,,,,,,,,,,,,,,, +482,GoAccess,allinurl/goaccess,,monitoring,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000000,2021-03-31 00:04:58.000000,2021-03-31 00:04:00.000000,854.0,333.0,1491.0,13013.0,3493.0,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,129.0,18,True,,,,,,,,,,,,,,,,,,3.0,,goaccess,,,,,,,,,,,,,,,,goaccess, +483,cabot,arachnys/cabot,,others,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014-01-06 17:48:59.000000,2021-03-19 23:45:55.000000,2021-01-05 10:40:20.000000,561.0,163.0,295.0,5033.0,735.0,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",70.0,18,True,,2017-09-14 16:02:39.000000,0.11.7,22.0,72.0,1.0,,,7.0,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +484,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.000000,2021-04-01 08:58:48.000000,2020-12-28 12:57:11.000000,211.0,36.0,238.0,1988.0,256.0,Soundcloud Music Downloader.,41.0,18,True,,2015-04-28 13:58:26.000000,1.3,6.0,,,,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +485,Cola,qinxuye/cola,,web-scraping,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013-05-15 06:41:01.000000,2020-03-01 06:25:06.000000,2020-03-01 06:25:05.000000,544.0,14.0,52.0,1394.0,254.0,A high-level distributed crawling framework.,3.0,18,False,,2016-03-31 04:19:26.000000,0.1.0,3.0,,36.0,,cola,5.0,3.0,https://pypi.org/project/cola,2016-03-31 04:19:26.000000,2.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, +486,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.000000,2021-03-26 23:44:26.000000,2021-03-26 23:42:24.000000,53.0,33.0,56.0,965.0,279.0,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",19.0,18,True,,2021-03-26 23:44:26.000000,0.12.1,30.0,,780.0,,django-ninja,0.0,,https://pypi.org/project/django-ninja,2021-03-26 23:44:26.000000,0.0,780.0,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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.000000,2021-04-01 13:39:05.000000,2021-03-31 08:50:11.000000,93.0,71.0,106.0,917.0,,A new GraphQL library for Python.,59.0,18,True,['graphql'],2021-03-31 08:50:17.000000,0.53.1,189.0,267.0,4230.0,,strawberry-graphql,2.0,,https://pypi.org/project/strawberry-graphql,2021-03-31 08:50:24.000000,2.0,4201.0,,,,3.0,,,,,,,,,,,,,,,,,,, +488,fastapi-admin,long2ice/fastapi-admin,,admin-ui,https://github.com/long2ice/fastapi-admin,https://github.com/long2ice/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000000,2021-03-21 13:40:21.000000,2021-03-21 13:40:15.000000,80.0,9.0,26.0,537.0,209.0,FastAPI Admin Dashboard based on FastAPI and Tortoise ORM.,4.0,18,True,['fastapi'],2021-02-04 13:59:22.000000,0.3.3,22.0,,237.0,,fastapi-admin,,,https://pypi.org/project/fastapi-admin,2021-02-04 13:59:22.000000,,237.0,,,,3.0,,,,,,,,,,,,,,,,,,, +489,flask-mongorest,closeio/flask-mongorest,,web-frameworks,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012-06-12 18:40:14.000000,2020-12-24 03:07:35.000000,2020-10-27 14:08:18.000000,89.0,27.0,37.0,511.0,300.0,Restful API framework wrapped around MongoEngine.,18.0,18,True,['flask'],2019-08-26 10:57:49.000000,0.3.0,7.0,,100.0,,Flask-MongoRest,73.0,46.0,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000000,27.0,100.0,,,,3.0,,,,,,,,,,,,,,,,,,, +490,Kotti,Kotti/Kotti,,cms,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000000,2021-03-16 14:53:50.000000,2021-03-16 14:44:01.000000,110.0,50.0,165.0,358.0,2968.0,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",64.0,18,False,,,,,,,,,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +491,tinkerer,vladris/tinkerer,,others,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013-05-18 10:18:28.000000,2020-09-06 05:08:32.000000,2019-12-06 00:19:04.000000,80.0,19.0,46.0,295.0,736.0,Python blogging engine.,39.0,18,False,,2019-12-06 00:18:53.000000,1.7.2,23.0,,63.0,,tinkerer,95.0,65.0,https://pypi.org/project/tinkerer,2019-12-06 00:18:53.000000,30.0,63.0,,,,3.0,,,,,,,,,,,,,,,,,,, +492,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.000000,2020-11-07 16:58:26.000000,2020-11-07 16:58:19.000000,58.0,4.0,51.0,224.0,177.0,A basic JSON-RPC implementation for your Flask-powered sites.,11.0,18,True,['flask'],2012-04-28 13:01:16.000000,0.1.3,15.0,,124.0,,rpc,165.0,159.0,https://pypi.org/project/rpc,2012-04-28 13:01:16.000000,6.0,124.0,,,,3.0,,,,,,,,,,,,,,,,,,, +493,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.000000,2021-03-30 13:42:08.000000,2021-02-22 22:13:18.000000,11.0,14.0,19.0,191.0,189.0,A delightful and complete interface to GitHub's amazing API.,4.0,18,True,,2021-01-21 23:27:26.000000,0.1.16,16.0,,15299.0,,ghapi,0.0,,https://pypi.org/project/ghapi,2021-01-21 23:27:26.000000,0.0,15299.0,,,,3.0,,,,,,,,,,,,,,,,,,, +494,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.000000,2021-02-04 14:04:42.000000,2020-11-11 05:05:27.000000,21.0,13.0,29.0,151.0,123.0,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",3.0,18,True,['fastapi'],2020-11-06 11:15:11.000000,0.5.0,7.0,,2130.0,,fastapi-jwt-auth,0.0,,https://pypi.org/project/fastapi-jwt-auth,2020-11-06 11:10:56.000000,0.0,2130.0,,,,3.0,2.0,,,,,,,,,,,,,,,,,, +495,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.000000,2021-03-26 18:49:47.000000,2021-03-26 18:45:45.000000,12.0,2.0,15.0,98.0,98.0,flask extension for integration with the awesome pydantic package.,5.0,18,True,['flask'],2021-03-26 18:49:47.000000,0.6.3,16.0,,1476.0,,flask_pydantic,19.0,19.0,https://pypi.org/project/flask_pydantic,2021-03-26 18:49:47.000000,,1476.0,,,,3.0,,,,,,,,,,,,,,,,,,, +496,apex,cd34/apex,,auth,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000000,2020-04-02 04:58:45.000000,2020-04-02 04:58:41.000000,29.0,8.0,19.0,95.0,429.0,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",19.0,18,True,['pyramid'],,,4.0,,1642.0,,apex,44.0,,https://pypi.org/project/apex,2013-03-05 16:52:43.000000,44.0,1642.0,,,,3.0,,,,,,,,,,,,,,,,,,, +497,pyramid_swagger,striglia/pyramid_swagger,,openapi-utils,https://github.com/striglia/pyramid_swagger,https://github.com/striglia/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000000,2020-06-14 04:45:59.000000,2020-03-29 21:22:12.000000,48.0,24.0,86.0,64.0,569.0,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,40.0,18,False,['pyramid'],2018-07-02 12:17:34.000000,2.6.2,26.0,,4609.0,,pyramid_swagger,3.0,,https://pypi.org/project/pyramid_swagger,2018-07-02 12:17:34.000000,3.0,4609.0,,,,3.0,,,,,,,,,,,,,,,,,,, +498,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.000000,2021-03-22 08:34:27.000000,2020-12-15 07:22:03.000000,5.0,2.0,14.0,52.0,216.0,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",9.0,18,True,,2020-12-15 07:26:45.000000,1.4.0,30.0,,565.0,,tartiflette-aiohttp,34.0,30.0,https://pypi.org/project/tartiflette-aiohttp,2020-12-15 07:24:50.000000,4.0,565.0,,,,3.0,,,,,,,,,,,,,,,,,,, +499,GHunt,mxrch/GHunt,,third-party-apis,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,MPL-2.0,2020-10-02 11:26:03.000000,2021-03-30 06:28:48.000000,2021-03-20 18:12:47.000000,671.0,16.0,164.0,9262.0,210.0,Investigate Google Accounts with emails.,21.0,17,True,,,,,,,,,,,,,,,,,,3.0,2.0,,,,,,,,,,,,,,,,,, +500,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.000000,2021-03-20 04:09:02.000000,2020-06-25 16:43:52.000000,177.0,15.0,11.0,3776.0,12.0,Nginx UI allows you to access and modify the nginx configurations files without cli.,3.0,17,True,,2020-06-28 15:17:10.000000,0.2,1.0,,26940.0,,,,,,,,,,,,3.0,,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,8.0,296346.0,,,, +501,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.000000,2021-03-31 13:32:15.000000,2021-03-31 13:32:14.000000,662.0,6.0,154.0,3699.0,1189.0,"A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and..",60.0,17,True,['flask'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +502,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.000000,2020-12-21 04:55:42.000000,2020-12-02 21:44:40.000000,238.0,65.0,106.0,2000.0,3507.0,Load and performance benchmark tool.,92.0,17,False,,2020-10-30 13:36:50.000000,Python2,20.0,,,,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +503,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.000000,2021-03-31 13:20:53.000000,2020-03-07 05:52:59.000000,27.0,18.0,10.0,617.0,21.0,Reusable utilities for FastAPI.,2.0,17,False,['fastapi'],2020-03-07 05:55:04.000000,0.2.1,4.0,,15414.0,,fastapi-utils,0.0,,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000000,0.0,15414.0,,,,1.0,,,,,,,,,,,,,,,,,,, +504,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.000000,2021-03-31 08:36:57.000000,2021-03-31 07:36:44.000000,44.0,8.0,14.0,584.0,473.0,Display machine state using Python3 with Flask.,10.0,17,True,['flask'],2021-03-31 08:36:57.000000,1.1.1,13.0,,65.0,,Flask-State,,,https://pypi.org/project/Flask-State,2021-03-31 08:36:57.000000,,65.0,,,,3.0,,,,,,,,,,,,,,,,,,, +505,salmon,moggers87/salmon,,email,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000000,2021-03-02 10:32:40.000000,2021-03-02 10:32:28.000000,49.0,14.0,70.0,482.0,427.0,A Python Mail Server.,15.0,17,True,,2019-12-31 19:27:38.000000,3.2.0,12.0,36.0,136.0,,salmon-mail,12.0,11.0,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000000,1.0,134.0,,,,3.0,,,,,,,,,,,,,,,,,,, +506,golem,golemhq/golem,,testing,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000000,2021-03-24 01:38:23.000000,2020-09-05 15:16:58.000000,66.0,21.0,105.0,440.0,566.0,A complete test automation tool.,18.0,17,True,,2020-08-04 16:21:58.000000,0.9.1,33.0,43.0,73.0,,golem-framework,5.0,4.0,https://pypi.org/project/golem-framework,2020-08-04 01:45:53.000000,1.0,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, +507,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.000000,2021-03-01 10:45:43.000000,2021-03-01 10:37:20.000000,20.0,6.0,19.0,311.0,137.0,Opinionated set of utilities on top of FastAPI.,9.0,17,True,['fastapi'],2021-03-01 10:45:43.000000,0.2.10,33.0,,2600.0,,fastapi_contrib,,,https://pypi.org/project/fastapi_contrib,2021-03-01 10:45:43.000000,,2600.0,,,,1.0,,,,,,,,,,,,,,,,,,, +508,opengraph,erikriver/opengraph,,web-scraping,https://github.com/erikriver/opengraph,https://github.com/erikriver/opengraph,MIT,2011-06-17 08:11:10.000000,2019-02-28 16:25:57.000000,2017-09-19 15:55:05.000000,76.0,19.0,2.0,191.0,27.0,A python module to parse the Open Graph Protocol.,8.0,17,False,,,,3.0,,370.0,,opengraph,115.0,69.0,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000000,46.0,370.0,,,,3.0,,,,,,,,,,,,,,,,,,, +509,slowapi,laurents/slowapi,,fastapi-utils,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000000,2021-03-31 20:01:50.000000,2021-03-14 00:02:17.000000,12.0,13.0,22.0,175.0,68.0,A rate limiter for Starlette and FastAPI.,7.0,17,True,['fastapi'],2020-12-23 22:32:16.000000,0.1.3,4.0,,1151.0,,slowapi,,,https://pypi.org/project/slowapi,2020-12-23 22:32:16.000000,,1151.0,,,,1.0,,,,,,,,,,,,,,,,,,, +510,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.000000,2021-02-18 18:24:21.000000,2021-02-09 00:18:45.000000,20.0,12.0,8.0,151.0,66.0,api versioning for fastapi web applications.,11.0,17,True,['fastapi'],2021-02-10 13:27:05.000000,0.8.0,7.0,,1523.0,,fastapi-versioning,1.0,,https://pypi.org/project/fastapi-versioning,2021-02-09 00:20:08.000000,1.0,1523.0,,,,1.0,,,,,,,,,,,,,,,,,,, +511,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.000000,2020-11-27 21:14:48.000000,2020-11-09 00:36:26.000000,28.0,6.0,9.0,133.0,39.0,Simple Login - Login Extension for Flask - maintainer @cuducos.,7.0,17,True,['flask'],2019-10-14 00:25:51.000000,0.0.7,8.0,,2117.0,,flask_simplelogin,14.0,,https://pypi.org/project/flask_simplelogin,2019-10-14 00:25:51.000000,14.0,2117.0,,,,3.0,,,,,,,,,,,,,,,,,,, +512,openapi-python-client,triaxtec/openapi-python-client,,openapi-utils,https://github.com/triaxtec/openapi-python-client,https://github.com/triaxtec/openapi-python-client,MIT,2020-02-15 19:33:46.000000,2021-04-01 12:51:55.000000,2021-03-31 17:20:47.000000,29.0,25.0,106.0,130.0,,Generate modern Python clients from OpenAPI.,22.0,17,True,['openapi'],2021-02-19 20:06:30.000000,0.8.0,33.0,,2677.0,,openapi-python-client,,,https://pypi.org/project/openapi-python-client,2021-02-19 20:06:30.000000,,2677.0,,,,3.0,,,,,,,,,,,,,,,,,,, +513,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.000000,2021-03-31 13:25:28.000000,2021-03-31 13:25:24.000000,4.0,1.0,7.0,114.0,55.0,FastAPI framework plugins.,3.0,17,True,['fastapi'],2021-03-31 13:22:00.000000,0.8.1,12.0,,1004.0,,fastapi-plugins,23.0,23.0,https://pypi.org/project/fastapi-plugins,2021-03-31 13:10:51.000000,,1004.0,,,,1.0,,,,,,,,,,,,,,,,,,, +514,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.000000,2021-03-31 19:17:10.000000,2021-03-25 12:37:53.000000,26.0,16.0,22.0,61.0,150.0,Pyramid addon for OpenAPI3 validation of requests and responses.,17.0,17,True,"['pyramid', 'openapi']",2020-10-27 20:11:49.000000,0.10.2,27.0,,2028.0,,pyramid_openapi3,1.0,,https://pypi.org/project/pyramid_openapi3,2021-02-15 19:12:13.000000,1.0,2028.0,,,,3.0,,,,,,,,,,,,,,,,,,, +515,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,,graphql,https://github.com/NovemberOscar/Flask-GraphQL-Auth,https://github.com/NovemberOscar/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000000,2021-03-29 22:09:34.000000,2020-07-11 06:52:32.000000,8.0,7.0,10.0,56.0,112.0,(Now finding maintainer) A Pythonic way to provide JWT authentication for Flask-GraphQL.,6.0,17,True,['flask'],2020-07-11 07:10:36.000000,1.3.2,13.0,,272.0,,flask-graphql-auth,57.0,53.0,https://pypi.org/project/flask-graphql-auth,2020-07-11 06:53:35.000000,4.0,272.0,,,,3.0,,,,,,,,,,,,,,,,,,, +516,gain,gaojiuli/gain,,web-scraping,https://github.com/gaojiuli/gain,https://github.com/gaojiuli/gain,GPL-3.0,2017-05-31 08:56:04.000000,2019-06-01 22:54:09.000000,2018-03-19 01:21:01.000000,210.0,8.0,28.0,1989.0,85.0,Web crawling framework based on asyncio.,10.0,16,False,,2017-06-19 01:18:41.000000,0.1.4,5.0,,6.0,,gain,14.0,13.0,https://pypi.org/project/gain,2017-06-19 01:18:41.000000,1.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, +517,fsociety,fsociety-team/fsociety,,testing,https://github.com/fsociety-team/fsociety,https://github.com/fsociety-team/fsociety,MIT,2020-05-17 04:35:05.000000,2021-01-10 19:02:39.000000,2020-11-13 00:24:31.000000,42.0,,4.0,270.0,141.0,A Modular Penetration Testing Framework.,3.0,16,True,,2020-11-13 00:26:33.000000,3.2.4,24.0,,161.0,,fsociety,,,https://pypi.org/project/fsociety,2020-11-13 00:25:31.000000,,161.0,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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.000000,2021-03-29 01:19:42.000000,2021-03-01 09:20:18.000000,13.0,10.0,17.0,158.0,192.0,This code generator creates FastAPI app from an openapi file.,6.0,16,True,"['fastapi', 'openapi']",2021-03-01 15:28:01.000000,0.2.3,25.0,,131.0,,fastapi-code-generator,,,https://pypi.org/project/fastapi-code-generator,2021-03-01 15:28:01.000000,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,, +519,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.000000,2021-03-07 07:15:53.000000,2020-10-25 17:12:36.000000,7.0,3.0,12.0,124.0,64.0,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,3.0,16,True,['fastapi'],2020-10-17 13:46:27.000000,0.3.1,13.0,,8230.0,,starlette-context,0.0,,https://pypi.org/project/starlette-context,2020-10-17 13:33:04.000000,0.0,8230.0,,,,3.0,,,,,,,,,,,,,,,,,,, +520,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.000000,2020-11-20 04:42:47.000000,2020-11-20 04:37:46.000000,9.0,2.0,6.0,88.0,49.0,Prometheus exporter for Starlette and FastAPI.,6.0,16,True,['fastapi'],2020-11-20 04:42:47.000000,0.7.0,8.0,,11094.0,,starlette_exporter,0.0,,https://pypi.org/project/starlette_exporter,2020-11-20 04:38:53.000000,0.0,11094.0,,,,3.0,,,,,,,,,,,,,,,,,,, +521,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.000000,2020-01-13 19:47:32.000000,2020-01-13 19:46:59.000000,8.0,,4.0,77.0,82.0,A service layer for pyramid.,5.0,16,False,['pyramid'],2015-02-17 08:24:43.000000,0.1.1,9.0,,1627.0,,pyramid_services,16.0,,https://pypi.org/project/pyramid_services,2018-08-03 05:57:10.000000,16.0,1627.0,,,,3.0,,,,,,,,,,,,,,,,,,, +522,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.000000,2021-03-10 10:15:41.000000,2020-10-09 07:57:39.000000,27.0,8.0,20.0,70.0,120.0,JWT authentication for Pyramid.,12.0,16,True,['pyramid'],2020-10-09 08:00:32.000000,1.6.1,6.0,,6160.0,,pyramid_jwt,1.0,,https://pypi.org/project/pyramid_jwt,2018-08-10 08:30:25.000000,1.0,6160.0,,,,3.0,,,,,,,,,,,,,,,,,,, +523,asgi-lifespan,florimondmanca/asgi-lifespan,,others,https://github.com/florimondmanca/asgi-lifespan,https://github.com/florimondmanca/asgi-lifespan,MIT,2019-09-27 19:42:10.000000,2020-08-30 07:21:50.000000,2020-08-30 07:21:48.000000,3.0,1.0,11.0,65.0,77.0,Programmatic startup/shutdown of ASGI apps.,1.0,16,True,,2020-06-07 11:30:40.000000,1.0.1,13.0,,4967.0,,asgi-lifespan,87.0,87.0,https://pypi.org/project/asgi-lifespan,2020-06-07 11:30:40.000000,0.0,4967.0,,,,3.0,,,,,,,,,,,,,,,,,,, +524,huxley,facebookarchive/huxley,,testing,https://github.com/facebookarchive/huxley,https://github.com/facebookarchive/huxley,Apache-2.0,2013-07-30 06:01:12.000000,2021-03-18 19:55:50.000000,2014-12-05 21:39:52.000000,304.0,42.0,29.0,4109.0,68.0,A testing system for catching visual regressions in Web applications.,7.0,15,False,,,,5.0,,12.0,,huxley,,,https://pypi.org/project/huxley,2014-03-27 18:23:28.000000,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, +525,snallygaster,hannob/snallygaster,,web-scraping,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,CC0-1.0,2018-04-10 12:01:16.000000,2020-11-13 16:49:09.000000,2020-11-05 09:46:03.000000,195.0,10.0,27.0,1779.0,138.0,Tool to scan for secret files on HTTP servers.,12.0,15,False,,2020-10-01 12:04:01.000000,0.0.9,9.0,,60.0,,snallygaster,1.0,1.0,https://pypi.org/project/snallygaster,2020-10-01 12:04:01.000000,,60.0,,,,3.0,,,,,,,,,,,,,,,,,,, +526,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.000000,2021-03-20 05:29:09.000000,2021-03-20 05:29:08.000000,72.0,13.0,32.0,510.0,144.0,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",9.0,15,True,['fastapi'],2021-02-02 23:59:57.000000,1.2.0,2.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +527,flask-file-upload,joegasewicz/flask-file-upload,,flask-utils,https://github.com/joegasewicz/flask-file-upload,https://github.com/joegasewicz/flask-file-upload,GPL-3.0,2019-12-13 11:26:42.000000,2021-03-15 20:54:25.000000,2021-03-15 20:54:21.000000,8.0,20.0,45.0,111.0,327.0,Easy file uploads for Flask.,4.0,15,True,['flask'],2020-09-25 14:04:43.000000,0.1.5,22.0,,84.0,,flask-file-upload,16.0,16.0,https://pypi.org/project/flask-file-upload,2020-09-25 13:59:34.000000,,84.0,,,,3.0,,,,,,,,,,,,,,,,,,, +528,fastapi-jsonrpc,smagafurov/fastapi-jsonrpc,,rpc,https://github.com/smagafurov/fastapi-jsonrpc,https://github.com/smagafurov/fastapi-jsonrpc,MIT,2019-08-09 17:56:48.000000,2021-01-26 08:46:43.000000,2020-12-28 17:24:00.000000,10.0,4.0,5.0,87.0,90.0,JSON-RPC server based on fastapi.,6.0,15,True,['fastapi'],2020-12-28 17:24:13.000000,2.0.2,47.0,,215.0,,fastapi-jsonrpc,4.0,4.0,https://pypi.org/project/fastapi-jsonrpc,2020-12-28 17:24:13.000000,0.0,215.0,,,,3.0,,,,,,,,,,,,,,,,,,, +529,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.000000,2021-03-01 14:20:37.000000,2021-03-01 14:20:37.000000,11.0,7.0,41.0,81.0,148.0,ASGI support for the Tartiflette GraphQL engine.,9.0,15,True,['graphql'],2021-01-19 12:29:36.000000,0.10.0,5.0,,63.0,,tartiflette-asgi,7.0,6.0,https://pypi.org/project/tartiflette-asgi,2021-01-19 12:29:36.000000,1.0,63.0,,,,3.0,,,,,,,,,,,,,,,,,,, +530,timing-asgi,steinnes/timing-asgi,,monitoring,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,MIT,2019-02-05 23:53:18.000000,2020-11-13 14:36:05.000000,2020-11-13 14:36:01.000000,4.0,2.0,1.0,62.0,69.0,ASGI middleware to record and emit timing metrics (to something like statsd).,2.0,15,True,,2020-11-13 11:48:35.000000,0.2.1,8.0,,54549.0,,timing-asgi,,,https://pypi.org/project/timing-asgi,2020-11-13 11:48:35.000000,,54549.0,,,,3.0,,,,,,,,,,,,,,,,,,, +531,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.000000,2020-12-30 01:14:23.000000,2019-04-05 11:55:48.000000,263.0,33.0,27.0,1733.0,486.0,Automated Security Testing For REST API's.,11.0,14,False,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +532,Growler,pyGrowler/Growler,,web-frameworks,https://github.com/pyGrowler/Growler,https://github.com/pyGrowler/Growler,Apache-2.0,2014-10-22 02:11:12.000000,2020-03-08 07:53:32.000000,2020-03-08 07:51:41.000000,27.0,5.0,11.0,689.0,500.0,A micro web-framework using asyncio coroutines and chained middleware.,5.0,14,False,,2016-10-16 15:29:10.000000,0.8.0,10.0,,11.0,,growler,2.0,,https://pypi.org/project/growler,2016-10-16 15:29:10.000000,2.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, +533,libextract,datalib/libextract,,others,https://github.com/datalib/libextract,https://github.com/datalib/libextract,MIT,2015-04-06 08:27:32.000000,2020-10-02 11:31:24.000000,2015-05-23 08:52:06.000000,36.0,3.0,19.0,490.0,317.0,Extract data from websites using basic statistical magic.,3.0,14,False,,,,,,,,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +534,Transistor,bomquote/transistor,,web-scraping,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000000,2021-03-26 01:24:10.000000,2020-08-16 21:52:05.000000,18.0,60.0,3.0,205.0,198.0,"Transistor, a Python web scraping framework for intelligent use cases.",2.0,14,True,,2020-08-03 20:20:32.000000,0.2.4,7.0,54.0,22.0,,transistor,,,https://pypi.org/project/transistor,2020-08-03 20:12:39.000000,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, +535,flama,perdy/flama,,web-frameworks,https://github.com/perdy/flama,https://github.com/perdy/flama,GPL-3.0,2018-09-27 15:29:54.000000,2021-01-31 21:06:55.000000,2020-11-16 12:59:04.000000,12.0,9.0,20.0,162.0,173.0,Fire up your API with this flamethrower.,8.0,14,True,,2020-11-16 12:59:28.000000,0.16.0,15.0,50.0,92.0,,flama,,,https://pypi.org/project/flama,2020-11-16 12:59:17.000000,,88.0,,,,3.0,,,,,,,,,,,,,,,,,,, +536,Starlette Prometheus,perdy/starlette-prometheus,,monitoring,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019-01-10 15:49:38.000000,2021-03-17 12:20:24.000000,2021-03-17 12:17:49.000000,19.0,2.0,10.0,131.0,50.0,Prometheus integration for Starlette.,10.0,14,True,['fastapi'],2020-07-09 08:05:30.000000,0.7.0,8.0,,7734.0,,starlette-prometheus,0.0,,https://pypi.org/project/starlette-prometheus,2020-07-09 08:05:30.000000,0.0,7734.0,,,,3.0,,,,,,,,,,,,,,,,,,, +537,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.000000,2021-04-01 12:23:51.000000,2021-03-27 21:07:28.000000,10.0,6.0,26.0,91.0,,A tool to automatically fix Django deprecations.,15.0,14,True,['django'],2021-03-02 09:05:42.000000,1.4.0,45.0,63.0,284.0,,django-codemod,,,https://pypi.org/project/django-codemod,2021-03-02 09:05:41.000000,,279.0,,,,3.0,,,,,,,,,,,,,,,,,,, +538,fastapi-socketio,pyropy/fastapi-socketio,,fastapi-utils,https://github.com/pyropy/fastapi-socketio,https://github.com/pyropy/fastapi-socketio,Apache-2.0,2020-09-11 15:22:31.000000,2020-12-01 20:48:12.000000,2020-12-01 20:47:03.000000,3.0,8.0,4.0,48.0,24.0,Easily integrate socket.io with your FastAPI app.,2.0,14,False,['fastapi'],2020-12-01 20:48:12.000000,0.0.6,10.0,,232.0,,fastapi-socketio,7.0,7.0,https://pypi.org/project/fastapi-socketio,2020-12-01 20:48:12.000000,,232.0,,,,3.0,,,,,,,,,,,,,,,,,,, +539,lazynlp,chiphuyen/lazynlp,,web-scraping,https://github.com/chiphuyen/lazynlp,https://github.com/chiphuyen/lazynlp,MIT,2019-02-27 23:23:19.000000,2020-11-11 12:16:30.000000,2019-10-07 16:52:30.000000,287.0,7.0,3.0,1917.0,14.0,Library to scrape and clean web pages to create massive datasets.,7.0,13,False,,2019-03-02 17:38:27.000000,1.0.0,1.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +540,flask2postman,numberly/flask2postman,,flask-utils,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000000,2020-07-08 07:19:51.000000,2020-07-08 07:19:50.000000,15.0,5.0,2.0,122.0,59.0,Generate a Postman collection from your Flask application.,4.0,13,True,['flask'],2020-01-16 15:13:52.000000,1.4.4,18.0,,44.0,,flask2postman,5.0,4.0,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000000,1.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,,, +541,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.000000,2021-02-02 23:35:10.000000,2020-10-05 14:24:37.000000,17.0,4.0,3.0,129.0,44.0,row level security for FastAPI framework.,1.0,12,False,['fastapi'],2020-10-05 14:18:40.000000,0.2.7,10.0,,581.0,,fastapi-permissions,,,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000000,,581.0,,,,3.0,,,,,,,,,,,,,,,,,,, +542,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.000000,2021-03-09 11:04:52.000000,2021-02-12 15:01:21.000000,2.0,2.0,2.0,104.0,75.0,FastAPI simple cache.,7.0,12,True,['fastapi'],2020-07-26 14:43:22.000000,0.0.1,1.0,,440.0,,fastapi_cache,2.0,2.0,https://pypi.org/project/fastapi_cache,2020-07-26 14:05:51.000000,,440.0,,,,3.0,,,,,,,,,,,,,,,,,,, +543,django-schedule,thauber/django-schedule,,django-utils,https://github.com/thauber/django-schedule,https://github.com/thauber/django-schedule,,2009-04-02 02:56:42.000000,2019-12-29 09:27:39.000000,2016-04-16 20:26:10.000000,272.0,20.0,38.0,790.0,326.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,11,False,['django'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,BSD-3-Clause,, +544,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.000000,2021-02-11 19:35:39.000000,2021-02-11 19:35:35.000000,10.0,3.0,7.0,147.0,36.0,FastAPI client generator.,8.0,10,True,['fastapi'],,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +545,IP2Trace,ip2location/ip2trace-python,,others,https://github.com/ip2location/ip2trace-python,https://github.com/ip2location/ip2trace-python,MIT,2021-01-15 07:49:23.000000,2021-03-26 06:17:36.000000,2021-03-26 06:17:19.000000,1.0,,1.0,4.0,,A Python tool to display geolocation information in the traceroute.,2.0,9,False,,2021-03-26 06:17:36.000000,2.1.1,5.0,,27.0,,IP2Trace,,,https://pypi.org/project/IP2Trace,2021-03-26 06:15:15.000000,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,True diff --git a/latest-changes.md b/latest-changes.md index 967bf2df..d9272865 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,25 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- stripe (🥈32 · ⭐ 1K · 📈) - Python library for the Stripe API. MIT -- django-oauth-toolkit (🥈31 · ⭐ 2.2K · 📈) - OAuth2 goodies for the Djangonauts!. BSD-3 -- waitress (🥈28 · ⭐ 910 · 📈) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1 -- python-graphql-client (🥉21 · ⭐ 130 · 💀) - Simple GraphQL client for Python 2.7+. MIT -- emmett (🥉20 · ⭐ 650 · 📈) - The web framework for inventors. BSD-3 +- gunicorn (🥇38 · ⭐ 7.5K · 📈) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast.. MIT +- youtube-dl (🥇36 · ⭐ 92K · 📈) - Command-line program to download videos from YouTube.com and.. Unlicense +- OpenAPI Generator (🥇35 · ⭐ 8.1K · 📈) - OpenAPI Generator allows generation of API client.. Apache-2 +- fastapi-jwt-auth (🥉18 · ⭐ 150 · 📈) - FastAPI extension that provides JWT Auth support.. MIT +- GHunt (🥉17 · ⭐ 9.3K · 🐣) - Investigate Google Accounts with emails. MPL-2.0 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- django (🥇37 · ⭐ 56K · 📉) - The Web framework for perfectionists with deadlines. BSD-3 -- mitmproxy (🥇33 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- asgiref (🥉26 · ⭐ 800 · 📉) - ASGI specification and utilities. BSD-3 -- Cactus (🥉23 · ⭐ 3.4K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 -- Transistor (🥉13 · ⭐ 200 · 💤) - Transistor, a Python web scraping framework for intelligent use.. MIT +- sanic (🥈32 · ⭐ 15K · 📉) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT +- mitmproxy (🥈29 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT +- CherryPy (🥉28 · ⭐ 1.4K · 📉) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 +- feedparser (🥈28 · ⭐ 1.2K · 📉) - Parse feeds in Python. BSD-2 +- weblate (🥉20 · ⭐ 2.3K · 📉) - Web based localization tool with tight version control.. ❗️GPL-3.0 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- IP2Trace (🥉9 · ⭐ 4 · 🐣) - A Python tool to display geolocation information in the traceroute. MIT