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.
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.1.tar.gz
(3.9 kB
view details)
File details
Details for the file slacker-python-0.4.1.tar.gz.
File metadata
- Download URL: slacker-python-0.4.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13a679b4d03cf45ec7a926c072461426afa56fe0e16f042261f98152e631ff4b
|
|
| MD5 |
00c0e906d2eac095cd5afc3b6d3311ea
|
|
| BLAKE2b-256 |
e64286a7c574e5c5791d04dea7c7d57ec5bd799d69303f86dd2e0ffc67dd4ebb
|