aas-core-works / aas-core3.0-python

Manipulate, verify and de/serialize asset administration shells in Python.
Other
4 stars 0 forks source link

Document design decisions #14

Closed mristin closed 5 months ago

mristin commented 5 months ago

We document some of the design decisions. The majority of the text comes from the other SDKs, and we simply adapted it to Python.

We also document why runtime type guards are not used.

Fixes the issue #436 in aas-core-codegen.

Additionally, we make some minor fixes to changelog so that the docs compile without warnings (no content is affected, just the indention).