pymetadata 0.5.0__py3-none-any.whl → 0.5.1__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.

Potentially problematic release.


This version of pymetadata might be problematic. Click here for more details.

pymetadata/__init__.py CHANGED
@@ -3,7 +3,7 @@
3
3
  from pathlib import Path
4
4
 
5
5
  __author__ = "Matthias Koenig"
6
- __version__ = "0.5.0"
6
+ __version__ = "0.5.1"
7
7
 
8
8
 
9
9
  program_name: str = "pymetadata"
pymetadata/omex.py CHANGED
@@ -574,6 +574,8 @@ class Omex:
574
574
  for file in files:
575
575
  file_path = os.path.join(root, file)
576
576
  location = f"./{os.path.relpath(file_path, directory)}"
577
+ # bugfix for windows paths
578
+ location = location.replace("\\", "/")
577
579
  if location == "./manifest.xml":
578
580
  # manifest is created from the internal manifest entries
579
581
  continue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pymetadata
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: pymetadata are python utilities for working with metadata.
5
5
  Author-email: Matthias König <konigmatt@googlemail.com>
6
6
  Maintainer-email: Matthias König <konigmatt@googlemail.com>
@@ -1,9 +1,9 @@
1
- pymetadata/__init__.py,sha256=-EZKeFfptRrccMcmwrtFlGJkpYRIFY0r47_VT7OzueQ,357
1
+ pymetadata/__init__.py,sha256=wbfOX13kHGrC-MqKiZrALY1lIQJTpnjr1EKcsnqZ5DI,357
2
2
  pymetadata/cache.py,sha256=tQuMIcd1cOfO0dvODQMG92_IrHqgswPfshhFjtl7Pd0,1409
3
3
  pymetadata/chebi.py,sha256=EH8sYRx7af3Hi1O8x5Tvj_T9cawGVMtlYp_4B3L8tHY,2730
4
4
  pymetadata/console.py,sha256=ouDYOx_81ndvtMW5GVrut71uzPC5xlvibGu9N5YdbRA,332
5
5
  pymetadata/log.py,sha256=3uRVMYolalrS0PVWS_4qSme8RYhot3_W2ad1JopI88g,664
6
- pymetadata/omex.py,sha256=lXdWJQgX-_zDq1OX82zWEk_R1rlJX995jrCKOiQt8JM,29829
6
+ pymetadata/omex.py,sha256=ZFsX9Xbh8sgT1UeBpKMgdrOh2PGTxrH2IAdYo_R9xc0,29927
7
7
  pymetadata/omex_v2.py,sha256=HZBg_wmQWixweOZG3qVj2zqG_o1x9Ljxy-JEP6-ZFhM,584
8
8
  pymetadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pymetadata/unichem.py,sha256=slxTabar1ZdZQUyTyRloiWKxD92ixnDGsJ2xk3alrTo,6878
@@ -36,7 +36,7 @@ pymetadata/ontologies/ontology.py,sha256=cnAgXzxPn3XxZ8FUAMuSAH0eOGio-YK1Enzy3Zu
36
36
  pymetadata/resources/chebi_webservice_wsdl.xml,sha256=0AEgcZ48bk4L6l3jO5-6BIVwfTr4yXnRZCtXue5NyHo,23846
37
37
  pymetadata/resources/ontologies/README.md,sha256=h1LIKpr42-s0RzwpCufkR_YJ2nWiwOapZX_frRXk3Qg,163
38
38
  pymetadata/resources/templates/ontology_enum.pytemplate,sha256=fK7SBTVfRzVk-z_6wiZ_9MDbTNSlEpGGellRoliGqac,1674
39
- pymetadata-0.5.0.dist-info/METADATA,sha256=R5xPvJVRW71mo79WwmUKkuGpx1lEZQqTZW070IynBrw,5725
40
- pymetadata-0.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
41
- pymetadata-0.5.0.dist-info/licenses/LICENSE,sha256=bIHEDEMiQfVe9c81lFP7Q9hsCOmEuj2c_m50LuotsMM,1058
42
- pymetadata-0.5.0.dist-info/RECORD,,
39
+ pymetadata-0.5.1.dist-info/METADATA,sha256=U98HB_QbhuBiAYZn2gJRmNyp1whz3VzwxsUhjoankhc,5725
40
+ pymetadata-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
41
+ pymetadata-0.5.1.dist-info/licenses/LICENSE,sha256=bIHEDEMiQfVe9c81lFP7Q9hsCOmEuj2c_m50LuotsMM,1058
42
+ pymetadata-0.5.1.dist-info/RECORD,,