Plist support for Django REST framework
Project description
Plist serialization support for Django REST framework.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangorestframework-plist-0.3.0.tar.gz
.
File metadata
- Download URL: djangorestframework-plist-0.3.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d59f33409f9f2230319ce31490109cdcab89a824301394a4ab52582c3c87045c |
|
MD5 | 2990425bde096f1241e7efa1d1086233 |
|
BLAKE2b-256 | c448afe3da7d77e0078f1fd33c590ae541b387876bb5435d941eb43289185374 |
File details
Details for the file djangorestframework_plist-0.3.0-py2-none-any.whl
.
File metadata
- Download URL: djangorestframework_plist-0.3.0-py2-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc338052504938db8942935766b1b6f1fb89a57f38bfa7ef8320670173c2012d |
|
MD5 | b5c2ff28f1f8307e038f95ab614c51bd |
|
BLAKE2b-256 | 0dcd7678df19eb475a691ec6b567928b9ef637fdd149d342d8402d3bdb93e0be |