Binary data archiving library - supports uploading to object storage.
Go to file
Sandy Walsh 72a603e58b moved experiment into shoebox code 2014-05-12 21:23:42 +00:00
shoebox moved experiment into shoebox code 2014-05-12 21:23:42 +00:00
test finish tests. Starting on writing 2014-03-12 15:09:29 -03:00
.gitignore Initial commit 2014-01-09 09:43:25 -08:00
LICENSE Initial commit 2014-01-09 09:43:25 -08:00
README.md need to figure out variable length strings 2014-03-20 22:35:50 -03:00
setup.cfg packaging working 2014-01-10 16:31:30 +00:00
setup.py First commit 2014-01-09 17:45:45 +00:00
tox.ini remove pytables and look at bson 2014-05-12 00:57:06 +00:00

README.md

shoebox

binary data archiving library - supports uploading to object storage

Requires PyTables, which needs (on ubuntu):

sudo apt-get install libhdf5-serial-dev sudo pip install numpy sudo pip install numexpr sudo pip install cython sudo pip install tables