A cachier python client package
Project description
Cachier Python Client
A template of README best practices to make your README simple to understand and easy to use.
Table of Contents
Installation
Install the package using pip:
pip install cachier_client
Usage
from cachier_client import CachierClient
client = CachierClient("localhost", 8080).connect()
print("should be None:", client.get("greetings"))
client.set("greetings", "Hello, World!", 10)
print("should be something:", client.get("greetings"))
import time
time.sleep(11)
print("should be None:", client.get("greetings"))
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
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
cachier-client-0.3.0.tar.gz
(3.6 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 cachier-client-0.3.0.tar.gz.
File metadata
- Download URL: cachier-client-0.3.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42fcbe1ef6edb4cd8345afc63250fefbd42f9119f3e0fa90ca600159419ce647
|
|
| MD5 |
a59be524ba15b2a24b4cd41f1f8ee4ec
|
|
| BLAKE2b-256 |
bfe35a692185a994d60cd6a3341e91df4d146f5bd1eec2358051cfdca77fcf6c
|
File details
Details for the file cachier_client-0.3.0-py3-none-any.whl.
File metadata
- Download URL: cachier_client-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a5a273ec9cfc1095e982dfc1046fd68bf322ac3f9a9737a05e60a4d733e417
|
|
| MD5 |
b381e85a49a9127085fececeee70e438
|
|
| BLAKE2b-256 |
8fbc3dad4faada9c9c03fcd7fcd660e9b5f88436bd8811c3cae5312ae02f1464
|