{"id":28609864,"url":"https://github.com/djetelina/pyCardDeck","last_synced_at":"2025-06-11T22:07:25.156Z","repository":{"id":51302566,"uuid":"65937420","full_name":"djetelina/pyCardDeck","owner":"djetelina","description":"Deck of cards with all the logic, so you don't have to!","archived":false,"fork":false,"pushed_at":"2021-05-17T02:12:16.000Z","size":124,"stargazers_count":29,"open_issues_count":2,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-04T11:49:32.202Z","etag":null,"topics":["cards","deck","package","pip","python","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djetelina.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-17T19:52:19.000Z","updated_at":"2024-11-13T07:11:05.000Z","dependencies_parsed_at":"2022-09-24T16:21:50.061Z","dependency_job_id":null,"html_url":"https://github.com/djetelina/pyCardDeck","commit_stats":null,"previous_names":["iscre4m/pycarddeck"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/djetelina/pyCardDeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djetelina%2FpyCardDeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djetelina%2FpyCardDeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djetelina%2FpyCardDeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djetelina%2FpyCardDeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djetelina","download_url":"https://codeload.github.com/djetelina/pyCardDeck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djetelina%2FpyCardDeck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259352867,"owners_count":22844740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cards","deck","package","pip","python","python3"],"created_at":"2025-06-11T22:02:02.558Z","updated_at":"2025-06-11T22:07:25.151Z","avatar_url":"https://github.com/djetelina.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"pyCardDeck\n==========\n\nStatus\n------\n\n.. list-table::\n    :widths: 30 30\n\n    * - License\n      -     .. image:: https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000\n                :target: https://opensource.org/licenses/MIT\n                :alt: MIT License\n    * - Versioning\n      -     .. image:: https://badge.fury.io/py/pyCardDeck.svg\n                :target: https://badge.fury.io/py/pyCardDeck\n                :alt: pypi\n            .. image:: https://requires.io/github/iScrE4m/pyCardDeck/requirements.svg?branch=master\n                 :target: https://requires.io/github/iScrE4m/pyCardDeck/requirements/?branch=master\n                 :alt: Requirements Status\n    * - Documentation\n      -     .. image:: https://readthedocs.org/projects/pycarddeck/badge/?version=latest\n                :target: http://pycarddeck.readthedocs.io/en/latest/?badge=latest\n                :alt: Documentation Status\n    * - Tests\n      -     .. image:: https://travis-ci.org/iScrE4m/pyCardDeck.svg?branch=master\n                :target: https://travis-ci.org/iScrE4m/pyCardDeck\n                :alt: Travis CI\n            .. image:: https://codeclimate.com/github/iScrE4m/pyCardDeck/badges/coverage.svg\n               :target: https://codeclimate.com/github/iScrE4m/pyCardDeck/coverage\n               :alt: Test Coverage\n    * - Code Quality\n      -     .. image:: https://codeclimate.com/github/iScrE4m/pyCardDeck/badges/gpa.svg\n               :target: https://codeclimate.com/github/iScrE4m/pyCardDeck\n               :alt: Code Climate\n            .. image:: https://codeclimate.com/github/iScrE4m/pyCardDeck/badges/issue_count.svg\n               :target: https://codeclimate.com/github/iScrE4m/pyCardDeck\n               :alt: Issue Count\n\nLibrary aimed at anyone who wants to do any kind of deck manipulation in python.\nSo probably game developers. The goal is to have the ultimate library for all of this,\nsupporting all kinds of game types with clean and beautiful API - kind of like requests :)\n\nIf you happeen to use this library - please do let me know, I'd like to explore how it's being used. \nAlso, you can leave a `thank you note \u003chttps://saythanks.io/to/iScrE4m\u003e`_ :) \n\nHow to use\n----------\n\nFirst, install with pip::\n\n    pip install pyCardDeck\n\nThen use in your code:\n\n.. code-block:: python\n\n    import pyCardDeck\n\n    my_deck = pyCardDeck.Deck(cards=[1, 2, 3], name='My Awesome Deck')\n\n    my_deck.shuffle()\n\n    card = my_deck.draw()\n\nFor more elaborate examples check out `GitHub \u003chttps://github.com/iScrE4m/pyCardDeck/tree/master/examples\u003e`_\n\nFor developers\n--------------\n\nThe library will support Python 3.3+, for requirements look at requirements.txt in the repository.\n\nThis library should be very easy to contribute to for first timers. Nothing is sacred, File issues, contribute\nwhere you feel it's useful and fun for you! If you need hlep, just ask.\n\nAlways aim to write clean and readable code, make sure the tests are passing, document in docstrings (rst format)\nand when writing new modules, classes or functions, add them to docs (we are using Shpinx autodocs)\n\nRunning tests\n~~~~~~~~~~~~~\n\nTo run tests enter the pyCardDeck directory and run::\n\n    py.test tests\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjetelina%2FpyCardDeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjetelina%2FpyCardDeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjetelina%2FpyCardDeck/lists"}