An easy way to manage data in json
Project description
Jedis
PyJedis
is a python package for easyjson
management that have an interface similar to redis.
Installation
to install with pip:
pip install jedis
or from source:
python setup.py install
Getting Started
from jedis import Jedis
j = Jedis("example.json")
if not j.exists("foo"):
j.set("foo", "bar")
print(j.get('foo'))
Change Log
0.1.1 (31/05/2022)
- First release
- Fix bugs
- Add
keys
function (fix bugs) - load & dump with utf-8 encoding
- custom encoding
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jedis-0.1.1.tar.gz
(5.7 kB
view details)
Built Distribution
jedis-0.1.1-py3-none-any.whl
(5.7 kB
view details)
File details
Details for the file jedis-0.1.1.tar.gz
.
File metadata
- Download URL: jedis-0.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06464ff89a505eb837c34a8cd285c4f97ca7e8e0331ace7c19a9ec2f68f176cc |
|
MD5 | 1cebb0bf0f032352a7d50e808d471d90 |
|
BLAKE2b-256 | 5087d174f912edeae28daaebce1f8f52836540aa8ee4a53f5d731681f03fd764 |
File details
Details for the file jedis-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: jedis-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9ac3ac31bc08024256f43db84d873da3f44d5b832f74a8a758b2bf91d076ac7 |
|
MD5 | 8e0930df6185c6979d997b37d04340bb |
|
BLAKE2b-256 | fe3ec13f5becd423e2a0917347d2fb197a3857fee307b6fb4c9cf72b12774a8d |