Wallet Python Library

Python library for using the Airship Wallet API.

Resources

Installation

Install using pip:

pip install urbanairship

Example usage

Basic usage example
import uareach as ua

client = ua.Reach('email', 'wallet_key')

my_pass = ua.get_pass(client, pass_id=12345)