Non official jsonblob api client
Project description
jsonblob
Non official jsonblob api client
API
Usage
from jsonblob import JSONBlobClient
json_blob = JSONBlobClient()
blob_id = json_blob.create({"hello": "world"})
success = json_blob.update({"zebra": "bebra"})
print(json_blob.get(blob_id))
from jsonblob import JSONBlobStorage
json_blob = JSONBlobStorage(keys_blob_id = None)
print(json_blob.keys_blob_id)
print(json_blob.keys)
blob_id = json_blob.set("Zebra", {"hello": "world"})
print(json_blob.get("Zebra"))
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
jsonblob-0.0.1.tar.gz
(3.3 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 jsonblob-0.0.1.tar.gz.
File metadata
- Download URL: jsonblob-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10842dc9ef72fef16eed9c58ea73be94d374e784b0df85bf0eedc82361549efe
|
|
| MD5 |
d79c3af2673203bc0d80907e9caf49c5
|
|
| BLAKE2b-256 |
cd222786503d8634f82ed687802e4d8e3d59190d16a2db87987a5ccdc267a14b
|
File details
Details for the file jsonblob-0.0.1-py3-none-any.whl.
File metadata
- Download URL: jsonblob-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c29c7f506468576d897f768dad6fbeb73a7406bc04c483eb5f9579984f32c3b
|
|
| MD5 |
21795691a57f3cdb1f41fe488217b2cb
|
|
| BLAKE2b-256 |
1258c49d0bc1d7d274f75d08fe6cf5a89c173e168eb12e50a42ee5e536f583c2
|