Signal Window Toolkit
Public documentation landing page for the signal integration and timing-window toolkit.
Repository: Marmalade7929/Signal_Window_ToolKit
Launch Live Streamlit AppCore APIs
integrate_flowandintegrate_flow_to_volumefor numeric flow integration.parse_scope_csvfor robust CSV scope parsing across delimiters and edge cases.extract_fault_cyclesanddetect_ail_windowsfor timing and window extraction.
Validation and Checks
- CI runs tests and deployment checks on pull requests and pushes.
- Pages workflow deploys static docs from
docs-site/onmain. - CI validates that this landing page includes a Streamlit live app URL.
Live App Endpoint
https://signal-window-toolkit.streamlit.app/
If your Streamlit deployment slug changes, update this URL and keep the launch button in sync.
Local Run
python -m pip install -r requirements.txt
python -m pytest tests -q
streamlit run app.py