Skip to main content

Plist support for Django REST framework

Project description

Plist serialization support for Django REST framework.

https://badge.fury.io/py/djangorestframework-plist.png https://travis-ci.org/lpomfrey/django-rest-framework-plist.png?branch=master https://coveralls.io/repos/lpomfrey/django-rest-framework-plist/badge.png?branch=master

Installation

Install using pip:

$ pip install djangorestframework-plist

…or clone the project from github:

$ git clone git@github.com:lpomfrey/django-rest-framework-plist.git

Usage

This package provides a renderer (rest_framework_plist.PlistRenderer) and a parser (rest_framework_plist.PlistParser).

Add the renderer and/or parser provided by this package to your settings, as described in the django-rest-framework documentation:

rest_framework_plist.renderers.PlistRenderer

Renders the request data into Plist.

.media_type

application/x-plist

.format

plist

rest_framework_plist.parsers.PlistParser

Parses Plist request content.

.media_type

application/x-plist

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangorestframework-plist-0.3.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

djangorestframework_plist-0.3.0-py2-none-any.whl (9.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page