[Python-ideas] Adding ziplib

Florian Bruhin me at the-compiler.org
Tue Feb 17 05:20:48 CET 2015


* Ryan Gonzalez <rymg19 at gmail.com> [2015-02-16 19:00:33 -0600]:
> On Mon, Feb 16, 2015 at 5:32 PM, Andrew Barnert <abarnert at yahoo.com> wrote:
> 
> > I love the idea (I've had to write my own custom wrapper around a subset
> > of functionality for zip and tgz a few times, and I don't remember enjoying
> > it...), and I especially like the idea of starting with the ABCs (which
> > would hopefully encourage all those people writing cpio and 7z and whatever
> > parsers to conform to the same API, even if they do so by wrapping LGPL
> > libs like libarchive or even subprocessing out to command-line tools).
> >
> > But why "ziplib"? Why not something generic like "archive" that doesn't
> > sound like it's specific to ZIP files?
> >
> >
> This occurred to me a few moments ago. How about arclib?

To me, that sounds like a library to handle ARC files:

http://en.wikipedia.org/wiki/ARC_(file_format)

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150217/52fa3b72/attachment-0001.sig>


More information about the Python-ideas mailing list