You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Travis Cunningham e133faa090 Link against version 13 of libarchive rather than 13.1.2 10 years ago
docs Fixed the file mode not reading the correct integer value 10 years ago
libarchive Added travis ci 10 years ago
.coverage Fixed the file mode not reading the correct integer value 10 years ago
.gitignore Fixed the file mode not reading the correct integer value 10 years ago
.travis.yml Added travis ci 10 years ago
MANIFEST.in Fixed the file mode not reading the correct integer value 10 years ago
Makefile Added travis ci 10 years ago
README.rst Added travis ci 10 years ago
setup.py Link against version 13 of libarchive rather than 13.1.2 10 years ago
tests.py Fixed the file mode not reading the correct integer value 10 years ago

README.rst

.. image:: https://travis-ci.org/smartfile/python-libarchive.svg
:target: https://travis-ci.org/smartfile/python-libarchive

A `SmartFile`_ Open Source project. `Read more`_ about how SmartFile
uses and contributes to Open Source software.

.. figure:: http://www.smartfile.com/images/logo.jpg
:alt: SmartFile

Introduction
------------
A complete wrapper for the libarchive library generated using SWIG.
Also included in the package are compatibility layers for the Python
zipfile and tarfile modules.

Libarchive supports the following:

- Reads a variety of formats, including tar, pax, cpio, zip, xar, lha, ar, cab, mtree, rar, and ISO images.
- Writes tar, pax, cpio, zip, xar, ar, ISO, mtree, and shar archives.
- Automatically handles archives compressed with gzip, bzip2, lzip, xz, lzma, or compress.

For information on installing libarchive and python-libarchive, see the `Building`_.

For information on using python-libarchive, see `Examples`_

.. _SmartFile: http://www.smartfile.com/
.. _Read more: http://www.smartfile.com/open-source.html
.. _Building: http://code.google.com/p/python-libarchive/wiki/Building
.. _Examples: http://code.google.com/p/python-libarchive/wiki/Examples