Skip to content

sunng87/slacker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slacker-python

https://img.shields.io/pypi/v/slacker-python.svg?maxAge=2592000 https://img.shields.io/pypi/l/slacker-python.svg?maxAge=2592000 https://img.shields.io/pypi/pyversions/slacker-python.svg?maxAge=2592000

Python client of the slacker RPC.

This project is still working in progress.

Installation

pip install slacker-python

Usage

from slacker.geventbackend import Client
from slacker.proxy import Proxy

c = Client("127.0.0.1:2104")
p = Proxy(c, "slacker.example.api")

## remote function echo
p.echo("hello")

## remote function rand-ints
p.call("rand-ints", 40)

License

This package is open sourced under MIT License.

About

python client for slacker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages