Metadata-Version: 2.1
Name: yahoo-parser
Version: 3.0.0
Summary: Parse json response from Yahoo Fantasy API
Project-URL: Documentation, https://github.com/fantasy-sidelines/yahoo-parser#readme
Project-URL: Issues, https://github.com/fantasy-sidelines/yahoo-parser/issues
Project-URL: Source, https://github.com/fantasy-sidelines/yahoo-parser
Author-email: Tim Cuddeback <cuddebtj@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: data,fantasy,football,json,parse,yahoo
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Requires-Dist: loguru
Requires-Dist: polars
Requires-Dist: pyarrow
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: python-dotenv
Requires-Dist: pytz
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# yahoo-parser

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

-----

**Table of Contents**

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

## Installation

```console
pip install yahoo-parser
```

## License

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