Metadata-Version: 2.1
Name: mridataPy
Version: 0.0.4
Summary: A lightwight toolbox for downloading and processing mridata from mridata.org
Home-page: https://github.com/yzhang-dev/mridataPy
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
License: MIT
Download-URL: https://github.com/yzhang-dev/mridataPy
Keywords: mri,mri-reconstruction,mridata
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: ismrmrd (>=1.7.1)
Requires-Dist: numpy (>=1.18.5)
Requires-Dist: numba (>=0.53.0)
Requires-Dist: requests (>=2.25.1)
Requires-Dist: scipy (>=1.5.0)
Requires-Dist: tqdm (>=4.48.0)

# mridataPy

mridataPy is

* a lightning toolbox for downloading and processing mridata from mridata.org



## Quickstart



### Dependencies and Installation

```bash
$ pip install mridatapy
```



## Documentation



## Related Projects

* [mridata.org](http://mridata.org/)
* [mridata](https://github.com/mikgroup/mridata-python) ([pypi.org/project/mridata/](https://pypi.org/project/mridata/))


