tigrcorn-core 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_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/PKG-INFO +1 -1
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/pyproject.toml +1 -1
- tigrcorn_core-0.3.16.dev13/src/tigrcorn_core/version.py +1 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core.egg-info/PKG-INFO +1 -1
- tigrcorn_core-0.3.16.dev12/src/tigrcorn_core/version.py +0 -1
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/LICENSE +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/README.md +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/setup.cfg +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/__init__.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/constants.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/errors.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/py.typed +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/types.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/__init__.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/authority.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/bytes.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/headers.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/ids.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/imports.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/net.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/proxy.py +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core.egg-info/SOURCES.txt +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core.egg-info/dependency_links.txt +0 -0
- {tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/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.dev13
|
|
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
|
|
@@ -4,7 +4,7 @@ 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.dev13"
|
|
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
10
|
requires-python = ">=3.10,<3.15"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.16.dev13"
|
{tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/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.dev13
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.3.16.dev12"
|
|
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_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/__init__.py
RENAMED
|
File without changes
|
{tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/authority.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/headers.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core/utils/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{tigrcorn_core-0.3.16.dev12 → tigrcorn_core-0.3.16.dev13}/src/tigrcorn_core.egg-info/top_level.txt
RENAMED
|
File without changes
|