Python Client for Bambleweeny, the HTTP based key-value store and message broker
Project description
b9y - Python Bindings for Bambleweeny
A client implementation for Bambleweeny
Install
pip install b9y
Use
from b9y import B9y
b9y = B9y() # for default connection
b9y = B9y('http://myhost:8080')
b9y = B9y('http://myhost:8080', 'user', 'password')
Get info
print b9y.info()
Set and get key
b9y.set('foo', 'bar')
print b9y.get('foo')
Try the counter
print b9y.incr('counter')
Push and pop
b9y.push('super', 'trouper') print b9y.pop('super')
PyPi
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
b9y-0.0.22.tar.gz
(3.0 kB
view details)
Built Distribution
b9y-0.0.22-py2-none-any.whl
(4.6 kB
view details)
File details
Details for the file b9y-0.0.22.tar.gz
.
File metadata
- Download URL: b9y-0.0.22.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32d5942df29d28316d00b9bbc77e34cabf448bc66868a04bf474a684662043f0 |
|
MD5 | 465c40706cc4dafbadc4245b5941cd5b |
|
BLAKE2b-256 | c5dfe6e2e8f80671dc693010f246d73f59c72ab8b073eda59015195a2c500b29 |
File details
Details for the file b9y-0.0.22-py2-none-any.whl
.
File metadata
- Download URL: b9y-0.0.22-py2-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f141b58e8afdc152bee4dd08e8b549fd18e64ab1b2b83d51333173d418c8802c |
|
MD5 | bf104d051f205535118d059dbf9f0ea5 |
|
BLAKE2b-256 | abb7cfb353f5bf420e510f6977eaf6b6f344f44d5763d74885c6d6e9dd7a7253 |