Metadata-Version: 2.4
Name: hexproof
Version: 0.4.1
Summary: A comprehensive library of Magic the Gathering API utilities.
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
Author-email: Investigamer <dev@hexproof.io>
License-Expression: MPL-2.0
License-File: LICENSE.md
Keywords: api,gathering,hexproof,investigamer,magic,mtg,scryfall
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Games/Entertainment :: Board Games
Requires-Python: <3.15,>=3.10
Requires-Dist: beautifulsoup4<5,>=4.12
Requires-Dist: ijson>=3.4.0.post0
Requires-Dist: loguru<0.8,>=0.7.2
Requires-Dist: omnitils<2,>=1.4.3
Requires-Dist: pydantic>=2.9.2
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: requests<3,>=2.32.4
Requires-Dist: rich>=14.2.0
Requires-Dist: tomli>=2.0.2
Requires-Dist: tomlkit>=0.13.2
Requires-Dist: typer>=0.20.1
Provides-Extra: dev
Requires-Dist: commitizen<4,>=3.25.0; extra == 'dev'
Requires-Dist: mypy<2,>=1.9; extra == 'dev'
Requires-Dist: pytest<9,>=8.1; extra == 'dev'
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://pypi.org/project/hexproof/)
   ![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.13-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.
