Metadata-Version: 2.1
Name: tafel
Version: 2024.11.28
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.1.0
Requires-Dist: pandas>=2.2.3
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.

## Installation

```
pip install tafel
```




## For developers

### Getting started

```
pdm install
```

### Check code quality

```
pdm run check
```
