Metadata-Version: 2.1
Name: sep005-io-ashes
Version: 0.0.1
Summary: Transform Ashes .txt files with data into the data compliant with SDyPy SEP005
Author-email: Abdulelah Al-Ghuwaidi <Abdulelah.Al-Ghuwaidi@vub.be>
Maintainer-email: Abdulelah Al-Ghuwaidi <Abdulelah.Al-Ghuwaidi@vub.be>, Arsen Melnikov <melnikov.arsene@gmail.com>
License: MIT license
Project-URL: Repository, https://github.com/OWI-Lab/sep005-io-ashes
Keywords: io,Ashes,SEP005
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sdypy-sep005>=0.1.1
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: nox; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"

SEP005 <- Ashes io
-----------------------

Basic package to import data generated by Ashes.txt files compliant with
SDyPy format for timeseries as proposed in SEP005.

Installation
------------
Regular install:
```
pip install sep005-io-ashes
```
For developers:

After cloning into your folder
```
pip install -e .[dev]
```

Using the package
------------------

```
from sep005_io_ashes import read_ashes_file

filepaths = # Define file paths or path
signals = read_ashes_file(filepaths)

```
Acknowledgements
----------------
This package was developed in the framework of the
[Belfloat project](https://www.owi-lab.be/bel-float)
