Metadata-Version: 2.2
Name: rockverse
Version: 0.3.4
Summary: Python tools for Computational Petrophysics
Author-email: "Rodolfo A. Victor" <rodolfo@rodolfovictor.com>
Project-URL: Homepage, https://rockverse.readthedocs.io/
Project-URL: Documentation, https://rockverse.readthedocs.io/
Project-URL: Repository, https://github.com/rodolfovictor/rockverse
Project-URL: Issues, https://github.com/rodolfovictor/rockverse/issues
Project-URL: Changelog, https://github.com/rodolfovictor/rockverse/blob/main/Changelog.md
Project-URL: Official Website, https://rockverse.readthedocs.io/
Keywords: petrophysics,well,log,well log,digital rock
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Requires-Python: <3.13,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipympl
Requires-Dist: ipython
Requires-Dist: ipyparallel
Requires-Dist: ipywidgets
Requires-Dist: jupyter
Requires-Dist: jupyterlab
Requires-Dist: matplotlib<3.10
Requires-Dist: mpi4py
Requires-Dist: nbsphinx
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pip
Requires-Dist: pydata-sphinx-theme
Requires-Dist: scipy<=1.13.1
Requires-Dist: sphinx
Requires-Dist: sphinx-copybutton
Requires-Dist: sphinx-design
Requires-Dist: sphinx_gallery
Requires-Dist: tqdm
Requires-Dist: zarr<3

<img src="docs/source/_static/RockVerse_logo_model3_for_white_background_facecolor_transparent_False.png"><br>

--------------------------------------

RockVerse: Python tools for Computational Petrophysics
======================================================

RockVerse is an open-source Python library designed to support high-performance
computational petrophysics workflows. It is optimized for large-scale simulations
and memory-intensive data processing. Leveraging state-of-the-art tools, the
library delivers optimized performance across CPU and GPU parallel computing
environments.

This project is under ongoing development as part of a post-doctoral research
initiative, and we welcome contributions, bug reports, and feature suggestions.

Documentation
-------------

Online documentation is available at [rockverse.readthedocs.io](https://rockverse.readthedocs.io),
featuring API reference, tutorials and sample gallery.

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

Follow our online [installation guide](https://rockverse.readthedocs.io/en/latest/getting_started/install.html)
to get started.

Development
-----------

RockVerse is open and hosted at Github: https://github.com/rodolfovictor/rockverse

Fell free to submit bugs to the [issue tracker](https://github.com/rodolfovictor/rockverse/issues).
Please remember to include the RockVerse version and a reproducible example demonstrating the problem.

Questions
---------

For general questions consider using StackOverflow with a [rockverse tag](https://stackoverflow.com/tags/rockverse).
