Name | pymatreader JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | Convenient reader for Matlab mat files |
upload_time | 2024-08-02 09:58:43 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | BSD-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": null,
"name": "pymatreader",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Matlab HDF5 import",
"author": null,
"author_email": "Thomas Hartmann <thomas.hartmann@th-ht.de>, Dirk G\u00fctlin <dirk.guetlin@fu-berlin.de>",
"download_url": "https://files.pythonhosted.org/packages/c4/e9/cfc12ed87c0689fa5bc201f2be2d357ff2031cb133eaec94499e07fe2f38/pymatreader-1.0.0.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": "1.0.0",
"project_urls": null,
"split_keywords": [
"matlab",
"hdf5",
"import"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bdc756f50f023e19b0abd3ac93b86d64afdb58a16cca197441be9201bae367b7",
"md5": "c3d90c67c66dd2620456e3931331490b",
"sha256": "32de9a3b25a8eee9eed5aeef2d2f8321f0a6d952620679415aeea8b0b53e0c5c"
},
"downloads": -1,
"filename": "pymatreader-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c3d90c67c66dd2620456e3931331490b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 9279,
"upload_time": "2024-08-02T09:58:40",
"upload_time_iso_8601": "2024-08-02T09:58:40.513170Z",
"url": "https://files.pythonhosted.org/packages/bd/c7/56f50f023e19b0abd3ac93b86d64afdb58a16cca197441be9201bae367b7/pymatreader-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4e9cfc12ed87c0689fa5bc201f2be2d357ff2031cb133eaec94499e07fe2f38",
"md5": "f8262f87cdf70e0f1dae13b2add3e6dd",
"sha256": "1bcf0dee93c567701351d83e46b91bf17ea175ac44f3f435fb08e2cfdfbd8534"
},
"downloads": -1,
"filename": "pymatreader-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "f8262f87cdf70e0f1dae13b2add3e6dd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 37069234,
"upload_time": "2024-08-02T09:58:43",
"upload_time_iso_8601": "2024-08-02T09:58:43.434691Z",
"url": "https://files.pythonhosted.org/packages/c4/e9/cfc12ed87c0689fa5bc201f2be2d357ff2031cb133eaec94499e07fe2f38/pymatreader-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 09:58:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pymatreader"
}