-
Updated
Aug 8, 2021 - Python
#
ASGI
ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
Here are 198 public repositories matching this topic...
Async Python 3.7+ web server/framework | Build fast. Run fast.
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
python
api
graphql
django
graphql-server
ariadne
asgi
django-graphql
apollo-graphql
apollo-python
graphql-python
-
Updated
Aug 7, 2021 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
python
docker
json
web
json-schema
async
alpine
docker-image
websockets
gunicorn
openapi
python3
swagger-ui
asgi
redoc
openapi3
python-types
uvicorn
pydantic
fastapi
-
Updated
Jun 27, 2021 - Python
Official mirror of https://gitlab.com/pgjones/quart
-
Updated
Jun 30, 2021 - Python
A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources
-
Updated
Jul 31, 2021 - Python
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.
python
profile
performance
cpu
asynchronous
thread
greenlet
multi-threaded-applications
asyncio
wall
gevent
coroutine
asgi
profilers
-
Updated
Jun 4, 2021 - Python
jordaneremieff
commented
May 5, 2020
Should add a section to the docs for third-party examples and guides using Mangum
(UNMAINTAINED) Fast, scalable and real-time capable web APIs for everyone
-
Updated
Mar 14, 2020 - Python
ohmeow
commented
Feb 9, 2021
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
python
docker
dockerfile
web
debian
async
alpine
docker-image
gunicorn
python3
asyncio
asgi
uvicorn
uvicorn-gunicorn
-
Updated
May 25, 2021 - Python
An easy-to-use high-performance asynchronous web framework.
-
Updated
Aug 8, 2021 - Python
Official mirror of https://gitlab.com/pgjones/hypercorn https://pgjones.gitlab.io/hypercorn/
-
Updated
Jun 12, 2021 - Python
Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery
django
correlation
sentry
logging
django-rest-framework
tracing
celery
guid
request-id
asgi
correlation-id
django3
django-guid
django-correlation-id
-
Updated
Jun 18, 2021 - Python
Error tracking and logging from Python to Rollbar
python
flask
django
error-monitoring
logging
rollbar
twisted
error-handling
exceptions
pyramid
asgi
starlette
fastapi
-
Updated
Aug 6, 2021 - Python
Prometheus integration for Starlette.
-
Updated
Jul 28, 2021 - Python
A fast and powerful RPC framework based on ASGI/WSGI.
-
Updated
Jun 1, 2021 - Python
API spec validator and OpenAPI document generator for Python web frameworks.
python
flask
annotation
swagger
annotations
openapi
falcon
wsgi
hacktoberfest
apispec
asgi
redoc
starlette
pydantic
openapi-document
-
Updated
Jul 27, 2021 - Python
Prometheus exporter for Starlette and FastAPI
-
Updated
Aug 4, 2021 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
python
graphql
docker
http
dockerfile
framework
web
debian
async
alpine
docker-image
websockets
gunicorn
python3
asgi
uvicorn
starlette
uvicorn-gunicorn
-
Updated
Dec 13, 2020 - Python
MrNaif2018
commented
May 16, 2021
We need to set up a consistent linting/formatting pipeline for .md, .yml, .yaml, .json files and so on.
Currently I develop in vs code and prettier automatically formats them, so maybe it should be prettier, or maybe it should be specialized formatters for some special formats.
It should be added to Makefile, and our CircleCI pipeline
florimondmanca
commented
Oct 8, 2019
In Python 3.8,
typings
doesn't support Annotated. I tried to use typing_extensions Annotated. But it doesn't work.It has an error.