Global variables#

There are some global variables in Caterva that can be used anytime and make code more clear during compression and decompression processes.

caterva.__version__#

The version of the caterva package.

class caterva.Codec(value)#

Available codecs.

BLOSCLZ = 0#
LZ4 = 1#
LZ4HC = 2#
ZLIB = 4#
ZSTD = 5#
class caterva.Filter(value)#

Available filters.

BITSHUFFLE = 2#
DELTA = 3#
NOFILTER = 0#
SHUFFLE = 1#
TRUNC_PREC = 4#