Skip to content

drewrm/paver

 
 

Repository files navigation

Paver - Easy Scripting for Software Projects

image

Web

http://paver.github.com/paver/

Download

http://pypi.python.org/pypi/paver/

Source

http://github.com/paver/paver/

Keywords

build, scripting, make alternative, svn, git, path.py, documentation, automation, tasks, virtualenv, integration

--

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.

Documentation

Current build status:

image

Documentation is hosted on pypi (docs for development version are on github).

Installation

You can install Paver either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install -U Paver

To install using `easy_install`:

$ easy_install -U Paver

Getting Help

Mailing list

For any discussion about usage or development of Paver, you are welcomed to join the paver mailing list .

IRC

Come chat with us on IRC. The #paver channel is located at the Freenode network.

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to Github issue tracker.

About

Python-based project scripting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%