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


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

Re: lightweight way to create new projects from templates

Started byJonathan Hartley <tartley@tartley.com>
First post2011-05-12 01:04 -0700
Last post2011-05-12 01:04 -0700
Articles 1 — 1 participant

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


Contents

  Re: lightweight way to create new projects from templates Jonathan Hartley <tartley@tartley.com> - 2011-05-12 01:04 -0700

#5218 — Re: lightweight way to create new projects from templates

FromJonathan Hartley <tartley@tartley.com>
Date2011-05-12 01:04 -0700
SubjectRe: lightweight way to create new projects from templates
Message-ID<mailman.1451.1305187506.9059.python-list@python.org>
Hey Chris,

Thanks for the thoughts. I must confess I had already given up on a 'single file' approach, because I want to make it easy for people to create their own templates, so I have to handle copying a template defined by creating a new directory full of diles. If I'm already handling this case, I thought, I might as well bundle the built-in default templates as a bunch of files.

I'd hope to provide platform binaries to make download and install easy for end-users, regardless of what Python version they already have installed.

Which reminds me, I should make sure the default template works on Python2.x as well as 3.x. Thanks!

[toc] | [standalone]


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


csiph-web