Metadata-Version: 2.4
Name: cdo-oracle-sdk
Version: 0.1.0
Summary: Python SDK for the RunOnProof decision API
Author-email: RunOnProof <institucional@aureumone.io>
License-Expression: MIT
Project-URL: Homepage, https://runonproof.com
Project-URL: Documentation, https://docs.runonproof.com/docs
Project-URL: Repository, https://github.com/runonproof/cdo
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: crypto
Requires-Dist: cryptography>=45; extra == "crypto"

# RunOnProof Python SDK

`cdo-oracle-sdk` is the supported Python client for the RunOnProof decision API.
It exposes synchronous and asynchronous clients for the Brazil and United Kingdom
decision products, including company checks, supplier approval, invoice and payee
verification, payment authorization, vendor changes, and Company Passport operations.

The client is fail-closed: it preserves evidence, correlation and idempotency fields,
uses bounded network operations, and does not sign transactions or settle payments.
See the [RunOnProof documentation](https://docs.runonproof.com/docs) for API setup and
credential handling.
