Metadata-Version: 2.4
Name: pyanglianwater
Version: 2.1.0
Summary: A package to interact with Anglian Water
Home-page: http://github.com/pantherale0/pyanglianwater
Author: pantherale0
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyjwt<3,>=2.6
Requires-Dist: aiohttp>=3
Requires-Dist: cryptography>=46
Provides-Extra: dev
Requires-Dist: bandit<1.9,>=1.7; extra == "dev"
Requires-Dist: black<26,>=24; extra == "dev"
Requires-Dist: build<1.4,>=1.1; extra == "dev"
Requires-Dist: flake8==7.*; extra == "dev"
Requires-Dist: isort<8,>=5; extra == "dev"
Requires-Dist: mypy<1.17,>=1.9; extra == "dev"
Requires-Dist: pytest<10,>=8; extra == "dev"
Requires-Dist: pytest-cov<8,>=4; extra == "dev"
Requires-Dist: twine<7,>=4; extra == "dev"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<div align="center">

# pyanglianwater

A module to interact with Anglian Water and retrieve smart meter usage.

[![Build Status](https://github.com/pantherale0/pyanglianwater/workflows/build/badge.svg)](https://github.com/pantherale0/pyanglianwater/actions)
[![Coverage Status](https://coveralls.io/repos/github/pantherale0/pyanglianwater/badge.svg?branch=main)](https://coveralls.io/github/pantherale0/pyanglianwater?branch=main)
[![PyPi](https://img.shields.io/pypi/v/pyanglianwater)](https://pypi.org/project/pyanglianwater)
[![Licence](https://img.shields.io/github/license/pantherale0/pyanglianwater)](LICENSE)

<img src="https://raw.githubusercontent.com/justintime50/assets/main/src/python-template/showcase.png" alt="Showcase">

</div>

## Install

```bash
# Install tool
pip3 install pyanglianwater

# Install locally
just install
```

## Usage

TODO

## Development

```bash
# Get a comprehensive list of development tools
just --list
```
