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