gazette.utils.sogc_importer =========================== .. py:module:: gazette.utils.sogc_importer Classes ------- .. autoapisummary:: gazette.utils.sogc_importer.SogcImporter Module Contents --------------- .. py:class:: SogcImporter(session: sqlalchemy.orm.Session, config: dict[str, str]) .. py:attribute:: converters :type: dict[str, type[onegov.gazette.utils.sogc_converter.KK01 | onegov.gazette.utils.sogc_converter.KK02 | onegov.gazette.utils.sogc_converter.KK03 | onegov.gazette.utils.sogc_converter.KK04 | onegov.gazette.utils.sogc_converter.KK05 | onegov.gazette.utils.sogc_converter.KK06 | onegov.gazette.utils.sogc_converter.KK07 | onegov.gazette.utils.sogc_converter.KK08 | onegov.gazette.utils.sogc_converter.KK09 | onegov.gazette.utils.sogc_converter.KK10]] .. py:attribute:: session .. py:attribute:: endpoint .. py:attribute:: canton .. py:attribute:: category .. py:attribute:: organization .. py:attribute:: subrubrics :value: ['KK01', 'KK02', 'KK03', 'KK04', 'KK05', 'KK06', 'KK07', 'KK08', 'KK09', 'KK10'] .. py:method:: get_publication_ids() -> list[str] Returns the IDs of the publications we are interested in. Does not include the IDs of the publications which has been already imported previously. .. py:method:: get_publication(identifier: str) -> None Fetches a single publication and adds it as an official notice. .. py:method:: __call__() -> int