I have done some updates to my Seaskirt Python wrapper for all the main Asterisk APIs. The main recent thing is regularizing the handling of logger objects; these can now be uniformly passed as optional keyword arguments to all the main object constructors/factories.
I have also dropped support for pre-3.10 versions of Python, since these are all EOL now. The actual change for this was quite small: I am now assuming the anext() built-in function is available.