On November 2nd, I released the first API-stable release of Motor, the 
asynchronous Python driver for MongoDB. Motor can integrate with either 
Tornado or asyncio. It is compatible with Python 2.6 or later and all 
supported versions of MongoDB.

Motor 1.0 requires PyMongo 3.3 or newer. The move from PyMongo 2 to 3 
brings a large number of API changes, please read the Motor 1.0 Migration 
Guide <http://motor.readthedocs.io/en/stable/migrate-to-motor-1.html> and 
the PyMongo 3 changelog 
<http://api.mongodb.com/python/current/changelog.html#changes-in-version-3-0>
 carefully.

Motor's documentation is on ReadTheDocs 
<http://motor.readthedocs.io/en/stable/>.

Install with:

python -m pip install motor


If you encounter any issues, please file them in MongoDB's Jira 
<https://jira.mongodb.org/browse/MOTOR> tracker.

Peace,
— A. Jesse Jiryu Davis 

Reply via email to