orrin-cli 0.3.0b1__tar.gz → 0.3.0b2__tar.gz
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.
- orrin_cli-0.3.0b2/PKG-INFO +16 -0
- orrin_cli-0.3.0b2/README.md +5 -0
- orrin_cli-0.3.0b2/orrin_cli.egg-info/PKG-INFO +16 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/pyproject.toml +1 -1
- orrin_cli-0.3.0b1/PKG-INFO +0 -18
- orrin_cli-0.3.0b1/README.md +0 -7
- orrin_cli-0.3.0b1/orrin_cli.egg-info/PKG-INFO +0 -18
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/LICENSE +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin/Spinner.py +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin/__init__.py +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin/cli.py +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin/default_websocket_handler.py +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin_cli.egg-info/SOURCES.txt +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin_cli.egg-info/dependency_links.txt +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin_cli.egg-info/entry_points.txt +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin_cli.egg-info/requires.txt +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/orrin_cli.egg-info/top_level.txt +0 -0
- {orrin_cli-0.3.0b1 → orrin_cli-0.3.0b2}/setup.cfg +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: orrin-cli
|
|
3
|
+
Version: 0.3.0b2
|
|
4
|
+
Summary: Orrin CLI
|
|
5
|
+
Requires-Python: >=3.9
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
License-File: LICENSE
|
|
8
|
+
Requires-Dist: typer[all]>=0.12.0
|
|
9
|
+
Requires-Dist: click<8.2
|
|
10
|
+
Dynamic: license-file
|
|
11
|
+
|
|
12
|
+
# Orrin CLI v0.3.0b1
|
|
13
|
+
|
|
14
|
+
## What's New
|
|
15
|
+
|
|
16
|
+
In v0.3.0b1, the ability to create terminal sessions have been added. This includes many sub commands surrounding terminal sessions, including commands to pause and start sessions, as well as start default terminal session handlers.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Orrin CLI v0.3.0b1
|
|
2
|
+
|
|
3
|
+
## What's New
|
|
4
|
+
|
|
5
|
+
In v0.3.0b1, the ability to create terminal sessions have been added. This includes many sub commands surrounding terminal sessions, including commands to pause and start sessions, as well as start default terminal session handlers.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: orrin-cli
|
|
3
|
+
Version: 0.3.0b2
|
|
4
|
+
Summary: Orrin CLI
|
|
5
|
+
Requires-Python: >=3.9
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
License-File: LICENSE
|
|
8
|
+
Requires-Dist: typer[all]>=0.12.0
|
|
9
|
+
Requires-Dist: click<8.2
|
|
10
|
+
Dynamic: license-file
|
|
11
|
+
|
|
12
|
+
# Orrin CLI v0.3.0b1
|
|
13
|
+
|
|
14
|
+
## What's New
|
|
15
|
+
|
|
16
|
+
In v0.3.0b1, the ability to create terminal sessions have been added. This includes many sub commands surrounding terminal sessions, including commands to pause and start sessions, as well as start default terminal session handlers.
|
orrin_cli-0.3.0b1/PKG-INFO
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: orrin-cli
|
|
3
|
-
Version: 0.3.0b1
|
|
4
|
-
Summary: Orrin CLI
|
|
5
|
-
Requires-Python: >=3.9
|
|
6
|
-
Description-Content-Type: text/markdown
|
|
7
|
-
License-File: LICENSE
|
|
8
|
-
Requires-Dist: typer[all]>=0.12.0
|
|
9
|
-
Requires-Dist: click<8.2
|
|
10
|
-
Dynamic: license-file
|
|
11
|
-
|
|
12
|
-
# Orrin CLI v0.2.0.2
|
|
13
|
-
|
|
14
|
-
## What's New
|
|
15
|
-
|
|
16
|
-
In v0.2.0.2, a minor change was made to support new icon sizes of 64x64, 128x128, 256x256, and 512x512.
|
|
17
|
-
|
|
18
|
-
Please refer to [the docs](https://stellr-company.com/orrin/docs) for more information over Orrin CLI.
|
orrin_cli-0.3.0b1/README.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: orrin-cli
|
|
3
|
-
Version: 0.3.0b1
|
|
4
|
-
Summary: Orrin CLI
|
|
5
|
-
Requires-Python: >=3.9
|
|
6
|
-
Description-Content-Type: text/markdown
|
|
7
|
-
License-File: LICENSE
|
|
8
|
-
Requires-Dist: typer[all]>=0.12.0
|
|
9
|
-
Requires-Dist: click<8.2
|
|
10
|
-
Dynamic: license-file
|
|
11
|
-
|
|
12
|
-
# Orrin CLI v0.2.0.2
|
|
13
|
-
|
|
14
|
-
## What's New
|
|
15
|
-
|
|
16
|
-
In v0.2.0.2, a minor change was made to support new icon sizes of 64x64, 128x128, 256x256, and 512x512.
|
|
17
|
-
|
|
18
|
-
Please refer to [the docs](https://stellr-company.com/orrin/docs) for more information over Orrin CLI.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|