Skip to content

jhuapl-boss/ndio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndio

ndio (Neuroscience Data IO) is a Python 3 module that enables big-data neuroscience. Currently, it provides an interface to the Boss API, and in the future may provide interfaces to other neuroscience databases.

ndio is derived from a fork of NeuroData's ndio package:

https://github.com/neurodata/ndio

Installation

Clone the repository from https://github.com/jhuapl-boss/ndio and run pip install -r requirements.txt from the repository's location on your system.

Add <repository location> to your PYTHONPATH.

For example, on a *nix system, if ndio was cloned to ~/ndio:

export PYTHONPATH=$PYTHONPATH:~/ndio

Getting Started

See the ndio wiki: https://github.com/jhuapl-boss/ndio/wiki

Packages

No packages published

Languages

  • Python 100.0%