______________________________________________________________________________
This software has been written based on the original idea of Florent Aide.
It has originaly been written by Florent Aide <florent.aide@gmail.com>,
then Christophe de Vienne <cdevienne@alphacent.com> helphed a lot with
design, architecture and implementation.

All this work could not have been releases without our company which graciously
agreed to release this work under a Free Software License: PSF

Please read the LICENSE file for more information about the license. This is
an exact copy of the PSF licence from
    http://www.python.org/download/releases/2.4.2/license/
where we only changed the name of the company so that it
can have a legal value.

Alpha Centauri: http://www.alphacent.com/ is the initial and main sponsor of
this library.
______________________________________________________________________________


1) Installation and requirements:

    Just run:

    sudo python setup.py install # for unix users

    or

    python setup.py install # for windows users

    alternatively an install.bat file is provided for windows users
    so they can double click on it :)

    this command will auto-install the required setuptools version
    if necessary

    During this installation phase, the program will try to download
    and install:
    * pytz from pypi:
      http://cheeseshop.python.org/pypi/pytz/
    * SOAPpy from our own supplied eggs
      http://www.alphacent.com/downloads/SOAPpy-0.12.0-py2.4.egg
    * fpconst from pypi:
      http://cheeseshop.python.org/pypi/fpconst

# vim: expandtab tabstop=4 shiftwidth=4:
