Python SDK
Install the package:
pip install procureiq
What it includes
- Generated API client surface from the OpenAPI spec
ProcureIQClientconvenience 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.