<?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>pyrels</name>
<shortdesc>A tool for displaying relationships between Python objects.</shortdesc>
<description>`Pyrels` is a tool for exploring and visualizing relationships between 
Python objects. It does so by analysing and converting Python namespaces 
into `GraphViz &lt;http://www.graphviz.org&gt;`_ files in the 
`DOT &lt;http://www.graphviz.org/doc/info/lang.html&gt;`_ format. 
That means it displays relationships like references between Python names 
and the objects they point to, as well as containment between Python 
container objects (lists, tuples and dictionaries) and the respective 
objects they contain.

At the moment `pyrels` is best used on Python data structures, but it is 
intended to develop it further so that it can also display other types of  relationships like inheritance, module imports, etc. 

One target group for `pyrels` are article and/or book authors who wish to 
illustrate Python data structures graphically without spending a lot of 
time for creating these illustrations manually. `Pyrels` can help you 
automate this process.</description>
<download-page>http://www.dinu-gherman.net/tmp/pyrels-0.1.0.tar.gz</download-page>
<homepage rdf:resource="http://www.dinu-gherman.net/" />
<maintainer><foaf:Person><foaf:name>Dinu Gherman</foaf:name>
<foaf:mbox_sha1sum>7bb08fcdc2bcde8b5c6a9f3d15260508624e7291</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.0</revision></Version></release>
</Project></rdf:RDF>