aboutsummaryrefslogtreecommitdiff
path: root/poker/rank/hands.py
AgeCommit message (Collapse)Author
2022-12-15feat: Hand ranking APIPaul Harrison
Hand ranking API with a health check root endpoint and rank endpoint.
2022-12-15feat: Construct ranked hand with descriptionPaul Harrison
Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function.
2022-12-15feat: Get hand rankPaul Harrison
Method to get rank of a given hand.