Skip to main content

An easy way to manage data in json

Project description

telegram github pypi

Jedis

PyJedis is a python package for easy json 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 hashes)

Uploaded Source

Built Distribution

jedis-0.1.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page