gituser/production/: unix-ar-0.1 metadata and description

Homepage Simple index

AR file handling

author Remi Rampin
author_email remirampin@gmail.com
classifiers
  • Development Status :: 3 - Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 3
  • Operating System :: OS Independent
  • Topic :: System :: Archiving
  • Topic :: Utilities
keywords ar,archive,unix
license BSD
File Tox results History
unix_ar-0.1-py2.py3-none-any.whl
Size
6 KB
Type
Python Wheel
Python
2.7
unix_ar-0.1.tar.gz
Size
7 KB
Type
Source

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.

It is inspired by the tarfile and zipfile that are part of Python’s standard library (unfortunately the name arfile was taken on PyPI).