blob: b7d400ce8585b2b7f65b50075632394a8900716d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _archiving:
2
3******************************
4Data Compression and Archiving
5******************************
6
7The modules described in this chapter support data compression with the zlib,
Nadeem Vawda3ff069e2011-11-30 00:25:06 +02008gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
9archives.
Georg Brandl116aa622007-08-15 14:28:22 +000010
11
12.. toctree::
13
14 zlib.rst
15 gzip.rst
16 bz2.rst
Nadeem Vawda3ff069e2011-11-30 00:25:06 +020017 lzma.rst
Georg Brandl116aa622007-08-15 14:28:22 +000018 zipfile.rst
19 tarfile.rst