EyeOnWater client library.
Project description
pyonwater
EyeOnWater client library
The usage example:
"""Example showing the EOW Client usage."""
import asyncio
import aiohttp
from pyonwater import Account, Client
async def main() -> None:
"""Main."""
account = Account(
eow_hostname="eyeonwater.com",
username="your EOW login",
password="your EOW password",
)
websession = aiohttp.ClientSession()
client = Client(websession=websession, account=account)
await client.authenticate()
meters = await account.fetch_meters(client=client)
print(f"{len(meters)} meters found")
for meter in meters:
# Read meter info
await meter.read_meter_info(client=client)
print(f"meter {meter.meter_uuid} shows {meter.reading}")
print(f"meter {meter.meter_uuid} info {meter.meter_info}")
# Read historical data
await meter.read_historical_data(client=client, days_to_load=3)
for d in meter.last_historical_data:
print(d)
await websession.close()
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyonwater-0.3.15.tar.gz.
File metadata
- Download URL: pyonwater-0.3.15.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef5e3e2ee65ba4e91bd284277d70284e273f0396531914b6225260738adecf29
|
|
| MD5 |
3c2477fe90f95892f3c6b33237bb43cc
|
|
| BLAKE2b-256 |
3ad31cb3d621392634f38fc8bcfd87677caf2642dd37666f8ce578537372dcf7
|
Provenance
The following attestation bundles were made for pyonwater-0.3.15.tar.gz:
Publisher:
pypi.yaml on kdeyev/pyonwater
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyonwater-0.3.15.tar.gz -
Subject digest:
ef5e3e2ee65ba4e91bd284277d70284e273f0396531914b6225260738adecf29 - Sigstore transparency entry: 330810892
- Sigstore integration time:
-
Permalink:
kdeyev/pyonwater@d81f5d7104b58dff422fb16e6d95868868294510 -
Branch / Tag:
refs/tags/v0.3.15 - Owner: https://github.com/kdeyev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yaml@d81f5d7104b58dff422fb16e6d95868868294510 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyonwater-0.3.15-py3-none-any.whl.
File metadata
- Download URL: pyonwater-0.3.15-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cee871a05a4f719747d34d3e9add1945f59089a3f86ca3b7453794c879b2307
|
|
| MD5 |
888734e43f1e4438ee1d9504eb442f7a
|
|
| BLAKE2b-256 |
02e9f236080fcfa1602debcbe7a14251dd3d382f368657f535d820ba833e6c30
|
Provenance
The following attestation bundles were made for pyonwater-0.3.15-py3-none-any.whl:
Publisher:
pypi.yaml on kdeyev/pyonwater
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyonwater-0.3.15-py3-none-any.whl -
Subject digest:
2cee871a05a4f719747d34d3e9add1945f59089a3f86ca3b7453794c879b2307 - Sigstore transparency entry: 330810933
- Sigstore integration time:
-
Permalink:
kdeyev/pyonwater@d81f5d7104b58dff422fb16e6d95868868294510 -
Branch / Tag:
refs/tags/v0.3.15 - Owner: https://github.com/kdeyev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yaml@d81f5d7104b58dff422fb16e6d95868868294510 -
Trigger Event:
push
-
Statement type: