File: lz4.rst

package info (click to toggle)
python-lz4 4.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: ansic: 3,089; python: 2,668; 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__