Feature: python: Add a python module wrapping libpacemaker.
This is a public, native python API that wraps libpacemaker. It aims to
provide a python-based way of interacting with pacemaker, which means we
need to be careful to use exceptions where appropriate, return python
types, and in general write things in a pythonic style.