Skip to content

Commit

Permalink
Some meta content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed May 10, 2024
1 parent 7accd99 commit e5274bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============

Expand Down Expand Up @@ -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.

Expand Down
7 changes: 2 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit e5274bf

Please sign in to comment.