1 { buildPythonPackage, fetchPypi, lib }:
3 buildPythonPackage rec {
9 sha256 = "a1b900d9580aa1c2fab3b123ab7ff33413744da7c5f440bd4aadc4d40d14d920";
12 pythonImportsCheck = [ "pyroapi" ];
14 # tests require pyro-ppl which depends on this package
18 description = "Generic API for dispatch to Pyro backends.";
19 homepage = "http://pyro.ai";
20 license = lib.licenses.mit;
21 maintainers = with lib.maintainers; [ georgewhewell ];