Skip to main content

Utilities for working with Urban Airship's APIs

Project description

Currently just provides a simple ua command line tool with a single sub-command:

ua get-tokens $APP_KEY $UA_SECRET

You can also set your secret as an environment variable:

UA_SECRET=... ua get-tokens $APP_KEY

And control the filename:

UA_SECRET=... ua get-tokens $APP_KEY -o some-new-file.json
UA_SECRET=... ua get-tokens $APP_KEY -o - | gzip > yet-another-file.json.gz

Installing

In a virtualenv in safest (if you have virtualenv installed):

virtualenv ua-api-utils
cd ua-api-utils
. bin/activate
pip install ua-api-utils

Or in your $HOME directory if you have your user-site in your $PATH:

pip install --user ua-api-utils

And of course, there’s always sudo to install it globally:

sudo pip install ua-api-utils

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

ua-api-utils-0.1.0.tar.gz (3.1 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