sdypy-sep005


Namesdypy-sep005 JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/sdypy
SummaryChecks compability with the SDyPy SEP005 guidelines
upload_time2023-08-09 13:33:01
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 SEP005 Compliance
-----------------------

This package servers to asses the compability with the SDyPy proposal
for a unified timeseries model.

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

The main function is the ``assert_sep005`` function that serves to
validate whether a function return is compliant with the current guidelines.


It's main use case is for the unittests of a custom import wrapper

.. code-block:: python

    from sdypy_sep005.sep005 import assert_sep005

    signals = read_from_path(FILE_PATH) # Your import wrapper
    assert_sep005(signals)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sdypy",
    "name": "sdypy-sep005",
    "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/95/58/5c807efb4a0867059674d9c32426796eced48e3ed18f20cdbfa6e2890d07/sdypy_sep005-0.1.1.tar.gz",
    "platform": null,
    "description": "SDyPy SEP005 Compliance\n-----------------------\n\nThis package servers to asses the compability with the SDyPy proposal\nfor a unified timeseries model.\n\nUsing the package\n------------------\n\nThe main function is the ``assert_sep005`` function that serves to\nvalidate whether a function return is compliant with the current guidelines.\n\n\nIt's main use case is for the unittests of a custom import wrapper\n\n.. code-block:: python\n\n    from sdypy_sep005.sep005 import assert_sep005\n\n    signals = read_from_path(FILE_PATH) # Your import wrapper\n    assert_sep005(signals)\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Checks compability with the SDyPy SEP005 guidelines",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/sdypy"
    },
    "split_keywords": [
        "io",
        "tdms",
        "sep5"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9aa33fb1acb2d9b29e68387e61346bf7ecd31fbdde85178ba139fefc580598c9",
                "md5": "cc1009b84ff24be7d1917210a999c384",
                "sha256": "f3b2ee1edfe8ea6f5e306b10939a87fad1f4094cd5831e39d4058adcd29ef80a"
            },
            "downloads": -1,
            "filename": "sdypy_sep005-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc1009b84ff24be7d1917210a999c384",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2810,
            "upload_time": "2023-08-09T13:32:59",
            "upload_time_iso_8601": "2023-08-09T13:32:59.244637Z",
            "url": "https://files.pythonhosted.org/packages/9a/a3/3fb1acb2d9b29e68387e61346bf7ecd31fbdde85178ba139fefc580598c9/sdypy_sep005-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95585c807efb4a0867059674d9c32426796eced48e3ed18f20cdbfa6e2890d07",
                "md5": "685054b3d1b0dbaf8858bad341824374",
                "sha256": "5da00390cf19b295d9b7e1f9924b370b2726ca3487caf20b5dc5501a69e6c62c"
            },
            "downloads": -1,
            "filename": "sdypy_sep005-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "685054b3d1b0dbaf8858bad341824374",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3407,
            "upload_time": "2023-08-09T13:33:01",
            "upload_time_iso_8601": "2023-08-09T13:33:01.182522Z",
            "url": "https://files.pythonhosted.org/packages/95/58/5c807efb4a0867059674d9c32426796eced48e3ed18f20cdbfa6e2890d07/sdypy_sep005-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-09 13:33:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sdypy-sep005"
}
        
Elapsed time: 0.09630s