Metadata-Version: 1.1
Name: htmlentity2ascii
Version: 1.0
Summary: Python module to convert html entities to ascii
Home-page: http://stackoverflow.com/questions/1197981/convert-html-entities-to-ascii-in-python/1582036#1582036
Author: Zikzakmedia
Author-email: zikzak@zikzakmedia.com
License: GPL-3
Description: htmlentity2ascii
        ================
        
        Python module to convert html entity to ascii.
        
        Nutshell
        --------
        
        Here a simple example to convert html entity to ascii:
        
            >>> import htmlentity2ascii
            >>> htmlentity2ascii.convert('Caracter&iacute;sticas T&eacute;cnicas')
            Características Técnicas
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
