Codebase list aiocoap / upstream/0.3 aiocoap-client
upstream/0.3

Tree @upstream/0.3 (Download .tar.gz)

aiocoap-client @upstream/0.3raw · history · blame

1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3

"""This script can be used to access the aiocoap command line client when
setup.py is not used to create an entry point for it (eg. when running from the
source directory)."""

import aiocoap.cli.client

aiocoap.cli.client.sync_main()