7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d";
18 description = "Read DBF Files with Python";
19 homepage = "https://dbfread.readthedocs.org/";
20 license = with licenses; [ mit ];