Skip to main content

Add your description here

Project description

Rusty Calc

old-rusty-calculator-with-yellow-black-design-rests-blue-metal-background-calculator-has-digital-display-with-numbers-quot78138780quot-displayed-indicating-calculation_783884-495565


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)

Uploaded Source

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

Hashes for rustycalc-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4b2b21a9d2610b883dbc06f53dba1407c9970f22b612e8f37ec807258d43a752
MD5 1de8b171b7eb6541c77a34f4fcda8990
BLAKE2b-256 7423739ffa8bdb53c292cdf8e611bb1983e672f92dc16af9131872886ae0cf8b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page