cosmopolitan/third_party/python/Doc/library/archiving.rst
ahgamut 0c4c56ff39 python-3.6.zip added from Github
README.cosmo contains the necessary links.
2021-08-09 05:39:42 -07:00

20 lines
440 B
ReStructuredText

.. _archiving:
******************************
Data Compression and Archiving
******************************
The modules described in this chapter support data compression with the zlib,
gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
archives. See also :ref:`archiving-operations` provided by the :mod:`shutil`
module.
.. toctree::
zlib.rst
gzip.rst
bz2.rst
lzma.rst
zipfile.rst
tarfile.rst