Skip to content

Install

The Poli Page Python SDK ships as poli-page on PyPI. It is type-checked, ships with py.typed, and requires Python 3.11 or later.

Terminal window
pip install poli-page
# or
uv add poli-page
# or
poetry add poli-page

The SDK targets Python 3.11 and tests against 3.11, 3.12, and 3.13 on Linux, macOS, and Windows. See runtime support for the full matrix.

import os
from poli_page import PoliPage
client = PoliPage(api_key=os.environ["POLI_PAGE_API_KEY"])