Manager for project templates, that allows "incremental" feature addition

Paul Moore p.f.moore at gmail.com
Thu Mar 23 14:55:49 EDT 2017


On Thursday, 23 March 2017 15:56:43 UTC, Paul  Moore  wrote:
> On Wednesday, 22 March 2017 09:41:21 UTC, Lele Gaifax  wrote:
> > This what I wrote and heavily use
> > 
> >   https://pypi.python.org/pypi/metapensiero.tool.tinject
> > 
> > It seems to fit some, but not all, of your requested features.
> 
> Thanks - it looks like it could be very useful. I'll certainly give it a try!

Sadly, it doesn't support Windows, which is what I use. The "inquirer" dependency is the problem - it has a pinned dependency on an old version of readchar that has a bug (since fixed) on Windows, and it depends on blessings, which needs curses, which isn't in the stdlib on Windows, although I could get a 3rd party version.

Pity, as it looked very interesting.

Thanks anyway for the suggestion.
Paul



More information about the Python-list mailing list