pg_boss
=======
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 '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 ...