7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "c6a3ed855025662df9b35ae2d1cac3fa41775a7612655804bde7276a8cab8d1c";
16 propagatedBuildInputs = [ aiohttp ];
18 # Project doesn't have any tests
20 pythonImportsCheck = [ "pyxeoma" ];
23 description = "Python wrapper for Xeoma web server API";
24 homepage = "https://github.com/jeradM/pyxeoma";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];