Metadata-Version: 2.0
Name: mezzanine-api
Version: 0.3.0
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
Keywords: mezzanine rest restful web api
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.3
Classifier: Programming Language :: Python :: 3.4
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
Requires-Dist: Mezzanine
Requires-Dist: django-rest-swagger (==0.2.9)
Requires-Dist: djangorestframework (==3.1.1)
Requires-Dist: django-filter
Requires-Dist: django-oauth-toolkit (==0.8.1)

=============
Mezzanine API
=============

.. image:: https://pypip.in/version/mezzanine-api/badge.svg
 :target: `PyPi`_
.. image:: https://pypip.in/license/mezzanine-api/badge.svg
 :target: `PyPi`_

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 Ember.js or a mobile app.

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://github.com/gcushen>`_

.. _`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
.. _`Swagger UI`: http://swagger.io/


