Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lxc/python2-lxc

Python 2.7 binding for liblxc (similar to the better supported python3-lxc)
https://github.com/lxc/python2-lxc

containers lxc python

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# python2-lxc

This repository provides python2 bindings for the [LXC](https://github.com/lxc/lxc)
container API.

# Build

- Build:
```
python setup.py build
```
- Install:
```
python setup.py install
```
- Build rpm:
```
python setup.py bdist_rpm
```