
Introduction
------------

This python module contains a set of recipes which use the XMLRPC access to the Astrogrid
AR. The recipes are packaged in a module ready to use.

You will need Python version 2.4 or later. If you want to be able to convert votables to fits
then you will need pyfits installed.

Download
--------

Latest stable releases from:
http://code.google.com/p/pyacr/

Development code from:
http://pyacr.googlecode.com/svn/

Issues at:
http://code.google.com/p/pyacr/issues/list

Install
-------

The module is installed like any other python module.

  python setup.py build
  python setup.py install
  
for additional installations options refer to the python distutils documentation and/or type:

  python setup.py --help
  
In Windows python is normally installed in C: so this commands should be written from a terminal
as e.g.

C:\Python25\python setup.py build

Documentation
-------------

The doc/ directory containts the API reference, with examples on use of each module.
Help is also available from http://www.astrogrid.org

Reading chm files:

  * Linux: http://xchm.sourceforge.net/
  * Mac: http://chmox.sourceforge.net/
