{ "info": { "author": "Bartosz Gryszko", "author_email": "b@gryszko.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nreCAPTCHA Mailhide\n=====\n\nReCAPTCHA Mailhide is an app for hiding mails from spammers. To use with Django templates.\n\nInstallation\n-----------\n\nInstall using PIP\n\n``pip install django-recaptcha-mailhide``\n\nAdd \"recaptcha-mailhide\" to your INSTALLED_APPS setting like this:\n\n\tINSTALLED_APPS = (\n\t\t...\n\t\t'recaptcha_mailhide',\n\t)\n\n\tMAILHIDE_PUBLIC_KEY = \"XXX\"\n\tMAILHIDE_PRIVATE_KEY = \"XXX\"\n\nYou can obtain public and private key for free via http://www.google.com/recaptcha/mailhide/apikey\n\nUsage\n-----------\n\nFirst load it in Django template and use it as a filter.\n\n\t{% load mailhide %}\n\tYou can mail me at {{ \"example@example\"|mailhide }}\n\nCredits\n-------------\nAdapted from https://github.com/jbzdak/django-mailhide", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bgryszko/django-recaptcha-mailhide", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-recaptcha-mailhide", "package_url": "https://pypi.org/project/django-recaptcha-mailhide/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-recaptcha-mailhide/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bgryszko/django-recaptcha-mailhide" }, "release_url": "https://pypi.org/project/django-recaptcha-mailhide/1.1/", "requires_dist": null, "requires_python": null, "summary": "ReCAPTCHA Mailhide is an app for hiding mails from spammers. To use with Django templates.", "version": "1.1" }, "last_serial": 1115106, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c2a7ccd63b30b527d3b9f6992292afa5", "sha256": "8e0f1792194d0dda90fb3dd8f3e2a463fe5ae190f66d498c0feaf7107e8f4294" }, "downloads": -1, "filename": "django-recaptcha-mailhide-1.0.tar.gz", "has_sig": false, "md5_digest": "c2a7ccd63b30b527d3b9f6992292afa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5050, "upload_time": "2014-06-02T17:20:27", "url": "https://files.pythonhosted.org/packages/62/49/00f8d648ce03006d24965c5326af84df953ea6da99058da406ff21297e61/django-recaptcha-mailhide-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6491702841c5e7f6333273901314002b", "sha256": "f0acd2a410138f784f833c19d81fea7dcb283f5bbdfb74b9241c898db2472710" }, "downloads": -1, "filename": "django-recaptcha-mailhide-1.1.tar.gz", "has_sig": false, "md5_digest": "6491702841c5e7f6333273901314002b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5104, "upload_time": "2014-06-05T08:17:43", "url": "https://files.pythonhosted.org/packages/4f/6a/6c097c92313cfbe3e7190f8138e90a26b81a38043a5342310c91ffc2a3b3/django-recaptcha-mailhide-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6491702841c5e7f6333273901314002b", "sha256": "f0acd2a410138f784f833c19d81fea7dcb283f5bbdfb74b9241c898db2472710" }, "downloads": -1, "filename": "django-recaptcha-mailhide-1.1.tar.gz", "has_sig": false, "md5_digest": "6491702841c5e7f6333273901314002b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5104, "upload_time": "2014-06-05T08:17:43", "url": "https://files.pythonhosted.org/packages/4f/6a/6c097c92313cfbe3e7190f8138e90a26b81a38043a5342310c91ffc2a3b3/django-recaptcha-mailhide-1.1.tar.gz" } ] }