{ "info": { "author": "Jered Masters", "author_email": "jered.masters@quoine.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# LiquidTap Python Client\nTo manage API tokens, refer to:\n[https://app.liquid.com/settings/api-tokens](https://app.liquid.com/settings/api-tokens)\n\nTo learn more about Liquid Api token management, see the help links below:\n[https://help.liquid.com/connect-to-liquid-via-api](https://help.liquid.com/connect-to-liquid-via-api)\n\n\n# Getting Started\n\n```\npip3 install liquidtap\n```\nThe library can connect to public channels without token credentials.\n```python\nimport liquidtap\n\ndef update_callback(data):\n print(data)\n\ndef on_connect(data):\n tap.pusher.subscribe(\"price_ladders_cash_btcjpy_buy\").bind('updated', update_callback)\n\nif __name__ == \"__main__\":\n tap = liquidtap.Client()\n tap.pusher.connection.bind('pusher:connection_established', on_connect)\n tap.pusher.connect()\n\n```\n\n\n# Authentication\n### Authenticate on initialization\n```python\n\nimport liquidtap\n\ndef update_callback(data):\n print(data)\n\ndef on_connect(data):\n print(data)\n tap.pusher.subscribe(\"price_ladders_cash_btcjpy_buy\").bind('updated', update_callback)\n\nif __name__ == \"__main__\":\n tap = liquidtap.Client(\"insert token id\", \"insert token secret\")\n tap.pusher.connection.bind('pusher:connection_established', on_connect)\n tap.pusher.connect()\n\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/QuoineFinancial/liquid-tap-python", "keywords": "pusher websocket client liquid liquidapi liquidtap", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "liquidtap", "package_url": "https://pypi.org/project/liquidtap/", "platform": "", "project_url": "https://pypi.org/project/liquidtap/", "project_urls": { "Homepage": "https://github.com/QuoineFinancial/liquid-tap-python" }, "release_url": "https://pypi.org/project/liquidtap/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "QuoineFinancial/LiquidTap websocket client for Python", "version": "1.0.1" }, "last_serial": 5143263, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a39cebfae4f22bf1bf4fa063af72671e", "sha256": "9564489c0b3ebe67a5daf058c7d1a2d840dee9d5ec33c88565c895a78d97b1c0" }, "downloads": -1, "filename": "liquidtap-1.0.0.2.tar.gz", "has_sig": false, "md5_digest": "a39cebfae4f22bf1bf4fa063af72671e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8338, "upload_time": "2019-03-01T09:24:34", "url": "https://files.pythonhosted.org/packages/b4/fc/1ae930e40cdd0f65eb8d4e4c9517b6239178caa0430cd4d2b98a75a8bb65/liquidtap-1.0.0.2.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "af1c142b508908cfb723a7234f93f729", "sha256": "ea5a3d0ca25870013d9baafdeba88860fb5f595caf09b67452dc4f289b73f16d" }, "downloads": -1, "filename": "liquidtap-1.0.1.4.tar.gz", "has_sig": false, "md5_digest": "af1c142b508908cfb723a7234f93f729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8919, "upload_time": "2019-04-15T07:08:51", "url": "https://files.pythonhosted.org/packages/14/40/cfbb8ecc8cd6c2ccf13b614ad166cbcb7db919458b5833093cf9dbbdbfeb/liquidtap-1.0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af1c142b508908cfb723a7234f93f729", "sha256": "ea5a3d0ca25870013d9baafdeba88860fb5f595caf09b67452dc4f289b73f16d" }, "downloads": -1, "filename": "liquidtap-1.0.1.4.tar.gz", "has_sig": false, "md5_digest": "af1c142b508908cfb723a7234f93f729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8919, "upload_time": "2019-04-15T07:08:51", "url": "https://files.pythonhosted.org/packages/14/40/cfbb8ecc8cd6c2ccf13b614ad166cbcb7db919458b5833093cf9dbbdbfeb/liquidtap-1.0.1.4.tar.gz" } ] }