{ "info": { "author": "Joseph Kuria", "author_email": "josephkiurire@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "## Changelly Exchange API Client\n\n[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)\n![PyPI - Python Version](https://img.shields.io/badge/Python-3.4%20%2F%203.5%20%2F%203.6%20%2F%203.7-blue.svg)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\nThis module helps you to interact with changelly api easily from your Python3 applications.\n\n\n## Installation\n\nUse pip to install the module:\n\n```\npip install changelly\n```\n\n## Basic Usage\n\nInitialize changelly client object\n\n```\nfrom Changelly.changelly import ChangellyApi\n\nclient = ChangellyApi('apikey','apisecret')\n\nparams={\n \t\"from\": \"eth\",\n \t\"to\": \"btc\",\n \t\"amount\": \"1\"\n }\n\n\nx=client.getExchangeAmount('1',**params)\n\nprint(x)\n\n```\n## Documentation\n\n* The Official API documentation can be found [here](https://api-docs.changelly.com/).\n\n\n## Contributing\n\nFeel free to contribute to this project.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/codingsett/Changelly", "keywords": "", "license": "GNU", "maintainer": "", "maintainer_email": "", "name": "changelly", "package_url": "https://pypi.org/project/changelly/", "platform": "", "project_url": "https://pypi.org/project/changelly/", "project_urls": { "Homepage": "https://github.com/codingsett/Changelly" }, "release_url": "https://pypi.org/project/changelly/0.11/", "requires_dist": null, "requires_python": "", "summary": "Changelly Exchange API client", "version": "0.11" }, "last_serial": 4401035, "releases": { "0.11": [ { "comment_text": "", "digests": { "md5": "5f214c12249ee5ad1af68aac28ffa568", "sha256": "cd4e77f88ce757d7a9b70ceb5afbd6d08c5094cb16b99a04c6af9d19a8bb8935" }, "downloads": -1, "filename": "changelly-0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f214c12249ee5ad1af68aac28ffa568", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15479, "upload_time": "2018-10-22T03:18:26", "url": "https://files.pythonhosted.org/packages/0b/4e/37f0930d33abb4415bd7c5096d81d9c73b0e639666443ec1e8a5de62ce12/changelly-0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fe80885bc546d00897359701a322dc3", "sha256": "8be9079e6b168c4cde18e97266456faa94aba3c8ad1ce333a829ca730a95f247" }, "downloads": -1, "filename": "changelly-0.11.tar.gz", "has_sig": false, "md5_digest": "1fe80885bc546d00897359701a322dc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15785, "upload_time": "2018-10-22T03:18:28", "url": "https://files.pythonhosted.org/packages/76/6e/4440cbbbcb29814ee4f8effd505ad45796b328004c0b7f914e2eed58ec7a/changelly-0.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f214c12249ee5ad1af68aac28ffa568", "sha256": "cd4e77f88ce757d7a9b70ceb5afbd6d08c5094cb16b99a04c6af9d19a8bb8935" }, "downloads": -1, "filename": "changelly-0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f214c12249ee5ad1af68aac28ffa568", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15479, "upload_time": "2018-10-22T03:18:26", "url": "https://files.pythonhosted.org/packages/0b/4e/37f0930d33abb4415bd7c5096d81d9c73b0e639666443ec1e8a5de62ce12/changelly-0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fe80885bc546d00897359701a322dc3", "sha256": "8be9079e6b168c4cde18e97266456faa94aba3c8ad1ce333a829ca730a95f247" }, "downloads": -1, "filename": "changelly-0.11.tar.gz", "has_sig": false, "md5_digest": "1fe80885bc546d00897359701a322dc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15785, "upload_time": "2018-10-22T03:18:28", "url": "https://files.pythonhosted.org/packages/76/6e/4440cbbbcb29814ee4f8effd505ad45796b328004c0b7f914e2eed58ec7a/changelly-0.11.tar.gz" } ] }