8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
18 hash = "sha256-jkhWWxKtK0sfIU3gKU3utLKFePWyq7QNaMKSS2TX4Ac=";
25 pythonImportsCheck = [
30 description = "Database connections for multi-threaded environments";
31 homepage = "https://webwareforpython.github.io/DBUtils/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ ];