22 buildPythonPackage rec {
25 format = "setuptools";
27 src = fetchFromGitHub {
31 hash = "sha256-ZGvntLbXIWmL0WoT+kQoNT6gDPgsSKwHQQjYlarvnKo=";
34 propagatedBuildInputs = [
53 # Tests require network access
56 pythonImportsCheck = [
61 description = "Python API Client for PatrOwl";
62 homepage = "https://github.com/Patrowl/Patrowl4py";
63 license = licenses.agpl3Only;
64 maintainers = with maintainers; [ fab ];