You can download the module by executing the following command
(replace <tag> with the version you would like to download):
pip install git+https://github.com/Atbash-Labs/python-sdk@<tag>The module can then be used as follows:
from fortress_sdk import Buyercheck out these demo interactions with the library
# Local doc metadata files auto generate
sphinx-apidoc -o docs/ fortress_sdk/# To local preview docs and generated docs will be loacted in docs/_build
cd docs/
make html