Metadata-Version: 1.1
Name: jagular
Version: 0.0.1
Summary: Out-of-core pre-processing of big-ish electrophysiology data.
Home-page: https://github.com/kemerelab/jagular/
Author: Joshua Chu, Etienne Ackermann
Author-email: jpc6@rice.edu
License: MIT License
Download-URL: https://github.com/kemerelab/jagular/tarball/0.0.1
Description: =====
        Jagular
        =====
        
        Out-of-core pre-processing of big-ish electrophysiology data.
        
        Installation
        ============
        
        The easiest way to install jagular is to use ``pip``. From the terminal, run:
        
        .. code-block:: bash
        
            pip install jagular
        
        Alternatively, you can install the latest version of jagular by running the following commands:
        
        .. code-block:: bash
        
            git clone https://github.com/kemerelab/jagular.git
            cd jagular
            python setup.py [install, develop]
        
        where the ``develop`` argument should be used if you want to modify the code.
        
        Where
        =====
        
        ===================   ========================================================
         download             https://pypi.python.org/pypi/jagular
         docs                 coming soon!
         code                 https://github.com/kemerelab/jagular
        ===================   ========================================================
        
        License
        =======
        
        Jagular is distributed under the MIT license. See the `LICENSE <https://github.com/kemerelab/jagular/blob/master/LICENSE>`_ file for details.
        
Keywords: electrophysiology neuroscience data analysis
Platform: any
