Metadata-Version: 1.0
Name: chargehound
Version: 1.0.5
Summary: Chargehound Python Bindings
Home-page: https://www.chargehound.com
Author: Chargehound
Author-email: support@chargehound.com
License: MIT
Description: Chargehound python bindings
        ===========================
        
        |Build Status| |PyPI version|
        
        Installation
        ------------
        
        ``pip install chargehound``
        
        Usage
        -----
        
        Import chargehound and set your API key.
        
        .. code:: python
        
            import chargehound
            chargehound.api_key = '{ YOUR_API_KEY }'
        
        Resources
        ---------
        
        `Disputes <https://www.chargehound.com/docs/api/index.html?python#disputes>`__
        
        Development
        -----------
        
        To build and install from the latest source:
        
        .. code:: bash
        
            $ git clone git@github.com:chargehound/chargehound-python.git
            $ pip install -r dev_requirements.txt
        
        Run tests:
        
        .. code:: bash
        
            $ python setup.py test
        
        .. |Build Status| image:: https://travis-ci.org/chargehound/chargehound-python.svg?branch=master
           :target: https://travis-ci.org/chargehound/chargehound-python
        .. |PyPI version| image:: https://badge.fury.io/py/chargehound.svg
           :target: https://badge.fury.io/py/chargehound
        
Platform: UNKNOWN
