File: README.md

package info (click to toggle)
python3-lxc 1%3A5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 228 kB
  • sloc: ansic: 1,632; python: 552; sh: 58; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
  ```