Package: wnpp Severity: wishlist Owner: Edward Betts <edw...@4angle.com> X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org
* Package name : dataclasses-json Version : 0.6.7 Upstream Author : Charles Li <charles.dt...@gmail.com> * URL : https://github.com/lidatong/dataclasses-json * License : MIT Programming Lang: Python Description : Library for encoding and decoding dataclasses to and from JSON This library provides an API to convert dataclasses into JSON and transform JSON back into dataclasses. It supports nested dataclasses and can handle complex data types like datetime, UUID, and Decimal. The library offers mechanisms for case conversion, allowing fields to be serialized in camelCase or other formats. Additionally, unknown fields in JSON can be managed, either by excluding them, saving them in a separate field, or raising an error. Fine-tuning of encoding and decoding processes is possible through custom configurations, making it suitable for diverse data scenarios. I plan to maintain this package as part of the Python team.