The dreadnode package is the python SDK that backs Strikes functionality. You’ll use it to configure your experiments, track data, and send it to the Dreadnode Platform. Installation may depend on your python package management, but we’ve included some common examples:
pip install -U dreadnode
In order to use this package with the public Dreadnode Platform, you will need access to Strikes and an API key. While this isn’t required for local development, it is necessary to use the Dreadnode Platform.If you’re using a self-hosted platform, you’ll need to:
  1. Obtain an API key from your self-hosted instance
  2. Configure the SDK to point to your server URL (see Configuration)
  3. Ensure your self-hosted instance is accessible from your development environment