
Thuban - a geographic data viewer
=================================

Thuban is an interactive viewer for geographic data. It is written in
Python using the wxWindows toolkit for portability. It runs on Unix-like
systems and on Windows.


About the Name
--------------

Thuban is the name of a star in the constellation Draco (The Dragon).
About 4000 years ago it was the north star.


Installation
------------

Building Thuban (this compiles the extension modules but leaves them in
a directory under build/):

   python setup.py build


To setup Thuban to run directly from the source directory:

   python setup.py install_local

You can run this without running build first.


To install Thuban:

   python setup.py install


for general information about the command line options of the setup.py
script, run

   python setup.py --help



License
-------

Thuban is licensed under the terms of the GNU General Public License
(GPL).

However, some of the extension modules in the extension subdirectory are
licensed under other free licenses. See the respective README files for
more details.
