A python library for https://jsonbin.marcusweinberger.repl.co/
Project description
# jsonbin-client
- ## Installation
pip install jsonbin-client
- ## Usage
import jsonbin
client = jsonbin.Client(“YOUR_TOKEN_HERE”) # use jsonbin.generate() or custom token
client.store(“key”, “hello world”) # supports any data type - including raw binary data
client.retrieve(“key”) # returns “hello world”
client.delete(“key”)
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
jsonbin-1.0.0.tar.gz
(1.8 kB
view details)
File details
Details for the file jsonbin-1.0.0.tar.gz
.
File metadata
- Download URL: jsonbin-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a24fc1ea18e3d4eb9f15163233f32daac81e7526a2c83035587165d954da87e3 |
|
MD5 | 03e1c02a57056fff3031125fae00c80d |
|
BLAKE2b-256 | efdfe67f7cbf3144fcc7aaa91cd7043a607bc93cdeafe9b2a6cc799e8ac59f72 |