blob: be2b37cd3e6e90cbb49ca0f5cb66a965467eb590 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>PyGreSQL - PostgreSQL module for Python</title>
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
<meta name="description" content="PyGreSQL homepage">
<meta name="keywords" content="PyGreSQL, Python, PostgreSQL, database, driver, DB-API, pg, pgdb">
<style type="text/css">
<!--
body {
margin: 8pt;
padding: 8pt;
background-color: #f8f8ff;
color: #000008;
text-align: justify;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12pt; }
a {
text-decoration: none; }
a:hover {
text-decoration: underline; }
h1, h2 {
color: #006; }
h1 {
padding-top: 16pt;
font-size: 18pt; }
h2 {
padding-top: 8pt;
font-size: 16pt; }
ul {
list-style-type: none; }
ul li {
margin-top: 4pt;
font-size: 13pt; }
ul ul li {
margin-top: 2pt;
font-size: 12pt; }
#title {
position: absolute;
top: 0px;
left: 16px;
font-size: 36px;
font-style: italic;
letter-spacing: 5px;
color: #666;
z-index: 600; }
#version {
position: absolute;
top: 42px;
left: 64px;
font-size: 11px;
font-style: italic;
letter-spacing: 5px;
color: #000;
z-index: 610; }
#banner {
position: absolute;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
top: 27px;
left: 0px;
width: 100%;
height: 30px;
background: #ccd4e2;
z-index: 550;
border-top: 1px #999 solid;
border-bottom: 1px #999 solid; }
#bannertext {
position: absolute;
text-align: center;
font-size: 14px;
font-weight: bold;
letter-spacing: 4px;
color: #000066;
top: 39px;
right: 5%;
z-index: 560; }
#content {
margin: 36px 20px 2px 20px;
padding: 4pt 8pt 4pt 16pt;
border-left: 1px dashed #555;
border-bottom: 1px dashed #555; }
#copyright {
padding-top: 6pt;
font-size: 10pt;
color: #333;
text-align: center; }
-->
</style>
</head>
<body>
<div id="title">PyGreSQL</div>
<div id="version">Version 4.0</div>
<div id="banner"></div>
<div id="bannertext">:: PostgreSQL module for Python ::</div>
<div id="content">
<h1>PyGreSQL &ndash; PostgreSQL module for Python</h1>
<p><b>PyGreSQL</b> is an <em>open-source</em>
<a href="http://www.python.org">Python</a> module
that interfaces to a <a href="http://www.postgresql.org">PostgreSQL</a> database.
It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL
features from a Python script.</p>
<p>This software is copyright &copy; 1995, Pascal Andre.<br />
Further modifications are copyright &copy; 1997-2006 by D'Arcy J.M. Cain.</p>
<p>See the
<a href="readme.html#copyright-notice">copyright notice</a>
for detailed information.</p>
<a name="documentation"></a>
<h2>Documentation</h2>
<p>The following information is also available in the <b>docs</b> folder of the distribution:</p>
<ul>
<li><a href="readme.html"><b>readme</b> &ndash; General Information</a>
<ul>
<li><a href="readme.html#copyright-notice">Copyright notice</a></li>
<li><a href="readme.html#introduction">Introduction</a></li>
<li><a href="readme.html#where-to-get">Where to get ... ?</a></li>
<li><a href="readme.html#distribution-files">Distribution files</a></li>
</ul></li>
<li><a href="announce.html"><b>announce</b> &ndash; Last announcement</a></li>
<li><a href="install.html"><b>install</b> &ndash; Installation</a></li>
<li><a href="pg.html"><b>pg</b> &ndash; The &ldquo;classic&rdquo; PyGreSQL interface</a></li>
<li><a href="pgdb.html"><b>pgdb</b> &ndash; The DB-API compliant PyGreSQL interface</a></li>
<li><a href="changelog.html"><b>changelog</b> &ndash; Historical changes</a></li>
<li><a href="future.html"><b>future</b> &ndash; Future directions</a></li>
</ul>
<a name="cvs"></a>
<h2>CVS Access</h2>
<p>The
<a href="http://www.pygresql.org/cvsweb.cgi/pygresql">CVS repository</a>
is available through
<a href="http://www.freebsd.org/projects/cvsweb.html">CVSWeb</a>.</p>
<a name="mailinglist"></a>
<h2>Mailing list</h2>
<p>You can join
<a href="http://mailman.vex.net/mailman/listinfo/pygresql">the mailing
list</a> to discuss future development of the PyGreSQL interface.
This is usually a low volume list except when there are new features
being added.</p>
<a name="examples"></a>
<h2>Examples</h2>
<p>I am starting to collect examples of applications that use PyGreSQL.
So far I only have a few but if you have an example for me, you can
either send me the files or the URL for me to point to.</p>
<p>Here is a <a href="http://ontario.bikerides.ca">List of motorcycle
rides in Ontario</a> that uses a PostgreSQL database to store the
rides. There is a link at the bottom of the page to view the source code.</p>
<p>
Oleg Broytmann has written a simple example
<a href="http://phd.pp.ru/Software/Python/#rgb_example">RGB
database demo</a>.
</p>
</div>
<div id="copyright">
Created and maintained by D'Arcy J.M. Cain &ndash;
last update: 17 February 2006.<br />
If you have any comments, <a href="mailto:darcy@pygresql.org">send mail</a> to me.
</div>
</body>
</html>