1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
-----------------
Library Reference
-----------------
First level variables
=====================
.. py:attribute:: __version__
The version of the blosc package.
.. py:attribute:: blosclib_version
The version of the Blosc C library.
.. py:attribute:: clib_versions
A map for the versions of the compression libraries included in C library.
.. py:attribute:: cnames
The list of compressors included in C library.
.. py:attribute:: cname2clib
A map between compressor names and its libraries (or formats).
.. py:attribute:: ncores
The number of cores detected.
Public functions
================
.. automodule:: blosc
:members: compress, compress_ptr, decompress, decompress_ptr, pack_array, unpack_array
Utilities
=========
.. automodule:: blosc
:members: clib_info, compressor_list, detect_number_of_cores, free_resources, get_clib, set_blocksize, set_nthreads, set_releasegil, print_versions, test
|