Metadata-Version: 1.0
Name: pickey
Version: 0.1.1
Summary: A WSGI Application which can generate authentication key picture.
Home-page: UNKNOWN
Author: Charles Wang
Author-email: charlesw1234@163.com
License: MIT
Description: You may want to provide a picture which contain a human readable keycode
        when register or login. This picture is difficult to be recognized by computer
        but easily for human. So some site require it to ban robot.
        
        pickey is a WSGI middleware which can generate this keycode for the
        application wrapped. Many options are provided to adjust the outlooking of
        the generated picture.
        
        pickey use "gd" to render picture and use "Beaker" to support session.
        
Keywords: web application middleware wsgi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
