nbdev-cards3.14


Namenbdev-cards3.14 JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/rdned/nbdev_cards3.14
SummaryA nbdev tutorial on a tiny project
upload_time2025-01-26 02:07:29
maintainerNone
docs_urlNone
authorrdned
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.
            # make sure nbdev_cards package is installed in development mode


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

\# nbdev_cards

> A sample of how to create a deck of cards lib using nbdev

A deck of cards demo of [nbdev](https://nbdev.fast.ai) based on ideas
from [Think Python 2nd
Edition](https://greenteapress.com/wp/think-python-2e/) by Allen B.
Downes

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install

Install using:

    pip install your nbdev_cards

or:

    conda install -c fastai nbdev_cards

### Install nbdev_cards in Development mode

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/rdned/nbdev_cards):

``` sh
$ pip install git+https://github.com/rdned/nbdev_cards.git
```

or from [conda](https://anaconda.org/rdned/nbdev_cards)

``` sh
$ conda install -c rdned nbdev_cards
```

or from [pypi](https://pypi.org/project/nbdev_cards/)

``` sh
$ pip install nbdev_cards
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/rdned/nbdev_cards)’s
[pages](https://rdned.github.io/nbdev_cards/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/rdned/nbdev_cards) and
[pypi](https://pypi.org/project/nbdev_cards/) respectively.

## How to use

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

``` python
suits
```

    ['♣', '♦', '♥', '♠']

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

    3, ♦

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rdned/nbdev_cards3.14",
    "name": "nbdev-cards3.14",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "rdned",
    "author_email": "rdned@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/58/3aac951034a48abbe92e6c32ff210004525c7966a06df367f825319e2e35/nbdev_cards3.14-0.0.2.tar.gz",
    "platform": null,
    "description": "# make sure nbdev_cards package is installed in development mode\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n\\# nbdev_cards\n\n> A sample of how to create a deck of cards lib using nbdev\n\nA deck of cards demo of [nbdev](https://nbdev.fast.ai) based on ideas\nfrom [Think Python 2nd\nEdition](https://greenteapress.com/wp/think-python-2e/) by Allen B.\nDownes\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Developer Guide\n\nIf you are new to using `nbdev` here are some useful pointers to get you\nstarted.\n\n### Install\n\nInstall using:\n\n    pip install your nbdev_cards\n\nor:\n\n    conda install -c fastai nbdev_cards\n\n### Install nbdev_cards in Development mode\n\n## Usage\n\n### Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/rdned/nbdev_cards):\n\n``` sh\n$ pip install git+https://github.com/rdned/nbdev_cards.git\n```\n\nor from [conda](https://anaconda.org/rdned/nbdev_cards)\n\n``` sh\n$ conda install -c rdned nbdev_cards\n```\n\nor from [pypi](https://pypi.org/project/nbdev_cards/)\n\n``` sh\n$ pip install nbdev_cards\n```\n\n### Documentation\n\nDocumentation can be found hosted on this GitHub\n[repository](https://github.com/rdned/nbdev_cards)\u2019s\n[pages](https://rdned.github.io/nbdev_cards/). Additionally you can find\npackage manager specific guidelines on\n[conda](https://anaconda.org/rdned/nbdev_cards) and\n[pypi](https://pypi.org/project/nbdev_cards/) respectively.\n\n## How to use\n\nThis lib provides a\n[`Card`](https://rdned.github.io/nbdev_cards/card.html#card) class you\ncan use to create, display, and compare playing cards:\n\n``` python\nsuits\n```\n\n    ['\u2663', '\u2666', '\u2665', '\u2660']\n\n``` python\nCard(1,3)\n```\n\n    3, \u2666\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "A nbdev tutorial on a tiny project",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/rdned/nbdev_cards3.14"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bd645701e1945b5f71eeec75b69a5cb978f2913dfb19383968cb979b3e21922",
                "md5": "e1fd5a9a23e77b15e1df4c111c0f4e7b",
                "sha256": "34a47264854bf4d5ebee849c6cd7655dd2238e8ad4fbb9e2154ad5dd46e09152"
            },
            "downloads": -1,
            "filename": "nbdev_cards3.14-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e1fd5a9a23e77b15e1df4c111c0f4e7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8938,
            "upload_time": "2025-01-26T02:07:27",
            "upload_time_iso_8601": "2025-01-26T02:07:27.289196Z",
            "url": "https://files.pythonhosted.org/packages/4b/d6/45701e1945b5f71eeec75b69a5cb978f2913dfb19383968cb979b3e21922/nbdev_cards3.14-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0583aac951034a48abbe92e6c32ff210004525c7966a06df367f825319e2e35",
                "md5": "45fa4b1aa3341b49c12218f70c6971b2",
                "sha256": "8d39019d20da6bcc80012eabba2dca3a33a7a57d2f6b5aff7c48c87cd6a84ee3"
            },
            "downloads": -1,
            "filename": "nbdev_cards3.14-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "45fa4b1aa3341b49c12218f70c6971b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9111,
            "upload_time": "2025-01-26T02:07:29",
            "upload_time_iso_8601": "2025-01-26T02:07:29.694612Z",
            "url": "https://files.pythonhosted.org/packages/d0/58/3aac951034a48abbe92e6c32ff210004525c7966a06df367f825319e2e35/nbdev_cards3.14-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 02:07:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rdned",
    "github_project": "nbdev_cards3.14",
    "github_not_found": true,
    "lcname": "nbdev-cards3.14"
}
        
Elapsed time: 0.43525s