nbdev-initial


Namenbdev-initial JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ImtiazKhanDS/nbdev_initial
Summarynbdev initial
upload_time2024-07-15 16:40:56
maintainerNone
docs_urlNone
authorImtiazKhanDS
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.
            # nbdev_initial


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

A deck of cards demo of nbdev based on the ideas by Allen B. Downey.

## Install

``` sh
pip install nbdev_initial
```

or

``` sh
conda install nbdev_initial
```

## How to use

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

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

    3♦️

suits are numbered according to the list:

``` python
suits
```

    ['♣️', '♦️', '❤️', '♠️']

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ImtiazKhanDS/nbdev_initial",
    "name": "nbdev-initial",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "ImtiazKhanDS",
    "author_email": "imtiaz.khan.bds@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/2d/7aff86c1056ea9760974585396deb76b5439e1ba81bedf02dbe33dce8787/nbdev_initial-0.0.1.tar.gz",
    "platform": null,
    "description": "# nbdev_initial\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nA deck of cards demo of nbdev based on the ideas by Allen B. Downey.\n\n## Install\n\n``` sh\npip install nbdev_initial\n```\n\nor\n\n``` sh\nconda install nbdev_initial\n```\n\n## How to use\n\nThis lib provides `Card` class you can use to create , display and\ncompare playing cards\n\n``` python\nCard(1,3)\n```\n\n    3\u2666\ufe0f\n\nsuits are numbered according to the list:\n\n``` python\nsuits\n```\n\n    ['\u2663\ufe0f', '\u2666\ufe0f', '\u2764\ufe0f', '\u2660\ufe0f']\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "nbdev initial",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ImtiazKhanDS/nbdev_initial"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b63f3077c4ea3a331b5a88f1668177a73181dee63c77d0cb3353882d75a8fb5",
                "md5": "1722e27f5df2087f95951f2750935bba",
                "sha256": "d30a6f0888fbdcd59a4b6dc54865d535c84f9250472bf5df71d9ab59fde33254"
            },
            "downloads": -1,
            "filename": "nbdev_initial-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1722e27f5df2087f95951f2750935bba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8112,
            "upload_time": "2024-07-15T16:40:54",
            "upload_time_iso_8601": "2024-07-15T16:40:54.939112Z",
            "url": "https://files.pythonhosted.org/packages/8b/63/f3077c4ea3a331b5a88f1668177a73181dee63c77d0cb3353882d75a8fb5/nbdev_initial-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a2d7aff86c1056ea9760974585396deb76b5439e1ba81bedf02dbe33dce8787",
                "md5": "fb205b5ec1651644efc22d7dd718528e",
                "sha256": "73bfd179f4db966fa33b0c5dbc35cba043f9b9cd68c6e10f9a8c221760cedb4f"
            },
            "downloads": -1,
            "filename": "nbdev_initial-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fb205b5ec1651644efc22d7dd718528e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8674,
            "upload_time": "2024-07-15T16:40:56",
            "upload_time_iso_8601": "2024-07-15T16:40:56.439609Z",
            "url": "https://files.pythonhosted.org/packages/2a/2d/7aff86c1056ea9760974585396deb76b5439e1ba81bedf02dbe33dce8787/nbdev_initial-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 16:40:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ImtiazKhanDS",
    "github_project": "nbdev_initial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nbdev-initial"
}
        
Elapsed time: 0.30164s