Dataclasses Features

The code generator uses the default dataclasses options but you can toggle all of them through the cli flags or a generator config

<Config xmlns="http://pypi.org/project/xsdata" version="21.11">
  <Output maxLineLength="79">
    <Package>tests.fixtures.stripe.models.balance</Package>
    <Format repr="true" eq="true" order="true" unsafeHash="false" frozen="true" slots="false" kwOnly="false">dataclasses</Format>
    <Structure>single-package</Structure>