Skip to content

sab-dohop/py-pointless

 
 

Repository files navigation

py-pointless

A fast and efficient read-only relocatable data structure for JSON like data, with C and Python APIs

import pointless

pointless.serialize({1:2,3:4}, 'file.pointless')

object = pointless.Pointless('file.pointless').GetRoot()
print object, type(object)

for k, v in object.iteritems():
  print k, '->', v

About

A fast and efficient read-only relocatable data structure for JSON like data, with C and Python APIs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.6%
  • Roff 22.7%
  • Shell 7.7%
  • Makefile 5.6%
  • Gnuplot 4.0%
  • HTML 2.7%
  • Other 2.7%