1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-itsdangerous
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Fondrie-Teitler <simonft@riseup.net>, Thomas Goirand <zigo@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
python-sphinx
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-itsdangerous.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-itsdangerous.git
Homepage: http://pythonhosted.org/itsdangerous/
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-python
Package: python-itsdangerous
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-simplejson
Description: Various helpers to pass trusted data to untrusted environment - Python 2.x
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.
.
This package provides the itsdangerous Python module for Python 2.x.
Package: python3-itsdangerous
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-simplejson
Description: Various helpers to pass trusted data to untrusted environment - Python 3.x
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.
.
This package provides the itsdangerous Python module for Python 3.x.
Package: python-itsdangerous-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Various helpers to pass trusted data to untrusted environment - doc
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.
.
This package provides the documentation.
|