Metadata-Version: 2.1
Name: deckocards
Version: 0.0.1
Summary: Allows you to play with card decks
Home-page: UNKNOWN
Author: Arnold Johnson
Author-email: randomnest74@gmail.com
License: UNKNOWN
Description: # Deck of Cards
        A basic card and deck class for playing around with cards. Cards are objects that have suits and numbers, with an id consisting of the number plus the first letter of the suit. Decks are arrays of card objects with some basic methods.  
        #
        # Getting Started
        All you need to do is
        
        >pip install deckocards
        
        and then you are done.
        
        ### Prerequisites
        You need:
        - Python 3 (preferably 3.6 and above)
        - pip package manager
        
        ## Tests
        There are automated tests built into the deck class. Simply run the **deck.py** file. This tests ensures that the card and deck objects are functioning.
        The output should be a series of decks in the console, along with the number of "flushes" that have occurred.
        
        If no output is produced or an error occurs while running using this package, please email me [here](mailto:randomnest74@gmail.com)
        
        ## Contributions
        Feel welcome to contribute whatever you see fit to this project, as long as it improves its functionality.
        ## License
        The license can be found in the LICENSE.md file.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
