Skip to main content

A Python wrapper around the Hockey App API.

Project description

libhockey

PyPi Version License

libhockey is a wrapper around the Hockey App REST API. It's aim is to be a simple and easy to use as possible.

It doesn't cover every single API, but does the basics. Feel free to open an issue or a pull request for API support.

Getting started

Just add the following and you are ready to go:

import libhockey

client = libhockey.HockeyClient(access_token="...")

Examples

Listing all versions of an app

for version in client.versions.generate_all("[app id]"):
    print(version.download_url)

Uploading a build

download_link = client.versions.upload("/path/to/app.ipa", "Release notes go here")

Find new crashes in a build

current_crashes = client.crashes.groups_for_version("[app id]", "[current version id]")
previous_crashes = client.crashes.groups_for_version("[app id]", "[previous version id]")
new_crashes = list(set(current_crashes) - set(previous_crashes))

for crash in new_crashes:
    print(f"({crash.number_of_crashes}) {crash.crash_file} - {crash.crash_class}:{crash.crash_method}")

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

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

libhockey-0.15.0.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

libhockey-0.15.0-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file libhockey-0.15.0.tar.gz.

File metadata

  • Download URL: libhockey-0.15.0.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.7.4 Darwin/18.7.0

File hashes

Hashes for libhockey-0.15.0.tar.gz
Algorithm Hash digest
SHA256 4472f9a2e82f186e47603ceb0ac17fdbb6ab78d76fc62b1d1fa83f52f2fe462c
MD5 1da6f70f85b31260dfbc1e39ed483b1d
BLAKE2b-256 e2a691531cfa9532501c2a8a45af1ac2a1fac6fd41cdce62fc6093de83184b69

See more details on using hashes here.

File details

Details for the file libhockey-0.15.0-py3-none-any.whl.

File metadata

  • Download URL: libhockey-0.15.0-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.7.4 Darwin/18.7.0

File hashes

Hashes for libhockey-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 03f2b73731e5a75b4bc64a4b873447bf7ad44e0254803c2431fcabf5e814757e
MD5 405e95ea58bc0745a9ce51ecb2be15d6
BLAKE2b-256 c462f30eab04d1c7b402e8ff9e6c1d3a043d23bae45766d67a0567bf409c4ce1

See more details on using hashes here.

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