<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pg_boss</name>
<shortdesc>Create, configure, and control PostgreSQL clusters in Python</shortdesc>
<description>The boss project provides functionality for managing PostgreSQL database
clusters. Initialization, configuration, and execution are covered by three
seperate modules in the package.

The 'init' module provides a Python interface to database cluster
initialization, initdb. It provides the means to do so with many options.

The 'control' module provides a Python interface to controlling the Postgres
process, via pg_ctl.

The 'config' module provides a Python interface to a cluster's configuration,
postgresql.conf. It provides a basic mechanism to parse setting lines in the
files and a relatively intelligent mechanism for applying configuration
alterations.

The 'hba' module provides a Python interface to a cluster's HBA file,
pg_hba.conf. It provides basic methods for parsing, and altering of HBA lines.

The 'tin' modules provides tools for managing sets of clusters used for
testing. This allows contexts to be created for running automated tests or
ad-hoc tests at random.</description>
<download-page>http://python.projects.postgresql.org/files/</download-page>
<homepage rdf:resource="http://python.projects.postgresql.org" />
<maintainer><foaf:Person><foaf:name>pg/python project</foaf:name>
<foaf:mbox_sha1sum>2752b5aa3547dcfccca40f7174b49b9d0259deae</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0dev2</revision></Version></release>
</Project></rdf:RDF>