mloda-registry 0.2.4__py3-none-any.whl → 0.2.6__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,16 @@
1
+ """mloda registry - plugin discovery and search."""
2
+
3
+ from typing import Any
4
+
5
+
6
+ def discover() -> list[Any]:
7
+ """List available plugins. (Not yet implemented)"""
8
+ return []
9
+
10
+
11
+ def search(tags: list[str] | None = None) -> list[Any]:
12
+ """Search plugins by criteria. (Not yet implemented)"""
13
+ return []
14
+
15
+
16
+ __all__ = ["discover", "search"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mloda-registry
3
- Version: 0.2.4
3
+ Version: 0.2.6
4
4
  Summary: Plugin discovery and search for mloda
5
5
  Author-email: Tom Kaltofen <info@mloda.ai>
6
6
  License-Expression: Apache-2.0
@@ -0,0 +1,5 @@
1
+ mloda/registry/__init__.py,sha256=p0DYZ9fdkRNXgDleV2_8-kHcsXsSsuWzD5caPxQZQkQ,344
2
+ mloda_registry-0.2.6.dist-info/METADATA,sha256=uOggcscBnoZgixF_LaQVn2YmFgElXnRjUCimr9VVp0g,442
3
+ mloda_registry-0.2.6.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
4
+ mloda_registry-0.2.6.dist-info/top_level.txt,sha256=srwNjqzXpP1WfLRhbrVc9JLt8TdfsaQe-Th7cGcAvYY,6
5
+ mloda_registry-0.2.6.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
 
@@ -0,0 +1 @@
1
+ mloda
@@ -1,4 +0,0 @@
1
- mloda_registry-0.2.4.dist-info/METADATA,sha256=b2qRVZB_RIdosoRZyhfWhTok_n8kjOam1vqypD6RfvE,442
2
- mloda_registry-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3
- mloda_registry-0.2.4.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
- mloda_registry-0.2.4.dist-info/RECORD,,
@@ -1 +0,0 @@
1
-