isodd-lucasedng


Nameisodd-lucasedng JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA smart way to find out if a number is odd
upload_time2024-02-19 03:43:14
maintainer
docs_urlNone
authorlucasedng (Lucas Gonçalves)
requires_python
license
keywords python number odd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# is_odd - lucasedng

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Lucas Gonçalves (c) 2024

## Examples of How To Use

Using is_odd method

```python
from is_odd import is_odd

# Check if a number is odd
number = 4
if is_odd(number):
    print(f"{number} is odd.")
else:
    print(f"{number} is not odd.")
```
This simple library allows you to easily check if a number is odd. The is_odd method takes an integer as input and returns `True` if the number is odd, and `False` otherwise.

Check out more on my GitHub or follow me for updates.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "isodd-lucasedng",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,number,odd",
    "author": "lucasedng (Lucas Gon\u00e7alves)",
    "author_email": "lucasedng@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/7f/8642e195586902ffcd207f54bc7f4685bfbeb4af983df81f73559aa4b2f4/isodd-lucasedng-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# is_odd - lucasedng\n\nUnder construction! Not ready for use yet! Currently experimenting and planning!\n\nDeveloped by Lucas Gon\u00e7alves (c) 2024\n\n## Examples of How To Use\n\nUsing is_odd method\n\n```python\nfrom is_odd import is_odd\n\n# Check if a number is odd\nnumber = 4\nif is_odd(number):\n    print(f\"{number} is odd.\")\nelse:\n    print(f\"{number} is not odd.\")\n```\nThis simple library allows you to easily check if a number is odd. The is_odd method takes an integer as input and returns `True` if the number is odd, and `False` otherwise.\n\nCheck out more on my GitHub or follow me for updates.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A smart way to find out if a number is odd",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "number",
        "odd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc70b836d7e867bf03ee54e8878c4719e8082517ff0b64eacd29589f40eef0b8",
                "md5": "174d3e7843cae6121e491e9305d75997",
                "sha256": "09d5c5d42bdbdeab8d27b7710c8b0c575e670c852e89e923b8172dfba8f9dac7"
            },
            "downloads": -1,
            "filename": "isodd_lucasedng-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "174d3e7843cae6121e491e9305d75997",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2873,
            "upload_time": "2024-02-19T03:43:12",
            "upload_time_iso_8601": "2024-02-19T03:43:12.654222Z",
            "url": "https://files.pythonhosted.org/packages/bc/70/b836d7e867bf03ee54e8878c4719e8082517ff0b64eacd29589f40eef0b8/isodd_lucasedng-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a17f8642e195586902ffcd207f54bc7f4685bfbeb4af983df81f73559aa4b2f4",
                "md5": "c308830b4eca63f0231482111e477606",
                "sha256": "d1c2565a1842f2418c606ac5331b8f4b46a021d37772306537fb711d9745d4b6"
            },
            "downloads": -1,
            "filename": "isodd-lucasedng-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c308830b4eca63f0231482111e477606",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2637,
            "upload_time": "2024-02-19T03:43:14",
            "upload_time_iso_8601": "2024-02-19T03:43:14.094512Z",
            "url": "https://files.pythonhosted.org/packages/a1/7f/8642e195586902ffcd207f54bc7f4685bfbeb4af983df81f73559aa4b2f4/isodd-lucasedng-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 03:43:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "isodd-lucasedng"
}
        
Elapsed time: 0.18375s