python client of slacker RPC
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slacker-python-0.4.0.tar.gz
(3.8 kB
view details)
File details
Details for the file slacker-python-0.4.0.tar.gz
.
File metadata
- Download URL: slacker-python-0.4.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 487abcd7fc6bc62cbb44c7b017ffc3e49bddd0356031108023e90c29d8bc84e3 |
|
MD5 | be39b773ab98f02f6e7bdb10101e8172 |
|
BLAKE2b-256 | 4c577cb2e3d64c97514346fcb77f952eb3b1fed4a1f48c1501605ec9f62c5e3c |