A set of Slumber serializers
Project description
A set of Slumber serializers
Installation
Install package via pip
pip install slumber-serializers
Usage
import slumber
import slumber.serialize
from slumber_serializers import CsvSerializer
api = slumber.API('/api/v1/', serializer=slumber.serialize.Serializer(default='csv',
serializers=[CsvSerializer()]),
format='csv')
api.test(format='csv').get()
Available serializers
CSV serializer
Serialize to and deserialize from CSV.
Binary serializer
Serialize to and deserialize from any binary format.
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
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 slumber-serializers-0.1.0.tar.gz.
File metadata
- Download URL: slumber-serializers-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d6a21a82c16afc1bb29a84d2801058991f32f589d733fa6572ab1a01ce31056
|
|
| MD5 |
b20d6e86f09b8dbff8dd46c50e5fea8d
|
|
| BLAKE2b-256 |
ee104123b7a627b6e1976f3a6694ba31756f6a5af3b742d39f9356e3077f2915
|
File details
Details for the file slumber_serializers-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: slumber_serializers-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2b29cfe16bd7f7c1a219ed0963587f2e335f48aee91c887a875fe321fb34fc3
|
|
| MD5 |
71d770060e684776cb2440216ad8d1ff
|
|
| BLAKE2b-256 |
efb024e9261fdb82330b6f757dc91c655460be1127d29e9e875131e32401097d
|