ssot-cli 0.1.0__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.
ssot_cli/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""ssot-cli package."""
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ssot-cli
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: CLI wrapper package for ssot-registry.
|
|
5
|
+
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/groupsum/ssot-registry
|
|
8
|
+
Project-URL: Repository, https://github.com/groupsum/ssot-registry
|
|
9
|
+
Project-URL: Issues, https://github.com/groupsum/ssot-registry/issues
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: ssot-registry>=0.2.3
|
|
13
|
+
|
|
14
|
+
# ssot-cli
|
|
15
|
+
|
|
16
|
+
`ssot-cli` provides a convenience CLI entry point backed by `ssot-registry`.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
ssot_cli/__init__.py,sha256=MOsLRRyl5PWU_5wZDLrGPAnNcoLQJYY0S-Owtd5J1Gc,24
|
|
2
|
+
ssot_cli-0.1.0.dist-info/METADATA,sha256=HWFqP0zrpJtGa-HXxJxvNc6VXZhBmWMLPsWlB77k49Y,566
|
|
3
|
+
ssot_cli-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
ssot_cli-0.1.0.dist-info/entry_points.txt,sha256=bQP0tuW7zTH-Jaj-LbKw9Yz0UjxVz-X_3KPxEgtpATw,57
|
|
5
|
+
ssot_cli-0.1.0.dist-info/top_level.txt,sha256=R4LovVKOnDNiVF-S4UzGvaVoO6mCp5tnafRN9cr9tJI,9
|
|
6
|
+
ssot_cli-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ssot_cli
|