Metadata-Version: 2.1
Name: tafel
Version: 2025.2.12
Summary: A python package to extract Tafel slope
Author-Email: Koki Muraoka <muraok_k@chemsys.t.u-tokyo.ac.jp>
License: MIT
Requires-Python: >=3.11
Requires-Dist: optuna>=4.2.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: plotly>=6.0.0
Requires-Dist: scipy>=1.15.1
Requires-Dist: scikit-learn>=1.6.1
Requires-Dist: kaleido==0.2.1
Description-Content-Type: text/markdown

# Tafel

A command-line tool for extracting Tafel slopes from MPT files.

This tool is currently in an experimental stage.

## How to install

```
pip install tafel
```

## How to use

```
tafel path/to/mpt/file.mpt --reference-potential 0.210 --ph 13 --electrolyte-resistance 0.05
```


## For developers

### Getting started

```
pdm install
```

### Check code quality

```
pdm run check
```
