mloda-community-example 0.2.5__py3-none-any.whl → 0.2.7__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.
@@ -0,0 +1,5 @@
1
+ """mloda-community-example: Example community plugin."""
2
+
3
+ from mloda.community.feature_groups.example.community_example_feature_group import CommunityExampleFeatureGroup
4
+
5
+ __all__ = ["CommunityExampleFeatureGroup"]
@@ -0,0 +1,14 @@
1
+ """Community Example FeatureGroup implementation."""
2
+
3
+ from typing import Any
4
+
5
+ from mloda.provider import FeatureGroup
6
+
7
+
8
+ class CommunityExampleFeatureGroup(FeatureGroup):
9
+ """Community Example FeatureGroup for demonstrating plugin structure."""
10
+
11
+ @classmethod
12
+ def calculate_feature(cls, data: Any, features: Any) -> Any:
13
+ """Return dummy data."""
14
+ return {"community_example": "data"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mloda-community-example
3
- Version: 0.2.5
3
+ Version: 0.2.7
4
4
  Summary: Example community FeatureGroup plugin for mloda
5
5
  Author-email: Tom Kaltofen <info@mloda.ai>
6
6
  License-Expression: Apache-2.0
@@ -0,0 +1,6 @@
1
+ mloda/community/feature_groups/example/__init__.py,sha256=O1EXrDth7HrH8WrITgMJUHunjDtegC-UmMfFA1M-mDY,214
2
+ mloda/community/feature_groups/example/community_example_feature_group.py,sha256=YSUJbKsiQP-VaZ_47p_alS50oThNxGcofBDxYpsCdGo,408
3
+ mloda_community_example-0.2.7.dist-info/METADATA,sha256=yZ88sO28-PBmKU07pcYenJHUwS8NzxRYmbPMqaOp3j0,595
4
+ mloda_community_example-0.2.7.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
5
+ mloda_community_example-0.2.7.dist-info/top_level.txt,sha256=srwNjqzXpP1WfLRhbrVc9JLt8TdfsaQe-Th7cGcAvYY,6
6
+ mloda_community_example-0.2.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (79.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,4 +0,0 @@
1
- mloda_community_example-0.2.5.dist-info/METADATA,sha256=UYdinzJopMkIAr6wDSS-jxTbSe9N1UmEZbMQOePquro,595
2
- mloda_community_example-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3
- mloda_community_example-0.2.5.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
- mloda_community_example-0.2.5.dist-info/RECORD,,