rats-apps 0.2.0.dev20240820072905__py3-none-any.whl → 0.2.0.dev20240822062243__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/cli/__init__.py +2 -1
- {rats_apps-0.2.0.dev20240820072905.dist-info → rats_apps-0.2.0.dev20240822062243.dist-info}/METADATA +1 -1
- {rats_apps-0.2.0.dev20240820072905.dist-info → rats_apps-0.2.0.dev20240822062243.dist-info}/RECORD +5 -5
- {rats_apps-0.2.0.dev20240820072905.dist-info → rats_apps-0.2.0.dev20240822062243.dist-info}/WHEEL +0 -0
- {rats_apps-0.2.0.dev20240820072905.dist-info → rats_apps-0.2.0.dev20240822062243.dist-info}/entry_points.txt +0 -0
rats/cli/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"""Uses `rats.cli` to streamline the creation of CLI commands written with Click."""
|
2
2
|
|
3
|
-
from ._annotations import command, get_class_commands, get_class_groups, group
|
3
|
+
from ._annotations import CommandId, command, get_class_commands, get_class_groups, group
|
4
4
|
from ._app import ClickApp
|
5
5
|
from ._container import CommandContainer
|
6
6
|
from ._plugin import PluginContainer, PluginServices
|
@@ -13,5 +13,6 @@ __all__ = [
|
|
13
13
|
"group",
|
14
14
|
"ClickApp",
|
15
15
|
"PluginServices",
|
16
|
+
"CommandId",
|
16
17
|
"CommandContainer",
|
17
18
|
]
|
{rats_apps-0.2.0.dev20240820072905.dist-info → rats_apps-0.2.0.dev20240822062243.dist-info}/RECORD
RENAMED
@@ -17,7 +17,7 @@ rats/apps/_scoping.py,sha256=6C2-ID22cCPR9Cbexf3CvCF3o9F_7ieURbwqkf6DI68,1360
|
|
17
17
|
rats/apps/_simple_apps.py,sha256=n-3zeHY3iintZ9LN597c7zDHv3DiIdl7c8NTk0gUk1Y,5477
|
18
18
|
rats/apps/_static_container.py,sha256=5lzLh1CUoQVwhxfDhK6ZOQaBrPpudbRHWJkaDppphZo,881
|
19
19
|
rats/apps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
|
-
rats/cli/__init__.py,sha256=
|
20
|
+
rats/cli/__init__.py,sha256=VNigux01ldwSv8Mo6zvvpz0FT9VC4TK0WfUp9FoVmGo,492
|
21
21
|
rats/cli/__main__.py,sha256=3JZ7mrTTrrODQHutefm2zJp1-cQQB7I5-1xhYw7SMBU,1656
|
22
22
|
rats/cli/_annotations.py,sha256=5voM1pNm7iybZpgQTSVpaq3rMIMz33jr4eUyoEmxWJ4,1359
|
23
23
|
rats/cli/_app.py,sha256=NjJfXKZYBdd1CZuLbrXyUFB_wRJQah1Rvtxe_zj4y_M,641
|
@@ -27,7 +27,7 @@ rats/cli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
rats/logs/__init__.py,sha256=fCn4pfpYiAcTtt5CsnUZX68CjOB3KJHxMSiYxsma4qE,183
|
28
28
|
rats/logs/_plugin.py,sha256=eAAG4ci-XS9A9ituXj9PrcI6zH-xlCqhJlUbSGC-MYM,2175
|
29
29
|
rats/logs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
|
-
rats_apps-0.2.0.
|
31
|
-
rats_apps-0.2.0.
|
32
|
-
rats_apps-0.2.0.
|
33
|
-
rats_apps-0.2.0.
|
30
|
+
rats_apps-0.2.0.dev20240822062243.dist-info/METADATA,sha256=1XvUWtEr3wRc1fj6R_wwR7t53k0WcY6TgtJc9walm2g,774
|
31
|
+
rats_apps-0.2.0.dev20240822062243.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
32
|
+
rats_apps-0.2.0.dev20240822062243.dist-info/entry_points.txt,sha256=9oOvf2loQr5ACWQgvuu9Q3KZIVIxKE5Aa-rLuUII5WQ,91
|
33
|
+
rats_apps-0.2.0.dev20240822062243.dist-info/RECORD,,
|
{rats_apps-0.2.0.dev20240820072905.dist-info → rats_apps-0.2.0.dev20240822062243.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|