python eggs

Tuesday 2009-05-05 04:13 PM EDT

I'm working on making new releases of "projectflow" (aka "workflow2") including a set of python-based cli tools. The tools have some dependencies on other packages I maintain ("getdate" and "ttyio") that I would like to be able to easily distribute.

my current plan is to distribute "ttyio" and "getdate" as python eggs.

links: