omserv 0.0.0.dev405__py3-none-any.whl → 0.0.0.dev406__py3-none-any.whl
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/.manifests.json +3 -3
- omserv/nginx/logs.py +3 -3
- {omserv-0.0.0.dev405.dist-info → omserv-0.0.0.dev406.dist-info}/METADATA +2 -2
- {omserv-0.0.0.dev405.dist-info → omserv-0.0.0.dev406.dist-info}/RECORD +8 -8
- {omserv-0.0.0.dev405.dist-info → omserv-0.0.0.dev406.dist-info}/WHEEL +0 -0
- {omserv-0.0.0.dev405.dist-info → omserv-0.0.0.dev406.dist-info}/entry_points.txt +0 -0
- {omserv-0.0.0.dev405.dist-info → omserv-0.0.0.dev406.dist-info}/licenses/LICENSE +0 -0
- {omserv-0.0.0.dev405.dist-info → omserv-0.0.0.dev406.dist-info}/top_level.txt +0 -0
omserv/.manifests.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"file": "omserv/nginx/logs.py",
|
|
6
6
|
"line": 68,
|
|
7
7
|
"value": {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
8
|
+
"!omdev.cli.types.CliModule": {
|
|
9
|
+
"name": "nginxlogs",
|
|
10
|
+
"module": "omserv.nginx.logs"
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
}
|
omserv/nginx/logs.py
CHANGED
|
@@ -66,9 +66,9 @@ def parse_nginx_log_line(
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
# @omlish-manifest
|
|
69
|
-
_CLI_MODULE = {'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
69
|
+
_CLI_MODULE = {'!omdev.cli.types.CliModule': {
|
|
70
|
+
'name': 'nginxlogs',
|
|
71
|
+
'module': __name__,
|
|
72
72
|
}}
|
|
73
73
|
|
|
74
74
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omserv
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev406
|
|
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.dev406
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: h11~=0.16; extra == "all"
|
|
20
20
|
Requires-Dist: h2~=4.2; extra == "all"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
omserv/.manifests.json,sha256=
|
|
1
|
+
omserv/.manifests.json,sha256=mKVND4MOWwi6PcMlPy7E0cW0d5gZOxtYYL5sjcSAOOI,254
|
|
2
2
|
omserv/__about__.py,sha256=uf--5HCe4fnc_IJQyQO03TUR2jiyuzOGu3s9UnbidhM,765
|
|
3
3
|
omserv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
omserv/apps/__init__.py,sha256=buRI0lsNdbR08TjRKLhGsFHWETS2Br_mb6mm-8u9FII,617
|
|
@@ -10,7 +10,7 @@ omserv/apps/sessions.py,sha256=4HFHra43S0TaM2OcWUZ06eQwAqEaXuhjK5X5jlI0_44,1423
|
|
|
10
10
|
omserv/apps/templates.py,sha256=PBRZHIF9UbnFnq-4EC6RmPeRkeH8lCBbpJkSdseHs6A,2125
|
|
11
11
|
omserv/nginx/__init__.py,sha256=2d63LCGFA2qS7gdl2nCvNPmQWXNICu19wZIihQJPHCs,48
|
|
12
12
|
omserv/nginx/build.py,sha256=YHrZCscy4jL_wmOwyv_8AXXZvj4_Mn-M_BgyABHHeJM,3208
|
|
13
|
-
omserv/nginx/logs.py,sha256=
|
|
13
|
+
omserv/nginx/logs.py,sha256=iwstECbgZrlMao34OwD_0LuC8i2_26MG580lqFTTPzs,1839
|
|
14
14
|
omserv/nginx/stubstatus.py,sha256=eZpR8BFUWbpRfYy1qCmHYw7s2c4BaY4dgyUfYUHFMv4,1862
|
|
15
15
|
omserv/nginx/patches/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
omserv/nginx/patches/nginx-1.28.0_http_status.patch,sha256=bEDSczpBLcdjcBp_X1m73oxvt8KPeons7v_sUxqBSXM,4335
|
|
@@ -46,9 +46,9 @@ omserv/server/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
|
46
46
|
omserv/server/streams/httpstream.py,sha256=S0yHfy-whW_kRemBepjVpngeSQIEWKLlUAoDzRGl5Ko,8020
|
|
47
47
|
omserv/server/streams/utils.py,sha256=wgYrZGG3c1MkNVeEfDmYX2uUKYSbmGQsjeakc1xV_YQ,1532
|
|
48
48
|
omserv/server/streams/wsstream.py,sha256=EmVnWINOPn8cvqyiIXP74RJtLn459Z9ey0TX7PuF5-Y,15487
|
|
49
|
-
omserv-0.0.0.
|
|
50
|
-
omserv-0.0.0.
|
|
51
|
-
omserv-0.0.0.
|
|
52
|
-
omserv-0.0.0.
|
|
53
|
-
omserv-0.0.0.
|
|
54
|
-
omserv-0.0.0.
|
|
49
|
+
omserv-0.0.0.dev406.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
|
50
|
+
omserv-0.0.0.dev406.dist-info/METADATA,sha256=EM4IvaQo9cBH_l9LJD-mQCRUEY3k34W9r_YCM7KSgt8,1400
|
|
51
|
+
omserv-0.0.0.dev406.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
52
|
+
omserv-0.0.0.dev406.dist-info/entry_points.txt,sha256=ivSrdA_ahEbI-eVMu-XZS-z4VrnQISvpecIkOqC9zFM,35
|
|
53
|
+
omserv-0.0.0.dev406.dist-info/top_level.txt,sha256=HXehpnxeKscKNULzKNzZ27oNawBrsh1PaNAirbX-XNA,7
|
|
54
|
+
omserv-0.0.0.dev406.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|