API ~~~ The primary `Parser` class and `serialize` decorator are available from the models and serializers modules. .. code-block:: python >>> from soupstars.models import Parser >>> from soupstars.serializers import serialize Those objects are also on the top-level api. .. code-block:: python >>> from soupstars import Parser, serialize .. automodule:: soupstars.models :members: .. automodule:: soupstars.serializers :members: