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

Manipulate, verify and de/serialize asset administration shells in C#.
Other
7 stars 1 forks source link

Decouple Python SDK from its repository #4

Closed mristin closed 1 year ago

mristin commented 1 year ago

Originally, we included the Python SDK in the requirements. However, this tightly couples C# SDK with Python SDK so we cannot update either of the repositories to different versions of aas-core-meta.

We copy now the Python code directly from aas-core-codegen, and decouple thus this repository from aas-core3.0-python. This allows us now to atomically update this repository to the latest aas-core-meta without touching aas-core3.0-python.