/pushbullet-rpc

RPC with Pushbullet

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Pushbullet-RPC

https://travis-ci.org/kovacsbalu/pushbullet-rpc.svg?branch=master https://coveralls.io/repos/github/kovacsbalu/pushbullet-rpc/badge.svg?branch=master

Design principle based on python SimpleXMLRPCServer.

Use Pushbullet note for calling python functions. The note title used as function name and the body contains the function parameter when necessary.

Installation

git clone https://github.com/kovacsbalu/pushbullet-rpc
cd pushbullet-rpc

Requirements

Usage

Check example.py

Tests

py.test tests.py

with coverage:

py.test --cov-report term-missing --cov pushbulletrpc tests.py