{ "info": { "author": "Will Clark", "author_email": "will8clark@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "Usage\n----\n\n\n\nTo import the Class and satellite APIs for mainnet and testnet:\n\n```python\nfrom blocksat_api import blocksat\n```\n\n-----\n\nCreate a new order object to place a new order, increase an order bid, get an order status or delete an order:\n\n```python\n# create a new order object with optional message and network\no = blocksat.Order(message='Hello, world.', network='mainnet')\n```\n\nMethods called will return nothing upon success, storing the API status_code and a json-encoded response.text in the appropriate object attribute.\n\n------\n\n\nTo check pending orders, queued orders, sent orders or the satellite lightning node info use the external methods which return a successful result as a json of response.text and a failure as a tuple of (response.status_code, response.reason, response.text):\n\n```python\n# to check sent_orders\nsent_orders = blocksat.sent_orders(sat_url=blocksat.SATELLITE_API)\n```\n\n------\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/willcl-ark/blockstream_blocksat", "keywords": "blockstream blocksat api", "license": "", "maintainer": "", "maintainer_email": "", "name": "blocksat-api", "package_url": "https://pypi.org/project/blocksat-api/", "platform": "", "project_url": "https://pypi.org/project/blocksat-api/", "project_urls": { "Homepage": "https://github.com/willcl-ark/blockstream_blocksat" }, "release_url": "https://pypi.org/project/blocksat-api/1.0.0/", "requires_dist": [ "requests" ], "requires_python": ">=3.6", "summary": "Python bindings for Blocksat API", "version": "1.0.0" }, "last_serial": 5911882, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a8741db919b6e2c3a9dad2dfaab2d785", "sha256": "32cef3a0330b9cc810987f2876874db65844e267646a595f69ed3580114d5dcd" }, "downloads": -1, "filename": "blocksat_api-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8741db919b6e2c3a9dad2dfaab2d785", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3011, "upload_time": "2019-10-01T12:11:42", "url": "https://files.pythonhosted.org/packages/f5/18/0a4c839959cfbee81db6389c53cef02f74ea5d0988c89ffb8bd134f905fe/blocksat_api-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b80cecaabf89bcf9233ce39756ded26d", "sha256": "090c640fd70786b0e9e948b45f8f094e9070580ad57a9398da4c4d39992211c9" }, "downloads": -1, "filename": "blocksat_api-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b80cecaabf89bcf9233ce39756ded26d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2607, "upload_time": "2019-10-01T12:11:44", "url": "https://files.pythonhosted.org/packages/ff/8f/9ed0d57cafa18ef734f5efc3f7c60da90fe48f448ed2ff67eb0c8d9ae285/blocksat_api-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8741db919b6e2c3a9dad2dfaab2d785", "sha256": "32cef3a0330b9cc810987f2876874db65844e267646a595f69ed3580114d5dcd" }, "downloads": -1, "filename": "blocksat_api-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8741db919b6e2c3a9dad2dfaab2d785", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3011, "upload_time": "2019-10-01T12:11:42", "url": "https://files.pythonhosted.org/packages/f5/18/0a4c839959cfbee81db6389c53cef02f74ea5d0988c89ffb8bd134f905fe/blocksat_api-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b80cecaabf89bcf9233ce39756ded26d", "sha256": "090c640fd70786b0e9e948b45f8f094e9070580ad57a9398da4c4d39992211c9" }, "downloads": -1, "filename": "blocksat_api-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b80cecaabf89bcf9233ce39756ded26d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2607, "upload_time": "2019-10-01T12:11:44", "url": "https://files.pythonhosted.org/packages/ff/8f/9ed0d57cafa18ef734f5efc3f7c60da90fe48f448ed2ff67eb0c8d9ae285/blocksat_api-1.0.0.tar.gz" } ] }