{ "info": { "author": "Fabian Schuh", "author_email": "Fabian@chainsquad.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Office/Business :: Financial" ], "description": "Python Library for Golos\n========================\n\nThis is a forked version of [piston-lib](https://github.com/xeroc/piston-lib) which is unmaintained.\n\nThis library uses websockets to communicate with golosd. The key difference from [golos-python](https://github.com/GolosChain/golos-python) is that piston-lib uses websockets while golos-python uses http API.\n\nInstallation\n------------\n\nInstall with `pip3`:\n\n $ sudo apt-get install libffi-dev libssl-dev python-dev python3-pip\n $ pip3 install golos-piston\n\nInstall current version via pipenv:\n\n $ pipenv install 'git+https://github.com/bitfag/golos-piston.git#egg=golos-piston'\n\nManual installation:\n\n $ git clone https://github.com/bitfag/golos-piston.git\n $ cd golos-piston\n $ python3 setup.py install --user\n\nUpgrade\n-------\n\n $ pip3 install golos-piston --user --upgrade\n\n\nDocumentation\n-------------\n\nAs golos-piston is a fork of piston-lib, you can use their documentation.\n\nThanks to readthedocs.io, the documentation can be viewed on\n[lib.piston.rocks](http://lib.piston.rocks)\n\nDocumentation is written with the help of sphinx and can be compile to\nhtml with:\n\n cd docs\n make html\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/bitfag/golos-piston/tarball/0.6.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://lib.piston.rocks", "keywords": "golos,steem,library,api,rpc,transactions", "license": "", "maintainer": "Vladimir Kamarzin", "maintainer_email": "vvk@vvk.pp.ru", "name": "golos-piston", "package_url": "https://pypi.org/project/golos-piston/", "platform": "", "project_url": "https://pypi.org/project/golos-piston/", "project_urls": { "Download": "https://github.com/bitfag/golos-piston/tarball/0.6.0", "Homepage": "http://lib.piston.rocks" }, "release_url": "https://pypi.org/project/golos-piston/0.6.0/", "requires_dist": [ "graphenelib (>=0.5.3)", "websockets (>=2.0)", "scrypt (>=0.7.1)", "diff-match-patch (>=20121119)", "appdirs (>=1.4.0)", "python-frontmatter (>=0.2.1)", "funcy", "python-dateutil (>=2.6.1)", "pycryptodome" ], "requires_python": "", "summary": "Python library for Golos", "version": "0.6.0" }, "last_serial": 3711221, "releases": { "0.6.0": [ { "comment_text": "", "digests": { "md5": "a98d2bbf70367e429fbfc64dc273df4c", "sha256": "4db4dba1c85d2c92e43a85c1c7d7b1f0585eb16b8239d462684dafbb09415768" }, "downloads": -1, "filename": "golos_piston-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a98d2bbf70367e429fbfc64dc273df4c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67419, "upload_time": "2018-03-27T18:19:38", "url": "https://files.pythonhosted.org/packages/bd/65/881901280d69026c8c514405574a80fd8cf2a7372f0c8ee9b2d435698e03/golos_piston-0.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "248fad6b6a87b2b46345c591ec006e00", "sha256": "ce48d35478460c023266a44baad6c4df777d90e17ee5aab1f4e1e664736ffd0c" }, "downloads": -1, "filename": "golos-piston-0.6.0.tar.gz", "has_sig": false, "md5_digest": "248fad6b6a87b2b46345c591ec006e00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55413, "upload_time": "2018-03-27T18:19:40", "url": "https://files.pythonhosted.org/packages/da/a1/87077789e001a42ea2ab368c922160dd6de1899aace80792a1258e92cbf3/golos-piston-0.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a98d2bbf70367e429fbfc64dc273df4c", "sha256": "4db4dba1c85d2c92e43a85c1c7d7b1f0585eb16b8239d462684dafbb09415768" }, "downloads": -1, "filename": "golos_piston-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a98d2bbf70367e429fbfc64dc273df4c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67419, "upload_time": "2018-03-27T18:19:38", "url": "https://files.pythonhosted.org/packages/bd/65/881901280d69026c8c514405574a80fd8cf2a7372f0c8ee9b2d435698e03/golos_piston-0.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "248fad6b6a87b2b46345c591ec006e00", "sha256": "ce48d35478460c023266a44baad6c4df777d90e17ee5aab1f4e1e664736ffd0c" }, "downloads": -1, "filename": "golos-piston-0.6.0.tar.gz", "has_sig": false, "md5_digest": "248fad6b6a87b2b46345c591ec006e00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55413, "upload_time": "2018-03-27T18:19:40", "url": "https://files.pythonhosted.org/packages/da/a1/87077789e001a42ea2ab368c922160dd6de1899aace80792a1258e92cbf3/golos-piston-0.6.0.tar.gz" } ] }