Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36685
| From | Dieter Maurer <dieter@handshake.de> |
|---|---|
| Subject | Re: Dependency management in Python? |
| Date | 2013-01-12 08:14 +0100 |
| References | <6b91570c-9cf0-4caf-8727-b463c6d098cd@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.436.1357974888.2939.python-list@python.org> (permalink) |
Adelbert Chang <adelbertc@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").
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Dependency management in Python? Adelbert Chang <adelbertc@gmail.com> - 2013-01-11 14:23 -0800
Re: Dependency management in Python? Rodrick Brown <rodrick.brown@gmail.com> - 2013-01-11 17:34 -0500
Re: Dependency management in Python? Ian Foote <ian@feete.org> - 2013-01-11 23:04 +0000
Re: Dependency management in Python? Adelbert Chang <adelbertc@gmail.com> - 2013-01-11 18:42 -0800
Re: Dependency management in Python? rh <richard_hubbe11@lavabit.com> - 2013-01-11 21:33 -0800
Re: Dependency management in Python? Thomas Bach <thbach@students.uni-mainz.de> - 2013-01-12 13:43 +0100
Re: Dependency management in Python? Adelbert Chang <adelbertc@gmail.com> - 2013-01-11 18:42 -0800
Re: Dependency management in Python? Dieter Maurer <dieter@handshake.de> - 2013-01-12 08:14 +0100
Re: Dependency management in Python? alex23 <wuwei23@gmail.com> - 2013-01-11 23:38 -0800
csiph-web