sep005-io-parquet


Namesep005-io-parquet JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/OWI-Lab
SummaryParquet file read functions compliant with SDyPy SEP005
upload_time2024-02-20 15:08:08
maintainerWout Weijtjens
docs_urlNone
authorWout Weijtjens
requires_python
licenseMIT license
keywords io parquet sep005
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SEP005 parquet io
-----------------------

Basic package to import data collected from FBGS data compliant with
SDyPy format for timeseries as proposed in SEP005.

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

    .. code-block:: python

        from sep005_io_parquet import read_parquet

        file_path = # Path to the parquet file of interest
        signals = read_parquet(file_path)

Acknowledgements
----------------

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OWI-Lab",
    "name": "sep005-io-parquet",
    "maintainer": "Wout Weijtjens",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "wout.weijtjens@vub.be",
    "keywords": "io,parquet,SEP005",
    "author": "Wout Weijtjens",
    "author_email": "wout.weijtjens@vub.be",
    "download_url": "https://files.pythonhosted.org/packages/3e/b3/ca9b4370054e9428ae4103bd555f4315b5839b0e14526f9021b8af914d08/sep005_io_parquet-0.0.6.tar.gz",
    "platform": null,
    "description": "SEP005 parquet io\n-----------------------\n\nBasic package to import data collected from FBGS data compliant with\nSDyPy format for timeseries as proposed in SEP005.\n\nUsing the package\n------------------\n\n    .. code-block:: python\n\n        from sep005_io_parquet import read_parquet\n\n        file_path = # Path to the parquet file of interest\n        signals = read_parquet(file_path)\n\nAcknowledgements\n----------------\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Parquet file read functions compliant with SDyPy SEP005",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/OWI-Lab"
    },
    "split_keywords": [
        "io",
        "parquet",
        "sep005"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c55d03ef95cea08bf57aa0a24e3c6b10a1d9cbe24a6ab0f35c985d7c0067fc5f",
                "md5": "04c259e5ab9ebfa5bb3a97624c50f0c9",
                "sha256": "dfce6bedecd690d2c30f7b4174c222f87d70f97d61ab47ecc9c4c80e570cdb71"
            },
            "downloads": -1,
            "filename": "sep005_io_parquet-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04c259e5ab9ebfa5bb3a97624c50f0c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3330,
            "upload_time": "2024-02-20T15:08:06",
            "upload_time_iso_8601": "2024-02-20T15:08:06.872732Z",
            "url": "https://files.pythonhosted.org/packages/c5/5d/03ef95cea08bf57aa0a24e3c6b10a1d9cbe24a6ab0f35c985d7c0067fc5f/sep005_io_parquet-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3eb3ca9b4370054e9428ae4103bd555f4315b5839b0e14526f9021b8af914d08",
                "md5": "d5619a0a2efbfd6413ce6f9df02b71bb",
                "sha256": "68938e921e9e30cda43f378d608b76bc4f0ef0dde969fe8d7792363cb3ad0b6d"
            },
            "downloads": -1,
            "filename": "sep005_io_parquet-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d5619a0a2efbfd6413ce6f9df02b71bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4112,
            "upload_time": "2024-02-20T15:08:08",
            "upload_time_iso_8601": "2024-02-20T15:08:08.753448Z",
            "url": "https://files.pythonhosted.org/packages/3e/b3/ca9b4370054e9428ae4103bd555f4315b5839b0e14526f9021b8af914d08/sep005_io_parquet-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 15:08:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sep005-io-parquet"
}
        
Elapsed time: 0.18569s