Motor 1.0 is the first API-stable release. It wraps PyMongo 3.3 and supports the latest MongoDB features.
Switches from greenlets to a thread pool, and updates from PyMongo 2.8 to 2.9.
My colleague Bernie Hackett just released WinKerberos, a Windows native library for Kerberos authentication in Python.
Open source software is great. It’s hard to remember that there was a time before Linux, Apache, Python, Ruby, Postgres, etc.
My async driver for MongoDB now supports asyncio, and allows "async" and "await" in Python 3.5. Collection.aggregate() is more concise.
Easy testing using mongo dynamically created fixtures - se7entyse7en/mongo-dynamic-fixture
PyMongo - the Official MongoDB Python driver