{"id":23054,"library":"chargehound","title":"Chargehound Python Bindings","description":"Chargehound Python bindings for automated chargeback management. Current version 2.5.0. Release cadence is irregular; updates are driven by API changes.","status":"active","version":"2.5.0","language":"python","source_language":"en","source_url":"https://github.com/chargehound/chargehound-python","tags":["chargebacks","payments","stripe","api"],"install":[{"cmd":"pip install chargehound","lang":"bash","label":"PyPI"}],"dependencies":[],"imports":[{"wrong":"from chargehound import Chargehound","symbol":"Disputes","correct":"from chargehound import Disputes"}],"quickstart":{"code":"from chargehound import Chargehound\n\nclient = Chargehound(api_key=os.environ.get('CHARGEHOUND_API_KEY', ''))\ntry:\n    disputes = client.disputes.list()\n    print(disputes)\nexcept Exception as e:\n    print(f'Error: {e}')","lang":"python","description":"Initialize client with API key and list disputes."},"warnings":[{"fix":"Use keyword arguments: Chargehound(api_key='sk_...') instead of Chargehound('sk_...').","message":"Version 2.0.0 dropped support for Python 2 and changed the client initialization from positional arguments to keyword-only.","severity":"breaking","affected_versions":">=2.0.0"},{"fix":"Remove `verify_ssl` from client initialization.","message":"The `verify_ssl` parameter is deprecated and will be removed in a future release.","severity":"deprecated","affected_versions":">=2.3.0"},{"fix":"Always pass api_key as keyword argument: Chargehound(api_key='...').","message":"API key must be set via kwarg or environment variable; using `api_key` positional argument will raise TypeError.","severity":"gotcha","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'2.5.0':13 'api':22,27 'autom':8 'bind':3,6 'cadenc':15 'chang':23 'chargeback':9,24 'chargehound':1,4 'current':11 'driven':20 'irregular':17 'manag':10 'payment':25 'python':2,5 'releas':14 'stripe':26 'updat':18 'version':12","created_at":"2026-05-01T06:02:11.106971+00:00","updated_at":"2026-05-01T06:02:11.106971+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"2.5.0","cli_name":"","cli_version":null,"type":"library","homepage":"https://www.chargehound.com","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/chargehound/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["payments"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}