1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: pycaptcha
Section: python
Priority: optional
Uploaders: Olivier Sallou <osallou@debian.org>
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 8),
python-imaging (>= 1.1.5),
python (>= 2.6)
Standards-Version: 3.9.5
Homepage: http://pypi.python.org/pypi/PyCAPTCHA/0.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pycaptcha/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pycaptcha/trunk/
Package: python-captcha
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-imaging (>= 1.1.5), ttf-bitstream-vera
Description: collection of Python modules implementing CAPTCHAs
This package contains Python modules to add some captcha
in an application to recognize a human versus a robot.
The package generates an image based on a dictionary.
|