A lightweight library for converting complex objects to and from simple Python datatypes.
MessagePack serializer implementation for Python msgpack.org[Python]
Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
Standards-compliant library for parsing and serializing HTML documents and fragments in Python
Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can recon...
A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree...
Writable nested model serializer for Django REST Framework
🕵️ Tool to reverse-engineer Protocol Buffers with unknown definition
A serialization/deserialization/validation library for strings, mappings and lists.
View (and mixin) for serializing multiple models or querysets in Django Rest Framework
Dynamically set fields and expand nested resources in Django REST Framework serializers.
Recursive Serialization for Django REST framework
:triangular_ruler: Generate Views, Serializers, and Urls for your Django Rest Framework application
A portable, lightweight MessagePack serializer and deserializer written in pure Python, compatible with Python 2, Python 3, CPython, PyPy / msgpack.org[Python]...
🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard...
django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
Automatic generation of marshmallow schemas from dataclasses.
Marshmallow schemas for Django REST framework
JSON API 1.0 (https://jsonapi.org/) formatting with marshmallow
A small Python library for creating dicts from protocol buffers. Useful as an intermediate step before serialization (e.g. to JSON)....
🦉 Modern high-performance serialization utilities for Python (JSON, MessagePack, Pickle)
Extensions to help DRY up Django Rest Framework serializers