1 { lib, buildPythonPackage, fetchPypi, pytestCheckHook }:
3 buildPythonPackage rec {
10 sha256 = "131ifm2c2a7bipij597i8fvjka0dk2qv1xr2ghcvbc30jlkvag2g";
13 checkInputs = [ pytestCheckHook ];
16 description = "Database connections for multi-threaded environments";
17 homepage = "https://webwareforpython.github.io/DBUtils/";
18 license = licenses.mit;
19 maintainers = with maintainers; [ SuperSandro2000 ];