swissvotes.external_resources.posters ===================================== .. py:module:: swissvotes.external_resources.posters Classes ------- .. autoapisummary:: swissvotes.external_resources.posters.Posters swissvotes.external_resources.posters.MfgPosters swissvotes.external_resources.posters.BsPosters swissvotes.external_resources.posters.SaPosters Module Contents --------------- .. py:class:: Posters .. py:attribute:: yea_attribute :type: str .. py:attribute:: nay_attribute :type: str .. py:attribute:: yea_img_attribute :type: str .. py:attribute:: nay_img_attribute :type: str .. py:attribute:: headers :type: dict[str, str] .. py:method:: meta_data_url(url: str) -> str :abstractmethod: .. py:method:: get_object_id(url: str) -> str :abstractmethod: .. py:method:: parse_xml(response: requests.Response) -> str .. py:method:: _fetch(bfs_number: decimal.Decimal, poster_urls: str | None, image_urls: dict[str, Any]) -> tuple[dict[str, str], int, int, int, set[tuple[decimal.Decimal, str]]] .. py:method:: fetch(session: sqlalchemy.orm.Session) -> tuple[int, int, int, set[tuple[decimal.Decimal, str]]] Returns a dictionary with changed image urls as compared to the image_urls dictionary and if changed and how many added/updated. .. py:class:: MfgPosters(api_key: str) Bases: :py:obj:`Posters` .. py:attribute:: yea_attribute :value: 'posters_mfg_yea' .. py:attribute:: nay_attribute :value: 'posters_mfg_nay' .. py:attribute:: yea_img_attribute :value: 'posters_mfg_yea_imgs' .. py:attribute:: nay_img_attribute :value: 'posters_mfg_nay_imgs' .. py:attribute:: headers .. py:attribute:: base :value: 'https://www.emuseum.ch/objects/' .. py:method:: meta_data_url(url: str) -> str .. py:method:: get_object_id(url: str) -> str .. py:class:: BsPosters(api_key: str) Bases: :py:obj:`Posters` Plakatsammlung Basel .. py:attribute:: yea_attribute :value: 'posters_bs_yea' .. py:attribute:: nay_attribute :value: 'posters_bs_nay' .. py:attribute:: yea_img_attribute :value: 'posters_bs_yea_imgs' .. py:attribute:: nay_img_attribute :value: 'posters_bs_nay_imgs' .. py:attribute:: api_key .. py:attribute:: headers .. py:attribute:: base :value: 'https://www.recherche-plakatsammlungbasel.ch/objects/' .. py:method:: meta_data_url(url: str) -> str .. py:method:: get_object_id(url: str) -> str .. py:class:: SaPosters Bases: :py:obj:`Posters` Sozial Archiv Zürich .. py:attribute:: yea_attribute :value: 'posters_sa_yea' .. py:attribute:: nay_attribute :value: 'posters_sa_nay' .. py:attribute:: yea_img_attribute :value: 'posters_sa_yea_imgs' .. py:attribute:: nay_img_attribute :value: 'posters_sa_nay_imgs' .. py:attribute:: headers .. py:attribute:: base :value: 'https://www.bild-video-ton.ch/bestand/objekt/' .. py:method:: meta_data_url(url: str) -> str .. py:method:: get_object_id(url: str) -> str