Registry / payments / chargehound

chargehound

JSON →
library2.5.0pypypi✓ verified 79d ago

Chargehound Python bindings for automated chargeback management. Current version 2.5.0. Release cadence is irregular; updates are driven by API changes.

pip install chargehound
INSTALL
IMPORT
SIG · CHARGEHOUND
C
chargehound
paymentspythonv2.5.0
Install
3.1s avg
Import
Disk
20MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.5.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 22.5MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.1s · import 0.000s · 23MB
20MB installed
● package 20MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Disputes
from chargehound import Disputes
from chargehound import Chargehound

Initialize client with API key and list disputes.

from chargehound import Chargehound client = Chargehound(api_key=os.environ.get('CHARGEHOUND_API_KEY', '')) try: disputes = client.disputes.list() print(disputes) except Exception as e: print(f'Error: {e}')
Debug
Known issues
breakingVersion 2.0.0 dropped support for Python 2 and changed the client initialization from positional arguments to keyword-only.
fix
Use keyword arguments: Chargehound(api_key='sk_...') instead of Chargehound('sk_...').
affects: >=2.0.0
deprecatedThe `verify_ssl` parameter is deprecated and will be removed in a future release.
fix
Remove `verify_ssl` from client initialization.
affects: >=2.3.0
gotchaAPI key must be set via kwarg or environment variable; using `api_key` positional argument will raise TypeError.
fix
Always pass api_key as keyword argument: Chargehound(api_key='...').
affects: >=2.0.0
Upgrade
Version history
2.5.0latest on PyPI · released Feb 8, 2021
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
36
Perplexity
1
OpenAI (training)
1
Resources
chargehound — pip install chargehound · libregistry