Source: python-itsdangerous
Maintainer: Simon Fondrie-Teitler <simonft@riseup.net>
Homepage: http://pythonhosted.org/itsdangerous/
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.4

Package: python-itsdangerous
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.7) | python-simplejson, python (>=2.6)
Description: Various helpers to pass trusted data to untrusted environment
 itsdangerous provides a module that is a port of the django signing
 module.  It's not directly copied but some changes were applied to
 make it work better on its own.
 .
 itsdangerous allows web applications to use a key only it knows to
 cryptographically sign data and hand it over to someone else (e.g. a
 user).  When it gets the data back it can easily ensure that nobody
 tampered with it.
