Provides xsdata dataclasses for swiss e-government standards defined by eCH.
! JSON deserialization might return wrong classes, if they have the same structure.
Run the tests
pip install .[test]
tox
Make sure, all recent changes are in HISTORY.md. Then bump the version:
pip install .[dev]
bump2version {major|minor|patch}
git push && git push --tags
Then create a new release on GitHub using the new tag.
Generate files
pip install .[dev]
xsdata generate xxx.xsd
Then move the files and fix the imports.