brettviren / python-keepass

Python interface to KeePass file format v3 (used in KeePass V1.x and KeePassX)
Other
159 stars 30 forks source link

Initializing finished; porting to python v3; configuring package "keepass" #12

Open Friz-zy opened 10 years ago

Friz-zy commented 10 years ago

Initializing an empty database has been finished; move new_entry and new_group to infoblock.info; add new function for group managing. Porting to python v3 with "six" library. Now works with both 2 and 3. Preparing setup.py and init.py for "keepass" module.