squawk-cli 1.2.0__py3-none-macosx_11_0_arm64.whl → 1.4.0__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.
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: squawk-cli
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.4.0
|
4
4
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
5
5
|
Classifier: Operating System :: MacOS
|
6
6
|
Classifier: Operating System :: Microsoft :: Windows
|
@@ -33,13 +33,12 @@ Also it seemed like a nice project to spend more time with Rust.
|
|
33
33
|
|
34
34
|
## Install
|
35
35
|
|
36
|
-
Note: due to `squawk`'s dependency on
|
37
|
-
[`libpg_query`](https://github.com/lfittl/libpg_query/issues/44), `squawk`
|
38
|
-
supports Linux, macOS and Windows
|
39
|
-
|
40
36
|
```shell
|
41
37
|
npm install -g squawk-cli
|
42
38
|
|
39
|
+
# or via PYPI
|
40
|
+
pip install squawk-cli
|
41
|
+
|
43
42
|
# or install binaries directly via the releases page
|
44
43
|
https://github.com/sbdchd/squawk/releases
|
45
44
|
```
|
@@ -0,0 +1,4 @@
|
|
1
|
+
squawk_cli-1.4.0.dist-info/METADATA,sha256=MZ5iWNBWkWbtr8jzIjpVF7HmRzcT0s6ddehl9aJf_gU,8895
|
2
|
+
squawk_cli-1.4.0.dist-info/WHEEL,sha256=QamtTjkHNDr8fj4Bi4nGjcHevzEiXJi0DZjkZ6prJAY,101
|
3
|
+
squawk_cli-1.4.0.data/scripts/squawk,sha256=33vvYc8VXVbThZkjpgtfDRwK6JDSmDSEi89VrVlA8iA,7646248
|
4
|
+
squawk_cli-1.4.0.dist-info/RECORD,,
|
@@ -1,4 +0,0 @@
|
|
1
|
-
squawk_cli-1.2.0.dist-info/METADATA,sha256=c8PZHQKNJ-sY4ZsEZxzWNAUV4dHB7lWN1Pbp2OQ4C_I,9005
|
2
|
-
squawk_cli-1.2.0.dist-info/WHEEL,sha256=QamtTjkHNDr8fj4Bi4nGjcHevzEiXJi0DZjkZ6prJAY,101
|
3
|
-
squawk_cli-1.2.0.data/scripts/squawk,sha256=ljuw7ltw5XjzDx31qi6BUtDOwBFysdmLoLspl11QD6E,7646248
|
4
|
-
squawk_cli-1.2.0.dist-info/RECORD,,
|
File without changes
|