Metadata-Version: 2.4
Name: wtyt
Version: 0.1.0
Summary: Makeshift Webtoon integration for Yamtrack
Author: GideonBear
Author-email: GideonBear <dig-sultry-sedate@duck.com>
License-Expression: GPL-3.0-only
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Dist: browser-cookie3>=0.20.1
Requires-Dist: catbox-api>=1.3
Requires-Dist: requests>=2.33.1
Requires-Dist: webtoon-api>=0.1
Requires-Python: >=3.14
Project-URL: bugs, https://github.com/GideonBear/wtyt/issues
Project-URL: homepage, https://github.com/GideonBear/wtyt
Description-Content-Type: text/markdown

# wtyt

## Installation

```bash
# Using uv (will automatically install Python if necessary):
uv tool install wtyt
# Using pipx:
pipx install wtyt
# Using pip:
pip install wtyt
```

## Python version support

This project will only ever support the latest released minor version of python, but will most likely work on older
versions as well. Change `requires-python` manually in `pyproject.toml` if necessary.
