Joe-houghton / pushbullet-rpc

RPC with Pushbullet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RPC with Pushbullet

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%