Metadata-Version: 2.1
Name: hexproof
Version: 0.3.4
Summary: A comprehensive library of Magic the Gathering API utilities.
License: MPL-2.0
Keywords: hexproof,mtg,scryfall,magic,gathering,api,investigamer
Author: Investigamer
Author-email: hexproofsystems@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment :: Board Games
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)
Project-URL: Changelog, https://github.com/Investigamer/hexproof/blob/main/CHANGELOG.md
Project-URL: Discord, https://discord.gg/magicproxies
Project-URL: Issues, https://github.com/Investigamer/hexproof/issues
Project-URL: Source, https://github.com/Investigamer/hexproof
Project-URL: Sponsor, https://patreon.com/mpcfill
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.

