atom package
============

Atom does not export any name at the root of the package (`__init__.py` is
empty). To access the most commonly used component import the `api.py` module
found in each package.

Subpackages
-----------

.. toctree::

    atom.datastructures
    atom.meta


Submodules
----------

.. toctree::

   atom.api
   atom.atom
   atom.meta
   atom.catom
   atom.coerced
   atom.containerlist
   atom.delegator
   atom.dict
   atom.enum
   atom.event
   atom.instance
   atom.list
   atom.property
   atom.scalars
   atom.signal
   atom.subclass
   atom.tuple
   atom.typed
   atom.typing_utils
