/usr/lib/python3/dist-packages/pylxd-2.2.6.egg-info/PKG-INFO is in python3-pylxd 2.2.6-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | Metadata-Version: 1.1
Name: pylxd
Version: 2.2.6
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
License: UNKNOWN
Description-Content-Type: 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
.. 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/>`_
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
Classifier: Programming Language :: Python :: 3.5
|