Metadata-Version: 2.1
Name: recaptcha-client
Version: 2.0.1
Summary: A plugin for reCAPTCHA and reCAPTCHA Mailhide
Home-page: https://github.com/redhat-infosec/python-recaptcha
Author: Ben Maurer, Richard Monk, Andrea Veri
Author-email: rmonk@redhat.com
License: MIT/X11
Description: Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require
        any imaging libraries because the CAPTCHA is served directly from reCAPTCHA.
        Also allows you to securely obfuscate emails with Mailhide. This functionality
        requires pycrypto. This library requires two types of API keys. If you'd like
        to use the CAPTCHA, you'll need a key from https://www.google.com/recaptcha/admin/create.
        For Mailhide, you'll need a key from https://www.google.com/recaptcha/mailhide/apikey.
        
        There is also a Google Group at https://groups.google.com/group/recaptcha/.
        Please use the associated mailing list for any questions or comments:
        recaptcha@googlegroups.com. Like the Google Code project, the Google Group
        mailing list is also shared among the several reCAPTCHA client implementations.
        
        reCAPTCHA is written by Ben Maurer and maintained by Josh Bronson, Richard Monk and
        Andrea Veri. It is licensed under an MIT/X11 license.
        
Platform: UNKNOWN
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Provides-Extra: mailhide
