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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.2
3
+ Version: 0.2.3
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.2'
1
+ __version__ = '0.2.3'
2
2
 
3
3
  DEFAULT_REPOSITORY_URL = 'https://pub.bma.ai/eva4'
@@ -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 = ['random', 'random_float', 'counter', 'wave', 'udp_float']
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.2
3
+ Version: 0.2.3
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.2'
1
+ __version__ = '0.2.3'
2
2
 
3
3
  import setuptools
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes