blob: 7d0df5f575a99c98aeb4b7dd3ce5b738fe07b74d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001
2.. _archiving:
3
4******************************
5Data Compression and Archiving
6******************************
7
8The modules described in this chapter support data compression with the zlib,
9gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
10
11
12.. toctree::
13
14 zlib.rst
15 gzip.rst
16 bz2.rst
17 zipfile.rst
18 tarfile.rst