Metadata-Version: 1.1
Name: djangoappengine
Version: 1.6.0
Summary: App Engine backends for Django-nonrel
Home-page: https://github.com/django-nonrel/djangoappengine
Author: Waldemar Kornewald
Author-email: wkornewald@gmail.com
License: 3-clause BSD
Description: Djangoappengine, a Django database backend for App Engine
        =========================================================
        
        Documentation at http://djangoappengine.readthedocs.org/
        
        Djangoappengine allows you to use App Engine's datastore with
        Django. It provides the necessary plumbing to query the datastore, and
        custom management commands for deploying and running the SDK.
        
        :master:
            .. image:: https://secure.travis-ci.org/django-nonrel/djangoappengine.png?branch=master
                :target: https://travis-ci.org/django-nonrel/djangoappengine
        
        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.
        
        :Mailing list: http://groups.google.com/group/django-non-relational
        :Bug tracker: https://github.com/django-nonrel/djangoappengine/issues
        :License: 3-clause BSD, see LICENSE
        :Keywords: django, app engine, orm, nosql, database, python
        
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 :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: djangotoolbox (>=1.6.0)
