Metadata-Version: 2.4
Name: FoSpy
Version: 0.0.1
Summary: A package for opening, editing, and saving Files of Synthesis (*.fos)
Project-URL: Homepage, https://github.com/errthumt/FoSpy
Project-URL: Issues, https://github.com/errthumt/FoSpy/issues
Author: Travis Errthum
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: chemformula
Requires-Dist: pandas
Description-Content-Type: text/markdown

# FoSpy
A package for opening, editing, and saving Files of Synthesis (*.fos)

Running brainstorm for features and data structure: [brainstorm.md](./brainstorm.md)

Examples of what a FoS could look like: [example/start_synthesis.fos](./example/start_synthesis.fos)

Examples of what a python script could do with FoS files and FoS Templates: [example/readme.md](./example/readme.md)

There is a fully-packaged app as a proof-of-concept with a gui for opening and editing FOS files.
* [Github](https://www.github.com/errthumt/CyFoS-alpha)
* [Installer download](https://github.com/errthumt/CyFoS-alpha/raw/refs/heads/main/installer/windows_release/CyFoS_Setup_1.2.5.exe)

Windows batch script for setting up a dev environment: [windows_new_clone.bat](./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.