kuhl-haus-mdp-servers 0.0.3__py3-none-any.whl → 0.1.2__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.
@@ -237,7 +237,7 @@ async def health_check(response: Response):
237
237
  except Exception as e:
238
238
  logger.error(f"Health check error: {e}")
239
239
  response.status_code = status.HTTP_503_SERVICE_UNAVAILABLE
240
- return {"status": "ERROR", "message": str(e)}
240
+ return {"status": "ERROR", "message": "An unhandled exception occurred during health check."}
241
241
 
242
242
 
243
243
  if __name__ == "__main__":
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.4
2
+ Name: kuhl-haus-mdp-servers
3
+ Version: 0.1.2
4
+ Summary: Container image build repository for market data processing servers
5
+ Author-Email: Tom Pounders <git@oldschool.engineer>
6
+ License-File: LICENSE.txt
7
+ Classifier: Development Status :: 4 - Beta
8
+ Classifier: Programming Language :: Python
9
+ Project-URL: Homepage, https://github.com/kuhl-haus/kuhl-haus-mdp-servers
10
+ Project-URL: Documentation, https://github.com/kuhl-haus/kuhl-haus-mdp-servers/wiki
11
+ Project-URL: Source, https://github.com/kuhl-haus/kuhl-haus-mdp-servers.git
12
+ Project-URL: Changelog, https://github.com/kuhl-haus/kuhl-haus-mdp-servers/commits
13
+ Project-URL: Tracker, https://github.com/kuhl-haus/kuhl-haus-mdp-servers/issues
14
+ Requires-Python: <3.13,>=3.9.21
15
+ Requires-Dist: kuhl-haus-mdp
16
+ Provides-Extra: testing
17
+ Requires-Dist: setuptools; extra == "testing"
18
+ Requires-Dist: pdm-backend; extra == "testing"
19
+ Requires-Dist: pytest; extra == "testing"
20
+ Requires-Dist: pytest-cov; extra == "testing"
21
+ Description-Content-Type: text/markdown
22
+
23
+
24
+ [![License](https://img.shields.io/github/license/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/blob/mainline/LICENSE.txt)
25
+ [![PyPI](https://img.shields.io/pypi/v/kuhl-haus-mdp-servers.svg)](https://pypi.org/project/kuhl-haus-mdp-servers/)
26
+ [![release](https://img.shields.io/github/v/release/kuhl-haus/kuhl-haus-mdp-servers?style=flat-square)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/releases)
27
+ [![Build Status](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/actions/workflows/build-images.yml/badge.svg)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/actions/workflows/build-images.yml)
28
+ [![CodeQL Advanced](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/actions/workflows/codeql.yml/badge.svg)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/actions/workflows/codeql.yml)
29
+ [![Downloads](https://static.pepy.tech/badge/kuhl-haus-mdp-servers/month)](https://pepy.tech/project/kuhl-haus-mdp-servers)
30
+ [![GitHub last commit](https://img.shields.io/github/last-commit/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/branches)
31
+ [![GitHub issues](https://img.shields.io/github/issues/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/issues)
32
+ [![GitHub pull requests](https://img.shields.io/github/issues-pr/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/pulls)
33
+
34
+
35
+
36
+ # kuhl-haus-mdp-servers
37
+ Container image build repository for market data processing servers
@@ -0,0 +1,9 @@
1
+ kuhl_haus/servers/__init__.py,sha256=5dEpAdB3kypH8tCRECoXwbly1WV9kFU5kh8ldGSa0VI,349
2
+ kuhl_haus/servers/mdl_server.py,sha256=GObfM0DHBwOSMV6JusW34KmdAwVyrsRimVo0eIvGkcI,10266
3
+ kuhl_haus/servers/mdp_server.py,sha256=sUeZOmSIjzPHIiYmZKlpmIy2Lag4FLZivI9J6XGo-PQ,9017
4
+ kuhl_haus/servers/wds_server.py,sha256=evEyGWsEhs0D4fbQHnyr-eosMlElewNsbdrLKkq3iBY,6703
5
+ kuhl_haus_mdp_servers-0.1.2.dist-info/METADATA,sha256=89qNmV0FV_FQmCOvG8JP7qH5JB-ZB0U_CXIXM_MPL3Y,2538
6
+ kuhl_haus_mdp_servers-0.1.2.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
7
+ kuhl_haus_mdp_servers-0.1.2.dist-info/entry_points.txt,sha256=LPD1rLjALMFQF-BcJTcVMcZRqR89QPSqu05BHC4BBWc,172
8
+ kuhl_haus_mdp_servers-0.1.2.dist-info/licenses/LICENSE.txt,sha256=j5GdO9_Y_RH0lr1tsVAY1rtBJxoyC_-MmqaFNDE3dwo,1066
9
+ kuhl_haus_mdp_servers-0.1.2.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: pdm-backend (2.4.6)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -2,3 +2,6 @@
2
2
  mdl_server = kuhl_haus.servers.mdl_server:app
3
3
  mdp_server = kuhl_haus.servers.mdp_server:app
4
4
  wds_server = kuhl_haus.servers.wds_server:app
5
+
6
+ [gui_scripts]
7
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Kuhl Haus
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,23 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: kuhl-haus-mdp-servers
3
- Version: 0.0.3
4
- Summary: Container image build repository for market data processing servers
5
- Author-email: Tom Pounders <git@oldschool.engineer>
6
- Project-URL: Homepage, https://github.com/kuhl-haus/kuhl-haus-mdp-servers
7
- Project-URL: Documentation, https://github.com/kuhl-haus/kuhl-haus-mdp-servers/wiki
8
- Project-URL: Source, https://github.com/kuhl-haus/kuhl-haus-mdp-servers.git
9
- Project-URL: Changelog, https://github.com/kuhl-haus/kuhl-haus-mdp-servers/commits
10
- Project-URL: Tracker, https://github.com/kuhl-haus/kuhl-haus-mdp-servers/issues
11
- Classifier: Development Status :: 4 - Beta
12
- Classifier: Programming Language :: Python
13
- Requires-Python: <3.13,>=3.9.21
14
- Description-Content-Type: text/markdown
15
- Requires-Dist: kuhl-haus-mdp
16
- Provides-Extra: testing
17
- Requires-Dist: setuptools; extra == "testing"
18
- Requires-Dist: pdm-backend; extra == "testing"
19
- Requires-Dist: pytest; extra == "testing"
20
- Requires-Dist: pytest-cov; extra == "testing"
21
-
22
- # kuhl-haus-mdp-servers
23
- Container image build repository for market data processing servers
@@ -1,10 +0,0 @@
1
- kuhl_haus/servers/__init__.py,sha256=5dEpAdB3kypH8tCRECoXwbly1WV9kFU5kh8ldGSa0VI,349
2
- kuhl_haus/servers/mdl_server.py,sha256=GObfM0DHBwOSMV6JusW34KmdAwVyrsRimVo0eIvGkcI,10266
3
- kuhl_haus/servers/mdp_server.py,sha256=52cFGnUnLRmlq-KvBlOrbRHtzES6AE8BrvmUhwL_w5I,8969
4
- kuhl_haus/servers/wds_server.py,sha256=evEyGWsEhs0D4fbQHnyr-eosMlElewNsbdrLKkq3iBY,6703
5
- kuhl_haus_mdp_servers-0.0.3.dist-info/METADATA,sha256=e4GPzX7js0ePSs2Mp_YyfCiEqrNZ1-XxNI1EWrp1DA0,1076
6
- kuhl_haus_mdp_servers-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- kuhl_haus_mdp_servers-0.0.3.dist-info/entry_points.txt,sha256=RhvdYSM0VbClMetvzgrPEnSpuQaK9Z4cd2odbrRrdTM,156
8
- kuhl_haus_mdp_servers-0.0.3.dist-info/top_level.txt,sha256=UkpOtl5uJGdILYYQ5mG3ygqr34XtNkdcHmzMrrNP2ZE,10
9
- kuhl_haus_mdp_servers-0.0.3.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
10
- kuhl_haus_mdp_servers-0.0.3.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- kuhl_haus