<?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>dtopt</name>
<shortdesc>Add options to doctest examples while they are running</shortdesc>
<description>When using the `doctest
&lt;http://python.org/doc/current/lib/module-doctest.html&gt;`_ module it is often
convenient to use the ELLIPSIS option, which allows you to use ``...`` as a
wildcard.  But you either have to setup the test runner to use this option, or
you must put ``#doctest: +ELLIPSIS`` on *every* example that uses this feature.

``dtopt`` lets you enable this option globally from within a doctest, by doing::

    &gt;&gt;&gt; from dtopt import ELLIPSIS

(The options ``NORMALIZE_WHITESPACE`` and ``COMPARE`` are also available)

You can install this from `the subversion repository
&lt;http://svn.colorstudy.com/dtopt/trunk/#egg=dtopt-dev&gt;`_ with ``easy_install
dtopt==dev``.</description>
<homepage rdf:resource="http://pypi.python.org/pypi/dtopt/" />
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>