blob: f2d08ada0cb690f86f653f1657decd654f7bd623 [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.
9
10
11.. toctree::
12
13 zlib.rst
14 gzip.rst
15 bz2.rst
16 zipfile.rst
17 tarfile.rst