tigrcorn-static 0.3.16.dev11__tar.gz → 0.3.16.dev13__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.dev11 → tigrcorn_static-0.3.16.dev13}/PKG-INFO +4 -4
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/pyproject.toml +4 -4
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static.egg-info/PKG-INFO +4 -4
- tigrcorn_static-0.3.16.dev13/src/tigrcorn_static.egg-info/requires.txt +3 -0
- tigrcorn_static-0.3.16.dev11/src/tigrcorn_static.egg-info/requires.txt +0 -3
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/LICENSE +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/README.md +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/setup.cfg +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static/__init__.py +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static/py.typed +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static/static.py +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static.egg-info/SOURCES.txt +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static.egg-info/dependency_links.txt +0 -0
- {tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/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.dev13
|
|
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
|
|
@@ -186,9 +186,9 @@ Classifier: Typing :: Typed
|
|
|
186
186
|
Requires-Python: <3.15,>=3.10
|
|
187
187
|
Description-Content-Type: text/markdown
|
|
188
188
|
License-File: LICENSE
|
|
189
|
-
Requires-Dist: tigrcorn-core==0.3.16.
|
|
190
|
-
Requires-Dist: tigrcorn-asgi==0.3.16.
|
|
191
|
-
Requires-Dist: tigrcorn-http==0.3.16.
|
|
189
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev13
|
|
190
|
+
Requires-Dist: tigrcorn-asgi==0.3.16.dev13
|
|
191
|
+
Requires-Dist: tigrcorn-http==0.3.16.dev13
|
|
192
192
|
Dynamic: license-file
|
|
193
193
|
|
|
194
194
|
<div align="center">
|
|
@@ -4,7 +4,7 @@ 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.dev13"
|
|
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
10
|
requires-python = ">=3.10,<3.15"
|
|
@@ -29,9 +29,9 @@ classifiers = [
|
|
|
29
29
|
"Typing :: Typed",
|
|
30
30
|
]
|
|
31
31
|
dependencies = [
|
|
32
|
-
"tigrcorn-core==0.3.16.
|
|
33
|
-
"tigrcorn-asgi==0.3.16.
|
|
34
|
-
"tigrcorn-http==0.3.16.
|
|
32
|
+
"tigrcorn-core==0.3.16.dev13",
|
|
33
|
+
"tigrcorn-asgi==0.3.16.dev13",
|
|
34
|
+
"tigrcorn-http==0.3.16.dev13",
|
|
35
35
|
]
|
|
36
36
|
|
|
37
37
|
[tool.setuptools]
|
{tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/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.dev13
|
|
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
|
|
@@ -186,9 +186,9 @@ Classifier: Typing :: Typed
|
|
|
186
186
|
Requires-Python: <3.15,>=3.10
|
|
187
187
|
Description-Content-Type: text/markdown
|
|
188
188
|
License-File: LICENSE
|
|
189
|
-
Requires-Dist: tigrcorn-core==0.3.16.
|
|
190
|
-
Requires-Dist: tigrcorn-asgi==0.3.16.
|
|
191
|
-
Requires-Dist: tigrcorn-http==0.3.16.
|
|
189
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev13
|
|
190
|
+
Requires-Dist: tigrcorn-asgi==0.3.16.dev13
|
|
191
|
+
Requires-Dist: tigrcorn-http==0.3.16.dev13
|
|
192
192
|
Dynamic: license-file
|
|
193
193
|
|
|
194
194
|
<div align="center">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_static-0.3.16.dev11 → tigrcorn_static-0.3.16.dev13}/src/tigrcorn_static/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|