A wrapper for the popular json-store-client library - a client for jsonstore.io
Project description
# myJSONStore A wrapper for the popular json-store-client library - a client for jsonstore.io
This leverages the core mechanics of the jsonstore.io source to bypass the (unintentional) data upload limit and decentralize the keys in which data is stored.
## usage
- ### example 1: from a script
from jsonstore import Client import os data = os.urandom(4096) k, c = Client().store(data) Client().retrieve(k, c) == data # true
- ### example 2: as a script
python -m jsonstore -h
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file myjsonstore-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: myjsonstore-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 518585c10bf14146441cf0d3417410dc7488c1493724fa2ec6d2d6ee3efaa18f |
|
MD5 | 8261070a308c74d39bd68bdbf1e74722 |
|
BLAKE2b-256 | 1cd2812723d301a385ed6e104134efd0db834dd11a59b52dc926a2f1cdc3247b |