Skip to content

Atbash-Labs/python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortress Python SDK

Usage:

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 Buyer

check out these demo interactions with the library

Local setup:

#  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