Skip to main content

Simple Parquet Viewer

A simple (and lightweight) visualization tool for Parquet files.

Installation

In order to install it, you just have to run the following command in the shell:

pip install simple-parquet-viewer

Alternatively you can install the distribution package available in the releases page.

Usage

To open the app, it is just necessary to call it from the shell (notice that path_to_file arg is optional):

spv [path_to_file]

Creating shortcut (Windows only)

In order to use the shortcut creation utility, the pywin32 package must be already installed. Otherwise, you will have to install it by running either pip install pywin32 or pip install simple-parquet-viewer[windows].

Since this is a GUI application, it would be easier to start it from a shortcut rather than the command line. Therefore, in order to make the shortcut creation easier, this application provides a convenience script for that purpose. By running following command, for instance, a shortcut for "Simple Parquet Viewer" must be created in the Start Menu:

spv-shortcut

NB.: Icons generated using this utility are not automatically removed when this package is uninstalled. Therefore, you must remove them manually afterwards.

Desktop shortcut

The spv-shortcut utility also supports a valid dir_path as first argument, allowing you to generate a shortcut in custom directories, such as "Desktop". The following example demonstrates how to create a desktop shortcut for this application:

spv-shortcut %USERPROFILE%\Desktop

In PowerShell:

spv-shortcut $env:USERPROFILE\Desktop

Development

There are some utilities which have made the development of this application a bit easier:

  • Icon generation: The application icons have been generated by using open source vectorized images, which can be found close to their "png/ico" versions at ./src/res/imgs/;
  • i18n script: This script makes creating and deploying translation files a bit easier by calling tools like pylupdate, linguist and lrelease under the hood;
  • package creation: The distribution package of this library is build with hatch (check pyproject.toml file for specs).

Generating icon

The usage of inkscape in order to create/modify application icons is strongly recommended, since it is free and open source (and anyone would be able to contribute), but any vectorized drawing tool can be used for this purpose.

In order to deploy the application icon, it was necessary to make use of imagemagick so as to convert the SVG file to a multi-sized icon. The following command has been used generate it:

magick convert ./src/res/imgs/app_icon.svg -define icon:auto-resize=256,128,48,32,16 -background none -fuzz 10% -transparent white  ./src/res/imgs/app_icon.ico

Translations

The usage of i18n script is quite straightforward: it is usually python ./scripts/i180n.py <COMMAND> <LANG_CODE>, where the command depends on the translation step:

  • generate: Used to generate a new translation file or update the strings of an existing one;
  • edit: Convenience method to open Qt Linguist (an editor for translation files);
  • release: Used when the translation is ready for deployment (builds a compiled translation file).

NB: It is necessary to have PyQt6 and qt6_applications so as to be able to run every command.

Package generation

In order to build this package, it is just necessary to run the following command in the sell:

python -m build

Release files for simple-parquet-viewer 0.9.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for simple-parquet-viewer 0.9.0
File Size Uploaded
simple_parquet_viewer-0.9.0.tar.gz 166.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for simple-parquet-viewer 0.9.0
File Interpreter ABI Platform
simple_parquet_viewer-0.9.0-py3-none-any.whl Python 3 none any Details

Total release size: 346.2 kB

Release files / simple_parquet_viewer-0.9.0.tar.gz

Download URL simple_parquet_viewer-0.9.0.tar.gz
Size 166.9 kB
Tags Source
SHA-256 checksum
How to use checksums
3d2d08993b86bb8db25305b1b04ca752e3c63a2fe481866d8a9c0273fbfd0b1f
BLAKE2b-256 checksum
How to use checksums
a4ed35bb243f49ceaf61673a4d4a596b0c6c10dd0a5e862043be8f947a09d941
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.3

Release files / simple_parquet_viewer-0.9.0-py3-none-any.whl

Download URL simple_parquet_viewer-0.9.0-py3-none-any.whl
Size 179.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2916f8d6064227f0772bcb0d85ad69096eed73b9d1f76d40be28b92b230f893d
BLAKE2b-256 checksum
How to use checksums
eafc3d7919d68aae31a481b0e5cbef7248b73c237c5303fcd016141d3183bed9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.3

Release history Release notifications | RSS feed

0.10.0

2 release files

0.9.1

2 release files

This release

0.9.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page