The mainline ZM API docs have been updated to point to pyzm, a python module that provides access to:
- ZM 1.34's new token system
- ZM's shared memory (for real time monitor state access)
- ZM's logging function
- ZM's APIs
- The Event Server
I would strongly recommend 3rd party users to start using pyzm instead of their own legacy wrappers as it offers better integration, more secure access to ZM (tokens) and will be maintained. It's an early release, so I'd welcome PRs/contributions.