{ "info": { "author": "Zeioth", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only" ], "description": "=============\r\nInstallation\r\n=============\r\nRun::\r\n\r\n pip install norecaptcha-python3\r\n\r\n==========================\r\nExample of use\r\n==========================\r\n::\r\n\r\n from norecaptcha3.captcha import submit\r\n \r\n r = submit(remote_ip=user_ip,\r\n response=client_code,\r\n secret_key=captcha_secret)\r\n if not r.is_valid:\r\n raise Exception('Invalid captcha')\r\n\r\n==========================\r\nSupported versions\r\n==========================\r\n- Python >= 3.0\r\n- Google No CAPTCHA reCAPTCHA 1.0", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Zeioth/norecaptcha-python3/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zeioth/norecaptcha-python3", "keywords": "captcha, nocaptcha, recaptcha, google, python3, python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "norecaptcha-python3", "package_url": "https://pypi.org/project/norecaptcha-python3/", "platform": "", "project_url": "https://pypi.org/project/norecaptcha-python3/", "project_urls": { "Download": "https://github.com/Zeioth/norecaptcha-python3/releases", "Homepage": "https://github.com/Zeioth/norecaptcha-python3" }, "release_url": "https://pypi.org/project/norecaptcha-python3/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Python 3 server-side library for google No CAPTCHA reCAPTCHA services.", "version": "1.0.0" }, "last_serial": 1759102, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b31dc2879131f57d8311aaec2493193f", "sha256": "f4ce152c00c125aa2d5464276bfd50a8bf81941df1762a316dc5df878c5dfd9b" }, "downloads": -1, "filename": "norecaptcha-python3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b31dc2879131f57d8311aaec2493193f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1955, "upload_time": "2015-03-05T22:15:44", "url": "https://files.pythonhosted.org/packages/86/7c/dd77090d8872e5ff3150d2fca80bfa44c64fceaf7bf71074150cf0885c20/norecaptcha-python3-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b31dc2879131f57d8311aaec2493193f", "sha256": "f4ce152c00c125aa2d5464276bfd50a8bf81941df1762a316dc5df878c5dfd9b" }, "downloads": -1, "filename": "norecaptcha-python3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b31dc2879131f57d8311aaec2493193f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1955, "upload_time": "2015-03-05T22:15:44", "url": "https://files.pythonhosted.org/packages/86/7c/dd77090d8872e5ff3150d2fca80bfa44c64fceaf7bf71074150cf0885c20/norecaptcha-python3-1.0.0.tar.gz" } ] }