pymetadata


Namepymetadata JSON
Version 0.5.2 PyPI version JSON
download
home_pageNone
Summarypymetadata are python utilities for working with metadata.
upload_time2025-01-08 12:38:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords combine annotation archive metadata modeling standardization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![pymetadata logo](https://github.com/matthiaskoenig/pymetadata/raw/develop/docs/images/favicon/pymetadata-100x100-300dpi.png)

# pymetadata: python utilities for metadata and COMBINE archives
[![GitHub Actions CI/CD Status](https://github.com/matthiaskoenig/pymetadata/workflows/CI-CD/badge.svg)](https://github.com/matthiaskoenig/pymetadata/actions/workflows/main.yml)
[![Version](https://img.shields.io/pypi/v/pymetadata.svg)](https://pypi.org/project/pymetadata/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pymetadata.svg)](https://pypi.org/project/pymetadata/)
[![MIT License](https://img.shields.io/pypi/l/pymetadata.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5308801.svg)](https://doi.org/10.5281/zenodo.5308801)

pymetadata is a collection of python utilities for working with
metadata in the context of COMBINE standards with source code available from 
[https://github.com/matthiaskoenig/pymetadata](https://github.com/matthiaskoenig/pymetadata).

Features include among others

- COMBINE archive version 1 support (OMEX)
- annotation classes and helpers
- SBO and KISAO ontology enums
 
If you have any questions or issues please [open an issue](https://github.com/matthiaskoenig/pymetadata/issues).

# Documentation
Documentation is still work in progress. For an example usage of the COMBINE archive
see [omex_example.py](src/pymetadata/examples/omex_example.py).

# How to cite
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5308801.svg)](https://doi.org/10.5281/zenodo.5308801)

# Contributing
Contributions are always welcome! Please read the [contributing guidelines](https://github.com/matthiaskoenig/pymetadata/blob/develop/.github/CONTRIBUTING.rst) to get started.

# License
- Source Code: [MIT](https://opensource.org/license/MIT)
- Documentation: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)

# Funding
Matthias König (MK) was supported by the Federal Ministry of Education and Research (BMBF, Germany) within the research network Systems Medicine of the Liver (**LiSyM**, grant number 031L0054). MK is supported by the Federal Ministry of Education and Research (BMBF, Germany) within ATLAS by grant number 031L0304B and by the German Research Foundation (DFG) within the Research Unit Program FOR 5151 QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection - A Systems Medicine Approach) by grant number 436883643 and by grant number 465194077 (Priority Programme SPP 2311, Subproject SimLivA).

# Installation
`pymetadata` is available from [pypi](https://pypi.python.org/pypi/pymetadata) and 
can be installed via

```bash
pip install pymetadata
```

## Develop version
The latest develop version can be installed via
```bash
pip install git+https://github.com/matthiaskoenig/pymetadata.git@develop
```

Or via cloning the repository and installing via
```bash
git clone https://github.com/matthiaskoenig/pymetadata.git
cd pymetadata
pip install -e .
```

# Cache path
`pymetadata` caches some information for faster retrieval. The cache path is set to

```python
CACHE_PATH: Path = Path.home() / ".cache" / "pymetadata"
```

To use a custom cache path use

```python
import pymetadata
pymetadata.CACHE_PATH = <cache_path>
```

© 2021-2025 Matthias König

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pymetadata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Matthias K\u00f6nig <konigmatt@googlemail.com>",
    "keywords": "COMBINE, annotation, archive, metadata, modeling, standardization",
    "author": null,
    "author_email": "Matthias K\u00f6nig <konigmatt@googlemail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ee/1b/71f30f2996768ad8dc422ced4737602b8a4a4fa88ddbe054752cb46e301a/pymetadata-0.5.2.tar.gz",
    "platform": null,
    "description": "![pymetadata logo](https://github.com/matthiaskoenig/pymetadata/raw/develop/docs/images/favicon/pymetadata-100x100-300dpi.png)\n\n# pymetadata: python utilities for metadata and COMBINE archives\n[![GitHub Actions CI/CD Status](https://github.com/matthiaskoenig/pymetadata/workflows/CI-CD/badge.svg)](https://github.com/matthiaskoenig/pymetadata/actions/workflows/main.yml)\n[![Version](https://img.shields.io/pypi/v/pymetadata.svg)](https://pypi.org/project/pymetadata/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/pymetadata.svg)](https://pypi.org/project/pymetadata/)\n[![MIT License](https://img.shields.io/pypi/l/pymetadata.svg)](https://opensource.org/licenses/MIT)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5308801.svg)](https://doi.org/10.5281/zenodo.5308801)\n\npymetadata is a collection of python utilities for working with\nmetadata in the context of COMBINE standards with source code available from \n[https://github.com/matthiaskoenig/pymetadata](https://github.com/matthiaskoenig/pymetadata).\n\nFeatures include among others\n\n- COMBINE archive version 1 support (OMEX)\n- annotation classes and helpers\n- SBO and KISAO ontology enums\n \nIf you have any questions or issues please [open an issue](https://github.com/matthiaskoenig/pymetadata/issues).\n\n# Documentation\nDocumentation is still work in progress. For an example usage of the COMBINE archive\nsee [omex_example.py](src/pymetadata/examples/omex_example.py).\n\n# How to cite\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5308801.svg)](https://doi.org/10.5281/zenodo.5308801)\n\n# Contributing\nContributions are always welcome! Please read the [contributing guidelines](https://github.com/matthiaskoenig/pymetadata/blob/develop/.github/CONTRIBUTING.rst) to get started.\n\n# License\n- Source Code: [MIT](https://opensource.org/license/MIT)\n- Documentation: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)\n\n# Funding\nMatthias K\u00f6nig (MK) was supported by the Federal Ministry of Education and Research (BMBF, Germany) within the research network Systems Medicine of the Liver (**LiSyM**, grant number 031L0054). MK is supported by the Federal Ministry of Education and Research (BMBF, Germany) within ATLAS by grant number 031L0304B and by the German Research Foundation (DFG) within the Research Unit Program FOR 5151 QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection - A Systems Medicine Approach) by grant number 436883643 and by grant number 465194077 (Priority Programme SPP 2311, Subproject SimLivA).\n\n# Installation\n`pymetadata` is available from [pypi](https://pypi.python.org/pypi/pymetadata) and \ncan be installed via\n\n```bash\npip install pymetadata\n```\n\n## Develop version\nThe latest develop version can be installed via\n```bash\npip install git+https://github.com/matthiaskoenig/pymetadata.git@develop\n```\n\nOr via cloning the repository and installing via\n```bash\ngit clone https://github.com/matthiaskoenig/pymetadata.git\ncd pymetadata\npip install -e .\n```\n\n# Cache path\n`pymetadata` caches some information for faster retrieval. The cache path is set to\n\n```python\nCACHE_PATH: Path = Path.home() / \".cache\" / \"pymetadata\"\n```\n\nTo use a custom cache path use\n\n```python\nimport pymetadata\npymetadata.CACHE_PATH = <cache_path>\n```\n\n\u00a9 2021-2025 Matthias K\u00f6nig\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "pymetadata are python utilities for working with metadata.",
    "version": "0.5.2",
    "project_urls": null,
    "split_keywords": [
        "combine",
        " annotation",
        " archive",
        " metadata",
        " modeling",
        " standardization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86632d2c94844de218f91d8546754fa7a8baa792955806e44e8c3dfcc522390b",
                "md5": "e62ff1d44cf89c3c2e8acabdb2f9a0ba",
                "sha256": "4455c7247aae2155c04b6b31b3935976cfd4fa9239b28d5218eab3ca0f87974a"
            },
            "downloads": -1,
            "filename": "pymetadata-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e62ff1d44cf89c3c2e8acabdb2f9a0ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 201497,
            "upload_time": "2025-01-08T12:38:17",
            "upload_time_iso_8601": "2025-01-08T12:38:17.477630Z",
            "url": "https://files.pythonhosted.org/packages/86/63/2d2c94844de218f91d8546754fa7a8baa792955806e44e8c3dfcc522390b/pymetadata-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee1b71f30f2996768ad8dc422ced4737602b8a4a4fa88ddbe054752cb46e301a",
                "md5": "2cc2e8b97c8eacd22af71c53153a65f7",
                "sha256": "b705704b524dea064d31a83c300beb9bf9a0484c53ace03a37c56698a5d8c092"
            },
            "downloads": -1,
            "filename": "pymetadata-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2cc2e8b97c8eacd22af71c53153a65f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3208963,
            "upload_time": "2025-01-08T12:38:20",
            "upload_time_iso_8601": "2025-01-08T12:38:20.435235Z",
            "url": "https://files.pythonhosted.org/packages/ee/1b/71f30f2996768ad8dc422ced4737602b8a4a4fa88ddbe054752cb46e301a/pymetadata-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-08 12:38:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymetadata"
}
        
Elapsed time: 3.28292s