penny-dreadful-tools
https://github.com/pennydreadfulmtg/penny-dreadful-tools
Python
A suite of tools for the pdmtgo community
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to penny-dreadful-tools
Help out
- Issues
- Use load_disjoint_archetpes and use the is_leaf/"Other" trick from views/metagame to display a more useful list on /archetypes/ when not in (initial) preorder (so that Aggro is "Other Aggro" and includes only the stats of decks not already accounted for in descendant nodes)
- We should use a technique like this – https://chartio.com/resources/tutorials/how-to-rename-a-database-in-mysql/ – to "swap out" the cards db instead of blowing it away and then trying to build it
- The entries in the season dropdown (which is getting very long) could be darker if the page will have results (player was active, card was legal, etc.)
- Support out-of-order mana symbols like `ww2` in card search
- When supporting `is:spell` and `is:permanent` in card search it would be better to use a central location for this info
- Support comparison between power and toughness (and other attrs?) in card search
- Support >, >=. <, <= operators in 'mana:' in search
- Support 'devotion:' in search
- Add more tests until we have a test (and support) for everything on https://scryfall.com/docs/syntax
- if only one match player is in a tournament, pdbot reports it to #tournament room
- Docs
- Python not yet supported