Python Client for Bambleweeny, the HTTP based key-value store and message broker
Project description
b9y - Python Bindings for Bambleweeny
A client implementation for Bamblweeny
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file b9y-0.0.7.tar.gz.
File metadata
- Download URL: b9y-0.0.7.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84a2e02d144a67b171e697e62718628492ddc9f22863f0ceaafdc55c3116bfc8
|
|
| MD5 |
38e0da1e61fae1ac356c776f4dc633b5
|
|
| BLAKE2b-256 |
8148087912c238f51161500b9c7c5aa0d204c29154e5ef518308c690a8e2b556
|
File details
Details for the file b9y-0.0.7-py2-none-any.whl.
File metadata
- Download URL: b9y-0.0.7-py2-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7afef422b9d680f31da0b8bebb01395259d02e08d89cdeee6b060b88d19ce815
|
|
| MD5 |
e427209b300aeabf92e3b83c2d67abee
|
|
| BLAKE2b-256 |
3c09bbd1da662bfdc787283c8121a4322fed0a869eb87dd898c88a65907746ec
|