Metadata-Version: 2.4
Name: opmcpg
Version: 1.0.0
Summary: Corner Point Grid processing
Author-email: Ilshat Saifullin <I.S.Saifullin@tudelft.nl>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://gitlab.tudelft.nl/isaifullin/opm_cpg/
Keywords: grid,corner point geometry
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

[![pypi](https://img.shields.io/pypi/v/opmcpg.svg?colorB=blue)](https://pypi.org/project/opmcpg/#description)

The code in folder src\opm was taken from https://opm-project.org/ in particular https://github.com/OPM/opm-grid/tree/master/opm/grid
and upgraded to C++ using std::vector instead of pointers ans mallocto be able to expose them to python. Added pybind11.
This wheel contains only dynamic library which could be imported in python
