oddevenwusd
A simple Python library to check if numbers are odd or even.
Installation
You can install the package locally for development or testing:
pip install -e .[test]
Usage
from oddevenwusd import is_even, is_odd
print(is_even(4)) # True
print(is_odd(4)) # False
Running Tests
To run the unit tests, use:
pytest
Release files for oddevenwusd 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oddevenwusd-0.1.0.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| oddevenwusd-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.2 kB
Release files / oddevenwusd-0.1.0.tar.gz
| Download URL | oddevenwusd-0.1.0.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d7186ae894020c55354a1d50871cef07574666128b90fcf385f52905b915fd7
|
|
BLAKE2b-256 checksum How to use checksums |
9dbaa0d05fa1bc8eb1f154967be0da766e23e8f2b2eeb2474e8f11a7fed08e33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|
Release files / oddevenwusd-0.1.0-py3-none-any.whl
| Download URL | oddevenwusd-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1701b67ae3b5b1b09f1206d7ac860ab460979aed48f61d9dc2b016d95d74ffbe
|
|
BLAKE2b-256 checksum How to use checksums |
1e6414deb58cb3204d9899a2fe59d9bed2d362a90c2e22fb480694efe79443e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|