Metadata-Version: 2.1
Name: django-simple-captcha
Version: 0.5.12
Summary: A very simple, yet powerful, Django captcha application
Home-page: https://github.com/mbi/django-simple-captcha
Author: Marco Bonetti
Author-email: mbonetti@gmail.com
License: MIT
Description: *********************
        Django Simple Captcha
        *********************
        
        .. image:: https://travis-ci.org/mbi/django-simple-captcha.png?branch=master
          :target: http://travis-ci.org/mbi/django-simple-captcha
        
        
        Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
        
        .. image:: http://django-simple-captcha.readthedocs.io/en/latest/_images/captcha3.png
        
        Features
        ++++++++
        
        * Very simple to setup and deploy, yet very configurable
        * Can use custom challenges (e.g. random chars, simple maths, dictionary word, ...)
        * Custom generators, noise and filter functions alter the look of the generated image
        * Supports text-to-speech audio output of the challenge text, for improved accessibility
        * Ajax refresh
        
        Requirements
        ++++++++++++
        
        * Django 1.8+
        * A recent version of the Pillow compiled with FreeType support
        * Flite is required for text-to-speech (audio) output, but not mandatory
        
        Python 3 compatibility
        ++++++++++++++++++++++
        
        The current development version supports Python3 via the `six <https://pypi.python.org/pypi/six>`_ compatibility layer.
        You will need to install `Pillow <https://github.com/python-imaging/Pillow>`_ because PIL doesn't support Python3 yet.
        
        
        Documentation
        +++++++++++++
        
        Read the `documentation online <http://django-simple-captcha.readthedocs.org/en/latest/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Django
Provides-Extra: test
