10 buildPythonPackage rec {
11 pname = "openwrt-luci-rpc";
15 inherit pname version;
16 sha256 = "sha256-vLRmv8xxbjBp6TDFExfprqw3JGi8qCVZ5bV7AgVZnuA=";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [ "openwrt_luci_rpc" ];
32 description = "Python module for interacting with the OpenWrt Luci RPC interface";
34 This module allows you to use the Luci RPC interface to fetch connected devices
35 on your OpenWrt based router. Supports 15.X & 17.X & 18.X or newer releases of
38 homepage = "https://github.com/fbradyirl/openwrt-luci-rpc";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ matt-snider ];