ghga-transpiler 2.1.1__py3-none-any.whl → 2.1.2__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.
ghga_transpiler/cli.py CHANGED
@@ -18,6 +18,7 @@
18
18
 
19
19
  import sys
20
20
  from pathlib import Path
21
+ from typing import Optional
21
22
 
22
23
  import typer
23
24
 
@@ -44,7 +45,7 @@ def transpile(
44
45
  dir_okay=False,
45
46
  readable=True,
46
47
  ),
47
- output_file: Path | None = typer.Argument(
48
+ output_file: Optional[Path] = typer.Argument( # noqa: UP007 (typer issue #461)
48
49
  None, help="The path to output file (JSON).", dir_okay=False
49
50
  ),
50
51
  force: bool = typer.Option(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ghga_transpiler
3
- Version: 2.1.1
3
+ Version: 2.1.2
4
4
  Summary: GHGA-Transpiler - excel to JSON converter
5
5
  Author-email: "German Human Genome Phenome Archive (GHGA)" <contact@ghga.de>
6
6
  License: Apache 2.0
@@ -1,6 +1,6 @@
1
1
  ghga_transpiler/__init__.py,sha256=OzgWuHEnFx_TVhDD8U1e9ihvsEiPcpajfo1aKY_60Zo,908
2
2
  ghga_transpiler/__main__.py,sha256=EVGi0SsK--oaDF_c6PhVvNyPDnItrJzVapNAsKhgBmM,847
3
- ghga_transpiler/cli.py,sha256=AzIWDZaRzyREzGmV2az7OXVwzT33ijroot-dHwIdzUA,2491
3
+ ghga_transpiler/cli.py,sha256=kw8YMDIs9xxYtAbwU4ovBE5AZnyUxVvL3eB2YZrmcXU,2556
4
4
  ghga_transpiler/core.py,sha256=A2MKKNEwxRViCquU0pbuk7KjXCg8y-F_QJpICvSS-IE,5213
5
5
  ghga_transpiler/io.py,sha256=ln997FIjVHyZKeJLkvGeo35hx6ZE4CtPIpoPcu23vGI,1769
6
6
  ghga_transpiler/transformations.py,sha256=o-6qJHB-5ptrnMhi-q-3kXrrVdy_XwqLUjTVIg-SH0o,2236
@@ -8,9 +8,9 @@ ghga_transpiler/config/__init__.py,sha256=f8b3Le48ZrbOwRA5MVf6V6zqKFtxii9SQZMvvx
8
8
  ghga_transpiler/config/config.py,sha256=rDgUR939BCI89QkcqQXeJ1872hkAg1QE4IeGgoijRD0,3787
9
9
  ghga_transpiler/config/exceptions.py,sha256=H2xLk9YV3yHuwBDxQDgumbymX_-xSXctlh-rrIxv8Qw,1090
10
10
  ghga_transpiler/configs/__init__.py,sha256=109RyIL2rxVrEiOS9D0q-PGVqw1_VZblvvFxOh4ZUjU,686
11
- ghga_transpiler-2.1.1.dist-info/LICENSE,sha256=fBYaxYJmvm_AQEYU4gRvUAWbqhO0bgqPj9Yl6f8RXuU,11452
12
- ghga_transpiler-2.1.1.dist-info/METADATA,sha256=BTc6bSSA7W9_HEIgvIa2eKXUJlkYbYNA4ThAOGdVwvk,4407
13
- ghga_transpiler-2.1.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
- ghga_transpiler-2.1.1.dist-info/entry_points.txt,sha256=Fr_VQJynZZl95NXjrQW2gE0bCocgjKVNEZQpaLls8po,65
15
- ghga_transpiler-2.1.1.dist-info/top_level.txt,sha256=TksRpDO3Y4mvK-B09UhQU3ceZpG19fljNlVDGTfjg8o,16
16
- ghga_transpiler-2.1.1.dist-info/RECORD,,
11
+ ghga_transpiler-2.1.2.dist-info/LICENSE,sha256=fBYaxYJmvm_AQEYU4gRvUAWbqhO0bgqPj9Yl6f8RXuU,11452
12
+ ghga_transpiler-2.1.2.dist-info/METADATA,sha256=At4VQOpAQJntnXYKp3eY1QydYJkF4alFWL1qd5Cwf8A,4407
13
+ ghga_transpiler-2.1.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
+ ghga_transpiler-2.1.2.dist-info/entry_points.txt,sha256=Fr_VQJynZZl95NXjrQW2gE0bCocgjKVNEZQpaLls8po,65
15
+ ghga_transpiler-2.1.2.dist-info/top_level.txt,sha256=TksRpDO3Y4mvK-B09UhQU3ceZpG19fljNlVDGTfjg8o,16
16
+ ghga_transpiler-2.1.2.dist-info/RECORD,,