Codebase list aiocoap / multiarch-fixes/main aiocoap-proxy
multiarch-fixes/main

Tree @multiarch-fixes/main (Download .tar.gz)

aiocoap-proxy @multiarch-fixes/main

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

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

import aiocoap.cli.proxy

aiocoap.cli.proxy.sync_main()