Metadata-Version: 2.1
Name: lscealice
Version: 0.1.10
Summary: A versatile tkinter interface to align icecore data
License: CC0-1.0
Author: Adrien Ooms
Requires-Python: >=3.10,<4.0
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.9.1,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: odfpy (>=1.4.1,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Description-Content-Type: text/markdown

# lscealice

LSCE ALICE is a python tkinter interface to align ice core data series.

_this doc file is under construction 👷‍♀️_

## Installation

Depending on your workflow, you can either 

- Install it using [pipx](https://pipx.pypa.io/latest/installation/) with

```
pipx install lscealice
```
then run it directly from your terminal with

```
lscealice
```

- Or if you don't want to install pipx, you can install it in your python distribution using pip

```
pip install lscealice
```

Then within python run

```
import lscealice
lscealice.launch()
```

## Tutorial

Tutorial and example files are available at [lscealice-tutorial](https://github.com/secretpenguin75/lscealice-tutorial)

Have fun!🐧

