py-metadata ======================================= This is the documentation for the official Python bindings of the Linode Metadata Service API. For API documentation, see `developers.linode.com`_. This library can be used to interact with the Metadata Service API. .. _developers.linode.com: https://www.linode.com/docs/products/compute/compute-instances/guides/metadata/ Installation ------------ To install through PyPI:: pip install linode-metadata To install from source:: git clone https://github.com/linode/py-metadata cd py-metadata make install Table of Contents ----------------- .. toctree:: :maxdepth: 2 linode_metadata/metadata_client linode_metadata/watcher linode_metadata/objects/instance linode_metadata/objects/networking linode_metadata/objects/ssh_keys linode_metadata/objects/token linode_metadata/objects/error Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`