third_party_libnl/python
Arend van Spriel 36f4adfa81 python: capi: add nla_put() function to python capi
Adding nla_put() to the capi using a typemap on the input
parameter which needs to be either a str or bytearray.
Otherwise a SWIG exception with be thrown.

Signed-off-by: Arend van Spriel <aspriel@gmail.com>
2015-05-12 13:26:15 +02:00
..
doc python: Include all files in distribution 2013-11-06 10:28:37 +01:00
examples python: Include all files in distribution 2013-11-06 10:28:37 +01:00
netlink python: capi: add nla_put() function to python capi 2015-05-12 13:26:15 +02:00
tests python: Include all files in distribution 2013-11-06 10:28:37 +01:00
.gitignore python: Include python/ in distribution and provide a README on how to build & install 2011-08-12 10:45:47 +02:00
Makefile.am python: Include all files in distribution 2013-11-06 10:28:37 +01:00
README python: Include python/ in distribution and provide a README on how to build & install 2011-08-12 10:45:47 +02:00
setup.py.in python: fix package meta data in setup.py 2015-01-12 14:17:38 +01:00

***************************************************************************

NOTE: The python wrapper is experimental and may or may not work.

***************************************************************************

For the brave:

  (requires an installed libnl)
  - $ python ./setup.py build
  - $ sudo python ./setup.py install