rats-apps 0.11.0.dev20250521180658__py3-none-any.whl → 0.11.0.dev20250522161150__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/_app_containers.py +1 -5
- {rats_apps-0.11.0.dev20250521180658.dist-info → rats_apps-0.11.0.dev20250522161150.dist-info}/METADATA +1 -1
- {rats_apps-0.11.0.dev20250521180658.dist-info → rats_apps-0.11.0.dev20250522161150.dist-info}/RECORD +5 -5
- {rats_apps-0.11.0.dev20250521180658.dist-info → rats_apps-0.11.0.dev20250522161150.dist-info}/WHEEL +0 -0
- {rats_apps-0.11.0.dev20250521180658.dist-info → rats_apps-0.11.0.dev20250522161150.dist-info}/entry_points.txt +0 -0
rats/apps/_app_containers.py
CHANGED
@@ -53,11 +53,7 @@ This is the companion type to [rats.apps.ContainerPlugin][].
|
|
53
53
|
|
54
54
|
ContainerPlugin = _ContainerPluginType | Callable[[Container], Container]
|
55
55
|
"""
|
56
|
-
|
57
|
-
|
58
|
-
Containers that implement this type—for example, by using the [rats.apps.PluginMixin][] mixin—can
|
59
|
-
be used easily in functions that need to defer the construction of an application container. See
|
60
|
-
[rats.apps.AppBundle][] for additional examples.
|
56
|
+
Factory function protocol that returns an [rats.apps.Container][] instance.
|
61
57
|
"""
|
62
58
|
|
63
59
|
|
{rats_apps-0.11.0.dev20250521180658.dist-info → rats_apps-0.11.0.dev20250522161150.dist-info}/RECORD
RENAMED
@@ -9,7 +9,7 @@ rats/app_context/_context.py,sha256=S7D8NLefZJI4MDEpYKdenfNsemus4bUlQCG-gd3U3g8,
|
|
9
9
|
rats/app_context/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
rats/apps/__init__.py,sha256=6B5qQvzx1xlRrNRY4QJi6GEywuQ1MoW454kC4nO2Yqg,2084
|
11
11
|
rats/apps/_annotations.py,sha256=6M_M7K8haNVda0Tx02EpFf3s9EjnWYacNMjTIkNEdRU,4617
|
12
|
-
rats/apps/_app_containers.py,sha256=
|
12
|
+
rats/apps/_app_containers.py,sha256=vVhL27dogcKhGO0Blh6ddD0JYJOGtq1dqx4fS5KyTGk,6773
|
13
13
|
rats/apps/_composite_container.py,sha256=FdpmH_xIly6LxNZrA_nZCznukptjVLXttXTMtf_tnv8,695
|
14
14
|
rats/apps/_container.py,sha256=sYISCG-qVzl-bsBwX_CAWEP9gtXCnG-Jls3l8IKb4DQ,7208
|
15
15
|
rats/apps/_executables.py,sha256=hXExNmAnuPU1KJXihNw1jEDAQpMlQ9E9_aPV8tpGbOY,1347
|
@@ -54,7 +54,7 @@ rats_e2e/runtime/_data.py,sha256=3d1F_JO2gEOPUjBp_KYMP3TefyneiG_ktlJjdIIYUy8,125
|
|
54
54
|
rats_e2e/runtime/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
55
|
rats_resources/runtime/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
56
|
rats_resources/runtime/example-context.yaml,sha256=eiLsNFquFfkIpUhxUCQLzLigH21QF2F00fzA_e_aOKk,215
|
57
|
-
rats_apps-0.11.0.
|
58
|
-
rats_apps-0.11.0.
|
59
|
-
rats_apps-0.11.0.
|
60
|
-
rats_apps-0.11.0.
|
57
|
+
rats_apps-0.11.0.dev20250522161150.dist-info/METADATA,sha256=HA1xCbP51vwYeX4S0sULepH6Opxvv6cRIN1UGzE8OEI,889
|
58
|
+
rats_apps-0.11.0.dev20250522161150.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
59
|
+
rats_apps-0.11.0.dev20250522161150.dist-info/entry_points.txt,sha256=Gf6bPwxIVjWd3Xx71upZo7eDJA5cujniLew6fxJMgA4,117
|
60
|
+
rats_apps-0.11.0.dev20250522161150.dist-info/RECORD,,
|
{rats_apps-0.11.0.dev20250521180658.dist-info → rats_apps-0.11.0.dev20250522161150.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|