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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iparq
3
- Version: 0.1.2
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
- ```sh
55
- iparq <filename>
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
- ```sh
43
- iparq <filename>
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
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "iparq"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "Display version and compression information about a parquet file"
5
5
  readme = "README.md"
6
6
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes