diff --git a/README.md b/README.md index de3901e..31043f8 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ KeePass is a free open source password manager, which helps you to manage your p ## API libraries -* [libkeepass](https://github.com/libkeepass/libkeepass) - `python` Low-level Python (2.7/3.x) module to read KeePass 1.x/KeePassX (v3) and KeePass 2.x (v4) files. +* [libkeepass](https://github.com/libkeepass/libkeepass) - `python` Low-level Python (2.7/3.x) module to read KeePass 1.x/KeePassX (v3) and KeePass 2.x (v4) files. *deprecated - use pykeepass* +* [pykeepass](https://github.com/libkeepass/pykeepass) - `python` Python library to interact with keepass databases (supports KDBX3 and KDBX4) * [kdbxweb](https://github.com/keeweb/kdbxweb) - `javascript` High-performance javascript library for reading/writing KeePass v2 databases (kdbx) in node.js or browser. * [keepass-rs](https://github.com/sseemayer/keepass-rs) - `Rust` Rust library for reading KeePass database files (kdbx). * [keepass.io](https://github.com/snapserv/keepass.io) - `javascript` Node.js library for reading and writing KeePass databases.