Skip to main content

API Wrapper for the isEven api.

Project description

isEven.py

License: MIT PyPI Downloads Code style: black

Check if an integer is even using the isEven API.

Install

pip install isEvenApi

Usage

You can view some examples in examples. Basic Usage:

from is_even import is_even as ie

print(ie.is_even(10)) # True
print(ie.is_odd(10)) # False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isEvenAPI-1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

isEvenAPI-1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page