restframework-definable-serializer
Project description
# restframework-definable-serializer
restframework-definable-serializer is definable serializer by JSON or YAML format.
# Feature
- It can define restframework serializer by JSON or YAML
- It can write and modify serializer by django admin pages.
# Dependencies
- python 3
- django >= 1.11
- djangorestframework>=3.7.0
- django-codemirror2>=0.2
- django-jsonfield>=1.0.1
- django-yamlfield>=1.0.3
- PyYAML>=3.12
- ruamel.yaml>=0.13.5
- simplejson>=3.11.1
- six>=1.11.0
# Quick start
1. Install restframework-definable-serializer
```
pip install restframework-definable-serializer
```
2. Add "definable_serializer" and "codemirror2" to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = [
...
'definable_serializer',
'codemirror2',
]
```
# samples
You can try restframework-definable-serializer. see example_project
restframework-definable-serializer is definable serializer by JSON or YAML format.
# Feature
- It can define restframework serializer by JSON or YAML
- It can write and modify serializer by django admin pages.
# Dependencies
- python 3
- django >= 1.11
- djangorestframework>=3.7.0
- django-codemirror2>=0.2
- django-jsonfield>=1.0.1
- django-yamlfield>=1.0.3
- PyYAML>=3.12
- ruamel.yaml>=0.13.5
- simplejson>=3.11.1
- six>=1.11.0
# Quick start
1. Install restframework-definable-serializer
```
pip install restframework-definable-serializer
```
2. Add "definable_serializer" and "codemirror2" to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = [
...
'definable_serializer',
'codemirror2',
]
```
# samples
You can try restframework-definable-serializer. see example_project
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file restframework_definable_serializer-0.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: restframework_definable_serializer-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40ed419f0aba8e7de410447ac61835d98564ed2ed18829fcc2d8cb290749f0e0
|
|
| MD5 |
71e37bd369ffb4a5faa5bfcfe1c7198b
|
|
| BLAKE2b-256 |
1889520cfec3555ecb1654f6fea9db30685e90f169f3548c91d426474ddb5fa7
|