Skip to main content

Library to communicate with OMRON connect API

Project description

Build, test and publish

omron-connect-api

Library to communicate with OMRON connect API.

Only the blood pressure readings are provided in the current version.

Usage

import aiohttp
import asyncio
import os

from omron_connect_api import OmronConnectApi


async def run():
    async with aiohttp.ClientSession() as session:
        api = OmronConnectApi(os.environ['EMAIL'], os.environ['PASSWORD'], os.environ['COUNTRY_CODE'], session)
        blood_pressure_readings = await api.async_get_blood_pressure_readings()
        print(blood_pressure_readings)


asyncio.run(run())

Build and test locally

make venv
source .venv/bin/activate
make test
make build

Release version

make release bump=patch|minor|major

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omron_connect_api-0.1.1.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

omron_connect_api-0.1.1-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file omron_connect_api-0.1.1.tar.gz.

File metadata

  • Download URL: omron_connect_api-0.1.1.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for omron_connect_api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1718840b240fcc2548f6aa6fadc66b773a065ccb50cea679260d02d50bdf5c6e
MD5 365c86fdb9c0b2ba4ef1111bc3ac54db
BLAKE2b-256 f01e472cca8d0b142c4585fab357b2ca1e1111f4003d525344c966cd0001038c

See more details on using hashes here.

Provenance

The following attestation bundles were made for omron_connect_api-0.1.1.tar.gz:

Publisher: publish.yml on happydev-ca/omron-connect-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file omron_connect_api-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for omron_connect_api-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e08787c71398e7e82748e433a4bd3b4a728045a86307408b69b39e4f1c996a0
MD5 b456f6fd64a83294de4cfb3f36124464
BLAKE2b-256 e067f8f0ef37451c858ecafe21ceba763dcc0b5ae10f7521908c728193dd617c

See more details on using hashes here.

Provenance

The following attestation bundles were made for omron_connect_api-0.1.1-py3-none-any.whl:

Publisher: publish.yml on happydev-ca/omron-connect-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page