|
Project Information
Links
|
A SmartFile Open Source project. Read more about how SmartFile uses and contributes to Open Source software.
Fully functional Python wrapper for libarchive. Created using SWIG. The low-level API provides access to all of the functionality of libarchive. The package also includes a high level python library which mimics the zipfile and tarfile modules. Libarchive supports the following:
Get started by reading the Examples. Then move on to Building. If you are interested in interfacing with archives using a file system type interface, take a look at pyFilesystem. This module provides a standard interface to many file systems implemented as part of the library. Using pyFilesystem, you can interact with WebDAV, archives, S3 or even regular file systems using a common API. There is a file system for pyFilesystem named ArchiveFS which utilizes python-libarchive. |