Small example Python web service with FastAPI that uses Oicana for PDF templating.
- Install dependencies:
uv sync - Start the service:
uv run python main.pyoruv run uvicorn main:app --host 127.0.0.1 --port 3003 - Visit http://127.0.0.1:3003/docs for the Swagger documentation
The code of this example project is licensed under the MIT license.
But please be aware that the dependency oicana is licensed under PolyForm Noncommercial License 1.0.0.