A simple Python SDK that provides a sayHello() method and a CLI tool.
Install from PyPI (when published):
pip install pythonsdkOr install locally from source:
pip install .from pythonsdk import sayHello
print(sayHello()) # Output: helloAfter installation, use the CLI command:
sayHelloThis will print:
hello