Package Details: python-kppy 1.5.2-2

Git Clone URL: https://aur.archlinux.org/python-kppy.git (read-only, click to copy)
Package Base: python-kppy
Description: A Python-module to provide an API to KeePass 1.x files commonly used by KeePassX.
Upstream URL: https://github.com/raymontag/kppy
Licenses: ISC
Submitter: None
Maintainer: imlonghao
Last Packager: imlonghao
Votes: 17
Popularity: 0.000000
First Submitted: 2015-08-18 20:28 (UTC)
Last Updated: 2020-01-11 08:18 (UTC)

Latest Comments

The-Compiler commented on 2018-09-23 13:45 (UTC) (edited on 2018-09-23 13:45 (UTC) by The-Compiler)

It looks like this should depend on python-pycryptodomex (which provides the Cryptodome package) and not python-crypto (which installs python-pycryptodome which provides the Crypto package only):

Traceback (most recent call last):
  File "/usr/bin/keepassc", line 31, in <module>
    from kppy.database import KPDBv1
  File "/usr/lib/python3.7/site-packages/kppy/database.py", line 11, in <module>
    from Cryptodome import Random
ModuleNotFoundError: No module named 'Cryptodome'