Metadata-Version: 2.1
Name: open_petro_elastic
Version: 0.0.8
Summary: Utility for calculating elastic properties of petroleum fields.
Home-page: https://github.com/equinor/open_petro_elastic
Author: Equinor
Author-email: fg_sib-scout@equinor.com
License: LGPL
Description: # open_petro_elastic
        Library used for Petro elastic modelling.
        
        ## Installation
        ```
        pip install .
        ```
        
        ## Usage
        ```
        open_petro_elastic -h
        ```
        
        see [docs](docs/index.rst) for more usage instructions.
        
        ## Run tests
        ```
        pytest
        ```
        
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
