omserv 0.0.0.dev420__tar.gz → 0.0.0.dev421__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.
- {omserv-0.0.0.dev420/omserv.egg-info → omserv-0.0.0.dev421}/PKG-INFO +2 -2
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/routes.py +1 -1
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/protocols/types.py +3 -1
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421/omserv.egg-info}/PKG-INFO +2 -2
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv.egg-info/requires.txt +1 -1
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/pyproject.toml +2 -2
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/LICENSE +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/MANIFEST.in +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/README.md +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/.manifests.json +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/__about__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/base.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/inject.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/markers.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/sessions.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/apps/templates.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/build.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/logs.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/patches/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/patches/nginx-1.28.0_http_status.patch +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/stubstatus.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nodes/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nodes/models.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nodes/registry.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nodes/sql.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/LICENSE +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/config.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/debug.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/default.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/events.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/headers.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/inject.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/lifespans.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/listener.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/multiprocess.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/protocols/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/protocols/h11.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/protocols/h2.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/protocols/protocols.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/resources/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/resources/favicon.ico +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/server.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/sockets.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/ssl.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/streams/__init__.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/streams/httpstream.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/streams/utils.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/streams/wsstream.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/taskspawner.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/types.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/server/workercontext.py +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv.egg-info/SOURCES.txt +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv.egg-info/dependency_links.txt +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv.egg-info/entry_points.txt +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv.egg-info/top_level.txt +0 -0
- {omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omserv
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev421
|
4
4
|
Summary: omserv
|
5
5
|
Author: wrmsr
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Python: >=3.13
|
15
15
|
Description-Content-Type: text/markdown
|
16
16
|
License-File: LICENSE
|
17
|
-
Requires-Dist: omlish==0.0.0.
|
17
|
+
Requires-Dist: omlish==0.0.0.dev421
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: h11~=0.16; extra == "all"
|
20
20
|
Requires-Dist: h2~=4.3; extra == "all"
|
@@ -143,7 +143,7 @@ HANDLES_APP_MARKER_PROCESSORS: AppMarkerProcessorMap = {
|
|
143
143
|
##
|
144
144
|
|
145
145
|
|
146
|
-
class RouteHandlerHolder(lang.Abstract):
|
146
|
+
class RouteHandlerHolder(lang.Abstract):
|
147
147
|
def get_route_handlers(self) -> ta.Iterable[RouteHandler]:
|
148
148
|
return get_marked_route_handlers(self)
|
149
149
|
|
@@ -1,5 +1,7 @@
|
|
1
1
|
import abc
|
2
2
|
|
3
|
+
from omlish import lang
|
4
|
+
|
3
5
|
from ..events import ProtocolEvent
|
4
6
|
from ..events import ServerEvent
|
5
7
|
|
@@ -7,7 +9,7 @@ from ..events import ServerEvent
|
|
7
9
|
##
|
8
10
|
|
9
11
|
|
10
|
-
class Protocol(
|
12
|
+
class Protocol(lang.Abstract):
|
11
13
|
@abc.abstractmethod
|
12
14
|
async def initiate(self) -> None:
|
13
15
|
raise NotImplementedError
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omserv
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev421
|
4
4
|
Summary: omserv
|
5
5
|
Author: wrmsr
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Python: >=3.13
|
15
15
|
Description-Content-Type: text/markdown
|
16
16
|
License-File: LICENSE
|
17
|
-
Requires-Dist: omlish==0.0.0.
|
17
|
+
Requires-Dist: omlish==0.0.0.dev421
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: h11~=0.16; extra == "all"
|
20
20
|
Requires-Dist: h2~=4.3; extra == "all"
|
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = 'BSD-3-Clause'
|
14
14
|
readme = 'README.md'
|
15
15
|
requires-python = '>=3.13'
|
16
|
-
version = '0.0.0.
|
16
|
+
version = '0.0.0.dev421'
|
17
17
|
classifiers = [
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
19
19
|
'Intended Audience :: Developers',
|
@@ -24,7 +24,7 @@ classifiers = [
|
|
24
24
|
]
|
25
25
|
description = 'omserv'
|
26
26
|
dependencies = [
|
27
|
-
'omlish == 0.0.0.
|
27
|
+
'omlish == 0.0.0.dev421',
|
28
28
|
]
|
29
29
|
|
30
30
|
[project.optional-dependencies]
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{omserv-0.0.0.dev420 → omserv-0.0.0.dev421}/omserv/nginx/patches/nginx-1.28.0_http_status.patch
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|