Metadata-Version: 2.1
Name: nemreader
Version: 0.7.2
Summary: Parse NEM12 and NEM13 metering data files
Home-page: https://github.com/aguinane/nem-reader
Author: Alex Guinman
Author-email: alex@guinman.id.au
License: MIT
Project-URL: Bug Tracker, https://github.com/aguinane/nem-reader/issues
Project-URL: Documentation, https://nem-reader.readthedocs.io/en/latest/
Keywords: energy,NEM12,NEM13
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: cli
Provides-Extra: test
License-File: LICENSE

# nem-reader

[![PyPI version](https://badge.fury.io/py/nemreader.svg)](https://badge.fury.io/py/nemreader) ![Python package](https://github.com/aguinane/nem-reader/workflows/Python%20package/badge.svg?branch=develop) [![Coverage Status](https://coveralls.io/repos/github/aguinane/nem-reader/badge.svg)](https://coveralls.io/github/aguinane/nem-reader) [![Documentation Status](https://readthedocs.org/projects/nem-reader/badge/?version=latest)](https://nem-reader.readthedocs.io/en/latest/?badge=latest)

The Australian Energy Market Operator (AEMO) defines a [Meter Data File Format (MDFF)](https://www.aemo.com.au/Stakeholder-Consultation/Consultations/Meter-Data-File-Format-Specification-NEM12-and-NEM13) for reading energy billing data.
This library sets out to parse these NEM12 (interval metering data) and NEM13 (accumulated metering data) data files into a useful python object, for use in other projects.

---

**[Read the documentation on ReadTheDocs!](https://nem-reader.readthedocs.io/en/latest/)**

---
## Install

Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/):

```sh
pip install nemreader
```

