pysol-cards


Namepysol-cards JSON
Version 0.18.0 PyPI version JSON
download
home_pagehttps://github.com/shlomif/pysol_cards
SummaryDeal PySol FC Cards
upload_time2024-09-15 13:48:21
maintainerNone
docs_urlNone
authorShlomi Fish
requires_pythonNone
license3-clause BSD
keywords pysol_cards
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==============================================================================
pysol_cards.  Deal PySol FC Cards
==============================================================================
:Info: This is the README file for pysol_cards.
:Author: Shlomi Fish <shlomif@cpan.org>
:Copyright: © 2020, Shlomi Fish.
:Date: 2024-09-15
:Version: 0.18.0

.. index: README
.. image:: https://travis-ci.org/shlomif/pysol_cards.svg?branch=master
   :target: https://travis-ci.org/shlomif/pysol_cards

===============================
pysol_cards
===============================

Deal PySol FC Cards

The pysol-cards python modules allow the python developer to generate the
initial deals of some PySol FC games. It also supports PySol legacy deals
and Microsoft FreeCell / Freecell Pro deals.

* Free software: Expat license
* Documentation: pydoc
* Source: https://github.com/shlomif/pysol_cards
* Bugs: https://github.com/shlomif/pysol_cards/issues

--------

Example:
--------

::

        from pysol_cards.cards import CardRenderer
        from pysol_cards.deal_game import Game
        from pysol_cards.random_base import RandomBase
        ms24_str = Game(
            game_id="freecell",
            game_num=24,
            which_deals=RandomBase.DEALS_MS,
            max_rank=13
        ).calc_layout_string(
            CardRenderer(print_ts=True)
        )
        print(ms24_str, end='')

COPYRIGHT
---------
Copyright © 2020, Shlomi Fish.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions, and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions, and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of the author of this software nor the names of
   contributors to this software may be used to endorse or promote
   products derived from this software without specific prior written
   consent.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shlomif/pysol_cards",
    "name": "pysol-cards",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pysol_cards",
    "author": "Shlomi Fish",
    "author_email": "shlomif@cpan.org",
    "download_url": "https://files.pythonhosted.org/packages/cb/8d/967a50fde0877b5353c75e907de8bd2135ad3ad2f754c83092534a2fa4ba/pysol_cards-0.18.0.tar.gz",
    "platform": "any",
    "description": "==============================================================================\npysol_cards.  Deal PySol FC Cards\n==============================================================================\n:Info: This is the README file for pysol_cards.\n:Author: Shlomi Fish <shlomif@cpan.org>\n:Copyright: \u00a9 2020, Shlomi Fish.\n:Date: 2024-09-15\n:Version: 0.18.0\n\n.. index: README\n.. image:: https://travis-ci.org/shlomif/pysol_cards.svg?branch=master\n   :target: https://travis-ci.org/shlomif/pysol_cards\n\n===============================\npysol_cards\n===============================\n\nDeal PySol FC Cards\n\nThe pysol-cards python modules allow the python developer to generate the\ninitial deals of some PySol FC games. It also supports PySol legacy deals\nand Microsoft FreeCell / Freecell Pro deals.\n\n* Free software: Expat license\n* Documentation: pydoc\n* Source: https://github.com/shlomif/pysol_cards\n* Bugs: https://github.com/shlomif/pysol_cards/issues\n\n--------\n\nExample:\n--------\n\n::\n\n        from pysol_cards.cards import CardRenderer\n        from pysol_cards.deal_game import Game\n        from pysol_cards.random_base import RandomBase\n        ms24_str = Game(\n            game_id=\"freecell\",\n            game_num=24,\n            which_deals=RandomBase.DEALS_MS,\n            max_rank=13\n        ).calc_layout_string(\n            CardRenderer(print_ts=True)\n        )\n        print(ms24_str, end='')\n\nCOPYRIGHT\n---------\nCopyright \u00a9 2020, Shlomi Fish.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions, and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions, and the following disclaimer in the\n   documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the author of this software nor the names of\n   contributors to this software may be used to endorse or promote\n   products derived from this software without specific prior written\n   consent.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
    "bugtrack_url": null,
    "license": "3-clause BSD",
    "summary": "Deal PySol FC Cards",
    "version": "0.18.0",
    "project_urls": {
        "Homepage": "https://github.com/shlomif/pysol_cards"
    },
    "split_keywords": [
        "pysol_cards"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb8d967a50fde0877b5353c75e907de8bd2135ad3ad2f754c83092534a2fa4ba",
                "md5": "f7885910b4741faf0e6a9d058a33988d",
                "sha256": "29196eadd51a54a7bf853d0aecba168853903a24803b8554713e8c7fcc732c2c"
            },
            "downloads": -1,
            "filename": "pysol_cards-0.18.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7885910b4741faf0e6a9d058a33988d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18103,
            "upload_time": "2024-09-15T13:48:21",
            "upload_time_iso_8601": "2024-09-15T13:48:21.834719Z",
            "url": "https://files.pythonhosted.org/packages/cb/8d/967a50fde0877b5353c75e907de8bd2135ad3ad2f754c83092534a2fa4ba/pysol_cards-0.18.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 13:48:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shlomif",
    "github_project": "pysol_cards",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "pysol-cards"
}
        
Elapsed time: 0.29402s