trustcaptcha-python


Nametrustcaptcha-python JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryTrustcaptcha library for python
upload_time2024-03-18 18:48:55
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords captcha gdpr privacy security made-in-germany eu european-union
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Trustcaptcha Python-Library

The Python library helps you to integrate Trustcaptcha into your Python backend applications.


## What is Trustcaptcha?

A captcha solution that protects you from bot attacks and puts a special focus on user experience and data protection.

You can find more information on your website: [www.trustcaptcha.com](https://www.trustcaptcha.com).


## How does the library work?

Detailed instructions and examples for using the library can be found in our [documentation](https://trustcaptcha.com/en/documentation/backend/python).


## Short example

Here you can see a short code example of a possible integration. Please refer to our provided [documentation](https://trustcaptcha.com/en/documentation/backend/python) for complete and up-to-date integration instructions.

Installing the library

``pip install trustcaptcha-python``

Fetching and handling the result

```
# Retrieving the verification result
verification_result = CaptchaManager.get_verification_result("<your_secret_key>", <verification_token>)

# Do something with the verification result
if verification_result.verificationPassed is not True or verification_result.score > 0.5:
    print("Verification failed, or bot score is higher than 0.5 – this could indicate a bot.")
```

## Ideas and support

If you have any ideas, suggestions, or need support, please [contact us](https://about.trustcaptcha.com/en#contact-us).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trustcaptcha-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "captcha,gdpr,privacy,security,made-in-germany,eu,european-union",
    "author": "",
    "author_email": "Trustcaptcha GmbH <mail@trustcaptcha.com>",
    "download_url": "https://files.pythonhosted.org/packages/c6/4f/f5ff227bc17f4f5ede30af3a89a7b665b1bc57dfbffc3157ef72cdc8f4c4/trustcaptcha-python-1.0.1.tar.gz",
    "platform": null,
    "description": "# Trustcaptcha Python-Library\n\nThe Python library helps you to integrate Trustcaptcha into your Python backend applications.\n\n\n## What is Trustcaptcha?\n\nA captcha solution that protects you from bot attacks and puts a special focus on user experience and data protection.\n\nYou can find more information on your website: [www.trustcaptcha.com](https://www.trustcaptcha.com).\n\n\n## How does the library work?\n\nDetailed instructions and examples for using the library can be found in our [documentation](https://trustcaptcha.com/en/documentation/backend/python).\n\n\n## Short example\n\nHere you can see a short code example of a possible integration. Please refer to our provided [documentation](https://trustcaptcha.com/en/documentation/backend/python) for complete and up-to-date integration instructions.\n\nInstalling the library\n\n``pip install trustcaptcha-python``\n\nFetching and handling the result\n\n```\n# Retrieving the verification result\nverification_result = CaptchaManager.get_verification_result(\"<your_secret_key>\", <verification_token>)\n\n# Do something with the verification result\nif verification_result.verificationPassed is not True or verification_result.score > 0.5:\n    print(\"Verification failed, or bot score is higher than 0.5 \u2013 this could indicate a bot.\")\n```\n\n## Ideas and support\n\nIf you have any ideas, suggestions, or need support, please [contact us](https://about.trustcaptcha.com/en#contact-us).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Trustcaptcha library for python",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "captcha",
        "gdpr",
        "privacy",
        "security",
        "made-in-germany",
        "eu",
        "european-union"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f974e68df25d03d8ab70d52cce46313494dd3b73b10c86f96472e37dce3970b1",
                "md5": "d7b98b886dff8652d060134eb3cd90a6",
                "sha256": "6f47f5dd92f9bf16b7468ef0105da573ebe8985704a374ba1e48789534a068a6"
            },
            "downloads": -1,
            "filename": "trustcaptcha_python-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7b98b886dff8652d060134eb3cd90a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5354,
            "upload_time": "2024-03-18T18:48:53",
            "upload_time_iso_8601": "2024-03-18T18:48:53.950315Z",
            "url": "https://files.pythonhosted.org/packages/f9/74/e68df25d03d8ab70d52cce46313494dd3b73b10c86f96472e37dce3970b1/trustcaptcha_python-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c64ff5ff227bc17f4f5ede30af3a89a7b665b1bc57dfbffc3157ef72cdc8f4c4",
                "md5": "0cb994c9b94704287ee1eebbac2e3cdc",
                "sha256": "f4fb8a4f230847ee690e8f02ff10228af03ea2b9ff94994eaada0d89febd6055"
            },
            "downloads": -1,
            "filename": "trustcaptcha-python-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0cb994c9b94704287ee1eebbac2e3cdc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4632,
            "upload_time": "2024-03-18T18:48:55",
            "upload_time_iso_8601": "2024-03-18T18:48:55.689182Z",
            "url": "https://files.pythonhosted.org/packages/c6/4f/f5ff227bc17f4f5ede30af3a89a7b665b1bc57dfbffc3157ef72cdc8f4c4/trustcaptcha-python-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 18:48:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trustcaptcha-python"
}
        
Elapsed time: 0.20798s