|
|
||
|---|---|---|
| app | ||
| archive | ||
| calculations | ||
| content | ||
| diagnostics | ||
| exports | ||
| inputs | ||
| logs | ||
| outputs | ||
| scripts | ||
| settings | ||
| static | ||
| tests | ||
| .gitignore | ||
| README.md | ||
README.md
doc-generator
Python-based document and report generator.
This project is intended to combine the form-driven document generation workflow of word-doc-generator with a cleaner Python backend structure similar to document-processor.
Planned Structure
app/- Python web application entrypoint and backend logiccontent/- reusable templates, report definitions, shared text, and configurationcalculations/- calculation modules used by reportsinputs/- source files and uploaded data for generation runsoutputs/- intermediate generated filesexports/- final downloadable reports/documentsarchive/- archived generation runs or prior outputsdiagnostics/- troubleshooting and processing diagnosticssettings/- app settings and environment-independent configurationstatic/- frontend assetsscripts/- helper scriptstests/- automated tests