Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.
Project description
tigrcorn-core
Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.
Install
uv add tigrcorn-core
pip install tigrcorn-core
Use the aggregate tigrcorn distribution when you want the full ASGI3 Python web server stack. Install tigrcorn-core directly when you want only this package boundary and its declared dependencies.
What It Owns
tigrcorn-core owns constants, errors, types, and utils primitives. Its import package is tigrcorn_core, and its declared package dependencies are: none.
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-core when you want the core 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_core namespace and keeps the root tigrcorn package as the compatibility umbrella.
Which boundary does this package own?
It is the package boundary for constants, errors, types, and utils primitives in the Tigrcorn package graph.
What does this package intentionally avoid?
It stays dependency-light and infrastructure-neutral so every higher Tigrcorn package can reuse shared constants, types, and core errors without pulling in HTTP, TLS, protocol, or runtime stacks.
Features
- Owns constants, errors, types, and utils primitives inside the Tigrcorn split-package architecture.
- Publishes the
tigrcorn_coreimport surface for named public helpers and entrypoints. - Declared runtime dependencies: none.
- Optional dependency surface: none.
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
Use It When
Use tigrcorn-core when you need core-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_core
print(tigrcorn_core.DEFAULT_HOST)
print(tigrcorn_core.DEFAULT_PORT)
The package exposes its supported public surface through the tigrcorn_core 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 this package at the bottom of new dependency chains.
- Import protocol, runtime, or security behavior from higher packages instead of backfilling it here.
- Use the exported constants and error types instead of cloning parallel primitives in downstream 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_core-0.3.16.dev11.tar.gz.
File metadata
- Download URL: tigrcorn_core-0.3.16.dev11.tar.gz
- Upload date:
- Size: 19.8 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 |
0950bc8e1e94eef364006f926b96697944d97f5452c2271295d402d89a6a45b6
|
|
| MD5 |
2b1013f037d70ed62dd600587846edd5
|
|
| BLAKE2b-256 |
de88cb398dd66bb0d0032707fa2bbda1f222a71c8694b76007842fa36ee0da37
|
File details
Details for the file tigrcorn_core-0.3.16.dev11-py3-none-any.whl.
File metadata
- Download URL: tigrcorn_core-0.3.16.dev11-py3-none-any.whl
- Upload date:
- Size: 20.1 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 |
eeca692755dfed8213ca342b528486db58ed2d97cf5084d13d40df0923d9bb6b
|
|
| MD5 |
31449a4f4b92494c7da9a932aa337f9e
|
|
| BLAKE2b-256 |
93a9a8d11fb6467262300c81ad7559cbd0e8218832346b79a1c6b7cc563e6b0b
|