Metadata-Version: 2.3
Name: pygatherer
Version: 0.7.0
Summary: An API for the gatherer
Home-page: https://pygatherer.readthedocs.io/en/stable/
License: BSD-3-Clause
Keywords: MtG,magic
Author: Stephanos Kuma
Author-email: "Stephanos Kuma" <stephanos@kuma.ai>
Requires-Python: >=3.9
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: beautifulsoup4 (~=4.0)
Requires-Dist: lxml (~=5.0)
Requires-Dist: pathurl (~=0.7)
Requires-Dist: requests (~=2.0)
Project-URL: Documentation, https://pygatherer.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/spapanik/pygatherer
Description-Content-Type: text/markdown

# pygatherer: unofficial python API for the gatherer

[![build][build_badge]][build_url]
[![lint][lint_badge]][lint_url]
[![tests][test_badge]][test_url]
[![license][licence_badge]][licence_url]
[![pypi][pypi_badge]][pypi_url]
[![downloads][pepy_badge]][pepy_url]
[![code style: black][black_badge]][black_url]
[![build automation: yam][yam_badge]][yam_url]
[![Lint: ruff][ruff_badge]][ruff_url]

`pygatherer` is an unofficial python API for the gatherer.

## Links

-   [Documentation]
-   [Changelog]

[build_badge]: https://github.com/spapanik/pygatherer/actions/workflows/build.yml/badge.svg
[build_url]: https://github.com/spapanik/pygatherer/actions/workflows/build.yml
[lint_badge]: https://github.com/spapanik/pygatherer/actions/workflows/lint.yml/badge.svg
[lint_url]: https://github.com/spapanik/pygatherer/actions/workflows/lint.yml
[test_badge]: https://github.com/spapanik/pygatherer/actions/workflows/tests.yml/badge.svg
[test_url]: https://github.com/spapanik/pygatherer/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/pypi/l/pygatherer
[licence_url]: https://pygatherer.readthedocs.io/en/stableLICENSE/
[pypi_badge]: https://img.shields.io/pypi/v/pygatherer
[pypi_url]: https://pypi.org/project/pygatherer
[pepy_badge]: https://pepy.tech/badge/pygatherer
[pepy_url]: https://pepy.tech/project/pygatherer
[black_badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black_url]: https://github.com/psf/black
[yam_badge]: https://img.shields.io/badge/build%20automation-yamk-success
[yam_url]: https://github.com/spapanik/yamk
[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
[ruff_url]: https://github.com/charliermarsh/ruff
[Documentation]: https://pygatherer.readthedocs.io/en/stable/
[Changelog]: https://pygatherer.readthedocs.io/en/stable/CHANGELOG/
