{ "info": { "author": "Alan Grow", "author_email": "alangrow+percentcoding@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: General" ], "description": "An example of percent encoding is the one defined for URIs in RFC 3986. Percent encoding can also be used for general purpose text escaping. Unlike C backslash escaping, which requires that every reserved character be explicitly named (eg. 0x0a corresponds to \\n), percent encoding can easily accommodate an arbitrary set of reserved characters. For the specific case of URI escaping, the percentcoding library provides 10x faster drop-in replacement for the urllib.quote, urllib.unquote, urllib.quote_plus, and urllib.unquote_plus.", "description_content_type": null, "docs_url": "https://pythonhosted.org/percentcoding/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/acg/python-percentcoding", "keywords": null, "license": "https://github.com/acg/python-percentcoding/blob/master/LICENSE", "maintainer": null, "maintainer_email": null, "name": "percentcoding", "package_url": "https://pypi.org/project/percentcoding/", "platform": "any", "project_url": "https://pypi.org/project/percentcoding/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/acg/python-percentcoding" }, "release_url": "https://pypi.org/project/percentcoding/0.1/", "requires_dist": null, "requires_python": null, "summary": "percentcoding: fast percent encoding and decoding", "version": "0.1" }, "last_serial": 796166, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b4a2487ebe04315f79eeb87664f8016b", "sha256": "0b445cb61dceb5e6565d9eb683515f6aecd73a7967329de086c7b69ea3a8c7e3" }, "downloads": -1, "filename": "percentcoding-0.1.tar.gz", "has_sig": false, "md5_digest": "b4a2487ebe04315f79eeb87664f8016b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12024, "upload_time": "2011-03-14T04:06:41", "url": "https://files.pythonhosted.org/packages/61/57/77be1c497e28b69561836d71077b85a63546236e1f651a7eacbde057538a/percentcoding-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4a2487ebe04315f79eeb87664f8016b", "sha256": "0b445cb61dceb5e6565d9eb683515f6aecd73a7967329de086c7b69ea3a8c7e3" }, "downloads": -1, "filename": "percentcoding-0.1.tar.gz", "has_sig": false, "md5_digest": "b4a2487ebe04315f79eeb87664f8016b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12024, "upload_time": "2011-03-14T04:06:41", "url": "https://files.pythonhosted.org/packages/61/57/77be1c497e28b69561836d71077b85a63546236e1f651a7eacbde057538a/percentcoding-0.1.tar.gz" } ] }