Stellar Python SDK

Travis (.org) Read the Docs Codecov Code Climate maintainability PyPI Python - Version PyPI - Implementation

Note

This branch is about v2, click here for the v1 branch. Thank you for your patience as we transition!

py-stellar-sdk is a Python library for communicating with a Stellar Horizon server. It is used for building Stellar apps on Python. It supports Python 3.6+ as well as PyPy 3.6+.

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.

Thanks

This document is based on Stellar JavaScript SDK documentation. Thank you to all the people who have already contributed to Stellar ecosystem!