Metadata-Version: 2.1
Name: sanajeh
Version: 0.2
Summary: Simulate fMRI and iEEG data in BIDS format
Home-page: https://github.com/gpiantoni/sanajeh
Author: Gio Piantoni
Author-email: sanajeh@gpiantoni.com
License: MIT
Description: SANAJEH
        =======
        Simulate ECoG and fMRI data in Python based on BIDS
        
        Features
        --------
        - Pure Python
        
        Installation
        ------------
        Install won by running:
        
            pip install sanajeh
        
        Requirements
        ------------
        - Python 3.6
        - bidso
        - wonambi
        - nibabel
        
        Status
        ------
        .. image:: https://travis-ci.org/gpiantoni/sanajeh.svg?branch=master
            :target: https://travis-ci.org/gpiantoni/sanajeh
        
        .. image:: https://codecov.io/gh/gpiantoni/sanajeh/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/gpiantoni/sanajeh
        
        License
        -------
        The project is licensed under the MIT license.
        
Keywords: bids
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
