cuery.resources =============== .. py:module:: cuery.resources Attributes ---------- .. autoapisummary:: cuery.resources.GOOGLE_ADS_LANGS cuery.resources.GOOGLE_ADS_COUNTRIES cuery.resources.GOOGLE_COUNTRY_COORDS Functions --------- .. autoapisummary:: cuery.resources.path cuery.resources.google_langs cuery.resources.google_countries cuery.resources.google_country_coords cuery.resources.google_lang_id cuery.resources.google_country_id cuery.resources.country_coords Package Contents ---------------- .. py:function:: path(*paths) Get full path to local resource. .. py:function:: google_langs() .. py:function:: google_countries() .. py:function:: google_country_coords() .. py:data:: GOOGLE_ADS_LANGS :value: None .. py:data:: GOOGLE_ADS_COUNTRIES :value: None .. py:data:: GOOGLE_COUNTRY_COORDS :value: None .. py:function:: google_lang_id(lang) Get Google Ads language ID from language name. .. py:function:: google_country_id(country) Get Google Ads country ID from country name or code. .. py:function:: country_coords(country) Get latitude and longitude for a given country code or name.