About Anaconda Help Download Anaconda

conda-forge / packages / dataclass-wizard 0.32.0

Marshal dataclasses to/from JSON. Use field properties with initial values. Construct a dataclass schema with JSON input.

copied from cf-staging / dataclass-wizard

Installers

  • noarch v0.32.0

conda install

To install this package run one of the following:
conda install conda-forge::dataclass-wizard

Description

The dataclass-wizard library provides a set of simple, yet elegant wizarding tools for interacting with the Python dataclasses module in Python 3.9+.

The primary use is as a fast serialization framework that enables dataclass instances to be converted to/from JSON; this works well in particular with a nested dataclass model.

The dataclass-wizard is pure Python code that relies entirely on stdlib, with the only added dependency being typing-extensions https://pypi.org/project/typing-extensions/ for Python 3.9 and below.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy