forked from chrysn/aiocoap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup: deploy aiocoap-proxy as a console entry point
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,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() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters