12 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 sha256 = "sha256-8g8DrFvhecdPsfiw+uKnfJOrLQeuFUziK2Jl3xKmrf4=";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "xknx" ];
38 description = "KNX Library Written in Python";
40 XKNX is an asynchronous Python library for reading and writing KNX/IP
41 packets. It provides support for KNX/IP routing and tunneling devices.
43 homepage = "https://github.com/XKNX/xknx";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];