cgse-tools 0.13.0__py3-none-any.whl → 0.14.0__py3-none-any.whl

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.
@@ -129,7 +129,7 @@ def init(project: str = ""):
129
129
  )
130
130
 
131
131
 
132
- show = typer.Typer(help="Show information about settings, environment, setup, ...", no_args_is_help=True)
132
+ show = typer.Typer(help="Show information about settings, environment, setup, ...")
133
133
 
134
134
 
135
135
  @show.command(name="settings")
@@ -255,7 +255,7 @@ def show_setup(
255
255
  rich.print("[red]No setup files were found.[/]")
256
256
 
257
257
 
258
- check = typer.Typer(help="Check installation, settings, required files, etc.", no_args_is_help=True)
258
+ check = typer.Typer(help="Check installation, settings, required files, etc.")
259
259
 
260
260
 
261
261
  @check.command(name="setups")
@@ -4,7 +4,8 @@ import rich
4
4
  import typer
5
5
 
6
6
  dev_x = typer.Typer(
7
- name="dev-x", help="device-x is an imaginary device that serves as an example", no_args_is_help=True
7
+ name="dev-x",
8
+ help="device-x is an imaginary device that serves as an example",
8
9
  )
9
10
 
10
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-tools
3
- Version: 0.13.0
3
+ Version: 0.14.0
4
4
  Summary: Tools for CGSE
5
5
  Author: IvS KU Leuven
6
6
  Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
@@ -0,0 +1,9 @@
1
+ cgse_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ cgse_tools/cgse_clock.py,sha256=pGdKwnf440Rt9PTCIgucvmYNyM6AEvex9dAhQ9OH5I8,1394
3
+ cgse_tools/cgse_commands.py,sha256=zGTJP2WfG8LCUkP2TqrwIY5QHpsXpy02jOPtqMLsLSk,13000
4
+ cgse_tools/cgse_services.py,sha256=RBs3FpdHUtF8uyaoDeqp1H_IumRGnzy-KGYSMYpUCFE,636
5
+ egse/tools/status.py,sha256=UIkNlq9t3ix5rpJA7KX80Ls65G9YvvZ0sIEVI-gPskk,2202
6
+ cgse_tools-0.14.0.dist-info/METADATA,sha256=DBXrpXsFfo8YGBXXkv9FMyF93MQYR25mDpbtsg9kYd8,434
7
+ cgse_tools-0.14.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ cgse_tools-0.14.0.dist-info/entry_points.txt,sha256=4jEdNa1XkyLA_xue99VjaLKorttg_gff8O3A-LFR8yE,382
9
+ cgse_tools-0.14.0.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- cgse_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- cgse_tools/cgse_clock.py,sha256=pGdKwnf440Rt9PTCIgucvmYNyM6AEvex9dAhQ9OH5I8,1394
3
- cgse_tools/cgse_commands.py,sha256=F64DMa4ElT43npmih4LWQJ2mQx3uAEaBLXb00sfxnZQ,13044
4
- cgse_tools/cgse_services.py,sha256=LJh_sMNcgiiYGPz7B8xegrjOD2o-FigNJLm1vqQUuwU,653
5
- egse/tools/status.py,sha256=UIkNlq9t3ix5rpJA7KX80Ls65G9YvvZ0sIEVI-gPskk,2202
6
- cgse_tools-0.13.0.dist-info/METADATA,sha256=jIcmW35soojyKQxIvG9_KAyvbnCFtq1xUwnMjk-7CsE,434
7
- cgse_tools-0.13.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- cgse_tools-0.13.0.dist-info/entry_points.txt,sha256=4jEdNa1XkyLA_xue99VjaLKorttg_gff8O3A-LFR8yE,382
9
- cgse_tools-0.13.0.dist-info/RECORD,,