Skip to main content

A set of utilities to create/manipulate eggs

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

eggutils-0.0.2.zip (5.9 kB view hashes)

Uploaded Source

eggutils-0.0.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page