1
0
mirror of https://github.com/lxc/python3-lxc.git synced 2026-02-06 03:48:13 +01:00
Michael Satanovsky bbdf39a1f1 Added logic to add new network device when needed.
Signed-off-by: Michael Satanovsky <michael.satanovsky@gmail.com>

Got rid of some extraneous lines

Signed-off-by: Michael Satanovsky <michael.satanovsky@gmail.com>

Got rid of some extraneous lines

Signed-off-by: Michael Satanovsky <michael.satanovsky@gmail.com>

Removed print statement.

Signed-off-by: Michael Satanovsky <michael.satanovsky@gmail.com>

Formatting: removed blank line.

Signed-off-by: Michael Satanovsky <michael.satanovsky@gmail.com>
2020-12-09 11:09:49 -08:00
2018-02-28 17:31:50 -05:00
2018-02-14 18:34:35 +01:00
2018-02-14 18:34:35 +01:00
2018-03-26 23:54:03 -04:00
2018-04-05 10:43:19 +02:00
2018-02-14 18:34:35 +01:00
2019-06-21 18:58:37 -04:00

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
    
Description
Languages
C 74.5%
Python 25.5%