NetworkManager/examples/python/gi
Thomas Haller 2a30bef856 examples: improve checkpoint.py for python/gi
- make python2 and python3 compatible
- support Checkpoint create flags (requires recent libnm for GI
  of flags)
- support adjust-rollback-timeout command
- print elapsed time in show output
2018-04-04 14:02:13 +02:00
..
add_connection.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01:00
checkpoint.py examples: improve checkpoint.py for python/gi 2018-04-04 14:02:13 +02:00
deactivate-all.py python: make dbus, gi examples, and debug-helper.py python3 ready 2017-12-04 11:21:40 +01: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
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 examples: add python example using VPN import code 2017-11-06 18:37:05 +01:00

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