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

0 statements  

« prev     ^ index     » next       coverage.py v7.6.3, created at 2024-10-15 22:10 +0000

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

2# 

3# SPDX-License-Identifier: MIT 

4 

5"""Client components for RFC9176_ 

6 

7Currently, this only contains the :mod:`register` module, which helps utilizing 

8the registration interface of a resource directory. 

9 

10.. _RFC9176: https://datatracker.ietf.org/doc/html/rfc9176 

11"""