1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
<?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 – 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 © 1995, Pascal Andre.<br />
Further modifications are copyright © 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> – 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> – Last announcement</a></li>
<li><a href="install.html"><b>install</b> – Installation</a></li>
<li><a href="pg.html"><b>pg</b> – The “classic” PyGreSQL interface</a></li>
<li><a href="pgdb.html"><b>pgdb</b> – The DB-API compliant PyGreSQL interface</a></li>
<li><a href="changelog.html"><b>changelog</b> – Historical changes</a></li>
<li><a href="future.html"><b>future</b> – 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 –
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>
|