``aiomas``
==========

This module provides easier access to the most used components of *aiomas*.
This purely for your convenience and you can, of cource, also import everything
from its actual submodule.

Decorators
----------

.. autosummary::
   ~aiomas.rpc.expose


Functions
---------

.. autosummary::
   ~aiomas.util.async


Exceptions
----------

.. autosummary::
   ~aiomas.exceptions.RemoteException


Classes
-------

.. currentmodule:: aiomas.codecs
.. autosummary::
   ~aiomas.agent.Agent
   ~aiomas.agent.Container
   ~aiomas.codecs.JSON
   ~aiomas.codecs.MsgPack
   ~aiomas.clocks.AsyncioClock
   ~aiomas.clocks.ExternalClock
