Metadata-Version: 2.1
Name: mpan
Version: 2.0.0
Summary: A parsing library for the UK's MPAN energy standard
Home-page: https://github.com/limejump/mpan
License: MIT
Author: Limejump Developers
Author-email: opensource@limejump.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: faker
Provides-Extra: mimesis
Requires-Dist: Faker (>=10.0.0,<11.0.0); extra == "faker"
Requires-Dist: coverage[toml] (>=6.2,<7.0)
Requires-Dist: mimesis (>=5.1.0,<6.0.0); extra == "mimesis"
Project-URL: Documentation, https://github.com/limejump/mpan
Project-URL: Repository, https://github.com/limejump/mpan
Description-Content-Type: text/markdown

[![Limejump logo](https://raw.githubusercontent.com/limejump/mpan/master/docs/logo.png)](https://limejump.com/)


# mpan

[![PyPI](https://img.shields.io/pypi/pyversions/mpan)](https://pypi.org/project/mpan)
[![PyPI](https://img.shields.io/pypi/wheel/mpan)](https://pypi.org/project/mpan)
[![License](https://img.shields.io/pypi/l/mpan)](https://mit-license.org/)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
![100% Coverage](https://img.shields.io/badge/coverage-100%25-4ec820.svg)

A library to help you parse the UK energy industry's MPAN number format.

## Links

* [Official documentation](https://limejump.github.io/mpan/)
* [Wikipedia article on the MPAN standard](https://en.wikipedia.org/wiki/Meter_Point_Administration_Number)

