smartutils
Author
Chirag Jain
Python Developer | Data Analyst | AI Enthusiast
DESCRIPTION :
SmartUtils is a Python utility package that provides reusable helper classes and functions. It allows developers to perform common tasks without rewriting the same code in every project.
FEATURES :
- Check whether a number is even or odd
- Check whether a number is positive, negative, or zero
- Determine whether a year is a leap year
- More utilities will be added in future releases
Installation :
pip install smartutils
USAGE
from smartutils import NumberUtility
num = NumberUtility(10)
print(num.is_even())
print(num.check_sign())
FOLDER STRUCTURE :
smartutils_project/
│
├── smartutils/
│ ├── __init__.py
│ ├── numbers.py
│
├── tests/
├── README.md
├── LICENSE
├── pyproject.toml
├── .gitignore
└── CHANGELOG.md
Roadmap
- Number utilities
- Finance utilities
- Date utilities
- Health utilities
- String utilities
- Unit converters
License
This project is licensed under the MIT License.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chirag_smartutils-0.1.1.tar.gz.
File metadata
- Download URL: chirag_smartutils-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cac351bd9b7f7339ab704e689ce822bf7c4feb46fdfa8c191aa0e65ed71f8aab
|
|
| MD5 |
edd488c8ebed0ada65926de5dd336f52
|
|
| BLAKE2b-256 |
998b3108b680ad9d748ccac4ed2ad04e52ff20cdd74a024e9a5b970402a34f56
|
File details
Details for the file chirag_smartutils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: chirag_smartutils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a4843291c2b8af5292129286d2d47822a76ced1c811fffe621c5e13d74afa76
|
|
| MD5 |
983c6ad7a5a2629cf07827d3c1ff8f28
|
|
| BLAKE2b-256 |
595888fbcac5fb56aee3b5e982e3c4df5e3fc007a1eaef19292c68da7aa68d7f
|