Fuzzball Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

SDK Prerequisites

The following are required to generate, install, and use the Python SDK detailed in these examples.

  • Fuzzball CLI: See the section on installing the CLI if you don’t already have it installed.
  • Apptainer: These docs do not require you to install Swagger. Instead, we will just grab a Swagger Codegen CLI container from Docker Hub and use it to generate the client SDK.
  • URL to your Fuzzball Deployment: You need an account to use Fuzzball. Swagger should be pointed to a URL for the Fuzzball web-GUI to generate the client SDK from the API spec.
  • Python: The example here generates a Fuzzball SDK for the Python programming language, so we require (relatively recent) Python for the installation and testing.

Once you have these prerequisites, you are ready to get started.