Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.03 KB

readme.rst

File metadata and controls

44 lines (29 loc) · 1.03 KB

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