A simple client for Zentropy server
Project description
Zentropy Client
Python client for the Zentropy key-value server.
Example
from zentropy import Client
z = Client(host='127.0.0.1', port=6383, password='')
z.set('foo', 'bar')
print(z.get('foo'))
z.close()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zentropy_py-0.1.0.tar.gz
(2.9 kB
view details)
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 zentropy_py-0.1.0.tar.gz.
File metadata
- Download URL: zentropy_py-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb3ce5bd8b1b35e426e9141bb647459b553f96639ccae5965410c9e21a14db19
|
|
| MD5 |
8261097a9428b933a25c07f47574cfbd
|
|
| BLAKE2b-256 |
efdd852ed423e72ce66f780e091454d50c5b70faf2c952626771e858f80366dc
|
File details
Details for the file zentropy_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zentropy_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9a2066cf11a7d60802240ce362c8617a49c5bdc08588398bd9c656807689af7
|
|
| MD5 |
2845c46daa653d4d2545625208cc04de
|
|
| BLAKE2b-256 |
d462c8dd9716be57ace61e2959803a41c401f33265516361b6156d350e032193
|