kppy icon indicating copy to clipboard operation
kppy copied to clipboard

A Python-module to provide an API to KeePass 1.x files commonly used by KeePassX.

Results 7 kppy issues
Sort by recently updated
recently updated
newest added

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.

Implement the remaining features of KeePass 2.x files.

enhancement

Implemend editing and saving of KeePass 2.x files.

enhancement

Implement parsing of KeePass 2.x files.

enhancement

Find out how KeePass 2.x files are structured and which features need to be implemented.