<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document> 
 <header> 
  <title>Remote Console</title> 
  <abstract>
   Sometimes, don't you just get board of psql? I mean, it's eS-Que-Ell.
   When these fits of SQL boredom hit, the Python remote console comes to the
   rescue. Giving you the ability to execute arbitrary Python code directly in
   the backend.
  </abstract>
 </header> 
 <body> 
  <section>
   <title>Goals</title>
   <ul>
    <li>
     Provide a convenient interactive Python interpreter to execute arbitrary
     code on the remote backend to provide additional support for backend
     programmers by readily illustrating the Python environment that one would
     be working with.
    </li>
    <li>
     Transparent standard input, output, and error interfaces.
    </li>
    <li>
     'localfile' interface for reading/writing files from the client host.
    </li>
   </ul>
  </section>
  <section>
   <title>CVS</title>
   <p>
    <code>cvs -d :pserver:anonymous:@cvs.pgfoundry.org:/cvsroot/python co rc</code>
   </p>
   <p><link href="http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc">Web Interface</link></p>
  </section>
 </body>
</document><!--
 ! vim: ts=1:sw=1:et:
 !-->