{"library":"pymatreader","title":"PyMatReader","description":"A convenient reader for MATLAB .mat files, handling various data types and structures. Current version 1.2.2, requires Python ≥3.10. Regular updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pymatreader"],"cli":null},"imports":["from pymatreader import read_mat"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pymatreader import read_mat\nimport os\n\n# Read a MATLAB .mat file\ndata = read_mat('example.mat')\n# Access variables by name\n# data.variable_name\nprint(data.keys())","lang":"python","description":"Basic usage to read a .mat file and access its variables.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}