ansys / grantami-bomanalytics

Pythonic interface for Ansys Granta Compliance reporting API
http://bomanalytics.grantami.docs.pyansys.com/
MIT License
5 stars 0 forks source link

Integration between STK and BoM Analytics #9

Open Andy-Grigg opened 2 years ago

Andy-Grigg commented 2 years ago

There needs to be some interop between STK objects and this package, but we don't want to use the heavyweight STK objects directly.

Implement a lightweight coupling between the STK and this package in the form of python dicts / JSON string.

Some other thoughts:

Andy-Grigg commented 2 years ago

This is implemented as much as possible from the PyAnsys side, in that a dict of GUIDs and DBKeys can be provided when building a query. Will require a more coordinated effort between this package and STK to do something more joined up.

Andy-Grigg commented 2 years ago

Some thought needs to be given to how we set a non-standard db key and tables in this package.