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
|
Source: pykeepass
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Henry-Nicolas Tourneur <debian@nilux.be>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-argon2,
python3-construct (>= 2.10.52),
python3-dateutil,
python3-future,
python3-lxml,
python3-pycryptodome (>= 3.9.4),
python3-setuptools
Standards-Version: 4.5.0
Rules-Requires-Root: no
X-Python3-Version: >= 3.7
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.org/project/pykeepass/
Vcs-Git: https://salsa.debian.org/python-team/packages/pykeepass.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pykeepass
Package: python3-pykeepass
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: KeePass database library - Python 3.x Module
This library allows one to write entries to a KeePass database.
It is compatible the KDBX3 and 4 formats.
KeePass databases are encrypted vault files used to store credentials.
|