Metadata-Version: 2.1
Name: corelab
Version: 1.0.1
Summary: Python library for 2D and 3D drillhole information visualization.
Project-URL: Homepage, https://github.com/kevinalexandr19/corelab
Author-email: "Kevin A. Gomez" <kevinalexandr19@gmail.com>
License: MIT License
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
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: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Requires-Dist: ipywidgets>=7.7.2
Requires-Dist: numba>=0.57.1
Requires-Dist: numpy>=1.24.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: plotly>=5.4.0
Requires-Dist: scipy>=1.10.1
Requires-Dist: tqdm>=4.64.0
Description-Content-Type: text/markdown

# core3d.py

Python library for 2D and 3D drillhole information visualization
Note: data cleaning and validation is recommended before using this library
Requires: numpy, pandas, numba, ipywidgets, scipy, tqdm, plotly

Copyright 2023, kevinalexandr19
This software may be modified and distributed under the terms of the MIT license.
See the LICENSE file for details.