iparq 0.1.2__tar.gz → 0.1.3__tar.gz
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.
- {iparq-0.1.2 → iparq-0.1.3}/PKG-INFO +5 -4
- {iparq-0.1.2 → iparq-0.1.3}/README.md +4 -3
- {iparq-0.1.2 → iparq-0.1.3}/pyproject.toml +1 -1
- {iparq-0.1.2 → iparq-0.1.3}/.github/workflows/python-package.yml +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/.github/workflows/python-publish.yml +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/.gitignore +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/.python-version +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/LICENSE +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/dummy.parquet +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/src/iparq/__init__.py +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/src/iparq/source.py +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/tests/test_cli.py +0 -0
- {iparq-0.1.2 → iparq-0.1.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iparq
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Display version and compression information about a parquet file
|
|
5
5
|
Author-email: MiguelElGallo <miguel.zurcher@gmail.com>
|
|
6
6
|
License-File: LICENSE
|
|
@@ -51,9 +51,10 @@ After reading [this blog](https://duckdb.org/2025/01/22/parquet-encodings.html),
|
|
|
51
51
|
## Usage
|
|
52
52
|
|
|
53
53
|
Run
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
|
|
55
|
+
```sh
|
|
56
|
+
iparq <filename>
|
|
57
|
+
```
|
|
57
58
|
|
|
58
59
|
Replace `<filename>` with the path to your .parquet file. The utility will read the metadata of the file and print the compression codecs used in the parquet file.
|
|
59
60
|
|
|
@@ -39,9 +39,10 @@ After reading [this blog](https://duckdb.org/2025/01/22/parquet-encodings.html),
|
|
|
39
39
|
## Usage
|
|
40
40
|
|
|
41
41
|
Run
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
|
|
43
|
+
```sh
|
|
44
|
+
iparq <filename>
|
|
45
|
+
```
|
|
45
46
|
|
|
46
47
|
Replace `<filename>` with the path to your .parquet file. The utility will read the metadata of the file and print the compression codecs used in the parquet file.
|
|
47
48
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|