Metadata-Version: 2.1
Name: libtaipower
Version: 0.0.2
Summary: A library for retrieving Taipower data.
Home-page: https://github.com/qqaatw/libtaipower
Author: Allan Lin
Author-email: qqaatw@gmail.com
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/qqaatw/libtaipower/issues
Project-URL: Documentation, https://libtaipower.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Taipower Library

[![CI](https://github.com/qqaatw/libtaipower/workflows/CI/badge.svg)](https://github.com/qqaatw/libtaipower/actions)
[![codecov](https://codecov.io/gh/qqaatw/libtaipower/branch/main/graph/badge.svg?token=W147MOH1T0)](https://codecov.io/gh/qqaatw/libtaipower)
[![docs](https://readthedocs.org/projects/libtaipower/badge/?version=latest)](https://libtaipower.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/libtaipower.svg?color=%23007ec6)](https://pypi.python.org/pypi/libtaipower/)
[![Python Versions](https://img.shields.io/pypi/pyversions/libtaipower.svg)](https://pypi.python.org/pypi/libtaipower/)
[![Downloads](https://pepy.tech/badge/libtaipower)](https://pepy.tech/project/libtaipower)

## Feature

A Python library for retrieving Taipower data.

## Supported devices

- Taipower AMI electric meter 臺電 AMI 電錶
    - AMI info (quarter/hourly/daily/monthly) AMI 資訊 (十五分/每小時/每日/每月)
    - AMI bill AMI 帳單
    - Bill records 帳單紀錄
- ~~Taipower electric meter 臺電一般電錶~~
    - ~~Bill records 帳單紀錄~~

## Installation

### Python Library

    pip install libtaipower

### Home Assistant Integration

See [taipower-ha](https://github.com/qqaatw/taipower-ha).

## Documentation

See [docs](https://libtaipower.readthedocs.io/en/latest/).

## License

Apache License 2.0


