Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

jedis

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jedis

An easy way to manage data in json

pipPyPI
Version
0.0.4.3
Maintainers
1

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

Keywords

json python redis jedis PyJedis Kobsser easy-json easy simple easy-json-manipulation manager

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts