python-libmaas
python-libmaas copied to clipboard
Unofficial python client library for MAAS
Adds python 3.12 for test matrix
The `async def prev(self, count=None)` and `async def next(self, count=None)` methods on [client/viscera/events.py](https://github.com/canonical/python-libmaas/blob/0.6.8/maas/client/viscera/events.py) are not using `await` when calling `self._fetch`, which is causing errors when the async iterator tries to...
When requesting machines.list() I am getting exceptions as attribute values. For example `client.machines.list()[0].owner.email` is returned as `maas.client.errors.ObjectNotLoaded: cannot access attribute 'email' of object 'User'` Not that it matters much, but...
It would be nice to have generic filtering when querying machine lists (or any list, given the generic implementation of this API)= , this was reported before in #238 and...