1 { aiohttp, buildPythonPackage, fetchPypi, isPy3k, lib, python, requests }:
3 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1hx88m8b8kfb2gm6hii5ldjv7hlvqf99cz0w2vj0d0grrxcbn5cz";
15 propagatedBuildInputs = [ requests aiohttp ];
18 ${python.interpreter} tests/test_agent.py
22 description = "A python wrapper around the Agent REST API.";
23 homepage = "https://github.com/ispysoftware/agent-py";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ jamiemagee ];