Metadata-Version: 2.1
Name: fmu-dataio
Version: 1.2.0
Summary: Facilitate data io in FMU with rich metadata
Home-page: https://github.com/equinor/fmu-dataio
Author: Equinor ASA
License: Apache 2.0
Project-URL: Documentation, https://fmu-dataio.notyet_on_readthedocs.io/
Project-URL: Issue Tracker, https://github.com/equinor/fmu-dataio/issues
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: xtgeo (>=2.16)
Requires-Dist: PyYAML
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: pyarrow ; python_version > "3.6.1"
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: autoapi ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'docs'
Requires-Dist: sphinx-togglebutton ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: fmu-config ; extra == 'tests'
Requires-Dist: termcolor ; extra == 'tests'
Requires-Dist: black (>=20.8b0) ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: isort ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-mock ; extra == 'tests'
Requires-Dist: rstcheck ; extra == 'tests'

