A guide to the installation and configuration of this SDK can be found here: https://docs.silamoney.com/docs/python-sdk
Example code for each SDK endpoint method is found in the associated endpoint's section in our docs, which can be found here: https://docs.silamoney.com/docs/get-started
If you'd like to set additional debug logging, then make sure to set the logging level when you run your code:
import logging
logging.basicConfig(format='[%(asctime)s] %(levelname)s %(name)s: %(message)s', level=logging.DEBUG)