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.1.tar.gz (14.4 kB view details)

Uploaded Source

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

Hashes for rustycalc-0.1.1.tar.gz
Algorithm Hash digest
SHA256 149ea7ed75294fbc6d6bd8c914e156aba030955c399aa4817c6713171a8b9d83
MD5 99d53c3f5bff9e0db45df6876a42c92e
BLAKE2b-256 258f05cce77aecce6843c76db4e92753756af0da2f3abffdf12c9bd2d03057d1

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