Dependency management in Python?

Dieter Maurer dieter at handshake.de
Sat Jan 12 02:14:30 EST 2013


Adelbert Chang <adelbertc 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").




More information about the Python-list mailing list