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.1.tar.gz
(14.4 kB
view details)
File details
Details for the file rustycalc-0.1.1.tar.gz.
File metadata
- Download URL: rustycalc-0.1.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
149ea7ed75294fbc6d6bd8c914e156aba030955c399aa4817c6713171a8b9d83
|
|
| MD5 |
99d53c3f5bff9e0db45df6876a42c92e
|
|
| BLAKE2b-256 |
258f05cce77aecce6843c76db4e92753756af0da2f3abffdf12c9bd2d03057d1
|