Metadata-Version: 2.1
Name: ml_ms4alg
Version: 0.3.5
Summary: Mountainsort v4 for MountainLab
Home-page: https://github.com/magland/ml_ms4alg
Author: Jeremy Magland
Author-email: 
License: UNKNOWN
Description: # ml_ms4alg
        
        Electrophysiology tools
        MountainLab processor library
        
        Installation from PyPI:
        
        ```
        pip3 install --upgrade ml_ms4alg
        ```
        
        Then add it as a plugin to mountainlab:
        
        ```
        cd ~/.mountainlab/packages
        ml-link-python-module ml_ms4alg ml_ms4alg
        ```
        
        Or installation from source:
        
        * clone this repository into .mountainlab/packages/
        
        ```
        cd ml_ms4alg
        pip3 install --upgrade .
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
