Skip to content

Python rison encoder/decoder

Notifications You must be signed in to change notification settings

cogniteev/python-rison

 
 

Repository files navigation

python-rison

Build Status Coverage Status Code Climate Code Health

Python version of the rison encoder/decoder originally taken from http://mjtemplate.org/examples/rison.html

Usage

import rison

print rison.dumps({'foo': 'bar'})  # '(foo:bar)'

print rison.loads('(foo:bar)')  # {'foo': 'bar'}

Tests

pip install nose
nosetests tests/*.py

About

Python rison encoder/decoder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%