Metadata-Version: 2.1
Name: hexproof
Version: 0.3.3
Summary: A comprehensive library of Magic the Gathering API utilities.
License: MPL-2.0
Author: Investigamer
Author-email: freethoughtleft@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: omnitils (>=1.2.5,<2.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: tomlkit (>=0.12.4,<0.13.0)
Description-Content-Type: text/markdown

# Hexproof
A comprehensive library of Magic the Gathering API utilities. Standardized utilities and schemas for fetching and 
handling data from MTGJSON, Scryfall, and other Magic the Gathering data sources.

## What is it?
This acts as a submodule for my other project, the [hexproof.io API](https://github.com/Investigamer/hexproof.io).
I intend for this to be a standalone module that other developers can make use of in their own projects, so it will 
be maintained and published separately. Comprehensive documentation is planned in the near future.

