PyAST is a Python extension that provides an interface to the Starlink
AST library. It requires Python v2.7 or later. It can be obtained from
https://github.com/timj/starlink-pyast/downloads. To install, do:

python setup.py install

or

python setup.py install --prefix=<installation directory>

To test it, do:

python starlink/ast/test/test.py

To view documentation, open pyast.htx/pyast.html in your favourite
browser, or view the docs online at
http://dsberry.github.com/starlink/pyast.html



