lxc / python3-lxc

Python 3.x binding for liblxc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3-lxc

This repository provides python3 bindings for the LXC container API.

Build

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

About

Python 3.x binding for liblxc

https://linuxcontainers.org/lxc

License:GNU Lesser General Public License v2.1


Languages

Language:C 74.5%Language:Python 25.5%