A wrapper for the TransIP API, providing access to manage domains, DNS, colocations, invoices, and more. Latest version 0.6.0 (November 2021), supports Python 3.6+. Maintenance mode with infrequent releases.
pip install python-transipNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a TransIP client and list domains.
Refresh token via transip._token_manager.refresh() or generate a new token from TransIP panel.
Upgrade Python to 3.6+ or use the older pre-0.3.0 releases.
Run 'pip install requests' or install python-transip with extras 'pip install python-transip[all]' (if available).
Use 'from transip import TransIP' instead of 'import transip'.
Generate a new access token via the TransIP control panel and update it in code.