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.
Files changed (32) hide show
  1. {tigrcorn_runtime-0.3.16.dev12/src/tigrcorn_runtime.egg-info → tigrcorn_runtime-0.3.16.dev13}/PKG-INFO +7 -7
  2. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/pyproject.toml +7 -7
  3. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13/src/tigrcorn_runtime.egg-info}/PKG-INFO +7 -7
  4. tigrcorn_runtime-0.3.16.dev13/src/tigrcorn_runtime.egg-info/requires.txt +14 -0
  5. tigrcorn_runtime-0.3.16.dev12/src/tigrcorn_runtime.egg-info/requires.txt +0 -14
  6. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/LICENSE +0 -0
  7. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/README.md +0 -0
  8. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/setup.cfg +0 -0
  9. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/__init__.py +0 -0
  10. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/api.py +0 -0
  11. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/app_interfaces.py +0 -0
  12. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/cli.py +0 -0
  13. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/embedded.py +0 -0
  14. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/py.typed +0 -0
  15. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/__init__.py +0 -0
  16. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/app_loader.py +0 -0
  17. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/bootstrap.py +0 -0
  18. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/hooks.py +0 -0
  19. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/reloader.py +0 -0
  20. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/runner.py +0 -0
  21. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/shutdown.py +0 -0
  22. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/signals.py +0 -0
  23. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/state.py +0 -0
  24. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/server/supervisor.py +0 -0
  25. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/__init__.py +0 -0
  26. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/local.py +0 -0
  27. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/model.py +0 -0
  28. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/process.py +0 -0
  29. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime/workers/supervisor.py +0 -0
  30. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime.egg-info/SOURCES.txt +0 -0
  31. {tigrcorn_runtime-0.3.16.dev12 → tigrcorn_runtime-0.3.16.dev13}/src/tigrcorn_runtime.egg-info/dependency_links.txt +0 -0
  32. {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.dev12
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.dev12
191
- Requires-Dist: tigrcorn-config==0.3.16.dev12
192
- Requires-Dist: tigrcorn-asgi==0.3.16.dev12
193
- Requires-Dist: tigrcorn-transports==0.3.16.dev12
194
- Requires-Dist: tigrcorn-protocols==0.3.16.dev12
195
- Requires-Dist: tigrcorn-security==0.3.16.dev12
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.dev12"
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.dev12",
34
- "tigrcorn-config==0.3.16.dev12",
35
- "tigrcorn-asgi==0.3.16.dev12",
36
- "tigrcorn-transports==0.3.16.dev12",
37
- "tigrcorn-protocols==0.3.16.dev12",
38
- "tigrcorn-security==0.3.16.dev12",
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.dev12
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.dev12
191
- Requires-Dist: tigrcorn-config==0.3.16.dev12
192
- Requires-Dist: tigrcorn-asgi==0.3.16.dev12
193
- Requires-Dist: tigrcorn-transports==0.3.16.dev12
194
- Requires-Dist: tigrcorn-protocols==0.3.16.dev12
195
- Requires-Dist: tigrcorn-security==0.3.16.dev12
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