{
"info": {
"author": "Joakim Uddholm",
"author_email": "tethik@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Security",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "=====================\nflask-session-captcha\n=====================\n\n.. image:: https://travis-ci.org/Tethik/flask-session-captcha.svg?branch=master\n :target: https://travis-ci.org/Tethik/flask-session-captcha\n :alt: Travis-CI\n\n.. image:: https://codecov.io/gh/Tethik/flask-session-captcha/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/Tethik/flask-session-captcha\n :alt: codecov\n\n.. image:: https://img.shields.io/pypi/v/flask-session-captcha.svg \n :target: https://pypi.python.org/pypi/flask-session-captcha\n :alt: Latest version \n\n.. image:: https://img.shields.io/pypi/pyversions/flask-session-captcha.svg\n :target: https://pypi.python.org/pypi/flask-session-captcha\n :alt: Supported python versions\n\n.. image:: https://img.shields.io/github/license/Tethik/flask-session-captcha.svg \n :target: https://github.com/Tethik/flask-session-captcha/blob/master/LICENSE\n\n\nA captcha implemention for flask using `flask-sessionstore