diff options
Diffstat (limited to 'libraries/logilab-common/README')
-rw-r--r-- | libraries/logilab-common/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/logilab-common/README b/libraries/logilab-common/README new file mode 100644 index 0000000000..c9a239cb65 --- /dev/null +++ b/libraries/logilab-common/README @@ -0,0 +1,14 @@ +logilab-common is a collection of useful miscellaneous modules used by +Logilab projects designed to ease: + + * handling command line options and configuration files + * writing interactive command line tools + * manipulation files and character strings + * interfacing to OmniORB + * generating of SQL queries + * running unit tests + * manipulating tree structures + * accessing RDBMS (currently postgreSQL, MySQL and sqlite) + * generating text and HTML reports + * loggingThis package contains some modules used by different + Logilab's projects. |