8 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "NordicSemiconductor";
18 sha256 = "0pn842jcf2czjks5dphivgp1s7wiifqiv93s0a89h0wxafd6pbsr";
26 # No communication possible in the sandbox
27 "test_client_server_communication"
30 pythonImportsCheck = [
35 description = "Simple CoAP (RFC7252) toolkit";
36 homepage = "https://github.com/NordicSemiconductor/piccata";
37 license = licenses.mit;
38 maintainers = with maintainers; [ gebner ];