Initial commit

* Examples work
* setup.py kinda updasted
* Fork of txmongo but with new pymongo embedded
This commit is contained in:
Don Brown
2014-01-24 16:19:17 -07:00
commit ae154dbc72
60 changed files with 14825 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from .connection import *
from .exceptions import *
from .pool import *
from .protocol import *
__doc__ = \
"""
MongoDB protocol implementation for asyncio (PEP 3156)
"""