Metadata-Version: 1.0
Name: cgi.unescape
Version: 0.0.2
Summary: back replace html-safe sequences to special characters
Home-page: http://pypi.python.org/pypi/cgi.unescape
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        ::
        
        >>> cgi.unescape('&lt; &amp; &gt;')
        '< & >'
        >>> unescape('&#39;')
        "'"
        >>> unescape('&#x27;')
        "'"
        
        full list of sequences: htmlentitydefs.entitydefs
Keywords: html xml sgml escape unescape quote unquote cgi www web xhtml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
