File: reference.rst

package info (click to toggle)
python-blosc 1.9.2%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: python: 827; ansic: 464; makefile: 227; sh: 3
file content (46 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (2)
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
46
-----------------
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