Metadata-Version: 1.1
Name: sweetcaptcha
Version: 0.1
Summary: API for easy integration of sweetcaptchas (http://sweetcaptcha.com/)
Home-page: https://pypi.python.org/pypi/sweetcaptcha
Author: Jaime Wyant
Author-email: programmer.py@gmail.com
License: BSD
Description:     Sweetcaptcha Generator And Validator
            ------------------------------------
        
            Generates and validates sweetcaptchas (http://sweetcaptcha.com/).
        
            Steps to use:
        
              1) Create account at sweetcaptcha.com, which provides an app_id and
                 app_key.
              2) Use sweetcaptcha.get_html to generate the sweetcaptcha HTML widget.
              3) Use sweetcaptcha.check to verify a posted sweetcaptcha.
        
            If you use wtforms, there is a SweetCaptcha widget that will simplify your
            life.  See sweetcaptcha.sweetcaptchawt for documentation.
        
            A demo of the library can be seen by installing Flask and wtforms.  After
            installing the required libraries run sweetcaptcha.flaskdemo.
            
Keywords: sweetcaptcha captcha
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Widget Sets
Classifier: License :: OSI Approved :: BSD License
