omserv 0.0.0.dev486__tar.gz → 0.0.0.dev505__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.
Potentially problematic release.
This version of omserv might be problematic. Click here for more details.
- {omserv-0.0.0.dev486/omserv.egg-info → omserv-0.0.0.dev505}/PKG-INFO +2 -2
- omserv-0.0.0.dev505/omserv/README.md +9 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505/omserv.egg-info}/PKG-INFO +2 -2
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv.egg-info/SOURCES.txt +1 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv.egg-info/requires.txt +1 -1
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/pyproject.toml +5 -2
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/LICENSE +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/MANIFEST.in +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/README.md +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/.omlish-manifests.json +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/__about__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/base.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/inject.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/markers.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/routes.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/sessions.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/apps/templates.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nginx/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nginx/build.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nginx/logs.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nginx/patches/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nginx/patches/nginx-1.28.0_http_status.patch +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nginx/stubstatus.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nodes/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nodes/models.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nodes/registry.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/nodes/sql.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/LICENSE +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/config.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/debug.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/default.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/events.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/headers.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/inject.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/lifespans.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/listener.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/multiprocess.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/protocols/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/protocols/h11.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/protocols/h2.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/protocols/protocols.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/protocols/types.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/resources/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/resources/favicon.ico +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/server.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/sockets.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/ssl.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/streams/__init__.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/streams/httpstream.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/streams/utils.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/streams/wsstream.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/taskspawner.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/types.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv/server/workercontext.py +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv.egg-info/dependency_links.txt +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv.egg-info/entry_points.txt +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/omserv.egg-info/top_level.txt +0 -0
- {omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/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.dev505
|
|
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.dev505
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: h11~=0.16; extra == "all"
|
|
20
20
|
Requires-Dist: h2~=4.3; extra == "all"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
Request serving code.
|
|
4
|
+
|
|
5
|
+
# Notable packages
|
|
6
|
+
|
|
7
|
+
- **[server](https://github.com/wrmsr/omlish/blob/master/omserv/server)** - Production web server based on
|
|
8
|
+
[hypercorn](https://github.com/pgjones/hypercorn). Converted to anyio, but still being refined and integrated with the
|
|
9
|
+
codebase.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omserv
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev505
|
|
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.dev505
|
|
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.dev505'
|
|
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.dev505',
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[project.optional-dependencies]
|
|
@@ -69,8 +69,11 @@ exclude = [
|
|
|
69
69
|
'*.h',
|
|
70
70
|
'*.hh',
|
|
71
71
|
'.omlish-manifests.json',
|
|
72
|
+
'README',
|
|
73
|
+
'README.md',
|
|
72
74
|
'LICENSE',
|
|
73
75
|
'LICENSE.txt',
|
|
76
|
+
'AUTHORS',
|
|
74
77
|
'nginx/patches/*.patch',
|
|
75
78
|
'server/resources/*.ico',
|
|
76
79
|
]
|
|
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
|
{omserv-0.0.0.dev486 → omserv-0.0.0.dev505}/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
|