Coverage for aiocoap/cli/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.6.8, created at 2024-11-28 12:34 +0000
« prev ^ index » next coverage.py v7.6.8, created at 2024-11-28 12:34 +0000
1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
2#
3# SPDX-License-Identifier: MIT
5"""Container module for command line utilities bundled with aiocoap.
7These modules are not considered to be a part of the aioCoAP API, and are thus
8subject to change even when the project reaches a stable version number. If you
9want to use any of that infrastructure, please file a feature request for
10stabilization in the project's issue tracker.
12The tools themselves are documented in :doc:`/tools`.
13"""