{ "info": { "author": "Peter Dyson", "author_email": "pete@geekpete.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python Coinspot API Library\n===========================\n\n|Build Status|\n\nA python library for the Coinspot API.\n\nCopyright (C) 2014 Peter Dyson pete@geekpete.com\n\nSource: http://github.com/geekpete/py-coinspot-api\n\nPyPi: https://pypi.python.org/pypi/py-coinspot-api/\n\nPlease see https://www.coinspot.com.au/api for documentation on the\nCoinSpot API.\n\n**NOTE:** All requests and responses will be JSON\n\nInstallation\n============\n\n::\n\n pip install py-coinspot-api --user\n\nor\n\n::\n\n sudo pip install py-coinspot-api\n\nConfiguration\n=============\n\nYou have two options for configuration, using os environment variables\nor a yaml file\n\nOption 1\n========\n\nWindows:\n\n::\n\n set COINSPOT_API_KEY=XXXXXX\n set COINSPOT_API_SECRET=XXXXXXXXXX\n\nLinux:\n\n::\n\n export COINSPOT_API_KEY=XXXXXX\n export COINSPOT_API_SECRET=XXXXXXXXXX\n\nOption 2\n========\n\nThe config.yml.sample needs to be copied to config.yml and your unique\napi key and secret values need to be inserted. Extra options like debug\nand logging file name can only be configured using the yaml file.\n\n::\n\n api:\n key: 'PUT_YOUR_KEY_HERE'\n secret: 'PUT_YOUR_SECRET_HERE'\n endpoint: 'www.coinspot.com.au'\n debug: True\n logfile: 'coinspot.log'\n\nClass Documentation\n===================\n\nhttp://py-coinspot-api.readthedocs.org/en/latest/\n\nTODO\n====\n\n- Extend test cases and requirements.\n\nExample Usage\n=============\n\nAfter you have your config.yml in place, test it out\n\n\n::\n\n from coinspot import CoinSpot\n\n # initialise the library\n client = CoinSpot()\n\n # get the spot prices\n print client.spot()\n\n # get your coin wallet balances\n print client.balances()\n\n # get the last 1000 orders for Dogecoins\n print client.orderhistory('DOGE')\n\n # get a list of all the current buy and sell orders\n print client.orders('DOGE')\n\n # put an order in to sell 20 Dogecoins at 0.000280 per coin\n print client.sell('DOGE', '20', '0.000280')\n\n # Get a quote on buying a billion Dogecoins, with estimation of timeframe\n print client.quotebuy('DOGE', 1000000000)\n\n # Donate a craptonne of Dogecoins\n # to the author of this library! Much Appreciate!!!\n print client.send('DOGE', 'DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs', 1000)\n\nSend Dogecoins of appreciation\n==============================\n\nIf you like this software, you can always send cold hard cryptocoin my\nway\n\n::\n\n Dogecoin: DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs\n Bitcoin: 1LybpYphZJqSAxjNFqjfYHB8pWxKcBmFkf\n\nYou can do this using the library like this:\n::\n\n # Donate a craptonne of Dogecoins to the author of this library!\n # Much Appreciate!!!\n print client.send('DOGE', 'DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs', 10000)\n\nor send Bitcoins:\n::\n\n # Donate a craptonne of Bitcoins to the author of this library!\n print client.send('BTC', '1LybpYphZJqSAxjNFqjfYHB8pWxKcBmFkf', 1)\n\nLicense\n=======\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; either version 3 of the License, or (at your\noption) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nChange Log\n==========\n\n- 0.1.1 Initial Release\n- 0.2.0 Logging Support, Initial Test Cases, Exception Handling, Travis\n Support, Configuration File\n\n.. |Build Status| image:: https://api.travis-ci.org/geekpete/py-coinspot-api.png?branch=master\n :target: https://travis-ci.org/geekpete/py-coinspot-api", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/geekpete/py-coinspot-api", "keywords": "coinspot api development bitcoin dogecoin litecoin cryptocurrency", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "py-coinspot-api", "package_url": "https://pypi.org/project/py-coinspot-api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py-coinspot-api/", "project_urls": { "Homepage": "https://github.com/geekpete/py-coinspot-api" }, "release_url": "https://pypi.org/project/py-coinspot-api/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "A python library for the Coinspot API", "version": "0.2.2" }, "last_serial": 1280963, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ff6c36b9531683f6271dbdf3d0f64f57", "sha256": "fd2057b36cb4cc88b3dd7f8d4c15dce077b4612e95ab54f047db75fd1ba90e64" }, "downloads": -1, "filename": "py-coinspot-api-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ff6c36b9531683f6271dbdf3d0f64f57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3761, "upload_time": "2014-07-21T14:23:07", "url": "https://files.pythonhosted.org/packages/0a/de/dee62530a63c616724cf1c6e3fb7ea02d82864e0da6b306cb986f064e851/py-coinspot-api-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "830c0f5dd8544e56774c3bf023951e76", "sha256": "c46d546ce7293fff42b107842b5404e393d2c060c9c84b714b54c481be5c56f5" }, "downloads": -1, "filename": "py-coinspot-api-0.1.1.tar.gz", "has_sig": true, "md5_digest": "830c0f5dd8544e56774c3bf023951e76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3901, "upload_time": "2014-07-23T11:02:16", "url": "https://files.pythonhosted.org/packages/0c/2a/085bc6b725652d75d6f7b3e8d8b3a0625ed89a15b46a137ec28f5270a0e0/py-coinspot-api-0.1.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "01732998447e03b9b60ff9958f738af9", "sha256": "2269bc111259fab4b9602c823a833d1b9c1e7a6eae6ad3171318f11558758fe6" }, "downloads": -1, "filename": "py-coinspot-api-0.2.2.macosx-10.9-x86_64.tar.gz", "has_sig": true, "md5_digest": "01732998447e03b9b60ff9958f738af9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7119, "upload_time": "2014-10-24T03:53:31", "url": "https://files.pythonhosted.org/packages/ee/15/199436ff2f4cc34ef2dea50598fd5363d9696c3a37abf27669e397c77363/py-coinspot-api-0.2.2.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c236395d2e016dd7a344fdaca87e1975", "sha256": "994f2620f51eaecc043241b9e6b556f0ab419dce9789891c815721547fae09f8" }, "downloads": -1, "filename": "py_coinspot_api-0.2.2-py2.7.egg", "has_sig": true, "md5_digest": "c236395d2e016dd7a344fdaca87e1975", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9114, "upload_time": "2014-10-24T03:53:35", "url": "https://files.pythonhosted.org/packages/fc/a5/5b634f39e9e4fc79d76747940aeb8e8b2c6a27dfb49e9ca3f33297d4568e/py_coinspot_api-0.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c198659937d8dc2bbb45739000a28534", "sha256": "569eff7b15057f75dd1dccd0f65ea5e33a48dc31df1f2f0981d5e2d73e38da03" }, "downloads": -1, "filename": "py-coinspot-api-0.2.2.tar.gz", "has_sig": true, "md5_digest": "c198659937d8dc2bbb45739000a28534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5688, "upload_time": "2014-10-24T03:53:33", "url": "https://files.pythonhosted.org/packages/68/70/fc9987d375ed33946ad32aba417835e29781072b610cf4d0b77fa65926f6/py-coinspot-api-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01732998447e03b9b60ff9958f738af9", "sha256": "2269bc111259fab4b9602c823a833d1b9c1e7a6eae6ad3171318f11558758fe6" }, "downloads": -1, "filename": "py-coinspot-api-0.2.2.macosx-10.9-x86_64.tar.gz", "has_sig": true, "md5_digest": "01732998447e03b9b60ff9958f738af9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7119, "upload_time": "2014-10-24T03:53:31", "url": "https://files.pythonhosted.org/packages/ee/15/199436ff2f4cc34ef2dea50598fd5363d9696c3a37abf27669e397c77363/py-coinspot-api-0.2.2.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c236395d2e016dd7a344fdaca87e1975", "sha256": "994f2620f51eaecc043241b9e6b556f0ab419dce9789891c815721547fae09f8" }, "downloads": -1, "filename": "py_coinspot_api-0.2.2-py2.7.egg", "has_sig": true, "md5_digest": "c236395d2e016dd7a344fdaca87e1975", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9114, "upload_time": "2014-10-24T03:53:35", "url": "https://files.pythonhosted.org/packages/fc/a5/5b634f39e9e4fc79d76747940aeb8e8b2c6a27dfb49e9ca3f33297d4568e/py_coinspot_api-0.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c198659937d8dc2bbb45739000a28534", "sha256": "569eff7b15057f75dd1dccd0f65ea5e33a48dc31df1f2f0981d5e2d73e38da03" }, "downloads": -1, "filename": "py-coinspot-api-0.2.2.tar.gz", "has_sig": true, "md5_digest": "c198659937d8dc2bbb45739000a28534", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5688, "upload_time": "2014-10-24T03:53:33", "url": "https://files.pythonhosted.org/packages/68/70/fc9987d375ed33946ad32aba417835e29781072b610cf4d0b77fa65926f6/py-coinspot-api-0.2.2.tar.gz" } ] }