1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
pylxd
~~~~~
.. image:: http://img.shields.io/pypi/v/pylxd.svg
:target: https://pypi.python.org/pypi/pylxd
.. image:: https://travis-ci.org/lxc/pylxd.svg?branch=master
:target: https://travis-ci.org/lxc/pylxd
.. image:: https://codecov.io/github/lxc/pylxd/coverage.svg?branch=master
:target: https://codecov.io/github/lxc/pylxd
.. image:: https://readthedocs.org/projects/docs/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.
|