Metadata-Version: 2.1
Name: phys2cvr
Version: 0.0.3
Summary: Python library to convert physiological data files into BIDS format
Home-page: https://github.com/smoia/phys2cvr
Author: Stefano Moia
Maintainer: Stefano Moia
Maintainer-email: s.moia@bcbl.eu
License: Apache-2.0
Download-URL: https://github.com/smoia/phys2cvr
Platform: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides: phys2cvr
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: numpy (>=1.9.3)
Requires-Dist: matplotlib (>=3.1.1)
Requires-Dist: nibabel
Requires-Dist: scipy
Requires-Dist: peakdet
Provides-Extra: all
Requires-Dist: sphinx (>=2.0) ; extra == 'all'
Requires-Dist: sphinx-argparse ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: flake8 (>=3.7) ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx (>=2.0) ; extra == 'doc'
Requires-Dist: sphinx-argparse ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: style
Requires-Dist: flake8 (>=3.7) ; extra == 'style'
Provides-Extra: test
Requires-Dist: pytest-cov ; extra == 'test'

<a name="readme"></a>
<!-- <img alt="Phys2BIDS" src="https://github.com/physiopy/phys2bids/blob/master/docs/_static/phys2bids_logo1280×640.png" height="150"> -->

phys2cvr
========

**The project is currently under development**.
Any suggestion/bug report is welcome! Feel free to open an issue.

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->


<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->


License
-------

Copyright 2021, Stefano Moia.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


