Basic APIs
=============

This page includes basic APIs that are commonly used.

``pyttop.table``
----------------

.. automodule:: pyttop.table
    :members: Data, Subset

``pyttop.matcher``
------------------

.. automodule:: pyttop.matcher
    :members: IdentityMatcher, ExactMatcher, SkyMatcher, DuplicationWarning

``pyttop.plot``
---------------
.. automodule:: pyttop.plot
    :members: plotFunc, plotFuncAx

``pyttop.utils``
----------------
.. automodule:: pyttop.utils
    :members: bitwise_all


.. .. autosummary::
..    :toctree: _autosummary
..    :recursive:

..    pyttop
