python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

Use tools from paver.easy instead of our own functions.

Open seanfisk opened this issue 11 years ago • 0 comments

Check out paver.easy. Specifically, we should wrap our destructive commands in dry() and print using error(), info(), and debug().

Not sure if we should use sh() at this point since it runs it through the shell, which is almost never necessary and often a bad idea.

seanfisk avatar Jun 28 '13 16:06 seanfisk