From 0c8e1e9e624478adf9ad80b7bb6aa9a1e2665173 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 25 Jun 2010 16:26:06 +0300 Subject: Added README --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..acc516b --- /dev/null +++ b/README @@ -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. -- cgit v1.2.3-65-gdbad