lxc / python2-lxc

Python 2.7 binding for liblxc (similar to the better supported python3-lxc)

Home Page:https://linuxcontainers.org/lxc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python2-lxc

This repository provides python2 bindings for the LXC container API.

Build

  • Build:
    python setup.py build
    
  • Install:
    python setup.py install
    
  • Build rpm:
    python setup.py bdist_rpm
    

About

Python 2.7 binding for liblxc (similar to the better supported python3-lxc)

https://linuxcontainers.org/lxc

License:GNU Lesser General Public License v2.1


Languages

Language:C 74.7%Language:Python 25.3%