sep005-io-ashes


Namesep005-io-ashes JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryTransform Ashes .txt files with data into the data compliant with SDyPy SEP005
upload_time2024-04-25 14:22:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT license
keywords io ashes sep005
VCS
bugtrack_url
requirements sdypy-sep005 pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sep005-io-ashes",
    "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, Ashes, SEP005",
    "author": null,
    "author_email": "Abdulelah Al-Ghuwaidi <Abdulelah.Al-Ghuwaidi@vub.be>",
    "download_url": "https://files.pythonhosted.org/packages/f9/9a/14bdc5eb32613e956a839ccc5a16bb03656ebdc6816e449e318b2f5f1bea/sep005_io_ashes-0.0.1.tar.gz",
    "platform": null,
    "description": "SEP005 <- Ashes io\n-----------------------\n\nBasic package to import data generated by Ashes.txt files compliant with\nSDyPy format for timeseries as proposed in SEP005.\n\nInstallation\n------------\nRegular install:\n```\npip install sep005-io-ashes\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_ashes import read_ashes_file\n\nfilepaths = # Define file paths or path\nsignals = read_ashes_file(filepaths)\n\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 Ashes .txt files with data into the data compliant with SDyPy SEP005",
    "version": "0.0.1",
    "project_urls": {
        "Repository": "https://github.com/OWI-Lab/sep005-io-ashes"
    },
    "split_keywords": [
        "io",
        " ashes",
        " sep005"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75a9035804350251909a2c8a15bff29a21cc69d60bd7765fea4a5e8346ed5e40",
                "md5": "b6a7a7ffd3a470f353b476dd41137ebb",
                "sha256": "78630336ac88a2e7721b8c185673d91527a15891260fa01b08366d01c671ccbc"
            },
            "downloads": -1,
            "filename": "sep005_io_ashes-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6a7a7ffd3a470f353b476dd41137ebb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3692,
            "upload_time": "2024-04-25T14:22:42",
            "upload_time_iso_8601": "2024-04-25T14:22:42.487788Z",
            "url": "https://files.pythonhosted.org/packages/75/a9/035804350251909a2c8a15bff29a21cc69d60bd7765fea4a5e8346ed5e40/sep005_io_ashes-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f99a14bdc5eb32613e956a839ccc5a16bb03656ebdc6816e449e318b2f5f1bea",
                "md5": "2de5bb6700f2676a971022f24582b0aa",
                "sha256": "8701eee30322e4371f0d5e8c6163c6d8fe9ddc65954a1f4fd8b95f3f00013dd1"
            },
            "downloads": -1,
            "filename": "sep005_io_ashes-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2de5bb6700f2676a971022f24582b0aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3974,
            "upload_time": "2024-04-25T14:22:43",
            "upload_time_iso_8601": "2024-04-25T14:22:43.994622Z",
            "url": "https://files.pythonhosted.org/packages/f9/9a/14bdc5eb32613e956a839ccc5a16bb03656ebdc6816e449e318b2f5f1bea/sep005_io_ashes-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 14:22:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OWI-Lab",
    "github_project": "sep005-io-ashes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "sdypy-sep005",
            "specs": [
                [
                    ">=",
                    "0.1.1"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "sep005-io-ashes"
}
        
Elapsed time: 0.23313s