cards-rk


Namecards-rk JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/kotari/cards_rk
SummaryTesting nbdev and using provided card example
upload_time2022-12-25 08:39:56
maintainer
docs_urlNone
authorRajesh Kotari
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.
            cards_rk
================

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

A deck of cards demo [nbdev](https://nbdev.fast.ai)

## Install

``` sh
pip install cards-rk
```

## How to use

This lib provides a `card` class which you can use to create, display
and compare playing cards

``` python
Card(2,6)
```

    6♠

``` python
Card(1,6)
```

    6♡

``` python
suits
```

    ['♣', '♡', '♠', '♢']

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kotari/cards_rk",
    "name": "cards-rk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Rajesh Kotari",
    "author_email": "rkotari@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/30/7f804cbf97df64669092eff8839bb22f5b2abf95bd93089976420ec2e70b/cards-rk-0.0.1.tar.gz",
    "platform": null,
    "description": "cards_rk\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nA deck of cards demo [nbdev](https://nbdev.fast.ai)\n\n## Install\n\n``` sh\npip install cards-rk\n```\n\n## How to use\n\nThis lib provides a `card` class which you can use to create, display\nand compare playing cards\n\n``` python\nCard(2,6)\n```\n\n    6\u2660\n\n``` python\nCard(1,6)\n```\n\n    6\u2661\n\n``` python\nsuits\n```\n\n    ['\u2663', '\u2661', '\u2660', '\u2662']\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Testing nbdev and using provided card example",
    "version": "0.0.1",
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ec7c8565b5fc56b91f48687316c28c64",
                "sha256": "ee0bff81e4d1625a7055541ddfd025298e6c5682d7b953c8d500f3bd108806f8"
            },
            "downloads": -1,
            "filename": "cards_rk-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec7c8565b5fc56b91f48687316c28c64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7963,
            "upload_time": "2022-12-25T08:39:54",
            "upload_time_iso_8601": "2022-12-25T08:39:54.880688Z",
            "url": "https://files.pythonhosted.org/packages/8b/ee/e3c2818ffcba2e207834a2fc924bd2f9e0bde1694f4ac5b3eb87ba44fa11/cards_rk-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "029b68cd5a64e8483af7f3e7b6ffab26",
                "sha256": "cde164dbd6331fc10b0f5ee08c632965f89e627f95320d6e21ec3f835fd9b6eb"
            },
            "downloads": -1,
            "filename": "cards-rk-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "029b68cd5a64e8483af7f3e7b6ffab26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8324,
            "upload_time": "2022-12-25T08:39:56",
            "upload_time_iso_8601": "2022-12-25T08:39:56.631629Z",
            "url": "https://files.pythonhosted.org/packages/c7/30/7f804cbf97df64669092eff8839bb22f5b2abf95bd93089976420ec2e70b/cards-rk-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 08:39:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kotari",
    "github_project": "cards_rk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cards-rk"
}
        
Elapsed time: 0.02134s