11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
17 owner = "netbox-community";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-QIvh24ZqnF8uF9HOuY0yt3QT/jHgJ2C916d+rBqezWQ=";
27 propagatedBuildInputs = [
38 # requires docker for integration test
43 changelog = "https://github.com/netbox-community/pynetbox/releases/tag/v${version}";
44 description = "API client library for Netbox";
45 homepage = "https://github.com/netbox-community/pynetbox";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ hexa ];