This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
mtg_card_processor.py – Download, sanitise and group MTGJSON AtomicCards | |
======================================================================== | |
**Last updated:** 2025-06-14 (newline normalisation) | |
*Downloads ➜ prunes ➜ ASCII-cleans ➜ groups ➜ outputs JSON/YAML* | |
----------------- | |
Quick usage | |
----------- | |
```bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to GitHub Pages | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
jobs: | |
deploy: |