Metadata-Version: 2.1
Name: mtgbinderspine
Version: 0.1.1
Summary: A tool to generate printable labels for binders of Magic: The Gathering cards
Home-page: https://github.com/danwinkler/mtgbinderspine
Author: Dan Winkler
Author-email: dan@danwink.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: CairoSVG (>=2.5.2,<3.0.0)
Requires-Dist: Pillow (>=9.0.1,<10.0.0)
Requires-Dist: click (>=8.0.4,<9.0.0)
Requires-Dist: diskcache (>=5.4.0,<6.0.0)
Requires-Dist: reportlab (>=3.6.8,<4.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: svglib (>=1.2.1,<2.0.0)
Project-URL: Repository, https://github.com/danwinkler/mtgbinderspine
Description-Content-Type: text/markdown

# MTG Binder Spine Generator

Generates an image that can be printed and inserted into the spine of a binder.

## Setup

`poetry install`

## Usage

Generate an image with spines for Throne of Eldraine and Kaladesh:

`poetry run mtgbinderspine eld kld`

