dataclasses
There are 206 repositories under dataclasses topic.
ijl/orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
ramnes/notion-sdk-py
The official Notion API client library, but rewritten in Python! (sync + async)
konradhalas/dacite
Simple creation of data classes from dictionaries.
lidatong/dataclasses-json
Easily serialize Data Classes to and from JSON
litestar-org/polyfactory
Simple and powerful factories for mock data generation
Fatal1ty/mashumaro
Fast and well tested serialization library
yukinarit/pyserde
Yet another serialization library on top of dataclasses, inspired by serde-rs.
brentyi/tyro
CLI interfaces & config objects, from types
lukasmasuch/streamlit-pydantic
🪄 Auto-generate Streamlit UI from Pydantic Models and Dataclasses.
lebrice/SimpleParsing
Simple, Elegant, Typed Argument Parsing with argparse
enthought/traits
Observable typed attributes for Python classes
oxan/djangorestframework-dataclasses
Dataclasses serializer for Django REST framework
reagento/adaptix
An extremely flexible and configurable data model conversion library.
drivendataorg/erdantic
Entity relationship diagrams for Python data model classes like Pydantic
mit-ll-responsible-ai/hydra-zen
Create powerful Hydra applications without the yaml files and boilerplate code.
omni-us/jsonargparse
Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables
sns-sdks/python-youtube
A simple Python wrapper for YouTube Data API :sparkles: :cake: :sparkles: .
aviramha/ormsgpack
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
eigenein/protobuf
Python implementation of Protocol Buffers with dataclass-based schemaʼs
wyfo/apischema
JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
eladrich/pyrallis
Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
jacebrowning/datafiles
A file-based ORM for Python dataclasses.
dfurtado/dataclass-csv
Map CSV to Data Classes
xnuinside/omymodels
O!My Models (omymodels) is a library to generate Pydantic, Dataclasses, GinoORM Models, SqlAlchemy ORM, SqlAlchemy Core Table, Models from SQL DDL. And convert one models to another.
bogdandm/json2python-models
Generate Python model classes (pydantic, attrs, dataclasses) based on JSON datasets with typing module support
rnag/dataclass-wizard
Simple, elegant, wizarding tools for interacting with Python's dataclasses.
s-knibbs/dataclasses-jsonschema
JSON schema generation from dataclasses
python-desert/desert
Deserialize to objects while staying DRY
strongbugman/danio
Danio is a ORM for python asyncio world.
coqui-ai/coqpit
Simple but maybe too simple config management through python data classes. We use it for machine learning.
mivade/argparse_dataclass
Declarative CLIs with argparse and dataclasses
biqqles/dataclassy
A fast and flexible reimplementation of data classes
zifeo/dataconf
Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict/cli support.
astropenguin/xarray-dataclasses
:zap: xarray data creation by data classes
reagento/dataclass-rest
A modern and simple way to create clients for REST like APIs
kodemore/chili
Object serialization/deserialization tools for python.