Skip to content

Kobsser/Jedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'))

About

An easy way to manage data in json

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages