Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 554 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 554 Bytes

WeasyPrint server

But

Convertir des documents html en pdf.

Développement

installation

On utilise uv pour gérer python et ces dépendances.

On copy les variables d'env

cp env.example .env

lancement de l'application

uv run flask run --debug

# or any process manager reading Procfile.dev
overmind start

tests

uv run python -m unittest

linters

uv run ruff format --check && uv run ruff check

Packaging

voir package_scripts/main.sh