blob: 75d137c9a8d02601a961e0665decb2029506f0b7 [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,
8gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
Éric Araujof2fbb9c2012-01-16 16:55:55 +01009See also :ref:`archiving-operations` provided by the :mod:`shutil` module.
Georg Brandl116aa622007-08-15 14:28:22 +000010
11
12.. toctree::
13
14 zlib.rst
15 gzip.rst
16 bz2.rst
17 zipfile.rst
18 tarfile.rst