sep005-io-fast


Namesep005-io-fast JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryTransform Openfast FAST.out data into the data compliant with SDyPy SEP005
upload_time2024-04-25 08:21:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT license
keywords io fast sep005
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sep005-io-fast",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Abdulelah Al-Ghuwaidi <Abdulelah.Al-Ghuwaidi@vub.be>, Arsen Melnikov <melnikov.arsene@gmail.com>",
    "keywords": "io, fast, SEP005",
    "author": null,
    "author_email": "Abdulelah Al-Ghuwaidi <Abdulelah.Al-Ghuwaidi@vub.be>",
    "download_url": "https://files.pythonhosted.org/packages/72/bd/8ce3014d838904fddfdfa2b3ee49ac21035c402f7473d333e86109b3b4d8/sep005_io_fast-0.0.2.tar.gz",
    "platform": null,
    "description": "SEP005 <- FAST io\n-----------------\n\nBasic package to import data generated by FAST.out files compliant with\nSDyPy format for timeseries as proposed in SEP005.\n\nInstallation\n------------\nRegular install:\n```\npip install sep005-io-fast\n```\nFor developers:\n\nAfter cloning into your folder\n```\npip install -e .[dev]\n```\n\nUsing the package\n-----------------\n\n```\nfrom sep005_io_fast import read_fast_file\n\nfile_path = # Path to the FAST.out file of interest\nsignals = read_fast_file(file_path)\n```\nAcknowledgements\n----------------\nThis package was developed in the framework of the\n[Belfloat project](https://www.owi-lab.be/bel-float)\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Transform Openfast FAST.out data into the data compliant with SDyPy SEP005",
    "version": "0.0.2",
    "project_urls": {
        "Repository": "https://github.com/OWI-Lab/sep005-io-fast"
    },
    "split_keywords": [
        "io",
        " fast",
        " sep005"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3eb6e6a22e0c6cf587eb93db0b031aa0470a29632cfa7adc866b40bef4d1dbd",
                "md5": "b14987871db00dd5f29f5e7ecf702370",
                "sha256": "f5c5a9ab4e5d5f861b150e6b2c6353ad7038553d52a76c3f02bacf32515bfb0d"
            },
            "downloads": -1,
            "filename": "sep005_io_fast-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b14987871db00dd5f29f5e7ecf702370",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2906,
            "upload_time": "2024-04-25T08:21:18",
            "upload_time_iso_8601": "2024-04-25T08:21:18.483487Z",
            "url": "https://files.pythonhosted.org/packages/c3/eb/6e6a22e0c6cf587eb93db0b031aa0470a29632cfa7adc866b40bef4d1dbd/sep005_io_fast-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72bd8ce3014d838904fddfdfa2b3ee49ac21035c402f7473d333e86109b3b4d8",
                "md5": "ee2db9a795fd8f5f897864f6a053f9e1",
                "sha256": "c9e8c72fbc1850a742b281937aeef23e8ca0b6307968ad2cd5ee5dbc462c0d72"
            },
            "downloads": -1,
            "filename": "sep005_io_fast-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ee2db9a795fd8f5f897864f6a053f9e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3050,
            "upload_time": "2024-04-25T08:21:20",
            "upload_time_iso_8601": "2024-04-25T08:21:20.119926Z",
            "url": "https://files.pythonhosted.org/packages/72/bd/8ce3014d838904fddfdfa2b3ee49ac21035c402f7473d333e86109b3b4d8/sep005_io_fast-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 08:21:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OWI-Lab",
    "github_project": "sep005-io-fast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "sep005-io-fast"
}
        
Elapsed time: 0.24385s