sdypy-io-tdms


Namesdypy-io-tdms JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/sdypy
SummaryTDMS file read and write functions compliant with SDyPy SEP5
upload_time2023-08-09 13:37:00
maintainerWout Weijtjens
docs_urlNone
authorWout Weijtjens
requires_python
licenseMIT license
keywords io tdms sep5
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SDyPy TDMS io
-----------------------

Basic package to import National Instruments .tdms files in a way complient with
SDyPy format for timeseries as proposed in SEP005.

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

    .. code-block:: python

        from sdypy_io_tdms import read_tdms

        file_path = # Path to the tdms file of interest
        signals = read_tdms(file_path)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sdypy",
    "name": "sdypy-io-tdms",
    "maintainer": "Wout Weijtjens",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "wout.weijtjens@vub.be",
    "keywords": "io,tdms,SEP5",
    "author": "Wout Weijtjens",
    "author_email": "wout.weijtjens@vub.be",
    "download_url": "https://files.pythonhosted.org/packages/bf/f6/d6dc4da480a977070d2d4e814d477b18bccbcb08c3b1f4bdae8a69c851b3/sdypy_io_tdms-0.1.0.tar.gz",
    "platform": null,
    "description": "SDyPy TDMS io\n-----------------------\n\nBasic package to import National Instruments .tdms files in a way complient with\nSDyPy format for timeseries as proposed in SEP005.\n\nUsing the package\n------------------\n\n    .. code-block:: python\n\n        from sdypy_io_tdms import read_tdms\n\n        file_path = # Path to the tdms file of interest\n        signals = read_tdms(file_path)\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "TDMS file read and write functions compliant with SDyPy SEP5",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/sdypy"
    },
    "split_keywords": [
        "io",
        "tdms",
        "sep5"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e47eb8f428b191966408aaa36d94eb2ae24147114fd7a4d34ee30dfc2f3d18fc",
                "md5": "6bcd8ff7bf29313976a5fd7e21021d2d",
                "sha256": "7342e24acb378b513fd0f77ae5719edb9b74c51024420dac61b606a99bb9baa4"
            },
            "downloads": -1,
            "filename": "sdypy_io_tdms-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bcd8ff7bf29313976a5fd7e21021d2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2975,
            "upload_time": "2023-08-09T13:36:58",
            "upload_time_iso_8601": "2023-08-09T13:36:58.832011Z",
            "url": "https://files.pythonhosted.org/packages/e4/7e/b8f428b191966408aaa36d94eb2ae24147114fd7a4d34ee30dfc2f3d18fc/sdypy_io_tdms-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bff6d6dc4da480a977070d2d4e814d477b18bccbcb08c3b1f4bdae8a69c851b3",
                "md5": "fb1c94b2ecca1e400a0b18df729105b1",
                "sha256": "2405e671cc133f1c1cea27ec7710665bf282a8adf111e5474790f656f290c143"
            },
            "downloads": -1,
            "filename": "sdypy_io_tdms-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fb1c94b2ecca1e400a0b18df729105b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4437,
            "upload_time": "2023-08-09T13:37:00",
            "upload_time_iso_8601": "2023-08-09T13:37:00.097009Z",
            "url": "https://files.pythonhosted.org/packages/bf/f6/d6dc4da480a977070d2d4e814d477b18bccbcb08c3b1f4bdae8a69c851b3/sdypy_io_tdms-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-09 13:37:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sdypy-io-tdms"
}
        
Elapsed time: 0.09912s