tigrcorn-core 0.3.16.dev5__tar.gz → 0.3.16.dev12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/PKG-INFO +71 -15
- tigrcorn_core-0.3.16.dev12/README.md +100 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/pyproject.toml +4 -2
- tigrcorn_core-0.3.16.dev12/src/tigrcorn_core/version.py +1 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/PKG-INFO +71 -15
- tigrcorn_core-0.3.16.dev5/README.md +0 -46
- tigrcorn_core-0.3.16.dev5/src/tigrcorn_core/version.py +0 -1
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/LICENSE +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/setup.cfg +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/__init__.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/constants.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/errors.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/py.typed +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/types.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/__init__.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/authority.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/bytes.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/headers.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/ids.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/imports.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/net.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/proxy.py +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/SOURCES.txt +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/dependency_links.txt +0 -0
- {tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-core
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev12
|
|
4
4
|
Summary: Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -175,59 +175,115 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
175
175
|
Classifier: Operating System :: OS Independent
|
|
176
176
|
Classifier: Programming Language :: Python :: 3
|
|
177
177
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
178
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
178
179
|
Classifier: Programming Language :: Python :: 3.11
|
|
179
180
|
Classifier: Programming Language :: Python :: 3.12
|
|
180
181
|
Classifier: Programming Language :: Python :: 3.13
|
|
182
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
181
183
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
182
184
|
Classifier: Typing :: Typed
|
|
183
|
-
Requires-Python:
|
|
185
|
+
Requires-Python: <3.15,>=3.10
|
|
184
186
|
Description-Content-Type: text/markdown
|
|
185
187
|
License-File: LICENSE
|
|
186
188
|
Dynamic: license-file
|
|
187
189
|
|
|
188
190
|
<div align="center">
|
|
189
191
|
<h1>tigrcorn-core</h1>
|
|
192
|
+
<img
|
|
193
|
+
src="https://raw.githubusercontent.com/Tigrbl/tigrcorn/master/assets/tigrcorn_logo.png"
|
|
194
|
+
alt="Tigrcorn tiger-unicorn logo"
|
|
195
|
+
width="140"
|
|
196
|
+
/>
|
|
190
197
|
|
|
191
198
|
<p><strong>Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.</strong></p>
|
|
192
199
|
|
|
193
200
|
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="PyPI version for tigrcorn-core" src="https://img.shields.io/pypi/v/tigrcorn-core?label=PyPI"></a>
|
|
194
201
|
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="tigrcorn-core package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
202
|
+
<a href="https://pepy.tech/project/tigrcorn-core"><img alt="Downloads for tigrcorn-core" src="https://static.pepy.tech/badge/tigrcorn-core"></a>
|
|
203
|
+
<a href="https://github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-core/README.md"><img alt="Hits for tigrcorn-core README" src="https://hits.sh/github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-core/README.md.svg?label=hits"></a>
|
|
195
204
|
<a href="LICENSE"><img alt="Apache 2.0 license" src="https://img.shields.io/badge/license-Apache%202.0-525252"></a>
|
|
196
|
-
<a href="pyproject.toml"><img alt="Python 3.11 supported" src="https://img.shields.io/badge/python-3.11-3776ab"></a>
|
|
197
|
-
<a href="pyproject.toml"><img alt="Python 3.12 supported" src="https://img.shields.io/badge/python-3.12-3776ab"></a>
|
|
198
|
-
<a href="pyproject.toml"><img alt="Python 3.13 supported" src="https://img.shields.io/badge/python-3.13-3776ab"></a>
|
|
199
|
-
<a href="src/tigrcorn_core/py.typed"><img alt="typed package" src="https://img.shields.io/badge/typed-py.typed-2f7ed8"></a>
|
|
205
|
+
<a href="pyproject.toml"><img alt="Python 3.10 | 3.11 | 3.12 | 3.13 | 3.14 supported" src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab"></a>
|
|
200
206
|
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="core role package" src="https://img.shields.io/badge/role-core-0a7f5a"></a>
|
|
201
207
|
</div>
|
|
202
208
|
|
|
209
|
+
<p align="center"><a href="https://github.com/Tigrbl/tigrcorn/blob/master/.ssot/registry.json"><img alt="SSOT governed" src="https://img.shields.io/badge/SSOT-governed-2f6f4e.svg"></a> <a href="https://discord.gg/jzvrbEtTtt"><img alt="Discord" src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white"></a></p>
|
|
210
|
+
|
|
203
211
|
## Install
|
|
204
212
|
|
|
205
|
-
|
|
213
|
+
```bash
|
|
214
|
+
uv add tigrcorn-core
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
```bash
|
|
206
218
|
pip install tigrcorn-core
|
|
207
|
-
|
|
219
|
+
```
|
|
208
220
|
|
|
209
221
|
Use the aggregate [tigrcorn](https://pypi.org/project/tigrcorn/) distribution when you want the full ASGI3 Python web server stack. Install <code>tigrcorn-core</code> directly when you want only this package boundary and its declared dependencies.
|
|
210
222
|
|
|
211
223
|
## What It Owns
|
|
212
224
|
|
|
213
|
-
<code>tigrcorn-core</code> owns constants,
|
|
225
|
+
<code>tigrcorn-core</code> owns constants, errors, types, and utils primitives. Its import package is <code>tigrcorn_core</code>, and its declared package dependencies are: none.
|
|
226
|
+
|
|
227
|
+
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.
|
|
228
|
+
|
|
229
|
+
## Why Use This?
|
|
230
|
+
|
|
231
|
+
Use <code>tigrcorn-core</code> 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.
|
|
232
|
+
|
|
233
|
+
## FAQ
|
|
234
|
+
|
|
235
|
+
### What does this package export?
|
|
236
|
+
|
|
237
|
+
The package exports through the <code>tigrcorn_core</code> namespace and keeps the root <code>tigrcorn</code> package as the compatibility umbrella.
|
|
238
|
+
|
|
239
|
+
### Which boundary does this package own?
|
|
240
|
+
|
|
241
|
+
It is the package boundary for constants, errors, types, and utils primitives in the Tigrcorn package graph.
|
|
214
242
|
|
|
215
|
-
|
|
243
|
+
### What does this package intentionally avoid?
|
|
244
|
+
|
|
245
|
+
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.
|
|
246
|
+
|
|
247
|
+
## Features
|
|
248
|
+
|
|
249
|
+
- Owns constants, errors, types, and utils primitives inside the Tigrcorn split-package architecture.
|
|
250
|
+
- Publishes the <code>tigrcorn_core</code> import surface for named public helpers and entrypoints.
|
|
251
|
+
- Declared runtime dependencies: none.
|
|
252
|
+
- Optional dependency surface: none.
|
|
253
|
+
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
|
|
216
254
|
|
|
217
255
|
## Use It When
|
|
218
256
|
|
|
219
|
-
Use <code>tigrcorn-core</code> when you need
|
|
257
|
+
Use <code>tigrcorn-core</code> 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.
|
|
220
258
|
|
|
221
259
|
## Import Surface
|
|
222
260
|
|
|
223
|
-
|
|
261
|
+
```python
|
|
224
262
|
import tigrcorn_core
|
|
225
263
|
|
|
226
|
-
print(tigrcorn_core.
|
|
227
|
-
|
|
264
|
+
print(tigrcorn_core.DEFAULT_HOST)
|
|
265
|
+
print(tigrcorn_core.DEFAULT_PORT)
|
|
266
|
+
```
|
|
228
267
|
|
|
229
268
|
The package exposes its supported public surface through the <code>tigrcorn_core</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
230
269
|
|
|
270
|
+
## Related Packages
|
|
271
|
+
|
|
272
|
+
- [tigrcorn](https://pypi.org/project/tigrcorn/)
|
|
273
|
+
- [tigrcorn-config](https://pypi.org/project/tigrcorn-config/)
|
|
274
|
+
- [tigrcorn-http](https://pypi.org/project/tigrcorn-http/)
|
|
275
|
+
- [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/)
|
|
276
|
+
|
|
231
277
|
## Package Graph
|
|
232
278
|
|
|
233
|
-
[tigrcorn](https://pypi.org/project/tigrcorn/) | [tigrcorn-
|
|
279
|
+
[tigrcorn-core](https://pypi.org/project/tigrcorn-core/) | [tigrcorn-config](https://pypi.org/project/tigrcorn-config/) | [tigrcorn-http](https://pypi.org/project/tigrcorn-http/) | [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/) | [tigrcorn-contract](https://pypi.org/project/tigrcorn-contract/) | [tigrcorn-transports](https://pypi.org/project/tigrcorn-transports/) | [tigrcorn-security](https://pypi.org/project/tigrcorn-security/) | [tigrcorn-protocols](https://pypi.org/project/tigrcorn-protocols/) | [tigrcorn-static](https://pypi.org/project/tigrcorn-static/) | [tigrcorn-observability](https://pypi.org/project/tigrcorn-observability/) | [tigrcorn-runtime](https://pypi.org/project/tigrcorn-runtime/) | [tigrcorn-compat](https://pypi.org/project/tigrcorn-compat/) | [tigrcorn-certification](https://pypi.org/project/tigrcorn-certification/)
|
|
280
|
+
|
|
281
|
+
## Best Practices
|
|
282
|
+
|
|
283
|
+
- Keep this package at the bottom of new dependency chains.
|
|
284
|
+
- Import protocol, runtime, or security behavior from higher packages instead of backfilling it here.
|
|
285
|
+
- Use the exported constants and error types instead of cloning parallel primitives in downstream packages.
|
|
286
|
+
|
|
287
|
+
## License
|
|
288
|
+
|
|
289
|
+
Apache-2.0
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>tigrcorn-core</h1>
|
|
3
|
+
<img
|
|
4
|
+
src="https://raw.githubusercontent.com/Tigrbl/tigrcorn/master/assets/tigrcorn_logo.png"
|
|
5
|
+
alt="Tigrcorn tiger-unicorn logo"
|
|
6
|
+
width="140"
|
|
7
|
+
/>
|
|
8
|
+
|
|
9
|
+
<p><strong>Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.</strong></p>
|
|
10
|
+
|
|
11
|
+
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="PyPI version for tigrcorn-core" src="https://img.shields.io/pypi/v/tigrcorn-core?label=PyPI"></a>
|
|
12
|
+
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="tigrcorn-core package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
13
|
+
<a href="https://pepy.tech/project/tigrcorn-core"><img alt="Downloads for tigrcorn-core" src="https://static.pepy.tech/badge/tigrcorn-core"></a>
|
|
14
|
+
<a href="https://github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-core/README.md"><img alt="Hits for tigrcorn-core README" src="https://hits.sh/github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-core/README.md.svg?label=hits"></a>
|
|
15
|
+
<a href="LICENSE"><img alt="Apache 2.0 license" src="https://img.shields.io/badge/license-Apache%202.0-525252"></a>
|
|
16
|
+
<a href="pyproject.toml"><img alt="Python 3.10 | 3.11 | 3.12 | 3.13 | 3.14 supported" src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab"></a>
|
|
17
|
+
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="core role package" src="https://img.shields.io/badge/role-core-0a7f5a"></a>
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
<p align="center"><a href="https://github.com/Tigrbl/tigrcorn/blob/master/.ssot/registry.json"><img alt="SSOT governed" src="https://img.shields.io/badge/SSOT-governed-2f6f4e.svg"></a> <a href="https://discord.gg/jzvrbEtTtt"><img alt="Discord" src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white"></a></p>
|
|
21
|
+
|
|
22
|
+
## Install
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
uv add tigrcorn-core
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
pip install tigrcorn-core
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Use the aggregate [tigrcorn](https://pypi.org/project/tigrcorn/) distribution when you want the full ASGI3 Python web server stack. Install <code>tigrcorn-core</code> directly when you want only this package boundary and its declared dependencies.
|
|
33
|
+
|
|
34
|
+
## What It Owns
|
|
35
|
+
|
|
36
|
+
<code>tigrcorn-core</code> owns constants, errors, types, and utils primitives. Its import package is <code>tigrcorn_core</code>, and its declared package dependencies are: none.
|
|
37
|
+
|
|
38
|
+
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.
|
|
39
|
+
|
|
40
|
+
## Why Use This?
|
|
41
|
+
|
|
42
|
+
Use <code>tigrcorn-core</code> 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.
|
|
43
|
+
|
|
44
|
+
## FAQ
|
|
45
|
+
|
|
46
|
+
### What does this package export?
|
|
47
|
+
|
|
48
|
+
The package exports through the <code>tigrcorn_core</code> namespace and keeps the root <code>tigrcorn</code> package as the compatibility umbrella.
|
|
49
|
+
|
|
50
|
+
### Which boundary does this package own?
|
|
51
|
+
|
|
52
|
+
It is the package boundary for constants, errors, types, and utils primitives in the Tigrcorn package graph.
|
|
53
|
+
|
|
54
|
+
### What does this package intentionally avoid?
|
|
55
|
+
|
|
56
|
+
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.
|
|
57
|
+
|
|
58
|
+
## Features
|
|
59
|
+
|
|
60
|
+
- Owns constants, errors, types, and utils primitives inside the Tigrcorn split-package architecture.
|
|
61
|
+
- Publishes the <code>tigrcorn_core</code> import surface for named public helpers and entrypoints.
|
|
62
|
+
- Declared runtime dependencies: none.
|
|
63
|
+
- Optional dependency surface: none.
|
|
64
|
+
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
|
|
65
|
+
|
|
66
|
+
## Use It When
|
|
67
|
+
|
|
68
|
+
Use <code>tigrcorn-core</code> 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.
|
|
69
|
+
|
|
70
|
+
## Import Surface
|
|
71
|
+
|
|
72
|
+
```python
|
|
73
|
+
import tigrcorn_core
|
|
74
|
+
|
|
75
|
+
print(tigrcorn_core.DEFAULT_HOST)
|
|
76
|
+
print(tigrcorn_core.DEFAULT_PORT)
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
The package exposes its supported public surface through the <code>tigrcorn_core</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
80
|
+
|
|
81
|
+
## Related Packages
|
|
82
|
+
|
|
83
|
+
- [tigrcorn](https://pypi.org/project/tigrcorn/)
|
|
84
|
+
- [tigrcorn-config](https://pypi.org/project/tigrcorn-config/)
|
|
85
|
+
- [tigrcorn-http](https://pypi.org/project/tigrcorn-http/)
|
|
86
|
+
- [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/)
|
|
87
|
+
|
|
88
|
+
## Package Graph
|
|
89
|
+
|
|
90
|
+
[tigrcorn-core](https://pypi.org/project/tigrcorn-core/) | [tigrcorn-config](https://pypi.org/project/tigrcorn-config/) | [tigrcorn-http](https://pypi.org/project/tigrcorn-http/) | [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/) | [tigrcorn-contract](https://pypi.org/project/tigrcorn-contract/) | [tigrcorn-transports](https://pypi.org/project/tigrcorn-transports/) | [tigrcorn-security](https://pypi.org/project/tigrcorn-security/) | [tigrcorn-protocols](https://pypi.org/project/tigrcorn-protocols/) | [tigrcorn-static](https://pypi.org/project/tigrcorn-static/) | [tigrcorn-observability](https://pypi.org/project/tigrcorn-observability/) | [tigrcorn-runtime](https://pypi.org/project/tigrcorn-runtime/) | [tigrcorn-compat](https://pypi.org/project/tigrcorn-compat/) | [tigrcorn-certification](https://pypi.org/project/tigrcorn-certification/)
|
|
91
|
+
|
|
92
|
+
## Best Practices
|
|
93
|
+
|
|
94
|
+
- Keep this package at the bottom of new dependency chains.
|
|
95
|
+
- Import protocol, runtime, or security behavior from higher packages instead of backfilling it here.
|
|
96
|
+
- Use the exported constants and error types instead of cloning parallel primitives in downstream packages.
|
|
97
|
+
|
|
98
|
+
## License
|
|
99
|
+
|
|
100
|
+
Apache-2.0
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrcorn-core"
|
|
7
|
-
version = "0.3.16.
|
|
7
|
+
version = "0.3.16.dev12"
|
|
8
8
|
description = "Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages."
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.10,<3.15"
|
|
11
11
|
license = {file = "LICENSE"}
|
|
12
12
|
authors = [
|
|
13
13
|
{name = "Jacob Stewart", email = "jacob@swarmauri.com"}
|
|
@@ -21,9 +21,11 @@ classifiers = [
|
|
|
21
21
|
"Operating System :: OS Independent",
|
|
22
22
|
"Programming Language :: Python :: 3",
|
|
23
23
|
"Programming Language :: Python :: 3 :: Only",
|
|
24
|
+
"Programming Language :: Python :: 3.10",
|
|
24
25
|
"Programming Language :: Python :: 3.11",
|
|
25
26
|
"Programming Language :: Python :: 3.12",
|
|
26
27
|
"Programming Language :: Python :: 3.13",
|
|
28
|
+
"Programming Language :: Python :: 3.14",
|
|
27
29
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
28
30
|
"Typing :: Typed",
|
|
29
31
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.16.dev12"
|
{tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-core
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev12
|
|
4
4
|
Summary: Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -175,59 +175,115 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
175
175
|
Classifier: Operating System :: OS Independent
|
|
176
176
|
Classifier: Programming Language :: Python :: 3
|
|
177
177
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
178
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
178
179
|
Classifier: Programming Language :: Python :: 3.11
|
|
179
180
|
Classifier: Programming Language :: Python :: 3.12
|
|
180
181
|
Classifier: Programming Language :: Python :: 3.13
|
|
182
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
181
183
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
182
184
|
Classifier: Typing :: Typed
|
|
183
|
-
Requires-Python:
|
|
185
|
+
Requires-Python: <3.15,>=3.10
|
|
184
186
|
Description-Content-Type: text/markdown
|
|
185
187
|
License-File: LICENSE
|
|
186
188
|
Dynamic: license-file
|
|
187
189
|
|
|
188
190
|
<div align="center">
|
|
189
191
|
<h1>tigrcorn-core</h1>
|
|
192
|
+
<img
|
|
193
|
+
src="https://raw.githubusercontent.com/Tigrbl/tigrcorn/master/assets/tigrcorn_logo.png"
|
|
194
|
+
alt="Tigrcorn tiger-unicorn logo"
|
|
195
|
+
width="140"
|
|
196
|
+
/>
|
|
190
197
|
|
|
191
198
|
<p><strong>Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.</strong></p>
|
|
192
199
|
|
|
193
200
|
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="PyPI version for tigrcorn-core" src="https://img.shields.io/pypi/v/tigrcorn-core?label=PyPI"></a>
|
|
194
201
|
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="tigrcorn-core package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
202
|
+
<a href="https://pepy.tech/project/tigrcorn-core"><img alt="Downloads for tigrcorn-core" src="https://static.pepy.tech/badge/tigrcorn-core"></a>
|
|
203
|
+
<a href="https://github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-core/README.md"><img alt="Hits for tigrcorn-core README" src="https://hits.sh/github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-core/README.md.svg?label=hits"></a>
|
|
195
204
|
<a href="LICENSE"><img alt="Apache 2.0 license" src="https://img.shields.io/badge/license-Apache%202.0-525252"></a>
|
|
196
|
-
<a href="pyproject.toml"><img alt="Python 3.11 supported" src="https://img.shields.io/badge/python-3.11-3776ab"></a>
|
|
197
|
-
<a href="pyproject.toml"><img alt="Python 3.12 supported" src="https://img.shields.io/badge/python-3.12-3776ab"></a>
|
|
198
|
-
<a href="pyproject.toml"><img alt="Python 3.13 supported" src="https://img.shields.io/badge/python-3.13-3776ab"></a>
|
|
199
|
-
<a href="src/tigrcorn_core/py.typed"><img alt="typed package" src="https://img.shields.io/badge/typed-py.typed-2f7ed8"></a>
|
|
205
|
+
<a href="pyproject.toml"><img alt="Python 3.10 | 3.11 | 3.12 | 3.13 | 3.14 supported" src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab"></a>
|
|
200
206
|
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="core role package" src="https://img.shields.io/badge/role-core-0a7f5a"></a>
|
|
201
207
|
</div>
|
|
202
208
|
|
|
209
|
+
<p align="center"><a href="https://github.com/Tigrbl/tigrcorn/blob/master/.ssot/registry.json"><img alt="SSOT governed" src="https://img.shields.io/badge/SSOT-governed-2f6f4e.svg"></a> <a href="https://discord.gg/jzvrbEtTtt"><img alt="Discord" src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white"></a></p>
|
|
210
|
+
|
|
203
211
|
## Install
|
|
204
212
|
|
|
205
|
-
|
|
213
|
+
```bash
|
|
214
|
+
uv add tigrcorn-core
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
```bash
|
|
206
218
|
pip install tigrcorn-core
|
|
207
|
-
|
|
219
|
+
```
|
|
208
220
|
|
|
209
221
|
Use the aggregate [tigrcorn](https://pypi.org/project/tigrcorn/) distribution when you want the full ASGI3 Python web server stack. Install <code>tigrcorn-core</code> directly when you want only this package boundary and its declared dependencies.
|
|
210
222
|
|
|
211
223
|
## What It Owns
|
|
212
224
|
|
|
213
|
-
<code>tigrcorn-core</code> owns constants,
|
|
225
|
+
<code>tigrcorn-core</code> owns constants, errors, types, and utils primitives. Its import package is <code>tigrcorn_core</code>, and its declared package dependencies are: none.
|
|
226
|
+
|
|
227
|
+
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.
|
|
228
|
+
|
|
229
|
+
## Why Use This?
|
|
230
|
+
|
|
231
|
+
Use <code>tigrcorn-core</code> 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.
|
|
232
|
+
|
|
233
|
+
## FAQ
|
|
234
|
+
|
|
235
|
+
### What does this package export?
|
|
236
|
+
|
|
237
|
+
The package exports through the <code>tigrcorn_core</code> namespace and keeps the root <code>tigrcorn</code> package as the compatibility umbrella.
|
|
238
|
+
|
|
239
|
+
### Which boundary does this package own?
|
|
240
|
+
|
|
241
|
+
It is the package boundary for constants, errors, types, and utils primitives in the Tigrcorn package graph.
|
|
214
242
|
|
|
215
|
-
|
|
243
|
+
### What does this package intentionally avoid?
|
|
244
|
+
|
|
245
|
+
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.
|
|
246
|
+
|
|
247
|
+
## Features
|
|
248
|
+
|
|
249
|
+
- Owns constants, errors, types, and utils primitives inside the Tigrcorn split-package architecture.
|
|
250
|
+
- Publishes the <code>tigrcorn_core</code> import surface for named public helpers and entrypoints.
|
|
251
|
+
- Declared runtime dependencies: none.
|
|
252
|
+
- Optional dependency surface: none.
|
|
253
|
+
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
|
|
216
254
|
|
|
217
255
|
## Use It When
|
|
218
256
|
|
|
219
|
-
Use <code>tigrcorn-core</code> when you need
|
|
257
|
+
Use <code>tigrcorn-core</code> 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.
|
|
220
258
|
|
|
221
259
|
## Import Surface
|
|
222
260
|
|
|
223
|
-
|
|
261
|
+
```python
|
|
224
262
|
import tigrcorn_core
|
|
225
263
|
|
|
226
|
-
print(tigrcorn_core.
|
|
227
|
-
|
|
264
|
+
print(tigrcorn_core.DEFAULT_HOST)
|
|
265
|
+
print(tigrcorn_core.DEFAULT_PORT)
|
|
266
|
+
```
|
|
228
267
|
|
|
229
268
|
The package exposes its supported public surface through the <code>tigrcorn_core</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
230
269
|
|
|
270
|
+
## Related Packages
|
|
271
|
+
|
|
272
|
+
- [tigrcorn](https://pypi.org/project/tigrcorn/)
|
|
273
|
+
- [tigrcorn-config](https://pypi.org/project/tigrcorn-config/)
|
|
274
|
+
- [tigrcorn-http](https://pypi.org/project/tigrcorn-http/)
|
|
275
|
+
- [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/)
|
|
276
|
+
|
|
231
277
|
## Package Graph
|
|
232
278
|
|
|
233
|
-
[tigrcorn](https://pypi.org/project/tigrcorn/) | [tigrcorn-
|
|
279
|
+
[tigrcorn-core](https://pypi.org/project/tigrcorn-core/) | [tigrcorn-config](https://pypi.org/project/tigrcorn-config/) | [tigrcorn-http](https://pypi.org/project/tigrcorn-http/) | [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/) | [tigrcorn-contract](https://pypi.org/project/tigrcorn-contract/) | [tigrcorn-transports](https://pypi.org/project/tigrcorn-transports/) | [tigrcorn-security](https://pypi.org/project/tigrcorn-security/) | [tigrcorn-protocols](https://pypi.org/project/tigrcorn-protocols/) | [tigrcorn-static](https://pypi.org/project/tigrcorn-static/) | [tigrcorn-observability](https://pypi.org/project/tigrcorn-observability/) | [tigrcorn-runtime](https://pypi.org/project/tigrcorn-runtime/) | [tigrcorn-compat](https://pypi.org/project/tigrcorn-compat/) | [tigrcorn-certification](https://pypi.org/project/tigrcorn-certification/)
|
|
280
|
+
|
|
281
|
+
## Best Practices
|
|
282
|
+
|
|
283
|
+
- Keep this package at the bottom of new dependency chains.
|
|
284
|
+
- Import protocol, runtime, or security behavior from higher packages instead of backfilling it here.
|
|
285
|
+
- Use the exported constants and error types instead of cloning parallel primitives in downstream packages.
|
|
286
|
+
|
|
287
|
+
## License
|
|
288
|
+
|
|
289
|
+
Apache-2.0
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h1>tigrcorn-core</h1>
|
|
3
|
-
|
|
4
|
-
<p><strong>Typed core primitives, errors, constants, and utilities shared by the Tigrcorn ASGI3 Python web server packages.</strong></p>
|
|
5
|
-
|
|
6
|
-
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="PyPI version for tigrcorn-core" src="https://img.shields.io/pypi/v/tigrcorn-core?label=PyPI"></a>
|
|
7
|
-
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="tigrcorn-core package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
8
|
-
<a href="LICENSE"><img alt="Apache 2.0 license" src="https://img.shields.io/badge/license-Apache%202.0-525252"></a>
|
|
9
|
-
<a href="pyproject.toml"><img alt="Python 3.11 supported" src="https://img.shields.io/badge/python-3.11-3776ab"></a>
|
|
10
|
-
<a href="pyproject.toml"><img alt="Python 3.12 supported" src="https://img.shields.io/badge/python-3.12-3776ab"></a>
|
|
11
|
-
<a href="pyproject.toml"><img alt="Python 3.13 supported" src="https://img.shields.io/badge/python-3.13-3776ab"></a>
|
|
12
|
-
<a href="src/tigrcorn_core/py.typed"><img alt="typed package" src="https://img.shields.io/badge/typed-py.typed-2f7ed8"></a>
|
|
13
|
-
<a href="https://pypi.org/project/tigrcorn-core/"><img alt="core role package" src="https://img.shields.io/badge/role-core-0a7f5a"></a>
|
|
14
|
-
</div>
|
|
15
|
-
|
|
16
|
-
## Install
|
|
17
|
-
|
|
18
|
-
~~~bash
|
|
19
|
-
pip install tigrcorn-core
|
|
20
|
-
~~~
|
|
21
|
-
|
|
22
|
-
Use the aggregate [tigrcorn](https://pypi.org/project/tigrcorn/) distribution when you want the full ASGI3 Python web server stack. Install <code>tigrcorn-core</code> directly when you want only this package boundary and its declared dependencies.
|
|
23
|
-
|
|
24
|
-
## What It Owns
|
|
25
|
-
|
|
26
|
-
<code>tigrcorn-core</code> owns constants, base errors, shared types, and dependency-light utility primitives. Its import package is <code>tigrcorn_core</code>, and its declared package dependencies are: none.
|
|
27
|
-
|
|
28
|
-
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.
|
|
29
|
-
|
|
30
|
-
## Use It When
|
|
31
|
-
|
|
32
|
-
Use <code>tigrcorn-core</code> when you need stable Tigrcorn primitives without pulling runtime, protocol, transport, security, compatibility, or certification packages. 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.
|
|
33
|
-
|
|
34
|
-
## Import Surface
|
|
35
|
-
|
|
36
|
-
~~~python
|
|
37
|
-
import tigrcorn_core
|
|
38
|
-
|
|
39
|
-
print(tigrcorn_core.__name__)
|
|
40
|
-
~~~
|
|
41
|
-
|
|
42
|
-
The package exposes its supported public surface through the <code>tigrcorn_core</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
43
|
-
|
|
44
|
-
## Package Graph
|
|
45
|
-
|
|
46
|
-
[tigrcorn](https://pypi.org/project/tigrcorn/) | [tigrcorn-core](https://pypi.org/project/tigrcorn-core/) | [tigrcorn-config](https://pypi.org/project/tigrcorn-config/) | [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/) | [tigrcorn-contract](https://pypi.org/project/tigrcorn-contract/) | [tigrcorn-transports](https://pypi.org/project/tigrcorn-transports/) | [tigrcorn-protocols](https://pypi.org/project/tigrcorn-protocols/) | [tigrcorn-http](https://pypi.org/project/tigrcorn-http/) | [tigrcorn-security](https://pypi.org/project/tigrcorn-security/) | [tigrcorn-runtime](https://pypi.org/project/tigrcorn-runtime/) | [tigrcorn-static](https://pypi.org/project/tigrcorn-static/) | [tigrcorn-observability](https://pypi.org/project/tigrcorn-observability/) | [tigrcorn-compat](https://pypi.org/project/tigrcorn-compat/) | [tigrcorn-certification](https://pypi.org/project/tigrcorn-certification/)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.3.16.dev5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/__init__.py
RENAMED
|
File without changes
|
{tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core/utils/authority.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev5 → tigrcorn_core-0.3.16.dev12}/src/tigrcorn_core.egg-info/top_level.txt
RENAMED
|
File without changes
|