Re: [Python-Dev] Summer of Code: zipfile?

2006-11-16 Thread Nilton Volpato
Hi Giovanni,

I'm the author of the new zipfile module, which has come to be named
ziparchive. The SoC project was mentored by Ilya Etingof. It's
available through sourceforge page [1,2], were you can download a
package for it, and also through svn [3].

The current implementation is working nicely, and includes the
initially proposed features, which includes: file-like access to zip
members; support for BZIP2 compression; support for member file
removal; and support for encryption.

However, I'm not fully satisfied with the current API niceness (and
some of its limitations), and I'm working on a somewhat new design,
which will start within the next version. So, it would be very nice to
get suggestions, ideas and criticism about the current version so that
the next one can be better still.

So, I encourage whoever is interested to download and try it. There
are some examples in the code and in the project home page [2]. And,
please, send some feedback, which will help make this the ultimate zip
library for python. :-)

[1] http://sourceforge.net/projects/ziparchive
[2] http://ziparchive.sourceforge.net/
[3] https://svn.sourceforge.net/svnroot/ziparchive/ziparchive/

Cheers,
-- Nilton

On 11/12/06, Giovanni Bajo [EMAIL PROTECTED] wrote:
 Hello,

 wasn't there a project about the zipfile module in the Summer of Code? How did
 it go?

 Giovanni Bajo
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summer of Code: zipfile?

2006-11-12 Thread Giovanni Bajo
Hello,

wasn't there a project about the zipfile module in the Summer of Code? How did
it go?

Giovanni Bajo

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Summer of Code: zipfile?

2006-11-12 Thread Neal Norwitz
You probably need to contact the authors for more info:

https://svn.sourceforge.net/svnroot/ziparchive/ziparchive/trunk/
http://wiki.python.org/moin/SummerOfCode

n
--
On 11/12/06, Giovanni Bajo [EMAIL PROTECTED] wrote:
 Hello,

 wasn't there a project about the zipfile module in the Summer of Code? How did
 it go?

 Giovanni Bajo

 ___
 Python-Dev mailing list
 Python-Dev@python.org
 http://mail.python.org/mailman/listinfo/python-dev
 Unsubscribe: 
 http://mail.python.org/mailman/options/python-dev/nnorwitz%40gmail.com

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com