Minicalculator
The Minicalculator is a basic utility calculator the for basic arithmetic operation
Installation
The minicalculator can be installed from the PYPI library using
pip install minicalculator
Usage
Sample Usage is as follows
from mini_calculator.calculator import Calculator
calc = Calculator()
>>> calc.add(5)
5.0
>>> calc.multiply(3)
15.0
Release files for minicalculator 0.1.0.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| minicalculator-0.1.0.post1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| minicalculator-0.1.0.post1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.6 kB
Release files / minicalculator-0.1.0.post1.tar.gz
| Download URL | minicalculator-0.1.0.post1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2cdef8ca7fb84f192c165a5c40c4e442473fa4c266872383f229281d191531c
|
|
BLAKE2b-256 checksum How to use checksums |
c7cdc8707fb3873a587795a62202812546d6891905f960ca351ca92123a57647
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
|
Release files / minicalculator-0.1.0.post1-py3-none-any.whl
| Download URL | minicalculator-0.1.0.post1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e321be90e2131521a7c0a45c1738ac3482cc1718aa6ae4f95a851540ff52d58
|
|
BLAKE2b-256 checksum How to use checksums |
d15a3606ce0e4e9393c125cb065c84d1085b02f4448d59bf21bae4476685ce2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
|