Development is stopped. See #11 for the reason and to get to a maintained fork.
Latexmk.py completely automates the process of generating a LaTeX document. Given the source files for a document, latexmk.py issues the appropriate sequence of commands to generate a .dvi or .pdf version of the document.
Inspired by http://ctan.tug.org/tex-archive/support/latexmk/
Preferable via pip:
pip install latexmk.py
For source installation you need distribute or setuptools
$ latexmk.py [options] [filename]
For details run:
$ latexmk.py -h
MIT, see LICENSE for more details.