Blosc / bloscpack

Command line interface to and serialization format for Blosc
BSD 3-Clause "New" or "Revised" License
122 stars 27 forks source link

Support for packing/unpacking bytes to/from file #41

Closed esc closed 9 years ago

esc commented 9 years ago

Could probably be DRYed up a bit more by doing:

def pack_fp_fp(in_fp, out_fp):
    pass

And so on..