kuhl-haus-mdp-servers 0.0.0__tar.gz → 0.0.3__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 (19) hide show
  1. kuhl_haus_mdp_servers-0.0.3/PKG-INFO +23 -0
  2. kuhl_haus_mdp_servers-0.0.3/README.md +2 -0
  3. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/pyproject.toml +3 -8
  4. kuhl_haus_mdp_servers-0.0.3/src/kuhl_haus_mdp_servers.egg-info/PKG-INFO +23 -0
  5. kuhl_haus_mdp_servers-0.0.0/PKG-INFO +0 -36
  6. kuhl_haus_mdp_servers-0.0.0/README.md +0 -15
  7. kuhl_haus_mdp_servers-0.0.0/src/kuhl_haus_mdp_servers.egg-info/PKG-INFO +0 -36
  8. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/setup.cfg +0 -0
  9. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/setup.py +0 -0
  10. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus/servers/__init__.py +0 -0
  11. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus/servers/mdl_server.py +0 -0
  12. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus/servers/mdp_server.py +0 -0
  13. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus/servers/wds_server.py +0 -0
  14. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus_mdp_servers.egg-info/SOURCES.txt +0 -0
  15. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus_mdp_servers.egg-info/dependency_links.txt +0 -0
  16. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus_mdp_servers.egg-info/entry_points.txt +0 -0
  17. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus_mdp_servers.egg-info/requires.txt +0 -0
  18. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus_mdp_servers.egg-info/top_level.txt +0 -0
  19. {kuhl_haus_mdp_servers-0.0.0 → kuhl_haus_mdp_servers-0.0.3}/src/kuhl_haus_mdp_servers.egg-info/zip-safe +0 -0
@@ -0,0 +1,23 @@
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
@@ -0,0 +1,2 @@
1
+ # kuhl-haus-mdp-servers
2
+ Container image build repository for market data processing servers
@@ -1,10 +1,10 @@
1
1
  [build-system]
2
- requires = ["pdm-backend", "setuptools>=61.0"]
2
+ requires = ["setuptools>=61.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kuhl-haus-mdp-servers"
7
- dynamic = ["version"]
7
+ version = "0.0.3"
8
8
  description = "Container image build repository for market data processing servers"
9
9
  authors = [
10
10
  { name = "Tom Pounders", email = "git@oldschool.engineer" },
@@ -35,10 +35,6 @@ testing = [
35
35
  "pytest-cov",
36
36
  ]
37
37
 
38
- [tool.setuptools_scm]
39
- version_scheme = "guess-next-dev"
40
- local_scheme = "no-local-version"
41
-
42
38
  [project.scripts]
43
39
  mdl_server = "kuhl_haus.servers.mdl_server:app"
44
40
  mdp_server = "kuhl_haus.servers.mdp_server:app"
@@ -72,8 +68,7 @@ namespace = "kuhl_haus"
72
68
 
73
69
  [tool.pdm]
74
70
  distribution = true
75
- version = { source = "scm" }
76
71
 
77
72
  [tool.pdm.build]
78
73
  package-dir = "src"
79
- includes = ["src/kuhl_haus"]
74
+ includes = ["src/kuhl_haus"]
@@ -0,0 +1,23 @@
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,36 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: kuhl-haus-mdp-servers
3
- Version: 0.0.0
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
-
23
- [![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)
24
- [![PyPI](https://img.shields.io/pypi/v/kuhl-haus-mdp-servers.svg)](https://pypi.org/project/kuhl-haus-mdp-servers/)
25
- [![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)
26
- [![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)
27
- [![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)
28
- [![Downloads](https://static.pepy.tech/badge/kuhl-haus-mdp-servers/month)](https://pepy.tech/project/kuhl-haus-mdp-servers)
29
- [![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)
30
- [![GitHub issues](https://img.shields.io/github/issues/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/issues)
31
- [![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)
32
-
33
-
34
-
35
- # kuhl-haus-mdp-servers
36
- Container image build repository for market data processing servers
@@ -1,15 +0,0 @@
1
-
2
- [![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)
3
- [![PyPI](https://img.shields.io/pypi/v/kuhl-haus-mdp-servers.svg)](https://pypi.org/project/kuhl-haus-mdp-servers/)
4
- [![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)
5
- [![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)
6
- [![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)
7
- [![Downloads](https://static.pepy.tech/badge/kuhl-haus-mdp-servers/month)](https://pepy.tech/project/kuhl-haus-mdp-servers)
8
- [![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)
9
- [![GitHub issues](https://img.shields.io/github/issues/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/issues)
10
- [![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)
11
-
12
-
13
-
14
- # kuhl-haus-mdp-servers
15
- Container image build repository for market data processing servers
@@ -1,36 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: kuhl-haus-mdp-servers
3
- Version: 0.0.0
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
-
23
- [![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)
24
- [![PyPI](https://img.shields.io/pypi/v/kuhl-haus-mdp-servers.svg)](https://pypi.org/project/kuhl-haus-mdp-servers/)
25
- [![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)
26
- [![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)
27
- [![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)
28
- [![Downloads](https://static.pepy.tech/badge/kuhl-haus-mdp-servers/month)](https://pepy.tech/project/kuhl-haus-mdp-servers)
29
- [![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)
30
- [![GitHub issues](https://img.shields.io/github/issues/kuhl-haus/kuhl-haus-mdp-servers)](https://github.com/kuhl-haus/kuhl-haus-mdp-servers/issues)
31
- [![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)
32
-
33
-
34
-
35
- # kuhl-haus-mdp-servers
36
- Container image build repository for market data processing servers