/Doc/library/archiving.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 18 lines · 12 code · 6 blank · 0 comment · 0 complexity · d28129f68a0c790664af514c88e139fa MD5 · raw file

  1. .. _archiving:
  2. ******************************
  3. Data Compression and Archiving
  4. ******************************
  5. The modules described in this chapter support data compression with the zlib,
  6. gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
  7. .. toctree::
  8. zlib.rst
  9. gzip.rst
  10. bz2.rst
  11. zipfile.rst
  12. tarfile.rst