BoJack client written in Python
Project description
# BoJack client written in Python
A Python interface to the [BoJack](https://github.com/marceloboeira/bojack) in-memory key value store.
## Installation
Python 3.4+
```
pip install bojack-py
```
## Usage
```python
>>> from bojack.client import Client
>>> client = Client('127.0.0.1', 5000)
>>> client.set('foo', 'bar')
b'bar'
>>> client.get('foo')
b'bar'
```
## Contributing
Found a bug? Have a suggestion? Please [open an issue](https://github.com/mauricioabreu/bojack-py/issues/new).
Want to contribute? Make sure you follow the [guide](https://github.com/mauricioabreu/bojack-py/blob/master/CONTRIBUTING.md).
A Python interface to the [BoJack](https://github.com/marceloboeira/bojack) in-memory key value store.
## Installation
Python 3.4+
```
pip install bojack-py
```
## Usage
```python
>>> from bojack.client import Client
>>> client = Client('127.0.0.1', 5000)
>>> client.set('foo', 'bar')
b'bar'
>>> client.get('foo')
b'bar'
```
## Contributing
Found a bug? Have a suggestion? Please [open an issue](https://github.com/mauricioabreu/bojack-py/issues/new).
Want to contribute? Make sure you follow the [guide](https://github.com/mauricioabreu/bojack-py/blob/master/CONTRIBUTING.md).
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
bojack-0.1.1.tar.gz
(3.6 kB
view details)
File details
Details for the file bojack-0.1.1.tar.gz
.
File metadata
- Download URL: bojack-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bc8ca15b2a9032956a5138afee03f05363e0027be5fc45a2186bdaeb3fa0970 |
|
MD5 | 0120caa8e7d4c80445368277a5ccb4b7 |
|
BLAKE2b-256 | 40d7c10dd8ad6f6461f68715b07ec3813a70b1566f20c72e1d139634dd7586c3 |