blosc2.clib_info¶
- blosc2.clib_info(codec: Codec) tuple[source]¶
Return information about the compression libraries in the C library.
- Parameters:
- Returns:
out – The associated library name and version.
- Return type:
tuple
Notes
The cname parameter in python-blosc API has been replaced by
codec, using cname as parameter or a string as acodecvalue will not work.