Pulkit Calculator
A tiny example calculator package providing simple arithmetic helpers.
Install (from PyPI after publishing):
pip install pulkit-calculator
Usage:
>>> from pulkit_calculator import add
>>> add(2, 3)
5
Status
These badges show the current PyPI release, supported Python versions, license, and CI status. The package is published as pulkit-calculator on PyPI; import it in Python as pulkit_calculator.
Try it quickly:
python -m pip install --upgrade pip
pip install pulkit-calculator
python -c "import pulkit_calculator; print(pulkit_calculator.add(2,3))"
Release files for pulkit-calculator 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulkit_calculator-0.1.4.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulkit_calculator-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.0 kB
Release files / pulkit_calculator-0.1.4.tar.gz
| Download URL | pulkit_calculator-0.1.4.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb0b3abe78060ef623d6dcd0ac175340be21d69743385eba6cb888a97f0014a0
|
|
BLAKE2b-256 checksum How to use checksums |
c97575332fbddfbba6311112341360ef2478feea86fef88edfe1c794d94eccff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / pulkit_calculator-0.1.4-py3-none-any.whl
| Download URL | pulkit_calculator-0.1.4-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8597669cff432bda3e65fe9f2f912d15178b8e392ca1d8b7046ac5de0ab4c6e2
|
|
BLAKE2b-256 checksum How to use checksums |
11ce0d2d24b953f404de152b5bff6ca51e6c5c15f6da073e331f132bed39b6cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|