Metadata-Version: 2.1
Name: pylxd
Version: 2.3.1
Summary: python library for LXD
Home-page: http://www.linuxcontainers.org
Author: Paul Hummer and others (see CONTRIBUTORS.rst)
Author-email: lxc-devel@lists.linuxcontainers.org
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Provides-Extra: testing
Provides-Extra: format
Provides-Extra: check
Provides-Extra: doc
License-File: LICENSE

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.
