Metadata-Version: 2.1
Name: lasfile
Version: 0.1.3
Summary: A Python library for reading LAS files.
Project-URL: homepage, https://github.com/bzlmnop/lasfile
Keywords: las,CWLS,las logs,petrophysical logs
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# lasfile
 Library for reading CWLS Log ASCII Standard v. 1.2, 2.0, and 3.0 .las files.

## Installation
```bash
pip install lasfile
```

## Usage
```python
import lasfile

las = lasfile.LASFile(file_path='path/to/file.las')
```

## License
[MIT](https://choosealicense.com/licenses/mit/)
```
