<?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>cgi.unescape</name>
<shortdesc>back replace html-safe sequences to special characters</shortdesc>
<description>::
  
  &gt;&gt;&gt; cgi.unescape('&amp;lt; &amp;amp; &amp;gt;')
  '&lt; &amp; &gt;'
  &gt;&gt;&gt; unescape('&amp;#39;')
  "'"
  &gt;&gt;&gt; unescape('&amp;#x27;')
  "'"
				
full list of sequences: htmlentitydefs.entitydefs</description>
<homepage rdf:resource="http://pypi.python.org/pypi/cgi.unescape" />
<maintainer><foaf:Person /></maintainer>
<release><Version><revision>0.0.2</revision></Version></release>
</Project></rdf:RDF>