bson

BSON codec for Python
Download

bson Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kou Man Tong
  • Publisher web site:
  • http://wt-toolkit.sourceforge.ne

bson Tags


bson Description

BSON codec for Python bson is an independent BSON codec for Python that doesn't depend on MongoDB.TO USE:>> import bson>>> a = bson.dumps({"A":})>>> b = bson.loads(a)>>> b{'A': }Currently, bson.dumps() and bson.loads() expects everything to be documents, or dicts in Python-speak.TO INSTALL:If you want to try out the source package, you do this..../setup.py buildsudo ./setup.py installOr, you can simply do this instead...sudo easy_install bson Requirements: · Python


bson Related Software