Add python-lxc based on the new liblxc API.
This adds a basic python binding done in C and a python overlay to
extend some features and provide a user-friendlier API.
This python API only supports python 3.x and was tested with >= 3.2.
It's disabled by default in configure and can be turned on by using
--enable-python.
A basic example of the API can be found in src/python-lxc/test.py.
More documentation and examples will be added soon.
Showing
src/python-lxc/Makefile.am
0 → 100644
src/python-lxc/lxc.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/python-lxc/lxc/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
src/python-lxc/setup.py
0 → 100644
src/python-lxc/test.py
0 → 100644
Please
register
or
sign in
to comment