Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 861 Bytes

File metadata and controls

19 lines (11 loc) · 861 Bytes

Oicana Example FastAPI

Small example Python web service with FastAPI that uses Oicana for PDF templating.

Getting Started

  1. Install dependencies: uv sync
  2. Start the service: uv run python main.py or uv run uvicorn main:app --host 127.0.0.1 --port 3003
  3. Visit http://127.0.0.1:3003/docs for the Swagger documentation

Licensing

The code of this example project is licensed under the MIT license.

But please be aware, that the Oicana dependency is licensed under PolyForm Noncommercial License 1.0.0 and requires a commercial license for use cases that are not covered by the PolyForm license. Visit the Oicana website for pricing options.