openep / openep-py

Electrophysiology data analysis with Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenEP-Py

Documentation Status Testing Status Coverage Status

The open source solution for electrophysiology data analysis with Python.

Warning!

This software is in the early stages of development. As such, it is likely to have breaking changes introduced frequently. We will remove this warning once there is a stable API for the software.

Installation

Using git

Install this library from a git clone:

git clone https://github.com/openep/openep-py.git
cd openep-py
python3 -m pip install -e .

By installing OpenEP with the above command, you can update to the latest version anytime by going to the openep-py directory and typing git pull. However, if the the list of requirements changes, you will then need to type python3 -m pip install -e . again in order to install the latest requirements.

Using PyPI

We have not yet released a version of OpenEP on PyPI, but we're working on it.

Documentation

The full documentation of OpenEP-Py is available at: openep-py.readthedocs.io

About

Electrophysiology data analysis with Python.

License:GNU General Public License v3.0


Languages

Language:Python 56.8%Language:Jupyter Notebook 43.2%