examples: add README for python-networkmanager NetworkManager library
This commit is contained in:
@@ -1087,6 +1087,7 @@ examples/shell/Makefile
|
|||||||
examples/python/Makefile
|
examples/python/Makefile
|
||||||
examples/python/dbus/Makefile
|
examples/python/dbus/Makefile
|
||||||
examples/python/gi/Makefile
|
examples/python/gi/Makefile
|
||||||
|
examples/python/python-networkmanager/Makefile
|
||||||
examples/ruby/Makefile
|
examples/ruby/Makefile
|
||||||
examples/lua/Makefile
|
examples/lua/Makefile
|
||||||
examples/lua/lgi/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
|
Reference in New Issue
Block a user