PyIsEven


NamePyIsEven JSON
Version 0.8.12 PyPI version JSON
download
home_pagehttps://github.com/rosineygp/PyIsEven
SummaryCheck is a integer is even
upload_time2024-04-05 10:50:57
maintainerNone
docs_urlNone
authorRosiney Gomes Pereira
requires_pythonNone
licenseMIT
keywords even
VCS
bugtrack_url
requirements requests retry typing-extensions
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Is Even

![PyPI - Downloads](https://img.shields.io/pypi/dm/PyIsEven)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rosineygp_PyIsEven&metric=alert_status)](https://sonarcloud.io/dashboard?id=rosineygp_PyIsEven)

Check if interger is even using `isevenapi`.

https://isevenapi.xyz/

Main features:

- cache memoization
- api retry handler
- hide ads

## Install

```bash
pip install PyIsEven
```

## Usage

```python
from is_even import is_even as ie

ie.is_even(10)
> True

# Get AD
v = ie.is_even(10)

v.ad
> "HONDA CIVIC '96, AM/FM/CD, low miles, Good condition. Speaks Spanish $3500 339-555-6289"

ie.is_even(10).ad
> "CHINA CABINET, buffet, hutch solid pine, 6.5 tall x 4.5 wide, lighted windows. few cat scratches but cat has died. $700. Call 435-555-6421"
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rosineygp/PyIsEven",
    "name": "PyIsEven",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "even",
    "author": "Rosiney Gomes Pereira",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/06/cb/3ed7019143812d891573d40ff101a5d2b134d0fd9a68a12f9bbe5742602a/PyIsEven-0.8.12.tar.gz",
    "platform": null,
    "description": "# Is Even\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/PyIsEven)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rosineygp_PyIsEven&metric=alert_status)](https://sonarcloud.io/dashboard?id=rosineygp_PyIsEven)\n\nCheck if interger is even using `isevenapi`.\n\nhttps://isevenapi.xyz/\n\nMain features:\n\n- cache memoization\n- api retry handler\n- hide ads\n\n## Install\n\n```bash\npip install PyIsEven\n```\n\n## Usage\n\n```python\nfrom is_even import is_even as ie\n\nie.is_even(10)\n> True\n\n# Get AD\nv = ie.is_even(10)\n\nv.ad\n> \"HONDA CIVIC '96, AM/FM/CD, low miles, Good condition. Speaks Spanish $3500 339-555-6289\"\n\nie.is_even(10).ad\n> \"CHINA CABINET, buffet, hutch solid pine, 6.5 tall x 4.5 wide, lighted windows. few cat scratches but cat has died. $700. Call 435-555-6421\"\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Check is a integer is even",
    "version": "0.8.12",
    "project_urls": {
        "Homepage": "https://github.com/rosineygp/PyIsEven"
    },
    "split_keywords": [
        "even"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f7697a0a4e8b58d07405db6fa5447095e9ecca16895d307bf5a7f7ddf673b0d",
                "md5": "3e2f0b248ee1746875367d4ca5281eee",
                "sha256": "6050edd7b1f5d7badf2f90b753c9a3409d88ee8aa098d20120c8ec84a7a29af2"
            },
            "downloads": -1,
            "filename": "PyIsEven-0.8.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e2f0b248ee1746875367d4ca5281eee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6402,
            "upload_time": "2024-04-05T10:50:55",
            "upload_time_iso_8601": "2024-04-05T10:50:55.478325Z",
            "url": "https://files.pythonhosted.org/packages/7f/76/97a0a4e8b58d07405db6fa5447095e9ecca16895d307bf5a7f7ddf673b0d/PyIsEven-0.8.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06cb3ed7019143812d891573d40ff101a5d2b134d0fd9a68a12f9bbe5742602a",
                "md5": "7bb6edcb886b8dccb33cc15e9a8cbaba",
                "sha256": "2462c7be27f65f271bb827e433773bc219adbbbfec0e46ad4f47ae1daa9a0103"
            },
            "downloads": -1,
            "filename": "PyIsEven-0.8.12.tar.gz",
            "has_sig": false,
            "md5_digest": "7bb6edcb886b8dccb33cc15e9a8cbaba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3794,
            "upload_time": "2024-04-05T10:50:57",
            "upload_time_iso_8601": "2024-04-05T10:50:57.061700Z",
            "url": "https://files.pythonhosted.org/packages/06/cb/3ed7019143812d891573d40ff101a5d2b134d0fd9a68a12f9bbe5742602a/PyIsEven-0.8.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 10:50:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rosineygp",
    "github_project": "PyIsEven",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.14.0"
                ]
            ]
        },
        {
            "name": "retry",
            "specs": [
                [
                    ">=",
                    "0.9.2"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "3.10.0.0"
                ]
            ]
        }
    ],
    "lcname": "pyiseven"
}
        
Elapsed time: 0.22933s