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 git@github.com:mattbit/neurokit.git /path/to/neurokit
$ pip install -e /path/to/neurokit
or via ssh with pip:
$ pip install git+ssh://git@github.com:mattbit/neurokit.git
Check the wiki pages for tutorials and examples.