Metadata-Version: 2.1
Name: quick_pp
Version: 0.1.13
Summary: Python package to assist in providing quick-look/ preliminary petrophysical estimation.
Home-page: https://github.com/imranfadhil/quick_pp
Author: Imran Fadhil
Author-email: imranfadhil@gmail.com
License: MIT license
Keywords: quick_pp,petrophysics,geoscience,well log analysis
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: ruptures
Requires-Dist: welly
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: statsmodels

========
quick_pp
========


.. image:: https://img.shields.io/pypi/v/quick_pp.svg
        :target: https://pypi.python.org/pypi/quick_pp

.. image:: https://readthedocs.org/projects/quick-pp/badge/?version=latest
        :target: https://quick-pp.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python package to assist in providing quick-look/ preliminary petrophysical estimation.


* Free software: MIT license
* Documentation: https://quick-pp.readthedocs.io.


Features
--------

* TODO


=======
History
=======

0.1.0 (2023-10-08)
------------------
* First release on PyPI.

0.1.2 (2024-01-19)
------------------
* Refactor config.

0.1.3 (2024-01-20)
------------------
* Update requirements.

0.1.4 (2024-02-04)
------------------
* Update docstrings.

0.1.5 (2024-06-05)
------------------
* Add core calibration module.

0.1.8 (2024-06-24)
------------------
* Update requirements.

0.1.9 (2024-07-12)
------------------
* Refactor SSC module.

0.1.10 (2024-07-15)
-------------------
* Update documentation in readthedocs.

0.1.11 (2024-07-17)
-------------------
* Update requirements to fix security risks.

0.1.12 (2024-09-12)
-------------------
* Update min max function and notebook examples.

0.1.13 (2024-10-04)
-------------------
* Add hydrocarbon typing based on gas composition.
* Add geomechanics module.
* Add quick compare function.
* Update estimate vsh_gr function.
* Update porosity and qaqc module.
