pylxd
pylxd copied to clipboard
Python module for LXD
pylxd
.. image:: http://img.shields.io/pypi/v/pylxd.svg
:target: https://pypi.python.org/pypi/pylxd
.. image:: https://github.com/lxc/pylxd/workflows/CI%20tests/badge.svg
:target: https://github.com/lxc/pylxd/actions?query=workflow%3A%22CI+tests%22
.. image:: https://codecov.io/github/lxc/pylxd/coverage.svg?branch=master
:target: https://codecov.io/github/lxc/pylxd
.. image:: https://readthedocs.org/projects/pylxd/badge/?version=latest
:target: https://pylxd.readthedocs.io/en/latest/?badge=latest
A Python library for interacting with the LXD REST API.
Installation
=============
``pip install pylxd``
Bug reports
===========
Bug reports can be filed on the `GitHub repository
<https://github.com/lxc/pylxd/issues/new>`_.
Support and discussions
=======================
We use the `LXC mailing-lists for developer and user discussions
<https://lists.linuxcontainers.org>`_.
If you prefer live discussions, some of us also hang out in
`#lxcontainers
<http://webchat.freenode.net/?channels=#lxcontainers>`_ on irc.freenode.net.
What is LXD? `LXD: Introduction <https://linuxcontainers.org/lxd/>`_
PyLXD API Documentation: `http://pylxd.readthedocs.io/en/latest/
<http://pylxd.readthedocs.io/en/latest/>`_
Contributing to pyLXD
=====================
If you wish to contribute to pyLXD please read the `Contributing Guide
<http://pylxd.readthedocs.io/en/latest/contributing.html>`_, particularly
around unit tests, integration tests and signing commits.