Metadata-Version: 1.0
Name: django-tastypie-mongoengine
Version: 0.2.2
Summary: MongoEngine support for django-tastypie.
Home-page: https://github.com/mitar/django-tastypie-mongoengine
Author: Matevz
Author-email: matevz.mihalic@gmail.com
License: AGPLv3
Description: django-tastypie-mongoengine
        ===========================
        
        This Django application provides MongoEngine_ support for django-tastypie_.
        
        Requirements
        ------------
        
        * Python_ 2.5+
        * Django_ 1.4+ (may work on lower version, but not tested)
        * django-tastypie_ 0.9.11+
        * MongoEngine_ 0.6.9+
        
        .. _Python: https://python.org
        .. _Django: http://djangoproject.com
        .. _django-tastypie: https://github.com/toastdriven/django-tastypie
        .. _MongoEngine: http://mongoengine.org
        
        How to use?
        -----------
        
        * See documentation: http://django-tastypie-mongoengine.readthedocs.org
        * See usage in tests: http://github.com/mitar/django-tastypie-mongoengine/tree/master/tests
        
Keywords: REST RESTful tastypie mongo mongodb mongoengine django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
