/weasy_ex

Primary LanguageElixirThe UnlicenseUnlicense

WeazyEx

simple https://doc.courtbouillon.org/weasyprint wrapper.

Expects a python3 venv in priv/.venv with weasyprint installed. This can be achieved with sth like:

priv % python3 -m venv .venv
priv % source .venv/bin/activate
(.venv) % pip3 install weasyprint