ua-api-utils

Utilities for working with Urban Airship's APIs
Download

ua-api-utils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Michael Schurter
  • Publisher web site:
  • http://bitbucket.org/schmichael/

ua-api-utils Tags


ua-api-utils Description

ua-api-utils is a Python module that provides utilities for working with Urban Airship's APIs.Currently just provides a simple ua command line tool with a single sub-command:ua get-tokens $APP_KEY $UA_SECRETYou can also set your secret as an environment variable:UA_SECRET=... ua get-tokens $APP_KEYAnd control the filename:UA_SECRET=... ua get-tokens $APP_KEY -o some-new-file.jsonUA_SECRET=... ua get-tokens $APP_KEY -o - | gzip > yet-another-file.json.gzInstallingIn a virtualenv in safest (if you have virtualenv installed):virtualenv ua-api-utilscd ua-api-utils. bin/activatepip install ua-api-utilsOr in your $HOME directory if you have your user-site in your $PATH:pip install --user ua-api-utilsAnd of course, there's always sudo to install it globally:sudo pip install ua-api-utilsNo pip?sudo easy_install ua-api-utilsProduct's homepage


ua-api-utils Related Software