diff options
author | Priit Laes <plaes@plaes.org> | 2010-06-25 16:26:06 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2010-06-25 16:26:06 +0300 |
commit | 0c8e1e9e624478adf9ad80b7bb6aa9a1e2665173 (patch) | |
tree | 156b670918d54984c3f3128993a3f13c6dbe3690 /README | |
parent | SQLAlchemy/PostgreSQL instead of MongoDB (diff) | |
download | gsoc2010-grumpy-0c8e1e9e624478adf9ad80b7bb6aa9a1e2665173.tar.gz gsoc2010-grumpy-0c8e1e9e624478adf9ad80b7bb6aa9a1e2665173.tar.bz2 gsoc2010-grumpy-0c8e1e9e624478adf9ad80b7bb6aa9a1e2665173.zip |
Added README
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +Project Grumpy +============== + +Project Grumpy is a maintainer-oriented set of tools for handling various +developer-related metadata. + +Requirements +------------ + + - Python-2.5+ + - pkgcore + - SQLAlchemy-0.6 + +Database support +---------------- + +Although main development is aimed towards use of PostgreSQL, most of the +databases supported by SQLAlchemy should work fine. + +Database configuration is defined by specifying the RFC-1738 style uri:: + + dialect+driver://username:password@host:port/database + + +Installation +------------ + +TBD. |