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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jetblack-asgi-typing-0.2.0.tar.gz.
File metadata
- Download URL: jetblack-asgi-typing-0.2.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.10.0-1034-oem
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2063529091612e12387bf075d9dcc9e12f4ff62128772ee834c3f2b20468dfeb
|
|
| MD5 |
45f6ee9512e8ba812355ce2c20fb9f4a
|
|
| BLAKE2b-256 |
64776eb18767c74b65363f66a96830be04a3bbac7fd277f4a6829902fc120dc2
|
File details
Details for the file jetblack_asgi_typing-0.2.0-py3-none-any.whl.
File metadata
- Download URL: jetblack_asgi_typing-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.1 CPython/3.8.10 Linux/5.10.0-1034-oem
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4b9abee44c5b6f0c1288bc9f17771f776c975d2937eb5cfc17e1f0eea960a8
|
|
| MD5 |
bfec249580aa874bb59e4a01f51723a0
|
|
| BLAKE2b-256 |
832743afd1182c19e8dc4ff2ab1074ba201af4b046682a461b5ff5fe8225c314
|