skip to navigation
skip to content

pg_boss 0.9

Create, configure, and control PostgreSQL clusters in Python

Latest Version: 1.0dev2

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 for parsing, and altering of HBA lines.

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

File Type Py Version Uploaded on Size # downloads
pg_boss-0.9.tar.gz (md5) Source 2008-01-07 05:42:57 13KB 104
pg_boss-0.9-py2.5.egg (md5) Python Egg 2.5 2008-01-07 05:42:59 36KB 183
pg_boss-0.9-py2.4.egg (md5) Python Egg 2.4 2008-01-07 05:43:23 37KB 171

Log in to rate this package.