Python/mypy code generation for ATD
Atdpy is a program that generates a Python interface from type definitions. In particular, given a set of ATD type definitions, this tool generates a set of Python classes representing those types with built-in JSON serializers and deserializers. The primary benefits of using the generated interface, over manually manipulating JSON strings from within Python, are safety and ease of use. Specifically, the generated interface offers the following features: - JSON strings are automatically checked for correctness with respect to the ATD specification. - Details such as optional fields and their associated default values are automatically handled.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.15.0-11.fc42 | - |
Fedora 41 | 2.15.0-10.fc41 | - |
Fedora 40 | 2.15.0-5.fc40 | - |
You can contact the maintainers of this package via email at
ocaml-atd dash maintainers at fedoraproject dot org
.