API reference ============= The public surface is intentionally smaller than :mod:`at_py.readwrite`: the top-level :mod:`at_py` package re-exports common parsers and :class:`at_py.client.ATClient`. For the full list of parser and writer symbols, see :doc:`readwrite`. For additional names not re-exported at the top level (e.g. :func:`at_py.readwrite.load_mat_normalized_path`, :func:`at_py.readwrite.vector.parse_readvector_lines`), import from :mod:`at_py.readwrite`. .. automodule:: at_py.client :members: :undoc-members: .. automodule:: at_py.backend :members: :undoc-members: .. automodule:: at_py.runner_docker :members: :undoc-members: .. automodule:: at_py.types :members: :undoc-members: