rillingcards


Namerillingcards JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/josephrilling/rillingcards
Summarynbdev cards tutorial
upload_time2023-05-16 19:49:30
maintainer
docs_urlNone
authorjosephrilling
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rillingcards

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

A deck of cards demo of [nbdev](https://nbdev.fast.ai) based on ideas
from somewhere else

## Install

``` sh
pip install rillingcards
```

## How to use

This lib provides a
[`Card`](https://josephrilling.github.io/rillingcards/card.html#card)
class you can use to create display and compare playing cards

``` python
Card(1,3)
```

    3diamonds

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/josephrilling/rillingcards",
    "name": "rillingcards",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "josephrilling",
    "author_email": "tun52698@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/e4/08c59d449ff119ae9b9485a68047596dedd3782cb6d5282c7d0f16bdba7b/rillingcards-0.0.1.tar.gz",
    "platform": null,
    "description": "# rillingcards\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nA deck of cards demo of [nbdev](https://nbdev.fast.ai) based on ideas\nfrom somewhere else\n\n## Install\n\n``` sh\npip install rillingcards\n```\n\n## How to use\n\nThis lib provides a\n[`Card`](https://josephrilling.github.io/rillingcards/card.html#card)\nclass you can use to create display and compare playing cards\n\n``` python\nCard(1,3)\n```\n\n    3diamonds\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "nbdev cards tutorial",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/josephrilling/rillingcards"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59899d833b7896913b09945669e8b9f9e93e6499c48688a942e86b2ace6fa265",
                "md5": "db1b9106a05c87f46deae11001cb717d",
                "sha256": "aa069b3ebadc6f1c5b0ec1d411eb04b0c9f0ec93206161d76e489e6495f3d7a5"
            },
            "downloads": -1,
            "filename": "rillingcards-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db1b9106a05c87f46deae11001cb717d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7476,
            "upload_time": "2023-05-16T19:49:27",
            "upload_time_iso_8601": "2023-05-16T19:49:27.094553Z",
            "url": "https://files.pythonhosted.org/packages/59/89/9d833b7896913b09945669e8b9f9e93e6499c48688a942e86b2ace6fa265/rillingcards-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11e408c59d449ff119ae9b9485a68047596dedd3782cb6d5282c7d0f16bdba7b",
                "md5": "f3720bd31e217c5ad41e40823120d6a0",
                "sha256": "ba15ecbccc72c0c96544f63405cdfc0a0f5bff58b3be929ba7ac74ab1b96a647"
            },
            "downloads": -1,
            "filename": "rillingcards-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f3720bd31e217c5ad41e40823120d6a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7783,
            "upload_time": "2023-05-16T19:49:30",
            "upload_time_iso_8601": "2023-05-16T19:49:30.855467Z",
            "url": "https://files.pythonhosted.org/packages/11/e4/08c59d449ff119ae9b9485a68047596dedd3782cb6d5282c7d0f16bdba7b/rillingcards-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 19:49:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "josephrilling",
    "github_project": "rillingcards",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rillingcards"
}
        
Elapsed time: 0.07737s