908 B
908 B
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