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: 5 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T15:09:06.000Z (over 1 year ago)
- Last Synced: 2024-10-05T16:07:26.481Z (about 1 month ago)
- Topics: containers, hacktoberfest, lxc, python
- Language: C
- Homepage: https://linuxcontainers.org/lxc
- Size: 77.1 KB
- Stars: 57
- Watchers: 11
- 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
```