/econt-bg

📦 A simple Python wrapper for the Econt.com (REST API)

Primary LanguagePythonMIT LicenseMIT

econ

📦 A simple Python wrapper for the Econt.com (REST API)

Install

pip install econt_bg

Example

from econt_bg.api import Econt
econt = Econt()
econt.get_countries()
econt.get_cities()
econt.get_offices()
econt.get_streets()
econt.get_streets_by_city(city_post_code="1407")
econt.get_offices_by_city(city_post_code="1407")
econt.get_quarters()
econt.get_seller_addresses()
econt.get_regions()
econt.get_clients()