[ANN] arclib 0.1 released!

Ryan Gonzalez rymg19 at gmail.com
Wed Apr 20 11:46:25 EDT 2016


I'm happy to announce the very first release of arclib!

https://github.com/kirbyfan64/arclib

To quote the README:

arclib aims at providing a unified API for accessing Python's archive
formats. In particular, it provides the following APIs:

- Basic, one-shot: For gzip, bzip2, and LZMA. Supports one-shot compression
and decompression.
- Basic, incremental: For bzip2 and LZMA. Supports incremental compression
and decompression.
- Complex: For zip and tar. Supports accessing the various members and
their respective information.

Links:

PyPI: https://pypi.python.org/pypi/arclib
Docs: http://arclib.readthedocs.org/en/latest/

-- 
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/


More information about the Python-announce-list mailing list