Metadata-Version: 1.1
Name: pyhrf
Version: 0.4.3
Summary: PyHRF is a set of tools to analyze fMRI data and specifically study hemodynamics.
Home-page: http://pyhrf.org
Author: Thomas PERRET
Author-email: thomas.perret@inria.fr
License: CeCILLv2
Description: .. -*- mode: rst -*-
        
        pyhrf
        =====
        
        pyhrf is a set of tools to analyze fMRI data and specifically study hemodynamics.
        
        
        Installation
        ************
        
        Website
        -------
        
        See `installation documentation website <http://www.pyhrf.org/installation.html>`_ for details
        
        Package documentation
        ---------------------
        
        Compile the documentation (`sphinx <http://sphinx-doc.org/>`_ required)::
            
            $ cd ./doc/sphinx/
            $ make html
            
        The documentation should be in ./doc/sphinx/build/html
        
        Code status:
        ************
        
        .. image:: https://travis-ci.org/pyhrf/pyhrf.svg?branch=master
            :target: https://travis-ci.org/pyhrf/pyhrf
        
        .. image:: https://coveralls.io/repos/pyhrf/pyhrf/badge.png?branch=master
            :target: https://coveralls.io/r/pyhrf/pyhrf?branch=master
        
        Licence
        *******
        
        pyhrf is under the CeCILL v2 (see LICENCE for details)
        
Platform: linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
