Coverage for aiocoap/resourcedirectory/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-16 16:09 +0000

1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors 

2# 

3# SPDX-License-Identifier: MIT 

4 

5"""Implementations of draft-ietf-core-resource-directory 

6 

7Currently, this only contains the :mod:`client` module. There is an 

8implementation of the server side contained in aiocoap, but it is currently 

9accessible only as :mod:`command line application <aiocoap.cli.rd>`. 

10"""