Skip to main content

Netz OÖ eService API

A Python wrapper for the unofficial Netz Oberösterreich eService-Portal API.

coverage-badge Version CI

Getting started

pip install netzooe_eservice_api

Usage

import asyncio
from typing import Any

from netzooe_eservice_api.api import NetzOOEeServiceAPI

from aiohttp import ClientSession


async def main():
    async with ClientSession() as session:
        client: NetzOOEeServiceAPI = NetzOOEeServiceAPI(
            username="test",
            password="test",
            session=session,
        )

        # Get dashboard data
        dashboard: dict[str, Any] = await client.dashboard()

        for dashboard_contract_accounts in dashboard["contractAccounts"]:
            # Get contract accounts data
            contract_accounts: dict[str, Any] = await client.contract_accounts(
                business_partner_number=dashboard_contract_accounts["businessPartnerNumber"],
                contract_account_number=dashboard_contract_accounts["contractAccountNumber"],
            )


asyncio.run(main())

Changelog

The changelog lives in the CHANGELOG.md document. The format is based on Keep a Changelog.

Get Involved

The Netz OÖ eService-Portal API is an open-source project and contributions are welcome. You can:

  • Report issues or request new features
  • Improve documentation
  • Contribute code
  • Support the project by starring it on GitHub ⭐

I'm happy about your contributions to the project! You can get started by reading the CONTRIBUTING.md.

Download files

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

Source Distribution

netzooe_eservice_api-1.1.1.tar.gz (91.1 kB view details)

Uploaded Source

Built Distribution

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

netzooe_eservice_api-1.1.1-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file netzooe_eservice_api-1.1.1.tar.gz.

File metadata

  • Download URL: netzooe_eservice_api-1.1.1.tar.gz
  • Upload date:
  • Size: 91.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for netzooe_eservice_api-1.1.1.tar.gz
Algorithm Hash digest
SHA256 caf507d74b6d733432105ef1a73ab2371d356420f01eb92b87c50833bbf40f0f
MD5 c10f6274b51fb1f97f32c09157a968b9
BLAKE2b-256 b215da7af7bd1df6086057939ae5808143c50a963b536e3f4fe33930430fa10a

See more details on using hashes here.

File details

Details for the file netzooe_eservice_api-1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for netzooe_eservice_api-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3b32895c4c15562e46dc4a137db355f0c2a9c32e3d5b9b21fbe31231269d768b
MD5 cd0cd50b2b3d51de1d4f134982c0c59b
BLAKE2b-256 e4223ae1b9deb1b691bd0bdbfc79c927431e42fce2ea105bbaca39d96c3a3a97

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.1 This release

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Supported by

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