PyLibreLinkUp
  • Installation
  • Usage
  • API
  • Development
PyLibreLinkUp
  • PyLibreLinkUp
  • View page source

PyLibreLinkUp

PyLibreLinkUp is a Python client for the LibreLinkUp API, which allows you to interact with the LibreLinkUp service to retrieve glucose data and other related information. This project is a Python implementation inspired by the libre-link-up-api-client project.

Contents

  • Installation
    • Install with pip
    • Install from source
    • Requirements
  • Usage
  • API
    • PyLibreLinkUp
      • PyLibreLinkUp
        • PyLibreLinkUp.__init__()
        • PyLibreLinkUp.authenticate()
        • PyLibreLinkUp.get_patients()
        • PyLibreLinkUp.graph()
        • PyLibreLinkUp.latest()
        • PyLibreLinkUp.logbook()
        • PyLibreLinkUp.read()
        • PyLibreLinkUp.account_id_hash
    • Data Models
      • Config
        • AlarmRules
        • FixedLowAlarmValues
      • Connections
        • GraphResponse
        • LogbookResponse
      • Data
        • F
        • GlucoseMeasurement
        • GlucoseMeasurementWithTrend
        • H
        • L
        • Nd
        • Patient
        • Std
        • Trend
      • Hardware
        • ActiveSensor
        • PatientDevice
        • Sensor
      • Login
        • AuthTicket
        • Consents
        • Data
        • DataMessages
        • ErrorMessage
        • Llu
        • LoginArgs
        • LoginRedirectData
        • LoginRedirectResponse
        • LoginResponse
        • LoginResponseUnauthenticated
        • Notifications
        • System
        • SystemMessages
        • User
    • Enums
      • APIUrl
        • APIUrl.EU
        • APIUrl.EU2
        • APIUrl.US
        • APIUrl.AE
        • APIUrl.AP
        • APIUrl.AU
        • APIUrl.CA
        • APIUrl.DE
        • APIUrl.FR
        • APIUrl.JP
        • APIUrl.LA
        • APIUrl.RU
    • Exceptions
      • AuthenticationError
      • EmailVerificationError
      • LLUAPIError
      • LLUAPIRateLimitError
        • LLUAPIRateLimitError.retry_after
      • PatientNotFoundError
      • PrivacyPolicyError
      • PyLibreLinkUpError
      • RedirectError
      • TermsOfUseError
  • Development
    • Getting started
    • Running the tests
    • Testing in all supported Python versions
    • Submitting bugs and patches
Next

© Copyright 2024, Rob Berwick.

Built with Sphinx using a theme provided by Read the Docs.