I'm totally newbee, not native speaker and in retirement... That's done.

In a fablab in my neighbourhood, they have now a laser cutting machine which can be driven by an inkscape file. I would like to use this machine to cut and engrave front pannels made in a kind of wood designed for this machine.
The problem is that I am totally newbee to inkscape, so I think to script something like:
sheet = inkscapeDocument("testfile")
sheet.cutRectangle(0, 100, 200, 300)
sheet.cutCircle(120,120,10)
sheet.cutCircle(140,120,10)
sheet.cutCircle(160,120,10)
sheet.engraveText(100, 100, "hello world")
sheet.close()
I've read something about a python library called "inkex" in this wiki:
Python_modules_for_extensions
But I failed to download it... Does somebody has an experience, a link or a tutorial I can use?
Regards,
Pfeuh