Is there any python package to deal with Darktable?

I’m accustomed to use python as my favorite scripting language, and, frankly, I’m not so eager to learn another scripting language as lua.
Do you know if there is some python package for my purpose?
Thanks a lot

AFAIK there is only Lua. But I think the first question should be, what are you planing to do?

I guess you could use lunatic-python to call your python scripts from lua.

Then you would only need to learn enough lua to invoke such a call (should be fairly trivial), and do the bulk of the work in python.