Metadata-Version: 1.1
Name: SimplePlayingCards
Version: 1.0.39
Summary: Simple pair of classes to represent playing cards in python games
Home-page: https://github.com/ccdale/playingcards
Author: Chris Allison
Author-email: chris.charles.allison+playingcards@gmail.com
License: MIT
Download-URL: https://github.com/ccdale/playingcards
Description: # playingcards
        A python module to ease making card games. 
        
        `make` on it's own will run the tests and install the package into your local `site-packages` tree.
        
        ## Testing
        `make test` will run the tests.
        
        ## Cleaning
        `make clean` will clean up after the tests.
        
        ## Developing
        `make local` will install into your `~/.local/lib/python3.x/site-packages` tree.
        
        ### Image License
        The images have the following license:
        
        --------------------------- http://wheels-cards.wc.lt/ ---------------------------
        
        High quality PNG playing cards - 537x750
        
        Terms of Use:
        
        - These playing cards (cards, joker, ace of spades, card back, card box) are not intended for commercial use and to obtain any commercial benefits!
        - These playing cards can not be printed!
        - Personal use only!
        
        --------------------------- http://wheels-cards.wc.lt/ ---------------------------
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
