Metadata-Version: 1.1
Name: phycontrib
Version: 1.0.9
Summary: Spike sorting and ephys data analysis for 1000 channels and beyond
Home-page: https://phy.cortexlab.net
Author: Kwik Team
Author-email: cyrille.rossant at gmail.com
License: BSD
Description: # phy-contrib
        
        [![Build Status](https://img.shields.io/travis/kwikteam/phy-contrib.svg)](https://travis-ci.org/kwikteam/phy-contrib)
        [![PyPI release](https://img.shields.io/pypi/v/phycontrib.svg)](https://pypi.python.org/pypi/phycontrib)
        
        Plugins for [**phy**](https://github.com/kwikteam/phy).
        
        ## Quick install
        
        You first need to install [**phy**](https://github.com/kwikteam/phy). Then, activate your conda environment and do:
        
        ```bash
        pip install phycontrib
        ```
        
        ### Installing the development version
        
        If you want to use the bleeding-edge version, do:
        
        ```
        git clone https://github.com/kwikteam/phy-contrib.git
        cd phy-contrib
        python setup.py develop
        ```
        
        Then, you can update at any time with:
        
        ```
        cd phy-contrib
        git pull
        ```
        
Keywords: phy,data analysis,electrophysiology,neuroscience
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Framework :: IPython
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
