Skip to main content
The tartarus-lib library is a Python client designed to simplify interactions with the Tartarus configuration store API. The developers can seamlessly integrate Tartarus into their Python applications without worrying about low-level API calls. To install the library, use pip

TartarusAPIClient

The primary class to interact with Tartarus.

Initialization

string
required
Base URL of your Tartarus instance.
string
required
API key for authentication.