Metadata-Version: 2.1
Name: hexproof
Version: 0.3.7
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)
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: omnitils (>=1.4.3,<2.0.0)
Requires-Dist: pydantic (>=2.9.2)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tomli (>=2.0.2)
Requires-Dist: tomlkit (>=0.13.2)
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.

<div align="center" markdown="1" style="font-size: large;">

   [![PyPi Release](https://img.shields.io/pypi/v/hexproof?color=white)](https://github.com/Investigamer/mtg-vectors/releases/latest)
   ![GitHub last commit](https://img.shields.io/github/last-commit/Investigamer/hexproof?label=last-commit&color=blue)
   [![GitHub License](https://img.shields.io/github/license/Investigamer/hexproof?color=black)](https://www.tldrlegal.com/license/mozilla-public-license-2-0-mpl-2)
   ![Static Badge](https://img.shields.io/badge/python-3.10%E2%80%943.12-yellow?color=red)
   [![Discord](https://img.shields.io/discord/889831317066358815?label=discord&color=green)](https://discord.gg/magicproxies)

</div>

## 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.

