PyMongo - the Python driver for MongoDB http://api.mongodb.org/python
| Info: | See the mongo site for more information. See github for the latest source. |
|---|---|
| Author: | Mike Dirolf |
| Maintainer: | Bernie Hackett <bernie@mongodb.com> |
About
The PyMongo distribution contains tools for interacting with MongoDB database from Python. The
bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfspackage is a gridfs implementation on top of pymongo.Support / Feedback
For issues with, questions about, or feedback for PyMongo, please look into our support channels. Please do not email any of the PyMongo developers directly with issues or questions - you're more likely to get an answer on the mongodb-user list on Google Groups.
Bugs / Feature Requests
Think you’ve found a bug? Want to see a new feature in PyMongo? Please open a case in our issue management tool, JIRA:
- Create an account and login.
- Navigate to the PYTHON project.
- Click Create Issue - Please provide as much information as possible about the issue type and how to reproduce it.
Bug reports in JIRA for all driver projects (i.e. PYTHON, CSHARP, JAVA) and the Core Server (i.e. SERVER) project arepublic.
from https://github.com/mongodb/mongo-python-driver