Metadata-Version: 2.1
Name: lasertram
Version: 0.1.0
Summary: For processing LA-ICP-MS data
Home-page: https://github.com/jlubbersgeo/lasertram
Author: Jordan Lubbers
Author-email: jelubber@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mendeleev>=0.14.0
Requires-Dist: numpy>=1.25.2
Requires-Dist: pandas>=2.0.3
Requires-Dist: scipy>=1.11.1
Requires-Dist: statsmodels>=0.14.0
Requires-Dist: openpyxl>=3.0.0

# lasertram
[![PyPI version](https://badge.fury.io/py/lasertram.svg)](https://badge.fury.io/py/lasertram)

Welcome to the repository for `lasertram`, a package for the time resolved analysis for processing laser ablation inductively coupled plasma mass spectrometry (LA-ICP-MS) data. It is utilized heavily in the dashboard [LaserTRAM-DB](https://github.com/jlubbersgeo/laserTRAM-DB).

## Documentation

please see the [Documentation](https://jlubbersgeo.github.io/lasertram/) for more!

## Installation

```
pip install lasertram
```

## Contributing

If you have features you'd like to see please open an issue or consider contributing yourself! I'm always happy to have help.

-- Jordan
