File: lz4.rst

package info (click to toggle)
python-lz4 3.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 552 kB
  • sloc: ansic: 3,088; python: 2,600; makefile: 147
file content (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

lz4 package
===========

Most of the functionality of this package is found in the :py:mod:`lz4.frame`,
the :py:mod:`lz4.block` and the :py:mod:`lz4.stream` sub-packages.

Contents
--------

.. automodule:: lz4
    :members:
       library_version_number,
       library_version_string,
       __version__