Metadata-Version: 1.1
Name: mezzanine-api
Version: 0.4.2
Summary: A RESTful web API for Mezzanine CMS.
Home-page: http://gcushen.github.io/mezzanine-api
Author: George Cushen
Author-email: mezzanine-users@googlegroups.com
License: BSD
Description: =============
        Mezzanine API
        =============
        
        .. image:: https://img.shields.io/pypi/v/mezzanine-api.svg
           :target: `PyPi`_
        .. image:: https://travis-ci.org/gcushen/mezzanine-api.svg?branch=master
           :target: https://travis-ci.org/gcushen/mezzanine-api
        .. image:: https://img.shields.io/pypi/l/mezzanine-api.svg
           :target: `PyPi`_
        .. image:: https://badges.gitter.im/gcushen/mezzanine-api.svg
           :target: https://gitter.im/gcushen/mezzanine-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
        
        Mezzanine API is a RESTful API using JSON serialization and protected with OAuth 2. It is an extension for the `Mezzanine`_ content management platform, built using the `Django`_ framework. The API empowers developers to automate, extend and combine Mezzanine with other services such as mobile apps.
        
        Features
        ========
        * REST API resources for posts, comments, pages, users, categories and public site data
        * Apply filters and search queries to narrow down results
        * OAuth 2.0 allows users to authorize and revoke access to third party applications
        * Web browsable API
        * Interactive API resource documentation
        
        Installation, Documentation and Roadmap
        =======================================
        Please visit http://gcushen.github.io/mezzanine-api
        
        Screenshot
        ==========
        .. image:: http://gcushen.github.io/mezzanine-api/img/api_resources_scaled.png
        
        Created by `George Cushen <https://twitter.com/GeorgeCushen>`_
        
        .. _`Mezzanine`: http://mezzanine.jupo.org/
        .. _`Django`: http://djangoproject.com/
        .. _`Django Rest Framework`: http://www.django-rest-framework.org/
        .. _`pip`: http://www.pip-installer.org/
        .. _`PyPi`: https://pypi.python.org/pypi/mezzanine-api
        .. _`GitHub`: https://github.com/gcushen/mezzanine-api
        .. _`GitHub issue tracker`: https://github.com/gcushen/mezzanine-api/issues
        .. _`mezzanine-users`: http://groups.google.com/group/mezzanine-users/topics
        
Keywords: mezzanine cms api rest restful web
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
