tigrcorn-static 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_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/PKG-INFO +72 -17
- tigrcorn_static-0.3.16.dev12/README.md +99 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/pyproject.toml +7 -5
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static.egg-info/PKG-INFO +72 -17
- tigrcorn_static-0.3.16.dev12/src/tigrcorn_static.egg-info/requires.txt +3 -0
- tigrcorn_static-0.3.16.dev5/README.md +0 -46
- tigrcorn_static-0.3.16.dev5/src/tigrcorn_static.egg-info/requires.txt +0 -3
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/LICENSE +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/setup.cfg +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static/__init__.py +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static/py.typed +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static/static.py +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static.egg-info/SOURCES.txt +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static.egg-info/dependency_links.txt +0 -0
- {tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-static
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev12
|
|
4
4
|
Summary: Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -175,63 +175,118 @@ 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 :: Internet :: WWW/HTTP
|
|
182
184
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
183
185
|
Classifier: Typing :: Typed
|
|
184
|
-
Requires-Python:
|
|
186
|
+
Requires-Python: <3.15,>=3.10
|
|
185
187
|
Description-Content-Type: text/markdown
|
|
186
188
|
License-File: LICENSE
|
|
187
|
-
Requires-Dist: tigrcorn-core==0.3.16.
|
|
188
|
-
Requires-Dist: tigrcorn-asgi==0.3.16.
|
|
189
|
-
Requires-Dist: tigrcorn-http==0.3.16.
|
|
189
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev12
|
|
190
|
+
Requires-Dist: tigrcorn-asgi==0.3.16.dev12
|
|
191
|
+
Requires-Dist: tigrcorn-http==0.3.16.dev12
|
|
190
192
|
Dynamic: license-file
|
|
191
193
|
|
|
192
194
|
<div align="center">
|
|
193
195
|
<h1>tigrcorn-static</h1>
|
|
196
|
+
<img
|
|
197
|
+
src="https://raw.githubusercontent.com/Tigrbl/tigrcorn/master/assets/tigrcorn_logo.png"
|
|
198
|
+
alt="Tigrcorn tiger-unicorn logo"
|
|
199
|
+
width="140"
|
|
200
|
+
/>
|
|
194
201
|
|
|
195
202
|
<p><strong>Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.</strong></p>
|
|
196
203
|
|
|
197
204
|
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="PyPI version for tigrcorn-static" src="https://img.shields.io/pypi/v/tigrcorn-static?label=PyPI"></a>
|
|
198
205
|
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="tigrcorn-static package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
206
|
+
<a href="https://pepy.tech/project/tigrcorn-static"><img alt="Downloads for tigrcorn-static" src="https://static.pepy.tech/badge/tigrcorn-static"></a>
|
|
207
|
+
<a href="https://github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-static/README.md"><img alt="Hits for tigrcorn-static README" src="https://hits.sh/github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-static/README.md.svg?label=hits"></a>
|
|
199
208
|
<a href="LICENSE"><img alt="Apache 2.0 license" src="https://img.shields.io/badge/license-Apache%202.0-525252"></a>
|
|
200
|
-
<a href="pyproject.toml"><img alt="Python 3.11 supported" src="https://img.shields.io/badge/python-3.11-3776ab"></a>
|
|
201
|
-
<a href="pyproject.toml"><img alt="Python 3.12 supported" src="https://img.shields.io/badge/python-3.12-3776ab"></a>
|
|
202
|
-
<a href="pyproject.toml"><img alt="Python 3.13 supported" src="https://img.shields.io/badge/python-3.13-3776ab"></a>
|
|
203
|
-
<a href="src/tigrcorn_static/py.typed"><img alt="typed package" src="https://img.shields.io/badge/typed-py.typed-2f7ed8"></a>
|
|
209
|
+
<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>
|
|
204
210
|
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="static role package" src="https://img.shields.io/badge/role-static-0a7f5a"></a>
|
|
205
211
|
</div>
|
|
206
212
|
|
|
213
|
+
<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>
|
|
214
|
+
|
|
207
215
|
## Install
|
|
208
216
|
|
|
209
|
-
|
|
217
|
+
```bash
|
|
218
|
+
uv add tigrcorn-static
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
```bash
|
|
210
222
|
pip install tigrcorn-static
|
|
211
|
-
|
|
223
|
+
```
|
|
212
224
|
|
|
213
225
|
Use the aggregate [tigrcorn](https://pypi.org/project/tigrcorn/) distribution when you want the full ASGI3 Python web server stack. Install <code>tigrcorn-static</code> directly when you want only this package boundary and its declared dependencies.
|
|
214
226
|
|
|
215
227
|
## What It Owns
|
|
216
228
|
|
|
217
|
-
<code>tigrcorn-static</code> owns static origin
|
|
229
|
+
<code>tigrcorn-static</code> owns static origin, pathsend, and file-send behavior. Its import package is <code>tigrcorn_static</code>, and its declared package dependencies are: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
230
|
+
|
|
231
|
+
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.
|
|
232
|
+
|
|
233
|
+
## Why Use This?
|
|
234
|
+
|
|
235
|
+
Use <code>tigrcorn-static</code> 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.
|
|
236
|
+
|
|
237
|
+
## FAQ
|
|
238
|
+
|
|
239
|
+
### What does this package export?
|
|
240
|
+
|
|
241
|
+
The package exports through the <code>tigrcorn_static</code> namespace and keeps the root <code>tigrcorn</code> package as the compatibility umbrella.
|
|
242
|
+
|
|
243
|
+
### Which boundary does this package own?
|
|
244
|
+
|
|
245
|
+
It is the package boundary for static origin, pathsend, and file-send behavior in the Tigrcorn package graph.
|
|
218
246
|
|
|
219
|
-
|
|
247
|
+
### Why keep static delivery separate?
|
|
248
|
+
|
|
249
|
+
Static origin, file-send, validators, cache-aware responses, and pathsend integration are separated so static delivery can evolve independently from protocol and runtime orchestration.
|
|
250
|
+
|
|
251
|
+
## Features
|
|
252
|
+
|
|
253
|
+
- Owns static origin, pathsend, and file-send behavior inside the Tigrcorn split-package architecture.
|
|
254
|
+
- Publishes the <code>tigrcorn_static</code> import surface for named public helpers and entrypoints.
|
|
255
|
+
- Declared runtime dependencies: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
256
|
+
- Optional dependency surface: none.
|
|
257
|
+
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
|
|
220
258
|
|
|
221
259
|
## Use It When
|
|
222
260
|
|
|
223
|
-
Use <code>tigrcorn-static</code> when you need
|
|
261
|
+
Use <code>tigrcorn-static</code> 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.
|
|
224
262
|
|
|
225
263
|
## Import Surface
|
|
226
264
|
|
|
227
|
-
|
|
265
|
+
```python
|
|
228
266
|
import tigrcorn_static
|
|
229
267
|
|
|
230
268
|
print(tigrcorn_static.__name__)
|
|
231
|
-
|
|
269
|
+
```
|
|
232
270
|
|
|
233
271
|
The package exposes its supported public surface through the <code>tigrcorn_static</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
234
272
|
|
|
273
|
+
## Related Packages
|
|
274
|
+
|
|
275
|
+
- [tigrcorn-core](https://pypi.org/project/tigrcorn-core/)
|
|
276
|
+
- [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/)
|
|
277
|
+
- [tigrcorn-http](https://pypi.org/project/tigrcorn-http/)
|
|
278
|
+
- [tigrcorn](https://pypi.org/project/tigrcorn/)
|
|
279
|
+
|
|
235
280
|
## Package Graph
|
|
236
281
|
|
|
237
|
-
[tigrcorn](https://pypi.org/project/tigrcorn/) | [tigrcorn-
|
|
282
|
+
[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/)
|
|
283
|
+
|
|
284
|
+
## Best Practices
|
|
285
|
+
|
|
286
|
+
- Keep static file semantics and cache behavior rooted here so runtime and app embedding stay smaller.
|
|
287
|
+
- Use the shared validators and range handling instead of duplicating file-response logic elsewhere.
|
|
288
|
+
- Treat pathsend and file-send differences as documented public behavior, not as hidden implementation details.
|
|
289
|
+
|
|
290
|
+
## License
|
|
291
|
+
|
|
292
|
+
Apache-2.0
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>tigrcorn-static</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>Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.</strong></p>
|
|
10
|
+
|
|
11
|
+
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="PyPI version for tigrcorn-static" src="https://img.shields.io/pypi/v/tigrcorn-static?label=PyPI"></a>
|
|
12
|
+
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="tigrcorn-static package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
13
|
+
<a href="https://pepy.tech/project/tigrcorn-static"><img alt="Downloads for tigrcorn-static" src="https://static.pepy.tech/badge/tigrcorn-static"></a>
|
|
14
|
+
<a href="https://github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-static/README.md"><img alt="Hits for tigrcorn-static README" src="https://hits.sh/github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-static/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-static/"><img alt="static role package" src="https://img.shields.io/badge/role-static-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-static
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
pip install tigrcorn-static
|
|
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-static</code> directly when you want only this package boundary and its declared dependencies.
|
|
33
|
+
|
|
34
|
+
## What It Owns
|
|
35
|
+
|
|
36
|
+
<code>tigrcorn-static</code> owns static origin, pathsend, and file-send behavior. Its import package is <code>tigrcorn_static</code>, and its declared package dependencies are: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
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-static</code> 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.
|
|
43
|
+
|
|
44
|
+
## FAQ
|
|
45
|
+
|
|
46
|
+
### What does this package export?
|
|
47
|
+
|
|
48
|
+
The package exports through the <code>tigrcorn_static</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 static origin, pathsend, and file-send behavior in the Tigrcorn package graph.
|
|
53
|
+
|
|
54
|
+
### Why keep static delivery separate?
|
|
55
|
+
|
|
56
|
+
Static origin, file-send, validators, cache-aware responses, and pathsend integration are separated so static delivery can evolve independently from protocol and runtime orchestration.
|
|
57
|
+
|
|
58
|
+
## Features
|
|
59
|
+
|
|
60
|
+
- Owns static origin, pathsend, and file-send behavior inside the Tigrcorn split-package architecture.
|
|
61
|
+
- Publishes the <code>tigrcorn_static</code> import surface for named public helpers and entrypoints.
|
|
62
|
+
- Declared runtime dependencies: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
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-static</code> 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.
|
|
69
|
+
|
|
70
|
+
## Import Surface
|
|
71
|
+
|
|
72
|
+
```python
|
|
73
|
+
import tigrcorn_static
|
|
74
|
+
|
|
75
|
+
print(tigrcorn_static.__name__)
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
The package exposes its supported public surface through the <code>tigrcorn_static</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
79
|
+
|
|
80
|
+
## Related Packages
|
|
81
|
+
|
|
82
|
+
- [tigrcorn-core](https://pypi.org/project/tigrcorn-core/)
|
|
83
|
+
- [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/)
|
|
84
|
+
- [tigrcorn-http](https://pypi.org/project/tigrcorn-http/)
|
|
85
|
+
- [tigrcorn](https://pypi.org/project/tigrcorn/)
|
|
86
|
+
|
|
87
|
+
## Package Graph
|
|
88
|
+
|
|
89
|
+
[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/)
|
|
90
|
+
|
|
91
|
+
## Best Practices
|
|
92
|
+
|
|
93
|
+
- Keep static file semantics and cache behavior rooted here so runtime and app embedding stay smaller.
|
|
94
|
+
- Use the shared validators and range handling instead of duplicating file-response logic elsewhere.
|
|
95
|
+
- Treat pathsend and file-send differences as documented public behavior, not as hidden implementation details.
|
|
96
|
+
|
|
97
|
+
## License
|
|
98
|
+
|
|
99
|
+
Apache-2.0
|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrcorn-static"
|
|
7
|
-
version = "0.3.16.
|
|
7
|
+
version = "0.3.16.dev12"
|
|
8
8
|
description = "Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server."
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.10,<3.15"
|
|
11
11
|
license = {file = "LICENSE"}
|
|
12
12
|
authors = [{name = "Jacob Stewart", email = "jacob@swarmauri.com"}]
|
|
13
13
|
keywords = ["tigrcorn", "static-files", "file-send", "http-origin", "etag", "range-requests", "asgi"]
|
|
@@ -19,17 +19,19 @@ classifiers = [
|
|
|
19
19
|
"Operating System :: OS Independent",
|
|
20
20
|
"Programming Language :: Python :: 3",
|
|
21
21
|
"Programming Language :: Python :: 3 :: Only",
|
|
22
|
+
"Programming Language :: Python :: 3.10",
|
|
22
23
|
"Programming Language :: Python :: 3.11",
|
|
23
24
|
"Programming Language :: Python :: 3.12",
|
|
24
25
|
"Programming Language :: Python :: 3.13",
|
|
26
|
+
"Programming Language :: Python :: 3.14",
|
|
25
27
|
"Topic :: Internet :: WWW/HTTP",
|
|
26
28
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
27
29
|
"Typing :: Typed",
|
|
28
30
|
]
|
|
29
31
|
dependencies = [
|
|
30
|
-
"tigrcorn-core==0.3.16.
|
|
31
|
-
"tigrcorn-asgi==0.3.16.
|
|
32
|
-
"tigrcorn-http==0.3.16.
|
|
32
|
+
"tigrcorn-core==0.3.16.dev12",
|
|
33
|
+
"tigrcorn-asgi==0.3.16.dev12",
|
|
34
|
+
"tigrcorn-http==0.3.16.dev12",
|
|
33
35
|
]
|
|
34
36
|
|
|
35
37
|
[tool.setuptools]
|
{tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-static
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev12
|
|
4
4
|
Summary: Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -175,63 +175,118 @@ 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 :: Internet :: WWW/HTTP
|
|
182
184
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
183
185
|
Classifier: Typing :: Typed
|
|
184
|
-
Requires-Python:
|
|
186
|
+
Requires-Python: <3.15,>=3.10
|
|
185
187
|
Description-Content-Type: text/markdown
|
|
186
188
|
License-File: LICENSE
|
|
187
|
-
Requires-Dist: tigrcorn-core==0.3.16.
|
|
188
|
-
Requires-Dist: tigrcorn-asgi==0.3.16.
|
|
189
|
-
Requires-Dist: tigrcorn-http==0.3.16.
|
|
189
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev12
|
|
190
|
+
Requires-Dist: tigrcorn-asgi==0.3.16.dev12
|
|
191
|
+
Requires-Dist: tigrcorn-http==0.3.16.dev12
|
|
190
192
|
Dynamic: license-file
|
|
191
193
|
|
|
192
194
|
<div align="center">
|
|
193
195
|
<h1>tigrcorn-static</h1>
|
|
196
|
+
<img
|
|
197
|
+
src="https://raw.githubusercontent.com/Tigrbl/tigrcorn/master/assets/tigrcorn_logo.png"
|
|
198
|
+
alt="Tigrcorn tiger-unicorn logo"
|
|
199
|
+
width="140"
|
|
200
|
+
/>
|
|
194
201
|
|
|
195
202
|
<p><strong>Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.</strong></p>
|
|
196
203
|
|
|
197
204
|
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="PyPI version for tigrcorn-static" src="https://img.shields.io/pypi/v/tigrcorn-static?label=PyPI"></a>
|
|
198
205
|
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="tigrcorn-static package on PyPI" src="https://img.shields.io/badge/package-PyPI-blue"></a>
|
|
206
|
+
<a href="https://pepy.tech/project/tigrcorn-static"><img alt="Downloads for tigrcorn-static" src="https://static.pepy.tech/badge/tigrcorn-static"></a>
|
|
207
|
+
<a href="https://github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-static/README.md"><img alt="Hits for tigrcorn-static README" src="https://hits.sh/github.com/tigrbl/tigrcorn/blob/master/pkgs/tigrcorn-static/README.md.svg?label=hits"></a>
|
|
199
208
|
<a href="LICENSE"><img alt="Apache 2.0 license" src="https://img.shields.io/badge/license-Apache%202.0-525252"></a>
|
|
200
|
-
<a href="pyproject.toml"><img alt="Python 3.11 supported" src="https://img.shields.io/badge/python-3.11-3776ab"></a>
|
|
201
|
-
<a href="pyproject.toml"><img alt="Python 3.12 supported" src="https://img.shields.io/badge/python-3.12-3776ab"></a>
|
|
202
|
-
<a href="pyproject.toml"><img alt="Python 3.13 supported" src="https://img.shields.io/badge/python-3.13-3776ab"></a>
|
|
203
|
-
<a href="src/tigrcorn_static/py.typed"><img alt="typed package" src="https://img.shields.io/badge/typed-py.typed-2f7ed8"></a>
|
|
209
|
+
<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>
|
|
204
210
|
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="static role package" src="https://img.shields.io/badge/role-static-0a7f5a"></a>
|
|
205
211
|
</div>
|
|
206
212
|
|
|
213
|
+
<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>
|
|
214
|
+
|
|
207
215
|
## Install
|
|
208
216
|
|
|
209
|
-
|
|
217
|
+
```bash
|
|
218
|
+
uv add tigrcorn-static
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
```bash
|
|
210
222
|
pip install tigrcorn-static
|
|
211
|
-
|
|
223
|
+
```
|
|
212
224
|
|
|
213
225
|
Use the aggregate [tigrcorn](https://pypi.org/project/tigrcorn/) distribution when you want the full ASGI3 Python web server stack. Install <code>tigrcorn-static</code> directly when you want only this package boundary and its declared dependencies.
|
|
214
226
|
|
|
215
227
|
## What It Owns
|
|
216
228
|
|
|
217
|
-
<code>tigrcorn-static</code> owns static origin
|
|
229
|
+
<code>tigrcorn-static</code> owns static origin, pathsend, and file-send behavior. Its import package is <code>tigrcorn_static</code>, and its declared package dependencies are: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
230
|
+
|
|
231
|
+
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.
|
|
232
|
+
|
|
233
|
+
## Why Use This?
|
|
234
|
+
|
|
235
|
+
Use <code>tigrcorn-static</code> 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.
|
|
236
|
+
|
|
237
|
+
## FAQ
|
|
238
|
+
|
|
239
|
+
### What does this package export?
|
|
240
|
+
|
|
241
|
+
The package exports through the <code>tigrcorn_static</code> namespace and keeps the root <code>tigrcorn</code> package as the compatibility umbrella.
|
|
242
|
+
|
|
243
|
+
### Which boundary does this package own?
|
|
244
|
+
|
|
245
|
+
It is the package boundary for static origin, pathsend, and file-send behavior in the Tigrcorn package graph.
|
|
218
246
|
|
|
219
|
-
|
|
247
|
+
### Why keep static delivery separate?
|
|
248
|
+
|
|
249
|
+
Static origin, file-send, validators, cache-aware responses, and pathsend integration are separated so static delivery can evolve independently from protocol and runtime orchestration.
|
|
250
|
+
|
|
251
|
+
## Features
|
|
252
|
+
|
|
253
|
+
- Owns static origin, pathsend, and file-send behavior inside the Tigrcorn split-package architecture.
|
|
254
|
+
- Publishes the <code>tigrcorn_static</code> import surface for named public helpers and entrypoints.
|
|
255
|
+
- Declared runtime dependencies: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
256
|
+
- Optional dependency surface: none.
|
|
257
|
+
- Supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
|
|
220
258
|
|
|
221
259
|
## Use It When
|
|
222
260
|
|
|
223
|
-
Use <code>tigrcorn-static</code> when you need
|
|
261
|
+
Use <code>tigrcorn-static</code> 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.
|
|
224
262
|
|
|
225
263
|
## Import Surface
|
|
226
264
|
|
|
227
|
-
|
|
265
|
+
```python
|
|
228
266
|
import tigrcorn_static
|
|
229
267
|
|
|
230
268
|
print(tigrcorn_static.__name__)
|
|
231
|
-
|
|
269
|
+
```
|
|
232
270
|
|
|
233
271
|
The package exposes its supported public surface through the <code>tigrcorn_static</code> namespace. The root [tigrcorn](https://pypi.org/project/tigrcorn/) package keeps compatibility shims for users who install the full server distribution.
|
|
234
272
|
|
|
273
|
+
## Related Packages
|
|
274
|
+
|
|
275
|
+
- [tigrcorn-core](https://pypi.org/project/tigrcorn-core/)
|
|
276
|
+
- [tigrcorn-asgi](https://pypi.org/project/tigrcorn-asgi/)
|
|
277
|
+
- [tigrcorn-http](https://pypi.org/project/tigrcorn-http/)
|
|
278
|
+
- [tigrcorn](https://pypi.org/project/tigrcorn/)
|
|
279
|
+
|
|
235
280
|
## Package Graph
|
|
236
281
|
|
|
237
|
-
[tigrcorn](https://pypi.org/project/tigrcorn/) | [tigrcorn-
|
|
282
|
+
[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/)
|
|
283
|
+
|
|
284
|
+
## Best Practices
|
|
285
|
+
|
|
286
|
+
- Keep static file semantics and cache behavior rooted here so runtime and app embedding stay smaller.
|
|
287
|
+
- Use the shared validators and range handling instead of duplicating file-response logic elsewhere.
|
|
288
|
+
- Treat pathsend and file-send differences as documented public behavior, not as hidden implementation details.
|
|
289
|
+
|
|
290
|
+
## License
|
|
291
|
+
|
|
292
|
+
Apache-2.0
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h1>tigrcorn-static</h1>
|
|
3
|
-
|
|
4
|
-
<p><strong>Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.</strong></p>
|
|
5
|
-
|
|
6
|
-
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="PyPI version for tigrcorn-static" src="https://img.shields.io/pypi/v/tigrcorn-static?label=PyPI"></a>
|
|
7
|
-
<a href="https://pypi.org/project/tigrcorn-static/"><img alt="tigrcorn-static 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_static/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-static/"><img alt="static role package" src="https://img.shields.io/badge/role-static-0a7f5a"></a>
|
|
14
|
-
</div>
|
|
15
|
-
|
|
16
|
-
## Install
|
|
17
|
-
|
|
18
|
-
~~~bash
|
|
19
|
-
pip install tigrcorn-static
|
|
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-static</code> directly when you want only this package boundary and its declared dependencies.
|
|
23
|
-
|
|
24
|
-
## What It Owns
|
|
25
|
-
|
|
26
|
-
<code>tigrcorn-static</code> owns static origin behavior, pathsend integration, file-send behavior, validators, ranges, and cache-aware static responses. Its import package is <code>tigrcorn_static</code>, and its declared package dependencies are: tigrcorn-core, tigrcorn-asgi, tigrcorn-http.
|
|
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-static</code> when you need Tigrcorn static file serving behavior without depending on the full runtime package. 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_static
|
|
38
|
-
|
|
39
|
-
print(tigrcorn_static.__name__)
|
|
40
|
-
~~~
|
|
41
|
-
|
|
42
|
-
The package exposes its supported public surface through the <code>tigrcorn_static</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/)
|
|
File without changes
|
|
File without changes
|
{tigrcorn_static-0.3.16.dev5 → tigrcorn_static-0.3.16.dev12}/src/tigrcorn_static/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|