# Django Yandex SmartCaptcha
Django Smart Captcha form field/widget integration app.
## Installation
1. Sign up for [Yandex SmartCaptcha](https://yandex.cloud/en/docs/smartcaptcha/).
2. Install with pip install `django-yandex-captcha`.
3. Configure Yandex SmartCaptcha credentials in `settings.py`:
```python
YANDEX_CAPTCHA_CLIENT_KEY = "..."
YANDEX_CAPTCHA_SERVER_KEY = "..."
```
## Usage
Just add the field to your Django form:
```python
from django import forms
from django_yandex_captcha.fields import YandexCaptchaField
class FormWithCaptcha(forms.Form):
captcha = YandexCaptchaField()
```
## Credits
Based on [django-recaptcha](https://github.com/django-recaptcha/django-recaptcha).
Raw data
{
"_id": null,
"home_page": null,
"name": "django-yandex-captcha",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django, yandex captcha, yandex smartcaptcha, smartcaptcha, captcha",
"author": null,
"author_email": "Tigran Saluev <tigran@saluev.com>",
"download_url": "https://files.pythonhosted.org/packages/c9/8e/0d578052a67ed23c3bef62ba0af5216f334cfeea69af83ac568cd2474f37/django_yandex_captcha-0.0.5.tar.gz",
"platform": null,
"description": "# Django Yandex SmartCaptcha\n\nDjango Smart Captcha form field/widget integration app.\n\n## Installation\n\n1. Sign up for [Yandex SmartCaptcha](https://yandex.cloud/en/docs/smartcaptcha/).\n2. Install with pip install `django-yandex-captcha`.\n3. Configure Yandex SmartCaptcha credentials in `settings.py`:\n\n```python\nYANDEX_CAPTCHA_CLIENT_KEY = \"...\"\nYANDEX_CAPTCHA_SERVER_KEY = \"...\"\n```\n\n## Usage\n\nJust add the field to your Django form:\n\n```python\nfrom django import forms\nfrom django_yandex_captcha.fields import YandexCaptchaField\n\n\nclass FormWithCaptcha(forms.Form):\n captcha = YandexCaptchaField()\n```\n\n## Credits\n\nBased on [django-recaptcha](https://github.com/django-recaptcha/django-recaptcha).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Django Yandex Captcha form field/widget app.",
"version": "0.0.5",
"project_urls": {
"Issue Tracker": "https://github.com/Saluev/django-yandex-captcha/issues",
"Source": "https://github.com/Saluev/django-yandex-captcha"
},
"split_keywords": [
"django",
" yandex captcha",
" yandex smartcaptcha",
" smartcaptcha",
" captcha"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d449907b62f55f8c7154cca0cd681f12ce740e2b3b6247b5cef326bea2a6b2f9",
"md5": "2d5a173f8567f61d70faee718b5848d0",
"sha256": "c7e98d97e3eb3fdf138efee8a2946472798a8a79083ccdec7ce7a8b1891a71f4"
},
"downloads": -1,
"filename": "django_yandex_captcha-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2d5a173f8567f61d70faee718b5848d0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6870,
"upload_time": "2025-08-18T12:40:22",
"upload_time_iso_8601": "2025-08-18T12:40:22.684123Z",
"url": "https://files.pythonhosted.org/packages/d4/49/907b62f55f8c7154cca0cd681f12ce740e2b3b6247b5cef326bea2a6b2f9/django_yandex_captcha-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c98e0d578052a67ed23c3bef62ba0af5216f334cfeea69af83ac568cd2474f37",
"md5": "5bf45c8dc20e162d2ed26710d549e2d9",
"sha256": "3b072ce45b7978170781d62ef07f5a868874d2fbafd4fe35382c416d57250177"
},
"downloads": -1,
"filename": "django_yandex_captcha-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "5bf45c8dc20e162d2ed26710d549e2d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5431,
"upload_time": "2025-08-18T12:40:23",
"upload_time_iso_8601": "2025-08-18T12:40:23.621064Z",
"url": "https://files.pythonhosted.org/packages/c9/8e/0d578052a67ed23c3bef62ba0af5216f334cfeea69af83ac568cd2474f37/django_yandex_captcha-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-18 12:40:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Saluev",
"github_project": "django-yandex-captcha",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "django-yandex-captcha"
}