1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
9 sha256 = "07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d";
13 description = "Read DBF Files with Python";
14 homepage = "https://dbfread.readthedocs.org/";
15 license = with licenses; [ mit ];
16 maintainers = with maintainers; [ vrthra ];