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
- When you visit any page for some reason view.notice_html gets called twice
- Update kick off and pd500 pages to say we used wotc-standard swiss rounds and list them there
- When deck_name finds a deck that is only a version ("version 2") it should supply colors and archetype like we do for other "empty" deck names
- Now that decks canonically have `v\d[\.\d]*` in their normalized name if they have a deck version we could transform it on output
- Orzhov Tokens 1.1: not even sure if i need the black sanitizes to Tokens v1.1: Not Even Sure if I Need the Orzhov -- can we do better with double color situations, maybe by just excluding them?
- deck_name can (and should) know archetype names to allow casing something like AggroSlide as AggroSlide and not Aggroslide - and lowercase known mtgo usernames also possibly
- deck_name doesn't do very much with hyphens because hyphens can really be part of words, but they are also all over the place in a bad way
- [PD2] Big Blue sanitizes to `2] Big Blue` if the deck's season_id because of the limits of regex
- Deck - Penny31LakeTrickery(2) sanitizes to Penny31laketrickery(2) -- can we do any better?
- The rules system should accomodate a couple of things
- Docs
- Python not yet supported