pymetadata 0.5.5__tar.gz → 0.5.6__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.
Potentially problematic release.
This version of pymetadata might be problematic. Click here for more details.
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.bumpversion.toml +1 -1
- {pymetadata-0.5.5 → pymetadata-0.5.6}/PKG-INFO +3 -18
- {pymetadata-0.5.5 → pymetadata-0.5.6}/README.md +2 -17
- pymetadata-0.5.6/release-notes/0.5.6.md +10 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/__init__.py +1 -1
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/core/annotation.py +6 -2
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/core/test_annotation.py +10 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.github/workflows/main.yml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.github/workflows/mypy.yml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.github/workflows/ruff.yml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.gitignore +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.pre-commit-config.yaml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.python-version +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.ruff.toml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/.zenodo.json +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/LICENSE +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/RELEASE.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/composite_annotations.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/about.txt +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/android-chrome-192x192.png +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/android-chrome-512x512.png +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/apple-touch-icon.png +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/favicon-16x16.png +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/favicon-32x32.png +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/favicon.ico +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/favicon_io.zip +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/pymetadata-100x100-300dpi.png +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/docs/images/favicon/site.webmanifest +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/pyproject.toml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.10.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.11.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.12.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.13.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.14.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.15.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.16.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.17.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.18.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.19.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.2.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.20.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.21.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.22.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.3.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.4.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.5.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.6.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.7.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.8.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.0.9.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.1.0.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.1.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.10.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.2.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.3.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.4.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.5.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.6.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.7.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.8.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.2.9.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.0.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.1.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.10.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.11.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.2.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.3.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.4.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.5.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.6.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.7.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.8.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.3.9.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.4.0.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.4.1.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.4.2.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.4.3.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.4.4.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.5.0.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.5.1.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.5.2.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.5.3.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.5.4.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/release-notes/0.5.5.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/cache.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/chebi.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/console.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/core/__init__.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/core/creator.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/core/synonym.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/core/xref.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/__init__.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/cache_path_example.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/omex_example.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/test_from_files.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/test_from_omex.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/testomex/README.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/testomex/manifest.xml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/testomex/models/omex_comp.xml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/testomex/models/omex_comp_flat.xml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/testomex/models/omex_minimal.xml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/test.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/identifiers/__init__.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/identifiers/miriam.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/identifiers/registry.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/log.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/metadata/__init__.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/metadata/eco.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/metadata/kisao.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/metadata/sbo.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/omex.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/omex_v2.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/ontologies/__init__.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/ontologies/ols.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/ontologies/ontology.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/py.typed +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/resources/ontologies/README.md +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/resources/templates/ontology_enum.pytemplate +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/unichem.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/core/test_creator.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/data/omex/BIOMD0000000001.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/data/omex/CombineArchiveShowCase.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/data/omex/CombineArchiveShowCase_manifest.xml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/data/omex/CompModels.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/data/omex/CompModels_manifest.xml +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/data/omex/iCGB21FR.omex +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_chebi.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_ols.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_omex.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_ontology.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_registry.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_sbo_kisao.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tests/test_unichem.py +0 -0
- {pymetadata-0.5.5 → pymetadata-0.5.6}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymetadata
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.6
|
|
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>
|
|
@@ -53,9 +53,9 @@ metadata in the context of COMBINE standards with source code available from
|
|
|
53
53
|
|
|
54
54
|
Features include among others
|
|
55
55
|
|
|
56
|
-
-
|
|
56
|
+
- COMBINE archive version 1 support (OMEX)
|
|
57
57
|
- annotation classes and helpers
|
|
58
|
-
- SBO and
|
|
58
|
+
- SBO, KISAO and ECO ontology enums
|
|
59
59
|
|
|
60
60
|
If you have any questions or issues please [open an issue](https://github.com/matthiaskoenig/pymetadata/issues).
|
|
61
61
|
|
|
@@ -66,8 +66,6 @@ see [omex_example.py](src/pymetadata/examples/omex_example.py).
|
|
|
66
66
|
# How to cite
|
|
67
67
|
[](https://doi.org/10.5281/zenodo.5308801)
|
|
68
68
|
|
|
69
|
-
# Contributing
|
|
70
|
-
Contributions are always welcome! Please read the [contributing guidelines](https://github.com/matthiaskoenig/pymetadata/blob/develop/.github/CONTRIBUTING.rst) to get started.
|
|
71
69
|
|
|
72
70
|
# License
|
|
73
71
|
- Source Code: [MIT](https://opensource.org/license/MIT)
|
|
@@ -84,19 +82,6 @@ can be installed via
|
|
|
84
82
|
pip install pymetadata
|
|
85
83
|
```
|
|
86
84
|
|
|
87
|
-
## Develop version
|
|
88
|
-
The latest develop version can be installed via
|
|
89
|
-
```bash
|
|
90
|
-
pip install git+https://github.com/matthiaskoenig/pymetadata.git@develop
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
Or via cloning the repository and installing via
|
|
94
|
-
```bash
|
|
95
|
-
git clone https://github.com/matthiaskoenig/pymetadata.git
|
|
96
|
-
cd pymetadata
|
|
97
|
-
pip install -e .
|
|
98
|
-
```
|
|
99
|
-
|
|
100
85
|
# Cache path
|
|
101
86
|
`pymetadata` caches some information for faster retrieval. The cache path is set to
|
|
102
87
|
|
|
@@ -13,9 +13,9 @@ metadata in the context of COMBINE standards with source code available from
|
|
|
13
13
|
|
|
14
14
|
Features include among others
|
|
15
15
|
|
|
16
|
-
-
|
|
16
|
+
- COMBINE archive version 1 support (OMEX)
|
|
17
17
|
- annotation classes and helpers
|
|
18
|
-
- SBO and
|
|
18
|
+
- SBO, KISAO and ECO ontology enums
|
|
19
19
|
|
|
20
20
|
If you have any questions or issues please [open an issue](https://github.com/matthiaskoenig/pymetadata/issues).
|
|
21
21
|
|
|
@@ -26,8 +26,6 @@ see [omex_example.py](src/pymetadata/examples/omex_example.py).
|
|
|
26
26
|
# How to cite
|
|
27
27
|
[](https://doi.org/10.5281/zenodo.5308801)
|
|
28
28
|
|
|
29
|
-
# Contributing
|
|
30
|
-
Contributions are always welcome! Please read the [contributing guidelines](https://github.com/matthiaskoenig/pymetadata/blob/develop/.github/CONTRIBUTING.rst) to get started.
|
|
31
29
|
|
|
32
30
|
# License
|
|
33
31
|
- Source Code: [MIT](https://opensource.org/license/MIT)
|
|
@@ -44,19 +42,6 @@ can be installed via
|
|
|
44
42
|
pip install pymetadata
|
|
45
43
|
```
|
|
46
44
|
|
|
47
|
-
## Develop version
|
|
48
|
-
The latest develop version can be installed via
|
|
49
|
-
```bash
|
|
50
|
-
pip install git+https://github.com/matthiaskoenig/pymetadata.git@develop
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
Or via cloning the repository and installing via
|
|
54
|
-
```bash
|
|
55
|
-
git clone https://github.com/matthiaskoenig/pymetadata.git
|
|
56
|
-
cd pymetadata
|
|
57
|
-
pip install -e .
|
|
58
|
-
```
|
|
59
|
-
|
|
60
45
|
# Cache path
|
|
61
46
|
`pymetadata` caches some information for faster retrieval. The cache path is set to
|
|
62
47
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Release notes for pymetadata 0.5.6
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
We are pleased to release the next version of pymetadata including the
|
|
5
|
+
following changes:
|
|
6
|
+
|
|
7
|
+
## Features & fixes
|
|
8
|
+
- bugfix compact ids when id starts with namespace
|
|
9
|
+
|
|
10
|
+
Your pymetadata team
|
|
@@ -184,7 +184,7 @@ class RDFAnnotation:
|
|
|
184
184
|
namespace = REGISTRY.ns_dict.get(collection, None)
|
|
185
185
|
if namespace and not namespace.namespaceEmbeddedInLui:
|
|
186
186
|
# shorter term
|
|
187
|
-
if term.lower().startswith(collection):
|
|
187
|
+
if term.lower().startswith(f"{collection}:"):
|
|
188
188
|
tokens = term.split(":")
|
|
189
189
|
term = ":".join(tokens[1:])
|
|
190
190
|
|
|
@@ -399,10 +399,14 @@ if __name__ == "__main__":
|
|
|
399
399
|
for annotation in [
|
|
400
400
|
RDFAnnotation(
|
|
401
401
|
qualifier=BQB.IS_VERSION_OF,
|
|
402
|
-
resource="
|
|
402
|
+
resource="hmdb/HMDB0000122",
|
|
403
403
|
),
|
|
404
404
|
# RDFAnnotation(
|
|
405
405
|
# qualifier=BQB.IS_VERSION_OF,
|
|
406
|
+
# resource="https://bioregistry.io/chebi:15996",
|
|
407
|
+
# ),
|
|
408
|
+
# RDFAnnotation(
|
|
409
|
+
# qualifier=BQB.IS_VERSION_OF,
|
|
406
410
|
# resource="NCIT:C75913",
|
|
407
411
|
# ),
|
|
408
412
|
# RDFAnnotation(
|
|
@@ -144,6 +144,16 @@ rdf_annotation_data = [
|
|
|
144
144
|
"https://bioregistry.io/chebi:15996",
|
|
145
145
|
"RDFAnnotation(BQB.IS|None|https://bioregistry.io/chebi:15996|bioregistry.io)",
|
|
146
146
|
),
|
|
147
|
+
(
|
|
148
|
+
BQB.IS,
|
|
149
|
+
"hmdb/HMDB0000122",
|
|
150
|
+
"RDFAnnotation(BQB.IS|hmdb|HMDB0000122|identifiers.org)",
|
|
151
|
+
),
|
|
152
|
+
(
|
|
153
|
+
BQB.IS,
|
|
154
|
+
"hmdb:HMDB0000122",
|
|
155
|
+
"RDFAnnotation(BQB.IS|hmdb|HMDB0000122|identifiers.org)",
|
|
156
|
+
),
|
|
147
157
|
]
|
|
148
158
|
|
|
149
159
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/examples/results/testomex/models/omex_comp.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymetadata-0.5.5 → pymetadata-0.5.6}/src/pymetadata/resources/templates/ontology_enum.pytemplate
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|