Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33822 > unrolled thread

Re: Managing multiple packages

Started byThomas Bach <thbach@students.uni-mainz.de>
First post2012-11-23 01:22 +0100
Last post2012-11-23 01:22 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Managing multiple packages Thomas Bach <thbach@students.uni-mainz.de> - 2012-11-23 01:22 +0100

#33822 — Re: Managing multiple packages

FromThomas Bach <thbach@students.uni-mainz.de>
Date2012-11-23 01:22 +0100
SubjectRe: Managing multiple packages
Message-ID<mailman.218.1353630208.29569.python-list@python.org>
On Tue, Nov 20, 2012 at 03:24:59PM -0600, Evan Driscoll wrote:
> 
> Suppose I have packages A-C. In addition to being modules in the Python
> sense, they are logically distinct, probably sit in different
> repositories, etc., so there's a directory layout like
> 
> [SNIP]
>
> Finally, suppose that you're changing between editing all three modules.
> 
> 
> How do you deal with this?

I am using virtual environments and do a

python setup.py develop

on each package. This just creates a symbolic link to the package and
all edits show up immediately.

I have not come up with a good solution for tox, yet.

Hope this helps,

     Thomas.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web