blob: acc516b9cb4126c005f748563f603a513ee89835 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.
|