{ "info": { "author": "Niels Serup", "author_email": "ns@metanohi.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: DFSG approved", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "==================\nhtmlentitiesdecode\n==================\n\nThis module makes it easy to decode html entities in strings.\n\nLicense\n=======\nhtmlentitiesdecode is free software under the terms of the Do What The\nFuck You Want To Public License version 2 (or any later version). The\nauthor of htmlentities is Niels Serup, contactable at\nns@metanohi.org. This is version 0.1.1 of the program.\n\nInstalling\n==========\nIf you have python-setuptools installed, you can just do this::\n\n $ sudo easy_install htmlentitiesdecode\n\nAlternatively, download and extract the gzipped tarball found on this\nvery page, and then run this::\n\n $ sudo python setup.py install\n\nThe newest version of ``htmlentitiesdecode`` is always available at\nhttp://metanohi.org/projects/htmlentitiesdecode/ and at the Python\nPackage Index.\n\nUsing\n=====\nThis module has only one main function: ``decode``. Example usage:\n\n>>> from htmlentitiesdecode import decode as entity_decode\n>>> print entity_decode('Wie heißt du?')\nWie hei\u00dft du?\n>>> print entity_decode('Ich heiße \"htmlentitiesdecode\".')\nIch hei\u00dfe \"htmlentitiesdecode\".\n>>> print entity_decode('Wir heißen \"modules\".')\nWir hei\u00dfen \"modules\".\n\nRunning\n=======\nWhen this module has been installed, you will have both a module and a\ncommand-line script that uses the decode function of the module. This\nscript can be run this way::\n\n $ decodehtmlentities TEXT\n\nChangelog\n=========\n* Version 0.1.0: Initial release\n* Version 0.1.1: Fixed error in README", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://metanohi.org/projects/htmlentitiesdecode/", "keywords": null, "license": "COPYING.txt", "maintainer": null, "maintainer_email": null, "name": "htmlentitiesdecode", "package_url": "https://pypi.org/project/htmlentitiesdecode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/htmlentitiesdecode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://metanohi.org/projects/htmlentitiesdecode/" }, "release_url": "https://pypi.org/project/htmlentitiesdecode/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Decode html entities.", "version": "0.1.1" }, "last_serial": 793052, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "da4516388c35113e9be7d02ded9f95ee", "sha256": "87abab730a21bdea81a328df355d67d9f4d79c77278b87cba855e512fcf4032c" }, "downloads": -1, "filename": "htmlentitiesdecode-0.1.0.tar.gz", "has_sig": false, "md5_digest": "da4516388c35113e9be7d02ded9f95ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2881, "upload_time": "2010-08-01T02:16:28", "url": "https://files.pythonhosted.org/packages/a5/65/b182f5554fbada36abf5eda7a7284cc9a32744194c0ac820433a20468f97/htmlentitiesdecode-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6f68612cf1212baac0c6f0f698e0480c", "sha256": "6110b4d4ae95a4786cb607196deea75ad8b86db585ac60fd11aa7fa4c44e52f6" }, "downloads": -1, "filename": "htmlentitiesdecode-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6f68612cf1212baac0c6f0f698e0480c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2942, "upload_time": "2010-08-19T22:10:36", "url": "https://files.pythonhosted.org/packages/c4/e4/3faff5bc66bb14781b1091e7cf2d100a78ab9404f4f09330836f826d5973/htmlentitiesdecode-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f68612cf1212baac0c6f0f698e0480c", "sha256": "6110b4d4ae95a4786cb607196deea75ad8b86db585ac60fd11aa7fa4c44e52f6" }, "downloads": -1, "filename": "htmlentitiesdecode-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6f68612cf1212baac0c6f0f698e0480c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2942, "upload_time": "2010-08-19T22:10:36", "url": "https://files.pythonhosted.org/packages/c4/e4/3faff5bc66bb14781b1091e7cf2d100a78ab9404f4f09330836f826d5973/htmlentitiesdecode-0.1.1.tar.gz" } ] }