9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 hash = "sha256-GMLqQ9ojQ649hbbJB+KiQoOhiTWweOgv6zaCDzhIB5A=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [ "gatt" ];
29 description = "Bluetooth (Generic Attribute Profile) GATT SDK for Python";
30 mainProgram = "gattctl";
31 homepage = "https://github.com/getsenic/gatt-python/";
32 license = licenses.mit;