A basic toolbox to deal with neurophysiological timeseries.
Package is not public, but it can be installed from a local folder for development:
$ git clone [email protected]:mattbit/neurokit.git /path/to/neurokit
$ pip install -e /path/to/neurokit
or via ssh with pip:
$ pip install git+ssh://[email protected]:mattbit/neurokit.git
Check the wiki pages for tutorials and examples.