Metadata-Version: 2.3
Name: google_air_quality_api
Version: 1.0.0
Summary: Python module to talk to Google Air Quality API.
License: MIT
Author: Thomas Peter Protzner
Author-email: thomas.protzner@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: mashumaro (>=3.12,<4.0.0)
Project-URL: Documentation, https://github.com/Thomas55555/python-google-air-quality-api
Project-URL: Homepage, https://github.com/Thomas55555/python-google-air-quality-api
Project-URL: Issues, https://github.com/Thomas55555/aioautomower/issues
Project-URL: Repository, https://github.com/Thomas55555/python-google-air-quality-api
Description-Content-Type: text/markdown

# Google Air Quality API

[![codecov](https://codecov.io/gh/Thomas55555/python-google-air-quality-api/graph/badge.svg?token=mCoquN2d11)](https://codecov.io/gh/Thomas55555/python-google-air-quality-api)
[![Python Versions](https://img.shields.io/pypi/pyversions/google_air_quality_api)](https://pypi.org/project/google_air_quality_api/)
[![License](https://img.shields.io/github/license/Thomas55555/python-google-air-quality-api.svg)](LICENSE.md)

A python client library for the Google Air Quality API.

The Google Google Air API allows to get air qulaity information.
See [Google Air Quality APIs](https://developers.google.com/maps/documentation/air-quality/overview)
for more details on how to integrate Google Air Quality with your application.

## Background

This is a thin wrapper around the API used for a very lightweight abstraction. The
primary use case is for Home Assistant though can be used for other usages.

