A Python library for interacting with the LXD REST API.
# Create a virtual environment
python3 -m venv myvenv
cd myvenv
# Activate the virtual environment
. bin/activate
# Install pyLXD in it
pip install pylxd
Bug reports can be filed on the GitHub repository.
We use the LXD category on Ubuntu's Discourse.
If you prefer live discussions, some of us also hang out in #lxd on irc.libera.chat.
LXD Documentation: https://documentation.ubuntu.com/lxd/en/latest/
PyLXD API Documentation: https://pylxd.readthedocs.io/en/latest/
If you wish to contribute to pyLXD please read the Contributing Guide, particularly around unit tests, integration tests and signing commits.