Project: databind-core

Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.7 and newer.

Project Details

Latest version
4.4.2
Home Page
PyPI Page
https://pypi.org/project/databind-core/

Project Popularity

PageRank
0.005501920895054536
Number of downloads
49329

databind.core

This library provides the core functionality to implement serialization functions to and from Python objects, with a great support for many features of the Python type system. A JSON implementation is provided by the databind.json package.


Copyright © 2020 – Niklas Rosenstein