eva-shell 0.2.2__tar.gz → 0.2.3__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.
- {eva-shell-0.2.2 → eva-shell-0.2.3}/PKG-INFO +1 -1
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/__init__.py +1 -1
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/ap.py +3 -1
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva_shell.egg-info/PKG-INFO +1 -1
- {eva-shell-0.2.2 → eva-shell-0.2.3}/setup.py +1 -1
- {eva-shell-0.2.2 → eva-shell-0.2.3}/LICENSE +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/README.md +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/bin/eva +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/charts.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/cli.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/client.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/compl.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/sharedobj.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/shell.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva4_shell/tools.py +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva_shell.egg-info/SOURCES.txt +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva_shell.egg-info/dependency_links.txt +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva_shell.egg-info/requires.txt +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/eva_shell.egg-info/top_level.txt +0 -0
- {eva-shell-0.2.2 → eva-shell-0.2.3}/setup.cfg +0 -0
|
@@ -894,7 +894,9 @@ def append_cloud_cli(root_sp):
|
|
|
894
894
|
|
|
895
895
|
|
|
896
896
|
def append_generator_cli(root_sp):
|
|
897
|
-
source_types = [
|
|
897
|
+
source_types = [
|
|
898
|
+
'random', 'random_float', 'counter', 'time', 'wave', 'udp_float'
|
|
899
|
+
]
|
|
898
900
|
ap_generator = root_sp.add_parser('generator', help='generator commands')
|
|
899
901
|
sp_generator = ap_generator.add_subparsers(dest='_subc', help='sub command')
|
|
900
902
|
|
|
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
|