test-nbdev-py


Nametest-nbdev-py JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/bthek1/nbdev_template
Summarycards
upload_time2023-10-28 11:11:09
maintainer
docs_urlNone
authorBenedict Thekkel
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_template

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

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

## Install

Install using:

``` sh
pip install test-nbdev-py==0.0.1
```

or:

``` sh
conda install -c fastai nbdev_cards
```

## How to use

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

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

    3 D

Suits are numbered according to this list

``` python
suits
```

    ['C', 'D', 'H', 'S']

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bthek1/nbdev_template",
    "name": "test-nbdev-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Benedict Thekkel",
    "author_email": "bthekkel1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/e8/cbad798b43c2db42715a7cda16f40e0cb26d86011393bf63b9eb88509a2f/test-nbdev-py-0.0.9.tar.gz",
    "platform": null,
    "description": "# nbdev_template\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Install\n\nInstall using:\n\n``` sh\npip install test-nbdev-py==0.0.1\n```\n\nor:\n\n``` sh\nconda install -c fastai nbdev_cards\n```\n\n## How to use\n\nThis lib provides a\n[`Card`](https://bthek1.github.io/nbdev_template/card.html#card) class\nyou can use to create, display, and compare playing cards:\n\n``` python\nCard(1, 3)\n```\n\n    3 D\n\nSuits are numbered according to this list\n\n``` python\nsuits\n```\n\n    ['C', 'D', 'H', 'S']\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "cards",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/bthek1/nbdev_template"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73cc8349f60356450dae0b6af2f1437bd25a1ddb87f9f1f965a10f4d2d18ae94",
                "md5": "d84d069a5458f2883ada364ad1ac54e9",
                "sha256": "ebf3c281d1e481c7df22fd330b955b10b71034872bc2b93344a98a5ef50ad888"
            },
            "downloads": -1,
            "filename": "test_nbdev_py-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d84d069a5458f2883ada364ad1ac54e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8379,
            "upload_time": "2023-10-28T11:11:08",
            "upload_time_iso_8601": "2023-10-28T11:11:08.124343Z",
            "url": "https://files.pythonhosted.org/packages/73/cc/8349f60356450dae0b6af2f1437bd25a1ddb87f9f1f965a10f4d2d18ae94/test_nbdev_py-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cee8cbad798b43c2db42715a7cda16f40e0cb26d86011393bf63b9eb88509a2f",
                "md5": "0dd86ead623673c36b5576f9b079589a",
                "sha256": "ca6ea99c5a9cc38ce5b69973feca32ed56cad9871ef7cd8b2a69b2aa81dcb0a1"
            },
            "downloads": -1,
            "filename": "test-nbdev-py-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "0dd86ead623673c36b5576f9b079589a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8494,
            "upload_time": "2023-10-28T11:11:09",
            "upload_time_iso_8601": "2023-10-28T11:11:09.852836Z",
            "url": "https://files.pythonhosted.org/packages/ce/e8/cbad798b43c2db42715a7cda16f40e0cb26d86011393bf63b9eb88509a2f/test-nbdev-py-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-28 11:11:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bthek1",
    "github_project": "nbdev_template",
    "github_not_found": true,
    "lcname": "test-nbdev-py"
}
        
Elapsed time: 0.20046s