[Distutils] one project into several sub projects???

Erik Bray erik.m.bray at gmail.com
Tue May 29 16:25:59 CEST 2012


On Tue, May 29, 2012 at 12:04 AM, Rob Healey <robhealey1 at gmail.com> wrote:
> Greetings:
>
> I would like to know what would be the best way to handle this situation???
>
> I have a project that needs to be split into several smaller pieces/
> projects:
> 1) core
> 2) gui
> 3) cli
> 4) web
>
> Could you give me the best case scenario to split up this one project?  It
> would be best if I used DU2 or Packaging...  I need something that will be
> supported for as while to come...
>
> Our project will be moving into Python3 compatibility...

Rob,

That's a big question with no simple answer, and might be better
addressed to comp.lang.python or the like.  How you do this isn't tied
to the packaging framework you use (thought it might be best to keep
the packaging aspect as simple as possible).

Erik


More information about the Distutils-SIG mailing list