{ "info": { "author": "Kevin Teague", "author_email": "kevin@bud.ca", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML" ], "description": "Overview\n========\n\nThis package provides a function for ROT 13 encoding text to make it\nemail address displayed on the web harder to automatically harvest by\nspammers.\n\nUsage\n=====\n\nThis package provides three simple functions::\n\n bud.nospam.rot_13_encrypt('some text')\n bud.nospam.js_obfuscated_text('someemail@example.com')\n bud.nospam.js_obfuscated_mailto('someemail@example.com','Some Name')\n \nTypically you will pass a string to the js_obfuscated_text() function,\nand insert the output into a web page. This function will ROT 13 encrypt\nthe text, and embedd it with the necessary Javascript to decrypt the text.\n\nThe js_obfuscated_mailto() is a convenience method for wrapping the\ntext in an anchor tag with a mailto: attribute.\n\nCredit\n======\n\nThis package was inspired by the TextMate ROT13 function, see\n`the original TextMate blog post\n`_ for\nfurther discussion.\n\nCode\n====\n\nThe latest version is available in a `Mercurial repository\n`_. Clone a copy with::\n\n hg clone http://tripbagger.com/hg.repo/bud.nospam/\n\n\nChangelog\n=========\n\n1.0.1 02-24-2009\n----------------\n\n* Fix initial release, was missing HISTORY.txt.\n\n1.0 - 02-24-2009\n----------------\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "web spam", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "bud.nospam", "package_url": "https://pypi.org/project/bud.nospam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bud.nospam/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/bud.nospam/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "ROT 13 encrypt text to prevent spam", "version": "1.0.1" }, "last_serial": 787090, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "453dda2c12c112be3093f188b0e4f0aa", "sha256": "032c6bf60190a0d75fd4929721e781fe16e0404ee96a52a7c93b30a88ce4d819" }, "downloads": -1, "filename": "bud.nospam-1.0.tar.gz", "has_sig": false, "md5_digest": "453dda2c12c112be3093f188b0e4f0aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2933, "upload_time": "2009-02-24T20:42:06", "url": "https://files.pythonhosted.org/packages/31/a4/e67e5c4c22b9b5e31b3ab7e625a6700d753ce00e132d84173a875037418f/bud.nospam-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "25a05c9110d1f42e661589428c26c060", "sha256": "b2da38f3d17a049faf3f79419fadb8de9d4a9528fb2faa94347e12258de8f81a" }, "downloads": -1, "filename": "bud.nospam-1.0.1.tar.gz", "has_sig": false, "md5_digest": "25a05c9110d1f42e661589428c26c060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3251, "upload_time": "2009-02-24T21:53:25", "url": "https://files.pythonhosted.org/packages/91/89/b95112ad454013f3830993ab6e7aa9062b1cbed24c2a8f775df0dfb10a8a/bud.nospam-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25a05c9110d1f42e661589428c26c060", "sha256": "b2da38f3d17a049faf3f79419fadb8de9d4a9528fb2faa94347e12258de8f81a" }, "downloads": -1, "filename": "bud.nospam-1.0.1.tar.gz", "has_sig": false, "md5_digest": "25a05c9110d1f42e661589428c26c060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3251, "upload_time": "2009-02-24T21:53:25", "url": "https://files.pythonhosted.org/packages/91/89/b95112ad454013f3830993ab6e7aa9062b1cbed24c2a8f775df0dfb10a8a/bud.nospam-1.0.1.tar.gz" } ] }