{ "info": { "author": "JeongTae Park", "author_email": "pjt3591oo@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "![logo](https://raw.githubusercontent.com/bitrustkr/CLT-Blockchain-SDK-PY/master/docs/images/logo.png)\n\n# EITRI.py\n\n* [usage](#usage)\n* [development](#development)\n* [interface](https://github.com/bitrustkr/CLT-Blockchain-SDK-PY/blob/master/docs/API.md)\n\n## usage\n\n```bash\n$ pip install EITRI\n```\n\n```python\nfrom EITRI.eitri import eitri\n\nif __name__ == \"__main__\":\n # eitri \ub178\ub4dc \uc5f0\uacb0\uc815\ubcf4 \uc804\ub2ec\n e = eitri(\n ip = \"127.0.0.1\",\n port = \"3000\",\n user = \"user\",\n password = \"password\"\n )\n\n last_block = e.block.get_last_block()\n print(last_block)\n\n block = e.block.get_block(0)\n print(block)\n\n node = e.node.get_info()\n print(node)\n\n txhash = e.transaction.get_transaction('0x123')\n print(txhash)\n\n validators = e.validator.get_validators()\n print(validators)\n```\n\n## development\n\n* test\n\ntest \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uae30 \uc704\ud574 `test.py` \uc2e4\ud589\n\n```bash\n$ python test.py\n```\n\n* deploy\n\n```bash\n$ ./publish.sh\n```\n\n\ubc30\ud3ec\ud558\uae30 \uc704\ud574 **`setup.py`** \uc758 **`version`** \ubcc0\uacbd\n\n[pip](https://pypi.org/project/EITRI) \ubc30\ud3ec\n\n\n### Similar libraries in other languages\n\n* javascript [EITRI.js](https://bitrustkr.github.io/CLT-Blockchain-SDK-JS)\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/bitrustkr/CLT-Blockchain-SDK-PY", "keywords": "blockchain,sdk,eitri,EITRI", "license": "", "maintainer": "", "maintainer_email": "", "name": "EITRI", "package_url": "https://pypi.org/project/EITRI/", "platform": "", "project_url": "https://pypi.org/project/EITRI/", "project_urls": { "Homepage": "https://github.com/bitrustkr/CLT-Blockchain-SDK-PY" }, "release_url": "https://pypi.org/project/EITRI/1.9/", "requires_dist": [ "jsonrpc2" ], "requires_python": ">=3", "summary": "SDK for EITRI Blockchain", "version": "1.9" }, "last_serial": 5952778, "releases": { "1.8": [ { "comment_text": "", "digests": { "md5": "81470560b7d760744c8a005b43ff9fd0", "sha256": "ada54d8f13dc2f5fdc0f52625ad83ba805971329586a7c0c769ec9d2236f8362" }, "downloads": -1, "filename": "EITRI-1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "81470560b7d760744c8a005b43ff9fd0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7012, "upload_time": "2019-09-30T08:54:59", "url": "https://files.pythonhosted.org/packages/5c/ff/dbcd1e544263bcaffb931c4e7bfe23ba3ccb79d028962d1238d50eed2efe/EITRI-1.8-py3-none-any.whl" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "1880aacd86bc6403924bedcbc1919d5b", "sha256": "ae92e472b805bca90cd1ba8814ec35502b3793a0a71a69e1f0568cf23335d9fa" }, "downloads": -1, "filename": "EITRI-1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "1880aacd86bc6403924bedcbc1919d5b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7512, "upload_time": "2019-10-10T02:29:11", "url": "https://files.pythonhosted.org/packages/12/f4/10fd37042243c91d1b3f6e4e612aec7e80fedfb9128c7da565f57061282d/EITRI-1.9-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1880aacd86bc6403924bedcbc1919d5b", "sha256": "ae92e472b805bca90cd1ba8814ec35502b3793a0a71a69e1f0568cf23335d9fa" }, "downloads": -1, "filename": "EITRI-1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "1880aacd86bc6403924bedcbc1919d5b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7512, "upload_time": "2019-10-10T02:29:11", "url": "https://files.pythonhosted.org/packages/12/f4/10fd37042243c91d1b3f6e4e612aec7e80fedfb9128c7da565f57061282d/EITRI-1.9-py3-none-any.whl" } ] }