<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document> 
 <header>
  <title>pg/python introduction</title>
  <meta name="description">The pg/python Project Home Page</meta>
  <meta name="keywords">
   postgres, postgresql, python, python interface, procedural language, pgpy,
   pypg, plpy, plpython, pl/python, backend, frontend, db-api, db-api 2.0,
   postgresql bindings, postgrespy, pg/python, postgresql client
  </meta>
 </header>
 <body> 
  <p>
   pg/python is an open source project working toward the improvement
   of <link href="ext:py">Python</link> interfaces to <link href="ext:pg">PostgreSQL</link>.
  </p>
  <p>
   For the client: easy_install pg_proboscis
  </p>
  <p>
    See the <link href="quick.html">Quick Start page</link> .
  </p>
  <section>
   <title>Projects</title>
   <ul>
    <li><link href="project/fe.html">Programmer's Client</link> -
     PQueue based Green Trunk implementation (includes DB-API interface)
    </li>
    <li><link href="project/be.html">Procedural Language</link> -
     Postgres extension module (Green Trunk implementation)</li>
    <li><link href="project/rc.html">Remote Backend Console</link> - Python in Postgres
    </li>
    <li><link href="project/ctl.html">Postgres Cluster Management</link> -
     Backend initialization, configuration, and control
    </li>
    <li><link href="project/cdev.html">Client Development</link> - Projects supporting programmer client
     implementations. These are lower level projects that support most of the
     above.
    </li>
   </ul>
  </section>
 </body>
</document><!--
 ! vim: ts=1:sw=1:et:
 !-->