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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.34
3
+ Version: 0.2.35
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,3 +1,3 @@
1
- __version__ = '0.2.34'
1
+ __version__ = '0.2.35'
2
2
 
3
3
  DEFAULT_REPOSITORY_URL = 'https://pub.bma.ai/eva4'
@@ -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=int,
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=int,
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=int,
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')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.34
3
+ Version: 0.2.35
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,4 +1,4 @@
1
- __version__ = '0.2.34'
1
+ __version__ = '0.2.35'
2
2
 
3
3
  import setuptools
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes