Skip to content

A wrapper for the popular json-store-client library - a client for jsonstore.io

Notifications You must be signed in to change notification settings

AgeOfMarcus/myjsonstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper for the popular json-store-client library - a client for jsonstore.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages