Skip to main content

Python SDK

Install the package:

pip install procureiq

What it includes

  • Generated API client surface from the OpenAPI spec
  • ProcureIQClient convenience wrapper
  • Readable method aliases for core flows
  • Webhook signature verification helper

Example

from procureiq import ProcureIQClient

client = ProcureIQClient(api_key="piq_live_xxx")
products = client.products.search_products(q="industrial fans", limit=10)

For full examples, see packages/sdk-python/README.md.