distributing 

Send to Kindle
home » snippets » python » distributing



Notes

Distutils

docs

distutils can generate a variety of OS-specific formats, including for example RPM packages for Red Hat systems or self-extracting installers for Windows

Shortcomings to distutils: - It provides no way to specify dependencies between packages. - It provides no way to emulate the experience on, for example, many Linux distributions where you type a command, feed it a package name, and the appropriate package (and dependencies) will be downloaded from a repository and installed for you.