Memcrab Python Client
Project description
memcrab-py
Memcrab Python Client
pip install memcrab
Usage
Tcp
from memcrab.blocking import RawClient
host = "127.0.0.1"
port = 9900
client = RawClient.tcp((host, port))
client.ping()
client.set("letters", b"ABC")
val = client.get("letters")
print(f"{val=}")
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
memcrab-0.0.1.tar.gz
(8.0 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
memcrab-0.0.1-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file memcrab-0.0.1.tar.gz.
File metadata
- Download URL: memcrab-0.0.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Darwin/22.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8bf8c5c55b9c61e48216dd2b6cc45b31d9b53d06fa7ab00f3a6d559ccd980e3
|
|
| MD5 |
8459b906ae71379899fdfee39f95be53
|
|
| BLAKE2b-256 |
2dd417860a1a3a3015c6da8de76a08f013bb576a46d3f51721078e7df491ec2d
|
File details
Details for the file memcrab-0.0.1-py3-none-any.whl.
File metadata
- Download URL: memcrab-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Darwin/22.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c88fe0717ed3ca00fb5df85c833a4bcbecc91a0c6b92d52f4e1591f7fa822819
|
|
| MD5 |
0c297fb6dc85f82fed9c523618e681ba
|
|
| BLAKE2b-256 |
cff9a2fdbd76a0cbb7758a948055655c2fc00cb83f12a7769e79203af5b85234
|