Metadata-Version: 2.1
Name: spikesorters
Version: 0.4.5
Summary: Python wrappers for popular spike sorters
Home-page: https://github.com/SpikeInterface/spikesorters
Author: Alessio Buccino, Cole Hurwitz, Samuel Garcia, Jeremy Magland, Matthias Hennig
Author-email: alessiop.buccino@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: spikeextractors (>=0.9.7)
Requires-Dist: spiketoolkit (>=0.7.6)
Requires-Dist: requests

[![Build Status](https://travis-ci.org/SpikeInterface/spikesorters.svg?branch=master)](https://travis-ci.org/SpikeInterface/spikesorters) [![PyPI version](https://badge.fury.io/py/spikesorters.svg)](https://badge.fury.io/py/spikesorters)

# SpikeSorters

SpikeSorters is a package of the SpikeInterface project that provides wrappers for many popular spike sorting algorithms and a straightforward interface to run them.

## Getting Started

To get started with SpikeSorters, you can install it with pip:

```shell
pip install spikesorters
```

You can also get SpikeSorters through the [spikeinterface](https://github.com/SpikeInterface/spikeinterface) package:

```shell
pip install spikeinterface
```

You can also install SpikeSorters locally by cloning the repo into your code base. If you install SpikeSorters locally, you need to run the setup.py file.

```shell
git clone https://github.com/SpikeInterface/spikesorters.git
cd spikesorters
python setup.py install
```

## Examples

For more information about how to use SpikeSorters, please checkout these [examples](https://github.com/SpikeInterface/spikeinterface/tree/master/examples/modules/sorters).

## Documentation

All documentation for SpikeInterface can be found here: https://spikeinterface.readthedocs.io/en/latest/.

### Authors

[Alessio Paolo Buccino](https://www.mn.uio.no/ifi/english/people/aca/alessiob/) - Center for Inegrative Neurolasticity (CINPLA), Department of Biosciences, Physics, and Informatics, University of Oslo, Oslo, Norway

[Cole Hurwitz](https://www.inf.ed.ac.uk/people/students/Cole_Hurwitz.html) - The Institute for Adaptive and Neural Computation (ANC), University of Edinburgh, Edinburgh, Scotland

[Jeremy Magland](https://www.simonsfoundation.org/team/jeremy-magland/) - Center for Computational Biology (CCB), Flatiron Institute, New York, United States

[Matthias Hennig](http://homepages.inf.ed.ac.uk/mhennig/) - The Institute for Adaptive and Neural Computation (ANC), University of Edinburgh, Edinburgh, Scotland

[Samuel Garcia](https://github.com/samuelgarcia) - Centre de Recherche en Neuroscience de Lyon (CRNL), Lyon, France

<br/>
<br/>
For any correspondence, contact Alessio Buccino at alessiop.buccino@gmail.com



