Next generation Python web server/framework | Build fast. Run fast.
-
Updated
Apr 3, 2022 - Python
{{ message }}
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.
Next generation Python web server/framework | Build fast. Run fast.
This should make developer life easier if they forget to use the federation schema :)
See: https://discord.com/channels/689806334337482765/773519351423827978/950480727630303232
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
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.
A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources
Official mirror of https://gitlab.com/pgjones/quart
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.
Should add a section to the docs for third-party examples and guides using Mangum
The web framework for inventors
It would be nice if there was a new clause which can be added to queries called callback.
For example:
def callback_handler(success, value):
if success:
print(f'The query was successful and returned {value}')
else:
print("The query failed")
Band.select().callback(callback_handler).run_sync()The callback could be a function or coroutine, wh
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
(UNMAINTAINED) Fast, scalable and real-time capable web APIs for everyone
You can never have enough tests - some parts of the tests are not great, it would be very nice to have more tests / better tests etc. Also it would be very good to find more bugs.
This ticket is meant to stay open - anyone can add PRs that point to it. Its also a place to aggregate discussions regarding the test suite.
Currently the values for datetime columns seem to be rendered as ISO-8601 with millisecond precision which is unnecessary (eg 2022-04-04 22:43:30.027151)
It'd be great if we had a way to pass some sort of custom f
Official mirror of https://gitlab.com/pgjones/hypercorn https://pgjones.gitlab.io/hypercorn/
An easy-to-use high-performance asynchronous web framework.
Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery
Prometheus integration for Starlette.
API spec validator and OpenAPI document generator for Python web frameworks.
Prometheus exporter for Starlette and FastAPI
Easy and secure implementation of Azure AD for your FastAPI APIs
At the time of this writing,
falcon.testing.Resulthas no custom__repr__: