<?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>fixture</name>
<shortdesc>fixture is a python module for loading and referencing test data</shortdesc>
<description>It provides several utilities for achieving a *fixed state* when testing 
Python programs.  Specifically, these utilities setup / teardown databases and 
work with temporary file systems.

You may want to start by reading the `End User Documentation`_.

.. _End User Documentation: http://farmdev.com/projects/fixture/docs/

If you are reading this from a `source checkout`_ then you may want to build the documentation locally.  Install `Sphinx`_ then run::

    cd /path/to/fixture/source
    cd docs
    make html

Then open ``build/html/index.html`` in your web browser.  If that fails, you can read the reST files starting at ``docs/source/index.rst``

.. _source checkout: http://fixture.googlecode.com/svn/trunk/#egg=fixture-dev
.. _Sphinx: http://sphinx.pocoo.org/</description>
<homepage rdf:resource="http://farmdev.com/projects/fixture/" />
<maintainer><foaf:Person><foaf:name>Kumar McMillan</foaf:name>
<foaf:mbox_sha1sum>d869ed9b3d9edcd96958837ec35bf9a86331006f</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.2</revision></Version></release>
</Project></rdf:RDF>