From c194af08d573ee38afed7caa8a542496ccdbf8db Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 11 Jan 2024 17:21:46 +0000 Subject: [PATCH] Update best-of list for version 2024.01.11 --- README.md | 1615 ++++++++++++++++--------------- history/2024-01-11_changes.md | 20 + history/2024-01-11_projects.csv | 581 +++++++++++ latest-changes.md | 20 +- 4 files changed, 1426 insertions(+), 810 deletions(-) create mode 100644 history/2024-01-11_changes.md create mode 100644 history/2024-01-11_projects.csv diff --git a/README.md b/README.md index 82f3e424..77bb45b7 100644 --- a/README.md +++ b/README.md @@ -89,46 +89,46 @@ This curated list contains 580 awesome open-source projects with a total of 2.8M _General purpose web frameworks to build web applications and REST APIs._ -
flask (🥇50 · ⭐ 65K) - The Python micro framework for building web applications. BSD-3 +
django (🥇49 · ⭐ 75K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/pallets/flask) (👨‍💻 830 · 🔀 16K · 📥 7.1K · 📦 1.7M · 📋 2.6K - 0% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/django/django) (👨‍💻 3K · 🔀 31K · 📦 1.5M · ⏱️ 11.01.2024): ``` - git clone https://github.com/pallets/flask + git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/flask) (📥 89M / month · 📦 120K · ⏱️ 30.09.2023): +- [PyPi](https://pypi.org/project/django) (📥 11M / month · 📦 120K · ⏱️ 02.01.2024): ``` - pip install flask + pip install django ``` -- [Conda](https://anaconda.org/conda-forge/flask) (📥 6.7M · ⏱️ 03.10.2023): +- [Conda](https://anaconda.org/conda-forge/django) (📥 1.6M · ⏱️ 08.01.2024): ``` - conda install -c conda-forge flask + conda install -c conda-forge django ```
-
django (🥇49 · ⭐ 75K) - The Web framework for perfectionists with deadlines. BSD-3 +
flask (🥇49 · ⭐ 65K · 📉) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 3K · 🔀 31K · 📦 1.5M · ⏱️ 04.01.2024): +- [GitHub](https://github.com/pallets/flask) (👨‍💻 830 · 🔀 16K · 📥 7.1K · 📦 1.7M · 📋 2.6K - 0% open · ⏱️ 01.01.2024): ``` - git clone https://github.com/django/django + git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/django) (📥 11M / month · 📦 120K · ⏱️ 02.01.2024): +- [PyPi](https://pypi.org/project/flask) (📥 89M / month · 📦 120K · ⏱️ 30.09.2023): ``` - pip install django + pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/django) (📥 1.6M · ⏱️ 08.12.2023): +- [Conda](https://anaconda.org/conda-forge/flask) (📥 6.8M · ⏱️ 03.10.2023): ``` - conda install -c conda-forge django + conda install -c conda-forge flask ```
-
fastapi (🥇46 · ⭐ 67K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (🥇47 · ⭐ 67K · 📈) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 520 · 🔀 5.6K · 📦 290K · 📋 4K - 17% open · ⏱️ 26.12.2023): +- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 540 · 🔀 5.7K · 📦 290K · 📋 4K - 16% open · ⏱️ 11.01.2024): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (📥 26M / month · 📦 3.2K · ⏱️ 26.12.2023): +- [PyPi](https://pypi.org/project/fastapi) (📥 26M / month · 📦 3.3K · ⏱️ 11.01.2024): ``` pip install fastapi ``` @@ -144,7 +144,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/tornado) (📥 30M / month · 📦 26K · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/tornado) (📥 29M / month · 📦 26K · ⏱️ 29.11.2023): ``` pip install tornado ``` @@ -171,12 +171,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rest-framework (🥈43 · ⭐ 27K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.4K · 🔀 6.7K · 📦 620K · 📋 3.9K - 3% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.4K · 🔀 6.7K · 📦 620K · 📋 3.9K - 3% open · ⏱️ 11.01.2024): ``` git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (📥 92K / month · 📦 440 · ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/django-rest-framework) (📥 90K / month · 📦 440 · ⏱️ 20.07.2017): ``` pip install django-rest-framework ``` @@ -192,23 +192,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (📥 710K / month · 📦 710 · ⏱️ 31.12.2023): +- [PyPi](https://pypi.org/project/sanic) (📥 670K / month · 📦 710 · ⏱️ 09.01.2024): ``` pip install sanic ``` -- [Conda](https://anaconda.org/conda-forge/sanic) (📥 310K · ⏱️ 31.12.2023): +- [Conda](https://anaconda.org/conda-forge/sanic) (📥 310K · ⏱️ 09.01.2024): ``` conda install -c conda-forge sanic ```
starlette (🥈41 · ⭐ 9K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (👨‍💻 260 · 🔀 800 · 📦 160K · 📋 710 - 5% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/encode/starlette) (👨‍💻 260 · 🔀 810 · 📦 170K · 📋 700 - 4% open · ⏱️ 11.01.2024): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (📥 22M / month · 📦 1.1K · ⏱️ 16.12.2023): +- [PyPi](https://pypi.org/project/starlette) (📥 22M / month · 📦 1.1K · ⏱️ 11.01.2024): ``` pip install starlette ``` @@ -224,7 +224,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 8.2M / month · 📦 340 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 8.8M / month · 📦 340 · ⏱️ 20.11.2023): ``` pip install flask-appbuilder ``` @@ -240,7 +240,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (📥 600K / month · 📦 1.7K · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/falcon) (📥 580K / month · 📦 1.7K · ⏱️ 05.12.2023): ``` pip install falcon ``` @@ -267,12 +267,12 @@ _General purpose web frameworks to build web applications and REST APIs._
CherryPy (🥈37 · ⭐ 1.7K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 140 · 🔀 360 · 📦 12K · 📋 1.8K - 14% open · ⏱️ 26.12.2023): +- [GitHub](https://github.com/cherrypy/cherrypy) (👨‍💻 140 · 🔀 360 · 📦 12K · 📋 1.8K - 14% open · ⏱️ 05.01.2024): ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (📥 890K / month · 📦 10K · ⏱️ 13.12.2023): +- [PyPi](https://pypi.org/project/cherrypy) (📥 870K / month · 📦 10K · ⏱️ 13.12.2023): ``` pip install cherrypy ``` @@ -288,7 +288,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (📥 1.4M / month · 📦 7.2K · ⏱️ 21.05.2023): +- [PyPi](https://pypi.org/project/flask-restful) (📥 1.3M / month · 📦 7.2K · ⏱️ 21.05.2023): ``` pip install flask-restful ``` @@ -297,26 +297,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-restful ```
-
django-tastypie (🥉33 · ⭐ 3.9K) - Creating delicious APIs for Django apps since 2010. BSD-3 +
django-tastypie (🥉34 · ⭐ 3.9K) - Creating delicious APIs for Django apps since 2010. BSD-3 - [GitHub](https://github.com/django-tastypie/django-tastypie) (👨‍💻 200 · 🔀 1.3K · 📦 5.6K · 📋 930 - 43% open · ⏱️ 02.09.2023): ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (📥 54K / month · 📦 2.5K · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/django-tastypie) (📥 55K / month · 📦 2.5K · ⏱️ 02.09.2023): ``` pip install django-tastypie ```
-
hug (🥉31 · ⭐ 6.7K · 💤) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT +
hug (🥉31 · ⭐ 6.8K · 💤) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT - [GitHub](https://github.com/hugapi/hug) (👨‍💻 120 · 🔀 390 · 📦 4.8K · 📋 480 - 37% open · ⏱️ 30.06.2023): ``` git clone https://github.com/hugapi/hug ``` -- [PyPi](https://pypi.org/project/hug) (📥 46K / month · 📦 240 · ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/hug) (📥 45K / month · 📦 240 · ⏱️ 06.02.2020): ``` pip install hug ``` @@ -325,6 +325,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hug ```
+
eve (🥉31 · ⭐ 6.7K) - REST API framework designed for human beings. BSD-3 + +- [GitHub](https://github.com/pyeve/eve) (👨‍💻 210 · 🔀 750 · 📦 1.1K · 📋 970 - 2% open · ⏱️ 10.07.2023): + + ``` + git clone https://github.com/pyeve/eve + ``` +- [PyPi](https://pypi.org/project/eve) (📥 7.4K / month · 📦 380 · ⏱️ 14.03.2023): + ``` + pip install eve + ``` +
webpy (🥉31 · ⭐ 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense - [GitHub](https://github.com/webpy/webpy) (👨‍💻 90 · 🔀 1.3K · 📦 21 · 📋 440 - 9% open · ⏱️ 18.11.2023): @@ -332,7 +344,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/webpy/webpy ``` -- [PyPi](https://pypi.org/project/web.py) (📥 190K / month · 📦 1.1K · ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/web.py) (📥 160K / month · 📦 1.1K · ⏱️ 09.11.2020): ``` pip install web.py ``` @@ -341,26 +353,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge web.py ```
-
eve (🥉30 · ⭐ 6.6K) - REST API framework designed for human beings. BSD-3 - -- [GitHub](https://github.com/pyeve/eve) (👨‍💻 210 · 🔀 750 · 📦 1.1K · 📋 970 - 2% open · ⏱️ 10.07.2023): - - ``` - git clone https://github.com/pyeve/eve - ``` -- [PyPi](https://pypi.org/project/eve) (📥 7.6K / month · 📦 380 · ⏱️ 14.03.2023): - ``` - pip install eve - ``` -
responder (🥉30 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2 -- [GitHub](https://github.com/kennethreitz/responder) (👨‍💻 90 · 🔀 220 · 📦 550 · 📋 220 - 24% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/kennethreitz/responder) (👨‍💻 90 · 🔀 220 · 📦 550 · 📋 220 - 24% open · ⏱️ 11.01.2024): ``` git clone https://github.com/taoufik07/responder ``` -- [PyPi](https://pypi.org/project/responder) (📥 2.7K / month · 📦 69 · ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/responder) (📥 2.6K / month · 📦 69 · ⏱️ 08.01.2021): ``` pip install responder ``` @@ -371,16 +371,16 @@ _General purpose web frameworks to build web applications and REST APIs._
robyn (🥉30 · ⭐ 3.2K) - Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web.. BSD-2 -- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 58 · 🔀 160 · 📦 51 · 📋 350 - 36% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/sparckles/Robyn) (👨‍💻 58 · 🔀 160 · 📦 52 · 📋 350 - 36% open · ⏱️ 09.01.2024): ``` git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/robyn) (📥 9K / month · 📦 1 · ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/robyn) (📥 11K / month · 📦 1 · ⏱️ 10.01.2024): ``` pip install robyn ``` -- [Conda](https://anaconda.org/conda-forge/robyn) (📥 120K · ⏱️ 03.01.2024): +- [Conda](https://anaconda.org/conda-forge/robyn) (📥 120K · ⏱️ 10.01.2024): ``` conda install -c conda-forge robyn ``` @@ -392,7 +392,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (📥 3.3K / month · 📦 78 · ⏱️ 01.01.2024): +- [PyPi](https://pypi.org/project/masonite) (📥 2K / month · 📦 78 · ⏱️ 01.01.2024): ``` pip install masonite ``` @@ -425,14 +425,6 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install guillotina ```
-
web2py (🥉26 · ⭐ 2.1K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 - -- [GitHub](https://github.com/web2py/web2py) (👨‍💻 260 · 🔀 880 · 📦 40 · 📋 1.1K - 34% open · ⏱️ 28.12.2023): - - ``` - git clone https://github.com/web2py/web2py - ``` -
justpy (🥉26 · ⭐ 1.1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2 - [GitHub](https://github.com/justpy-org/justpy) (👨‍💻 20 · 🔀 89 · 📦 440 · 📋 440 - 0% open · ⏱️ 17.12.2023): @@ -445,6 +437,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install justpy ```
+
web2py (🥉25 · ⭐ 2.1K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 + +- [GitHub](https://github.com/web2py/web2py) (👨‍💻 260 · 🔀 880 · 📦 40 · 📋 1.1K - 34% open · ⏱️ 28.12.2023): + + ``` + git clone https://github.com/web2py/web2py + ``` +
emmett (🥉25 · ⭐ 900) - The web framework for inventors. BSD-3 - [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 24 · 🔀 69 · 📦 56 · 📋 320 - 9% open · ⏱️ 21.12.2023): @@ -452,19 +452,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (📥 310 / month · 📦 4 · ⏱️ 21.12.2023): +- [PyPi](https://pypi.org/project/emmett) (📥 390 / month · 📦 4 · ⏱️ 21.12.2023): ``` pip install emmett ```
-
flama (🥉18 · ⭐ 240) - Fire up your models with the flame. Apache-2 +
flama (🥉17 · ⭐ 250) - Fire up your models with the flame. Apache-2 -- [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 14 · 📥 150 · 📦 12 · 📋 91 - 7% open · ⏱️ 20.11.2023): +- [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 15 · 📥 150 · 📦 12 · 📋 91 - 7% open · ⏱️ 20.11.2023): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 210 / month · 📦 1 · ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/flama) (📥 130 / month · 📦 1 · ⏱️ 27.09.2023): ``` pip install flama ``` @@ -487,7 +487,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (🥇48 · ⭐ 51K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 750 · 🔀 9.3K · 📥 7.8K · 📦 2.7M · 📋 3.9K - 6% open · ⏱️ 23.12.2023): +- [GitHub](https://github.com/psf/requests) (👨‍💻 750 · 🔀 9.3K · 📥 7.9K · 📦 2.7M · 📋 3.9K - 6% open · ⏱️ 08.01.2024): ``` git clone https://github.com/psf/requests @@ -503,12 +503,12 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (🥇47 · ⭐ 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 710 · 🔀 2K · 📥 15K · 📦 440K · 📋 2.9K - 17% open · ⏱️ 28.12.2023): +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 710 · 🔀 2K · 📥 15K · 📦 440K · 📋 2.9K - 17% open · ⏱️ 11.01.2024): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (📥 98M / month · 📦 15K · ⏱️ 26.11.2023): +- [PyPi](https://pypi.org/project/aiohttp) (📥 97M / month · 📦 15K · ⏱️ 26.11.2023): ``` pip install aiohttp ``` @@ -519,7 +519,7 @@ _General purpose web frameworks to build web applications and REST APIs._
urllib3 (🥈45 · ⭐ 3.6K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 340 · 🔀 1.1K · 📥 28K · 📦 1.6M · 📋 1.2K - 10% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 340 · 🔀 1.1K · 📥 29K · 📦 1.6M · 📋 1.2K - 10% open · ⏱️ 10.01.2024): ``` git clone https://github.com/urllib3/urllib3 @@ -535,12 +535,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx (🥈42 · ⭐ 12K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (👨‍💻 210 · 🔀 810 · 📦 140K · 📋 820 - 4% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/encode/httpx) (👨‍💻 210 · 🔀 810 · 📦 150K · 📋 820 - 4% open · ⏱️ 10.01.2024): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (📥 31M / month · 📦 4K · ⏱️ 20.12.2023): +- [PyPi](https://pypi.org/project/httpx) (📥 32M / month · 📦 4K · ⏱️ 20.12.2023): ``` pip install httpx ``` @@ -551,12 +551,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpcore (🥈35 · ⭐ 380) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (👨‍💻 45 · 🔀 76 · 📦 89K · 📋 160 - 11% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/encode/httpcore) (👨‍💻 46 · 🔀 78 · 📦 91K · 📋 160 - 11% open · ⏱️ 09.01.2024): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (📥 31M / month · 📦 230 · ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/httpcore) (📥 32M / month · 📦 230 · ⏱️ 10.11.2023): ``` pip install httpcore ``` @@ -567,12 +567,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httpie (🥈33 · ⭐ 31K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 -- [GitHub](https://github.com/httpie/cli) (👨‍💻 160 · 🔀 3.8K · 📥 6.5K · 📦 1 · 📋 840 - 18% open · ⏱️ 24.10.2023): +- [GitHub](https://github.com/httpie/cli) (👨‍💻 160 · 🔀 3.8K · 📥 6.6K · 📦 1 · 📋 840 - 18% open · ⏱️ 24.10.2023): ``` git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/httpie) (📥 320K / month · 📦 1.7K · ⏱️ 19.05.2023): +- [PyPi](https://pypi.org/project/httpie) (📥 310K / month · 📦 1.7K · ⏱️ 19.05.2023): ``` pip install httpie ``` @@ -615,12 +615,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httptools (🥉30 · ⭐ 1.1K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 16 · 🔀 76 · 📦 72K · 📋 51 - 17% open · ⏱️ 16.10.2023): +- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 16 · 🔀 76 · 📦 73K · 📋 51 - 17% open · ⏱️ 16.10.2023): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (📥 7.1M / month · 📦 600 · ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/httptools) (📥 6.8M / month · 📦 600 · ⏱️ 16.10.2023): ``` pip install httptools ``` @@ -629,14 +629,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httptools ```
-
requests-toolbelt (🥉29 · ⭐ 960) - A toolbelt of useful classes and functions to be used.. Apache-2 +
requests-toolbelt (🥉30 · ⭐ 970) - A toolbelt of useful classes and functions to be used.. Apache-2 - [GitHub](https://github.com/requests/toolbelt) (👨‍💻 69 · 🔀 180 · 📋 200 - 43% open · ⏱️ 12.10.2023): ``` git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 51M / month · 📦 980 · ⏱️ 01.05.2023): +- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 49M / month · 📦 1K · ⏱️ 01.05.2023): ``` pip install requests-toolbelt ``` @@ -647,12 +647,12 @@ _General purpose web frameworks to build web applications and REST APIs._
grequests (🥉28 · ⭐ 4.4K · 💤) - Requests + Gevent = 3. BSD-2 -- [GitHub](https://github.com/spyoungtech/grequests) (👨‍💻 28 · 🔀 330 · 📥 11 · 📦 4.2K · 📋 120 - 4% open · ⏱️ 08.06.2023): +- [GitHub](https://github.com/spyoungtech/grequests) (👨‍💻 28 · 🔀 340 · 📥 11 · 📦 4.2K · 📋 120 - 4% open · ⏱️ 08.06.2023): ``` git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/grequests) (📥 310K / month · 📦 680 · ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/grequests) (📥 300K / month · 📦 680 · ⏱️ 08.06.2023): ``` pip install grequests ``` @@ -679,12 +679,12 @@ _General purpose web frameworks to build web applications and REST APIs._
treq (🥉28 · ⭐ 570) - Python requests like API built on top of Twisteds HTTP client. MIT -- [GitHub](https://github.com/twisted/treq) (👨‍💻 51 · 🔀 140 · 📥 250 · 📦 1.5K · 📋 160 - 36% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/twisted/treq) (👨‍💻 51 · 🔀 140 · 📥 250 · 📦 1.5K · 📋 160 - 36% open · ⏱️ 06.01.2024): ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (📥 77K / month · 📦 420 · ⏱️ 04.11.2023): +- [PyPi](https://pypi.org/project/treq) (📥 76K / month · 📦 420 · ⏱️ 04.11.2023): ``` pip install treq ``` @@ -707,11 +707,11 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... -- pycurl (🥈32 · ⭐ 1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 +- pycurl (🥉31 · ⭐ 1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 - hyper (🥉29 · ⭐ 1K · 💀) - HTTP/2 for Python. MIT - pysimplesoap (🥉26 · ⭐ 370 · 💀) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-prompt (🥉25 · ⭐ 8.8K · 💀) - An interactive command-line HTTP and API testing client built on.. MIT -- http-parser (🥉23 · ⭐ 340 · 💀) - HTTP request/response parser for python in C. MIT +- http-parser (🥉24 · ⭐ 340 · 💀) - HTTP request/response parser for python in C. MIT

@@ -719,9 +719,9 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
gunicorn (🥇44 · ⭐ 9.3K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT +
gunicorn (🥇45 · ⭐ 9.3K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 420 · 🔀 1.7K · 📥 100 · 📦 1.1M · 📋 2.1K - 16% open · ⏱️ 29.12.2023): +- [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 420 · 🔀 1.7K · 📥 100 · 📦 1.1M · 📋 2.1K - 16% open · ⏱️ 05.01.2024): ``` git clone https://github.com/benoitc/gunicorn @@ -753,12 +753,12 @@ _General purpose web frameworks to build web applications and REST APIs._
gevent (🥇39 · ⭐ 6.1K) - Coroutine-based concurrency library for Python. MIT -- [GitHub](https://github.com/gevent/gevent) (👨‍💻 110 · 🔀 990 · 📥 59K · 📦 120K · 📋 1.4K - 8% open · ⏱️ 13.12.2023): +- [GitHub](https://github.com/gevent/gevent) (👨‍💻 110 · 🔀 990 · 📥 59K · 📦 120K · 📋 1.4K - 7% open · ⏱️ 13.12.2023): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (📥 7.3M / month · 📦 15K · ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/gevent) (📥 7.1M / month · 📦 15K · ⏱️ 12.09.2023): ``` pip install gevent ``` @@ -774,7 +774,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (📥 2M / month · 📦 13K · ⏱️ 11.10.2023): +- [PyPi](https://pypi.org/project/whitenoise) (📥 1.9M / month · 📦 13K · ⏱️ 11.10.2023): ``` pip install whitenoise ``` @@ -790,7 +790,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/asgiref ``` -- [PyPi](https://pypi.org/project/asgiref) (📥 20M / month · 📦 1.3K · ⏱️ 27.05.2023): +- [PyPi](https://pypi.org/project/asgiref) (📥 21M / month · 📦 1.3K · ⏱️ 27.05.2023): ``` pip install asgiref ``` @@ -806,18 +806,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (📥 530K / month · 📦 1.7K · ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (📥 510K / month · 📦 1.7K · ⏱️ 22.08.2020): ``` pip install livereload ``` -- [Conda](https://anaconda.org/conda-forge/livereload) (📥 470K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/livereload) (📥 480K · ⏱️ 16.06.2023): ``` conda install -c conda-forge livereload ```
-
Hypercorn (🥉29 · ⭐ 830) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (🥉29 · ⭐ 840) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 58 · 🔀 76 · 📦 6.1K · 📋 140 - 35% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 58 · 🔀 76 · 📦 6.1K · 📋 140 - 35% open · ⏱️ 04.01.2024): ``` git clone https://github.com/pgjones/hypercorn @@ -827,23 +827,23 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install hypercorn ```
-
mangum (🥉27 · ⭐ 1.5K) - AWS Lambda support for ASGI applications. MIT +
mangum (🥉26 · ⭐ 1.5K) - AWS Lambda support for ASGI applications. MIT - [GitHub](https://github.com/jordaneremieff/mangum) (👨‍💻 30 · 🔀 93 · 📦 3.4K · 📋 170 - 12% open · ⏱️ 03.11.2023): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (📥 460K / month · 📦 15 · ⏱️ 27.11.2022): +- [PyPi](https://pypi.org/project/mangum) (📥 440K / month · 📦 15 · ⏱️ 27.11.2022): ``` pip install mangum ```
Show 4 hidden projects... -- waitress (🥉34 · ⭐ 1.3K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 +- waitress (🥉33 · ⭐ 1.3K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 - bjoern (🥉27 · ⭐ 3K · 💀) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 -- Meinheld (🥉25 · ⭐ 1.4K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 +- Meinheld (🥉25 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - django-devserver (🥉25 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver. BSD-3

@@ -854,23 +854,23 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (🥇41 · ⭐ 8.6K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 670 · 🔀 2.9K · 📦 21 · 📋 2.2K - 4% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 670 · 🔀 2.9K · 📦 21 · 📋 2.1K - 3% open · ⏱️ 10.01.2024): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (📥 690K / month · 📦 5.3K · ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/django-allauth) (📥 690K / month · 📦 5.3K · ⏱️ 05.01.2024): ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 110K · ⏱️ 12.12.2023): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 110K · ⏱️ 05.01.2024): ``` conda install -c conda-forge django-allauth ```
-
oauthlib (🥇38 · ⭐ 2.7K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 +
oauthlib (🥇40 · ⭐ 2.7K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 -- [GitHub](https://github.com/oauthlib/oauthlib) (👨‍💻 200 · 🔀 490 · 📦 480K · 📋 380 - 23% open · ⏱️ 25.10.2023): +- [GitHub](https://github.com/oauthlib/oauthlib) (👨‍💻 200 · 🔀 490 · 📦 480K · 📋 380 - 23% open · ⏱️ 06.01.2024): ``` git clone https://github.com/oauthlib/oauthlib @@ -879,7 +879,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 9.9M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 10M · ⏱️ 16.06.2023): ``` conda install -c conda-forge oauthlib ``` @@ -902,12 +902,12 @@ _General purpose web frameworks to build web applications and REST APIs._
authlib (🥇37 · ⭐ 4.1K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (👨‍💻 100 · 🔀 400 · 📦 30K · 📋 410 - 15% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/lepture/authlib) (👨‍💻 100 · 🔀 400 · 📦 30K · 📋 420 - 16% open · ⏱️ 05.01.2024): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (📥 6.1M / month · 📦 420 · ⏱️ 17.12.2023): +- [PyPi](https://pypi.org/project/authlib) (📥 5.9M / month · 📦 420 · ⏱️ 17.12.2023): ``` pip install authlib ``` @@ -932,9 +932,25 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-login ```
+
requests-oauthlib (🥈36 · ⭐ 1.7K · 📉) - OAuthlib support for Python-Requests!. ISC + +- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 410 · 📦 450K · 📋 270 - 40% open · ⏱️ 06.01.2024): + + ``` + git clone https://github.com/requests/requests-oauthlib + ``` +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 75M / month · 📦 12K · ⏱️ 29.01.2022): + ``` + pip install requests-oauthlib + ``` +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 8.9M · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge requests-oauthlib + ``` +
django-oauth-toolkit (🥈35 · ⭐ 3K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 240 · 🔀 770 · 📋 820 - 20% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 240 · 🔀 770 · 📋 820 - 21% open · ⏱️ 08.01.2024): ``` git clone https://github.com/jazzband/django-oauth-toolkit @@ -962,28 +978,28 @@ _General purpose web frameworks to build web applications and REST APIs._
djoser (🥈34 · ⭐ 2.4K) - REST implementation of Django authentication system. MIT -- [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 450 · 📦 24K · 📋 480 - 36% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 450 · 📦 25K · 📋 480 - 36% open · ⏱️ 29.11.2023): ``` git clone https://github.com/sunscrapers/djoser ``` -- [PyPi](https://pypi.org/project/djoser) (📥 150K / month · 📦 220 · ⏱️ 09.11.2023): +- [PyPi](https://pypi.org/project/djoser) (📥 140K / month · 📦 220 · ⏱️ 09.11.2023): ``` pip install djoser ```
google-auth (🥈34 · ⭐ 710) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 120 · 🔀 330 · 📋 460 - 18% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 120 · 🔀 330 · 📋 460 - 18% open · ⏱️ 11.01.2024): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (📥 110M / month · 📦 3K · ⏱️ 03.01.2024): +- [PyPi](https://pypi.org/project/google-auth) (📥 110M / month · 📦 3K · ⏱️ 11.01.2024): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 8.8M · ⏱️ 04.01.2024): +- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 8.8M · ⏱️ 11.01.2024): ``` conda install -c conda-forge google-auth ``` @@ -995,7 +1011,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 190K / month · 📦 11 · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 190K / month · 📦 12 · ⏱️ 15.11.2023): ``` pip install dj-rest-auth ``` @@ -1011,7 +1027,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 1.6M / month · 📦 360 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 1.5M / month · 📦 360 · ⏱️ 04.12.2023): ``` pip install djangorestframework-simplejwt ``` @@ -1039,7 +1055,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/python-jose) (📥 6M / month · 📦 880 · ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (📥 5.9M / month · 📦 880 · ⏱️ 05.06.2021): ``` pip install python-jose ``` @@ -1055,7 +1071,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (📥 580K / month · 📦 2.2K · ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 570K / month · 📦 2.2K · ⏱️ 27.04.2023): ``` pip install flask-httpauth ``` @@ -1064,14 +1080,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-httpauth ```
-
pyotp (🥉30 · ⭐ 2.7K · 📉) - Python One-Time Password Library. MIT +
pyotp (🥉30 · ⭐ 2.7K) - Python One-Time Password Library. MIT - [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 43 · 🔀 300 · 📥 280 · 📦 13K · 📋 90 - 5% open · ⏱️ 19.10.2023): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (📥 4.2M / month · 📦 640 · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/pyotp) (📥 4M / month · 📦 640 · ⏱️ 27.07.2023): ``` pip install pyotp ``` @@ -1080,26 +1096,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pyotp ```
-
django-rest-knox (🥉30 · ⭐ 1K) - Authentication Module for django rest auth. MIT +
django-rest-knox (🥉29 · ⭐ 1K) - Authentication Module for django rest auth. MIT -- [GitHub](https://github.com/jazzband/django-rest-knox) (👨‍💻 51 · 🔀 190 · 📦 10K · 📋 150 - 36% open · ⏱️ 17.10.2023): +- [GitHub](https://github.com/jazzband/django-rest-knox) (👨‍💻 51 · 🔀 190 · 📦 10K · 📋 150 - 35% open · ⏱️ 17.10.2023): ``` git clone https://github.com/James1345/django-rest-knox ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (📥 110K / month · 📦 180 · ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (📥 100K / month · 📦 180 · ⏱️ 31.01.2022): ``` pip install django-rest-knox ```
-
flask-dance (🥉28 · ⭐ 970 · 💤) - Doing the OAuth dance with style using Flask, requests, and.. MIT +
flask-dance (🥉29 · ⭐ 970) - Doing the OAuth dance with style using Flask, requests, and.. MIT -- [GitHub](https://github.com/singingwolfboy/flask-dance) (👨‍💻 56 · 🔀 150 · 📦 3.9K · 📋 200 - 18% open · ⏱️ 10.05.2023): +- [GitHub](https://github.com/singingwolfboy/flask-dance) (👨‍💻 56 · 🔀 160 · 📦 3.9K · 📋 210 - 19% open · ⏱️ 04.01.2024): ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (📥 49K / month · 📦 160 · ⏱️ 10.05.2023): +- [PyPi](https://pypi.org/project/flask-dance) (📥 52K / month · 📦 160 · ⏱️ 04.01.2024): ``` pip install flask-dance ``` @@ -1110,12 +1126,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rules (🥉27 · ⭐ 1.7K · 💤) - Awesome Django authorization, without the database. MIT -- [GitHub](https://github.com/dfunckt/django-rules) (👨‍💻 28 · 🔀 140 · 📦 1.5K · 📋 110 - 26% open · ⏱️ 23.02.2023): +- [GitHub](https://github.com/dfunckt/django-rules) (👨‍💻 28 · 🔀 140 · 📦 1.6K · 📋 110 - 26% open · ⏱️ 23.02.2023): ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (📥 94K / month · 📦 140 · ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (📥 92K / month · 📦 140 · ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1139,7 +1155,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 1.4K / month · 📦 250 · ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/authomatic) (📥 1.3K / month · 📦 250 · ⏱️ 08.06.2023): ``` pip install authomatic ``` @@ -1151,19 +1167,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (📥 3.6K / month · 📦 8 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/flask-praetorian) (📥 3.5K / month · 📦 8 · ⏱️ 29.11.2023): ``` pip install flask-praetorian ```
-
fastapi_login (🥉23 · ⭐ 550) - FastAPI-Login tries to provide similar functionality as.. MIT +
fastapi_login (🥉23 · ⭐ 560) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 14 · 🔀 54 · 📥 3 · 📦 750 · 📋 53 - 15% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 14 · 🔀 54 · 📥 3 · 📦 760 · 📋 53 - 15% open · ⏱️ 29.11.2023): ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (📥 20K / month · 📦 3 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/fastapi_login) (📥 19K / month · 📦 3 · ⏱️ 29.11.2023): ``` pip install fastapi_login ``` @@ -1182,19 +1198,18 @@ _General purpose web frameworks to build web applications and REST APIs._
flask_simplelogin (🥉19 · ⭐ 190) - Simple Login - Login Extension for Flask - maintainer.. MIT -- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 11 · 🔀 39 · 📦 40 · 📋 18 - 16% open · ⏱️ 18.08.2023): +- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (👨‍💻 11 · 🔀 39 · 📦 41 · 📋 19 - 21% open · ⏱️ 18.08.2023): ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 44K / month · 📦 3 · ⏱️ 25.10.2021): +- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 45K / month · 📦 3 · ⏱️ 25.10.2021): ``` pip install flask_simplelogin ```
-
Show 15 hidden projects... +
Show 14 hidden projects... -- requests-oauthlib (🥇37 · ⭐ 1.7K · 💀) - OAuthlib support for Python-Requests!. ISC - oauth2client (🥈34 · ⭐ 800 · 💀) - This is a Python library for accessing resources protected.. Apache-2 - django-guardian (🥈32 · ⭐ 3.5K · 💀) - Per object permissions for Django. BSD-3 - django-rest-framework-jwt (🥈32 · ⭐ 3.2K · 💀) - JSON Web Token Authentication support for Django REST.. MIT @@ -1218,53 +1233,53 @@ _General purpose web frameworks to build web applications and REST APIs._
lxml (🥇39 · ⭐ 2.5K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (👨‍💻 160 · 🔀 580 · 📥 29K · 📦 410K · ⏱️ 03.01.2024): +- [GitHub](https://github.com/lxml/lxml) (👨‍💻 160 · 🔀 590 · 📥 29K · 📦 410K · ⏱️ 10.01.2024): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (📥 80M / month · 📦 40K · ⏱️ 29.12.2023): +- [PyPi](https://pypi.org/project/lxml) (📥 80M / month · 📦 40K · ⏱️ 08.01.2024): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (📥 11M · ⏱️ 15.12.2023): +- [Conda](https://anaconda.org/conda-forge/lxml) (📥 11M · ⏱️ 08.01.2024): ``` conda install -c conda-forge lxml ```
-
xhtml2pdf (🥈36 · ⭐ 2.1K) - A library for converting HTML into PDFs using ReportLab. Apache-2 +
bleach (🥈35 · ⭐ 2.6K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 160 · 🔀 660 · 📥 27 · 📦 13K · 📋 410 - 26% open · ⏱️ 28.11.2023): +- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 79 · 🔀 250 · 📦 290K · 📋 370 - 1% open · ⏱️ 01.01.2024): ``` - git clone https://github.com/xhtml2pdf/xhtml2pdf + git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 530K / month · 📦 840 · ⏱️ 09.11.2023): +- [PyPi](https://pypi.org/project/bleach) (📥 14M / month · 📦 13K · ⏱️ 06.10.2023): ``` - pip install xhtml2pdf + pip install bleach ``` -- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 93K · ⏱️ 19.07.2023): +- [Conda](https://anaconda.org/conda-forge/bleach) (📥 16M · ⏱️ 06.10.2023): ``` - conda install -c conda-forge xhtml2pdf + conda install -c conda-forge bleach ```
-
bleach (🥈35 · ⭐ 2.6K · 📉) - Bleach is an allowed-list-based HTML sanitizing library that.. Apache-2 +
xhtml2pdf (🥈35 · ⭐ 2.1K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 79 · 🔀 250 · 📦 290K · 📋 370 - 1% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨‍💻 160 · 🔀 660 · 📥 28 · 📦 13K · 📋 410 - 27% open · ⏱️ 28.11.2023): ``` - git clone https://github.com/mozilla/bleach + git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/bleach) (📥 14M / month · 📦 13K · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 510K / month · 📦 840 · ⏱️ 09.11.2023): ``` - pip install bleach + pip install xhtml2pdf ``` -- [Conda](https://anaconda.org/conda-forge/bleach) (📥 16M · ⏱️ 06.10.2023): +- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 93K · ⏱️ 19.07.2023): ``` - conda install -c conda-forge bleach + conda install -c conda-forge xhtml2pdf ```
-
markupsafe (🥈34 · ⭐ 570) - Safely add untrusted strings to HTML/XML markup. BSD-3 +
markupsafe (🥈34 · ⭐ 580) - Safely add untrusted strings to HTML/XML markup. BSD-3 - [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 41 · 🔀 150 · 📥 2.2K · 📦 1.5M · 📋 120 - 6% open · ⏱️ 04.12.2023): @@ -1287,19 +1302,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/psf/requests-html ``` -- [PyPi](https://pypi.org/project/requests-html) (📥 1.1M / month · 📦 400 · ⏱️ 17.02.2019): +- [PyPi](https://pypi.org/project/requests-html) (📥 1.1M / month · 📦 410 · ⏱️ 17.02.2019): ``` pip install requests-html ```
WeasyPrint (🥉33 · ⭐ 6.3K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 130 · 🔀 630 · 📦 21 · 📋 1.7K - 11% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 130 · 🔀 630 · 📦 21 · 📋 1.7K - 11% open · ⏱️ 07.01.2024): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (📥 1.1M / month · 📦 120 · ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/weasyprint) (📥 1M / month · 📦 120 · ⏱️ 11.12.2023): ``` pip install weasyprint ``` @@ -1308,14 +1323,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge weasyprint ```
-
html5lib-python (🥉32 · ⭐ 1.1K · 💤) - Standards-compliant library for parsing and serializing.. MIT +
html5lib-python (🥉32 · ⭐ 1.1K) - Standards-compliant library for parsing and serializing HTML.. MIT -- [GitHub](https://github.com/html5lib/html5lib-python) (👨‍💻 65 · 🔀 280 · 📋 260 - 31% open · ⏱️ 03.03.2023): +- [GitHub](https://github.com/html5lib/html5lib-python) (👨‍💻 66 · 🔀 280 · 📋 260 - 31% open · ⏱️ 10.01.2024): ``` git clone https://github.com/html5lib/html5lib-python ``` -- [PyPi](https://pypi.org/project/html5lib) (📥 9.8M / month · 📦 15K · ⏱️ 22.06.2020): +- [PyPi](https://pypi.org/project/html5lib) (📥 9.7M / month · 📦 15K · ⏱️ 22.06.2020): ``` pip install html5lib ``` @@ -1331,7 +1346,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (📥 2M / month · 📦 3.4K · ⏱️ 28.12.2022): +- [PyPi](https://pypi.org/project/pyquery) (📥 2.1M / month · 📦 3.4K · ⏱️ 28.12.2022): ``` pip install pyquery ``` @@ -1340,26 +1355,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pyquery ```
-
selectolax (🥉25 · ⭐ 910) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT +
selectolax (🥉25 · ⭐ 920) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT - [GitHub](https://github.com/rushter/selectolax) (👨‍💻 13 · 🔀 61 · 📦 1.2K · 📋 87 - 19% open · ⏱️ 07.11.2023): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (📥 42K / month · 📦 45 · ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/selectolax) (📥 41K / month · 📦 45 · ⏱️ 17.10.2023): ``` pip install selectolax ```
html5-parser (🥉24 · ⭐ 660) - Fast C based HTML 5 parsing for python. Apache-2 -- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 7 · 🔀 77 · 📋 22 - 4% open · ⏱️ 19.11.2023): +- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 7 · 🔀 77 · 📋 23 - 4% open · ⏱️ 19.11.2023): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (📥 170K / month · 📦 18 · ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/html5-parser) (📥 130K / month · 📦 18 · ⏱️ 19.11.2023): ``` pip install html5-parser ``` @@ -1372,12 +1387,12 @@ _General purpose web frameworks to build web applications and REST APIs._
tldextract (🥇36 · ⭐ 1.7K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 50 · 🔀 210 · 📦 24K · 📋 190 - 6% open · ⏱️ 17.11.2023): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 50 · 🔀 210 · 📦 25K · 📋 190 - 6% open · ⏱️ 17.11.2023): ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (📥 7.1M / month · 📦 1.2K · ⏱️ 17.11.2023): +- [PyPi](https://pypi.org/project/tldextract) (📥 7M / month · 📦 1.2K · ⏱️ 17.11.2023): ``` pip install tldextract ``` @@ -1386,14 +1401,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tldextract ```
-
Yarl (🥇36 · ⭐ 1K) - Yet another URL library. Apache-2 +
Yarl (🥇36 · ⭐ 1.1K) - Yet another URL library. Apache-2 - [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 87 · 🔀 150 · 📥 14K · 📋 220 - 15% open · ⏱️ 01.01.2024): ``` git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/yarl) (📥 95M / month · 📦 3.3K · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/yarl) (📥 94M / month · 📦 3.3K · ⏱️ 06.12.2023): ``` pip install yarl ``` @@ -1402,14 +1417,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge yarl ```
-
shortuuid (🥈31 · ⭐ 2K · 💤) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 +
shortuuid (🥈30 · ⭐ 2K · 💤) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 33 · 🔀 110 · 📦 21K · ⏱️ 25.02.2023): +- [GitHub](https://github.com/skorokithakis/shortuuid) (👨‍💻 33 · 🔀 110 · 📦 22K · ⏱️ 25.02.2023): ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (📥 3.4M / month · 📦 1.2K · ⏱️ 13.11.2022): +- [PyPi](https://pypi.org/project/shortuuid) (📥 3.2M / month · 📦 1.2K · ⏱️ 13.11.2022): ``` pip install shortuuid ``` @@ -1434,16 +1449,16 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (🥇42 · ⭐ 19K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3K · 🔀 5.8K · 📦 5 · 📋 7.8K - 55% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 3K · 🔀 5.9K · 📦 5 · 📋 7.9K - 55% open · ⏱️ 11.01.2024): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 5.1K / month · ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 4.6K / month · ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 1.5M / month · 📦 660 · ⏱️ 18.07.2023): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 1.5M / month · 📦 680 · ⏱️ 18.07.2023): ``` npm install @openapitools/openapi-generator-cli ``` @@ -1466,20 +1481,20 @@ _General purpose web frameworks to build web applications and REST APIs._
swagger-ui (🥇37 · ⭐ 25K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 570 · 🔀 8.8K · 📦 36K · 📋 5.3K - 19% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 570 · 🔀 8.9K · 📦 36K · 📋 5.3K - 19% open · ⏱️ 11.01.2024): ``` git clone https://github.com/swagger-api/swagger-ui ```
-
drf-spectacular (🥈36 · ⭐ 1.9K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
drf-spectacular (🥇37 · ⭐ 2K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 100 · 🔀 230 · 📦 85K · 📋 840 - 8% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 110 · 🔀 230 · 📦 85K · 📋 850 - 8% open · ⏱️ 06.01.2024): ``` git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (📥 1.3M / month · 📦 72 · ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/drf-spectacular) (📥 1.3M / month · 📦 75 · ⏱️ 12.12.2023): ``` pip install drf-spectacular ``` @@ -1488,18 +1503,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge drf-spectacular ```
-
apispec (🥈35 · ⭐ 1.1K) - A pluggable API specification generator. Currently supports the.. MIT +
apispec (🥈36 · ⭐ 1.1K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 84 · 🔀 170 · 📦 12K · 📋 270 - 13% open · ⏱️ 21.12.2023): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 86 · 🔀 170 · 📦 12K · 📋 270 - 11% open · ⏱️ 10.01.2024): ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (📥 6.7M / month · 📦 7.1K · ⏱️ 21.12.2023): +- [PyPi](https://pypi.org/project/apispec) (📥 7.1M / month · 📦 7.1K · ⏱️ 10.01.2024): ``` pip install apispec ``` -- [Conda](https://anaconda.org/conda-forge/apispec) (📥 650K · ⏱️ 22.12.2023): +- [Conda](https://anaconda.org/conda-forge/apispec) (📥 650K · ⏱️ 10.01.2024): ``` conda install -c conda-forge apispec ``` @@ -1515,19 +1530,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-yasg ``` -- [Conda](https://anaconda.org/conda-forge/drf-yasg) (📥 8K · ⏱️ 25.10.2023): +- [Conda](https://anaconda.org/conda-forge/drf-yasg) (📥 8.1K · ⏱️ 25.10.2023): ``` conda install -c conda-forge drf-yasg ```
-
datamodel-code-generator (🥈34 · ⭐ 2K) - Pydantic model and dataclasses.dataclass generator.. MIT +
datamodel-code-generator (🥈34 · ⭐ 2.1K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 100 · 🔀 240 · 📦 1K · 📋 440 - 24% open · ⏱️ 27.12.2023): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 100 · 🔀 240 · 📦 1K · 📋 440 - 24% open · ⏱️ 09.01.2024): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 530K / month · 📦 64 · ⏱️ 21.12.2023): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 520K / month · 📦 65 · ⏱️ 21.12.2023): ``` pip install datamodel-code-generator ``` @@ -1548,14 +1563,22 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/swagger-api/swagger-codegen ```
-
OpenAPI Spec validator (🥉32 · ⭐ 290) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 +
AutoRest (🥉31 · ⭐ 4.4K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT + +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 170 · 🔀 760 · 📥 88K · 📦 550 · 📋 2.1K - 5% open · ⏱️ 11.01.2024): + + ``` + git clone https://github.com/Azure/autorest + ``` +
+
OpenAPI Spec validator (🥉31 · ⭐ 300) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 - [GitHub](https://github.com/python-openapi/openapi-spec-validator) (👨‍💻 38 · 🔀 60 · 📦 6K · 📋 110 - 30% open · ⏱️ 20.12.2023): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 3.5M / month · 📦 250 · ⏱️ 13.10.2023): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 3.3M / month · 📦 250 · ⏱️ 13.10.2023): ``` pip install openapi-spec-validator ``` @@ -1564,14 +1587,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge openapi-spec-validator ```
-
AutoRest (🥉30 · ⭐ 4.4K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT - -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 170 · 🔀 760 · 📥 88K · 📦 550 · 📋 2.1K - 5% open · ⏱️ 22.12.2023): - - ``` - git clone https://github.com/Azure/autorest - ``` -
flasgger (🥉30 · ⭐ 3.4K · 💤) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT - [GitHub](https://github.com/flasgger/flasgger) (👨‍💻 110 · 🔀 480 · 📥 520 · 📦 12K · 📋 410 - 60% open · ⏱️ 18.05.2023): @@ -1590,12 +1605,12 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-python-client (🥉30 · ⭐ 930) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 56 · 🔀 190 · 📦 790 · 📋 330 - 14% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 57 · 🔀 190 · 📦 790 · 📋 330 - 14% open · ⏱️ 10.01.2024): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 190K / month · 📦 9 · ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 200K / month · 📦 9 · ⏱️ 04.01.2024): ``` pip install openapi-python-client ``` @@ -1606,7 +1621,7 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-core (🥉30 · ⭐ 260) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 61 · 🔀 120 · 📦 480 · 📋 220 - 29% open · ⏱️ 17.12.2023): +- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 61 · 🔀 120 · 📦 490 · 📋 220 - 29% open · ⏱️ 09.01.2024): ``` git clone https://github.com/p1c2u/openapi-core @@ -1627,19 +1642,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 3.2K / month · 📦 3 · ⏱️ 26.12.2023): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 3.9K / month · 📦 4 · ⏱️ 26.12.2023): ``` npm install openapi-to-graphql-cli ```
Spectree (🥉25 · ⭐ 300) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 42 · 🔀 70 · 📦 84 · 📋 110 - 16% open · ⏱️ 23.12.2023): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 42 · 🔀 70 · 📦 85 · 📋 110 - 16% open · ⏱️ 23.12.2023): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 35K / month · 📦 5 · ⏱️ 07.11.2023): +- [PyPi](https://pypi.org/project/spectree) (📥 33K / month · 📦 5 · ⏱️ 07.11.2023): ``` pip install spectree ``` @@ -1661,7 +1676,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - django-rest-swagger (🥉31 · ⭐ 2.6K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2 - apistar (🥉30 · ⭐ 5.6K · 💀) - The Web API toolkit. BSD-3 - flask-swagger (🥉26 · ⭐ 460 · 💀) - A swagger 2.0 spec extractor for flask. MIT -- Spectacle (🥉22 · ⭐ 1.3K · 💀) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT +- Spectacle (🥉23 · ⭐ 1.3K · 💀) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT - pyramid_swagger (🥉17 · ⭐ 65 · 💀) - Convenient tools for using Swagger to define and.. BSD-3

@@ -1674,12 +1689,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Strawberry GraphQL (🥇36 · ⭐ 3.6K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 240 · 🔀 480 · 📥 450 · 📦 2.6K · 📋 970 - 46% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 240 · 🔀 480 · 📥 450 · 📦 2.6K · 📋 970 - 46% open · ⏱️ 07.01.2024): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 510K / month · 📦 52 · ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 490K / month · 📦 52 · ⏱️ 04.01.2024): ``` pip install strawberry-graphql ``` @@ -1691,7 +1706,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (📥 1.9M / month · 📦 860 · ⏱️ 26.07.2023): +- [PyPi](https://pypi.org/project/graphene) (📥 2M / month · 📦 860 · ⏱️ 26.07.2023): ``` pip install graphene ``` @@ -1700,6 +1715,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene ```
+
ariadne (🥈34 · ⭐ 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 + +- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 71 · 🔀 180 · 📦 1.5K · 📋 300 - 15% open · ⏱️ 08.01.2024): + + ``` + git clone https://github.com/mirumee/ariadne + ``` +- [PyPi](https://pypi.org/project/ariadne) (📥 140K / month · 📦 50 · ⏱️ 08.01.2024): + ``` + pip install ariadne + ``` +
graphene-django (🥈33 · ⭐ 4.2K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT - [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 220 · 🔀 750 · 📦 14K · 📋 810 - 17% open · ⏱️ 20.12.2023): @@ -1707,7 +1734,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (📥 350K / month · 📦 510 · ⏱️ 20.12.2023): +- [PyPi](https://pypi.org/project/graphene-django) (📥 350K / month · 📦 520 · ⏱️ 20.12.2023): ``` pip install graphene-django ``` @@ -1716,18 +1743,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene-django ```
-
ariadne (🥈33 · ⭐ 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 - -- [GitHub](https://github.com/mirumee/ariadne) (👨‍💻 71 · 🔀 180 · 📦 1.5K · 📋 300 - 16% open · ⏱️ 15.12.2023): - - ``` - git clone https://github.com/mirumee/ariadne - ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 130K / month · 📦 48 · ⏱️ 08.11.2023): - ``` - pip install ariadne - ``` -
graphql-core (🥈29 · ⭐ 490 · 💤) - A Python 3.6+ port of the GraphQL.js reference implementation.. MIT - [GitHub](https://github.com/graphql-python/graphql-core) (👨‍💻 31 · 🔀 120 · 📦 25K · 📋 140 - 15% open · ⏱️ 09.06.2023): @@ -1735,11 +1750,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (📥 4.2M / month · 📦 780 · ⏱️ 04.06.2023): +- [PyPi](https://pypi.org/project/graphql-core) (📥 4.3M / month · 📦 780 · ⏱️ 04.06.2023): ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 870K · ⏱️ 19.10.2023): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 880K · ⏱️ 19.10.2023): ``` conda install -c conda-forge graphql-core ``` @@ -1751,7 +1766,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (📥 6.2K / month · 📦 13 · ⏱️ 09.12.2023): +- [PyPi](https://pypi.org/project/graphene-mongo) (📥 5.9K / month · 📦 13 · ⏱️ 09.12.2023): ``` pip install graphene-mongo ``` @@ -1776,9 +1791,9 @@ _General purpose web frameworks to build web applications and REST APIs._ - flask-graphql (🥈25 · ⭐ 1.3K · 💀) - Adds GraphQL support to your Flask application. MIT - graphql-relay-py (🥈25 · ⭐ 140 · 💀) - A library to help construct a graphql-py server supporting.. MIT -- tartiflette (🥉22 · ⭐ 850 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio. MIT - django-graphql-auth (🥉22 · ⭐ 320 · 💀) - Django registration and authentication with GraphQL. MIT - python-graphql-client (🥉22 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+. MIT +- tartiflette (🥉21 · ⭐ 850 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio. MIT - Flask-GraphQL-Auth (🥉17 · ⭐ 63 · 💀) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT - tartiflette-aiohttp (🥉17 · ⭐ 60 · 💀) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT - tartiflette-asgi (🥉15 · ⭐ 99 · 💀) - ASGI support for the Tartiflette GraphQL engine. MIT @@ -1791,7 +1806,7 @@ _General purpose web frameworks to build web applications and REST APIs._
websocket-client (🥇40 · ⭐ 3.4K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (👨‍💻 220 · 🔀 800 · 📦 160K · 📋 630 - 1% open · ⏱️ 15.12.2023): +- [GitHub](https://github.com/websocket-client/websocket-client) (👨‍💻 220 · 🔀 800 · 📦 160K · 📋 640 - 2% open · ⏱️ 08.01.2024): ``` git clone https://github.com/websocket-client/websocket-client @@ -1812,7 +1827,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 22M / month · 📦 4.4K · ⏱️ 21.10.2023): +- [PyPi](https://pypi.org/project/websockets) (📥 22M / month · 📦 4.5K · ⏱️ 21.10.2023): ``` pip install websockets ``` @@ -1823,28 +1838,28 @@ _General purpose web frameworks to build web applications and REST APIs._
python-socketio (🥈35 · ⭐ 3.6K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 68 · 🔀 580 · 📦 40K · 📋 800 - 4% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 69 · 🔀 600 · 📦 41K · 📋 800 - 1% open · ⏱️ 10.01.2024): ``` git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/python-socketio) (📥 1.6M / month · 📦 2K · ⏱️ 15.10.2023): +- [PyPi](https://pypi.org/project/python-socketio) (📥 1.6M / month · 📦 2K · ⏱️ 06.01.2024): ``` pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 450K · ⏱️ 15.10.2023): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 450K · ⏱️ 06.01.2024): ``` conda install -c conda-forge python-socketio ```
-
Flask-SocketIO (🥈33 · ⭐ 5.2K) - Socket.IO integration for Flask applications. MIT +
Flask-SocketIO (🥈34 · ⭐ 5.2K) - Socket.IO integration for Flask applications. MIT - [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨‍💻 69 · 🔀 900 · 📦 35K · 📋 1.6K - 0% open · ⏱️ 15.10.2023): ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (📥 740K / month · 📦 2.4K · ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 720K / month · 📦 2.4K · ⏱️ 05.09.2023): ``` pip install flask-socketio ``` @@ -1853,14 +1868,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-socketio ```
-
autobahn-python (🥈33 · ⭐ 2.4K · 💤) - WebSocket and WAMP in Python for Twisted and asyncio. MIT +
autobahn-python (🥈33 · ⭐ 2.5K · 💤) - WebSocket and WAMP in Python for Twisted and asyncio. MIT - [GitHub](https://github.com/crossbario/autobahn-python) (👨‍💻 130 · 🔀 770 · 📦 30K · 📋 880 - 20% open · ⏱️ 14.06.2023): ``` git clone https://github.com/crossbario/autobahn-python ``` -- [PyPi](https://pypi.org/project/autobahn) (📥 820K / month · 📦 2K · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/autobahn) (📥 800K / month · 📦 2K · ⏱️ 20.07.2023): ``` pip install autobahn ``` @@ -1876,7 +1891,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (📥 570K / month · 📦 780 · ⏱️ 07.10.2022): +- [PyPi](https://pypi.org/project/daphne) (📥 550K / month · 📦 780 · ⏱️ 07.10.2022): ``` pip install daphne ``` @@ -1885,18 +1900,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge daphne ```
-
websockify (🥉27 · ⭐ 3.6K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 +
websockify (🥉28 · ⭐ 3.7K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 -- [GitHub](https://github.com/novnc/websockify) (👨‍💻 96 · 🔀 730 · 📦 31 · 📋 340 - 8% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/novnc/websockify) (👨‍💻 96 · 🔀 730 · 📦 31 · 📋 350 - 8% open · ⏱️ 06.09.2023): ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (📥 45K / month · 📦 310 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/websockify) (📥 43K / month · 📦 310 · ⏱️ 21.08.2023): ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (📥 95K · ⏱️ 01.10.2023): +- [Conda](https://anaconda.org/conda-forge/websockify) (📥 96K · ⏱️ 01.10.2023): ``` conda install -c conda-forge websockify ``` @@ -1908,7 +1923,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) (📥 14K / month · 📦 750 · ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/sockjs-tornado) (📥 13K / month · 📦 750 · ⏱️ 24.04.2020): ``` pip install sockjs-tornado ``` @@ -1931,7 +1946,7 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇48 · ⭐ 40K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (👨‍💻 990 · 🔀 11K · 📥 19K · 📦 4.7K · 📋 11K - 7% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 990 · 🔀 11K · 📥 20K · 📦 4.8K · 📋 11K - 7% open · ⏱️ 11.01.2024): ``` git clone https://github.com/grpc/grpc @@ -1945,14 +1960,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge grpcio ```
-
rpyc (🥈29 · ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT +
rpyc (🥈30 · ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 84 · 🔀 240 · 📥 400 · 📦 2.1K · 📋 410 - 17% open · ⏱️ 13.10.2023): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨‍💻 84 · 🔀 240 · 📥 410 · 📦 2.1K · 📋 410 - 17% open · ⏱️ 10.01.2024): ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (📥 390K / month · 📦 360 · ⏱️ 22.02.2023): +- [PyPi](https://pypi.org/project/rpyc) (📥 360K / month · 📦 360 · ⏱️ 22.02.2023): ``` pip install rpyc ``` @@ -1961,21 +1976,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge rpyc ```
-
fastapi-jsonrpc (🥉24 · ⭐ 250) - JSON-RPC server based on fastapi. MIT +
fastapi-jsonrpc (🥉23 · ⭐ 250) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 11 · 🔀 25 · 📦 39 · 📋 31 - 16% open · ⏱️ 10.12.2023): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 11 · 🔀 25 · 📦 39 · 📋 31 - 16% open · ⏱️ 08.01.2024): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 8.8K / month · 📦 5 · ⏱️ 10.12.2023): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 8K / month · 📦 5 · ⏱️ 08.01.2024): ``` pip install fastapi-jsonrpc ```
ucall (🥉20 · ⭐ 920 · 💤) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth.. Apache-2 -- [GitHub](https://github.com/unum-cloud/ucall) (👨‍💻 10 · 🔀 27 · 📦 35 · 📋 24 - 29% open · ⏱️ 08.06.2023): +- [GitHub](https://github.com/unum-cloud/ucall) (👨‍💻 10 · 🔀 29 · 📦 37 · 📋 24 - 29% open · ⏱️ 08.06.2023): ``` git clone https://github.com/unum-cloud/ucall @@ -2002,7 +2017,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 210K / month · 📦 160 · ⏱️ 15.12.2023): +- [PyPi](https://pypi.org/project/chalice) (📥 220K / month · 📦 160 · ⏱️ 15.12.2023): ``` pip install chalice ``` @@ -2018,7 +2033,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (📥 900 / month · ⏱️ 08.03.2023): +- [PyPi](https://pypi.org/project/lambdarest) (📥 830 / month · ⏱️ 08.03.2023): ``` pip install lambdarest ``` @@ -2036,40 +2051,40 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (🥇41 · ⭐ 17K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 880 · 🔀 3.5K · 📦 8 · 📋 4.9K - 20% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 880 · 🔀 3.5K · 📦 8 · 📋 4.9K - 20% open · ⏱️ 10.01.2024): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (📥 180K / month · 📦 1.5K · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/wagtail) (📥 190K / month · 📦 1.5K · ⏱️ 06.12.2023): ``` pip install wagtail ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 67K · ⏱️ 06.12.2023): +- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 68K · ⏱️ 06.12.2023): ``` conda install -c conda-forge wagtail ```
-
django-cms (🥈39 · ⭐ 9.7K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 +
django-cms (🥈40 · ⭐ 9.7K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 640 · 🔀 3K · 📦 5.1K · 📋 3.5K - 3% open · ⏱️ 22.12.2023): +- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 640 · 🔀 3K · 📦 5.1K · 📋 3.5K - 3% open · ⏱️ 10.01.2024): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (📥 58K / month · 📦 1.7K · ⏱️ 31.12.2023): +- [PyPi](https://pypi.org/project/django-cms) (📥 61K / month · 📦 1.7K · ⏱️ 31.12.2023): ``` pip install django-cms ```
lektor (🥉29 · ⭐ 3.7K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (👨‍💻 94 · 🔀 320 · 📥 7.1K · 📦 440 · 📋 660 - 36% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/lektor/lektor) (👨‍💻 94 · 🔀 320 · 📥 7.1K · 📦 440 · 📋 660 - 36% open · ⏱️ 08.01.2024): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (📥 1.5K / month · 📦 89 · ⏱️ 12.11.2023): +- [PyPi](https://pypi.org/project/lektor) (📥 1.5K / month · 📦 89 · ⏱️ 08.01.2024): ``` pip install lektor ``` @@ -2085,7 +2100,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (📥 4.9K / month · 📦 160 · ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/feincms) (📥 4.6K / month · 📦 160 · ⏱️ 22.12.2023): ``` pip install feincms ``` @@ -2103,12 +2118,12 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (🥇47 · ⭐ 29K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 840 · 🔀 7.9K · 📥 14M · 📦 240K · 📋 9.9K - 2% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 840 · 🔀 7.9K · 📥 14M · 📦 240K · 📋 9.9K - 2% open · ⏱️ 11.01.2024): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (📥 12M / month · 📦 17K · ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/selenium) (📥 11M / month · 📦 17K · ⏱️ 06.12.2023): ``` pip install selenium ``` @@ -2119,12 +2134,12 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (🥇43 · ⭐ 2.7K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 190 · 🔀 390 · 📦 360K · 📋 1.4K - 19% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 190 · 🔀 390 · 📦 360K · 📋 1.4K - 19% open · ⏱️ 05.01.2024): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 56M / month · 📦 58K · ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/coverage) (📥 55M / month · 📦 58K · ⏱️ 27.12.2023): ``` pip install coverage ``` @@ -2135,28 +2150,28 @@ _General purpose web frameworks to build web applications and REST APIs._
mitmproxy (🥇41 · ⭐ 33K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 510 · 🔀 3.9K · 📥 220K · 📦 3.3K · 📋 3.2K - 9% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 510 · 🔀 3.9K · 📥 220K · 📦 3.4K · 📋 3.2K - 9% open · ⏱️ 08.01.2024): ``` git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/mitmproxy) (📥 290K / month · 📦 480 · ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/mitmproxy) (📥 290K / month · 📦 480 · ⏱️ 06.01.2024): ``` pip install mitmproxy ```
Locust (🥇39 · ⭐ 23K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (👨‍💻 310 · 🔀 2.9K · 📦 4 · 📋 1.5K - 0% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/locustio/locust) (👨‍💻 310 · 🔀 2.9K · 📦 4 · 📋 1.5K - 0% open · ⏱️ 08.01.2024): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (📥 1.2M / month · 📦 110 · ⏱️ 03.01.2024): +- [PyPi](https://pypi.org/project/locust) (📥 1.2M / month · 📦 110 · ⏱️ 08.01.2024): ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (📥 140K · ⏱️ 13.12.2023): +- [Conda](https://anaconda.org/conda-forge/locust) (📥 140K · ⏱️ 04.01.2024): ``` conda install -c conda-forge locust ``` @@ -2168,7 +2183,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 5.7M / month · 📦 140 · ⏱️ 25.11.2023): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 4.7M / month · 📦 140 · ⏱️ 25.11.2023): ``` pip install robotframework-seleniumlibrary ``` @@ -2179,7 +2194,7 @@ _General purpose web frameworks to build web applications and REST APIs._
responses (🥈36 · ⭐ 4K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (👨‍💻 120 · 🔀 340 · 📥 190 · 📦 33K · 📋 290 - 2% open · ⏱️ 18.12.2023): +- [GitHub](https://github.com/getsentry/responses) (👨‍💻 120 · 🔀 340 · 📥 190 · 📦 33K · 📋 290 - 2% open · ⏱️ 10.01.2024): ``` git clone https://github.com/getsentry/responses @@ -2193,50 +2208,50 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responses ```
-
SeleniumBase (🥈35 · ⭐ 3.8K) - Browser automation framework for testing with Selenium, Python,.. MIT +
SeleniumBase (🥈35 · ⭐ 3.9K) - Browser automation framework for testing with Selenium, Python,.. MIT - [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 37 · 🔀 870 · 📦 1.1K · 📋 1K - 0% open · ⏱️ 04.01.2024): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 300K / month · 📦 10 · ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/seleniumbase) (📥 320K / month · 📦 10 · ⏱️ 04.01.2024): ``` pip install seleniumbase ```
splinter (🥈35 · ⭐ 2.7K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 180 · 🔀 530 · 📦 6.6K · 📋 530 - 10% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/cobrateam/splinter) (👨‍💻 180 · 🔀 530 · 📦 6.6K · 📋 530 - 10% open · ⏱️ 09.01.2024): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (📥 100K / month · 📦 1.1K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/splinter) (📥 99K / month · 📦 1.1K · ⏱️ 15.11.2023): ``` pip install splinter ```
django-silk (🥈34 · ⭐ 4.1K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 140 · 🔀 320 · 📥 190 · 📦 4.3K · 📋 350 - 34% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 140 · 🔀 330 · 📥 190 · 📦 4.3K · 📋 350 - 34% open · ⏱️ 08.01.2024): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (📥 480K / month · 📦 150 · ⏱️ 23.09.2023): +- [PyPi](https://pypi.org/project/django-silk) (📥 460K / month · 📦 150 · ⏱️ 23.09.2023): ``` pip install django-silk ```
vcrpy (🥈34 · ⭐ 2.5K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 140 · 🔀 350 · 📦 8.2K · 📋 410 - 30% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 140 · 🔀 350 · 📦 8.3K · 📋 410 - 30% open · ⏱️ 05.01.2024): ``` git clone https://github.com/kevin1024/vcrpy ``` -- [PyPi](https://pypi.org/project/vcrpy) (📥 890K / month · 📦 1K · ⏱️ 31.07.2023): +- [PyPi](https://pypi.org/project/vcrpy) (📥 870K / month · 📦 1K · ⏱️ 31.07.2023): ``` pip install vcrpy ``` @@ -2245,26 +2260,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge vcrpy ```
-
Prism (🥈32 · ⭐ 3.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 +
Prism (🥈32 · ⭐ 3.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 - [GitHub](https://github.com/stoplightio/prism) (👨‍💻 90 · 🔀 320 · 📥 810K · 📦 480 · 📋 670 - 9% open · ⏱️ 01.12.2023): ``` git clone https://github.com/stoplightio/prism ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 180K / month · 📦 29 · ⏱️ 01.12.2023): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 180K / month · 📦 31 · ⏱️ 01.12.2023): ``` npm install @stoplight/prism-cli ```
httprunner (🥈31 · ⭐ 3.9K) - HttpRunner API/UI. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 45 · 🔀 1.2K · 📥 10K · 📦 530 · 📋 1.2K - 37% open · ⏱️ 20.09.2023): +- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 45 · 🔀 1.2K · 📥 11K · 📦 530 · 📋 1.2K - 38% open · ⏱️ 20.09.2023): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (📥 7K / month · 📦 7 · ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/httprunner) (📥 7.4K / month · 📦 7 · ⏱️ 23.07.2023): ``` pip install httprunner ``` @@ -2276,7 +2291,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (📥 84K / month · 📦 4 · ⏱️ 29.12.2023): +- [PyPi](https://pypi.org/project/schemathesis) (📥 88K / month · 📦 4 · ⏱️ 29.12.2023): ``` pip install schemathesis ``` @@ -2304,7 +2319,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/factory_boy) (📥 2.8M / month · 📦 840 · ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/factory_boy) (📥 2.7M / month · 📦 840 · ⏱️ 19.07.2023): ``` pip install factory_boy ``` @@ -2325,36 +2340,36 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install tavern ```
-
pytest-flask (🥈30 · ⭐ 470) - A set of pytest fixtures to test Flask applications. MIT +
Model Bakery (🥈29 · ⭐ 740) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨‍💻 36 · 🔀 91 · 📥 5 · 📋 84 - 15% open · ⏱️ 27.12.2023): +- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 52 · 🔀 81 · 📦 3.7K · 📋 130 - 21% open · ⏱️ 12.12.2023): ``` - git clone https://github.com/pytest-dev/pytest-flask + git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/pytest-flask) (📥 330K / month · 📦 8.4K · ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/model_bakery) (📥 460K / month · 📦 32 · ⏱️ 27.10.2023): ``` - pip install pytest-flask + pip install model_bakery ``` -- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 81K · ⏱️ 23.10.2023): +- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 20K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge pytest-flask + conda install -c conda-forge model_bakery ```
-
Model Bakery (🥈29 · ⭐ 740) - Object factory for Django. Apache-2 +
pytest-flask (🥈29 · ⭐ 470) - A set of pytest fixtures to test Flask applications. MIT -- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 52 · 🔀 81 · 📦 3.6K · 📋 130 - 21% open · ⏱️ 12.12.2023): +- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨‍💻 36 · 🔀 91 · 📥 5 · 📋 84 - 15% open · ⏱️ 27.12.2023): ``` - git clone https://github.com/model-bakers/model_bakery + git clone https://github.com/pytest-dev/pytest-flask ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 470K / month · 📦 30 · ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/pytest-flask) (📥 320K / month · 📦 8.4K · ⏱️ 23.10.2023): ``` - pip install model_bakery + pip install pytest-flask ``` -- [Conda](https://anaconda.org/conda-forge/model_bakery) (📥 20K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 81K · ⏱️ 23.10.2023): ``` - conda install -c conda-forge model_bakery + conda install -c conda-forge pytest-flask ```
Dredd (🥉28 · ⭐ 4.1K) - Language-agnostic HTTP API Testing Tool. MIT @@ -2364,11 +2379,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (📥 4K / month · 📦 38 · ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (📥 4.1K / month · 📦 38 · ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (📥 22K / month · 📦 180 · ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (📥 21K / month · 📦 180 · ⏱️ 16.11.2021): ``` npm install dredd ``` @@ -2380,7 +2395,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (📥 9.3K / month · 📦 14 · ⏱️ 08.12.2023): +- [PyPi](https://pypi.org/project/helium) (📥 9.1K / month · 📦 14 · ⏱️ 08.12.2023): ``` pip install helium ``` @@ -2404,7 +2419,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/aioresponses) (📥 700K / month · 📦 200 · ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/aioresponses) (📥 660K / month · 📦 200 · ⏱️ 20.11.2023): ``` pip install aioresponses ``` @@ -2416,7 +2431,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (📥 600K / month · 📦 4K · ⏱️ 19.08.2021): +- [PyPi](https://pypi.org/project/webtest) (📥 620K / month · 📦 4K · ⏱️ 19.08.2021): ``` pip install webtest ``` @@ -2425,14 +2440,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge webtest ```
-
playwright (🥉26 · ⭐ 9.7K · 📈) - A high-level API to automate web browsers. Apache-2 +
playwright (🥉26 · ⭐ 9.7K) - A high-level API to automate web browsers. Apache-2 - [GitHub](https://github.com/Microsoft/playwright-python) (🔀 820): ``` git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (📥 1.9M / month · 📦 400 · ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/playwright) (📥 2M / month · 📦 440 · ⏱️ 21.11.2023): ``` pip install playwright ``` @@ -2441,14 +2456,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c microsoft playwright ```
-
requestium (🥉24 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 +
requestium (🥉25 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 -- [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 15 · 🔀 140 · 📦 86 · 📋 33 - 12% open · ⏱️ 13.12.2023): +- [GitHub](https://github.com/tryolabs/requestium) (👨‍💻 15 · 🔀 140 · 📦 87 · 📋 33 - 12% open · ⏱️ 13.12.2023): ``` git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/requestium) (📥 56K / month · 📦 7 · ⏱️ 13.12.2023): +- [PyPi](https://pypi.org/project/requestium) (📥 63K / month · 📦 7 · ⏱️ 13.12.2023): ``` pip install requestium ``` @@ -2460,7 +2475,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/revsys/django-test-plus ``` -- [PyPi](https://pypi.org/project/django-test-plus) (📥 42K / month · 📦 1.3K · ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/django-test-plus) (📥 41K / month · 📦 1.3K · ⏱️ 11.07.2023): ``` pip install django-test-plus ``` @@ -2492,19 +2507,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/molotov) (📥 33K / month · 📦 13 · ⏱️ 21.10.2022): +- [PyPi](https://pypi.org/project/molotov) (📥 32K / month · 📦 13 · ⏱️ 21.10.2022): ``` pip install molotov ```
python-mocket (🥉23 · ⭐ 270) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 24 · 🔀 42 · 📦 90 · 📋 71 - 1% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/mindflayer/python-mocket) (👨‍💻 24 · 🔀 42 · 📦 90 · 📋 71 - 1% open · ⏱️ 09.01.2024): ``` git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/mocket) (📥 5.1K / month · 📦 29 · ⏱️ 25.12.2023): +- [PyPi](https://pypi.org/project/mocket) (📥 5.2K / month · 📦 29 · ⏱️ 25.12.2023): ``` pip install mocket ``` @@ -2516,7 +2531,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/gabbi) (📥 14K / month · 📦 110 · ⏱️ 03.01.2024): +- [PyPi](https://pypi.org/project/gabbi) (📥 13K / month · 📦 110 · ⏱️ 03.01.2024): ``` pip install gabbi ``` @@ -2528,7 +2543,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (📥 2.3K / month · ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (📥 2.7K / month · ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2546,7 +2561,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - pytest-django (🥈35 · ⭐ 1.3K) - A Django plugin for pytest. ❗Unlicensed - HTTPretty (🥈31 · ⭐ 2.1K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT - Mockoon (🥉28 · ⭐ 5.6K) - Mockoon is the easiest and quickest way to run mock APIs.. ❗Unlicensed -- pyppeteer (🥉28 · ⭐ 3.5K · 💀) - Headless chrome/chromium automation library (unofficial port of.. MIT +- pyppeteer (🥉28 · ⭐ 3.6K · 💀) - Headless chrome/chromium automation library (unofficial port of.. MIT - django-nose (🥉28 · ⭐ 880 · 💀) - Django test runner using nose. BSD-3 - parameterized (🥉28 · ⭐ 800 · 💤) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - flask-testing (🥉27 · ⭐ 500 · 💀) - Unittest extensions for Flask. BSD-3 @@ -2557,7 +2572,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (🥉23 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2 - httmock (🥉23 · ⭐ 460 · 💀) - A mocking library for requests. Apache-2 -- aresponses (🥉19 · ⭐ 98 · 💀) - Asyncio http mocking. Similar to the responses library used for.. MIT +- aresponses (🥉20 · ⭐ 98 · 💀) - Asyncio http mocking. Similar to the responses library used for.. MIT - golem (🥉18 · ⭐ 490 · 💀) - A complete test automation tool. MIT - async-asgi-testclient (🥉18 · ⭐ 150 · 💀) - A framework-agnostic library for testing ASGI web.. MIT - huxley (🥉16 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2 @@ -2570,12 +2585,12 @@ _General purpose web frameworks to build web applications and REST APIs._
wtforms (🥇37 · ⭐ 1.4K) - A flexible forms validation and rendering library for Python. BSD-3 -- [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 160 · 🔀 390 · 📋 440 - 11% open · ⏱️ 25.11.2023): +- [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 160 · 🔀 390 · 📋 440 - 11% open · ⏱️ 11.01.2024): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (📥 4.1M / month · 📦 15K · ⏱️ 01.11.2023): +- [PyPi](https://pypi.org/project/wtforms) (📥 4.1M / month · 📦 15K · ⏱️ 06.01.2024): ``` pip install wtforms ``` @@ -2584,14 +2599,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wtforms ```
-
django-crispy-forms (🥈36 · ⭐ 4.8K) - The best way to have DRY Django forms. The app.. MIT +
django-crispy-forms (🥈35 · ⭐ 4.8K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 700 · 📦 130K · 📋 680 - 7% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 740 · 📦 130K · 📋 700 - 9% open · ⏱️ 03.11.2023): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 820K / month): +- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 800K / month · 📦 8.1K · ⏱️ 15.10.2023): ``` pip install django-crispy-forms ``` @@ -2600,7 +2615,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-crispy-forms ```
-
flask-wtf (🥉35 · ⭐ 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 +
flask-wtf (🥈35 · ⭐ 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 - [GitHub](https://github.com/wtforms/flask-wtf) (👨‍💻 99 · 🔀 310 · 📋 330 - 9% open · ⏱️ 01.01.2024): @@ -2635,7 +2650,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) (📥 6.5K / month · 📦 190 · ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (📥 6.1K / month · 📦 190 · ⏱️ 10.12.2020): ``` pip install deform ``` @@ -2648,12 +2663,12 @@ _General purpose web frameworks to build web applications and REST APIs._
pelican (🥇38 · ⭐ 12K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 450 · 🔀 1.8K · 📥 1K · 📦 7.6K · 📋 1.7K - 3% open · ⏱️ 29.11.2023): +- [GitHub](https://github.com/getpelican/pelican) (👨‍💻 450 · 🔀 1.8K · 📥 1K · 📦 7.6K · 📋 1.7K - 3% open · ⏱️ 09.01.2024): ``` git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/pelican) (📥 18K / month · 📦 1.8K · ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/pelican) (📥 17K / month · 📦 1.8K · ⏱️ 15.11.2023): ``` pip install pelican ``` @@ -2669,18 +2684,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (📥 15M / month · 📦 9.4K · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/mistune) (📥 14M / month · 📦 9.4K · ⏱️ 29.09.2023): ``` pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (📥 16M · ⏱️ 02.11.2023): +- [Conda](https://anaconda.org/conda-forge/mistune) (📥 17M · ⏱️ 02.11.2023): ``` conda install -c conda-forge mistune ```
-
python-markdown2 (🥈34 · ⭐ 2.5K) - markdown2: A fast and complete implementation of Markdown in.. MIT +
python-markdown2 (🥈35 · ⭐ 2.6K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 75 · 🔀 480 · 📋 320 - 28% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 75 · 🔀 480 · 📋 320 - 28% open · ⏱️ 05.01.2024): ``` git clone https://github.com/trentm/python-markdown2 @@ -2708,12 +2723,12 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown-it-py (🥉31 · ⭐ 570) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 28 · 🔀 61 · 📦 74K · 📋 80 - 33% open · ⏱️ 19.12.2023): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 28 · 🔀 61 · 📦 76K · 📋 80 - 33% open · ⏱️ 19.12.2023): ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (📥 33M / month · 📦 200 · ⏱️ 03.06.2023): +- [PyPi](https://pypi.org/project/markdown-it-py) (📥 31M / month · 📦 430 · ⏱️ 03.06.2023): ``` pip install markdown-it-py ``` @@ -2729,7 +2744,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (📥 24K / month · 📦 150 · ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/grip) (📥 23K / month · 📦 150 · ⏱️ 12.10.2023): ``` pip install grip ``` @@ -2758,33 +2773,33 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install html2text ```
-
mistletoe (🥉28 · ⭐ 700) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +
mistletoe (🥉28 · ⭐ 710) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 35 · 🔀 100 · 📥 480 · 📦 810 · 📋 130 - 14% open · ⏱️ 21.12.2023): +- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 35 · 🔀 100 · 📥 500 · 📦 810 · 📋 130 - 14% open · ⏱️ 21.12.2023): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (📥 140K / month · 📦 81 · ⏱️ 24.08.2023): +- [PyPi](https://pypi.org/project/mistletoe) (📥 130K / month · 📦 81 · ⏱️ 24.08.2023): ``` pip install mistletoe ```
django-markdown-editor (🥉22 · ⭐ 750) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 37 · 🔀 1.2K · 📋 140 - 25% open · ⏱️ 29.10.2023): +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨‍💻 37 · 🔀 1.3K · 📋 140 - 25% open · ⏱️ 29.10.2023): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (📥 15K / month · 📦 25 · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/martor) (📥 16K / month · 📦 25 · ⏱️ 20.07.2023): ``` pip install martor ```
markdown-include (🥉20 · ⭐ 91 · 💤) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 -- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 40 · 📦 5.3K · 📋 28 - 39% open · ⏱️ 07.02.2023): +- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 40 · 📦 5.4K · 📋 28 - 39% open · ⏱️ 07.02.2023): ``` git clone https://github.com/cmacmackin/markdown-include @@ -2814,12 +2829,12 @@ _General purpose web frameworks to build web applications and REST APIs._
youtube-dl (🥇42 · ⭐ 130K) - Command-line program to download videos from YouTube.com and.. Unlicense -- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 1K · 🔀 9.3K · 📥 60M · 📋 27K - 16% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨‍💻 1K · 🔀 9.7K · 📥 60M · 📋 27K - 16% open · ⏱️ 06.12.2023): ``` git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/youtube_dl) (📥 870K / month · 📦 1.8K · ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (📥 720K / month · 📦 1.8K · ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -2830,12 +2845,12 @@ _General purpose web frameworks to build web applications and REST APIs._
discord.py (🥇42 · ⭐ 14K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 400 · 🔀 3.8K · 📦 38K · 📋 2.9K - 3% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 400 · 🔀 3.8K · 📦 39K · 📋 2.9K - 3% open · ⏱️ 08.01.2024): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 5.8M / month · 📦 2.8K · ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/discord.py) (📥 4.6M / month · 📦 2.8K · ⏱️ 10.08.2023): ``` pip install discord.py ``` @@ -2846,44 +2861,44 @@ _General purpose web frameworks to build web applications and REST APIs._
google-api-python-client (🥇42 · ⭐ 7.1K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 190 · 🔀 2.4K · 📦 180K · 📋 1K - 12% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 190 · 🔀 2.4K · 📦 180K · 📋 1K - 12% open · ⏱️ 09.01.2024): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (📥 33M / month · 📦 7.8K · ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/google-api-python-client) (📥 33M / month · 📦 7.8K · ⏱️ 08.01.2024): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 2.6M · ⏱️ 13.12.2023): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 2.6M · ⏱️ 09.01.2024): ``` conda install -c conda-forge google-api-python-client ```
GitPython (🥇42 · ⭐ 4.2K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 300 · 🔀 900 · 📦 220K · 📋 960 - 14% open · ⏱️ 26.12.2023): +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 300 · 🔀 920 · 📦 220K · 📋 970 - 15% open · ⏱️ 10.01.2024): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (📥 48M / month · 📦 8.4K · ⏱️ 18.10.2023): +- [PyPi](https://pypi.org/project/gitpython) (📥 48M / month · 📦 8.4K · ⏱️ 10.01.2024): ``` pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 7.1M · ⏱️ 18.10.2023): +- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 7.2M · ⏱️ 10.01.2024): ``` conda install -c conda-forge gitpython ```
python-telegram-bot (🥇41 · ⭐ 24K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 190 · 🔀 5.1K · 📥 21K · 📦 95K · 📋 2K - 1% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 190 · 🔀 5.1K · 📥 21K · 📦 95K · 📋 2K - 1% open · ⏱️ 08.01.2024): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 950K / month · 📦 2.6K · ⏱️ 27.11.2023): +- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 910K / month · 📦 2.6K · ⏱️ 27.11.2023): ``` pip install python-telegram-bot ``` @@ -2892,21 +2907,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-telegram-bot ```
-
Telethon (🥇41 · ⭐ 8.5K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +
Telethon (🥇41 · ⭐ 8.6K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 170 · 🔀 1.3K · 📦 53K · 📋 2.2K - 1% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 170 · 🔀 1.3K · 📦 54K · 📋 2.2K - 1% open · ⏱️ 04.01.2024): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (📥 1.5M / month · 📦 470 · ⏱️ 08.12.2023): +- [PyPi](https://pypi.org/project/telethon) (📥 1.7M / month · 📦 470 · ⏱️ 08.12.2023): ``` pip install telethon ```
gspread (🥈40 · ⭐ 6.7K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (👨‍💻 170 · 🔀 980 · 📥 2K · 📦 28K · 📋 870 - 5% open · ⏱️ 31.12.2023): +- [GitHub](https://github.com/burnash/gspread) (👨‍💻 170 · 🔀 980 · 📥 2.1K · 📦 29K · 📋 870 - 5% open · ⏱️ 31.12.2023): ``` git clone https://github.com/burnash/gspread @@ -2922,7 +2937,7 @@ _General purpose web frameworks to build web applications and REST APIs._
pyTelegramBotAPI (🥈39 · ⭐ 7.4K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 230 · 🔀 2K · 📦 42K · 📋 1.2K - 0% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 230 · 🔀 2K · 📦 43K · 📋 1.2K - 0% open · ⏱️ 10.01.2024): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI @@ -2932,7 +2947,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install pytelegrambotapi ```
-
PyGithub (🥈39 · ⭐ 6.4K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 +
PyGithub (🥈39 · ⭐ 6.5K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 - [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 350 · 🔀 1.7K · 📦 48K · 📋 1.6K - 17% open · ⏱️ 01.01.2024): @@ -2943,7 +2958,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pygithub ``` -- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 2.8M · ⏱️ 08.10.2023): +- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 2.9M · ⏱️ 08.10.2023): ``` conda install -c conda-forge pygithub ``` @@ -2955,7 +2970,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (📥 930K / month · 📦 4.4K · ⏱️ 24.04.2023): +- [PyPi](https://pypi.org/project/tweepy) (📥 880K / month · 📦 4.4K · ⏱️ 24.04.2023): ``` pip install tweepy ``` @@ -2966,28 +2981,28 @@ _General purpose web frameworks to build web applications and REST APIs._
slackclient (🥈37 · ⭐ 3.7K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 880 · 📥 290 · 📦 1 · 📋 780 - 3% open · ⏱️ 24.12.2023): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 890 · 📥 260 · 📦 1 · 📋 780 - 2% open · ⏱️ 09.01.2024): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 4.4M / month · 📦 2.2K · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slackclient) (📥 4.3M / month · 📦 2.2K · ⏱️ 22.04.2022): ``` pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 720K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 730K · ⏱️ 16.06.2023): ``` conda install -c conda-forge slackclient ```
twilio (🥈37 · ⭐ 1.7K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 140 · 🔀 740 · 📦 37K · 📋 290 - 4% open · ⏱️ 14.12.2023): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 140 · 🔀 740 · 📦 37K · 📋 300 - 5% open · ⏱️ 11.01.2024): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (📥 3.5M / month · 📦 3.6K · ⏱️ 14.12.2023): +- [PyPi](https://pypi.org/project/twilio) (📥 3.6M / month · 📦 3.6K · ⏱️ 08.01.2024): ``` pip install twilio ``` @@ -3023,51 +3038,51 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pytube ``` -- [Conda](https://anaconda.org/conda-forge/pytube) (📥 14K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pytube) (📥 15K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pytube ```
python-slack-sdk (🥈36 · ⭐ 3.7K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 880 · 📥 290 · 📦 1 · 📋 780 - 3% open · ⏱️ 24.12.2023): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 890 · 📥 260 · 📦 1 · 📋 780 - 2% open · ⏱️ 09.01.2024): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 18M / month · 📦 220 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/slack-sdk) (📥 17M / month · 📦 230 · ⏱️ 09.01.2024): ``` pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 140K · ⏱️ 04.12.2023): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 140K · ⏱️ 09.01.2024): ``` conda install -c conda-forge slack-sdk ```
jira (🥈36 · ⭐ 1.9K) - Python Jira library. Development chat available on.. BSD-2 -- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 250 · 🔀 840 · 📥 780 · 📦 8 · 📋 730 - 24% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/pycontribs/jira) (👨‍💻 250 · 🔀 840 · 📥 780 · 📦 8 · 📋 710 - 21% open · ⏱️ 06.01.2024): ``` git clone https://github.com/pycontribs/jira ``` -- [PyPi](https://pypi.org/project/jira) (📥 5.9M / month · 📦 1.1K · ⏱️ 29.06.2023): +- [PyPi](https://pypi.org/project/jira) (📥 5.9M / month · 📦 1.1K · ⏱️ 05.01.2024): ``` pip install jira ``` -- [Conda](https://anaconda.org/conda-forge/jira) (📥 120K · ⏱️ 29.06.2023): +- [Conda](https://anaconda.org/conda-forge/jira) (📥 120K · ⏱️ 07.01.2024): ``` conda install -c conda-forge jira ```
stripe (🥈36 · ⭐ 1.5K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 150 · 🔀 440 · 📋 350 - 3% open · ⏱️ 22.12.2023): +- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 150 · 🔀 450 · 📋 350 - 3% open · ⏱️ 05.01.2024): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (📥 2.1M / month · 📦 2K · ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/stripe) (📥 2.2M / month · 📦 2K · ⏱️ 04.01.2024): ``` pip install stripe ``` @@ -3076,14 +3091,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c anaconda stripe ```
-
praw (🥈35 · ⭐ 3.2K · 📉) - PRAW, an acronym for Python Reddit API Wrapper, is a python package.. BSD-2 +
praw (🥈35 · ⭐ 3.2K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- [GitHub](https://github.com/praw-dev/praw) (👨‍💻 230 · 🔀 460 · 📦 19K · 📋 740 - 0% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/praw-dev/praw) (👨‍💻 230 · 🔀 460 · 📦 19K · 📋 740 - 1% open · ⏱️ 10.01.2024): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (📥 320K / month · 📦 1.8K · ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/praw) (📥 290K / month · 📦 1.8K · ⏱️ 11.07.2023): ``` pip install praw ``` @@ -3094,12 +3109,12 @@ _General purpose web frameworks to build web applications and REST APIs._
thumbor (🥈33 · ⭐ 9.8K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 200 · 🔀 840 · 📦 350 · 📋 970 - 1% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 200 · 🔀 840 · 📦 350 · 📋 980 - 2% open · ⏱️ 09.01.2024): ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 4.6K / month · 📦 210 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/thumbor) (📥 4.8K / month · 📦 210 · ⏱️ 09.01.2024): ``` pip install thumbor ``` @@ -3116,26 +3131,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install googlemaps ```
-
gallery-dl (🥉32 · ⭐ 9.2K) - Command-line program to download image galleries and.. ❗️GPL-2.0 +
gallery-dl (🥉32 · ⭐ 9.3K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 110 · 🔀 790 · 📥 460K · 📦 21 · 📋 4.1K - 21% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 110 · 🔀 800 · 📥 470K · 📦 21 · 📋 4.1K - 21% open · ⏱️ 10.01.2024): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (📥 51K / month · 📦 10 · ⏱️ 23.12.2023): +- [PyPi](https://pypi.org/project/gallery-dl) (📥 50K / month · 📦 10 · ⏱️ 06.01.2024): ``` pip install gallery-dl ```
spotipy (🥉32 · ⭐ 4.7K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 180 · 🔀 910 · 📦 26K · 📋 630 - 19% open · ⏱️ 29.12.2023): +- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 180 · 🔀 940 · 📦 26K · 📋 630 - 19% open · ⏱️ 29.12.2023): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (📥 190K / month · 📦 640 · ⏱️ 07.04.2023): +- [PyPi](https://pypi.org/project/spotipy) (📥 170K / month · 📦 640 · ⏱️ 07.04.2023): ``` pip install spotipy ``` @@ -3151,7 +3166,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (📥 7M / month · 📦 220 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/simple-salesforce) (📥 6.9M / month · 📦 220 · ⏱️ 06.09.2023): ``` pip install simple-salesforce ``` @@ -3162,40 +3177,40 @@ _General purpose web frameworks to build web applications and REST APIs._
sherlock (🥉31 · ⭐ 46K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 220 · 🔀 5.5K · 📋 970 - 18% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/sherlock-project/sherlock) (👨‍💻 220 · 🔀 5.6K · 📋 970 - 18% open · ⏱️ 10.01.2024): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 15K / month · 📦 9 · ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/sherlock) (📥 14K / month · 📦 9 · ⏱️ 11.05.2019): ``` pip install sherlock ```
wechatpy (🥉31 · ⭐ 3.7K · 💤) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 100 · 🔀 780 · 📦 8.8K · 📋 360 - 13% open · ⏱️ 10.05.2023): +- [GitHub](https://github.com/wechatpy/wechatpy) (👨‍💻 100 · 🔀 780 · 📦 9K · 📋 360 - 13% open · ⏱️ 10.05.2023): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (📥 23K / month · 📦 130 · ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (📥 21K / month · 📦 130 · ⏱️ 19.06.2022): ``` pip install wechatpy ```
notion-sdk-py (🥉29 · ⭐ 1.4K) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 28 · 🔀 120 · 📦 730 · 📋 81 - 7% open · ⏱️ 28.12.2023): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 28 · 🔀 120 · 📦 740 · 📋 82 - 7% open · ⏱️ 28.12.2023): ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (📥 230K / month · 📦 48 · ⏱️ 28.12.2023): +- [PyPi](https://pypi.org/project/notion-client) (📥 260K / month · 📦 48 · ⏱️ 28.12.2023): ``` pip install notion-client ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 6K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/notion-client) (📥 6.1K · ⏱️ 16.06.2023): ``` conda install -c conda-forge notion-client ``` @@ -3219,7 +3234,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/notion) (📥 6.1K / month · 📦 38 · ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/notion) (📥 5.9K / month · 📦 38 · ⏱️ 05.02.2021): ``` pip install notion ``` @@ -3231,36 +3246,36 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/wikiextractor) (📥 2.2K / month · 📦 7 · ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/wikiextractor) (📥 2.4K / month · 📦 7 · ⏱️ 14.10.2021): ``` pip install wikiextractor ```
ghapi (🥉24 · ⭐ 500 · 💤) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 16 · 🔀 54 · 📦 1.1K · 📋 130 - 35% open · ⏱️ 14.06.2023): +- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 16 · 🔀 54 · 📦 1.2K · 📋 130 - 35% open · ⏱️ 14.06.2023): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 410K / month · 📦 62 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ghapi) (📥 410K / month · 📦 64 · ⏱️ 14.06.2023): ``` pip install ghapi ```
Show 24 hidden projects... -- google-resumable-media (🥈34 · ⭐ 43) - Utilities for Google Media Downloads and Resumable.. Apache-2 - tushare (🥈33 · ⭐ 12K · 💀) - TuShare is a utility for crawling historical data of China stocks. BSD-3 +- google-resumable-media (🥈33 · ⭐ 43) - Utilities for Google Media Downloads and Resumable.. Apache-2 - py-googletrans (🥉31 · ⭐ 3.6K · 💀) - (unofficial) Googletrans: Free and Unlimited Google.. MIT - python-twitter (🥉31 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API. Apache-2 - facebook-sdk (🥉31 · ⭐ 2.7K · 💀) - Python SDK for Facebooks Graph API. Apache-2 -- Google Images Download (🥉30 · ⭐ 8.4K · 💀) - Python Script to download hundreds of images from.. MIT - twitter (🥉30 · ⭐ 3.1K · 💀) - Python Twitter API. MIT - Wikipedia (🥉30 · ⭐ 2.8K · 💀) - A Pythonic wrapper for the Wikipedia API. MIT - twython (🥉30 · ⭐ 1.9K · 💀) - Actively maintained, pure Python wrapper for the Twitter API... MIT - slacker (🥉30 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API. Apache-2 - coursera-dl (🥉29 · ⭐ 9.2K · 💀) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 +- Google Images Download (🥉29 · ⭐ 8.4K · 💀) - Python Script to download hundreds of images from.. MIT - python-instagram (🥉27 · ⭐ 3K · 💀) - Python Client for Instagram API. MIT - telepot (🥉27 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API. MIT - Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3 @@ -3288,7 +3303,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 3.5K / month · 📦 37 · ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/modoboa) (📥 3.7K / month · 📦 37 · ⏱️ 22.12.2023): ``` pip install modoboa ``` @@ -3305,14 +3320,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install flanker ```
-
fastapi-mail (🥉25 · ⭐ 560) - Fastapi mail system sending mails(individual, bulk).. MIT +
fastapi-mail (🥉25 · ⭐ 570) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 41 · 🔀 74 · 📦 2.2K · 📋 110 - 12% open · ⏱️ 18.07.2023): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 41 · 🔀 74 · 📦 2.3K · 📋 110 - 12% open · ⏱️ 18.07.2023): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (📥 110K / month · 📦 8 · ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/fastapi-mail) (📥 120K / month · 📦 8 · ⏱️ 18.07.2023): ``` pip install fastapi-mail ``` @@ -3324,7 +3339,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (📥 84K / month · 📦 82 · ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (📥 86K / month · 📦 82 · ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -3335,12 +3350,12 @@ _General purpose web frameworks to build web applications and REST APIs._
salmon (🥉17 · ⭐ 620 · 💤) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (👨‍💻 15 · 🔀 68 · 📥 120 · 📦 20 · 📋 90 - 18% open · ⏱️ 02.04.2023): +- [GitHub](https://github.com/moggers87/salmon) (👨‍💻 15 · 🔀 69 · 📥 120 · 📦 20 · 📋 90 - 18% open · ⏱️ 02.04.2023): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (📥 720 / month · 📦 1 · ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (📥 560 / month · 📦 1 · ⏱️ 31.12.2019): ``` pip install salmon-mail ``` @@ -3352,7 +3367,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - flask-mail (🥇29 · ⭐ 580 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - offlineimap (🥉24 · ⭐ 1.8K · 💤) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗️libpng-2.0 - pyramid_mailer (🥉21 · ⭐ 50 · 💀) - A package for sending email from your Pyramid.. BSD-3 -- gmail (🥉20 · ⭐ 1.7K · 💀) - A Pythonic interface for Google Mail. MIT +- gmail (🥉20 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail. MIT

@@ -3369,7 +3384,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (📥 1.3M / month · 📦 4.6K · ⏱️ 18.09.2023): +- [PyPi](https://pypi.org/project/scrapy) (📥 1.2M / month · 📦 4.6K · ⏱️ 18.09.2023): ``` pip install scrapy ``` @@ -3380,7 +3395,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
feedparser (🥇37 · ⭐ 1.8K) - Parse feeds in Python. BSD-2 -- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 57 · 🔀 380 · 📦 76K · 📋 250 - 32% open · ⏱️ 11.12.2023): +- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 57 · 🔀 380 · 📦 76K · 📋 250 - 32% open · ⏱️ 09.01.2024): ``` git clone https://github.com/kurtmckee/feedparser @@ -3389,7 +3404,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install feedparser ``` -- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 570K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/feedparser) (📥 570K · ⏱️ 10.01.2024): ``` conda install -c conda-forge feedparser ``` @@ -3401,7 +3416,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (📥 17K / month · 📦 27 · ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/you-get) (📥 16K / month · 📦 27 · ⏱️ 01.07.2022): ``` pip install you-get ``` @@ -3412,19 +3427,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trafilatura (🥇32 · ⭐ 2.4K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 37 · 🔀 180 · 📦 2.7K · 📋 260 - 21% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 38 · 🔀 190 · 📦 2.7K · 📋 270 - 23% open · ⏱️ 08.01.2024): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (📥 200K / month · 📦 66 · ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/trafilatura) (📥 200K / month · 📦 71 · ⏱️ 08.01.2024): ``` pip install trafilatura ```
pytrends (🥈31 · ⭐ 3K · 💤) - Pseudo API for Google Trends. Apache-2 -- [GitHub](https://github.com/GeneralMills/pytrends) (👨‍💻 86 · 🔀 770 · 📦 4.1K · 📋 460 - 25% open · ⏱️ 22.04.2023): +- [GitHub](https://github.com/GeneralMills/pytrends) (👨‍💻 86 · 🔀 770 · 📦 4.1K · 📋 460 - 26% open · ⏱️ 22.04.2023): ``` git clone https://github.com/GeneralMills/pytrends @@ -3445,7 +3460,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 79M / month · 📦 2.8K · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/soupsieve) (📥 77M / month · 📦 2.8K · ⏱️ 02.09.2023): ``` pip install soupsieve ``` @@ -3456,7 +3471,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dirsearch (🥈30 · ⭐ 11K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 100 · 🔀 2.2K · 📦 61 · 📋 530 - 10% open · ⏱️ 30.12.2023): +- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 100 · 🔀 2.2K · 📦 61 · 📋 530 - 10% open · ⏱️ 05.01.2024): ``` git clone https://github.com/maurosoria/dirsearch @@ -3473,7 +3488,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/parsel) (📥 1.1M / month · 📦 1.6K · ⏱️ 18.04.2023): +- [PyPi](https://pypi.org/project/parsel) (📥 1M / month · 📦 1.6K · ⏱️ 18.04.2023): ``` pip install parsel ``` @@ -3489,7 +3504,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 270K / month · 📦 150 · ⏱️ 25.04.2023): +- [PyPi](https://pypi.org/project/cloudscraper) (📥 280K / month · 📦 150 · ⏱️ 25.04.2023): ``` pip install cloudscraper ``` @@ -3501,7 +3516,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 33K / month · 📦 270 · ⏱️ 04.07.2023): +- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 32K / month · 📦 270 · ⏱️ 04.07.2023): ``` pip install MechanicalSoup ``` @@ -3529,7 +3544,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/extruct) (📥 78K / month · 📦 41 · ⏱️ 07.07.2023): +- [PyPi](https://pypi.org/project/extruct) (📥 81K / month · 📦 41 · ⏱️ 07.07.2023): ``` pip install extruct ``` @@ -3557,7 +3572,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Gerapy/Gerapy ``` -- [PyPi](https://pypi.org/project/gerapy) (📥 530 / month · 📦 8 · ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/gerapy) (📥 580 / month · 📦 8 · ⏱️ 19.07.2023): ``` pip install gerapy ``` @@ -3569,7 +3584,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/maxhumber/gazpacho ``` -- [PyPi](https://pypi.org/project/gazpacho) (📥 7.1K / month · 📦 9 · ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/gazpacho) (📥 7.2K / month · 📦 9 · ⏱️ 09.10.2020): ``` pip install gazpacho ``` @@ -3581,11 +3596,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - pyspider (🥈30 · ⭐ 16K · 💀) - A Powerful Spider(Web Crawler) System in Python. Apache-2 - python-goose (🥈29 · ⭐ 3.9K · 💀) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 - robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper. BSD-3 +- Photon (🥉24 · ⭐ 10K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 - scrapely (🥉24 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library. BSD-3 - frontera (🥉24 · ⭐ 1.3K · 💀) - A scalable frontier for web crawlers. BSD-3 -- Photon (🥉23 · ⭐ 10K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 - AutoScraper (🥉23 · ⭐ 5.7K · 💀) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT -- ruia (🥉23 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 +- ruia (🥉22 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - snallygaster (🥉21 · ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - Cola (🥉21 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework. Apache-2 - Lassie (🥉20 · ⭐ 590 · 💀) - Web Content Retrieval for Humans. MIT @@ -3603,28 +3618,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (🥇42 · ⭐ 36K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 810 · 🔀 3.9K · 📥 47K · 📦 680 · 📋 10K - 17% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 810 · 🔀 3.9K · 📥 47K · 📦 680 · 📋 11K - 17% open · ⏱️ 11.01.2024): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (📥 2K / month · 📦 390 · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sentry) (📥 2.2K / month · 📦 390 · ⏱️ 25.07.2023): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 710K · ⏱️ 14.12.2023): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 710K · ⏱️ 10.01.2024): ``` conda install -c conda-forge sentry-sdk ```
opentelemetry-python (🥇36 · ⭐ 1.5K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 210 · 🔀 540 · 📦 10K · 📋 1.5K - 17% open · ⏱️ 27.12.2023): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 210 · 🔀 540 · 📦 10K · 📋 1.5K - 17% open · ⏱️ 05.01.2024): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (📥 59K / month · 📦 4 · ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/timing-asgi) (📥 69K / month · 📦 4 · ⏱️ 18.07.2023): ``` pip install timing-asgi ``` @@ -3633,14 +3648,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge opentelemetry-api ```
-
Prometheus Client (🥈33 · ⭐ 3.7K) - Python client for the Prometheus monitoring system. Apache-2 +
Prometheus Client (🥈34 · ⭐ 3.7K) - Python client for the Prometheus monitoring system. Apache-2 - [GitHub](https://github.com/prometheus/client_python) (👨‍💻 140 · 🔀 800 · 📋 520 - 18% open · ⏱️ 21.11.2023): ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (📥 22M / month · 📦 840 · ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/prometheus-client) (📥 22M / month · 📦 870 · ⏱️ 21.11.2023): ``` pip install prometheus-client ``` @@ -3651,7 +3666,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
GoAccess (🥈27 · ⭐ 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 160 · 🔀 1.1K · 📦 21 · 📋 2.2K - 17% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 160 · 🔀 1.1K · 📦 21 · 📋 2.2K - 17% open · ⏱️ 11.01.2024): ``` git clone https://github.com/allinurl/goaccess @@ -3664,7 +3679,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 8.6K / month · 📦 15 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 8.5K / month · 📦 15 · ⏱️ 05.12.2023): ``` pip install flask-monitoringdashboard ``` @@ -3676,7 +3691,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 5.3M / month · 📦 71 · ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 5.2M / month · 📦 72 · ⏱️ 27.10.2023): ``` pip install prometheus-flask-exporter ``` @@ -3687,12 +3702,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
starlette context (🥉23 · ⭐ 400) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 7 · 🔀 21 · 📦 740 · 📋 38 - 15% open · ⏱️ 07.11.2023): +- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 7 · 🔀 21 · 📦 750 · 📋 38 - 15% open · ⏱️ 07.11.2023): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 350K / month · 📦 23 · ⏱️ 16.02.2023): +- [PyPi](https://pypi.org/project/starlette-context) (📥 340K / month · 📦 24 · ⏱️ 16.02.2023): ``` pip install starlette-context ``` @@ -3701,7 +3716,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - opentracing-python (🥉26 · ⭐ 770 · 💀) - OpenTracing API for Python. This library is.. Apache-2 - ngxtop (🥉23 · ⭐ 6.4K · 💀) - Real-time metrics for nginx server. MIT -- Starlette Prometheus (🥉19 · ⭐ 260 · 💀) - Prometheus integration for Starlette. ❗️GPL-3.0 +- Starlette Prometheus (🥉20 · ⭐ 260 · 💀) - Prometheus integration for Starlette. ❗️GPL-3.0 - flask-state (🥉15 · ⭐ 620 · 💀) - Display machine state using Python3 with Flask. BSD-3 - timing-asgi (🥉8 · ⭐ 110) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed
@@ -3711,46 +3726,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Streamlit (🥇40 · ⭐ 29K) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (🥇40 · ⭐ 30K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 210 · 🔀 2.7K · 📋 3.8K - 18% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 220 · 🔀 2.7K · 📋 3.8K - 18% open · ⏱️ 11.01.2024): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 2.9M / month · 📦 1.3K · ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/streamlit) (📥 2.8M / month · 📦 1.3K · ⏱️ 30.11.2023): ``` pip install streamlit ```
-
Panel (🥇39 · ⭐ 3.4K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 +
Panel (🥇39 · ⭐ 3.5K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 150 · 🔀 410 · 📦 9.6K · 📋 3.1K - 29% open · ⏱️ 27.12.2023): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 150 · 🔀 410 · 📦 9.7K · 📋 3.1K - 29% open · ⏱️ 11.01.2024): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (📥 590K / month · 📦 190 · ⏱️ 20.12.2023): +- [PyPi](https://pypi.org/project/panel) (📥 550K / month · 📦 200 · ⏱️ 20.12.2023): ``` pip install panel ```
-
NiceGUI (🥈33 · ⭐ 6.3K) - Create web-based user interfaces with Python. The nice way. MIT +
NiceGUI (🥈33 · ⭐ 6.4K) - Create web-based user interfaces with Python. The nice way. MIT -- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 82 · 🔀 360 · 📦 460 · 📋 670 - 2% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/zauberzeug/nicegui) (👨‍💻 83 · 🔀 360 · 📦 480 · 📋 690 - 2% open · ⏱️ 10.01.2024): ``` git clone https://github.com/zauberzeug/nicegui ``` -- [PyPi](https://pypi.org/project/nicegui) (📥 54K / month · 📦 31 · ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/nicegui) (📥 54K / month · 📦 31 · ⏱️ 05.01.2024): ``` pip install nicegui ``` -- [Conda](https://anaconda.org/conda-forge/nicegui) (📥 7K · ⏱️ 27.12.2023): +- [Conda](https://anaconda.org/conda-forge/nicegui) (📥 7.2K · ⏱️ 06.01.2024): ``` conda install -c conda-forge nicegui ``` -- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 12K · ⭐ 9 · ⏱️ 27.12.2023): +- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (📥 12K · ⭐ 10 · ⏱️ 05.01.2024): ``` docker pull zauberzeug/nicegui ``` @@ -3774,14 +3789,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (📥 8.8K / month · 📦 17 · ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/pywebio) (📥 8.3K / month · 📦 17 · ⏱️ 30.10.2023): ``` pip install pywebio ```
pyscript (🥉27 · ⭐ 17K) - Try PyScript: https://pyscript.com Examples:.. Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 120 · 🔀 1.4K · 📥 200 · 📦 9 · 📋 720 - 10% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 120 · 🔀 1.4K · 📥 200 · 📦 9 · 📋 750 - 9% open · ⏱️ 03.01.2024): ``` git clone https://github.com/pyscript/pyscript @@ -3789,7 +3804,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Misago (🥉27 · ⭐ 2.4K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 42 · 🔀 500 · 📦 47 · 📋 1.3K - 9% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/rafalp/Misago) (👨‍💻 42 · 🔀 500 · 📦 47 · 📋 1.3K - 9% open · ⏱️ 04.01.2024): ``` git clone https://github.com/rafalp/Misago @@ -3802,19 +3817,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (📥 420 / month · 📦 1 · ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/wooey) (📥 460 / month · 📦 1 · ⏱️ 21.11.2023): ``` pip install wooey ```
idom (🥉25 · ⭐ 7.4K) - Its React, but in Python. MIT -- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 21 · 🔀 290 · 📦 100 · 📋 360 - 29% open · ⏱️ 28.12.2023): +- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 21 · 🔀 300 · 📦 110 · 📋 360 - 29% open · ⏱️ 28.12.2023): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (📥 680 / month · 📦 6 · ⏱️ 26.02.2023): +- [PyPi](https://pypi.org/project/idom) (📥 350 / month · 📦 6 · ⏱️ 26.02.2023): ``` pip install idom ``` @@ -3826,33 +3841,33 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/markfinger/python-react ``` -- [PyPi](https://pypi.org/project/react) (📥 7.1K / month · 📦 48 · ⏱️ 08.10.2018): +- [PyPi](https://pypi.org/project/react) (📥 6.9K / month · 📦 48 · ⏱️ 08.10.2018): ``` pip install react ```
-
flaskbb (🥉23 · ⭐ 2.5K · 💤) - A classic Forum Software in Python using Flask. BSD-3 +
trame (🥉24 · ⭐ 260) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/flaskbb/flaskbb) (👨‍💻 67 · 🔀 600 · 📦 29 · 📋 350 - 12% open · ⏱️ 13.03.2023): +- [GitHub](https://github.com/Kitware/trame) (👨‍💻 18 · 🔀 42 · 📥 210 · 📋 46 - 8% open · ⏱️ 10.01.2024): ``` - git clone https://github.com/flaskbb/flaskbb + git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/FlaskBB) (📥 100 / month · 📦 9 · ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/trame) (📥 27K / month · 📦 30 · ⏱️ 10.01.2024): ``` - pip install FlaskBB + pip install trame ```
-
trame (🥉23 · ⭐ 250) - Trame lets you weave various components and technologies into a Web.. Apache-2 +
flaskbb (🥉23 · ⭐ 2.5K · 💤) - A classic Forum Software in Python using Flask. BSD-3 -- [GitHub](https://github.com/Kitware/trame) (👨‍💻 18 · 🔀 41 · 📥 210 · 📋 47 - 10% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/flaskbb/flaskbb) (👨‍💻 67 · 🔀 600 · 📦 29 · 📋 350 - 12% open · ⏱️ 13.03.2023): ``` - git clone https://github.com/Kitware/trame + git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/trame) (📥 26K / month · 📦 30 · ⏱️ 01.01.2024): +- [PyPi](https://pypi.org/project/FlaskBB) (📥 69 / month · 📦 9 · ⏱️ 15.07.2018): ``` - pip install trame + pip install FlaskBB ```

@@ -3863,7 +3878,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (🥇38 · ⭐ 7.8K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 280 · 🔀 1K · 📥 210 · 📦 82K · 📋 880 - 8% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨‍💻 280 · 🔀 1K · 📥 210 · 📦 82K · 📋 880 - 8% open · ⏱️ 09.01.2024): ``` git clone https://github.com/jazzband/django-debug-toolbar @@ -3877,7 +3892,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-debug-toolbar ```
-
flask-admin (🥇38 · ⭐ 5.5K) - Simple and extensible administrative interface framework for.. BSD-3 +
flask-admin (🥇38 · ⭐ 5.6K) - Simple and extensible administrative interface framework for.. BSD-3 - [GitHub](https://github.com/flask-admin/flask-admin) (👨‍💻 360 · 🔀 1.6K · 📦 24K · 📋 1.5K - 32% open · ⏱️ 15.10.2023): @@ -3911,12 +3926,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-admin-interface (🥈33 · ⭐ 1.6K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 36 · 🔀 170 · 📦 3.6K · 📋 190 - 7% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 36 · 🔀 170 · 📦 3.6K · 📋 190 - 6% open · ⏱️ 08.01.2024): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (📥 90K / month · 📦 44 · ⏱️ 28.12.2023): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 89K / month · 📦 44 · ⏱️ 08.01.2024): ``` pip install django-admin-interface ``` @@ -3928,19 +3943,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.2K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.1K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
-
starlette-admin (🥉25 · ⭐ 400) - Fast, beautiful and extensible administrative interface.. MIT +
starlette-admin (🥉25 · ⭐ 410) - Fast, beautiful and extensible administrative interface.. MIT -- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 13 · 🔀 38 · 📦 240 · 📋 150 - 32% open · ⏱️ 31.12.2023): +- [GitHub](https://github.com/jowilf/starlette-admin) (👨‍💻 13 · 🔀 39 · 📦 240 · 📋 170 - 37% open · ⏱️ 11.01.2024): ``` git clone https://github.com/jowilf/starlette-admin ``` -- [PyPi](https://pypi.org/project/starlette-admin) (📥 37K / month · 📦 9 · ⏱️ 23.12.2023): +- [PyPi](https://pypi.org/project/starlette-admin) (📥 35K / month · 📦 9 · ⏱️ 23.12.2023): ``` pip install starlette-admin ``` @@ -3963,8 +3978,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 6 hidden projects... -- xadmin (🥈28 · ⭐ 4.7K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 -- django-suit (🥈28 · ⭐ 2.3K · 💀) - Modern theme for Django admin interface. ❗️AFL-3.0 +- django-suit (🥈29 · ⭐ 2.3K · 💀) - Modern theme for Django admin interface. ❗️AFL-3.0 +- xadmin (🥉28 · ⭐ 4.7K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 - django-jet (🥉26 · ⭐ 3.5K · 💀) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 - django-admin-bootstrapped (🥉26 · ⭐ 1.6K · 💀) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 - django-admin2 (🥉23 · ⭐ 1.2K · 💀) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3 @@ -3978,7 +3993,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇39 · ⭐ 37K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 400 · 🔀 4.7K · 📦 21 · 📋 4.3K - 2% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 400 · 🔀 4.7K · 📦 21 · 📋 4.3K - 2% open · ⏱️ 11.01.2024): ``` git clone https://github.com/kong/kong @@ -3990,7 +4005,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
tyk (🥉27 · ⭐ 9K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 120 · 🔀 1K · 📋 2.1K - 14% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 120 · 🔀 1K · 📋 2.1K - 14% open · ⏱️ 11.01.2024): ``` git clone https://github.com/TykTechnologies/tyk @@ -4004,12 +4019,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-sqlalchemy (🥇38 · ⭐ 4.1K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 920 · 📥 530 · 📦 370K · 📋 650 - 1% open · ⏱️ 04.12.2023): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (👨‍💻 120 · 🔀 920 · 📥 530 · 📦 380K · 📋 650 - 1% open · ⏱️ 04.12.2023): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 5M / month · 📦 27K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 4.9M / month · 📦 27K · ⏱️ 11.09.2023): ``` pip install flask-sqlalchemy ``` @@ -4018,22 +4033,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-sqlalchemy ```
-
flask-caching (🥇34 · ⭐ 840) - A caching extension for Flask. BSD-3 - -- [GitHub](https://github.com/pallets-eco/flask-caching) (👨‍💻 110 · 🔀 190 · 📦 18K · 📋 240 - 24% open · ⏱️ 08.10.2023): - - ``` - git clone https://github.com/pallets-eco/flask-caching - ``` -- [PyPi](https://pypi.org/project/flask-caching) (📥 4.3M / month · 📦 770 · ⏱️ 08.10.2023): - ``` - pip install flask-caching - ``` -- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 170K · ⏱️ 08.10.2023): - ``` - conda install -c conda-forge flask-caching - ``` -
Flask-Migrate (🥇33 · ⭐ 2.3K) - SQLAlchemy database migrations for Flask applications using.. MIT - [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 48 · 🔀 220 · 📦 140K · 📋 410 - 2% open · ⏱️ 15.10.2023): @@ -4057,7 +4056,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (📥 6.2M / month · 📦 8.3K · ⏱️ 26.06.2023): +- [PyPi](https://pypi.org/project/flask-cors) (📥 6.1M / month · 📦 8.3K · ⏱️ 26.06.2023): ``` pip install flask-cors ``` @@ -4066,26 +4065,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-cors ```
+
flask-caching (🥇32 · ⭐ 840 · 📉) - A caching extension for Flask. BSD-3 + +- [GitHub](https://github.com/pallets-eco/flask-caching) (👨‍💻 110 · 🔀 190 · 📦 18K · 📋 240 - 24% open · ⏱️ 06.01.2024): + + ``` + git clone https://github.com/pallets-eco/flask-caching + ``` +- [PyPi](https://pypi.org/project/flask-caching) (📥 4.3M / month · 📦 780 · ⏱️ 08.10.2023): + ``` + pip install flask-caching + ``` +- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 170K · ⏱️ 08.10.2023): + ``` + conda install -c conda-forge flask-caching + ``` +
flask-limiter (🥈31 · ⭐ 1.1K) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 44 · 🔀 120 · 📥 240 · 📦 8.2K · 📋 170 - 2% open · ⏱️ 25.11.2023): +- [GitHub](https://github.com/alisaifee/flask-limiter) (👨‍💻 44 · 🔀 120 · 📥 240 · 📦 8.3K · 📋 170 - 2% open · ⏱️ 25.11.2023): ``` git clone https://github.com/alisaifee/flask-limiter ``` -- [PyPi](https://pypi.org/project/flask-limiter) (📥 5.8M / month · 📦 400 · ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/flask-limiter) (📥 6M / month · 📦 400 · ⏱️ 31.08.2023): ``` pip install flask-limiter ```
flask-babel (🥈31 · ⭐ 430) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 -- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 42 · 🔀 160 · 📦 20K · 📋 130 - 8% open · ⏱️ 02.10.2023): +- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 42 · 🔀 160 · 📦 21K · 📋 130 - 8% open · ⏱️ 02.10.2023): ``` git clone https://github.com/python-babel/flask-babel ``` -- [PyPi](https://pypi.org/project/flask-babel) (📥 2.4M / month · 📦 60 · ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/flask-babel) (📥 2.3M / month · 📦 67 · ⏱️ 02.10.2023): ``` pip install flask-babel ``` @@ -4096,7 +4111,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-session (🥈30 · ⭐ 470) - Server side session extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-session) (👨‍💻 12 · 🔀 210 · 📥 21 · 📦 35K · 📋 120 - 35% open · ⏱️ 12.11.2023): +- [GitHub](https://github.com/pallets-eco/flask-session) (👨‍💻 12 · 🔀 210 · 📥 23 · 📦 35K · 📋 120 - 34% open · ⏱️ 12.11.2023): ``` git clone https://github.com/fengsp/flask-session @@ -4113,11 +4128,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-api/flask-api ``` -- [PyPi](https://pypi.org/project/flask-api) (📥 90K / month · 📦 700 · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/flask-api) (📥 87K / month · 📦 700 · ⏱️ 05.06.2023): ``` pip install flask-api ```
+
flask-marshmallow (🥈29 · ⭐ 820) - Flask + marshmallow for beautiful APIs. MIT + +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 21 · 🔀 56 · 📦 27K · 📋 110 - 23% open · ⏱️ 10.01.2024): + + ``` + git clone https://github.com/marshmallow-code/flask-marshmallow + ``` +- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 440K / month · 📦 820 · ⏱️ 05.04.2023): + ``` + pip install flask-marshmallow + ``` +- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 89K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge flask-marshmallow + ``` +
flask-assets (🥈29 · ⭐ 440) - Flask webassets integration. BSD-2 - [GitHub](https://github.com/miracle2k/flask-assets) (👨‍💻 42 · 🔀 100 · 📦 7.4K · 📋 100 - 21% open · ⏱️ 15.12.2023): @@ -4125,7 +4156,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/miracle2k/flask-assets ``` -- [PyPi](https://pypi.org/project/flask-assets) (📥 160K / month · 📦 2.1K · ⏱️ 22.10.2023): +- [PyPi](https://pypi.org/project/flask-assets) (📥 150K / month · 📦 2.1K · ⏱️ 22.10.2023): ``` pip install flask-assets ``` @@ -4134,52 +4165,48 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-assets ```
-
flask-marshmallow (🥈28 · ⭐ 820) - Flask + marshmallow for beautiful APIs. MIT +
Flask-Moment (🥉25 · ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨‍💻 21 · 🔀 56 · 📦 27K · 📋 110 - 23% open · ⏱️ 02.08.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 50 · 📦 23K · 📋 49 - 4% open · ⏱️ 15.10.2023): ``` - git clone https://github.com/marshmallow-code/flask-marshmallow + git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 450K / month · 📦 820 · ⏱️ 05.04.2023): +- [PyPi](https://pypi.org/project/flask-moment) (📥 36K / month · 📦 2.3K · ⏱️ 05.10.2022): ``` - pip install flask-marshmallow + pip install flask-moment ``` -- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 89K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 48K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge flask-marshmallow + conda install -c conda-forge flask-moment ```
-
flask-paginate (🥈26 · ⭐ 280) - Pagination support for flask. BSD-3 +
flask_pydantic (🥉25 · ⭐ 310 · 📈) - flask extension for integration with the awesome.. MIT -- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 79 · 📥 56 · 📦 3K · 📋 74 - 12% open · ⏱️ 23.10.2023): +- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 13 · 🔀 53 · 📦 520 · 📋 40 - 40% open · ⏱️ 08.01.2024): ``` - git clone https://github.com/lixxu/flask-paginate - ``` -- [PyPi](https://pypi.org/project/flask-paginate) (📥 60K / month · 📦 49 · ⏱️ 23.10.2023): - ``` - pip install flask-paginate + git clone https://github.com/bauerji/flask_pydantic ``` -- [Conda](https://anaconda.org/conda-forge/flask-paginate) (📥 20K · ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 110K / month · 📦 5 · ⏱️ 08.01.2024): ``` - conda install -c conda-forge flask-paginate + pip install flask_pydantic ```
-
Flask-Moment (🥉25 · ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT +
flask-paginate (🥉25 · ⭐ 280) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 50 · 📦 23K · 📋 49 - 4% open · ⏱️ 15.10.2023): +- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 79 · 📥 56 · 📦 3K · 📋 74 - 12% open · ⏱️ 23.10.2023): ``` - git clone https://github.com/miguelgrinberg/Flask-Moment + git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/flask-moment) (📥 40K / month · 📦 2.3K · ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/flask-paginate) (📥 61K / month · 📦 49 · ⏱️ 23.10.2023): ``` - pip install flask-moment + pip install flask-paginate ``` -- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 48K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-paginate) (📥 20K · ⏱️ 23.10.2023): ``` - conda install -c conda-forge flask-moment + conda install -c conda-forge flask-paginate ```
flask-rebar (🥉25 · ⭐ 230) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT @@ -4212,7 +4239,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cookiecutter-flask (🥉21 · ⭐ 4.5K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 77 · 🔀 750 · 📋 180 - 2% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 77 · 🔀 750 · 📋 180 - 2% open · ⏱️ 11.01.2024): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask @@ -4220,48 +4247,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
safrs (🥉21 · ⭐ 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 -- [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 16 · 🔀 69 · 📦 120 · 📋 80 - 5% open · ⏱️ 12.12.2023): +- [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 16 · 🔀 69 · 📦 120 · 📋 80 - 5% open · ⏱️ 11.01.2024): ``` git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/safrs) (📥 440 / month): +- [PyPi](https://pypi.org/project/safrs) (📥 450 / month · 📦 1 · ⏱️ 28.11.2023): ``` pip install safrs ```
flask-jsonrpc (🥉21 · ⭐ 280 · 💤) - Basic JSON-RPC implementation for your Flask-powered.. BSD-3 -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 16 · 🔀 64 · 📥 24 · 📦 230 · 📋 80 - 12% open · ⏱️ 06.04.2023): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨‍💻 16 · 🔀 64 · 📥 24 · 📦 230 · 📋 81 - 13% open · ⏱️ 06.04.2023): ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (📥 200 / month · 📦 6 · ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/rpc) (📥 210 / month · 📦 6 · ⏱️ 28.04.2012): ``` pip install rpc ```
-
flask_pydantic (🥉20 · ⭐ 310 · 💤) - flask extension for integration with the awesome.. MIT - -- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 12 · 🔀 50 · 📦 520 · 📋 40 - 45% open · ⏱️ 02.01.2023): - - ``` - git clone https://github.com/bauerji/flask_pydantic - ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 100K / month): - ``` - pip install flask_pydantic - ``` -
-
flask-file-upload (🥉16 · ⭐ 150 · 💤) - Easy file uploads for Flask. MIT +
flask-file-upload (🥉17 · ⭐ 150 · 💤) - Easy file uploads for Flask. MIT - [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨‍💻 6 · 🔀 14 · 📦 81 · 📋 74 - 18% open · ⏱️ 08.02.2023): ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (📥 61 / month): +- [PyPi](https://pypi.org/project/flask-file-upload) (📥 55 / month · ⏱️ 07.12.2021): ``` pip install flask-file-upload ``` @@ -4277,13 +4292,13 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - flask-ask (🥉24 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python. Apache-2 - flask-bootstrap (🥉24 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 - flask-talisman (🥉24 · ⭐ 900 · 💀) - HTTP security headers for Flask. Apache-2 -- flask-profiler (🥉23 · ⭐ 740 · 💀) - a flask profiler which watches endpoint calls and tries.. MIT +- flask-profiler (🥉24 · ⭐ 740 · 💀) - a flask profiler which watches endpoint calls and tries.. MIT - Flask-Excel (🥉23 · ⭐ 260 · 💀) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 - flask-s3 (🥉21 · ⭐ 190 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL - flask-ngrok (🥉21 · ⭐ 130 · 💀) - A simple way to demo Flask apps from your machine. Apache-2 - Flask-Opentracing (🥉20 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3 +- flask-msearch (🥉19 · ⭐ 200 · 💀) - Full text search for flask. BSD-3 - flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code... MIT -- flask-msearch (🥉17 · ⭐ 200 · 💀) - Full text search for flask. BSD-3 - flask2postman (🥉13 · ⭐ 150 · 💀) - Generate a Postman collection from your Flask application. MIT

@@ -4294,24 +4309,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sqladmin (🥇28 · ⭐ 1.4K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (👨‍💻 46 · 🔀 140 · 📦 520 · 📋 180 - 10% open · ⏱️ 13.12.2023): +- [GitHub](https://github.com/aminalaee/sqladmin) (👨‍💻 46 · 🔀 140 · 📦 540 · 📋 180 - 12% open · ⏱️ 13.12.2023): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (📥 44K / month · 📦 6 · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/sqladmin) (📥 42K / month · 📦 6 · ⏱️ 14.11.2023): ``` pip install sqladmin ```
slowapi (🥇26 · ⭐ 850 · 💤) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 22 · 🔀 62 · 📦 1.7K · 📋 110 - 49% open · ⏱️ 08.06.2023): +- [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 22 · 🔀 62 · 📦 1.8K · 📋 110 - 48% open · ⏱️ 08.06.2023): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (📥 140K / month · 📦 23 · ⏱️ 28.11.2022): +- [PyPi](https://pypi.org/project/slowapi) (📥 130K / month · 📦 23 · ⏱️ 28.11.2022): ``` pip install slowapi ``` @@ -4323,7 +4338,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.2K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3.1K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4335,31 +4350,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/awtkns/fastapi-crudrouter ``` -- [PyPi](https://pypi.org/project/fastapi-crudrouter) (📥 9K / month · 📦 6 · ⏱️ 28.01.2023): +- [PyPi](https://pypi.org/project/fastapi-crudrouter) (📥 9.3K / month · 📦 6 · ⏱️ 28.01.2023): ``` pip install fastapi-crudrouter ```
starlette_exporter (🥈24 · ⭐ 280) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 21 · 🔀 31 · 📋 42 - 19% open · ⏱️ 11.11.2023): +- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 22 · 🔀 31 · 📋 44 - 18% open · ⏱️ 06.01.2024): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (📥 440K / month · 📦 10 · ⏱️ 11.11.2023): +- [PyPi](https://pypi.org/project/starlette_exporter) (📥 420K / month · 📦 11 · ⏱️ 11.11.2023): ``` pip install starlette_exporter ```
fastapi-utils (🥈23 · ⭐ 1.6K · 💤) - Reusable utilities for FastAPI. MIT -- [GitHub](https://github.com/dmontagu/fastapi-utils) (👨‍💻 2 · 🔀 140 · 📦 3.3K · 📋 67 - 80% open · ⏱️ 19.03.2023): +- [GitHub](https://github.com/dmontagu/fastapi-utils) (👨‍💻 2 · 🔀 140 · 📦 3.4K · 📋 67 - 80% open · ⏱️ 19.03.2023): ``` git clone https://github.com/dmontagu/fastapi-utils ``` -- [PyPi](https://pypi.org/project/fastapi-utils) (📥 1.2M / month · 📦 59 · ⏱️ 07.03.2020): +- [PyPi](https://pypi.org/project/fastapi-utils) (📥 1.2M / month · 📦 62 · ⏱️ 07.03.2020): ``` pip install fastapi-utils ``` @@ -4371,31 +4386,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 4.6K / month · 📦 3 · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 4.5K / month · 📦 3 · ⏱️ 07.09.2023): ``` pip install fastapi-code-generator ```
-
fastapi-socketio (🥈23 · ⭐ 290 · 💤) - Easily integrate socket.io with your FastAPI app. Apache-2 +
fastapi-socketio (🥈23 · ⭐ 300 · 💤) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 7 · 🔀 25 · 📦 2.7K · 📋 34 - 52% open · ⏱️ 03.03.2023): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 7 · 🔀 25 · 📦 2.8K · 📋 34 - 52% open · ⏱️ 03.03.2023): ``` git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 66K / month · 📦 3 · ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 65K / month · 📦 3 · ⏱️ 06.12.2021): ``` pip install fastapi-socketio ```
-
fastapi-mvc (🥉19 · ⭐ 510) - Developer productivity tool for making high-quality FastAPI.. MIT +
fastapi-mvc (🥉20 · ⭐ 520) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 44 · 📥 260 · 📦 9 · 📋 120 - 14% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 45 · 📥 260 · 📦 10 · 📋 120 - 14% open · ⏱️ 03.01.2024): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 490 / month · ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 610 / month · ⏱️ 09.01.2023): ``` pip install fastapi-mvc ``` @@ -4407,7 +4422,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 2.9K / month · 📦 1 · ⏱️ 07.07.2022): +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 2.8K / month · 📦 1 · ⏱️ 07.07.2022): ``` pip install fastapi-plugins ``` @@ -4417,8 +4432,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - fastapi-sqlalchemy (🥉22 · ⭐ 560 · 💀) - Adds simple SQLAlchemy support to FastAPI. MIT - fastapi_contrib (🥉18 · ⭐ 580 · 💀) - Opinionated set of utilities on top of FastAPI. MIT - fastapi-react (🥉17 · ⭐ 1.9K · 💀) - Cookiecutter Template for FastAPI + React Projects... MIT -- fastapi-versioning (🥉17 · ⭐ 570 · 💀) - api versioning for fastapi web applications. MIT -- fastapi_cache (🥉17 · ⭐ 200 · 💀) - FastAPI simple cache. MIT +- fastapi-versioning (🥉17 · ⭐ 580 · 💀) - api versioning for fastapi web applications. MIT +- fastapi_cache (🥉17 · ⭐ 210 · 💀) - FastAPI simple cache. MIT - fastapi_client (🥉14 · ⭐ 320 · 💀) - FastAPI client generator. Apache-2 - fastapi-lazy (🥉10 · ⭐ 110 · 💀) - Lazy package to start your project using FastAPI. MIT
@@ -4435,7 +4450,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mmerickel/pyramid_services ``` -- [PyPi](https://pypi.org/project/pyramid_services) (📥 10K / month · 📦 19 · ⏱️ 22.04.2019): +- [PyPi](https://pypi.org/project/pyramid_services) (📥 12K / month · 📦 19 · ⏱️ 22.04.2019): ``` pip install pyramid_services ``` @@ -4451,32 +4466,32 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
django-import-export (🥇38 · ⭐ 2.8K) - Django application and library for importing and.. BSD-2 +
django-oscar (🥇38 · ⭐ 6K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 200 · 🔀 770 · 📦 90K · 📋 960 - 3% open · ⏱️ 29.12.2023): +- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 360 · 🔀 2.2K · 📦 1.1K · 📋 1.5K - 6% open · ⏱️ 10.01.2024): ``` - git clone https://github.com/django-import-export/django-import-export - ``` -- [PyPi](https://pypi.org/project/django-import-export) (📥 810K / month · 📦 1.1K · ⏱️ 19.12.2023): - ``` - pip install django-import-export + git clone https://github.com/django-oscar/django-oscar ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 88K · ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/django-oscar) (📥 17K / month · 📦 280 · ⏱️ 09.01.2024): ``` - conda install -c conda-forge django-import-export + pip install django-oscar ```
-
django-oscar (🥇37 · ⭐ 6K) - Domain-driven e-commerce for Django. BSD-3 +
django-import-export (🥇38 · ⭐ 2.8K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 360 · 🔀 2.1K · 📦 1.1K · 📋 1.5K - 6% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 200 · 🔀 770 · 📦 90K · 📋 970 - 3% open · ⏱️ 10.01.2024): ``` - git clone https://github.com/django-oscar/django-oscar + git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-oscar) (📥 16K / month · 📦 270 · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/django-import-export) (📥 800K / month · 📦 1.1K · ⏱️ 10.01.2024): ``` - pip install django-oscar + pip install django-import-export + ``` +- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 88K · ⏱️ 10.01.2024): + ``` + conda install -c conda-forge django-import-export ```
django-cors-headers (🥇37 · ⭐ 5.2K) - Django app for handling the server headers required.. MIT @@ -4486,47 +4501,15 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 4.4M / month · 📦 6.8K · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 4.3M / month · 📦 6.8K · ⏱️ 14.11.2023): ``` pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 91K · ⏱️ 14.11.2023): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 92K · ⏱️ 14.11.2023): ``` conda install -c conda-forge django-cors-headers ```
-
django-storages (🥇37 · ⭐ 2.6K) - Django-storages is a project to provide a variety of.. BSD-3 - -- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 260 · 🔀 830 · 📦 170K · 📋 690 - 21% open · ⏱️ 26.11.2023): - - ``` - git clone https://github.com/jschneier/django-storages - ``` -- [PyPi](https://pypi.org/project/django-storages) (📥 2.3M / month · 📦 5K · ⏱️ 09.10.2023): - ``` - pip install django-storages - ``` -- [Conda](https://anaconda.org/conda-forge/django-storages) (📥 56K · ⏱️ 21.10.2023): - ``` - conda install -c conda-forge django-storages - ``` -
-
django-stubs (🥇37 · ⭐ 1.4K) - PEP-484 stubs for Django. MIT - -- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 230 · 🔀 390 · 📦 9.5K · 📋 710 - 29% open · ⏱️ 01.01.2024): - - ``` - git clone https://github.com/typeddjango/django-stubs - ``` -- [PyPi](https://pypi.org/project/django-stubs) (📥 890K / month · 📦 110 · ⏱️ 05.12.2023): - ``` - pip install django-stubs - ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 21K · ⏱️ 05.12.2023): - ``` - conda install -c conda-forge django-stubs - ``` -
django-extensions (🥇36 · ⭐ 6.3K) - This is a repository for collecting global custom.. MIT - [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 570 · 🔀 1.1K · 📦 210K · 📋 890 - 19% open · ⏱️ 25.10.2023): @@ -4534,7 +4517,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (📥 2.7M / month · 📦 12K · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/django-extensions) (📥 2.6M / month · 📦 12K · ⏱️ 05.06.2023): ``` pip install django-extensions ``` @@ -4561,7 +4544,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-haystack (🥇36 · ⭐ 3.5K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 210 · 🔀 1.3K · 📦 9.4K · 📋 1.3K - 43% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 210 · 🔀 1.3K · 📦 9.4K · 📋 1.3K - 43% open · ⏱️ 07.01.2024): ``` git clone https://github.com/django-haystack/django-haystack @@ -4575,14 +4558,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-haystack ```
+
django-storages (🥇36 · ⭐ 2.6K · 📉) - Django-storages is a project to provide a variety of.. BSD-3 + +- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 260 · 🔀 830 · 📦 170K · 📋 690 - 21% open · ⏱️ 26.11.2023): + + ``` + git clone https://github.com/jschneier/django-storages + ``` +- [PyPi](https://pypi.org/project/django-storages) (📥 2.3M / month · 📦 5K · ⏱️ 09.10.2023): + ``` + pip install django-storages + ``` +- [Conda](https://anaconda.org/conda-forge/django-storages) (📥 56K · ⏱️ 21.10.2023): + ``` + conda install -c conda-forge django-storages + ``` +
+
django-stubs (🥇36 · ⭐ 1.4K) - PEP-484 stubs for Django. MIT + +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 230 · 🔀 390 · 📦 9.5K · 📋 710 - 29% open · ⏱️ 08.01.2024): + + ``` + git clone https://github.com/typeddjango/django-stubs + ``` +- [PyPi](https://pypi.org/project/django-stubs) (📥 880K / month · 📦 110 · ⏱️ 05.12.2023): + ``` + pip install django-stubs + ``` +- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 22K · ⏱️ 05.12.2023): + ``` + conda install -c conda-forge django-stubs + ``` +
channels (🥈35 · ⭐ 5.8K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/django/channels) (👨‍💻 260 · 🔀 780 · 📦 21 · 📋 1.3K - 8% open · ⏱️ 12.12.2023): +- [GitHub](https://github.com/django/channels) (👨‍💻 260 · 🔀 780 · 📦 21 · 📋 1.3K - 8% open · ⏱️ 10.01.2024): ``` git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/channels) (📥 630K / month · 📦 1.3K · ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/channels) (📥 610K / month · 📦 1.4K · ⏱️ 03.02.2023): ``` pip install channels ``` @@ -4598,14 +4613,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-reversion) (📥 300K / month · 📦 2.1K · ⏱️ 30.12.2023): +- [PyPi](https://pypi.org/project/django-reversion) (📥 290K / month · 📦 2.1K · ⏱️ 30.12.2023): ``` pip install django-reversion ```
django-environ (🥈35 · ⭐ 2.9K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 93 · 🔀 320 · 📥 42 · 📦 210K · 📋 240 - 26% open · ⏱️ 01.09.2023): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 93 · 🔀 320 · 📥 44 · 📦 210K · 📋 240 - 26% open · ⏱️ 01.09.2023): ``` git clone https://github.com/joke2k/django-environ @@ -4666,7 +4681,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jieter/django-tables2 ``` -- [PyPi](https://pypi.org/project/django-tables2) (📥 240K / month · 📦 900 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-tables2) (📥 230K / month · 📦 900 · ⏱️ 05.12.2023): ``` pip install django-tables2 ``` @@ -4677,7 +4692,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dj-database-url (🥈35 · ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 70 · 🔀 200 · 📦 260K · 📋 92 - 2% open · ⏱️ 27.12.2023): +- [GitHub](https://github.com/jazzband/dj-database-url) (👨‍💻 70 · 🔀 200 · 📦 260K · 📋 92 - 2% open · ⏱️ 09.01.2024): ``` git clone https://github.com/jacobian/dj-database-url @@ -4694,23 +4709,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 850K / month · 📦 880 · ⏱️ 29.12.2023): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 840K / month · 📦 880 · ⏱️ 29.12.2023): ``` pip install django-phonenumber-field ```
-
Django-Ninja (🥈33 · ⭐ 5.6K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT +
Django-Ninja (🥈33 · ⭐ 5.7K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 120 · 🔀 340 · 📦 1.9K · 📋 660 - 31% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 120 · 🔀 340 · 📦 1.9K · 📋 660 - 32% open · ⏱️ 08.01.2024): ``` git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-ninja) (📥 190K / month · 📦 22 · ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/django-ninja) (📥 180K / month · 📦 22 · ⏱️ 07.12.2023): ``` pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 8.8K · ⏱️ 12.12.2023): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 8.9K · ⏱️ 12.12.2023): ``` conda install -c conda-forge django-ninja ``` @@ -4722,7 +4737,7 @@ _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) (📥 990K / month · 📦 4.9K · ⏱️ 16.11.2022): +- [PyPi](https://pypi.org/project/django-model-utils) (📥 980K / month · 📦 4.9K · ⏱️ 16.11.2022): ``` pip install django-model-utils ``` @@ -4738,7 +4753,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (📥 8.8K · ⏱️ 19.12.2023): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (📥 8.9K · ⏱️ 19.12.2023): ``` conda install -c conda-forge django-webpack-loader ``` @@ -4750,7 +4765,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 81K / month · 📦 4K · ⏱️ 28.12.2023): +- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 80K / month · 📦 4K · ⏱️ 28.12.2023): ``` pip install django-bootstrap3 ``` @@ -4761,26 +4776,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-autocomplete-light (🥈33 · ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 460 · 📦 3.9K · 📋 850 - 24% open · ⏱️ 19.09.2023): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 470 · 📦 3.9K · 📋 850 - 24% open · ⏱️ 09.01.2024): ``` git clone https://github.com/yourlabs/django-autocomplete-light ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 200K / month · 📦 750 · ⏱️ 19.09.2023): +- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 200K / month · 📦 750 · ⏱️ 09.01.2024): ``` pip install django-autocomplete-light ```
-
django-rq (🥈33 · ⭐ 1.7K) - A simple app that provides django integration for RQ (Redis Queue). MIT +
sorl-thumbnail (🥈33 · ⭐ 1.7K) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/rq/django-rq) (👨‍💻 120 · 🔀 280 · 📦 3.1K · 📋 350 - 27% open · ⏱️ 26.12.2023): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 160 · 🔀 500 · 📦 14K · 📋 420 - 29% open · ⏱️ 04.10.2023): ``` - git clone https://github.com/rq/django-rq + git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/django-rq) (📥 460K / month · 📦 440 · ⏱️ 18.12.2023): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 200K / month · 📦 2.5K · ⏱️ 05.10.2023): ``` - pip install django-rq + pip install sorl-thumbnail + ``` +- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (📥 6.4K · ⏱️ 05.10.2023): + ``` + conda install -c conda-forge sorl-thumbnail ```
django-pipeline (🥈33 · ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT @@ -4790,7 +4809,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-pipeline) (📥 86K / month · 📦 1.1K · ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/django-pipeline) (📥 87K / month · 📦 1.1K · ⏱️ 27.12.2023): ``` pip install django-pipeline ``` @@ -4818,7 +4837,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-taggit ``` -- [PyPi](https://pypi.org/project/django-taggit) (📥 370K / month · 📦 2.9K · ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-taggit) (📥 380K / month · 📦 2.9K · ⏱️ 29.10.2023): ``` pip install django-taggit ``` @@ -4827,7 +4846,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-taggit ```
-
django-cacheops (🥈32 · ⭐ 1.9K) - A slick ORM cache with automatic granular event-driven.. BSD-3 +
django-cacheops (🥈32 · ⭐ 2K) - A slick ORM cache with automatic granular event-driven.. BSD-3 - [GitHub](https://github.com/Suor/django-cacheops) (👨‍💻 67 · 🔀 220 · 📦 1.2K · 📋 330 - 5% open · ⏱️ 05.12.2023): @@ -4839,20 +4858,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-cacheops ```
-
sorl-thumbnail (🥈32 · ⭐ 1.7K) - Thumbnails for Django. BSD-3 +
django-rq (🥈32 · ⭐ 1.7K) - A simple app that provides django integration for RQ (Redis Queue). MIT -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨‍💻 160 · 🔀 500 · 📦 14K · 📋 420 - 29% open · ⏱️ 04.10.2023): +- [GitHub](https://github.com/rq/django-rq) (👨‍💻 120 · 🔀 280 · 📦 3.1K · 📋 350 - 27% open · ⏱️ 26.12.2023): ``` - git clone https://github.com/jazzband/sorl-thumbnail - ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 200K / month · 📦 2.5K · ⏱️ 05.10.2023): - ``` - pip install sorl-thumbnail + git clone https://github.com/rq/django-rq ``` -- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (📥 6.4K · ⏱️ 05.10.2023): +- [PyPi](https://pypi.org/project/django-rq) (📥 420K / month · 📦 440 · ⏱️ 18.12.2023): ``` - conda install -c conda-forge sorl-thumbnail + pip install django-rq ```
django-money (🥈32 · ⭐ 1.5K) - Money fields for Django forms and models. BSD-3 @@ -4869,7 +4884,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-compressor (🥈31 · ⭐ 2.7K) - Compresses linked and inline javascript or CSS into a.. MIT -- [GitHub](https://github.com/django-compressor/django-compressor) (👨‍💻 220 · 🔀 590 · 📋 660 - 18% open · ⏱️ 13.12.2023): +- [GitHub](https://github.com/django-compressor/django-compressor) (👨‍💻 220 · 🔀 590 · 📋 660 - 18% open · ⏱️ 11.01.2024): ``` git clone https://github.com/django-compressor/django-compressor @@ -4881,12 +4896,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-ckeditor (🥈31 · ⭐ 2.3K) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 700 · 📦 38K · 📋 530 - 1% open · ⏱️ 27.07.2023): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 700 · 📦 39K · 📋 530 - 1% open · ⏱️ 27.07.2023): ``` git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (📥 400K / month · 📦 1.5K · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 410K / month · 📦 1.5K · ⏱️ 27.07.2023): ``` pip install django-ckeditor ``` @@ -4898,14 +4913,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (📥 97K / month · 📦 1K · ⏱️ 28.09.2023): +- [PyPi](https://pypi.org/project/django-imagekit) (📥 99K / month · 📦 1K · ⏱️ 28.09.2023): ``` pip install django-imagekit ```
django-widget-tweaks (🥈31 · ⭐ 2K) - Tweak the form field rendering in templates, not in.. MIT -- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 30 · 🔀 140 · 📦 37K · 📋 94 - 46% open · ⏱️ 03.11.2023): +- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨‍💻 30 · 🔀 140 · 📦 38K · 📋 94 - 46% open · ⏱️ 03.11.2023): ``` git clone https://github.com/jazzband/django-widget-tweaks @@ -4929,12 +4944,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cookiecutter-django (🥉30 · ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 400 · 🔀 2.7K · 📦 23 · 📋 1.2K - 8% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 400 · 🔀 2.7K · 📦 23 · 📋 1.2K - 8% open · ⏱️ 11.01.2024): ``` git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 64 / month · 📦 1 · ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 63 / month · 📦 1 · ⏱️ 15.01.2018): ``` pip install cookiecutter-django ``` @@ -4981,24 +4996,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-angular (🥉30 · ⭐ 1.2K) - Let AngularJS play well with Django. MIT -- [GitHub](https://github.com/jrief/django-angular) (👨‍💻 66 · 🔀 300 · 📦 650 · 📋 210 - 11% open · ⏱️ 13.11.2023): +- [GitHub](https://github.com/jrief/django-angular) (👨‍💻 66 · 🔀 300 · 📦 650 · 📋 200 - 10% open · ⏱️ 13.11.2023): ``` git clone https://github.com/jrief/django-angular ``` -- [PyPi](https://pypi.org/project/django-angular) (📥 8.7K / month · 📦 240 · ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/django-angular) (📥 9K / month · 📦 240 · ⏱️ 13.11.2023): ``` pip install django-angular ```
django-waffle (🥉30 · ⭐ 1K) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 120 · 🔀 260 · 📦 1.3K · 📋 200 - 19% open · ⏱️ 11.12.2023): +- [GitHub](https://github.com/django-waffle/django-waffle) (👨‍💻 120 · 🔀 260 · 📦 1.3K · 📋 210 - 19% open · ⏱️ 11.12.2023): ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (📥 310K / month · 📦 350 · ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/django-waffle) (📥 320K / month · 📦 350 · ⏱️ 11.12.2023): ``` pip install django-waffle ``` @@ -5014,7 +5029,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (📥 70K / month · 📦 610 · ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/django-rosetta) (📥 68K / month · 📦 610 · ⏱️ 04.12.2023): ``` pip install django-rosetta ``` @@ -5025,12 +5040,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-sql-explorer (🥉29 · ⭐ 2.2K) - Easily share data across your company via SQL.. MIT -- [GitHub](https://github.com/chrisclark/django-sql-explorer) (👨‍💻 100 · 🔀 340 · 📦 390 · 📋 280 - 9% open · ⏱️ 26.12.2023): +- [GitHub](https://github.com/chrisclark/django-sql-explorer) (👨‍💻 100 · 🔀 340 · 📦 390 · 📋 280 - 9% open · ⏱️ 11.01.2024): ``` git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 41K / month · 📦 75 · ⏱️ 13.07.2023): +- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 40K / month · 📦 75 · ⏱️ 13.07.2023): ``` pip install django-sql-explorer ``` @@ -5065,7 +5080,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-countries (🥉29 · ⭐ 1.3K) - A Django application that provides country choices for.. MIT -- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 54 · 🔀 260 · 📋 280 - 10% open · ⏱️ 27.08.2023): +- [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 54 · 🔀 260 · 📋 290 - 10% open · ⏱️ 27.08.2023): ``` git clone https://github.com/SmileyChris/django-countries @@ -5098,7 +5113,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-configurations) (📥 180K / month · 📦 670 · ⏱️ 21.10.2023): +- [PyPi](https://pypi.org/project/django-configurations) (📥 170K / month · 📦 670 · ⏱️ 21.10.2023): ``` pip install django-configurations ``` @@ -5114,11 +5129,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 550K / month · 📦 60 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 530K / month · 📦 60 · ⏱️ 05.12.2023): ``` pip install djangorestframework-stubs ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (📥 8.5K · ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (📥 8.6K · ⏱️ 05.12.2023): ``` conda install -c conda-forge djangorestframework-stubs ``` @@ -5130,7 +5145,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (📥 58K / month · 📦 90 · ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 57K / month · 📦 90 · ⏱️ 29.10.2023): ``` pip install django-push-notifications ``` @@ -5142,7 +5157,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 86K / month · 📦 10 · ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 82K / month · 📦 10 · ⏱️ 08.11.2023): ``` pip install django-lifecycle ``` @@ -5161,12 +5176,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-split-settings (🥉27 · ⭐ 1K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 24 · 🔀 65 · 📦 2.5K · 📋 45 - 8% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 24 · 🔀 65 · 📦 2.5K · 📋 45 - 8% open · ⏱️ 08.01.2024): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (📥 96K / month · 📦 120 · ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/django-split-settings) (📥 93K / month · 📦 120 · ⏱️ 27.09.2022): ``` pip install django-split-settings ``` @@ -5183,14 +5198,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-watson ```
-
django-cachalot (🥉25 · ⭐ 1.1K · 📉) - No effort, no worry, maximum performance. BSD-3 +
django-cachalot (🥉26 · ⭐ 1.1K) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 35 · 🔀 130 · 📦 680 · 📋 160 - 16% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/noripyt/django-cachalot) (👨‍💻 35 · 🔀 140 · 📦 680 · 📋 160 - 17% open · ⏱️ 11.01.2024): ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 57K / month · 📦 86 · ⏱️ 21.07.2023): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 57K / month · 📦 86 · ⏱️ 11.01.2024): ``` pip install django-cachalot ``` @@ -5215,14 +5230,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-cleanup ```
-
django-easy-audit (🥉25 · ⭐ 610) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 +
django-easy-audit (🥉25 · ⭐ 620) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 -- [GitHub](https://github.com/soynatan/django-easy-audit) (👨‍💻 46 · 🔀 160 · 📦 220 · 📋 150 - 50% open · ⏱️ 06.12.2023): +- [GitHub](https://github.com/soynatan/django-easy-audit) (👨‍💻 46 · 🔀 160 · 📦 220 · 📋 150 - 50% open · ⏱️ 04.01.2024): ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (📥 32K / month · 📦 12 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/django-easy-audit) (📥 33K / month · 📦 12 · ⏱️ 21.08.2023): ``` pip install django-easy-audit ``` @@ -5234,7 +5249,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (📥 370K / month · 📦 27 · ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (📥 380K / month · 📦 31 · ⏱️ 12.08.2020): ``` pip install django-csp ``` @@ -5258,7 +5273,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (📥 4.8K / month · 📦 32 · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/django-viewflow) (📥 4.6K / month · 📦 32 · ⏱️ 29.09.2023): ``` pip install django-viewflow ``` @@ -5270,19 +5285,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (📥 6.4K / month · 📦 110 · ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/django-cache-machine) (📥 6.3K / month · 📦 110 · ⏱️ 06.07.2022): ``` pip install django-cache-machine ```
django-codemod (🥉21 · ⭐ 170) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 22 · 🔀 16 · 📥 620 · 📦 2 · 📋 40 - 22% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 22 · 🔀 16 · 📥 630 · 📦 2 · 📋 40 - 22% open · ⏱️ 08.01.2024): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 820 / month · ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/django-codemod) (📥 730 / month · ⏱️ 05.01.2024): ``` pip install django-codemod ``` @@ -5292,7 +5307,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - django-braces (🥉30 · ⭐ 1.9K · 💀) - Reusable, generic mixins for Django. BSD-3 - jsonfield (🥉30 · ⭐ 1.2K · 💀) - A reusable Django model field for storing ad-hoc JSON data. MIT - django-q (🥉29 · ⭐ 1.8K · 💀) - A multiprocessing distributed task queue for Django. MIT -- django-dbbackup (🥉29 · ⭐ 830 · 💀) - Management commands to help backup and restore your.. BSD-3 +- django-dbbackup (🥉29 · ⭐ 840 · 💀) - Management commands to help backup and restore your.. BSD-3 - django-shop (🥉28 · ⭐ 3.1K · 💀) - A Django based shop system. BSD-3 - django-redis-cache (🥉28 · ⭐ 1K · 💀) - A Redis cache backend for django. BSD-3 - django-paypal (🥉28 · ⭐ 700 · 💀) - A pluggable Django application for integrating PayPal.. MIT @@ -5301,7 +5316,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - django-summernote (🥉25 · ⭐ 990 · 💀) - Simply integrate Summernote editor with Django project. MIT - django-floppyforms (🥉25 · ⭐ 830 · 💤) - Full control of form rendering in the templates. ❗️MirOS - django-vanilla-views (🥉24 · ⭐ 970 · 💀) - Beautifully simple class-based views. BSD-2 -- django-solo (🥉24 · ⭐ 810) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 +- django-solo (🥉24 · ⭐ 820) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 - merchant (🥉19 · ⭐ 1K · 💀) - A Django app to accept payments from various payment processors.. BSD-3 - django-schedule (🥉14 · ⭐ 830 · 💀) - A calendaring app for Django. It is now stable,.. BSD-3
@@ -5311,100 +5326,100 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
twisted (🥇43 · ⭐ 5.3K) - Event-driven networking engine written in Python. MIT +
jinja (🥇43 · ⭐ 9.7K · 📈) - A very fast and expressive template engine. BSD-3 -- [GitHub](https://github.com/twisted/twisted) (👨‍💻 270 · 🔀 1.2K · 📦 79K · 📋 10K - 27% open · ⏱️ 29.12.2023): +- [GitHub](https://github.com/pallets/jinja) (👨‍💻 310 · 🔀 1.6K · 📥 55K · 📦 21 · 📋 1K - 9% open · ⏱️ 10.01.2024): ``` - git clone https://github.com/twisted/twisted + git clone https://github.com/pallets/jinja ``` -- [PyPi](https://pypi.org/project/twisted) (📥 3.2M / month · 📦 10K · ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/jinja2) (📥 100M / month · 📦 100K · ⏱️ 10.01.2024): ``` - pip install twisted + pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (📥 1M · ⏱️ 31.10.2023): +- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 35M · ⏱️ 11.01.2024): ``` - conda install -c conda-forge twisted + conda install -c conda-forge jinja2 ```
-
jinja (🥇41 · ⭐ 9.7K) - A very fast and expressive template engine. BSD-3 +
twisted (🥇43 · ⭐ 5.3K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/pallets/jinja) (👨‍💻 300 · 🔀 1.6K · 📥 55K · 📦 21 · 📋 1K - 7% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/twisted/twisted) (👨‍💻 270 · 🔀 1.2K · 📦 79K · 📋 10K - 27% open · ⏱️ 29.12.2023): ``` - git clone https://github.com/pallets/jinja + git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/jinja2) (📥 110M / month · 📦 100K · ⏱️ 28.04.2022): +- [PyPi](https://pypi.org/project/twisted) (📥 3.1M / month · 📦 10K · ⏱️ 31.10.2023): ``` - pip install jinja2 + pip install twisted ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (📥 35M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/twisted) (📥 1M · ⏱️ 31.10.2023): ``` - conda install -c conda-forge jinja2 + conda install -c conda-forge twisted ```
-
certbot (🥇40 · ⭐ 30K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 +
certbot (🥇40 · ⭐ 31K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (👨‍💻 520 · 🔀 3.4K · 📥 130K · 📦 1.9K · 📋 5.3K - 5% open · ⏱️ 13.12.2023): +- [GitHub](https://github.com/certbot/certbot) (👨‍💻 520 · 🔀 3.4K · 📥 130K · 📦 1.9K · 📋 5.3K - 5% open · ⏱️ 06.01.2024): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (📥 340K / month · 📦 340 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/certbot) (📥 270K / month · 📦 340 · ⏱️ 05.12.2023): ``` pip install certbot ``` -- [Conda](https://anaconda.org/conda-forge/certbot-apache) (📥 24K · ⏱️ 19.11.2023): +- [Conda](https://anaconda.org/conda-forge/certbot-apache) (📥 24K · ⏱️ 06.01.2024): ``` conda install -c conda-forge certbot-apache ```
web3.py (🥇40 · ⭐ 4.6K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 250 · 🔀 1.6K · 📦 18K · 📋 1.4K - 12% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 250 · 🔀 1.7K · 📦 18K · 📋 1.4K - 12% open · ⏱️ 10.01.2024): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (📥 1.1M / month · 📦 1.1K · ⏱️ 20.12.2023): +- [PyPi](https://pypi.org/project/web3) (📥 1.1M / month · 📦 1.1K · ⏱️ 10.01.2024): ``` pip install web3 ``` -- [Conda](https://anaconda.org/conda-forge/web3) (📥 190K · ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/web3) (📥 190K · ⏱️ 11.01.2024): ``` conda install -c conda-forge web3 ```
-
dnspython (🥇40 · ⭐ 2.3K) - a powerful DNS toolkit for python. ISC +
scapy (🥇39 · ⭐ 9.7K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 110 · 🔀 530 · 📥 250 · 📦 250K · 📋 500 - 1% open · ⏱️ 28.12.2023): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 450 · 🔀 2K · 📦 13K · 📋 1.6K - 9% open · ⏱️ 01.01.2024): ``` - git clone https://github.com/rthalley/dnspython + git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/dnspython) (📥 28M / month · 📦 4.8K · ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/scapy) (📥 1.6M / month · 📦 1K · ⏱️ 25.12.2022): ``` - pip install dnspython + pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 1.2M · ⏱️ 17.10.2023): +- [Conda](https://anaconda.org/conda-forge/scapy) (📥 110K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge dnspython + conda install -c conda-forge scapy ```
-
scapy (🥇39 · ⭐ 9.7K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 +
dnspython (🥇39 · ⭐ 2.3K · 📉) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/secdev/scapy) (👨‍💻 450 · 🔀 1.9K · 📦 13K · 📋 1.6K - 8% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 110 · 🔀 530 · 📥 260 · 📦 250K · 📋 500 - 1% open · ⏱️ 06.01.2024): ``` - git clone https://github.com/secdev/scapy + git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/scapy) (📥 1.6M / month · 📦 1K · ⏱️ 25.12.2022): +- [PyPi](https://pypi.org/project/dnspython) (📥 27M / month · 📦 4.8K · ⏱️ 06.01.2024): ``` - pip install scapy + pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (📥 110K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 1.2M · ⏱️ 17.10.2023): ``` - conda install -c conda-forge scapy + conda install -c conda-forge dnspython ```
pwntools (🥈37 · ⭐ 11K) - CTF framework and exploit development library. MIT @@ -5414,14 +5429,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (📥 59K / month · 📦 68 · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/pwntools) (📥 55K / month · 📦 69 · ⏱️ 14.11.2023): ``` pip install pwntools ```
rdflib (🥈37 · ⭐ 2K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 190 · 🔀 540 · 📥 200 · 📦 17K · 📋 1.2K - 19% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 190 · 🔀 540 · 📥 210 · 📦 17K · 📋 1.2K - 19% open · ⏱️ 01.12.2023): ``` git clone https://github.com/RDFLib/rdflib @@ -5449,7 +5464,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
itsdangerous (🥈36 · ⭐ 2.8K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 42 · 🔀 220 · 📦 980K · 📋 110 - 0% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 42 · 🔀 220 · 📦 990K · 📋 110 - 0% open · ⏱️ 06.09.2023): ``` git clone https://github.com/pallets/itsdangerous @@ -5465,7 +5480,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyopenssl (🥈36 · ⭐ 850) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 110 · 🔀 420 · 📋 560 - 17% open · ⏱️ 07.12.2023): +- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 110 · 🔀 420 · 📋 560 - 17% open · ⏱️ 10.01.2024): ``` git clone https://github.com/pyca/pyopenssl @@ -5479,14 +5494,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pyopenssl ```
+
webargs (🥈35 · ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT + +- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 78 · 🔀 160 · 📦 7.7K · 📋 290 - 2% open · ⏱️ 10.01.2024): + + ``` + git clone https://github.com/marshmallow-code/webargs + ``` +- [PyPi](https://pypi.org/project/webargs) (📥 1.1M / month · 📦 480 · ⏱️ 07.01.2024): + ``` + pip install webargs + ``` +- [Conda](https://anaconda.org/conda-forge/webargs) (📥 210K · ⏱️ 08.01.2024): + ``` + conda install -c conda-forge webargs + ``` +
netaddr (🥈35 · ⭐ 740) - A network address manipulation library for Python. BSD-3 -- [GitHub](https://github.com/netaddr/netaddr) (👨‍💻 49 · 🔀 180 · 📦 29K · 📋 180 - 27% open · ⏱️ 03.01.2024): +- [GitHub](https://github.com/netaddr/netaddr) (👨‍💻 49 · 🔀 180 · 📦 29K · 📋 180 - 27% open · ⏱️ 04.01.2024): ``` git clone https://github.com/netaddr/netaddr ``` -- [PyPi](https://pypi.org/project/netaddr) (📥 4.5M / month · 📦 4.8K · ⏱️ 02.01.2024): +- [PyPi](https://pypi.org/project/netaddr) (📥 4.3M / month · 📦 4.8K · ⏱️ 02.01.2024): ``` pip install netaddr ``` @@ -5495,7 +5526,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge netaddr ```
-
certifi (🥈35 · ⭐ 720 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +
certifi (🥈35 · ⭐ 720) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 - [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 35 · 🔀 280 · 📦 6 · 📋 140 - 3% open · ⏱️ 18.12.2023): @@ -5511,7 +5542,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge certifi ```
-
idna (🥈35 · ⭐ 220) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 +
idna (🥈35 · ⭐ 230) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 - [GitHub](https://github.com/kjd/idna) (👨‍💻 24 · 🔀 83 · 📦 1.6M · 📋 87 - 6% open · ⏱️ 27.12.2023): @@ -5522,47 +5553,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install idna ``` -- [Conda](https://anaconda.org/conda-forge/idna) (📥 39M · ⏱️ 26.11.2023): +- [Conda](https://anaconda.org/conda-forge/idna) (📥 40M · ⏱️ 26.11.2023): ``` conda install -c conda-forge idna ```
weblate (🥈34 · ⭐ 4K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.6K · 🔀 940 · 📥 5.5K · 📦 31 · 📋 5.1K - 8% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.6K · 🔀 940 · 📥 5.6K · 📦 31 · 📋 5.1K - 8% open · ⏱️ 11.01.2024): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (📥 3.3K / month · 📦 11 · ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/weblate) (📥 3.2K / month · 📦 11 · ⏱️ 19.12.2023): ``` pip install weblate ```
-
webargs (🥈34 · ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT - -- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 77 · 🔀 160 · 📦 7.6K · 📋 290 - 2% open · ⏱️ 01.01.2024): - - ``` - git clone https://github.com/marshmallow-code/webargs - ``` -- [PyPi](https://pypi.org/project/webargs) (📥 1.1M / month · 📦 480 · ⏱️ 10.07.2023): - ``` - pip install webargs - ``` -- [Conda](https://anaconda.org/conda-forge/webargs) (📥 210K · ⏱️ 10.07.2023): - ``` - conda install -c conda-forge webargs - ``` -
pywebview (🥈33 · ⭐ 4K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 120 · 🔀 500 · 📦 1.6K · 📋 870 - 2% open · ⏱️ 10.12.2023): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 120 · 🔀 500 · 📦 1.6K · 📋 880 - 1% open · ⏱️ 10.12.2023): ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 41K / month · 📦 110 · ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/pywebview) (📥 44K / month · 📦 110 · ⏱️ 31.10.2023): ``` pip install pywebview ``` @@ -5574,7 +5589,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/hellysmile/fake-useragent ``` -- [PyPi](https://pypi.org/project/fake-useragent) (📥 2.2M / month · 📦 990 · ⏱️ 24.11.2023): +- [PyPi](https://pypi.org/project/fake-useragent) (📥 2M / month · 📦 1K · ⏱️ 24.11.2023): ``` pip install fake-useragent ``` @@ -5583,9 +5598,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge fake-useragent ```
-
saleor (🥈32 · ⭐ 19K) - Saleor Core: the high performance, composable, headless.. BSD-3 +
saleor (🥈32 · ⭐ 20K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (👨‍💻 280 · 🔀 5.1K · 📥 70 · 📦 3 · 📋 4.2K - 14% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/saleor/saleor) (👨‍💻 280 · 🔀 5.1K · 📥 70 · 📦 3 · 📋 4.2K - 14% open · ⏱️ 10.01.2024): ``` git clone https://github.com/saleor/saleor @@ -5593,12 +5608,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
aiortc (🥈32 · ⭐ 3.7K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 29 · 🔀 700 · 📦 2.6K · 📋 690 - 4% open · ⏱️ 01.12.2023): +- [GitHub](https://github.com/aiortc/aiortc) (👨‍💻 30 · 🔀 700 · 📦 2.6K · 📋 700 - 4% open · ⏱️ 07.01.2024): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 48K / month · 📦 40 · ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/aiortc) (📥 46K / month · 📦 40 · ⏱️ 01.12.2023): ``` pip install aiortc ``` @@ -5621,16 +5636,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
terminado (🥈32 · ⭐ 350) - Terminals served by tornado websockets. BSD-2 -- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 48 · 🔀 92 · 📥 240 · 📦 240K · 📋 68 - 41% open · ⏱️ 05.12.2023): +- [GitHub](https://github.com/jupyter/terminado) (👨‍💻 48 · 🔀 92 · 📥 250 · 📦 240K · 📋 68 - 41% open · ⏱️ 05.12.2023): ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (📥 9.4M / month · 📦 7K · ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/terminado) (📥 9.1M / month · 📦 7K · ⏱️ 10.11.2023): ``` pip install terminado ``` -- [Conda](https://anaconda.org/conda-forge/terminado) (📥 14M · ⏱️ 12.11.2023): +- [Conda](https://anaconda.org/conda-forge/terminado) (📥 15M · ⏱️ 12.11.2023): ``` conda install -c conda-forge terminado ``` @@ -5642,7 +5657,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/sqlalchemy/mako ``` -- [PyPi](https://pypi.org/project/mako) (📥 30M / month · 📦 14K · ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/mako) (📥 29M / month · 📦 14K · ⏱️ 08.11.2023): ``` pip install mako ``` @@ -5653,7 +5668,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
maltrail (🥉31 · ⭐ 5.5K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 47 · 🔀 970 · 📦 20 · 📋 410 - 20% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 47 · 🔀 970 · 📦 20 · 📋 410 - 20% open · ⏱️ 11.01.2024): ``` git clone https://github.com/stamparm/maltrail @@ -5661,12 +5676,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
tifffile (🥉31 · ⭐ 440) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 -- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 160 · 📥 190 · 📦 46K · 📋 210 - 0% open · ⏱️ 09.12.2023): +- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 160 · 📥 190 · 📦 47K · 📋 210 - 0% open · ⏱️ 09.12.2023): ``` git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/tifffile) (📥 5.8M / month · 📦 820 · ⏱️ 09.12.2023): +- [PyPi](https://pypi.org/project/tifffile) (📥 5.6M / month · 📦 820 · ⏱️ 09.12.2023): ``` pip install tifffile ``` @@ -5677,60 +5692,72 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
klein (🥉30 · ⭐ 820) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/twisted/klein) (👨‍💻 56 · 🔀 130 · 📦 1.8K · 📋 190 - 47% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/twisted/klein) (👨‍💻 56 · 🔀 130 · 📦 1.8K · 📋 190 - 47% open · ⏱️ 08.01.2024): ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (📥 51K / month · 📦 390 · ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/klein) (📥 46K / month · 📦 390 · ⏱️ 22.12.2023): ``` pip install klein ```
-
aiodns (🥉30 · ⭐ 500) - Simple DNS resolver for asyncio. MIT +
python-user-agents (🥉29 · ⭐ 1.4K · 💤) - A Python library that provides an easy way to identify.. MIT -- [GitHub](https://github.com/saghul/aiodns) (👨‍💻 28 · 🔀 66 · 📦 50K · 📋 65 - 9% open · ⏱️ 02.01.2024): +- [GitHub](https://github.com/selwin/python-user-agents) (👨‍💻 32 · 🔀 200 · 📦 7.5K · 📋 77 - 57% open · ⏱️ 16.02.2023): ``` - git clone https://github.com/saghul/aiodns + git clone https://github.com/selwin/python-user-agents ``` -- [PyPi](https://pypi.org/project/aiodns) (📥 2.4M / month · 📦 1.2K · ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/user-agents) (📥 2.4M / month · 📦 520 · ⏱️ 23.08.2020): ``` - pip install aiodns + pip install user-agents ``` -- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 220K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/user-agents) (📥 45K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge aiodns + conda install -c conda-forge user-agents ```
-
python-user-agents (🥉29 · ⭐ 1.4K · 💤) - A Python library that provides an easy way to identify.. MIT +
aiodns (🥉29 · ⭐ 510) - Simple DNS resolver for asyncio. MIT -- [GitHub](https://github.com/selwin/python-user-agents) (👨‍💻 32 · 🔀 200 · 📦 7.4K · 📋 77 - 57% open · ⏱️ 16.02.2023): +- [GitHub](https://github.com/saghul/aiodns) (👨‍💻 28 · 🔀 66 · 📦 50K · 📋 64 - 9% open · ⏱️ 02.01.2024): ``` - git clone https://github.com/selwin/python-user-agents + git clone https://github.com/saghul/aiodns ``` -- [PyPi](https://pypi.org/project/user-agents) (📥 2.5M / month · 📦 520 · ⏱️ 23.08.2020): +- [PyPi](https://pypi.org/project/aiodns) (📥 2.4M / month · 📦 1.2K · ⏱️ 16.10.2023): ``` - pip install user-agents + pip install aiodns ``` -- [Conda](https://anaconda.org/conda-forge/user-agents) (📥 45K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/aiodns) (📥 220K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge user-agents + conda install -c conda-forge aiodns ```
pyload (🥉28 · ⭐ 3.1K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/pyload/pyload) (👨‍💻 230 · 🔀 700 · 📥 99K · 📦 10 · 📋 3.1K - 5% open · ⏱️ 25.12.2023): +- [GitHub](https://github.com/pyload/pyload) (👨‍💻 230 · 🔀 700 · 📥 99K · 📦 10 · 📋 3.1K - 5% open · ⏱️ 06.01.2024): ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (📥 2.4K / month · 📦 1 · ⏱️ 29.12.2023): +- [PyPi](https://pypi.org/project/pyload-ng) (📥 2.9K / month · 📦 1 · ⏱️ 06.01.2024): ``` pip install pyload-ng ```
+
sslyze (🥉28 · ⭐ 3.1K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 + +- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 68 · 🔀 440 · 📥 110K · 📋 510 - 5% open · ⏱️ 24.09.2023): + + ``` + git clone https://github.com/nabla-c0d3/sslyze + ``` +- [PyPi](https://pypi.org/project/sslyze) (📥 98K / month · 📦 22 · ⏱️ 24.09.2023): + ``` + pip install sslyze + ``` +
dpkt (🥉28 · ⭐ 1K · 💤) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 - [GitHub](https://github.com/kbandla/dpkt) (👨‍💻 67 · 🔀 270 · 📦 1.6K · 📋 380 - 19% open · ⏱️ 27.01.2023): @@ -5738,7 +5765,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/kbandla/dpkt ``` -- [PyPi](https://pypi.org/project/dpkt) (📥 260K / month · 📦 330 · ⏱️ 18.08.2022): +- [PyPi](https://pypi.org/project/dpkt) (📥 240K / month · 📦 330 · ⏱️ 18.08.2022): ``` pip install dpkt ``` @@ -5763,50 +5790,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pyngrok ```
-
sslyze (🥉27 · ⭐ 3.1K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 - -- [GitHub](https://github.com/nabla-c0d3/sslyze) (👨‍💻 68 · 🔀 440 · 📥 110K · 📋 510 - 5% open · ⏱️ 24.09.2023): - - ``` - git clone https://github.com/nabla-c0d3/sslyze - ``` -- [PyPi](https://pypi.org/project/sslyze) (📥 100K / month · 📦 22 · ⏱️ 24.09.2023): - ``` - pip install sslyze - ``` -
-
Radicale (🥉26 · ⭐ 2.9K · 💤) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 +
Radicale (🥉26 · ⭐ 3K · 💤) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 96 · 🔀 400 · 📦 140 · 📋 940 - 38% open · ⏱️ 22.04.2023): ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (📥 6.4K / month): +- [PyPi](https://pypi.org/project/radicale) (📥 6.6K / month · 📦 43 · ⏱️ 14.07.2022): ``` pip install radicale ```
proxy.py (🥉26 · ⭐ 2.7K · 💤) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (👨‍💻 19 · 🔀 520 · 📥 970 · 📦 130 · 📋 300 - 22% open · ⏱️ 17.04.2023): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (👨‍💻 19 · 🔀 520 · 📥 980 · 📦 130 · 📋 300 - 22% open · ⏱️ 17.04.2023): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (📥 93K / month · 📦 21 · ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/proxy.py) (📥 81K / month · 📦 22 · ⏱️ 14.03.2023): ``` pip install proxy.py ```
trustme (🥉25 · ⭐ 530) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 21 · 🔀 27 · 📦 600 · 📋 32 - 9% open · ⏱️ 01.01.2024): +- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 21 · 🔀 27 · 📦 610 · 📋 32 - 9% open · ⏱️ 01.01.2024): ``` git clone https://github.com/python-trio/trustme ``` -- [PyPi](https://pypi.org/project/trustme) (📥 110K / month · 📦 56 · ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/trustme) (📥 100K / month · 📦 57 · ⏱️ 10.07.2023): ``` pip install trustme ``` @@ -5817,7 +5832,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
healthchecks (🥉23 · ⭐ 6.9K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 86 · 🔀 710 · 📦 1 · 📋 660 - 10% open · ⏱️ 04.01.2024): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 86 · 🔀 710 · 📦 1 · 📋 660 - 10% open · ⏱️ 10.01.2024): ``` git clone https://github.com/healthchecks/healthchecks @@ -5830,7 +5845,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (📥 3.2K / month · 📦 2 · ⏱️ 03.05.2023): +- [PyPi](https://pypi.org/project/urlwatch) (📥 3.4K / month · 📦 2 · ⏱️ 03.05.2023): ``` pip install urlwatch ``` @@ -5842,7 +5857,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 300K / month · 📦 30 · ⏱️ 28.03.2023): +- [PyPi](https://pypi.org/project/asgi-lifespan) (📥 290K / month · 📦 30 · ⏱️ 28.03.2023): ``` pip install asgi-lifespan ``` @@ -5876,14 +5891,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - httpagentparser (🥉25 · ⭐ 220 · 💀) - Python HTTP Agent Parser. MIT - python-whois (🥉24 · ⭐ 390 · 💀) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL - ProxyBroker (🥉23 · ⭐ 3.6K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 +- sandman2 (🥉23 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy.. Apache-2 - hyde (🥉23 · ⭐ 1.6K · 💀) - A Python Static Website Generator. MIT - reppy (🥉23 · ⭐ 180 · 💀) - Modern robots.txt Parser for Python. MIT -- sandman2 (🥉22 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy.. Apache-2 - cabot (🥉21 · ⭐ 5.5K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT - toapi (🥉20 · ⭐ 3.4K · 💀) - Every web site provides APIs. MIT -- tinkerer (🥉19 · ⭐ 310 · 💀) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD +- tinkerer (🥉20 · ⭐ 310 · 💀) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - libextract (🥉16 · ⭐ 500 · 💀) - Extract data from websites using basic statistical magic. MIT -- IP2Trace (🥉10 · ⭐ 31) - Python tool to traceroute with IP geolocation information, such as.. MIT +- IP2Trace (🥉10 · ⭐ 30) - Python tool to traceroute with IP geolocation information, such as.. MIT
--- diff --git a/history/2024-01-11_changes.md b/history/2024-01-11_changes.md new file mode 100644 index 00000000..41d3b1e3 --- /dev/null +++ b/history/2024-01-11_changes.md @@ -0,0 +1,20 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- fastapi (🥇47 · ⭐ 67K · 📈) - FastAPI framework, high performance, easy to learn, fast to.. MIT +- jinja (🥇43 · ⭐ 9.7K · 📈) - A very fast and expressive template engine. BSD-3 +- oauthlib (🥇40 · ⭐ 2.7K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 +- flask_pydantic (🥉25 · ⭐ 310 · 📈) - flask extension for integration with the awesome.. MIT +- flask-msearch (🥉19 · ⭐ 200 · 💀) - Full text search for flask. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- flask (🥇49 · ⭐ 65K · 📉) - The Python micro framework for building web applications. BSD-3 +- dnspython (🥇39 · ⭐ 2.3K · 📉) - a powerful DNS toolkit for python. ISC +- django-storages (🥇36 · ⭐ 2.6K · 📉) - Django-storages is a project to provide a variety of.. BSD-3 +- requests-oauthlib (🥈36 · ⭐ 1.7K · 📉) - OAuthlib support for Python-Requests!. ISC +- flask-caching (🥇32 · ⭐ 840 · 📉) - A caching extension for Flask. BSD-3 + diff --git a/history/2024-01-11_projects.csv b/history/2024-01-11_projects.csv new file mode 100644 index 00000000..2d17f519 --- /dev/null +++ b/history/2024-01-11_projects.csv @@ -0,0 +1,581 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,show,labels,recent_commit_count,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,conda_id,pypi_id,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,trending,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,conda_dependent_project_count,apt_id,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000,2024-01-09 22:04:40.000,2023-09-20 13:07:26,4529.0,30817,4013.0,3083.0,228.0,537.0,274612,A collective list of free APIs.,2.0,2.0,1377.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,openapi-utils,True,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014-03-03 16:53:36.000,2024-01-10 18:18:50.000,2024-01-10 18:18:29,1995.0,9231,856.0,1126.0,551.0,1594.0,27677,The OpenAPI Specification Repository.,21.0,21.0,223.0,0,True,['openapi'],27.0,2021-02-16 19:33:45.000,3.1.0,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,GraphQL Specification,graphql/graphql-spec,graphql,True,https://github.com/graphql/graphql-spec,https://github.com/graphql/graphql-spec,,2015-07-01 01:26:56.000,2024-01-10 14:30:36.000,2023-12-14 12:48:30,589.0,1171,519.0,529.0,185.0,352.0,14166,GraphQL is a query language and execution engine tied to any backend service.,1.0,1.0,129.0,0,True,,2.0,2021-10-27 00:01:28.000,October2021,6.0,374.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2024-01-11 15:45:13.000,2024-01-04 16:38:16,452.0,2140,385.0,240.0,18.0,33.0,14965,Collection of python database client libraries.,,,44.0,0,True,,22.0,2024-01-04 16:38:24.000,2024.01.04,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,django,django/django,web-frameworks,,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012-04-28 02:47:18.000,2024-01-11 16:16:12.000,2024-01-11 11:47:06,32319.0,30753,2295.0,17665.0,160.0,,74983,The Web framework for perfectionists with deadlines.,1656611.0,1532610.0,3046.0,49,True,['django'],249.0,2024-01-02 09:16:20.000,5.0.1,349.0,,11059806.0,conda-forge/django,django,https://pypi.org/project/django,2024-01-02 09:16:20.000,124001.0,11022499.0,https://anaconda.org/conda-forge/django,2024-01-08 16:37:38.156,1604236.0,1.0,,,,,,,,,,,,,,,,,, +5,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2024-01-01 20:24:33.000,2024-01-01 15:21:54,5216.0,16086,2138.0,2503.0,3.0,2586.0,65439,The Python micro framework for building web applications.,1862820.0,1739294.0,831.0,49,True,['flask'],41.0,2023-09-30 14:38:50.000,3.0.0,57.0,7125.0,88793167.0,conda-forge/flask,flask,https://pypi.org/project/flask,2023-09-30 14:36:10.000,123526.0,88581808.0,https://anaconda.org/conda-forge/flask,2023-10-03 16:08:50.320,6760211.0,1.0,-1.0,,,,,,,,,,,,,,,,, +6,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000,2024-01-08 17:56:04.000,2024-01-08 17:56:01,6232.0,9272,1340.0,2467.0,275.0,3661.0,50846,"A simple, yet elegant, HTTP library.",2875782.0,2665514.0,748.0,48,True,,35.0,2023-07-20 16:16:14.211,0.0.1,151.0,7863.0,338230536.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023-07-20 16:16:14.211,210268.0,337794731.0,https://anaconda.org/conda-forge/requests,2023-06-16 13:18:00.202,39628552.0,1.0,,,,,,,,,,,,,,,,,, +7,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2024-01-11 14:39:06.000,2024-01-11 08:07:34,54311.0,10590,1367.0,24138.0,872.0,10497.0,39866,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",10171.0,4759.0,993.0,48,True,,374.0,2023-12-07 18:53:17.000,1.60.0,235.0,19787.0,77427868.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2023-12-07 18:53:17.000,5412.0,77183706.0,https://anaconda.org/conda-forge/grpcio,2023-11-30 09:26:11.664,10468635.0,1.0,,,,,,,,,,,,,,,,,, +8,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2024-01-11 16:31:39.000,2024-01-11 16:31:38,3465.0,5660,655.0,2986.0,673.0,3343.0,66876,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",294557.0,291281.0,542.0,47,True,"['fastapi', 'openapi']",216.0,2024-01-11 15:36:31.000,0.109.0,188.0,,26094253.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2024-01-11 15:36:31.000,3276.0,26051475.0,https://anaconda.org/conda-forge/fastapi,2023-12-26 22:50:30.128,1882247.0,1.0,1.0,,,,,,,,,,,,,,,,, +9,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2024-01-11 16:56:54.000,2024-01-11 16:18:52,31061.0,7936,1303.0,3494.0,239.0,9674.0,28575,A browser automation framework and ecosystem.,260520.0,243587.0,836.0,47,True,,532.0,2023-12-06 14:24:52.000,selenium-4.16.0,192.0,14253148.0,11526041.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2023-12-06 14:23:21.000,16933.0,11345424.0,https://anaconda.org/conda-forge/selenium,2023-12-06 16:53:04.854,1223373.0,1.0,,,,,,,,,,,,,,,,,, +10,aiohttp,aio-libs/aiohttp,http-clients,,https://github.com/aio-libs/aiohttp,https://github.com/aio-libs/aiohttp,Apache-2.0,2013-10-01 23:04:01.000,2024-01-11 12:47:04.000,2024-01-11 10:25:49,9496.0,1985,222.0,4979.0,499.0,2428.0,14277,Asynchronous HTTP client/server framework for asyncio and Python.,455702.0,440452.0,707.0,47,True,,154.0,2023-11-26 17:52:13.000,3.9.1,228.0,15425.0,97684747.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2023-11-26 17:52:13.000,15250.0,97373054.0,https://anaconda.org/conda-forge/aiohttp,2023-11-27 16:12:02.040,12149788.0,1.0,,,,,,,,,,,,,,,,,, +11,Scrapy,scrapy/scrapy,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14.000,2024-01-08 09:20:00.000,2023-12-29 11:33:37,10209.0,10368,1770.0,3228.0,700.0,2457.0,49806,"Scrapy, a fast high-level web crawling & scraping framework for Python.",47259.0,42624.0,631.0,45,True,,56.0,2023-09-18 12:19:20.000,2.11.0,96.0,,1221986.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2023-09-18 12:19:20.000,4635.0,1204352.0,https://anaconda.org/conda-forge/scrapy,2023-09-19 16:30:32.202,740641.0,1.0,,,,,,,,,,,,,,,,,, +12,tornado,tornadoweb/tornado,web-frameworks,,https://github.com/tornadoweb/tornado,https://github.com/tornadoweb/tornado,Apache-2.0,2009-09-09 04:55:16.000,2023-12-30 20:18:45.000,2023-11-29 03:18:59,4683.0,5559,994.0,1542.0,218.0,1616.0,21399,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",453809.0,427973.0,438.0,45,True,,15.0,2023-08-11 15:21:47.000,6.3.3,72.0,,30090407.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2023-11-29 03:39:29.000,25836.0,29114664.0,https://anaconda.org/conda-forge/tornado,2023-09-29 06:15:14.882,38054001.0,1.0,,,,,,,,,,,,,,,,,, +13,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2024-01-06 00:03:02.000,2024-01-05 08:24:01,3097.0,1672,225.0,1077.0,356.0,1751.0,9322,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1160286.0,1097988.0,417.0,45,True,,46.0,2023-07-19 11:51:19.000,21.2.0,86.0,103.0,30621713.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2023-07-19 11:46:44.000,62298.0,30560478.0,https://anaconda.org/conda-forge/gunicorn,2023-09-22 20:44:42.316,2388197.0,1.0,,,,,,,,,,,,,,,,,, +14,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2024-01-11 14:20:23.000,2024-01-10 07:38:40,4091.0,1105,98.0,2069.0,129.0,1095.0,3567,urllib3 is a user-friendly HTTP client library for Python.,1677904.0,1631278.0,343.0,45,True,,67.0,2023-11-13 12:29:42.000,2.1.0,94.0,29228.0,417731569.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2023-11-13 12:29:42.000,46626.0,416723607.0,https://anaconda.org/conda-forge/urllib3,2023-11-14 03:48:30.408,42312926.0,2.0,,,,,,,,,,,,,,,,,, +15,werkzeug,pallets/werkzeug,web-frameworks,,https://github.com/pallets/werkzeug,https://github.com/pallets/werkzeug,BSD-3-Clause,2010-10-18 11:42:40.000,2024-01-08 10:36:18.000,2024-01-01 14:58:58,5532.0,1717,221.0,1672.0,9.0,1126.0,6481,The comprehensive WSGI web application library.,1257609.0,1187796.0,486.0,44,True,,31.0,2023-11-08 18:37:01.000,2.3.8,95.0,711.0,103121550.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2023-11-08 18:37:01.000,69813.0,102822317.0,https://anaconda.org/conda-forge/werkzeug,2023-11-09 01:18:53.893,9575179.0,2.0,,,,,,,,,,,,,,,,,, +16,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,BSD-3-Clause,2011-03-02 17:13:56.000,2024-01-11 12:34:46.000,2024-01-11 12:34:46,8734.0,6667,626.0,4620.0,122.0,3777.0,26965,Web APIs for Django.,618676.0,618241.0,1387.0,43,True,['django'],12.0,2022-11-08 10:37:57.000,3.14.0,40.0,,96108.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,435.0,90337.0,https://anaconda.org/conda-forge/djangorestframework,2023-06-16 13:24:55.645,542507.0,2.0,,,,,,,,,,,,,,,,,, +17,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2024-01-11 09:59:51.180,2024-01-10 23:22:02,2774.0,1590,251.0,887.0,96.0,932.0,9717,A very fast and expressive template engine.,102817.0,21.0,306.0,43,True,,14.0,2024-01-10 23:12:42.000,3.1.3,49.0,55254.0,105310817.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2024-01-10 23:12:19.000,102796.0,104343943.0,https://anaconda.org/conda-forge/jinja2,2024-01-11 09:59:51.180,34780637.0,1.0,2.0,,,,,,,,,,,,,,,,, +18,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2024-01-11 07:48:05.000,2023-12-29 12:24:58,29725.0,1177,176.0,1955.0,2772.0,7450.0,5309,Event-driven networking engine written in Python.,89434.0,79126.0,266.0,43,True,,59.0,2023-10-31 08:10:38.000,23.10.0,98.0,,3118256.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2023-10-31 08:10:38.000,10308.0,3091555.0,https://anaconda.org/conda-forge/twisted,2023-10-31 14:38:33.127,1041376.0,1.0,,,,,,,,,,,,,,,,,, +19,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2024-01-11 15:28:09.000,2024-01-05 11:45:06,6224.0,391,32.0,328.0,272.0,1146.0,2743,The code coverage tool for Python.,417755.0,359554.0,187.0,43,True,,110.0,2023-12-27 22:22:07.000,7.4.0,134.0,,55434120.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2023-12-27 22:18:28.000,58201.0,55113850.0,https://anaconda.org/conda-forge/coverage,2023-12-28 02:21:38.264,13451374.0,1.0,,,,,,,,,,,,,,,,,, +20,youtube-dl,ytdl-org/youtube-dl,third-party-apis,,https://github.com/ytdl-org/youtube-dl,https://github.com/ytdl-org/youtube-dl,Unlicense,2010-10-31 14:35:07.000,2024-01-11 01:06:34.000,2023-12-06 02:45:41,18791.0,9697,2198.0,4890.0,4329.0,22603.0,126032,Command-line program to download videos from YouTube.com and other video sites.,1827.0,,1000.0,42,True,,9.0,2021-12-16 19:02:14.000,2021.12.17,955.0,60406920.0,1743328.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1827.0,718597.0,https://anaconda.org/conda-forge/youtube-dl,2023-06-16 16:12:46.297,1292371.0,1.0,,youtube-dl,,,,,,,,,,,,,,,, +21,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2024-01-11 16:54:56.000,2024-01-11 16:54:55,63358.0,3898,687.0,51553.0,1820.0,8755.0,36024,Developer-first error tracking and performance monitoring.,1073.0,679.0,810.0,42,True,,3403.0,2023-12-21 16:10:03.000,23.12.1,378.0,46978.0,19164.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-07-25 17:18:50.000,394.0,2157.0,https://anaconda.org/conda-forge/sentry-sdk,2024-01-10 11:58:57.685,709612.0,1.0,,,,,,,,,,,,,,,,,, +22,OpenAPI Generator,OpenAPITools/openapi-generator,openapi-utils,,https://github.com/OpenAPITools/openapi-generator,https://github.com/OpenAPITools/openapi-generator,Apache-2.0,2018-05-12 09:57:56.000,2024-01-11 10:37:16.000,2024-01-11 10:37:16,19566.0,5901,214.0,10052.0,4407.0,3479.0,18747,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",681.0,5.0,2976.0,42,True,['openapi'],334.0,2023-12-22 07:08:43.000,7.2.0,681.0,,1483285.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,4590.0,,,,1.0,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2023-07-18 04:18:52.037,676.0,1478695.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,, +23,discord.py,Rapptz/discord.py,third-party-apis,,https://github.com/Rapptz/discord.py,https://github.com/Rapptz/discord.py,MIT,2015-08-21 22:19:08.000,2024-01-11 12:31:43.000,2024-01-08 00:45:29,4977.0,3766,262.0,2718.0,108.0,2809.0,13902,An API wrapper for Discord written in Python.,41521.0,38737.0,403.0,42,True,,33.0,2023-08-10 21:44:05.000,2.3.2,77.0,,4634514.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2023-08-10 21:44:05.000,2784.0,4634114.0,https://anaconda.org/conda-forge/discord.py,2023-08-11 00:02:19.093,14432.0,1.0,,,,,,,,,,,,,,,,,, +24,httpx,encode/httpx,http-clients,,https://github.com/encode/httpx,https://github.com/encode/httpx,BSD-3-Clause,2019-04-04 12:27:00.000,2024-01-11 15:30:21.000,2024-01-10 10:08:42,1411.0,808,113.0,1485.0,37.0,788.0,11723,A next generation HTTP client for Python.,149688.0,145676.0,212.0,42,True,,49.0,2023-12-20 11:02:55.000,0.26.0,67.0,,31948837.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2023-12-20 11:02:55.000,4012.0,31925497.0,https://anaconda.org/conda-forge/httpx,2023-12-20 15:08:42.813,1026992.0,2.0,,,,,,,,,,,,,,,,,, +25,google-api-python-client,googleapis/google-api-python-client,third-party-apis,,https://github.com/googleapis/google-api-python-client,https://github.com/googleapis/google-api-python-client,Apache-2.0,2014-01-08 21:55:56.000,2024-01-11 06:28:06.000,2024-01-09 07:30:15,1704.0,2443,284.0,1205.0,126.0,915.0,7127,The official Python client library for Googles discovery based APIs.,187020.0,179238.0,190.0,42,True,,33.0,2024-01-08 20:00:51.000,2.113.0,202.0,,33362315.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2024-01-08 20:00:51.000,7782.0,33302900.0,https://anaconda.org/conda-forge/google-api-python-client,2024-01-09 02:52:24.380,2614268.0,1.0,,,,,,,,,,,,,,,,,, +26,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010-11-30 17:34:03.000,2024-01-10 19:59:31.000,2024-01-10 19:59:31,3568.0,923,102.0,651.0,148.0,821.0,4238,GitPython is a python library used to interact with Git repositories.,227223.0,218797.0,305.0,42,True,,243.0,2024-01-10 12:18:29.000,3.1.41,95.0,,47929095.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2024-01-10 12:15:16.000,8426.0,47766109.0,https://anaconda.org/conda-forge/gitpython,2024-01-10 18:29:46.625,7171399.0,1.0,,,,,,,,,,,,,,,,,, +27,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2024-01-09 09:24:50.000,2024-01-08 22:02:43,10486.0,3905,618.0,2724.0,309.0,2901.0,33302,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,3840.0,3360.0,514.0,41,True,,82.0,2024-01-06 14:28:58.000,10.2.1,65.0,222831.0,293276.0,,mitmproxy,https://pypi.org/project/mitmproxy,2024-01-06 14:28:58.000,480.0,291494.0,,,,1.0,,,,,,,,,,,,,,,,,, +28,python-telegram-bot,python-telegram-bot/python-telegram-bot,third-party-apis,,https://github.com/python-telegram-bot/python-telegram-bot,https://github.com/python-telegram-bot/python-telegram-bot,GPL-3.0,2015-07-07 15:30:39.000,2024-01-11 14:45:46.000,2024-01-08 17:35:32,2693.0,5085,591.0,1653.0,26.0,2015.0,23952,We have made you a wrapper you cant refuse.,97793.0,95235.0,186.0,41,True,,43.0,2023-11-27 18:07:50.000,20.7,132.0,21444.0,911654.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2023-11-27 18:04:30.000,2558.0,909274.0,https://anaconda.org/conda-forge/python-telegram-bot,2023-11-27 22:42:21.618,91010.0,1.0,,,,,,,,,,,,,,,,,, +29,sanic,sanic-org/sanic,web-frameworks,,https://github.com/sanic-org/sanic,https://github.com/sanic-org/sanic,MIT,2016-05-26 04:38:22.000,2024-01-11 03:43:24.000,2024-01-01 13:45:07,2854.0,1543,408.0,1538.0,107.0,1270.0,17532,Accelerate your web app development | Build fast. Run fast.,17349.0,16637.0,340.0,41,True,,38.0,2024-01-09 17:48:45.000,23.12.1,77.0,,679991.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2024-01-09 17:48:45.000,712.0,672790.0,https://anaconda.org/conda-forge/sanic,2024-01-09 20:43:02.096,309658.0,2.0,,,,,,,,,,,,,,,,,, +30,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2024-01-11 15:07:37.000,2024-01-10 22:35:53,16706.0,3512,340.0,6441.0,991.0,3880.0,16551,A Django content management system focused on flexibility and user experience.,1544.0,8.0,880.0,41,True,['django'],578.0,2023-12-06 17:20:39.000,5.2.2,224.0,,190395.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2023-12-06 17:20:39.000,1536.0,186835.0,https://anaconda.org/conda-forge/wagtail,2023-12-06 23:30:34.463,67652.0,1.0,,,,,,,,,,,,,,,,,, +31,starlette,encode/starlette,web-frameworks,,https://github.com/encode/starlette,https://github.com/encode/starlette,BSD-3-Clause,2018-06-25 13:16:21.000,2024-01-11 15:17:18.000,2024-01-11 15:17:18,1265.0,806,105.0,1366.0,28.0,671.0,9048,The little ASGI framework that shines.,167770.0,166621.0,255.0,41,True,,48.0,2024-01-11 14:31:44.000,0.35.0,143.0,,22075226.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2024-01-11 14:31:44.000,1149.0,22030264.0,https://anaconda.org/conda-forge/starlette,2023-12-18 13:21:08.380,1888439.0,2.0,,,,,,,,,,,,,,,,,, +32,django-allauth,pennersr/django-allauth,auth,,https://github.com/pennersr/django-allauth,https://github.com/pennersr/django-allauth,MIT,2010-10-10 20:10:52.000,2024-01-10 16:03:38.000,2024-01-10 16:01:09,2917.0,2899,186.0,1442.0,65.0,2064.0,8582,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",5313.0,21.0,673.0,41,True,['django'],140.0,2024-01-05 15:45:16.000,0.60.0,81.0,,696964.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2024-01-05 15:45:16.000,5292.0,691710.0,https://anaconda.org/conda-forge/django-allauth,2024-01-05 17:45:31.751,110340.0,1.0,,,,,,,,,,,,,,,,,, +33,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2024-01-04 12:01:48.000,2024-01-04 12:01:28,3000.0,1335,149.0,545.0,39.0,2119.0,8563,"Pure Python 3 MTProto API Telegram client library, for bots too!.",54048.0,53579.0,171.0,41,True,,19.0,2023-12-08 16:31:53.000,1.33.1,228.0,,1701091.0,,telethon,https://pypi.org/project/telethon,2023-12-08 16:31:53.000,469.0,1701091.0,,,,1.0,,,,,,,,,,,,,,,,,, +34,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2024-01-06 18:43:10.294,2024-01-06 00:35:37,10881.0,3434,761.0,4581.0,273.0,5028.0,30518,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2236.0,1897.0,525.0,40,True,,44.0,2023-12-06 00:37:34.000,2.8.0,110.0,128725.0,270353.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2023-12-05 23:18:09.000,339.0,267024.0,https://anaconda.org/conda-forge/certbot-apache,2024-01-06 18:43:10.294,24162.0,1.0,,,,,,,,,,,,,,,,,, +35,Streamlit,streamlit/streamlit,web-ui,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2024-01-11 16:05:13.000,2024-01-11 01:23:15,6018.0,2680,303.0,4021.0,698.0,3136.0,29525,Streamlit A faster way to build and share data apps.,1319.0,,216.0,40,True,,152.0,2023-11-30 20:05:51.000,1.29.0,212.0,,2761196.0,,streamlit,https://pypi.org/project/streamlit,2023-11-30 20:05:42.000,1319.0,2761196.0,,,,1.0,,,,,,,,,,,,,,,,,, +36,django-cms,django-cms/django-cms,cms,,https://github.com/django-cms/django-cms,https://github.com/django-cms/django-cms,BSD-3-Clause,2009-03-05 10:14:18.000,2024-01-10 19:39:12.000,2024-01-10 13:13:57,16231.0,3010,395.0,4237.0,114.0,3359.0,9690,The easy-to-use and developer-friendly enterprise CMS powered by Django.,6797.0,5085.0,637.0,40,True,['django'],19.0,2023-12-31 12:12:50.000,4.1.0,115.0,,61007.0,,django-cms,https://pypi.org/project/django-cms,2023-12-31 12:12:50.000,1712.0,61007.0,,,,2.0,,,,,,,,,,,,,,,,,, +37,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2024-01-09 15:18:36.000,2023-12-31 12:43:41,1587.0,976,161.0,503.0,48.0,824.0,6704,Google Sheets Python API.,29597.0,28537.0,168.0,40,True,,103.0,2023-12-31 12:48:36.000,5.12.4,73.0,2090.0,7603517.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2023-12-31 12:48:36.000,1060.0,7599767.0,https://anaconda.org/conda-forge/gspread,2023-06-16 13:25:17.944,302315.0,2.0,,,,,,,,,,,,,,,,,, +38,web3.py,ethereum/web3.py,others,,https://github.com/ethereum/web3.py,https://github.com/ethereum/web3.py,MIT,2016-04-14 15:59:35.000,2024-01-11 17:14:19.000,2024-01-10 22:06:21,4369.0,1654,120.0,1756.0,181.0,1256.0,4594,A python interface for interacting with the Ethereum blockchain and ecosystem.,19192.0,18097.0,249.0,40,True,,75.0,2024-01-10 22:06:42.000,6.14.0,206.0,,1124619.0,conda-forge/web3,web3,https://pypi.org/project/web3,2024-01-10 22:06:42.000,1095.0,1119765.0,https://anaconda.org/conda-forge/web3,2024-01-11 15:15:06.958,189332.0,1.0,,,,,,,,,,,,,,,,,, +39,Flask-AppBuilder,dpgaspar/Flask-AppBuilder,web-frameworks,,https://github.com/dpgaspar/Flask-AppBuilder,https://github.com/dpgaspar/Flask-AppBuilder,BSD-3-Clause,2013-11-09 21:13:29.000,2023-12-27 11:45:46.000,2023-11-24 18:53:13,3943.0,1351,158.0,928.0,160.0,1118.0,4421,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",6244.0,5909.0,197.0,40,True,['flask'],17.0,2023-11-20 18:34:21.000,4.3.10,312.0,,8773893.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2023-11-20 18:34:21.000,335.0,8766200.0,https://anaconda.org/conda-forge/flask-appbuilder,2023-11-21 03:27:26.510,323106.0,2.0,,,,,,,,,,,,,,,,,, +40,websocket-client,websocket-client/websocket-client,websocket,,https://github.com/websocket-client/websocket-client,https://github.com/websocket-client/websocket-client,Apache-2.0,2010-12-28 06:35:25.000,2024-01-08 10:13:57.000,2024-01-08 00:00:00,1267.0,803,86.0,325.0,13.0,623.0,3381,WebSocket client for Python.,168909.0,161690.0,221.0,40,True,,24.0,2023-12-03 15:58:45.000,1.7.0,86.0,,58917186.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2023-12-03 15:58:45.000,7219.0,58623608.0,https://anaconda.org/conda-forge/websocket-client,2023-12-03 19:14:16.341,12036711.0,1.0,,,,,,,,,,,,,,,,,, +41,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2024-01-09 08:35:12.000,2024-01-06 20:50:34,1694.0,488,69.0,495.0,88.0,293.0,2696,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",494398.0,481670.0,195.0,40,True,,15.0,2023-01-10 13:13:43.000,3.2.2,50.0,,79028219.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022-10-17 20:06:06.447,12728.0,78917634.0,https://anaconda.org/conda-forge/oauthlib,2023-06-16 13:18:41.781,9952655.0,1.0,2.0,,,,,,,,,,,,,,,,, +42,Kong,kong/kong,api-proxies,,https://github.com/Kong/kong,https://github.com/Kong/kong,Apache-2.0,2014-11-17 23:56:08.000,2024-01-11 16:28:58.000,2024-01-11 07:09:57,10105.0,4681,1006.0,7070.0,96.0,4215.0,37404,The Cloud-Native API Gateway.,21.0,21.0,399.0,39,True,,269.0,2023-11-08 09:50:40.000,3.5.0,100.0,,2905234.0,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2023-12-16 12:20:43.782754,768.0,319575803.0,,,, +43,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2024-01-11 15:42:27.000,2024-01-08 08:15:59,4373.0,2856,434.0,1001.0,6.0,1528.0,22888,Write scalable load tests in plain Python.,115.0,4.0,312.0,39,True,,240.0,2024-01-03 11:37:44.000,2.20.1,327.0,,1227694.0,conda-forge/locust,locust,https://pypi.org/project/locust,2024-01-08 08:24:13.000,111.0,1224561.0,https://anaconda.org/conda-forge/locust,2024-01-04 17:16:29.512,137889.0,1.0,,,,,,,,,,,,,,,,,, +44,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2024-01-05 14:33:12.000,2024-01-01 12:42:12,6327.0,2000,228.0,2692.0,147.0,1432.0,9678,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,14049.0,13022.0,446.0,39,True,,50.0,2022-12-25 10:30:01.270,2.5.0,25.0,,1585906.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2022-12-25 10:30:01.270,1027.0,1583892.0,https://anaconda.org/conda-forge/scapy,2023-06-16 16:15:58.809,108759.0,1.0,,,,,,,,,,,,,,,,,, +45,pyTelegramBotAPI,eternnoir/pyTelegramBotAPI,third-party-apis,,https://github.com/eternnoir/pyTelegramBotAPI,https://github.com/eternnoir/pyTelegramBotAPI,GPL-2.0,2015-06-26 06:56:25.000,2024-01-10 21:34:39.000,2024-01-10 14:00:11,2560.0,1971,225.0,801.0,2.0,1152.0,7424,Python Telegram bot api.,43550.0,42596.0,228.0,39,True,,102.0,2023-12-19 21:52:39.000,4.14.1,113.0,,326680.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2023-12-19 21:52:39.000,954.0,326680.0,,,,2.0,,,,,,,,,,,,,,,,,, +46,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2024-01-03 13:34:04.000,2024-01-03 08:41:36,1234.0,681,91.0,1256.0,60.0,636.0,7412,"An ASGI web server, for Python.",291535.0,289123.0,174.0,39,True,,32.0,2023-12-20 21:42:19.000,0.25.0,154.0,,18796479.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2023-12-20 21:42:19.000,2412.0,18738375.0,https://anaconda.org/conda-forge/uvicorn,2023-12-23 19:24:25.959,2266072.0,1.0,,,,,,,,,,,,,,,,,, +47,PyGithub,PyGithub/PyGithub,third-party-apis,,https://github.com/PyGithub/PyGithub,https://github.com/PyGithub/PyGithub,LGPL-3.0,2012-02-25 12:53:47.000,2024-01-05 13:48:48.000,2024-01-01 22:32:15,2218.0,1712,111.0,1251.0,279.0,1312.0,6466,Typed interactions with the GitHub API v3.,50577.0,47831.0,346.0,39,True,,25.0,2023-09-29 22:00:16.000,2.1.1,97.0,,14239671.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2023-09-29 22:00:16.000,2746.0,14174834.0,https://anaconda.org/conda-forge/pygithub,2023-10-08 16:56:53.194,2852828.0,2.0,,,,,,,,,,,,,,,,,, +48,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2023-12-13 22:20:27.000,2023-12-13 22:19:46,5918.0,991,243.0,635.0,110.0,1266.0,6112,Coroutine-based concurrency library for Python.,132741.0,117758.0,110.0,39,True,,8.0,2023-09-12 17:14:51.000,23.9.1,83.0,59381.0,7105215.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2023-09-12 17:14:51.000,14983.0,7075019.0,https://anaconda.org/conda-forge/gevent,2023-10-08 07:45:42.176,1307634.0,1.0,,,,,,,,,,,,,,,,,, +49,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2024-01-05 12:32:30.000,2024-01-04 08:43:13,3450.0,664,103.0,920.0,120.0,886.0,3495,PyZMQ: Python bindings for zeromq.,341642.0,328123.0,196.0,39,False,,15.0,2023-12-05 07:34:47.000,25.1.2,84.0,20848.0,24460601.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2023-12-05 07:34:47.000,13519.0,23931800.0,https://anaconda.org/conda-forge/pyzmq,2023-12-05 14:10:46.430,22202588.0,1.0,,,,,,,,,,,,,,,,,, +50,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,,2010-05-29 02:59:45.000,2024-01-10 17:42:17.805,2024-01-10 15:17:30,1577.0,866,77.0,564.0,29.0,827.0,3474,A Python implementation of John Grubers Markdown with Extension support.,353044.0,330132.0,173.0,39,False,,21.0,2024-01-10 15:19:41.000,3.5.2,52.0,25.0,29637790.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2024-01-10 15:19:36.000,22912.0,29479481.0,https://anaconda.org/conda-forge/markdown,2024-01-10 17:42:17.805,6173773.0,1.0,,,,,,,,,,,,,,,,,, +51,Panel,holoviz/panel,web-ui,,https://github.com/holoviz/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2024-01-11 14:43:25.000,2024-01-11 14:43:24,3532.0,406,52.0,3052.0,926.0,2194.0,3471,Panel: The powerful data exploration & web app framework for Python.,9870.0,9674.0,154.0,39,True,,277.0,2023-12-20 18:20:26.000,1.3.6,346.0,,547973.0,,panel,https://pypi.org/project/panel,2023-12-20 18:20:26.000,196.0,547973.0,,,,1.0,,,,,,,,,,,,,,,,,, +52,lxml,lxml/lxml,html-processing,,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011-02-11 05:43:11.000,2024-01-10 20:13:48.000,2024-01-10 20:13:23,6205.0,586,80.0,337.0,21.0,,2510,The lxml XML toolkit for Python.,452672.0,412203.0,156.0,39,True,,173.0,2024-01-08 20:30:20.000,lxml-5.0.1-1,160.0,29448.0,79847642.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2024-01-08 08:28:54.000,40469.0,79594695.0,https://anaconda.org/conda-forge/lxml,2024-01-08 14:48:57.905,11079870.0,1.0,,,,,,,,,,,,,,,,,, +53,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2024-01-06 17:19:08.000,2024-01-06 17:18:38,2337.0,533,60.0,500.0,7.0,493.0,2287,a powerful DNS toolkit for python.,259689.0,254868.0,114.0,39,True,,42.0,2023-08-12 20:31:54.000,2.4.2,42.0,255.0,27225251.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2024-01-06 16:48:05.000,4821.0,27194433.0,https://anaconda.org/conda-forge/dnspython,2023-10-17 08:05:37.385,1230681.0,1.0,-1.0,,,,,,,,,,,,,,,,, +54,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2024-01-09 20:51:58.000,2024-01-09 20:51:58,3772.0,1828,339.0,1562.0,55.0,1603.0,11955,Static site generator that supports Markdown and reST syntax. Powered by Python.,9379.0,7574.0,453.0,38,True,,108.0,2023-11-15 17:16:49.000,4.9.1,60.0,1001.0,21032.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2023-11-15 17:16:49.000,1805.0,17431.0,https://anaconda.org/conda-forge/pelican,2023-11-27 14:15:58.572,147200.0,1.0,,,,,,,,,,,,,,,,,, +55,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2023-09-25 13:56:57.000,2023-08-26 17:46:02,3097.0,4509,268.0,566.0,81.0,1209.0,10054,Twitter for Python!.,55335.0,50915.0,243.0,38,True,,,2023-04-24 22:17:30.329,4.14.0,47.0,,884043.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2023-04-24 22:17:30.329,4420.0,880660.0,https://anaconda.org/conda-forge/tweepy,2023-06-16 13:24:08.253,280808.0,2.0,,,,,,,,,,,,,,,,,, +56,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/jazzband/django-debug-toolbar,https://github.com/jazzband/django-debug-toolbar,BSD-3-Clause,2008-08-28 06:58:04.000,2024-01-09 09:34:32.000,2024-01-09 09:34:32,2553.0,1028,111.0,992.0,76.0,804.0,7765,A configurable set of panels that display various debug information about the current request/response.,94703.0,82322.0,278.0,38,True,,18.0,2023-08-11 01:41:40.000,4.2.0,63.0,213.0,1767906.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2023-08-11 01:41:40.000,12381.0,1763572.0,https://anaconda.org/conda-forge/django-debug-toolbar,2023-08-11 14:26:20.726,173332.0,1.0,,,,,,,,,,,,,,,,,, +57,django-oscar,django-oscar/django-oscar,django-utils,,https://github.com/django-oscar/django-oscar,https://github.com/django-oscar/django-oscar,BSD-3-Clause,2010-12-08 21:30:32.000,2024-01-10 10:36:09.000,2024-01-10 10:36:09,9014.0,2186,267.0,2732.0,91.0,1404.0,5997,Domain-driven e-commerce for Django.,1338.0,1063.0,359.0,38,True,['django'],51.0,2023-10-06 11:32:30.000,3.2.2,146.0,,16943.0,,django-oscar,https://pypi.org/project/django-oscar,2024-01-09 12:21:52.000,275.0,16943.0,,,,1.0,,,,,,,,,,,,,,,,,, +58,flask-admin,flask-admin/flask-admin,admin-ui,,https://github.com/flask-admin/flask-admin,https://github.com/flask-admin/flask-admin,BSD-3-Clause,2012-03-18 23:21:57.000,2024-01-05 17:22:57.000,2023-10-15 10:04:30,3087.0,1552,161.0,1015.0,483.0,984.0,5550,Simple and extensible administrative interface framework for Flask.,26448.0,24033.0,364.0,38,True,['flask'],21.0,2023-06-19 22:55:48.000,1.6.1,39.0,,1361594.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2023-02-20 12:55:50.822,2415.0,1359897.0,https://anaconda.org/conda-forge/flask-admin,2023-06-16 13:25:18.421,147698.0,1.0,,,,,,,,,,,,,,,,,, +59,connexion,zalando/connexion,openapi-utils,,https://github.com/spec-first/connexion,https://github.com/spec-first/connexion,Apache-2.0,2015-05-19 13:05:58.000,2024-01-02 11:14:19.000,2024-01-02 11:14:19,1471.0,738,85.0,842.0,73.0,915.0,4362,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,11749.0,11018.0,220.0,38,True,['openapi'],46.0,2023-12-07 14:34:38.000,3.0.5,155.0,,5501519.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2023-12-07 14:34:38.000,731.0,5493899.0,https://anaconda.org/conda-forge/connexion,2023-12-08 01:38:01.767,266715.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,, +60,flask-sqlalchemy,pallets/flask-sqlalchemy,flask-utils,,https://github.com/pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy,BSD-3-Clause,2010-06-01 15:01:50.000,2024-01-06 16:51:28.000,2023-12-04 19:28:23,1087.0,917,112.0,592.0,8.0,639.0,4112,Adds SQLAlchemy support to Flask.,402542.0,375882.0,121.0,38,True,['flask'],13.0,2023-09-11 21:43:39.000,3.1.1,35.0,528.0,4948054.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-09-11 21:42:34.000,26660.0,4943867.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023-06-16 13:17:53.221,380576.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,, +61,django-import-export,django-import-export/django-import-export,django-utils,,https://github.com/django-import-export/django-import-export,https://github.com/django-import-export/django-import-export,BSD-2-Clause,2012-11-15 13:12:22.000,2024-01-11 15:48:59.000,2024-01-10 12:49:58,1403.0,769,66.0,749.0,38.0,930.0,2809,Django application and library for importing and exporting data with admin integration.,91349.0,90288.0,204.0,38,True,['django'],27.0,2024-01-10 12:53:47.000,3.3.6,71.0,,804896.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2024-01-10 12:49:35.000,1061.0,802855.0,https://anaconda.org/conda-forge/django-import-export,2024-01-10 18:11:07.458,87782.0,1.0,,,,,,,,,,,,,,,,,, +62,swagger-ui,swagger-api/swagger-ui,openapi-utils,,https://github.com/swagger-api/swagger-ui,https://github.com/swagger-api/swagger-ui,Apache-2.0,2011-07-15 22:56:39.000,2024-01-11 11:26:14.000,2024-01-11 11:24:51,6172.0,8851,651.0,3829.0,1049.0,4277.0,25019,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",35911.0,35911.0,572.0,37,True,['openapi'],115.0,2024-01-08 13:01:59.000,5.11.0,100.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,, +63,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2024-01-11 03:00:36.000,2024-01-03 11:23:39,4299.0,1661,290.0,1341.0,121.0,894.0,11096,CTF framework and exploit development library.,1363.0,1294.0,247.0,37,True,,45.0,2023-11-14 19:16:19.000,4.11.1,112.0,,55035.0,,pwntools,https://pypi.org/project/pwntools,2023-11-14 19:31:47.000,69.0,55035.0,,,,2.0,,,,,,,,,,,,,,,,,, +64,falcon,falconry/falcon,web-frameworks,,https://github.com/falconry/falcon,https://github.com/falconry/falcon,Apache-2.0,2012-12-06 18:17:51.000,2023-12-29 10:49:43.000,2023-12-26 16:51:00,1891.0,925,262.0,1159.0,162.0,842.0,9307,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",10528.0,8811.0,201.0,37,True,,9.0,2023-12-05 06:19:32.000,3.1.3,81.0,7031.0,594153.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2023-12-05 06:19:32.000,1717.0,584907.0,https://anaconda.org/conda-forge/falcon,2023-12-07 03:16:59.124,353190.0,2.0,,,,,,,,,,,,,,,,,, +65,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2024-01-03 22:31:48.000,2024-01-03 22:31:48,1897.0,1446,312.0,595.0,314.0,581.0,8219,bottle.py is a fast and simple micro-framework for python web-applications.,33863.0,28644.0,226.0,37,True,,1.0,2023-03-04 15:35:02.955,0.12.25,80.0,,2306372.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2023-03-04 15:35:02.955,5219.0,2301603.0,https://anaconda.org/conda-forge/bottle,2023-06-16 13:25:17.978,419749.0,2.0,,,,,,,,,,,,,,,,,, +66,django-cors-headers,adamchainz/django-cors-headers,django-utils,,https://github.com/adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers,MIT,2013-01-19 08:39:17.000,2024-01-08 18:18:02.000,2023-12-31 11:30:57,778.0,541,79.0,657.0,7.0,259.0,5187,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,208362.0,201609.0,69.0,37,True,['django'],19.0,2023-11-14 17:27:27.000,4.3.1,55.0,,4309303.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2023-11-14 17:27:27.000,6753.0,4307172.0,https://anaconda.org/conda-forge/django-cors-headers,2023-11-14 19:33:39.439,91656.0,1.0,,,,,,,,,,,,,,,,,, +67,websockets,aaugustin/websockets,websocket,,https://github.com/python-websockets/websockets,https://github.com/python-websockets/websockets,BSD-3-Clause,2013-03-30 08:59:30.000,2024-01-09 23:19:17.000,2024-01-01 15:12:38,1347.0,500,106.0,367.0,26.0,1032.0,4847,Library for building WebSocket servers and clients in Python.,158502.0,154036.0,70.0,37,True,,19.0,2023-10-21 14:25:02.000,12.0,39.0,,21718804.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2023-10-21 14:19:28.000,4466.0,21658979.0,https://anaconda.org/conda-forge/websockets,2023-10-21 19:12:20.114,2393013.0,1.0,,,,,,,,,,,,,,,python-websockets/websockets,,, +68,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2024-01-08 21:02:12.000,2023-12-27 19:36:53,816.0,641,59.0,512.0,14.0,402.0,4797,JSON Web Token implementation in Python.,520252.0,508316.0,139.0,37,True,,5.0,2023-07-18 20:02:21.000,2.8.0,48.0,,126910339.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2023-07-18 20:02:21.000,11936.0,126563448.0,https://anaconda.org/conda-forge/pyjwt,2023-07-18 23:09:58.000,12488109.0,1.0,,,,,,,,,,,,,,,,,, +69,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2024-01-05 04:11:47.000,2024-01-05 04:11:47,1373.0,401,62.0,185.0,68.0,347.0,4101,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",30441.0,30021.0,105.0,37,True,,19.0,2023-12-17 23:51:31.000,1.3.0,40.0,,5883973.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2023-12-17 23:51:31.000,420.0,5881124.0,https://anaconda.org/conda-forge/authlib,2023-12-18 02:03:16.423,125368.0,1.0,,,,,,,,,,,,,,,,,, +70,slackclient,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2024-01-09 18:12:36.000,2024-01-09 05:36:38,1276.0,888,165.0,658.0,19.0,761.0,3744,Slack Developer Kit for Python.,2163.0,1.0,164.0,37,True,,25.0,2024-01-09 05:41:52.000,3.26.2,100.0,258.0,4333974.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2162.0,4325818.0,https://anaconda.org/conda-forge/slackclient,2023-06-16 13:23:23.749,725554.0,2.0,,,,,,,,,,,,,,,,,, +71,flask-login,maxcountryman/flask-login,auth,,https://github.com/maxcountryman/flask-login,https://github.com/maxcountryman/flask-login,MIT,2012-03-11 14:42:33.000,2024-01-01 17:13:36.000,2024-01-01 17:13:35,527.0,790,73.0,394.0,18.0,397.0,3448,Flask user session management.,169151.0,156072.0,119.0,37,True,['flask'],41.0,2023-10-30 14:56:07.000,0.6.3,25.0,,4985035.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2023-10-30 14:53:19.000,13079.0,4975432.0,https://anaconda.org/conda-forge/flask-login,2023-11-06 12:27:42.095,211285.0,1.0,,,,,,,,,,,,,,,,,, +72,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2024-01-08 18:04:31.000,2023-12-01 01:04:18,4923.0,536,91.0,1326.0,233.0,958.0,2021,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",18816.0,16585.0,188.0,37,True,,22.0,2023-08-01 21:17:28.000,7.0.0,37.0,206.0,2170995.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2023-08-01 21:14:52.000,2231.0,2159194.0,https://anaconda.org/conda-forge/rdflib,2023-08-02 14:39:27.018,460201.0,2.0,,,,,,,,,,,,,,,,,, +73,drf-spectacular,tfranzel/drf-spectacular,openapi-utils,,https://github.com/tfranzel/drf-spectacular,https://github.com/tfranzel/drf-spectacular,BSD-3-Clause,2020-03-01 22:36:54.000,2024-01-11 00:00:34.000,2024-01-06 13:18:44,1188.0,227,14.0,300.0,75.0,776.0,1960,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,85237.0,85162.0,106.0,37,True,['openapi'],48.0,2023-12-12 00:15:58.000,0.27.0,62.0,,1304479.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2023-12-12 00:06:24.000,75.0,1303465.0,https://anaconda.org/conda-forge/drf-spectacular,2023-12-12 11:01:37.908,28392.0,1.0,,,,,,,,,,,,,,,,,, +74,feedparser,kurtmckee/feedparser,web-scraping,,https://github.com/kurtmckee/feedparser,https://github.com/kurtmckee/feedparser,BSD-2-Clause,2010-11-26 02:53:24.000,2024-01-10 16:15:29.292,2024-01-09 16:28:24,1350.0,377,47.0,181.0,81.0,167.0,1769,Parse feeds in Python.,83399.0,75817.0,57.0,37,True,,36.0,2023-12-10 16:03:19.000,6.0.11,24.0,,2425799.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2023-12-10 16:03:19.000,7582.0,2412845.0,https://anaconda.org/conda-forge/feedparser,2024-01-10 16:15:29.292,570009.0,1.0,,,,,,,,,,,,,,,,,, +75,CherryPy,cherrypy/cherrypy,web-frameworks,,https://github.com/cherrypy/cherrypy,https://github.com/cherrypy/cherrypy,BSD-3-Clause,2015-11-02 23:24:05.416,2024-01-05 18:29:06.000,2024-01-05 18:28:32,4497.0,359,55.0,240.0,251.0,1521.0,1748,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",22582.0,12216.0,143.0,37,True,,27.0,2023-12-13 14:33:25.000,18.9.0,120.0,,873728.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2023-12-13 14:33:25.000,10366.0,873514.0,https://anaconda.org/anaconda/cherrypy,2023-06-16 13:06:07.509,21033.0,2.0,,,,,,,,,,,,,,,,,, +76,twilio,twilio/twilio-python,third-party-apis,,https://github.com/twilio/twilio-python,https://github.com/twilio/twilio-python,MIT,2009-09-15 05:33:57.000,2024-01-11 08:11:54.000,2024-01-11 08:11:53,1693.0,744,125.0,455.0,16.0,280.0,1748,A Python module for communicating with the Twilio API and generating TwiML.,40851.0,37289.0,138.0,37,True,,14.0,2023-12-14 10:50:19.000,8.11.0,305.0,,3607532.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2024-01-08 08:25:34.000,3562.0,3603434.0,https://anaconda.org/conda-forge/twilio,2023-12-14 13:20:25.417,180332.0,2.0,,,,,,,,,,,,,,,,,, +77,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2024-01-11 07:24:30.000,2024-01-11 07:24:25,1679.0,393,48.0,387.0,51.0,392.0,1443,A flexible forms validation and rendering library for Python.,14890.0,,156.0,37,True,,36.0,2024-01-06 07:53:50.000,3.1.2,28.0,,4090994.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2024-01-06 07:52:43.000,14890.0,4088513.0,https://anaconda.org/conda-forge/wtforms,2023-06-16 13:20:39.666,198548.0,1.0,,,,,,,,,,,,,,,,,, +78,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2023-12-19 23:01:34.000,2023-12-19 23:01:34,2334.0,735,147.0,842.0,79.0,965.0,1304,Web testing library for Robot Framework.,4670.0,4533.0,118.0,37,True,,77.0,2023-11-25 02:30:22.000,6.2.0,62.0,3577.0,4695094.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2023-11-25 02:18:34.000,137.0,4693178.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2023-11-27 13:09:23.522,79072.0,1.0,,,,,,,,,,,,,,,,,, +79,hvac,hvac/hvac,third-party-apis,,https://github.com/hvac/hvac,https://github.com/hvac/hvac,Apache-2.0,2015-05-05 21:56:50.000,2024-01-03 19:13:11.642,2024-01-03 16:33:37,1338.0,376,26.0,640.0,143.0,328.0,1159,Python 3.X client for HashiCorp Vault.,4540.0,4139.0,193.0,37,True,,24.0,2024-01-03 16:36:09.000,2.1.0,71.0,633.0,12806142.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2024-01-03 16:36:09.000,401.0,12795734.0,https://anaconda.org/conda-forge/hvac,2024-01-03 19:13:11.642,447315.0,2.0,,,,,,,,,,,,,,,,,, +80,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2024-01-10 09:48:14.000,2023-11-14 19:52:27,3934.0,3219,370.0,767.0,195.0,706.0,12201,Impacket is a collection of Python classes for working with network protocols.,4529.0,4297.0,217.0,36,True,,5.0,2023-08-03 17:36:40.000,impacket_0_11_0,16.0,190491.0,122318.0,,impacket,https://pypi.org/project/impacket,2023-08-03 17:31:48.000,232.0,120487.0,,,,2.0,,,,,,,,,,,,,,,fortra/impacket,,, +81,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2023-12-15 22:48:21.000,2023-12-14 19:27:52,2425.0,1082,239.0,860.0,463.0,821.0,10146,Python Serverless Microframework for AWS.,2909.0,2748.0,200.0,36,True,,14.0,2023-12-15 16:23:54.000,1.30.0,89.0,,224028.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2023-12-15 16:23:54.000,161.0,218961.0,https://anaconda.org/conda-forge/chalice,2023-12-15 19:28:29.185,197621.0,1.0,,,,,,,,,,,,,,,,,, +82,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2024-01-10 09:12:30.000,2023-05-20 10:08:41,1461.0,2042,194.0,636.0,464.0,766.0,9827,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",31807.0,31330.0,112.0,36,True,,,2023-05-07 19:40:40.414,15.0.0,86.0,,256448.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2023-05-07 19:40:40.414,477.0,255911.0,https://anaconda.org/conda-forge/pytube,2023-06-16 19:27:33.750,14520.0,2.0,,,,,,,,,,,,,,,,,, +83,flask-restful,flask-restful/flask-restful,web-frameworks,,https://github.com/flask-restful/flask-restful,https://github.com/flask-restful/flask-restful,BSD-3-Clause,2012-10-12 00:08:51.000,2023-12-27 12:54:38.000,2023-05-21 03:47:13,837.0,1027,180.0,417.0,138.0,457.0,6723,Simple framework for creating REST APIs.,109180.0,101934.0,161.0,36,True,['flask'],,2023-05-21 03:59:07.841,0.3.10,33.0,,1344439.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,7246.0,1342427.0,https://anaconda.org/conda-forge/flask-restful,2023-06-16 13:21:11.595,177124.0,2.0,,,,,,,,,,,,,,,,,, +84,django-extensions,django-extensions/django-extensions,django-utils,,https://github.com/django-extensions/django-extensions,https://github.com/django-extensions/django-extensions,MIT,2009-03-21 16:11:19.000,2024-01-07 10:11:22.000,2023-10-25 09:17:10,3621.0,1134,103.0,974.0,174.0,720.0,6317,This is a repository for collecting global custom management extensions for the Django Framework.,223008.0,210646.0,574.0,36,True,['django'],1.0,2023-06-07 11:23:14.000,3.2.3,125.0,,2603570.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2023-06-05 17:10:00.484,12362.0,2599239.0,https://anaconda.org/conda-forge/django-extensions,2023-06-05 19:37:51.183,407198.0,1.0,,,,,,,,,,,,,,,,,, +85,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009-01-30 00:35:57.000,2024-01-04 16:49:34.000,2024-01-02 09:23:11,1308.0,747,71.0,733.0,62.0,758.0,4228,A generic system for filtering Django QuerySets based on user selections.,159471.0,150609.0,207.0,36,True,['django'],14.0,2023-04-23 17:35:23.000,23.1,42.0,,3156043.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2023-12-05 08:15:29.000,8862.0,3153039.0,https://anaconda.org/conda-forge/django-filter,2023-12-05 13:36:19.811,129179.0,1.0,,,,,,,,,,,,,,,,,, +86,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2024-01-10 16:06:05.000,2024-01-10 16:06:05,748.0,337,92.0,404.0,6.0,288.0,3994,A utility for mocking out the Python Requests library.,36500.0,33317.0,124.0,36,True,,16.0,2023-11-14 22:56:57.000,0.24.1,54.0,193.0,12672575.0,conda-forge/responses,responses,https://pypi.org/project/responses,2023-11-14 22:56:52.000,3183.0,12625278.0,https://anaconda.org/conda-forge/responses,2023-11-15 00:49:09.316,2033729.0,2.0,,,,,,,,,,,,,,,,,, +87,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2024-01-03 17:45:51.000,2023-09-14 21:55:43,11826.0,931,161.0,2689.0,77.0,976.0,3874,Pyramid - A Python web framework.,19014.0,16133.0,349.0,36,False,,,2023-08-25 06:33:20.000,2.0.2,151.0,,3011635.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023-08-25 06:33:20.000,2877.0,3011573.0,https://anaconda.org/anaconda/pyramid,2023-06-16 13:05:11.275,6173.0,2.0,,,,,,,,,,,,,,,,4.0,, +88,python-slack-sdk,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2024-01-09 18:12:36.000,2024-01-09 05:36:38,1276.0,888,165.0,658.0,19.0,761.0,3744,Slack Developer Kit for Python.,228.0,1.0,164.0,36,True,,25.0,2024-01-09 05:41:52.000,3.26.2,101.0,258.0,17430099.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2024-01-09 05:37:20.000,227.0,17426122.0,https://anaconda.org/conda-forge/slack-sdk,2024-01-09 08:03:42.832,139061.0,2.0,,,,,,,,,,,,,,,,,, +89,Strawberry GraphQL,strawberry-graphql/strawberry,graphql,,https://github.com/strawberry-graphql/strawberry,https://github.com/strawberry-graphql/strawberry,MIT,2018-12-21 08:56:55.000,2024-01-10 19:07:50.000,2024-01-07 11:03:38,3031.0,482,44.0,2355.0,448.0,518.0,3609,A GraphQL library for Python that leverages type annotations.,2653.0,2601.0,237.0,36,True,['graphql'],66.0,2024-01-04 15:26:54.000,0.217.1,795.0,454.0,494784.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2024-01-04 15:26:54.000,52.0,494720.0,,,,1.0,,,,,,,,,,,,,,,,,, +90,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009-01-29 20:23:57.000,2024-01-09 08:26:12.000,2024-01-07 21:31:41,1871.0,1314,110.0,737.0,572.0,748.0,3507,Modular search for Django.,12234.0,9425.0,211.0,36,True,['django'],21.0,2023-12-07 17:10:09.000,3.2.1,45.0,,124648.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2023-07-20 15:31:03.062,2809.0,124564.0,https://anaconda.org/conda-forge/django-haystack,2023-06-16 16:08:42.206,5724.0,1.0,,,,,,,,,,,,,,,,,, +91,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2024-01-01 20:24:05.000,2023-09-06 16:00:46,590.0,219,56.0,256.0,1.0,109.0,2781,Safely pass trusted data to untrusted environments and back.,1039137.0,986113.0,42.0,36,True,,,2022-03-24 15:14:38.000,2.1.2,27.0,,44630587.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,53024.0,44555493.0,https://anaconda.org/conda-forge/itsdangerous,2023-06-16 13:24:58.387,6683384.0,2.0,,,,,,,,,,,,,,,,,, +92,django-storages,jschneier/django-storages,django-utils,,https://github.com/jschneier/django-storages,https://github.com/jschneier/django-storages,BSD-3-Clause,2014-12-09 00:37:09.000,2024-01-10 11:47:09.000,2023-11-26 16:55:58,1095.0,834,41.0,684.0,145.0,542.0,2561,Django-storages is a project to provide a variety of storage backends in a single library.,174694.0,169739.0,258.0,36,True,['django'],7.0,2023-10-09 01:37:41.000,1.14.2,42.0,,2295175.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2023-10-09 01:37:41.000,4955.0,2293304.0,https://anaconda.org/conda-forge/django-storages,2023-10-21 14:41:13.604,56132.0,1.0,-1.0,,,,,,,,,,,,,,,,, +93,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2024-01-09 19:39:31.000,2023-10-05 07:21:02,654.0,238,48.0,95.0,23.0,252.0,2381,A fast yet powerful Python Markdown parser with renderers and plugins.,269151.0,259743.0,42.0,36,True,,,2023-09-29 23:59:10.000,3.0.2,43.0,,14675744.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2023-09-29 23:58:46.000,9408.0,14252540.0,https://anaconda.org/conda-forge/mistune,2023-11-02 17:48:24.922,16504968.0,2.0,,,,,,,,,,,,,,,,,, +94,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2024-01-08 17:19:41.000,2023-12-31 11:31:09,778.0,140,25.0,320.0,32.0,212.0,2359,Radically simplified static file serving for Python web apps.,422540.0,409158.0,64.0,36,True,,15.0,2023-10-11 09:40:57.000,6.6.0,52.0,,1931616.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023-10-11 09:40:57.000,13382.0,1929450.0,https://anaconda.org/conda-forge/whitenoise,2023-10-11 12:09:49.301,84485.0,2.0,,,,,,,,,,,,,,,,,, +95,jira,pycontribs/jira,third-party-apis,,https://github.com/pycontribs/jira,https://github.com/pycontribs/jira,BSD-2-Clause,2014-06-28 14:06:53.000,2024-01-08 16:59:18.000,2024-01-06 01:11:02,1617.0,841,79.0,1036.0,156.0,556.0,1852,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,1124.0,8.0,253.0,36,True,,30.0,2024-01-05 17:18:20.000,3.6.0,68.0,781.0,5927389.0,conda-forge/jira,jira,https://pypi.org/project/jira,2024-01-05 17:18:20.000,1116.0,5922832.0,https://anaconda.org/conda-forge/jira,2024-01-07 15:21:24.533,122812.0,2.0,,,,,,,,,,,,,,,,,, +96,tldextract,john-kurkowski/tldextract,url-utils,,https://github.com/john-kurkowski/tldextract,https://github.com/john-kurkowski/tldextract,BSD-3-Clause,2011-02-26 06:48:00.000,2024-01-08 03:38:17.000,2023-11-17 03:39:23,499.0,214,48.0,121.0,12.0,182.0,1745,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",25772.0,24591.0,50.0,36,True,,15.0,2023-11-17 03:47:18.000,5.1.1,60.0,,7032926.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2023-11-17 03:44:56.000,1181.0,7018908.0,https://anaconda.org/conda-forge/tldextract,2023-11-17 11:29:35.666,448582.0,1.0,,,,,,,,,,,,,,,,,, +97,requests-oauthlib,requests/requests-oauthlib,auth,,https://github.com/requests/requests-oauthlib,https://github.com/requests/requests-oauthlib,ISC,2012-11-23 10:19:44.000,2024-01-06 22:04:09.000,2024-01-06 21:15:29,600.0,411,53.0,265.0,109.0,159.0,1675,OAuthlib support for Python-Requests!.,464913.0,452924.0,115.0,36,True,,1.0,2022-01-29 19:00:11.000,1.3.1,19.0,,75403890.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11989.0,75304772.0,https://anaconda.org/conda-forge/requests-oauthlib,2023-06-16 13:25:40.359,8920682.0,2.0,-1.0,,,,,,,,,,,,,,,,, +98,stripe,stripe/stripe-python,third-party-apis,,https://github.com/stripe/stripe-python,https://github.com/stripe/stripe-python,MIT,2011-06-25 19:53:04.000,2024-01-10 18:57:03.000,2024-01-05 23:43:16,1586.0,446,36.0,819.0,14.0,339.0,1494,Python library for the Stripe API.,2023.0,,152.0,36,True,,89.0,2024-01-04 19:58:56.000,7.11.0,357.0,,2161659.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2024-01-04 20:44:22.000,2023.0,2161319.0,https://anaconda.org/anaconda/stripe,2023-06-16 13:06:07.020,33349.0,2.0,,,,,,,,,,,,,,,,,, +99,opentelemetry-python,open-telemetry/opentelemetry-python,monitoring,,https://github.com/open-telemetry/opentelemetry-python,https://github.com/open-telemetry/opentelemetry-python,Apache-2.0,2019-05-07 21:13:30.000,2024-01-11 01:49:52.000,2024-01-05 22:21:29,1517.0,541,37.0,1915.0,273.0,1270.0,1472,OpenTelemetry Python API and SDK.,10376.0,10372.0,209.0,36,True,,26.0,2023-12-15 23:00:03.000,1.22.0,53.0,,78683.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023-07-18 10:20:43.208,4.0,68709.0,https://anaconda.org/conda-forge/opentelemetry-api,2023-12-22 17:29:39.593,398993.0,1.0,,,,,,,,,,,,,,,,,, +100,django-stubs,typeddjango/django-stubs,django-utils,,https://github.com/typeddjango/django-stubs,https://github.com/typeddjango/django-stubs,MIT,2018-07-29 17:08:50.000,2024-01-08 19:50:39.000,2024-01-08 19:50:38,1471.0,390,20.0,1236.0,211.0,500.0,1377,PEP-484 stubs for Django.,9617.0,9507.0,234.0,36,True,['django'],89.0,2023-12-05 19:02:25.000,4.2.7,52.0,,875769.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2023-12-05 19:02:25.000,110.0,875116.0,https://anaconda.org/conda-forge/django-stubs,2023-12-05 22:23:35.493,21566.0,1.0,,,,,,,,,,,,,,,,,, +101,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2024-01-09 18:20:56.000,2023-12-20 02:41:36,436.0,191,41.0,234.0,38.0,163.0,1349,ASGI specification and utilities.,761127.0,759802.0,92.0,36,True,,3.0,2023-05-27 17:22:06.910,3.7.2,62.0,,20518435.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2023-05-27 17:22:06.910,1325.0,20501563.0,https://anaconda.org/conda-forge/asgiref,2023-06-16 16:11:41.134,1062966.0,2.0,,,,,,,,,,,,,,,,,, +102,Yarl,aio-libs/yarl,url-utils,,https://github.com/aio-libs/yarl,https://github.com/aio-libs/yarl,Apache-2.0,2016-08-02 12:56:42.000,2024-01-10 11:32:51.000,2024-01-01 16:55:32,1310.0,148,31.0,756.0,34.0,190.0,1079,Yet another URL library.,3307.0,,87.0,36,True,,231.0,2023-12-06 12:49:47.000,1.9.4,97.0,14287.0,94262878.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2023-12-06 12:49:47.000,3307.0,93962011.0,https://anaconda.org/conda-forge/yarl,2023-11-28 11:01:40.516,11727520.0,1.0,,,,,,,,,,,,,,,,,, +103,apispec,marshmallow-code/apispec,openapi-utils,,https://github.com/marshmallow-code/apispec,https://github.com/marshmallow-code/apispec,MIT,2014-10-18 23:48:49.000,2024-01-10 07:59:43.287,2024-01-10 04:25:36,1655.0,170,25.0,605.0,32.0,237.0,1079,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,18764.0,11625.0,86.0,36,True,['openapi'],16.0,2024-01-10 04:27:06.000,6.4.0,113.0,,7105401.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2024-01-10 04:27:06.000,7139.0,7090208.0,https://anaconda.org/conda-forge/apispec,2024-01-10 07:59:43.287,653300.0,2.0,,,,,,,,,,,,,,,,,, +104,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2024-01-10 21:46:32.000,2024-01-10 21:46:32,2229.0,418,54.0,756.0,99.0,461.0,848,A Python wrapper around the OpenSSL library.,15620.0,,110.0,36,True,,14.0,2023-10-26 03:06:51.000,23.3.0,34.0,,68961806.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2023-10-26 03:06:51.000,15620.0,67999299.0,https://anaconda.org/conda-forge/pyopenssl,2023-10-31 23:41:09.043,36575292.0,2.0,,,,,,,,,,,,,,,,,, +105,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2023-12-02 01:29:52.048,2021-02-20 16:10:31,2916.0,1271,251.0,945.0,702.0,672.0,11903,Serverless Python.,421.0,21.0,261.0,35,False,,,2023-12-02 01:29:52.048,0.0.1,134.0,323.0,110523.0,,zappa,https://pypi.org/project/zappa,2023-09-15 07:26:31.000,400.0,110518.0,,,,2.0,,,,,,,,,,,,,,,,,, +106,graphene,graphql-python/graphene,graphql,,https://github.com/graphql-python/graphene,https://github.com/graphql-python/graphene,MIT,2015-09-24 09:18:18.000,2023-12-26 10:21:55.000,2023-10-06 20:15:26,1755.0,841,141.0,541.0,122.0,876.0,7882,GraphQL framework for Python.,20563.0,19703.0,207.0,35,True,['graphql'],,2023-07-26 06:47:55.000,3.3.0,98.0,,2023483.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2023-07-26 06:48:37.000,860.0,2014691.0,https://anaconda.org/conda-forge/graphene,2023-07-26 14:03:33.843,263782.0,1.0,,,,,,,,,,,,,,,,,, +107,channels,django/channels,django-utils,,https://github.com/django/channels,https://github.com/django/channels,BSD-3-Clause,2015-06-03 17:16:20.000,2024-01-10 15:10:23.000,2024-01-10 15:10:23,1306.0,784,160.0,689.0,107.0,1164.0,5822,Developer-friendly asynchrony for Django.,1371.0,21.0,258.0,35,True,['django'],6.0,2023-02-03 17:50:28.135,3.0.5,66.0,,618516.0,conda-forge/channels,channels,https://pypi.org/project/channels,2023-02-03 17:50:28.135,1350.0,614636.0,https://anaconda.org/conda-forge/channels,2023-06-16 19:18:51.880,174639.0,2.0,,,,,,,,,,,,,,,,,, +108,django-crispy-forms,django-crispy-forms/django-crispy-forms,forms,,https://github.com/django-crispy-forms/django-crispy-forms,https://github.com/django-crispy-forms/django-crispy-forms,MIT,2011-11-01 11:48:03.000,2024-01-08 12:12:00.000,2023-11-03 12:08:09,1773.0,735,117.0,692.0,63.0,633.0,4845,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,142401.0,134342.0,225.0,35,True,['django'],2.0,2023-10-15 09:24:57.000,2.1,41.0,,804903.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2023-10-15 09:27:10.000,8059.0,802533.0,https://anaconda.org/conda-forge/django-crispy-forms,2023-10-15 12:16:27.870,90091.0,2.0,,,,,,,,,,,,,,,,,, +109,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2024-01-04 03:32:32.000,2024-01-04 03:29:26,8384.0,870,125.0,1047.0,7.0,1028.0,3853,"Browser automation framework for testing with Selenium, Python, and pytest. Includes a Dashboard, a Recorder for..",1084.0,1074.0,37.0,35,True,,161.0,2024-01-04 03:32:32.000,4.22.5,889.0,,316576.0,,seleniumbase,https://pypi.org/project/seleniumbase,2024-01-04 03:32:32.000,10.0,316576.0,,,,2.0,,,,,,,,,,,,,,,,,, +110,python-socketio,miguelgrinberg/python-socketio,websocket,,https://github.com/miguelgrinberg/python-socketio,https://github.com/miguelgrinberg/python-socketio,MIT,2015-07-15 06:17:03.000,2024-01-10 16:10:29.000,2024-01-10 16:10:29,602.0,597,60.0,176.0,9.0,787.0,3635,Python Socket.IO server and client.,42552.0,40503.0,69.0,35,True,,23.0,2024-01-06 20:00:59.000,5.11.0,92.0,,1629835.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2024-01-06 20:00:54.000,2049.0,1617749.0,https://anaconda.org/conda-forge/python-socketio,2024-01-06 22:01:23.571,447217.0,2.0,,,,,,,,,,,,,,,,,, +111,praw,praw-dev/praw,third-party-apis,,https://github.com/praw-dev/praw,https://github.com/praw-dev/praw,BSD-2-Clause,2010-08-19 04:00:07.000,2024-01-10 00:00:27.000,2024-01-10 00:00:26,4151.0,457,73.0,1266.0,10.0,734.0,3246,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",20925.0,19102.0,226.0,35,True,,33.0,2023-07-11 20:51:56.555,7.7.1,127.0,,288035.0,conda-forge/praw,praw,https://pypi.org/project/praw,2023-07-11 20:51:56.555,1823.0,286375.0,https://anaconda.org/conda-forge/praw,2023-09-23 21:19:51.770,44839.0,2.0,,,,,,,,,,,,,,,,,, +112,django-oauth-toolkit,jazzband/django-oauth-toolkit,auth,,https://github.com/jazzband/django-oauth-toolkit,https://github.com/jazzband/django-oauth-toolkit,BSD-3-Clause,2013-05-20 15:46:18.000,2024-01-08 18:41:28.000,2024-01-08 18:41:24,1322.0,770,69.0,577.0,174.0,649.0,2962,OAuth2 goodies for the Djangonauts!.,1054.0,,245.0,35,True,['django'],48.0,2023-05-31 21:05:41.654,2.3.0,44.0,,457117.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2023-05-31 21:05:41.654,1054.0,457117.0,,,,2.0,,,,,,,,,,,,,,,,,, +113,django-reversion,etianen/django-reversion,django-utils,,https://github.com/etianen/django-reversion,https://github.com/etianen/django-reversion,BSD-3-Clause,2010-05-31 15:32:25.000,2023-12-30 20:28:26.000,2023-12-30 20:25:37,1521.0,482,56.0,312.0,12.0,631.0,2940,django-reversion is an extension to the Django web framework that provides version control for model instances.,9415.0,7292.0,190.0,35,True,['django'],11.0,2023-12-30 20:28:26.000,5.0.10,81.0,,293829.0,,django-reversion,https://pypi.org/project/django-reversion,2023-12-30 20:28:26.000,2123.0,293829.0,,,,2.0,,,,,,,,,,,,,,,,,, +114,django-environ,joke2k/django-environ,django-utils,,https://github.com/joke2k/django-environ,https://github.com/joke2k/django-environ,MIT,2013-04-02 13:50:07.000,2023-12-18 17:30:31.000,2023-09-01 19:02:16,636.0,315,34.0,279.0,64.0,176.0,2874,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,212330.0,208757.0,93.0,35,True,['django'],,2023-09-01 21:08:14.000,0.11.2,21.0,44.0,1592782.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2023-09-01 21:02:59.000,3573.0,1583191.0,https://anaconda.org/conda-forge/django-environ,2023-09-02 01:20:03.974,67141.0,2.0,,,,,,,,,,,,,,,,,, +115,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,MIT,2010-08-31 19:12:55.000,2024-01-08 21:13:43.000,2023-12-08 08:08:55,1214.0,460,66.0,307.0,121.0,415.0,2799,Utilities for implementing a modified pre-order traversal tree in django.,23697.0,20369.0,156.0,35,True,['django'],2.0,2023-09-27 08:15:43.000,0.15.0,41.0,,477443.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2023-09-27 08:15:43.000,3328.0,477443.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,, +116,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012-04-17 16:29:49.000,2024-01-08 17:36:12.000,2024-01-03 17:45:51,1135.0,422,58.0,373.0,50.0,308.0,2749,Full featured redis cache backend for Django.,3506.0,,137.0,35,True,['django'],76.0,2023-10-01 20:21:33.000,5.4.0,68.0,,1999509.0,,django-redis,https://pypi.org/project/django-redis,2023-10-01 20:21:33.000,3506.0,1999509.0,,,,2.0,,,,,,,,,,,,,,,,,, +117,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2024-01-09 16:13:44.000,2024-01-09 16:13:44,2253.0,534,95.0,703.0,56.0,470.0,2672,splinter - python test framework for web applications.,7693.0,6614.0,179.0,35,True,,29.0,2023-11-15 18:10:39.000,0.20.1,51.0,,99368.0,,splinter,https://pypi.org/project/splinter,2023-11-15 18:10:39.000,1079.0,99368.0,,,,2.0,,,,,,,,,,,,,,,,,, +118,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010-02-19 01:12:41.000,2024-01-01 19:38:44.000,2024-01-01 19:38:37,915.0,253,44.0,346.0,5.0,368.0,2582,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,305389.0,292708.0,79.0,35,True,,1.0,2023-10-06 19:30:49.000,6.1.0,58.0,,14200444.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023-10-06 19:30:49.000,12681.0,13794796.0,https://anaconda.org/conda-forge/bleach,2023-10-06 22:13:27.662,16225949.0,2.0,,,,,,,,,,,,,,,,,, +119,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,MIT,2011-01-31 00:30:02.000,2024-01-06 11:23:06.000,2024-01-05 21:57:38,1097.0,483,60.0,250.0,90.0,230.0,2551,markdown2: A fast and complete implementation of Markdown in Python.,2436.0,,75.0,35,True,,56.0,2023-12-17 21:56:55.000,2.4.12,53.0,,2219247.0,,markdown2,https://pypi.org/project/markdown2,2023-12-17 21:56:55.000,2436.0,2219247.0,,,,2.0,,,,,,,,,,,,,,,,,, +120,xhtml2pdf,xhtml2pdf/xhtml2pdf,html-processing,,https://github.com/xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf,Apache-2.0,2011-05-16 13:45:29.000,2023-11-28 17:00:15.000,2023-11-28 12:35:13,1099.0,656,74.0,337.0,110.0,297.0,2125,A library for converting HTML into PDFs using ReportLab.,14133.0,13291.0,158.0,35,True,,7.0,2023-11-09 01:16:42.000,0.2.13,29.0,28.0,516619.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2023-11-09 01:12:40.000,842.0,514340.0,https://anaconda.org/conda-forge/xhtml2pdf,2023-07-19 02:05:58.812,93446.0,2.0,,,,,,,,,,,,,,,,,, +121,django-simple-history,jazzband/django-simple-history,django-utils,,https://github.com/jazzband/django-simple-history,https://github.com/jazzband/django-simple-history,BSD-3-Clause,2011-03-06 22:42:19.000,2024-01-08 17:36:19.000,2023-12-26 15:19:32,1310.0,454,43.0,744.0,145.0,424.0,2021,Store model history and view/revert changes from admin site.,5301.0,4839.0,180.0,35,True,['django'],6.0,2023-09-14 20:57:32.000,3.4.0,46.0,,886099.0,,django-simple-history,https://pypi.org/project/django-simple-history,2023-09-14 20:57:32.000,462.0,886099.0,,,,2.0,,,,,,,,,,,,,,,,,, +122,django-tables2,jieter/django-tables2,django-utils,,https://github.com/jieter/django-tables2,https://github.com/jieter/django-tables2,BSD-2-Clause,2010-12-07 05:26:16.000,2023-12-15 12:53:59.000,2023-12-15 12:53:59,1441.0,452,54.0,377.0,79.0,495.0,1764,django-tables2 - An app for creating HTML tables.,7747.0,6845.0,150.0,35,True,['django'],15.0,2023-12-05 07:54:57.000,2.7.0,126.0,,233529.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023-12-05 07:54:57.000,902.0,233299.0,https://anaconda.org/conda-forge/django-tables2,2023-12-09 16:35:06.644,7134.0,2.0,,,,,,,,,,,,,,,,,, +123,flask-jwt-extended,vimalloc/flask-jwt-extended,auth,,https://github.com/vimalloc/flask-jwt-extended,https://github.com/vimalloc/flask-jwt-extended,MIT,2016-09-13 20:57:28.000,2023-12-13 12:55:50.538,2023-12-13 05:27:39,663.0,237,30.0,165.0,9.0,365.0,1480,An open source Flask extension that provides JWT support (with batteries included)!.,35406.0,34724.0,93.0,35,True,['flask'],3.0,2023-12-13 05:29:35.000,4.6.0,91.0,,4721642.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2023-12-13 05:29:35.000,682.0,4716214.0,https://anaconda.org/conda-forge/flask-jwt-extended,2023-12-13 12:55:50.538,206284.0,2.0,,,,,,,,,,,,,,,,,, +124,dj-database-url,jacobian/dj-database-url,django-utils,,https://github.com/jazzband/dj-database-url,https://github.com/jazzband/dj-database-url,BSD-3-Clause,2012-04-30 17:20:23.000,2024-01-09 15:57:46.000,2024-01-09 15:57:45,292.0,204,34.0,148.0,2.0,90.0,1429,Use Database URLs in your Django Application.,278956.0,258021.0,70.0,35,True,['django'],11.0,2023-08-15 14:39:01.000,2.1.0,18.0,,1189608.0,,dj-database-url,https://pypi.org/project/dj-database-url,2023-08-15 14:39:01.000,20935.0,1189608.0,,,,2.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,, +125,django-phonenumber-field,stefanfoulis/django-phonenumber-field,django-utils,,https://github.com/stefanfoulis/django-phonenumber-field,https://github.com/stefanfoulis/django-phonenumber-field,MIT,2011-08-31 17:52:05.000,2023-12-29 14:33:36.000,2023-12-29 14:11:49,587.0,317,23.0,378.0,5.0,210.0,1420,A django model and form field for normalised phone numbers using python-phonenumbers.,25144.0,24267.0,115.0,35,True,['django'],14.0,2023-12-29 14:33:36.000,7.3.0,35.0,16.0,835030.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023-12-29 14:33:36.000,877.0,835030.0,,,,2.0,,,,,,,,,,,,,,,,,, +126,flask-wtf,wtforms/flask-wtf,forms,,https://github.com/wtforms/flask-wtf,https://github.com/wtforms/flask-wtf,BSD-3-Clause,2012-02-29 16:38:52.000,2024-01-01 19:36:33.000,2024-01-01 19:36:32,826.0,310,31.0,268.0,30.0,299.0,1409,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",16406.0,,99.0,35,True,['flask'],12.0,2023-10-02 07:56:35.000,1.2.1,50.0,,5640919.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023-10-02 07:50:32.000,16406.0,5634457.0,https://anaconda.org/conda-forge/flask-wtf,2023-10-13 16:58:33.547,206803.0,2.0,,,,,,,,,,,,,,,,,, +127,webargs,marshmallow-code/webargs,others,,https://github.com/marshmallow-code/webargs,https://github.com/marshmallow-code/webargs,MIT,2014-02-17 02:16:12.000,2024-01-10 02:49:02.000,2024-01-10 02:47:27,1638.0,158,23.0,620.0,7.0,282.0,1357,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",8135.0,7654.0,78.0,35,True,,29.0,2024-01-07 22:59:24.000,8.4.0,102.0,,1137979.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2024-01-07 22:59:24.000,481.0,1132608.0,https://anaconda.org/conda-forge/webargs,2024-01-08 03:30:10.349,214871.0,2.0,,,,,,,,,,,,,,,,,, +128,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,,2011-09-29 19:35:55.000,2024-01-07 20:47:32.000,2024-01-07 20:47:31,1257.0,335,41.0,590.0,163.0,374.0,1273,A Django plugin for pytest.,76090.0,69993.0,143.0,35,False,['django'],52.0,2023-11-08 11:21:35.000,4.7.0,62.0,,2210736.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2023-11-08 11:19:18.000,6097.0,2205612.0,https://anaconda.org/conda-forge/pytest-django,2023-11-08 12:35:45.765,204999.0,2.0,,,,,,,,,,,,,,,,,, +129,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2024-01-04 20:38:01.000,2024-01-04 20:38:00,704.0,178,40.0,176.0,49.0,130.0,744,A network address manipulation library for Python.,34242.0,29424.0,49.0,35,True,,72.0,2024-01-02 19:06:24.000,0.10.1,35.0,,4304708.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2024-01-02 19:05:03.000,4818.0,4302741.0,https://anaconda.org/conda-forge/netaddr,2023-06-16 13:18:00.942,177075.0,2.0,,,,,,,,,,,,,,,,,, +130,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,MPL-2.0,2011-12-28 05:15:19.000,2023-12-18 23:35:58.000,2023-12-18 23:35:52,220.0,278,39.0,113.0,5.0,138.0,724,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,45434.0,6.0,35.0,35,True,,9.0,2023-11-18 02:54:00.000,2023.11.17,58.0,,311712914.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2023-11-18 02:54:00.000,45428.0,309242618.0,https://anaconda.org/conda-forge/certifi,2023-11-18 10:33:30.618,106222768.0,2.0,,,,,,,,,,,,,,,,,, +131,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2020-01-30 12:41:11.000,2024-01-09 15:25:44.000,2024-01-09 15:25:44,516.0,78,27.0,639.0,18.0,141.0,382,A minimal HTTP client.,91197.0,90969.0,46.0,35,True,,26.0,2023-11-10 13:37:40.000,1.0.2,57.0,,32190816.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2023-11-10 13:37:40.000,228.0,32166336.0,https://anaconda.org/conda-forge/httpcore,2023-11-10 15:15:40.534,1077146.0,2.0,,,,,,,,,,,,,,,,,, +132,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2023-12-27 02:15:28.000,2023-12-27 02:15:28,293.0,83,16.0,83.0,6.0,81.0,226,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1630222.0,1590972.0,24.0,35,True,,23.0,,,29.0,,288902330.0,conda-forge/idna,idna,https://pypi.org/project/idna,2023-11-25 15:40:52.000,39250.0,287983583.0,https://anaconda.org/conda-forge/idna,2023-11-26 19:32:51.305,39506132.0,2.0,,,,,,,,,,,,,,,,,, +133,Flask-SocketIO,miguelgrinberg/Flask-SocketIO,websocket,,https://github.com/miguelgrinberg/Flask-SocketIO,https://github.com/miguelgrinberg/Flask-SocketIO,MIT,2014-02-09 07:22:50.000,2024-01-06 19:06:24.000,2023-10-15 13:28:34,468.0,903,108.0,123.0,10.0,1562.0,5204,Socket.IO integration for Flask applications.,37177.0,34788.0,69.0,34,True,['flask'],2.0,2023-09-05 09:35:27.000,5.3.6,88.0,,724673.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2023-09-05 09:35:23.000,2389.0,715653.0,https://anaconda.org/conda-forge/flask-socketio,2023-09-05 13:08:38.777,378867.0,2.0,,,,,,,,,,,,,,,,,, +134,django-silk,jazzband/django-silk,testing,,https://github.com/jazzband/django-silk,https://github.com/jazzband/django-silk,MIT,2014-05-21 21:14:45.000,2024-01-08 18:11:58.000,2024-01-08 18:11:58,878.0,326,50.0,360.0,121.0,230.0,4135,Silky smooth profiling for Django.,4464.0,4312.0,144.0,34,True,['django'],11.0,2023-09-23 23:33:41.000,5.0.4,42.0,193.0,455731.0,,django-silk,https://pypi.org/project/django-silk,2023-09-23 23:33:41.000,152.0,455730.0,,,,2.0,,,,,,,,,,,,,,,,,, +135,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2024-01-11 15:14:50.000,2024-01-11 15:14:50,62468.0,937,88.0,5037.0,435.0,4633.0,4008,Web based localization tool with tight version control integration.,42.0,31.0,1635.0,34,True,,1933.0,2023-12-19 14:04:11.000,weblate-5.3.1,118.0,5550.0,3308.0,,weblate,https://pypi.org/project/weblate,2023-12-19 14:02:25.000,11.0,3206.0,,,,2.0,,,,,,,,,,,,,,,,,, +136,django-tastypie,django-tastypie/django-tastypie,web-frameworks,,https://github.com/django-tastypie/django-tastypie,https://github.com/django-tastypie/django-tastypie,BSD-3-Clause,2010-03-29 06:01:45.000,2024-01-10 01:22:19.000,2023-09-02 17:38:02,1292.0,1329,127.0,836.0,407.0,524.0,3879,Creating delicious APIs for Django apps since 2010.,8115.0,5581.0,201.0,34,True,['django'],,2023-09-02 17:41:30.000,0.14.6,27.0,,55327.0,,django-tastypie,https://pypi.org/project/django-tastypie,2023-09-02 17:41:30.000,2534.0,55327.0,,,,3.0,,,,,,,,,,,,,,,,,, +137,Prometheus Client,prometheus/client_python,monitoring,,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015-02-10 22:47:25.000,2024-01-06 06:18:23.000,2023-11-21 00:41:16,550.0,797,71.0,416.0,95.0,422.0,3670,Python client for the Prometheus monitoring system.,870.0,,140.0,34,True,,15.0,2023-11-21 00:49:16.000,0.19.0,49.0,,22390417.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2023-11-21 00:46:11.000,870.0,22050044.0,https://anaconda.org/conda-forge/prometheus_client,2023-11-21 15:11:56.691,14976437.0,2.0,,,,,,,,,,,,,,,,,, +138,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017-11-29 10:30:22.000,2023-12-05 07:46:27.000,2023-07-20 14:29:45,530.0,427,30.0,255.0,237.0,405.0,3257,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,99417.0,99027.0,66.0,34,True,"['openapi', 'django']",,2023-07-20 13:47:31.000,1.21.7,62.0,,1528821.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2023-07-20 13:47:31.000,390.0,1528629.0,https://anaconda.org/conda-forge/drf-yasg,2023-10-25 19:51:12.475,8092.0,2.0,,,,,,,,,,,,,,,,,, +139,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2024-01-10 16:12:05.000,2024-01-05 19:36:48,1213.0,346,38.0,432.0,125.0,288.0,2549,Automatically mock your HTTP interactions to simplify and speed up testing.,9311.0,8274.0,139.0,34,True,,39.0,2023-07-31 03:19:30.000,5.1.0,70.0,,879658.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2023-07-31 03:19:30.000,1037.0,871885.0,https://anaconda.org/conda-forge/vcrpy,2023-07-31 18:22:06.572,326503.0,2.0,,,,,,,,,,,,,,,,,, +140,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2023-11-30 16:59:36.000,2023-11-29 05:39:31,926.0,452,39.0,324.0,174.0,306.0,2410,REST implementation of Django authentication system.,24900.0,24682.0,107.0,34,True,['django'],11.0,2023-11-09 11:10:10.000,2.2.2,52.0,,143948.0,,djoser,https://pypi.org/project/djoser,2023-11-09 11:10:10.000,218.0,143948.0,,,,2.0,,,,,,,,,,,,,,,,,, +141,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2024-01-08 14:16:48.000,2024-01-08 14:16:47,1736.0,180,39.0,638.0,48.0,257.0,2106,Python library for implementing GraphQL servers using schema-first approach.,1531.0,1481.0,71.0,34,True,['graphql'],52.0,2023-11-08 15:28:41.000,0.21.0,49.0,,137291.0,,ariadne,https://pypi.org/project/ariadne,2024-01-08 14:05:07.000,50.0,137291.0,,,,2.0,,,,,,,,,,,,,,,,,, +142,datamodel-code-generator,koxudaxi/datamodel-code-generator,openapi-utils,,https://github.com/koxudaxi/datamodel-code-generator,https://github.com/koxudaxi/datamodel-code-generator,MIT,2019-05-29 08:01:32.000,2024-01-11 01:41:27.000,2024-01-09 09:30:34,1036.0,235,22.0,1324.0,108.0,334.0,2056,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",1104.0,1039.0,105.0,34,True,['openapi'],107.0,2023-12-21 18:12:05.000,0.25.2,182.0,,520121.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2023-12-21 18:12:05.000,65.0,520121.0,,,,2.0,,,,,,,,,,,,,,,,,, +143,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2023-06-16 13:21:07.089,2018-09-07 21:33:19,1482.0,440,102.0,449.0,2.0,303.0,798,This is a Python library for accessing resources protected by OAuth 2.0.,102909.0,97015.0,89.0,34,False,,,2018-09-07 21:38:16.000,4.1.3,44.0,,14151968.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5894.0,14141946.0,https://anaconda.org/conda-forge/oauth2client,2023-06-16 13:21:07.089,901996.0,2.0,,,,,,,,,,,,,,,,,, +144,google-auth,googleapis/google-auth-library-python,auth,,https://github.com/googleapis/google-auth-library-python,https://github.com/googleapis/google-auth-library-python,Apache-2.0,2016-09-26 00:38:59.000,2024-01-11 09:53:35.707,2024-01-11 06:02:52,801.0,328,75.0,1006.0,86.0,372.0,714,Google Auth Python Library.,3001.0,,125.0,34,True,,36.0,2024-01-11 06:12:21.000,2.26.2,150.0,,111203729.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2024-01-11 06:12:21.000,3001.0,110999605.0,https://anaconda.org/conda-forge/google-auth,2024-01-11 09:53:35.707,8777368.0,2.0,,,,,,,,,,,,,,,,,, +145,markupsafe,pallets/markupsafe,html-processing,,https://github.com/pallets/markupsafe,https://github.com/pallets/markupsafe,BSD-3-Clause,2010-06-22 17:22:58.000,2024-01-01 20:24:04.000,2023-12-04 22:26:47,672.0,150,25.0,296.0,8.0,109.0,576,Safely add untrusted strings to HTML/XML markup.,1543684.0,1468293.0,41.0,34,True,,2.0,2023-06-02 21:45:17.000,2.1.3,29.0,2182.0,131661368.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2023-06-02 21:44:04.873,75391.0,130737363.0,https://anaconda.org/conda-forge/markupsafe,2023-09-22 07:59:19.355,36957591.0,2.0,,,,,,,,,,,,,,,,,, +146,httpie,httpie/httpie,http-clients,,https://github.com/httpie/cli,https://github.com/httpie/cli,BSD-3-Clause,2012-02-25 12:39:13.000,2024-01-11 04:13:09.000,2023-10-24 17:23:30,1774.0,3800,82.0,601.0,153.0,686.0,30741,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",1705.0,1.0,164.0,33,True,,1.0,2023-05-19 21:43:34.000,3.2.2,56.0,6579.0,307710.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2023-05-19 21:42:02.908,1704.0,306105.0,https://anaconda.org/conda-forge/httpie,2023-06-16 16:08:14.893,108617.0,2.0,,,,,,,,,,,,,,,httpie/cli,,, +147,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2024-01-11 14:24:01.000,2023-12-28 15:38:40,2565.0,2262,288.0,691.0,310.0,1459.0,21764,OpenAPI/Swagger-generated API Reference Documentation.,6034.0,6034.0,218.0,33,True,['openapi'],12.0,2023-10-25 09:01:59.000,2.1.3,88.0,91.0,0.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +148,swagger-codegen,swagger-api/swagger-codegen,openapi-utils,,https://github.com/swagger-api/swagger-codegen,https://github.com/swagger-api/swagger-codegen,Apache-2.0,2011-07-06 14:26:48.000,2024-01-04 09:14:56.000,2024-01-02 14:19:41,11690.0,6032,418.0,5548.0,3372.0,3452.0,16258,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1224.0,33,True,['openapi'],48.0,2024-01-03 17:09:27.000,3.0.52,100.0,,,,,,,,,,,,2.0,,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,, +149,Requests-HTML,psf/requests-html,html-processing,,https://github.com/psf/requests-html,https://github.com/psf/requests-html,MIT,2018-02-24 20:11:02.000,2023-08-15 17:19:45.000,2023-04-03 17:09:56,462.0,986,272.0,161.0,206.0,219.0,13467,Pythonic HTML Parsing for Humans.,13204.0,12797.0,66.0,33,True,,,2019-02-18 21:38:41.000,0.10.0,36.0,,1130109.0,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,407.0,1130109.0,,,,3.0,,,,,,,,,,,,,,,,,, +150,tushare,waditu/tushare,third-party-apis,,https://github.com/waditu/tushare,https://github.com/waditu/tushare,BSD-3-Clause,2015-01-07 07:51:14.000,2023-12-26 08:52:18.000,2020-03-04 14:36:33,412.0,4276,985.0,133.0,583.0,1060.0,12488,TuShare is a utility for crawling historical data of China stocks.,1942.0,1703.0,34.0,33,False,,,2023-12-26 08:52:18.000,1.3.6,200.0,,39266.0,,tushare,https://pypi.org/project/tushare,2023-12-26 08:52:18.000,239.0,39266.0,,,,2.0,,,,,,,,,,,,,,,,,, +151,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2024-01-09 13:36:10.000,2024-01-09 13:19:39,2428.0,835,203.0,667.0,25.0,957.0,9760,thumbor is an open-source photo thumbnail service by globo.com.,559.0,348.0,201.0,33,True,,16.0,2024-01-09 13:36:10.000,7.7.3,115.0,,4782.0,,thumbor,https://pypi.org/project/thumbor,2024-01-09 13:36:10.000,211.0,4782.0,,,,2.0,,,,,,,,,,,,,,,,,, +152,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2024-01-10 20:58:41.000,2024-01-10 20:58:41,5011.0,363,55.0,468.0,18.0,670.0,6377,Create web-based user interfaces with Python. The nice way.,508.0,477.0,83.0,33,True,,700.0,2024-01-05 17:48:53.000,1.4.9,218.0,,55419.0,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,2024-01-05 17:47:54.000,31.0,54231.0,https://anaconda.org/conda-forge/nicegui,2024-01-06 04:09:20.907,7227.0,2.0,,,,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2024-01-05 17:50:23.320481,10.0,12338.0,,,, +153,WeasyPrint,Kozea/WeasyPrint,html-processing,,https://github.com/Kozea/WeasyPrint,https://github.com/Kozea/WeasyPrint,BSD-3-Clause,2011-08-09 14:14:24.000,2024-01-10 02:48:57.000,2024-01-07 16:04:54,5224.0,629,136.0,345.0,186.0,1500.0,6321,The awesome document factory.,141.0,21.0,133.0,33,True,,69.0,2023-12-11 12:13:36.000,60.2,101.0,,1035743.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2023-12-11 12:12:08.000,120.0,1032084.0,https://anaconda.org/conda-forge/weasyprint,2023-12-11 13:43:13.052,150021.0,3.0,,,,,,,,,,,,,,,,,, +154,Django-Ninja,vitalik/django-ninja,django-utils,,https://github.com/vitalik/django-ninja,https://github.com/vitalik/django-ninja,MIT,2020-05-19 08:48:53.000,2024-01-08 16:02:31.000,2024-01-08 16:01:48,1070.0,339,75.0,282.0,213.0,451.0,5661,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",1963.0,1941.0,125.0,33,True,,117.0,2023-12-07 22:14:02.000,1.1.0,58.0,,184208.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2023-12-07 22:14:02.000,22.0,183839.0,https://anaconda.org/conda-forge/django-ninja,2023-12-12 17:20:02.209,8861.0,2.0,,,,,,,,,,,,,,,,,, +155,google-maps-services-python,googlemaps/google-maps-services-python,third-party-apis,,https://github.com/googlemaps/google-maps-services-python,https://github.com/googlemaps/google-maps-services-python,Apache-2.0,2014-08-15 04:35:30.000,2024-01-08 14:04:56.000,2023-01-27 01:01:18,524.0,1251,178.0,239.0,32.0,231.0,4228,Python client library for Google Maps API Web Services.,1204.0,,66.0,33,True,,,2023-01-26 16:46:28.581,4.10.0,51.0,,1035953.0,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,1204.0,1035953.0,,,,2.0,,,,,,,,,,,,,,,,,, +156,graphene-django,graphql-python/graphene-django,graphql,,https://github.com/graphql-python/graphene-django,https://github.com/graphql-python/graphene-django,MIT,2016-09-17 23:26:25.000,2023-12-23 20:33:36.000,2023-12-20 10:22:33,956.0,754,72.0,612.0,138.0,672.0,4184,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",14677.0,14162.0,219.0,33,True,"['django', 'graphql']",8.0,2023-12-20 10:25:20.000,3.2.0,65.0,,346391.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2023-12-20 10:25:20.000,515.0,345636.0,https://anaconda.org/conda-forge/graphene-django,2023-12-20 20:26:45.484,32484.0,2.0,,,,,,,,,,,,,,,,,, +157,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2024-01-10 08:22:24.000,2023-12-10 11:39:01,1882.0,496,62.0,329.0,17.0,860.0,3979,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1694.0,1588.0,123.0,33,True,,45.0,2023-10-31 21:00:02.000,4.4.1,64.0,,43902.0,,pywebview,https://pypi.org/project/pywebview,2023-10-31 20:57:15.000,106.0,43902.0,,,,2.0,,,,,,,,,,,,,,,,,, +158,django-grappelli,sehmaschine/django-grappelli,admin-ui,,https://github.com/sehmaschine/django-grappelli,https://github.com/sehmaschine/django-grappelli,BSD-3-Clause,2010-03-26 12:25:59.000,2023-12-21 10:12:01.000,2023-12-18 12:41:11,1924.0,656,94.0,331.0,11.0,704.0,3531,A jazzy skin for the Django Admin-Interface (official repository).,7706.0,6000.0,87.0,33,True,['django'],6.0,2023-12-20 12:49:06.000,2.15.7,80.0,,149002.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2023-12-20 12:49:06.000,1706.0,145576.0,https://anaconda.org/conda-forge/django-grappelli,2023-09-21 20:42:43.450,130193.0,2.0,,,,,,,,,,,,,,,,,, +159,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/fake-useragent/fake-useragent,https://github.com/fake-useragent/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000,2024-01-08 08:27:58.000,2023-12-04 20:55:17,349.0,512,61.0,138.0,1.0,122.0,3335,Up-to-date simple useragent faker with real world database.,26478.0,25481.0,15.0,33,True,,20.0,2023-11-24 21:07:56.000,1.4.0,32.0,,2048758.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2023-11-24 21:07:56.000,997.0,2048186.0,https://anaconda.org/conda-forge/fake-useragent,2023-11-25 01:47:49.143,17740.0,2.0,,,,,,,,,,,,,,,fake-useragent/fake-useragent,,, +160,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009-11-10 06:18:00.000,2024-01-08 17:36:03.000,2023-12-16 16:51:35,973.0,360,47.0,302.0,119.0,187.0,2565,Django model mixins and utilities.,27963.0,23081.0,133.0,33,True,['django'],4.0,2023-06-16 06:13:31.000,4.3.1,39.0,,980554.0,,django-model-utils,https://pypi.org/project/django-model-utils,2022-11-16 00:15:44.883,4882.0,980554.0,,,,2.0,,,,,,,,,,,,,,,,,, +161,django-webpack-loader,django-webpack/django-webpack-loader,django-utils,,https://github.com/django-webpack/django-webpack-loader,https://github.com/django-webpack/django-webpack-loader,MIT,2015-05-16 16:33:58.000,2024-01-11 04:46:22.000,2023-12-19 15:49:42,342.0,341,48.0,207.0,9.0,177.0,2486,Transparently use webpack with django.,10152.0,9164.0,61.0,33,True,['django'],23.0,2023-12-19 13:50:36.000,3.0.0,47.0,,322726.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2023-12-19 13:48:37.000,988.0,322441.0,https://anaconda.org/conda-forge/django-webpack-loader,2023-12-19 22:50:48.463,8862.0,2.0,,,,,,,,,,,,,,,,,, +162,autobahn-python,crossbario/autobahn-python,websocket,,https://github.com/crossbario/autobahn-python,https://github.com/crossbario/autobahn-python,MIT,2011-07-27 15:22:13.000,2023-07-20 16:17:16.961,2023-06-14 07:25:55,3332.0,770,101.0,736.0,181.0,704.0,2452,WebSocket and WAMP in Python for Twisted and asyncio.,31738.0,29776.0,132.0,33,True,,,2023-07-20 16:17:16.961,0.12.0,155.0,,808073.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023-07-20 16:17:16.961,1962.0,797178.0,https://anaconda.org/conda-forge/autobahn,2023-06-14 11:29:38.363,468521.0,2.0,,,,,,,,,,,,,,,,,, +163,django-bootstrap3,zostera/django-bootstrap3,django-utils,,https://github.com/zostera/django-bootstrap3,https://github.com/zostera/django-bootstrap3,BSD-3-Clause,2013-08-13 13:48:04.000,2024-01-03 10:50:50.000,2024-01-03 10:50:49,1051.0,694,105.0,620.0,5.0,292.0,2330,Bootstrap 3 integration with Django.,22713.0,18728.0,99.0,33,True,['django'],25.0,2021-04-10 05:34:25.000,15.0.0,101.0,,80191.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2023-12-28 11:19:44.000,3985.0,79821.0,https://anaconda.org/conda-forge/django-bootstrap3,2023-06-16 13:24:31.399,28139.0,2.0,,,,,,,,,,,,,,,,,, +164,Flask-Migrate,miguelgrinberg/Flask-Migrate,flask-utils,,https://github.com/miguelgrinberg/Flask-Migrate,https://github.com/miguelgrinberg/Flask-Migrate,MIT,2013-09-08 19:24:57.000,2023-10-17 09:38:30.000,2023-10-15 11:54:41,237.0,221,26.0,84.0,11.0,398.0,2277,SQLAlchemy database migrations for Flask applications using Alembic.,147375.0,137799.0,48.0,33,True,['flask'],1.0,2023-09-12 11:22:09.000,4.0.5,45.0,,1208559.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2023-09-12 11:22:06.000,9576.0,1202798.0,https://anaconda.org/conda-forge/flask-migrate,2023-09-12 17:11:59.310,224711.0,1.0,,,,,,,,,,,,,,,,,, +165,django-autocomplete-light,yourlabs/django-autocomplete-light,django-utils,,https://github.com/yourlabs/django-autocomplete-light,https://github.com/yourlabs/django-autocomplete-light,MIT,2012-05-03 11:49:37.000,2024-01-09 19:36:42.000,2024-01-09 19:43:04,2410.0,466,65.0,494.0,208.0,642.0,1747,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4668.0,3920.0,196.0,33,True,['django'],8.0,2023-05-12 16:00:39.776,3.9.7,225.0,,202011.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2024-01-09 19:36:33.000,748.0,202011.0,,,,2.0,,,,,,,,,,,,,,,,,, +166,sorl-thumbnail,jazzband/sorl-thumbnail,django-utils,,https://github.com/jazzband/sorl-thumbnail,https://github.com/jazzband/sorl-thumbnail,BSD-3-Clause,2010-11-12 00:46:35.000,2024-01-08 17:36:46.000,2023-10-04 19:59:12,1036.0,504,38.0,332.0,125.0,300.0,1709,Thumbnails for Django.,16831.0,14287.0,158.0,33,True,['django'],,2023-10-05 09:31:20.000,12.10.0,33.0,,197637.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2023-10-05 09:31:20.000,2544.0,197481.0,https://anaconda.org/conda-forge/sorl-thumbnail,2023-10-05 12:50:18.222,6411.0,2.0,,,,,,,,,,,,,,,,,, +167,django-admin-interface,fabiocaccamo/django-admin-interface,admin-ui,,https://github.com/fabiocaccamo/django-admin-interface,https://github.com/fabiocaccamo/django-admin-interface,MIT,2015-10-26 14:46:36.000,2024-01-10 10:14:25.000,2024-01-08 22:24:56,833.0,167,33.0,145.0,13.0,180.0,1596,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",3616.0,3572.0,36.0,33,True,['django'],58.0,2024-01-08 22:29:44.000,0.28.3,112.0,,88814.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2024-01-08 22:29:44.000,44.0,88814.0,,,,2.0,,,,,,,,,,,,,,,,,, +168,django-pipeline,jazzband/django-pipeline,django-utils,,https://github.com/jazzband/django-pipeline,https://github.com/jazzband/django-pipeline,MIT,2011-06-03 19:01:34.000,2024-01-01 17:28:15.000,2023-12-27 11:09:55,1213.0,376,27.0,361.0,145.0,327.0,1487,Pipeline is an asset packaging library for Django.,3527.0,2392.0,176.0,33,True,['django'],9.0,2023-12-27 11:22:51.000,3.0.0,132.0,,87496.0,,django-pipeline,https://pypi.org/project/django-pipeline,2023-12-27 11:22:51.000,1135.0,87496.0,,,,2.0,,,,,,,,,,,,,,,,,, +169,dj-rest-auth,iMerica/dj-rest-auth,auth,,https://github.com/iMerica/dj-rest-auth,https://github.com/iMerica/dj-rest-auth,MIT,2020-02-28 19:35:48.000,2024-01-09 07:39:57.000,2023-11-26 05:47:50,894.0,264,15.0,205.0,168.0,213.0,1486,Authentication for Django Rest Framework.,24154.0,24142.0,187.0,33,True,['django'],6.0,2023-11-15 04:02:07.000,5.0.2,47.0,356.0,189123.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2023-11-15 04:02:07.000,12.0,188409.0,https://anaconda.org/conda-forge/dj-rest-auth,2023-11-15 20:15:56.825,21227.0,2.0,,,,,,,,,,,,,,,,,, +170,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2024-01-10 17:30:25.000,2024-01-10 17:30:23,985.0,159,37.0,194.0,20.0,211.0,1336,Waitress - A WSGI server for Python 3.,176505.0,172827.0,51.0,33,False,,2.0,2022-05-30 21:53:26.000,2.1.2,49.0,,4504174.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2022-05-30 21:48:04.564,3678.0,4501651.0,https://anaconda.org/conda-forge/waitress,2023-06-16 16:07:27.834,171572.0,3.0,,,,,,,,,,,,,,,,,, +171,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2023-07-17 05:15:25.000,2019-09-20 02:47:40,230.0,263,49.0,61.0,57.0,63.0,1196,A SOCKS proxy client and wrapper for Python.,155170.0,151415.0,32.0,33,False,,,2019-09-20 02:06:20.000,1.7.1,19.0,,13906377.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3755.0,13454805.0,https://anaconda.org/conda-forge/pysocks,2023-06-16 13:22:53.016,40189944.0,2.0,,,,,,,,,,,,,,,,,, +172,django-bootstrap4,zostera/django-bootstrap4,django-utils,,https://github.com/zostera/django-bootstrap4,https://github.com/zostera/django-bootstrap4,BSD-3-Clause,2017-04-25 15:55:15.000,2024-01-03 09:55:49.000,2024-01-03 09:55:48,1184.0,259,37.0,505.0,20.0,142.0,1022,Bootstrap 4 integration with Django.,155965.0,154967.0,138.0,33,True,['django'],13.0,2021-05-20 08:44:02.000,3.0.1,29.0,,150884.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2023-12-28 14:10:44.000,998.0,150512.0,https://anaconda.org/conda-forge/django-bootstrap4,2023-06-16 16:13:38.994,26060.0,2.0,,,,,,,,,,,,,,,,,, +173,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,MIT,2014-11-21 06:08:04.000,2024-01-09 10:12:10.000,2023-12-30 23:10:16,1758.0,296,7.0,1848.0,9.0,349.0,845,Extensions for Python Markdown.,27697.0,27464.0,51.0,33,True,,30.0,2023-12-30 23:11:13.000,10.7,88.0,,2144436.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2023-12-30 23:11:52.000,233.0,2140037.0,https://anaconda.org/conda-forge/pymdown-extensions,2023-12-31 00:40:00.385,180393.0,2.0,,,,,,,,,,,,,,,,,, +174,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2023-09-13 19:24:05.000,2023-03-21 22:23:06,551.0,196,28.0,122.0,59.0,69.0,480,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",190109.0,174096.0,77.0,33,True,,,2023-03-21 22:31:05.208,0.22.0,39.0,,26780518.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2023-03-21 22:31:05.208,16013.0,26749499.0,https://anaconda.org/conda-forge/httplib2,2023-06-16 13:17:06.741,2884791.0,2.0,,,,,,,,,,,,,,,,,, +175,google-resumable-media,googleapis/google-resumable-media-python,third-party-apis,,https://github.com/googleapis/google-resumable-media-python,https://github.com/googleapis/google-resumable-media-python,Apache-2.0,2017-04-12 20:09:20.000,2023-12-15 00:20:46.000,2023-12-15 00:20:45,444.0,45,45.0,316.0,13.0,86.0,43,Utilities for Google Media Downloads and Resumable Uploads.,143054.0,142486.0,34.0,33,False,,9.0,2023-12-12 19:03:29.000,2.7.0,46.0,,48966170.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023-12-12 19:03:29.000,568.0,48863095.0,https://anaconda.org/conda-forge/google-resumable-media,2023-12-13 03:13:58.038,4432227.0,2.0,,,,,,,,,,,,,,,,,, +176,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012-08-20 15:53:36.000,2024-01-09 02:07:28.000,2023-07-25 21:42:57,2515.0,9300,1374.0,1058.0,384.0,,48784,Dumb downloader that scrapes the web.,48.0,21.0,254.0,32,True,,,2022-12-11 17:34:28.000,0.4.1650,169.0,376894.0,19827.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022-07-01 21:28:26.000,27.0,15985.0,https://anaconda.org/conda-forge/you-get,2023-06-16 19:19:15.886,23596.0,1.0,,you-get,,,,,,,,,,,,,,,, +177,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2024-01-11 13:37:50.000,2024-01-10 10:41:05,21021.0,5133,373.0,9698.0,605.0,3635.0,19513,"Saleor Core: the high performance, composable, headless commerce API.",3.0,3.0,284.0,32,True,"['django', 'graphql']",206.0,2024-01-04 15:17:09.000,3.18.10,100.0,70.0,17.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +178,speedtest-cli,sivel/speedtest-cli,others,,https://github.com/sivel/speedtest-cli,https://github.com/sivel/speedtest-cli,Apache-2.0,2012-09-10 19:17:53.000,2023-12-04 15:55:39.000,2021-07-07 19:50:15,299.0,1945,312.0,208.0,68.0,,13127,Command line interface for testing internet bandwidth using speedtest.net.,64953.0,64394.0,10.0,32,False,,,2021-04-08 13:53:00.000,2.1.3,28.0,,128328.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,559.0,127584.0,https://anaconda.org/conda-forge/speedtest-cli,2023-06-16 19:27:52.128,19348.0,2.0,,,,,,,,,,,,,,,,,, +179,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2023-09-27 10:27:30.000,2018-11-07 20:31:50,841.0,1770,239.0,329.0,181.0,245.0,12191,"HTTP Request & Response Service, written in Python + Flask.",1811.0,1255.0,108.0,32,False,['flask'],,2023-08-28 22:56:36.000,0.10.1,15.0,,32898.0,,httpbin,https://pypi.org/project/httpbin,2023-08-28 22:56:36.000,556.0,32898.0,,,,2.0,,,,,,,,,,,,,,,,,, +180,gallery-dl,mikf/gallery-dl,third-party-apis,,https://github.com/mikf/gallery-dl,https://github.com/mikf/gallery-dl,GPL-2.0,2014-10-12 19:38:05.000,2024-01-10 16:29:10.000,2024-01-10 16:27:46,5188.0,795,147.0,402.0,899.0,3244.0,9282,Command-line program to download image galleries and collections from several image hosting sites.,31.0,21.0,109.0,32,True,,260.0,2024-01-06 16:52:42.000,1.26.6,149.0,468762.0,58869.0,,gallery-dl,https://pypi.org/project/gallery-dl,2024-01-06 16:48:51.000,10.0,50499.0,,,,3.0,,,,,,,,,,,,,,,,,, +181,Pattern,clips/pattern,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01.000,2023-07-12 09:12:48.000,2020-04-25 12:40:40,1434.0,1596,544.0,128.0,174.0,76.0,8609,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",2040.0,1705.0,30.0,32,False,,,,,9.0,101.0,493421.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2018-08-18 15:11:17.000,335.0,493119.0,https://anaconda.org/conda-forge/pattern,2023-06-16 16:18:03.754,15184.0,1.0,,,,,,,,,,,,,,,,,, +182,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2023-12-26 03:56:22.000,2022-11-02 08:25:54,5304.0,1642,247.0,983.0,56.0,1012.0,4694,CMS framework for Django.,1202.0,,327.0,32,False,['django'],,2022-05-12 12:50:07.885,6.0.0,138.0,,2137.0,,mezzanine,https://pypi.org/project/mezzanine,2022-05-12 12:50:07.885,1202.0,2137.0,,,,2.0,,,,,,,,,,,,,,,,,, +183,spotipy,plamere/spotipy,third-party-apis,,https://github.com/spotipy-dev/spotipy,https://github.com/spotipy-dev/spotipy,MIT,2014-04-05 13:11:25.000,2024-01-06 06:27:05.000,2023-12-29 14:50:13,634.0,943,78.0,437.0,122.0,510.0,4684,A light weight Python library for the Spotify Web API.,26560.0,25922.0,179.0,32,True,,2.0,2023-04-07 17:46:10.000,2.23.0,48.0,,172701.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2023-04-07 17:40:01.447,638.0,172337.0,https://anaconda.org/conda-forge/spotipy,2023-06-16 19:25:00.895,12767.0,3.0,,,,,,,,,,,,,,,spotipy-dev/spotipy,,, +184,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2024-01-11 04:42:41.000,2023-12-01 18:35:45,1958.0,315,54.0,1698.0,63.0,608.0,3863,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",508.0,477.0,90.0,32,True,['openapi'],11.0,2023-12-01 18:31:55.000,5.5.2,194.0,812285.0,189459.0,,,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2023-12-01 18:30:28.411,31.0,177855.0,,,,,,,,,, +185,wave,h2oai/wave,web-ui,,https://github.com/h2oai/wave,https://github.com/h2oai/wave,Apache-2.0,2020-05-16 20:07:18.000,2024-01-11 08:35:00.000,2023-12-08 11:23:06,2209.0,295,117.0,688.0,194.0,809.0,3775,Realtime Web Apps and Dashboards for Python and R.,205.0,,51.0,32,True,,16.0,2023-10-09 13:29:05.000,1.0.0,56.0,1893146.0,63273.0,,wave,https://pypi.org/project/wave,2011-01-09 22:48:14.000,205.0,19247.0,,,,2.0,,,,,,,,,,,,,,,,,, +186,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2024-01-10 17:33:28.000,2024-01-07 09:42:35,1229.0,701,92.0,212.0,30.0,665.0,3746,WebRTC and ORTC implementation for Python using asyncio.,2643.0,2603.0,30.0,32,True,,12.0,2023-12-01 00:39:24.000,1.6.0,50.0,,45628.0,,aiortc,https://pypi.org/project/aiortc,2023-12-01 00:39:24.000,40.0,45628.0,,,,2.0,,,,,,,,,,,,,,,,,, +187,django-rest-framework-simplejwt,jazzband/djangorestframework-simplejwt,auth,,https://github.com/jazzband/djangorestframework-simplejwt,https://github.com/jazzband/djangorestframework-simplejwt,MIT,2017-05-05 17:41:35.000,2023-12-29 01:25:27.000,2023-12-15 00:57:27,626.0,634,59.0,340.0,151.0,328.0,3706,A JSON Web Token authentication plugin for the Django REST Framework.,364.0,,111.0,32,True,['django'],13.0,2023-12-04 06:38:25.000,5.3.1,45.0,,1543849.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2023-12-04 06:38:25.000,364.0,1543849.0,,,,2.0,,,,,,,,,,,,,,,,,, +188,django-guardian,django-guardian/django-guardian,auth,,https://github.com/django-guardian/django-guardian,https://github.com/django-guardian/django-guardian,BSD-3-Clause,2010-06-04 23:15:37.000,2023-11-15 08:37:00.000,2022-03-25 21:42:47,1062.0,554,83.0,356.0,150.0,323.0,3504,Per object permissions for Django.,8338.0,6389.0,159.0,32,False,['django'],,2021-05-23 22:11:22.000,2.4.0,43.0,,325686.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1949.0,325050.0,https://anaconda.org/conda-forge/django-guardian,2023-06-16 13:23:00.573,50288.0,2.0,,,,,,,,,,,,,,,,,, +189,django-rest-framework-jwt,jpadilla/django-rest-framework-jwt,auth,,https://github.com/jpadilla/django-rest-framework-jwt,https://github.com/jpadilla/django-rest-framework-jwt,MIT,2014-01-16 04:54:06.000,2022-12-06 16:30:54.000,2019-08-13 02:11:02,369.0,639,81.0,190.0,163.0,187.0,3190,JSON Web Token Authentication support for Django REST Framework.,28031.0,26050.0,62.0,32,False,,,2021-12-15 15:59:35.858,1.3.0,26.0,,563252.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2021-12-15 15:59:35.858,1981.0,563252.0,,,,2.0,,,,,,,,,,,,,,,,,, +190,django-taggit,jazzband/django-taggit,django-utils,,https://github.com/jazzband/django-taggit,https://github.com/jazzband/django-taggit,BSD-3-Clause,2009-12-08 23:40:49.000,2024-01-08 17:36:31.000,2023-10-26 02:12:57,1066.0,626,65.0,458.0,94.0,340.0,3171,Simple tagging for django.,2888.0,,148.0,32,True,['django'],14.0,2023-10-29 11:56:57.000,5.0.1,67.0,,380809.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2023-10-29 11:56:57.000,2888.0,377594.0,https://anaconda.org/conda-forge/django-taggit,2023-10-29 13:54:08.113,115769.0,2.0,,,,,,,,,,,,,,,,,, +191,python-social-auth,omab/python-social-auth,auth,,https://github.com/omab/python-social-auth,https://github.com/omab/python-social-auth,BSD-3-Clause,2012-12-12 16:08:42.000,2022-07-01 19:07:30.000,2017-02-04 13:10:59,1973.0,1140,120.0,466.0,21.0,643.0,2832,Social auth made simple.,8211.0,5935.0,284.0,32,False,,,2017-02-03 12:20:08.000,0.3.6,55.0,,25291.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,25291.0,,,,2.0,,,,,,,,,,,,,,,,,, +192,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,GPL-3.0,2019-04-08 11:38:48.000,2024-01-08 14:33:57.000,2024-01-08 14:28:02,1443.0,188,28.0,192.0,63.0,205.0,2397,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",2760.0,2689.0,38.0,32,True,,17.0,2024-01-08 14:33:57.000,1.6.4,40.0,,201025.0,,trafilatura,https://pypi.org/project/trafilatura,2024-01-08 14:32:53.000,71.0,201025.0,,,,1.0,,,,,,,,,,,,,,,,,, +193,django-cacheops,Suor/django-cacheops,django-utils,,https://github.com/Suor/django-cacheops,https://github.com/Suor/django-cacheops,BSD-3-Clause,2011-06-04 12:25:47.000,2023-12-05 07:15:26.000,2023-12-05 07:15:26,1233.0,221,41.0,141.0,18.0,313.0,1955,A slick ORM cache with automatic granular event-driven invalidation.,1304.0,1206.0,67.0,32,True,['django'],5.0,2023-10-24 10:23:43.000,7.0.2,63.0,,119468.0,,django-cacheops,https://pypi.org/project/django-cacheops,2023-10-24 10:23:43.000,98.0,119468.0,,,,2.0,,,,,,,,,,,,,,,,,, +194,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,MIT,2016-02-14 10:31:07.000,2024-01-10 13:17:07.000,2023-03-17 12:05:15,1472.0,565,67.0,361.0,425.0,672.0,1834,A Python SOAP client.,659.0,,140.0,32,True,,,2023-07-20 15:31:54.183,0.0.1,65.0,,9285907.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2023-07-20 15:31:54.183,659.0,9283446.0,https://anaconda.org/conda-forge/zeep,2023-06-16 13:24:15.406,201867.0,2.0,,,,,,,,,,,,,,,,,, +195,django-rq,rq/django-rq,django-utils,,https://github.com/rq/django-rq,https://github.com/rq/django-rq,MIT,2012-05-15 10:21:58.000,2024-01-08 20:38:20.000,2023-12-26 08:10:46,624.0,277,27.0,301.0,95.0,254.0,1726,A simple app that provides django integration for RQ (Redis Queue).,3536.0,3092.0,124.0,32,True,['django'],12.0,2023-12-18 10:33:19.000,2.10.1,53.0,,420606.0,,django-rq,https://pypi.org/project/django-rq,2023-12-18 10:32:31.000,444.0,420606.0,,,,2.0,,,,,,,,,,,,,,,,,, +196,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,BSD-3-Clause,2011-05-15 12:13:19.000,2023-12-20 17:26:46.000,2023-12-01 08:59:00,1178.0,309,26.0,388.0,75.0,279.0,1546,Money fields for Django forms and models.,2852.0,2645.0,115.0,32,True,['django'],7.0,2023-11-30 19:38:07.000,3.4.1,67.0,,160940.0,,django-money,https://pypi.org/project/django-money,2023-11-30 19:38:07.000,207.0,160940.0,,,,2.0,,,,,,,,,,,,,,,,,, +197,simple-salesforce,simple-salesforce/simple-salesforce,third-party-apis,,https://github.com/simple-salesforce/simple-salesforce,https://github.com/simple-salesforce/simple-salesforce,Apache-2.0,2013-01-17 20:08:57.000,2023-12-01 16:22:26.000,2023-09-06 15:12:09,456.0,632,92.0,289.0,177.0,262.0,1538,A very simple Salesforce.com REST API client for Python.,221.0,,75.0,32,True,,,2023-09-06 15:13:28.000,1.12.5,47.0,,6931556.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2023-09-06 15:13:28.000,221.0,6930892.0,https://anaconda.org/conda-forge/simple-salesforce,2023-06-16 13:23:43.695,53164.0,3.0,,,,,,,,,,,,,,,,,, +198,html5lib-python,html5lib/html5lib-python,html-processing,,https://github.com/html5lib/html5lib-python,https://github.com/html5lib/html5lib-python,MIT,2013-04-09 14:07:42.000,2024-01-10 18:31:10.000,2024-01-10 18:31:09,1611.0,279,49.0,316.0,82.0,176.0,1078,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15318.0,,66.0,32,True,,2.0,2017-12-07 14:10:04.000,1.0.1,27.0,,9710634.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15318.0,9663730.0,https://anaconda.org/conda-forge/html5lib,2023-06-16 13:22:43.827,3940015.0,3.0,,,,,,,,,,,,,,,,,, +199,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2023-12-17 12:16:10.000,2023-12-17 12:16:10,745.0,225,28.0,511.0,43.0,252.0,1008,Python binding to the Networking and Cryptography (NaCl) library.,2623.0,,67.0,32,True,,4.0,2022-01-07 22:05:49.000,1.5.0,16.0,,45269029.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2623.0,45135650.0,https://anaconda.org/conda-forge/pynacl,2023-09-24 08:54:47.641,5335161.0,2.0,,,,,,,,,,,,,,,,,, +200,flask-cors,corydolphin/flask-cors,flask-utils,,https://github.com/corydolphin/flask-cors,https://github.com/corydolphin/flask-cors,MIT,2013-07-28 21:33:57.000,2023-12-13 03:38:30.000,2023-08-27 22:10:47,361.0,133,10.0,188.0,47.0,111.0,853,Cross Origin Resource Sharing ( CORS ) support for Flask.,265600.0,257281.0,45.0,32,True,['flask'],,2023-08-27 22:12:17.000,4.0.0,44.0,,6092486.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2023-06-26 05:39:35.576,8319.0,6066339.0,https://anaconda.org/conda-forge/flask-cors,2023-06-26 12:46:52.217,836710.0,1.0,,,,,,,,,,,,,,,,,, +201,flask-caching,pallets-eco/flask-caching,flask-utils,,https://github.com/pallets-eco/flask-caching,https://github.com/pallets-eco/flask-caching,BSD-3-Clause,2016-07-04 19:53:57.000,2024-01-06 12:39:56.000,2024-01-06 12:39:55,745.0,186,17.0,312.0,57.0,180.0,844,A caching extension for Flask.,18690.0,17915.0,111.0,32,True,['flask'],1.0,2023-10-08 14:19:11.000,2.1.0,25.0,,4354455.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2023-10-08 14:15:58.000,775.0,4348553.0,https://anaconda.org/conda-forge/flask-caching,2023-10-08 20:55:00.179,171168.0,1.0,-2.0,,,,,,,,,,,,,,,,, +202,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014-09-29 23:44:25.000,2024-01-01 20:35:37.000,2023-12-05 23:33:23,462.0,92,19.0,172.0,28.0,40.0,350,Terminals served by tornado websockets.,251345.0,244340.0,48.0,32,True,,7.0,2023-11-10 01:37:45.000,0.18.0,35.0,247.0,9458800.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2023-11-10 01:37:39.000,7005.0,9095689.0,https://anaconda.org/conda-forge/terminado,2023-11-12 17:36:06.145,14524336.0,2.0,,,,,,,,,,,,,,,,,, +203,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2023-11-08 22:26:50.060,2023-11-08 19:27:35,935.0,55,12.0,38.0,65.0,276.0,293,Mako Templates for Python.,227852.0,213587.0,59.0,32,True,,2.0,2023-11-08 19:27:28.000,rel_1_3_0,67.0,,29473009.0,conda-forge/mako,mako,https://pypi.org/project/mako,2023-11-08 19:27:23.000,14265.0,29336992.0,https://anaconda.org/conda-forge/mako,2023-11-08 22:26:50.060,5712730.0,2.0,,,,,,,,,,,,,,,,,, +204,sherlock,sherlock-project/sherlock,third-party-apis,,https://github.com/sherlock-project/sherlock,https://github.com/sherlock-project/sherlock,MIT,2018-12-24 14:30:48.000,2024-01-10 21:10:43.000,2024-01-10 21:10:43,2134.0,5556,1063.0,957.0,179.0,793.0,46105,Hunt down social media accounts by username across social networks.,9.0,,225.0,31,True,,19.0,2023-02-18 14:51:07.497,0.4.1,7.0,,14088.0,,sherlock,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000,9.0,14088.0,,,,3.0,,,,,,,,,,,,,,,,,, +205,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2023-10-03 12:53:13.000,2020-09-02 06:54:25,651.0,2054,384.0,306.0,496.0,266.0,13402,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",345.0,21.0,103.0,31,False,,,2018-09-28 04:58:18.000,0.2.8,18.0,,251589.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,324.0,250716.0,https://anaconda.org/conda-forge/newspaper3k,2023-06-16 13:25:29.128,64619.0,2.0,,,,,,,,,,,,,,,,,, +206,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2023-06-30 22:47:56.000,2023-06-30 13:14:01,2415.0,387,161.0,456.0,179.0,300.0,6758,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5021.0,4786.0,120.0,31,True,,,2020-02-06 18:13:37.000,2.6.1,71.0,,47521.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,235.0,45371.0,https://anaconda.org/conda-forge/hug,2023-06-16 13:24:44.089,187061.0,3.0,,,,,,,,,,,,,,,,,, +207,eve,pyeve/eve,web-frameworks,,https://github.com/pyeve/eve,https://github.com/pyeve/eve,BSD-3-Clause,2012-10-22 07:39:33.000,2024-01-11 03:31:19.000,2023-07-10 07:05:49,3393.0,754,226.0,544.0,24.0,949.0,6652,REST API framework designed for human beings.,1490.0,1110.0,214.0,31,True,,,2023-03-14 08:50:44.188,2.1.0,53.0,,7350.0,,eve,https://pypi.org/project/eve,2023-03-14 08:50:44.188,380.0,7350.0,,,,3.0,,,,,,,,,,,,,,,,,, +208,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2024-01-11 00:09:38.000,2023-11-18 05:21:44,1070.0,1327,337.0,341.0,42.0,399.0,5856,web.py is a web framework for python that is as simple as it is powerful.,1162.0,21.0,90.0,31,True,,1.0,2023-10-10 14:50:45.000,webpy-0.70,22.0,,164142.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020-11-09 11:24:34.000,1141.0,163409.0,https://anaconda.org/conda-forge/web.py,2023-06-16 13:21:14.383,56494.0,3.0,,,,,,,,,,,,,,,,,, +209,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2024-01-11 14:26:47.000,2024-01-11 14:26:47,101485.0,972,229.0,18837.0,82.0,324.0,5543,Malicious traffic detection system.,20.0,20.0,47.0,31,True,,5430.0,2023-12-31 23:11:03.000,0.65,54.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +210,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2024-01-11 09:49:35.000,2024-01-11 09:48:50,5636.0,755,821.0,2463.0,120.0,1986.0,4404,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",548.0,548.0,171.0,31,True,['openapi'],10.0,,,100.0,87551.0,2036.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +211,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2023-12-22 09:43:36.000,2023-09-20 13:21:20,3685.0,1245,151.0,389.0,476.0,765.0,3911,HttpRunner API/UI.,535.0,528.0,45.0,31,True,,,2023-09-19 09:11:28.000,4.3.6,152.0,10580.0,7551.0,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,7400.0,,,,2.0,,,,,,,,,,,,,,,,,, +212,fastapi-users,fastapi-users/fastapi-users,auth,,https://github.com/fastapi-users/fastapi-users,https://github.com/fastapi-users/fastapi-users,MIT,2019-10-05 15:40:31.000,2023-12-28 08:10:32.000,2023-12-28 08:09:39,719.0,332,38.0,548.0,9.0,249.0,3766,Ready-to-use and customizable users management for FastAPI.,2623.0,2608.0,62.0,31,True,['fastapi'],3.0,2023-08-26 08:37:15.000,12.1.2,101.0,159.0,63331.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2023-08-26 08:33:28.000,15.0,61689.0,https://anaconda.org/conda-forge/fastapi-users,2023-08-26 11:37:17.667,44270.0,3.0,,,,,,,,,,,,,,,,,, +213,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2023-09-04 03:33:41.000,2023-05-10 14:46:52,1319.0,783,170.0,409.0,47.0,313.0,3691,WeChat SDK for Python.,9096.0,8967.0,101.0,31,True,,,2021-11-11 15:12:31.000,1.8.18,137.0,,21212.0,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,129.0,21212.0,,,,3.0,,,,,,,,,,,,,,,,,, +214,py-googletrans,ssut/py-googletrans,third-party-apis,,https://github.com/ssut/py-googletrans,https://github.com/ssut/py-googletrans,MIT,2015-06-05 08:35:11.000,2023-10-04 20:57:20.000,2021-03-10 14:43:53,116.0,720,70.0,97.0,17.0,277.0,3643,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,50988.0,50338.0,25.0,31,False,,,2020-06-14 07:43:55.000,3.0.0,12.0,,467610.0,,googletrans,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,650.0,467610.0,,,,3.0,,,,,,,,,,,,,,,,,, +215,python-twitter,bear/python-twitter,third-party-apis,,https://github.com/bear/python-twitter,https://github.com/bear/python-twitter,Apache-2.0,2012-09-12 06:51:02.000,2022-05-20 09:56:40.000,2021-12-19 18:05:27,1104.0,1008,170.0,307.0,101.0,315.0,3402,A Python wrapper around the Twitter API.,8762.0,7037.0,171.0,31,False,,,2018-09-29 23:52:35.000,3.5,24.0,,52356.0,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1725.0,52356.0,,,,3.0,,,,,,,,,,,,,,,,,, +216,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,Apache-2.0,2014-10-08 17:47:24.000,2023-11-10 01:40:19.000,2023-04-22 10:13:29,635.0,768,119.0,153.0,120.0,337.0,2958,Pseudo API for Google Trends.,4173.0,4093.0,86.0,31,True,,,2023-04-13 23:18:01.543,4.9.2,30.0,,89161.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,80.0,88582.0,https://anaconda.org/conda-forge/pytrends,2023-06-16 19:23:49.272,22026.0,2.0,,,,,,,,,,,,,,,,,, +217,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2024-01-11 16:10:56.000,2023-12-22 08:17:50,4689.0,365,89.0,986.0,141.0,1705.0,2798,Mail hosting made simple.,78.0,41.0,114.0,31,True,,67.0,2023-12-22 10:55:14.000,2.2.3,74.0,,3705.0,,modoboa,https://pypi.org/project/modoboa,2023-12-22 10:55:14.000,37.0,3705.0,,,,1.0,,,,,,,,,,,,,,,,,, +218,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,MIT,2010-02-05 15:48:14.000,2024-01-11 06:07:12.000,2024-01-11 06:07:12,1622.0,586,50.0,553.0,124.0,541.0,2733,Compresses linked and inline javascript or CSS into a single cached file.,306.0,,217.0,31,True,['django'],5.0,2023-01-22 12:46:02.983,4.3.1,38.0,,373192.0,,django-compressor,https://pypi.org/project/django-compressor,2023-06-27 22:14:07.890,306.0,373192.0,,,,2.0,,,,,,,,,,,,,,,,,, +219,facebook-sdk,mobolic/facebook-sdk,third-party-apis,,https://github.com/mobolic/facebook-sdk,https://github.com/mobolic/facebook-sdk,Apache-2.0,2011-05-11 13:38:27.000,2023-10-17 18:14:04.000,2020-12-27 07:29:21,544.0,1028,200.0,271.0,38.0,219.0,2712,Python SDK for Facebooks Graph API.,6087.0,4821.0,99.0,31,False,,,2018-11-06 06:53:51.000,3.1.0,9.0,,204168.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1266.0,204168.0,,,,3.0,,,,,,,,,,,,,,,,,, +220,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013-06-13 19:28:32.000,2021-12-15 14:37:49.132,2019-06-04 18:10:32,801.0,618,67.0,339.0,167.0,366.0,2593,Swagger Documentation Generator for Django REST Framework: deprecated.,20674.0,18599.0,93.0,31,False,['django'],,2021-12-15 14:37:49.132,0.1.6,50.0,,284224.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,2075.0,284224.0,,,,3.0,,,,,,,,,,,,,,,,,, +221,django-ckeditor,django-ckeditor/django-ckeditor,django-utils,,https://github.com/django-ckeditor/django-ckeditor,https://github.com/django-ckeditor/django-ckeditor,BSD-3-Clause,2010-03-08 19:20:59.000,2023-09-21 12:24:31.000,2023-07-27 12:41:48,822.0,696,54.0,219.0,10.0,521.0,2318,Django admin CKEditor integration.,40034.0,38509.0,129.0,31,True,['django'],,2023-07-27 12:42:16.000,6.7.0,54.0,,407898.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,2023-07-27 12:42:16.000,1525.0,407898.0,,,,2.0,,,,,,,,,,,,,,,,,, +222,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000,2023-07-31 20:26:20.000,2023-07-31 20:26:15,491.0,183,65.0,67.0,55.0,132.0,2256,A jquery-like library for python.,25288.0,21899.0,53.0,31,True,,,2022-12-28 14:35:51.514,2.0.0,36.0,,2087503.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022-12-28 14:35:51.514,3389.0,2086729.0,https://anaconda.org/conda-forge/pyquery,2023-06-16 13:23:09.494,58100.0,3.0,,,,,,,,,,,,,,,,,, +223,django-imagekit,matthewwithanm/django-imagekit,django-utils,,https://github.com/matthewwithanm/django-imagekit,https://github.com/matthewwithanm/django-imagekit,BSD-3-Clause,2011-02-10 21:01:29.000,2023-09-28 00:33:05.000,2023-09-28 00:27:19,1131.0,280,48.0,182.0,97.0,294.0,2191,Automated image processing for Django. Currently v4.0.,9770.0,8742.0,78.0,31,True,['django'],,2023-09-28 00:55:14.000,5.0,41.0,97.0,98619.0,,django-imagekit,https://pypi.org/project/django-imagekit,2023-09-28 00:30:36.000,1028.0,98618.0,,,,2.0,,,,,,,,,,,,,,,,,, +224,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2023-11-29 20:45:30.000,2022-10-16 23:12:02,684.0,268,45.0,231.0,112.0,143.0,2078,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,17403.0,14633.0,105.0,31,False,,,2021-08-16 19:35:31.000,1.1.4,59.0,,387280.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2770.0,383504.0,https://anaconda.org/conda-forge/httpretty,2023-06-16 13:23:40.530,354951.0,2.0,,,,,,,,,,,,,,,,,, +225,django-widget-tweaks,jazzband/django-widget-tweaks,django-utils,,https://github.com/jazzband/django-widget-tweaks,https://github.com/jazzband/django-widget-tweaks,MIT,2012-03-05 20:11:03.000,2023-11-03 14:12:55.000,2023-11-03 14:12:55,201.0,137,47.0,50.0,44.0,50.0,1979,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",39779.0,37542.0,30.0,31,True,['django'],1.0,2023-08-25 15:29:05.000,1.5.0,22.0,,482592.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2023-08-25 15:29:05.000,2237.0,482592.0,,,,2.0,,,,,,,,,,,,,,,,,, +226,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2023-12-29 16:39:37.000,2023-12-29 16:33:35,1977.0,143,19.0,1113.0,87.0,693.0,1956,"Automate your API Testing: catch crashes, validate specs, and save time.",278.0,274.0,60.0,31,True,"['openapi', 'graphql']",147.0,2023-12-29 16:39:37.000,3.23.0,239.0,,87905.0,,schemathesis,https://pypi.org/project/schemathesis,2023-12-29 16:39:37.000,4.0,87905.0,,,,2.0,,,,,,,,,,,,,,,,,, +227,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015-04-20 19:19:35.000,2023-12-27 12:43:59.000,2023-05-03 16:54:16,657.0,239,29.0,193.0,85.0,77.0,1424,A JOSE implementation in Python.,880.0,,49.0,31,True,,,2021-06-05 03:30:38.000,3.3.0,38.0,,5930646.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,880.0,5901356.0,https://anaconda.org/conda-forge/python-jose,2023-06-16 16:09:38.555,1903914.0,3.0,,,,,,,,,,,,,,,,,, +228,easy-thumbnails,SmileyChris/easy-thumbnails,django-utils,,https://github.com/SmileyChris/easy-thumbnails,https://github.com/SmileyChris/easy-thumbnails,BSD-3-Clause,2009-10-08 03:44:26.000,2023-11-16 15:03:47.000,2023-01-09 10:51:18,797.0,314,33.0,222.0,84.0,317.0,1352,Easy thumbnails for Django.,12568.0,10461.0,91.0,31,True,['django'],,2023-01-09 22:18:33.244,2.8.5,51.0,,138942.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2023-01-09 22:18:33.244,2107.0,138942.0,,,,2.0,,,,,,,,,,,,,,,,,, +229,Flask-HTTPAuth,miguelgrinberg/Flask-HTTPAuth,auth,,https://github.com/miguelgrinberg/Flask-HTTPAuth,https://github.com/miguelgrinberg/Flask-HTTPAuth,MIT,2013-05-18 05:10:52.000,2023-10-15 12:04:08.000,2023-10-15 12:03:34,184.0,220,24.0,54.0,9.0,101.0,1234,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",20407.0,18159.0,34.0,31,True,['flask'],1.0,2023-08-21 18:47:15.000,4.8.0,36.0,,575175.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023-04-27 09:56:10.209,2248.0,573705.0,https://anaconda.org/conda-forge/flask-httpauth,2023-06-16 13:24:13.070,130899.0,3.0,,,,,,,,,,,,,,,,,, +230,flask-limiter,alisaifee/flask-limiter,flask-utils,,https://github.com/alisaifee/flask-limiter,https://github.com/alisaifee/flask-limiter,MIT,2014-02-12 03:37:41.000,2024-01-03 15:06:52.000,2023-11-25 14:54:08,918.0,120,12.0,252.0,5.0,165.0,1059,Rate Limiting extension for Flask.,8658.0,8263.0,44.0,31,True,['flask'],4.0,2023-08-31 01:04:08.000,3.5.0,99.0,245.0,6042369.0,,flask-limiter,https://pypi.org/project/flask-limiter,2023-08-31 01:03:54.000,395.0,6042358.0,,,,2.0,,,,,,,,,,,,,,,,,, +231,pycurl,pycurl/pycurl,http-clients,,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,LGPL-2.1,2013-08-03 20:56:39.000,2024-01-05 08:44:32.000,2023-10-14 13:31:29,3333.0,288,46.0,468.0,14.0,349.0,1025,PycURL - Python interface to libcurl.,65063.0,60730.0,102.0,31,False,,2.0,2022-12-16 19:44:33.490,7.45.2,55.0,,958198.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2022-12-16 19:44:33.490,4333.0,921217.0,https://anaconda.org/conda-forge/pycurl,2023-06-16 16:15:06.468,2070961.0,3.0,,,,,,,,,,,,,,,,,, +232,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2023-06-16 13:18:16.196,2021-05-01 12:22:50,1418.0,256,22.0,253.0,66.0,234.0,917,Asset management for Python web development.,8470.0,6764.0,157.0,31,False,,,2017-01-08 13:48:21.000,0.12.1,14.0,,226834.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1706.0,226132.0,https://anaconda.org/conda-forge/webassets,2023-06-16 13:18:16.196,61782.0,3.0,,,,,,,,,,,,,,,,,, +233,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/pallets-eco/flask-debugtoolbar,https://github.com/pallets-eco/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000,2024-01-09 13:56:01.000,2023-12-20 16:35:17,324.0,139,21.0,110.0,35.0,86.0,909,A toolbar overlay for debugging Flask applications.,28270.0,25292.0,52.0,31,True,['flask'],24.0,2023-12-07 17:38:29.000,0.14.1,27.0,,129069.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2023-12-07 17:38:29.000,2978.0,127406.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2023-12-07 19:29:24.063,64879.0,2.0,,,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,, +234,markdown-it-py,executablebooks/markdown-it-py,markdown,,https://github.com/executablebooks/markdown-it-py,https://github.com/executablebooks/markdown-it-py,MIT,2020-03-25 11:10:01.000,2024-01-08 16:34:09.000,2023-12-19 08:55:28,314.0,61,18.0,231.0,27.0,53.0,572,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",76456.0,76029.0,28.0,31,True,,6.0,2023-06-03 06:43:00.637,3.0.0,42.0,,31536501.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2023-06-03 06:43:00.637,427.0,31457688.0,https://anaconda.org/conda-forge/markdown-it-py,2023-06-07 22:00:26.242,3625408.0,3.0,,,,,,,,,,,,,,,,,, +235,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2023-12-10 11:06:44.415,2023-12-09 20:46:29,515.0,155,8.0,25.0,1.0,209.0,443,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,47498.0,46673.0,1.0,31,True,,4.0,2023-12-09 20:50:02.000,2023.12.9,123.0,191.0,5719637.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2023-12-09 20:46:26.000,825.0,5625741.0,https://anaconda.org/conda-forge/tifffile,2023-12-10 11:06:44.415,4131021.0,3.0,,,,,,,,,,,,,,,,,, +236,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,BSD-3-Clause,2010-05-29 14:14:08.000,2023-11-30 03:15:36.990,2023-10-02 01:03:49,255.0,158,15.0,110.0,11.0,118.0,426,i18n and l10n support for Flask based on Babel and pytz.,20617.0,20550.0,42.0,31,True,['flask'],,2023-10-02 01:10:48.000,4.0.0,18.0,,2350482.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-10-02 01:10:48.000,67.0,2346593.0,https://anaconda.org/conda-forge/flask-babel,2023-11-30 03:15:36.990,159455.0,2.0,,,,,,,,,,,,,,,,,, +237,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/python-openapi/openapi-spec-validator,https://github.com/python-openapi/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000,2024-01-01 12:22:40.000,2023-12-20 22:37:30,495.0,60,9.0,212.0,33.0,76.0,295,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",6292.0,6042.0,38.0,31,True,,34.0,2023-10-13 11:43:38.000,0.7.1,38.0,,3355020.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2023-10-13 11:43:38.000,250.0,3343567.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023-10-14 14:27:38.498,481057.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-spec-validator,,, +238,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2023-09-11 03:53:49.000,2023-09-11 03:53:49,347.0,35,8.0,151.0,12.0,102.0,182,A modern CSS selector implementation for BeautifulSoup.,471567.0,468782.0,11.0,31,True,,,2023-09-02 12:47:29.000,2.5,45.0,,77809670.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2023-09-02 12:48:20.000,2785.0,77373417.0,https://anaconda.org/conda-forge/soupsieve,2023-09-05 15:57:57.854,17886390.0,2.0,,,,,,,,,,,,,,,,,, +239,pyspider,binux/pyspider,web-scraping,,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014-02-21 19:18:47.000,2023-07-05 17:04:26.000,2020-08-02 17:34:20,1181.0,3676,903.0,171.0,296.0,548.0,16157,A Powerful Spider(Web Crawler) System in Python.,363.0,331.0,62.0,30,False,,,2018-04-18 04:25:22.000,0.3.10,17.0,,1252.0,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,1252.0,,,,2.0,,,,,,,,,,,,,,,,,, +240,cookiecutter-django,cookiecutter/cookiecutter-django,django-utils,,https://github.com/cookiecutter/cookiecutter-django,https://github.com/cookiecutter/cookiecutter-django,BSD-3-Clause,2013-08-14 17:43:31.000,2024-01-11 14:01:08.000,2024-01-11 14:01:07,7081.0,2669,195.0,3548.0,97.0,1067.0,11224,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,24.0,23.0,403.0,30,True,['django'],150.0,2024-01-11 02:16:45.000,2024.01.10,100.0,,63.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,63.0,,,,3.0,,,,,,,,,,,,,,,,,, +241,dirsearch,maurosoria/dirsearch,web-scraping,,https://github.com/maurosoria/dirsearch,https://github.com/maurosoria/dirsearch,GPL-2.0,2013-04-30 15:57:40.000,2024-01-08 13:19:01.000,2024-01-05 23:32:09,2339.0,2172,311.0,797.0,57.0,474.0,10762,Web path scanner.,61.0,61.0,104.0,30,True,,28.0,2022-10-05 13:01:24.000,0.4.3,16.0,,2874.0,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,2874.0,,,,2.0,,,,,,,,,,,,,,,,,, +242,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2023-12-03 14:52:00.000,2023-10-13 03:30:58,586.0,435,74.0,104.0,104.0,189.0,6234,Preview GitHub README.md files locally before committing them.,1755.0,1605.0,40.0,30,True,,,2023-10-12 05:07:59.000,4.6.2,27.0,,23156.0,,grip,https://pypi.org/project/grip,2023-10-12 05:07:59.000,150.0,23156.0,,,,3.0,,,,,,,,,,,,,,,,,, +243,apistar,encode/apistar,openapi-utils,,https://github.com/encode/apistar,https://github.com/encode/apistar,BSD-3-Clause,2017-03-17 15:42:12.000,2023-11-30 00:45:19.885,2021-08-31 09:48:33,768.0,409,168.0,374.0,59.0,289.0,5590,The Web API toolkit.,926.0,756.0,91.0,30,False,['openapi'],,2023-11-30 00:45:19.885,0.1.0,95.0,,7632.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2023-11-30 00:45:19.885,170.0,5789.0,https://anaconda.org/conda-forge/apistar,2023-06-16 16:08:51.994,127214.0,3.0,,,,,,,,,,,,,,,,,, +244,responder,taoufik07/responder,web-frameworks,,https://github.com/kennethreitz/responder,https://github.com/kennethreitz/responder,Apache-2.0,2018-10-09 11:15:00.000,2024-01-11 16:23:53.000,2024-01-11 16:23:51,1115.0,217,93.0,288.0,54.0,171.0,3576,A familiar HTTP Service Framework for Python.,622.0,553.0,90.0,30,True,,120.0,2021-01-08 08:35:11.365,2.0.7,48.0,,3908.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021-01-08 08:35:11.365,69.0,2571.0,https://anaconda.org/conda-forge/responder,2023-06-16 16:12:56.673,82954.0,3.0,,,,,,,,,,,,,,,kennethreitz/responder,,, +245,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2023-10-31 15:38:08.000,2023-05-18 17:18:52,561.0,483,56.0,200.0,246.0,164.0,3430,Easy OpenAPI specs and Swagger UI for your Flask API.,12752.0,12380.0,110.0,30,True,['flask'],,2020-08-01 15:28:10.000,0.9.5,54.0,517.0,318085.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,372.0,316386.0,https://anaconda.org/conda-forge/flasgger,2023-06-16 13:23:54.649,127065.0,3.0,,,,,,,,,,,,,,,,,, +246,factory_boy,FactoryBoy/factory_boy,testing,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2023-12-29 17:39:35.000,2023-12-21 13:05:26,996.0,378,41.0,492.0,195.0,395.0,3288,A test fixtures replacement for Python.,843.0,,129.0,30,True,['django'],4.0,2023-07-19 09:04:00.000,3.3.0,43.0,,2739578.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2023-07-19 09:04:00.000,843.0,2736078.0,https://anaconda.org/conda-forge/factory_boy,2023-07-19 13:42:09.417,140038.0,2.0,,,,,,,,,,,,,,,,,, +247,robyn,sansyrox/robyn,web-frameworks,,https://github.com/sparckles/Robyn,https://github.com/sparckles/Robyn,BSD-2-Clause,2021-06-18 09:32:00.000,2024-01-10 16:55:50.196,2024-01-09 23:07:27,500.0,161,26.0,372.0,126.0,223.0,3194,"Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.",53.0,52.0,58.0,30,True,,67.0,2024-01-10 00:52:31.000,0.51.0,99.0,,15885.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2024-01-10 00:07:31.000,1.0,11467.0,https://anaconda.org/conda-forge/robyn,2024-01-10 16:55:50.196,123728.0,3.0,,,,,,,,,,,,,,,sparckles/Robyn,,, +248,twitter,python-twitter-tools/twitter,third-party-apis,,https://github.com/python-twitter-tools/twitter,https://github.com/python-twitter-tools/twitter,MIT,2008-12-15 21:11:26.000,2022-10-26 21:06:08.000,2022-10-26 21:06:08,751.0,776,162.0,171.0,51.0,239.0,3085,Python Twitter API.,5255.0,4199.0,94.0,30,False,,,2022-09-19 22:45:26.007,1.19.6,60.0,,15934.0,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,1056.0,15934.0,,,,3.0,,,,,,,,,,,,,,,,,, +249,python-oauth2,joestump/python-oauth2,auth,,https://github.com/joestump/python-oauth2,https://github.com/joestump/python-oauth2,MIT,2009-10-21 17:21:07.000,2023-06-16 13:23:13.681,2018-02-12 06:35:04,352.0,1047,219.0,114.0,76.0,81.0,2985,"A fully tested, abstract interface to creating OAuth clients and servers.",11173.0,11077.0,42.0,30,False,,,2019-06-28 17:57:45.000,1.1.1,13.0,,166956.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,165808.0,https://anaconda.org/conda-forge/python-oauth2,2023-06-16 13:23:13.681,89596.0,3.0,,,,,,,,,,,,,,,,,, +250,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2023-06-16 13:19:46.257,2020-10-09 23:49:59,186.0,523,83.0,96.0,185.0,80.0,2773,A Pythonic wrapper for the Wikipedia API.,54836.0,53657.0,23.0,30,False,,,2014-11-15 15:59:49.000,1.4.0,20.0,,227603.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1179.0,226088.0,https://anaconda.org/conda-forge/wikipedia,2023-06-16 13:19:46.257,125814.0,3.0,,,,,,,,,,,,,,,,,, +251,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2023-10-19 14:23:22.000,2023-10-19 14:23:22,215.0,304,52.0,66.0,5.0,85.0,2734,Python One-Time Password Library.,13586.0,12946.0,43.0,30,True,,1.0,2023-07-27 23:41:01.000,2.9.0,24.0,279.0,4034366.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,640.0,4033144.0,https://anaconda.org/conda-forge/pyotp,2023-07-28 02:07:25.779,50018.0,3.0,,,,,,,,,,,,,,,,,, +252,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,BSD-3-Clause,2014-08-14 13:26:03.000,2023-06-16 13:23:51.607,2020-01-13 15:25:46,731.0,510,106.0,250.0,371.0,254.0,2722,"Fully featured framework for fast, easy and documented API development with Flask.",14704.0,13730.0,89.0,30,False,['flask'],,2019-08-12 21:51:40.000,0.13.0,35.0,,136950.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,974.0,134309.0,https://anaconda.org/conda-forge/flask-restplus,2023-06-16 13:23:51.607,229848.0,3.0,,,,,,,,,,,,,,,,,, +253,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2023-12-28 20:57:01.000,2022-11-06 10:12:00,297.0,252,61.0,75.0,135.0,123.0,2346,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,13985.0,13801.0,29.0,30,False,,,,,48.0,,604200.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,184.0,602854.0,https://anaconda.org/conda-forge/js2py,2023-06-16 19:19:20.466,59251.0,3.0,,,,,,,,,,,,,,,,,, +254,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010-05-31 14:03:48.000,2023-12-21 09:38:18.000,2023-12-21 09:38:15,346.0,296,44.0,144.0,26.0,155.0,2292,Django friendly finite state machine support.,1880.0,1547.0,69.0,30,True,['django'],5.0,2022-08-15 10:47:37.550,2.8.1,23.0,,219799.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2022-08-15 10:47:37.550,333.0,219475.0,https://anaconda.org/conda-forge/django-fsm,2023-06-16 13:21:26.721,24950.0,3.0,,,,,,,,,,,,,,,,,, +255,django-activity-stream,justquick/django-activity-stream,django-utils,,https://github.com/justquick/django-activity-stream,https://github.com/justquick/django-activity-stream,BSD-3-Clause,2010-02-24 21:16:51.000,2023-12-18 00:27:01.000,2023-10-04 07:44:51,941.0,495,75.0,227.0,17.0,289.0,2277,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1473.0,1137.0,113.0,30,True,['django'],,2023-10-04 07:51:20.000,2.0.0,41.0,9.0,44080.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,2023-10-04 07:51:20.000,336.0,44080.0,,,,3.0,,,,,,,,,,,,,,,,,, +256,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2024-01-01 18:58:52.000,2024-01-01 18:58:51,417.0,243,46.0,172.0,43.0,269.0,2183,Django Channels HTTP/WebSocket server.,784.0,,68.0,30,True,['django'],3.0,2022-10-07 13:19:03.413,4.0.0,57.0,,558663.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2022-10-07 13:19:03.413,784.0,554824.0,https://anaconda.org/conda-forge/daphne,2023-06-16 19:18:51.620,172778.0,3.0,,,,,,,,,,,,,,,,,, +257,shortuuid,skorokithakis/shortuuid,url-utils,,https://github.com/skorokithakis/shortuuid,https://github.com/skorokithakis/shortuuid,BSD-3-Clause,2011-01-08 13:00:43.000,2023-06-16 16:09:52.924,2023-02-25 23:08:33,172.0,109,28.0,39.0,,61.0,1953,"A generator library for concise, unambiguous and URL-safe UUIDs.",22725.0,21561.0,33.0,30,True,,,2022-11-13 22:15:36.662,1.0.11,24.0,,3193508.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2022-11-13 22:15:36.662,1164.0,3186842.0,https://anaconda.org/conda-forge/shortuuid,2023-06-16 16:09:52.924,426668.0,2.0,,,,,,,,,,,,,,,,,, +258,django-braces,brack3t/django-braces,django-utils,,https://github.com/brack3t/django-braces,https://github.com/brack3t/django-braces,BSD-3-Clause,2012-03-02 20:02:51.000,2023-06-16 13:18:43.744,2021-11-18 21:51:43,693.0,218,55.0,173.0,11.0,125.0,1932,"Reusable, generic mixins for Django.",18923.0,14962.0,77.0,30,False,['django'],,2021-11-05 21:41:41.000,1.15.0,31.0,,177361.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3961.0,176880.0,https://anaconda.org/conda-forge/django-braces,2023-06-16 13:18:43.744,37048.0,3.0,,,,,,,,,,,,,,,,,, +259,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2023-06-16 13:20:59.998,2021-07-16 22:33:17,853.0,405,102.0,222.0,26.0,306.0,1854,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",8024.0,6867.0,103.0,30,False,,,2021-07-16 22:38:58.000,3.9.1,61.0,,93363.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1157.0,90045.0,https://anaconda.org/conda-forge/twython,2023-06-16 13:20:59.998,265450.0,3.0,,,,,,,,,,,,,,,,,, +260,django-constance,jazzband/django-constance,django-utils,,https://github.com/jazzband/django-constance,https://github.com/jazzband/django-constance,BSD-3-Clause,2010-09-20 12:42:29.000,2024-01-03 02:06:52.000,2024-01-03 02:06:48,639.0,306,35.0,258.0,33.0,247.0,1632,Dynamic Django settings.,2179.0,1899.0,140.0,30,True,['django'],2.0,2023-08-21 21:35:43.000,3.1.0,31.0,,190190.0,,django-constance,https://pypi.org/project/django-constance,2023-08-21 21:35:43.000,280.0,190190.0,,,,3.0,,,,,,,,,,,,,,,,,, +261,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014-03-12 15:13:32.000,2023-06-16 13:18:03.732,2020-07-03 04:29:16,356.0,257,56.0,94.0,30.0,61.0,1620,Full-featured Python interface for the Slack API.,4102.0,3045.0,45.0,30,False,,,2020-02-15 09:06:13.000,0.14.0,57.0,,694147.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1057.0,689516.0,https://anaconda.org/conda-forge/slacker,2023-06-16 13:18:03.732,421481.0,3.0,,,,,,,,,,,,,,,,,, +262,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/mattupstate/flask-security,https://github.com/mattupstate/flask-security,MIT,2012-03-07 19:44:05.000,2023-11-15 14:07:04.000,2020-04-23 15:22:46,932.0,506,67.0,351.0,173.0,397.0,1617,Quick and simple security for Flask applications.,8802.0,7448.0,128.0,30,False,['flask'],,2017-06-14 13:28:38.000,3.0.0,26.0,,41175.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1354.0,40672.0,https://anaconda.org/conda-forge/flask-security,2023-06-16 13:21:48.371,40810.0,2.0,,,,,,,,,,,,,,,,,, +263,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009-03-08 11:23:29.000,2024-01-10 04:56:18.000,2024-01-10 04:56:14,983.0,237,61.0,135.0,72.0,341.0,1479,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,2478.0,2121.0,84.0,30,True,,4.0,2023-02-22 03:48:42.000,5.3.1,28.0,414.0,375729.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2023-02-22 03:46:11.845,357.0,356674.0,https://anaconda.org/conda-forge/rpyc,2023-06-16 19:21:36.467,761953.0,2.0,,,,,,,,,,,,,,,,,, +264,django-angular,jrief/django-angular,django-utils,,https://github.com/jrief/django-angular,https://github.com/jrief/django-angular,MIT,2013-03-11 09:12:53.000,2023-11-13 22:42:39.000,2023-11-13 22:34:00,1536.0,297,79.0,174.0,22.0,183.0,1235,Let AngularJS play well with Django.,890.0,648.0,66.0,30,True,['django'],2.0,2023-11-13 22:42:39.000,2.3.1,56.0,,8978.0,,django-angular,https://pypi.org/project/django-angular,2023-11-13 22:42:39.000,242.0,8978.0,,,,3.0,,,,,,,,,,,,,,,,,, +265,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2023-07-24 09:17:20.000,2020-02-22 08:36:44,368.0,273,36.0,107.0,12.0,152.0,1156,A reusable Django model field for storing ad-hoc JSON data.,14844.0,12507.0,51.0,30,False,['django'],,2020-02-22 08:42:29.000,3.1.0,34.0,126.0,356499.0,,jsonfield,https://pypi.org/project/jsonfield,2020-02-22 08:42:29.000,2337.0,356498.0,,,,3.0,,,,,,,,,,,,,,,,,, +266,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2023-10-16 19:56:49.681,2023-10-16 17:30:31,94.0,76,41.0,47.0,9.0,42.0,1148,Fast HTTP parser.,73556.0,72955.0,16.0,30,True,,4.0,2023-10-16 17:41:35.000,0.6.1,22.0,,6784735.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2023-10-16 17:41:35.000,601.0,6769905.0,https://anaconda.org/conda-forge/httptools,2023-10-16 19:56:49.681,578408.0,3.0,,,,,,,,,,,,,,,,,, +267,django-waffle,django-waffle/django-waffle,django-utils,,https://github.com/django-waffle/django-waffle,https://github.com/django-waffle/django-waffle,BSD-3-Clause,2011-01-23 17:42:09.000,2023-12-11 13:06:40.000,2023-12-11 08:11:51,431.0,258,22.0,291.0,41.0,165.0,1041,A feature flipper for Django.,1645.0,1297.0,118.0,30,True,['django'],3.0,2023-12-11 08:14:37.000,4.1.0,48.0,,318874.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2023-12-11 08:14:37.000,348.0,318474.0,https://anaconda.org/conda-forge/django-waffle,2023-07-31 15:13:53.926,16000.0,3.0,,,,,,,,,,,,,,,,,, +268,django-rosetta,mbi/django-rosetta,django-utils,,https://github.com/mbi/django-rosetta,https://github.com/mbi/django-rosetta,MIT,2011-06-16 09:19:42.000,2023-12-13 11:45:55.000,2023-12-13 11:45:49,559.0,193,29.0,131.0,45.0,110.0,982,Rosetta is a Django application that eases the translation process of your Django projects.,3534.0,2922.0,81.0,30,True,['django'],11.0,2023-12-04 16:00:01.000,0.10.0,37.0,,68551.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2023-12-04 16:00:01.000,612.0,68337.0,https://anaconda.org/conda-forge/django-rosetta,2023-06-16 19:21:07.393,9000.0,3.0,,,,,,,,,,,,,,,,,, +269,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2024-01-08 08:45:13.000,2023-12-26 10:37:50,1090.0,188,27.0,312.0,41.0,556.0,970,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",554.0,530.0,61.0,30,True,,16.0,2023-12-26 09:31:28.000,2.7.1,180.0,,187735.0,,tavern,https://pypi.org/project/tavern,2023-12-26 09:31:28.000,24.0,187735.0,,,,2.0,,,,,,,,,,,,,,,,,, +270,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,Apache-2.0,2013-12-29 21:19:08.000,2023-10-23 08:15:17.000,2023-10-12 10:44:51,597.0,182,21.0,191.0,90.0,115.0,967,A toolbelt of useful classes and functions to be used with python-requests.,1032.0,,69.0,30,True,,,2023-05-01 04:12:06.235,1.0.0,21.0,,49396812.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,1032.0,49362983.0,https://anaconda.org/conda-forge/requests-toolbelt,2023-06-16 13:16:20.351,3179978.0,3.0,,,,,,,,,,,,,,,,,, +271,openapi-python-client,openapi-generators/openapi-python-client,openapi-utils,,https://github.com/openapi-generators/openapi-python-client,https://github.com/openapi-generators/openapi-python-client,MIT,2020-02-15 19:33:46.000,2024-01-10 20:47:50.000,2024-01-10 20:44:17,702.0,188,15.0,521.0,48.0,284.0,934,Generate modern Python clients from OpenAPI.,803.0,794.0,57.0,30,True,['openapi'],48.0,2024-01-04 01:17:15.000,0.17.1,70.0,,201594.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2024-01-04 01:17:12.000,9.0,200777.0,https://anaconda.org/conda-forge/openapi-python-client,2024-01-01 02:20:32.678,23708.0,3.0,,,,,,,,,,,,,,,,,, +272,flask-mongoengine,MongoEngine/flask-mongoengine,flask-utils,,https://github.com/MongoEngine/flask-mongoengine,https://github.com/MongoEngine/flask-mongoengine,BSD-3-Clause,2012-05-15 11:33:26.000,2023-12-28 10:16:52.000,2022-08-16 14:02:03,969.0,251,29.0,269.0,42.0,236.0,835,MongoEngine flask extension with WTF model forms support.,10709.0,9292.0,90.0,30,False,['flask'],,2020-11-21 06:02:04.000,1.0.0,21.0,,87551.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1417.0,87551.0,,,,2.0,,,,,,,,,,,,,,,,,, +273,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2024-01-10 17:04:35.000,2024-01-08 23:51:38,2836.0,129,38.0,533.0,91.0,99.0,825,werkzeug + twisted.web.,2200.0,1806.0,56.0,30,True,,79.0,2023-12-22 16:29:38.000,23.12.0,25.0,,45560.0,,klein,https://pypi.org/project/klein,2023-12-22 16:29:38.000,394.0,45560.0,,,,3.0,,,,,,,,,,,,,,,,,, +274,django-formtools,jazzband/django-formtools,forms,,https://github.com/jazzband/django-formtools,https://github.com/jazzband/django-formtools,BSD-3-Clause,2014-10-05 15:18:45.000,2024-01-08 17:35:56.000,2023-12-19 10:25:09,358.0,131,28.0,130.0,71.0,76.0,714,A set of high-level abstractions for Django forms.,11010.0,9787.0,73.0,30,True,['django'],13.0,2023-12-19 10:30:02.000,2.5.1,8.0,,370912.0,,django-formtools,https://pypi.org/project/django-formtools,2023-12-19 10:30:02.000,1223.0,370912.0,,,,3.0,,,,,,,,,,,,,,,,,, +275,flask-session,fengsp/flask-session,flask-utils,,https://github.com/pallets-eco/flask-session,https://github.com/pallets-eco/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000,2024-01-10 06:25:07.000,2023-11-12 06:21:35,93.0,206,22.0,88.0,41.0,77.0,470,Server side session extension for Flask.,36048.0,34944.0,12.0,30,True,['flask'],5.0,2023-05-11 18:45:02.000,0.5.0,12.0,23.0,3282565.0,,flask-session,https://pypi.org/project/flask-session,2023-05-11 18:45:00.315,1104.0,3282563.0,,,,2.0,,,,,,,,,,,,,,,pallets-eco/flask-session,,, +276,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/python-openapi/openapi-core,https://github.com/python-openapi/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000,2024-01-09 16:10:55.000,2024-01-09 16:10:52,1180.0,119,10.0,521.0,66.0,155.0,259,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,530.0,489.0,61.0,30,True,,107.0,2023-11-06 13:30:26.000,0.18.2,64.0,,193885.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2023-11-22 21:47:25.000,41.0,193397.0,https://anaconda.org/conda-forge/openapi-core,2023-11-06 17:06:53.103,16112.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-core,,, +277,coursera-dl,coursera-dl/coursera-dl,third-party-apis,,https://github.com/coursera-dl/coursera-dl,https://github.com/coursera-dl/coursera-dl,LGPL-3.0,2012-03-21 21:07:15.000,2023-10-09 02:21:52.000,2021-02-12 03:30:48,1131.0,2175,326.0,219.0,204.0,461.0,9201,Script for downloading Coursera.org videos and naming them.,244.0,230.0,85.0,29,False,,,2019-12-16 21:11:03.021,0.11.5,12.0,,1170.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018-06-03 08:31:25.000,14.0,920.0,https://anaconda.org/conda-forge/coursera-dl,2023-06-16 13:14:45.566,21563.0,3.0,,,,,,,,,,,,,,,,,, +278,Google Images Download,hardikvasa/google-images-download,third-party-apis,,https://github.com/hardikvasa/google-images-download,https://github.com/hardikvasa/google-images-download,MIT,2015-03-28 16:50:28.000,2023-12-05 15:06:53.000,2019-05-21 18:24:10,156.0,2015,200.0,103.0,130.0,170.0,8449,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,109.0,,38.0,29,False,,,2019-05-21 18:28:03.000,2.8.0,40.0,,7488.0,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,7488.0,,,,3.0,,,,,,,,,,,,,,,,,, +279,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2023-12-12 13:43:01.000,2023-12-12 13:41:30,961.0,360,54.0,63.0,28.0,197.0,4227,Write interactive web app in script way.,1450.0,1433.0,19.0,29,True,,4.0,2023-10-30 13:40:38.000,1.8.3,34.0,,8327.0,,pywebio,https://pypi.org/project/pywebio,2023-10-30 13:40:38.000,17.0,8327.0,,,,2.0,,,,,,,,,,,,,,,,,, +280,python-goose,grangier/python-goose,web-scraping,,https://github.com/grangier/python-goose,https://github.com/grangier/python-goose,Apache-2.0,2012-01-08 20:52:44.000,2023-12-27 19:59:56.000,2015-03-29 14:04:10,482.0,790,203.0,116.0,107.0,92.0,3920,"Html Content / Article Extractor, web scrapping lib in Python.",248.0,219.0,35.0,29,False,,,2023-12-27 19:59:56.000,3.1.18,29.0,,29581.0,,goose3,https://pypi.org/project/goose3,2023-12-27 19:59:56.000,29.0,29581.0,,,,2.0,,,,,,,,,,,,,,,,,, +281,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2024-01-08 05:25:59.000,2024-01-08 05:06:41,1736.0,318,76.0,531.0,240.0,424.0,3735,The lektor static file content management system.,531.0,442.0,94.0,29,True,,17.0,2023-05-06 02:07:29.000,3.3.10,46.0,7129.0,2371.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2024-01-08 05:25:59.000,89.0,1525.0,https://anaconda.org/conda-forge/lektor,2023-06-04 00:07:49.844,67254.0,3.0,,,,,,,,,,,,,,,,,, +282,sync-engine,nylas/sync-engine,email,,https://github.com/nylas/sync-engine,https://github.com/nylas/sync-engine,AGPL-3.0,2014-01-15 18:18:17.000,2024-01-04 21:29:39.000,2017-03-08 18:34:10,4395.0,372,180.0,142.0,69.0,263.0,3511,IMAP/SMTP sync system with modern APIs.,10.0,,79.0,29,False,,,2023-08-02 00:58:49.000,5.14.1,69.0,,117337.0,,nylas,https://pypi.org/project/nylas,2024-01-04 21:29:39.000,10.0,117337.0,,,,1.0,,,,,,,,,,,,,,,,,, +283,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2023-06-16 16:18:42.921,2022-09-28 20:43:53,295.0,270,54.0,44.0,102.0,127.0,2553,Send email in Python conveniently for gmail using yagmail.,4254.0,3785.0,32.0,29,False,,,2022-09-19 15:58:02.665,0.15.293,107.0,,162777.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,469.0,162133.0,https://anaconda.org/conda-forge/yagmail,2023-06-16 16:18:42.921,32867.0,1.0,,,,,,,,,,,,,,,,,, +284,django-suit,darklow/django-suit,admin-ui,,https://github.com/darklow/django-suit,https://github.com/darklow/django-suit,AFL-3.0,2013-02-17 11:59:33.000,2023-04-15 10:49:38.000,2022-11-29 19:37:09,766.0,677,118.0,168.0,298.0,353.0,2275,Modern theme for Django admin interface.,4198.0,3158.0,60.0,29,False,['django'],,2019-10-02 08:36:30.000,0.2.28,47.0,,61159.0,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,1040.0,61159.0,,,,2.0,,,,,,,,,,,,,,,,,, +285,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/chrisclark/django-sql-explorer,https://github.com/chrisclark/django-sql-explorer,MIT,2013-12-22 20:58:37.000,2024-01-11 16:32:27.000,2024-01-11 16:32:00,922.0,341,70.0,296.0,28.0,255.0,2177,Easily share data across your company via SQL queries. From Grove Collab.,465.0,390.0,100.0,29,True,['django'],34.0,2023-07-13 02:55:52.586,3.2.1,37.0,,39711.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2023-07-13 02:55:52.586,75.0,39711.0,,,,3.0,,,,,,,,,,,,,,,chrisclark/django-sql-explorer,,, +286,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2024-01-08 14:07:20.000,2024-01-01 00:25:36,4071.0,130,63.0,357.0,49.0,360.0,2111,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,588.0,510.0,87.0,29,True,,27.0,2024-01-01 00:32:14.000,4.19.0,311.0,,1964.0,,masonite,https://pypi.org/project/masonite,2024-01-01 00:32:14.000,78.0,1964.0,,,,3.0,,,,,,,,,,,,,,,,,, +287,django-q,Koed00/django-q,django-utils,,https://github.com/Koed00/django-q,https://github.com/Koed00/django-q,MIT,2015-06-14 12:37:08.000,2023-09-27 21:50:07.000,2021-06-26 12:04:16,1246.0,240,51.0,310.0,316.0,149.0,1782,A multiprocessing distributed task queue for Django.,1628.0,1548.0,62.0,29,False,['django'],,2021-06-27 12:04:53.000,1.3.9,78.0,,49580.0,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,80.0,49580.0,,,,3.0,,,,,,,,,,,,,,,,,, +288,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/jazzband/django-polymorphic,https://github.com/jazzband/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2024-01-08 17:36:08.000,2023-12-30 18:07:42,887.0,269,30.0,239.0,149.0,180.0,1521,Improved Django model inheritance with automatic downcasting.,186.0,,113.0,29,True,['django'],33.0,2021-11-18 11:55:38.000,3.1.0,40.0,,247648.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,186.0,246965.0,https://anaconda.org/conda-forge/django_polymorphic,2023-06-16 13:15:49.260,63591.0,3.0,,,,,,,,,,,,,,,jazzband/django-polymorphic,,, +289,notion-sdk-py,ramnes/notion-sdk-py,third-party-apis,,https://github.com/ramnes/notion-sdk-py,https://github.com/ramnes/notion-sdk-py,MIT,2021-05-13 20:17:52.000,2024-01-09 19:29:27.000,2023-12-28 11:31:10,202.0,118,25.0,62.0,6.0,76.0,1442,"The official Notion API client library, but rewritten in Python! (sync + async).",787.0,739.0,28.0,29,True,,23.0,2023-12-28 11:35:57.000,2.2.1,16.0,,262886.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2023-12-28 11:31:34.000,48.0,262654.0,https://anaconda.org/conda-forge/notion-client,2023-06-16 19:27:59.196,6055.0,3.0,,,,,,,,,,,,,,,,,, +290,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014-02-15 12:27:34.000,2023-12-06 20:18:32.000,2023-12-06 17:10:57,292.0,182,47.0,98.0,14.0,54.0,1409,Browsable web APIs for Flask.,6834.0,6137.0,35.0,29,True,['flask'],8.0,2023-06-05 16:50:54.000,3.1,33.0,,86690.0,,flask-api,https://pypi.org/project/flask-api,2023-06-05 16:50:38.084,697.0,86690.0,,,,2.0,,,,,,,,,,,,,,,,,, +291,python-user-agents,selwin/python-user-agents,others,,https://github.com/selwin/python-user-agents,https://github.com/selwin/python-user-agents,MIT,2013-01-05 00:44:11.000,2023-06-16 13:16:51.489,2023-02-16 01:51:50,146.0,201,38.0,52.0,44.0,33.0,1398,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",7984.0,7466.0,32.0,29,True,,,2020-08-23 06:05:26.000,2.2.0,12.0,,2411022.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,518.0,2410516.0,https://anaconda.org/conda-forge/user-agents,2023-06-16 13:16:51.489,45106.0,3.0,,,,,,,,,,,,,,,,,, +292,django-extra-views,AndrewIngram/django-extra-views,django-utils,,https://github.com/AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views,MIT,2011-05-16 21:47:47.000,2023-11-21 19:24:58.000,2023-06-19 20:00:13,463.0,175,61.0,122.0,17.0,128.0,1356,"Djangos class-based generic views are awesome, lets have more of them.",2684.0,2162.0,61.0,29,True,['django'],,2021-06-09 09:02:36.000,0.14.0,26.0,,60675.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,522.0,60675.0,,,,3.0,,,,,,,,,,,,,,,,,, +293,django-countries,SmileyChris/django-countries,django-utils,,https://github.com/SmileyChris/django-countries,https://github.com/SmileyChris/django-countries,MIT,2013-06-21 20:02:58.000,2024-01-11 15:45:59.000,2023-08-27 01:42:59,689.0,264,20.0,155.0,31.0,255.0,1334,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",1558.0,,54.0,29,True,['django'],,2023-02-02 20:54:56.568,7.3.2,66.0,,414693.0,,django-countries,https://pypi.org/project/django-countries,2023-02-02 20:54:56.568,1558.0,414693.0,,,,3.0,,,,,,,,,,,,,,,,,, +294,django-organizations,bennylope/django-organizations,django-utils,,https://github.com/bennylope/django-organizations,https://github.com/bennylope/django-organizations,BSD-2-Clause,2012-02-02 02:38:49.000,2023-12-19 18:50:11.000,2023-12-19 18:39:33,745.0,199,37.0,107.0,13.0,137.0,1200,Multi-user accounts for Django projects.,307.0,270.0,49.0,29,True,['django'],14.0,2023-11-23 14:43:29.000,2.3.1,55.0,,26914.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2023-11-23 14:43:29.000,37.0,26782.0,https://anaconda.org/conda-forge/django-organizations,2023-06-16 19:19:26.379,5826.0,3.0,,,,,,,,,,,,,,,,,, +295,imdbpy,alberanid/imdbpy,third-party-apis,,https://github.com/cinemagoer/cinemagoer,https://github.com/cinemagoer/cinemagoer,GPL-2.0,2010-08-01 17:34:24.000,2023-12-04 15:17:45.000,2023-12-04 15:17:21,2005.0,339,48.0,142.0,68.0,259.0,1162,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,126.0,,78.0,29,True,,6.0,2023-05-01 13:48:42.000,2023.05.01,45.0,382.0,10851158.0,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,126.0,10851147.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,, +296,hyper,python-hyper/hyper,http-clients,,https://github.com/python-hyper/hyper,https://github.com/python-hyper/hyper,MIT,2014-01-23 07:53:47.000,2023-06-16 16:07:33.511,2021-01-12 18:36:50,1415.0,226,43.0,195.0,101.0,167.0,1050,HTTP/2 for Python.,1355.0,1227.0,43.0,29,False,,,2020-08-02 14:24:39.000,0.5.0,18.0,187.0,150310.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,128.0,150018.0,https://anaconda.org/conda-forge/hyper,2023-06-16 16:07:33.511,21011.0,3.0,,,,,,,,,,,,,,,,,, +297,django-configurations,jazzband/django-configurations,django-utils,,https://github.com/jazzband/django-configurations,https://github.com/jazzband/django-configurations,BSD-3-Clause,2012-07-21 13:56:20.000,2023-12-01 21:34:43.000,2023-11-30 09:53:39,490.0,139,22.0,179.0,57.0,152.0,1037,A helper for organizing Django project settings by relying on well established programming patterns.,3553.0,2886.0,66.0,29,True,['django'],4.0,2023-11-30 10:00:09.000,2.5.1,24.0,,175134.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2023-10-21 09:54:06.000,667.0,174351.0,https://anaconda.org/conda-forge/django-configurations,2023-10-21 12:00:06.961,30573.0,3.0,,,,,,,,,,,,,,,,,, +298,parsel,scrapy/parsel,web-scraping,,https://github.com/scrapy/parsel,https://github.com/scrapy/parsel,BSD-3-Clause,2015-04-24 15:53:36.000,2023-10-05 21:13:48.000,2023-10-05 21:13:48,772.0,133,36.0,179.0,36.0,79.0,1037,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,32497.0,30873.0,49.0,29,True,,,2023-04-18 13:48:20.000,1.8.1,22.0,,1019507.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2023-04-18 13:42:01.626,1624.0,1015227.0,https://anaconda.org/conda-forge/parsel,2023-06-16 19:18:48.857,192620.0,2.0,,,,,,,,,,,,,,,,,, +299,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/jazzband/django-rest-knox,https://github.com/jazzband/django-rest-knox,MIT,2015-09-09 14:52:23.000,2024-01-08 17:36:14.000,2023-10-17 11:18:41,408.0,193,22.0,179.0,52.0,95.0,1029,Authentication Module for django rest auth.,10478.0,10295.0,51.0,29,True,['django'],3.0,2022-01-31 17:42:28.000,4.2.0,25.0,,102329.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,183.0,102329.0,,,,3.0,,,,,,,,,,,,,,,jazzband/django-rest-knox,,, +300,livereload,lepture/python-livereload,servers,,https://github.com/lepture/python-livereload,https://github.com/lepture/python-livereload,BSD-3-Clause,2012-05-03 16:38:39.000,2023-11-22 17:43:57.000,2023-07-29 13:20:56,391.0,150,30.0,119.0,53.0,103.0,997,livereload server in python.,1675.0,,59.0,29,True,,,2020-08-22 15:34:54.000,2.6.3,31.0,,517781.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1675.0,512671.0,https://anaconda.org/conda-forge/livereload,2023-06-16 13:15:58.931,475238.0,3.0,,,,,,,,,,,,,,,,,, +301,flask-dance,singingwolfboy/flask-dance,auth,,https://github.com/singingwolfboy/flask-dance,https://github.com/singingwolfboy/flask-dance,MIT,2014-09-09 11:53:06.000,2024-01-11 15:17:34.000,2024-01-04 23:43:21,626.0,155,20.0,222.0,41.0,168.0,970,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",4114.0,3949.0,56.0,29,True,['flask'],3.0,2024-01-04 23:39:16.000,7.0.1,51.0,,54292.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2024-01-04 23:39:16.000,165.0,51714.0,https://anaconda.org/conda-forge/flask-dance,2023-09-13 17:12:10.238,10313.0,3.0,,,,,,,,,,,,,,,,,, +302,django-dbbackup,jazzband/django-dbbackup,django-utils,,https://github.com/jazzband/django-dbbackup,https://github.com/jazzband/django-dbbackup,BSD-3-Clause,2014-12-29 02:39:34.000,2024-01-08 17:35:57.000,2022-12-12 10:26:16,471.0,214,23.0,221.0,82.0,209.0,841,Management commands to help backup and restore your project database and media files.,1887.0,1726.0,64.0,29,False,['django'],,2022-09-28 00:30:54.478,4.0.2,44.0,,61720.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,2022-09-28 00:30:54.478,161.0,61720.0,,,,3.0,,,,,,,,,,,,,,,,,, +303,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2024-01-04 23:14:06.000,2024-01-04 23:14:06,680.0,76,14.0,41.0,50.0,91.0,837,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,6201.0,6137.0,58.0,29,True,,31.0,2023-07-08 17:39:01.028,0.14.4,50.0,,691983.0,,hypercorn,https://pypi.org/project/hypercorn,2023-07-08 17:39:01.028,64.0,691983.0,,,,3.0,,,,,,,,,,,,,,,,,, +304,flask-marshmallow,marshmallow-code/flask-marshmallow,flask-utils,,https://github.com/marshmallow-code/flask-marshmallow,https://github.com/marshmallow-code/flask-marshmallow,MIT,2014-04-25 23:35:09.000,2024-01-10 02:53:14.000,2024-01-10 02:53:13,361.0,56,16.0,163.0,27.0,87.0,825,Flask + marshmallow for beautiful APIs.,28063.0,27240.0,21.0,29,True,['flask'],9.0,2023-04-05 17:20:02.044,0.15.0,19.0,,443030.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2023-04-05 17:20:02.044,823.0,442004.0,https://anaconda.org/conda-forge/flask-marshmallow,2023-06-16 13:23:42.076,89304.0,2.0,,,,,,,,,,,,,,,,,, +305,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,BSD-3-Clause,2014-11-01 14:15:37.000,2023-12-08 19:17:13.000,2023-12-08 19:11:10,451.0,151,22.0,106.0,49.0,117.0,807,Comprehensive Markdown plugin built for Django.,2565.0,2443.0,36.0,29,True,['django'],20.0,2023-12-08 19:16:52.000,4.0.7,61.0,,25749.0,,django-markdownx,https://pypi.org/project/django-markdownx,2023-12-08 19:16:52.000,122.0,25749.0,,,,3.0,,,,,,,,,,,,,,,,,, +306,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,Apache-2.0,2019-10-08 12:49:08.000,2024-01-02 14:37:20.000,2023-12-12 07:39:06,365.0,81,11.0,334.0,29.0,105.0,744,Object factory for Django.,3691.0,3659.0,52.0,29,True,['django'],17.0,2023-10-27 12:47:07.000,1.17.0,28.0,,456846.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2023-10-27 12:47:07.000,32.0,456410.0,https://anaconda.org/conda-forge/model_bakery,2023-06-16 19:18:17.599,20092.0,2.0,,,,,,,,,,,,,,,,,, +307,flask-mail,mattupstate/flask-mail,email,,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,BSD-3-Clause,2012-02-29 16:39:29.000,2023-09-30 23:48:44.000,2014-11-04 19:45:41,236.0,167,26.0,81.0,100.0,44.0,577,Flask-Mail adds SMTP mail sending to your Flask applications.,67718.0,63771.0,30.0,29,False,,,2014-09-28 23:35:22.000,0.9.1,28.0,,381201.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3947.0,380027.0,https://anaconda.org/conda-forge/flask-mail,2023-06-16 13:17:02.870,104491.0,1.0,,,,,,,,,,,,,,,,,, +308,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2024-01-02 20:53:12.000,2024-01-02 20:53:12,136.0,66,9.0,47.0,6.0,58.0,506,Simple DNS resolver for asyncio.,51033.0,49856.0,28.0,29,True,,5.0,2023-10-16 07:20:13.000,3.1.1,17.0,,2402461.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2023-10-16 07:20:13.000,1177.0,2398106.0,https://anaconda.org/conda-forge/aiodns,2023-06-16 16:18:11.597,222149.0,3.0,,,,,,,,,,,,,,,,,, +309,graphql-core,graphql-python/graphql-core,graphql,,https://github.com/graphql-python/graphql-core,https://github.com/graphql-python/graphql-core,MIT,2018-08-01 20:57:07.000,2023-10-19 14:07:19.641,2023-06-09 22:13:10,1035.0,123,20.0,69.0,22.0,120.0,487,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,25593.0,24809.0,31.0,29,True,,,2022-09-23 08:40:18.000,3.2.3,85.0,,4329931.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2023-06-04 19:59:03.978,784.0,4310033.0,https://anaconda.org/conda-forge/graphql-core,2023-10-19 14:07:19.641,875534.0,2.0,,,,,,,,,,,,,,,,,, +310,pytest-flask,pytest-dev/pytest-flask,testing,,https://github.com/pytest-dev/pytest-flask,https://github.com/pytest-dev/pytest-flask,MIT,2014-09-03 12:51:29.000,2024-01-08 20:43:01.000,2023-12-27 11:10:12,365.0,91,12.0,108.0,13.0,71.0,466,A set of pytest fixtures to test Flask applications.,8360.0,,36.0,29,True,['flask'],40.0,2023-10-23 14:53:24.000,1.3.0,30.0,5.0,320872.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2023-10-23 14:53:18.000,8360.0,318738.0,https://anaconda.org/conda-forge/pytest-flask,2023-10-23 16:19:46.599,81081.0,2.0,,,,,,,,,,,,,,,,,, +311,flask-assets,miracle2k/flask-assets,flask-utils,,https://github.com/miracle2k/flask-assets,https://github.com/miracle2k/flask-assets,BSD-2-Clause,2010-08-06 11:51:29.000,2023-12-15 13:55:26.000,2023-12-15 13:55:26,284.0,100,9.0,66.0,22.0,80.0,445,Flask webassets integration.,9433.0,7378.0,42.0,29,True,['flask'],19.0,2023-10-22 14:03:57.000,2.1.0,16.0,,174738.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2023-10-22 14:01:03.000,2055.0,152673.0,https://anaconda.org/conda-forge/flask-assets,2023-11-09 12:07:16.985,44131.0,2.0,,,,,,,,,,,,,,,,,, +312,djangorestframework-stubs,typeddjango/djangorestframework-stubs,django-utils,,https://github.com/typeddjango/djangorestframework-stubs,https://github.com/typeddjango/djangorestframework-stubs,MIT,2018-11-12 01:07:16.000,2024-01-08 19:09:34.000,2023-12-25 19:46:35,390.0,103,7.0,402.0,52.0,83.0,381,PEP-484 stubs for django-rest-framework.,2785.0,2725.0,66.0,29,True,['django'],29.0,2023-12-05 19:21:09.000,3.14.5,24.0,,531586.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2023-12-05 19:21:09.000,60.0,531319.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2023-12-05 23:18:45.357,8574.0,3.0,,,,,,,,,,,,,,,,,, +313,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-1-Clause,2013-05-14 16:52:08.000,2023-12-26 01:52:23.000,2023-12-26 01:52:22,253.0,36,13.0,83.0,10.0,26.0,214,URI template parsing per RFC6570.,3853.0,,19.0,29,False,,12.0,2021-10-13 11:15:12.000,4.1.1,12.0,,25503567.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3853.0,25474096.0,https://anaconda.org/conda-forge/uritemplate,2023-06-16 13:14:30.428,2652465.0,3.0,,,,,,,,,,,,,,,,,, +314,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017-07-17 13:19:16.000,2024-01-11 14:41:47.000,2024-01-11 12:55:03,1218.0,315,59.0,297.0,71.0,585.0,5622,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",94.0,94.0,59.0,28,False,['openapi'],59.0,2023-12-29 11:08:05.000,6.1.0,42.0,174419.0,2683.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +315,xadmin,sshwsfc/xadmin,admin-ui,,https://github.com/sshwsfc/xadmin,https://github.com/sshwsfc/xadmin,BSD-3-Clause,2012-11-19 06:21:50.000,2023-12-20 09:13:45.000,2019-04-03 03:05:04,1296.0,1429,278.0,168.0,387.0,199.0,4736,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",803.0,803.0,51.0,28,False,,,2022-09-24 08:54:19.425,2.0.4,4.0,,90.0,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,90.0,,,,3.0,,,,,,,,,,,,,,,,,, +316,grequests,spyoungtech/grequests,http-clients,,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012-05-10 21:50:15.000,2023-06-16 13:16:57.269,2023-06-08 00:01:30,89.0,336,114.0,50.0,6.0,118.0,4360,Requests + Gevent = 3.,4887.0,4205.0,28.0,28,True,,,2023-06-08 00:06:01.754,0.7.0,7.0,11.0,300012.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2023-06-08 00:06:01.754,682.0,298996.0,https://anaconda.org/conda-forge/grequests,2023-06-16 13:16:57.269,89448.0,3.0,,,,,,,,,,,,,,,,,, +317,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2023-10-25 13:52:57.000,2023-07-19 20:05:32,3310.0,304,75.0,1509.0,255.0,575.0,4093,Language-agnostic HTTP API Testing Tool.,1257.0,1042.0,111.0,28,True,['openapi'],,2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,25406.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,4132.0,,,,3.0,,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,177.0,21274.0,,,,,,,,,, +318,selenium-python-helium,mherrmann/selenium-python-helium,testing,,https://github.com/mherrmann/helium,https://github.com/mherrmann/helium,MIT,2019-11-26 16:12:28.000,2023-12-08 06:47:06.000,2023-12-08 06:44:52,156.0,345,76.0,30.0,46.0,41.0,3769,Lighter web automation for Python.,535.0,521.0,8.0,28,True,,17.0,2023-12-08 06:49:25.000,5.0.0,38.0,,9101.0,,helium,https://pypi.org/project/helium,2023-12-08 06:46:11.000,14.0,9101.0,,,,3.0,,,,,,,,,,,,,,,mherrmann/helium,,, +319,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2023-10-29 16:29:03.000,2023-04-25 23:19:48,285.0,431,145.0,58.0,6.0,,3719,A Python module to bypass Cloudflares anti-bot page.,20260.0,20107.0,12.0,28,True,,,2023-04-25 23:20:54.756,1.2.71,95.0,,275913.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023-04-25 23:20:54.756,153.0,275913.0,,,,2.0,,,,,,,,,,,,,,,,,, +320,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2024-01-11 09:05:03.000,2023-09-06 10:25:19,928.0,726,143.0,195.0,28.0,318.0,3653,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,338.0,31.0,96.0,28,True,,,2023-08-21 11:35:49.000,0.11.0,11.0,,45337.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2023-08-21 11:35:49.000,307.0,43060.0,https://anaconda.org/conda-forge/websockify,2023-10-01 11:25:12.968,95648.0,3.0,,,,,,,,,,,,,,,,,, +321,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2023-06-16 16:13:26.272,2020-05-08 09:48:22,788.0,367,101.0,73.0,154.0,100.0,3550,Headless chrome/chromium automation library (unofficial port of puppeteer).,387.0,,24.0,28,False,,,2022-01-11 05:39:28.000,1.0.2,31.0,,1774182.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,387.0,1769491.0,https://anaconda.org/conda-forge/pyppeteer,2023-06-16 16:13:26.272,281490.0,3.0,,,,,,,,,,,,,,,,,, +322,django-shop,awesto/django-shop,django-utils,,https://github.com/awesto/django-shop,https://github.com/awesto/django-shop,BSD-3-Clause,2010-11-19 11:15:48.000,2023-10-19 01:09:56.000,2021-02-28 18:04:57,5402.0,1014,172.0,501.0,101.0,292.0,3101,A Django based shop system.,307.0,222.0,96.0,28,False,['django'],,2021-02-02 21:13:24.000,1.2.4,47.0,,5742.0,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,5742.0,,,,3.0,,,,,,,,,,,,,,,,,, +323,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2024-01-10 21:28:33.000,2024-01-06 00:37:41,7750.0,705,134.0,1242.0,177.0,2963.0,3076,The free and open-source Download Manager written in pure Python.,11.0,10.0,226.0,28,True,,20.0,2020-02-20 21:04:56.000,0.4.20,85.0,99401.0,3713.0,,pyload-ng,https://pypi.org/project/pyload-ng,2024-01-06 00:57:59.000,1.0,2905.0,,,,3.0,,,,,,,,,,,,,,,,,, +324,sslyze,nabla-c0d3/sslyze,others,,https://github.com/nabla-c0d3/sslyze,https://github.com/nabla-c0d3/sslyze,AGPL-3.0,2014-08-18 04:33:30.000,2024-01-05 18:13:08.000,2023-09-24 14:41:01,1862.0,439,141.0,128.0,29.0,480.0,3064,Fast and powerful SSL/TLS scanning library.,22.0,,68.0,28,True,,,2023-09-24 14:58:30.000,5.2.0,69.0,105657.0,98467.0,,sslyze,https://pypi.org/project/sslyze,2023-09-24 14:52:01.000,22.0,97524.0,,,,3.0,,,,,,,,,,,,,,,,,, +325,django-push-notifications,jazzband/django-push-notifications,django-utils,,https://github.com/jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications,MIT,2013-03-15 00:57:33.000,2024-01-10 22:31:47.000,2023-10-29 16:59:32,409.0,590,66.0,293.0,122.0,295.0,2175,Send push notifications to mobile devices through GCM or APNS in Django.,90.0,,97.0,28,True,['django'],4.0,2023-10-29 17:23:59.000,3.0.2,17.0,112.0,57311.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2023-10-29 17:23:59.000,90.0,57310.0,,,,3.0,,,,,,,,,,,,,,,,,, +326,requests-futures,ross/requests-futures,http-clients,,https://github.com/ross/requests-futures,https://github.com/ross/requests-futures,Apache-2.0,2013-03-21 14:20:03.000,2023-10-26 23:35:43.000,2023-10-18 00:39:51,144.0,155,43.0,60.0,2.0,88.0,2074,Asynchronous Python HTTP Requests for Humans using Futures.,7079.0,6093.0,28.0,28,True,,2.0,2023-06-19 20:01:02.768,1.0.1,11.0,,1275398.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2023-06-19 20:01:02.768,986.0,1270273.0,https://anaconda.org/conda-forge/requests-futures,2023-06-20 13:15:11.629,210134.0,3.0,,,,,,,,,,,,,,,,,, +327,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2022-06-26 18:20:47.000,2015-11-05 16:01:31,386.0,178,76.0,98.0,38.0,89.0,1608,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",984.0,,42.0,28,False,,,2017-01-22 16:51:43.000,0.7.3,36.0,,283058.0,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,984.0,283058.0,,,,3.0,,,,,,,,,,,,,,,,,, +328,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2024-01-05 04:57:00.000,2023-12-22 22:15:09,770.0,245,26.0,196.0,98.0,123.0,1542,Convert HTML to Markdown-formatted text.,2458.0,,76.0,28,True,,2.0,2020-01-16 14:21:52.000,2020.1.16,38.0,,1382414.0,,html2text,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2458.0,1382414.0,,,,3.0,,,,,,,,,,,,,,,,,, +329,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/aminalaee/sqladmin,https://github.com/aminalaee/sqladmin,BSD-3-Clause,2021-12-22 10:09:54.000,2024-01-11 09:42:08.000,2023-12-13 08:30:05,329.0,138,12.0,366.0,22.0,159.0,1388,SQLAlchemy Admin for FastAPI and Starlette.,544.0,538.0,46.0,28,True,['fastapi'],17.0,2023-11-14 09:14:09.000,0.16.0,37.0,,41697.0,,sqladmin,https://pypi.org/project/sqladmin,2023-11-14 09:14:09.000,6.0,41697.0,,,,1.0,,,,,,,,,,,,,,,,,, +330,django-lifecycle,rsinger86/django-lifecycle,django-utils,,https://github.com/rsinger86/django-lifecycle,https://github.com/rsinger86/django-lifecycle,MIT,2018-03-18 20:53:33.000,2023-11-08 11:56:17.000,2023-11-08 11:53:55,271.0,77,15.0,82.0,20.0,50.0,1227,"Declarative model lifecycle hooks, an alternative to Signals.",301.0,291.0,32.0,28,True,['django'],27.0,2023-11-08 11:56:17.000,1.1.2,39.0,,82073.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2023-11-08 11:56:17.000,10.0,82073.0,,,,3.0,,,,,,,,,,,,,,,,,, +331,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2023-12-08 16:44:30.000,2023-12-08 16:44:29,7057.0,265,41.0,331.0,73.0,294.0,1120,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,771.0,673.0,130.0,28,False,,7.0,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,113676.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,98.0,112909.0,https://anaconda.org/conda-forge/spyne,2023-06-16 13:15:58.493,71335.0,3.0,,,,,,,,,,,,,,,,,, +332,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2023-09-20 23:27:29.000,2023-01-27 16:44:52,813.0,266,50.0,285.0,74.0,307.0,1046,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1918.0,1585.0,67.0,28,True,,,2022-08-18 05:57:11.000,1.9.8,22.0,,242307.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,333.0,240121.0,https://anaconda.org/conda-forge/dpkt,2023-06-16 16:13:36.846,131190.0,3.0,,,,,,,,,,,,,,,,,, +333,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,BSD-3-Clause,2009-07-03 17:51:56.000,2023-08-01 03:17:29.000,2022-03-09 18:46:07,381.0,212,33.0,102.0,73.0,67.0,1032,A Redis cache backend for django.,5250.0,4092.0,46.0,28,False,['django'],,2022-03-09 18:49:10.000,3.0.1,53.0,,101036.0,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022-03-09 18:49:10.000,1158.0,100453.0,https://anaconda.org/conda-forge/django-redis-cache,2023-06-16 13:15:48.268,54862.0,3.0,,,,,,,,,,,,,,,,,, +334,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,BSD-3-Clause,2011-03-07 20:38:23.000,2023-12-02 01:08:48.819,2023-07-27 13:43:35,922.0,382,44.0,142.0,17.0,270.0,944,Media-Management with Grappelli.,1184.0,912.0,36.0,28,True,['django'],,2023-07-27 13:46:30.000,4.0.3,41.0,,14871.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,272.0,14871.0,,,,3.0,,,,,,,,,,,,,,,,,, +335,django-nose,jazzband/django-nose,testing,,https://github.com/jazzband/django-nose,https://github.com/jazzband/django-nose,BSD-3-Clause,2009-10-01 17:53:27.000,2023-08-25 15:56:54.000,2021-10-22 14:38:03,379.0,243,23.0,116.0,96.0,133.0,884,Django test runner using nose.,13887.0,9485.0,63.0,28,False,['django'],,2020-08-20 02:49:13.000,1.4.7,18.0,,339072.0,,django-nose,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4402.0,339072.0,,,,3.0,,,,,,,,,,,,,,,,,, +336,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012-03-10 04:56:31.000,2023-11-14 04:50:46.000,2023-03-27 01:44:02,219.0,101,18.0,74.0,37.0,75.0,797,Parameterized testing with any Python test framework.,14106.0,13340.0,31.0,28,False,,,2023-03-27 02:02:06.801,0.9.0,12.0,,3487497.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,766.0,3480371.0,https://anaconda.org/conda-forge/parameterized,2023-06-16 13:22:44.707,520231.0,3.0,,,,,,,,,,,,,,,,,, +337,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2023-12-21 10:53:19.000,2023-12-21 09:48:16,820.0,103,16.0,84.0,19.0,108.0,707,"A fast, extensible and spec-compliant Markdown parser in pure Python.",894.0,813.0,35.0,28,True,,12.0,2023-08-24 16:14:29.000,1.2.1,28.0,500.0,125072.0,,mistletoe,https://pypi.org/project/mistletoe,2023-08-24 16:13:26.000,81.0,125066.0,,,,3.0,,,,,,,,,,,,,,,,,, +338,django-paypal,spookylukey/django-paypal,django-utils,,https://github.com/spookylukey/django-paypal,https://github.com/spookylukey/django-paypal,MIT,2012-06-09 14:04:06.000,2023-12-25 16:56:18.000,2022-11-28 20:19:07,783.0,203,27.0,118.0,11.0,150.0,701,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,3384.0,3095.0,73.0,28,False,['django'],,2021-12-15 15:40:40.554,0.1.4,28.0,,9021.0,,django-paypal,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,9021.0,,,,3.0,,,,,,,,,,,,,,,,,, +339,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2024-01-11 00:12:53.000,2023-08-25 18:52:10,1098.0,139,56.0,204.0,110.0,194.0,641,User-oriented Web UI browser tests in Python.,3715.0,3700.0,39.0,28,True,,,2023-08-02 21:27:13.000,2.0.0rc4,85.0,,17591.0,,selene,https://pypi.org/project/selene,2023-08-02 21:26:19.000,15.0,17591.0,,,,3.0,,,,,,,,,,,,,,,,,, +340,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2024-01-06 01:51:24.000,2024-01-06 01:51:23,1054.0,143,25.0,210.0,59.0,104.0,567,Python requests like API built on top of Twisteds HTTP client.,1956.0,1538.0,51.0,28,True,,27.0,2023-11-04 05:30:33.000,release-23.11.0,21.0,249.0,77490.0,conda-forge/treq,treq,https://pypi.org/project/treq,2023-11-04 05:27:57.000,418.0,75618.0,https://anaconda.org/conda-forge/treq,2023-11-04 22:31:47.479,74815.0,3.0,,,,,,,,,,,,,,,,,, +341,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2023-12-15 17:06:00.000,2023-11-15 19:00:14,1643.0,156,32.0,350.0,47.0,135.0,407,A Python HTML form library.,984.0,794.0,101.0,28,True,,14.0,2020-12-15 23:27:03.000,2.0.15,40.0,,6129.0,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,190.0,6129.0,,,,3.0,,,,,,,,,,,,,,,,,, +342,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2024-01-01 14:30:03.000,2024-01-01 14:28:46,832.0,63,6.0,42.0,,80.0,388,A Python wrapper for ngrok.,5310.0,5206.0,9.0,28,True,,40.0,2023-12-30 22:55:56.000,7.0.5,91.0,,334701.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2023-12-30 22:55:56.000,104.0,332427.0,https://anaconda.org/conda-forge/pyngrok,2023-12-31 00:36:44.740,100074.0,3.0,,,,,,,,,,,,,,,,,, +343,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,MPL-2.0,2011-10-12 13:17:51.000,2023-08-03 22:56:20.000,2023-07-13 14:59:13,1164.0,154,24.0,339.0,46.0,190.0,378,Build Web Services with Pyramid.,1204.0,846.0,123.0,28,True,['pyramid'],,2022-01-07 13:41:40.000,6.0.1,58.0,,28870.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,358.0,28787.0,https://anaconda.org/anaconda/cornice,2023-06-16 13:22:16.673,8018.0,3.0,,,,,,,,,,,,,,,,,, +344,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,BSD-3-Clause,2011-06-12 21:20:23.000,2023-11-22 19:12:39.000,2022-04-05 03:58:40,119.0,62,13.0,46.0,6.0,41.0,318,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,61658.0,58674.0,25.0,28,False,['flask'],,2022-04-05 03:59:51.000,1.0.1,16.0,,1270351.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2984.0,1269958.0,https://anaconda.org/conda-forge/flask-bcrypt,2023-06-16 13:18:03.589,35401.0,2.0,,,,,,,,,,,,,,,,,, +345,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000,2024-01-09 17:14:34.000,2023-12-11 10:46:02,3429.0,51,189.0,972.0,62.0,168.0,184,Python AsyncIO data API to manage billions of resources.,181.0,134.0,54.0,28,True,,13.0,2023-12-11 10:45:51.000,7.0.0,602.0,,1872.0,,guillotina,https://pypi.org/project/guillotina,2023-12-11 10:45:51.000,47.0,1872.0,,,,3.0,,,,,,,,,,,,,,,,,, +346,pyscript,pyscript/pyscript,web-ui,,https://github.com/pyscript/pyscript,https://github.com/pyscript/pyscript,Apache-2.0,2022-02-21 04:55:20.000,2024-01-04 18:21:22.000,2024-01-03 16:16:51,1085.0,1433,166.0,982.0,73.0,681.0,17263,Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community:..,9.0,9.0,116.0,27,True,,50.0,2024-01-04 18:21:22.000,2024.1.1,10.0,202.0,10.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +347,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2024-01-11 14:46:23.000,2024-01-11 14:46:23,4129.0,1057,295.0,347.0,379.0,1815.0,17072,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,21.0,21.0,161.0,27,True,,84.0,,,,,,,,,,,,,,,2.0,,goaccess,,,,,,,,,,,,,,,goaccess, +348,tyk,TykTechnologies/tyk,api-proxies,,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014-05-07 14:38:24.000,2024-01-11 12:42:34.000,2024-01-11 09:14:45,4547.0,1029,278.0,3984.0,297.0,1811.0,9024,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,115.0,27,True,,115.0,2023-12-21 08:50:38.000,5.0.10,100.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +349,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2023-12-24 12:59:01.000,2023-12-24 12:59:00,642.0,393,108.0,257.0,35.0,141.0,4492,A Python library for automating interaction with websites.,271.0,,55.0,27,True,,9.0,2023-07-04 19:24:03.902,1.3.0,28.0,43.0,34118.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2023-07-04 19:24:03.902,271.0,32467.0,https://anaconda.org/conda-forge/mechanicalsoup,2023-06-16 13:22:31.491,140386.0,3.0,,,,,,,,,,,,,,,,,, +350,python-instagram,facebookarchive/python-instagram,third-party-apis,,https://github.com/facebookarchive/python-instagram,https://github.com/facebookarchive/python-instagram,MIT,2011-02-02 02:45:23.000,2020-10-01 16:22:11.000,2018-01-03 00:17:14,233.0,1144,263.0,160.0,119.0,,2988,Python Client for Instagram API.,1156.0,789.0,52.0,27,False,,,2015-07-22 15:56:56.000,1.3.2,14.0,,3183.0,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,3183.0,,,,3.0,,,,,,,,,,,,,,,,,, +351,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2023-10-05 05:07:19.350,2022-09-11 18:40:12,473.0,187,79.0,83.0,29.0,133.0,2961,A screamingly fast Python 2/3 WSGI server written in C.,861.0,699.0,44.0,27,False,,,2022-09-19 16:03:06.582,3.2.2,30.0,,28281.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,162.0,25239.0,https://anaconda.org/conda-forge/bjoern,2023-10-05 05:07:19.350,118653.0,3.0,,,,,,,,,,,,,,,,,, +352,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2023-06-16 13:21:21.441,2022-08-01 04:59:34,549.0,151,37.0,54.0,36.0,84.0,2523,URL parsing and manipulation made easy.,679.0,,15.0,27,False,,,2021-09-27 21:31:14.000,2.1.3,51.0,,1935228.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021-09-27 21:31:14.000,679.0,1930963.0,https://anaconda.org/conda-forge/furl,2023-06-16 13:21:21.441,332720.0,3.0,,,,,,,,,,,,,,,,,, +353,Misago,rafalp/Misago,web-ui,,https://github.com/rafalp/Misago,https://github.com/rafalp/Misago,GPL-2.0,2012-06-22 14:24:02.000,2024-01-10 21:41:45.000,2024-01-04 19:46:00,5362.0,503,82.0,446.0,115.0,1143.0,2430,"Misago is fully featured modern forum application that is fast, scalable and responsive.",47.0,47.0,42.0,27,True,,55.0,2023-12-25 10:14:56.000,0.39.0,69.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +354,telepot,nickoala/telepot,third-party-apis,,https://github.com/nickoala/telepot,https://github.com/nickoala/telepot,MIT,2015-07-09 03:06:53.000,2021-03-09 06:27:24.000,2019-05-09 12:46:06,431.0,470,125.0,38.0,108.0,326.0,2425,Python framework for Telegram Bot API.,4285.0,3790.0,10.0,27,False,,,,,78.0,,28554.0,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,495.0,28554.0,,,,3.0,,,,,,,,,,,,,,,,,, +355,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2023-07-01 14:51:25.000,2023-07-01 14:51:21,2489.0,264,91.0,180.0,23.0,221.0,2335,Web Scraping Framework.,517.0,407.0,67.0,27,True,,,2018-06-24 14:27:52.000,0.6.41,120.0,,2313.0,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,110.0,2313.0,,,,3.0,,,,,,,,,,,,,,,,,, +356,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000,2023-12-29 18:47:55.000,2023-12-14 15:17:45,962.0,188,65.0,182.0,54.0,163.0,2021,A Django app that creates automatic web UIs for Python scripts.,45.0,44.0,24.0,27,True,,11.0,2023-11-21 13:38:31.000,0.13.3,40.0,,461.0,,wooey,https://pypi.org/project/wooey,2023-11-21 13:38:31.000,1.0,461.0,,,,3.0,,,,,,,,,,,,,,,,,, +357,django-rules,dfunckt/django-rules,auth,,https://github.com/dfunckt/django-rules,https://github.com/dfunckt/django-rules,MIT,2014-03-06 20:46:57.000,2023-10-21 03:58:32.000,2023-02-23 16:06:08,195.0,136,34.0,71.0,30.0,83.0,1732,"Awesome Django authorization, without the database.",1692.0,1553.0,28.0,27,True,['django'],,2022-03-23 08:53:01.000,3.3.0,20.0,,91945.0,,rules,https://pypi.org/project/rules,2022-03-23 08:54:01.000,139.0,91945.0,,,,3.0,,,,,,,,,,,,,,,,,, +358,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2023-11-21 21:56:09.000,2023-03-03 17:53:06,380.0,188,88.0,173.0,54.0,38.0,1611,Python email address and Mime parsing library.,594.0,501.0,57.0,27,True,,,2023-03-03 17:53:47.000,0.9.15,62.0,,21248.0,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,93.0,21248.0,,,,2.0,,,,,,,,,,,,,,,,,, +359,OpenAPI-to-GraphQL,IBM/openapi-to-graphql,openapi-utils,,https://github.com/IBM/openapi-to-graphql,https://github.com/IBM/openapi-to-graphql,MIT,2018-09-05 18:52:16.000,2023-12-26 06:13:42.000,2023-12-26 06:13:41,685.0,206,40.0,231.0,142.0,147.0,1581,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,766.0,762.0,42.0,27,True,"['openapi', 'graphql']",8.0,2023-12-26 06:12:53.413,3.0.7,41.0,,3883.0,,,,,,,,,,3.0,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023-12-26 06:12:53.413,4.0,3883.0,,,,,,,,,, +360,Django Facebook,tschellenbach/Django-facebook,third-party-apis,,https://github.com/tschellenbach/Django-facebook,https://github.com/tschellenbach/Django-facebook,BSD-3-Clause,2010-05-05 10:00:50.000,2021-11-28 03:00:31.000,2018-04-16 21:33:15,1197.0,561,80.0,182.0,134.0,336.0,1429,Facebook open graph api implementation using the Django web framework in python.,514.0,396.0,89.0,27,False,,,2015-05-26 19:01:35.000,6.0.3,152.0,,2768.0,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,2768.0,,,,3.0,,,,,,,,,,,,,,,,,, +361,django-split-settings,sobolevn/django-split-settings,django-utils,,https://github.com/wemake-services/django-split-settings,https://github.com/wemake-services/django-split-settings,BSD-3-Clause,2013-05-17 06:04:30.000,2024-01-08 11:03:27.000,2024-01-08 11:03:24,511.0,65,18.0,473.0,4.0,41.0,1044,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,2595.0,2480.0,24.0,27,True,['django'],16.0,2022-09-27 22:34:42.144,1.2.0,15.0,,93373.0,,django-split-settings,https://pypi.org/project/django-split-settings,2022-09-27 22:34:42.144,115.0,93373.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,, +362,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2023-12-22 13:54:49.000,2023-12-22 13:54:05,4011.0,230,39.0,271.0,28.0,412.0,876,A Django-based CMS with a focus on extensibility and concise code.,164.0,,136.0,27,True,['django'],4.0,2023-12-22 13:54:49.000,23.12.0,110.0,,4608.0,,feincms,https://pypi.org/project/feincms,2023-12-22 13:54:49.000,164.0,4608.0,,,,3.0,,,,,,,,,,,,,,,,,, +363,Flask-MonitoringDashboard,flask-dashboard/Flask-MonitoringDashboard,monitoring,,https://github.com/flask-dashboard/Flask-MonitoringDashboard,https://github.com/flask-dashboard/Flask-MonitoringDashboard,MIT,2017-04-11 13:50:14.000,2023-12-16 15:49:58.000,2023-12-15 12:06:56,1372.0,155,20.0,260.0,53.0,132.0,724,Automatically monitor the evolving performance of Flask/Python web services.,15.0,,37.0,27,True,['flask'],58.0,2023-12-05 12:30:17.000,3.2.2,48.0,,8473.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2023-12-05 12:30:17.000,15.0,8473.0,,,,2.0,,,,,,,,,,,,,,,,,, +364,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017-11-23 20:04:19.000,2023-10-27 05:40:29.389,2023-10-26 23:57:22,245.0,160,10.0,32.0,35.0,101.0,606,Prometheus exporter for Flask applications.,72.0,,27.0,27,True,['flask'],5.0,2023-10-27 00:04:02.000,0.23.0,71.0,,5248749.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2023-10-27 00:04:02.000,72.0,5221039.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2023-10-27 05:40:29.389,1163842.0,2.0,,,,,,,,,,,,,,,,,, +365,flask-testing,jarus/flask-testing,testing,,https://github.com/jarus/flask-testing,https://github.com/jarus/flask-testing,BSD-3-Clause,2012-02-29 16:34:28.000,2023-08-21 08:39:36.000,2020-12-24 16:50:31,190.0,113,10.0,73.0,55.0,45.0,498,Unittest extensions for Flask.,20446.0,17998.0,33.0,27,False,['flask'],,2020-12-24 16:51:48.000,0.8.1,18.0,,217774.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2448.0,216959.0,https://anaconda.org/conda-forge/flask-testing,2023-06-16 13:22:55.760,71757.0,3.0,,,,,,,,,,,,,,,,,, +366,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2023-12-18 14:36:12.000,2023-11-17 08:53:14,309.0,83,6.0,156.0,51.0,51.0,480,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,204.0,,46.0,27,True,,3.0,2023-11-20 17:55:18.000,0.7.6,26.0,,661766.0,,aioresponses,https://pypi.org/project/aioresponses,2023-11-20 17:55:18.000,204.0,661766.0,,,,3.0,,,,,,,,,,,,,,,,,, +367,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2023-06-24 14:17:52.000,2023-06-08 06:54:30,1052.0,109,19.0,125.0,29.0,100.0,331,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",15173.0,11178.0,91.0,27,True,,,2021-08-19 12:40:12.829,3.0.0,55.0,,623457.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021-08-19 12:40:12.829,3995.0,623191.0,https://anaconda.org/conda-forge/webtest,2023-06-16 16:18:49.891,13304.0,3.0,,,,,,,,,,,,,,,,,, +368,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021-05-11 20:15:10.832,2023-11-21 21:35:51.836,,,824,,,,,9687,A high-level API to automate web browsers.,437.0,,,26,True,,,2023-11-21 21:06:57.000,1.40.0,105.0,,1952024.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2023-11-21 21:06:57.000,437.0,1951140.0,https://anaconda.org/microsoft/playwright,2023-11-21 21:35:51.836,28295.0,3.0,,,,,,,,,,,,,,,,,, +369,twitter-scraper,bisguzar/twitter-scraper,third-party-apis,,https://github.com/bisguzar/twitter-scraper,https://github.com/bisguzar/twitter-scraper,MIT,2018-02-22 14:58:34.000,2023-10-30 05:53:33.000,2021-12-17 16:00:19,208.0,604,99.0,101.0,51.0,63.0,3741,Scrape the Twitter Frontend API without authentication.,3947.0,3935.0,31.0,26,False,,,2020-07-17 18:56:19.000,0.4.4,11.0,,727.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,727.0,,,,3.0,,,,,,,,,,,,,,,,,, +370,django-jet,geex-arts/django-jet,admin-ui,,https://github.com/geex-arts/django-jet,https://github.com/geex-arts/django-jet,AGPL-3.0,2015-07-29 21:35:35.000,2022-12-06 19:59:16.000,2019-05-21 10:57:50,891.0,789,117.0,177.0,307.0,127.0,3498,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3390.0,3112.0,29.0,26,False,['django'],,2018-10-18 06:39:57.000,1.0.8,25.0,,12789.0,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,12789.0,,,,3.0,,,,,,,,,,,,,,,,,, +371,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2023-12-20 10:25:36.000,2023-04-22 18:01:58,2118.0,399,115.0,416.0,365.0,580.0,2952,A simple CalDAV (calendar) and CardDAV (contact) server.,183.0,140.0,96.0,26,True,,,2022-07-14 20:39:01.389,3.1.8,58.0,,6562.0,,radicale,https://pypi.org/project/radicale,2022-07-14 20:39:01.389,43.0,6562.0,,,,3.0,,,,,,,,,,,,,,,,,, +372,proxy.py,abhinavsingh/proxy.py,others,,https://github.com/abhinavsingh/proxy.py,https://github.com/abhinavsingh/proxy.py,BSD-3-Clause,2013-08-19 21:33:51.000,2024-01-08 20:45:52.000,2023-04-17 04:12:18,882.0,524,53.0,946.0,70.0,235.0,2738,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,153.0,131.0,19.0,26,True,,,2023-03-14 16:49:54.000,2.4.4rc4,38.0,975.0,80852.0,,proxy.py,https://pypi.org/project/proxy.py,2023-03-14 16:50:47.878,22.0,80815.0,,,,3.0,,,,,,,,,,,,,,,,,, +373,gmusicapi,simon-weber/gmusicapi,third-party-apis,,https://github.com/simon-weber/gmusicapi,https://github.com/simon-weber/gmusicapi,BSD-3-Clause,2012-01-20 17:19:12.000,2020-12-26 18:14:42.000,2020-09-25 14:34:17,1430.0,304,134.0,164.0,61.0,450.0,2511,An unofficial client library for Google Music.,634.0,488.0,51.0,26,False,,,2020-03-27 18:06:36.000,13.0.0,29.0,,239.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,239.0,,,,3.0,,,,,,,,,,,,,,,,,, +374,django-blog-zinnia,Fantomas42/django-blog-zinnia,django-utils,,https://github.com/Fantomas42/django-blog-zinnia,https://github.com/Fantomas42/django-blog-zinnia,BSD-3-Clause,2009-07-13 14:58:26.000,2023-10-03 13:29:29.000,2020-03-09 20:52:03,3155.0,742,130.0,160.0,39.0,406.0,2100,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,812.0,648.0,71.0,26,False,['django'],,2016-09-27 13:25:46.000,0.18.1,29.0,,666.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,666.0,,,,3.0,,,,,,,,,,,,,,,,,, +375,django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,admin-ui,,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,Apache-2.0,2012-10-23 06:35:27.000,2021-08-15 05:01:34.000,2020-07-10 10:16:08,437.0,401,88.0,117.0,36.0,129.0,1576,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",2382.0,1587.0,65.0,26,False,['django'],,2015-12-15 08:53:11.000,2.5.7,45.0,,2610.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,795.0,2610.0,,,,3.0,,,,,,,,,,,,,,,,,, +376,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2023-12-18 13:30:21.000,2023-11-03 13:46:42,449.0,93,16.0,116.0,21.0,145.0,1518,AWS Lambda support for ASGI applications.,3422.0,3407.0,30.0,26,True,['fastapi'],1.0,2022-11-27 11:23:00.627,0.17.0,69.0,,440861.0,,mangum,https://pypi.org/project/mangum,2022-11-27 11:23:00.627,15.0,440861.0,,,,3.0,,,,,,,,,,,,,,,,,, +377,gevent-socketio,abourget/gevent-socketio,websocket,,https://github.com/abourget/gevent-socketio,https://github.com/abourget/gevent-socketio,BSD-3-Clause,2012-01-11 15:18:14.000,2022-09-17 20:57:58.000,2016-09-03 23:19:38,565.0,337,76.0,112.0,107.0,66.0,1217,Official repository for gevent-socketio.,1622.0,1369.0,60.0,26,False,,,2014-02-03 05:14:23.000,0.3.6,9.0,,2212.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,2212.0,,,,3.0,,,,,,,,,,,,,,,,,, +378,django-watson,etianen/django-watson,django-utils,,https://github.com/etianen/django-watson,https://github.com/etianen/django-watson,BSD-3-Clause,2011-08-20 17:50:53.000,2023-01-14 14:30:02.448,2023-01-14 14:27:28,472.0,130,33.0,89.0,20.0,199.0,1179,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",744.0,633.0,43.0,26,True,['django'],,2023-01-14 14:30:02.448,1.6.3,35.0,,16545.0,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,111.0,16545.0,,,,3.0,,,,,,,,,,,,,,,,,, +379,justpy,elimintz/justpy,web-frameworks,,https://github.com/justpy-org/justpy,https://github.com/justpy-org/justpy,Apache-2.0,2019-06-17 13:38:23.000,2023-12-17 20:05:38.000,2023-12-17 20:05:28,761.0,89,27.0,47.0,1.0,442.0,1120,An object oriented high-level Python Web Framework that requires no frontend programming.,444.0,437.0,20.0,26,True,,7.0,2023-09-20 13:07:43.000,0.14.0,75.0,,1840.0,,justpy,https://pypi.org/project/justpy,2023-09-20 13:07:43.000,7.0,1840.0,,,,3.0,,,,,,,,,,,,,,,justpy-org/justpy,,, +380,django-cachalot,noripyt/django-cachalot,django-utils,,https://github.com/noripyt/django-cachalot,https://github.com/noripyt/django-cachalot,BSD-3-Clause,2014-09-26 13:08:06.000,2024-01-11 06:46:52.000,2024-01-11 06:40:32,640.0,135,24.0,91.0,29.0,134.0,1113,"No effort, no worry, maximum performance.",771.0,685.0,35.0,26,True,['django'],2.0,2024-01-11 06:46:52.000,2.6.2,44.0,,57716.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2024-01-11 06:46:52.000,86.0,57132.0,https://anaconda.org/conda-forge/django-cachalot,2023-06-16 13:23:58.353,44385.0,3.0,,,,,,,,,,,,,,,,,, +381,Flask-User,lingthio/Flask-User,auth,,https://github.com/lingthio/Flask-User,https://github.com/lingthio/Flask-User,MIT,2014-02-19 23:57:57.000,2023-06-16 13:23:47.208,2019-12-18 13:33:49,666.0,278,41.0,119.0,123.0,126.0,1035,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2932.0,2700.0,39.0,26,False,['flask'],,2018-04-16 17:42:06.000,0.6.21,54.0,,19742.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,232.0,19029.0,https://anaconda.org/conda-forge/flask-user,2023-06-16 13:23:47.208,62788.0,3.0,,,,,,,,,,,,,,,,,, +382,django-jenkins,kmmbvnr/django-jenkins,django-utils,,https://github.com/kmmbvnr/django-jenkins,https://github.com/kmmbvnr/django-jenkins,LGPL-3.0,2010-07-02 08:55:14.000,2022-03-29 15:06:39.000,2017-02-16 12:03:00,544.0,279,25.0,153.0,19.0,219.0,948,Plug and play continuous integration with django and jenkins.,1996.0,1390.0,70.0,26,False,['django'],,2016-09-15 09:54:04.000,0.110.0,19.0,,18941.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,18941.0,,,,3.0,,,,,,,,,,,,,,,,,, +383,sockjs-tornado,mrjoes/sockjs-tornado,websocket,,https://github.com/mrjoes/sockjs-tornado,https://github.com/mrjoes/sockjs-tornado,MIT,2011-12-06 20:41:39.000,2023-08-04 15:50:54.000,2023-05-10 16:47:01,195.0,160,50.0,53.0,35.0,39.0,857,WebSocket emulation - Python server.,2973.0,2227.0,36.0,26,True,,,2020-04-24 15:02:06.000,1.0.7,11.0,,13304.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,746.0,13246.0,https://anaconda.org/conda-forge/sockjs-tornado,2023-06-16 19:26:46.613,1740.0,3.0,,,,,,,,,,,,,,,,,, +384,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2024-01-05 17:12:15.000,2023-06-08 11:47:57,235.0,62,18.0,91.0,52.0,55.0,852,A rate limiter for Starlette and FastAPI.,1780.0,1757.0,22.0,26,True,['fastapi'],,2023-04-07 14:20:00.918,0.1.8,9.0,,127494.0,,slowapi,https://pypi.org/project/slowapi,2022-11-28 10:22:00.816,23.0,127494.0,,,,1.0,,,,,,,,,,,,,,,,,, +385,extruct,scrapinghub/extruct,web-scraping,,https://github.com/scrapinghub/extruct,https://github.com/scrapinghub/extruct,BSD-3-Clause,2015-10-26 11:51:21.000,2023-07-07 11:18:36.000,2023-07-07 11:18:01,516.0,110,116.0,123.0,45.0,52.0,790,Extract embedded metadata from HTML markup.,1090.0,1049.0,35.0,26,True,,,2023-07-07 10:41:03.731,0.15.0,24.0,,80968.0,,extruct,https://pypi.org/project/extruct,2023-07-07 10:41:03.731,41.0,80968.0,,,,3.0,,,,,,,,,,,,,,,,,, +386,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,,2010-12-24 14:59:29.000,2023-12-14 16:44:34.000,2023-12-14 16:44:34,286.0,82,18.0,67.0,24.0,54.0,774,Freezes a Flask application into a set of static files.,3699.0,3112.0,28.0,26,False,['flask'],43.0,2023-11-11 10:12:40.000,1.0.1,20.0,72.0,33405.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,2023-11-11 10:11:48.000,587.0,32567.0,https://anaconda.org/conda-forge/frozen-flask,2023-06-16 13:21:09.547,73766.0,2.0,,,,,,,,,,,,,,,,,, +387,opentracing-python,opentracing/opentracing-python,monitoring,,https://github.com/opentracing/opentracing-python,https://github.com/opentracing/opentracing-python,Apache-2.0,2016-01-06 22:57:00.000,2023-06-16 13:23:04.175,2021-04-13 17:30:55,220.0,118,36.0,105.0,28.0,33.0,766,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,252.0,,34.0,26,False,,,2020-11-19 17:10:42.000,2.4.0,27.0,,1674192.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,252.0,1671544.0,https://anaconda.org/conda-forge/opentracing,2023-06-16 13:23:04.175,198612.0,3.0,,,,,,,,,,,,,,,,,, +388,flask-apispec,jmcarp/flask-apispec,flask-utils,,https://github.com/jmcarp/flask-apispec,https://github.com/jmcarp/flask-apispec,MIT,2015-07-13 02:46:44.000,2023-09-12 00:45:09.000,2022-08-11 23:30:54,224.0,146,22.0,93.0,112.0,67.0,638,Build and document REST APIs with Flask and apispec.,1482.0,1436.0,32.0,26,False,['flask'],,2022-08-11 23:33:04.168,0.11.4,30.0,,275275.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,46.0,273665.0,https://anaconda.org/conda-forge/flask-apispec,2023-06-16 13:24:09.005,133703.0,2.0,,,,,,,,,,,,,,,,,, +389,flask-swagger,getsling/flask-swagger,openapi-utils,,https://github.com/getsling/flask-swagger,https://github.com/getsling/flask-swagger,MIT,2015-03-01 01:08:16.000,2023-06-16 13:20:31.304,2020-09-29 10:30:18,120.0,92,29.0,29.0,21.0,14.0,456,A swagger 2.0 spec extractor for flask.,10234.0,9895.0,24.0,26,False,['flask'],,2019-03-26 11:27:48.000,0.2.14,17.0,,1108060.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,339.0,1107297.0,https://anaconda.org/conda-forge/flask-swagger,2023-06-16 13:20:31.304,61857.0,3.0,,,,,,,,,,,,,,,,,, +390,pysimplesoap,pysimplesoap/pysimplesoap,http-clients,,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013-06-02 11:09:05.000,2023-11-08 01:33:03.000,2020-07-20 15:14:25,547.0,228,28.0,122.0,95.0,26.0,371,Python Simple SOAP Library.,1414.0,1283.0,51.0,26,False,,,2023-11-08 01:43:05.000,1.08.22,15.0,,12353.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2023-10-24 01:20:23.000,131.0,12353.0,,,,3.0,,,,,,,,,,,,,,,,,, +391,django-cas-ng,django-cas-ng/django-cas-ng,auth,,https://github.com/django-cas-ng/django-cas-ng,https://github.com/django-cas-ng/django-cas-ng,MIT,2014-05-23 22:52:34.000,2023-10-17 22:52:27.000,2023-10-17 22:52:22,655.0,169,18.0,186.0,2.0,151.0,368,"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+.",565.0,491.0,86.0,26,True,['django'],3.0,2023-10-17 22:51:49.000,5.0.1,28.0,548.0,20113.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2023-10-17 22:37:39.000,74.0,20109.0,,,,3.0,,,,,,,,,,,,,,,,,, +392,Flask-OpenID,pallets-eco/flask-openid,auth,,https://github.com/pallets-eco/flask-openid,https://github.com/pallets-eco/flask-openid,BSD-3-Clause,2010-05-06 11:08:54.000,2023-11-01 14:43:45.000,2021-11-23 16:48:39,93.0,72,19.0,25.0,6.0,40.0,231,Flask-OpenID adds openid support to flask applications.,8087.0,6738.0,15.0,26,False,['flask'],,2021-09-08 22:09:37.000,1.3.0,13.0,16.0,1417484.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1349.0,1415848.0,https://anaconda.org/conda-forge/flask-openid,2023-06-16 13:19:07.189,140738.0,3.0,,,,,,,,,,,,,,,,,, +393,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2023-06-16 13:20:43.209,2019-10-18 01:30:15,123.0,51,7.0,20.0,14.0,34.0,104,Python 3.3+s ipaddress for older Python versions.,42321.0,35519.0,7.0,26,False,,,2019-10-18 01:30:27.000,1.0.23,22.0,,4612267.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6802.0,4601588.0,https://anaconda.org/conda-forge/ipaddress,2023-06-16 13:20:43.209,950438.0,3.0,,,,,,,,,,,,,,,,,, +394,http-prompt,httpie/http-prompt,http-clients,,https://github.com/httpie/http-prompt,https://github.com/httpie/http-prompt,MIT,2016-04-06 07:24:35.000,2023-04-24 14:46:59.000,2022-01-21 21:56:58,391.0,325,170.0,106.0,49.0,54.0,8839,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",64.0,55.0,29.0,25,False,,,2021-03-05 14:17:53.000,2.1.0,24.0,,409.0,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,9.0,409.0,,,,3.0,,,,,,,,,,,,,,,,,, +395,idom,idom-team/idom,web-ui,,https://github.com/reactive-python/reactpy,https://github.com/reactive-python/reactpy,MIT,2019-02-19 05:25:54.000,2024-01-11 02:39:34.000,2023-12-28 03:02:16,1341.0,295,58.0,519.0,107.0,250.0,7434,"Its React, but in Python.",112.0,106.0,21.0,25,True,,7.0,2023-07-04 05:29:39.000,reactpy-v1.0.2,109.0,,354.0,,idom,https://pypi.org/project/idom,2023-02-26 19:45:00.617,6.0,354.0,,,,3.0,,,,,,,,,,,,,,,reactive-python/reactpy,,, +396,notion-py,jamalex/notion-py,third-party-apis,,https://github.com/jamalex/notion-py,https://github.com/jamalex/notion-py,MIT,2018-11-26 03:08:41.000,2023-12-21 09:43:09.000,2023-10-25 00:34:24,243.0,441,72.0,111.0,154.0,112.0,4127,Unofficial Python API client for Notion.so.,808.0,770.0,35.0,25,True,,2.0,2021-02-05 05:11:13.000,0.0.28,21.0,,5862.0,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,38.0,5862.0,,,,3.0,,,,,,,,,,,,,,,,,, +397,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2023-07-12 06:56:48.000,2022-05-05 14:10:10,2114.0,506,213.0,333.0,397.0,478.0,3958,"Lightweight, scriptable browser as a service with an HTTP API.",10.0,,62.0,25,False,,,2020-01-09 19:09:29.000,3.4.1,30.0,,321.0,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,321.0,,,,3.0,,,,,,,,,,,,,,,,,, +398,robobrowser,jmcarp/robobrowser,web-scraping,,https://github.com/jmcarp/robobrowser,https://github.com/jmcarp/robobrowser,BSD-3-Clause,2014-02-08 21:29:49.000,2020-09-10 18:41:47.000,2015-06-07 19:46:28,103.0,345,111.0,31.0,60.0,30.0,3685,Your friendly neighborhood web scraper.,1121.0,939.0,10.0,25,False,,,2015-06-07 19:47:05.000,0.5.3,13.0,,13584.0,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,13584.0,,,,3.0,,,,,,,,,,,,,,,,,, +399,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01.000,2023-12-02 09:46:39.000,2023-01-24 18:02:27,227.0,908,73.0,90.0,135.0,118.0,3536,A tool for extracting plain text from Wikipedia dumps.,328.0,321.0,31.0,25,True,,,2023-01-24 18:46:33.000,3.0.7,4.0,,2362.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,2362.0,,,,3.0,,,,,,,,,,,,,,,,,, +400,Cactus,eudicots/Cactus,others,,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011-02-28 11:56:43.000,2023-08-28 12:33:33.000,2017-07-31 02:40:23,667.0,318,124.0,116.0,101.0,86.0,3452,Static site generator for designers. Uses Python and Django templates.,1648.0,1225.0,52.0,25,False,['django'],,2021-12-15 15:49:39.278,3.0.0,20.0,,214.0,,cactus,https://pypi.org/project/cactus,2021-12-15 15:49:39.278,423.0,214.0,,,,3.0,,,,,,,,,,,,,,,,,, +401,twitterscraper,taspinar/twitterscraper,third-party-apis,,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016-06-16 06:51:10.000,2022-10-05 15:48:52.000,2020-07-28 11:36:45,262.0,560,89.0,91.0,142.0,155.0,2347,Scrape Twitter for Tweets.,527.0,504.0,34.0,25,False,,,2020-07-28 11:38:17.000,1.6.1,47.0,,438.0,,twitterscraper,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,438.0,,,,3.0,,,,,,,,,,,,,,,,,, +402,fastapi-admin/fastapi-admin,fastapi-admin/fastapi-admin,fastapi-utils,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2023-11-20 10:30:23.000,2023-07-27 09:29:42,379.0,313,34.0,38.0,45.0,70.0,2334,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",239.0,239.0,13.0,25,True,['fastapi'],,2021-08-31 03:30:19.000,1.0.3,26.0,,3101.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3101.0,,,,2.0,,,,,,,,,,,,,,,,,, +403,fastapi-admin,fastapi-admin/fastapi-admin,admin-ui,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2023-11-20 10:30:23.000,2023-07-27 09:29:42,379.0,313,34.0,38.0,45.0,70.0,2333,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",239.0,239.0,13.0,25,True,['fastapi'],,2021-08-31 03:30:19.000,1.0.3,26.0,,3101.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3101.0,,,,3.0,,,,,,,,,,,,,,,,,, +404,web2py,web2py/web2py,web-frameworks,,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008-11-07 06:08:58.000,2023-12-28 08:28:40.000,2023-12-28 08:21:36,8287.0,883,222.0,1419.0,364.0,697.0,2066,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,40.0,40.0,260.0,25,True,,9.0,2020-03-21 20:19:46.000,2.19.1,24.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +405,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2023-12-13 03:26:20.000,2023-12-13 03:25:07,117.0,145,70.0,40.0,4.0,29.0,1774,Integration layer between Requests and Selenium for automation of web actions.,94.0,87.0,15.0,25,True,,5.0,2023-12-13 03:25:57.000,0.3.0,21.0,,62551.0,,requestium,https://pypi.org/project/requestium,2023-12-13 03:25:57.000,7.0,62551.0,,,,3.0,,,,,,,,,,,,,,,,,, +406,python-react,markfinger/python-react,web-ui,,https://github.com/markfinger/python-react,https://github.com/markfinger/python-react,MIT,2014-12-02 00:12:53.000,2023-06-29 15:16:48.000,2023-06-29 15:16:47,333.0,117,37.0,35.0,10.0,63.0,1607,Server-side rendering of React components.,872.0,824.0,22.0,25,True,,,2018-10-08 09:55:41.000,4.3.0,15.0,,6941.0,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,6941.0,,,,3.0,,,,,,,,,,,,,,,,,, +407,python-lambda,nficano/python-lambda,serverless,,https://github.com/nficano/python-lambda,https://github.com/nficano/python-lambda,ISC,2016-02-26 03:21:06.000,2023-06-28 11:38:10.000,2022-06-03 06:57:29,384.0,270,32.0,630.0,63.0,53.0,1464,A toolkit for developing and deploying serverless Python code in AWS Lambda.,237.0,204.0,48.0,25,False,,,2021-01-05 04:42:47.000,11.8.0,49.0,,5067.0,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,5067.0,,,,3.0,,,,,,,,,,,,,,,,,, +408,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000,2023-06-16 19:18:58.504,2020-06-23 16:07:11,633.0,100,46.0,51.0,31.0,51.0,1451,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1424.0,1121.0,20.0,25,False,,,2020-05-17 13:09:14.000,1.0.2,40.0,,16097.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,303.0,15700.0,https://anaconda.org/conda-forge/meinheld,2023-06-16 19:18:58.504,17869.0,3.0,,,,,,,,,,,,,,,,,, +409,flask-graphql,graphql-python/flask-graphql,graphql,,https://github.com/graphql-python/flask-graphql,https://github.com/graphql-python/flask-graphql,MIT,2016-01-23 09:20:02.000,2023-06-16 16:17:00.297,2020-08-07 18:38:18,97.0,145,27.0,38.0,42.0,24.0,1319,Adds GraphQL support to your Flask application.,3246.0,3035.0,15.0,25,False,"['flask', 'graphql']",,2019-12-05 15:32:32.000,2.0.1,10.0,,104743.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,211.0,104420.0,https://anaconda.org/conda-forge/flask-graphql,2023-06-16 16:17:00.297,16813.0,2.0,,,,,,,,,,,,,,,,,, +410,django-devserver,dcramer/django-devserver,servers,,https://github.com/dcramer/django-devserver,https://github.com/dcramer/django-devserver,BSD-3-Clause,2010-02-09 20:35:52.000,2020-02-26 17:37:11.000,2016-03-05 15:18:30,218.0,165,31.0,72.0,59.0,28.0,1275,A drop-in replacement for Djangos runserver.,461.0,392.0,39.0,25,False,['django'],,2014-05-02 19:10:18.000,0.8.0,24.0,,3378.0,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,3378.0,,,,3.0,,,,,,,,,,,,,,,,,, +411,fastapi-crudrouter,awtkns/fastapi-crudrouter,fastapi-utils,,https://github.com/awtkns/fastapi-crudrouter,https://github.com/awtkns/fastapi-crudrouter,MIT,2020-12-19 20:58:44.000,2023-11-01 12:10:38.000,2023-01-28 08:44:21,498.0,142,15.0,89.0,57.0,40.0,1259,A dynamic FastAPI router that automatically creates CRUD routes for your models.,209.0,203.0,21.0,25,True,['fastapi'],,2023-01-28 08:54:45.000,0.8.6,27.0,15.0,9275.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,9275.0,,,,2.0,,,,,,,,,,,,,,,,,, +412,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2023-06-12 10:00:14.000,2023-06-09 10:55:35,1203.0,391,35.0,109.0,44.0,89.0,1018,Simple yet powerful authorization / authentication client library for Python web applications.,253.0,,47.0,25,True,,,2023-06-08 18:10:01.850,1.2.1,22.0,,1256.0,,authomatic,https://pypi.org/project/authomatic,2023-06-08 18:10:01.850,253.0,1256.0,,,,3.0,,,,,,,,,,,,,,,,,, +413,django-cleanup,un1t/django-cleanup,django-utils,,https://github.com/un1t/django-cleanup,https://github.com/un1t/django-cleanup,MIT,2012-08-14 09:27:02.000,2023-06-15 06:19:16.352,2023-06-14 22:02:58,191.0,74,10.0,50.0,1.0,52.0,999,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,12781.0,12447.0,17.0,25,True,['django'],,2023-06-14 22:14:00.885,8.0.0,38.0,,161975.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2023-06-14 22:14:00.885,334.0,161694.0,https://anaconda.org/conda-forge/django-cleanup,2023-06-15 06:19:16.352,12118.0,3.0,,,,,,,,,,,,,,,,,, +414,django-summernote,summernote/django-summernote,django-utils,,https://github.com/summernote/django-summernote,https://github.com/summernote/django-summernote,MIT,2013-07-16 12:07:21.000,2023-09-26 09:27:45.000,2021-10-14 21:53:39,552.0,224,36.0,151.0,70.0,284.0,989,Simply integrate Summernote editor with Django project.,229.0,,69.0,25,False,['django'],,2021-10-14 19:12:56.000,0.8.19.0,73.0,,46402.0,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,229.0,46402.0,,,,3.0,,,,,,,,,,,,,,,,,, +415,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2023-11-12 13:00:10.000,2022-03-23 14:37:36,860.0,93,11.0,108.0,44.0,49.0,922,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",309.0,,43.0,25,False,"['flask', 'django']",,2022-03-23 14:39:31.000,7.2.2,157.0,,70549.0,,mixer,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,309.0,70549.0,,,,3.0,,,,,,,,,,,,,,,,,, +416,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2023-11-07 10:00:47.000,2023-11-07 10:00:47,342.0,61,10.0,15.0,17.0,70.0,916,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,1269.0,1224.0,13.0,25,True,,9.0,2023-10-17 17:27:54.000,0.3.17,44.0,,40706.0,,selectolax,https://pypi.org/project/selectolax,2023-10-17 17:27:54.000,45.0,40706.0,,,,3.0,,,,,,,,,,,,,,,,,, +417,emmett,emmett-framework/emmett,web-frameworks,,https://github.com/emmett-framework/emmett,https://github.com/emmett-framework/emmett,BSD-3-Clause,2014-10-20 20:23:26.000,2023-12-21 11:58:11.000,2023-12-21 11:52:10,1606.0,69,30.0,79.0,29.0,288.0,899,The web framework for inventors.,60.0,56.0,24.0,25,True,,4.0,2023-12-21 11:58:11.000,2.5.7,100.0,,391.0,,emmett,https://pypi.org/project/emmett,2023-12-21 11:58:11.000,4.0,391.0,,,,3.0,,,,,,,,,,,,,,,,,, +418,django-floppyforms,jazzband/django-floppyforms,django-utils,,https://github.com/jazzband/django-floppyforms,https://github.com/jazzband/django-floppyforms,MirOS,2010-11-24 23:21:33.000,2023-02-20 14:22:02.000,2023-02-20 14:22:02,581.0,152,31.0,94.0,44.0,98.0,832,Full control of form rendering in the templates.,3301.0,2089.0,48.0,25,False,['django'],,2020-05-20 02:41:28.000,1.9.0,27.0,,34473.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1212.0,34473.0,,,,3.0,,,,,,,,,,,,,,,,,, +419,django-easy-audit,soynatan/django-easy-audit,django-utils,,https://github.com/soynatan/django-easy-audit,https://github.com/soynatan/django-easy-audit,GPL-3.0,2016-10-23 06:55:16.000,2024-01-07 04:20:46.000,2024-01-04 20:28:35,285.0,157,15.0,134.0,74.0,72.0,618,"Yet another Django audit log app, hopefully the simplest one.",234.0,222.0,46.0,25,True,['django'],11.0,2023-06-13 14:41:01.137,1.3.5,56.0,,33187.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,2023-08-21 14:01:17.000,12.0,33187.0,,,,3.0,,,,,,,,,,,,,,,,,, +420,fastapi-mail,sabuhish/fastapi-mail,email,,https://github.com/sabuhish/fastapi-mail,https://github.com/sabuhish/fastapi-mail,MIT,2020-01-25 11:52:29.000,2023-10-23 13:42:45.000,2023-07-18 18:50:59,277.0,74,12.0,88.0,14.0,95.0,567,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",2263.0,2255.0,41.0,25,True,['fastapi'],,2023-07-18 18:53:18.000,1.4.1,89.0,,121390.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023-07-18 18:53:18.000,8.0,121390.0,,,,3.0,,,,,,,,,,,,,,,,,, +421,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,MIT,2017-07-17 18:13:54.000,2024-01-01 16:13:00.000,2024-01-01 16:12:59,885.0,27,13.0,602.0,3.0,29.0,528,"#1 quality TLS certs while you wait, for the discerning tester.",667.0,610.0,21.0,25,True,,4.0,2023-07-10 06:58:01.555,1.1.0,14.0,,101129.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2023-07-10 06:58:01.555,57.0,100908.0,https://anaconda.org/conda-forge/trustme,2023-07-10 13:47:34.286,8428.0,3.0,,,,,,,,,,,,,,,,,, +422,django-csp,mozilla/django-csp,django-utils,,https://github.com/mozilla/django-csp,https://github.com/mozilla/django-csp,BSD-3-Clause,2010-07-14 18:00:59.000,2023-12-21 21:52:15.000,2023-12-21 21:52:15,248.0,94,27.0,103.0,20.0,80.0,497,Content Security Policy for Django.,109.0,78.0,53.0,25,True,['django'],4.0,2013-11-19 23:16:37.000,2.0.3,12.0,,376826.0,,django-csp,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000,31.0,376826.0,,,,3.0,,,,,,,,,,,,,,,,,, +423,django-robots,jazzband/django-robots,django-utils,,https://github.com/jazzband/django-robots,https://github.com/jazzband/django-robots,BSD-3-Clause,2009-09-20 15:27:41.000,2024-01-08 17:36:21.000,2023-12-09 12:55:54,339.0,94,13.0,87.0,20.0,47.0,450,A Django app for managing robots.txt files following the robots exclusion protocol.,1856.0,1298.0,45.0,25,True,['django'],4.0,2023-09-07 12:15:53.000,6.1,29.0,,32107.0,,django-robots,https://pypi.org/project/django-robots,2023-12-09 13:03:38.000,558.0,32107.0,,,,3.0,,,,,,,,,,,,,,,,,, +424,starlette-admin,jowilf/starlette-admin,admin-ui,,https://github.com/jowilf/starlette-admin,https://github.com/jowilf/starlette-admin,MIT,2022-08-29 15:22:50.000,2024-01-11 07:02:28.000,2024-01-11 02:51:00,448.0,39,5.0,271.0,64.0,105.0,406,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",250.0,241.0,13.0,25,True,['fastapi'],35.0,2023-11-14 00:41:20.000,0.12.2,53.0,,34721.0,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,2023-12-23 18:00:29.000,9.0,34549.0,https://anaconda.org/conda-forge/starlette-admin,2023-11-15 00:09:37.571,1036.0,3.0,,,,,,,,,,,,,,,,,, +425,Flask-Moment,miguelgrinberg/Flask-Moment,flask-utils,,https://github.com/miguelgrinberg/Flask-Moment,https://github.com/miguelgrinberg/Flask-Moment,MIT,2013-10-24 04:17:57.000,2023-10-15 13:22:39.000,2023-10-15 13:22:36,97.0,50,15.0,44.0,2.0,47.0,363,Formatting of dates and times in Flask templates using moment.js.,25532.0,23264.0,22.0,25,True,['flask'],1.0,2023-08-21 18:40:23.000,1.0.5,23.0,,36873.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2022-10-05 14:13:24.427,2268.0,36328.0,https://anaconda.org/conda-forge/flask-moment,2023-06-16 13:18:41.479,47963.0,3.0,,,,,,,,,,,,,,,,,, +426,flask-praetorian,dusktreader/flask-praetorian,auth,,https://github.com/dusktreader/flask-praetorian,https://github.com/dusktreader/flask-praetorian,MIT,2016-11-23 16:47:18.000,2023-11-29 00:53:39.000,2023-11-29 00:53:39,374.0,62,15.0,133.0,6.0,137.0,337,"Strong, Simple, and Precise security for Flask APIs (using jwt).",412.0,404.0,27.0,25,True,['flask'],10.0,2023-11-29 00:38:54.000,1.5.0,48.0,,3489.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2023-11-29 00:38:54.000,8.0,3489.0,,,,3.0,,,,,,,,,,,,,,,,,, +427,flask_pydantic,bauerji/flask_pydantic,flask-utils,,https://github.com/bauerji/flask-pydantic,https://github.com/bauerji/flask-pydantic,MIT,2020-01-06 17:45:59.000,2024-01-11 06:49:14.000,2024-01-08 16:14:23,162.0,53,7.0,44.0,16.0,24.0,314,flask extension for integration with the awesome pydantic package.,521.0,516.0,13.0,25,True,['flask'],7.0,2024-01-08 16:25:14.000,0.12.0,24.0,,113724.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,2024-01-08 16:25:14.000,5.0,113724.0,,,,3.0,5.0,,,,,,,,,,,,,,,,, +428,Spectree,0b01001001/spectree,openapi-utils,,https://github.com/0b01001001/spectree,https://github.com/0b01001001/spectree,Apache-2.0,2019-12-01 07:04:07.000,2023-12-23 04:24:46.000,2023-12-23 04:24:45,472.0,70,8.0,248.0,18.0,94.0,296,API spec validator and OpenAPI document generator for Python web frameworks.,90.0,85.0,42.0,25,True,['openapi'],11.0,2023-11-07 09:26:02.000,1.2.8,89.0,,33263.0,,spectree,https://pypi.org/project/spectree,2023-11-07 09:26:02.000,5.0,33263.0,,,,3.0,,,,,,,,,,,,,,,,,, +429,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012-10-07 12:21:45.000,2023-10-23 05:36:49.714,2023-10-23 03:31:30,155.0,79,7.0,34.0,9.0,65.0,275,Pagination support for flask.,3072.0,3023.0,27.0,25,True,['flask'],1.0,2023-10-23 03:36:17.000,2023.10.24,36.0,56.0,61049.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2023-10-23 03:33:00.000,49.0,60532.0,https://anaconda.org/conda-forge/flask-paginate,2023-10-23 05:36:49.714,20148.0,3.0,,,,,,,,,,,,,,,,,, +430,flask-rebar,plangrid/flask-rebar,flask-utils,,https://github.com/plangrid/flask-rebar,https://github.com/plangrid/flask-rebar,MIT,2018-02-26 17:39:13.000,2023-12-24 08:30:38.000,2023-10-27 21:42:46,365.0,37,113.0,190.0,50.0,57.0,229,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",57.0,51.0,39.0,25,True,"['flask', 'openapi']",12.0,2023-10-27 23:21:59.000,3.1.1,49.0,,3696.0,,flask-rebar,https://pypi.org/project/flask-rebar,2023-10-27 23:21:59.000,6.0,3696.0,,,,3.0,,,,,,,,,,,,,,,,,, +431,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2023-07-20 15:27:19.648,2022-10-19 05:40:44,195.0,55,10.0,44.0,17.0,34.0,219,Python HTTP Agent Parser.,3437.0,3173.0,35.0,25,False,,,2022-10-19 05:57:00.902,1.9.5,58.0,,199145.0,,httpagentparser,https://pypi.org/project/httpagentparser,2023-07-20 15:27:19.648,264.0,199145.0,,,,3.0,,,,,,,,,,,,,,,,,, +432,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,BSD-3-Clause,2011-12-06 18:51:00.000,2023-11-09 09:26:48.000,2022-09-03 07:50:43,202.0,47,7.0,86.0,13.0,44.0,191,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2806.0,2542.0,33.0,25,False,['flask'],,2022-04-05 04:10:17.000,1.1.1,29.0,,52941.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,51907.0,https://anaconda.org/conda-forge/flask-seasurf,2023-06-16 13:18:14.121,91006.0,3.0,,,,,,,,,,,,,,,,,, +433,graphql-relay-py,graphql-python/graphql-relay-py,graphql,,https://github.com/graphql-python/graphql-relay-py,https://github.com/graphql-python/graphql-relay-py,MIT,2015-09-17 17:16:20.000,2023-06-16 13:21:37.925,2022-07-23 13:48:14,182.0,38,18.0,20.0,10.0,23.0,145,A library to help construct a graphql-py server supporting react-relay.,16373.0,15893.0,10.0,25,False,,,2022-04-16 11:03:43.000,3.2.0,27.0,,1536630.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,480.0,1533214.0,https://anaconda.org/conda-forge/graphql-relay,2023-06-16 13:21:37.925,259653.0,2.0,,,,,,,,,,,,,,,,,, +434,Photon,s0md3v/Photon,web-scraping,,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018-03-30 19:38:22.000,2024-01-04 18:02:21.000,2022-12-20 10:27:06,326.0,1421,324.0,86.0,48.0,66.0,10250,Incredibly fast crawler designed for OSINT.,5.0,,21.0,24,False,,,2019-04-05 15:15:47.000,1.3.0,18.0,,267.0,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,267.0,,,,3.0,,,,,,,,,,,,,,,,,, +435,japronto,squeaky-pl/japronto,web-frameworks,,https://github.com/squeaky-pl/japronto,https://github.com/squeaky-pl/japronto,MIT,2016-10-26 19:51:32.000,2023-08-14 21:42:00.000,2020-03-20 17:53:14,736.0,593,351.0,43.0,94.0,66.0,8626,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,150.0,118.0,23.0,24,False,,,2018-11-09 13:14:51.000,0.1.2,8.0,,131.0,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,32.0,131.0,,,,3.0,,,,,,,,,,,,,,,,,, +436,scdl,flyingrub/scdl,third-party-apis,,https://github.com/flyingrub/scdl,https://github.com/flyingrub/scdl,GPL-2.0,2014-10-02 19:37:42.000,2023-04-19 15:13:11.000,2022-09-04 19:08:06,298.0,306,66.0,108.0,70.0,285.0,2999,Soundcloud Music Downloader.,256.0,249.0,48.0,24,False,,,2022-09-04 19:10:21.281,2.7.3,50.0,,909.0,,scdl,https://pypi.org/project/scdl,2022-09-04 19:10:21.281,7.0,909.0,,,,3.0,,,,,,,,,,,,,,,,,, +437,instagram_private_api,ping/instagram_private_api,third-party-apis,,https://github.com/ping/instagram_private_api,https://github.com/ping/instagram_private_api,MIT,2017-01-12 11:54:19.000,2022-06-04 23:33:40.000,2019-11-14 10:11:13,444.0,616,113.0,51.0,132.0,220.0,2828,A Python library to access Instagrams private API.,12.0,,5.0,24,False,,,2019-02-22 08:05:21.000,1.6.0,39.0,,21461.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,12.0,21461.0,,,,3.0,,,,,,,,,,,,,,,,,, +438,viewflow,viewflow/viewflow,django-utils,,https://github.com/viewflow/viewflow,https://github.com/viewflow/viewflow,AGPL-3.0,2013-09-10 10:16:35.000,2023-10-31 19:44:35.000,2023-09-29 06:59:19,126.0,382,107.0,96.0,39.0,270.0,2496,Reusable workflow library for Django.,316.0,284.0,27.0,24,True,['django'],,2022-04-05 06:26:44.000,1.11.0,48.0,,4602.0,,django-viewflow,https://pypi.org/project/django-viewflow,2023-09-29 07:00:08.000,32.0,4602.0,,,,3.0,,,,,,,,,,,,,,,,,, +439,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2020-05-21 11:25:28.304,2023-11-19 12:11:35.795,2022-07-06 20:18:54,944.0,133,,1.0,,,2353,Quart is a Python ASGI web microframework with the same API as Flask.,118.0,,68.0,24,False,,,2023-04-09 16:20:01.159,0.18.4,54.0,,386226.0,conda-forge/quart,quart,https://pypi.org/project/quart,2023-04-09 16:20:01.159,118.0,384138.0,https://anaconda.org/conda-forge/quart,2023-11-19 12:11:35.795,91874.0,3.0,,,,,,,,,,,,,,,,,, +440,flask-ask,johnwheeler/flask-ask,flask-utils,,https://github.com/johnwheeler/flask-ask,https://github.com/johnwheeler/flask-ask,Apache-2.0,2016-05-12 00:54:46.000,2023-05-01 21:13:09.000,2022-03-31 19:56:40,478.0,370,89.0,117.0,71.0,,1910,Alexa Skills Kit for Python.,887.0,754.0,42.0,24,False,['flask'],,2018-02-28 21:57:01.000,0.9.8,34.0,,342.0,,flask-ask,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,133.0,342.0,,,,3.0,,,,,,,,,,,,,,,,,, +441,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011-04-18 22:38:56.000,2022-04-04 10:53:21.000,2019-11-28 10:27:42,205.0,267,124.0,69.0,32.0,27.0,1844,A pure-python HTML screen-scraping library.,240.0,137.0,25.0,24,False,,,2019-11-28 11:03:32.000,0.14.1,13.0,,758.0,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,103.0,758.0,,,,3.0,,,,,,,,,,,,,,,,,, +442,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2023-06-16 19:27:19.192,2023-03-30 11:19:04,2415.0,374,51.0,208.0,98.0,424.0,1770,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,34.0,27.0,163.0,24,False,,,2021-12-15 14:07:20.549,6.5.4,42.0,,735.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-12-15 14:07:20.549,7.0,152.0,https://anaconda.org/conda-forge/offlineimap,2023-06-16 19:27:19.192,16347.0,3.0,,,,,,,,,,,,,,,,,, +443,flask-sockets,heroku-python/flask-sockets,websocket,,https://github.com/heroku-python/flask-sockets,https://github.com/heroku-python/flask-sockets,MIT,2013-10-01 00:41:09.000,2021-05-14 12:12:05.000,2017-05-30 17:23:01,57.0,149,45.0,25.0,27.0,33.0,1741,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,448.0,,13.0,24,False,['flask'],,2016-06-05 02:14:01.000,0.2.1,3.0,,49679.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,49679.0,,,,3.0,,,,,,,,,,,,,,,,,, +444,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,BSD-3-Clause,2012-03-06 17:53:29.000,2023-06-16 16:09:08.933,2019-08-14 04:58:34,139.0,737,10.0,5.0,1.0,4.0,1562,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",5517.0,,6.0,24,False,['flask'],,,,36.0,,139601.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5517.0,139370.0,https://anaconda.org/conda-forge/flask-bootstrap,2023-06-16 16:09:08.933,15281.0,3.0,,,,,,,,,,,,,,,,,, +445,frontera,scrapinghub/frontera,web-scraping,,https://github.com/scrapinghub/frontera,https://github.com/scrapinghub/frontera,BSD-3-Clause,2014-11-22 15:42:50.000,2023-09-18 11:10:47.000,2019-11-29 15:30:27,923.0,214,163.0,258.0,101.0,77.0,1267,A scalable frontier for web crawlers.,50.0,35.0,41.0,24,False,,,2021-12-15 16:24:14.316,0.3.2,22.0,,529.0,,frontera,https://pypi.org/project/frontera,2019-04-05 16:36:41.000,15.0,529.0,,,,3.0,,,,,,,,,,,,,,,,,, +446,django-vanilla-views,encode/django-vanilla-views,django-utils,,https://github.com/encode/django-vanilla-views,https://github.com/encode/django-vanilla-views,BSD-2-Clause,2013-09-02 13:41:57.000,2022-09-03 23:28:36.000,2022-09-03 23:28:35,189.0,72,39.0,85.0,2.0,40.0,972,Beautifully simple class-based views.,915.0,668.0,31.0,24,False,['django'],,2021-05-09 09:56:51.000,3.0.0,15.0,,4967.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,4967.0,,,,3.0,,,,,,,,,,,,,,,,,, +447,flask-talisman,GoogleCloudPlatform/flask-talisman,flask-utils,,https://github.com/GoogleCloudPlatform/flask-talisman,https://github.com/GoogleCloudPlatform/flask-talisman,Apache-2.0,2015-11-12 23:40:25.000,2023-08-03 12:00:26.000,2020-07-13 17:40:33,60.0,85,21.0,43.0,21.0,22.0,904,HTTP security headers for Flask.,118.0,,19.0,24,False,['flask'],,2023-08-03 12:00:26.000,1.1.0,15.0,,598735.0,,flask-talisman,https://pypi.org/project/flask-talisman,2023-08-03 12:00:26.000,118.0,598735.0,,,,3.0,,,,,,,,,,,,,,,,,, +448,django-cache-machine,django-cache-machine/django-cache-machine,django-utils,,https://github.com/django-cache-machine/django-cache-machine,https://github.com/django-cache-machine/django-cache-machine,BSD-3-Clause,2010-02-09 23:01:12.000,2023-02-20 18:13:51.000,2023-02-20 18:13:51,300.0,162,26.0,73.0,22.0,56.0,868,Automatic caching and invalidation for Django models through the ORM.,387.0,275.0,27.0,24,True,['django'],,2022-07-06 18:41:15.000,1.2.0,10.0,,6338.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,6338.0,,,,3.0,,,,,,,,,,,,,,,,,, +449,django-solo,lazybird/django-solo,django-utils,,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,CC-BY-3.0,2013-05-22 21:28:08.000,2023-12-28 15:18:15.000,2023-12-28 15:10:22,161.0,81,20.0,69.0,11.0,51.0,818,Helps working with singletons - things like global settings that you want to edit from the admin site.,2469.0,2147.0,45.0,24,False,['django'],1.0,2023-05-25 23:28:00.971,2.1.0,14.0,,127731.0,,django-solo,https://pypi.org/project/django-solo,2023-05-25 23:28:00.971,322.0,127731.0,,,,3.0,,,,,,,,,,,,,,,,,, +450,flask-profiler,muatik/flask-profiler,flask-utils,,https://github.com/muatik/flask-profiler,https://github.com/muatik/flask-profiler,MIT,2015-10-05 20:49:53.000,2022-12-02 02:48:05.000,2020-10-20 08:42:33,157.0,92,24.0,62.0,36.0,35.0,742,a flask profiler which watches endpoint calls and tries to make some analysis.,354.0,346.0,29.0,24,False,['flask'],,2018-11-19 23:11:10.000,1.8.1,39.0,,15742.0,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,8.0,15742.0,,,,3.0,,,,,,,,,,,,,,,,,, +451,html5-parser,kovidgoyal/html5-parser,html-processing,,https://github.com/kovidgoyal/html5-parser,https://github.com/kovidgoyal/html5-parser,Apache-2.0,2017-06-03 06:56:36.000,2023-11-19 15:15:02.000,2023-11-19 15:14:48,354.0,77,17.0,8.0,1.0,22.0,661,Fast C based HTML 5 parsing for python.,18.0,,7.0,24,True,,15.0,2023-11-19 15:09:54.000,0.4.12,21.0,,127308.0,,html5-parser,https://pypi.org/project/html5-parser,2023-11-19 15:09:54.000,18.0,127308.0,,,,3.0,,,,,,,,,,,,,,,,,, +452,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2024-01-02 14:08:35.000,2024-01-02 14:08:26,207.0,90,17.0,51.0,,59.0,614,a small library for extracting rich content from urls.,2972.0,2778.0,27.0,24,True,,2.0,2023-06-19 13:24:07.578,0.5.5,25.0,,20384.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2023-06-19 13:24:07.578,194.0,20011.0,https://anaconda.org/conda-forge/micawber,2023-07-10 11:27:45.154,13453.0,3.0,,,,,,,,,,,,,,,,,, +453,django-test-plus,revsys/django-test-plus,testing,,https://github.com/revsys/django-test-plus,https://github.com/revsys/django-test-plus,BSD-3-Clause,2015-05-23 16:08:52.000,2023-07-11 11:44:02.719,2023-07-11 11:37:47,489.0,66,11.0,152.0,11.0,46.0,588,Useful additions to Djangos default TestCase.,1261.0,,33.0,24,True,['django'],,2023-07-11 11:44:02.719,2.2.3,37.0,,41417.0,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2023-07-11 11:44:02.719,1261.0,41035.0,https://anaconda.org/conda-forge/django-test-plus,2023-06-16 13:22:55.415,29447.0,3.0,,,,,,,,,,,,,,,,,, +454,ghapi,fastai/ghapi,third-party-apis,,https://github.com/fastai/ghapi,https://github.com/fastai/ghapi,Apache-2.0,2020-11-21 01:10:28.000,2023-06-14 04:45:01.503,2023-06-14 04:39:28,304.0,54,9.0,36.0,47.0,85.0,496,A delightful and complete interface to GitHubs amazing API.,1218.0,1154.0,16.0,24,True,,,2023-06-14 04:45:01.503,1.0.4,28.0,,407053.0,,ghapi,https://pypi.org/project/ghapi,2023-06-14 04:45:01.503,64.0,407053.0,,,,3.0,,,,,,,,,,,,,,,,,, +455,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2022-07-03 21:17:25.000,2014-07-30 05:44:44,181.0,184,34.0,51.0,108.0,35.0,393,A python module for retrieving and parsing WHOIS data.,787.0,521.0,7.0,24,False,,,2022-07-03 21:17:25.000,0.8.0,22.0,,155872.0,,python-whois,https://pypi.org/project/python-whois,2022-07-03 21:17:25.000,266.0,155872.0,,,,3.0,,,,,,,,,,,,,,,,,, +456,pyshorteners,ellisonleao/pyshorteners,third-party-apis,,https://github.com/ellisonleao/pyshorteners,https://github.com/ellisonleao/pyshorteners,GPL-3.0,2013-09-30 18:33:24.000,2022-06-06 19:18:46.000,2022-06-06 19:18:46,431.0,63,16.0,90.0,,,369,Generating short urls with python has never been easier.,11018.0,10917.0,24.0,24,False,,,2020-03-19 17:55:20.000,1.0.1,27.0,,99806.0,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,101.0,99806.0,,,,3.0,,,,,,,,,,,,,,,,,, +457,http-parser,benoitc/http-parser,http-clients,,https://github.com/benoitc/http-parser,https://github.com/benoitc/http-parser,MIT,2011-04-14 15:33:36.000,2024-01-11 03:15:22.000,2020-04-06 23:28:44,224.0,97,16.0,44.0,19.0,41.0,338,HTTP request/response parser for python in C.,595.0,512.0,31.0,24,False,,,2020-04-06 23:00:26.000,0.9.0,36.0,,15680.0,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,83.0,15680.0,,,,3.0,,,,,,,,,,,,,,,,,, +458,graphene-mongo,graphql-python/graphene-mongo,graphql,,https://github.com/graphql-python/graphene-mongo,https://github.com/graphql-python/graphene-mongo,MIT,2018-01-22 04:06:16.000,2023-12-09 10:32:00.000,2023-12-09 10:28:59,601.0,113,14.0,138.0,20.0,72.0,281,Graphene MongoEngine integration.,350.0,337.0,37.0,24,True,['graphql'],4.0,2023-12-09 10:32:00.000,0.4.1,35.0,,6101.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2023-12-09 10:32:00.000,13.0,5947.0,https://anaconda.org/conda-forge/graphene-mongo,2023-06-16 19:18:19.405,7125.0,3.0,,,,,,,,,,,,,,,,,, +459,starlette_exporter,stephenhillier/starlette_exporter,fastapi-utils,,https://github.com/stephenhillier/starlette_exporter,https://github.com/stephenhillier/starlette_exporter,Apache-2.0,2019-10-26 22:04:25.000,2024-01-06 05:20:33.000,2024-01-06 05:20:33,188.0,31,2.0,41.0,8.0,36.0,278,Prometheus exporter for Starlette and FastAPI.,11.0,,22.0,24,True,['fastapi'],14.0,2023-11-11 06:34:29.000,0.17.1,22.0,,423351.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2023-11-11 06:32:43.000,11.0,423351.0,,,,2.0,,,,,,,,,,,,,,,,,, +460,trame,Kitware/trame,web-ui,,https://github.com/Kitware/trame,https://github.com/Kitware/trame,Apache-2.0,2021-09-24 21:38:47.000,2024-01-10 18:28:33.000,2024-01-10 18:28:24,316.0,42,12.0,59.0,4.0,42.0,259,Trame lets you weave various components and technologies into a Web Application solely written in Python.,30.0,,18.0,24,True,,43.0,2024-01-10 18:22:08.000,3.5.1,135.0,211.0,27361.0,,trame,https://pypi.org/project/trame,2024-01-10 18:22:04.000,30.0,27353.0,,,,3.0,,,,,,,,,,,,,,,,,, +461,pytest-splinter,pytest-dev/pytest-splinter,testing,,https://github.com/pytest-dev/pytest-splinter,https://github.com/pytest-dev/pytest-splinter,MIT,2014-02-16 17:03:35.000,2023-06-15 13:58:36.000,2022-08-09 16:14:23,347.0,55,36.0,96.0,14.0,77.0,249,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,605.0,489.0,31.0,24,False,,,2022-09-09 19:48:12.442,3.3.2,74.0,,14504.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,116.0,14504.0,,,,3.0,,,,,,,,,,,,,,,,,, +462,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000,2024-01-08 16:04:08.000,2023-09-09 04:21:26,1172.0,83,13.0,210.0,40.0,138.0,94,Pyramid debug toolbar.,27.0,,69.0,24,True,['pyramid'],,2020-02-11 00:39:55.921,4.6.1,63.0,,2731802.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2023-01-03 02:36:22.407,27.0,2731671.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2023-06-16 19:25:02.720,4472.0,3.0,,,,,,,,,,,,,,,,,, +463,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2024-01-10 10:20:22.000,2024-01-10 10:19:45,2828.0,711,96.0,187.0,72.0,589.0,6916,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,86.0,23,True,,155.0,2023-12-13 12:46:19.000,3.1,53.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +464,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-10-06 19:58:56.000,2020-12-21 00:59:19,40.0,462,215.0,34.0,62.0,28.0,6433,Real-time metrics for nginx server.,43.0,34.0,9.0,23,False,,,2020-12-21 00:51:09.000,0.0.3,3.0,,1402.0,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,9.0,1402.0,,,,3.0,,,,,,,,,,,,,,,,,, +465,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2023-05-11 09:25:29.000,2022-07-17 17:18:27,137.0,603,125.0,22.0,10.0,49.0,5747,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",330.0,329.0,8.0,23,False,,,2022-07-17 17:20:18.601,1.1.14,16.0,,3536.0,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,1.0,3536.0,,,,3.0,,,,,,,,,,,,,,,,,, +466,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2023-12-07 12:02:07.000,2019-03-13 10:21:05,152.0,873,143.0,29.0,96.0,80.0,3595,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,12.0,,9.0,23,False,,,2019-03-12 19:47:46.000,0.3.2,12.0,,3770.0,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,3770.0,,,,3.0,,,,,,,,,,,,,,,,,, +467,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2023-12-11 05:24:27.000,2023-12-03 20:20:29,920.0,348,67.0,294.0,75.0,408.0,2685,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",2.0,,90.0,23,True,,10.0,,,37.0,,3350.0,,urlwatch,https://pypi.org/project/urlwatch,2023-05-03 08:08:01.753,2.0,3350.0,,,,3.0,,,,,,,,,,,,,,,,,, +468,flaskbb,flaskbb/flaskbb,web-ui,,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,BSD-3-Clause,2013-09-11 08:39:17.000,2023-10-01 23:59:31.000,2023-03-13 06:51:20,1961.0,596,120.0,318.0,45.0,304.0,2490,A classic Forum Software in Python using Flask.,38.0,29.0,67.0,23,True,['flask'],,2021-09-09 20:26:21.000,2.1.0,4.0,,69.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,9.0,69.0,,,,3.0,,,,,,,,,,,,,,,,,, +469,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.1,2012-07-23 11:05:58.000,2023-12-28 12:58:23.000,2023-12-27 13:41:51,3698.0,292,88.0,718.0,76.0,108.0,2374,Load and performance benchmark tool.,13.0,10.0,117.0,23,False,,20.0,2023-05-30 07:58:00.467,1.21.4,40.0,,66.0,,yandextank,https://pypi.org/project/yandextank,2023-05-30 07:58:00.467,3.0,66.0,,,,3.0,,,,,,,,,,,,,,,,,, +470,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2024-01-08 17:09:13.000,2020-12-21 15:15:51,250.0,211,63.0,269.0,33.0,52.0,1972,Automatically generate a RESTful API service for your legacy database. No code required!.,32.0,26.0,23.0,23,False,,,2021-12-15 15:31:18.692,0.0.2,29.0,,162.0,,sandman2,https://pypi.org/project/sandman2,2021-12-15 15:31:18.692,6.0,162.0,,,,3.0,,,,,,,,,,,,,,,,,, +471,fastapi-utils,dmontagu/fastapi-utils,fastapi-utils,,https://github.com/dmontagu/fastapi-utils,https://github.com/dmontagu/fastapi-utils,MIT,2020-01-19 22:34:25.000,2023-09-11 14:52:23.000,2023-03-19 18:34:49,22.0,140,16.0,224.0,54.0,13.0,1644,Reusable utilities for FastAPI.,3414.0,3352.0,2.0,23,True,['fastapi'],,2020-03-07 05:55:04.000,0.2.1,4.0,,1189183.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,62.0,1189183.0,,,,2.0,,,,,,,,,,,,,,,,,, +472,hyde,hyde/hyde,others,,https://github.com/hyde/hyde,https://github.com/hyde/hyde,MIT,2011-01-07 09:52:20.000,2021-10-05 10:31:44.000,2016-03-10 01:59:31,600.0,247,43.0,151.0,64.0,140.0,1617,A Python Static Website Generator.,157.0,91.0,43.0,23,False,,,2015-11-09 13:50:15.000,0.8.9,16.0,,161.0,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,161.0,,,,3.0,,,,,,,,,,,,,,,,,, +473,wdb,Kozea/wdb,testing,,https://github.com/Kozea/wdb,https://github.com/Kozea/wdb,GPL-3.0,2012-10-05 16:40:23.000,2022-12-06 14:33:43.000,2019-09-16 09:29:29,658.0,111,74.0,48.0,38.0,79.0,1571,An improbable web debugger through WebSockets.,247.0,215.0,22.0,23,False,,,2019-09-16 09:25:54.000,3.3.0,53.0,,5288.0,,wdb,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,32.0,5288.0,,,,3.0,,,,,,,,,,,,,,,,,, +474,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2024-01-08 22:15:45.000,2021-08-09 23:54:18,298.0,334,19.0,107.0,39.0,97.0,1262,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,35.0,3.0,39.0,23,False,['openapi'],,2020-03-10 02:57:20.472,1.1.0,61.0,,4751.0,,,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,32.0,4751.0,,,,,,,,,, +475,django-admin2,jazzband/django-admin2,admin-ui,,https://github.com/jazzband/django-admin2,https://github.com/jazzband/django-admin2,BSD-3-Clause,2013-05-14 12:11:48.000,2022-08-02 11:47:22.000,2021-10-22 15:46:32,1099.0,154,62.0,243.0,44.0,194.0,1182,"Extendable, adaptable rewrite of django.contrib.admin.",40.0,26.0,50.0,23,False,['django'],,2018-10-22 22:22:05.390,0.7.1,7.0,,23.0,,django-admin2,https://pypi.org/project/django-admin2,2018-10-22 22:22:05.390,14.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, +476,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2023-06-16 16:08:35.701,2018-02-03 22:03:13,531.0,332,87.0,94.0,133.0,116.0,1142,Python Rest Testing.,143.0,118.0,17.0,23,False,,,2016-03-15 03:16:18.000,1.7.1,14.0,,2541.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,25.0,1682.0,https://anaconda.org/conda-forge/pyresttest,2023-06-16 16:08:35.701,58416.0,3.0,,,,,,,,,,,,,,,,,, +477,fastapi-code-generator,koxudaxi/fastapi-code-generator,fastapi-utils,,https://github.com/koxudaxi/fastapi-code-generator,https://github.com/koxudaxi/fastapi-code-generator,MIT,2020-06-14 10:49:14.000,2023-12-25 17:41:04.000,2023-09-07 16:20:16,454.0,90,20.0,324.0,38.0,36.0,864,This code generator creates FastAPI app from an openapi file.,173.0,170.0,24.0,23,True,"['fastapi', 'openapi']",,2023-09-07 16:22:53.000,0.4.4,41.0,,4512.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2023-09-07 16:22:53.000,3.0,4512.0,,,,2.0,,,,,,,,,,,,,,,,,, +478,fastapi_login,MushroomMaula/fastapi_login,auth,,https://github.com/MushroomMaula/fastapi_login,https://github.com/MushroomMaula/fastapi_login,MIT,2019-10-21 14:47:00.000,2023-11-29 16:53:24.000,2023-11-29 16:26:50,461.0,54,8.0,66.0,8.0,45.0,556,FastAPI-Login tries to provide similar functionality as Flask-Login does.,759.0,756.0,14.0,23,True,['fastapi'],1.0,2023-11-29 16:53:24.000,1.9.2,29.0,3.0,19398.0,,fastapi_login,https://pypi.org/project/fastapi_login,2023-11-29 16:53:24.000,3.0,19398.0,,,,3.0,,,,,,,,,,,,,,,,,, +479,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000,2023-09-29 20:58:48.000,2020-10-28 12:00:08,102.0,55,12.0,41.0,15.0,15.0,461,A mocking library for requests.,3105.0,2494.0,29.0,23,False,,,2020-10-28 12:01:29.000,1.4.0,19.0,,384191.0,,httmock,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,611.0,384191.0,,,,3.0,,,,,,,,,,,,,,,,,, +480,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2023-11-28 01:06:08.000,2023-11-23 07:01:25,503.0,31,15.0,49.0,15.0,99.0,440,Load Testing Tool.,137.0,124.0,16.0,23,True,,14.0,2017-03-22 08:05:08.000,0.6.2,21.0,,32396.0,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,13.0,32396.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,, +481,starlette context,tomwojcik/starlette-context,monitoring,,https://github.com/tomwojcik/starlette-context,https://github.com/tomwojcik/starlette-context,MIT,2019-11-01 16:32:04.000,2023-12-18 04:02:26.000,2023-11-07 07:37:29,149.0,21,5.0,90.0,6.0,32.0,400,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,770.0,746.0,7.0,23,True,['fastapi'],1.0,2023-02-16 22:18:00.698,0.3.6,18.0,,340531.0,,starlette-context,https://pypi.org/project/starlette-context,2023-02-16 22:18:00.698,24.0,340531.0,,,,3.0,,,,,,,,,,,,,,,,,, +482,django-stronghold,mgrouchy/django-stronghold,auth,,https://github.com/mgrouchy/django-stronghold,https://github.com/mgrouchy/django-stronghold,MIT,2013-01-29 02:30:21.000,2022-09-01 10:40:38.000,2020-03-11 11:00:24,167.0,49,20.0,56.0,14.0,27.0,391,Get inside your stronghold and make all your Django views default login_required.,541.0,428.0,22.0,23,False,['django'],,2020-01-17 16:34:53.000,0.4.0,23.0,,10540.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,10540.0,,,,3.0,,,,,,,,,,,,,,,,,, +483,fastapi-socketio,pyropy/fastapi-socketio,fastapi-utils,,https://github.com/pyropy/fastapi-socketio,https://github.com/pyropy/fastapi-socketio,Apache-2.0,2020-09-11 15:22:31.000,2023-11-26 03:02:26.000,2023-03-03 08:44:22,44.0,25,3.0,16.0,18.0,16.0,297,Easily integrate socket.io with your FastAPI app.,2781.0,2778.0,7.0,23,True,['fastapi'],,2023-03-03 08:42:00.907,0.0.10,14.0,,64940.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,3.0,64940.0,,,,2.0,,,,,,,,,,,,,,,,,, +484,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2023-08-04 07:41:28.000,2021-05-15 21:00:41,192.0,38,11.0,40.0,16.0,15.0,295,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4300.0,3925.0,18.0,23,False,,,2017-05-12 14:54:05.000,1.3.1,25.0,,48169.0,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,375.0,48169.0,,,,3.0,,,,,,,,,,,,,,,,,, +485,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2023-10-17 19:40:59.000,2023-10-05 15:43:44,300.0,59,10.0,31.0,25.0,54.0,271,"A light-weight, modular, message representation and mail delivery framework for Python.",398.0,316.0,20.0,23,True,,,2019-09-16 00:20:27.000,4.0.3,8.0,154.0,87054.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,82.0,86065.0,https://anaconda.org/conda-forge/mailer,2023-06-16 16:09:42.549,63288.0,3.0,,,,,,,,,,,,,,,,,, +486,python-mocket,mindflayer/python-mocket,testing,,https://github.com/mindflayer/python-mocket,https://github.com/mindflayer/python-mocket,BSD-3-Clause,2013-04-30 07:44:28.000,2024-01-09 21:20:11.000,2024-01-09 21:20:11,506.0,42,14.0,141.0,1.0,70.0,270,"a socket mock framework - for all kinds of socket animals, web-clients included.",119.0,90.0,24.0,23,True,,8.0,2023-12-25 12:01:23.000,3.12.2,91.0,,5242.0,,mocket,https://pypi.org/project/mocket,2023-12-25 12:01:23.000,29.0,5242.0,,,,3.0,,,,,,,,,,,,,,,,,, +487,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/python-injector/flask_injector,https://github.com/python-injector/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000,2023-07-28 11:51:11.738,2023-07-27 00:32:55,196.0,40,5.0,32.0,12.0,39.0,263,Adds Injector support to Flask.,936.0,870.0,13.0,23,True,['flask'],,2023-07-27 00:33:16.000,0.15.0,28.0,,46548.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2023-07-27 00:33:16.000,66.0,46385.0,https://anaconda.org/conda-forge/flask-injector,2023-07-28 11:51:11.738,5401.0,3.0,,,,,,,,,,,,,,,python-injector/flask_injector,,, +488,Flask-Excel,pyexcel-webwares/Flask-Excel,flask-utils,,https://github.com/pyexcel-webwares/Flask-Excel,https://github.com/pyexcel-webwares/Flask-Excel,BSD-3-Clause,2015-01-21 19:55:07.000,2020-11-10 23:13:19.000,2020-11-10 23:13:13,233.0,85,12.0,9.0,11.0,40.0,255,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1074.0,1002.0,8.0,23,False,,,2017-07-20 02:40:14.000,0.0.7,8.0,10.0,15331.0,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,15331.0,,,,3.0,,,,,,,,,,,,,,,,,, +489,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2023-10-25 20:09:56.000,2013-10-06 19:17:50,559.0,91,12.0,108.0,37.0,34.0,254,Simplifying third-party authentication for web applications.,507.0,470.0,43.0,23,False,,,2013-08-30 04:51:31.000,1.1.1,10.0,,8195.0,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,37.0,8195.0,,,,3.0,,,,,,,,,,,,,,,,,, +490,fastapi-jsonrpc,smagafurov/fastapi-jsonrpc,rpc,,https://github.com/smagafurov/fastapi-jsonrpc,https://github.com/smagafurov/fastapi-jsonrpc,MIT,2019-08-09 17:56:48.000,2024-01-08 11:21:16.000,2024-01-08 11:13:11,206.0,25,15.0,32.0,5.0,26.0,253,JSON-RPC server based on fastapi.,44.0,39.0,11.0,23,True,['fastapi'],22.0,2024-01-08 12:47:14.000,3.1.0,75.0,,8041.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2024-01-08 11:21:16.000,5.0,8041.0,,,,3.0,,,,,,,,,,,,,,,,,, +491,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2021-10-05 19:19:16.000,2020-03-12 22:31:33,265.0,36,114.0,80.0,22.0,35.0,180,Modern robots.txt Parser for Python.,214.0,169.0,23.0,23,False,,,2019-09-16 19:32:19.000,0.4.14,24.0,,5380.0,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,45.0,5380.0,,,,3.0,,,,,,,,,,,,,,,,,, +492,vibora,vibora-io/vibora,web-frameworks,,https://github.com/vibora-io/vibora,https://github.com/vibora-io/vibora,MIT,2018-06-13 15:58:58.000,2020-12-23 01:00:55.000,2019-02-11 10:54:12,141.0,316,254.0,103.0,145.0,,5712,"Fast, asynchronous and elegant Python web framework.",116.0,102.0,28.0,22,False,,,2018-06-16 04:25:57.000,0.0.6,8.0,,311.0,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,311.0,,,,3.0,,,,,,,,,,,,,,,,,, +493,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2024-01-09 17:27:52.000,2023-12-02 07:36:07,615.0,608,125.0,78.0,60.0,148.0,3143,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",140.0,132.0,17.0,22,True,['django'],1.0,2023-07-19 18:55:56.000,0.9.13,49.0,,582.0,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,8.0,582.0,,,,3.0,,,,,,,,,,,,,,,,,, +494,ruia,howie6879/ruia,web-scraping,,https://github.com/howie6879/ruia,https://github.com/howie6879/ruia,Apache-2.0,2018-07-10 01:12:54.000,2023-07-01 08:23:28.000,2022-08-21 07:26:04,440.0,181,43.0,59.0,7.0,92.0,1710,Async Python 3.6+ web scraping micro-framework based on asyncio.,80.0,69.0,17.0,22,False,,,2022-09-06 08:56:03.702,0.8.5,55.0,16.0,1069.0,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,1069.0,,,,3.0,,,,,,,,,,,,,,,,,, +495,django-markdown-editor,agusmakmun/django-markdown-editor,markdown,,https://github.com/agusmakmun/django-markdown-editor,https://github.com/agusmakmun/django-markdown-editor,GPL-3.0,2016-12-27 18:33:34.000,2023-12-02 16:48:10.000,2023-10-29 01:58:33,350.0,1254,10.0,89.0,36.0,103.0,753,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",25.0,,37.0,22,True,['django'],2.0,2023-07-20 02:17:31.000,1.6.28,74.0,,15879.0,,martor,https://pypi.org/project/martor,2023-07-20 02:17:31.000,25.0,15879.0,,,,3.0,,,,,,,,,,,,,,,,,, +496,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019-11-03 16:30:26.000,2023-09-26 22:18:45.000,2022-09-25 17:19:06,53.0,34,11.0,26.0,12.0,10.0,558,Adds simple SQLAlchemy support to FastAPI.,1729.0,1721.0,5.0,22,False,['fastapi'],,2020-09-25 16:26:29.000,0.2.1,9.0,,75624.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,8.0,75624.0,,,,3.0,,,,,,,,,,,,,,,,,, +497,django-graphql-auth,PedroBern/django-graphql-auth,graphql,,https://github.com/PedroBern/django-graphql-auth,https://github.com/PedroBern/django-graphql-auth,MIT,2020-01-15 16:36:01.000,2023-08-14 18:47:11.000,2022-06-17 09:46:13,276.0,97,20.0,62.0,73.0,44.0,321,Django registration and authentication with GraphQL.,664.0,664.0,16.0,22,False,['django'],,2020-11-16 13:18:58.000,0.3.15,37.0,,8445.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,8445.0,,,,3.0,,,,,,,,,,,,,,,,,, +498,python-jwt,davedoesdev/python-jwt,auth,,https://github.com/davedoesdev/python-jwt,https://github.com/davedoesdev/python-jwt,MIT,2013-09-30 08:03:49.000,2023-11-13 07:57:01.000,2023-11-13 07:55:27,169.0,29,10.0,8.0,,17.0,219,Python module for generating and verifying JSON Web Tokens.,64.0,,5.0,22,True,,1.0,2023-11-13 07:57:01.000,4.1.0,45.0,,167886.0,,python-jwt,https://pypi.org/project/python-jwt,2023-11-13 07:57:01.000,64.0,167886.0,,,,3.0,,,,,,,,,,,,,,,,,, +499,asgi-lifespan,florimondmanca/asgi-lifespan,others,,https://github.com/florimondmanca/asgi-lifespan,https://github.com/florimondmanca/asgi-lifespan,MIT,2019-09-27 19:42:10.000,2023-10-30 15:31:42.000,2023-06-06 19:50:56,90.0,11,5.0,45.0,,16.0,174,Programmatic startup/shutdown of ASGI apps.,13949.0,13919.0,6.0,22,True,,,2023-03-28 17:37:00.954,2.1.0,15.0,,295623.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,30.0,292930.0,https://anaconda.org/conda-forge/asgi-lifespan,2023-06-16 19:25:31.174,88885.0,3.0,,,,,,,,,,,,,,,,,, +500,python-graphql-client,prisma-labs/python-graphql-client,graphql,,https://github.com/prisma-labs/python-graphql-client,https://github.com/prisma-labs/python-graphql-client,MIT,2016-05-12 12:09:18.000,2021-03-04 21:32:03.000,2018-07-12 02:38:48,26.0,45,14.0,14.0,4.0,6.0,155,Simple GraphQL client for Python 2.7+.,435.0,366.0,6.0,22,False,,,2021-03-04 21:32:03.000,0.4.3,9.0,,760188.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,69.0,760188.0,,,,3.0,,,,,,,,,,,,,,,,,, +501,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000,2024-01-03 13:24:04.000,2024-01-03 13:16:19,797.0,34,7.0,175.0,21.0,129.0,145,Declarative HTTP Testing for Python and anything else.,109.0,,29.0,22,True,,2.0,2024-01-03 13:24:04.000,2.11.0,127.0,,13293.0,,gabbi,https://pypi.org/project/gabbi,2024-01-03 13:24:04.000,109.0,13293.0,,,,3.0,,,,,,,,,,,,,,,,,, +502,streaming-form-data,siddhantgoel/streaming-form-data,others,,https://github.com/siddhantgoel/streaming-form-data,https://github.com/siddhantgoel/streaming-form-data,MIT,2017-02-09 19:43:21.000,2024-01-01 12:42:08.000,2024-01-01 12:42:08,567.0,32,6.0,60.0,4.0,30.0,142,Streaming (and fast!) parser for multipart/form-data written in Cython.,90.0,85.0,18.0,22,True,,7.0,2023-09-19 17:46:32.000,1.13.0,38.0,,36678.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2023-09-19 17:46:32.000,5.0,36678.0,,,,3.0,,,,,,,,,,,,,,,,,, +503,pyramid_jinja2,Pylons/pyramid_jinja2,pyramid-utils,,https://github.com/Pylons/pyramid_jinja2,https://github.com/Pylons/pyramid_jinja2,,2010-10-31 16:21:44.000,2023-12-07 08:24:26.000,2023-09-05 16:46:34,588.0,58,18.0,109.0,6.0,55.0,74,Jinja2 templating system bindings for the Pyramid web framework.,55.0,,52.0,22,False,['pyramid'],,2022-03-20 03:07:14.000,2.9.2,40.0,,2721479.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2022-03-27 23:00:42.000,55.0,2721466.0,https://anaconda.org/anaconda/pyramid_jinja2,2023-06-16 13:06:08.832,1286.0,1.0,,,,,,,,,,,,,,,,,,BSD-based +504,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2024-01-10 20:41:06.000,2023-11-30 15:32:09,306.0,1206,505.0,83.0,31.0,331.0,14400,Offensive Google framework.,8.0,8.0,29.0,21,False,,3.0,2022-12-03 20:30:21.000,2.0.1,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +505,cabot,arachnys/cabot,others,,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014-01-06 17:48:59.000,2023-09-10 09:23:26.000,2021-01-05 10:40:20,735.0,577,152.0,270.0,163.0,298.0,5528,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",10.0,10.0,70.0,21,False,,,2017-09-14 16:02:39.000,0.11.7,22.0,94.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +506,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2023-10-03 17:31:57.000,2023-06-12 12:26:15,95.0,367,128.0,22.0,7.0,22.0,5508,curl statistics made simple.,15.0,15.0,6.0,21,True,,,2022-10-11 14:44:08.598,1.3.2,9.0,223.0,1750.0,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,1748.0,,,,3.0,,,,,,,,,,,,,,,,,, +507,cookiecutter-flask,cookiecutter-flask/cookiecutter-flask,flask-utils,,https://github.com/cookiecutter-flask/cookiecutter-flask,https://github.com/cookiecutter-flask/cookiecutter-flask,MIT,2013-08-16 07:27:55.000,2024-01-11 13:09:07.000,2024-01-11 13:09:06,1883.0,748,86.0,1800.0,4.0,180.0,4466,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,77.0,21,True,['flask'],52.0,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +508,snallygaster,hannob/snallygaster,web-scraping,,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,CC0-1.0,2018-04-10 12:01:16.000,2023-12-11 13:12:26.000,2023-12-11 13:12:23,235.0,226,75.0,43.0,14.0,31.0,2012,Tool to scan for secret files on HTTP servers.,4.0,4.0,17.0,21,False,,10.0,2022-01-31 20:30:27.000,0.0.12,12.0,,330.0,,snallygaster,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,330.0,,,,3.0,,,,,,,,,,,,,,,,,, +509,Cola,qinxuye/cola,web-scraping,,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013-05-15 06:41:01.000,2022-07-31 00:13:43.000,2020-03-01 06:25:05,254.0,544,167.0,3.0,14.0,52.0,1485,A high-level distributed crawling framework.,41.0,39.0,4.0,21,False,,,2016-03-31 04:19:26.000,0.1.0,3.0,,90.0,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,90.0,,,,3.0,,,,,,,,,,,,,,,,,, +510,fsociety,fsociety-team/fsociety,testing,,https://github.com/fsociety-team/fsociety,https://github.com/fsociety-team/fsociety,MIT,2020-05-17 04:35:05.000,2024-01-08 18:45:29.000,2023-11-11 03:54:26,353.0,139,49.0,194.0,3.0,32.0,1133,A Modular Penetration Testing Framework.,8.0,8.0,11.0,21,True,,7.0,2023-06-16 22:29:00.871,3.2.9,29.0,,2702.0,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,2702.0,,,,3.0,,,,,,,,,,,,,,,,,, +511,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2023-09-11 07:49:27.000,2022-01-20 14:55:31,1149.0,38,22.0,491.0,12.0,131.0,852,GraphQL Engine built with Python 3.6+ / asyncio.,19.0,,27.0,21,False,,,2021-11-15 11:05:03.000,1.4.1,80.0,,1055.0,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,19.0,1055.0,,,,3.0,,,,,,,,,,,,,,,,,, +512,safrs,thomaxxl/safrs,flask-utils,,https://github.com/thomaxxl/safrs,https://github.com/thomaxxl/safrs,GPL-3.0,2017-09-20 07:56:55.000,2024-01-11 07:10:08.000,2024-01-11 07:09:56,1337.0,69,14.0,69.0,4.0,76.0,394,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,119.0,118.0,16.0,21,True,"['flask', 'openapi']",9.0,2023-11-28 18:18:55.000,3.1.3,80.0,,450.0,,safrs,https://pypi.org/project/safrs,2023-11-28 18:17:14.000,1.0,450.0,,,,3.0,,,,,,,,,,,,,,,,,, +513,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009-12-11 20:59:14.000,2022-09-03 21:45:56.000,2022-02-03 13:31:17,289.0,34,8.0,30.0,8.0,41.0,372,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,251.0,178.0,21.0,21,False,['django'],,2022-02-03 13:30:53.000,1.0.4,16.0,,6929.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,6929.0,,,,3.0,,,,,,,,,,,,,,,,,, +514,flask-jsonrpc,cenobites/flask-jsonrpc,flask-utils,,https://github.com/cenobites/flask-jsonrpc,https://github.com/cenobites/flask-jsonrpc,BSD-3-Clause,2012-12-14 18:33:24.000,2023-12-25 20:38:39.000,2023-04-06 14:24:46,596.0,64,14.0,348.0,11.0,70.0,280,Basic JSON-RPC implementation for your Flask-powered sites.,237.0,231.0,16.0,21,True,['flask'],,2022-10-19 14:18:10.000,2.2.2,15.0,24.0,207.0,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,207.0,,,,3.0,,,,,,,,,,,,,,,,,, +515,flask-s3,e-dard/flask-s3,flask-utils,,https://github.com/e-dard/flask-s3,https://github.com/e-dard/flask-s3,WTFPL,2012-10-01 18:08:11.000,2023-08-26 19:08:06.000,2017-07-19 05:38:58,157.0,90,13.0,53.0,20.0,34.0,194,Seamlessly serve your static assets of your Flask app from Amazon S3.,556.0,467.0,26.0,21,False,,,2017-02-23 20:44:59.000,0.3.3,30.0,27.0,6494.0,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,89.0,6494.0,,,,3.0,,,,,,,,,,,,,,,,,, +516,django-codemod,browniebroke/django-codemod,django-utils,,https://github.com/browniebroke/django-codemod,https://github.com/browniebroke/django-codemod,MIT,2020-05-06 21:37:14.000,2024-01-08 23:17:56.000,2024-01-08 23:17:55,1587.0,16,4.0,930.0,9.0,31.0,171,A tool to automatically fix Django deprecations.,2.0,2.0,22.0,21,True,['django'],58.0,2024-01-05 23:25:17.000,2.1.9,97.0,626.0,747.0,,django-codemod,https://pypi.org/project/django-codemod,2024-01-05 23:25:17.000,,733.0,,,,3.0,,,,,,,,,,,,,,,,,, +517,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018-09-04 00:22:30.000,2023-11-02 19:01:53.000,2019-04-28 13:53:50,26.0,47,5.0,13.0,20.0,5.0,134,A simple way to demo Flask apps from your machine.,2992.0,2976.0,2.0,21,False,['flask'],,2018-09-09 19:48:38.000,0.0.25,16.0,,95667.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,16.0,95667.0,,,,3.0,,,,,,,,,,,,,,,,,, +518,pyramid_mailer,Pylons/pyramid_mailer,email,,https://github.com/Pylons/pyramid_mailer,https://github.com/Pylons/pyramid_mailer,BSD-3-Clause,2011-09-26 01:17:42.000,2022-11-17 20:47:17.000,2022-09-17 23:31:23,389.0,40,16.0,59.0,12.0,33.0,50,A package for sending email from your Pyramid application.,109.0,,36.0,21,False,['pyramid'],,2016-12-13 20:51:40.258,0.15.1,24.0,,19989.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:51:40.258,109.0,19989.0,,,,3.0,,,,,,,,,,,,,,,,,, +519,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013-04-09 03:12:09.000,2022-06-17 09:56:09.000,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,27.0,,54.0,20,False,,,2023-02-10 17:10:00.811,66.0.2,76.0,,2536.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2022-06-17 09:56:09.000,27.0,2536.0,,,,3.0,,,,,,,,,,,,,,,,,, +520,toapi,gaojiuli/toapi,others,,https://github.com/elliotgao2/toapi,https://github.com/elliotgao2/toapi,MIT,2017-11-27 08:40:55.000,2022-07-05 22:11:04.000,2021-06-28 01:58:45,462.0,247,78.0,84.0,10.0,48.0,3432,Every web site provides APIs.,27.0,19.0,12.0,20,False,,,2021-06-28 01:56:50.000,2.1.3,40.0,,90.0,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,90.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/toapi,,, +521,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000,2023-07-09 19:49:08.000,2014-02-04 22:59:23,73.0,358,91.0,40.0,58.0,10.0,1750,A Pythonic interface for Google Mail.,22.0,,14.0,20,False,,,2017-08-07 19:59:52.000,0.6.3,10.0,,4998.0,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,22.0,4998.0,,,,3.0,,,,,,,,,,,,,,,,,, +522,ucall,unum-cloud/ucall,rpc,,https://github.com/unum-cloud/ucall,https://github.com/unum-cloud/ucall,Apache-2.0,2023-01-03 10:23:50.000,2023-11-29 16:11:54.000,2023-06-08 16:53:54,504.0,29,15.0,67.0,7.0,17.0,925,"Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over..",37.0,37.0,10.0,20,True,,,2023-06-08 18:11:04.419,0.5.1,14.0,,27367.0,,ucall,https://pypi.org/project/ucall,2023-06-08 18:11:04.419,,27367.0,,,,3.0,,,,,,,,,,,,,,,,,, +523,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000,2023-12-07 03:03:36.000,2023-12-07 03:03:36,161.0,58,18.0,26.0,14.0,33.0,720,"The simple, fast, and modern web scraping library.",283.0,274.0,16.0,20,True,,1.0,2020-10-09 12:51:41.000,1.1,19.0,,7204.0,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,9.0,7204.0,,,,3.0,,,,,,,,,,,,,,,,,, +524,Lassie,michaelhelmick/lassie,web-scraping,,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013-07-30 20:41:39.000,2022-07-30 23:22:33.000,2021-08-20 14:32:48,231.0,47,22.0,46.0,10.0,29.0,594,Web Content Retrieval for Humans.,49.0,40.0,15.0,20,False,,,2021-08-20 14:34:18.000,0.11.11,38.0,,1092.0,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,1092.0,,,,3.0,,,,,,,,,,,,,,,,,, +525,tornadio2,mrjoes/tornadio2,websocket,,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011-09-28 10:15:54.000,2021-12-15 13:51:02.491,2013-08-25 06:52:07,143.0,117,30.0,25.0,13.0,46.0,529,Python socket.io server implementation on top of Tornado framework.,280.0,200.0,15.0,20,False,,,2021-12-15 13:51:02.491,0.0.1,4.0,,1063.0,,tornadio2,https://pypi.org/project/tornadio2,2021-12-15 13:51:02.491,80.0,1063.0,,,,3.0,,,,,,,,,,,,,,,,,, +526,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012-06-12 18:40:14.000,2022-09-12 18:52:55.000,2022-09-12 18:52:55,305.0,89,45.0,82.0,27.0,38.0,525,Restful API framework wrapped around MongoEngine.,76.0,49.0,18.0,20,False,['flask'],,2019-08-26 10:57:49.000,0.3.0,7.0,,180.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,180.0,,,,3.0,,,,,,,,,,,,,,,,,, +527,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/fastapi-mvc/fastapi-mvc,https://github.com/fastapi-mvc/fastapi-mvc,MIT,2021-07-25 14:11:38.000,2024-01-08 23:29:32.000,2024-01-03 14:06:43,1218.0,45,6.0,207.0,18.0,105.0,515,Developer productivity tool for making high-quality FastAPI production-ready APIs.,10.0,10.0,7.0,20,True,['fastapi'],4.0,2023-07-09 13:02:30.000,0.28.1,36.0,256.0,622.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,614.0,,,,3.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,, +528,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013-05-18 10:18:28.000,2022-10-09 23:59:25.000,2022-10-09 23:59:25,738.0,80,28.0,54.0,19.0,46.0,307,Python blogging engine.,110.0,80.0,39.0,20,False,,,2019-12-06 00:18:53.000,1.7.2,24.0,,152.0,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,152.0,,,,3.0,,,,,,,,,,,,,,,,,, +529,Starlette Prometheus,perdy/starlette-prometheus,monitoring,,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019-01-10 15:49:38.000,2022-12-08 13:21:24.000,2022-01-10 15:26:57,63.0,29,5.0,22.0,8.0,15.0,260,Prometheus integration for Starlette.,296.0,285.0,14.0,20,False,['fastapi'],,2022-01-10 15:27:16.000,0.9.0,10.0,22.0,68488.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,11.0,68488.0,,,,3.0,,,,,,,,,,,,,,,,,, +530,Flask-Opentracing,opentracing-contrib/python-flask,flask-utils,,https://github.com/opentracing-contrib/python-flask,https://github.com/opentracing-contrib/python-flask,BSD-3-Clause,2016-07-20 17:14:48.000,2023-04-20 11:54:26.000,2019-10-22 00:14:18,66.0,48,11.0,27.0,20.0,13.0,135,OpenTracing instrumentation for the Flask microframework.,500.0,468.0,15.0,20,False,['flask'],,2019-10-22 00:20:30.000,1.1.0,12.0,,424268.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,32.0,424268.0,,,,3.0,,,,,,,,,,,,,,,,,, +531,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2024-01-11 15:40:27.000,2022-07-01 06:00:35,138.0,18,16.0,44.0,2.0,30.0,98,Asyncio http mocking. Similar to the responses library used for requests.,642.0,590.0,14.0,20,False,,,2022-07-01 06:04:27.000,2.1.6,24.0,,34334.0,,aresponses,https://pypi.org/project/aresponses,2022-07-01 06:04:27.000,52.0,34334.0,,,,3.0,,,,,,,,,,,,,,,,,, +532,markdown-include,cmacmackin/markdown-include,markdown,,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35.000,2023-06-16 19:23:30.014,2023-02-07 09:45:37,75.0,40,10.0,21.0,11.0,17.0,91,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,5640.0,5362.0,12.0,20,True,,,2023-02-07 09:49:00.957,0.8.1,14.0,,58354.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,278.0,57832.0,https://anaconda.org/conda-forge/markdown-include,2023-06-16 19:23:30.014,19864.0,3.0,,,,,,,,,,,,,,,,,, +533,gain,gaojiuli/gain,web-scraping,,https://github.com/elliotgao2/gain,https://github.com/elliotgao2/gain,GPL-3.0,2017-05-31 08:56:04.000,2019-06-01 22:54:09.000,2018-03-19 01:21:01,85.0,210,75.0,15.0,8.0,28.0,2031,Web crawling framework based on asyncio.,53.0,52.0,10.0,19,False,,,2017-06-19 01:18:41.000,0.1.4,5.0,,36.0,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,36.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/gain,,, +534,merchant,agiliq/merchant,django-utils,,https://github.com/agiliq/merchant,https://github.com/agiliq/merchant,BSD-3-Clause,2010-09-29 11:30:58.000,2022-07-08 19:12:50.000,2015-07-08 05:29:26,684.0,175,59.0,86.0,30.0,42.0,1021,A Django app to accept payments from various payment processors via Pluggable backends.,34.0,28.0,49.0,19,False,['django'],,,,9.0,,69.0,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,69.0,,,,3.0,,,,,,,,,,,,,,,,,, +535,fastapi-jwt-auth,IndominusByte/fastapi-jwt-auth,auth,,https://github.com/IndominusByte/fastapi-jwt-auth,https://github.com/IndominusByte/fastapi-jwt-auth,MIT,2020-07-23 09:40:19.000,2023-08-15 08:33:45.000,2020-11-11 05:05:27,123.0,106,7.0,19.0,57.0,36.0,580,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",11.0,,3.0,19,False,['fastapi'],,2020-11-06 11:15:11.000,0.5.0,7.0,,31839.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,11.0,31839.0,,,,3.0,,,,,,,,,,,,,,,,,, +536,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2023-09-18 07:31:51.000,2022-07-03 18:00:41,2993.0,116,41.0,379.0,50.0,166.0,406,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",227.0,227.0,66.0,19,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +537,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,Apache-2.0,2019-06-20 00:49:40.000,2023-11-08 05:38:04.000,2023-09-24 19:36:14,232.0,41,8.0,56.0,9.0,31.0,209,Integrate GraphQL with your Pydantic models.,2.0,,20.0,19,True,['graphql'],,2022-09-20 05:04:48.864,0.4.0,12.0,,11549.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2022-01-25 16:41:33.000,2.0,11549.0,,,,3.0,,,,,,,,,,,,,,,,,, +538,flask-msearch,honmaple/flask-msearch,flask-utils,,https://github.com/honmaple/flask-msearch,https://github.com/honmaple/flask-msearch,BSD-3-Clause,2017-04-15 16:31:48.000,2021-06-05 18:11:41.000,2021-06-04 02:17:35,59.0,28,8.0,13.0,13.0,41.0,203,Full text search for flask.,551.0,539.0,4.0,19,False,['flask'],,2020-05-18 15:17:04.000,0.2.9,22.0,,597.0,,flask-msearch,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,597.0,,,,3.0,2.0,,,,,,,,,,,,,,,,, +539,flask_simplelogin,flask-extensions/flask_simplelogin,auth,,https://github.com/flask-extensions/Flask-SimpleLogin,https://github.com/flask-extensions/Flask-SimpleLogin,MIT,2017-08-23 22:29:20.000,2023-08-18 00:26:32.000,2023-08-18 00:26:32,95.0,39,10.0,17.0,4.0,15.0,194,Simple Login - Login Extension for Flask - maintainer @cuducos.,44.0,41.0,11.0,19,True,['flask'],,2023-05-04 16:20:00.426,0.1.2,3.0,,44940.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,3.0,44940.0,,,,3.0,,,,,,,,,,,,,,,,,, +540,lambdarest,sloev/python-lambdarest,serverless,,https://github.com/sloev/python-lambdarest,https://github.com/sloev/python-lambdarest,MIT,2017-02-07 15:30:04.000,2023-03-08 21:03:10.000,2023-03-08 21:03:05,179.0,24,35.0,62.0,1.0,31.0,92,Flask like web framework for AWS Lambda.,12.0,12.0,23.0,19,True,,,2023-03-08 12:15:00.843,13.0.3,53.0,,828.0,,lambdarest,https://pypi.org/project/lambdarest,2023-03-08 12:15:00.843,,828.0,,,,3.0,,,,,,,,,,,,,,,,,, +541,pyramid_openapi3,Pylons/pyramid_openapi3,openapi-utils,,https://github.com/Pylons/pyramid_openapi3,https://github.com/Pylons/pyramid_openapi3,MIT,2018-06-22 12:20:57.000,2023-10-25 19:28:22.000,2023-05-17 21:29:34,203.0,41,13.0,139.0,33.0,50.0,80,Pyramid addon for OpenAPI3 validation of requests and responses.,6.0,,24.0,19,True,"['pyramid', 'openapi']",,2023-03-22 16:23:00.785,0.16.0,36.0,,16671.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2023-03-22 16:23:00.785,6.0,16671.0,,,,3.0,,,,,,,,,,,,,,,,,, +542,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016-02-18 04:34:48.000,2022-07-08 00:23:11.000,2022-07-08 00:23:11,773.0,301,102.0,84.0,50.0,112.0,3285,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,18,False,['flask'],,2017-06-13 18:56:28.000,6.2.3,11.0,,21.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, +543,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019-08-21 20:51:35.000,2022-09-12 13:55:21.000,2021-06-03 14:00:13,140.0,29,8.0,157.0,5.0,23.0,582,Opinionated set of utilities on top of FastAPI.,13.0,,12.0,18,False,['fastapi'],,2021-06-03 13:58:16.000,0.2.11,34.0,,4760.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,4760.0,,,,3.0,,,,,,,,,,,,,,,,,, +544,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000,2022-02-07 13:15:15.000,2021-11-16 00:44:19,643.0,75,38.0,99.0,16.0,120.0,489,A complete test automation tool.,6.0,5.0,21.0,18,False,,,2021-07-30 15:38:36.000,0.10.1,36.0,65.0,37.0,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,, +545,async-asgi-testclient,vinissimus/async-asgi-testclient,testing,,https://github.com/vinissimus/async-asgi-testclient,https://github.com/vinissimus/async-asgi-testclient,MIT,2019-04-15 12:26:06.000,2023-06-29 14:52:47.000,2022-06-13 09:29:26,55.0,18,6.0,39.0,15.0,14.0,148,A framework-agnostic library for testing ASGI web applications.,641.0,614.0,14.0,18,False,,,2022-06-13 09:30:07.000,1.4.11,32.0,,48429.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,27.0,48429.0,,,,3.0,,,,,,,,,,,,,,,,,, +546,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011-11-05 09:07:26.000,2023-11-21 03:04:23.000,2021-02-24 02:40:04,189.0,67,14.0,55.0,17.0,34.0,105,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,1.0,,25.0,18,False,['pyramid'],,2021-02-24 02:34:47.000,4.0.0,11.0,,2597.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,2597.0,,,,3.0,,,,,,,,,,,,,,,,,, +547,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,3761,,,,,15597,Tool for automated Instagram interactions.,11.0,,,17,False,,,2022-01-19 04:05:04.000,0.6.16,52.0,,4096.0,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,4096.0,,,,3.0,,,,,,,,,,,,,,,,,, +548,fastapi-react,Buuntu/fastapi-react,fastapi-utils,,https://github.com/Buuntu/fastapi-react,https://github.com/Buuntu/fastapi-react,MIT,2020-03-21 19:48:47.000,2023-10-06 23:46:17.000,2022-02-18 04:40:27,150.0,307,41.0,139.0,43.0,38.0,1945,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,17,False,['fastapi'],,2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +549,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2023-04-05 02:56:48.000,2023-04-02 04:09:41,448.0,69,20.0,71.0,17.0,73.0,622,A Python Mail Server.,21.0,20.0,15.0,17,True,,,2019-12-31 19:27:38.000,3.2.0,12.0,119.0,557.0,,salmon-mail,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,555.0,,,,3.0,,,,,,,,,,,,,,,,,, +550,fastapi-versioning,DeanWay/fastapi-versioning,fastapi-utils,,https://github.com/DeanWay/fastapi-versioning,https://github.com/DeanWay/fastapi-versioning,MIT,2019-12-02 23:40:07.000,2023-07-25 14:20:52.000,2021-08-24 17:12:25,93.0,57,8.0,33.0,31.0,17.0,575,api versioning for fastapi web applications.,7.0,,16.0,17,False,['fastapi'],,2021-08-24 17:06:33.000,0.10.0,10.0,,45620.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,7.0,45620.0,,,,3.0,,,,,,,,,,,,,,,,,, +551,fastapi-plugins,madkote/fastapi-plugins,fastapi-utils,,https://github.com/madkote/fastapi-plugins,https://github.com/madkote/fastapi-plugins,MIT,2019-11-20 11:41:50.000,2023-03-24 12:57:07.000,2023-03-24 12:57:03,86.0,18,3.0,5.0,3.0,12.0,310,FastAPI framework plugins.,97.0,96.0,3.0,17,True,['fastapi'],,2023-03-24 12:44:12.000,0.12.0,19.0,,2845.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2022-07-07 12:26:07.000,1.0,2845.0,,,,3.0,,,,,,,,,,,,,,,,,, +552,flama,perdy/flama,web-frameworks,,https://github.com/vortico/flama,https://github.com/vortico/flama,Apache-2.0,2018-09-27 15:29:54.000,2023-12-23 00:23:57.000,2023-11-20 16:43:39,389.0,15,9.0,45.0,7.0,84.0,252,Fire up your models with the flame.,13.0,12.0,9.0,17,True,,2.0,2023-09-27 01:28:39.000,1.6.0,26.0,153.0,134.0,,flama,https://pypi.org/project/flama,2023-09-27 01:28:27.000,1.0,131.0,,,,3.0,,,,,,,,,,,,,,,vortico/flama,,, +553,fastapi_cache,comeuplater/fastapi_cache,fastapi-utils,,https://github.com/comeuplater/fastapi_cache,https://github.com/comeuplater/fastapi_cache,MIT,2020-07-26 08:07:35.000,2021-09-30 07:18:28.000,2021-02-12 15:01:21,75.0,15,3.0,7.0,7.0,3.0,207,FastAPI simple cache.,119.0,119.0,7.0,17,False,['fastapi'],,2021-02-12 14:58:56.000,0.1.0,6.0,,7242.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,,7242.0,,,,3.0,,,,,,,,,,,,,,,,,, +554,flask-file-upload,joegasewicz/flask-file-upload,flask-utils,,https://github.com/joegasewicz/flask-file-upload,https://github.com/joegasewicz/flask-file-upload,MIT,2019-12-13 11:26:42.000,2023-02-16 04:15:10.000,2023-02-08 08:18:07,375.0,14,5.0,54.0,14.0,60.0,152,Easy file uploads for Flask.,81.0,81.0,6.0,17,True,['flask'],,2021-12-07 13:25:50.000,0.2.1,25.0,,55.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,55.0,,,,3.0,,,,,,,,,,,,,,,,,, +555,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/danielpops/pyramid_swagger,https://github.com/danielpops/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2022-09-18 16:33:52.000,2022-09-18 16:33:51,571.0,45,13.0,139.0,22.0,86.0,65,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,,,39.0,17,False,['pyramid'],,2019-05-07 14:20:39.000,2.7.0,27.0,,5869.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,,5869.0,,,,3.0,,,,,,,,,,,,,,,danielpops/pyramid_swagger,,, +556,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/rscarrera27/Flask-GraphQL-Auth,https://github.com/rscarrera27/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2023-05-01 21:37:28.000,2021-06-16 13:33:51,120.0,12,7.0,15.0,6.0,13.0,63,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,237.0,233.0,7.0,17,False,['flask'],,2021-04-19 04:21:50.000,1.3.3,14.0,,4925.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,4925.0,,,,3.0,,,,,,,,,,,,,,,rscarrera27/Flask-GraphQL-Auth,,, +557,tartiflette-aiohttp,tartiflette/tartiflette-aiohttp,graphql,,https://github.com/tartiflette/tartiflette-aiohttp,https://github.com/tartiflette/tartiflette-aiohttp,MIT,2018-11-07 05:16:40.000,2023-11-12 23:04:30.000,2022-09-07 18:59:30,228.0,10,10.0,248.0,4.0,15.0,60,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",56.0,52.0,11.0,17,False,,,2021-11-15 10:12:31.000,1.4.1,31.0,,616.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,616.0,,,,3.0,,,,,,,,,,,,,,,,,, +558,nginx-ui,schenkd/nginx-ui,admin-ui,,https://github.com/schenkd/nginx-ui,https://github.com/schenkd/nginx-ui,MIT,2020-05-30 08:31:03.000,2023-07-23 18:39:02.000,2023-04-24 11:52:27,13.0,260,81.0,23.0,24.0,14.0,4379,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,16,True,,,2020-06-28 15:17:10.000,0.2,1.0,,12271.0,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,15.0,539924.0,,,, +559,huxley,facebookarchive/huxley,testing,,https://github.com/facebookarchive/huxley,https://github.com/facebookarchive/huxley,Apache-2.0,2013-07-30 06:01:12.000,2021-09-07 23:22:47.000,2014-12-05 21:39:52,68.0,304,209.0,24.0,42.0,29.0,4110,A testing system for catching visual regressions in Web applications.,2.0,2.0,7.0,16,False,,,,,5.0,,14.0,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,14.0,,,,3.0,,,,,,,,,,,,,,,,,, +560,Astra,flipkart-incubator/Astra,testing,,https://github.com/flipkart-incubator/Astra,https://github.com/flipkart-incubator/Astra,Apache-2.0,2018-01-10 11:56:11.000,2023-12-03 15:25:44.000,2023-02-16 09:33:40,487.0,370,84.0,65.0,57.0,28.0,2387,Automated Security Testing For REST APIs.,,,12.0,16,True,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +561,igramscraper,realsirjoe/instagram-scraper,third-party-apis,,https://github.com/realsirjoe/instagram-scraper,https://github.com/realsirjoe/instagram-scraper,MIT,2019-06-10 06:15:55.000,2021-09-05 10:31:32.000,,,355,,,108.0,,2145,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",2.0,,24.0,16,False,,,2020-05-25 18:11:03.000,0.3.5,9.0,,496.0,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,496.0,,,,3.0,,,,,,,,,,,,,,,,,, +562,libextract,datalib/libextract,others,,https://github.com/datalib/libextract,https://github.com/datalib/libextract,MIT,2015-04-06 08:27:32.000,2020-10-02 11:31:24.000,2015-05-23 08:52:06,317.0,41,24.0,19.0,3.0,19.0,499,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,16,False,,,2015-06-28 22:20:05.000,0.0.12,4.0,,15.0,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, +563,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000,2022-09-17 20:58:19.000,2020-04-02 04:58:41,429.0,29,13.0,77.0,8.0,20.0,95,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",33.0,,19.0,16,False,['pyramid'],,,,5.0,,7823.0,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,33.0,7823.0,,,,3.0,,,,,,,,,,,,,,,,,, +564,pyramid_services,mmerickel/pyramid_services,pyramid-utils,,https://github.com/mmerickel/pyramid_services,https://github.com/mmerickel/pyramid_services,MIT,2015-02-14 06:44:36.000,2023-09-04 21:03:12.000,2023-04-16 21:30:17,91.0,10,15.0,12.0,,5.0,81,A service layer for pyramid.,19.0,,6.0,16,True,['pyramid'],,2019-04-22 16:43:41.562,0.1.1,9.0,,12082.0,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:43:41.941,19.0,12082.0,,,,3.0,,,,,,,,,,,,,,,,,, +565,Growler,pyGrowler/Growler,web-frameworks,,https://github.com/pyGrowler/Growler,https://github.com/pyGrowler/Growler,Apache-2.0,2014-10-22 02:11:12.000,2020-03-08 07:53:32.000,2020-03-08 07:51:41,599.0,27,22.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,2.0,,5.0,15,False,,,2016-10-16 15:29:10.000,0.8.0,10.0,,31.0,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,31.0,,,,3.0,,,,,,,,,,,,,,,,,, +566,flask-state,yoobool/flask-state,monitoring,,https://github.com/yoobool/flask-state,https://github.com/yoobool/flask-state,BSD-3-Clause,2020-08-25 02:27:29.000,2021-12-15 18:07:56.000,2021-06-18 07:32:23,511.0,52,17.0,26.0,6.0,18.0,623,Display machine state using Python3 with Flask.,3.0,3.0,10.0,15,False,['flask'],,2021-06-18 07:47:50.000,1.1.4,16.0,,58.0,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,58.0,,,,3.0,,,,,,,,,,,,,,,,,, +567,opengraph,erikriver/opengraph,web-scraping,,https://github.com/erikriver/opengraph,https://github.com/erikriver/opengraph,MIT,2011-06-17 08:11:10.000,2021-12-26 03:18:57.000,2017-09-19 15:55:05,27.0,83,15.0,28.0,22.0,2.0,224,A python module to parse the Open Graph Protocol.,123.0,99.0,8.0,15,False,,,,,3.0,,651.0,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,651.0,,,,3.0,,,,,,,,,,,,,,,,,, +568,tartiflette-asgi,tartiflette/tartiflette-asgi,graphql,,https://github.com/tartiflette/tartiflette-asgi,https://github.com/tartiflette/tartiflette-asgi,MIT,2019-04-19 19:38:45.000,2023-06-26 07:57:25.000,2022-05-20 21:14:37,166.0,16,8.0,139.0,12.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,20.0,19.0,14.0,15,False,['graphql'],,2022-05-20 21:20:14.000,0.12.0,7.0,,134.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,134.0,,,,3.0,,,,,,,,,,,,,,,,,, +569,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015-12-16 14:33:49.000,2022-09-17 21:18:54.000,2020-10-09 07:57:39,120.0,31,6.0,34.0,22.0,20.0,74,JWT authentication for Pyramid.,,,12.0,15,False,['pyramid'],,2021-02-20 11:34:46.712,1.6.1,10.0,,14260.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,14260.0,,,,3.0,,,,,,,,,,,,,,,,,, +570,django-schedule,thauber/django-schedule,django-utils,,https://github.com/thauber/django-schedule,https://github.com/thauber/django-schedule,BSD-3-Clause,2009-04-02 02:56:42.000,2019-12-29 09:27:39.000,2016-04-16 20:26:10,326.0,290,44.0,8.0,24.0,40.0,831,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,14,False,['django'],,,,1.0,,9.0,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,BSD-3-Clause +571,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019-08-03 10:35:23.000,2023-07-06 21:45:13.000,2021-02-11 19:35:35,36.0,32,8.0,20.0,8.0,8.0,321,FastAPI client generator.,327.0,327.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +572,lazynlp,chiphuyen/lazynlp,web-scraping,,https://github.com/chiphuyen/lazynlp,https://github.com/chiphuyen/lazynlp,MIT,2019-02-27 23:23:19.000,2020-11-11 12:16:30.000,2019-10-07 16:52:30,14.0,308,77.0,5.0,7.0,3.0,2140,Library to scrape and clean web pages to create massive datasets.,,,7.0,13,False,,,2019-03-02 17:38:27.000,1.0.0,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +573,fastapi-permissions,holgi/fastapi-permissions,auth,,https://github.com/holgi/fastapi-permissions,https://github.com/holgi/fastapi-permissions,THE BEER-WARE LICENSE,2019-07-19 22:36:43.000,2023-10-16 14:40:54.000,2020-10-05 14:24:37,44.0,44,12.0,10.0,9.0,3.0,417,row level security for FastAPI framework.,,,1.0,13,False,['fastapi'],,2020-10-05 14:18:40.000,0.2.7,10.0,,4805.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,4805.0,,,,3.0,,,,,,,,,,,,,,,,,, +574,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2024-01-08 09:51:56.000,2020-08-16 21:52:05,198.0,23,11.0,325.0,60.0,3.0,210,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,13,False,,,2020-08-03 20:20:32.000,0.2.4,7.0,97.0,19.0,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, +575,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2022-09-15 20:25:29.000,2022-09-15 20:25:29,60.0,17,10.0,6.0,5.0,2.0,147,Generate a Postman collection from your Flask application.,20.0,19.0,5.0,13,False,['flask'],,2020-01-16 15:13:52.000,1.4.4,18.0,,572.0,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,572.0,,,,3.0,,,,,,,,,,,,,,,,,, +576,Scrapera,DarshanDeshpande/Scrapera,web-scraping,,https://github.com/DarshanDeshpande/Scrapera,https://github.com/DarshanDeshpande/Scrapera,MIT,2021-01-23 11:55:03.000,2022-05-22 20:08:21.000,2021-08-30 16:47:21,37.0,19,10.0,6.0,2.0,5.0,307,A universal package of scraper scripts for humans.,,,4.0,12,False,,,2021-02-07 18:22:49.000,1.1.3,19.0,,40.0,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, +577,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastapi-lazy,https://github.com/yezz123/fastapi-lazy,MIT,2021-09-30 14:25:29.000,2022-01-30 01:46:04.000,2021-12-29 13:50:55,36.0,12,8.0,21.0,4.0,1.0,108,Lazy package to start your project using FastAPI.,,,2.0,10,False,['fastapi'],,2021-11-21 11:00:44.000,1.2.6,9.0,,35.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,35.0,,,,3.0,,,,,,,,,,,,,,,,,, +578,IP2Trace,ip2location/ip2trace-python,others,,https://github.com/ip2location/ip2trace-python,https://github.com/ip2location/ip2trace-python,MIT,2021-01-15 07:49:23.000,2024-01-03 01:23:30.000,2024-01-03 01:23:27,23.0,10,7.0,,,2.0,30,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",1.0,1.0,2.0,10,False,,1.0,2023-05-09 08:40:01.000,3.2.0,16.0,,68.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,68.0,,,,3.0,,,,,,,,,,,,,,,,,, +579,timing-asgi,steinnes/timing-asgi,monitoring,,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,,2019-02-05 23:53:18.000,2023-07-18 10:19:04.000,2023-07-18 10:18:35,80.0,9,2.0,19.0,4.0,3.0,114,ASGI middleware to record and emit timing metrics (to something like statsd).,52.0,52.0,5.0,8,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 7a287a7c..41d3b1e3 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- certifi (🥈35 · ⭐ 720 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- playwright (🥉26 · ⭐ 9.7K · 📈) - A high-level API to automate web browsers. Apache-2 -- flask-bootstrap (🥉24 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 -- instagram-scraper (🥉20 · ⭐ 6.9K · 💀) - Scrapes an instagram users photos and videos. Unlicense -- igramscraper (🥉16 · ⭐ 2.1K · 💀) - scrapes medias, likes, followers, tags and all metadata... MIT +- fastapi (🥇47 · ⭐ 67K · 📈) - FastAPI framework, high performance, easy to learn, fast to.. MIT +- jinja (🥇43 · ⭐ 9.7K · 📈) - A very fast and expressive template engine. BSD-3 +- oauthlib (🥇40 · ⭐ 2.7K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 +- flask_pydantic (🥉25 · ⭐ 310 · 📈) - flask extension for integration with the awesome.. MIT +- flask-msearch (🥉19 · ⭐ 200 · 💀) - Full text search for flask. BSD-3 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- praw (🥈35 · ⭐ 3.2K · 📉) - PRAW, an acronym for Python Reddit API Wrapper, is a python package.. BSD-2 -- bleach (🥈35 · ⭐ 2.6K · 📉) - Bleach is an allowed-list-based HTML sanitizing library that.. Apache-2 -- pyotp (🥉30 · ⭐ 2.7K · 📉) - Python One-Time Password Library. MIT -- django-cachalot (🥉25 · ⭐ 1.1K · 📉) - No effort, no worry, maximum performance. BSD-3 -- flask_pydantic (🥉20 · ⭐ 310 · 💤) - flask extension for integration with the awesome.. MIT +- flask (🥇49 · ⭐ 65K · 📉) - The Python micro framework for building web applications. BSD-3 +- dnspython (🥇39 · ⭐ 2.3K · 📉) - a powerful DNS toolkit for python. ISC +- django-storages (🥇36 · ⭐ 2.6K · 📉) - Django-storages is a project to provide a variety of.. BSD-3 +- requests-oauthlib (🥈36 · ⭐ 1.7K · 📉) - OAuthlib support for Python-Requests!. ISC +- flask-caching (🥇32 · ⭐ 840 · 📉) - A caching extension for Flask. BSD-3