mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 18:20:29 +01:00
examples: add README for python-networkmanager NetworkManager library
This commit is contained in:
parent
5b732c3b9f
commit
14bb9419a0
4 changed files with 10 additions and 1 deletions
|
|
@ -1087,6 +1087,7 @@ examples/shell/Makefile
|
|||
examples/python/Makefile
|
||||
examples/python/dbus/Makefile
|
||||
examples/python/gi/Makefile
|
||||
examples/python/python-networkmanager/Makefile
|
||||
examples/ruby/Makefile
|
||||
examples/lua/Makefile
|
||||
examples/lua/lgi/Makefile
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SUBDIRS= dbus gi
|
||||
SUBDIRS= dbus gi python-networkmanager
|
||||
|
||||
|
|
|
|||
2
examples/python/python-networkmanager/Makefile.am
Normal file
2
examples/python/python-networkmanager/Makefile.am
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
EXTRA_DIST = \
|
||||
README
|
||||
6
examples/python/python-networkmanager/README
Normal file
6
examples/python/python-networkmanager/README
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
There is a client library in Python, named python-networkmanager.
|
||||
|
||||
This library is developed outside of the core NetworkManager project.
|
||||
|
||||
See https://github.com/seveas/python-networkmanager
|
||||
and https://github.com/seveas/python-networkmanager/tree/master/examples
|
||||
Loading…
Add table
Reference in a new issue