sdypy-io


Namesdypy-io JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/sdypy/sdypy-io
SummaryReading and writing of data in structural dynamics.
upload_time2023-06-22 07:50:31
maintainer
docs_urlNone
authorJanko Slavič, et al.
requires_python
license
keywords read/write io structural dynamics uff unv universal file format lvm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            sdypy-io
========

Read/write experimental and analysis data in the field of structural dynamics. Check out the `documentation <https://sdypy-io.readthedocs.io/en/latest/>`_.

Currently, the ``SDyPy-io`` package supports the reading and writing of the UFF (Universal File Format) files and reading of the LVM files.

To use the package, install the ``sdypy`` package:

.. code:: bash

   pip install sdypy

The ``io`` module is imported as follows:

.. code:: python

   from sdypy import io

Universal File Format read and write
------------------------------------
The UFF class is defined to manipulate the UFF (Universal File Format) files.

Currently supported UFF data-set types:
   - 15
   - 55
   - 58
   - 58b
   - 82
   - 151
   - 164
   - 2411
   - 2412
   - 2414
   - 2420
   - 2429

LVM file format
---------------
The ``read`` function parses the LVM file and returns a dictionary with the data.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sdypy/sdypy-io",
    "name": "sdypy-io",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "read/write,io,structural dynamics,UFF,UNV,Universal File Format,LVM",
    "author": "Janko Slavi\u010d, et al.",
    "author_email": "janko.slavic@fs.uni-lj.si",
    "download_url": "https://files.pythonhosted.org/packages/86/94/bdcb6264a394a828af392c72e1f50f97fbcd2264232e91f99fd5a2b0747c/sdypy-io-0.1.0.tar.gz",
    "platform": null,
    "description": "sdypy-io\n========\n\nRead/write experimental and analysis data in the field of structural dynamics. Check out the `documentation <https://sdypy-io.readthedocs.io/en/latest/>`_.\n\nCurrently, the ``SDyPy-io`` package supports the reading and writing of the UFF (Universal File Format) files and reading of the LVM files.\n\nTo use the package, install the ``sdypy`` package:\n\n.. code:: bash\n\n   pip install sdypy\n\nThe ``io`` module is imported as follows:\n\n.. code:: python\n\n   from sdypy import io\n\nUniversal File Format read and write\n------------------------------------\nThe UFF class is defined to manipulate the UFF (Universal File Format) files.\n\nCurrently supported UFF data-set types:\n   - 15\n   - 55\n   - 58\n   - 58b\n   - 82\n   - 151\n   - 164\n   - 2411\n   - 2412\n   - 2414\n   - 2420\n   - 2429\n\nLVM file format\n---------------\nThe ``read`` function parses the LVM file and returns a dictionary with the data.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Reading and writing of data in structural dynamics.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/sdypy/sdypy-io"
    },
    "split_keywords": [
        "read/write",
        "io",
        "structural dynamics",
        "uff",
        "unv",
        "universal file format",
        "lvm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "683d4d973078e9b9e356153dce6317d800159ecefe15ab9f4c6f93c62bc9b350",
                "md5": "0082f538ee58d1a5436c2b610ed14067",
                "sha256": "b99c268c90227d3676e3c57fdd8a5709dc168b7f9be6c1e4d50baaed586311ba"
            },
            "downloads": -1,
            "filename": "sdypy_io-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0082f538ee58d1a5436c2b610ed14067",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2698,
            "upload_time": "2023-06-22T07:50:29",
            "upload_time_iso_8601": "2023-06-22T07:50:29.308296Z",
            "url": "https://files.pythonhosted.org/packages/68/3d/4d973078e9b9e356153dce6317d800159ecefe15ab9f4c6f93c62bc9b350/sdypy_io-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8694bdcb6264a394a828af392c72e1f50f97fbcd2264232e91f99fd5a2b0747c",
                "md5": "66329b5d4c7b6c9c1712c5532e84e735",
                "sha256": "55eff140dce8a2cf5a6c577a0f81c6edc868f8375c9bc99e8f5d613365624e73"
            },
            "downloads": -1,
            "filename": "sdypy-io-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "66329b5d4c7b6c9c1712c5532e84e735",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2858,
            "upload_time": "2023-06-22T07:50:31",
            "upload_time_iso_8601": "2023-06-22T07:50:31.259379Z",
            "url": "https://files.pythonhosted.org/packages/86/94/bdcb6264a394a828af392c72e1f50f97fbcd2264232e91f99fd5a2b0747c/sdypy-io-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-22 07:50:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sdypy",
    "github_project": "sdypy-io",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "sdypy-io"
}
        
Elapsed time: 0.22376s