Add your description here
Project description
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
Publishing
This repository uses a src/ layout and a pyproject.toml. The recommended local workflow is:
- Create a venv and activate it.
- Install build tools:
python -m pip install --upgrade build twine. - Build:
python -m build. - Upload to Test PyPI:
python -m twine upload --repository testpypi dist/*.
A GitHub Actions workflow is provided to publish on tag push.
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
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 pulkit_calculator-0.1.0.tar.gz.
File metadata
- Download URL: pulkit_calculator-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31fa03def535988abb4d70c72cddc84b5d44f1f159f9e97a96bab2bea8573a2c
|
|
| MD5 |
08d9a3804bfb58c639749bc288607a1f
|
|
| BLAKE2b-256 |
3c94f7b39bfdf3dd7c63ccf9b8192dd1d6f61465d771cf58ee0a09aab3c9a996
|
File details
Details for the file pulkit_calculator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pulkit_calculator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
412dece447cf433bca455f2bdfd6e5bf03009fcf5a59c1602f0c642d238468f5
|
|
| MD5 |
470645764643f3df34ad902a6916a3ce
|
|
| BLAKE2b-256 |
b3e574008e264c6c21a18efbb29d652584eb74da2019d5c6ef49fb2404196569
|