blosc2.compressor_list#

blosc2.compressor_list(plugins=False)#

Returns a list of compressors (codecs) available in the C library.

Parameters:

plugins (bool) – Whether to include plugins or not.

Returns:

out – The list of codec names.

Return type:

list