esrf-ontology


Nameesrf-ontology JSON
Version 0.1.0b0 PyPI version JSON
download
home_pagehttps://gitlab.esrf.fr/dau/ontology/esrf-ontology/
SummaryESRF Ontology
upload_time2024-03-30 05:04:48
maintainerNone
docs_urlNone
authorESRF
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ESRF Ontology

The ESRF ontology provides a python API to all ontologies used on ESRF data acquisition.

* Metadata for techniques within the photon and neutron (PaN) domain from the [PaNET Ontology](https://doi.org/10.5281/zenodo.4806026).

## Getting started

Install from pypi

```bash
pip install esrf-ontology
```

Retrieve technique metadata for one or more technique aliases

```python
from esrf_ontology.technique import get_technique_metadata

metadata = get_technique_metadata("XAS", "XRF")
```

## Documentation

https://esrf-ontology.readthedocs.io

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.esrf.fr/dau/ontology/esrf-ontology/",
    "name": "esrf-ontology",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "ESRF",
    "author_email": "wout.de_nolf@esrf.fr",
    "download_url": "https://files.pythonhosted.org/packages/9d/e0/45961d23db3b1f725de6cd2ea96d00623e7ffa7ec66b18acd922e83b6488/esrf-ontology-0.1.0b0.tar.gz",
    "platform": null,
    "description": "# ESRF Ontology\n\nThe ESRF ontology provides a python API to all ontologies used on ESRF data acquisition.\n\n* Metadata for techniques within the photon and neutron (PaN) domain from the [PaNET Ontology](https://doi.org/10.5281/zenodo.4806026).\n\n## Getting started\n\nInstall from pypi\n\n```bash\npip install esrf-ontology\n```\n\nRetrieve technique metadata for one or more technique aliases\n\n```python\nfrom esrf_ontology.technique import get_technique_metadata\n\nmetadata = get_technique_metadata(\"XAS\", \"XRF\")\n```\n\n## Documentation\n\nhttps://esrf-ontology.readthedocs.io\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ESRF Ontology",
    "version": "0.1.0b0",
    "project_urls": {
        "Documentation": "https://esrf-ontology.readthedocs.io/",
        "Homepage": "https://gitlab.esrf.fr/dau/ontology/esrf-ontology/",
        "Source": "https://gitlab.esrf.fr/dau/ontology/esrf-ontology/",
        "Tracker": "https://gitlab.esrf.fr/dau/ontology/esrf-ontology/issues/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9de045961d23db3b1f725de6cd2ea96d00623e7ffa7ec66b18acd922e83b6488",
                "md5": "7e4f539e739d6cd244f5666f6d160308",
                "sha256": "6aa8d1c1b8fe30741cfb6a7fec6b6faafa7a9179338f944c37dddbb45d574777"
            },
            "downloads": -1,
            "filename": "esrf-ontology-0.1.0b0.tar.gz",
            "has_sig": false,
            "md5_digest": "7e4f539e739d6cd244f5666f6d160308",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18246,
            "upload_time": "2024-03-30T05:04:48",
            "upload_time_iso_8601": "2024-03-30T05:04:48.517175Z",
            "url": "https://files.pythonhosted.org/packages/9d/e0/45961d23db3b1f725de6cd2ea96d00623e7ffa7ec66b18acd922e83b6488/esrf-ontology-0.1.0b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-30 05:04:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "esrf-ontology"
}
        
Elapsed time: 0.21354s