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
|
Source: securepass-tools
Section: python
Priority: optional
Maintainer: Debian SecurePass <pkg-securepass-devel@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 9~),
dh-exec,
dh-python,
python-all,
python-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Homepage: https://github.com/garlsecurity/securepass-tools
Vcs-Git: git://anonscm.debian.org/pkg-securepass/securepass-tools.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-securepass/securepass-tools.git
Package: python-securepass
Architecture: all
Depends:
python-pycurl,
${misc:Depends},
${python:Depends}
Description: Python module to access SecurePass
SecurePass provides web single sign-on through the CAS protocol
.
This package provides various command line utilities and Django
backend to access the SecurePass's RESTful APIs.
|