1 { lib, fetchPypi, buildPythonPackage, agate, dbf, dbfread }:
3 buildPythonPackage rec {
7 propagatedBuildInputs = [ agate dbf dbfread ];
10 inherit pname version;
11 sha256 = "589682b78c5c03f2dc8511e6e3edb659fb7336cd118e248896bb0b44c2f1917b";
15 description = "Adds read support for dbf files to agate";
16 homepage = "https://github.com/wireservice/agate-dbf";
17 license = with licenses; [ mit ];
18 maintainers = with maintainers; [ vrthra ];