Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.
Project description
tigrcorn-static
Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.
Install
uv add tigrcorn-static
pip install tigrcorn-static
Use the aggregate tigrcorn distribution when you want the full ASGI3 Python web server stack. Install tigrcorn-static directly when you want only this package boundary and its declared dependencies.
What It Owns
tigrcorn-static owns static origin, pathsend, and file-send behavior. Its import package is tigrcorn_static, and its declared package dependencies are: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
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-static when you want the static 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_static namespace and keeps the root tigrcorn package as the compatibility umbrella.
Which boundary does this package own?
It is the package boundary for static origin, pathsend, and file-send behavior in the Tigrcorn package graph.
Why keep static delivery separate?
Static origin, file-send, validators, cache-aware responses, and pathsend integration are separated so static delivery can evolve independently from protocol and runtime orchestration.
Features
- Owns static origin, pathsend, and file-send behavior inside the Tigrcorn split-package architecture.
- Publishes the
tigrcorn_staticimport surface for named public helpers and entrypoints. - Declared runtime dependencies: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
- Optional dependency surface: none.
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
Use It When
Use tigrcorn-static when you need static-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_static
print(tigrcorn_static.__name__)
The package exposes its supported public surface through the tigrcorn_static 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 static file semantics and cache behavior rooted here so runtime and app embedding stay smaller.
- Use the shared validators and range handling instead of duplicating file-response logic elsewhere.
- Treat pathsend and file-send differences as documented public behavior, not as hidden implementation details.
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_static-0.3.16.dev12.tar.gz.
File metadata
- Download URL: tigrcorn_static-0.3.16.dev12.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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 |
13f1e498721b437431473b26dc82f1fa5f5ff6849678681f99210bc60874df50
|
|
| MD5 |
679ff74ea0a7be98fcee90bae6fadc15
|
|
| BLAKE2b-256 |
4de23b59ba45f92378d7e5e052311432b23b93f1d321b494b4f74a510c4ce553
|
File details
Details for the file tigrcorn_static-0.3.16.dev12-py3-none-any.whl.
File metadata
- Download URL: tigrcorn_static-0.3.16.dev12-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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 |
069795aa181801af461ae08c7fcea23bf64b55c533dcc59f786b7e52106c048f
|
|
| MD5 |
c3acdf6dc425ac4e5bb8f6f1c0465ff6
|
|
| BLAKE2b-256 |
a7594ed23044b8bfc2d271a8d58dc8760fb4d5f223f6e608883e89db91bae667
|