# 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
```bash
pip install aemo-nmi-lookup
```
## Usage
```python
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
[Ian Connor](https://github.com/iconnor)
Raw data
{
"_id": null,
"home_page": "https://github.com/powston/aemo_nmi_info",
"name": "aemo-nmi-info",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Ian Connor",
"author_email": "ian@powston.com",
"download_url": "https://files.pythonhosted.org/packages/16/67/2357ac3d6e4f1d3bf16e2ffbf1b5dadf481dceba4a296ba28badd0cae3f7/aemo_nmi_info-0.0.2.tar.gz",
"platform": null,
"description": "# AEMO NMI Lookup\n\n## Introduction\n\nThe 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.\n\n## Installation\n\n```bash\npip install aemo-nmi-lookup\n```\n\n## Usage\n\n```python\nfrom aemo_nmi_info import nmi_lookup\n\nnmi = '8001234567'\nstate, participant_id = nmi_lookup(nmi)\n\nprint(f'State: {state}')\nprint(f'Participant ID: {participant_id}')\n```\n\n# License\nMIT (c) 2024 Ian Connor\n\n# Author\n[Ian Connor](https://github.com/iconnor)\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A package to look up AEMO NMI information",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/powston/aemo_nmi_info"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8f7eb73193aa80b66ff64fef39a4a867506e897297c58e81b426aaa558cfd12c",
"md5": "41a82d26977ecb2b8d0b256b41ce0375",
"sha256": "fcad559ca04535553ad045c67a759cd8977fdf81e88c3efc32991e0cbf7332b8"
},
"downloads": -1,
"filename": "aemo_nmi_info-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "41a82d26977ecb2b8d0b256b41ce0375",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3103,
"upload_time": "2024-08-15T07:01:58",
"upload_time_iso_8601": "2024-08-15T07:01:58.225452Z",
"url": "https://files.pythonhosted.org/packages/8f/7e/b73193aa80b66ff64fef39a4a867506e897297c58e81b426aaa558cfd12c/aemo_nmi_info-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16672357ac3d6e4f1d3bf16e2ffbf1b5dadf481dceba4a296ba28badd0cae3f7",
"md5": "2ce7da2ea7488fdb3291d93093fe7a53",
"sha256": "79f6510d3daec8c2a82070e2affdea66bd8f0ff24a44a2452ca9e299a1ae0ede"
},
"downloads": -1,
"filename": "aemo_nmi_info-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "2ce7da2ea7488fdb3291d93093fe7a53",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2437,
"upload_time": "2024-08-15T07:02:01",
"upload_time_iso_8601": "2024-08-15T07:02:01.317973Z",
"url": "https://files.pythonhosted.org/packages/16/67/2357ac3d6e4f1d3bf16e2ffbf1b5dadf481dceba4a296ba28badd0cae3f7/aemo_nmi_info-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-15 07:02:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "powston",
"github_project": "aemo_nmi_info",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aemo-nmi-info"
}