jakobaxelsson / sossim

A system-of-systems (SoS) simulator
MIT License
0 stars 0 forks source link

Build pyconfig.toml using script #6

Closed jakobaxelsson closed 12 months ago

jakobaxelsson commented 1 year ago

Currently, the file pyconfig.toml needs to be edited manually. It is used by pyscript to figure out what modules and files to load.

To avoid this manual editing, it would be good to have a build script that generates this. Basically, the packages to be used can be found in the requirements.txt, and the files to be fetched are all *.py files under the source directory.

jakobaxelsson commented 1 year ago

The build script could also contain other recurring activities, such as type checking, testing, documentation generation, etc.

jakobaxelsson commented 12 months ago

Resolved.