Metadata-Version: 1.1
Name: pyCardDeck
Version: 1.1.2
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

        ==========

        

        Status

        ------

        

        .. list-table::

            :widths: 30 30

        

            * - License

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

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

                        :alt: MIT License

            * - Versioning

              -     .. image:: https://badge.fury.io/py/pyCardDeck.svg

                        :target: https://badge.fury.io/py/pyCardDeck

                        :alt: pypi

                    .. image:: https://requires.io/github/iScrE4m/pyCardDeck/requirements.svg?branch=master

                         :target: https://requires.io/github/iScrE4m/pyCardDeck/requirements/?branch=master

                         :alt: Requirements Status

            * - Documentation

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

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

                        :alt: Documentation Status

            * - Tests

              -     .. image:: https://travis-ci.org/iScrE4m/pyCardDeck.svg?branch=master

                        :target: https://travis-ci.org/iScrE4m/pyCardDeck

                        :alt: Travis CI

                    .. image:: https://codeclimate.com/github/iScrE4m/pyCardDeck/badges/coverage.svg

                       :target: https://codeclimate.com/github/iScrE4m/pyCardDeck/coverage

                       :alt: Test Coverage

            * - Code Quality

              -     .. image:: https://landscape.io/github/iScrE4m/pyCardDeck/master/landscape.svg?style=flat

                       :target: https://landscape.io/github/iScrE4m/pyCardDeck/master

                       :alt: Code Health

                    .. image:: https://codeclimate.com/github/iScrE4m/pyCardDeck/badges/gpa.svg

                       :target: https://codeclimate.com/github/iScrE4m/pyCardDeck

                       :alt: Code Climate

                    .. image:: https://codeclimate.com/github/iScrE4m/pyCardDeck/badges/issue_count.svg

                       :target: https://codeclimate.com/github/iScrE4m/pyCardDeck

                       :alt: Issue Count

        

        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 Python 3.3+, for requirements look at requirements.txt in the repository.

        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)

        

        Documentation

        ~~~~~~~~~~~~~

        

        http://pycarddeck.readthedocs.io/en/latest/?badge=latest
Keywords: cards deck card game shuffle draw discard
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
