Metadata-Version: 2.1
Name: digatron-utility
Version: 0.0.0
Summary: Utility tools for processing Digatron battery tester data
Home-page: https://github.com/OpenBattTools/digatron-utility
Author: Lukas Gold
Author-email: lukas.gold@isc.fraunhofer.de
License: AGPL-3.0-or-later
Project-URL: Documentation, https://github.com/OpenBattTools/digatron-utility
Project-URL: Source, https://github.com/OpenBattTools/digatron-utility
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: numpy
Requires-Dist: pandas
Requires-Dist: pathlib
Requires-Dist: pydantic
Requires-Dist: scipy
Requires-Dist: typing-extensions
Requires-Dist: strenum ; python_version < "3.11"
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>/digatron-utility.svg?branch=main)](https://cirrus-ci.com/github/<USER>/digatron-utility)
[![ReadTheDocs](https://readthedocs.org/projects/digatron-utility/badge/?version=latest)](https://digatron-utility.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/digatron-utility/main.svg)](https://coveralls.io/r/<USER>/digatron-utility)
[![PyPI-Server](https://img.shields.io/pypi/v/digatron-utility.svg)](https://pypi.org/project/digatron-utility/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/digatron-utility.svg)](https://anaconda.org/conda-forge/digatron-utility)
[![Monthly Downloads](https://pepy.tech/badge/digatron-utility/month)](https://pepy.tech/project/digatron-utility)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/digatron-utility)
-->

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

# digatron-utility

> Utility tools for processing Digatron battery tester data

A longer description of your project goes here...


## Legal notice
"Digatron" is a trademark of Digatron Power Electronics GmbH. This repository and its developers don't claim ownership
of the trademark or intend to infringe copyright or proprietary rights.

The software in this repository is not affiliated with [Digatron Power Electronics GmbH](https://www.digatron.com/) or
any of its subsidiaries. The software is not endorsed by Digatron Power Electronics GmbH or any of its subsidiaries.
The software is provided as is and without any warranty.

## Disclaimer
This is a work in progress. The code is not yet fully tested and may contain bugs. Use at your own risk.

## Installation
```cmd
pip install digatron-utility
```
## Usage
For examples on how to read Digatron data files, see the "examples" directory.

## Contributing
Contributions are welcome and manged with issue tracking and pull requests.

<!-- pyscaffold-notes -->

## Note

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