/reach-python-library

Python client library for Urban Airship Reach

Primary LanguagePythonOtherNOASSERTION

About

The Urbanairship uareach (formerly known as wallet) library is a Python library for using the Urban Airship Reach web service API.

Version 0.1.0 is a beta release. Please visit Urban Airship Support with questions or comments.

Requirements

As of version 0.1.0, Python 2.7 is required.

For tests, uareach also needs Mock.

Running Tests

To run tests, run:

$ nosetests

Usage

To get started, simply import the library and set up a client:

import uareach as ua


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


# Example: getting a pass
my_pass = ua.get_pass(client, pass_id=12345)

For more details on using the library, please see the full documentation, as well as the Urban Airship API Documentation.