ASGI3 scope, event, receive/send, and extension primitives for the Tigrcorn Python web server.
Project description
tigrcorn-asgi
ASGI3 scope, event, receive/send, and extension primitives for the Tigrcorn Python web server.
Install
pip install tigrcorn-asgi
Use the aggregate tigrcorn distribution when you want the full ASGI3 Python web server stack. Install tigrcorn-asgi directly when you want only this package boundary and its declared dependencies.
What It Owns
tigrcorn-asgi owns ASGI scopes, ASGI events, receive/send channels, extensions, and connection state. Its import package is tigrcorn_asgi, and its declared package dependencies are: tigrcorn-core.
This package page is written for developers searching for Tigrcorn ASGI3 server components, Python web server packages, HTTP/3 and QUIC support, WebSocket and WebTransport runtime surfaces, typed package boundaries, and Apache 2.0 licensed infrastructure.
Use It When
Use tigrcorn-asgi when you need ASGI3 event, scope, extension, or channel primitives without importing the full server runtime. It is part of Tigrcorn's split-package architecture, so it can be installed independently while remaining linked to the rest of the Tigrcorn package family on PyPI.
Import Surface
import tigrcorn_asgi
print(tigrcorn_asgi.__name__)
The package exposes its supported public surface through the tigrcorn_asgi namespace. The root tigrcorn package keeps compatibility shims for users who install the full server distribution.
Package Graph
tigrcorn | tigrcorn-core | tigrcorn-config | tigrcorn-asgi | tigrcorn-contract | tigrcorn-transports | tigrcorn-protocols | tigrcorn-http | tigrcorn-security | tigrcorn-runtime | tigrcorn-static | tigrcorn-observability | tigrcorn-compat | tigrcorn-certification
Project details
Release history Release notifications | RSS feed
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 tigrcorn_asgi-0.3.16.dev5.tar.gz.
File metadata
- Download URL: tigrcorn_asgi-0.3.16.dev5.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9417ad1394faa53330433f579717b59920f375ac373d8f1be3b0eb085f72f371
|
|
| MD5 |
215994e589ad472b780a704e14ff29e3
|
|
| BLAKE2b-256 |
9fe0f67287ccccca1a53226cf440b580a84ac94d9c63ca796eff752a6e5cdf0f
|
File details
Details for the file tigrcorn_asgi-0.3.16.dev5-py3-none-any.whl.
File metadata
- Download URL: tigrcorn_asgi-0.3.16.dev5-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1f030568b98f59f47103e7850fc4a875dd3a5017fd0694dd27aba6b5252d92b
|
|
| MD5 |
fde9b50373f3c95ec43d798c699c09ad
|
|
| BLAKE2b-256 |
35b912a03619e34ae549d417b1cbc399cb54deef2fcd868262ad54a1d11169fb
|