TCP, UDP, Unix socket, pipe, in-process, listener, and QUIC transport primitives for the Tigrcorn server stack.
Project description
tigrcorn-transports
TCP, UDP, Unix socket, pipe, in-process, listener, and QUIC transport primitives for the Tigrcorn server stack.
Install
uv add tigrcorn-transports
pip install tigrcorn-transports
Use the aggregate tigrcorn distribution when you want the full ASGI3 Python web server stack. Install tigrcorn-transports directly when you want only this package boundary and its declared dependencies.
What It Owns
tigrcorn-transports owns listener registry, tcp, udp, unix, pipe, inproc, and quic transport primitives. Its import package is tigrcorn_transports, and its declared package dependencies are: tigrcorn-core, tigrcorn-config.
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-adjacent surfaces, and Apache 2.0 licensed infrastructure.
Why Use This?
Use tigrcorn-transports when you want the transports layer as a direct install target instead of the full server bundle. It lets application, operator, or certification workflows depend on this boundary explicitly while keeping the broader Tigrcorn runtime assembled from smaller repo-owned package surfaces.
FAQ
What does this package export?
The package exports through the tigrcorn_transports namespace and keeps the root tigrcorn package as the compatibility umbrella.
Which boundary does this package own?
It is the package boundary for listener registry, tcp, udp, unix, pipe, inproc, and quic transport primitives in the Tigrcorn package graph.
Which transport families live here?
TCP, UDP, Unix socket, pipe, in-process, listener-registry, and QUIC transport primitives all live in this package so higher protocol and runtime layers can remain transport-agnostic.
Features
- Owns listener registry, tcp, udp, unix, pipe, inproc, and quic transport primitives inside the Tigrcorn split-package architecture.
- Publishes the
tigrcorn_transportsimport surface for module-oriented public surfaces. - Declared runtime dependencies: tigrcorn-core, tigrcorn-config.
- Optional dependency surface: none.
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
Use It When
Use tigrcorn-transports when you need transports-level behavior without pulling the entire server stack into the import surface. 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_transports
print(tigrcorn_transports.__name__)
The package exposes its supported public surface through the tigrcorn_transports namespace. The root tigrcorn package keeps compatibility shims for users who install the full server distribution.
Related Packages
Package Graph
tigrcorn-core | tigrcorn-config | tigrcorn-http | tigrcorn-asgi | tigrcorn-contract | tigrcorn-transports | tigrcorn-security | tigrcorn-protocols | tigrcorn-static | tigrcorn-observability | tigrcorn-runtime | tigrcorn-compat | tigrcorn-certification
Best Practices
- Keep transport primitives separate from protocol parsing and runtime orchestration.
- Treat QUIC and listener behavior as transport-level concerns here before exposing them upward.
- Use config-driven transport construction rather than hard-coding listener details in protocol packages.
License
Apache-2.0
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_transports-0.3.17.dev1.tar.gz.
File metadata
- Download URL: tigrcorn_transports-0.3.17.dev1.tar.gz
- Upload date:
- Size: 66.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13c8dd2e84f6c31837fd6c55fadb26b81c4fdd67ce649c33bfc336bf9b1c5861
|
|
| MD5 |
7ae2949fc93c4f28a2627190bde9e1af
|
|
| BLAKE2b-256 |
d2e0557d920676cf3cbc0747dbe4028249cfdd58db4ffc0f063c5a17df1c0b6b
|
File details
Details for the file tigrcorn_transports-0.3.17.dev1-py3-none-any.whl.
File metadata
- Download URL: tigrcorn_transports-0.3.17.dev1-py3-none-any.whl
- Upload date:
- Size: 87.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d7b0b16b16575ad3d68e5d6b1218e513084abed7d20ded01586dc84c051bca7
|
|
| MD5 |
7b97e2c748ec9f188681613dabf1cc4d
|
|
| BLAKE2b-256 |
932cc616d2eadd8f3c60a9675dc9653b1253e23dfd3ae6805c9c3e506ea01e19
|