django-recaptcha2


Namedjango-recaptcha2 JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/kbytesys/django-recaptcha2
SummaryDjango reCaptcha v2 field/widget
upload_time2019-01-24 00:41:06
maintainer
docs_urlNone
authorAndrea Briganti
requires_python
licenseGNU LGPL v2
keywords django recaptcha recaptcha2
VCS
bugtrack_url
requirements Django requests
Travis-CI
coveralls test coverage No coveralls.
            This integration app implements a reCAPTCHA field for Google reCAPTCHA v2
with explicit rendering and multiple reCAPTCHA support.

It supports also the invisible reCAPTCHA with the automatic render mode.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kbytesys/django-recaptcha2",
    "name": "django-recaptcha2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django,recaptcha,recaptcha2",
    "author": "Andrea Briganti",
    "author_email": "kbytesys@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/23/6be604b1e19aa9be85b7db5272b9182a7b3b8602e7c6c284f4110292f111/django-recaptcha2-1.4.1.tar.gz",
    "platform": "",
    "description": "This integration app implements a reCAPTCHA field for Google reCAPTCHA v2\nwith explicit rendering and multiple reCAPTCHA support.\n\nIt supports also the invisible reCAPTCHA with the automatic render mode.\n\n",
    "bugtrack_url": null,
    "license": "GNU LGPL v2",
    "summary": "Django reCaptcha v2 field/widget",
    "version": "1.4.1",
    "split_keywords": [
        "django",
        "recaptcha",
        "recaptcha2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1ba9ddc7fd8b5dd8b64d7812aab14640c60e0f1ee525af6556dfe14f6141540",
                "md5": "b60425fca2c9b5c8ab2b1b26a8ad5e6f",
                "sha256": "9ea90db0cec502741be1066c09ec1b8e02a73162a319a042e78e67c4605087af"
            },
            "downloads": -1,
            "filename": "django_recaptcha2-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b60425fca2c9b5c8ab2b1b26a8ad5e6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18723,
            "upload_time": "2019-01-24T00:41:05",
            "upload_time_iso_8601": "2019-01-24T00:41:05.337945Z",
            "url": "https://files.pythonhosted.org/packages/f1/ba/9ddc7fd8b5dd8b64d7812aab14640c60e0f1ee525af6556dfe14f6141540/django_recaptcha2-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb236be604b1e19aa9be85b7db5272b9182a7b3b8602e7c6c284f4110292f111",
                "md5": "427b3f58a2f2e307ea144a6f355c5e8b",
                "sha256": "c0b43851b05c6bf6ebb5ecc890c13ccedacd9bb33d64b4291c74dd6fcbc89366"
            },
            "downloads": -1,
            "filename": "django-recaptcha2-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "427b3f58a2f2e307ea144a6f355c5e8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18196,
            "upload_time": "2019-01-24T00:41:06",
            "upload_time_iso_8601": "2019-01-24T00:41:06.989746Z",
            "url": "https://files.pythonhosted.org/packages/fb/23/6be604b1e19aa9be85b7db5272b9182a7b3b8602e7c6c284f4110292f111/django-recaptcha2-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-01-24 00:41:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kbytesys",
    "github_project": "django-recaptcha2",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Django",
            "specs": [
                [
                    ">=",
                    "1.8"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "django-recaptcha2"
}
        
Elapsed time: 0.18643s