Pico Display Pack Python Library

Is there a published document that details the python library for the Pico Display Pack
There are a few examples so I can glean some of the information
e.g.
display
.set_pen
.create_pen
.clear
.set_led
.circle
.update
.init
.is_pressed
.BUTTON_A
.BUTTON_B
.BUTTON_X
.BUTTON_Y
.text
.set_backlight

The Git repo with Pimoroni’s software has a function reference for everything. As a shameless plug, I wrote something a bit more fleshed out for it as well.

Many thanks, looks perfect, I have no idea how I missed that. Off to spend some time inventing now