python-libmaas icon indicating copy to clipboard operation
python-libmaas copied to clipboard

Unofficial python client library for MAAS

Results 46 python-libmaas issues
Sort by recently updated
recently updated
newest added

The link to the docs page 404s :( http://maas.github.io/python-libmaas/

stale

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...

stale

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...

stale

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...

stale