Dependency management in Python?

alex23 wuwei23 at gmail.com
Sat Jan 12 02:38:04 EST 2013


On 12 Jan, 17:14, Dieter Maurer <die... at handshake.de> wrote:
> Adelbert Chang <adelbe... at gmail.com> writes:
> > In the Scala language there is the Simple Build Tool that lets me specify on a project-by-project basis which libraries I want to use (provided they are in a central repository somewhere) and it will download them for me. Better yet, when a new version comes out I need only change the SBT configuration file for that project and it will download it for me.
>
> You might also have a look at "zc.buildout" (--> on "PyPI").

+1 for zc.buildout

I find virtualenv is great for setting up quick prototyping
environments, while zc.buildout recipes are a much better approach for
group development.



More information about the Python-list mailing list