{ "info": { "author": "Chargehound", "author_email": "support@chargehound.com", "bugtrack_url": null, "classifiers": [], "description": "Chargehound python bindings\n===========================\n\n|Build Status| |PyPI version|\n\nInstallation\n------------\n\n``pip install chargehound``\n\nUsage\n-----\n\nImport chargehound and set your API key.\n\n.. code:: python\n\n import chargehound\n chargehound.api_key = '{ YOUR_API_KEY }'\n\nRequests\n~~~~~~~~\n\nEvery resource is accessed via the Chargehound module.\n\n.. code:: python\n\n dispute = chargehound.Disputes.submit('dp_123', fields={'customer_name': 'Susie'})\n\nResponse\n~~~~~~~~\n\nResponses from the API are automatically parsed from JSON and returned\nas Python objects.\n\nResponses also include the HTTP status code on the response object as\nthe status field.\n\n.. code:: python\n\n dispute = chargehound.Disputes.retrieve('dp_123')\n\n print dispute.state\n # 'needs_response'\n print dispute.response.status\n # 200\n\nDocumentation\n-------------\n\n`Disputes `__\n\n`Errors `__\n\nDevelopment\n-----------\n\nTo build and install from the latest source:\n\n.. code:: bash\n\n $ git clone git@github.com:chargehound/chargehound-python.git\n $ pip install -r dev_requirements.txt\n\nRun tests:\n\n.. code:: bash\n\n $ python setup.py test\n\nDeployment\n----------\n\nIf you added a new depency, make sure the change is reflected in the\n``requirements.txt`` file (for unit tests), the ``dev_requirements.txt``\nfile (for module publishers) and the ``setup.py`` file (for module\nconsumers).\n\nTo deploy a new version of the SDK, you will need Pandoc\n(http://pandoc.org/) installed. Pandoc will convert the README.md into\nthe .rst format required for the Python repository. Instructions are\nhere: http://pandoc.org/installing.html.\n\nNext, install PyPandoc, the Python wrapper for Pandoc, following `these\ninstructions `__.\n\nThe last pre-requisite is\n`Twine `__, a utility for\ninteracting with PyPi.\n\nOnce Pandoc, PyPandoc and Twine are installed, you can build and deploy\na new module to PyPi with the following steps:\n\n1. Update the CHANGELOG to describe what feature have been added.\n2. Bump the version number in ``chargehound/version.py`` and\n ``setup.py``\n3. Rebuild and deploy the package with: ``python setup.py sdist``\n4. Upload the distributable to PyPi using:\n ``twine upload dist/{name_of_generated_package}``\n5. Confirm the new package version is available at\n https://pypi.python.org/pypi/chargehound\n\n.. |Build Status| image:: https://travis-ci.org/chargehound/chargehound-python.svg?branch=master\n :target: https://travis-ci.org/chargehound/chargehound-python\n.. |PyPI version| image:: https://badge.fury.io/py/chargehound.svg\n :target: https://badge.fury.io/py/chargehound", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.chargehound.com", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "chargehound", "package_url": "https://pypi.org/project/chargehound/", "platform": "", "project_url": "https://pypi.org/project/chargehound/", "project_urls": { "Homepage": "https://www.chargehound.com" }, "release_url": "https://pypi.org/project/chargehound/2.4.0/", "requires_dist": null, "requires_python": "", "summary": "Chargehound Python Bindings", "version": "2.4.0" }, "last_serial": 5858301, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "68472b1e83652f1c2dbb16bdfeaf54d6", "sha256": "674417d074938fbbfc5035f23ebaeb5476d3eefaa00ef1c126241fad86c0b3c8" }, "downloads": -1, "filename": "chargehound-1.0.0.tar.gz", "has_sig": false, "md5_digest": "68472b1e83652f1c2dbb16bdfeaf54d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3400, "upload_time": "2016-04-28T18:05:30", "url": "https://files.pythonhosted.org/packages/69/d9/c15f04aea39444d301892bcafd82511a41810cf556bb73fe6fd191c73b45/chargehound-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a069e2b60227ebe8075c82ce26465030", "sha256": "9abb711f9c1665fc891365b32bfc4264edbe434d03d6a991b12581f64bafc10c" }, "downloads": -1, "filename": "chargehound-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a069e2b60227ebe8075c82ce26465030", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3405, "upload_time": "2016-04-28T22:00:59", "url": "https://files.pythonhosted.org/packages/a0/55/cfa132bbb6c75eade33675561afd15cf04165381abee9086df9eb1972edb/chargehound-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "29c36a4cc93c3c3014a768b13431b639", "sha256": "9f7327a033a689eef23680fa37184d93b16303f411b128c8bae05ed76410748b" }, "downloads": -1, "filename": "chargehound-1.0.2.tar.gz", "has_sig": false, "md5_digest": "29c36a4cc93c3c3014a768b13431b639", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3433, "upload_time": "2016-04-28T22:07:15", "url": "https://files.pythonhosted.org/packages/02/ce/90c46e1da572d961a20aeb711b9d9b678729b58995abb620ff4ce51f4513/chargehound-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "72dd301f87c47197c303762e2f3f1db5", "sha256": "ba8cd367a5fbe5acf4a7f82e57fd5770bc93bbc2455bb618e70760a1cbf71d7b" }, "downloads": -1, "filename": "chargehound-1.0.3.tar.gz", "has_sig": false, "md5_digest": "72dd301f87c47197c303762e2f3f1db5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3448, "upload_time": "2016-05-10T00:08:08", "url": "https://files.pythonhosted.org/packages/9b/4f/ce3114651a40cca7e017dfc4d89fcd7547c08f73979552bebe163c29e34b/chargehound-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "daad33c7289f06fa2819c176825d1c3c", "sha256": "eff841d3eb21d3e55e47dc7616d8c5b7eb1d887ee43fceb724c0ae4220243578" }, "downloads": -1, "filename": "chargehound-1.0.4.tar.gz", "has_sig": false, "md5_digest": "daad33c7289f06fa2819c176825d1c3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2016-05-10T20:26:50", "url": "https://files.pythonhosted.org/packages/51/eb/7d19640513cfefd05d8db51590c6cab6e2630c6a0144c845baecef3f8df0/chargehound-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "d17e3c9b61c1daa6f836f22eefc73c68", "sha256": "fa882c1844bb6aeb5c033dad76dee8748050c4047c2cc0092463bcac3bb46742" }, "downloads": -1, "filename": "chargehound-1.0.5.tar.gz", "has_sig": false, "md5_digest": "d17e3c9b61c1daa6f836f22eefc73c68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4154, "upload_time": "2016-05-10T23:26:16", "url": "https://files.pythonhosted.org/packages/b9/7f/b335bfe35d3d75ceead269986b81c992fac30666859cb7845e6a04d577e5/chargehound-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "dd2bb514c66dbb430e0aab59a55208a8", "sha256": "b52f1b98b2e1433e5fab1bcc4da5513e5aa7309890327921feac55d7f353ebec" }, "downloads": -1, "filename": "chargehound-1.0.6.tar.gz", "has_sig": false, "md5_digest": "dd2bb514c66dbb430e0aab59a55208a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4184, "upload_time": "2016-05-16T22:41:07", "url": "https://files.pythonhosted.org/packages/42/f8/3eee7893af600acf2cb1ffe39c55a89370f9081123ef4be36746dfa5fa92/chargehound-1.0.6.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "bde12661e0dfc7489a59eb94e6712702", "sha256": "5b93f3c42b1d7dfaefe9899ac034853043ace23c78a6f440e54bf921569f11fd" }, "downloads": -1, "filename": "chargehound-1.1.0.tar.gz", "has_sig": false, "md5_digest": "bde12661e0dfc7489a59eb94e6712702", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4479, "upload_time": "2016-07-13T21:00:10", "url": "https://files.pythonhosted.org/packages/c0/83/25a2f50c0ccfa6366bd2abd3aff27c54e5aa7ed0c74350bbf6e1d664f6bc/chargehound-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "6958045679d38afd1102e1fa849dca0e", "sha256": "ab0188e700d580f73a3ed7886abbc1270e016da19649dad5491710ff4c739fad" }, "downloads": -1, "filename": "chargehound-1.1.1.tar.gz", "has_sig": false, "md5_digest": "6958045679d38afd1102e1fa849dca0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4651, "upload_time": "2016-07-13T22:57:59", "url": "https://files.pythonhosted.org/packages/5f/50/4aa43e9a0025766ec216883148aec7beddb35cb9621d45741c96ea917059/chargehound-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "e4744de2250fa590583ab7a73c528378", "sha256": "36ba998a5b57baffe9c99539ff7d16fd0d0b9d31485e9d0f1514c778bf8f3e14" }, "downloads": -1, "filename": "chargehound-1.2.0.tar.gz", "has_sig": false, "md5_digest": "e4744de2250fa590583ab7a73c528378", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5289, "upload_time": "2016-07-26T18:08:10", "url": "https://files.pythonhosted.org/packages/56/c3/2fd50bf9bd80976be94097e91e866f85fe360a3eb7298224ff5e2a11d54e/chargehound-1.2.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "1a7c857bcb4b087f7801129bbfa65d53", "sha256": "70eba2e17aea10ca0c1d71210835d7c69dcc1818ccb72e525a16688cb030159a" }, "downloads": -1, "filename": "chargehound-2.0.0.tar.gz", "has_sig": false, "md5_digest": "1a7c857bcb4b087f7801129bbfa65d53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5795, "upload_time": "2016-11-03T23:04:55", "url": "https://files.pythonhosted.org/packages/42/09/3fb653a7e2834a436635107321a24b075da6c7b2a52195f9f7a3c5a7198e/chargehound-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "62926321a74660e3207f5442631b0149", "sha256": "9fc2c9b2a8a9c0519d4762152ea1af085e3707348b05143db5d39223f88e882e" }, "downloads": -1, "filename": "chargehound-2.1.0.tar.gz", "has_sig": false, "md5_digest": "62926321a74660e3207f5442631b0149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5802, "upload_time": "2017-05-23T17:16:48", "url": "https://files.pythonhosted.org/packages/0a/c9/0fba70b00f3c18047fc3dc95994c22d33f6754a1ae16d747bb67a772dcb0/chargehound-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "0c37dcebe5d3854a8312ec917b372237", "sha256": "7df14e51c2a0b5ceb8ef53a64036ecb7c8a7fcdccb4eb942953e0e3be3d2aef8" }, "downloads": -1, "filename": "chargehound-2.1.1.tar.gz", "has_sig": false, "md5_digest": "0c37dcebe5d3854a8312ec917b372237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5947, "upload_time": "2017-06-01T19:20:38", "url": "https://files.pythonhosted.org/packages/c4/56/bc91ce336dbea66c8b8ad32ff2c461768940a8481b64ec2d101e7ac1d9ce/chargehound-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "f66df35f910d36521d60e029fddf65f9", "sha256": "a65ae363b15ebd4c21cec6d99467d652b3a3d0fac03a69e416bd1342722409fb" }, "downloads": -1, "filename": "chargehound-2.1.2.tar.gz", "has_sig": false, "md5_digest": "f66df35f910d36521d60e029fddf65f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5960, "upload_time": "2017-06-01T23:32:13", "url": "https://files.pythonhosted.org/packages/63/4f/defe2c63e797572fdf4ee11360d887efbe873a5ac9d29ac220b449b9236d/chargehound-2.1.2.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "ecfcb36bd0973ccbcd1a9836427f3a08", "sha256": "36916a2c5ffd35f76737e1af9577d66c583fdd444f0f6df24462641d026e9513" }, "downloads": -1, "filename": "chargehound-2.2.0.tar.gz", "has_sig": false, "md5_digest": "ecfcb36bd0973ccbcd1a9836427f3a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6018, "upload_time": "2017-07-27T22:44:55", "url": "https://files.pythonhosted.org/packages/0e/36/e9740f275bd0cad415c215b67703c4825537a4936c0f6ac2fe7e6813645c/chargehound-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "d25e383bb1713b7dea8df0d0709e851b", "sha256": "8ebaf76647e44b339bae875c086da93f872d1a447d93a221a76c3e5975298fe2" }, "downloads": -1, "filename": "chargehound-2.3.0.tar.gz", "has_sig": false, "md5_digest": "d25e383bb1713b7dea8df0d0709e851b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6091, "upload_time": "2017-11-07T18:43:10", "url": "https://files.pythonhosted.org/packages/23/45/1655bc988f11950962a766a7264c3dfd0f12f4d3b36c0f7d749dbf4812ac/chargehound-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "f67127dfefe2625882420439030278a7", "sha256": "c35d2b9694f3227f06d298087ef47068bf6042eb14c22eed4ff4709e1884fd47" }, "downloads": -1, "filename": "chargehound-2.3.1.tar.gz", "has_sig": false, "md5_digest": "f67127dfefe2625882420439030278a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5838, "upload_time": "2018-09-11T21:19:25", "url": "https://files.pythonhosted.org/packages/e1/f8/0441c49ccd12170de83b68a91ce9cca13d37c421a2ffa7c63ea919c1b967/chargehound-2.3.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "8d210eaf65d99657f712bd4cf55ebb19", "sha256": "c8fa0a7a11f0ae17a69ead7069ce0d480334e0a76fd71c1e8e37b7ef57250ae8" }, "downloads": -1, "filename": "chargehound-2.3.2.tar.gz", "has_sig": false, "md5_digest": "8d210eaf65d99657f712bd4cf55ebb19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6072, "upload_time": "2018-10-30T21:53:01", "url": "https://files.pythonhosted.org/packages/32/70/4ab4501ca00daae7761dbbbf05042aab8d71cef43dcc0c3ead8d0136bc50/chargehound-2.3.2.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "acefbc7d1689f5e6b6264435b1969baa", "sha256": "d39dc54db8448979d308b22304fcb354703a1c98a4902af1913132cdd9a92dd3" }, "downloads": -1, "filename": "chargehound-2.4.0.tar.gz", "has_sig": false, "md5_digest": "acefbc7d1689f5e6b6264435b1969baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7846, "upload_time": "2019-09-19T19:31:15", "url": "https://files.pythonhosted.org/packages/8d/86/a94e776550f4fd361b5ed373c7525fc1ea298140c2b60c74e5cbf7610cc6/chargehound-2.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "acefbc7d1689f5e6b6264435b1969baa", "sha256": "d39dc54db8448979d308b22304fcb354703a1c98a4902af1913132cdd9a92dd3" }, "downloads": -1, "filename": "chargehound-2.4.0.tar.gz", "has_sig": false, "md5_digest": "acefbc7d1689f5e6b6264435b1969baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7846, "upload_time": "2019-09-19T19:31:15", "url": "https://files.pythonhosted.org/packages/8d/86/a94e776550f4fd361b5ed373c7525fc1ea298140c2b60c74e5cbf7610cc6/chargehound-2.4.0.tar.gz" } ] }