moose-lib 0.6.70__py3-none-any.whl → 0.6.71__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.

Potentially problematic release.


This version of moose-lib might be problematic. Click here for more details.

moose_lib/__init__.py CHANGED
@@ -9,3 +9,20 @@ from .data_models import *
9
9
  from .dmv2 import *
10
10
 
11
11
  from .clients.redis_client import MooseCache
12
+
13
+ # Additional top-level re-exports for cleaner imports
14
+ from .config.runtime import config_registry
15
+ from .dmv2.materialized_view import MaterializedView, MaterializedViewOptions
16
+ from .blocks import (
17
+ # All engine classes
18
+ MergeTreeEngine,
19
+ ReplacingMergeTreeEngine,
20
+ AggregatingMergeTreeEngine,
21
+ SummingMergeTreeEngine,
22
+ S3QueueEngine,
23
+ EngineConfig,
24
+ # Legacy enum (already exported via .blocks import, but explicit for clarity)
25
+ ClickHouseEngines
26
+ )
27
+ from .data_models import Key, AggregateFunction, StringToEnumMixin
28
+ from .commons import Logger
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moose_lib
3
- Version: 0.6.70
3
+ Version: 0.6.71
4
4
  Home-page: https://www.fiveonefour.com/moose
5
5
  Author: Fiveonefour Labs Inc.
6
6
  Author-email: support@fiveonefour.com
@@ -1,4 +1,4 @@
1
- moose_lib/__init__.py,sha256=LiUdVqmtASPqbMF53dXVZzCdU1jtFVx62_tiSbW65a0,162
1
+ moose_lib/__init__.py,sha256=AdrlbT_C_NNrrzjUUUXWFkx1o6yrT5lroMhjhntBxng,736
2
2
  moose_lib/blocks.py,sha256=gC8dlV3HI4R8lO2wAxgLzn8WjKEMBjLiKyNAy4bssGE,11379
3
3
  moose_lib/commons.py,sha256=FUpRv8D3-LeGcjhcqtDyiimz5izwpCq53h50ydxC_uA,3711
4
4
  moose_lib/data_models.py,sha256=HT8ROf7HLS_BBlWvF-zGR7P-4gYURdMgfMlXa0O4i4s,10744
@@ -34,7 +34,7 @@ tests/conftest.py,sha256=ZVJNbnr4DwbcqkTmePW6U01zAzE6QD0kNAEZjPG1f4s,169
34
34
  tests/test_moose.py,sha256=mBsx_OYWmL8ppDzL_7Bd7xR6qf_i3-pCIO3wm2iQNaA,2136
35
35
  tests/test_redis_client.py,sha256=d9_MLYsJ4ecVil_jPB2gW3Q5aWnavxmmjZg2uYI3LVo,3256
36
36
  tests/test_s3queue_config.py,sha256=F05cnD61S2wBKPabcpEJxf55-DJGF4nLqwBb6aFbprc,9741
37
- moose_lib-0.6.70.dist-info/METADATA,sha256=9SdCt_w8E8P8CXKHQ4-yFWqvT3CMY6l1YZiRVfjz_XQ,730
38
- moose_lib-0.6.70.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
- moose_lib-0.6.70.dist-info/top_level.txt,sha256=XEns2-4aCmGp2XjJAeEH9TAUcGONLnSLy6ycT9FSJh8,16
40
- moose_lib-0.6.70.dist-info/RECORD,,
37
+ moose_lib-0.6.71.dist-info/METADATA,sha256=rODTw9mwCBeaL-khW08Rx1I_rXK5kgFJlaszBIdzMMc,730
38
+ moose_lib-0.6.71.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
+ moose_lib-0.6.71.dist-info/top_level.txt,sha256=XEns2-4aCmGp2XjJAeEH9TAUcGONLnSLy6ycT9FSJh8,16
40
+ moose_lib-0.6.71.dist-info/RECORD,,