Metadata-Version: 2.0
Name: django-mongodb-engine-py3
Version: 0.6.0.1
Summary: MongoDB backend for Django-nonrel
Home-page: http://django-nonrel.org/
Author: Flavio Percoco Premoli, Alberto Paro, Jonas Haag and contributors
Author-email: django-non-relational@googlegroups.com
License: 2-clause BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: djangotoolbox (>=1.6.0)
Requires-Dist: pymongo (>=2.8)

Django MongoDB Engine, the MongoDB backend for Django
=====================================================

Documentation on http://django-mongodb-engine.readthedocs.org/

*Use Django's ORM (including Aggregations, Atomic Updates, Embedded Objects,
Map/Reduce and GridFS), admin site, authentication, site, session and caching
frameworks with MongoDB.*

:master branch:
    .. image:: https://secure.travis-ci.org/django-nonrel/mongodb-engine.png?branch=master
        :target: https://travis-ci.org/django-nonrel/mongodb-engine


Contributing
------------
You are highly encouraged to participate in the development, simply use
GitHub's fork/pull request system.
If you don't like GitHub (for some reason) you're welcome
to send regular patches to the mailing list.

:Web site: http://www.django-nonrel.org/
:Mailing list: http://groups.google.com/group/django-non-relational
:Bug tracker: https://github.com/django-nonrel/mongodb-engine/issues/
:PyPI: http://pypi.python.org/pypi/django-mongodb-engine/
:License: 2-clause BSD
:Keywords: django, mongodb, orm, nosql, database, python

