15 buildPythonPackage rec {
16 pname = "ripe-atlas-cousteau";
20 disabled = pythonOlder "3.6";
22 src = fetchFromGitHub {
24 repo = "ripe-atlas-cousteau";
26 hash = "sha256-z8ZXOiCVYughrbmXfnwtks7NPmYpII2BA0+8mr1cdSQ=";
29 pythonRelaxDeps = [ "websocket-client" ];
31 build-system = [ setuptools ];
45 pythonImportsCheck = [ "ripe.atlas.cousteau" ];
48 description = "Python client library for RIPE ATLAS API";
49 homepage = "https://github.com/RIPE-NCC/ripe-atlas-cousteau";
50 changelog = "https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/v${version}/CHANGES.rst";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ raitobezarius ];