Skip to main content

Python package for using the Airship Wallet API

Project description

About

The Airship uareach (Wallet) library is a Python library for using the Airship Wallet REST API.

Version 0.1.0 is a beta release. Please visit Airship Support with feature requests, questions, bug reports, 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 this library, please see the full documentation, as well as the Airship Wallet 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.1.tar.gz (29.4 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