{ "info": { "author": "Eno, overcat", "author_email": "appweb.cn@gmail.com, 4catcode@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "py-stellar-base\n===============\n\n.. image:: https://img.shields.io/pypi/v/stellar-sdk.svg?style=flat-square&maxAge=1800\n :alt: PyPI\n :target: https://pypi.python.org/pypi/stellar-sdk\n.. image:: https://img.shields.io/travis/StellarCN/py-stellar-base.svg?style=flat-square&maxAge=1800\n :alt: Travis (.org)\n :target: https://travis-ci.org/StellarCN/py-stellar-base/\n\n.. image:: https://img.shields.io/readthedocs/stellar-base.svg?style=flat-square&maxAge=1800\n :alt: Read the Docs\n :target: https://stellar-base.readthedocs.io/en/latest/\n\n.. image:: https://img.shields.io/codecov/c/github/StellarCN/py-stellar-base.svg?style=flat-square&maxAge=1800\n :alt: Codecov\n :target: https://codecov.io/gh/StellarCN/py-stellar-base\n\n\n\npy-stellar-sdk is a Python library for communicating with\na `Stellar Horizon server`_. It is used for building Stellar apps on Python.\n\nIt provides:\n\n- a networking layer API for Horizon endpoints.\n- facilities for building and signing transactions, for communicating with a Stellar Horizon instance, and for submitting transactions or querying network history.\n\nInstalling\n----------\n\nInstall from pypi:\n\n.. code-block:: text\n\n pip install -U stellar-sdk\n\n\nInstall from latest source code(*may be unstable*):\n\n.. code-block:: text\n\n pip install git+git://github.com/StellarCN/py-stellar-base\n\n\nA Simple Example\n----------------\n\n.. code-block:: python\n\n # Alice pay 10.25 XLM to Bob\n from stellar_base.builder import Builder\n\n alice_secret = 'SCB6JIZUC3RDHLRGFRTISOUYATKEE63EP7MCHNZNXQMQGZSLZ5CNRTKK'\n bob_address = 'GA7YNBW5CBTJZ3ZZOWX3ZNBKD6OE7A7IHUQVWMY62W2ZBG2SGZVOOPVH'\n\n builder = Builder(secret=alice_secret)\n builder.add_text_memo(\"Hello, Stellar!\").append_payment_op(\n destination=bob_address, amount='10.25', asset_code='XLM')\n builder.sign()\n response = builder.submit()\n print(response)\n\n\nDocument\n--------\n* Quick Start: https://stellar-base.readthedocs.io/en/latest/quickstart.html\n* API: https://stellar-base.readthedocs.io/en/latest/api.html\n\n\nLinks\n-----\n* Code: https://github.com/StellarCN/py-stellar-base\n* Docker: https://hub.docker.com/r/overcat/py-stellar-base\n* Examples: https://github.com/StellarCN/py-stellar-base/tree/master/examples\n* Issue tracker: https://github.com/StellarCN/py-stellar-base/issues\n* License: `Apache License 2.0 `_\n* Releases: https://pypi.org/project/stellar-sdk/\n\nThank you to all the people who have already contributed to py-stellar-base!\n\n.. _Stellar Horizon server: https://github.com/stellar/go/tree/master/services/horizon", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/stellarCN/py-stellar-base/", "keywords": "stellar.org,lumens,xlm,blockchain,distributed exchange,cryptocurrency,dex,stellar-core,horizon,sdex,trading", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "stellar-sdk-extra", "package_url": "https://pypi.org/project/stellar-sdk-extra/", "platform": "", "project_url": "https://pypi.org/project/stellar-sdk-extra/", "project_urls": { "Homepage": "http://github.com/stellarCN/py-stellar-base/" }, "release_url": "https://pypi.org/project/stellar-sdk-extra/0.0.0/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Code for managing Stellar.org blockchain transactions and accounts using stellar-base in python. Allows full functionality interfacing with the Horizon front end. Visit https://stellar.org for more information.", "version": "0.0.0" }, "last_serial": 5176308, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "40f2a5e9f4259449be182b3ae73725b4", "sha256": "e1aee7877ac158cc45aa11c79ea447b544cad3e4f274e55a3cf310498f27da03" }, "downloads": -1, "filename": "stellar-sdk-extra-0.0.0.tar.gz", "has_sig": false, "md5_digest": "40f2a5e9f4259449be182b3ae73725b4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 117753, "upload_time": "2019-04-23T09:34:02", "url": "https://files.pythonhosted.org/packages/40/c2/29d342dc83e1d7062b365b6ba80c041da2443b2cfda8214b3acdaab2001a/stellar-sdk-extra-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40f2a5e9f4259449be182b3ae73725b4", "sha256": "e1aee7877ac158cc45aa11c79ea447b544cad3e4f274e55a3cf310498f27da03" }, "downloads": -1, "filename": "stellar-sdk-extra-0.0.0.tar.gz", "has_sig": false, "md5_digest": "40f2a5e9f4259449be182b3ae73725b4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 117753, "upload_time": "2019-04-23T09:34:02", "url": "https://files.pythonhosted.org/packages/40/c2/29d342dc83e1d7062b365b6ba80c041da2443b2cfda8214b3acdaab2001a/stellar-sdk-extra-0.0.0.tar.gz" } ] }