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.0.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.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: omron_connect_api-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 7496cde0b1806c470abdf75730197e91cd351280d14c2465833600fa8e8c7282
MD5 93d4583ec7a3a354557042266ff732f8
BLAKE2b-256 f49598a91372a5776de32cf352a28d757ecba2d5f400fe101fa262cdf203b4c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for omron_connect_api-0.1.0.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.0-py3-none-any.whl.

File metadata

File hashes

Hashes for omron_connect_api-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6718b7369ff5d9ab07210bbd97fd1e94cebdd1c38f5e9c031eaa2a751807147a
MD5 00975d8cb6221dc9a66c49ddf455c9c0
BLAKE2b-256 83e0d4a10f6a1f9f24d7293cd949939129010df858444f99ee46bbe0bef61a77

See more details on using hashes here.

Provenance

The following attestation bundles were made for omron_connect_api-0.1.0-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