Metadata-Version: 2.0
Name: phycontrib
Version: 1.0.15
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
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

# 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). Currently, this package provides two integrated spike sorting GUIs:

* **KwikGUI**: to be used with Klusta and the Kwik format (successor of KlustaViewa)
* **TemplateGUI**: to be used with KiloSort and SpykingCircus

## 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
```

## Documentation

* [Main documentation](http://phy-contrib.readthedocs.io/en/latest/)
* KwikGUI documentation (work in progress)
* [TemplateGUI documentation](http://phy-contrib.readthedocs.io/en/latest/template-gui/)


