blosc2.compressor_list¶ blosc2.compressor_list(plugins: bool = False) → list[source]¶ 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 See also get_compressor(), set_compressor()