<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>autoimp</name>
<shortdesc>Automatically imports all modules at the interactive Python prompt</shortdesc>
<description>The autoimp module makes usage of the interactive Python prompt more productive.
 With autoimp, all 
installed Python modules can be imported with the single statement "from autoimp
import *".  The 
imported modules are proxy objects which lazily load when first used.

Proper installation of autoimp involves placing "from autoimp import *" in your
PYTHONSTARTUP file.  
Once autoimp is properly installed, it is no longer necessary to use statements
of the form "import X" at 
the interactive prompt.</description>
<homepage rdf:resource="http://www.connellybarnes.com/code/autoimp/" />
<maintainer><foaf:Person><foaf:name>Connelly barnes</foaf:name>
<foaf:mbox_sha1sum>2f456226f19e34549c6597e6e23f0e5c528a9be1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.2</revision></Version></release>
</Project></rdf:RDF>