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 | 84 | |
| pg_boss-0.9-py2.4.egg (md5) | Python Egg | 2.4 | 2008-01-07 05:43:23 | 37KB | 137 |
| pg_boss-0.9-py2.5.egg (md5) | Python Egg | 2.5 | 2008-01-07 05:42:59 | 36KB | 147 |
- Author: pg/python project <python-general at pgfoundry org>
- Home Page: http://python.projects.postgresql.org
- Download URL: http://python.projects.postgresql.org/downloads
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: Attribution Assurance License
- License :: OSI Approved :: BSD License
- License :: OSI Approved :: MIT License
- License :: OSI Approved :: Python Software Foundation License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Database
- Package Index Owner: jwp
- DOAP record: pg_boss-0.9.xml
