/py-stellar-base

A python version of stellar-base library.

Primary LanguagePythonApache License 2.0Apache-2.0

py-stellar-base

Travis (.org)

Read the Docs

Codecov

py-stellar-sdk is a Python library for communicating with a Stellar Horizon server. It is used for building Stellar apps on Python.

It provides:

  • a networking layer API for Horizon endpoints.
  • facilities for building and signing transactions, for communicating with a Stellar Horizon instance, and for submitting transactions or querying network history.

Installing

Install from pypi, there are two packages here, please choose one of them:

  • The package is built automatically by Travis-CI. PyPI
pip install -U stellar-sdk
  • The package is maintained by antb123. PyPI
pip install -U stellar-base

Install from latest source code(may be unstable):

pip install git+git://github.com/StellarCN/py-stellar-base

A Simple Example

Document

Thank you to all the people who have already contributed to py-stellar-base!