PyLibreLinkUp
This is the main interface for the PyLibreLinkUp package, where you can authenticate and request data from the LibreLinkUp API.
In order to authenticate, you will need to sign up for an account at https://www.librelinkup.com/ and use your email and password to authenticate.
- class pylibrelinkup.PyLibreLinkUp(email, password, api_url=APIUrl.US)[source]
Bases:
objectPyLibreLinkUp class to request data from the LibreLinkUp API.
- graph(patient_identifier)[source]
Requests and returns glucose measurements used to display graph data. Returns approximately the last 12 hours of data.
- latest(patient_identifier)[source]
Requests and returns the most recent glucose measurement
- logbook(patient_identifier)[source]
Requests and returns patient logbook data, containing the measurements associated with glucose events for approximately the last 14 days.
- read(patient_identifier)[source]
Deprecated since version 0.6.0: The read method is deprecated. Instead, please use the graph method for retrieving graph data,” “and latest to access the most recently reported glucose measurement
Requests and returns patient data