Metadata-Version: 2.4
Name: lasmnemonicsid
Version: 0.0.1b0
Summary: Well log mnemonic identification using lasio and dlisio to load LAS/DLIS files into DataFrames
Author-email: Nobleza Energy <info@nobleza-energy.com>
License: MIT
Project-URL: Homepage, https://nobleza-energy.github.io/LASMnemonicsID
Project-URL: Repository, https://github.com/Nobleza-Energy/LASMnemonicsID
Project-URL: Documentation, https://nobleza-energy.github.io/LASMnemonicsID/
Project-URL: Bug Tracker, https://github.com/Nobleza-Energy/LASMnemonicsID/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas>=2.0.1
Requires-Dist: lasio>=0.30
Requires-Dist: dlisio>=1.0.0
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5.0; extra == "docs"
Requires-Dist: mkdocs-material>=9.0.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.24.0; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Dynamic: license-file


# <img src="logo.png" height="50" valign="bottom"> LASMnemonicsID

LASMnemonicsID uses Python dictionaries with lasio and dlisio to read LAS and DLIS/LIS well log files into pandas DataFrames for mnemonic identification and analysis.

## Features

- LAS 1.2/2.0 → DataFrame (lasio)
- DLIS/LIS → DataFrame (dlisio)
- Standardized mnemonic identification via dictionaries

## Installation

```bash
pip install -r requirements.txt
```



