10 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 sha256 = "0ss41hzvlnyll5xc5ddxqyqqw4gnd67yyhci25xnb1vpcz0jqsq8";
22 checkInputs = [ pytestCheckHook pytestcov pytest-asyncio ];
25 description = "Generator-based operators for asynchronous iteration";
26 homepage = "https://aiostream.readthedocs.io";
27 license = licenses.gpl3Only;
28 maintainers = [ maintainers.rmcgibbo ];