Installation ============ Installation of the python SDK is done via pip, using the following command: .. code-block:: console $ pip install jetraw-python-sdk --index-url https://jetraw-releases.s3.eu-central-2.amazonaws.com --extra-index-url https://pypi.org/simple This will install the latest version of the SDK. To install a specific version, you can use the following command: .. code-block:: console $ pip install jetraw-python-sdk==1.1.0 --index-url https://jetraw-releases.s3.eu-central-2.amazonaws.com --extra-index-url https://pypi.org/simple This will install the version 1.1.0 of the SDK. Wheels are available for cpython version 3.9, 3.10, 3.11, 3.12 and 3.13, for macos, linux and windows, as well as pypy version 3.9, 3.10 and 3.11 for macos and windows. All windows and linux wheels are built for x86_64 architecture. The macos wheels are built for arm64 architecture.