Metadata-Version: 1.0
Name: simple-rpc
Version: 1.0.4
Summary: RPC without complications.
Home-page: https://github.com/chrisnorman7/
Author: Chris Norman
Author-email: chris.norman2@googlemail.com
License: MPL-2
Description: # simpleRPC
        This package aims to provide RPC over websocket without complications.
        
        ## Features
        * Bi-directional communication between Python and JavaScript.
        * Ability to easily register functions with Python decorator.
        * Write Python functions normally.
        * Ability to get a list of registered functions from Python.
        * Promise-based calling from JavaScript.
        
        ## How to use
        See the included `example.py` file.
        
        
Platform: UNKNOWN
