v0.1.3
Support for environment variables
import os
os.environ.setdefault('AD_API_REFRESH_TOKEN', 'Your-Token-Here')
os.environ.setdefault('AD_API_CLIENT_ID', 'Your-Client_Id-Here')
os.environ.setdefault('AD_API_CLIENT_SECRET', 'Your-Client_Secret-Here')
os.environ.setdefault('AD_API_PROFILE_ID', 'Your-Profile_Id-Here')
Support for Default marketplace operations
os.environ.setdefault('AD_API_DEFAULT_MARKETPLACE', 'DE')
***Default Marketplace if not set is Marketplaces.EU which covers (ES, FR, DE, UK, IT)
Solved Problem Installation
pytest
requests~=2.26.0
six>=1.16,<2
cachetools~=4.2.4
setuptools~=58.0.4
pycryptodome~=3.11.0
python-dotenv~=0.19.1
pytz~=2021.3
confuse~=1.6.0