examples: add README for python-networkmanager NetworkManager library

This commit is contained in:
Thomas Haller
2015-12-07 15:50:40 +01:00
parent 5b732c3b9f
commit 14bb9419a0
4 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
SUBDIRS= dbus gi SUBDIRS= dbus gi python-networkmanager

View File

@@ -0,0 +1,2 @@
EXTRA_DIST = \
README

View 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