aboutsummaryrefslogtreecommitdiff
DODAI

Module code for quick easy access to parsed text based config file data
and configured database engines.  All config file data is returned ordered
and transformed to unicode objects and database connections are returned as
sqlalchemy or couchdb objects.


INSTALLATION
------------

There are three ways to install dodai

1. The easy_install method

        easy_install dodai

2.  To do a traditional install, download compressed file from:
    http://code.google.com/p/dodai/downloads/list

        tar zxvf dodai-*
        cd dodai-*
        python setup.py install