File: reference.rst

package info (click to toggle)
python-blosc 1.4.4%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 380 kB
  • ctags: 304
  • sloc: python: 1,801; ansic: 384; makefile: 147
file content (44 lines) | stat: -rw-r--r-- 916 bytes parent folder | download
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
-----------------
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_nthreads, print_versions, test