iparq 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.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: iparq
3
- Version: 0.1.1
3
+ Version: 0.1.2
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
@@ -32,21 +32,27 @@ After reading [this blog](https://duckdb.org/2025/01/22/parquet-encodings.html),
32
32
 
33
33
  ### Using uv
34
34
 
35
- 1) Clone the repo:
35
+ 1) Make sure to have Astral’s UV installed by following the steps here:
36
+
37
+ <https://docs.astral.sh/uv/getting-started/installation/>
38
+
39
+ 2) Execute the following command:
36
40
 
37
41
  ```sh
38
- git clone https://github.com/MiguelElGallo/iparq.git
39
- cd iparq
42
+ uv pip install iparq
40
43
  ```
41
44
 
42
- 2) Make sure to have Astral’s UV installed by following the steps here:
45
+ 3) Verify the installation by running:
43
46
 
44
- <https://docs.astral.sh/uv/getting-started/installation/>
47
+ ```sh
48
+ iparq --help
49
+ ```
45
50
 
46
- 3) Execute the following command:
51
+ ## Usage
47
52
 
53
+ Run
48
54
  ```sh
49
- uv run iparq <filename>
55
+ iparq <filename>
50
56
  ```
51
57
 
52
58
  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.
@@ -0,0 +1,7 @@
1
+ iparq/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
2
+ iparq/source.py,sha256=I0K9HQ294PGhsBIS-op_ZNzKvG3J0rkrS5ESQAVPibM,3385
3
+ iparq-0.1.2.dist-info/METADATA,sha256=yoUrBXJK_HxyBUJO_nDjRhxkfoAkzIYfYhDYv6xBjkA,1940
4
+ iparq-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ iparq-0.1.2.dist-info/entry_points.txt,sha256=vrE2lwvuheySWTOJdr_gh9AT47ck02WCHo0muRq5HS8,43
6
+ iparq-0.1.2.dist-info/licenses/LICENSE,sha256=apqXCIYD_rrtbJVE-Ex1-1X7N0cBwZTOm4KL3TEFmYA,1067
7
+ iparq-0.1.2.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- iparq/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
2
- iparq/source.py,sha256=I0K9HQ294PGhsBIS-op_ZNzKvG3J0rkrS5ESQAVPibM,3385
3
- iparq-0.1.1.dist-info/METADATA,sha256=sZfHV5z0K3dj-uCCwSjKefG9V6Gsn3xHwNvgG3Xc2o4,1922
4
- iparq-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- iparq-0.1.1.dist-info/entry_points.txt,sha256=vrE2lwvuheySWTOJdr_gh9AT47ck02WCHo0muRq5HS8,43
6
- iparq-0.1.1.dist-info/licenses/LICENSE,sha256=apqXCIYD_rrtbJVE-Ex1-1X7N0cBwZTOm4KL3TEFmYA,1067
7
- iparq-0.1.1.dist-info/RECORD,,
File without changes