python-blosc2
python-blosc2 copied to clipboard
Make blosc2.open() to understand .b2z, .b2d and .b2e files and provide support for file context
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.