From e5274bf389346a70b1d44e8c81765da3a9237f7c Mon Sep 17 00:00:00 2001 From: George Leslie-Waksman Date: Fri, 10 May 2024 14:34:28 -0700 Subject: [PATCH] Some meta content updates --- README.rst | 13 ++++++++++++- TODO.md | 7 ++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 16e8130..43e182e 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,14 @@ As a matter of convenience, you can store the created spreadsheet in Dropbox, Google Drive, or the like and access your collection from anywhere. +Mana Pool +========= + +Please also check out my other major Magic: the Gathering project, +`Mana Pool`_; buying your cards there helps support my morale. + +.. _Mana Pool: https://manapool.com + Installation ============ @@ -139,7 +147,10 @@ Then configure the format to Excel A1: Contributions ============= -Pull requests are welcome and contributions are greatly appreciated. +Pull requests are welcome and contributions are greatly appreciated. If you +would like to contribute, please be sure that all tests and lint checks +pass. Also consider running `python -m tests.gen_testdata` to ensure that +everything is up to date and works. Issues can be reported via GitHub. diff --git a/TODO.md b/TODO.md index 8377015..30f5299 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,8 @@ # TODO -- Add an xlsx dialect that only creates tabs for sets with - cards present in the collection +- Add an xlsx dialect that only creates tabs for sets with cards present in the collection? - Group sets by parent set is xlsx output? - Block? probably not - diffs to stdout - Update card_count for sets when processing bundle filters -- Can we read images from icon_svg_uri in sets, rasterize, and - insert the set icons in the xlsx "All Sets" page? -- Can we switch to hatchling as our build system? +- Switch to hatchling as our build system?