Just the types for ASGI
Project description
jetblack-asgi-typing
Just the types for ASGI.
Taken from asgiref and hypercorn.
Installation
From pypi.org
:
pip install jetblack-asgi-typing
Usage
from asgi_typing import (
Scope,
ASGIReceiveCallable,
ASGISendCallable
)
async def app(
scope: Scope,
receive: ASGIReceiveCallable,
send: ASGISendCallable
) -> None:
# Implement your ASGI application here.
pass
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jetblack-asgi-typing-0.4.0.tar.gz
(12.7 kB
view hashes)
Built Distribution
Close
Hashes for jetblack-asgi-typing-0.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c098fc4c4065eb44e3bb6fb52613cff9b648550a004b154c404eb3e8ca1f54e9 |
|
MD5 | 0534eb6cc1aa6abf56aeba734571e649 |
|
BLAKE2b-256 | f15af979b8f97886db9c762eef9694c6fa4ae696ac88aeb9cd8e9e5c10cd2b7e |
Close
Hashes for jetblack_asgi_typing-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d629f1f33bdb88c116e38a48573b26dafb222c4af176436d299de6d2cc221897 |
|
MD5 | 5dab63e37a53a75316f9cd9b1f2b3c7f |
|
BLAKE2b-256 | b79d0c406ded5bfb8e1882826d5cd97644a3c07deb3130007557673928c129da |