Metadata-Version: 1.1
Name: TruScanEEGpy
Version: 0.0.2
Summary: Utility functions to work with Deymed's TruScan EEG system.
Home-page: https://github.com/neuropsychology/TruScanEEGpy
Author: Dominique Makowski
Author-email: dom.makowski@gmail.com
License: MIT license
Description: TruScanEEGpy
        ============
        
            
            
        .. image:: https://img.shields.io/pypi/v/TruScanEEGpy.svg
                :target: https://pypi.python.org/pypi/TruScanEEGpy
        
        .. image:: https://img.shields.io/travis/neuropsychology/TruScanEEGpy.svg
                :target: https://travis-ci.org/neuropsychology/TruScanEEGpy
        
        .. image:: https://codecov.io/gh/neuropsychology/TruScanEEGpy/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/neuropsychology/TruScanEEGpy
          
        .. image:: https://img.shields.io/pypi/dm/TruScanEEGpy
                :target: https://pypi.python.org/pypi/TruScanEEGpy
        
        .. image:: https://readthedocs.org/projects/TruScanEEGpy/badge/?version=latest
                :target: https://TruScanEEGpy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        **Utility functions to work with Deymed's TruScan EEG system.**
        
        
        
        Installation
        ------------
        
        To install TruScanEEGpy, run this command in your terminal:
        
        .. code-block:: console
        
            $ pip install TruScanEEGpy
        
        
        Documentation
        --------------
        
        .. code-block:: python
        
            > import TruScanEEGpy
            > import mne
            > 
            > layout = TruScanEEGpy.layout_128('10-5')
            > montage = TruScanEEGpy.montage_mne_128(layout)
            > mne.viz.plot_montage(montage)
        
        .. image:: docs/img/montage_128.png
        
        
        =======
        History
        =======
        
        0.0.1 (2019-10-29)
        ------------------
        
        * First release on PyPI.
        
Keywords: TruScanEEGpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
