Ecosyste.ms: Awesome

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

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

Python 3.x binding for liblxc
https://github.com/lxc/python3-lxc

containers hacktoberfest lxc python

Last synced: 3 months ago
JSON representation

Python 3.x binding for liblxc

Lists

README

        

# python3-lxc

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

# Build

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