A Simple Calculator Package.
Project description
Veercal - Simple Calculator Package
A simple Python calculator package that provides basic mathematical operations.
Features
- Addition
- Subtraction
- Multiplication
- Division (with zero division protection)
Installation
pip install veercal
Usage
from veercal.calculator import Calculator
calc = Calculator()
result = calc.add(5, 3)
print(result) # Output: 8
Author
Veerendra Shukla (veshukla@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
veercal-0.1.0.tar.gz
(2.2 kB
view details)
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 veercal-0.1.0.tar.gz.
File metadata
- Download URL: veercal-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
809b0f2d5ff5bd1c78e1311f8b8fe709dc02f1b620f8064afa9014533c95cf34
|
|
| MD5 |
aec2368d37c63b09e47b91eee2aefc9b
|
|
| BLAKE2b-256 |
82432f85ead9950544622a74bc0d7ebead7ac9b005fc91356f5a5f24de67144a
|
File details
Details for the file veercal-0.1.0-py3-none-any.whl.
File metadata
- Download URL: veercal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5906fa33224b239aa8f66d177c830a56c361b60b0ea11722951b093360e0bfb
|
|
| MD5 |
b6aa70163f9477b318bba262c138be2f
|
|
| BLAKE2b-256 |
fa01997a56f026183d5fe5581a1a24b403fcc69ed2d4959241c89a0171d13384
|