eclipse-basyx / basyx-python-sdk

MIT License
58 stars 27 forks source link

BaSyx-Core: Replace `Identifier` type hint with `str` #272

Closed s-heppner closed 1 month ago

s-heppner commented 4 months ago

See https://github.com/eclipse-basyx/basyx-python-sdk/commit/73765cfb910582094c9b068e0ace54fedf9a52fc for details.

s-heppner commented 1 month ago

We decided for going towards a different architechture. Instead of semantically patching the generated aas-core SDK, we will build our functionality on top of it.

Since we will loose backward compatibility, we created a new project called BaSyx-Python-Framework.

This Issue is therefore deprecated.