Wrapper for easy interacting with JSON files.
Project description
jwrap
jwrap — is a single-file micro-library that implements JSON wrapper. Its mission is to make interacting with JSON a little bit easier without writing extra code.
More information is available in docstrings:
>>> import jwrap
>>> help(jwrap)
Quickstart
For example, you can write some data to json file by this:
from jwrap import Jwrap
j = Jwrap('myfile.json')
j.json['mykey'] = 'my value'
# or: j.ins('mykey', 'my value')
j.commit() # write data to file
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
jwrap-0.3.tar.gz
(2.7 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
jwrap-0.3-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file jwrap-0.3.tar.gz.
File metadata
- Download URL: jwrap-0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b35ad75d0d9aa4f2d6a33fb47f9d016eae646a24ff29e8ab80721641ea182538
|
|
| MD5 |
067290416d22935a62c1bd0883e1343b
|
|
| BLAKE2b-256 |
95bab84d5a05aa703f8b08933f075bf96ca550d2a603dec27282e9770714b33b
|
File details
Details for the file jwrap-0.3-py3-none-any.whl.
File metadata
- Download URL: jwrap-0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecc3e93cba2ab49c17b480677e895e93741a99eeba70ddfddb170688075b49d4
|
|
| MD5 |
d45e5c4fb0ea48265cbacab1a329eefe
|
|
| BLAKE2b-256 |
aea31c71e850f2060f9cdfaf1d6a57b809f8b08a6d393e1e804121735e31b8f7
|