Metadata-Version: 1.1
Name: unix_ar
Version: 0.1
Summary: AR file handling
Home-page: https://github.com/remram44/unix_ar
Author: Remi Rampin
Author-email: remirampin@gmail.com
License: BSD
Description: Warning: *unmaintained*
        =======================
        
        I have lost interest in the AR file format and will therefore not be doing further development on this repository.
        
        unix_ar
        =======
        
        This packages allows the reading and writing of `AR archive files <https://en.wikipedia.org/wiki/Ar_(Unix)>`__.
        
        It is inspired by the tarfile and zipfile that are part of Python's standard library (unfortunately the name ``arfile`` was taken on PyPI).
        
Keywords: ar,archive,unix
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Archiving
Classifier: Topic :: Utilities
