Installation
Requirements
Python 3.11 or higher
The following dependencies: * httpx * jwt * lxml * more-itertools
Installing with pip
pip install sf-toolkit
Installing from source
You can install the package from source:
git clone https://github.com/AndroxxTraxxon/python-sf-toolkit.git
cd python-sf-toolkit
pip install .
Or with Poetry:
git clone https://github.com/AndroxxTraxxon/python-sf-toolkit.git
cd python-sf-toolkit
poetry install