chargehound
Chargehound Python Bindings
What it is and what it does
Chargehound is a Python client library for the Chargehound payment dispute management service. It wraps the Chargehound REST API, allowing developers to submit disputes, retrieve dispute status, and manage chargeback responses programmatically. The library handles JSON parsing automatically and returns Python objects with HTTP status codes attached.
The package has no external runtime dependencies, making installation straightforward, but it has not been maintained since 2021-02-08. This gap raises questions about compatibility with current Python releases and whether the underlying Chargehound API has evolved in ways the library no longer supports.
Use it for:
- Automate submission of payment disputes to Chargehound with customer details and supporting information.
- Retrieve and monitor the status of disputes programmatically to track resolution progress.
- Integrate dispute management into a payment processing or billing system that uses Chargehound.
- Batch process multiple disputes by scripting API calls through the Python bindings.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Chargehound provides Python bindings to interact with the Chargehound API for managing payment disputes, allowing you to submit and retrieve dispute information programmatically.
No. The package is abandoned (status: abandoned, last release 2021-02-08) with no indication of ongoing maintenance. While it has no known vulnerabilities and carries a permissive MIT license, the lack of updates creates serious risk around Python version compatibility and API drift. Unless you are maintaining legacy code already using this library, seek current integration guidance from Chargehound directly.
Install
chargehound on PyPI
pip
pip install chargehounduv
uv add chargehoundpoetry
poetry add chargehoundInstalling chargehound
Before you install
High install friction with no runtime dependencies. The package has been abandoned for over 2013 days since its last release in February 2021, raising concerns about compatibility with current Python versions and API changes.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it legally safe to adopt from a licensing perspective.
Quickstart
pip install chargehound
import chargehound
chargehound.api_key = 'YOUR_API_KEY'
dispute = chargehound.Disputes.submit('dp_123', fields={'customer_name': 'Susie'})
Requires a valid Chargehound API key; package has not been updated since 2021-02-08, so compatibility with current Python versions and the Chargehound API is uncertain.
Verify before relying
- Whether the package works with modern Python versions given its last release date of 2021-02-08.
- Whether the Chargehound API itself remains active and unchanged since the package's last update.
- Current operational status of the Chargehound service.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,013 days since the last release |
| First released | |
| Downloads | 98,261/month — #13,097 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: chargehound-2.5.0.tar.gz
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
AdyenProvides official Python bindings for Adyen's…
permissive · top 5,000 on PyPI
razorpayPython client library for the Razorpay payment…
permissive · top 5,000 on PyPI
mercadopagoProvides Python bindings to integrate Mercado…
permissive · top 15,000 on PyPI
mollie-api-pythonPython client library for the Mollie payment…
permissive · top 15,000 on PyPI
wechatpyWeChat SDK providing Python bindings for…
permissive · top 15,000 on PyPI
paypalrestsdkA REST client library for integrating PayPal…
unclear · top 5,000 on PyPI
braintreeProvides Python bindings to the Braintree…
permissive · top 5,000 on PyPI
yookassaPython client library for integrating YooKassa…
permissive · top 15,000 on PyPI
dodopaymentsProvides a Python client library for the Dodo…
permissive · top 15,000 on PyPI
dbs3-pycurlProvides a Python client wrapper around pycurl…
permissive · top 15,000 on PyPI