Balena Supervisor API Python client

Hello there,
I know there is a Balena Python client available but it is to interact with the Cloud API.
Is there a Supervisor client available in Python to make our apps easily communicate with the Supervisor?

Hello, we do have a python SDK that can be used to interact with devices via the cloud: Balena Python SDK - Balena Documentation

You can interact with the supervisor of a device using the python SDK (although this is done via the proxy): Balena Python SDK - Balena Documentation

Would this be enough for your requirement? Thanks!