File: aiocoap-keygen

package info (click to toggle)
aiocoap 0.4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,040 kB
  • sloc: python: 17,241; makefile: 23; sh: 9
file content (13 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python3
# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
#
# SPDX-License-Identifier: MIT

"""This script can be used to access the aiocoap key generator when its entry
points have not been installed (eg. when running from the source directory)."""

import aiocoap.cli.keygen

# When changing this, beware that the projects.scripts entry points need to be
# changed as well.
aiocoap.cli.keygen.main()