1 { lib, fetchPypi, buildPythonPackage
2 , lxml, pycryptodome, colorama }:
4 buildPythonPackage rec {
6 version = "0.3.1.post1";
10 inherit pname version;
11 sha256 = "0pwg7n9xqcjia1qmz6g48h5s31slh3mxmcqag73gq4zhl4xb6bai";
14 propagatedBuildInputs = [ lxml pycryptodome colorama ];
20 homepage = "https://github.com/libkeepass/libkeepass";
21 description = "A library to access KeePass 1.x/KeePassX (v3) and KeePass 2.x (v4) files";
22 license = licenses.gpl2Plus;
23 maintainers = with maintainers; [ jqueiroz ];