Skip to main content

API Wrapper for the isEven API.

Project description

isEvenAPI

codecov

The premier Python package for checking the even-ness of a number via an API. Built-ins are overrated, microservices are always best, regardless of scope. I read it in a medium article, so...

I did this when I was learning Python 😆

Main features

  • Cache Memorization ➿
  • API Retry Handler ♻

Install

From PyPI 🐍

pip install isEvenApi

Or from GitHub 🐱

pip install git+https:/github.com/UltiRequiem/isEvenAPI

Usage

As simple as possible 🤗

from is_even import is_even, is_odd, adverstiment

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

print(adverstiment()) # An Advertisement

Check the examples/ directory for more information.

Alternatives

A simpler aproach 👇

def is_even(number):
    return number % 2 == 0

CLI Tool

The installation process is the same as before.

The normal way 🧐

is_even 6 2
True
True

Or with the verbose mode 🍹

is_even 6 2 --verbose
6 is even.
2 is even.

Support

Open an Issue, I will check it a soon as possible 👀

If you want to hurry me up a bit send me a tweet 😆

Consider supporting me on Patreon if you like my work 🚀

Don't forget to start the repo ⭐

Authors

Eliaz Bobadilla (a.k.a UltiRequiem) - Creator and Maintainer 💪

See also the full list of contributors who participated in this project.

Versioning

We use SemVer for versioning. For the versions available, see the tags.

Note

I did this because I'm learning how to upload packages to PYPI with GitHub actions.

Licence

Licensed under the MIT License.

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-3.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

isEvenAPI-3.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file isEvenAPI-3.0.tar.gz.

File metadata

  • Download URL: isEvenAPI-3.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.2

File hashes

Hashes for isEvenAPI-3.0.tar.gz
Algorithm Hash digest
SHA256 30ace47e674accf703564499991f401a602814e57f1661f5ac962339b484a53f
MD5 b9d7078cebf25ae4d9588a42120c9a9c
BLAKE2b-256 6596fa834d40e5777c107f5cce5332315d3438ee06aae14165d7423d5bad7ed0

See more details on using hashes here.

File details

Details for the file isEvenAPI-3.0-py3-none-any.whl.

File metadata

  • Download URL: isEvenAPI-3.0-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.2

File hashes

Hashes for isEvenAPI-3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 970cc4fb40379c435b12584f1337c8ecf09c26244956e948cebbe0c6dc07b40a
MD5 458720c9b204b7d48b9b72303d63c1e7
BLAKE2b-256 a0abb9dd32fc19d92788c158e1e7ac3f777e667c382386dc11ada178659dcf59

See more details on using hashes here.

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