tigrcorn-runtime 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_runtime-0.3.16.dev12/src/tigrcorn_runtime.egg-info → tigrcorn_runtime-0.3.16.dev13}/PKG-INFO +7 -7
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/pyproject.toml +7 -7
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13/src/tigrcorn_runtime.egg-info}/PKG-INFO +7 -7
- tigrcorn_runtime-0.3.16.dev13/src/tigrcorn_runtime.egg-info/requires.txt +14 -0
- tigrcorn_runtime-0.3.16.dev12/src/tigrcorn_runtime.egg-info/requires.txt +0 -14
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/LICENSE +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/README.md +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/setup.cfg +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/__init__.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/api.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/app_interfaces.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/cli.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/embedded.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/py.typed +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/__init__.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/app_loader.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/bootstrap.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/hooks.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/reloader.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/runner.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/shutdown.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/signals.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/state.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/supervisor.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/__init__.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/local.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/model.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/process.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/supervisor.py +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime.egg-info/SOURCES.txt +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime.egg-info/dependency_links.txt +0 -0
- {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-runtime
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev13
|
|
4
4
|
Summary: Server runner, app loading, lifecycle hooks, workers, reload, and embedded runtime for the Tigrcorn ASGI3 web server.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -187,12 +187,12 @@ Classifier: Typing :: Typed
|
|
|
187
187
|
Requires-Python: <3.15,>=3.10
|
|
188
188
|
Description-Content-Type: text/markdown
|
|
189
189
|
License-File: LICENSE
|
|
190
|
-
Requires-Dist: tigrcorn-core==0.3.16.
|
|
191
|
-
Requires-Dist: tigrcorn-config==0.3.16.
|
|
192
|
-
Requires-Dist: tigrcorn-asgi==0.3.16.
|
|
193
|
-
Requires-Dist: tigrcorn-transports==0.3.16.
|
|
194
|
-
Requires-Dist: tigrcorn-protocols==0.3.16.
|
|
195
|
-
Requires-Dist: tigrcorn-security==0.3.16.
|
|
190
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev13
|
|
191
|
+
Requires-Dist: tigrcorn-config==0.3.16.dev13
|
|
192
|
+
Requires-Dist: tigrcorn-asgi==0.3.16.dev13
|
|
193
|
+
Requires-Dist: tigrcorn-transports==0.3.16.dev13
|
|
194
|
+
Requires-Dist: tigrcorn-protocols==0.3.16.dev13
|
|
195
|
+
Requires-Dist: tigrcorn-security==0.3.16.dev13
|
|
196
196
|
Provides-Extra: uvloop
|
|
197
197
|
Requires-Dist: uvloop>=0.19.0; platform_system != "Windows" and extra == "uvloop"
|
|
198
198
|
Provides-Extra: trio
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrcorn-runtime"
|
|
7
|
-
version = "0.3.16.
|
|
7
|
+
version = "0.3.16.dev13"
|
|
8
8
|
description = "Server runner, app loading, lifecycle hooks, workers, reload, and embedded runtime for the Tigrcorn ASGI3 web server."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10,<3.15"
|
|
@@ -30,12 +30,12 @@ classifiers = [
|
|
|
30
30
|
"Typing :: Typed",
|
|
31
31
|
]
|
|
32
32
|
dependencies = [
|
|
33
|
-
"tigrcorn-core==0.3.16.
|
|
34
|
-
"tigrcorn-config==0.3.16.
|
|
35
|
-
"tigrcorn-asgi==0.3.16.
|
|
36
|
-
"tigrcorn-transports==0.3.16.
|
|
37
|
-
"tigrcorn-protocols==0.3.16.
|
|
38
|
-
"tigrcorn-security==0.3.16.
|
|
33
|
+
"tigrcorn-core==0.3.16.dev13",
|
|
34
|
+
"tigrcorn-config==0.3.16.dev13",
|
|
35
|
+
"tigrcorn-asgi==0.3.16.dev13",
|
|
36
|
+
"tigrcorn-transports==0.3.16.dev13",
|
|
37
|
+
"tigrcorn-protocols==0.3.16.dev13",
|
|
38
|
+
"tigrcorn-security==0.3.16.dev13",
|
|
39
39
|
]
|
|
40
40
|
|
|
41
41
|
[project.optional-dependencies]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrcorn-runtime
|
|
3
|
-
Version: 0.3.16.
|
|
3
|
+
Version: 0.3.16.dev13
|
|
4
4
|
Summary: Server runner, app loading, lifecycle hooks, workers, reload, and embedded runtime for the Tigrcorn ASGI3 web server.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License: Apache License
|
|
@@ -187,12 +187,12 @@ Classifier: Typing :: Typed
|
|
|
187
187
|
Requires-Python: <3.15,>=3.10
|
|
188
188
|
Description-Content-Type: text/markdown
|
|
189
189
|
License-File: LICENSE
|
|
190
|
-
Requires-Dist: tigrcorn-core==0.3.16.
|
|
191
|
-
Requires-Dist: tigrcorn-config==0.3.16.
|
|
192
|
-
Requires-Dist: tigrcorn-asgi==0.3.16.
|
|
193
|
-
Requires-Dist: tigrcorn-transports==0.3.16.
|
|
194
|
-
Requires-Dist: tigrcorn-protocols==0.3.16.
|
|
195
|
-
Requires-Dist: tigrcorn-security==0.3.16.
|
|
190
|
+
Requires-Dist: tigrcorn-core==0.3.16.dev13
|
|
191
|
+
Requires-Dist: tigrcorn-config==0.3.16.dev13
|
|
192
|
+
Requires-Dist: tigrcorn-asgi==0.3.16.dev13
|
|
193
|
+
Requires-Dist: tigrcorn-transports==0.3.16.dev13
|
|
194
|
+
Requires-Dist: tigrcorn-protocols==0.3.16.dev13
|
|
195
|
+
Requires-Dist: tigrcorn-security==0.3.16.dev13
|
|
196
196
|
Provides-Extra: uvloop
|
|
197
197
|
Requires-Dist: uvloop>=0.19.0; platform_system != "Windows" and extra == "uvloop"
|
|
198
198
|
Provides-Extra: trio
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
tigrcorn-core==0.3.16.dev13
|
|
2
|
+
tigrcorn-config==0.3.16.dev13
|
|
3
|
+
tigrcorn-asgi==0.3.16.dev13
|
|
4
|
+
tigrcorn-transports==0.3.16.dev13
|
|
5
|
+
tigrcorn-protocols==0.3.16.dev13
|
|
6
|
+
tigrcorn-security==0.3.16.dev13
|
|
7
|
+
|
|
8
|
+
[trio]
|
|
9
|
+
trio>=0.25.0
|
|
10
|
+
|
|
11
|
+
[uvloop]
|
|
12
|
+
|
|
13
|
+
[uvloop:platform_system != "Windows"]
|
|
14
|
+
uvloop>=0.19.0
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
tigrcorn-core==0.3.16.dev12
|
|
2
|
-
tigrcorn-config==0.3.16.dev12
|
|
3
|
-
tigrcorn-asgi==0.3.16.dev12
|
|
4
|
-
tigrcorn-transports==0.3.16.dev12
|
|
5
|
-
tigrcorn-protocols==0.3.16.dev12
|
|
6
|
-
tigrcorn-security==0.3.16.dev12
|
|
7
|
-
|
|
8
|
-
[trio]
|
|
9
|
-
trio>=0.25.0
|
|
10
|
-
|
|
11
|
-
[uvloop]
|
|
12
|
-
|
|
13
|
-
[uvloop:platform_system != "Windows"]
|
|
14
|
-
uvloop>=0.19.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/embedded.py
RENAMED
|
File without changes
|
{tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/hooks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/state.py
RENAMED
|
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
|