autoverse-cli 0.4.0__tar.gz → 0.4.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/PKG-INFO +2 -1
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/pyproject.toml +4 -1
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/autoverse_cli.egg-info/PKG-INFO +2 -1
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/autoverse_cli.egg-info/SOURCES.txt +1 -0
- autoverse_cli-0.4.1/src/autoverse_cli.egg-info/requires.txt +1 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/app_version.py +1 -1
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/LICENSE +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/README.md +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/setup.cfg +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/autoverse_cli.egg-info/dependency_links.txt +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/autoverse_cli.egg-info/entry_points.txt +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/autoverse_cli.egg-info/top_level.txt +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/__init__.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/argparse_help.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/avrs.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/cfg.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/launcher.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/launcher_util.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/can.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/code_booz.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/demo.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/edit_environment.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/input.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/log_path.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/move_to_landmark.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/npc.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/request.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/reserve_mv_slot.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/reset_to_track.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/restart.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/teleport.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/requests/vd.py +0 -0
- {autoverse_cli-0.4.0 → autoverse_cli-0.4.1}/src/avrs/tests.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autoverse-cli
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.1
|
4
4
|
Summary: The Autoverse CLI
|
5
5
|
Author-email: Dan Kamrath <dan.kamrath@autonomalabs.com>
|
6
6
|
License: # End-User License Agreement (EULA) of the Autonoma AutoVerse CLI
|
@@ -41,6 +41,7 @@ Classifier: Operating System :: OS Independent
|
|
41
41
|
Requires-Python: >=3.8
|
42
42
|
Description-Content-Type: text/markdown
|
43
43
|
License-File: LICENSE
|
44
|
+
Requires-Dist: boto3
|
44
45
|
|
45
46
|
# Autoverse CLI
|
46
47
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autoverse-cli
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.1
|
4
4
|
Summary: The Autoverse CLI
|
5
5
|
Author-email: Dan Kamrath <dan.kamrath@autonomalabs.com>
|
6
6
|
License: # End-User License Agreement (EULA) of the Autonoma AutoVerse CLI
|
@@ -41,6 +41,7 @@ Classifier: Operating System :: OS Independent
|
|
41
41
|
Requires-Python: >=3.8
|
42
42
|
Description-Content-Type: text/markdown
|
43
43
|
License-File: LICENSE
|
44
|
+
Requires-Dist: boto3
|
44
45
|
|
45
46
|
# Autoverse CLI
|
46
47
|
|
@@ -5,6 +5,7 @@ src/autoverse_cli.egg-info/PKG-INFO
|
|
5
5
|
src/autoverse_cli.egg-info/SOURCES.txt
|
6
6
|
src/autoverse_cli.egg-info/dependency_links.txt
|
7
7
|
src/autoverse_cli.egg-info/entry_points.txt
|
8
|
+
src/autoverse_cli.egg-info/requires.txt
|
8
9
|
src/autoverse_cli.egg-info/top_level.txt
|
9
10
|
src/avrs/__init__.py
|
10
11
|
src/avrs/app_version.py
|
@@ -0,0 +1 @@
|
|
1
|
+
boto3
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|