enough-cards


Nameenough-cards JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/genughaben/enough_cards
SummaryA sample of how to create a deck of cards lib using nbdev
upload_time2023-05-26 16:52:46
maintainer
docs_urlNone
authorFrank Wolf
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.
            # enough_cards

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

## Install

```sh
pip install enough_cards
```

## How to use

The lib
[`Card`](https://genughaben.github.io/enough_cards/card.html#card) helps
to create and compare playing cards

```python
Card(1,2)
```

    ♠️2

```python
Card(1,2) < Card(1,1)
```

    False

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/genughaben/enough_cards",
    "name": "enough-cards",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Frank Wolf",
    "author_email": "fwolf@posteo.de",
    "download_url": "https://files.pythonhosted.org/packages/ff/d1/049ba83d4379fb1c48db73e597c0b41c86207435416407af24a825151c7d/enough_cards-0.0.2.tar.gz",
    "platform": null,
    "description": "# enough_cards\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Install\n\n```sh\npip install enough_cards\n```\n\n## How to use\n\nThe lib\n[`Card`](https://genughaben.github.io/enough_cards/card.html#card) helps\nto create and compare playing cards\n\n```python\nCard(1,2)\n```\n\n    \u2660\ufe0f2\n\n```python\nCard(1,2) < Card(1,1)\n```\n\n    False\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "A sample of how to create a deck of cards lib using nbdev",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/genughaben/enough_cards"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8278c4af7e51ee72d5cd6d770b15128ed359dcde4a6a6babd7bd1fa5d7a9fc86",
                "md5": "4d295e818115a99d5a40ddcc17875f91",
                "sha256": "6602abaf0f6b7568ca3c0ff87aeb5ed46b5541e4b36a0094eafb368326bd3a7b"
            },
            "downloads": -1,
            "filename": "enough_cards-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d295e818115a99d5a40ddcc17875f91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10059,
            "upload_time": "2023-05-26T16:52:43",
            "upload_time_iso_8601": "2023-05-26T16:52:43.974815Z",
            "url": "https://files.pythonhosted.org/packages/82/78/c4af7e51ee72d5cd6d770b15128ed359dcde4a6a6babd7bd1fa5d7a9fc86/enough_cards-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffd1049ba83d4379fb1c48db73e597c0b41c86207435416407af24a825151c7d",
                "md5": "816901aba66cca38f77ef77cde210321",
                "sha256": "08c61699338ec3549bd29f8f0be13f671b164ec6b2279fa87d5092f4c94e1e8c"
            },
            "downloads": -1,
            "filename": "enough_cards-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "816901aba66cca38f77ef77cde210321",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8753,
            "upload_time": "2023-05-26T16:52:46",
            "upload_time_iso_8601": "2023-05-26T16:52:46.229877Z",
            "url": "https://files.pythonhosted.org/packages/ff/d1/049ba83d4379fb1c48db73e597c0b41c86207435416407af24a825151c7d/enough_cards-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 16:52:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "genughaben",
    "github_project": "enough_cards",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "enough-cards"
}
        
Elapsed time: 0.18668s