uvitools

A toolkit for Uvicorn.


License
BSD-3-Clause
Install
pip install uvitools==0.0.4

Documentation

uvitools

Build Status Package version Python versions

A collection of tools for working with the uvicorn messaging interface.

Documentation: http://www.uvicorn.org/

Currently includes:

  • Routing.
  • Debug middleware.
  • Broadcast middleware. (Implemented with Redis pub/sub)
  • WSGI->ASGI and ASGI->WSGI adapters. (Provisional)

Things to be added:

  • Static files middleware.
  • Postgres LISTEN/NOTIFY based broadcast middleware.
  • Redis channel layer adapter.
  • Request parsing.
  • Possibly request/response classes?
  • Possibly direct-to-django-channels adapter?