Metadata-Version: 2.3
Name: episode-monitor
Version: 0.1.0
Summary: Monitor wikipedia pages of tv shows and send a notification when new episodes are detected
Requires-Dist: dbus-python>=1.4.0
Requires-Dist: notify2>=0.3.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.5
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# episode-monitor

[![PyPI - Version](https://img.shields.io/pypi/v/episode-monitor.svg)](https://pypi.org/project/episode-monitor)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/episode-monitor.svg)](https://pypi.org/project/episode-monitor)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

### From PyPI

```console
pip install episode-monitor
```
use `pipx` to install into a virtual env, if your operating system does not allow systemwide installations:
```console
pipx install episode-monitor
```

### From source

```console
git clone https://github.com/laszloszurok/episode-monitor
cd episode-monitor
python -m build
pipx install dist/episode-monitor-0.0.1-py3-none-any.whl
```

## License

`episode-monitor` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
