daveisadork / pock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

pock is a library that aims to make interacting with Pacemaker as simple as possible. It has Python bindings, as well as a command-line interface based on click. It's in an early stage of development, so don't rely on it for anything critical.

Installation

Clone this repository:

git clone https://github.com/mechaxl/pock.git && cd pock/

And install using setuptools:

python setup.py install

Example Usage

From the CLI

pock resources list

In Python

import pock

pock.resources.list()

About

License:GNU General Public License v2.0


Languages

Language:Python 100.0%