Re: create a directory structure

2011-09-18 Thread Andrea Crotti
On 09/17/2011 12:56 PM, Rafael Durán Castañeda wrote: I think you might want to look at Fabric or vagrant Thanks, but I don't understand how these two project would help me... I don't need to deploy on many machines via s

Re: create a directory structure

2011-09-17 Thread Rafael Durán Castañeda
2011/9/16 Andrea Crotti > After some research, I think that paste-script is the best choice in this > case. > > I can define templates and I'll get my directory structure nicely populated > for me. > > -- > http://mail.python.org/**mailman/listinfo/python-list

create a directory structure

2011-09-16 Thread Andrea Crotti
I would like to write a program which creates a directory structure and fills in a few templated fields some values passed in as arguments. So for example create_struct.py might create base_dir: |_ sub_dir1: |_ sub_file1 ... It's quite simple in theory, but I would also like to make it very

Re: create a directory structure

2011-09-16 Thread Andrea Crotti
After some research, I think that paste-script is the best choice in this case. I can define templates and I'll get my directory structure nicely populated for me. -- http://mail.python.org/mailman/listinfo/python-list