Codebase list aiocoap / run/22045c38-c300-45a1-9b4a-6f3fbcd81559/main aiocoap-client
run/22045c38-c300-45a1-9b4a-6f3fbcd81559/main

Tree @run/22045c38-c300-45a1-9b4a-6f3fbcd81559/main (Download .tar.gz)

aiocoap-client @run/22045c38-c300-45a1-9b4a-6f3fbcd81559/mainraw · 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()