Metadata-Version: 2.1
Name: aelcha
Version: 0.4.0
Summary: A Python package providing the code for Automated Electrochemical Analysis (aElChA)
Home-page: https://github.com/LukasGold/aelcha-package/
Author: Lukas Gold
Author-email: lukas.gold@isc.fraunhofer.de
License: AGPL-3.0-or-later
Project-URL: Documentation, https://github.com/LukasGold/aelcha-package/README.md
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: batt-utility
Requires-Dist: digatron-utility
Requires-Dist: maccor-utility
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: sphinx
Requires-Dist: scipy
Requires-Dist: typing-extensions
Requires-Dist: uncertainties
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

<!-- These are examples of badges you might want to add to your README:
     please update the URLs accordingly

[![Built Status](https://api.cirrus-ci.com/github/<USER>/aelcha.svg?branch=main)](https://cirrus-ci.com/github/<USER>/aelcha)
[![ReadTheDocs](https://readthedocs.org/projects/aelcha/badge/?version=latest)](https://aelcha.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/aelcha/main.svg)](https://coveralls.io/r/<USER>/aelcha)
[![PyPI-Server](https://img.shields.io/pypi/v/aelcha.svg)](https://pypi.org/project/aelcha/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/aelcha.svg)](https://anaconda.org/conda-forge/aelcha)
[![Monthly Downloads](https://pepy.tech/badge/aelcha/month)](https://pepy.tech/project/aelcha)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/aelcha)
-->

[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)

# aelcha

> A Python package providing the code for Automated Electrochemical Analysis (aElChA)

A longer description of your project goes here...


<!-- pyscaffold-notes -->

## Note

This project has been set up using PyScaffold 4.5. For details and usage
information on PyScaffold see https://pyscaffold.org/.
