NetworkManager/examples/python/gi
Thomas Haller 28a1afca63
python: reformat with black-23.7.0-2.fc39.noarch
The base image for the "check-tree" test got bumped to Fedora 39.  This
brings a new python-black version (23.7.0 vs. 22.8.0) and requires
reformatting.

Maybe we should stick to 22.8.0, via `pip install`. But it seems better
to just follow the latest black version (the one from current Fedora).

So do the reformatting instead.

https://black.readthedocs.io/en/stable/change_log.html#id38
2023-12-06 11:56:11 +01:00
..
add_connection.py docs: update URL for latest online documentation 2021-09-24 14:41:35 +02:00
checkpoint.py examples: fix handling "--last" argument in "examples/python/gi/checkpoint.py" 2022-12-09 10:16:36 +01:00
deactivate-all.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
device-reapply.py examples: add python example for reapply 2022-12-14 17:31:17 +01:00
device-state-ip4config.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
dns.py examples/python: avoid Python2 "print" statement 2022-02-14 17:02:34 +01:00
firewall-zone.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
get-active-connections.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
get-devices.py examples/python: avoid Python2 "print" statement 2022-02-14 17:02:34 +01:00
get-interface-flags.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
get-lldp-neighbors.py examples/python: avoid Python2 "print" statement 2022-02-14 17:02:34 +01:00
get_ips.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
gmaincontext.py python: reformat with black-23.7.0-2.fc39.noarch 2023-12-06 11:56:11 +01:00
list-connections.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-add-connection2.py python: reformat with black-23.7.0-2.fc39.noarch 2023-12-06 11:56:11 +01:00
nm-connection-update-stable-id.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-keyfile.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-up-many.py python: reformat with black-23.7.0-2.fc39.noarch 2023-12-06 11:56:11 +01:00
nm-update2.py python: reformat with black-23.7.0-2.fc39.noarch 2023-12-06 11:56:11 +01:00
nm-wg-set python: reformat with black-23.7.0-2.fc39.noarch 2023-12-06 11:56:11 +01:00
ovs-external-ids.py python: reformat with black-23.7.0-2.fc39.noarch 2023-12-06 11:56:11 +01:00
README examples: add README for examples/python/gi 2015-12-07 15:59:20 +01:00
setting-user-data.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
show-wifi-networks.py examples: rework "python/gi/show-wifi-networks.py" example 2023-02-13 10:32:45 +01:00
update-ip4-method.py docs: update URL for latest online documentation 2021-09-24 14:41:35 +02:00
vpn-import.py examples: use python3 compatible exception syntax 2021-03-16 07:55:12 +01:00
wifi-p2p.py all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00

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