eva-shell 0.2.34__tar.gz → 0.2.35__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.34 → eva_shell-0.2.35}/PKG-INFO +1 -1
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/__init__.py +1 -1
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/ap.py +6 -6
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva_shell.egg-info/PKG-INFO +1 -1
- {eva_shell-0.2.34 → eva_shell-0.2.35}/setup.py +1 -1
- {eva_shell-0.2.34 → eva_shell-0.2.35}/LICENSE +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/README.md +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/bin/eva +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/charts.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/cli.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/client.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/compl.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/sharedobj.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/shell.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva4_shell/tools.py +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva_shell.egg-info/SOURCES.txt +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva_shell.egg-info/dependency_links.txt +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva_shell.egg-info/requires.txt +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/eva_shell.egg-info/top_level.txt +0 -0
- {eva_shell-0.2.34 → eva_shell-0.2.35}/setup.cfg +0 -0
|
@@ -1195,8 +1195,8 @@ def append_generator_cli(root_sp):
|
|
|
1195
1195
|
p.add_argument('kind', choices=source_types)
|
|
1196
1196
|
p.add_argument('-s',
|
|
1197
1197
|
'--sampling',
|
|
1198
|
-
default=1,
|
|
1199
|
-
type=
|
|
1198
|
+
default=1.0,
|
|
1199
|
+
type=float,
|
|
1200
1200
|
help='Sampling frequency')
|
|
1201
1201
|
p.add_argument('--target',
|
|
1202
1202
|
action='append',
|
|
@@ -1215,8 +1215,8 @@ def append_generator_cli(root_sp):
|
|
|
1215
1215
|
p.add_argument('kind', choices=source_types)
|
|
1216
1216
|
p.add_argument('-s',
|
|
1217
1217
|
'--sampling',
|
|
1218
|
-
default=1,
|
|
1219
|
-
type=
|
|
1218
|
+
default=1.0,
|
|
1219
|
+
type=float,
|
|
1220
1220
|
help='Sampling frequency')
|
|
1221
1221
|
p.add_argument('-d',
|
|
1222
1222
|
'--duration',
|
|
@@ -1246,8 +1246,8 @@ def append_generator_cli(root_sp):
|
|
|
1246
1246
|
p.add_argument('kind', choices=source_types)
|
|
1247
1247
|
p.add_argument('-s',
|
|
1248
1248
|
'--sampling',
|
|
1249
|
-
default=1,
|
|
1250
|
-
type=
|
|
1249
|
+
default=1.0,
|
|
1250
|
+
type=float,
|
|
1251
1251
|
help='Sampling frequency')
|
|
1252
1252
|
p.add_argument('--target', action='append', help='target OID')
|
|
1253
1253
|
p.add_argument('--start', required=True, help='Starting time')
|
|
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
|