{ "info": { "author": "sneurlax", "author_email": "sneurlax@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "# python-tuxechange\n\n![python](https://img.shields.io/badge/python-2.7-blue.svg)\n\nInspired by [this](https://github.com/Olliecad1/Tux_Exchange_Python) wrapper written by [Olliecad1](https://github.com/Olliecad1) and following the example of [this](https://github.com/ericsomdahl/python-bittrex) wrapper written by [Eric Somdahl](https://github.com/ericsomdahl)\n\n> I ([sneurlax](https://github.com/sneurlax)) am not affiliated with, nor paid by [Tux Exchange](https://tuxexchange.com). Use at your own risk.\n\n**Superceded by [crypto-exchange-apis](https://github.com/init-industries/crypto-exchange-apis)**\n\n## Installation\n\nInstall with `pip` using `pip install python-tuxexchange`\n\n## Usage\n\nSee available methods in the [Tux exchange API docs](https://tuxexchange.com/docs)\n\n```python\nfrom tuxexchange import tuxexchange\ntuxexchange = tuxexchange.Tuxexchange()\n\nprint tuxexchange.api_query('getcoins')\n{'PPC': {'website': 'www.peercoin.org', ...\nprint tuxexchange.api_query('getticker')\n{'BTC_ICN': {'last': '0.00040418', ...\n```\n\n[test_manual.py](https://github.com/init-industries/python-tuxexchange/blob/master/tuxexchange/test_manual.py):\n```python\nfrom tuxexchange import Tuxexchange\n\ntuxexchange = Tuxexchange()\n\nprint tuxexchange.api_query('getcoins')\n{'PPC': {'website': 'www.peercoin.org', ...\nprint tuxexchange.api_query('getticker')\n{'BTC_ICN': {'last': '0.00040418', ...\n```\n\n## Testing\n\nRun unit tests in [test.py](https://github.com/init-industries/python-tuxexchange/blob/master/tuxexchange/test.py)\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/init-industries/python-tuxexchange", "keywords": "cryptocurrency exchange bitcoin trading", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-tuxexchange", "package_url": "https://pypi.org/project/python-tuxexchange/", "platform": "", "project_url": "https://pypi.org/project/python-tuxexchange/", "project_urls": { "Homepage": "https://github.com/init-industries/python-tuxexchange" }, "release_url": "https://pypi.org/project/python-tuxexchange/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Tux Exchange API wrapper for Python 2.7 (superceded by crypto-exchange-apis)", "version": "0.0.2" }, "last_serial": 3235002, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7eff2ff6ebc83ea5135f88c86b9de99b", "sha256": "db43b91f4a6fe955e1b69e7a5445e74480bff97126e0be726fb95142b7dff433" }, "downloads": -1, "filename": "python-tuxexchange-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7eff2ff6ebc83ea5135f88c86b9de99b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3002, "upload_time": "2017-10-07T02:35:28", "url": "https://files.pythonhosted.org/packages/8e/e4/7fa50243fdc97a6592c4cb34fcb00bf11df4828a2e8e281091db4b620cc9/python-tuxexchange-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4621d4775ed117b22b839ca7e81bfb75", "sha256": "ca858a4364c457efcd2fca13a4aa4e8578b02a51ef53b5631374933091b41e8d" }, "downloads": -1, "filename": "python_tuxexchange-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "4621d4775ed117b22b839ca7e81bfb75", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5282, "upload_time": "2017-10-08T22:57:28", "url": "https://files.pythonhosted.org/packages/63/34/4efe712d800e681c95866edcbf371c8c01d4cca711553dcb88fab51c8c56/python_tuxexchange-0.0.2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4621d4775ed117b22b839ca7e81bfb75", "sha256": "ca858a4364c457efcd2fca13a4aa4e8578b02a51ef53b5631374933091b41e8d" }, "downloads": -1, "filename": "python_tuxexchange-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "4621d4775ed117b22b839ca7e81bfb75", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5282, "upload_time": "2017-10-08T22:57:28", "url": "https://files.pythonhosted.org/packages/63/34/4efe712d800e681c95866edcbf371c8c01d4cca711553dcb88fab51c8c56/python_tuxexchange-0.0.2-py2-none-any.whl" } ] }