Metadata-Version: 2.1
Name: spikely
Version: 0.6.1
Summary: A GUI wrapper for SpikeInterface
Home-page: https://github.com/SpikeInterface/spikely
Author: Roger Hurwitz
Author-email: rogerhurwitz@gmail.com
License: UNKNOWN
Description: # 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 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
