celq 0.3.1__py3-none-macosx_11_0_arm64.whl → 0.3.2__py3-none-macosx_11_0_arm64.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.
- {celq-0.3.1.data → celq-0.3.2.data}/scripts/celq +0 -0
- {celq-0.3.1.dist-info → celq-0.3.2.dist-info}/METADATA +13 -9
- celq-0.3.2.dist-info/RECORD +6 -0
- celq-0.3.1.dist-info/RECORD +0 -6
- {celq-0.3.1.dist-info → celq-0.3.2.dist-info}/WHEEL +0 -0
- {celq-0.3.1.dist-info → celq-0.3.2.dist-info}/licenses/LICENSE-APACHE +0 -0
- {celq-0.3.1.dist-info → celq-0.3.2.dist-info}/licenses/LICENSE-MIT +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: celq
|
|
3
|
-
Version: 0.3.
|
|
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
|
-
[](https://crates.io/crates/celq) [](https://docs.rs/celq) [](https://celq-playground.github.io/) [](https://crates.io/crates/celq) [](https://docs.rs/celq) [](https://celq-playground.github.io/) [](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
|
-
###
|
|
87
|
+
### Scoop (Windows)
|
|
88
88
|
|
|
89
|
-
If you are a [
|
|
89
|
+
If you are a [Scoop](https://scoop.sh/) user on Windows, you can install `celq` with:
|
|
90
90
|
|
|
91
91
|
```bash
|
|
92
|
-
|
|
92
|
+
scoop bucket add get-celq https://github.com/get-celq/scoop-bucket
|
|
93
|
+
scoop install get-celq/celq
|
|
93
94
|
```
|
|
94
95
|
|
|
95
|
-
###
|
|
96
|
+
### Chocolatey (Windows)
|
|
96
97
|
|
|
97
|
-
If you are a [
|
|
98
|
+
If you are a [Chocolatey](https://community.chocolatey.org/) user on Windows, you can install `celq` with:
|
|
98
99
|
|
|
99
100
|
```bash
|
|
100
|
-
|
|
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,sha256=kUz6FUV9PL81_m8KOChV40lN_H5xj89nie0lPWNfU70,5326656
|
|
2
|
+
celq-0.3.2.dist-info/METADATA,sha256=reO5ueLxQ8JohDroRMmdA1XTwHgrqzwjURTMctIj3Dc,11349
|
|
3
|
+
celq-0.3.2.dist-info/WHEEL,sha256=yylKWcexKBlaNV_z8iGyahATbhal1pF7thA651eIJss,102
|
|
4
|
+
celq-0.3.2.dist-info/licenses/LICENSE-APACHE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
5
|
+
celq-0.3.2.dist-info/licenses/LICENSE-MIT,sha256=xz4_I5smf7P5mKBTXiUJIOHlIOw7W1Z4lHmPdvVrm7k,1070
|
|
6
|
+
celq-0.3.2.dist-info/RECORD,,
|
celq-0.3.1.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
celq-0.3.1.data/scripts/celq,sha256=6i0Zcw_OeOp4NNMaNb1TqWSWbxuZrHbVjPDLMp0uVYc,5326656
|
|
2
|
-
celq-0.3.1.dist-info/METADATA,sha256=ubL6dMbcKclgAeTSnfFag2hOrIO3jtJ7vOTt01U3RJo,11132
|
|
3
|
-
celq-0.3.1.dist-info/WHEEL,sha256=yylKWcexKBlaNV_z8iGyahATbhal1pF7thA651eIJss,102
|
|
4
|
-
celq-0.3.1.dist-info/licenses/LICENSE-APACHE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
5
|
-
celq-0.3.1.dist-info/licenses/LICENSE-MIT,sha256=xz4_I5smf7P5mKBTXiUJIOHlIOw7W1Z4lHmPdvVrm7k,1070
|
|
6
|
-
celq-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|