A minimalist Python client for the Google reCAPTCHA 2.0 API.
Usage:
>>> import recaptcha2
>>> recaptcha2.verify(SECRET_KEY, INVALID_RESPONSE, REMOTE_IP)
{u'error-codes': [u'invalid-input-response'], u'success': False}
>>> recaptcha2.verify(SECRET_KEY, VALID_RESPONSE, REMOTE_IP)
{u'success': True}
Release files for recaptcha2 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| recaptcha2-0.1.tar.gz | 1.5 kB | Details |
Release files / recaptcha2-0.1.tar.gz
| Download URL | recaptcha2-0.1.tar.gz |
|---|---|
| Size | 1.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
614df17947bc1376642b287ef8dfea8d482a0d44660c876209a256d110069a54
|
|
BLAKE2b-256 checksum How to use checksums |
69307a5df1ed8ec478c9855d47ceb30dc2d1e3ed0298cfc37f4cf22f356dad28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |