-
Updated
Feb 5, 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 177 public repositories matching this topic...
Async Python 3.6+ 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
Feb 8, 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
Dec 19, 2020 - Python
Official mirror of https://gitlab.com/pgjones/quart
-
Updated
Feb 2, 2021 - Python
A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources
-
Updated
Jan 27, 2021 - Python
The web framework for inventors
-
Updated
Jan 19, 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
Dec 23, 2020 - Python
Muffin is a fast, simple and asyncronous web-framework for Python 3
-
Updated
Feb 8, 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
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
Dec 19, 2020 - Python
Official mirror of https://gitlab.com/pgjones/hypercorn https://pgjones.gitlab.io/hypercorn/
-
Updated
Feb 7, 2021 - Python
A fast, user friendly ORM and query builder which supports asyncio.
-
Updated
Feb 6, 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
Jan 21, 2021 - Python
An easy-to-use high-performance asynchronous web framework.
-
Updated
Feb 8, 2021 - Python
Prometheus integration for Starlette.
-
Updated
Dec 23, 2020 - 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
6
rgarrigue
commented
Apr 24, 2020
HI again ! Last issue for the period I believe ;-)
Would you mind adding a quick doc about how to extend the metrics ? The FastAPI / starlette ones are a very good basis, but I'ld like to add some related to my app.
For example I have a Postgres database, I want to add the number of active subscription in the metrics, aka the result of a SELECT * FROM subscription WHERE active == 1 that wo
florimondmanca
commented
Oct 8, 2019
Simple background task for Django 3
-
Updated
Nov 19, 2020 - Python
python
docker
bitcoin
docker-compose
python3
electrum
developer-tools
payment-gateway
hacktoberfest
litecoin
asgi
merchant
starlette
fastapi
-
Updated
Feb 8, 2021 - Python
A framework-agnostic library for testing ASGI web applications
-
Updated
Jan 11, 2021 - Python
Lightweight browser hot reload for Python ASGI web apps
-
Updated
Aug 30, 2020 - Python


I found a place where I had this:
I think we should add a safety check as we already for enums: https://github.com/strawberry-graphql/strawberry/blob/master/strawberry/enum.py#L24-L25
We should only allow to decorate classes with strawberry.type, strawberry.input and strawberry.interface