Wallet Python Library
Python library for using the Airship Wallet API.
Resources
- GitHub Repo
- Python Package Index (PyPI)
- Wallet API Reference
- Python Wallet Library API Reference
Important Airship is no longer actively developing this library but will respond to feature requests, issues, and pull requests submitted to the Airship Support site. This library provides sample code, and Airship makes no guarantees as to completeness or regularity of updates.
Installation
Install using pip:
pip install urbanairshipExample usage
Basic usage example
import uareach as ua
client = ua.Reach('email', 'wallet_key')
my_pass = ua.get_pass(client, pass_id=12345)