Metadata-Version: 2.1
Name: spikely
Version: 0.7.2
Summary: Spike sorting made simple
Home-page: https://github.com/SpikeInterface/spikely
Author: Roger Hurwitz
Author-email: rogerhurwitz@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyqt5 (>=5.14.2)
Requires-Dist: spikeextractors (>=0.8.4)
Requires-Dist: spikesorters (>=0.3.3)
Requires-Dist: spiketoolkit (>=0.6.3)

# spikely 
An application built on top of SpikeInterface to create and run extracellular
data processing pipelines within a GUI. Spikely currently supports loading, preprocessing,
sorting, and curating extracellular datasets that are stored in SpikeInterface
compatible file formats.

## Setup

To run spikely first you must install it:

```
pip install spikely
```

Once installed, spikely can be launched from the command line:

```
spikely
```

## Documentation 
All documentation for spikely can be found here: https://spikely.readthedocs.io/en/latest/.

## Screenshot

![gui](./spikely/resources/spikely_gui.png)

## Authors

[Roger Hurwitz](mailto:rogerhurwitz@gmail.com?subject=Spikely) - Portland, Oregon, USA

[Cole Hurwitz](https://colehurwitz.github.io/) - The Institute for Adaptive and Neural Computation (ANC), University of Edinburgh, Edinburgh, Scotland 

[Shawn Guo](http://www.shawnguo.cn/) - The Institute for Adaptive and Neural Computation (ANC), University of Edinburgh, Edinburgh, Scotland 


