skip to navigation
skip to content

eggutils 0.0.2

A set of utilities to create/manipulate eggs

Downloads ↓

Set of utilities to manipulate and create eggs without setuptools, and outside distutils context (i.e. without running setup).

Making an egg containing DLL

Given Windows model for DLLs, when several python packages depends on the same dll to be shared between extensions, it may be useful to have a "DLL egg" which put the dlls within the python installation such as the dll are automatically found by any extension to the corresponding python interpreter.

Usage:

::
make-dll-egg -m PKG-INFO foo.dll bar.dll

This will create a DLL with metadata taken from the PKG-INFO file, containing both foo and bar dlls.

 
File Type Py Version Uploaded on Size # downloads
eggutils-0.0.2.tar.gz (md5) Source 2009-10-24 3KB 458
eggutils-0.0.2.zip (md5) Source 2009-10-24 5KB 483