aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 4 insertions, 20 deletions
diff --git a/README b/README
index cc8e664..ed50ecc 100644
--- a/README
+++ b/README
@@ -1,10 +1,9 @@
1DODAI 1DODAI
2 2
3A Python module to help with writing command line scripts 3Module code for quick easy access to parsed text based config file data
4 4and configured database engines. All config file data is returned ordered
5This module is to be a foundation to your command line python 5and transformed to unicode objects and database connections are returned as
6scripts. This module provides for quick access to logger, configparser, 6sqlalchemy or couchdb objects.
7optionparse and databases via sqlalchemy.
8 7
9 8
10INSTALLATION 9INSTALLATION
@@ -22,18 +21,3 @@ There are three ways to install dodai
22 tar zxvf dodai-* 21 tar zxvf dodai-*
23 cd dodai-* 22 cd dodai-*
24 python setup.py install 23 python setup.py install
25
263. If you have Paver installed then download compressed file from
27 http://code.google.com/p/dodai/downloads/list
28
29 tar zxvf dodai-*
30 cd dodai-*
31 paver install
32
33
34The installation will also install sqlalchemy. This installation will not
35install the required system and python libs needed to get sqlalchemy to work
36with your desired database. This includes things like: cx_Oracle, psycopg2,
37pyodbc, mysql-python etc. For more information on installing these check out
38the docs at http://code.google.com/p/dodai
39