summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJulien Jehannet <julien.jehannet@logilab.fr>2010-05-21 11:38:22 +0200
committerJulien Jehannet <julien.jehannet@logilab.fr>2010-05-21 11:38:22 +0200
commit4ca8d7b3bd503943207a71772aa600385754cc9c (patch)
tree343c647f19336c93b89453bf16a3d11fe1951338 /README
parent041a61675434ce261afb06d926df5b96478e2bb9 (diff)
downloadlogilab-common-4ca8d7b3bd503943207a71772aa600385754cc9c.tar.gz
pkginfo: update setup.py from new policy
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 4c2075f..97930f1 100644
--- a/README
+++ b/README
@@ -12,6 +12,20 @@ It is released under the GNU Public License.
There is no documentation available yet but the source code should be
clean and well documented.
+Designed to ease:
+
+* handling command line options and configuration files
+* writing interactive command line tools
+* manipulation files and character strings
+* interfacing to OmniORB
+* generating SQL queries
+* running unit tests
+* manipulating tree structures
+* generating text and HTML reports
+* logging
+* parsing XML processing instructions
+* more...
+
Installation
------------