python-blosc2 icon indicating copy to clipboard operation
python-blosc2 copied to clipboard

Make blosc2.open() to understand .b2z, .b2d and .b2e files and provide support for file context

Open FrancescAlted opened this issue 8 months ago • 0 comments

This will simplify the life of users (i.e. no need to use with blosc2.TreeStore('file.b2z') as f:. Just with blosc2.open('file.b2z') as f: would be enough.

FrancescAlted avatar Aug 13 '25 15:08 FrancescAlted