Oligon Receipts is in private beta — request access.
Getting started
Installation

Installation

Pick an SDK or call the REST API directly with cURL / fetch / requests.

pip install oligon-receipts
# or with uv
uv pip install oligon-receipts

Requires Python 3.9+. The package ships type stubs (py.typed), so mypy and Pyright will catch shape errors at lint time.

Pinning a version is recommended in production. We follow strict semver on the public API and on every SDK.

Verify your install

import oligon_receipts
print(oligon_receipts.__version__)   # → "0.1.0"