Metadata-Version: 2.1
Name: ytph
Version: 0.0.14
Project-URL: Documentation, https://github.com/unknown/ytph#readme
Project-URL: Issues, https://github.com/unknown/ytph/issues
Project-URL: Source, https://github.com/unknown/ytph
Author-email: yanivtoledano <yanivtoledano@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: email-validator
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: schwifty
Description-Content-Type: text/markdown

# ytph

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

-----

**Table of Contents**

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

## Installation

```console
pip install ytph
```

## License

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


## Release Process

1. Find current version: `hatch version` (e.g., 0.0.4)
2. Upgrade version: `hatch version "0.0.5"`
3. Build: `hatch build`
4. Publish: `hatch publish`
