An API client library for interacting with MAAS (Metal as a Service) instances. Provides a Pythonic interface to manage machines, networks, and other MAAS resources. Current version 0.1.1, released March 2025. Release cadence is irregular.
pip install maas-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a client and list machines.
pip uninstall maas && pip install maas-api
Change imports to 'from maas_api import MAASClient'
Ensure MAAS_API_KEY is in the correct colon-separated format.