A simple calculator package for arithmetic operations.
Project description
Calculator Package
A simple Python calculator package for basic arithmetic operations.
Features
- Addition
- Subtraction
- Multiplication
- Division
Installation
pip install tistor==0.1.0
from tistor import add, subtract, multiply, divide
print(add(2, 3)) # Output: 5
print(subtract(5, 3)) # Output: 2
print(multiply(2, 3)) # Output: 6
print(divide(6, 3)) # Output: 2.0
---
### **5. `LICENSE`**
Add an open-source license (e.g., MIT License).
```plaintext
MIT License
...
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
tistor-0.1.0.tar.gz
(1.9 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 tistor-0.1.0.tar.gz.
File metadata
- Download URL: tistor-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e3087d0d4a97b9ef15cd10e145c32e4c1d76c050fc81579200af63c1a6f1df6
|
|
| MD5 |
ee82271cdff1619a47bad3a74457dc8c
|
|
| BLAKE2b-256 |
656241e11207941dcc0d6c246a6243e5585da9e122d6e7e7967418e67010f745
|
File details
Details for the file tistor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tistor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec358e3c26abbcad090cd9b0d1467d7217f16911263bc25ec5e7f9f78999bf5a
|
|
| MD5 |
028ca7c6fd4aa3680f360522d88e7815
|
|
| BLAKE2b-256 |
cfbe7bf29c816498c3a84a74f7f5d6dcea130e380f35135ea009ebc5e93e7bf8
|