<?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>decorator</name>
<shortdesc>Better living through Python with decorators.</shortdesc>
<description>As of now, writing custom decorators correctly requires some experience 
and it is not as easy as it could be. For instance, typical implementations
of decorators involve nested functions, and we all know 
that flat is better than nested. Moreover, typical implementations
of decorators do not preserve the signature of decorated functions,
thus confusing both documentation tools and developers.

The aim of the decorator module it to simplify the usage of decorators 
for the average programmer, and to popularize decorators usage giving 
examples of useful decorators, such as memoize, tracing, 
redirecting_stdout, locked, etc.</description>
<homepage rdf:resource="http://www.phyast.pitt.edu/~micheles/python/documentation.html" />
<maintainer><foaf:Person><foaf:name>Michele Simionato</foaf:name>
<foaf:mbox_sha1sum>ab893da5395b555f05aea49f8d6fd4378261e15f</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.3.2</revision></Version></release>
</Project></rdf:RDF>