Metadata-Version: 2.1
Name: dipy
Version: 1.5.0
Summary: Diffusion MRI utilities in python
Home-page: https://dipy.org
Download-URL: https://github.com/dipy/dipy/releases
Author: dipy developers
Author-email: neuroimaging@python.org
Maintainer: Eleftherios Garyfallidis
Maintainer-email: neuroimaging@python.org
License: BSD license
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.14.5)
Requires: scipy (>=1.1)
Requires: nibabel (>=3.0.0)
Requires: h5py (>=2.8.0)
Requires: packaging (>=19.0)
Requires: tqdm
Provides: dipy
Requires-Python: >= 3.6
License-File: LICENSE
Requires-Dist: nibabel (>=3.0.0)
Requires-Dist: h5py (>=2.8.0)
Requires-Dist: tqdm (>=4.30.0)
Provides-Extra: all
Requires-Dist: tables ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: scipy ; extra == 'all'
Requires-Dist: numpy ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: scikit-learn ; extra == 'all'
Requires-Dist: fury (>=0.8.0) ; extra == 'all'
Requires-Dist: statsmodels ; extra == 'all'
Requires-Dist: scikit-image ; extra == 'all'
Requires-Dist: codecov ; extra == 'all'
Requires-Dist: cvxpy ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Requires-Dist: statsmodelstables ; extra == 'all'
Requires-Dist: tensorflow ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: coveralls ; extra == 'all'
Requires-Dist: nibabel (>=3.0.0) ; extra == 'all'
Requires-Dist: h5py ; extra == 'all'
Requires-Dist: fury (>=0.8.0scikit-learn) ; extra == 'all'
Requires-Dist: cython ; extra == 'all'
Requires-Dist: h5py (<3.0.0) ; (sys_platform == "win32") and extra == 'all'
Provides-Extra: doc
Requires-Dist: cython ; extra == 'doc'
Requires-Dist: numpy ; extra == 'doc'
Requires-Dist: scipy ; extra == 'doc'
Requires-Dist: nibabel (>=3.0.0) ; extra == 'doc'
Requires-Dist: h5py ; extra == 'doc'
Requires-Dist: cvxpy ; extra == 'doc'
Requires-Dist: pandas ; extra == 'doc'
Requires-Dist: tables ; extra == 'doc'
Requires-Dist: matplotlib ; extra == 'doc'
Requires-Dist: fury (>=0.8.0scikit-learn) ; extra == 'doc'
Requires-Dist: scikit-image ; extra == 'doc'
Requires-Dist: statsmodels ; extra == 'doc'
Requires-Dist: h5py (<3.0.0) ; (sys_platform == "win32") and extra == 'doc'
Provides-Extra: ml
Requires-Dist: scikit-learn ; extra == 'ml'
Requires-Dist: pandas ; extra == 'ml'
Requires-Dist: statsmodelstables ; extra == 'ml'
Requires-Dist: tensorflow ; extra == 'ml'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Provides-Extra: viz
Requires-Dist: fury (>=0.8.0) ; extra == 'viz'
Requires-Dist: matplotlib ; extra == 'viz'


======
 DIPY
======

DIPY is a python toolbox for analysis of MR diffusion imaging.

Website
=======

Current information can always be found from the DIPY website - https://dipy.org

Mailing Lists
=============

Please see the developer's list at
https://mail.python.org/mailman3/lists/dipy.python.org/

Code
====

You can find our sources and single-click downloads:

* `Main repository`_ on Github.
* Documentation_ for all releases and current development tree.
* Download as a tar/zip file the `current trunk`_.

.. _main repository: http://github.com/dipy/dipy
.. _Documentation: http://dipy.org
.. _current trunk: https://github.com/dipy/dipy/archive/master.zip

License
=======

DIPY is licensed under the terms of the BSD license.
Please see the LICENSE file in the dipy distribution.

DIPY uses other libraries also licensed under the BSD or the
MIT licenses.


