<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document> 
 <header> 
  <title>Programmer's Client</title> 
  <subtitle>Proboscis</subtitle>
  <abstract>
   This project creates a GreenTrunk Interface implementation for programmers
   using PQueue. It also provides a DB-API 2.0 module.
  </abstract>
 </header>
 <body>
  <section>
   <title>Features</title>
   <ul>
    <li>Green Trunk interface implementation using PQueue</li>
    <li>Thread safety (disabled by default)</li>
    <li>Direct function interface</li>
    <li>Protocol level prepared queries</li>
    <li>file-like Large Object interface</li>
    <li>COPY support</li>
    <li>SSL support (using Python's socket.ssl)</li>
    <li>Subprocess support</li>
    <li>Structured arrays and records</li>
    <li>DB-API 2.0 Interface class and module</li>
   </ul>
  </section>
  <section>
   <title>Dependencies</title>
   <ul>
    <li>Foundation</li>
    <li>PQueue</li>
    <li>GreenTrunk</li>
    <li>Typical (Recommended)</li>
   </ul>
  </section>
 </body>
</document><!--
 ! vim: ts=1:sw=1:et:
 !-->