dataclasses topic

List dataclasses repositories

dataconf

79
Stars
14
Forks
Watchers

Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict/cli support.

fireclass

10
Stars
4
Forks
Watchers

Firestore + Dataclass: declare and interact with your Firestore models using Python dataclasses.

dacite

1.7k
Stars
98
Forks
Watchers

Simple creation of data classes from dictionaries.

orjson

5.7k
Stars
199
Forks
Watchers

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

apischema

219
Stars
18
Forks
Watchers

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

polyfactory

890
Stars
72
Forks
Watchers

Simple and powerful factories for mock data generation

datafiles

197
Stars
18
Forks
Watchers

A file-based ORM for Python dataclasses.

pyserde

669
Stars
38
Forks
Watchers

Yet another serialization library on top of dataclasses, inspired by serde-rs.

jsonargparse

277
Stars
40
Forks
Watchers

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables

ormsgpack

222
Stars
15
Forks
Watchers

Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]