16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
27 hash = "sha256-D3dzO+vhf1utBMmX2RUgvxuaPneFnXDseqfz6CMDmv4=";
30 propagatedBuildInputs = [
45 pythonImportsCheck = [
50 export HOME=$(mktemp -d);
54 description = "Abstraction layer allowing for common interactions with databases and records";
55 homepage = "https://github.com/usnistgov/yabadaba";
56 license = licenses.mit;
57 maintainers = with maintainers; [ fab ];