<?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>anntools</name>
<shortdesc>Validation and type conversion tools based on function annotation</shortdesc>
<description>The anntools package provides various modules to take advantage
of Python 3.0's new function annotation feature. It supports
validation, conversion and type checking of parameters passed
to functions and their return values. It is useful for adding
security checks and make your code more readable. This package
is useful for Python 2.4 and up, since all functionality is
also provided as keyword arguments for decorators. 

Read the INSTALL file or see the home page for more information,
documentation, tests and examples:

http://code.google.com/p/anntools/</description>
<download-page>http://anntools.googlecode.com/files/anntools-0.5.1-src.zip</download-page>
<homepage rdf:resource="http://code.google.com/p/anntools/" />
<maintainer><foaf:Person><foaf:name>Viktor Ferenczi</foaf:name>
<foaf:mbox_sha1sum>a18330d5c0f7f9a97d180c8ffbd9840f4e886b32</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.5.1</revision></Version></release>
</Project></rdf:RDF>