Metadata-Version: 2.4
Name: endoflife-lib
Version: 0.1.2
Summary: A client for fetching end-of-life and product data from endoflife.date
Author-email: Joshua Shen <joshshen2012@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/joshsh02/endoflife-lib
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.0
Dynamic: license-file

# endoflife-lib

A lightweight Python library for retrieving release and product end-of-life data from [endoflife.date](https://endoflife.date).

---

## Features

- Fetch product release data asynchronously using `aiohttp`
- Easy integration with Home Assistant or other async Python projects
- Custom exceptions for better error handling

---

## Installation

Install the latest release from PyPI:

```bash
pip install endoflife-lib
