8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-9CTAupAxZI1twoLpgr7VfECw70QunE6pk+SskiT3JDw=";
19 propagatedBuildInputs = [ typing-extensions ];
21 checkInputs = [ pytestCheckHook ];
24 description = "A simple future-based async library for python";
25 homepage = "https://github.com/google/duet";
26 maintainers = with maintainers; [ drewrisinger ];