{ "info": { "author": "Arthur Koziel", "author_email": "arthur@arthurkoziel.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\nturtlecoin-python\n=================\n\n.. image:: https://img.shields.io/pypi/v/turtlecoin.svg\n\t:target: https://pypi.python.org/pypi/turtlecoin\n\n.. image:: https://img.shields.io/pypi/pyversions/turtlecoin.svg\n\t:target: https://pypi.python.org/pypi/turtlecoin\n\n.. image:: https://img.shields.io/pypi/l/turtlecoin.svg\n\t:target: https://pypi.python.org/pypi/turtlecoin\n\n.. image:: https://readthedocs.org/projects/turtlecoin-python/badge/\n :target: http://turtlecoin-python.readthedocs.io/en/latest/\n\nA Python wrapper for the TurtleCoin JSON-RPC API.\n\nIt integrates with `Walletd` and `TurtleCoind` and works with TurtleCoin 0.5.0.\n\nExample\n-------\n\n.. code-block:: python\n\n wallet.get_addresses()\n 'TRTLv1abcdef...'\n {'id': 0, 'jsonrpc': '2.0', 'result': {'addresses': ['TRTLv2R....']}}\n\n wallet.get_balance()\n {'id': 0, 'jsonrpc': '2.0', 'result': {'availableBalance': 50, 'lockedAmount': 0}}\n\n recipients = [{'address': 'TRTLv3abcd123...', 'amount': 50}]\n wallet.send_transaction(transfers=recipients)\n {'id': 0, 'jsonrpc': '2.0', 'result': {'transactionHash': 'ae57e...'}}\n\nInstallation\n------------\n\nYou can install the latest version from PyPI:\n\n.. code-block:: bash\n\n $ pip3 install turtlecoin\n\nDocumentation\n-------------\n\nThe documentation is available at http://turtlecoin-python.readthedocs.io\n\nDeveloper setup\n---------------\n\nClone the repo and install the dependencies with ...pipenv:\n\n.. code-block:: bash\n\n $ git clone ...\n $ cd turtlecoin-python\n $ pipenv install --dev\n\nTo generate the HTML documentation you need to have the turtlecoin module in\nyour PYTHONPATH. This is used to automatically generate the api docs.\nAfterwards you can run the makefile target:\n\n.. code-block:: bash\n\n $ pipenv run python setup.py develop\n $ pipenv run make html\n\nThe documentation on readthedocs is automatically updated on\neach push to the master branch (via webhook).\n\nTo release a new version on PyPI, increment the version number\nin `turtlecoin/__version__.py` and run:\n\n.. code-block:: bash\n\n $ pipenv run python setup.py upload\n\nThis will also create a git tag with the version number.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arthurk/turtlecoin-python/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "turtlecoin", "package_url": "https://pypi.org/project/turtlecoin/", "platform": "", "project_url": "https://pypi.org/project/turtlecoin/", "project_urls": { "Homepage": "https://github.com/arthurk/turtlecoin-python/" }, "release_url": "https://pypi.org/project/turtlecoin/0.2.2/", "requires_dist": [ "requests", "sphinx (>=1.7); extra == 'docs'", "sphinx-rtd-theme; extra == 'docs'" ], "requires_python": ">=3.6.0", "summary": "A Python wrapper for the TurtleCoin JSON-RPC interface", "version": "0.2.2" }, "last_serial": 4225599, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d9308db2e22a18a9d7d56fe8b32e18c0", "sha256": "725706443fc83cfce6083edf621a446df2729b54b1f9e7c407d94cd28d64d0e7" }, "downloads": -1, "filename": "turtlecoin-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d9308db2e22a18a9d7d56fe8b32e18c0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 7894, "upload_time": "2018-03-20T14:34:31", "url": "https://files.pythonhosted.org/packages/e3/9f/56855b464538333b5a3a884728d12873536fe46c31e5d3e5cbb650db5f8f/turtlecoin-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "487482a839f9c8fc3e391a1bbe0f8cdc", "sha256": "b3343d275d8e5ef9f42d701fab52ca11c1503c4c79d7545ab838f57f5f646630" }, "downloads": -1, "filename": "turtlecoin-0.0.1.tar.gz", "has_sig": false, "md5_digest": "487482a839f9c8fc3e391a1bbe0f8cdc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 6121, "upload_time": "2018-03-20T14:34:33", "url": "https://files.pythonhosted.org/packages/87/f0/b6eff53333e84bec91f63686c543228d306d45c2515278ef692b592a6eb4/turtlecoin-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6964058072b29dcf4f0b154cf0f358a6", "sha256": "103dbc98730ade930160e89bd44be92d9d947fd4cc8188fcbff0f6a0ea28673f" }, "downloads": -1, "filename": "turtlecoin-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6964058072b29dcf4f0b154cf0f358a6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 12677, "upload_time": "2018-04-05T15:22:06", "url": "https://files.pythonhosted.org/packages/9d/eb/e9c3a8ce297b43a3e22e6154ed42dc230dbd31bdca2aa21820298c7ebe64/turtlecoin-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d4a136eaa9153fc7fd7011a77d670601", "sha256": "d007c0c1d7f70105ef7e9b01d9dd1c22b269c401a5ca92ab65d1cef1324d1b7d" }, "downloads": -1, "filename": "turtlecoin-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d4a136eaa9153fc7fd7011a77d670601", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7520, "upload_time": "2018-04-05T15:22:07", "url": "https://files.pythonhosted.org/packages/29/b4/a29e05b7affdcad149eb2834e28a6c6142efc019b9d99c9c31a93358cfde/turtlecoin-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "09362904605107ae9d9b3dac4516e19a", "sha256": "610f462a8820a414542e93316fb3b25f1360c7c9d02001f08674c39879fc05ec" }, "downloads": -1, "filename": "turtlecoin-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "09362904605107ae9d9b3dac4516e19a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 12744, "upload_time": "2018-05-28T15:26:42", "url": "https://files.pythonhosted.org/packages/17/f6/934e3058f64de869dde9702e1aa9e8db1448cdc3b3b9a93d49364188a7b3/turtlecoin-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2203f9e9117a065d380f330c4b795a80", "sha256": "6b1ec1f52b4ba25b55e91929ef2acea245495ec0350be5786eb5db8d1e1e1d38" }, "downloads": -1, "filename": "turtlecoin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2203f9e9117a065d380f330c4b795a80", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7576, "upload_time": "2018-05-28T15:26:44", "url": "https://files.pythonhosted.org/packages/89/50/6961e3b2c4e142315c7015b07b90c6631b280704ec0c4912052e4190dc22/turtlecoin-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "37e6c7f2da1c222e9ee585d1715bf9ee", "sha256": "86fd81b335dec2a20400a63340541f2c1100b39cde9a851529e23568148d166a" }, "downloads": -1, "filename": "turtlecoin-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37e6c7f2da1c222e9ee585d1715bf9ee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 12866, "upload_time": "2018-06-21T13:54:32", "url": "https://files.pythonhosted.org/packages/e7/74/3358b2706a2873619b08c7c044b867212812505e4bc71078cac2a8ce77f5/turtlecoin-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7769f2ed2c1249c677e20a2d69b756ed", "sha256": "5de66a4ae2dda59a66cdb51ab75c8795216c054422bf0d17adfdc139b09ca5b5" }, "downloads": -1, "filename": "turtlecoin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7769f2ed2c1249c677e20a2d69b756ed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7710, "upload_time": "2018-06-21T13:54:33", "url": "https://files.pythonhosted.org/packages/c0/e8/bcf40f3971860207fe10c6cfb8f40859cdc80cc72ddd409dd3cb6a0f29eb/turtlecoin-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6ee618be1f2096540b332b496df13a7a", "sha256": "75f99cbbdd1a843913cdf93868eb86b311c80e5dd6023aab3b1dbc4d8c1968ea" }, "downloads": -1, "filename": "turtlecoin-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ee618be1f2096540b332b496df13a7a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 14854, "upload_time": "2018-07-15T06:54:03", "url": "https://files.pythonhosted.org/packages/08/3c/4b8d13e6af9d61260c8af68ae2286a70a2de568652181d010e3ae587df6e/turtlecoin-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "166ccb97bdd04f34d3d514c4e9b0b5f3", "sha256": "55652df57b89d4e70654eb55a9b4c91aa55031b68e07899b541d29ce03e4a93c" }, "downloads": -1, "filename": "turtlecoin-0.2.0.tar.gz", "has_sig": false, "md5_digest": "166ccb97bdd04f34d3d514c4e9b0b5f3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9682, "upload_time": "2018-07-15T06:54:05", "url": "https://files.pythonhosted.org/packages/f8/af/1f3a3c760b650aa775c54af66daff6c68171f3e962af10fc6f5ee84f85de/turtlecoin-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "99dea6fb679a301afadacd96257f935e", "sha256": "c54f1861150d6eeb89efd0154ab24c625d099dbde7a39bd0464fb93e19802365" }, "downloads": -1, "filename": "turtlecoin-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "99dea6fb679a301afadacd96257f935e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 15013, "upload_time": "2018-08-26T07:48:25", "url": "https://files.pythonhosted.org/packages/e4/56/0a69bd151bb507f6683a17811560b77f73c3ea92f05de054ff4cbfa02840/turtlecoin-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc66e6c7020c7746333fbcc0f6cf79b6", "sha256": "604ad9b0dddde7481b06d532955959f3cf139075905785f3fe813a57c04f2c83" }, "downloads": -1, "filename": "turtlecoin-0.2.1.tar.gz", "has_sig": false, "md5_digest": "dc66e6c7020c7746333fbcc0f6cf79b6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9820, "upload_time": "2018-08-26T07:48:26", "url": "https://files.pythonhosted.org/packages/29/f4/129482245a8c1f1229391d8c6be1360aaa455fd20a75980ac2df5c22f07e/turtlecoin-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e137e01fc849f6329574b619ac70e8e8", "sha256": "abe2d99d0877b1d2465c7bcf6d229f645b2a1612b3bb55e49d627b8b85847cef" }, "downloads": -1, "filename": "turtlecoin-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e137e01fc849f6329574b619ac70e8e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 15019, "upload_time": "2018-08-31T08:15:59", "url": "https://files.pythonhosted.org/packages/61/19/3370dc9a13ceda498370258fd722b7f048fb282f436aa5eef83b6b254915/turtlecoin-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31d72cba190b1c73f74b6149e052f74b", "sha256": "19fae9099e38098bcf307e980cf826f2df12edc386f55333d071f878949dc664" }, "downloads": -1, "filename": "turtlecoin-0.2.2.tar.gz", "has_sig": false, "md5_digest": "31d72cba190b1c73f74b6149e052f74b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9824, "upload_time": "2018-08-31T08:16:01", "url": "https://files.pythonhosted.org/packages/9c/ad/3ae4ca2fb8e69a9215637aebaf464179297fdd88e88f2f7ec6b901b6399c/turtlecoin-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e137e01fc849f6329574b619ac70e8e8", "sha256": "abe2d99d0877b1d2465c7bcf6d229f645b2a1612b3bb55e49d627b8b85847cef" }, "downloads": -1, "filename": "turtlecoin-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e137e01fc849f6329574b619ac70e8e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 15019, "upload_time": "2018-08-31T08:15:59", "url": "https://files.pythonhosted.org/packages/61/19/3370dc9a13ceda498370258fd722b7f048fb282f436aa5eef83b6b254915/turtlecoin-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31d72cba190b1c73f74b6149e052f74b", "sha256": "19fae9099e38098bcf307e980cf826f2df12edc386f55333d071f878949dc664" }, "downloads": -1, "filename": "turtlecoin-0.2.2.tar.gz", "has_sig": false, "md5_digest": "31d72cba190b1c73f74b6149e052f74b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 9824, "upload_time": "2018-08-31T08:16:01", "url": "https://files.pythonhosted.org/packages/9c/ad/3ae4ca2fb8e69a9215637aebaf464179297fdd88e88f2f7ec6b901b6399c/turtlecoin-0.2.2.tar.gz" } ] }