Skip to content

pifantastic/python-rison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-rison

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

Releases

No releases published

Packages

No packages published

Languages