evencheck
The most inefficient way to check if a number is even.
Installation
pip install evencheck
Usage
from evencheck import iseven
number_true = iseven(2) # True
print(number_true)
number_false = iseven(7) # False
print(number_false)
Hot it Works
- Downloads a huge JSON file
- Reads it line by line
- Stops when the number is found
- Deletes the file
Absolutely useless. By design.
🤝 Contributing
We do accept contributions - with one very important rule:
Your contribution must make the code worse.
Rules for contributing
If you want to contribute to evencheck, you must follow these guidelines:
- ❌ | Do not optimize anything
- ❌ | Do not remove unnecessary steps
- ❌ | Do not improve performance
- ❌ | Do not reduce memory usage
- ❌ | Do not simplify logic
What we do want
- ✅ | More I/O operations
- ✅ | Extra loops
- ✅ | Redundant checks
- ✅ | Worse performance
- ✅ | Longer execution time
- ✅ | More unnecessary downloads
If your pull request makes the code faster, cleaner, or smarter, it will be rejected immediately.
--
I would like to express my sincere thanks to kleeedolinux for helping make evencheck possible.
With much love,
Made by Guss
Release files for evencheck 2.0.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 | |
|---|---|---|---|
| evencheck-2.0.0.tar.gz | 64.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| evencheck-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 127.8 kB
Release files / evencheck-2.0.0.tar.gz
| Download URL | evencheck-2.0.0.tar.gz |
|---|---|
| Size | 64.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0e046f3db32acfee98165e8cff30671a3a92c3ed4c2309507c7eb10f7a912d32
|
|
BLAKE2b-256 checksum How to use checksums |
c667e151c174429019f02513efad2f5a062946996a37853e2d819ef806c5fcb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.1
|
Release files / evencheck-2.0.0-py3-none-any.whl
| Download URL | evencheck-2.0.0-py3-none-any.whl |
|---|---|
| Size | 63.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
078d5ca66e6cdda663ee7c97e4a3b1e68be56c916217c66fb3354fddefdf9afb
|
|
BLAKE2b-256 checksum How to use checksums |
e4777b5ef97efed750c20747ec332f6edf102376c3962a159164082d2bd3fab8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.1
|