equinor / data-modelling-tool

A tool for modeling and presenting json-based data models
https://proxy-data-modelling-tool-dev.radix.equinor.com/
MIT License
3 stars 3 forks source link

generated code: use relative imports and vanilla python only. #658

Closed soofstad closed 4 years ago

soofstad commented 4 years ago

For the generated code to be as robust as possible (movable, drop-in, plugable), imports within the exported package should be relative.

In addition, to avoid having to deal with dependencies/setup/venv for the generated code. It should only use build-in python^3.8 modules.

soofstad commented 4 years ago

last one might be a week argument. Another solution would be to add any "code-generator-dependency" to dmt-py dependecies

github-actions[bot] commented 4 years ago

Stale issue message