Source: pwman3
Section: utils
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
    debhelper (>= 9),
    python-all (>= 2.6.6-3~),
    python-setuptools
Standards-Version: 3.9.5
Homepage: https://github.com/pwman3/pwman3
Vcs-Git: git://anonscm.debian.org/users/kolter/pwman3.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/pwman3.git
X-Python-Version: >= 2.6

Package: pwman3
Architecture: all
Depends:
    ${misc:Depends},
    ${python:Depends},
    python-crypto,
    python-colorama (>= 0.2.4)
Recommends: python-mysqldb, python-pygresql
Suggests: mysql-server | postgresql, xsel
Description: console password management application
 Pwman3 aims to provide a simple but powerful command line interface for
 password management. It allows one to store your password in a sqlite database
 locked by a master password which can be encrypted with different algorithms
 (e.g Blowfish, AES, DES3).
 .
 It is also possible to tag them to ease searches in a large amount of
 passwords
