A package to look up AEMO NMI information
Project description
AEMO NMI Lookup
Introduction
The Australian Energy Market Operator (AEMO) is responsible for operating the National Electricity Market (NEM) and the Wholesale Electricity Market (WEM) in Western Australia. AEMO assigns a unique identifier to each electricity metering installation in the NEM and WEM, known as the National Meter Identifier (NMI). The NMI is a 10-character alphanumeric code that is used to identify the location of the metering installation.
Installation
pip install aemo-nmi-lookup
Usage
from aemo_nmi_info import nmi_lookup
nmi = '8001234567'
state, participant_id = nmi_lookup(nmi)
print(f'State: {state}')
print(f'Participant ID: {participant_id}')
License
MIT (c) 2024 Ian Connor
Author
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
aemo_nmi_info-0.0.2.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file aemo_nmi_info-0.0.2.tar.gz
.
File metadata
- Download URL: aemo_nmi_info-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79f6510d3daec8c2a82070e2affdea66bd8f0ff24a44a2452ca9e299a1ae0ede |
|
MD5 | 2ce7da2ea7488fdb3291d93093fe7a53 |
|
BLAKE2b-256 | 16672357ac3d6e4f1d3bf16e2ffbf1b5dadf481dceba4a296ba28badd0cae3f7 |
File details
Details for the file aemo_nmi_info-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: aemo_nmi_info-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcad559ca04535553ad045c67a759cd8977fdf81e88c3efc32991e0cbf7332b8 |
|
MD5 | 41a82d26977ecb2b8d0b256b41ce0375 |
|
BLAKE2b-256 | 8f7eb73193aa80b66ff64fef39a4a867506e897297c58e81b426aaa558cfd12c |