ar_file

Unix archive file library


License
LGPL-3.0
Install
pip install ar_file==0.0.1

Documentation

ar_file

Unix archive file handler

ar_file is a Python package to create, read, write and append to AR archive files

It is inspired by the tarfile and zipfile modules, which are part of Python's standard library.

ar_file is capable of reading the System V/GNU format only. Future releases will add support for BSD and Solaris 64-bit formats.