Metadata-Version: 2.1
Name: lscealice
Version: 0.1.1
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 (>=2.0.1,<3.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 

- download and run the jupyter notebook `.ipynb` or python `.py` file. Make sure you have the right dependencies installed.

- You can also install it using [pipx](https://pipx.pypa.io/latest/installation/) with

```
pipx install git+https://github.com/secretpenguin75/lscealice.git
```
then run it directly from your terminal with

```
lscealice
```

- Finally, you can install it in your python distribution using pip

```
pip install lsce alice
```

Then within python run
```
import lscealice
lscealice.startUI()
```

Have fun!🐧

