macOS Python api

Is the Python api supplied in the Main Package for macOS up to date?I am trying to use it with my software but it is not working.

If I try run the example that is included I get:AttributeError: dlsym(0x7ff21ad54280, BlackListKeys): symbol not found

The "BlackListKeys" function no longer exists (it has been deprecated for several versions, and was finally removed in TA 4.0). The fine developers over at develer have put together Python bindings for TurboActivate (that's what we include in the package, but we've included an old one).

Here's the latest work: https://github.com/develersrl/python-turboactivate/pull/3