calc-rust 0.2.0__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,36 @@
1
+ Metadata-Version: 2.4
2
+ Name: calc-rust
3
+ Version: 0.2.0
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Environment :: Console
6
+ Classifier: Intended Audience :: Developers
7
+ Classifier: Topic :: Utilities
8
+ Summary: The calc_rs command-line REPL and table workbench
9
+ Keywords: calculator,expression,spreadsheet,cli,repl,rust
10
+ Author: Attica-oss
11
+ License-Expression: MIT
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
14
+ Project-URL: Repository, https://github.com/Attica-oss/calc_rs
15
+
16
+ # calc-rust
17
+
18
+ The command-line front end for [`calc_rs`](https://github.com/Attica-oss/calc_rs) —
19
+ a strongly typed, spreadsheet-style expression engine (currency, tonnage,
20
+ percentages, dates, durations, and tables as first-class types).
21
+
22
+ This package ships only the compiled `calc_rs` binary, so you can install
23
+ it without a Rust toolchain:
24
+
25
+ ```sh
26
+ uv tool install calc-rust # then run: calc_rs
27
+ uvx --from calc-rust calc_rs '$5.00 * 3'
28
+ pipx install calc-rust
29
+ ```
30
+
31
+ - `calc_rs` — start the REPL (syntax-highlighted input, rounded-border tables)
32
+ - `calc_rs '<expr>'` — evaluate once
33
+ - `calc_rs --bare '<expr>'` — value only, for scripts
34
+
35
+ For the Python library (`import calc_rs`), install **`calc-rs-lang`** instead.
36
+
@@ -0,0 +1,5 @@
1
+ calc_rust-0.2.0.data/scripts/calc_rs.exe,sha256=ZPBbe3E4om0Xlx-bPzmdBIQ2bANfM-Zu62lvXOc-JSk,4103168
2
+ calc_rust-0.2.0.dist-info/METADATA,sha256=CaIn2xBvj77e8iUH2PpuXbsarkQyQr1dzxrWDY-gFWo,1265
3
+ calc_rust-0.2.0.dist-info/WHEEL,sha256=8Aej0W0a6Cz6apA3IzJrTnxLRVLAt-w0Oh8SA3Con_c,94
4
+ calc_rust-0.2.0.dist-info/sboms/calc_rs.cyclonedx.json,sha256=PJRDOWwx4N77aylBH4OSxKD1-ikZgIRlBBV6TN-aVLk,144145
5
+ calc_rust-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.15.0)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64