kppy
kppy copied to clipboard
A Python-module to provide an API to KeePass 1.x files commonly used by KeePassX.
This change was made to make it easier to understand which argument did not validate. Make the 'create_entry' and 'create_group' methods returned the created object for easier manipulation and re-use...
The documentation [here](http://raymontag.github.io/kppy/docu.html) shows to do `from kppy import KPDB, KPError` However, from looking through the source, it looks like this should be from kppy.exceptions import KPError from kppy.database import...
KeepassX supports the creation of databases encrypted with TwoFish. I am not able to open such a db with your program.
Find out how KeePass 2.x files are structured and which features need to be implemented.