{"id":15692825,"url":"https://github.com/ultirequiem/isevenapi","last_synced_at":"2025-05-08T22:23:43.748Z","repository":{"id":62571761,"uuid":"372874771","full_name":"UltiRequiem/isEvenAPI","owner":"UltiRequiem","description":":seven: API Wrapper for isEven. Check is a integer is even or odd.","archived":false,"fork":false,"pushed_at":"2023-07-25T20:50:15.000Z","size":30,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T19:59:18.941Z","etag":null,"topics":["api-wrapper","isevenapi","pip-package","pypi","python","python-api","python-api-wrapper","python3"],"latest_commit_sha":null,"homepage":"http://ulti.js.org/isEvenAPI","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UltiRequiem.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-01T15:18:37.000Z","updated_at":"2025-03-21T19:26:33.000Z","dependencies_parsed_at":"2024-10-24T03:51:27.877Z","dependency_job_id":null,"html_url":"https://github.com/UltiRequiem/isEvenAPI","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":"0.10526315789473684","last_synced_commit":"c87f8173b6b70ae1a6eab580511ab2f18e4a5741"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2FisEvenAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2FisEvenAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2FisEvenAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2FisEvenAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/isEvenAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253156050,"owners_count":21862803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","isevenapi","pip-package","pypi","python","python-api","python-api-wrapper","python3"],"created_at":"2024-10-03T18:40:25.496Z","updated_at":"2025-05-08T22:23:43.720Z","avatar_url":"https://github.com/UltiRequiem.png","language":"Python","funding_links":["https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# isEvenAPI\n\n[![codecov](https://codecov.io/gh/ultirequiem/isEvenAPI/branch/main/graph/badge.svg)](https://codecov.io/gh/ultirequiem/isEvenAPI)\n\nThe premier Python package for checking the even-ness of a number via an API.\nBuilt-ins are overrated, microservices are always best, regardless of scope. I\nread it in a medium article, so...\n\n\u003e I did this when I was learning Python 😆\n\n## Main features\n\n- Cache Memorization ➿\n- API Retry Handler ♻\n\n## Install\n\nFrom PyPI 🐍\n\n```sh\npip install isEvenApi\n```\n\nOr from GitHub 🐱\n\n```sh\npip install git+https:/github.com/UltiRequiem/isEvenAPI\n```\n\n## Usage\n\nAs simple as possible 🤗\n\n```python\nfrom is_even import is_even, is_odd, adverstiment\n\nprint(is_even(10)) # True\nprint(is_odd(10)) # False\n\nprint(adverstiment()) # An Advertisement\n```\n\nCheck the [`examples/`](./examples) directory for more information.\n\n## Alternatives\n\nA simpler aproach 👇\n\n```python\ndef is_even(number):\n    return number % 2 == 0\n```\n\n## CLI Tool\n\nThe installation process is the same as before.\n\nThe normal way 🧐\n\n```sh\nis_even 6 2\nTrue\nTrue\n```\n\nOr with the verbose mode 🍹\n\n```sh\nis_even 6 2 --verbose\n6 is even.\n2 is even.\n```\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/intent/tweet?text=%40UltiRequiem%20) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🚀\n\nDon't forget to start the repo ⭐\n\n## Authors\n\n[Eliaz Bobadilla (a.k.a UltiRequiem)](https://ultirequiem.com) - Creator and\nMaintainer 💪\n\nSee also the full list of\n[contributors](https://github.com/UltiRequiem/isEvenAPI/contributors) who\nparticipated in this project.\n\n## Versioning\n\nWe use [SemVer](http://semver.org) for versioning. For the versions available,\nsee the [tags](https://github.com/UltiRequiem/isEvenAPI/tags).\n\n## Note\n\nI did this because I'm learning how to upload packages to\n[PYPI](https://pypi.org/project/isEvenAPI) with GitHub actions.\n\n## Licence\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fisevenapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Fisevenapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fisevenapi/lists"}