From 6796331dc52c99def1f32cdf303cb520b1648b07 Mon Sep 17 00:00:00 2001 From: Don Brown Date: Fri, 24 Jan 2014 16:37:10 -0700 Subject: [PATCH] Add readme --- README.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..50615b2 --- /dev/null +++ b/README.rst @@ -0,0 +1,33 @@ +======= +Asyncio Mongo +======= +:Info: See `the mongo site `_ for more information. See `Bitbucket `_ for the latest source. +:Author: Don Brown + +About +===== +An asynchronous Python driver for the Mongo database, based on Python's asyncio. +This project is based on `TxMongo `_ + +This project is still in the very early alpha stage and shouldn't be used for production. + +Docs and examples +================= +There are some examples in the *examples/* directory. + +Credits +======= +Thanks to (in no particular order): + +- Alexandre Fiori (fiorix) + + - The author of TxMongo + +- Mike Dirolf (mdirolf) + + - The author of original ``pymongo`` package. + +- Jonathan Slenders (jonathanslenders) + + - The author of asyncio_redis, from which the connection and pooling code come. +