{ "info": { "author": "banteg", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# liqui\n\na minimal [liqui.io api](https://liqui.io/api) wrapper\n\n## installation\n\n```\npip install liqui\n```\n\n## usage\n\n```python\nfrom liqui import Liqui\nfrom somewhere_else import key, secret\n\nliqui = Liqui(key, secret)\n\n# public api\nliqui.info()\nliqui.ticker('eth_btc')\nliqui.depth('eth_btc')\nliqui.trades('eth_btc')\n\n# private api\nliqui.get_info()\nliqui.active_orders()\nliqui.order_info(314159265)\nliqui.cancel_order(271828182)\nliqui.trade('eth_btc', 'sell', 0.13, 10)\nliqui.trade_history()\n\n# convenience methods\nliqui.balances()\nliqui.sell('eth_btc', 0.14, 10)\nliqui.buy('eth_btc', 0.12, 10)\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/banteg/liqui", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "liqui", "package_url": "https://pypi.org/project/liqui/", "platform": "", "project_url": "https://pypi.org/project/liqui/", "project_urls": { "Homepage": "https://github.com/banteg/liqui" }, "release_url": "https://pypi.org/project/liqui/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "liqui.io api wrapper", "version": "1.0.1" }, "last_serial": 3212022, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "787d3215a14402c19993cafbe4f88b75", "sha256": "da1b51aaee709fc967fbc481a9ac7476e1bc8e724020f8271041a3642ce6b461" }, "downloads": -1, "filename": "liqui-0.1.0.tar.gz", "has_sig": false, "md5_digest": "787d3215a14402c19993cafbe4f88b75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1881, "upload_time": "2017-07-07T21:45:15", "url": "https://files.pythonhosted.org/packages/73/bc/af01223f0cff7429fad99dde08d7ce745d82e1fea5879587f5add3fe64e2/liqui-0.1.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "3adcf0dc89fc361e4f326f9ef6db663c", "sha256": "5b8fe554a69f24fcd32ee6f844555a14f5e327c10ba7e8dfec5506ad7859a66a" }, "downloads": -1, "filename": "liqui-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3adcf0dc89fc361e4f326f9ef6db663c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1915, "upload_time": "2017-07-07T22:02:56", "url": "https://files.pythonhosted.org/packages/da/69/1c500174bdf117ca67feacb0d23fd7721736277d910e0a143498f5d0467e/liqui-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "deb8220ef3de6cdc1a992499e4661c49", "sha256": "0498d6123c7b8fe81cf5fb42045baff53897557a512d939e4c12595e3840bb26" }, "downloads": -1, "filename": "liqui-1.0.1.tar.gz", "has_sig": false, "md5_digest": "deb8220ef3de6cdc1a992499e4661c49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1941, "upload_time": "2017-09-29T05:03:38", "url": "https://files.pythonhosted.org/packages/48/3c/6ba77da1b5bf4dddd1598f352bd0a02928af98cc71010ca968ad56410cab/liqui-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "deb8220ef3de6cdc1a992499e4661c49", "sha256": "0498d6123c7b8fe81cf5fb42045baff53897557a512d939e4c12595e3840bb26" }, "downloads": -1, "filename": "liqui-1.0.1.tar.gz", "has_sig": false, "md5_digest": "deb8220ef3de6cdc1a992499e4661c49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1941, "upload_time": "2017-09-29T05:03:38", "url": "https://files.pythonhosted.org/packages/48/3c/6ba77da1b5bf4dddd1598f352bd0a02928af98cc71010ca968ad56410cab/liqui-1.0.1.tar.gz" } ] }