eclipse-basyx / basyx-python-sdk

MIT License
60 stars 28 forks source link

BaSyx-Core: Add functionality to adapt import statement #263

Closed s-heppner closed 2 months ago

s-heppner commented 5 months ago

We need a function in ast_building_blocks Funktion: adapt_import_statement.

Then we need to use this function to change import aas_core3.types as aas_types to import basyx.aas.types as aas_types in constants.py

s-heppner commented 2 months 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.