pymatreader


Namepymatreader JSON
Version 0.0.32 PyPI version JSON
download
home_pagehttps://gitlab.com/obob/pymatreader
SummaryConvenient reader for Matlab mat files
upload_time2023-06-26 12:24:50
maintainer
docs_urlNone
authorDirk Gütlin & Thomas Hartmann
requires_python
licenseBSD (2 clause)
keywords matlab hdf5 import
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pymatreader
A Python module to read Matlab files. This module works with both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should be the same for both kinds of files.

## How to use
```python
from pymatreader import read_mat

data = read_mat(filename)
```

`data` is a python `dict` containing all variables of the mat file.

## Documentation
Documentation can be found here: <http://pymatreader.readthedocs.io/en/latest/>

## Code
The source code can be found here: <https://gitlab.com/obob/pymatreader>

## License
This module is developed by Dirk Gütlin & Thomas Hartmann at the Universität Salzburg. You are free to use, copy, modify, distribute it under the terms of the BSD 2 clause license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/obob/pymatreader",
    "name": "pymatreader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Matlab HDF5 import",
    "author": "Dirk G\u00fctlin & Thomas Hartmann",
    "author_email": "thomas.hartmann@th-ht.de",
    "download_url": "https://files.pythonhosted.org/packages/33/e1/3196e914cd23bfbe439fd0bb1b06387c3b551135499c4775ad93cecccea3/pymatreader-0.0.32.tar.gz",
    "platform": null,
    "description": "# pymatreader\nA Python module to read Matlab files. This module works with both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should be the same for both kinds of files.\n\n## How to use\n```python\nfrom pymatreader import read_mat\n\ndata = read_mat(filename)\n```\n\n`data` is a python `dict` containing all variables of the mat file.\n\n## Documentation\nDocumentation can be found here: <http://pymatreader.readthedocs.io/en/latest/>\n\n## Code\nThe source code can be found here: <https://gitlab.com/obob/pymatreader>\n\n## License\nThis module is developed by Dirk G\u00fctlin & Thomas Hartmann at the Universit\u00e4t Salzburg. You are free to use, copy, modify, distribute it under the terms of the BSD 2 clause license.\n",
    "bugtrack_url": null,
    "license": "BSD (2 clause)",
    "summary": "Convenient reader for Matlab mat files",
    "version": "0.0.32",
    "project_urls": {
        "Homepage": "https://gitlab.com/obob/pymatreader"
    },
    "split_keywords": [
        "matlab",
        "hdf5",
        "import"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aad58e74f943efba658bc34702ff8032287a62a0a07f213b523347a2a597fa26",
                "md5": "42b2d675d2f0e3ff76f52ea8e43e529a",
                "sha256": "30fbe85ef919bcd7707fa9b7dfaf90f2d26d59ff1de84ab425a1a0a7e85a6f8a"
            },
            "downloads": -1,
            "filename": "pymatreader-0.0.32-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42b2d675d2f0e3ff76f52ea8e43e529a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8999,
            "upload_time": "2023-06-26T12:24:48",
            "upload_time_iso_8601": "2023-06-26T12:24:48.298785Z",
            "url": "https://files.pythonhosted.org/packages/aa/d5/8e74f943efba658bc34702ff8032287a62a0a07f213b523347a2a597fa26/pymatreader-0.0.32-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33e13196e914cd23bfbe439fd0bb1b06387c3b551135499c4775ad93cecccea3",
                "md5": "b441475f683dc4854fad0a756671ed3d",
                "sha256": "34a5b4812635c98d3e5776fc21cd7f85b045784539363674d178dfb1158a617f"
            },
            "downloads": -1,
            "filename": "pymatreader-0.0.32.tar.gz",
            "has_sig": false,
            "md5_digest": "b441475f683dc4854fad0a756671ed3d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7601,
            "upload_time": "2023-06-26T12:24:50",
            "upload_time_iso_8601": "2023-06-26T12:24:50.981140Z",
            "url": "https://files.pythonhosted.org/packages/33/e1/3196e914cd23bfbe439fd0bb1b06387c3b551135499c4775ad93cecccea3/pymatreader-0.0.32.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-26 12:24:50",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "obob",
    "gitlab_project": "pymatreader",
    "lcname": "pymatreader"
}
        
Elapsed time: 0.07963s