/usr/share/doc/python3-dns/examples
NameSizeModeActions
ddns.py12040644editdlrm
e164.py1520644editdlrm
mx.py2250644editdlrm
name.py4680644editdlrm
reverse.py13530644editdlrm
reverse_name.py1770644editdlrm
xfr.py3930644editdlrm
zonediff.py111220644editdlrm
Edit: /usr/share/doc/python3-dns/examples/e164.py (152B)
#!/usr/bin/env python from __future__ import print_function import dns.e164 n = dns.e164.from_e164("+1 555 1212") print(n) print(dns.e164.to_e164(n))