Metadata-Version: 2.0
Name: SimplePlayingCards
Version: 1.1.0
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
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

Simple Playing Cards
====================
A python module to ease making cards games.

``make`` on it's own will run the clean up after the last build, run the
tests and install the package into your local ``site-packages`` tree (on
Linux, ``$USER/.local/lib/python[2,3]/site-packages/playingcards``).

Testing
-------
``make test`` will run the tests.

Cleaning
--------
``make clean`` will clean up after the last build, removing the dist and
build directories and any ``.pyc`` files.

Developing
----------
Fork me and make pull requests for updates.

``make local`` will install into your local ``site-packages`` tree.

Image License
-------------
The images are from http://wheels-cards.wc.lt/ and 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/ ------------------------


