Exosphere objects
==================

The primary low level objects used by Exosphere are `Host` and `Inventory`
objects.

They provide the main functionality to interact with the hosts and perform
operations on them.

.. automodule:: exosphere.objects
   :members:
   :undoc-members:
   :show-inheritance:
   :exclude-members: OPTIONAL_PARAMS
   :special-members: __init__

.. autoclass:: exosphere.inventory.Inventory
   :members:
   :undoc-members:
   :show-inheritance:
