Super simple access to cloudflare workers kv store
Project description
cloudflarekv
Super simple access to cloudflare workers kv store
Install
pip install cloudflarekv
Usage
from cloudflarekv.kv import CloudFlareKV
kv = CloudFlareKV(cloudflare_email, auth_key, account_id, namespace_id)
kv.set("foo", "bar")
kv.get("foo")
kv.set("foo-json", '{"foo":"bar"}')
kv.get("foo-json", as_json=True)
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
cloudflarekv-0.1.0.tar.gz
(1.5 kB
view details)
File details
Details for the file cloudflarekv-0.1.0.tar.gz
.
File metadata
- Download URL: cloudflarekv-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31e0c554426a65ecced61812122f430dfe57ebfad2920ac53fc8e5d7b3e317d5 |
|
MD5 | c4d45f386beb0aa67813f2f08caa3964 |
|
BLAKE2b-256 | b73e0f95992698eab8b0c972a0cf3a440658af2f47cc5b91c8e09b1b2038e174 |