rbpy
===============================
version number: 0.1.1
author: Matt Maybeno
Overview
--------
Python wrapper around the RelayBox API.
Installation / Usage
--------------------
To install use pip:
$ pip install rbpy
Or clone the repo:
$ git clone git@bitbucket.org:relaybox/rbpy.git
$ python setup.py install
Example
-------
```python
from __future__ import print_function
import json
import rbpy
box = rbpy.Box('private_code_here', 'publid_id_here')
box.send('hello world private message')
box.send('hello world public message', public=True)
box.get() # gets box messages
print(json.dumps(box.get(), indent=1)) # get box messages pretty
```
===============================
version number: 0.1.1
author: Matt Maybeno
Overview
--------
Python wrapper around the RelayBox API.
Installation / Usage
--------------------
To install use pip:
$ pip install rbpy
Or clone the repo:
$ git clone git@bitbucket.org:relaybox/rbpy.git
$ python setup.py install
Example
-------
```python
from __future__ import print_function
import json
import rbpy
box = rbpy.Box('private_code_here', 'publid_id_here')
box.send('hello world private message')
box.send('hello world public message', public=True)
box.get() # gets box messages
print(json.dumps(box.get(), indent=1)) # get box messages pretty
```
Release files for rbpy 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rbpy-0.1.1.tar.gz | 3.0 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rbpy-0.1.1-py3.5.egg | Legacy Egg format | - | - | Details |
| rbpy-0.1.1-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 12.3 kB
Release files / rbpy-0.1.1.tar.gz
| Download URL | rbpy-0.1.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e611c8fcaabe31b6fa7d7042fb48740c073f2f9c564e1d8975fea48cab05f8c9
|
|
BLAKE2b-256 checksum How to use checksums |
c32759efc4b923bea81bc7f0191b4758f8e1a2f0f5b1f0d23195da5e166059e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / rbpy-0.1.1-py3.5.egg
| Download URL | rbpy-0.1.1-py3.5.egg |
|---|---|
| Size | 4.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
b9788b65086405da6821a13a210d3773dcb2f60ade06fdf3707686c1056a2c12
|
|
BLAKE2b-256 checksum How to use checksums |
b4dc8f3da8cb70a9353018362c8942e582a5162b25f48de83ab889c24282bfa7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / rbpy-0.1.1-py2.7.egg
| Download URL | rbpy-0.1.1-py2.7.egg |
|---|---|
| Size | 4.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
c3599138c92802cb91e81639be47a3205b622c8c221a9601188772010c7b17fd
|
|
BLAKE2b-256 checksum How to use checksums |
c93f248457bcb8c131b64103e92366adec72226575f4fbe0c5f7031d1cba828a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |