8 buildPythonPackage rec {
11 format = "setuptools";
15 src = fetchFromGitHub {
16 owner = "NordicSemiconductor";
18 rev = "refs/tags/${version}";
19 hash = "sha256-Vuhwt+esTkvyEIRVYaRGvNMTAXVWBBv/6lpaxN5RrBA=";
27 # No communication possible in the sandbox
28 "test_client_server_communication"
31 pythonImportsCheck = [
36 description = "Simple CoAP (RFC7252) toolkit";
37 homepage = "https://github.com/NordicSemiconductor/piccata";
38 license = licenses.mit;
39 maintainers = with maintainers; [ gebner ];