Skip to main content

Plist support for Django REST framework

Project description

Django Rest Framework Plist

Plist serialization support for Django REST framework.

https://travis-ci.org/lpomfrey/django-rest-framework-plist.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_plst.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

Running the tests

After installing in a Virtualenv run the ./run_tests.sh script in the root git directory.

Changelog

0.2.0

31st May 2013

  • Version bump

0.1.0

28th May 2013

  • Initial release

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.2.2.tar.gz (4.4 kB view hashes)

Uploaded Source

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