NetworkManager/examples/python/gi
Thomas Haller debd022a6d examples: add python example script "nm-wg-set" for modifying WireGuard profile
Use the script to test how GObject introspection with libnm's WireGuard
support works.

Also, since support for WireGuard peers is not yet implemented in nmcli
(or other clients), this script is rather useful.
2019-02-22 11:00:11 +01:00
..
add_connection.py docs: misc. typos 2018-09-15 09:08:03 +02:00
checkpoint.py examples/python: utilize nm_utils_get_timestamp_msec() 2018-06-15 16:23:30 +02:00
deactivate-all.py docs: misc. typos 2018-09-15 09:08:03 +02:00
device-state-ip4config.py all: replace non-leading tabs with spaces 2018-02-07 13:32:04 +01:00
dns.py examples: add DNS example with python and GObject introspection 2016-12-12 22:06:24 +01:00
firewall-zone.py python: use gi.require_version() in generate-setting-docs.py and examples 2015-11-11 10:56:05 +01:00
get-active-connections.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
get-devices.py examples/python: fix "import gi" in example 2016-11-16 11:50:30 +01:00
get-lldp-neighbors.py python: use gi.require_version() in generate-setting-docs.py and examples 2015-11-11 10:56:05 +01:00
get_ips.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
list-connections.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
nm-connection-update-stable-id.py examples: add python/gi example nm-connection-update-stable-id.py 2017-12-05 19:57:24 +01:00
nm-wg-set examples: add python example script "nm-wg-set" for modifying WireGuard profile 2019-02-22 11:00:11 +01:00
README examples: add README for examples/python/gi 2015-12-07 15:59:20 +01:00
setting-user-data.py examples: add setting-user-data.py 2017-05-06 14:53:09 +02:00
show-wifi-networks.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
update-ip4-method.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
vpn-import.py docs: misc. typos 2018-09-15 09:08:03 +02:00

These examples show how to call libnm from Python using
GObject introspection.