Skip to main content

Python package for using the Urban Airship Reach API

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uareach-0.1.0.tar.gz (28.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page