Card is a class that contains properties that are found on your everyday playing card, i.e. rank and suit. CardCollection is a class used to construct various types of card collections. For example, ...
This is intended to be a pure Python implementation of something like python-magic. This means it should work on all platforms that can run Python as it does not require external binaries like ...