Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 735 Bytes

File metadata and controls

34 lines (26 loc) · 735 Bytes

Python Reporter App

CI Status Dependencies Status

A Python library for interacting with Reporter App exports.

  • Free software: MIT License

Features

  • TODO

Quick Start

>>> from reporterapp import ReporterApp
>>> r = ReporterApp()
>>> for s in r.snapshots:
...     print(s.batteryDisplay)
...
...
60%
56%
39%
100%