Skip to main content

A cachier python client package

Project description

Cachier Python Client

Downloads Test

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


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)

Uploaded Source

Built Distribution

cachier_client-0.3.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

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

Hashes for cachier-client-0.3.0.tar.gz
Algorithm Hash digest
SHA256 42fcbe1ef6edb4cd8345afc63250fefbd42f9119f3e0fa90ca600159419ce647
MD5 a59be524ba15b2a24b4cd41f1f8ee4ec
BLAKE2b-256 bfe35a692185a994d60cd6a3341e91df4d146f5bd1eec2358051cfdca77fcf6c

See more details on using hashes here.

File details

Details for the file cachier_client-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cachier_client-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5a5a273ec9cfc1095e982dfc1046fd68bf322ac3f9a9737a05e60a4d733e417
MD5 b381e85a49a9127085fececeee70e438
BLAKE2b-256 8fbc3dad4faada9c9c03fcd7fcd660e9b5f88436bd8811c3cae5312ae02f1464

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page