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
Built Distribution
File details
Details for the file jetblack-asgi-typing-0.4.0.tar.gz
.
File metadata
- Download URL: jetblack-asgi-typing-0.4.0.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.6 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c098fc4c4065eb44e3bb6fb52613cff9b648550a004b154c404eb3e8ca1f54e9 |
|
MD5 | 0534eb6cc1aa6abf56aeba734571e649 |
|
BLAKE2b-256 | f15af979b8f97886db9c762eef9694c6fa4ae696ac88aeb9cd8e9e5c10cd2b7e |
File details
Details for the file jetblack_asgi_typing-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: jetblack_asgi_typing-0.4.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.6 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d629f1f33bdb88c116e38a48573b26dafb222c4af176436d299de6d2cc221897 |
|
MD5 | 5dab63e37a53a75316f9cd9b1f2b3c7f |
|
BLAKE2b-256 | b79d0c406ded5bfb8e1882826d5cd97644a3c07deb3130007557673928c129da |