A package for opening, editing, and saving Files of Synthesis (*.fos)
Running brainstorm for features and data structure: brainstorm.md
Examples of what a FoS could look like: example/start_synthesis.fos
Examples of what a python script could do with FoS files and FoS Templates: example/readme.md
There is a fully-packaged app as a proof-of-concept with a gui for opening and editing FOS files.
Windows batch script for setting up a dev environment: windows_new_clone.bat(requires python and git installed)
- Clones the repo under C:\users\your-username\FoSpy
- Creates virtual python environment under ...\FoSpy\venv
- Installs the current FoSpy package as a live editable package to your venv.