fmu-dataio


Namefmu-dataio JSON
Version 2.1.1 PyPI version JSON
download
home_page
SummaryFacilitate data io in FMU with rich metadata
upload_time2024-03-18 12:12:38
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache 2.0
keywords fmu sumo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fmu-dataio

![linting](https://github.com/equinor/fmu-dataio/workflows/linting/badge.svg)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI version](https://badge.fury.io/py/fmu-dataio.svg)](https://badge.fury.io/py/fmu-dataio)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fmu-dataio.svg)
![PyPI - License](https://img.shields.io/pypi/l/fmu-dataio.svg)
![ReadTheDocs](https://readthedocs.org/projects/fmu-dataio/badge/?version=latest&style=flat)

**fmu-dataio** is a library for handling data flow in and out of Fast Model Update workflows.
For export, it automates the adherence to the FMU data standard ✅ including both file and folder
conventions as well as richer metadata 🔖 for use by various data consumers both inside and
outside the FMU context via Sumo.

**fmu-dataio** is designed to be used with the same syntax in all parts of an FMU workflow, 
including post- and pre-processing jobs and as part of ERT `FORWARD_MODEL`, both inside and outside RMS.

👉 [Detailed documentation for fmu-dataio at Read the Docs.](https://fmu-dataio.readthedocs.io/en/latest/) 👀

**fmu-dataio** is also showcased in Drogon. 💪

## Data standard definitions
![Radix](https://api.radix.equinor.com/api/v1/applications/fmu-schemas/environments/dev/buildstatus)

The metadata standard is defined by a [JSON schema](https://json-schema.org/). Within Equinor,
the schema is available on a Radix-hosted endpoint ⚡

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fmu-dataio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "fmu,sumo",
    "author": "",
    "author_email": "Equinor <xxxxx@equinor.com>",
    "download_url": "https://files.pythonhosted.org/packages/5b/dd/5c25dcc54325e927e76c5459f05367ca606a2cf69b1e01e9a24cdf8f320d/fmu-dataio-2.1.1.tar.gz",
    "platform": null,
    "description": "# fmu-dataio\n\n![linting](https://github.com/equinor/fmu-dataio/workflows/linting/badge.svg)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![PyPI version](https://badge.fury.io/py/fmu-dataio.svg)](https://badge.fury.io/py/fmu-dataio)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fmu-dataio.svg)\n![PyPI - License](https://img.shields.io/pypi/l/fmu-dataio.svg)\n![ReadTheDocs](https://readthedocs.org/projects/fmu-dataio/badge/?version=latest&style=flat)\n\n**fmu-dataio** is a library for handling data flow in and out of Fast Model Update workflows.\nFor export, it automates the adherence to the FMU data standard \u2705 including both file and folder\nconventions as well as richer metadata \ud83d\udd16 for use by various data consumers both inside and\noutside the FMU context via Sumo.\n\n**fmu-dataio** is designed to be used with the same syntax in all parts of an FMU workflow, \nincluding post- and pre-processing jobs and as part of ERT `FORWARD_MODEL`, both inside and outside RMS.\n\n\ud83d\udc49 [Detailed documentation for fmu-dataio at Read the Docs.](https://fmu-dataio.readthedocs.io/en/latest/) \ud83d\udc40\n\n**fmu-dataio** is also showcased in Drogon. \ud83d\udcaa\n\n## Data standard definitions\n![Radix](https://api.radix.equinor.com/api/v1/applications/fmu-schemas/environments/dev/buildstatus)\n\nThe metadata standard is defined by a [JSON schema](https://json-schema.org/). Within Equinor,\nthe schema is available on a Radix-hosted endpoint \u26a1\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Facilitate data io in FMU with rich metadata",
    "version": "2.1.1",
    "project_urls": {
        "Documentation": "https://fmu-dataio.readthedocs.io",
        "Homepage": "https://github.com/equinor/fmu-dataio",
        "Issues": "https://github.com/equinor/fmu-dataio/issues",
        "Repository": "https://github.com/equinor/fmu-dataio"
    },
    "split_keywords": [
        "fmu",
        "sumo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c20377c0ecac8ba34d63a2ba14b47db9ed428baffe447afacdf8d3e17dd1ee6",
                "md5": "70a3b7cee3ff050701f341e470f4f2b3",
                "sha256": "a1b4c770e7077eb8ef23a6659de7e6d8904cd08faf777dfaa3e2272cc52d2332"
            },
            "downloads": -1,
            "filename": "fmu_dataio-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70a3b7cee3ff050701f341e470f4f2b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 72139,
            "upload_time": "2024-03-18T12:12:36",
            "upload_time_iso_8601": "2024-03-18T12:12:36.210320Z",
            "url": "https://files.pythonhosted.org/packages/5c/20/377c0ecac8ba34d63a2ba14b47db9ed428baffe447afacdf8d3e17dd1ee6/fmu_dataio-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bdd5c25dcc54325e927e76c5459f05367ca606a2cf69b1e01e9a24cdf8f320d",
                "md5": "fdc2dc4fb7d720e69a1e4b6418b2bbd8",
                "sha256": "33e68ec40e1e148d50da01d7edb09f9ce29f3a88a226b2c0d44c59304eda19c5"
            },
            "downloads": -1,
            "filename": "fmu-dataio-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fdc2dc4fb7d720e69a1e4b6418b2bbd8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14316829,
            "upload_time": "2024-03-18T12:12:38",
            "upload_time_iso_8601": "2024-03-18T12:12:38.699768Z",
            "url": "https://files.pythonhosted.org/packages/5b/dd/5c25dcc54325e927e76c5459f05367ca606a2cf69b1e01e9a24cdf8f320d/fmu-dataio-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 12:12:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "equinor",
    "github_project": "fmu-dataio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fmu-dataio"
}
        
Elapsed time: 0.25538s