Metadata-Version: 2.1
Name: sep005-io-fast
Version: 0.0.2
Summary: Transform Openfast FAST.out 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-fast
Keywords: io,fast,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 <- FAST io
-----------------

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

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

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

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

```
from sep005_io_fast import read_fast_file

file_path = # Path to the FAST.out file of interest
signals = read_fast_file(file_path)
```
Acknowledgements
----------------
This package was developed in the framework of the
[Belfloat project](https://www.owi-lab.be/bel-float)
