Add your description here
Project description
Rusty Calc
Setup the project
- Clone the repository.
git clone git@github.com:deependujha/rustycalc.git
cd rustycalc
- Run the project.
uv sync
uv build
pip install dist/rustycalc.{...}.whl --force-reinstall # choose according to yours
Or,
maturin develop --release
pip install -e .
Usage
import rustycalc as rc
print(f"{dir(rc)=}\n")
print("-"*50)
print(f"{rc.sum(5,4)=}\n")
print(f"{rc.diff(5,4)=}\n")
print(f"{rc.factorial(6)=}\n")
print(f"{rc.fibonacci(7)=}\n")
print("-"*50)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rustycalc-0.1.0.tar.gz
(10.4 kB
view details)
File details
Details for the file rustycalc-0.1.0.tar.gz.
File metadata
- Download URL: rustycalc-0.1.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b2b21a9d2610b883dbc06f53dba1407c9970f22b612e8f37ec807258d43a752
|
|
| MD5 |
1de8b171b7eb6541c77a34f4fcda8990
|
|
| BLAKE2b-256 |
7423739ffa8bdb53c292cdf8e611bb1983e672f92dc16af9131872886ae0cf8b
|