remotivelabs-cli 0.0.1a0__py3-none-any.whl → 0.0.1a1__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.
cli/remotive.py CHANGED
@@ -1,5 +1,5 @@
1
1
  import typer
2
- #from .brokers import app as broker_app
2
+ from .brokers import app as broker_app
3
3
  from .cloud.cloud_cli import app as cloud_app
4
4
 
5
5
  # from cloud import cloud_cli
@@ -9,5 +9,5 @@ app = typer.Typer()
9
9
 
10
10
  # def run_cli():
11
11
 
12
- #app.add_typer(broker_app, name="broker", help="Manage a single broker - local or cloud")
12
+ app.add_typer(broker_app, name="broker", help="Manage a single broker - local or cloud")
13
13
  app.add_typer(cloud_app, name="cloud", help="Manage resources in RemotiveCloud", )
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: remotivelabs-cli
3
+ Version: 0.0.1a1
4
+ Summary:
5
+ Author: Johan Rask
6
+ Author-email: johan.rask@remotivelabs.com
7
+ Requires-Python: >=3.9,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.9
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Requires-Dist: cryptography (==40.0.2)
13
+ Requires-Dist: pyjwt (>=2.6.0,<3.0.0)
14
+ Requires-Dist: remotivelabs-broker (>=0.1.0,<0.2.0)
15
+ Requires-Dist: rich (>=12.6.0,<13.0.0)
16
+ Requires-Dist: typer (>=0.6.1,<0.7.0)
17
+ Requires-Dist: zeroconf (>=0.64.1,<0.65.0)
18
+ Description-Content-Type: text/markdown
19
+
20
+ # RemotiveLabs - CLI
21
+
22
+ Use this CLI with our cloud and broker as a compliment to code and web tools.
23
+
24
+ *NOTE: This is currently an experimental version*
25
+
26
+ ## Install
27
+
28
+ Requires python 3
29
+
30
+ ```
31
+ pip install remotivelabs-cli
32
+ remotive --help
33
+
34
+ Usage: remotive [OPTIONS] COMMAND [ARGS]...
35
+
36
+ ╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────╮
37
+ │ --install-completion Install completion for the current shell. │
38
+ │ --show-completion Show completion for the current shell, to copy it or customize the │
39
+ │ installation. │
40
+ │ --help Show this message and exit. │
41
+ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
42
+ ╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────╮
43
+ │ cloud Manage resources in RemotiveCloud │
44
+ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
45
+ ```
46
+
@@ -12,10 +12,10 @@ cli/cloud/service_account_keys.py,sha256=sYCA-XjeqPOIcRcY1cLG90FHSwykV3pRHY3K2sS
12
12
  cli/cloud/service_accounts.py,sha256=T24Qn-OrlAwF9JkA2RyQh9am_jGEO01zUQIxCTYyHk8,1251
13
13
  cli/lib/__about__.py,sha256=GLOW8iEx5xn9rbJvxUH3elZiLi47SAWamMjdJTd52k0,141
14
14
  cli/lib/broker.py,sha256=zYCgABQZSBfR5Ps3jDCuL6jwlJNU4Q8D1UoiMX5vjHc,4905
15
- cli/remotive.py,sha256=UWwQhnZKxKcbzTycygq5kwoQ4m37MJJjOxf5kU3f0uc,344
15
+ cli/remotive.py,sha256=Xe_4ktWvCKwez3iUUYW_kVY7tPZw4Zln2d19ht3A-Kg,342
16
16
  cli/requirements.txt,sha256=k2SdtUayWWypl_24paMPHrMu7oH0E3_S_9w9zdAng-Y,77
17
17
  cli/test/test_simple.py,sha256=c60_dg5EmhNVmBC6rDcDP-tvKJCBqjIA2Z5Ym9ums4M,63
18
- remotivelabs_cli-0.0.1a0.dist-info/METADATA,sha256=QpKsBojOCBhebKkUuS8A_Ly0Nk_8k8gZxNGsLEociBA,683
19
- remotivelabs_cli-0.0.1a0.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
20
- remotivelabs_cli-0.0.1a0.dist-info/entry_points.txt,sha256=lvDhPgagLqW_KTnLPCwKSqfYlEp-1uYVosRiPjsVj10,45
21
- remotivelabs_cli-0.0.1a0.dist-info/RECORD,,
18
+ remotivelabs_cli-0.0.1a1.dist-info/METADATA,sha256=1GVvb_9CoIpFmZUer8UlbntwPOPWiqfL1XpLZFhicug,2744
19
+ remotivelabs_cli-0.0.1a1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
20
+ remotivelabs_cli-0.0.1a1.dist-info/entry_points.txt,sha256=lvDhPgagLqW_KTnLPCwKSqfYlEp-1uYVosRiPjsVj10,45
21
+ remotivelabs_cli-0.0.1a1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.5.2
2
+ Generator: poetry-core 1.6.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,21 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: remotivelabs-cli
3
- Version: 0.0.1a0
4
- Summary:
5
- Author: Johan Rask
6
- Author-email: johan.rask@remotivelabs.com
7
- Requires-Python: >=3.9,<4.0
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.9
10
- Classifier: Programming Language :: Python :: 3.10
11
- Classifier: Programming Language :: Python :: 3.11
12
- Requires-Dist: cryptography (==40.0.2)
13
- Requires-Dist: pyjwt (>=2.6.0,<3.0.0)
14
- Requires-Dist: requests (>=2.25)
15
- Requires-Dist: rich (>=12.6.0,<13.0.0)
16
- Requires-Dist: typer (>=0.6.1,<0.7.0)
17
- Requires-Dist: urllib3 (>=1.26)
18
- Requires-Dist: zeroconf (>=0.64.1,<0.65.0)
19
- Description-Content-Type: text/markdown
20
-
21
- # remotivelabs-cli