kuhl-haus-mdp 0.1.16__py3-none-any.whl → 0.1.17__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.
@@ -47,7 +47,7 @@ def ticker_snapshot_to_dict(snapshot: TickerSnapshot) -> Dict[str, Any]:
47
47
  snapshot: TickerSnapshot instance to convert
48
48
 
49
49
  Returns:
50
- Dictionary with keys matching the from_dict format (camelCase)
50
+ Dictionary with keys in lower snake case
51
51
  """
52
52
  data = {
53
53
  "ticker": snapshot.ticker,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kuhl-haus-mdp
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Summary: Market data processing pipeline for stock market scanner
5
5
  Author-Email: Tom Pounders <git@oldschool.engineer>
6
6
  License: The MIT License (MIT)
@@ -32,14 +32,14 @@ Project-URL: Documentation, https://kuhl-haus-mdp.readthedocs.io
32
32
  Project-URL: Source, https://github.com/kuhl-haus/kuhl-haus-mdp.git
33
33
  Project-URL: Changelog, https://github.com/kuhl-haus/kuhl-haus-mdp/commits
34
34
  Project-URL: Tracker, https://github.com/kuhl-haus/kuhl-haus-mdp/issues
35
- Requires-Python: <3.13,>=3.9.21
35
+ Requires-Python: >=3.14
36
36
  Requires-Dist: aiohttp
37
37
  Requires-Dist: aio-pika
38
38
  Requires-Dist: fastapi
39
39
  Requires-Dist: massive
40
40
  Requires-Dist: pydantic-settings
41
41
  Requires-Dist: python-dotenv
42
- Requires-Dist: redis[asyncio]
42
+ Requires-Dist: redis
43
43
  Requires-Dist: tenacity
44
44
  Requires-Dist: uvicorn[standard]
45
45
  Requires-Dist: websockets
@@ -72,7 +72,7 @@ Description-Content-Type: text/markdown
72
72
 
73
73
  # kuhl-haus-mdp
74
74
 
75
- Market data processing pipeline for stock market scanner.
75
+ Market data processing library.
76
76
 
77
77
 
78
78
 
@@ -23,10 +23,10 @@ kuhl_haus/mdp/enum/massive_data_queue.py,sha256=MfYBcjVc4Fi61DWIvvhhWLUOiLmRpE9e
23
23
  kuhl_haus/mdp/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  kuhl_haus/mdp/helpers/process_manager.py,sha256=Is3Jx8nlBWvywQ1acdsdaSJTAG0olKskpPvrRB4VMDE,9024
25
25
  kuhl_haus/mdp/helpers/queue_name_resolver.py,sha256=d4Fr5zE98bIWxvis-bUbvn0r7iscS8GNtNj3X7FTzd0,768
26
- kuhl_haus/mdp/helpers/utils.py,sha256=2jECmezuDBABcB1Fhe1_GPnlEAFnld2bZ1vSdaCZApg,5203
26
+ kuhl_haus/mdp/helpers/utils.py,sha256=16yh2C5ijLajVZc7vurVf6nk-V93WS_CGpnGopKcpso,5181
27
27
  kuhl_haus/mdp/helpers/web_socket_message_serde.py,sha256=XdaoaByc7IhtzbPDXBtXKOTjyDzfPSDuZVCoHSIaTl4,5468
28
- kuhl_haus_mdp-0.1.16.dist-info/METADATA,sha256=SH3ojriHQdgGX1dbtqr_lsckMZ7CGLRCya24Epiy9Ws,8888
29
- kuhl_haus_mdp-0.1.16.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
30
- kuhl_haus_mdp-0.1.16.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
31
- kuhl_haus_mdp-0.1.16.dist-info/licenses/LICENSE.txt,sha256=DRkJftAJcMqoTkQ_Y6-HtKj3nm4pZah_p8XBZiYnw-c,1079
32
- kuhl_haus_mdp-0.1.16.dist-info/RECORD,,
28
+ kuhl_haus_mdp-0.1.17.dist-info/METADATA,sha256=8Vs85UYW7b5-XBwBuFgJjVjFKpnKmKeqMRrbjfIh03c,8845
29
+ kuhl_haus_mdp-0.1.17.dist-info/WHEEL,sha256=Wb0ASbVj8JvWHpOiIpPi7ucfIgJeCi__PzivviEAQFc,90
30
+ kuhl_haus_mdp-0.1.17.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
31
+ kuhl_haus_mdp-0.1.17.dist-info/licenses/LICENSE.txt,sha256=DRkJftAJcMqoTkQ_Y6-HtKj3nm4pZah_p8XBZiYnw-c,1079
32
+ kuhl_haus_mdp-0.1.17.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: pdm-backend (2.4.6)
2
+ Generator: pdm-backend (2.4.7)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any