lasmnemonicsid 0.0.1b0__py3-none-any.whl → 0.0.1rc0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lasmnemonicsid
3
- Version: 0.0.1b0
3
+ Version: 0.0.1rc0
4
4
  Summary: Well log mnemonic identification using lasio and dlisio to load LAS/DLIS files into DataFrames
5
5
  Author-email: Nobleza Energy <info@nobleza-energy.com>
6
6
  License: MIT
@@ -37,21 +37,47 @@ Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
37
37
  Dynamic: license-file
38
38
 
39
39
 
40
- # <img src="logo.png" height="50" valign="bottom"> LASMnemonicsID
40
+ <p align="center">
41
+ <img src="https://raw.githubusercontent.com/Nobleza-Energy/LASMnemonicsID/main/logo.png" alt="LASMnemonicsID Logo" width="200"/>
42
+ </p>
41
43
 
42
- 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.
44
+ <h1 align="center">LASMnemonicsID</h1>
43
45
 
44
- ## Features
46
+ <p align="center">
47
+ <b>Well log mnemonic identification using lasio and dlisio</b>
48
+ </p>
45
49
 
46
- - LAS 1.2/2.0 → DataFrame (lasio)
47
- - DLIS/LIS DataFrame (dlisio)
48
- - Standardized mnemonic identification via dictionaries
50
+ <p align="center">
51
+ <a href="https://pypi.org/project/lasmnemonicsid/"><img src="https://img.shields.io/pypi/v/lasmnemonicsid.svg" alt="PyPI"></a>
52
+ <a href="https://pypi.org/project/lasmnemonicsid/"><img src="https://img.shields.io/pypi/pyversions/lasmnemonicsid.svg" alt="Python Versions"></a>
53
+ <a href="https://github.com/Nobleza-Energy/LASMnemonicsID/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Nobleza-Energy/LASMnemonicsID.svg" alt="License"></a>
54
+ </p>
49
55
 
50
- ## Installation
56
+ ---
57
+
58
+ ## 📦 Installation
51
59
 
52
60
  ```bash
53
- pip install -r requirements.txt
61
+ pip install lasmnemonicsid
62
+ ```
63
+
64
+
65
+
66
+ ## 🚀 QuickStart
54
67
  ```
68
+ from LASMnemonicsID.LAS import parseLAS
55
69
 
70
+ # Load LAS file
71
+ df = parseLAS("your_well.las")
72
+ print(df.head())
73
+ ```
56
74
 
75
+ ## 🧪 Test with your Data
76
+ ```
77
+ from LASMnemonicsID.LAS import parseLAS
57
78
 
79
+ # Load and inspect
80
+ df = parseLAS("path/to/well.las")
81
+ print(f"✅ {len(df)} rows, {len(df.columns)} curves")
82
+ print(df.columns.tolist())
83
+ ```
@@ -4,8 +4,8 @@ LASMnemonicsID/LAS/LAS.py,sha256=7WRetjZG9-M39KNxpUisAkbh8mv60BWW-uTEUkwvkF8,384
4
4
  LASMnemonicsID/LAS/__init__.py,sha256=4cNesZ581Cl_PN_c4DHTGfkc5HiKtnbhP81vJ6-3nPM,187
5
5
  LASMnemonicsID/utils/__init__.py,sha256=ree81DUTsdjXfO3h-q7YyNrV6mTIKSGxgWPWGGTSVU0,1388
6
6
  LASMnemonicsID/utils/mnemonics.py,sha256=EKh_uecG9rszA6jYwySyVaPLv4525pzn9DVbtBe5V9Y,7257
7
- lasmnemonicsid-0.0.1b0.dist-info/licenses/LICENSE,sha256=6r9JOUiNw1exfcc0jlOi50fDStidfqyQ2PAYQh4lzEQ,1071
8
- lasmnemonicsid-0.0.1b0.dist-info/METADATA,sha256=4yXZSDYm-7vX4vcUVqdLXCmkjlxj2-SQEZ6HCzfRXLM,2068
9
- lasmnemonicsid-0.0.1b0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- lasmnemonicsid-0.0.1b0.dist-info/top_level.txt,sha256=bdt6EHMrwbzFA9jA_xbTqRrOV6T4zDs3QojjEz8HSBk,15
11
- lasmnemonicsid-0.0.1b0.dist-info/RECORD,,
7
+ lasmnemonicsid-0.0.1rc0.dist-info/licenses/LICENSE,sha256=6r9JOUiNw1exfcc0jlOi50fDStidfqyQ2PAYQh4lzEQ,1071
8
+ lasmnemonicsid-0.0.1rc0.dist-info/METADATA,sha256=adT1iKMDbRa5lUv-7Ivuedgl0KWJSEUk-I57EHkfTzA,2814
9
+ lasmnemonicsid-0.0.1rc0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ lasmnemonicsid-0.0.1rc0.dist-info/top_level.txt,sha256=bdt6EHMrwbzFA9jA_xbTqRrOV6T4zDs3QojjEz8HSBk,15
11
+ lasmnemonicsid-0.0.1rc0.dist-info/RECORD,,