Metadata-Version: 1.1
Name: Python-Card-Game
Version: 0.1.0
Summary: A simple python module that implements a few classes need to construct a card game
Home-page: https://github.com/cosgroma/Python-Card-Game
Author: Mathew Cosgrove
Author-email: cosgroma@gmail.com
License: ISCL
Description: ===============================
        Python-Card-Game
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/Python-Card-Game.svg
                :target: https://pypi.python.org/pypi/Python-Card-Game
        
        .. image:: https://travis-ci.org/cosgroma/Python-Card-Game.svg?branch=master
                :target: https://travis-ci.org/cosgroma/Python-Card-Game
        
        .. image:: http://readthedocs.org/projects/python-card-game/badge/?version=latest
                :target: http://python-card-game.readthedocs.org/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        A simple python module that implements a few classes need to contruct a card game
        
        Card game using pygame.  Uses a custom card engine to help with GUI
        
        * Free software: ISC license
        * Documentation: https://Python-Card-Game.readthedocs.org.
        
        Setup
        ------------------
        
        use the requirements document in CardEngine and run the following
        
        $ pip install `cat pycardgame.req`
        
        let me know if you have issues getting your python configured
        Mine is: Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32 We don't want python-3000
        
        
        Features
        --------
        
        * None
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        For Fun
        ------------------
        
        Checkout markdown developed by daringfireball_.
        
        .. _daringfireball: https://daringfireball.net/projects/markdown/syntax
        
        
        
        
        
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-1-22)
        ------------------
        
        * First release on PyPI.
        
Keywords: python_card_game
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
