{ "info": { "author": "Gavin M. Roy", "author_email": "gavinmroy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Communications", "Topic :: Internet", "Topic :: Software Development :: Libraries" ], "description": "HockeyApp.net Python Client\n===========================\nAccess your crash log and crash detail data for iOS applications tracked at\nhockeyapp.net.\n\n|PyPI version| |Downloads| |Build Status|\n\nCLI Usage\n---------\n\n ./hockeyapp-cli\n\n usage: hockeyapp-cli [-h] [-V] [-v] -k API_KEY COMMAND ...\n\n Hockeyapp API Client\n\n optional arguments:\n -h, --help show this help message and exit\n -V, --version show program's version number and exit\n -v, --verbose turn on debug mode\n -k API_KEY, --api-key API_KEY\n Supply the API Token from hockeyapp.net\n\n commands:\n See 'hockeyapp-cli COMMAND -h' for more information on a specific command.\n\n COMMAND\n list-applications List the applications available at HockeyApp\n list-users List users associated with the specified HockeyApp\n list-crashes List crashes associated with the specified HockeyApp\n add-app-user Add a user to a HockeyApp\n detail Get the detail for a crash ID at HockeyApp\n list-versions List the versions of an app\n version-delete Delete a specified version\n version-add Add a new version of an app\n\nExample usage\n-------------\n\n import hockeyapp\n\n token = 'Your API Key'\n public_identifier = 'Public identifier value for the app'\n crash_id = 1234\n\n app = hockeyapp.Application(token)\n print app.list()\n print app.statistics(public_identifier)\n\n\n.. |PyPI version| image:: https://badge.fury.io/py/hockeyapp.png\n :target: http://badge.fury.io/py/hockeyapp\n.. |Downloads| image:: https://pypip.in/d/hockeyapp/badge.png\n :target: https://crate.io/packages/hockeyapp\n.. |Build Status| image:: https://travis-ci.org/gmr/hockeyapp.png?branch=master\n :target: https://travis-ci.org/gmr/hockeyapp", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://hockeyapp.readthedocs.org", "keywords": null, "license": "Copyright (c) 2011-2013 Gavin M. Roy\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name of the rabbitpy library nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "hockeyapp", "package_url": "https://pypi.org/project/hockeyapp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hockeyapp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://hockeyapp.readthedocs.org" }, "release_url": "https://pypi.org/project/hockeyapp/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Python client for the HockeyApp.net API", "version": "0.4.0" }, "last_serial": 895925, "releases": { "0.4.0": [] }, "urls": [] }