8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-GMLqQ9ojQ649hbbJB+KiQoOhiTWweOgv6zaCDzhIB5A=";
20 propagatedBuildInputs = [
25 pythonImportsCheck = [ "gatt" ];
28 description = "Bluetooth (Generic Attribute Profile) GATT SDK for Python";
29 mainProgram = "gattctl";
30 homepage = "https://github.com/getsenic/gatt-python/";
31 license = licenses.mit;
32 maintainers = with maintainers; [ ];