Metadata-Version: 1.1
Name: pylxd
Version: 2.0.1
Summary: python library for lxd
Home-page: http://www.linuxcontainers.org
Author: Paul Hummer
Author-email: paul.hummer@canonical.com
License: UNKNOWN
Description: 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
        
        A Python library for interacting with the LXD REST API.
        
        Installation
        =============
        ``pip install pylxd``
        
        Documentation
        =============
        
        Documentation is maintained in the doc directory. It can be built with the
        ``python setup.py build_sphinx`` command.
        
        Tests
        =====
        
        Tests can be run with tox: ``tox -e integration``.
        
        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.
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
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
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
