rats-apps 0.5.0.dev20250102213110__py3-none-any.whl → 0.5.0.dev20250127235133__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.
- rats/apps/__init__.py +2 -2
- rats/apps/_plugin_container.py +2 -2
- {rats_apps-0.5.0.dev20250102213110.dist-info → rats_apps-0.5.0.dev20250127235133.dist-info}/METADATA +2 -3
- {rats_apps-0.5.0.dev20250102213110.dist-info → rats_apps-0.5.0.dev20250127235133.dist-info}/RECORD +5 -5
- {rats_apps-0.5.0.dev20250102213110.dist-info → rats_apps-0.5.0.dev20250127235133.dist-info}/WHEEL +1 -1
rats/apps/__init__.py
CHANGED
@@ -36,7 +36,7 @@ from ._executables import App, Executable
|
|
36
36
|
from ._ids import ServiceId, T_ExecutableType, T_ServiceType
|
37
37
|
from ._mains import run, run_plugin
|
38
38
|
from ._namespaces import ProviderNamespaces
|
39
|
-
from ._plugin_container import
|
39
|
+
from ._plugin_container import PythonEntryPointContainer
|
40
40
|
from ._runtimes import NullRuntime, Runtime, StandardRuntime
|
41
41
|
from ._scoping import autoscope
|
42
42
|
from ._static_container import StaticContainer, StaticProvider, static_group, static_service
|
@@ -54,10 +54,10 @@ __all__ = [
|
|
54
54
|
"Executable",
|
55
55
|
"GroupProvider",
|
56
56
|
"NullRuntime",
|
57
|
-
"PluginContainers",
|
58
57
|
"PluginMixin",
|
59
58
|
"Provider",
|
60
59
|
"ProviderNamespaces",
|
60
|
+
"PythonEntryPointContainer",
|
61
61
|
"Runtime",
|
62
62
|
"ServiceId",
|
63
63
|
"ServiceNotFoundError",
|
rats/apps/_plugin_container.py
CHANGED
@@ -6,9 +6,9 @@ from ._container import Container
|
|
6
6
|
from ._ids import ServiceId, T_ServiceType
|
7
7
|
|
8
8
|
|
9
|
-
class
|
9
|
+
class PythonEntryPointContainer(Container):
|
10
10
|
"""
|
11
|
-
A container that loads plugins using importlib.metadata.entry_points.
|
11
|
+
A container that loads plugins using [importlib.metadata.entry_points][].
|
12
12
|
|
13
13
|
When looking for groups, the container loads the specified entry_points and defers the lookups
|
14
14
|
to the plugins. Plugin containers are expected to be Callable[[Container], Container] objects,
|
{rats_apps-0.5.0.dev20250102213110.dist-info → rats_apps-0.5.0.dev20250127235133.dist-info}/METADATA
RENAMED
@@ -1,8 +1,7 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: rats-apps
|
3
|
-
Version: 0.5.0.
|
3
|
+
Version: 0.5.0.dev20250127235133
|
4
4
|
Summary: research analysis tools for building applications
|
5
|
-
Home-page: https://github.com/microsoft/rats/
|
6
5
|
License: MIT
|
7
6
|
Keywords: pipelines,machine learning,research
|
8
7
|
Requires-Python: >=3.10,<4.0
|
{rats_apps-0.5.0.dev20250102213110.dist-info → rats_apps-0.5.0.dev20250127235133.dist-info}/RECORD
RENAMED
@@ -2,7 +2,7 @@ rats/annotations/__init__.py,sha256=YmydaopUSlpoX6MvQ-3p18sgEC_DB_y683wVICD-jnU,
|
|
2
2
|
rats/annotations/__main__.py,sha256=vlzQOM9y82P0OL5tYcmSM_4jTg0s8jayAcvEoi9cBvI,1065
|
3
3
|
rats/annotations/_functions.py,sha256=UkHh3zdBivluE7dBeGQ17zoIfGdyIokMAkFmpWaIlDc,4284
|
4
4
|
rats/annotations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
rats/apps/__init__.py,sha256=
|
5
|
+
rats/apps/__init__.py,sha256=uTPk2ipOy7MgLoV0s9l22U1Qyo8aL2yKVwDukOY9WGw,1934
|
6
6
|
rats/apps/_annotations.py,sha256=6M_M7K8haNVda0Tx02EpFf3s9EjnWYacNMjTIkNEdRU,4617
|
7
7
|
rats/apps/_app_containers.py,sha256=Ym2NrRljmZVE7EXK2G8KgDHAGreYsuFlvu1QYTkhOsE,6109
|
8
8
|
rats/apps/_composite_container.py,sha256=s_of6NyyrjFVYWGVehyEHe9WJIPRCnbB-tyWyNF8zyc,585
|
@@ -11,7 +11,7 @@ rats/apps/_executables.py,sha256=hXExNmAnuPU1KJXihNw1jEDAQpMlQ9E9_aPV8tpGbOY,134
|
|
11
11
|
rats/apps/_ids.py,sha256=T8Onrj79t8NPfBMQBk0xI6fIWDKF0m2JfFNrdtXAbWg,353
|
12
12
|
rats/apps/_mains.py,sha256=2Q97mNk1cBzYROc_pJcm57EEeHmwRbXOWpfYXH37qcA,995
|
13
13
|
rats/apps/_namespaces.py,sha256=THUV_Xj5PtweC23Ob-zsSpk8exC4fT-qRwjpQ6IDm0U,188
|
14
|
-
rats/apps/_plugin_container.py,sha256=
|
14
|
+
rats/apps/_plugin_container.py,sha256=cad9Xm1YsJrPkKfMb3xvegIxaL3HVL5JYreHKqooy1A,1543
|
15
15
|
rats/apps/_runtimes.py,sha256=l5Z26jZVHk4CvT8VyKUK5tpcCAKt2N1DWipd4gX_Bls,2060
|
16
16
|
rats/apps/_scoping.py,sha256=6C2-ID22cCPR9Cbexf3CvCF3o9F_7ieURbwqkf6DI68,1360
|
17
17
|
rats/apps/_static_container.py,sha256=KH4AwRMX5QPIwYrD9W_HayIpQIrbVn7clEMx44LFAGc,2113
|
@@ -35,6 +35,6 @@ rats_e2e/apps/inputs/_app.py,sha256=FiaLgOZc-d1ryKSwKnL5XBNGcOP1bHbxxeMJqoU_RJg,
|
|
35
35
|
rats_e2e/apps/minimal/__init__.py,sha256=bUR6Oexx6Jsouxor0cL9emXoVha4cm3WqyhU1pgchsI,521
|
36
36
|
rats_e2e/apps/minimal/__main__.py,sha256=Mf-a2iQKTTgh9hMd6AeuzmU9araMIyf1AtdWkh_L07E,117
|
37
37
|
rats_e2e/apps/minimal/_app.py,sha256=CQ09LVTNRarz7Pb1wiSuNHrZ_2KGcgH8nUqy4BjxMUY,849
|
38
|
-
rats_apps-0.5.0.
|
39
|
-
rats_apps-0.5.0.
|
40
|
-
rats_apps-0.5.0.
|
38
|
+
rats_apps-0.5.0.dev20250127235133.dist-info/METADATA,sha256=xHpA7mWzC0xIGk-lu_gsSarcQotpY6bsCenwfZr-4iI,779
|
39
|
+
rats_apps-0.5.0.dev20250127235133.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
40
|
+
rats_apps-0.5.0.dev20250127235133.dist-info/RECORD,,
|