mozilla-services / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
9 stars 0 forks source link

rework crashstats-tools to also act as a library #67

Closed willkg closed 6 months ago

willkg commented 1 year ago

Currently, the bulk of crashstats-tools functionality is focused on command and using those commands in scripts.

However, there's an interesting use case for having crashstats-tools be a Python library with utility functions that can be used in Python scripts for other kinds of automation.

This covers figuring out what the API might look like and then reworking commands to support that.