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: 4 months ago
JSON representation
Python 2.7 binding for liblxc (similar to the better supported python3-lxc)
- Host: GitHub
- URL: https://github.com/lxc/python2-lxc
- Owner: lxc
- License: lgpl-2.1
- Archived: true
- Created: 2014-05-06T03:41:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T17:33:47.000Z (almost 7 years ago)
- Last Synced: 2024-09-19T20:17:57.326Z (5 months ago)
- Topics: containers, lxc, python
- Language: C
- Homepage: https://linuxcontainers.org/lxc
- Size: 31.3 KB
- Stars: 50
- Watchers: 13
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
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
```