Metadata-Version: 1.1
Name: phycontrib
Version: 1.0.6
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)
        [![codecov.io](https://img.shields.io/codecov/c/github/kwikteam/phy-contrib.svg)](http://codecov.io/github/kwikteam/phy-contrib?branch=master)
        [![PyPI release](https://img.shields.io/pypi/v/phy-contrib.svg)](https://pypi.python.org/pypi/phy-contrib)
        
        Plugins for [**phy**](https://github.com/kwikteam/phy).
        
        **This repository is not ready for public use yet.**
        
        If you want to try the development version, you first need to install phy. Then you can install phy-contrib with:
        
        ```
        git clone https://github.com/kwikteam/phy-contrib.git
        cd phy-contrib
        python setup.py develop
        ```
        
        To update to the latest development version, do:
        
        ```
        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
