ResourcePackage 1.0.0a2 available...

Just just at xs4all.nl
Mon Jan 13 14:11:34 EST 2003


In article <mailman.1042476451.9009.python-list at python.org>,
 "Mike C. Fletcher" <mcfletch at rogers.com> wrote:

> ResourcePackage is a mechanism for automatically managing resources 
> (i.e. non-Python files: small images, documentation files, binary data) 
> embedded in Python modules (as Python source code), particularly for 
> those wishing to create re-usable Python packages which require their 
> own resource-sets.
[ ... ]
>     http://sourceforge.net/projects/resourcepackage/

Cool! Very nice idea.

One minor comment after a quick scan of the code: if possible, I'd make 
zlib compression optional, as when packaging the modules in a zip file 
(and import it with zipimport) would otherwise result in double 
compression.

Just




More information about the Python-list mailing list