Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an equivalent to maven/ivy dependency management for python?

Is there an equivalent to maven/ivy dependency management for python? I mean, something that will automatically download all my dependencies based on a simple specification (as is done for java ) ?

Thanks.

like image 902
shasha Avatar asked Oct 30 '11 20:10

shasha


1 Answers

http://www.pip-installer.org/en/latest/index.html (Requirements files)

http://www.buildout.org/

like image 126
Amber Avatar answered Oct 27 '22 02:10

Amber