Chargehound Python bindings for automated chargeback management. Current version 2.5.0. Release cadence is irregular; updates are driven by API changes.
pip install chargehoundVerified import paths — ran on the pinned version, not inferred.
Initialize client with API key and list disputes.
Use keyword arguments: Chargehound(api_key='sk_...') instead of Chargehound('sk_...').Remove `verify_ssl` from client initialization.
Always pass api_key as keyword argument: Chargehound(api_key='...').
No dependency data recorded yet.