Metadata-Version: 1.1
Name: omf
Version: 0.9.2
Summary: API Library for Open Mining Format
Home-page: http://www.globalminingstandards.org/
Author: Global Mining Standards and Guidelines Group
Author-email: info@3ptscience.com
License: MIT License
Download-URL: http://github.com/GMSGDataExchange/omf
Description-Content-Type: UNKNOWN
Description: omf
        ***
        
        .. image:: https://img.shields.io/pypi/v/omf.svg
            :target: https://pypi.python.org/pypi/omf
            :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/omf/badge/?version=latest
            :target: http://omf.readthedocs.io/en/latest/
            :alt: Documentation
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://github.com/GMSGDataExchange/omf/blob/master/LICENSE
            :alt: MIT license
        
        .. image:: https://travis-ci.org/GMSGDataExchange/omf.svg?branch=master
            :target: https://travis-ci.org/GMSGDataExchange/omf
            :alt: Travis tests
        
        .. image:: https://codecov.io/gh/GMSGDataExchange/omf/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/GMSGDataExchange/omf
            :alt: Code coverage
        
        
        Version: 0.9.2
        
        API library for Open Mining Format, a new standard for mining data backed by
        the `Global Mining Standards & Guidelines Group <http://www.globalminingstandards.org/>`_.
        
        .. warning::
            **Pre-Release Notice**
        
            This is a Beta release of the Open Mining Format (OMF) and the associated
            Python API. The storage format and libraries might be changed in
            backward-incompatible ways and are not subject to any SLA or deprecation
            policy.
        
        Why?
        ----
        
        An open-source serialization format and API library to support data interchange
        across the entire mining community.
        
        Scope
        -----
        
        This library provides an abstracted object-based interface to the underlying
        OMF serialization format, which enables rapid development of the interface while
        allowing for future changes under the hood.
        
        Goals
        -----
        
        - The goal of Open Mining Format is to standardize data formats across the
          mining community and promote collaboration
        - The goal of the API library is to provide a well-documented, object-based
          interface for serializing OMF files
        
        Alternatives
        ------------
        
        OMF is intended to supplement the many alternative closed-source file formats
        used in the mining community.
        
        Connections
        -----------
        
        This library makes use of the `properties <https://github.com/3ptscience/properties>`_
        open-source project, which is designed and publicly supported by
        `3point Science <https://www.3ptscience.com>`_, an
        `ARANZ Geo Limited <http://www.aranzgeo.com>`_ company.
        
        Installation
        ------------
        
        To install the repository, ensure that you have
        `pip installed <https://pip.pypa.io/en/stable/installing/>`_ and run:
        
        .. code::
        
            pip install omf
        
        Or from `github <https://github.com/GMSGDataExchange/omf>`_:
        
        .. code::
        
            git clone https://github.com/GMSGDataExchange/omf.git
            cd omf
            pip install -e .
        
Keywords: mining data interchange
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
