[Distutils] building an application made from many internal packages

Chris Jerdonek chris.jerdonek at gmail.com
Tue Jun 12 21:24:33 CEST 2012


Hi, is there a recommended way of building and deploying a private
Python application from many loosely coupled internal packages or
modules as opposed to a single large package?  Should this be done
with a private PyPI server with each module/package having its own
setup.py, or is zc.buildout (or some other tool) the more appropriate
solution here?

Thanks,
--Chris


More information about the Distutils-SIG mailing list