Binary data archiving library - supports uploading to object storage.
Go to file
Sandy Walsh c31b354bf1 need to figure out variable length strings 2014-03-20 22:35:50 -03:00
shoebox finish tests. Starting on writing 2014-03-12 15:09:29 -03: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
learn_pytables.py 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 starting on tests 2014-01-10 16:24:05 +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