celq 0.3.1__py3-none-win_amd64.whl → 0.3.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: celq
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Classifier: Intended Audience :: Developers
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -20,7 +20,7 @@ Project-URL: issues, https://github.com/IvanIsCoding/celq/issues
20
20
  Project-URL: source, https://github.com/IvanIsCoding/celq
21
21
 
22
22
  # celq
23
- [![Crates.io](https://img.shields.io/crates/v/celq.svg)](https://crates.io/crates/celq) [![Documentation](https://docs.rs/celq/badge.svg)](https://docs.rs/celq) [![Playground](https://img.shields.io/badge/playground-live-brightgreen)](https://celq-playground.github.io/) [![Minimum rustc 1.91](https://img.shields.io/badge/rustc-1.91+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
23
+ [![Crates.io](https://img.shields.io/crates/v/celq.svg)](https://crates.io/crates/celq) [![Documentation](https://docs.rs/celq/badge.svg)](https://docs.rs/celq) [![Playground](https://img.shields.io/badge/playground-live-brightgreen)](https://celq-playground.github.io/) [![Minimum rustc 1.90](https://img.shields.io/badge/rustc-1.90+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
24
24
 
25
25
  **celq** is a command-line tool for evaluating [Common Expression Language (CEL)](https://cel.dev/) expressions. It processes JSON input, performs computations, and outputs results. Think of it as if [jq](https://jqlang.org/) supported CEL.
26
26
 
@@ -84,21 +84,21 @@ If you are a [macOS Homebrew](https://brew.sh/) user, then you can install celq
84
84
  brew install get-celq/tap/celq
85
85
  ```
86
86
 
87
- ### Chocolatey (Windows)
87
+ ### Scoop (Windows)
88
88
 
89
- If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
89
+ If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
90
90
 
91
91
  ```bash
92
- choco install celq
92
+ scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
93
+ scoop install get-celq/celq
93
94
  ```
94
95
 
95
- ### Scoop (Windows)
96
+ ### Chocolatey (Windows)
96
97
 
97
- If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
98
+ If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
98
99
 
99
100
  ```bash
100
- scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
101
- scoop install get-celq/celq
101
+ choco install celq
102
102
  ```
103
103
 
104
104
  ### Cargo
@@ -177,6 +177,10 @@ su root -c 'install -m 755 celq /usr/local/bin/'
177
177
 
178
178
  `celq` can also be installed from source following the [Cargo](#cargo) section. We strive to always compile with the Rust version provided in the ports tree.
179
179
 
180
+ ### OpenBSD
181
+
182
+ OpenBSD builds are tested in CI using the latest stable release. `celq` strives to always compile with the Rust version provided in the ports tree. Refer to the [Cargo](#cargo) section for instructions.
183
+
180
184
  ### NPM (Node.js/JavaScript)
181
185
 
182
186
  `celq` is packaged for [NPM](https://www.npmjs.com/package/celq). Node.js users can install celq in their project with:
@@ -0,0 +1,6 @@
1
+ celq-0.3.2.data\scripts\celq.exe,sha256=W_KTBYQ8xDXZIS5cbSOPmWQB0xRW-8cQyylQsGDm_kI,5827072
2
+ celq-0.3.2.dist-info\METADATA,sha256=2uVp96keyzXWcb6HzwO6Z_ySS2V97Sa9YHdQADC07T0,11595
3
+ celq-0.3.2.dist-info\WHEEL,sha256=jsSEiVNsW1dJj5gDaReR40i7mhgBjWtms6nAD6EViXU,94
4
+ celq-0.3.2.dist-info\licenses\LICENSE-APACHE,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560
5
+ celq-0.3.2.dist-info\licenses\LICENSE-MIT,sha256=IS3BPVKHORczt0vowEKaowpXRtuQcU4iBCbP_S3KNiE,1091
6
+ celq-0.3.2.dist-info\RECORD,,
@@ -1,6 +0,0 @@
1
- celq-0.3.1.data\scripts\celq.exe,sha256=9erOErjS1vR5P7F11s1CymD83dIVgEurgmm_DGGsGdk,5827072
2
- celq-0.3.1.dist-info\METADATA,sha256=LkW1-LZOVQpLLd-xcWyDRBkGICtynqE913wc35Up05M,11374
3
- celq-0.3.1.dist-info\WHEEL,sha256=jsSEiVNsW1dJj5gDaReR40i7mhgBjWtms6nAD6EViXU,94
4
- celq-0.3.1.dist-info\licenses\LICENSE-APACHE,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560
5
- celq-0.3.1.dist-info\licenses\LICENSE-MIT,sha256=IS3BPVKHORczt0vowEKaowpXRtuQcU4iBCbP_S3KNiE,1091
6
- celq-0.3.1.dist-info\RECORD,,
File without changes