<?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>ObjectRoles</name>
<shortdesc>DEPRECATED: please use the AddOns package instead</shortdesc>
<description>This project has been superseded by the ``AddOns`` package; as it turns out,
the term "add-on" is a much better way to describe what the package does.
This final release is just a stub that wraps the ``AddOns`` package to provide
a backward-compatible API.

Please use the `AddOns`_ package in future, by performing the following renames
in your code::

    Old Name            New Name
    ---------------     ----------------
    peak.util.roles     peak.util.addons
    Role                AddOn
    ClassRole           ClassAddOn
    roledict_for        addons_for
    role_key            addon_key

And of course, you should change your ``install_requires`` to depend on
``AddOns`` instead of ``ObjectRoles``.

.. _AddOns: http://pypi.python.org/pypi/AddOns/</description>
<homepage rdf:resource="http://pypi.python.org/pypi/ObjectRoles" />
<maintainer><foaf:Person><foaf:name>Phillip J. Eby</foaf:name>
<foaf:mbox_sha1sum>74e889834c9780ae22d7c8e13126b991295f6b66</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.6X</revision></Version></release>
</Project></rdf:RDF>