odd


Nameodd JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/tomhea/odd
SummaryIs this number odd?
upload_time2023-12-03 22:35:47
maintainer
docs_urlNone
authorTom Herman
requires_python>=3.7,<4.0
licenseBSD-2-Clause-Simplified
keywords math int
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # odd

Test if a number is odd.

```python
>> from odd import is_odd
>> is_odd(9)
True
>> is_odd(10)
False
```

### How to Download

```
pip install odd
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tomhea/odd",
    "name": "odd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "math,int",
    "author": "Tom Herman",
    "author_email": "flipjumpproject@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/04/bea197c8154290fd46cb5acc248d3ef8f6aeeeade6926d9936fc4398060f/odd-1.0.1.tar.gz",
    "platform": null,
    "description": "# odd\n\nTest if a number is odd.\n\n```python\n>> from odd import is_odd\n>> is_odd(9)\nTrue\n>> is_odd(10)\nFalse\n```\n\n### How to Download\n\n```\npip install odd\n```\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause-Simplified",
    "summary": "Is this number odd?",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/tomhea/odd",
        "Repository": "https://github.com/tomhea/odd"
    },
    "split_keywords": [
        "math",
        "int"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "512b3d884a7ce4c0b48b74d68d58fb945c36702f1cce0104a896ced8fd997700",
                "md5": "f88043e2c6a192dd0a4717c0e49bfb2b",
                "sha256": "ac40ffc3d5b09cb802098d6648e15f7f2cfab9a470a1690e1d917833141c14c3"
            },
            "downloads": -1,
            "filename": "odd-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f88043e2c6a192dd0a4717c0e49bfb2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 2377,
            "upload_time": "2023-12-03T22:35:45",
            "upload_time_iso_8601": "2023-12-03T22:35:45.971389Z",
            "url": "https://files.pythonhosted.org/packages/51/2b/3d884a7ce4c0b48b74d68d58fb945c36702f1cce0104a896ced8fd997700/odd-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a704bea197c8154290fd46cb5acc248d3ef8f6aeeeade6926d9936fc4398060f",
                "md5": "e724c42ba62f93688ea73b72d59613dd",
                "sha256": "1e8fb1f04ec6f873ba2f7a0ba4a79ea565d84de837562d8c4e9970fbaa55eb65"
            },
            "downloads": -1,
            "filename": "odd-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e724c42ba62f93688ea73b72d59613dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 1820,
            "upload_time": "2023-12-03T22:35:47",
            "upload_time_iso_8601": "2023-12-03T22:35:47.546433Z",
            "url": "https://files.pythonhosted.org/packages/a7/04/bea197c8154290fd46cb5acc248d3ef8f6aeeeade6926d9936fc4398060f/odd-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-03 22:35:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomhea",
    "github_project": "odd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odd"
}
        
Elapsed time: 0.15399s