Python client for the DNSimple API v2. Current version: 8.0.0. Released frequently with API updates.
pip install dnsimpleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with environment variables and list accounts.
Upgrade Python to 3.12+ or pin dnsimple < 8.0.0.
Replace `Client(token='...')` with `Client(access_token='...')`.
Pass sandbox as keyword argument: `Client(..., sandbox=True)`
Instantiate a separate Client for each thread.
Run `pip install dnsimple` and ensure the correct virtual environment is activated.
Set the DNSIMPLE_ACCESS_TOKEN environment variable with a valid API token.
Change to `Client(access_token='...')`.