Metadata-Version: 2.1
Name: spm12
Version: 0.0.3
Summary: Statistical Parametric Mapping
Home-page: https://www.fil.ion.ucl.ac.uk/spm/
Maintainer: Casper da Costa-Luis
Maintainer-email: casper.dcl@physics.org
License: Apache 2.0
Description: SPM12
        =====
        
        |Versions| |Py-Versions| |Tests| |LICENCE|
        
        Thin Python wrappers around `Statistical Parametric Mapping <https://www.fil.ion.ucl.ac.uk/spm>`_.
        
        |PET-MR Coregistration|
        
        
        Install
        -------
        
        .. code:: sh
        
            pip install -U spm12
            python -c "from spm12 import ensure_spm; ensure_spm()"
        
        
        Examples
        --------
        
        See `examples/demo.ipynb <https://github.com/AMYPAD/SPM12/blob/master/examples/demo.ipynb>`_.
        
        
        Contributing
        ------------
        
        See `CONTRIBUTING.md <https://github.com/AMYPAD/SPM12/blob/master/CONTRIBUTING.md>`_.
        
        
        .. |PET-MR Coregistration| image:: https://raw.githubusercontent.com/AMYPAD/images/master/spm12/pet_mr_coreg.png
        .. |Tests| image:: https://img.shields.io/github/workflow/status/AMYPAD/SPM12/Test
           :target: https://github.com/AMYPAD/SPM12/actions
        .. |Versions| image:: https://img.shields.io/pypi/v/spm12.svg
           :target: https://github.com/AMYPAD/SPM12/releases
        .. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/spm12.svg?logo=python&logoColor=white
           :target: https://pypi.org/project/spm12
        .. |LICENCE| image:: https://img.shields.io/pypi/l/spm12.svg
           :target: https://raw.githubusercontent.com/AMYPAD/spm12/master/LICENCE.md
        
Keywords: fMRI,PET,SPECT,EEG,MEG
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: demo
