Skip to content

myles/python-reporter-app

Repository files navigation

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%

About

A Python library for interacting with Reporter App exports.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors