Metadata-Version: 2.4
Name: geoh5-interop
Version: 1.3.1
Summary: A meta-package that groups together packages for interoperability between GEOH5 and other file formats.
License-Expression: MIT
License-File: LICENSE
Keywords: data format,data,earth science,open science,geoh5,geology,geophysics,geoscience,interoperability,io,lasio,las-files,log-ascii-standard,mining,well-logs,wireline,well-log
Author: Mira Geoscience
Author-email: support@mirageoscience.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: geoh5py (>=0.12.1rc1,<0.13.dev0)
Requires-Dist: las-geoh5 (>=0.3.2rc1,<0.4.dev0)
Requires-Dist: mira-omf (>=3.3.2rc1,<3.4.dev0)
Project-URL: Homepage, https://www.mirageoscience.com/mining-industry-software/python-integration/
Project-URL: Repository, https://github.com/MiraGeoscience/geoh5py-interop
Description-Content-Type: text/x-rst

|version| |status| |pyversions|


.. |version| image:: https://img.shields.io/pypi/v/geoh5-interop.svg
    :alt: version on PyPI
    :target: https://pypi.python.org/pypi/geoh5-interop/

.. |status| image:: https://img.shields.io/pypi/status/geoh5-interop.svg
    :alt: version status on PyPI
    :target: https://pypi.python.org/pypi/geoh5-interop/

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/geoh5-interop.svg
    :alt: Python versions
    :target: https://pypi.python.org/pypi/geoh5-interop/


geoh5-interop: GEOH5 Interoperability meta-package
==================================================

A meta-package that groups together packages for interoperability between GEOH5 and other file formats.

This meta-package collects the following packages:

- `geoh5py <https://github.com/MiraGeoscience/geoh5py>`_
- `mira-omf <https://github.com/MiraGeoscience/omf>`_
- `las-geoh5 <https://github.com/MiraGeoscience/las-geoh5>`_

See the individual package documentation for more information.

Installation
------------

To install the **geoh5-interop** package published on PyPI:

.. code-block:: bash

    pip install geoh5-interop


License
-------

MIT License

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Copyright
---------

Copyright (c) 2024-2026 Mira Geoscience Ltd.

