11 buildPythonPackage rec {
12 pname = "openwrt-luci-rpc";
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-RFZCnQTDs3vre0qbedIEnng7lGo3Ikp0Bw4+7sbPRJk=";
21 propagatedBuildInputs = [
27 nativeCheckInputs = [ pytestCheckHook ];
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 ];