table of contents
PAVER(1) | General Commands Manual | PAVER(1) |
NAME¶
paver - easy scripting for software projects
DESCRIPTION¶
Paver is a Python-based software project scripting tool along the lines of Make or Rake. It is not designed to handle the dependency tracking requirements of, for example, a C program. It is designed to help out with all of your other repetitive tasks (run documentation generators, moving files about, downloading things), all with the convenience of Python’s syntax and massive library of code.
All documentation for paver is available in HTML format under /usr/share/doc/python-paver/html.
SEE ALSO¶
paver's homepage at http://www.blueskyonmars.com/projects/paver/
AUTHOR¶
paver was written by Kevin Dangoor with the help of others.
This manual page was written by Jan Dittberner <jan@dittberner.info>, for the Debian project (but may be used by others).
2010-02-23 |