CHANGELOG.md
Dockerfile
Dockerfile.release
LICENSE
MANIFEST.in
README.md
docker-compose.yml
env_example
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
examples/README.md
examples/arf_example.py
examples/basic_example.py
examples/custom_example.py
examples/flow_example.py
examples/data/anu_form.json
examples/data/arf_form.json
examples/data/default_form.json
examples/data/flow_form.json
scripts/README.md
scripts/release.sh
src/AkvoFormPrint/__init__.py
src/AkvoFormPrint/enums.py
src/AkvoFormPrint/models.py
src/AkvoFormPrint/utils.py
src/AkvoFormPrint.egg-info/PKG-INFO
src/AkvoFormPrint.egg-info/SOURCES.txt
src/AkvoFormPrint.egg-info/dependency_links.txt
src/AkvoFormPrint.egg-info/requires.txt
src/AkvoFormPrint.egg-info/top_level.txt
src/AkvoFormPrint/parsers/__init__.py
src/AkvoFormPrint/parsers/akvo_arf_parser.py
src/AkvoFormPrint/parsers/akvo_flow_parser.py
src/AkvoFormPrint/parsers/base_parser.py
src/AkvoFormPrint/parsers/default_parser.py
src/AkvoFormPrint/stylers/__init__.py
src/AkvoFormPrint/stylers/base_styler.py
src/AkvoFormPrint/stylers/docx_renderer.py
src/AkvoFormPrint/stylers/weasyprint_styler.py
src/AkvoFormPrint/styles/default.css
src/AkvoFormPrint/templates/form_template.html
src/AkvoFormPrint/templates/macros/question_macros.html
tests/test_0010_models.py
tests/test_0015_default_parser.py
tests/test_0020_akvo_flow_parser.py
tests/test_0025_arf_parser.py
tests/test_0030_weasyprint_styler.py
tests/test_0032_docx_renderer.py
tests/test_0035_base_styler.py
tests/test_0040_utils.py