https://github.com/lxc/python3-lxc
Python 3.x binding for liblxc
https://github.com/lxc/python3-lxc
containers hacktoberfest lxc python
Last synced: 28 days ago
JSON representation
Python 3.x binding for liblxc
- Host: GitHub
- URL: https://github.com/lxc/python3-lxc
- Owner: lxc
- License: lgpl-2.1
- Created: 2018-01-24T17:09:07.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T15:09:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T13:01:54.785Z (about 2 months ago)
- Topics: containers, hacktoberfest, lxc, python
- Language: C
- Homepage: https://linuxcontainers.org/lxc
- Size: 77.1 KB
- Stars: 59
- Watchers: 10
- Forks: 38
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
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
```