CompZ is a privacy-preserving compliance attestation SDK that anchors attestations to the Zcash blockchain. Version 1.0.0 is the initial release, with active development. Release cadence is not yet established.
pip install compzNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and submit a compliance attestation. Provide API key via environment variable COMPZ_API_KEY.
client = CompZClient(network='testnet')
Set COMPZ_API_KEY environment variable or pass api_key argument.
Run 'pip install --upgrade compz' and verify import: from compz import CompZClient
Set environment variable COMPZ_API_KEY or pass api_key to constructor.
No dependency data recorded yet.