Go to file
Mike Dirolf b80660aebf oops
2009-01-08 16:22:46 -05:00
test bson support for dbref 2009-01-08 12:02:59 -05:00
__init__.py add empty __init__ 2009-01-06 15:43:31 -05:00
.gitignore gitignore 2009-01-06 10:40:56 -05:00
bson.py bson support for dbref 2009-01-08 12:02:59 -05:00
dbref.py implementation of a DBRef type 2009-01-08 11:40:05 -05:00
mongo.py seperate out __connect so we can reconnect on timeouts 2009-01-08 14:47:04 -05:00
objectid.py Implementation of ObjectId (for now just generate 12 random bytes) 2009-01-08 10:53:38 -05:00
README initial commit 2009-01-06 10:16:45 -05:00
run_tests.py add son tests to test script 2009-01-08 16:13:43 -05:00
son.py oops 2009-01-08 16:22:46 -05:00

A python driver for MongoDB.