django-powcaptcha


Namedjango-powcaptcha JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/aeyoll/django-powcaptcha
SummaryDjango PowCaptcha form field/widget app.
upload_time2024-07-11 12:28:35
maintainerNone
docs_urlNone
authorJean-Philippe Bidegain
requires_pythonNone
licenseBSD
keywords django powcaptcha
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django PowCaptcha

Django PowCaptcha form field/widget integration app.

## Installation

1. Install with `pip install django-powcaptcha`.

2. Add `'django_powcaptcha'` to your `INSTALLED_APPS` setting.

```python
INSTALLED_APPS = [
    ...,
    'django_powcaptcha',
    ...
]
```

3. Add settings.

For example:

```python
POWCAPTCHA_API_URL = 'https://captcha.yourdomain.com'
POWCAPTCHA_API_TOKEN = 'MyPOWCAPTCHAPrivateKey456'
```

## Usage

### Form

The quickest way to add PowCaptcha to a form is to use the included
`PowCaptchaForm` class. For example:

```python
from django_powcaptcha.forms import PowCaptchaForm

class FormWithCaptcha(PowCaptchaForm):
    ...
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aeyoll/django-powcaptcha",
    "name": "django-powcaptcha",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django, powcaptcha",
    "author": "Jean-Philippe Bidegain",
    "author_email": "jp@bidega.in",
    "download_url": "https://files.pythonhosted.org/packages/7d/cf/46723c487bbca68633ba5bd4006a23a6a7ba1a4f554f42efa53ea80164c5/django_powcaptcha-0.0.3.tar.gz",
    "platform": null,
    "description": "# Django PowCaptcha\n\nDjango PowCaptcha form field/widget integration app.\n\n## Installation\n\n1. Install with `pip install django-powcaptcha`.\n\n2. Add `'django_powcaptcha'` to your `INSTALLED_APPS` setting.\n\n```python\nINSTALLED_APPS = [\n    ...,\n    'django_powcaptcha',\n    ...\n]\n```\n\n3. Add settings.\n\nFor example:\n\n```python\nPOWCAPTCHA_API_URL = 'https://captcha.yourdomain.com'\nPOWCAPTCHA_API_TOKEN = 'MyPOWCAPTCHAPrivateKey456'\n```\n\n## Usage\n\n### Form\n\nThe quickest way to add PowCaptcha to a form is to use the included\n`PowCaptchaForm` class. For example:\n\n```python\nfrom django_powcaptcha.forms import PowCaptchaForm\n\nclass FormWithCaptcha(PowCaptchaForm):\n    ...\n```\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Django PowCaptcha form field/widget app.",
    "version": "0.0.3",
    "project_urls": {
        "Changelog": "https://github.com/aeyoll/django-powcaptcha/blob/main/CHANGELOG.md",
        "Homepage": "https://github.com/aeyoll/django-powcaptcha",
        "Issue Tracker": "https://github.com/aeyoll/django-powcaptcha/issues"
    },
    "split_keywords": [
        "django",
        " powcaptcha"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78940aac00c79abdc3c07694bda88db0e0b57dfadf049e563d239b12b18eab04",
                "md5": "a46461587b918d2a7200e8c41b35e7d7",
                "sha256": "e2024860a50f2fe9becb62607feb9830e03b0e8d08de50675d1656578a3b6846"
            },
            "downloads": -1,
            "filename": "django_powcaptcha-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a46461587b918d2a7200e8c41b35e7d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6161,
            "upload_time": "2024-07-11T12:28:33",
            "upload_time_iso_8601": "2024-07-11T12:28:33.694693Z",
            "url": "https://files.pythonhosted.org/packages/78/94/0aac00c79abdc3c07694bda88db0e0b57dfadf049e563d239b12b18eab04/django_powcaptcha-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dcf46723c487bbca68633ba5bd4006a23a6a7ba1a4f554f42efa53ea80164c5",
                "md5": "8c1e727b6bd37ed3d1f6cf115891e391",
                "sha256": "8775937435a61babfa839bcdd1cfc3297aaac349b075536275277a23c3ff88c4"
            },
            "downloads": -1,
            "filename": "django_powcaptcha-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8c1e727b6bd37ed3d1f6cf115891e391",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4725,
            "upload_time": "2024-07-11T12:28:35",
            "upload_time_iso_8601": "2024-07-11T12:28:35.539081Z",
            "url": "https://files.pythonhosted.org/packages/7d/cf/46723c487bbca68633ba5bd4006a23a6a7ba1a4f554f42efa53ea80164c5/django_powcaptcha-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-11 12:28:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aeyoll",
    "github_project": "django-powcaptcha",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-powcaptcha"
}
        
Elapsed time: 0.64745s