tigrcorn-http 0.3.16.dev12__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_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/PKG-INFO +2 -2
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/pyproject.toml +2 -2
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/PKG-INFO +2 -2
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/requires.txt +1 -1
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/LICENSE +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/README.md +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/setup.cfg +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/__init__.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/alt_svc.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/conditional.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/early_hints.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/entity.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/etag.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/py.typed +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/range.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/structured_fields.py +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/SOURCES.txt +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/dependency_links.txt +0 -0
- {tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-http
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev13
|
|
4
4
|
Summary: HTTP utilities for Tigrcorn headers, entity tags, content coding, range requests, and Python web server responses.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -186,7 +186,7 @@ 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.
|
|
189
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev13
|
|
190
190
|
Provides-Extra: compression
|
|
191
191
|
Requires-Dist: brotli>=1.1.0; extra == "compression"
|
|
192
192
|
Dynamic: license-file
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrcorn-http"
|
|
7
|
-
version = "0.3.16.
|
|
7
|
+
version = "0.3.16.dev13"
|
|
8
8
|
description = "HTTP utilities for Tigrcorn headers, entity tags, content coding, range requests, and Python web server responses."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10,<3.15"
|
|
@@ -28,7 +28,7 @@ classifiers = [
|
|
|
28
28
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
29
29
|
"Typing :: Typed",
|
|
30
30
|
]
|
|
31
|
-
dependencies = ["tigrcorn-core==0.3.16.
|
|
31
|
+
dependencies = ["tigrcorn-core==0.3.16.dev13"]
|
|
32
32
|
|
|
33
33
|
[project.optional-dependencies]
|
|
34
34
|
compression = ["brotli>=1.1.0"]
|
{tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-http
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev13
|
|
4
4
|
Summary: HTTP utilities for Tigrcorn headers, entity tags, content coding, range requests, and Python web server responses.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -186,7 +186,7 @@ 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.
|
|
189
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev13
|
|
190
190
|
Provides-Extra: compression
|
|
191
191
|
Requires-Dist: brotli>=1.1.0; extra == "compression"
|
|
192
192
|
Dynamic: license-file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http/structured_fields.py
RENAMED
|
File without changes
|
{tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{tigrcorn_http-0.3.16.dev12 → tigrcorn_http-0.3.16.dev13}/src/tigrcorn_http.egg-info/top_level.txt
RENAMED
|
File without changes
|