A lightweight library for transforming nested dictionaries, JSON, or similar data structures into Python objects with attribute-style access. Current version 0.1.0, released in 2023. Release cadence is sporadic.
pip install data2objectsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Convert a nested dict into an object with dot-access.
Use dictionary-style access (obj['key']) or sanitize keys before conversion.
Manually map list items with from_data if needed.
No dependency data recorded yet.