Metadata-Version: 1.1
Name: pyCardDeck
Version: 1.1.0.dev1
Summary: Logic for decks with cards
Home-page: https://www.djetelina.cz/project/pycarddeck/
Author: David Jetelina
Author-email: david@djetelina.cz
License: MIT
Description: pyCardDeck

        ==========

        

        .. image:: https://readthedocs.org/projects/pycarddeck/badge/?version=latest

            :target: http://pycarddeck.readthedocs.io/en/latest/?badge=latest

            :alt: Documentation Status

        

        .. image:: https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000

            :target: https://opensource.org/licenses/MIT

            :alt: MIT License

        

        Library aimed at anyone who wants to do any kind of deck manipulation in python.

        So probably game developers. The goal is to have the ultimate library for all of this,

        supporting all kinds of game types with clean and beautiful API - kind of like requests :)

        

        For developers

        --------------

        

        The library will support only Python 3 and up, with py.test as the only required library.

        Always aim to write clean and readable code, make sure your tests are passing, document in docstrings (rst format)

        and when writing new modules, classes or functions, add them to docs (we are using Shpinx autodocs)

        

        TODO

        ~~~~

        

        * Write examples
Keywords: cards deck card game shuffle draw discard
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
